.article-tabs .article-intro-image{
    display: block;
    min-height: 300px;
}
.article-tabs .article-info{
	color: #616161;
}
.article-tabs .article-info .col-md-auto{
	color: #616161;
    font-size: 11px;
    font-weight: 600;
}
.article-tabs .article-info a{
	color: #616161;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.article-tabs .article-info a h3{
	text-transform: capitalize;
}
.tab-content .row {
	border: 1px solid #ececec;
	margin: 0px;
}
.tab-content a h3:hover{
	color: #ff3c36;
}
.tab-content .row .photo{
	overflow: hidden;
}
#pills-tab li a i[class*="fa-"]{
	margin-right: 10px;
}
.photo a .article-intro-image{
	position: relative;
}
.photo a .article-intro-image{
    transition: all 0.5s ease 0s;
}
.photo a:hover .article-intro-image{
	transform: scale(1.08);
}
.photo a:hover .article-intro-image:before{
	background: rgba(0, 0, 0, 0.30) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
	transition: all 0.3s ease 0s;
	opacity: 0.3;
}
#pills-Videos a:hover .article-intro-image:after{
	opacity: 1;
}
#pills-Galleries a:hover .article-intro-image:after{
	opacity: 1;
}
#pills-Videos a .article-intro-image:after{
    border-radius: 0;
    content: "\f144";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 50px;
    font-weight: 600;
    transition: .5s ease;
	color: #fff;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
#pills-Galleries a .article-intro-image:after{
    border-radius: 0;
    content: "\f302";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 50px;
    font-weight: 600;
    transition: .5s ease;
	color: #fff;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}