#media .nr-banner {
    background-image: url(../img/media/desk-banner.png) !important;
}

.media-client-list {
    padding: 100px 0;
}

.mediaSlider {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.media-client-list h3 {
    color: #433F3C;
/*    font-family: 'HelveticaNeueLTProBdCn';*/
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    margin-bottom: 40px;
}

.mediaSlider i.fas {
    color: #738A8A;
    font-size: 38px;
}

.mediaSlider .item img {
    margin: 0 auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.mediaSlider .slider-prev,
.mediaSlider .slider-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mediaSlider .slider-prev {
    left: -50px;
}

.mediaSlider .slider-next {
    right: -50px;
}

.media-tab .content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}

.media-tab .single-content img {
    width: 100%;
    height: 100%;
    /* margin: 10px; */
    border-radius: 10px;
}

.media-tab .filters {
    width: 100%;
    text-align: center;
}

.media-tab ul {
    list-style: none;
    padding: 10px 40px;
    background: #DE4019;
    /*    width: -webkit-max-content;*/
    /*    width: -moz-max-content;*/
    /*    width: max-content;*/
    /*    border-radius: 46px;*/
    /*    margin: 0 auto;*/
    margin-bottom: 40px;
    /*    display: block;*/
}

.media-tab li {
    display: inline;
    padding: 0px 25px;
    font-size: 18px;
    color: #fff;
    /* opacity: 0.5; */
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.media-tab li:hover {
    color: #a6a6a6;
}

.media-tab li.active {
    color: #fff;
    opacity: 1;
    /* border: 1px solid #ccc; */
    /* border-radius: 15px; */
    background-color: #000000;
    /* padding: 20px 0; */
    border-bottom: 0;
    color: #fff;
    /* font-weight: 600; */
/*    font-family: 'HelveticaNeueLTProBd';*/
    font-family: 'Roboto', sans-serif;
    opacity: 1;
    border: 0;
    border-bottom: 5px solid #DE4019;
    bottom: 0;
}

.media-tab li.active a {
    color: #fff !important;
    opacity: 1 !important;
/*    font-family: 'HelveticaNeueLTProBd';*/
    font-family: 'Roboto', sans-serif;
}

.single-content {
    margin-bottom: 50px;

}

.media-tab li:nth-child(2) {
    /*    border-left: 1px solid #fff;*/
    /*    border-right: 1px solid #fff;*/
}

.media-content span {
    position: absolute;
    top: 10%;
    left: 10%;
    border-radius: 10px;
    padding: 5px 15px;
    letter-spacing: 1px;
}

.img-box {
    position: relative;
}

.media-content p {
    text-align: center;
    margin: 10px 20px 0;
    font-size: 16px;
    font-weight: 600;
}

.media-desc {
    width: 100%;
    height: 50%;
    opacity: 0;

    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 2em 2em;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 20px;
    background: transparent -webkit-gradient(linear, left bottom, left top, from(#000000), to(#00000000)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(360deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}

.single-content:hover .media-desc {
    opacity: 1;
}

p.media-date {
    text-align: left;
    color: #fff;
}

p.media-txt {
    text-align: left;
    color: #fff;
}

.about-iti-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

#about-iti-tabs {
    background: #000000;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 0;
    width: 100%;
}

#about-iti-tabs .nav-item.show .nav-link,
#about-iti-tabs .nav-link.active {
    background-color: #000000;
    /* padding: 20px 0; */
    border-bottom: 0;
    color: #fff;
    /* font-weight: 600; */
/*    font-family: 'HelveticaNeueLTProBd';*/
    font-family: 'Roboto', sans-serif;
    opacity: 1;
    border: 0;
    border-bottom: 5px solid #DE4019;
    bottom: 0;
}

#about-iti-tabs .nav-link {
    color: #fff;
    font-size: 22px;
/*    font-family: 'HelveticaNeueLTProRoman';*/
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    opacity: 0.5;
    padding-bottom: 20px;
    border: none;
}
.img-box iframe{
        width: 100%;
        height: 350px;
    }
.img-box a{
    width: 100%;
}
.img-box img{
    width: 100%;
}
.single-content a{
    width: 100%;
}
@media(max-width:767px) {
    #media .nr-banner {
        background-image: url(../img/media/media-mob.png) !important;
    }

    .media-tab ul {
        padding: 10px 15px;
        width: 100%;
    }

    .media-tab .single-content img {
        margin: 0;
    }

    .media-tab li {
        padding: 0px 15px;
        font-size: 14px;
    }

    .media-tab ul h4 {
        font-size: 0;
    }

    .media-content p {
        padding-top: 10px;
    }

    .mediaSlider .slider-prev {
        left: -40px;
    }

    .mediaSlider .slider-next {
        right: -40px;
    }
    .img-box iframe{
        width: 100%;
        height: auto;
    }
    
    #about-iti-tabs {
        padding: 0;
    }
    #about-iti-tabs .responsive-tabs .dropdown-arrow{
        border: 2px solid #fff;
    }
    #about-iti-tabs .nav-link{
        padding-bottom: 5px;
    }
    p.media-txt{
        display: none;
    }
}
