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

/* 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: 26px;
}
.bnr_cont .bnrTitle > span {
    font-weight: 300;
    font-size: 49px;
    line-height: 68px;
    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: #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*/
.banner-wrap {
    display: flex;
    flex-wrap: wrap;
}

.banner-left {
    width: 64%;
}

.development_company_page_banner {
    background-color: #000000;
    background-image: url(../images/ecommerce-com-banner.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    /* min-height: calc(100vh - 120px); */
    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;
    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;
}

.why_te_cont {
    background: linear-gradient(180deg, #114EEC 0%, #0639B8 100%);
}

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

/* start: expert-section */
.expert_section .sec_title {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.expert_section .sec_title strong {
    display: inline;
}
.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 */

.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: 20px;
}
.why_choose_us_section .sec_title strong {
    display: block;
}
.why_choose_us_section .sub_title {
    margin-bottom: 30px;
}
.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_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_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 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: 61px 0 93px;
    background-color: #F4F4F4;
}
.hire_our_dedicated_section h2 {
    max-width: 790px;
    margin: 0px auto;
    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;
    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%;
}

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

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

/* methodologi_section */
.methodologi_section {
    width: 100%;
    overflow: hidden;
    padding: 95px 0px 88px;
    background: #F4F4F4;
}
.methodologi_section .sec_title > strong {
    display: block;
}
.methodologi_section .cstm_row{
    margin: 42px -14px 0px;
    display: flex;
    flex-wrap: wrap;
}
.methodologi_section .cstm_col_3 {
    padding: 0px 14px;
    display: flex;
}
.methodologi_col {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 49px 25px 45px;
    background: #FFFFFF;
    border: 1px solid #BACEF9;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.methodologi_col .icon_box {
    background: #1470DA;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}
.methodologi_col h4 {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: #0C236E;
    margin-bottom: 4px;
}
.methodologi_col p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #5F6471;
}
/* methodologi_section */

/* web_security_section */
.web_security_section {
    width: 100%;
    display: inline-block;
    padding: 60px 0px 39px;
}
.web_security_section .sec_title > strong {
    display: block;
}
.web_security_section .cstm_row {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -21px 0px;
}
.web_security_section .cstm_col_4 {
    padding: 0px 21px;
    display: flex;
}
.security_col {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #BACEF9;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    overflow: hidden;
}
.count_box {
    width: 85px;
    padding: 35px 10px;
    text-align: center;
    background: #1470DA;
    font-weight: 800;
    font-size: 27px;
    line-height: 24px;
    color: #FFFFFF;
}
.security_cont {
    width: calc(100% - 85px);
    padding: 37px 24px 72px;
}
.security_cont h4 {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: #0C236E;
    margin-bottom: 24px;
}
.security_list li {
    display: block;
    padding-left: 33px;
    position: relative;
}
.security_list li p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #5F6471;
}
.security_list li + li {
    margin-top: 18px;
}
.security_list li::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/check-icon.png) no-repeat;
    background-size: 100% 100%;
    left: 0px;
    top: 0px;
}
/* web_security_section */

/* industry_section */
.industry_section {
    width: 100%;
    display: inline-block;
    padding: 72px 0px 92px;
    background-color: #FFFFFF;
}
.industry_section .sec_title {
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
    text-align: center;
    color: #000000;
    margin-bottom: 65px;
}
.industry_section .cstm_col_4 {
    float: left;
}
.industry_col_list {
    width: 100%;
    display: inline-block;
}
.industry_section .cstm_col_4:nth-child(2) .industry_col_list {
    padding-left: 14%;
}

.industry_section .cstm_col_4:nth-child(3) .industry_col_list {
    padding-left: 23%;
}
.industry_col_list > li {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-left: 38px;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #242938;
    margin-bottom: 20px;
}
.industry_col_list > li:last-child {
    margin-bottom: 0;
}
.industry_col_list > li::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #FF0000;
    left: 0px;
    top: 2px;
}
/* industry_section */


@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);
    }

    /* methodologi_section */
    .methodologi_col {
        padding: 40px 18px 35px;
    }
    .methodologi_col h4 {
        font-size: 17px;
    }
    /* methodologi_section */

    /* web_security_section */
    .security_cont {
        padding: 28px 19px 42px;
    }
    /* web_security_section */
}
@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 */    

    /* 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 */

    

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

    /* methodologi_section */
    .methodologi_col h4 {
        min-height: 59px;
    }
    /* methodologi_section */
    
    /* web_security_section */
    .web_security_section .cstm_row {
        margin: 40px -15px 0px;
    }
    .web_security_section .cstm_col_4 {
        padding: 0px 15px;
    }
    .count_box {
        width: 65px;
    }
    .security_cont {
        width: calc(100% - 65px);
    }
    .security_cont h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .security_list li + li {
        margin-top: 12px;
    }
    .security_list li {
        padding-left: 25px;
    }
    .security_list li::before {
        width: 16px;
        height: 16px;
        top: 3px;
    }
    /* web_security_section */

    /* industry_section */
    .industry_col_list > li {
        margin-bottom: 12px;
    }
    .industry_col_list > li:last-child {
        margin-bottom: 0px;
    }
    /* industry_section */

    .hire_our_dedicated_section {
        padding: 55px 0px;
    }
    .why_choose_us_section {
        padding: 55px 0px 30px;
    }
}
@media screen and (max-width: 1024px) {
    .development_company_page_banner {
        /* padding: 78px 0 90px; */
    }
    .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%;
    }

    
    /* web_security_section */
    .security_cont {
        padding: 25px 10px 20px;
    }
    .security_cont h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    /* web_security_section */
    /* industry_section */
    .industry_section .cstm_col_4:nth-child(2) .industry_col_list {
        padding-left: 10%;
    }
    /* industry_section */
}

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

    /* methodologi_section */
    .methodologi_section {
        padding: 55px 0px;
    }
    .methodologi_col {
        padding: 32px 10px 28px;
    }
    .methodologi_col .icon_box {
        width: 70px;
        height: 70px;
        padding: 10px 15px;
    }
    .methodologi_col h4 {
        font-size: 16px;
    }
    .methodologi_col p {
        font-size: 15px;
        line-height: 24px;
    }
    /* methodologi_section */
    
    /* industry_section */
    .industry_section {
        padding: 55px 0px 40px;
    }
    .industry_section .sec_title {
        margin-bottom: 30px;
    }
    .industry_col_list > li {
        font-size: 15px;
        padding-left: 30px;
    }
    .industry_section .cstm_col_4:nth-child(2) .industry_col_list {
        padding-left: 5%;
    }
    /* industry_section */
}
@media screen and (max-width: 880px) {
    /* why_choose_us_section */    
    .why_choose_us_section .cstm_col_4 {
        width: 50%;
    }
    /* why_choose_us_section */

    /* methodologi_section */
    .methodologi_section {
        padding: 55px 0px 30px;
    }
    .methodologi_section .cstm_col_3 {
        width: 50%;
        margin-bottom: 25px;
    }
    /* methodologi_section */

    /* web_security_section */
    .web_security_section {
        padding: 55px 0px 10px;
    }
    .web_security_section .cstm_col_4 {
        width: 50%;
        margin-bottom: 25px;
    }
    .security_col {
        width: 100%;
    }
    /* web_security_section */
    /*  */
    .hire_our_dedicated_figure {
        width: 100%;
        display: inline-block;
    }
    .hire_our_dedicated_figure img {
        width: auto;
        max-width: 65%;
        margin: 0px auto;
    }
    .hire_our_dedicated_content {
        width: 100%;
        display: inline-block;
    }
}
@media screen and (max-width: 767px) {
    .development_company_page_banner .bnr_cont .bnrTitle {
        font-size: 30px;
        line-height: 36px;
    }
    .bnr_cont p,
    .why_choose_us_cont_col p {
        font-size: 15px;
    }
    .services_we_offer_section .cstm_col_20_percent,
    .services_we_offer_section .cstm_col_3 {
        width: 50%;
    }

    
    .why_choose_us_cont_col h4 {
        font-size: 17px;
    }
    
    
    .hire_our_dedicated_section h2 {
        margin-bottom: 35px;
    }
    .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%;
    }
    
    /* industry_section */
    .industry_section .cstm_col_4 {
        width: 50%;
        margin-bottom: 12px;
    }
    .industry_section .cstm_col_4:nth-child(3) {
        width: 100%;
    }
    .industry_section .cstm_col_4:nth-child(3) .industry_col_list {
        padding-left: 0;
    }
    .industry_section .cstm_col_4:nth-child(3) .industry_col_list li {
        width: calc(50% - 2.5%);
        float: left;
    }
    .industry_section .cstm_col_4:nth-child(3) .industry_col_list li:nth-child(2n) {
        margin-left: 5%;
    }
    /* industry_section */
}

@media screen and (max-width: 575px) {
    .bnr_cont .mark_label {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
/* why_choose_us_section */
    .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;
    }
    /* why_choose_us_section */

    /* hire_our_dedicated_section */
    ul.steps_list li {
        flex-direction: column;
    }
    .step_cont_info {
        width: 100%;
        padding-left: 0;
    }
    /* hire_our_dedicated_section */
    
    /* methodologi_section */
    .methodologi_section .cstm_col_3 {
        width: 100%;
    }
    .methodologi_col {
        align-items: center;
    }
    .methodologi_col h4 {
        min-height: auto;
    }
    .methodologi_col .sm_border {
        margin: 0px auto;
    }
    /* methodologi_section */

    /* web_security_section */
    .web_security_section .cstm_col_4 {
        width: 100%;
        margin-bottom: 15px;
    }
    /* web_security_section */
    /* industry_section */
    .industry_section .cstm_col_4 {
        width: 100%;
    }
    .industry_section .cstm_col_4:nth-child(2) .industry_col_list {
        padding-left: 0;
    }
    .industry_section .cstm_col_4:nth-child(3) .industry_col_list li {
        width: 100%;
        float: left;
    }
    .industry_section .cstm_col_4:nth-child(3) .industry_col_list li:nth-child(2n) {
        margin-left: 0px;
    }
    /* industry_section */
}
@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;
    }
    .trust_logo {
        text-align: center;
    }
    .trust_logo > li {
        width: calc(25% - 3px);
        padding: 0px 10px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
        float: none;
    }
    
    .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;
    }
}
/*Development Company CSS*/

