div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

/* Team Style */

.team{
	padding-bottom: 80px;
	text-align: center;
}
.team .member-img {
	position: relative;
}
.team .name {
    font-weight: 600;
    margin: 0;
}
.team .position {
    color: #9e9e9e;
    font-size: 14px;
    font-weight: normal;
     margin: 0;
}
.team .img-hover{
position: absolute;
top:0;
left: 0;
right: 0;
bottom:0;
width: 83%;
margin: 0;
padding: 20px;
z-index: 5;
opacity:0;

}
.team .member-img:hover .img-hover{
	opacity: .8;
	background-color:#000;

}
.team .member-img:hover ul{
transform: translateY(-50%);
transition: all .25s ease-in-out;
}
.team ul{
list-style: none;
display: block;
margin: 0;
padding: 0;
margin-top:50%

}
.team ul li{
	width: 30px;
	height: 30px;
	display: inline-block;
	padding-right: 10px;
}
.team ul li a {
    color: #fff;
}
.team ul li a i{
	line-height: 30px;
	font-size: 25px;

}

/* Advisory Committee */
.advisory-committee{
	padding: 80px 0;
	background-color: #fff;
}
.advisory-committee a:hover{
	text-decoration: none !important;
}
.hght {
    height: 385px;
}
.mar-bot-12 {
    margin-bottom: 12%;
}
.committee-row1 {
    box-shadow: 1px 1px 4px 3px #ccc;
    height: 390px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.committee-row1 img {
    width: 100%;
    object-fit: fill;
    height: 240px;
}
.committee-row1 h4 {
    font-size: 16px;
    line-height: 1.6em;
    color: #000;
    border-bottom: 2px solid #f3a01b;
}
.committee-row1 p {
    font-size: 13px;
    line-height: 1.6em;
    color: #565656;
}
.biography{
	background-color: #fff;
	padding: 80px 0;
}
.biography img {
    width: 100%;
}
img {
    vertical-align: middle;
}
.biography h4 {
    text-transform: uppercase;
    font-size: 16px;
}
.biography p span {
	color: #eb4e17;
    font-weight: bold;
}
 p{
    margin: 0 0 10px;
}
.biography{

	display: none;
}
.step-padding{
	margin-top: 50px;
}

/* Session */
.session-toggle{
	padding: 80px 0;
	background-color: #05092f;
	color: #fff;
}
.session-toggle ul{
	list-style-type: none;
	max-width: 70%;;
	margin: 0 auto;
}
.session-toggle ul li{
	display: block;
    font-size: 16px;
    background-color: #f3a01b;
    color:#fff;
    margin: 20px 0;
    padding: 12px 15px;
    font-weight: bold;

}