/*===================================================================
	Max 1199px
===================================================================*/
@media (max-width: 1199px) {

}



/*===================================================================
	Max 991px  
===================================================================*/
@media (max-width: 991px) {
	.mobile-menu {
        padding: 15px;
        position: absolute;
        top: 10px;
        right: 0px;
    }
    .mobile-menu i {
        font-size: 16px;
        color: #000;
    }
    .mobile-nav {
        position: fixed;
        width: 340px;
        height: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
        transform: translateX(-100%);
        -webkit-transition: all 0.3s ease;
        -moz-transition   : all 0.3s ease;
        -o-transition     : all 0.3s ease;
        transition        : all 0.3s ease;
    }
    .menu-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left:0;
        background-color: rgba(0,0,0,0.7);
        z-index: 8;
        transform: translateX(100%);
        -webkit-transition: all 0.3s ease;
        -moz-transition   : all 0.3s ease;
        -o-transition     : all 0.3s ease;
        transition        : all 0.3s ease;
    }
    .mobile-nav.showMenu,
    .menu-overlay.showMenu {
        transform: translateX(0);
        -webkit-transition: all 0.5s ease;
        -moz-transition   : all 0.5s ease;
        -o-transition     : all 0.5s ease;
        transition        : all 0.5s ease;
    }
    .close-mobile-nav {
        position: absolute;
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        background: rgb(253 228 228);
        color: #d30101;
        border-radius: 100px;
        font-weight: 100;
        top: 10px;
        right: 10px;
        font-size: 22px;
        cursor: pointer;
        transition        : all 0.3s ease;
    }
    .close-mobile-nav:hover {
        background: #d30101;
        color: #fff;
        transition        : all 0.3s ease;
    }
    .mobile-tagline {
        background-color: #f3f3f3;
        float: left;
        width: 100%;
        padding: 5px 15px;
        color: #333;
        font-size: 13px;
        text-align: center;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin: 10px 0 10px 0;
    }
    .mobile-nav .mobile-logo {
        float: left;
        width: 100%;
        padding: 15px;
    }
    .mobile-nav .mobile-logo img {
        max-width: 250px;
    }
    .mobile-nav .mobile-navigation {
        position: relative;
        float: left;
        width: 100%;
    }
    .mobile-nav .mobile-navigation #primary-menu {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .mobile-nav .mobile-navigation #primary-menu li a {
        float: left;
        width: 100%;
        padding: 15px 15px;
        border-bottom: 1px solid #eee;
        color: #333;
        font-weight: 600;
        text-decoration: none;
    }
    .mobile-nav .mobile-navigation #primary-menu li a:hover {
        background-color: #f3f3f3;
        color: #000;
    }
    .mobile-nav .social-links {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        width: 100%;
        list-style: none;
        gap: 10px;
        margin: 0;
        text-align: center;
        justify-content: center;
        padding: 20px 0;
        background: #fff;
    }
    .mobile-nav .social-links li a {
        display: flex;
        width: 30px;
        height: 30px;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        background-color: #ddecf8;
        color: #0A5896;
        text-decoration: none;
    }
    .mobile-nav .social-links li a:hover {
        background-color: #0A5896;
        color: #fff;
    }
    header .nav-left img {
        max-width: 240px;
        width: 240px;
    }
    .main-slider .single-slide .slide-content {
        padding: 0 15px;
    }
    .main-slider .single-slide .slide-content h1 {
        font-size: 30px;
        word-break: break-all;
    }
    .main-slider .single-slide .slide-content h2 {
        font-size: 18px;
    }
    .hero-text h2 {
        line-height: 30px;
        font-size: 18px;
    }
    .hero-text:before {
        background-size: 50px;
        right: 0;
        top: 20px;
    }
    .hero-text:after {
        background-size: 70px;
        left: 20px;
        bottom: 0;
    }
    .main-slider .single-slide .slide-image img {
        min-height: 280px;
        height: auto;
    }
    .home-services {
        padding: 50px 0 30px 0;
    }
    .basic-info-left {
        padding: 50px 0;
    }
    .basic-info h3 {
        font-size: 18px;
    }
    .basic-info h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .basic-info p {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .join-team .join-team-box h3 {
        font-size: 18px;
    }
    .join-team .join-team-box h4 {
        font-size: 24px;
    }
    .join-team .join-team-box p {
        font-size: 15px;
        line-height: 24px;
        margin: 10px 0 20px 0;
    }
    .footer .footer-widget {
        margin-bottom: 30px;
    }
    .page-title {
        background-position: left;
        background-size: cover;
    }
    .sjb-page .sjb-archive-page .sjb-listing,
    .sjb-page .sjb-detail .list-data .job-description,
    .sjb-page .sjb-detail .job-features,
    .sjb-page .sjb-detail .jobpost-form,
    #jobpost_form_status {
        width: calc(100% - 30px);
    }
    .sjb-page .sjb-archive-page .sjb-listing .list-data .jobLocation {
        width: 100%;
    }
    .sjb-page .sjb-archive-page .sjb-listing .list-data .jobLocation .job-location {
        justify-content: start;
        padding: 0 15px 15px 20px;
        height: auto;
    }
}




/*===================================================================
	Max 768px  
===================================================================*/
@media (max-width: 768px) {
    
}