@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: "EB Garamond", serif;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'catchy-mager';
    src: url(../fonts/catchy-mager.otf);
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

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

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #a30000!important;
    text-align: center;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000!important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000!important;
    color: #fff!important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-size: 65px;
    line-height: 50px;
    color: #000;
    font-weight: 800;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/* Header Start */

.menuSec {
    /* padding: 0px 0; */
    /* background-color: #5a0a2e; */
}
.add-padding {
    padding: 0 4%;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
header.sticky.fixed .header-logo a img {
    width: 80%;
}
.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 0px 12px;
    font-weight: 500;
    font-size: 17px;

}

.menuSec ul li a:hover, .menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #efe2cf;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

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

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}


/* Header Start */

/* Banner Start */

.main-banner-sec video {
    width: 100%;
    height: 780px;
    object-fit: cover;
}

/* Banner End*/

/*About Us Start*/

.about-text h2 {
    color: #5a0a2e;
    font-family: 'catchy-mager';
}
.about-sec {
    padding: 100px 0;
    background: #efe2cf;
}
.about-images img {
    width: 100%;
    height: 636px;
    object-fit: cover;
    border-radius: 15px;
}
.about-text {
    margin-left: 50px;
}
.about-text span {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #5a0a2e;
    font-weight: 600;
    display: block;
    margin-bottom: 18px;
}
.about-btn {
    margin-top: 45px;
}
.theme-btn-1 {
    background: #000;
    background-color: #5a0a2e;
    padding: 18px 30px 18px 30px;
    color: #FFFFFF;
    font-weight: 500;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
}


/*About Us End*/

/*Our Services Start*/


.our-services-sec {
    background-image: url(../images/our-services-back.webp);
    background-color: #5a0a2e;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 120px 0;
}
.our-services-heading h2 {
    color: #fff;
}
.our-services-box {
    background: #fff;
    padding: 40px 40px;
    text-align: center;
    border-radius: 15px;
    height: 330px;
}
.our-services-row {
    margin-top: 20px;
}

.our-services-box h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}
.our-services-box p {
    font-size: 15px;
}

.featured-properties-sec {
    padding: 100px 0;
    background: #5a0a2e;
}
.our-services-box a {
    background: #EFE2CF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 50%;
}
.our-services-box a img {
    border-radius: 50%;
    width: 115px;
    height: 55px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(9%) sepia(69%) saturate(2686%) hue-rotate(313deg) brightness(100%) contrast(103%);
}


/*Our Services End*/


/*Featured Properties Start*/


.featured-properties-box {
    margin-top: 35px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.featured-properties-heading h2 {
    margin-bottom: 15px;
    color: #efe2cf;
    /* color: #5a0a2e; */
    font-family: 'catchy-mager';
    font-weight: 400;
}
.featured-properties-box:before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, #00072d, transparent);
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 1;
}
.featured-properties-main-btn {
    position: absolute;
    z-index: 9;
    right: 20px;
    bottom: 70px;
    opacity: 0;
    transition: 0.5s;
}
.featured-properties-box:hover .featured-properties-main-btn {
    opacity: 1;
    transition: 0.5s;
}
.featured-properties-box:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}
.featured-properties-main-btn a {
    width: 45px;
    height: 45px;
    background-color: #00bbff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}
.featured-properties-name {
    position: absolute;
    width: 100%;
    bottom: 15px;
    padding: 0 25px;
    z-index: 2;
}
.featured-properties-box img {
    width: 100%;
    height: 278px;
    border-radius: 12px;
    transition: 0.5s;
}
.our-clients-says-heading h2 {
    color: #5a0a2e;
}
.featured-properties-name h2 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 2px;
    color: #fff;
}
.featured-properties-name h3 {
    font-family: "EB Garamond", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    border-bottom: 2px dashed;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #fff;
}
.featured-properties-bottom-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.featured-properties-bottom-list ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.featured-properties-bottom-list ul li label {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}
.featured-properties-bottom-list ul li span {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.featured-properties-icon ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.featured-properties-icon {
    position: absolute;
    top: 19px;
    right: 15px;
    z-index: 2;
}
.featured-properties-icon ul li a {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    color: #000;
    transition: 0.5s;
}
.featured-properties-icon ul li a:hover {
    transition: 0.5s;
    color: #fff;
    background: #5a0a2e;
}
.featured-properties-apartment {
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 2;
}
.featured-properties-apartment ul li a {
    background: #ffa727;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}
.featured-properties-apartment ul {
    display: flex;
    align-items: center;
    gap: 10px;
}
.featured-properties-tag {
    position: absolute;
    top: 20px;
    left: -21px;
    z-index: 2;
}
.featured-properties-tag span {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 16px;
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #5a0a2e;
    letter-spacing: 0.8px;
    font-family: "Roboto", sans-serif;
    padding: 3px 0;
}

/*Featured Properties End*/


/*Counter Start*/

.counter-sec {
    background-image: url(../images/counter-back.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    background-attachment: fixed;
}
.counter-box {
    position: relative;
    z-index: 9;
    text-align: center;
}
.counter-sec:before {
    content: "";
    position: absolute;
    background-color: #652240cf;
    width: 100%;
    height: 100%;
    top: 0;
}
.counter-box h2 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.8px;
    line-height: 30px;
    margin-bottom: 5px;
}
.counter-box p {
    font-family: "EB Garamond", serif;
    font-size: 18px;
    color: #ffff;
    font-weight: 600;
}
.counter-box h2 span {
    margin-right: 3px;
}
.counter-box a img {
    width: 85px;
    height: 85px;
    object-fit: contain;
    margin-bottom: 15px;
    filter: brightness(0) saturate(100%) invert(98%) sepia(84%) saturate(2%) hue-rotate(60deg) brightness(111%) contrast(100%);
}
/*Counter End*/

/*Our Clients Says Start*/


.our-clients-says-sec {
    padding: 80px 0;
}
.our-clients-silder .slick-active {
    opacity: 1.5;
}
.our-clients-silder-items img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -85px;
}
.our-clients-silder-items span {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}
.our-clients-silder-items h2 {
    font-size: 20px;
    color: #00072d;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 15px;
}
.our-clients-silder-items {
    box-shadow: 0px 0px 4px rgba(72 12 168 / 16%);
    border-radius: 10px;
    border-color: #ffffff;
    padding: 40px;
    text-align: center;
}
.our-clients-silder .slick-slide {
    margin: 70px 15px 20px 15px;
}
.our-clients-silder-items .our-clients-silder-items p {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 15px;
    color: #555555;
}
.our-clients-silder .slick-next:before {
    content: '\f054';
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    font-size: 25px;
    color: #5a0a2f !important;
}
.our-clients-silder .slick-prev:before {
    content: '\f053';
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    font-size: 25px;
    color: #5a0a2f !important;
    opacity: 1 !important;
}
.our-clients-silder .slick-dots li button:before {
   
    width: 25px;
    height: 10px;
    content: '';
    text-align: center;
    opacity: 10.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #d8c8cf;
    border-radius: 50px;
}
.our-clients-silder .slick-dots li.slick-active button:before {
    opacity: 10.75;
    background: #5a0a2e;
}
.our-clients-silder .slick-dots li {
   
    margin: 0 8px;
 }

/*Our Clients Says End*/

/*Footer Start*/

.footer-sec {
    /* background-image: url(../images/footer-back.webp); */
    padding: 90px 0 40px;
    position: relative;
    width: 100%;
    height: 100%;
    /* background-size: cover; */
    /* background-position: 100% 100%; */
    background: #5a0a2e;
}
.footer-sec:before {
    content: "";
    position: absolute;
    background: #5a0a2ed9;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}
.footer-sec .row {
    position: relative;
    z-index: 9;
}
.footer-contacts {
    /* margin-left: 65px; */
}
.footer-general-info {
    margin-left: 80px;
}
.footer-contacts ul {
    margin-top: 15px;
}
.footer-logo ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
}
.footer-logo ul li a {
    background: #5A0A2E;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    transition: 0.5s;
}

.footer-copy-right-sec {
    background-color: #5A0A2E;
    text-align: center;
    padding: 20px 0;
}
.footer-copy-right-sec p {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}
.footer-logo p {
    color: #fff;
    width: 80%;
    line-height: 30px;
    margin-top: 20px;
}
.footer-sec h2 {
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
}
.footer-general-info ul li a {
    color: #fff;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    transition: 0.5s;
}
.footer-general-info ul li a:hover {
    margin-left: 30px;
    transition: 0.5s;
}
.footer-logo ul li a:hover {
    transform: rotate(360deg);
    transition: 0.5s;
}
.footer-general-info ul {
    line-height: 45px;
}
.footer-general-info ul li a i {
    margin-right: 5px;
}
.footer-contacts ul li a {
    font-size: 18px;
    color: #efe2cf;
    font-family: 'EB Garamond';
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer-contacts ul li {
    margin-bottom: 15px;
}

/*Footer End*/

/* Inner Gallery Start*/

.gallery-sec {
    padding: 80px 0 100px;
}
.gallery-box a img {
    width: 100%;
    height: 205px;
    object-fit: cover;
}
.gallery-box {
    margin-top: 30px;
}
.inner-banner-sec {
    background-image: linear-gradient(135deg, #6b2847, rgb(90 34 59 / 83%)), url(../images/inner-banner.webp);
    width: 100%;
    padding: 70px 0;
    background-size: cover;
}
.inner-banner-heading h2 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 10px;
    font-family: catchy-mager;
}
.inner-banner-heading ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}
.inner-banner-heading ul li a {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 15px;
}
.inner-banner-heading ul li i {
    color: #fff;
    margin-top: 9px;
}

/* Inner Gallery End*/


/*Our Vision Start*/


.our-vision-sec {
    padding: 50px 0 100px;
}
.our-vision-text h2 {
    font-size: 50px;
}
.our-vision-text img {
    border-radius: 15px;
    width: 100%;
    gap: 459px;
    object-fit: cover;
}
.our-vision-text {
    padding-right: 40px;
}

/*Our Vision End*/

/*Contact Me Start*/

.contact-me-sec {
    padding: 100px 0px;
}
.contact-me-form input {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border: 2px solid #e8e8ff;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    color: #6c757d;
}
.contact-me-form input::placeholder {
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    color: #6c757d;
}
.contact-me-form textarea {
    width: 100%;
    height: 180px;
    padding: 20px 20px;
    border: 2px solid #e8e8ff;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    color: #6c757d;
    resize: none;
}
.contact-me-form textarea::placeholder {
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    color: #6c757d; 
}
.contact-me-form button {
    width: 30%;
    height: 55px;
    border: 2px solid #652240;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    color: #652240;
    font-weight: 600;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.contact-info {
    margin-left: 25px;
}
.contact-info h2 {
    font-size: 50px;
}
.contact-info ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}
.contact-info ul li h2 {
    color: #5a0a2e;
    font-size: 28px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}
.contact-info ul li i {
    font-size: 35px;
    color: #000;
}
.contact-info ul li a {
    color: #7a7a7a;
    font-family: "Roboto", sans-serif;
}

/*Contact Me Ends*/



/*New Homes Developments Start*/

.new-homes-developments-sec {
    padding: 100px 0;
}
.new-homes-developments-box-img img {
    width: 100%;
    height: 278px;
    object-fit: cover;
    border-radius: 10px;
}
.new-homes-developments-box-img-heading h2 {
    font-size: 15px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    line-height: 25px;
}
.new-homes-developments-box-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-homes-developments-arrow-btn {
    position: absolute;
    margin-top: -50px;
    opacity: 0;
    transition: 0.5s;
}
.new-homes-developments-box {
    transition: 0.5s;
    margin-top: 25px;
}
.new-homes-developments-box:hover {
    transition: 0.5s;
    box-shadow: 0 0 10px 0 #00000040;
    border-radius: 8px;
}

.new-homes-developments-box:hover .new-homes-developments-arrow-btn {
    transition: 0.5s;
    opacity: 1;
}

.new-homes-developments-box-img-heading {
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.new-homes-developments-box-img-icon ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.new-homes-developments-box-img-icon {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.new-homes-developments-bottom-date ul li {
    color: #6e7488;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Roboto", sans-serif;
}
.new-homes-developments-box-img-icon ul li a {
    color: #42beff;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.new-homes-developments-box-img:before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, #00072da3, transparent);
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.new-homes-developments-box-img-heading h2 {
    color: #fff;
    margin-bottom: 0;
}

.new-homes-developments-box-img-heading h2 span {
    display: block;
}

.new-homes-developments-text h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
}
.new-homes-developments-text {
    box-shadow: 0 0 5px 0 #5a0a2e42;
    padding: 30px 20px 15px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-top: -10px;
    background: #fff;
}
.new-homes-developments-text p {
    color: #6e7488;
    font-size: 15px;
}
.new-homes-developments-bedroom-bathrooms {
    column-count: 3;
}
.new-homes-developments-bedroom {
    text-align: center;
}


/*New Homes Developments End*/


.new-homes-developments-bottom-date ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.new-homes-developments-bedroom p {
    color: #6e7488;
    font-size: 16px;
    margin-bottom: 5px;
}
.new-homes-developments-bedroom span i {
    color: #c6c6ff;
}
.new-homes-developments-bedroom-bathrooms {
    column-count: 3;
    border: 2px dashed #c6c6ff;
    padding: 10px 0;
    position: relative;
}
.new-homes-developments-bedroom span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #6e7488;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
.new-homes-developments-bedroom-bathrooms:before {
    content: "";
    position: absolute;
    border: 1px dashed #c6c6ff;
    height: 85%;
    top: 5px;
    left: 120px;
}
.new-homes-developments-bedroom-bathrooms:after {
    content: "";
    position: absolute;
    border: 1px dashed #c6c6ff;
    height: 85%;
    top: 5px;
    right: 110px;
}
.new-homes-developments-arrow-btn a {
    background: #00072d;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    font-size: 20px;
}
.residential-properties-detail-silder .slick-active {
    opacity: 1.5;
}
.residential-properties-detail-silder .slick-slide {
    margin: 0px 0px;
}
.residential-properties-detail-silder-items img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.residential-properties-detail-silder-items {
    position: relative;
}
.residential-properties-detail-silder-items-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    pointer-events: none;
}
.residential-properties-detail-main-sec {
    padding: 100px 0;
    background: #5a0a2e;
}
.reviews-heading {
    margin-top: 40px;
}
.reviews-heading h2 {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 30px;
}
.townhouse-los-heading h2 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'catchy-mager';
}
.townhouse-los-heading p {
    font-size: 18px;
    color: #ffffff;
}
.residential-properties-detail-silder-items-icon i {
    font-size: 20px;
    color: #fff;
}
.residential-properties-admin-box {
    padding: 20px;
    border-radius: 10px;
    background: #efe2cf;
    margin-bottom: 30px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 0 4px rgb(72 12 168 / 16%);
    text-align: center;
}
.residential-properties-admin-box h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-family: 'catchy-mager';
}
.residential-properties-admin-box a img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
}
.residential-properties-admin-box a {
    font-size: 18px;
    color: #6e7488;
    font-family: "Roboto", sans-serif;
}
.advance-search-box input {
    border: 2px solid #5a0a2e;
    width: 100%;
    height: 55px;
    margin-bottom: 15px;
    padding: 0 15px;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    background: #efe2cf;
}
.advance-search-btn button {
    background: #5a0a2e;
    height: 55px;
    color: #fff;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    border-radius: 5px;
    border: none;
}
.advance-search-setting a {
    border: 2px solid #5a0a2e;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    border-radius: 5px;
    font-size: 25px;
    color: #652240;
}
.form-select:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
       border: 2px solid #e8e8ff;
}
.advance-search-btn button {
    width: 100%;
}
.advance-search-box select {
    border: 2px solid #e8e8ff;
    width: 100%;
    height: 55px;
    margin-bottom: 15px;
    padding: 0 15px;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
}
.advance-search-box {
    display: block;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    background: #efe2cf;
    box-shadow: 0 0 4px rgb(72 12 168 / 16%);
}
.advance-search-box h2 {
    font-size: 18px;
}
.line-1 {
    background: #5a0a2e54;
    width: 100%;
    height: 3px;
    position: relative;
}
.line-2 {
    position: absolute;
    background: #652240;
    width: 25%;
    height: 3px;
}
.recent-properties-box {
    display: block;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    background: #efe2cf;
    box-shadow: 0 0 4px rgb(72 12 168 / 16%);
}
.recent-properties-box h2 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 30px;
    font-family: 'catchy-mager';
}
.advance-search-box h2 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 30px;
    font-family: 'catchy-mager';
}
.advance-search-box form {
    margin-top: 20px;
}
.recent-properties-box ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    border-bottom: 1px dashed #e8e8ff;
    padding-bottom: 10px;
}
.townhouse-los-heading {
    margin-bottom: 50px;
}
.mortgage-calculator-box {
    display: block;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 4px rgb(72 12 168 / 16%);
}
.mortgage-calculator-box h2 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 30px;
}
.mortgage-calculator-box input {
    border: 2px solid #e8e8ff;
    width: 100%;
    height: 55px;
    padding: 0 15px;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
}
.mortgage-calculator-box label {
    font-family: "Roboto", sans-serif;
    color: #6e7488;
    margin-top: 15px;
}
.recent-properties-box ul li h2 {
    font-size: 15px;
    margin-bottom: 0;
}
.recent-properties-box p {
    font-size: 14px;
    margin-bottom: 0;
}
.recent-properties-box ul li span {
    color: #652240;
    font-weight: 600;
}
.recent-properties-box ul li img {
    width: 142px;
    height: 95px;
    border-radius: 8px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #652240;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.mortgage-calculator-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.mortgage-calculator-box button {
    margin-top: 20px;
    width: 100%;
    background: #652240;
    height: 55px;
    color: #fff;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    border-radius: 5px;
    border: none;
}
.property-description-box ul li {
    padding: 8px 15px;
    font-size: 20px;
    border: 1px dashed #652240;
    font-family: "Roboto", sans-serif;
    color: #5a0a2e;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.residential-properties-top-icon ul li a {
    border: 1px solid #652240;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #5a0a2e;
    border-radius: 3px;
}   
.residential-properties-top-icon ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
    margin-bottom: 20px;
}
.residential-properties-top-icon {
    text-align: end;
}
.residential-properties-top-icon p {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
}
.property-description-box {
    padding: 20px;
    border-radius: 10px;
    background: #efe2cf;
    margin-bottom: 30px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 0 4px rgb(72 12 168 / 16%);
}
.property-description-box h2 {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 30px;
    font-family: 'catchy-mager';
}
.property-description-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}
.property-description-icon-box {
    border: 1px dashed #652240;
    font-family: "Roboto", sans-serif;
    color: #6e7488;
    padding: 10px 0;
    position: relative;
    width: 32%;
    margin: 0;
}
.property-amenities-box ul li i {
    color: #652240;
}
.property-amenities-box ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #555;
    font-family: "Roboto", sans-serif;
    display: flex;
    align-items: center;
    gap: 5px;
}
.reviews-box input {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    border: 2px solid #e8e8ff;
    padding: 0 15px;
    font-family: "Roboto", sans-serif;
    border-radius: 8px;
}
.reviews-box button {
    width: 20%;
    height: 50px;
    font-family: "Roboto", sans-serif;
    border: 2px solid #652240;
    border-radius: 5px;
    color: #652240;
    background: none;
}

.property-amenities-box ul {
    margin-top: 20px;
    column-count: 3;
    line-height: 40px;
}
.property-description-box-icon i {
    font-size: 30px;
    color: #6e7b8f;
}
.property-description-box-icon {
    position: relative;
    top: 0;
    right: 0;
}

.property-amenities-box {
    padding: 20px;
    border-radius: 10px;
    background: #efe2cf;
    margin-bottom: 30px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 0 4px rgb(72 12 168 / 16%);
}

.property-amenities-box h2 {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 30px;
    font-family: 'catchy-mager';
}

.property-description-icon-box h2 {
    color: #6e7b8f;
    margin-bottom: 5px;
}
.property-description-icon-box p {
    color: #6e7488;
    margin-bottom: 0;
}
.property-description-row-box {
    /* column-count: 3; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.property-video-box {
    padding: 20px;
    border-radius: 10px;
    background: #efe2cf;
    margin-bottom: 30px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 0 4px rgb(90 10 46);
    color: #000;
}
.property-video-box h2 {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 30px;
    font-family: 'catchy-mager';
}
.property-video-box img {
    width: 100%;
    height: 518px;
    object-fit: cover;
}
.property-video-icon {
    position: absolute;
}
.property-video-img img {
    width: 100%;
    height: 518px;
    object-fit: cover;
}
.property-video-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.property-video-icon a {
    background: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    font-size: 40px;
    color: #692041;
}
.property-virtual-tour-box {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 0 4px rgb(72 12 168 / 16%);
}
.property-virtual-tour-box h2 {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 30px;
}
.property-map-box {
    padding: 20px;
    border-radius: 10px;
    background: #efe2cf;
    margin-bottom: 30px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 0 4px rgb(72 12 168 / 16%);
}
.property-map-box h2 {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 30px;
    font-family: 'catchy-mager';
}
.property-map-box iframe {
    margin-top: 20px;
    border-radius: 8px;
}
.related-properties-box h2 {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 30px;
}
.reviews-box h2 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 30px;
}
.reviews-box ul {
    display: flex;
    align-items: center;
    gap: 15px;
}
.reviews-box ul li {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.reviews-box ul li i {
    font-size: 15px;
}
.reviews-box textarea {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
    border: 2px solid #e8e8ff;
    padding: 15px 15px;
    font-family: "Roboto", sans-serif;
    margin-top: 20px;
    border-radius: 8px;
}
.reviews-box {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 0 4px rgb(72 12 168 / 16%);
    margin-top: 30px;
}
.reviews-box p {
    color: #6e7488;
    font-size: 15px;
}

.residential-properties-detail-main-sec .mortgage-calculator-box {
    position: sticky;
    top: 150px;
}


body {
  background: #ecf9fa;
}
.price-range-slider {
  width: 100%;
  float: left;
  padding: 10px 20px;
}
.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 20px 0 20px 0;
}
.price-range-slider .range-bar {
  border: none;
  background: #000;
  height: 3px;
  width: 96%;
  margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #06b9c0;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #06b9c0;
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
  background: #06b9c0;
}
/*--- /.price-range-slider ---*/


/*Responsive Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px){}

@media only screen and (min-width: 1200px) and (max-width: 1365px){
    .footer-contacts ul li a {
    font-size: 16px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .menuSec ul li a {
    font-size: 16px;
    padding: 0px 10px;
}

.main-banner-sec video {
    height: 550px;
}

.about-text {
    margin-left: 0;
}

.our-services-box {
    padding: 20px;
}

.our-services-box h2 {
    font-size: 20px;
}

.featured-properties-row .row .col-md-4 {
    width: 50%;
}

.our-clients-silder-items {
    padding: 40px 12px 10px;
}

.footer-contacts {
    margin-left: 0;
}

.footer-general-info {
    margin-left: 0;
}

.footer-contacts ul li a {
    font-size: 14px;
}

.footer-sec {
    padding: 90px 0 40px;
}

.new-homes-developments-bedroom-bathrooms {
    column-count: inherit;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.new-homes-developments-bedroom-bathrooms:before {
    display: none;
}

.new-homes-developments-bedroom-bathrooms:after {
    display: none;
}

.new-homes-developments-text {
    padding: 30px 12px 15px;
}

.related-properties-row .row .col-lg-4 {
    width: 50%;
}

.featured-properties-name {
    padding: 0 10px;
}

.featured-properties-apartment {
    left: 46px;
}

.price-range-slider {
    display: none;
}
.about-images span {
    font-size: 25px !important;
}
.new-feature-txt h4 {
    font-size: 23px;
}
.new-feature-main {
    margin-bottom: 30px;
}
.new-feature-txt h4 {
    font-size: 23px;
}
.property-video-box {
    padding: 20px 10px;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px){
.header-logo img {
    width: 90%;
}

.property-video-img {
    display: inline-block;
}

.property-video-img .property-video-box {
    padding: 10px 0px;
    text-align: center;
    display: inline-block;
    width: 47%;
    margin: 5px 4px 10px;
}

.property-video-img .property-video-box .property-video-img a {
    font-size: 12px;
}

.menuSec ul li a {
    padding: 0px 4px;
    font-size: 14px;
}

.about-images span {
    font-size: 18px;
}
.new-feature-txt h4 {
    font-size: 18px;
}
.new-feature-main {
    margin-bottom: 30px;
}

.main-banner-sec video {
    height: 500px;
}

.about-sec {
    padding: 50px 0;
}

.about-images img {
    height: 530px;
}

h2 {
    font-size: 40px;
    margin: 0 0 10px;
    line-height: 1;
}

.about-text {
    margin-left: 0;
}

p {
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 20px;
}

.our-services-sec {
    padding: 50px 0;
}

.our-services-box {
    padding: 20px;
}

.our-services-box a {
    width: 90px;
    height: 90px;
}

.our-services-box a img {
    width: 85px;
    height: 38px;
}

.our-services-box h2 {
    font-size: 22px;
}

.featured-properties-row .row .col-md-4 {
    width: 50%;
}

.featured-properties-apartment {
    left: 60px;
}

.featured-properties-sec {
    padding: 50px 0;
}

.counter-box a img {
    width: 60px;
    height: 60px;
}

.counter-sec {
    padding: 50px 0;
}

.our-clients-says-sec {
    padding: 50px 0;
}

.our-clients-silder-items {
    padding: 40px 10px 20px;
}

.footer-general-info {
    margin-left: 20px;
}

.footer-contacts {
    margin-left: 0px;
}

.footer-contacts ul li a {
    font-size: 11px;
}

.footer-general-info ul li a {
    font-size: 14px;
}

.footer-general-info ul {
    line-height: 30px;
}

.footer-copy-right-sec p {
    font-size: 14px;
}

.footer-sec {
    padding: 50px 0;
}

.footer-general-info ul li a:hover {
    margin-left: 0;
}

.our-vision-sec {
    padding: 0 0 50px;
}

.gallery-sec {
    padding: 50px 0;
}

.gallery-box {
    margin-top: 10px;
}

.new-homes-developments-text h2 {
    font-size: 14px;
    line-height: 20px;
}

.new-homes-developments-bedroom-bathrooms {
    column-count: inherit;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    padding: 10px;
    justify-content: center;
}

.new-homes-developments-bedroom-bathrooms:after {
    display: none;
}

.new-homes-developments-bedroom-bathrooms:before {
    display: none;
}

.new-homes-developments-sec {
    padding: 50px 0;
}

.contact-me-sec {
    padding: 50px 0;
}

.contact-me-form button {
    width: 100%;
}

.contact-me-sec {
    padding: 50px 0;
}

.contact-me-form button {
    width: 100%;
}

.contact-me-form input {
    margin: 0 0 10px;
    height: 50px;
}

.contact-me-form textarea {
    height: 100px;
}

.recent-properties-box {
    padding: 8px;
}

.property-amenities-box ul li a {
    font-size: 12px;
    gap: 3px;
}

.property-amenities-box ul {
    line-height: 30px;
}

.property-amenities-box {
    padding: 6px;
}

.property-video-box {
    padding: 12px;
}

.property-description-icon-box {
    width: 33%;
}

.property-description-box ul li {
    font-size: 14px;
}

.price-range-slider {
    display: none;
}

.related-properties-row .row .col-md-4 {
    width: 50%;
}


.related-properties-row .featured-properties-name {
    padding: 0 5px;
}

.related-properties-row .featured-properties-main-btn {
    bottom: 120px;
}

.related-properties-row .featured-properties-name h2 {
    font-size: 14px;
}

.related-properties-row .featured-properties-bottom-list {
    flex-wrap: wrap;
    justify-content: center;
}

.related-properties-row .featured-properties-apartment {
    top: 66px;
    left: 40px;
}
    .new-vision-sec .row {
        flex-direction: inherit !important;
    }

}

@media only screen and (min-width: 600px) and (max-width: 766px){
    
    .property-video-img {
    display: inline-block;
}

.property-video-img .property-video-box {
    padding: 10px 0px;
    text-align: center;
    display: inline-block;
    width: 47%;
    margin: 5px 3px 10px;
}

.property-video-img .property-video-box .property-video-img a {
    font-size: 12px;
}
    
}

@media only screen and (min-width: 300px) and (max-width: 767px){
    .main-banner-sec video {
        height: auto;
        object-fit: contain;
    }

.about-images span {
    font-size: 25px;
}
.new-feature-main {
    margin-bottom: 30px;
}
.testi-slider .slick-prev {
    left: -5px !important;
    z-index: 999;
}
.testi-slider .slick-next {
    right: 10px !important;
}

.fixed {
    position: relative;
}

.about-sec {
    padding: 50px 0;
}

.about-images img {
    height: 400px;
    margin: 0 0 20px;
}

.about-text {
    margin-left: 0;
}

h2 {
    font-size: 36px;
    line-height: 1;
    margin: 0 0 20px;
}

.about-text span {
    font-size: 14px;
    line-height: 1;
    margin: 0 0 10px;
}

p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 14px;
}

.theme-btn-1 {
    padding: 10px 20px 10px 20px;
}

.theme-btn-1:focus {
    color: #fff;
}

.our-services-sec {
    padding: 50px 0;
}

.our-services-box {
    padding: 20px;
    margin: 0 0 14px;
    height: auto;
}

.our-services-box a {
    width: 80px;
    height: 80px;
}

.our-services-box a img {
    width: 70px;
    height: 40px;
}

.our-services-box h2 {
    font-size: 20px;
}

.featured-properties-sec {
    padding: 50px 0;
}

.featured-properties-name {
    padding: 0 10px;
}

.featured-properties-main-btn {
    bottom: 130px;
}

.featured-properties-name h2 {
    font-size: 14px;
}

.featured-properties-bottom-list ul li span {
    font-size: 12px;
}

.featured-properties-bottom-list ul {
    gap: 10px;
}

.counter-sec {
    padding: 50px 0;
}

.counter-box a img {
    width: 60px;
    height: 60px;
}

.counter-box h2 {
    font-size: 18px;
}

.our-clients-says-sec {
    padding: 50px 0;
}

.our-clients-silder .slick-next {
    right: -6px;
}

    .our-clients-silder .slick-prev {
        left: -8px;
        z-index: 1;
    }

.our-clients-silder-items {
    padding: 40px 20px 10px;
}

.footer-sec {
    padding: 50px 0;
}

.footer-logo p {
    width: 100%;
    line-height: 20px;
    margin: 20px 0;
}

.footer-logo ul {
    gap: 10px;
    margin-bottom: 20px;
}

.footer-general-info {
    margin-left: 0;
    margin-bottom: 20px;
}

.footer-sec h2 {
    font-size: 35px !important;
}
.footer-head h2{
    font-size: 35px;
}

.footer-general-info ul li a {
    font-size: 15px;
}

.footer-general-info ul {
    line-height: 30px;
}

.footer-contacts {
    margin-left: 0;
}

.footer-contacts ul li a {
    font-size: 14px;
}

.footer-copy-right-sec p {
    font-size: 11px;
}

.inner-banner-heading ul li a {
    font-size: 12px;
}

.our-vision-sec {
    padding: 0 0 50px;
}

.our-vision-text h2 {
    font-size: 36px;
}

.our-vision-text {
    padding-right: 0;
}

.new-homes-developments-sec {
    padding: 50px 0;
}

.new-homes-developments-bedroom-bathrooms {
    column-count: inherit;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    padding: 0 4px;
}

.new-homes-developments-bedroom p {
    font-size: 14px;
}

.new-homes-developments-bedroom-bathrooms:after {
    display: none;
}

.new-homes-developments-bedroom-bathrooms:before {
    display: none;
}

.gallery-sec {
    padding: 50px 0;
}

.gallery-box {
    margin-top: 10px;
}

.contact-me-sec {
    padding: 50px 0;
}

.contact-me-form input {
    margin: 0 0 10px;
    height: 50px;
}

.contact-me-form textarea {
    height: 100px;
}

.contact-me-form button {
    width: 100%;
}

.contact-info h2 {
    font-size: 36px;
    margin-top: 30px;
}

.contact-info {
    margin-left: 0;
}

.contact-info ul {
    margin-top: 10px;
}

.contact-info ul li h2 {
    font-size: 20px;
}

.contact-info ul li a {
    font-size: 14px;
}

.residential-properties-detail-main-sec {
    padding: 50px 0;
}

.townhouse-los-heading h2 {
    font-size: 30px;
    line-height: 1;
    margin: 0 0 10px;
}

.townhouse-los-heading p {
    font-size: 14px;
}

.townhouse-los-heading p i {
    margin: 0 10px 0 0;
}

.residential-properties-admin-box a img {
    width: 100px;
    height: 100px;
}

.residential-properties-admin-box a {
    font-size: 14px;
}

.residential-properties-admin-box h2 {
    font-size: 16px;
}

.recent-properties-box p i {
    margin: 0 10px 0 0;
}

.property-description-box ul li {
    padding: 8px 6px;
    font-size: 12px;
}

.property-description-icon-box {
    width: 33%;
}

.property-description-icon-box h2 {
    font-size: 15px;
    line-height: 20px;
}

.property-description-icon-box p {
    font-size: 9px;
}

.property-description-box {
    padding: 12px;
}

.property-amenities-box {
    padding: 12px;
}

.property-amenities-box ul {
    column-count: 1;
}

.property-video-box {
    padding: 12px;
    margin-bottom: 10px;
}

.property-video-img {
    flex-wrap: wrap;
    gap: 0;
}

.property-map-box {
    padding: 12px;
}

.property-map-box iframe {
    height: 300px;
}

.featured-properties-apartment {
    top: 74px;
}

.price-range-slider {
    display: none;
}


}

.slicknav_nav a:hover {
    background: #5a0a2f;
    color: #fff;
}

/*Responsive End*/


/*new home page css Start*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #5a0a2e;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #efe2cf;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.header-ham {
    text-align: right;
}

.header-ham span {
    color: #708680;
    font-size: 40px !important;
}

header {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}

.about-images {
    position: relative;
}

.about-images span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    /* top: 0; */
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 30px;
    background: #5a0a2e;
    border-radius: 0 0 17px 17px;
    /* display: none; */
    transition: 0.5s ease-in-out;
    padding: 6px 0;
    font-family: 'catchy-mager';
}

.about-images:hover span {
    padding: 12px 0;
    font-family: 'catchy-mager';
}

.about-text p {
    color: #5a0a2e;
}

.new-feature-img img {
    width: 100%;
    height: 320px;
}

.new-feature-main {
    border: 2px solid #efe2cf;
}

.new-feature-img span {
    background: #ea1a23;
    color: #fff;
    padding: 0 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.new-feature-img {
    overflow: hidden;
    position: relative;
}

.featured-properties-heading {
    margin: 0 0 50px;
}

.new-feature-txt {
    padding: 20px;
}

.new-feature-txt span {
    color: #ebddcb;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 300;
}

.new-feature-txt h4 {
    font-size: 30px;
    color: #efe2cf;
    font-family: 'catchy-mager';
    margin: 20px 0;
    line-height: 40px;
}

/* new-feature-txt */
.new-feature-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.new-feature-main:hover img {
    transform: scale(1.1);
    filter: brightness(0.9);
}

/* Main Container Styling */
.new-feature-main {
    margin-bottom: 30px;
    border: 2px solid #efe2cf;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.new-feature-main:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}

/* Image Badge */
.new-feature-img span {
    background: #ea1a23;
    color: #fff;
    padding: 5px 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
    font-family: 'catchy-mager';
}

.new-feature-img span:hover {
    background: #c5121a;
}

/* Section Heading */
.featured-properties-heading {
    margin: 0 0 50px;
    font-size: 36px;
    text-align: center;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    position: relative;
}

.featured-properties-heading::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #efe2cf;
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
}

/* Text Section */
.new-feature-txt {
    padding: 20px;
    /* background: linear-gradient(120deg, #f9f5f1, #efe2cf); */
    transition: background 0.3s ease;
}

.new-feature-txt:hover {
    /* background: linear-gradient(120deg, #efe2cf, #e3d4b8); */
}

.new-feature-txt span {
    color: #ebddcb;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}

.new-feature-txt h4 {
    font-size: 28px;
    color: #efe2cf;
    margin: 20px 0;
    line-height: 1.4;
    text-transform: capitalize;
    transition: color 0.3s ease;
    font-family: 'catchy-mager';
}

.new-feature-txt h4:hover {
    color: #efe2cf;
}

/* General Section Styling */
.new-vision-sec {
    padding: 100px 0px;
    background: #efe2cf;
}

/* Container and Row Adjustments */
.new-vision-sec .container {
    max-width: 1200px;
    margin: 0 auto;
}

.new-vision-sec .row {
    /* display: flex; */
    /* align-items: center; */
    /* gap: 20px; */
}

/* Text Content Styling */
.new-vision-txt {
    padding: 20px;
    background: #ffffff26;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}

.new-vision-txt h2 {
    font-size: 65px;
    color: #5a0a2e;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    font-family: 'catchy-mager';
}

.new-vision-txt h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #5a0a2e;
    margin-top: 8px;
    border-radius: 2px;
}

.new-vision-txt p {
    font-size: 16px;
    line-height: 1.8;
    color: #5a0a2e;
    margin-bottom: 15px;
}

.new-vision-txt p:last-child {
    margin-bottom: 0;
    font-weight: 500;
    color: #5a0a2e;
}

/* Image Section */
.new-vision-img {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.new-vision-img img {
    width: 100%;
    height: 512px;
    display: block;
    border-radius: 12px;
    transition: transform 0.5s ease, filter 0.5s ease;
    object-fit: cover;
}

.new-vision-img:hover img {
    transform: scale(1.1);
    filter: brightness(0.9);
}

/* Image Caption Styling */
.new-vision-img span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #5a0a2ea6;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 20px;
    border-radius: 8px;
    font-style: italic;
    z-index: 2;
    text-align: center;
    font-family: 'Roboto';
}

.new-vision-img span b {
    font-weight: 600;
    display: block;
    margin-top: 10px;
    font-size: 16px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .new-vision-sec .row {
        flex-direction: column;
    }

    .new-vision-txt h2 {
        font-size: 28px;
    }

    .new-vision-txt p {
        font-size: 14px;
    }

    .new-vision-img span {
        font-size: 12px;
        padding: 10px 15px;
    }
}

@media (max-width: 480px) {
    .new-vision-txt h2 {
        font-size: 24px;
    }

    .new-vision-img span {
        font-size: 11px;
    }
}

/*Galley STart*/

/*.slick-current.slick-center {
    width: 500px !important;
}*/

.new-gallery-slider .slick-current.slick-center .new-gallery-img img {
    transform: scale(1.5);
    box-shadow: 0 0 20px 0 #0000008c;
}

.new-gallery-slider .slick-prev {
    left: -5px;
    z-index: 1;
}


.new-gallery-slider .slick-slide {
    margin: 120px 20px;
    opacity: 1;
}

.new-gallery-img img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

section.new-gallery-sec {
    padding: 100px 0;
    background: #5a0a2e;
}

.new-gallery-head h2 {
    position: relative;
    font-family: 'catchy-mager';
    color: #efe2cf;
    font-weight: 400;
}

.new-gallery-slider .slick-next {
    right: 15px;
}

.new-gallery-slider .slick-next:before {
    content: "\f105";
    position: absolute;
    background: #708680;
    color: #5a0a2e !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-family: 'Font Awesome 5 Free';
    font-weight:600;
    opacity: 1;
}

.new-gallery-slider .slick-prev:before {
    content: "\f104";
    position: absolute;
    background: #708680;
    color: #5a0a2e !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-family: 'Font Awesome 5 Free';
    font-weight:600;
    opacity: 1;
}


/*Galley STart*/

/*FEES Start*/
/* General Section Styling */
.fees-sec {
    padding: 60px 20px;
    background: #efe2cf;
    font-family: 'Poppins', sans-serif;
}

/* Container and Row Adjustments */
.fees-sec .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Image Styling */
.fees-img {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.fees-img img {
    width: 100%;
    height: 600px;
    display: block;
    transition: transform 0.5s ease, filter 0.5s ease;
    object-fit: cover;
}

.fees-img:hover img {
    transform: scale(1.05);
    filter: brightness(0.9);
}

/* Text Content Styling */
.fees-txt {
    background: #ffffff3d;
    padding: 50px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.fees-txt h2 {
    font-size: 65px;
    color: #5a0a2e;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    font-family: 'catchy-mager';
}

.fees-txt h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #5a0a2e;
    margin-top: 8px;
    border-radius: 2px;
}

.fees-txt p {
    font-size: 16px;
    line-height: 1.8;
    color: #5a0a2e;
    margin-bottom: 20px;
}

/* List Styling */
.fees-txt ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.fees-txt ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.fees-txt ul li::before {
    content: "✔";
    color: #5a0a2e;
    font-size: 18px;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
    /*.fees-sec .row {*/
    /*    flex-direction: column-reverse;*/
    /*}*/

    .fees-txt h2 {
        font-size: 28px;
    }

    .fees-txt p {
        font-size: 14px;
    }

    .fees-txt ul li {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .fees-txt h2 {
        font-size: 24px;
    }

    .fees-txt p {
        font-size: 13px;
    }

    .fees-txt ul li {
        font-size: 13px;
    }
}

.new-gallery-head h2:after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #efe2cf;
    margin-top: 8px;
    border-radius: 2px;
    margin: 10px auto 0;
}


.fees-txt ul li p {
    margin: 0;
}

/*FEES Start*/

/*/Touch Start*/

/* Section Styling */
.new-touch-sec {
    padding: 100px 0px;
    background: #5a0a2e;
}

/* Container Styling */
.new-touch-sec .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Row Alignment */
.new-touch-sec .row {
    align-items: center; 
}

/* Form Wrapper */
.new-touch-form {
    background: #ffffff14;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    animation: slideInLeft 0.8s ease;
}

.new-touch-form h2 {
    font-size: 55px;
    margin-bottom: 30px;
    position: relative;
    font-family: 'catchy-mager';
    color: #efe2cf;
    font-weight: 400;
}

.new-touch-form h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #efe2cf;
    margin-top: 8px;
    border-radius: 2px;
}

/* Form Input Fields */
.new-touch-form input::placeholder,
.new-touch-form textarea::placeholder {
    color: #fff;
}

.new-touch-form input,
.new-touch-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    color: #ffffff;
    background: #f8f8f812;
    transition: border 0.3s ease, box-shadow 0.3s ease;
    font-family: "Roboto";
}

.new-touch-form input:focus,
.new-touch-form textarea:focus {
    outline: none;
    border: 1px solid #ea1a23;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Textarea Styling */
.new-touch-form textarea {
    resize: none;
    height: 120px;
}

/* Button Styling */
.new-touch-form .btn1 {
    background-color: #efe2cf;
    color: #708680;
    font-size: 16px;
    padding: 12px 25px;
    border: 2px solid #708680;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.new-touch-form .btn1:hover {
    background-color: #5a0a2e;
    color: #efe2cf;
    transform: scale(1.05);
}

/* Image Wrapper */
.new-touch-img {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    animation: slideInRight 0.8s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.new-touch-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.new-touch-img:hover img {
    transform: scale(1.05);
}

/* Keyframes for Animation */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
  

    .new-touch-form {
        padding: 30px 20px;
    }

    .new-touch-form h2 {
        font-size: 28px;
    }

    .new-touch-form input,
    .new-touch-form textarea {
        font-size: 14px;
    }

    .new-touch-form .btn1 {
        font-size: 14px;
    }
}


/*/Touch Start*/

/* testi_sec start */


.testi_text h2 {
    font-size: 92px;
    color: black;
    line-height: 80px;
}

.testi_text p {
    /* color: gray; */
    width: 80%;
    margin: 30px 0;
}

.testi_con {
    position: relative;
    padding: 100px 50px;
    background: #e0e0e0;
}

.testi_con::before {
    position: absolute;
    top: -14%;
    left: -10%;
    background: #d2000e;
    content: '';
    width: 50%;
    z-index: -1;
    height: 100%;
}

.testimonial-imag img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    /* border: 5px solid rgb(255, 255, 255); */
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 13px 0px; */
    transition: all 0.5s ease-in-out 0s;
    object-fit: cover;
    margin: 10px auto;
}

.testimonial-text p {
    font-size: 15px;
    color: rgb(255 255 255);
    margin: 25px 0px;
    font-style: italic;
    line-height: 24px;
}

.testimonial-text h4 {
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
    margin: 0;
    color: rgb(49, 49, 49);
    font-family: 'Poppins';
}

.testimonial-text h5 {
    font-size: 17px;
    color: rgb(124, 124, 124);
    text-transform: capitalize;
    font-family: 'Poppins';
}

.testimonial-box {
    z-index: 999;
    padding: 20px;
    text-align: center;
    position: relative;
    /* border: 3px solid #d2000e; */
    margin: 0;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 0;
    /* background: white; */
    padding: 10px 3px;
}

.testimonial-imag {
    display: grid;
    align-items: center;
    justify-content: center;
}

.testimonial-box::after {
    position: absolute;
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight:600;
    left: 0;
    top: -18px;
    display: flex;
    align-items: center;
    z-index: 999;
    justify-content: center;
    color: #ffffff;
    font-size: 30px;
}

.testimonial-box::before {
    z-index: 201;
    position: absolute;
    content: "";
    width: 70px;
    height: 100px;
    left: 10px;
    bottom: 30%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    display: flex;
    overflow: visible;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
}

.testi-slider .slick-slide {
    opacity: 1;
    margin: 0 20px;
}

.testi_main_box {
    border-radius: 20px;
    padding: 60px 22px;
    background: #5a0a2e;
    margin: 0 0px;
    box-shadow: 0 0 5px 3px #0000001a;
    margin: 10px -10px;
}


.checked {
    color: #ecc423;
}

section.testi_sec.sec {
    background: #efe2cf;
    padding: 100px 0;
}

.testimonial-imag h6 {
    font-family: 'Roboto';
    font-size: 20px;
    color: #fff;
}

.heading.topbar h2 {
    font-size: 65px;
    color: #5a0a2e;
    font-weight: 400;
    margin-bottom: 40px;
    position: relative;
    font-family: 'catchy-mager';
    text-align: center;
}

.heading.topbar h2:after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #5a0a2e;
    border-radius: 2px;
    margin: 10px auto 0;
}

.testi-slider .slick-next {
    right: -30px;
}
.testi-slider .slick-prev {
    left: -45px;
}

.testi-slider .slick-next:before {
    content: "\f105";
    position: absolute;
    background: #708680;
    color: #5a0a2e !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-family: 'Font Awesome 5 Free';
    font-weight:600;
    opacity: 1;
}

.testi-slider .slick-prev:before {
    content: "\f104";
    position: absolute;
    background: #708680;
    color: #5a0a2e !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-family: 'Font Awesome 5 Free';
    font-weight:600;
    opacity: 1;
}

/* testi_sec end */

.footer-head h2 {
    font-size: 55px;
    margin-bottom: 30px;
    position: relative;
    font-family: 'catchy-mager';
    color: #efe2cf;
    font-weight: 400;
}

.footer-head h2:after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #efe2cf;
    margin-top: 10px;
    border-radius: 2px;
}

.new-footer-main {
    border: 2px solid #efe2cf;
    padding: 20px;
    height: 250px;
}

.new-footer-main h4 {
    font-family: 'catchy-mager';
    color: #efe2cf;
    font-size: 30px;
    line-height: 40px;
}

.office-hours h6 {
    font-size: 18px;
    color: #efe2cf;
    font-family: 'EB Garamond';
}

.get-socil ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px;
}

.get-socil ul li a {
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #efe2cf;
    border-radius: 50%;
    color: #efe2cf;
}

.btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: 1px solid #efe2cf;
    border-radius: 30px;
    font-size: 14px;
    color: #efe2cf;
}

/*new home page css End*/

.ret-pro-detl {
    padding-top: 50px;
}

.ret-pro-detl .new-feature-txt span {
    font-size: 12px;
}

.ret-pro-detl .new-feature-img img {
    height: 190px;
}

.ret-pro-detl .new-feature-txt h4 {
    font-size: 18px;
}

.related-properties-box h2 {
    color: #fff;
    font-family: 'catchy-mager';
}

.property-description-box ul li a {
    color: #5a0a2e;
}
