.border-con{
    border: 1px solid#ddd;
    padding: 20px;
    margin-top: 25px;
}
.border-con h3{
    border-bottom: 1px solid#333;
    padding: 8px 0;
}
.img-w{
    
}
.img-size{
    width: 40px;
}

.text-banner {
    text-align: center;
}

.btn-banner {
    color: #fff;
    border: 2px solid#fff;
    border-radius: 45px;
    padding: 8px 25px;
    transition: .3s;
}

.btn-banner:hover {
    background-color: #fff;
    color: #333;
    transition: .3s;
}

.title-content {
    color: #777;
    margin-bottom: 30px;
}

.title-content h3 {
    padding-left: 15px;
}

.title-content::before {
    content: ' ';
    display: inline-block;
    position: absolute;
    background-color: #f00;
    padding: 11px 3px;
}

.card-view {
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.card-view:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: .3s;
}
.text-card{
	padding: 8px 15px;
}
.top-mar{
	margin-top: 45px;
}
.read-all{
	text-align: right;
}
.border-content{
    border: 2px solid#ddd;
    border-radius: 5px;
    padding: 30px;
}
.mar-left{ 
    margin-left: 20px;
 }
 .active-b{
    background-color: #e6e5e5;
 }
 img{
   display: block;
    max-width: 100%;
    height: auto
 }


/*------------------------Footer------------------------*/
footer{
	background-color: #333;
	padding: 15px;	
	text-align: center;
	color: #95989A;
}
footer p{
	margin: 0;
}
footer a{
	color: #fff;
}
footer a:hover{	
	text-decoration: underline;
}
.footer-area{
    background-color: #eee; 
    padding: 45px 0;
    margin-top: 50px;
}
.text-footer{
    margin-left: 25px;
}
.text-footer a{
        color: #333;
}
.text-footer a:hover{
    text-decoration: underline;
}