/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

body {
    background: #1D1D1D !important;
}

a {
    text-decoration: unset !important;
}

.head_flag img {
    width: 35px;
}

.seo_content p {
    margin-bottom: 20px !important;
}

.head_btnClass {
    flex: 1;
}

.head_btnClass a {
    width: 100% !important;
}

#stickytop.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1001;
    background-color: rgba(20, 19, 19, 0.85);
	backdrop-filter: blur(10px);
	box-shadow: 0 12px 20px rgb(0 0 0 / 5%);
}

#stickytop.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1001;
    background: rgba(33, 33, 33, 0.85);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 20px rgb(0 0 0 / 5%);
    transform: translateY(-100%);
    animation: slideDown 0.4s ease forwards;
}

@keyframes slideDown {
    from {
          transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

#stickytop {
    padding: 0 10px;
}

.box_container {
    width: 1350px;
    max-width: 1350px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.seo_content h2 {
    margin-bottom: 10px !important;
}

.seo_content h3 {
    margin-bottom: 5px !important;
    color: #f7ad20;
    font-size: 18px !important;
}

.seo_content h3 b, .seo_content h3 {
    font-weight: 400 !important;
}

.seo_content h1, .seo_content h2 {
    color: #E32526;
}

.elementor-location-header #stickytop .e-con-inner, .elementor-location-header .head_menu .e-con-inner {
   /* width: 1350px;
    max-width: 1350px;*/
    margin: auto;
    padding: 5px 10px;
}

.entry-content ul, .entry-content ol {
    margin-top: 0;
}

.seo_content hr {
    margin-bottom: 20px !important;
    background: #414141 !important;
}

#ast-scroll-top {
    font-size: 15px;
    background: #e32526 !important;
}

.head_menu ul {
    display: flex;
    flex-wrap: wrap !important;
    overflow: hidden;
    gap: 20px;
    padding: 15px 10px;
}

.head_menu ul li a {
    padding: 0 !important;
}

.head_menu ul li a:hover, .head_menu .current_page_item a, .footer_menu .current_page_item a, .footer_menu ul li a:hover {
    color: #EDDD19 !important;
}

#ast-scroll-top:focus {
    border: 0 !important;
}

.faq details div {
    border: 0 !important;
}

.faq details summary, .faq details .e-child {
    padding: 15px 30px !important;
}

.faq details summary {
    border-radius: 50px !important;
    background: #333 !important;
}

.footer_menu nav li a {
    padding: 0 !important;
    text-decoration: unset !important;
}

.footer_menu nav li a:after {
    text-decoration: unset !important;
    background: unset !important;
}

.footer_menu nav ul {
    gap: 20px !important
}




































