.slick-slide img{
	width: 100%;
	max-width: none;
}

.title-bar, .top-bar, .top-bar ul {
    background-color: #f4f4f4;
}

@media screen and (min-width: 40em) {
	#content{
		width: 80%;
	margin: auto;
	}
	#responsive-menu, footer{
		padding-left: 10%;
		padding-right: 10%;
	}
}

ul:not(.menu):not(.tabs){
	list-style-type: none;
}
ul:not(.menu):not(.tabs) li:before {    
    font-family: 'FontAwesome';
    content: '\f067';
    margin:0 5px 0 -15px;
	color: #ec5e5e;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

h1,h2,h3,h4,h5,h6{
	color: #007dcc;
	text-transform: uppercase;
	position: relative;
	font-family: 'Baloo Tamma 2';
	margin-top:30px ;
	margin-bottom: 30px;
}
h5.step{
	margin-bottom: 0px;
}
h1::after,h2::after,h3::after,h4::after{
	background-image: url('../img/separator.png');
background-position: center center;
background-repeat: no-repeat;
content: "";
height: 25px;
left: 50%;
margin-left: -75px;
position: absolute;
top: 46px;
width: 150px;
background-size: contain;
}
h1::after{
	top: 55px;
	margin-left: -100px;
	width: 200px;
	height: 32px;
}

#content h5{margin-bottom: 0px;}
i{margin-right: 5px;}
h5 i, a i{margin-right: 5px;}

footer h6{
	color: white;
	font-weight: bold;
}

footer p a, footer a{
	color: white;
}
footer p a:hover,footer a:hover{
	color: rgb(228, 228, 228);
	text-decoration: underline;
}
footer i{
	margin-right: 3px;
	font-size: 1.2rem;
	vertical-align: middle;
}

.top-bar-left>ul.menu{
	align-items: center;
align-content: center;
justify-content: center;
}

.menu li a{
	text-transform: uppercase;
	font-weight: bold;
	color: #007dcc;
	font-family: 'Baloo Tamma 2';
	padding: 0.7rem 0.7rem;
}

.menu li:not(.active) a:hover, footer .menu li a:hover  {
    background: #cfdee8;
}

footer .menu li a:hover,i.fa-bars  {
	color: #007dcc;
}

.menu .active>a{
	background: #007dcc;
}

.off-canvas-content #content{
	padding: 15px;
	padding-bottom: 25px;
}

.off-canvas-content #content p{
	margin-bottom: 10px;
}

footer{
	background: #007dcc;
color: white;
font-weight: bold;
padding-top: 20px;
}
footer .menu>li>a{
	color: white;
}
.card{
	text-align: center;
	background: whitesmoke;
}
.card h5,.card h6{
	margin-bottom: 10px;
	margin-top: 10px;
}
.card h6{
	color: #ec5e5e;
	margin: 0px;
}
.card i{
	display: none;
}

.slick-slider{
	margin-bottom: 0px;
}

.thumbGallery{
	display: inline-block;
	padding: 5px;
}
.thumbGallery img{
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: center;

}
