.elements-section {
    padding-top: 100px;
}

.el-title {
    margin-bottom: 75px;
}

.element {
    margin-bottom: 100px;
}

.element:last-child {
    margin-bottom: 0;
}

html, body {
    height: 100%;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #111111;
    font-weight: 600;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 2em;
}

@media screen and (orientation: portrait) {
    h3 {
        font-size: 5vw;
    }
}

@media screen and (orientation: landscape) {
    h3 {
        font-size: 2vw;
    }
}

h4 {
    font-size: 1.75rem;
}

h5 {
    font-size: 1.5rem;
}

h6 {
    font-size: 1.25rem;
}

p {
    font-size: 14px;
    color: #8f8fa8;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus, select:focus, button:focus, textarea:focus {
    outline: none;
}

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

ul, ol {
    padding: 0;
    margin: 0;
}

section:first-of-type {
}

.section-title {
    margin-bottom: 88px;
    text-align: center;
}

.section-title h2 {
    color: #6F6F8A;
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
}

.section-title h2 span {
    color: #30304e;
    font-weight: 500;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}

.spad {
    padding-top: 70px;
    padding-bottom: 61px;
}

.spad-2 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a {
    color: #fff;
}

.site-btn {
    display: inline-block;
    border: 2px solid #8f8fa8;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 25px;
    border-radius: 4px;
    color: #3f3f4b;
    line-height: normal;
}

.header-section {
    padding: 25px 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: #afafaf;
}

.logo {
    float: left;
    display: inline-block;
}

.main-menu {
    float: right;
    display: inline-block;
}

.main-menu li {
    display: inline-block;
}

.main-menu a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-left: 35px;
    padding: 4px 5px;
}

.slicknav_menu {
    display: none;
}

.top-social {
    display: inline-block;
    margin-left: 55px;
}

.top-social a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-left: 2px;
    padding: 4px 3px;
    border: 2px solid transparent;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top-social a:hover {
    border: 2px solid #ffffff;
}

.hero-section {
    height: 533px;
    position: relative;
    z-index: 1;
}

.hero-section .home-page {
    margin-bottom: -57px;
}

.hero-section:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000000;
    content: "";
    z-index: -1;
}

.hero-text {
    text-align: center;
    width: 100%;
}

.hero-text h2 {
    font-size: 48px;
    font-weight: 300;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.hero-text h1 {
    font-size: 72px;
    font-weight: 300;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.hero-section.search-result, .hero-section.about-us, .hero-section.single-property-r, .hero-section.blog {
    height: 400px;
}

.hero-section.search-result .hero-text, .hero-section.about-us .hero-text, .hero-section.single-property-r .hero-text, .hero-section.blog .hero-text {
    padding-top: 178px;
}

.filter-search {
    margin-top: -20px;
    z-index: 900;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
}

.filter-search.search-opt {
    z-index: 9;
    position: absolute;
    width: 100%;
    margin-top: 0;
}

.filter-form {
    border-radius: 4px;
}

.location {
    border-right: 1px solid #F3F3F3;
    float: left;
    padding: 20px 27px 29px;
    width: 18%;
}

.location p {
    font-weight: 300;
    margin-bottom: 20px;
}

.location .nice-select.filter-location {
    border-bottom: 1px solid #E7E7E7;
    float: none;
    margin-top: -10px;
    height: 34px;
    line-height: 34px;
}

.location .nice-select.filter-location:after {
    border-bottom: 2px solid #3F3F4B;
    border-right: 2px solid #3F3F4B;
    height: 7px;
    width: 7px;
}

.location .nice-select.filter-location span {
    color: #3f3f4b;
    font-size: 16px;
    font-weight: 500;
}

.location .nice-select.filter-location .list {
    width: 100%;
    border-radius: 0;
    margin-top: 1px;
}

.search-type {
    border-right: 1px solid #F3F3F3;
    float: left;
    padding: 20px 27px 29px;
    width: 18%;
}

.search-type p {
    font-size: 14px;
    color: #61616e;
    font-weight: 300;
    margin-bottom: 20px;
}

.search-type .nice-select.filter-property {
    border-bottom: 1px solid #E7E7E7;
    float: none;
    margin-top: -10px;
    height: 34px;
    line-height: 34px;
}

.search-type .nice-select.filter-property:after {
    border-bottom: 2px solid #3F3F4B;
    border-right: 2px solid #3F3F4B;
    height: 7px;
    width: 7px;
}

.search-type .nice-select.filter-property span {
    color: #3f3f4b;
    font-size: 16px;
    font-weight: 500;
}

.search-type .nice-select.filter-property .list {
    width: 100%;
    border-radius: 0;
    margin-top: 1px;
}

.price-range {
    border-right: 1px solid #F3F3F3;
    float: left;
    padding: 20px 45px 43px 21px;
    width: 18%;
}

.price-range p {
    font-size: 14px;
    color: #61616e;
    font-weight: 300;
    margin-bottom: 28px;
}

.range-slider {
    margin-left: 5px;
}

.ui-slider .ui-slider-handle.slider-left, .ui-slider .ui-slider-handle.slider-right {
    width: auto;
    height: 25px;
    margin-top: -8px;
    line-height: 25px;
    font-size: 12px;
    padding: 0 3px;
    border: none;
}

.ui-slider-horizontal {
    height: 2px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #30304E;
    font-weight: 500;
    color: #ffffff;
}

.bedrooms {
    border-right: 1px solid #F3F3F3;
    float: left;
    padding: 20px 25px 31px 25px;
    width: 16%;
}

.bedrooms p {
    font-size: 14px;
    color: #61616e;
    font-weight: 300;
    margin-bottom: 13px;
}

.bathrooms {
    float: left;
    padding: 20px 25px 31px 25px;
    width: 16%;
}

.bathrooms p {
    font-size: 14px;
    color: #61616e;
    font-weight: 300;
    margin-bottom: 13px;
}

.room-filter-pagi .bf-item {
    display: inline-block;
}

.room-filter-pagi .bf-item input[type=radio] {
    visibility: hidden;
    position: absolute;
}

.room-filter-pagi .bf-item input[type=radio]:checked+label {
    background: #2b6886;
}

.room-filter-pagi .bf-item label {
    display: inline-block;
    background: #8F8FA8;
    padding: 8px 9px;
    line-height: 13px;
    margin-right: -3px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
}

.room-filter-pagi .bf-item:last-child label {
    padding: 8px 5px;
}

.room-filter-pagi a {
    display: inline-block;
    background: #8F8FA8;
    padding: 8px 9px;
    line-height: 13px;
    margin-right: -3px;
    border-radius: 4px;
    color: #fff;
}

.room-filter-pagi a:last-child {
    padding: 8px 5px;
}

.room-filter-pagi a:nth-child(2) {
    background: #8AD144;
}

.search-btn {
    width: 14%;
    float: left;
}

.search-btn button[type=submit] {
    font-weight: 400;
    background: #2b6886;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    padding: 42px 43px 43px 31px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
}

.search-btn button[type=submit] i {
    margin-right: 10px;
}

.nice-select {
    background-color: transparent;
    border-radius: 0;
    border-bottom: solid 1px #E7E7E7;
    border: 0;
    padding-left: 0;
}

.about-us .about-text-warp {
    background: #6F6F8A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 15px;
}

.about-us .about-text {
    max-width: 560px;
}

.about-us .about-text h2 {
    color: #fff;
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 25px;
}

.about-us .about-text p {
    color: #ddddde;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 32px;
}

.about-us .about-text .site-btn.a-btn {
    background: #2b6886;
    border: none;
    color: #fff;
}

.about-us .about-img {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.about-us .about-img img {
    display: inline-block;
    width: 70%;
    height: 337px;
    float: left;
}

.about-us .about-img .l-img {
    height: 399px;
}

.about-us .about-img .r-img {
    width: 30%;
    height: 736px;
    display: inline-block;
    margin-top: -337px;
    float: right;
}

.team-section {
    padding-top: 82px;
    padding-bottom: 70px;
}

.team-section .single-team .membr-pic img {
    width: 100%;
    margin-bottom: 43px;
}

.team-section .single-team .membr-info h2 {
    font-size: 30px;
    color: #30304e;
    font-weight: 500;
    margin-bottom: 2px;
}

.team-section .single-team .membr-info p {
    font-size: 18px;
    color: #6f6f8a;
    font-weight: 400;
}

.b-top {
    padding-top: 94px;
    padding-bottom: 70px;
    border-top: 1px solid #DADAE1;
}

.single-counter .counter-img {
    float: left;
}

.single-counter .counter-img img {
    display: inline-block;
    margin-right: 25px;
}

.single-counter .counter-info {
    display: inline-block;
}

.single-counter .counter-info span {
    color: #30304e;
    display: inline-block;
    font-size: 60px;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 13px;
}

.single-counter .counter-info p {
    color: #6f6f8a;
    font-size: 18px;
    font-weight: 400;
}

.map {
    width: 100%;
}

.map iframe {
    width: 100%;
    height: 750px;
    border: none;
}

.spad-p {
    padding-bottom: 8px;
}

.single-property {
}

.property-title {
    float: left;
}

.property-title h3 {
    color: #30304e;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 7px;
}

.property-title a {
    color: #6f6f8a;
    font-weight: 400;
    font-size: 18px;
    display: inline-block;
}

.property-title a i {
    color: #000;
}

.property-price {
    float: right;
}

.property-price p {
    color: #8f8fa8;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: -4px;
}

.property-price span {
    color: #30304e;
    font-size: 30px;
    font-weight: 500;
}

.property-img.owl-carousel .owl-item img {
    width: 100% !important;
}

.property-img.owl-carousel .owl-item img {
    border-radius: 4px;
    display: inline-block;
    width: auto;
}

.property-img .owl-nav button[type=button] {
    position: absolute;
    left: -23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #8AD144;
    width: 44px;
    height: 44px;
    display: inline-block;
    line-height: 44px;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.property-img.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -23px;
}

.popular-room-features.single-property {
    margin-bottom: 0;
}

.pb-30 {
    padding-bottom: 30px;
}

.spt-40 {
    padding-top: 40px;
}

.p-ins {
    padding: 0 20px 15px 25px;
    -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}

.details-top {
    padding: 25px 0;
    margin-bottom: 35px;
    border-bottom: 1px solid #f3f3f3;
    margin-left: -25px;
    margin-right: -20px;
}

.t-details .register-id {
    float: left;
}

.t-details .register-id p {
    color: #6f6f8a;
    font-size: 18px;
    font-weight: 400;
    margin-top: 17px;
}

.t-details .register-id p span {
    display: inline-block;
    color: #30304e;
}

.t-details .popular-room-features.single-property {
    padding-top: 0;
    float: right;
}

.t-details .popular-room-features.single-property .size {
    float: left;
}

.t-details .popular-room-features.single-property .beds {
    float: left;
    margin-left: 30px;
}

.t-details .popular-room-features.single-property .baths {
    float: left;
    margin-left: 30px;
}

.t-details .popular-room-features.single-property .garage {
    float: left;
    margin-left: 30px;
}

.property-description, .property-features, .location-map {
    margin-bottom: 28px;
}

.property-description h4, .property-features h4, .location-map h4 {
    color: #30304e;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 18px;
}

.property-description p, .property-features p, .location-map p {
    color: #6f6f8a;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.property-description iframe, .property-features iframe, .location-map iframe {
    width: 100%;
    height: 355px;
    border: 0;
}

.property-features h4 {
    margin-bottom: 13px;
}

.property-features .property-table {
    margin-left: -25px;
    margin-right: -20px;
    overflow-y: auto;
}

.property-features .property-table table {
    width: 100%;
    min-width: 350px;
}

.property-features .property-table table tr:nth-child(even) {
    background: #F8F8F9;
}

.property-features .property-table table tr td {
    padding-top: 8px;
    padding-bottom: 9px;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 400;
    color: #30304e;
    width: 120px;
}

.property-features .property-table table tr td img {
    margin-right: 13px;
    height: 16px;
}

.location-map {
    margin-bottom: 0;
}

.location-map h4 {
    margin-bottom: 24px;
}

.contact-service {
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
}

.contact-service img {
    margin-bottom: 12px;
}

.contact-service p {
    color: #6F6F8A;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 6px;
}

.contact-service h5 {
    color: #30304e;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.contact-service table {
    width: 100%;
    margin-bottom: 32px;
}

.contact-service table tr:nth-child(odd) {
    background: #F8F8F9;
}

.contact-service table tr td {
    color: #6f6f8a;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0;
}

.contact-service table tr td span {
    color: #30304e;
    display: inline-block;
}

.contact-service .site-btn.list-btn {
    color: #fff;
    background: #8AD144;
    border: none;
}

.blog-section {
    padding-top: 53px;
    padding-bottom: 55px;
}

.blog-item {
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 45px;
}

.blog-item:last-child {
    margin-bottom: 30px;
}

.blog-item .blog-pic {
    border-radius: 4px 4px 0 0;
}

.blog-item .blog-text {
    padding-left: 22px;
    padding-top: 29px;
    padding-bottom: 34px;
    padding-right: 11px;
    position: relative;
}

.blog-item .blog-text:after {
    position: absolute;
    left: 0;
    top: 97px;
    width: 100%;
    height: 2px;
    background: #f3f3f3;
    content: "";
}

.blog-item .blog-text .blog-title {
    margin-bottom: 30px;
}

.blog-item .blog-text .blog-title h5 {
    color: #30304e;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.blog-item .blog-text .blog-title p {
    display: inline-block;
    padding: 0;
}

.blog-item .blog-text .blog-title .blog-time {
    margin-right: 10px;
    position: relative;
}

.blog-item .blog-text .blog-title .blog-time i {
    color: #000000;
    position: absolute;
    top: 0;
}

.blog-item .blog-text .blog-title .blog-time span {
    display: inline-block;
    margin-left: 28px;
    font-size: 14px;
    font-weight: 300;
    color: #6f6f8a;
}

.blog-item .blog-text .blog-title .blog-posted {
    position: relative;
}

.blog-item .blog-text .blog-title .blog-posted i {
    color: #000000;
    position: absolute;
    top: 0;
}

.blog-item .blog-text .blog-title .blog-posted span {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #6f6f8a;
    margin-left: 30px;
}

.blog-item p {
    color: #6f6f8a;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}

.blog-item .site-btn.blog-btn {
    border: none;
    background: #8AD144;
    color: #fff;
}

.blog-pagination {
    margin-bottom: 30px;
}

.blog-pagination a {
    color: #6f6f8a;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 5px 12px;
    background: #fff;
    border: 2px solid #ADADBC;
    border-radius: 4px;
    margin-right: 5px;
}

.blog-pagination a:first-child {
    background: #88CE43;
    color: #fff;
    border-color: #88CE43;
}

.blog-right {
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    padding-top: 22px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 43px;
    margin-bottom: 33px;
}

.blog-right .category-search {
    position: relative;
}

.blog-right .category-search input {
    border: none;
    border-radius: 50px;
    background: #F6F6F6;
    color: #6f6f8a;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 27px;
    padding: 22px;
    width: 100%;
    height: 41px;
}

.blog-right .category-search button {
    border: none;
    border-radius: 0 50px 50px 0;
    background: #8AD144;
    cursor: pointer;
    display: inline-block;
    padding-top: 11px;
    padding-right: 27px;
    padding-bottom: 12px;
    padding-left: 22px;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.blog-right .category-search h5 {
    color: #30304e;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}

.blog-right .category-search .categories-table {
    margin-left: -22px;
    margin-right: -22px;
}

.blog-right .category-search .categories-table table {
    margin-bottom: 20px;
    width: 100%;
}

.blog-right .category-search .categories-table table tr:nth-child(odd) {
    background: #F8F8F9;
}

.blog-right .category-search .categories-table table tr td {
    color: #6f6f8a;
    font-size: 16px;
    font-weight: 300;
    padding-left: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blog-right .instagram-info {
    margin-left: -22px;
    margin-right: -22px;
    margin-bottom: 27px;
}

.blog-right .instagram-info h5 {
    color: #30304e;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
    padding-left: 22px;
}

.blog-right .instagram-info .instagram-pic {
    overflow: hidden;
}

.blog-right .instagram-info .instagram-pic img {
    display: inline-block;
    height: 114px;
    width: 114px;
    margin-bottom: 10px;
    float: left;
}

.blog-right .instagram-info .instagram-pic .pic-1 {
    margin-right: 4px;
}

.blog-right .instagram-info .instagram-pic .pic-2 {
    margin-right: 4px;
}

.blog-right .instagram-info .instagram-pic .pic-4 {
    margin-right: 4px;
}

.blog-right .instagram-info .instagram-pic .pic-5 {
    margin-right: 4px;
}

.our-agents h5 {
    color: #30304e;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 33px;
}

.our-agents .single-agent {
    margin-bottom: 19px;
    overflow: hidden;
}

.our-agents .single-agent:last-child {
    margin-bottom: 0;
}

.our-agents .single-agent .agent-pic {
    float: left;
    margin-right: 17px;
}

.our-agents .single-agent .agent-info {
    overflow: hidden;
    margin-top: 5px;
}

.our-agents .single-agent .agent-info h5 {
    color: #30304e;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.our-agents .single-agent .agent-info p {
    color: #6f6f8a;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0px;
}

.our-agents .single-agent .agent-info p span {
    color: #30304e;
    display: inline-block;
}

.p-45 {
    padding-bottom: 45px;
}

.spad.search-result {
    padding-top: 50px;
    padding-bottom: 70px;
}

.found-items h4 {
    float: left;
    font-size: 24px;
    color: #6f6f8a;
    font-weight: 400;
}

.found-items h4 span {
    font-weight: 500;
    color: #30304e;
}

.found-items select {
    display: inline-block;
    float: right;
}

.found-items .nice-select.date-select {
    float: right;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-top: -26px;
    color: #30304e;
    background: #EEEEFF;
    padding-left: 10px;
}

.found-items .nice-select.date-select:after {
    border-bottom: 2px solid #777785;
    border-right: 2px solid #777785;
    height: 7px;
    margin-top: -4px;
    width: 7px;
}

.found-items .nice-select.date-select span {
    margin-top: 10px;
}

.found-items .nice-select.date-select .list {
    margin-top: 10px;
    left: -17px;
    margin-left: -50px;
}

.room-items {
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    overflow: hidden;
}

.room-items .room-img {
    border-radius: 4px 4px 0 0;
    height: 190px;
    position: relative;
    width: 100%;
}

.room-items .room-img .room-content {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 15px;
}

.room-items .room-img .room-content i {
    color: #fff;
    display: inline-block;
}

.room-items .room-text {
    padding: 15px;
    border-radius: 0 0 4px 4px;
}

.room-items .room-text .room-details {
    padding-bottom: 8px;
    overflow: hidden;
    margin-bottom: 9px;
    border-bottom: 1px solid #f3f3f3;
    margin-left: -15px;
    margin-right: -15px;
}

.room-items .room-text .room-details .room-title {
    padding: 0 15px;
}

.room-items .room-text .room-details .room-title h5 {
    color: #30304e;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}

.room-items .room-text .room-details .room-title a {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 10px;
}

.room-items .room-text .room-details .room-title a i {
    display: inline-block;
    color: #000000;
    position: absolute;
    top: -1px;
}

.room-items .room-text .room-details .room-title a span {
    display: inline-block;
    color: #141421;
    font-size: 12px;
    font-weight: 500;
    margin-left: 23px;
}

.room-items .room-text .room-features {
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f3f3f3;
    margin-left: -30px;
    margin-right: -20px;
}

.room-items .room-text .room-features .room-info {
    padding-left: 30px;
    padding-right: 20px;
}

.room-items .room-text .room-features .room-info .size {
    display: inline-block;
    margin-right: 28px;
    float: left;
}

.room-items .room-text .room-features .room-info .size p {
    font-size: 12px;
    margin-bottom: 5px;
}

.room-items .room-text .room-features .room-info .size span {
    color: #30304e;
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
}

.room-items .room-text .room-features .room-info .beds {
    display: inline-block;
    margin-right: 28px;
    float: left;
}

.room-items .room-text .room-features .room-info .beds p {
    font-size: 12px;
    margin-bottom: 5px;
}

.room-items .room-text .room-features .room-info .beds span {
    color: #30304e;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}

.room-items .room-text .room-features .room-info .baths {
    display: inline-block;
    margin-right: 28px;
    float: left;
}

.room-items .room-text .room-features .room-info .baths p {
    font-size: 12px;
    margin-bottom: 5px;
}

.room-items .room-text .room-features .room-info .baths span {
    color: #30304e;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}

.room-items .room-text .room-features .room-info .garage {
    display: inline-block;
    float: left;
}

.room-items .room-text .room-features .room-info .garage p {
    font-size: 12px;
    margin-bottom: 5px;
}

.room-items .room-text .room-features .room-info .garage span {
    color: #30304e;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}

.room-items .room-text .room-price {
    display: inline-block;
}

.room-items .room-text .room-price p {
    color: #8f8fa8;
    font-size: 16px;
    margin-bottom: -7px;
}

.room-items .room-text .room-price span {
    color: #30304e;
    font-size: 24px;
    font-weight: 500;
}

.room-items .room-text .site-btn.btn-line {
    float: right;
    margin-top: 2px;
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.room-items .room-text .site-btn.btn-line:hover {
    color: #fff;
    background: #2b6886;
    border-color: #2b6886;
}

.p-in {
    padding: 195px 0 150px 0;
}

.popular-items {
    background: #fff;
    border-radius: 4px;
    padding: 30px 20px 30px 30px;
}

.popular-items .popular-room-details {
    margin-bottom: 13px;
    overflow: hidden;
    padding-bottom: 19px;
    border-bottom: 1px solid #f3f3f3;
    margin-left: -30px;
    margin-right: -20px;
}

.popular-items .popular-room-details .popular-room-title {
    padding-left: 30px;
    padding-right: 20px;
}

.popular-items .popular-room-details .popular-room-title h5 {
    color: #30304e;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.popular-items .popular-room-details .popular-room-title a {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 10px;
}

.popular-items .popular-room-details .popular-room-title a i {
    display: inline-block;
    color: #000000;
    position: absolute;
    top: -1px;
}

.popular-items .popular-room-details .popular-room-title a span {
    display: inline-block;
    color: #8f8fa8;
    font-size: 12px;
    font-weight: 500;
    margin-left: 23px;
}

.popular-items .popular-room-description {
    margin-bottom: 12px;
    padding-bottom: 17px;
    border-bottom: 1px solid #f3f3f3;
    margin-left: -30px;
    margin-right: -20px;
}

.popular-items .popular-room-description .popular-room-desc {
    padding-left: 30px;
    padding-right: 20px;
}

.popular-items .popular-room-description .popular-room-desc p {
    color: #6f6f89;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 0;
}

.popular-items .popular-room-features {
    overflow: hidden;
    margin-bottom: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f3f3;
    margin-left: -30px;
    margin-right: -20px;
}

.popular-items .popular-room-features .popular-room-info {
    padding-left: 30px;
    padding-right: 20px;
}

.popular-items .popular-room-features .popular-room-info .size {
    display: inline-block;
    margin-right: 28px;
    float: left;
}

.popular-items .popular-room-features .popular-room-info .size p {
    font-size: 12px;
    margin-bottom: 5px;
}

.popular-items .popular-room-features .popular-room-info .size span {
    color: #30304e;
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
}

.popular-items .popular-room-features .popular-room-info .beds {
    display: inline-block;
    margin-right: 28px;
    float: left;
}

.popular-items .popular-room-features .popular-room-info .beds p {
    font-size: 12px;
    margin-bottom: 5px;
}

.popular-items .popular-room-features .popular-room-info .beds span {
    color: #30304e;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}

.popular-items .popular-room-features .popular-room-info .baths {
    display: inline-block;
    margin-right: 28px;
    float: left;
}

.popular-items .popular-room-features .popular-room-info .baths p {
    font-size: 12px;
    margin-bottom: 5px;
}

.popular-items .popular-room-features .popular-room-info .baths span {
    color: #30304e;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}

.popular-items .popular-room-features .popular-room-info .garage {
    display: inline-block;
    float: left;
}

.popular-items .popular-room-features .popular-room-info .garage p {
    font-size: 12px;
    margin-bottom: 5px;
}

.popular-items .popular-room-features .popular-room-info .garage span {
    color: #30304e;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}

.popular-items .popular-room-price {
    display: inline-block;
}

.popular-items .popular-room-price p {
    color: #8f8fa8;
    font-size: 16px;
    margin-bottom: -7px;
}

.popular-items .popular-room-price span {
    color: #30304e;
    font-size: 24px;
    font-weight: 500;
}

.popular-items .popular-room-price .deal {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    background: #E30707;
    text-transform: uppercase;
    padding: 1px 9px;
    border-radius: 50px;
    margin-left: 11px;
}

.site-btn.btn-line {
    float: right;
    margin-top: 6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.site-btn.btn-line:hover {
    color: #fff;
    background: #2b6886;
    border-color: #2b6886;
}

.slider-active.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.slider-active .owl-nav button[type=button] {
    position: absolute;
    left: -23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #2b6886;
    width: 44px;
    height: 44px;
    display: inline-block;
    line-height: 44px;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.slider-active.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -23px;
}

.newslatter-section {
    background: #afafaf;
    padding: 80px 0 94px 0;
}

.newslatter-section .newslatter-text img {
    margin-bottom: 25px;
}

.newslatter-section .newslatter-text h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 35px;
}

.newslatter-section .newslatter-text input {
    width: 385px;
    height: 51px;
    border: none;
    display: inline-block;
    padding: 18px 10px 18px 20px;
    font-size: 14px;
    color: #6f6f8a;
    font-weight: 300;
    border-radius: 4px;
    margin-right: 20px;
}

.newslatter-section .newslatter-text .site-btn.news-btn {
    padding: 16px 38px;
    border: none;
    background: #266382;
    color: #fff;
    cursor: pointer;
}

.services-section {
    padding-top: 78px;
    padding-bottom: 62px;
}

.left-side h2 {
    color: #6f6f8a;
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 12px;
}

.left-side h2 span {
    color: #30304e;
    font-weight: 500;
}

.left-side p {
    color: #6f6f8a;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}

.right-side ul {
    margin-top: 10px;
}

.right-side ul li {
    color: #30304e;
    font-size: 18px;
    font-weight: 400;
    list-style: none;
    margin-bottom: 20px;
}

.right-side ul li img {
    margin-right: 27px;
}

.room-pic img {
    width: 20%;
}

.contact-section {
    padding-top: 85px;
    padding-bottom: 100px;
}

.contact-form h4, .contact-info h4 {
    color: #30304e;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 47px;
}

.contact-form input, .contact-info input {
    width: 100%;
    height: 44px;
    background: #F6F6F6;
    border: none;
    padding-top: 17px;
    padding-right: 15px;
    padding-bottom: 18px;
    padding-left: 20px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #8f8f8f;
    margin-bottom: 20px;
}

.contact-form textarea, .contact-info textarea {
    background: #f6f6f6;
    border: none;
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 400;
    height: 200px;
    padding-top: 20px;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 15px;
}

.contact-form .site-btn.c-btn, .contact-info .site-btn.c-btn {
    border: none;
    background: #2b6886;
    color: #fff;
}

.contact-info h4 {
    margin-bottom: 44px;
}

.contact-info .contact-addr {
    margin-bottom: 22px;
}

.contact-info .contact-addr li {
    list-style: none;
    position: relative;
    margin-bottom: 12px;
}

.contact-info .contact-addr li i {
    color: #30304e;
    position: absolute;
    top: -2px;
}

.contact-info .contact-addr li span {
    color: #6f6f8a;
    font-size: 14px;
    font-weight: 300;
    margin-left: 35px;
}

.contact-info p {
    color: #6f6f8a;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 2px;
}

.instagram {
    background: #F8F8F9;
    padding: 40px 0;
}

.instagram h2 {
    color: #00068b;
    font-size: 24px;
    font-weight: 300;
}

.sp-60 {
    padding-bottom: 60px;
}

.sp-40 {
    padding-bottom: 40px;
}

.p-20 {
    padding-bottom: 20px;
}

.p-37 {
    padding-bottom: 37px;
}

.p-40 {
    padding-top: 40px;
}

.footer-section {
    background: #afafaf;
}

.about-footer h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 17px;
}

.about-footer p {
    color: #e3e3e3;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 33px;
}

.about-footer .footer-social a {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.about-footer .footer-social a i {
    margin-left: 10px;
}

.about-footer .footer-social a:after {
    position: absolute;
    width: 32px;
    height: 32px;
    background: #6F6F8A;
    color: #fff;
    content: "";
    border-radius: 50%;
    bottom: -3px;
    left: 0px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.about-footer .footer-social a:hover:after {
    opacity: 1;
    visibility: visible;
}

.footer-blog h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 22px;
}

.footer-blog .single-blog {
    overflow: hidden;
}

.footer-blog .single-blog .lt-side {
    display: inline-block;
    float: left;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 27px;
}

.footer-blog .single-blog .lt-side img {
    height: 67px;
    width: 67px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 4px;
}

.footer-blog .single-blog .rt-side {
    display: inline-block;
    margin-bottom: 27px;
}

.footer-blog .single-blog .rt-side h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
    line-height: 22px;
}

.footer-blog .single-blog .rt-side .blog-time {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 13px;
}

.footer-blog .single-blog .rt-side .blog-time i {
    color: #E7E7EB;
    position: absolute;
    top: -3px;
}

.footer-blog .single-blog .rt-side .blog-time span {
    color: #8f8fa8;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-left: 27px;
}

.footer-blog .single-blog .rt-side .read-more {
    display: inline-block;
    position: relative;
}

.footer-blog .single-blog .rt-side .read-more i {
    color: #E7E7EB;
    position: absolute;
    top: -2px;
}

.footer-blog .single-blog .rt-side .read-more span {
    color: #8f8fa8;
    font-size: 12px;
    font-weight: 500;
    margin-left: 25px;
}

.footer-address h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 16px;
}

.footer-address ul {
    margin-bottom: 18px;
}

.footer-address ul li {
    list-style: none;
    color: #fff;
    margin-bottom: 6px;
    position: relative;
}

.footer-address ul li i {
    position: absolute;
    top: -2px;
}

.footer-address ul li span {
    color: #fafafa;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    margin-left: 35px;
}

.footer-address p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}

.copyright {
    color: #9190a5;
    font-size: 12px;
    font-weight: 500;
    opacity: 0.2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .logo {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .main-menu {
        text-align: center;
        float: none;
        display: block;
        text-align: center;
    }

    .main-menu li:first-child a {
        margin-left: 0;
    }

    .top-social {
        margin-left: 30px;
        margin-top: 10px;
    }

    .filter-form {
        width: 60%;
        margin: auto;
    }

    .filter-form {
    }

    .location {
        padding: 20px 27px 10px;
        width: 100%;
    }

    .search-type {
        padding: 10px 27px 10px;
        width: 100%;
    }

    .price-range {
        padding: 10px 45px 10px 27px;
        width: 100%;
    }

    .bedrooms {
        padding: 10px 25px 10px 25px;
        width: 100%;
    }

    .bathrooms {
        padding: 10px 25px 25px 25px;
        width: 100%;
    }

    .search-btn {
        width: 100%;
    }

    .search-btn button[type=submit] {
        width: 100%;
        border-radius: 0 0 4px 4px;
        padding: 25px 40px 25px 31px;
    }

    .footer-blog .single-blog .lt-side {
        margin-right: 15px;
    }

    .footer-blog .single-blog .rt-side h6 {
        font-size: 15px;
    }

    .main-menu li a {
        margin-left: 20px;
    }

    .top-social {
        margin-left: 20px;
    }

    .blog-right .instagram-info .instagram-pic img {
        width: 50%;
    }

    .room-items .room-text .room-features .room-info .size {
        margin-right: 13px;
    }

    .room-items .room-text .room-features .room-info .beds {
        margin-right: 13px;
    }

    .room-items .room-text .room-features .room-info .baths {
        margin-right: 13px;
    }

    .single-counter .counter-info p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .main-menu {
        text-align: center;
        float: none;
        display: block;
        text-align: center;
    }

    .main-menu li a {
        margin-left: 20px;
    }

    .main-menu li:first-child a {
        margin-left: 0;
    }

    .top-social {
        margin-left: 30px;
        margin-top: 10px;
    }

    .filter-form {
    }

    .location {
        padding: 20px 27px 10px;
        width: 100%;
    }

    .search-type {
        padding: 10px 27px 10px;
        width: 100%;
    }

    .price-range {
        padding: 10px 45px 10px 27px;
        width: 100%;
    }

    .bedrooms {
        padding: 10px 25px 10px 25px;
        width: 100%;
    }

    .bathrooms {
        padding: 10px 25px 25px 25px;
        width: 100%;
    }

    .search-btn {
        width: 100%;
    }

    .search-btn button[type=submit] {
        width: 100%;
        border-radius: 0 0 4px 4px;
        padding: 25px 40px 25px 31px;
    }

    .room-items .room-text .room-features .room-info .size {
        margin-right: 25px;
    }

    .room-items .room-text .room-features .room-info .beds {
        margin-right: 25px;
    }

    .room-items .room-text .room-features .room-info .baths {
        margin-right: 25px;
    }

    .about-footer {
        margin-bottom: 25px;
    }

    .footer-address {
        margin-top: 10px;
    }

    .contact-info {
        margin-top: 30px;
    }

    .instagram-pic .pic-1 {
        margin-right: 10px !important;
    }

    .instagram-pic .pic-2 {
        margin-right: 10px !important;
    }

    .instagram-pic .pic-3 {
        margin-right: 10px !important;
    }

    .instagram-pic .pic-4 {
        margin-right: 10px !important;
    }

    .instagram-pic .pic-5 {
        margin-right: 10px !important;
    }

    .property-title {
        margin-bottom: 15px;
    }

    .property-price {
        float: left;
    }

    .p-ins {
        margin-bottom: 30px;
    }

    .single-team {
        margin-bottom: 30px;
    }

    .team-section {
        padding-bottom: 40px;
    }

    .single-counter {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1025px) {
    #slipVideo {
        position:relative;
        padding-top: 2em;
        width: 360px!important;
    }

    .header-section {
        position: relative;
    }
}

@media only screen and (max-width: 1024px) {
    #slipVideo {
        position:relative;
        top: 7%;
        left: 0px;
        margin-bottom: 2rem;
    }

    #slipVideo div {
        margin-right: auto;
        !important;margin-left: auto;
        !important;box-sizing: border-box;
    }

    .hero-text {
        text-align: center;
        width: 100%;
        top: 7vh;
    }

    .header-section {
    }
}

@media only screen and (max-width: 991px) {
    #shdsc {
        overflow: hidden;
    }
}

@media only screen and (min-width: 751px) {
    .desktop-left {
        text-align: left!important;
    }

    .desktop-center {
        text-align: center!important;
    }

    .desktop-right {
        text-align: right!important;
    }

    .hero-text {
        text-align: center;
        width: 100%;
        bottom: 15vh;
    }

    .webp #hero-nakamura {
        background: url(/img/hero/headerpic.webp);
        background-size: 100% 100%;
    }

    .no-webp #hero-nakamura {
        background: url(/img/hero/headerpic.webp);
    }
}

@media only screen and (max-width: 750px) {
    .mobile-left {
        text-align: left!important;
    }

    .mobile-center {
        text-align: center!important;
    }

    .mobile-right {
        text-align: right!important;
    }

    .webp #hero-nakamura {
        background: url(/img/hero/headerpic_m.webp);
        background-repeat: no-repeat;
        height: 450px;
    }

    .no-webp #hero-nakamura {
        background: url(/img/hero/headerpic_m.webp);
    }
}

@media only screen and (max-width: 767px) {
    #swcontainer {
        display:table;
    }

    #highmobile {
        display: table-header-group;
    }

    #lowmobile {
        display: table-footer-group;
    }

    .main-menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
        background: transparent;
        padding: 0;
    }

    .slicknav_nav {
        background: #202423;
        padding: 25px;
        z-index: 99;
    }

    .slicknav_nav a:hover {
        border-radius: 50%;
        background: none;
        color: #fff;
    }

    .slicknav_nav .slicknav_row, .slicknav_nav a {
        margin: 15px 5px;
    }

    .slicknav_btn {
        margin: 0;
        margin-bottom: 10px;
        background-color: #2b6886;
    }

    .slicknav_nav li {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .slicknav_nav li:hover {
        background: #333;
        border-radius: 4px;
    }

    .slicknav_nav li.top-social:hover {
        background: transparent;
    }

    .top-social {
        margin-left: 10px;
        margin-top: 5px;
    }

    .filter-form {
    }

    .location {
        padding: 20px 27px 10px;
        width: 100%;
    }

    .search-type {
        padding: 10px 27px 10px;
        width: 100%;
    }

    .price-range {
        padding: 10px 45px 10px 27px;
        width: 100%;
    }

    .bedrooms {
        padding: 10px 25px 10px 25px;
        width: 100%;
    }

    .bathrooms {
        padding: 10px 25px 25px 25px;
        width: 100%;
    }

    .search-btn {
        width: 100%;
    }

    .search-btn button[type=submit] {
        width: 100%;
        border-radius: 0 0 4px 4px;
        padding: 25px 40px 25px 31px;
    }

    .newslatter-section .newslatter-text input {
        width: 100%;
        margin-right: 0;
    }

    .newslatter-section .newslatter-text .site-btn.news-btn {
        margin-top: 15px;
    }

    .about-footer {
        margin-bottom: 25px;
    }

    .about-footer p {
        margin-bottom: 20px;
    }

    .footer-address {
        margin-top: 10px;
    }

    .t-details .popular-room-features.single-property {
        float: left;
    }

    .p-ins {
        margin-bottom: 30px;
    }

    .contact-info {
        margin-top: 30px;
    }

    .contact-section {
        padding-bottom: 70px;
    }

    .instagram-pic .pic-1 {
        margin-right: 10px !important;
    }

    .instagram-pic .pic-2 {
        margin-right: 10px !important;
    }

    .instagram-pic .pic-3 {
        margin-right: 10px !important;
    }

    .instagram-pic .pic-4 {
        margin-right: 10px !important;
    }

    .instagram-pic .pic-5 {
        margin-right: 10px !important;
    }

    .property-title {
        margin-bottom: 15px;
    }

    .property-price {
        float: left;
    }

    .services-section .left-side {
        margin-bottom: 30px;
    }

    .single-team {
        margin-bottom: 30px;
    }

    .team-section {
        padding-bottom: 40px;
    }

    .single-counter {
        margin-bottom: 30px;
    }

    .property-img .owl-nav button[type=button] {
        left: 5px;
    }

    .property-img.owl-carousel .owl-nav button.owl-next {
        right: 5px;
    }

    .slider-active .owl-nav button[type=button] {
        left: 5px;
    }

    .slider-active.owl-carousel .owl-nav button.owl-next {
        right: 5px;
    }
}

@media only screen and (max-width: 479px) {
    .hero-text h2 {
        font-size: 35px;
    }

    .hero-text h1 {
        font-size: 45px;
    }

    .room-items .room-text .room-features .room-info .size {
        margin-right: 12px;
    }

    .room-items .room-text .room-features .room-info .beds {
        margin-right: 12px;
    }

    .room-items .room-text .room-features .room-info .baths {
        margin-right: 12px;
    }

    .popular-items {
        padding: 20px 20px 20px 20px;
    }

    .popular-items .popular-room-details {
        margin-bottom: 25px;
    }

    .popular-items .popular-room-details .popular-room-title h5 {
        font-size: 17px;
    }

    .popular-items .popular-room-features .popular-room-info .size {
        margin-right: 10px;
    }

    .popular-items .popular-room-features .popular-room-info .beds {
        margin-right: 10px;
    }

    .popular-items .popular-room-features .popular-room-info .baths {
        margin-right: 10px;
    }

    .popular-room-features .size span {
        margin-left: 4px;
    }

    .popular-room-features .beds span {
        margin-left: 4px;
    }

    .popular-room-features .baths span {
        margin-left: 4px;
    }

    .popular-items .deal {
        bottom: 94px;
    }

    .popular-items .site-btn.btn-line {
        float: none;
        margin-top: 15px;
    }

    .left-side h2 span {
        font-size: 30px;
    }

    .left-side h2 {
        font-size: 21px;
        line-height: 30px;
    }

    .right-side ul li {
        font-size: 14px;
        line-height: 26px;
    }

    .right-side ul li img {
        margin-right: 15px;
    }

    .room-pic img {
        width: 100%;
        height: 270px;
    }

    .newslatter-section .newslatter-text h4 {
        font-size: 22px;
    }

    .footer-blog .single-blog .rt-side h6 {
        font-size: 14px;
    }

    .sp-60 {
        padding-bottom: 50px;
    }

    .found-items h4 {
        font-size: 14px;
    }

    .about-us .about-text h2 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .about-us .about-img img {
        height: 200px;
    }

    .about-us .about-img .l-img {
        height: 300px;
    }

    .about-us .about-img .r-img {
        height: 637px;
    }

    .section-title h2 {
        font-size: 20px;
        line-height: 35px;
    }

    .section-title h2 span {
        font-size: 36px;
    }

    .section-title {
        margin-bottom: 50px;
    }

    .single-team {
        margin-bottom: 30px;
    }

    .team-section {
        padding-bottom: 40px;
    }

    .single-counter {
        margin-bottom: 30px;
    }

    .b-top {
        padding-bottom: 40px;
    }

    .p-ins {
        padding: 0 20px 15px 20px;
    }

    .popular-room-features.single-property {
        float: left;
    }

    .p-ins:after {
        top: 145px;
    }

    .property-features table tr {
        display: block;
    }

    .property-features table tr td {
        width: 100px;
    }

    .property-features .property-table table tr td {
        padding-left: 15px;
    }

    .property-features .property-table table tr td img {
        display: block;
        margin-bottom: 10px;
    }

    .p-ins {
        margin-bottom: 30px;
    }

    .blog-item .blog-text .blog-title {
        margin-bottom: 20px;
    }

    .blog-item .blog-text:after {
        top: 119px;
    }

    .blog-item .blog-text .blog-title .blog-time i {
        top: 0px;
    }

    .blog-item .blog-text .blog-title .blog-posted i {
        top: 0;
    }

    .blog-right .category-search table tr td {
        width: 278px;
    }

    .blog-right .category-search button {
        padding-left: 18px;
    }

    .blog-right .category-search input {
        font-size: 12px;
    }

    .our-agents .single-agent .agent-pic {
        margin-bottom: 15px;
    }

    .our-agents .single-agent .agent-info {
        margin-top: 0;
        float: left;
    }

    .t-details .popular-room-features.single-property .beds {
        margin-left: 10px;
    }

    .t-details .popular-room-features.single-property .baths {
        margin-left: 10px;
    }

    .t-details .popular-room-features.single-property .garage {
        margin-left: 10px;
    }

    .instagram h2 {
        font-size: 25px;
    }
}

.default-section {
    margin-bottom: 10px;
}

.disable-selection {
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.single-blog a {
    color: silver;
}

.single-blog a:hover {
    color: white;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.modal-open .ui-datepicker {
    z-index: 2000!important
}

.ui-datepicker {
    z-index: 2000!important
}

.virt-menu li {
    display: inline-block;
    margin: 1px 12px 1px 12px;
    padding: 6px;
}

.virt-menu li a {
    color: white;
}

.m-it {
    background-color: green;
    border : 1px #c3adad solid;
    border-radius: .3em;
    box-shadow: 1px 1px 6px silver;
}

.btn-cool {
    background: rgb(42,64,40);
    background: linear-gradient(331deg, rgba(42,64,40,1) 0%, rgba(99,64,213,1) 42%, rgba(50,78,171,1) 100%);
    color: white;
    box-shadow: 2px 2px 5px black;
}

.btn-cool:hover {
    color: yellow;
}

.pointer {
    cursor: pointer;
}

.fa-youtube:hover {
    color: rgba(255,0,0,.8);
}

.fa-youtube {
    color: rgba(200,100,100,.8);
}

#modalpop {
    position: fixed;
    z-index: 5000;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: #3a3a3acc;
    visibility: hidden;
}

.poped {
    visibility: visible!important;
}

#modalpop .modal-card {
    background-color: white;
    width: 40%;
    min-width: 320px;
    min-height: 30vh;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 3px 3px 7px black;
}

#modalpop .modal-card .modal-head {
    background-color: silver;
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

[tabindex="-1"]:focus {
    outline: 0!important;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

@media print {
    *,::after,::before {
        text-shadow: none!important;
        box-shadow: none!important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-telegram:before {
    content: "\f2c6";
}

.slicknav_btn {
    cursor: pointer;
}

.slicknav_menu,.slicknav_menu * {
    box-sizing: border-box;
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: .438em .625em;
    line-height: 1.125em;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: .188em;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: .875em;
    margin: .188em 0 0 .438em;
}

.slicknav_menu .slicknav_icon:before {
    background: 0 0;
    width: 1.125em;
    height: .875em;
    display: block;
    content: "";
    position: absolute;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 0 rgba(0,0,0,.25);
}

.slicknav_menu:after,.slicknav_menu:before {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    clear: both;
}

.slicknav_nav li {
    display: block;
}

.slicknav_nav a {
    display: block;
}

.slicknav_menu {
    *zoom:1;font-size: 16px;
    background: #4c4c4c;
    padding: 5px;
}

.slicknav_nav {
    list-style: none;
    overflow: hidden;
    padding: 0;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222;
}

.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: .875em;
}

.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
}

.slicknav_nav a {
    text-decoration: none;
    color: #fff;
}

.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #222;
}

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

ul {
    padding: 0;
    margin: 0;
}

.slicknav_menu {
    display: none;
}

.top-social {
    display: inline-block;
    margin-left: 55px;
}

.top-social a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-left: 2px;
    padding: 4px 3px;
    border: 2px solid transparent;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top-social a:hover {
    border: 2px solid #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .top-social {
        margin-left:30px;
        margin-top: 10px;
    }

    .top-social {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-social {
        margin-left:30px;
        margin-top: 10px;
    }
}

.relabs {
    position: absolute;
}

@media only screen and (max-width: 767px) {
    .relabs {
        position: relative;
    }

    .slicknav_menu {
        display: block;
        background: transparent;
        padding: 0;
    }

    .slicknav_nav {
        background: #202423;
        padding: 25px;
        z-index: 99;
    }

    .slicknav_nav a:hover {
        border-radius: 50%;
        background: none;
        color: #fff;
    }

    .slicknav_nav a {
        margin: 15px 5px;
    }

    .slicknav_btn {
        margin: 0;
        margin-bottom: 10px;
        background-color: #2b6886;
    }

    .slicknav_nav li {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .slicknav_nav li:hover {
        background: #333;
        border-radius: 4px;
    }

    .slicknav_nav li.top-social:hover {
        background: transparent;
    }

    .top-social {
        margin-left: 10px;
        margin-top: 5px;
    }
}

@media all {
    .fa.fa-facebook {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-facebook:before {
        content: "\f39e";
    }

    .fa.fa-youtube {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-instagram {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-whatsapp {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-telegram {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }
}

@media all {
    .fa,.fab {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }

    .fa-facebook:before {
        content: "\f09a";
    }

    .fa-instagram:before {
        content: "\f16d";
    }

    .fa-telegram:before {
        content: "\f2c6";
    }

    .fa-viber:before {
        content: "\f409";
    }

    .fa-whatsapp:before {
        content: "\f232";
    }

    .fa-youtube:before {
        content: "\f167";
    }

    .fab {
        font-family: "Font Awesome 5 Brands";
    }

    .fab {
        font-weight: 400;
    }

    .fa {
        font-family: "Font Awesome 5 Free";
    }

    .fa {
        font-weight: 900;
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url('https://kupidom.do/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('https://kupidom.do/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'),url('https://kupidom.do/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://kupidom.do/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://kupidom.do/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://kupidom.do/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.eot);
    src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.woff2) format("woff2"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.woff) format("woff"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.ttf) format("truetype"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.svg#fontawesome) format("svg");
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-brands-400.eot);
    src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-brands-400.woff2) format("woff2"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-brands-400.woff) format("woff"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-brands-400.ttf) format("truetype"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-brands-400.svg#fontawesome) format("svg");
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.eot);
    src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.eot?#iefix) format("embedded-opentype"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.woff2) format("woff2"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.woff) format("woff"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.ttf) format("truetype"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.svg#fontawesome) format("svg");
    unicode-range: U+f004-f005,U+f007,U+f017,U+f022,U+f024,U+f02e,U+f03e,U+f044,U+f057-f059,U+f06e,U+f070,U+f075,U+f07b-f07c,U+f080,U+f086,U+f089,U+f094,U+f09d,U+f0a0,U+f0a4-f0a7,U+f0c5,U+f0c7-f0c8,U+f0e0,U+f0eb,U+f0f3,U+f0f8,U+f0fe,U+f111,U+f118-f11a,U+f11c,U+f133,U+f144,U+f146,U+f14a,U+f14d-f14e,U+f150-f152,U+f15b-f15c,U+f164-f165,U+f185-f186,U+f191-f192,U+f1ad,U+f1c1-f1c9,U+f1cd,U+f1d8,U+f1e3,U+f1ea,U+f1f6,U+f1f9,U+f20a,U+f247-f249,U+f24d,U+f254-f25b,U+f25d,U+f271-f274,U+f279,U+f28b,U+f28d,U+f2b5-f2b6,U+f2b9,U+f2bb,U+f2bd,U+f2c1-f2c2,U+f2d0,U+f2d2,U+f2dc,U+f2ed,U+f3a5,U+f3d1,U+f410;
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-v4deprecations.eot);
    src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-v4deprecations.eot?#iefix) format("embedded-opentype"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-v4deprecations.woff2) format("woff2"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-v4deprecations.woff) format("woff"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-v4deprecations.ttf) format("truetype"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-v4deprecations.svg#fontawesome) format("svg");
    unicode-range: U+f003,U+f006,U+f014,U+f016,U+f01a-f01b,U+f01d,U+f040,U+f045-f047,U+f05c-f05d,U+f07d-f07e,U+f087-f088,U+f08a-f08b,U+f08e,U+f090,U+f096-f097,U+f0a2,U+f0e4-f0e6,U+f0ec-f0ee,U+f0f5-f0f7,U+f10c,U+f112,U+f114-f115,U+f11d,U+f123,U+f132,U+f145,U+f147-f149,U+f14c,U+f166,U+f16a,U+f172,U+f175-f178,U+f18e,U+f190,U+f196,U+f1b1,U+f1d9,U+f1db,U+f1f7,U+f20c,U+f219,U+f230,U+f24a,U+f250,U+f278,U+f27b,U+f283,U+f28c,U+f28e,U+f29b-f29c,U+f2b7,U+f2ba,U+f2bc,U+f2be,U+f2c0,U+f2c3,U+f2d3-f2d4;
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-brands-400.eot);
    src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-brands-400.woff2) format("woff2"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-brands-400.woff) format("woff"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-brands-400.ttf) format("truetype"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-brands-400.svg#fontawesome) format("svg");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.eot);
    src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.eot?#iefix) format("embedded-opentype"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.woff2) format("woff2"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.woff) format("woff"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.ttf) format("truetype"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.svg#fontawesome) format("svg");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.eot);
    src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.woff2) format("woff2"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.woff) format("woff"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.ttf) format("truetype"),url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.svg#fontawesome) format("svg");
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
        display: block;
    }

    100% {
        opacity: 0;
    }
}

.sihide {
    display: none;
}

.si-slide {
    animation: fadeIn ease 1s;
}

.si-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    max-width: 100%;
    border: none;
}

.si-nav button {
    background-color: #6bfb8c;
    border-radius: 100%;
    width: 3em;
    height: 3em;
    border: none;
    margin: -1em;
}

.si-prev {
    float: left;
}

.si-next {
    float: right;
}

.show {
    display: block!important;
}

#backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    background-color: #00008b30;
    z-index: -10;
}

#gtotal {
    border: none;
    background-color: #faebd700;
    font-size: xxx-large;
    color: #dc3545;
}

.modal {
    max-height: 90vh;
    overflow: auto
}
