@font-face {
    font-family: adobeArabic;
    src: url("../fonts/ArbFONTS-22016-adobearabic.ttf");
}

@font-face {
    font-family: poppins;
    src: url("../fonts/Poppins-Regular.ttf");
}

.readMore{
    display: none
}

.englishFont{
    font-family: poppins;
    font-size: 1rem
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "adobeArabic";
}

a{
    text-decoration: none;
    color: inherit
}

.navbar .navbar-nav .nav-link {
    color: rgba(0,0,0,.85) !important
}

.customContainer {
    padding: 0 50px;
}
@media screen and (max-width: 600px){
    .customContainer {
        padding: 0 10px;
    }

}


h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

body {
    background-color: #F5F8F8;
}

body ::-moz-selection {
    background-color: #FF9C00;
    color: white;
}

body ::selection {
    background-color: #FF9C00;
    color: white;
}

.carousel-control-prev {
    position: relative;
    opacity: 1;
    bottom: none;
    top: none;
}

.navbar {
    -webkit-box-shadow: 2px 5px 10px #c1c1c1;
    box-shadow: 2px 5px 10px #c1c1c1;
    background-color: #fff;
}

.navbar .nav-link {
    font-size: 24px;
    color: #1f1f1f;
}

@media screen and (max-width: 1100px) and (min-width: 991px) {
    .navbar .nav-link {
        font-size: 18px;
    }
}

.navbar .nav-link.active {
    color: #FF9C00 !important;
}

.navbar .searchField {
    position: relative;
    width: 200px;
    height: 30px;
}

.navbar .searchField input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}

@media screen and (max-width: 992px) {
    .navbar .searchField {
        width: 100%;
        margin: 30px 0;
    }
}

.navbar .searchField i {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #c1c1c1;
}

.navbar .changeLanguage {
    margin-right: 40px;
    margin-left: 20px;
}

.navbar .changeLanguage button {
    background-color: #FF9C00;
    color: white;
    border-radius: 50px;
    padding: 0 10px;
}

@media screen and (max-width: 992px) {
    .navbar .changeLanguage {
        margin-right: 0;
    }
}

.navbar .dropdown-toggle::after {
    margin-right: 0.255rem;
    margin-left: 0;
    color: #FF9C00;
}

.navbar .dropdown-item:active {
    background-color: #193A6F;
    color: #FF9C00;
}

.header {
    margin-top: 50px;
    position: relative;
}

.header .mainNews {
    position: relative;
    overflow: hidden;
}

.header .mainNews .image {
    height: 100%;
    width: 100%;
}

.header .mainNews .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header .mainNews .newsTitle {
    position: absolute;
    bottom: 1%;
    left: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.8)));
    background-image: linear-gradient(white, rgba(255, 255, 255, 0.8));
    padding: 0 5px;
}

.header .mainNews .newsTitle h3 a {
    font-size: 1.6em;
}

.header .mainNews.others {
    height: 98%;
}

.header .mainNews.others .newsTitle h3 {
    font-size: 1rem;
}

.header .mainNews .dots {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
}

.header .mainNews .dots .dot {
    height: 23px;
    width: 23px;
    border-radius: 50%;
    background-color: #FF9C00;
    margin: 10px 0;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    cursor: pointer;
}

.header .mainNews .dots .dot:hover {
    -webkit-animation: scaleDots 0.5s infinite alternate;
    animation: scaleDots 0.5s infinite alternate;
}

@media screen and (max-width : 600px){
    .header .mainNews .dots .dot{
        height: 17px;
        width: 17px
    }
}

.header .mainNews .caption {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    padding: 2px 8px;
}

.header .mainNews .caption.kurdistan {
    background-color: #5B815C;
}

.header .mainNews .caption.iraq {
    background-color: #193A6F;
}

.header .mainNews .caption.abwri {
    background-color: #FF9C00;
}

.header .mainNews .caption.rangala {
    background-color: #FF0000;
}
.otherPosts > .row div:nth-of-type(3) {
        margin-top: 20px;
        
    }
.otherPosts > .row div:nth-of-type(4) {
        margin-top: 20px;
        
    }

@media  screen and (max-width: 900px) {
    .mainPost {
        width: 100%;
    }
    .otherPosts {
        margin-top: 30px;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .header .otherPosts {
        margin-top: 50px;
    }
}

@-webkit-keyframes scaleDots {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}

@keyframes scaleDots {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}

.section {
    margin: 40px 0;
}

.section .sectionTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0;
    font-size: 36px;
    color: #193A6F;
    white-space: nowrap;
    font-weight: bolder;
}

.section .sectionTitle::before {
    content: '';
    height: 5px;
    width: 43%;
    margin-left: 10px;
    background-color: #FF9C00;
}

.section .sectionTitle::after {
    content: '';
    height: 5px;
    width: 43%;
    margin-right: 10px;
    background-color: #FF9C00;
}

.section .newsSection .lastNews{
 	height : 100%;
}


.section .newsSection .lastNews .image{
 	height : 50%;
}

.section .newsSection .lastNews .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section .newsSection .lastNews .newsContent {
  
    background-color: #fff;
    padding: 0 20px;
    padding-top: 10px;
    overflow: hidden;
height: 50%;
}

@media screen and (max-width: 900px) and (min-width: 768px) {
    .section .newsSection .lastNews .newsContent {
        max-height: 230px;
        min-height: 200px;
    }
}

@media screen and (max-width: 600px) {
    .section .newsSection .lastNews .newsContent {
        font-size: 10px;
    }
}

.section .newsSection .lastNews .newsContent h3 {
    color: #193A6F;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px
}

.section .newsSection .lastNews .newsContent h3 a{
    color: #193a6f;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .section .newsSection .lastNews .newsContent h3 a {
        font-size: 25px;
    }
}

@media screen and (max-width: 600px) {
    .section .newsSection .lastNews .newsContent h3 {
        font-size: 20px;
    }
}

.section .newsSection .lastNews .newsContent p {
    font-size: 22px !important;
text-align:justify
}
.section .newsSection .lastNews .newsContent img {
   display:none;
visibility: hidden;
}
.section .newsSection .lastNews .newsContent .videoEmbed {
   display:none !important;

}


@media screen and (max-width: 1024px) and (min-width: 768px) {
    .section .newsSection .lastNews .newsContent h3 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 600px) {
    .section .newsSection .lastNews .newsContent h3 {
        margin-bottom: 15px;
    }
}

.section .newsSection .lastNews .newsContent .readMore {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #193A6F;
    color: #fff;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    .section .newsSection .otherPosts {
        margin-top: 50px;
    }
}

.section .mainNews {
    position: relative;
}

.section .mainNews .image {
    height: 100%;
    width: 100%;
}

.section .mainNews .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section .mainNews .newsTitle {
    position: absolute;
    bottom: 1%;
    left: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.8)));
    background-image: linear-gradient(white, rgba(255, 255, 255, 0.8));
    padding: 0 5px;
}

.section .mainNews .newsTitle h3 a{
    font-size: 1.6em;
}

// .section .mainNews.others {
//    height: 98%;
// }

.section .mainNews.others .newsTitle h3 {
    font-size: 1rem;
}

.section .mainNews .caption {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    padding: 2px 8px;
}

.section .mainNews .caption.kurdistan {
    background-color: #5B815C;
}

.section .mainNews .caption.iraq {
    background-color: #193A6F;
}

.section .mainNews .caption.abwri {
    background-color: #FF9C00;
}

.section .mainNews .caption.rangala {
    background-color: #FF0000;
}

.section .mainNews .circlePlay {
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2000;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.section .mainNews .circlePlay i {
    font-size: 2.5rem;
    color: #FF9C00;
}

.section.highliteSection {
    background-color: #193A6F;
}

.section.highliteSection .birwraContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
    padding: 20px;
    border-radius: 20px;
}

@media screen and (max-width: 769px) {
    .section.highliteSection .birwraContainer {
        margin: 10px 0;
    }
}

.section.highliteSection .birwraContainer .info .image-circle {
    margin-left: 20px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.section.highliteSection .birwraContainer .info .image-circle img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section.highliteSection .birwraContainer .info .nameAndDate .username {
    color: #193A6F;
    font-size: 1.5rem;
}

.section.highliteSection .birwraContainer .info .nameAndDate .date {
    color: #FF9C00;
}

.section.highliteSection .birwraContainer .titleInfo i {
    color: #e5e5e5;
    font-size: 2rem;
    margin-top: 10px;
}

.section.highliteSection .birwraContainer .titleInfo h4 {
    color: #193A6F;
    font-size: 1.7rem;
    font-weight: bold;
}

.lastPost {
    margin: 30px 0 0;
    -webkit-box-shadow: 0 5px 10px #c1c1c1;
    box-shadow: 0 5px 10px #c1c1c1;
    padding: 20px;
}

.lastPost .aboutUsTitle {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
}

.lastPost .aboutUsTitle::after {
    content: '';
    background-color: #FF9C00;
    width: 100%;
    margin-right: 10px;
    height: 5px;
}

.lastPost .postDescription {
    position: relative;
}

.lastPost .postDescription h2 {
    color: #193A6F;
}

.lastPost .postDescription p {
    margin-top: 30px;
    width: 80%;
    font-size: 20px;
}

.lastPost .postDescription .readMore {
    position: absolute;
    bottom: 1%;
    right: 0;
    background-color: #193A6F;
    color: white;
    padding: 0 10px;
    font-size: 20px;
}

.lastPost .postImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.allPosts {
    margin: 30px 0;
}

.allPosts .post{
    margin: 4.5rem 0;
}


.allPosts .sectionTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    color: #193A6F;
    font-weight: bolder;
}

.allPosts .sectionTitle::after {
    content: "";
    background-color: #FF9C00;
    height: 5px;
    width: 100%;
    margin-right: 10px;
}

.allPosts .post img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.allPosts .post h4 {
    color: #193A6F;
}

.allPosts .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.allPosts .pagination li a {
    background-color: #FF9C00;
    color: white;
}

.openedPostTitle {
    width: 70%;
    font-weight: bold;
    color: #193A6F;
    margin: 30px 0;
}

.postContent {
    margin-bottom: 40px;
}

.postContent .image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.postContent .image .captionImage {
    background-color: #193A6F;
    color: white;
    padding: 10px;
}

.postContent .textContent {
    margin-top: 20px;
}

.postContent .textContent img{
   width:100% !important;
height: auto !important;
}
.postContent .textContent h5 {
    margin: 10px 0;
}

.postContent .textContent h5 .owner {
    color: #193A6F;
    font-size: 22px;
}

.postContent .textContent p {
    font-size: 1.5em;
    width: 90%;
text-align:justify;
}

.postContent .content__text__share {
    margin: 10px 0;
    font-style: italic;
    font-size: 18px;
    font-weight: bold;
    text-align: end;
}

@media screen and (max-width: 770px) {
    .postContent .content__text__share {
        font-size: 16px;
    }
}

.postContent .content__text__share .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.postContent .content__text__share .icons a {
    background-color: #00acee;
    color: white;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 0px;
    border-radius: 5px;
    font-style: initial;
    font-family: 'Jost';
    width: 73px;
    height: 28px;
}

.postContent .content__text__share .icons .tweet {
    margin: 0 15px;
}

.postContent .content__text__share .icons .telegram {
    width: 91px;
}

.postContent .content__text__share .icons i {
    font-size: 14px;
    color: white;
}

@media screen and (max-width: 770px) {
    .postContent .content__text__share .icons i {
        font-size: 16px;
    }
    .postContent .content__text__share .icons {
        justify-content: space-around;
    }
}

.morePosts {
    margin-top: 10px;
}

.morePosts h4 {
    color: #193A6F;
    text-align: center;
    font-weight: bold;
}

.morePosts hr {
    height: 5px;
    background-color: #FF9C00;
    opacity: 1;
}

.morePosts .post {
    margin: 15px 0;
}

.morePosts .post img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.morePosts .post h5 {
    margin: 5px 0;
    color: #193A6F;
}

.headerCarousel {
    height: 88vh;
}

.headerCarousel .carousel-indicators {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.headerCarousel .carousel-indicators .dot {
    height: 23px;
    width: 23px;
    border-radius: 50%;
    background-color: #FF9C00;
    margin: 0 5px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    cursor: pointer;
}

.headerCarousel .carousel-indicators .dot:hover {
    -webkit-animation: scaleDots 0.5s infinite alternate;
    animation: scaleDots 0.5s infinite alternate;
}

.headerCarousel .carousel-inner {
    height: 100%;
}

.headerCarousel .carousel-inner .carousel-item {
    height: 100%;
}

.headerCarousel .carousel-inner .carousel-item .carousel-caption {
    bottom: 0;
    text-align: start;
    height: 35%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(63, 63, 63, 0.8)), to(rgba(63, 63, 63, 0.3)));
    background-image: linear-gradient(to top, rgba(63, 63, 63, 0.8), rgba(63, 63, 63, 0.3));
    right: 0;
    left: 0;
}

.headerCarousel .carousel-inner .carousel-item .carousel-caption .captionText {
    width: 80%;
    margin: 0 auto;
}

.headerCarousel .carousel-inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

@media screen and (max-width : 900px){
    .headerCarousel {
        height: 60vh
    }
}
@media screen and (max-width : 600px){
    .headerCarousel {
        height: 50%
    }

    .carousel-indicators, .dots{
        display: none !important
    }

}


.footer {
    background-color: #193A6F;
    padding: 20px 0;
}

.footer .address i {
    color: white;
}

.footer .address p {
    color: white;
    margin: 10px 0;
    font-family: poppins;
    font-size: 14px;
    margin: 0 10px;
}

.footer .links a {
    font-size: 24px;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}

.footer .active {
    color: #FF9C00 !important;
}

@media screen and (max-width: 769px) {
    .footer .leftFooter {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    .footer .link {
        width: 50%;
    }
}

@media screen and (min-width: 600px) and (max-width : 768px){
    .footer .link{
        width: 25%;
    }
}

.captionText p {
    font-size: 1.3rem !important
}

.captionText h1 {
    font-weight: bold
}

.display-md-block{
display : none
}

@media screen and (max-width: 990px){
 .display-md-none{
   display : none
 }
.display-md-block{
display : block
}
.newsContent{
margin-bottom : 30px;
height : 35% !important;
}
}

/*# sourceMappingURL=style.css.map */