
main{
    padding-bottom: 60px;
}

.inrbnr h1{
    color: #E81F1F;
}

.inrbnr h5{
    color: #202020;
    font-size: 45px;
    font-weight: 500;
}


.breadcrumb{
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    z-index: 99;
}

.fancybox__footer{
    display: none;
}

.breadcrumb li{
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;

}

.breadcrumb li:nth-child(even){
    padding: 0px 10px;
    line-height: 32px;
}
.breadcrumb li a{
    color:#202020;
}

.breadcrumb li.active{
    color: #E81F1F;
}

.team_content{
    padding: 50px 50px 25px;
}

.team_content h4{
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #3E3E3E;
    line-height: 75px;
    text-transform: uppercase;

}

.team_content p{
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}

.team_content p span{
    font-weight: 700;
}


.team_content .team_img{
    width: 244px;
    height: 295px;
    position: relative;
    border-radius: 15px;
    float: none;
    margin: 0px auto 25px;
}

.team_content .team_img img {
    width: 100%;
    height: 150px;
    /* object-fit: contain; */
    border-radius: 12px;
}


.team_content .team_img:before{
    position: absolute;
    content: '';
    border-radius: 16px;
    width: 176px;
    height: 246px;
    top:-16px;
    left:-16px;
    background: #FF0000;
    z-index: -1;
    
}

.team_gap {
    margin-top: 40px;
}





@media only screen and (max-width: 1500px){
    .team_content .team_img {
        width: 125px;
        height: 161px;
        border-radius: 12px;
        margin: 0px auto 8px;
    }
    .team_content .team_img:before {
        border-radius: 12px;
        width: 97px;
        height: 123px;
        top: -8px;
        left: -9px;
    }
    .team_content h4 {
        font-size: 22px;
        line-height: 45px;
    }
    .team_content p {
        font-size: 15px;
    }
    .team_content {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 767px){
    .team_content {
        margin-bottom: 25px;
    }
    main {
        padding-bottom: 30px;
    }
    .team_content .team_img {
        width: 100px;
    }
    .team_content .team_img:before {
        border-radius: 10px;
        width: 92px;
        height: 105px;
        top: 12px;
        left: -8px;
    }
    .team_content h4 {
        font-size: 18px;
        line-height: 32px;
    }
}


/*==============================================================================*/

.articles_section figure{
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 3px;
}

.side_menu ul li:nth-child(7){
 display: none;
}

.new_news .news_img{
    max-width: initial !important;
}

