@media only screen and (max-width: 1400px) {
    html{font-size:80%}

    .container{
        max-width: 1100px;
    }

    .info-cta2 h2 {
    font-size: 2.5rem;
}
.info-ser h2 {
    font-size: 3.2rem;
    line-height: 3.2rem;
    text-align: center;
    margin-bottom: 20px;
}


}

@media only screen and (max-width: 980px) and (min-width: 220px) {
    html{font-size:70%}
        a.menu-bottom {
        display: revert;
    }



    .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: none;
        position: absolute;
        z-index: 99999999999;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        right: 15px;
        top: -30px;
        text-align: right;
    }
    .menu-bottom span {
        height: 2px;
        background: #ffffff;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        position: relative;
    }
    .menu-bottom.click span {
        background: #ffffff;
    }
    .menu-bottom.click {
        top: -100px;
        position: fixed;
        top: 30px;
        right: 10px;
    }
    .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: #05005a;
        background: linear-gradient(110deg, rgba(21, 41, 71, 1) 0%, rgba(50, 38, 222, 1) 100%);
        height: 100%;
        z-index: 9999999 !important;
        padding-top: 80px;
    }
    .main-menu ul {
        padding: 0 0;
        width: 100%;
        display: block;
    }
    .menu li {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #ffffff9c;
        position: relative;
        text-align: left;
    }
    .menu li a {
        font-size: 16px !important;
        padding-left: 0;
        color: #ffffff !important;
        font-weight: 400 !important;
        padding: 10px 0 10px 15px;
        text-align: left;
        display: block;
        width: 100%;
        letter-spacing: 0.5px;
        text-align: left;
        text-transform: uppercase;
        line-height: 22px !important;!i;!;
        height: auto;
    }
    .menu-open .main-menu {
        right: 0;
    }
    .menu-open .menu {
        transition-delay: 0.5s;
        opacity: 1;
    }
    
    header ul li.btn-head a.btn-green {
    display: inline-block;
    width: auto;
    margin: 10px 20px 20px;
    padding: 10px 40px;
    color: #fff !important;
}

.dropdown-menu {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    margin: 0;
}

.dropdown-toggle::after {
    width: 9px;
    height: 9px;
    filter: brightness(0) invert(1);
    top: 2px;
    position: relative;
}

.menu li .dropdown-item {padding: 5px 0 5px 30px;font-size: 15px !important;text-transform: capitalize;border-top: 1px solid #ffffff9c;border-bottom: none;}
    
    
    header .menu {
        opacity: 0;
    }
    
    header {
        padding: 20px 0;
        z-index: 2;
    }
     header ul li:last-child {
        border: 0;
    }

    header .logo img,header.fixed a.logo img {
        max-width: 160px;
        /* margin-left: 30px !important; */
    }

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


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

    header {
        text-align: left !important;!i;!;
        z-index: 9;
        top: 0;
        position: relative;
        background: #05005a;
        background: linear-gradient(110deg, rgba(21, 41, 71, 1) 0%, rgba(50, 38, 222, 1) 100%);
        border-radius: 00;
    }

    header ul li {
        margin-right: 0;
    }

    header ul {
        margin: 10px 0 0;
        text-align: center;
    }

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

    .btn {
        font-size: 13px !important;
        padding: 6px 15px 6px 40px !important;
        text-transform: capitalize;
        display: inline-flex;
        align-items: center;
    }

    .btn img {
    width: 22px;
    margin-left: 5px;
}

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

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

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


    header ul.head-ul li:first-child {
    margin-right: 0;
}


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

.info-banner h1 {
    font-size: 32px !important;
    margin-bottom: 8px !important;
    letter-spacing: 1px;
    line-height: 38px !important;
    display: inline-block;
}

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

.info-banner p {
    width: 100%;
    margin-bottom: 16px;
}

.our-banner {
    padding: 50px 0 !important;
    background-position: 50% !important;
    text-align: center;
}



footer {
    padding: 40px 0 30px;
    margin: 0;
    background-position: 0;
    text-align: center;
}


.our-banner .info-banner p {
    margin: 0 auto 15px;
    width: 100%;
}


footer h4 {
    font-size: 2rem;
    margin-bottom: 10px;
}

footer h4 + ul li {
    font-size: 1.5rem;
    line-height: 30px;
    margin-bottom: 0;
}


.copy p {
    text-align: center;
    font-size: 13px !important;
    line-height: 16px !important;!i;!;
    margin-bottom: 8px;
}

.row {
    margin: 0 -10px;
    justify-content: center;
}

header a.btn-head {
    display: none;
}

header .btn-block.text-right {
    display: none;
}


header .row:first-child [class*='col']:last-child {
    /* display: none; */
}

header .row.row-menu {padding: 0;width: 100%;display: block;}

header::before {
    display: none;
}

header .row {
    padding: 0;
    justify-content: start;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 0 10px !important;
    width: 100%;
}

.heading {
    margin-bottom: 30px;
}

.heading.text-center {
    width: 100% !important;
}

h2 br {
    display: none;
}

.top-bar {
    display: none;
}

.foot-col2 {
    padding-left: 0;
    margin-top: 20px;
}

.foot-col3 {
    padding-left: 0;
    margin-top: 0;
}

footer a.ftr-logo + p {
    margin: 12px 0 0 0;
    width: 100%;
}

.foot-col4 {
    padding-left: 0;
    margin-top: 20px;
}

footer h4 + ul.cont-det li {
    padding-left: 32px !important;!i;!;
    line-height: 20px;
    margin-bottom: 15px;
}

footer h4 + ul.cont-det li:last-child {
    margin: 0;
}

footer .row {margin-bottom: 0;}

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

.copy ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy ul li:first-child {
    padding-left: 0;
}

.copy ul li {
}

.copy ul li a {
    font-size: 12px;
}


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

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

.btn::after {
    width: 20px;
    height: 20px;
    left: 12px;
}

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

.info-do h2 {
    margin-bottom: 10px;
}

.info-do p {
    width: 100%;
    margin-bottom: 30px;
}

h6 {
    margin-bottom: 3px;
    padding: 0;
    display: block;
}

.row.row-in {
    padding-left: 0;
}

.info-do2 {
    margin-bottom: 30px !important;
}

a.btn-do {
    height: 32px;
}

.row.row-in [class*='col']:last-child .info-do2 {
    margin-bottom: 0 !important;
}

.our-cta {
    margin: 50px 0 0;
    padding-inline: 10px;
}

.our-cta .row-cta::before {
    border-radius: 40px;
    width: 100%;
    left: 0;
    background-position: 10%;
}

.our-cta .row-cta {
    padding-block: 40px;
}

.info-cta h4 {
    margin-bottom: 5px;
}

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

.info-cta h2::before {
    width: 40px;
    height: 38px;
    bottom: -10px;
    transform: rotate(-35deg);
    left: inherit;
    right: -60px;
}

h6:before, h6:after {display: none !important;}

h2::before {
    display: none;
}

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

.our-stats [class*='col']:nth-last-child(2) .info-stat {
    padding-left: 0;
}

.our-stats [class*='col']:nth-last-child(1) .info-stat {
    padding-left: 0;
}

.info-stat h5::before {
    width: 90% !important;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
}

.info-stat h5 > span {
    margin-top: 0;
    padding-left: 0;
}

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

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

.our-project .row-btm {
    margin-bottom: 20px;
}

.our-project h2 {
    margin-bottom: 10px;
}

.our-project p {
    margin-bottom: 15px;
}

.our-project a > img {
    height: auto;
    margin-bottom: 15px;
}

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

.our-project [class*='col-md-8'] {
    width: 100%;
    order: 2;
}

.our-project .row-btm [class*='col'] {
    width: 100%;
}

.btn-port.text-center {
    margin-top: 10px;
}

.our-project [class*='col']:last-child {
}

.our-contact {
    margin-top: 0;
    text-align: center;
    background-position: 40%;
}

.form-control {
    height: 50px;
    margin-bottom: 6px;
}

textarea.form-control {
    height: 80px;
    margin-bottom: 20px;
}

.img-cont {
    width: 70%;
    margin: 30px auto 0;
}

.our-solution {
    margin-top: 0;
    text-align: center;
    border-bottom: 4px solid #edc35e;
}

.img-sol {
    position: relative;
    bottom: 0;
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.box-sol .box-img {
    display: flex;
    justify-content: center;
}

.box-sol .box-img::before, .box-sol a.btn-do::after {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.box-sol img {
    margin-bottom: 12px;
}

.box-sol h4 {
    margin-bottom: 10px;
}

.box-sol p {
    margin-bottom: 15px;
}

.box-sol {
}

.our-solution .container::before , .our-solution .container::after {
    display: none;
}

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

.our-award::before {
    left: 0;
    height: 150px;
}

.our-award .row-btm {
    margin-bottom: 20px;
}

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

.info-grow h2 {
    margin-bottom: 10px;
}

.img-grow {
    margin-top: 20px;
}

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

.our-cta2 .container::before {
    top: -30px;
    height: 100%;
    width: 100%;
    left: 0;
}

.img-cta2 {
    width: 50%;
    margin: 20px auto 0;
}

.our-faq {
    margin-top: 0;
}

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

.our-cta2 .container::after {}

.info-test p {
    min-height: auto;
}

.our-review {
    margin: 0;
    text-align: center;
    border: 5px solid #f0c357;
    padding-bottom: 30px !important;
}

.our-review h2 {
    padding-top: 0;
    margin-bottom: 20px;
}

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

.our-review .container::before {
    display: none;
    left: 0;
}

.info-cont-foot {
    padding-left: 0;
    margin-top: 30px;
}

.info-cont-foot ul li {
    padding-left: 0;
    margin-bottom: 15px;
}

.info-cont-foot ul li svg {
    position: relative;
    margin-right: 5px;
    top: 6px;
    bottom: inherit;
}

.info-foot a.ftr-logo {
    margin-bottom: 10px;
}

.row.row-top {
    padding-bottom: 40px;
    margin-bottom: 30px;
}

ul.foot-menu li span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 5px;
}

ul.foot-menu li {
    width: 33%;
    margin-bottom: 20px;
}

ul.foot-menu {
    flex-wrap: wrap;
    justify-content: center;
}

ul.foot-menu li:nth-child(n+3) {
    margin-bottom: 0;
}
header ul li > a span {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    z-index: -1;
}
.site-logos {
    padding: 25px 0;
}

.site-logos h4 {
    margin-bottom: 12px;
}

p br {
    display: none;
}

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

.our-about h2 {
    margin-bottom: 10px;
}

.our-about .row-btm {
    margin-bottom: 30px;
}

.img-about {
    left: 0;
    width: 90%;
    margin: 0 auto 20px;
}

.box-about ul {
    gap: 10px;
    row-gap: 8px;
}

.box-about {
    margin-bottom: 30px;
}

.info-pass2 {
    padding: 40px 30px;
    text-align: center;
}

.info-pass2 p {
    margin-bottom: 20px;
}

.img-pass2 {
    width: 100%;
    left: 0;
}

.img-pass2 img {
    border-radius: 0;
}

.our-passion .row-pass {padding: 40px 10px;}

.our-passion .row-pass::before {
    width: 100%;
    left: 0;
}

.our-passion .row-pass::after {
    display: none;
}

.our-passion figure img {
}

.box-pass {
    height: auto;
}

.info-pass figure {
    order: 1 !important;
}

.info-passion {
    text-align: center;
    margin-top: 20px;
}

.info-passion p {
    margin-bottom: 0;
}

.box-cont {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.box-cont img {
    margin-bottom: 10px;
}

.box-cont h4 {
    margin-bottom: 10px;
}

.our-contact-page {
    text-align: center;
}

.row.row-cont {
    margin-top: 20px;
    padding: 40px 15px;
}

.info-form-cont p {
    margin-bottom: 20px;
}
.nav-tabs.tab-ser li.nav-item {
    width: calc(33% - 6px);
}

.nav-tabs.tab-ser {
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
}

.nav-tabs.tab-ser li.nav-item .nav-link img {
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
}

.nav-tabs.tab-ser li.nav-item .nav-link {
    padding-block: 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    border-width: 2px;
}

.info-ser img {
    width: 60%;
    margin: 0 auto 20px;
    display: table;
}

.info-ser2 {
    text-align: center;
    margin-bottom: 30px !important;
}

.info-ser2 img {
    margin-bottom: 10px;
}

.our-services .tab-content .row {
    margin-top: 30px;
}

.info-ser2 p {
    width: 100%;
}

.info-ser2 h4 {
    font-size: 2rem;
    line-height: 26px;
    margin-bottom: 10px;
}

.info-ser {}

.our-services .row.row-in + .btn-block {
    margin-top: 0;
    padding-left: 0;
    display: table;
    margin: 0 auto 30px;
}

.info-server {margin-bottom: 20px;padding: 40px 30px;}

.info-server h4 {
    font-size: 2.5rem;
}

.info-server.ser3 a.btn {
    position: relative;
    bottom: 0;
}

.popup-content {
    width: 100%;
    margin: 0;
}

.popupform {
    width: 90%;
    height: auto;
    padding: 30px 20px;
    border-radius: 20px;
    background: #05005a;
    background: linear-gradient(110deg, rgba(21, 41, 71, 1) 0%, rgba(50, 38, 222, 1) 100%);
}

button.fancybox-button.fancybox-close-small {
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
}
    
}