/* ================================================== */

@charset "utf-8";

/* ================================================== */


/* import custom fonts */


/* ================================================== */

@import url(https://fonts.googleapis.com/css?family=Cabin:400,200,300,500,600,700,800);

/* ================================================== */


/* import fonts icon */


/* ================================================== */

@import url("../fonts/font-awesome/css/all.min.css");
@import url("../fonts/icofont/icofont.min.css");

/* ================================================== */

html {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    background: #fff;
}

body {
    font-family: "Cabin", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2a2e37;
    line-height: 1.8em;
    padding: 0;
    overflow: hidden;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

header {
    position: relative;
    width: 100%;
    background: rgb(0, 0, 0);
    z-index: 99;
}


/*---------header close----------*/


/*-----------header-top------------*/

.header-top {
    padding: 12px 0px 15px 0px;
    background: #000;
}

.left_info ul li {
    display: inline-block;
    margin-right: 20px;
}

.left_info a {
    color: #fffefe;
    font-size: 14px;
    font-weight: 500;
}

.left_info i.fa {
    font-size: 19px;
    color: #fff;
    padding-right: 10px;
}

.right_info a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}

.right_info a i {
    color: #ffc813;
    padding-left: 10px;
}

.left_info {
    text-align: right;
}

.right_info i.fa {
    font-size: 26px;
    margin-right: 10px;
    position: relative;
    bottom: -4px;
}

header i.fa.fa-mobile {
    bottom: -4px;
    font-size: 26px;
    position: relative;
    border: 40px;
    font-weight: 500;
}

.left_info ul li:last-child {
    margin: 0px !important;
}

.header-main {
    padding: 10px 0;
    background: #1f3660 !important;
    position: fixed;
    width: 100%;
    top: 55px;
   /* transition: 0.5s;*/
}


/*-----------header-top Close------------*/


/*-----------header-menu------------*/

nav#cssmenu ul {
    float: right;
    margin-top: 13px;
}

.logo {
    position: relative;
    padding: 10px;
    font: 18px verdana;
    color: #6ddb07;
    float: left;
}

.logo img {
    width: 250px;
    position: absolute;
    z-index: 10;
    background-color: #1f3660 !important;
    border-radius: 0 0 20px 20px;
    top: 0;
    transition: 0.5s;
	height: 180px;
}

#navArea .logo img {
    /* height: 180px; */
    transition: 0.5s;
}

.header-main.is-sticky {
    top: 0;
   /* transition: 0.5s; */
    height: 110px;
}

#navArea.is-sticky .logo img {
    height: 100px;
    transition: 0.5s;
    width: 145px;
}

.header-main.is-sticky nav#cssmenu ul {
    margin-top: 3%;
    transition: 0.5s;
    background: #1f3660;
}

.logo a {
    color: #6ddb07;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #head-mobile {
    display: none;
}

#cssmenu>ul>li {
    float: left;
}

#cssmenu>ul>li>a {
    padding: 9px 17px;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #efefef;
    text-transform: uppercase;
}

#cssmenu>ul>li:hover>a {
    color: #ffc813 !important;
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    /* background: #1f3660!important; */
    -webkit-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    color: #ffc813 !important;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 30px;
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 17px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 14px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    margin-top: 0;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    background: #333;
    transition: all 0.25s ease;
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
    left: auto;
    margin: 0;
    padding: 0;
    margin-top: 26px;
}

#cssmenu li:hover>ul>li {
    height: 35px;
    background: #fff;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 190px;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #1f3660 !important;
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0;
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333;
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333;
}

@media screen and (max-width: 991px) {
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
        float: none;
    }
    .logo2 {
        display: none;
    }
    nav {
        width: 100%;
    }
    #cssmenu {
        width: 100%;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #2b487b;
        float: left;
    }
    #cssmenu ul li:hover {
        background: transparent !important;
    }
    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto;
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
        padding: 16px;
    }
    #cssmenu ul ul li a {
        padding-left: 25px;
    }
    #cssmenu ul ul li {
        background: #333 !important;
    }
    #cssmenu ul ul li:hover {
        background: #363636 !important;
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px;
    }
    #cssmenu ul ul li a {
        color: #ddd;
        background: none;
    }
    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none;
    }
    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700;
    }
    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 25px;
        cursor: pointer;
        z-index: 12399994;
    }
    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: "";
    }
    .button:before {
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ddd;
        content: "";
    }
    .button.menu-opened:after {
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #2b487b;
        height: 46px;
        width: 46px;
        cursor: pointer;
        background: #2b487b;
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626;
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: "";
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff;
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: "";
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }
    #cssmenu ul ul ul li.active a {
        border-left: none;
    }
    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none;
    }
}

img {
    width: 100%;
}

div#slider-home .carousel-item::before {
    background: #0000005c;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

#slider-home h3 {
    text-transform: capitalize;
    font-size: 50px;
}

#slider-home p {
    font-family: "Montserrat", sans-serif;
    width: 60%;
    margin: 0 auto;
    text-shadow: 3px 3px 3px black;
    font-size: 1.2rem;
}

#slider-home .btn {
    background: #1f3660;
    color: #fff;
    padding: 2px 15px 2px 2px !important;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 0;
}

#slider-home .btn:hover {
    color: #fff;
}

#slider-home .btn i {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 12px;
}

.left_info a i {
    padding: 4px;
    border-radius: 100%;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 20px;
}

.left_info a i.fa-facebook-f {
    background-color: #3b5998;
}

.left_info a i.fa-instagram {
    background-color: #bc2a8d;
}

#slider-home .carousel-caption {
    bottom: inherit;
    top: 30%;
}

#slider-home .carousel-caption h3 {
    font-size: 4rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

#slider-home .carousel-caption h3 span {
    text-transform: uppercase;
    color: #ffc813;
}

#slider-home .carousel-item {
    padding: 75px 0 0;
    background: #1f3660;
}

#slider-home .carousel-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#slider-home .carousel-caption a.btn img {
    width: 40px;
    height: 91%;
    background: rgba(255, 255, 255, 0.6);
}

#slider-home a.read-btn {
    border: none;
    background-color: #ffc813;
    font-size: 15px;
    color: #000;
    padding: 1px 15px 1px 2px !important;
}

.banner-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 0;
}

.banner-content h1 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.banner-content h1 span {
    color: #ffc813;
}

.bubble blockquote {
    background: #fff;
    padding: 60px 60px 30px;
    position: relative;
    border: none;
    border-radius: 8px;
    font-size: 24px;
    color: #1e528e;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.bubble blockquote:before,
.bubble blockquote:after {
    /* content: "\201C"; */
    position: absolute;
    font-size: 80px;
    padding: 10px;
    line-height: 1;
    color: #1e528e;
}

.bubble blockquote:before {
    top: 0;
    left: 10px;
}

.bubble .media-left {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    margin: 0 0 0 60px;
    margin-bottom: 10px;
    position: relative;
    left: 5%;
    bottom: 1%;
}

.bubble cite {
    padding-left: 20px;
    font-size: 1.25em;
    color: #f7f7f7;
}

.inner-area {
    background: #e6e6e6;
    padding: 50px 0 50px;
}

.bubble blockquote img {
    opacity: 0.1;
    width: 64px;
    height: 64px;
    position: absolute;
    z-index: 0;
    opacity: 0.1;
    left: calc(50% - 32px);
    top: 20px;
}

.bubble blockquote p {
    font-size: 80%;
    line-height: 26px;
    color: #8a9aad;
    padding: 25px 20px 0;
}

.testimonial-authors {
    font-size: 16px;
    color: #354052;
    line-height: 30px;
    margin-top: 0;
}

.testimonial-authors .media-body {
    text-align: left;
}

.testimonial-authors .media-heading {
    font-size: 20px;
    text-transform: uppercase;
}

.testimonial-authors .fa-fw.checked {
    color: #ffc813;
}

.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.testimonial-authors .media-object {
    width: 64px;
    position: absolute;
    left: -40px;
    top: 20px;
}

.testimonial-authors .media-body {
    text-align: left;
    padding: 40px 20px 0 79px;
}

.testimonial-authors .media-heading {
    font-size: 20px;
    text-transform: uppercase;
}

.img-circle {
    border-radius: 50%;
}

.quotes .slick-list {
    overflow: inherit;
}

.slick-slider {
    overflow: hidden;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.primary-bg {
    background-color: #1f3660;
}

.padd {
    padding-top: 80px;
    padding-bottom: 70px;
}

.info-section {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 4px 4px #0e2348;
    margin-bottom: 10px;
    height: 100%;
}

.info-section h2 {
    font-size: 24px;
    font-weight: bold;
}

.info-section h2 span {
    color: #1f3660;
}

.info-section .read-more {
    margin-top: 1rem;
}

.info-section .read-more .read-btn {
    border: none;
    background-color: #ffc813;
    padding: 10px 30px;
    font-size: 15px;
    text-decoration: none;
}

.read-btn {
    border: 1px solid #1f3660;
    text-transform: uppercase;
    padding: 15px 50px;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.read-btn::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #1f3660;
}

.read-btn:hover {
    color: #fff;
}

.read-btn:hover::after {
    width: 100%;
    color: #fff;
}

.get-btn {
    border: 1px solid #1f3660;
    text-transform: uppercase;
    padding: 15px 50px;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.get-btn::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #ffc813;
}

.get-btn:hover {
    color: #fff;
}

.get-btn:hover::after {
    width: 100%;
}

.info-section p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 23px;
    font-size: 15px;
}

.read-more {
    margin-top: 40px;
}

.section-title h2 {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
}

.read-more a {
    display: inline-block;
}

footer {
    background: #1f3660 !important;
}

footer h3 {
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 30px;
}

footer h3,
footer .quick-links ul li a:hover,
footer .privacy p a:hover,
footer .contact-info li a:hover {
    color: #fdc706 !important;
}

footer .quick-links ul li a,
footer .privacy p a {
    color: #fff !important;
}

footer .contact-info li {
    color: #fff !important;
}

footer .contact-info li a {
    color: #fff !important;
    font-size: 14px;
}

.footercolor {
    color: #fff !important;
    font-size: 14px;
}

.footer-container.padd {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-container,
.copy-right {
    float: left;
    width: 100%;
}

footer h3,
footer .quick-links ul li a:hover,
footer .privacy p a:hover,
footer .contact-info li a:hover {
    color: #fdc706 !important;
}

footer .quick-links ul,
footer .contact-info ul {
    list-style: none;
    padding: 0;
}

footer .quick-links ul li,
footer .contact-info li {
    padding-bottom: 5px;
}

footer .quick-links ul li a,
footer .privacy p a {
    color: #fff !important;
    font-size: 14px;
}

.list-inline.social-icons i,
.quick-links i.fa,
.quick-links i.fab {
    background-color: #333333;
    padding: 4px;
    border-radius: 100%;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 20px;
}

.psra-logo,
.scsi-logo,
.cepi-logo {
    background-color: #ffffff;
    margin-bottom: 10px;
    text-align: center;
    height: 80px;
    vertical-align: middle;
    overflow: hidden;
    width: 48%;
    display: flex;
    float: left;
    margin-right: 2%;
}

.psra-logo img,
.scsi-logo img,
.cepi-logo img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    object-fit: contain;
}

.copy-right {
    border-top: 1px solid #324a4e;
}

.copy-right p {
    padding: 20px 0;
    margin: 0;
}

.inner-area h2 {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-size: 20px;
    margin: 0 0 30px;
}

.list-inline.social-icons i.fa-facebook-f,
.quick-links i.fa-facebook-f {
    background-color: #3b5998;
}

.list-inline.social-icons i.fa-instagram,
.quick-links i.fa-instagram {
    background-color: #bc2a8d;
}

@media screen and (max-width: 767px) {
    .logo img {
        width: 120px;
        position: absolute;
        z-index: 10;
        background-color: #1f3660 !important;
        border-radius: 0 0 20px 20px;
        top: 0;
        transition: 0.5s;
        left: -14px;
        height: auto !important;
    }
    nav#cssmenu ul {
        margin-top: 40px;
        margin-left: 0;
        padding: 0;
    }
    .carousel-item {
        height: 360px;
    }
    .carousel-item img {
        height: 360px;
        object-fit: cover;
    }
    #slider-home .carousel-caption {
        bottom: inherit;
        top: 20%;
        width: 100%;
        text-align: center;
        left: 0;
    }
    #slider-home .carousel-caption h3 {
        font-size: 1.75rem;
    }
    #slider-home p {
        font-family: "Montserrat", sans-serif;
        width: 90%;
        margin: 0 auto;
        text-shadow: 3px 3px 3px black;
        font-size: 0.8rem;
        line-height: 20px;
    }
    #slider-home .btn {
        margin-bottom: 0;
    }
    .banner-content h1 {
        font-size: 15px;
    }
    .carousel-caption {
        padding-top: 45px;
    }
    .banner-content {
        padding: 10px 0 5px;
    }
    .header-main {
        top: 100px;
    }
    .info-section {
        height: 100%;
    }
    .header-main.is-sticky .container {
        padding: 0 !important;
    }
    button.owl-prev {
        left: 10px;
    }
    button.owl-next {
        right: 10px;
        left: auto;
    }
}


}
@media screen and (max-width: 480px) {
    .logo img {
        top: 0;
    }
    
    #slider-home .btn {
        font-size: 14px;
    }
    
    #slider-home .carousel-item {
        padding: 50px 0 0;
    }
}

/* Featured properties Slider */
.car-content-wrapper .content-add {
    padding-left: 30px;
    position: relative;
}
.car-content-wrapper .content-add:before {
    position: absolute;
    content: '';
    left: 0;
    width: 4px;
    height: 100%
}
.content-add .pro-price {
    padding: 20px 0px;
}
.car-content-wrapper {
    background: #fff;
    padding: 40px 40px 70px 40px;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.pro-btn-wrapper {
    margin-top: 50px;
    text-align: center;
}
.view-property-btn {
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    display: block;
    width: 70%;
    height: auto;
    margin: 0 auto;
    text-align: left;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.view-property-btn:hover,
.view-property-btn:hover>span i:before {
    text-decoration: none;
}
.view-property-btn:before {
    border-radius: 30px;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.view-property-btn:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
}
.view-property-btn span {
    position: relative;
}
.view-property-btn span i {
    float: right;
    margin-right: -15px;
    top: 3px;
    position: relative;
}
.view-property-btn span i:before {
    font-size: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.view-property-btn:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: 40px;
    background: rgba(255, 255, 255, 0.3);
    top: 0;
}
.right-img-car .owl-nav {
    display: none;
}
.num {
    position: absolute;
    bottom: 50px;
    z-index: 99;
    right: 94px;
    font-weight: 600;
    text-transform: uppercase;
}
.owl-cus-nav {
    position: absolute;
    bottom: 16%;
    z-index: 99;
    right: 30%;
}
.owl-cus-nav {
    position: absolute;
    bottom: 16%;
    z-index: 99;
    right: 30%;
}
.row.no-pad {
    margin-right: 0;
    margin-left: 0;
}
.car-bg-img-wrapper {
    min-height: 600px;
}
.car-bg-img-wrapper img {
    height: 600px;
    object-fit: cover;
}

/*.featured-properties-carousel .col-md-4 {
    margin-right: 0px;
    padding: 40px 0px;
    position: relative;
    z-index: 999;
    left: 40px;
}*/
.owl-prev {
    left: 7px;
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}
.owl-cus-nav button span {
    font-size: 30px;
}
.owl-cus-nav button {
    margin: 0px 10px;
}
.owl-cus-nav button {
    margin: 0px 10px;
    border: none;
    background: none;
}
.visible_m {
    display: block !important;
}
.hide_m {
    display: none !important;
}
.car-content-wrapper {
    padding: 30px 30px 70px 30px;
}
.car-bg-img-wrapper {
    min-height: inherit;
    max-height: 450px;
}
.car-bg-img-wrapper img {
    height: 100%;
    width: auto;
}
.view-property-btn,
.car-content-wrapper .content-add:before {
    background: #1F3660;
}
.car-content-wrapper .content-add:before {
    position: absolute;
    content: '';
    left: 0;
    width: 4px;
    height: 100%;
}
.cust_search {
    padding-left: 0;
    padding-right: 5px;
}
.cust_reset {
    padding-right: 0;
    padding-left: 5px;
}
.cust_no_properties {
    font-size: 16px;
    font-weight: 500;
}
.featured_address {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.car-content-wrapper h2 {
    color: #1F3660;
    font-size: 24px;
    margin-bottom: 45px;
}
@media(min-width: 576px) {
    .visible_m {
        display: none !important;
    }
    
    .hide_m {
        display: block !important;
    }
    
    .featured-properties-carousel .leftside {
        left: 60px;
        padding: 20px 0px;
    }
    
    .featured-properties-carousel .leftside {
        margin-right: 0px;
        padding: 25px 0px;
        position: relative;
        z-index: 999;
        left: 40px;
    }
}

.navbar-nav .nav-item {
    margin: 0 10px;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-size: 16px;
    font-weight: 500;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu {
    margin-top: 0;
}

.custom-dropdown {
    width: 180px;
    padding: 10px 15px;
}

.custom-dropdown .dropdown-item {
    font-size: 16px;
    padding: 10px 15px;
    color: #333;
}

.custom-dropdown .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #ffc813;
}

.top-title-card {
    padding: 50px 0 50px;
    background: #e6e6e6;
    margin-top: 5%;
}

h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
}

.text-bold {
  font-weight: bold;
  color: #000;
}




/* Custom Styles */
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
}

.carousel-control-prev-icon::before {
  content: '\276E';
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}

.carousel-control-next-icon::before {
  content: '\276F';
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}


/* Selling Page */
.panel {
  background-color: #fff;
  border: 1px solid transparent;
  margin-bottom: 20px;
}

.panel-body {
  border: 1px solid #1F3660;
  padding: 15px;
  color: #000 !important;
}
.lead {
  font-size: 18px;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #FAFAFA;
  border-color: #EEEEEE;
  height: 46px;
}

.panel-title {
  font-size: 14px;
}

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  background: #1F3660;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
}

.panel-title > a:hover {
    color : #fff;
}

/* Valuations */
.vc_row {
    display: flex;
 }

 .wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}
.vc_column_container
 {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .vc_col-sm-12 {
        width: 100%;
    }
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li
 {
    margin-bottom: 35px;
}
.wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 0;
}
.about p {
    margin: 0 0 10px;
}
#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child
 {
    margin-bottom: 0;
 }

 .vc_column_container {
    width: 100%;
}
.vc_col-sm-6{
    position: relative;
    min-height: 1px;
        box-sizing: border-box;
        width: 100%;
}
 .vc_row:before {
    content: " ";
    display: table;
 }
 @media screen and (max-width: 480px) {
    .vc_row {
        display: block !important;
    }
}

.slick-prev::before,
.slick-next::before {
    color: #1f3660;
    font-size: 46px;
    opacity: 1 !important;
}

.slick-prev,
.slick-next {
    background: none !important;
    border: none !important;
    outline: none;
    box-shadow: none;
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: background 0.3s, transform 0.2s;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #fff;
}

.slick-prev:hover::before,
.slick-next:hover::before {
    color: #fec608;
}

.ul-style-2 {
    padding: 0;
    list-style: none;
}

.ul-style-2 li {
    margin: 5px 0 5px 0;
}

.ul-style-2 li:before,
.ul-style-2 li:after {
    font-family: "FontAwesome";
    content: "\f08d";
    margin-right: 15px;
    background: rgb(31, 54, 96)!important;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.ul-style-2 li:after {
    display: none;
}

