.second-wrap-box{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.second-section-title-header{
    margin-bottom: 30px;
}
.section-about-us-header .second-section-info-block p{
    text-align: left;
}
.box-row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.box-row-item{
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.about-us-team-item{
    width: 33.3333%;
}
.about-team-box{
    margin-bottom: 30px;
    height: calc(100% - 30px);
    box-sizing: border-box;
}
.about-team-box-img{
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.about-team-box-img span{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255 ,255, 0.9);
    z-index: 2;
    opacity: 0;
    font-size: 18px;
    color: #19223f;
    font-weight: 600;
    cursor: pointer;
    transition: all ease-out 0.2s;
}
.about-team-box:hover .about-team-box-img span{
    transition: all ease-out 0.2s;
    opacity: 1;
}
.about-team-box-img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-team-box-info{
    color: #FD7F39;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
.about-team-box-name{
    margin-bottom: 5px;
}
.about-team-box-position{
    font-size: 14px;
}

.about-us-team{
    position: relative;
    padding: 100px 0 70px 0;
}
.about-us-team:before,
.about-us-team:after{
    content: "";
    width: 160px;
    height: 1px;
    background: rgb(170,170,170);
    background: linear-gradient(90deg, rgba(170,170,170,0) 0%, rgba(170,170,170,0.5) 20%, rgba(170,170,170,1) 48%, rgba(170,170,170,0.5) 80%, rgba(170,170,170,0) 100%);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.about-us-team:before{
    top: 0;
}
.about-us-team:after{
    bottom: 0;
}
.second-section.second-section-about-us>div{
    margin: 100px auto 100px;
}

.btn-bordered.inverse-hover:hover p,
.panel-content-banner.bottom-baner .btn-wrap:hover p{
    background-color: #fff;
    color: #fe8037;
}
.primary-menu.button li:first-of-type a,
a.read-more,
.nf-form-content .nf-field-container #nf-field-84-wrap .nf-field-element .ninja-forms-field{
    border: 1px solid #fe8037!important;
    box-sizing: border-box;
}
.primary-menu.button li:first-of-type a:hover,
a.read-more:hover,
.nf-form-content .nf-field-container #nf-field-84-wrap .nf-field-element .ninja-forms-field:hover{
    background-color: #fff!important;
    color: #fe8037!important;
}

.post-inner.thin .calendly-inline-widget{
    height: 700px!important;
}


.about-team-box{
    position: relative;
}
.about-us-team-item-more{
    position: absolute;
    top: -35px;
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    opacity: 0;
    visibility: hidden;
    width: 1000px;
    display: flex;
    z-index: 3;
    transition: all ease-out 0.2s;
}
.about-us-team-item-more.active{
    transition: all ease-out 0.2s;
    opacity: 1;
    visibility: visible;
}
.about-team-box:hover .about-us-team-item-more{
    transition: all ease-out 0.2s;
    z-index: 99;
    opacity: 1;
}
.about-us-team-item-more.left-box{
    left: 0;
    padding: 35px 0px;
}
.about-us-team-item-more.right-box{
    right: 0;
    padding: 35px 30px;
}
.about-us-team-item-more.center-box{
    left: 50%;
    transform: translate(-50%, 0);
    padding: 35px 15px;
}

.about-us-team-item-more-img{
    max-width: 250px;
    width: 100%;
    margin-right: 40px;
}
.about-us-team-item-more-content{
    flex: 1;
    padding: 15px;
}
.about-us-team-item-more-content p{
    text-align: left;
}

.logo-slideshow-inner{
    max-width: 100%;
    padding-bottom: 100px;
    padding-top: 0;
    overflow: hidden;
}
.logo-slideshow-inner-wrap{
    overflow: hidden;
    float: left;
}
.logo-slideshow-inner-item{
    background-repeat: repeat-x;
    background-size: contain;
    -webkit-animation: hp-logo-slide 60s linear infinite;
    -o-animation: hp-logo-slide 60s linear infinite;
    animation: slide 60s linear infinite;
    height: 201px;
    width: 5076px;
    /* filter: grayscale(100%); */
    /* -webkit-filter: grayscale(100%); */
}
@keyframes slide{
    0%{
        transform: translate3d(0, 0, 0);
    }
    100%{
        transform: translate3d(-1692px, 0, 0);
    }
}


#breadcrumbs span,
#breadcrumbs a,
#breadcrumbs{
    font-size: 17px!important;
}

@media screen and (max-width: 1200px){}
@media screen and (max-width: 991px){
    .about-us-team-item-more{
        width: 97vw;
    }
}
@media screen and (max-width: 768px){
    .about-us-team-item{
        width: 100%;
    }
    .second-section.second-section-about-us>div{
        margin: 50px auto 50px;
    }
    .about-us-team{
        padding: 30px 0 0 0;
    }
    .about-us-team:before, .about-us-team:after{
        width: 100%;
    }
    .about-us-team-item-more.left-box{
        right: initial;
        left: -15px;
    }
    .about-us-team-item-more.right-box{
        right: inherit;
        left: -15px;
    }
    .about-us-team-item-more.center-box{
        right: initial;
        left: -15px;
        transform: none;
    }
}
@media screen and (max-width: 576px){
    .about-team-box-img{
        margin-bottom: 10px;
    }
    .about-team-box-info{
        font-size: 16px;
    }
    .about-team-box-name{
        margin-bottom: 0;
    }
    .about-team-box-position{
        font-size: 12px;
        line-height: 1.4;
    }
    .about-us-team-item-more{
        flex-direction: column;
    }
    .about-us-team-item-more-img{
        max-width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .about-us-team-item-more{
        width: 100vw;
        padding: 35px 15px!important;
    }
    .about-us-team-item-more-content{
        padding-top: 0;
    }
}
@media screen and (max-width: 400px){}