/*
Theme Name: Anvaya Media Works
Theme URI: https://www.anvayamediaworks.com/
Author: Trendy Web Works
Author URI: https://www.trendywebworks.in/
Description: Feature-packed theme with a solid design and a friendly interface. Designed by <a href="https://www.trendywebworks.in/">Trendy Web Works</a>.
Version: 2.0
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: Trendy Web Works

Use it to make something cool, have fun, and share what you've learned with others.
*/

.sub-heading {
    display: block;
    margin: 0 0 10px 0;
    color: var(--sub-heading-color, var(--color-blue));
    font-family: "Poppins", sans-serif;
    font-size: 2.625rem !important;
    font-weight: 500;
    line-height: 1.05;
    text-transform: capitalize;
}

.sub-heading-caption {
    display: block;
    margin: 0 !important;
    color: var(--sub-heading-caption-color, var(--color-text)) !important;
    font-family: "Poppins", sans-serif;
    font-size: 1.7rem !important;
    font-weight: 400;
    line-height: 2rem !important;
    text-transform: capitalize;
}

.txt-white {
    color: #fff;
}

.mb-30 {
    margin-bottom: 30px !important;
}