﻿        html {
            font-size: 15px;
        }
        
        body {
            /*font-family: Lato, sans-serif;*/
            font-family: nunito, sans-serif;
            font-size: 15px;
            font-weight: 400;
            color: #666;
            overflow-x: hidden !important;
        }
        
        p {
            line-height: 26px;
        }
        
        h1 {
            font-family: Montserrat, sans-serif;
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 1.2rem;
            text-transform: uppercase;
        }
        
        h2 {
            font-family: Montserrat, sans-serif;
            color: #222;
            font-size: 2rem;
            font-weight: 800;
            text-transform: uppercase;
        }
        
        h2 span {
            font-weight: 600;
            color: #009be6;
        }
        
        h3 {
            font-family: Montserrat, sans-serif;
            font-size: 18px;
            color: #333;
            font-weight: 600;
        }
        
        h4 {
            font-family: Montserrat, sans-serif;
            font-size: 18px;
            color: #333;
            font-weight: 600;
        }
        
        h5 {
            color: #444;
        }
        
        .top-headings-section {
            padding-bottom: 2rem;
        }
        
        .top-headings-section p {
            margin-left: auto;
            margin-right: auto;
            font-weight: 400;
            color: #555;
            max-width: 550px;
        }
        
        .top-headings-section h2::after {
            display: block;
            height: 3px;
            font-weight: 700;
            background-color: #274abb;
            content: " ";
            width: 100px;
            margin: 0 auto;
            margin-top: 0.5rem;
            margin-bottom: 1.5rem;
        }
        
         ::after,
         ::before {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        
        .section-title {
            padding-left: 35px;
            position: relative;
            margin-bottom: 2.5rem;
        }
        
        .section-title:before {
            top: 0;
            left: 0;
            bottom: 0;
            width: 15px;
            content: "";
            border-radius: 3px;
            position: absolute;
            background-color: #274abb;
        }
        
        .section-title h3 {
            font-size: 18px;
            color: #111;
            text-transform: uppercase;
        }
        
        .section-title h2 {
            font-size: 28px;
            color: #274abb;
            text-transform: uppercase;
        }
        
        .section-title.col-md-5 {
            margin-left: 1rem;
        }
        
        img {
            display: inline-block;
            max-width: 100%;
            height: auto;
        }
        
        .bg-white {
            background: #fff !important;
        }
        
        .bg-gray {
            background: #f7f7f7 !important;
        }
        
        .header-top {
            background: #274abb;
            color: #7f8997;
            display: block;
            padding: 1rem 0;
        }
        
        .header.head-tr {
            position: absolute;
            width: 100%;
            z-index: 99999;
            background-color: #692669;
        }
        
        .header-top.head-tr {
            background: rgba(255, 255, 255, 0.06);
            color: #7f8997;
            display: block;
            padding: 1rem 0;
        }
        
        @media screen and (min-width: 1025px) {
            #logo {
                margin-right: 0;
            }
        }
        
        @media screen and (max-width: 767px) {
            .header-top {
                padding-top: 0;
            }
        }
        
        .header-top .container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-left: auto;
        }
        
        .header-top .the-top {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding-right: 60px;
            padding-left: 60px;
        }
        
        .top-info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
        
        .mbl-login {
            display: none;
        }
        
        .header-top p {
            margin-right: 2rem;
            color: #fff;
            font-size: 13px;
            font-weight: 400;
            margin-bottom: 0;
        }
        
        .header-top p i {
            color: #fff;
            margin-right: 0.5rem;
            font-size: 1.3rem;
        }
        
        .a-color {
            color: #000 !important;
        }
        
        .top-social {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
        
        .top-social .login-wrap ul {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            list-style: none;
            margin-bottom: 0;
        }
        
        .top-social .login-wrap ul li {
            padding: 0 12px;
            position: relative;
        }
        
        .top-social .login-wrap ul li a {
            color: #fff;
            text-decoration: none;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .top-social .login-wrap ul li a:hover {
            color: #fff;
        }
        
        .top-social .login-wrap ul li a i {
            margin-right: 5px;
        }
        
        .header-top .social-icons {
            text-align: right;
            margin-left: 0.6rem;
        }
        
        .header-top .social-icons i {
            line-height: 26px;
            font-size: 1.2rem;
            margin-right: 1rem;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .social-icons-header .fa-facebook {
            color: #fff;
        }
        
        .social-icons-header .fa-twitter {
            color: #fff;
        }
        
        .social-icons-header .fa-google-plus {
            color: #fff;
        }
        
        .social-icons-header .fa-linkedin {
            color: #fff;
        }
        
        .social-icons-header .fa-skype {
            color: #fff;
        }
        
        .header-top .social-icons:hover {
            color: #274abb;
        }
        
        .header-top .dropdown {
            display: inline-block;
            background: 0 0;
        }
        
        .header-top .dropdown button {
            background: transparent none repeat scroll 0 0;
            border: medium none;
            color: #fff;
            -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }
        
        .header-top .dropdown button:hover {
            color: #fff;
        }
        
        .header-top .dropdown .dropdown-menu {
            border-radius: 0;
            left: auto;
            margin: 0;
            min-width: 115px;
            padding: 0;
            position: absolute;
            right: 0;
            z-index: 9999999;
        }
        
        .header-top .dropdown-menu img {
            margin-right: 5px;
        }
        
        .header-top .dropdown-menu li {
            color: #333;
            cursor: pointer;
            padding: 5px 10px;
        }
        
        .header-top .dropdown-menu li:hover {
            background: #eee none repeat scroll 0 0;
        }
        
        .heading {
            background: #121b22;
            color: #fff;
            position: relative;
            padding: 1rem 0;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .sticky,
        .sticky.head-tr {
            -webkit-animation: 0.6s ease-in-out 0s normal none 1 running fadeInDown;
            animation: 0.6s ease-in-out 0s normal none 1 running fadeInDown;
            background: #121b22 none repeat scroll 0 0;
            left: 0;
            margin: auto;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 99999;
        }
        
        @media screen and (max-width: 991px) {
            .heading.head-tr {
                background: rgba(255, 255, 255, 0.06);
                padding-bottom: 0;
            }
            .header.head-tr #main-menu {
                background: #fff;
                width: 100%;
            }
            .header.head-tr #main-menu .po a::after,
            .header.head-tr #main-menu ul a {
                color: #000 !important;
            }
            .sticky.head-tr {
                background: #121b22 none repeat scroll 0 0;
            }
            .header.head-tr .heading .logo img {
                padding-left: 15px;
                padding-bottom: 1rem;
            }
            .header.head-tr .button-menu {
                padding-right: 18px !important;
            }
            .heading.head-tr .container {
                padding-left: 0;
                padding-right: 0;
            }
            .header.head-tr .button-menu,
            .header.head-tr .search-button {
                margin-bottom: 1rem !important;
            }
        }
        
        .heading .container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        
        .heading .logo img {
            width: 60px;
        }
        
        @media screen and (max-width: 414px) {
            .heading .logo img {
                width: 60px;
            }
        }
        
        @media screen and (max-width: 575px) {
            .header.head-tr #bloq-search {
                padding-left: 15px;
                padding-right: 15px;
            }
            .tp-caption.slid-2 {
                padding-top: 7.7rem;
            }
        }
        
        .button-menu,
        .search-button {
            border: 0;
            font-size: 1.5rem;
            margin: 0;
            padding: 0 0.5rem;
            background: 0 0;
            color: #fff;
        }
        
        .button-menu:focus,
        .search-button:focus {
            outline: 0;
        }
        
        .search-button {
            color: #fff;
            margin-left: auto;
            margin-right: 0.8rem;
        }
        
        .get-quote {
            background: #fff;
            margin-left: 2rem;
            color: #333;
            padding: 1rem;
            -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
            order: 4;
            border-radius: 5px;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .get-quote:hover {
            background: #fff;
            color: #fff !important;
        }
        
        .get-quote p {
            text-transform: capitalize;
            margin: 0;
            font-weight: 600;
        }
        
        .get-quote a {
            text-decoration: none;
            color: #333;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .get-quote a:hover {
            color: #274abb;
        }
        
        #bloq-search {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
        }
        
        .bloq-search {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 3rem;
            margin: 1.3rem 0;
            z-index: 1;
        }
        
        .bloq-search input[type="text"] {
            border: 1px solid #274abb;
            border-radius: 5px 0 0 5px;
            margin-bottom: 0;
            padding: 1rem;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        }
        
        .bloq-search input[type="submit"] {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            border: 0;
            width: auto;
            border-radius: 0 5px 5px 0;
            background: #274abb;
            color: #fff;
            cursor: pointer;
            margin-bottom: 0;
            padding: 0 1rem;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .bloq-search input[type="submit"]:hover {
            background: #121b22;
            color: #fff;
        }
        
        #main-menu {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
        }
        
        #main-menu ul {
            padding: 0;
            list-style: none;
            margin: 1rem 0 0 0;
        }
        
        #main-menu ul a {
            display: block;
            padding: 0.8rem 0;
            text-align: center;
            color: #fff;
            text-transform: uppercase;
            border-top: 1px solid #e5e5e5;
            text-decoration: none;
        }
        
        #main-menu ul a:hover,
        #main-menu ul li.active a {
            color: #274abb;
        }
        
        #main-menu .card {
            background: 0 0;
        }
        
        #main-menu .card a:hover {
            background: 0 0;
        }
        
        .card {
            position: relative;
            display: -ms-flexbox;
            display: block !important;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #fff;
            background-clip: border-box;
            border: 1px solid rgb(0 0 0 / 13%);
            border-radius: 0.25rem;
            box-shadow: 2px 2px 7px 5px #c3c3c3;
            text-align: center;
        }
        
        #main-menu .po a::after {
            content: "\f0d7";
            font-family: FontAwesome;
            color: #fff;
            margin-left: 0.3rem;
        }
        
        .text-heading {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        
        .arrow-down a {
            display: inline-block;
            color: #fff;
            font-size: 3rem;
            -webkit-animation: animate-arrow 2s ease-in-out infinite;
            animation: animate-arrow 2s ease-in-out infinite;
        }
        
        @-webkit-keyframes animate-arrow {
            from {
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }
            50% {
                -webkit-transform: translateY(6px);
                transform: translateY(6px);
            }
            to {
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }
        }
        
        @keyframes animate-arrow {
            from {
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }
            50% {
                -webkit-transform: translateY(6px);
                transform: translateY(6px);
            }
            to {
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }
        }
        
        .rev_slider_wrapper {
            width: 100%;
        }
        
        .slotholder {
            position: relative;
        }
        
        .slotholder:after {
            background: rgba(0, 0, 0, 0.2);
            width: 100%;
            height: 100%;
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            pointer-events: none;
        }
        
        .tp-leftarrow {
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .tp-leftarrow:hover {
            background: #274abb;
        }
        
        .tp-rightarrow {
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .tp-rightarrow:hover {
            background: #274abb;
        }
        
        .tp-parallax-wrap {
            top: 10px;
        }
        
        .tp-bannertimer {
            z-index: 21;
        }
        
        .mfp-close-btn-in .mfp-close {
            color: #fff;
            font-size: 48px;
        }
        
        .mfp-bg {
            z-index: 1112;
        }
        
        .mfp-wrap {
            z-index: 1113;
        }
        
        .rev_slider a {
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .text-theme-colored2 {
            color: #0098ef !important;
        }
        
        .tp-caption.font-p {
            font-family: Lato, sans-serif;
            font-size: 16px;
            font-weight: 400;
        }
        
        @media screen and (max-width: 496px) {
            .tp-caption.font-p {
                margin-top: 0.8rem;
            }
        }
        
        .btn-default.btn-theme-colored2 {
            color: #fff;
            font-weight: 600;
            background-color: #121b22;
            border-color: #fff;
            font-size: 16px;
            padding: 13px 32px;
            margin-top: 0.8rem;
            margin-right: 1rem;
            line-height: 1.3;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .btn-default.btn-theme-colored2:hover {
            background: #274abb;
            color: #fff;
            border-color: #fff;
        }
        
        .btn-dark.btn-theme-colored {
            color: #fff;
            background-color: #274abb;
            border-color: #fff;
            font-size: 16px;
            font-weight: 600;
            padding: 13px 32px;
            margin-top: 0.8rem;
            line-height: 1.3;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .btn-dark.btn-theme-colored:hover {
            background: #121b22;
            color: #fff;
            border-color: #fff;
        }
        
        .bg-1 {
            background: #274abb;
            color: #fff;
            display: inline-block;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            margin: 0;
        }
        
        .bg-2 {
            background: #fff;
            color: #000;
            margin-top: 2rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }
        
        .bg-3 {
            background: 0 0;
            color: #e54242;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0;
        }
        
        .bg-4 {
            background: 0 0;
            color: #fff;
            margin-top: 2rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .box .button {
            float: left;
            min-width: 150px;
            max-width: 250px;
            display: block;
            margin-bottom: 0;
            padding: 1em 2em;
            border: 2px solid;
            background: 0 0;
            color: inherit;
            vertical-align: middle;
            position: relative;
            z-index: 1;
            -webkit-backface-visibility: hidden;
            -moz-osx-font-smoothing: grayscale;
        }
        
        .button:focus {
            outline: 0;
        }
        
        .button>span {
            vertical-align: middle;
        }
        
        .bg-1 .button {
            color: #fff;
            border-color: #fff;
        }
        
        .bg-2 .button {
            color: #000 !important;
            border-color: #274abb;
        }
        
        .bg-2 .button:hover {
            color: #fff !important;
        }
        
        .bg-4 .button {
            color: #fff;
            border-color: transparent;
        }
        
        .bg-3 .button {
            color: #274abb;
            border-color: #274abb;
        }
        
        .bg-3 .button:hover {
            border-color: #274abb;
            color: #fff;
        }
        
        @media screen and (max-width: 768px) {
            .bg-3 {
                padding-top: 1rem;
            }
        }
        
        .button--size-s {
            font-size: 15px;
            font-weight: 700;
        }
        
        .button--size-m {
            font-size: 16px;
        }
        
        .button--size-l {
            font-size: 18px;
        }
        
        .button--text-upper {
            letter-spacing: 2px;
            text-transform: uppercase;
        }
        
        .button--text-thin {
            font-weight: 300;
        }
        
        .button--text-medium {
            font-weight: 500;
        }
        
        .button--text-thick {
            font-weight: 600;
        }
        
        .button--round-s {
            border-radius: 5px;
        }
        
        .button--round-m {
            border-radius: 15px;
        }
        
        .button--round-l {
            border-radius: 40px;
        }
        
        .button--border-thin {
            border: 1px solid;
        }
        
        .button--border-medium {
            border: 2px solid;
        }
        
        .button--border-thick {
            border: 3px solid;
        }
        
        section.recently.portfolio {
            padding: 2rem 0;
            background: #f7f7f7;
        }
        
        .portfolio .sec-title {
            margin-left: 0;
        }
        
        .portfolio .sec-title h2 span {
            font-weight: 600;
            color: #111;
        }
        
        .portfolio .sec-title h2 {
            color: #274abb;
            margin-bottom: 0.5rem;
        }
        
        .homes.no-mb {
            margin-bottom: 0;
        }
        
        .homes-img {
            display: block;
            -webkit-transition: -webkit-transform 0.6s ease-in;
            transition: -webkit-transform 0.6s ease-in;
            transition: transform 0.6s ease-in;
            transition: transform 0.6s ease-in, -webkit-transform 0.6s ease-in;
        }
        
        .homes,
        .homes-img {
            position: relative;
            overflow: hidden;
        }
        
        .homes-tag.featured {
            width: 84px !important;
            background: #1cb5b5 !important;
        }
        
        .recently .homes .button {
            font-size: 13px;
            font-weight: 600;
            padding: 6px 14px;
            border-radius: 2px;
            color: #fff;
            border: none;
            background-color: #274abb;
            display: inline-block;
            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;
            width: 84px !important;
            height: 31px;
        }
        
        .recently .homes-tag.sale {
            right: 15px;
            margin-top: 15px;
            top: 0;
        }
        
        .recently .homes-tag.sale.rent {
            background: #ffb200 !important;
            color: #fff;
            z-index: 99;
        }
        
        .recently .price-properties {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding-bottom: 1rem;
        }
        
        .recently .compare {
            margin-top: 1.1rem;
            line-height: 0;
        }
        
        .recently .compare a {
            margin-right: 1.5rem;
        }
        
        .recently .compare a:last-child {
            margin-right: 0;
        }
        
        .recently .compare i {
            font-size: 1rem;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .recently .fa-exchange-alt {
            color: #666;
        }
        
        .recently .fa-exchange-alt:hover {
            color: #18ba60;
        }
        
        .recently .fa-share-alt {
            color: #666;
        }
        
        .recently .fa-share-alt:hover {
            color: #ffb200;
        }
        
        .recently .fa-heart-o {
            color: #666;
        }
        
        .recently .fa-heart-o:hover {
            color: #e54242;
        }
        
        .recently .homes-price {
            color: #fff;
            font-size: 13px !important;
            font-weight: 600;
            padding: 6px 14px;
            border-radius: 2px;
            background: #3a2c5f;
            bottom: 15px;
            left: 15px;
            z-index: 99;
        }
        
        .recently .homes-content {
            background: #fff !important;
            padding: 20px 20px !important;
        }
        
        .recently .homes-content h3.title a {
            font-size: 1.1rem;
            font-weight: 600;
            color: #666;
            text-transform: uppercase;
            text-decoration: none;
        }
        
        .recently .homes-content h3 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #444;
            margin-bottom: 3px;
        }
        
        .price-properties h3 {
            margin-bottom: 0;
        }
        
        .recently .homes-content .homes-address {
            margin-top: 0;
        }
        
        .recently .homes-content .homes-address .fa-map-marker {
            font-size: 1rem;
            text-decoration: none;
            color: #18ba60;
        }
        
        .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 {
            padding: 0;
            margin: 0;
        }
        
        .recently .homes-content .homes-list li {
            width: 45%;
            float: left;
            font-size: 14px;
            line-height: 40px;
            list-style: none;
            color: #274abb;
        }
        
        .recently .homes-content .homes-list li i {
            font-size: 1rem;
            margin-right: 5px;
            color: #274abb;
        }
        
        .recently .homes-content .homes-list span {
            color: #666;
        }
        
        .recently.portfolio .item {
            padding-bottom: 0;
        }
        
        .recently.portfolio .homes {
            margin-bottom: 0;
        }
        
        .recently .footer {
            background: 0 0;
            border-top: 1px solid #ebebeb;
            padding-top: 1rem;
            font-size: 13px;
            color: #666;
        }
        
        .recently .footer a {
            color: #666;
            text-decoration: none;
        }
        
        .recently .footer span {
            float: right;
        }
        
        .recently .footer i {
            margin-right: 5px;
            font-size: 1rem;
            color: #666;
        }
        
        .hidden.photo-gallery {
            position: absolute;
            bottom: 0;
            width: 100%;
            left: 0;
            z-index: 10;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        
        .recently .project-single {
            position: relative;
            overflow: hidden;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }
        
        .recently .project-inner {
            position: relative;
            overflow: hidden;
        }
        
        .recently .project-head {
            position: relative;
            text-align: center;
        }
        
        .recently .project-head:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            opacity: 0;
            z-index: 33;
            background: #121b22;
            color: #fff;
            text-align: center;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .recently .project-single:hover .project-head:before {
            opacity: 0.8;
        }
        
        .recently .project-head img {
            width: 100%;
            z-index: 2;
        }
        
        .recently .project-bottom {
            text-align: center;
            padding: 10px 0 0;
            position: absolute;
            width: 100%;
            text-align: left;
            z-index: 333;
            text-align: center;
            top: 50%;
            margin-top: -23.5px;
        }
        
        .recently .project-bottom h4 {
            text-transform: uppercase;
            font-size: 19px;
            font-weight: 800;
            color: #fff;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .recently .project-bottom h4:before {
            position: absolute;
            left: 0;
            bottom: 0;
            content: "";
        }
        
        .recently .project-single:hover .project-bottom h4 {
            opacity: 1;
            visibility: visible;
        }
        
        .recently .project-bottom h4 a {
            color: #fff;
            text-decoration: none;
        }
        
        .recently .project-bottom h4 span {
            display: block;
            color: #fff;
            font-size: 14px;
            margin-top: 10px;
            font-weight: 400;
        }
        
        .recently .button-effect {
            position: absolute;
            text-align: left;
            bottom: 0;
            right: 0;
            z-index: 33;
            background: 0 0;
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            opacity: 0;
            visibility: hidden;
            padding: 8px 15px;
            border-radius: 20px 0 0 0;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            margin-bottom: 0.7rem;
        }
        
        .recently .project-single:hover .button-effect {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        
        .recently .button-effect .btn {
            display: inline-block;
            color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 0;
            margin-right: 15px;
            border-radius: 100%;
            width: 31px;
            height: 31px;
            line-height: 31px;
            background: #fff;
            z-index: 99;
        }
        
        .recently .button-effect .btn:hover {
            color: #fff;
        }
        
        .recently .button-effect .btn:last-child {
            margin: 0;
        }
        
        .recently .load-button {
            margin-top: 50px;
        }
        
        .recently .load-button .btn {
            padding: 14px 30px;
            color: #fff;
            font-weight: 500;
            border: none;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            margin: 0;
        }
        
        .recently .load-button .btn:hover {
            background: #353535;
        }
        
        .recently .button-effect .fa-link:before {
            content: "\f0c1";
            font-family: FontAwesome;
            color: #000;
        }
        
        .recently .button-effect .fa-video:before {
            content: "\f03d";
            font-family: FontAwesome;
            color: #000;
        }
        
        .recently .button-effect .fa-photo:before {
            content: "\f03e";
            font-family: FontAwesome;
            color: #000;
        }
        
        .recently.portfolio .item {
            padding-bottom: 0;
        }
        
        .recently.portfolio .project-single {
            margin-bottom: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .recently.portfolio.bshd .project-single {
            -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }
        
        .listing-hidden-content.blue {
            background: #274abb;
        }
        
        .slick-next,
        .slick-prev {
            font-size: 0;
            line-height: 0;
            position: absolute;
            top: 50%;
            display: block;
            padding: 0;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            cursor: pointer;
            border: none;
            outline: 0;
            background-color: #121b22;
            border-radius: 4px;
            width: 48px;
            height: 48px;
            display: block;
            top: calc(50% - 15px);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: 0.3s;
            transition: 0.3s;
            -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
            z-index: 10;
        }
        
        .slick-next:hover,
        .slick-prev:hover {
            color: transparent;
            outline: 0;
            background: #274abb;
        }
        
        .slick-next:hover:before,
        .slick-prev:hover:before {
            opacity: 1;
            outline: 0;
        }
        
        .slick-next.slick-disabled,
        .slick-prev.slick-disabled {
            pointer-events: none;
            cursor: default;
            background-color: #e8e8e8;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .slick-next.slick-disabled:before,
        .slick-prev.slick-disabled:before {
            color: #121b22;
        }
        
        .slick-next:before,
        .slick-prev:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f054";
            font-size: 26px;
            line-height: 1;
            opacity: 1;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            position: relative;
            color: #fff;
        }
        
        .slick-prev {
            left: -85px;
        }
        
        .slick-prev:before {
            content: "\f053";
            left: -1px;
        }
        
        .slick-next {
            right: -85px;
        }
        
        .slick-next:before {
            content: "\f054";
            right: -1px;
        }
        
        .slick-dots {
            margin: 0 auto;
            padding: 0;
            text-align: center;
        }
        
        ul.slick-dots {
            margin-top: 20px;
            list-style-type: disc;
        }
        
        .slick-dots li {
            position: relative;
            display: inline-block;
            padding: 0;
            margin: 0 3px;
            cursor: pointer;
        }
        
        .slick-dots li {
            font-size: 0;
            line-height: 0;
            cursor: pointer;
            color: #274abb;
            border: 0;
            position: relative;
            outline: 0;
            display: inline-block;
            width: 15px;
            height: 15px;
            margin: 0 3px;
            opacity: 1;
            border-radius: 50%;
            line-height: 0;
            -webkit-box-shadow: inset 0 0 0 2px #274abb;
            box-shadow: inset 0 0 0 2px #274abb;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        
        .slick-dots li.slick-active {
            -webkit-box-shadow: inset 0 0 0 6px #274abb;
            box-shadow: inset 0 0 0 6px #274abb;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        
        .slick-dots li:after {
            display: block;
            height: 13px;
            width: 13px;
            content: "";
            position: absolute;
            top: 1px;
            left: 1px;
            background-color: transparent;
            border-radius: 50%;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            opacity: 0;
            background-color: #274abb;
        }
        
        .slick-dots li.slick-active:after {
            opacity: 1;
        }
        
        .slick-dots button {
            border: none;
            margin: 0;
            padding: 0;
            width: auto;
            overflow: visible;
            background: 0 0;
            color: inherit;
            font: inherit;
            line-height: normal;
            cursor: pointer;
        }
        
        .agents-grid {
            position: relative;
            background: #fff;
            margin: 0 30px 0 0;
            border-radius: 6px;
            border: none;
        }
        
        @media screen and (max-width: 767px) {
            .w3l-top-menu-1 .accounts {
                text-align: left !important;
            }
            .recently.portfolio .item.no-pb.pbp-3 {
                padding-bottom: 1.6rem !important;
            }
            .agents-grid {
                margin-right: 0;
            }
            .recently.portfolio .item.landscapes.no-pb {
                padding-bottom: 0;
                margin-bottom: 10px !important;
            }
            .recently.portfolio .item.landscapes.no-pb:last-child {
                margin-bottom: 0 !important;
            }
        }
        
        @media screen and (max-width: 991px) {
            .recently.portfolio .item {
                padding-bottom: 1.6rem;
            }
            .recently.portfolio .project-single {
                margin-bottom: 10px;
            }
            .recently.portfolio .item.no-pb {
                padding-bottom: 0;
            }
            .recently.portfolio .project-single.no-mb {
                margin-bottom: 0;
            }
            .recently.portfolio .item.landscapes.no-pb {
                padding-bottom: 0;
                margin-bottom: 0;
            }
            .recently .compare {
                margin-top: 0.8rem;
                margin-right: 0.2rem;
            }
        }
        
        @media screen and (max-width: 420px) {
            .recently .compare {
                margin-right: 0;
            }
        }
        
        .services-desc,
        .services-img {
            display: inline-block;
        }
        
        .services-img {
            float: left;
            margin-right: 16px;
        }
        
        .services-desc>h6 {
            color: #555;
            font-weight: 600;
        }
        
        .services-desc>p {
            color: #666;
            font-weight: 400;
            margin: 0;
        }
        
        .w-single-services {
            margin-bottom: 31px;
        }
        
        .w-single-services.no-mb {
            margin-bottom: 0;
        }
        
        @-webkit-keyframes waves {
            0% {
                -webkit-transform: scale(0.2, 0.2);
                transform: scale(0.2, 0.2);
                opacity: 0;
            }
            50% {
                opacity: 0.9;
            }
            100% {
                -webkit-transform: scale(0.6, 0.6);
                transform: scale(0.6, 0.6);
                opacity: 0;
            }
        }
        
        @keyframes waves {
            0% {
                -webkit-transform: scale(0.2, 0.2);
                transform: scale(0.2, 0.2);
                opacity: 0;
            }
            50% {
                opacity: 0.9;
            }
            100% {
                -webkit-transform: scale(0.6, 0.6);
                transform: scale(0.6, 0.6);
                opacity: 0;
            }
        }
        
        @media screen and (max-width: 767px) {
            .w-single-services.no-mb.mbx {
                margin-bottom: 31px;
            }
        }
        
        @media screen and (max-width: 575px) {
            .w-single-services.no-mb.mbx {
                margin-bottom: 31px;
            }
        }
        
        .box-shadow-1-hover:hover,
        .box-shadow-1.focus,
        .box-shadow-1:focus,
        .services-home .box-shadow-1 {
            -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06) !important;
        }
        
        .agency-section,
        .agent-section,
        .profile-section,
        .services-home .blog-section {
            display: inline-block;
            width: 100%;
        }
        
        @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 {
            padding: 6rem 0;
            background: #f7f7f7;
        }
        
        .portfolio .sec-title {
            margin-left: 0;
        }
        
        .portfolio .sec-title h2 span {
            font-weight: 600;
            color: #111;
        }
        
        .portfolio .sec-title h2 {
            color: #274abb;
            margin-bottom: 0.5rem;
        }
        
        .portfolio .item {
            padding-bottom: 1.6rem;
        }
        
        .portfolio .filters-group {
            margin-top: 1.4rem;
            margin-bottom: 0;
            padding-left: 0;
            text-align: right;
            border-radius: 5px;
        }
        
        .portfolio .filters-group ul {
            padding-left: 0;
            margin-bottom: 0;
        }
        
        .portfolio .filters-group ul li {
            list-style: none;
            color: #000;
            display: inline-block;
            padding: 10px 15px;
            text-transform: capitalize;
            font-weight: 500;
            cursor: pointer;
            border-radius: 5px;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .portfolio .filters-group ul li:hover {
            background: #274abb;
            color: #fff;
        }
        
        @media screen and (max-width: 543px) {
            .portfolio .filters-group ul {
                padding-left: 0;
            }
            .portfolio .filters-group ul li:hover {
                background: 0 0;
                color: #000;
            }
        }
        
        .portfolio .filters-group .active {
            background: #121b22;
            color: #fff;
        }
        
        .project-single {
            margin-bottom: 10px;
        }
        
        .project-single.no-mb {
            margin-bottom: 0;
        }
        
        .portfolio .item.no-pb {
            padding-bottom: 0;
        }
        
        @media screen and (max-width: 767px) {
            .project-single.no-mb.last:last-child {
                margin-bottom: 0;
            }
            .portfolio .filters-group {
                text-align: left;
                margin-bottom: 2rem;
            }
            .filters-group.col-md-6 {
                margin-left: 1rem;
            }
            .portfolio .item.sale.no-pb {
                padding-bottom: 1.6rem;
                margin-bottom: 10px;
            }
        }
        
        @media screen and (max-width: 991px) {
            .portfolio .item.landscapes.no-pb {
                padding-bottom: 1.6rem;
                margin-bottom: 10px;
            }
            .portfolio .item.landscapes.h-17.no-pb {
                padding-bottom: 30px;
                margin-bottom: 0;
            }
            .project-single.mbx-10 {
                margin-bottom: 10px;
            }
            .featured .compare {
                margin-top: 0.9rem !important;
            }
        }
        
        .homes-img {
            display: block;
        }
        
        .homes,
        .homes-img {
            position: relative;
            overflow: hidden;
        }
        
        .homes-tag.featured {
            width: 84px !important;
            background: #1cb5b5 !important;
        }
        
        .portfolio .homes .button {
            font-size: 13px;
            font-weight: 600;
            padding: 6px 14px;
            border-radius: 2px;
            color: #fff;
            border: none;
            background-color: #274abb;
            display: inline-block;
            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;
            width: 170px !important;
            height: 31px;
        }
        
        .portfolio .homes-tag.sale {
            right: 15px;
            margin-top: 15px;
            top: 0;
        }
        
        .portfolio .homes-tag.sale.rent {
            background: #ffb200 !important;
            color: #fff;
            z-index: 1;
        }
        
        .card a:hover {
            color: #0056b3;
        }
        
        .text-search {
            margin-left: -150px;
            margin-top: -5px;
        }
        
        .portfolio .price-properties {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding-bottom: 1rem;
        }
        
        .portfolio .compare {
            margin-top: 1.1rem;
            line-height: 0;
        }
        
        .portfolio .compare a {
            margin-right: 1.5rem;
        }
        
        .portfolio .compare a:last-child {
            margin-right: 0;
        }
        
        .portfolio .compare i {
            font-size: 1rem;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .portfolio .fa-exchange-alt {
            color: #666;
        }
        
        .portfolio .fa-exchange-alt:hover {
            color: #18ba60;
        }
        
        .portfolio .fa-share-alt {
            color: #666;
        }
        
        .portfolio .fa-share-alt:hover {
            color: #ffb200;
        }
        
        .portfolio .fa-heart-o {
            color: #666;
        }
        
        .portfolio .fa-heart-o:hover {
            color: #e54242;
        }
        
        .portfolio .homes-price {
            color: #fff;
            font-size: 13px !important;
            font-weight: 600;
            padding: 6px 14px;
            border-radius: 2px;
            background: #3a2c5f;
            bottom: 15px;
            left: 15px;
            z-index: 1;
        }
        
        .portfolio .homes-content {
            background: #fff !important;
            padding: 26px 20px 14px 21px !important;
        }
        
        .portfolio .homes-content h3.title a {
            font-size: 1.1rem;
            font-weight: 600;
            color: #666;
            text-transform: uppercase;
            text-decoration: none;
        }
        
        .portfolio .homes-content h3 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #444;
            margin-bottom: 3px;
        }
        
        .portfolio .homes-content h3 a {
            font-size: 1.2rem;
            font-weight: 600;
            color: #692669;
            margin-bottom: 3px;
            text-decoration: none;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        
        .portfolio .homes-content h3 a:hover {
            color: #274abb;
        }
        
        .price-properties h3 {
            margin-top: 1.3 !important;
            margin-bottom: 0;
        }
        
        .portfolio .homes-content .homes-address {
            margin-top: 0;
        }
        
        .portfolio .homes-content .homes-address .fa-map-marker {
            font-size: 1rem;
            text-decoration: none;
            color: #006ea4;
        }
        
        .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 {
            padding-left: 0;
            padding-bottom: 0.9rem;
            margin: 0;
        }
        
        .portfolio .homes-content .homes-list li {
            width: 45%;
            float: left;
            font-size: 12px;
            line-height: 40px;
            list-style: none;
            color: #274abb;
        }
        
        @media(max-width:768px) {
            .portfolio .homes-content .homes-list li {
                font-size: 11px;
            }
        }
        
        .portfolio .homes-content .homes-list li i {
            font-size: 1rem;
            margin-right: 5px;
            color: #274abb;
        }
        
        .portfolio .homes-content .homes-list span {
            color: #540054;
        }
        
        .portfolio .footer {
            background: 0 0;
            border-top: 1px solid #e8e8e8;
            padding-top: 1rem;
            font-size: 13px;
            color: #666;
        }
        
        .portfolio .footer a {
            color: #666;
            text-decoration: none;
        }
        
        .portfolio .footer span {
            float: right;
        }
        
        .portfolio .footer i {
            margin-right: 5px;
            font-size: 1rem;
            color: #666;
        }
        
        .portfolio .project-single {
            position: relative;
            overflow: hidden;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            /* min-height: 369px; */
        }
        
        .portfolio .project-single1 {
            min-height: 346px !important;
        }
        
        .portfolio .project-inner {
            position: relative;
            overflow: hidden;
        }
        
        .portfolio .project-head {
            position: relative;
            text-align: center;
            border-radius: 10px;
        }
        
        .portfolio .project-head:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            opacity: 0;
            z-index: 1;
            background: #121b22;
            color: #fff;
            text-align: center;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .portfolio .project-single:hover .project-head:before {
            opacity: 0.8;
        }
        
        .portfolio .project-head img {
            width: 100%;
            z-index: 2;
        }
        
        .portfolio .project-bottom {
            text-align: center;
            padding: 10px 0 0;
            position: absolute;
            width: 100%;
            text-align: left;
            z-index: 333;
            text-align: center;
            top: 50%;
            margin-top: -23.5px;
        }
        
        .portfolio .project-bottom h4 {
            text-transform: uppercase;
            font-size: 18px;
            font-weight: 600;
            color: #fff;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .portfolio .project-bottom h4:before {
            position: absolute;
            left: 0;
            bottom: 0;
            content: "";
        }
        
        .portfolio .project-single:hover .project-bottom h4 {
            opacity: 1;
            visibility: visible;
        }
        
        .portfolio .project-bottom h4 a {
            color: #fff;
            text-decoration: none;
        }
        
        .portfolio .project-bottom h4 span {
            display: block;
            color: #fff;
            font-size: 14px;
            margin-top: 10px;
            font-weight: 400;
        }
        
        .portfolio .button-effect {
            position: absolute;
            text-align: left;
            bottom: 0;
            right: 0;
            z-index: 33;
            background: 0 0;
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            opacity: 0;
            visibility: hidden;
            padding: 8px 15px;
            border-radius: 20px 0 0 0;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            margin-bottom: 0.7rem;
        }
        
        .portfolio .project-single:hover .button-effect {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        
        .portfolio .button-effect .btn {
            display: inline-block;
            color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 0;
            margin-right: 15px;
            border-radius: 100%;
            width: 31px;
            height: 31px;
            line-height: 31px;
            background: #fff;
            z-index: 99;
        }
        
        .portfolio .button-effect .btn:hover {
            color: #fff;
        }
        
        .portfolio .button-effect .btn:last-child {
            margin: 0;
        }
        
        .portfolio .load-button {
            margin-top: 50px;
        }
        
        .portfolio .load-button .btn {
            padding: 14px 30px;
            color: #fff;
            font-weight: 500;
            border: none;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            margin: 0;
        }
        
        .portfolio .load-button .btn:hover {
            background: #353535;
        }
        
        .portfolio .button-effect .fa-link:before {
            content: "\f0c1";
            font-family: FontAwesome;
            color: #000;
        }
        
        .portfolio .button-effect .fa-video:before {
            content: "\f03d";
            font-family: FontAwesome;
            color: #000;
        }
        
        .portfolio .button-effect .fa-photo:before {
            content: "\f03e";
            font-family: FontAwesome;
            color: #000;
        }
        
        .bg-all {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 30px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        
        .btn.btn-outline-light {
            background-color: #274abb;
            color: #fff;
            border-color: #fff;
            font-size: 16px;
            font-weight: 400;
            border-radius: 3rem;
            padding: 0.9rem 2.5rem 0.9rem 2rem;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        
        .btn.btn-outline-light:hover {
            background: #121b22;
            color: #fff;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        
        .btn.btn-outline-light:after {
            content: "\f0a9";
            font-family: FontAwesome;
            position: relative;
            left: 0.5rem;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }
        
        .btn.btn-outline-light:hover:after {
            left: 1rem;
            color: #fff;
            -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg);
        }
        
        section.popular-places {
            padding: 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: 0;
        }
        
        .popular-places .img-box:hover {
            background: #274abb;
        }
        
        .popular-places .img-box:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            content: "";
            background-color: #121b22;
            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: 700;
            padding: 0;
            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: 0;
            }
        }
        
        .popular-places .hover-effect img {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.8s ease;
            transition: all 0.8s ease;
        }
        
        .popular-places .hover-effect:hover img {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
        }
        
        .hover-effect img {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.8s ease;
            transition: all 0.8s ease;
        }
        
        .hover-effect:hover img {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
        }
        
        @media screen and (max-width: 450px) {
            .feature-cities-1 .img-box,
            .feature-cities-1 .img-box img {
                height: 286px;
            }
        }
        
        section.team {
            padding: 3rem 0;
            background: #f6f6f6;
        }
        
        .team .sec-title {
            margin-left: 1rem;
        }
        
        .team .sec-title h2 span {
            font-weight: 600;
            color: #111;
        }
        
        .team .sec-title h2 {
            color: #274abb;
            margin-bottom: 0.5rem;
        }
        
        .team .team-all {
            padding: 0;
            margin: 0;
        }
        
        .team-wrap {
            padding-bottom: 80px;
            position: relative;
            z-index: 1;
            overflow: hidden;
        }
        
        .team-img {
            position: relative;
            z-index: 9;
        }
        
        .team-img img {
            width: 100%;
        }
        
        .team-content {
            height: 80px;
            width: 100%;
            bottom: 0;
            border: 1px solid #ccc;
            position: absolute;
            text-align: center;
            overflow: hidden;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
            z-index: 9;
            background: #fff;
        }
        
        .team-wrap:hover .team-content {
            height: 150px;
        }
        
        .team-info {
            background: #fff;
            padding: 20px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        
        .team-wrap:hover .team-content .team-info {
            background: #fff;
        }
        
        .team-content h3 {
            text-transform: capitalize;
            margin-bottom: 0;
            color: #444;
            font-size: 16px;
        }
        
        .team-content p {
            color: #666;
            font-style: italic;
            margin-bottom: 10px;
            font-size: 15px;
            font-weight: 400;
            letter-spacing: 1px;
        }
        
        .team-content ul {
            opacity: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: opacity 0.4s, -webkit-transform 0.6s;
            transition: opacity 0.4s, -webkit-transform 0.6s;
            transition: transform 0.6s, opacity 0.4s;
            transition: transform 0.6s, opacity 0.4s, -webkit-transform 0.6s;
        }
        
        .team-wrap:hover .team-content ul {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: opacity 0.4s, -webkit-transform 0.6s;
            transition: opacity 0.4s, -webkit-transform 0.6s;
            transition: transform 0.6s, opacity 0.4s;
            transition: transform 0.6s, opacity 0.4s, -webkit-transform 0.6s;
            margin-bottom: 10px;
        }
        
        .team-content ul li {
            opacity: 0;
            padding: 0.3rem 0;
            -webkit-transform: translateY(40px);
            transform: translateY(40px);
            -webkit-transition: opacity 0.1s, -webkit-transform 0.6s;
            transition: opacity 0.1s, -webkit-transform 0.6s;
            transition: transform 0.6s, opacity 0.1s;
            transition: transform 0.6s, opacity 0.1s, -webkit-transform 0.6s;
            display: inline-block;
        }
        
        .team-wrap:hover .team-content ul li {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        
        .team-wrap:hover .team-content ul li:nth-child(1) {
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }
        
        .team-wrap:hover .team-content ul li:nth-child(2) {
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }
        
        .team-wrap:hover .team-content ul li:nth-child(3) {
            -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }
        
        .team-wrap:hover .team-content ul li:nth-child(4) {
            -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
        }
        
        .team-wrap:hover .team-content ul li:nth-child(5) {
            -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
        }
        
        .team-socials ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
        
        .team-content span a {
            color: #000;
            -webkit-transition: all 1s;
            transition: all 1s;
            position: relative;
            text-transform: uppercase;
            font-size: 12px;
        }
        
        .team-wrap:hover .team-content span a {
            bottom: 6px;
        }
        
        .team-content span a:hover {
            color: #121b22;
        }
        
        .team .team-pro ul {
            padding: 0;
            margin: 0;
        }
        
        .team .team-pro ul li {
            list-style: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .team .team-pro .fa {
            font-size: 1.2rem;
            text-align: center;
            border: 1px solid #fff;
            border-radius: 5px;
            color: #fff;
            margin: 0 0.5rem;
            width: 2.1rem;
            height: 2.1rem;
            line-height: 2.1rem;
        }
        
        .team .team-all.padding {
            padding-bottom: 2.5rem;
        }
        
        @media screen and (max-width: 991px) {
            .team .team-pro {
                padding-bottom: 2.5rem;
            }
            .team .team-pro:last-child {
                padding-bottom: 0;
            }
            .team .pb-none {
                padding-bottom: 0;
            }
            .team .team-all.padding {
                padding-bottom: 0;
            }
        }
        
        @media screen and (max-width: 767px) {
            .team .pb-none {
                padding-bottom: 2.5rem;
            }
        }
        
        .team .team-pro .fa.fa-facebook {
            background: #3b5998;
        }
        
        .team .team-pro .fa.fa-twitter {
            background: #1da1f2;
        }
        
        .team .team-pro .fa.fa-instagram {
            background: #e1306c;
        }
        
        section.top-location {
            padding: 3rem 0;
            background: #fff;
            text-align: center;
        }
        
        .top-location .item {
            position: relative;
            overflow: hidden;
            text-align: left;
            cursor: pointer;
        }
        
        .top-location .item:after {
            position: absolute;
            left: 0;
            bottom: 0;
            content: "";
            width: 100%;
            height: 100%;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 37, 46, 0)), color-stop(150%, #10252e));
            background: linear-gradient(to bottom, rgba(16, 37, 46, 0) 0, #10252e 150%);
        }
        
        .top-location .tp-caption {
            position: absolute;
            left: 0;
            bottom: -50px;
            padding: 20px;
            width: 100%;
            z-index: 99;
            -webkit-transition: all ease-in-out 0.3s;
            transition: all ease-in-out 0.3s;
        }
        
        .top-location .tp-caption h6 {
            color: #fff;
            font-size: 1.2rem;
            font-weight: 500;
            margin: 0 0 5px;
        }
        
        .top-location .tp-caption strong {
            color: #fff;
            font-weight: 400;
            margin: 0 0 10px;
            display: block;
        }
        
        .top-location .tp-caption p {
            color: #18ba60;
            font-weight: 700;
            opacity: 0;
            -webkit-transition: all ease-in-out 0.3s;
            transition: all ease-in-out 0.3s;
        }
        
        .top-location .item:hover .tp-caption {
            bottom: 0;
        }
        
        .top-location .item:hover .tp-caption p {
            opacity: 1;
        }
        
        .top-location h4 {
            font-weight: 600;
            font-size: 1.2rem;
            top: 27px;
            z-index: 9;
            color: #fff;
            margin: 0 !important;
            padding: 0 !important;
            line-height: 0 !important;
            position: relative;
        }
        
        .top-location .owl-theme .owl-nav {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            z-index: 9999;
            width: 18%;
            margin: auto;
            background: #121b22;
            height: 54px;
            -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        
        @media screen and (max-width: 1024px) {
            .top-location .owl-theme .owl-nav {
                width: 50%;
            }
        }
        
        @media screen and (max-width: 575px) {
            .top-location .owl-theme .owl-nav {
                width: 70%;
            }
        }
        
        @media screen and (max-width: 400px) {
            .top-location h4 {
                font-size: 0.9rem;
            }
        }
        
        .top-location .owl-theme .owl-nav [class*="owl-"] {
            margin: 0;
            padding: 0;
            background: #274abb;
            display: inline-block;
            cursor: pointer;
            border-radius: 0;
            font-size: 0;
        }
        
        .top-location .owl-prev {
            width: 54px;
            height: 54px;
            background: #fff;
            position: relative;
            float: left;
            border-right: 1px solid #121b22;
        }
        
        .top-location .owl-prev:after {
            content: "\f104";
            font-family: FontAwesome;
            font-size: 20px;
            color: #fff !important;
        }
        
        .top-location .owl-next {
            width: 54px;
            height: 54px;
            background: #fff;
            position: relative;
            float: right;
            border-left: 1px solid #121b22;
        }
        
        .top-location .owl-prev:after {
            content: "\f104";
            font-family: FontAwesome;
            font-size: 36px;
            color: #fff !important;
            line-height: 52px;
        }
        
        .top-location .owl-next:after {
            content: "\f105";
            font-family: FontAwesome;
            font-size: 36px;
            color: #fff !important;
            line-height: 52px;
        }
        
        section.blog-section {
            padding: 3rem 0;
            background: #f7f7f7;
        }
        
        .blog-section .news-item {
            background: #fff;
            -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            overflow: hidden;
        }
        
        .blog-section .news-item.-news-page {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
        
        .blog-section .news-item-descr.big-news {
            height: 106px;
        }
        
        .blog-section .news-item h3 {
            color: #222;
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
        }
        
        .blog-section .news-item.-news-slider-item {
            height: 100%;
        }
        
        .blog-section .news-item.-news-slider {
            height: auto;
        }
        
        .blog-section .news-item a:hover {
            text-decoration: none;
        }
        
        .blog-section .news-item a:hover h3 {
            color: #274abb;
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
        }
        
        .blog-section .news-item .news-img-link.-news-page {
            display: block;
            position: relative;
            padding-bottom: 69%;
            width: 100%;
        }
        
        .blog-section .news-item .news-img-link.-news-page .resp-img {
            background-size: cover;
        }
        
        .blog-section .resp-img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        
        .blog-section .news-item-img .resp-img {
            background-size: cover;
        }
        
        .blog-section .news-item-img {
            position: relative;
            width: 100%;
        }
        
        .blog-section .news-item-img .resp-img {
            background-size: cover;
        }
        
        .blog-section .news-item-text {
            padding: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }
        
        .blog-section .news-item-text-header {
            display: block;
        }
        
        .blog-section .news-item .date {
            display: block;
            margin-bottom: 9px;
            font-size: 13px;
            color: #333;
        }
        
        .blog-section .dates {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-top: 0.3rem;
        }
        
        .blog-section .news-item-bottom img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }
        
        .blog-section .admin {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
        
        .blog-section .admin p {
            font-size: 13px;
            font-weight: 600;
            margin-top: 0.5rem;
            margin-right: 1rem;
            margin-bottom: 0;
        }
        
        .blog-section .news-item-descr {
            margin: 6px 0 20px 0;
            height: 80px;
        }
        
        .blog-section .news-item-descr p {
            color: #666;
            margin: 0;
            padding: 0;
            border: 0;
            vertical-align: baseline;
        }
        
        .blog-section .news-item-bottom {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        
        .blog-section .action-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 0.8rem;
            color: #333;
        }
        
        .blog-section .action-list .fa-comment {
            color: #274abb;
        }
        
        .blog-section .action-list .fa-share-alt {
            color: #274abb;
        }
        
        .blog-section .action-list .fa-heart {
            color: #274abb;
        }
        
        .blog-section ul.action-list {
            margin-bottom: 0;
        }
        
        .blog-section .action-item {
            display: inline-block;
            padding-left: 15px;
        }
        
        .blog-section .news-slider-wrap .slick-track {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
        
        .blog-section .news-item-sm {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 29px;
        }
        
        .blog-section .news-item-sm.last {
            margin-bottom: 0;
        }
        
        .blog-section .news-item-sm .news-img-link {
            -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
            position: relative;
        }
        
        .blog-section .news-item-sm .news-img-link .news-item-img {
            position: absolute;
            max-width: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
        
        .blog-section .news-item-sm .news-item-text {
            -ms-flex-preferred-size: 66.6%;
            flex-basis: 66.6%;
            padding: 15px 20px;
        }
        
        .blog-section .news-item-sm .news-item-descr {
            height: 52px;
        }
        
        .blog-section .news-link {
            position: relative;
            font-size: 1rem;
            font-weight: 600;
            color: #274abb;
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
        }
        
        .blog-section .news-link:hover {
            color: #121b22;
            text-decoration: none;
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
        }
        
        @media screen and (max-width: 1199px) {
            .blog-section .news-item,
            .blog-section .news-item.news-item-sm.mb {
                margin-bottom: 0;
            }
            .blog-section .news-item.no-mb {
                margin-bottom: 0;
            }
        }
        
        @media screen and (max-width: 1024px) {
            .blog-section .news-item {
                margin-bottom: 2.5rem;
            }
            .blog-section .news-item.no-mb:last-child {
                margin-bottom: 0;
            }
            .blog-section .news-item-sm .news-img-link {
                -ms-flex-preferred-size: 33.5%;
                flex-basis: 33.5%;
            }
        }
        
        @media screen and (min-width: 1025px) {
            .blog-section .news-item.min-last {
                margin-bottom: 0;
            }
        }
        
        @media screen and (max-width: 577px) {
            .blog-section .news-item-sm {
                display: block;
            }
            .blog-section .news-item-sm .news-img-link .news-item-img {
                position: relative;
                padding-bottom: 69%;
            }
            .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 ul.action-list {
                padding-left: 0;
            }
            .blog-section .news-link {
                font-size: 0.9rem;
            }
        }
        
        @media screen and (max-width: 1024px) {
            .blog-section .news-item-sm .news-img-link {
                -ms-flex-preferred-size: 32%;
                flex-basis: 32%;
            }
        }
        
        section.testimonials {
            /* background: #fff; */
            padding: 3rem 0;
        }
        
        .testimonials .title-style h2,
        .testimonials .title-style p {
            color: #274abb;
        }
        
        .testimonials .title-style span {
            color: #000;
        }
        
        .testimonials .title-icon:before {
            content: "";
            width: 100px;
            height: 2px;
            background: #121b22;
            position: absolute;
            top: 14px;
            left: -80px;
        }
        
        .testimonials .title-icon:after {
            content: "";
            width: 100px;
            height: 2px;
            background: #121b22;
            position: absolute;
            top: 14px;
            right: -80px;
        }
        
        .testimonials .title-icon i {
            color: #274abb;
            font-size: 1.8rem;
            margin-top: 1px;
        }
        
        .testimonials .owl-carousel .test-1 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: #fff;
            color: #000;
            padding: 2rem;
            border-radius: 10px;
        }
        
        .testimonials .test-1 img {
            width: 90px;
            border-radius: 50%;
            margin: 0 auto;
        }
        
        .testimonials .test-1 p {
            text-align: center;
            font-weight: 400;
            font-style: italic;
            margin: 0.3rem auto 0;
            max-width: 500px;
            color: #666;
        }
        
        .testimonials .test-1 p::before {
            content: "\f10d ";
            font-size: 1.2rem;
            font-family: fontawesome;
            left: 136px;
            top: -24px;
            position: relative;
            color: #274abb;
        }
        
        .testimonials .test-1 p::after {
            bottom: 4px;
            content: "\f10e";
            font-size: 0.7rem;
            font-family: fontawesome;
            color: #fff;
            right: -6px;
            top: 0;
            position: relative;
            color: #fff;
        }
        
        .testimonials .test-1 h3 {
            text-align: center;
            font-size: 1.2rem;
            margin-bottom: 0.8rem;
            color: #274abb;
            font-weight: 600;
        }
        
        .testimonials .test-1 h6 {
            text-align: center;
            font-weight: 400;
            margin-bottom: 0;
            color: #000;
        }
        
        .owl-dots {
            text-align: center;
            margin-top: 1.3rem;
            line-height: 0;
        }
        
        .owl-dot {
            border-radius: 50px;
            height: 10px;
            width: 10px;
            display: inline-block;
            background: #121b22 !important;
            margin-left: 5px;
            margin-right: 5px;
        }
        
        .owl-dot.active {
            background: #274abb !important;
        }
        
        .starts {
            list-style: none;
            margin-top: 0.4rem;
            padding: 0;
        }
        
        .starts li {
            text-align: center;
            display: inline-block;
            margin-bottom: 1.8rem;
        }
        
        .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;
            }
        }
        
        .first-footer .top-footer {
            background: #0d1b2a;
            color: #333;
            padding: 3rem 0px 0rem 0px;
            border-top: 1px solid #e5e5e5;
            /* background: linear-gradient(rgb(1 24 35 / 96%), rgb(0 30 44 / 95%)), url(../images/bg/images.jpg) no-repeat scroll center center; */
            /* background-attachment: fixed; */
            background-size: cover;
        }
        
        @media screen and (max-width: 991px) {
            .first-footer .netabout {
                margin-bottom: 0;
            }
            .first-footer .netabout p {
                margin-bottom: 0.5rem !important;
            }
        }
        
        .first-footer .netabout h3 {
            margin-bottom: 2rem;
        }
        
        .first-footer .netabout h3::after {
            display: block;
            height: 3px;
            font-weight: 700;
            background-color: #fff;
            content: " ";
            width: 50px;
            margin-top: 0.5rem;
            margin-bottom: 1.5rem;
        }
        
        .first-footer .netabout p {
            margin-bottom: 1.5rem;
            font-weight: 400;
            color: rgba(245, 255, 255, 0.8);
        }
        
        .first-footer .netsocials {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        .first-footer .netsocials a .fa {
            font-size: 1rem;
            text-align: center;
            background: 0 0;
            border: 1px solid #fff;
            width: 2.5rem;
            height: 2.5rem;
            line-height: 2.5rem;
            margin-right: 1.5rem;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .first-footer .netsocials a .fa-facebook {
            background: #3b5998;
            color: #fff;
            border: 1px dotted #3b5998;
        }
        
        .first-footer .netsocials a .fa-facebook:hover {
            background: #3b5998;
            color: #fff;
        }
        
        .first-footer .netsocials a .fa-twitter {
            background: #1da1f2;
            color: #fff;
            border: 1px dotted #1da1f2;
        }
        
        .first-footer .netsocials a .fa-twitter:hover {
            background: #1da1f2;
            color: #fff;
        }
        
        .first-footer .netsocials a .fa-google-plus {
            background: #dd4b39;
            color: #fff;
            border: 1px dotted #dd4b39;
        }
        
        .first-footer .netsocials a .fa-google-plus:hover {
            background: #dd4b39;
            color: #fff;
        }
        
        .first-footer .netsocials a .fa-youtube {
            background: #cd201f;
            color: #fff;
            border: 1px dotted #cd201f;
        }
        
        .first-footer .netsocials a .fa-youtube:hover {
            background: #cd201f;
            color: #fff;
        }
        
        .first-footer h3 {
            margin-bottom: 2rem;
            color: #fff;
        }
        
        .first-footer .contactus h3::after {
            display: block;
            height: 3px;
            font-weight: 700;
            background-color: #274abb;
            content: " ";
            width: 50px;
            margin-top: 0.5rem;
            margin-bottom: 1.5rem;
        }
        
        .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: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 0.6rem;
        }
        
        .first-footer .contactus .ti {
            margin-bottom: 0;
        }
        
        .first-footer .contactus .info p {
            margin: 0;
            font-size: 15px;
            color: rgba(245, 255, 255, 0.8);
            margin-left: 1rem;
            line-height: 1.1;
            font-weight: 400;
        }
        
        .first-footer .contactus ul li {
            margin-bottom: 1.1rem;
        }
        
        .first-footer .contactus ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .first-footer .contactus ul li .fa {
            font-size: 1rem;
            color: #fff;
        }
        
        .navigation h3 {
            margin-bottom: 0;
        }
        
        .first-footer .nav-footer {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
        
        .first-footer .navigation h3::after {
            display: block;
            height: 3px;
            font-weight: 700;
            background-color: #274abb;
            content: " ";
            width: 50px;
            margin-top: 0.5rem;
            margin-bottom: 1.5rem;
        }
        
        @media screen and (max-width: 991px) {
            .first-footer .navigation h3 {
                margin-top: 0;
            }
            .navigation ul {
                margin-bottom: 0;
            }
            .navigation ul li.no-mgb {
                margin-bottom: 0;
            }
        }
        
        @media screen and (max-width: 767px) {
            .first-footer .navigation h3 {
                margin-top: 1rem;
            }
        }
        
        .navigation ul {
            list-style: none;
            padding: 0;
            margin-bottom: 0;
        }
        
        .navigation ul li {
            margin-bottom: 1rem;
            border-bottom: 1px dotted #666;
        }
        
        .navigation ul li.no-mgb {
            margin-bottom: 0;
        }
        
        .navigation ul li a {
            text-decoration: none;
            color: rgba(245, 255, 255, 0.8);
            font-weight: 400;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .navigation ul li a:hover {
            color: #fff;
        }
        
        .navigation a {
            display: block;
            margin-bottom: 0.6rem;
        }
        
        .navigation .nav-right {
            margin-left: 2rem;
        }
        
        .first-footer .widget h3::after {
            display: block;
            height: 3px;
            font-weight: 700;
            background-color: #274abb;
            content: " ";
            width: 50px;
            margin-top: 0.5rem;
            margin-bottom: 1.5rem;
        }
        
        .twitter-widget.contuct .single-item {
            position: relative;
            margin-bottom: 25px;
        }
        
        .twitter-widget.contuct .single-item:last-child {
            margin-bottom: 0;
        }
        
        .twitter-widget.contuct .twitter-area .icon-holder {
            position: absolute;
            left: 0;
            top: 0;
        }
        
        .twitter-widget.contuct .twitter-area .icon-holder i {
            color: #fff;
        }
        
        .twitter-widget.contuct .twitter-area .text {
            padding: 0 0 0 30px;
        }
        
        .inner-pages .twitter-widget.contuct .twitter-area .text h5,
        .twitter-widget.contuct .twitter-area .text h5 {
            font-size: 14px;
            color: rgba(245, 255, 255, 0.8);
            font-weight: 400;
            text-transform: capitalize;
            line-height: 1.3rem;
        }
        
        .inner-pages .twitter-widget.contuct .twitter-area .text h5 a,
        .twitter-widget.contuct .twitter-area .text h5 a {
            color: #fff;
            font-weight: 400;
        }
        
        .inner-pages .twitter-widget.contuct .twitter-area .text h4,
        .twitter-widget.contuct .twitter-area .text h4 {
            font-size: 14px;
            color: rgba(245, 255, 255, 0.8);
            font-weight: 500;
            margin-bottom: 0;
        }
        
        @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;
            }
        }
        
        .inner-pages .first-footer .twitter-widget.contuct h5::after {
            display: none;
        }
        
        .bloq-email {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        }
        
        .bloq-email .email {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 3rem;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        
        .newsletters h3 {
            margin-bottom: 2rem;
        }
        
        .first-footer .newsletters h3::after {
            display: block;
            height: 3px;
            font-weight: 700;
            background-color: #274abb;
            content: " ";
            width: 50px;
            margin-top: 0.5rem;
            margin-bottom: 1.5rem;
        }
        
        @media screen and (max-width: 991px) {
            .first-footer .newsletters h3 {
                margin-top: 3rem;
            }
            .bloq-email .email {
                -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            }
        }
        
        .newsletters p {
            margin-bottom: 2rem;
            color: rgba(245, 255, 255, 0.8);
            font-weight: 400;
        }
        
        .first-footer .bloq-email .email input[type="email"] {
            border: 0;
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
            padding: 0.8rem;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        }
        
        .first-footer .bloq-email .email input[type="submit"] {
            border: 0;
            padding: 0.8rem;
            background: #274abb;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            margin-top: 1.5rem;
            cursor: pointer;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .first-footer .email input[type="submit"]:hover {
            background: rgba(245, 255, 255, 0.1);
        }
        
        @media screen and (max-width: 991px) {
            .first-footer .bloq-email .email input[type="submit"] {
                margin-top: 0;
            }
        }
        
        @media screen and (max-width: 767px) {
            .first-footer .bloq-email .email input[type="submit"] {
                margin-top: 0;
            }
        }
        
        @media screen and (max-width: 320px) {
            .bloq-email .email {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }
            .first-footer .bloq-email .email input[type="submit"] {
                margin-top: 1.5rem;
            }
        }
        
        .first-footer .bloq-email label.error {
            color: red;
        }
        
        .first-footer .bloq-email label {
            color: #fff;
        }
        
        .first-footer .bloq-email .email input::-webkit-input-placeholder {
            color: rgba(245, 255, 255, 0.8);
            opacity: 1;
        }
        
        .first-footer .bloq-email .email input:-ms-input-placeholder {
            color: rgba(245, 255, 255, 0.8);
            opacity: 1;
        }
        
        .first-footer .bloq-email .email input::-ms-input-placeholder {
            color: rgba(245, 255, 255, 0.8);
            opacity: 1;
        }
        
        .first-footer .bloq-email .email input::placeholder {
            color: rgba(245, 255, 255, 0.8);
            opacity: 1;
        }
        
        .hover-effect figure {
            position: relative;
            overflow: hidden;
            margin: 0;
        }
        
        .hover-effect figure::before {
            position: absolute;
            top: 0;
            left: -90%;
            z-index: 2;
            display: block;
            content: "";
            width: 50%;
            height: 100%;
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
        }
        
        .hover-effect:hover figure::before {
            -webkit-animation: shine 0.75s;
            animation: shine 0.75s;
        }
        
        @-webkit-keyframes shine {
            100% {
                left: 125%;
            }
        }
        
        @keyframes shine {
            100% {
                left: 125%;
            }
        }
        
        .hover-effect figure img {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: 0.5s ease;
            transition: 0.5s ease;
        }
        
        .hover-effect:hover figure img {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
        }
        
        .second-footer {
            padding: 5px 0;
            background: #303441;
            border-top: 1px solid rgba(245, 255, 255, 0.1);
            color: #fff;
        }
        
        .second-footer h3 {
            margin: 0;
            font-weight: 300;
        }
        
        .second-footer p {
            margin: 0;
            font-weight: 400;
        }
        
        .second-footer .container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-left: auto;
        }
        
        .second-footer p .fa-heart:before {
            color: #fff;
        }
        
        element.style {
            display: inline;
        }
        
        .go-up {
            position: fixed;
            bottom: 1.5rem;
            right: 1rem;
            font-size: 1.5rem;
            font-weight: 500;
            background: #2a41e8;
            padding: 0.9rem;
            color: #fff;
            border-radius: 5px;
            text-decoration: none;
            z-index: 99999;
            line-height: 0;
            display: none;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
        
        .go-up:focus,
        .go-up:hover {
            outline: 0;
            text-decoration: none;
            color: #fff;
        }
        
        .login-and-register-form {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 99999;
            overflow: auto;
            display: none;
            -webkit-transform: translate3d(0, 0, 0);
            background: rgba(0, 0, 0, 0.81);
        }
        
        .login-and-register-form .hid-body {
            overflow: hidden;
        }
        
        .login-and-register-form .main-register-holder {
            max-width: 480px;
            margin: 100px auto 50px;
            position: relative;
            z-index: 5;
        }
        
        .login-and-register-form .main-register h3 {
            float: left;
            width: 100%;
            text-align: left;
            font-size: 20px;
            padding: 20px 30px;
            margin-bottom: 20px;
            font-weight: 600;
            color: #444;
            border-bottom: 1px solid #eee;
        }
        
        .login-and-register-form .main-register h3 span {
            font-weight: 800;
            font-size: 18px;
            color: #121b22;
            text-transform: uppercase;
            font-family: Montserrat, sans-serif;
        }
        
        .login-and-register-form .main-register {
            float: left;
            width: 100%;
            position: relative;
            padding: 0 0 30px;
            margin-bottom: 50px;
            background: #fff;
            border-radius: 6px;
            -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.12);
        }
        
        .login-and-register-form .close-reg {
            position: absolute;
            background: #274abb;
            top: 14px;
            right: 30px;
            border-radius: 100%;
            color: #fff;
            width: 40px;
            height: 40px;
            line-height: 40px;
            cursor: pointer;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }
        
        .login-and-register-form .fa.fa-times {
            padding-left: 14px;
            text-align: center;
        }
        
        .login-and-register-form .fa-close:before,
        .login-and-register-form .fa-remove:before,
        .login-and-register-form .fa-times:before {
            content: "\f00d";
        }
        
        .login-and-register-form .soc-log {
            padding: 15px 30px;
        }
        
        .login-and-register-form .soc-log p {
            margin-bottom: 12px;
            font-size: 18px;
            color: #454545;
            font-weight: 600;
        }
        
        .login-and-register-form .soc-log a {
            float: left;
            width: 100%;
            padding: 13px 0;
            color: #fff;
            margin-bottom: 10px;
            border-radius: 4px;
            font-size: 14px;
            line-height: 30px;
            font-weight: 500;
            outline: 0;
            text-decoration: none;
        }
        
        .login-and-register-form .soc-log a.facebook-log {
            text-align: center;
            background: #3b5998;
        }
        
        .login-and-register-form .soc-log a.twitter-log {
            text-align: center;
            background: #55acee;
        }
        
        .login-and-register-form .soc-log a i {
            font-size: 20px;
            padding-right: 15px;
            position: relative;
            top: 3px;
        }
        
        .login-and-register-form .soc-log a.facebook-log {
            background: #3b5998;
        }
        
        .login-and-register-form .soc-log a.twitter-log {
            background: #55acee;
        }
        
        .custom-form .log-submit-btn:hover,
        .login-and-register-form .close-reg:hover,
        .soc-log a:hover {
            background: #2f3b59;
        }
        
        .login-and-register-form .log-separator span {
            position: relative;
            width: 100%;
            font-size: 16px;
            display: inline-block;
            background: #fff;
            z-index: 2;
            text-align: center;
        }
        
        .login-and-register-form .log-separator:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 30px;
            right: 30px;
            height: 1px;
            background: #eee;
            z-index: 1;
        }
        
        .login-and-register-form .custom-form .log-submit-btn {
            float: left;
            padding: 13px 35px;
            border: none;
            border-radius: 4px;
            color: #fff;
            cursor: pointer;
            -webkit-appearance: none;
            margin-top: 12px;
        }
        
        .login-and-register-form li {
            list-style: none;
        }
        
        .login-and-register-form ul {
            list-style: none;
        }
        
        .login-and-register-form .tabs-menu li.current a {
            background: #274abb;
        }
        
        .login-and-register-form .main-register .filter-tags {
            float: left;
        }
        
        .login-and-register-form .lost_password {
            margin-top: 36px;
            float: right;
        }
        
        .login-and-register-form .lost_password a {
            text-decoration: none;
            float: left;
            color: #50596e;
            font-size: 14px;
            font-weight: 400;
        }
        
        .login-and-register-form #tabs-container {
            float: left;
            width: 100%;
            margin-top: 20px;
            padding: 0 30px;
        }
        
        .login-and-register-form .tab {
            float: left;
            width: 100%;
        }
        
        .login-and-register-form .tabs-menu {
            float: left;
            padding-left: 0;
            width: 100%;
            margin-top: 20px;
            margin-bottom: 30px;
            border-bottom: 1px solid #eee;
        }
        
        .login-and-register-form .tabs-menu li {
            float: left;
            margin-right: 20px;
        }
        
        .login-and-register-form .tabs-menu li a {
            text-decoration: none;
            float: left;
            padding: 14px 35px;
            font-weight: 500;
            color: #494949;
            background: #eee;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .login-and-register-form .main-register .custom-form label {
            padding-bottom: 12px;
        }
        
        .login-and-register-form .custom-form label {
            float: left;
            font-size: 14px;
            position: relative;
            width: 100%;
            text-align: left;
            font-weight: 500;
            color: #666;
        }
        
        .login-and-register-form .main-register .custom-form input[type="email"],
        .login-and-register-form .main-register .custom-form input[type="password"],
        .login-and-register-form .main-register .custom-form input[type="text"] {
            padding-left: 20px;
        }
        
        .login-and-register-form .custom-form input[type="button"],
        .login-and-register-form .custom-form input[type="email"],
        .login-and-register-form .custom-form input[type="password"],
        .login-and-register-form .custom-form input[type="text"],
        .login-and-register-form .custom-form textarea {
            float: left;
            border: 1px solid #eee;
            background: #f9f9f9;
            width: 100%;
            padding: 15px 20px 15px 55px;
            border-radius: 6px;
            color: #666;
            font-size: 13px;
            -webkit-appearance: none;
        }
        
        .login-and-register-form .custom-form input {
            margin-bottom: 20px;
        }
        
        .login-and-register-form .custom-form .log-submit-btn {
            float: left;
            background: #274abb;
            padding: 13px 35px;
            border: none;
            border-radius: 4px;
            color: #fff;
            cursor: pointer;
            -webkit-appearance: none;
            margin-top: 12px;
        }
        
        .login-and-register-form .main-register .filter-tags {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            float: left;
        }
        
        .login-and-register-form .filter-tags {
            margin-top: 30px;
        }
        
        .login-and-register-form .tabs-menu li a:hover,
        .login-and-register-form .tabs-menu li.current a {
            color: #fff;
            background: #274abb;
        }
        
        .login-and-register-form .tab-contents {
            width: 100%;
            padding: 20px 0;
            display: none;
        }
        
        .login-and-register-form #tab-1 {
            display: block;
        }
        
        .login-and-register-form .main-register h3 span strong {
            color: #274abb;
            border: none;
            outline: 0;
            font-weight: inherit;
            font-style: inherit;
            font-size: 100%;
            font-family: inherit;
            vertical-align: baseline;
            text-decoration: none;
            margin: 0;
            padding: 0;
        }
        
        .login-and-register-form .fl-wrap {
            float: left;
            width: 100%;
            position: relative;
        }
        
        .login-and-register-form .soc-log a i {
            font-size: 20px;
            padding-right: 15px;
            position: relative;
            top: 3px;
        }
        
        .main-search-field .at-btn-default {
            font-size: 18px;
            background: #fff;
            color: #fff;
            border: none;
            height: 50px;
            padding-left: 30px;
            padding-right: 30px;
            border: none;
            border-radius: 0;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
        
        .main-search-field .hvr-bounce-to-right {
            font-size: 14px;
            background: #121b22;
            color: #fff;
            cursor: pointer;
            text-transform: uppercase;
            border: none;
            padding: 12px 22px;
            border-radius: 0;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
        
        .main-search-field .hvr-bounce-to-right:hover {
            background: #fff;
            color: #000;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .main-search-field .hvr-bounce-to-right:before {
            background-color: #bf864f;
        }
        
        button[disabled],
        html input[disabled] {
            cursor: default;
        }
        
        .slider_amount {
            border: none;
            background: 0 0;
            padding: 0;
            margin-bottom: 10px;
            width: 100%;
            color: #fff;
        }
        
        .ui-widget.ui-widget-content {
            border-radius: 2px;
            background: #fff;
            border: none;
            z-index: 999999;
        }
        
        .ui-slider-horizontal {
            height: 10px;
        }
        
        .ui-widget-header {
            background: #121b22;
        }
        
        @media screen and (max-width: 767px) {
            .hvr-bounce-to-right {
                margin-top: 30px;
            }
            .main-search-field.pt-3 {
                padding-top: 0 !important;
            }
        }
        
        .hp-6 .range-slider label {
            color: #333;
            font-size: 16px;
            margin-bottom: 25px;
        }
        
        .hp-6 .range-slider .ui-slider {
            position: relative;
            text-align: left;
        }
        
        .hp-6 .range-slider .ui-slider .ui-slider-handle {
            position: absolute;
            z-index: 2;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            border: 2px solid #ff385c;
            cursor: w-resize;
            background: #fff;
            outline: 0;
            top: -8px;
            margin-left: -8px;
            -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
        }
        
        .hp-6 .range-slider .ui-slider .ui-slider-range {
            position: absolute;
            z-index: 1;
            display: block;
            border: 0;
            background-position: 0 0;
        }
        
        .hp-6 .range-slider .ui-widget-content {
            background-color: #e8e8e8 !important;
        }
        
        .hp-6 .range-slider .ui-widget-header {
            background-color: #ff385c;
        }
        
        .hp-6 .range-slider .ui-slider.ui-state-disabled .ui-slider-handle,
        .hp-6 .range-slider .ui-slider.ui-state-disabled .ui-slider-range {
            -webkit-filter: inherit;
            filter: inherit;
        }
        
        .hp-6 .range-slider .ui-slider-horizontal {
            height: 3px;
            border-radius: 10px;
            width: calc(100% - 16px);
            margin-left: 8px;
        }
        
        .hp-6 .range-slider .ui-slider-horizontal .ui-slider-range {
            top: 0;
            height: 100%;
        }
        
        .hp-6 .range-slider .ui-slider-horizontal .ui-slider-range-min {
            left: 0;
        }
        
        .hp-6 .range-slider .ui-slider-horizontal .ui-slider-range-max {
            right: 0;
        }
        
        .hp-6 input.first-slider-value,
        .hp-6 input.first-slider-value:focus,
        .hp-6 input.second-slider-value,
        .hp-6 input.second-slider-value:focus {
            width: 40%;
            display: inline-block;
            border: 0;
            background-color: transparent;
            padding: 0;
            margin: 12px 0 0 0;
            cursor: default;
        }
        
        .hp-6 input.first-slider-value {
            float: left;
            margin-left: -8px;
            width: 40%;
        }
        
        .hp-6 input.second-slider-value {
            float: right;
            width: 40%;
            text-align: right;
            margin-right: -8px;
        }
        
        .hp-6 .range-slider {
            line-height: 37px;
        }
        
        .hp-6 .checkboxes {
            list-style: none;
            padding: 0;
        }
        
        .hp-6 .checkboxes.in-row label {
            margin-top: 9px;
        }
        
        .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 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            cursor: pointer;
            position: relative;
            padding-left: 28px;
            margin-right: 20px;
            margin-bottom: 0;
            font-family: Lato, sans-serif;
            color: #666;
            font-size: 14.5px;
        }
        
        .hp-6 .checkboxes label span {
            color: #909090;
            font-size: 15px;
        }
        
        .hp-6 .checkboxes input[type="checkbox"] {
            display: none;
        }
        
        .hp-6 .checkboxes label:before {
            content: "";
            display: inline-block;
            width: 19px;
            height: 19px;
            margin-right: 10px;
            position: absolute;
            left: 0;
            top: 3px;
            background-color: #fff;
            border: 2px solid #d0d0d0;
            border-radius: 2px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: border-color 0.3s;
            transition: border-color 0.3s;
        }
        
        .hp-6 .checkboxes input[type="checkbox"]:checked+label:before {
            content: "\f00c";
            font-family: FontAwesome;
            font-size: 12px;
            color: #fff;
            text-align: center;
            line-height: 15px;
            background-color: #ff385c;
            border: 2px solid transparent;
            -webkit-transition: border-color 0s;
            transition: border-color 0s;
        }
        
        .parallax-search .form-group .btn {
            display: block;
            width: 100%;
            background: #274abb;
            cursor: pointer;
            color: #fff;
            text-transform: uppercase;
            font-weight: 600;
            position: absolute;
            top: 0;
            height: 50px;
            line-height: 50px;
            padding: 0;
            font-size: 14px;
            border: none;
            border-radius: 50px;
        }
        
        .parallax-search .form-group .btn:hover {
            background: #121b22;
            color: #fff;
        }
        
        .homepage-9.hp-6 .explore__form-checkbox-list.full-filter.filter-block {
            margin-top: 20px;
        }
        
        @media only screen and (max-width: 1024px) {
            .parallax-search .trip-search .form-group {
                margin-top: 15px;
                margin-right: 20px;
                width: 100%;
            }
            .hp-6 .rld-single-input input {
                width: 160px;
            }
            .hp-6 .rld-main-search .rld-single-input,
            .hp-6 .rld-main-search .rld-single-select .single-select {
                width: 160px;
            }
            .hp-6 .parallax-searchs.home15.thome-6 {
                height: 100vh;
            }
            .hp-6 .parallax-searchs.home15.thome-6 .hero-inner {
                padding: 228px 0;
            }
        }
        
        @media only screen and (max-width: 991px) {
            .parallax-search .trip-search .form-group {
                margin-top: 15px;
                margin-right: 20px;
            }
            .hp-6 .rld-main-search {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                height: 160px;
                border-radius: 10px;
            }
            .hp-6 .rld-single-input input {
                width: 200px;
            }
            .hp-6 .rld-main-search .rld-single-input,
            .hp-6 .rld-main-search .rld-single-select .single-select {
                width: 200px;
            }
            .parallax-search .trip-search {
                border-radius: 1px;
            }
            .parallax-search .hero-inner {
                margin: 97px 0;
            }
            .parallax-search.home15 .hero-inner {
                margin: 0 !important;
            }
            .int_dark_bg .portfolio .item.landscapes.no-pb {
                margin-bottom: 0;
            }
            .int_dark_bg .portfolio .item.landscapes.no-pb {
                padding-bottom: 30px;
            }
        }
        
        @media only screen and (max-width: 767px) {
            .parallax-search .welcome-text h1 {
                font-size: 30px;
            }
            .parallax-search .hero-inner {
                margin: 69px 0;
            }
            .parallax-search .trip-search .form-group {
                margin-top: 10px;
                width: 100%;
            }
        }
        
        @media only screen and (max-width: 450px) {
            .parallax-search .welcome-text h1 {
                font-size: 26px !important;
            }
            .parallax-search .hero-inner {
                padding: 40px 0;
            }
            .parallax-search .welcome-text p {
                font-size: 14px;
            }
            .parallax-search .hero-inner {
                margin: 70px 0;
            }
            .parallax-search .trip-search {
                margin-top: 30px;
            }
            .hp-6 .rld-main-search {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                height: 363px;
                border-radius: 10px;
            }
            .hp-6 .rld-single-input input {
                width: 100%;
            }
            .hp-6 .rld-single-select {
                width: 100%;
            }
            .hp-6 .rld-main-search .rld-single-input,
            .hp-6 .rld-main-search .rld-single-select .single-select {
                width: 100%;
            }
            .hp-6 .parallax-searchs.home15.thome-6 .hero-inner {
                padding: 90px 0;
                margin-bottom: 0 !important;
            }
            .hp-6 .checkboxes.ch-1 {
                margin-top: 30px;
            }
        }
        
        @media only screen and (min-width: 768px) {
            .small-category-2.pc-mb {
                margin-bottom: 0 !important;
            }
        }
        
        .hero-area.style2 .owl-controls .owl-nav div {
            position: absolute;
            top: 50%;
            width: 40px;
            height: 60px;
            line-height: 60px;
            margin-top: -30px;
            padding: 0;
            font-size: 25px;
            border-radius: 25px;
            background: 0 0;
            border: 1px solid #fff;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            margin: 0;
        }
        
        .hero-area.style2 .owl-controls .owl-nav div:hover {
            background: #ff7550;
            border-color: transparent;
            color: #fff;
        }
        
        .hero-area.style2 .owl-controls .owl-nav div.owl-prev {
            left: 0;
        }
        
        .hero-area.style2 .owl-controls .owl-nav div.owl-next {
            right: 0;
        }
        
        .hero-area .owl-item.active .welcome-text p {
            -webkit-animation: fadeInDown 0.8s both 1s;
            animation: fadeInDown 0.8s both 1s;
        }
        
        .hero-area .owl-item.active .welcome-text h1 {
            -webkit-animation: fadeInLeft 0.8s both 1.4s;
            animation: fadeInLeft 0.8s both 1.4s;
        }
        
        .hero-area .owl-item.active .welcome-text .btn {
            -webkit-animation: fadeInRight 0.8s both 1.6s;
            animation: fadeInRight 0.8s both 1.6s;
        }
        
        .int_bannerr_slider .swiper-container {
            width: 100%;
            height: 100%;
        }
        
        .int_bannerr_slider .swiper-slide {
            text-align: center;
            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;
        }
        
        body.int_dark_bg {
            background-color: #212529;
        }
        
        body.int_index3_bg {
            background-color: #0e0f21;
        }
        
        *,
         :after,
         :before {
            -webkit-box-sizing: border-box;
            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 {
            -webkit-box-shadow: inset 0 0 0 6px #c18847;
            box-shadow: inset 0 0 0 6px #c18847;
        }
        
        .int_dark_bg .slick-dots li:after {
            background: #c18847;
        }
        
        .int_dark_bg .slick-dots li {
            -webkit-box-shadow: inset 0 0 0 2px #c18847;
            box-shadow: inset 0 0 0 2px #c18847;
        }
        
        .int_dark_bg a.button.border,
        a.button {
            background: #c18847;
        }
        
        .int_dark_bg section.services-home {
            padding: 3rem 0;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url(../images/bg/bg-counter.jpg) no-repeat center center;
            background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/bg/bg-counter.jpg) no-repeat center center;
            background-attachment: fixed;
        }
        
        .int_dark_bg .services-home .bg-base {
            background: #c18847;
        }
        
        .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 {
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .int_dark_bg .feature-cities-1 .listing-badges .featured {
            background: #c18847;
        }
        
        .int_dark_bg .team-content {
            background: #212529;
            border: 0;
        }
        
        .int_dark_bg .team-info {
            background: #282d32;
            border: 0;
        }
        
        .int_dark_bg .team-wrap:hover .team-content .team-info {
            background: #c18847;
        }
        
        .int_dark_bg .team-content h3,
        .int_dark_bg .team-content p,
        .int_dark_bg .team-content span a {
            color: #fff;
        }
        
        .int_dark_bg .team .team-pro .fa {
            background: #c18847;
            border: 0;
        }
        
        .int_dark_bg .plan {
            background: #212529;
            border: 1px dashed #c18847;
        }
        
        .int_dark_bg .plan ul {
            background: #212529;
            color: #f9f9f9;
        }
        
        .int_dark_bg .plan ul li {
            border-top: 1px dashed #c18847;
        }
        
        .int_dark_bg .plan a.btn {
            background: #c18847;
        }
        
        .int_dark_bg .plan a.btn.pro2 {
            background: #282d32;
        }
        
        .int_dark_bg .plan.featured .plan-price {
            background: #282d32;
        }
        
        .int_dark_bg .plan.featured .plan-price:after {
            border-top-color: #282d32;
        }
        
        .int_dark_bg .plan-name,
        .int_dark_bg .plan.featured .plan-name {
            color: #fff;
        }
        
        .int_dark_bg .plan a.btn.pro {
            background: #121b22;
        }
        
        .int_dark_bg .plan-price {
            background: #c18847;
        }
        
        .int_dark_bg .plan-price:after {
            border-top-color: #c18847;
        }
        
        .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: 0.5rem;
        }
        
        .int_dark_bg .starts .fa {
            color: #c18847 !important;
            margin-top: 0.5rem;
            margin-bottom: 1rem;
        }
        
        .int_dark_bg .owl-dot.active {
            background: #c18847 !important;
        }
        
        .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 h3,
        .int_dark_bg .blog-section .news-item-descr p {
            color: #fff;
        }
        
        .int_dark_bg .blog-section .news-item .date,
        .int_dark_bg .blog-section .news-link {
            color: #c18847;
        }
        
        .int_dark_bg .blog-section .action-list .fa {
            color: #fff;
        }
        
        .int_dark_bg .blog-section .news-item h3:hover {
            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,
        .int_dark_bg .twitter-widget.contuct .twitter-area .icon-holder i,
        .int_dark_bg .twitter-widget.contuct .twitter-area .text h5 {
            color: #fff;
        }
        
        .int_dark_bg .navigation ul li a:hover,
        .int_dark_bg .twitter-widget.contuct .twitter-area .text h4,
        .int_dark_bg .twitter-widget.contuct .twitter-area .text h5 a {
            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 .first-footer .bloq-email .email input[type="email"],
        .int_dark_bg .first-footer .bloq-email .email input[type="submit"] {
            border: 1px solid #c18847;
            background: #282d32;
            color: #fff;
        }
        
        .int_dark_bg .first-footer .bloq-email .email input::-webkit-input-placeholder {
            color: #fff;
        }
        
        .int_dark_bg .first-footer .bloq-email .email input:-ms-input-placeholder {
            color: #fff;
        }
        
        .int_dark_bg .first-footer .bloq-email .email input::-ms-input-placeholder {
            color: #fff;
        }
        
        .int_dark_bg .first-footer .bloq-email .email input::placeholder {
            color: #fff;
        }
        
        .int_dark_bg .second-footer {
            background: #282d32;
        }
        
        .int_dark_bg .go-up {
            background: #c18847;
        }
        
        .int_dark_bg .portfolio .item {
            padding-bottom: 30px;
        }
        
        .int_banner_slider .banner_box_wrapper {
            position: relative;
        }
        
        .swiper_imgbox .swipper_img>h4 {
            font-size: 12px;
            letter-spacing: 8px;
            text-transform: uppercase;
            color: #c18847;
            margin: 0;
            position: relative;
        }
        
        .swiper_imgbox .swipper_img>h4>span {
            font-size: 90px;
            text-transform: uppercase;
            font-weight: 400;
            color: #252a2d;
            letter-spacing: 12px;
            position: absolute;
            left: 10px;
            right: 0;
            top: -50px;
            z-index: -1;
        }
        
        .swiper_imgbox .swipper_img>h2 {
            color: #fff;
            font-weight: 600;
            text-transform: capitalize;
            font-size: 50px;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        
        .swiper_imgbox .swipper_img>h3 {
            font-size: 26px;
            color: #c18847;
            margin-bottom: 20px;
            font-weight: 300;
        }
        
        .swiper_imgbox .swipper_img>h3>.banner_span1 {
            color: #c18847;
        }
        
        .swiper_imgbox .swipper_img>p {
            color: #fff;
            margin-bottom: 15px;
        }
        
        .swiper_imgbox .homes-list {
            padding-left: 0;
            padding-bottom: 2.5rem;
            margin: 0;
        }
        
        .swiper_imgbox .homes-list li {
            width: 45%;
            float: left;
            font-size: 16px;
            line-height: 40px;
            list-style: none;
            color: #fff;
        }
        
        .swiper_imgbox .homes-list li i {
            font-size: 16px;
            margin-right: 8px;
            color: #fff;
        }
        
        .int_infosidebar .siderbar_contact>a,
        .int_infosidebar .siderbar_email>a,
        a.int_btn {
            text-decoration: none;
        }
        
        .banner_box_wrapper .swiper_imgbox {
            margin: 140px 0 0;
            padding: 0 15px 0 25px;
        }
        
        .banner_box_wrapper .banner_navi {
            position: absolute;
            left: 95px;
            bottom: -8px;
        }
        
        .banner_box_wrapper .swiper-button-next,
        .banner_box_wrapper .swiper-button-prev,
        .banner_box_wrapper .swiper-container-rtl .swiper-button-next,
        .banner_box_wrapper .swiper-container-rtl .swiper-button-prev {
            background-image: none;
            text-transform: uppercase;
            width: auto;
            height: auto;
        }
        
        .banner_box_wrapper .swiper-button-next,
        .banner_box_wrapper .swiper-button-prev {
            color: #fff;
        }
        
        .banner_box_wrapper .swiper-button-next,
        .banner_box_wrapper .swiper-button-prev {
            bottom: 50px;
            top: auto;
        }
        
        .banner_box_wrapper .swiper-button-prev,
        .banner_box_wrapper .swiper-container-rtl .swiper-button-next {
            left: 0;
        }
        
        .banner_box_wrapper .swiper-button-next,
        .banner_box_wrapper .swiper-container-rtl .swiper-button-prev {
            right: auto;
            left: 97px;
        }
        
        .banner_box_wrapper .swiper-button-prev:after,
        .banner_box_wrapper .swiper-container-rtl .swiper-button-next:after {
            content: "";
            position: absolute;
            width: 45px;
            height: 1px;
            background: #c18847;
            top: 0;
            bottom: 0;
            left: -55px;
            margin: auto;
        }
        
        .banner_box_wrapper .swiper-button-prev:before,
        .banner_box_wrapper .swiper-container-rtl .swiper-button-next:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: -55px;
            margin: auto;
            background: #c18847;
            width: 45px;
            height: 1px;
        }
        
        .banner_box_wrapper .swiper-button-next:before,
        .banner_box_wrapper .swiper-container-rtl .swiper-button-prev:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: -55px;
            margin: auto;
            background: #c18847;
            width: 45px;
            height: 1px;
        }
        
        .int_main_wraapper {
            overflow: hidden;
            position: relative;
        }
        
        .banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img h4 {
            -webkit-animation: fadeInLeft 1s linear;
            animation: fadeInLeft 1s linear;
        }
        
        .banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img h2 {
            -webkit-animation: fadeInRight 1s linear;
            animation: fadeInRight 1s linear;
        }
        
        .banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img h3 {
            -webkit-animation: fadeInLeft 1s linear;
            animation: fadeInLeft 1s linear;
        }
        
        .banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img p {
            -webkit-animation: fadeInRight 1s linear;
            animation: fadeInRight 1s linear;
        }
        
        .banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img .int_btn {
            -webkit-animation: fadeInLeft 1s ease;
            animation: fadeInLeft 1s ease;
        }
        
        .banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img h4 {
            -webkit-animation: fadeInDown 1s linear;
            animation: fadeInDown 1s linear;
        }
        
        .banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img h2 {
            -webkit-animation: fadeInUp 1s linear;
            animation: fadeInUp 1s linear;
        }
        
        .banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img h3 {
            -webkit-animation: fadeInUp 1s linear;
            animation: fadeInUp 1s linear;
        }
        
        .banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img p {
            -webkit-animation: fadeInDown 1s linear;
            animation: fadeInDown 1s linear;
        }
        
        .banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img .int_btn {
            -webkit-animation: fadeInUp 1s ease;
            animation: fadeInUp 1s ease;
        }
        
        .swiper_imgbox .swipper_img>h1 {
            font-size: 90px;
            text-transform: uppercase;
            color: #252a2d;
            font-weight: 600;
            margin-top: 85px;
            margin-left: -9px;
        }
        
        .swiper_imgbox .btn_caret {
            right: -29px;
        }
        
        @media (max-width: 1600px) {
            .swiper_imgbox .swipper_img>h4>span {
                font-size: 100px;
            }
        }
        
        @media (max-width: 1600px) {
            .swiper_imgbox .swipper_img>h2 {
                font-size: 60px;
            }
        }
        
        @media (max-width: 1600px) {
            .swiper_imgbox .swipper_img>h3 {
                font-size: 58px;
            }
        }
        
        @media (max-width: 1600px) {
            .swiper_imgbox .swipper_img>h1 {
                font-size: 100px;
                margin-top: 30px;
                margin-left: -5px;
            }
        }
        
        @media (max-width: 1600px) {
            .banner_box_wrapper .swiper_imgbox {
                margin: 40px 0 0;
                padding: 0 15px 0 0;
            }
        }
        
        @media (max-width: 1024px) {
            .swiper_imgbox .swipper_img>h4 {
                font-size: 12px !important;
                line-height: 27px;
            }
            .swiper_imgbox .swipper_img>h2,
            .swiper_imgbox .swipper_img>h3 {
                font-size: 30px !important;
                line-height: 27px;
            }
            .swiper_imgbox .swipper_img>p {
                font-size: 14px !important;
            }
            .int_infosidebar,
            .swiper_imgbox .swipper_img>h1,
            .swiper_imgbox .swipper_img>h4>span {
                display: none;
            }
            .main_contentblock {
                padding: 20px 0 100px;
            }
            .int_content_wraapper.int_content_left {
                margin-left: 20px;
            }
            .banner_box_wrapper .banner_navi {
                left: 70px;
                bottom: -8px;
            }
        }
        
        @media (max-width: 767px) {
            .main_contentblock {
                text-align: center;
                padding: 12px 0 92px;
                width: 80%;
                margin: auto;
            }
        }
        
        @media (max-width: 480px) {
            .main_contentblock {
                width: 100%;
            }
        }
        
        @media (max-width: 767px) {
            .swiper_imgbox .btn_caret {
                display: none;
            }
            .banner_box_wrapper .banner_navi {
                left: 48%;
                -webkit-transform: translate(-50px, 20px);
                transform: translate(-50px, 20px);
                bottom: 12px;
            }
            .main_imgblock {
                display: none;
            }
            .int_white_bg .swiper_imgbox .homes-list,
            .int_white_bg .swiper_imgbox .homes-list .fa-bath,
            .int_white_bg .swiper_imgbox .homes-list .fa-bed,
            .swiper_imgbox .homes-list,
            .swiper_imgbox .homes-list .fa-bath,
            .swiper_imgbox .homes-list .fa-bed {
                margin-left: 1rem;
            }
            .int_white_bg .swiper_imgbox .homes-list li,
            .swiper_imgbox .homes-list li {
                font-size: 15px !important;
            }
        }
        
        @media (max-width: 575px) {
            .int_content_wraapper.int_content_left {
                margin-left: 0;
            }
            .int_content_wraapper {
                margin-left: 0;
            }
        }
        
        .int_btn,
        .int_btn:focus {
            min-width: 140px;
            height: 50px;
            line-height: 50px;
            display: inline-block;
            outline: 0;
            border: none;
            cursor: pointer;
            text-align: center;
            text-transform: uppercase;
            font-size: 14px;
            color: #fff;
            background: #c18847;
            position: relative;
            z-index: 1;
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
            -webkit-transition-property: color;
            transition-property: color;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }
        
        .int_btn:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #333;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 0 10% 0;
            transform-origin: 0 10% 0;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }
        
        .int_btn:hover:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }
        
        .int_btn.left_zero:before {
            -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
        }
        
        .int_btn_two:focus {
            background: #ff1d4d;
        }
        
        .int_btn_two {
            background: #ff1d4d;
            width: 170px;
            letter-spacing: 1px;
        }
        
        .btn_caret {
            height: 50px;
            line-height: 53px;
            background: #c18847;
            display: inline-block;
            padding: 0 12px;
            position: absolute;
            top: 0;
            right: -29px;
        }
        
        .btn_caret_two {
            background: #f41a48;
        }
        
        .int_btn:hover {
            color: #fff;
            background: #555;
        }
        
        .listing-img-content {
            position: absolute;
            z-index: 99;
            bottom: 0;
            left: 0;
            width: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 25px 30px;
        }
        
        .compact .listing-img-content {
            padding: 0;
        }
        
        .compact .listing-img-content .listing-compact-title {
            padding: 23px 26px;
            display: block;
        }
        
        .compact .listing-img-content .listing-compact-title i {
            display: block;
            font-style: normal;
            font-size: 17px;
            padding: 0;
            margin: 2px 0 0 0;
        }
        
        .listing-hidden-content {
            position: relative;
            width: 100%;
            background-color: #c18847;
            color: #fff;
            height: 0;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            padding: 0;
            margin: 0;
            list-style: none;
            font-size: 14px;
            padding: 0 0 0 25px;
            display: block;
            overflow: hidden;
        }
        
        .listing-item.compact .listing-hidden-content li {
            opacity: 1;
        }
        
        .compact .listing-img-container:before {
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
        }
        
        .listing-item.compact:hover .listing-hidden-content {
            height: 70px;
        }
        
        .compact .listing-img-container:after {
            display: none;
        }
        
        .compact .listing-img-container:before {
            opacity: 0.7 !important;
        }
        
        .listing-item.compact li {
            display: inline-block;
            color: rgba(255, 255, 255, 0.8);
            line-height: 20px;
            padding: 15px 20px 0 0;
            position: relative;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            opacity: 0;
        }
        
        .listing-item.compact li span {
            display: block;
            font-size: 14px;
            color: #fff;
            margin: 0;
            padding: 0;
        }
        
        .compact .listing-img-container:after {
            opacity: 0;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, transparent), color-stop(95%, #2f2f2f));
            background: linear-gradient(to bottom, transparent 35%, #2f2f2f 95%);
            -webkit-transition: opacity 0.6s;
            transition: opacity 0.6s;
        }
        
        .listing-img-container:after {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(#274abb));
            background: linear-gradient(to bottom, transparent 60%, #274abb);
        }
        
        .listing-img-container:after,
        .listing-img-container:before {
            position: absolute;
            height: 100%;
            width: 100%;
            display: block;
            top: 0;
            left: 0;
            content: "";
            z-index: 9;
        }
        
        .compact .listing-img-container:after {
            opacity: 0;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, transparent), color-stop(95%, #2f2f2f));
            background: linear-gradient(to bottom, transparent 35%, #2f2f2f 95%);
            -webkit-transition: opacity 0.6s;
            transition: opacity 0.6s;
        }
        
        .listing-img-content span {
            color: #fff;
            font-size: 20px;
            font-weight: 500;
        }
        
        .listing-img-content .listing-price i {
            display: block;
            font-style: normal;
            font-size: 16px;
            padding: 0;
            margin: -4px 0 0 0;
        }
        
        .listing-item.compact .listing-badges {
            position: absolute;
            top: 0;
            z-index: 8;
            right: 0;
            width: 100%;
            display: block;
            font-size: 13px;
            padding: 0;
            overflow: hidden;
            height: 100px;
        }
        
        .listing-item.compact .listing-badges span {
            color: #fff;
            display: inline-block;
            padding: 5px 10px;
            float: right;
            background-color: #e54242;
            border-radius: 3px;
            top: 15px;
            right: 15px;
            position: absolute;
        }
        
        .listing-item.compact .listing-badges span.rent {
            color: #fff;
            display: inline-block;
            padding: 5px 10px;
            float: right;
            background-color: #ffb200;
            border-radius: 3px;
            top: 15px;
            right: 15px;
            position: absolute;
        }
        
        .listing-item.compact .listing-badges .featured {
            background-color: #18ba60;
            float: left;
            left: 15px;
            top: 17px;
            position: relative;
            text-align: center;
            width: 90px;
            font-size: 14.5px;
            margin: 0;
        }
        
        .parallax-searchs.home15 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../images/bg/bg-15.jpg) no-repeat center top;
            background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bg/bg-15.jpg) no-repeat center top;
            background-size: cover;
            background-attachment: fixed !important;
            width: 100%;
            height: 90vh;
        }
        
        .parallax-searchs.home15.thome-6 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../images/bg/thome-6.jpg) no-repeat center top;
            background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bg/thome-6.jpg) no-repeat center top;
            background-size: cover;
            background-attachment: fixed !important;
            width: 100%;
            height: 95vh;
        }
        
        .parallax-searchs.home15.thome-6 .hero-inner {
            text-align: center;
            padding: 290px 0;
        }
        
        @media only screen and (max-width: 450px) {
            .parallax-searchs.home15.thome-6 {
                height: 95vh;
            }
        }
        
        @media only screen and (max-width: 991px) {
            .parallax-searchs.home15.thome-6 .hero-inner {
                padding: 100px 0;
            }
        }
        
        .parallax-searchs.home15 .welcome-text p {
            color: rgba(255, 255, 255, 0.89);
            font-size: 18px;
            max-width: 600px;
            margin: 0 auto;
            text-align: center;
            text-transform: capitalize;
            line-height: 37px;
            font-weight: 400;
        }
        
        .parallax-searchs.home15 .hero-inner {
            text-align: center;
            padding: 320px 0;
        }
        
        .parallax-searchs .welcome-text p {
            color: #fff;
            font-size: 18px;
            text-transform: capitalize;
            font-weight: 500;
        }
        
        .parallax-searchs .welcome-text h1 {
            font-size: 36px;
            color: #fff;
            text-transform: capitalize;
        }
        
        .parallax-searchs .trip-search {
            background: #fff;
            padding: 10px;
            border: 1px solid #fff;
            border-radius: 50px;
            text-align: left;
            margin-top: 30px;
        }
        
        .parallax-searchs .trip-search .form {
            line-height: 0;
        }
        
        .parallax-searchs .form-group {
            width: 190px;
            display: inline-block;
            margin-right: 3px;
            margin-bottom: 0;
        }
        
        .parallax-searchs .form-group:last-child {
            margin-right: 0;
        }
        
        .parallax-searchs .form-group .nice-select {
            margin: 0;
            height: 50px;
            line-height: 50px;
            padding: 0 15px;
            border-radius: 5px;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #757575;
            font-family: Montserrat, sans-serif;
            font-weight: 500;
            font-size: 14px;
        }
        
        .parallax-searchs .form-group .nice-select:hover {
            color: #18ba60;
        }
        
        .parallax-searchs .form-group .nice-select::after {
            right: 20px;
            color: #757575;
        }
        
        .parallax-searchs .form-group .nice-select i {
            color: #18ba60;
            font-size: 1.2rem;
            margin-top: 5px;
            margin-right: 10px;
        }
        
        .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 {
            color: #fff;
            background: #18ba60;
        }
        
        .parallax-searchs .form-group.location {
            width: 150px;
        }
        
        .parallax-searchs .form-group.button {
            width: 145px;
            position: relative;
            height: 50px;
        }
        
        .parallax-searchs .form-group .btn {
            display: block;
            width: 100%;
            background: #18ba60;
            cursor: pointer;
            color: #fff;
            text-transform: uppercase;
            font-weight: 600;
            position: absolute;
            top: 0;
            height: 50px;
            line-height: 50px;
            padding: 0;
            font-size: 14px;
            border: none;
            border-radius: 50px;
        }
        
        .parallax-searchs .form-group .btn:hover {
            background: #121b22;
            color: #fff;
        }
        
        .th-15 .header-user-name,
        .th-15 .header-user-name:before {
            color: #fff;
        }
        
        .th-15 #header.cloned.sticky .header-user-name,
        .th-15 #header.cloned.sticky .header-user-name:before,
        .th-15 #navigation.style-2.cloned .header-user-name,
        .th-15 #navigation.style-2.cloned .header-user-name:before {
            color: #666;
        }
        
        @media only screen and (max-width: 1024px) {
            .parallax-searchs .trip-search .form-group {
                margin-top: 15px;
                margin-right: 20px;
                width: 100%;
            }
        }
        
        @media only screen and (max-width: 1024px) {
            .parallax-searchs .trip-search .form-group {
                margin-top: 15px;
                margin-right: 20px;
            }
            .parallax-searchs.home15 {
                height: 100vh;
            }
            .parallax-searchs .trip-search {
                border-radius: 1px;
            }
            .parallax-searchs .hero-inner {
                margin: 97px 0 !important;
            }
            .parallax-searchs.home15 .hero-inner {
                padding: 30px 0;
            }
            .parallax-searchs .welcome-text h1 {
                font-size: 26px;
            }
            .parallax-searchs.home15 .welcome-text p {
                font-size: 15px;
            }
            .featured-boxes-area {
                top: 50px;
            }
            .int_dark_bg .portfolio .item.landscapes.no-pb {
                margin-bottom: 0;
            }
            .int_dark_bg .portfolio .item.landscapes.no-pb {
                padding-bottom: 30px;
            }
        }
        
        @media only screen and (max-width: 768px) {
            .parallax-searchs.home15 .hero-inner {
                padding: 130px 0;
            }
        }
        
        @media (min-width:768px) {
            .tab {
                margin-top: 106px !important;
            }
            .tab1 {
                margin-left: 80px;
            }
            .slider-img {
                /* height: 455px!important; */
            }
            .inner-pages .headings {
                background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 27, 34, 0.6)), to(rgba(18, 27, 34, 0.6))), url(../images/bg/bg-details.jpg) no-repeat center center !important;
                /* background: linear-gradient(rgba(18, 27, 34, 0.6), rgba(18, 27, 34, 0.6)) center center!important; */
                width: 100% !important;
                height: auto !important;
                padding: 20px;
            }
            .log-height {
                /* height: 620px; */
            }
        }
        
        @media only screen and (max-width: 767px) {
            .parallax-searchs .welcome-text h1 {
                font-size: 30px;
            }
            .parallax-searchs .hero-inner {
                margin: 69px 0;
            }
            .parallax-searchs .trip-search .form-group {
                margin-top: 10px;
                width: 100%;
            }
            .header-top.head-tr {
                display: none;
            }
        }
        
        @media only screen and (max-width: 450px) {
            .parallax-searchs .welcome-text h1 {
                font-size: 20px !important;
                line-height: 34px;
                margin-bottom: 40px;
            }
            .parallax-searchs .hero-inner {
                padding-top: 55px !important;
            }
            .parallax-searchs.home15 .welcome-text p {
                display: none;
            }
            .parallax-searchs.home15 {
                height: 100vh;
            }
            .featured-boxes-area {
                top: 100px;
                padding-bottom: 6rem;
            }
            .parallax-searchs .welcome-text p {
                font-size: 14px;
            }
            .parallax-searchs .hero-inner {
                margin: 70px 0;
            }
            .parallax-searchs .trip-search {
                margin-top: 20px;
            }
        }
        
        @media only screen and (max-width: 360px) {
            .parallax-searchs .welcome-text h1,
            .parallax-searchs.home15 .welcome-text p {
                display: none;
            }
            .parallax-searchs .hero-inner {
                padding-top: 45px !important;
            }
            .parallax-searchs .trip-search {
                margin-top: 0;
            }
        }
        
        .banner-area {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }
        
        .banner-area .banner-search-wrap {
            margin-top: 24px;
        }
        
        .rld-banner-tab {
            border-bottom: 0;
        }
        
        .rld-banner-tab .nav-item {
            margin-bottom: 0;
        }
        
        .rld-banner-tab .nav-item a {
            border: 0;
            border-radius: 5px 5px 0 0;
            height: 50px;
            line-height: 50px;
            padding: 0 35px;
            margin-right: 15px;
            position: relative;
            display: block;
            letter-spacing: 0.4px;
            background: #fff;
            color: #000;
            font-family: var(--heading-font);
            font-weight: 600;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
        
        .rld-banner-tab .nav-item a.active,
        .rld-banner-tab .nav-item a:focus,
        .rld-banner-tab .nav-item a:hover {
            background: #687389;
            color: #fff;
        }
        
        .rld-banner-tab .nav-item:last-child {
            margin-bottom: 0;
        }
        
        .navbar-area-3 {
            background: #fff;
        }
        
        .banner-search {
            margin-top: 80px;
        }
        
        .info-help.h18 {
            padding: 9rem 0;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url(../images/bg/info-service4.jpg) no-repeat scroll center center;
            background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../images/bg/info-service4.jpg) no-repeat scroll center center;
            background-size: cover;
            position: relative;
            z-index: 0 !important;
        }
        
        @media screen and (max-width: 360px) {
            .banner-inner .sub-title,
            .banner-inner h1 {
                display: none;
            }
            .banner-inner-wrap {
                height: 120vh;
            }
        }
        
        @media screen and (max-width: 767px) {
            .portfolio .item.sale.h-177.no-pb {
                padding-bottom: 30px;
                margin-bottom: 0;
            }
            .portfolio .ho17-thelast {
                padding-top: 30px;
                padding-bottom: 0 !important;
            }
        }
        
        @media screen and (max-width: 991px) {
            .portfolio .ho17-thelast,
            .portfolio .item.sale.h-177.no-pb {
                padding-bottom: 0 !important;
            }
        }
        
        section.visited-cities {
            padding: 3rem 0;
        }
        
        .visited-cities .img-box {
            height: 280px;
            display: inline-block;
            position: relative;
            width: 100%;
            overflow: hidden;
            margin-bottom: 1rem;
            z-index: 90;
            border-radius: 3px;
        }
        
        .visited-cities .img-box.no-mb {
            margin-bottom: 0;
        }
        
        .visited-cities .img-box:hover {
            background: #274abb;
        }
        
        .visited-cities .img-box:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            content: "";
            background-color: #121b22;
            opacity: 0.2;
            z-index: 99;
            -webkit-transition: 0.3s ease-out;
            transition: 0.3s ease-out;
        }
        
        .visited-cities .listing-badges {
            position: absolute;
            top: 0;
            z-index: 999;
            right: 0;
            width: 100%;
            display: block;
            font-size: 16px;
            font-weight: 700;
            padding: 0;
            overflow: hidden;
            height: 100px;
        }
        
        .visited-cities .listing-badges .featured {
            background-color: #274abb;
            float: left;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            left: -67px;
            top: 17px;
            position: relative;
            text-align: center;
            width: 200px;
            font-size: 13px;
            margin: 0;
        }
        
        .visited-cities .listing-badges span {
            color: #fff;
            display: inline-block;
            padding: 3px;
            float: right;
            background-color: rgba(74, 74, 76, 0.7);
            border-radius: 3px;
            top: 15px;
            right: 15px;
            position: absolute;
        }
        
        .visited-cities .starts {
            list-style: none;
            margin-top: 0;
            padding: 0;
            margin-bottom: 0;
        }
        
        .visited-cities .starts li {
            text-align: center;
            display: inline-block;
            margin-bottom: 0;
        }
        
        .visited-cities .starts .fa {
            color: #fe4f4f !important;
        }
        
        .visited-cities .starts ul {
            margin-bottom: 0;
        }
        
        .visited-cities .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%);
        }
        
        .visited-cities .img-box-content h4 {
            font-size: 20px;
            color: #fff;
            margin: 0;
        }
        
        .visited-cities .img-box-content span {
            font-size: 16px;
            color: #fff;
        }
        
        .visited-cities .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: 991px) {
            .visited-cities .pr {
                padding-right: 5px;
            }
            .tp-caption.have {
                bottom: -80px;
            }
        }
        
        @media screen and (max-width: 767px) {
            .visited-cities .img-box.no-mb {
                margin-bottom: 1.5rem;
            }
            .visited-cities .img-box.no-mb.x3 {
                margin-bottom: 0;
            }
            .visited-cities .img-box.san.no-mb.x3 {
                margin-bottom: 0 !important;
            }
            .visited-cities .img-box,
            .visited-cities .img-box.mi {
                margin-bottom: 1.6rem !important;
            }
            .visited-cities .bg-all {
                margin-top: 0;
            }
            .feature-categories .mt,
            .feature-categories .pr-1,
            .visited-cities .pr,
            .visited-cities .pr-1 {
                padding-right: 15px !important;
            }
        }
        
        .header-image.home-18 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../images/bg/home-18.jpg) no-repeat center top;
            background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/bg/home-18.jpg) no-repeat center top;
            background-size: cover;
            background-attachment: fixed !important;
            width: 100%;
            height: 100vh;
        }
        
        .header-image .left h1 {
            font-size: 40px;
            font-weight: 700;
            line-height: 60px;
            color: #fff;
            margin: 0;
            margin-bottom: 20px;
        }
        
        .header-image .left p {
            font-size: 17px;
            width: 90%;
            font-weight: 400;
            line-height: 27px;
            color: #fff;
            margin: 0;
        }
        
        .header-image .left .btn-white {
            background: #f55d2c;
            display: inline-block;
            padding: 12px 35px;
            border-radius: 40px;
            font-size: 15px;
            font-weight: 600;
            color: #fff;
            margin-top: 30px;
            -webkit-box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.15);
        }
        
        a.btn-white {
            text-decoration: none;
        }
        
        .google-maps.home-18 .filter {
            padding: 20px;
            margin-top: 180px;
            width: 70%;
            position: relative;
            z-index: 100;
            border-radius: 5px;
            background: rgba(255, 255, 255, 0.3);
            border-top: 0 solid rgba(255, 255, 255, 0.2);
            float: right;
            color: #fff;
        }
        
        .th-18 .header-user-name,
        .th-18 .header-user-name:before {
            color: #fff;
        }
        
        .th-18 #header.cloned.sticky .header-user-name,
        .th-18 #header.cloned.sticky .header-user-name:before,
        .th-18 #navigation.style-2.cloned .header-user-name,
        .th-18 #navigation.style-2.cloned .header-user-name:before {
            color: #666;
        }
        
        @media (max-width: 768px) {
            .th-18 .google-maps .filter form {
                background: #f55d2c;
            }
            .th-18 .google-maps .filter .button,
            .th-18 .ui-widget-header {
                background: #1e1629;
            }
            .th-18 .header-image {
                padding: 10px 0;
            }
            .th-18 .google-maps.home-18 .filter,
            .th-18 .header-image .left {
                margin-top: 0 !important;
            }
        }
        
        @media (max-width: 1024px) {
            .th-18 .google-maps.home-18 .filter {
                margin-top: 100px;
            }
        }
        
        @media (max-width: 991.98px) {
            .header-image {
                text-align: center;
                padding: 600px 30px;
            }
            .google-maps.home-18 .filter {
                margin-top: 0;
            }
            .google-maps.home-18 .filter {
                width: 100%;
            }
            .google-maps.home-18 {
                top: 60px;
            }
            .header-image .left {
                margin-top: 150px;
                margin-bottom: 0;
            }
            .header-image .left h1 {
                font-size: 28px;
                line-height: 37px;
                margin-bottom: 15px;
            }
        }
        
        @media screen and (max-width: 767px) {
            .header-image.home-18 {
                height: 10vh;
            }
            .header-image {
                padding: 350px 30px;
            }
            .header-image .left {
                margin-top: 10px;
            }
            .header-image .left h1 {
                font-size: 26px;
            }
            .header-image .left p {
                font-size: 15px;
            }
            .google-maps.home-18 .filter {
                padding: 0;
            }
            .th-18 .header-image {
                padding: 300px 0;
            }
            .google-maps.home-18 .filter form {
                background: #f55d2c;
                border-top: 1px solid #f55d2c;
            }
            .home18 .sec-title h2 {
                font-size: 24px !important;
            }
            .home18 .sec-title h2 span::before {
                display: none;
            }
        }
        
        section.how-it-works {
            /* background: #fff; */
            padding: 40px 0;
        }
        
        .how-it-works .serv-flex {
            background: #fff;
            color: #f55d2c;
            text-align: center;
            padding: 1.5rem;
            border-radius: 10px;
            -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 0px 14px 0px #83cff47a;
            border: 1px solid #f1f1f1;
            -webkit-transition: 0.5s ease;
            transition: 0.5s ease;
            min-height: 303px;
        }
        
        .how-it-works .serv-flex.arrow:after {
            display: none;
        }
        
        .how-it-works .art-1 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        
        .how-it-works article .fa {
            padding-right: 1rem;
            padding-bottom: 0.5rem;
            font-size: 4rem;
            text-align: left;
        }
        
        .how-it-works article img {
            padding-right: 0.5rem;
            padding-bottom: 0.5rem;
            width: 100px;
            height: 100px;
            border: 1px solid #bde3f67d;
            text-align: center;
            border-radius: 50px;
            padding-top: 0.5rem;
            padding-left: 0.5rem;
        }
        
        .how-it-works .sec-title {
            margin-left: 0.5rem;
        }
        
        .how-it-works .sec-title h2 span {
            font-weight: 600;
            color: #111;
        }
        
        .how-it-works .sec-title img {
            position: relative;
            width: 151px;
            height: 26px;
        }
        
        .how-it-works article h3 {
            color: #692669;
            margin: 1.7rem 0 0.2rem;
        }
        
        .how-it-works article p {
            color: #666;
            margin-top: 1rem;
            margin-bottom: 0;
        }
        
        .how-it-works .service-1 .serv:hover,
        .how-it-works .service-2 .serv:hover {
            cursor: all-scroll;
        }
        
        @media screen and (max-width: 767px) {
            .how-it-works .service-1 .serv {
                margin-bottom: 2rem;
            }
            .how-it-works .service-1 .serv:last-child {
                margin-bottom: 0;
            }
            .how-it-works .mt-50 {
                margin-top: 0 !important;
            }
            .how-it-works .service-1 .serv.mb-0.pt {
                margin-top: 0 !important;
            }
        }
        
        @media screen and (max-width: 991px) {
            .how-it-works .mt-50 {
                margin-top: 2rem;
            }
            .how-it-works .service-1 .serv.mb-0 {
                margin-bottom: 0;
            }
            .how-it-works .service-1 .serv.mb-0.pt {
                margin-top: 2rem;
            }
            .how-it-works .serv-flex:after {
                display: none;
            }
        }
        
        section.h18.testimonials {
            padding: 3rem 0;
            /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 18, 68, 0.88)), to(rgba(14, 18, 68, 0.88))), url(../images/bg/bg-counter2.jpg) no-repeat scroll center center;
            background: linear-gradient(rgb(48 0 48), rgb(105 38 105 / 58%)), url(../images/bg/bg-counter2.jpg) no-repeat scroll center center;
            background-size: cover; */
        }
        
        .h18.testimonials .sec-title h2 {
            color: #fff;
        }
        
        .h18.testimonials .sec-title p {
            color: #fff;
        }
        
        .h18.testimonials .client-info {
            display: inline-block;
        }
        
        .h18.testimonials .client-thumb {
            border-radius: 100%;
            height: 60px;
            margin-right: 20px;
            width: 60px;
            float: left;
        }
        
        .h18.testimonials .sngl-client {
            border: 1px solid #fafafa;
            margin-bottom: 30px;
            text-align: center;
            margin: 5px;
        }
        
        .h18.testimonials .single-testimonial {
            display: inline-block;
            padding: 0 10px;
            width: 100%;
            box-shadow: 0px 0px 6px 0px #83cff457;
            padding: 25px;
            border-radius: 14px;
            margin: 3px;
            background: white;
        }
        
        .h18.testimonials .clinet-inner {
            margin-top: 20px;
        }
        
        .h18.testimonials .client-info h2 {
            color: #000000;
            font-size: 18px;
            margin-bottom: 5px;
            text-transform: capitalize;
            font-weight: 600;
        }
        
        .h18.testimonials .client-info span {
            color: #006799;
            font-size: 13px;
            display: inline-block;
            text-transform: uppercase;
        }
        
        .h18.testimonials .client-comment span::before {
            height: 1px;
            background: #292929;
            width: 40px;
            content: "";
            position: absolute;
            bottom: 0;
        }
        
        .h18.testimonials .client-comment h3 {
            color: #4cc700;
            margin-bottom: 20px;
            text-transform: capitalize;
            font-weight: 400;
            font-style: italic;
        }
        
        .h18.testimonials .client-comment {
            background-color: #6926691f;
            padding: 20px 20px 20px 20px;
            position: relative;
            font-style: italic;
            border-radius: 10px;
            color: #000000;
            font-weight: 400;
        }
        
        .h18.testimonials .client-comment p {
            margin-bottom: 0;
        }
        
        .h18.testimonials .client-comment::after {
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-top: 16px solid #87c6e5;
            content: "";
            height: 0;
            left: 12px;
            position: absolute;
            width: 0;
            -webkit-transform: rotate(0);
            transform: rotate(0);
            bottom: -16px;
        }
        
        .h18.testimonials .client-comment::before {
            color: #c97ec9;
            content: "\f10d";
            font-family: fontawesome;
            font-size: 71px;
            left: 20px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            text-align: center;
            left: 0;
            right: 0;
            opacity: 0.2;
            font-style: normal;
        }
        
        .h18.testimonials .client-thumb img {
            width: 90px;
            border-radius: 50%;
            margin: 0 auto;
        }
        
        .h18.testimonials .client-reviews i {
            color: #e54242;
            font-size: 13px;
        }
        
        .h18.testimonials .client-comment>ul {
            padding-bottom: 15px;
        }
        
        .h18.testimonials .owl-dots {
            text-align: center;
            margin-top: 3rem;
            line-height: 0;
        }
        
        .h18.testimonials .owl-dot {
            border-radius: 50px;
            height: 10px;
            width: 10px;
            display: inline-block;
            background: #fff;
            margin-left: 5px;
            margin-right: 5px;
        }
        
        .h18.testimonials .owl-dot.active {
            background: #f55d2c;
        }
        
        .h18.testimonials .sec-title {
            text-align: center;
            padding-bottom: 2.5rem;
        }
        
        .h18.testimonials .sec-title h2 {
            font-size: 28px;
            color: #692669;
        }
        
        .h18.testimonials .sec-title h2 span {
            position: relative;
            color: #018ed2;
        }
        
        .h18.testimonials .sec-title h2 span::before {
            position: absolute;
            width: 50px;
            height: 1px;
            background: #f55d2c;
            top: 18px;
            content: "";
            left: -60px;
        }
        
        .h18.testimonials .sec-title p {
            margin-top: 20px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            max-width: 550px;
        }
        
        .home18 .sec-title {
            text-align: center;
            padding-bottom: 2.5rem;
        }
        
        .home18 .sec-title h2 {
            font-size: 28px;
            color: #692669;
        }
        
        .home18 .sec-title h2 span {
            position: relative;
            color: #0779b1;
        }
        
        .home18 .sec-title h2 span::before {
            position: absolute;
            width: 50px;
            height: 1px;
            background: #1d94ce;
            top: 18px;
            content: "";
            left: -60px;
        }
        
        .home18 .sec-title p {
            margin-top: 10px;
            margin-bottom: 5px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            font-size: 16px;
            font-weight: 400;
            color: #333;
            max-width: 550px;
        }
        
        .inner-pages .blog .block-heading {
            background: #f9f9f9;
            border-radius: 3px;
            height: 52px;
            margin-bottom: 30px;
        }
        
        .inner-pages .properties-right.list .homes-img img {
            height: 272px;
        }
        
        .inner-pages .properties-right.list .project-single {
            border-bottom: 0;
        }
        
        .inner-pages .properties-right.list .my-44 {
            margin: 2.5rem 0;
        }
        
        @media screen and (max-width: 991px) {
            .inner-pages .properties-right.list .my-44.ft {
                margin: 0;
            }
            .inner-pages .properties-right.list .homes-img img {
                height: auto;
            }
            .inner-pages .properties-right.list .pr-0 {
                padding-left: 8px;
            }
            .inner-pages .properties-right.list .col-lg-8 {
                padding-left: 15px;
                padding-right: 15px;
            }
            .inner-pages .properties-right.list .mb-44 {
                margin-bottom: 2.5rem !important;
            }
            .inner-pages .properties-right.list .row.featured {
                padding-left: 15px;
                padding-right: 15px;
            }
        }
        
        .inner-pages .blog .block-heading {
            background: #fff;
            border-radius: 3px;
            height: 52px;
            margin-bottom: 30px;
        }
        
        .inner-pages section.portfolio {
            background: #f7f7f7;
        }
        
        .inner-pages .blog .block-heading h4 {
            line-height: 52px;
            color: #121b22;
            display: inline-block;
            padding-right: 20px;
            border-radius: 3px 0 0 3px;
            margin: 0 0 0;
            font-weight: 600;
        }
        
        .inner-pages .blog .space-3 {
            margin-bottom: 1.6rem;
        }
        
        .inner-pages .blog .block-heading .heading-icon {
            background: #121b22;
            width: 50px;
            text-align: center;
            margin-right: 8px;
            display: inline-block;
            border-radius: 3px 0 0 3px;
            position: relative;
            color: #fff;
        }
        
        .inner-pages .project-single .homes-content .homes-list li i {
            font-size: 1rem;
        }
        
        .inner-pages .project-single .fa-calendar,
        .inner-pages .project-single .fa-user {
            color: #666 !important;
        }
        
        .inner-pages .portfolio .homes-content .homes-list li {
            width: 45% !important;
            line-height: 40px !important;
        }
        
        .inner-pages .portfolio .homes-content {
            -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
            box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.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: 0.93px !important;
        }
        
        .inner-pages .input-group-lg>.form-control {
            padding: 0.5rem 1rem 0.5rem 0.5rem !important;
            font-size: 15px;
            line-height: 1;
            margin-top: 7px;
            border-radius: 3px;
            position: relative;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            width: 1%;
            min-width: 0;
            margin-bottom: 0;
        }
        
        .inner-pages .cod-pad.single.detail-wrapper .nice-select:after {
            height: 8;
            margin-top: -4px;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 37%;
        }
        
        .inner-pages .pro-wrapper .detail-wrapper-body p {
            line-height: 1;
        }
        
        .inner-pages .nice-select.open .list {
            overflow: visible;
            z-index: 99999;
        }
        
        @media screen and (max-width: 1024px) {
            .single.detail-wrapper.grid {
                margin-left: 10rem;
            }
            .inner-pages.half-map-view .single.detail-wrapper.grid {
                margin-left: 4rem;
            }
        }
        
        @media screen and (max-width: 450px) {
            .single.detail-wrapper {
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                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.half-map-view .single.detail-wrapper.grid {
                margin-left: 0;
            }
            .inner-pages .pro-wrapper .detail-wrapper-body p.pb-2 {
                margin-bottom: 0.75rem !important;
            }
        }
        
        @media screen and (max-width: 767px) {
            .inner-pages .blog .item {
                padding-bottom: 1.6rem;
            }
            .inner-pages .portfolio.blog .item.no-pb.x2 {
                padding-bottom: 0;
            }
        }
        
        .inner-pages .blog .block-heading .sorting {
            padding: 8px 12px;
            width: auto;
            background: #fff;
            border: 1px solid #eee;
            color: #999;
            margin-right: 5px;
            margin-bottom: 0;
            font-size: 13px;
            font-weight: 300;
            outline: 0;
        }
        
        @media screen and (max-width: 380px) {
            .inner-pages .blog .block-heading .sorting {
                float: left;
                width: 120px;
            }
        }
        
        .inner-pages .blog .block-heading .sorting-options {
            margin: 10px 15px 0 0;
            text-align: right;
        }
        
        .inner-pages .blog .block-heading .sorting {
            font-size: 13px;
            font-weight: 300;
            padding: 5px 12px;
            border: solid 1px #e7e7e7;
        }
        
        .inner-pages .blog .block-heading a {
            text-decoration: none;
        }
        
        .inner-pages .blog .block-heading .change-view-btn.lde .fa {
            color: #121b22 !important;
        }
        
        .inner-pages .blog .block-heading .change-view-btn.lde:hover {
            background: #274abb;
            color: #fff !important;
        }
        
        .inner-pages .blog .sorting-options a .active-view-btn .fa {
            color: #fff !important;
        }
        
        .inner-pages .blog .change-view-btn {
            color: #121b22 !important;
            border: 1px solid #121b22;
            margin-left: 5px;
            border-radius: 2px;
            background: 0 0;
            padding: 5px 9px;
        }
        
        .inner-pages .change-view-btn:hover {
            color: #274abb !important;
        }
        
        .inner-pages .active-view-btn {
            background: #121b22 !important;
            color: #fff !important;
            margin-left: 5px;
            padding: 5px 9px;
        }
        
        .inner-pages .blog .active-view-btn:hover {
            background: #274abb !important;
            color: #fff;
        }
        
        .inner-pages .blog .block-heading .fa {
            color: #fff;
            margin-right: 0;
        }
        
        .inner-pages .blog .homes .fa {
            color: #274abb;
        }
        
        .inner-pages .properties-list .compare,
        .inner-pages .properties-right .compare {
            margin-top: 1.1rem !important;
        }
        
        .inner-pages .properties-right .fa-heart-o {
            color: #666 !important;
        }
        
        .inner-pages .blog .single-block {
            padding: 3rem 0;
        }
        
        .inner-pages .blog .section-heading .media .media-left i {
            background: #274abb;
            color: #fff;
            width: 47px;
            height: 47px;
            line-height: 47px;
            text-align: center;
            font-size: 25px;
            float: left;
        }
        
        .inner-pages .blog .section-heading .media .media-left {
            padding-right: 15px;
        }
        
        .inner-pages .blog .section-heading .media .media-body h5::after {
            margin-bottom: 16px;
        }
        
        .inner-pages .blog .section-heading .media .media-body p {
            margin: 0 0 0;
            color: #666;
            line-height: 0;
        }
        
        .inner-pages .blog .main-search-field h5,
        .inner-pages .blog .main-search-field-2 h5,
        .inner-pages .blog .section-heading .media .media-body h5 {
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-transform: capitalize;
        }
        
        .inner-pages .blog .main-search-field {
            background: #fff;
            padding-bottom: 30px;
        }
        
        .inner-pages .blog .main-search-field select {
            background: #fff;
            border: 2px solid #e2dfdf;
            color: #333;
        }
        
        .inner-pages .blog .main-search-field .at-col-default-mar {
            margin-bottom: 0;
        }
        
        .inner-pages .blog .at-input {
            width: 100%;
            height: 45px;
            padding: 5px 10px;
            color: #000;
            border: 2px solid #e2dfdf;
            border-radius: 0;
            background: #fff;
        }
        
        @media screen and (max-width: 991px) {
            .inner-pages .blog .at-input {
                margin-bottom: 0;
            }
        }
        
        .inner-pages .blog .col-lg-12.no-pds {
            padding-left: 0;
            padding-right: 0;
        }
        
        .inner-pages .blog .slider_amount {
            color: #000;
            font-weight: 400;
        }
        
        .inner-pages .blog .ui-widget.ui-widget-content {
            background: #274abb;
        }
        
        .inner-pages .blog .hvr-bounce-to-right {
            display: inline-block;
            vertical-align: middle;
            width: 100%;
            margin-top: 2rem;
            font-size: 14px;
            cursor: pointer;
            background: #274abb;
            color: #fff;
            text-transform: uppercase;
            border: none;
            padding: 12px 22px;
            border-radius: 0;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .inner-pages .blog .hvr-bounce-to-right:hover {
            background: #121b22;
        }
        
        .inner-pages.homepage-4 .first-footer .bloq-email .email input[type="submit"],
        .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: #274abb;
        }
        
        .inner-pages.homepage-4 #navigation.style-1 ul li:hover {
            background: #274abb;
        }
        
        @media screen and (min-width: 992px) {
            .ho17-thelast.no-pb,
            .portfolio .item.sale.h-177.no-pb,
            .rent.h-17.no-pb {
                padding-bottom: 0 !important;
            }
            .col-lg-3 {
                flex: 0 0 25%;
                max-width: 25%;
            }
            .col-lg-9 {
                flex: 0 0 75%;
                max-width: 75%;
            }
        }
        
        .inner-pages .more-search-options {
            opacity: 0;
            visibility: hidden;
            display: block;
            position: absolute;
            width: 100%;
            left: 0;
            margin-top: 30px;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
            z-index: 19;
            -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
        }
        
        .inner-pages .more-search-options.relative {
            position: relative;
            margin-top: 0;
            opacity: 1;
            visibility: visible;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: none;
            transition: none;
            display: none;
        }
        
        .inner-pages .more-search-options.relative.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        
        .inner-pages .more-search-options.relative .more-search-options-container {
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 0;
            margin: 20px 0 5px 0;
        }
        
        .inner-pages .custom-box {
            -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            border-radius: 0 0 3px 3px;
        }
        
        .inner-pages .custom-box .checkboxes {
            padding: 20px 30px 25px 30px;
        }
        
        .inner-pages .more-search-options:before {
            position: absolute;
            top: -10px;
            width: 100%;
            content: "";
            background-color: #fff;
            height: 10px;
            display: inline-block;
            z-index: 101;
        }
        
        .inner-pages .more-search-options.relative:before {
            display: none;
        }
        
        .inner-pages .more-search-options.active {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
        }
        
        .inner-pages .more-search-options-container {
            background-color: #fff;
            -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
            position: relative;
            padding: 30px 30px 25px 30px;
            padding-top: 0;
            border-radius: 0 0 3px 3px;
        }
        
        .inner-pages .more-search-options-trigger {
            font-size: 15px;
            margin: 5px 0 2px 0;
            display: inline-block;
        }
        
        .inner-pages .more-search-options-trigger:after {
            content: attr(data-open-title);
        }
        
        .inner-pages .more-search-options-trigger.active:after {
            content: attr(data-close-title);
        }
        
        .inner-pages .more-search-options-trigger:before {
            content: "\f055";
            font-family: FontAwesome;
            padding-right: 7px;
        }
        
        .inner-pages .more-search-options-trigger.active:before {
            content: "";
        }
        
        .inner-pages .widget .more-search-options-trigger {
            font-size: 16px;
        }
        
        .inner-pages .widget .more-search-options-trigger {
            font-size: 16px;
        }
        
        .inner-pages .margin-bottom-10 {
            margin-bottom: 10px !important;
        }
        
        .inner-pages .margin-top-30 {
            margin-top: 30px !important;
        }
        
        .inner-pages a.more-search-options-trigger {
            text-decoration: none;
            color: #274abb;
        }
        
        .inner-pages .form-group.looking {
            width: 100%;
            margin-top: 30px;
        }
        
        .inner-pages.listing .form-group {
            width: 100%;
            display: inline-block;
            margin-right: 3px;
            margin-bottom: 0;
        }
        
        .inner-pages .first-select {
            height: 30px;
            border-radius: 5px;
            margin-right: 4px;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #757575;
            font-family: Montserrat, sans-serif;
            font-weight: 500;
            font-size: 16px;
        }
        
        .inner-pages .main-search-input-item {
            float: left;
            width: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            height: 50px;
            position: relative;
        }
        
        .inner-pages .form-group.looking input {
            float: left;
            border: 1px solid #ddd;
            border-radius: 5px;
            width: 100%;
            height: 50px;
            margin-bottom: 20px;
            padding-left: 20px;
        }
        
        .inner-pages .form-group .nice-select {
            margin: 0;
            height: 50px;
            line-height: 50px;
            padding: 0 15px;
            border-radius: 5px;
            border: 1px solid #ddd;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #757575;
            font-family: Lato, sans-serif;
            font-weight: 400;
            font-size: 15px;
        }
        
        .inner-pages .form-group .nice-select i {
            color: #777;
            font-size: 1.1rem;
            margin-top: 5px;
            margin-right: 10px;
        }
        
        .inner-pages .form-group.categories {
            width: 100%;
        }
        
        .inner-pages .nice-select.wide {
            width: 100%;
            margin-top: 20px;
            margin-bottom: 0;
        }
        
        .inner-pages .form-group.location {
            width: 100%;
        }
        
        .inner-pages .form-group.bath,
        .inner-pages .form-group.beds {
            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 .ui-slider {
            position: relative;
            text-align: left;
        }
        
        .inner-pages .range-slider .ui-slider .ui-slider-handle {
            position: absolute;
            z-index: 2;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            border: 2px solid #274abb;
            cursor: w-resize;
            background: #fff;
            outline: 0;
            top: -8px;
            margin-left: -8px;
            -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
        }
        
        .inner-pages .range-slider .ui-slider .ui-slider-range {
            position: absolute;
            z-index: 1;
            display: block;
            border: 0;
            background-position: 0 0;
        }
        
        .inner-pages .range-slider .ui-widget-content {
            background-color: #e8e8e8 !important;
        }
        
        .inner-pages .range-slider .ui-widget-header {
            background-color: #274abb;
        }
        
        .inner-pages .range-slider .ui-slider.ui-state-disabled .ui-slider-handle,
        .inner-pages .range-slider .ui-slider.ui-state-disabled .ui-slider-range {
            -webkit-filter: inherit;
            filter: inherit;
        }
        
        .inner-pages .range-slider .ui-slider-horizontal {
            height: 3px;
            border-radius: 10px;
            width: calc(100% - 16px);
            margin-left: 8px;
        }
        
        .inner-pages .range-slider .ui-slider-horizontal .ui-slider-range {
            top: 0;
            height: 100%;
        }
        
        .inner-pages .range-slider .ui-slider-horizontal .ui-slider-range-min {
            left: 0;
        }
        
        .inner-pages .range-slider .ui-slider-horizontal .ui-slider-range-max {
            right: 0;
        }
        
        .inner-pages input.first-slider-value,
        .inner-pages input.first-slider-value:focus,
        .inner-pages input.second-slider-value,
        .inner-pages input.second-slider-value:focus {
            width: 40%;
            display: inline-block;
            border: 0;
            background-color: transparent;
            padding: 0;
            margin: 12px 0 0 0;
            cursor: default;
        }
        
        .inner-pages input.first-slider-value {
            float: left;
            margin-left: -8px;
            width: 40%;
        }
        
        .inner-pages input.second-slider-value {
            float: right;
            width: 40%;
            text-align: right;
            margin-right: -8px;
        }
        
        .inner-pages .range-slider {
            line-height: 37px;
        }
        
        .inner-pages .checkboxes {
            list-style: none;
            padding: 0;
        }
        
        .inner-pages .checkboxes.in-row label {
            margin-top: 9px;
        }
        
        .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 {
            display: inline-block;
            cursor: pointer;
            position: relative;
            padding-left: 28px;
            margin-right: 20px;
            margin-bottom: 0;
            font-family: Lato, sans-serif;
            color: #666;
            font-size: 14.5px;
        }
        
        .inner-pages .checkboxes label span {
            color: #909090;
            font-size: 15px;
        }
        
        .inner-pages .checkboxes input[type="checkbox"] {
            display: none;
        }
        
        .inner-pages .checkboxes label:before {
            content: "";
            display: inline-block;
            width: 19px;
            height: 19px;
            margin-right: 10px;
            position: absolute;
            left: 0;
            top: 3px;
            background-color: #fff;
            border: 2px solid #d0d0d0;
            border-radius: 2px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: border-color 0.3s;
            transition: border-color 0.3s;
        }
        
        .inner-pages .checkboxes input[type="checkbox"]:checked+label:before {
            content: "\f00c";
            font-family: FontAwesome;
            font-size: 12px;
            color: #fff;
            text-align: center;
            line-height: 15px;
            background-color: #274abb;
            border: 2px solid transparent;
            -webkit-transition: border-color 0s;
            transition: border-color 0s;
        }
        
        .google-maps-right {
            position: fixed;
            top: 1;
            right: 0;
            height: 100%;
            width: 100%;
            z-index: 0 !important;
            margin-bottom: 0;
        }
        
        .google-maps-right #map-leaflet {
            height: 867px;
        }
        
        section.google-map-right {
            padding: 10px 0 30px 0 !important;
        }
        
        .half-map-view .google-maps-right #map-leaflet {
            height: 100vh;
            top: 0;
            bottom: 0;
            padding: 0;
        }
        
        .half-map-view .blog .block-heading {
            padding: 140px 0 30px 0 !important;
        }
        
        .half-map-view .headings-2 {
            padding: 130px 0 30px 0;
        }
        
        .half-map-view .fx-google-map-right.pl-55 {
            padding-left: 15px;
        }
        
        .half-map-view .fx-google-map-right.pl-555 {
            padding-left: 35px;
            padding-right: 35px !important;
        }
        
        .half-map-view .mt-5.pagi {
            padding-left: 22px;
            margin-top: 0 !important;
        }
        
        .half-map-view .portfolio .homes .button,
        .half-map-view .portfolio .homes-price {
            z-index: 1;
        }
        
        .header.google-map-right {
            z-index: 99999;
        }
        
        .header.google-map-right .header-bottom {
            position: fixed;
            width: 100%;
            z-index: 99999;
        }
        
        @media screen and (max-width: 991px) {
            .google-maps-right {
                position: relative;
                margin-top: 30px;
            }
            .mt-5.pagi {
                display: none;
            }
            .mt-55.pagi {
                display: none;
            }
            .half-map-view .fx-google-map-right.pl-55 {
                padding-left: 15px;
                padding-right: 30px !important;
            }
            .half-map-view .fx-google-map-right.pl-555 {
                padding-left: 15px !important;
                padding-right: 0 !important;
            }
        }
        
        @media screen and (max-width: 1024px) {
            .inner-pages.half-map-view.list .properties-right.list .my-44 {
                margin: 0;
            }
            .inner-pages.half-map-view.list .map-list,
            .inner-pages.half-map-view.list .portfolio .homes-content {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                margin-bottom: 2.5rem;
            }
        }
        
        @media screen and (min-width: 1024px) {
            .inner-pages.half-map-view.list .map-list {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 100%;
            }
        }
        
        @media screen and (max-width: 768px) {
            .inner-pages.half-map-view.list .map-list,
            .inner-pages.half-map-view.list .portfolio .homes-content {
                margin-bottom: 0;
            }
        }
        
        @media screen and (max-width: 767px) {
            .google-maps-right {
                margin-top: 40px;
            }
        }
        
        @media screen and (max-width: 575px) {
            .half-map-view .fx-google-map-right.pl-55 {
                padding-right: 15px !important;
            }
        }
        
        .header-map.google-maps.properties,
        .header-map.google-maps.properties #map-leaflet {
            height: 450px;
        }
        
        section.single-proper {
            padding: 0 0 6rem 0;
            background: #f7f7f7;
        }
        
        .pro-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
        
        section.headings-2 {
            padding: 41px 0 17px 0;
            background: #f7f7f7;
        }
        
        .bg-white-inner {
            background: #f9f9f9 !important;
        }
        
        .single.detail-wrapper {
            margin-left: 15rem;
        }
        
        .inner-pages .headings-2 .listing-title-bar h3 {
            font-size: 28px;
            line-height: 34px;
            font-weight: 600;
            color: #222;
            text-transform: capitalize !important;
        }
        
        .inner-pages .headings-2 .listing-title-bar h4 {
            font-size: 24px;
            font-weight: 600;
            color: #274abb;
            text-transform: capitalize !important;
        }
        
        .inner-pages .headings-2 .listing-title-bar a,
        .inner-pages .headings-2 .listing-title-bar a p {
            font-size: 17px;
            text-decoration: none;
            color: #333;
        }
        
        .inner-pages .headings-2 span.category-tag {
            font-size: 14px;
            background: #274abb;
            color: #fff;
            border: 1px solid #fff;
            padding: 5px 15px;
            border-radius: 50px;
            top: -3px;
            margin-left: 0.5rem;
            position: relative;
        }
        
        .schedule.widget-boxed.mt-33 {
            margin-top: 60px;
        }
        
        .inner-pages .detail-list-rating {
            float: left;
            margin-right: 15px;
        }
        
        .inner-pages .detail-list-rating i {
            color: #ffc107;
        }
        
        h4.widget_author__name {
            color: #222;
        }
        
        .inner-pages .listing-title-bar a {
            text-decoration: none;
            color: #333;
        }
        
        .inner-pages .listing-title-bar a:last-child {
            text-decoration: none;
            color: #666;
        }
        
        .inner-pages.sgv .header-user-name,
        .inner-pages.sgv .header-user-name:before {
            color: #fff;
        }
        
        .inner-pages.sgv #header.cloned.sticky .header-user-name,
        .inner-pages.sgv #header.cloned.sticky .header-user-name:before,
        .inner-pages.sgv #navigation.style-2.cloned .header-user-name,
        .inner-pages.sgv #navigation.style-2.cloned .header-user-name:before {
            color: #666;
        }
        
        .listing-details-sliders .list-inline {
            white-space: nowrap;
            width: 100% !important;
        }
        
        .listing-details-sliders .carousel-indicators {
            position: static;
            left: initial;
            width: initial;
            margin-left: initial;
            margin-top: 15px;
        }
        
        .listing-details-sliders .carousel-indicators a {
            cursor: pointer;
        }
        
        .listing-details-sliders .carousel-indicators>li {
            height: initial;
            text-indent: initial;
            max-width: 127px;
            margin-right: 10px;
            margin-left: 0;
        }
        
        .listing-details-sliders .carousel-indicators>li:last-child {
            margin-right: 0;
        }
        
        .dd.listing-details-sliders .carousel-indicators>li {
            width: initial;
            height: initial;
            text-indent: initial;
        }
        
        .smail-listing .list-inline-item {
            width: 20%;
        }
        
        .smail-listing .list-inline-item a img {
            width: 600px;
            border: none;
            border-radius: 0;
        }
        
        .elements-page .tab-box p {
            margin-bottom: 0;
        }
        
        .listing-details-sliders .carousel-indicators>li.active img {
            opacity: 0.9;
        }
        
        .listing-details-sliders .right {
            position: absolute;
            right: 15px;
            top: 45%;
        }
        
        .listing-details-sliders .left {
            position: absolute;
            top: 50%;
            left: 35px;
            background: #274abb;
            width: 36px;
            height: 36px;
            line-height: 36px;
            border-radius: 100%;
            color: #fff;
            font-size: 10px;
            z-index: 120;
            cursor: pointer;
            margin-top: -18px;
            -webkit-box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.4);
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        
        .listing-details-sliders .left:hover,
        .listing-details-sliders .right:hover {
            background: #121b22;
        }
        
        .listing-details-sliders .left i {
            font-size: 23px;
            margin-left: 12px;
            margin-top: 5px;
            color: #fff;
        }
        
        .listing-details-sliders .right {
            position: absolute;
            top: 50%;
            right: 35px;
            background: #274abb;
            width: 36px;
            height: 36px;
            line-height: 36px;
            border-radius: 100%;
            color: #fff;
            font-size: 10px;
            z-index: 120;
            cursor: pointer;
            margin-top: -18px;
            -webkit-box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.4);
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        
        .listing-details-sliders .img-fluid {
            max-width: 100%;
            height: auto;
        }
        
        .property-location.map,
        .single-proper .mb-30 {
            margin-bottom: 30px !important;
        }
        
        .listing-details-sliders .right i {
            font-size: 23px;
            margin-left: 14px;
            margin-top: 5px;
            color: #fff;
        }
        
        .list-inline-item:not(:last-child) {
            margin-right: 1px;
        }
        
        div.datedropper.my-style {
            border-radius: 8px;
            width: 180px;
        }
        
        div.datedropper.my-style .picker {
            border-radius: 8px;
            -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
        }
        
        div.datedropper.my-style .pick-l {
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
        }
        
        div.datedropper.my-style .pick-lg-b .pick-sl:before,
        div.datedropper.my-style .pick-lg-h,
        div.datedropper.my-style .pick-m,
        div.datedropper.my-style .pick-submit,
        div.datedropper.my-style:before {
            background-color: #274abb;
        }
        
        div.datedropper.my-style .pick-l,
        div.datedropper.my-style .picker,
        div.datedropper.my-style.picker-tiny .pick-m,
        div.datedropper.my-style.picker-tiny:before {
            background-color: #fff;
        }
        
        div.datedropper.my-style .pick li span,
        div.datedropper.my-style .pick-btn,
        div.datedropper.my-style .pick-lg-b .pick-wke,
        div.datedropper.my-style .pick-y.pick-jump {
            color: #274abb;
        }
        
        div.datedropper.my-style .pick-arw,
        div.datedropper.my-style .pick-l,
        div.datedropper.my-style .picker {
            color: #3a465e;
        }
        
        div.datedropper.my-style .pick-lg-b .pick-sl,
        div.datedropper.my-style .pick-lg-h,
        div.datedropper.my-style .pick-m,
        div.datedropper.my-style .pick-m .pick-arw,
        div.datedropper.my-style .pick-submit {
            color: #fff;
        }
        
        div.datedropper.my-style.picker-tiny .pick-m,
        div.datedropper.my-style.picker-tiny .pick-m .pick-arw {
            color: #3a465e;
        }
        
        .form-control[readonly] {
            background: #fff;
        }
        
        div.datedropper.my-style.picker-lkd .pick-submit {
            background-color: #fff;
            color: #3a465e;
        }
        
        .schedule a.btn {
            padding: 10px 30px;
            text-transform: capitalize;
            -webkit-transition: all ease 0.4s;
            transition: all ease 0.4s;
        }
        
        .schedule .theme-btn,
        .theme-btn:active,
        .theme-btn:focus,
        .theme-btn:hover {
            color: #fff;
            background: #274abb;
        }
        
        .schedule .full-width {
            width: 100%;
            margin-top: 15px;
        }
        
        .input-group-btn:not(:first-child)>.btn,
        .schedule .input-group-btn:not(:last-child)>.btn {
            background: #fff;
            -webkit-transition: all ease 0.4s;
            transition: all ease 0.4s;
        }
        
        .input-group-btn:not(:first-child)>.btn:hover,
        .schedule .input-group-btn:not(:last-child)>.btn:hover {
            background: #274abb;
            color: #fff;
        }
        
        .smail-listing {
            width: 100%;
        }
        
        .sidebar-widget .author-box {
            margin-bottom: 15px;
        }
        
        .sidebar-widget .author-box img {
            float: left;
            width: 85px;
            height: 85px;
            border: 4px solid #fff;
            margin-right: 15px;
        }
        
        .sidebar-widget .author__title {
            font-size: 18px;
            color: #222;
            font-weight: 600;
            margin-top: 24px;
            margin-bottom: 2px;
        }
        
        .sidebar-widget .author-box .author__title {
            margin-top: 18px;
            font-size: 18px;
        }
        
        .sidebar .sidebar-widget .author__meta {
            font-size: 15px;
            color: #666;
            font-weight: 400;
        }
        
        .sidebar-widget .author__contact li {
            color: #666;
            margin-bottom: 10px;
            font-weight: 400;
            font-size: 15px;
        }
        
        .sidebar-widget .author__contact li span i {
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background-color: #fff;
            color: #274abb;
            border-radius: 50%;
            font-size: 18px;
            margin-right: 10px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        
        .sidebar .sidebar-widget .author__contact li a {
            color: #666;
            text-decoration: none;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        
        .sidebar .sidebar-widget .author__contact li a:hover {
            color: #274abb;
        }
        
        .sidebar-widget ul {
            padding: 0;
            margin: 0;
            list-style-type: none;
        }
        
        .sidebar-widget .author__img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            border: 4px solid #fff;
            -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
            box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
        }
        
        .sidebar-widget .author__link {
            text-align: center;
            padding-top: 30px;
            margin-top: 30px;
            border-top: 1px solid #e4e4e4;
        }
        
        .sidebar-widget .author__link li {
            display: inline-block;
        }
        
        .sidebar-widget .author__link li a {
            display: block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            background-color: rgba(128, 137, 150, 0.2);
            color: #274abb;
            border-radius: 50%;
            font-size: 16px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        
        .widget-boxed {
            -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
            box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
        }
        
        .widget-boxed {
            border-radius: 6px;
            padding: 1.5rem;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            z-index: 90;
            margin-bottom: 0;
            position: relative;
            border: 1px solid #eaeff5;
        }
        
        .widget-boxed .input-group .fa {
            font-size: 18px !important;
            color: #274abb;
        }
        
        .widget-boxed .input-group .fa:hover {
            color: #fff;
        }
        
        .widget-boxed-header {
            padding-bottom: 1.5rem;
            padding-top: 0;
            border-bottom: 1px solid #eaeff5;
        }
        
        .widget-boxed-header h4 {
            color: #222 !important;
            font-size: 18px;
            font-weight: 600;
            margin: 0;
        }
        
        .widget-boxed-header h4 .fa {
            color: #274abb;
            position: relative;
            top: 0;
        }
        
        .row.mrg-top-15 label.mb-3 {
            color: #333;
        }
        
        .widget-boxed-body {
            padding: 1.5rem 0 0;
        }
        
        .widget-boxed {
            background: #fff;
        }
        
        .agent-contact-form-sidebar {
            width: 100%;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }
        
        .agent-contact-form-sidebar h4 {
            font-size: 16px;
            margin-bottom: 20px;
        }
        
        .agent-contact-form-sidebar input {
            width: 100%;
            height: 45px;
            border: 1px solid #dae2e9;
            background-color: #fff;
            padding: 15px;
            font-family: Lato, sans-serif;
            font-size: 14px;
            color: #7e8c99;
            margin-bottom: 1rem;
        }
        
        .agent-contact-form-sidebar textarea {
            border: 1px solid #dae2e9 !important;
            background-color: #fff;
            padding-left: 15px;
            width: 100%;
            height: 100px;
            color: #7e8c99;
        }
        
        .agent-contact-form-sidebar .multiple-send-message {
            background-color: #274abb;
            color: #fff;
            font-family: Montserrat, sans-serif;
            cursor: pointer;
            font-size: 14px;
            text-transform: capitalize;
            padding-top: 12px;
            margin-top: 10px;
            margin-bottom: 0;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        
        .agent-contact-form-sidebar .multiple-send-message:hover {
            background-color: #121b22;
        }
        
        .widget-boxed .slick-next,
        .widget-boxed .slick-prev {
            font-size: 0;
            line-height: 0;
            position: absolute;
            top: 0;
            display: block;
            padding: 0;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            cursor: pointer;
            border: none;
            outline: 0;
            background-color: transparent;
            color: #111;
            border-radius: 4px;
            width: 48px;
            height: 48px;
            display: block;
            top: calc(0% - 35px);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: 0.3s;
            transition: 0.3s;
            z-index: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .widget-boxed .slick-next:hover,
        .widget-boxed .slick-prev:hover {
            color: transparent;
            outline: 0;
            background: 0 0;
        }
        
        .widget-boxed .slick-next:hover:before,
        .widget-boxed .slick-prev:hover:before {
            outline: 0;
        }
        
        .widget-boxed .slick-next.slick-disabled,
        .widget-boxed .slick-prev.slick-disabled {
            pointer-events: none;
            color: #111;
            background-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .widget-boxed .slick-next.slick-disabled:before,
        .widget-boxed .slick-prev.slick-disabled:before {
            color: #111;
        }
        
        .widget-boxed .slick-next:before,
        .widget-boxed .slick-prev:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f054";
            font-size: 26px;
            line-height: 1;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            position: relative;
            color: #111;
        }
        
        .widget-boxed .slick-prev {
            left: 0;
            margin-left: 197px;
        }
        
        .widget-boxed .slick-prev:before {
            content: "\f053";
            left: 0;
            color: #666;
        }
        
        .widget-boxed .slick-next {
            right: 0;
            margin-right: 0;
        }
        
        .widget-boxed .slick-next:before {
            content: "\f054";
            right: 0;
        }
        
        .homes-content .font-weight-bold.mr-1 {
            font-weight: 600;
            color: #555 !important;
        }
        
        .homes-content span.det {
            color: #666 !important;
        }
        
        .main-search-field.mt-5,
        .widget-boxed.mt-5,
        .widget-boxed.my-5 {
            margin-top: 30px !important;
        }
        
        .inner-pages .blog .block-heading.details h4 {
            color: #000;
        }
        
        .ag-de .portfolio.py-0.age,
        .ag-de .similar-property,
        .det .similar-property,
        .homes-content.details.mb-30,
        .inner-pages .blog .blog-info.details,
        .listing-details-sliders.mb-30,
        .property-location,
        .reviews.comments,
        .reviews.leve-comments,
        .wprt-image-video.w50.pro {
            padding: 1.5rem !important;
            background: #fff;
            border: 1px solid #eaeff5;
            -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
            box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
        }
        
        .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: Montserrat, sans-serif;
            font-weight: 600;
            text-transform: capitalize;
        }
        
        .inner-pages .blog .blog-info.details {
            padding: 0;
            border-bottom: 0;
        }
        
        .inner-pages .blog .homes-content .homes-list {
            padding: 0;
            margin: 0;
        }
        
        .inner-pages .blog .homes-content .homes-list li {
            /* width: 100%; */
            /* float: left; */
            display: inline-block;
            font-size: 14px;
            line-height: 36px;
            list-style: none;
            color: #0098ef;
            margin-left: 30px;
        }
        
        .inner-pages .blog .homes-content.details-2 {
            background: #000;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 1rem 0;
        }
        
        .inner-pages .blog .homes-content.details-2.mb-4 {
            margin-bottom: 30px !important;
        }
        
        .inner-pages .portfolio .homes-content .homes-list {
            padding-left: 0;
            padding-bottom: 0.9rem;
            margin: 0;
        }
        
        @media screen and (max-width: 1024px) {
            .inner-pages .headings-2 .listing-title-bar h3 {
                font-size: 18px;
            }
            .inner-pages .headings-2 .listing-title-bar h4 {
                font-size: 18px;
            }
            .widget-boxed .slick-prev {
                margin-left: 150px;
            }
        }
        
        @media screen and (max-width: 767px) {
            .inner-pages .blog .homes-content.details-2 {
                padding-left: 4rem;
            }
            .inner-pages .carousel.slide .carousel-inner img {
                width: 100%;
                height: 280px;
            }
            .inner-pages .headings-2 .listing-title-bar h3 {
                font-size: 24px;
            }
        }
        
        @media screen and (max-width: 500px) {
            .inner-pages .carousel.slide .carousel-inner img {
                width: 100%;
                height: 280px;
            }
        }
        
        @media screen and (max-width: 450px) {
            .inner-pages .blog .homes-content.details-2 {
                padding-left: 2.5rem;
            }
            .inner-pages .blog .block-heading.map {
                margin-top: 30px;
            }
            .pro-wrapper {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }
            .single.detail-wrapper {
                margin-top: 30px;
                margin-left: 0;
            }
            .listing-details-sliders .list-inline {
                width: 88% !important;
                margin-right: 0;
                margin-top: 0;
                margin-left: 10px !important;
            }
            .inner-pages.sin-1 .blog .item {
                padding-bottom: 10px;
            }
            .inner-pages.sin-1 .listing-details-sliders .list-inline {
                margin-bottom: 0;
            }
            .inner-pages.sin-1 .blog .homes-content.details span {
                font-size: 15px !important;
            }
            .inner-pages .single.homes-content .homes-list li {
                width: 100%;
                line-height: 27px;
                margin-bottom: 12px;
            }
            .inner-pages .blog .homes-content .homes-list {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: column;
            }
            .inner-pages .homes-content.details.mb-30 .homes-list {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }
            .inner-pages.st-1 .blog .homes-content .homes-list li:last-child {
                margin-left: 12px;
            }
            .property .popup-youtube,
            .property.wprt-image-video .iq-waves {
                top: 54.7% !important;
            }
            .property.vid-si2 .popup-youtube,
            .property.wprt-image-video.vid-si2 .iq-waves {
                top: 51% !important;
            }
            .property.vid-si3 .popup-youtube,
            .property.wprt-image-video.vid-si3 .iq-waves {
                top: 54.2% !important;
            }
            .widget-boxed .slick-prev {
                margin-left: 235px !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 .homes-content.details-2 ul {
                display: block !important;
            }
            .swiper-button-next.swiper-button-white,
            .swiper-button-prev.swiper-button-white {
                display: none;
            }
        }
        
        @media screen and (max-width: 360px) {
            .inner-pages .blog .homes-content.details-2 {
                padding-left: 1.3rem;
            }
            .widget-boxed .slick-prev {
                margin-left: 180px !important;
            }
        }
        
        .inner-pages .blog .homes-content.details-2 span {
            color: #fff;
            font-size: 1rem;
        }
        
        .inner-pages .blog .homes-content.details-2 .fa {
            color: #fff;
        }
        
        .inner-pages .blog .blog-info p.mb-3 {
            color: #666;
            font-weight: 400;
        }
        
        .inner-pages .blog .sorting-options span {
            color: #121b22;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            text-transform: uppercase;
        }
        
        .inner-pages .blog .sorting-options h5 {
            color: #274abb;
            font-family: Montserrat, sans-serif;
            font-weight: 700;
            margin-top: 0;
        }
        
        .inner-pages .blog .sorting-options h6 {
            color: #18ba60;
            font-weight: 700;
            margin-right: 3.2rem;
        }
        
        .inner-pages .blog .wprt-image-video.w50 {
            margin-bottom: 5rem;
        }
        
        .ag-de .blog-section h5,
        .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: Montserrat, sans-serif;
            font-weight: 600;
            text-transform: capitalize;
        }
        
        .ag-de .blog-section h5:after,
        .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 {
            color: #274abb;
            display: block;
            height: 3px;
            font-weight: 700;
            background-color: #274abb;
            content: " ";
            width: 50px;
            margin-top: 0.5rem;
            margin-bottom: 1.5rem;
        }
        
        .property .popup-youtube {
            background: #fff none repeat scroll 0 0;
            border-radius: 100%;
            color: #274abb;
            font-size: 30px;
            height: 70px;
            left: 50%;
            line-height: 70px;
            position: absolute;
            text-align: center;
            top: 57%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 70px;
            z-index: 9;
        }
        
        .property .popup-youtube i {
            margin-left: 5px;
        }
        
        .property.wprt-image-video .iq-waves {
            height: 352px;
            height: 22rem;
            left: 50%;
            position: absolute;
            top: 57%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 352px;
            width: 22rem;
            z-index: 2;
        }
        
        .property.vid-si2 .popup-youtube,
        .property.wprt-image-video.vid-si2 .iq-waves {
            top: 50.8%;
        }
        
        .property.wprt-image-video .iq-waves .waves {
            -webkit-animation: 3s ease-in-out 0s normal none infinite running waves;
            animation: 3s ease-in-out 0s normal none infinite running waves;
            background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0 padding-box;
            border-radius: 320px;
            height: 352px;
            height: 22rem;
            opacity: 0;
            position: absolute;
            width: 352px;
            width: 22rem;
        }
        
        .property.wprt-image-video .iq-waves .wave-1 {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }
        
        .property.wprt-image-video .iq-waves .wave-2 {
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
        }
        
        .property.wprt-image-video .iq-waves .wave-3 {
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
        }
        
        .carousel-inner.carus img {
            width: 1000%;
        }
        
        @-webkit-keyframes waves {
            0% {
                -webkit-transform: scale(0.2, 0.2);
                transform: scale(0.2, 0.2);
                opacity: 0;
            }
            50% {
                opacity: 0.9;
            }
            100% {
                -webkit-transform: scale(0.6, 0.6);
                transform: scale(0.6, 0.6);
                opacity: 0;
            }
        }
        
        @keyframes waves {
            0% {
                -webkit-transform: scale(0.2, 0.2);
                transform: scale(0.2, 0.2);
                opacity: 0;
            }
            50% {
                opacity: 0.9;
            }
            100% {
                -webkit-transform: scale(0.6, 0.6);
                transform: scale(0.6, 0.6);
                opacity: 0;
            }
        }
        
        @media screen and (max-width: 991px) {
            .property.wprt-image-video {
                margin-top: 2.5rem;
            }
            .inner-pages .single.widget {
                padding-top: 0 !important;
            }
            .widget-boxed.popular {
                margin-bottom: 30px;
            }
            .widget-boxed .slick-prev {
                margin-left: 540px;
            }
            .widget-boxed .book {
                margin-bottom: 1.5rem;
            }
            .listing-details-sliders .list-inline {
                width: 94% !important;
                margin-right: 0;
                margin-left: 20px;
            }
            .single.reviews.leve-comments {
                margin-bottom: 30px !important;
            }
            .inner-pages .headings-2 .listing-title-bar h3 {
                font-size: 24px;
            }
            .schedule.widget-boxed.mt-33 {
                margin-top: 0;
            }
            .ag-de .single.reviews.leve-comments,
            .ag-de .widget-boxed.popular {
                margin-bottom: 0 !important;
            }
        }
        
        .inner-pages .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }
        
        .single.reviews.leve-comments {
            margin-top: 0;
            margin-bottom: 60px;
        }
        
        .inner-pages .leave-rating {
            height: 24px;
            float: left;
        }
        
        .inner-pages .leave-rating:hover input[type="radio"]:checked~label {
            color: #dadada;
        }
        
        .inner-pages .leave-rating input[type="radio"] {
            display: none;
        }
        
        .inner-pages .leave-rating input[type="radio"]:checked~label {
            color: #ffc600;
        }
        
        .inner-pages .leave-rating label {
            font-size: 24px;
            float: right;
            letter-spacing: 4px;
            color: #dadada;
            cursor: pointer;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }
        
        .inner-pages .leave-rating label:hover,
        .inner-pages .leave-rating label:hover~label {
            color: #ffc600 !important;
        }
        
        .inner-pages .leave-rating-title {
            display: block;
            margin-top: 2.5rem;
            margin-bottom: 7px;
        }
        
        .inner-pages .add-review-photos {
            font-weight: 600;
            padding: 6px 7px;
            color: #fff;
            border: 0;
            background-color: #274abb;
            border-radius: 50px;
            display: inline-block;
            position: relative;
            font-size: 14px;
            width: auto;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            cursor: pointer;
            line-height: 20px;
            float: right;
            top: -25px;
        }
        
        .inner-pages .photoUpload {
            position: relative;
            overflow: hidden;
            padding: 3px 12px;
            cursor: pointer;
        }
        
        .inner-pages .photoUpload input.upload {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            padding: 0;
            cursor: pointer;
            opacity: 0;
        }
        
        .inner-pages .add-review-photos:hover {
            color: #fff;
            background-color: #121b22;
        }
        
        .inner-pages .add-review-photos i {
            color: #66676b;
            margin-right: 3px;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            font-size: 16px;
            position: relative;
            top: 2px;
        }
        
        .inner-pages .add-review-photos:hover i {
            color: #fff;
        }
        
        .inner-pages a.rate-review {
            border: 1px solid #e0e0e0;
            border-radius: 50px;
            font-size: 13px;
            color: #666;
            font-weight: 500;
            padding: 5px 20px;
            margin-top: 20px;
            display: inline-block;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }
        
        .inner-pages a.rate-review span {
            border-left: 1px solid #e0e0e0;
            line-height: 20px;
            padding-left: 10px;
            margin-left: 5px;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            color: #666;
        }
        
        .inner-pages a.rate-review i {
            padding-right: 3px;
        }
        
        .inner-pages a.rate-review:hover span {
            border-color: #d0d0d0;
        }
        
        .inner-pages a.rate-review:hover {
            border-color: #d0d0d0;
            background-color: #fafafa;
        }
        
        .inner-pages .blog .homes-content.details .fa {
            color: #274abb;
            font-size: 1.5rem;
            font-weight: 700;
        }
        
        .inner-pages .blog .homes-content.details span {
            font-size: 1rem;
            color: #000;
        }
        
        #map-contact {
            width: 100%;
            height: 300px;
        }
        
        .contact-map {
            width: 100%;
            height: 300px;
        }
        
        .inner-pages .info-box-img {
            width: 180px !important;
            margin-right: 20px;
            float: left;
        }
        
        .inner-pages section.team.assigned {
            padding: 0;
        }
        
        .swiper-button-next.swiper-button-white,
        .swiper-button-prev.swiper-button-white {
            background-color: #274abb;
            width: 55px;
            height: 55px;
        }
        
        .swiper-pagination-white .swiper-pagination-bullet-active {
            background: #274abb;
            padding: 8px;
        }
        
        .swiper-pagination-bullet {
            padding: 8px;
            background: #fff;
            font-weight: 700;
        }
        
        .inner-pages .commented .rest img {
            width: 165px;
            height: 110px;
            margin-top: 12px;
            border-radius: 5px;
            margin-right: 15px;
        }
        
        .inner-pages .resti {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
        
        .list-inline {
            line-height: 15px;
        }
        
        @media screen and (max-width: 575px) {
            .inner-pages .resti {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }
        }
        
        .single-property-4 {
            position: relative;
        }
        
        .p0 {
            padding: 0 !important;
        }
        
        .m0 {
            margin: 0 auto;
        }
        
        .pr1 {
            padding-right: 1px;
        }
        
        .pr1 {
            padding-right: 1px;
        }
        
        .w100 {
            width: 100% !important;
        }
        
        .single-property-5 .video-container {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -10;
            overflow: hidden;
        }
        
        .single-property-5.fullwidth-home-map.dark-overlay {
            height: 70vh !important;
            margin-bottom: 0;
        }
        
        .single-property-5.fullwidth-home-map.dark-overlay video {
            top: 50%;
            -webkit-transform: translateY(-52%);
            transform: translateY(-52%);
            left: 0;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: -10;
            background-size: cover;
            -webkit-transition: 1s opacity;
            transition: 1s opacity;
            position: absolute;
        }
        
        .single-property-5.dark-overlay:before {
            background: 0 0 !important;
        }
        
        .single-property-5.dark-overlay:before {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            display: block;
            background: 0 0;
        }
        
        section.breadcrumb-outer {
            padding: 12rem 0;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 18, 68, 0.3)), to(rgba(14, 18, 68, 0.3))), url(../images/bg/home-171.jpg) no-repeat scroll center center;
            background: linear-gradient(rgba(14, 18, 68, 0.3), rgba(14, 18, 68, 0.3)), url(../images/bg/home-171.jpg) no-repeat scroll center center;
            background-size: cover;
        }
        
        .detail-title .detail-title-inner .listing-rating i {
            color: #ffc107;
        }
        
        .detail-title .detail-title-inner .list-single-contacts li {
            font-size: 15px;
            padding-right: 17px;
        }
        
        .detail-title .detail-title-inner .list-single-details .list-single-rating {
            position: relative;
            z-index: 1;
            display: inline-block;
        }
        
        .detail-title .detail-title-inner .list-single-details .list-single-rating .rating-score span {
            background: #fff;
            color: #274abb;
            float: left;
            font-weight: 700;
            border-radius: 0;
            padding: 16px 18px;
            font-size: 24px;
        }
        
        .white {
            color: #fff !important;
        }
        
        h2.white span {
            color: #fff !important;
            margin-bottom: 20px;
        }
        
        h2.white {
            margin-top: 20px;
            margin-bottom: 20px;
        }
        
        .list-single-contacts ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }
        
        .list-single-contacts ul li {
            margin-bottom: 0;
            line-height: 1.5;
            color: #666;
            position: relative;
            display: inline-block;
            padding: 0;
        }
        
        .breadcrumb-outer a,
        .list-single-contacts ul li a {
            text-decoration: none;
        }
        
        .breadcrumb-outer a:hover {
            color: #fff;
        }
        
        .nir-btn,
        .nir-btn-black,
        .nir-btn1 {
            position: relative;
            z-index: 1;
            font-size: 14px;
            text-align: center;
            padding: 10px 20px;
            text-transform: capitalize;
            -webkit-transition: all ease-in-out 0.5s;
            transition: all ease-in-out 0.5s;
            background: #274abb;
            font-weight: 700;
            color: #fff;
            display: inline-block;
            border-radius: 0;
            -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
        }
        
        .breadcrumb-outer .mt-1,
        .my-1 {
            margin-top: 1rem !important;
        }
        
        .nir-btn1:before {
            border-color: #fff !important;
        }
        
        .nir-btn-black:before,
        .nir-btn1:before,
        .nir-btn:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            -webkit-transition: all ease-in-out 0.5s;
            transition: all ease-in-out 0.5s;
            -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
            z-index: -1;
            border: 2px solid #ff5a5f;
            color: #ff5a5f;
            background: 0 0;
            border-radius: 0;
        }
        
        .property.vid-si6 .popup-youtube,
        .property.wprt-image-video.vid-si6 .iq-waves {
            top: 55.9%;
        }
        
        .inner-pages section.team {
            padding: 3rem 0;
            background: #f6f6f6;
        }
        
        .inner-pages .team .team-all {
            padding: 0;
            margin: 0;
        }
        
        .inner-pages .team-wrap {
            padding-bottom: 80px;
            position: relative;
            z-index: 1;
            overflow: hidden;
        }
        
        .inner-pages .team-img {
            position: relative;
            z-index: 9;
        }
        
        .inner-pages .team-img img {
            width: 100%;
        }
        
        .inner-pages .team-content {
            height: 80px;
            width: 100%;
            bottom: 0;
            position: absolute;
            text-align: center;
            overflow: hidden;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
            z-index: 9;
            background: #274abb;
        }
        
        .inner-pages .team-wrap:hover .team-content {
            height: 150px;
        }
        
        .inner-pages .team-content .team-info {
            background: #fff !important;
        }
        
        .inner-pages .team-info {
            background: #274abb;
            padding: 20px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        
        .inner-pages .team-wrap:hover .team-content .team-info {
            background: #274abb;
        }
        
        .inner-pages .team-content h3 {
            text-transform: capitalize;
            margin-bottom: 0;
            color: #444;
            font-size: 16px;
        }
        
        .inner-pages .team-content p {
            color: #000;
            font-style: italic;
            margin-bottom: 10px;
            font-size: 0.97rem;
            font-weight: 400;
            letter-spacing: 1px;
        }
        
        .inner-pages .team-content ul {
            opacity: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: opacity 0.4s, -webkit-transform 0.6s;
            transition: opacity 0.4s, -webkit-transform 0.6s;
            transition: transform 0.6s, opacity 0.4s;
            transition: transform 0.6s, opacity 0.4s, -webkit-transform 0.6s;
        }
        
        .inner-pages .team-wrap:hover .team-content ul {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: opacity 0.4s, -webkit-transform 0.6s;
            transition: opacity 0.4s, -webkit-transform 0.6s;
            transition: transform 0.6s, opacity 0.4s;
            transition: transform 0.6s, opacity 0.4s, -webkit-transform 0.6s;
            margin-bottom: 10px;
        }
        
        .inner-pages .team-content ul li {
            opacity: 0;
            padding: 0.3rem 0;
            -webkit-transform: translateY(40px);
            transform: translateY(40px);
            -webkit-transition: opacity 0.1s, -webkit-transform 0.6s;
            transition: opacity 0.1s, -webkit-transform 0.6s;
            transition: transform 0.6s, opacity 0.1s;
            transition: transform 0.6s, opacity 0.1s, -webkit-transform 0.6s;
            display: inline-block;
        }
        
        .inner-pages .team-wrap:hover .team-content ul li {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        
        .inner-pages .team-wrap:hover .team-content ul li:nth-child(1) {
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }
        
        .inner-pages .team-wrap:hover .team-content ul li:nth-child(2) {
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }
        
        .inner-pages .team-wrap:hover .team-content ul li:nth-child(3) {
            -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }
        
        .inner-pages .team-wrap:hover .team-content ul li:nth-child(4) {
            -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
        }
        
        .inner-pages .team-wrap:hover .team-content ul li:nth-child(5) {
            -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
        }
        
        .inner-pages .team-socials ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
        
        .inner-pages .team-content span a {
            color: #000;
            -webkit-transition: all 1s;
            transition: all 1s;
            position: relative;
            text-transform: uppercase;
            font-size: 12px;
        }
        
        .inner-pages .team-wrap:hover .team-content span a {
            bottom: 2px;
        }
        
        .inner-pages .team-content span a:hover {
            color: #274abb;
        }
        
        .inner-pages .team .team-pro ul {
            padding: 0;
            margin: 0;
        }
        
        .inner-pages .team .team-pro ul li {
            list-style: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .inner-pages .team .team-pro .fa {
            font-size: 1.2rem;
            text-align: center;
            border: 1px solid #fff;
            border-radius: 5px;
            color: #fff;
            margin: 0 0.5rem;
            width: 2.1rem;
            height: 2.1rem;
            line-height: 2.1rem;
        }
        
        .inner-pages .team .team-all.padding {
            padding-bottom: 2.5rem;
        }
        
        .property-nearby b.title {
            font-size: 15.5px;
        }
        
        .property-nearby h6 {
            font-size: 13.2px;
            font-weight: 600;
        }
        
        .property-nearby span {
            line-height: 16.5px;
            font-size: 13.2px;
            color: #666;
        }
        
        @media screen and (max-width: 991px) {
            .inner-pages .team .team-pro {
                padding-bottom: 2.5rem;
            }
            .inner-pages .team .team-pro:last-child {
                padding-bottom: 0 !important;
            }
            .inner-pages .team .pb-none {
                padding-bottom: 0;
            }
            .inner-pages .team .team-all.padding {
                padding-bottom: 0;
            }
            .detail-title-inner,
            .list-single-details {
                text-align: center !important;
            }
            .list-single-details .rating-score {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                float: none !important;
                margin-bottom: 0.5rem;
            }
            .list-single-details {
                margin-top: 3rem;
            }
        }
        
        @media screen and (max-width: 767px) {
            .inner-pages .team .team-pro.pb-on {
                padding-bottom: 2.5rem;
            }
            .inner-pages .team-pro.pb-none.np,
            .inner-pages .team-pro.pb-on.np {
                padding-top: 0;
            }
            .inner-pages .team-pro.pb-on.np-2 {
                padding-bottom: 2.5rem !important;
            }
        }
        
        @media screen and (max-width: 575px) {
            .list-single-contacts ul li {
                margin-bottom: 0.7rem;
                text-align: left;
            }
            h2.white span {
                line-height: 37px;
            }
            section.breadcrumb-outer {
                padding: 7rem 0;
            }
        }
        
        @media screen and (max-width: 360px) {
            .white.the-last {
                margin-top: 0;
            }
            .list-single-contacts ul li {
                margin-bottom: 0.7rem;
                text-align: left;
            }
        }
        
        @media screen and (max-width: 450px) {
            .property.vid-si6 .popup-youtube,
            .property.wprt-image-video.vid-si6 .iq-waves {
                top: 53% !important;
            }
        }
        
        .inner-pages .team .team-pro .fa.fa-facebook:hover {
            background: #3b5998;
        }
        
        .inner-pages .team .team-pro .fa.fa-twitter:hover {
            background: #1da1f2;
        }
        
        .inner-pages .team .team-pro .fa.fa-instagram:hover {
            background: #e1306c;
        }
        
        .inner-pages .agent-row .agent-img {
            width: 30%;
            display: inline-block;
            overflow: hidden;
            min-height: 285px;
            max-height: 285px;
            margin-bottom: 40px;
            background: #d4e0e7;
            float: left;
            z-index: 1;
        }
        
        .agents .portfolio .project-head img {
            background-color: #1d293e;
            opacity: 10;
        }
        
        ul.the-agents-details {
            list-style: none;
            padding-left: 0;
            margin-top: 15px;
        }
        
        ul.the-agents-details li {
            margin-bottom: 6px;
        }
        
        ul.the-agents-details li a {
            text-decoration: none;
            color: #666;
            font-size: 14px;
        }
        
        .view-my-listing a {
            color: #274abb !important;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        
        .view-my-listing a:hover {
            color: #121b22 !important;
        }
        
        .agents .listing-hidden-content {
            background: #274abb;
        }
        
        .agents .schedule.widget-boxed.mt-33 {
            margin-top: 80px;
        }
        
        .agents #header,
        .sin-1 #header {
            -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 10px 0 rgba(0, 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 .blog .block-heading,
        .agents section.blog-section,
        .agents section.team {
            background: #f7f7f7;
        }
        
        @media screen and (min-width: 991px) {
            .agents .no-pb2.icho {
                padding-bottom: 45px;
            }
            .agents .pt-55 {
                padding-top: 45px;
            }
            .agents.pt-55 {
                padding-top: 45px;
            }
            .agents .pt-33 {
                padding-top: 15px;
            }
        }
        
        .agents .blog-section .news-item-sm .news-item-text {
            padding: 20px !important;
        }
        
        @media screen and (max-width: 991px) {
            .inner-pages .agent-row .agent-content,
            .inner-pages .agent-row .agent-img {
                width: 100% !important;
            }
            .inner-pages .agent-row .agent-content {
                min-height: 300px !important;
            }
            .agents .pagination.disabled {
                display: none;
            }
            .agents .schedule.widget-boxed.mt-33 {
                margin-top: 60px !important;
            }
            .inner-pages .agent-row .agent-img {
                float: none;
                display: block;
                width: 100%;
                min-height: auto;
                max-height: 100%;
                margin-bottom: 0 !important;
            }
            .inner-pages .agent {
                margin-bottom: 0 !important;
            }
            .inner-pages .team .agent-mb {
                margin-bottom: 2.5rem;
            }
        }
        
        @media screen and (max-width: 767px) {
            .inner-pages .agent-row .agent-footer {
                bottom: 22px !important;
            }
        }
        
        @media screen and (max-width: 381px) {
            .inner-pages .agent-row .agent-details .fa-envelope {
                padding: 1rem 0;
            }
        }
        
        .inner-pages .agent-row .agent-content {
            background: #fff;
            padding: 25px;
            width: 70%;
            float: left;
            min-height: 285px;
            position: relative;
            -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }
        
        .inner-pages .agent-row .agent-details h4 {
            margin-bottom: 1rem;
        }
        
        .inner-pages .agent-row .agent-text p {
            margin-top: 18px;
            line-height: 1.6;
            color: #666;
            overflow: hidden;
        }
        
        .inner-pages .agent-row .agent-details {
            padding-left: 0;
            padding-right: 0;
        }
        
        .inner-pages .agent-row .agent-details p {
            display: inline-block;
            margin-right: 15px;
        }
        
        .inner-pages .agent-row .agent-footer {
            text-align: left;
            left: 25px;
            right: 25px;
            position: absolute;
            bottom: 25px;
        }
        
        .inner-pages .agent-row .agent-footer .social-icons {
            margin-top: 5px;
        }
        
        .inner-pages .agent-row-sidebar .agent-img {
            min-height: 254px;
            max-height: 254px;
        }
        
        .inner-pages .agent-row-sidebar .agent-text {
            font-size: 13px;
        }
        
        .inner-pages .agent-row-sidebar .agent-content {
            min-height: 254px;
        }
        
        .inner-pages .agent-row-sidebar .agent-footer {
            bottom: 20px;
        }
        
        .inner-pages .agent {
            background: #fff;
            position: relative;
            margin-bottom: 30px;
        }
        
        .inner-pages .agent-tag {
            position: absolute;
            padding: 8px 8px;
            font-size: 15px;
            z-index: 20;
            top: 20px;
            left: 10px;
        }
        
        .inner-pages .agent-img {
            position: relative;
            display: block;
        }
        
        .inner-pages .agent-img img {
            width: 100%;
            height: auto;
        }
        
        .inner-pages .agent-content {
            padding: 5%;
        }
        
        .inner-pages .agent-content p {
            color: #666;
            margin: 0;
        }
        
        .inner-pages .button.alt {
            background-color: #274abb;
            color: #fff;
        }
        
        .inner-pages .agent-details {
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
            padding: 0 10px 15px 10px;
            margin-bottom: 15px;
            font-size: 14px;
            line-height: 1.9;
        }
        
        .inner-pages .agent-details:last-child {
            border-bottom: 0;
        }
        
        .inner-pages .agent-details a {
            color: #777;
            font-size: 20px;
            margin-bottom: 1rem;
            text-decoration: none;
        }
        
        .inner-pages .homes-content .homes-address a {
            font-size: 1.2rem !important;
            margin: 0 0 15px;
            text-decoration: none;
            color: #274abb;
        }
        
        .inner-pages .homes-address span {
            color: #666;
        }
        
        .inner-pages .homes-content .homes-list li i {
            font-size: 1rem;
            margin-right: 5px;
            color: #274abb;
        }
        
        .inner-pages .agent-details a:hover {
            color: #48a0dc;
        }
        
        .inner-pages .agent-details .fa {
            color: #274abb;
            font-size: 15px;
            margin-right: 8px;
        }
        
        .inner-pages .agent-content .social-icons.circle li {
            padding-left: 4px;
            padding-right: 4px;
        }
        
        .inner-pages .agent-content .social-icons.circle li a {
            color: #9bb0bb;
            border: 1px solid #9bb0bb;
        }
        
        .inner-pages .agent-content .social-icons.circle li a:hover {
            color: #fff;
            border-color: #48a0dc;
        }
        
        .inner-pages .agent-content .netsocials {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        .inner-pages .agent-content .netsocials .fa {
            font-size: 1rem;
            text-align: center;
            background: 0 0;
            border: 1px solid #fff;
            width: 2.5rem;
            height: 2.5rem;
            line-height: 2.5rem;
            margin-right: 1.5rem;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .inner-pages .agent-content .netsocials a .fa-facebook {
            background: #3b5998;
            color: #fff;
        }
        
        .inner-pages .agent-content .netsocials a .fa-facebook:hover {
            background: #3b5998;
            color: #fff;
        }
        
        .inner-pages .agent-content .netsocials a .fa-twitter {
            background: #1da1f2;
            color: #fff;
        }
        
        .inner-pages .agent-content .netsocials a .fa-twitter:hover {
            background: #1da1f2;
            color: #fff;
        }
        
        .inner-pages .agent-content .netsocials a .fa-google-plus {
            background: #dd4b39;
            color: #fff;
        }
        
        .agent-content .netsocials a .fa-google-plus:hover {
            background: #dd4b39;
            color: #fff;
        }
        
        .inner-pages .agent-content .netsocials a .fa-youtube {
            background: #cd201f;
            color: #fff;
        }
        
        .inner-pages .agent-content .netsocials a .fa-youtube:hover {
            background: #cd201f;
            color: #fff;
        }
        
        .inner-pages .button.button-icon.right {
            float: right;
        }
        
        @media screen and (max-width: 531px) {
            .inner-pages .agent-row .agent-text p {
                margin-bottom: 3rem;
            }
        }
        
        .inner-pages section.portfolio.agent-details {
            padding: 1rem 0;
            background: #f7f7f7;
        }
        
        .inner-pages .agent-details .section-title {
            text-align: left !important;
        }
        
        .inner-pages .agent-details .section-title .title-style h2,
        .inner-pages .agent-details.no-mb a {
            margin-bottom: 0;
        }
        
        .inner-pages .featured .compare {
            margin-top: 1.1rem;
        }
        
        .portfolio .project-head .fa,
        .portfolio .project-head .fa-video {
            font-size: 1rem;
            text-align: center;
            margin-bottom: 1rem;
            margin-right: 0;
            line-height: 0;
        }
        
        .agents .blog .blog-info.details {
            margin-top: 30px;
        }
        
        .agents .single.reviews.leve-comments {
            margin-top: 30px;
            margin-bottom: 0;
        }
        
        section.single-proper.details {
            padding: 6rem 0 !important;
        }
        
        .agents.det .portfolio {
            margin-bottom: 30px;
        }
        
        .agents.det .blog-section .news-item {
            -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
            box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
            border: 1px solid #eaeff5;
        }
        
        .agents.det section.headings-2 {
            background: #f7f7f7;
        }
        
        .agents.det section.headings-2.hee {
            background: #f7f7f7;
        }
        
        .agents.det .text-heading.text-left a {
            font-size: 16px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        
        .agents .pro-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
        
        .agents .active-view-btn .fa.fa-th-list,
        .agents .fa.fa-th-large {
            color: #fff;
        }
        
        .agents .lde .fa.fa-th-large {
            color: #121b22;
        }
        
        .agents.det .text-heading.text-left a:hover {
            color: 000;
        }
        
        .agents.det .text-heading.text-left span {
            font-size: 16px;
            color: #274abb;
        }
        
        .inner-pages .agent-details .button-effect {
            position: absolute;
            text-align: left;
            bottom: 0;
            right: 0;
            z-index: 33;
            background: 0 0;
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            opacity: 0;
            visibility: hidden;
            padding: 8px 15px;
            border-radius: 20px 0 0 0;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            margin-bottom: 0.7rem;
        }
        
        .inner-pages .agent-details .button-effect .btn {
            display: inline-block;
            color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 0;
            margin-right: 15px;
            border-radius: 100%;
            width: 31px;
            height: 31px;
            line-height: 31px;
            background: #fff;
            z-index: 99;
        }
        
        .inner-pages .button.alt,
        .inner-pages .homes-tag.sale.rent {
            line-height: 1.5;
        }
        
        .inner-pages .agent-details .footer a {
            font-size: 13px;
            color: #666;
        }
        
        .inner-pages .agent-details .footer i {
            color: #666;
        }
        
        .inner-pages .agent-details .compare .fa-heart-o {
            color: #666;
        }
        
        .agents a.button.border,
        a.button {
            background-color: #274abb;
            color: #fff !important;
        }
        
        .inner-pages.agents .header-user-name,
        .inner-pages.agents .header-user-name:before {
            color: #666;
        }
        
        @media screen and (max-width: 991px) {
            .inner-pages section.portfolio.agent-details {
                padding-top: 2.5rem;
            }
        }
        
        @media screen and (max-width: 767px) {
            .agents .blog-section .no-pb2.icho {
                padding-bottom: 0 !important;
            }
        }
        
        .inner-pages section.about-us {
            background: #fff;
            padding: 3rem 0;
        }
        
        .inner-pages .headings {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 27, 34, 0.6)), to(rgba(18, 27, 34, 0.6))), url(../images/bg/bg-details.jpg) no-repeat center center;
            background: linear-gradient(rgba(18, 27, 34, 0.6), rgba(18, 27, 34, 0.6)) center center;
            width: 100%;
            height: 42vh;
        }
        
        .inner-pages.about .headings {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 27, 34, 0.6)), to(rgba(18, 27, 34, 0.6))), url(../images/bg/bg-testimonials.jpg) no-repeat center center;
            background: linear-gradient(rgba(18, 27, 34, 0.6), rgba(18, 27, 34, 0.6)), url(../images/bg/bg-testimonials.jpg) no-repeat center center;
        }
        
        .inner-pages .headings h1 {
            margin-top: 7.5rem;
            font-size: 26px;
            color: #fff;
        }
        
        .inner-pages .headings h2,
        .inner-pages .headings h2 a {
            text-decoration: none;
            text-transform: capitalize;
            color: #fff;
            font-weight: 400;
            font-size: 1rem;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .inner-pages .headings h2 a:hover {
            color: #274abb;
        }
        
        .inner-pages .about-us h2::after {
            display: block;
            height: 3px;
            font-weight: 700;
            background-color: #121b22;
            content: " ";
            width: 97px;
            margin-top: 0.5rem;
            margin-bottom: 1.5rem;
        }
        
        .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%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 70px;
            z-index: 9;
        }
        
        .inner-pages .about-us.fh .wprt-image-video .iq-waves {
            height: 352px;
            height: 22rem;
            left: 50%;
            position: absolute;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 352px;
            width: 22rem;
            z-index: 2;
        }
        
        .inner-pages .about-us.fh .wprt-image-video .iq-waves .waves {
            -webkit-animation: 3s ease-in-out 0s normal none infinite running waves;
            animation: 3s ease-in-out 0s normal none infinite running waves;
            background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0 padding-box;
            border-radius: 320px;
            height: 352px;
            height: 22rem;
            opacity: 0;
            position: absolute;
            width: 352px;
            width: 22rem;
        }
        
        .inner-pages .about-us.fh .box .button {
            padding: 20px;
            width: 100%;
        }
        
        .inner-pages .about-us.fh .wprt-image-video .iq-waves .wave-1 {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }
        
        .inner-pages .about-us.fh .wprt-image-video .iq-waves .wave-2 {
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
        }
        
        .inner-pages .about-us.fh .wprt-image-video .iq-waves .wave-3 {
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
        }
        
        .inner-pages.about .sec-title {
            text-align: center;
            padding-bottom: 2rem;
        }
        
        .inner-pages.about .sec-title h2 {
            color: #444;
            font-size: 1.7rem;
            text-align: center;
            padding-bottom: 0;
        }
        
        .inner-pages.about .sec-title h2 span {
            font-weight: 600;
            color: #274abb;
        }
        
        .inner-pages.about .sec-title h2 span::before {
            display: none;
        }
        
        .inner-pages.about .testimonials .test-1 p::before {
            left: 236px;
            top: -24px;
            position: relative;
        }
        
        .inner-pages.about .owl-dots {
            margin-top: 0;
        }
        
        .inner-pages.about .starts .fa {
            color: #ff385c !important;
        }
        
        @media screen and (max-width: 500px) {
            .inner-pages .headings h1 {
                margin-top: 6rem;
                font-size: 1.5rem;
                margin-bottom: 0rem;
            }
        }
        
        .inner-pages .about-us .who-1 {
            background: #fff;
            background-size: cover;
            color: #666;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
            min-height: 80px;
            left: 0;
            top: 0;
        }
        
        .inner-pages .about-us .who-1 h2 span {
            color: #274abb;
        }
        
        .inner-pages .about-us .who-1 p {
            color: #666;
            background: #fff;
            font-weight: 400;
            font-family: Lato, sans-serif;
        }
        
        .inner-pages .services .top-headings-section.se h2 {
            color: #fff;
        }
        
        .inner-pages .about-us .box.bg-2 a {
            text-decoration: none;
        }
        
        .inner-pages .about-us .box.bg-2 {
            color: #000 !important;
            background: #fff;
        }
        
        .inner-pages .about-us .box.bg-2 .button:hover {
            color: #fff;
            border-color: #fff;
        }
        
        .inner-pages .services-2 .section-title .title-style h2,
        .inner-pages .team .section-title .title-style h2 {
            color: #274abb;
        }
        
        .inner-pages .services-2 .title-icon:before,
        .inner-pages .team .title-icon:before {
            background: #121b22;
        }
        
        .inner-pages .services-2 .title-icon:after,
        .inner-pages .team .title-icon:after {
            background: #121b22;
        }
        
        .inner-pages .services-2 .img-1 img {
            margin-bottom: 1rem;
        }
        
        .inner-pages .services-2 .art-1 {
            color: #121b22;
        }
        
        main.services-2 {
            background: #f8f8f8;
            padding: 3rem 0;
        }
        
        .services-2 .art-1 {
            background: #fff;
            color: #274abb;
            text-align: center;
            padding: 2rem;
            border-radius: 5px;
            border: 1px solid #f9f9f9;
            -webkit-transition: 0.5s ease;
            transition: 0.5s ease;
        }
        
        .services-2 .art-1:hover {
            cursor: all-scroll;
        }
        
        .services-2 article .fa {
            font-size: 4rem;
            text-align: center;
        }
        
        .services-2 article h3 {
            color: #000;
            margin: 1.3rem 0 1rem;
        }
        
        .services-2 article p {
            color: #555;
        }
        
        .inner-pages .team-content .team-info {
            background: #121b22;
        }
        
        @media screen and (max-width: 991px) {
            .box.bg-2 img {
                width: 30%;
            }
            .inner-pages .about-us .wprt-image-video {
                margin-top: 2.5rem;
            }
        }
        
        .about-us .who img {
            width: 100%;
            height: 100%;
        }
        
        @media screen and (max-width: 767px) {
            .about-us .who img {
                width: 100%;
            }
            .inner-pages .team .jann {
                padding-top: 2.5rem;
            }
            .inner-pages .team .kat {
                padding-top: 2.5rem;
            }
            .services-2 .serv {
                margin-bottom: 2rem;
            }
            .services-2 .serv:last-child {
                margin-bottom: 0;
            }
        }
        
        .inner-pages section.faq {
            padding: 3rem 0;
        }
        
        .inner-pages .panel .panel-heading {
            font-size: 16px;
            font-weight: 400;
        }
        
        .inner-pages .panel .panel-heading.no-mb {
            margin-bottom: 0;
        }
        
        .inner-pages .panel .panel-heading a {
            background: #274abb;
            color: #fff;
            display: block;
            padding: 1rem;
            border-radius: 5px;
            text-decoration: none;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .inner-pages .panel .panel-heading a:hover {
            background: #121b22;
            color: #fff;
        }
        
        .inner-pages .opening-hours.faq {
            margin-top: 0;
        }
        
        .inner-pages .opening-list.faq ul {
            margin-bottom: 0;
        }
        
        @media screen and (max-width: 991px) {
            .inner-pages .widget-service-details.faq {
                padding-top: 4rem;
            }
            .inner-pages .opening-list ul li:last-child {
                margin-bottom: 0;
            }
        }
        
        .inner-pages section.pricing-table {
            padding: 3rem 0;
            background: #f6f6f6;
        }
        
        section.pricing-table {
            padding: 3rem 0;
            background: #fff;
        }
        
        .plan {
            background: #fff;
            border: 1px solid #dedede;
        }
        
        .plan-name {
            font-family: Montserrat, sans-serif;
            text-transform: uppercase;
            display: block;
            font-size: 24px;
            line-height: 47px;
            font-weight: 800;
            padding: 20px 0;
            color: #000;
        }
        
        .plan-price {
            font-size: 48px;
            padding: 30px 0;
            margin-bottom: 30px;
            position: relative;
            background: #274abb;
            color: #fff;
        }
        
        .plan-price:after {
            bottom: -30px;
            border: solid transparent;
            content: " ";
            position: absolute;
            border-width: 15px;
            border-top-color: #274abb;
            left: 50%;
            margin-left: -16px;
        }
        
        .plan.featured .plan-price {
            background: #121b22;
        }
        
        .plan.featured .plan-price:after {
            border-top-color: #121b22;
        }
        
        .plan.featured .plan-name {
            color: #323232;
        }
        
        .plan.featured .plan-price {
            color: #fff;
        }
        
        .plan-price .currency {
            top: -0.9em;
            font-size: 50%;
            left: -0.01em;
            font-weight: 700;
        }
        
        .plan-name small {
            font-family: Montserrat, sans-serif;
            display: block;
            font-size: 12px;
            font-weight: 600;
            line-height: normal;
        }
        
        .plan-price sub {
            font-size: 18px;
            font-weight: 700;
        }
        
        .plan ul {
            background: #fff;
            padding: 0;
            margin-bottom: 0;
        }
        
        .plan ul li {
            border-top: 1px dashed #dedede;
            padding: 12px 29px;
            font-weight: 500;
        }
        
        .plan ul li:first-child {
            border-top: 0 !important;
        }
        
        .plan a.btn {
            color: #fff;
            background: #274abb;
            border: 0;
            margin: 25px 0;
            padding: 8px 30px;
        }
        
        .plan a.btn:hover {
            background: #121b22;
            color: #fff;
        }
        
        @media screen and (max-width: 991px) {
            .plan {
                margin-bottom: 40px;
            }
            .plan.no-mgb {
                margin-bottom: 0;
            }
        }
        
        @media screen and (max-width: 767px) {
            .plan.yes-mgb {
                margin-bottom: 40px;
            }
        }
        
        .inner-pages .notfound {
            padding: 3rem 0;
        }
        
        .inner-pages .top-headings h2 {
            font-size: 10rem;
            color: #274abb;
            margin-bottom: 2rem;
            line-height: 0.73;
        }
        
        .inner-pages .top-headings h3 {
            font-size: 3rem;
            color: #000;
            margin-bottom: 2rem;
        }
        
        .inner-pages .top-headings p:last-child {
            font-size: 1.2rem;
        }
        
        .inner-pages .port-info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-top: 2rem;
        }
        
        .inner-pages .port-info .btn {
            background: #274abb;
            color: #fff;
            border: 1px solid #274abb;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .inner-pages .port-info .btn:hover {
            background: #121b22;
            color: #fff;
            border: 1px solid #121b22;
        }
        
        @media screen and (max-width: 500px) {
            .inner-pages .top-headings h2 {
                font-size: 7rem;
            }
            .inner-pages .top-headings h3 {
                font-size: 2rem;
                margin-bottom: 1rem;
            }
            .inner-pages .top-headings p:last-child {
                font-size: 1rem;
            }
        }
        
        #login .login,
        #register .login {
            width: 611px;
            padding: 45px 60px 60px;
            overflow-y: auto;
            background-color: #fff;
        }
        
        #login {
            background-color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        
        a.social_bt {
            border-radius: 3px;
            color: #fff;
            min-width: 200px;
            display: block;
            padding: 12px;
            line-height: 1;
            position: relative;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
        
        a.social_bt.facebook {
            background-color: #3b5998;
        }
        
        a.social_bt.google {
            background-color: #dc4e41;
        }
        
        a.social_bt.linkedin {
            background-color: #0077b5;
        }
        
        .add_bottom_15,
        a.social_bt {
            margin-bottom: 15px;
        }
        
        a.social_bt {
            text-align: center;
            text-decoration: none;
        }
        
        a.social_bt.facebook:before {
            content: "\f09a";
        }
        
        a.social_bt.google:before {
            content: "\f0d5";
            top: 12px;
        }
        
        a.social_bt.linkedin:before {
            content: "\f0e1";
        }
        
        a.social_bt.facebook:before,
        a.social_bt.google:before,
        a.social_bt.linkedin:before {
            font-family: FontAwesome;
            position: absolute;
            left: 12px;
            top: 10px;
            font-size: 1.3rem;
            color: #fff;
        }
        
        #login .divider {
            height: 1px;
            margin: 30px 0 20px;
            text-align: center;
            background-color: #e1e8ed;
        }
        
        #login .divider span {
            background-color: #fff;
            display: inline-block;
            position: relative;
            top: -20px;
            padding: 10px;
            font-style: italic;
        }
        
        .add_bottom_30 {
            margin-bottom: 30px;
        }
        
        #login .float-left {
            float: left !important;
        }
        
        #login .container_check {
            display: block;
            position: relative;
            padding-left: 35px;
            margin-bottom: 12px;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            margin-right: 10px;
        }
        
        #login .container_check input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }
        
        #login .container_check .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 25px;
            width: 25px;
            border: 1px solid #d2d8dd;
            border-radius: 3px;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }
        
        #login .float-right {
            float: right !important;
            margin-top: 0 !important;
        }
        
        .checkboxes label,
        a#forgot {
            color: #666;
            text-decoration: none;
        }
        
        #login .btn_1.rounded,
        a.btn_1.rounded {
            border-radius: 25px !important;
        }
        
        #login .btn_1.full-width,
        a.btn_1.full-width {
            display: block;
            width: 100%;
            text-decoration: none;
            text-align: center;
            margin-bottom: 5px;
        }
        
        #login .btn_1,
        a.btn_1 {
            border: none;
            background: #274abb;
            cursor: pointer;
            display: inline-block;
            padding: 15px 30px;
            color: #fff;
            text-align: center;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            border-radius: 3px;
        }
        
        #login a.btn_1:hover {
            background: #121b22;
        }
        
        #login .add_top_10 {
            margin-top: 16px;
        }
        
        #login .text-center {
            text-align: center !important;
        }
        
        #login strong a {
            text-decoration: none;
        }
        
        .inner-pages .filter-tags input {
            position: relative;
            border: 1px solid #ccc;
            cursor: pointer;
            padding: 0;
            color: #234dd4;
            width: 20px;
            height: 20px;
            color: #fff;
            outline: 0;
            margin-right: 0.5rem !important;
            margin-bottom: 0;
            background: #fff !important;
            -webkit-appearance: none;
        }
        
        .custom-form .filter-tags input:checked:after,
        .filter-tags input:checked:after {
            font-family: FontAwesome;
            color: #234dd4;
            font-style: normal;
            font-weight: 400;
            text-decoration: inherit;
            content: "\f00c";
            font-size: 14px;
            position: absolute;
            left: 2px;
            z-index: 20;
        }
        
        @media screen and (max-width: 767px) {
            #login .login,
            #register .login {
                width: 100%;
            }
            #login .checkboxes label,
            a#forgot {
                font-size: 13px;
            }
        }
        
        .headings-7 {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 44, 95, 0.7)), to(rgba(32, 51, 100, 0.7))), url(../images/bg/coming-soon.jpg) no-repeat center top;
            background: linear-gradient(rgba(58, 44, 95, 0.7), rgba(32, 51, 100, 0.7)), url(../images/bg/coming-soon.jpg) no-repeat center top;
            color: #fff;
            background-size: cover;
            background-attachment: fixed !important;
            height: 100vh;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
        
        .headings-7 .text-heading p.sorry {
            text-align: center;
            font-size: 1.3rem;
            margin-top: 0.8rem;
        }
        
        .headings-7 .bloq-email {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-top: 2.5rem;
        }
        
        .headings-7 .bloq-email .email input[type="email"] {
            border: 0;
            padding: 0.8rem;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        }
        
        .headings-7 .bloq-email .email input[type="submit"] {
            border: 0;
            padding: 0.8rem;
            background: #274abb;
            border: 1px solid #fff;
            color: #fff;
            text-transform: capitalize;
            cursor: pointer;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .headings-7 .email input[type="submit"]:hover {
            background: #121b22;
            border: 1px solid #fff;
        }
        
        .font-16 {
            font-size: 16px;
            margin-right: 2rem;
        }
        
        .font-36 {
            font-size: 36px;
        }
        
        .headings-8 {
            background: url(../images/bg/bg-under.jpg) no-repeat center top;
            color: #fff;
            background-size: cover;
            background-attachment: fixed !important;
            height: 100vh;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
        
        .headings-8 .text-heading p.sorry {
            text-align: center;
            font-size: 1.1rem;
            margin-top: 0.8rem;
        }
        
        .headings-8 .bloq-email {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-top: 2.5rem;
        }
        
        .headings-8 .bloq-email .email input[type="email"] {
            border: 0;
            padding: 0.8rem;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        }
        
        .headings-8 .bloq-email .email input[type="submit"] {
            border: 0;
            padding: 0.8rem;
            background: #274abb;
            border: 1px solid #fff;
            color: #fff;
            text-transform: capitalize;
            cursor: pointer;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .headings-8 .email input[type="submit"]:hover {
            background: #121b22;
            border: 1px solid #fff;
        }
        
        .font-16 {
            font-size: 16px;
        }
        
        .font-36 {
            font-size: 36px;
        }
        
        .inner-pages section.blog-section {
            padding: 3rem 0;
            background: #f6f6f6;
        }
        
        .inner-pages .blog-section .news-item {
            background: #fff;
            -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            overflow: hidden;
        }
        
        .inner-pages .blog-section .news-item.-news-page {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
        
        .inner-pages .blog-section .news-item-descr.big-news {
            height: 120px !important;
        }
        
        .inner-pages .blog-section .space,
        .inner-pages .blog-section .space2.port {
            padding-top: 2.5rem;
            padding-bottom: 2.5rem;
        }
        
        .inner-pages .blog-section .news-item h3 {
            color: #000;
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
        }
        
        .inner-pages .blog-section .news-item.-news-slider-item {
            height: 100%;
        }
        
        .inner-pages .blog-section .news-item.-news-slider {
            height: auto;
        }
        
        .inner-pages .blog-section .news-item a:hover {
            text-decoration: none;
        }
        
        .inner-pages .blog-section .news-item a:hover h3 {
            color: #274abb;
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
        }
        
        .inner-pages .blog-section .news-item .news-img-link.-news-page {
            display: block;
            position: relative;
            padding-bottom: 69%;
            width: 100%;
        }
        
        .inner-pages .blog-section .news-item .news-img-link.-news-page .resp-img {
            background-size: cover;
        }
        
        .inner-pages .blog-section .resp-img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        
        .inner-pages .blog-section .news-item-img .resp-img {
            background-size: cover;
        }
        
        .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 {
            padding: 25px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }
        
        .inner-pages .blog-section .news-item-text-header {
            display: block;
        }
        
        .inner-pages .blog-section .news-item .date {
            display: block;
            margin-bottom: 10px;
            font-size: 13px;
            color: #274abb;
        }
        
        .inner-pages .blog-section .news-item-descr {
            margin-bottom: 20px;
            height: 110px !important;
        }
        
        .inner-pages .blog-section .news-item-descr p {
            color: #666;
            margin: 0;
            padding: 0;
            border: 0;
            vertical-align: baseline;
        }
        
        .inner-pages .blog-section .news-item-bottom {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        
        .inner-pages .blog-section .action-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 0.8rem;
            color: #444;
        }
        
        .inner-pages .blog-section .action-list .fa-comment {
            color: #274abb;
        }
        
        .inner-pages .blog-section .action-list .fa-share-alt {
            color: #274abb;
        }
        
        .inner-pages .blog-section .action-list .fa-heart {
            color: #274abb;
        }
        
        .inner-pages .blog-section ul.action-list {
            margin-bottom: 0;
        }
        
        .inner-pages .blog-section .action-item {
            display: inline-block;
            padding-left: 15px;
        }
        
        .inner-pages .blog-section .news-slider-wrap .slick-track {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
        
        .inner-pages .blog-section .news-item-sm {
            display: -webkit-box;
            display: -ms-flexbox;
            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 {
            -ms-flex-preferred-size: 43.5%;
            flex-basis: 43.5%;
            position: relative;
        }
        
        .agents .blog-section .news-item-sm .news-img-link {
            -ms-flex-preferred-size: 48.5%;
            flex-basis: 48.5%;
            position: relative;
        }
        
        .inner-pages .blog-section .news-item-sm .news-img-link .news-item-img {
            position: absolute;
            max-width: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
        
        .inner-pages .blog-section .news-item-sm .news-item-text {
            -ms-flex-preferred-size: 66.6%;
            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 {
            position: relative;
            font-size: 1rem;
            font-weight: 600;
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
        }
        
        .inner-pages .blog-section .news-link:hover {
            color: #121b22;
            text-decoration: none;
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
        }
        
        @media screen and (max-width: 991px) {
            .inner-pages .blog-section .news-item {
                margin-bottom: 2.5rem;
            }
            .inner-pages .blog-section .news-item.nomb {
                margin-bottom: 0;
            }
            .inner-pages .blog-section .news-item.no-mb:last-child {
                margin-bottom: 0;
            }
            .inner-pages .blog-section .space.port,
            .inner-pages .blog-section .space2.port {
                padding-top: 0 !important;
                padding-bottom: 0 !important;
            }
            .inner-pages .blog-section .no-mb .news-item {
                margin-bottom: 0;
            }
            .inner-pages .blog-section .space.no-pb2 {
                padding-bottom: 0;
            }
            .inner-pages .pagination.wpt {
                padding-top: 3rem;
            }
            .inner-pages .blog-section .recent-post.sher {
                margin-top: 3rem;
            }
        }
        
        @media screen and (max-width: 767px) {
            .inner-pages .blog-section .no-mb.wpt-2 .news-item {
                margin-bottom: 2.5rem;
            }
            .inner-pages .blog-section .space.no-pb2 {
                padding-bottom: 2.5rem;
            }
            .inner-pages .blog-section .news-item.nomb {
                margin-bottom: 2.5rem;
            }
            .inner-pages .blog-section .recent-post.sher {
                margin-top: 0;
            }
        }
        
        @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 {
                position: relative;
                padding-bottom: 69%;
            }
        }
        
        @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 {
                overflow: hidden;
                margin-bottom: 2rem;
            }
            .inner-pages .blog-section .news-item.no-mb2 {
                margin-bottom: 0;
            }
            .inner-pages .blog-section ul.action-list {
                padding-left: 0;
            }
            .inner-pages .blog-section .news-link {
                font-size: 0.9rem;
            }
        }
        
        .inner-pages .pagination {
            margin-bottom: 0;
        }
        
        .page-item.active .page-link {
            background: #274abb;
            border-color: #274abb;
        }
        
        .page-link {
            color: #121b22;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .page-link:hover {
            background: #274abb;
            color: #fff;
        }
        
        .inner-pages section.blog-section {
            padding: 3rem 0;
            background: #f6f6f6;
        }
        
        .inner-pages .blog-section .news-item {
            background: #fff;
            -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            overflow: hidden;
            border-radius: 14px;
        }
        
        .inner-pages .blog-section .news-item.-news-page {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
        
        .inner-pages .blog-section .news-item-descr.big-news {
            height: 87px !important;
        }
        
        .inner-pages .blog-section .space,
        .inner-pages .blog-section .space2.port {
            padding-top: 2.5rem;
            padding-bottom: 2.5rem;
        }
        
        .inner-pages .blog-section .news-item h3 {
            color: #000;
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
            font-family: nunito, sans-serif;
            padding-left: 12px;
        }
        
        .inner-pages .blog-section .news-item.-news-slider-item {
            height: 100%;
        }
        
        .inner-pages .blog-section .news-item.-news-slider {
            height: auto;
        }
        
        .inner-pages .blog-section .news-item a:hover {
            text-decoration: none;
        }
        
        .inner-pages .blog-section .news-item a:hover h3 {
            color: #274abb;
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
        }
        
        .inner-pages .blog-section .news-item .news-img-link.-news-page {
            display: block;
            position: relative;
            padding-bottom: 69%;
            width: 100%;
        }
        
        .inner-pages .blog-section .news-item .news-img-link.-news-page .resp-img {
            background-size: cover;
        }
        
        .inner-pages .blog-section .resp-img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        
        .inner-pages .blog-section .news-item-img .resp-img {
            background-size: cover;
        }
        
        .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 {
            padding: 25px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }
        
        .inner-pages .blog-section .news-item-text-header {
            display: block;
        }
        
        .inner-pages .blog-section .news-item .date {
            display: block;
            margin-bottom: 10px;
            font-size: 14px;
            color: #333;
        }
        
        .inner-pages .blog-section .news-item-descr {
            margin-bottom: 20px;
            height: 110px !important;
        }
        
        .inner-pages .blog-section .news-item-descr p {
            color: #666;
            margin: 0;
            padding: 0;
            border: 0;
            vertical-align: baseline;
        }
        
        .inner-pages .blog-section .news-item-bottom {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        
        .inner-pages .blog-section .action-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 0.8rem;
            color: #444;
        }
        
        .inner-pages .blog-section .action-list .fa-comment {
            color: #274abb;
        }
        
        .inner-pages .blog-section .action-list .fa-share-alt {
            color: #274abb;
        }
        
        .inner-pages .blog-section .action-list .fa-heart {
            color: #274abb;
        }
        
        .inner-pages .blog-section ul.action-list {
            margin-bottom: 0;
        }
        
        .inner-pages .blog-section .action-item {
            display: inline-block;
            padding-left: 15px;
        }
        
        .inner-pages .blog-section .news-slider-wrap .slick-track {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
        
        @media screen and (max-width: 767px) {
            .inner-pages .space3 {
                padding-bottom: 2.5rem;
            }
            .inner-pages .widget {
                padding-top: 0 !important;
            }
        }
        
        .inner-pages .form-control {
            padding: 0.7rem;
            border: 1px solid #274abb;
        }
        
        @media screen and (max-width: 767px) {
            .inner-pages .input-group {
                width: 90%;
            }
            .inner-pages .blog-section .no-pb2 {
                padding-bottom: 2.5rem !important;
            }
        }
        
        @media screen and (max-width: 991px) {
            .inner-pages .widget {
                padding-top: 2.5rem;
            }
            .inner-pages .blog-section .no-pb2 {
                padding-bottom: 0;
            }
        }
        
        .inner-pages .input-group-btn .fa {
            font-size: 1rem;
            cursor: pointer;
        }
        
        .inner-pages .input-group-btn .btn-primary {
            background: #274abb;
            border: 1px solid #274abb;
            cursor: pointer;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .inner-pages .input-group-btn .btn-primary:hover {
            background: #121b22;
            color: #fff;
        }
        
        .inner-pages .recent-main {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%;
        }
        
        @media screen and (max-width: 992px) {
            .inner-pages .recent-main {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }
        }
        
        .inner-pages .recent-img img {
            width: 90px;
            height: 70px;
            margin-right: 1rem;
        }
        
        .inner-pages .info-img h6 {
            color: #333;
            font-family: Montserrat, sans-serif;
            font-size: 1.1rem;
            font-weight: 400;
        }
        
        .inner-pages .info-img a {
            text-decoration: none;
            color: #000;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .inner-pages .info-img a:hover {
            color: #274abb;
        }
        
        .inner-pages .recent-post .tags {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
        
        .inner-pages .recent-post .tags a {
            background: #274abb;
            color: #fff;
            border: 1px solid #274abb;
            margin-bottom: 0.7rem;
            margin-left: 0.2rem;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .inner-pages .recent-post .tags a:hover {
            background: #fff;
            color: #274abb;
        }
        
        .inner-pages .recent-post .tags.no-mb a {
            margin-bottom: 0;
        }
        
        .inner-pages .recent-post ul {
            margin: 0;
            padding: 0;
        }
        
        .inner-pages .recent-post ul li {
            list-style: none;
            padding: 0.5rem 0;
        }
        
        .inner-pages .recent-post ul li.npt {
            padding-top: 0;
        }
        
        .inner-pages .recent-post ul li:last-child {
            padding-top: 0.5rem;
            padding-bottom: 0;
        }
        
        .inner-pages .recent-post ul li a {
            text-decoration: none;
            color: #666;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .inner-pages .recent-post ul li a:hover {
            color: #274abb;
        }
        
        .inner-pages .recent-post ul li .fa {
            margin-right: 1rem;
        }
        
        .inner-pages .recent-post button {
            margin-right: 0.5rem;
            margin-bottom: 0.5rem;
        }
        
        .inner-pages .widget h5::after {
            display: block;
            height: 3px;
            font-weight: 700;
            background-color: #274abb;
            content: " ";
            width: 50px;
            margin-top: 0.5rem;
            margin-bottom: 1.5rem;
        }
        
        .inner-pages .recent-post .netsocials {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        .inner-pages .recent-post .netsocials a .fa {
            font-size: 1.3rem;
            text-align: center;
            background: 0 0;
            width: 2.5rem;
            height: 2.5rem;
            line-height: 2.5rem;
            margin-right: 1rem;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .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-google-plus {
            background: #dd4b39;
            color: #fff;
        }
        
        .inner-pages .recent-post .netsocials a .fa-youtube {
            background: #cd201f;
            color: #fff;
        }
        
        .inner-pages .recent-post ul li.npt:last-child {
            padding-top: 0;
        }
        
        .inner-pages .space2 {
            padding-bottom: 2.5rem;
        }
        
        @media screen and (max-width: 767px) {
            .inner-pages .space3 {
                padding-bottom: 2.5rem;
            }
            .inner-pages .widget {
                padding-top: 3.5rem !important;
            }
        }
        
        .inner-pages .form-control {
            padding: 0.7rem;
            border: 1px solid #ddd;
        }
        
        @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 .blog .recent-main.no-mb p {
                margin-bottom: 0;
            }
        }
        
        .inner-pages .input-group-btn .fa {
            font-size: 1rem;
            cursor: pointer;
        }
        
        .inner-pages .input-group-btn .btn-primary {
            background: #274abb;
            border: 1px solid #274abb;
            cursor: pointer;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .inner-pages .input-group-btn .btn-primary:hover {
            background: #fff;
            color: #274abb;
        }
        
        .inner-pages .recent-main {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%;
        }
        
        @media screen and (max-width: 992px) {
            .inner-pages .recent-main {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }
            .inner-pages .info-img {
                margin-top: 1rem;
            }
        }
        
        .inner-pages .recent-img img {
            width: 90px;
            height: 70px;
            margin-right: 1rem;
        }
        
        .inner-pages .info-img h6 {
            font-family: Montserrat, sans-serif;
            font-size: 15px;
            color: #222;
            font-weight: 400;
        }
        
        .inner-pages .info-img a {
            text-decoration: none;
            color: #000;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .inner-pages .info-img a:hover {
            color: #274abb;
        }
        
        .inner-pages .recent-post .tags a {
            background: #fff;
            color: #000;
            border: 1px solid #ccc;
            margin-bottom: 0.7rem;
            margin-left: 0.2rem;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .inner-pages .recent-post .tags.no-mb a {
            margin-bottom: 0;
        }
        
        .inner-pages .recent-post .tags a:hover {
            background: #fff;
            color: #274abb;
            border: 1px solid #274abb;
        }
        
        .inner-pages .recent-post ul {
            margin: 0;
            padding: 0;
        }
        
        .inner-pages .recent-post ul li {
            list-style: none;
            padding: 0.5rem 0;
            border-bottom: 1px solid #ccc;
        }
        
        .inner-pages .recent-post ul li:last-child {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
        }
        
        .inner-pages .recent-post ul li a {
            text-decoration: none;
            color: #666;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .inner-pages .recent-post ul li a:hover {
            color: #274abb;
        }
        
        .inner-pages .recent-post ul li .fa {
            margin-right: 1rem;
        }
        
        .inner-pages .recent-post button {
            margin-right: 0.5rem;
            margin-bottom: 0.5rem;
        }
        
        .inner-pages .widget h5::after {
            display: block;
            height: 3px;
            font-weight: 700;
            background-color: #274abb;
            content: " ";
            width: 50px;
            margin-top: 0.5rem;
            margin-bottom: 1.5rem;
        }
        
        .inner-pages section.blog-section {
            padding: 3rem 0;
            background: #f6f6f6;
        }
        
        .inner-pages .blog-section .news-item-descr.big-news.details {
            height: fit-content !important;
            -webkit-box-shadow: 0 !important;
            box-shadow: 0 !important;
        }
        
        .inner-pages .blog-section .news-item.details {
            background: 0 0;
            -webkit-box-shadow: 0 0 0 0 #edeff1;
            box-shadow: 0 0 0 0 #edeff1;
        }
        
        .inner-pages .blog-section .news-item-text.details {
            padding: 0px 0;
        }
        
        .inner-pages .comments-info .conra {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
        
        .inner-pages .comments-info h5 {
            color: #274abb;
            font-size: 17px;
            font-weight: 600;
            margin-bottom: 0;
        }
        
        .inner-pages .comments-info p:last-child {
            font-weight: 400;
        }
        
        .inner-pages .social-share {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            list-style: none;
            background: 0 0;
            margin: 0;
            padding: 0;
        }
        
        .inner-pages .social-share .fa-facebook {
            color: #3b5998;
        }
        
        .inner-pages .social-share .fa-twitter {
            color: #1da1f2;
        }
        
        .inner-pages .social-share .fa-google-plus {
            color: #dd4b39;
        }
        
        .inner-pages .social-share .fa-youtube {
            color: #cd201f;
        }
        
        .inner-pages .social-share a {
            color: #274abb;
            font-size: 1.5rem;
            margin: 0 0.5rem;
        }
        
        .col-md-10.comments-info {
            padding-left: 0;
        }
        
        .col-md-10.comments-info p.mb-2 {
            color: #333;
        }
        
        .col-md-10.comments-info p:last-child {
            font-weight: 400;
        }
        
        .inner-pages .comments-info.no-mb p:last-child {
            margin-bottom: 0;
        }
        
        .inner-pages .comments h3::after,
        .inner-pages .leve-comments h3::after {
            display: block;
            height: 3px;
            font-weight: 700;
            background-color: #274abb;
            content: " ";
            width: 50px;
            margin-top: 0.5rem;
            margin-bottom: 1.5rem;
        }
        
        .inner-pages .commented .comm-inf {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        }
        
        .inner-pages .commented img {
            width: 75px;
            height: 75px;
            border-radius: 50%;
            margin-right: 2rem;
        }
        
        .inner-pages .data form .col-md-12 {
            padding: 0;
            padding-right: 1rem;
        }
        
        section.leve-comments {
            margin-top: 4rem;
        }
        
        .inner-pages .leve-comments .btn {
            background: #274abb;
            cursor: pointer;
            font-size: 16px;
            border: none;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .inner-pages .leve-comments .btn:hover {
            background: #121b22;
            color: #fff;
        }
        
        .inner-pages .recent-post ul li.npt {
            padding-bottom: 0;
        }
        
        .inner-pages .blog-section .news-item-descr.big-news.details {
            height: fit-content !important;
            margin-bottom: 2.5rem !important;
            -webkit-box-shadow: 0 !important;
            box-shadow: 0 !important;
        }
        
        @media screen and (max-width: 767px) {
            .inner-pages .leve-comments.wpb {
                padding-bottom: 2.5rem;
            }
            .col-md-10.comments-info {
                padding-left: 15px;
            }
        }
        
        @media screen and (max-width: 575px) {
            section.leve-comments {
                margin-top: 2rem;
            }
        }
        
        .inner-pages .contact-us {
            padding: 3rem 0;
        }
        
        .inner-pages .contact-us ul li {
            list-style: none;
            font-weight: 300;
        }
        
        .inner-pages .contact-us ul {
            margin: 0;
            padding: 0;
        }
        
        .inner-pages .contact-us .btn {
            background: #274abb;
            border: 1px solid #274abb;
            cursor: pointer;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .inner-pages .contact-us .btn:hover {
            background: #fff;
            color: #121b22;
            border: 1px solid #274abb;
        }
        
        .inner-pages .address-info p:last-child {
            margin-bottom: 0;
        }
        
        @media screen and (max-width: 767px) {
            .inner-pages .offices h3:first-child {
                margin-top: 4rem;
            }
        }
        
        @media screen and (max-width: 500px) {
            .inner-pages .contact-us h3 {
                font-size: 1.1rem !important;
            }
        }
        
        label {
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            margin-bottom: 5px;
            color: #000;
        }
        
        form label.error {
            display: block;
            color: red;
            font-size: 14px !important;
            opacity: 1 !important;
        }
        
        .errorform,
        .successform {
            display: none;
            height: 70px;
        }
        
        .errorform span,
        .successform span {
            display: block;
        }
        
        .errorform span p,
        .successform span p {
            margin-top: 15px;
        }
        
        .successform span p {
            color: #01c15a;
            font-size: 2rem;
        }
        
        .errorform span p {
            color: #c0392b;
        }
        
        .inner-pages .contact-us h3 {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 1.2rem;
        }
        
        .inner-pages .offices h3 {
            text-transform: capitalize;
        }
        
        .inner-pages .offices p {
            font-weight: 300;
        }
        
        .inner-pages .bgc {
            background-image: linear-gradient(rgb(4 76 110), rgb(63 145 185));
            padding: 2rem;
            background-size: cover;
        }
        
        .inner-pages .request h3::after {
            display: block;
            height: 3px;
            font-weight: 700;
            background-color: #274abb;
            content: " ";
            width: 50px;
            margin-top: 0.5rem;
            margin-bottom: 1.5rem;
        }
        
        .inner-pages .call-info h3 {
            color: #fff;
            margin-bottom: 2rem;
        }
        
        .inner-pages .call-info p {
            color: #fff;
        }
        
        .inner-pages .call-info h3::after {
            display: block;
            height: 3px;
            font-weight: 700;
            background-color: #fff;
            content: " ";
            width: 50px;
            margin-top: 0.5rem;
            margin-bottom: 1.5rem;
        }
        
        @media screen and (max-width: 991px) {
            .inner-pages .bgc {
                margin-top: 3rem;
            }
        }
        
        .inner-pages .call-info .info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 2rem;
        }
        
        .inner-pages .call-info .ti {
            margin-bottom: 0;
        }
        
        .inner-pages .cll:last-child {
            margin-bottom: 0;
        }
        
        .inner-pages .call-info .info p {
            color: #fff;
            margin: 0;
            margin-left: 1.5rem;
            font-weight: 300;
        }
        
        .inner-pages .call-info ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .inner-pages .call-info ul li .fa {
            font-size: 1.6rem;
            color: #fff;
        }
        
        .inner-pages .royal-add-property-area {
            padding: 3rem 0;
            background: #f6f6f6 none repeat scroll 0 0;
        }
        
        .inner-pages .royal-complete-order-head {
            margin-bottom: 50px;
            text-align: center;
        }
        
        .inner-pages .property-form-group {
            padding: 0 50px;
        }
        
        .inner-pages .royal-complete-order-head h2 {
            color: #333;
            margin-bottom: 10px;
            text-transform: capitalize;
        }
        
        .inner-pages .single-add-property>h3 {
            border-bottom: 1px solid #ddd;
            margin-bottom: 40px;
            padding-bottom: 25px;
            color: #274abb;
            text-transform: capitalize;
        }
        
        .inner-pages .property-form-group label {
            color: #333;
            display: inline-block;
            font-size: 15px;
            font-weight: 600;
            text-transform: capitalize;
        }
        
        .inner-pages .property-form-group p input {
            border: 1px solid #ddd;
            height: 50px;
            padding: 10px;
            width: 100%;
        }
        
        .inner-pages .property-form-group p.no-mb,
        .inner-pages .property-form-group p.no-mb input {
            margin-bottom: 0;
        }
        
        @media screen and (max-width: 991px) {
            .inner-pages .property-form-group p.no-mb,
            .inner-pages .property-form-group p.no-mb input {
                margin-bottom: 20px;
            }
            .inner-pages .property-form-group p.no-mb.first input {
                margin-bottom: 20px !important;
            }
            .inner-pages .property-form-group p.no-mb input:last-child,
            .inner-pages .property-form-group p.no-mb.last:last-child {
                margin-bottom: 0;
            }
        }
        
        .inner-pages .property-form-group p textarea {
            border: 1px solid #ddd;
            height: 180px;
            padding: 10px;
            width: 100%;
        }
        
        .inner-pages .single-add-property {
            background: #fff none repeat scroll 0 0;
            margin-bottom: 30px;
            padding: 30px;
        }
        
        .inner-pages .property-form-group p,
        .property-form-group .dropdown.faq-drop {
            margin-bottom: 20px;
        }
        
        .property-form-group .dropdown.faq-drop.no-mb {
            margin-bottom: 0;
        }
        
        @media screen and (max-width: 991px) {
            .property-form-group .dropdown.faq-drop.no-mb {
                margin-bottom: 40px;
            }
            .property-form-group .dropdown.faq-drop.no-mb.last {
                margin-bottom: 0;
            }
        }
        
        .inner-pages .property-form-group .dropdown-toggle {
            background: #fff none repeat scroll 0 0;
            border: 1px solid #ddd;
            border-radius: 0;
            color: #999;
            padding: 10px;
            text-align: left;
            width: 100%;
            text-transform: capitalize;
        }
        
        .inner-pages .property-form-group .dropdown-toggle::after {
            display: none;
        }
        
        .inner-pages .property-form-group .dropdown-menu.faq-drop-open {
            width: 100%;
            padding: 0;
        }
        
        .inner-pages .property-form-group .dropdown-menu.faq-drop-open>li {
            border-bottom: 1px solid #ddd;
            cursor: pointer;
            display: block;
            font-size: 15px;
            font-weight: 400;
            padding: 10px 20px;
            text-transform: capitalize;
            -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }
        
        .inner-pages .property-form-group .dropdown-menu.faq-drop-open>li:last-child {
            border-bottom: 0 solid #ddd;
        }
        
        .inner-pages .property-form-group .dropdown-menu.faq-drop-open>li:hover {
            background: #f9f9f9;
        }
        
        .inner-pages .property-form-group .dropdown-toggle i {
            float: right;
            font-size: 20px;
            line-height: 25px;
        }
        
        .inner-pages .property-form-group .dz-message {
            background: #fff none repeat scroll 0 0;
            border: 2px dashed #1abc9c;
            padding: 50px 20px;
            text-align: center;
        }
        
        .inner-pages .dz-default i {
            color: #1abc9c;
            display: block;
            font-size: 60px;
            margin-bottom: 30px;
        }
        
        .inner-pages .dz-default.dz-message>span {
            color: #1abc9c;
            font-size: 20px;
            text-transform: capitalize;
        }
        
        .inner-pages .dropdown.faq-drop span {
            color: #999;
            margin-left: 5px;
        }
        
        .inner-pages .pro-feature-add label {
            color: #666;
            font-weight: 400;
        }
        
        .custom-form .filter-tags input,
        .inner-pages .pro-feature-add input {
            position: relative;
            border: 1px solid #ccc;
            cursor: pointer;
            padding: 0;
            color: #fa2964;
            width: 20px;
            height: 20px;
            color: #fff;
            outline: 0;
            margin-right: 0.5rem;
            margin-bottom: 0;
            background: #fff !important;
            -webkit-appearance: none;
        }
        
        .inner-pages .pro-feature-add>li {
            display: inline-block;
            margin: 5px 10px;
        }
        
        .inner-pages .pro-feature-add .no-mb label,
        .inner-pages .pro-feature-add li.no-mb input,
        .inner-pages .pro-feature-add>li.no-mb,
        .inner-pages ul.pro-feature-add {
            margin-bottom: 0;
        }
        
        @media screen and (max-width: 404px) {
            .inner-pages .pro-feature-add .no-mb label {
                margin-bottom: 20px;
            }
            .inner-pages .pro-feature-add .no-mb.last label:last-child {
                margin-bottom: 0;
            }
        }
        
        .inner-pages .prperty-submit-button>button {
            background: #274abb none repeat scroll 0 0;
            border: medium none;
            color: #fff;
            cursor: pointer;
            display: inline-block;
            font-size: 16px;
            font-weight: 400;
            height: 100%;
            padding: 10px 20px;
            -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
            text-transform: capitalize;
        }
        
        .inner-pages .prperty-submit-button>button:hover {
            background: #121b22 none repeat scroll 0 0;
        }
        
        .inner-pages .royal-complete-order-head>p {
            font-size: 17px;
        }
        
        @media screen and (max-width: 575px) {
            .inner-pages .property-form-group {
                padding-left: 0;
                padding-right: 0;
            }
        }
        
        #preloader {
            background: #fff;
            bottom: 0;
            left: 0;
            position: fixed;
            right: 0;
            top: 0;
            z-index: 9999;
        }
        
        #preloader1 {
            background: #fff;
            bottom: 0;
            left: 0;
            position: fixed;
            right: 0;
            top: 0;
            z-index: 9999;
        }
        
        #status,
        .status-mes {
            background-image: url(../images/preloader.gif);
            background-position: center;
            background-repeat: no-repeat;
            height: 200px;
            left: 50%;
            margin: -100px 0 0 -100px;
            position: absolute;
            top: 50%;
            width: 200px;
        }
        
        .status-mes {
            background: 0 0;
            left: 0;
            margin: 0;
            text-align: center;
            top: 65%;
        }
        
        .header-map.google-maps {
            background: #e1e5f1;
            padding: 0;
            height: 755px;
            position: static;
        }
        
        .header-map.google-maps .container {
            position: static;
        }
        
        #map-canvas {
            width: 100%;
            height: 755px;
            position: absolute;
            z-index: 0;
        }
        
        .info-box-img {
            width: 180px;
            margin-right: 20px;
            float: left;
        }
        
        .info-box p {
            color: #000;
        }
        
        .header-map.google-maps.horizontal,
        .header-map.google-maps.horizontal #map-canvas {
            height: 600px;
            position: static;
        }
        
        .map-google-wrapper,
        .map-leaflet-wrapper {
            position: absolute;
        }
        
        #map-google,
        #map-leaflet {
            width: 100%;
            height: 755px;
            position: absolute;
            z-index: 0;
        }
        
        .map-pull-top #map-google,
        .map-pull-top #map-leaflet {
            margin-top: -180px;
        }
        
        #map-google.full,
        #map-leaflet.full {
            display: table;
            height: 100%;
            width: 100%;
        }
        
        .map-marker {
            height: 50px;
            width: 50px;
        }
        
        .leaflet-div-icon,
        .map-marker {
            background-color: #274abb;
            border: 5px solid #274abb;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
            -webkit-transition: all 0.15s linear;
            transition: all 0.15s linear;
            z-index: 10;
        }
        
        .leaflet-div-icon:before,
        .map-marker:before {
            border: 4px solid transparent;
            border-width: 10px 8px;
            border-top-color: #274abb;
            bottom: -24px;
            height: 0;
            content: "";
            display: block;
            left: 50%;
            position: absolute;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 0;
            z-index: 11;
        }
        
        .leaflet-div-icon:after,
        .map-marker:after {
            background-color: #fff;
            border-radius: 50%;
            bottom: 0;
            -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
            content: "";
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 12;
        }
        
        .leaflet-div-icon .fa,
        .map-marker .fa {
            color: #000;
            font-size: 23px;
            left: 50%;
            position: absolute;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            z-index: 13;
        }
        
        .leaflet-div-icon:hover,
        .map-marker:hover {
            top: -2px;
        }
        
        .map-popup-content-wrapper {
            -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
            display: none;
            left: -100px;
            top: -210px !important;
            position: absolute;
            z-index: 9999;
        }
        
        .map-popup-content-wrapper:after {
            border: 7px solid transparent;
            border-top-color: #fff;
            bottom: -14px;
            content: "";
            display: block;
            height: 0;
            left: 50%;
            position: absolute;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 0;
        }
        
        .leaflet-popup-content-wrapper,
        .map-popup-content-wrapper {
            border-radius: 0;
            margin: 0;
            padding: 0;
            width: 240px;
        }
        
        .leaflet-popup-content,
        .map-popup-content {
            background-color: #fff;
            height: 243px;
            margin: 0 0 8px 0;
            padding: 0;
        }
        
        .leaflet-popup-tip {
            width: 17px;
            height: 1px;
            padding: 1px;
            margin: -1px auto 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        
        .leaflet-popup-content a:hover,
        .map-popup-content a:hover {
            text-decoration: none;
        }
        
        .map-popup-content-wrapper .close {
            color: #fff;
            display: block;
            font-size: 11px;
            opacity: 1;
            position: absolute;
            right: 15px;
            top: 15px;
            text-shadow: none;
            z-index: 99999;
        }
        
        .listing-window-image {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            display: block;
            height: 180px;
            position: relative;
        }
        
        .listing-window-image:after {
            background-color: rgba(0, 0, 0, 0.3);
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            opacity: 0;
            position: absolute;
            right: 0;
            top: 0;
            -webkit-transition: opacity 0.15s linear;
            transition: opacity 0.15s linear;
            visibility: hidden;
            z-index: 100;
        }
        
        .listing-window-image:before {
            -webkit-font-smoothing: antialiased;
            background-color: #274abb;
            border-radius: 50%;
            color: #fff;
            content: "\f002";
            display: block;
            font-family: FontAwesome;
            height: 32px;
            left: 50%;
            line-height: 30px;
            opacity: 0;
            position: absolute;
            text-align: center;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            -webkit-transition: opacity 0.15s linear;
            transition: opacity 0.15s linear;
            visibility: hidden;
            width: 32px;
            z-index: 101;
        }
        
        .leaflet-popup-content-wrapper:hover .listing-window-image:after,
        .leaflet-popup-content-wrapper:hover .listing-window-image:before,
        .map-popup-content-wrapper:hover .listing-window-image:after,
        .map-popup-content-wrapper:hover .listing-window-image:before {
            opacity: 1;
            visibility: visible;
        }
        
        .listing-window-content h2,
        .listing-window-content h3 {
            display: block;
            color: #323232;
        }
        
        .listing-window-content h2 {
            display: block;
            font-size: 1.1em;
            font-weight: 700;
            line-height: 1.5;
            margin: 8px 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .listing-window-content p {
            display: block;
            font-size: 1.1em;
            font-weight: 500;
            color: #000;
            line-height: 1.5;
            margin: 4px 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .listing-window-content h3 {
            background-color: #274abb;
            border-radius: 3px;
            color: #fff;
            display: inline-block;
            font-size: 1em;
            font-weight: 700;
            left: 15px;
            margin: 0;
            padding: 4px 8px;
            position: absolute;
            top: 15px;
        }
        
        .marker-cluster-small {
            background-color: rgba(39, 74, 187, 0.6);
            color: #fff;
            font-weight: 700;
        }
        
        .marker-cluster-small div {
            background-color: rgba(39, 74, 187, 0.6);
            color: #fff;
            font-weight: 700;
        }
        
        .marker-cluster-medium {
            background-color: rgba(39, 74, 187, 0.6);
            color: #fff;
            font-weight: 700;
        }
        
        .marker-cluster-medium div {
            background-color: rgba(39, 74, 187, 0.6);
            color: #fff;
            font-weight: 700;
        }
        
        .marker-cluster-large {
            background-color: rgba(39, 74, 187, 0.6);
            color: #fff;
            font-weight: 700;
        }
        
        .marker-cluster-large div {
            background-color: rgba(39, 74, 187, 0.6);
        }
        
        .filter {
            min-height: 300px;
            background: #cbd8e3;
            padding-bottom: 40px;
        }
        
        .filter-header {
            background: #48a0dc;
        }
        
        .filter .ui-tabs .ui-tabs-panel {
            padding: 50px 0 0 0;
            background: 0 0;
        }
        
        .filter .ui-tabs .ui-tabs-nav {
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .filter .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            text-align: center;
            font-weight: 700;
            color: #fff;
            padding: 16px;
            min-width: 100px;
        }
        
        .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 {
            content: "";
            position: absolute;
            bottom: -9px;
            left: 50%;
            margin-left: -9px;
            border-width: 9px 9px 0;
            border-style: solid;
            border-color: #408dc1 transparent;
            display: block;
            width: 0;
            z-index: 1;
        }
        
        .filter .ui-tabs .ui-tabs-nav li {
            margin: 0;
            padding: 0;
            border: none;
            border-radius: 0;
            background: 0 0;
        }
        
        .filter label {
            display: block;
        }
        
        .filter label.label-submit {
            visibility: hidden;
            display: inline-block;
        }
        
        .filter-item {
            float: left;
            margin-right: 2.6%;
            width: 23%;
        }
        
        .filter-item-7 {
            width: 31.6%;
        }
        
        .filter-item-7:nth-child(3) {
            margin-right: 0;
        }
        
        .filter-item-7:nth-last-child(4) {
            width: 23%;
        }
        
        .filter-item-7:nth-last-child(3) {
            width: 23%;
        }
        
        .filter-item-7:nth-last-child(2) {
            width: 23%;
        }
        
        .filter-item-7:last-child {
            width: 23%;
            margin-right: 0;
        }
        
        .noUi-horizontal {
            height: 8px;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            background: rgba(0, 0, 0, 0.09);
            margin-bottom: 53px;
            margin-top: 7px;
        }
        
        .filter .noUi-horizontal {
            background: #fff;
        }
        
        .noUi-connect {
            background: #48a0dc;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .noUi-horizontal .noUi-handle {
            cursor: pointer;
            -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            background: #fff;
            width: 20px;
            height: 20px;
            border-radius: 100%;
        }
        
        .noUi-horizontal .noUi-handle:after,
        .noUi-horizontal .noUi-handle:before {
            content: "";
            display: none;
        }
        
        .noUi-horizontal .noUi-tooltip {
            bottom: auto;
            top: 23px;
            font-size: 11px;
            background: rgba(0, 0, 0, 0.05);
            border: none;
            padding: 3px 4px;
        }
        
        .filter-item .area-filter {
            width: 48.5%;
            float: left;
        }
        
        .filter-item .area-filter.filter-1 {
            margin-right: 3% !important;
        }
        
        .area-filter:nth-last-child(2) {
            margin-right: 0;
        }
        
        .filter-item .button {
            width: 100% !important;
            cursor: pointer;
            color: #fff;
        }
        
        .filter-with-slider {
            margin-top: -51px;
            color: #fff;
            min-height: auto;
            position: relative;
            z-index: 100;
            background: 0 0;
        }
        
        .filter-with-slider .tabs.ui-widget {
            background: #408dc1;
        }
        
        .filter-with-slider .ui-tabs .ui-tabs-panel {
            padding: 20px 20px 0 20px;
        }
        
        .filter-with-slider .filter-item:nth-last-child(2) {
            margin-right: 0;
        }
        
        .filter-with-slider label {
            color: #fff;
        }
        
        .filter-with-slider .noUi-horizontal {
            background: rgba(0, 0, 0, 0.13);
        }
        
        .filter-with-slider .noUi-connect {
            background: #323746;
        }
        
        .filter-with-slider .noUi-horizontal .noUi-tooltip {
            color: #fff;
        }
        
        .filter-with-slider .button {
            background: #323746;
        }
        
        .google-maps .filter {
            padding: 20px;
            margin-top: 40px;
            width: 30%;
            position: relative;
            z-index: 100;
            border-radius: 5px;
            background: #274abb;
            float: right;
            color: #fff;
        }
        
        .google-maps .fa-search {
            margin-right: 0.5rem;
        }
        
        .search-btn {
            border-radius: 19px;
            margin-left: -38px;
            margin-top: -5px;
        }
        
        @media screen and (max-width: 768px) {
            .inner-pages .headings {
                background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 27, 34, 0.6)), to(rgba(18, 27, 34, 0.6))), url(../images/bg/bg-details.jpg) no-repeat center center !important;
                background: linear-gradient(rgba(18, 27, 34, 0.6), rgba(18, 27, 34, 0.6)) center center;
                width: 100%;
                height: 23vh;
            }
            .details-slide {
                margin-top: 0px !important;
            }
            section.headings-2 {
                background: #f7f7f7;
                padding-bottom: 0px !important;
            }
            .text-search {
                margin-left: -150px;
                margin-top: 10px;
            }
            .search-btn {
                border-radius: 19px;
                margin-left: -38px;
                margin-top: 10px;
            }
            .google-maps .filter .filter-toggle {
                display: block;
            }
            .google-maps .filter h6 {
                margin-bottom: 0;
            }
            .google-maps .filter {
                min-height: auto;
                width: 50%;
                text-align: center;
                padding: 0;
                margin-top: 16px;
                position: relative;
                z-index: 20;
            }
            .google-maps .filter form {
                text-align: left;
                display: none;
                padding: 15px;
                position: absolute;
                width: 100%;
                background: #274abb;
            }
            .google-maps .filter .filter-item {
                width: 100% !important;
            }
            .google-maps .slider_amount {
                font-size: 14px !important;
            }
        }
        
        @media screen and (max-width: 575px) {
            .google-maps .filter {
                width: 100%;
            }
        }
        
        @media screen and (max-width: 991px) {
            .google-maps .slider_amount {
                font-size: 12px;
            }
            .info-box {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                width: 200px;
            }
            .info-box-img {
                width: 100%;
                margin-bottom: 1rem;
            }
            .info-box h4 {
                font-size: 1.2rem;
                text-align: center;
            }
            .info-box p {
                font-size: 13px;
                text-align: center;
            }
            .small {
                font-size: 15px !important;
                text-align: center;
            }
        }
        
        .google-maps .filter .filter-toggle {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            cursor: pointer;
            padding: 20px;
            color: #fff;
            font-weight: 700;
        }
        
        .google-maps .filter-item {
            width: 100%;
            float: none;
        }
        
        .google-maps .filter-item:nth-last-child(2) input {
            margin-bottom: 0;
        }
        
        .google-maps .filter-item label {
            font-size: 15px;
            font-weight: 400;
            margin-bottom: 10px;
            color: #fff;
        }
        
        .google-maps .filter-half {
            width: 48.5%;
            margin-right: 3%;
            float: left;
        }
        
        .google-maps .filter-half-last {
            margin-right: 0;
        }
        
        .google-maps .noUi-connect {
            background: #323746;
        }
        
        .google-maps .noUi-horizontal .noUi-tooltip {
            color: #fff;
        }
        
        .google-maps .filter .button {
            background: #121b22;
            margin-bottom: 5px;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .google-maps .filter .button:hover {
            background: #fff;
            color: #000;
        }
        
        .google-maps input,
        .google-maps select,
        .google-maps textarea {
            width: 100%;
            padding: 9px;
            margin-bottom: 20px;
            border-radius: 3px;
            border: none;
            font-weight: 400;
            color: #000;
            font-family: Lato, sans-serif;
            background: #fff;
        }
        
        input[type="file"] {
            background: #fff;
            border: none;
            padding: 5px 0 5px 0;
            width: auto;
            display: inline-block;
        }
        
        .chosen-container {
            margin-bottom: 20px;
            width: 100% !important;
        }
        
        .chosen-container.chosen-with-drop .chosen-single {
            border: none;
            background: #fff;
        }
        
        .chosen-container .chosen-single {
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 3px;
            background: #fff;
            height: 39px;
            line-height: 39px;
            font-size: 15px;
        }
        
        .chosen-container .chosen-single div {
            top: 8px;
            right: 6px;
        }
        
        .chosen-container .chosen-drop {
            border: none;
        }
        
        .chosen-container .chosen-search {
            padding: 10px;
        }
        
        .chosen-container .chosen-results {
            padding: 0 10px 10px 10px;
        }
        
        .chosen-container .chosen-results li.highlighted {
            background: #48a0dc;
            border-radius: 2px;
        }
        
        input[type="checkbox"],
        input[type="radio"] {
            width: auto;
            margin-right: 5px;
        }
        
        textarea {
            height: 130px;
        }
        
        .form-block.border .chosen-container .chosen-drop,
        .form-block.border .chosen-container .chosen-single,
        input.border,
        select.border,
        textarea.border {
            border: 1px solid rgba(0, 0, 0, 0.15) !important;
        }
        
        .form-block.border .chosen-container .chosen-results {
            padding-top: 10px;
        }
        
        .form-block label {
            display: block;
        }
        
        .form-block label .error {
            color: red;
            font-size: 12px;
            margin-left: 10px;
        }
        
        .search-form {
            position: relative;
        }
        
        .search-form button[type="submit"] {
            border: none;
            background: 0 0;
            position: absolute;
            right: 13px;
            top: 10px;
            color: #97aab7;
        }
        
        .button.small {
            padding: 6px 23px 6px 23px;
            font-size: 12px;
            color: #fff;
            background: #274abb;
            display: inline-block;
            width: auto;
            border: none;
            cursor: pointer;
            text-decoration: none;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        
        .button.small:hover {
            background: #121b22;
        }
        
        @media screen and (min-width: 992px) {
            .search-button {
                margin-left: 4rem;
                margin-right: 0;
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }
            #bloq-search {
                position: absolute;
                width: 20rem;
                right: 17.5rem;
                top: 2.5rem;
                z-index: 99999;
                -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                order: 3;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }
        }
        
        @media screen and (max-width: 768px) {
            h1 {
                font-size: 3rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            .main-search-field h3 {
                font-size: 1.5rem;
            }
            .portfolio .port-item img {
                width: 100%;
            }
            .team .team-pro img {
                width: 100%;
            }
            .team .team-pro {
                padding-right: 1.1rem;
                padding-left: 1.1rem;
            }
            .blog .blog-pots img {
                width: 100%;
            }
            .agents .admin.company img {
                width: 30%;
                height: 30%;
            }
            .agents .admin.company {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
            }
            .second-footer .container {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }
            .second-footer .container h3 {
                margin-bottom: 0.8rem;
            }
            .box.bg-3.hed-3 {
                padding-top: 0;
            }
            .inner-pages .commented img {
                width: 75px;
                height: 75px;
                border-radius: 50%;
                margin-right: 1.5rem;
                margin-bottom: 1rem;
            }
            .inner-pages .offices h2 {
                margin-top: 4rem;
            }
            .inner-pages .box.bg-3.mt-5 {
                padding-top: 0;
            }
            .parallax-search .welcome-text h1 {
                font-size: 30px;
            }
            .agents-grid {
                margin-right: 0;
            }
            .inner-pages .blog-section .news-item-descr.big-news.details {
                margin-bottom: 0 !important;
                padding: 20px;
            }
        }
        
        @media screen and (max-width: 1024px) {
            .header-top .container {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }
            .top-info {
                margin-bottom: 1rem;
            }
            #navigation {
                margin-left: 0;
            }
            .rld-main-search .rld-single-input,
            .rld-main-search .rld-single-select .single-select {
                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;
            }
            .header-top .container {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }
            .top-info {
                margin-bottom: 1rem;
            }
            .who-we-are .who img {
                height: 415px;
            }
            .blog .blog-pots h3 {
                font-size: 1.2rem;
            }
            .portfolio img {
                width: 100%;
            }
            .team .team-info .artl {
                padding-bottom: 1.3rem;
            }
            .testimonials .test-1 p::before {
                left: 120px;
            }
        }
        
        @media screen and (max-width: 576px) {
            #header {
                padding-top: 0px;
                padding-bottom: 0px;
            }
            body {
                font-size: 15px;
            }
            h1 {
                font-size: 1.6rem;
            }
            .section-title h3 {
                font-size: 16px;
            }
            .section-title h2 {
                font-size: 26px;
            }
            .who-we-are .who img {
                height: 300px;
            }
            .counterup .countr p {
                font-size: 26px;
            }
            .testimonials .test-1 p {
                padding: 0 1rem;
            }
            .team .team-pro {
                padding-right: 0;
                padding-left: 0;
            }
            .banner-inner h1 {
                font-size: 28px;
                line-height: 37px;
            }
            .banner-inner .sub-title {
                font-size: 17px;
            }
            .inner-pages .services {
                margin: 0;
            }
            .inner-pages article.faq h2 {
                font-size: 1.4rem;
            }
            .inner-pages .panel .panel-heading a {
                font-size: 1rem;
            }
            .first-footer h2 {
                margin-top: 2rem;
            }
            .inner-pages .blog .sorting-options h5 {
                font-size: 1.2rem;
                margin-top: 0;
            }
            .inner-pages .blog .block-heading .sorting-options {
                margin-top: 0;
            }
            .inner-pages .blog .sorting-options h6 {
                font-size: 0.95rem;
            }
            .inner-pages .blog .homes-content.details-2 span {
                font-size: 0.9rem;
            }
            .inner-pages .headings h2,
            .inner-pages .headings h2 a {
                font-size: 1rem;
            }
            .inner-pages .contact-us .offices {
                margin-top: 2rem;
            }
            .headings-7 .text-heading p.sorry {
                font-size: 1.1rem;
            }
            .font-36 {
                font-size: 26px;
            }
        }
        
        .compare a {
            color: #f55d2c;
            font-weight: 600;
        }
        
        .second-footer a {
            color: rgba(245, 255, 255, 0.8);
        }
        
        .second-footer a:hover {
            color: #cecece;
        }
        
        .about img {
            /* float: right;
    margin-left: 20px; */
            margin-bottom: 15px;
            width: 100%;
            max-width: 500px;
            border-radius: 10px;
        }
        
        .inner-pages .blog-section .news-item .date i,
        .date i {
            margin-right: 5px;
            color: #f55d2c;
        }
        
        .contact-form {
            background: linear-gradient(135deg, rgb(29 124 169) 0, rgb(4 75 109) 47%, rgb(58 148 191) 100%);
            box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 16px 0 rgba(0, 0, 0, 0.19) !important;
        }
        
        .contact-form .form-control {
            height: 52px;
        }
        
        .contact-form textarea.form-control {
            border-radius: 2px;
            height: auto;
        }
        
        .dropbtn {
            background-color: #000;
            color: white;
            padding: 9px;
            font-size: 16px;
            font-weight: 500;
            border: none;
            margin-top: 34px;
            border: 1px solid #fff;
        }
        
        .dropbtn1 {
            background-color: #000;
            color: white;
            padding: 9px;
            font-size: 16px;
            font-weight: 500;
            border: none;
            /* margin-top: -12px; */
            border-radius: 12px;
        }
        
        .signin {
            background-color: #121212;
            color: white;
            padding: 5px;
            font-size: 16px;
            font-weight: 500;
            border: none;
            margin-top: -5px;
        }
        
        .car {
            width: 45% !important;
        }
        
        .dropdown {
            position: relative;
            /* display: inline-block; */
            margin-top: 0px;
        }
        
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #fff;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            z-index: 1;
        }
        
        .dropdown-content a {
            color: #692669;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            font-weight: 600;
        }
        
        .dropdown-content a:hover {
            background-color: #83cff4;
            color: white;
            text-decoration: none;
        }
        
        .dropdown:hover .dropdown-content {
            display: block;
        }
        
        .dropdown:hover .dropbtn {
            background-color: #000000;
        }
        
        .w3l-top-menu-1 {
            background-color: #fff !important;
        }
        
        .w3l-top-menu-1 .top-hd {
            background: #000000;
            padding: 6px 0px;
        }
        
        .w3l-top-menu-1 .social-top li {
            display: inline-block;
            margin-right: 14px;
            font-size: 16px;
            color: #fff;
        }
        
        .w3l-top-menu-1 .social-top li a {
            font-size: 16px;
            color: #ffffff;
        }
        
        .w3l-top-menu-1 .accounts {
            text-align: right;
        }
        
        .w3l-top-menu-1 .accounts li {
            display: inline-block;
            margin: 0 12px;
            font-size: 16px;
            line-height: 27px;
            color: #ffffff;
        }
        
        .login a:hover {
            color: #007bff;
        }
        
        .w3l-top-menu-1 .accounts li a,
        a:hover {
            font-size: 16px;
            color: #ffffff;
            text-decoration: none;
        }
        
        .carousel {
            margin-top: 105px;
        }
        
        .details-slide {
            margin-top: 0px !important;
        }
        
        .carousel-caption h5 {
            color: #000;
            width: 52%;
            font-size: 3em;
            margin-top: 0px;
            font-weight: 600;
        }
        
        .d-none {
            display: block !important;
        }
        
        .img-icon {
            width: 50%;
        }
        
        .home-about {
            margin-top: 0px;
            /* margin-bottom:260px; */
        }
        
        .pftext {
            text-align: justify;
            text-justify: inter-word;
        }
        
        .dropbtn {
            display: none;
        }
        
        @media (max-width:768px) {
            .dropbtn {
                display: block;
            }
            .dropdown {
                position: relative;
                display: inline-block;
                margin-top: 5px;
                margin-left: 133px;
            }
            .dropdown-content {
                display: none;
                position: absolute;
                background-color: #fff;
                min-width: 160px;
                box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
                z-index: 1;
                margin-left: -122px;
            }
            .mbl-login {
                display: block;
            }
            .home-about {
                margin-top: -10px;
                margin-bottom: auto;
            }
            p {
                line-height: 18px;
            }
            .card {
                width: 101px;
                height: 144px;
            }
            .cat {
                margin-left: -1px;
            }
            .slider-img {
                /* height: 200px !important; */
            }
            .img-icon {
                width: 85%;
                margin-top: 7px;
                margin-bottom: 5px;
            }
            .carousel-caption h5 {
                color: #000 !important;
                /* background-color: #32bf13!important; */
                width: 76% !important;
                font-size: 19px !important;
                font-weight: 600;
                margin-top: 0px !important;
            }
            .carousel {
                margin-top: 64px;
            }
            .w3l-top-menu-1 .accounts li {
                display: inline-block;
                margin: 0 4px;
                font-size: 9px;
                line-height: 24px;
                color: #ffffff;
            }
            .w3l-top-menu-1 .social-top li {
                display: inline-block;
                margin-right: 4px;
                font-size: 16px;
                color: #fff;
            }
            #logo {
                /* display:none; */
            }
            .dropbtn {
                margin-top: 0px;
                ;
            }
            .rating>label {
                position: relative;
                width: 1em;
                font-size: 6vw !important;
                color: #FFD600;
                cursor: pointer;
            }
        }
        
        .rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: center
        }
        
        .rating>input {
            display: none
        }
        
        .rating>label {
            position: relative;
            width: 1em;
            font-size: 3vw;
            color: #FFD600;
            cursor: pointer
        }
        
        .rating>label::before {
            content: "\2605";
            position: absolute;
            opacity: 0
        }
        
        .rating>label:hover:before,
        .rating>label:hover~label:before {
            opacity: 1 !important
        }
        
        .rating>input:checked~label:before {
            opacity: 1 !important
        }
        
        .rating:hover>input:checked~label:before {
            opacity: 0.4
        }
        /*brand slide*/
        
        .slick-slide {
            margin: 0px 20px;
        }
        
        .slick-slide img {
            width: 100%;
        }
        
        .slick-slider {
            position: relative;
            display: block;
            box-sizing: border-box;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-touch-callout: none;
            -khtml-user-select: none;
            -ms-touch-action: pan-y;
            touch-action: pan-y;
            -webkit-tap-highlight-color: transparent;
        }
        
        .slick-list {
            position: relative;
            display: block;
            overflow: hidden;
            margin: 0;
            padding: 0;
        }
        
        .slick-list:focus {
            outline: none;
        }
        
        .slick-list.dragging {
            cursor: pointer;
            cursor: hand;
        }
        
        .slick-slider .slick-track,
        .slick-slider .slick-list {
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        
        .slick-track {
            position: relative;
            top: 0;
            left: 0;
            display: block;
        }
        
        .slick-track:before,
        .slick-track:after {
            display: table;
            content: '';
        }
        
        .slick-track:after {
            clear: both;
        }
        
        .slick-loading .slick-track {
            visibility: hidden;
        }
        
        .slick-slide {
            display: none;
            float: left;
            height: 100%;
            min-height: 1px;
        }
        
        [dir='rtl'] .slick-slide {
            float: right;
        }
        
        .slick-slide img {
            display: block;
        }
        
        .slick-slide.slick-loading img {
            display: none;
        }
        
        .slick-slide.dragging img {
            pointer-events: none;
        }
        
        .slick-initialized .slick-slide {
            display: block;
        }
        
        .slick-loading .slick-slide {
            visibility: hidden;
        }
        
        .slick-vertical .slick-slide {
            display: block;
            height: auto;
            border: 1px solid transparent;
        }
        
        .slick-arrow.slick-hidden {
            display: none;
        }
        /**********************************Gallery******/
        
        #gallery {
            padding-top: 40px;
        }
        
        @media screen and (min-width: 991px) {
            #gallery {
                padding: 33px 30px 0 30px;
            }
        }
        
        .img-wrapper {
            position: relative;
            margin-top: 15px;
        }
        
        .img-wrapper img {
            width: 100%;
        }
        
        .img-overlay {
            background: rgba(0, 0, 0, 0.7);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
        }
        
        .img-overlay i {
            color: #fff;
            font-size: 3em;
        }
        
        #overlay {
            background: rgba(0, 0, 0, 0.7);
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 999999999;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }
        
        #overlay img {
            margin: 0;
            width: 80%;
            height: auto;
            -o-object-fit: contain;
            object-fit: contain;
            padding: 5%;
        }
        
        @media screen and (min-width: 768px) {
            #overlay img {
                width: 60%;
            }
        }
        
        @media screen and (min-width: 1200px) {
            #overlay img {
                width: 50%;
            }
        }
        
        #nextButton {
            color: #fff;
            font-size: 2em;
            transition: opacity 0.8s;
        }
        
        #nextButton:hover {
            opacity: 0.7;
        }
        
        @media screen and (min-width: 768px) {
            #nextButton {
                font-size: 3em;
            }
        }
        
        #prevButton {
            color: #fff;
            font-size: 2em;
            transition: opacity 0.8s;
        }
        
        #prevButton:hover {
            opacity: 0.7;
        }
        
        @media screen and (min-width: 768px) {
            #prevButton {
                font-size: 3em;
            }
        }
        
        #exitButton {
            color: #fff;
            font-size: 2em;
            transition: opacity 0.8s;
            position: absolute;
            top: 15px;
            right: 15px;
        }
        
        #exitButton:hover {
            opacity: 0.7;
        }
        
        @media screen and (min-width: 768px) {
            #exitButton {
                font-size: 3em;
            }
        }
        /******************/
        
        .about_background {
            padding: 2rem 0;
            background: linear-gradient(to bottom, rgb(255 255 255 / 34%) 0%, rgb(255 255 255 / 52%) 59% 59%, rgb(255 255 255 / 73%) 100%), url(../images/bg/cars_background.jpg);
            background-size: cover;
            background-position: center;
        }
        
        .about_background1 {
            padding: 2rem 0;
            background: linear-gradient(to bottom, rgb(255 255 255 / 85%) 0%, rgb(255 255 255 / 85%) 59%, rgb(255 255 255 / 71%) 100%), url(../images/bg/cars_background1.jpg);
            background-size: cover;
            background-position: center;
        }
        
        .about_background3 {
            padding: 40px 0;
            background: linear-gradient(to bottom, rgb(240 245 244) 0%, rgb(255 255 255 / 59%) 59%, rgb(255 255 255 / 2%) 100%), url(../images/bg/cars_background3.jpg) !important;
            background-size: cover !important;
            background-position: center;
        }
        
        .about_background4 {
            padding: 40px 0;
            background: linear-gradient(to bottom, rgb(238 239 239) 0%, rgb(255 255 255 / 85%) 59%, rgb(255 255 255 / 37%) 100%), url(../images/bg/cars_background1.jpg) !important;
            background-size: cover !important;
            background-position: center;
        }
        /********************/
        
        .gallery_img {
            min-height: 300px;
            max-height: 300px;
            border-radius: 5px;
        }
        
        .about_bg {
            background: linear-gradient(to bottom, rgb(255 255 255 / 22%) 0%, rgb(255 255 255 / 85%) 59%, rgb(255 255 255 / 51%) 100%), url(../images/bg/about_bg.jpg);
            background-size: cover;
        }
        /***********************/
        
        .partner_padding {
            padding-top: 56px;
            padding-bottom: 14px;
        }
        
        .about_padding {
            padding-top: 43px;
            padding-bottom: 43px;
        }
        
        @media(max-width:768px) {
            .partner_padding {
                padding-top: 35px;
                padding-bottom: 14px;
            }
            .about_padding {
                padding-top: 23px;
                padding-bottom: 23px;
                padding-left: 0px;
                padding-right: 0px;
            }
        }
        /**********************/
        
        .menu_size {
            padding: 11px 13px 0px 13px !important;
        }
        
        @media(min-width:1200px) and (max-width:1280px) {
            .menu_size {
                padding: 11px 0px 0px 13px !important;
            }
        }
        /*********************/
        
        .partner_logo_shadow {
            box-shadow: 0px 0px 10px 0px #83cff485;
            border-radius: 5px;
        }
        /**********************/
        
        .about_img {
            margin-right: 52px;
            float: left;
        }
        
        .about_padding2 {
            padding-bottom: 6rem !important;
        }
        
        @media(max-width:768px) {
            .about_img {
                margin-right: 12px;
                float: left;
            }
            .about_padding2 {
                padding-bottom: 2rem !important;
            }
        }
        /*********************/
        
        .login_btn {
            margin-left: 138px;
            margin-top: 10px;
        }
        
        .location_right_padding {
            margin-right: 0px;
        }
        
        @media(max-width:768px) {
            .login_btn {
                margin-left: 120px;
                margin-top: 10px;
            }
            .location_right_padding {
                margin-right: -6px!important;
            }
        }
        
        @media(min-width:768px) and (max-width:1024px) {
            #logo img {
                width: 121px;
                height: auto;
                transform: translate3d(0, 0, 0);
                padding: 10px 10px 0px 3px;
                margin-top: -31px;
            }
        }
        
        @media(max-width:425px) {
            #logo img {
                /*margin-right:60px*/
                margin-right: -3px !important;
                margin-top: -13px !important;
                width: 54% !important;
            }
        }
        
        @media(min-width:320px) and (max-width:380px) {
            #logo img {
                margin-right: -3px !important;
                margin-top: -13px !important;
                width: 59% !important;
            }
        }
        /* @media(min-width:425px) and (max-width:768px) {
            #logo img {
                
                margin-right: -3px !important;
                margin-top: -32px !important;
                width: 46% !important
            }
        } */
        
        .recent-main {
            border-radius: 6px;
            padding: 8px;
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .recent-img img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border-radius: 6px;
        }
        /* Tap effect for mobile (<=767px) */
        
        @media (max-width: 767px) {
            .recent-main:active {
                background-color: #f0f0f0;
                box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
                transform: scale(0.98);
                transition: all 0.2s ease;
            }
        }
        /* Hover effect for desktop (>=768px) */
        
        @media (min-width: 768px) {
            .recent-main {
                transition: all 0.3s ease;
            }
            .recent-main:hover {
                background-color: #ffffff;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
                transform: translateY(-2px);
            }
            .recent-img img {
                transition: transform 0.3s ease;
            }
            .recent-main:hover .recent-img img {
                transform: scale(1.05);
            }
            .recent-main h6 {
                transition: color 0.3s ease;
            }
            .recent-main:hover h6 {
                color: #007bff;
            }
        }
        
        .color {
            color: white;
            padding-left: 12px;
        }
        
        @media (max-width: 767px) {
            .parcty {
                display: none;
            }
        }