#home {
    overflow: hidden;
    background-color: #3056d3;
}

.hero-image img {
    width: 100%;
    height: auto;
}

.lead {
    text-align: justify;
    font-size: 1rem;
    color: #f8f9fa;
    padding-right: 40px;
}

.section-header {
    font-size: 36px;
    text-transform: capitalize !important;
}

.feature-box {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 20px;
}

.list-group-item {
    border: none;
}

.list-group-item h5,
.list-group-item p {
    display: inline-block;
}

.form-wrapper {
    padding: 50px 40px;
}

.form-wrapper {
    -webkit-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    background: var(--white);
    padding: 60px;
}

.form-wrapper .contact-form-title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}

.form-wrapper .form-group {
    margin-bottom: 25px;
}

.form-wrapper .form-group label {
    display: block;
    font-weight: normal;
    font-size: 12px;
}

.form-wrapper .form-group input,
.form-wrapper .form-group textarea {
    display: block;
    width: 100%;
    padding: 15px 0;
    border: none;
    outline: none;
    border-bottom: 1px solid #f1f1f1;
    resize: none;
}

#contact {
    background-color: #f8f9fa;
}

.form-inline .btn {
    margin-left: 10px;
}

footer {
    background: #3056d3;
    color: #ffffff !important;
}

footer h5,
footer a {
    color: #ffffff;
}

.contact-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-info-wrapper .single-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    width: 330px;
    margin-bottom: 30px;
}

.contact-info-wrapper .info-icon {
    font-size: 32px;
    color: #3056d3;
    margin-right: 20px;
}

.contact-info-wrapper .info-meta h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.contact-card {
    padding: 20px;
}

.contact-wrapper {
    -webkit-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    background: var(--white);
    margin-top: 80px;
    padding: 60px;
    text-align: center;
}

.contact-wrapper a {
    color:#3056d3;
}

.contact-wrapper a:hover {
    text-decoration: underline;
}

.social_icons {
   padding: 20px 0;
}

.social_icons a {
    margin-right: 10px;
}

.social_icons a:hover {
    color: #ffffff !important;
}

footer a, 
.list-unstyled li {
    padding: 0;
    font-weight:400;
}

footer a:hover {
    color: white;
    box-shadow: inset 0 -1px 0 0 #f8f9fa;
        transition: all .25s ease-out;
}

.submit-message {
    padding: 10px 0;
}

