.form-title {
    background-color: #051791;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    padding: 5px;
    margin-bottom: 20px;
}

.form-title h3 {
    color: #fff;
    text-align: center;
}

.dropdown-menu-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.mb-60 {
    margin-bottom: 60px;
}

.services-inner {
    border: 2px solid #00a2ff;
    border-radius: 10px;
    text-align: center;
    height: 230px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.our-services-img {
    float: left;
    margin-left: -36px;
    margin-right: -36px;
    margin-top: 28px;
}

.our-services-text {
    padding-right: 10px;
}

.our-services-text {
    overflow: hidden;
    padding: 28px 0 25px;
}

.our-services-text h5 {
    color:#5B5B5B;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.our-services-text h5::before {
    background:  none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 35px;
}

.our-services-wrapper:hover .services-inner {
    transform: scale(1.03);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}
