* {
 margin: 0;
 padding: 0;
}

h1, h2, h3, h4, h5 { 
	font-family: GilroySemiBold; 
	font-weight: normal; 
	font-style: normal; 
	line-height: 2;
    color: #042e69;
}

strong {
	font-family: GilroySemiBold; 
	font-weight: normal; 
	font-style: normal; 
	line-height: 2;
}

header {
	padding: 25px 0 50px 0;
	background-color: #042e69;
}

header h1 {
	color: white;
	font-size: 3rem;
}

header h2, header h3, header h4 {
	color: #205EC6;
}

body {
	font-family: GilroyRegular;
	font-weight: normal; 
	font-style: normal; 
}

a:link, a:visited {
	color: gray;
	text-decoration: underline;
}

.navbar {
	font-size: .9rem;
	text-transform: uppercase;
	font-family: GilroySemiBold;
	color: white;
	letter-spacing: 2px;
	background-color: #042e69;
}

footer.navbar {
	margin-top: 75px;
	width: 100%;
}

.navbar a, .navbar a:visited {
	color: white;
	text-decoration: none;
}

 
/* header area */
.welcome_main_area {
	padding-bottom: 50px;
}
.head_welcome_page h1 {
	font-size: 54px;
} 
.head_welcome_page h3 {
	text-transform: uppercase;
	font-size: 32px;
	font-family: 'GilroySemiBoldItalic';
	color:#4167b0;
}

/* main body */

.product_type {
    font-size: 30px;
    font-family: GilroyBold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 50px;
}

.first_item {
    margin-top: 0;
}

.service_category_container {
    margin-left: 50px;
}

.service_category {
    font-size: 20px;
    text-transform: uppercase;
}

.service_name {
    font-size: 18px;
}

ul {
    padding-left: 50px;
}