/**
 * Theme Name: TakshMart
 * Text Domain: takshmart
 * Version: 1.0
 * Requires at least: 4.7
 * Requires PHP: 5.2.4
 * Description: Our default theme for 2020 is designed.
 * Tags: blog,  custom-logo, custom-menu,  featured-images
 * Author: XpertzMate Team
 * Author URI: https://www.xpertzmate.com/
 * Theme URI: https://www.xpertzmate.com/
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.btn.tm-button-primary {
    background: #59f3b9;
    color: #004697;
    border-radius: 0px 15px;
}

.tm-contact-us-img {
    -webkit-mask-image: linear-gradient(to top, transparent 1%, black 50%);
    mask-image: linear-gradient(to top, transparent 1%, black 50%);
}

/* .tm-footer-banner {
    -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 50%);
    mask-image: linear-gradient(to top, transparent 0%, transparent 50%);
} */

.tm-contact-us-heading {
    font-size: 31px;
}
