*{
    margin: 0;
    padding: 0;
    font-family: "montserrat",sans-serif;
}




.social-buttons a{
    display: inline-flex;
    text-decoration: none;
    font-size: 18px;
    width: 60px;
    height: 60px;
    color: #fff;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 8px;
}

.social-buttons a::before{
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg,#22a6b3,#30336b);
    border-radius: 50%;
    z-index: -1;
    transition: 0.3s ease-in;
}



.social-buttons a i{
    transition: 0.3s ease-in;
}

.social-buttons a:hover i{
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: scale(2.2);
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 23px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0071bc;
}

.view-content .views-row:first-child .listing {
    padding-top: 0;
}

.view-content .views-row .listing {
    padding-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #B2C0C0;
}

.listing {
    padding-bottom: 20px !important;
}

.meta {
    color: #ffba41 !important;
    text-transform: uppercase;
    margin: 0 0 5px;
    font-size: 0.77778rem;
    line-height: 1rem;
    font-family: 'Fira Sans Bold', Arial, sans-serif;
    font-style: normal;
}

h3 a {
    font-size: 15px;
    line-height: 22px;
    font-family: 'Fira Sans Bold', Arial, sans-serif;
    color: #00456A;
    display: block;
    margin-bottom: 5px;
}

.breadcrumb_iner_item h2 {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 10px;
}

.view-content .views-row .listing {
    padding-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #B2C0C0;
}

.listing__text {
    padding-left: 20px;
}

.banner-bg-1 {
    background: url(https://www.itl.cat/pngfile/big/210-2101051_dark-web-scanning-background-image-for-website-of.jpg) transparent;
    min-height: 200px;
    margin-bottom: 15px;
    background-size: cover;
    max-height: max-content;
}

.breadcrumb_iner .breadcrumb_iner_item p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.breadcrumb_iner .breadcrumb_iner_item p a {
    color: #fdad3c;
}

.news-details__left {
    position: relative;
    display: block;
}

.news-details__img {
    position: relative;
    display: block;
}

.news-details__date-box {
    position: absolute;
    bottom: -10px;
    right: 30px;
    background: #0071bc;
    padding: 3px 30px;
    z-index: 1;
}

.news-details__date-box p {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.1em;
}

.news-details__content {
    position: relative;
    display: block;
    margin-top: 29px;
}

.news-details__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
}

.news-details__meta li a {
    font-size: 16px;
    color: #402a6a;
    transition: all 500ms ease;
    margin-right: 15px;
}

.news-details__title {
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 20px;
    color: #0071bc;
}

.news-details__text-one {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 33px;
}

.news-details__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #e5e5e5;
    padding: 30px 0 30px;
    margin-top: 55px;
}

.news-details__tags span {
    color: #0071bc;
    font-weight: 700;
    text-transform: uppercase;
}

.news-details__social-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.news-details__social-list a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #0071bc;
    font-size: 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-details__social-list a + a {
    margin-left: 30px;
}

.image-width {
    max-width: 80%;
}

@media screen  and (max-width: 790px) {
    .meta {
        margin: 10px 0 5px !important;
    }

    .breadcrumb_iner_item h2 {
        font-size: 17px;
    }

    .breadcrumb_iner .breadcrumb_iner_item p {
        font-size: 12px;
    }

    .news-details__title {
        font-size: 14px;
    }

    .news-details__meta li a {
        font-size: 13px;
    }

    .sidebar__title {
        font-size: 13px;
    }
}

@media screen  and (min-width: 769px) {
    .image-post {
        width: 100%;
        max-height: 150px;
    }
}