*{
	margin: 0;
	padding: 0;
}
#banner{
		width: 100%;
		height: 80vh;
		position: relative;
		background-image: url(../images/service-banner.jpg);
		background-position: center;
		background-size: cover;
}
.bio-banner{
	background-image: url(../images/bio-banner.jpg)!important ;
}
#banner img{
		object-fit: cover;
}
#banner:before{
	content: '';
	position: absolute;
	background: rgba(0,0,0,0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#banner .container{
	position: relative;
}
#banner .container{
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#banner .container h1{
	color: #fff;
    font-size: 4rem;
}
#banner .container p{
	color: #9e9e9e;
}
.margin100{
	margin-top: 100px;
	margin-bottom: 100px;
}
.margin-b100{
	margin-bottom: 250px;
}
#service .white-box{
	border: solid lightgray 1px;
	border-top: solid 15px #9CCB3B;
	padding:30px;
}
#bio h2{
	font-size: 3rem;
}
#bio ul{
	margin-left: 1rem;
	margin-top: 1rem;
}
.footer-top{
	margin-top: 250px !important;
}
#testimonial iframe,#publications iframe{
	width: 100%;
	height: 250px;
}

#blog ul{
	margin-left: 2rem;
}
#blog .width{
	width: 100%;
}
#blog img{
	    text-align: center;
    margin: auto;
    display: flex;
}
#bio p{
	font-size: 13px;
}
.map iframe{
	width: 100%;
	height: 350px;
}
