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

.ast-desktop .ast-menu-hover-style-underline > .menu-item > .menu-link::before {
  	bottom: 25px;
	height: 2px;
	transform: scale(1,1) translate(50%,0);
	transition: all 0.4s;
}
.ast-desktop .ast-menu-hover-style-underline > .menu-item:hover > .menu-link::before, .ast-desktop .ast-menu-hover-style-underline > .menu-item.current-menu-item > .menu-link::before{
	width: calc(100% - 2em);
	transform: scale(1,1) translate(50%,0);
	background-color: #ABFF4F;
}
.astra-search-icon:hover .ast-icon.icon-search svg{
	fill: #abff4f;
}
@media screen and (min-width: 922px){
	.home .ast-primary-header-bar:not(.ast-sticky-active){
		visibility: hidden;
		transition: all 0s;
		opacity: 0;
	}
}
.bline .bline-1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 4px;
}
.bline .bline-1::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #ABFF4F;
	transition: all .5s ease 0s;
	transition-delay: .5s;
}
.bline .bline-2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 4px;
	height: calc(100% + 170px);
}
.bline .bline-2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: #ABFF4F;
	transition: all .5s ease 0s;
	transition-delay: 1s;
}
.bline .bline-3 {
	position: absolute;
	left: 0px;
	bottom: -170px;
	width: 100px;
	height: 4px;
}
.bline .bline-3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #ABFF4F;
	transition: all .5s ease 0s;
	transition-delay: 1.5s;
}
.logo-green-lines.animate .bline .bline-1::before{
	width: 100%;
}
.logo-green-lines.animate .bline .bline-2::before{
	height: 100%;
}
.logo-green-lines.animate .bline .bline-3::before{
	width: 100%;
}
.tri-divider-right{
	position: relative;
}
.tri-divider-right::after{
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 45px 0 45px 50px;
	border-color: transparent transparent transparent #FFFFFF;
	transform: rotate(0deg);
	position: absolute;
	right: -45px;
	z-index: 1;
	top: calc(50% - 45px);
}
.tri-divider-inside-left::after {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 32px 0 32px 34px;
	border-color: transparent transparent transparent #FFFFFF;
	transform: rotate(0deg);
	position: absolute;
	left: 0px;
	z-index: 1;
	top: calc(50% - 32px);
}
.tri-divider-inside-right-blue::after{
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 32px 32px 34px 0;
	border-color: transparent #005587 transparent transparent;
	transform: rotate(0deg);
	position: absolute;
	right: 0px;
	z-index: 1;
	top: calc(50% - 32px);
}
.tri-divider-bottom::after{
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 16px 16px 0 18px;
	border-color: #5F0F40 transparent transparent transparent;
	transform: rotate(0deg);
	position: absolute;
	left: 44px;
	z-index: 1;
	bottom: -16px;
}
.tri-divider-bottom-center-blue::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 24px 24px 0 26px;
    border-color: #005587 transparent transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    left: calc(50% - 25px);
    z-index: 1;
    bottom: -22px;
}
.post-loop-item-style-1{
	overflow: hidden;
}
.post-loop-item-style-1 .thumbnail-wrap:hover .content-overlay{
	transform: translateY(0);
}
.team-style-1 .member-name{
    transform: translateY(-20px);
    transition: transform .5s ease;
    opacity: 0;
}
.team-style-1:hover .member-name{
    transform: translateY(0px);
    opacity: 1;
}
.team-style-1 .social-links{
    transform: translateY(20px);
    transition: transform .5s ease;
    opacity: 0;
}
.team-style-1:hover .social-links{
    transform: translateY(0px);
    opacity: 1;
}
.caption-style-1 .caption-text{
	position: relative;
}
.caption-style-1 .caption-text::after {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 24px 26px 24px;
	border-color: transparent transparent #5F0F40 transparent;
	transform: rotate(0deg);
	position: absolute;
	left: calc(50% - 13px);
	z-index: 1;
	top: -25px;
}
.angled-border-left{
	position: relative;
}
.angled-border-left::before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    border-top: solid 5px #abff4f;
    border-left: solid 5px #abff4f;
    pointer-events: none;
}
.angled-border-right::before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 45%;
	height: 100%;
	border-top: solid 5px #abff4f;
	border-right: solid 5px #abff4f;
	pointer-events: none;
	left: unset;
}
tri-divider-bottom-center-blue{
	position: relative;
}

.counter:hover .elementor-counter-number-wrapper *{
	color: #ffffff !important;
}
.counter:hover .elementor-counter-title{
	color: #abff4f !important;
}
.project-item-style-1 .member-name{
    transform: translateY(-20px);
    transition: transform .5s ease;
    opacity: 0;
}
.project-item-style-1:hover .member-name{
    transform: translateY(0px);
    opacity: 1;
}
.project-item-style-1 .detail-link{
    transform: translateY(20px);
    transition: transform .5s ease;
    opacity: 0;
}
.project-item-style-1:hover .detail-link{
    transform: translateY(0px);
    opacity: 1;
}
.breadcrumb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item::after{
	transform: rotate(24deg);
	transform-origin: center;
}
.e-n-accordion-item-title{
	position: relative;
}
.e-n-accordion-item-title[aria-expanded="true"]::after{
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 17px 17px 0 20px;
	border-color: #5F0F40 transparent transparent transparent;
	transform: rotate(0deg);
	position: absolute;
	left: 44px;
	z-index: 1;
	bottom: -15px;
}
.ast-page-builder-template .entry-header.ast-header-without-markup, .ast-page-builder-template.single .post-navigation {
	display: none !important;
}
.single.ast-page-builder-template .entry-header + .entry-content{
	margin-bottom: 0 !important;
}
.elementor-post-navigation{
	align-items: center;
}
.elementor-post-navigation__separator-wrapper .elementor-post-navigation__separator{
	width: 40px;
	height: 40px;
	background-image: url(/wp-content/uploads/2024/12/navigation-grid.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
.post-item-style-2 .content-overlay .title{
	transform: translateY(-20px);
	transition: all .5s ease;
	transition-delay: 0.3s;
	opacity: 0;
}
.post-item-style-2:hover .content-overlay .title{
	transform: translateY(0px);
	opacity: 1;
}
.post-item-style-2 .content-overlay .detail-link{
	transform: translateY(20px);
	transition: all .5s ease;
	transition-delay: 0.5s;
	opacity: 0;
}
.post-item-style-2:hover .content-overlay .detail-link{
	transform: translateY(0px);
	opacity: 1;
}
.post-item-style-2:hover .content-overlay {
	transform: translateX(-1px) !important;
}
.elementor-widget-wp-widget-categories h5, .elementor-widget-wp-widget-archives h5{
	display: none !important;
}
.elementor-widget-wp-widget-categories ul, .elementor-widget-wp-widget-archives ul{
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.elementor-widget-wp-widget-categories ul li, .elementor-widget-wp-widget-archives ul li{
	margin-bottom: 5px;
}
.elementor-widget-wp-widget-categories ul li a, .elementor-widget-wp-widget-archives ul li a{
	color: #000;
	border-bottom: 2px solid transparent;
	display: inline-block;
}
.elementor-widget-wp-widget-categories ul li a:hover, .elementor-widget-wp-widget-archives ul li a:hover{
	border-bottom-color: #abff4f;
}
.content-area .elementor-widget-theme-post-content .elementor-widget-text-editor h2, .content-area .elementor-widget-theme-post-content .elementor-widget-text-editor h3, .content-area .elementor-widget-theme-post-content .elementor-widget-text-editor h4, .content-area .elementor-widget-theme-post-content .elementor-widget-text-editor h5{
	margin-top: 0;
	margin-bottom: 15px;
}
.content-area .elementor-widget-theme-post-content .elementor-widget-text-editor h2{
	font-size: 42px;
}
.content-area .elementor-widget-theme-post-content .elementor-widget-text-editor h3{
	font-size: 32px;
}
.content-area .elementor-widget-theme-post-content .elementor-widget-text-editor h4{
	font-size: 24px;
}
.content-area .elementor-widget-theme-post-content .elementor-widget-text-editor h5{
	font-size: 20px;
}
.ast-page-builder-template .comments-area {
	padding-left: 30px;
	padding-right: 30px;
}
blockquote{
	border-color: #abff4f;
}
figure.wp-caption{
	background-color: #5f0f40;
}
figure.wp-caption .wp-caption-text{
	color: #fff;
	line-height: 1.4em;
	padding: 0 8px;
	font-size: 14px;
}
.comment-respond {
	padding-top: 0;
}
#reply-title{
	font-size: 32px;
}
.square-box{
	position: relative;
	overflow: hidden;
}
.square-box::before{
    content: "";
    display: block;
    padding-top: 75%;
	position: relative;
}
/*.government-tags-filter .e-filter-item, .commercial-tags-filter .e-filter-item, .education-tags-filter .e-filter-item, .health-care-tags-filter .e-filter-item{
	display: none;
}
.education-tags-filter .e-filter-item[data-filter="__all"], .education-tags-filter .e-filter-item[data-filter="preschool"], .education-tags-filter .e-filter-item[data-filter="k-12"], .education-tags-filter .e-filter-item[data-filter="higher-education"], .education-tags-filter .e-filter-item[data-filter="charter"]{
	display: flex;
}
.government-tags-filter .e-filter-item[data-filter="__all"], .government-tags-filter .e-filter-item[data-filter="ancillary"], .government-tags-filter .e-filter-item[data-filter="infrastructure"], .government-tags-filter .e-filter-item[data-filter="library"], .government-tags-filter .e-filter-item[data-filter="public-safety"]{
	display: flex;
}
.commercial-tags-filter .e-filter-item[data-filter="__all"], .commercial-tags-filter .e-filter-item[data-filter="food-service"]{
	display: flex;
}
.health-care-tags-filter .e-filter-item[data-filter="__all"], .health-care-tags-filter .e-filter-item[data-filter="labs"]{
	display: flex;
}*/
@media screen and (min-width: 922px){
	.elementor-widget-taxonomy-filter .e-filter{
		justify-content: flex-end;
		gap: 5px 20px;
	}
}
#ast-hf-mobile-menu{
	padding: 15px 10px;
}
#ast-hf-mobile-menu > li > a{
	padding: 5px 20px;
	transition: none;
}
#ast-mobile-header .search-field{
	height: 56px;
}
#ast-mobile-header .search-submit{
	padding: 0 20px;
}
.ast-menu-toggle{
	border: 0;
	top: 5px !important;
	box-shadow: none;
	outline: none;
	border: 0;
}
.ast-menu-toggle .ast-arrow-svg{
	fill: #005587;
}
.current-menu-item .ast-menu-toggle .ast-arrow-svg,
.current-page-ancestor .ast-menu-toggle .ast-arrow-svg{
	fill: #abff4f;
}
#ast-hf-mobile-menu > li:hover .ast-arrow-svg{
	fill: #abff4f;
}
#ast-mobile-header .content-align-flex-start{
	max-height: unset;
}
.photo-corner-clip-left,
.photo-corner-clip-right{
	position: relative;
}
.photo-corner-clip-left::before,
.photo-corner-clip-right::before,
.photo-corner-clip-left::after,
.photo-corner-clip-right::after{
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 60px 0 60px 60px;
	border-color: transparent transparent transparent #5f0f40;
	z-index: 1;
	transform-origin: center;
}
.photo-corner-clip-left::before{
	left: -16px;
	top: -45px;
	transform: rotate(-135deg);
}
.photo-corner-clip-left::after{
	right: -18px;
	top: calc(100% - 75px);
	transform: rotate(45deg);
}
.photo-corner-clip-right::before{
	left: -18px;
	top: calc(100% - 75px);
	transform: rotate(135deg);
}
.photo-corner-clip-right::after{
	right: -16px;
	top: -45px;
	transform: rotate(-45deg);
}
@media screen and (max-width: 921px){
	.tri-divider-inside-left::after{
		transform: rotate(90deg);
		left: calc(50% - 20px);
		top: -15px;
	}
}
@media screen and (max-width: 480px){
	.tri-divider-inside-right-blue::after{
		transform: rotate(-90deg);
		right: calc(50% - 18px);
		top: -17px;
	}
	.overflow-fix-mobile{
		overflow: hidden;
	}
	.elementor-widget-taxonomy-filter .e-filter{
		gap: 5px 10px;
	}
	.tri-divider-bottom-center-blue-wrapper {
		position: relative;
	}
	.tri-divider-bottom-center-blue-wrapper::after {
		box-sizing: border-box;
		content: " ";
		position: absolute;
		top: 0;
		display: block;
		width: 50%;
		height: 100%;
		border: 24px solid transparent;
		border-bottom-color: #5f0f40;
		right: 0;
		border-right: 0;
	}
	.tri-divider-bottom-center-blue-wrapper::before {
		box-sizing: border-box;
		content: " ";
		position: absolute;
		top: 0;
		display: block;
		width: 50%;
		height: 100%;
		border: 24px solid transparent;
		border-bottom-color: #5f0f40;
		left: 0;
		border-left: 0;
		z-index: 1;
	}
	.tri-divider-bottom-center-blue::after{
		bottom: -24px;
		display: none;
	}
	.tri-divider-bottom-center-blue{
		background-color: rgba(0, 85, 135, 0.78) !important;
	}
	.photo-corner-clip-left::before, .photo-corner-clip-right::before, .photo-corner-clip-left::after, .photo-corner-clip-right::after{
		border-width: 40px 0 40px 40px;
	}
	.photo-corner-clip-right::before {
		left: -12px;
		top: calc(100% - 48px);
	}
	.photo-corner-clip-right::after {
		right: -12px;
		top: -32px;
	}
	.photo-corner-clip-left::before {
		left: -12px;
		top: -30px;
	}
	.photo-corner-clip-left::after {
		right: -12px;
		top: calc(100% - 48px);
	}
}
.copyright p, .copyright a{
	color: #005587;
	margin-bottom: 0;
	font-size: 15px;
	text-align: center;
}
.copyright a{
	text-decoration: underline;
}
.copyright a:hover{
	text-decoration: none;
}