.elementor-18 .elementor-element.elementor-element-83591eb:not(.elementor-motion-effects-element-type-background), .elementor-18 .elementor-element.elementor-element-83591eb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#032E65;}.elementor-18 .elementor-element.elementor-element-83591eb > .elementor-container{min-height:243px;}.elementor-18 .elementor-element.elementor-element-83591eb{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18 .elementor-element.elementor-element-83591eb > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-18 .elementor-element.elementor-element-b051be4 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18 .elementor-element.elementor-element-b051be4{text-align:center;}.elementor-18 .elementor-element.elementor-element-b051be4 .elementor-heading-title{font-family:"Outfit", Sans-serif;font-size:40px;font-weight:700;text-transform:capitalize;color:#FFFFFF;}@media(max-width:767px){.elementor-18 .elementor-element.elementor-element-83591eb > .elementor-container{min-height:114px;}.elementor-18 .elementor-element.elementor-element-b051be4{text-align:center;}.elementor-18 .elementor-element.elementor-element-b051be4 .elementor-heading-title{font-size:23px;}}/* Start custom CSS for html, class: .elementor-element-b284316 *//*==========================================
   CONTACT SECTION
==========================================*/

.bms-contact-section{
    background:#f8f9fc;
}

.bms-contact-info h5{
    color:#032E65;
    font-size:15px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.bms-contact-info h2{
    font-size:42px;
    font-weight:700;
    color:#032E65;
    margin-bottom:15px;
}

.bms-contact-info p{
    color:#666;
    font-size:16px;
    line-height:1.8;
}

/* Contact Info */

.bms-info-box{
    display:flex;
    align-items:flex-start;
    gap:18px;
    background:#fff;
    padding:22px;
    margin-top:20px;
    border-radius:12px;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.bms-info-box:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.bms-icon{
    width:60px;
    height:60px;
    min-width:60px;
    background:#032E65;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
}

.bms-info-box h6{
    margin-bottom:6px;
    color:#032E65;
    font-size:19px;
    font-weight:700;
}

.bms-info-box p{
    margin:0;
    color:#555;
    font-size:15px;
    line-height:1.7;
}

/*==========================================
   CONTACT FORM
==========================================*/

.bms-contact-form{
    background:#fff;
    padding:45px;
    border-radius:18px;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

.bms-contact-form h3{
    color:#032E65;
    font-size:32px;
    font-weight:700;
    margin-bottom:30px;
}

.bms-input{
    height:58px;
    border:1px solid #d9d9d9;
    border-radius:10px;
    padding:0 18px;
    font-size:15px;
    box-shadow:none !important;
    transition:.3s;
}

textarea.bms-input{
    height:auto;
    padding:15px 18px;
    resize:none;
}

.bms-input:focus{
    border-color:#032E65;
}

/* Button */

.bms-btn{
    background:#032E65;
    color:#fff;
    border:none;
    padding:15px 40px;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    transition:.3s;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.bms-btn:hover{
    background:#ff9800;
    color:#fff;
    transform:translateY(-3px);
}

/*==========================================
   Responsive
==========================================*/

@media(max-width:991px){

.bms-contact-info{
    margin-bottom:40px;
}

.bms-contact-info h2{
    font-size:34px;
}

.bms-contact-form{
    padding:35px;
}

}

@media(max-width:767px){

.bms-contact-section{
    padding:60px 0;
}

.bms-contact-info h2{
    font-size:28px;
}

.bms-contact-form{
    padding:25px;
}

.bms-contact-form h3{
    font-size:26px;
}

.bms-info-box{
    padding:18px;
}

.bms-icon{
    width:52px;
    height:52px;
    min-width:52px;
    font-size:18px;
}

.bms-btn{
    width:100%;
}

}/* End custom CSS */