@media (max-width: 1199px) {
    .about-company {
        height: auto !important;
    }
    .sub-heading {
        margin-top: 30px;
    }
    .c-name {
        font-size: 55px;
    }
    .banner p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .name {
        font-size: 20px !important;
    }
    .c-name {
        font-size: 45px !important;
    }
    .banner p {
        font-size: 13px;
    }
    .about_icon {
        display: flex;
    }
    .about_icon i {
        margin-right: 20px;
    }
}

@media (max-width: 776px) {
    .about-company h1 {
        font-size: 40px !important;
    }
    .services h1 {
        font-size: 40px !important;
    }
    .contact-form h1 {
        font-size: 40px !important;
    }
    .contact-information h1 {
        font-size: 40px !important;
    }
}

@media (max-width: 575px) {
    .name {
        font-size: 14px !important;
        letter-spacing: 5px !important;
    }
    .c-name {
        font-size: 27px !important;
    }
    .banner p {
        font-size: 11px;
    }
    .banner video,
    .banner {
        height: 400px !important;
    }
    .about-company h1 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .services h1 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .contact-form h1 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .contact-information h1 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .navbar-brand {
        width: 130px !important;
    }
    .navbar-collapse {
        background: #005E7D;
        padding: 10px 0;
    }
    header.nav-sticky .navbar-collapse {
        background: #fff !important;
    }
    .nav-link {
        color: #000 !important;
    }
    .navbar .theme-btn {
        margin: 10px 10px !important;
    }
    .about_icon i {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .about_one p {
        font-size: 12px;
    }
    .new_head_style h1 {
        font-size: 25px;
    }
    .new_head_style h3 {
        font-size: 14px;
    }
    .about_one {
        padding: 40px 0;
    }
    .breadcrumb_bg h1 {
        font-size: 40px !important;
    }
    .breadcrumb_bg {
        height: 250px !important;
    }
    .about-section span {
        font-size: 11px !important;
        padding: 3px 7px !important;
    }
    .about-section h2 {
        font-size: 20px !important;
    }
    .about-section p {
        font-size: 12px !important;
    }
    .featured-section h2 {
        font-size: 20px;
    }
    .testimonial-section img {
        width: 40px;
        height: 40px;
    }
    .awesome-project h2 {
        font-size: 20px !important;
    }
    .awesome-project p {
        font-size: 11px !important;
    }
    .portfolio_page .image_box img,
    .image_box img {
        height: 250px;
    }
    .ict_img {
        height: 140px;
    }
    .ICT h2 {
        font-size: 20px !important;
    }
    .ICT p {
        font-size: 12px !important;
    }
}