.elementor-1102 .elementor-element.elementor-element-b2bd663{--display:flex;--position:fixed;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;top:0px;--z-index:9;}.elementor-1102 .elementor-element.elementor-element-b2bd663:not(.elementor-motion-effects-element-type-background), .elementor-1102 .elementor-element.elementor-element-b2bd663 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}body:not(.rtl) .elementor-1102 .elementor-element.elementor-element-b2bd663{left:0px;}body.rtl .elementor-1102 .elementor-element.elementor-element-b2bd663{right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1102 .elementor-element.elementor-element-e28e041{padding:12px 12px 12px 12px;}.elementor-1102 .elementor-element.elementor-element-707d800{--display:flex;--position:absolute;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;top:0px;--z-index:9;}body:not(.rtl) .elementor-1102 .elementor-element.elementor-element-707d800{left:0px;}body.rtl .elementor-1102 .elementor-element.elementor-element-707d800{right:0px;}.elementor-1102 .elementor-element.elementor-element-67f042b{padding:12px 12px 12px 12px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-1102 .elementor-element.elementor-element-4c88869{width:100%;max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-4c88869 */.button-blue {
            display: block;
            position: relative;
            background-color: #177898;
            /*width: 270px;*/
            height: 50px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 13px 27px;
            box-sizing: border-box;
            gap: 10px;
            text-align: center;
            font-size: 20px;
            color: #fff !important;
            font-family: Commissioner !important;
            transition: all 0.3s ease-in-out; 
            text-decoration: none !important;
        }
        .get-funded {
            position: relative;
            text-transform: uppercase;
            font-weight: 300;
            text-wrap: nowrap;
        }
        .button-blue .arrow-1 {
            width: 0px;
            transition: all 0.3s ease-in-out;
        }
        .button-blue .arrow-2 {
            width: 40px;
            transition: all 0.3s ease-in-out;
        }
        .button-blue:hover{
            background-color: #115a72;
            transition: all 0.3s ease-in-out;
        }
        .button-blue:hover .arrow-1{
            width: 40px;
             transition: all 0.3s ease-in-out;
        }
        .button-blue:hover .arrow-2{
            width: 0px;
            transition: all 0.3s ease-in-out;
        }
        
        
        @media only screen and (max-width: 550px){
            .button-blue,
            .button-white {
                width: 100%;
            }
        }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b2bd663 */.banner-nav-2 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.banner-nav-2.show {
  opacity: 1;
  visibility: visible;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-707d800 */.banner-nav{
    backdrop-filter: blur(15px);
    background: #FFFFFF26;
}

@media only screen and (max-width: 767px){
    .banner-nav{
        position: fixed !important;
    }
}/* End custom CSS */