.title-area .title {
    border-bottom: 2px solid #565656;
    /* color: #333; */
    display: inline-block;
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.title-area .title::before {
    content: "";
    height: 2px;
    right: 0;
    position: absolute;
    top: 60px;
    width: 65%;
}

.title-area .title::before {
    /* background-color: #9c9c9c; */
}

.single-contact-new {
    border-radius: 10px;
    display: inline-block;
    margin: 15px;
    color: #fff;
    background-color: #0159A3;
    padding: 8px 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    min-width: 235px;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.download-icon {
    display: contents;
    float: right;
    width: 60px;
    color: #fff;
}

.download-content {
    display: inline;
    float: right;
    text-align: right;
    margin-right: 5px;
}

#contact-sec .title,
#contact-sec .title-area p {
    color: #333;
}

.title-area .title {
    border-bottom: 2px solid #565656;
    /* color: #333; */
    display: inline-block;
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.title-area {
    display: inline;
    float: right;
    text-align: center;
    width: 100%;
}

.single-contact-new p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.download-content p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 3px;
}

.single-contact-new:hover,
.single-contact-new:focus {
    background-color: #9c9c9c;
}

.single-contact-new span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

input::placeholder {
    color: black !important;
    opacity: 1 !important;
    /* Firefox */
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 63px !important;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 63px !important;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 63px !important;
}

textarea::placeholder {
    color: black !important;
    opacity: 1 !important;
    /* Firefox */
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 63px !important;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 63px !important;
}

textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black!important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 63px !important;
}

.contact-features-box .icon i:before {
    margin-right: 0;
    margin-left: 0px;
}

.contact-features-box .item {
    text-align: center;
    margin-bottom: 20px;
    height: 100%;
}

.contact-features-box .item .item-inner {
    border-width: 1px 1px 1px 1px;
    border-radius: 6px 6px 6px 6px;
    padding: 25px 25px 25px 25px;
    margin: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    text-align: center;
    border: 1px solid transparent;
    border-color: #E5E5E5;
    height: 100%;
}

.contact-features-box .features-box-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
    justify-content: center;
}

.contact-features-box .features-box-image i {
    font-size: 50px;
    color: var(--main);
}

.contact-features-box .title {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.contact-features-box .description,
.contact-features-box .description a {
    line-height: 1.8em;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #667488;
}

.contact-features-box .features-box-image {
    margin-bottom: 22px;
}

.contactForm .form-control {
    outline: none;
    cursor: auto;
    color: #999;
    background-color: #fff;
    border: solid 1px #dde6ef;
    height: 46px;
    padding: 6px 15px;
    filter: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.contactForm textarea.form-control {
    min-height: 160px;
    resize: none;
}