/* .section-header-new.newhome */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

.object-item .card-title small,
.object-status,
.section-office .object-item .card-title span.title,
.nav-subpages ul li a,
.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .archive-listing .post .entry-title, .tabs-list .tabs-tab a.collapsed .tab-heading, .h5, .h6 {
    font-weight: 600 !important;
}

.smh-nyproduktion h1 {
    font-size: 45px;
}

.newhome * {
    font-family: "Montserrat", Sans-serif;
}

.newhome .main {
    position: relative;
    overflow: hidden;
}

.section-header-new.newhome {
    min-height: 80px;
    background-color: transparent;
    box-shadow: none;
    transition: background-color 1s ease !important;
    padding: 0px 30px 0px 30px;
    z-index: 9999;
    hyphens: manual;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.section-header-new.newhome.white,
.page-scrolled .section-header-new.newhome {
    background-color: #FFFFFFDB;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.section-header-new.newhome .nav-main-toggle {
    background-color: #0000000d;
    position: absolute;
    right: 0;
    margin: 0;
}
.section-header-new.newhome .language-picker {
    top: 21px;
}
.section-header-new.newhome .header-wrapper {
    -webkit-text-size-adjust: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    hyphens: manual;
    box-sizing: border-box;
    /*display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    -webkit-box-align: center;
    /*align-items: center;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: min-height 1s ease !important;
    min-height: 80px;
    /*justify-content: space-between;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-header-new.newhome .logo-wrapper {
    width: 17%;
    /*display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section-header-new.newhome .logo-wrapper img {
    width: 144px;
}
.section-header-new.newhome.white .logo-wrapper img,
.page-scrolled .section-header-new.newhome .logo-wrapper img {
    content: url(/wp-content/themes/smh/images/newhome_logo_color.svg);
    transition: all 1s ease;
}

.section-header-new.newhome .nav-main {
    -webkit-text-size-adjust: 100%;
    --page-title-display: none;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    hyphens: manual;
    -webkit-box-direction: normal;
    box-sizing: border-box;
    /*display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition-duration: 0s;
    height: auto !important;
    transform: none !important;
}

.section-header-new.newhome .nav-main .btn-search {
    transform: none !important;
}
.section-header-new.newhome .nav-main ul {
    transform: none !important;
    -webkit-text-size-adjust: 100%;
    --page-title-display: none;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-weight: 400;
    color: #333;
    -webkit-font-smoothing: antialiased;
    hyphens: manual;
    -webkit-box-direction: normal;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    /*display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*flex-wrap: wrap;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    /*-webkit-box-pack: end;*/
    /*justify-content: flex-end;*/
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: auto !important;
}

.section-header-new.newhome .nav-main ul li {
    -webkit-text-size-adjust: 100%;
    --page-title-display: none;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-weight: 400;
    color: #333;
    -webkit-font-smoothing: antialiased;
    hyphens: manual;
    -webkit-box-direction: normal;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
    border-width: 0;
}

.section-header-new.newhome .nav-main ul li a {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;

    hyphens: manual;
    -webkit-box-direction: normal;
    list-style: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: transparent;
    box-sizing: border-box;
    box-shadow: none;
    text-decoration: none;
    position: relative;
    /*display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: center;*/
    /*align-items: center;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
    transition: .4s;
    padding: 13px 20px;
    white-space: nowrap;
    transition-duration: 0s;
    font-weight: var( --e-global-typography-primary-font-weight );
    font-family: "Montserrat", Sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
}
.section-header-new.newhome.white .nav-main ul li a,
.page-scrolled .section-header-new.newhome  .nav-main ul li a {
    color: #000;
}
.section-header-new.newhome .nav-main ul li:hover a {
    color: #dedbd5 !important;
}
/* .page-scrolled .section-header-new.newhome .nav-main ul li:hover a {
    color: #501E70 !important;
} */

.section-header-new.newhome.white .nav-main ul li:hover a,
.page-scrolled .section-header-new.newhome .nav-main ul li:hover a {
    color: #501E70 !important;
}

.section-header-new.newhome .btn-search {
    border: none;
    position: relative;
    /*display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: center;*/
    /*align-items: center;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-header-new.newhome .btn-search i {
    color: #FFFFFF;
    position: relative;
    /*display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: center;*/
    /*align-items: center;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-header-new.newhome.white .btn-search i,
.page-scrolled .section-header-new.newhome .btn-search i {
    color: #000;
}

.section-header-new.newhome .btn-search:hover i {
    color: #501E70 !important;
}

.newhome .scroll-wrapper {
    text-align:center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 9;
}
.newhome .scroll {
    font-size: 30px;
    color: #fff;
    -webkit-animation: scrolling 3s ease infinite;
    -moz-animation: scrolling 3s ease infinite;
    -o-animation: scrolling 3s  ease infinite;
    animation: scrolling 3s ease infinite;
}

@keyframes scrolling {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translate(0,40px);
    }

    100% {
        transform: translate(0);
    }
}

.container.image-text {
    position: relative;
    max-width: 1140px;
    width: 100%;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #DEDBD5;
    padding: 0;
}
.container.image-text .d-flex {
    /*display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.image-text-right .d-flex {
    flex-flow: row-reverse;
}

.image-holder-block {
    height: 560px;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-text .image-holder-block {
    width: 61%;
}
.image-text .right-block {
    width: 39%;
}

.image-text-left .d-flex {
    flex-flow: row-reverse;
}

.image-text .right-block {
    padding: 72px;
}
.image-text .right-block h2 {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 1px;
}
.image-text .right-block p {
    color: #3C3C3C;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}


a.button-link {

    box-sizing: border-box;
    display: inline-block;
    line-height: 1;
    text-align: center;
    transition: all .3s;
    box-shadow: none;
    text-decoration: none;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    fill: #3C3C3C;
    color: #3C3C3C;
    background-color: #DEDBD500;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #54595f;
}

a.button-link:focus,
a.button-link:hover {
    color: #454040 !important;
    background-color: #FFFFFF !important;
}

.divider {
    /*display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
}

.divider-separator {
    border-top: 2px solid #000;
    width: 30%;
}

.image-text .right-block > * {
    margin-top: 10px;
}

.call-to-action {
    /*height: 500px;*/
    min-height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.call-to-action .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px;
    /*display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.call-to-action .container .text {
    width: 42%;
    padding: 10px;
    -ms-flex-negative: 0;
    /*flex-shrink: 0;*/
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
}
.call-to-action * {
    color: #fff !important;
    border-color: #fff !important;
}
.call-to-action h2 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.call-to-action .container .text .divider {
    padding: 5px 0;
}

.call-to-action .container .text > * {
    margin-top: 0;
    margin-bottom: 20px;
}

footer.newhome {
    background-color: #dedbd5;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 5% 5% 0 5%;
}
.main-footer {
    padding-bottom: 3%;
}

footer.newhome section .row {
    max-width: 1140px;
    /*display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*justify-content: space-between;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

footer.newhome section .row .col {
    width: 33%;
    max-width: 33%;
    padding: 0 10px 10px;
}

footer.newhome .footer-logo {
    max-width: 100px;
    display: block;
}

@media (min-width: 1200px) {
    footer.newhome .footer-logo {
        max-width: 156px;
    }
}

footer.newhome .footer-logo img {
    width: 100%;
}

footer.newhome ul {
    padding: 0;
}

footer.newhome li {
    list-style: none;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    hyphens: manual;
    list-style-type: none;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
    /*display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: start;*/
    /*align-items: flex-start;*/
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: calc(10px/2);
    margin-top: calc(10px/2);
}

footer.newhome .icon-list-item a {
    color: #000000;
}

footer.newhome li span.icon-list-icon {
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    hyphens: manual;
    list-style-type: none;
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    box-sizing: border-box;
    /*flex-shrink: 0;*/
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

footer.newhome li span.icon-list-icon i {
    -webkit-text-size-adjust: 100%;
    hyphens: manual;
    list-style-type: none;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
    width: 1.25em;
    color: #000000;
    font-size: 14px;
}

footer.newhome li span.icon-list-text {
    -ms-flex-item-align: center;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
    hyphens: manual;
    list-style-type: none;
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    box-sizing: border-box;
    align-self: center;
    padding-left: 5px;
    display: inline-block;
    color: #000000;
}

footer.newhome .grid-item a::before {
    display: none;
}

footer.newhome h4 {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 25px;
    letter-spacing: 1px;
}

.newhome-footer-menu h4 {
    /* text-align: center; */
}

.newhome-footer-menu ul {
    /*display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*flex-direction: column;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*justify-content: center;*/
    /* -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
    /*align-items: center;*/
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; */
}

.newhome-footer-menu li {
    font-size: 14px;
    line-height: 22.5px;
    margin-bottom: 3px;
    padding: 0 !important;
}

.newhome-footer-menu li a {
    font-size: 14px;
    line-height: 22.5px;
    padding: 0 !important;
    color: #000;
}
.newhome-footer-menu li a:hover,
.newhome-footer-menu li a:focus {
    background-color: transparent !important;
    color: #501e70;
}

footer.newhome .grid-item {
    display: inline-block;
    margin-bottom: 0;
    word-break: break-word;
}

footer.newhome .grid-item span {
    display: none;
}

footer.newhome .grid-item a {
    background-color: #454040;
    -webkit-border-radius: 10%;
    border-radius: 10%;
    width: 30px;
    height: 30px;
    display: block;

    transition: all .3s;
    display: inline-flex;
    /*-webkit-box-align: center;*/
    /*align-items: center;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;

}

footer.newhome .d-flex {
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    line-height: 1;
    text-align: left;
    padding: 20px 0px 10px 0px;
}


footer.newhome .grid-item i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    color: #dedbd5;
}
footer.newhome .grid-item:hover i {
    color: #501e70;
}
footer.newhome .footer-offices {
    max-width: 1140px;
}
footer.newhome .divider-separator {
    max-width: 1140px;
    margin: 0 auto;
    border-bottom: 1px solid #454040;
    border-width: 0 0 1px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 5px;
}
footer.newhome .footer-offices-container {
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 10px 10px 10px;
    color: #454040;
}
footer.newhome .subscribe-footer p {
    -webkit-text-size-adjust: 100%;
    hyphens: manual;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    line-height: 1.6em;
    letter-spacing: -0.45px;
    margin-top: 0;
    margin-bottom: .9rem;
    box-sizing: border-box;
}
.video-with-text {
    position: relative;
    overflow: hidden;
    max-height: 1000px;
    margin-bottom: 30px;
}
.video-with-text .text-block {
    position: absolute;
    z-index: 3;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
}
.video-with-text h2 {
    -webkit-text-size-adjust: 100%;
    hyphens: manual;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1;
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 1px;
}
.video-with-text .secondary-text-wrap {
    overflow: hidden;
}
.video-with-text .secondary-text-wrap .secondary-text {
    /* display: none; */
    position: absolute;
    left: 0;
    right: 0;
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 34px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: translate(0, -100%);
    opacity: 0;
    /* -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s; */
    transition: all 0s ease;
}
.video-with-text .secondary-text-wrap .secondary-text.active {
    /* display: block; */
    opacity: 1;
    transform: translate(0, 0);
    transition: all 1s ease;
    /* transition: all 1s ease; */
    /* -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s; */
}

.video-with-text video {
    z-index: 1;
}

.video-background-overlay {
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 2;
}

.popup-balloone {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    /*top: 700px;*/
    /*right: 80px;*/
    top: calc(100% - 200px);
    right: auto;
    left: calc(50vw + 500px);
    transform: rotate(5deg);
    /*padding: 20px 5px;*/
    /*z-index: 99;*/
    z-index: 19;
    cursor: pointer;
    /*overflow: hidden;*/
    transition: transform 1s ease;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup-balloone:hover {
    /*transform: scale(1.1) rotate(5deg);*/
    /*transition: transform 1s ease;*/
}

.popup-balloone-inner {
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 1s ease;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    padding: 20px 5px;
}

.popup-balloone:hover .popup-balloone-inner {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.balloon-title {
    text-transform: uppercase;
    color: #fff;
    background-color: #4F1D70;
    padding: 2px 3px;
    /*display: block;*/
    display: inline-block;
    margin: 0 auto 10px;
    font-size: 12px;
    width: fit-content;
}

.balloon-text {
    color: #000;
    text-align: center;
    display: block;
    margin: 0 auto 10px;
    font-size: 14px;
    font-weight: 600;
}

.balloon-divider {
    display: block;
    margin: 0 auto;
    width: 30%;
    border-top: 1px solid #000;
}

.grid-colour-blocks {
    margin: 10px auto;
    max-width: 1140px;
    /*display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
    /*justify-content: space-between;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.grid-colour-block_three-holder,
.grid-colour-block {
    margin-bottom: 20px;
    /* padding-bottom: 20px; */
    position: relative;
    /*display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
/* .grid-colour-block:nth-child(even) {
    padding-left: 10px;
}
.grid-colour-block:nth-child(odd) {
    padding-right: 10px;
} */
.grid-colour-blocks_four .grid-colour-block {
    width: calc(50% - 10px);

}

.grid-colour-blocks_three .grid-colour-block_three-holder,
.grid-colour-blocks_three .grid-colour-block {
    width: calc(50% - 10px);
}
.grid-colour-blocks_two .grid-colour-block {
    width: calc(50% - 10px);
}

.grid-colour-block_three-holder {
    /*flex-wrap: wrap;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grid-colour-block_three-holder > .grid-colour-block {
    width: 100%;
}
.grid-colour-block_three-holder > .grid-colour-block:last-child {
    margin-bottom: 0;
}

.grid-colour-block_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background: #000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.grid-colour-block_purple .grid-colour-block_overlay {
    background-color: #501e70;
    opacity: 0.8;
}
.grid-colour-block_grey .grid-colour-block_overlay {
    background-color: #54595f;
    opacity: 0.8;
}
.grid-colour-block_white .grid-colour-block_overlay {
    background-color: #dedbd5;
    opacity: 0;
}
.grid-colour-block:hover .grid-colour-block_overlay {
    opacity: 1;
}
.grid-colour-block.grid-colour-block_white:hover .grid-colour-block_overlay {
    opacity: 0.6;
}
.grid-colour-block:hover .grid-colour-block_image img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.grid-colour-block_text {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 50px;
    overflow: auto;
    top: 0;
    left: 0;
}
.grid-colour-block_text::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
.grid-colour-block:hover .grid-colour-block_text::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.grid-colour-block_text-wrap {
    width: 100%;
    height: 100%;
}
.grid-colour-block:hover .grid-colour-block_text .grid-colour-block_text-wrap {
    /* border: 1px solid #fff;
    width: calc(100% - 2px);
    height: calc(100% - 2px); */
}
.grid-colour-block_text .grid-colour-block_title {
    text-align: center;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1.3em;
    letter-spacing: 1px;
    margin: 0;
    padding: 10% 0 10px 0;
}
.grid-colour-block_text .grid-colour-block_description {
    text-align: center;
    color: #000000;
    /* font-family: "Montserrat", Sans-serif; */
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    margin: 0px 30px 0px 30px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.grid-colour-block:hover .grid-colour-block_text .grid-colour-block_description {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.grid-colour-block:not(.grid-colour-block_white) .grid-colour-block_title,
.grid-colour-block:not(.grid-colour-block_white) .grid-colour-block_description {
    color: #fff;
}
.grid-colour-block_image {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.grid-colour-block_image img {
    max-width: none;
    width: calc(100% + 60px);
    /* height: 100%; */
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}
.grid-colour-block a {
    /*display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.review-sliders {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    color: #fff;
    font-family: "Montserrat", Sans-serif;
}

.review-slider-separator {
    padding: 15px 0;
    margin-bottom: 25px;
}
.review-slider-divider__text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.review-slider-divider__text::after,
.review-slider-divider__text::before {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #000;
}

.review-slider-divider__text::before {
    margin-right: 10px;
}

.review-slider-divider__text::after {
    margin-left: 10px;
}

.review-slider-divider__text {
    color: #54595f;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.review-slider {
    position: relative;
}
.review-slide {
    /*display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #dedbd5;
    position: relative;
}
.review-slide .slide-image-holder {
    /*display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
    position: relative;
}
.review-slide .review {
    /*display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 65%;
    /* flex-wrap: wrap; */
    padding: 90px;
    text-align: center;
    /*justify-content: center;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    /*align-items: center;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
}
.slide-image-second {
    display: none;
}

.review-slide:hover .slide-image-second {
    display: block;
}
.review-slide:hover .slide-image-first {
    display: none;
}

.person-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10px 10px 20px 10px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.3px;
}
.person-info .person-name {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.stars-holder {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
}
.stars-holder i {
    display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default;
    font-size: 14px;
}
.stars-holder i:not(:last-of-type) {
    margin-right: 3px;
}
.stars-holder i:not(.star-empty):before {
    content: "\002605";
}

.stars-holder i:before {
    content: "\e934";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: #f0ad4e;
    top: 0;
    left: 0;
}


.stars-holder i.star-empty:before {
    content: none
}
.star-5:before {
    width: 50%
}
.review-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.4em;
    letter-spacing: 1px;
    color: #000;
    text-transform: unset;
    margin-top: 0;
    margin-bottom: 0;
}
.review .divider {
    width: 100%;
    /*justify-content: center;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3px;
    padding: 22px 0;
}
.review .divider .divider-separator {
    /* border-top: 2px solid #fff; */
    width: 50%;
}
.review-position {
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.review-site {
    font-family: "Montserrat", Sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
}
.review-slider .slick-list {
    overflow: hidden;
}
.review-slider .slick-list .slick-track {
    display: inline-flex;
}
.review-slider .slick-prev svg,
.review-slider .slick-next svg {
    height: 30px;
    width: 30px;
    fill: #ffffff;
    fill: ('#ffffff');
}
.review-slider .slick-prev,
.review-slider .slick-next {
    border: none;
    background: #54595f;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    /* background-color: #111; */
    left: -15px;
    margin-top: -25px;
    cursor: pointer;
    text-align: center;
    z-index: 999;
    /*display: flex;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*align-items: center;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*justify-content: center;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: monospace;
}
.review-slider .slick-next {
    left: auto;
    right: -15px;
    /* transform: rotate(180deg); */
}

@media (max-width:1200px) {
    .section-header-new.newhome .language-picker {
        position: absolute;
        right: 64px;
        top: 0;
        bottom: 0;
        margin: 0;
        /*display: flex;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*justify-content: center;*/
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /*align-items: center;*/
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

	.section-header-new.newhome .nav-main,
    .section-header-new.newhome .nav-main ul {
        display: block;
        margin: 0;
    }

    .section-header-new.newhome .nav-main ul li a {
        /* font-weight: 600; */
        font-size: 15px;
    }

    .section-header-new.newhome .nav-main .btn-search {
        margin: 8px 0 0 20px;
        border: 2px solid #fff;
    }

	.section-header-new.newhome.white .btn-search i,
	.page-scrolled .section-header-new.newhome .btn-search i,
	.section-header-new.newhome.white .nav-main ul li a,
	.page-scrolled .section-header-new.newhome .nav-main ul li a {
		color: #fff;
	}
}

@media (max-width:1140px) {
    .review-sliders {
        padding: 0 15px;
    }

}
@media (max-width:995px) {

    .image-text-right .d-flex,
    .image-text-left .d-flex {
        flex-flow: column;
    }
    .container.image-text {
        margin-left: 15px;
        margin-right: 15px;
        width: auto;
    }
    .image-text .image-holder-block {
        width: 100%;
        height: 250px;
    }
    .image-text .right-block {
        width: 100%;
        padding: 30px;
    }
    .grid-colour-blocks_four .grid-colour-block,
    .grid-colour-blocks_three .grid-colour-block_three-holder,
    .grid-colour-blocks_three .grid-colour-block,
    .grid-colour-blocks_two .grid-colour-block {
        width: 100%;
    }
    .grid-colour-blocks {
        margin: 15px
    }
    .review-slide .slide-image-holder {
        width: 50%;
    }
    .review-slide .review {
        padding: 45px;
    }
}


@media (max-width:768px) {
    footer.newhome section .row {
        /*flex-wrap: wrap;*/
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer.newhome section .row .col {
        width: 50%;
        max-width: 50%;
    }
    .container.image-text .d-flex {
        /*flex-direction: column;*/
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-header-new.newhome .section-search {
        top: 80px;
    }

    .video-with-text h2 {
        font-size: 23px;
    }
    .video-with-text .secondary-text-wrap .secondary-text {
        font-size: 12px;
    }

    .popup-balloone {
        width: 129px;
        height: 129px;
        padding: 10px 5px;
        right: 5%;
    }
    .balloon-title {
        margin: 0 auto 5px;
        font-size: 10px;
    }
    .balloon-text {
        margin: 0 auto 5px;
        font-size: 12px;
    }
    .call-to-action .container .text {
        width: 70%
    }
    .review-slide .slide-image-holder {
        width: 100%;
        /*justify-content: center;*/
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
        max-height: 500px;
    }
    .review-slide .slide-image-holder img {
        /* height: 470px; */
        height: auto;
        /* max-height: 500px; */
        width: 100%;
    }
    .review-slide {
        flex-direction: column;
    }
    .review-slide .review {
        /* position: absolute;
        bottom: 0;
        right: 0;
        left: 0; */
        margin: 0 auto;
        padding: 10px;
        width: 100%;
    }
    .slide-image-holder .slide-image-first, .slide-image-holder .slide-image-second {
        max-height: 500px;
    }
    /* .review-slider .slick-list {
        height: 770px;
    } */
    /* .person-info {
        bottom: 230px;
    } */
}

@media (max-width:500px) {
    footer.newhome section .row {
        /*flex-wrap: wrap;*/
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer.newhome section .row .col {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    footer.newhome section li,
    footer.newhome section .row .col .footer-logo {
        margin: 0 auto;
        /*display: flex;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*justify-content: center;*/
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    footer.newhome .d-flex {
        text-align: center;
    }
    .grid-colour-block_text {
        padding: 20px;
    }
    .grid-colour-block_text .grid-colour-block_title {
        padding: 0 0 10px 0;
    }
    .grid-colour-block_text::before {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
    .section-header-new.newhome {
        padding: 0 15px;
        min-height: 60px;
    }

    .section-header-new.newhome .header-wrapper {
        min-height: 60px;
    }

    .popup-balloone {
        transform: translateY(100px);
    }

    .grid-colour-block_text .grid-colour-block_description {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .grid-colour-block_text-wrap {
        /*display: flex;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*flex-direction: column;*/
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /*justify-content: center;*/
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .call-to-action {
        background-position: left center;
    }
    .call-to-action .container .text {
        /* background-color: #501e7096; */
        margin: 0 auto;
    }
    .grid-colour-block {
        max-height: 227px;
    }
    footer.newhome .fa-building {
        display: none;
    }
}

@media (max-width:400px) {
    .grid-colour-block_text .grid-colour-block_title {
        font-size: 16px;
    }
    .grid-colour-block_text .grid-colour-block_description {
        font-size: 12px;
        margin: 0;
    }
    .review-title {
        font-size: 14px;
    }
    footer.newhome .main-footer,
    footer.newhome section .row .col {
        padding-left: 0;
        padding-right: 0;
    }
}


/* 2021.06.24 */
.slide-image-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.slide-image-holder .slide-image-first,
.slide-image-holder .slide-image-second {
    width: 100%;
}

.slide-image-holder .slide-image-first img,
.slide-image-holder .slide-image-second img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
}
/* 2021.06.24 */

button.close {
    z-index: 9;
}
