.tatsu-an {
    margin-bottom: 5px;
}

.exp-testimonial-content {
    line-height: 1.8;
}

.exp-testimonial-style3 .exp-testimonial-author {
    margin-bottom: 3px;
}
.slick-dots li {
    width: 10px;
    height: 10px;
}

.exp-testimonials .slick-dots {
    bottom: -40px;
}

h5, h6 {
	margin-bottom: 8px;
}

.exp-process-header {
	margin-bottom: 10px;
}

.tatsu-gradient-icon.align-center .tatsu-icon {
	margin-right: 0 !important;
}

.exp-interactive-box-back {
	min-height: initial;
}

.exp-module .exp-blog .exp-posts-loop {
	margin-bottom: 0;
}

.sticky-nav-dot span {
background: #848991 !important;
}

.sticky-nav-dot.sticky-dot-active span {
background: #00AEEF !important;
}

.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active {
    background: #00aeef!important;
			border-radius: 50px !important;
}

.um .um-button.um-alt:hover, 
.um input[type=submit].um-button.um-alt:hover {
    background: #e5e5e5!important;	
}

.um .um-button.um-alt, 
.um input[type=submit].um-button.um-alt {
    background: #e5e5e5!important;
}

.um a.um-link {
    color: #3ba1da!important;
}

.um input[type=submit].um-button:hover,
.um a.um-button:hover {    
    background-color: #00aeef!important;
}
.error404 .searchform {
    display: none;
}

div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #00aeef; /* Blue background */
    color: #fff; /* White text color */
    border: 2px solid #00aeef; /* Blue border */
    font-size: 1.5em; /* Size of text */
    padding: 15px 30px; /* Distance between text and border */
    border-radius: 50px
}
	
div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
div.wpforms-container-full .wpforms-form input[type=submit]:active, 
div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
div.wpforms-container-full .wpforms-form button[type=submit]:active {
    background-color: #fff; /* White background */
    color: #00aeef; /* Blue text color */
    border: 2px solid #00aeef; /* Blue border */
}