span.wpcf7-spinner {
    display: none;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

input.form-control.wpcf7-not-valid {
    border-bottom: 1px solid #dc3232 !important;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    margin: 0;
    padding: 0;
    color: #dc3232;
    background-color: #f8e9e9;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    font-size: 14px;
    margin-top: 25px;
    padding: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    margin: 0;
    padding: 0;
    color: #198754;
    background-color: #f0fbf1;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    font-size: 14px;
    margin-top: 25px;
    padding: 15px;
}

.not_found_page .not_found_content {
    background-color: #f3f3f3;
    padding: 100px 30px;
    text-align: center;
}

.not_found_page .not_found_content h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: #101643;
    margin-bottom: 15px;
}

.not_found_page .not_found_content p {
    margin-bottom: 30px;
}

.not_found_page .not_found_content a {
    display: inline-block;
    background-color: #2894D1;
    border: 1px solid transparent;
    color: #ffffff;
    border-radius: 50px;
    padding: 20px 50px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.job_listing .featured-jobs .slider_item_buttons a {
    width: 100%;
}

.job_listing .featured-jobs .slider_item_buttons a.apply {
    display: none;
}

.job_listing .featured-jobs .slider_item_buttons::before {
    display: none;
}

.job_listing .featured-jobs .slider_item_content .badge {
    display: none;
}


/* we docs */

span.wpcf7-not-valid-tip {
    display: none;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: none !important;
    color: #f00;
    padding: 0px !important;
    margin: 0px auto !important;
    float: left;
}

div.wpcf7 .ajax-loader {
    display: none;
}

div.wpcf7-mail-sent-ok {
    border: none !important;
    color: #005ca8;
    padding: 0px !important;
    margin: 0px auto !important;
    float: left;
}

.faq-form div.wpcf7-validation-errors,
.faq-form div.wpcf7-acceptance-missing,
.faq-form div.wpcf7-mail-sent-ok,
.contact-form div.wpcf7-validation-errors,
.contact-form div.wpcf7-acceptance-missing,
.contact-form div.wpcf7-mail-sent-ok,
.sample-request-form div.wpcf7-validation-errors,
.sample-request-form div.wpcf7-acceptance-missing,
.sample-request-form div.wpcf7-mail-sent-ok {
    padding-left: 15px !important;
}


/* Getting Started  */

.wedocs-single-wrap {
    padding: 60px;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list>li.current_page_parent>a,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list>li.current_page_item>a,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list>li.current_page_ancestor>a {
    background: transparent !important;
    color: #005ca8 !important;
    border-radius: 5px;
    border-left: 2px solid #005ca8;
    border-radius: 0px !important;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li a {
    color: #555555;
}

.wedocs-single-wrap .entry-header h1 {
    display: none;
}

.wedocs-single-wrap .wedocs-single-content article footer.entry-footer.wedocs-entry-footer {
    padding: 20px !important;
    float: left !important;
    margin-bottom: 20px;
    background: #00355f !important;
    color: #fff !important;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content ul {
    display: block;
    margin-top: 30px;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content ul li {
    padding-bottom: 10px;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content ul li:last-child {
    padding: 0px;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content ul li a {
    color: #555555;
    text-transform: capitalize;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content ul li a:hover {
    color: #005ca8;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content ul li ul {
    margin: 0px auto;
    margin-top: 10px;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list>li.current_page_parent li.current_page_item>a,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list>li.current_page_item li.current_page_item>a,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list>li.current_page_ancestor li.current_page_item>a {
    border-left: 1px solid #005ca8 !important;
}

.wedocs-single-wrap .wedocs-single-content ol.wedocs-breadcrumb a {
    color: #005ca8 !important;
}

.wedocs-single-wrap .wedocs-single-content article header {
    display: none;
}

.docs-template-default .inner-footer {
    margin-top: 100px !important;
}

@media screen and (max-width: 767px) {
    .ptb-mobile {
        padding: 50px 0 !important;
    }
}

.services_content_inner_industries {
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .header .center .menu_bar .menu_bar_nav_item.dropdown i {
        display: block;
        float: right;
        position: relative;
        top: 10px;
    }
    .header .center .menu_bar .menu_bar_nav_item.dropdown .dropdown_menu_item_link {
        background-color: #f3f3f3;
    }
}

div.site_loder div {
    text-align: center;
    max-width: 250px !important;
    overflow: hidden;
}
div.site_loder div video {
    max-width: 252px !important;
}

