.aboutus p{
	font-size:16px;
	
}
.aboutus{
	margin:8px;
}
.title_heading{
	margin:auto;
	text-align: center;
}

.boxified{
	background-color:#eeeeee;
	text-align:center;
	font-size:16px;
	margin:auto;
	color:#111111 !important;
}
#aboutus_title{
	margin:10px;
	text-align: center;
}
#contactus_title{
	margin:10px;
	text-align: center;
}
.contactus h3{
text-align: center;
	margin-top:7vw !important;
	margin-bottom:3.5vw !important;
}
.contactus h4{
	text-align: center;
	margin-bottom:4vw;
}
.contactus
{
	margin-bottom:4vw !important;
  position: relative;
}
.contactus h4:hover a{
	color:red !important;
}
.contactus:before, .contactus:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.contactus:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.box{
	 width:70%;
    height:200px;
    background:#FFF;
    margin:40px auto;
}


@media screen and (max-width:767px){
	#contactus_title{
		font-size:30px;
		margin:10px;
	}
	.contactus{
		padding:10px;
		margin-bottom:25vw!important;
		
		margin-top:10vw!important;
		width:95vw;
	}
	.contactus h3{
		font-size:5.4vw !important;
	}
	.box{
		padding-bottom:38vw !important;
	}
}

.formal-link p{
	-webkit-transition:  .38s;
    -moz-transition:    .38s;
    -ms-transition:      .38s;
    -o-transition:    .38s;
    transition:         .38s;
	display:inline;
	color:blue;
}
.formal-link:hover p{
	 -webkit-transition:  .38s;
    -moz-transition:    .38s;
    -ms-transition:      .38s;
    -o-transition:    .38s;
    transition:         .38s;
	color:red !important;
}