/* Mobile */
@media (max-width: 320px) {
    .home-content .card-img-overlay {
        top: 0!important;
        padding: 20px 10px!important;
    }

    .home-services .card p {
        inset: 90px 10px 0px 10px!important;
        opacity: 1;
    }

    .home-services .card .btn-primary {
        inset: auto auto 30px 10px!important;
        margin-top: 20px;
    }

    .home-services .card h2 {
        inset: 20px auto 10px 10px!important;
    }

    .absolute-text {
        top: 16%;
    }
}

@media (max-width: 767px) {
    
    .landscape-img, .portrait-img {
        display: none;
    }

    h1, .h1 {
        font-size: 25px;
    }

    h2, .h2 {
        font-size: 25px;
    }

    .h4, h4 {
        font-size: 20px;
    }

    .navbar {
        padding: 0 10px;
    }

    .navbar-toggler {
        padding: 0 10px;
        font-size: 20px;
        line-height: 1;
        color: var(--bs-navbar-color);
        background-color: transparent;
        border: 0;
        border-radius: 0;
        transition: var(--bs-navbar-toggler-transition);
    }
    
    .navbar-collapse {
        box-shadow: -2px 6px 6px rgba(0, 0, 0, 0.15)!important;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        text-align: center;
        padding: 10px;
        z-index: 9999999;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    .navbar-toggler-icon {
        box-shadow: none;
        outline: none;
    }

    .header .navbar-nav .nav-item .nav-link {
        display: inline-block;
        padding: 10px 0;
    }

    .home-vision .card-body {
        padding: 8%;
    }

    .absolute-text {
        top: 21%;
    }

    .bg-dark {
        top: 0;
    }

    .home-content .card-img-overlay {
        top: 0!important;
        padding: 20px;
    }

    .home-services .specifies p {
        max-width: none;
    }

    .product {
        min-height: 200px;
        margin-bottom: 20px;
    }

    .specifies {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 10px;
    }

    .specifies h2, .home-services .specifies p {
        margin-bottom: 10px;
    }

    .service-bg-img1 {
        min-height: 210px;
    }

    .service-bg-img2 {
        min-height: 200px;
    }

    .home-trust {
        background-size: 90%;
    }

    .home-trust p {
        font-size: 16px;
        margin-left: 50px;
    }

    .home-trust i {
        padding-right: 10px;
        font-size: 20px;
        margin-left: -34px;
    }

    .jobs iframe {
        margin-bottom: 50px;
    }

    .value-statement .card {
        height: auto;
    }

    .border-top-dotted2, .border-top-dotted {
        display: none;
    }

    .application-process img {
        margin-right: 0;
        margin-left: 0;
        margin-top: 20px;
    }

    /* footer */
    .footer {
        padding: 10% 0;
    }

    .footer dt>i {
        font-size: 18px;
        margin-right: 10px;
    }

    .footer-lower {
        padding: 20px;
    }
}

/* Tablet & small screens: */
@media (min-width: 768px) and (max-width: 991px) {
    .landscape-img, .portrait-img {
        display: none;
    }

    h1, .h1 {
        font-size: 35px;
    }

    h2, .h2 {
        font-size: 30px;
    }

    .navbar-brand img {
        width: 60%;
    }

    .navbar-toggler {
        padding: 0 10px;
        font-size: 20px;
        line-height: 1;
        color: var(--bs-navbar-color);
        background-color: transparent;
        border: 0;
        border-radius: 0;
        transition: var(--bs-navbar-toggler-transition);
    }
    
    .navbar-collapse {
        box-shadow: -2px 6px 6px rgba(0, 0, 0, 0.15)!important;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        text-align: center;
        padding: 10px;
        z-index: 9999999;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    .navbar-toggler-icon {
        box-shadow: none;
        outline: none;
    }

    .header .navbar-nav .nav-item .nav-link {
        display: inline-block;
        padding: 10px 0;
    }

    .absolute-text {
        bottom: 0;
        right: 40%;
        top: 42%;
    }

    .service-bg-img1 {
        min-height: 300px;
    }

    .service-bg-img2 {
        min-height: 300px;
    }

    .product {
        min-height: 200px;
    }

    .specifies {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 20px;
    }

    .specifies h2, .home-services .specifies p {
        margin-bottom: 15px;
    }

    .home-content .card-img-overlay {
        top: 0!important;
        padding: 20px;
    }

    .home-trust {
        padding: 7% 0;
        background-size: 70%;
    }

    .jobs iframe {
        margin-bottom: 50px;
    }

    .home-vision .card-body {
        padding: 5%;
    }

    .home-about img, .application-process img, .border-top-dotted, .border-top-dotted2, .employers2 img {
        display: none;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .landscape-img {
        display: none!important;
    }
    
    .portrait-img {
        display: block!important;
    }

    h1, .h1 {
        font-size: 30px;
    }

    h2, .h2 {
        font-size: 25px;
    }

    .logo img {
        width: 55%;
        margin-top: 7%;
    }

    .navbar {
        padding-bottom: 0;
    }

    .absolute-text {
        right: 10%;
    }

    .home-content .card-img-overlay {
        padding: 20px;
        top: 0;
    }

    .home-vision .card-body {
        padding: 3% 5%;
    }

    .service-bg-img1, .service-bg-img2 {
        min-height: 290px;
    }

    .specifies {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 20px;
    }

    .border-top-dotted, .border-top-dotted2 {
        top: 70px;
        right: -21px;
        bottom: 0;
        left: auto;
        width: 100%;
    }

    .value-statement .card {
        height: 160px;
    }

    .application-process iframe {
        height: 1300px;
    }

    .application-process img {
        margin-right: 0;
        margin-left: 12%;
    }

    .bg-dark {
        top: 0;
    }

    .home-content .card-img-overlay {
        top: 0!important;
        padding: 20px;
    }

    .home-services .card p {
        inset: 100px 0px 0 20px;
        opacity: 1;
    }

    .home-services .card p, .home-services .card a {
        position: absolute;
        opacity: 1;
        max-width: 100%;
        transition: opacity 0.3s ease-out;
        color: #fff;
    }

    .home-services .card p, .home-services .card a {
        max-width: 100%;
    }

    .home-services .card .btn-primary {
        inset: auto auto 40px 20px;
        margin-top: 20px;
    }

    .home-services .card {
        height: 280px;
        margin-bottom: 20px;
    }

    .home-services .card h2 {
        inset: 50px auto 10px 20px;
    }

    .footer dt>i {
        font-size: 20px;
        margin-right: 10px;
    }
}

/* Laptop: */
@media (min-width: 1200px) and (max-width: 1600px) {
    .landscape-img {
        display: none!important;
    }
    
    .portrait-img {
        display: block!important;
    }

    .home-vision .card-body {
        padding: 9%;
    }

    .absolute-text {
        right: 11%;
    }

    .header .nav-item {
        font-size: 15px;
    }

    .home-trust p {
        font-size: 16px;
    }

    .border-top-dotted, .border-top-dotted2 {
        right: -30px;
        width: 100%;
    }

    .service-bg-img1, .service-bg-img2 {
        min-height: 350px;
    }

    .specifies {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 20px;
    }


    .home-services .specifies p {
        max-width: none;
    }

    .specifies h2 {
        font-size: 30px;
    }

    .value-statement .card {
        height: 140px;
    }

    .employers .col-xl-3 {
        width: 32%;
    }

    .application-process img {
        margin-right: 0;
        margin-left: 10%;
    }

    .application-process iframe {
        height: 1310px;
    }

    .home-vision .col-xl-5 {
        width: 59.666667%;
    }

    .home-vision .col-xl-7 {
        width: 40.333333%;
    }

    .home-about .col-xl-6 {
        width: 60%;
    }

    .footer dt>i {
        font-size: 20px;
        margin-right: 10px;
    }
}

/* 14” HD Laptop */
@media (min-width: 1391px) and (max-width: 1600px) {
    .landscape-img {
        display: none!important;
    }
    
    .portrait-img {
        display: block!important;
    }

    .absolute-text {
        right: 13%;
    }

    .home-about .col-xl-6 {
        width: 50%;
    }

    .home-about .col-lg-4 {
        width: 33.33333333%;
    }

    .border-top-dotted2 {
        right: -116px;
        width: 125%;
    }

    .border-top-dotted {
        right: -116px;
        width: 111%;
    }

    .application-process img {
        margin-right: -40%;
        margin-left: 15%;
    }

    .specifies {
        bottom: -170px;
        padding: 120px 20px 40px 20px;
    }

    .product:hover .specifies {
        bottom: 0;
        /* top: auto; */
    }

    .home-services .specifies p {
        max-width: none;
    }
}

@media (min-width: 1440px) and (max-width: 1800px) {
    .landscape-img {
        display: none;
    }
    
    .portrait-img {
        display: block;
    }
    
    .border-top-dotted2 {
        right: -49px;
        width: 108%;
    }

    .border-top-dotted {
        right: -47px;
        width: 103%;
    }

    .home-services .card p {
        inset: 160px 30px!important;
    }

    .home-services .card h2 {
        font-size: 30px;
    }
}

@media (min-width: 2560px) and (max-width: 3000px) {
    .border-top-dotted {
        right: -610px;
        width: 162%;
    }

    .border-top-dotted2 {
        right: -610px;
        width: 280%;
    }

    .application-process iframe {
        border: 0;
        height: 1300px;
    }

    .value-statement .card {
        height: 120px;
    }

    .home-services .card p {
        inset: 310px 30px;
    }
}