.content ul, .content ol{
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.content ul li, .content ol li{
	margin: 5px 0px 5px 5px;
	padding: 5px;
}

.card-header{
	background-color: #323f48;
	color: #fff;
}

.btn-link-white {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.btn-link-white:hover{
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

h3{
	margin-bottom: 1.5rem;
}


/*img wrap*/

.image {
    overflow: hidden;
}

a.image,
.image img {
    display: block;
}

.image img {
    width: 100%;
}

section,
.image,
.image img {
    position: relative;
}


a,
*::before,
*::after,
.button,
.image img,
.navbar,
button,
.navbar .dropdown-menu,
.team-content h4,
.overlay,
.overlay ul,
.card-header .card-link:before,
.contact-table .icon-cell,
.feature-item .icon,
.cbp-l-filters .cbp-filter-item span,
.testi-box .testimonial-round>img,
.feature-item .icon,
.team-box {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*----- Team -----*/

.team-content {
    padding: 2rem 1rem;
    background: #fff;
    text-align: center;
    height: 125px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}


.team-content::before{
	content: "";
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    background-size: 200% auto;    
     background-image: -webkit-gradient(linear, left top, right top, from(#f65275), color-stop(51%, #f65275), to(#f65275));
    background-image: -webkit-linear-gradient(left, #f65275 0%, #f65275 51%, #f65275 100%);
    background-image: -moz-linear-gradient(left, #f65275 0%, #f65275 51%, #f65275 100%);
    background-image: -o-linear-gradient(left, #f65275 0%, #f65275 51%, #f65275 100%);
    background-image: linear-gradient(to right, #f65275 0%, #f65275 51%, #f65275 100%);
}

.team-content p {
    margin-bottom: 0;
    font-size: 13px;
}

.team-box:hover .team-content * {
    color: #fff;
}

.team-box:hover .team-content h4 {
    margin-top: 0;
}

.team-box:hover .team-content::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}



.team-box:hover img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.overlay {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: -webkit-linear-gradient(to right, #ffda00aa 0%, #ffab02aa 100%);
    background-image: -moz-linear-gradient(to right, #ffda00aa 0%, #ffab02aa 100%);
    background-image: -ms-linear-gradient(to right, #ffda00aa 0%, #ffab02aa 100%);
    background-image: -o-linear-gradient(to right, #ffda00aa 0%, #ffab02aa 100%);
    background-image: linear-gradient(to right, #ffda00aa 0%, #ffab02aa 100%);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.overlay-blue {
    background: #026cb8aa;
}

.overlay-dark {
    background-image: none;
    background-color: #000;
    z-index: 1;
    visibility: visible;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*----- Team ends -----*/