/**
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
*/

:root {
    --primary-color: #38546B;
    --secondary-color: #C9A75F;
    --white: #ffffff;
    --black: #000000;
}

.breadcrumbs {
    font-size: 18px;
    color: #f3f3f3;
}

.breadcrumbs a {
    color: #f3f3f3;
    text-decoration: none !important;
}

.breadcrumbs span {
    color: #FFF;
    font-weight: bold;
}

.entry-header {
    display: none;
}

.section-title span {
    color: var(--primary-color);
}

body {
    font-size: 16px;
    line-height: 24px;
    scroll-behavior: smooth;
    background-color: var(--white);
    background: var(--white);
}

.site-content .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}

.ast-article-single figure,
.ast-article-single img:not(figure img) {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.site-header {
    background: var(--white);
}

.site-header .site-primary-header-wrap {
    padding: 0 !important;
    background: var(--white);
    width: 100%;
}

.site-header .site-branding {
    padding: 5px 0 !important;
}

.site-header .menu-item .menu-link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #363636 !important;
}

.site-header .menu-item .menu-link:hover,
.site-header .menu-item.current-menu-item .menu-link {
    color: var(--secondary-color) !important;
}

.ast-builder-menu-1 .sub-menu,
.ast-builder-menu-1 .inline-on-mobile .sub-menu {
    border-color: var(--secondary-color) !important;
}

.site-header .site-header-section {
    align-items: unset !important;
}

.main-header-menu>.menu-item>.sub-menu {
    top: calc(100% + 28px) !important;
}

.site-header .sub-menu::before {
    height: 30px !important;
}

.site-header .sub-menu .menu-item .menu-link {
    padding: 8px 12px !important;
    border-bottom: 1px solid #f3f3f3 !important;
}

.site-header .sub-menu .menu-item .menu-link:hover {
    background: var(--secondary-color) !important;
    color: var(--white) !important;
}

header.site-header {
    position: absolute;
    top: 0;
    z-index: 10;
    padding: 0 15px;
    width: 100%;
}

header.site-header .ast-primary-header-bar {
    background: transparent !important;
}

.section-heading span {
    color: var(--secondary-color);
}

.related-products-slider-wrapper {
    margin-top: 40px;
}

.related-product-slide {
    padding: 10px;
    text-align: center;
}

.related-product-title {
    font-size: 16px;
    margin-top: 10px;
}

.site-primary-footer-wrap .ast-builder-footer-grid-columns {
    gap: 16px;
    justify-content: space-between !important;
    display: flex !important;
    position: relative;
}

.site-primary-footer-wrap .site-footer-primary-section-1 {
    max-width: 350px;
    width: 100%;
}

h2.widget-title,
.footer-contact .headeing {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: var(--white) !important;
    text-align: left !important;
    margin-bottom: 16px !important;
}

#block-9.widget.widget_block p {
    font-size: 14px !important;
    line-height: 20px !important;
    color: var(--white) !important;
    margin-bottom: 0 !important;
    text-align: left !important;
}

.site-footer .menu .menu-item:not(:last-child) {
    margin-bottom: 8px;
}

.site-footer .menu .menu-item .menu-link {
    font-size: 14px;
    line-height: 20px;
    color: var(--white);
    position: relative;
    font-weight: 400;
    text-align: left !important;
}

.site-footer .menu .menu-item .menu-link::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 1.5px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: var(--white);
    transition: transform .6s cubic-bezier(.28, .75, .22, .95);
    transform: scaleX(0);
    transform-origin: right center;
}

.site-footer .menu .menu-item .menu-link {
    color: var(--white) !important;
}

.site-footer .menu .menu-item .menu-link:hover::after {
    transform: scale(1);
    transform-origin: left center;
}

.site-footer .widget-title,
.footer-contact .headeing {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: var(--white) !important;
    text-align: left !important;
    margin-bottom: 16px !important;
}

.footer-contact ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.footer-contact ul li br {
    display: none !important;
}

.footer-contact ul li span {
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 18px;
    color: var(--white);
}

.footer-contact ul li i {
    display: flex;
    color: var(--white);
}

.footer-contact ul li .text-contact {
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    text-decoration: unset !important;
    margin-bottom: 0;
    text-align: left;
    word-break: break-word;
}

.footer-contact ul li .text-contact:hover {
    color: var(--white) !important;
}

.footer-contact ul {
    padding: 0;
    margin: 0;
}

.site-below-footer-wrap {
    border: 0 !important;
    margin: 0 auto !important;
    padding: 15px !important;
    min-height: unset !important;
    position: relative;
}

.site-below-footer-wrap p {
    color: var(--white) !important;
}

.site-below-footer-wrap p a {
    color: var(--white) !important;
    text-decoration: underline !important;
}

#ast-scroll-top {
    display: none !important;
}

.site-header.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 20;
    animation: slideDown 0.5s ease-out;
}

.site-header.sticky .site-primary-header-wrap {
    box-shadow: 0 3px 10px 0 #00000026;
}

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

    100% {
        transform: translateY(0);
    }
}

.wpcf7-form input[type="submit"] {
    background: var(--secondary-color) !important;
    color: var(--white) !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 10px 24px !important;
    border-radius: 5px;
    border: 1px solid var(--secondary-color) !important;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.wpcf7-form input[type="submit"]:hover {
    background: var(--white) !important;
    color: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color) !important;
}

.aw-txt-content strong {
    color: #C9A75F;
}

.footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
}

.footer-contact-list .icon svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    flex-shrink: 0;
    margin-top: 4px;
}

.footer-contact-list li:hover svg {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

#block-8 .wp-block-image img {
    filter: brightness(0) invert(1);
}

.category-box:hover .elementor-image-box-img img {
    transform: scale(1.1);
}

.category-box .elementor-image-box-img {
    overflow: hidden;
}

.category-box .elementor-image-box-title a {
    text-decoration: none;
}

.what-do-sec .product-trade:first-child .elementor-image-box-img img {
    border-radius: 10px 0 0 10px;
}

.what-do-sec .product-trade:last-child .elementor-image-box-img img {
    border-radius: 0 10px 10px 0;
}

.what-do-sec .elementor-image-box-content {
    padding: 15px;
}

.what-do-sec .elementor-image-box-wrapper {
    align-items: stretch !important;
}

.work-icon {
    margin: auto;
    top: 0;
    right: 0px;
    left: 0;
    bottom: 0;
    transform: translate(50%, 41%);
}

.how-we-work .elementor-widget-image-box {
    height: 100%
}

.vt-service-list .elementor-icon-list-items {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    justify-content: center;
}

.vt-service-list .elementor-icon-list-item {
    display: flex;
    align-items: center;
    width: fit-content;
    white-space: nowrap;
    margin: 0;
    padding: 10px 16px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: var(--font-giphurs) !important;
    list-style: none;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    margin-block-start: 0 !important;
    text-wrap: auto;
}

.vt-service-list .elementor-icon-list-item:hover {
    background: var(--primary-color);
    color: var(--white) !important;
    border: 1px solid var(--primary-color) !important;
}

.vt-service-list .elementor-icon-list-item a{
    text-decoration: unset !important;
}

.vt-service-list .elementor-icon-list-item:hover span {
    color: var(--white) !important;
}

.vt-service-list .elementor-icon-list-item .elementor-icon-list-text {
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: var(--font-giphurs) !important;
    font-weight: 500 !important;
}


@media only screen and (max-width: 1024px) {
    .site-header .menu-item .menu-link {
        padding: 0 8px !important;
    }
}

@media only screen and (max-width: 921px) {
    .ast-mobile-header-wrap {
        background: var(--white);
        border-radius: 0 0 12px 12px !important;
    }

    .ast-mobile-header-wrap .ast-primary-header-bar,
    .ast-primary-header-bar .site-primary-header-wrap {
        min-height: auto !important;
    }

    .main-header-menu>.menu-item>.menu-link:after {
        display: none;
    }

    .main-header-menu>.menu-item>.menu-link {
        padding: 12px 16px !important;
        border-bottom: 1px solid #E2E8F0;
    }

    .ast-hfb-header.ast-header-break-point .main-header-bar-navigation {
        display: block !important;
        left: -100%;
        transition: all 0.3s ease-in-out;
    }

    .ast-hfb-header.ast-header-break-point .main-header-bar-navigation.toggle-on {
        left: 0;
    }

    .site-header .main-header-menu .sub-menu .menu-link {
        padding: 10px 16px !important;
        background: var(--white) !important;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        color: #374151 !important;
    }

    .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item>.menu-link {
        color: var(--secondary-color);
    }

    .site-header .main-header-menu .content-btn {
        margin: 15px 15px 0 !important;
    }

    .ast-header-break-point .main-header-menu {
        background: transparent !important;
    }

    .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle {
        top: 0 !important;
        right: 16px !important;
        box-shadow: unset !important;
    }

    .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle:focus {
        outline: none !important;
        border: 0 !important;
    }

    .site-header .main-header-menu .sub-menu {
        border: 0 !important;
    }

    .site-footer .site-below-footer-wrap:nth-child(2) .site-footer-below-section-1 {
        margin-bottom: 0 !important;
        max-width: 100% !important;
    }

    .footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner,
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner,
    .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"].footer-widget-area-inner {
        text-align: start !important;
    }

    .site-primary-footer-wrap .ast-builder-grid-row {
        flex-wrap: wrap !important;
    }

    .site-primary-footer-wrap .ast-builder-grid-row .site-footer-section {
        padding: 10px 15px;
    }

    .header-cta p a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 640px) {
    .header-cta {
        padding: 5px 10px;
    }

    .site-below-footer-wrap p {
        color: var(--white) !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .ast-page-builder-template .site-content>.ast-container {
        margin-top: -40px;
    }
}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 345px) {
    .header-cta p a {
        font-size: 16px;
    }
}