/**********
SITEWIDE STYLES
**********/

:root {
    --primary-text: #0a0a0a;
    --white: #fff;

    --primary: #f36e58;
    --primary-alt: #bd5644 ;

    --secondary: #1ea09a;
    --secondary-alt: #1c9791;

    --accent: #bd4b27;

    --bgblockone:#dbe7ff;
    --bgblocktwo: #fff;

    --transparent:rgba(0,0,0,0);
}

.txt-primary {
    color: var(--primary)
}

a:hover {
    color: var(--primary);
}

body {
    color:#0a0a0a;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

strong {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: medium;
    margin-bottom: 0;
    padding-bottom:10px;
}

h1 {
    font-size:42px;
}

h2 {
    font-size:42px;
}
h3 {
    font-size:25px;
}
h4 {
    font-size:21px;
}

.txt-primary {
    color: var(--primary);
}

::-moz-selection {
    background: var(--primary);
    color: var(--white);
}

::selection {
    background: var(--primary);
    color: var(--white);
}

.fs16 {
    font-size:16px;
}
.fs17 {
    font-size:17px;
}
.fs18 {
    font-size:18px;
}
.fs23 {
    font-size: 23px;
}
.fs21 {
    font-size: 21px;
}
.fs30 {
    font-size:30px;
}
.fs25 {
    font-size: 25px;
}
.fs20 {
    font-size:20px;
}
.fs28 {
    font-size:28px;
}
.text-white {
    color: #fff;
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
}

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

a {
    text-decoration: none;
}

.menu-item-has-children::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    display: inline-block;
    top: -1px;
    transition: all 300ms;
    transform: scaleY(1);
}

.menu-item-has-children.sub-menu-active::after {
    transform: scaleY(-1);
}

/* DEFAULTS */
.pfd {
    font-family: 'Playfair Display';
}
.nav ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav ul li {
    display: inline-block;
}
.transition {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.bgcover {
    background-size:cover;
}

/* BLOG */
.featured-image img {
    object-fit: cover;
    transform: scale(1);
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease;
    -webkit-transform: 300ms ease;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position:absolute;
}
.featured-image img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.featured-image {
    overflow: hidden;
    padding-top:60%;
    margin-bottom: 10px;
    position: relative;
}
.placeholder-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: var(--dark);
}
.featured-image .placeholder-image {
    position: absolute;
    width: 100%;
    background-color: #e1e1e1;
    height: 100%;
    text-align: center;
}

/* HOME */
.homehero-label  strong {
    font-weight:700;
}
.homehero-label {
    position: absolute;
    top: 6%;
    left: 11%;
    width: 280px;
    z-index: 5;
    height: 280px;
    background-color: var(--secondary);
    z-index: 5;
    border-radius: 50%;
    text-align: center;
    border: 11px solid #b9f0e8;
    padding: 24px;
    color: #fff;
}
.homehero-label p {
    width: 170px;
    margin: 0 auto;
    font-weight:500;
}
span.hh1 {
    display: block;
    margin-left: -40px;
    font-size: 50px;
}
span.hh2 {
    display: block;
    margin-left: 10px;
    font-size: 35px;
}
.homehero-label h1,
.homehero-label h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1;
    padding-left: 25px;
}
.homehero-label-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    font-size: 14px;
}
.homebottom-top {
    font-size: 28px;
}
.homebottom-bottom {
    font-size: 18px;
}
#homehero, #hero-planning {
    position:relative;
    height:0;
    padding-top:41%;
	overflow: hidden;
    background-color: #0a0a0a;
}
#homehero .homeherobg {
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
#homehero .homehero-highlight {

    transform: scale(1);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
#homehero .homehero-bg {
}
#homehero img {
    object-fit: cover;
    width:100%;
    height:100%;
    position: absolute;
}

/* HEADER */
.header {
    background-color: var(--primary);
    padding: 25px 0 28px;
    position:relative;
    z-index: 55;
}
.logo-img {
    width: 275px;
}
.header-right .nav li a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.header-right .nav li a:hover, .header-right .nav li.current-menu-item a {
    color: #9ee5db;
}
.header-right .nav {
    display: block;
}
.header-right .nav ul {
    display: flex;
    justify-content: space-between;
}
.hbi-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    text-align: right;
    font-size: 23px;
    z-index: 6;
}
.hbi-wrap a:hover:before {
    top:0;
}
.hbi-wrap a {
}
.hbi-wrap a:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: rgba(30, 160, 154, 0.7);
    top: calc(100% - 60px);
    z-index: 6;

    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.hbi-wrap {
    position: relative;
    height: 0;
    padding-top: 70%;
    overflow: hidden;
}
.hbi-wrap img {
    object-fit: cover;
    width: 100%;
    z-index: 4;
    height: 100%;
    position: absolute;
    top: 0;
}


/* PAGES */
.subheading {
    font-size: 28px;
}
#gallery .subheading {
	font-size:25px;
}
h1.page-title {
    font-size: 60px;
}
ul.arrowlist {
    font-size: 18px;
    font-weight: 600;
    padding-left: 70px;
    list-style: none;
}
.arrowlist li {
    margin-bottom: 23px;
    position: relative;
}
.arrowlist li:last-child {
    margin-bottom: 0;
}
.arrowlist li:before {
    content: '';
    position: absolute;
    left: -60px;
    font-family: 'Fontawesome';
    color: var(--primary);
    font-size: 35px;
    top: -12px;
}
.quoteproposal strong {
    font-weight: 600;
}
.quoteproposal {
    margin-top:50px;
}
#proposalmap img {
    object-fit: cover;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
#proposalmap iframe {
    width: 100% !important;
    height: calc(100% - -20px);
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
#proposalmap {
    height: 0;
    padding-top: 40%;
    position: relative;
    overflow: hidden;
}
.propsgal {
    display: flex;
    column-gap: 20px;
}
.propsgal-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.propsgal-right-inner img,
.propsgal-left img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.propsgal-left {
    height: 290px;
}
.propsgal > div {
    flex-basis: 50%;
}
.propsgal-bottom {
    margin-top: 20px;
    position: relative;
}
.propsgal-label {
    position: absolute;
    z-index: 3;
    color: #fff;
    text-align: center;
    font-size: 25px;
    background-color: var(--primary);
    width: 230px;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    border: 10px solid;
    bottom: -80px;
    left: -30px;
}
.propsgal-label-inner {
    line-height: 1.2;
    margin-top: 10px;
    font-size: 20px;
}
.propsgal-label i {
    font-size: 40px;
}
.propsgal-bottom-inner img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.propsgal-bottom-inner {
    height: 340px;
    overflow: hidden;
    margin-bottom: 50px;
}

/* PLANNING */
#hero-planning {
    height: 0;
    padding-top: 41%;
    background-size: cover;
}
#hero-planning .homehero-label {
    top: 20%;
}
#hero-planning span.hh2, #hero-planning span.hh1 {
    margin-left: 0;
}
#hero-planning .homehero-label h3 {
    padding-left: 0;
    text-align: center;
}
.planning-link a:hover {
    color:var(--primary);
}
.planning-link a {
    font-weight:500;
    color:var(--secondary);
    margin-top:15px;
    display:inline-block;
}
.img-wrap-planning div  {
    font-weight:400;
}
.img-wrap-planning strong {
    font-weight:600;
    display: block;
    margin-top: 5px;
}

/* FOOTER */
.footer a:hover {
    color: #9ee5db;
}
.footer a {
    color: #fff;
}
.btn.btn-footer {
    padding:13px 18px;
    color: #fff;
    font-weight: 500;
}
.btn-footer i {
    margin-right:5px;
}
.footer {
    background-color: var(--primary);
    color: #fff;
    font-weight: 400;
    padding: 25px 0;
}
.footer-right div {
    font-size: 14px;
    line-height: 1.3;
}
.footer-right h4 {
    font-size: 18px;
    padding-bottom: 5px;
}
.footer-right {
    display: flex;
    justify-content: space-between;
}

/* DOWNLOAD LIST */
.downloadlist a i {
    color: var(--secondary);
    font-size: 30px;
}
.downloadlist a:hover {
    color: var(--primary);
}
.downloadlist a {
    display: flex;
    align-items: center;
    color: #0a0a0a;
    font-weight: 600;
    padding: 20px 10px;
    border-bottom: 1px solid #e3e3e3;
}
.downloadlist:first-child a {
    padding-top: 15px;
}
.downloadlist:last-child a {
    border-bottom:0;
}
.downloadlist-wrap {
    width: 100%;
}

/* GALLERY */
.galcol img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.galcol, .galmain {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.galinner {
    flex: 1;
}
.galwrapbottom .galinner {
    max-height: 430px;
}
.lb-dataContainer {
    position: absolute;
    right: 10px;
}

/**********
BUTTON    
**********/

.btn {
    background-color: transparent ;
    box-shadow: none !important;
    padding: 13px 30px;
    transition: all .15s ease-in-out;
    border-radius: 0;
    border-width:0px;
    font-size:16px;
    font-weight: 600;
    border-style: solid;
}

.btn-small {
    font-size: .9rem;
    padding: 7px 20px;
}

.btn.btn-primary {
    font-weight: bold;
    background-color: var(--primary);
    color: var(--white);
    position: relative;
    border-width:0;
    border-style: solid;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active
 {
    background-color: var(--primary-alt);
    color: var(--white);
}

.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit {
    font-weight: bold;
    background-color: var(--accent);
    color: #fff;
    position: relative;
    border-width:0;
    border-style: solid;
}

.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:hover,
.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:focus,
.frm_button_submit:active {
    background-color: var(--secondary-alt);
    color: #fff;
}


.btn.btn-secondary {
    background-color: var(--secondary);
    color: #fff;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    background-color: var(--secondary-alt);
    border: 0 solid var(--transparent);
    color: var(--white);
}

.btn.btn-white {
    color:var(--primary);
    background-color:var(--white);
    opacity: 1;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    opacity: .6;
}


.contacttext {
    font-size: 25px;
}

/**********
COOKIE    
**********/

#siteCookie {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 30;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
}

#siteCookie,
#siteCookie p,
#siteCookie a,
#siteCookie .fa {
    color: #fff;
    font-weight: 600
}

#siteCookie .inner {
    display: flex;
    align-items: center;
}

#siteCookie p {
    margin-right: 20px
}

#siteCookie .fa {
    font-size: 28px;
    margin-left: auto
}

#siteCookie i {
    cursor: pointer
}

/* DEFAULT */
section.block {
    padding:100px 0;
}
section.homebottom.block {
    padding: 70px 0 80px;
}

/* DEFAULT GRAVITY FORMS */
.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 20px 20px 10px;
    text-align: center;
    margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 16px;
    font-weight: 700;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    border-radius: 10px;
    font-weight: bold;
    margin-top: 12px;
}
.gform_wrapper .gform_footer input.gform_button {
    border: 2px solid #65dea3 !important;
    padding: 16px 60px !important;
    text-transform: uppercase;
    color: #65dea3;
    font-weight: 700;
    background-color: transparent;
    margin: 0 auto;
}
.gform_wrapper .gform_footer input.gform_button:hover {
    background-color: #65dea3;
    color: #fff;
}
.gform_wrapper textarea {
    height: 120px;
    border-radius: 10px;
    margin-top: 5px;
    border: 1px solid #e1e1e1;
}
.gform_wrapper.gravity-theme .gfield textarea:focus {
    outline:0;
    border:2px solid #65dea3 !important;
}
.gform_wrapper select {
    border-radius: 100px;
    border-color: #e1e1e1;
    padding: 18px 15px;
    outline:0 !important;
}
.gform_wrapper input {
    border-radius: 100px;
    border: 1px solid #e1e1e1;
    line-height: 1;
}
.gform_wrapper input:focus {
    border-color: #31d384;
    border-width: 2px;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    padding: 15px 15px !important;
}


/* MOBILE NAV */
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
    background: url(./images/icons/nav-closed.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.navbar-toggler .navbar-toggler-icon {
    width: 30px;
    height: 30px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .subheading {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .homehero-label {
        width: 240px;
        height: 240px;
        border-width: 8px;
    }
    span.hh1 {
        font-size: 40px;
    }
    span.hh2 {
        display: block;
        margin-left: 10px;
        font-size: 28px;
        margin-bottom: 2px;
    }
}

@media (max-width: 1199px) {

    .footer {
        padding: 60px 0;
    }
}

@media only screen and (min-width: 1200px) {
    /**********
    submenu popup
    **********/
    nav.nav .sub-menu {
        max-height: 0;
        overflow: hidden;
        position: absolute;
        flex-wrap: wrap;
        transition: all 200ms;
    }
    .menu-item-has-children::after {}
    nav.nav .menu-item-has-children.sub-menu-active>.sub-menu {
        max-height: 900px;
    }
    nav.nav .sub-menu li {
        width: 100%;
        margin-left: 0;
        display: inline-block;
        white-space: nowrap;
    }
}

@media (min-width: 992px) {

}

@media (min-width:1141px) {
    .header-nav ul {
        list-style: none;
        display: flex;
        margin-bottom: 0;
        padding-left:0;
        flex-direction: row;
        justify-content: center;
    }
}


@media only screen and (max-width: 1140px) {
    .header-right .nav li a:hover, .header-right .nav li.current-menu-item a {
        color: var(--primary);
    }
    .header-right .nav li a {
        color:#0a0a0a;
    }
    .mobile-header-cta {
        display: block !important;
        margin: 0 40px;
    }
    .fix .innerBurger span {
        background-color: #262b5b !important;
    }
    header .nav>ul li a {
        font-weight: 700;
        display: block;
        padding-left: 10px;
        padding-bottom: 25px;
        width: 100%;
        color: #262b5b;
        text-align: left;
    }
    .header-left {
        width:100% !important;
        text-align: center;
    }
    #home-hero:before {
        content: '';
        height: 30%;
        width: 100%;
        background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        position: absolute;
        top: 0;
        z-index: 4;
        opacity: 0.5;
    }
    /**********
    HEADER NAV
    **********/
    body.fix {
        overflow: hidden;
    }
    #home-hero {
        padding: 150px 0 300px;
    }
    header .nav {
        position: fixed;
        left: -100%;
        z-index: 21;
        height: 100vh;
        width: 340px;
        top: 0;
        background-color: #fff;
        transition: all 300ms;
    }
    header .nav.navActive {
        box-shadow: 51px 0px 117px rgba(0, 0, 0, 0.2);
        left: 0%;
        transition: all 300ms;
    }
    header .nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    header .nav>ul {
        margin-top: 120px;
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column;
    }
    header .nav>ul li {
        position: relative;
    }
    header .nav>ul li a {
        font-weight: 700;
        display: block;
        padding-left: 10px;
        width: 100%;
    }
    .menu-item-has-children::after {
        position: absolute;
        right: 0;
    }
    #burgerNav {
        position: absolute;
        top: 30px;
        left: 20px;
        width: 35px;
        height: 40px;
        cursor: pointer;
        z-index: 90;
    }
    
    #burgerNav .innerBurger {
        position: relative;
        height: 100%;
    }
    

    #burgerNav .innerBurger span {
        width: 25px;
        height: 2px;
        border-radius: 0px;
        top: 0;
        background-color: #fff;
        position: absolute;
        opacity: 1;
        transition: all 300ms;
        transform: rotate(0deg);
    }
    
    #burgerNav.navActive .innerBurger span {
        transition: all 300ms;
    }
    
    #burgerNav .innerBurger span:nth-child(1) {
        top: 0%;
        width: 25px !important;
    }
    
    #burgerNav .innerBurger span:nth-child(2) {
        top: 22%;
    }
    
    #burgerNav .innerBurger span:nth-child(3) {
        top: 44%;
    }
    
    #burgerNav.change .innerBurger span:nth-child(1) {
        top: 22%;
        transform: rotate(-45deg);
    }
    
    #burgerNav.change .innerBurger span:nth-child(2) {
        opacity: 0;
    }
    
    #burgerNav.change .innerBurger span:nth-child(3) {
        top: 22%;
        transform: rotate(45deg);
    } 
    
    nav.nav .sub-menu {
        max-height: 0;
        overflow: hidden;
        flex-wrap: wrap;
        transition: all 200ms;
    }
    .menu-item-has-children::after {}
    nav.nav .menu-item-has-children.sub-menu-active>.sub-menu {
        max-height: 900px;
    }
}

@media (max-width: 991px) {
	.img-wrap {
		text-align: center;
	}
	.subheading, #gallery .subheading {
		text-align:center;
	}
	.hbi-title {
		text-align: center;
	}
    .logo-img {
        width: 215px;
        margin: 0 auto;
        display: block;
    }
    span.hh2 {
        font-size: 32px;
    }
    span.hh1 {
        font-size: 45px;
    }
    .header {
        padding: 20px 0 23px;
    }
    #proposalmap {
        padding-top: 60%;
    }
    .subheading, #gallery .subheading {
        margin-bottom: 20px;
    }
    .galtop-left {
        margin-bottom: 1.5rem;
    }
    .homebottom-images .hbi-wrap {
        width: 450px;
        padding-top: 45%;
        max-width:100%;
        margin: 0 auto;
    }
    .page-title {
        text-align: center;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    #hero-planning {
        position:relative;
    }
    .homehero-label {
        left: 3%;
        top: 3%;
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 767px) {
    #homehero {
        padding-top: 100%;
    }
    #hero-planning .homehero-label,
    #homehero .homehero-label {
        top: auto !important;
        bottom: -140px;
        border-width: 9px;
        left: 50%;
        transform: translateX(-50%);
        width: 250px;
        height: 250px;
    }
    #homehero > div img {
        object-fit: cover;
        width: 100%;
        height: 120%;
        position: absolute;
        top: -20%;
    }
    .homehero-label {
        width: 240px;
        height: 240px;
        border-width: 8px;
    }
    .homebottom-images .hbi-wrap {
        width: 540px;
    }
    span.hh1 {
        font-size: 40px;
    }
    span.hh2 {
        display: block;
        margin-left: 10px;
        font-size: 28px;
        margin-bottom: 2px;
    }
    .subheading, #gallery .subheading {
        font-size: 23px;
        text-align: center;
    }
    #hero-planning {
        padding-top: 55%;
    }
    .proposal-logos img {
        width: 250px;
    }
    .g-5, .gx-5 {
        --bs-gutter-x: 0;
    }
    .homebottom-images .hbi-wrap {
        padding-top: 60%;
    }
    div#gallery-mobile > div {
        width: 380px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .propsgal-label {
        left: 50%;
        transform: translateX(-50%);
        bottom: -130px;
    }
    #proposalmap {
        padding-top: 80%;
    }
}

@media (max-width: 580px) {
    section.block {
        padding: 50px 0;
    }
    #proposalmap {
        padding-top: 100%;
    }
    #hero-planning .homehero-label, #homehero .homehero-label {
        width: 230px;
        height: 230px;
        bottom: -115px;
    }
}

@media (max-width: 480px) {
    #proposalmap {
        padding-top: 120%;
    }
    .propsgal-right-inner {
        height: 240px !important;
    }
    #hero-planning {
        padding-top: 75%;
    }
    h1.page-title {
        font-size: 50px;
    }
    .subheading, #gallery .subheading {
        font-size: 20px;
    }
    .fs18 {
        font-size:16px;
    }
    body {
        font-size:17px;
    }
    .propsgal {
        flex-direction: column;
        gap: 20px;
    }
    .propsgal-right {
        gap: 20px;
    }
    #homehero {
        padding-top: 80%;
    }
    .homebottom-top {
        font-size: 24px;
    }
}