:root .team>.row
{
    margin-right: 0px;
    margin-left: 0px;
}
.team-slider

{
    padding: 24px;
    height: 720px;
    border-right: 1px solid var(--color-dark-scale-dark-300);
    border-top: 1px solid var(--color-dark-scale-dark-300);
    border-bottom: 1px solid var(--color-dark-scale-dark-300);
}
.team
{
    background: var(--color-dark-scale-dark-500);
}

.team-slide-haed
{
    min-height: 200px;
    background: var(--color-dark-scale-dark-400);
    height: 296px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;


}
.owl-carousel .owl-item .team-slide-haed img
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.team .team-head
{

    font-family: Segoe UI;
    font-size: 19px;
    font-weight: 700;
    line-height: 26.6px;
    letter-spacing: -0.01em;
    text-align: left;
    color: var(--color-gray-scale-gray-300);
}
.team .team-line-head
{
    padding: 100px 24px 24px 24px;
    display: flex;
    justify-content: space-between;
}
.team-slide-body
{
    margin-top: 24px;
}
.team-slide-title
{
    font-family: Raleway;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.4px;
    letter-spacing: -0.01em;
    text-align: left;

    color: var(--color-gray-scale-color-50);
}
.team  .team-regals
{
    margin-top: 8px;
    border-bottom: 1px solid var(--color-dark-scale-dark-300);
    padding-bottom: 8px;
}
.team  .team-regals.expertise
{
    border-bottom: none;
    margin-top: 32px;
}
.team  .team-regals .team-regals-body
{
    font-family: Segoe UI;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: var(--color-gray-scale-color-50);
    margin-top: 4px;
}
.team  .team-regals .team-regals-head
{

    font-family: Segoe UI;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: var(--color-dark-scale-dark-300);
    text-transform: uppercase;

}
.team-slide-btn .m-redbtn::before
{
    margin-right: 0;
}
.team-slide-btn  .m-redbtn
{
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    bottom: 24px;
}
.team .owl-theme .owl-nav
{
    float: right;
    margin-top: 0px;
    padding: 24px 24px 64px 0;
}
.team .owl-theme .owl-nav button.owl-next,
.team .owl-theme .owl-nav button.owl-prev
{
    height: 56px;
    width: 56px;
    margin-left: 12px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    background: var(--color-gray-scale-gray-100);
    border-radius: 0;
}
.team .owl-theme .owl-dots
{
    padding: 51px 40px 91px 24px;
    display: flex;
    justify-content: space-between;
}
.team .team-slider-end
{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);

    height: 680px;
    padding: 48px 24px;
}
.team .team-slider-end h3 a
{
    color: var(--color-gray-scale-color-50);
    font-family: Raleway;
    font-size: 38px;
    font-weight: 600;
    line-height: 45.6px;
    letter-spacing: -0.02em;
    text-align: left;
    text-decoration: none;

}
.team .team-slider-end h3 a img
{
    width: 24px;
    height: 24px;
    margin-left: 8px;
    display: inline;
}
.team .owl-theme .owl-dots button
{
    flex: 1;
    margin: 0;
    height: 2px;
    background: var(--color-gray-scale-color-50);
    opacity: 0.2;
}
.team .owl-theme .owl-dots button.active
{
    opacity: 1;
}
.team .owl-theme .owl-dots button span
{
    display: none;
}
.team-bot
{
    clear: both;
}
.team-all {
    float: right;
}
.team-all a
{
    font-family: Segoe UI;
    font-size: 19px;
    font-weight: 400;
    line-height: 26.6px;
    letter-spacing: -0.01em;
    text-align: left;
    text-decoration: none;
    color: var(--color-gray-scale-color-50);
}
.team-all
{
    border-bottom: 1px solid var(--color-gray-scale-color-50);
}
@media (max-width: 1919px) {
    .team .team-line-head
    {
        padding: 100px 52px 24px 52px;
    }
    .team .owl-theme .owl-dots
    {
        padding: 51px 40px 91px 52px;
    }
    .team .owl-theme .owl-nav
    {
        padding: 24px 52px 64px 0;
    }
}
@media (max-width: 1399px) {
    .team .team-line-head
    {
        padding: 64px 36px 24px 36px;
    }
    .team .owl-theme .owl-dots
    {
        padding: 51px 40px 91px 36px;
    }
    .team .owl-theme .owl-nav
    {
        padding: 24px 36px 64px 0;
    }
}
@media (max-width: 767px) {
    .team-slide-btn .m-redbtn
    {
        width: auto;
    }
    .team .team-line-head
    {
        padding: 64px 15.5px 24px 15.5px;
    }
    .team .owl-theme .owl-dots
    {
        padding: 51px 40px 91px 15.5px;
    }
    .team .owl-theme .owl-nav
    {
        padding: 24px 15.5px 64px 0;
    }
    .team-slide-title
    {
        font-size: 24px;
    }

}