@media only screen and (max-width: 980px) and (min-width: 320px) {
    .menu li a:before{
        display: none;
    }
    .menu-bottom span:nth-child(2) {
        width: 70%;
    }
    .menu-bottom.click span:nth-child(1) {
        width: 0;
    }
    .menu-bottom.click span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 9px;
        width: 100%;
    }
    .menu-bottom.click span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-bottom span:last-child {
        margin-bottom: 0;
    }
    .menu-bottom {
        width: 40px;
        height: 40px;
        padding: 5px;
        float: right;
        position: absolute;
        z-index: 99999999999;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        right: 18px;
        top: -40px;
    }
    .menu-bottom span {
        height: 2px;
        background: #ffffff;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        position: relative;
    }
    .menu-bottom.click span {
        background: white;
    }
    .menu-bottom.click {
        top: -100px;
        position: fixed;
        top: 30px;
    }
    .main-menu{
        margin: 0;
        overflow: auto;
        position: fixed;
        right: -100%;
        width: 100%;
        top: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        background: rgb(37,30,24);
        background: linear-gradient(0deg, rgba(37, 30, 24, 1) 25%, rgb(18 145 177) 100%);
        height: 100%;
        z-index: 9999999 !important;
        padding-top: 60px;
    }
    .main-menu ul {
        padding: 0 0;
        width: 100%;
    }
    .menu li {
        display: block !important;
        margin: 0;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #ffffff;
        position: relative;
        text-align: left;
    }
    .menu li a {
        font-size: 15px !important;
        padding-left: 0;
        color: #fff !important;
        font-weight: 400 !important;
        padding: 10px 15px;
        text-align: left;
        display: block;
        width: 100%;
        letter-spacing: 0.5px;
        text-align: left;
        margin-bottom: 0;
        text-transform: uppercase;
    }
    .menu-open .main-menu {
        right: 0;
    }
    .menu-open .menu {
        transition-delay: 0.5s;
        opacity: 1;
    }

    .dropdown-menu {
    position: static;
    background: transparent;
    float: none;
    display: inherit;
}

.dropdown-menu a {
    padding-left: 30px !important;
    border-top: 1px solid #ffffff;
}

header ul li.me-btn a {
    display: inline-block !important;
}

header ul li.me-btn span {
    display: block;
}

header ul li.me-btn {
    padding-left: 60px;
}

header ul li.me-btn img {
    position: absolute;
    left: 0;
    max-width: 40px;
    top: calc(50% - 20px);
    left: 30px;
}
    header .menu {
        opacity: 0;
    }
    header {
        padding: 15px 0;
        z-index: 2;
    }
    header .logo img {
        max-width: 100px !important;!i;!;
    }

    h2 {
        font-size: 28px !important;!i;!;
        line-height: 32px !important;!i;!;
        margin-bottom: 10px;
        letter-spacing: 0;
    }


    header nav {
        text-align: center;
        margin-top: 20px;
    }

    header {
        /* text-align: center; */
        z-index: 9;
    }

    header ul li {
        margin-right: 0;
    }

    header ul {
        margin: 10px 0;
    }

    header ul li.phone a {
        font-size: 16px;
    }

    .btn {
        font-size: 13px;
        letter-spacing: 0;
        padding: 6px 15px;
    }

    section {
        padding: 40px 0;
        overflow: hidden;
    }

    header ul li:last-child {
        border: 0;
    }

    header ul.btn-ul {
        display: none;
    }   

    .our-banner {
    padding: 100px 0 30px;
}

.info-banner h1 {
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.info-banner h1 br {
    display: none;
}

.scroll {
    display: none;
}

h6 {
    font-size: 14px;!;!i;!;
}

    .home-service h2 {
    margin-bottom: 10px;
}

p {
    font-size: 14px !important;
}

.info-service {
    padding: 20px 15px;
    margin-bottom: 10px;
    min-height: 90px;
    display: flex;
    align-items: center;
}

.home-service [class*='col'] {
}

.home-service .row:nth-child(2) {
    margin-bottom: 0;
}

.home-service .row:last-child [class*='col']:last-child .info-service {
    margin-bottom: 0;
}

.img-who img {
    max-width: 100%;
    margin-bottom: 10px;
}

.img-who {
    left: 0;
}

.info-who h2 {
    font-size: 24px;
    letter-spacing: 0;
}

.info-who h2 + p {
    margin-bottom: 20px;
}

.in-who {
    text-align: center;
    display: inline-flex;
    width: calc(50% - 12px);
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
    margin: 0 5px;
}

.in-who h4 {
    display: block;
    margin-left: 0;
    font-size: 16px;
}

.in-who img {max-width: 60px;margin-bottom: 12px;}

.info-who [class*='col']:first-child {
    margin-bottom: 10px;
}

    .info-colab h2 + img {
    display: none;
}

.info-colab::after {
    display: none;
}

.info-colab::before {
    display: none;
}

.info-colab {
    margin-bottom: 20px;
    text-align: center;
}

.our-collab .row .row {display: inline-block;text-align: center;width: 49%;margin: 0 auto 0;}

.our-collab .row .row [class*='col'] {padding: 0 3px;}

.in-colab {
    margin-bottom: 10px;
}

.in-colab:hover {
    box-shadow: none;
}

    .info-work {
    text-align: center;
}

.info-work img {
    max-width: 25px;
}

h2 br {
    display: none;
}

.work-detail img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.our-count [class*='col'] {
    width: 50%;
}

.info-count img {
    max-width: 60px;
}

.info-count h4 {
    font-size: 40px;
    line-height: 40px;
}

.info-count h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.our-count {
    padding: 30px 0 20px;
}

.info-count::before {
    max-width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.our-package .row:first-child {
    margin-bottom: 10px;
}

    .info-price {
    margin-bottom: 20px;
}

.info-price .head-price::after {
    height: 50px;
}

.info-price ul {
    height: 180px;
    margin: 25px 0 10px;
}

.our-package .row:nth-child(2) {
    margin-bottom: 0;
}

.our-choose {
    padding: 30px 0;
    background: #161b21;
    text-align: center;
}

.info-choose {
    margin-bottom: 10px;
}

.our-choose .row .row:nth-child(2) {
    margin-bottom: 0;
}

.our-testimonial {
    margin-top: 0;
    padding: 40px 0 40px;
}

.our-testimonial .container::before {
    display: none;
}

.our-testimonial .container::after {
    display: none;
}

.test-bg::before {
    display: none;
}

.img-test {position: relative;bottom: 0;left: 0;max-width: 80%;margin: auto;margin-top: 10px;}

.img-test2 {right: 0;max-width: 190px;transform: rotate(90deg);bottom: -140px;left: 0;margin: auto;}

.test-bg {
    padding: 20px 15px;
}


    .info-test h4 + p {
    margin-bottom: 12px;
}

.owl-testimonial.owl-theme .owl-nav {
    left: 0;
    right: 0;
    bottom: -285px;
    top: inherit;
    margin: auto;
    width: 50px;
}

.cta {
    text-align: center;
}

.cta .cta-img {
    left: 0;
}

.cta .cta-img img {
    max-width: 100%;
    margin-bottom: 10px;
}

.cta h1 {
    font-size: 34px;
    letter-spacing: 0;
    line-height: 37px;
}

.cta h1:before {
    display: none;
}

.cta .btn {
    margin: auto;
}

    footer {
    padding: 40px 0 0;
    text-align: center;
}

footer a.logo + p {
    max-width: 100%;
    margin-bottom: 25px;
}

footer a.logo img {
    margin-bottom: 15px;
}

footer h4 {
    margin-bottom: 7px;
}

footer h4 + ul {
    margin-bottom: 16px;
}

footer ul.foot-detail li {
    margin-bottom: 10px;
}
footer h4 + ul li {
    margin-bottom: 0;
    padding-left: 0;
}

footer ul.foot-detail li p, footer ul.foot-detail li a {
    margin-bottom: 0;
}

.copy {
    padding: 30px 0 10px;
    text-align: center;
}

.copy ul {
    text-align: center;
}

    .logo-banner .info-banner h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.logo-banner .info-banner h1 {
    font-size: 34px;
    line-height: 35px;
    margin-bottom: 0;
}

.logo-banner .info-banner h1::before {
    display: none;
}

.logo-banner {
    padding: 110px 0 30px;
}

.cur-page {
    position: relative;
    bottom: 0;
    margin-top: 20px;
}

.logo-banner .container::before, .logo-banner .container::after {
    display: none;
}

.cur-page::before {
    display: none;
}

.social {display: none;}

.same-ser {
    margin: 0 0 12px;
    padding: 15px;
    height: auto;
}

.same-ser figure {
    margin-bottom: 15px;
}

.our-custom {
    margin-top: 0;
    padding: 40px 0;
}

.our-custom .info-text {
    margin-bottom: 20px;
}

.img-custom img {
    max-width: 80% !important;
    margin: 10px auto 0;
    display: table;
}

.img-custom {}

.our-custom [class*='col']:last-child .info-custom {
    padding-right: 0;
    padding-left: 20%;
    text-align: left;
}

.our-custom [class*='col']:last-child .info-custom h4 {
    padding-left: 30px;
    padding-right: 0;
}

.our-custom [class*='col']:last-child .info-custom h4 + p {
    margin-left: 0;
}

.our-custom [class*='col']:last-child .info-custom h4::before {
    left: 0;
}

.our-custom [class*='col']:last-child .info-custom img {
    left: 0;
    right: inherit;
    margin-left: 0;
}

.our-custom [class*='col']:last-child .info-custom::before {
    right: 0;
    left: 0;
    transform: rotate(0);
}

.info-custom::before {
    left: 0;
    right: 0;
    margin: auto;
}

    .our-portfolio .row:first-child {
    margin-bottom: 20px;
}

.our-portfolio .row:nth-child(2) [class*='col'] {
    width: 50%;
}

.our-portfolio .row {
    justify-content: center;
}

.our-portfolio::before {
    display: none;
}

    .our-portfolio .row:first-child {
    margin-bottom: 20px;
}

.our-portfolio .row:nth-child(2) [class*='col'] {
    width: 50%;
}

.our-portfolio .row {
    justify-content: center;
}

.our-portfolio::before {
    display: none;
}

.our-process .row:first-child {
    margin-bottom: 30px;
}

.info-pro {
    text-align: center;
    margin-bottom: 12px;
    padding: 20px 15px;
    border: 2px solid #fff;
}

.our-process {
    background: #151635;
}

.info-pro::before {
    display: none;
}

.info-pro img {
    display: table;
    margin: auto;
    margin-bottom: 10px;
}

.our-process [class*='col']:last-child .info-pro {
    margin-bottom: 0;
}

.cs2 .info-custom span {
    color: #fff;
}
    .cta2 h2 {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 20px;
}

.cta2 h2 + img {
    display: none;
}

.cta2 p {
    width: 100%;
    margin: 20px 0 0;
}

.cta2 {
    text-align: center;
    padding: 40px 0;
}

.cta2 .btn > span {
    width: 50px;
}

.cta2 .btn {
    padding: 12px 25px 12px 70px;
}

    .digital-service {
    margin-top: 20px;
    text-align: center;
}

.digi-ser h2 {
    font-size: 24px;
    line-height: 28px;
    display: inline-block;
    margin-bottom: 12px;
}

.digital-service::before {
    display: none;
}

.digital-service::after {
    max-width: 100%;
}

.digi-ser h2::before {
    display: none;
}

.digi-ser h2 {}

.digi-ser p {
    max-width: 100%;
    line-height: 22px;
    margin-bottom: 15px;
}

.digi-img img {
    max-width: 70%;
    margin:  20px auto 0;
    display: table;
}

.another-service {
    padding: 30px 0;
    margin: 0;
}

.ds::after {
    top: 0;
}


.ecs {
    margin-top: 20px;
}

.ecs [class*='col']:last-child .info-custom {
    padding-left: 0;
    text-align: left;
}

.ds .container {
    margin-top: 0;
}

.same-ser h4 + p, .same-ser h4 {
    margin-left: 0;
}
    .app-banner + .our-logo h2 {
    font-size: 24px;
}

    .our-agency::before {
    max-width: 100%;
    right: 0;
    height: 100%;
}

.our-agency::after {
    display: none;
}

.info-ag {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
}

.info-ag h2 {
    font-size: 24px;
    line-height: 28px;
}

.info-agency {
    padding: 12px 0  !important;
}

.info-agency h2 {
    font-size: 24px;
    line-height: 28px;
}

.info-agency h2 + p {
    width: 100%;
    margin-left: 0;
}

.our-agency .container::after {
    display: none;
}

.info-agency::before {
    left: 0;
    height: 7px;
    right: 0;
    margin: auto;
}

.our-value h2 + p {
    width: 100%;
}

.our-value {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 30px 0;
}

.our-value [class*='col'] {
    padding:  0 10px;
}

.our-value .info-text {
    margin-bottom: 20px;
}

.info-value {
    margin-bottom: 12px;
}

.our-best {
    margin: 0;
    padding: 30px 0;
}

.our-best h2 + p {
    width: 100%;
}

.our-best .info-text {
    margin-bottom: 30px;
}

.info-best {
    padding-left: 30px;
    margin-bottom: 20px;
}

.info-best h4::after {max-width: 50px;left: -30px;}

.info-best h4 {
    font-size: 24px;
    line-height: 25px;
}

.best-img img {
    max-width: 70%;
    display: table;
    margin: 0 auto;
}

.best-img {
    left: 0;
}

    .our-contact .container {
    padding: 20px 15px;
    border-radius: 0;
}

.our-contact {
    padding: 30px 0;
    text-align: center;
}

.contact-detail {
    margin: 20px 0 0;
}

.contact-detail h4, .info-contact h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
}

.contact-detail .cont-more {
    margin-top: 10px;
}

.contact-detail .cont-more h5 {
    margin-bottom: 5px;
}

.popup-bann {
    display: none;
}

div#popupform .modal-body::before {
    display: none;
}

div#popupform .modal-body::after {
    display: none;
}

div#popupform::before {
    display: none;
}

div#popupform {
    max-width: 100%;
    padding: 0;
}

.popup-content {
    margin: 0 0 0 0 !important;
    padding: 30px 15px;
    max-width: 100%;
    text-align: center;
}

.fancybox-slide--html .fancybox-close-small {
    top: 0;
    right: 0;
    border-radius: 0;
}

.popup-content h3 {
    font-size: 14px;
}

.popup-content h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}

.popup-content h2 span {
    line-height: 25px;
    padding: 0 4px;
}

.popup-content .form-control {
    height: 40px;
}

.popup-content .btn {
    padding: 12px;
}
    
    
    .ecommerce-banner + .our-logo + .digital-service .digi-img img {
    max-width: 70%;
}

.ecommerce-banner + .our-logo + .digital-service .digi-img {

    left: 0px;
}

    .mb-process h2 {
    font-size: 24px;
    line-height: 28px;
}

.home-service .row:first-child {
    margin-bottom: 30px;
}

.last-btn {
    display: none;
}

.btn::before {
    width: 8px;
    height: 8px;
}

.who-we {
    text-align: center;
}

.row.row-colab ul li {
    width: 100%;
}

.info-price h2 {
    margin-bottom: 20px;
}

.our-package {
    text-align: center;
}

.info-price ul li {
    text-align: left;
}

.our-testimonial h2 + p {
    width: 100%;
}

footer [class*='col']:nth-child(2), footer [class*='col']:nth-child(3) {
    /* width: 49%; */
}

footer  .copy [class*='col'] {
    width: 100% !important;!i;!;
}

footer h4 + ul li::before {display: none;}

.copy .row {
    justify-content: center;
}

.copy ul li {
    display: inline-block;
    width: 49%;
    padding: 0;
}
.copy ul li::before {
    width: 8px;
    height: 3px;
    left: inherit;
    right: -13px;
}

.copy ul li:last-child::before {
    display: none;
}

footer ul.foot-detail li p, footer ul.foot-detail li a {
    font-size: 16px;
}

.our-logo {
    text-align: center;
}

.our-agency {
    text-align: center;
}

.our-best [class*='col']:nth-child(2) {
    order: 1;
}

.info-best:last-child {
    margin-bottom: 20px;
}

.cta2 ul li {
    width: 100%;
    padding-left: 0;
}

.cta2 ul li::before {
    width: 20px;
}

.cta2 ul {
    margin-bottom: 0;
}
.our-portfolio {
    text-align: center;
}

.same-service {
    padding-block: 40px;
}

.info-custom {
    padding-left: 60px;
}

.info-custom img {
    width: 45px;
}

.our-custom [class*='col']:nth-child(2) {
    order: 1;
}

.our-custom [class*='col']:first-child .info-custom:first-child::before {
    display: none;
}

.info-custom:first-child::before {
    display: block;
}

.portfolio-slide [class*='col'] {
    width: 50%;
}

.brand-banner + .our-logo h2 {
    margin-bottom: 10px;
}

.info-price h5 {
    top: 140px;
    right: 26%;
}

.another-service .digi-img img {
    margin-bottom: 20px;
    margin-top: 0;
}

.another-service{
    text-align: center;
}

.pk3 {
    margin: 0;
}

.ecs .img-custom {
    left: 0;
    top: 0;
}

.info-price .head-price h4 {
    font-size: 17px;
    margin-left: 10px;
}
.app-cs .img-custom {
    left: 0;
    top: 0;
}

.info-custom h4 {
    font-size: 17px;
}

div.popupform::before {
    display: none;
}

div.popupform {
    max-width: 100%;
    padding: 0;
}

div.popupform .modal-body::before , div.popupform .modal-body::after {
    display: none;
}

.ecs .info-custom h4 {
    padding-left: 0 !important;
}

    .ecs .info-custom {
    text-align: center !important;
}

.ecs .info-custom img {
    left: 0;
    right: 0;
    margin: 0 auto!important;
}

ul.foot-detail {
    margin-top: 10px;
}


    
}