.header-ani {

	font-size: 1.8rem;
	font-weight:  700;
	letter-spacing: 1px;
	text-align: center;
	color: #2fa0d8;
	text-shadow: 1px 0px 1px #FFF;
	background-image: -webkit-linear-gradient(92deg, #2fa0d8, #2c708f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: hue 20s infinite linear;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

.breadcrumb-bg,.contact-info{
	background: #298cc8;
		/*background: rgb(61,192,241);
background: -moz-linear-gradient(90deg, rgba(61,192,241,1) 0%, rgba(42,147,204,1) 38%, rgba(41,140,200,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(61,192,241,1) 0%, rgba(42,147,204,1) 38%, rgba(41,140,200,1) 100%);
background: linear-gradient(90deg, rgba(61,192,241,1) 0%, rgba(42,147,204,1) 38%, rgba(41,140,200,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3dc0f1",endColorstr="#298cc8",GradientType=1);
	*/
}


.contact-info h6{
	color: #FFF;
}
.contact-info p{
	color: #f5f5f5;
}
.mh-300{
	min-height: 300px;
}