[data-cattype="218"] * {
    transition: .3s ease;
}
[data-cattype="218"] .p-m-0{
    padding: 0;
    margin: 0;
}
[data-cattype="218"] .listing{
    text-align: center;
}

[data-cattype="218"] .listing-each{
    height: auto;
    width: 300px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 10px 24px 10px;
}

[data-cattype="218"] .wrapper_image-c{
    height: 190px;
    width: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    max-width: 100%;
    position: relative;
}

[data-cattype="218"] .wrapper_image-c:before{
    height: 100%;
    width: 100%;
    content: "";
    background-color: #6294C7;
    position: absolute;
    left:0;
    top:0;
    opacity:0;
    transition: .3s ease;
}

[data-cattype="218"] .text-c {
    color: #000;
}

[data-cattype="218"] a:hover .text-c {
    color: #30aad9;
}

[data-cattype="218"] .wrapper_image-c:hover:before{
    opacity:.3;
}

[data-cattype="218"] .text-c{
    font-weight: bolder;
    word-wrap: break-word;
}

/*All About h1 Begin*/
[data-cattype="218"] h1:after {
    content: url(../../../data/ckfinder/images/title_decor.png) !important;
    display: block;
    position: relative;
    width: 100%;
    background-color: transparent;
    top: -10px;
    text-align: center;
}

[data-cattype="218"] h1 {
    color: #03456b;
}


@media (max-width: 767px) {
    [data-cattype="218"] h1 {
        padding: 0;
    }
    [data-cattype="218"] .listing-each {
    margin: 0 5px 24px 1px;
    max-width: 100%;
    }
}
/*All About h1 Ends*/