html .news-item:not(.video-item) .sub-title {
    height: 66px !important;
    overflow: hidden !important;
    font-size: 14px;
}
.leave-comment-section .icons-col .icons .icon {
    border-radius: 50%;
    border: solid 1px #008A6B;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
.leave-comment-section .icons-col .icons .icon i {
    color: #008A6B;
}
.news-item:not(.video-item) .title {
    height:47px;
}
.col-lg-6 .news-item .sub-title {
    height: 52px;
    overflow: hidden;
}
.type {
    text-transform: capitalize;
}
.blog-details-page .content-container .references-section table tbody td > p{
    font-family: "LatoRegular";
    color: #7B7B7B;
}
.list1-page .content-container .item-col .img-wrapper img, .list1-page .content-container .item-col .img-wrapper img {
        border-radius: 50%!important;
}
.list1-page .content-container .item-wrapper {
    padding: 2.2rem 2.4rem;
}
.dropdown-menu.show {
    text-align: start;
}
html[lang=ar] body *:not(i, .fa) {
    font-family: "NotoKufiArabicLight"!important;
}
.blog-details-page .content-container .references-section table tbody td > p {
    padding: 0px 25px;
}
html[lang=en] .blog-details-page .content-container .references-section table tbody td > p:before {
    margin-left: -15px;
}
html[lang=ar] .blog-details-page .content-container .references-section table tbody td > p:before {
    margin-right: -15px;
}
.blog-details-page .content-container .references-section table tbody td {
    padding: 2rem 0 2rem 2.6rem
}
.blog-details-page .content-container .references-section1 table .sources{
    background-color: #008a6b59!important;
}
.blog-details-page .content-container .references-section1 table .sources_of_the_claim{
    background-color:#f34b2f85!important;
}
.blog-details-page .content-container .references-section1 table a{
    color: black;
}
.main-news-title{
    position: absolute;
    background-image: linear-gradient(0deg, black, #ffffff00);
    color: #fff;
    bottom: 0;
    padding: 70px 15px 30px 15px;
    width: 100%;
    transition: all 0.2s ease-in-out;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.news-item:not(.video-item):hover .media .main-news-title{
    transform: scale(1.03);
    bottom: -6px;
}
.main-news-title h2 a{
    font-weight: bold;
    color: #fff;
}
.top-tags{
    color: #008A6B;
    font-weight: bold;
}
.instagram-tags{
    color: #008A6B;
    font-weight: bold;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.follow-us-tags{
    color: #008A6B;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
.body-wrapper{
    border-right: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 7px 10px 7px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.info .cat{
    color: #008A6B;
}
.news-item:not(.video-item):hover .body-wrapper{
    transform: scale(1.03);
}
.news-item .body-wrapper{
    transition: all 0.2s ease-in-out;
}
.icons ul li{
    list-style: none;
    width: 23%;
    display: inline-block;
}
.icons ul{
    padding: 0;
}
.icons ul li i{
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
}
.icons ul li h2{
    color: #000;
    font-weight: bold;
    margin-top: 4px;
}
.icons ul li p{
    color: #A5A5A5;
}
.icons ul li .fa-facebook{
    padding: 8px 12px;
    background-color: #4267B2;
}
.icons ul li .fa-twitter{
    padding: 8px 8px;
    background-color: #00ACEE;
}
.icons ul li .fa-youtube-play{
    padding: 8px 8px;
    background-color: #FF0000;
}
.icons ul li .fa-instagram{
    padding: 8px 8px;
    background-color: #bc2a8d;
}
.videos-section{
    background-color: #F9F9F9
}
.videos-section .content-container{
    padding-top: 10px;
}
.main-video-item{
    position: relative;
}
.main-video-item .body-wrapper{
    position: absolute;
    background-image: linear-gradient(0deg, black, #ffffff00);
    color: #fff;
    bottom: 0;
    padding: 70px 15px 30px 15px;
    width: 100%;
    transition: all 0.2s ease-in-out;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.inner-video-item .body-wrapper h2{
    height: 50px;
    overflow: hidden;
}
.inner-video-item{
    margin-bottom: 15px;
}
.inner-video-item .body-wrapper .info span{
    color: #D0D0D0;
}
.second-video-item .media {
    /* width: 100%; */
    /* display: inline-block; */
    margin-bottom: 11px;
}
.second-video-item .second-video-body{
    /* width: 100%; */
    /* display: inline-block; */
    padding: 26px 5px 0 5px;
}
.video-item-s{
    margin-bottom: 10px;
}
.second-video-item img{
    border-radius: 0 !important;
}
.videos-row{
    padding-bottom: 20px;
}
.second-video-item:not(:first-child){
    margin-top: 10px;
}
.videos-scroll{
    height: 476px;
    overflow-y: auto;
}
.videos-scroll::-webkit-scrollbar {
    width: 6.5px;
}
/* Track */
.videos-scroll::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 3px grey;  */
    background: #fff;
    border-radius: 5px;
}
/* Handle */
.videos-scroll::-webkit-scrollbar-thumb {
    background: #008A6B; 
    border-radius: 5px;
}
/* Handle on hover */ 
.videos-scroll::-webkit-scrollbar-thumb:hover {
    background: #1C6051; 
}
.language-col a{
    color: #000;
}
.language-col ul li a{
    font-size: 14px;
}
.videos-section .section-title  , .countries-section .section-title , .people-section .section-title , .topics .section-title , .files-section .section-title{
    color: #008A6B;
    font-weight: bold;
}
.countries-img img{
    border-radius: 10px;
    width: 55px;
}
.countries-img{
    border-radius: 100px;
    background: #fff !important;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 8%);
    padding: 34px;
    text-align: center;
}
.countries-item{
    margin: 8px;
    border: 0;
}
.countries-item .countries-text{
    text-align: center;
    /* height: 47px; */
    /* overflow: hidden; */
    margin-top: 5px;
    font-weight: bold;

}
.countries-text p span{
    color: #D0D0D0;
}
.countries-inner-img img{
    border-radius: 10px;
    width: 72px;
}
.countries-inner-img{
    border-radius: 100px;
    background: #fff !important;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 8%);
    padding: 20px;
    text-align: center;
}
.countries-inner-item{
    margin: 4px 8px;
    border: 0;
}
.countries-inner-text{
    text-align: center;
    margin-top: 10px;
}
.countries-inner-text p span{
    color: #D0D0D0;
}
.people-item{
    border: unset;
    text-align: center;
    margin: 10px 20px;
    padding: 20px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 8%);
}
.people-item .people-img img{
    border-radius: 100px;
}
.people-item a{
    color: #008A6B;
    font-weight: bold;
}
.people-text{
    margin-top: 10px;
    font-weight: bold;
}
.people-text p{
    color: #D0D0D0;
    font-size: 13px;
    font-weight: 100;
}
.home-page .topics-section .navbar{
    margin-bottom: 0;
    border-bottom: unset
}
.where_is_the_truth .section-title{
    color: #fff;
    font-weight: bold;
}
.where_is_the_truth{
    background-image: url(/img/truth.jpg) ;
    background-size: cover;
    background-attachment: fixed;
}
.where_is_the_truth .topics-section{
    padding: 0;
}
.where_is_the_truth .body-wrapper{
    border: unset;
}
.where_is_the_truth .body-wrapper p{
    color: #fff;
    height: 47px;
}
.where_is_the_truth .body-wrapper a{
    color: #fff;
}
.news-item-dark{
    border-bottom: unset !important;
    margin-bottom: 0 !important;
}
.know_by_yourself .section-title{
    color: #008A6B;
    font-weight: bold;
}
.know_by_yourself .news-item{
    border: unset !important
}
.know_by_yourself .date , .topics .date{
    color: #000 !important;
}
.video-item img , .where_is_the_truth img{
    border-radius: 0 !important;
}
.know_by_yourself .topics-section{
    border-bottom: unset !important;
}
.topics-section{
    padding-bottom: 0;
}
.home-files{
    background-color: #F9F9F9;
}
.home-files .content-container{
    padding-top: 7px;
    padding-bottom: 20px;
}
.files-item img{
    border-radius: 100px;
}
.files-text , .files-item{
    text-align: center;
}
.files-item{
    text-align: center;
}
.where_is_the_truth .news-item:hover .title a{
    color: #fff;
}
.news-checker-form{
    text-align: center;
}
.news-checker-form .icon{
    display: inline-table;
    background: #fff;
    padding: 14px 18px 15px 18px;
    color: #088B6B;
}

.news-checker-form input:focus{
    background: #fff;
}
.news-checker-form-side{
    text-align: center;
}
.news-checker-form-side .icon{
    display: inline-block;
    background: #fff;
    padding: 14px 18px;
    color: #088B6B;
}
.news-checker-form-side input{
    display: inline-block;
    width: 80%;
    padding: 14px 10px 15px 10px;
    background: #fff;
    font-size: 16px;
    border-radius: 0;
    border: unset;
}
.news-checker-form-side input:focus{
    background: #fff;
}
.news-checker-section{
    background-image: url(/img/seaech.jpg) !important;
    border: unset;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 8%);
    padding: 40px 0 45px;
    background-size: cover;

}
.news-checker-section h2{
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 22px;
}
.bottom-section .icons{
    text-align: center;
}
.instagram-ifram iframe{
    min-width: unset !important;
}
.news-item .info .date , .news-item .cat .txt{
    font-size: 13px;
}
.main-news-title .date , .main-news-title .category{
    font-size: 18px;
}
.v-image{
    max-width: 100%;
}
.countries-item p span:nth-child(1){
    font-size: 15px;
    color: #D0D0CF;
}
.countries-item p span:nth-child(2){
    font-size: 15px;
    color: #088B6B;
}
.files-text p{
    color: #9f9f9f;
}
/* sliders */
.countries-section .carousel-control-prev-icon , .people-section .carousel-control-prev-icon{
    background-image: url(/img/prev.svg) !important;
}
.countries-section .carousel-control-next-icon , .people-section .carousel-control-next-icon{
    background-image: url(/img/next.svg) !important;
}
.countries-section .carousel-control-prev-icon , .countries-section .carousel-control-next-icon 
, .people-section .carousel-control-prev-icon , .people-section .carousel-control-next-icon{
    width: 3rem;
    height: 3rem;
}
.where_is_the_truth button{
    color: #fff !important;
}
header .nav-row .nav-item .nav-link{
    font-weight: 500;
    color: #000;
}
.det-m{
    margin-bottom: 20px;
}
.h2-n-s{
    font-size: 16px !important;
    line-height: 1.5;
}
figure figcaption{
    background: #d8d8d8;
    padding: 3px 0 6px 0;
}
.blog-details-page .content-container .blog-section .title{
    font-weight: bold;
}
.investigation .item{
    border-bottom: 1px solid #444762;
    padding: 15px 15px 4px 15px;
}
.investigation .item h2 a{
    color: #fff; 
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
}
.investigation{
    background-color: #313552;
    border-radius: 5px;
}
.investigation-title{
    color: #008A6B;
    font-weight: bold;
    margin-bottom: 2rem;
}
.c-sub-title{
    height: 65px !important;
    overflow: hidden !important;
    font-size: 14px;
    color: #7B7B7B;
    line-height: 1.5;
}
.news-checker-side{
    background-color: #F9F9F9;
    padding: 15px 10px 15px 10px;
    margin-bottom: 13px;
}
.news-checker-side h2{
    margin-top: 0;
}
.countries-item .count{
    
}
.countries-item .ch{
    
}
.files-text .t-title{
    color: #008A6B;
}
.files-text .title{
    font-weight: bold;
}
.investigation .item:last-child{
    border-bottom: unset !important;
}
.breadcrumb li a , .det-m h1{
    font-weight: bold;
}
@-webkit-keyframes spin {
    0% {
    -webkit-transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
}
}@keyframes spin {
    0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}
.validate-form-message {
    font-size: 12px!important;
    line-height: 20px!important;
    color: red!important;
    margin: 5px !important;
}
.spinner {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #023d56;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    /* margin-right: auto;
    margin-left: auto; */
}
.spinner-emails{
    border: 4px solid #959595;
    border-radius: 50%;
    border-top: 4px solid #023d56;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5px;
}
.spinner-contact{
    border: 4px solid #959595;
    border-radius: 50%;
    border-top: 4px solid #023d56;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-right: auto;
    margin-left: auto;
    padding: 0 5px;
}
.success-message {
    padding: 15px;
    background: red;
    position: fixed;
    background: rgb(68 68 68);
    bottom: 15px;
    z-index: 10;
    border-radius: 7px;
    min-width: 300px;
    right: 40%}
.message-span {
    font-size: 20px;
}
.save-btn, .save-btn-emails, .save-btn-new {
    width: 100%;
    padding: 0!important;
    color: #7e8c99;
    height: 45px;
    border: 1px solid #dae2e9;
    margin-bottom: 1rem;
}
.w-5.h-5{
    width: 25px;
}
.fa-paper-plane.search-icon{
    font-size: 18px;
}
.subscribe-m , .subscribe-m:hover , .subscribe-m:focus{
    background-color: unset !important;
    border: unset !important;
}
.subscribe-m:hover .icon i{
    /* background-color: #eee; */
    color: #088B6B;
}
.fa-paper-plane.search-icon{
    color: #666666;
    transition: 0.3s;
}
.subscribe-m{
    padding: 0;
    margin: 0;
}
.news-checker-side .input{
    padding: 9px 10px 14px 10px;
}
footer{
    background-image: url(/img/footer.png) ;
    background-size: cover;
}
.fa-long-arrow-right.subscribe-icon{
    color: #fff;
}
.social-item .icon{
    width: 25%;
    display: inline-block;
}
.social-item .info{
    width: 50%;
    display: inline-block;
}
.social-item{
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 8%);
    padding: 6px 10px 6px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}
.social-item .fa-facebook{
    padding: 8px 12px;
    background-color: #4267B2;
    color: #fff;
    border-radius: 10px;
}
.social-item .fa-twitter{
    padding: 8px 8px;
    background-color: #00ACEE;
    color: #fff;
    border-radius: 10px;
}
.social-item .fa-youtube-play{
    padding: 8px 8px;
    background-color: #FF0000;
    color: #fff;
    border-radius: 10px;
}
.social-item .fa-instagram{
    padding: 8px 8px;
    background-color: #bc2a8d;
    color: #fff;
    border-radius: 10px;
}
.social-item a{
    font-size: 25px;
}
.social-item h2{
    font-size: 14.5px;
    margin-bottom: 0;
}
.social-item p{
    font-size: 12px;
    margin-bottom: 0;
    color: #A5A5A5;
}
.instagram-ifram iframe{
    margin-bottom: 0 !important;
}
.home-files .content-container, .know_by_yourself .content-container{
    padding-bottom: 0;
}
.subscribe-email::placeholder {
    color: #fff !important;
    opacity: 1; /* Firefox */
}
.investigation .item h2{
    height: 50px;
    overflow: hidden;
}
.videos-row .tab-content .tab-pane .row .videos-scroll div:last-child div:first-child .media{
    margin-bottom: 5px;
}
@media (max-width: 992px) {
    .videos-scroll{
        margin-top: 30px;
    }
    .second-video-item .second-video-body{
        padding: 0 5px 10px 5px;
    }
    .videos-scroll{
        height: 450px;
    }
    .news-checker-form input{
        width: 70%;
    }
}
@media (max-width: 767px) {
    .videos-scroll{
        margin-top: 30px;
    }
    header .latest-news #carouselLatestNews .txt{
        font-size: 10px;
        padding: 0;
    }
    .instagram-tags{
        margin-top: 15px;
    }
    .news-checker-form .icon{
        padding: 12px;
        font-size: 19px;
    }
    .news-checker-form-side .icon{
        padding: 12px;
        font-size: 19px;
    }
    .people-section .carousel-control-prev, .people-section .carousel-control-next , .countries-section .carousel-control-prev, .countries-section .carousel-control-next{
        width: 12% !important;
    }
    .know_by_yourself .content-container , .people-section .content-container{
        padding-top: 0;
        padding-bottom: 0;
    }
    .modal-content{
        height: 300px;
    }
    .blue-image img{
        max-width: 82px;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .countries-img{
        padding: 15px;
    }
}
@media (max-width: 991px) and (min-width: 767px) {
    .countries-img{
        padding: 10px;
    }
}
@media (max-width: 500px) {
    .carousel-countries-inner .carousel-item-end.active,.carousel-countries-inner .carousel-item-next {
        transform: translateX(25%);
    }
    .carousel-countries-inner .carousel-item-start.active, .carousel-countries-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
    .carousel-people-inner .carousel-item-end.active,.carousel-people-inner .carousel-item-next {
        transform: translateX(100%);
    }
    .carousel-people-inner .carousel-item-start.active, .carousel-people-inner .carousel-item-prev {
        transform: translateX(-100%);
    }
    .countries-img{
        padding: 11px;
        width: 72px;
    }
}
@media (max-width: 767px) and (min-width: 500px) {
    /* SLIDERS */
    /* .carousel-countries-inner .carousel-item > div {
        display: none;
    }
    .carousel-countries-inner .carousel-item > div:first-child {
        display: block;
    } */
    /* .carousel-people-inner .carousel-item > div {
        display: none;
    }
    .carousel-people-inner .carousel-item > div:first-child {
        display: block;
    } */
    .carousel-countries-inner .carousel-item-end.active,.carousel-countries-inner .carousel-item-next {
        transform: translateX(25%);
    }
    .carousel-countries-inner .carousel-item-start.active, .carousel-countries-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
    .carousel-people-inner .carousel-item-end.active,.carousel-people-inner .carousel-item-next {
        transform: translateX(100%);
    }
    .carousel-people-inner .carousel-item-start.active, .carousel-people-inner .carousel-item-prev {
        transform: translateX(-100%);
    }
    .countries-img{
        padding: 11px;
        width: 72px;
    }
    /* END SLIDERS */
}
.carousel-countries-inner .carousel-item.active,.carousel-countries-inner .carousel-item-next,.carousel-countries-inner .carousel-item-prev {
    display: flex;
}
/* medium and up screens */
@media (min-width: 768px) {
    /* SLIDERS */
    .carousel-countries-inner .carousel-item-end.active,.carousel-countries-inner .carousel-item-next {
        transform: translateX(11%);
    }
    .carousel-countries-inner .carousel-item-start.active, .carousel-countries-inner .carousel-item-prev {
        transform: translateX(-11%);
    }
    .carousel-people-inner .carousel-item-end.active,.carousel-people-inner .carousel-item-next {
        transform: translateX(25%);
    }
    .carousel-people-inner .carousel-item-start.active, .carousel-people-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}
@media (max-width: 1400px) and (min-width: 1200px){
    .videos-scroll{
        height: 412px;
    }
    .investigation .item h2{
        height: 47px;
        margin-bottom: 3px;
    }
    .investigation .item h2 a{
        font-size: 15px;
    }
    .investigation .item p{
        margin-bottom: 6.5px ;
    }
    .investigation .item{
        padding: 11px 15px 4px 15px;
    }
    .follow-us-tags-main{
        margin-bottom: 3px;
        margin-top: 3px;
    }
    .med-news{
        margin-top: 5rem !important;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .videos-scroll{
        height: 345px;
    }
    .second-video-item .second-video-body{
        padding: 0px 5px 0 5px;
    }
    .investigation .item h2{
        height: 50px;
        margin-bottom: 0px;
    }
    .investigation .item h2 a{
        font-size: 14px;
    }
    .investigation .item p{
        margin-bottom: 4.5px ;
    }
    .investigation .item{
        padding: 3px 15px 4px 15px;
    }
    .follow-us-tags{
        font-size: 18px;
    }
    .social-item .icon{
        width: 33%;
    }
}
.carousel-countries-inner .carousel-item-end,.carousel-countries-inner .carousel-item-start { 
    transform: translateX(0);
}
.carousel-people-inner .carousel-item.active,.carousel-people-inner .carousel-item-next,.carousel-people-inner .carousel-item-prev {
    display: flex;
}
.carousel-people-inner .carousel-item-end,.carousel-people-inner .carousel-item-start { 
    transform: translateX(0);
}