@media (max-width:1299px) {
    .Features {
        display: flex;
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        padding: 60px 0;
    }

    .FeaturesContainer h1 {
        margin-bottom: 0 !important;
    }

    .myWork {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .is-wrapper .is-box .is-container {
        margin-top: 0 !important;

    }

    .menu {
        width: 65% !important;
    }
}


@media (max-width:1199px) {
    .aboutItems {
        padding: 65px;
    }

    .header-title-logo img {
        max-width: 220px;
    }

    .menu {
        width: 68% !important;
    }

    .logo-fit2 {
        height: 90px !important;
    }

    .abtLogo img {
        height: 75px;
    }

    .aboutCtn h1 {
        margin: 16px 0;
        margin-bottom: 20px;
    }

    .mb-30 {
        margin-bottom: 20px !important;
    }

    .abtLogo {
        margin-top: 28px;
    }
}

@media (max-width:1030px) {
    .mainSec {
        background-position: right;
    }
}

@media (max-width:991px) {
    .footerArea {
        flex-wrap: wrap;
    }

    .footerItems {
        width: 50%;
    }

    .footerItems:last-child {
        border: none;
    }

    .footerItems:nth-child(2) {
        border: none;
    }
}

@media (max-width:767px) {
    .mainHeader {
        display: none;
    }

    .header-wrapper {
        display: none !important;
        font-family: 'GalileoFLF' !important;
    }

    .mobile-manu {
        display: flex !important;
        position: fixed;
        justify-content: space-between;
        top: 0;
        z-index: 99999 !important;
        width: 100%;
        /* padding-left: 15px !important; */
        /* padding-right: 15px; */
        align-items: center;
        z-index: 10000;
        background-color: #000000b0;
        padding: 15px 20px;
    }

    .navbar ul {
        flex-direction: column;
        text-align: center;
    }

    .dropdown-content {
        position: static;
        display: none;
    }

    .dropdown.active .dropdown-content {
        display: block;
    }

    .innerWork {
        margin-top: 100px;
    }

    .sideBer ul li a {
        font-size: 18px;
        padding: 15px 20px;
    }

    .m-logo {
        width: 25%;
    }

    .m-logo img {
        width: 100%;
        max-width: 100% !important;
    }

    .mobile-manu nav {
        width: 25%;
        display: flex;
        justify-content: end;
        background: none;
    }

    .mobile-manu .socialBx {
        width: 50%;
        display: flex;
        justify-content: center;
    }

    .mobile-manu .menu {
        width: 100% !important;
    }

    nav a {
        font-family: 'times' !important;
    }

    .AboutUsContainer {
        flex-wrap: wrap;
    }

    .aboutItems {
        width: 100%;
    }

    .AboutUsContainer::before {
        background-color: transparent;
    }

    .AboutUs::before {
        width: 100%;
    }

    .aboutItems {
        padding: 40px;
    }

    .AbtImg {
        margin-top: 50px;
    }

}

@media (max-width:575px) {
    .m-logo {
        width: 50%;
    }

    .mobile-manu .socialBx {
        width: 30%;
        display: none;
    }

    .mobile-manu nav {
        width: 50%;
    }

    .m-logo img {
        width: 100%;
        max-width: 210px !important;
    }

    .heroCnt h1 {
        font-size: 50px;
    }

    .mainSec {
        background-position: right;
    }

    .workArea::after {
        top: -30px;
        left: -30px;
    }

    .workArea {
        margin-top: 60px;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .FeaturesContainer h1 {
        font-size: 34px;
    }

    .is-wrapper .is-box .is-container {
        margin-bottom: 0 !important;
    }

    .Features {
        padding: 45px 0;
    }

    .featuresRow {
        flex-wrap: wrap;
    }

    .featuresItems {
        width: 100%;
        height: auto;
    }

    .featureTitle {
        text-align: center;
        margin-top: 12px;
        font-size: 24px;
    }

    .aboutCtn span,
    .aboutCtn h1 {
        font-size: 34px;
    }

    .footerItems {
        width: 100%;
        border: none;
        padding: 20px;
        border-bottom: 1px solid #ffffff1b !important;
    }

    .footerItems:last-child {
        border: none;
    }

    .footerItems:nth-child(2) {
        border-bottom: 1px solid #ffffff1b !important;
    }
    .abtLogo{
        flex-direction: column;
        gap: 20px;
    }
    .subMenu:before{
        font-size: 35px;
    }
}