	.subscribe-section {
    background: #F9F9F9;
}
.row.subscribe-bg {
    background: #f9f9f9;
    text-align: center;
    padding: 70px 0 70px;
    border-radius: 5px;
    margin-bottom: -185px;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 0 23px rgba(72,72,72,0.1));
}
.subscribe-title h1 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 0;
}
.subscribe-title h1 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 0;
}
.row.scrb-bg {
    padding: 42px 0 0;
}
.counter-title h2 {
    font-size: 35px;
    display: inline-block;
    padding: 0 0 5px;
}
.counter-text span {
    font-size: 18px;
    color: #00295a;
    padding: 5px 0 0px;
    display: inline-block;
}
.counter-title {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s, transform 1s;
}
.contact-section {
    padding: 120px 0 120px;
}
.contact-information2 {
    margin-bottom: 35px;
    overflow: hidden;
}
.contacts-icon {
    float: left;
    margin-right: 20px;
    width: 80px;
    line-height: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px dashed #00295a;
}
.contacts-icon i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #f9f9f9;
    text-align: center;
    color: #00295a;
    font-size: 22px;
    border-radius: 50%;
    display: inline-block;
    transition: .5s;
}
.contacts-title h5 {
    font-weight: 600;
    font-size: 20px;
    color: #232353;
}
.contacts-title h6 {
    font-size: 14px;
    line-height: 23px;
    color: #57647c;
    font-weight: 500;
}
.form-control {
    height: 54px;
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
    transition: .5s;
    padding: 0px 25px;
    display: block;
    width: 100%;
    color: #0D0E14;
    margin-bottom: 10px;
    border-radius: 4px;
}
#contact_reset {
    display: none;
}
#sub_mit {
    width: 100%;
    height: 54px;
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
    font-weight: 500;
    color: #00295a;
    display: inline-block;
    margin-top: 40px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
#contact_message textarea {
    height: 170px;
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
    transition: .5s;
    padding: 15px 25px;
    display: block;
    width: 100%;
    border-radius: 4px;
}
