/*
	Theme Name: ahram gate
	Theme Coder: AMAC
	font-family: 'HelveticaNeueW02-75Bold';
	First Color: #dd001f;
	Second color:#091e3a;
*/


/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
	box-sizing: border-box;
}
@font-face {
    font-family: 'Hacen Algeria Bd';
    src: url('../fonts/HacenAlgeriaBd.woff2') format('woff2'),
        url('../fonts/HacenAlgeriaBd.woff') format('woff'),
        url('../fonts/HacenAlgeriaBd.ttf') format('truetype'),
        url('../fonts/HacenAlgeriaBd.svg#HacenAlgeriaBd') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HacenAlgeria';
    src: url('../fonts/HacenAlgeria.eot');
    src: url('../fonts/HacenAlgeria.eot') format('embedded-opentype'),
         url('../fonts/HacenAlgeria.woff2') format('woff2'),
         url('../fonts/HacenAlgeria.woff') format('woff'),
         url('../fonts/HacenAlgeria.ttf') format('truetype'),
         url('../fonts/HacenAlgeria.svg#HacenAlgeria') format('svg');
}

@font-face {
	font-family: 'GE SS Two Light';
	src: url('../fonts/GE SS Two Light.eot');
	src: local(''), url('../fonts/GE-SS-Two-Light.woff') format('woff'), 
	url('../fonts/GE-SS-Two-Light.ttf') format('truetype'), 
	url('../fonts/GE-SS-Two-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;

}
:root{
    --fonts: 'HacenAlgeria';
    --fontsec: 'Hacen Algeria Bd';
    --fonttitlesm:'GE SS Two Light';
    --textright:right;
    --titlecolor:#091e3a;
    --childcolor:#8b8f9a;
    --bgcolor: #f2f2f2;
    --colorWhite:#fff;
    --titilered:#dd001f;
    --colorweather:#818b9d;
    --titlesec:38px;
    --title:17px;
    --smtitle:14px;
    --bgtitle:24px;
    --mobtitle:20px;
    
}
body {
    font-family:var(--fonts);
    font-size: var(--title);
    text-align: var(--textright);
    background-color: var(--colorWhite);
}
.row,.d-flex {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
a,a:hover{
		text-decoration: none;
		color: #091e3a
}
.m-bottom{
  margin-top: 10px;
}
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1366px;
    }
}
.col-center {
    margin: 0 auto;
    display: block;
}
.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.dir{
direction: rtl;
}
.p-right{
    padding-right: 0;
    padding-left: 15px;
}
.p-left{
    padding-right: 15px;
    padding-left: 0;
}
/*--==============header============================
==================================--*/
#header{
    background: rgb(230,230,230);
    background: linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%);
    color: var(--colorweather);
    padding: 15px;
    
}
#header ul li.nav-item{
    font-family: var(--fonttitlesm);
    padding: 5px;
    direction: rtl;
    color: #7e7e7e;
    font-size: var(--smtitle);

}

.list-info{
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.head_office{
    padding-top: 30px;
    text-align: center;
    font-family: var(--fonttitlesm);
}
.head_office span{
    color: #e91428;
    

}
.head_office p{
    color: var(--titlecolor);
    font-weight: bold;

}

/*--==============menu============================
==================================--*/
#menu .navbar-expand-lg .navbar-nav{
    flex-direction: row-reverse}
#menu .navbar-expand-lg .navbar-collapse{
    justify-content: flex-end;
    background-color: var(--titlecolor);
  
}
#menu .nav-link{
    color: #fff;
    font-size: var(--title);
    
}
#menu .navbar-expand-lg .navbar-nav .nav-link{
  padding-left:1.5rem;
 
  
}
#menu .navbar-expand-lg .navbar-nav .nav-item a{
  padding-bottom: 5px;
  
}
#menu .navbar-expand-lg .navbar-nav .nav-link:hover{
    padding-bottom: 0px;
}
#menu .navbar-expand-lg .navbar-nav .nav-item a:hover{
  border-bottom: red 5px solid;
}
#menu .nav-link:hover{
  color: #d7d7d7;
  
}
.fa-plus:before{
  font-size: smaller;
}
.dropdown-item{
    text-align: right;
    color: var(--titlecolor) ;
    font-family: var(--fonts);
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #dddddd;
    border-bottom: none !important;
  }
.search-pos {
	position:absolute;
	left:45px;
}
.search-color {
	color:#fff !important;
}
/*--==============tiker============================
==================================--*/

.bg-tiker{
  background-color: #e91428;
  color: #fff;
  margin-top: 7px;
}
.news-scroll a{
  color: #fff;
}
.text-tiker h3{
    padding: 10px 20px;
    font-size: var(--smtitle);
    margin-bottom: 0;
    background: url(../images/bg-tiker.png) no-repeat right center;
    background-color: #e91428;
    right: 0;
    left: auto;
    width: 157px;
    z-index: 22;
    position: absolute;
    top: 0;

 
}
/*--==============top-news============================
==================================--*/
#top-news{
    padding: 22px 0 0px 0;
    margin-top: 22px;
    background-color: var(--bgcolor);
}


.text-contant{
    position: absolute;
    z-index: 2;
    left: 15px;
    right: 15px;
    bottom: 0;
    padding: 25px 40px;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.sm-title{
    font-family: var(--fonttitlesm);
    color: var(--colorWhite);
    font-size: var(--smtitle);
}
.sm-title::after{
    content: ""; 
    display: block; 
    margin: 0 0 5px auto; 
    width: 4%; 
    right:0;
    left: auto;
    padding-top: 5px; 
    border-bottom: #d40c0f 2px solid;
}
.bg-title{
    font-family: var(--fonts);
    color: var(--colorWhite);
    font-size: var(--bgtitle);
}
.time{
    font-family: var(--fonttitlesm);
    color: var(--colorWhite);
    font-size: var(--title); 
    margin-top: 15px;
}
.icon-shear{
    text-align: left;
    color: var(--colorWhite);
    margin-left: 0px;
}
.contant-White{
    background-color: var(--colorWhite);
    padding:20px 25px;
    min-height: 144px; 
}
.sic-title{
    font-size: var(--smtitle);
    color: var(--childcolor);
}
.sic-title::after{
    content: ""; 
    display: block; 
    margin: 0 0 5px auto; 
    width: 8%; 
    right:0;
    left: auto;
    padding-top: 5px; 
    border-bottom: #d40c0f 2px solid;
}
.title{
    font-size: var(--title);
    color: var(--titlecolor);
    padding-top: 5px;    
    direction:rtl;
}





/*--==============advertising============================
==================================--*/
.ads-bg {
    /*background: url(../images/ads.png) top left repeat-x;*/
    display: block;
}
.adv {
    background: url(../images/bgadv.jpg) no-repeat top left;
    display: block;
    /*min-height: 358px;  */
}
.text-adv{
    text-align: center;
    font-size: var(--title);
    color: var(--childcolor);
    padding: 35px 0;
}




/*--=============ESDARAT ALAHRAM=============================
==================================--*/
#esdarat-alhram {
    background: var(--titlecolor);
    padding: 80px 15px;
}
#esdarat-alhram2 {
    background: var(--titlecolor);
    padding: 0px 15px;
}
.content-esd{
    display: flex;
    justify-content: space-around;
}
.bg-esd{
    background:var(--titilered) url(../images/bg-esd.jpg) no-repeat right top;
}
.hd-esd{
    color: #fff;
    font-size:30px;
    padding-top: 50px;
    padding-right: 15px;
}
.border-esd{
    border-right: #fff 10px solid;
    padding-left: 10px;
}
.bref-esd{
    color: #fff !important;
    padding: 15px 25px;
    font-size: var(--title);
}
.btn-outline-primary {
    color: #ffffff;
    border-color: #ffffff;
    padding: 5px 25px;
    border-radius: 10px;
    margin-right: 15px;
    margin-left: 20px;
}
.opic{
    opacity: .6;
}
.opic:hover{
    opacity: 1;
}
.acti{
    opacity: 1;
}
.bg-pric{
    background-color: #dd001f;
    color: #fff;
    font-size: var(--smtitle);
    text-align: center;
    padding: 10px;
}
.bg-pric1{
    background-color: #cf021f;
}
.bg-pric2{
    background-color: #ecf0f2;
    color: #091e3a;
    direction: rtl;
}
.bg-logo {
    background-color: #0d2647;
   
    padding: 25px 0px;
}
/*--=============ARAB & WORLD=============================
==================================--*/
#arab-world {
    background: #fff url(../images/c-01.jpg) top right no-repeat;
    padding-bottom: 50px;
}
#arab-world .icon-section {
    background:#dd001f url(../images/icons/icon-01.png) top left no-repeat;
    font-family: var(--fontsec);
    color:#fff;
    height: 90px;
    align-items: center;
}
.all-news {
	background: url(../images/all.png) top right no-repeat;
	font-family: var(--fonttitlesm); 
	font-size: 16px;  
	text-align: center;
	padding-right: 29px;
}
#list-arabe .list-inline{
    margin: 30px 0;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;  
}
#list-arabe li::after {
    content: "•";
    color: red;
    display: inline-block; 
    margin-left:5px;
}
#list-arabe .list-inline-item{
    margin-right: 10px;
}
.time2{
    color: var(--childcolor);
    margin-top: 0px;
    font-size: 14px;
}
.text-world{
    background: rgba(9,30,58,.8);
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 20px;
}
.border-L{
    border-left: #dadada 1px solid;
}
.contant-world{
    padding: 15px 0px 25px 15px;
}
.bgsic-title {
    margin-bottom: 15px;
}
.bgsic-title a{
    background-color: #dd001f;
    padding:2px 10px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    color: #fff;
}
.flex-wor{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
}
.gry a{
    background-color: #eeeeee;
    color:var(--titlecolor);
}
.bgsic-title::after{
    content:none;
}
.gry::after{
    content:none;
}
.list-world{  
    font-size: 16px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    padding-right: 25px;
    padding-left: 25px;
}
h3.list-item{
    padding-right: 15px;
    padding-bottom: 20px;
    direction: rtl;
    list-style-position: outside;
    font-size: 16px;
    margin-bottom: 0;
    border-right: #eeeeee 2px solid;
}
.list-world h3::before { 
    content: "•"; 
    display: inline-block;
    margin: 0 -20px 5px auto; 
    width: 8%;
    right:0;
    left: auto;
    padding-top: 5px;  
    color: #dd001f;
}

.ttop {
    margin-bottom: 15px;
}
.news-world {
    padding-left: 0 !important;
}
h3.list-item span {
    font-size: 25px;
    color: #dd001f;
    font-weight: bold;
    border-bottom: 3px solid #dd001f;
}


/*--=============WRITERS=============================
==================================--*/
#writers {
   background: #fff;
   padding:0 0 30px 0; 
}
#writers .icon-section {
	font-family: var(--fontsec);
	color:#d40c0f;
	height: 65px;
	align-items: center;
}
.title-name{
    color: #d40c0f;
    font-size: 18px;
}
.fa-quote-right:before{
    font-size: 25px;
    color: #dd001f;
}
.bref{
    font-size: var(--smtitle);
    color: var(--childcolor);
    line-height: 1.2;
}
.mbottom {
    margin-bottom: 15px;
}


/*--=============woman=============================
==================================--*/
#woman {
  
  margin-bottom: 100px;
  }
  
  #woman .icon-section {
     
      font-family: var(--fontsec);
      color:#fff;
      height: 90px;
      align-items: center;
  }
.text-woman {
    background: rgba(9,143,213,.8);
    padding: 20px;
    left: 30px;
    right: 30px;
    bottom: 40px;
    /*border-right: #f20c94 8px solid;*/
}
.contant-woman{
    background-color: #fff;
    padding: 15px;
    position: absolute;
    z-index: 8;
    right: 30px;
    left: 30px;
    bottom: -80px;

}
.center{
    text-align: center;
} 
.contant-soch{
    color: #fff;
    padding: 30px 25px 5px 25px;
    background:#29abe1 url('../images/icon-bg.png') no-repeat left bottom;
    min-height: 355px;
}
.title-soch a{
   background-color: #ee0077;
   padding: 5px 5px 5px 20px;
   color: #fff;
   margin-top: 15px;
}
.shear{
    position: absolute;
    z-index: 777;
    left: 25px;
   bottom: 20px;
   background-color: #fff;
}
.bg-shear{
    background-color: #fff;
  
}
.icon-shear-gry{
    color: #8b8f9a;
    font-size: var(--smtitle);
}
 .bg-s{
    background-color: #ee0077;
    color: #fff;
    text-align: center;
    padding: 3px 5px;
    font-size: var(--smtitle);
}
.bg-s2{
   background-color: #fff;  
   text-align: center;
   padding: 3px 5px;
   font-size: var(--smtitle);
}

/*--=============cars=============================
==================================--*/
#cars {
    background: url(../images/c-07.png) top right no-repeat , url('../images/bcar02.jpg') no-repeat center center;;

  }
  
  #cars .icon-section {
      background: #3bbac3 url(../images/icons/icon-07.png) top left no-repeat;
      font-family: var(--fontsec);
      color:#fff;
      height: 90px;
      align-items: center;
  }

.contant-car{
    position: absolute;
    z-index: 66;
    right:0;
    left:0;
    bottom: 0;
    background-color: rgba(56, 54, 50,.8);
    padding: 15px;
    height:80px;
}
.text-wihte{
    color: #fff;
}
.bgcontant-car{
    right:0;
    left:0;
    bottom: 0;
}
/*--=============SPORT=============================
==================================--*/
#sport {
  background:  #fff url('../images/bg01.jpg') repeat-x;
 
}

    #sport .icon-section {
        /*background:  #86b93f url(../images/icons/icon-02.png) top left no-repeat;*/
        font-family: var(--fontsec);
        color: #fff;
        height: 90px;
        align-items: center;
    }
.green a{
    background-color: #86b93f;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;

}
.shear-car{
    bottom: 0;
    left:0;
}
#sport .shear{
    position: absolute;
    z-index: 777;
    left: 0;
   bottom: 0;
   background-color: #fff;
}
.bg-car{
    background-color: #86b93f;
    color: #fff;
    text-align: center;
    padding: 3px 5px;
    font-size: var(--smtitle);
}
.line-lef{
    border-left: #dadada 1px solid;
    padding-right: 10px;
}
.adv-car{
    min-height: auto;
}
.text-adv{
    padding: 15px 0;
}
.more{
    text-align: center;
    color: #949494;
    font-size: var(--title);
    margin-top: -10px;
   
}
.more a{
    text-align: center;
    color: #949494;
    font-size: var(--title);
    padding: 5px 40px;
    border: #949494 1px solid;
    background-color: #fff;
}


  .line{
      display: flex;
      justify-content: center;
      border-top: #949494 1px solid;
  }
/*--=============ECONOMY=============================
==================================--*/
#economy {
    background-color: #f2f2f2;
    padding-bottom: 50px;
}
#economy .icon-section {
   
    font-family: var(--fontsec);
    color:#fff;
    height: 90px;
    align-items: center;
}

    #economy .text-economy {
        background: rgba(25,42,49,.8);
        padding: 20px;
        left: 30px;
        right: 30px;
        bottom: 40px;
        /*border-right: #008ad1 20px solid;*/
        position: absolute;
    }
.icon-shear-econ{
    position: absolute;
    z-index: 88;
    right: -18px;
    bottom: 5px;
    color: #fff;
}
.title-econ{
    color: #008ad1;
}
.title-econ::after{
    border-bottom: #008ad1 2px solid;
}
.title-econmy{
    color: #008ad1;
    font-size: var(--smtitle);
}
.bg-White{
    background-color: #fff;
    padding: 25px 10px 10px 10px;
}
.bor-line{
    border-bottom: #f6f6f6 1px solid;
    padding-top: 10px;
}




/*--=============GALLERY=============================
==================================--*/
#gallery {
    background: #f2f2f2 url(../images/c-04.png) top right no-repeat;
    padding-bottom: 30px;
    margin-top:60px;
   
}
#gallery .icon-section {
    background:#f9bb28 url(../images/icons/icon-03.png) top left no-repeat;
    font-family: var(--fontsec);
    color:#fff;
    height: 90px;
    align-items: center;
}

.img_gallery{
	position: relative;
    width: 100%;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: cover;
}


.white_baby{
	background:#f2f2f2;
	position: absolute;
    z-index: 99;
    bottom: -30px;
	padding-left:15px;
  padding-right:15px;
  left:50px;
  right:50px
}
.text_baby{
	text-align:center;
	color:#757575;
	font-size:var(--title);
	padding-top:25px;
	padding-bottom:1px;
	margin:0px;
}
.text_Photographer{
	text-align:center;
	color:#757575;
	font-size:14px;
	border-bottom:1px solid #dadada;
    margin:0px;
    padding-bottom: 5px;
}
.Gallery{
	text-align:center;
	color:#f144ab;
	font-size:14px;
	padding-top:5px;

}
.Month{
	text-align:center;
	color:#70c7eb;
	font-size:15px;
	padding-top:5px;
	padding-bottom:5px;
}
.icon_image2{
	position: absolute;
    z-index: 99;
    bottom: 0%;
	right:30.5%;
}
.cont-gall{
    display: flex;
    justify-content: center;
}
.shopstyle{
  height: 370px;
}
/*--=============TECNOLOGY=============================
==================================--*/

#tecnology {
    background:#fff url('../images/bg01.jpg') repeat-x;
}
    #tecnology .icon-section {
        /*background: #008ad1 url(../images/icons/icon-05.png) top left no-repeat;*/
        font-family: var(--fontsec);
        color: #fff;
        height: 90px;
        align-items: center;
    }
ul.tecnology{
    margin: 90px 10px 0 0;
}
#tecnology .list-group-item{
    padding: 10px;
    color: #a8aeba;
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
#tecnology .shear{
    position: absolute;
    z-index: 777;
    left: 0;
   bottom: 0;
   background-color: #fff;
}
.bg-tec{
    background-color: #1da1e5;
    color: #fff;
    text-align: center;
    padding: 3px 5px;
    font-size: var(--smtitle);
}
.pos-tecon{
    position: absolute;
    z-index: 999;
    left:0;
    bottom: 8px;
}
.pos-tecon2{
    bottom: 0px;
}
.bg-tecon{
    background-color: #1da1e5;
}
.border-m{
    border-bottom: #dadada 1px solid;
    padding-bottom: 15px;
    padding-top: 15px;
}
/*--=============Memory=============================
==================================--*/
#memory{
    background: url(../images/bg-more.jpg) no-repeat center center;
    margin-top: 30px;
    padding: 50px;
}
.line-hd{
    border-bottom: #698ec5 1px solid;
    padding: 0;
}
.text-hdmemory{
    color: #fff;
    font-size: var(--titlesec);
}
.text-hdmemory a{
    border-bottom: #fff 3px solid;
    padding-top: 7px;

}
.contant-memory{
    left:0;
    right:0;
}
.borright{
    border-right: #fff 2px solid;
    padding-left: 10px;
}
.hd{
    position: absolute;
    z-index: 333;
    left:15px;
    background-color: #d40c0f;
    padding: 5px 15px;
    color: #fff;
    text-align: center;
    top:10px;
}
.pos-img{
  position: absolute;
  right:25px;
  top:30px
}
/*--=============social=============================
==================================--*/
#social {
    background: #fff url('../images/bgsoci.jpg') no-repeat bottom left;
    padding: 25px 25px 0 10px;
    margin-top: 0px;
}
.line-soci{
    border-bottom: #dedede 1px solid;
}
.hd-soci {
    /*color: #ee0077;*/
    color: #fff;
}
.hd-soci a{
    border-bottom: #ee0077 3px solid;
    padding-top: 7px;
}
.title-soci{
    color: #ee0077;
}
/*--=============Services=============================
==================================--*/
#Services{
    background-color: #efefef;
    padding: 25px 25px 20px 10px;
}

.line-serv{
    border-bottom: #d7d7d7 1px solid;
}
.hd-serv{
    color: #ae831e;
}
.hd-serv a{
    border-bottom: #ae831e 3px solid;
    padding-top: 7px;
}
.bg-weather{
    background: url('../images/bg-serv01.jpg') no-repeat center center;
    padding: 15px 25px 0 10px;
    color: #fff;
    min-height: 223px;
}
.num{
    font-size:60px;
    font-family: sans-serif;
    margin-bottom: 0;

}
.num span{
    font-size: 20px;
    position: absolute;
}
.icon-wea{
    position: absolute;
    left: 30px;
    bottom: 60px;
    z-index: 11;
}
.num2 span{
    font-size: 11px;
    position: absolute;
}
.bg-weather2{
    min-height: 223px;
    background: rgb(230,230,230);
    background: linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%);
    color:var(--colorweather);
    padding: 20px 20px 0 10px;
}
.line-weather{
    border-bottom: #ececec 1px solid;
    padding-bottom: 10px;
}
.icon-wea2{
    top:30px
}
.h-img{
    min-height: 223px;
}
.price-gol{
    color: #ae831e;
}
.price-gol a{
    color: #ae831e;
    border-bottom: #ae831e 1px solid;
    padding-bottom: 10px;
    
}
ul.text-price{
    flex-direction: row-reverse;
    justify-content: flex-start;
    padding: 15px 0;
    color: var(--colorweather);
}

.text-servi{
    background-color: var(--colorweather);
    color: #fff;
}

ul.timer{
    display: flex;
    flex-direction: row-reverse;
}
.text-servi3{
    background-color:#ae831e;
    color: #fff;
}
.text-servi4{
    background-color:#d40c0f;
    color: #fff;
}
.text-servi2{
    background-color:#fff;
    color: var(--colorweather);
}
h4 small {
    font-size: 14px;
}
/*--=============video=============================
==================================--*/

#video{
    background: url('../images/bg-video.jpg') no-repeat center center;
    padding: 40px;
}
.line-video{
    border-bottom: #dedede 1px solid;
}
.hd-video{
    color: #fff;
}
.hd-video a{
    border-bottom: #e00015 3px solid;
    padding-left: 40px;
}
#video .text-contant{
    padding:14px;
    position: absolute;
    z-index: 2;
    left: 0px;
    right: 0px;
    bottom: 0;
    padding: 25px 10px;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    
}
.bg-radio{
    background-color: #e00015;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    padding: 5px;
}
.title-radio{
    color: #d0e4ff;
}
.title-radio2{
    color: #c1c1c1;
   
}


.bg-play{
    background-color: #fff;
    padding-top: 10px;
}

.time a{
    background-color: #0061ae;
    padding: 3px 15px;
    color: #fff;
    text-align: center;
}
.img-rudi{
    border-radius: 10px;
}
.img-icon{
    position: absolute;
    right:0;
    z-index: 33;
    top:0;
}

/*--=============footer=============================
==================================--*/

#footer {
    /*background:#fbfbfb url(../images/bg-footer.jpg) top left no-repeat;*/
    text-align: right;
    /*padding: 60px 30px;*/
}
#footer li.nav-item:nth-child(1){
  border-top: #f4cb69 3px solid;
  padding: 7px 66px;
  font-size: var(--smtitle);
}
#footer li.nav-item:nth-child(2){
  border-top: #cf1b1d 3px solid;
  padding: 7px 60px;
  font-size: var(--smtitle);
}
#footer li.nav-item:nth-child(3){
  border-top: #3e65c9 3px solid;
  padding: 7px 60px;
  font-size: var(--smtitle);
}
#footer li.nav-item:nth-child(4){
  border-top: #f08db5 3px solid;
  padding: 7px 60px;
  font-size: var(--smtitle);
}
#footer li.nav-item:nth-child(5){
  border-top: #3bbac3 3px solid;
  padding: 7px 60px;
  font-size: var(--smtitle);
}
#footer li.nav-item:nth-child(6){
  border-top: #bce74d 3px solid;
  padding: 7px 66px;
  font-size: var(--smtitle);
}
.mt{
  margin-top: 72px;
}
.list-group-item{
  background-color:unset ;;
   border:none;
   padding:.10rem 1.25rem;

}
.title-list{
  color: var(--titlecolor);
}

#footer ul.nav {
    text-align: center;
}

/*--=============outer=============================
==================================--*/

#outer, #Gallery-sub {
    margin: 20px 15px;
}
.bg-White-outer{
    padding:0 20px;
    background-color: #f7f7f7;
}
.shear-outer{
    left:0 !important;
    bottom: 0 !important;
}
.bg-contant-outer{
    background-color: #f7f7f7;

}
.hd-outer{
  color: var(--titlecolor);
}

.hd-outer a {
  border-bottom: #060247 3px solid !important;
  padding-top: 7px;
}
/*--=============inner=============================
==================================--*/

#inner{
  margin:20px 15px;
}
.inner-hd{
color: var(--titlecolor);
text-align: right;
margin-top: 20px;
 
}
.text_list{
  padding: 10px;
}
.img-inner {
    /*float: left;*/
    margin-right: 20px;
    /*margin-top: 20px;*/
    width: 100% !important;
}
.p-img{
    text-align: justify;
    direction: rtl;
   margin-bottom: 20px;
   font-size: 16px;
   font-family: 'GE SS Two Light';
}
.contant-inner{
    padding: 15px;
}
.btn-primary {
    color: #fff;
    background-color: #091e3a;
    border-color: #091e3a;
}
.form-control{
    text-align: right;
    direction: rtl;
}
.text-search{
    background-color: #e6e6e6;
    padding: 20px;
    color: #16181b;
    font-size: 17px;
}
.text-muted {
    color: #ff0505 !important;
    /*border-bottom: #006092 2px solid;*/
    font-size: 30px;
}

/*--=============gallery-sub=============================
==================================--*/
.white_baby-gallery{
    background-color:#f2f2f2;
    padding:20px;
}
.text_baby-gall{
    padding-top: 0;
    font-size: 16px;
}
/*.carousel-indicators {
    margin-bottom: -70px;
    width: 100%;
    margin-left: unset !important;
    bottom: unset !important;
    margin-top: 8px;
    direction:rtl;
}*/
.carousel-indicators {
    margin-bottom: -70px;
    width: 100%;
    margin-left: unset !important;
    bottom: unset !important;
    margin-top: 8px;
    direction: rtl;
    padding: 0;
}
    .carousel-indicators li {
        width: 220px;
        direction: rtl;
        text-align: center;
        line-height: 20px;
        height: 60px;
        background: #161719;
        padding: 1px;
        overflow:hidden;
       
    }
        .carousel-indicators li:hover, .carousel-indicators .active {
            background: #e92028 !important;
        }
.title-gallery{
    background-color: rgba(0, 0, 0, 0.582);
    padding: 10px;
    text-align: center;
    left:20px;
    right:20px;
    bottom: 0;
    position: absolute;
    z-index: 6666;
    color: #fff;
}
/*update*/
.nav-tabs{
    flex-direction: row-reverse;
    margin-top: 20px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color:#fff;
    background-color: #ff0505;
}

.s-colors {
    color:#dd001f
}

/*-----------------------------------------------------*/
.cat-green::before {
    display: block;
    width: 454px;
    height: 126px;
    content: "";
    position: absolute;
    background-color: #86b93f;
    right: 0;
}

.cat-header::before {
    display: block;
    width: 490px;
    height: 160px;
    content: "";
    position: absolute;
    
    right: 0;
}

.img-100{
    width:100%;
}
.imgMax-238 {
    max-height: 238px;
}

h1, h2, h3, h4, h5, h6{
    direction:rtl;
}

.writerimg {
    /*border-radius:50%;*/
    height:110px;
}

.img-655 {
    width: 655px;
}

.zone-str {
    position: absolute;
    width: 98%;
    height: 27px;
    background-color: #eae2e2;
    opacity: 0.4;
    border-radius: 20px;
    left: 30px;
}
.block-debug-bar {
    width: 90%;
    opacity: 0.7;
    font-size: 0.9rem;
    direction: ltr;
    background-color: #d2d2d0;
}


.slick-slide {
    float: right !important;
}

.dir-writers {
    flex-direction: row !important;
}



iframe{
    max-width:100%;
}



.timer1 li:nth-child(even) h5 {
    background-color: #d40c0f;
    color:#fff;
}

.timer2 li:nth-child(odd) h5 {
    background-color: #fff;
    color: var(--colorweather);
}



.item-slick.slick-slide.slick-current.slick-active {
    outline: none !important
}

.slider-for {
    margin-bottom: 15px;
}

    .slider-for img {
        width: 100%;
        min-height: 100%;
    }

.slider-nav {
    margin: auto;
}

    .slider-nav .item-slick {
        max-width: 240px;
        margin-right: 15px;
        outline: none !important;
        cursor: pointer;
    }

        .slider-nav .item-slick img {
            max-width: 100%;
            background-size: cover;
            background-position: center;
        }

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

/* Ticker news عاجل */

.news_ticker1 {
    direction: rtl;
    background: -moz-linear-gradient(center top, #b30000 0%, #b30000 33%, #7d0000 48%, #7d0000 100%, #b30000 100%, #7d0000 100%) repeat scroll 0 0 transparent;
    background-color: #b30000;
    bottom: 0;
    display: none;
    height: 52px;
    position: fixed !important;
    right: 0;
    width: 10%;
    z-index: 1000;
    display: block;
    width: 100%;
    color: #FFFFFF;
    z-index: 9999999999;
}

    .news_ticker1 a {
        color: #FFFFFF;
        text-decoration: none;
    }

.news_ticker a:hover {
    text-decoration: underline;
}

.news_ticker1 ul {
    margin: 0;
    padding: 0;
}

.ticker1 {
    list-style: none outside none;
    margin: auto;
    width: 95%;
    overflow: hidden;
    padding-top: 13px;
}

    .ticker1 .tickerTitle1 {
        float: right;
        color: Yellow;
        font-size: 26px;
        font-weight: bold;
        margin: 0 0 0 10px;
        border-left: 1px solid #fff;
        padding-left: 10px;
    }

    .ticker1 li {
        color: #FFFFFF;
        font-size: 24px;
        font-weight: bold;
        height: 52px;
        list-style: outside none none;
    }

    .ticker1 .vspacer {
        height: 14px;
    }
/* End ticker news */


.homeslider .portallink a {
    color: #fff;
}

.bottom-slide .sic-title .portallink a {
    color: var(--childcolor);
}


.search-pos svg {
    width: 30px;
}

    .search-pos svg path {
        fill: white !important;
    }

.searchbox {
    position: relative;
    min-width: 50px;
    width: 0%;
    height: 50px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input {
    top: 73px;
    right: 57px;
    border: 0;
    outline: 0;
    display: none;
    width: 65%;
    height: 38px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 20px;
    color: #040000;
}

    .searchbox-input::-webkit-input-placeholder {
        color: #d74b4b;
    }

    .searchbox-input:-moz-placeholder {
        color: #d74b4b;
    }

    .searchbox-input::-moz-placeholder {
        color: #d74b4b;
    }

    .searchbox-input:-ms-input-placeholder {
        color: #d74b4b;
    }

.searchbox-icon,
.searchbox-submit {
}



.searchbox-open {
    width: 65%;
    display: block;
}

.byline {
    position: absolute;
    top: 150px;
    left: 30%;
    text-align: center;
    font-size: 18px;
}

    .byline a {
        text-decoration: none;
        color: #d74b4b;
    }





ul.keywords {
    margin: 4px;
    padding: 6px;
    max-width: 98%;
    direction:rtl;
}

    ul.keywords li h5 {
        color: #fff;
        background-color: #055293;
        padding: 10px;
        text-align: center;
    }

        ul.keywords li h5 a {
            color: #fff;
        }

.tagsTlt {
    font-size: 20px;
}


ul.keywords li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.colorcaption {
    text-align: center;
    color: #000;
    font-size: 15px;
    padding-bottom: 7px;
    font-weight: bold;
    /*background: #091e3a;*/
}
.innerb_main {
    width: 100%;
    padding: 6px;
    background-color: #ecede6;
    padding-bottom: 5px;
    direction: rtl;
    font-family: arial;
    font-size: 12pt;
    color: #2f2f2e;
    display: inline-flex;
    margin-bottom: 15px;
}

    .innerb_main div {
        float: right;
        margin-right: 2px;
        margin-top: 4px;
    }

.text_source {
    text-align: right;
    color: #cd0e0e;
    font-size: 17px;
    padding-top: 8px;
    padding-right: 9px;
    margin: 0px;
}


.contentp a, .contentp a :hover {
    color: #1660b1;
}

.m-bottom a {
    color: #ff0505 !important;
}

.sic-title a {
    color: var(--childcolor) !important;
}

.advtxt {
    font-size: 25px;
    color: #dd001f;
    font-weight: bold;
    border-bottom: 3px solid #dd001f;
}

.WriterIMG {
    margin-top: 2px;
    position: relative;
    float: left;
    padding: 0 15px 10px 0;
}

.articleAuthr {
    clear: both;
    color: #fe3501;
    display: block;
    font-family: "HacenNewspaper";
    font-size: 0.94em;
    margin: 0.9em 0 0 0 !important;
    font-weight: bold;
}

.contentp p, .contentp {
    text-align: justify;
    direction: rtl;
    margin-bottom: 20px;
    font-size: 19px;
    font-family: 'GE SS Two Light';
    color: #000;
    margin-top: 0px;
}
.pager-container {
    float:right;

}
    .pager-container .page-item.active .page-link {
        z-index: 3;
        color: #fff;
        background-color: #091e3a;
        border-color: #051122;
    }

    .pager-container .page-link:hover, .pager-container .page-link{
        color: #091e3a;
    }


/*------------------gallery----------------------------*/

.blueimp-gallery .modal-body {
    position: relative;
    text-align: center;
    padding: 0 0 56.25% 0;
    overflow: hidden;
    cursor: pointer;
}

.blueimp-gallery .modal-footer {
    margin: 0;
}

.blueimp-gallery .modal-body img,
.blueimp-gallery .modal-body .video-content video,
.blueimp-gallery .modal-body .video-content iframe,
.blueimp-gallery .modal-body .video-content a {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.blueimp-gallery .modal-body .video-content video {
    display: none;
}

.blueimp-gallery .modal-body .video-playing video {
    display: block;
}

.blueimp-gallery .modal-body .video-content iframe {
    width: 100%;
    height: 100%;
    border: none;
    left: 100%;
}

.blueimp-gallery .modal-body .video-playing iframe {
    left: 0;
}

.blueimp-gallery .modal-body .video-playing img,
.blueimp-gallery .modal-body .video-playing a {
    display: none;
}

.blueimp-gallery .modal-body .video-content a {
    cursor: pointer;
}

    .blueimp-gallery .modal-body .video-content a:after {
        font-family: "Glyphicons Halflings";
        -webkit-font-smoothing: antialiased;
        content: "\e029";
        font-size: 64px;
        line-height: 64px;
        width: 64px;
        height: 64px;
        position: absolute;
        top: 50%;
        margin: -32px 0 0 -32px;
    }

.blueimp-gallery .modal-body .video-loading a {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px;
}

    .blueimp-gallery .modal-body .video-loading a:after {
        content: none;
    }

@media screen and (min-width: 768px) {
    .blueimp-gallery .modal-dialog {
        right: auto;
        left: auto;
        width: auto;
        max-width: 900px;
        padding-left: 5%;
        padding-right: 5%;
    }
}


/*#Gallery-sub {
    margin: 20px 15px;
}*/


.imggallery img{
    width:180px;
    height:180px;
}

.main-normal .contant-White {
    min-height: unset !important;
    padding: 1px 25px!important;
}

.contentp img {
    max-width:100%;
}


.carousel-indicators li span{
    font-size:14px;
    color:#fff;

}
@media (min-width: 1200px) {
.fixblock-h {
        height: 130px;
        overflow:hidden;
        min-height:unset!important;
    }
    .content-esd .time{
        top:20px;
    }
    .fixheight{
        height:145px;
    }
    .imgheihgt{
        height:290px;
    }

    .text-contant{
        left:0!important;
        right:0!important;
    }

    .fixbh {
        height: 155px;
    }
    .fixth {
        min-height: 100px!important;
    }
    .height-230{
        height:230px;
    }
    .img-250{
        height:200px;
        width:100%;
    }
    #economy .text-economy {
        bottom:0!important;
    }
    .fixho {
        height: 108px;
        overflow: hidden;
    }
    
}

.logos .slick-prev, .logos .slick-next{
    top:60px!important;
}

.bottom-slide h2 a, .icon-section h2 a{
    color: #fff;
}


@media (min-width: 1024px)  {
    .contant-woman {
        top: 190px!important;
        bottom:unset!important;
    }
   
}

.fixpad {
    padding-top: 14px;
}

/*.bottom-slide img {
   
    transition: all 1.5s ease-out;
}
.bottom-slide:hover img, ..bottom-slide:focus img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.bottom-slide img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.bottom-slide :hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}*/





/*--==================================================section tiker===
==============================================================================--*/
#stop-resume {
    display: block;
    padding: 10px;
    background-color: #f1f1f1;
    margin: 10px;
    width: 70px;
    text-align: center;
    border: solid 1px white;
    text-transform: uppercase;
    text-decoration: none;
}

    #stop-resume:active {
        background-color: white;
        border: solid 1px #f1f1f1;
        color: blue;
    }

.hd_tiker {
    color: #fff;
    background-color: #808991;
    padding: 5px 5px 8px 5px;
    text-align: center;
    font-size: 23px;
}

.icon_tiker {
    margin-top: 10px;
}

a h4.text_tiker {
    color: #fff;
    font-size: 12px;
    font-family: 'droidsansc1dc4f152bc471a5a650936443e7e88c_0';
}




@media (max-width: 480px){
    /* Ticker news عاجل */

    .news_ticker1 {
      
        height: 90px!important;
      
    }
    .ticker1 li {
      
        height: 90px;
      
    }
    .news_ticker1 a{
        font-size:15px;
    }
   
}