
section[data-cattype="501"].wrapper_middle{
    
     background: rgb(229,58,20);
     background: linear-gradient(149deg, rgba(229,58,20,1) 0%, rgba(255,151,0,1) 32%, rgba(254,146,1,1) 48%, rgba(229,31,20,1) 100%);
     padding: 80px 20px;
    
}

[data-cattype="501"] h2 {
	color: #fff;
}

[data-cattype="501"] ul.breedcrumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
}

[data-cattype="501"] ul.breedcrumbs li{
    
    width: auto;
    margin: 10px;
    text-align: center;
    list-style:none;
    
}

[data-cattype="501"] ul.breedcrumbs a::after {
	content: "\f105";
	font-style: normal;
	font-weight: normal;
	color: #fff;
	font-family: 'FontAwesome';
	padding-left: 17px;
}

[data-cattype="501"] ul.breedcrumbs li:last-child a:after{
    content: "";
}

[data-cattype="501"] ul.breedcrumbs li, [data-cattype="501"] ul.breedcrumbs li a{
    
    color: #fff;
    transition: 0.3s;
    
}

[data-cattype="501"] ul.breedcrumbs li:hover, [data-cattype="501"] ul.breedcrumbs li a:hover{
    
    color: #000;
    transition: 0.3s;
    
}




/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {
    
    section[data-cattype="501"].wrapper_middle {
	padding: 10px 20px;
    }
    
  
      
}

