.team-section1{
    position: relative;
    background-color: rgb(241, 245, 248);
    padding: 80px 0;
}
.linepat {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-image: url(../images/portfolio/linepat.png);
    background-repeat: repeat;
}

.sectionprom {
    background-color: #fff;
    padding: 100px;
    background: url(../../localhost/test_prometteur/images/portfolio/dotsbg2.png) no-repeat right top;
    background-size: auto;
}
.textmb{
    margin-bottom: 40px;
}
.about_infobx{
    position: relative;
    padding: 30px;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
}

.blacksect {
    padding: 80px 0 !important;
}

.team-section-heading{
    margin-bottom: 40px;
}
.team_head{
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #000;
}
.team_subhead {
    font-size: 24px;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    margin: 0;
    color: #999999;
}

.team-menu {
    text-align: center;
    margin: 0 auto 40px;
}

.team-menu ul li {
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    list-style: none;
    padding: 12px 15px;
    border: 1.8px solid #f6c50e;
    cursor: pointer;
    color: #202020;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    transition: all .5 ease;
}

.team-menu ul {
    padding:0;
}

.team-menu ul li:hover {
    background: #f6c50e;
    color: #fff;
}

.team-menu ul li.active {
    background:  #f6c50e;
    color: #fff;
}

.gallery_product{
	position: relative;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.gallery_product_inn{
	max-width: 100%;
}
.gallery_product_inn_before::after{
    content: "";
    position: absolute;
    border: 1px solid #dee2e6;
    /* background-color: #fff; */
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.mem-hvrpls{
    position: relative !important;
    padding: 9px 8px 7px;
    border-left: 3px solid #f6c50e !important;
	margin-top: -20px;
    margin-bottom: 0;
    z-index: 9;
    background-color: #fff !important;
    margin-right: 12%;
    border-radius: 0 5px 5px 0;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    align-items: normal !important;
    text-align: left !important;
    height: auto !important;
    border: 1px solid #dee2e6;
}
.gallery_product:hover .mem-hvrpls{
	padding: 9px 8px 7px !important;
}
.gallery_product .mem-hvrpls h2{
    font-size: 16px !important;
    font-weight: 600;
    color: #000;
    margin-bottom: 7px;
    line-height: 18px;
    text-transform: capitalize !important;
}
.gallery_product .mem-hvrpls h3{
    position: relative;
    font-size: 13px;
    font-weight: 500;
    /* bottom: -5px; */
    color: #eabc10;
    margin: 0;
    line-height: 13px;
    text-transform: capitalize !important;
}
.gallery_product .gallery_product_inn_before {
	position: relative;
    overflow: hidden;
    max-height: 170px;
    height: 170px;
}
.gallery_product:hover .gallery_product_inn_before:before {
    opacity: .45;
    -webkit-transform: perspective(400px) rotateX(
0deg
);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(
0deg
);
}
.gallery_product .gallery_product_inn_before:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 90deg, rgb(32,22,48) 0%, rgb(255, 207, 30) 86%);
    background-image: -webkit-linear-gradient(
90deg
, rgb(32,22,48) 0%, rgb(255, 207, 30) 86%);
    background-image: -ms-linear-gradient( 90deg, rgb(32,22,48) 0%, rgb(255, 207, 30) 86%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(
-90deg
);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(
-90deg
);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    z-index: 5;
}

@media (max-width:600px){
    .sectionprom {
        padding: 50px 0 !important;
    }

    .blacksect {
        padding: 50px 0 !important;
    }
    .blacksect .iconbox-content h3 {
        font-size: 17px;
    }
    .iconbox-icon i {
        font-size: 24px !important;
        line-height: 30px;
    }

    .team-menu ul li {
        font-size: 15px;
        padding: 10px 13px;
        margin-bottom: 5px;
    }
    .team_head {
        font-size: 26px;
        margin-bottom: 12px;
    }
    .team_subhead {
        font-size: 18px;
    }
    .about_infobx{
        margin-bottom: 15px;
        height: auto;
    }


    /* Team */
.gallery_product_inn_before {
    max-height: auto !important;
    height: auto !important;
}
.gallery_product .mem-hvrpls h3 {
    font-size: 12px !important;
}
.mem-hvrpls {
    padding: 9px 0 9px 7px !important;
    margin-right: 8% !important;
}
.gallery_product .mem-hvrpls h2 {
    font-size: 15px !important;
	margin-bottom: 5px !important;
    line-height: 16px !important;
}
.filter-mb {
    margin-bottom: 15px !important;
}
}
