.elementor-kit-5{--e-global-color-primary:#003349;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#003349;--e-global-color-accent:#C70017;--e-global-color-f0e1c3b:#FFFFFF00;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:28px;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:25px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:34px;color:var( --e-global-color-primary );font-family:"Open Sans", Sans-serif;font-size:20px;font-weight:400;font-style:normal;line-height:28px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Aero Matics", Sans-serif;font-size:26px;line-height:28px;color:var( --e-global-color-secondary );padding:10px 20.5px 10px 20.5px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 p{margin-block-end:30px;}.elementor-kit-5 a{font-family:"Open Sans", Sans-serif;}.elementor-kit-5 h1{font-family:"Aero Matics", Sans-serif;font-size:120px;font-weight:700;text-transform:uppercase;font-style:italic;line-height:120px;}.elementor-kit-5 h2{font-family:"Aero Matics", Sans-serif;font-size:80px;font-weight:400;line-height:80px;}.elementor-kit-5 h3{font-family:"Aero Matics", Sans-serif;font-size:40px;font-weight:400;line-height:53px;}.elementor-kit-5 h4{font-family:"Aero Matics", Sans-serif;font-size:30px;font-weight:700;line-height:40px;}.elementor-kit-5 h5{font-family:"Aero Matics", Sans-serif;font-size:26px;font-weight:400;line-height:35px;}.elementor-kit-5 h6{font-family:"Aero Matics", Sans-serif;font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1420px;}.e-con{--container-max-width:1420px;--container-default-padding-top:0px;--container-default-padding-right:15px;--container-default-padding-bottom:0px;--container-default-padding-left:15px;}.elementor-widget:not(:last-child){--kit-widget-spacing:15px;}.elementor-element{--widgets-spacing:15px 15px;--widgets-spacing-row:15px;--widgets-spacing-column:15px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1366px){.elementor-kit-5 h1{font-size:80px;line-height:80px;}.elementor-kit-5 h2{font-size:60px;line-height:55px;}.elementor-kit-5 h5{font-size:22px;line-height:26px;}}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-accent-font-size:22px;--e-global-typography-accent-line-height:24px;font-size:16px;}.elementor-kit-5 p{margin-block-end:15px;}.elementor-kit-5 h1{font-size:60px;line-height:60px;}.elementor-kit-5 h2{font-size:50px;}.elementor-kit-5 h3{font-size:24px;line-height:28px;}.elementor-kit-5 h4{font-size:20px;line-height:24px;}.elementor-kit-5 h5{font-size:18px;line-height:22px;}.elementor-kit-5 h6{font-size:16px;line-height:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:44px;line-height:40px;}.elementor-kit-5 h2{font-size:36px;line-height:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p:last-child {
    margin-bottom: 0;
}

.lines-decoration--two {
    position: relative;
    
    &:before {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        right: calc(100% + 10px);
        left: unset !important;
        width: 100vw;
        max-width: 100vw;
        height: 3px;
        background: var(--e-global-color-accent);
    }
    
    &:after{
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        left: calc(100% + 10px);
        right: unset !important;
        width: 100vw;
        max-width: 100vw;
        height: 3px;
        background: var(--e-global-color-accent);
    }
}

.lines-decoration--left {
    position: relative;
    
    &:before {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        right: calc(100% + 10px);
        left: unset !important;
        width: 100vw;
        max-width: 100vw;
        height: 3px;
        background: var(--e-global-color-accent);
    }
}

.lines-decoration--right {
    position: relative;
    
    &:after{
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        left: calc(100% + 10px);
        right: unset !important;
        width: 100vw;
        max-width: 100vw;
        height: 3px;
        background: var(--e-global-color-accent);
    }
}

.lines-decoration--left-bottom {
    position: relative;
    
    &:after{
        position: absolute;
        content: '';
        top: 105%;
        right: 0;
        left: unset !important;
        width: 100vw;
        max-width: 100vw;
        height: 3px;
        background: var(--e-global-color-accent);
    }
}

.animated-line {
    &:before,
    &:after {
        max-width: 0;
        opacity: 0;
        transition: opacity 0.1s ease, max-width 0.7s ease;
    }
}

.in-screen {
    &:before,
    &:after {
        max-width: 100vw;
        opacity: 1;
    } 
}

@media (max-width: 767px) {
    .lines-decoration--left,
    .lines-decoration--right {
        &:before,
        &:after {
            display: none;
        }
    }
}

.arrow-btn .elementor-button {
    .elementor-button-icon path {
        transition: all 0.3s ease;
    }
    
    &:hover .elementor-button-icon path {
        fill: #fff;
    }
}

/* Expanded Text */
.elementor-element.expanded-text {
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease !important;
}

.expanded-text.open {
    max-height: 2000px;
}

.read-more-btn {
    .elementor-button { 
        cursor: pointer;
    }
}

.aero-font {
    font-family: "Aero Matics", Sans-serif;
}

.bigger-text {
    font-size: 25px;
    
    @media (max-width: 1024px) {
        font-size: 20px;
    }
    
    @media (max-width: 767px) {
        font-size: 18px;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Open Sans';
	font-display: auto;
	src: url('https://barksdaleforwa.wpenginepowered.com/wp-content/uploads/2025/11/OpenSans-VariableFont_wdthwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Aero Matics';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://barksdaleforwa.wpenginepowered.com/wp-content/uploads/2025/11/Aero-Matics-Regular.woff2') format('woff2'),
		url('https://barksdaleforwa.wpenginepowered.com/wp-content/uploads/2025/11/Aero-Matics-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Aero Matics';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://barksdaleforwa.wpenginepowered.com/wp-content/uploads/2025/11/Aero-Matics-Light.woff2') format('woff2'),
		url('https://barksdaleforwa.wpenginepowered.com/wp-content/uploads/2025/11/Aero-Matics-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Aero Matics';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://barksdaleforwa.wpenginepowered.com/wp-content/uploads/2025/11/Aero-Matics-Light-Italic.woff2') format('woff2'),
		url('https://barksdaleforwa.wpenginepowered.com/wp-content/uploads/2025/11/Aero-Matics-Light-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Aero Matics';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://barksdaleforwa.wpenginepowered.com/wp-content/uploads/2025/11/Aero-Matics-Italic.woff2') format('woff2'),
		url('https://barksdaleforwa.wpenginepowered.com/wp-content/uploads/2025/11/Aero-Matics-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Aero Matics';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://barksdaleforwa.wpenginepowered.com/wp-content/uploads/2025/11/Aero-Matics-Bold.woff2') format('woff2'),
		url('https://barksdaleforwa.wpenginepowered.com/wp-content/uploads/2025/11/Aero-Matics-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Aero Matics';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://barksdaleforwa.wpenginepowered.com/wp-content/uploads/2025/11/Aero-Matics-Bold-Italic.woff2') format('woff2'),
		url('https://barksdaleforwa.wpenginepowered.com/wp-content/uploads/2025/11/Aero-Matics-Bold-Italic.ttf') format('truetype');
}
/* End Custom Fonts CSS */