/* Start custom CSS for html, class: .elementor-element-923ef2c *//*==========================
      BMS CONTACT
==========================*/

.bms-contact-section{
    background:#f8f9fc;
    padding:80px 0;
}

.bms-contact-section .bms-contact-info h5{
    color:#ff6b00;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:15px;
}

.bms-contact-section .bms-contact-info h2{
    font-size:40px;
    font-weight:700;
    color:#032E65;
    margin-bottom:20px;
}

.bms-contact-section .bms-contact-info>p{
    color:#666;
    line-height:28px;
    margin-bottom:30px;
}

.bms-contact-section .bms-info-box{
    display:flex;
    align-items:center;
    margin-bottom:25px;
    background:#fff;
    padding:18px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.bms-contact-section .bms-info-box:hover{
    transform:translateX(10px);
}

.bms-contact-section .bms-icon{
    width:60px;
    height:60px;
    background:#ff6b00;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:22px;
    margin-right:20px;
    flex-shrink:0;
}

.bms-contact-section .bms-info-box h6{
    color:#032E65;
    font-weight:700;
    margin-bottom:5px;
}

.bms-contact-section .bms-info-box p{
    margin:0;
    color:#555;
}

.bms-contact-section .bms-contact-form{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.bms-contact-section .bms-contact-form h3{
    color:#032E65;
    font-weight:700;
    margin-bottom:30px;
}

.bms-contact-section .bms-input{
    height:55px;
    border:1px solid #ddd;
    border-radius:10px;
    box-shadow:none;
}

.bms-contact-section textarea.bms-input{
    min-height:170px;
    height:auto;
    resize:none;
}

.bms-contact-section .bms-input:focus{
    border-color:#ff6b00;
    box-shadow:0 0 0 .2rem rgba(255,107,0,.15);
}

.bms-contact-section .bms-btn{
    width:100%;
    height:55px;
    border:none;
    background:#032E65;
    color:#fff;
    border-radius:10px;
    font-size:18px;
    font-weight:600;
    transition:.3s;
}

.bms-contact-section .bms-btn:hover{
    background:#ff6b00;
}

@media(max-width:768px){

.bms-contact-section{
    padding:60px 0;
}

.bms-contact-section .bms-contact-info h2{
    font-size:30px;
}

.bms-contact-section .bms-contact-form{
    padding:25px;
}

.bms-contact-section .bms-info-box{
    padding:15px;
}

}/* End custom CSS */