/* start: banner */
.hire__common_bnr {
    width: 100%;
    display: inline-block;
    background: url(../images/hire-django-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 99px 0px 48px;
}
.hire__common_bnr::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(249, 243, 243, 0.91);
    top: 0;
    left: 0;
}
.hire__common_bnr .left_bnr_box {
    width: 63%;
    float: left;
    padding-right: 47px;
}
.hire__common_bnr .right_bnr_box {
    width: 37%;
    float: right;
    padding-top: 5px;
}
.bnr_cont {
    width: 100%;
    display: inline-block;
}
.bnr_cont .bnrTitle {
    font-weight: 700;
    font-size: 74px;
    line-height: 88px;
    color: #142E4C;
    margin-bottom: 33px;
}

.bnr_cont .bnrTitle > span {
    font-weight: 300;
    font-size: 49px;
    line-height: 68px;
    display: block;
}
.bnr_cont .bnrTitle > small {
    font-size: 56px;
}

.bnr_cont .mark_label {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #0A58B1;
    margin-bottom: 27px;
}
.bnr_cont .mark_label > span {
    display: inline-block;
    position: relative;
}
.bnr_cont .mark_label > span + span {
    margin-left: 8px;
}
.bnr_cont .mark_label > span:not(:first-child):before {
    position: absolute;
    content: '|';
    left: -10px;
    top: 0px;
}

.bnr_cont p {
    font-weight: 400;
    font-size: 21px;
    line-height: 33px;
    color: #191D1C;
    margin-bottom: 28px;
}
.hire_nodeJs_bnr .btn_area {
    text-align: left;
}
.cstm_form_fld_box {
    width: 100%;
    overflow: hidden;
}
.cstm_form_fld_box .cstm_fild {
    /* width: calc(100% - 283px); */
    width: 100%;
    height: auto;
    float: left;
    padding: 19px 28px 20px;
    border: 1px solid #BABABA;
    background: #FFFFFF;
    color: #191D1C;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    border-radius: 5px;
    margin-bottom: 12px;
}
.cstm_form_fld_box .cstm_fild::placeholder {
    color: #848484;
}
.re_captcha_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.btnHire_developers {
    /* width: 100%;
    max-width: 283px; */
    padding: 19px 12px 20px;
    display: inline-block;
    border: 1px solid #1470DA;
    border-radius: 5px;
}
.btnHire_developers:hover {
    background: none !important;
    color: #1470DA !important;
}
.txtFree__trial {
    font-weight: 400;
    font-size: 17px;
    line-height: 33px;
    color: #191D1C;
    margin-top: 11px;
}
.trust_box_wrap {
    overflow: hidden;
    margin-top: 46px;
}
.trust_box_wrap h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #191D1C;
    margin-bottom: 21px;
}
.trust_logo {
    margin: 0px -15px;
}
.trust_logo > li {
    width: 14.285%;
    padding: 0px 15px;
    float: left;
}
.trust_logo > li .trustImg_box {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trust_logo > li .trustImg_box img {
    max-width: 100%;
    height: auto;
}

.bnr_feedback_wrap {
    /* width: 100%;
    max-width: 530px; */
    margin: 0px -14px;
    display: flex;
    flex-wrap: wrap;
}
.bnr__feedback_box {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0px 14px;
    display: flex;
    margin-bottom: 28px;
}

.fd_backCont {
    width: 100%;
    display: inline-block;
    padding: 32px 16px 30px;
    background: linear-gradient(137.1deg, #1A5AFF -2.16%, #0434AD 106.93%);
    border-radius: 10px;
    text-align: center;
}
.fd_backIcon {
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 10px;
}
.fd_backIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.fd_backCont .lblFdback {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    display: block;
    color: #FFFFFF;
}
.fd_backCont .fd_value {
    font-weight: 600 !important;
    font-size: 29px;
    line-height: 35px;
    color: #FFFFFF;
    margin-top: 4px;
}
.fd_backCont .short_desc {
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #DBEBFF;
}
/* end: banner */
.point_list {
    width: 100%;
    display: inline-block;
    padding-left: 45px;
    margin: 9px 0px 20px
}
.point_list li {
    list-style: disc;
}
.point_list li + li {
    margin-top: 10px;
}

@media only screen and (max-width: 1400px) {
    .custom_container {
        max-width: 1200px;
    }
    /* bannner */
    .hire__common_bnr .left_bnr_box {
        padding-right: 50px;
    }
    .bnr_cont .bnrTitle {
        font-size: 60px;
        line-height: 66px;
        margin-bottom: 24px;
    }
    .bnr_cont .bnrTitle > span {
        font-size: 40px;
    }
    .bnr_cont .bnrTitle > small {
        font-size: 42px;
        line-height: 30px;
    }

    .bnr_cont p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 22px;
    }

    .fd_backCont {
    }
    .fd_backCont .lblFdback {
        font-size: 15px;
    }
    .fd_backCont .fd_value {
        font-size: 24px;
        line-height: 36px;
    }
    /* bannner */
    

}
@media only screen and (max-width: 1199px) {
    /* bannner */
    .hire__common_bnr {
        padding: 75px 0px 48px;
    }
    .bnr_cont .bnrTitle {
        font-size: 48px;
        line-height: 60px;
    }
    .bnr_cont .bnrTitle > span {
        font-size: 38px;
        line-height: 42px;
    }
    .bnr_cont .bnrTitle > small {
        font-size: 38px;
        line-height: 30px;
    }

    .fd_backCont {
    }
    .fd_backCont .fd_value {
        font-size: 20px;
        line-height: 30px;
    }
    .cstm_form_fld_box .cstm_fild {
        /* width: calc(100% - 240px); */
        font-size: 16px;
        line-height: 24px;
        padding: 18px 15px;
    }
    .btnHire_developers {
        font-size: 14px;
        line-height: 21px;
    }
    /* bannner */
}
@media only screen and (max-width: 1100px) {
    .btnHire_developers {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1024px) {    
    .bnr_cont .bnrTitle {
        font-size: 40px;
        line-height: 48px;
    }
    .bnr_cont .bnrTitle > span {
        font-size: 30px;
        line-height: 36px;
    }
    .bnr_cont .bnrTitle > small {
        font-size: 28px;
        line-height: 30px;
    }
    .bnr_cont .mark_label {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .bnr_cont p,
    .txtFree__trial {
        font-size: 16px;
        line-height: 24px;
    } 
    .hire__common_bnr .left_bnr_box {
        padding-right: 36px;
    }
}
@media only screen and (max-width: 991px) {
    .bnr_cont .bnrTitle {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    .bnr_cont .bnrTitle > small {
        font-size: 24px;
        line-height: 24px;
    }
    .hire__common_bnr .left_bnr_box {
        padding-right: 25px;
    }

    .hire__common_bnr .left_bnr_box {
        width: 100%;
        float: none;
        display: inline-block;
        padding-right: 0;
    }
    .hire__common_bnr .right_bnr_box {
        width: 100%;
        display: inline-block;
        float: none;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 880px) {}
@media only screen and (max-width: 767px) {    
    .bnr_cont .bnrTitle {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 12px;
    }
    .bnr_cont .mark_label {
        font-size: 16px;
        line-height: 24px;
    }
    .hire__common_bnr {
        padding: 45px 0px 40px;
    }
    .bnr_cont p {
        font-size: 15px;
    }
    .trust_logo > li {
        padding: 0px 10px;
    }
    .fd_backCont .fd_value {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .hire__common_bnr {
        padding: 30px 0px 35px;
    }
    .bnr_cont .bnrTitle {
        font-size: 26px;
        line-height: 36px;
    }
    .cstm_form_fld_box .cstm_fild {
        width: 100%;
        float: none;
        display: inline-block;
        border: 1px solid #BABABA;
        border-radius: 5px;
        padding: 12px;
    }
    .btnHire_developers {
        display: block;
        border-radius: 5px;
        padding: 13px 12px;
        margin: 20px auto 0px;
    }
    .trust_box_wrap {
        margin-top: 30px;
    }
    .trust_box_wrap h4 {
        margin-bottom: 14px;
    }
    .trust_logo {
        text-align: center;
    }
    .trust_logo > li {
        width: calc(25% - 3px);
        display: inline-block;
        vertical-align: middle;
        padding: 0px 18px;
        float: none;
        margin-bottom: 15px;
    }
    .fd_backIcon {
        width: 60px;
        height: 60px;
    }
}
@media only screen and (max-width: 480px) {
    .fd_backCont .lblFdback,
    .fd_backCont .short_desc {
        font-size: 14px;
    }
    .hire__common_bnr .right_bnr_box {
        margin-top: 18px;
    }
    .bnr__feedback_box {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 12px;
    }
    .bnr_cont .mark_label {
        font-size: 15px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 390px) {
    .trust_logo > li {
        padding: 0px 10px;
    }
}
@media only screen and (max-width: 340px) {}