.bw-container {
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 999;
    padding: 30px 0;
}

.navbar-brand img {
    max-width: 180px;
}

header .dropdown-menu {
    width: 101%;
    left: 0 !important;
    margin-top: 29px !important;
    background-color: #f5f3eb;
    padding: 80px 0;
    border-radius: 0;
}

header .dropdown-item {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    margin-bottom: 30px;
}

header .dropdown-item:hover {
    background-color: transparent;
}

header h4.dropdown-item {
    font-size: 21px;
    font-weight: 500;
}

header .dropdown .fa-chevron-down {
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

header .nav-link {
    color: #fff !important;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    padding: 1rem 0 !important;
    text-transform: uppercase;
}

header .nav-link.sticky {
    color: #0A0A0A !important;
}

header .nav-link.sticky.active:before,
header .nav-link.sticky.active:after,
header .nav-link.sticky:hover:before,
header .nav-link.sticky:hover:after {
    background-color: #0A0A0A;
}

header .nav-item {
    padding-right: 36px;
    padding-left: 0;
}

header .nav-item:last-child {
    padding-right: 0;
}

header .nav-link::before {
    content: '';
    transform: translateY(20px);
    transition: all 0.3s ease;

}

header .nav-link::after {
    content: '';
    transform: translateY(-20px);
    transition: all 0.3s ease;
}

header .nav-link.active,
header .nav-link:hover {
    font-weight: 500;
}

header .nav-link.active::before,
header .nav-link.active::after,
header .nav-link:hover::before,
header .nav-link:hover::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    transform: translateY(0);
    height: 2px;
    background-color: #fff;
    width: 100%;
}

header .nav-link.active::after,
header .nav-link:hover::after {
    top: unset;
    bottom: 0;
}

.banner-dash {
    width: 150px;
    background-color: #D7CDAE;
    height: 20px;
}

.banner img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.banner-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-bg {
    background-color: rgba(0, 0, 0, 0.4);
    width: 56%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
    z-index: -1;
    position: absolute;
}

.about-us .banner-bg {
    background-color: #fff;
    width: 63%;
}

.about-us .banner-inner p,
.about-us .banner-inner li,
.build-manage li {
    font-size: 21px;
    color: #0F0D05;
    font-weight: 200;
    max-width: 587px;
}

.about-us .banner-inner li,
.build-manage li {
    font-family: "Outfit", sans-serif;
    margin-bottom: 20px;
    list-style: none;
}

.build-manage li {
    font-weight: 400 !important;
}

.about-us .banner-inner li::before,
.build-manage li::before,
.new-build li::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 8px;
    vertical-align: middle;
    background-image: url("../images/check_circle.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 5px;
}

.rev-about-us .banner-bg {
    width: 60%;
    clip-path: polygon(0 0, 68% 0%, 100% 100%, 0% 100%);
}

.banner-inner h1 {
    font-family: "Outfit", sans-serif;
    color: #D7CDAE;
    font-size: 67px;
    font-weight: 500;
    margin-top: 21px;
    margin-bottom: 75px;
    max-width: 653px;
}

.banner-inner h4 {
    font-family: "Outfit", sans-serif;
    color: #D7CDAE;
    font-size: 37px;
    font-weight: normal;
    margin-top: 21px;
}

.content-img-container a,
.banner-inner a {
    font-family: "Outfit", sans-serif;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    background-color: #9B8234;
    padding: 17.3px 29px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: max-content;
}

.content-img-container a {
    font-weight: 200;
    font-size: 16px;
}

.content-img-container a svg,
.banner-inner a svg,
.footer-info .book-consult svg {
    width: 29.25px;
    height: 19.25px;
    margin-left: 10px;
    transition: margin-left 0.3s ease;
}

.footer-info .book-consult svg {
    margin-left: 1px;
}

.footer-info .book-consult:hover {
    margin-right: 0px;
}

.content-img-container a:hover svg,
.banner-inner a:hover svg,
.footer-info .book-consult:hover svg {
    margin-left: 20px;
}

.content-img-container a:hover {
    color: #0F0D05;
    border-color: #0F0D05;
    background-color: transparent;
}

.banner-inner a:hover {
    color: #fff;
}

.banner-inner p {
    font-family: "Outfit", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-top: 31px;
}

.content-img-container {
    margin: 100px 0;
}

.content-img-container h4 {
    font-family: "Outfit", sans-serif;
    color: #9B8234;
    font-size: 16px;
    font-weight: 500;
}

.content-img-container h1 {
    font-family: "Outfit", sans-serif;
    color: #0F0D05;
    font-size: 50.5px;
    font-weight: 100;
    margin-top: 40px;
    margin-bottom: 26px;
    max-width: 490px;
    word-break: break-word;
}

.content-img-container h2 {
    font-family: "Outfit", sans-serif;
    color: #0F0D05;
    font-size: 50.5px;
    font-weight: 100;
    margin-top: 40px;
    margin-bottom: 26px;
    max-width: 490px;
    word-break: break-word;
}

.service.content-img-container h1 {
    font-size: 38px;
    font-weight: 500;
    word-break: break-word;
    margin-bottom: 20px;
    margin-top: 0;
}

.service.content-img-container h2 {
    font-size: 38px;
    font-weight: 500;
    word-break: break-word;
    margin-bottom: 20px;
    margin-top: 0;
}

.service.content-img-container p {
    font-size: 16px;
    max-width: 547px;
    word-break: break-word;
    margin-bottom: 50px;
}

.content-img-container p {
    font-family: "Outfit", sans-serif;
    color: #0F0D05;
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 59px;
    max-width: 430px;
    word-break: break-word;
}

.service.content-img-container h4 {
    font-family: "Outfit", sans-serif;
    color: #0F0D05;
    font-size: 21px;
    font-weight: 100;
    margin-bottom: 14px;
}

.content-img-container .grp-img img:first-child {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.gallery {
    margin-bottom: 147px;
}

.gallery h5 {
    font-family: "Outfit", sans-serif;
    color: #0F0D05;
    font-size: 21px;
    font-weight: 200;
    text-align: center;
    margin-top: 58px;
}

.testimonial {
    padding: 112px 0;
    background-color: #FAFAFA;
}

.testimonial .title {
    font-family: "Outfit", sans-serif;
    color: #0F0D05;
    font-size: 37px;
    font-weight: normal;
    margin-bottom: 36px;
}

.testimonial a {
    font-family: "Outfit", sans-serif;
    color: #0F0D05;
    font-size: 21px;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 36px;
    padding-right: 40px;
}

.testimonial a::after {
    content: "\f061";
    /* Unicode for fa-arrow-right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    /* Use 900 for solid icons */
    margin-left: 10px;
    transition: all 0.3s ease;
    position: absolute;
}

.testimonial a:hover {
    color: #9B8234;
}

.testimonial a:hover:after {
    margin-left: 20px !important;
}

.testimonial .card-body {
    padding: 50px 30px;
}

.testimonial .card-title {
    font-family: "Outfit", sans-serif;
    color: #0F0D05;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 28.5px;
}

.testimonial .card-text {
    font-family: "Outfit", sans-serif;
    color: #0F0D05;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
}

.partners {
    padding: 50px 0;
    border-bottom: 1px solid #D7CDAE;
}

.footer-info {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.footer-info .book-consult {
    background-color: transparent;
    font-family: "Outfit", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #D7CDAE;
    height: 56px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-right: 20px;
    transition: all 0.3s ease;
}

.footer-link {
    padding: 83px 0;
}

.footer-link h4 {
    font-family: "Outfit", sans-serif;
    color: #D7CDAE;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-link p,
.footer-link a {
    font-family: "Outfit", sans-serif;
    color: #fff;
    font-size: 21px;
    font-weight: 200;
}

.footer-link a:hover {
    text-shadow: 0.5px 0 currentColor, -0.5px 0 currentColor;
}

.copyright {
    padding-top: 39px;
}

.copyright p,
.copyright a {
    font-family: "Outfit", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 0;
}

.copyright a:hover {
    text-shadow: 0.5px 0 currentColor, -0.5px 0 currentColor;
}

.social-links {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px !important;
}

.social-links:hover svg {
    fill: #0A0A0A;
}

.social-links:hover {
    color: #0A0A0A;
    background-color: #fff;
}

.banner-pdf-link img {
    width: 100px;
    height: 100px;
}

.banner-pdf-link a {
    all: unset !important;
    font-family: "Outfit", sans-serif !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 100 !important;
    cursor: pointer !important;
    text-decoration: underline !important;
}

.faq {
    background: #F5F5F5;
    padding: 182.5px 0;
}

.faq h1 {
    font-family: "Outfit", sans-serif;
    color: #0F0D05;
    font-size: 37px;
    font-weight: 500;
    margin-bottom: 40px;
}

.faq .accordion-item {
    padding: 60px 0;
    background-color: transparent;
    border: 1px solid #707070;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.faq .accordion-item:first-child {
    border-bottom: none;
}

.faq .accordion-button {
    font-family: "Outfit", sans-serif;
    color: #0F0D05;
    font-size: 21px;
    font-weight: 500;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.faq .accordion-body {
    padding: 10px 0;
    padding-bottom: 0;
    font-family: "Outfit", sans-serif;
    color: #0F0D05;
    font-size: 21px;
    font-weight: 200;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    margin-left: auto;
    content: "";
    background-image: url("../images/plus.png");
    background-repeat: no-repeat;
    background-size: 100%;
    transition: unset;
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus.png");
    transform: unset;
}

.rev-build-manage .banner-bg {
    width: 95%;
    clip-path: polygon(0 0, 75% 0%, 100% 100%, 0% 100%);
    background-color: #FAFAFA;
}

.about-us .banner-inner h1,
.build-manage h1 {
    font-size: 50.5px;
    color: #0F0D05;
    font-weight: 500;
    margin-bottom: 30px;
}

.rev-build-manage h1,
.build-manage h1 {
    font-weight: 200 !important;
}

.build-manage-grp-img {
    background-color: #FAFAFA;
    padding: 100px 0;
}

.build-manage-banner h1 {
    font-size: 50.5px;
}

.new-build h1 {
    font-family: "Outfit", sans-serif;
    color: #0F0D05;
    font-size: 50.5px;
    font-weight: 500;
    word-break: break-word;
    margin-top: 0px;
    margin-bottom: 40px;
}

.new-build p {
    font-family: "Outfit", sans-serif;
    color: #0F0D05;
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 59px;
    max-width: 418px;
    word-break: break-word;
}

.new-build li {
    font-family: "Outfit", sans-serif;
    color: #0F0D05;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 418px;
    word-break: break-word;
    list-style: none;
}

.new-build h4 {
    font-family: "Outfit", sans-serif;
    color: #9B8234;
    font-size: 37px;
    font-weight: 400;
    margin-bottom: 10px;
}

.banner-inner li {
    font-family: "Outfit", sans-serif;
    color: #D7CDAE;
    font-size: 21px;
    margin-bottom: 20px;
    max-width: 504px;
    font-weight: normal;
    list-style: none;
}

.contact-form {
    background-color: #fff;
    padding: 50px 55px;
    border-radius: 15px;
}

.contact-form input[type=text],
.contact-form input[type=submit],
.contact-form textarea {
    width: 427px;
    border-radius: 9px;
    border: 1px solid #707070;
    padding: 18px 20px;
    font-family: "Outfit", sans-serif;
    color: #838383;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.contact-form input[type=submit] {
    font-size: 21px;
    font-weight: 500;
}

.contact-form label {
    font-family: "Outfit", sans-serif;
    color: #838383;
    font-size: 12px;
    font-weight: normal;
}

.contact-form .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0;
}

.contact-banner {
    background-image: url("../images/Mask Group 308.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
}

.contact-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.contact-banner>* {
    position: relative;
    z-index: 2;
    /* places content above the overlay */
}

@media screen and (max-width: 1450px) {

    .banner-inner h1,
    .about-us .banner-inner h1,
    .build-manage h1 {
        font-size: calc(23px + (55 - 23) * ((100vw - 576px) / (1450 - 576)));
        max-width: calc(257px + (630 - 257) * ((100vw - 576px) / (1450 - 576)));
    }

    .banner-inner h4 {
        font-size: calc(23px + (35 - 23) * ((100vw - 576px) / (1450 - 576)));
    }

    .banner-dash {
        width: calc(53px + (125 - 53) * ((100vw - 576px) / (1450 - 576)));
        height: calc(8px + (15 - 8) * ((100vw - 576px) / (1450 - 576)));
    }

    .content-img-container a,
    .banner-inner a {
        font-size: calc(15px + (21 - 15) * ((100vw - 576px) / (1450 - 576)));
        padding: calc(10px + (17.3 - 10) * ((100vw - 576px) / (1450 - 576))) calc(11px + (29 - 11) * ((100vw - 576px) / (1450 - 576)));
    }

    .banner-inner p,
    .banner-inner li,
    .about-us .banner-inner li,
    .build-manage li {
        font-size: calc(13px + (16 - 13) * ((100vw - 576px) / (1450 - 576))) !important;
    }

    .content-img-container .grp-img img:first-child {
        max-width: calc(218px + (335 - 218) * ((100vw - 992px) / (1450 - 992))) !important;
    }

    .content-img-container .grp-img img:last-child {
        max-width: calc(493px + (670 - 493) * ((100vw - 992px) / (1450 - 992))) !important;
    }

    .content-img-container h1,
    .new-build h4 {
        font-size: calc(38.5px + (50.5 - 38.5) * ((100vw - 992px) / (1450 - 992)));
        max-width: calc(346px + (490 - 346) * ((100vw - 992px) / (1450 - 992))) !important;
    }

    .content-img-container p,
    .service.content-img-container p {
        font-size: calc(17px + (21 - 17) * ((100vw - 992px) / (1450 - 992)));
        max-width: calc(344px + (418 - 344) * ((100vw - 992px) / (1450 - 992)));
    }
}

@media screen and (max-width: 1236px) {
    .navbar-brand img {
        max-width: 150px;
    }

    header .nav-item {
        padding-right: 17px;
    }

    header .nav-link,
    header .dropdown-item {
        font-size: 14px;
    }

    header h4.dropdown-item {
        font-size: 18px;
    }

    header .dropdown-menu {
        border: none;
    }

    .footer-link p,
    .footer-link a {
        font-size: 17px;
    }

    .social-links {
        width: 40px;
        height: 40px;
    }

    .about-us .banner-inner h1,
    .about-us .banner-inner p,
    .about-us .banner-inner li {
        color: #fff;
    }

    .about-us .banner-bg,
    .about-us .banner-bg {
        width: 0 !important;
    }

    .about-us .banner-inner {
        background: rgba(0, 0, 0, 0.7);
    }
}

@media screen and (max-width: 991px) {

    .banner-inner h1,
    .about-us .banner-inner h1,
    .build-manage h1 {
        font-size: 36px;
    }

    .banner-inner h4 {
        font-size: 25px;
    }

    .banner-inner p,
    .banner-inner li,
    .about-us .banner-inner li,
    .build-manage li {
        font-size: 16px;
    }

    .banner-inner li {
        margin-bottom: 10px;
    }

    .content-img-container h1,
    .new-build h4 {
        font-size: 36px;
        max-width: 100% !important;
        margin-top: 20px;
    }

    .content-img-container p,
    .service.content-img-container p,
    .new-build li {
        font-size: 16px;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .new-build li {
        margin-bottom: 20px;
    }

    .content-img-container a {
        margin-bottom: 30px;
        margin: auto;
    }

    .bw-container {
        max-width: 1700px;
        margin: 0 auto;
        padding: 0 35px;
        width: 100%;
    }

    header .dropdown .fa-chevron-down {
        transform: rotate(-90deg);
    }

    .navbar-brand img:last-child {
        display: block !important;
    }

    .navbar-brand img:first-child {
        display: none;
    }

    header .nav-link {
        color: #0A0A0A !important;
        padding-left: 89px !important;
    }

    #navbarNav {
        position: absolute;
        background: #fff;
        height: 100vh;
        top: 69px;
        left: 0;
        width: 100%;
    }

    header {
        background-color: #fff;
        padding: 33px 0 19px;
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("../images/hamburger.png");
    }

    .navbar-brand img {
        max-width: 120px;
    }

    header .dropdown-menu {
        background-color: #fff !important;
        height: 100vh;
        top: -137px !important;
        padding-top: 20px !important;
        overflow-y: scroll;
        padding-left: 40px !important;
    }

    .grp-img-slider .slick-slide img {
        display: block;
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

    .grp-img-slider .overlay {
        position: absolute;
        width: 96%;
        height: 96%;
        /* border: 1px solid #fff; */
        z-index: 1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .grp-img-slider {
        width: 66%;
        margin: auto;
    }

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

    .testimonial a {
        font-size: 16px;
    }

    .faq {
        padding: 60px 0;
    }

    .faq h1 {
        font-size: 21px;
    }

    .faq .accordion-body {
        font-size: 16px;
    }

    .accordion-button::after {
        width: 30px;
        height: 30px;
    }

    .contact-form {
        background-color: #fff;
        padding: 50px 39px;
        border-radius: 15px;
        width: max-content;
        margin: auto;
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .content-img-container {
        margin: 50px 0;
    }

    .testimonial .card-body {
        padding: 19px 13px;
    }

    .testimonial .card-body img {
        width: 20px;
    }

    .testimonial .card-title {
        font-size: 18px;
    }

    .testimonial .card-text {
        font-size: 13px;
    }

    .testimonial {
        padding: 54px 0;
    }

    .gallery h5 {
        font-size: 14px;
        margin-top: 11px;
        margin-bottom: 31px;
    }

    .banner-pdf-link img {
        width: 70px;
        height: 70px;
    }

    .banner-pdf-link a {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 575px) {
    .content-img-container .grp-img img:last-child {
        max-width: 100% !important;
    }

    .banner-inner h1,
    .about-us .banner-inner h1,
    .build-manage h1 {
        font-size: 38px;
        max-width: 257px;
    }

    .grp-img-slider {
        width: 100%;
        margin: auto;
    }

    .banner-dash {
        width: 53px;
        height: 8px;
    }

    .content-img-container a,
    .banner-inner a {
        font-size: 15px;
        padding: 10px 11px;
    }

    .content-img-container a {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .banner-inner p,
    .banner-inner li,
    .about-us .banner-inner li,
    .build-manage li {
        font-size: 13px;
    }

    .banner-bg {
        width: 100%;
    }

    .banner-inner h4 {
        font-size: 16px;
    }

    .footer-info .book-consult {
        margin-top: 30px;
        margin-right: 0;
    }

    .footer-link {
        padding: 40px 0;
        padding-bottom: 0;
    }

    .contact-form {
        width: 100%;
        padding: 42px 16px;
    }

    .contact-form input[type="text"],
    .contact-form input[type="submit"],
    .contact-form textarea {
        padding: 12px 15px;
        width: 100%;
    }
}

@media screen and (max-height: 600px) {
    .hero-section h1 {
        margin-bottom: 12px;
        font-size: 30px;
    }

    .hero-section .banner-dash {
        margin-top: 104px;
    }
}
