/* css only for hover effect all hover effect must write in this Media query */
@media only screen and (min-width:1200px) {
    .whychohelpmain .chohelp:hover:before {
        opacity: 0.9;
        background: #ffcb08;
    }

    .whychohelpmain .chohelp:hover .whyBoxTitle {
        opacity: 0;
        visibility: hidden;
    }

    .whychohelpmain .chohelp:hover .chohelpbox {
        opacity: 1;
        visibility: visible;
    }

    .whychohelpmain .chohelp:hover .chohelpbox .chohelptitle,
    .whychohelpmain .chohelp:hover .chohelpbox p {
        margin: 5px auto;
    }
}

@media only screen and (min-width:1368px) and (max-width:1600px) {
    .servicemain:before {
        width: 250px;
        height: 250px;
        left: -170px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1368px) {}

@media only screen and (max-width:1700px) {
    .headermenu .navigation ul li {
        padding: 0px 20px;
    }
}

@media only screen and (max-width:1599px) {
    .sitelogo {
        margin-left: 0px;
        position: static;
    }

    .head-call span {
        display: none;
    }

    .headerMain.has_sticky {
        height: auto;
    }

    /*.headermenu {margin-left: 30px; text-align: inherit;}*/
    .headermenu .navigation {
        padding-left: 0px;
    }

    .headermenu .navigation ul li {
        padding: 0px 20px;
    }

    .singalmenu a:hover:before {
        right: -23px;
    }

    .servicemain:before {
        display: none;
    }

    .banner-video {
        height: 474px;
    }

    .slide-img img {
        max-height: 474px;
    }

    .homeSlider .item .slide-caption {
        left: 140px;
        max-width: 560px;
    }

    .homebanner .slide-caption h1,
    .homebanner .slide-caption h2,
    .homebanner .slide-caption h4 {
        font-size: 40px;
        line-height: 52px;
    }

    /*.clutch_logo a {margin-left: 348px;}*/
    .homebanner .clutch_logo a {
        margin-left: 140px;
    }

    /*.copyrightsl .socialsl{margin-top:-80px;}
    .copyrightsl .copyright{float:none;text-align:center;}*/
    .ourwork_slider .item img {
        min-height: 610px;
    }
}

@media only screen and (max-width:1440px) {
    .headermenu .navigation ul li {
        padding: 0px 12px;
    }

    .singalmenu a:hover:before {
        width: 14px;
        height: 10px;
        right: -20px;
    }

}

@media only screen and (max-width:1366px) {

    /*.homeSlider .slick-dots {left: -50px;}*/

    /*    .sitelogo{left:20px;}*/
    .headermenu .navigation ul li {
        padding: 26px 12px;
    }

    .sitelogo img, .sitelogo dotlottie-player {
        height: 60px;
    }

    .headerMain.has_sticky .sitelogo img, .headerMain.has_sticky .sitelogo dotlottie-player{
      /*height: 42px;*/
    }

    .processsl li {
        padding: 0 10px;
    }

    .servicemain .sercategory .catemain .sercet .serbtn {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ourwork_section .ourwork_slider .slick-arrow.slick-next {
        right: 0;
    }

    .ourwork_section .ourwork_slider .slick-arrow.slick-prev {
        left: 0;
    }

    .workcaption .btn {
        margin-right: 0;
    }

    /*    .headermenu{margin-left:0;margin-right:200px;}*/
    .banner-video {
        height: 424px;
    }

    .slide-img img {
        max-height: 424px;
    }

    .about-img {
        top: -60px;
    }

    .about-img:after {
        top: -90px;
    }

    .testimonials_section {
        margin-bottom: 180px;
    }

    /*.clutch_logo a {margin-left: 328px;}*/
    .ourwork_slider .item img {
        min-height: 520px;
    }

    .brandingSecContent .secHead .secTitle {
        font-size: 36px;
    }

    /* new menu */
    .headerMain {
        padding: 20px;
    }

    .head-call {
        padding: 0 10px;
    }

    .video_sl {
        height: 350px;
    }

    /*.has_sticky{padding: 10px 20px;}*/

    /* new menu */
}

/* common css for below screen 1199 */
@media only screen and (max-width:1199px) {

    /*.headermenu .navigation {display: none;}*/
    .menu-icon {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
    }

    .navigation {
        position: fixed;
        width: 50%;
        top: 0;
        bottom: 0;
        right: 0;
        transition: all .4s ease;
        margin: 0;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
    }

    .header-menu-open .navigation {
        right: 0;
        text-align: left;
        display: inline-block;
        overflow-y: auto;
        padding-top: 0px;
        visibility: visible;
        opacity: 1;
        background: #000;
    }

    .headerMain {
        margin-top: 0px;
        position: relative;
        float: left;
        z-index: 9999;
    }

    .head-phone span {
        display: none;
    }

    .header-menu-open .closeNav {
        position: absolute;
        right: 10px;
        top: 15px;
        width: 36px;
        height: 36px;
        padding: 6px;
    }

    .header-menu-open .closeNav:before {
        content: '';
        width: 22px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: auto;
        bottom: 0;
    }

    .header-menu-open .closeNav:after {
        content: '';
        width: 22px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: auto;
        bottom: 0;
    }

    .headermenu .navigation {
        padding-left: 0;
        overflow: hidden;
    }

    .headermenu .navigation ul li.menu-item-has-children>a:before {
        display: none;
    }

    .headermenu .navigation li {
        width: 100%;
        display: block;
        /*border-bottom: 1px solid #d4a210;*/
        padding: 0;
    }

    .headermenu .navigation li:last-child {
        border-bottom: none;
    }

    .headermenu .navigation ul li a {
        display: block;
        width: 100%;
        padding: 12px 20px;
        color: #fff;
    }

    .headermenu .navigation ul li a:hover,
    .headermenu .navigation ul li.current-menu-item>a,
    .headermenu .navigation ul li.current-menu-ancestor>a {
        color: #fff;
    }

    .headermenu .navigation>ul>li>a {
        font-size: 16px;
        font-weight: 700;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        /*margin-bottom: 6px;padding-bottom: 4px;*/
        padding: 18px 20px;
    }

    .headermenu .navigation>ul li {
        position: relative;
        padding: 0;
    }

    .headermenu .navigation>ul li .arrow {
        position: absolute;
        right: 0;
        top: 0;
        width: 59px;
        height: 59px;
        z-index: 1;
    }

    .headermenu .navigation>ul li .arrow:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0px;
        top: -2px;
        bottom: 0;
        width: 10px;
        height: 10px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(-45deg);
        margin: auto;
        transition: all 0.4s ease-in-out
    }

    .headermenu .navigation>ul li .arrow.minus:after {
        transform: rotate(45deg);
    }

    .headermenu .navigation>ul>li ul {
        display: none;
        padding-left: 10px;
    }

    .headermenu .navigation>ul>li ul li {
        padding-left: 0;
    }

    .headermenu .navigation>ul>li>ul>li>a {
        font-weight: 500;
        font-size: 16px;
    }

    .headermenu .navigation>ul>li>ul>li>ul {
        padding-left: 30px;
    }

    .headermenu .navigation>ul>li>ul>li>ul>li>a {
        padding-left: 0;
        font-size: 14px;
        font-weight: 400;
        padding-top: 0;
    }

    .navigation ul li.megaMenu>a {
        font-weight: 700;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        margin-bottom: 0px;
    }

    /*.navigation ul li.megaMenu > ul{display: block !important;}*/
    .headerMain.header-reveral .navigation ul li.megaMenu>ul>li.singalmenu a:before {
        display: none;
    }

    .navigation>ul>li:not(.megaMenu):hover>.sub-menu {
        transform: translate(0, 0);
    }

    .navigation>ul>li:not(.megaMenu)>.sub-menu {
        display: none;
        position: static;
        transform: translate(0, 0);
        box-shadow: none;
        border-top: none;
        opacity: 1;
        visibility: visible;
        transition: none;
    }

    .navigation>ul>li:not(.megaMenu)>.sub-menu:before {
        display: none;
    }

    .navigation>ul>li:not(.megaMenu)>.arrow {
        display: block;
    }

    .navigation>ul>li:not(.megaMenu).menu-item-has-children a {
        margin-bottom: 0;
    }

    .navigation ul li.megaMenu>ul>li.icon:before {
        /*display: none;*/
        position: absolute;
        left: 10px;
        font-size: 22px;
        top: 7px;
    }

    .navigation ul li.megaMenu>ul>li.icon>a {
        padding-left: 36px;
        font-weight: 600;
        font-size: 14px;
    }

    .headermenu .navigation ul li a:hover,
    .headermenu .navigation ul li.current-menu-item a {
        color: #000
    }

    .homebanner .slide-caption h1,
    .homebanner .slide-caption h2,
    .homebanner .slide-caption h4 {
        font-size: 32px;
        line-height: 40px;
    }

    .homeSlider .slick-dots {
        top: inherit;
        bottom: 20px;
        width: 100%;
    }

    .homeSlider .slick-dots li {
        display: inline-block;
    }

    .homeSlider .item .slide-caption {
        left: 30px;
        max-width: 450px;
    }

    .header-menu-open .navigation .mb-logo {
        display: block;
        padding: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    .header-menu-open .mb-white-logo {
        height: 45px;
        max-width: 200px;
    }

    .header-menu-open .headermenu .navigation ul li a:hover {
        color: #fff;
    }


    /*.homeSlider .slick-dots li button {background: #000;}*/

    /*        .headerMain.header-reveral .header-bg{height:100vh!important;}*/

    /*        .header-bg{width:50%;left:inherit;}*/
    .about-content {
        padding-left: 0px;
    }

    .processsl li {
        width: 33%;
    }

    .servicemain .servicesec .digimain {
        padding-top: 50px;
    }

    .servicemain .servicesec .digimain .digiser {
        padding-left: 15px;
    }

    .servicemain .sercategory {
        padding-top: 50px;
    }

    .servicemain .servicesec {
        padding-bottom: 30px;
    }

    .technologies_section {
        padding: 0 0 90px;
        height: auto;
    }

    .technologies_section .technologies_block {
        position: relative;
        white-space: inherit;
        width: 100%;
        text-align: center;
    }

    .technologies_section .technologies_block li {
        padding: 22px;
    }

    .technologies_section .technologies_block li:nth-child(even) {
        transform: none;
    }

    .testi_detail {
        padding: 50px 0 0 0px;
    }

    .video_sl {
        width: 50%;
        height: 280px;
    }

    .client_profile {
        width: 50%;
    }

    .counter_section ul li .counter-box .detail {
        width: 60%;
    }

    .counter_section ul li .counter-box .detail .counter-box-count {
        font-size: 28px;
    }

    .counter_section ul li .counter-box .detail p {
        font-size: 16px;
        line-height: 18px;
    }

    .testimonials_section {
        margin-bottom: 0;
        background: #ffcb08;
    }

    .testimonail_slider {
        position: relative;
        top: inherit;
        padding-top: 20px;
    }

    .companylogo_section {
        padding: 50px 0;
    }

    .logo_slider {
        position: relative;
        right: inherit;
        top: inherit;
        width: 100%;
    }

    .banner-video {
        height: 340px;
    }

    .digitalmarmain .digitalmarsec .packlist {
        width: auto;
        margin: 0 -15px;
        font-size: 0;
    }

    .digitalmarmain .digitalmarsec .packlist .packbox .packboxInner {
        padding: 10px;
    }

    .digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle .dimartitle {
        font-size: 20px;
    }

    .digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle p {
        font-size: 14px;
    }

    .digitalmarmain .packlist .packbox .getbtn {
        opacity: 1;
        visibility: visible;
        position: static;
    }

    .homeSlider .item {
        position: relative;
        z-index: 99;
    }

    .homebanner .homeSlider .item:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 400px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
        z-index: -1;
        transition: all 0.4s ease-in-out;
        width: 100%;
    }

    .testi_detail .title {
        margin-bottom: 10px;
    }

    .testi_detail p {
        padding-bottom: 10px;
    }

    .companylogo_section .secHead {
        margin-bottom: 0px;
    }

    .companylogo_section .secHead .secTitle {
        font-size: 30px;
    }

    /*load popup css start */
    #seoPopup .popBody {
        max-width: 945px;
    }

    #seoPopup .pop_right {
        padding-left: 450px;
        padding-right: 20px;
    }

    #seoPopup .popDetails {
        padding: 50px 0 0 0;
    }

    #seoPopup .popDetails h3 {
        font-size: 22px;
    }

    /*load popup css end */
    .whychohelpmain .chohelprow .chohelpcol:nth-child(2) .chohelp:before {
        opacity: 0.8;
        background: #ffcb08;
    }

    .whychohelpmain div.chohelp {
        height: 100%;
    }

    .whychohelpmain .chohelp .whyBoxTitle {
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .whychohelpmain .chohelp .chohelpbox {
        opacity: 1;
        visibility: visible;
        position: static;
        transform: translateY(0);
    }

    .whychohelpmain .chohelp .chohelpbox .chohelptitle,
    .whychohelpmain .chohelp .chohelpbox p {
        margin: 5px auto;
        color: #fff
    }

    .whychohelpmain .chohelprow .chohelpcol:nth-child(2) .chohelp .chohelptitle,
    .whychohelpmain .chohelprow .chohelpcol:nth-child(2) .chohelp p {
        color: #000
    }

    .clutch_logo {
        left: 250px;
        bottom: 0;
    }

    .clutch_logo a {
        max-width: 220px;
    }

    .footerMain {
        padding: 95px 0;
        padding-bottom: 0px;
    }

    /*.clutch_logo a {margin-left: 268px;}*/
    .homebanner .clutch_logo a {
        margin-left: 30px;
    }

    .clutch_logo.gopath_logo a {
        margin-left: 535px;
    }

    .ourwork_slider .item img {
        min-height: 470px;
    }

    .brandingSecContent .secHead .secTitle {
        font-size: 30px;
    }

    .brandingSlides {
        width: unset;
        display: unset;
        display: block;
        padding-bottom: 40px;
    }

    .brandingSlides {
        height: auto
    }

    /* new menu */
    .headerMain {
        padding: 15px 15px;
    }

    .sitelogo img, .sitelogo dotlottie-player {
        height: 55px;
    }

    .headerMain.has_sticky .sitelogo img, .headerMain.has_sticky .sitelogo dotlottie-player {
        height: 45px;
    }

    .headerMain.header-reveral .navigation ul li.megaMenu>ul>li>ul>li.icon:before {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
    }

    .headermenu .navigation>ul>li>ul>li>ul>li>a {
        display: inline-block;
        width: auto;
    }

    .Header-navList {
        display: block;
        max-height: calc(100% - 106px);
        overflow: auto;
    }

    .headerMain.header-reveral .navigation ul li.megaMenu>ul>li.singalmenu>a {
        display: inline-block;
        width: auto;
    }

    .headerMain.header-reveral .navigation ul li.megaMenu>ul>li.singalmenu a:before {
        right: -20px;
    }

    .navigation ul li.megaMenu>ul>li>ul>li {
        margin-bottom: 10px;
    }

    .headermenu .navigation>ul>li>ul>li>ul>li>a {
        padding-bottom: 0;
        padding-right: 0;
    }

    .headerMain.header-reveral .menu-icon img {
        filter: brightness(0) invert(1);
    }

    .header-bg {
        display: none;
    }

    /* new menu */

    .public-banner-con .secHead .secTitle,
    .public-sector-benifit-sec .secHead .secTitle,
    .empower-service-con .secHead .secTitle,
    .related-blog-sec .secHead .secTitle,
    .crypto-tokenize-desc .secHead .secTitle {
        font-size: 32px;
    }

    .public-banner-con .secHead .secTitle span {
        font-size: 26px;
    }

    .page-template-tpl-public-sectors .headerMain {
        float: none;
    }

    .public-banner-sec {
        padding: 0 0 80px;
    }

    .public-sector-benifit-sec,
    .empower-service-sec {
        padding-top: 80px;
    }

    .public-sector-benifit-sec,
    .empower-service-sec,
    .crypto-tokenize-sec {
        padding-bottom: 80px;
    }

    .empower-service-form {
        padding: 20px;
        margin-right: 0;
    }

    .related-blog-sec {
        padding: 0 !important;
        padding-bottom: 80px !important;
    }
    .latest-blog-sec .secHead .secTitle {
        font-size: 40px;
    }
	.clutch_sl img{width:86px;}
}

@media only screen and (min-width:1199px) {

    /*.headermenu .navigation ul li:focus > ul.sub-menu, .headermenu .navigation ul li:hover>ul.sub-menu {

        opacity: 1;

        visibility: visible;

        -webkit-transform: translateY(0);

        transform: translateY(0);

    }

    .headermenu .navigation>ul>li>ul.sub-menu {

        width: 260px;

        display: block;

        position: absolute;

        top: 100%;

        left: 0;

        z-index: 1000;

        padding: 0;

        margin: 0;

        font-size: 1rem;

        color: #212529;

        text-align: left;

        list-style: none;

        background-color: #fff;

        border: 1px solid rgba(0, 0, 0, 0.15);

        border-radius: .25rem;

        opacity: 0;

        visibility: hidden;

        -webkit-transform: translateY(20px);

        transform: translateY(20px);

        -webkit-transition: all 0.3s ease 0s;

        transition: all 0.3s ease 0s;

    }



    .headermenu .navigation>ul>li>ul.sub-menu>li {

        width: 100%;

        border-bottom: 1px solid #e2e2e2;

        padding: 0;

    }

    .headermenu .navigation>ul>li>ul.sub-menu>li>a {

        display: block;

        width: 100%;    

        clear: both;

        font-weight: 400;

        color: #212529;

        text-align: inherit;

        white-space: nowrap;

        background: 0 0;

        border: 0;

        padding: 10px 20px;

    }

    .headermenu .navigation>ul>li>ul.sub-menu>li>a:focus, .headermenu .navigation>ul>li>ul.sub-menu>li>a:hover {

        color: #16181b;

        text-decoration: none;

        background-color: #ffcb08;

    }*/


    /* Mega Menu start */

    .navigation ul li:hover>a {
        color: #ffcb08;
    }

    .navigation ul li.megaMenu>a {
        position: relative;
    }

    .navigation ul li.megaMenu>a:before {
        content: "";
        width: 8px;
        height: 8px;
        border-bottom: 1px solid currentColor;
        border-right: 1px solid currentColor;
        position: absolute;
        right: -15px;
        top: -2px;
        bottom: 0;
        transform: rotate(45deg);
        margin: auto;
    }

    .header-reveral .navigation ul li.menu-item-has-children:hover>a:after,
    .header-reveral .navigation ul li.megaMenu:hover>a:after {
        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        border: none;
        border-top: 2px solid #ffcb08;
        border-left: 2px solid #ffcb08;
        transform: rotate(45deg);
        right: -18px;
        top: 7px;
        bottom: 0;
        margin: auto;
        transition: border 0.4s ease-in-out, color 0.4s ease-in-out;
    }

    .headermenu .navigation ul li ul li.icon a:after {
        display: none;
    }

    .navigation ul li.megaMenu>.sub-menu {
        position: absolute;
        padding: 0;
        visibility: hidden;
        top: 100%;
        width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        z-index: 99;
        opacity: 0;
        text-align: left;
        background: transparent;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        padding: 30px 50px;
        border-radius: .35rem;
    }

    .header-reveral .navigation ul li.megaMenu:hover>.sub-menu {
        visibility: visible;
        top: 100%;
        opacity: 1 !important;
    }

     .header-reveral .navigation>ul>li:not(.megaMenu):hover>.sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        margin-top: -5px;
    }

    .navigation ul li.megaMenu>ul.sub-menu>li>a:after {
        display: none;
    }

    .navigation ul li.megaMenu>ul>li {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        padding: 10px 15px;
        margin: 0 -2px;
        position: relative;
        transform: translateY(-20px);
        opacity: 0;
        transition: all 0.4s cubic-bezier(0, 0.21, 0.48, 1.01) 0.2s;
    }

    .navigation ul li.megaMenu:hover>.sub-menu>li {
        transform: translateY(0px);
        opacity: 1;
    }

    .navigation ul li.megaMenu>ul>li>a {
        font-weight: 600;
        color: #000;
        margin-bottom: 30px;
        padding: 0;
    }

    .navigation ul li.megaMenu>ul>li>ul {
        display: block;
        width: 100%;
    }

    .navigation ul li.megaMenu>ul>li>ul>li {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        padding: 0;
        font-weight: 400;
    }

    .navigation ul li.megaMenu>ul>li a {
        transition: all 0.4s ease-in-out;
        position: relative;
        padding: 0px;
        display: inline-block;
    }

    .navigation ul li.megaMenu>ul>li>ul>li>a {
        font-size: 14px;
    }

    /*.navigation ul li.megaMenu > ul > li > ul > li > a:before{position: absolute; content: ""; height: 3px; width: 0; left: 0; right: 0; bottom: -2px; background-color: transparent;

    color: #f13c31; border-bottom: 2px solid #ffcb08; transition: all .3s ease-in-out; transform: translate(0,0) translateZ(0); -webkit-transform: translate(0,0) translateZ(0);} */

    /*.navigation ul li.megaMenu > ul > li > ul > li:hover > a:before{width: 100%;}*/

    .navigation ul li.megaMenu ul li.menu-item-has-children>a:before {
        display: none;
    }

    .navigation ul li.megaMenu.services-nav .sub-menu {
        width: 100%;
    }

    /*.navigation ul li.megaMenu > ul{transform-origin: 0 100%;transition: transform .5s; transform: scaleY(0);}
    .headerMain.header-reveral .navigation ul li.megaMenu > ul.sub-menu{transform: scaleY(1);}*/

    /*.headerMain.has_sticky .navigation ul li.megaMenu:hover > a:after { top:35px;}

    .headerMain.has_sticky .navigation ul li.megaMenu:hover > .sub-menu {margin-top:-5px;}*/



    .navigation ul li.megaMenu>ul>li.icon:before {
        position: absolute;
        left: 0px;
        font-size: 22px;
        color: #ffcb08;
    }

    .testimonail_slider .slick-dots {
        right: -15px;
    }

    /* Mega Menu end */
	

}

/* common css for below screen 991 */
@media only screen and (max-width:991px) {
	
	.applyformSec .fillformmain .fillformsec .fillformleft .fillform .starbtn {
    margin-top: 50px;
    margin-bottom: 20px;
}

    /*.menu-icon{display: inline-block; vertical-align: middle;}  

    .navigation{position: fixed; width: 300px; top: 0; bottom: 0; right: -320px; background: #fff; transition: all .6s ease-in-out;  margin: 0; z-index: 999;}

    .header-menu-open .navigation{right: 0; text-align: left; display: inline-block;}

    .headerMain {margin-top:0px; position: relative; float: left; z-index: 99;}

    .head-phone span {display: none;}



    .headermenu .navigation ul li.menu-item-has-children > a:before {display: none;}

    .headermenu .navigation li{width: 100%; display: block; border-bottom: 1px solid #e2e2e2; padding: 0;}

    .headermenu .navigation li:last-child{border-bottom: none;}

    .headermenu .navigation li a{display: block; width: 100%; padding: 10px 15px; color: #000 !important;}

    .headermenu .navigation li a:hover {color: #39b54a}

    .headermenu .navigation > ul > li > a{ font-size: 16px; font-weight: 500}

    .headermenu .navigation > ul li{position: relative;}  

    .headermenu .navigation > ul li .arrow{position: absolute; right: 0; top: 0; width: 32px; height: 34px;}

    .headermenu .navigation > ul li .arrow:before{content: ""; position: absolute; left: 0; right:0px; top: -2px; bottom: 0; width: 10px; height: 10px; border-bottom: 1px solid #333; border-right: 1px solid #333; transform: rotate(-45deg); margin: auto; transition: all 0.4s ease-in-out}

    .headermenu .navigation > ul li .arrow.minus:before{transform: rotate(45deg);} 

    .headermenu .navigation > ul > li ul{display: none;}

    .headermenu .navigation > ul > li > ul>li>a{font-weight: 500; font-size: 14px;}

    .headermenu .navigation > ul > li > ul>li>ul{padding-left: 15px;}

    .headermenu .navigation > ul > li > ul>li>ul>li>a{padding-left: 0}*/
    .header-menu-open .closeNav {
        top: 10px;
    }

    .title {
        font-size: 48px;
    }

    .servicemain .digimain .digiimgsec .digiimg {
        padding-bottom: 100%;
    }

    .contact_section p {
        line-height: 1.6;
    }

    .about_section {
        padding: 50px 0;
        /* margin-top: 30px;*/
    }

    .about-img {
        position: relative;
        text-align: center;
    }

    .copyrightsl .copyright {
        float: none;
        text-align: center;
    }


    /*.about-img img{max-width:80%; display: inline-block;}*/
    .about-img {
        top: 0;
    }

    .about-img:after {
        top: -170px;
    }

    .homebanner .slide-caption h1,
    .homebanner .slide-caption h2,
    .homebanner .slide-caption h4 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .homeSlider .item {
        height: 500px;
        position: relative;
        z-index: 99;
    }

    .homebanner .homeSlider .item:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 400px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
        z-index: -1;
        transition: all 0.4s ease-in-out;
        width: 100%;
    }

    .homeSlider .item .slide-caption {
        transform: none;
        bottom: 35px;
    }

    .homeSlider .item .btn {
        display: none;
    }

    .homeSlider .item .slide-caption {
        left: 0;
        max-width: 100%;
        width: 100%;
        padding: 0 50px;
        top: inherit;
    }

    .sitelogo {
        position: relative;
        left: inherit;
        float: left;
        padding-left: 0px;
    }

    /*        .head-right{float:right;}*/
    .about-content h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .about-img:after {
        display: none;
    }

    .workprocess_section {
        padding: 0 0 50px;
    }

    .workpro_head h4 br {
        display: none;
    }

    .servicemain .sercategory {
        padding-top: 0;
    }

    /*.homebanner {padding: 116px 0 20px;}*/

    /*.homebanner {padding: 74px 0 0px;}*/

    .processsl li {
        vertical-align: top;
        width: 31%;
    }

    .processsl li~li:after {
        left: -20%;
        width: 38%;
    }

    .process-box .processImg {
        margin-bottom: 15px;
    }

    .process-box h4 {
        font-size: 16px;
        height: 50px;
    }

    .servicemain {
        padding: 50px 0;
    }

    .ourwork_section {
        padding: 30px 0 20px;
    }

    .technologies_section {
        padding: 0 0 50px;
    }

    .digitalmarmain .digitalmarsec {
        padding: 50px 0;
    }

    .servicemain .digimain .digiimgsec .digiimg img {
        right: 0;
    }

    .digitalmarmain .digitalmarsec .packlist .packbox {
        width: 50%;
    }

    .digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle .dimarpac {
        font-size: 28px;
        line-height: 34px;
    }

    .digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle .dimartitle {
        font-size: 26px;
        line-height: 1.4;
    }

    .digitalmarmain .packlist .packbox .digimarpacstar .dimarpac .dimarpacdetail {
        font-size: 12px;
        line-height: 1.4;
        padding-left: 32px;
        margin-bottom: 10px;
    }

    .digitalmarmain .packlist .packbox .digimarpacstar .dimarpac .dimarpacdetail .icon,
    .digitalmarmain .packlist .packbox .digimarpacstar .dimarpac .dimarpsmall1 .icon {
        font-size: 16px;
    }

    .digitalmarmain .packlist .packbox .digimarpacstar .dimarpac .dimarpacdetail1 {
        font-size: 12px;
        line-height: 1.4;
    }

    .digitalmarmain .packlist .packbox .getbtn {
        margin-bottom: 15px;
    }

    .workcaption {
        padding: 0;
        margin-top: 80px;
    }

    .counter_section ul li {
        width: 50%;
        margin-bottom: 20px;
    }

    .counter_section {
        padding: 0 0 50px;
    }

    .testimonials_section {
        margin-bottom: 0;
        padding: 0px 0 30px;
    }

    .testimonials_section .container {
        padding: 0;
    }

    .testimonials_section .container .testimonail_slider .item,
    .testimonials_section .container .testi_detail {
        padding: 0 10px;
    }

    .testimonials_section .container .testi_detail {
        padding-top: 20px;
    }

    .testimonail_slider .slick-dots {
        position: relative;
        top: inherit;
        right: inherit;
    }

    .testimonail_slider .slick-dots li {
        display: inline-block;
    }

    .quoteMainRow .quoteLeftsidebar {
        display: none;
    }

    .request_quoteMain .quoteFormMain {
        width: 100%;
        padding: 0 20px;
    }

    .request_quoteMain .quoteFormMain .quoteFormTitle {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .banner-video {
        height: 320px;
    }

    .banner-video video {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .processsl {
        margin: 30px -15px 0;
        width: auto;
    }

    .servicesPort .row {
        display: flex;
        overflow: auto;
        flex-wrap: nowrap;
    }

    .servicesPort .row div[class^='col-'] {
        display: inline-block;
        flex: 0 0 300px;
        vertical-align: top;
        max-width: 300px;
    }

    .commonSec {
        padding: 60px 0;
    }

    .secHead .secTitle {
        font-size: 1.1250rem;
    }

    /*load popup css start */
    #seoPopup .popBody {
        max-width: 100%;
    }

    #seoPopup .side_Img {
        width: 300px;
    }

    #seoPopup .pop_right {
        padding-left: 320px;
        padding-right: 20px;
    }

    #seoPopup .popDetails {
        padding: 20px 0 0 0;
    }

    #seoPopup .popDetails h2 {
        font-size: 42px;
        max-width: 232px;
    }

    #seoPopup .popDetails h5 {
        font-size: 15px;
    }

    #seoPopup.popupMainsl .bottom-text {
        font-size: 12px;
        line-height: 1.4;
    }

    /*load popup css end */
    .clutch_logo {
        position: relative;
        margin-top: 15px;
        display: inline-block;
        vertical-align: top;
        width: auto;
        left: 0;
        bottom: 0;
        max-width: 100%;
    }

    .clutch_logo a {
        display: inline-block;
        margin-left: 0;
    }

    .clutch_logo a:last-child {
        display: inline-block;
    }

    .homebanner .clutch_logo {
        bottom: 26px;
    }

    .homebanner .clutch_logo a {
        margin-left: 44px;
    }

    .footerMain {
        padding: 95px 0 30px;
    }

    .copyrightsl .socialsl {
        text-align: center;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .clutch_logo.gopath_logo a {
        margin-left: 0;
    }

    .clutch_logo.gopath_logo {
        bottom: -20px;
        margin-left: 20px;
    }

    .ourwork_slider .item img {
        min-height: unset;
    }

    .blogCategoryItems ul li a {
        font-size: 18px;
        padding: 5px 10px;
    }

    .foot_our_serv {
        padding-left: 0;
    }

    .copyrightsl .socialsl {
        float: none;
    }

    .foot_technology {
        padding-top: 20px;
    }

    /* coantact info changes start */
    .other_info li {
        width: 50%;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .other_info li:nth-child(-n + 2) {
        border-bottom: 1px solid #ededed;
    }

    .other_info li:first-child {
        padding-left: 20px;
        border-left: 0;
    }

    .other_info li:nth-child(3) {
        border-left: 0;
    }

    /* coantact info changes end */
    .brandingSecContent .secHead .secTitle {
        font-size: 28px;
    }

    .brandingSecContent {
        text-align: center;
    }

    .video_sl {
        width: 85%;
        height: auto;
        margin: 0 auto 15px;
        padding: 0;
    }

    .public-banner-sec {
        padding: 0 0 50px;
    }

    .public-banner-sec .public-banner-img {
        max-width: 70%;
        margin: 0 auto 30px;
    }

    .public-banner-con .secHead .secTitle span {
        font-size: 22px;
    }

    .public-banner-con .secHead .secTitle,
    .public-sector-benifit-sec .secHead .secTitle,
    .empower-service-con .secHead .secTitle,
    .related-blog-sec .secHead .secTitle,
    .crypto-tokenize-desc .secHead .secTitle {
        font-size: 30px;
    }

    .public-sector-benifit-sec,
    .empower-service-sec,
    .crypto-tokenize-sec {
        padding-bottom: 60px;
    }

    .public-sector-benifit-sec,
    .empower-service-sec {
        padding-top: 60px;
    }

    .empower-service-form .form-title {
        font-size: 22px;
    }

    .empower-service-con {
        margin-bottom: 30px;
    }

    .empower-service-sec .row {
        flex-direction: column-reverse;
    }

    .secHead {
        margin-bottom: 20px;
    }

    .crypto-tokenize-inner {
        margin-bottom: 50px;
    }

    .public-sector-benifit-sec .benifit-boxes {
        padding: 20px;
    }

    .public-sector-benifit-sec .benifit-icon {
        width: 50px;
        height: 50px;
    }

    .public-sector-benifit-sec .benifit-icon img {
        width: 30px;
        height: 30px;
    }

    .public-sector-benifit-sec .benfit-box-title {
        font-size: 18px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .public-sector-benifit-sec .benfit-box-title::before {
        bottom: 5px;
    }

    .public-sector-benifit-sec .row>*:last-child .benifit-boxes {
        margin-bottom: 0;
        height: 100%;
    }

    .public-sector-benifit-sec .secHead {
        margin-bottom: 30px;
    }

    .public-sector-benifit-sec .cms-con p {
        font-size: 14px;
    }

    .related-blog-sec {
        padding-bottom: 50px !important;
    }

    .latest-blog-sec .secHead .secTitle {
        font-size: 35px;
    }

    .latest-blog-sec{
        padding: 55px 0;
    }
}

@media only screen and (min-width:767px) {
    .servicemain .sercategory .catemain {
        display: block !important;
    }
}

/* common css for below screen 767 */
@media only screen and (max-width:767px) {

    /*        .home .headerMain{height:60px;}*/
    .sitelogo img, .sitelogo dotlottie-player {
        height: 60px;
    }

    /*.homebanner {padding: 60px 0 0px;}*/

    /*        .headerMain{height:62px;}*/
    .sitelogo {
        width: 28%;
        padding-left: 0;
    }

    .headerMain {
        padding: 10px 15px;
    }

    /*        .menu-icon{width:60px;height:60px;}*/
    .get-btn {
        height: 60px;
        line-height: 60px;
    }

    /*        .menu-icon img{max-width:62%;}*/
    .homebanner .slide-caption h1,
    .homebanner .slide-caption h2,
    .homebanner .slide-caption h4 {
        font-size: 22px;
    }

    .slide-img {
        text-align: center;
        margin-bottom: 10px;
    }

    .fillformmain .fillformsec .fillformleft .fillform .field>.control:nth-child(2n+2) {
        border-right: 0;
    }

    .slide-img img {
        max-width: 75%;
        display: inline-block;
    }

    .footer-logo,
    .testi_detail p,
    .counter_section,
    .contact_section {
        display: none;
    }

    /*        .headerMain.has_sticky .sitelogo{margin:4px 0 5px 10px;}*/
    .headerMain.has_sticky .sitelogo img, .headerMain.has_sticky .sitelogo dotlottie-player {
        height: 60px;
    }

    .head-call {
        padding: 0px 20px;
    }

    .banner-video {
        height: 215px;
    }

    .homeSlider .item {
        height: 300px;
    }

    .homebanner .homeSlider .item:after {
        display: none;
        height: 150px;
    }

    .header-menu-open .mb-white-logo {
        height: 40px;
    }

    /*-----digital marketing----*/
    .digitalmarmain .digitalmarsec {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .digitalmarmain .digitalmarsec .digimartitmain .digimartitle {
        font-size: 20px;
        line-height: 30px;
    }

    .digitalmarmain .digitalmarsec .digimartitmain .digimardec {
        margin-bottom: 30px;
    }

    .digitalmarmain .packlist .packbox .digimarpacstar .dimarpac {
        margin-bottom: 20px;
        min-height: 374px;
    }

    .digitalmarmain .collapse:not(.show) {
        display: none;
    }

    .digitalmarmain .digitalmarsec .packlist {
        overflow: hidden;
        white-space: inherit;
    }

    .digitalmarmain .digitalmarsec .packlist .packbox {
        padding: 2px;
        width: 50%;
    }

    .digitalmarmain .digitalmarsec .packlist .packbox:last-child {
        margin-bottom: 0;
    }

    /*.digitalmarmain .digitalmarsec .packlist .packbox:nth-child(2){padding: 10px;width: 100%;margin-bottom: 15px;}*/
    .digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle {
        margin-bottom: 10px;
    }

    .digitalmarmain .digitalmarsec .packlist .packbox>.collapsed {
        position: relative;
    }

    /*.digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle{position: relative;text-align: left;padding-left: 25px;}*/
    .digitalmarmain .packlist .packbox .digimarpacstar .dimarpac {
        min-height: 0;
        display: inline-block;
    }

    .digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle .dimarpopul {
        line-height: 22px;
        text-align: left;
    }

    /*.digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle .dimarpac{font-size: 24px;line-height: 1.4;text-align: left;}*/

    /*.digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle .dimartitle, .digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle .dimarstar{text-align: left; margin-bottom: 0}*/

    /*.digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle::before{position: absolute;content: ''; display: block;top: 0;border-top: 2px solid #000;width: 12px;margin-top: 40px;bottom: 0;left:0px;}

    .digitalmarmain .digitalmarsec .packlist .packbox > .collapsed:before{position: absolute;content: '';display: block;top: 0;border-top: 2px solid #000;width: 12px;margin-top: 40px;right: inherit;left: 0;}

    .digitalmarmain .digitalmarsec .packlist .packbox > .collapsed:after{position: absolute;content: '';display: block;left: 5px;top: 0;border-left: 2px solid #000;width: 2PX;margin-top: 35px;height: 12px;right: inherit;}
    */

    /*-----digital marketing----*/



    .homeSlider .slick-dots {
        left: inherit;
        position: absolute;
        bottom: 10px
    }

    .homeSlider .slick-dots li {
        display: inline-block;
        padding: 0 2px
    }

    .homeSlider .slick-dots li button,
    .homeSlider .slick-dots li.slick-active button {
        width: 6px;
        height: 6px;
        border-radius: 6px;
    }

    .homebanner .slide-caption {
        padding-left: 0;
        transform: none;
        top: inherit;
        text-align: center;
    }

    .homebanner .slide-caption p {
        display: none !important;
    }

    .homebanner .slide-caption p:last-child {
        margin-bottom: 0
    }

    .process-box h4 {
        height: 60px;
        font-size: 16px;
        line-height: 22px;
    }

    p {
        font-size: 14px;
        line-height: 22px;
    }

    .title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .about-content h4 {
        font-size: 22px;
        line-height: 22px;
    }

    .workpro_head h4 {
        font-size: 16px;
        line-height: 1.5;
    }

    .processsl {
        margin-top: 30px;
    }

    .workprocess_section {
        padding: 0 0 30px;
    }

    .servicemain .servicesec .digimain {
        padding-top: 0px;
    }

    .servicemain .servicesec .sertitlemain {
        padding-left: 0px;
    }

    .servicemain .servicesec .sertitlemain .servicedec {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .servicemain .servicesec .sertitlemain .servicedec:before {
        left: 0;
    }

    .servicemain .servicesec .digimain .digititlemain {
        padding-left: 0px;
        padding-top: 20px;
    }

    .servicemain .servicesec .digimain .digititlemain .digititle {
        font-size: 22px;
        line-height: 30px;
    }

    .servicemain .servicesec .digimain .digititlemain .digidec {
        font-size: 14px;
        line-height: 24px;
    }

    .servicemain .servicesec .digimain .digititlemain .digibtn {
        margin-top: 20px;
    }

    .servicemain .sercategory .catemain .sercet .serbtn:hover,
    .servicemain .sercategory .catemain .sercet .active {
        border-bottom: 6px solid #ffcb09;
    }

    .servicemain .sercategory .catemain .sercet .serbtn {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .servicemain .sercategory {
        position: relative;
        padding-top: 15px;
    }

    .selectCat {
        display: block;
        width: 100%;
        font-size: 16px;
        padding-bottom: 10px;
        border-bottom: 6px solid #ffcb09;
        color: #000;
        font-weight: 700;
        position: relative;
    }

    .selectCat:before {
        content: "";
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: -5px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    }

    .selectCat:after {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(-45deg);
        position: absolute;
        right: 10px;
        top: 8px;
        margin: auto;
    }

    .servicemain .sercategory .catemain {
        display: none;
        position: absolute;
        left: 0;
        bottom: 100%;
        width: 100%;
        right: 0;
        background: #f5f5f5;
        white-space: normal;
        text-align: left;
        box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.2);
        border-radius: 4px 4px 0 0;
    }

    .servicemain .sercategory .catemain .nav-item {
        width: 100%;
        border-bottom: none;
        text-align: left;
        margin: 0;
    }

    .servicemain .sercategory .catemain .sercet .serbtn:hover,
    .servicemain .sercategory .catemain .sercet .active {
        border-bottom: none;
    }

    .servicemain {
        padding: 30px 0 0;
        background: #fafafa;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .technologies_section .technologies_block {
        margin-top: 20px;
    }

    .technologies_section h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .technologies_section .technologies_block li {
        padding: 15px;
    }

    .ourwork_section h4,
    .workcaption .workdetails h4,
    .digitalmarmain .digitalmarsec .digimartitmain h5 {
        font-size: 16px;
        line-height: 1.5;
    }

    .workcaption {
        padding: 0px;
        margin-top: 0;
        text-align: center;
    }

    .workcaption .workdetails {
        display: none;
    }

    .workcaption .btn {
        display: inline-block;
        vertical-align: top;
        float: none;
        font-size: 12px;
        padding: 4px 26px 4px 12px;
        margin-top: 10px;
    }

    .digitalmarmain .packlist .packbox {
        position: relative;
    }

    /*.digitalmarmain .digitalmarsec .packlist .packbox, .digitalmarmain .digitalmarsec .packlist .packbox:nth-child(2) {width: 100%; margin-bottom: 0}*/
    .digitalmarmain .digitalmarsec .digimartitmain .digimardec {
        font-size: 16px;
        display: none;
    }

    .digitalmarmain .packlist .packbox .packboxInner:after {
        display: none;
    }

    /*.digitalmarmain .packlist .packbox .getbtn{position: absolute;right: 10px;top: 50px;margin: auto;}*/
    .digitalmarmain .packlist .packbox .getbtn .btn {
        min-width: 80px;
        font-size: 12px;
        padding: 6px 20px;
    }

    .digitalmarmain .packlist .packbox .digimarpacstar {
        text-align: left;
    }

    .footerMain {
        padding: 0px;
    }

    .hidden-m {
        display: none !important;
    }

    .copyrightsl {
        padding-bottom: 20px;
        text-align: center;
        padding-top: 25px;
    }

    .copyrightsl .socialsl {
        float: none;
    }

    .companylogo_section {
        padding: 25px 0;
    }

    .digitalmarmain .digitalmarsec .digimartitmain .title {
        margin-bottom: 10px;
    }

    .contact_section .title {
        margin-bottom: 10px;
    }

    .contact_section h4 {
        font-size: 22px;
        line-height: 42px;
    }

    .contact_section p {
        font-size: 16px;
        line-height: 24px;
    }

    .testi_detail {
        padding: 30px 0 0 0;
    }

    .testi_detail p:before {
        left: 0;
    }

    .ourwork_section .ourwork_slider .slick-arrow.slick-next {
        right: -10px;
    }

    .ourwork_section .ourwork_slider .slick-arrow.slick-prev {
        left: -10px;
    }

    .ourwork_section .ourwork_slider .slick-next.slick-arrow:before,
    .ourwork_section .ourwork_slider .slick-prev.slick-arrow:before {
        font-size: 26px;
    }

    .processsl {
        /*max-width: 100%;*/
        width: auto;
        white-space: nowrap;
        overflow: auto;
        display: block;
        overflow-y: hidden;
        padding: 0 5px
    }

    .processsl li {
        float: none;
        display: inline-block;
        white-space: normal;
        vertical-align: top;
    }

    .headpart {
        padding: 10px;
    }

    .clientImg {
        margin-right: 3px;
    }

    .client_profile {
        width: 42%;
    }

    .testimonial_content {
        padding: 10px;
    }

    .request_quoteMain .container {
        max-width: 100%;
        padding: 15px 0 0 0;
    }

    .request_quoteMain .quoteFormMain {
        padding: 0;
    }

    .request_quoteMain .quoteLogo {
        display: none;
    }

    .request_quoteMain .quoteFormMain .quoteFormTitle {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .quoteFormDec {
        display: none;
    }

    .request_quoteMain .closePop {
        top: 4px;
        right: 6px;
    }

    .companylogo_section .secHead .secTitle {
        font-size: 24px;
    }

    /* logo animation */
    .ourtechimages1 .techo-img {
        width: 80px;
        height: 80px;
    }

    .ourtechimages1 .techo-img img {
        max-width: 70px;
    }

    .copyrightsl .copyright {
        width: 100%;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
    }

    .foot-row {
        font-size: 14px
    }

    .needhelpchoos .needboxmain ul li {
        padding: 0 10px;
    }

    .popDetails {
        padding: 15px;
    }

    .poptitle .dircTitle {
        padding: 0;
        font-size: 24px;
    }

    .popupMain .inputFils {
        height: 55px;
    }

    /*load popup css start */
    #seoPopup .side_Img {
        display: none;
    }

    #seoPopup .pop_right {
        display: inline-block;
        padding: 0 20px;
    }

    #seoPopup .popDetails {
        padding: 10px 0 0 0;
    }

    #seoPopup .popDetails h2 {
        padding: 0;
        font-size: 34px;
        text-align: center;
        max-width: 100%;
    }

    #seoPopup .popDetails h2 span {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        padding-right: 5px;
    }

    #seoPopup .popDetails h2 sub {
        bottom: inherit;
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        padding-left: 5px;
    }

    #seoPopup .popDetails h3 {
        font-size: 18px;
        line-height: 36px;
        margin: 10px 0;
    }

    #seoPopup .popDetails h5 {
        font-size: 14px;
    }

    #seoPopup .seo_form {
        margin: 15px 0;
    }

    #seoPopup.popupMainsl .seo_form .inputFils {
        height: 40px;
        font-size: 12px;
    }

    #seoPopup.popupMainsl .popDetails .btn {
        padding: 6px 20px;
    }

    /*load popup css end */
    .commonSec {
        padding: 20px 0
    }

    .servicesPort .projectdetail p,
    .servicesPort .projectdetail .readMore {
        display: none;
    }

    .servicesPort .projectdetail p.prosmull {
        display: block;
    }

    .servicesPort .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .servicesPort .row div[class^='col-'] {
        flex: 0 0 260px;
        max-width: 260px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #cookie-law-info-bar {
        font-size: 12px;
        text-align: left;
        padding: 10px 10px;
    }

    #cookie-law-info-bar span {
        flex-direction: row-reverse;
        padding-right: 70px;
    }

    #cookie-law-info-bar .cookie_action_close_header {
        margin: 0 5px 0 0 !important;
        width: 26px;
        height: 26px;
        flex: 0 0 26px;
    }

    .getfreeBtn {
        font-size: 14px;
        right: -60px;
        padding: 10px 20px;
    }

    .packPop .side_Img {
        display: none;
    }

    .packPop .packForm {
        width: 100%;
    }

    .clutch_logo {
        padding-bottom: 20px;
        text-align: center;
    }

    .clutch_logo img {
        max-width: 160px;
    }

    .clutch_logo.gopath_logo a {
        margin-left: 0;
    }

    .homebanner .clutch_logo {
        bottom: 0;
    }

    .homebanner .clutch_logo a {
        margin-left: 0px;
    }

    .clutch_logo.gopath_logo a {
        margin-left: 5px;
    }

    .clutch_logo.gopath_logo {
        bottom: -20px;
        margin-top: 0;
        padding-bottom: 0;
        margin-left: 0;
    }

    .clutch_sl {
        text-align: center;
    }

    .clutch_sl a {
        display: inline-block;
        margin-right: 8px;
        max-width: 130px;
    }

    .homeSlider .item .slide-caption {
        bottom: 20px;
    }

    .msearvices {
        margin-top: 0;
        margin-bottom: 0;
    }

    /* coantact info changes start */
    .footerMain {
        padding-top: 0 !important;
    }

    .clutch_logo.new_clutch_logo {
        display: block;
    }

    .contact_section.other_contact_section {
        display: block;
        padding-bottom: 20px;
    }

    .other_info {
        margin-top: 40px;
    }

    /* coantact info changes end */
    .brandingSecContent .secHead .secTitle {
        font-size: 24px;
    }

    .brandingSlides {
        margin-bottom: 0;
    }


    /* new menu */
    .header-bg {
        width: 100%;
        left: inherit;
    }

    .navigation {
        width: 100%;
    }

    .bodyFixed .sidebar-overlay {
        display: none;
    }

    .header-menu-open .sidebar-overlay {
        display: none;
    }

    .empower-service-sec .fillformmain .fillformsec .fillformleft .fillform .starbtn {
        margin-top: 20px;
    }
    .latest-blog-sec .blogdatemain{
        margin-bottom: 5px;
    }

    .headerMain.has_sticky .sitelogo img, .headerMain.has_sticky .sitelogo dotlottie-player{
        max-width: 180px;
    }

    /* new menu */
}

@media only screen and (max-width:667px) {}

@media only screen and (max-width:568px) {
    /* home-page */
	.applyformSec .fillformmain .fillformsec .fillformleft .fillform .starbtn {
    margin-top: 20px;
    margin-bottom: 20px;
}
	.container.accordionbox.careers-accordionbox {
    margin-top: 30px;
    }

    .headerMain.has_sticky .sitelogo img, .headerMain.has_sticky .sitelogo dotlottie-player{
        max-width: 160px;
    }

    .homebanner .slide-caption .clutch_sl {
        display: none;
    }
    .homeSlider .item{height: 390px;}

    .homeSlider .item .slide-caption::after {
        position: absolute;
        content: "";
        top: auto;
        left: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0), #fff);
        width: 100%;
        height: 100%;
        z-index: -1;
        bottom: 0;
    }

    .homeSlider .item .slide-caption {
        bottom: 0;
        padding: 70px 0 30px;
        z-index: 1;
    }

    .processsl li~li:after {
        display: none;
    }

    .process-box .processImg {
        margin-bottom: 10px;
        width: 62px;
        height: 62px;
    }

    .process-box h4 {
        height: auto;
        min-height: 32px;
        font-size: 12px;
        line-height: 1.4;
    }

    .process-box p {
        font-size: 12px;
    }

    .request_quoteMain span.wpcf7-list-item {
        display: block;
        margin: 6px 0 0;
    }

    .secHead .secTitle {
        display: block;
        width: 100%;
        font-size: 1.1250rem;
    }

    .viewAll {
        float: left;
    }

    .clutch_sl a {
        max-width: 80px;
    }

    .blogCategoryItems ul li a {
        font-size: 16px;
        font-weight: 700;
        padding: 6px 10px;
    }

    .brandingSlide {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .techMenu .sub-menu .sub-menu li a img {
        margin-right: 8px;
    }

    .header-menu-open .mb-white-logo {
        height: 35px;
        max-width: 170px;
    }

    .header-menu-open .navigation .mb-logo {
        padding: 15px 20px;
    }

    .other_info li:nth-child(-n + 2) {
        border-bottom: 0;
    }

    .logo_slider .logo {
        padding-bottom: 132px;
    }

    .video_sl {
        width: 100%;
    }

    .public-banner-sec {
        padding: 0 0 50px;
    }

    .public-banner-sec .public-banner-img {
        max-width: 100%;
    }

    .public-banner-con .secHead .secTitle span {
        font-size: 18px;
    }

    .public-banner-con .secHead .secTitle,
    .public-sector-benifit-sec .secHead .secTitle,
    .empower-service-con .secHead .secTitle,
    .related-blog-sec .secHead .secTitle,
    .crypto-tokenize-desc .secHead .secTitle {
        font-size: 22px;
        line-height: 1.3;
    }

    .public-sector-benifit-sec .secHead {
        margin-bottom: 20px;
    }

    .public-sector-benifit-sec .benfit-box-title {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .public-sector-benifit-sec .benifit-boxes {
        height: calc(100% - 15px);
        margin-bottom: 15px;
    }

    .empower-service-con .secHead .secSubTitle {
        font-size: 14px;
    }

    .empower-service-form .form-title {
        font-size: 18px;
        margin-bottom: 0;
    }


    .crypto-tokenize-inner {
        margin-bottom: 30px;
    }

    .public-sector-benifit-sec .benifit-boxes {
        padding: 12px;
    }

    .public-sector-benifit-sec,
    .empower-service-sec {
        padding-top: 50px;
    }

    .public-sector-benifit-sec,
    .empower-service-sec,
    .crypto-tokenize-sec {
        padding-bottom: 50px;
    }

    .latest-blog-sec .secHead .secTitle {
        font-size: 30px;
    }
    
    .latest-blog-sec {
        padding: 40px 0;
    }
    .latest-blog-sec .caselistingcol .projectdetail .projectbio {
        font-size: 14px;
    }
    .latest-blog-sec .fillterliscol .projectdetail{
        padding: 15px;
    }
}

/* common css for below screen 479 */
@media only screen and (max-width:479px) {
    .sitelogo {
        width: 50%;
    }

    .home .headerMain {
        height: auto;
    }

    .head-call i {
        padding-top: 0;
    }

    .homebanner .slide-caption h1,
    .homebanner .slide-caption h2,
    .homebanner .slide-caption h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .homebanner .slide-caption p {
        font-size: 14px;
    }

    .title {
        font-size: 30px;
        line-height: 30px;
    }

    .subtitle {
        font-size: 16px;
        line-height: 26px;
    }

    .about-content h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .about_section {
        padding: 30px 0;
    }

    .workpro_head h4 {
        font-size: 14px;
    }

    .processsl li {
        width: 170px;
        margin-bottom: 10px;
        padding: 0 5px
    }

    .process-box .processImg img {
        max-width: 40px;
    }

    .servicemain .servicesec .digimain .digititlemain .digititle {
        font-size: 20px;
    }

    .technologies_section h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .copyrightsl .socialsl {
        float: none;
    }

    .technologies_section .technologies_block li {
        padding: 5px;
    }

    .techo_box {
        width: 60px;
        height: 60px;
    }

    .techo_box img {
        max-width: 55%;
    }

    /*.ourwork_section{background:#f3f4f4 url(../img/our-work-bg.jpg) no-repeat top center; background-size: 250% auto;}*/
    .workcaption .workdetails {
        width: 100%;
    }

    .ourwork_section .ourwork_slider .slick-arrow.slick-next {
        right: -15px;
    }

    .ourwork_section .ourwork_slider .slick-arrow.slick-prev {
        left: -15px;
    }

    .counter_section {
        padding: 15px 0 30px;
    }

    .counter_section ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact_section h4 {
        font-size: 20px;
        line-height: 35px;
    }

    .digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle .dimartitle {
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 1.4;
    }

    .digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle p {
        font-size: 12px;
    }

    .digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle .dimarstar {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 0
    }

    .digitalmarmain .packlist .packbox .getbtn {
        margin-bottom: 10px;
    }

    .digitalmarmain .digitalmarsec .packlist .packbox .digiboxtitle .dimarpac {
        font-size: 20px;
    }

    .logo_slider .logo a {
        padding-bottom: 80px;
    }

    /*        .sitelogo{margin:4px 0 5px 10px;}*/
    .sitelogo img, .sitelogo dotlottie-player {
        /*height: 46px;*/
    }

    .get-btn {
        padding: 0 15px;
        background: none;
        height: 40px;
        line-height: 47px;
    }

    .get-icon {
        display: inline-block;
        font-size: 20px;
    }

    .get-btn span {
        display: none;
    }

    .btn .icon.get-icon {
        display: inline-block;
        font-size: 20px;
    }

    .btn .icon:after {
        display: none;
    }

    .quotePopBtn span {
        display: none;
    }

    .btn.quotePopBtn {
        padding: 0px;
        background: transparent;
        min-width: auto;
        border: none;
        border-radius: 0;
        margin-top: 5px;
    }

    .headerMain.header-reveral .btn.quotePopBtn {
        color: #fff;
    }

    .headerMain.header-reveral .btn.quotePopBtn:hover {
        color: #fff;
        background: transparent;
    }

    .header-menu-open .closeNav {
        top: 13px;
    }

    .header-menu-open .navigation {
        padding-top: 0px;
    }

    .Header-navList {
        max-height: calc(100% - 77px);
    }

    .head-call {
        padding: 0px 10px;
    }

    .menu-icon {
        width: 26px;
        height: 26px;
    }

    .headerMain.has_sticky .sitelogo img, .headerMain.has_sticky .sitelogo dotlottie-player {
        /*height: 35px;*/
    }

    .request_quoteMain .quoteFormMain .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .request_quoteMain .quoteFormMain p {
        margin-bottom: 10px;
    }

    .request_quoteMain .quoteFormMain .wpcf7-submit {
        width: 100%;
    }

    .request_quoteMain .closePop span,
    .request_quoteMain .closePop span:before,
    .request_quoteMain .closePop span:after {
        width: 26px;
    }


    /*.homebanner {padding: 56px 0 0px;}*/
    .banner-video {
        height: 120px;
    }

    /*        .head-right{top:7px;}*/
    .digivideo iframe {
        height: 200px;
    }

    /*load popup css start */
    #seoPopup .pop_right {
        padding: 0 15px;
    }

    #seoPopup .popDetails h2 {
        font-size: 30px;
        line-height: 24px;
    }

    #seoPopup .popDetails h3 {
        font-size: 16px;
    }

    /*load popup css end */

    /* coantact info changes start */

    .other_info {
        margin-top: 20px;
    }

    .other_info li {
        width: 100%;
        padding: 20px 0 0;
        margin-bottom: 10px;
        border-left: 0;
        border-top: 1px solid #ededed;
        border-bottom: 0;
    }

    .other_info li:first-child {
        padding-left: 0px;
        border: 0;
    }

    .other_info li:nth-child(3) {
        border-left: 0;
    }

    /* coantact info changes end */
}

@media only screen and (max-width:360px) {

    /*load popup css start */
    #seoPopup .pop_right {
        padding: 0 10px;
    }

    #seoPopup .popDetails h2 {
        font-size: 26px;
        line-height: 22px;
    }

    #seoPopup .popDetails h3 {
        font-size: 14px;
    }

    #seoPopup .popDetails h5 {
        font-size: 11px;
    }

    #seoPopup .popDetails h2 span,
    #seoPopup .popDetails h2 sub {
        font-size: 16px;
    }

    /*load popup css end */
    .technologies_section .technologies_block li {
        padding: 3px;
    }

    .clientImg {
        display: none;
    }

    .client_profile {
        width: 54%;
    }

    .banner-video {
        height: 100px;
    }

    .clutch_sl a {
        margin-right: 5px;
    }
}