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


label,
.with_frm_style .frm_primary_label {
	color: #0B3066 !important;
}


#ast-scroll-top {
	border: 1px solid white !important;
}

/* dynamic offset, value set by JS below */
:root { --inframark-sticky-offset: 80px; }

/* recommended: tag only the sections you link to */
.inframark-anchor-target {
  scroll-margin-top: var(--inframark-sticky-offset);
}

/* optional: also handle plain #hash jumps without adding classes */
:target {
  scroll-margin-top: var(--inframark-sticky-offset);
}

/* optional smooth scrolling */
html { scroll-behavior: smooth; }

.ast-plain-container.ast-no-sidebar #primary {
	margin: 0 !important;
}

.inframark-sticky-nav {
	position: sticky;
}


/* hero video */
/* 100% width, height derived from aspect ratio */
.bg-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; /* change if your video is not 16:9 */
  overflow: hidden;
}

.bg-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none; /* keeps it non-interactive like a background */
}

/* countdown */
.counter-months .uagb-counter-block-suffix {
	font-size: 32px !important;
}

.wp-block-uagb-container.usmap-header.uagb-block-8e5cc069,
.usmap-header {
	position: absolute !important;
    top: 40px !important;
}

/*
 * video 
 */

            /* video container */
            .inframark-video {
                width: 100%;
            }

            .inframark-video__ratio {
                position: relative;
                width: 100%;
                aspect-ratio: 16 / 9;
                /* adjust if your video isn't 16:9 */
                overflow: hidden;
                background: #000;
            }

            .inframark-video iframe {
                position: absolute;
                inset: 0;
                width: 100%;
                height: 100%;
                border: 0;
                pointer-events: none;
                /* disabled until playing so overlay gets the click */
                z-index: 0;
            }

            /* black overlay over video only */
            .inframark-video__shade {
                position: absolute;
                inset: 0;
                background: rgba(11, 48, 102, 0.50);
                z-index: 1;
                transition: opacity .25s ease;
            }

            .inframark-video.is-playing .inframark-video__shade {
                opacity: 0;
                pointer-events: none;
            }

            /* overlay button */
            .inframark-video__play {
                position: absolute;
                inset: 0;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 14px;
                background: transparent;
                border: 0;
                cursor: pointer;
                transition: opacity .2s ease;
                z-index: 2;
            }

            /* circular play icon */
            .inframark-video__play-icon {
                width: 96px;
                height: 96px;
                border-radius: 9999px;
                background: #fff;
                position: relative;
                box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
            }

            .inframark-video__play-icon::after {
                content: "";
                position: absolute;
                left: 38%;
                top: 50%;
                transform: translateY(-50%);
                width: 0;
                height: 0;
                border-left: 32px solid #368CCC;
                /* blue triangle */
                border-top: 20px solid transparent;
                border-bottom: 20px solid transparent;
            }

            /* label below the button */
            .inframark-video__label {
                display: inline-block;
                background: #368CCC;
                color: #fff;
                font: 700 24px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
                text-transform: uppercase;
                letter-spacing: .5px;
                padding: 10px 16px;
                border-radius: 6px;
                box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
            }

            /* hide button once playing */
            .inframark-video.is-playing .inframark-video__play {
                opacity: 0;
                pointer-events: none;
            }

            /* once playing, enable interaction with Vimeo controls */
            .inframark-video.is-playing iframe {
                pointer-events: auto;
            }

button.inframark-video__play:hover,
button.inframark-video__play::focus {
	background-color: transparent !important;
}



/*
 * 
 * H2 UNDERLINED
 * 
 */
.wp-block-uagb-container.usmap-header.uagb-block-8e5cc069 h2,
.our-capabilities h2.uagb-heading-text,
.usmap-header h2.uagb-heading-text,
.contactus-header h2.uagb-heading-text {
	border-bottom: 6px solid #368CCC !important;
    display: inline-block;
}

.bythenumber-header h2.uagb-heading-text {
	border-bottom: 6px solid #0B3066 !important;
    display: inline-block;
}


/*
 * 
 * form
 * 
 */

.frm_submit {
	text-align: center !important;
}
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_button_submit {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
	background-color: var(--ast-global-color-1) !important;
	background: var(--ast-global-color-1) !important;
	padding: 12px 36px  !important;
}

.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover, 
.frm_style_formidable-style.with_frm_style input[type=submit]:hover, 
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, 
.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    background: #368ccc !important;
    border-color: #368ccc !important;
    color: #ffffff;
}


/*
 * 
 * new section
 * 
 */

.has-medium-font-size {
	font-weight: 200 !important;
}