/* Enter your custom styles */
.works{
	cursor:pointer !important;

}

.tips {
     display: block;
	color:rgba(255, 31, 38, 0.8);
	font-family: 'Roboto',sans-serif;
	font-weight:bold;
	background:rgba(255, 255, 255, 0.85);
	text-align:center;
	position:absolute;
	bottom:10px;
	left:15px;
	right:15px;


	
}
    
.imgtitle:hover + .tips {
	color:rgba(255, 255, 255, 1);
   background:rgba(255, 0, 0, 0.85);
   font-weight:bold;
}





.tips:hover{
color:rgba(255, 255, 255, 1);
   background:rgba(255, 31, 38, 0.85);
   font-weight:bold;
}





@media (max-width: 1000px) {
.c-header-1-megamenu{
   position:relative !important;
}
}

