@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Qwigley&display=swap');


body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    color: #282828;
    font-family: "DM Sans", serif;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

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


/*--Back top--*/
#back-to-top {
    position: fixed;
    bottom: 35px;
    right: 25px;
    z-index: 999;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 52px;
    line-height: 52px;
    cursor: pointer;
    text-decoration: none;
    opacity: 0;
    border-radius: 50%;
    color: #000;
    transition: all .5s;
}

#back-to-top:hover {
    color: #ffc528;
}

#back-to-top.show {
    opacity: 1;
}

/* link */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #f8d18a;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #f8d18a;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
    background: #f8d18a;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #f8d18a;
}

/* alink */

.alink {
    position: relative;
    display: inline-block;
}

.alink::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 2px;
    transition: 0.5s;
    background: #ffc528;
}

.alink:hover::after {
    width: 100%;
}

.boxShadow {
    box-shadow: 0px 2px 8px #CFCFCF !important;
}

/* map-section */
.map-section {
    margin-top: 40px;
}

.map-section .brand-logo-section {
    padding: 30px 0;
}

.map-section .brand-logo-list {
    margin-bottom: 0;
}

.advancedSearch {
    margin-top: 20px;
}

.advancedSearch .input-group {
    width: 100%;
}

.advancedSearch #property {
    min-width: 130px;
}

.map-section .brand-logo-list a img {
    height: 30px;
}

.section-scroll {
    height: calc(90vh - 100px);
    overflow-y: scroll;
}

.map-height {
    height: calc(90vh - 100px);
}

.section-scroll .property-addresss a {
    max-width: 100%;
}

.section-scroll .property-info {
    padding: 20px 15px;
}

#mapListingModal {
    z-index: 9999;
}

/* color */

.btm-green::after {
    background-color: #6f7a66 !important;
}

.btm-lime::after {
    background-color: #bcf3f8 !important;
}

.btm-black::after {
    background-color: #282828;
    box-shadow: 4px 4px 0px #f5f5f5;
}

.btm-red::after {
    background-color: #ca252b;
}

.btm-lime::after {
    background-color: #bcf3f8;
}

.btm-green::after {
    background-color: #6f7a66;
}

.pt-70 {
    padding-top: 70px;
}

/* list */

.list-dasded li {
    position: relative;
    padding-left: 14px;
    font-size: 18px;
    display: block;
    margin: 13px 0;
}

.list-dasded li::after {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}

/* Header */
.header-space {
    min-height: 108px;
}

.header-section {
    box-shadow: 0px 2px 8px #CFCFCF;
    width: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0px 0px 0px #fff;
    transition: all .5s;
}

.header-section .container-fluid {
    padding: 15px 0;
    max-width: 1560px;
    width: 96%;
}

.header-section.fixed .container-fluid {
    padding: 5px 0;
}

.header-section .row {
    align-items: center;
}

.header-section.fixed .logo a img {
    max-height: 64px;
}

.logo a img {
    max-height: 78px;
    width: auto;
    transition: max-height .5s;
}

.menu-wrap {
    display: flex;
    justify-content: center;
    position: relative;
}

.main-menu {
    padding-right: 115px;
}

.main-menu ul {
    display: flex;
    justify-content: flex-end;
}

.main-menu ul li {
    margin: 6px 11px;
    position: relative;
}

.main-menu ul li a {
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-family: "DM Sans", serif;
    letter-spacing: -1px;
    color: #282828;
    font-weight: 600;
}

.main-menu ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 2px;
    transition: 0.5s;
    background: #ffc528;
}

.main-menu ul li a:hover::after,
.main-menu ul li.active a::after {
    width: 100%;
}

.main-menu ul li ul {
    position: absolute;
    flex-direction: column;
    text-align: left;
    background: #f7f7f7;
    min-width: 195px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    z-index: -9;
}

.main-menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.main-menu ul li ul li {
    margin: 6px 0;
}

.main-menu ul li ul li a {
    display: block;
    padding: 0px 15px;
    font-weight: 500;
}

.main-menu ul li ul li a::after {
    width: 3px;
    height: 0;
}

.main-menu ul li ul li a:hover::after,
.main-menu ul li ul li.active a::after {
    width: 3px;
    height: 100%;
}

.direct-call {
    text-align: right;
}

.direct-call a {
    font-family: "DM Sans", serif;
    letter-spacing: 1px;
    font-size: 22px;
    color: #282828;
    display: inline-block;
}

.direct-call a img {
    width: 16px;
    margin-right: 5px;
    float: left;
    margin-top: 8px;
}

.direct-call a span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.direct-action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.direct-action .email {
    border-bottom: solid 2px #dc3545;
    margin-top: 2px;
    line-height: normal;
    font-size: 16px;
}

.search-options {
    background-color: #bcf3f8;
    border-bottom: 6px solid #f8d18a;
    position: absolute;
    right: -35px;
    top: -35px;
    height: 120px;
    padding: 15px 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    transition: height .5s;
}

.header-section.fixed .search-options {
    height: 97px;
    padding-top: 28px;
}

.search-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-inner a {
    font-size: 16px;
}

.search-inner a:hover {
    color: #282828;
}

.search-inner span {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 4px;
    font-size: 16px;
}

.search-inner span img {
    max-width: 35px;
    margin-top: -10px;
}

/*  why-section  */

.why-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.why-content .section-title {
    margin: 0 0 10px;
}

.why-content .section-heading {
    margin-bottom: 15px;
}

.why-content {
    display: flex;
    gap: 35px;
    flex-direction: column;
}

.why-content .terms-info p {
    margin-bottom: 0;
}

/*  employee section  */

.employee-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.employee-info h5 {
    font-weight: bold;
    font-size: 20px;
}

.employee-brand img {
    max-width: 73px;
}

.employee-info-wrap {
    display: flex;
    gap: 55px;
}

.employee-img img {
    box-shadow: 5px 6px 0px #bcf3f8;
}

.employee-description {
    margin-top: 20px;
}

.employee-description p {
    font-size: 18px;
}

.employee-yellow img {
    box-shadow: 5px 6px 0px #f8d18a;
}

.employee-list {
    display: flex;
    flex-direction: column;
    gap: 55px;
}

/* cta-section */

/*.cta-section {*/
/*    padding-bottom: 70px;*/
/*}*/

.cta-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-blue {
    border-bottom: 6px solid #80e8f1;
}


.btn-yellow {
    border-bottom: 6px solid #f8d18a;
}


.btn-gray {
    border-bottom: 6px solid #989899;
}

.cta-list .cta-item {
    margin: 10px 45px;
    padding: 4px 20px;
    min-width: 165px;
    text-align: center;
    transition: all .5s;
}

.cta-list .cta-item a {
    font-size: 30px;
    text-align: center;
    display: inline-block;
    font-weight: 300;
    line-height: 1.2;
    padding-bottom: 7px;
}


/* faq Section */


.faq-section {
    padding: 70px 0;
}

.accordion-header button {
    background-color: #fafafa;
}

.accordion-box .accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accordion-item {
    border: none;
}

.accordion-button:focus {
    background-color: #fafafa;
    box-shadow: none;
    color: #000000;
}

.accordion-button:not(.collapsed) {
    background-color: #fafafa;
    box-shadow: none;
    color: #000000;
}

.accordion-header button {
    letter-spacing: 1px;
    font-size: 22px;
    text-align: left;
    color: #000000;
    font-weight: 500;
    display: flex;
    width: 100%;
}

.accordion-button:not(.collapsed)::after {
    content: "\02796";
    background-image: none;
    font-size: 13px;
}

.accordion-button::after {
    content: "\2795";
    background-image: none;
    font-size: 13px;
}

.accordion-button:not(.collapsed)::after {
    transform: none;
}

/*--Side nav--*/
.side-nav-container {
    background: rgba(255, 255, 255, 0.95);
    transition: 1s;
    top: 0px;
    height: 100%;
    right: -460px;
    position: fixed;
    z-index: 9999;
    min-width: 0px;
}

.side-nav-container.sdcactive {
    right: 0px;
    -ms-overflow-y: scroll;
    box-shadow: -3px 0px 5px #666;
    min-width: 450px;
}

.sdeclose {
    top: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    right: 20px;
    color: rgb(26, 69, 123);
    font-weight: 100;
    position: absolute;
    cursor: pointer;
}

.sdeclose img {
    width: 28px;
    height: auto;
}

.side-nav {
    padding-top: 100px;
}

.sdintop {
    overflow: hidden;
    padding-top: 70px;
    margin-bottom: 30px;
}

.sdintop ul {
    text-align: center;
}

.sdintop ul li {
    margin: 0px 1px;
    display: inline-block;
}

.sdintop ul li a {
    display: inline-block;
}

.sdintop ul li a img {
    max-width: 60%;
}

.side-nav-inner {
    margin-bottom: 50px;
    max-height: 465px;
}

.side-nav-inner ul li {
    margin-bottom: 15px;
}

.side-nav-inner ul li a {
    padding: 4px 65px;
    color: rgb(37, 59, 119);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 300;
    display: block;
    position: relative;
}

.side-nav-inner ul li.active a {
    font-weight: 400;
}

.side-nav-inner ul li.active a::after {
    left: 65px;
    width: 220px;
    height: 3px;
    bottom: -3px;
    position: absolute;
    content: "";
    background-color: rgb(202, 35, 42);
}

.sdropdown ul li.active a::after {
    left: 31px;
    width: 192px;
    height: 2px;
    bottom: 1px;
    position: absolute;
    content: "";
    background-color: rgb(255, 197, 40);
}

.side-nav-inner ul li a:hover {
    color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.1);
}

.sdelog {
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: none !important;
}

.sdelog img {
    max-width: 190px;
}

.sdsubmenu ul li a {
    padding-left: 85px;
}

.sdropdown ul {
    transition: 0.5s;
    height: 0px;
    padding-left: 65px;
    visibility: hidden;
    opacity: 0;
}

.sdropdown.open-sub-menu ul {
    height: auto;
    padding-top: 10px;
    padding-bottom: 5px;
    display: block;
    visibility: visible;
    opacity: 1;
}

.sdropdown.open-sub-menu > a {
    color: #000;
    font-style: italic;
    background-color: rgba(0, 0, 0, 0.1);
}

.sdropdown.open-sub-menu ul li a:hover {
    background-color: transparent;
}

.sdropdown ul li {
    margin-bottom: 0px;
}

.sdropdown ul li a {
    padding: 5px 0px 4px 30px;
    color: rgb(0, 0, 0);
    letter-spacing: 1px;
    font-size: 14px;
}

.side-nav-inner ul li.sdropdown {
    background-image: url(../images/plus-icon.png);
    background-repeat: no-repeat;
    background-position: 290px 10px;
    background-size: 13px;
}

.sdropdown.open-sub-menu ul li a:hover {
    color: rgb(0, 0, 0) !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.side-nav-open {
    transition: 0.5s;
}

.side-nav-wraper.side-nav-open {
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
}

.menu_btnsec {
    padding-left: 60px;
    margin-top: 20px;
    display: block !important;
    padding-top: 10px;
    text-align: left !important;
}

.side-nav .btn-groups {
    padding: 4px 65px;
}

.side-nav .btn-groups a {
    border-radius: 15px;
    min-width: 170px;
}

/* hero section */

.hero-section {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}


.page-inner-hero-section .hero-content {
    min-height: 430px;
}

.hero-content {
    min-height: 530px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    width: 100%;
}

.hero-info h1 {
    margin: 0 0 15px;
    font-size: 74px;
    text-align: center;
    display: block;
    color: #fff;
    /* font-family: shelby, sans-serif; */
    font-family: "Times New Roman", Times, serif;
    text-shadow: 0px 2px 6px #000;
    font-weight: 700;
}

.hero-content .btn-groups {
    justify-content: center;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-content .btn-groups a {
    display: inline-block;
    padding: 10px 12px 8px;
    margin: 0 10px;
    min-width: 170px;
    text-align: center;
    text-transform: uppercase;
    font-family: "DM Sans", serif;
    border-radius: 15px;
    font-size: 18px;
    letter-spacing: 1px;
}

.btm-red {
    position: relative;
}

.btm-red::after {
    background-color: #ca252b !important;
}

.title-border-style {
    position: relative;
    padding-bottom: 5px;
}

.title-border-style::after {
    content: '';
    height: 6px;
    width: 170px;
    background-color: #4c58a4;
    position: absolute;
    left: 0;
    bottom: 0;
    box-shadow: 4px 4px 0px rgba(255, 255, 255, .6);
}

.modal-header {
    border-bottom: none;
}

.property-modal .modal-header {
    justify-content: end;
}

.modal-header button {
    border: none;
    background-color: #fff;
    font-size: 3.5rem !important;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.modal-dialog {
    max-width: 700px;
}

.property-modal .modal-dialog {
    max-width: 1200px;
}

.page-inner-hero-section {
    width: 100%;
}

.modal-btn-groups {
    flex-direction: column;
    display: flex;
    gap: 20px;
}

.modal-btn-groups a {
    display: inline-block;
    padding: 8px 12px 8px;
    max-width: 170px;
    text-align: center;
    text-transform: uppercase;
    font-family: "DM Sans", serif;
    font-weight: bold;
    border-radius: 15px;
    font-size: 14px;
    width: 100%;
}

#mapListingModal {
    z-index: 9999;
}

.modal-btn-groups .socialToolBox {
    position: relative;
}

.page-inner-hero-section .hero-info {
    width: 100%;
}

.page-inner-hero-section .hero-info h1 {
    text-align: left;
}

.page-inner-hero-section {
    position: relative;
}

.page-inner-hero-section::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(40, 40, 40, .10);
    top: 0;
    left: 0;
}

/* property-photos */

.property-photos .row {
    --bs-gutter-y: 20px;
    margin-top: 20px;
}

.property-modal .modal-body {
    max-width: 1000px;
    margin: 0 auto;
}

.property-modal .content-text {
    background: #f0f0f0;
    margin-top: 30px;
    padding: 20px;
}

.property-modal .contact-form {
    margin-top: 30px;
}

.property-modal .property-map {
    margin-top: 30px;
}

.property-modal iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

/* contact-section */

.contact-section {
    padding-top: 70px;
}

.frm-row {
    width: 100%;
    margin-bottom: 25px;
}

.contact-form .btn-action button.btn {
    padding: 14px 25px 13px;
    min-width: 170px;
    text-align: center;
    text-transform: uppercase;
    font-family: "DM Sans", serif;
    border-radius: 15px;
    font-size: 18px;
    letter-spacing: 1px;
    background-color: #263975;
    color: #fff;
    border: 0;
    font-weight: 600;
}

.contact-form button:hover {
    background-color: #ca252b !important;
}

input.form-control {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #b4b4b4;
    height: 45px;
    padding: 0 10px;
    border-radius: 0px;
}

.form-control:focus {
    box-shadow: none !important;
    border: 2px solid #263975 !important;
}

select.form-select {
    width: 100%;
    border: 2px solid #b4b4b4;
    height: 45px;
    padding: 0 11px;
    background-color: #fff;
    border-radius: 2px;
    min-width: 100px;
}

select.form-select:focus {
    width: 100%;
    border: 2px solid #b4b4b4;
    height: 45px;
    padding: 0 11px;
    background-color: #fff;
    border-radius: 2px;
}

.form-check {
    display: flex;
    gap: 20px;
}

.form-check-input {
    width: 30px;
    height: 30px;
}


/*  welcome content  */
.welcome-content-section {
    width: 100%;
    background-color: #eeeeef;
    padding: 80px 0;
}

.content-text p {
    font-size: 20px;
}

.section-title {
    font-family: "DM Sans", serif;
    margin: 0 0 25px;
    padding-bottom: 15px;
    position: relative;
    display: block;
    font-size: 32px;
}
.section-title-lg {
    font-family: "DM Sans", serif;
    margin: 0 0 25px;
    padding-bottom: 15px;
    position: relative;
    display: block;
    font-size: 32px;
}

.btm-yellow::after {
    background-color: #f8d18a !important;
    box-shadow: 4px 4px 0px #f8f8f9;
}

.section-title::after {
    content: '';
    height: 6px;
    width: 170px;
    background-color: #4c58a4;
    position: absolute;
    left: 0;
    bottom: 0;
    box-shadow: 4px 4px 0px #f5f5f5;
}
.section-title-lg::after {
    content: '';
    height: 6px;
    width: 170px;
    background-color: #F8D18A;
    position: absolute;
    left: 0;
    bottom: 0;
    box-shadow: 4px 4px 0px #f5f5f5;
}

.video-box {
    position: relative;
    max-width: 265px;
    margin: 0 auto;
}

.video-img a {
    position: absolute;
    top: 118px;
    right: 23px;
}

.video-img {
    width: 265px;
    height: 265px;
    border-radius: 100%;
    position: relative;
}

.wel-txt {
    overflow: hidden;
    text-align: center;
    padding-top: 5px;
}

.video-img a img {
    max-width: 55px;
}

.wel-txt p {
    margin: 0;
    font-family: "DM Sans", serif;
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
}


/* properties-section */

.properties-section {
    padding-top: 70px;
    /*padding-bottom: 70px;*/
}

.btm-black::after {
    background-color: #282828 !important;
    box-shadow: 4px 4px 0px #f5f5f5;
}

.section-heading {
    margin-bottom: 35px;
}

.section-heading p {
    font-size: 18px;
    margin: 0 0 15px;
}

.property-item {
    border: 1px solid #deedf0;
    display: block;
}

.property-info {
    overflow: hidden;
    padding: 30px 25px;
}

.property-info h3 {
    font-size: 18px;
    display: flex;
    gap: 8px;
    overflow: hidden;
    min-height: 91.19px;
    border-bottom: 1px solid #deedf0;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.property-details {
    display: flex;
    gap: 6px;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.property-details li p {
    margin-bottom: 0;
}

.property_sta_ico {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 130px;
}

.property-info a {
    margin-top: 10px;
    max-width: 240px;
    width: 100%;
}

#properties {
    padding: 0px 25px;
}

#properties .owl-nav {
    display: block;
}

#properties .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    background-image: url(../images/prev-icon.png);
    background-size: 100% auto;
    position: absolute;
    top: 22%;
    right: 100%;
}

#properties .owl-nav .owl-prev span {
    display: none;
}

#properties .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background-image: url(../images/next-icon.png);
    background-size: 100% auto;
    position: absolute;
    top: 22%;
    left: 100%;
}

#properties .owl-nav .owl-next span {
    display: none;
}

/* brand-logo-section */

.brand-logo-section {
    margin-top: 70px;
    padding: 60px 0;
    background-color: #eeeeef;
}

.brand-logo-list {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.brand-logo-list a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%; /* Constrain the link's width to its content */
    flex-shrink: 0; /* Prevent shrinking */
}

.brand-logo-list a img {
    height: auto;
    max-height: 40px; /* Restrict height */
    width: auto; /* Maintain aspect ratio */
    max-width: none; /* Prevent Safari from resizing */
    flex-shrink: 0; /* Prevent flexbox from shrinking the image */
    display: block; /* Prevent inline block gaps affecting layout */
}
/* Safari-specific adjustments */
@supports (-webkit-touch-callout: none) {
    .brand-logo-list a img {
        object-fit: contain; /* Ensure the image fits its container */
        -webkit-transform: none; /* Reset scaling issues on Safari */
        transform: none;
    }
}

.brand-logo-list span {
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
    margin-left: 10px;
}

.input-group {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.input-group .btn {
    height: 45px;
    border: none;
}

.form-select {
    cursor: pointer;
    height: 38px;
}

.form-select:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

/* footer top section */
.footer-top-section {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 45px;
}

.footer-top-section p {
    font-family: "Qwigley", serif;
    font-weight: 700;
    font-size: 44px !important;
    margin-bottom: 20px;
    font-style: italic;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 1px;
}

.footer-top-section .btn-groups {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.footer-top-section .btn-groups a {
    min-width: 170px;
    border-radius: 15px;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.footer-top-section .btn-groups a:hover {
    color: #fff;
    background-color: #4c58a4 !important;
    border-color: #4c58a4 !important;
}

.bg-blue {
    background-color: #2bb8d3;
    border-color: #2bb8d3;
}

.bg-orange {
    background-color: #c9242a;
    border-color: #c9242a;
}

.bg-yellow {
    background-color: #ffa801;
    border-color: #ffa801;
}

.bg-black {
    background-color: #000000;
    border-color: #000000;
}

.lightbox {
    /* position: absolute; */
    position: fixed;
    /* left: 0 !important; */
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    top: 0px !important;
    bottom: 0px;
    height: 100%;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    flex-direction: column;
}


.video-iframe iframe {
    width: 100%;
    height: 100%;
    height: 228px;
}

.video-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.video-info p {
    margin-bottom: 0;
}

/* properties-video */
.bg-lightgrey {
    color: #000;
    background-color: #f0f0f0;
    margin-right: 0px;
}

.properties-video {
    margin-top: 70px;
}

.properties-video .btn-groups {
    display: flex;
    margin-bottom: 20px;
    gap: 20px;
}

.properties-video .btn-groups a.btn {
    display: inline-block;
    padding: 8px 12px 8px;
    min-width: 170px;
    text-align: center;
    text-transform: uppercase;
    font-family: "DM Sans", serif;
    font-weight: bold;
    border-radius: 15px;
    font-size: 14px;
}

/* Social Box  */

.socialBox {
    position: relative;
}

.socialToolBox {
    position: absolute;
    margin-top: 20px;
}

.socialToolBox {
    display: flex;
    margin-left: 40px;
    gap: 10px;
}

.socialToolBox a {
    padding: 7px 0px 5px;
    background-color: #fff !important;
    border: solid 1px #E0E0E0;
    border-radius: 30px;
    min-width: 45px;
    width: 40px;
    display: flex;
    justify-content: center;
    min-height: 40px;
    align-items: center;
}

.bg-grey {
    background-color: #f0f0f0;
    color: #000;
    border-color: #f0f0f0;
}

/* reviews-section */

/*.reviews-section {*/
/*    padding-bottom: 25px;*/
/*}*/

.red-line {
    display: inline-block;
    position: relative;
}

.red-line::after {
    content: '';
    height: 3px;
    width: 100%;
    background-color: #c9242a;
    position: absolute;
    left: 0;
    bottom: 0;
    box-shadow: 3px 3px 0px #f5f5f5;
    transition: all .5s;
}

.review-item {
    background-color: #eeeeef;
    padding: 85px 35px 35px;
    background-image: url(../images/quote-icon.png);
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: 35px 35px;
    margin:0;
    box-shadow: 0px 0px 0px #f1fcfd;
    transition: all .5s;

    min-height: 400px;
}

.review-item:hover {
    background-image: url(../images/quote-icon2.png);
    box-shadow: 5px 6px 0px #f1fcfd;
}

.review-item p {
    font-size: 20px;
    font-style: italic;
}

.review-item h3 {
    font-family: "DM Sans", serif;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 5px;
    display: block;
    padding-top: 10px;
    font-weight: 500;
}

.review-item h4 {
    font-size: 16px;
    font-style: italic;
    margin: 0;
}

.rates {
    display: block;
    padding: 1px 0;
}

.rates i {
    color: #ffb724;
    font-size: 19px;
    margin-right: 3px;
}

/* footer-section */

.footer-section {
    padding-bottom: 60px;
}

.footer-logo {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

.footer-brands {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 50px;
}

.brands-logo {
    text-align: center;
}

.footer-brands img {
    max-width: 60px;
    margin: 0 1px;
    height: 60px;
}

.footer-brands h4 {
    text-align: center;
}

.footer-brands h4 b {
    font-weight: 500;
    text-align: center;
}

.footer-address-wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    gap: 60px;
}

.socials-icon {
    display: flex;
    justify-content: center;
    margin: 0 auto 20px;
}

.socials-icon a {
    color: #c4c4c4;
    margin: 0 8px;
    font-size: 26px;
}

.socials-icon a:hover {
    color: #ffa800;
}

.footer-section hr {
    max-width: 960px;
    margin: 0 auto 20px;
    border-top: 3px solid #e5e5e5;
    opacity: 1;
}

.footer-menus {
    overflow: hidden;
    padding-bottom: 30px;
}

.footer-menus ul {
    text-align: center;
}

.footer-menus ul li {
    display: inline-block;
    margin: 0 40px;
}

.footer-menus ul li a {
    text-transform: uppercase;
    font-size: 16px;
}

.footer-menus ul li a:hover {
    color: #282828;
}
.separator{
    padding-left: 5px;
    padding-right: 5px;
}
.footer-links ul {
    display: flex;
    justify-content: center;
     padding-bottom: 10px;
}

.footer-links ul li a {
    font-size: 16px;
}

.footer-copyright {
    text-align: center;
}

.footer-copyright img {
    max-width: 70px;
    height: auto;
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    max-width: 220px;
}

.poweredby {
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding-top: 25px;
}

.brand-sign-section {
    position: absolute;
    width: 100%;
    bottom: 5px;
    left: 0;
    z-index: 9;
}

.brand-sign {
    max-width: 1560px;
    width: 96%;
    margin: 0 auto;
    text-align: right;
}

.brand-sign p {
    font-family: "Qwigley", serif;
    font-weight: 700;
    margin: 0;
    color: #fff;
    text-shadow: 0px 2px 2px #000;
    letter-spacing: 1px;
    font-size: 38px;
}

/* blog section */

.blog-section {
    padding-top: 70px;
}

.blog-info span {
    font-family: "DM Sans", serif;
    font-weight: 600;
    font-size: 18px;
}

.blog-info p {
    font-size: 18px;
    margin: 7px 0 7px;
}

.learn_news {
    border-bottom: solid 3px #c9242a;
}

.blog-list {
    display: flex;
    flex-direction: column;
    gap: 60px;
}


.blog-section .section-heading {
    margin-bottom: 0;
}

.blog-detals h3 {
    font-size: 18px;
    font-weight: 600;
}

.blog-detals h4 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 35px;
}

.blog-share {
    font-weight: normal !important;
}

/* subscribe-section */

.subscribe-section {
    padding-bottom: 70px;
}

.subscribe-section .officer-form {
    max-width: 770px;
}

.subscribe-section input.form-control {
    min-width: 260px;
}

/* officer */
.officer-form {
    background: #fff;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    max-width: 470px;
    border-radius: 20px;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
}

.officer-form h2 {
    font-weight: bold;
    padding: 0;
    margin: 0px 0;
    font-size: 40px;
    font-family: "Qwigley", serif;
    text-align: center;
    padding-top: 20px;
}

.form-subscribe {
    margin-top: 60px;
}

.form-subscribe label span {
    color: #e85c41;
}

.officer-form .btn-action {
    display: flex;
    justify-content: center;
}

.officer-form .btn-action button {
    background-color: #263975;
    font-family: "DM Sans", serif;
    font-weight: bold;
    font-size: 18px;
    min-width: 170px;
    text-transform: uppercase;
    border-radius: 15px;
    border-color: #263975;
}

.officer-form .btn-action button:hover {
    background-color: #e85c41;
    border-color: #e85c41;
}

/* d-none */

.d-hide {
    display: none;
}

/* accessibility section */

.accessibility-section {
    padding-top: 70px;
}

.accessibility-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.accessibility-list h3 {
    font-size: 28px;
}

.accessibility-list p {
    font-size: 18px;
}

/* featured-section */

.featured-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.featured-section .featured-list {
    gap: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.featured-section .property-item {
    display: flex;
    align-items: center;
    width: 100%;
    transition: all .5s;
    border: 4px solid #deedf0;
    gap: 20px;
}

.featured-section .property-item:hover {
    border: 6px solid #deedf0;
}

.featured-section .property-item .property-img {
    flex: 0 0 30%;
}

.featured-section .property-item .property-img a {
    display: flex;
}

.featured-section .property-item .property-info {
    width: 100%;
    padding: 10px;
}

.featured-section .property-item .property-info h3 {
    width: 100%;
}

.featured-section .property-item .property-info h3 a {
    width: 100%;
    max-width: 100%;
}

.video-section iframe {
    width: 100%;
    max-width: 100%;
}

/* process-section */

.process-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.process-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.process-item ul li {
    list-style: disc;
    list-style-position: inside;
    padding-left: 30px;
}

.questions-item h3 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 35px;
}

.questions-item em {
    font-size: 18px;
    margin-bottom: 5px;
    display: flex;
}

.questions-item p {
    margin-bottom: 10px;
    font-size: 18px;
}

.questions-item h3 {
    margin-top: 0;
}

.questions-list hr {
    margin: 40px 0;
}

.property-map {
    width: 100%;
    height: calc(100% - 90px);
}

.property-map iframe {
    width: 100%;
    height: 100%;
}

.direction_ico {
    margin-bottom: 16px;
}

.direction_ico img {
    max-width: 200px;
}

/* properties-section */

.properties-carousel-section {
    padding-top: 70px;
}

.properties-carousel-section #properties .owl-nav .owl-prev,
.properties-carousel-section #properties .owl-nav .owl-next {
    top: 50%;
    margin-top: -40px;
}

/* testimonial-section */
.testimonial-section {
    padding: 70px 0;
}

.testimonial-section .review-item {
    background-color: transparent;
    box-shadow: none;
}

.list-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.content-list li {
    list-style: disc;
    margin-left: 20px;
}

.welcome-officer {
    width: 100%;
}

.welcome-officer iframe {
    width: 100%;
}


.blog-video {
    width: 100%;
}

.blog-video iframe {
    width: 100%;
}


/* reponisve */
@media (max-width: 1300px) {
    .main-menu ul li {
        margin: 6px 10px;
    }

    .search-inner span:last-child {
        display: none;
    }

    .search-options {
        right: -26px;
        height: 110px;
    }
}

@media (max-width: 1139px) {
    .main-menu ul li {
        margin: 6px 7px;
    }

    .main-menu {
        padding-right: 55px;
    }

    .search-inner span:last-child {
        display: none;
    }
}

@media (max-width: 1024px) {

    .modal-btn-groups {
        margin-top: 30px;
    }

    .contact-form.ps-4 {
        padding-left: 0 !important;
    }

    .welcome-officer {
        width: 100%;
        margin-top: 30px;
    }

    .blog-video {
        margin-top: 20px;
    }



    .map-section #map {
        display: none;
    }

    .property-map {
        margin-bottom: 30px;
        height: auto;
    }

    .property-map iframe {
        min-height: 320px;
    }

    .featured-section .property-item .property-img {
        flex: 0 0 50%;
    }

    .footer-top-section p {
        font-size: 38px !important;
        margin-bottom: 0;
        line-height: 38px;
    }

    .employee-img {
        margin-bottom: 50px;
    }

    .employee-img img {
        width: 380px;
    }
}

@media (max-width: 992px) {
    .owl-dots {
        text-align: center;
        padding-top: 15px;
        display: flex;
        justify-content: center;
        gap: 8px;
    }

    .owl-dots button.active span,
    .owl-dots button:hover span {
        background-color: #c9242a;
    }

    .owl-dots > button span {
        background: #93adcf;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        text-align: center;
        display: inline-block;
        transition: background .5s;
    }

    .hero-info h1 {
        font-size: 40px;
    }

    .section-title {
        font-size: 26px;
    }

    .section-title-lg {
        font-size: 54px;
    }



    .property-info {
        padding: 20px 15px;
    }

    #properties .owl-nav .owl-prev {
        right: 80%;
    }

    #properties .owl-nav .owl-next {
        left: 80%;
    }

    .main-menu {
        display: none;
    }

    .search_mobicon img {
        width: 36px !important;
    }

    .search-options {
        display: none;
    }

    .direct-action {
        display: none;
    }

    .logo {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .logo .menu-bar {
        display: block;
    }

    .logo a img {
        max-height: 78px;
        width: auto;
        transition: max-height .5s;
    }

    .search_mobicon {
        display: block !important;
        position: absolute;
        right: 70px;
    }
}

@media (max-width: 767px) {
    .socialToolBox {
        position: relative;
    }

    .video-info {
        margin-top: 20px;
    }

    .properties-video .btn-groups {
        flex-wrap: wrap;
    }

    .featured-section .property-item .property-img {
        flex: 0 0 100%;
    }

    .featured-section .property-item {
        flex-direction: column;
    }

}

@media (max-width: 575px) {

    .employee-info-wrap {
        flex-direction: column;
        gap: 20px;
    }

    #reviews-slide2 .owl-dots {
        padding-top: 15px;
        position: relative;
        bottom: 25px;
        right: 0;
        overflow-y: scroll;
    }

    .page-inner-hero-section .hero-content {
        min-height: 550px;
        padding-bottom: 80px;
        padding-top: 60px;
    }

    .page-inner-hero-section .hero-info h1 {
        font-size: 62px;
    }

    .side-nav-container.sdcactive {
        width: 90%;
        min-width: 260px;
    }

    .logo a img {
        max-height: none;
        max-width: 230px;
    }

    .footer-top-section p {
        font-size: 44px !important;
        margin-bottom: 0;
        line-height: 44px;
    }

    .footer-top-section .btn-groups {
        flex-direction: column;
        max-width: 170px;
        margin: 40px auto 0;
    }

    .footer-address-wrapper {
        flex-direction: column;
    }

    .footer-address-wrapper p {
        margin-bottom: 0;
    }

    .footer-address {
        margin: 7px 10px;
        text-align: center;
    }

    .footer-address-wrapper {
        gap: 10px;
    }

    .footer-menus ul li {
        display: inline-block;
        margin: 0 10px;
    }

}


/*

 .----------------.  .----------------.  .----------------.
| .--------------. || .--------------. || .--------------. |
| | ____    ____ | || |     _____    | || |  _______     | |
| ||_   \  /   _|| || |    |_   _|   | || | |_   __ \    | |
| |  |   \/   |  | || |      | |     | || |   | |__) |   | |
| |  | |\  /| |  | || |      | |     | || |   |  __ /    | |
| | _| |_\/_| |_ | || |     _| |_    | || |  _| |  \ \_  | |
| ||_____||_____|| || |    |_____|   | || | |____| |___| | |
| |              | || |              | || |              | |
| '--------------' || '--------------' || '--------------' |
 '----------------'  '----------------'  '----------------'

*/
.text-white {
    filter: url(#white-text-shadow);
}
.text-filter {
    filter: url(#white-text-shadow);
}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}


.main_content h1, .ck-content h1 {
    padding-top: 20px;
    padding-bottom: 10px;
}

.main_content h2, .ck-content h2 {
    padding-top: 18px;

    font-family: "DM Sans", serif;
    margin: 0 0 25px;
    padding-bottom: 15px;
    position: relative;
    display: block;
    font-size: 32px;
}

.main_content h2::after {
    content: '';
    height: 6px;
    width: 170px;
    background-color: #f8d18a;
    position: absolute;
    left: 0;
    bottom: 0;
    box-shadow: 4px 4px 0px #f5f5f5;
}


.main_content h3, .ck-content h3 {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0px;
}

.main_content h4, .ck-content h4 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
}

.main_content p, .ck-content p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}

.main_content div, .ck-content div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.main_content span, .ck-content span {
    padding-top: 5px;
    padding-bottom: 5px;
}

.main_content ul, .ck-content ul,
.main_content ol, .ck-content ol {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    list-style-position: inside;
    line-height: 20px;
    margin: 0px !important;
    font-size: 18px;
}

.main_content li, .ck-content li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-type: inherit;
    font-size: 18px;
}

.main_content ul, .ck-content ul {
    padding-left: 40px;
    line-height: 20px;
}

.main_content ul li, .ck-content ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: disc;
    padding-left: 10px;
    line-height: 27px;
    filter: url(#white-text-shadow);
    font-size: 18px;
}


blockquote {
    padding-left: 20px;
    border-left: solid 6px #b3ded8;
    margin-top: 15px;
}


.main_content a:not(.btn),
.ck-content a:not(.btn) {
    position: relative;
    text-decoration: none;
    color: #008cc1 !important;
    transition: color 0.15s ease-in-out;
    filter: url(#white-text-shadow);
}

.main_content a:not(.btn):hover,
.main_content a:not(.btn):focus,
.main_content a:not(.btn):active,
.ck-content a:not(.btn):hover,
.ck-content a:not(.btn):focus,
.ck-content a:not(.btn):active {
    color: black;
    cursor: pointer;
}

.main_content a:not(.btn)::after,
.ck-content a:not(.btn)::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
    background-color: #fdd252;
    bottom: -2px;
}

.main_content a:not(.btn):hover::after,
.main_content a:not(.btn):focus::after,
.main_content a:not(.btn):active::after,
.ck-content a:not(.btn):hover::after,
.ck-content a:not(.btn):focus::after,
.ck-content a:not(.btn):active::after {
    transform: translateX(0);
    opacity: 1;
    color: #008cc1;
}

.learn-more-section {
    text-align: end;
}

.is-invalid {
    border: 2px solid #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='0 0 12 16'%3e%3cpath fill-rule='evenodd' d='M6.5 0C3 0 0 3 0 6.5S3 13 6.5 13 13 10 13 6.5 10 0 6.5 0zm0 11.5c-2.75 0-5-2.25-5-5s2.25-5 5-5 5 2.25 5 5-2.25 5-5 5zM7 4.75v-2h-1v2h1zM7 6v1h-1V6h1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(1.5em + 0.375rem) calc(1.5em + 0.375rem);
}

.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.is-invalid + .invalid-feedback {
    display: block;
}

code {
    display: block;
    padding: 1em;
    background-color: #2d2d2d; /* Dark background */
    color: wheat !important;
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
    border-radius: 5px;
    line-height: 1.5;
    overflow-x: auto; /* Allows horizontal scrolling if code is too long */
    margin: 1em 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

code::before, code::after {
    content: ""; /* Removes any default quotation marks */
    color: wheat !important;
}

.btn-action {
    margin-top: 20px !important;
}


.inner-hero-section_title {
    font-size: 54px;
    font-weight: 400;
}

@media (max-width: 575px) {

    .inner-hero-section_title {
        font-size: 48px;
        font-weight: 400;
        color: #282828;
    }
}

@media (max-width: 992px) {

    .inner-hero-section_title{
        font-size: 38px;
        font-weight: 400;
        color: #282828;
    }
}


.hero-content-section-hero {
    width: 100%;
    background-color: #eeeeef;
    padding:  60px 60px 0 60px;
    border-radius: 40px;
    color: #282828;
}


.section-title-lg {
    font-size: 54px;
}
/*
 .----------------.  .-----------------. .----------------.  .----------------.
| .--------------. || .--------------. || .--------------. || .--------------. |
| |  _________   | || | ____  _____  | || |      __      | || | ____    ____ | |
| | |_   ___  |  | || ||_   \|_   _| | || |     /  \     | || ||_   \  /   _|| |
| |   | |_  \_|  | || |  |   \ | |   | || |    / /\ \    | || |  |   \/   |  | |
| |   |  _|  _   | || |  | |\ \| |   | || |   / ____ \   | || |  | |\  /| |  | |
| |  _| |___/ |  | || | _| |_\   |_  | || | _/ /    \ \_ | || | _| |_\/_| |_ | |
| | |_________|  | || ||_____|\____| | || ||____|  |____|| || ||_____||_____|| |
| |              | || |              | || |              | || |              | |
| '--------------' || '--------------' || '--------------' || '--------------' |
 '----------------'  '----------------'  '----------------'  '----------------'
*/

#advancedSearch .row .input_secs {
    /*margin-left: 10px;
    margin-right: 10px;*/
    margin-left: 5px;
    margin-right: 5px;
    margin-top:10px;
    margin-bottom:10px;
    width: auto;
    display: inline-block;
}
.fa.fa-twitter {
    font-family: sans-serif;
}

.fa.fa-twitter::before {
    content: "𝕏";
    font-size: 1.2em;
}

.text-filter-shadow {
    filter: url(#white-text-shadow);
}

.property-details h5, p{
    font-size: 18px !important;
}


.section-padding-top {
    padding-top: 70px;
}

.direct-action{
    display: none;
}

@media (min-width: 1100px) {
    .direct-action{
        display: flex;
    }
}

@media (max-width: 1100px) and (min-width: 990px) {
    .col-lg-7 {
        flex: 0 0 auto;
        width: 68.333333% !important;
    }
}
