/*corporate film*/
    .overlay {
        position: relative !important;
    }
    .gallery-thumb:hover {
        cursor: pointer;
    }
    /*Exihibitions*/
    .project-cards {
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }
    .project-cards img {
        width: 100%;
        display: block;
    }
    .project-cards-overlay {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        padding: 15px;
    }
    .modal {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        overflow-x: hidden;
        overflow-y: auto;
        background: rgba(0, 0, 0, 0.65);
    }
    .modal.in {
        display: block;
    }
    .modal-dialog {
        position: relative;
        width: 90%;
        max-width: 1000px;
        margin: 40px auto;
    }
    .modal-content {
        position: relative;
        /*background: #fff;*/
        border: none;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    }
    .modal-header {
        position: relative;
        padding: 20px 25px;
        /*background: #fff;*/
        border-bottom: 1px solid #ddd;
        color: #fff;
        margin-bottom: 10px;
    }
    .modal-title {
        margin: 0;
        padding-right: 40px;
        font-size: 22px;
        line-height: 1.4;
        font-weight: 600;
        color: #fff;
    }
    .modal-header .close {
        position: absolute;
        top: 10px;
        right: 18px;
        z-index: 10;
        padding: 0;
        border: 0;
        background: transparent;
        font-size: 35px;
        line-height: 35px;
        font-weight: normal;
        color: #fff;
        opacity: 1;
        cursor: pointer;
    }
    .modal-header .close:hover {
        opacity: 1;
    }
    .modal-body {
        position: relative;
        /*padding: 25px;
        background: #fff;*/
    }
    .modal-body p {
        margin: 0 0 15px;
        font-size: 16px;
        line-height: 1.7;
        color: #555;
    }
    #project2 .modal-body p {
        color: #fff;
        text-align: left;
        padding: 10px;
    }
    
    .carousel {
        position: relative;
        width: 100%;
        margin: 0;
        background: #111;
        overflow: hidden;
        border-radius: 5px;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .carousel-inner .item {
        display: none;
        position: relative;
        width: 100%;
        text-align: center;
    }
    .carousel-inner .item.active {
        display: block;
    }
    .carousel .item img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: 800px;
        object-fit: contain;
        margin: 0 auto;
        background: #111;
    }
    .carousel-control {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 10px;
    
        background: transparent !important;
        opacity: 0.8;
    
        text-decoration: none;
        cursor: pointer;
    }
    .left {
        padding: 0px !important;
    }
    .right {
        padding: 0px !important;
    }
    .carousel-control.left {
        left: 0 !important;
    }
    .carousel-control.right {
        right: 0 !important;
    }
    .carousel-control:hover {
        opacity: 1;
    }
    .carousel-control .fa {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 45px;
        color: #fff;
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
    }
    .carousel-control.left .fa {
        left: 15px;
    }
    .carousel-control.right .fa {
        right: 15px;
    }
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
    .carousel-inner {
        padding: 0 !important;
        margin: 0 !important;
    }
    .carousel-item img {
        display: block;
        width: 100%;
        margin: 0 !important;
    }
    .carousel-control-prev,
    .carousel-control-next {
        width: 5% !important;
    }
    #creative .work-cards:nth-child(13) {
        grid-column: 1 / 2;
        margin-left: 50%;
        width: 100%;
    }
    #creative .work-cards:nth-child(14) {
        grid-column: 2 / 3;
        margin-left: 50%;
        width: 100%;
    }
    #web .work-cards:nth-child(7) {
        grid-column: 2;
    }
    .center-vehicle {
        display: block;
        margin: 0 auto;
    }
   /* #web .work-cards:nth-child(4) {
        grid-column: 1 / 2;
        margin-left: 50%;
        width: 100%;
    }
    #web .work-cards:nth-child(5) {
        grid-column: 2 / 3;
        margin-left: 50%;
        width: 100%;
    }*/
    .carousel .item img {
        height: auto;
        object-fit: inherit;
    }
    .carousel .item-brand img {
        height: 700px;
        object-fit: contain;
        background-color: #fff;
    }
    @media (max-width: 767px) {
        .modal-dialog {
            width: 95%;
            max-width: 95%;
            margin: 20px auto;
        }
        .modal-header {
            padding: 15px;
        }
        .modal-title {
            font-size: 18px;
            padding-right: 35px;
        }
        .modal-header .close {
            top: 8px;
            right: 12px;
            font-size: 30px;
        }
        .modal-body {
            padding: 15px;
        }
        .carousel .item img {
            height: 300px;
        }
        .carousel-control {
            width: 10px;
        }
        .carousel-control .fa {
            font-size: 30px;
        }
        .carousel-control.left .fa {
            left: 10px;
        }
        .carousel-control.right .fa {
            right: 10px;
        }
    }
    @media (max-width: 480px) {
        .modal-dialog {
            width: 96%;
            margin: 15px auto;
        }
        .modal-title {
            font-size: 16px;
        }
        .modal-body {
            padding: 10px;
        }
        .carousel .item img {
            height: 230px;
        }
    }