.contact-hero {
    background:#f5f5f5;
    padding:60px 0;
    text-align:center;
}

.contact-hero h1 {
    font-size:36px;
    margin-bottom:10px;
}

.contact-info {
    padding:40px 0;
    background:#fff;
}

.info-box {
    text-align:center;
    padding:20px;
}

.info-box i {
    font-size:30px;
    color:#0d6efd;
    margin-bottom:10px;
}

.contact-area {
    padding:60px 0;
    background:#fafafa;
}

.contact-form .form-control {
    border-radius:4px;
}

.map-box iframe {
    width:100%;
    height:250px;
    border:0;
    border-radius:6px;
}

.office-photo img {
    width:100%;
    margin-top:15px;
    border-radius:6px;
}

