h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0px;
    padding: 0px;
}

h3 {
    font-weight: inherit !important;
}

.bnr_cont {
    width: 100%;
    display: inline-block;
}

.bnr_cont .bnrTitle {
    font-weight: 700;
    font-size: 74px;
    line-height: 88px;
    color: #FFFFFF;
    margin-bottom: 26px;
}
.subTitle_bnr {
    font-weight: 400;
    font-size: 21px;
    line-height: 33px;
    /* color: #B6C4D1; */
    color: #000000;
    margin-bottom: 10px;
    display: inline-block;
}
.bnr_cont .bnrTitle>span {
    font-weight: 300;
    font-size: 49px;
    line-height: 68px;
    letter-spacing: 0.3em;
    display: block;
}

.bnr_cont .mark_label {
    display: block;
    font-weight: 600;
    font-size: 21px;
    line-height: 33px;
    color: #FFF500;
    margin-bottom: 31px;
}

.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: #B6C4D1;
    margin-bottom: 28px;
}

.trust_box_wrap {
    overflow: hidden;
    margin-top: 30px;
    max-width: 700px;
}

.trust_box_wrap h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #FFF500;
    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;
}

.development_company_page_banner {
    background-color: #000000;
    background-image: url(../images/reactjs-com-banner.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 60px;
    padding: 68px 0 21px;
    position: relative;
    z-index: 1;
}

.development_company_page_banner::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(7, 38, 73, 0.81);
}

.development_company_page_banner .banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* background: #1470DA; */
    background: #D32222;
    color: #ffffff;
    width: 175px;
    height: 60px;
    border: none;
    font-weight: 700;
    font-size: 17px;
    line-height: 60px;
    border-radius: 5px;
}

.development_company_page_banner .bnr_cont .bnrTitle {
    /* max-width: 860px; */
    /* color: #fff; */
}

.development_company_page_banner p {
    max-width: 786px;
    /* color: #B6C4D1; */
}

.why_te_cont {
    /* background: linear-gradient(180deg, #114EEC 0%, #0639B8 100%); */
    /* background: linear-gradient(160deg, rgba(228, 30, 42, 1) 20%, rgba(39, 0, 0, 1) 100%); */
}

.why_te_cont .hireBtn {
    background: #FB1717;
    border-color: #FB1717;
}

.cstm_col_20_percent {
    width: 20%;
}

.services_we_offer_section .cstm_row {
    margin: 0px -11px;
}

.services_we_offer_section .cstm_col_20_percent {
    padding: 0px 11px;
    display: flex;
    float: left;
    margin-bottom: 30px;
}

.services_we_offer_section .cstm_col_3 {
    padding: 0px 11px;
    display: flex;
    float: left;
    margin-bottom: 30px;
}

.services_we_offer_section .cstm_col_3 .exprt_cont_col {
    padding: 40px 15px 50px;
    justify-content: flex-start;
}

.services_we_offer_section .exprt_cont_col .icon_box {
    width: 68px;
    height: 68px;
    padding: 17px;
}

.services_we_offer_section .exprt_cont_col h4 {
    font-size: 17px;
    min-height: 63px;
}

.development_process_section {
    padding: 100px 0 60px;
    background-color: #F4F4F4;
    counter-reset: section;
}

.development_process_section .cstm_row>div {
    position: relative;
    z-index: 0;
}

.development_process_section .cstm_row>div:after {
    content: '';
    border-right: 1px dashed #7A7878;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    z-index: 2;
}

.development_process_section .cstm_row>div:last-child:after {
    display: none;
}

.development_process_section .cstm_row>div:before {
    counter-increment: section;
    content: counter(section);
    /* background-color: #FB1717; */
    width: 48px;
    height: 48px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 3;
    top: 60px;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.development_process_section .custom_col_1 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1160px;
    margin: 0 auto;
    padding-bottom: 32px;
}

.development_process_section .custom_col_1:last-child {
    padding-bottom: 0px;
}

.development_process_section .custom_col_1:nth-child(even) {
    flex-direction: row-reverse;
}

.development_process_section .custom_col_1 figure {
    width: 50%;
    padding-left: 40px;
}

.development_process_section .custom_col_1 .content {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 40px;
    padding-top: 80px;
}

.development_process_section .custom_col_1:nth-child(even) .content {
    justify-content: flex-end;
    padding-right: 0;
    padding-left: 40px;
}

.development_process_section .custom_col_1:nth-child(even) figure {
    padding-left: 0;
    padding-right: 40px;
}

.development_process_section .custom_col_1 .text {
    width: 420px;
    max-width: 100%;
}

.development_process_section h3 {
    font-size: 21px;
    font-weight: 800 !important;
    margin-bottom: 15px;
    color: #0C236E;
}

.development_process_section p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1.8;
}

.development_process_section ul {
    margin-top: 25px;
}

.development_process_section ul li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    position: relative;
    padding-left: 30px;
}

.development_process_section ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    background-image: url(../images/check-icon.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.development_process_section .sec_title {
    margin-bottom: 40px;
}

.development_process_section .custom_col_1 figure img {
    margin: 0 auto;
}

.why_choose_us_section {
    padding: 100px 0 80px;
    /* background: linear-gradient(180deg, #EBF2FF 0%, rgba(235, 242, 255, 0)); */
}

.why_choose_us_section .sec_title {
    margin-bottom: 62px;
    line-height: 63px;
}

.why_choose_us_section>p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 50px;
}

.why_choose_us_section .cstm_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}

.why_choose_us_section .cstm_col_4 {
    padding: 0 16px;
    margin-bottom: 40px;
    display: flex;
}

.why_choose_us_section .cstm_col_6 {
    padding: 0 16px;
    margin-bottom: 40px;
    display: flex;
}

.why_choose_us_cont_col {
    padding: 40px;
    /* background: #FFFFFF; */
    background: #EBF2FF;
    border: 1px solid #BACEF9;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.why_choose_us_section .cstm_col_6 .why_choose_us_cont_col {
    display: flex;
    flex-wrap: wrap;
}

.why_choose_us_cont_col .icon_box {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    margin: 0px 0 30px;
    background: #1470DA;
    background: #FB1717;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 18px;
}

.why_choose_us_cont_col .content {
    width: calc(100% - 0px);
    padding-left: 0px;
}

.why_choose_us_cont_col .content p {
    text-align: left;
}

.why_choose_us_cont_col h4 {
    font-size: 20px;
    font-weight: 800 !important;
    margin-bottom: 15px;
    color: #0C236E;
}

.why_choose_us_cont_col p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.hire_our_dedicated_section {
    padding: 110px 0;
    background-color: #F4F4F4;
}

.hire_our_dedicated_section h2 {
    margin-bottom: 90px;
}

.hire_our_dedicated_row {
    display: flex;
    flex-wrap: wrap;
}

.hire_our_dedicated_figure {
    width: 58%;
}

.hire_our_dedicated_content {
    width: 42%;
}

.hire_our_dedicated_figure img {
    width: 90%;
}

.hire_our_dedicated_steps_btns {
    display: flex;
    flex-wrap: wrap;
}

.hire_our_dedicated_steps_btns a {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    display: block;
    max-width: 250px;
    flex: 0 0 250px;
    text-align: center;
}

.hire_our_dedicated_steps_btns a+a {
    margin-left: 16px;
}

.hire_our_dedicated_steps_btns a.discuss_your_project_link {
    background-color: #FB1717;
}

.hire_our_dedicated_steps_btns a.hire_developers_link {
    background-color: #0B60C2;
    background-color: #d1100d;
}

ul.steps_list {
    margin-bottom: 50px;
}

ul.steps_list li {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background-color: #fff;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    padding: 20px 30px;
}

ul.steps_list li:last-child {
    margin-bottom: 0;
}

ul.steps_list li .icon_box {
width: 90px;
height: 90px;
background-color: #DDF2FF;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
border-radius: 50%;
}

ul.steps_list li .content {
    width: calc(100% - 110px);
}

ul.steps_list li span {
    line-height: 1.3;
    color: #000000;
}

ul.steps_list li ul {
    margin-top: 23px;
}

ul.steps_list li ul li {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    box-shadow: none;
    padding: 0;
    padding-left: 30px;
}

ul.steps_list li ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/check-icon.png);
    width: 18px;
    height: 18px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.step_cont_info {
    width: calc(100% - 90px);
    padding-left: 20px;
    padding-top: 16px;
}

.step_cont_info h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 20px;
}

.step_listItm {
    display: block;
    padding-left: 33px;
    position: relative;
}

.step_listItm p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #5F6471;
}

.step_listItm>strong {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #242938;
    display: block;
    margin-bottom: 10px;
}

.step_listItm+.step_listItm {
    margin-top: 18px;
}

.step_listItm::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/check-icon.png) no-repeat;
    background-size: 100% 100%;
    left: 0px;
    top: 2px;
}

.reactjs_hire_our_dedicated_section ul.steps_list>li {
    padding: 30px;
}

.send_us_message_section {
    padding: 130px 0;
}

.send_us_message_content {
    text-align: center;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 70px 0;
}

@media screen and (max-width: 1400px) {
    ul.steps_list li {
        font-size: 20px;
        padding: 20px;
    }

    ul.steps_list li .icon_box {
        width: 80px;
        height: 80px;
    }

    .hire_our_dedicated_steps_btns a {
        max-width: calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
    }
}

@media screen and (max-width: 1150px) {
    .development_company_page_banner {
        margin-bottom: 0;
    }

    .development_company_page_banner .bnr_cont .bnrTitle {
        font-size: 54px;
        line-height: 62px;
    }

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

    .services_we_offer_section .cstm_col_20_percent {
        width: 25%;
    }

    .services_we_offer_section .exprt_cont_col {
        padding: 30px 15px;
    }

    .services_we_offer_section .exprt_cont_col h4 {
        font-size: 16px;
    }

    .development_process_section h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .development_process_section ul li {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .development_process_section .cstm_row>div:before {
        width: 45px;
        height: 45px;
    }

    .why_choose_us_section {
        padding: 55px 0px 30px;
    }

    .why_choose_us_cont_col {
        padding: 30px;
    }

    .why_choose_us_section .cstm_row {
        margin: 0 -10px;
    }

    .why_choose_us_section .cstm_col_4 {
        padding: 0 10px;
        margin-bottom: 25px;
    }

    .why_choose_us_cont_col h4 {
        font-size: 19px;
    }

    .why_choose_us_cont_col .icon_box {
        width: 80px;
        height: 80px;
    }

    .hire_our_dedicated_figure {
        width: 50%;
    }

    .hire_our_dedicated_content {
        width: 50%;
    }

    ul.steps_list {
        margin-bottom: 30px;
    }

    ul.steps_list li {
        font-size: 18px;
    }

    ul.steps_list li .icon_box {
        width: 70px;
        height: 70px;
    }

    ul.steps_list li .icon_box img {
        height: 40px;
    }

    .hire_our_dedicated_steps_btns a {
        font-size: 18px;
    }

    .development_process_section,
    .hire_our_dedicated_section {
        padding: 55px 0px;
    }
}

@media screen and (max-width: 1024px) {
    .development_company_page_banner .bnr_cont .bnrTitle {
        font-size: 48px;
        line-height: 54px;
    }

    .development_company_page_banner .banner-btn {
        width: 130px;
        height: 45px;
        font-size: 15px;
        line-height: 45px;
    }

    .services_we_offer_section .cstm_col_3 {
        width: 33.33%;
    }
}

@media screen and (max-width: 991px) {
    .development_company_page_banner .bnr_cont .bnrTitle {
        font-size: 36px;
        line-height: 42px;
    }

    .bnr_cont p {
        font-size: 16px;
        line-height: 24px;
    }

    .services_we_offer_section .cstm_col_20_percent {
        width: 33.33%;
    }

    .why_choose_us_cont_col {
        padding: 20px;
    }

    .why_choose_us_cont_col h4 {
        font-size: 18px;
    }

    .why_choose_us_cont_col .icon_box {
        width: 70px;
        height: 70px;
        padding: 15px;
    }

    .hire_our_dedicated_steps_btns a {
        font-size: 15px;
        padding: 15px 8px;
    }

    ul.steps_list li {
        padding: 15px;
        font-size: 16px;
    }

    ul.steps_list li .icon_box {
        width: 60px;
        height: 60px;
    }

    ul.steps_list li .icon_box img {
        height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .development_company_page_banner .bnr_cont .bnrTitle {
        font-size: 30px;
        line-height: 36px;
    }

    .bnr_cont .bnrTitle>span {
        font-size: 36px;
        line-height: 42px;
    }

    .bnr_cont p,
    .development_process_section p,
    .why_choose_us_cont_col p {
        font-size: 15px;
    }

    .bnr_cont .mark_label {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .services_we_offer_section .cstm_col_20_percent,
    .services_we_offer_section .cstm_col_3 {
        width: 50%;
    }

    .development_process_section .custom_col_1 {
        display: flex;
        flex-direction: column-reverse;
    }

    .development_process_section .custom_col_1 figure {
        width: 100%;
        margin-bottom: 40px;
    }

    .development_process_section .custom_col_1 .content {
        width: 100%;
        padding-top: 0px;
    }

    .development_process_section .cstm_row {
        margin: 0 auto;
    }

    .development_process_section h3 {
        text-align: center;
    }

    .development_process_section .cstm_row>div:after {
        content: normal;
    }

    .development_process_section .cstm_row>div:before {
        display: none;
    }

    .development_process_section .custom_col_1 .content {
        display: block;
        padding-right: 0;
    }

    .development_process_section .custom_col_1 figure {
        padding-left: 0;
    }

    .development_process_section .custom_col_1:nth-child(even) {
        flex-direction: column-reverse;
    }

    .development_process_section .custom_col_1:nth-child(even) figure {
        padding-right: 0;
    }

    .development_process_section .custom_col_1:nth-child(even) .content {
        padding-left: 0;
    }

    .development_process_section .custom_col_1 .text {
        width: 100%;
    }

    .why_choose_us_section .cstm_row {
        display: flex;
    }

    .why_choose_us_section .cstm_col_4 {
        width: 100%;
        text-align: center;
    }

    .why_choose_us_section>.sm_border {
        margin: 8px auto;
    }

    .why_choose_us_cont_col .icon_box {
        margin: 0 auto 30px;
    }

    .why_choose_us_section .cstm_col_4:last-child {
        margin-bottom: 0;
    }

    .hire_our_dedicated_steps_btns a {
        font-size: 16px;
    }

    .hire_our_dedicated_row {
        display: block;
    }

    .hire_our_dedicated_figure {
        width: 100%;
        margin-bottom: 50px;
    }

    .hire_our_dedicated_content {
        width: 100%;
    }

    .hire_our_dedicated_figure img {
        width: auto;
        max-width: 100%;
    }

    ul.tab_menu {
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll;
        width: 767px;
        max-width: 100%;
        justify-content: flex-start;
    }

    ul.tab_menu li a {
        width: max-content;
        padding: 10px 9px;
    }
}

@media screen and (max-width: 575px) {
    .trust_box_wrap h4 {
        font-size: 16px;
        line-height: 22px;
        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;
    }

    .services_we_offer_section .exprt_cont_col h4 {
        min-height: auto;
    }

    .why_choose_us_section .cstm_col_6 {
        width: 100%;
        margin-bottom: 25px;
    }

    .why_choose_us_cont_col .content,
    .why_choose_us_cont_col .content p {
        text-align: center;
    }

    .why_choose_us_cont_col .content .sm_border {
        margin: 8px auto;
    }

    .development_process_section h3 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .development_process_section ul {
        margin-top: 20px;
    }

    .why_choose_us_cont_col h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .development_company_page_banner {
        padding: 40px 0px 20px;
    }

    .bnr_cont {
        text-align: center;
    }

    .bnr_cont p,
    .development_process_section p,
    .why_choose_us_cont_col p,
    .exprt_cont_col p {
        font-size: 14px;
        line-height: 20px;
    }

    .bnr_cont .mark_label {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 15px;
    }

    .development_company_page_banner .bnr_cont .bnrTitle {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .bnr_cont .bnrTitle>span {
        font-size: 26px;
        line-height: 30px;
    }

    .development_company_page_banner .banner-btn {
        display: block;
        text-align: center;
        margin: 0px auto;
    }

    .services_we_offer_section .cstm_col_20_percent,
    .services_we_offer_section .cstm_col_3 {
        width: 100%;
    }

    .hire_our_dedicated_steps_btns a {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .hire_our_dedicated_steps_btns a+a {
        margin-left: 0;
        margin-top: 12px;
    }
}

@media screen and (max-width: 390px) {
    .trust_logo>li {
        padding: 0px 10px;
    }
}