:root {
    --banner-gradient-opacity: 0.9;
}

.button-1 {
    width: fit-content;
}

.clients .clients-logo img {
    height: 50px;
    object-fit: contain;
}

/* Footer */
.wa-logo {
    width: 90px;
}

.banner-header.full-height::before {
    content: "";
}

.services1 .item,
.services1 .item .img,
.services1 .item .img img {
    height: 100%;
}

.services1 .item .img img {
    object-fit: cover;
}

.blog .row:last-of-type {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.about1 .wayTextBock li::before {
    content: "\e64c";
    font-family: 'themify';
    margin-right: 10px;
    color: var(--color-secondary);
}

.language-selector {
    position: absolute;
    left: -70px;
}

.form-control:focus,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="text"]::placeholder,
input[type="file"]::placeholder,
textarea::placeholder{
    color: rgba(255,255,255,0.6);
}

.footer .footer-company-name {
    font-size: 18px !important;
    color: #fff !important;
    margin: 30px 0 10px 0;
}

.services-box h3 {
    font-size: 24px !important;
    font-weight: 300;
}

@media (min-width: 768px) {
    .blog .row:last-of-type {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 992px) {
    /* Menu */
    .navbar .dropdown-menu {
        width: fit-content;
    }

    .blog .row:last-of-type {
        grid-template-columns: repeat(3, 1fr);
    }
}