.page-id-1035 .page-title {
display: none;
}

/* internal_3_css
---------------------------------------------------------- */
.contentarea .container {
    max-width: 1700px;
}

/* cta_welcome_1a_css
---------------------------------------------------------- */
.cta_welcome_1a {
    text-align: left;
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background-color: var(--white);
}

.cta_welcome_1a .container {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    max-width: min(100%, 1500px);
}

.cta_welcome_1a .welcome-top-title * {
    margin: 0;
}

.cta_welcome_1a h2 {
    font-family: Playfair Display;
    font-weight: 400;
    font-style: Regular;
    font-size: 41px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    margin: 0;
}

.cta_welcome_1a .welcome-top-title h3 {
    color: var(--black);
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
}

#welcome-titlea {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 243%;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #DBB867;
}

.cta_welcome_1a p a,
.cta_welcome_1a .welcome p a:visited {
    color: var(--black);
    font-weight: bold;
}

.cta_welcome_1a .welcome-button a {
    margin: 0 auto;
}

.cta_welcome_1a .welcome-content p {
    margin-top: 20px;
}
/* cta_welcome_1_css
---------------------------------------------------------- */

/* office_tour_6_css
---------------------------------------------------------- */
.office_tour_6 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: var(--white); */
    background-image: url('../images/landing/officetour6bkg.webp');
}
.office_tour_6 .office-tour-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.office_tour_6 .office-tour-left {
    width: min(50%, 960px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: left;
    padding: 100px min(10%, 50px);
    background-color: #003055CC;
}
.office_tour_6 .office-tour-left h2 {
    color: #FFF;
    font-family: Playfair Display;
    font-weight: 400;
    font-style: Regular;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;

}
.office_tour_6 .office-tour-left p {
    margin: 0;
    color: #FFF;
}
.office_tour_6 .office-tour-right {
    width: min(50%, 960px);
    position: relative;
    height: 100%;
}
.office_tour_6 .office-tour-right:before {
    content: '';
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.95) 15%,
        rgba(255, 255, 255, 0) 100%
    );
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 15%;
    z-index: 3;
}
.office_tour_6 .office-tour-photo {
    width: 100%;
    height: min(80vw, 791px);
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.loaded .office_tour_6 .office-tour-photo {
    /* background-image: url('../images/landing/officetour6bkg.webp'); */
}
.office_tour_6 .office-tour-content {
    width: min(100%, 673px);
    display: flex;
    flex-direction: column;
    gap: 27px;
}
.office_tour_6 .office-tour-content .main-btn.secondary {
    color: var(--white);
    border-color: var(--white);
}
.office_tour_6 .office-tour-content .main-btn.secondary:hover {
    background-color: var(--white);
    color: var(--secondary-color);
}
@media (max-width: 1025px) {
    .office_tour_6 .office-tour-flex {
        flex-direction: column-reverse;
        height: auto;
    }
    .office_tour_6 .office-tour-right {
        width: 100%;
    }
    .office_tour_6 .office-tour-left {
        width: min(100%, 600px);
        padding: 50px 25px;
    }
    .office_tour_6 .office-tour-content h2,
    .office_tour_6 .office-tour-content h3 {
        text-align: center;
    }
    .office_tour_6 .office-tour-content {
        align-items: center;
        margin: 0 auto;
        text-align: center;
    }
    .office_tour_6 .office-tour-photo {
        min-height: auto;
        width: 100%;
    }
    .office_tour_6 .office-tour-nav-holder {
        margin: 0 auto;
        max-width: 90%;
        justify-content: center;
        padding: 25px 0;
    }
    .office_tour_6 .office-tour-content .main-btn {
        margin: 0 auto;
    }
    .office_tour_6 .office-tour-right:before {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: 30%;
        width: 100%;
        background: linear-gradient(
            to top,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.95) 15%,
            rgba(255, 255, 255, 0) 100%
        );
    }
}
/* office_tour_6_css
---------------------------------------------------------- */

/* cta_welcome_1b_css
---------------------------------------------------------- */
.cta_welcome_1b {
    text-align: left;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    background-color: var(--white);
}

.cta_welcome_1b .container {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    max-width: min(100%, 1500px);
}

.cta_welcome_1b .welcome-top-title * {
    margin: 0;
}

.cta_welcome_1b .welcome-top-title h2 {
    font-family: var(--font-family-main);
    font-size: var(--h1-font-size);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    margin: var(--text-margin-normal);
}

.cta_welcome_1b .welcome-top-title h3 {
    font-family: Playfair Display;
    font-weight: 400;
    font-style: Regular;
    font-size: 41px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    color: #363636;
}

.cta_welcome_1b p a,
.cta_welcome_1b .welcome p a:visited {
    color: var(--black);
    font-weight: bold;
}

.cta_welcome_1b .welcome-button a {
    margin: 0 auto;
}

.cta_welcome_1b .welcome-content p {
    margin-bottom: 30px;
}
/* cta_welcome_1b_css
---------------------------------------------------------- */

/* service_7b_css
---------------------------------------------------------- */
.service_7b {
    /* background-color: #230B04; */
    position: relative;
}
.services-content-holder p {
    color: white;
}

.service_7b .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding: 50px 50px;
    max-width: 1920px;
    margin: 0 auto;
    gap: 40px;
}

.service_7b .services-container {
    background: var(--secondary-color);
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.service_7b .services-title h4 {
    font-family: Playfair Display;
    font-weight: 400;
    font-style: Regular;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    text-align: center;
    color: #4AB7AB;

}
.service_7b .services-title .main-btn {
    /* min-width: 100%; */
}

.services-title p {
    color: var(--Gray-40, #313a3c);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Body */
    font-family: 'Open Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 200% */
}

.borders {
    border-left: 3px solid #DBB867;
    border-right: 3px solid #DBB867;
}

.service_7b .services-title {
    width: 100%;
}
.service_7b .services-slider {
    padding: 0 50px;
}
.service_7b .services-content-holder {
    margin: 0 auto;
    width: 80%;
    position: relative;
    z-index: 1;
    text-align: center;
}
.service_7b .services-content-holder h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 23px;
    leading-trim: NONE;
    line-height: 243.00000000000003%;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    color: #DBB867;
}

.service_7b .services-content-holder h3 {
    font-family: Playfair Display;
    font-weight: 400;
    font-style: Regular;
    font-size: 49px;
    leading-trim: NONE;
    line-height: 124%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #003055;
}

.service_7b .services-slider {
    padding: 80px 0;
}
.service_7b .services-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: min(95%, 600px);
    text-align: center;
    margin: 0 auto;
    padding: 49px 7%;
    background-color: white;
    border-radius: 15px;
}
.service_7b .services-icon {
    width: min(100%, 206px);
    height: min(100vw, 167px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.service_7b .services-nav-holder {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 0 45px;
}
.service_7b .services-content-holder {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    gap: 10px 50px;
}
.service_7b .services-content-holder .main-btn.secondary {
    background-color: transparent;
    border-color: var(--white);
    color: white;
}
.service_7b .services-content-holder .main-btn.secondary:hover {
    background-color: var(--white);
    color: var(--black);
}
.service_7b .services-content-holder .main-btn.secondary:hover {
    border-color: var(--white);
}
.service_7b ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    list-style-type: none;
    gap: 5px 25px;
    flex-wrap: wrap;
}
.service_7b ul.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_7b ul.slick-dots button {
    font-size: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    transition: ease-in-out 0.5s;
    border-radius: 50%;
    border: 2px solid var(--white);
}
.service_7b ul.slick-dots button:hover,
.service_7b ul.slick-dots .slick-active button {
    background-color: var(--white);
}
.service_7b .services-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
}
.service_7b .services-slider .slick-arrow,
.service_7b .services-nav-holder .slick-arrow {
    margin: 0;
    padding: 0;
    font-size: 0;
    border-radius: 0;
    background-color: transparent;
    bottom: 50%;
    transform: translateY(50%);
    position: absolute;
    left: 0;
}
.service_7b .services-slider .slick-arrow.slick-next,
.service_7b .services-nav-holder .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.service_7b .slick-slider .slick-list {
    width: 90%;
    margin: 0 auto;
    overflow: visible;
}
.service_7b .services-box:hover {
    text-decoration: none;
}
/* RESPONSIVE
-----------------------------------------------*/
@media (max-width: 1025px) {
    .service_7b .services-content-holder {
        flex-direction: column;
    }
}
@media (max-width: 900px) {
    .service_7b ul.slick-dots {
        width: min(80%, 100%);
    }
    .service_7b .services-title h4 {
        font-size: 40px;
    }
}
@media all and (max-width: 600px) {
    .service_7b .services-grid {
        padding: 0px 0px 0px 0px;
    }
    .service_7b {
        padding: 25px 25px;
    }
    .service_7b .services-buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    }
    .service_7b .services-nav-holder {
        width: 100%;
    }
    .service_7b .services-slider {
        padding: 50px 0;
    }
    .service_7b .services-container {
        padding: 50px 25px 80px;
    }
    .service_7b ul.slick-dots {
        gap: 10px;
    }
    .service_7b .services-title h4 {
        font-size: 30px;
    }
}
/* end of service_7b */

/* cta_welcome_6_css
---------------------------------------------------------- */
.cta_welcome_6 {
    display: flex;
    justify-content: space-between;
    box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.cta_welcome_6 .fifty-fifty-carda {
    width: max(100%, 50%);
    min-height: 541px;
    padding: 5%;
    background-color: #F2F2F2;
    transition: ease-in-out 0.5s;
}

.cta_welcome_6 .fifty-fifty-cardb {
    width: max(100%, 50%);
    min-height: 541px;
    padding: 5%;
    background-color: #F2F2F2;
    transition: ease-in-out 0.5s;
    border-left: 3px solid #DBB867;
}

.cta_welcome_6 .fifty-fifty-innera {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: min(100%, 685px);
    margin: 0 auto;
    height: 100%;
}

.cta_welcome_6 .fifty-fifty-innerb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: min(100%, 685px);
    margin: 0 auto;
    height: 100%;
}

.cta_welcome_6 .fifty-fifty-innera * {
    margin: 0;
}

.cta_welcome_6 .fifty-fifty-innerb * {
    margin: 0;
}

.cta_welcome_6 .fifty-fifty-innera h2 {
    font-family: Playfair Display;
    font-weight: 400;
    font-style: Regular;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    color: #003055;
}

.cta_welcome_6 .fifty-fifty-innerb h2 {
    font-family: Playfair Display;
    font-weight: 400;
    font-style: Regular;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    color: #003055;
}

.faqsection {
    background-color: #003055;
    color: #FFF;
    padding: 20px;
}

.cta_welcome_6 .fifty-fifty-innerb p .faqsectiontitle {
    color: #FFF;
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 23px;
    leading-trim: NONE;
    line-height: 243.00000000000003%;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.cta_welcome_6 .fifty-fifty-innerb p .faqsectionbodytext {
    color: #FFF;
    font-family: Raleway;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: 0px;
}


/* RESPONSIVE */
@media (max-width: 1025px) {
    .cta_welcome_6 {
        flex-wrap: wrap;
    }
    .cta_welcome_6 .fifty-fifty-carda {
        padding: 50px 5%;
    }
    .cta_welcome_6 .fifty-fifty-cardb {
        padding: 50px 5%;
    }
}

/* cta_welcome_1_css
---------------------------------------------------------- */
.cta_welcome_1 {
    text-align: center;
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background-color: var(--white);
}

.cta_welcome_1 .container {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    width: min(100%, 1500px);
}

.cta_welcome_1 .welcome-top-title * {
    margin: 0;
}

.cta_welcome_1 .welcome-top-title h2 {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 23px;
    leading-trim: NONE;
    line-height: 243.00000000000003%;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    color: #DBB867;
}

.cta_welcome_1 .welcome-top-title h3 {
    font-family: Playfair Display;
    font-weight: 400;
    font-style: Regular;
    font-size: 49px;
    leading-trim: NONE;
    line-height: 124%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #003055;
}

.cta_welcome_1 p a,
.cta_welcome_1 .welcome p a:visited {
    color: var(--black);
    font-weight: bold;
}

.cta_welcome_1 .welcome-button a {
    margin: 0 auto;
}

.cta_welcome_1 .welcome-content p {
    margin: 0;
}