img.image_fluid{
    height: 190px !important;
}
.img-full {
    width: 100%;
    max-width: 100% !important;
}
.feature-thumb {
    overflow: hidden;
    background: #fff;
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.team-item {
    position: relative;
    margin-bottom: 20px;
    background-color: rgba(225, 225, 225, .6);
    border: 1px solid #ddd;
}
.team-thumb {
    position: relative;
    /* margin-bottom: 20px; */
    height: 100%;
    width: 100%;
}
.team-thumb img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.team-content {
    position: absolute;
    width: 100%;
    height: Calc(100% - 18.6%);
    top: 0px;
    left: 0px;
    padding: 20px;
    text-align: center;
    background: rgb(0 0 0 / 56%);
    color: #fff;
    transition: .5s all;
	transform: perspective(400px) rotateX(-90deg);
    transform-origin: center top 0;
	opacity: 0;
}
.team-item:hover .team-content{
	opacity: 1;
	transform: perspective(400px) rotateX(0deg);
}
.author-info {
    position: relative;
    padding: 20px;
    text-align: center;
}
.feature-pro-item {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px;
    background: #f9f9f9;
	justify-content: space-between;
}
.feature-pro-description {
    width: 75%;
}
.feature-fluor-block {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

/*=========================product============================*/

.product-item {
    position: relative;
    display: block;
    background-color: #e3ebf6;
    border-radius: 5px;
    margin-bottom: 30px;
    transition: .5s all;
    box-shadow: 0px 2px 4px #dedede;
}
.product-img {
    overflow: hidden;
}
.product-img img {
    max-width: 100%;
    width: 100%;
    height: 195px;
    border-radius: 5px 5px 0px 0px;
    transition: .5s all;
}
.prod-name {
    padding: 12px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    background: #e3ebf6;    
}
.product-item:hover{
    box-shadow: 0px 3px 8px #ddd;
}
.product-item:hover .product-img img{
    transform: scale(1.1);
}
.header-style-two .header-wrapper .header-navigation-area .main-menu ul li ul.sub-menu {
	width: 250px;
}
.page-title-section {
    background-color: #0c59db;
    background-image: url(../images/bg/page-title-bg.jpg);
    color: #fff;
    background-image: none;
}
.page-title-content {
    display: flex;
    align-items: center;
    position: relative;
    height: 100px;
}
.page-title-content nav {
    position: relative;
    left: 0;
    bottom: 0;
}
.page-title-content .title {
    font-size: 28px;
}
.page-title-content .breadcrumb-item.active {
    font-size: 12px;
}
.mfp-wrap {
	z-index: 99999 !important;
}