@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
}

a {
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.container-fluid,
.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row>* {
    padding-left: 15px;
    padding-right: 15px;
}

@media(min-width:1450px) {
    .container {
        max-width: 1330px;
    }
}

@media(min-width:1550px) {
    .container {
        max-width: 1430px;
    }
}

@media(min-width:1650px) {
    .container {
        max-width: 1530px;
    }
}

@media(min-width:1750px) {
    .container {
        max-width: 1630px;
    }
}

.sub-heading h2 {
    font-size: 56px;
    margin-bottom: 25px;
    color: #00254b;
}

.sub-heading h5 {
    color: #00254b;
    margin-bottom: 30px;
}

.sub-heading p {
    font-size: 22px;
    line-height: 36px;
    color: #000;
}

.theme-btn {
    background-color: #0078ff;
    color: #fff !important;
    display: inline-block;
    padding: 15px 25px;
    font-size: 24px;
    font-weight: 600;
    border-radius: 12px;
}

.theme-btn:hover {
    background-color: #0a58ca;
}


/*Header Css*/

.theme-header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: rgb(0 0 0 / 25%) 0 0 5px 0;
}

.theme-header .navbar {
    padding: 20px 0;
}

.theme-header .navbar-brand {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #0078ff;
    font-size: 26px;
    font-weight: 700;
}

.theme-header .navbar-brand span {
    color: #00254b;
}

.theme-header .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.theme-header .nav-link {
    color: #00254b;
    padding: 0!important;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.theme-header .nav-link.learn-more-btn {
    padding: 10px 25px!important;
    border: 2px solid #00254b;
    border-radius: 6px;
}

.theme-header .nav-link.learn-more-btn:hover {
    background-color: #00254b;
    color: #fff!important;
    transition: all 0.3s ease-in-out;
}

.theme-header .nav-link.active {
    color: #0078ff;
}

.theme-header .dropdown-menu {
    border-radius: 0;
    padding: 15px;
    border: none;
    background-color: #fff;
}

.theme-header .dropdown-menu li a {
    font-size: 16px;
    color: #0078ff;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.theme-header .dropdown-menu li:last-child a {
    margin-bottom: 0;
}

.theme-header .navbar .navbar-toggler {
    width: 46px;
    height: 50px;
    padding: 0 10px;
    border-radius: 4px;
    text-align: center;
    border: none;
    outline: none;
    z-index: 110;
    background-color: transparent;
    box-shadow: none;
}

.theme-header .navbar .navbar-toggler span {
    width: 29px;
    height: 3px;
    background: #ffbc51;
    display: block;
    margin: 3px auto 3px auto;
    position: relative;
    top: 0;
    opacity: 1;
    float: right;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    border-radius: 10px;
}

.theme-header .navbar .navbar-toggler span:nth-child(2) {
    width: 25px;
}

.theme-header .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 9px;
}

.theme-header .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.theme-header .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -9px;
}

.theme-header.sticky-header {
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    position: fixed;
    left: 0;
    top: 0;
    animation: headerSlideDown .95s ease 0s 1 normal forwards running;
    z-index: 99;
    background-color: #fff;
}

.theme-header.sticky-header .navbar-brand {
    display: inline-block;
}

@keyframes headerSlideDown {
    0% {
        margin-top: -15rem
    }
    to {
        margin-top: 0
    }
}

@media(max-width:991px) {
    .theme-header .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background-color: #fff;
        padding: 20px;
        z-index: 99;
    }
    .theme-header .navbar-collapse .navbar-nav {
        display: block;
    }
    .theme-header .nav-link {
        font-size: 18px;
        margin: 10px 0px!important;
        color: #000!important;
    }
    .theme-header .h-social-lnks .tel-link {
        color: #000!important;
    }
}

.slick-prev-custom,
.slick-next-custom {
    color: #fff;
    border: none;
    font-size: 32px;
    cursor: pointer;
    background-color: #c8c8c8;
    outline: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.slick-prev-custom {
    position: absolute;
    top: 50%;
    left: -100px;
    z-index: 1;
    transform: translateY(-50%);
}

.slick-next-custom {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    right: -100px;
}


/* Home Page Banner*/

.home-page-banner {
    background-color: #f7f7f7;
    padding-top: 150px;
    padding-bottom: 150px;
}

.home-page-banner h1 {
    font-size: 48px;
    color: #0078ff;
    margin-bottom: 20px;
    font-weight: 700;
}

.home-page-banner h1 span {
    display: block;
    color: #00254b;
}

.srch-box-hmg {
    display: flex;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 5px 0 #ccc;
}

.srch-box-hmg button {
    background-color: transparent;
    border: none;
    width: 70px;
    height: 70px;
    color: #2b2b2b;
    font-size: 24px;
}

.srch-box-hmg input {
    border: none;
    outline: none;
    flex: 1;
    padding: 0 20px;
    font-size: 24px;
    border-radius: 12px;
    font-weight: 600;
}

.srch-box-hmg input::placeholder {
    color: #2b2b2b;
    opacity: 0.65;
    font-weight: 600;
}

.srch-box-hmg input::-ms-input-placeholder {
    color: #2b2b2b;
    opacity: 0.65;
    font-weight: 600;
}

.explore_banr_sldr_sec {
    background-color: #e9e9e9;
    box-shadow: 0 0 5px 0 #ccc;
    padding: 40px;
    margin-top: 35px;
    border-radius: 20px;
}

.explore_banr_sldr_sec h2 {
    font-size: 28px;
    color: #00254b;
}

.explore_banr_sldr_sec_itm img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
}

.explore_banr_sldr_sec_itm h4 {
    color: #00254b;
    margin-bottom: 0;
}

.explore_banr_sldr_sec .slick-slider {
    margin: 0 -5px;
}

.explore_banr_sldr_sec .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
}


/* Home Page Banner*/

.testimonial-slider-itm {
    background-color: #f7f7f7;
    padding: 40px;
    border-radius: 12px;
}

.testimonial-slider-itm img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
}

.testimonial-slider-itm p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
}

.testimonial-slider-itm h3 {
    font-size: 30px;
    font-family: "Cormorant", serif;
    font-weight: 900;
    margin-bottom: 15px;
}

.testimonial-rating {
    color: #f97a05;
    margin-bottom: 15px;
    font-size: 28px;
}

.testimonial-slider-itm h5 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 400;
}

.what-our-client .slick-slider {
    margin: 0 -5px;
}

.what-our-client .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
}

.what-our-client {
    padding-bottom: 100px;
    padding-top: 100px;
}

.features-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.features-section-row {
    row-gap: 35px;
}

.features-section-itm {
    background-color: #fff;
    box-shadow: 0 0 5px 0 #ccc;
    border-radius: 12px;
}

.features-section-itm img {
    width: 100%;
    height: 300px;
    border-radius: 12px 12px 0 0;
    object-fit: cover;
}

.features-section-itm-dsc {
    padding: 20px;
}

.features-section-itm-dsc h3 {
    display: flex;
    font-size: 24px;
    color: #000;
    margin-bottom: 25px;
}

.features-section-itm-dsc .favrt-icon {
    margin-left: auto;
    color: #000;
}

.property_description {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.property_description span {
    display: inline-block;
    width: 50%;
    font-weight: 500;
}

.property-details-section {
    background-color: #f7f7f7;
    padding-top: 70px;
    padding-bottom: 70px;
}

.property-details-section .prty-left-sec {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 30px;
}

.property-details-section .prty-left-sec img {
    width: 100%;
}

.property-details-section .prty-left-sec .prty-left-itm:nth-child(1) img {
    height: 500px;
}

.property-details-section .prty-left-sec .prty-left-itm:nth-child(1) {
    width: 100%;
}

.property-details-section .prty-left-sec .prty-left-itm:nth-child(2),
.property-details-section .prty-left-sec .prty-left-itm:nth-child(3),
.property-details-section .prty-left-sec .prty-left-itm:nth-child(4),
.property-details-section .prty-left-sec .prty-left-itm:nth-child(5) {
    width: calc(50% - 15px);
}

.property-details-section .prty-right-sec h6 {
    font-size: 26px;
    color: #0078ff;
    margin: 40px 0;
}

.property-details-section .prty-right-sec {
    padding-left: 25px;
}

.property-details-section .prty-right-sec h5 {
    font-size: 30px;
    margin-bottom: 35px;
}

.property-details-section .prty-right-sec-ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 30px;
    margin-bottom: 35px;
}

.property-details-section .prty-right-sec-ul li {
    width: calc(50% - 15px);
    font-size: 18px;
    display: flex;
    align-items: flex-start;
}

.property-details-section .prty-right-sec-ul li i {
    color: #000;
    margin-right: 15px;
    margin-top: 5px;
}

.property-details-section .prty-right-sec-ul li span {
    font-weight: 500;
    display: block;
}

.latest-article-sec {
    padding-top: 100px;
}

.latest-article-sec-ul li {
    margin-bottom: 20px;
}

.latest-article-sec-ul li span {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    background-color: #0078ff;
    padding: 5px 15px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.latest-article-sec-ul li h3 {
    font-size: 28px;
}

.latest-article-sec-ul li h3 a {
    color: #000;
}

.latest-article-sec-ul li h3 a:hover {
    color: #0078ff;
    transition: all 0.3s ease-in-out;
}

.latest-article-right {
    position: relative;
    display: flex;
    height: 100%;
}

.latest-article-right img {
    width: 100%;
    border-radius: 12px;
}

.latest-article-right span {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    background-color: #cecfd1;
    padding: 5px 15px;
    border-radius: 30px;
    margin-bottom: 20px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.latest-article-right-contnt {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
}


/* Footer Section */

.site-footer {
    background-color: #f7f7f7;
}

.site-footer .srch-box-hmg {
    margin-bottom: 40px;
}

.footer-main {
    padding: 60px 0;
}

.footer-logo {
    max-width: 150px;
}

.footer-widget .widget-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 30px;
}

.contact-list {
    margin-top: 30px;
}

.contact-list,
.footer-links,
.social-icons,
.footer-legal-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    margin-bottom: 20px;
    font-size: 20px;
}

.contact-list li strong {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-list li a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-list li a:hover {
    color: #0078ff;
}

.footer-links li {
    margin-bottom: 8px;
}

.contact-list li:last-child,
.footer-links li:last-child {
    margin-bottom: 0;
}

.footer-links a {
    color: #000;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #0078ff;
}

.social-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.2rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.social-icons a:hover {
    transform: scale(1.1);
    background-color: #000;
    color: #fff;
}

.footer-bottom {
    background-color: #2b2b2b;
    padding: 20px 0;
    font-size: 0.9rem;
}

.copyright-text {
    margin: 0;
}

.footer-legal-links {
    display: flex;
    gap: 20px;
}

.footer-legal-links a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-legal-links a:hover {
    opacity: 0.8;
}