.contact-title {
    font-size: 1.8em;
    line-height: 1.3;
    font-weight: 600;
}

.porto-animation {
    margin-top: 1.5rem;
}

.porto-sicon-box.default-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.porto-sicon-box .porto-just-icon-wrapper {
    line-height: 1em;
}

.porto-icon {
    color: #ffffff;
    background: #58a600;
    width: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 31px;
    font-size: 21px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}

.default-icon .porto-sicon-header .porto-sicon-title:not(:last-child) {
    margin: 0 0 3px;
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1;
}

.porto-sicon-header>p:last-child {
    margin-bottom: 0;
}

.map_wraper {
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact-form {
    will-change: box-shadow;
    box-shadow: 0px 20px 80px 0 rgba(0,0,0,0.1);
    padding: 2rem;
}

.contact-form h3 {
    font-size: 1.3125em;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 0;
}

.contact-form .btn-submit {
    background: linear-gradient(135deg,#ffa54b 0,#ff7f00 80%);
    color: #FFF;
    margin-top: 30px;
}

@media (max-width: 991px){
    .contact-form {
        margin-top: 50px;
    }
}