@charset "utf-8";
/* CSS Document */
.text-center {
    text-align: center;
}

 .row:before {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.categories h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #202020;
    margin-top: 70px;
}
.categories h3 + p {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    color: #6a7173;
	margin-bottom:30px;
}
.categories{
	position: relative;
}

.partners .partner,
.categories .category{
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.categories .category img {
	margin-top: 20px;
	height: 64px;
	color:#3453bf;
}

.categories .category h4{
	font-size:16px;
	font-weight: 600;
	color: #202020;
	margin-top: 15px;
	margin-bottom: 50px;
}
@media (min-width: 769px){
.categories .category h5{display:none;}
}
.categories .row:last-child::after,
.partners .row:last-child::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: relative;
	bottom: 1px;
}

.categories::after,
.partners::after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

.categories .category .overlay{
	background-size: 100% 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 25px;
	opacity: 0;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.13);
	border-radius: 3px;
	/*background-image: url(../imgs/hover-bg.png);*/
	background-color: #3453bf;
}

@media (max-width: 768px){
.categories .category img{
	margin-top: 20px;
	height: 90px;
}

.categories .category .overlay{
	padding: 20px 40px 40px 40px;
	opacity: 0;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.13);
	border-radius: 3px;
	/*background-image: url(../imgs/hover-bg.png);*/
	background-color: #3453bf;
}
.categories .category h5{
	font-size:18px;
	font-weight: 600;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}

}


.categories .category .overlay p{
	font-size: 14px;
	line-height: 26px;
	color: #B3BFE4;
	overflow : hidden;
display: -webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient: vertical;}

.categories .category .overlay p span{
	font-weight: 600;
	font-size: 16px;
	padding-right:10px;
	color: #fff;
	display: block;
	float:left;
}
.categories .category .overlay h4{
	margin-top: 90px;
	color: #fff;
	margin-bottom: 22px;
}

.categories .category .overlay a{
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

.categories .category .overlay a::after{
	display: block;
	content: "";
	width: 0;
	height: 2px;
	background-color: rgba(255,255,255,0.6);
	transition: width 0.5s ease;
	margin: 0 auto;
}

.categories .category .overlay a:hover::after{
	width: 100%;
	transition: width 0.5s ease;
}

.categories .category:hover > .overlay{
	transform: scale(1.1);
    transition: all 0.5s ease;
    opacity: 1;
}



.categories .category .overlay ul{list-style:none;margin:0 auto;display: inline-block;width: 100%;}
.categories .category .overlay ul li{display: inline;float: left; padding:0 4px;color: #fff; height:24px; line-height:24px;}
.categories .category .overlay ul li small {color:#B3BFE4;}
