  .text-image-intro.overlay {
	background: #007CAD;
}
.text-image-intro.overlay img {
	opacity:.3;
}
.text-image-intro.overlay .container h4:before  { display:none;}
.owl-item div:first-child {
}
.owl-item div:first-child img   {
	transition: .3s ease;
}
.owl-item div:first-child:hover img {
	transform: scale(1.1);
	transition: .5s ease;
}
.cta-bar ul li:before {
	display: none;
}
.cta-bar-wrapper {
	background-image: linear-gradient(to bottom, #002f55,#003359,#0665ad);
}
.cta-bar-wrapper .cta-bar {
    background: none!important;
}