html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter';
    font-style: normal;
    margin: 0px;
    padding: 0px;
    color: #000;
    overflow-x: hidden;
    background-color: #fff;
}


ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;   
}

p {
    font-family: 'Inter';
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

img {
    max-width: 100%;
    border: 0;
    height: auto;
}

.clear {
    clear: both;
    float: none;
    width: 100%;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

a {
    text-decoration: none !important;
    transition: all 0.2s ease-in;
    color: #1f1f1f;
    
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'FONTSPRING DEMO - Span';
}

a:hover {
    color: #000;
}

a,
span {
    display: inline-block;
}

:focus {
    box-shadow: none !important;
    outline: none !important;
}



@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
        url('../fonts/Inter-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Light.woff2') format('woff2'),
        url('../fonts/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Thin.woff2') format('woff2'),
        url('../fonts/Inter-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}





@font-face {
    font-family: 'FONTSPRING DEMO - Span';
    src: url('../fonts/FONTSPRINGDEMO-SpanBold.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-SpanBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Span';
    src: url('../fonts/FONTSPRINGDEMO-SpanSemiboldRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-SpanSemiboldRegular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Span';
    src: url('../fonts/FONTSPRINGDEMO-SpanLightRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-SpanLightRegular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Span';
    src: url('../fonts/FONTSPRINGDEMO-SpanRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-SpanRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Span';
    src: url('../fonts/FONTSPRINGDEMO-SpanLightItalic.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-SpanLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Span';
    src: url('../fonts/FONTSPRINGDEMO-SpanThinRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-SpanThinRegular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}






@media (min-width: 1366px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1350px;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1500px;
    }
}




/* HEADER STYLES*/


.navpage-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;

}


/* STICKY STYLES */
.navpage-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgb(238 230 230 / 23%);
    padding: 0px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.5s ease-out;
        background: #2b7cbc91;
    z-index: 9999;
    color: #000;

    padding: 0 0px;
}

.navpage-header.is-sticky .logo-box img {
    max-width: 48%;
}

.main-menulist {
    padding: 60px 60px;
}

.navpage-header.is-sticky .main-menulist {
    padding: 0px 60px;
}

.navpage-header.is-sticky .navbar {
    align-items: center;

}



@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

i.fa.fa-bars {
    color: #000;
}

.navbar-toggler {
    background-color: #000;
}

.navbar {
    align-items: start;
    padding: 0;
}

button.navbar-toggler.collapsed i {
    /* color: #f0287a; */
    color: #fff;
    font-size: 20px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.nav-icons {
    display: flex;
    justify-content: center;
}

.nav-icons li {
    padding: 5px 10px;
}

.btn-secondary {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    background-color: transparent;
    border-color: transparent;
}

.btn-secondary:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    transition: 0.5s ease-in-out;
}

.navbar .nav-link {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    transition: 0.5s ease-in-out;
    position: relative;
    text-transform: uppercase;
}

.nav-item {
    padding: 8px 15px 8px 15px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 100px;
    background: transparent;
    transition: 0.6s ease-in-out;
}



.nav-link  {
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: 0.7s ease-in-out;
}




.nav-link:hover {
    color: #551a65;
    transition: 0.7s ease-in-out;    
}

.nav-link::before,
.nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #551a65;
  transition: all 0.7s ease-in-out;
}

.nav-link::before {
  top: 0;
  left: 0;
}

.nav-link::after {
  bottom: 0;
  right: 0;
}

.nav-link:hover::before {
  width: 100%;
  transition: width 0.25s ease-in-out;
}

.nav-link:hover::after {
  width: 100%;
  transition: width 0.25s ease-in-out 0.25s;
}
.navpage-header.is-sticky .nav-link:hover{
color: #fff;
}

.navpage-header.is-sticky .nav-link::before,
.nav-link::after {
  background: #551a65;

}



.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: transparent;


}

.dropdown-item:focus,
.dropdown-item:hover {

    background-color: transparent;
}

.dropdown-item {
    padding: 8px;
    position: relative;
}


.dropdown-menu li:hover {
    background: #00589c;
    transition: 0.7s ease-in-out;
}

.dropdown-menu li:hover a {
    color: #fff;
    transform: translateX(5px);
    transition: 0.3s ease-in-out;
}

.btn-secondary:focus {
    transition: 0.5s ease-in-out;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}


.sub-menu {
    /* padding: 10px; */
    background-color: #fff;
    color: #000;
    border-radius: 5px;
}

.dropdown-menu {
    padding: 0;
}


@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);

    }

    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
        margin-top: 0;
    }
}

#mnmwp-main-menu #menu-item-213 {
    display: flex;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 40px;
}


/* / ---------------Pop-Up--------------- / */

.formrotate {
    position: fixed;
    z-index: 555;
    right: 0px;
    top: 80%;
    border-radius: 5px;
}


.popup-link a {   
    background-color: #551a65;
    border-radius: 50px;  
     text-align: center;
    transition: 0.5s ease-in-out;
    width: 70px;
    height: 70px;
    line-height: 70px;
}



/* / ---------------Pop-Up-End-------------- / */



/* ------------banner-css------------- */

.home-banner-section {
    position: relative;
    background-position: inherit;
    background-size: cover;
    background-image: url(../images/home-banner.webp);
    background-attachment: fixed;
    height: 141vh;
    background-repeat: no-repeat;
}

.home-banner-section::after {
    content: '';
    background-image: url(../images/banner-blur-shadow.webp);
    width: 100%;
    height: 362px;
    bottom: -12%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
}


.home-banner-title {
    font-size: 50px;
    font-weight: 400;
    color: #fff;
    font-family: 'Inter';
}

.home-banner-content p {
    font-size: 23px;
    color: #fff;
    font-weight: 300;
    line-height: 37px;
}

.banner-overlay::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    /* background-image: linear-gradient(to left, transparent 74%, rgb(0 0 0 / 85%) 99%); */
    /* background-image: url(../images/banner-shadow.webp); */

}

.banner-images-wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.banner-search-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    margin-top: 40px;
}

.home-banner-content {
    position: absolute;
    top: 25%;
    width: 100%;
    left: 0px;
    right: 0;
    margin: auto;
    z-index: 1;
}

.banner-search-btn {
    width: 37%;
    position: relative;
}

.banner-search-btn img {
    position: absolute;
    right: 20px;
    top: 15px;
}


.banner-search-btn input {
   padding: 25px 73px 25px 20px;
    border-radius: 5px;
    border: 0;
    width: 100%;
}

.banner-search-btn input::placeholder {
 font-size: 18px;
 color: #000;
}

.home-banner-content p {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    letter-spacing: 1px;
}



/* -----scrolling image-css-------- */


.container-inview.hide {
    display: none;
}

.container-scroll {
    padding: 0;
    height: 100%;
}

.reveal {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}






.img-container{
  display: grid;
  place-items: center;
  width: 100%;
  position: relative;
}


body:not(.no-js) .image-wrap {
  transition: 1s ease-out;
  transition-delay: 0.2s;
  position: relative;
  width: auto;
  overflow: hidden;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  visibility: hidden;
}



body:not(.no-js) .animating .image-wrap {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  visibility: visible;
  transform: skewY(0);
}



body:not(.no-js) .fadeup {
  opacity: 0;
  transition: 0.7s ease-out;
  transform: translateY(-40px);
}

body:not(.no-js) .fading-up {
  opacity: 1;
  transition: 1s ease-out;
  transform: translateY(0px);
  transition-delay: 0.3s;
}

/* ----------end------------ */





/* -----home-section-css----- */


.cmn-btn {
    padding: 14px 40px;
    border-radius: 7px;
    background: #701598;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    position: relative;
    transition: 0.7s ease-in-out;
    border: 1px solid #701598;
}

.cmn-btn:hover{
background: transparent;
border: 1px solid #701598;
transition: 0.7s ease-in-out;
color: #701598;
}




.home-sec1 {
    position: relative;
    padding-top: 130px;
    background: #e9e9e9;
}

.home-sec1:before {
    content: '';
    width: 1038px;
    height: 419px;
    position: absolute;
    background-image: url(../images/home-property-before-img.webp);
    left: 0;
    bottom: 0;
}

.home-property-img {
    height: 100%;
}

.home-property-img img{
    height: 100%;
    object-fit: cover;
}

.home-title {
    font-size: 90px;
    font-weight: 400;
    color: #000;
}

.home-property-text {
    padding: 0px 100px 0px 200px;
}

.home-property-text p {
    font-size: 20px;
    line-height: 37px;
}



.comprehensive-card-wrapper>.row {
    display: flex;
    align-items: stretch;
}

.comprehensive-card-wrapper .col-md-4 {
    display: flex;
    flex-direction: column;
}

.comprehensive-main-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.home-comprehensive-card {
    background: #ffffff12;
    padding: 50px 30px;
    border-radius: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    transition: 0.8s ease-in-out;
}

.home-comprehensive-card:hover .comp-card-text .card-title {
    color: #551a65;
}

.home-comprehensive-card:hover .comp-card-text p {
    color: #551a65;
}


/* Slide 9 */
.cardhovershadow {
    box-shadow: inset 0 0 0 0 #fff;
    transition: 0.8s ease-in-out;
    position: relative;
    display: inline-block;
}

.cardhovershadow:hover {
    box-shadow: inset 0 0 200px 0 #fff;
    transition: 0.8s ease-in-out;
    background-color: #fff;
}

.home-comprehensive-card:hover img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(40%) saturate(1167%) hue-rotate(252deg) brightness(94%) contrast(90%);

}


.comp-center-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.comp-card-text .card-title {
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px;
}

.comp-card-text p {
    color: #fff;
}

.comp-card-img img {
    max-width: 70px;
    margin-bottom: 20px;
}



.home-sec2 {
    margin: 100px 20px;
}

.home-sec2-innerbg {
    background-color: #551a65;
    border-radius: 20px;
    padding: 70px 45px;
}

.home-comp-header p {
    color: #fff;
    line-height: 37px;
    max-width: 1380px;
    margin: auto;
    text-align: center;
}

.comp-card-text .card-title {
    font-size: 26px;
    color: #fff;
}

.comp-card-text p {
    color: #fff;
}


.home-comp-header {
    padding-bottom: 60px;
}

.comp-center-img {
    height: 100%;
}

.comp-center-img img {
    height: 100%;
    border-radius: 8px;
}

.home-legacy-card .card-title {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}

.home-legacy-card {
    padding: 20px 15px;
    background: #551a65;
    border-radius: 8px;
}

.home-legacy-card p {
    color: #fff;
    line-height: 32px;
    font-size: 19px;
}

.legacy-img {
    height: 100%;
}

.legacy-img img {
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.home-sec4 {
    background-image: url(../images/rental-properties-bg.webp);
    background-position: center;
    background-size: cover;
    height: 87vh;
    position: relative;
    background-attachment: fixed;
    margin: 100px 0px;
}

.potential-content .title {
    font-size: 45px;
}

.potential-content {
    background: #fff;
    width: 575px;
    padding: 30px 30px 120px 30px;
    position: absolute;
    bottom: -60px;
    right: 60px;
    box-shadow: rgba(0, 5, 39, 0.07) 0px 20px 50px;
}

.home-sec5 {
    padding: 100px 0px 130px 0px;
    position: relative;
}

.home-sec5::before{
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/testi-before-img.webp);
    position: absolute;
    left: 0;
    width: 492px;
    height: 451px;
    bottom: 42px;
}

.testi-admin {
    display: flex;
    align-items: center;
    border-radius: 50%;
    margin-top: 40px;
}

.testi-admin img {
    border-radius: 50%;

}

.testi-admin img {
    border-radius: 50%;
    border: 1px solid #ccc;
}

#testi-slid2 .owl-item {
    transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: fit-content !important;
}

.home-sec5  .owl-carousel .owl-stage {
  display: flex;
}

.home-sec5  .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto; 
}

.home-sec5  .owl-carousel .test-wraapper{
  flex: 1;
  display: flex;
  flex-direction: column;
}




.testi-name {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    padding-left: 0;
    font-style: italic;
}

.testi-profile {
    font-size: 18px;
    font-weight: 500;
}

.home-product-sec4 {
    padding-top: 100px;
}

.testi-star {
    display: flex;
}

.owl-nav.disabled {
    display: none !important;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

#testi-slid2 .owl-dots {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}



.test-wraapper {
    background-color: #e9e9e9;
    padding: 30px 30px 70px 30px;
    position: relative;
    transition: 0.7s ease-in-out;
    border-radius: 10px;
    border: 1px solid #fff;
}

.testi-quote {
    padding-bottom: 20px;
}

.testi-img img {
    border-radius: 100px;
}

.testi-img {
    display: flex;
    justify-content: end;
        margin-bottom: 20px;
}

.no-banner-sec{
    position: relative;
}

.no-banner-sec::after{
    content: '';
    background-image: url(../images/no-banner-bg.png);
    width: 1920px;
    height: 453px;
    position: absolute;
    top: 0;
    background-size: 100%;
    background-repeat: no-repeat;
        z-index: -1;

}

/* ----------------------footer-section------------------------- */

.footer {
    position: relative;
    padding-top: 50px; height:100%; margin-bottom:20px
}

.footer::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #1a1a1a;
    right: 0;
    top:-50px;
    z-index: -1;
    border-radius: 10px 0px 0px 0px;
}

.footer::before {
    content: '';
    position: absolute;
    width: 89%;
    height: 100%;
    background-color: #551a65;
    left: 0;
    top: 0px;
    border-radius: 0px 10px 10px 0px;
}


.footer-inner {
    position: relative;
    z-index: 1;     padding-top: 20px;
    padding-bottom: 30px;
}

.footer-inner::after {
    content: '';
    background-image: url(../images/footer-bg-img.webp);
    width: 1038px;
    height: 419px;
    position: absolute;
    right: 11%;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: 14%;
    z-index: -1;
}



.footer-house-img {
    padding-left: 0px;
    padding-top: 40px;
}
.footer-house-img.d-flex {
    gap: 20px;
}

.footer-mainbg {
    /* background-color: #551a65; */
    padding: 100px 0px 100px 200px;
    border-radius: 0px 10px 0px 0px;
}

.footer-newsletter .newsletter-btn {
    background: #545454;
    width: 100%;
    padding: 15px 20px;
    border: none;
    color: #fff;
    font-size: 17px;
    border-radius: 100px;

}

.footer-newsletter input::placeholder {
    color: #fff;
    font-size: 19px;
    font-weight: 300;
}

.social-links .footitl {
    margin: 0;
    padding: 5px 0px 5px 0px !important;
}

.footer-content .footitl {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    padding: 0px 0px 10px 0px;
    position: relative;
}

.footer-content.social-links {
    padding-top: 25px;
}

.Our-Address ul {
    padding-top: 15px;
}

.footer-content .sub-title {
    font-size: 24px;
}

.footer-content ul li {
    font-size: 20px;
    color: #fff;
    padding-bottom: 8px;
    font-weight: 300;
}

.footer-content ul a:hover {
    padding-left: 5px;
    transition: 0.5s ease-in-out;
}

.footer-content .social-links a:hover{
    padding-left: 0px;
}


.footer-content ul li a {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}

.social-links {
    margin-top: 30px;
}
.social-header {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 0px;
    padding-top: 20px;
}

.social-links li a i {
    margin-right: 25px;
    transition: 0.5s ease-in-out;
    color: #fff;
    font-size: 35px;
}

.social-links li a:hover {
    color: #fff;
    transition: 0.5s ease-in-out;
}



.copy-right-inner {
    display: flex;
    justify-content: space-between;
    padding: 80px 260px 60px 60px;
}

.copy-right p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.copy-right a {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}


/* .copy-right {
    position: relative;
    z-index: 1;
    background: #551a65;
    margin-bottom: 30px;
    border-radius: 0px 0px 10px 0px;
} */

.copy-right-inner i {
    color: #ff0000;
}



/* ----------------------blog-listing-css-------------------------- */

.default-sec {
    background: #ceeef3;
    padding: 150px 0px;
}


.inner-main-title {
    text-align: center;
    font-size: 60px;
}

.home-blog-img a{
    display: block;
}
.blog-section{
    padding: 100px 0px;   
}
.blog-text {
    padding: 20px;
    box-shadow: 0px 0px 10px #ccc;
}
.blog-search {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    display: flex;
}
.inner-blog-card {
    background: #fff;
    border-radius: 5px;
}

.blog-img a {
    width: 100%;
}

.blog-search .blog-submit{
   position: absolute;
   right: 0px;
   top: 0px;
}
.home-blog-button a {
    margin: 0;
}
.blog-title{
    font-size: 25px;
    color: #000;
    font-weight: 600;
}

.blog-search button {
    background: #551a65;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 0px 20px;
    transition: 0.5s ease-in-out;
}
.blog-search button:hover {
    background: #293991;
    color: #fff;
    transition: 0.5s ease-in-out;
}
 .blog-listing-title{
    color: #000;
    font-size: 22px;
    font-weight: 500;
}
.blog-listing-button .book-btn{
    margin: 0;
}
 .inner-blog-card-text{
    padding: 30px;
    transition: 0.5s ease-in-out;
    border: 1px dashed #fff;
}

.blog-search-box{
    box-shadow: 0px 0px 20px #ccc;
    background: #ffff !important;
    padding: 20px 25px 140px 25px;
   
}
.blog-search input{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px;
    margin-right: 10px;
}

.categories ul li {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    border-bottom: 1px solid #9f9f9f;
    padding: 10px 0px 10px 0px;
    position: relative;
}

.categories ul li a{
display:inherit !important;
transition: 0.5s ease-in-out;
}

.categories  a:hover{
color: #551a65;
transition: 0.5s ease-in-out;
}
.categories ul li i {
    position: absolute;
    left: 0;
    top: 18px;
}



/* -----------------blog-detail-csss------------------- */


.blog-banner{
     position: relative;
    background-position: inherit;
    background-size: cover;
    background-image: url(../images/about-banner.png);
    background-attachment: fixed;
    height: 91vh;
    background-repeat: no-repeat;
}

.blog-detail{
    margin-bottom: 80px;
}

.blog-banner-text{
    margin: 30px 0px;
}
.blog-detail-title{
    color: #000;
    font-size: 26px;
    font-weight: 500;
}

.blog-contact-title{
    color: #000;
    font-size: 26px;
    font-weight: 500;
}

.blog-contact-form .form-check{
    margin: 10px ;
}

.blog-contact-form .form-check label{
  font-size: 18px;
}
.blog-contact-form .contact-button{
text-align: start;
}
.blog-contact-form{
   box-shadow: 0px 0px 20px #ccc;
   padding: 40px 30px;
   height: auto;
   margin: 0;
   position: relative;
}


/* -------------------end---------------------- */




/* -------------------------error-page---------------------- */

.no-banner-pad {
    padding: 100px 0px 200px 0px;
}

.error-title {
     color: #551a65;
    font-weight: 500;
    font-size: 70px;
    text-align: center;
    margin-top: 30px;
   
}
  .error {
     color: #551a65;
    text-align: center;
   
  }
.error > .code {
    font-size: 18rem;
    margin: 0;
    line-height: 220px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #551a65;
    text-shadow: 0px 0px 12px #ceeef3;
    font-family: 'Inter';
}
  .error > p {
    font-weight: 500;
    font-size: 30px;
    padding-bottom: 20px;
     color: #551a65;
  }

 

/* --------------thanku-page-css---------------- */


.message {
    padding:  40px;
    text-align: center;
    max-width: 700px;
    margin: auto;
    background-color: #fff;
    transition: 0.3s ease-in-out;
box-shadow: 4px 8px 40px 8px rgb(0 0 0 / 7%);
}
.thanku-text {
    font-size: 56px;
    color: #551a65;
    font-weight: 500;
}

.message p{
/*     font-size: 25px; */
    color: #551a65;
    font-weight: 600;
    padding: 10px 0px 20px 0px;
 
}



/* --------------about-css----------- */


.inner-banner-title {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 37%;
    background: #000000ab;
    color: #fff;
    width: 580px;
    margin: auto;
    padding: 15px;
}



.inner-main-container{
    padding: 100px 0px;
}

.about-banner{
   position: relative;
    background-position: inherit;
    background-size: cover;
    background-image: url(../images/about-banner.png);
    background-attachment: fixed;
    height: 91vh;
    background-repeat: no-repeat;
}

.about-sec1{
    background-color: #e9e9e9;
}

.inner-about-img img{
    border-radius: 8px;
}

.about-sec3{
    margin: 0px 15px;
}

.about-sec3 .inner-main-container{
   background-color: #551a65;
   border-radius: 30px;
}


.about-value-box:hover .value-box-title {
    color: #551a65;
}

.about-value-box:hover  p {
    color: #551a65;
}


.cardhovershadow {
    box-shadow: inset 0 0 0 0 #fff;
    transition: 0.8s ease-in-out;
    position: relative;
    display: inline-block;
}

.cardhovershadow:hover {
    box-shadow: inset 0 0 200px 0 #fff;
    transition: 0.8s ease-in-out;
    background-color: #fff;
}

.about-value-box:hover img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(40%) saturate(1167%) hue-rotate(252deg) brightness(94%) contrast(90%);

}
.about-value-box{
     transition: 0.8s ease-in-out;
}



.about-sub-title{
    font-size: 26px;
    color: #fff;
}

.about-value-text p{
    color: #fff;
    line-height: 37px;
}

.about-value-box p{
     color: #fff;
     font-size: 18px;
     line-height: 28px;
}

.about-value-box {
    background: #ffffff12;
    padding: 30px 20px;
    border-radius: 8px;
	height: 100%;
}
.value-box-title{
    font-size: 28px;
    color: #fff;
}

.about-sec4{
    margin-bottom: 80px;
}

.value-img {
    margin-bottom: 10px;
}


/* -----contact-css------- */

.about-banner{
   position: relative;
    background-position: inherit;
    background-size: cover;
    background-image: url(../images/contact-banner.png);
    background-attachment: fixed;
    height: 91vh;
    background-repeat: no-repeat;
}


.inner-contact-form  {
    background-color: #fff;
    padding: 40px 35px !important;  
    border-radius: 10px;
    max-width: 950px;
    margin: auto;
    box-shadow: rgba(149, 157, 165, 0) 0px 8px 24px;
}


.contact-form input::placeholder {
    color: #fff;
    font-size: 18px;
    font-weight: 400;

}

.contact-form textarea::placeholder {
    color: #fff;
    font-size: 18px;
    font-weight: 400;

}

.input-text {
    border: 1px solid #ccc;
    padding: 15px 20px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 400;
    background: transparent;
}

.input-textarea {
    border: 1px solid #ccc;
    padding: 15px 20px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
    height: 196px;
    background: transparent;
}



.textarea {
    border: 1px solid #ccc;
    padding: 15px 20px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
    color: #3f3f3f;
    font-size: 17px;
    font-weight: 500;
    background: transparent;
}


.contact-details p {
    margin: 30px 0px 50px 0px;
}

.contact-button-inner input {
    border: 1px solid #fff;
    padding: 12px 50px;
}


.contact-page .inner-contact-form {
    box-shadow: 0px 0px 10px #cccccc69;
    background-color: #551a65;
}

.detail-box {
    background: #551a65;
    padding: 20px 0px;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    transition: 0.7s ease-in-out;
    border-bottom: 1px solid #ccc;
}

.detail-box a {
    font-size: 18px;
    color: #fff;
    font-weight: 300; 
    padding-left: 10px;  
}

.detail-box:hover { 
    transition: 0.7s ease-in-out;
}

.contact-sub-title {
    font-size: 48px;
    margin-bottom: 30px;
    color: #fff;
}


.contact-details-wrapper {   
    background-color: #551a65;
    height: 100%;
    border-radius: 8px;
    padding: 35px;
}


.contact-map {
margin: 0px 60px;
}

.contact-map iframe {
    width: 100%;
    height: 652px;
    line-height: 0;
    border-radius: 10px;
    margin-bottom: 180px;
}


.inner-contact-form.contact-form label {
    padding-bottom: 10px;
}


.contact-button-inner .cmn-btn{
    background-color: transparent;
    border: 1px solid #fff;
}

.contact-button-inner .cmn-btn:hover{
    background-color: #fff;
    border: 1px solid #fff;
    color: #551a65;
}




.about-sub-title-w{ color:#000; font-size:26px;  }
.detail-box {text-align: left;}

.footer-house-img.d-flex img {width: 75px;}
.footer-house-img {padding-left: 0px;padding-top: 40px;}
.banner-images-wrap img {width: 80px;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
color: #fff!important;}

.input-text { color: #fff;}


.comming-soon-banner {
    position: relative;
    background-position: center;
    background-size: cover;
    background-image: url(/wp-content/uploads/2026/02/opening-sooonn.webp);
    background-attachment: fixed;
    height: 91vh;
    background-repeat: no-repeat;
}






.no-banner-pad {padding: 250px 0px 200px 0px;}
.copy-right-inner { padding: 80px 260px 0px 60px;}
h5.contact-sub-title.contact-info { margin-bottom: 10px;}






/* -------media-query----- */


@media(max-width:1600px){
.main-menulist {padding: 35px 60px;}
.home-banner-content {top: 28%;}
.home-property-text { padding: 0px 80px 60px 160px;}
.home-sec1 {padding-top: 90px;}
.home-title {font-size: 70px;}
.home-property-text p {font-size: 19px; line-height: 34px;}
.cmn-btn { padding: 12px 30px;  font-size: 18px;  }
.home-comp-header p {line-height: 35px;  font-size: 19px;  max-width: 1200px;}
.home-comprehensive-card {  padding: 30px 30px;}
p { font-size: 19px;}
.footer-logo img { width: 350px;}
.footer:before {width: 93%;}
.footer-img img { width: 125px;}
.footer-content ul li { font-size: 19px;}
.footer-inner::after { right: 7%;}
.copy-right p { font-size: 19px;}
.copy-right a { font-size: 19px;}


.no-banner-pad {padding: 100px 0px 200px 0px;}
.thanku-text {font-size: 52px;}
	
#mnmwp-main-menu ul ul li a {padding: 11px 15px;font-size: 15px !important; line-height: 21px !important;}
.no-banner-pad {padding: 260px 0px 200px 0px;}	
	
}



@media(max-width:1440px){
body,html{overflow-x:hidden;}
.home-property-text { padding: 0px 70px 60px 130px;}

body,html{overflow-x:hidden;}   
.home-banner-content {top: 30%;}
.home-sec1 { padding-top: 60px;}
.home-property-text { padding: 0px 70px 60px 130px;}
.home-title { font-size: 60px;}

.no-banner-pad {padding: 260px 0px 200px 0px;}	



}



@media(max-width:1366px){

.logo-box img { width: 350px;}
.navbar .nav-link { font-size: 16px;}
.nav-item {padding: 8px 8px 8px 8px;}
.banner-search-btn img {  right: 20px;    width: 22px;}
.home-banner-section::after {bottom: -21%;}
.home-property-text {padding: 0px 50px 60px 90px;}
.home-property-text p { font-size: 18px; line-height: 30px;}
p { font-size: 18px; }
.home-title { font-size: 60px;}
.home-legacy-card p { line-height: 30px; font-size: 17px;}
.home-legacy-card .card-title {font-size: 28px;}
.home-sec4 { height: 100vh;}
.potential-content .title {font-size: 40px;}
.potential-content {  width: 520px; padding: 30px 30px 100px 30px;}
.home-sec5 { padding: 70px 0px 135px 0px;}
.testi-img img {width: 70px !important;}
.testi-img {margin-bottom: 10px;}
.testi-name {font-size: 17px;}
.test-wraapper {padding: 30px 30px 60px 30px;}
.footer-logo img {width: 300px;}
.footer-house-img { padding-left: 0px;    padding-top: 35px;}
.footer-img img {width: 100px;}
.footer-content ul li {font-size: 17px;}
.footer-content ul li a{font-size: 17px;}
.social-links {margin-top: 20px;}
.social-links li a i {font-size: 32px;}
.copy-right p { font-size: 17px; }
.copy-right a { font-size: 17px; }
.footer:before { }




.home-title { font-size: 60px;}
.home-legacy-card p { line-height: 30px; font-size: 17px;}
.home-legacy-card .card-title {font-size: 28px;}
.home-sec4 { height: 100vh;}
.potential-content .title {font-size: 40px;}
.potential-content {  width: 520px; padding: 30px 30px 100px 30px;}
.home-sec5 { padding: 70px 0px 60px 0px;}
.testi-img img {width: 70px !important;}
.testi-img {margin-bottom: 10px;}
.testi-name {font-size: 17px;}
.test-wraapper {padding: 30px 30px 60px 30px;}
.footer-logo img {width: 300px;}
.footer-house-img { padding-left: 0px;    padding-top: 35px;}
.footer-img img {width: 100px;}
.footer-content ul li {font-size: 17px;}
.footer-content ul li a{font-size: 17px;}
.social-links {margin-top: 20px;}
.social-links li a i {font-size: 32px;}
.copy-right p { font-size: 17px; }
.copy-right a { font-size: 17px; }

.home-banner-title {font-size: 40px;}
.home-title { font-size: 48px;}
#mnmwp-main-menu ul li a {font-size: 15px!important;}
.home-property-text p {font-size: 16px;}
.cmn-btn { font-size: 16px;}
.home-comp-header p { line-height: 28px;font-size: 16px;}
p {font-size: 16px; line-height: 28px;}
.footer-content ul li a {font-size: 16px;}
.footer-content ul li {font-size: 16px;}
.copy-right p {font-size: 16px;}
.home-sec2 {margin: 70px 20px;}
.home-sec4 {margin: 70px 0px;}
.inner-main-container {padding: 70px 0px;}
.inner-main-title { font-size: 48px;}
.contact-sub-title {font-size: 34px;}
.detail-icon img {width: 43px;}
.detail-box.detail-box-hover a {}
.blog-search-box {padding: 20px 25px 45px 25px;}

.thanku-text {font-size: 47px;}
.message {padding: 35px;}
.no-banner-pad {padding: 83px 0px 160px 0px;}	
#mnmwp-main-menu ul ul li a {padding: 8px 15px !important;font-size: 14px !important;line-height: 21px !important;}	
.no-banner-pad {padding: 260px 0px 200px 0px;}	
.formrotate { right: 16px;}
	
	
	
}








@media(max-width:1280px){
.banner-search-btn input {padding: 25px 54px 25px 20px !important;}
.banner-search-btn img {position: absolute;right: 20px;top: 27px;}

}





@media(max-width:1152px){

.logo-box img {width: 184px;}
.main-menulist {padding: 28px 35px;}
.home-banner-content { top: 25%;}
.home-property-text {padding: 0px 30px 60px 40px;}
.footer-logo img { width: 255px;}
.footer-house-img {padding-left: 0px;padding-top: 35px;width: 215px;}
.home-banner-title {font-size: 30px;}
.inner-main-container {padding: 70px 0px;}
.inner-contact-form {padding: 20px 20px !important;}
.contact-details-wrapper {padding: 20px;}
.blog-search input {margin-right: 0;}
.categories ul li {font-size: 16px;}
.blog-search-box {padding: 20px 25px 45px 25px;}
.input-text { margin-bottom: 5px;}
.footer-content .footitl {font-size: 30px;}	
.copy-right-inner {padding: 80px 129px 0px 36px;}	
.comp-center-img img {height: auto;}
.home-property-img img {height: auto;}	
.legacy-img img {height: auto;}	
.detail-icon {width: 55px;}
.detail-box a {font-size: 16px;}	
.detail-icon img {width: 38px;}	
.contact-map iframe {margin-bottom: 110px;}	
a.ipad-space { padding-left: 17px;}	
	
}


@media(max-width:991px){
    
div#mnmwp-main-menu {display: block!important;justify-content: end;}
ul#menu-header-menu { background-color: #000;}
.is_mobile #mnmwp-main-menu #mnm-menu-button button.btn.menu-btn {
 padding: 5px;background-color: #551a65!important;border-radius: 50%!important;
width: 50px!important; height: 50px!important;}
.navbar-collapse {position: absolute!important;right: 0!important;width: 100%!important; top: 0;}
.is_mobile #mnmwp-main-menu #mnm-menu-button button.btn.menu-btn span { background: #ffffff!important; }
.navbar-collapse {position: absolute!important;right: 0!important;width: 100%!important; z-index: 61;}   
.container, .container-md, .container-sm { max-width: 90%;} 
.navpage-header.is-sticky .logo-box img {max-width: 166px;}
 .about-value-text p {line-height: 31px;}
.logo-box img {position: relative;z-index: 65;} 
.logo-box {z-index:70;}

header.navpage-header.is-sticky .logo-box img {position: relative;z-index: 20;} 
header.navpage-header.is-sticky  .logo-box {z-index:20;}
header.navpage-header.is-sticky  ul#menu-header-menu {top: 0px;}


.comming-soon-banner {background-position: center;}
	#mnmwp-main-menu #menu-item-213 {
    display: block;
}
	.navpage-header.is-sticky .main-menulist {padding: 0px 23px;}
	
.container, .container-md, .container-sm { max-width: 98%;}
.contact-map iframe { margin-bottom: 60px;}	
.contact-map { margin: 0px 20px;}	
.home-property-img img { height:auto;}	
.legacy-img img { height: auto;}	
.comp-center-img img {height: auto;}	
.detail-box a { font-size: 16px;}	
.footer:before { width: 97%;}	
.copy-right-inner {padding: 80px 85px 0px 36px;}	
.home-banner-title { font-size: 55px;}	
	
	
}



@media(max-width:912px){
.home-banner-section {height: 84vh;}
.home-comprehensive-card { padding: 15px;}
.comp-card-text .card-title {font-size: 22px;color: #fff;}
.home-title {font-size: 36px;}
.home-sec4 { height: 62vh;}
.footer:before { width: 100%;height: 100%;}
.container, .container-md, .container-sm {max-width: 100%;}
.copy-right-inner {padding: 80px 20px 60px 20px;}
.home-banner-section::after {bottom: -27%;left: 0;}
.contact-map iframe { margin-bottom: 80px;}    
 .home-banner-content { top: 34%;} 

.home-property-img img { height:auto;}	
.legacy-img img { height: auto;}
.comp-center-img img {height: auto;}
.copy-right-inner {padding: 80px 85px 0px 36px;}
.home-banner-title { font-size: 50px;}	
	
}



@media(max-width:860px){

.home-sec2-innerbg {padding: 30px 17px;} 
.home-banner-section::after { bottom: -34%;}
.inner-main-title {font-size: 40px;}
.inner-main-container {padding: 50px 0px;}
.about-banner { height: 53vh;}
.detail-box a { font-size: 14px;}
.contact-map {margin: 0px 20px;}

.blog-banner { height: 74vh;}

.comming-soon-banner {
background-image: url(/wp-content/uploads/2026/02/device-mobile.webp);background-position:center;}
.error-title {font-size: 40px;}
.error > p {font-size: 24px;}
.error > .code {font-size: 200px;line-height: 190px;}	
.home-property-img img { height:auto;}	
.legacy-img img { height: auto;}	
.comp-center-img img {height: auto;}	
.home-banner-title { font-size:40px;}		
.detail-box a {font-size: 13px;}	
.detail-icon {width: 40px;}	
.copy-right-inner {padding: 40px 20px 10px 20px; }	
	
}







@media(max-width:767px){

.banner-img img {width: 80px;}
.banner-search-wrap {display: inherit; text-align: center;}
.home-banner-title { font-size: 25px; }
.banner-search-btn {width: 100%;}
.home-banner-section {height: 60vh;}
.home-banner-section::after {bottom: -60%; }
.home-banner-content { top: 37%;}
.home-sec1 { padding-top: 50px;}
.home-property-text {padding: 0px 10px 40px 15px;}
.comp-center-img img {display: none;}
.home-sec2 { margin: 50px 10px;}
.home-comprehensive-card { padding: 30px 30px;margin-bottom: 23px;}
.home-sec2-innerbg {border-radius: 20px;padding: 30px 5px;}
.home-title { font-size: 31px;}
.potential-content { width: 95%;padding: 15px 15px 15px 15px;     bottom: -60px; right: 10px;}
.home-title br{ display:none; }
.potential-content .title { font-size: 31px;}
.home-title br{ display:none; }
.potential-content .title { font-size: 31px;}
.home-sec5 { padding: 50px 0px 30px 0px;}
.copy-right-inner { padding: 30px 18px 60px 15px;}
.copy-right-inner {display: inherit;}
.footer-content .footitl {font-size: 28px; padding: 31px 0px 4px 0px;position: relative;}
.footer:after { display: none;}
.footer:before {top: -16px;}
.footer-logo img { width: 190px;}
.footer-img img {width: 76px;}  
.navpage-header.is-sticky .main-menulist {padding: 10px 15px;}  
.main-menulist { padding: 10px 15px;}   
.home-legacy-card {margin-top: 20px;}   
.test-wraapper {padding: 20px 20px 40px 20px;}
#testi-slid2 .owl-nav {display: flex; margin-top: 20px;}
#testi-slid2 .owl-nav {display: flex; margin-top: 20px;}
#testi-slid2 .owl-nav .owl-prev{ width:40px; height:40px; background-color:#551a65; border-radius:50% ; color: #fff; margin: 2px;         display: flex;
align-items: center;justify-content: center;}
#testi-slid2 .owl-nav .owl-next{ width:40px; height:40px; background-color:#551a65; border-radius:50% ; color: #fff;   margin: 2px;       display: flex;
 align-items: center; justify-content: center;} 
.about-banner {height: 55vh;}
.inner-banner-title { right: 0;left: 0;bottom: 16%; width: 90%;}
.inner-main-title {font-size: 34px;}
.inner-about-img {margin-bottom: 25px;}
.inner-about-text {padding-bottom: 25px;}
.about-sec4 {margin-bottom:0px;}
.detail-box a { font-size: 16px;}
.contact-map {margin: 0px 15px;}
.contact-details-wrapper {margin-top: 25px;}
.contact-map iframe { margin-bottom: 60px;}
.logo-box {position: relative;z-index: 70;}
.about-value-text {padding: 8px;}
.nomobile-padd{ margin-bottom:0px; }
.blog-banner { height: 60vh;}
.blog-search-box {padding: 20px 25px 30px 25px;}
.mobile-padd{ padding:0 15px; }
.about-sec3 {margin: 0px 10px;}
.home-sec3 p br{ display:none; }
.blog-detail {margin-bottom: 30px;}
	
.comming-soon-banner {
background-position:center;    height: 50vh;}
.no-banner-pad {padding: 50px 0px 70px 0px;}
.error > .code {font-size: 100px; line-height: 160px;}	
.no-banner-pad { padding: 140px 0px 70px 0px; }	
.error-title {font-size: 40px; margin-top: 0px;}	
	
.home-banner-sectionnew {background-position: bottom; background-size: auto;}
.inner-about-text { padding-bottom: 0px;}
.inner-banner-title { width: 70%;}	
.footer {margin-bottom: 10px;}
.mobile-space{ margin-bottom:25px}	
 .copy-right-inner { padding: 30px 18px 10px 15px;}	
.home-banner-section { height: 75vh;}
.contact-details-wrapper { padding: 15px; }	
.error-title {font-size: 32px;}	
.thanku-text {font-size: 40px;}	
.home-banner-sectionnew {background-position: right bottom; }
	
	
	
}