/* CSS Document */
@media (min-width: 320px) and (max-width: 767px){
.header{ background:#021736; }
.list-sec .list{ width:100%; }
.footer-widget .footer-post{ display:inline-block; text-align:center; }
.theme{ color:#fff; font-size:22px; margin-top:30px; }
.carousel-item { min-height: 175px;}


}

@media (min-width: 320px) and (max-width: 480px){

}

@media (min-width: 481px) and (max-width: 767px) {
   
}
@media (min-width: 768px) and (max-width: 1024px) {

}

@media (min-width: 1025px) and (max-width: 1366px) {

}

@media (min-width: 1367px) and (max-width: 1920px) {

}