.contact .info-box {
    color: #444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    margin-bottom: 30px;
    width: 100%;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}

#hero {
    width: 100%;
    height: 40vh;
    background-size: cover;
    position: relative;
    background: url(../img/img2.jpg) top center;
}

.contact .info-box i {
    font-size: 32px;
    color: #2D81CB;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #9eccf4;
}

.bx {
    font-family: 'boxicons' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact .info-box h3 {
    font-size: 20px;
    color: #666;
    font-weight: 700;
    margin: 10px 0;
}
.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
}
