.elementor-kit-6{--e-global-color-primary:#0A5888;--e-global-color-secondary:#54595F;--e-global-color-text:#5A6872;--e-global-color-accent:#FD834C;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Outfit", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Outfit", Sans-serif;}.elementor-kit-6 h2{font-family:"Outfit", Sans-serif;}.elementor-kit-6 h3{font-family:"Outfit", Sans-serif;}.elementor-kit-6 h4{font-family:"Outfit", Sans-serif;}.elementor-kit-6 h5{font-family:"Outfit", Sans-serif;}.elementor-kit-6 h6{font-family:"Outfit", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1420px;}.e-con{--container-max-width:1420px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.header-button-link{
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
}
.w-inline-block {
    max-width: 100%;
}
.header-button-icon-wrap{
    background-color: #e9eef2;
    border-radius: 50%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin-right: 8px;
    display: flex;
}
.header-btn-icon{
    width: 18px;
    height: 18px;
}
.header-button-text {
    font-size: 16px;
    line-height: 25px;
    font-family:Outfit, sans-serif;
    color: #fff;
    white-space: nowrap;
    align-self: center;
    margin-top: 5px;
    font-weight: 600;
}
.text-block{
    margin-top: -8px;
    font-size: 12px;
    font-weight: 200;
}
.button-wrap.header-btn {
    align-items: center;
    padding-right: 0;
}
.button-wrap {
    flex-flow: row;
    order: 1;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
}
.button-link {
    display: flex;
}
.w-inline-block {
    max-width: 100%;
}
.button---white {
    background-color: #fff;
    font-family: Outfit, sans-serif;
    color: #424242;
    text-align: left;
    letter-spacing: .65px;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 30px;
    padding: 17px 40px 17px 30px;
    font-size: 13px;
    font-weight: 600;
    line-height: 26px;
}
.button---orange {
    color: var(--color);
    background-color: #f58823;
    border-radius: 50%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    min-width: 60px;
    margin-left: -20px;
    display: flex
;
}
.button---blue{
    background-color: #0a5888;
    font-family: Outfit, sans-serif;
    color: #fff;
    text-align: left;
    letter-spacing: .65px;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 30px;
    padding: 17px 40px 17px 30px;
    font-size: 13px;
    font-weight: 600;
    line-height: 26px;
}
.form-row{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.form-row .form-half-col{
    width:50%;
}
.form-row input[type=date], .form-row input[type=email], .form-row input[type=number], .form-row input[type=password], .form-row input[type=search], .form-row input[type=tel], .form-row input[type=text], .form-row input[type=url], .form-row select, .form-row textarea{
    
    min-height: 60px;
    border-radius: 35px;
    font-size: 14px;
    font-family: 'Outfit';
    padding: 15px 30px;
    border: solid 1px #e1e1e1;
}
.form-style-1 .wpcf7-submit{
    display: block;
    width: 100%;
    min-height: 60px;
    border-radius: 35px;
    color: #fff;
    font-family: 'Outfit';
    background: #0a5888;
    font-weight: 600;
    font-size: 16px;
    border: solid 1px #0a5888;
}
.form-style-1 .wpcf7-submit:hover{
    background:#424242;
    border:#424242;
}
.form-style-2 input[type=date], .form-style-2 input[type=email], .form-style-2 input[type=number], .form-style-2 input[type=password], .form-style-2 input[type=search], .form-style-2 input[type=tel], .form-style-2 input[type=text], .form-style-2 input[type=url], .form-style-2 select, .form-style-2 textarea{
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}
.form-style-2 [type=button], .form-style-2 [type=submit], .form-style-2 button{
    background: #f58823;
    border: none;
    color: #fff;
    font-family: 'Outfit';
    font-size: 16px;
    
}
.form-style-2 [type=button]:hover, .form-style-2 [type=submit]:hover , .form-style-2 button:hover{
    
    background: #0a5888;
    
}
.form-style-3 .form-row div{
    width: 100%;
}
.form-style-3 textarea{
    max-height: 150px;
}
.form-style-3 [type=button], .form-style-3 [type=submit], .form-style-3 button{
    background-color: #0a5888;
    font-family: Outfit;
    color: #fff;
    letter-spacing: .8px;
    text-transform: none;
    border-radius: 30px;
    margin-top: 20px;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border: none;
    transition: all .5s 
cubic-bezier(.645, .045, .355, 1);
}
.form-style-3 [type=button]:hover, .form-style-3 [type=submit]:hover , .form-style-3 button:hover{
    background-color: #424242;
    color: #fff;
}
@media (max-width:750px){
    .w-row{
        flex-direction:column;
        gap:30px;
    }
    .icon-style-two-dots{
        display:none;
    }
    .header-button-link{
        cursor: pointer;
    width: 100%;
    display: flex
;
    justify-content: space-between;
    flex-direction: row-reverse;
    }
    .form-row{
        display: flex
;
    flex-direction: column;
    gap: 0px;
    }
    .form-row .form-half-col{
        width:100%;
    }
    
}/* End custom CSS */