/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1169px) {

}
/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {


/*news */
.project {
    margin-top: 40px;
    text-align: center;
}
.project-title {
    margin-left: 0px;
}
.project-footer {
    text-align: center;
    width: 100%;
}
.blog-date {
    display: none;
}
.project-carousel.owl-theme .owl-controls .owl-buttons div {
    font-size: 15px;
    padding: 3px 11px;
    left: -3%;
    top: 30%;
}
.project-carousel.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -3%;
}

}
/* small mobile :320px. */

@media (max-width: 767px) {
.container {
    width: 300px
}

/*news */
.project {
    margin-top: 40px;
    text-align: center;
}
.project-title {
    margin-left: 0px;
}
.project-footer {
    text-align: center;
    width: 100%;
}
.blog-date {
    display: none;
}
.project-carousel.owl-theme .owl-controls .owl-buttons div {
    font-size: 15px;
    left: -9%;
    padding: 3px 12px;
    top: 26%;
}
.project-carousel.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -9%;
}
/*news */

}

/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {
    width: 450px
}
}