/*service part start*/
.widget-snippet .offer-thumnailbox h3{
	color:#fff;
	font-weight:700;
	line-height:38px;
	padding-bottom: 20px;
    font-size: 28px;
    padding-top: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
}
.widget-snippet .offer-content-box p{
	color:#fff;
	font-size:16px;
	font-weight:400;
	line-height:28px;
    min-height:60px;
}
.widget-snippet .offer-thumnailbox .offer-icon{
	min-height:86px;
}
.widget-snippet .offer-thumnailbox{
		padding:54px;
        margin-bottom:30px;
}
.widget-snippet .offer-thumnailbox.gray-bg-color{
	background-color:#017575;
}
.widget-snippet .offer-thumnailbox.black-bg-color{
	background-color:#102E2F;
}

.widget-snippet .offer-thumnailbox.yellow-bg-color{
	background-color:#EFBE4F;
}

.widget-snippet .offer-thumnailbox.yellow-bg-color h3{
	color:#000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.widget-snippet .offer-thumnailbox.yellow-bg-color .view-product-link a{
  color: #000 !important;
}
.widget-snippet .offer-thumnailbox.yellow-bg-color p{
	color:rgba(0, 0, 0, 1);
}
.widget-snippet .offer-thumnailbox.yellow-bg-color .view-product-link a:before{
       filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(36deg) brightness(0%) contrast(104%);
}
.widget-snippet .service-section .container{
	max-width:1400px;
	margin:0 auto;
	width: 100%;
}
.widget-snippet .service-section{
	padding:110px 0px 50px 0px;
}
.widget-snippet .view-product-link a{
	color:#fff;
	font-weight:bold;
	font-size:18px;
	position:relative;
    text-decoration:none !important;
}

.widget-snippet .view-product-link a:before{
	content:"";
	 background: url(/template/caf1f24e/images/view-pro-arrow.png) no-repeat;
	width:9px;
	height:13px;
	position: absolute;
    right: -19px;
    top: 7px;
}
.widget-snippet .view-product-link a:hover{
	opacity:0.5;
}
/*service part end*/
