.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-info-box {
    text-align: center;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 30px;
}


.contact-info-box h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #212529;
}

.contact-info-box p {
    margin-bottom: 0;
}

.contact-info-box p a {
    display: inline-block;
    color: #737b9a;

}

.contact-area .section-title {
    margin-top: 110px;
}

.section-title {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
}

.section-title .sub-title {
    color: #0000ff;
    display: block;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
}

.section-title h2 {
    max-width: 560px;
    text-transform: capitalize;
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    font-weight: bold;
    color: #212529;
}

.section-title p {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #737b9a;
    margin-bottom: 15px;
}

.contact-form form .form-control {
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
    height: 55px;
    font-size: 16px;
}

.contact-form form .help-block ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 0;
}

.contact-form form .help-block ul li {
    color: red;
}

.contact-form form .default-btn {
    margin-top: 5px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(0, 0, 255, 0.2);
    box-shadow: 0 5px 28.5px 1.5px rgba(0, 0, 255, 0.2);
}


.contact-form form textarea.form-control {
    height: auto;
    padding-top: 20px;
}

.default-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #fa7070;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
}

.contact-form form #msgSubmit {
    margin-bottom: 0;
    text-align: left !important;
}

.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #0000ff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 17px;
    padding-bottom: 13px;
}
