.fit-width {
	max-width: fit-content;
}

h1 {
	font-size: 40px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}

.ce_revolutionslider .bg-blue {
	background: #059ad4;
	padding: 40px 20px!important;
}
.accent-icon .fa::after, .accent-icon .fa:before {
	color: #059ad4;
}
.bottom_blue_bar::after {
	content: "";
    display: block;
    width: 250px;
    height: 20px;
    background: #059ad4;
    position: absolute;
    left: -40%;
}
.accent-border-left {
	border-left: 8px solid #059ad4;
	padding-left: 15px;
}
.ce_list li.fa:before {
	color: #059ad4;
}

.full_height {
	height: 100%;
}

.full_height .ce_fancy_image_box {
	height: 100%;
}

.center_grid {
	align-items: center;
}
.mb-3xl {
	margin-bottom: 150px!important;
}
.mb-4xl {
	margin-bottom: 200px!important;
}

/**
 * Custom Animation duration for animate.css
**/
.animated {
	-webkit-animation-duration: 1.3s;
			animation-duration: 1.3s;
}
.backcolor {
	color: white;
	background: #059ad4;
	display: inline-block;
}

.ce_list *:not(h1, h2, h3, h4, h5, h6) {
    font-size: 18px;
    font-weight: 300;
}

.mod_visitors {
	display: none!important;
}