/*
Theme Name: kadu
Theme URI: http://themexriver.com/wp/kadu
Author: themexriver
Author URI: http://themexriver.com/
Description: kadu - IT Solutions WordPress Theme
Version: 1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kadu
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.kd-header-1-main {
    background: #d55c17;
    position: relative;
    z-index: 1;
}


.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index));
}