/*========= Service Template banner banner section CSS =========*/
.page-id-25 .hire_header_top_strip, .service-template-default .hire_header_top_strip {
    display: none;
}
.page-id-25 .hire_header_wrap{
    position: fixed;
    background: transparent; 
    top: 0;
    left: 0;
}
.service-template-default .hire_header_wrap {
    /* position: fixed;
    background: transparent; 
    top: 0;
    left: 0; */
} 
.hire_header_wrap.sticky_header {
    background: var(--black_color);
}
.service_template_page_banner_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    min-height: 100vh;
    background-color: var(--black_color);
    background-image: url(../images/new-image/service-banner-hero-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service_template_bannerbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.service_template_page_banner_wrap .banner_bg_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.service_template_banner_caption_wrap {
    width: 100%;
}
.service_template_banner_caption_wrap .bannerinner_body {
    padding-top: 190px;
}
.service_template_banner_captions {
    /* max-width: 1000px; */
    max-width: 1085px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.service_template_banner_captions .techtext {
    position: relative;
    color: var(--orange_color);
    font-weight: 700;
}
.service_template_banner_captions .techtext:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 8px;
    background-image: url(../images/new-image/line_vector_img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 100%;
    left: 0;
}
.service_template_banner_captions * {
    color: #fff;
}
.service_template_banner_captions .text_color_orange  {
    color: var(--orange_color);
}
.service_template_banner_captions .headings {
    font-size: 70px;
    line-height: 72px;
    margin-bottom: 24px;
}
.service_template_banner_captions .subheadings {
    margin-bottom: 45px;
}
.service_template_banner_captions .paras {
    margin-bottom: 40px;
}
.service_template_banner_captions .banner_button_dv {
    gap: 0 16px;
    align-items: center;
}
.service_template_banner_captions .bnr_book_btn .icons {
    margin-left: 0;
    margin-right: 10px;
}
.service_template_banner_captions .bnr_book_btn {
    font-size: 18px;
}
.service_template_banner_captions .bnr_pod_btn {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
}
.bnr_clients_logo_wrapper {
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
/*========= Service Template banner banner section CSS =========*/

/* Hire developer banner statistic section */
.hire_bnr_statistics_row {
    margin-top: 47px;
    margin-left: -8px;
    margin-right: -8px;
    justify-content: space-between;
}
.hire_bnr_statistics_row .satitics_colmss {
    width: 25%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 20px;
}
.hire_banner_statistics_card {
    border-radius: 8px;
    padding: 2px;
    box-shadow: 0px 25px 20px 0px #0000001A;
    background: linear-gradient(44.79deg, #FF4103 -11.71%, rgba(153, 39, 2, 0) 68.04%);
    /* background: rgb(255 255 255 / 5%);
    backdrop-filter: blur(25px); */
}

.hire_banner_statistics {
    text-align: center;
    padding: 16px;
    border-radius: 8px;
    background: rgb(28 28 28 / 80%);
}
.hire_banner_statistics .stats_title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: var(--orange_color);
    justify-content: center;
    margin-bottom: 0;
}
.hire_banner_statistics .stats_texts {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
}
.hire_bnr_statistics_row .satitics_colmss:nth-child(1) {
    position: absolute;
    left: -250px;
    bottom: 170px;
}
.hire_bnr_statistics_row .satitics_colmss:nth-child(4) {
    position: absolute;
    right: -250px;
    bottom: 170px;
}
/* Hire developer banner statistics section */
/* Hire developer banner section */
/* Hire developer banner section */
.hire_developer_banner_sec {
    padding-bottom: 40px;
    padding-top: 40px;
}
.hire_developer_banner_caption .headings {
    font-size: 64px;
    line-height: 70px;
    margin: 0;
    position: relative;
    padding: 0px 0px 20px;
    border-bottom: 1px solid #BBBBBB;
    font-weight: 400;
    margin-bottom: 16px;
}
.hire_developer_banner_caption .subheadings2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #606060;
    padding-bottom: 16px;
    border-bottom: 1px solid #BBBBBB;
}
.hire_developer_banner_caption .bannerbtndiv {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}
/* Hire developer banner section */


/* Hire developer banner top rated section */
.hire_banner_toprate_by {
    margin-top: 40px;
    /* margin-bottom: 80px; */
}
.hire_banner_toprate_by .titlediv {
    margin-bottom: 20px;
}
.hire_banner_toprate_by .titles {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
}
.hire_banner_trusted_colm {
    margin-bottom: 24px;
}
.hire_banner_trusted_colm .imgbox_cover {
    padding-right: 25px;
}
.hire_banner_trusted_colm .userimg {
    flex: 0 0 auto;
    margin-right: -15px;
}
.hire_banner_trusted_colm .userimg > img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ffffff;
}
.hire_banner_trusted_colm .ratingimg > img {
    width: 22px;
}
.hire_banner_trusted_colm .ratingimg {
    gap: 0 4px;
    margin-bottom: 4px;
}
.hire_banner_trusted_colm .reviewtext {
    font-size: 16px;
    line-height: 22px;
}
.hire_banner_trusted_colm .ratingtext {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}
.hire_banner_toprated_logos .buttonbox {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 50px;
}
.hire_banner_toprated_logos .imgbox {
    margin-right: 30px;
    margin-bottom: 30px;
}
.hire_banner_toprated_logos .imgbox .texts {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #606060;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.hire_banner_toprated_logos .imgbox img {
    max-width: 154px;
}
/* Hire developer banner top rated section */

/* Hire pricing table section */
.row_align_center {
    align-items: center;
}
.hire_dev_pricing_section {
    padding: 100px 0;
}
.hire_dev_pricing_card {
    background: #fff;
    border-radius: 24px;
    padding: 40px 40px 24px;
}
.hire_dev_pricing_card .pricing_head {
    margin-bottom: 40px;
}
.hire_dev_pricing_card .price_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 12px;
    text-transform: capitalize;
    color: var(--orange_color);
}
.hire_dev_pricing_card .pricing_head p {
    font-size: 13px;
    line-height: 18px;
    color: #252422;
}
.hire_dev_pricing_card .amountdiv {
    justify-content: center;
    margin: 0 auto 40px;
    max-width: fit-content;
}
.hire_dev_pricing_card .amountdiv .amountTitle {
    margin: 0;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    display: inline-block;
}
.hire_dev_pricing_card .amountdiv .permonth_txt {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    color: #777777;
    display: inline-block;
}
.h_pricing_card_list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 24px;
}
.h_pricing_card_list > li {
    position: relative;
    padding-left: 32px;
    font-size: 13px;
    color: #252422;
    line-height: 20px;
    margin-bottom: 14px;
}
.h_pricing_card_list > li:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    background-image: url(../images/dedicated-dev/check-circle-border.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.hire_dev_pricing_card .p_hire_btn {
    width: 100%;
    color: #ffffff;
}
.hire_dev_pricing_card .sign_nda_btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    padding: 10px;
    background: #FF41031A;
    border-radius: 2em;
    color: var(--orange_color);
    margin-top: 24px;
}

.hire_pricing_card_slider .owl-dots {
    line-height: initial;
    margin-top: 30px;
}
.hire_pricing_card_slider  .owl-dots .owl-dot {
    width: 30px;
    height: 10px;
    border-radius: 2em;
    margin: 0 10px;
    cursor: pointer;
}
.hire_pricing_card_slider .owl-dots .owl-dot.active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
/* Hire pricing table section */
/* Empower table section */
.empower_tbl_wrap {
    border-radius: 16px;
    border: 1px solid #BBBBBB;
}
.empower_tbl_wrap .table {
    margin: 0;
}
.empower_tbl_wrap .table thead th {
    font-size: 24px;
    line-height: 29px;
    background: var(--black_color);
    color: #FAFAFA;
    font-weight: 700;
    padding: 16px 30px;
    text-align: center;
    border-bottom: 1px solid #BBBBBB;
}
.empower_tbl_wrap .table thead th:first-child {
    text-align: left;
    border-bottom-color: #494949;
    border-top-left-radius: 16px;
}
.empower_tbl_wrap .table thead th:last-child {
    border-top-right-radius: 16px;
}

.empower_tbl_wrap .table tr:last-child td {
    border-bottom: none;
}
.empower_tbl_wrap .table tr:last-child td:first-child {
    border-bottom-left-radius: 16px;
}
.empower_tbl_wrap .table tr:last-child td:last-child {
    border-bottom-right-radius: 16px;
}
.empower_tbl_wrap .table tr td {
    font-size: 24px;
    line-height: 29px;
    padding: 16px 30px;
    color: #777777;
    border: 1px solid #BBBBBB;
    background: #F8F8FA;
    text-align: center;
}
.empower_tbl_wrap .table tr td:first-child {
    text-align: left;
    background-color: var(--black_color);
    color: #FAFAFA;
    border-bottom-color:#494949;
}

.empower_tbl_wrap .table tr td:first-child {
    border-left: none;
}
.empower_tbl_wrap .table tr td:last-child {
    border-right: none;
}
/* Empower table section */
/* hire clutch brands logo section */
.hire_clutch_logo_marquee_sec .left_title {
    color: #fff;
}
.hire_clutch_logo_marquee_sec {
    padding: 54px 0;
}
.hire_clutch_logo_marquee_sec .row {
   align-items:  center;
}
.hire_brands_logo_wrap {
    overflow: hidden;
}
.hire_brands_logo_row {
    justify-content: left;
    -webkit-animation: swipe_logos 30s linear infinite backwards;
    -moz-animation: swipe_logos 30s linear infinite backwards;
    -ms-animation: swipe_logos 30s linear infinite backwards;
    -o-animation: swipe_logos 30s linear infinite backwards;
    animation: swipe_logos 30s linear infinite backwards;
    margin-left: 0;
    margin-right: 0;
}
.hire_brands_logo_col {
    padding-left: 15px;
    padding-right: 15px;
}
.hire_brands_logo_items {
    width: 180px;
    /* height: 195px; */
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hire_brands_logo_items img {
    max-width: 100%;
    max-height: 100%;
}
/* hire clutch brands logo section */
/* hire Best section */
.hire_best_imagebox {
    padding-top: 40px;
    padding-right: 40px;
    position: relative;
    display: inline-block;
}
.hire_best_imagebox .thumbimg {
    border-radius: 20px;
    box-shadow: 10px 10px 20px 0px #1C1C1C26;
}
.hire_best_imagebox:after {
    position: absolute;
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    right: 0;
    top: 0;
    z-index: -1;
    background-color: #FFDFD5;
    border-radius: 20px;
}
/* hire Best section */
/* hire tech expertise section */
.hire_tech_expertise_section {
    padding: 100px 0;
    z-index: 1;
}
.hire_tech_expertise_section .rowss {
    justify-content: center;
}
.hire_tech_expertise_section .sec_hd_logo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hire_tech_expertise_headingbox {
    position: sticky;
    top: 200px;
}
.hire_tech_expertise_headingbox .hire_sec_heading {
    margin-bottom: 40px;
}
.hire_tech_expertise_content_box {
    padding-left: 120px;
    height: 100%;
    border-left: 1px solid #BBBBBB;
    padding-top: 100px;
    position: relative;
}
.hire_tech_expertise_content_box:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8f8fa+0,f8f8fa+100&0+0,1+100 */
    background: linear-gradient(to bottom,  rgba(248,248,250,0) 0%,rgba(248,248,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.hire_tech_expertise_scrollbox {
    max-height: 800px;
    overflow-y: auto;
}
.hire_tech_expertise_scrollbox::-webkit-scrollbar {
    display: none;
}
.hire_tech_expertise_card_item {
    border-bottom: 1px solid #BBBBBB;
    margin-bottom: 24px;
    padding-bottom: 4px;
}
.hire_tech_expertise_card_item .iconbox {
    margin-bottom: 24px;
}
.hire_tech_expertise_card_item .iconbox img {
    width: 60px;
}
.hire_tech_expertise_card_item .card_title {
    font-size: 28px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 16px;
}
.hire_tech_expertise_card_item p {
    color: #606060;
}
/* hire tech expertise section */
/* hire industries section */
.hire_dev_industries_section {

}
.hire_dev_industries_section .inds_colm {
    margin-bottom: 30px;
}
.hire_dev_industries_card {
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    min-height: 100%;
}
.hire_dev_industries_card .iconbox {
    margin-bottom: 16px;
}
.hire_dev_industries_card .iconbox > img {
    max-width: 60px;
}
.hire_dev_industries_card .card_title {
    font-size: 28px;
    font-weight: 400;
    color: #606060;
    margin: 0;
}
/* hire industries section */
/* Hiring Developer Benefits section start */
.hire_developer_benefits_section {
    padding: 100px 0 60px;
}
.hire_dev_benefits_colms {
    margin-bottom: 40px;
}
.hire_dev_benefits_cards {
    border-radius: 16px;
    padding: 40px 40px 20px;
    background: #fff;
    min-height: 100%;
}
.hire_dev_benefits_cards .iconbox {
    margin-bottom: 24px;
}
.hire_dev_benefits_cards .iconbox > img {
    max-width: 60px;
}
.hire_dev_benefits_cards .card_title {
    font-size: 28px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 16px;
}
.hire_dev_benefits_cards p {
    color: #606060;
}
/* Hiring Developer Benefits section End */
/* Hiring easy steps section start */
.hire_dev_easy_steps_container {
    position: relative;
    padding: 0 15px;
}
.easystep_vector_line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.easystep_vector_line img {
    width: 100%;
}
.hire_easy_step_colms {
    padding: 54px 28px;
    text-align: center;
}
.hire_easy_step_cards_Wrap {
    box-shadow: 0px 6px 20px 0px #0B0A0A33;
    border-radius: 50%;
    width: 357px;
    margin: 0 auto;
}
.hire_easy_step_card {
    text-align: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #F8F8FA;
    border-radius: 50%;
    padding: 20px;
}
.hire_easy_step_card .card_titles {
    font-size: 48px;
    line-height: 58px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 24px;
    text-transform: capitalize;
}
.hire_easy_step_card .card_para {
    margin: 0;
    font-size: 28px;
    line-height: 30px;
    color: #606060;
}
.hire_easy_step_colms:nth-child(odd) .hire_easy_step_cards_Wrap {
    padding-bottom: 5px;
    background: linear-gradient(to bottom, rgba(153, 39, 2, 1) 0%, rgba(255, 65, 3, 1) 100%);
}
.hire_easy_step_colms:nth-child(even) .hire_easy_step_cards_Wrap {
    padding-top: 5px;
    background: linear-gradient(to bottom, rgba(255, 65, 3, 1) 100%,  rgba(153, 39, 2, 1) 0%);
}
/* Hiring easy steps section End */

/* Hiring Staff Expertise section css start */
.hire_staff_expertise_section {
    padding: 100px 0;
}
.hire_staff_exp_container {
    max-width: 1485px;
    margin: 0 auto;
}
.hiring_staffs_cards {
    width: 100%;
    padding: 24px 80px;
    background: #FFFFFF;
    border-radius: 16px;
    margin-bottom: 30px;
    text-align: center;
}
.hiring_staffs_cards .card_title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 24px;
    font-weight: 400;
}
.hiring_staffs_lang_badge {
    text-align: center;
    border-radius: 12px;
    padding: 12px 5px;
    color: #333333;
    border: 1px solid #333333;
    text-transform: capitalize;
    display: block;
    text-decoration: none;
}
.hiring_staffs_lang_badge .texts {
    font-weight: 400;
}
.hiring_staffs_lang_badge:hover {
    text-decoration: none;
    color: #333333;
}
.hiring_staffs_lang_badge p {
    color: #333333;
    margin: 0;
}
.hiring_staffs_cards .rows {
    margin-left: -8px;
    margin-right: -8px;
    gap: 16px 0;
    justify-content: center;
}
.hiring_staffs_cards .rows > [class*="col"] {
    padding-left: 8px;
    padding-right: 8px;
}
/* Hiring Staff Expertise section css End */

/* hire developer form section */
.hire_developer_form_hero_section {
    padding: 100px 0;
}
.hire_developer_forms {
    max-width: 745px;
    margin-left: auto;
    width: 100%;
    padding-left: 30px;
}
.hire_developer_forms .form_group {
    margin-bottom: 20px;
}
.hire_developer_forms .frmlabel {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #333333;
}
.hire_developer_forms input, 
.hire_developer_forms select {
    width: 100%;
    background: transparent;
    border: 1px solid #D2D2D2;
    color: #666666;
    border-radius: 12px;
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
}
.hire_developer_forms textarea {
    width: 100%;
    border: none;
    background: transparent;
    border: 1px solid #BBBBBB;
    color: #666666;
    border-radius: 12px;
    height: 125px;
    padding: 10px 20px 0;
    font-size: 18px;
    resize: none;
}
.hire_developer_forms button[type="submit"], 
.hire_developer_forms input[type="submit"] {
    width: 260px;
    margin-top: 5px;
    height: 44px;
    line-height: 44px;
}
/* hire developer form section */
/* hire trusted advisors section css start */
.statisticsrow {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 30px;
}
.statisticsrow .colmss {
    padding-left: 8px;
    padding-right: 8px;
}
.hire_dev_trusted_statistics {
    text-align: center;
    margin-bottom: 20px;
}
.hire_dev_trusted_statistics .stats_title {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: var(--orange_color);
    justify-content: center;
    margin-bottom: 3px;
}
.hire_dev_trusted_statistics .stats_texts {
    font-size: 18px;
    line-height: 22px;
    color: #606060;
    margin-bottom: 0px;
}
/* hire trusted advisors section css end */
/* hire what we solve section css start */
.hire_what_we_solve_section {
    padding: 100px 0;
    z-index: 1;
}
.hire_what_we_solve_section .vector_left_img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.hire_what_we_solve_section .vector_right_img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.hire_what_we_solve_listing {
    padding: 0;
    margin: 0;
    list-style: none;
}
.hire_what_we_solve_listing .itemss {
    padding: 16px;
    border: 1px solid #bbbbbb;
    border-radius: 16px;
    margin-bottom: 24px;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    cursor: pointer;
}
.hire_what_we_solve_listing .itemss:hover {
    box-shadow: 0px 25px 25px 0px #0B0A0A26;
    border-color: var(--orange_color);

}
.hire_what_we_solve_listing .list_title {
    font-weight: 400;
    margin-bottom: 8px;
    color: #333333;
}
.hire_what_we_solve_listing p, .hire_what_we_solve_listing .paras {
    margin-bottom: 0;
    color: #606060;
}
.whatwe_solve_container .squre_dot_vector img {
    max-width: 100%;
}
.whatwe_solve_container .squre_dot_vector {
    right: -46px;
    position: absolute;
    bottom: 0;
    width: 94px;
}
.whatwe_solve_container .imagebox {
    display: inline-block;
}
/* hire work best section css start */
.work_best_container {
    background-color: #1C1C1C;
    border-radius: 34px;
    margin-top: 80px;
}
.hire_work_best_cards {
    border-radius: 34px;
    padding: 80px 40px;
    position: relative;
    z-index: 1;
    min-height: 100%;
}
.hire_work_best_cards:after {
    position: absolute;
    content: "";
    left: 0;
    top: -40px;
    width: 100%;
    bottom: 0;
    background: var(--orange_color);
    background: linear-gradient(101.59deg, #FF8057 -8.02%, #FF602D 13.76%, #FF4103 48.41%, #D43602 90.99%);
    z-index: -1;
    border-radius: 34px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
}
.hire_work_best_cards a {
   text-decoration: none;
}
.hire_work_best_cards * {
    color: #fff;
}
.hire_work_best_cards .imagebox {
    margin-bottom: 24px;
}
.hire_work_best_cards .imagebox img {
    width: 60px;
}
.hire_work_best_cards .cardtitle {
    margin-bottom: 16px;
    font-weight: 600;
}
.hire_work_best_cards .paras {
    margin-bottom: 0px;
}
.hire_work_best_cards:hover:after {
    visibility: visible;
    opacity: 1;
}
/* hire work best section css end */
/* hire pod best section css end */
.pod_based_table_bg {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pod_based_table_bg .hire_dev_empower_tbl_section {
    margin-top: 100px;
    padding-bottom: 200px;
}
.hire_pod_best_section {
    padding-top: 200px;
    margin-bottom: 100px;
}
.pod_best_container {
    max-width: 870px;
    margin: 0 auto;
}
.pod_best_container .row {
    justify-content: center;
}
.hire_pods_best_colm {
    margin-bottom: 20px;
}
.hire_pods_best_cards {
    padding: 40px 24px;
}
.hire_pods_best_cards .iconbox {
    flex: 0 0 auto;
    margin-right: 24px;
    display: inline-flex;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    background: #FFDFD5;
}
.hire_pods_best_cards .iconbox .iconimg {
    width: 36px;
}
.hire_pods_best_cards .cardtitle {
    font-weight: 400;
}
.hire_pods_best_cards .contentsbox {
   flex: 1;
}
/* hire pod best section css end */
/* hire expertise pod section css start */
.service_page_small_container {
    max-width: 1371px;
    margin: 0 auto;
    padding: 0 30px;
}
.hire_expertise_production_section {

}
.hire_expertise_production_section .bg_vector_image {
    position: absolute;
   background-image: url( https://hiredeveloper.dev/wp-content/uploads/2025/07/expertise-bg-vector.svg);
   background-repeat: no-repeat;
   background-size: contain;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-position: left center;
}
.hire_expertise_prod_container {
    padding: 100px 0 70px;
    background: linear-gradient(104.26deg, #676767 -7.43%, #414141 19.16%, #1C1C1C 61.5%, #171717 85.13%);
    border-radius: 16px;
    position: relative;
}
.hire_exp_prod_colms {
    position: relative;
}
.hire_exp_prod_colms:after {
    position: absolute;
    content: "";
    width: 70%;
    height: 1px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #D2D2D2 50%, rgba(153, 153, 153, 0) 100%);
    bottom: -15px;
    right: -30%;
}
.hire_exp_prod_colms:before {
    position: absolute;
    content: "";
    width: 70%;
    height: 1px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #D2D2D2 50%, rgba(153, 153, 153, 0) 100%);
    bottom: -15px;
    right: -30%;
    -webkit-transform: rotate(90deg) translateY(-26px);
    -moz-transform: rotate(90deg) translateY(-26px);
    -ms-transform: rotate(90deg) translateY(-26px);
    -o-transform: rotate(90deg) translateY(-26px);
    transform: rotate(90deg) translateY(-26px);
}
.hire_exp_prod_colms:nth-child(3n):before {
    display: none;
}
.hire_exp_prod_colms:nth-child(3n):after {
    display: none;
}
.hire_exp_prod_colms:nth-last-child(2):after, .hire_exp_prod_colms:nth-last-child(3):after {
    display: none;
}
.hire_exp_prod_colms:nth-last-child(2):before, .hire_exp_prod_colms:nth-last-child(3):before {
    display: none;
}
.hire_exp_prod_cards {
    border-radius: 16px;
    padding: 80px 40px;
    position: relative;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    min-height: 100%;
}
.hire_exp_prod_cards * {
    color: #fff;
}
.hire_exp_prod_cards a {
    text-decoration: none;
    display: block;
}
.hire_exp_prod_cards .imagebox {
    margin-bottom: 24px;
}
.hire_exp_prod_cards .imagebox img {
    width: 60px;
}
.hire_exp_prod_cards .cardtitle {
    margin-bottom: 16px;
    font-weight: 600;
}
.hire_exp_prod_cards .paras {
    margin-bottom: 0px;
}
.hire_exp_prod_cards:hover {
    background: linear-gradient(90deg, #D43602 5.48%, #FF4103 37.97%, #FF602D 76.19%, #FF8057 101.03%);
}
/* hire expertise pod section css end */
/* hire industry delivered section start */
.industries_deliverd_section {
    padding: 100px 0 50px;
}
.industries_deliverd_card {
    padding: 40px 16px;
    background-color: #ffffff;
    border-radius: 16px;
    position: relative;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    border: 1px solid transparent;
    min-height: 100%;
}
.industries_deliverd_card .iconbox {
    margin-bottom: 32px;
    display: inline-flex;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    background: #FFDFD5;
}
.industries_deliverd_card .iconbox .iconimg {
    width: 36px;
}
.industries_deliverd_card .cardtitle {
    color: #363A3F;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: capitalize;
}
.industries_deliverd_card p {
    color: #6C747E;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 32px;
}
.industries_deliverd_card .badge_item_dv {
    gap: 0 8px;
}
.industries_deliverd_card .badge_items {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    background: #FF5B011A;
    color: #CC4700;
    padding: 8px 16px;
    border-radius: 2em;
    margin-bottom: 5px;
    text-decoration: none;
}
.industries_deliverd_card:hover {
    border-color: var(--orange_color);
    box-shadow: 0px 25px 25px 0px #0B0A0A26;
}
/* hire industry delivered section end */
/* hire dev feature section start */
.h_service_features_card {
    padding: 40px 16px;
    background-color: #FAFAFA;
    border-radius: 16px;
    position: relative;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    min-height: 100%;
}
.h_service_features_card .iconbox {
    margin-bottom: 16px;
    display: inline-flex;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    background: #FFDFD5;
}
.h_service_features_card .iconbox .iconimg {
    width: 36px;
}
.h_service_features_card .cardtitle {
    color: #363A3F;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.h_service_features_card p {
    color: #6C747E;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
}
/* hire dev feature section end */
/* hire dev cta section start */
.h_service_cta_box {
    background: linear-gradient(104.26deg, #676767 -7.43%, #414141 19.16%, #1C1C1C 61.5%, #171717 85.13%);
    padding: 100px 30px;
    border-radius: 24px;
    position: relative;
    z-index: 1;
}
.cta_bg_vector {
    position: absolute;
    background-image: url(https://hiredeveloper.dev/wp-content/uploads/2025/07/cta-bg-vector.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: left;
    z-index: -1;
}
.h_service_cta_box .hire_sec_heading {
    margin-bottom: 0;
}
.h_service_cta_captions {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.h_service_cta_captions .hire_sec_title {
    color: #ffffff;
}
.h_service_cta_captions .hire_sec_heading p {
    color: #E8E8E8;
    font-weight: 400;
    font-size: 18px;
}
.h_service_cta_captions .button_sections {
    justify-content: center;
    gap: 10px 40px;
    margin-top: 40px;
}
.h_service_cta_captions .cta_buttons {
    color: #FAFAFA !important;
    border-color: #FAFAFA;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    font-size: 18px;
}
/* hire dev cta section end */
@media screen and (min-width:1600px) {
    .hire_developer_banner_sec .hire_banner_showmore {
        display: block !important;
        max-height: initial !important;
        overflow: clip !important;
    }
    .hire_developer_banner_sec .hire_banner_showmore .show-more-less-handler {
        display: none !important;
    }
    .technologies_banner_sec .hire_banner_showmore {
        display: block !important;
        max-height: initial !important;
        overflow: clip !important;
    }
    .technologies_banner_sec .hire_banner_showmore .show-more-less-handler {
        display: none !important;
    }
}
@media screen and (max-width:1799px) {
    /* easy step css */
    .hire_easy_step_colms {
        padding: 40px 28px;
        text-align: center;
    }
    .hire_easy_step_cards_Wrap {
        width: 100%;
    }
    .hire_easy_step_card .card_para {
        font-size: 24px;
        line-height: 28px;
    }
    .hire_easy_step_card .card_titles {
        font-size: 44px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    /* easy step css */
    .hire_tech_expertise_section .sec_hd_logo > img {
        max-width: 200px;
    }
    /* hire developer statistics */
    .hire_dev_trusted_statistics .stats_texts {
        font-size: 17px;
        line-height: 20px;
    }
    /* hire developer statistics */
    /* banner css */
    .hire_developer_banner_caption .headings {
        font-size: 60px;
        line-height: 70px;
        padding: 0px 0px 16px;
        margin-bottom: 16px;
    }
    .hire_developer_banner_caption .subheadings2 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 16px;
    }
    .hire_developer_banner_caption .paras {
        font-size: 18px;
        line-height: 24px;
    }
    .hire_banner_toprate_by .titles {
        font-size: 24px;
    }
    .hire_banner_toprate_by {
        margin-top: 30px;
        /* margin-bottom: 40px; */
    }
    .hire_banner_toprated_logos .buttonbox {
        flex: 0 0 auto;
        width: 100%;
        margin-top: 23px;
    }
    /* banner css */
}
@media screen and (max-width:1700px) {
    .hire_what_we_solve_section .vector_left_img {
        width: 300px;
    }
    .hire_what_we_solve_section .vector_right_img {
        width: 350px;
    }
}
@media screen and (max-width:1599px) {
    /* banner css */
    .hire_developer_banner_caption .headings {
        font-size: 50px;
        line-height: 60px;
    }
    .hire_banner_toprate_by {
        margin-top: 25px;
        /* margin-bottom: 30px; */
    }
    .hire_banner_toprated_logos .imgbox {
        margin-right: 25px;
    }
    .hire_banner_toprated_logos .buttonbox {
        flex: 0 0 auto;
        width: auto;
        margin-top: 0;
    }
    /* banner css */
    /* easy step css */
    .hire_easy_step_colms {
        padding: 33px 24px;
        text-align: center;
    }
    .hire_easy_step_card .card_titles {
        font-size: 36px;
        line-height: 42px;
    }
    .hire_easy_step_card .card_para {
        font-size: 22px;
        line-height: 26px;
    }
    /* easy step css */
    .hire_brands_logo_items {
        width: 150px;
    }
    /* hire clutch logo css */
    .hire_clutch_logo_marquee_sec .left_title {
        color: #fff;
        font-size: 40px;
        line-height: 50px;
    }
    /* hire clutch logo css */

    /* hire dev industries css */
    .hire_dev_industries_card .iconbox > img {
        max-width: 55px;
    }
    .hire_dev_industries_card {
        padding: 24px 20px;
    }
    .hire_dev_industries_card .card_title {
        font-size: 22px;
    }
    /* hire dev industries css */
    /* benefits card css */
    .hire_dev_benefits_cards .card_title {
        font-size: 24px;
    }
    .hire_dev_benefits_cards {
        padding: 30px 30px 15px;
    }
    /* benefits card css */
    .hiring_staffs_cards {
        padding: 24px 40px;
    }
    .hiring_staffs_cards .card_title {
        font-size: 24px;
        line-height: 31px;
    }
    /* hire tech expertise css */
    .hire_tech_expertise_content_box {
        padding-left: 70px;
        padding-top: 60px;
        height: 100%;
    }
    .hire_tech_expertise_card_item .iconbox img {
        width: 50px;
    }
    .hire_tech_expertise_card_item .card_title {
        font-size: 26px;
    }
    /* hire tech expertise css */

    /* hire developer statistics */
    .hire_dev_trusted_statistics .stats_title {
        font-size: 40px;
        line-height: 50px;
    }
    .hire_dev_trusted_statistics .stats_texts {
        font-size: 16px;
        line-height: 19px;
    }
    /* hire developer statistics */

    .empower_tbl_wrap .table thead th, .empower_tbl_wrap .table tr td {
        font-size: 22px;
        line-height: 26px;
        padding: 15px 25px
    }
    .hire_work_best_cards .cardtitle, 
    .hire_what_we_solve_listing .list_title, 
    .hire_exp_prod_cards .cardtitle {
        font-size: 24px;
        line-height: 28px;
    }
    .hire_exp_prod_cards {
        padding: 40px 30px;
    }
    .hire_work_best_cards {
        padding: 40px 30px;
    }
    .hire_what_we_solve_section .vector_right_img {
        width: 300px;
    }
    .whatwe_solve_container .squre_dot_vector {
        right: -25px;
        width: 80px;
    }
    /* service template banner */
    .service_template_banner_caption_wrap .bannerinner_body {
        padding-top: 120px;
    }
    .service_template_banner_captions .subheadings {
        margin-bottom: 30px;
    }
    .service_template_banner_captions .headings {
        font-size: 60px;
        line-height: 65px;
        margin-bottom: 24px;
    }
    .service_template_banner_captions .bnr_book_btn {
        font-size: 16px;
    }
    .service_template_banner_captions .bnr_pod_btn {
        font-size: 16px;
    }
    .hire_bnr_statistics_row {
        margin-top: 24px;
    }
    /* service template banner */
}
@media screen and (max-width:1500px) {
    /* hire tech expertise css */
    .hire_tech_expertise_content_box {
        padding-top: 60px;
    }
    .hire_tech_expertise_section .sec_hd_logo > img {
        max-width: 130px;
    }
    /* hire tech expertise css */
     /* service template banner css */
    .hire_bnr_statistics_row .satitics_colmss:nth-child(1) {
        left: -220px;
    }
    .hire_bnr_statistics_row .satitics_colmss:nth-child(4) {
        right: -220px;
    }
     /* service template banner css */
}
@media screen and (max-width:1440px) {
    /* service template banner css */
    .hire_bnr_statistics_row .satitics_colmss:nth-child(1) {
        left: -210px;
        bottom: 160px;
    }
    .hire_bnr_statistics_row .satitics_colmss:nth-child(4) {
        right: -212px;
        bottom: 160px;
    }
     /* service template banner css */
}
@media screen and (max-width:1410px) {
     /* service template banner css */
    .hire_bnr_statistics_row .satitics_colmss:nth-child(1) {
        left: -160px;
        bottom: 120px;
    }
    .hire_bnr_statistics_row .satitics_colmss:nth-child(4) {
        right: -160px;
        bottom: 120px;
    }
    .service_template_banner_captions .headings {
        font-size: 56px;
        line-height: 60px;
        margin-bottom: 20px;
    }
    .service_template_banner_captions .subheadings {
        margin-bottom: 20px;
    }
    .service_template_banner_captions .paras {
        margin-bottom: 30px;
    }
     /* service template banner css */
}
@media screen and (max-width:1399px) {
    /* Hire developer banner section */
    .hire_developer_banner_caption .headings {
        font-size: 50px;
        line-height: 60px;
        padding-bottom: 16px;
        font-weight: 400;
        margin-bottom: 16px;
    }
    .hire_developer_banner_caption .subheadings2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .hire_banner_toprate_by {
        margin-top: 10px;
        /* margin-bottom: 40px; */
    }
    .hire_banner_toprate_by .titles {
        font-size: 22px;
    }
    .hire_banner_toprated_logos .imgbox .texts {
        font-size: 16px;
        line-height: 22px;
    }
    /* Hire developer banner section */
    .empower_tbl_wrap .table tr td, .empower_tbl_wrap .table thead th {
        font-size: 20px;
        line-height: 24px;
        padding: 15px;
    }
    /* hire dev industries css */
    .hire_dev_industries_card .iconbox > img {
        max-width: 50px;
    }
    .hire_dev_industries_card .card_title {
        font-size: 22px;
    }
    /* hire dev industries css */
    /* benefits card css */
    .hire_dev_benefits_cards .card_title {
        font-size: 22px;
    }
    /* benefits card css */
    /* hire developers form css */
    .hire_developer_forms .frmlabel {
        font-size: 18px;
        line-height: 22px;
    }
    /* hire developers form css */
    /* hire tech expertise css */
    .hire_tech_expertise_card_item .card_title {
        font-size: 24px;
    }
    .hire_tech_expertise_section .sec_hd_logo > img {
        max-width: 140px;
    }
    /* hire tech expertise css */
    /* trusted section css */
    .hire_dev_trusted_statistics .stats_title {
        font-size: 36px;
        line-height: 40px;
    }
    /* trusted section css */
    .hire_exp_prod_cards {
        padding: 40px 20px;
    }
    .hire_work_best_cards {
        padding: 40px 20px;
    }
}
@media screen and (max-width:1299px) {
    .hire_bnr_statistics_row .satitics_colmss:nth-child(1) {
        left: -100px;
    }
    .hire_bnr_statistics_row .satitics_colmss:nth-child(4) {
        right: -100px;
    }
}
@media screen and (max-width:1260px) {
    .hire_tech_expertise_content_box {
        padding-top: 50px;
        padding-left: 30px;
    }
    .hire_tech_expertise_card_item .card_title {
        font-size: 23px;
    }
}
@media screen and (min-width:991px) and (max-width:1199px) {
    .hire_developer_banner_sec .leftcolm {
        width: 55%;
    }
    .hire_developer_banner_sec .rightcolm {
        width: 45%;
    }
    .hire_banner_toprated_logos .imgbox {
        margin-right: 20px;
    }
    .hire_bnr_statistics_row {
        margin-top: 15px;
        margin-left: -8px;
        margin-right: -8px;
    }
    .hire_bnr_statistics_row .satitics_colmss {
        width: 50%;
        margin-top: 15px;
    }
}
@media screen and (max-width:1199px) {
    /* hire developer banner section */
    .hire_developer_banner_sec {
        min-height: auto;
        padding-top: 20px;
    }
    .hire_developer_banner_sec .imagebox {
        margin-top: 30px;
    }
    /* hire developer banner section */
    /* easy step css */
    .hire_easy_step_colms {
        padding: 24px 18px;
        text-align: center;
    }
    .hire_easy_step_card {
        padding: 16px;
    }
    .hire_easy_step_card .card_titles {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .hire_easy_step_card .card_para {
        font-size: 18px;
        line-height: 20px;
    }
    /* easy step css */
    /* hire developers form css */
    .hire_developer_forms .frmlabel {
        font-size: 16px;
        line-height: 20px;
    }
    .hire_developer_forms input, .hire_developer_forms select {
        border-radius: 10px;
        height: 45px;
        font-size: 16px;
    }
    .hire_developer_forms textarea {
        font-size: 16px;
    }
    /* hire developers form css */
    /* Empower table css */
    .empower_tbl_wrap .table tr td, .empower_tbl_wrap .table thead th {
        font-size: 18px;
        line-height: 24px;
        padding: 10px 15px;
    }
    /* Empower table css */
    /* hire clutch logo css */
    .hire_clutch_logo_marquee_sec .left_title {
        font-size: 36px;
        line-height: 40px;
    }
    .hire_clutch_logo_marquee_sec  .leftcol {
        width: 42%;
    }
    .hire_clutch_logo_marquee_sec .rightcol {
        width: 58%;
    }
    /* hire clutch logo css */
    .hire_best_imagebox {
        padding-top: 20px;
        padding-right: 20px;
        border-radius: 16px;
    }
    .hire_best_imagebox:after {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        border-radius: 16px;
    }
    /* hire dev industries css */
    .hire_dev_industries_section .inds_colm {
        width: 33.33%;
    }
    /* hire dev industries css */
    .hire_tech_expertise_section .sec_hd_logo > img {
        max-width: 100px;
    }
    .h_service_cta_box {
        padding: 60px 15px;
    }
    .h_service_cta_captions .button_sections {
        gap: 10px 20px;
        margin-top: 35px;
    }
    .h_service_cta_captions .cta_buttons {
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
        font-size: 16px;
    }
    .hire_work_best_cards {
        padding: 40px 15px;
    }
    .service_page_small_container {
        max-width: 100%;
        padding: 0 0px;
    }
    .hire_work_best_cards .cardtitle, .hire_what_we_solve_listing .list_title, .hire_exp_prod_cards .cardtitle {
        font-size: 22px;
        line-height: 26px;
    }
    .hire_expertise_prod_container {
        padding: 80px 15px;
    }
    
    .hire_pods_best_cards {
        padding: 15px 10px;
    }
    .hire_pods_best_cards .cardtitle {
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
    }
    .hire_pods_best_cards .iconbox {
        margin-right: 20px;
        width: 50px;
        height: 50px;
    }
    .hire_pods_best_cards .iconbox .iconimg {
        width: 30px;
    }
    .industries_deliverd_card {
        padding: 30px 15px;
    }
    .industries_deliverd_card .iconbox {
        margin-bottom: 25px;
        width: 50px;
        height: 50px;
    }
    .industries_deliverd_card .iconbox .iconimg  {
        width: 30px;
    }
    .industries_deliverd_card .cardtitle {
        font-size: 22px;
        line-height: 26px;
    }
    .industries_deliverd_card p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .industries_deliverd_card .badge_item_dv {
        gap: 0 5px;
    }
    .industries_deliverd_card .badge_items {
        font-size: 12px;
        line-height: 16px;
        padding: 8px 16px;
    }
    
    .h_service_features_card {
        padding: 30px 15px;
    }
    .h_service_features_card .iconbox {
        width: 50px;
        height: 50px;
    }
    .h_service_features_card .iconbox .iconimg  {
        width: 30px;
    }
    .h_service_features_card .cardtitle {
        font-size: 22px;
        line-height: 26px;
    }
    .h_service_features_card p {
        font-size: 16px;
        line-height: 22px;
    }
    .h_service_cta_captions .hire_sec_heading p {
        font-size: 16px;
        line-height: 22px;
    }
    .whatwe_solve_container .squre_dot_vector {
        right: 0;
        width: 60px;
    }
    .hire_what_we_solve_section .vector_left_img {
        width: 150px;
    }
    .hire_what_we_solve_section .vector_right_img {
        width: 200px;
    }
    .hire_work_best_cards .imagebox img {
        width: 50px;
    }
    .hire_exp_prod_cards .imagebox img {
        width: 50px;
    }
    /* service template banner css */
    .hire_bnr_statistics_row .satitics_colmss:nth-child(1), .hire_bnr_statistics_row .satitics_colmss:nth-child(4) {
        left: 0;
        bottom: 0;
        position: static;
    }
    /* service template banner css */
}
@media screen and (max-width:991px) {
    /* hire clutch logo css */
    .hire_clutch_logo_marquee_sec .left_title_dv {
        margin-bottom: 50px;
    }
    .hire_clutch_logo_marquee_sec  .leftcol {
        width: 100%;
        text-align: center;
    }
    .hire_clutch_logo_marquee_sec .rightcol {
        width: 100%;
    }
    .hire_truted_advisor_section .contentsbox {
        margin-top: 40px;
    }
    .hire_dev_industries_section .inds_colm {
        width: 50%;
    }
    /* hire dev industries css */
    /* hire developers form css */
    .hire_developer_forms {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    /* hire developers form css */
    /* easy step css */
    .easystep_vector_line {
        display: none;
    }
    /* easy step css */
    /* hire tech expertise section */
    .hire_tech_expertise_section .sec_hd_logo {
        display: none;
    }
    .hire_tech_expertise_headingbox .imgage_box img {
        max-width: 250px;
    }
    .hire_tech_expertise_content_box {
        padding-top: 50px;
        padding-left: 0;
        border-left: none;
    }
    /* hire tech expertise section */
     /* hire clutch logo css */
     .hire_best_developer_section .contentsbox {
        margin-top: 40px;
    }
    /* hire dev industries css */
    /* hire dev brief section css */
    .hire_dev_brief_section .rowss {
        flex-direction: column-reverse;
    }
    .hire_dev_brief_section .imagebox, .hire_dev_best_section .imagebox {
        text-align: center;
    }
    .hire_dev_brief_section .imagebox img, .hire_dev_best_section .imagebox img {
        max-width: 400px;
    }
    .hire_dev_brief_section .contentsbox, .hire_dev_best_section .contentsbox  {
        margin-top: 40px;
    }
    /* hire dev brief section css */
    /* hire developer banner section css */
    .hire_developer_banner_sec .hire_banner_showmore {
        display: block !important;
        max-height: initial !important;
        overflow: clip !important;
    }
    .hire_developer_banner_sec .hire_banner_showmore .show-more-less-handler {
        display: none !important;
    }

    .hire_developer_banner_sec .imagebox {
        text-align: center;
        margin-top: 30px;
    }
    .hire_developer_banner_sec .imagebox img {
        max-width: 500px;
    }
    /* hire developer banner section css */
    .whatwe_solve_container .imagebox {
        margin-top: 24px;
    }
    .hire_what_we_solve_section {
        padding: 70px 0;
    }
    .hire_dev_best_section {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .hire_dev_best_section .hire_sec_heading {
        margin-bottom: 0;
    }
    .hire_work_best_section  {
        margin-top: 70px;
    }
    .hire_pod_best_section {
        padding-top: 100px;
        margin-bottom: 0px;
    }
    .pod_based_table_bg .hire_dev_empower_tbl_section {
        margin-top: 80px;
        padding-bottom: 100px;
    }
    .industries_deliverd_section {
        padding: 70px 0 40px;
    }
    .industries_deliverd_colms {
        margin-bottom: 30px;
    }
    .h_service_features_section {
        margin-top: 70px;
        margin-bottom: 50px;
    }
    .h_service_cta_section {
        margin-bottom: 70px;
        margin-top: 50px;
    }
    .hire_exp_prod_colms:before, .hire_exp_prod_colms:after{
        display: none;
    }

    .hire_exp_prod_colms {
        margin-bottom: 20px;
    }
    .hire_exp_prod_cards {
        padding: 30px 20px;
    }
    /* service template banner  */
    .hire_banner_statistics {
        padding: 10px;
        border-radius: 6px;
    }
    .hire_bnr_statistics_row .satitics_colmss {
        width: 50%;
    }
    /* service template banner  */
}
@media screen and (max-width:767px) {
    .h_service_cta_captions {
        max-width: 100%;
    }
    /* hire clutch logo css */
    .hire_clutch_logo_marquee_sec .left_title {
        font-size: 30px;
        line-height: 36px;
    }
    /* hire clutch logo css */
    /* Empower table css */
    .empower_tbl_wrap .table tr td, .empower_tbl_wrap .table thead th {
        font-size: 16px;
        line-height: 21px;
        padding: 10px 12px;
    }
    /* Empower table css */
    /* hire dev industries css */
    .hire_dev_industries_card .iconbox > img {
        max-width: 45px;
    }
    .hire_dev_industries_card .card_title {
        font-size: 18px;
    }
    /* hire dev industries css */
    /* benefits card css */
    .hire_dev_benefits_cards .card_title {
        font-size: 18px;
    }
    /* benefits card css */
    /* easy step css */
    .hire_easy_step_colms {
        padding: 20px 15px;
        text-align: center;
    }
    .hire_easy_step_cards_Wrap {
        width: 340px;
    }
    /* easy step css */
    /* hire tech expertise section */
    .hire_tech_expertise_card_item .card_title {
        font-size: 22px;
    }
    /* hire tech expertise section */
     /* hire developer statistics */
    .hire_dev_trusted_statistics .stats_title {
        font-size: 36px;
        line-height: 40px;
    }
     /* hire developer statistics */
     /* hire developer banner section */
     .hire_developer_banner_caption .headings {
        font-size: 40px;
        line-height: 50px;
    }
    .hire_developer_banner_caption .subheadings2 {
        font-size: 18px;
        line-height: 22px;
    }
    .case_study_banner_sec .subheading_top, 
    .technologies_banner_sec .subheading_top, 
    .industries_page_banner_sec .subheading_top {
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
    }
     .hire_bnr_statistics_row .satitics_colmss {
        width: 50%;
        margin-bottom: 19px;
    }
    .hire_developer_banner_sec .imagebox img {
        max-width: 300px;
    }
     /* hire developer banner section */
    /* hire dev brief section css */
    .hire_dev_brief_section .imagebox img, .hire_dev_best_section .imagebox img {
        max-width: 300px;
    }
    /* hire dev brief section css */
    .hire_pods_best_cards {
        padding: 5px 4px;
    }
    .hire_work_best_cards {
        padding: 40px 15px;
        text-align: center;
    }
    .hire_pods_best_cards .cardtitle {
        font-size: 20px;
        line-height: 24px;
    }
    /* service template css */
    .service_template_banner_caption_wrap .bannerinner_body {
        padding-top: 100px;
    }
    .service_template_banner_captions .headings {
        font-size: 46px;
        line-height: 50px;
    }
    .service_template_banner_captions .bnr_book_btn {
        font-size: 15px;
    }
    .service_template_banner_captions .bnr_pod_btn {
        font-size: 15px;
    }
    .hire_banner_statistics .stats_title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 2px;
    }
    .hire_banner_statistics .stats_texts, .hire_banner_trusted_colm .reviewtext {
        font-size: 14px;
        line-height: 18px;
    }
    .hire_banner_trusted_colm .ratingtext {
        font-size: 14px;
        line-height: 20px;
    }
    /* service template css */
}
@media screen and (max-width:575px) {
    /* hire clutch logo css */
    .hire_brands_logo_items {
        width: 100px;
    }
    /* hire clutch logo css */
    .hire_dev_pricing_card {
        border-radius: 20px;
        padding: 20px;
    }
    .hire_dev_pricing_card .pricing_head {
        margin-bottom: 25px;
    }
    .hire_dev_pricing_card .price_title {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .hire_dev_pricing_card .amountdiv .amountTitle {
        font-size: 36px;
        line-height: 45px;
    }
    .hire_dev_pricing_card .amountdiv .permonth_txt {
        font-size: 14px;
        line-height: 18px;
    }
    .hire_dev_pricing_card .amountdiv {
        margin: 0 auto 25px;
    }
    .h_pricing_card_list > li {
        padding-left: 32px;
        margin-bottom: 10px;
    }
    .hire_dev_pricing_card .sign_nda_btn {
        margin-top: 10px;
    }

    .statisticsrow .colmss {
        width: 50%;
    }
     /* hire developer statistics */
    .hire_dev_trusted_statistics .stats_title {
        font-size: 30px;
        line-height: 38px;
    }
    .hire_dev_trusted_statistics .stats_texts {
        font-size: 14px;
        line-height: 17px;
    }
     /* hire developer statistics */
    /* service template css */
    .service_template_page_banner_wrap {
        background-image: url(../images/new-image/service-banner-hero-bg-mobile.jpg);
    }
    /* service template css */
}
@media screen and (max-width:420px) {
    /* hire dev industries css */
    .hire_dev_industries_section .inds_colm {
        width: 100%;
    }
    /* hire dev industries css */
}
@media screen and (max-width:400px) {
    .hire_bnr_statistics_row .satitics_colmss {
        width: 100%;
        margin-bottom: 13px;
    }
}
@media screen and (max-width:390px) {
    /* easy step css */
    .hire_easy_step_cards_Wrap {
        width: 300px;
    }
    /* easy step css */
}
@media screen and (max-width:360px) {
    /* easy step css */
    .hire_easy_step_cards_Wrap {
        width: 260px;
    }
    /* easy step css */
}