.language-select {
    background-image: linear-gradient(45deg, transparent 50%, #272727 50%),
        linear-gradient(135deg, #272727 50%, transparent 50%);
    background-position: calc(100% - 10px) calc(14px + 0px),
        calc(100% - 5px) calc(14px + 0px), 100% 0;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    min-height: unset;
    padding: 0px 15px 0 10px;
    margin-top: 5px;
}

.solution-item {
    text-align: center;
}

.solution-item .item-thumb {
    display: flex;
    justify-content: center;
}

.row.equal-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.equal-cols > [class*="col-"] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row.equal-cols > [class*="col-"] > * {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.solutions .property-main {
    border: 1px solid #fff;
}

.solutions .property-main:hover {
    border: 1px solid #f1f1f1;
}

.solutions .solution-wrap {
    background: #fff;
    width: 100%;
    border-radius: 4px;
    padding: 20px;
}

.solutions .solution-wrap .item-thumb {
    padding-bottom: 20px;
}

.solutions .solution-item .item-body {
    padding: 0;
}

.content {
    position: relative;
}

.project-wrap {
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.project-wrap:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
}

.project-item .item-thumb {
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
}

.project-item .item-thumb a {
    display: unset;
}

.project-item .item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all 3s ease-in-out;
}

.project-item .item-thumb:hover img {
    object-position: bottom center;
}

.project-item .item-body p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.project-item .item-body .property-title {
    margin-bottom: 0;
}

.project-item .item-body a:hover {
    text-decoration: underline;
}

#team-slider .team-item {
    margin: 0 10px;
}

#team-slider .team-item:hover {
    box-shadow: unset;
    transform: unset;
}

#team .team-item .team-img,
#team-slider .team-item .team-img {
    height: 344px;
}

#team .team-item img,
#team-slider .team-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

#team .mix {
    display: none;
}

.featured-bg .intro-title-wrapper {
    text-align: center;
    margin-bottom: 10px;
}

.featured-bg .intro-title {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    background-color: #ffe44a;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 14px;
    text-shadow: 0px 0px 10px #b393d350, 0px 0px 20px #b393d350;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
        rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

.featured-bg .title-sub {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

#loader-1:before {
    border-top-color: #fab428;
}

#footer {
    margin-top: 60px;
}

.footer-area .footer-link li a:hover {
    color: #fab428;
}

.footer-area .address li a:hover {
    color: #fab428;
}

.roof-social {
    margin-left: 0.5rem;
}

img.lazy-carousel {
    opacity: 0;
    transition: opacity 0.6s ease;
}

img.lazy-carousel.loaded {
    opacity: 1;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
}

a.back-to-top {
    bottom: 100px;
}

@media (max-width: 767px) {
    .col-4 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .top-bar .links li {
        display: inline-block;
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .roof-social {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .project-wrap:hover {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        transform: scale(1);
    }

    .project-item .item-thumb a {
        display: block;
    }

    .featured-bg img {
        margin-bottom: 30px;
    }

    .featured-bg .intro-title {
        margin-top: 0;
    }

    .property-main:hover {
        box-shadow: unset;
    }

    #clients-logo .client-logo {
        margin-bottom: 20px;
    }

    .col-4 {
        padding-right: 10px;
        padding-left: 10px;
    }
}
