
/*-- //banner-bottom --*/
.heading-agileinfo {
    letter-spacing: 4px;
    font-size: 40px;
    text-align: center;
    color:#eb1d50;
    text-transform: uppercase;
    position: relative;
    margin-top: 0;
}
.heading-agileinfo span {
    display: block;
    font-size: 17px!important;
    margin-top: 1em;
    letter-spacing: 4px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 500;
}
.heading-agileinfo span:after {
    content: '';
    background: #212121;
    height: 2px;
    width: 70px;
    position: absolute;
    top: 132%;
    right: 47%;
}
/*-- categories --*/
.categories_sub h3 {
    color: #222222;
    font-size: 20px;
    letter-spacing: 2px;
}
.categories_sub {
    text-align: right;
}
.categories-left1 {
    
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}
.categories_sub1,.categories_sub2 {
    padding: .8em;
    border: 1px solid #efefef;
}
.categories_sub1:nth-child(2){
	border:none;
}
.categories_sub1:nth-child(1),.categories_sub1:nth-child(3){
	border-right:none;
	border-left:none;
}
.categories_sub2:nth-child(2){
	border-top:none;
	border-bottom:none;
	border-right:none;
}
.categories_sub2:nth-child(1),.categories_sub2:nth-child(3){
	border-right:none;
}
.cats{
	padding-right:0;
}
.cats1{
	padding-left:0;
}
.categories-left{
	background:#fff;
	   
}
/*-- //categories --*/
/*-- card --*/

/* -- //Responsive code -- */