/*============================= Small MOBILE Devices================================ */

/* @media(min-width:767px) {
    
} */
@media(max-width:450px){
    .vedioicon {
        top: 20%;
        width: 60px;
        height: 60px;
    }
    .vedioicon i{
        font-size: 50px;
        margin: -22px;
    }
}


@media(max-width:640px){
    .vedioicon {
        top: 30%;
    }
    .carousel-control-next-icon,.carousel-control-prev-icon{position: relative; top: -62px;}
}


/*============================= MOBILE Devices================================ */

@media(max-width:767px) {
    .projdownright{
        text-align: center;
    }
      

   
}


/*============================= Medium Devices, Tablets ================================ */

@media(min-width:768px) and (max-width:991px) {
    
}


/*============================= Medium Devices, Desttop ================================ */

@media(min-width:992px) and (max-width:1199px) {
    
}