@import url('https://fonts.googleapis.com/css2?family=Geist:ital,wght@0,100..900;1,100..900&display=swap');
/*font-family: "Geist", sans-serif;*/
:root {
    --primary-color: #F30008;
    --secondary-color: #323B9A;
    --heading-color: #1B1B1B;
    --black-color:#000000;
    --paragraph-color: #464646;
    --bg-color: #F0F4F5;
    --white-color:#fff;
}

*{
    box-sizing: border-box;
}
body{margin: 0px; font-family: "Geist", sans-serif;}
button:focus{outline: none;}
input:focus{outline: none;}
a{
    color: #1b70bb;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
ul{
	list-style: none;
	padding-left: 0px;
}


/* common css start */
.container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}
@media(max-width:1599px){
    .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media(max-width:1399px){
    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media(max-width:991px){
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width:767px){
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.common-btn1{
    position: relative;
    background-color: var(--secondary-color);
    padding: 5px 5px;
    padding-right: 15px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    transition: all 0.5s;
}
.common-btn1 i{
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #4588D7;
    border-radius: 50%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 16px;
    transition: all 0.5s;
}
.common-btn1:hover{
    background-color: #4588D7;
    color: var(--white-color);
}
.common-btn1:hover i{
    background-color: var(--secondary-color);
}

.common-gap{
    position: relative;
    width: 100%;
    padding: 60px 0px;
}

.common-title{
    position: relative;
    width: 100%;
}
.common-title h3{
    position: relative;
    width: 100%;
    color: #101E21;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}
.common-title h3 strong{
    font-weight: 600;
    color: var(--primary-color);
}
/* common css end */

/*##### Header css start ######*/
.header-wrapper{
    position: relative;
    width: 100%;
    z-index: 9;
}
.header-wrapper .logo-wrap{
    position: relative;
    background-color: #fff;
    margin-bottom: -90px;
    padding: 10px 10px 0px 10px;
    border-radius: 15px;
}
.header-wrapper .logo-wrap .navbar-brand{
    position: relative;
    margin-right: 0;
}
.header-wrapper .navbar-nav{
    position: relative;
}
.header-wrapper .navbar-nav li{
    position: relative;
    padding: 0px 5px;
}
.header-wrapper .navbar-nav li a{
    position: relative;
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 15px !important;
    transition: all 0.5s;
    border-radius: 30px;
}
.header-wrapper .navbar-nav li a.active{
    background-color: var(--primary-color);
    color: var(--white-color);
}
.header-wrapper .navbar-nav li a:hover{
    background-color: var(--primary-color);
    color: var(--white-color);
}

.header-wrapper .head-right-wrap{
    position: relative;
}
.header-wrapper .head-right-wrap ul{
    position: relative;
    width: 100%;
    margin-bottom: 0;
}
/*##### Header css end ######*/

/*##### Banner video css start #######*/
.banner-wrapper{
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.banner-wrapper .video-wrap{
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.banner-wrapper .video-wrap video{
    position: relative;
    width: 100%;
    height: 800px;
    object-fit: cover;
}
.banner-top-content-wrap {
	position: absolute;
	width: 100%;
	left: 0;
	top: 15%;
}
.banner-top-content-wrap .banner-left-content-wrap{
    position: relative;
    width: 100%;
}
.banner-top-content-wrap .banner-left-content-wrap h1{
    position: relative;
    width: 100%;
    font-size: 20px;
    color: var(--black-color);
    font-weight: 700;
    margin-bottom: 0px;
}
.banner-top-content-wrap .banner-left-content-wrap h2{
    position: relative;
    width: 100%;
    font-size: 70px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 0px;
}
.banner-top-content-wrap .banner-left-content-wrap h3{
    position: relative;
    width: 100%;
    font-size: 50px;
    color: var(--secondary-color);
    font-weight: 700;
    margin-bottom: 20px;
}
.banner-top-content-wrap .banner-left-content-wrap h4{
    position: relative;
    width: 100%;
    color: var(--primary-color);
    font-size: 35px;
}

.bnr-rebates-list{
    background-color: #FFFFFF;
    padding: 15px 15px;
    border-radius: 20px;
}
.bnr-rebates-list .bnr-rebates-icon-btn{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.bnr-rebates-list .icon{
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #EDEDED;
    border-radius: 50%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--secondary-color);
}
.bnr-rebates-list .bnr-rebates-icon-btn .btn-wrap{
    position: relative;
    width: calc(100% - 50px);
    padding-left: 10px;
    text-align: right;
}
.bnr-rebates-list .bnr-rebates-icon-btn .btn-wrap .common-btn1{
    position: relative;
    font-size: 14px;
}
.bnr-rebates-list .bnr-rebates-icon-btn .btn-wrap .common-btn1 i{
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 14px;
}
.bnr-rebates-list h4{
    position: relative;
    width: 100%;
    font-size: 30px;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 15px;
}
.bnr-rebates-list p{
    position: relative;
    width: 100%;
    color: var(--black-color);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.bnr-rebates-list p strong{
    color: var(--primary-color);
}

.local-austin-wrap{
    position: relative;
    width: 100%;
}
.local-austin-wrap .icon{
    position: relative;
    color: var(--primary-color);
    font-size: 25px;
    margin-bottom: 15px;
}
.local-austin-wrap p{
    position: relative;
    width: 100%;
    color: #1B1B1B;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.local-austin-wrap ul{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/*  */
.banner-filter-wrap{
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
}
.filter-wrap{
    position: relative;
    width: 100%;
}
.filter-wrap .filter-nav-menu{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.filter-wrap .filter-nav-menu .nav-tabs{
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 30px;
    padding: 6px 10px;
    margin-bottom: -15px;
    z-index: 1;
}
.filter-wrap .filter-nav-menu .nav-tabs li{
    position: relative;
    border: 0;
    padding: 0px 5px;
}
.filter-wrap .filter-nav-menu .nav-tabs li button{
    border: 1px solid #E8E8E8;
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 16px;
    color: var(--heading-color);
}
.filter-wrap .filter-nav-menu .nav-tabs li button.active{
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white-color);
}

.filter-field-wrap{
    position: relative;
    width: 100%;
    background-color: var(--white-color);
    padding: 15px 15px;
    padding-top: 30px;
    box-shadow: 0px 8px 90.9px 0px #00000017;
    border-radius: 20px;
}
.filter-field-wrap .filter-form-group{
    position: relative;
    width: 100%;
}
.filter-field-wrap .filter-form-group label{
    position: relative;
    width: 100%;
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.filter-field-wrap .filter-form-group .form-control{
    position: relative;
    background-color: #F5F5F5;
    border-color: #F5F5F5;
    padding: 10px 10px;
    border-radius: 8px;
}
.filter-search-group{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}
.filter-search-group .filter-search-input-box{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #323B9A;
    padding: 5px 5px;
    border-radius: 30px;
}
.filter-search-group .filter-search-input-box .search-btn{
    width: 100%;
    border: 0;
}
.filter-search-group .icon{
    position: relative;
    width: 40px;
}
.filter-search-group .icon .search-btn{
    position: relative;
    width: 35px;
    height: 35px;
    background-color: var(--white-color);
    border-radius: 30px;
    border: 0;
}
.filter-search-group .search-input{
    position: relative;
    width: calc(100% - 40px);
}
.filter-search-group .search-input .form-control{
    position: relative;
    width: 100%;
    background-color: transparent;
    border: 0;
    color: var(--white-color);
    padding-left: 5px;
    box-shadow: none;
    outline: none;
}
.filter-search-group .search-input .form-control::placeholder{
    color: var(--white-color);
}
/*##### Banner video css end #######*/

/*#### About section css start #####*/
.about-section-wrapper{
    position: relative;
    width: 100%;
}

.about-left-content{
    position: relative;
    width: 100%;
}
.about-left-content h4{
    position: relative;
    width: 100%;
    font-size: 32px;
}
.about-left-content h4 span{
    background-color: #F6F6F6;
    border: 1px solid #D5D5D5;
    border-radius: 30px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
}
.about-left-content h4 span::before{
    content: "\f111";
    font-family: "fontawesome";
    font-size: 8px;
    margin-right: 8px;
}
.about-left-content h3{
    position: relative;
    width: 100%;
    color: #F30008;
    font-size: 40px;
    margin-bottom: 15px;
}
.about-left-content p{
    position: relative;
    width: 100%;
    color: #464646;
    font-size: 15px;
    margin-bottom: 15px;
}
.about-right-video{
    position: relative;
    width: 100%;
}
.about-right-video .about-video{
    position: relative;
    width: calc(100% - 75px);
}
.about-right-video .about-video video{
    position: relative;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}
/**/ 
@keyframes animRotate {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.abt-tech-deg-box {
    position: absolute;
    right: 0%;
    transform: translateY(-50%);
    top: 50%;
    width: 150px;
    height: 150px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.abt-tech-deg-box h5 {
    position: relative;
    width: 70px;
    height: 70px;
    background-color: #323B9A;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}
.abt-tech-deg-box .globe-text {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    animation: animRotate 10s linear infinite;
}
/*#### About section css end #####*/

/*#### about-bottom section css start #####*/
.about-bottom-section{
    position: relative;
    width: 100%;
}
.about-bottom-inner-wrap{
    position: relative;
    width: 100%;
    padding: 40px 0px;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
}
.about-bottom-inner-wrap .col-12:last-child .about-bottom-list{
    border-right: 0px;
}
.about-bottom-list{
    position: relative;
    width: 100%;
    text-align: center;
    border-right: 1px solid #888888;
    padding: 15px 15px;
}
.about-bottom-list h3{
    position: relative;
    width: 100%;
    color: var(--black-color);
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 15px;
}
.about-bottom-list p{
    position: relative;
    width: 100%;
    color: #686868;
    font-size: 16px;
    margin-bottom: 5px;
}

/* ##### */



/*#### about-bottom section css end #####*/

/*#### properties services section css start ####*/
.properties-services-wrapper{
    position: relative;
    width: 100%;
}
/*  */
.property-card{
    position: relative;
    width: 100%;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    transition:.3s;
}
.property-card .property-img{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius:12px;
}
.property-card .property-img img{
    position: relative;
    width: 100%;
    object-fit:cover;
    transition: all 0.5s;
}
.property-card .rebate-badge{
    position:absolute;
    top:12px;
    left:12px;
    background:#F30008;
    color:#fff;
    font-size:12px;
    padding:4px 10px;
    border-radius:4px;
    font-weight:500;
}
.property-card .property-content{
    padding-top:12px;
}
.property-card .buyer-tag{
    background:#E4E4E4;
    color:#323B9A;
    font-size:13px;
    font-weight: 600;
    padding:4px 10px;
    border-radius:4px;
    display:inline-block;
    margin-bottom:10px;
}
.property-card .property-content h4{
    font-size:26px;
    font-weight:600;
    color: #101E21;
    margin-bottom:6px;
}
.property-card .property-content p{
    font-size:14px;
    color: var(--paragraph-color);
    margin-bottom:14px;
}
.property-card .price-box{
    background:#4588D7;
    color:#fff;
    padding:10px 18px;
    border-radius:6px;
    font-size:30px;
    font-weight:600;
    margin-bottom:18px;
}
.property-card .property-info{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.property-card .property-info .property-info-list{
    display:flex;
    flex-wrap: wrap;
    width: 50%;
}
.property-card .property-info .property-info-list i{
    font-size:18px;
    color:#111;
    margin-top:3px;
}
.property-card .property-info .property-info-list p{
    position: relative;
    width: 100%;
    margin:0;
    margin-top: 10px;
    color:#414141;
    font-size:16px;
    font-weight: 600;
    line-height:1.5;
}
.property-card:hover .property-img img{
    transform: scale(1.1);
}
/*  */
#properties-services-slider .properties-services-sld-items{
    position: relative;
    padding: 0px 10px;
}
/*  */
#properties-services-slider .slick-arrow{
    z-index: 9;
    border: 1px solid transparent;
    background-color: var(--secondary-color);
    color: var(--white-color);
    font-size: 20px;
    transition: 0.5s;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
#properties-services-slider .slick-arrow:hover{
    color: var(--white-color);
    transition: 0.5s;
}
#properties-services-slider .slick-arrow.slick-prev{
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
}
#properties-services-slider .slick-arrow.slick-next{
	position: absolute;
	right: -25px;
	top: 50%;
	transform: translateY(-50%);
}
/*#### Arrow css end*/ 
/*#### properties services section css end ####*/

/*#### discount-section css start ####*/
.discount-section-wrapper{
    position: relative;
    width: 100%;
    padding: 0px 15px;
}
.discount-inner-wrap{
    position: relative;
    width: 100%;
    background-image: url(../images/discount-section-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /* background-position: bottom; */
    padding: 80px 0px;
    border-radius: 15px;
    overflow: hidden;
}
/* .discount-inner-wrap::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 69%, rgba(0, 0, 0, 0.8) 100%);
} */
.buy-badge {
	position: absolute;
	left: 5%;
	top: 30px;
	max-width: 200px;
}
.discount-inner-wrap .discount-content-wrap{
    position: relative;
    width: 100%;
    padding: 20px 20px;
    background-color: #000000c7;
    border-radius: 10px;
    backdrop-filter: blur(4px);
}
.discount-inner-wrap h3{
    position: relative;
    width: 100%;
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.discount-inner-wrap ul{
    position: relative;
    width: 100%;
}
.discount-inner-wrap ul li{
    position: relative;
    width: 100%;
    color: var(--white-color);
    padding-left: 20px;
    margin-bottom: 3px;
}
.discount-inner-wrap ul li::before{
    content: "\f111";
    position: absolute;
    left: 0;
    top: 5px;
    font-family: "fontawesome";
    font-size: 8px;
    color: var(--white-color);
}
/*#### discount-section css end ####*/

/*##### what-we-do section css start #####*/
.what-we-do-wrapper{
    position: relative;
    width: 100%;
}


/*  */
.what-card{
    background:#eceff1;
    border-radius:20px;
    padding:40px 30px;
    height:100%;
    transition:0.3s;
}

.what-card .icon-box{
    width:60px;
    height:60px;
    margin-bottom:35px;
}
.what-card .icon-box img{
    width:100%;
    max-width:45px;
}
.what-card h3{
    font-size:34px;
    font-weight:700;
    line-height:1.1;
    color:#000000;
    margin-bottom:18px;
}
.what-card p{
    font-size:16px;
    line-height:1.7;
    color:#303030;
    margin:0;
    max-width:260px;
}
/*  */

/*##### what-we-do section css end #####*/

/*### buy-sell-property section css start */
.buy-sell-property-wrapper{
    position: relative;
    width: 100%;
}

.sell-property-img{
    position: relative;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.sell-property-content{
    position: relative;
    width: 100%;
}
.sell-property-content h3{
    position: relative;
    width: 100%;
    color: var(--black-color);
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}
.sell-property-content h3 strong{
    position: relative;
    color: var(--primary-color);
    font-weight: inherit;
}
.sell-property-content p{
    position: relative;
    width: 100%;
    color: var(--paragraph-color);
    font-size: 15px;
    margin-bottom: 15px;
}
/*### buy-sell-property section css end */

/*### austin-discount-realty section css start #####*/
.austin-discount-realty-wrapper{
    position: relative;
    width: 100%;
    padding-bottom: 60px;
}
.austin-discount-box-list{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.austin-discount-box-list > img{
    position: relative;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.austin-discount-box-list .austin-discount-content{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 15px;
    padding-left: 20px;
    width: 40%;
}
.austin-discount-box-list .austin-discount-content h3{
    position: relative;
    width: 100%;
    color: #1B1B1B;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.austin-discount-box-list .austin-discount-content h5{
    position: relative;
    width: 100%;
    color: #1B1B1B;
    font-size: 20px;
    margin-bottom: 15px;
}
.austin-discount-box-list .austin-discount-content h5 span{
    color: var(--primary-color);
}
.austin-discount-box-list .austin-discount-content .intext-box{
    position: relative;
    width: 100%;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 8px;
}

/* 6 boxs */
.austin-discount-box1 .austin-discount-content h3{
    color: var(--primary-color);
}
.austin-discount-box2 .austin-discount-content .intext-box{
    background-color: var(--secondary-color);
}
.austin-discount-box5 .austin-discount-content{
    left: auto;
    right: 0;
}
/*### austin-discount-realty section css end #####*/

/*#### testimonials section css start #####*/
.testimonials-wrapper{
    position: relative;
    width: 100%;
    padding: 30px 0px 60px 0px;
}
.testimonials-wrapper .common-title h4{
    position: relative;

}
.testimonials-wrapper .common-title h4 span{
    background-color: #F6F6F6;
    border: 1px solid #D5D5D5;
    border-radius: 30px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
}
.testimonials-wrapper .common-title h4 span::before{
    content: "\f111";
    font-family: "fontawesome";
    font-size: 8px;
    margin-right: 8px;
}
#testimonials-slider .slick-track{
    display: flex;
    flex-wrap: wrap;
}
#testimonials-slider .testimonials-sld-items{
    position: relative;
    padding: 0px 15px;
    height: auto;
}

.testimonials-wrap{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 15px 15px;
    background-color: #EFEFEF;
    border-radius: 15px;
}
.testimonials-wrap .testimonials-rating{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.testimonials-wrap .testimonials-rating .quote{
    position: relative;
    width: 40%;
}
.testimonials-wrap .testimonials-rating .rating{
    position: relative;
    width: 60%;
    text-align: right;
}
.testimonials-wrap .testimonials-rating .rating img{
    position: relative;
    margin-left: auto;
}
.testimonials-wrap p{
    position: relative;
    width: 100%;
    color: var(--paragraph-color);
    font-size: 16px;
    margin-bottom: 15px;
}
.testimonials-wrap h5{
    position: relative;
    width: 100%;
    color: var(--primary-color);
    font-size: 20px;
    margin-bottom: 0;
}
/*  */
#testimonials-slider .slick-arrow{
    z-index: 9;
    border: 1px solid transparent;
    background-color: var(--secondary-color);
    color: var(--white-color);
    font-size: 20px;
    transition: 0.5s;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
#testimonials-slider .slick-arrow:hover{
    color: var(--white-color);
    transition: 0.5s;
}
#testimonials-slider .slick-arrow.slick-prev{
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
}
#testimonials-slider .slick-arrow.slick-next{
	position: absolute;
	right: -25px;
	top: 50%;
	transform: translateY(-50%);
}
/*#### Arrow css end*/ 
/*#### testimonials section css end #####*/

/*#### Footer css start #####*/
.footer-wrapper{
    position: relative;
    width: 100%;
    padding: 15px 15px;
}
.footer-main-wrap{
    position: relative;
    width: 100%;
    padding: 20px 20px;
    background-color: #323D99;
    border-radius: 15px;
}
.footer-main-wrap .footer-top-wrap{
    position: relative;
    width: 100%;
    padding: 80px 0px;
    background-image: url(../images/footer-top-section-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    background-position: bottom;
}
.footer-main-wrap .footer-top-wrap h3{
    position: relative;
    width: 100%;
    color: #1A1A1A;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-main-wrap .footer-top-wrap h4{
    position: relative;
    width: 100%;
    color: #1A1A1A;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}
.footer-main-wrap .footer-top-wrap h4 span{
    color: var(--primary-color);
}
.footer-main-wrap .highlight-text{
    position: relative;
    width: 100%;
    background-color: var(--white-color);
    padding: 8px 8px;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color);
    border-radius: 10px;
    margin-top: 30px;
}
/*  */

.footer-inner-wrap{
    position: relative;
    width: 100%;
}
.footer-inner-wrap .footer-img{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.footer-inner-wrap p{
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #B6BCEE;
}
.footer-inner-wrap h3{
    position: relative;
    width: 100%;
    color: var(--white-color);
    font-size: 20px;
    margin-bottom: 15px;
}

.footer-bottom-wrapper{
    position: relative;
    width: 100%;
    padding-top: 60px;
}

/*  */
.footer-menu {
    position: relative;
    width: 100%;
}
.footer-menu ul{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.footer-menu ul li{
    position: relative;
    width: 100%;
    padding: 5px 0px;
}
.footer-menu ul li a{
    position: relative;
    color: #B6BCEE;
    font-size: 14px;
}
.footer-menu.column-2 ul li{
    position: relative;
    width: 50%;
}
/**/
.footer-inner-wrap .contact-det-list {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	margin-bottom: 20px;
}
.footer-inner-wrap .contact-det-list .icon{
	position: relative;
	width: 30px;
	color: var(--white-color);
    background-color: transparent;
	font-size: 20px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.footer-inner-wrap .contact-det-list .content{
	position: relative;
	width: calc(100% - 35px);
	padding-left: 5px;
}
.footer-inner-wrap .contact-det-list .content h4{
	position: relative;
	width: 100%;
	color: var(--white-color);
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.footer-inner-wrap .contact-det-list .content p{
	position: relative;
	font-size: 20px;
	word-break: break-all;
	margin-bottom: 0px; 
	color: #B6BCEE;
}
.footer-inner-wrap .contact-det-list .content p a {
	color: #B6BCEE;
}
/****/

/*####*/
.footer-newsletter-wrap {
  position: relative;
  width: 100%;
}
.footer-newsletter-frm {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #192483;
  border-radius: 60px;
  padding: 6px;
}
.footer-newsletter-frm .input-text {
  position: relative;
  width: calc(100% - 155px);
}
.footer-newsletter-frm .input-text .form-control {
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px 0px 0px 0px;
  background-color: transparent;
  border: 0;
  color: #B6BCEE;
}
.footer-newsletter-frm .input-text .form-control:focus {
  outline: none;
  box-shadow: none;
}

.footer-newsletter-frm .input-text .form-control::-moz-placeholder {
  color: #B6BCEE;
}
.footer-newsletter-frm .input-text .form-control::placeholder {
  color: #B6BCEE;
}
.footer-newsletter-frm .submit {
  position: relative;
  width: 155px;
  text-align: right;
}
.footer-newsletter-frm .submit .btn {
  position: relative;
  width: auto;
  padding: 3px;
  font-size: 16px;
  padding-left: 10px;
  background-color: #FFFFFF;
  color: var(--heading-color);
}
.footer-newsletter-frm .submit .btn i{
    background-color: var(--primary-color);
}
/* ##### */

.footer-copyright{
    position: relative;
    width: 100%;
    padding: 20px 0px 0px 0px;
    border-top: 1px solid #B6BCEE;
    text-align: center;
}
.footer-copyright p{
    position: relative;
    width: 100%;
    color: #B6BCEE;
    font-size: 14px;
    margin-bottom: 0;
}

/*#### Footer css end #####*/

/*##### inner banner css start ####*/
.inner-banner-wrapper{
    position: relative;
    width: 100%;
}
.inner-banner-wrapper > img{
    position: relative;
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.inner-banner-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(98.89deg, #1B1E28B2 28.1%, rgba(37, 38, 58, 0) 86.38%);
    z-index: 2;
}
.inner-banner-wrapper .inner-banner-content{
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    z-index: 2;
}
.inner-banner-wrapper .inner-banner-content h1{
    position: relative;
    width: 100%;
    color: var(--white-color);
    font-size: 30px;
    margin-bottom: 0px;
}
/*##### inner banner css end ####*/

/*##### About us page css start #####*/
.about-ustop-wrapper{
    position: relative;
    width: 100%;
}
.about-left-img{
    position: relative;
    width: 100%;
}
.about-left-img > img{
    position: relative;
    width: 100%;
}
.about-right-content{
    position: relative;
    width: 100%;
}
.about-right-content h3{
    position: relative;
    width: 100%;
    color: var(--primary-color);
    font-size: 35px;
    margin-bottom: 15px;
}
.about-right-content p{
    position: relative;
    width: 100%;
    color: var(--paragraph-color);
    font-size: 15px;
    margin-bottom: 10px;
}
.about-right-content h5{
    position: relative;
    width: 100%;
    color: var(--secondary-color);
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}
.about-right-content ul{
    position: relative;
    width: 100%;
}
.about-right-content ul li{
    position: relative;
    width: 100%;
    font-size: 16px;
    color: var(--paragraph-color);
    padding-left: 18px;
    margin-bottom: 8px;
}
.about-right-content ul li::before{
    content: "\f111";
    position: absolute;
    left: 0;
    top: 3px;
    font-family: "fontawesome";
    font-size: 10px;
    color: var(--secondary-color);
}

.what-we-do-business-history{
    position: relative;
    width: 100%;
    background-color: #eceff1;
}
.what-we-do-business-history .what-we-do-left-img{
    position: relative;
    width: 100%;
}
.what-we-do-business-history .what-we-do-left-img video{
    position: relative;
    width: 100%;
    border-radius: 15px;
}
.what-we-do-right-content{
    position: relative;
    width: 100%;
}
.what-we-do-right-content h3{
    position: relative;
    width: 100%;
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.what-we-do-right-content p{
    position: relative;
    width: 100%;
    color: var(--paragraph-color);
    font-size: 16px;
    margin-bottom: 15px;
}
/*##### About us page css end #####*/

/*#### Contact us page css start ####*/
.contact-info-wrapper {
  position: relative;
  width: 100%;
  padding: 50px 0px;
  background-color: #eceff1;
}

.contact-pg-info-list {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  text-align: center;
  border-radius: 15px;
}

.contact-pg-info-list .icon {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 30px;
  color: #fff;
  justify-content: center;
  background-color: var(--secondary-color);
  margin: 0 auto;
  margin-bottom: 15px;
}

.contact-pg-info-list h4 {
  position: relative;
  width: 100%;
  color: var(--heading-color);
  font-size: 20px;
  margin-bottom: 10px;
}

.contact-pg-info-list p {
  position: relative;
  width: 100%;
  color: #848484;
  font-size: 21px;
  margin-bottom: 10px;
}

.contact-pg-info-list p a {
  color: #848484;
  text-decoration: underline;
}

/* ###### */

.contact-wrapper{
    position: relative;
    width: 100%;
    padding: 50px 0px;
    background-color: #fff;
}

.contact-form-wrap{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #eceff1;
    padding: 15px 15px;
    border-radius: 15px;
}
.contact-form-wrap .title{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.contact-form-wrap .title h3{
    position: relative;
    width: 100%;
    color: var(--primary-color);
    font-size: 30px;
    margin-bottom: 10px;
}
.contact-form-wrap .title p{
    position: relative;
    width: 100%;
    color: var(--paragraph-color);
    font-size: 16px;
    margin-bottom: 10px;
}
.contact-form-wrap .form-group{
    position: relative;
    width: 100%;
}
.contact-form-wrap .form-group .form-control{
    position: relative;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #ddd;
}
.contact-form-wrap .form-group .form-control:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid var(--secondary-color);
}
.contact-form-wrap .form-group .common-btn1{
    position: relative;
    padding: 10px 25px;
}
/*#### Contact us page css end ####*/

/*#### Faq section css start ####*/
.faq-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.faq-wrap {
  position: relative;
  width: 100%;
}
.faq-wrap .accordion-item {
  position: relative;
  width: 100%;
  border-top: 1px solid #dee2e6;
  margin-bottom: 15px;
}

.faq-wrapper .accordion-button {
  position: relative;
  color: #000;
  font-size: 18px;
  box-shadow: none;
  padding-right: 42px;
}

.faq-wrapper .accordion-button::after {
  content: "+";
  font-family: "fontawesome";
  background-color: #1c2377;
  color: #fff;
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-image: none;
}

.faq-wrapper .accordion-button:not(.collapsed)::after {
  content: "\f068";
  transform: rotate(0);
  font-family: "fontawesome";
}

.faq-wrapper .accordion-button:not(.collapsed) {
  background-color: #323B9A;
  color: #ffffff;
}

/*#### Faq section css end ####*/

/*#### Buyers section css start #######*/
.buyers-top-wrapper{
    position: relative;
    width: 100%;
}

.buyers-top-left-content{
    position: relative;
    width: 100%;
}
.buyers-top-left-content h3{
    position: relative;
    width: 100%;
    color: var(--secondary-color);
    font-size: 30px;
    margin-bottom: 15px;
}
.buyers-top-left-content p{
    position: relative;
    width: 100%;
    color: var(--paragraph-color);
    font-size: 15px;
    margin-bottom: 10px;
}
.buyers-top-left-content h4{
    position: relative;
    width: 100%;
    color: var(--primary-color);
    font-size: 22px;
    margin-bottom: 10px;
}
.buyers-top-left-content ul{
    position: relative;
    width: 100%;
}
.buyers-top-left-content ul li{
    position: relative;
    width: 100%;
    color: var(--paragraph-color);
    padding-left: 20px;
    margin-bottom: 3px;
}
.buyers-top-left-content ul li::before{
    content: "\f111";
    position: absolute;
    left: 0;
    top: 5px;
    font-family: "fontawesome";
    font-size: 8px;
    color: var(--secondary-color);
}
.buyers-top-right-img{
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.buyers-top-right-img img{
    position: relative;
    width: 100%;
}
/*  */
.buyers-mission-wrapper{
    position: relative;
    width: 100%;
    background-color: var(--bg-color);
}

.buyers-mission-left-img{
    position: sticky;
    top: 0;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.buyers-mission-left-img img{
    position: relative;
    width: 100%;
}

.note-box{
    position: relative;
    width: 100%;
    padding: 20px 20px;
    background-color: var(--white-color);
    border-radius: 15px;
    box-shadow: 1px 1px 5px 4px #00000005;
}
.note-box p{
    position: relative;
    width: 100%;
    color: var(--paragraph-color);
    font-size: 15px;
    margin-bottom: 15px;
}
/*  */
.cms-content{
    position: relative;
    width: 100%;
}
.cms-content h3{
    position: relative;
    width: 100%;
    color: var(--secondary-color);
    font-size: 30px;
    margin-bottom: 15px;
}
.cms-content h4{
    position: relative;
    width: 100%;
    color: var(--primary-color);
    font-size: 22px;
    margin-bottom: 15px;
}
.cms-content p{
    position: relative;
    width: 100%;
    color: var(--paragraph-color);
    font-size: 15px;
    margin-bottom: 15px;
}
.cms-content h5{
    position: relative;
    width: 100%;
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
/*#### Buyers section css end #######*/

/*##### Property Management page css start ######*/
.properties-management-wrapper{
    position: relative;
    width: 100%;
}
.properties-management-right-img{
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.properties-management-right-img img{
    position: relative;
    width: 100%;
}


/*##### Property Management page css end ######*/

/*###### seller mission css start #####*/
.seller-mission-wrapper{
    position: relative;
    width: 100%;
    background-color: var(--bg-color);
}
.seller-mission-wrapper .note-box p{
    color: var(--primary-color);
}


/*  */
.package-section-wrapper{
    position: relative;
    width: 100%;
}

.package-section-wrapper .common-title{
    position: relative;
    width: 100%;
}
.package-section-wrapper .common-title h4{
    position: relative;
    width: 100%;
    color: var(--secondary-color);
    font-size: 25px;
    margin-bottom: 5px;
}
.package-section-wrapper .common-title p{
    position: relative;
    width: 100%;
    color: var(--paragraph-color);
    font-size: 16px;
    margin-bottom: 5px;
}
.package-section-wrapper .common-title p span{
    color: var(--primary-color);
}

.package-left-wrap{
    position: relative;
    width: 100%;
}

.package-list{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 15px 15px;
    background-color: var(--bg-color);
    box-shadow: 2px 5px 8px 1px #0000001a;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
}
.package-list h3{
    position: relative;
    width: 100%;
    color: var(--secondary-color);
    font-size: 22px;
}
.package-list h4{
    position: relative;
    width: 100%;
    color: var(--primary-color);
    font-size: 20px;
    margin-bottom: 10px;
}
.package-list .pack-list{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
}
.package-list .pack-list:last-child{
    border-bottom: 0px;
}
.package-list .pack-list .pack-title{
    position: relative;
    width: 50%;
    font-size: 16px;
    font-weight: 600;
    padding-right: 10px;
}
.package-list .pack-list .pack-price{
    position: relative;
    width: 50%;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
}

/*  */
.package-right-content{
    position: relative;
    width: 100%;
}
.package-right-content h5{
    position: relative;
    width: 100%;
    color: var(--primary-color);
    font-size: 16px;
    margin-bottom: 5px;
}
.package-right-content h3{
    position: relative;
    width: 100%;
    color: var(--black-color);
    font-size: 22px;
    margin-bottom: 10px;
}
.package-right-content p{
    position: relative;
    width: 100%;
    color: var(--paragraph-color);
    font-size: 15px;
    margin-bottom: 10px;
}
.package-right-content h4{
    position: relative;
    width: 100%;
    color: var(--secondary-color);
    font-size: 20px;
    margin-bottom: 10px;
}
.package-right-content ul{
    position: relative;
    width: 100%;
}
.package-right-content ul li {
  position: relative;
  width: 100%;
  color: var(--paragraph-color);
  font-size: 15px;
  padding-left: 20px;
  margin-bottom: 5px;
}
.package-right-content ul li::before{
    content: "\f111";
    position: absolute;
    left: 0;
    top: 5px;
    font-family: "fontawesome";
    font-size: 8px;
    color: var(--secondary-color);
}

.examples-section{
    position: relative;
    width: 100%;
    padding: 20px 20px;
    background-color: var(--bg-color);
    border-radius: 15px;
}
.examples-section h3{
    position: relative;
    width: 100%;
    color: var(--secondary-color);
    font-size: 26px;
    margin-bottom: 15px;
}
.examples-section h4{
    position: relative;
    width: 100%;
    color: var(--primary-color);
    font-size: 22px;
    margin-bottom: 10px;
}
.examples-section p{
    position: relative;
    width: 100%;
    color: var(--paragraph-color);
    font-size: 15px;
    margin-bottom: 10px;
}
/*###### seller mission css end #####*/

.property-card .buyer-tag a {
  color: #323B9A;
}