@media (max-width: 575.98px) {

    /******* Header Start********/
    .mega-menu {
        width: 100%;
        position: static;
        transform: none;
    }

    .top-bar-custom {
        flex-direction: column;
        text-align: center;
    }

    .header-custom {
        top: 75px;
    }

    .navbar-nav .nav-link {
        padding: 12px 0 !important;
    }

    .mega-menu-wrapper {
        display: none !important;
        position: static !important;
        width: 100%;
        box-shadow: none !important;
        padding: 0 !important;
    }

    .contact-info {
        left: 0;
        top: 0;
    }

    /******* Header End********/
    .banner-text-cont .heading {
        font-size: 2rem;
        line-height: 48px;
    }

    /*******About Start********/
    .about-cont {
        padding-top: 30px;
    }

    .about-cont h2 {
        font-size: 1.8rem;
        line-height: 38px;
    }

    .about-sec .btn-wraper .btn {
        width: 26px;
        height: 26px;
    }

    .btn-wraper .pop-btn:nth-child(1) {
        left: 10px;
        top: 80px;
    }

    .btn-wraper .pop-btn:nth-child(2) {
        left: 100px;
        top: -10px;
    }

    .btn-wraper .pop-btn:nth-child(3) {
        left: 200px;
        top: -55px;
    }

    .btn-wraper .pop-btn:nth-child(4) {
        left: 272px;
        top: -30px;
    }

    .btn-wraper .pop-btn:nth-child(5) {
        left: 300px;
        top: 18px;
    }

    .btn-wraper .pop-btn:nth-child(6) {
        left: 150px;
        top: -40px;
    }

    .btn-wraper .pop-btn:nth-child(7) {
        left: 35px;
        top: 10px;
    }

    .btn-wraper .pop-btn:nth-child(8) {
        left: 220px;
        top: 0px;
    }

    .btn-wraper .pop-btn:nth-child(9) {
        left: 125px;
        top: -10px;
    }

    .about-cont .years {
        width: 100%;
    }

    /*******About End********/
    .section-heading {
        font-size: 1.8rem;
        line-height: 35px;
        padding: 15px 0;
    }

    .solutions-section h2 {
        width: 100%;
    }

    .solutions-section h5 {
        font-size: 1.2rem;
    }

    .solution-card .line {
        margin: 20px 0;
    }

    .solution-card .line2 {
        width: 30%;
        top: -10px;
    }

    .solution-card {
        height: auto;
    }

    .portfolio-section .heading {
        width: 100%;
    }

    .portfolio-content h5 {
        font-size: 1.2rem;
    }

    .brands-card {
        height: 93px;
        padding: 10px 55px;
    }

    .blog-card.large {
        height: 350px;
    }

    .custom-prev-arrow4 {
        top: -204px !important;
        left: 0px !important;
    }

    .custom-next-arrow4 {
        top: -204px !important;
        right: 0px !important;
    }

    .custom-prev-arrow4,
    .custom-next-arrow4 {
        width: 45px;
        height: 45px;
    }

    .blog-list-item {
        flex-direction: column;
    }

    .blog-list-item h6 {
        font-size: 1.2rem;
    }

    .blog-overlay h5 {
        font-size: 1.2rem;
        line-height: 28.82px;
    }

    .testimonial-section .owl-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .testimonial-card {
        width: 80%;
        padding: 15px;
        min-height: 200px;
    }

        .job-card {
        padding: 15px 0;
    }
    .career-table thead {
        display: none;
    }

    .career-table tr {
        display: block;
        margin-bottom: 15px;
    }

    .career-table td {
        display: block;
        text-align: left;
        padding: 10px 0;
    }

    .career-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #0a2e5c;
        display: block;
        margin-bottom: 5px;
    }

    .career-table td:last-child {
        text-align: left;
    }
    .record-counter {
        left: 50%;
        bottom: -15px;
    }

    .record-counter.second {
        left: 70%;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {

    /******* Header Start********/
    .mega-menu {
        width: 100%;
        position: static;
        transform: none;
    }

    .top-bar-custom {
        flex-direction: column;
        text-align: center;
    }

    .header-custom {
        top: 75px;
    }

    .navbar-nav .nav-link {
        padding: 12px 0 !important;
    }

    .mega-menu-wrapper {
        display: none !important;
        position: static !important;
        width: 100%;
        box-shadow: none !important;
        padding: 0 !important;
    }

    .contact-info {
        left: 0;
        top: 0;
    }

    .btn-wraper .pop-btn:nth-child(1) {
        left: 10px;
        top: 110px;
    }

    .btn-wraper .pop-btn:nth-child(2) {
        left: 100px;
        top: -10px;
    }

    .btn-wraper .pop-btn:nth-child(3) {
        left: 230px;
        top: -55px;
    }

    .btn-wraper .pop-btn:nth-child(4) {
        left: 400px;
        top: -40px;
    }

    .btn-wraper .pop-btn:nth-child(5) {
        left: 400px;
        top: 30px;
    }

    .btn-wraper .pop-btn:nth-child(6) {
        left: 200px;
        top: -50px;
    }

    .btn-wraper .pop-btn:nth-child(7) {
        left: 35px;
        top: 10px;
    }

    .btn-wraper .pop-btn:nth-child(8) {
        left: 370px;
        top: 10px;
    }

    .btn-wraper .pop-btn:nth-child(9) {
        left: 125px;
        top: -10px;
    }

    .solutions-section h2 {
        width: 100%;
    }

    .solution-card .line {
        margin: 20px 0;
    }

    .solution-card .line2 {
        width: 30%;
        top: -10px;
    }

    .solution-card {
        height: auto;
    }

    .portfolio-section .heading {
        width: 100%;
    }

    .section-heading {
        font-size: 2rem;
        line-height: 35px;
    }

    .portfolio-content h5 {
        font-size: 1.2rem;
    }

    .brands-card {
        height: 93px;
        padding: 10px 55px;
    }

    .blog-card.large {
        height: 350px;
    }

    .custom-prev-arrow4 {
        left: 0px !important;
    }

    .custom-next-arrow4 {
        right: 0px !important;
    }

    .custom-prev-arrow4,
    .custom-next-arrow4 {
        width: 45px;
        height: 45px;
    }

    .blog-list-item {
        flex-direction: column;
    }

    .blog-list-item h6 {
        font-size: 1.2rem;
    }

    .blog-overlay h5 {
        font-size: 1.2rem;
        line-height: 28.82px;
    }

    .testimonial-card {
        width: 80%;
        padding: 15px;
        min-height: 200px;
    }
        .job-card {
        padding: 15px 0;
    }
    .career-table thead {
        display: none;
    }

    .career-table tr {
        display: block;
        margin-bottom: 15px;
    }

    .career-table td {
        display: block;
        text-align: left;
        padding: 10px 0;
    }

    .career-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #0a2e5c;
        display: block;
        margin-bottom: 5px;
    }

    .career-table td:last-child {
        text-align: left;
    }
    .record-counter {
        left: 50%;
        bottom: -15px;
    }

    .record-counter.second {
        left: 70%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    /******* Header Start********/
    .mega-menu {
        width: 100%;
        position: static;
        transform: none;
    }

    .top-bar-custom {
        flex-direction: column;
        text-align: center;
    }

    .header-custom {
        top: 56px;
    }

    .navbar-nav .nav-link {
        padding: 12px 0 !important;
    }

    .mega-menu-wrapper {
        display: none !important;
        position: static !important;
        width: 100%;
        box-shadow: none !important;
        padding: 0 !important;
    }

    .quote-btn-custom {
        width: 200px;
    }

    .contact-info {
        left: 0;
        top: 0;
    }

    .solution-card .line {
        margin: 10px 0;
    }

    .solution-card .line2 {
        width: 30%;
        top: -10px;
    }

    .solutions-section h2 {
        width: 100%;
    }

    .solution-card {
        height: auto;
    }

    .portfolio-section .heading {
        width: 100%;
    }

    .portfolio-content h5 {
        font-size: 1.3rem;
    }

    .brands-card {
        height: 93px;
        padding: 10px 55px;
    }

    .blog-card.large {
        height: 350px;
    }

    .custom-prev-arrow4 {
        left: 35px !important;
    }

    .custom-next-arrow4 {
        right: 35px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    /******* Header Start********/
    .mega-menu-wrapper {
        position: fixed;
        left: 0;
        top: 100px;
        width: 100%;
        background: #fff;
        display: none;
        padding: 20px 20px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        z-index: 9999;
    }

    .mega-dropdown .dropdown-menu {
        display: none !important;
    }

    .quote-btn-custom {
        width: 185px;
    }

    .contact-info {
        left: 0;
        top: 0;
    }

    .about-cont .years {
        width: 100%;
    }

    /* about section */
    .btn-wraper .pop-btn:nth-child(1) {
        left: 15px;
        top: 120px;
    }

    .btn-wraper .pop-btn:nth-child(2) {
        left: 180px;
        top: -10px;
    }

    .btn-wraper .pop-btn:nth-child(3) {
        left: 300px;
        top: -85px;
    }

    .btn-wraper .pop-btn:nth-child(4) {
        left: 400px;
        top: -110px;
    }

    .btn-wraper .pop-btn:nth-child(5) {
        left: 500px;
        top: -30px;
    }

    .btn-wraper .pop-btn:nth-child(6) {
        left: 250px;
        top: -65px;
    }

    .btn-wraper .pop-btn:nth-child(7) {
        left: 380px;
        top: 70px;
    }

    .btn-wraper .pop-btn:nth-child(8) {
        left: 200px;
        top: 60px;
    }

    .btn-wraper .pop-btn:nth-child(9) {
        left: 70px;
        top: -10px;
    }

    /* about sec */
    .solutions-section h2 {
        width: 100%;
    }

    .solution-card {
        height: auto;
    }

    .portfolio-section .heading {
        width: 70%;
    }

    .portfolio-content h5 {
        font-size: 1.3rem;
    }

    .brands-card {
        height: 93px;
        padding: 10px 75px;
    }

    .custom-prev-arrow4 {
        left: 100px !important;
    }

    .custom-next-arrow4 {
        right: 100px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

    /******* Header Start********/
    .mega-menu-wrapper {
        position: fixed;
        left: 0;
        top: 100px;
        width: 100%;
        background: #fff;
        display: none;
        padding: 20px 20px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        z-index: 9999;
    }

    .mega-dropdown .dropdown-menu {
        display: none !important;
    }

    .quote-btn-custom {
        width: 175px;
    }

    .position-xl-relative {
        position: relative;
    }

    .position-xl-absolute {
        position: absolute;
    }

    /* about section */
    .btn-wraper .pop-btn:nth-child(1) {
        left: 15px;
        top: 150px;
    }

    .btn-wraper .pop-btn:nth-child(2) {
        left: 180px;
        top: -10px;
    }

    .btn-wraper .pop-btn:nth-child(3) {
        left: 350px;
        top: -85px;
    }

    .btn-wraper .pop-btn:nth-child(4) {
        left: 500px;
        top: -110px;
    }

    .btn-wraper .pop-btn:nth-child(5) {
        left: 550px;
        top: -10px;
    }

    .btn-wraper .pop-btn:nth-child(6) {
        left: 300px;
        top: -45px;
    }

    .btn-wraper .pop-btn:nth-child(7) {
        left: 480px;
        top: 100px;
    }

    .btn-wraper .pop-btn:nth-child(8) {
        left: 200px;
        top: 110px;
    }

    .btn-wraper .pop-btn:nth-child(9) {
        left: 70px;
        top: 20px;
    }

    /* about sec end*/
    .solutions-section h2 {
        width: 100%;
    }

    .solution-card .line {
        margin: 10px 0;
    }

    .solution-card .line2 {
        width: 30%;
        top: -10px;
    }

    .solutions-section h2 {
        width: 70%;
    }

    .solution-card {
        height: auto;
    }

    .card-overlay {
        width: 25%;
    }

    .portfolio-section .heading {
        width: 60%;
    }

    .portfolio-content h5 {
        font-size: 1.3rem;
    }

}

@media (min-width: 1400px) {

    /******* Common css start********/
    .container-fluid.custom-wide {
        max-width: 97%;
        margin: auto;
    }

    .container.custom-wide {
        max-width: 92%;
        margin: auto;
    }

    /******* Common css end********/
    /******* Header Start********/
    .mega-menu-wrapper {
        position: fixed !important;
        left: 0;
        top: 100px;
        width: 100%;
        background: #fff;
        display: none;
        padding: 20px 20px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        z-index: 9999;
    }

    .mega-dropdown .dropdown-menu {
        display: none !important;
    }

    .position-xl-relative {
        position: relative;
    }

    .position-xl-absolute {
        position: absolute;
    }

    .banner-text-cont {
        height: 211px !important;
    }

    .banner-text-cont .heading {
        width: 70%;
    }

    .banner-sec .banner-text {
        top: 0;
    }

    .service-card .text-muted {
        width: 70%;
    }

    .solution-card .line {
        margin: 10px 0;
    }

    .solution-card .line2 {
        width: 30%;
        top: -10px;
    }

    .card-overlay {
        width: 24%;
    }

    .testimonial-overlay {
        padding-top: 30px;
    }

    .blog-section .heading {
        width: 80%;
    }
    .select-selected {
        z-index: 4;
    }

    .select-options {
        z-index: 3;
    }

}

@media (max-width: 1600px) {
    .portfolio-carousel {
        padding-left: 0%;
    }

    .custom-prev-arrow4 {
        top: -230px;
        left: 260px;
    }

    .custom-next-arrow4 {
        top: -230px;
        right: 260px;
    }
}

@media (min-width: 1600px) {
    .card-overlay {
        width: 22%;
    }

    .custom-prev-arrow4 {
        top: -200px;
        left: 380px;
    }

    .custom-next-arrow4 {
        top: -200px;
        right: 380px;
    }
}