@media screen and (max-width: 600px) {
    #wpadminbar {
      position: fixed;
    }
  
    body.admin-bar header .main-header {
      top: 46px;
    }
}

.footer{
    position: relative;
    z-index: 5;
}

body[data-theme="dark"] .form-control:focus {
    box-shadow: none;
} 

body[data-theme="dark"] .about-banner_content_wrap {
    mix-blend-mode: difference;
}
body[data-theme="dark"] .slides__caption-headline .text-row {
    mix-blend-mode: difference;
}

.home-services__images .service-image__slot {
    border-radius: 150px 150px 0 0;
    overflow: hidden;
}
.form-control,
.form-control:focus {
    color: var(--text-color);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--text-color) !important;
}