.projects-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    margin: 50px 0 52px;
}

.projects-filter .left {
    display: flex;
    padding-top: 5px;
}

.filter-dropdown .dropdown-content {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    padding-left: 0;
    margin-bottom: 0;
    z-index: 1;
    background-color: #fff;
    box-shadow: 1px 2px 6px rgba(208, 206, 206, 0.5);
    padding: 0;
}

.projects-filter .filter-icon path {
    stroke: #7b7b7b;
}

.projects-filter .filter-icon {
    margin-right: 32px;
}

.filter-dropdown .dropdown-title {
    color: #7b7b7b;
    cursor: pointer;
}

.filter-dropdown .dropdown-title .selected-and-icon {
    display: inline-block;
    vertical-align: middle;
}

.filter-dropdown .dropdown-title path {
    fill: #029A3C;
    stroke: #029A3C;
}

.filter-dropdown .dropdown-title svg {
    margin-left: 6px;
}

.filter-dropdown {
    margin-right: 43px;
    position: relative;
}

.projects-filter .right button {
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0;
}

.projects-filter .right button:not(.active) {
    cursor: pointer;
}

.projects-filter #list-view {
    margin-right: 15px;
}

.projects-filter #list-view path {
    stroke: #A7DABF;
    fill: #A7DABF;
}

.projects-filter #list-view.active path,
.projects-filter #list-view:hover path {
    stroke: #029A3C;
    fill: #029A3C;
}

.projects-filter #grid-view path {
    stroke: #A7DABF;
}

.projects-filter #grid-view.active path,
.projects-filter #grid-view.hover path {
    stroke: #029A3C;
}

.project-list {
    padding: 0 31px;
}

.grid-view {
    column-count: 3;
    column-gap: 0px;
    padding-bottom: 222px;
}

.grid-view .project-item {
    position: relative;
    overflow: hidden;
}

.grid-view .project-item .background {
    width: 100%;
    height: auto;
    transition: all .5;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    min-height: 230px;
    object-fit: cover;
    object-position: center;
}

.grid-view .project-item:hover .background {
    transform: scale(1.05);
}

.grid-view .project-item .content {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(2, 154, 60, 0.74625653);
    text-decoration: none;
    padding: 39px 32px 35px;
    display: flex;
    opacity: 0;
}

.grid-view .project-item .content .top {
    margin-bottom: 29px;
}

.grid-view .project-item:hover .content {
    opacity: 1;
}

.grid-view .project-item .location {
    opacity: 0.90000004;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 0.92504185px;
    margin-bottom: 29px;
}

.grid-view .project-item .location.no-location {
    display: none;
}

.grid-view .project-item .name {
    opacity: 0.90000004;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.1563023px;
}

.grid-view .project-item .learn-more {
    margin: 0;
    opacity: 0.90000004;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.0406721px;
    text-align: left;
    max-width: 100%;
    width: max-content;
    padding: 0 65px 8px 2px;
}

.grid-view .project-item:hover .learn-more::after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.grid-view .project-item:hover .learn-more::before {
    opacity: 1;
    transition-delay: .25s;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.grid-view.project-list .project-item .sectors,
.grid-view.project-list .project-item .products,
.list-view-heading.hide,
.list-view.project-list .project-item .learn-more {
    display: none;
}

.loadmore-projects {
    text-align: center;
    padding: 0 31px 112px;
}

.loadmore-projects.hide {
    display: none;
}

.loadmore-projects button.link-arrow {
    max-width: 100%;
    width: max-content;
    margin: 0 auto;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0 2px 8px;
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.0406721px;
    transition: none;
}

.loadmore-projects.hide {
    display: none;
}

.loadmore-projects button.link-arrow:hover::before {
    right: -30px;
}

.list-view-heading {
    padding: 35px 31px;
    background-color: #F0F0F0;
}

.projects-filter .right button {
    padding: 0;
}

.list-view-heading {
    display: flex;
}

.list-view-heading .location-heading,
.list-view .project-item .location {
    width: 12.3%;
}

.list-view-heading .name-heading,
.list-view .project-item .name {
    width: 37.7%;
}

.list-view-heading .sector-heading,
.list-view .sectors {
    width: 25.1%;
}

.list-view-heading .product-heading,
.list-view .products {
    width: 24.9%;
}

.list-view .project-item .background {
    display: none;
}

.list-view .project-item .content .top {
    display: flex;
}

.list-view .project-item .content .top>*:not(:last-child) {
    padding-right: 15px;
}

.list-view .project-item .content {
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.92504185px;
    padding: 35px 0;
    position: relative;
    width: 100%;
}

.list-view .project-item .location {
    color: #818181;
}

.list-view .project-item .name {
    font-weight: 700;
    color: #029a3c;
    text-transform: uppercase;
}

.list-view .project-item .sectors,
.list-view .project-item .products {
    color: #000000;
}

.list-view .project-item .sectors .label,
.list-view .project-item .products .label {
    display: none;
}

.list-view .project-item .content:hover .location,
.list-view .project-item .content:hover .sectors,
.list-view .project-item .content:hover .products {
    color: #029a3c;
}

.list-view .project-item {
    border-bottom: 1px solid #d7d7d7;
}

.list-view .project-item .sectors .sector-item:not(:last-child),
.list-view .project-item .products .product-item:not(:last-child) {
    margin-bottom: 16px;
}

.list-view {
    padding-bottom: 125px;
}

.ajax-loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, .7);
    display: none;
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 6px #fff solid;
    border-top: 6px #029A3C solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

.filter-dropdown .dropdown-content .dropdown-item {
    padding: 0;
    color: #7b7b7b;
    line-height: 48px;
    cursor: pointer;
    padding: 0 20px;
    font-size: 16px;
    font-family: 'Barlow';
    letter-spacing: 0.92504185px;
}

.projects-filter .filter-icon {
    color: #7b7b7b;
}

.projects-filter .left .filter-wrapper {
    display: flex;
}

.not-scroll {
    height: 100vh;
    overflow: hidden;
}

.not-scroll .header,
.not-scroll #back-to-top {
    display: none;
}

.filter-dropdown .dropdown-content .dropdown-item:hover {
    background-color: transparent;
}

.hide {
    display: none !important;
}

.project-not-found {
    text-align: center;
}

.project-not-found > * {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.0406721px;
}

.grid-view ~ .project-not-found {
    padding-bottom: 222px;
}

.list-view ~ .project-not-found {
    padding-bottom: 125px;
}

@media (min-width: 768px) {
    .text-mobile,
    .hide-desktop {
        display: none;
    }

    .filter-dropdown .dropdown-title:hover,
    .filter-dropdown.show .dropdown-title {
        color: #029A3C
    }

    .filter-dropdown .dropdown-content .dropdown-item:hover {
        color: #029A3C;
    }

    .filter-dropdown .dropdown-content .dropdown-item:first-child {
        padding-top: 10px;
    }

    .filter-dropdown .dropdown-content .dropdown-item:last-child {
        padding-bottom: 10px;
    }

    .filter-dropdown .dropdown-content {
        min-width: 241px;
    }

    .projects-filter .left {
        width: calc(100% - 85px);
    }
    
    .projects-filter .left .filter-wrapper {
        width: calc(100% - 54px);
    }
    
    .filter-wrapper > .filter-dropdown:nth-child(4) {
        margin-right: 0;
    }
    
    .filter-wrapper > .filter-dropdown {
        max-width: calc(100% / 3 - 29px);
    }
    
    .filter-dropdown .dropdown-title > .text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: calc(100% - 17px);
    }
    
    .filter-dropdown .dropdown-title {
        display: flex;
        align-items: center;
    }

    .filter-dropdown .dropdown-title svg {
        margin-top: 4px
    }

    .loadmore-projects button.link-arrow:hover {
        opacity: .5;
    }

    .loadmore-projects button.link-arrow:hover::after {
        transform: none;
    }

    .loadmore-projects button.link-arrow:hover::before {
        display: none;
    }

    .grid-view .project-item {
        transition: none;
        opacity: 1 !important;
        transform: none !important;
    }
}

@media (max-width: 1199.98px) {
    .projects-filter {
        padding: 0 31px;
    }

    .grid-view .project-item .content {
        padding: 25px;
    }

    .grid-view .project-item .location,
    .grid-view .project-item .content .top {
        margin-bottom: 25px;
    }
}

@media (max-width: 991.98px) {
    .projects-filter {
        margin: 40px 0;
        padding: 0 25px;
    }

    .projects-filter .left {
        padding-top: 0;
    }

    .project-list {
        padding-left: 25px;
        padding-right: 25px;
    }

    .grid-view {
        column-count: 2;
        padding-bottom: 80px;
    }

    .loadmore-projects {
        padding: 0 25px 120px;
    }

    .list-view {
        padding-bottom: 77px;
    }

    .grid-view ~ .project-not-found {
        padding-bottom: 80px;
    }
    
    .list-view ~ .project-not-found {
        padding-bottom: 77px;
    }
}

@media (max-width: 767.98px) {
    .list-view-heading {
        display: none;
    }

    .list-view .project-item {
        border: none;
    }

    .list-view .project-item:nth-child(even) {
        background-color: #F0F0F0;
    }

    .project-list.list-view {
        padding-left: 0;
        padding-right: 0;
    }

    .grid-view {
        column-count: 1;
        margin-top: 40px;
    }

    .grid-view .project-item .background {
        margin-bottom: 17px;
    }

    .grid-view .project-item:hover .background {
        transform: none;
    }

    .grid-view .project-item .content {
        position: static;
        padding: 0;
        opacity: 1;
        background-color: transparent;
    }

    .grid-view .project-item .location {
        color: #029a3c;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.81px;
        margin-bottom: 4px;
    }

    .grid-view .project-item .content .top {
        margin-bottom: 0;
    }

    .grid-view .project-item .name {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 1.0406721px;
        color: #000000;
    }

    .grid-view .project-item .learn-more {
        display: none;
    }

    .grid-view .project-item {
        margin-bottom: 38px;
    }

    .projects-filter {
        margin-bottom: 0;
    }

    .list-view .project-item .content .top {
        display: block;
    }

    .list-view .project-item .content .top>* {
        width: 100%;
    }

    .list-view .project-item .content .top>*:not(:last-child) {
        padding-right: 0;
    }

    .projects-filter {
        margin-bottom: 0;
    }

    .list-view .project-item .content {
        padding: 40px 25px;
    }

    .list-view .project-item .location {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.81px;
        margin-bottom: 12px;
    }

    .list-view .project-item .name {
        font-size: 17px;
        line-height: 20px;
        letter-spacing: 0.98px;
        margin-bottom: 18px;
    }

    .list-view .project-item .sectors .label,
    .list-view .project-item .products .label {
        display: block;
        font-size: 17px;
        line-height: 20px;
        letter-spacing: 0.982857px;
        margin-bottom: 9px;
    }

    .list-view .project-item .sector-item,
    .list-view .project-item .product-item {
        padding-left: 18px;
        position: relative;
        margin-bottom: 12px;
    }

    .list-view .project-item .sector-item::before,
    .list-view .project-item .product-item::before {
        content: '';
        display: block;
        background-color: #0082C8;
        width: 7px;
        height: 7px;
        position: absolute;
        top: 6px;
        left: 2px;
        border-radius: 50%;
    }

    .list-view .project-item .sectors {
        margin-bottom: 21px;
    }

    .list-view .location.no-location {
        display: none;
    }

    .list-view .project-item .sectors.empty,
    .list-view .project-item .products.empty {
        display: none;
    }

    .projects-filter .right button {
        height: 20px;
        width: 20px;
        vertical-align: middle;
    }

    .projects-filter .right button svg {
        height: 20px;
        width: auto;
    }

    .projects-filter .filter-icon {
        height: 20px;
    }

    .projects-filter .filter-icon svg {
        height: 20px;
        vertical-align: middle;
        margin-right: 7px;
    }

    .projects-filter .left .filter-wrapper,
    .filter-dropdown .dropdown-content {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 100%;
        background-color: #fff;
        z-index: 1;
        padding: 41px 25px 45px;
        transition: left .4s ease;
        display: block;
        z-index: 2;
    }

    .projects-filter .left .filter-wrapper.show,
    .filter-dropdown.show .dropdown-content {
        left: 0;
        transition: left .4s ease;
    }

    .filter-by .label {
        font-size: 20px;
        font-weight: 700;
        line-height: 37px;
        letter-spacing: 1.1563022px;
        background-image: url(../images/projects-arrow-left-black.svg);
        background-repeat: no-repeat;
        background-position: center left;
        background-size: 7.65px 16px;
        padding-left: 18px;
    }

    .filter-by .by {
        color: #818181;
        font-size: 17px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.982857px;
    }

    .filter-wrapper>.filter-by {
        border-bottom: 1px solid #d7d7d7;
    }

    .filter-dropdown {
        margin-right: 0;
    }

    .filter-dropdown .dropdown-title,
    .filter-dropdown .dropdown-content .dropdown-item {
        font-weight: 500;
        color: #000;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 22px 0;
        line-height: 19px;
        border-bottom: 1px solid #d7d7d7;
        grid-column-gap: 10px;
    }

    .filter-dropdown .dropdown-content .dropdown-item.hide-mobile {
        display: none;
    }

    .filter-dropdown .dropdown-title {
        grid-column-gap: 25px;
    }

    .filter-dropdown .dropdown-content .dropdown-item .text {
        width: calc(100% - 25px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .filter-dropdown .dropdown-title .selected-and-icon .text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: calc(100% - 32px);
        color: #029a3c;
        font-weight: 500;
        text-align: right;
    }

    .filter-dropdown .dropdown-title svg {
        margin-left: 0;
        transform: rotate(-90deg);
        width: 16px;
        height: 12px;
        margin-right: 6px;
    }

    .filter-action .secondary {
        color: #0082C8;
        background-color: transparent;
    }

    .filter-action button {
        width: calc(50% - 12.5px);
        border: 1px solid #0082C8;
        outline: none;
        padding: 13.5px 5px;
    }

    .filter-action .primary {
        color: #fff;
        background-color: #0082C8;
    }

    .filter-by {
        padding-bottom: 22px;
    }

    .filter-action {
        display: flex;
        justify-content: space-between;
        margin-top: 45px;
    }

    .filter-wrapper > .filter-action {
        margin-top: calc(100vh - 386px);
    }

    .filter-dropdown .dropdown-item .checkbox {
        width: 15px;
        height: 15px;
        border: 1px solid #757575;
        padding: 1.5px;
    }

    .filter-dropdown .dropdown-item.selected .checkbox:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: #029A3C;
    }

    .dropdown-content-main {
        height: calc(100vh - 239px);
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .dropdown-content-main>.dropdown-item:first-child {
        border-top: 1px solid #d7d7d7;
    }

    .dropdown-content-main::-webkit-scrollbar {
        display: none;
    }

    .filter-dropdown .dropdown-title .selected-and-icon {
        display: flex;
        grid-column-gap: 10px;
        align-items: center;
    }

    .filter-dropdown .dropdown-content {
        z-index: 3;
    }

    .grid-view ~ .project-not-found {
        padding-bottom: 120px;
    }

    .idevice .filter-wrapper > .filter-action {
        margin-top: calc(100vh - 500px);
    }

    .idevice .dropdown-content-main {
        height: calc(100vh - 353px);
    }

    .idevice .filter-dropdown .dropdown-content {
        padding-bottom: 159px;
    }
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes sp-anime {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}