/*
Theme Name: Moza theme
Theme URI: https://www.moza.nl
Author: Goes & Roos
Author URI: https://www.goesenroos.nl
Description: Moza theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: moza
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

body {
    font-family: 'Poppins', sans-serif;
    font-size: .9rem;
    color: #6d6d6d;
    font-weight: 200;
    letter-spacing: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6  {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 200;
    letter-spacing: 1.5px;
}

a {
    color: #6d6d6d;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #7c1e35;
}

::-moz-selection {
    background: #7c1e35;
    color: #fff;
}

::selection {
    background: #7c1e35;
    color: #fff;
}

p,
li {
    line-height: 1.8;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .hide-mobile {
        display: none;
    }
}

.bg-grey {
    background-color: #efefef;
}

/* Navigation */
.carousel-item,
.navbar {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.navbar-toggler .navbar-toggler-line {
    background-color: #fff;
}

.navbar .navbar-brand img {
    max-width: 170px;
}

.navbar-nav .nav-link {
    font-size: .8rem;
    color: #fff;
    letter-spacing: 2.75px;
    font-weight: 600;
}

.navbar .nav-link.show:before {
    width: 0;
    height: 0;
    position: absolute;
    bottom: -2px;
    left: 2rem;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #4c4a50;
    content: '';
    display: block;
    z-index: 1001;
}

.navbar-nav .dropdown-menu {
    padding: .75rem;
    position: absolute;
    background-color: #4c4a50;
    border: 0;
    border-radius: 0;
}

.navbar-nav .dropdown-menu li {
    margin-right: 0;
    float: none!important;
}

.navbar-nav .dropdown-item {
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #5e5d61;
    font-size: .8rem;
    color: #fff;
    text-transform: none;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
}

.navbar-nav .dropdown-menu li:last-of-type .dropdown-item {
    border-bottom: 0;
}

.navbar {
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-scroll {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
    background-color: #7C1E35;
}



.navbar .nav-phone {
    background-color: #000;
    margin-left: 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -ms-transition: all 1s;
}

.navbar-scroll .nav-phone {
    background-color: #fff;
    color: #000;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -ms-transition: all 1s;
}

/* Slider */

.page-slider,
.page-slider .carousel {
    height: 65vh;
    min-height: 600px;
}

.woningen-template-default .page-slider,
.woningen-template-default .page-slider .carousel,
.bedrijven-template-default .page-slider,
.bedrijven-template-default .page-slider .carousel,
.page-template-gnr-plugin-public-properties-page .page-slider,
.page-template-gnr-plugin-public-properties-page .page-slider .carousel {
    height: 250px;
    min-height: 250px;
}

.home .page-slider,
.home .page-slider .carousel {
    height: 100vh;
    min-height: 600px;
}



.home .page-slider .carousel-item:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    content: '';
}

.page-slider .page-slider-name {
    width: 100%;
    max-width: 1296px;
    bottom: 177px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-family: 'Lora', serif;
    color: #fff;
    z-index: 3;
}

.page-slider .page-slider-name:before {
    width: calc(50% - 140px);
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    opacity: 0.2;
    content: '';
}

.page-slider .page-slider-name:after {
    width: calc(50% - 140px);
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #fff;
    opacity: 0.2;
    content: '';
}

.page-slider .page-slider-info {
    bottom: 0;
    left: 0;
    z-index: 3;
}

.page-slider .page-slider-info .page-slider-info-title {
    max-width: 1320px;
    top: calc(50% + 50px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home .page-slider .page-slider-info .page-slider-info-title {
    top: calc(50% - 100px);
}

.page-slider .page-slider-info .page-slider-info-title h1 {
    font-family: 'Ephesis', cursive;
    font-size: 4rem;
    letter-spacing: .1rem;
    font-weight: 300!important;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}



.page-slider .page-slider-info .page-slider-info-title {
    font-size: 1.1rem;
    letter-spacing: .1rem;
    font-weight: 300;
}

.page-slider img.img-cover-top {
    object-position: top;
}

.page-slider img.img-cover-center {
    object-position: center;
}

.page-slider img.img-cover-bottom {
    object-position: bottom;
}


@media (max-width: 767.98px) {

}



/* Home */
.intro {
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 3;
}

.intro .intro-item span.intro-color {
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.intro .intro-item.intro-item-1 span.intro-color {
    background-color: #4792A5;
}

.intro .intro-item.intro-item-2 span.intro-color {
    background-color: #C38439;
}

.intro .intro-item.intro-item-3 span.intro-color {
    background-color: #7C1E35;
}

.intro .intro-item.intro-item-4 span.intro-color {
    background-color: #2C4935;
}

.intro .intro-item.intro-item-5 span.intro-color {
    background-color: #A07963;
}

.intro .intro-item .intro-content {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    z-index: 2;
}

.intro .intro-item .intro-title {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2.75px;
    font-family: 'Lora', serif;
    font-weight: 300;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.intro .intro-item .intro-text {
    height: 1px!important;
    font-size: .8rem;
    color: rgba(255, 255, 255, .8);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    opacity: 0;
}

.intro .intro-item .intro-button {
    height: 1px!important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    opacity: 0;
}

.intro .intro-item .intro-content:hover ~ span.intro-color,
.intro .intro-item .intro-content:focus ~ span.intro-color {
    height: 100%;
} 

.intro .intro-item .intro-content:hover .intro-text,
.intro .intro-item .intro-content:hover .intro-button,
.intro .intro-item .intro-content:focus .intro-text,
.intro .intro-item .intro-content:focus .intro-button {
    height: auto!important;
    padding-top: 2rem;
    opacity: 1;
}


.gnr-services-title,
.gnr-services {
    background-color: #efefef;
}

.gnr-services-title h2 {
    margin-bottom: 3rem;
    font-size: 2.7rem;
}

.gnr-services .wp-block-column img {
    height: 400px;
    margin-bottom: 1rem;
    object-fit: cover;
}

.gnr-services .wp-block-column h4 {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    font-family: 'Lora', serif;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2.75px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    overflow: hidden;
}

.gnr-services .wp-block-column h4:before {
    width: 25px;
    height: 1px;
    position: absolute;
    top: 10px;
    left: -25px;
    background-color: #000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    content: '';
}

.gnr-services .wp-block-column p {
    padding-left: 1.5rem;
    padding-right: 2.5rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.gnr-services .wp-block-column p.p-info {
    height: 120px;
}

.gnr-services .wp-block-column p:last-of-type {
    font-family: 'Lora', serif;
    font-size: .8rem;
    color: #000;
    text-transform: uppercase;
}

.gnr-services .wp-block-column a:hover h4,
.gnr-services .wp-block-column a:hover p,
.gnr-services .wp-block-column a:focus h4,
.gnr-services .wp-block-column a:focus p {
    padding-left: 3rem;
}

.gnr-services .wp-block-column a:hover h4:before,
.gnr-services .wp-block-column a:focus h4:before {
    left: 0;
}

.gnr-services .wp-block-column a:hover p,
.gnr-services .wp-block-column a:focus p {
    color: #6d6d6d;
}

.gnr-information {
    background-color: #f8f8f8;
}

.gnr-information h2 {
    font-size: 2.7rem;
}

.gnr-information a.btn-content {
    margin-top: 3rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid #000;
    font-family: 'Lora', serif;
    font-size: .8rem;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    display: table;
}

.gnr-information a.btn-content:hover,
.gnr-information a.btn-content:focus {
    padding-right: 20px;
    border-color: #7c1e35;
    color: #7c1e35;
}

.gnr-information .wp-block-column.wp-block-column-image-1 img,
.gnr-information .wp-block-column.wp-block-column-image-2 img,
.gnr-information .wp-block-column.wp-block-column-image-3 img {
    object-fit: cover;
}

.gnr-information .wp-block-column.wp-block-column-image-2 img,
.gnr-information .wp-block-column.wp-block-column-image-1 img {
    height: 450px;
}


.gnr-why {
    background-color: #fff;
}

.gnr-why h2 {
    margin-bottom: 3rem;
    font-size: 2.7rem;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .gnr-why h2 {
        font-size: 1.7rem;
    }
}

.gnr-why h2 a {
    color: #000;
    overflow-wrap: break-word; 
    word-wrap: break-word; 
    hyphens: auto;
}

.gnr-why ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gnr-why ul li {
    margin-bottom: 1rem;
    padding-left: 1rem;
    position: relative;
}

.gnr-why ul li:before {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 7px;
    left: 0;
    background-image: url(images/pijl.svg);
    background-repeat: no-repeat;
    background-size: 7px auto;
    content: '';
}

.gnr-why a.btn-content {
    margin-top: 3rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid #000;
    font-family: 'Lora', serif;
    font-size: .8rem;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    display: table;
}

.gnr-why a.btn-content:hover,
.gnr-why a.btn-content:focus {
    padding-right: 20px;
    border-color: #7c1e35;
    color: #7c1e35;
}

.gnr-specials {
    background-color: #efefef;
}

.gnr-specials .gnr-bootstrap-block-1 h2 {
    font-size: 2.7rem;
}

.gnr-specials .gnr-bootstrap-block-3 {
    height: 400px;
    position: relative;
    padding: 3rem;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

.gnr-specials .gnr-bootstrap-block-3 h3 {
    position: relative;
    margin-bottom: 4.5rem;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #fff;
    z-index: 3;
}

.gnr-specials .gnr-bootstrap-block-3 h3 strong {
    font-weight: 700;
    display: block;
}

.gnr-specials .gnr-bootstrap-block-3 p:last-of-type {
    width: 80%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.gnr-specials .gnr-bootstrap-block-3 a {
    line-height: 1.3;
    padding: 1.9rem 2rem 1.9rem 5.5rem;
    background-color: #efefef;
    text-transform: uppercase;
    color: #2e2d3b;
    text-align: left;
    display: block;
}

.gnr-specials .gnr-bootstrap-block-3 a:before {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 2rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #decfa6;
    border-radius: 50%;
    content: '';
}

.gnr-specials .gnr-bootstrap-block-3 a:after {
    width: 18px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: calc(2rem + 12px);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url(images/pijl.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px 8px;
    content: '';
}

.gnr-specials .gnr-bootstrap-block-3 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 1;
    z-index: 1;
}

.gnr-specials .gnr-bootstrap-block-3:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #484862;
    mix-blend-mode: multiply;
    content: '';
    z-index: 1;
    display: none;
}

.gnr-specials .gnr-bootstrap-block-3 p:last-of-type {
    margin-bottom: 0;
}




/* Content */
.page-content h1 {
    margin-left: 16.6666666667%;
}

.page-content h2 {
    font-size: 1.2rem;
}

.page-content .wp-block-columns.wp-block-columns-intro {
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
}

.page-content .wp-block-columns.wp-block-columns-info {
    margin-left: 16.6666666667%;
    padding-bottom: 3rem;
}

.page-content .wp-block-columns.wp-block-columns-images {
    margin-left: 16.6666666667%;
}

.page-content .wp-block-column.wp-block-column-image-1 img,
.page-content .wp-block-column.wp-block-column-image-2 img,
.page-content .wp-block-column.wp-block-column-image-3 img {
    object-fit: cover;
}

.page-content .wp-block-column.wp-block-column-image-1 img {
    height: 450px;
}



.page-content p.btn-content a {
    margin-top: 3rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid #000;
    font-family: 'Lora', serif;
    font-size: .8rem;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    display: table;
}

.page-content p.btn-content a:hover,
.page-content p.btn-content a:focus {
    padding-right: 20px;
    border-color: #7c1e35;
    color: #7c1e35;
}


/* Properties */

.properties-filter-v-1 .fs-wrap.multiple .fs-option.selected .fs-checkbox i, .properties-filter-v-search .fs-wrap.multiple .fs-option.selected .fs-checkbox i, .properties-filter-v-1 .fs-wrap.multiple .fs-option.selected .fssearchcheckbox i, .properties-filter-v-search .fs-wrap.multiple .fs-option.selected .fssearchcheckbox i {
    background-color: #7c1e35;
}

.properties-item {
    margin-top: 60px;
}

.properties-filter-extra .properties-filter-show, .properties-filter-extra .facetwp-sort .facetwp-sort-select, .properties-filter-v-search .facetwp-sort .facetwp-sort-select, .properties-filter-extra .facetwp-per-page .facetwp-per-page-select,
.properties-filter-v-1 {
    background-color: #efefef;
}


.properties-title .facetwp-counts,
.properties-filter-selections .facetwp-selections .facetwp-selection-value:before,
.properties-filter-selections .facetwp-selections .facetwp-selection-value:after {
    background-color: #7c1e35;
}

.properties-filter .facetwp-checkbox.checked:before,
.properties-filter .facetwp-radio.checked:before,
.properties-filter-v-2 .facetwp-type-fselect .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: #7c1e35;
    border-color: #7c1e35;
}

.properties .object .object-image a:after,
.properties-special .object .object-image a:after {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    content: '';
    opacity: .4;
}

.properties .object .object-image img, 
.properties-special .object .object-image img {
    height: 400px;
}

.properties .object .object-image .object-image-info,
.properties-special .object .object-image .object-image-info {
    padding: 1.5rem!important;
}

.properties .object .object-info,
.properties-special .object .object-info {
    min-height: 38px;
    padding-bottom: .5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.properties .object .object-features,
.properties-special .object .object-features {
    width: 100%;
    margin-bottom: 0!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.properties .object .object-feature,
.properties-special .object .object-feature {
    width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.properties .object .object-feature > .row > .col-5,
.properties-special .object .object-feature > .row > .col-3 {
    display: none;
}

.properties .object .object-feature > .row > .col-7,
.properties-special .object .object-feature > .row > .col-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.properties .object-features .object-feature-totalekadestraleoppervlakte .object-feature-info:before,
.properties-special .object-features .object-feature-totalekadestraleoppervlakte .object-feature-info:before,
.properties .object-features .object-feature-woonoppervlakte .object-feature-info:before,
.properties-special .object-features .object-feature-woonoppervlakte .object-feature-info:before,
.properties .object-features .object-feature-aantalkamers .object-feature-info:before,
.properties-special .object-features .object-feature-aantalkamers .object-feature-info:before {
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: auto 18px;
    display: table;
    float: left;
    content: "";
}

.properties .object-features .object-feature-totalekadestraleoppervlakte .object-feature-info:before,
.properties-special .object-features .object-feature-totalekadestraleoppervlakte .object-feature-info:before {
    background-image: url(images/perceel-oppervlakte.svg);
}

.properties .object-features .object-feature-woonoppervlakte .object-feature-info:before,
.properties-special .object-features .object-feature-woonoppervlakte .object-feature-info:before {
    background-image: url(images/woon-oppervlakte.svg);
}

.properties .object-features .object-feature-aantalkamers .object-feature-info:before,
.properties-special .object-features .object-feature-aantalkamers .object-feature-info:before {
    background-image: url(images/aantal-kamers.svg);
}

.properties-special .object-view a {
    margin-top: 1rem;
    padding: 0 0 1.1rem 0!important;    
    border-bottom: 1px solid #000;
    font-family: 'Lora', serif;
    font-size: .8rem;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    display: table;
}

.properties-special .object-view a:hover,
.properties-special .object-view a:focus {
    padding-right: 20px;
    border-color: #7c1e35;
    color: #7c1e35;
}

.object-detail-header .object-status-new {
    display: none;
}

.properties-title .facetwp-counts {
    background-color: #7c1e35;
}



/* Brands */
.footer-brands {
    border-color: #dee2e6!important;
}

.footer-brands .footer-brand a {
    padding: 1.5rem;
    border-right: 1px solid #dee2e6;
}

.footer-brands .footer-brand.footer-brand-6 a {
    border-right: 0;
}

.footer-brands .footer-brand a svg {
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}


.footer-brands .footer-brand a svg.svg-brand .svg-nvm-1,
.footer-brands .footer-brand a svg.svg-brand .svg-nvm-business-1,
.footer-brands .footer-brand a svg.svg-brand .svg-mva-1,
.footer-brands .footer-brand a svg.svg-brand .svg-funda-1,
.footer-brands .footer-brand a svg.svg-brand .svg-funda-ib-1,
.footer-brands .footer-brand a svg.svg-brand .svg-funda-3,
.footer-brands .footer-brand a svg.svg-brand .svg-funda-ib-3,
.footer-brands .footer-brand a svg.svg-brand .svg-funda-ib-4,
.footer-brands .footer-brand a svg.svg-brand .svg-pararius-1,
.footer-brands .footer-brand a svg.svg-brand .svg-pararius-2,
.footer-brands .footer-brand a svg.svg-brand .svg-vbo-2,
.footer-brands .footer-brand a svg.svg-brand .svg-vastgoedcert-1,
.footer-brands .footer-brand a svg.svg-brand .svg-vastgoedcert-2,
.footer-brands .footer-brand a svg.svg-brand .svg-nwwi-2,
.footer-brands .footer-brand a svg.svg-brand .svg-tmi-1,
.footer-brands .footer-brand a svg.svg-brand .svg-tmi-2,
.footer-brands .footer-brand a svg.svg-brand .svg-nrvt-2,
.footer-brands .footer-brand a svg.svg-brand .svg-scvm-1,
.footer-brands .footer-brand a svg.svg-brand .svg-scvm-2,
.footer-brands .footer-brand a svg.svg-brand .svg-scvm-3,
.footer-brands .footer-brand a svg.svg-brand .svg-scvm-4,
.footer-brands .footer-brand a svg.svg-brand .svg-vastgoedpro-1,
.footer-brands .footer-brand a svg.svg-brand .svg-vastgoedpro-2,
.footer-brands .footer-brand a svg.svg-brand .svg-qualis-1,
.footer-brands .footer-brand a svg.svg-brand .svg-qualis-2 {
    fill: #a2a2a2;
}

.footer-brands .footer-brand a svg.svg-brand .svg-nwwi-3 {
    fill: #a2a2a2;
    opacity: .4;
}

.footer-brands .footer-brand a svg.svg-brand .svg-vbo-1,
.footer-brands .footer-brand a svg.svg-brand .svg-funda-2,
.footer-brands .footer-brand a svg.svg-brand .svg-funda-ib-2,
.footer-brands .footer-brand a svg.svg-brand .svg-nwwi-1,
.footer-brands .footer-brand a svg.svg-brand .svg-qualis-3 {
    fill: transparent;
}

@media (max-width: 767.98px) {
    .footer-brands .footer-brand.footer-brand {
        margin-bottom: 1rem;
    }

    .footer-brands .footer-brand.footer-brand-5,
    .footer-brands .footer-brand.footer-brand-6 {
        margin-bottom: 0;
    }

    .footer-brands .footer-brand.footer-brand-2 a,
    .footer-brands .footer-brand.footer-brand-4 a {
        border-right: 0;
    }
}


/* Footer */

.footer .img-footer {
    max-width: 200px;
}

.footer {
    background-color: #000;
}

.footer h5 {
    letter-spacing: 2.75px;
    font-family: 'Lora', serif;
    font-size: .9rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.footer li {
    line-height: 2.4;
    font-size: .8rem;
    color: rgba(255, 255, 255, .7);
}

.footer li a {
    color: rgba(255, 255, 255, .7);
}

.footer li a:hover {
    color: rgba(255, 255, 255, 1);   
}


.footer a.svg-rounded {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .7);
}

.footer svg.svg-social .svg-facebook,
.footer svg.svg-social .svg-twitter,
.footer svg.svg-social .svg-linkedin,
.footer svg.svg-social .svg-youtube,
.footer svg.svg-social .svg-instagram,
.footer svg.svg-social .svg-whatsapp {
    max-height: 16px;
    fill: rgba(255, 255, 255, 1);
}

.footer a.svg-rounded:hover,
.footer a.svg-rounded:focus {
    background-color: #fff;
    border-color: #fff;
    
}

.footer a:hover svg.svg-social .svg-facebook,
.footer a:hover svg.svg-social .svg-twitter,
.footer a:hover svg.svg-social .svg-linkedin,
.footer a:hover svg.svg-social .svg-youtube,
.footer a:hover svg.svg-social .svg-instagram,
.footer a:hover svg.svg-social .svg-whatsapp {
    fill: #000;
}

.footer-copyright {
    background-color: #000;
    text-align: center;
    font-size: 0.8rem;
}

.footer-copyright a:hover,
.footer-copyright a:focus,
.footer-copyright a:active {
    color: #fff;
}

/* CTA start */

.cta-bottom.py-15 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

.cta-bottom .card-arrow .card-header, .cta-bottom .card-arrow .card-footer, .cta-bottom .card-arrow .card-body {
    padding-right: 4rem;
}

.cta-bottom .card-body {
    flex: 1 1 auto;
    padding: 2.5rem 2.5rem;
}

.cta-bottom .cta-1 .card-body {
    background-color: #4792A5;
}

.cta-bottom .cta-2 .card-body {
    background-color: #C38439;
}

.cta-bottom .cta-3 .card-body {
    background-color: #7C1E35;
}

.home .cta-bottom.bg-grey {
    background-color: #fff!important;
}

.home .cta-bottom {
    margin-top: 0!important;
}

/* CTA end */


/* Employees start */

.gnr-employee .fa-linkedin {
    color: #dcb359;
}

.gnr-employees-01 .gnr-employee-content-picture {
    height: 500px;
}

.gnr-employees-01 .gnr-employee-content-picture .gnr-employee-info {
    bottom: 0;
    left: 0;
}

.gnr-employees-01 .gnr-employee-content-picture .gnr-employee-info:before {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    content: '';
    z-index: 0;
}

.gnr-employee-name {
    font-size: 1.1rem;
    font-weight: 600;
}

/* Employees end */