@media(min-width:768px) {
    .tab-collapse-btn+.nav-tabs {
        display: flex;
    }

    .tab-collapse-btn+.pills-tab-wrapper .nav-pills {
        display: block;
    }

    /* Circle tab css */
    .circle-tab-wrappper .nav-tabs {
        position: relative;
        position: relative;
        margin: 16px auto;
        width: 800px;
        height: 800px;
        border-radius: 50%;
        background: transparent;
        border: none;
        transform: rotate(4.5deg);
    }

    .circle-tab-wrappper .nav-item {
        overflow: hidden;
        position: absolute;
        /* make sure top & left values are - the width of the border */
        /* the bottom right corner is the centre of the parent circle */
        top: -16px;
        right: 50%;
        bottom: 50%;
        left: -16px;
        background-color: transparent;
        transform-origin: 100% 100%;
        /* rotate by any angle */
        /* the skew angle is 90deg - the angle you want for the arc */
        transform: rotate(296deg) skewX(31deg);
    }

    .circle-tab-wrappper .nav-item:nth-child(2) {
        transform: rotate(-4deg) skewX(31deg);
    }

    .circle-tab-wrappper .nav-item:nth-child(3) {
        transform: rotate(56deg) skewX(31deg);
    }

    .circle-tab-wrappper .nav-item:nth-child(4) {
        transform: rotate(116deg) skewX(31deg);
    }

    .circle-tab-wrappper .nav-item:nth-child(5) {
        transform: rotate(176deg) skewX(31deg);
    }

    .circle-tab-wrappper .nav-item:nth-child(6) {
        transform: rotate(236deg) skewX(31deg);
    }

    .circle-tab-wrappper .nav-link {
        box-sizing: border-box;
        display: block;
        border: solid 170px rgba(152, 152, 152, 0.2);
        width: 200%;
        height: 200%;
        border-radius: 50%;
        transform: skewX(-31deg);
        content: '';
        background-color: transparent;
    }

    .circle-tab-wrappper .nav-link.active {
        border-color: #a80000;
    }

    .circle-tab-wrappper .nav-item:nth-child(1) .tab-link-text {
        transform: rotate(-296deg);
    }

    .circle-tab-wrappper .nav-item:nth-child(2) .tab-link-text {
        transform: rotate(4deg);

    }

    .circle-tab-wrappper .nav-item:nth-child(3) .tab-link-text {
        transform: rotate(-56deg);
    }

    .circle-tab-wrappper .nav-item:nth-child(4) .tab-link-text {
        transform: rotate(-116deg);
    }

    .circle-tab-wrappper .nav-item:nth-child(5) .tab-link-text {
        transform: rotate(-176deg);
    }

    .circle-tab-wrappper .nav-item:nth-child(6) .tab-link-text {
        transform: rotate(-236deg);
    }

    .nav-link-text {
        display: none;
    }

    .circle-tab-wrappper .tab-link-text {
        position: absolute;
        top: 40px;
        left: -80px;
    }

    .circle-tab-wrappper .tab-link-text .icon-wrap {
        opacity: 0.5;
        height: 90px;
        width: 90px;
        transition: all 300ms ease-in-out;
    }

    .circle-tab-wrappper .nav-link.active .icon-wrap {
        opacity: 1;
        transition: all 300ms ease-in-out;
    }

    .tab-link-text .icon-wrap img {
        max-width: 100%;
        max-height: 100%;
        transform: rotate(355.5deg);
    }

    .circle-tab-wrappper .circle-tab {
        position: relative;
    }

    .circle-tab-content {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 480px;
        height: 480px;
        border-radius: 50%;
        background: #fff;
        overflow: hidden;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        text-align: center;
        display: flex;
        align-items: center;
        padding: 20px 35px;
    }

    .circle-tab-wrappper {
        overflow: hidden;
    }

    .eng-dev-type-col:nth-child(2) .col-inner {
        width: calc(100% + 70px);
        transition: all 400ms ease-in-out;
        margin-left: -35px;
        margin-top: -50px;
        border: 1px solid #111111;
        z-index: 1;
        position: relative;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    }

    .eng-dev-type-col:nth-child(2) .title-wrapper {
        height: 190px;
        transition: all 400ms ease-in-out;
        padding-bottom: 30px;
    }

    .eng-dev-type-col:nth-child(2) .btn-wrap {
        padding-bottom: 80px;
        transition: all 400ms ease-in-out;
    }

    .service-deliver-col:not(:last-child) {
        border-right: none;
    }

    /* Circle tab css */

    .circle-case-tab .nav-item {
        overflow: hidden;
        position: absolute;
        top: -16px;
        right: 50%;
        bottom: 50%;
        left: -16px;
        background-color: transparent;
        transform-origin: 100% 100%;
    }

    .circle-case-tab .circle-tab-text {
        top: 80px;
        left: 90px;
        padding-left: 20px;
        max-width: 200px;
        position: absolute;
        width: 200px;

    }

    .circle-tab-svg {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
        height: 500px;
        width: 500px;
        border-radius: 50%;
        /* overflow: hidden; */
    }

    .circle-tab-svg .wheel-slice-single {
        overflow: hidden;
        position: absolute;
        top: -16px;
        right: 50%;
        bottom: 50%;
        left: -16px;
        background-color: transparent;
        transform-origin: 100% 100%;
    }

    .circle-tab-svg .wheel-slice-single .wheel-slice-inner {
        display: block;
        width: 200%;
        height: 200%;
        line-height: 1.9;
        text-align: center;
        border: 35px solid;
        border-radius: 50%;
        background-color: transparent;
    }

    .circle-tab-svg::before {
        content: '';
        position: absolute;
        width: 84%;
        height: 84%;
        border-radius: 50%;
        background-color: #f8f8f8;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);

    }

    .casestudy-circle-tab .circle-center-bg {
        background-color: #000;
        position: absolute;
        width: 36%;
        height: 36%;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        z-index: 1;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }

    .circle-case-tab {
        position: relative;
        min-height: 1000px;
    }

    .circle-case-tab .casestudy-circle-tab {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 950px;
        width: 950px;
        /* top: 60px; */
        top: 30px
    }

    .case-study-tab-content {
        margin-left: 40vw;
        opacity: 0;
        visibility: hidden;
        /* min-height: 1100px; */
        min-height: 980px;
    }

    .six-item-tab .casestudy-circle-tab .case-arrow-wrapper {
        left: 160px;
        top: 30px;
    }

    .seven-item-tab .casestudy-circle-tab .case-arrow-wrapper {
        left: 150px;
        top: 85px;
        max-width: 90px;
    }

    .seven-item-tab.circle-case-tab .circle-tab-text {
        top: 150px;
        left: 30px;
    }

    .eng-dev-content-wrapper {
        padding-top: 50px;
    }
}

@media(min-width:992px) {
    .blog-sidebar-col .blog-sidebar-inner {

        position: sticky;
        top: 100px;
    }

    .project-process-single .process-title-wrap {
        position: relative;
    }

    .project-process-single .process-title {
        z-index: 0;
        position: relative;
    }

    .project-process-wrapper .process-title-wrap::before {
        content: '';
        position: absolute;
        left: 0;
        top: -13px;
        bottom: 0;
        right: 0;
        background-color: #fff;
    }

    .project-process-row:nth-child(2) .process-anim-line2 {
        z-index: -1;
    }

    .brand-box-col {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media(min-width:1200px) {
    .hamburger-menu-mobile {
        display: none;
    }

    .associated-with-section .technology-icon-box-row .technology-icon-col {
        flex: 0 0 10%;
        max-width: 10%;
    }

    .infotech-section .icon-counter-box-row {
        height: 100%;
    }

    .infotech-section .icon-counter-box-row .col-inner {
        display: flex;
    }

    .infotech-section .icon-counter-box-row>div {
        height: calc(50% - 15px);
    }

    .infotech-section .icon-counter-box-row .icon-counter-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .infotech-section .talk-expert-form-wrapper .form-box-wrapper,
    .infotech-section .talk-expert-form-wrapper {
        height: 100%;
    }

    .navbar-nav .dropdown:hover .nav-link.down-arrow i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav .dropdown.default-dropdown .dropdown-menu {
        max-height: 400px;
        overflow-y: auto;
        overflow-x: visible;
    }

    .let-talk-content-col .col-inner {
        position: fixed;
        left: 0;
        top: 0;
        min-height: 100vh;
        max-height: 100vh;
        max-width: 50%;
        padding: 100px 60px 60px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
}

@media(min-width:1401px) {
    .benifits-text .benifit-title {
        font-size: 20px;
    }
}

@media(min-width:768px) and (max-width:1600px) {
    .circle-tab-wrappper .nav-tabs {
        width: 700px;
        height: 700px;
    }

    .circle-tab-wrappper .nav-link {
        border-width: 150px;
    }

    .circle-tab-wrappper .tab-link-text .icon-wrap {
        height: 75px;
        width: 75px;
    }

    .circle-tab-wrappper .tab-link-text {
        top: 34px;
        left: -66px;
    }



    .circle-tab-content {
        width: 420px;
        height: 420px;
    }

    .eng-dev-type-col:nth-child(2) .col-inner {
        width: calc(100% + 70px);
        transition: all 400ms ease-in-out;
        margin-left: -35px;
        margin-top: -30px;
        border: 1px solid #111111;
        z-index: 1;
        position: relative;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    }

    .eng-dev-type-col:nth-child(2) .col-inner .title-wrapper {
        height: 150px;
    }

    .eng-dev-type-col:nth-child(2) .col-inner .btn-wrap {
        padding-bottom: 60px;
    }

    .navbar-nav .btn {
        margin-left: 15px;
    }

}

@media(min-width:768px) and (max-width:1400px) {
    .circle-tab-wrappper .nav-tabs {
        width: 650px;
        height: 650px;
    }

    .circle-tab-wrappper .nav-link {
        border-width: 130px;
    }

    .circle-tab-wrappper .tab-link-text {
        top: 50px;
        left: -60px;
    }

    .circle-tab-wrappper .tab-link-text .icon-wrap {
        height: 65px;
        width: 65px;
    }


    .circle-tab-content {
        height: 405px;
        width: 405px;
    }

    .icon-wrap.review-img img {
        height: 25px;
    }
}

@media(max-width:1600px) {
    body {
        font-size: 16px;
    }

    .btn {
        font-size: 16px;
    }

    /* h1,
    .h1 {
        font-size: 52px;
    } */

    /* h2,
    .h2 {
        font-size: 42px;
    }

    h3,
    .h3 {
        font-size: 36px;
    }

    h4,
    .h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 22px;
    }

    .h6,
    h6 {
        font-size: 18px;
    } */

    .navbar-nav .btn {
        font-size: 16px;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container {
        max-width: 1260px;
        padding-left: 2rem;
        padding-right: 2rem;
    }



    .navbar-nav .nav-link.dropdown-toggle:not(.down-arrow)::before {
        top: calc(100% + 10px);
    }

    .top-blog-col .image-wrap {
        flex: 0 0 70px;
        max-width: 70px;
        height: 70px;
    }

    .top-blog-col .content-col {
        flex: 0 0 calc(100% - 70px);
        max-width: calc(100% - 70px);
    }

    .footer-menu li {
        margin-bottom: 15px;
    }

    .address-info-single {
        margin-bottom: 15px;
    }

    .intro-detail-wrapper {
        margin-bottom: 25px;
    }

    .services-slider {
        margin-left: calc(((100vw - 1260px)/2) + 15px);
    }

    .technology-tab .nav-link,
    .custom-tab-wrapper .nav-link {
        font-size: 18px;
    }

    .hire-dedicated-section .heading-wrapper p {
        font-size: 18px;
    }

    .hire-dedicated-section .ai-logo-wrap {
        max-width: 420px;
        /* bottom: 70px; */
    }

    .leadership-person-col .col-inner {
        height: 380px;
    }

    .insight-col-full .insight-card .insight-content-text {
        min-height: calc(300px + 15px);
    }

    .insight-card .insight-content-text {
        min-height: 300px;
    }

    .insight-card .content-text {
        margin-bottom: 20px;
    }

    .social-listing li a {
        height: 38px;
        width: 38px;
        font-size: 18px;
    }

    .blog-list-single .image-wrap {
        height: 430px;
    }

    .blog-info-col li {
        margin-right: 10px;
    }

    .blog-social-listing ul li {
        margin-right: 3px;
    }

    .custom-accordion .accordion-button {
        font-size: 22px;
    }

    .custom-tab-wrapper .nav-pills {
        flex: 0 0 350px;
        max-width: 350px;
    }

    .custom-tab-wrapper .pills-tab-wrapper .tab-content {
        flex: 0 0 calc(100% - 350px);
        max-width: calc(100% - 350px);
    }

    .tools-ico-col .col-inner .icon-wrap {
        height: 90px;
    }

    .left-info-label-list ul li {
        font-size: 24px;
    }

    .eng-dev-type-col .title-wrapper {
        height: 120px;
        padding: 30px;
    }

    .eng-dev-type-col .eng-dev-listing ul li,
    .left-info-label-list ul li {
        height: 95px;
    }

    .eng-dev-content-wrapper .left-info-label-col {
        padding-top: 120px;
    }

    .blog-top-section-wrapper .image-wrap {
        height: 430px;
    }

    .navbar-nav .dropdown.default-dropdown .dropdown-menu {
        left: 15px;
    }

    .service-deliver-col {
        min-height: 200px;
    }

    .overview-main-block .overview-title,
    h5.icon-text-title.review-font,
    .heading-wrapper.overview-title p {
        font-size: 24px;
    }

    .row.casestudy-detail-row .content-text {
        font-size: 22px;
    }

    .mega-dropdown-menu .container {
        max-width: 1450px;
    }


}

@media(max-width:1400px) {

    h1,
    .h1 {
        font-size: 35px;
    }

    h2,
    .h2 {
        font-size: 30px;
    }

    h3,
    .h3 {
        font-size: 25px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

    .h6,
    h6 {
        font-size: 16px;
    }

    header .main-header>.container {
        padding-left: 30px;
        padding-right: 30px;
    }

    body {
        font-size: 16px;
    }

    .btn {
        font-size: 16px;
    }

    .navbar-nav .btn {
        padding-left: 25px;
        padding-right: 25px;
    }

    .site-header .mega-dropdown-menu.dropdown-menu {
        left: -30px;
    }

    section {
        padding: 80px 0;
    }

    .go-to-link {
        padding-top: 60px;
    }

    section.banner-section {
        padding-bottom: 80px;
    }

    .services-slider-wrapper {
        padding: 80px 0;
    }

    .service-slide .slide-inner {
        padding: 0 10px;
    }

    .service-box-content .services-title-wrapper {
        margin-bottom: 25px;
    }

    .technology-tab .nav-link,
    .custom-tab-wrapper .nav-link {
        font-size: 20px;
    }

    .hire-dedicated-section .ai-logo-wrap {
        max-width: 380px;
        /* bottom: 72px; */
    }

    .heading-wrapper {
        margin-bottom: 80px;
    }

    /* .heading-wrapper p {
        font-size: 18px;
    } */

    section.brands-we-work-section {
        padding-bottom: 50px;
    }

    .insight-card .content-text,
    .insight-card .insight-small-title {
        margin-bottom: 20px;
    }

    .insight-card .image-wrap {
        height: 280px;
    }

    .custom-tab-wrapper .tab-content-wrapper {
        margin-top: 80px;
    }

    .hire-dedicated-section::before {
        top: 80px;
        height: calc(100% - 80px);
    }

    .insight-col-full .insight-card .insight-content-text {
        min-height: calc(280px + 15px);
    }

    .insight-card .insight-content-text {
        min-height: 280px;
    }

    .insight-col-full .insight-card .image-wrap {
        min-height: 280px;
    }

    .blog-list-single .image-wrap {
        height: 380px;
    }

    .blog-social-listing span {
        flex: 0 0 70px;
        max-width: 70px;
    }

    section {
        padding: 68px 0 80px;
    }

    .testimonial-section .heading-wrapper {
        padding-top: 68px;
    }

    .testimonial-section .heading-wrapper {
        padding-bottom: 170px;
    }

    .site-footer .footer-main {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .technology-we-use-section .heading-wrapper,
    .our-value-section .heading-wrapper {
        margin-bottom: 60px;
    }

    .form-control {
        font-size: 16px;
    }

    .custom-tab-wrapper .tab-content-wrapper {
        margin-top: 80px;
    }

    .service-we-offer-section.speciality-section .go-to-link {
        padding-top: 40px;
    }

    section.blog-section,
    section.equal-pd-section {
        padding-top: 80px;
    }

    .custom-accordion .accordion-button {
        font-size: 18px;
    }

    .custom-accordion .accordion-item {
        margin-bottom: 30px;
    }


    /* buf fix  */
    .services-icon-col .icon-box .icon-wrap {
        min-width: 30px;
        height: 30px;
    }

    /* end */
    .two-col-wrapper ul.list-unstyled li {
        margin-bottom: 30px;
    }

    .web-lang-box .icon-wrap {
        max-height: 160px;
    }

    /* section.web-dev-lang-section,
    section.web-dev-service-section {
        padding-bottom: 50px;
    } */

    .custom-tab-wrapper .nav-pills {
        flex: 0 0 320px;
        max-width: 320px;
    }

    .custom-tab-wrapper .pills-tab-wrapper .tab-content {
        flex: 0 0 calc(100% - 320px);
        max-width: calc(100% - 320px);
    }

    .custom-tab-wrapper .nav-pills .nav-link {
        padding: 17px 20px;
    }

    .eng-dev-content-wrapper .left-info-label-col {
        flex: 0 0 240px;
        max-width: 240px;
    }

    .eng-dev-content-wrapper .eng-dev-type-grid {
        flex: 0 0 calc(100% - 240px);
        max-width: calc(100% - 240px);
    }

    .eng-dev-type-col .title-wrapper .icon-wrap {
        flex: 0 0 50px;
        max-width: 50px;
        height: 50px;
    }

    .eng-dev-type-col .title-wrapper .eng-dev-title {
        flex: 0 0 calc(100% - 50px);
        max-width: calc(100% - 50px);
        padding-left: 16px;
    }

    .blog-top-section-wrapper .image-wrap {
        height: 380px;
    }


    /* Reduce spacing*/
    section {
        padding: 40px 0 50px;
    }

    section.banner-section {
        padding-bottom: 50px;
    }

    section.brands-we-work-section {
        padding-bottom: 20px;
    }

    .testimonial-section .heading-wrapper {
        padding-top: 40px;
    }

    section.testimonial-section,
    .associated-with-section,
    section.our-culture-section {
        padding-bottom: 30px;
    }

    .site-footer .footer-main {
        padding: 50px 0;
    }

    section.blog-section,
    section.equal-pd-section {
        padding-top: 50px;
    }

    /* Reduce spacing End*/
    .call-action-content-row .heading-wrapper {
        margin-bottom: 30px;
    }

    .call-action-content-row .go-to-link {
        padding-top: 30px;
    }

    .heading-wrapper {
        margin-bottom: 45px;
    }

    .go-to-link {
        padding-top: 50px;
    }

    .testimonial-section .heading-wrapper {
        padding-bottom: 135px;
    }

    .technology-we-use-section .heading-wrapper,
    .our-value-section .heading-wrapper {
        margin-bottom: 30px;
    }

    .service-we-offer-section.speciality-section .go-to-link {
        padding-top: 20px;
    }

    .two-col-section .two-col-wrapper>.row {
        margin-bottom: 60px;
    }

    section.web-dev-lang-section,
    section.web-dev-service-section {
        padding-bottom: 20px;
    }

    .related-blog-single .image-wrap {
        height: 200px;
    }

    .service-deliver-col .deliver-heading {
        margin-bottom: 15px;
    }

    .testimonial-video-text-col .testimonial-blocks-wrap {
        margin-top: 40px;
    }

    .case-study-tab-content {
        margin-left: 570px
    }

    .casestudy-circle-tab .nav-link .tab-title {
        font-size: 22px;
    }

    .row.casestudy-detail-row .content-text {
        font-size: 20px;
        /* display: flex; */
    }

    .casestudy-detail .col-sm-5.banner-media-col.stagger-anim {
        padding: 5px;
    }

    /* .content-wrapper {
        font-size: 18px;
    } */

    .overview-section .heading-wrapper {
        font-size: 24px;
    }

    .overview-main-block .overview-title,
    h5.icon-text-title.review-font,
    .heading-wrapper.overview-title p {
        font-size: 20px;
    }

    .portfolia-box {
        font-size: 14px;
    }

    .portfolio-info .image-wrap {
        border-radius: 50%;
        overflow: hidden;
        height: 70px;
        width: 42px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 70px;
        max-width: 70px;
    }

    .casestudy-detail-row .image-col .image-wrap {
        border-radius: 10px;
        overflow: hidden;
        padding: 0 80px;
    }

    section.nurture-benifits-section,
    section.eng-hire-dev-4-col-sec {
        padding-bottom: 20px;
    }

    .insight-col-full,
    .insight-col-half {
        max-height: 600px;
    }

    section.service-two-col-sec {
        padding-bottom: 20px;
    }

    .banner-full-width {
        height: 380px;
    }

    .service-accordion .card-header .btn {
        font-size: 20px;
    }
}

@media(max-width:1365px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 14px;
    }

    .navbar-nav .btn {
        margin-left: 15px;
    }

    .navbar-brand {
        max-width: 160px
    }

    .scrolled .navbar-brand {
        max-width: 140px;
    }

    .services-slider-wrapper .services-imageslider {
        width: 450px;
    }

    .services-slider {
        margin-left: 100px;
    }

    .technology-tab .nav-item {
        flex: auto;
    }

    .blog-listing-row .blog-sidebar-col {
        padding-left: 50px;
    }

    .casestudy-single-col .casestudy-link {
        bottom: 10px;
    }

    .casestudy-single-col .casestudy-content .content-text {
        margin-top: 10px
    }

    .project-process-inner {
        padding-right: 370px;
    }

    .project-process-row:first-child .project-process-single:last-child {
        right: -10px
    }

    .team-quotes .image-wrap {
        height: 60px;
        width: 60px;
    }

    .let-talk-content-col .team-quotes-wrap {
        margin-top: 30px;
    }
}

@media(max-width:1199px) {

    #humbergerMenu.humberger-menu.navbar-collapse {
        display: none !important;
    }

    .site-header .mega-dropdown-menu.dropdown-menu {
        display: none;
        padding: 0 !important;
    }

    .mega-dropdown-menu .dropdown-inner {
        border: none !important;
        max-height: 100%;
        overflow: hidden;
    }

    .site-header .mega-dropdown-menu.dropdown-menu.show {
        display: block;
    }

    .mega-dropdown-menu .dropdown-inner {
        padding: 20px 0;
    }

    .mega-drodown .nav-link.dropdown-toggle:not(.down-arrow)::before {
        display: none;
    }

    .mega-drodown .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu-inner-listing {
        margin-left: -10px;
        margin-right: -10px;
    }

    .menu-inner-listing .menu-list-single {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }

    .menu-inner-listing .menu-title {
        font-size: 16px;
    }

    .menu-inner-listing ul a {
        font-size: 14px;
    }

    .menu-inner-listing ul li {
        margin-bottom: 5px;
    }

    .humberger-menu.navbar-collapse .navbar-nav .hamburger-menu-mobile {
        padding: 0;
    }

    .humberger-menu.navbar-collapse>.navbar-nav {
        max-height: calc(100vh - 110px);
        overflow-y: auto;
    }

    .main-header .main-logo {
        display: flex;
    }

    .heading-wrapper p {
        max-width: 100%;
    }

    .hire-dedicated-section::before {
        /* clip-path: polygon(0px 10vw,100% 0%,100% calc(100% - 10vw),0 100%);
        -webkit-clip-path: polygon(0px 10vw,100% 0%,100% calc(100% - 10vw),0 100%); */

    }

    .technology-icon-box-row .technology-icon-col {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .infotech-section .heading-wrapper p {
        max-width: 100%;
    }

    .blog-listing-row .blog-sidebar-col {
        padding-left: 15px;
    }

    .brand-box-col .col-inner .brand-logo {
        padding: 35px;
    }

    header .search-box {
        margin-left: auto;
    }

    .search-popup .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .service-deliver-col {
        min-height: 180px;
    }

    .circle-case-tab .casestudy-circle-tab {
        height: 800px;
        width: 800px;
    }

    .circle-tab-svg {
        height: 350px;
        width: 350px;
    }

    .circle-tab-svg .wheel-slice-single .wheel-slice-inner {
        border-width: 25px;
    }

    .casestudy-circle-tab .case-arrow-wrapper {
        left: 100px;
        top: 10px;
        max-width: 70px;
    }

    .case-study-tab-content {
        margin-left: 470px
    }

    .case-study-tab-content .tab-pane,
    .case-study-tab-content .tab-content {
        padding: 30px;
    }

    .case-study-tab-content {
        min-height: 900px;
    }

    .casestudy-content .sub-title,
    .casestudy-single-col .casestudy-content .content-text {
        font-size: 14px
    }

    .casestudy-single-col .round-arrow-link {
        height: 40px;
        width: 40px;
        font-size: 20px;
    }

    .casestudy-content .content-text p {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .casestudy-single-col .slide-inner {
        padding-bottom: 120%;
    }

    .casestudy-single-col .slide-inner:hover .casestudy-content {
        padding-bottom: 60px;
    }

    .casestudy-circle-tab .circle-center-bg {
        width: 30%;
        height: 30%;
    }

    .circle-case-tab .casestudy-circle-tab {
        height: 700px;
        width: 700px;
    }

    .circle-tab-svg {
        height: 280px;
        width: 280px;
    }

    .casestudy-circle-tab .case-arrow-wrapper {
        left: 80px;
        top: 20px;
        max-width: 50px;
    }

    .circle-tab-svg .wheel-slice-single .wheel-slice-inner {
        border-width: 22px;
    }

    .circle-tab-svg::before {
        width: 90%;
        height: 90%;
    }

    .case-study-tab-content {
        margin-left: 390px;
    }

    .circle-case-tab {
        min-height: 100%;
    }

    .case-study-tab-content {
        min-height: 760px
    }

    .project-process-inner {
        padding-left: 80px;
        padding-right: 320px;
    }

    .process-circle-inner {
        height: 320px;
        width: 320px;
        margin: 20px;
    }

    .development-process-circle {
        height: 360px;
        width: 360px;
    }

    .project-process-row:first-child .project-process-single:last-child {
        right: -20px;
        top: -30px
    }

    .dev-process-inner span.process-title {
        left: -70px;
        top: 0px;
        font-size: 11px
    }

    .project-process-wrapper {
        max-width: 911px;
    }

    .project-process-single .process-anim-line,
    .project-process-single .process-anim-line2,
    .project-process-single .process-anim-line3 {
        width: 70%;
    }

    .dev-process-single .dev-process-inner {
        border-width: 100px;
    }

    .seven-item-tab .casestudy-circle-tab .case-arrow-wrapper {
        left: 0px;
        top: 105px;
        max-width: 60px;
    }

    .row .services-menu-list,
    .row .model-menu-list {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .menu-inner-listing {
        padding-left: 0;
        padding-right: 0;
    }

    .services-menu-list .menu-inner-listing .menu-list-single {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row .services-menu-list,
    .row .model-menu-list {
        border-right: none;
        border-bottom: 1px dashed #ccc;
        margin-bottom: 20px;
        border-left: none;
    }

    .project-process-row:nth-child(2) .project-process-single:last-child .process-anim-line {
        width: calc(100% + 10px);
    }

    .navbar-nav .dropdown.default-dropdown .dropdown-menu {
        left: 0;
    }

    .let-talk-content-col .col-inner {
        padding-top: 100px;
    }

    .image-col .image-wrap img {
        max-height: 430px;
    }

    .bookclub-process-col .col-inner {
        margin-left: 20px;
        margin-right: 20px;
    }

    .book-list-single .image-wrap {
        height: 25vw;
    }

}

@media(max-width:991px) {

    .footer-main .footer-col {
        margin-bottom: 40px;
    }

    .copyright-text {
        text-align: center;
    }

    .footer-bottom .bottom-menu-col {
        margin-bottom: 10px;
        text-align: center;
    }

    .footer-main .footer-col:last-child {
        margin-bottom: 0;
    }

    header .navbar {
        padding: 20px 0;
    }

    .site-content section:first-child {
        padding-top: 80px;
    }

    .services-slider-wrapper .services-imageslider {
        width: 300px;
    }

    .technology-tab .nav-link,
    .custom-tab-wrapper .nav-link {
        font-size: 18px;
    }



    .blog-list-single .image-wrap {
        height: 50vw;
    }

    .blog-listing-row .blog-sidebar-col {
        margin-top: 50px;
    }

    .banner-media-wrap .video-player iframe {
        pointer-events: inherit;
    }

    .custom-tab-wrapper .nav-pills {
        flex: 0 0 290px;
        max-width: 290px;
    }

    .custom-tab-wrapper .pills-tab-wrapper .tab-content {
        flex: 0 0 calc(100% - 290px);
        max-width: calc(100% - 290px);
    }

    .eng-dev-content-wrapper .left-info-label-col {
        display: none;
    }

    .eng-dev-content-wrapper .eng-dev-type-grid {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-banner-section .banner-media-wrap {
        padding-bottom: 60%;
    }

    .search-popup .search__input,
    .search-popup #typedtext {
        font-size: 65px;
    }

    .icon-text-box.col-inner.industry-we-build-text-box {
        padding: 10px;
    }

    .industry-icon-center {
        margin-bottom: 10px;
    }

    .industry-smaller-font {
        font-size: 16px;
    }

    .industry-responsive-col {
        max-width: 25%;
        flex: auto;
    }

    .hate-filling-content-listing .filling-form-col {
        margin-bottom: 20px;
    }

    .casestudy-circle-tab .content-text,
    .casestudy-circle-tab .content-text p {
        font-size: 14px
    }

    .casestudy-circle-tab .nav-link .tab-title {
        font-size: 20px;
    }

    .circle-tab-text .icon-wrap {
        max-width: 30px;
    }

    .casestudy-circle-tab .nav-link {
        padding-left: 45px;
    }

    .project-process-inner {
        display: flex;
        flex-wrap: wrap;
        padding: 0
    }

    .project-process-inner .project-process-row {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .project-process-inner .project-process-single {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .project-process-inner {
        flex-direction: row-reverse;
        position: relative;
        padding-top: 150px;
        padding-bottom: 350px;
    }

    /* .project-process-row:first-child .project-process-single:first-child
    {
        position: absolute;
        left: 50%;
        top:-100px;
        transform: translateX(-50%);
    } */

    .project-process-row {
        position: static;
    }

    .project-process-row:first-child .project-process-single:last-child {
        left: 50%;
        height: auto;
        bottom: 10px;
        top: auto;
        transform: translateX(-50%);
        max-height: unset;
        width: 360px;
    }

    .project-process-single .icon-wrap {
        height: 65px;
        width: 65px;
        padding: 15px
    }

    .project-process-wrapper .project-process-inner .project-process-row {
        flex-wrap: nowrap;
        flex-direction: column;
        height: 100%;
    }

    .project-process-wrapper .project-process-row:nth-child(2) {
        flex-direction: column-reverse;
    }

    .project-process-row:nth-child(2) .project-process-single:last-child {
        left: 50%;
        transform: translateX(-50%);
        top: 0
    }

    .project-process-single .icon-wrap {
        margin-bottom: 10px;
    }

    .project-process-inner {
        max-width: 400px;
        margin: 0 auto;
    }

    .development-process-circle {
        transform: rotate(90deg);
    }

    .project-process-single .process-anim-line {
        transform: rotate(90deg);
        left: 50%;
        height: 5px;
        top: calc(100% - 85px);
        width: calc(100% - 100px);
    }

    .project-process-row:nth-child(2) .process-anim-line {
        left: 1px;
        top: auto;
        bottom: -20px
    }

    .project-process-row:nth-child(1) .project-process-single:last-child .process-anim-line {
        top: -28%;
        left: 78%;
    }

    .project-process-row:nth-child(2) .project-process-single:last-child .process-anim-line {
        right: calc(100% + 48px);
        left: auto;
        width: calc(100% + 46px);
    }

    .pointer-box-col:nth-last-child(3) {
        margin-bottom: 30px;
    }

    .project-process-inner .project-process-single {
        min-height: 170px;
        height: 170px
    }

    .project-process-row:nth-child(2) .project-process-single:last-child {
        height: 170px;
        align-items: flex-start;
    }

    .project-process-row:nth-child(2) .project-process-single:last-child .process-anim-line {
        width: 100%;
        top: 28px;
        transform: rotate(-180deg);
        left: -50%;
    }


    .casestudy-detail-row .image-col .image-wrap {
        border-radius: 10px;
        overflow: hidden;
        padding: 0 50px;
    }


    /* changes  */
    .project-process-row:nth-child(2) .project-process-single:last-child {
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
    }

    .development-process-single .development-process-circle {
        display: none;
    }

    .project-process-row:first-child .project-process-single:last-child {
        width: auto;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        right: auto;
        bottom: auto;
    }

    .development-process-title {
        position: static;
        transform: none;
    }

    .development-process-title .icon-wrap {
        background-color: #E9ECEF;
    }

    .development-process-title .icon-wrap::before {
        content: '';
        height: 110%;
        width: 110%;
        border-radius: 50%;
        border: 5px solid #FFFFFF;
        box-shadow: 0px 0px 3.82168px rgba(0, 0, 0, 0.25);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: block;
    }

    .project-process-row:nth-child(1) .project-process-single:last-child .process-anim-line {
        display: block;
        width: 100%;
        top: 28px;
        left: 50%;
    }

    .project-process-row:nth-child(2) .process-anim-line {
        top: 0;
        bottom: auto;
    }

    .project-process-single .process-title {
        margin-bottom: 0;
    }

    .project-process-row:nth-child(2) .project-process-single:last-child .process-anim-line2,
    .project-process-row:nth-child(2) .project-process-single:last-child .process-anim-line3 {
        display: none;
    }

    .project-process-inner {
        padding-bottom: 0;
        padding-top: 0;
    }

    .icon-mobile {
        display: block;
    }

    .icon-desktop {
        display: none;
    }

    .project-process-single .icon-wrap {
        z-index: auto;
    }

    .development-process-title .project-process-tooltip {
        left: -170px;
        min-width: 300px;
    }

    .project-process-wrapper .process-title-wrap {
        position: relative;
    }

    .project-process-single .process-title {
        z-index: 0;
        position: relative;
    }

    .project-process-wrapper .process-title-wrap::before {
        content: '';
        position: absolute;
        left: 0;
        top: -5px;
        bottom: 0;
        right: 0;
        background-color: #fff;
    }

    .row1 .project-process-wrapper .process-title-wrap::before {
        top: 0;
    }

    .row2 .project-process-single:first-child .icon-wrap {
        z-index: 1;
    }

    /* changes  End*/
    .lets-talk-popup .image-col .image-wrap {
        width: 100%;
        position: static;
        max-height: 40vh;
        min-height: 40vh;
    }

    .lets-talk-popup .image-col {
        order: 2;
    }

    .lets-talk-popup .form-col {
        min-height: auto;
    }

    .our-story-list-single .col-inner .our-story-image {
        min-height: 300px;
    }

    .future-sub-col {
        margin-bottom: 30px;
    }

    .future-sub-col:last-child {
        margin-bottom: 0;
    }

    .col-12 .our-story-image .image-wrap {
        max-height: 100%;
        height: 100%;
    }

    .col-12 .our-story-image img {
        max-width: 100%;
        width: auto;
        height: auto;
        max-height: 100%;
    }

    .col-12 .our-story-image .image-wrap {
        padding: 20px;
    }

    .our-story-list-single.half-width .col-inner .our-story-image {
        height: 60vw;
        min-height: auto;
    }

    .development-process-single .project-process-tooltip {
        display: block
    }

    .approach-single:nth-child(odd) .process-title-wrap {
        height: 90px;
    }

    .approach-single:nth-child(odd) {
        padding-top: 100px;
    }

    .site-content section.banner-full-width:first-child {
        padding-top: 120px;
    }
}

@media(max-width:767px) {



    .testimonial-slider-row .slick-dots {
        top: calc(96% + 30px);
    }

    h1,
    .h1 {
        font-size: 30px;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    section {
        padding: 60px 0;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    header .main-header>.container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .icon-box-form-row .form-wrapper {
        margin-top: 30px;
    }

    .talk-expert-form-wrapper .form-group {
        margin-bottom: 20px;
    }

    .services-slider {
        margin-left: 40px;
    }

    .services-slider-wrapper {
        padding: 60px 0;
    }

    .service-we-offer-section .heading-wrapper {
        margin-bottom: 50px;
    }

    .service-box-content {
        padding: 30px 30px 80px;
    }

    .services-title-wrapper .icon-wrap {
        flex: 0 0 45px;
        max-width: 45px;
    }

    .services-title-wrapper .h4 {
        flex: 0 0 calc(100% - 45px);
        max-width: calc(100% - 45px);
    }

    section.hire-dedicated-section {
        padding-bottom: 300px;
    }

    .hire-dedicated-section .ai-logo-wrap {
        bottom: 5vw;
    }

    .heading-wrapper {
        margin-bottom: 60px;
    }

    .tab-collapse-btn {
        display: block;
    }

    .nav-tabs {
        display: block;
    }

    .technology-tab .nav-tabs,
    .custom-tab-wrapper .nav-tabs,
    .circle-tab .nav-tabs,
    .custom-tab-wrapper .nav-pills {
        border-bottom: none;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        overflow: hidden;
    }

    .technology-tab .nav-item,
    .custom-tab-wrapper .nav-item,
    .circle-tab .nav-item {
        text-align: left;

    }

    .technology-tab .tab-collapse-btn,
    .custom-tab-wrapper .tab-collapse-btn,
    .circle-tab .tab-collapse-btn {
        width: 100%;
        text-align: left;
        position: relative;
        margin-bottom: 20px;
    }

    .technology-tab .tab-collapse-btn::before,
    .custom-tab-wrapper .tab-collapse-btn::before,
    .circle-tab .tab-collapse-btn::before {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px
    }

    .technology-tab .nav-link,
    .custom-tab-wrapper .nav-link,
    .circle-tab .nav-link {
        font-size: 16px;
    }

    .custom-tab-wrapper .nav-pills .nav-link {
        padding: 14px 0;
        color: #4d4d4d;
    }

    .custom-tab-wrapper .nav-pills .nav-link.active {
        color: #303030;
    }

    .technology-tab .nav-item,
    .custom-tab-wrapper .nav-item,
    .custom-tab-wrapper .nav-pills .nav-item {
        padding: 0 20px
    }

    .custom-tab-wrapper .nav-pills .nav-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* .heading-wrapper p {
        font-size: 18px;
    } */

    .content-col {
        margin-top: 30px;
    }

    .testimonial-main-block .card-title {
        margin-bottom: 15px;
    }

    .testimonial-main-block .card-text {
        margin-bottom: 20px;
    }

    .testimonial-video-col {
        margin-top: 30px;
    }

    .insight-col-full {
        margin-bottom: 30px;
    }

    .insight-col-half .insight-card {
        height: auto;
    }

    .insight-card .image-wrap {
        height: 250px;
    }

    .image-col .image-wrap img {
        width: 100%;
    }

    .two-col-wrapper .content-col .title-wrap {
        margin-bottom: 25px;
    }

    .custom-tab-wrapper .tab-content-wrapper {
        margin-top: 60px;
    }

    .custom-tab-wrapper .tab-content-wrapper {
        margin-top: 30px;
    }

    .custom-tab-wrapper .title-small {
        margin-bottom: 20px;
    }

    .leadership-person-col .col-inner {
        height: 58vw;
    }

    .hire-dedicated-section::before {
        top: 60px;
        height: calc(100% - 60px);
        transform: skewY(-6deg);
    }

    .insight-col-full .insight-card .insight-content-text,
    .insight-card .insight-content-text {
        min-height: unset;
    }

    .insight-col-full .insight-card .top-image-wrap {
        height: auto;
    }

    .insight-col-full .insight-card .image-wrap {
        height: 250px;
        min-height: unset;
    }

    .blog-list-single .blog-details-wrap,
    .blog-list-single .blog-title,
    .blog-list-single .blog-detail-text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog-list-single {
        margin-bottom: 30px;
    }

    .pagination .page-link {
        height: 40px;
        width: 40px;
    }

    .pagination .page-item {
        margin-right: 10px;
    }

    section.banner-section {
        padding-bottom: 60px;
    }

    section {
        padding: 55px 0 60px;
    }

    .service-we-offer-section .heading-wrapper {
        margin-bottom: 60px
    }

    .our-work-section .go-to-link {
        padding-top: 30px;
    }

    section.testimonial-section,
    .associated-with-section,
    section.our-culture-section {
        padding-bottom: 30px;
    }

    section.blog-section,
    section.equal-pd-section {
        padding-top: 60px;
    }

    .service-banner-section .talk-expert-form-wrapper {
        margin-left: 0;
    }

    .service-banner-section .form-wrapper {
        margin-top: 30px;
    }

    .circle-tab .tab-collapse-btn {
        width: 100%;
    }

    .circle-tab .tab-link-text .icon-wrap {
        height: 40px;
        width: 40px;
        opacity: 0.5;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: all 300ms ease-in-out;
    }

    .circle-tab .tab-link-text .icon-wrap img {
        max-width: 100%;
        max-height: 100%;
    }

    .circle-tab .tab-link-text {
        position: relative;
        padding-left: 55px;
        min-height: 50px;
        display: flex;
        align-items: center;
        color: #4d4d4d;
        font-size: 18px;
        transition: all 300ms ease-in-out;
    }

    .circle-tab .nav-tabs .nav-link {
        padding-left: 30px;
        padding-right: 30px;
    }

    .circle-tab .nav-tabs .nav-link.active {
        background-color: #a80000;
        color: #fff;
    }

    .circle-tab .nav-tabs .nav-link.active .tab-link-text {
        color: #fff;
        transition: all 300ms ease-in-out;
    }

    .circle-tab .nav-tabs .nav-link.active .icon-wrap {
        transition: all 300ms ease-in-out;
        opacity: 1;
    }

    .circle-tab .tab-content,
    .technology-tab .tab-content {
        margin-top: 30px;
    }

    .custom-tab-wrapper .content-col {
        margin-top: 0;
    }

    .circle-tab .tab-collapse-btn .tab-link-text {
        color: #fff;
    }

    .circle-tab .tab-collapse-btn .icon-wrap {
        opacity: 1;
    }

    .two-col-section .two-col-wrapper>.row {
        margin-bottom: 50px;
    }

    .services-section.two-col-section .two-col-wrapper>.row {
        margin-bottom: 50px;
    }

    .services-section.two-col-section .two-col-wrapper>.row:last-child {
        margin-bottom: 0;
    }

    .alternate-col-wrapper .row .content-col {
        order: 2;
    }

    .alternate-col-wrapper .row .image-col {
        order: 1;
    }

    .two-col-section .services-btn-col {
        order: 3;
    }

    .service-model-row .image-col {
        display: block;
    }

    .two-col-wrapper ul.list-unstyled li {
        margin-bottom: 20px;
    }

    .circle-tab .tab-collapse-btn {
        border-radius: 50px;
    }

    .web-lang-box .icon-wrap {
        max-height: 110px;
    }

    /* section.web-dev-lang-section {
        padding-bottom: 30px;
    } */
    section.web-dev-lang-section {
        padding-bottom: 10px;
    }

    section.web-dev-service-section {
        padding-bottom: 40px;
    }

    .service-simple-box-row .service-box-content .services-title-wrapper {
        margin-bottom: 20px;
    }

    .custom-tab-wrapper .nav-pills,
    .custom-tab-wrapper .pills-tab-wrapper .tab-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }

    .pills-tab-wrapper {
        flex-wrap: wrap;
    }

    .custom-tab-wrapper .nav-pills .nav-link::before {
        display: none;
    }

    .eng-dev-type-grid .eng-dev-type-col {
        margin-bottom: 30px;
    }

    .eng-dev-type-grid .eng-dev-type-col:last-child {
        margin-bottom: 0;
    }

    .eng-dev-type-col .title-wrapper,
    .eng-dev-type-col .eng-dev-listing ul li,
    .left-info-label-list ul li {
        height: auto;
    }

    .eng-dev-type-col .title-wrapper,
    .eng-dev-type-col .eng-dev-listing ul li {
        padding: 20px;
    }

    .blog-detail-image-text .image-grid-wrap .image-col {
        margin-bottom: 20px;
    }

    /* Reduce spacing End*/
    .banner-section .section-inner {
        padding-top: 40px;
    }

    section.banner-section {
        padding-bottom: 40px;
    }

    section {
        padding: 30px 0 40px;
    }

    section.testimonial-section,
    .associated-with-section,
    section.our-culture-section {
        padding-bottom: 20px;
    }

    .site-footer .footer-main {
        padding: 40px 0;
    }

    section.blog-section,
    section.equal-pd-section {
        padding-top: 40px;
    }

    /* Reduce spacing End*/
    .technology-icon-col .icon-box .icon-wrap {
        padding: 20px;
    }

    .banner-caption .banner-title {
        margin-bottom: 20px;
    }

    .heading-wrapper {
        margin-bottom: 35px;
    }

    .heading-wrapper h2 {
        margin-bottom: 20px;
    }

    .icon-counter-box-row>div {
        margin-bottom: 20px;
    }

    .service-we-offer-section .heading-wrapper,
    .technology-we-use-section .heading-wrapper,
    .our-value-section .heading-wrapper {
        margin-bottom: 35px;
    }

    .task-box-wrapper .task-box-col:last-child,
    .task-box-wrapper .task-box-col:nth-last-child(2),
    .icon-box-form-row .icon-counter-box-row>div:last-child,
    .icon-box-form-row .icon-counter-box-row>div:nth-last-child(2) {
        margin-bottom: 20px;
    }

    .our-work-section .go-to-link {
        padding-top: 50px;
    }

    .testimonial-section .heading-wrapper {
        padding-bottom: 125px;
    }

    .related-blog-wrapper {
        padding-top: 80px;
    }

    section.newsletter-signup-section {
        padding: 60px 0;
    }

    .search-popup .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .search-popup .search__input,
    .search-popup #typedtext {
        font-size: 56px;
    }

    .we-deliver-row .title-col br {
        display: none;
    }

    .counter-box-col .row {
        margin: 0;
    }

    .service-deliver-col:first-child {
        border-bottom-left-radius: 0;
    }

    .service-deliver-col:last-child {
        border-top-right-radius: 0;
    }

    .service-deliver-col:nth-child(2) {
        border-top-right-radius: 10px;
    }

    .service-deliver-col:nth-last-child(2) {
        border-bottom-left-radius: 10px;
    }

    .we-deliver-row .title-col h2 {
        margin-bottom: 20px;
    }

    .hire-developer-row .content-col {
        order: 2;
    }

    .testimonial-video-text-col .testimonial-blocks-wrap {
        margin-top: 20px;
    }

    .testimonial-video-text-col .testimonial-video-col {
        margin-top: 0;
    }

    .testimonial-video-text-wrapper .testimonial-video-text-col {
        margin-bottom: 20px;
    }

    .testimonial-video-text-wrapper .testimonial-video-text-col:last-child {
        margin-bottom: 0;
    }

    .industry-responsive-col {
        max-width: 33%;
        flex: auto;
    }

    .call-support-row-wrap .on-call-col {
        margin-bottom: 20px
    }

    .circle-case-tab .nav-item {
        transform: none !important;
    }

    .circle-tab-svg {
        display: none;
    }

    .casestudy-circle-tab .circle-center-bg,
    .case-study-tab-content .back-btn-wrapper {
        display: none;
    }

    .circle-case-tab .casestudy-circle-tab {
        width: 100%;
        height: auto;
        padding-left: 20px;
        padding-right: 20px
    }

    .casestudy-circle-tab .content-text,
    .casestudy-circle-tab .readMore-btn {
        display: none;
    }

    .casestudy-circle-tab .nav-tabs {
        border-bottom: none;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        overflow: hidden;
    }

    .casestudy-circle-tab .nav-tabs .nav-link {
        width: 100%;
        text-align: left;
        margin-bottom: 0;
    }

    .casestudy-circle-tab .nav-link .tab-title {
        font-size: 16px;
    }

    .casestudy-circle-tab .circle-tab-text {
        padding-left: 30px;
        padding-right: 30px;
    }

    .casestudy-circle-tab .circle-tab-text {
        padding: 10px 30px;
    }

    .casestudy-circle-tab .tab-collapse-btn {
        width: 100%;
        text-align: left;
        position: relative;
        margin-bottom: 20px;
        border-radius: 50px;
    }

    .casestudy-circle-tab .tab-collapse-btn::before {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
    }

    .casestudy-circle-tab .tab-collapse-btn .circle-tab-text {
        position: relative;
        padding-left: 45px;
    }

    .case-study-tab-content {
        margin-left: 0;
    }

    .case-study-tab-content .tab-content {
        padding: 30px 20px;
    }

    .case-study-tab-content .tab-pane {
        top: 0
    }

    .testimonial-main-block.testimonial-slider-row {
        background-color: #fff;
        padding-bottom: 70px;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
    }

    .testimonial-slider-row .slick-arrow {
        bottom: 0;
        left: calc(50% + 10px);
        transform: translateY(-50%);
        right: auto
    }

    .testimonial-slider-row .slick-arrow.slick-prev {
        left: calc(50% - 60px);
    }

    .project-process-tooltip {
        font-size: 14px;
        min-width: 200px;
    }

    .pointer-box-col,
    .pointer-box-col:nth-last-child(2),
    .pointer-box-col:nth-last-child(3) {
        margin-bottom: 20px;
    }

    .casestudy-detail .col-sm-5.banner-media-col.stagger-anim {
        padding: 20px;
    }

    .result-model-row.content-col {
        margin-top: 0px !important;
    }

    .modal-dialog {
        margin: 20px;
    }

    .modal-body {
        padding: 0 1rem !important;
    }

    .col-sm-6.outcome-icon-box-col {
        margin-bottom: 20px;
    }

    .overview-section ul.list-unstyled {
        font-size: 16px;
    }

    .row.result-model-row.justify-content-center {
        padding: 15px;
    }

    .business-box-col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .business-container {
        display: flex;
    }

    .casestudy-detail-row .image-col .image-wrap {
        border-radius: 10px;
        overflow: hidden;
        margin: 30px 20px 30px;
        padding: 0 20px;
    }

    .casestudy-detail .image-col .image-wrap img {
        width: 20%;
    }

    .outcome-icon-box-col .col-inner {
        padding: 50px 10px;
    }

    .outcome-icon-box-row .heading-wrapper {
        padding: 0 15px;
    }

    .col-md-6.image-col.stagger-anim {
        margin-bottom: 20px;
    }

    .launch-icon-box-row .content-wrapper {
        padding-top: 0;
    }

    .icon-wrap.review-img img {
        height: 20px;
        margin-top: 15px;
    }

    .overview-box-body {
        padding: 50px 0px;
    }

    .overview-main-block .overview-title {
        font-size: 22px;
    }

    .result-section .heading-wrapper {
        margin-bottom: 20px;
    }

    .overview-box-detail {
        padding: 0px 20px 25px;
    }


    .outcome .col-wrapper ul.list-unstyled {
        margin-top: 30px
    }

    .overview-model-row .overview-main-block {
        margin-top: 30px;
    }

    .banner-row .banner-content-col+.form-wrapper {
        margin-top: 30px;
    }

    .lets-talk-popup .form-col {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lets-talk-popup .lets-talk-content-wrap {
        right: 20px;
    }

    .let-talk-content-col {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lets-talk-popup .form-col {
        padding-top: 40px;
    }

    .our-story-list-single .our-story-content,
    .our-story-list-single.half-width .our-story-content {
        padding: 30px 20px;
    }

    section.story-section {
        padding-bottom: 10px;
    }

    .launch-icon-box-row.furure-plan-row .content-wrapper {
        padding-top: 30px;
    }

    .furure-plan-row .image-wrap {
        padding: 40px;
    }

    .furure-plan-row .content-col {
        margin-top: 0;
    }

    .professional-dev-sec.testimonial-section .heading-wrapper {
        margin-bottom: 35px;
    }

    .nurture-prog-row .content-col {
        padding: 40px 30px;
        margin-top: 0;
    }

    .nurture-prog-slider .nurture-prog-row {
        min-height: auto;
    }

    .nurture-prog-row .image-col {
        height: 65vw;
    }

    section.nurture-benifits-section {
        padding-bottom: 10px;
    }

    .table-wrap .icon-wrap {
        height: 40px;
        width: 40px;
    }

    .table-wrap .model-title {
        padding-left: 50px;
    }

    .table-wrapper .table-wrap td {
        padding: 15px;
    }

    .map-image-wrap,
    .company-location-map {
        height: 60vw;
    }

    .book-list-single .image-wrap {
        height: 50vw;
    }

    .quotes-simple-text-wrap .quotes-text {
        font-size: 16px;
    }

    .bookclub-process-grid .bookclub-process-col {
        margin-bottom: 60px;
    }

    .bookclub-process-grid .bookclub-process-col:last-child {
        margin-bottom: 0;
    }

    .bookclub-process-col::before {
        transform: rotate(90deg) translateY(-50%);
        left: 50%;
        top: 100%;
    }

    .bookclub-process-col::after {
        transform: rotate(90deg);
        top: calc(100% + 40px);
        left: 50%;
        font-size: 25px;
    }

    .insight-col-half .insight-card {
        height: 300px;
    }

    .insight-col-full,
    .insight-col-half {
        max-height: initial;
    }

    /* 21 Aug 2023 */
    .nurture-prog-row .image-col .image-wrap {
        text-align: center;
    }

    .nurture-prog-row .image-wrap {
        padding: 0;
    }

    .nurture-prog-row .image-col {
        margin-bottom: 40px;
    }

    /* 21 Aug 2023 End*/
    .approach-grid-wrap .project-process-single {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .approach-grid-wrap {
        flex-wrap: wrap;
    }

    .approach-single:nth-child(odd) .process-title-wrap {
        position: relative;
        height: auto;
        display: block;
    }

    .approach-single:nth-child(odd) {
        padding-top: 0;
    }

    .approach-single:nth-child(odd) .icon-wrap {
        order: 1;
    }

    .approach-single:nth-child(odd) .process-title-wrap {
        order: 3;
    }

    .approach-grid-wrap .project-process-single:nth-child(even) {
        margin-top: 90px;
    }

    .approach-grid-wrap .anim-line {
        transform: rotate(34deg);
    }

    .approach-single:nth-child(even) .anim-line {
        transform: rotate(154deg);
    }

    .approach-single .process-title-wrap {
        max-width: 110px;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
    }

    .approach-grid-wrap .project-process-single {
        height: 100px;
    }

    .banner-full-width .banner-caption .banner-link {
        margin-top: 20px;
    }

    .navbar-brand .sticky-logo-black {
        height: 32px;
    }

    .banner-full-width .banner-slider .banner-row {
        padding-right: 20px;
    }

    .service-accordion .card-header .btn {
        font-size: 18px;
    }

    .navbar-brand,
    .navbar-brand .sticky-logo-black {
        height: 28px;
    }

    .banner-section:not(.banner-full-width) .banner-caption {
        margin-top: 30px;
    }

    .contact-banner-section .banner-caption {
        padding-top: 40px;
    }
    .custom-form .chosen-single,
    .custom-form .custom--select .selected-item
    {
        padding-left: 50px;
    }
    .rating-star ul li
    {
        font-size: 16px;
        padding-right: 2px;
    }
}

@media(max-width:575px) {
    .hire-dedicated-section .heading-wrapper p {
        font-size: 18px;
    }

    .blog-col-wrapper .top-blog-col {
        margin-bottom: 15px;
    }

    .social-listing li a {
        height: 35px;
        width: 35px;
        font-size: 18px;
    }

    .site-footer .footer-main {
        padding: 50px 0 50px;
    }

    .humberger-menu.navbar-collapse {
        max-width: 310px;
    }

    .humberger-menu.navbar-collapse>.navbar-nav {
        padding: 0 20px;
    }

    .humberger-menu.navbar-collapse .navbar-nav .nav-link {
        font-size: 16px;
    }

    .banner-media-col {
        margin-top: 30px;
    }

    .talk-expert-form-wrapper .form-box-wrapper {
        padding: 20px 20px 20px;
    }

    .services-slider {
        margin-right: 20px;
    }

    .hire-dedicated-section .ai-logo-wrap {
        max-width: 270px;
    }

    section.hire-dedicated-section {
        padding-bottom: 230px;
    }

    .hire-dedicated-section .inner-section {
        padding-top: 60px;
    }

    .technology-icon-box-row .technology-icon-col {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .our-work-row .title-wrap {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .task-box-wrapper .task-box-col {
        margin-bottom: 20px;
    }

    .task-box-wrapper .task-box-col:last-child {
        margin-bottom: 0;
    }

    .brand-box-col .col-inner .brand-logo {
        padding: 20px;
    }

    .brand-box-col {
        margin-bottom: 20px;
    }

    .testimonial-relative-block .card {
        padding: 20px;
    }

    .insight-card .insight-content-text {
        padding: 30px 20px 80px;
    }

    .insight-col-half .insight-card>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .insight-col-half .insight-card .image-wrap {
        height: 250px;
    }

    .custom-form .card {
        padding: 30px 15px;
    }

    .custom-form .card-title {
        margin-bottom: 20px;
    }

    .custom-form .form-group,
    .custom-form .file-input {
        margin-bottom: 20px;
    }

    .iti--allow-dropdown .iti__flag-container {
        width: 150px;
    }

    .custom-form .input-group-prepend {
        left: 20px;
    }

    .custom-form .input-group-prepend+input,
    .custom-form .input-group-prepend+textarea,
    .custom-form .input-group-prepend+.file-input__label,
    .custom-form .select2-container--default .select2-selection--single {
        padding-left: 50px;
    }

    .footer-main .footer-col:last-child {
        padding-left: 15px;
    }

    .service-box-col {
        margin-bottom: 20px;
    }

    .service-box-col:last-child {
        margin-bottom: 0;
    }

    .serve-icon-box-col .col-inner {
        padding: 20px;
    }

    .serve-icon-box-col,
    .serve-icon-box-col:nth-last-child(2) {
        margin-bottom: 20px;
    }

    .leadership-person-col .col-inner {
        height: 120vw;
    }


    .leadership-person-col .team-info {
        min-height: 110px;
    }

    .blog-list-single {
        margin-bottom: 20px;
    }

    .custom-accordion .accordion-item {
        margin-bottom: 20px;
    }

    .services-btn-col .services-icon-col {
        margin-top: 20px;
    }

    .web-lang-col .web-lang-box {
        padding: 20px;
    }

    section.web-dev-service-section {
        padding-bottom: 40px;
    }

    .insight-col-half .insight-card {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .insight-col-half .insight-card .image-wrap {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .eng-dev-type-grid .eng-dev-type-col {
        margin-bottom: 20px;
    }

    .site-footer .footer-main {
        padding: 40px 0;
    }

    .service-we-offer-section.speciality-section .go-to-link {
        padding-top: 50px;
    }

    .blog-external-info>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blog-social-listing {
        justify-content: flex-start;
        margin-top: 15px;
    }

    .related-blog-single .blog-content-wrap {
        padding: 20px;
    }

    .leadership-person-col .col-inner {
        height: 100vw;
    }

    .leadership-person-col .team-info {
        padding: 20px;
    }

    .leadership-team-wrapper>.row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .leadership-person-col {
        padding-left: 10px;
        padding-right: 10px;
    }

    .leadership-person-col {
        margin-bottom: 20px;
    }

    .search-popup .search-btn {
        height: 50px;
        width: 50px;
        font-size: 20px;
    }



    .search-popup .search__input,
    .search-popup #typedtext {
        font-size: 30px;
    }

    .search-popup .search-box-input-wrap {
        padding-bottom: 10px;
    }

    .search-popup .search-box-input-wrap {
        padding-right: 70px;
    }

    .service-deliver-col {
        min-height: 160px;
    }

    .industry-responsive-col {
        max-width: 50%;
        flex: auto;
    }

    .project-process-inner {
        max-width: 265px;
        min-width: 265px;
    }

    .development-process-circle {
        height: 300px;
        width: 300px;
        margin-left: -18px;
    }

    .process-circle-inner {
        height: 270px;
        width: 270px;
        margin: 15px;
    }

    .dev-process-inner span.process-title {
        left: -60px;
        top: 0px;
        font-size: 9px;
        width: 60px;
    }

    .dev-process-single .dev-process-inner {
        border-width: 90px
    }

    .project-process-single .process-title {
        font-size: 14px;
    }

    .development-process-single.project-process-single .icon-wrap {
        margin-bottom: 5px;
    }

    .project-process-single .process-anim-line {
        width: calc(100% - 20px);
        top: calc(100% - 85px);
    }

    .project-process-row:nth-child(2) .process-anim-line {
        left: -48px
    }

    .project-process-row:nth-child(2) .project-process-single:last-child .process-anim-line {
        right: calc(100% + 15px);
    }

    .row.casestudy-detail-row .content-text {
        font-size: 16px;
    }

    .casestudy-detail-row .content-text::before {
        font-size: 30px
    }

    .row.casestudy-detail-row .content-text {
        padding-left: 50px;
    }

    .overview-section .heading-wrapper {
        font-size: 22px;
    }



    .heading-wrapper.overview-title p {
        font-size: 18px;
    }

    .overview-main-block .overview-title,
    h5.icon-text-title.review-font,
    .heading-wrapper.overview-title p {
        font-size: 18px;
    }

    .book-review-listing .image-wrap {
        padding: 30px;
    }

    .insight-col-half .insight-card .image-wrap {
        height: 380px;
    }

    .insight-col-half .insight-card {
        height: auto;
    }

}

@media(max-width:374px) {
    .person-role-text {
        font-size: 14px;
    }

    .team-info .person-name {
        font-size: 16px;
    }

    .leadership-team-wrapper>.row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .leadership-person-col {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 875px) and (min-width: 767px) {
    #wooCommerce-icon-box {
        padding: 18px 5px;
    }
}