@font-face {
    font-family: 'Sina';
    src: url('../fonts/Sina-Bold.eot');
    src: url('../fonts/Sina-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sina-Bold.woff2') format('woff2'),
        url('../fonts/Sina-Bold.woff') format('woff'),
        url('../fonts/Sina-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sina';
    src: url('../fonts/Sina-Regular.eot');
    src: url('../fonts/Sina-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sina-Regular.woff2') format('woff2'),
        url('../fonts/Sina-Regular.woff') format('woff'),
        url('../fonts/Sina-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.blog_detail_page_hero_section .container {
  max-width: 1250px;
}
.blog_author_name a {
    color: #fff;
}
.blog_author_name a:hover {
    opacity:0.9;
    color:#fff;
}
.article-heading-wrap {
  background: var(--primary_col);
  padding-left: 1.5rem;
  padding-right: 3rem;
}
.hero-section-image {
    position: relative;
    z-index: 99;
}
.post_thumbnail img {
  /* width: calc(100% + 3.5em); */
  /* transform: scale(1.2); */
}
.blog_detail_description h3 {
    font-size: 2em;
    /*em; */
    /*em; */
}
.article-meta:before {
    content: '';
    position: absolute;
    right: 0;
    background: var(--primary_col);
    left: -60px;
    width: calc(100% + 60px);
    top: -35px;
    height: calc(100% + 70px);
    z-index: -1;
}
.slick_slider_wrap .slick-list {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.fit-contain {
    object-fit: contain;
}
.slick_slider_wrap .slick-arrow {
    position: absolute;
    top: 40%;
    z-index: 90;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #fff;
    border: 0px;
    box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.5);
}
.slick_slider_wrap .slick-next {
    right: -13px;
}
.slick_slider_wrap .slick-prev {
    left: -18px;
}
.slider_wrap {
    margin-top: 46px;
}
.media_gif .deep-fake__aside {
    display: flex;
    justify-content: center;
}
/* Comment form styling*/
.comment-form-wrap {
    border-top: 1px solid #e8e8e8;
    /* margin-top: 2em; */
    /* padding-top: 1.3em; */
}
.slick_slider_wrap {
    width: 90%;
    height: 80vh;
    margin: 0 auto;
}
h2#reply-title {
    font-size: 2em;
    margin-bottom: 0.3em;
}
form#commentform {
    margin-top: 0;
    gap: 1.3em;
}
#commentform .comment-notes {
    font-size: 1.1em;
    margin-bottom: 1.5em;
}
.comment-form .comment-form-author {
    /* margin-right: 2% !important; */
}
#commentform input, #commentform textarea {
    border-width: 1px;
    border-color: transparent;
    background: #f1f1f1;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    border-radius: 6px;
    padding: 0.5em 0.6em;
    line-height: 1;
    width: 100%;
}
#commentform input:focus, #commentform textarea:focus {
    border-color: #cfcdcd;
}
#commentform input[type=submit] {
    background: var(--primary_col);
    padding: 0.7em 1.3em;
    transition: all 0.3s;
    color: #fff;
}
#commentform input[type=submit]:hover {
    background: var(--secondary_col);
}
.comment-form {
    display: flex;
    flex-wrap: wrap;
}
.comment-form p.comment-notes,
.comment-form p.comment-form-comment {
    width: 100%;
}
.comment-form p.comment-form-author,
.comment-form p.comment-form-email,
.comment-form p.comment-form-url {
    width: 32%;
}
.comment-form p label {
    display: block;
    margin-bottom: 0.7em;
    font-weight: 600;
}
::-webkit-scrollbar {
  width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary_col);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* Urdu Article CSS */
.urdu_article {
    direction: rtl;
    font-family: var(--urdu_font);
}
.urdu_article .article-heading {
    line-height: 1.6;
}
.urdu_article .blog_detail_description {
    line-height: 2.2
}
.urdu_article .article-meta:before {
    left: 0;
    right: -60px;
}
.urdu_article .article-heading-wrap {
    padding-right: 1.5rem;
    padding-left: 3rem;
}
.soch-fake-container-content ul li {
    margin-bottom: 16px;
}
table tr {
    border-color: #000;
}
table td {
    border-color: #000;
    padding: 9px 13px;
    font-size: 16px;
}
.soch-fake__social-share svg{
    width:30px;
    height:30px;
}
.soch-fake-container-content{
    padding-right:2rem;
}
.soch-fake__social-share li a {
    width: 35px;
    height: 35px;
    background: var(--primary_col);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.soch-fake__social-share li a svg {
    fill: #fff;
}
.deep-fake-gn {
    background: var(--primary_col);
    color: #fff;
}
.soch-fake-hero-content .deep-fake-gn {
    letter-spacing: 2px;
}
.deep-fake__aside {
    width: 48vw;
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    bottom: 0;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}
.deep-fake__aside figure {
    flex: 1
}
.deep-fake__item-img img {
    width: 98%;
    margin-bottom:10px;
    
}
.soch-fake-container.active .deep-fake__aside {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: 0.6s all;
}
/*#soch-fake-container-item-1 p:first-child:first-letter {*/
/*    font-size: 7rem;*/
/*    line-height: 76px;*/
/*    display: inline-block;*/
/*    color: var(--primary_col);*/
/*}*/
.slick_slider_wrap .slick-arrow[aria-disabled="true"] {
    pointer-events: none;
    background: #eee;
    color: #afafaf;
}

.election-template section.blog_detail_page_section {
    font-family: 'Sina';
}
#attachment_12999 {
    width: 100% !important;
}
.election-template .aligncenter {
    width: 100% !important;
}
.election-template section.blog_detail_page_section hr:not(.hr-border) {
    background: url(../images/bulb-seperator.png) !important;
    background-size: 45px !important;
    background-repeat: no-repeat !important;
    width: 50px;
    height: 50px;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
}
.election-template .blog_detail_page_section {
    margin: 0 auto;
    max-width: 750px;
}
.election-template .blog_detail_page_section iframe,
.election-template .blog_detail_page_section object {
    width: 100%;
}
.election-template .blog_detail_page_section span.para-tag {
    /* text-transform: uppercase; */
    /* font-weight: 700; */
    /* font-size: 1.05em; */
}
.election-template .blog_detail_page_section h1,
.election-template .blog_detail_page_section h2,
.election-template .blog_detail_page_section h3,
.election-template .blog_detail_page_section h4,
.election-template .blog_detail_page_section h5,
.election-template .blog_detail_page_section h6 {
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 1px;
    margin-top: 1em;
}
.election-template .blog_detail_page_section h2 {
    font-size: 2.2em;
    font-weight: 700;
}
.election-template .blog_detail_page_section h3 {
    font-size: 2.4em;
    font-weight: 700;
}
.election-template .blog_detail_page_section h4 {
    font-size: 1.7em;
    font-weight: 700;
    /* margin-top: 1em; */
}
.election-template .article-meta:before {
    left: 0;
    right: -60px;
}
.election-template .article-heading-wrap {
    padding-right: 1.5rem;
    padding-left: 3rem;
}
.election-template .toc-section li {
    margin-bottom: 0;
}
.election-template li {
    margin-bottom: 1em;
}
.election-template .slide-carousel img {
    width: 100%;
}
.election-template .slick-arrow {
    position: absolute;
    top: 40%;
    z-index: 90;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #fff;
    border: 0px;
    box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.5);
}
.election-template .slick-arrow.slick-disabled {
    opacity: 0.7;
}
.election-template .slick-next {
    right: -13px;
}
.election-template .slick-prev {
    left: -18px;
}
.election-template .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    font-size: 0;
    gap: 5px;
    padding: 1rem 0;
}
.election-template .slick-dots li button {
    border: 0;
    background: #b3b2b2;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.election-template .slick-dots li.slick-active button {
    background: var(--primary_col);
}
.election-template .form-table tr td:nth-child(2),
.election-template .form-table tr td:nth-child(3) {
    width: 210px;
}
.sub-ol > li::marker {
        font-family: "Bebas Neue", sans-serif;
        font-size: 1.7em;
        font-weight: 700;
}
.article-heading-wrap h2 {
    font-size: 1em;
    margin-bottom: 2em;
}
.election-template .blog_author_name {
    font-size: 0.9em !important;
}
#attachment_13139 img {
    border: 2px solid;
}
.twitter-tweet {
    margin-right: auto;
    margin-left: auto;
}
/* ol.sub-ol {
    counter-reset: listNumbering;
    list-style: none;
}
ol.sub-ol li {
        font-size: 1em;
    counter-increment: listNumbering;
}
ol.sub-ol li:before {
        font-family: "Bebas Neue", sans-serif;
        content: counter(listNumbering,decimal-leading-zero) '.';
        font-size: 4.2em;
        display: inline-block;
} */

.blog_detail_page_topics {
    background: #ffffff;
        z-index: 99;

}
.wp-caption-text {
    font-size: 0.7em;
    font-style: italic;
    color: #0000009e;
}

.blog_detail_page_topics .topic a {
    color: #000;
    text-decoration: none;
    font-size: 17px;
    white-space: nowrap;
}
.blog_detail_page_topics.sticky .topic a {
    color: #fff;
    white-space: nowrap;
}

.admin-bar .blog_detail_page_topics {
    top: 32px;
}
.blog_detail_page_topics.sticky {
   width:100%;
   left:0;
   position: sticky;
   top: 0;
   background: var(--secondary_col);
}
.blog_detail_page_topics .topic a:hover,
.blog_detail_page_topics .topic a.active {
    position: relative;
    border-bottom: 2px solid #fff;
}
/* 
.blog_detail_page_topics .topic a.active:before {
    width: 100%;
    content: '';
    position: absolute;
    height: 2px;
    background: #fff;
    bottom: -4px;
} */

.blog_detail_page_topics ul::-webkit-scrollbar {
  height: 7px;
}

/* Progress bar container */
.progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--primary_col);
    z-index: 99;
}

/* Progress bar */
.progress-bar {
    width: 0%;
    height: 100%;
    background-color: #39FF14;
}

@media screen and (min-width: 993px) {
    .hero-section {
        max-height: 53rem;
        overflow: hidden;
    }
}

@media screen and (max-width: 993px) {
    .deep-fake__aside {
        width: 100%;
        position: initial;
        transform: scale(1);
        opacity:1;
        visibility:visible;
    } 
    .soch-fake-container-wrap{
        border:0px !important;
    }
    .hero-section-content svg{
        max-width:100%;
        height:auto;
        padding-top:20px;
        padding-bottom:10px;
    }
    .soch-fake-container-content{
        padding-right:0px;
    }
    .slick-slider {
        width: 97%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 500px) {
   .soch-fake__article-meta {
        flex-wrap: wrap;
        row-gap: 12px;
    }
    .soch-fake__social-share {
        display: block;
        width: 100%;
    }
    .blog_detail_description ol,.blog_detail_description ul{
        padding-left:14px;
    }
}
@media (max-width: 767px) {
    .comment-form p {
        margin-bottom: 0;
    }
    .comment-form p.comment-form-author, .comment-form p.comment-form-email {
        width: 46.8%;
    }
    .comment-form p.comment-form-url {
        width: 100%;
    }
    body.single-post header#masthead {
        margin-bottom: 0 !important;
    }
    #attachment_12999 {
        width: 100% !important;
    }
    #results-management iframe {
        width: 100%;
    }
    .election-template .form-table table {
        table-layout: fixed;
    }
    .election-template .form-table tr td:first-child {
        width: 110px !important;
    }
    .election-template .form-table tr td:last-child {
        width: 180px !important;
    }
    .election-template .form-table tr td:nth-child(2),
    .election-template .form-table tr td:nth-child(3) {
        /* width: 150px; */
    }
    .election-template .blog_detail_page_section .wp-caption {
        width: 100% !important;
    }
}


/* Timeline CSS */
.main-timeline {
    position: relative
}
.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
    left: -3px
}

.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 3px
}

.main-timeline .timeline:hover .icon:before {
    left: 3px
}

.main-timeline .timeline:hover .icon:after {
    left: -3px
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative
}

.main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}

.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 207px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #232323;
    left: -6px
}

.main-timeline .date-outer:after {
    border: 2px solid #c6c6c6;
    left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
}

.main-timeline .month {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    display: inline-flex;
}

.main-timeline .year {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #232323;
    line-height: 27px;
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}

.main-timeline .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px 0
}

.main-timeline .description {
    margin-bottom: 0
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }
    .main-timeline .date-content:before {
        width: 22.5%
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px;
        padding-left: 7px !important;
    }
    .main-timeline .title {
        font-size: 17px
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px
    }
    .main-timeline .timeline {
        margin-bottom: 0px;
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }
    .main-timeline .icon {
        margin: auto 0
    }
    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0;
        margin-bottom: 12px;
    }
    .main-timeline .date-content:before {
        display: none
    }
    .main-timeline .date-outer {
        width: 110px;
        height: 110px;
    }
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 277px;
        height: 100%;
    }
    .main-timeline .date {
    }
    .main-timeline .year {
        font-size: 24px
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: left;
        padding: 10px 0
    }
    .main-timeline .title {
        margin-bottom: 10px
    }
    .main-timeline {
        margin-bottom: 20px;
    }
    .election-template .blog_detail_page_section iframe.height-auto {
        height: auto;
    }
    .election-template .blog_detail_page_section .fb-video > span {
        height: 346px !important;
    }
    .election-template .blog_detail_page_section .fb-video > span > iframe {
        height: 100% !important;
    }
}