.prod_name{
    position: relative;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    padding: 10px 0;
    bottom: 49px;
    color: whitesmoke;
}

.m-b-5{
    margin-bottom: 5px !important;
}

.modal.and.carousel {
    position: fixed;
 /*Needed because the carousel overrides the position property*/
}

.item{
    display: none;
}

.active{
    display: block !important;
}

.blog-desc p {
    font-size: 12px;
}

.p-l-0{
    padding-left: 0 !important;
}

.p-r-0{
    padding-right: 0 !important;
}
.normal-box{
    padding: 2rem !important;
}

/*projects*/

/* The Modal (background) */
.modal {
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 2em auto;
    padding: 0;
    width: 70%;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0.8);   
}

.brands > a {
    display: inline-block;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.brands > a > img {
    width: 150px;
    height: auto;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/*projects ends*/
@media (max-width: 500px) {
    .content{
        padding-top: 0 !important;
    }

    .our_process{
        margin-bottom: 10px;
    }

    .our_process_first_row{
        margin-bottom: 0 !important;
    }

    .our_work_type{
        width: 50% !important;
    }

    .bg02{
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .modal{
        top: 24% !important;
        bottom: 35% !important;
    }

    .aboutus_sec{
        height: 34em !important;
    }

    .mobile-menu{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}