 .homeform_box form {
        padding: 20px;
    }
    .foot_link p {
        font-size: 16px;
        color: #fff;
        margin: 20px 0 0 0;
    }
    .banner_sevice {
        padding: 90px 0 0 0;
    }

    .box_cms {
       
        border-bottom: 5px solid #ff8400;
        box-shadow: none;
        border-radius: 10px;
    }

    .banner_full {
        display: flex;
        align-items: center;
        position: relative;
        height: 465px;
    }

    .service_banner_text {
        width: 100%;
    }

        .service_banner_text h3 {
            margin-bottom: 15px;
        }

    .banner_form {
        position: absolute;
        width: 400px;
        background: #fff;
        right: 0;
        top: 0;
        padding: 30px 40px;
        text-align: center;
        box-shadow: 1px 1px 30px rgba(8, 10, 8, 0.45);
    }

    .banner_bottom ul li {
        display: table-cell;
        width: 25%;
        vertical-align: middle;
        font-size: 20px;
        color: #fff;
        text-transform: capitalize;
        letter-spacing: 2px;
        padding: 20px;
        line-height: 22px;
        font-family: 'poppinslight';
    }

    .banner_bottom ul li {
        width: 20%;
        font-size: 15px;
        line-height: 18px;
    }

    .service_banner_text h1 {
        font-size: 30px;
        display: inline-block;
        font-weight: 700;
        letter-spacing: 0.5px;
        margin-top: 0;
        color: #fff;
        margin-bottom: 15px;
        line-height: 40px;
        font-family: 'Poppins', sans-serif;
    }

    .service_banner_text p {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0.3px;
        margin: 0 0 10px 0;
        font-family: 'Poppins', sans-serif;
    }

    .page_web h2 {
        text-transform: capitalize !important;
    }

    .web_app .single-service {
        position: relative;
        background-color: rgb(241, 241, 241);
        border-radius: 10px;
        padding: 30px;
        overflow: hidden;
    }

    .single-service .content {
        position: relative;
    }

    .single-service .icon {
        display: flex;
        margin-bottom: 15px;
        width: 50px;
        height: 50px;
        background-color: #0165aa;
        border-radius: 5px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-size: 25px;
        transition: all .3s;
        justify-content: center;
        align-items: center;
    }

        .single-service .icon i {
            font-size: 25px !important;
        }

    .single-service .title {
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 18px;
        transition: color .3s;
        margin-top: 0;
        color: #000;
        font-family: 'Poppins', sans-serif;
    }

    .single-service .description {
        margin-bottom: 0px;
        font-size: 15px;
        transition: color .3s;
        color: #282828;
        font-family: 'Poppins', sans-serif;
    }

    .single-service .circle-before {
        position: absolute;
        top: 0;
        right: 0px;
        transform: translate(40%, -40%);
        width: 50px;
        height: 50px;
        background-color: #504f93;
        border: 3px solid #0165aa;
        border-radius: 50%;
        opacity: 0.5;
        z-index: 10;
        transition: all .6s;
    }

    .box_cms p {
        font-size: 15px;
    }

    .clients {
        margin-top: 0px;
    }

    .clients ul {
        display: inline-flex;
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        width: 100%;
        margin: 0;
        padding: 0;
        justify-content: center;
    }

    .clients ul li {
        list-style: none;
        width: 150px;
        height: 140px;
        padding: 20px;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
    }

    .clients ul li img {
        margin: 0 auto;
        /* filter: grayscale(1); */
        position: relative;
        z-index: 2;
        width: auto;
        height: auto;
    }

    section.banner_sevice {
        background-image: url(~/Content/img/dubai/dubai.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 5;
    }

    section.banner_sevice:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: rgb(0 0 0 / 50%);
        z-index: 1;
        width: 100%;
        height: 100%;
    }

    .banner_full {
        position: relative;
        z-index: 8;
    }

    .stats_sec .row .stats_number {
        border-right: 1px solid #ffffff;
        padding: 10px 20px 10px;
        min-height: 200px;
        text-align: center;
    }

    .stats_number h3 {
        font-size: 35px;
        color: #fff;
        font-weight: 600;
        line-height: 40px;
        font-family: 'Poppins', sans-serif;
    }

    .stats_number h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
    }

    .stats_number p {
        margin-bottom: 0;
        color: #d7dae0;
        font-size: 15px;
        padding-top: 5px;
        font-family: 'Poppins', sans-serif;
    }

    .stats_sec .row .col-md-3:last-child .stats_number {
        border: 0;
    }

    .tchnobox ul {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        border: 1px solid rgb(179 178 178 / 50%);
        border-radius: 15px;
        justify-content: center;
    }

    .tchnobox ul li {
        list-style: none;
        width: 16.666%;
        text-align: center;
        padding: 10px;
        border-bottom: 1px solid rgb(179 178 178 / 50%);
        border-right: 1px solid rgb(179 178 178 / 50%);
    }

    .tchnobox ul li img {
        width: 70px;
        margin: 10px 0;
    }

    /* .tchnobox ul li {border-bottom:none;} */
    .dix_head h4 {
        text-align: center;
        font-size: 30px;
        font-weight: 700;
    }

    .tchnobox {
        padding-top: 15px;
        margin: auto;
    }

        /* .box_tech {} */
        /* .box_tech li {
         width: 20%!important;
     } */
    .tchnobox ul li img {
        width: 70px;
        margin: 10px 0;
    }

    .tchnobox ul li h5 {
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        color: #000;
    }

    .step_list {
        padding-top: 0px;
    }

    .step_list ul {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
    }

    .step_list ul::before {
        content: "";
        position: absolute;
        width: calc(80%);
        height: 1px;
        border-top: 1px dashed #c7c6c4;
        top: 110px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .step_list ul li {
        list-style: none;
        text-align: center;
        color: #fff;
        width: 20%;
        padding: 0 20px;
    }

    .step_list ul li h4 {
        margin-bottom: 32px;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
    }

    .step_list ul li .stepico {
        z-index: 1;
        width: 80px;
        height: 90px;
        display: block;
        margin: 0 auto;
        line-height: 90px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .step_list ul li .stepico::before, .step_list ul li .stepico::after {
        content: "";
        width: 100%;
        height: 100%;
        -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
        clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
        background: #0165aa;
        position: absolute;
        left: 0;
        z-index: 2;
        top: 0;
        bottom: 0;
    }

    .step_list ul li .stepico::after {
        background: #c7c6c4;
        transform: scale(1.03);
        z-index: 1;
    }

    .step_list ul li .stepico span {
        display: block;
        position: absolute;
        background: #fff;
        -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
        clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
        z-index: 3;
        width: 100%;
        height: 100%;
        transform: scale(0.8);
    }

    .step_list ul li .stepico img {
        display: inline-block;
        position: relative;
        z-index: 4;
        max-width: 50px;
        border-radius: 50px;
    }

    .step_list ul li p {
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 300;
        word-wrap: break-word;
        line-height: 22px;
    }

     /*footer css*/
    .gry_strip {
        background: #007bff;
        color: #fff;
    }

    .gry_strip {
        background: #007bff;
        color: #fff;
    }
    .contactbox h3 {
        background: transparent;
        display: flex;
        align-items: center;
        padding-right: 15px;
        position: relative;
        overflow: hidden;
        mix-blend-mode: color;
        margin: 0;
        color: #000;
        letter-spacing: -1px;
        font-size: 24px;
        justify-content: flex-start;
        font-family: 'poppinsmedium';
    }

    .contactbox h3 span {
        height: 60px;
        display: block;
        background: rgb(255 255 255);
        text-align: center;
        line-height: 60px;
        font-size: 18px;
        color: rgb(236, 120, 0);
        font-weight: 200;
        clip-path: none;
        font-weight: 400;
        margin-left: 5px;
        transform: scale(0.8);
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contactbox a {
        display: inline-block;
        color: #fff;
        font-size: 18px;
        width: 100%;
        padding: 10px;
        line-height: 24px;
        letter-spacing: .5px;
    }

    .contactbox::before {
        background: none;
    }

    .homeform_data h3 {
        font-family: 'poppinsmedium';
    }

    .slideshow img {
        height: auto;
    }
    .page_web h2 {font-size: 30px;}
    .socialmedia {
        padding-top: 5%;
        display: flex;
    }
    .socialmedia a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .faq_box {
        background-color: #f3f0f0;
        color: #000;
        border-radius: 10px;
        box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
        margin: 0 0 10px 0;
    }
    .question {
        font-size: 16px;
        font-weight: 500;
        padding: 15px 80px 15px 20px;
        position: relative;
        display: flex;
        align-items: center;
        cursor: pointer;
        font-family: 'Poppins', sans-serif;
    }
    .question::after {
        content: "\002B";
        font-size: 26px;
        position: absolute;
        right: 20px;
        transition: 0.2s;
    }
    .question.active::after {
        transform: rotate(135deg);
    }
    .answercont {
        max-height: 0;
        overflow: hidden;
        transition: 0.3s;
    }
    .answer {
        padding: 0 20px 20px;
        line-height: 1.5rem;
        color: rgb(26 26 26 / 75%);
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        margin: 0;
        font-family: 'Poppins', sans-serif;
    }
    .testimbox .testim_head h3 {
        font-size: 20px;
        color: #000;
        font-family: 'Poppins', sans-serif;
    }
    .testimbox .testim_head h3 span {font-size: 15px;}
    .testim_text p {
        font-size: 16px;
        line-height: 26px;
        color: #404950;
        font-family: 'Poppins', sans-serif;
    }
    section.embarksec {padding: 40px 0;}
    .testimbox {min-height: 308px;height: auto;}
    .swiper-wrapper {min-height: 350px;height: auto;}

    .faq_box {
        background: #fff;
        box-shadow: none;
        display: flex;
        flex-wrap: wrap;
    }

    .faq_box .faq_block {
        width: calc(50% - 30px);
        display: flex;
        align-items: flex-start;
        margin: 0 15px;
        border-bottom: 1px dashed #c1d4d8;
        padding-top: 15px;
    }

    .faq_box .faq_block .faq_icon {
        width: 45px;
        height: 45px;
    }

    .faq_box .faq_block .faq_icon img {
        width: 100%;
        height: 100%;
    }

    .faq_box .faq_block 
    .faq_text {
        width: calc(100% - 45px);
        padding-left: 15px;
    }

    .faq_box .faq_block .faq_text h3 {
        font-size: 16px;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        color: #000;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .faq_box .faq_block .faq_text p {
        margin-bottom: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        color: #647083;
        line-height: 20px;
        font-size: 13px;
    }
    .swiper-pagination {bottom: 30px!important;z-index: 2;}
    .swiper-pagination-bullet {background-color: rgb(0 0 0 / 30%) !important}
    .swiper-pagination-bullet-active {background-color: #ec7800 !important}

    .cms_icon1 {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
        border: 2px solid #0165aa;
        width: 50px;
        height: 50px;
        margin: auto;
        padding: 6px;
        border-radius: 10px;
    }
    .cms_icon1 i {
        font-size: 30px;
        color: #0165aa;
    }
    .hr_line h5 {
        font-size: 20px;color: #000;font-family: 'Poppins', sans-serif; text-align: center;margin: 0;
    }
    .faq_box {
        margin: 0;
    }
    .hr_line hr {
        border-top: 2px solid #ff8400!important;
        margin-top: 0px;
    }

    /* popbanner */

    .form_pop {
        width: 600px;
        margin: 30px auto;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        overflow: hidden;
    }
    .modal-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
        background-color: #000;
        opacity: 0;
        visibility: hidden;
    }
    .modal-backdrop.show {
        opacity: 0.5;
        visibility: visible;
    }
    .form_pop .softech_pop {
        height: auto !important;
        display: block !important;
        margin: auto !important;
        padding: 40px !important;
        border-radius: 4px !important;
        box-shadow: 6px 10px 10px rgb(0 0 0 / 7%) !important;
        background-color: #151414 !important;
        max-width: 600px !important;
        min-width: 600px !important;
        position: relative !important;
    }
    .softech_pop .modal-header-container {
        margin-bottom: 24px;
        text-align: center;
    }
    .padd_form label {
        font-size: 15px;
        color: rgb(255 255 255 / 60%);
        letter-spacing: .2px;
        font-weight: 400;
        font-family: 'Poppins', sans-serif;
    }
    .softech_pop .modal-heading-text {
        font-size: 26px;
        font-weight: 600;
        text-align: left;
        color: rgb(255 255 255 / 100%);
        font-family: 'Poppins', sans-serif;
        line-height: 30px;
    }

    .softech_pop .modal-form-container {
        display: flex;
        width: 100%;
        gap: 10px 20px;
        flex-wrap: wrap;
    }
    .softech_pop .input-container {
        display: flex;
        flex-direction: column;
        width: 48%;
    }
    .softech_pop .input-container .form-input-field {
        border-radius: 2px;
        border: none;
        background-color: rgba(255, 255, 255, 0.95);
        font-size: 13px;
        padding: 0 10px;
        line-height: 30px;
        min-height: 38px;
        max-height: 50px;
        margin: 0px 0 8px;
    }
    .softech_pop .input-container select.form-input-field {
        color: rgb(124 124 124);
    }
    .submit_btn {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
    .submit_btn input {
        padding: 10px 30px;
        border-radius: 2px;
        border: none;
        background: #ec7800;
        color: #fff;
        font-size: 18px;
        display: block;
        width: 100%;
    }
    .btn-close {
        position: absolute;
        right: 0;
        top: 0;
    }
    .modal-backdrop.show {
        opacity: 0.5;
    }
    .modal.fade .modal-dialog {
        transition: transform .3s ease-out;
        transform: translate(0, -50px);
    }
    .form_pop.modal.show .modal-dialog {
        transform: translateY(40px);
    }
    .form_pop.fade.show {
        opacity: 1;
    }
    .form_pop {
        opacity: 0;
        transition: transform .3s ease-out;
        transform: translate(0, -50px);
    }
    .pops .form_pop {
        opacity: 1;
        transform: translateY(40px);
    }
    .modal-content button.close {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 0;
        line-height: 25px;
        color: white;
        opacity: 1;
        background: #000;
        border: 0;
        margin: 0;
        color: #fff;
        outline: none;
        cursor: pointer;
        z-index: 2;
    }

@media only screen and (min-width: 992px) and (max-width: 1100px) {
        .page_web h2 {line-height: 40px;text-align: center !important;}
        .page_web p {text-align: center !important;}
        .service_banner_text {text-align: center;}
        .banner_full {display: block;height: 585px;}
        .banner_full .col-md-6 {width: 100%;}
        .banner_form {top: 120px;left: 25%;}
        .step_list ul li h4 {font-size: 18px;}
        .step_list ul li p {font-size: 13px;line-height: 21px;}
        .homeform_data {
            padding-bottom: 10px;
        }
        section.home_form {padding: 20px 0 0;}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .page_web h2 {line-height: 40px;text-align: center !important;}
    .page_web p {text-align: center !important;}
    .service_banner_text {text-align: center;}
    .banner_full {display: block;height: 585px;}
    .banner_full .col-md-6 {width: 100%;}
    .banner_form {top: 120px;left: 25%;}
    .stats_sec .row .stats_number {min-height: auto;border-bottom: 1px solid #ffffff;border-right: none;}
    .step_list ul li h4 {font-size: 18px;}
    .step_list ul li p {font-size: 13px;line-height: 21px;}
    .homeform_data {
        padding-bottom: 10px;
    }
    section.home_form {padding: 20px 0 0;}
}
@media (max-width: 767px) {
    section.banner_sevice {
        padding-top: 115px !important;
    }
    .service_banner_text h1 {
        font-size: 20px;line-height: 28px;margin-bottom: 10px;
    }
    .service_banner_text p {
        font-size: 14px;line-height: 22px;
    }
    .container {
        padding-right: 15px!important;
        padding-left: 15px!important;
        margin-right: auto!important;
        margin-left: auto!important;
    }
    .homeform_data h3 {
        font-size: 24px;
        padding-bottom: 6px;
    }
    .socialmedia {
        padding-top: 2%;
        justify-content: center;
    }
    .page-footer {
        text-align: center;
    }
    .banner_full {
        display: block!important;
        height: 560px!important;
    }
    .banner_bottom {padding: 0!important;}
    .banner_form {
        position: relative!important;
        left: 0px!important;
    }
    .banner_form {
        width: 90%!important;
        top: 15px!important;
        padding: 15px!important;
        transform: translateY(0%)!important;
    }
    .banner_form h1 {font-size: 18px;}
    .form-group {
        margin-bottom: 10px;
    }
    .banner_form input, .banner_form textarea {
        min-height: 40px;
    }
    .service_banner_text {
        text-align: center!important;
    }
    .banner_bottom ul li {
        width: 100%!important;
        display: inline-block!important;
        padding: 10px 10px;
        font-size: 13px;
        line-height: 20px
    }
    .page_web h2 {
        text-align: center!important;
        font-size: 20px!important;
    }
    .page_web p {
        text-align: center!important;
        padding: 0!important;
        margin-bottom: 10px;
    }
    .page_web2 h2 {
        margin-bottom: 0!important;
    }
    .web_app .page_web h2 {margin-bottom: 20px;}
    .web_app .single-service {
        padding: 15px;
    }
    .single-service .title {font-size: 16px!important;}
    .single-service .description {font-size: 14px;}
    .apps_hire_het .col-md-4 {padding: 0;margin-bottom: 20px!important;}
    .apps_hire_het .col-md-6 {padding: 0;margin-bottom: 20px!important;}
    .stats_sec .page_web2 {padding-bottom: 0;}
    .stats_number h3 {font-size: 24px!important;line-height: 30px!important;margin-top: 10px!important;}
    .stats_number h4 {font-size: 18px!important;}
    .stats_sec .row .stats_number {min-height: auto!important;}
    .stats_sec .row .col-md-3:last-child .stats_number {border-bottom: 0 !important;}
    .web_cms .col-md-4 {
        margin-bottom: 20px!important;
        padding: 0!important;
    }
    .stats_sec .row .stats_number {
        border-bottom: 1px solid #ffffff!important;
        border-right: none!important;
    }
    .clients ul li {
        width: 49%!important;
        height: 110px!important;
        padding: 15px!important;
    }
    .clients ul li img {
        width: 150px!important;
    }
    .testimbox {padding: 20px;height: 100%;}
    .testimbox .testim_head h3 {font-size: 16px;}
    .testimbox .testim_head h3 span {font-size: 14px;}
    .testim_text p {font-size: 14px;font-size: 14px;margin-bottom: 0;}
    .testimbox .testim_head img {
        max-height: 40px;
    }
    .step_list ul {
        display: block!important;
    }
    .step_list ul li {
        width: 100%!important;
        padding: 0;
    }
    .step_list ul li h4 {margin-bottom: 20px;margin-bottom: 20px;}
    .step_list ul::before {
        border-top: none!important;
    }
    .tchnobox ul li img {width: 55px;}
    .web_cms .page_web h2 {
        margin-bottom: 15px;
    }
    .tchnobox ul li {
        width: 33.33%!important;
    }
    .faq_box {
        display: block!important;
    }
    .faq_box .faq_block {
        width: 100%!important;
        display: block;
        margin: 0;
    }
    .faq_box .faq_block .faq_icon {
        width: 35px;
        height: 35px;
        margin-bottom: 10px;
    }
    .faq_box .faq_block .faq_text {
        width: 100%;
        padding-left: 0;
    }
    .homeform_data {
        padding-bottom: 5px!important;
    }
    .homeform_data .coninfo {margin-bottom: 15px;}
    .homeform_data .coninfo a {font-size: 16px;}
    .homeform_box p {font-size: 15px;}
    .homeform_box form .col {padding: 0 10px;}
    .homeform_box form .form-group {margin-bottom: 10px;}
    .homeform_box form .form-control {min-height: 36px;}
    .contactbox h3 {display: block;}
    .contactbox a {font-size: 16px;padding: 0;}
    .contactbox h3 span {height: 70px;}
}

    