﻿body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    font-smooth: always;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.serif-text {
    font-family: 'Aleo', serif;
    font-weight: bold;
}

html,
body {
    height: 100%;
    background-color: #333;
}

    body.cover {
        display: -ms-flexbox;
        display: flex;
        color: #fff;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

nav {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #e6e6e6 !important;
}

    nav.navbar-hide {
        top: calc(-2rem - 96px);
    }

a.nav-link {
    outline: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-brand {
    text-align: center;
}

    .navbar-brand img {
        height: 54px;
    }

    .navbar-brand span {
        display: block;
        margin-top: 4px;
        color: #73aa4f;
        color: #598c3e;
        font-size: 8px;
        font-weight: 600;
    }

.nav-link {
    font-weight: 400;
    font-size: 14px;
    margin-right: 1rem;
    color: #333333 !important;
}

.nav-item:hover .nav-link {
    color: #73aa4f !important;
    color: #598c3e !important;
}

.nav-item.active .nav-link {
    color: #73aa4f !important;
    color: #598c3e !important;
    font-weight: 600;
}

.slide-container {
    position: relative;
    width: 100%;
    background: #fff;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 1rem 3rem;
    padding-top: calc(80px + 4rem + .3125rem * 2);
    min-height: 100vh;
    z-index: 1;
}

    .slide-container.with-overlay:after {
        box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background: rgba(0, 0, 0, .4);
    }

.desc {
    /*font-size: 18px;*/
}

@media (max-width: 767.98px) {
    .desc {
        font-size: 16px;
    }
}

.cover-container {
    position: relative;
    width: 100%;
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 1rem 3rem;
    padding-top: calc(54px + 1rem + .3125rem * 2);
    z-index: 1;
    min-height: 100vh;
}

    .cover-container.with-overlay:after {
        box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background: rgba(0, 0, 0, .4);
        background: -moz-linear-gradient(90deg, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0) 100%);
        background: linear-gradient(90deg, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    }

@media (max-width: 767.98px) {
    .cover-container,
    .slide-container {
        padding: 1rem;
    }

        .cover-container.top-container,
        .slide-container.top-container {
            padding-top: calc(80px + 3rem + .3125rem * 2);
        }
}

.color-green {
    color: #598c3e;
}

.color-white {
    color: #fff;
}

.green-subtitle {
    color: #598c3e;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    /*text-shadow: 1px 2px 3px rgba(115, 170, 79, 0.2);*/
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}

    .green-subtitle span.number {
        display: inline-flex;
        flex: none;
        width: 32px;
        height: 32px;
        font-size: 20px;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        margin-right: .5rem;
        color: #fff;
        background-color: #598c3e;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.green-header {
    color: #598c3e;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px rgba(115, 170, 79, 0.12);
}

.white-header {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px rgba(0,0,0,.2);
}

.text-shadow {
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.approach-box {
    width: 100%;
    font-weight: 500;
    background: #fff;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-left: -3rem;
    margin-bottom: 2rem;
    position: relative;
}

.approach-box-title {
    width: 250px;
    /*height: 110px;*/
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    padding: 1rem;
    display: flex;
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #598c3e;
    background: #598c3e;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.approach-box-desc {
    margin-left: 250px;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
    padding: 1rem;
    width: calc(100% - 250px);
    font-weight: normal;
    font-family: 'Aleo', serif;
}

.value-item {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}

.value-box {
    width: 100%;
    padding: 1.5rem;
    color: #fff;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.24);
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    text-align: justify;
    font-size: 15px;
    min-height: 160px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
    height: fit-content;
}

.value-arrow {
    -moz-transform: scale(-1) rotate(45deg);
    -ms-transform: scale(-1) rotate(45deg);
    -o-transform: scale(-1) rotate(45deg);
    -webkit-transform: scale(-1) rotate(45deg);
    transform: scale(-1) rotate(45deg);
    text-align: center;
}

.value-arrow-wrapper.aos-animate svg .draw-arrow {
    -webkit-animation-duration: 1.0s;
    animation-duration: 1.0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: draw;
    animation-name: draw;
}

.value-arrow {
    -moz-transform: scale(-1) rotate(10deg) translateY(-10px);
    -ms-transform: scale(-1) rotate(10deg) translateY(-10px);
    -o-transform: scale(-1) rotate(10deg) translateY(-10px);
    -webkit-transform: scale(-1) rotate(10deg) translateY(-10px);
    transform: scale(-1) rotate(10deg) translateY(-10px);
    text-align: center;
}

    .value-arrow svg {
        width: 75px;
        height: 75px;
        margin: 0 auto;
        -moz-filter: drop-shadow(0 0 2px rgba(0, 0, 0, .15));
        -ms-filter: drop-shadow(0 0 2px rgba(0, 0, 0, .15));
        -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, .15));
        filter: drop-shadow(0 0 2px rgba(0, 0, 0, .15));
    }

        .value-arrow svg .draw-arrow {
            stroke-width: 5;
            stroke: white;
            fill: none;
            stroke-dasharray: 400;
            stroke-dashoffset: 400;
            -webkit-animation-delay: .3s;
            animation-delay: .3s;
        }

            .value-arrow svg .draw-arrow.tail-1 {
                -webkit-animation-delay: .55s;
                animation-delay: .55s;
            }

            .value-arrow svg .draw-arrow.tail-2 {
                -webkit-animation-delay: .8s;
                animation-delay: .8s;
            }


    .value-arrow.no-2 svg .draw-arrow {
        -webkit-animation-delay: 1.6s;
        animation-delay: 1.6s;
    }

        .value-arrow.no-2 svg .draw-arrow.tail-1 {
            -webkit-animation-delay: 1.85s;
            animation-delay: 1.85s;
        }

        .value-arrow.no-2 svg .draw-arrow.tail-2 {
            -webkit-animation-delay: 2.1s;
            animation-delay: 2.1s;
        }

    .value-arrow.no-3 svg .draw-arrow {
        -webkit-animation-delay: 2.9s;
        animation-delay: 2.9s;
    }

        .value-arrow.no-3 svg .draw-arrow.tail-1 {
            -webkit-animation-delay: 3.15s;
            animation-delay: 3.15s;
        }

        .value-arrow.no-3 svg .draw-arrow.tail-2 {
            -webkit-animation-delay: 3.4s;
            animation-delay: 3.4s;
        }

@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.value-circle {
    display: inline-flex;
    width: 175px;
    height: 175px;
    background: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #73aa4f;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 100px;
    position: relative;
}

    .value-circle:after {
        content: '';
        width: 175px;
        height: 75px;
        background: url('../Images/root.png') no-repeat center center transparent;
        background-size: contain;
        position: absolute;
        bottom: -65px;
    }


.bold {
    font-weight: 600;
}

.btn-green {
    color: #fff;
    background: #73aa4f;
}

    .btn-green:hover,
    .btn-green:active,
    .btn-green:focus {
        color: #fff;
        background: #568f30;
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    }

.home-cover {
    display: block;
    width: 110%;
    height: 110%;
    position: absolute;
    left: -5%;
    top: -5%;
    right: 0;
    bottom: 0;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

footer p {
    font-size: 14px;
}

.dropdown-menu {
    width: fit-content;
}

@media only screen and (min-width:992px) {
    .dropdown-menu {
        display: block;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        -moz-transform: translate(-50%, 1rem);
        -ms-transform: translate(-50%, 1rem);
        -o-transform: translate(-50%, 1rem);
        -webkit-transform: translate(-50%, 1rem);
        transform: translate(-50%, 1rem);
        left: calc(50% - .5rem);
        opacity: 0;
        pointer-events: none;
    }

    .dropdown:hover .dropdown-menu {
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        left: calc(50% - .5rem);
        pointer-events: auto;
        opacity: 1;
    }

    .dropdown-submenu {
        position: relative !important;
    }

        .dropdown-submenu > .dropdown-menu {
            top: 0 !important;
            left: 100% !important;
            margin-top: -6px !important;
            margin-left: -1px !important;
            border-radius: 0 !important;
        }

        .dropdown-submenu:hover > .dropdown-menu {
            display: block !important;
        }

        .dropdown-submenu > a:after {
            display: block;
            content: "\f105";
            font-family: 'FontAwesome';
            margin-top: -18px;
            right: 15px;
            position: absolute;
            font-weight: 300;
        }
}

@media (min-width: 769px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }

    .dropdown-toggle:after {
        display: none !important;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.dropdown-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    -moz-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    padding: 0;
    min-width: auto;
    margin-top: -4px;
}

    .dropdown-menu .dropdown-item {
        font-size: 12px;
        font-weight: 400;
        /*border-top: 1.5px solid rgba(0, 0, 0, .4);
        border-top: 1.5px solid #808080;*/
        -moz-box-shadow: 0 -1px 0 #808080;
        -webkit-box-shadow: 0 -1px 0 #808080;
        box-shadow: 0 -1px 0 #808080;
        padding: .35rem 1rem;
        text-align: center;
        background-color: #fff;
    }

        .dropdown-menu .dropdown-item:last-child {
            /*border-bottom: 1.5px solid rgba(0, 0, 0, .4);
            border-bottom: 1.5px solid #808080;*/
            -moz-box-shadow: 0 -1px 0 #808080, 0 1px 0 #808080;
            -webkit-box-shadow: 0 -1px 0 #808080, 0 1px 0 #808080;
            box-shadow: 0 -1px 0 #808080, 0 1px 0 #808080;
        }

        .dropdown-menu .dropdown-item.active,
        .dropdown-menu .dropdown-item:active {
            color: #fff;
            text-decoration: none;
            background-color: #73aa4f;
        }

        .dropdown-menu .dropdown-item:hover {
            background-color: #FAFAFA;
        }
        .dropdown-menu .dropdown-item:focus{
            color: #333;
            background-color: #f3f3f3;
        }


a[title="Hosted on free web hosting 000webhost.com. Host your own website for FREE."] {
    display: none !important;
}


#loading-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000000000000;
    background: #00003f;
    background: #fff;
}

    #loading-overlay .loader-circle {
        position: relative;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 0 0 1px rgba(115, 170, 79, 0.1);
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #loading-overlay .loader-circle img {
            width: calc(100% - 2rem);
        }

    #loading-overlay .loader-line-mask {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 75px;
        height: 150px;
        margin-left: -75px;
        margin-top: -75px;
        overflow: hidden;
        -webkit-transform-origin: 75px 75px;
        -moz-transform-origin: 75px 75px;
        -ms-transform-origin: 75px 75px;
        -o-transform-origin: 75px 75px;
        transform-origin: 75px 75px;
        -webkit-mask-image: -webkit-linear-gradient(top, #fff, rgba(0, 0, 0, 0));
        -webkit-animation: rotate 1.2s infinite linear;
        -moz-animation: rotate 1.2s infinite linear;
        -o-animation: rotate 1.2s infinite linear;
        animation: rotate 1.2s infinite linear;
    }

        #loading-overlay .loader-line-mask .loader-line {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            box-shadow: inset 0 0 0 1px rgba(55, 160, 250, 0.72);
            box-shadow: inset 0 0 0 2px rgba(115, 170, 79, 0.72);
        }

    #loading-overlay h3 {
        display: inline-block;
        position: relative;
        color: rgba(55, 160, 250, 0.15);
        color: rgba(115, 170, 79, 0.15);
        font-weight: 300;
    }

        #loading-overlay h3:before {
            content: attr(data-text);
            position: absolute;
            overflow: hidden;
            width: 100%;
            white-space: nowrap;
            color: #fff;
            animation: loading 4s linear infinite;
        }

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        width: 0;
    }

    10% {
        width: 0;
    }

    50% {
        width: 100%;
    }

    60% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

.ribbon-wrapper {
    position: relative;
    z-index: 1;
    /*margin: 5% auto;*/
}

h1.post-title {
    visibility: hidden;
    width: 0;
    height: 0;
}

.ribbon {
    font-size: 20px !important;
    width: 64%;
    width: fit-content;
    position: relative;
    background: #ededed;
    color: rgba(0, 0, 0, .87);
    text-align: center;
    padding: .9em 2em;
    padding-left: 7.5rem;
    margin-bottom: 2rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .ribbon .ribbon-number {
        position: absolute;
        display: block;
        bottom: 16px;
        z-index: 2;
        left: 5px;
        -moz-transform: skewY(-20deg);
        -ms-transform: skewY(-20deg);
        -o-transform: skewY(-20deg);
        -webkit-transform: skewY(-20deg);
        transform: skewY(-20deg);
        width: 2em;
        height: 2em;
        font-size: 24px;
        font-weight: 600;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .ribbon:before {
        content: "";
        position: absolute;
        display: block;
        bottom: 13px;
        border: 1.5em solid #ededed;
        z-index: 2;
        left: 0;
        border-left-width: 3em;
        border-right-color: transparent;
        -moz-transform: skewY(-20deg);
        -ms-transform: skewY(-20deg);
        -o-transform: skewY(-20deg);
        -webkit-transform: skewY(-20deg);
        transform: skewY(-20deg);
        border-right-width: 16px;
        /*-moz-filter: drop-shadow(2px 0 2px rgba(0, 0, 0, .08));
        -ms-filter: drop-shadow(2px 0 2px rgba(0, 0, 0, .08));
        -webkit-filter: drop-shadow(2px 0 2px rgba(0, 0, 0, .08));
        filter: drop-shadow(2px 0 2px rgba(0, 0, 0, .08));*/
        -moz-border-radius: 2px 0 0 2px;
        -webkit-border-radius: 2px 0 0 2px;
        border-radius: 2px 0 0 2px;
    }

    .ribbon:after {
        content: "";
        position: absolute;
        display: block;
        bottom: 6px;
        border: 1.5em solid rgba(0, 0, 0, .06);
        z-index: 1;
        left: 2px;
        border-left-width: 3.75em;
        border-right-color: transparent;
        -moz-transform: skewY(-8deg);
        -ms-transform: skewY(-8deg);
        -o-transform: skewY(-8deg);
        -webkit-transform: skewY(-8deg);
        transform: skewY(-8deg);
        border-right-width: 16px;
        -moz-border-radius: 2px 0 0 2px;
        -webkit-border-radius: 2px 0 0 2px;
        border-radius: 2px 0 0 2px;
    }

.ribbon-wrapper.ribbon-green .ribbon {
    background: #598c3e;
    color: #fff;
    font-size: 24px !important;
    text-transform: uppercase;
    text-align: left;
    padding-left: 8rem;
}
    .ribbon-wrapper.ribbon-green .ribbon:before {
        border: 1.5em solid #73aa4f;
        border-left-width: 3em;
        border-right-color: transparent;
        border-right-width: 16px;
        bottom: 16px;
    }
    .ribbon-wrapper.ribbon-green .ribbon .ribbon-number {
        bottom: 23px;
        left: 8px;
        font-size: 24px;
    }

@media (max-width: 767.98px) {
    .ribbon {
        font-size: 16px !important;
        width: 100%;
        padding: .9em 1em !important;
        display: flex !important;
        -webkit-justify-content: start !important;
        justify-content: start !important;
        -webkit-align-items: center !important;
        align-items: center !important;
        margin-left: -1rem !important;
        width: calc(100% + 2rem);
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
    }

        .ribbon .ribbon-number {
            bottom: 44px;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            -webkit-transform: none;
            transform: none;
            left: 6px;
            font-size: 18px;
            position: relative !important;
            bottom: unset !important;
            left: unset !important;
            margin-right: 1rem;
        }

        .ribbon:before {
            bottom: 40px;
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            left: -8px;
            z-index: -1;
            display: none;
        }

        .ribbon:after {
            display: none;
        }
}

.grid-logos {
    text-align: left;
    /*display: flex;
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;*/
    
}

    .grid-logos img {
        max-height: 72px;
        margin-right: 3rem;
        margin-bottom: 2rem;
        float: left;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        background: #fff;
        padding: 4px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

        .grid-logos img:hover {
            -moz-transform: scale(2);
            -ms-transform: scale(2);
            -o-transform: scale(2);
            -webkit-transform: scale(2);
            transform: scale(2);
            -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
            -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
            box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
        }

        .grid-logos img:last-child {
            margin-right: 0;
        }

@media (max-width: 767.98px) {
    .grid-logos {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }
        .grid-logos img {
            margin-right: 0;
            width: 100%;
            -o-object-fit: contain;
            object-fit: contain;
        }
            .grid-logos img:hover {
                -moz-transform: none;
                -ms-transform: none;
                -o-transform: none;
                -webkit-transform: none;
                transform: none;
                -moz-filter: none;
                -webkit-filter: none;
                filter: none;
            }
}

@media (max-width: 767.98px) {
    .approach-box {
        margin-left: 0;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .approach-box-title {
        position: relative;
        width: 100%;
        border-radius: 1.5rem 1.5rem 0 0;
    }

    .approach-box-desc {
        margin-left: 0;
        width: 100%;
        height: auto;
    }
}

.tall-banner {
    background: #213640;
    width: 60%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: start;
    align-items: start;
    position: absolute;
    right: 0;
    top: -13rem;
    bottom: -10rem;
    padding-top: 10rem;
}

.tall-banner img{
    width: 60%;
    height: auto;
}

@media (max-width: 767.98px) {
    .tall-banner {
        background: #213640;
        width: 100%;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        padding: 1rem;
        border-radius: 1rem;
    }
        .tall-banner img {
            width: 50%;
            height: auto;
        }
}