
/* Post Style Begins  */

.media-news-post-container{
    padding: 0px 100px;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 60px;

 }
 .media-news-posts-sidebar{
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     margin-bottom: 37px;
     margin-top: -170px;
    position: relative;
    z-index: 10;
 }
 .rtl  .media-news-posts-sidebar{
     flex-direction: row-reverse;
 }
 .media-news-post-content h1{
     color: #3F4751;
 }
 .media-news-post-content{
     display: flex;
     flex-direction: row;
     justify-content: space-between;
 }
 .rtl .media-news-post-content{
    flex-direction: row-reverse;
    text-align: end;
 }
 .media-news-post-image{
     width: 647px;
     height: 286px;
     border-radius: 8px;
     margin-bottom: 30px;
 }
 .media-news-post-views-date{
     color:#8C959B;
     display: flex;
     flex-direction: row;
 }
 .rtl .media-news-post-views-date{
    flex-direction: row-reverse;
 }
 .rtl .media-news-post-views-date div{
    margin-right: 0px;
    margin-left: 85px;
 }
 .media-news-post-views-date div {
     margin-right: 85px;
 }
 .media-news-post-views-date div p{
     margin:0px;
     padding:0px 6px;
     font-size: 16px;
 }
 .media-news-post-p{
     margin-top:30px;
     margin-bottom:40px;
 }
 .rtl .media-news-post-content .media-news-post-p{
    direction: rtl;
    text-align: right;
 }
 .rtl .media-news-post-container .sidebr_Recent_News_Widget{
    direction: ltr;
 }
 .media-news-social-icons-container{
    display: flex;
    flex-direction: row;

 }
 .media-news-social-icon{
     background-color: #E7F0F6;
     border-radius: 4px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0px 8px;
     height: 35px;
     width: 34px;
 }
/* Post Style Ends  */

/* ////////////////////////////////////////// */

/* Page Style Begins  */
.p-100{
    padding: 0px 100px;
}
.media-news-container{
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 590px;
 }
 .rtl .media-news-container{
     text-align: end;
 }
 .media-news-page-hero{
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     width: 100%;
     height: 800px;
     border-bottom: 1px solid transparent;
     margin-bottom: 150px;
     /* border-end-end-radius:330px 230px; */
     clip-path: polygon(0 1%, 100% 0%, 100% 100%, 0 80%);
     width: 100%;
     height: 420px;
     position: absolute;
     overflow: hidden;
     height: 530px;
     /* top: 17px; */
     top: -10px;
     
     background-size: contain;
     object-fit: fill;
     /* z-index: 2000; */
     mix-blend-mode: multiply;
 }
 .rtl .media-news-page-hero{
    clip-path: polygon(0 1%, 100% 0%, 100% 80%, 0 100%);
 }
 .rtl .media-news-page-hero > div{
    clip-path: polygon(0 1%, 100% 0%, 100% 80%, 0 100%);
 }
 .media-news-page-hero > div{
    position: relative;
    z-index: 2;
    clip-path: polygon(0 1%, 100% 0%, 100% 100%, 0 80%);
    background: linear-gradient(123.91deg, #0F6AA4 50.88%, rgba(245, 185, 202, 0.86) 65.52%);
    /* background-color: red; */
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
 }
 
 .media-news-page-hero >img{
    position: relative;
    z-index: 3;
 }
 .media-news-page-hero >h1{
 position: absolute;
 z-index: 10;
 color: #FFFFFF;
 top: 100px;
}
 
 .media-news-page-hero::before{
    /* content: "";
    background: red;
    right: -10px;
    bottom: -100%;
    border-radius: 50%;
    margin-top: 44%;
    margin-right: 10%; */
    /* clip-path: polygon(0 1%, 100% 0%, 100% 100%, 0 50%); */
 }
  .media-news-page-hero::after{
     /* content: ""; */
     /* width: 60px;
    height: 60px; */
    /* background: red;
    right: -10px;
    bottom: -100%;
    border-radius: 50%;
    margin-top: 44%;
    margin-right: 10%; */
    /* clip-path: polygon(0 1%, 100% 0%, 100% 100%, 0 50%); */
    /* clip-path: circle(50.0% at 50% 50%); */
    /* background-clip: border-box; */
 }
 .media-news-page-hero > img{
     position: absolute;
     /* right: 0px;
     top:-220px; */
     z-index: 1;
     width: 100vw;
     height: 80vh;
     object-fit: cover;
     /* border-bottom-right-radius: 40%; */
     overflow: hidden;
     transition: all 0.5s ease;
     animation: animateGallary 1s linear;
 }
 @keyframes animateGallary{
    0%{
        opacity: 0;
    }
    50%{
        opacity: 0.5;
    }
    100%{
        opacity: 1;
    }
 }
 .media-center-carousel-container{
    width: 100%;
    height: 300px;
    position: absolute;
    z-index: 2;
    align-items: center;
    display: flex;
    overflow: hidden;
    transform: translateX(72%) translateY(-45%);
    transition: all 0.5s;
 }
 .media-center-carousel{
     width: 100%;
     height: 300px;
     /* background-color: red; */
     position: absolute;
     z-index: 2;
     align-items: center;
     display: flex;
     /* transform: translateX(70%) translateY(-45%); */
     overflow: hidden;
     transition: all 0.5s;
 }
 .media-center-carousel > img{
     border-radius: 10px;
     margin: 0px 10px;
     width:400px;
     height: 280px;
     transition: all 0.5s;
     transform: scale(0.8);
     /* transform: translateX(-100px); */
 }
 .media-center-carousel-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* background-color: green; */
    /* width: auto; */
    width: 100%;
    text-align: center;
    height: auto;
    align-items: flex-end;
    position: absolute;
    transform: translate(35%, 840%);
    z-index: 10;
    font-size: 18;
    color:white;    
 }
 #media-center-carousel-title-p{
     /* animation: titleFade 1s linear ; */
     width:140px;
     overflow-x: scroll;
 }
 @keyframes titleFade {
     0%{
         transform: translateY(-100px);
         opacity: 0;
     }
     100%{
         transform: translateY(0px);
         opacity: 1;
     }
 }
 .media-center-carousel-title i{
     font-size: 20px;
     color:white;
     
 }
 .media-center-carousel-title p{
    margin: 0px 100px;
    padding:0px;
    font-size: 16px;
    width: 150px;  
 }
 .media-center-carousel-title-list-container{
     width: 100%;
     /* background: red; */
     overflow: hidden;
     position: relative;
     transform: translateX(14%);
 }
 .media-center-carousel-title-list{
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     align-items: center;
     transform: translateX(24%);
 }
 .media-hero-left-arrow{
    /* position: absolute;
    left: 40%; */
 }
 .media-hero-right-arrow{
    /* position: absolute;
    left: 58%; */
 }

 .rtl  .media-news-page-hero{
     flex-direction: row-reverse;
 }
 .rtl  .media-news-page-hero h1{
    padding-left: 0px;
    padding-right: 140px;
 }
 .media-news-page-hero h1{
     width: 550px;
     font-size: 56px;
     margin-top: 100px;
     font-weight: 500;
     padding-left: 100px;
 }
 .media-hero-background{
    position: relative;
    height: 630px;
    width: 100%;
 }
.media-hero-news{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.media-hero-news > div{
    position: relative;
    top: -400px;
    width: 350px;
    height: 280px;
    transition: all 0.5s ease;
    overflow: hidden;
    display: flex;
    border-radius: 16px;
}
.media-hero-hover-content{
 /* position: absolute;    */
 
    position: relative;
    /* top: 35%; */
    width: auto;
    height: 100%;
    z-index: 11;
    /* margin: 0px; */
    border-radius: 1px;
    padding: 15px;
    /* left: 65px; */
    color: white;
    display: none;
    padding: auto;
    align-items: center;
    justify-content: center;
    /* margin: auto; */
    transition: all 0.5s ease;
    animation: appear 0.5s linear;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-radius: 16px;
}
.media-hero-news > div:hover .media-hero-hover-content{
    /* visibility: visible; */
    display: flex;
}
.media-hero-news > div > a{
    text-decoration: none;
    cursor: pointer;
}
@keyframes appear {
    0%{
        opacity: 0;
        transform: translateY(100px);
    }
    50%{
        display: flex;
        
        transform: translateY(50px);
    }
    100%{
        transform: translateY(0px);
    }
    
}
 .rtl .media-hero-background{
    transform: rotate3d(0, 1, 0, 180deg);;
 }
 .media-hero{
     position: relative;
     overflow: hidden;
     width: 70%;
 }
 .media-hero-img-1{
     position: absolute;
     /* top: 36%;
     left: 30%; */
     width: 100%;
     height: 100%;
     animation: scaleUp 1s ease;
     border-radius: 15px;
    overflow: hidden;
    border: 4px solid white;
 }
 .media-hero-img-2{
    width: 100%;
    height: 100%;
    position: absolute;
    /* top: 15%;
    left: 54%; */
    animation: scaleUp 1s ease;
 }
 .rtl .media-hero-img-1{
     left: 0px;
 }
 .rtl .media-hero-img-2{
     left: 24%;
 }
 .rtl .media-hero-img-3{
    left: 28%;
 }
 .media-hero-img-3{
    position: absolute;
    top: 34%;
    left: 58%;
    animation: scaleUp 1s ease;
 }
 @keyframes scaleUp {
     0%{
        transform: scale(0);
     }
     100%{
        transform: scale(1);
     }
 }
 .media-news-posts{
     transition: height 0.5s;
 }

 .media-news-posts-grid{
  display: flex; 
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  height: 430px;
  transition: height 0.5s;
  /* padding: 0px 100px; */
  padding-right: 40px;
 }
 .rtl  .media-news-posts-grid{
    flex-direction: row-reverse;
    padding-right: 0px;
    padding-left: 40px;
 }
 .rtl .media-news-posts > h2{
     text-align: right;
 }
 .media-news-page-post-thumbnail-lg{
     width: 717px;
     height: 242px;
     border-radius: 8px;
     object-fit: cover;
 }
 .media-news-page-post-thumbnail{
    height:242px;
    width: 299px;
    object-fit: cover;
 }
 .media-news-sing-post-lg{
    width: 100%;
    margin-bottom: 24px;
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 50px;
 }
 .media-news-sing-post-lg > div{
    display: flex;
    flex-direction: column;
 }
 .media-news-sing-post-lg > div > h5{
    width: 85%;
 }
 .rtl  .media-news-sing-post-lg{
    direction: rtl;
    align-items: flex-start;
    padding-right: 0px;
    padding-left: 50px;
 }
 .rtl .media-news-sing-post-lg > div{
    display: flex;
    flex-direction: column;
   
    
 }
 .media-news-sing-post-lg a{
    color: var(--theme-primarty-color);
    transition: all 0.5s;
    font-size: 16px;
    text-decoration: none;
    font-weight: 520;
    font-family: "TheSansArabic-SemiBold";
}
.media-news-sing-post-lg a:hover{
    color:#8c959b;
}
 .media-news-sing-post-sm{
    height: 430px;
    overflow: hidden;
    /* max-width: 346px; */
    width: 296px;
    margin-right: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
 }
 .rtl .media-news-sing-post-sm{
    margin-right: 0px;
    margin-left: 24px;
    direction: rtl;
 }
 @media (max-width: 1300px){
    .media-news-sing-post-sm{
        width: 250 !important;
    }
 }
 @media only screen and (max-width: 900px) {
    .media-news-page-post-thumbnail-lg{
        width: 100% !important;
    }
    .photo-gallary{
        height: 400px!important;
    }
    .photo-gallary-list-container{
        opacity: 1 !important;
    }
    aside{
        display: none;
    }
    .media-news-posts-sidebar{
        padding:10px !important
    }
    .media-news-page-alkheir-container{
        padding: 20px 0px !important;
        text-align: center !important;
        justify-content: center !important;
    }
    .alhkeir-list-items{
        transform: translateX(35%);
    }
    .media-news-alkheir-programs-item{
        align-items: center !important;
        margin-right: 0px !important;
    }
    .alkheir-news-container{
        width: 100% !important;
    }
    .download-background-title{
        margin:0px !important;
    }
    .donwload-theeb-brand > div{
        display: flex;
        flex-direction: column !important;
        align-items: center !important;
        margin-bottom: 40px;
    }
    .alhkeir-post-sm h5{
        width: 100%!important;
        font-size: 22px !important;
    }
    .alhkeir-post-sm a{
        width: 100%;
        text-align: center;
    }
    .media-news-alkheir-programs-container{
        justify-content: center;
    }
    .donwload-theeb-brand{
        height: auto !important;
        flex-direction: column !important;
        padding: 0px !important;
    }
    .download-background{
        height: 100% !important;
    }
    .media-download{
        margin-bottom: 30px;
    }
    .photo-gallary{
        padding: 0px 10px !important;
    }
    .media-news-page-hero h1{
        width: 100% !important;
        font-size: 36px !important;
        padding-left: 30px !important;
    }
 }

 .alhkeir-post-sm h5{
    font-size: 28px ;
 }
 .donwload-theeb-brand > div{
    display: flex;
    flex-direction: row;
    align-items: center;
}
 #recent_news_widget-5{
     /* direction: rtl; */
 }
 .media-news-sing-post-sm a{
     color: var(--theme-primarty-color);
     transition: all 0.5s;
     font-size: 16px;
     text-decoration: none;
     font-weight: 520;
     font-family: "TheSansArabic-SemiBold";
 }
 .media-news-sing-post-sm a:hover{
     color:#8c959b;
 }
 .media-news-load-more-btn{
     width: 100vw;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top:37;
     margin-bottom: 100px;
 }
 .media-news-load-more-btn a{
     text-decoration: none;
     border: 1px solid var(--theme-primarty-color);
     border-radius: 8px;
     width: 151px;
     height: 52px;
     text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color:var(--theme-primarty-color);
    transition: all 0.5s;
    font-family: "TheSansArabic-SemiBold";
 }
 .media-news-load-more-btn a:hover{
     color:white;
     background-color: var(--theme-primarty-color);
 }
 .media-news-page-alkheir-container{
     background-color: #0F6AA4;
     width: 100%;
     height: auto;
     padding:80px 100px;
     color:white;
     margin-bottom: 496px;
    
 }
 .rtl  .media-news-page-alkheir-container{
     text-align: end;
 }
 .media-news-alkheir-programs-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 90px;
 }
 .rtl  .media-news-alkheir-programs-container{
    flex-direction: row-reverse;   
 }
 .media-news-alkheir-programs-item{
     width: 247px;
     margin-right: 36px;
     margin-bottom: 24px;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: space-between;
 }
 .rtl .media-news-alkheir-programs-item{
    align-items: flex-end;
 }
 
 .media-news-alkheir-programs-item h7{
     font-size: 18px;
     line-height: 28.8px;
     height: 116px;
     font-family: "TheSansArabic-Plain";
 }
 .media-news-alkheir-programs-item img{
     margin-bottom: 14px;
 }
 .rtl .media-news-alkheir-programs-item{
     margin-right: 0px;
     margin-left: 36px;
 }
 .alkheir-news-container{
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     padding: 0px 100px;
     position: absolute;
     /* overflow: hidden; */
     width: 90%;
     margin-top: -80px;
     /* height: 490px; */
     overflow-y: hidden;
     overflow-x: scroll;
     height: 600px;
 }
 .alkheir-news-container::-webkit-scrollbar{
    display: none;
 }
 .alkheir-news-container > div{
     /* overflow-x: scroll;
     overflow-y: hidden; */
     justify-content: center;
     align-items: center;
 }
 /* .alkheir-news-container h1{
     font-size: 28px;
     font-family: "TheSansArabic-SemiBold";
     margin-bottom: 40px;
 } */
 .alkheir-news-title{
     font-size: 28px;
     font-family: "TheSansArabic-SemiBold";
     margin-bottom: 150px;
     text-align: center;
 }
 .alhkeir-list-items{
     overflow-x: scroll;
     display: flex;
     flex-direction: revert;
     min-width: 90vw;
     direction: ltr;
     align-items: center;
     justify-content: center;
 }
 .rtl  .alhkeir-list-items{
    direction: rtl;
 }
 .alhkeir-list-items::-webkit-scrollbar{
     display: none;
 }
 .page-id-22 {
    height: 100%;
    position: relative;
    overflow-x: hidden;
 }
 .alhkeir-post-sm{
     /* position: absolute; */
     height: 450px;
     top:120px;
     left: 0px;
     width: 450pxs;
     display: flex;
     flex-direction: row;
     align-items: flex-start;
     justify-content: center;
 }
 .alhkeir-post-sm{
    height: 446px;
    min-width: 346;
    width:346px;
    margin-right: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
 }
 .rtl .alhkeir-post-sm{
    text-align: start;
    align-items: flex-start;
 }
 .alhkeir-post-sm h5{
     font-size: 28;
     color: #3F4751;
     margin-top: 12px;
     width:80%;
 }
 .alhkeir-post-sm a{
     text-decoration: none;
     font-size: 16px;
     color: var(--theme-primarty-color);
     transition: all 0.5s;
     font-weight: 520;
     font-family: "TheSansArabic-SemiBold";
 }
 .rtl .alhkeir-post-sm a{
     width: 86%;
     direction: rtl;
 }
 .rtl .alhkeir-post-sm > div{
     direction: rtl;
 }
 .alhkeir-post-sm > div{
    height: 400px;
 }
 .alhkeir-post-sm a:hover{
    color:#8c959b;
 }
 .photo-gallary-title{
    width: 100%;
    text-align: center;
    font-size: 28px;
    /* margin-bottom: 193px; */
    height: 50px;
 }
 .gallary-content{
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-radius: 16px;
    mix-blend-mode: multiply;
    overflow: hidden;
 }
 .gallary-content > h5{
    position: absolute;
    top: 80%;
    left: 10px;
    font-size: 18px;
    letter-spacing: 0.4px;
    color: white;
 }
 .gallary-content > p{
    color: #8C959B;
    letter-spacing: 0.4px;
    position: absolute;
    font-size: 18px;
    top:90%;
    left: 10px;
 }
 .rtl  .gallary-content > p{
    width: 90%;
    direction: rtl;
 }
 .rtl .gallary-content > h5{
    direction: rtl;
    text-align: right;
    width: 90%;
 }
 .photo-gallary{
     /* width: 100%; */
     width: auto;
     height: 900px;
     overflow-x: scroll;
     display: flex;
     /* transform: translateY(-120px); */
     align-items: flex-start;
     justify-content: flex-start;
     flex-direction: column;
     margin-bottom: 93px;
     padding:0px 100px;
 }
 .photo-gallary::-webkit-scrollbar{
    display: none;
 }
 .photo-gallary-list-container{
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
    width: auto;
    align-items: center;
    justify-content: center;
    /*     
    justify-content: center;
    align-items: flex-end; 
    */

 }
 .photo-gallary-list-item{
    margin: 24px;
    width: 294px;
    height: 304px;
    border-radius: 4px;
    transition: all 0.5s;
    /* transform: translateY(200px); */
    /* display: none; */
    animation: photoGallary 1s linear .5s ;
  }
 @keyframes photoGallary {
    0%{
        transform: translateY(100px);
        opacity: 0;
    }
    30%{
        transform: translateY(60px);
        opacity: 0.3;
    }
    60%{
        transform: translateY(30px);
        opacity: .5;
    }
    100%{
        transform: translateY(0px);
        opacity: 1;
    }
 }
 .photo-gallary-list-item:hover{
    width: 365px;
    height: 462px;
    /* transform: translateY(-20px); */
 }
 .photo-gallary-list-item img{
    object-fit: cover;
    border-radius: 4px;
    width: 294px;
    height: 304px;
    transition: all 0.5s;
    /* background-image:red;
    background-color: green; */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-radius: 16px;
    /* background: linear-gradient(123.91deg, #0F6AA4 50.88%, rgba(245, 185, 202, 0.86) 65.52%); */
    mix-blend-mode: multiply;
 }
 .photo-gallary-list-item img:hover{
    width: 365px;
    height: 462px;
    border-radius: 4px;
    /* transform: translateY(-30px); */
 }
 /* .photo-gallary > div{
    overflow: scroll;
    width: 100%;
    align-items: center;
    justify-content: center;
 } */
 .photo-gallary > div::-webkit-scrollbar{
     display: none;
 }
 .photo-gallary h1{
     font-size: 28px;
     margin-bottom: 193px;
 }

.donwload-theeb-brand{
    padding-left: 100px;
    padding-right: 129px;
    height: 240px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;

}
.rtl .donwload-theeb-brand{
direction: rtl;
}
.rtl .download-background{
    transform: rotate(180deg);
}
.download-background{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 240px;
    z-index: -1;
}
.download-background-title{
    color: white;
    margin-left: 52px;
}
.rtl .download-background-title{
    margin-left: 0px;
    margin-right: 53px;
}
.rtl .media-download{
    direction: ltr;
}
.media-download{
background-color: white;
color: var(--theme-primarty-color);
border-radius: 8px;
width: 131px;
height: 52px;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.5s;
border: 1px solid white;
}
.media-download:hover{
    /* color: white; */
    /* background-color: var(--theme-primarty-color); */
    border: 1px solid white;
    height: 42px;
}
/* Page Style Ends  */

