/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/


/*Site Header CSS*/

.custom-header .pp-advanced-menu ul li.contact-button a {
    background-color: #235176;
    color: #ffffff !important;
	margin-left: 30px;
	border-radius: 26px;
	padding: 10px 20px;
}

.custom-header .pp-advanced-menu ul li.contact-button a:hover span{
	border: none;
}

.custom-header ul li.contact-button a:hover {
    background-color: #072F48;
}

.custom-header .pp-advanced-menu .menu > li > a:hover span{
    border-bottom: 2px solid #235176;
    transition: 0.3s initial;
}

.custom-header .pp-advanced-menu .menu > li.current_page_item a span {
    border-bottom: 2px solid #235176;
}

.custom-header .pp-advanced-menu .menu > li > a {
    margin-left: 20px;
}

.custom-header .fl-col .pp-advanced-menu-mobile .pp-active .pp-hamburger .pp-hamburger-box .pp-hamburger-inner {
    height: 0;
}

.custom-header .fl-col .pp-advanced-menu-mobile .pp-active .pp-hamburger .pp-hamburger-box .pp-hamburger-inner::before {
    transform: rotate(45deg);
}

.custom-header .fl-col .pp-advanced-menu-mobile .pp-active .pp-hamburger .pp-hamburger-box .pp-hamburger-inner::after {
    transform: rotate(-45deg);
    bottom: 5px;
}

.fl-row.custom-header {
    box-shadow: rgb(35 81 118 / 19%) 0px 3px 8px;
}

/* Custom Styles CSS here... */ 

.span-heading h2 span.headings-text {
    color: #9ADAEC !important;
}

.accordion-text div.pp-accordion-item-active {
    border-bottom: 0;
	background-color: #235176;
    padding: 10px 20px;
    border-radius: 16px;
	margin-top: 16px;
}

.accordion-text .pp-accordion-item {
    transition: 0.3s ease-in-out;
}

.accordion-text div.pp-accordion.pp-accordion-collapse span.pp-accordion-icon-left {
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
    margin-top: 0;
    position: absolute;
    top: unset;
    bottom: 2rem;
    left: 2rem;
}

.pp-accordion-item {
    position: relative;
}

.accordion-text  div.pp-accordion.pp-accordion-collapse .pp-accordion-item-active span.pp-accordion-icon-left {
    transform: rotate(45deg);
    padding-left: 0;
    padding-right: 0;
    bottom: unset;
    /* top: 2rem; */
}

/* .newsletter .pp-gf-inner .gform_footer{
    text-align: left;
    justify-content: flex-start;
    position: absolute;
    right: 2px;
    top: -20px;
}

.newsletter .pp-gf-inner div.gform_validation_errors {
    position: absolute;
    bottom: -90px;
} */

.newsletter-above-footer .fl-html input.button {
    text-align: left;
    justify-content: flex-start;
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 10px 20px;
    background-color: #235176;
    font-size: 17px;
    line-height: 25px;
}

.newsletter-above-footer .fl-html div#mc_embed_shell {
    position: relative;
}

.newsletter-above-footer .fl-html input.email {
    padding: 13px;
    border-radius: 8px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.newsletter-above-footer .fl-html input.email::placeholder {
    color: #000000;
}

.newsletter-above-footer .fl-html {
    width: 58%;
    margin: 0 auto;
}

.newsletter-col .fl-html {
    width: 100%;
}

.team-info .fl-module-pp-infobox .pp-heading-wrapper-inner {
    position: absolute;
    top: 53px;
    left: 170px;
}

body.fl-builder-edit .team-info .fl-module-pp-infobox .pp-heading-wrapper-inner {
    position: initial;
}

.team-info .pp-infobox-wrap {
    position: relative;
}

.gform_heading p.gform_required_legend {
    display: none;
}

.contact-form .pp-gf-inner .form-heading .form-styling {
    color: #072F48;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
	margin: 0px;
}

.contact-form .pp-gf-inner .gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 150px;
}

.contact-form .pp-gf-inner .gravity-theme .gfield_label {
    margin-bottom: -2px;
    padding: 0px;
}

.contact-footer .newsletter {
	width: 60%;
	margin: 0 auto;
}

.wpautoterms-footer {
    display: block;
    width: 100%;
    position: relative;
    z-index: 10000002;
    display: none;
}

.newsletter input#gform_submit_button_2 {
    line-height: inherit;
}
footer{
    position: relative;
}
footer:before {
    content: url('/wp-content/uploads/2024/08/Mask-group-1.png');
    display: block;
    margin-bottom: 20px;
    position: absolute;
    z-index: 1;
    top: -40px;
    right: 0;
}

.site-footer .fl-col-group {
    position: relative;
    z-index: 11;
}

.global-footer .fl-col-group {
    position: relative;
    z-index: 11;
}

.global-contact-footer .fl-col-group {
    position: relative;
    z-index: 11;
}

body.page-id-646 .global-footer .fl-row-content-wrap {
    background-image: linear-gradient(0deg, #235176 50%, #ebf8fb 50%);
}

@media (min-width: 1440px) {
		.home-photo .fl-photo-content img.fl-photo-img {
    		border-radius: 16px;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
		.home-hero-row .pp-infobox-wrap .pp-infobox-image img { 
			height: 68px; 
			width: 68px;
	}
}

@media (max-width: 768px) {
		.custom-header .pp-advanced-menu .menu {
			margin-top: 30px;
    }
		.custom-header ul li.contact-button a {
			margin-left: 0px;
 			color: #ffffff !important;
			background-color: #235176;
	}
    	.custom-header .pp-advanced-menu .menu > li{
			margin-left: 0 !important;
			margin-right: 0 !important;
			display: flex;
			align-items: center;
			justify-content: center;
			margin-top: 5px;
			margin-bottom: 5px;
    }
		div.hero-banner div.fl-row-content-wrap {
			min-height: 300px !important;
			padding: 0px 20px;
	}
		.newsletter-above-footer .fl-html {
			width: 100%;
	}
		.custom-header ul li.contact-button a {
			border-radius: 30px;
			padding: 12px 40px !important;
	}
		footer:before {
			display: none;
	}
}

@media (max-width: 600px) {
		.contact-footer .newsletter {
		width: 100%;
	}
}


@media (max-width: 440px) {
		.text-section br {
			display: none;
	}
}

@media (max-width: 375px) {
		.newsletter-above-footer .fl-html input.button {
			position: inherit;
			margin: 10px 0;
			width: 100%;
			text-align: center;
	}
}