* {
	font-family: 'Roboto', sans-serif;
}
html, body {
	font-size: 16px;
}

section#demo {
--	background: #fbfbfb;
	---	background: #fff;
    position: relative;
    padding: 0;
    min-height: 100vh;
    transition: height 9999s;
}
.vertical-align {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}
.card {
	background: #fff;
   -- box-shadow: 13px 13px 28px 2px rgba(0, 0, 0, 0.035);
    padding: 7px 15px;
}

.contact {
	background: #fff; z-index: 4; padding-bottom: 20px;
	
	background: white;
    padding-bottom: 20px;
    position: absolute;
	padding-top: 20px;
    margin-top: -58px;
    width: 555px;
}
.contact p {text-align: center; font-weight: bold; margin-top: 4px;}
.contactimg {background: #86BC24; margin: 0 auto; width: 80px; height: 80px; border-radius: 40px;}
.contact img {
 height: 66px;
	display: block;
    margin-left: auto;
    margin-right: auto; 
	margin-top: 6px;
	padding-top: 6px;
	margin-bottom: 6px;
	}
	
.tlk{
height: 380px;
width: 500px;
margin: 30px auto;
display: block;
z-index: -999;
border: none;

}

