.about_custom {
    padding: 100px 0 127px 0;
}

.help_custom {
    padding: 100px 0 100px 0;
}

.about_title {
    color: #1A1744;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 10px;
}

.team_inner .heading_common {
    margin-bottom: 20px;
}

.faq .section_header {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.about_inner {
    padding: 120px 0 0 0;
}

.project_contact_info {

    display: block !important;
}

.footer_widget li span a {
    color: #464646;
}

.form h5 {
    color: #b9b9b9;
}

.content i {
    color: #421900;
}


.heading_primary_color h6 {
    color: #d9d0c1;
}

.slider_content.heading.heading_primary_color H2 {
    color: #d9d0c1;

}

.blog_inner {
    padding-bottom: 100px;
}

.close-btn-modal {
    background: #421900;
    color: #ffffff !important;
    font-weight: 400 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 5px;
    letter-spacing: 2.4px;
    padding: 7px 10px !important;
}

.service-box-less-padding {
    padding: 20px !important;
}




/* .file_input::placeholder{
    color: #818e9d
} */

.cv {

    padding-top: 10px;
}

@media screen and (max-width: 500px) {
    .cv {

        padding-top: -285px;
    }
}

.file_input {
    height: 58px;
    background: #421900;
    color: #818e9d;
    font-size: 16px;
    line-height: 30px;
    border-color: #d9d0c1;
    border-radius: 5px;
    /* padding-left: 25px; */





    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    /* color: #212529; */
    /* background-color: #fff; */
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.file_input input {
    position: absolute;
    left: 80px;
    top: 13px;
}

.btn_one {
    color: #421900;
}

.btn_one:hover {
    color: #ffffff !important;
}






.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state~.read-more-trigger:before {
    content: 'Disclaimer';
}

.read-more-state:checked~.read-more-trigger:before {
    content: 'Disclaimer';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #421900;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #421900;
    border-radius: .25em;
   
}

