@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***** General CSS *****/
@font-face {
    font-family: 'Google Sans Flex';
    src: url('../fonts/GoogleSansFlex-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans Flex';
    src: url('../fonts/GoogleSansFlex-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans Flex';
    src: url('../fonts/GoogleSansFlex-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Google Sans Flex';
    src: url('../fonts/GoogleSansFlex-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    word-break: break-word;
    font: 15px/25px 'Google Sans Flex', Arial, sans-serif;
    color: #393939;
    overflow-x: hidden;
}

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 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 14px;
    color: #000;
}


/***** Font Files *****/
@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
}

@font-face {
    font-family: 'bollent';
    src: url(../fonts/bollent.ttf);
    font-weight: 400;
    font-style: normal
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.theme-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 40px;
    color: #fff;
    margin: 20px 20px 20px 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-transform: capitalize !important;
    border: unset;
    font-family: 'Poppins';
    background: #1e3f61;
    border-color: #1e3f61;
    background: linear-gradient(135deg, #f7e7a1 0%, #d4af37 40%, #8b6b1f 100%);
}

.theme-btn: hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.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: 'bollent';
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'bollent';
    font-size: 60px;
    line-height: 60px;
    color: #000;
    font-weight: 600;
    margin: 0 0 14px;
}

h3 {
    font-family: 'bollent';
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'bollent';
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'bollent';
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'bollent';
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

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 css start */

.menuSec {
    padding: 0px 0;
    position: absolute;
    width: 94%;
    top: 27px;
    z-index: 2;
    border-bottom: 1px solid #00000052;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.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: #000;
    padding: 10px 16px;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 400;
}

.menuSec ul li a:after {
    /* content: ''; */
    /* position: absolute; */
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.menuSec ul li:last-child a {
    padding-right: 16px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.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: #fff;
}

.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;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*banner css start */




.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right: hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators [ data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*banner css end*/

.blog_sec {
    padding: 5% 0;
}

/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
    overflow: hidden;
    border: 0;
    background-color: #ffffff;
}

/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab_sec .tab button.active {
    background-color: #ccc;
}

/* Style the tab content */

.tab_sec .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 0;
}

.tabcontent.active {
    display: block;
}

/*slick slider in tabs css start*/

.nav-item {
    padding: 10px;
}



/*home Banner Start*/

.homebanner {
    position: relative;
    margin: 24px 50px;
}

img.banner-img {
    width: 100%;
    border-radius: 20px;
    height: 100vh;
    object-fit: cover;
}

.menuSec .container {
    max-width: 1480px;
}

.hm-banner-text {
    position: absolute;
    bottom: 80px;
    width: 50%;
    left: 60px;
    background: linear-gradient(135deg, #f7e7a1 0%, #d4af3745 40%, #8b6b1f 100%);
    padding: 70px 30px;
    width: fit-content;
    border-radius: 20px;
}

.header-rt-btn {
    text-align: end;
}

.header-rt-btn a.theme-btn {
    margin-right: unset;
    padding: 15px 24px;
}

.col-md-3.col-sm-6.col-xs-6.text-right {
    padding: unset;
}

.menuSec .row {
    align-items: center;
}

.hm-banner-text h2 {
    font-size: 86px;
    color: #000;
    line-height: 80px;
    margin-bottom: 35px;
    font-weight: bold;
}

.hm-banner-text p {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    width: 65%;
    margin-bottom: 31px;
}

.homebanner .container {
    max-width: 1480px;
}

/*home Banner End*/


/*Section About Start*/
span.tag-heading {
    font-family: 'bollent';
    font-size: 20px;
    background: #d4b249;
    padding: 8px 16px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    font-weight: 600;
    color: #000;
}

.about-text h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 57px;
}

.about-text p {
    margin-bottom: 33px;
}

a.download-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 40px;
    color: #fff;
    margin: 20px 20px 20px 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-transform: capitalize !important;
    border: unset;
    font-family: 'Poppins';
    background: #1e3f61;
    border-color: #1e3f61;
    background: linear-gradient(135deg, #f7e7a1 0%, #d4af37 40%, #8b6b1f 100%);
}

.about-img img {
    width: 100%;
    border-radius: 20px;
}

.about-tags p {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
    width: fit-content;
    padding: 7px 15px;
    border-radius: 30px;
    color: #000;
}

.about-tags p img {
    width: 20px;
}

.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 1220px;
}

.about-main-sec {
    padding: 100px 0px;
}

.about-main-sec .row {
    align-items: center;
}

p.abt-tag1 {
    position: absolute;
    top: 100px;
    left: -40px;
    z-index: 2;
    animation: upDown 2s ease-in-out infinite;
}

.about-img {
    position: relative;
}

p.abt-tag2 {
    position: absolute;
    right: -60px;
    top: 160px;
    animation: upDown 2s ease-in-out infinite;
}

p.abt-tag3 {
    position: absolute;
    bottom: 60px;
    left: 50px;
    animation: upDown 2s ease-in-out infinite;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

/*Section About End*/



/*Section property Start*/

.property-img img {
    width: 100%;
    border-radius: 15px;
    height: 320px;
    object-fit: cover;
}

.property-text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 30px;
}

.property-text {
    text-align: center;
    padding: 20px 0px 10px;
}

.property-text p {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 13px;
}

.property-text a {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    color: #000;
}

.proper-mainbox {
    border: 1px solid #00000047;
    padding: 10px 10px;
    border-radius: 15px;
}

.property-img {
    overflow: hidden;
    border-radius: 15px;
}

.proper-mainbox: hover .property-img img {
    transform: scale(1.1);
    transition: 0.9s;
    filter: brightness(0.5);
}

.property-heading span {
    margin: 0 auto;
    margin-bottom: 10px;
}

.property-heading h2 {
    margin-bottom: 9px;
    font-size: 41px;
}

.property-heading {
    text-align: center;
    margin-bottom: 30px;
}

.serviceslid .slick-active {
    opacity: 1;
}

.serviceslid .slick-prev {
    left: -48px;
}

.serviceslid .slick-prev.slick-disabled: before,
.slick-next.slick-disabled:before {
    opacity: 1;
}

.serviceslid .slick-prev: before {
    content: 'Ã¢â€ Â';
    content: '\f060' !important;
    font-family: 'FontAwesome';
    border: 1px solid #1e3f61;
    padding: 10px 10px;
    border-radius: 50%;
    color: #1e3f61 !important;
    opacity: 1;
}

.serviceslid .slick-next: before {
    content: '\f061' !important;
    font-family: 'FontAwesome';
    border: 1px solid #1e3f61;
    padding: 10px 10px;
    border-radius: 50%;
    color: #1e3f61 !important;
    opacity: 1;
}

.serviceslid .slick-prev: hover:before,
.serviceslid .slick-prev:focus:before,
.serviceslid .slick-next:hover:before,
.serviceslid .slick-next:focus:before {
    opacity: 1;
    background: #1e3f61;
    color: #fff !important;
}

.property-main-sec {
    padding: 30px 0px 90px;
}

.serviceslid .slick-current+.slick-active .proper-mainbox {
    box-shadow: 0px 5px 39.6px 0.4px rgba(0, 0, 0, 0.13);
    border: unset;
}

.serviceslid .slick-slide {
    margin: 10px 20px;
}

/*Section Property End*/


/*Section how It Work Start*/


.process-slider .slick-slide {
    margin: 15px 16px;
}

.process-card {
    background: #fff;
    border-radius: 22px;
    padding: 35px 30px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
    min-height: 140px;
    position: relative;
    overflow: hidden;
}

.process-card: hover {
    transform: translateY(-3px);
}

.step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 107px;
    height: 38px;
    padding: 0 20px;
    border-radius: 50px;
    background: #1e3d66;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 22px;
    box-shadow: 0 4px 10px rgba(30, 61, 102, 0.25);
    font-weight: 300;
    background: linear-gradient(135deg, #f7e7a1 0%, #d4af37 40%, #8b6b1f 100%);
}

.process-card h3 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    color: #222;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.process-card p {
    font-size: 14px;
    line-height: 1.8;
    color: #000;
}

.process-slider .slick-center .process-card {
    background: #ffffff;
    transform: scale(1.02);
}


.img-work img {
    width: 100%;
    border-radius: 20px;
}

.work-main-sec .row {
    align-items: center;
}

.work-main-sec .property-heading {
    text-align: left;
}

.work-main-sec span.tag-heading {
    margin: unset;
    margin-bottom: 10px;
}

.work-main-sec {
    background: #f3f4f5;
}



/*Section how It Work End*/

/*Section Choose Us Staqrt*/

.choose-box-text h3 {
    font-size: 21px;
    font-weight: unset;
    margin-bottom: 11px;
    font-weight: 600;
}

.choose-box-text p {
    margin-bottom: 10px;
}

.choose-box-text {
    background: #f3f4f5;
    padding: 30px 26px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.choose-box-text p b {
    color: #000;
    font-weight: 500 !important;
}


/*Section Choose Us End*/


/*Section Reviews Start*/
section.reviews.all-section {
    padding: 0px 0px 100px;
}



.avatar {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}



.avatar_txt h5 {

    font-size: 30px;

}



.avatar_txt p {

    font-size: 18px;
    color: #616161;

}



.review-card {
    text-align: center;
    /* background-color: #fff; */
    border: 1px solid #fff;
    padding: 35px 41px 40px 40px;
    position: relative;
    background: #fff;
    border: 1px solid #0000004a;
    border-radius: 20px;
    height: 250px;
}





.review-card:: after {

    content: '';
    position: absolute;
    background-image: url(../images/comma.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 39px;
    right: 60px;
    z-index: 1;
    height: 50px;
    width: 54px;
    filter: brightness(0) saturate(100%) invert(43%) sepia(19%) saturate(1470%) hue-rotate(4deg) brightness(94%) contrast(94%);
}



.review-card:: before {

    content: '';
    position: absolute;
    bottom: 5%;
    right: 0;
    margin: auto;
    left: 0%;
    z-index: -2;
    height: 105%;
    width: 95%;
}



.reviews_slider .slick-list {
    overflow: visible;

}



.reviews_slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;

}



.review-card p {

    margin-top: 20px;
    margin-bottom: 5px;
    text-align: left;
}



.avatar_txt h5 {

    font-size: 25px;

    color: #000;

    margin-bottom: 0px;

    text-align: left;
}



.avatar_txt p {

    margin: 0;
    font-size: 14px;
    text-align: start;
}





.avatar_img img {

    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 50%;
}


/*Section Reviews End*/


/*Footer Sec Css Starts */

.footer-main {
    padding: 80px 0px 0px 0px;
    background-color: #141414;
    margin: 0px 30px 30px;
    border-radius: 20px;
    background: #000;
}

.footer-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.footer-txt h5 {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-family: 'bollent';
    border-bottom: 1px solid #fff;
    width: 65%;
    padding-bottom: 16px;
    margin-bottom: 14px;
}

.footer-txt p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    opacity: 70%;
    width: 100%;
}

.socials ul {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin-bottom: 0;
}

.socials ul li a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    overflow: hidden;
    border-radius: 100px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.socials ul li a::before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: var(--y, 50%);
    left: var(--x, 50%);
    transform: translate(-50%, -50%);
    background-color: #234060;
    border-radius: 100px;
    z-index: -1;
    transition: ease-out;
    transition-duration: 0.5s;
}

.socials ul li a:hover::before {
    height: 100%;
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}

.socials ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 15px;
}

.socials ul li a:focus::before {
    height: 100%;
    width: 100%;
}

.footer-links ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 15px;
    width: 100%;
}

.footer-links ul li a {
    position: relative;
    z-index: 999;
    font-size: 14px;
    line-height: 20px;
    height: 16px;
    color: #fff;
    font-family: 'Poppins';
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    transition: ease-in;
    transition-duration: 0.5s;
    font-weight: 300;
}

.footer-links ul li a:hover {
    background-color: unset;
}

.footer-contact ul {
    gap: 0;
}

.footer-contact ul li {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #ffff;
}

.footer-contact ul li a {
    text-transform: unset;
}

.footer-contact ul li:nth-child(2) {
    padding: 15px 0;
    margin: 15px 0;
    /* border: 1px solid #ffffff47; */
    border-right: none;
    border-left: none;
}

.footer-txt.footer-news form {
    width: 100%;
}



.footer-rights-mian {
    padding: 20px 0;
    margin: 20px 0 0 0;
    border-top: 1px solid #ffffff47;
}

.footer-rights p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: start;
    margin: 0;
    opacity: 1;
    font-weight: 400;
    text-align: center;
    font-family: 'Poppins';
}

.footer-rights p a {
    color: var(--wColor);
    position: relative;
    transition: ease-in;
    transition-duration: 0.5s;
}

.footer-rights p a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: 1px solid var(--wColor);
    transition: ease-out;
    transition-duration: 0.5s;
}

.footer-rights p a:hover::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}

.footer-txt.footer-links.footer-contact a {
    color: #fff;
    opacity: 1;
    font-family: 'Poppins';
    font-weight: 400;
}

.footer-txt.footer-links.footer-contact a i {
    color: var(--wColor);
}

.footer-txt.footer-links.ft-pg-links ul {
    column-count: 2;
    display: unset;
    width: 100%;
    margin: 0 auto;
}

.footer-txt.footer-links.ft-pg-links ul li {
    margin-bottom: 20px;
}

.footer-txt.footer-links.footer-contact a i {
    color: #fff;
}

.footer-txt.footer-links.ft-pg-links h5 {
    margin-left: 0px;
}

.footer-txt-main.footer-links-main.footer-contact-main {
    margin-left: 40px;
}

.footer-txt.footer-links.ft-pg-links.wow.fadeInDown {
    margin-left: 30px;
}

.ft-logo {
    margin-bottom: 9px;
}

/*Footer Sec Css Ends*/


/*inner Banner Starts*/
section.inner-banner-main-sec img.banner-img {
    height: 56vh;
    object-position: top;
}

.about-btm-txt {
    margin-top: 20px;
}

section.about-pg-sec .about-main-sec {
    padding: 100px 0px 0px;
}

section.inner-banner-main-sec .hm-banner-text {
    bottom: 110px;
    padding: 32px 30px 10px;
}

/*Inner banner Ends*/


/*Property Page Start*/

.property-main-img img {
    width: 100%;
    border-radius: 20px;
    height: 260px;
    object-fit: cover;
}

.propert-box-text span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
}

.propert-box-text h3 {
    font-weight: 600;
    font-size: 26px;
    margin: 9px 0px 10px;
}

.pricing-property p {
    font-size: 30px !important;
    font-family: 'bollent';
    color: #000;
}

.pricing-property p span {
    font-size: 16px;
    font-family: 'Poppins';
    color: #7c7c7c;
}

.pricing-property ul li {
    color: #000;
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: 'Poppins';
    font-size: 13px;
}

.pricing-property ul {
    display: flex;
    gap: 13px;
}

.pricing-property {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #00000047;
    padding-top: 15px;
}

.propert-box-text {
    border: 1px solid #00000038;
    border-radius: 0px 0px 20px 20px;
    padding: 30px 10px 23px;
    margin-top: -20px;
}

.propert-box-text a.theme-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: unset;
}

.propert-box-text p {
    font-size: 13px;
}

.propert-box-text span i {
    font-size: 14px;
    color: #234060;
}

.property-top-bar {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.property-top-bar .property-filters {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.property-top-bar .filter-select {
    position: relative;
}

.property-top-bar .filter-select select {
    min-width: 290px;
    height: 53px;
    border: 1px solid #dcdcdc;
    border-radius: 30px;
    padding: 0 40px 0 18px;
    font-size: 14px;
    color: #777;
    background: #fff;
    appearance: none;
    outline: none;
    cursor: pointer;
    font-family: 'Poppins';
}

.property-top-bar .filter-select.small select {
    min-width: 172px;
}

.property-top-bar .filter-select:: after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #777;
    pointer-events: none;
}

.property-top-bar .property-right {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.property-top-bar .show-count {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #666;
    font-family: 'Poppins';
}

.property-top-bar .show-count a {
    text-decoration: none;
    color: #999;
    font-weight: 500;
    transition: 0.3s;
}

.property-top-bar .show-count a.active {
    color: #0d2b52;
    font-weight: 700;
}

.property-top-bar .show-count a:hover {
    color: #0d2b52;
}

.property-top-bar .view-options {
    display: flex;
    align-items: center;
    gap: 14px;
}

.property-top-bar .view-options span {
    font-size: 14px;
    color: #111;
    font-weight: 600;
    font-family: 'Poppins';
}

.property-top-bar .view-icons {
    display: flex;
    align-items: center;
    gap: 14px;
}

.property-top-bar .view-icons a {
    color: #333;
    font-size: 15px;
    transition: 0.3s;
    position: relative;
    text-decoration: none;
}

.property-top-bar .view-icons a:hover,
.property-top-bar .view-icons a.active {
    color: #0d2b52;
}

.property-top-bar .view-icons a::before {
    content: attr(data-title);
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    background: #0d2b52;
    color: #fff;
    font-size: 11px;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.property-top-bar .view-icons a::after {
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #0d2b52;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.property-top-bar .view-icons a:hover::before,
.property-top-bar .view-icons a:hover::after {
    opacity: 1;
    visibility: visible;
}

.property-main-box {
    margin-bottom: 40px;
}

.property-page-sec {
    padding: 100px 0px;
}

/*Property Page End*/


/*Property Detail Page Start*/
.productdetailportion img {
    width: 100%;
    height: 359px;
    object-fit: cover;
    border-radius: 20px;
}

.productdetailsmallportion img {
    width: 100%;
    height: 87px;
    object-fit: cover;
    border-radius: 16px;
}

.productdetailsmallportion {
    margin-top: 20px;
}

.productdetailnav .slick-active {
    opacity: 1.5;
}

.text-properties-detail h2 {
    font-weight: 500;
    font-size: 41px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 49px;
}

.text-properties-detail h4 {
    font-family: 'Poppins';
    font-weight: 500;
    color: #000;
    font-size: 17px;
    margin-bottom: 3px;
}

.text-properties-detail h4 a {
    color: #000;
}

.text-properties-detail p {
    width: 100%;
    line-height: 22px;
    margin-bottom: 10px;
}

.bedroom-pro-detail h5 {
    font-weight: 500;
    color: #000;
    font-size: 19px;
    display: flex;
    align-items: center;
    gap: 19px;
    border-bottom: 1px solid #56a8df;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.bedroom-pro-detail p {
    padding-left: 19px;
    position: relative;
}

.bedroom-pro-detail p:before {
    position: absolute;
    content: '';
    background: #254262;
    width: 7px;
    height: 7px;
    left: 0;
    top: 10px;
}

.bedroom-pro-detail ul li {
    display: flex;
    gap: 10px;
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 13px;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 400;
}

.bedroom-pro-detail ul li img {
    width: 18px;
    height: 20px;
    object-fit: contain;
}

.bedroom-pro-detail {
    width: 90%;
}

.btm-properties-det-txt h2 {
    font-weight: 500;
    font-size: 50px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.featured-properties-det-text h2 {
    font-weight: 500;
    font-size: 50px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.featured-properties-det-text ul li {
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 14px;
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}

.featured-properties-det-text ul {
    column-count: 4;
    width: 70%;
}

.featured-properties-det-text ul li:before {
    position: absolute;
    content: '';
    background: #1e3f61;
    width: 5px;
    height: 5px;
    left: 0px;
    top: 11px;
}

.btm-properties-det-txt {
    margin-bottom: 30px;
}

.properties-detail {
    padding: 100px 0px;
}

.productdetailnav .slick-slide {
    margin: 0px 12px;
}

.heading-btm-pro-det p {
    font-size: 49px;
    font-family: 'bollent';
    color: #000;
    margin-bottom: 0px;
}

.heading-btm-pro-det p span {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    color: #000000a3;
}

.heading-btm-pro-det {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

/*Property Detail Page End*/


/*Resident Support Page Start*/

.resident-img img {
    width: 46px;
    height: 50px;
    object-fit: contain;
}

.resident-img {
    background: linear-gradient(135deg, #f7e7a1 0%, #d4af37 40%, #8b6b1f 100%);
    width: 90px;
    display: flex;
    justify-content: center;
    height: 90px;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}

.resident-text h2 {
    font-size: 29px;
    margin-bottom: 2px;
    text-align: center;
    line-height: 41px;
    height: auto;
}

.resident-img i {
    font-size: 30px;
    color: #fff;
}

.resident-sup-main-sec .row {
    justify-content: center;
}

.resident-text {
    padding-top: 10px;
    text-align: center;
}

.main-redient-box {
    border: 1px solid #00000052;
    border-radius: 20px;
    padding: 20px 17px 24px;
    margin-top: 30px;
}

h2.height-unset-tag {
    height: fit-content;
}

.resident-sup-main-sec {
    padding: 100px 0px;
}

.pdf-btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(135deg, #f7e7a1 0%, #d4af37 40%, #8b6b1f 100%);
    transition: 0.3s ease;
}

.pdf-btn: hover {
    color: #fff;
}

/*Resident Support Page End*/


/*Owner Page Start*/

.comprehensive-main-sec .propert-box-text {
    padding: 30px 18px 23px;
}

.comprehensive-main-sec .propert-box-text p {
    width: 90%;
}

.contact_form {
    padding-bottom: 7%;
    position: relative;
}

.contact_form label {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 7px;
    font-weight: 500;
}


.contact_form input {
    height: 56px;
    width: 100%;
    margin-bottom: 25px;
    padding: 0 25px;
    border: 1px solid #cccccc;
    border-radius: 50px;
    background-color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.contact_form textarea {
    height: 200px;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #cccccc;
    padding: 25px 25px;
    resize: none;
    border-radius: 20px;
    background-color: #fff;
}

.contact_form img.circle3 {
    top: unset;
    bottom: -6%;
    left: unset;
    right: -4%;
}

.contact_form img.circle4 {
    top: unset;
    bottom: 0;
    left: unset;
    right: 2%;
}

.contact_form select {
    height: 56px;
    width: 100%;
    margin-bottom: 25px;
    padding: 0 25px;
    border: 1px solid #cccccc;
    border-radius: 100px;
    background-color: #fff;
    appearance: auto;
    font-family: 'Poppins';
    color: #00000094;
}

.contact_form textarea::placeholder {
    position: absolute;
    bottom: 30px;
}

.btn_wrap {
    text-align: center;
}

.comprehensive-main-sec {
    padding-bottom: 100px;
}

/*owner Page End*/


/*Section blogs Start*/

.img-blogs img {
    width: 100%;
    border-radius: 20px;
}

.text-blogs ul li {
    font-family: 'Poppins';
    font-size: 14px;
}

.text-blogs ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.text-blogs h4 {
    font-size: 23px;
    color: #000;
}

.text-blogs a {
    font-family: 'Poppins';
    color: #000;
    font-weight: 600;
    border-bottom: 2px solid #000;
}

.blogs-main-box {
    margin-bottom: 30px;
    border-radius: 0px 0px 20px 20px;
}

.text-blogs {
    border: 1px solid #00000042;
    padding: 38px 23px 20px;
    margin-top: -24px;
    border-radius: 0px 0px 20px 20px;
}

.blogs-main-box: hover {
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.11);
    transition: 0.9s;
}

.blogs-main-box: hover .text-blogs {
    border: unset;
}

.blogs-main-sec {
    padding: 100px 0px;
}



/*Section Blogs End*/


/*Blog Detail Page Start*/

.blog-detail-left-box {
    padding: 0px 0;
    padding-right: 30px;
}

.enter-search-keywords {
    padding: 10px 0 0;
    border-bottom: 2px solid #e5e5e5;
    padding-left: 25px;
}

.enter-search-keywords input {
    width: 100%;
    height: 55px;
    padding: 0 15px;
    border: 1px solid #00000040;
    border-radius: 35px;
    font-weight: 400;
}

.enter-search-keywords form {
    width: 80%;
    position: relative;
    margin-bottom: 60px;
}

.enter-search-keywords-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.enter-search-keywords-btn button {
    background: #214163;
    height: 55px;
    border: none;
    width: 55px;
    border-radius: 45px;
    font-size: 19px;
    color: #fff;
}

.enter-search-keywords h2 {
    font-size: 25px;
    text-transform: uppercase;
    line-height: 35px;
}

.recent-blog-posts-box-text h2 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 15px;
}

.recent-blog-posts-box-text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recent-blog-posts-box-text ul li i {
    font-size: 18px;
    color: #c4c4c4;
}

.recent-blog-posts-box-images img {
    width: 157px;
    height: 81px;
    object-fit: cover;
    border-radius: 10px;
}

.recent-blog-posts-box-text ul li h2 {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 20px;
}

.recent-blog-posts-box-text ul li p {
    margin-bottom: 0;
    color: #9d9d9d;
    font-size: 12px;
}

.recent-blog-posts-box-text ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.recent-blog-posts-main-box {
    padding-left: 21px;
    padding-bottom: 54px;
}

.tage-button {
    padding-left: 35px;
    margin-top: 30px;
    padding-bottom: 65px;
}

.recent-blog-posts-box {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.blog-detail-right-box {
    border-left: 2px solid #e5e5e5;
}

.blog-detail-left-box img {
    width: 100%;
    object-fit: cover;
    height: 470px;
    border-radius: 20px;
}

.blog-detail-left-box ul {
    /* display: flex; */
    align-items: start;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 0px;
    justify-content: space-between;
}

.blog-detail-left-box ul li {
    /* display: flex; */
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    justify-content: end;
    margin-bottom: 13px;
}

.blog-detail-left-box ul li i {
    color: #de0000;
}

.blog-detail-left-box h2 {
    font-size: 30px;
    margin-bottom: 7px;
    width: 91%;
}

.blog-detail-left-box ul li:last-child {
    width: 100%;
}

.blog-detail-left-box ul li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #195d72;
}

.recent-blog-posts-box .blog-txt {
    background: transparent;
    width: 100%;
    margin: 0;
}

.recent-blog-posts-box .blog-txt i {
    color: #195d72;
}

.recent-blog-posts-box .blog-txt span {
    color: #000;
}

section.latest-blog .top-heading h2 {
    margin: 0;
    text-align: start;
}

section.latest-blog .top-heading h2 {
    margin: 0;
    text-align: start;
}

section.latest-blog .top-heading {
    margin-bottom: 30px;
}

.blog-detail-sec {
    padding: 100px 0px;
}

.tags-msin-box h2 {
    line-height: 20px;
    font-size: 23px;
    text-transform: uppercase;
}

.tags-msin-box {
    margin-top: 30px;
    position: relative;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /* max-width: 1140px; */
    margin-top: 40px;
    margin-right: -80px;
}

.tag {
    background: #e9e9e9;
    color: #555;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

.tag.active {
    background: #2f4f78;
    color: #fff;
    background: linear-gradient(135deg, #f7e7a1 0%, #d4af37 40%, #8b6b1f 100%);

    .pricing-property ul li img {
        filter: brightness(0) saturate(100%) invert(43%) sepia(19%) saturate(1470%) hue-rotate(4deg) brightness(94%) contrast(94%);
    }

    ;
}

.tags-msin-box: before {
    position: absolute;
    content: '';
    width: 120%;
    height: 2px;
    background: #e5e5e5;
    top: 30px;
    left: -22px;
}

.application-pg-sec {
    padding: 100px 0px 100px;
}

/*blog Detail Page End*/

/* contact Page start */

.in-banner.contact {
    width: 60%;
}

.contact-us {
    padding-top: 100px;
    padding-bottom: 90px;
}

.contact-us h3 {
    color: #010101;
    font-size: 50px;
    padding-bottom: 0px;
    font-weight: 500;
    text-transform: capitalize;
}

.contact-us p {
    font-size: 17px;
    line-height: 27px;
    font-family: Poppins;
    font-weight: 400;
    width: 100%;
    color: #8b8a8a;
}

.contact-us input {
    margin-top: 24px;
    width: 100%;
    padding: 15px 17px;
    border-radius: 36px;
    color: #9d9a9a;
    font-size: 15px;
    background: #fff;
    border: unset;
}

.contact-us input::placeholder {
    color: #9d9a9a;
}

.contact-us textarea {
    margin-top: 25px;
    width: 100%;
    padding: 15px 17px;
    border: unset;
    border-radius: 15px;
    height: 150px;
    resize: none;
    font-size: 15px;
    color: #9d9a9a;
    background: #fff;
}

.contact-us button {
    padding: 16px 100px;
    margin-top: 21px;
    background: #214163;
    font-family: 'Poppins';
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: unset;
    border-radius: 39px;
    width: 100%;
}

.detai-s {
    margin-top: 30px;
    padding-bottom: 15px
}

.detai-s i {
    color: #fff200;
    line-height: 80px;
    font-size: 30px
}

.detai-s a {
    color: #000000b3;
    font-size: 16px;
    line-height: 40px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 30px;
}

section.contact-us .soccail-icon {
    display: flex;
    gap: 18px;
    padding: 35px 0;
}

section.contact-us .soccail-icon i {
    /* background: #f25764; */
    color: #fff;
    font-size: 22px;
}

.detai-s img {
    height: 50px;
    line-height: 53px;
    margin-top: 20px
}

.detai-s h6 {
    margin: 0;
    color: #000;
    font-family: 'bollent';
    font-weight: 600;
    font-size: 19px;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.detai-s .row {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    gap: 0
}

.detai-s i {
    color: #26415d;
    line-height: 80px;
    font-size: 31px;
    height: 103px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Leave-wrap {
    background: transparent;
    padding: 50px 37px;
    border-radius: 30px;
    background: #f5f5f5;
}

.socails ul li img {
    width: 26px;
    height: 29px;
    object-fit: none
}

iframe {
    width: 100%;
    height: 600px;
    margin-bottom: -10px;
}

.soccail-icon a {
    width: 36px;
    height: 36px;
    background: #000;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 5px;
    transition: .5s all;
}

.soccail-icon a:hover {
    background: #fe8800;
    transform: scale(1.1);
}

.contact-us textarea::placeholder {
    color: #9d9a9a;
    font-size: 15px;
}

.contact-us p {
    font-size: 15px;
    line-height: 28px;
}

section.contact-us .row {
    align-items: center;
}

.Leave-wrap h3 {
    font-size: 50px;
    margin-bottom: 20px;
    margin-left: 30px;
}

/* contact Page end */
span.tag:hover {
    background: #2f4f78;
    color: #fff;
    background: linear-gradient(135deg, #f7e7a1 0%, #d4af37 40%, #8b6b1f 100%);
}

.nav-tabs .nav-link {
    font-family: 'Poppins';
    font-size: 16px;
    background: #00000069;
    border-radius: 20px;
    color: #fff;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-family: 'Poppins';
    background: #1e3f61;
    color: #fff;
    border-radius: 40px;
}

.nav-tabs {
    border-bottom: unset;
}

.properties-detail .row {
    align-items: center;
}

.pro-det-full-txt p {
    margin-bottom: 7px;
}

.text-properties-detail ul li {
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 14px;
    margin-bottom: 9px;
    list-style: disc;
    margin-left: 14px;
}

.ft-btmlogo {
    background: #fff;
    text-align: center;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
    padding: 17px 0px;
}

.ft-btmlogo p {
    width: 67%;
    margin: 0 auto;
}

.ft-btmlogo h2 {
    margin-bottom: 5px;
}

.menuSec a img {
    width: 141px;
    margin: 0 auto;
}

.pricing-property ul li img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(19%) saturate(1470%) hue-rotate(4deg) brightness(94%) contrast(94%);
}

;
}

.enter-search-keywords h2 {
    font-size: 25px;
    text-transform: uppercase;
    line-height: 35px;
}

.recent-blog-posts-box-text h2 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 15px;
}

.recent-blog-posts-box-text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recent-blog-posts-box-text ul li i {
    font-size: 18px;
    color: #c4c4c4;
}

.recent-blog-posts-box-images img {
    width: 157px;
    height: 81px;
    object-fit: cover;
    border-radius: 10px;
}

.recent-blog-posts-box-text ul li h2 {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 20px;
}

.recent-blog-posts-box-text ul li p {
    margin-bottom: 0;
    color: #9d9d9d;
    font-size: 12px;
}

.recent-blog-posts-box-text ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.recent-blog-posts-main-box {
    padding-left: 21px;
    padding-bottom: 54px;
}

.tage-button {
    padding-left: 35px;
    margin-top: 30px;
    padding-bottom: 65px;
}

.recent-blog-posts-box {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.blog-detail-right-box {
    border-left: 2px solid #e5e5e5;
}

.blog-detail-left-box img {
    width: 100%;
    object-fit: cover;
    height: 470px;
    border-radius: 20px;
}

.blog-detail-left-box ul {
    /* display: flex; */
    align-items: start;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 0px;
    justify-content: space-between;
}

.blog-detail-left-box ul li {
    /* display: flex; */
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    justify-content: end;
    margin-bottom: 13px;
}

.blog-detail-left-box ul li i {
    color: #de0000;
}

.blog-detail-left-box h2 {
    font-size: 30px;
    margin-bottom: 7px;
    width: 91%;
}

.blog-detail-left-box ul li:last-child {
    width: 100%;
}

.blog-detail-left-box ul li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #195d72;
}

.recent-blog-posts-box .blog-txt {
    background: transparent;
    width: 100%;
    margin: 0;
}

.recent-blog-posts-box .blog-txt i {
    color: #195d72;
}

.recent-blog-posts-box .blog-txt span {
    color: #000;
}

section.latest-blog .top-heading h2 {
    margin: 0;
    text-align: start;
}

section.latest-blog .top-heading h2 {
    margin: 0;
    text-align: start;
}

section.latest-blog .top-heading {
    margin-bottom: 30px;
}

.blog-detail-sec {
    padding: 100px 0px;
}

.tags-msin-box h2 {
    line-height: 20px;
    font-size: 23px;
    text-transform: uppercase;
}

.tags-msin-box {
    margin-top: 30px;
    position: relative;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /* max-width: 1140px; */
    margin-top: 40px;
    margin-right: -80px;
}

.tag {
    background: #e9e9e9;
    color: #555;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

.tag.active {
    background: #2f4f78;
    color: #fff;
    background: linear-gradient(135deg, #f7e7a1 0%, #d4af37 40%, #8b6b1f 100%);

    .pricing-property ul li img {
        filter: brightness(0) saturate(100%) invert(43%) sepia(19%) saturate(1470%) hue-rotate(4deg) brightness(94%) contrast(94%);
    }

    ;
}

.tags-msin-box: before {
    position: absolute;
    content: '';
    width: 120%;
    height: 2px;
    background: #e5e5e5;
    top: 30px;
    left: -22px;
}

.application-pg-sec {
    padding: 100px 0px 100px;
}

/*blog Detail Page End*/

/* contact Page start */

.in-banner.contact {
    width: 60%;
}

.contact-us {
    padding-top: 100px;
    padding-bottom: 90px;
}

.contact-us h3 {
    color: #010101;
    font-size: 41px;
    padding-bottom: 0px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 46px;
    margin: 0 0 15px;
}

.contact-us p {
    font-size: 17px;
    line-height: 27px;
    font-family: Poppins;
    font-weight: 400;
    width: 100%;
    color: #8b8a8a;
}

.contact-us input {
    margin-top: 24px;
    width: 100%;
    padding: 15px 17px;
    border-radius: 36px;
    color: #9d9a9a;
    font-size: 15px;
    background: #fff;
    border: unset;
}

.contact-us input::placeholder {
    color: #9d9a9a;
}

.contact-us textarea {
    margin-top: 25px;
    width: 100%;
    padding: 15px 17px;
    border: unset;
    border-radius: 15px;
    height: 150px;
    resize: none;
    font-size: 15px;
    color: #9d9a9a;
    background: #fff;
}

.contact-us button {
    padding: 16px 100px;
    margin-top: 21px;
    background: linear-gradient(135deg, #f7e7a1 0%, #d4af37 40%, #8b6b1f 100%);
    font-family: 'Poppins';
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: unset;
    border-radius: 39px;
    width: 100%;
}

.detai-s {
    margin-top: 30px;
    padding-bottom: 15px
}

.detai-s i {
    color: #fff200;
    line-height: 80px;
    font-size: 30px
}

.detai-s a {
    color: #000000b3;
    font-size: 16px;
    line-height: 40px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 30px;
}

section.contact-us .soccail-icon {
    display: flex;
    gap: 18px;
    padding: 35px 0;
}

section.contact-us .soccail-icon i {
    /* background: #f25764; */
    color: #fff;
    font-size: 22px;
}

.detai-s img {
    height: 50px;
    line-height: 53px;
    margin-top: 20px
}

.detai-s h6 {
    margin: 0;
    color: #000;
    font-family: 'bollent';
    font-weight: 600;
    font-size: 19px;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.detai-s .row {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    gap: 0
}

.detai-s i {
    color: #26415d;
    line-height: 80px;
    font-size: 31px;
    height: 103px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Leave-wrap {
    background: transparent;
    padding: 50px 37px;
    border-radius: 30px;
    background: #f5f5f5;
}

.socails ul li img {
    width: 26px;
    height: 29px;
    object-fit: none
}

iframe {
    width: 100%;
    height: 600px;
    margin-bottom: -10px;
}

.soccail-icon a {
    width: 36px;
    height: 36px;
    background: #000;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 5px;
    transition: .5s all;
}

.soccail-icon a:hover {
    background: #fe8800;
    transform: scale(1.1);
}

.contact-us textarea::placeholder {
    color: #9d9a9a;
    font-size: 15px;
}

.contact-us p {
    font-size: 15px;
    line-height: 28px;
}

section.contact-us .row {
    align-items: center;
}

.Leave-wrap h3 {
    font-size: 50px;
    margin-bottom: 20px;
    margin-left: 30px;
}

/* contact Page end */
span.tag:hover {
    background: #2f4f78;
    color: #fff;
    background: linear-gradient(135deg, #f7e7a1 0%, #d4af37 40%, #8b6b1f 100%);
}

.nav-tabs .nav-link {
    font-family: 'Poppins';
    font-size: 16px;
    background: #00000069;
    border-radius: 20px;
    color: #fff;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-family: 'Poppins';
    background: #1e3f61;
    color: #fff;
    border-radius: 40px;
}

.nav-tabs {
    border-bottom: unset;
}

.properties-detail .row {
    align-items: center;
}

.pro-det-full-txt p {
    margin-bottom: 7px;
}

.text-properties-detail ul li {
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 14px;
    margin-bottom: 9px;
    list-style: disc;
    margin-left: 14px;
}

.ft-btmlogo {
    background: #fff;
    text-align: center;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
    padding: 17px 0px;
}

.ft-btmlogo p {
    width: 67%;
    margin: 0 auto;
}

.ft-btmlogo h2 {
    margin-bottom: 5px;
}

.menuSec a img {
    width: 141px;
    margin: 0 auto;
}

.pricing-property ul li img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(19%) saturate(1470%) hue-rotate(4deg) brightness(94%) contrast(94%);
}

;
}

.detai-s {
    margin-top: 30px;
    padding-bottom: 15px
}

.detai-s i {
    color: #fff200;
    line-height: 80px;
    font-size: 30px
}

.detai-s a {
    color: #000;
    font-size: 16px;
    line-height: 40px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 30px;
}

section.contact-us .soccail-icon {
    display: flex;
    gap: 18px;
    padding: 35px 0;
}

section.contact-us .soccail-icon i {
    /* background: #f25764; */
    color: #fff;
    font-size: 22px;
}

.detai-s img {
    height: 50px;
    line-height: 53px;
    margin-top: 20px
}

.detai-s h6 {
    margin: 0;
    color: #000;
    font-family: 'bollent';
    font-weight: 600;
    font-size: 19px;
    line-height: 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.detai-s .row {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    gap: 0
}

.detai-s i {
    color: #c3a13b;
    line-height: 80px;
    font-size: 31px;
    height: 103px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Leave-wrap {
    background: transparent;
    padding: 50px 37px;
    border-radius: 30px;
    background: #f5f5f5;
}

.socails ul li img {
    width: 26px;
    height: 29px;
    object-fit: none
}

iframe {
    width: 100%;
    height: 600px;
    margin-bottom: -10px;
}

.soccail-icon a {
    width: 36px;
    height: 36px;
    background: #000;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 5px;
    transition: .5s all;
}

.soccail-icon a:hover {
    background: #fe8800;
    transform: scale(1.1);
}

.contact-us textarea::placeholder {
    color: #9d9a9a;
    font-size: 15px;
}

.contact-us p {
    font-size: 15px;
    line-height: 28px;
    color: #000;
}

section.contact-us .row {
    align-items: center;
}

.Leave-wrap h3 {
    font-size: 50px;
    margin-bottom: 20px;
    margin-left: 30px;
}

/* contact Page end */

span.tag:hover {
    background: #2f4f78;
    color: #fff;
    background: linear-gradient(135deg, #f7e7a1 0%, #d4af37 40%, #8b6b1f 100%);
}

.nav-tabs .nav-link {
    font-family: 'Poppins';
    font-size: 16px;
    background: #00000069;
    border-radius: 20px;
    color: #fff;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-family: 'Poppins';
    background: #1e3f61;
    color: #fff;
    border-radius: 40px;
}

.nav-tabs {
    border-bottom: unset;
}

.properties-detail .row {
    align-items: start;
}

.pro-det-full-txt p {
    margin-bottom: 7px;
}

.text-properties-detail ul li {
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 14px;
    margin-bottom: 9px;
    list-style: disc;
    margin-left: 14px;
}
img.img-loggo {
    position: absolute;
    bottom: -14px;
    width: 140px;
    right: -30px;
    filter: brightness(0.5);
}
.ft-btmlogo {
    background: #fff;
    text-align: center;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
    padding: 17px 0px;
    margin-top: 40px;
}

.ft-btmlogo p {
    width: 67%;
    margin: 0 auto;
}

.ft-btmlogo h2 {
    margin-bottom: 5px;
}

.menuSec a img {
    width: 141px;
    margin: 0 auto;
}

.pricing-property ul li img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(19%) saturate(1470%) hue-rotate(4deg) brightness(94%) contrast(94%);
}

span.tag-heading img {
    width: 27px;
    border-radius: 50%;
}

.ft-logo a img {
    width: 160px;
}

.homebanner video {
    width: 100%;
    border-radius: 20px;
    height: 100vh;
    object-fit: cover;
}

.homebanner::before {
    position: absolute;
    content: '';
    background: #ffffff36;
    width: 100%;
    height: 100%;
}

.about-btm-txt ul li {
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 14px;
    color: #000;
    list-style: disc;
    margin-bottom: 9px;
    margin-left: 20px;
}

body,
p,
a,
li,
span,
button,
input,
select,
textarea,
.theme-btn,
.property-top-bar .filter-select select,
.property-top-bar .show-count,
.property-top-bar .view-options span,
.propert-box-text span,
.pricing-property ul li,
.pricing-property p span,
.text-properties-detail h4,
.text-properties-detail ul li,
.featured-properties-det-text ul li,
.about-btm-txt ul li,
h1,
h2,
h3,
h4,
h5,
h6,
.pricing-property p,
.heading-btm-pro-det p {
    font-family: 'Google Sans Flex', Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
}

.menuSec a img {
    width: 220px;
    max-height: max-content;
    object-fit: contain;
    filter: brightness(0.4);
    margin: -12px 0 -17px;
}

.ft-logo a img {
    width: 200px;
    max-height: max-content;
    object-fit: cover;
    left: -50px;
    position: relative;
    margin: 0 0 -20px;
}

.propert-box-text h3 {
    min-height: 76px;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
}

.propert-box-text p {
    min-height: 48px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.pricing-property ul {
    width: 100%;
    justify-content: space-between;
}

.pricing-property ul li {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
}

.property-meta-note,
.property-disclaimer {
    background: #f7f8fa;
    border: 1px solid #dfe4ea;
    border-radius: 12px;
    padding: 16px 18px;
    margin: 15px 0;
}

.property-meta-note p,
.property-disclaimer p {
    margin-bottom: 0;
    color: #111;
}

.property-disclaimer strong {
    color: #1e3f61;
}

.property-card-hidden {
    display: none;
}

.property-gallery-empty {
    min-height: 359px;
    border: 1px dashed #c4ccd5;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f8fa;
}

.property-gallery-empty p {
    margin: 0;
    color: #4b5563;
    font-weight: 600;
}

.ft-btmlogo img {
    width: 30%;
}
