/*
Theme Name: GroupDca
Theme URI: https://radiantwebtech.com
Author: Radiant Web Technology
Author URI: https://radiantwebtech.com
Description: GroupDca is a basic default wordpress theme, which is develop for default theme.
Version: 1.0.0
*/


  
/* our-process page css */
section.our_process {
    background: #e5e1d4;
}
.process_box1{
	background: #2d2d2d;
	padding: 25px;
	color: #fff;
}
.process_box1 ul li{
	display: inline-block;
	font-weight: 300;
	font-size: 15px;
	margin-bottom: 20px;
}
.process_box1 p{
	font-weight: 300;
	font-size: 15px;
	line-height: normal;
}
.process_box1 ul li:last-child{
	margin: 0;
}
.process_box1 ul li strong{
	font-weight: 600;
}
.process_box1.cmt1h{
	margin-top: -100px;
}


/* Blog Page */
.blog .articles-blogs img{
	filter: gray;
    -webkit-filter: grayscale(0);
    opacity: 1;
    transform: translateZ(0);
    background-color: transparent;
}

.blog_component_area .article-title{
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
}

/* Responsive Css */
@media screen and (max-width: 769px) {
	.process_box1.cmt1h{
		margin-top: 0;
	}
}
