.border .img img
{
    width: 100%;
    border: 2px solid #ff2d55;
}
.overlay
{
	background: rgba(0, 0, 0, 0.3) !important;
}
.pd-0
{
    padding: 0 !important;
}
.breadcrumbs
{
    background: url(../images/breadcrumb-bg.jpeg) no-repeat center;
}
.blog-post.single a
{
    color: #ff2d55;
}
@media (min-width: 768px){
	.col-md-4 {
	    -ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	    margin-bottom: 30px;
	}
}
ul .circle-style
{
  list-style-type: circle !important;
}
.circle-style a
{
	color: #ff2d55 !important;
}