.main-footer .usful-links ul li {
    display: flex;
}

.main-footer .usful-links ul li i {
    margin-top: 5px;
}

.main-footer .sub-footer p {
    color: #fff;
}

ul.contact-icon li i {
    font-size: 15px!important;
    margin-right: 8px!important;
}

.contact .info .item {
    height: 100%;
}

.blog-grid.center .item .cont {
    margin-bottom: 30px;
}

.single-port {
    padding-bottom: 30px;
}

.single-details ul li {
    margin-bottom: 10px;
}

.portfolio_img .img {
    max-height: 550px;
}

.portfolio_img .img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 550px;
}

#google_translate_element {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.translate i {
    color: #fff;
    font-size: 24px;
}

.translate {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    background-color: #000;
    /* overflow: hidden; */
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    z-index: 1000;
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    height: 41px;
}