* {
    box-sizing: border-box;
}

 .subpage-content {
    color: #fff;
    padding: 0px 0;
    position: relative;
    box-sizing: border-box;
}
.project-container {
    /* padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; */
    box-sizing: border-box;
}
@media (min-width: 1200px) {
    .project-container {
        /* width: 1170px; */
    }
}
.project-select .row{
    margin-right: -15px;
    margin-left: -15px;
    /* gap:0.5rem; */
}
.col-md-2-half {
    position: relative;
    min-height: 1px;
    padding: 15px;
    /* padding-left: 15px; */
}
@media (min-width: 992px) {
    .col-md-2-half {
        float: left;
        width: 25%;
    }
}
.project-landing .project-select .item {
    position: relative;
    display: block;
    box-sizing: border-box;
}
/* TT */
.project-landing .project-select .item .bg{
    background-size: cover;
}
.project-landing .project-select .item a.full-btn {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
    color: #337ab7;
    text-decoration: none;
}
.project-landing .project-select .item .icon-nef-reserve {
    font-size: 5.2rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -26px;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 4;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.project-landing .project-select .item .bg {
    opacity: .3;
    position: relative;
    z-index: 5;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: 590px; */
    height: 64vh;
    min-height: 64vh;
    max-height: 64vh;
}
.project-landing .project-select .item:hover .bg {
    opacity: 1;
    position: relative;
    z-index: 5;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: 590px; */
    height: 64vh;
    min-height: 64vh;
    max-height: 64vh;
}
.project-landing .project-select .item .text {
    width: calc(100% + 8px);
    position: absolute;
    bottom: 60px;
    left: 0;
    background-color: var(--primary-color);
    color: #fff;
    /* font-family: Montserrat; */
    font-size: 1.4rem;
    line-height: 2;
    padding: 30px 22px 52px 22px;
    text-align: center;
    margin: 0 -4px;
    opacity: 0;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 6;
}
.project-landing .project-select .item .text p {
    font-size: 1.25rem;
    line-height: 1.6;
}
 .subpage-content p {
    /* font-family: 'Montserrat'; */
    font-size: 1.4rem;
    line-height: 1.8;
    color: #fff;
    padding-bottom: 10px;
    margin: 0 0 10px;
}
 .subpage-content p strong {
    font-weight: 600;
}
.project-landing .project-select .item .text a {
    width: 50%;
    display: inline-block;
    background-color: #fff;
    color: var(--primary-color);
    font-size: 1.4rem;
    letter-spacing: 3.5px;
    font-weight: 600;
    padding: 14px 10px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -25%;
    z-index: 6;
    text-decoration: none;
}
.project-landing .project-select .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #eeeae7;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.project-landing .project-select .item {
    position: relative;
    display: block;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.project-landing .project-select .item .icon-nef-reserve {
    font-size: 2.2rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -26px;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 6;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
@media (max-width: 1586px) {
    .project-landing .project-select .item .icon-nef-reserve {

        font-size: 1.2rem;

    }
    .project-landing .project-select .item .bg {
        opacity: .3;
        position: relative;
        z-index: 5;
        background-position: center;
        background-repeat: no-repeat;
        /* background-size: 590px; */
        height: 60vh;
        min-height: 50vh;
        max-height: 60vh;
    }
    .project-landing .project-select .item:hover .bg {
        opacity: 1;
        position: relative;
        z-index: 5;
        background-position: center;
        background-repeat: no-repeat;
        /* background-size: 590px; */
        height: 60vh;
        min-height: 50vh;
        max-height: 60vh;
    }
}
.project-landing .project-select .item:hover .icon-nef-reserve {
    color: #202020;
    top: 54px;
    margin-top: 0;
}
.project-landing .project-select .item:hover .text,
.project-landing .project-select .item.selected .text {
    opacity: 1;
}
.project-landing .project-select .item:hover .icon-nef-reserve {
    color: var(--primary-color);
    top: 54px;
    margin-top: 0;
}
.project-landing .project-select .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #999;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.form-search-button{
    margin-left: auto;
    text-align: right;
}
body.rtl .form-search-button{
    margin-right: auto;
    text-align: left;
    margin-left: 0;

}
.multi-select-menu,
.multi-select-button{
    text-align: left;
}
body.rtl .multi-select-menu,
body.rtl .multi-select-button{
    text-align: right;
}
