.hero-hire-java {
    background-position: center right;
    min-height: 744px
}

.hero-hire-java h1,
.hero-hire-java p.hero-text {
    color: #fff;
    width: 100%;
}

.hero-hire-java h1 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 89px;
    line-height: 130%;
    letter-spacing: 0.015em;
}

.hero-hire-java .hero-text {
    font-size: 18px;
    letter-spacing: .015em;
    line-height: 140%;
    margin-bottom: 53px
}

.hero-hire-java .hero-text span,
.hero-hire-java h1 span {
    color: #ffffff
}

.hero-hire-java .heroSection__cont {
    padding: 25px 0 22px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hero-hire-java .heroSection__cont .leftSide {
    width: 100%;
    max-width: calc(100% - 440px);
}

.hero-hire-java .hire-form-section {
    border-radius: 0;
    max-width: 435px;
}
.hero-hire-java .form-layout, .hero-hire-java .form-wr {
    width: auto;
    height: auto;
    position: relative;
}
#hire-form .form-handler {
    padding: 47px 45px 45px 45px;
}

.hero-hire-java .hero-list{
    margin-bottom: 89px;
}
.orange_marker_chekbox li:not(:last-child){
    margin-bottom: 16px;
}
.orange_marker_chekbox li{
    padding-left: 32px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.015em;
    color: #fff;
}
.orange_marker_chekbox li:before{
    content: url('../images/orange-chekck-marker.svg');
    width: 10px;
    height: 7px;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
}
.hero-numbers{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    color: white;
}
.hire-number:not(:last-child){
    margin-right: 32px;
}
.number-item p{
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.005em;
    margin-bottom: 4px;
}
p.numbers-title{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.015em;
}

.hire-form-section .form-header h2{
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0em;
    margin-bottom: 4px;
}
.hire-form-section .form-header p{
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.015em;
}
.form-handler {
    padding: 40px 0 0;
}
.hire-form-section .input, .hire-form-section .textarea {
    line-height: 25px;
    padding-bottom: 11px;
}
.hire-form-section .field.mb50 {
    margin-bottom: 50px !important;
}
.hire-form-section .field:not(:last-child) {
    margin-bottom: 32px;
}
.hire-form-section .file-cta {
    padding: 12px 0 12px 13px;
}
.hire-java-layout .content h3{
    margin: 0 0 40px;
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.015em;
    text-align: left;
}
.hire-java-layout .content .text{
    margin: 0 0 40px;
}
.hire-java-feature{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 18px;
}
.hire-feature-card{
    display: flex;
    flex-direction: column;
    max-width: 31%;
}
.hire-java-layout .content figure:not(:last-child) {
    margin-bottom: unset;
}
.hire-feature-card {
    margin-bottom: 50px;
}
.hire-java-layout .content figure {
    margin-left: unset;
    margin-right: unset;
    text-align: left;
}
.hire-java-layout .content .feature-icon:nth-child(n){
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.feature-icon img{
    margin-right: 20px;
}
.feature-description{
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.015em;
    text-align: left;

}
.java_process_slider .slick-list{
    margin: 0 -3.5px;
}
.java_process_slider{
    padding-top: 32px;
}
.java_process_slider .slick-dotted.slick-slider{
    margin-bottom: 40px;
}
.java_process_slider .hire-java-work-slide{
    margin: 0 3.5px;
}
.java_process_slider .hire-java-work-slide img{
    max-width: 378px;
}
.hire-java-process.section_64_p{
    padding-bottom: 31.5px;
}
.recruitment_process{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 66px;
    position: relative;
}
.recruitment_process_card{
    max-width: 470px;
    padding: 20px;
    position: relative;
}
.recruitment_process_card:not(:last-child):not(:nth-last-child(2)){
    margin-bottom: 40px;
}
.recruitment_process_card_2:before {
    content: '';
    position: absolute;
    width: 101px;
    height: 12px;
    background: url("../images/right-dotted-arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    left: -121px;
}
.recruitment_process_card_4:before {
    content: '';
    position: absolute;
    width: 101px;
    height: 12px;
    background: url("../images/left-dotted-arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    left: -121px;
}
.recruitment_process:after {
    content: '';
    position: absolute;
    width: 46px;
    height: 266px;
    background: url("../images/updown-dotted-arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.project-block-quote .media{
    align-items: center;
}
.easy_investments .content figure{
    margin: 0;
}
blockquote.project-block-quote{
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0.015em;
    position: relative;
    background-color: #FBFBFB;
    border-left: unset;
    padding: 0px 0px 0px 80px;
}
blockquote.project-block-quote .text{
    margin-bottom: 24px;
}

blockquote.project-block-quote::before{
    position: absolute;
    left: 0px;
    top:0px;
    background-image: url('../images/quote.svg');
    background-size: 56px 42px;
    display: inline-block;
    width: 56px;
    height: 42px;
    content:"";
}
blockquote.project-block-quote.investment-quote::before{
    position: absolute;
    left: 0px;
    top:0px;
    background-image: url('../images/quote.svg');
    background-size: 40px 30px;
    display: inline-block;
    width: 40px;
    height: 30px;
    content:"";
}
.content blockquote figure:not(:last-child) {
    margin-bottom: 0;
}
.content blockquote figure {
    margin-left: 0;
    margin-right: 24px !important;
    text-align: left;
}
blockquote.project-block-quote .media-title , blockquote.project-block-quote .sub-media-title{
    text-align: left;
}

blockquote.project-block-quote.investment-quote {
    padding: 7.2px 0px 0px 64px;
}
.content blockquote figure:not(:first-child) {
    margin-bottom: 2em;
}
blockquote .content h4 {
    margin-bottom: 0;
}
.new_review_slider{
    padding: 0 200px;
}

.new_review_slider .slide {
    background-color: #ccc;
    padding: 10px;
    display: table-cell !important;
    float: none !important;
}

.new_review_slider .slick-track {
    display: table !important;
}
.new_review_slider * {
    min-height: 0;
    min-width: 0;
}
.new_review_slider .text{
    width: 748px;
    word-wrap: break-word;
}
/*#trusted {*/
/*    padding: 55px 0 126px 0*/
/*}*/

.black-bg {
    background-color: #252525
}

.trusted .media-block__text {
    color: #fff
}

.media-block__text {
    max-width: calc(100% - 404px);
    padding-right: 53px;
}

.trusted .media-block__text .title {
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0.015em;
    margin-bottom: 24px
}
.trusted .media-block__text .content {
    line-height: 26px;
}

.trusted .media-block__image {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    cursor: pointer;
}

.feature-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.feature-card {
    max-width: 366px;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 3px 30px rgb(55 109 132 / 15%);
    padding: 26px 12px 50px;
}
figure.feature-card-icon {
    width: 32px;
    height: auto;
}
figure.feature-card-icon img {
    width: 32px;
    height: auto;
}
.hire-java-layout .content figure.feature-card-icon:nth-child(n){
    margin-bottom: 24px;
}
.feature-card p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.015em;

}

.feature-card p {
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.015em;

}
.feature-card p:not(.feature-card-title) {
    padding: 0 10px;
}
.hire_java-service-card .right-side-content{
    padding: 24px 30px 21px;
}
.hire_java-service-card:not(:last-child){
    margin-bottom: 20px;
}
.hire_java_services_list{
    padding: 24px 0 0px;
}
.faq_content{
    background: #f0f0f0;
}
.faq-singular {
    position: relative;
    margin-bottom: 2px;
    padding: 20px 52px 20px 47px;
    background: #FFFFFF;
}
.faq-singular:last-child{
    margin: 0
}
.faq-singular:hover,
.faq-singular.active{
    background-image: linear-gradient(90deg, #F2994A 0%, #F2994A 3px, transparent 3px, transparent 100%);
}
.faq-singular .faq-question {
    position: relative;
    cursor: pointer;
}
.faq-singular .faq-question h2{
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.015em;
    text-align: left;
}
.faq-singular:before {
    position: absolute;
    content: url(/wp-content/themes/impltech-theme/assets/images/open_faq.svg);
    color: #808080;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
    height: 32px;
    width: 32px;
    display: flex !important;
    justify-content: center;
    align-items: center;

}
.faq-singular.active:before {
    content: url(/wp-content/themes/impltech-theme/assets/images/close_faq.svg);
    transform: translateY(-50%) rotate(180deg);
}
.faq_question-link{
    z-index: 2;
    cursor: pointer;
}
.faq-answer {
    display: none;
    padding-top: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0px;
    color: rgba(37, 37, 37, 0.85);
}

@media (min-width: 1216px) {

    .faq-answer{
        padding-right: 30px;
    }
    .faq-singular .faq-question h2{
        padding-right: 10px;
    }

}
@media (max-width: 768px) {
    .faq-singular {
        padding: 20px 52px 20px 25px;
    }

    .faq-singular .faq-question:before {
        font-size: 26px;
    }
    .faq-singular.active .faq-question:before {
        font-size: 20px;
    }
}

@media (max-width: 450px) {
    .faq-singular .faq-question:before {
        font-size: 26px;
    }
    .faq-singular.active .faq-question:before {
        font-size: 20px;
    }
    .faq-singular .faq_category_name{
        font-size: 12px;
    }
    .faq-singular .faq-question h2{
        font-size: 20px;
    }
    .faq-singular .faq-answer{
        font-size: 16px;
    }

    .faq-singular .faq-question h2 {
        font-size: 16px;
    }
    .faq-singular .faq-answer{
        font-size: 14px;
    }
    .faq-singular .faq-question, .faq-singular .faq-answer {
        padding-right: 15px;
    }
}

@media (max-width: 1023px) {
    #hire-form-java .container {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .hero-hire-java .heroSection__cont {
        max-width: 90%;
        padding: 0;
    }
    .hero-hire-java .heroSection__cont .leftSide {
        max-width: 100%;
    }
    .hero-hire-java .hire-java__form {
        padding: 25px;
    }
    .hero-numbers{
        margin-bottom: 40px;
    }
    .hero-hire-java .form-wr {
        min-height: auto;
    }
    .hire-number:not(:last-child) {
        margin-right: 0;
        margin-bottom: 32px;
    }
    .feature-card {
        max-width: 100%;
    }
    .hire-feature-card{
        max-width: 100%;
    }
    .java_process_slider .hire-java-work-slide {
        margin: 0 auto;
    }
    .java_process_slider .slick-list {
        margin: 0;
    }
    .java_process_slider .slick-track{
        margin-bottom: 30px;
    }
    .recruitment_process:after, .recruitment_process_card_2:before, .recruitment_process_card_4:before{
        content: none;
    }
    .recruitment_process{
        padding-right: 0;
    }
    .recruitment_process_card:not(:last-child){
        margin-bottom: 40px;
    }
    .new_review_slider {
        padding: 0px;
    }
    .new_review_slider .text {
        width: 100%;
    }
    .new_review_slider.slick-dotted.slick-slider{
        margin-bottom: 30px;
    }
    blockquote.project-block-quote::before {
        background-size: 60%;
        background-repeat: no-repeat;
    }
    blockquote.project-block-quote {
        font-size: 16px;
        padding: 0px 0px 0px 50px;
    }
    .media-block{
        flex-direction: column;
    }
    .media-block__text{
        max-width: 100%;
        margin-bottom: 30px;
    }
    .feature-card:not(:last-child){
        margin-bottom: 30px;
    }
    .hire_java-service-card{
        flex-direction: column;
    }
}

@media (min-width: 552px) {
    .form-wr {
        padding: 30px;
        min-height: auto;
    }
    .hero-hire-java .form-layout, .hero-hire-java .form-wr {
        width: 435px;
    }
}
@media (min-width: 415px) and (max-width: 560px) {


}
@media (min-width: 320px) and (max-width: 415px) {


}