/* inteshape */


html {
    scroll-behavior: smooth;
  }

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(https://images.unsplash.com/photo-1669989821467-86418b272b8d);
    background-size: cover;
    background-position: center;
    filter: blur(60px);
    min-height: 100vh;
    opacity: 0.55;
}

.wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.quote-row {
    margin: auto;
    width: 100%;
    max-width: 1440px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.quote-column {
    position: absolute;
    padding: 0 !important;
    overflow: hidden;
    transition-property: top, left, right, bottom;
    background: transparent;
    box-shadow: none;
    /*     transition: .4s; */
}

.col-active {
    width: 33.33% !important;
    transform: translate(-50%, -50%) !important;
    top: 50% !important;
    left: 50% !important;
    bottom: unset !important;
    background: rgba(255, 255, 255, 0.375);
    box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.37);
    overflow: hidden;
    z-index: 1;
}

.col-inner {
    position: relative;
    width: 100%;
    max-width: 130px;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
}

.col-active .col-inner {
    max-width: 100%;
}


.author-meta {
    width: 100%;
    position: relative;
    border: none;
}

.col-active .author-meta {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.432);
}

.image-cover {
    position: absolute;
    width: 100%;
    float: left;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 100%;
    z-index: 1;
    cursor: pointer;
}

.col-active .image-cover {
    position: relative;
    width: 30%;
    max-width: 140px;
    float: left;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 1.3rem 0rem 1.3rem 0rem;
    z-index: 1;
}


.author-info {
    width: 70%;
    float: left;
    padding: 10px;
    overflow: hidden;
    visibility: hidden;
}

.col-active .author-info {
    visibility: visible;
}

.author-info .author-name,
.author-info .person-title {
    transform: translate(-100%, 0%);
    transition: .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.show .author-info .author-name {
    transform: translate(0%, 0%);
}

.show .author-info .person-title {
    transform: translate(0%, 0%);
    transition-delay: .2s;
}

.person-name {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 21.7px;
    color: #000;
    margin: 0;
    margin-bottom: 5px;
}

.person-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.quote-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
    color: #494949;
    padding: 20px 15px;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    z-index: 0;
}

.col-active .quote-wrapper {
    visibility: visible;
}


.box-text-inner {
    width: 400px;
    margin: auto;
    color: #000;
}

.quote-wrapper .quote-symbol {
    font-size: 14vw;
    line-height: 1em;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    transition: 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.quote-wrapper .quote-symbol:first-child {
    left: 0%;
    text-align: right;
}

.quote-wrapper .quote-symbol:last-child {
    right: 0%;
    text-align: left;
}

.show .quote-wrapper .quote-symbol:first-child {
    left: -50%;
}

.show .quote-wrapper .quote-symbol:last-child {
    right: -50%;
}

/*--Arrow--*/
.arrows-wrap {
    position: unset;
}

.arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 80%;
    background-color: #494949;
    cursor: pointer;

}

.left-arrow {
    float: left;
    left: 30px;
    clip-path: polygon(40% 0%, 40% 20%, 100% 33%, 100% 67%, 40% 80%, 40% 100%, 0% 50%);
}

.right-arrow {
    float: right;
    right: 30px;
    clip-path: polygon(0 33%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0 67%);

}



@media (min-width:640px) {
    .col-active {
        width: 75% !important;
        height: unset !important;
        transform: translate(-50%, -50%) !important;
        top: 50% !important;
        left: 50% !important;
    }
}

@media (min-width:840px) {
    .col-active {
        width: 50% !important;
    }
}

@media (min-width:1080px) {
    .col-active {
        width: 33.33% !important;
    }
}

@media (max-width:640px) {

    .quote-column {
        width: 90% !important;
        top: 50%;
        position: absolute;
        opacity: 0;
        transform: translate(-50%, -50%) !important;
        left: 50%;
        height: auto !important;
        z-index: 0;
        transition: .5s all;
    }

    .col-active {
        opacity: 1;
        z-index: 1;
    }

    .col-inner {
        max-width: 100%;
    }

    .author-meta {
        width: 100%;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.432);
    }

    .image-cover {
        position: relative;
        width: 30%;
        max-width: 140px;
        float: left;
        aspect-ratio: 1/1;
        overflow: hidden;
        border-radius: 1.3rem 0rem 1.3rem 0rem;
        z-index: 1;
    }

    .quote-wrapper {
        visibility: visible;
    }


    .quote-wrapper .quote-symbol {
        font-size: 34vh;
    }

}

/* testimonials section */
@media screen and (max-width: 767px) {
    .testimonials-test {
        margin-left: 0px !important;
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
    }
}

/* testimonials section */


/* whatsapp image  */
@media screen and (max-width: 767px) {
    .whatsapp-test {
        width: 40px !important;
        position: relative !important;
        top: 4px !important;
        display: flex;
    }
}

/* whatsapp image */

/* for your convenience */
.t-a-j{
    text-align: justify;
}
.rounded{
    border-radius: 10px !important;
}
/* for your convenience */


/* change hover color for features in property management */
.list-angle-right li:hover{
    color: #d7b39a;
}
/* change hovver color for features in property management */

/* renovation page */
.figcaption p {
    text-align: justify;
}
/* renovation page */

/* testimonil section */
.testimonial-1 {
	position: relative;
	text-align: center;
	padding: 30px 30px 30px 30px;
    aspect-ratio: 2/1.4;
}
@media screen and (max-width:450px) {
    .testimonial-1 {
    aspect-ratio: 1/1.2 !important;

    }

    .sx-footer-bot-left {
        padding-left: 0px !important;
    }
} 
/* testimonial section */

/* footer section */
.footer-app {
    justify-content: space-between;
}
/* footer section */



.about-home-3 {
	position: relative;
	z-index: 1;
	padding: 30px;
    text-align: justify !important;
}
.about-home-2 {
    padding: 17px 17px 36px 19px;
}

@media screen and (max-width:450px) {
    .about-home-3 {
        text-align: justify !important;
        padding: 16px !important;
    }
} 

.testimonial-pic {
	background: transparent !important;

}

.footer-top {
	padding: 60px 0px 0px 0px !important;
}

.surpassing{
    font-size: 31px;
}
@media only screen and (max-width:767px) {
    .surpassing{
		font-size: 22px;
	}
}
.fa-angle-double-right {
    font-size: 23px;
    color: #d7b39a;
}

.our-team-2 .profile-image img.gmail{
    width: 75px;
}

.list-angle-right li:before {
	content: "\f00c";
    font-size: 18px;
    margin-right: 5PX;
    color: #d7b39a;
}



.color-theme {
    color: #d7b39a;

}

/* product page */
.product-icon-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 5px 10px 5px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    border-radius: 5px;
}


.bg-001{
    background-color: blue;
    color: #000;
}
.bg-002{
    background-color: violet;
    color: #000;
}
.icon-xl-custom img {
	height: 300px ;
}

.test-modal,.project_d1 {
    cursor: pointer;
}


.header-style-1 .header-left-gray-block .logo-header {
	width: 190px !important;
}
.logo-footer {
	width: 250px !important;
	height: 120px !important;

}



/* color corections  */
.team-orange{
    color: #F05823;
}
.team-purple{
    color: #572D81;
}

.activedesign {
    color: #572D81 !important;
}

.widget_tag_cloud a:hover {
	color: #F05823 !important;
}
.header-nav .nav>li.active>a,
.header-nav .nav>li.current-menu-item>a {
	background-color: transparent;
	color:  #572D81 !important;
}

.header-nav .nav>li:hover>a {
	color: #d47a59 !important;
}

/* .site-button {
	background-color: #d47a59 !important;
	color: #fff;
} */
.sx-text-primary{
    color: #572D81 !important;
}
.site-button-link:before {
    background-color: #d47a59 !important;

}
.site-button-secondry {
    background-color: #572D81;
}
a:hover{
    color: #d47a59 !important;
}
.filter-navigation li.active a {
    color: #572D81 !important;
}
.hover:hover {
    color: #572D81;
}

.slide-left-social ul li a {
	color: #572D81;
}
/* color corrections */


/* loader loading */
.loading-box {
	width: 100%;
	height: 100%;
	background-color: #fff  !important;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	z-index: 9999;
}
/* loader loading */


/* product landing page */
.test-div {
    position: absolute;
    top: 24%;
    right: 22%;
}

.test-div2 {
    position: absolute;
    top: 24%;
    right: 15%;
}


@media screen and (max-width:725px){
    .test-div {
        position: absolute;
        top: 24%;
        right: 20%;
    }
}

.product-know{
    position: relative;
	padding: 10px 10px;
	letter-spacing: 6px;
	font-weight: 400;
	display: inline-block;
	font-size: 12px;
	outline: none;
	cursor: pointer;
	outline: none;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	line-height: 1.42857;
	margin-left: -1px;
	text-decoration: none !important;
    background-color: #d7b39a;
}

/* product landing page */



/* renovation */
.renovation-img {
    width: 100%;
}

/* renovation */

/* In footer for designed section */
@media (max-width: 767px) {
    .designedabddeveloped {
        align-items: center;
        justify-content: center;
    }
  }


/* In footer */


/* span contact  */
.span-contact{
    color: #572D81;
    font-weight: bold;
    font-family: revert;
}
.one-word{
    color: #572D81;
    font-size: 46px;
}
@media (max-width: 767px) {
    .one-word{
        color: #572D81;
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .t-a-j{
        text-align: left !important;
    }
}

/* span contact  */


/* seo paritanbangal */
.sx-bnr-inr-entry .banner-title-outer h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 0px;
}
@media only screen and (max-width:880px) {
    h3.index-heading{
        font-size: 17px !important;
    }
    h1.index-heading{
        font-size: 22px !important;
    }
    .seo-title{
        font-size : 22px !important ;
    }
}
.seo-title {
    font-size: 30px;
}
.seo-heding{
    font-size: 35px !important;
}


.seo-h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #000;
}
@media only screen and (max-width: 767px){
    .seo-h2{
        font-size: 18px;
    }
}

.seo-38px{
    font-size: 38px;
}
@media only screen and (max-width: 767px){
    .seo-38px{
        font-size: 22px;
    }
}

/* seo paritabangal */