/*

Theme Name: EIA child
Theme URI: https://example.com/twenty-twenty-one-child/
Description: Bootstrap Child Theme
Author: Ian McLaughlin
Author URI: https://wordsearch.co.uk
Template: wp-bootstrap-starter
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-column, responsive-layout
Text Domain: wp-bootstrap-starterchild


*/

.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

.site-content {
    flex-grow: 1;
}

.page-id-656 h1 {
    margin-top: 180px;
    margin-left: 50px;
    font-weight: 300;
    font-size: 80px;
    line-height: 82px;
}

h5 {
    font-weight: 300;
}

.page-id-656 #primary {
    margin: 0 50px;
}

.page-id-656 .entry-content {
    /* padding-top: 10px; */
    margin-top: 80px;
}

.page-id-656 h1.entry-title {
    font-size: 80px;
    line-height: 82px;
    font-weight: 300;
    margin-left: 0;
    margin-top: 200px;
}

.files a {
    text-decoration: none !important
}


.cta {
    position: relative;
    margin: auto;
    padding: 19px 22px;
    transition: all 0.2s ease;
}

.cta:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0px;
    display: block;
    border-radius: 44px;
    background: #B5D77F;
    width: 42px;
    height: 42px;
    transition: all 0.3s ease;
}

.cta span {
    position: relative;
    font-size: 16px;
    margin-left: 28px;
}

.cta span:hover {
    color: #000000;
    text-decoration: none;
}

.cta svg {
    position: absolute;
    left: 12px;
    top: 20px;
    width: 19px;
}

.cta:hover:before {
    width: 100%;
    background: #B5D77F;
}

.cta:hover span {
    width: 100%;
    color: #000;
}

.cta:hover svg {
    transform: translateX(0);
}

.cta:active {
    transform: scale(0.96);
}

ul.files li {
    margin: 30px 0;
}

.team-info {
    height: 50px;
    overflow: hidden;
    -webkit-transition: height 1s ease-in-out; 
    -moz-transition: height 1s ease-in-out; 
    -ms-transition: height 1s ease-in-out; 
    -o-transition: height 1s ease-in-out; 
    transition: height 1s ease-in-out; 
}

.info-plus {
    height: fit-content;
}

.team-specialist {
    cursor: pointer;
    margin-bottom: 32px;
}

.team-specialist h4 {
    margin: 16px 0;
}

.team-specialist:hover h4 {
    color: #B5D77F;
}

.more-info {
    border-bottom: 1px solid white;
    height: 40px;
}

.more-info .more-down-arrow {
    float: right;
}

#about span.counter-info-half {
    display: none;
}

.video-btn img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.btn {
    border: 0;
    padding: 0;
}

span.scroll-table {
    display: none;
}

.about-intro ul.slick-dots {
    display: none !important;
}

#about .next.slick-arrow,
#about .prev.slick-arrow {
    display: none !important;
}

.btn-primary,
.btn-primary:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 30px;
}

.modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100vh;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.9);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    height: 100%;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.error-page-title {
    font-size: 80px;
    line-height: 82px;
    font-weight: 300;
    letter-spacing: -.01em;
}

section.error-404.not-found {
    margin-left: 50px;
    margin-top: 261px;
}

.error-404 header.page-header {
    margin-top: 100px;
    padding-left: 0;
    margin-bottom: 60px;
}

body.error404.logged-in.custom-background.hfeed.fts-powered-by-text-popup {
    background: #5D6C4C;
}

.fts-fb-load-more {
    border-radius: 0;
    padding: 0;
    line-height: 37px !important;
    width: 100%;
    min-height: 37px !important;
    font-size: 18px !important;
    background: transparent;
    font-weight: 300;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.fts-fb-load-more:hover {
    background: transparent;
    color: #000;
}

.fts-fb-load-more:before {
    content: "";
    width: 40px;
    height: 40px;
    background: #B5D77F;
    position: absolute;
    margin-left: -50px;
    border-radius: 50px;
    margin-top: -7px;
    color: #000;
    text-align: left;
    margin-top: 0;
    padding-left: 12px;
    z-index: -1;
    transition: all .5s ease;
}

.fts-fb-load-more:hover:before {
    content: "";
    width: 190px;

    height: 40px;
    z-index: -1;
    transition: all .5s ease;
}

.fts-fb-load-more:active:before {
    content: "";
    width: 190px;
    height: 40px;
    z-index: -1;
    transition: all .5s ease;
}

.transport-col {
    border-right: 1px solid;
    padding: 0 4%;
    /* max-width: 29%; */
}

.transport-col:last-of-type {
    border: 0;
}

.section.fullpage-slider_module.property-slider {
    padding: 60px 50px 0;
}

.map-mobile {
    display: none;
}

.map-desktop {
    display: block;
    margin-bottom: 60px;
}

.single span.arrow {
    display: none;
}

button {
    outline: none !important;
}

.filter-submit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 30px;
}

span.arrow {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.properties__item--image {
    display: inline-block;
    overflow: hidden;
    /* clip the excess when child gets bigger than parent */
}

.properties__item--image img {
    display: block;
    transition: transform .4s;
    /* smoother zoom */
}

.properties__item--image:hover img {
    transform: scale(1.1);
    transform-origin: 50% 50%;
}

.property-divider {
    float: left;
    height: 20px;
    /* font-size: 10px; */
    margin: 15px 20px 10px 15px;
}

.properties__item--image:hover .child,
.properties__item--image:focus .child {
    transform: scale(1.2);
}

span.counter-info-half {
    font-size: 16px;
    display: inline-block;
    transition: ease all .2s;
    margin-top: 5px;
}

.total_slides {
    color: rgba(255, 255, 255, .5) !important;
    transition: ease all .2s;
}

.nf-error-msg.nf-error-field-errors {
    display: none;
}

.nf-error-msg.nf-error-required-error {
    color: #B5D77F;
}

.nf-form-fields-required {
    display: none;
}

.social-eia {
    margin-right: 60px;
    width: 100px;
    display: flex;
    justify-content: space-around;
}

.wide-table {
    /* overflow: hidden; */
    padding-left: 15px;
}

div#single-title h3 {
    margin-top: 180px;
    margin-left: 62px;
    font-weight: 300;
    font-size: 80px;
    line-height: 82px;
}

.building-info.row.section {
    background: #19394a;
    padding: 60px 50px 60px 50px;
    margin-top: 120px;
}

header.page-header.module-title-slider h2 {
    font-size: 80px;
    font-weight: 300;
    margin-left: 35px;
    margin-top: 195px;
    line-height: 82px;
}

input[type="checkbox"] {
    margin-right: 10px;
}

fieldset.open {
    overflow: visible;
    height: auto;
    border: none !important;
    height: auto !important;
    z-index: 1;
    color: #000;
    transition: fade .5s;
}

div#response {
    margin-top: 5rem;
    z-index: 0;
    padding: 0 50px;
}

fieldset label:first-of-type {
    margin-bottom: 0;
    background: transparent;
    color: white;
    padding: 10px;
}

fieldset label:last-of-type {
    padding: 5px 10px 10px
}

fieldset label:nth-child(2) {
    padding: 10px 10px 5px
}

fieldset label {
    display: block;
    position: relative;
    background: white;
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 16px;
}

input.reset-form {
    background: transparent;
    border: 0;
    color: #fff;
    font-weight: 200;
    font-size: 17px;
}

form.properties__filters {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 50px;
}

.properties__filters fieldset {
    width: 15vw !important;
    font-size: 17px;
    height: 40px;
    display: inline;
    border-bottom: 1px solid #fff !important;
    transition: fade .5s;
}

/* ul#menu-menu-1 li {
    margin-bottom: 20px!important;
	
} */


.media-holder h3 {
    margin-top: 65px;
    font-weight: 300;
    font-size: 80px;
    line-height: 82px;
    margin-bottom: 100px;
}

/* #more:hover ~ .more-down-arrow {
    background: #ccc
} */

#more-alex:hover~.more-down-arrow,
#more-joe:hover~.more-down-arrow,
#more-maxim:hover~.more-down-arrow {
    background: #ccc
}

html {
    font-family: sans-serif;
}

.wide-section h3 {
    margin-left: 65px;
    margin-bottom: 60px;
}

#more-alex,
#more-joe,
#more-maxim {
    border-bottom: 1px solid;
    padding: 10px 0;
    display: flex;
    justify-content: flex-end;
}

.open-panel .more-down-arrow {
    background-position: -22px -62px;
}

.more-down-arrow {
    background-image: url(/wp-content/uploads/2022/01/more2.svg);
    width: 25px;
    height: 25px;
    background-position: -62px -15px;
    display: block;
}

.more-down-arrow.up-arrow {
    background-image: url(/wp-content/uploads/2022/01/more2.svg);
    width: 25px;
    height: 25px;
    background-position: -62px -15px;
    display: block;
    transform: rotateX(180deg);
}

.transport li {
    margin: 20px 0;
}

nav.navigation.post-navigation {
    display: none;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #B5D77F;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}


.active a.nav-link:after {
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    background-size: 65px;
    width: 80px;
    height: 94px;
    margin-left: 30px;
    margin-top: 15px;
    position: absolute;
    color: #B5D77F;
    transition: ease all .5s;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #B5D77F;

}

a.nav-link:hover:after {
    content: "";
    background-image: url(/wp-content/uploads/2022/01/menu-arrow.svg);
    background-repeat: no-repeat;
    background-size: 65px;
    width: 80px;
    height: 94px;
    margin-left: 30px;
    margin-top: 15px;
    position: absolute;
    color: #B5D77F;
    transition: ease all .5s;

}

/* .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #B5D77F;
} */

/* .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover:after {
    content: url(/wp-content/uploads/2022/01/menu-arrow.svg);
	margin-left: 30px;
    padding-top: 2px;
    position: absolute;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover
.transport.section ul li {
    margin-top: 20px;
} */
.transport.section ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.view {
    color: #ffffff;
    margin-left: 35px;
    margin-top: 10px;
    display: inline-block;
}

.view:before {
    content: "";
    width: 40px;
    height: 40px;
    background: #B5D77F;
    position: absolute;
    margin-left: -50px;
    border-radius: 50px;
    margin-top: -7px;
}

.col.get-in {
    display: flex;
    flex-direction: column;
}

.mytable ul li {
    float: left;
    padding: 5px 20px;
    background: red;
    margin: 0 2px;
}

.row.info-row {
    border-bottom: 1px solid;
}

.row.info-row:last-of-type {
    border-bottom: 0;
}

.info-header {
    font-weight: 300;
}

.row.info-header {
    border-bottom: 1px solid;
}

.building-info.row .info-header .col {
    font-weight: 300;
}

.building-info.row .col {
    font-size: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 200;
}

.building-info .info-row:last-child .status-col {
    visibility: hidden;
}

/* .building-info.row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    margin-bottom: 50px;
} */
.info-header .col {
    padding-left: 0;
    padding-right: 0;
}

.info-row .col {
    padding-left: 0;
    padding-right: 0;
    /* margin-left: 15px; */
}

h1.entry-title {
    font-size: 80px;
    line-height: 82px;
    font-weight: 300;
    margin-left: 35px;
    margin-top: 200px;
}

article.properties__item {
    margin-bottom: 100px;
}

.properties__item h4 span {
    color: #B5D77F;
}

.properties__item--info-size,
.properties__item--info-price {
    float: left;
    margin: 15px 20px 10px 15px;
}

.properties__item--info-size {
    margin-left: 15px;
}


.container.navigation {
    height: 100px;
    transition: all 1s;
}

.smaller2 {
    height: 60px !important;
    background: rgba(0, 35, 54, .8);
}

.page-id-57 .smaller2,
.page-id-63 .smaller2,
.page-id-61 .smaller2 {
    height: 60px !important;
    background: rgba(93, 108, 76, .8);
}


.container.navigation img {
    height: 65%;
    margin-left: 65px;
    margin-top: 11px;
}

.post-thumbnail {
    display: none;
}

header.page-header {
    margin-top: 100px;
}


/* availability */
span.sep {
    width: 30px;
    display: inline-block;
}

.site-info {
    padding-left: 60px;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

select.properties__filters--price,
select.properties__filters--location,
select.properties__filters--size,
select.properties__filters--type {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 300;
    margin-right: 30px;
    margin-top: 0;
    font-size: 16px;
    padding: 0 0 20px;
    width: 200px;
}

button.properties__filters--submit {
    background: transparent;
    border: 1px solid #B5D77F;
    border-radius: 20px;
    color: #fff;
    font-weight: 300;
    margin-top: 0;
    font-size: 17px;
    padding: 7px 34px;
}

form.properties__filters {
    margin-bottom: 30px;
}

/* availability end */
.body-large {
    font-size: 26px;
    line-height: 36px;
}

span.term-button-item.rt-filter-button-item {
    border: 0 !important;
}

.tpg-widget-heading-wrapper.heading-style3 {
    display: none;
}

input#nf-field-4:before {
    content: "ddd";
    position: absolute;
    background: red;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    display: inline-block;
    margin-right: 10px;
}

.nf-form-fields-required {
    text-align: right;
    font-size: 13px;
}

input#nf-field-1,
input#nf-field-2,
input#nf-field-3,
input#nf-field-5 {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
}

input#nf-field-4 {
    background: transparent;
    border: 1px solid #B5D77F;
    border-radius: 35px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 30px;
}

input#nf-field-4:hover {
    background: #B5D77F;
    color: #000 !important;
}

input#nf-field-4:active {
    background: #96BC58;
    color: #000 !important;
}

.properties__filters--submit {
    background: transparent;
    border: 1px solid #B5D77F;
    border-radius: 35px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 30px;
}

.properties__filters--submit:hover {
    background: #B5D77F;
    color: #000 !important;
}

.properties__filters--submit:active {
    background: #96BC58;
    color: #000 !important;
}


textarea#nf-field-3 {
    background: transparent;
    border: 1px solid #fff;
}

label#nf-label-field-1,
label#nf-label-field-2,
label#nf-label-field-3,
label#nf-label-field-4,
label#nf-label-field-5 {
    font-weight: 300;
}

.nf-form-content .ninja-forms-field {
    font-size: 14px;
    margin: 0;
    padding: 12px;
    font-weight: 300;
    color: #fff !important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffff;
}

.ninja-forms-req-symbol {
    display: none;
}

/* form end*/
.project .rt-holder .read-more a:before {
    content: "";
    width: 30px;
    height: 30px;
    background: red;
    display: block;
    position: absolute;
    margin-left: -39px;
    border-radius: 19px;
}

.project .rt-holder .read-more a {
    border: 0 !important;
}

body.custom-background.page-id-57,
body.custom-background.page-id-63,
body.custom-background.page-id-61 {
    background-color: #5D6C4C;
}



div#about.section {
    /* padding-top: 0; */
    padding: 0;
}

h3 {
    font-weight: 300;
    font-size: 60px;
    line-height: 70px;
}

h4 {
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}

/* links and buttons */

.info {
    height: 100px;
    overflow: hidden;
}

a.view {
    color: #ffffff;
    margin-left: 35px;
    margin-top: 35px;
    ;
    display: inline-block;
}

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

a.view.download:hover {
    color: #000;
    text-decoration: none;
}

.additional a.view.download {
    margin-top: 5px;
}



a.view-more-back {
    color: #ffffff;
    margin-left: 50px;
    margin-top: 35px;
    display: inline-block;
    cursor: pointer;
}

a.view-more-back:hover {
    color: #000;
    text-decoration: none;
}

a.view-more-back:before {
    content: "";
    width: 40px;
    height: 40px;
    background: #B5D77F;
    position: absolute;
    margin-left: -50px;
    border-radius: 50px;
    margin-top: -7px;
    color: #000;
    text-align: left;
    padding-top: 9px;
    padding-left: 12px;
    z-index: -1;
    transition: all .5s ease;
}

a.view-more-back:hover:before {
    content: "";
    width: 250px;
    height: 40px;
    background: #B5D77F;
    position: absolute;
    margin-left: -50px;
    border-radius: 50px;
    margin-top: -7px;
    color: #000;
    text-align: left;
    padding-top: 9px;
    padding-left: 12px;
    z-index: -1;
    transition: all .5s ease;
}

a.view-more-back:active:before {
    background: #96BC58;
}





.properties__item a.view-more {
    margin-top: 16px;
}

a.view-more {
    color: #ffffff;
    margin-left: 50px;
    margin-top: 35px;
    display: inline-block;
}
.properties__item:hover a.view-more, 
a.view-more:hover {
    color: #000;
    text-decoration: none;
}

a.view-more:before {
    content: "";
    width: 40px;
    height: 40px;
    background: #B5D77F;
    position: absolute;
    margin-left: -50px;
    border-radius: 50px;
    margin-top: -7px;
    color: #000;
    text-align: left;
    padding-top: 9px;
    padding-left: 12px;
    z-index: -1;
    transition: all .5s ease;
}

.properties__item:hover a.view-more:before,
a.view-more:hover:before {
    content: "";
    width: 195px;
    height: 40px;
    background: #B5D77F;
    position: absolute;
    margin-left: -50px;
    border-radius: 50px;
    margin-top: -7px;
    color: #000;
    text-align: left;
    padding-top: 9px;
    padding-left: 12px;
    z-index: -1;
    transition: all .5s ease;
}

a.view-more:active:before {
    background: #96BC58;
}


a.view-map {
    color: #ffffff;
    margin-left: 50px;
    margin-top: 25px;
    display: inline-block;
}

a.view-map:hover {
    color: #000;
    text-decoration: none;
}

a.view-map:before {
    content: "";
    width: 40px;
    height: 40px;
    background: #B5D77F;
    position: absolute;
    margin-left: -50px;
    border-radius: 50px;
    margin-top: -7px;
    color: #000;
    text-align: left;
    padding-top: 9px;
    padding-left: 12px;
    z-index: -1;
    transition: all .5s ease;
}

a.view-map:hover:before {
    content: "";
    width: 270px;
    height: 40px;
    background: #B5D77F;
    position: absolute;
    margin-left: -50px;
    border-radius: 50px;
    margin-top: -7px;
    color: #000;
    text-align: left;
    padding-top: 9px;
    padding-left: 12px;
    z-index: -1;
    transition: all .5s ease;
}

a.view-map:active:before {
    background: #96BC58;
}

a.view-book {
    color: #ffffff;
    margin-left: 35px;
    margin-top: 35px;
    display: inline-block;
}

a.view-book:hover {
    color: #000;
    text-decoration: none;
}

a.view-book:before {
    content: "";
    width: 40px;
    height: 40px;
    background: #B5D77F;
    position: absolute;
    margin-left: -50px;
    border-radius: 50px;
    margin-top: -7px;
    color: #000;
    text-align: left;
    padding-top: 9px;
    padding-left: 12px;
    z-index: -1;
    transition: all .5s ease;
}

a.view-book:hover:before {
    content: "";
    width: 230px;
    height: 40px;
    background: #B5D77F;
    position: absolute;
    margin-left: -50px;
    border-radius: 50px;
    margin-top: -7px;
    color: #000;
    text-align: left;
    padding-top: 9px;
    padding-left: 12px;
    z-index: -1;
    transition: all .5s ease;
}

a.view-map:active:before {
    background: #96BC58;
}





a.view:before {
    content: url(/wp-content/uploads/2022/01/down.svg);
    width: 40px;
    height: 40px;
    background: #B5D77F;
    position: absolute;
    margin-left: -50px;
    border-radius: 50px;
    margin-top: -7px;
    color: #000;
    text-align: left;
    padding-top: 9px;
    padding-left: 12px;
    z-index: -1;
    transition: all .5s ease;
}

a.view:hover:before {
    content: url(/wp-content/uploads/2022/01/down.svg);
    width: 250px;
    height: 40px;
    background: #B5D77F;
    position: absolute;
    margin-left: -50px;
    border-radius: 50px;
    margin-top: -7px;
    color: #000;
    text-align: left;
    padding-top: 9px;
    padding-left: 12px;
    z-index: -1;
    transition: all .5s ease;
}

a.view:active:before {
    background: #96BC58;
}

a.view-availability {
    color: #ffffff;
    margin-left: 50px;
    margin-top: 35px;
    display: inline-block;
}

a.view-availability:hover {
    color: #000;
    text-decoration: none;
}

a.view-availability:before {
    content: "";
    width: 40px;
    height: 40px;
    background: #B5D77F;
    position: absolute;
    margin-left: -50px;
    border-radius: 50px;
    margin-top: -7px;
    color: #000;
    text-align: left;
    padding-top: 9px;
    padding-left: 12px;
    z-index: -1;
    transition: all .5s ease;
}

a.view-availability:hover:before {
    content: "";
    width: 220px;
    height: 40px;
    background: #B5D77F;
    position: absolute;
    margin-left: -50px;
    border-radius: 50px;
    margin-top: -7px;
    color: #000;
    text-align: left;
    padding-top: 9px;
    padding-left: 12px;
    z-index: -1;
    transition: all .5s ease;
}

a.view-availability.button {
    display: table;
    margin: 32px auto;
}

a.view-availability.button:hover:before {
    width: 245px;
}

a.view-availability:active:before {
    background: #96BC58;
}







a.view-google {
    color: #ffffff;
    margin-left: 35px;
    margin-top: 35px;
    display: inline-block;
}

a.view-google:hover {
    color: #000;
    text-decoration: none;
}

a.view-google:before {
    content: "";
    width: 40px;
    height: 40px;
    background: #B5D77F;
    position: absolute;
    margin-left: -50px;
    border-radius: 50px;
    margin-top: -7px;
    color: #000;
    text-align: left;
    padding-top: 9px;
    padding-left: 12px;
    z-index: -1;
    transition: all .5s ease;
}

a.view-google:hover:before {
    content: "";
    width: 265px;
    height: 40px;
    background: #B5D77F;
    position: absolute;
    margin-left: -50px;
    border-radius: 50px;
    margin-top: -7px;
    color: #000;
    text-align: left;
    padding-top: 9px;
    padding-left: 12px;
    z-index: -1;
    transition: all .5s ease;
}

a.view-google:active:before {
    background: #96BC58;
}




.additional a.view.download:nth-last-of-type {
    margin-top: 40px;
    display: block;
    background: red;
}


a.view.download:before {
    content: url(/wp-content/uploads/2022/01/down.svg);
    width: 40px;
    height: 40px;
    background: #B5D77F;
    position: absolute;
    margin-left: -50px;
    border-radius: 50px;
    margin-top: -7px;
    color: #000;
    text-align: left;
    padding-top: 9px;
    padding-left: 12px;
    z-index: -1;
    transition: all .5s ease;
}

a.view.download:hover:before {
    content: url(/wp-content/uploads/2022/01/down.svg);
    width: 250px;
    height: 40px;
    background: #B5D77F;
    position: absolute;
    margin-left: -50px;
    border-radius: 50px;
    margin-top: -7px;
    color: #000;
    text-align: left;
    padding-top: 9px;
    padding-left: 12px;
    z-index: -1;
    transition: all .5s ease;
}

a.view.download:active:before {
    background: #96BC58;
}

/* links end */


.bg-dark {
    background-color: transparent !important;
}

h2.entry-title {
    display: none;
}

header#masthead {
    height: 50px;
    /*     background: rgba(255,255,255,.4); */
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 2;
    max-width: 1920px;
    margin: auto;
}

div#content {
    margin-top: -50px;

}

a.nav-link {
    font-size: 80px;
    line-height: 82px;
}

div#main-nav {
    justify-content: flex-start !important;
    align-self: flex-end;
}

.collapse:not(.show) {
    display: block;
}

.no-pad {
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
}

.intro-slider {
    position: relative;
}

.navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-end;
}

.offcanvas-collapse {
    position: fixed;
    top: 56px;
    /* Height of navbar */
    bottom: 0;
    right: -300px;
    left: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #002336;
    transition-timing-function: ease-in-out;
    transition-duration: 5s;
    transition-property: left, visibility;
}

.offcanvas-collapse {
    align-items: start;
    /*   Adds a subtle drop shadow   */
    -moz-background-clip: padding;
    /* Firefox 3.6 */
    -webkit-background-clip: padding;
    /* Safari 4? Chrome 6? */
    background-clip: padding-box;
    /* Firefox 4, Safari 5, Opera 10, IE 9 */
    border-right: 5px solid rgba(0, 0, 0, 0.2);

}

/* Makes the nav visibile with the open class */
div#navToggle {
    z-index: 1;
    margin-right: 30px;
    width: 50%;
    max-width: 1920px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    -webkit-appearance: unset;
    margin-top: 50px;
    position: absolute;
    right: 0;
}

.eia-menu:before {
    content: "Menu";
    width: 70px;
    height: 30px;
    color: #fff;
    display: block;
    transition: ease 5s;
}

.eia-menu.bingo:before {
    content: "Close";
    width: 70px;
    height: 30px;
    color: #fff;
    display: block;
    transition: .5s;
}

.navbar-nav {
    opacity: 0;
    transition: opacity 0.5s linear;
}

.open .navbar-nav {
    opacity: 1;
    transition: opacity 1s linear;
}

.offcanvas-collapse.open {
    left: 0%;
    visibility: visible;
    top: 0;
    padding-bottom: 2vw;

}

.offcanvas-collapse {
    top: 0;
    padding-bottom: 2vw;
}


.navbar-collapse.offcanvas-collapse {
    top: 0;
}

.offcanvas-collapse {
    align-items: end;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border-right: 5px solid rgba(0, 0, 0, 0.2);
    transition-timing-function: ease-in-out;
    transition-duration: 1s;
    transition-property: left, visibility;
}

.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
}


.navbar-collapse.offcanvas-collapse {
    display: flex;
    top: 0;
    padding-bottom: 2vw;
}

/* .navbar-collapse.offcanvas-collapse.open {
    display: flex;
	top: 0;
    padding-bottom: 2vw;
} */
.navbar-collapse.offcanvas-collapse.open {
    display: flex;
    top: 0;
    padding-bottom: 2vw;
    box-shadow: -2px -2px 2px #011e2e;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

body {
    color: #fff;
    font-family: Lexend, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 200;
    line-height: 26px;
    letter-spacing: -0.01em;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.container {
    max-width: 1920px;
    padding: 0;
    margin: auto;
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

header.page-header {
    margin-top: 100px;
    padding-left: 15px;
    margin-bottom: 100px;
}

.slide-module-copy h4 {
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    text-align: left;
}

.row.module-title-slider {
    display: flex;
    justify-content: center;
}

.section.fullpage-slider_module {
    position: relative;
    z-index: 0;
}

/* .module-title-slider h1 {
    margin-bottom: -45px;
    z-index: 1;
    font-family: Lexend;
    font-size: 80px;
    font-style: normal;
    font-weight: 300;
    line-height: 82px;
    letter-spacing: -1px;
    text-align: left;
} */
.module-title-slider h1 {
    margin-bottom: -45px;
    z-index: 1;
    font-family: Lexend;
    font-size: 100px;
    font-style: normal;
    font-weight: 300;
    line-height: 100px;
    letter-spacing: -1px;
    text-align: left;
}

#about .module-title h2 {
    margin-bottom: 30px;
    z-index: 1;
    font-family: Lexend;
    font-size: 80px;
    font-style: normal;
    font-weight: 300;
    line-height: 82px;
    letter-spacing: -1px;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 75px;
    width: 40%;
}

.module-title h2 {
    margin-bottom: -45px;
    z-index: 1;
    font-family: Lexend;
    font-size: 100px;
    font-style: normal;
    font-weight: 300;
    line-height: 100px;
    letter-spacing: 0em;
    text-align: left;
    text-align: center;
}

.row.module-title {
    display: flex;
    justify-content: center;
}

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

.section {
    /*     padding: 80px 50px 50px; */
    padding: 120px 50px 0;
}

.wide-section {
    /*     padding: 80px 50px 50px; */
    padding: 120px 0 0 0;
}

#portfolio.section {
    padding: 160px 50px 0;
}

.section.no-pad {
    margin: 0 0;
}

/* specialist */

.specialist {
    display: flex;
    flex-direction: column;
}

.specialist:hover h4 {
    color: #B5D77F;
}

.specialist h4 {
    margin-bottom: 0;
}

.specialist img {
    margin-bottom: 20px;
}

/* specialist end */

/* single large image */

.single-large-image h3 {
    position: absolute;
    padding: 50px 0 0 0;
    width: 45%;
}

.contact .single-large-image h3 {
    position: relative;
    padding: 0;
    width: 45%;
}

/* single large image end */


/* slider */

/* ul.slick-dots {
    display: none!important;
} */
.slick-dots li button {
    display: none;
}

ul.slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: -50px;
    position: absolute;
    width: 100%;
}

.slick-dots li {
    margin-right: 30px;
}

.slick-dots li {
    margin-right: 30px;
    color: rgba(185, 247, 106, .5);
}

.slick-dots li.slick-active {
    margin-right: 30px;
    color: rgba(185, 247, 106, 1);
}

.slick-dots li::marker {
    font-size: 30px;
}

fullpage-slider-intro ul.slick-dots {
    display: block !important;
}

.eia-dots ul {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

li.next.slick-arrow {
    margin-left: 10px;
}

li.next.slick-arrow:hover {
    background-position: -20px -66px;
}

li.prev.slick-arrow:hover {
    background-position: -70px -66px;
}

li.prev.slick-arrow:active {
    background-position: -70px -110px;
}

/* #about-slider .next.slick-arrow {
    display: none!important;
}
#about-slider .prev.slick-arrow {
    display: none!important;
} */
.prev {
    display: block;
    height: 30px;
    width: 25px;
    background: url('/wp-content/uploads/2021/12/ARROW.svg') no-repeat;
    background-position: -70px -20px;
    position: absolute;
    bottom: -40px;
    right: 35px;
    cursor: pointer;
}

.prev:hover {
    background-position: -70px -66px;
}

.next {
    display: block;
    height: 30px;
    width: 25px;
    background: url('/wp-content/uploads/2021/12/ARROW.svg') no-repeat;
    background-position: -20px -20px;
    position: absolute;
    right: 0;
    bottom: -40px;
    cursor: pointer;
}

.next:hover {
    background-position: -20px -66px;
}

.slide1.slick-slide {
    background-size: cover;
    background-repeat: no-repeat;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

/* slider end */

.copy-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

ul {
    padding-left: 18px;
}


.img-200 {
    width: 140px;
    margin-right: 32px;
}

@media only screen and (max-width: 1200px) {
    #about .module-title h2 {
        margin-bottom: 30px;
        z-index: 1;
        font-family: Lexend;
        font-size: 50px;
        font-style: normal;
        font-weight: 300;
        line-height: 60px;
        letter-spacing: -1px;
        text-align: left;
        position: absolute;
        bottom: 0;
        left: 75px;
        width: 40%;
    }
}

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


    div#response {
        margin-top: 100px;
        z-index: 0;
        padding: 0;
    }

    form.properties__filters {
        margin-bottom: 30px;
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0;
    }

}

@media only screen and (max-width: 768px) {
    a.view-availability {
        color: #000;
        text-decoration: none;
    }
    a.view-availability:before {
        content: "";
        width: 210px;
        height: 40px;
        background: #B5D77F;
        position: absolute;
        margin-left: -50px;
        border-radius: 50px;
        margin-top: -7px;
        color: #000;
        text-align: left;
        padding-top: 9px;
        padding-left: 12px;
        z-index: -1;
        transition: all .5s ease;
    }

    a.view-google {
        color: #000 !important;
        text-decoration: none;
    }

    a.view-google:before {
        content: "";
        width: 265px;
        height: 40px;
        background: #B5D77F;
        position: absolute;
        margin-left: -50px;
        border-radius: 50px;
        margin-top: -7px;
        color: #000;
        text-align: left;
        padding-top: 9px;
        padding-left: 12px;
        z-index: -1;
        transition: all .5s ease;
    }

    .team-specialist {
        margin-bottom: 32px;
    }

    .col-12 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .copy-div {
        margin: 0;
    }

    a.nav-link {
        font-size: 55px;
        line-height: 68px;
    }

    .offcanvas-collapse.open {
        left: 0%;
        visibility: visible;
        top: 0;
        padding-bottom: 2vw;
    }

    .offcanvas-collapse {
        position: fixed;
        top: 56px;
        bottom: 0;
        right: -300px;
        left: 100%;
        width: 102%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #002336;
        transition-timing-function: ease-in-out;
        transition-duration: .3s;
        transition-property: left, visibility;
    }


    h3 {
        font-weight: 300;
        font-size: 46px;
        line-height: 50px;
    }

    .slide-module-copy h4 {
        font-size: 26px;
        font-style: normal;
        font-weight: 300;
        line-height: 32px;
        text-align: left;
    }

    .mobile {
        display: block;
        order: 3;
        margin-bottom: 30px;
    }

    .fullpage-slider_module .mobile {
        display: block;
        order: 3;
        margin-bottom: 0;

    }

    .desktop {
        display: none;
    }

    .module-title-slider h2 {
        margin-bottom: 0;
        z-index: 1;
        font-family: Lexend;
        font-size: 46px;
        font-style: normal;
        font-weight: 300;
        line-height: 50px;
        letter-spacing: -1px;
        text-align: left;
    }

    .properties__item h4 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .no-pad {
        padding-right: 0;
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
    }

    .social-eia img {
        width: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .btn.btn-primary.video-btn {
        margin-bottom: 30px;
    }

    iframe#vimeo-11::after {
        content: "";
        background: red;
        width: 100%;
        height: 100%;
        min-height: 1px;
        position: absolute;
        top: 0;
    }
}

.transport-col h4 {
    margin-top: 60px;
}

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

    .img-200 {
        padding: 0 20px;
    }

    .footer-content_inner span {
        width: 100%;
        display: block;
        padding: 20px;
    }

    span.counter-info-half {
        font-size: 14px;
        margin: 5px 0;
    }

    .btn.btn-primary.video-btn {
        margin-bottom: 30px;
    }

    .copy-div {
        order: 2;
    }

    /* .slider-div.mobile {
    order: 2;
} */
    ul.slick-dots {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: unset;
        position: absolute;
        width: 100%;
        /*     margin-left: 20px; */
    }

    div#navToggle {
        margin-top: 0;
        width: 50%;
        right: 0;
        position: absolute;
        top: 5px;
    }

    a.view-google {
        color: #ffffff;
        margin-left: 50px;
        margin-top: 35px;
        display: inline-block;
    }

    .map-mobile {
        display: block;
        margin-bottom: 60px;
    }

    .map-desktop {
        display: none;
    }

    .wide-section {
        /* padding: 80px 50px 50px; */
        padding: 30px 0 0 0;
    }

    .wide-section.contact {
        padding: 0;
    }

    .wide-section.contact .mobile {
        margin-bottom: 0;
    }

    .specialist h4 {
        margin-top: 0;
    }

    #portfolio.section {
        padding: 32px 0;
        display: flex;
        flex-direction: column;
    }

    article.properties__item {
        margin-bottom: 64px;
        padding: 0;
    }

    .properties__item:hover a.view-more:hover {
        color: #000;
        text-decoration: none;
    }

    .properties__item:hover a.view-more:before {
            content: "";
            width: 195px;
            height: 40px;
            background: #B5D77F;
            position: absolute;
            margin-left: -50px;
            border-radius: 50px;
            margin-top: -7px;
            color: #000;
            text-align: left;
            padding-top: 9px;
            padding-left: 12px;
            z-index: -1;
            transition: all .5s ease;

    }

    body {
        font-size: 15px;
        line-height: 23px;
    }

    ul {
        margin-left: 0;
        padding: 0 20px;
    }

    a.view {
        margin-left: 50px;
        margin-top: 25px;
        display: inline-block;
    }

    a.view-more {
        margin-left: 50px;
        margin-top: 25px;
        display: inline-block;
        color: #000;
    }

    a.view-more:before {
        width: 200px;
    }

    .properties__item a.view-more:before {
        width: 175px;   
    }

    h4 {
        font-weight: 300;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    header.page-header.module-title-slider h2 {
        font-size: 46px;
        line-height: 50px;
        font-weight: 300;
        margin-left: 0;
        margin-top: 170px;
    }

    form.properties__filters {
        margin-bottom: 30px;
        display: block;
        height: fit-content;
    }

    .properties__filters fieldset {
        width: 100% !important;
        font-size: 17px;
        height: 40px;
        display: inline;
        border-bottom: 1px solid #fff !important;
        transition: all .5s;
    }

    .properties__filters fieldset:last-of-type {
        margin-bottom: 16px;
    }

    div#response {
        margin-top: 50px;
        z-index: 0;
        padding: 0;
    }

    div#single-title h3 {
        margin-top: 150px;
        margin-left: 0;
        font-family: Lexend;
        font-style: normal;
        font-weight: 300;
        font-size: 46px;
        line-height: 50px;
        margin-bottom: 80px;
    }

    .site-info {
        padding-left: 20px;
        display: block;
        justify-content: space-between;
        margin-top: 64px;
    }


    .social-eia {
        margin-top: 16px;
        width: fit-content;
    }

    .social-eia a:last-child {
        margin-left: 16px;
    }

    #more {
        margin-bottom: 50px;
    }

    .single-large-image h3 {
        width: 80%;
    }

    #about .module-title h2 {
        margin-bottom: 30px;
        z-index: 1;
        font-family: Lexend;
        font-size: 46px;
        font-style: normal;
        font-weight: 300;
        line-height: 50px;
        letter-spacing: -1px;
        text-align: left;
        position: absolute;
        bottom: -0;
        left: 40px;
        width: 75%;
    }

    .wide-section h3 {
        margin-left: 30px;
        margin-bottom: 40px;
    }

    .eia-menu.bingo:before {
        content: "Close";
        width: 50px;
        height: 33px;
        color: #fff;
        display: block;
        transition: .5s;
        margin-top: 10px;
    }

    .eia-menu:before {
        content: "Menu";
        width: 50px;
        height: 33px;
        color: #fff;
        display: block;
        transition: .5s;
        margin-top: 10px;
    }

    .eia-menu:hover:before {

        color: #ccc;
        display: block;
        transition: .5s;
        margin-top: 10px;
    }

    .active a.nav-link:after {
        content: "";
        margin-left: 15px;
        /* padding-top: 2px; */
        position: absolute;
        color: #B5D77F;
        background-size: 40px;
        height: 50px;
        width: 50px;
        background-image: url(/wp-content/uploads/2022/01/menu-arrow.svg);
        background-repeat: no-repeat;
    }

    a.nav-link:hover:after {
        content: "";
        background-image: url(/wp-content/uploads/2022/01/menu-arrow.svg);
        background-repeat: no-repeat;
        background-size: 40px;
        width: 50px;
        height: 50px;
        margin-left: 15px;
        padding-top: 2px;
        position: absolute;
        color: #B5D77F;
        transition: ease all .5s;
    }

    .prev {
        bottom: -35px;
        right: 35px;
    }

    .next {
        right: 0px;
        margin-top: 5px;
        bottom: -35px;
    }

    .container.navigation img {
        height: 65%;
        /* margin-left: 35px; */
        margin-left: 15px;
        margin-top: 15px;
    }

    h1.entry-title {
        font-size: 46px;
        line-height: 50px;
        font-weight: 300;
        margin-left: 0;
        margin-top: 150px;
        margin-bottom: 50px;
    }

    .section {
        padding: 40px 0;
    }

    .transport-col {
        border-right: 0;
        margin-right: 0;
        max-width: unset;
    }

    span.scroll-table {
        display: block;
        right: 30px;
        position: absolute;
        top: 55px;
        color: #798891;
    }

    a.view,
    a.view-map,
    a.view-book {
        margin-left: 30px;
        display: inline-block;
        margin-top: 25px;
        margin-bottom: 10px;
        color: #000;
        text-decoration: none;
    }

    a.view-book:before {
        content: "";
        width: 230px;
        height: 40px;
        background: #B5D77F;
        position: absolute;
        margin-left: -50px;
        border-radius: 50px;
        margin-top: -7px;
        color: #000;
        text-align: left;
        padding-top: 9px;
        padding-left: 12px;
        z-index: -1;
        transition: all .5s ease;
    }

    a.view:before {
        content: url(/wp-content/uploads/2022/01/down.svg);
        width: 250px;
        height: 40px;
        background: #B5D77F;
        position: absolute;
        margin-left: -50px;
        border-radius: 50px;
        margin-top: -7px;
        color: #000;
        text-align: left;
        padding-top: 9px;
        padding-left: 12px;
        z-index: -1;
        transition: all .5s ease;
    }

    a.view-map:before {
        content: "";
        width: 270px;
        height: 40px;
        background: #B5D77F;
        position: absolute;
        margin-left: -50px;
        border-radius: 50px;
        margin-top: -7px;
        color: #000;
        text-align: left;
        padding-top: 9px;
        padding-left: 12px;
        z-index: -1;
        transition: all .5s ease;
    }

    a.cta {
        margin-left: 20px;
        color: #000;
        text-decoration: none;
    }

    a.cta:before {
        width: 100%;
        background: #B5D77F;
    }

    .transport-col h4 {
        margin-top: 60px;
    }


    .building-info.row.section {
        background: #19394a;
        padding: 60px 50px 60px 50px;
        margin-top: 0;
    }

    .row.module-title-slider {
        display: flex;
        justify-content: left;
        margin-left: 0px;
    }

    .module-title-slider h1 {
        margin-bottom: 0;
        z-index: 1;
        font-family: Lexend;
        font-size: 60px;
        font-style: normal;
        font-weight: 300;
        line-height: 60px;
        letter-spacing: 0em;
        text-align: left;
        margin-top: 0
    }


    .slide-module-copy {
        margin-top: 0;
        margin-bottom: 60px;
    }

    .slide-module-copy h4 {
        margin-top: 40px;
    }

    .wide-table {
        width: 1030px;
        /* background: red; */
        margin-left: 15px;
    }

    .building-info.row.section {
        background: #19394a;
        padding: 0 0 20px;
    }

    .info-holder {
        overflow-x: scroll;
        padding-bottom: 20px;
    }

    .no-pad {
        padding-right: 0;
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
    }

}

@media screen and (min-width: 1600px) {
    a.nav-link {
        font-size: 80px;
    }
}

.properties__count {
    margin-bottom: 2rem;
}


/* 
@media print {

 body {
    margin: 0;
    color: #000;

  }
	
body.custom-background {
    background-color: #fff!important;
}
a.view, a.view-more, a.view-map, a.view-book {
    color: #000;
}
	.building-info.row.section {
    background: #fff;
    padding: 60px 50px 60px 50px;
    margin-top: 120px;
}
	
} */
@media only screen and (min-device-width: 414px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

    a.nav-link {
        font-size: 50px;
        line-height: 55px;
    }

    .active a.nav-link:after,
    a.nav-link:hover:after {
        content: "";
        background-image: url(/wp-content/uploads/2022/01/menu-arrow.svg);
        background-repeat: no-repeat;
        background-size: 45px;
        width: 80px;
        height: 86px;
        margin-left: 30px;
        margin-top: 8px;
        position: absolute;
        color: #B5D77F;
        transition: ease all .5s;
    }

}

/* New Category Nav For the Category Pages */
/* Navigation styling */
.property__cat__nav{
    margin-top: 5rem;
    z-index: 0;
    padding: 0 50px;
}
.property__cat_nav {
    color: #fff;
    width: 100%;
}

.property__cat_nav .nav-container {
    width: 100%;
    margin: 0 auto;
}

.property__cat_nav .nav-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.property__cat_nav .nav-item a {
    color: #fff;
    text-decoration: none;
    padding: 5px 0px;
    margin: 0 30px;
    display: block;
    font-family: Lexend, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    transition: color 0.3s, background-color 0.3s;
    line-height: 22px;
    border-bottom: 1px solid transparent;
}

.property__cat_nav .nav-item a:after{
    content: "";
    background:transparent !important;
}

.property__cat_nav .nav-item a:hover, .property__cat_nav .nav-item a:focus {
    color: #B5D77F; /* Lighter text on hover */
    border-bottom: 1px solid #B5D77F;
}

.property__cat_nav .nav-item.active a {
    border-bottom: 1px solid #B5D77F; /* Green bottom border for active item */
    color: #B5D77F; /* Green text for active item */
}

/* Responsive design */
@media (max-width: 768px) {
    .property__cat_nav .nav-container {
        width: 100%;
    }
    .property__cat_nav .nav-list {
        justify-content: left;
    }
    .property__cat_nav .nav-item a {
        padding: 15px;
    }
}

.pp_portfolio__list .properties__item--info{
    align-items: center !important;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
}

.pp_portfolio__list .properties__item--info .properties__item--info-size{
    margin: 0px 15px 0px 0px ;
}
.pp_portfolio__list .properties__item--info .property-divider{
    height: auto !important;
    margin: 0px 15px 0px 0px ;
}
.pp_portfolio__list .pp_portfolio__title{
    padding-bottom: 19px;
    border-bottom: 1px solid #fff;
}
.pp_portfolio__list .pp_portfolio__list{
    margin-top: 2rem !important;
}

.pp_portfolio_mobile .custom-dropdown-toggle {
    background-color: transparent; /* Dark background */
    color: white; /* White text */
    border: none;
    box-shadow: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1.25rem; /* Standard padding */
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
}

.pp_portfolio_mobile .dropdown-menu {
    width: 100%;
    background-color: #fff; /* Matching dark background */
    border: none; /* Remove default border */
    border-radius: 0;
    padding: 15px;
    margin: 0;
}

.pp_portfolio_mobile .dropdown-item {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}

.pp_portfolio_mobile .dropdown-item.active {
    font-weight: 500;
    background-color: transparent;
}

.pp_portfolio_mobile .dropdown-item:hover, .pp_portfolio_mobile .dropdown-item:focus {
    background-color: transparent; /* Slightly lighter dark shade for hover */
    color: white;
}

.pp_portfolio_mobile .chevron {
    transition: transform 0.3s ease-in-out;
}

.pp_portfolio_mobile .dropdown.show .chevron {
    transform: rotate(180deg);
}

/* Underline for the active menu item */
.pp_portfolio_mobile .custom-dropdown-toggle::after {
   display: none;;
}

@media (max-width: 767px) {
    .property__cat__nav{
        margin-top: 0rem;
        z-index: 0;
        padding: 0 15px;
    }
    .pp_portfolio__list .pp_portfolio__list{
        margin: 4rem 0 0 0 !important;
    }
    .property__cat_nav{
        display: none;
    }
}

@media (min-width: 768px) {
    .pp_portfolio_mobile{
        display: none;
    }
}

@media (max-width: 780px) {
    .property__cat_nav .nav-item a{
        font-size: 15px;
        margin: 0 20px;
    }

}

@media screen and (min-width: 580px) and (max-width: 767px) {
    /* Your CSS styles here */
    .pp_padding{
        padding: 0 15px;
    }
    div#single-title h3{
        margin-left: 14px;
    }
}

