/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: "poppins" !important;
}

html {
    scroll-behavior: smooth;
}

.d-block {
    display: block;
}

.d-none {
    display: none;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.overflow-xy-hidden {
    overflow: hidden !important;
}

@media (max-width: 1024px) {
    .g-hidden-tablet {
        display: none !important;
    }
}

.g-visible-tablet {
    display: none !important;
}

@media (max-width: 1024px) {
    .g-visible-tablet {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .g-visible-tablet:not(.v-mobile) {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .g-hidden-mobile {
        display: none !important;
    }
}

.g-visible-mobile {
    display: none !important;
}

@media (max-width: 767px) {
    .g-visible-mobile {
        display: block !important;
    }
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.z-index-1 {
    position: relative;
    z-index: 5;
}

.position-relative {
    position: relative;
}

.g-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.g-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.g-mx-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.g-mx-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}

.g-mx-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.g-mt-1 {
    margin-top: 1rem !important;
}

.g-mt-2 {
    margin-top: 2rem !important;
}

.g-mt-3 {
    margin-top: 3rem !important;
}

.g-mt-4 {
    margin-top: 4rem !important;
}

.g-mt-5 {
    margin-top: 5rem !important;
}

.g-mt-6 {
    margin-top: 6rem !important;
}

.g-mt-7 {
    margin-top: 7rem !important;
}

.g-mt-8 {
    margin-top: 8rem !important;
}

.g-mb-1 {
    margin-bottom: 1rem !important;
}

.g-mb-2 {
    margin-bottom: 2rem !important;
}

.g-mb-3 {
    margin-bottom: 3rem !important;
}

.g-mb-4 {
    margin-bottom: 4rem !important;
}

.g-mb-5 {
    margin-bottom: 5rem !important;
}

.g-mb-6 {
    margin-bottom: 6rem !important;
}

.g-mb-7 {
    margin-bottom: 7rem !important;
}

.g-mb-8 {
    margin-bottom: 8rem !important;
}

.g-pt-10 {
    padding-top: 10px !important;
}

.g-pb-10 {
    padding-bottom: 10px !important;
}

.g-mt-10 {
    margin-top: 10px !important;
}

.g-mb-10 {
    margin-bottom: 10px !important;
}

@media (max-width: 767px) {
    .g-pt-10 {
        padding-top: 10px !important;
    }

    .g-pb-10 {
        padding-bottom: 10px !important;
    }

    .g-mt-10 {
        margin-top: 10px !important;
    }

    .g-mb-10 {
        margin-bottom: 10px !important;
    }
}

.g-pt-30 {
    padding-top: 30px !important;
}

.g-pb-30 {
    padding-bottom: 30px !important;
}

.g-mt-30 {
    margin-top: 30px !important;
}

.g-mb-30 {
    margin-bottom: 30px !important;
}

@media (max-width: 767px) {
    .g-pt-30 {
        padding-top: 0px !important;
    }

    .g-pb-30 {
        padding-bottom: 0px !important;
    }

    .g-mt-30 {
        margin-top: 0px !important;
    }

    .g-mb-30 {
        margin-bottom: 0px !important;
    }
}

.g-pt-40 {
    padding-top: 40px !important;
}

.g-pb-40 {
    padding-bottom: 40px !important;
}

.g-mt-40 {
    margin-top: 40px !important;
}

.g-mb-40 {
    margin-bottom: 40px !important;
}

@media (max-width: 767px) {
    .g-pt-40 {
        padding-top: 10px !important;
    }

    .g-pb-40 {
        padding-bottom: 10px !important;
    }

    .g-mt-40 {
        margin-top: 10px !important;
    }

    .g-mb-40 {
        margin-bottom: 10px !important;
    }
}

.g-pt-60 {
    padding-top: 60px !important;
}

.g-pb-60 {
    padding-bottom: 60px !important;
}

.g-mt-60 {
    margin-top: 60px !important;
}

.g-mb-60 {
    margin-bottom: 60px !important;
}

@media (max-width: 767px) {
    .g-pt-60 {
        padding-top: 30px !important;
    }

    .g-pb-60 {
        padding-bottom: 30px !important;
    }

    .g-mt-60 {
        margin-top: 30px !important;
    }

    .g-mb-60 {
        margin-bottom: 30px !important;
    }
}

.g-pt-70 {
    padding-top: 70px !important;
}

.g-pb-70 {
    padding-bottom: 70px !important;
}

.g-mt-70 {
    margin-top: 70px !important;
}

.g-mb-70 {
    margin-bottom: 70px !important;
}

@media (max-width: 767px) {
    .g-pt-70 {
        padding-top: 40px !important;
    }

    .g-pb-70 {
        padding-bottom: 40px !important;
    }

    .g-mt-70 {
        margin-top: 40px !important;
    }

    .g-mb-70 {
        margin-bottom: 40px !important;
    }
}

.g-pt-90 {
    padding-top: 90px !important;
}

.g-pb-90 {
    padding-bottom: 90px !important;
}

.g-mt-90 {
    margin-top: 90px !important;
}

.g-mb-90 {
    margin-bottom: 90px !important;
}

@media (max-width: 767px) {
    .g-pt-90 {
        padding-top: 60px !important;
    }

    .g-pb-90 {
        padding-bottom: 60px !important;
    }

    .g-mt-90 {
        margin-top: 60px !important;
    }

    .g-mb-90 {
        margin-bottom: 60px !important;
    }
}

.g-pt-100 {
    padding-top: 100px !important;
}

.g-pb-100 {
    padding-bottom: 100px !important;
}

.g-mt-100 {
    margin-top: 100px !important;
}

.g-mb-100 {
    margin-bottom: 100px !important;
}

@media (max-width: 767px) {
    .g-pt-100 {
        padding-top: 70px !important;
    }

    .g-pb-100 {
        padding-bottom: 70px !important;
    }

    .g-mt-100 {
        margin-top: 70px !important;
    }

    .g-mb-100 {
        margin-bottom: 70px !important;
    }
}

.g-pt-140 {
    padding-top: 140px !important;
}

.g-pb-140 {
    padding-bottom: 140px !important;
}

.g-mt-140 {
    margin-top: 140px !important;
}

.g-mb-140 {
    margin-bottom: 140px !important;
}

@media (max-width: 767px) {
    .g-pt-140 {
        padding-top: 110px !important;
    }

    .g-pb-140 {
        padding-bottom: 110px !important;
    }

    .g-mt-140 {
        margin-top: 110px !important;
    }

    .g-mb-140 {
        margin-bottom: 110px !important;
    }
}

.g-pt-170 {
    padding-top: 170px !important;
}

.g-pb-170 {
    padding-bottom: 170px !important;
}

.g-mt-170 {
    margin-top: 170px !important;
}

.g-mb-170 {
    margin-bottom: 170px !important;
}

@media (max-width: 767px) {
    .g-pt-170 {
        padding-top: 140px !important;
    }

    .g-pb-170 {
        padding-bottom: 140px !important;
    }

    .g-mt-170 {
        margin-top: 140px !important;
    }

    .g-mb-170 {
        margin-bottom: 140px !important;
    }
}

.g-pt-190 {
    padding-top: 190px !important;
}

.g-pb-190 {
    padding-bottom: 190px !important;
}

.g-mt-190 {
    margin-top: 190px !important;
}

.g-mb-190 {
    margin-bottom: 190px !important;
}

@media (max-width: 767px) {
    .g-pt-190 {
        padding-top: 160px !important;
    }

    .g-pb-190 {
        padding-bottom: 160px !important;
    }

    .g-mt-190 {
        margin-top: 160px !important;
    }

    .g-mb-190 {
        margin-bottom: 160px !important;
    }
}

.g-pt-200 {
    padding-top: 200px !important;
}

.g-pb-200 {
    padding-bottom: 200px !important;
}

.g-mt-200 {
    margin-top: 200px !important;
}

.g-mb-200 {
    margin-bottom: 200px !important;
}

@media (max-width: 767px) {
    .g-pt-200 {
        padding-top: 170px !important;
    }

    .g-pb-200 {
        padding-bottom: 170px !important;
    }

    .g-mt-200 {
        margin-top: 170px !important;
    }

    .g-mb-200 {
        margin-bottom: 170px !important;
    }
}

.section-move-up-20 {
    margin-top: -20% !important;
}

.btn-brand-color,
.btn-brand-color:focus,
.btn-brand-color:hover,
.btn-brand-color:active {
    background-image: none !important;
    background-repeat: repeat-x;
    border: 0px !important;
    color: #fff;
    background-color: var(--primary-color) !important;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-brand-color:focus,
.btn-brand-color:hover,
.btn-brand-color:active {
    background-color: var(--primary-color-hover) !important;
}

.bg-g-secondary {
    background-color: var(--color-gray);
}

.container-fluid.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.border-x {
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}

.border-x-top {
    border-top: 1px solid var(--primary-color);
}

.border-xy {
    border: 1px solid var(--primary-color);
}

.rounded {
    border-radius: 60px;
}

.rounded.square {
    border-radius: 40px;
}

/* Tweak to fix same height column */
.row.row-fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.row-fix > [class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 767px) {
    .reverse-on-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

/* adjust container */
.container {
    padding: 0px;
}

.container.expand {
    /* adjust container */
}

@media (min-width: 1860px) {
    .container.expand {
        width: 1660px;
        max-width: 1660px;
    }
}

@media (max-width: 991px) {
    .container.expand {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .container.expand {
        max-width: 95%;
    }

    .image--splitter img {
        object-fit: cover;
        max-height: 50px;
        margin-bottom: 40px;
    }
}

.g-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.g-container-fluid .container.expand {
    /* adjust container */
}

@media (max-width: 768px) {
    .g-container-fluid .container.expand {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .g-container .col-sm-12 {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .g-container .col-sm-6 {
        max-width: 50% !important;
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .g-container .col-full-mobile {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

.g-container ul li:before {
    display: none !important;
}

.g-container a:after {
    display: none !important;
}

.g-container h1, .g-container h2, .g-container h3, .g-container h4, .g-container h5, .g-container h6, .g-container p, .g-container div, .g-container ul {
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 1.3;
    font-weight: 100;
}

.g-container h5 {
    font-size: 18px;
}

.bg-history {
    background-color: #bba58c;
}

.bg-history h2 {
    color: white;
}

.bg-history p {
    color: white;
}

.g-why-mirvac-container h4 {
    color: #bba58c;
    letter-spacing: 1px !important;
    padding-bottom: 25px;
}

.image-gallery .card__text {
    display: none;
}

.image-gallery .image-gallery__dots-container {
    display: none;
}

.block-500-desktop {
    max-width: 500px;
    padding-left: 80px;
}

.block-500-desktop h2 {
    font-size: 50px;
}

.image-gallery__prev, .image-gallery__next {
    font-size: 26px;
}

/* ----------------------------------------------
 * SMALL BLOCKS
 * ---------------------------------------------- */

.auto-margin {
    margin: auto;
}

.max-width-80 {
    max-width: 80%;
}

.max-width-400 {
    max-width: 400px;
}

.max-width-500 {
    max-width: 500px;
}

.max-width-600 {
    max-width: 600px;
}

.max-width-text-block,
.max-width-800 {
    max-width: 800px;
}

.max-width-900 {
    max-width: 900px;
}

@media (max-width: 767px) {
    /*.image-gallery__prev, .image-gallery__next {
      top: 112%;
    }*/
    .image-gallery__prev, .image-gallery__next {
        top: 35%;
    }

    .max-full-width-mobile {
        max-width: 100%;
    }

    .max-width-800 {
        padding: 0px 20px;
    }

    .bg-history h2 {
        font-size: 43px;
    }

    .block-500-desktop {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .max-full-width-tabletmd {
        max-width: 100%;
    }
}

.min-height-600 {
    min-height: 600px;
}

.center-x-content {
    margin-left: auto;
    margin-right: auto;
}

.align-right-content {
    margin-left: auto;
}

.g-line-small-y {
    height: 180px;
    width: 2px;
    margin: 0 auto;
    background: linear-gradient(#ce8e60 0%, #d39567 11.26%, #e4ab7c 28.56%, #ffce9f 49.55%, #f4bf90 58.96%, #d89b6d 85.72%, #ce8e60 100%) !important;

}

.g-line-small-y.g-move-top {
    margin-top: -90px;
}

@media (max-width: 640px) {
    .g-line-small-y.g-move-top {
        margin-top: -65px;
    }

    .g-line-small-y {
        height: 140px;
    }
}

.g-line-small-y.g-move-bottom {
    position: relative;
    bottom: -90px;
}

.g-line-small-y.g-line-width-2 {
    width: 2px;
}

/* ----------------------------------------------
 * TABS
 * ---------------------------------------------- */

@media (max-width: 1024px) {
    .g-menu-container .g-menu-wrapper {
        max-width: 500px;
        margin: 0 auto;
        position: relative;
    }
}

.g-menu-container ul {
    list-style: none;
    text-align: center;
    padding: 0px;
}

.g-menu-container ul.responsive-visible {
    display: none;
    margin: 0;
}

.g-menu-container ul.g-menu-ul {
    -webkit-animation: g-fade-in 0.3s;
    animation: g-fade-in 0.3s;
}

.g-menu-container ul.g-menu-ul li {
    display: inline-block;
    padding: 0 20px;
}

.coloured {
    background: #bba58c;
}

.coloured h5, .coloured h1, .coloured p {
    color: white;
}

@media (max-width: 1024px) {
    .g-menu-container ul.g-menu-ul li {
        padding: 0 10px;
    }
}

.g-menu-container ul.g-menu-ul li a, .g-menu-container ul.g-menu-ul li a:hover, .g-menu-container ul.g-menu-ul li a:focus {
    padding: 10px 20px;
    color: var(--color-black);
    text-decoration: none;
}

.g-menu-container ul.g-menu-ul li a.active {
    border-bottom: 3px solid var(--primary-color);
}

@media (max-width: 1024px) {
    .g-menu-container ul.g-menu-ul li a {
        border-bottom-width: 0px !important;
    }
}

@media (max-width: 1024px) {
    .g-menu-container ul.responsive-visible {
        display: block;
    }

    .g-menu-container ul.responsive-visible li a {
        display: block;
        padding: 12px 10px;
        border-bottom: 3px solid var(--primary-color);
        text-decoration: none;
        color: var(--color-black);
        font-weight: bold;
    }

    .g-menu-container ul.responsive-visible li a .arrow {
        height: 30px;
        line-height: 30px;
        width: 30px;
        position: absolute;
        right: 3px;
        top: 10px;
    }

    .g-menu-container ul.responsive-visible li a .arrow svg {
        display: block;
        height: 100%;
        width: 100%;
    }

    .g-menu-container ul.g-menu-ul {
        position: absolute;
        background: white;
        z-index: 12;
        display: none;
        width: 100%;
    }

    .g-menu-container ul.g-menu-ul li {
        width: 100%;
        float: left;
        padding: 2px 0px;
    }

    .g-menu-container ul.g-menu-ul li:not(:last-child) {
        border-bottom: 1px solid #eee;
    }

    .g-menu-container ul.g-menu-ul li a {
        display: block;
    }

    .g-menu-container ul.g-menu-ul li a:hover, .g-menu-container ul.g-menu-ul li a:focus {
        color: white;
        background-color: var(--color-darkblue);
    }
}

.g-tab-container {
    display: none;
    -webkit-animation: g-fade-in 0.3s;
    animation: g-fade-in 0.3s;
}

@media (max-width: 640px) {
    .g-tab-container h2 {
        margin-top: 50px;
    }
}

/* ----------------------------------------------
 * LINES
 * ---------------------------------------------- */
.g-line-slant {
    position: absolute;
    height: 100%;
    width: 100%;
}

@media (max-width: 991px) {
    .g-line-slant {
        display: none;
    }
}

.g-line-slant.backward .line {
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    -webkit-transform: rotate(-31deg);
    -khtml-transform: rotate(-31deg);
    transform: rotate(-31deg);
}

.g-line-slant.forward .line {
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(35deg);
    -khtml-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transform-origin: top left;
    -khtml-transform-origin: top left;
    transform-origin: top left;
}

.g-line-slant.forward-bottom .line {
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(35deg);
    -khtml-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transform-origin: bottom right;
    -khtml-transform-origin: bottom right;
    transform-origin: bottom right;
}

.video-player {
    position: relative;
}

.video-player .play-btn {
    position: absolute;
    width: 120px;
    height: 120px;
    background-image: url("https://i.ibb.co/p1kt1bh/playbtn.png");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .video-player .play-btn {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 767px) {
    .video-player .play-btn {
        width: 70px;
        height: 70px;
    }
}

* SERVICES COLIUMNS

(
Section #6

)
* ----------------------------------------------------------- *

/
.g-services-columns-container {
    position: relative;
    background-color: #E8A479;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 1;
}

.g-services-columns-container .g-services-columns-background-animate {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #E8A479 !important;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.g-services-columns-container .g-services-columns-background-animate:hover {
    -webkit-transform: scaleY(1.8);
    transform: scaleY(1.8);
}

.g-services-columns-container:hover .g-services-columns-background-animate {
    -webkit-transform: scaleY(2);
    transform: scaleY(2);
}

.g-services-columns-container .g-services-columns ul {
    list-style-type: none;
    text-align: center;
    padding: 0 !important;
    margin: auto;
    max-width: 1660px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.g-services-columns-container .g-services-columns ul li {
    display: inline-block;
    display: inline-table;
    padding: 0 10px;
    width: 14%;
    position: relative;
}

.g-services-columns-container .g-services-columns ul li:before {
    display: none !important;
}

.g-services-columns-container .g-services-columns ul li:not(:last-child)::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='2' height='189' viewBox='0 0 2 189'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23ce8e60' stop-opacity='0'/%3E%3Cstop offset='0.113' stop-color='%23d39567' stop-opacity='0.494'/%3E%3Cstop offset='0.286' stop-color='%23e4ab7c'/%3E%3Cstop offset='0.495' stop-color='%23ffce9f'/%3E%3Cstop offset='0.59' stop-color='%23f4bf90'/%3E%3Cstop offset='0.857' stop-color='%23d89b6d' stop-opacity='0.506'/%3E%3Cstop offset='1' stop-color='%23ce8e60' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect id='Rectangle_2475' data-name='Rectangle 2475' width='2' height='189' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    right: -5px;
    top: 0;
}

.links p {
    border-bottom: 1px solid white;
    margin-bottom: 15px;
    position: relative;
}

.links p::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0px;
    top: 10px;
    background-size: contain;
    background-image: url("./images/white-arrow.svg");
    background-repeat: no-repeat;
}

.link-single {
    margin-top: 15px !important;
    position: relative;
    width: max-content;
}

.link-single a {
    font-weight: bold;
    text-transform: uppercase;
}

.link-single::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    right: -27px;
    top: 7px;
    background-size: contain;
    background-image: url("./images/arrow-right-brown.svg");
    background-repeat: no-repeat;
}

@media (max-width: 1280px) {
    .g-services-columns-container .g-services-columns ul li {
        width: 24%;
        margin-bottom: 18px;
    }

    .g-services-columns-container .g-services-columns ul li:nth-child(4)::after {
        background-image: none;
    }
}

@media (max-width: 767px) {
    .g-services-columns-container .g-services-columns ul li {
        width: 49%;
        margin-bottom: 18px;
    }

    .g-services-columns-container .g-services-columns ul li:nth-child(even)::after {
        background-image: none;
    }
}

.g-services-columns-container .g-services-columns ul li .item {
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: block;
}

.g-services-columns-container .g-services-columns ul li .item p, .g-services-columns-container .g-services-columns ul li .item div {
    color: white;
}

@media (max-width: 640px) {
    .g-services-columns-container .g-services-columns ul li .item p, .g-services-columns-container .g-services-columns ul li .item div {
        margin-top: 3px !important;
    }
}

.g-services-columns-container .g-services-columns ul li .item .icon img {
    max-width: 95px;
}

.g-services-columns-container .g-services-columns ul li .item.hover-view {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-animation: opacity 1s ease-out;
    animation: opacity 1s ease-out;
    z-index: 1;
    width: 94%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .g-services-columns-container .g-services-columns ul li .item.hover-view {
        background-color: var(--color-darkblue);
    }
}

.g-services-columns-container .g-services-columns ul li .item.hover-view .item-desc {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    line-height: 18px;
    font-size: 11px !important;
}

.g-services-columns-container .g-services-columns ul li .item.hover-view .item-desc span {
    max-height: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.g-services-columns-container .g-services-columns ul li .item.hover-view a, .g-services-columns-container .g-services-columns ul li .item.hover-view a:hover, .g-services-columns-container .g-services-columns ul li .item.hover-view a:focus {
    color: white;
    text-decoration: underline;
    position: relative;
}

.g-services-columns-container .g-services-columns ul li:hover .primary-view {
    opacity: 0;
    visibility: hidden;
}

.g-services-columns-container .g-services-columns ul li:hover .hover-view {
    opacity: 1 !important;
    visibility: visible !important;
}

.g-services-columns-container .g-services-columns ul li:hover .hover-view .item-desc a {
    -webkit-animation: g-fade-up 3s ease-out forwards;
    animation: g-fade-up 3s ease-out forwards;
    animation-iteration-count: 1;
}

main h2, #content h2, .content h2 {
    font-weight: 100;
    margin-bottom: 25px;
    font-size: 3.5em;
}


.form span.field-validation-error span {
	padding-bottom: 30px !important;
}

main .input-wrapper.input-wrapper--text-area label {
	max-width: 85%;
	white-space: normal;
}

main .input-wrapper textarea {
    padding-top: 80px;
}

.checkbox-eoi {
	font-family: 'Roboto';
    color: var(--formLabelFontColor);
    font-size: var(--formLabelFontSize);
    padding-bottom: 20px;
}

.form [type="checkbox"]{
    margin-right: 10px;
    transform: scale(1.5);
}

.textarea-eoi-goods-services .input-wrapper--text-area {
  padding-top: 60px;
}

@media (max-width: 768px) and (min-width: 441px) {
  .textarea-eoi-goods-services .input-wrapper--text-area {
    padding-top: 120px;
  }
  .checkbox-eoi {
		font-size: 1.3em;
  }
}

@media (max-width: 440px) {
  .textarea-eoi-goods-services .input-wrapper--text-area {
    padding-top: 200px; 
  }
  .checkbox-eoi {
		font-size: 1em;
   }
}
