/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.carousel-fade .carousel-item {
    height:100%;
}

.carousel-fade .carousel-item img {
    height:100vh;
    width:100%;
    max-width:100%;
    background-size:cover;
    background-origin:content-box;
    background-clip:content-box;
    background-position:center;
    color:rgba(0,0,0,0.56);
    /* filter:brightness(30%); */
    right:0;
    left:0;
    resize:both;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background:none;
    border:2px solid #fff;
    height:60px;
    width:60px;
    line-height:55px;
    opacity:9 !important;
    filter:brightness(100%) !important;
    font-size:40px;
    border-radius:100%;
}
.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
    background:#fff;
    opacity:9;
    color:#000;
}

.la {
    opacity:99;
    z-index:1;
    position:relative;
}

.carousel-indicators li {
    background:#000;
    color:#000;
    height:30px;
    width:30px;
    margin:5px !important;
    border-radius:100%;
}

.carousel-caption {
    position: absolute;
    top:60px;
    bottom: 20px;
    left: 12% !important;
    padding: 20px 15px 20px 15px;
    text-align: left !important;
    background: rgba(255,255,255,.75);
    color: #000 !important;
    width: 680px;
    height: 290px;
    border-radius: 0.5rem;

}
.carousel-caption h3 {
    font-size:36px;
    text-align:left;
    color: #000;
    margin-top: 6px;
    margin-bottom: 30px;
}
.carousel-caption p {
    font-size:20px;
    margin-top:20px;
}

.jobslbtn {
    font-size:20px;
    border-radius: 6px;
}

.img-fluid.w-100.d-block { height:auto; }
@media (max-width: 450px) {
    .img-fluid.w-100.d-block { height:200px; }
}
/*
@media (min-width: 992px) {
    .img-fluid.w-100.d-block {
        height:100vh;
    }
} */
@media (max-width: 1200px) {
    .carousel-caption {
        position: relative !important;
        width: 100% !important;
        height: 300px !important;
        margin-top: -60px;
        margin-left: -55px;
    }
    .carousel-fade .carousel-item {
        height:500px;
    }
    .carousel-caption h3 {
        font-size:30px;
    }
    .jobslbtn {
        font-size:18px;
    }
    .carousel-indicators {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .carousel {
        margin-top: 30px;
    }
    .carousel-caption {
        height: 300px !important;
        margin-top: -60px;
        margin-left: -55px;
    }
    .carousel-fade .carousel-item {
        height:640px;
    }
}
@media (max-width: 767px) {
    .carousel-fade .carousel-item {
        height:450px;
    }
}
@media (max-width: 400px) {
    .carousel-fade .carousel-item {
        height:370px;
    }
}
.carousel-indicators {
    bottom: 40px !important;
}
.car-item-hidden {
    display: none;
}


