/* Add here all your CSS customizations */

/* Icon Size */
.custom-icon-size-1 {
    font-size: 2em;
}
.custom-icon-size-2 {
    font-size: 2.8em;
}
.custom-icon-size-3 {
    font-size: 3.5em;
}
/* Dividers */
.custom-hr-color-blue-light {
    background: rgba(0,48,87,0.3)!important;
	background-image: -webkit-linear-gradient(left, transparent, #77add8, transparent)!important;
	background-image: linear-gradient(to right, transparent, #77add8, transparent)!important;
	border: 0;
	height: 1px;
	margin: 22px 0;
}

/* Featured Box */
.featured-box-square {
	background: #FFFFFF;
	box-sizing: border-box;
	border-bottom: 1px solid #00b6e8;
	border-top: 1px solid #00b6e8;
	border-left: 1px solid #00b6e8;
	border-radius: 2px;
	border-right: 1px solid #00b6e8;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	min-height: 100px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.page-header.page-header-modern.page-header-background.page-header-background-lgs {
	padding: 210px 0;
}


.social-icons.social-icons-big-personal li a {
	height: 48px;
	line-height: 48px;
	width: 48px;
	font-size: 1.5rem;
	text-align: center;
}


