.contactus-section{
	position: relative;
    background: url("https://img.freepik.com/premium-photo/powerpoint-presentation-background-with-simple-design-elements_1106493-222100.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    color: #fff;
    height: 200px;
    margin-top: 5em;
}
.contactus-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(25, 57, 99, .8);
    z-index: -1;
}
.contact-banner{
display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}
.contact-field{
	    background: #f2f2f4;
	    margin-top: 2em;
}
.contact-align{
	padding: 3em;
}
.contact-align address
{
font-size: 16px;
}
.contact-align .map-icon{
	    font-size: 20px;
    background: #1f2351;
    color: #fff;
    padding: 8px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.contact-align .phone-icon
{
    font-size: 20px;
    background: #1f2351;
    color: #fff;
    padding: 10px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.email-icon{
	font-size: 20px;
    background: #1f2351;
    color: #fff;
    padding: 12px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.clock-icon{
	font-size: 20px;
    background: #1f2351;
    color: #fff;
    padding: 10px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.email-align{
	text-decoration: none;
	word-break: break-all;
	}

	@media screen and (max-width: 786px){
		.contact-align {
    padding: 1em;
}
	}