/* custom css start */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0px;
    padding: 0px;
}
h3 {
    font-weight: inherit !important;
}

a,
a:hover {
    text-decoration: none;
}

a,
button {
    -webkit-transition: all 250ms ease 0s;
    -moz-transition: all 250ms ease 0s;
    -ms-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
}

button,
button:focus {
    outline: none;
    border: none;
    cursor: pointer;
}

input,
select,
textarea {
    font-size: 16px;
    line-height: 37px;
}

textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
    box-shadow: none;
}

input:hover,
input:active,
input:focus {
    outline: none;
    box-shadow: none;
}

select:hover,
select:active,
select:focus {
    outline: none;
    box-shadow: none;
}

input[type=number] {
    -moz-appearance: textfield;
    /*For FireFox*/
}

input[type=number]::-webkit-inner-spin-button {
    /*For Webkits like Chrome and Safari*/
    -webkit-appearance: none;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
/* .custom_container {
    width: 100%;
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto;
}

.custom_row {
    margin-left: -15px;
    margin-right: -15px;
} */

.d_block {
    display: block !important;
}

.d_flex {
    display: flex !important;
}

.flex_row {
    flex-direction: row !important;
}

.flex_row_reverse {
    flex-direction: row-reverse !important;
}

.flex_column {
    flex-direction: column !important;
}

.flex_column_reverse {
    flex-direction: column-reverse !important;
}

.cstm_col_3 {
    width: 25%;
}

.cstm_col_4 {
    width: 33.333%;
}

.cstm_col_6 {
    width: 50%;
}
.btn_area {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.btnCmn {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #FFFFFF;
    background: #1470DA;
}

/* start: banner */
.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 .bnrText {
    font-size: 21px;
    font-weight: 600;
    color: #FFF500;
    margin-bottom: 30px;
}
.bnr_cont p {
    font-weight: 400;
    font-size: 21px;
    line-height: 33px;
    color: #191D1C;
    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;
}
/* end: banner */


/*Development Company CSS*/

.development_company_page_banner {
    background-color: #000000;
    background-image: url(../images/vue.js-com-banner.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 60px;
    padding: 68px 0 21px;
    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;
    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: 1025px;
    color: #fff;
}
.development_company_page_banner p {
    max-width: 786px;
    color: #B6C4D1;
}
/* start: expert-section */
.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 .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;
}
/* end: expert-section */

.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) 100%);
}
.why_choose_us_section .sec_title {
    margin-bottom: 62px;
}
.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: #FFFFFF;
    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;
}
.why_choose_us_cont_col .icon_box {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    margin: 0px 0 30px;
    background: #1470DA;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 18px;
}
.why_choose_us_cont_col .content {
    width: calc(100% - 86px);
    padding-left: 30px;
}
.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;
}

.tools_technologies_section {
    padding: 100px 0;
    background-color: #0B60C2;
    color: #fff;
    text-align: center;
    background-image: url(../images/tools-technologies-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.tools_technologies_section .sec_title {
    margin-bottom: 90px;
}
.tools_technologies_section .cstm_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.tools_technologies_section .cstm_col_3 {
    padding: 0 16px;
    width: 33.33%;
    margin-bottom: 40px;
}
.tools_technologies_section .sec_title {
    margin-bottom: 40px;
    color: #fff;
}
.tools_technologies_section p {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    color: #fff;
}
.tools_technologies_tab {
    margin-top: 50px;
}
ul.tab_menu {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #70AAEC;
    margin-bottom: 66px;
}
ul.tab_menu li {
    margin-right: 20px;
}
ul.tab_menu li:last-child {
    margin-right: 0;
}
ul.tab_menu li a {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    padding: 15px 17px;
    border: 1px solid #70AAEC;
    border-radius: 5px 5px 0px 0px;
    display: block;
    border-bottom: none;
}
ul.tab_menu li.active a {
    background-color: #fff;
    color: #0B60C2;
}
.tab_block {
    display: none;
}
.tab_block.active {
    display: block;
}
.tab_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.logo_block {
    width: 20%;
    padding: 0 8px;
    margin-bottom: 16px;
}
.tools_logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    height: 140px;
    padding: 30px;
}
.tools_logo img {
    max-height: 100%;
}
.our_case_studies_section {
    background-color: #F2FAFF;
    padding: 90px 0 60px;
}
.our_case_studies_section h2 {
    margin-bottom: 50px;
}
.our_case_studies_section .cstm_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
}
.our_case_studies_section .cstm_col_3 {
    padding: 0 9px;
    margin-bottom: 22px;
    display: flex;
}
.our_case_studies_col {
    width: 100%;
    min-height: 104px;
    border: 1px solid #B7D4E7;
    box-shadow: 0px 4px 10px rgba(204, 224, 237, 0.3);
    border-radius: 5px;
    background-color: #fff;
    padding: 35px 25px;
}
.our_case_studies_col h3 {
    font-size: 18px;
    font-weight: 500;
    color: #0C236E;
    margin-bottom: 35px;
}
.our_case_studies_col ul {
    display: flex;
    flex-wrap: wrap;
}
.our_case_studies_col ul li {
    color: #69696B;
    position: relative;
    margin-right: 6px;
    font-size: 13px;
    font-weight: 500;
}
.our_case_studies_col ul li:after {
    content: '';
    display: inline-block;
    background-color: #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-left: 6px;
}
.our_case_studies_col ul li:last-child:after {
    content: normal;
}
.our_case_studies_col.discover_btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    background-color: #0B60C2;
    color: #fff;
}
.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;
}
ul.steps_list {
    margin-bottom: 50px;
}
ul.steps_list li {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    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;
}
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%;
}

.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;
}


.WordPress_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;
}

.full_stack_combination_section {
    padding: 70px 0;
}
.full_stack_combination_section .sec_title {
    margin-bottom: 40px;
}
.full_stack_combination_section .custom_col_1 {
    display: flex;
    flex-wrap: wrap;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-bottom: 35px;
    overflow: hidden;
    max-width: 1246px;
    width: 100%;
    margin: 0 auto 35px;
}
.full_stack_combination_section .custom_col_1 .heading {
    width: 287px;
    padding: 30px 35px;
    background: linear-gradient(90.14deg, #1353F8 1.07%, #0536B1 99.97%);
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.full_stack_combination_section .heading h3 {
    font-size: 24px;
    color: #fff;
}
.full_stack_combination_section .heading span {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin: 15px;
}
.full_stack_combination_section .heading .combo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}
.full_stack_combination_section .heading .combo:last-child {
    margin-bottom: 0;
}
.full_stack_combination_section .custom_col_1 .content {
    width: calc(100% - 287px);
    padding: 20px 40px;
}
.full_stack_combination_section p {
    font-size: 17px;
    line-height: 1.7;
}

@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;
        margin-right: 10px;
    }



    .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 */
    .development_company_page_banner {
        /* padding: 118px 0 130px; */
        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;
    }    
    /* development_company_page_banner */

    /* services_we_offer_section */
    .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;
    }    
    /* services_we_offer_section */

    /* development_process_section */
    .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;
    }    
    /* development_process_section */

    /* why_choose_us_section */
    .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;
    }
    
    /* why_choose_us_section */

    /* tools_technologies_section */
    .tools_technologies_section p {
        font-size: 18px;
    }
    ul.tab_menu li a {
        font-size: 16px;
    }
    ul.tab_menu {
        margin-bottom: 60px;
    }
    .tools_logo {
        height: 100px;
    }
    .tools_logo img {
        height: 60px;
    }
    ul.tab_menu li a {
        padding: 12px 15px;
    }
    /* tools_technologies_section */

    /* our_case_studies_section */
    .our_case_studies_section .cstm_row {
        margin: 0 -6px;
    }
    .our_case_studies_section .cstm_col_3 {
        padding: 0 6px;
        margin-bottom: 12px;
    }
    .our_case_studies_col {
        padding: 30px 20px;
    }
    .our_case_studies_col h3 {
        margin-bottom: 30px;
        font-size: 17px;
    }
    /* our_case_studies_section */

    .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,
    .tools_technologies_section,
    .our_case_studies_section,
    .hire_our_dedicated_section {
        padding: 55px 0px ;
    }
    .why_choose_us_section {
        padding: 55px 0px 30px;
    }
    .full_stack_combination_section .custom_col_1 .heading {
        padding: 25px 20px;
        width: 240px;
    }
    .full_stack_combination_section .custom_col_1 .content {
        width: calc(100% - 240px);
        padding: 20px 25px;
    }
}
@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,
    .tools_technologies_section 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;
    }
    /* tools_technologies_section */
    ul.tab_menu li a {
        font-size: 15px;
        padding: 10px 12px;
    }
    ul.tab_menu {
        margin-bottom: 50px;
    }
    .tools_logo img {
        height: 50px;
    }
    .tab_wrap {
        margin: 0 -5px;
    }
    .logo_block {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    /* tools_technologies_section */

    /* our_case_studies_section */
    .our_case_studies_section .cstm_col_3 {
        width: 33.33%;
    }
    .our_case_studies_col {
        padding: 25px 20px;
    }
    .our_case_studies_col h3 {
        margin-bottom: 25px;
        font-size: 16px;
    }
    .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;
    }
    /* our_case_studies_section */
}
@media screen and (max-width: 767px) {
    .development_company_page_banner .bnr_cont .bnrTitle {
        font-size: 30px;
        line-height: 36px;
    }
    .bnr_cont p,
    .development_process_section p,
    .why_choose_us_cont_col p,
    .tools_technologies_section p {
        font-size: 15px;
    }
    .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_cont_col h4 {
        font-size: 17px;
    }
    .why_choose_us_section .cstm_row {
        display: block;
    }
    .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;
    }
    ul.tab_menu li a {
        font-size: 14px;
    }
    ul.tab_menu {
        margin-bottom: 40px;
    }
    .tools_logo img {
        height: 50px;
    }
    .logo_block {
        width: 25%;
    }
    .our_case_studies_section .cstm_col_3 {
        width: 50%;
    }
    .our_case_studies_col {
        padding: 20px;
    }
    .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%;
    }
    .full_stack_combination_section .custom_col_1 {
        display: block;
    }
    .full_stack_combination_section .custom_col_1 .heading {
        width: 100%;;
    }
    .full_stack_combination_section .custom_col_1 .content {
        width: 100%;
    }
    .why_choose_us_section .cstm_col_6 {
        width: 100%;
    }
}
@media screen and (max-width: 767px) and (min-width: 481px) {
    .full_stack_combination_section .custom_col_1 .heading {
        flex-direction: row;
        align-items: center;
    }
    .full_stack_combination_section .heading .combo {
        margin-bottom: 0;
    }
    .full_stack_combination_section .heading .combo:after {
        content: '+';
        font-size: 24px;
        color: #fff;
        font-weight: 700;
        margin: 10px;
        font-family: inherit;
    }
    .full_stack_combination_section .heading .combo:last-child:after {
        content: normal;
    }
    .full_stack_combination_section .heading span {
        margin: 10px;
    }
}
@media screen and (max-width: 480px) {
    .development_company_page_banner {
        padding: 40px 0px 20px;
    }
    .bnr_cont {
        text-align: center;
    }
    .development_company_page_banner .bnr_cont .bnrTitle {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .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%;
    }
    .logo_block {
        width: 33.33%;
    }
    .our_case_studies_section .cstm_row {
        display: block;
    }
    .our_case_studies_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: 420px) {
    .logo_block {
        width: 50%;
    }
}
/*Development Company CSS*/

.expert_section h2 + p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 50px;
    text-align: center;
}