.members-container .member01-content-inside {
	align-self: center;
}
.members-container .member01-content {
    text-align: center;
    display: flex;
}
.members-container .member01-content *{
	width: 100%;
}
.memeber01-img-holder img {
    width: 100%;
    transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.members-container .member01-content .member01_position {
    color: #ff3465;
    font-family: "Pacifico";
}
.members-container .member01-content .member01_name {
    color: #ffffff;
    text-transform: uppercase;
}
.members-container .member01-content p {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 200;
}
.members-container .member01-content p.member01_email {
	color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
}
.members-container .member01-content p.member01_phone {
	color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
}
.members-container .member01-content i {
    margin-right: 15px;
}
.members-container .member01-content .member01_description p {
    font-size: 16px;
}
.members-container .member01-content .member01_description {
    padding: 20px 0;
}
.flex{
	display: flex;
}
.members_img_holder {
    border-radius: 5px;
	transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
	position: relative;
}
.members_img_holder:hover {
	opacity: 1;
}
.members_img_holder:hover .member01-content {
    background: rgb(37, 37, 37) none repeat scroll 0 0;
    color: #fdc029;
}
.mt_members1 {
    overflow: hidden !important;
}
.hover_class .members_img_holder {
    opacity: 1;
}
/*.members_img_holder .member01-content {
	transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
    background: rgb(37, 37, 37) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    padding: 21px;
    text-align: left;
}*/
.members_img_holder .member01-content {
    background: transparent !important;
    bottom: 0px;
    color: #34495e;
    padding: 35px 0px 30px;
    /*position: absolute;*/
    text-align: center;
    transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
    width: 100%;
}
/*.members_img_holder .member01_name {
    font-size: 20px;
    margin: 0;
}*/
.members_img_holder .member01_name {
    /* font-family: "Roboto"; */
    font-size: 25px;
    font-weight: 600;
    line-height: 33px;
    text-transform: capitalize;
    margin: 0;
    text-transform: capitalize;
}
.members_img_holder .member01_position {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
    padding-top: 5px;
    font-style: italic;
    color: #fdc029;
}
p.member01_content-desc {
    padding-top: 5px;
}
.mt_members1 .owl-item .item {
    padding: 0;
}
.member01-content-inside .member01_button {
    /*background-color: #addb42;*/
    border-radius: 3px;
    clear: both !important;
    color: white;
    display: block;
    margin: 25px auto 0;
    padding: 5px 10px;
    text-align: center;
    width: 50%;
}

.member01_social a i {
    font-size: 12px;
}

.member01_social a {
    border-radius: 50%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    background: #fff;
    display: inline-block;
    margin: 3px;
    transition: all 400ms ease;
}

.member01_social a:hover {
    background: #fdc029;
    color: #fff;
}

.member01_social a i {
    font-size: 12px;
    line-height: 30px;
}

.member01-content-inside .content-div {
    margin-top: 10px;
    margin-bottom: 30px;
}

.member01-content-inside .content-div p {
    font-weight: normal;
}

/*responsive*/
/*1. Responsive Min_1024px and Max_1200px*/
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.members-container .member01-content {
	    padding: 30px 0;
	}

}
/*2. Responsive Min_991px and Max_1023px*/
@media only screen and (min-width: 991px) and (max-width: 1023px) {
	.members-container .member01-content {
	    padding: 30px 0;
	}

}
/*3. Responsive Min_767px and Max_992px*/
@media only screen and (min-width: 767px) and (max-width: 992px) {
	.members-container .member01-content {
	    padding: 30px 0;
	}

}
/*4. Responsive Min_480px and Max_768px*/
@media only screen and (min-width: 480px) and (max-width: 768px) {
	.members-container .member01-content {
	    padding: 30px 0;
	}
}
/*5. Responsive Min_320px and Max_480px*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.members-container .member01-content {
	    padding: 30px 0;
	}

}
/*6. Responsive Max_319px*/
@media only screen and (max-width: 319px) {
	.members-container .member01-content {
	    padding: 30px 0;
	}

}
/*6. Responsive Min_1200px*/
@media only screen and (min-width: 1200px) {

    
}
