
.article-banner {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #999;
    padding-bottom: 100px;
    padding-top: 160px;
    position: relative;
    min-height: 410px;
    background-image: url(/images/technology/osd-our-technologies-cover.jpg);
}

.technology-list {
    margin-bottom: 100px;
}

@media (min-width: 768px) {
    .technology-list {
        margin-bottom: 150px;
    }
}

.osd-tab__nav--sticky-on-scroll {
    top: 50px;
}

.article-list__title {
    color: #ffff !important;
    font-size: 46px;
    margin-bottom: 20px;
    text-transform: capitalize;
    padding: 0 15px;
}

@media (min-width: 992px) {
    .osd-tab__nav--sticky-on-scroll {
        top: 60px;
    }
}

.osd-tab__nav {
    top: 0;
    background: #fff;
    z-index: 1;
    transition: ease .5s;
}


.osd-tab__category.active::after, .osd-tab__category:hover::after {
    position: absolute;
    width: 100%;
}

.osd-tab__category {
    font-size: 14px;
    color: #7e7e7e;
    position: relative;
    font-weight: 400;
    line-height: 1.88;
    margin: 0 7px;
    cursor: pointer;
}

.osd-tab__category.active, .osd-tab__category:hover {
    color: #000;
}

.osd-tab__category::after {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: #1b80bc;
    transition: ease .3s;
    bottom: -5px;
    left: 0;
}

@media (min-width: 768px) {
    .osd-tab__category {
        margin: 0 20px;
    }
}

ul.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
}

.technology-list__item-container {
    margin-top: 2rem;
}

@media (min-width: 992px) {
    .technology-list__item-container {
        max-width: 291px;
        padding: 0 15px;
    }

}

.technology-list__item {
    display: block;
    border: 1px solid #ededed;
    border-radius: 6px;
    box-shadow: 0 2px 14px 0 rgb(0 0 0 / 10%);
    max-width: 270px;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}

.technology-list__item-image {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media (min-width: 992px) {
    .technology-list__item-image {
        height: 200px;
    }
}

.technology-list__item-name {
    background-color: #f3f3f3;
    color: #333;
    padding: 10px 0;
    margin-bottom: 0;
    display: block;
}

.technology-list__item-link {
    color: #1b80bc;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: ease .5s;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-content > .active {
    display: block !important;
}

.tab-content > .tab-pane {
    display: none;
}

.fade:not(.show) {
    opacity: 0;
}

.fade {
    transition: opacity .15s linear;
}

.arrow.technology-list__item-link .arrow-read-more {
    top: 50%;
    right: 65px;
    transform: scale(0.8) translateY(-2px);
}

.technology-list__item-image:hover .technology-list__item-link {
    opacity: 1;
}

.img-fluid-tech {
    height: 130px;
    width: 100%;
    object-fit: cover;
}

.img-fluid-tech-opacity--acvive{
    width: 100%;
    height: 130px;
    object-fit: cover;
}

@media (min-width: 992px) {
    .img-fluid-tech {
        height:200px;
        object-fit:cover;
    }
    .img-fluid-tech-opacity--acvive{
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
}
.technology-list__item-image:hover .img-fluid-tech-opacity--acvive{
    opacity: 0.2;
}

.article-content {
    padding: 20px 20%;
    text-align: justify;
}

.article-content>h1{
    color: #111111;
    position: relative;
    font-size: 4rem;
    text-align: left;

}

.article-content>p{
    text-align: left;
}

.article-contenta >h2{
    color: #111111;
    position: relative;
    font-size: 4rem;
    text-align: justify;
}

.article-content > p > img,
.article-content > button > img,
.article-content >p> button > img,
.article-content > p > strong> img {
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-right: 10%;
}

@media (max-width: 900px) {
    .article-content {
        padding: 20px;
    }
    .article-detail--fullwidth__content {
        padding: 0;
    }
    .blog-paragraph {
        margin-top: 45px;
        margin-bottom: 45px;
    }
}

.article-detail--fullwidth__content {
    width: 650px;
    width: 100%;
    padding:  15px;
}

a.article-detail__topic {
    font-size: 14px;
    color: #333;
    padding: 9px 20px 11px;
    background-color: #f3f3f3;
    border-radius: 0 6px 6px 0;
    margin-left: 15px;
    border-left: 2px solid #ea2323;
}

.article-content >h1::before,
.article-content >p>span>strong::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 100%;
    background-color: #1b80bc;
    top: 0;
    left: -20px;
}

.article-content >p>span>strong{
    position: relative;
}

.article-content >h2::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 100%;
    background-color: #1b80bc;
    top: 0;
    left: -20px;
}
.article-content >h2 {
   text-align:justify;
    position: relative;
    color: black !important;
}

.article-content >p>strong>span{
    position: relative;
}

.news-item__content__title{
    height: 57%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}

.article-detail__title::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 100%;
    background-color: #1b80bc;
    top: 0;
    left: -20px;
}

.article-detail__title{
    position: relative;
    margin-bottom: 20px;
    font-size: 42px ;
    font-weight: bold;
}
.blog-paragraph-new >p{
    text-align: justify;
}

.tab-tech {
    display: block;
}
.tab-tech:first-letter {
    text-transform: uppercase;
}
.tab-tech-ai {
    text-transform: uppercase;
}
hr.technology-hr{
    border-top: 1px solid black;
    margin-top: 3rem;
    width: 100%;
}

@media (min-width: 522px) {
    .osd-tab__category {
        font-size: 20px;
        color: #7e7e7e;
        position: relative;
        font-weight: 400;
        line-height: 1.88;
        margin: 0 15px;
        cursor: pointer;
    }
    hr.technology-hr{
        border-top: 1px solid black;
        margin-top: 5rem;
        width: 100%;
    }
    .technology-list__item-container {
        margin-top: 50px;
    }
}
