/* ================================================== */

@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: 16px;
    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-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: transparent !important;
    z-index: 9999;
    transition: all .3s ease;
}

.brand {
    display: block;
    width: clamp(220px, 18vw, 320px);
    height: 66px;
    overflow: hidden;
    background: #fff;
    border-radius: 2px;
    #box-shadow: 0 7px 28px rgba(0, 0, 0, .16);
	position: absolute;
}

.brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 2px 8px;
	//position: absolute;
}


/*-----------header-top Close------------*/


/*-----------header-menu------------*/

nav#cssmenu ul {
    float: right;
    margin-top: 13px;
}

.logo {
    position: relative;
    z-index: 123;
    padding: 10px;
    font: 18px verdana;
    color: #6ddb07;
    float: left;
}

.logo img {
    width: 200px;
    position: absolute;
    z-index: 10;
    background-color: #1f3660 !important;
    border-radius: 0 0 10px 10px;
    top: 0;
    transition: 0.5s;
    height:150px;
}

#navArea .logo img {
    /* height: 180px; */
    transition: 0.5s;
}

.header-main.is-sticky {
	position: fixed;
    top: 0;
    /*transition: 0.5s;*/
    height: 85px;
	background: rgba(3,16,29,.88) !important;
	backdrop-filter: blur(12px);
}

#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: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #8f8718;
    text-transform: uppercase;
	font-weight: bold;
}

#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;
    }
}



div#slider-home .carousel-item::before {
    background: #07070780; 
    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: 3rem;
    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: #fff;
    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;
}

.slick-prev {
    left: 0;
    background: url("/assets/website-assets/images/left-arrow.png") 0 0 / 100% no-repeat;
}

.slick-next {
    right: 0;
    background: url("/assets/website-assets/images/right-arrow.png") 0 0 / 100% no-repeat;
}

.slick-prev:before {
    content: "";
}

.slick-next:before {
    content: "";
}

.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 {
    color: #000;
    text-align: center;
}

.read-more a {
    display: inline-block;
}

footer {
    background: #1f3660;
}

footer h3 {
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

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 #fff;
}

.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;
}


.color-white {
    color: #fff;
}

/* Customized */
.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: "\f00c";
    margin-right: 15px;
    background: #345BA8;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.ul-style-2 li:after {
    display: none;
}

.rtl .ul-style-2 li:before {
    display: none;
}

.rtl .ul-style-2 li:after {
    display: inline;
    margin-right: 0;
    margin-left: 15px;
}

footer .ul-style-2 li::before {
  background: #fff!important;
  color: #345ba8!important;
}

.contact-section {
    padding: 80px 0;
}
.contact_info {
    padding: 20px;
}
.contact_info h5 {
    font-weight: bold;
}
.contact_info p {
    margin-bottom: 10px;
}
.icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.icon-box i {
    font-size: 24px;
    margin-right: 15px;
}
.contact-form {
    background: #0002ad;
    padding: 30px;
    border-radius: 8px;
    color: #fff;
}
.icon-box:hover{
	background:#fff!important;
}

.contact-content-logo ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	/*flex-wrap: wrap;  Ensure responsiveness */
	gap: 3px; 
}

.contact-content-logo ul li {
	display: flex;
}

.contact-content-logo ul li img {
	max-width: 120px;
	height: auto;
	display: block;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff; 
    padding: 15px 25px;
    text-align: center;
    color: white;
    border-radius: 10px;
    opacity: 1 !important; 
    visibility: visible !important; 
}


.overlay h3 {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
}

.overlay span {
    display: block;
    font-size: 16px;
}
.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}


/*.image-container::after {
    content: "";
    position: absolute;
    top: 10px; 
    left: 10px;
    right: -15px;
    bottom: -15px;
    background-color: red;
    border-radius: 15px;
    z-index: 0; 
}*/

.styled-image {
    display: block;
    width: 100%;
    border-radius: 15px; 
    position: relative;
    z-index: 1; 
}


.experience-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff; 
    padding: 15px 25px;
    text-align: center;
    border: 2px solid red;
    border-radius: 10px;
    color: red;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 24px;
    text-align: center;
    z-index: 3; 
}


.red-bar {
    position: absolute;
    top: 43%; 
    left: 16%;
    transform: translate(-50%, 50%);
    width: 40%;
    height: 25px;
    background-color: red;
    border-radius: 10px;
    z-index: 2; 
}


.icon-section ul {
  display: flex;
  justify-content: space-between;
  gap: 20px; 
  padding: 0;
  list-style: none;
  flex-wrap: wrap; 
}

.icon-section ul li {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%; 
  min-width: 150px;
  min-height: 220px; 
  flex-grow: 1;
}

.round-block {
  background-color: rgb(255, 0, 0);
  box-shadow: 6.983px -0.488px 7.11px 1.89px rgba(54, 54, 54, 0.29);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-section ul li span {
  color: #fff;
  padding: 10px 0;
  display: block;
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  max-width: 250px; 
  word-wrap: break-word;
}

.banner-section {
	padding-bottom: 20px; 
	margin-top:7%; 
	background-color: rgb(249 239 221);
}

.id-color {
	color: red;
}

.fs-26 {
	font-size:26px!important;
}

.float-input-wrap {
    position: relative;
	margin-bottom:1.5rem
}
.float-input {
    display: block;
    width: 100%;
    color: #555;
    line-height: 1.2;
	    border-width: 0 0 1px 0;
}
.float-input:focus { outline: none!important;border-width: 0; }
.gj-textbox-md:active, .gj-textbox-md:focus {outline: none!important;border-bottom-width: 1px;}
.has-val.float-input {  border-width: 0;}
.focus-float-input {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.focus-float-input::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: .05rem;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9b000+0,f9b000+100 */
background: linear-gradient(to bottom,  #f9b000 0%,#f9b000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.focus-float-input::after {
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 6px;
    left: 0;
    color: #999;
    line-height: 1.2;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

input.float-input {
    height: 35px
}

input.float-input+.focus-float-input::after {
    top: 10px;
    left: 0
}

textarea.float-input {
    min-height: 90px;
    padding-top: 13px;
    padding-bottom: 13px
}

textarea.float-input+.focus-float-input::after {
    top: 10px;
    left: 0
}

.float-input:focus+.focus-float-input::after {
    top: -10px;
	font-size: .85em;
}

.float-input:focus+.focus-float-input::before {
    width: 100%
}

.has-val.float-input+.focus-float-input::after {
    top: -10px;
	font-size: .85em;
}

.has-val.float-input+.focus-float-input::before {
    width: 100%
}
.has-val2 + .focus-float-input::after {
    top: -10px;
	font-size: .85em;
}
.has-val2.float-input {border-bottom-width: 0;}
.has-val2 + .focus-float-input::before {
    width: 100%
}
.modal-close {position: absolute;
    top: 10px;
    right: 6px;
    background-color: rgba(255, 255, 255, .8) !important;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc !important;
    border-radius: 100%;
    line-height: 100%;
    font-size: 24px;
	}
	form.enquiryforms { overflow-y:auto;}
.error-text{
    color: red;
    background-size: cover;
    margin-top: -25px;
    padding-bottom: 10px;
    font-size: 14px;}
.form-new .form-control {
    height: auto;
}
.form-new .gj-timepicker-bootstrap .form-control.border {
  border-width: 0 0 1px 0 !important; border-color:#999 !important;
}
.form-new .gj-datepicker-bootstrap [role=right-icon] button, .form-new .gj-timepicker-bootstrap [role=right-icon] button {
    border-width: 0 0 1px 0;
	border-radius:0;
	 border-color:#999
}
.form-new .form-control { border-color:#999; border-radius:0; font-size:inherit;height: 35px;padding-left: 0;background: transparent;}

.listpage_block .property-img-block {height: 300px;}
.listpage_block .property-img-block .agent-block {border-bottom:1px solid #ccc;}
.listpage_block .agent-block { font-size:14px; line-height:1.5; font-family:'Asap Condensed', sans-serif;}
.listpage_block .agent-block img {max-height:50px;max-width: 100%;}
.listpage_block .property-info { color:#888; list-style:none; padding:0; margin:0;}
.listpage_block .property-info li { display:inline-block; padding-right:10px;}
.listpage_block .property-info i {padding-right:10px; color:#f9b000;}
.listpage_block .property-info img {max-width:70px; margin-left:10px;}
.listpage_block .price_block {font-weight:bold; font-size:20px; color:#7b2333; padding:15px 0;}
.listpage_block .mini-actions {padding:15px 0;}
.listpage_block .mini-actions .btn-outline-secondary:hover { background-color:#7b2333; border-color:#7b2333;}

   .valform-container {
            max-width: 700px;
            margin: 0 auto;
            padding: 30px;
            background: #345ba8;
            border-radius: 8px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        }


        .btn-group-toggle .btn {
            border: 1px solid #dc3545;
            background-color: #fff; /* Default inactive background */
            color: #6c757d; /* Default inactive text */
            border-radius: 8px;
            font-weight: bold;
            transition: all 0.3s ease-in-out;
        }
        .btn-group-toggle .btn.active {
            background-color: #dc3545;
            color: white;
            border-color: #dc3545;
        }
        .btn-group-toggle .btn:not(.active):hover {
            background-color: #f8d7da; 
            color: #dc3545;
        }

    
		

.form-control {
    border-radius: 6px;
    border: 1px solid #ced4da;
    padding: 10px;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}





::placeholder {
    color: #ced4da;
}


label {
    font-weight: bold;
    color: #fff;
}


.form-group {
    margin-bottom: 18px;
}


.btn-submit {
    background-color: #dc3545;
    color: white;
    font-weight: bold;
    border-radius: 6px;
    padding: 12px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.btn-submit:hover {
    background-color: #c82333;
    transform: translateY(-2px);
    box-shadow: 0px 4px 8px rgba(220, 53, 69, 0.3);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .icon-section ul {
    flex-direction: column;
    align-items: center;
  }

  .icon-section ul li {
    width: 100%;
    min-height: auto; 
    text-align: center;
  }

  .round-block {
    width: 80px;
    height: 80px;
  }

  .icon-section ul li span {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
		.cust-modal {
			max-width: 700px!important;
			margin: 1.75rem auto;
		}
		
	}
	
/* Custom css from About us */
.de_count.ultra-big.s2 {
  border: solid 2px #333333;
  padding: 30px;
}

.de_count.ultra-big.s2 h3 {
  letter-spacing: 0;
}
.de_count.ultra-big h3 {
  font-size: 230px;
  padding: 40px 0 20px 0;
  line-height: auto;
}
.de_count h3 {
  font-size: 40px;
  letter-spacing: 0px;
  margin: 0;
	margin-bottom: 0px;
  padding: 0;
  margin-bottom: 15px;
  line-height: .5em;
}

.de_count.ultra-big.s2 span {
  font-size: 14px;
  letter-spacing: 5px;
}
.de_count.ultra-big span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 10px;
  padding: 5px 10px;
}
.de_count span {
  font-size: 12px;
  text-transform: uppercase;
}

blockquote {
  font-family: "Cabin";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4em;
  border: none;
	border-left-width: medium;
	border-left-style: none;
	border-left-color: currentcolor;
  border-left: solid 3px #333333;
	border-left-color: rgb(51, 51, 51);
  padding-left: 30px;
  color: #2A2E37;
}

.profile-card {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.profile-header {
  background-color: #1b1464;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.profile-header h5 {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.profile-header small {
  float: right;
  font-size: 0.9rem;
  font-weight: 400;
}

.profile-img {
  width: 240px;
  height: 270px;
  object-fit: cover;
  border-radius: 10%;
  margin: 0 auto 15px;
  display: block;
}

.contact-info-profile {
  color: #d41f00;
  font-weight: 500;
  margin-bottom: 15px;
}

.contact-info-profile a {
  color: #d41f00;
  word-break: break-word;
}

