﻿
.footer-wrp {
    float: left;
    width: 100%;
    left: 0;
    background-color: #014f53;
    padding: 40px 0;
	margin-top: 20px;
}
.chhattisgarh-page .footer-wrp{
    background-color: #40394a
}
.telangana-page .footer-wrp{
    background-color: #275264
}
.madhyapradesh-page .footer-wrp{
    background-color: #5f410a
}
.container {
    max-width: 1030px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}
.footer-dispn {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 30px;
}
.storylist-li {
    width: 33.333%;
    float: left;
    padding: 10px;
}
.storylistimg {
    width: 100%;
    position: relative;
    padding-top: 52%;
}
.storyDispn {
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 20px;
}
.storylistlay {
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.storylist-in a{
	text-decoration: none;
}
.copyright {
    width: 100%;
    text-align: center;
    font-family: arial;
    font-size: 13px;
    color: #a3a3a3;
    margin-top: 20px;
}
@media only screen and (max-width:640px){
	.storylist-li {
    width: 100%;
}
}