.logo-header,
.is-fixed .logo-header,
.is-fixed.header-curve .logo-header {
    width: 381px;
    height: 68px;
}
.logo-header > a img,
.logo-footer > a img {
    width: 381px;
    height: 68px;
    max-width: 100%;
    object-fit: contain;
}
.logo-footer img {
    max-width: 381px;
    height: auto;
}
.top-bar .dlab-topbar-right {
    display: flex;
    align-items: center;
    gap: 14px;
}
.header-lang {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0 12px 0 0;
    border-right: 1px solid rgba(255,255,255,0.35);
}
.header-lang li {
    display: inline-block;
}
.header-lang li a {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 1;
    padding: 4px 9px;
    border-radius: 20px;
    opacity: 0.7;
    white-space: nowrap;
}
.header-lang li.active a,
.header-lang li a:hover {
    color: #ffffff;
    background: rgba(255,255,255,0.22);
    opacity: 1;
}
.top-bar .dlab-topbar-right .topbar-social {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.top-bar .dlab-topbar-right .topbar-social li a,
.top-bar .dlab-topbar-right .topbar-social li a i {
    color: #ffffff;
}
.top-bar .dlab-topbar-right .topbar-social li a:hover,
.top-bar .dlab-topbar-right .topbar-social li a:hover i {
    color: #ffffff;
    opacity: 0.8;
}
@media only screen and (min-width: 992px) {
    .header-nav .nav {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    .header-nav .nav > li > a {
        white-space: nowrap;
    }
}
.whatsapp-button{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    left:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.whatsapp-button-icon{
    margin-top:16px;
}
.portfolio-gallery.partner-strip .dlab-media {
    background: #ffffff;
    height: 184px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio-gallery.partner-strip .dlab-media img {
    width: 205px;
    height: 184px;
    object-fit: contain;
    object-position: center;
}
.portfolio-gallery.partner-strip .dlab-box:hover .dlab-img-overlay3:before {
    display: none;
}
.about-video-bx {
    position: relative;
}
.about-video-bx img {
    width: 100%;
    border: 12px solid #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.10);
}
.about-video-bx .video-play-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contact-map iframe {
    display: block;
    width: 100%;
    height: 420px;
    min-height: 420px;
    border: 0;
}
.contact-style-1 .contact-area,
.contact-style-1 .bg-gray {
    width: 100%;
}
.contact-style-1 .site-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    line-height: 1;
    padding: 0 20px;
}
.comments-area .comment-form p input[type="email"] {
    width: 100%;
    height: 40px;
    padding: 10px 10px 10px 50px;
    border: 1px solid #e1e6eb;
    border-radius: 4px;
    text-transform: none;
}
.comments-area .comment-form p input[type="text"],
.comments-area .comment-form p textarea {
    text-transform: none;
}
.comments-area p.comment-form-comment:before {
    height: 120px;
    line-height: 120px;
}
.comments-area .comment-form p.form-submit .site-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 44px;
    padding: 0 24px;
    white-space: nowrap;
    line-height: 1;
}
.site-footer .footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}
.site-footer .footer-social > li {
    display: inline-block;
    padding: 0;
}
.site-footer .footer-social .site-button.circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    color: #ffffff !important;
}
.site-footer .footer-social .site-button.circle i,
.site-footer .footer-social .site-button.circle i:before {
    color: #ffffff !important;
    font-size: 16px;
    line-height: 1;
}
.error-page .dz_error {
    font-size: 140px;
    line-height: 1;
}
.error-page h3 {
    font-size: 36px;
    letter-spacing: 0;
    line-height: 1.3;
    word-break: break-word;
}
.error-page h4 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.5;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
.error-page img {
    display: block;
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 767px) {
    .logo-header,
    .is-fixed .logo-header,
    .is-fixed.header-curve .logo-header {
        width: 190px;
        height: 34px;
    }
    .error-page .dz_error {
        font-size: 100px;
    }
    .error-page h3 {
        font-size: 28px;
    }
    .error-page h4 {
        font-size: 16px;
    }
}
