/* mobile style*/
@media only screen and (max-width: 768px) {
    .mt-footer {
        margin-bottom: 20px !important;
    }

    form.searchform.big button.search-button {
        display: block;
        margin: 0 !important;
        padding: 0 20px !important;
        width: 142px;
    }

    button.alt {
        width: 56px !important;
        padding: 0;
    }

    .tab-new ul.nav.nav-simple {
        position: unset !important;
        justify-content: start;
        margin: 20px 0 0 0;
    }

    .tab-new ul.nav.nav-simple li a {
        font-size: 14px;
        padding: 6px 25px;
    }

    .col-top-500 {
        margin-top: 0 !important;
    }

    .post-grid {
        width: 100%;
    }

    .post-grid {
        display: block;
    }

    .post-grid .post-thumbnail, .post-large .post-thumbnail {
        width: 100%;
        aspect-ratio: 4/3;
    }

    .post-grid .post-content {
        width: 100%;
        padding: 15px 0 0 0;
    }

    .post-grid .post-content .post-title a {
        font-size: 18px;
        line-height: 26px;
    }

    .post-slide {
        width: 100%;
    }

    .post-slide .post-thumbnail, .post-small .post-thumbnail {
        width: 150px;
        height: 120px;
    }

    .post-slide .post-content, .post-small .post-content {
        width: calc(100% - 150px) !important;
    }

    .post-slide .post-content .post-category, .post-small .post-content .post-category {
        position: unset;
        display: none;
    }

    .post-small .post-content .post-title a, .post-slide .post-content .post-title a {
        font-size: 15px;
        line-height: 22px;
    }

    .home-title h3, .home-title h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .color2 h1, .color2 h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .home-title h3:after, .home-title h1:after {
        width: 100px;
    }

    .abouts .about-heading .about-number p.number {
        margin: 0;
        font-size: 15px;
        line-height: 23px;
        letter-spacing: 3px;
    }

    .abouts .about-heading .about-number img {
        width: 158px;
        height: 158px;
        object-fit: contain;
    }

    .abouts .about-heading .about-text {
        font-size: 14px;
        line-height: 22px;
    }

    .abouts .about-content {
        font-size: 16px;
        line-height: 24px;
    }

    .footer-border:before {
        display: none;
    }

    .footer-border .wpcf7 {
        width: 100% !important;
    }

    .col-w-5 {
        flex-basis: 33.3333% !important;
        max-width: 33.3333% !important;
    }

    section.gfx-banner {
        height: 50vh;
    }

    .banner_hero h1, .banner_hero h3 {
        font-size: 35px;
        line-height: 45px;
    }

    .banner_hero {
        top: 50%;
        transform: translateY(-50%);
        bottom: unset;
    }

    .job-grid .c-row:first-child {
        display: none !important;
    }

    .pc-show {
        display: none !important;
    }

    .job-grid .job-item {
        display: block;
        border: 1px solid #303030 !important;
        padding: 16px 12px 8px;
        border-radius: 12px;
        margin-bottom: 16px;
    }

    .job-title {
        justify-content: space-between;
        padding-bottom: 12px;
    }

    .c-col .mobile-show,
    .deadline.mobile-show {
        display: flex;
        gap: 6px;
        padding-bottom: 8px;
        font-size: 15px;
    }

    .highlight-jobs {
        margin-bottom: 32px;
    }

    .c-col.col-download {
        margin: 10px 0 0 0;
    }

    .swiper-gallery .swiper-slide {
        transform: unset;
    }

    .swiper-gallery .swiper-slide-active {
        transform: unset;
    }

    .giatri.maLeft {
        margin-left: 0px;
        width: 100%;
    }

    .giatri.maRight {
        margin-left: 0px;
    }

    .borderRight:after {
        display: none;
    }

    .bds-item p {
        color: #111;
    }

    .bds-item label {
        color: #111;
    }

    .header-form {
        margin: 0;
        border-bottom: 0;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {


}

/**desktop**/
@media only screen and (min-width: 1440px) {
   
}