/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.cmate{
    position: relative;
    display: inline-block;
    color: #ffffff;          /* White by default */
    overflow: hidden;
}

/* Green overlay */
.cmate::before{
    content: "Clearmate";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    color: #3f8c11;          /* Green */
    white-space: nowrap;
    overflow: hidden;
    transition: width 0.5s ease;
}

/* Hover animation */
.cmate:hover::before{
    width: 100%;
}
.grn {
color:#397516;
}
.grn1 {
color:#63b930;
}

.sec-pad {
	padding: 50px;
}
.pad-top-bot {
	padding: 50px 0px;
}
.pad-top {
	padding-top: 50px;
}
.pad-bot {
	padding-bottom: 50px;
}
@media (min-width: 250px) and (max-width: 800px) {
    .sec-pad {
	padding: 10px;
}
.pad-top-bot {
	padding: 10px 0px;
}
.pad-top {
	padding-top: 10px;
}
.pad-bot {
	padding-bottom: 10px;
}
}