
/*--------------------------------------------- CSS FOR SERVICE-CONTENT-BOX-DESIGN-ONE START ---------------------------------------*/

.services-content-box.one {
	border: 1px solid #fe6f1d;
}

.services-content-box.one h4 {
	color: #fe6f1d;
}

.services-content-box.one h4 i {
	color: #fe6f1d;
}

.services-content-box.one button::before {
	background: linear-gradient(80deg, #fe6f1d, #fd9f4c);
}

/*--------------------------------------------- CSS FOR SERVICE-CONTENT-BOX-DESIGN-ONE COMPLETE ---------------------------------------*/

/*--------------------------------------------- CSS FOR SERVICE-CONTENT-BOX-DESIGN-TWO START ---------------------------------------*/

.services-content-box.two {
	border: 1px solid #14c5fd;
}

.services-content-box.two h4 {
	color: #14c5fd;
}

.services-content-box.two h4 i {
	color: #14c5fd;
}

.services-content-box.two button::before {
	background: linear-gradient(80deg, #14bdff, #ce4cfd);
}

/*--------------------------------------------- CSS FOR SERVICE-CONTENT-BOX-DESIGN-TWO COMPLETE ---------------------------------------*/

/*--------------------------------------------- CSS FOR SERVICE-CONTENT-BOX-DESIGN-THREE START ---------------------------------------*/

.services-content-box.three {
	border: 1px solid #28e98c;
}

.services-content-box.three h4 {
	color: #28e98c;
}

.services-content-box.three h4 i {
	color: #28e98c;
}

.services-content-box.three button::before {
	background: linear-gradient(80deg, #28e98c, #4cbbfd);
}

/*--------------------------------------------- CSS FOR SERVICE-CONTENT-BOX-DESIGN-THREE COMPLETE ---------------------------------------*/

/*--------------------------------------------- CSS FOR SERVICE-CONTENT-BOX-DESIGN-FOUR START ---------------------------------------*/

.services-content-box.four {
	border: 1px solid #e4af12;
}

.services-content-box.four h4 {
	color: #e4af12;
}

.services-content-box.four h4 i {
	color: #e4af12;
}

.services-content-box.four button::before {
	background: linear-gradient(80deg, #e4af12, #d6fd4c);
}

/*--------------------------------------------- CSS FOR SERVICE-CONTENT-BOX-DESIGN-FOUR COMPLETE ---------------------------------------*/

/*--------------------------------------------- CSS FOR SERVICE-CONTENT-BOX-FRAMEWORK START ---------------------------------------*/

.services-content-box.five {
	border: 1px solid #1338f3;
}

.services-content-box.five h4 {
	color: #1338f3;
}

.services-content-box.five h4 i {
	color: #1338f3;
}

.services-content-box.five button::before {
	background: linear-gradient(80deg, #1338f3, #4c91fd);
}

/*--------------------------------------------- CSS FOR SERVICE-CONTENT-BOX-FRAMEWORK COMPLETE ---------------------------------------*/
