.section-contact {
	background: linear-gradient(-45deg,#008bdd,#0075BC,#CB1811);
    box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.125);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
    width: 100%;
    margin: 0;
    height:175px;
}

.heading-font {
    font-size: 2rem;
    color: #ffffff;
    line-height: 40px;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 20px;
}

.main_heading_font {
    position: relative;
    margin-bottom: 65px;
}

.btn-custom {
    background: #ffffff;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 900;
    color: #000000;
    border: 1px;
}

.btn-custom:hover {
    transform: scale(1.05);
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
