/*********************************
    Responsive CSS Start Here
**********************************/

@media (min-width: 375px) {

    .tech_stack .nav .nav-item {
        width: 18%;
    }

    .cricle_number {
        width: 70px;
        height: 70px;
    }

    .cricle_number::before {
        width: 72px;
        height: 72px;
    }

    .cricle_para {
        width: calc(100% - 70px);
    }

    .object_numbers::after {
        left: 35px;
    }

    /* For devices ≥ 375px */
}

@media (min-width: 414px) {
    .profile_img {
        height: 300px;
    }

    .profile_content {
        height: 50%;
    }

    .team_profile_box .profile_img {
        height: 410px;
    }

    .dt_awards_slider .item .awards_img img {
        width: 100px !important;
    }

    .portfolio_cricle_grid {
        max-width: 350px;
    }

    .new_portfolio_content::after {
        left: 50px;
    }

    .Results_mobile_slider .owl-stage .owl-item::before {
        width: 48px;
        height: 48px;
    }

    .result_info {
        padding-left: 60px;
        padding-top: 10px;
    }

    .result_info::before {
        left: 25px;
    }

    .Fintech_SW_slider .items .Fintech_SW_img:nth-child(1) .Fintech_SW_inner {
        height: 300px;
    }

    .Fintech_SW_slider .items .Fintech_SW_img:nth-child(2) .Fintech_SW_inner {
        height: 400px;
    }

    .contact_form_bottom h1 {
        font-size: 30px;
        text-align: left;
    }

    /* For devices ≥ 414px */
}

@media (min-width: 484px) {

    .off-canvas-content.open_canvas {
        -webkit-transform: translateX(-320px);
        -ms-transform: translateX(-320px);
        transform: translateX(-320px);
    }

    .right_funnel {
        width: 320px;
        max-width: 320px;
    }

    .awards_img {
        height: 160px;
    }

    .dt_portfolio_content h4 {
        font-size: 20px;
    }

    .counter_col {
        width: 33.3333%;
    }

    .dt_solution_box p br {
        display: block;
    }

    .team_profile_box .profile_img {
        height: 510px;
    }

    .new_portfolio_content::after {
        left: unset;
        right: -130px;
    }

    .Fintech_SW_slider .items .Fintech_SW_img:nth-child(1) .Fintech_SW_inner {
        height: 380px;
    }

    .Fintech_SW_slider .items .Fintech_SW_img:nth-child(2) .Fintech_SW_inner {
        height: 460px;
    }

    /* For devices ≥ 484px */
}

@media (min-width: 575px) {

    .tab_grid .tab-content .tab-pane ul li {
        width: 25%;
    }

    .tab_grid .tab-content .tab-pane ul li:nth-child(3n+3)::after {
        opacity: 1;
    }

    .awards_img {
        height: 140px;
    }

    .aboutUs-page .dt_subBanner_content h1 br {
        display: block;
    }

    .twp_img_info {
        background-size: 264px;
    }

    .fostering_culture {
        height: 355px;
    }

    .profile_img {
        height: 320px;
    }

    .tech_stack .nav .nav-item .nav-link {
        padding: 25px;
    }

    .tech_stack_content img {
        max-width: 80px;
    }

    .dt_team_wrap .row .col-md-3 {
        width: 50%;
    }

    .team_profile_box {
        height: 100%;
    }

    .team_profile_box .profile_img {
        height: 270px;
    }

    .dt_artifficial_intelligence .main_title h2 span {
        display: block;
    }

    .AIdev_img_grid .AI_dev_img:nth-child(1) {
        width: 38%;
        height: 355px;
    }

    .AIdev_img_grid .AI_dev_img:nth-child(2) {
        width: 62%;
        height: 450px;
    }

    .key_Objectives {
        padding: 30px 0 50px;
    }

    .object_numbers .d-flex {
        margin-bottom: 30px;
    }

    .object_numbers {
        padding-bottom: 35px;
    }

    .key_Objectives .row article:nth-child(3) .object_numbers {
        padding-top: 35px;
    }

    /* For devices ≥ 575px */
}

@media (min-width: 601px) {
    #Right_Funnel {
        width: 500px;
    }

    .dt_industery_slider.dt_industery_slider_mobile {
        display: none !important;
    }

    .dt_banner_wrap {
        padding: 0px;
    }

    .dt_banner_wrap .row .col-md-6 {
        width: 50%;
    }

    .mm_none {
        display: block;
    }

    .dd_none {
        display: none;
    }

    .dt_banner_content {
        text-align: left;
        height: 100%;
    }

    .get_a_quote {
        max-width: 220px;
        margin: 0 0 30px;
        padding: 0 20px;
    }

    .banner_product_slider {
        margin: 0px;
    }

    .dt_banner_img {
        margin-bottom: 0;
    }

    .dt_industery_wrap .col-md-4 {
        width: 50%;
    }

    .dt_industery_box {
        padding: 20px 10px;
        min-height: 220px;
    }

    .dt_industery_icon {
        width: 60px;
        padding-right: 10px;
    }

    .dt_industery_content {
        width: calc(100% - 60px);
        padding-left: 10px;
    }

    .dt_portfolio_wrap .main_title h2 {
        max-width: 600px;
        margin: 0 auto 20px;
    }

    .dt_portfolio_img {
        width: 200px;
        height: 230px;
        padding: 30px 0 0 20px;
    }

    .dt_portfolio_content {
        width: calc(100% - 200px);
        padding: 0 0 0 35px;
        text-align: left;
    }

    .portfolio_logo img {
        margin: 0px;
    }

    .dt_portfolio_content .btn-ctn {
        margin: 0px;
    }

    .dt_capabilities_wrap .row .col-md-4 {
        width: 50%;
    }

    .btn__grid {
        display: flex;
        max-width: 500px;
    }

    .btn__grid .btn-ctn:nth-child(1) {
        margin-bottom: 0px;
    }

    .dt__content .row .col-md-6 {
        margin: 5px 0;
        width: 50%;
    }

    .dt_explore_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* display: none; */
    }

    .dt_our_solution .row .col-md-3 {
        width: 33.3333%;
    }

    .digitrend_col .row .col-md-3 {
        width: 50%;
        margin: 0;
    }

    .tab_grid {
        padding: 40px 20px;
    }

    .tab-content {
        margin-top: 50px;
    }

    .select_link {
        display: none;
    }

    .tab_grid .nav {
        display: flex;
        justify-content: center;
    }

    /* .tab_grid .tab-content .tab-pane ul li {
        width: 33.3333%;
    }

    .tab_grid .tab-content .tab-pane ul li:nth-child(2n+2)::after {
        opacity: 1;
    }

    .tab_grid .tab-content .tab-pane ul li:nth-child(3n+3)::after {
        opacity: 0;
    } */

    .tab_grid .nav li {
        margin: 0 2px;
    }

    .tab_grid .nav li button {
        padding: 9px 25px;
    }

    .tab_grid.dropdown_links .nav {
        max-width: 100%;
    }

    .view_all_btn .btn-ctn {
        max-width: 210px;
    }

    .dt_industery_content p {
        /* display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; */
        min-height: 50px;
    }

    .arrow_icon img {
        width: 35px !important;
        height: auto !important;
    }

    .dt_capabilities_box {
        text-align: left;
    }

    .dt_explore_wrap .main_title {
        text-align: left;
        margin-bottom: 40px;
    }

    .our_blog_title .col-md-6 {
        width: 50%;
        text-align: left;
    }

    .dt_blog_wrap .main_title {
        text-align: left;
    }

    .dt_blog_wrap .col-md-6 p {
        text-align: left;
    }

    .dt_blog_wrap .row .col-md-4 {
        width: 50%;
    }

    .map_grid {
        margin-top: 0px;
    }

    .dt__content::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.7;
    }

    .dt_experience_icon {
        min-height: 90px;
        max-width: 130px;
        margin-bottom: 15px;
    }

    .digitrend_col .row .col-md-3:nth-child(2) .dt_experience_icon {
        max-width: 190px;
    }

    .dt_blog_content {
        text-align: left;
    }

    .dt_subBanner_content p {
        margin-bottom: 25px;
    }

    .dt_fostering_culture .row .col-md-7 {
        width: 50%;
    }

    .dt_fostering_culture .row .col-md-5 {
        width: 50%;
    }

    .dt_fostering_culture .main_title {
        text-align: left;
    }

    .dt_fostering_culture .main_title h2 {
        margin-bottom: 15px;
    }

    .dt_fostering_culture .twp_img_info.dd_none {
        display: none !important;
    }

    .twp_img_info {
        display: flex;
        margin-top: 80px;
        background-size: 200px;
    }

    .fostering_culture {
        height: 230px;
    }

    .counter_col {
        width: 25%;
    }

    .dt_competencies .row .col-md-3 {
        padding: 10px;
        width: 50%;
    }

    .dt_competencies_title {
        margin-bottom: 0px;
        min-height: 55px;
    }

    .inner-page .dt_subBanner_img::before,
    .page-template-template-Industry-html .dt_subBanner_img::before {
        display: none;
    }

    .aboutUs-page .dt_subBanner_img::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images/banner-overlay.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .AI-page .dt_subBanner_img::after,
    .page-template-template-Industry-html .dt_subBanner_img::after,
    .page-template-template-AI .dt_subBanner_img::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images/AI-banner_overlay.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .page-template-template-blog-html .dt_subBanner_img::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images/AI-banner_overlay.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .page-template-template-Industry-html .dt_subBanner_wrap .dt_subBanner_content {
        text-align: left;
    }

    .page-template-template-Industry-html .dt_subBanner_wrap .dt_subBanner_content br {
        display: block;
    }

    .page-template-template-blog-html .dt_subBanner_content {
        text-align: left;
    }

    .AI-page .dt_subBanner_content h1 {
        max-width: 320px;
    }

    .page-template-template-blog-html .dt_subBanner_content h1 {
        max-width: 320px;
    }

    .AI-page .dt_subBanner_content p {
        max-width: 750px;
    }

    .page-template-template-blog-html .dt_subBanner_content p {
        max-width: 750px;
    }

    .AI-page .dt_subBanner_grid,
    .page-template-template-Industry-html .dt_subBanner_grid,
    .page-template-template-AI .dt_subBanner_grid {
        background-position-x: 20%;
    }

    .page-template-template-blog-html .dt_subBanner_grid {
        background-position-x: 20%;
    }

    .tech_stack .nav .nav-item {
        width: 19%;
    }

    .tech_stack .nav .nav-item .nav-link {
        padding: 19px 30px;
    }

    .dt_portfolio_slider .owl-stage-outer .owl-stage .item {
        padding-bottom: 70px;
    }

    .dt_portfolio_slider .owl-stage-outer .owl-stage .item {
        height: 100%;
    }

    .dt_portfolio_box {
        display: flex;
    }

    .dt_experience_box {
        padding: 40px 30px;
    }

    .digitrend_col .row .col-md-3:nth-child(3) .dt_experience_box {
        background-color: #ec2931;
    }

    .digitrend_col .row .col-md-3:nth-child(3) .dt_experience_box p a {
        color: #fff;
        text-decoration: underline;
    }

    .digitrend_col .row .col-md-3:nth-child(3) .dt_experience_box::before,
    .digitrend_col .row .col-md-3:nth-child(3) .dt_experience_box::after {
        opacity: 1;
    }

    /*     .digitrend_col .row .col-md-3:nth-child(4) .dt_experience_box {
        background-color: transparent;
    } */

    .digitrend_col .row .col-md-3:nth-child(4) .dt_experience_box::before,
    .digitrend_col .row .col-md-3:nth-child(4) .dt_experience_box::after {
        opacity: 1;
    }

    .digitrend_col .row .col-md-3:nth-child(4) .dt_experience_box p a {
        color: #ed2831;
        text-decoration: none;
    }

    .dt_Pplatform_wrap .row {
        align-items: center;
    }

    .dt_Pplatform_wrap .col-md-4 {
        width: 45%;
    }

    .dt_Pplatform_wrap .col-md-8 {
        width: 55%;
    }

    .dt_Pplatform_wrap .main_title {
        text-align: left;
        margin: 0;
    }

    .dt_Pplatform_wrap .main_title .btn__grid {
        display: block;
    }

    .dt_Pplatform_wrap .main_title .btn__grid .btn-ctn:nth-child(1) {
        margin-bottom: 20px;
    }

    .dt_Pplatform_wrap::after {
        top: 20px;
        width: 80px;
        height: 180px;
        right: 130px;
        left: 0;
    }


    .dt_Pplatform_wrap .main_title {
        position: relative;
    }

    .dt_Pplatform_wrap .main_title::after {
        content: "";
        position: absolute;
        background-image: url("../images/dt_Pplatform_after.png");
        background-repeat: no-repeat;
        background-size: contain;
        bottom: -90px;
        width: 80px;
        height: 80px;
        right: 40px;
    }

    .dt_explore_service2,
    .team_slider2 {
        display: none !important;
    }

    .dt_blog_grid .tab_grid .nav {
        column-gap: 4px;
        row-gap: 10px;
    }

    .page-template-template-casestudy-listing-html .dt_subBanner_wrap .dt_subBanner_img::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images/AI-banner_overlay.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .page-template-template-casestudy-listing-html .dt_subBanner_wrap .dt_subBanner_img::before {
        display: none;
    }

    .page-template-template-casestudy-listing-html .dt_subBanner_wrap .dt_subBanner_grid {
        background-position-x: 20%;
    }

    .page-template-template-casestudy-listing-html .dt_subBanner_wrap .dt_subBanner_grid .dt_subBanner_content {
        text-align: left;
    }

    .new_portfolio_content {
        padding: 0px;
        overflow: hidden;
    }

    .new_portfolio_content::after {
        right: -25%;
        top: -45%;
        width: 100%;
        height: 180%;
        background-color: #fff;
    }

    .portfolio_cricle_grid {
        max-width: 450px;
    }

    .new_portfolio2_content .portfolio_GB {
        margin-bottom: 20px;
        background-color: transparent;
        box-shadow: none;
        padding: 0px;
        border-radius: 0;
    }

    .new_portfolio2_content {
        background-image: none;
        padding: 50px 0 0;
    }

    .new_portfolio2_img .banner-picture img {
        object-position: left;
    }

    .new_portfolio2_img {
        opacity: 0.5;
        padding-top: 20px;
    }

    .mobile_app_img {
        max-width: 550px;
    }

    .new_portfolio3_wrap {
        background-image: url("../images/shadow-cricle.png");
        background-repeat: no-repeat;
        background-size: 400px;
        background-position-x: 100%;
        background-position-y: 0px;
    }

    .new_portfolio3_wrap .portfolio_cricle_grid {
        padding-bottom: 40px;
        background-color: transparent;
        box-shadow: none;
        background-position-y: 100%;
        margin: 0 auto 30px !important;
        border-radius: 0;
        max-width: 100%;
    }

    .clients_img_title {
        max-width: 550px;
        margin: 0 auto;
    }

    .new_portfolio4_bg .row {
        flex-direction: row;
        align-items: flex-end;
    }

    .new_portfolio4_bg .row .col-md-6 {
        width: 50%;
    }

    .new_portfolio4_bg .portfolio_cricle_grid {
        margin: 0 auto 0px !important;
        border: none;
        border-radius: 0;
        text-align: left;
        background-image: none;
        padding: 0 0 30px;
    }

    .new_portfolio4_bg .clients_img_title {
        position: relative;
        background-image: url("../images/QR_bg.png");
        background-repeat: no-repeat;
        background-position-x: 40%;
        background-position-y: 0;
        padding-top: 20px;
        background-size: 240px;
    }

    .new_portfolio4_bg .portfolio_cricle_grid .content_logo {
        margin-left: 0 !important;
    }

    .digitrend_col .row .col-md-3:nth-child(2) .dt_experience_box p a,
    .digitrend_col .row .col-md-3:nth-child(4) .dt_experience_box p a {
        color: #fff !important;
    }

    .digitrend_col .row .col-md-3:nth-child(2) .dt_experience_box::before,
    .digitrend_col .row .col-md-3:nth-child(2) .dt_experience_box::after,
    .digitrend_col .row .col-md-3:nth-child(4) .dt_experience_box::before,
    .digitrend_col .row .col-md-3:nth-child(4) .dt_experience_box::after {
        opacity: 1 !important;
    }

    .call_title p br {
        display: none;
    }



    .page-template-template-casstudies-details-html .dt_subBanner_wrap {
        background: #000000;
        background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(18, 18, 18, 1) 48%, rgba(237, 28, 36, 1) 100%);
    }

    .page-template-template-casstudies-details-html .dt_subBanner_wrap .dt_subBanner_grid {
        padding-bottom: 0px;
        overflow: hidden;
    }

    .page-template-template-casstudies-details-html .dt_subBanner_wrap::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: url("../images/work-details-corner-left.png");
        background-repeat: no-repeat;
        background-size: 95px;
        background-position-x: 0;
        background-position-y: 100%;
        width: 137px;
        height: 148px;
    }

    .page-template-template-casstudies-details-html .dt_subBanner_wrap::after {
        content: "";
        position: absolute;
        right: 30%;
        top: 0;
        background-image: url("../images/work-details-corner-top.png");
        background-repeat: no-repeat;
        background-position-x: 0;
        background-position-y: 100%;
        width: 80px;
        height: 53px;
        background-size: contain;
    }

    .page-template-template-casstudies-details-html .dt_subBanner_wrap .dt_subBanner_content {
        text-align: left;
        padding-bottom: 30px;
    }

    .page-template-template-casstudies-details-html .dt_subBanner_wrap .row {
        align-items: flex-end;
    }

    .page-template-template-casstudies-details-html .dt_subBanner_wrap .row .col-md-6 {
        width: 50%;
    }

    .app_img {
        position: relative;
    }

    .app_img img {
        position: relative;
        z-index: 55;
    }

    .app_img::after {
        content: "";
        position: absolute;
        bottom: -60px;
        left: 0;
        right: 0;
        background: #000;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.33) 0%, rgba(237, 28, 36, 0.34) 100%);
        width: 100%;
        height: 300px;
        border-radius: 50%;
        box-shadow: -5px 5px 90px #000;
    }

    .key_Objectives .row {
        align-items: center;
    }

    .key_Objectives .row .col-md-3 {
        width: 30%;
    }

    .key_Objectives .row .col-md-6 {
        width: 40%;
        padding: 0 20px;
    }

    .object_numbers .d-flex {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .cricle_para {
        width: 100%;
        padding-left: 0px;
        position: relative;
    }

    .cricle_number {
        margin-bottom: 10px;
    }

    .object_numbers::after {
        display: none;
    }

    .object_numbers {
        padding-bottom: 0px;
    }

    .key_Objectives .row article:nth-child(3) .object_numbers {
        padding-top: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .key_Objectives .row article:nth-child(3) .object_numbers .d-flex:last-child::after {
        display: none;
    }

    .key_objectsImg_cricle {
        width: 195px;
        height: 195px;
        border-radius: 50%;
    }

    .inner_gradent {
        border-radius: 50%;
    }

    .key_Objectives .row article:nth-child(3) .object_numbers .d-flex:first-child {
        margin-bottom: 0px;
    }

    .key_Objectives .row article:nth-child(3) .object_numbers .d-flex:last-child {
        margin-bottom: 20px;
    }

    .Challenges_slider .main_title {
        padding: 30px 30px;
    }

    .Results_Wrap .row {
        align-items: center;
    }

    .Results_Wrap .row .col-md-4 {
        width: 50%;
    }

    .Results_Wrap .row .col-md-8 {
        width: 50%;
    }

    .Results_mobile_slider .owl-stage {
        padding-left: 2px;
    }

    .Results_Wrap .main_title {
        padding: 0px;
        background-color: #fff;
        border-radius: 0;
        box-shadow: none;
        border-bottom: none;
        border-right: none;
        overflow: visible;
        position: static;
        text-align: left;
        margin-bottom: 0px;
    }

    .Results_Wrap .main_title .btn__grid {
        display: block;
    }

    .Results_Wrap .main_title .btn__grid .btn-ctn:first-child {
        margin-bottom: 10px;
    }

    .porftolio_slider_new .porftolio_new_box .porftolio_new_IMG {
        max-width: 350px;
        height: 350px;
    }

    .dt_banner_wrap .row .col-md-6:nth-child(1) .banner_3d_slider {
        display: none;
    }

    .banner_3d_slider .owl-dots {
        bottom: 20px;
    }

    .copytight_wrap p {
        font-size: 18px;
    }

    .digitrend_col .row .col-md-3:nth-child(4) .dt_experience_box {
        background-color: transparent;
    }

    .digitrend_col .row .col-md-3:nth-child(4) .dt_experience_box::after,
    .digitrend_col .row .col-md-3:nth-child(4) .dt_experience_box::before {
        display: none;
    }

    .FSW__wraper .row {
        align-items: center;
    }

    .FSW__wraper .row .col-md-6>.Fintech_SW_slider {
        display: block;
    }

    .FSW__wraper .main_title .Fintech_SW_slider {
        display: none;
    }

    .FSW__wraper .row .col-md-6 {
        width: 50%;
    }

    .FSW__wraper .main_title {
        text-align: left;
    }

    .Fintech_SW_slider .items .Fintech_SW_img:nth-child(1) .Fintech_SW_inner {
        height: 230px;
    }

    .Fintech_SW_slider .items .Fintech_SW_img:nth-child(2) .Fintech_SW_inner {
        height: 300px;
    }

    .FSW__wraper .container .row {
        background-color: transparent;
        border-radius: 0;
        padding: 0;
        position: relative;
        box-shadow: none;
    }

    .FSW__wraper .container .row::after {
        display: none;
    }

    .comming_soon_wrap .dt_banner_content {
        text-align: center;
    }

    .comming_soon_wrap .dt_banner_content h1 span {
        display: inline-block;
    }

    /* For devices ≥ 601px */
}

@media (min-width: 651px) {

    .tab_grid .tab-content .tab-pane ul {
        margin: -10px;
    }

    .tab_grid .tab-content .tab-pane ul li {
        width: 16%;
        padding: 10px;
    }

    .tab_grid .tab-content .tab-pane ul li:nth-child(6n+6)::after {
        opacity: 0;
    }

    .tech_icon {
        max-width: 40px;
        min-height: 70px;
    }

    .tab-content {
        margin-top: 25px;
    }

    .call_us {
        display: flex;
        margin-right: 20px;
    }

    .dt_blog_wrap .row {
        margin: -8px;
        justify-content: center;
    }

    .dt_capabilities_wrap .row {
        justify-content: center;
    }

    .dt_blog_wrap .row .col-md-6 {
        width: 50%;
        padding: 8px;
    }

    .dt_blog_wrap .main_title {
        text-align: left;
    }

    .dt_blog_wrap .col-md-6 p {
        text-align: left;
    }

    .dt_blog_wrap .row .col-md-4 {
        width: 50%;
        padding: 8px;
    }

    .dt_blog_img {
        height: 170px;
    }

    .blog_list .dt_blog_img {
        min-height: 125px;
        height: 100%;
    }

    .dt_blog_grid .dt_blog_box {
        padding-bottom: 30px;
    }

    .blog_date {
        min-height: 35px;
    }

    .blog_title_text {
        min-height: 75px;
    }

    .dt_contact_us .row {
        flex-direction: row;
    }

    .dt_contact_us .row .col-md-6 {
        width: 50%;
    }

    .our_blog_title {
        padding-bottom: 20px;
    }

    .dt_industery_box {
        padding: 30px 20px;
    }

    .aboutUs-page .dt_subBanner_content p br {
        display: block;
    }

    .dt_competencies_title {
        min-height: 45px;
    }


    .right_funnel .call_us {
        display: none;
    }

    .team_slider .owl-stage .owl-item {
        padding: 40px 11px;
    }

    .profile_content {
        bottom: -100%;
    }

    .team_slider .items:hover {
        -webkit-transform: scale(1.09);
        -ms-transform: scale(1.09);
        transform: scale(1.09);
        width: 95%;
        margin: 0 auto;
    }

    .team_slider .items:hover .profile_content {
        bottom: 0;
    }

    .team_profile_box .profile_img {
        height: 330px;
    }

    .dt_full_AIService .row .col-md-6 {
        width: 50%;
    }

    .dt_full_AIService .row .col-md-6:nth-child(2) {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .dt_full_AIService .main_title h2 {
        max-width: 330px;
    }

    .dt_contact_bg {
        padding: 80px 30px 50px;
    }

    .dt_contact_bg .col-md-6 {
        width: 50%;
    }

    .mobile_none {
        display: block;
    }

    .desktop_none {
        display: none;
    }

    .dt_contact_bg .main_title {
        text-align: left;
    }

    .dt_contact_bg .main_title h2 {
        margin-bottom: 15px;
    }

    .AIdev_img_grid {
        margin-bottom: 0px;
    }

    .AIdev_img_grid .AI_dev_img:nth-child(1) {
        width: 40%;
        height: 215px;
    }

    .AIdev_img_grid .AI_dev_img:nth-child(2) {
        width: 60%;
        height: 290px;
    }

    .AIdev_img_grid::after {
        right: 15%;
    }

    .blog_list .dt_blog_img {
        min-height: 125px;
        height: 100%;
    }

    .dt_blog_grid .dt_blog_box {
        padding-bottom: 30px;
    }

    .subscribe_inner {
        max-width: 85%;
        padding: 30px 30px;
    }

    .subscribe_main {
        padding: 50px 0;
    }

    .new_portfolio_content::after {
        right: -30%;
    }

    .Challenges_wrap {
        background-position-y: 250%;
    }

    .project_strip {
        background-size: 140px;
        background-repeat: no-repeat;
        padding: 10px 0;
        background-position-x: 0px;
        margin-bottom: 10px;
        min-height: 110px;
        display: flex;
        align-items: center;
    }

    .project_strip .row {
        align-items: center;
    }

    .project_strip .row .col-md-3:first-child {
        width: 15%;
    }

    .project_strip .row .col-md-6 {
        width: 55%;
    }

    .project_strip .row .col-md-3 {
        width: 30%;
    }

    .lets_talk {
        text-align: center;
        margin-top: 0px;
    }

    .project_strip::after {
        bottom: 0;
        left: unset;
        right: 0;
        height: 100%;
        width: 33%;
        background: #ED1C24;
        background: linear-gradient(280deg, rgba(237, 28, 36, 1) 0%, rgba(135, 16, 21, 1) 100%);
        border-radius: 70px 0px 0px 70px;
    }

    /* For devices ≥ 651px */
}

@media(min-width:668px) {
    .dt_blog_grid .tab-content .row {
        justify-content: space-between;
    }

    .dt_blog_grid .tab-content .row .col-md-6 {
        width: 49%;
    }

}

@media (min-width: 767px) {
    .off-canvas-content.open_canvas {
        -webkit-transform: translateX(-450px);
        -ms-transform: translateX(-450px);
        transform: translateX(-450px);
    }

    .right_funnel {
        width: 450px;
        max-width: 450px;
    }

    .dt_blog_grid .tab-content .row .col-md-6 {
        width: 48%;
    }

    .dt_blog_grid .dt_blog_box {
        padding-bottom: 40px;
    }


    .dt_banner_bg {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .dt_banner_content {
        width: 100%;
        height: auto;
    }

    .awards_img {
        height: 150px;
        padding: 30px 20px;
    }

    .dt_portfolio_wrap .row .col-md-6 {
        width: 100%;
    }

    .dt_capabilities_wrap .row .col-md-4 {
        width: 33.3333%;
    }

    .tab_grid {
        padding: 20px;
    }

    .dt_futuristic_solution .col-md-4 {
        width: 50%;
    }

    .dt_futuristic_solution .col-md-8 {
        width: 50%;
    }

    .dt_futuristic_solution .main_title {
        text-align: left;
        margin: 0;
    }

    .tech_icon {
        max-width: 50px;
        min-height: 85px;
        margin: 0 auto 25px;
    }

    .dt_blog_wrap .row .col-md-4 {
        width: 33.3333%;
    }

    .dt_blog_img {
        height: 140px;
    }

    .dt_blog_content {
        padding-top: 15px;
    }

    .footer-location {
        justify-content: space-around;
    }

    .tab_grid .tab-content .tab-pane ul li {
        width: 25%;
    }

    .tab_grid .tab-content .tab-pane ul li:nth-child(4n+4)::after {
        opacity: 0;
    }

    .twp_img_info {
        background-size: 260px;
    }

    .fostering_culture {
        height: 280px;
    }

    .dt_AI_service .row .col-md-4 {
        width: 50%;
    }

    .AI_service_title {
        min-height: 80px;
        padding-bottom: 5px;
    }

    .dt_Pplatform_wrap .row .col-md-4 {
        width: 45%;
    }

    .dt_Pplatform_wrap .row .col-md-8 {
        width: 55%;
    }

    .dt_Pplatform_wrap .main_title {
        margin: 0;
        text-align: left;
    }

    .dt_Pplatform_wrap .main_title h2 {
        margin: 0 0 10px;
    }

    .dt_Pplatform_wrap .main_title .btn__grid {
        display: block;
        margin: 0;
    }

    .dt_Pplatform_wrap .main_title .btn__grid .btn-ctn:nth-child(1) {
        margin-bottom: 15px;
    }

    .tech_stack .nav {
        gap: 0;
        margin: -5px;
    }

    .tech_stack .nav .nav-item {
        width: 20%;
        padding: 5px;
    }

    .tech_stack .nav .nav-item .nav-link {
        padding: 20px 40px;
    }

    .team_profile_box .profile_img {
        height: 380px;
    }

    .dt_artifficial_intelligence {
        background-position-y: -300px;
    }

    .dt_FAQ_content::after {
        /* opacity: 0.5; */
        display: none;
    }

    .dt_FAQ_content .container {
        padding-left: 22%;
    }

    .dt_FAQ_content .main_title {
        margin-bottom: 20px;
        text-align: left;
    }

    .dt_FAQ_content .main_title h2 {
        max-width: 440px;
    }

    .subscribe_inner {
        max-width: 75%;
        padding: 40px 50px;
    }

    .dt_subscribe_newsletter .container::before {
        width: 350px;
    }

    .dt_subscribe_newsletter .container::after {
        height: 240px;
        width: 310px;
    }

    .portfolio_cricle_grid {
        max-width: 540px;
    }

    .new_portfolio3_wrap .portfolio_cricle_grid {
        text-align: left;
    }

    .new_portfolio3_wrap .content_logo {
        margin-left: 0 !important;
    }

    .BeSmart_portfolio_wrap {
        padding-bottom: 50px;
    }

    .BeSmart_portfolio_wrap .container {
        width: 98%;
        padding: 0 12px;
    }

    .BeSmart_portfolio_wrap .row {
        align-items: center;
    }

    .BeSmart_portfolio_wrap .row .col-md-6 {
        width: 50%;
    }

    .BeSmart_portfolio_wrap .row .portfolio_GB::after {
        left: 0px;
        top: 0;
        width: 100%;
        height: 460px;
        right: 0;
    }

    .app_img::after {
        height: 350px;
    }

    .Challenges_wrap {
        background-position: bottom -120px center;
    }


    .porftolio_slider_new .porftolio_new_box {
        padding: 40px 20px 30px;
    }

    .porftolio_slider_new .porftolio_new_box .porftolio_new_IMG {
        max-width: 200px;
        height: 200px;
    }

    .porftolio_slider_new .owl-stage {
        display: flex;
    }

    .porftolio_slider_new .owl-stage .items {
        height: 100%;
    }

    .porftolio_slider_new .porftolio_new_box {
        height: 100%;
    }


    .Fintech_SW_slider .items .Fintech_SW_img:nth-child(1) .Fintech_SW_inner {
        height: 280px;
    }

    .Fintech_SW_slider .items .Fintech_SW_img:nth-child(2) .Fintech_SW_inner {
        height: 370px;
    }

    /* For devices ≥ 768px */
}

@media (min-width: 850px) {
    .dt_experience_wrap .main_title h2 {
        max-width: 780px;
        margin: 0 auto 20px;
    }

    .counter_col {
        width: 20%;
    }

    .tech_stack .nav .nav-item {
        width: 10%;
    }

    .tech_stack .nav .nav-item .nav-link {
        padding: 10px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tech_stack .nav .nav-item .nav-link img {
        max-width: 50px;
        margin: 0 auto;
        display: block;
    }

    .dt_industery_box {
        min-height: 200px;
    }

    .tech_stack_content {
        max-width: 510px;
        margin: 0 auto;
        padding: 25px;
    }

    .tech_stack_content img {
        max-width: 70px;
    }

    .dt_team_wrap .row .col-md-3 {
        width: 33.3333%;
    }

    .team_profile_box .profile_img {
        height: 280px;
    }

    .dt_FAQ_content .container {
        padding-left: 28%;
    }

    .AIdev_img_grid .AI_dev_img:nth-child(1) {
        height: 275px;
    }

    .AIdev_img_grid .AI_dev_img:nth-child(2) {
        height: 350px;
    }

    .dt_contact_bg .main_title .btn-ctn {
        margin-top: 10px;
    }

    .dt_contact_bg .main_title {
        background-position-x: 40%;
    }

    .tech_stack .nav {
        justify-content: space-between;
    }

    .tech_stack .nav .nav-item .nav-link {
        position: relative;
    }

    .tech_stack .nav .nav-item .nav-link::after {
        content: "";
        bottom: -40px;
        left: 0;
        right: 0;
        position: absolute;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 15px 30px 15px;
        border-color: transparent transparent #EC2931 transparent;
        transform: rotate(0deg);
        margin: 0 auto;
        display: none;
        opacity: 0;
        /* opacity: 0;
        transition: 0.4s; */
    }

    .tech_stack .nav .nav-item .nav-link.active::after {
        opacity: 1;
        display: block;
        transition: opacity .15s linear;
    }

    .tab-content {
        margin-top: 36px;
    }

    .tab-content .tab-pane {
        transition: unset;
    }

    .tab-content .tab-pane:nth-child(1) .tech_stack_content,
    .tab-content .tab-pane:nth-child(2) .tech_stack_content,
    .tab-content .tab-pane:nth-child(3) .tech_stack_content,
    .tab-content .tab-pane:nth-child(4) .tech_stack_content {
        margin: 0;
    }

    .tab-content .tab-pane:nth-child(8) .tech_stack_content,
    .tab-content .tab-pane:nth-child(9) .tech_stack_content,
    .tab-content .tab-pane:nth-child(10) .tech_stack_content {
        margin-left: auto;
        margin-right: 0;
    }


    .page-template-template-casestudy-listing-html .dt_subBanner_wrap .dt_subBanner_grid .dt_subBanner_content {
        max-width: 800px;
    }

    .new_portfolio_content::after {
        width: 92%;
    }

    .portfolio_cricle_grid {
        padding: 50px 30px;
    }

    .app_img::after {
        height: 400px;
    }

    .Results_Wrap .main_title .btn__grid {
        display: flex;
    }

    .Results_Wrap .row {
        align-items: flex-start;
    }

    .Results_Wrap .main_title .btn__grid .btn-ctn:first-child {
        margin-bottom: 0px;
    }

}

@media (min-width: 991px) {

    .dt_banner_content h1 {
        font-size: 35px;
        line-height: 41px;
        margin-bottom: 20px;
    }

    .dt_banner_content p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .get_a_quote {
        margin: 0 0 20px;
    }

    .awards_img {
        height: 180px;
        padding: 25px;
    }

    .main_title {
        margin-bottom: 40px;
    }

    .main_title h2 {
        font-size: 28px;
    }

    .dt_industery_box {
        padding: 35px;
    }

    .dt_industery_icon {
        width: 80px;
        padding-right: 10px;
    }

    .dt_industery_content {
        width: calc(100% - 80px);
        padding-left: 20px;
    }

    .dt_industery_content h3 {
        font-size: 25px;
    }

    .dt_portfolio_wrap .main_title h2 {
        max-width: 800px;
    }

    .dt_portfolio_wrap .row .col-md-6 {
        width: 50%;
        margin: 20px 0;
    }

    .dt_portfolio_img {
        width: 170px;
        height: 280px;
        padding: 20px 0 20px 20px;
        display: flex;
        align-items: center;
    }

    .dt_portfolio_content {
        width: calc(100% - 170px);
    }

    .dt_portfolio_slider .owl-dots {
        text-align: right;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .dt_portfolio_slider .owl-dots .owl-dot {
        width: 50px;
        height: 6px;
    }

    .dt_our_solution .row .col-md-3 {
        width: 25%;
    }

    .dt_solution_box {
        padding: 25px;
        min-height: 220px;
    }

    .dt_solution_icon {
        max-width: 80px;
    }

    .dt_solution_box p {
        font-size: 18px;
    }

    .dt_futuristic_solution .col-md-4 {
        width: 45%;
    }

    .dt_futuristic_solution .main_title {
        max-width: 400px;
    }

    .dt_futuristic_solution .col-md-8 {
        width: 55%;
    }

    .dt_build_wrap .main_title h2 {
        max-width: 440px;
    }

    .dt_blog_wrap .row {
        margin: -15px;
    }

    .dt_blog_wrap .row .col-md-4 {
        padding: 15px;
    }

    .dt_blog_wrap .row .col-md-6 {
        padding: 15px;
    }

    .dt_blog_img {
        height: 170px;
    }

    .dt_blog_wrap .row .col-md-6:nth-child(1) {
        padding-bottom: 15px;
    }

    .arrow_icon img {
        width: 40px !important;
    }

    .dt_experience_wrap .main_title h2 {
        max-width: 910px;
    }

    .tab_grid .tab-content .tab-pane ul li {
        width: 16%;
    }

    .tab_grid .tab-content .tab-pane ul li:nth-child(4n+4)::after {
        opacity: 1;
    }

    .tab_grid .tab-content .tab-pane ul li:nth-child(7n+7)::after {
        opacity: 0;
    }

    .dt_subBanner_content h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .dt_subBanner_content p {
        margin-bottom: 35px;
    }

    .twp_img_info {
        background-size: 320px;
        margin: 0 -15px;
    }

    .fostering_culture {
        height: 350px;
        padding: 0 15px;
    }

    .counter-box {
        width: 170px;
        height: 170px;
        padding: 20px;
    }

    .count.percent {
        font-size: 40px;
    }

    .count_title {
        font-size: 40px;
    }

    .counter-box p {
        line-height: 18px;
        font-size: 16px;
    }

    .logo_box {
        min-height: 110px;
    }

    .AI-page .dt_subBanner_content h1 {
        max-width: 530px;
    }

    .page-template-template-blog-html .dt_subBanner_content h1 {
        max-width: 530px;
    }

    .AI-page .dt_subBanner_content p {
        margin-bottom: 20px;
    }

    .page-template-template-blog-html .dt_subBanner_content p {
        margin-bottom: 20px;
    }

    .dt_AI_service .row .col-md-4 {
        width: 33.3333%;
    }

    .dt_Pplatform_wrap .main_title .btn__grid {
        display: flex;
    }

    .dt_Pplatform_wrap .main_title .btn__grid .btn-ctn:nth-child(1) {
        margin-bottom: 0;
    }

    .dt_Pplatform_wrap .main_title::after {
        bottom: -120px;
        width: 110px;
        height: 100px;
        right: 30%;
    }

    .dt_FAQ_content .container {
        padding-left: 35%;
    }

    .dt_FAQ_content .main_title h2 {
        max-width: 535px;
    }

    .AIdev_img_grid .AI_dev_img:nth-child(1) {
        height: 315px;
    }

    .AIdev_img_grid .AI_dev_img:nth-child(2) {
        height: 400px;
    }

    .dt_awards_slider .item .awards_img img {
        width: auto !important;
    }


    .new_portfolio_content::after {
        width: 94%;
    }

    .portfolio_cricle_grid {
        max-width: 630px;
        min-height: 540px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .portfolio_GB h4 {
        font-size: 22px;
    }

    .new_portfolio4_bg .clients_img_title {
        background-position-x: 20%;
        padding-top: 20px;
        background-size: 380px;
    }

    .new_portfolio4_bg .row {
        margin: 0 -40px;
    }

    .new_portfolio4_bg .row .col-md-6 {
        padding: 0 40px;
    }

    .new_portfolio4_bg .row .col-md-6:nth-child(2) {
        background-image: url("../images/border-line.png");
        background-repeat: repeat-y;
        background-position-x: -6px;
        padding-left: 60px;
    }

    .new_portfolio4_bg {
        padding-top: 0px;
    }

    .new_portfolio4_bg .portfolio_cricle_grid .Digipill__grid {
        width: 100%;
    }

    .app_img {
        text-align: center;
        max-width: 460px;
        margin: 0 auto;
    }

    .app_img::after {
        height: 465px;
    }

    .key_objectsImg_cricle {
        width: 275px;
        height: 275px;
    }

    .key_Objectives .main_title {
        position: relative;
    }

    .key_Objectives .main_title::after {
        content: "";
        position: absolute;
        right: 23%;
        top: -10px;
        background-image: url("../images/dottes-design.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 90px;
        height: 70px;
    }

    .Challenges_slider .owl-dots {
        text-align: right;
        margin-top: 10px;
    }

    .Challenges_slider .owl-dots .owl-dot {
        width: 50px;
        height: 5px;
        border-radius: 30px;
        background-color: #3d3d3d;
        border: none;
    }

    .Challenges_slider .owl-dots .owl-dot.active {
        background-color: #ED1C24;
    }

    .project_strip::after {
        width: 270px;
    }

    .Fintech_SW_slider .items .Fintech_SW_img:nth-child(1) .Fintech_SW_inner {
        height: 330px;
    }

    .Fintech_SW_slider .items .Fintech_SW_img:nth-child(2) .Fintech_SW_inner {
        height: 430px;
    }

    /* For devices ≥ 991px */
}

@media only screen and (min-width: 1024px) {
    .team_profile_box .profile_img {
        height: 350px;
    }

    .dt_artifficial_intelligence {
        background-position-y: -350px;
    }

    .project_strip::after {
        width: 310px;
    }

    /* For devices ≥ 1024px */
}

@media only screen and (min-width: 1201px) {
    .menuLink .mega-menu-wrap {
        position: static !important;
        background-color: transparent !important;
    }

    .menuLink .mega-menu-wrap ul.mega-menu {
        position: static !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>a.mega-menu-link {
        color: #000 !important;
        font-size: 16px !important;
        padding: 10px 10px !important;
        height: auto !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>a.mega-menu-link:hover {
        color: #ec2931 !important;
        background-color: transparent !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li.mega-current-menu-item>a.mega-menu-link {
        color: #ec2931 !important;
        background-color: transparent !important;
        font-weight: 500 !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>a.mega-menu-link .mega-indicator {
        width: 20px !important;
        position: relative !important;
        height: 20px !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>a.mega-menu-link .mega-indicator::after {
        display: none !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>a.mega-menu-link .mega-indicator::before {
        content: '';
        position: absolute;
        border-top: 2px solid #ec2931;
        border-left: 2px solid #ec2931;
        width: 10px;
        height: 10px;
        transform: rotate(-135deg);
        display: block;
        cursor: pointer;
        right: 5px;
        top: 8px;
        transition-duration: 0.4s;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu {
        padding: 0px !important;
        background-color: #000 !important;
        border-radius: 20px !important;
        background-image: url("../images/menu_bg_cricle.png") !important;
        background-repeat: no-repeat !important;
        background-position-x: -150px !important;
        background-position-y: -150px !important;
        top: 66px !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu>li {
        padding: 20px 20px !important;
        background-image: url("../images/menu_bg_cricle.png") !important;
        background-repeat: no-repeat !important;
        border-radius: 20px !important;
        background-position-x: 116% !important;
        background-position-y: 167% !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu::before,
    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu::after {
        content: "" !important;
        position: absolute !important;
        background-image: url("../images/menu_bg_cricle.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 247px;
        height: 247px;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu::before {
        top: -100px;
        left: -100px;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu::after {
        bottom: -100px;
        right: -100px;
    }

    .mena_menu_title p {
        color: #fff;
        font-size: 16px;
    }

    .mena_menu_title p strong {
        color: #fff !important;
        font-family: Fraunces;
        font-weight: 600;
        font-size: 30px;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu>li>ul>li>ul>li .mega-menu-link {
        color: #fff !important;
        font-size: 15px !important;
        font-family: "Outfit", sans-serif !important;
        font-weight: 600 !important;
        text-transform: capitalize !important;
        transition: 0.4s !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu>li>ul>li>ul>li .mega-menu-link:hover {
        color: #ED1C24 !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu>li>ul>li>ul>li .mega-menu-link:hover strong {
        color: #ffffff94 !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu>li>ul>li>ul>li .mega-menu-link strong {
        display: block;
        font-weight: 400 !important;
        color: #ffffff94;
        font-size: 15px;
        line-height: 22px;
        margin-top: 6px;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu>li>ul {
        display: flex !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu>li>ul>li>.mega-sub-menu {
        min-height: 100% !important;
        max-height: 100% !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu>li>ul>li:first-child>.mega-sub-menu {
        display: flex !important;
        align-items: center;
    }

    .mena_menu_title p:last-child {
        margin-bottom: 0px !important;
    }

    .mena_menu_title p strong {
        font-size: 28px;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu>li>ul>li:nth-child(2),
    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu>li>ul>li:nth-child(3) {
        padding-right: 20px !important;
        background-image: url("../images/mega-menu-border.png") !important;
        background-size: contain !important;
        background-repeat: repeat-y !important;
        background-position-x: 96% !important;
        background-position-y: 0px !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>a.mega-menu-link,
    .menuLink .mega-menu-wrap>ul.mega-menu>li.menu-toggle-on>a.mega-menu-link {
        background-color: transparent !important;
        color: #000 !important;
    }




    /* mega-menu-flyout */
    /* .menuLink .mega-menu-wrap>ul.mega-menu>li.mega-menu-item.mega-menu-flyout>ul.mega-sub-menu {} */

    .menuLink .mega-menu-wrap>ul.mega-menu>li.mega-menu-item.mega-menu-flyout>ul.mega-sub-menu {
        width: 350px !important;
        min-width: 350px !important;
        left: 0px !important;
        padding: 15px 20px !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li.mega-menu-item.mega-menu-flyout>ul.mega-sub-menu>li {
        padding: 0px !important;
        background-color: transparent !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li.mega-menu-item.mega-menu-flyout>ul.mega-sub-menu>li .mega-menu-link {
        background-color: transparent !important;
        color: #fff !important;
        font-size: 15px !important;
        font-family: "Outfit", sans-serif !important;
        font-weight: 600 !important;
        text-transform: capitalize !important;
        transition: 0.4s;
        padding: 2px 0px !important;
        border-bottom: 1px solid #ffffff70 !important;
        transition: 0.4s !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li.mega-menu-item.mega-menu-flyout>ul.mega-sub-menu>li .mega-menu-link:hover {
        color: #ED1C24 !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li.mega-menu-item.mega-menu-flyout>ul.mega-sub-menu>li:last-child .mega-menu-link {
        border-bottom: none !important;
    }


    /* #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
        transform: translate(0, 15px) !important;
    } */




    /* .menuLink .mega-menu-wrap {
        position: static !important;
        width: 100% !important;
        height: 100% !important;
    }

    .menuLink .mega-menu-wrap>.max-mega-menu>li.mega-menu-item {
        height: 100% !important;
    }

    .menuLink .mega-menu-wrap>.max-mega-menu>li.mega-menu-megamenu>.mega-sub-menu {
        left: 0px !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 15px 12px 10px !important;
        margin: 0 auto !important;
        right: 0px !important;
        transform: translate(0, 0) !important;
        height: 550px !important;
        overflow: auto !important;
    }

    .menuLink .mega-menu-wrap>.max-mega-menu>li.mega-menu-megamenu>.mega-sub-menu>li.mega-menu-row {
        width: 98% !important;
        max-width: 1440px !important;
        margin: 0 auto !important;
        float: none !important;
    } */


    .container {
        width: 95%;
    }

    .call_title p {
        margin-bottom: 0;
    }

    .subscribe-form {
        margin-top: 35px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .main_header .container {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }

    .call_btn {
        width: 100%;
    }

    .pp_btn .btn-ctn {
        font-size: 15px;
    }

    .call_btn {
        margin-right: 0px;
    }

    .main_logo a picture {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    #Right_Funnel {
        display: none;
    }

    .bottom_head .main_logo,
    .bottom_head .right-div {
        display: none;
    }

    .bottom_head .menuLink {
        display: block;
        width: 100%;
    }

    .head_inner .menuLink {
        display: block;
    }

    .burger {
        display: none;
    }

    .top_head .main_logo {
        display: block;
    }

    .menuLink ul li>ul.sub-menu {
        color: #fff;
        position: absolute;
        min-width: 220px;
        max-width: 220px;
        display: block !important;
        width: 100%;
        /* left: -30px; */
        top: calc(100% + 20px);
        z-index: 1;
        visibility: hidden;
        /* opacity: 0; */
        /* -webkit-transform: scaleX(0);
		-moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-o-transform: scaleX(0);
		transform: scaleX(0); */
        /* -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        transform-origin: 0 0 0; */
        margin-left: 0;
        /* -webkit-box-shadow: 0px 4px 9px -2px rgb(0 0 0 / 45%);
        -moz-box-shadow: 0px 4px 9px -2px rgba(0, 0, 0, 0.45);
        box-shadow: 0px 4px 9px -2px rgb(0 0 0 / 45%); */
        border-radius: 15px;
        border: 4px solid #02939C;
        /* background-color: #fff; */

        transform: scale(0.01);
        opacity: 0;
        transition: transform 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease 0.15s;
    }

    .menuLink ul.menu>li>ul.sub-menu::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -19px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 14px 16px 14px;
        border-color: transparent transparent #02939C transparent;
        transform: rotate(0deg);
        margin: 0 auto;
    }

    .menuLink ul.menu>li>ul.sub-menu::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -25px;
        height: 23px;
    }

    .menuLink ul li:hover>.sub-menu {
        visibility: visible;
        opacity: 1;
        left: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        transform: scale(1);
    }

    .menuLink ul li>ul.sub-menu li a::after {
        display: none;
    }

    .sub-menu li:first-child a {
        border-radius: 10px 10px 0 0;
    }

    .sub-menu li:last-child a {
        border-radius: 0 0 10px 10px;
        border-bottom: none;
    }

    .sub-menu li .sub-menu {
        left: 190px !important;
        top: 0 !important;
    }

    .sub-menu li:hover .sub-menu {
        left: 212px !important;
        top: -2px !important;
    }

    .sub-menu .menu-item-has-children::after {
        right: 10px !important;
        top: 18px !important;
        border-color: #fff transparent transparent #fff !important;
        transform: rotate(138deg) !important;
    }

    .sub-menu li a {
        color: #fff;
        padding: 8px 20px;
    }

    .menuLink .fixed__menu_link>ul>li.menu-item-has-children {
        padding-right: 10px;
    }

    .sub-menu .menu-item-has-children {
        padding: 0px !important;
    }

    .menuLink .fixed__menu_link>ul>li.current-menu-ancestor::after {
        border-color: #e80303 !important;
    }

    .menuLink .fixed__menu_link>ul>li.menu-item-has-children::after {
        right: -9px;
        top: 7px;
        border-color: #fff;
    }

    .sub-menu li a {
        border-bottom: 1px solid #02939C;
        color: #fff !important;
        background-color: #204289;
    }

    .sub-menu li a:hover {
        color: #fff !important;
        background-color: #02939C;
    }

    .header__menu .menu>li.menu-item-has-children>.sub-menu>li.current-menu-ancestor>a {
        background-color: #03939c;
    }

    .header__menu .menu>li.menu-item-has-children>.sub-menu>li.current-menu-ancestor>.sub-menu>li.current_page_item a {
        background-color: #03939c;
    }


    .bottom_head {
        margin-top: 5px;
        border-top: 1px solid #A3A3A3;
        border-bottom: 1px solid #A3A3A3;
    }

    .menuLink ul.menu {
        display: flex;
        justify-content: center;
    }

    .menuLink ul.menu>li>a {
        position: relative;
    }

    /* .menuLink ul.menu>li>a::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 8px;
        border-radius: 0px 0px 10px 10px;
        width: 100%;
        background-color: transparent;
    }

    .menuLink ul.menu>li.current-page-ancestor>a::before {
        background-color: #192F5C;
    } */

    .menuLink ul.menu>li {
        margin: 0 2px;
    }

    .menuLink ul.menu>li>a {
        padding: 10px 12px;
        font-size: 15px;
        display: flex;
        align-items: center;
        position: relative;
        border-bottom: none;
    }

    .call_icon {
        width: 42px;
        height: 42px;
        padding: 10px;
    }

    .call_title {
        width: calc(100% - 42px);
        padding-left: 10px;
    }

    .call_title a {
        font-size: 18px;
    }

    .call_title span {
        font-size: 17px;
    }

    /* .menuLink ul.menu>li>a:hover::before {
        background-color: #192F5C;
    } */

    .menuLink ul.menu>li.menu-item-has-children a {
        padding-right: 15px;
    }

    /* .menuLink ul.menu>li.menu-item-has-children:hover::after {
        border-color: #fff;
    } */

    .menuLink ul li.menu-item-has-children::after {
        top: 18px;
        right: 1px;
        width: 8px;
        height: 8px;
    }

    .offcanvas-body>.menuLink>.menu>li.menu-item-has-children .sub-menu li.menu-item-has-children::after {
        border-color: #fff;
    }


    /* Menu css */

    .menu .sub-menu li:first-child a {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .menu>li>.sub-menu li:last-child>a {
        border-bottom: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .menu .sub-menu li:first-child .sub-menu li a {
        border-radius: 0;
    }

    .menu .sub-menu li:first-child .sub-menu li:first-child a {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .menu .sub-menu li:first-child .sub-menu li:last-child a {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .main_header::before,
    .main_header::after {
        display: block;
    }

    /* Menu css end */

    .burgur-btn {
        display: none;
    }

    .right_funnel {
        display: none;
    }

    .wrapper {
        overflow: visible;
    }

    .main_header.sticky {
        position: sticky;
    }


    .dt_banner_content h1 {
        font-size: 45px;
        line-height: 51px;
        margin-bottom: 25px;
        padding: 0;
    }

    .dt_banner_content p {
        font-size: 20px;
        margin-bottom: 30px;
        padding: 0;
    }

    .get_a_quote {
        padding: 0;
    }

    .banner_product_slider {
        padding: 0;
    }

    .dt_banner_bg::after {
        width: 153px;
        height: 152px;
    }

    .dt_banner_content {
        text-align: left;
        max-width: 560px;
        margin-left: auto;
        padding-right: 40px;
    }

    .btn-ctn {
        font-size: 18px;
        height: 50px;
    }

    .pp_btn {
        margin-right: 0px;
    }

    .dt_awards_wrap {
        padding: 50px 0;
    }

    .main_title h2 {
        font-size: 35px;
    }

    .dt_industery_wrap {
        padding: 50px 0 0px;
    }

    .dt_industery_wrap .main_title p {
        max-width: 1380px;
        margin: 0 auto 8px;
    }

    .dt_portfolio_wrap .main_title h2 {
        max-width: 1000px;
    }

    .dt_portfolio_wrap {
        padding: 0px 0 80px;
        background-size: 95px;
    }

    .dt_top_content {
        background-size: 95px;
        padding-top: 70px;
    }

    .dt_portfolio_wrap::after {
        width: 184px;
        height: 127px;
    }

    .dt_portfolio_wrap::before {
        width: 195px;
        height: 140px;
    }

    .dt_portfolio_wrap .main_title {
        margin-bottom: 50px;
    }

    .dt_portfolio_img {
        width: 45%;
        height: 345px;
    }

    .dt_portfolio_content {
        width: 55%;
    }

    .dt_portfolio_content h4 {
        font-size: 24px;
    }

    .portfolio_logo img {
        max-height: 30px;
    }

    .dt_capabilities_wrap {
        padding: 50px 0;
    }

    .dt_capabilities_box {
        padding: 32px;
    }

    .dt_capabilities_box h4 {
        font-size: 20px;
    }

    .dt_explore_wrap {
        padding: 70px 0px;
    }

    .dt__content .row .col-md-6 {
        margin: 10px 0;
    }

    .dt_explore_content h5 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .dt_our_solution {
        padding: 70px 0px;
    }

    .dt_our_solution .row {
        margin: -10px;
    }

    .dt_our_solution .row .col-md-3 {
        padding: 10px;
    }

    .dt_solution_box {
        padding: 30px 10px;
        min-height: 250px;
    }

    .dt_solution_icon {
        max-width: 90px;
    }

    .dt_solution_box p {
        font-size: 20px;
    }

    .dt_journey_wrap {
        padding: 70px 0;
        background-position-x: 100%;
        background-position-y: 100%;
        background-size: cover;
    }

    .dt_experience_wrap {
        padding: 70px 0 10px;
    }

    .dt_experience_wrap .main_title h2 {
        max-width: 1130px;
    }

    .dt_experience_wrap .main_title {
        margin-bottom: 50px;
    }

    .dt_journey_wrap .main_title .btn__grid {
        margin: 30px auto 0px;
    }

    .digitrend_col .row .col-md-3 {
        width: 25%;
    }

    .dt_experience_box {
        padding: 40px 20px;
    }

    /* .dt_experience_icon {
        display: flex;
        max-width: 200px;
        margin-bottom: 10px;
        min-height: 90px;
        align-items: center;
    }

    .dt_experience_icon img {
        min-height: 70px;
        max-height: 70px;
        object-fit: contain;
    } */

    .dt_futuristic_solution {
        padding: 70px 0;
    }

    .dt_futuristic_solution .main_title {
        max-width: 500px;
    }

    .tab_grid .tab-content .tab-pane ul li {
        width: 25%;
    }

    .tab_grid .tab-content .tab-pane ul li:nth-child(3n+3)::after {
        opacity: 1;
    }

    .tab_grid .tab-content .tab-pane ul li:nth-child(4n+4)::after {
        opacity: 0;
    }

    .tab_grid {
        padding: 40px 20px;
    }

    .dt_futuristic_solution .main_title h2 {
        max-width: 400px;
    }

    .tab_grid .tab-content .tab-pane ul li {
        width: 16%;
    }

    .tab_grid .tab-content .tab-pane ul li:nth-child(6n+6)::after {
        opacity: 0;
    }

    .tech_icon {
        max-width: 40px;
        min-height: 55px;
        margin: 0 auto 25px;
    }

    .dt_futuristic_solution .main_title h2 {
        max-width: 500px;
    }

    .tab_grid .nav li button {
        font-size: 20px;
        padding: 10px 25px;
        height: 55px;
        min-width: 115px;
    }

    .dt_build_wrap {
        padding: 70px 0;
    }

    .dt_build_wrap .main_title h2 {
        max-width: 570px;
    }

    .dt_build_wrap .main_title p {
        max-width: 690px;
    }

    .dt_ratings_reviews {
        padding: 70px 0;
    }

    .dt_star_free {
        padding: 70px 0;
    }

    .dt_star_free .btn__grid {
        margin: 30px auto 0px;
    }

    .dt_blog_wrap {
        padding: 70px 0;
    }

    .blog_title_text h4 {
        font-size: 20px;
    }

    .dt_blog_img {
        height: 200px;
    }

    .dt_contact_us {
        padding: 70px 0px;
    }

    .dt_contact_us .main_title p {
        max-width: 1320px;
        margin: 0 auto;
    }

    .our_blog_title {
        padding-bottom: 40px;
        align-items: center;
    }

    .our_blog_title .col-md-6:nth-child(2) p {
        margin: 0;
    }

    .main_footer {
        padding-top: 60px;
    }

    .main_footer .container {
        width: 90%;
        padding: 0px 12px;
        max-width: 1618px;
    }

    .footer_head {
        padding-bottom: 20px;
    }

    .footer_head .row {
        align-items: center;
    }

    .footer_head .row>article.col-md-3:first-child {
        width: 16%;
    }

    .footer_head .col-md-3:nth-child(3) {
        width: 20%;
    }

    .footer_head .col-md-3:nth-child(3) {
        padding: 0px;
        border: none;
    }

    .footer_head .row>article.col-md-6 {
        width: 64%;
    }

    .media_icon ul li a {
        width: 55px;
        max-width: 55px;
        min-width: 55px;
        height: 55px;
        padding: 10px;
    }

    .footer_logo {
        padding: 0px;
        border-bottom: none;
    }

    .footer_logo a {
        margin: 0;
    }

    .rating_grid {
        margin: 0;
        margin-left: auto !important;
    }

    .media_icon {
        padding: 0px;
        border-bottom: none;
    }

    .footer-location a {
        font-size: 18px;
    }

    .footer-location a::after {
        content: "/";
        position: absolute;
        right: -20%;
        top: 8px;
        color: #fff;
        font-size: 16px;
    }

    .footer-location a:last-child::after {
        display: none;
    }

    .footer_cols_wrap {
        border-bottom: 1px solid #1111115e;
        padding: 50px 0 0;
    }

    .footer_cols_wrap .row {
        margin: 0 -20px;
    }

    .footer_cols_wrap .row>article {
        padding: 0 20px;
        border-left: 1px solid #1111115e;
    }

    .footer_cols_wrap .row .col-md-3:nth-child(1) {
        width: 27%;
        border-left: none;
    }

    .footer_cols_wrap .row .col-md-3:nth-child(2) {
        width: 27%;
    }

    .footer_cols_wrap .row .col-md-3:nth-child(3) {
        width: 27%;
    }

    .footer_cols_wrap .row .col-md-3:nth-child(4) {
        width: 19%;
    }

    .foote_links h4 {
        font-size: 26px;
        text-align: left;
        padding: 0px;
        border-bottom: none;
        margin-bottom: 20px;
    }

    .foote_links .menu li a {
        padding: 0px;
        text-align: left;
        font-size: 18px;
        border-bottom: none;
        margin-bottom: 18px;
    }

    .copytight_wrap {
        padding: 20px 0px;
    }

    .copytight_wrap p {
        display: block;
    }

    .copytight_wrap p a {
        padding: 0 10px;
    }

    .dt_portfolio_slider {
        padding: 0 30px;
    }

    .dt_subBanner_grid {
        padding: 50px 0;
        min-height: 400px;
    }

    .dt_subBanner_content h1 {
        font-size: 40px;
    }

    .dt_fostering_culture {
        padding: 70px 0px;
    }

    .dt_fostering_culture .row .col-md-7 {
        width: 55%;
    }

    .dt_fostering_culture .row .col-md-5 {
        width: 45%;
    }

    .twp_img_info .fostering_culture:nth-child(2)::after {
        content: "";
        position: absolute;
        right: -20px;
        bottom: 25%;
        background-image: url("../images/border_line_dots.png");
        background-repeat: no-repeat;
        width: 94px;
        height: 94px;
        z-index: -1;
    }

    .dt_sw_wrap {
        padding: 70px 0;
        background-size: 250px;
    }

    .counter-box {
        width: 200px;
        height: 200px;
        padding: 25px;
    }

    .dt_sw_wrap::before {
        width: 195px;
        height: 211px;
    }

    .count.percent,
    .count_title {
        font-size: 50px;
    }

    .counter-box p {
        line-height: 20px;
        font-size: 18px;
        font-weight: 500;
    }

    .counter-box:hover {
        border: 8px solid #ed1b24;
    }

    .dt_customers {
        padding: 70px 0;
    }

    .dt_competencies {
        padding: 70px 0px;
    }

    .dt_competencies_title {
        min-height: 55px;
    }

    .dt_competencies_title h5 {
        font-size: 24px;
    }

    .dt_our_leaders {
        padding: 70px 0px;
        background-size: 230px;
        background-position-y: -90px;
    }

    .team_slider .owl-dots {
        margin-top: 20px;
    }

    .team_slider .owl-dots .owl-dot {
        width: 50px;
        margin: 0 6px;
        border-radius: 20px;
    }

    .dt_technology_partner {
        padding: 70px 0;
    }

    .dt_technology_partner .main_title p {
        max-width: 1050px;
        margin: 0 auto 10px;
    }

    .dt_technology_partner .btn__grid {
        margin: 20px auto 0px;
    }

    .tech_img img {
        height: 65px;
        min-height: 65px;
    }

    .dt_AI_service {
        padding: 70px 0;
    }

    .dt_Pplatform_wrap {
        padding: 70px 0;
    }

    .dt_Pplatform_wrap .main_title h2 {
        max-width: 440px;
    }

    .dt_Pplatform_wrap .main_title .btn__grid {
        margin: 40px 0 0;
    }

    .dt_built_wrap {
        padding: 70px 0;
    }

    .dt_built_wrap .main_title p {
        max-width: 948px;
        margin: 0 auto;
    }

    .tech_stack .nav .nav-item .nav-link img {
        max-width: 70px;
    }

    /*     .digitrend_col .row .col-md-3:nth-child(2) .dt_experience_box,
    .digitrend_col .row .col-md-3:nth-child(4) .dt_experience_box {
        background-color: transparent;
    } */

    .digitrend_col .row .col-md-3:nth-child(2) .dt_experience_box::before,
    .digitrend_col .row .col-md-3:nth-child(2) .dt_experience_box::after,
    .digitrend_col .row .col-md-3:nth-child(4) .dt_experience_box::before,
    .digitrend_col .row .col-md-3:nth-child(4) .dt_experience_box::after {
        opacity: 1;
    }

    .digitrend_col .row .col-md-3:nth-child(3) .dt_experience_box {
        background-color: transparent;
    }

    .digitrend_col .row .col-md-3:nth-child(3) .dt_experience_box::before,
    .digitrend_col .row .col-md-3:nth-child(3) .dt_experience_box::after {
        opacity: 0;
    }

    .digitrend_col .row .col-md-3:nth-child(2) .dt_experience_box p a,
    .digitrend_col .row .col-md-3:nth-child(3) .dt_experience_box p a {
        color: #ed2831;
        text-decoration: none;
    }

    .dt_Pplatform_wrap::after {
        top: 30px;
        width: 100px;
        height: 100px;
        right: 210px;
    }

    .dt_Pplatform_wrap .main_title::after {
        bottom: -120px;
        width: 100px;
        height: 100px;
        right: 30%;
    }


    .dt_team_wrap {
        padding: 70px 0;
    }

    .dt_full_AIService .row {
        margin: 0 -20px;
    }

    .dt_full_AIService .row .col-md-6 {
        padding: 0 20px;
    }

    .dt_team_wrap .main_title {
        margin-bottom: 40px;
    }

    .team_profile_box .profile_img {
        height: 370px;
    }

    .dt_full_AIService {
        padding: 70px 0 0;
    }

    .accordion_Tab {
        margin-bottom: 70px;
    }

    .dt_full_AIService .main_title h2 {
        max-width: 510px;
    }

    .accordion_Tab .accordion-item .accordion-button {
        min-height: 75px;
        display: flex;
        align-items: center;
    }

    .accordion_Tab .accordion-item h4 {
        font-size: 28px;
        width: 100%;
    }

    .accordion_Tab .accordion-body {
        display: flex;
    }

    .service_acc {
        width: calc(100% - 150px);
        padding-right: 10px;
    }

    .service_acc_img {
        width: 150px;
        margin-top: 0;
    }

    .dt_artifficial_intelligence {
        padding: 70px 0;
        background-position-y: -400px;
    }

    .dt_artifficial_intelligence .main_title p {
        max-width: 980px;
        margin: 0 auto;
    }

    .dt_blog_grid .main_title p {
        max-width: 1140px;
        margin: 0 auto;
    }

    .services_action .owl-dots {
        text-align: right;
        margin-top: 40px;
    }

    .services_action .owl-dots .owl-dot {
        width: 50px;
        height: 6px;
        margin: 0 7px;
    }

    .services_action::after {
        right: -2%;
        top: -110px;
        width: 94px;
        height: 94px;
    }

    .dt_artifficial_intelligence::before {
        left: -10px;
        bottom: -120px;
        width: 330px;
        height: 380px;
    }

    .DigiTrends_global {
        padding: 80px 0;
    }

    .DigiTrends_global::before {
        top: 20px;
        left: 20px;
        width: 90px;
        height: 70px;
        opacity: 0.5;
    }

    .DigiTrends_global::after {
        top: -20%;
        width: 380px;
        height: 390px;
    }

    .DigiTrends_global .dt_technology_slider .tech_img {
        height: 160px;
    }

    .DigiTrends_global .dt_technology_slider .tech_img img {
        height: 85px;
        min-height: 85px;
    }

    .DigiTrends_global .dt_technology_slider {
        margin-top: 40px;
    }

    .dt_FAQ_content {
        padding: 70px 0 30px;
    }

    .dt_FAQ_content .main_title h2 {
        max-width: 655px;
    }

    .dt_FAQ_content .accordion .accordion-item {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .dt_FAQ_content .accordion .accordion-item .accordion-button h4 {
        font-size: 22px;
    }

    .dt_FAQ_content .accordion .accordion-body {
        padding: 10px 30px 0px 30px;
    }

    .dt_FAQ_content .accordion .accordion-body p {
        display: block;
    }

    .dt_FAQ_content .accordion .accordion-body p strong {
        width: auto;
        margin: 0;
    }

    .dt_contact_wrap {
        padding: 50px 0 70px;
    }

    .dt_contact_bg {
        padding: 90px 60px 60px;
    }

    .dt_contact_bg {
        padding: 110px 50px 60px 80px;
        background-size: 170px;
    }

    .dt_contact_bg::before {
        left: 50px;
        top: 30px;
        width: 72px;
        height: 78px;
    }

    .dt_contact_bg .main_title {
        background-position-x: 28%;
    }

    .dt_blog_grid {
        padding: 70px 0;
    }

    .contact_form_bottom form input[type="text"],
    .contact_form_bottom form input[type="email"],
    .contact_form_bottom form input[type="tel"],
    .contact_form_bottom form textarea {
        min-height: 50px !important;
        font-size: 18px !important;
    }

    .contact_form_bottom form .gfield p,
    .contact_form_bottom form .ginput_container_consent label {
        font-size: 18px;
        line-height: 28px;
    }

    .contact_form_bottom form .gform_footer input[type="submit"] {
        font-size: 18px !important;
    }

    .dt_subscribe_newsletter .container::after {
        height: 300px;
        width: 395px;
    }

    .subscribe_main::after {
        height: 213px;
        width: 680px;
    }

    .portfolio_GB h3 {
        font-size: 25px;
    }

    .new_portfolio_content::after {
        width: 88%;
    }

    .portfolio_cricle_grid {
        min-height: 580px;
        max-width: 700px;
        background-size: 424px;
        background-position-x: 50%;
        background-position-y: 90%;
    }

    .portfolio_cricle_grid::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background-image: url("../images/portfolio_right.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: 100%;
        background-position-y: 0px;
        width: 175px;
        height: 150px;
        z-index: 6666;
    }

    .new_portfolio2_content .portfolio_GB p {
        max-width: 770px;
        margin: 0 auto 20px;
    }

    .mobile_app_img {
        max-width: 850px;
    }

    .new_portfolio2_img {
        opacity: 1;
    }

    .new_portfolio3_wrap .row {
        align-items: flex-end;
    }

    .new_portfolio3_wrap .portfolio_cricle_grid {
        padding-bottom: 40px;
        background-color: transparent;
        box-shadow: none;
        background-position-y: 100%;
        margin: 0 auto 30px !important;
        border-radius: 0;
        max-width: 100%;
        text-align: left;
        min-height: auto !important;
        padding-left: 70px;
        background-position-x: 0px;
    }

    .new_portfolio4_bg .portfolio_cricle_grid::after {
        display: none !important;
    }

    .BeSmart_portfolio_wrap .row {
        align-items: flex-start;
    }

    .BeSmart_portfolio_wrap .row .portfolio_GB {
        margin-bottom: 0px;
        padding: 40px 30px 10px !important;
    }

    .BeSmart_portfolio_wrap .row .portfolio_GB::after {
        top: 0px;
        width: 580px;
    }

    .dt_subscribe_newsletter {
        padding-bottom: 80px;
    }

    .dt_blog_grid {
        padding: 50px 0;
    }


    .page-template-template-casstudies-details-html .dt_subBanner_wrap .row .col-md-6:nth-child(1) {
        width: 58%;
    }

    .page-template-template-casstudies-details-html .dt_subBanner_wrap .row .col-md-6:nth-child(2) {
        width: 42%;
    }

    .key_Objectives {
        padding: 50px 0 70px;
        background-size: 150px;
    }

    .key_Objectives::after {
        width: 90px;
        height: 120px;
    }

    .key_Objectives .row .col-md-6 {
        padding: 0 0px;
    }

    .key_objectsImg_cricle {
        width: 425px;
        height: 425px;
        background-color: #fff;
        position: relative;
        z-index: 6666;
    }

    .cricle_number::before {
        display: none;
    }

    .cricle_para {
        width: calc(100% - 70px);
        padding-left: 20px;
        padding-top: 40px;
    }

    .key_Objectives .row article:nth-child(3) .object_numbers .d-flex {
        flex-direction: row-reverse;
    }

    .key_Objectives .row article:nth-child(3) .object_numbers .d-flex .cricle_para {
        padding-left: 0px;
        padding-right: 20px;
        text-align: right;
    }

    .object_numbers .d-flex {
        margin-bottom: 5px;
    }

    .key_objectsImg_cricle {
        border: 1px solid #dededf;
    }

    .cricle_para::after {
        content: "";
        position: absolute;
        left: -5px !important;
        top: 32px;
        height: 1px;
        width: 410px;
        background-color: #dededf;
    }

    .key_Objectives .row article:nth-child(3) .object_numbers .cricle_para::after {
        right: -5px;
        left: unset !important;
    }

    .cricle_number {
        margin-bottom: 10px;
        box-shadow: 0px 0px 16px #ED1C24BF inset;
        color: #000;
        border: none;
        position: relative;
        z-index: 555555555;
        background-color: #fff;
        font-size: 26px;
    }

    .page-template-template-casstudies-details-html .dt_customers {
        background-size: 150px;
    }

    .page-template-template-casstudies-details-html .dt_customers::after {
        width: 200px;
        height: 280px;
    }

    .Challenges_wrap {
        padding: 70px 0;
    }

    .Challenges_slider {
        margin-top: 40px;
    }

    .Challenges_wrap .main_title h2 {
        margin-bottom: 30px;
    }

    .Challenges_slider .main_title {
        padding: 45px;
    }

    .Results_Wrap {
        padding: 100px 0 70px;
        overflow: hidden;
    }

    .Results_Wrap::before {
        content: "";
        position: absolute;
        left: -100px;
        top: -120px;
        width: 700px;
        height: 700px;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 4px 5px 30px #5555552e;
    }

    .Results_Wrap .main_title {
        background-color: transparent;
        position: relative;
        padding-bottom: 50px;
        padding-top: 20px;
    }

    .Results_Wrap .main_title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -130px;
        background-image: url("../images/expectations-bg.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 100px;
        height: 100px;
    }

    .Results_mobile_slider {
        display: none !important;
    }

    .Results_dektop_slider {
        display: block !important;
    }

    .Results_dektop_slider .d-flex {
        flex-wrap: wrap;
        counter-reset: my-counter;
    }

    .Results_dektop_slider .d-flex .result_info {
        width: 50%;
        position: relative;
        margin: 20px 0;
        position: relative;
        counter-increment: my-counter;
    }

    .Results_dektop_slider .d-flex .result_info::after {
        content: counter(my-counter);
        position: absolute;
        left: 0;
        top: 0;
        width: 48px;
        height: 48px;
        text-align: center;
        border-radius: 50%;
        background: #ED1C24;
        color: #fff;
        font-weight: 600;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 555;
    }

    .Results_dektop_slider .owl-nav {
        margin-top: 30px;
        justify-content: flex-end;
    }

    .Results_dektop_slider .owl-nav button.owl-prev,
    .Results_dektop_slider .owl-nav button.owl-next {
        margin: 0 15px;
        transition: 0.4s;
    }

    .Results_dektop_slider .owl-nav button.owl-prev img {
        transform: rotate(180deg);
    }

    .no-js .owl-carousel,
    .owl-carousel.owl-loaded {
        display: block;
    }

    .porftolio_slider_new {
        margin-bottom: 30px;
        padding: 0 30px;
    }

    .porftolio_slider_new .owl-nav {
        margin: 0;
    }

    .porftolio_slider_new .owl-nav button.owl-prev {
        left: -20px;
    }

    .porftolio_slider_new .owl-nav button.owl-prev,
    .porftolio_slider_new .owl-nav button.owl-next {
        position: absolute;
        top: 45%;
    }

    .porftolio_slider_new .owl-nav button.owl-next {
        right: -20px;
    }

    .porftolio_slider_new .porftolio_new_box .porftolio_new_IMG {
        max-width: 250px;
        height: 250px;
    }

    .project_strip {
        background-size: 241px;
        min-height: 166px;
    }

    .project_strip::after {
        width: 25%;
        border-radius: 100px 0 0 100px;
    }

    .lets_talk {
        margin-top: 0;
    }

    .digitrend_col .row .col-md-3:nth-child(4) .dt_experience_box {
        background-color: #ec2931;
    }

    .digitrend_col .row .col-md-3:nth-child(4) .dt_experience_box::after,
    .digitrend_col .row .col-md-3:nth-child(4) .dt_experience_box::before {
        display: block;
    }

    .Fintech_SW_slider .items .Fintech_SW_img:nth-child(1) .Fintech_SW_inner {
        height: 437px;
    }

    .Fintech_SW_slider .items .Fintech_SW_img:nth-child(2) .Fintech_SW_inner {
        height: 542px;
    }


    .comming_soon_wrap {
        padding: 90px 0;
        min-height: 650px;
    }

    .comming_soon_logo {
        width: 180px;
    }

    .comming_soon_wrap .dt_banner_content {
        text-align: center;
        margin: 0 auto;
        padding: 0px;
        max-width: 900px;
    }

    .email__title a {
        font-size: 20px;
    }

    /* For devices ≥ 1201px */
}

@media only screen and (min-width: 1281px) {
    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu {
        max-width: 95% !important;
        margin: 0 auto !important;
        right: 0 !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu {
        top: 76px !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li.mega-menu-item.mega-menu-flyout>ul.mega-sub-menu {
        top: 71px !important;
    }

    .main_logo {
        width: 70px;
    }

    .menuLink ul.menu>li>a {
        font-size: 18px;
        padding: 10px 8px;
    }

    .btn-ctn {
        height: 55px;
    }

    .dt_industery_wrap .col-md-4 {
        width: 33.3333%;
    }

    .dt_industery_slider .item .dt_industery_box:first-child {
        margin-bottom: 40px;
    }

    .dt_industery_box {
        min-height: 230px;
    }

    .dt_industery_slider .owl-dots {
        margin-top: 40px;
    }

    .dt_industery_slider .owl-dots .owl-dot {
        width: 20px;
        height: 20px;
        margin: 0 5px;
    }

    .dt_industery_slider .owl-dots .owl-dot.active span {
        width: 10px;
        height: 10px;
    }

    .dt_capabilities_wrap .row {
        margin: -15px;
    }

    .dt_capabilities_wrap .row .col-md-4 {
        padding: 15px;
    }

    .get_a_quote {
        margin: 0 0 50px;
    }

    .banner_product_slider {
        max-width: 580px;
    }

    .arrow_icon img {
        width: 46px !important;
    }

    .dt_customers .owl-dots .owl-dot {
        width: 20px;
        height: 20px;
        margin: 0 5px;
    }

    .dt_customers .owl-dots .owl-dot.active span {
        width: 10px;
        height: 10px;
    }




    .dt_logos_wrap {
        min-height: 510px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 645px;
        margin-left: auto;
    }

    .dt_logocricle {
        width: 300px;
        height: 300px;
        padding: 40px;
        margin: 0px;
    }

    .social_logo {
        justify-content: flex-end;
        gap: 20px;
    }

    .dt_logos_wrap:hover .dt_logocricle img {
        transform: scale(1.05) rotate(45deg);
    }


    .dt_logos_wrap .social_logo:nth-child(1) {
        margin-bottom: -70px;
    }


    .dt_logos_wrap .social_logo:nth-child(3) {
        margin-top: -70px;
    }

    .log_cricle a {
        margin: 0px;
        width: 70px;
        height: 70px;
    }

    .log_cricle::before {
        content: "";
        position: absolute;
        right: 34px;
        width: 360px;
        height: 1px;
        background-color: #D9D9D9;
        margin: 0 auto;
        z-index: -1;
        bottom: -50px;
    }

    .dt_logos_wrap .social_logo:nth-child(3) .log_cricle::before {
        bottom: unset;
        top: -50px;
    }

    .dt_logos_wrap .social_logo:nth-child(1) .log_cricle:nth-child(1) {
        margin-bottom: 0px;
        top: -80px;
    }

    .dt_logos_wrap .social_logo:nth-child(1) .log_cricle:nth-child(2) {
        top: -40px;
    }

    .dt_logos_wrap .social_logo:nth-child(1) .log_cricle:nth-child(3) {
        margin-bottom: 0px;
    }

    .dt_logos_wrap .social_logo:nth-child(3) .log_cricle:nth-child(1) {
        margin-top: 0px;
        bottom: -80px;
    }

    .dt_logos_wrap .social_logo:nth-child(3) .log_cricle:nth-child(2) {
        bottom: -40px;
    }

    .dt_logos_wrap .social_logo:nth-child(3) .log_cricle:nth-child(3) {
        margin-top: 0px;
    }

    .dt_logos_wrap .social_logo:nth-child(1) .log_cricle:nth-child(3)::after {
        transform: unset;
        right: 0px;
    }

    .dt_logos_wrap .social_logo:nth-child(1) .log_cricle:nth-child(1)::after {
        transform: unset;
        left: 0;
    }

    .dt_logos_wrap .social_logo:nth-child(3) .log_cricle:nth-child(3)::after {
        transform: unset;
        right: 0px;
    }

    .dt_logos_wrap .social_logo:nth-child(3) .log_cricle:nth-child(1)::after {
        transform: unset;
        left: 0;
    }

    .dt_team_wrap .row .col-md-3 {
        width: 25%;
    }

    .team_profile_box .profile_img {
        height: 290px;
    }

    .team_profile_box .profile_content {
        padding: 15px 20px 20px 10px;
    }

    .dt_full_AIService::after {
        width: 60px;
        height: 240px;
    }

    .BeSmart_portfolio_wrap .row .portfolio_GB::after {
        width: 630px;
    }

    .main_title p {
        font-size: 20px;
    }

    .rating-section .owl-dots .owl-dot.active span {
        width: 10px;
        height: 10px;
    }

    .rating-section .owl-dots {
        margin-top: 40px;
    }

    .rating-section .owl-dots .owl-dot {
        width: 20px;
        height: 20px;
        margin: 0 5px;
    }

    .key_objectsImg_cricle {
        width: 475px;
        height: 475px;
        background-color: #fff;
        position: relative;
        z-index: 6666;
    }

    .cricle_para p {
        color: #666;
    }

    .key_Objectives .main_title::after {
        right: 20%;
        top: -20px;
        width: 90px;
        height: 70px;
    }

    .Challenges_wrap {
        background-position: bottom -40px center;
        background-size: 800px;
    }

    .Results_Wrap::before {
        width: 740px;
    }

    .Results_Wrap .main_title {
        max-width: 550px;
    }

}

@media only screen and (min-width: 1365px) {
    .menuLink ul.menu>li {
        margin: 0 5px;
    }

    .call_title span {
        font-size: 18px;
    }

    .call_title a {
        font-size: 19px;
        letter-spacing: 1px;
    }
}

@media only screen and (min-width: 1399px) {
    .menuLink .mega-menu-wrap>ul.mega-menu>li>a.mega-menu-link {
        font-size: 16px !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu {
        max-width: 95% !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu>li>ul>li>ul>li .mega-menu-link {
        font-size: 18px !important;
    }

    .mena_menu_title p {
        font-size: 18px;
    }

    .mena_menu_title p strong {
        font-size: 32px;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu>li>ul>li>ul>li .mega-menu-link strong {
        font-size: 16px;
        line-height: 24px;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu>li {
        background-position-x: 115% !important;
        background-position-y: 150% !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li.mega-menu-item.mega-menu-flyout>ul.mega-sub-menu>li .mega-menu-link {
        font-size: 18px !important;
    }

    .container {
        width: 90%;
    }

    .tab_grid .tab-content .tab-pane ul li:nth-child(4n+4)::after {
        opacity: 1;
    }

    .main_header .container {
        padding: 0 40px;
    }

    .menuLink ul.menu>li {
        margin: 0 2px;
    }

    .menuLink ul.menu>li>a {
        font-size: 18px;
        padding: 15px 10px;
    }

    .menuLink ul.menu>li.menu-item-has-children a {
        padding-right: 18px;
    }

    .menuLink ul li.menu-item-has-children::after {
        top: 22px;
        width: 10px;
        height: 10px;
    }

    .call_icon {
        width: 45px;
        height: 45px;
        padding: 6px;
    }

    .call_title {
        width: calc(100% - 45px);
    }

    .call_title a {
        font-size: 18px;
    }

    .pp_btn .btn-ctn {
        font-size: 18px;
    }

    p {
        font-size: 20px;
    }

    .dt_banner_bg::after {
        width: 206px;
        height: 204px;
    }

    .dt_banner_content {
        text-align: left;
        max-width: 600px;
        margin-left: auto;
        padding-right: 40px;
    }

    .dt_banner_content h1 {
        font-size: 55px;
        line-height: 61px;
    }

    .dt_banner_img {
        border-top-left-radius: 200px;
    }

    .call_us {
        margin-right: 20px;
    }

    .dt_awards_wrap {
        padding: 70px 0;
    }

    .main_title h2 {
        font-size: 45px;
    }

    .main_title {
        margin-bottom: 45px;
    }

    .dt_industery_icon {
        width: 100px;
        padding-right: 20px;
    }

    .dt_industery_content {
        width: calc(100% - 100px);
    }

    .dt_industery_content h3 {
        font-size: 30px;
    }

    .dt_portfolio_wrap {
        padding: 0px 0 100px;
    }

    .dt_top_content {
        padding-top: 75px;
    }

    .dt_portfolio_slider {
        padding: 0 40px;
    }

    .dt_portfolio_wrap .main_title h2 {
        max-width: 1350px;
        line-height: 70px;
        margin: 0 auto 10px;
    }

    .dt_portfolio_wrap .main_title p {
        margin-bottom: 0px;
    }

    .dt_portfolio_img {
        width: 250px;
        height: auto;
        padding: 0 0 0 20px;
        display: flex;
        align-items: center;
    }

    .dt_portfolio_content {
        width: calc(100% - 220px);
        padding-left: 40px;
    }

    .dt_portfolio_content h4 {
        font-size: 24px;
    }

    .dt_capabilities_wrap {
        padding: 70px 0;
    }

    .dt_capabilities_box h4 {
        font-size: 20px;
    }

    .dt_capabilities_wrap .row {
        margin: -20px;
    }

    .dt_capabilities_wrap .row .col-md-4 {
        padding: 20px;
    }

    .dt_explore_wrap {
        padding: 80px 0px;
    }

    .dt_explore_content h5 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .dt_explore_icon {
        width: 85px;
        height: 85px;
        padding: 15px;
    }

    .dt_explore_content {
        padding-top: 6px;
        padding-left: 25px;
    }

    .dt_our_solution {
        padding: 90px 0px;
    }

    .dt_our_solution .row {
        margin: -15px;
    }

    .dt_our_solution .row .col-md-3 {
        padding: 15px;
        width: 20%;
    }

    .dt_journey_wrap {
        padding: 110px 0;
    }

    .dt_experience_wrap {
        padding: 80px 0 10px;
    }

    .dt_experience_box h5 {
        font-size: 20px;
    }

    .dt_futuristic_solution {
        padding: 90px 0;
    }

    .dt_futuristic_solution::before,
    .dt_futuristic_solution::after {
        width: 113px;
        height: 167px;
    }

    .dt_futuristic_solution .col-md-4 {
        width: 40%;
    }

    .dt_futuristic_solution .col-md-8 {
        width: 60%;
    }

    .tab_grid {
        padding: 60px 0px;
    }

    .tab_grid .tab-content .tab-pane ul {
        /*         justify-content: space-between; */
        justify-content: center;
    }

    .tech_icon {
        max-width: 50px;
        min-height: 85px;
        margin: 0 auto 25px;
    }

    .dt_build_wrap {
        padding: 90px 0;
    }

    .dt_build_wrap .btn__grid {
        margin: 30px auto 0px;
    }

    .dt_build_wrap .main_title h2 {
        max-width: 600px;
    }

    .dt_build_wrap .main_title p {
        max-width: 850px;
    }

    .dt_ratings_reviews {
        padding: 90px 0;
    }

    .dt_ratings_reviews .main_title p {
        max-width: 1330px;
        margin: 0 auto;
    }

    .dt_star_free {
        padding: 100px 0;
    }

    .dt_star_free .main_title p {
        margin-bottom: 15px;
    }

    .dt_star_free .btn__grid {
        margin: 40px auto 0px;
    }

    .dt_blog_wrap {
        padding: 80px 0;
    }

    .dt_blog_wrap .row .col-md-6:nth-child(2) {
        padding-top: 40px;
    }

    .dt_blog_img {
        height: 210px;
    }

    .blog_title_text h4 {
        font-size: 22px;
    }

    .dt_contact_us {
        padding: 100px 0px;
    }

    .dt_contact_us .main_title h2 {
        margin-bottom: 15px;
    }

    .map_grid p {
        max-width: 510px;
    }

    .dt_contact_us .main_title p:first-child {
        margin-bottom: 12px;
    }

    .our_blog_title {
        padding-bottom: 50px;
    }

    .main_footer {
        padding-top: 70px;
    }

    .footer_cols_wrap {
        padding: 70px 0 0;
    }

    .footer_cols_wrap .row {
        margin: 0 -40px;
    }

    .footer_cols_wrap .row>article {
        padding: 0 40px;
    }

    .footer_head {
        padding-bottom: 40px;
    }

    .dt_awards_wrap .container {
        width: 100%;
        max-width: 100%;
        padding: 0 45px;
    }

    .btn__grid {
        margin: 75px auto 0px;
    }

    .dt_portfolio_slider .owl-dots {
        margin: 0;
        bottom: -200px;
        position: absolute;
        right: 40px;
    }

    .dt_capabilities_wrap .main_title p {
        max-width: 800px;
    }

    .dt_experience_wrap .main_title h2 {
        max-width: 100%;
    }

    .dt_portfolio_wrap::before {
        width: 245px;
        height: 200px;
    }

    .portfolio_logo img {
        max-height: 40px;
    }

    .map_grid img {
        margin-bottom: 50px;
    }

    .map_grid p {
        margin-left: 30px;
    }

    .dt__content::after {
        display: none;
    }

    .tab-content {
        margin-top: 50px;
    }

    .tech_icon {
        max-width: 55px;
        min-height: 85px;
    }

    .dt_subBanner_grid {
        min-height: 500px;
    }

    .dt_subBanner_content h1 {
        font-size: 45px;
    }

    .dt_fostering_culture {
        padding: 90px 0px;
    }

    /* .dt_fostering_culture .row {
        align-items: center;
    } */

    .dt_fostering_culture .row .col-md-7 {
        width: 60%;
    }

    .dt_fostering_culture .row .col-md-5 {
        width: 40%;
    }

    .dt_fostering_culture::before {
        width: 111px;
        height: 151px;
    }

    .dt_fostering_culture::after {
        top: 35px;
        width: 119px;
        height: 144px;
    }

    .twp_img_info .fostering_culture:nth-child(1)::before {
        bottom: -55px;
        width: 62px;
        height: 68px;
    }

    .twp_img_info .fostering_culture:nth-child(1)::after {
        top: 20px;
        right: -70px;
        width: 63px;
        height: 70px;
    }

    .twp_img_info .fostering_culture:nth-child(2) {
        margin-top: 90px;
    }

    .fostering_culture {
        height: 400px;
    }

    .twp_img_info .fostering_culture:nth-child(2)::after {
        right: -40px;
        bottom: 33%;
    }

    .dt_sw_wrap {
        padding: 100px 0;
        background-size: 330px;
    }

    .counter-box {
        width: 230px;
        height: 230px;
        padding: 15px;
    }

    .count.percent,
    .count_title {
        font-size: 60px;
    }

    .counter-box:hover {
        border: 12px solid #ed1b24;
    }

    .dt_customers {
        padding: 90px 0;
    }

    .logo_box {
        min-height: 130px;
        padding: 10px 25px;
    }

    .dt_competencies .row .col-md-3 {
        width: 25%;
    }

    .dt_competencies {
        padding: 90px 0px;
    }

    .dt_competencies_title h5 {
        font-size: 26px;
    }

    .dt_our_leaders {
        padding: 90px 0px;
        background-size: 290px;
        background-position-y: -140px;
    }

    .dt_technology_partner {
        padding: 80px 0;
    }

    .dt_technology_partner .main_title p {
        max-width: 1170px;
        margin: 0 auto 10px;
    }

    .tech_img {
        min-height: 120px;
    }

    .tech_img img {
        height: auto;
        min-height: auto;
    }

    .AI-page .dt_subBanner_content h1 {
        max-width: 700px;
        margin-bottom: 10px;
    }

    .AI-page .dt_subBanner_content p {
        max-width: 850px;
        margin-bottom: 25px;
    }

    .banner_SubTitle {
        font-size: 20px;
    }

    .AI-page .dt_subBanner_grid,
    .page-template-template-casestudy-listing-html .dt_subBanner_wrap .dt_subBanner_grid,
    .page-template-template-Industry-html .dt_subBanner_grid,
    .page-template-template-AI .dt_subBanner_grid {
        background-position-x: 26%;
        background-size: 498px;
    }

    .page-template-template-blog-html .dt_subBanner_grid {
        background-position-x: 26%;
        background-size: 498px;
    }

    .dt_AI_service {
        padding: 80px 0;
    }

    .dt_AI_service .main_title {
        margin-bottom: 40px;
    }

    .AI_service_title h3 {
        font-size: 22px;
    }

    .AI_service_box ul li {
        font-size: 18px;
    }

    .dt_Pplatform_wrap {
        padding: 110px 0;
    }

    .dt_Pplatform_wrap::before {
        top: -140px;
        width: 101px;
        height: 250px;
    }

    .dt_Pplatform_wrap .main_title h2 {
        max-width: 560px;
    }

    .profile_content {
        height: 70%;
    }

    .dt_Pplatform_wrap .main_title::after {
        bottom: -180px;
        width: 120px;
        height: 120px;
    }

    .dt_Pplatform_wrap::after {
        top: 50px;
        width: 120px;
        height: 120px;
        right: 210px;
    }

    .dt_built_wrap {
        padding: 90px 0;
    }

    .dt_team_wrap .container {
        max-width: 1450px;
    }

    .tech_stack .tab-content {
        margin-top: 40px;
    }

    .dt_team_wrap {
        padding: 90px 0;
    }

    .team_profile_box .profile_title p {
        font-size: 20px;
    }

    .team_profile_box .profile_img {
        height: 300px;
    }

    .dt_full_AIService {
        padding: 80px 0 0;
    }

    .dt_full_AIService .row {
        margin: 0 -40px;
    }

    .dt_full_AIService .row .col-md-6 {
        padding: 0 40px;
    }

    .dt_full_AIService .main_title h2 {
        max-width: 700px;
    }

    .accordion_Tab .accordion-item h4 {
        font-size: 35px;
    }

    .dt_artifficial_intelligence {
        padding: 70px 0;
        background-position-y: -410px;
    }

    .DigiTrends_global {
        padding: 90px 0;
    }

    .DigiTrends_global::after {
        top: -22%;
        width: 439px;
        height: 480px;
    }

    .DigiTrends_global .main_title {
        margin-bottom: 25px;
    }

    .dt_FAQ_content {
        padding: 90px 0 30px;
    }

    .dt_FAQ_content .main_title h2 {
        max-width: 805px;
    }

    .dt_contact_wrap {
        padding: 60px 0 90px;
    }

    .AIdev_img_grid .AI_dev_img:nth-child(1) {
        height: 365px;
    }

    .AIdev_img_grid .AI_dev_img:nth-child(2) {
        height: 450px;
    }

    .tech_stack .nav .nav-item .nav-link::after {
        bottom: -42px;
    }

    .tab-content .tab-pane:nth-child(4) .tech_stack_content {
        margin-left: 15%;
    }

    .tab-content .tab-pane:nth-child(7) .tech_stack_content {
        margin-left: 40%;
    }

    .dt_full_AIService::after {
        width: 70px;
        height: 300px;
        top: 20px;
        left: 10px;
    }

    .page-template-template-blog-html .dt_subBanner_content h1 {
        max-width: 740px;
        margin-bottom: 10px;
    }

    .contact_form_bottom form .gform_footer input[type="submit"] {
        font-size: 20px !important;
    }

    .contact_form_bottom form .gform_footer input[type="submit"] {
        max-width: 170px !important;
        height: 50px !important;
    }

    .contact_form_bottom form .gform_footer {
        max-width: 150px !important;
    }

    .subscribe_main {
        padding: 70px 0;
    }


    .page-template-template-casestudy-listing-html .dt_portfolio_wrap {
        padding: 30px 0 70px;
    }

    .new_portfolio_img .banner-picture {
        width: auto !important;
        display: inline-block;
    }

    .new_portfolio_img .banner-picture img {
        width: auto !important;
    }

    .content_logo {
        max-width: 230px;
        margin: 0 auto 25px;
    }

    .portfolio_cricle_grid {
        min-height: 600px;
        max-width: 800px;
    }

    .new_portfolio_content::after {
        width: 85%;
    }

    .portfolio_cricle_grid::after {
        width: 265px;
        height: 210px;
    }

    .new_portfolio2_content {
        padding: 90px 0 0;
    }

    .new_portfolio2_img {
        padding-top: 50px;
    }

    .new_portfolio3_wrap .container {
        width: 98%;
    }

    .clients_img_title {
        max-width: 100%;
        margin: 0 auto;
    }

    .new_portfolio3_wrap {
        background-size: 500px;
        background-position-x: 50%;
    }

    .new_portfolio3_wrap {
        padding: 100px 0 0;
    }

    .new_portfolio3_wrap::after {
        width: 190px;
        height: 180px;
    }

    .new_portfolio4_wrap {
        padding: 0 20px;
    }

    .new_portfolio4_bg {
        padding: 0px 60px 0;
    }

    .new_portfolio4_bg .clients_img_title {
        background-position-x: 10px;
        padding-top: 20px;
        background-size: 430px;
    }

    .new_portfolio4_bg .portfolio_cricle_grid {
        padding: 30px 0 30px 10px !important;
    }

    .new_portfolio4_wrap {
        padding: 70px 0;
    }

    .BeSmart_portfolio_wrap .row .portfolio_GB::after {
        display: none;
    }

    .BeSmart_portfolio_wrap .row {
        position: relative;
    }

    .BeSmart_portfolio_wrap .row::after {
        content: "";
        position: absolute;
        background-color: #ffffffcf;
        left: -40px;
        top: -220px;
        width: 740px;
        height: 740px;
        border-radius: 50%;
        box-shadow: -15px 15px 60px #5555556b;
    }

    .BeSmart_portfolio_wrap .mobile_app_img {
        padding: 50px 0;
        text-align: right;
        position: relative;
    }

    .BeSmart_portfolio_wrap .mobile_app_img::before {
        content: "";
        position: absolute;
        background-image: url("../images/eight-dots.png");
        background-repeat: no-repeat;
        top: 40%;
        left: 17%;
        width: 44px;
        height: 24px;
        background-size: contain;
    }

    .BeSmart_portfolio_wrap .mobile_app_img::after {
        content: "";
        position: absolute;
        background-image: url("../images/eight-dots.png");
        background-repeat: no-repeat;

        bottom: 60px;
        left: -50px;
        width: 73px;
        height: 36px;
        background-size: contain;
    }

    .BeSmart_portfolio_wrap .row .portfolio_GB {
        padding: 70px 0px 20px !important;
        max-width: 610px;
        margin: 0 auto !important;
    }

    .page-template-template-casstudies-details-html .dt_subBanner_wrap .row .col-md-6:nth-child(1) {
        width: 62%;
    }

    .page-template-template-casstudies-details-html .dt_subBanner_wrap .row .col-md-6:nth-child(2) {
        width: 38%;
    }

    .page-template-template-casstudies-details-html .dt_subBanner_wrap::after {
        right: 40%;
        width: 100px;
        height: 63px;
    }

    .key_objectsImg_cricle {
        width: 495px;
        height: 495px;
    }

    .cricle_number {
        width: 100px;
        height: 100px;
        font-size: 35px;
    }

    .cricle_para {
        width: calc(100% - 100px);
    }

    .page-template-template-casstudies-details-html .dt_customers {
        background-size: 200px;
    }

    .key_Objectives .main_title {
        margin-bottom: 50px;
    }

    .key_Objectives .main_title::after {
        width: 130px;
        height: 130px;
    }

    .Challenges_wrap {
        padding: 90px 0;
    }

    .Challenges_slider .main_title {
        padding: 45px 50px;
    }

    .Results_Wrap::before {
        content: "";
        position: absolute;
        left: -100px;
        top: -140px;
        width: 800px;
        height: 800px;
    }

    .Results_Wrap .main_title .btn__grid {
        display: flex;
        margin: 30px 0 0;
    }



    .porftolio_slider_new {
        margin-bottom: 0px;
        padding: 0 70px;
    }

    .porftolio_slider_new .owl-nav button.owl-prev,
    .porftolio_slider_new .owl-nav button.owl-next {
        width: 80px;
        min-width: 80px;
        height: 80px;
    }

    .porftolio_slider_new .owl-nav button.owl-prev {
        left: 0px;
    }

    .porftolio_slider_new .owl-nav button.owl-next {
        right: 0px;
    }

    .porftolio_slider_new .porftolio_new_box .porftolio_new_IMG {
        max-width: 250px;
        height: 250px;
    }

    .porftolio_slider_new .owl-nav button.owl-prev img,
    .porftolio_slider_new .owl-nav button.owl-next img {
        width: 25px !important;
    }

    .porftolio_slider_new .porftolio_new_box .porftolio_new_IMG {
        max-width: 320px;
        height: 320px;
    }

    .page-template-template-casstudies-details-html .dt_portfolio_wrap .btn__grid {
        margin: 60px auto 0;
    }

    .porftolio_slider_new {
        margin-top: 30px;
    }

    .dt_explore_content p {
        font-size: 20px;
    }

    .dt__content .container .row {
        max-width: 980px;
        margin-left: auto;
    }

    .dt_explore_content p {
        max-width: 330px;
    }

    .comming_soon_logo {
        width: 250px;
    }

    /* .banner_3d_slider .owl-dots .owl-dot {
        width: 18px;
        height: 18px;
        margin: 0 5px;
    } */

    /* For devices ≥ 1400px */
}

@media only screen and (min-width: 1500px) {
    .menuLink .mega-menu-wrap>ul.mega-menu>li {
        margin: 0 2px !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>a.mega-menu-link {
        font-size: 20px !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>a.mega-menu-link .mega-indicator::before {
        top: 6px;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu>li {
        background-position-x: 114% !important;
        background-position-y: 155% !important;
    }


    .menuLink ul.menu>li>a {
        font-size: 20px;
        padding: 15px 12px;
    }

    .awards_img {
        padding: 20px;
    }

    .awards_img a img {
        height: 100%;
    }

    .tech_stack .nav {
        margin: -15px;
    }

    .tech_stack .nav .nav-item {
        padding: 15px;
    }

    .dt_logos_wrap {
        min-height: 510px;
        max-width: 725px;
    }

    .log_cricle::before {
        width: 410px;
    }

    .team_profile_box .profile_img {
        height: 340px;
    }

    .new_portfolio_content::after {
        width: 80%;
    }

    .BeSmart_portfolio_wrap .row::after {
        left: -60px;
        top: -230px;
        width: 840px;
        height: 790px;
    }

    .key_objectsImg_cricle {
        width: 530px;
        height: 530px;
        padding: 15px;
    }

    .object_numbers .d-flex {
        margin-bottom: 20px;
    }

    .Results_Wrap .row .col-md-4 {
        width: 46%;
    }

    .Results_Wrap .row .col-md-8 {
        width: 54%;
    }
}

@media only screen and (min-width: 1600px) {
    .menuLink .mega-menu-wrap>ul.mega-menu>li {
        margin: 0 5px !important;
    }

    .menuLink ul.menu>li {
        margin: 0 6px;
    }
}

@media only screen and (min-width: 1699px) {

    .menuLink .mega-menu-wrap>ul.mega-menu {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu {
        top: 81px !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu>li {
        background-position-x: 111% !important;
        background-position-y: 175% !important;
    }

    .mena_menu_title p strong {
        font-size: 36px;
    }


    .main_header .container {
        padding: 0 40px;
        max-width: 1920px;
    }

    .contact_form_bottom form .gfield p,
    .contact_form_bottom form .ginput_container_consent label {
        font-size: 20px;
        line-height: 32px;
    }

    .main_logo {
        width: 76px;
    }

    .right-div {
        width: 510px;
        justify-content: flex-end;
    }

    .head_inner .menuLink {
        width: calc(100% - 560px);
    }

    .menuLink ul.menu {
        justify-content: flex-end;
        padding-right: 60px;
    }

    .menuLink ul li.menu-item-has-children::after {
        top: 32px;
    }

    .call_icon {
        width: 54px;
        height: 54px;
    }

    .call_title {
        width: calc(100% - 54px);
        padding-left: 13px;
    }

    .pp_btn {
        width: 220px;
    }

    .pp_btn .btn-ctn {
        font-size: 20px;
    }

    .dt_banner_wrap .row .col-md-6:nth-child(1) {
        width: 53.50%;
    }

    .dt_banner_wrap .row .col-md-6:nth-child(2) {
        width: 46.50%;
    }

    .dt_banner_content {
        max-width: 866px;
        padding-right: 50px;
        padding-bottom: 22px;
    }

    .get_a_quote .btn-ctn {
        font-size: 20px;
    }

    .dt_banner_content h1 {
        font-size: 60px;
        line-height: 66px;
        margin-bottom: 28px;
    }

    .dt_banner_content p {
        font-size: 22px;
        margin-bottom: 35px;
    }

    .dt_banner_img {
        height: 847px;
        border-top-left-radius: 210px;
    }

    .call_us {
        margin-right: 42px;
    }

    .call_title a {
        font-size: 18px;
    }

    .menuLink ul.menu>li>a {
        padding: 25px 12px;
    }

    .dt_capabilities_wrap {
        padding: 90px 0;
    }

    .dt_explore_wrap {
        padding: 100px 0px;
    }

    .dt_our_solution {
        padding: 95px 0px;
    }

    .dt_our_solution .container {
        max-width: 1623px;
    }

    .dt_our_solution .container .row {
        padding: 0 90px;
    }

    .dt_our_solution .main_title {
        margin-bottom: 50px;
    }

    .dt_journey_wrap {
        padding: 124px 0;
    }

    .dt_journey_wrap .main_title p {
        max-width: 1380px;
        margin: 0 auto 20px;
    }

    .dt_experience_box {
        padding: 40px 40px;
    }

    .dt_futuristic_solution {
        padding: 110px 0;
    }

    .dt_build_wrap .btn__grid {
        margin: 35px auto 0px;
    }

    .dt_build_wrap {
        padding: 95px 0;
    }

    .dt_build_wrap .main_title h2 {
        max-width: 790px;
        line-height: 70px;
    }

    .dt_ratings_reviews {
        padding: 100px 0;
    }

    .dt_star_free {
        padding: 138px 0;
    }

    .dt_blog_wrap {
        padding: 100px 0;
    }

    .dt_blog_img {
        height: 290px;
    }

    .blog_title_text {
        min-height: 65px;
    }

    .dt_contact_us {
        padding: 110px 0px;
    }

    .main_title h2 {
        font-size: 50px;
    }

    .dt_awards_wrap {
        padding: 110px 0 45px;
    }

    .dt_industery_content h3 {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .dt_industery_box {
        padding: 30px 40px 30px 50px;
    }

    .dt_industery_icon {
        width: 110px;
    }

    .dt_industery_content {
        width: calc(100% - 110px);
        padding-left: 30px;
    }

    .dt_banner_bg::after {
        bottom: -30px;
        left: 10px;
    }

    .dt_industery_para {
        min-height: 120px;
        display: flex;
    }

    /* .dt_industery_content p {
        margin-bottom: 25px;
    } */

    .dt_portfolio_img {
        width: 49%;
        padding: 0 20px 0 40px;
        align-items: flex-end;
    }

    .dt_portfolio_content {
        width: 51%;
        padding-left: 30px;
        padding-right: 10px;
    }

    .dt_portfolio_img::before {
        width: 342px;
    }

    .dt_top_content {
        background-size: 113px;
    }

    .dt_capabilities_wrap .main_title h2 {
        margin-bottom: 10px;
    }

    .dt_capabilities_wrap .container {
        max-width: 1500px;
    }

    .dt_capabilities_box {
        padding: 30px 25px;
    }

    .dt_explore_wrap .main_title p {
        margin-bottom: 5px;
    }

    .dt_explore_wrap .main_title h2 {
        margin-bottom: 18px;
    }

    .dt_explore_icon {
        width: 97px;
        height: 97px;
        padding: 20px;
    }

    .dt_explore_content {
        width: calc(100% - 97px);
        padding-left: 18px;
        padding-top: 15px;
    }

    .dt__content .container {
        max-width: 1700px;
    }

    .dt__content .container .row {
        max-width: 1070px;
    }

    .dt_explore_content h5 {
        font-size: 30px;
    }

    .dt_experience_wrap {
        padding: 95px 0 10px;
    }

    .dt_experience_wrap .main_title {
        margin-bottom: 60px;
    }

    .dt_experience_wrap .main_title h2 {
        line-height: 70px;
    }

    .dt_experience_box h5 {
        font-size: 22px;
        line-height: 30px;
    }

    .dt_futuristic_solution .col-md-4 {
        width: 44%;
    }

    .dt_futuristic_solution .main_title {
        max-width: 670px;
    }

    .dt_futuristic_solution .main_title h2 {
        max-width: 610px;
        line-height: 70px;
    }

    .dt_futuristic_solution .main_title p:first-child {
        margin-bottom: 0px;
    }

    .dt_futuristic_solution .main_title p {
        max-width: 550px;
    }

    .dt_futuristic_solution .col-md-8 {
        width: 56%;
    }

    .dt_futuristic_solution .main_title .btn__grid {
        margin: 30px 0 0;
    }

    .main_footer {
        padding-top: 100px;
    }

    .media_icon ul li a {
        width: 60px;
        max-width: 60px;
        min-width: 60px;
        height: 60px;
        padding: 10px;
    }

    .media_icon ul li a img {
        min-height: 22px;
        height: 22px;
        max-height: 22px;
    }

    .footer-location {
        justify-content: space-between;
    }

    .footer-location a::after {
        top: 12px;
        right: -40%;
    }

    .footer-location a {
        padding: 10px 10px;
    }

    .footer_cols_wrap .row .col-md-3:nth-child(1) {
        width: 30%;
    }

    .footer_cols_wrap .row .col-md-3:nth-child(2) {
        width: 28%;
    }

    .footer_cols_wrap .row .col-md-3:nth-child(3) {
        width: 28%;
    }

    .footer_cols_wrap .row .col-md-3:nth-child(4) {
        width: 14%;
    }

    .foote_links {
        padding-left: 8px;
    }

    .footer_cols_wrap .row .col-md-3:nth-child(1) .foote_links {
        padding-left: 30px;
    }

    .copytight_wrap {
        padding: 15px 0px;
    }

    .rounded__score {
        font-size: 30px;
        line-height: 30px;
    }

    .dt_portfolio_wrap::before {
        width: 325px;
        height: 262px;
    }

    .portfolio_logo img {
        max-height: 45px;
    }

    .dt_futuristic_solution::before,
    .dt_futuristic_solution::after {
        width: 126px;
        height: 179px;
    }

    .dt_portfolio_content h4 {
        font-size: 25px;
    }

    .dt_capabilities_box h4 {
        font-size: 25px;
    }

    .dt_experience_icon {
        min-height: 80px;
        max-width: unset;
        margin-bottom: 15px;
    }

    .digitrend_col .row .col-md-3:nth-child(2) .dt_experience_icon {
        max-width: 240px;
    }

    .dt_subBanner_grid {
        min-height: 537px;
    }

    .dt_subBanner_content h1 {
        font-size: 50px;
        line-height: 66px;
    }

    .dt_fostering_culture {
        padding: 110px 0px;
    }

    .dt_fostering_culture .main_title p {
        max-width: 842px;
    }

    .dt_fostering_culture .row {
        align-items: center;
    }

    .dt_fostering_culture .row .col-md-7 {
        width: 57%;
    }

    .dt_fostering_culture .row .col-md-5 {
        width: 43%;
        padding-left: 18px;
        padding-top: 10px;
    }

    .twp_img_info {
        margin: 0 -17px;
    }

    .fostering_culture {
        height: 395px;
        padding: 0 17px;
    }

    .twp_img_info .fostering_culture:nth-child(1) .img_border {
        border-radius: 0px 90px 0 90px;
    }

    .twp_img_info .fostering_culture:nth-child(2) .img_border {
        border-radius: 90px 0px 90px 0px;
    }

    .twp_img_info .fostering_culture:nth-child(2) {
        margin-top: 110px;
        height: 438px;
    }

    .twp_img_info .fostering_culture:nth-child(2)::after {
        right: -27px;
        bottom: 32%;
    }

    .twp_img_info .fostering_culture:nth-child(1)::after {
        top: 46px;
        right: -75px;
        width: 73px;
        height: 80px;
    }

    .twp_img_info .fostering_culture:nth-child(1)::before {
        bottom: -53px;
        width: 72px;
        height: 78px;
        right: 37%;
    }

    .dt_fostering_culture .main_title {
        padding-bottom: 10px;
    }

    .dt_sw_wrap {
        padding: 118px 0;
        background-size: 330px;
        background-position-x: 98%;
    }

    .dt_sw_wrap .main_title p {
        max-width: 1430px;
        margin: 0 auto;
    }

    .counter-box {
        width: 299px;
        height: 299px;
        padding: 30px;
    }

    .count.percent,
    .count_title {
        font-size: 70px;
        line-height: 85px;
    }

    .counter-box p {
        line-height: 25px;
        font-size: 20px;
    }

    .dt_customers {
        padding: 105px 0;
    }

    .dt_customers .main_title {
        margin-bottom: 20px;
    }

    .dt_customers .main_title p {
        max-width: 1390px;
        margin: 0 auto 20px;
    }

    .dt_customers .main_title h2 {
        margin-bottom: 5px;
    }

    .dt_competencies {
        padding: 100px 0px;
    }

    .dt_competencies_box {
        padding: 30px 26px;
    }

    .dt_competencies_title h5 {
        font-size: 28px;
    }

    .dt_competencies .row {
        margin: -16px;
    }

    .dt_competencies .row .col-md-3 {
        padding: 16px;
    }

    .dt_competencies .row .col-md-3:nth-child(4) .dt_competencies_box {
        padding: 20px 18px;
    }

    .dt_competencies_title {
        min-height: 50px;
    }

    .profile_img {
        height: 410px;
    }

    .dt_our_leaders {
        padding: 110px 0px;
        background-size: 463px;
        background-position-y: -230px;
    }

    .dt_our_leaders .main_title {
        margin-bottom: 32px;
    }

    .team_slider .owl-dots {
        margin-top: 40px;
    }

    .dt_technology_partner {
        padding: 90px 0;
    }

    .dt_technology_slider .items {
        padding: 35px 11px;
    }

    .city_slider .items {
        padding: 35px 11px;
    }

    .tech_img {
        height: 128px;
    }

    .dt_technology_partner .main_title {
        margin-bottom: 12px;
    }

    .dt_technology_partner .main_title p {
        max-width: 1160px;
        margin: 0 auto;
    }

    .team_slider .owl-dots .owl-dot {
        width: 60px;
        margin: 0 10px;
    }

    .AI-page .dt_subBanner_img::after,
    .page-template-template-Industry-html .dt_subBanner_img::after,
    .page-template-template-AI .dt_subBanner_img::after {
        right: 10%;
        width: auto;
    }

    .page-template-template-blog-html .dt_subBanner_img::after {
        right: 10%;
        width: auto;
    }

    .dt_AI_service .main_title {
        margin-bottom: 55px;
    }

    .dt_AI_service .row {
        margin: -25px;
    }

    .dt_AI_service .row .col-md-4 {
        padding: 25px;
    }

    .AI_service_title h3 {
        font-size: 24px;
    }

    .AI_service_box {
        padding: 30px 10px 25px 25px;
    }

    .dt_AI_service .container {
        max-width: 1650px;
    }

    .AI_service_title {
        min-height: 72px;
        padding-bottom: 5px;
    }

    .profile_content {
        height: 100%;
    }

    .dt_Pplatform_wrap .row .col-md-4 {
        width: 40%;
    }

    .dt_Pplatform_wrap .row .col-md-8 {
        width: 60%;
    }

    .dt_Pplatform_wrap .main_title h2 {
        line-height: 70px;
    }

    .dt_logocricle {
        width: 367px;
        height: 367px;
        padding: 70px;
    }

    .log_cricle::before {
        width: 500px;
    }

    .dt_logos_wrap {
        min-height: 680px;
        max-width: 925px;
    }

    .log_cricle a {
        width: 100px;
        height: 100px;
        padding: 22px;
    }

    .dt_logos_wrap .social_logo:nth-child(1) {
        margin-bottom: -105px;
    }

    .dt_logos_wrap .social_logo:nth-child(3) {
        margin-top: -105px;
    }

    .dt_logos_wrap .social_logo:nth-child(1) .log_cricle:nth-child(1) {
        top: -160px;
    }

    .dt_logos_wrap .social_logo:nth-child(1) .log_cricle:nth-child(2) {
        top: -100px;
    }

    .dt_logos_wrap .social_logo:nth-child(1) .log_cricle:nth-child(3) {
        top: -40px;
    }

    .dt_logos_wrap .social_logo:nth-child(3) .log_cricle:nth-child(1) {
        bottom: -160px;
    }

    .dt_logos_wrap .social_logo:nth-child(3) .log_cricle:nth-child(2) {
        bottom: -100px;
    }

    .dt_logos_wrap .social_logo:nth-child(3) .log_cricle:nth-child(3) {
        bottom: -40px;
    }

    .log_cricle::after {
        height: 135px;
    }

    .log_cricle::before {
        width: 540px;
        right: 50px;
        bottom: -85px;
    }

    .dt_logos_wrap .social_logo:nth-child(3) .log_cricle::before {
        top: -85px;
    }

    .log_cricle::after {
        height: 165px;
    }

    .dt_Pplatform_wrap::after {
        top: 60px;
        width: 146px;
        height: 144px;
        right: 20%;
    }

    .dt_Pplatform_wrap .main_title::after {
        bottom: -230px;
        width: 146px;
        height: 144px;
        right: 35%;
    }

    .dt_built_wrap {
        padding: 100px 0;
    }

    .dt_team_wrap {
        padding: 110px 0;
    }

    .dt_team_wrap .main_title h2 {
        margin-bottom: 2px;
    }

    .dt_team_wrap .row {
        margin: -25px;
        justify-content: center;
    }

    .dt_team_wrap .row .col-md-3 {
        width: 25%;
        padding: 25px;
    }

    .team_profile_box .profile_img {
        height: 315px;
    }

    .team_profile_box .profile_content {
        padding: 15px 10px 20px 9px;
    }

    .team_profile_box ul li a img {
        width: 22px !important;
        height: 22px !important;
    }

    .dt_full_AIService {
        padding: 90px 0 0;
    }

    .dt_full_AIService .row {
        margin: 0 -80px;
    }

    .dt_full_AIService .row .col-md-6 {
        padding: 0 80px;
    }

    .dt_full_AIService .row .col-md-6:nth-child(1) {
        width: 52%;
    }

    .dt_full_AIService .row .col-md-6:nth-child(2) {
        width: 48%;
    }

    .service_acc_img {
        width: 250px;
    }

    .service_acc {
        width: calc(100% - 250px);
        padding-right: 50px;
    }

    .accordion_Tab .accordion-item h4 {
        font-size: 40px;
    }

    .dt_full_AIService .main_title p {
        max-width: 680px;
    }

    .AIService-img {
        position: absolute;
        bottom: 0;
        right: -70px;
    }

    .dt_full_AIService .main_title h2 {
        line-height: 70px;
    }

    .dt_full_AIService .main_title p:first-child {
        margin-bottom: 5px;
    }

    .dt_artifficial_intelligence {
        padding: 110px 0;
        background-position-y: -630px;
        background-size: 1647px;
    }

    .services_action::after {
        right: -6%;
        top: -150px;
    }

    .dt_artifficial_intelligence::before {
        left: -10px;
        bottom: -140px;
        width: 324px;
        height: 500px;
    }

    .DigiTrends_global::after {
        top: -32%;
        width: 439px;
        height: 700px;
    }

    .DigiTrends_global .dt_technology_slider .tech_img {
        height: 175px;
    }

    .DigiTrends_global .dt_technology_slider .tech_img img {
        height: 120px;
        min-height: 120px;
    }

    .DigiTrends_global .main_title {
        margin-bottom: 35px;
    }

    .DigiTrends_global .dt_technology_slider {
        margin-top: 60px;
    }

    .dt_FAQ_content {
        min-height: 894px;
        padding: 120px 0 30px;
    }

    .dt_FAQ_content .container {
        padding-left: 36%;
    }

    .dt_FAQ_content .main_title p:nth-child(1) {
        margin-bottom: 2px;
    }

    .dt_FAQ_content .main_title h2 {
        max-width: 885px;
        line-height: 70px;
        margin-bottom: 2px;
    }

    .dt_FAQ_content .main_title p {
        max-width: 830px;
    }

    .dt_FAQ_content .main_title {
        margin-bottom: 30px;
        text-align: left;
    }

    .dt_FAQ_content .accordion .accordion-item {
        padding-bottom: 32px;
        margin-bottom: 32px;
    }

    .dt_FAQ_content .accordion .accordion-item .accordion-button::after {
        width: 23px;
        height: 12px;
    }

    .dt_contact_wrap {
        padding: 90px 0 110px;
    }

    .dt_contact_bg {
        padding: 90px 50px 60px 100px;
    }

    .dt_contact_bg .main_title {
        background-position-x: 20%;
        max-width: 630px;
    }

    .dt_contact_bg .row {
        align-items: center;
    }

    .dt_contact_bg .main_title p:first-child {
        margin-bottom: 5px;
    }

    .dt_contact_bg .main_title h2 {
        margin-bottom: 10px;
        line-height: 70px;
    }

    .dt_contact_bg::before {
        left: 55px;
        top: 55px;
        width: 72px;
        height: 78px;
    }

    .dt_contact_bg .col-md-6:nth-child(1) {
        width: 47%;
    }

    .dt_contact_bg .col-md-6:nth-child(2) {
        width: 53%;
        padding-left: 20px;
    }

    .AIdev_img_grid .AI_dev_img:nth-child(1) {
        height: 460px;
        width: 37%;
    }

    .AIdev_img_grid .AI_dev_img:nth-child(2) {
        height: 562px;
        width: 63%;
    }

    .AIdev_img_grid::before {
        left: 26%;
        bottom: 8px;
        width: 43px;
        height: 66px;
    }

    .AIdev_img_grid::after {
        right: 22%;
    }

    .dt_contact_bg .main_title {
        background-position-x: 24%;
        background-size: 90px;
        padding-top: 55px;
    }

    .dt_Pplatform_wrap::before {
        top: -220px;
        height: 317px;
    }

    .dt_blog_grid {
        padding: 80px 0;
    }

    .new_portfolio_wrap {
        max-width: 1920px;
        margin: 0 auto;
    }

    .page-template-template-casestudy-listing-html .dt_portfolio_wrap {
        padding: 30px 0 90px;
    }

    .new_portfolio_content::after {
        width: 1036px;
        height: 1036px;
        right: -150px;
    }

    .new_portfolio3_wrap .container {
        width: 95%;
        max-width: 1750px;
    }

    .portfolio_cricle_grid {
        min-height: 600px;
        max-width: 880px;
        padding-right: 160px;
        background-position-x: 36%;
        background-position-y: 90%;
    }

    .portfolio_cricle_grid.portfolio_GB {
        padding-right: 20px;
        padding-left: 120px;
        padding-top: 0px;
        padding-bottom: 90px;
    }

    .new_portfolio3_wrap .portfolio_cricle_grid p {
        padding-right: 50px;
    }

    .new_portfolio4_bg .portfolio_cricle_grid {
        padding: 110px 30px !important;
        min-height: auto;
    }

    .new_portfolio4_bg .clients_img_title {
        background-size: 585px;
    }

    .new_portfolio4_wrap {
        padding: 90px 0;
    }

    .BeSmart_portfolio_wrap .row::after {
        left: 0px;
        top: -320px;
        width: 880px;
        height: 880px;
    }

    .BeSmart_portfolio_wrap::after {
        width: 312px;
        height: 267px;
    }

    .BeSmart_portfolio_wrap {
        padding-bottom: 20px;
        background-size: 325px;
        border-top: none;
    }

    .app_img {
        max-width: 524px;
        margin: 0 auto;
        padding: 0 40px;
    }

    .app_img::after {
        height: 524px;
        width: 524px;
        margin: 0 auto;
        right: 0;
        left: 0;
        bottom: -110px;
    }

    .page-template-template-casstudies-details-html .dt_subBanner_wrap .dt_subBanner_content h1 {
        max-width: 890px;
    }

    .key_objectsImg_cricle {
        width: 630px;
        height: 630px;
        padding: 25px;
    }

    .key_Objectives {
        padding: 50px 0 100px;
        background-size: 185px;
    }

    .key_Objectives::after {
        width: 108px;
        height: 150px;
    }

    .cricle_para::after {
        top: 35px;
        width: 450px;
    }

    .key_Objectives .main_title {
        margin-bottom: 50px;
    }

    .cricle_para {
        padding-top: 50px;
    }

    .cricle_number {
        font-size: 40px;
        box-shadow: 0 0 15px #ED1C2478 inset;
    }

    .object_numbers .d-flex {
        margin-bottom: 35px;
    }

    .key_Objectives .main_title {
        margin-bottom: 60px;
    }

    .key_Objectives .main_title::after {
        right: 18%;
        top: -50px;
        width: 196px;
        height: 167px;
    }

    .Results_Wrap .main_title h2 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .Results_Wrap::before {
        left: -130px;
        top: -190px;
        width: 899px;
        height: 818px;
    }

    .Results_Wrap .row .col-md-4 {
        width: 40%;
    }

    .Results_Wrap .row .col-md-8 {
        width: 60%;
    }

    .Results_dektop_slider .owl-nav {
        margin-top: 40px;
    }

    .key_Objectives .row article:nth-child(3) .object_numbers .d-flex p {
        max-width: 300px;
        margin-left: auto;
    }

    .porftolio_slider_new .porftolio_new_box .porftolio_new_IMG {
        max-width: 400px;
        height: 400px;
    }

    .main_title p {
        font-size: 22px;
    }

    p {
        font-size: 22px;
    }

    .dt_explore_content p {
        font-size: 22px;
    }

    .tab_grid .tab-content .tab-pane ul li p {
        font-size: 20px;
    }

    .blog_title_text h4 {
        font-size: 24px;
    }



    /* For devices ≥ 1700px */
}

@media only screen and (min-width: 1800px) {
    .menuLink .mega-menu-wrap>ul.mega-menu>li {
        margin: 0 8px !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>.mega-sub-menu>li {
        background-position-x: 110% !important;
        background-position-y: 190% !important;
    }

    .menuLink .mega-menu-wrap>ul.mega-menu>li>a.mega-menu-link .mega-indicator {
        width: 25px !important;
    }

    .main_header .container {
        padding: 0 60px;
    }

    .menuLink ul.menu>li {
        margin: 0 4px;
    }

    .menuLink ul.menu>li>a {
        padding: 25px 20px;
    }

    .menuLink ul.menu {
        padding-right: 30px;
    }

    .DigiTrends_global::after {
        top: -39%;
        height: 789px;
    }

    .dt_built_wrap .container {
        max-width: 1800px;
        width: 95%;
    }

    .tech_stack .nav .nav-item .nav-link {
        padding: 30px 10px;
    }

    .tech_stack .nav .nav-item .nav-link img {
        max-width: 90px;
    }

    .tech_stack .tab-content {
        margin-top: 50px;
    }

    .tech_stack .nav .nav-item .nav-link::after {
        bottom: -58px;
    }

    .dt_full_AIService::after {
        width: 116px;
        height: 495px;
        top: 30px;
        left: 20px;
    }
}

@media only screen and (min-width: 1910px) {
    .menuLink ul.menu {
        padding-right: 50px;
    }
}


@media (min-width:1281px) and (max-width:1599px) {
    p {
        font-size: 19px;
    }

    .dt_experience_box h5 {
        font-size: 20px;
    }

    .dt_explore_content p {
        font-size: 19px;
    }
}