/************ TABLE OF CONTENTS ***************
1. Services.Section
2. File.Upload
**********************************************/

/*=== Services.Section.Start ===*/
.UService ul{
	margin-bottom: 15px !important;
}
.UService li{
	list-style-type: disc !important;	
}
.UService li::marker{
	color: #f4f5fa;
}
.UService span{
	color: #f4f5fa;
	font-size: 18px;
}
.UService a{
	color: #f4f5fa !important;
}
.UService a:hover, a:focus{
	color: var(--theme-color2) !important;
}
/*=== Services.Section.End ===*/

/*=== File.Upload.Start ===*/
.custom-file-button {
	input[type="file"] {
		margin-left: -2px !important;

		&::-webkit-file-upload-button {
			display: none;
		}
		&::file-selector-button {
			display: none;
		}
	}

	&:hover {
		label {
			background-color: #dde0e3;
			cursor: pointer;
		}
	}
}
/*=== File.Upload.End ===*/