body {
	direction: rtl;
}
.height100per {
	height:100%;
}

.padding15px {
	padding:15px;
}

.whiteBG {
	background: #FFFFFF;
}

.formTitle {
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 10px;
}

.mainDiv
{
	margin-top:10px;
	padding-right:40px;
	padding:10px;
	width:auto;
	background-color:white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #cccccc;
}

.pic
{
	width:132px;
	height:220px;
	display:inline-block;
	padding:5px;
	text-align:center;
	border-radius:10px;
	vertical-align: top;
	margin: 7px 10px;
	background-image:-moz-linear-gradient(top,#ffffff,#efefef); 
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#efefef)); 
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#efefef);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorStr=#EFEFEF)";
	box-shadow: -5px 5px 20px #888888;
	-moz-box-shadow: -5px 5px 20px #888888;
	-webkit-box-shadow: -5px 5px 20px #888888;
	cursor: pointer;
}

.pic:hover
{
	background-image:-moz-linear-gradient(top,#afafaf,#ffffff); 
	background-image:-webkit-gradient(linear,left top,left bottom,from(#afafaf),to(#ffffff)); 
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#afafaf,endColorStr=#ffffff);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#afafaf, endColorStr=#FFFFFF)";
	box-shadow: -5px 5px 20px #616161;
	-moz-box-shadow: -5px 5px 20px #616161;
	-webkit-box-shadow: -5px 5px 20px #616161;
}

.articleMainPic {
	max-width:100%;
	width:100%;
}
.articleMainTitle {
	font-size: 26px;
    line-height: normal;
    font-weight: bold;
	margin-bottom: 0;
}
.articleMainDate {
	font-size: 16px;
    font-weight: bold;
    color: #6e6e6e;
}
.articleMainContent {
	line-height: normal;
}
.articleMainContent #newsContent{
	line-height: normal;
	font-size: 23px;
	word-wrap: break-word;
}

.articleMainContent #newsContent p {
	line-height: normal;
	margin: 15px 0px;
	text-align: justify;
}

.articleMainVideos {
	width: 100%;
	margin: 0px auto;
}
.articleMainImages {
	width: 100%;
	margin: 0px auto;
}
.articleMainImages .imgElement{
	margin-bottom: 10px;
}
.articleMainImages .imgElement img{
	width: 100%;
}
.marginTop15px {
	margin-top:10px;
}

.commentHeader {
	color: #ffffff;
    background-color: #1479bd;
    padding: 0px 8px;
    line-height: normal;
    border-top: 3px solid #ebecf0;
    font-size: 23px;
}

#commentForm {
	width:100%;
}
.formCaption {
	padding: 2px;
    vertical-align: middle;
    width: 25%;
    font-size: 16px;
    color: #403f3f;
}
.formFILD {
	padding:3px;
}
.vtop {
	vertical-align: top;
}
ul.loddi_more_related {
	direction:rtl !important;
	padding: 17px 0px;
}
ul.loddi_more_related li {
	padding: 0px !important;
	margin-bottom: 0px !important;
	color:#0b82d3;
}
.articleMainContent a {
	color:#0b82d3;
}

p.newsPrefix {
	float: right;
	margin: 0px 0px 0px 7px !important;
    color: #0b82d3;
}

/*
.ucopyright {
    text-align: center;
	font-size:17px;
}
*/
.ucopyright {
    text-align: center;
    font-size: 17px;
}
.f_main_logo p {
	text-align:center;
}
.ucopyright img{
	width: 96px;
    height: auto;
}

.footer ul.social {
	direction: rtl;
    text-align: center;
    display: block;
}
.footer ul.social li{
	display: inline-block;
	padding: 0 6px;
	vertical-align:middle;
}
.footer ul.social li i{
	color: #ebecf0;
}
.marginBottom15px {
	margin-bottom:15px;
}
.marginBottom15px .tab-sec-in{
	background-color: #f9f9f9;
    border: 1px solid #ededed;
}
.mainPageRelative .tab-sec-in{
	position:relative;
}
.mainPageRelative .tab-sec-in .absCat {
	position: absolute;
    top: 5px;
    right: 5px;
    background-color: #1479bd;
    color: #fff;
    z-index: 2;
    padding: 3px 10px;
    font-size: 18px;
}
.catSect .tab-sec-in{
	position:relative;
}
.catSect .tab-sec-in .absCat {
	position: absolute;
    top: 5px;
    right: 5px;
    background-color: #1479bd;
    color: #fff;
    z-index: 2;
    padding: 3px 10px;
    font-size: 18px;
}

.tab-sec-in.catLargeNews .tab-img {
	height: auto;
}

.mainPageRelativeBlock{
	position:relative;
}
.mainPageRelativeBlock .absCat {
	position: absolute;
    top: 5px;
    right: 5px;
    background-color: #1479bd;
    color: #fff;
    z-index: 2;
    padding: 3px 10px;
    font-size: 18px;
}

.news-wrap.innerPages {
	height:auto !important;
}

.autoHeight {
	height:auto !important;
}

.sideBarLeft .tabs-sec .content-in {
	max-height: calc(100%);
    height: calc(100%);
}


.clearAll {
	clear:both;
}

/************************************/
.forAjel {
	position: fixed;
    bottom: 0;
    right: 0;
    z-index: 3;
    width: 100%;
}
.ajelNews {
    background: #e10000;
    font-size: 25px;
    color: #fff;
    padding: 3px 39px 5px 0;
	float: right;
}
.ajelNews a {
    font-size: 25px;
    color: #fff;
}
.ajelTitle {
    background: #bd0707;
	text-align: center;
	float: right;
	height:50px;
}
.ajelTitle span {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.show_on_mobile_only {
	display:none;
}

@media (max-width: 767px) {
	.forces-box.mainPageRelativeBlock.llft {
		margin-top:14px;
	}

	.forAjel {
		padding: 0;
		position: fixed;
		bottom: 0;
		right: 0;
	}
	.ajelNews {
		display: block;
		padding: 10px 10px 10px 0;
		float:none;
		width:100% !important;
	}
	.ajelNews .ticker{
		float: none;
		display: block;
		width: 100%;
		height: 58px;
	}
	.ajelTitle {
		width: 100% !important;
		float: none;
	}
	
	.sideBarLeft {
		margin-top:10px;
	}
	
	ul.marquee2 {
		margin-top: 0px !important;
		height: 58px !important;
	}
	
	.ajelNews a {
		font-size:20px;
	}
}
/************************************/

.searchRes {
	margin: 10px 0px;
    font-size: 21px;
    color: #000000;
    border-bottom: 3px solid #cf0202;
}
.searchRes span{
    color: #cf0202;
}

.innerSearchForm {
	padding:20px;
	border:1px solid #efefef;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.relativePos {
	position:relative;
}
.NewsShare {
	position:absolute;
	left: 0;
    top: 0;
	background: #666666a6;
    padding: 10px;
    border-radius: 0 0 14px 0;
}

#st-1.st-animated {
	display: inline-block;
}

.main-header {
	padding: 15px 0;
}
.main-header .container .logo a img{
	width:130px;
}

#newsContent ul{
	direction: rtl;
	height: auto !important;
	overflow-y: hidden !important;
	display: block !important;
    margin-bottom: 0px !important;
    list-style-type: disc !important;
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 40px !important;
}

#newsContent ul li{
	margin-bottom: inherit;
    padding: inherit;
    background-color: transparent;
	display: list-item !important;
    list-style-type: disc !important;
	-webkit-padding-start: 5px !important;
}


.share-bar {
	text-align:center;
	padding: 20px 0px;
}
.share-bar #st-2 {
	display: inline-block !important;
    vertical-align: middle !important;
}

.light-news-row .light-news-left {
	max-width: 100%;
    width: 100%;
}

.team-list ul li .team-img.most-conuter {
	max-width: inherit;
    width: inherit;
    height: auto;
    border-radius: 0;
    overflow: hidden;
	order: 1 !important;
	width: 58px;
    max-width: 58px;
}
.team-list ul li .team-img.most-conuter .most-views-counter{
	border: 2px solid #0d52a7;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    background: #1b7db7;
}
.team-list ul li .team-text.most-text {
	max-width: calc(100% - 58px);
    width: calc(100% - 58px);
	order: 2 !important;
}

.d-flex.align-items-center.most-viewd-cont {
	border: none !important;
	padding: 10px;
	max-width: 33%;
    width: 33%;
}
.d-flex.align-items-center.most-viewd-cont:last-child {
	border: none !important;
}

@media (max-width: 1399px) {
	.parliament-row .news-wrap ul.cusVid {
		height: 284px !important;
	}
	.parliament-row .news-wrap.moharer ul {
		height: auto !important;
		overflow-y: hidden;
	}
	.parliament-row .news-wrap.mejhar ul {
		overflow-y: hidden;
		height:360px !important;
	}
	
	.news-wrap.innerPages.marginBottom15px.sideBarLeft ul {
		overflow-y: hidden;
		height: auto !important;
	}
	
	.team-list ul li .team-img {
		max-width: 88px;
		width: 88px;
		height: 88px;
		border-radius: 50%;
		overflow: hidden;
	}
	.team-list ul li .team-text {
		order: 3 !important;
		padding-top: 10px;
		max-width: calc(100% - 88px);
		width: calc(100% - 88px);
		padding-right: 5px;
		margin-left: 0;
	}
}
@media (max-width: 1200px) {
	.col-xl-2.ajelTitle {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xl-10.ajelNews{
		flex: 0 0 auto;
		width: 83.33333333%;
	}
}
@media (max-width: 767px) {
	.search-sec .nav-icon1 {
		width:0px;
		height:0px;
	}
	.main-header .container {
		display:block !important;
	}
	.main-header .container .logo{
		text-align:center;
		margin-left: 35px;
	}
	
	.main-content .container {
		padding:0px 0px !important;
	}
	.main-content .container .row{
		margin:0px 0px !important;
	}
	.main-content .container .row > *{
		padding:0px 0px !important;
	}
	.main-content .container .light-news-row {
		margin:0px 0px !important;
	}
	
	.logo img {
		max-width: 160px;
		width: 160px;
	}
	
	.forces-top-row .forces-box {
		height: 250px !important;
	}
	.forces-sm-row .forces-box {
		height: 250px;
	}
	.economy-box .economy-img {
		height: 250px;
	}
	.tab-sec-in .tab-img {
		height: 250px;
	}
	.sm-sec .tab-sec-in .tab-img {
		height: 250px;
	}
	.mimeo-section .economy-box .economy-img {
		height: 250px;
	}
	.tab-sec-in .tab-txt p, .tab-sec-in .tab-txt p {
		font-weight: 700;
		line-height: normal;
		font-size: 19px;
	}
	.tab-sec-in .tab-txt p a, .tab-sec-in .tab-txt p a{
		font-weight: 700;
		line-height: normal;
		font-size: 19px;
	}
	.sm-sec .tab-sec-in .tab-txt, .tab-sec-in .tab-txt {
		padding: 12px 12px;
	}
	.mimeo-section {
		margin-top:10px;
	}
	.tabs-sec .tab-content {
		height: auto;
		overflow: hidden;
	}
	.tabs-sec .tab-content p {
		font-size: 19px;
	}
	.articleMainPic {
		min-height: 265px;
	}
	.forces-box .forces-txt p {
		font-size: 18px;
		font-weight: 700;
	}
	.economy-box .economy-txt p {
		line-height: normal;
		font-size: 19px;
		font-weight: 700;
	}
	.light-news-row .light-news-right , .light-news-row .light-news-left {
		padding: 0px 0px;
	}
	.light-news-row .light-news-left {
		margin-top: 10px;
	}
	
	.parliament-row .news-wrap ul.cusVid {
		height: 220px !important;
		overflow-y: hidden;
	}

	.parliament-row .news-wrap ul.cusVid iframe {
		width: 100%;
		height: inherit;
	}
	.search-sec .search-menu, .top-header {
		top: 51px;
		border-top: 1px solid #ebecf0;
		-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.30);
		box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
	}
	.pagationBG {
		height:auto !important;
	}
	.adClass1 {
		padding: 0px 0px 5px 0px !important;
	}

	.adClass2 {
		padding-bottom:5px !important;
	}
	.mt-3.dev{
		margin-bottom: 100px !important;
		margin-top: 0px !important;
	}
	.mt-3.dev .ucopyright{
		width: 100%;
		max-width: 100%;
	}
	.f_menus .row > .col-6 {
		padding-bottom:3px;
	}
	.f_main_logo {
		max-width: 100%;
		margin-bottom: 13px !important;
	}
	
	.show_on_mobile_only {
		display:block;
	}
	.d-flex.align-items-center.most-viewd-cont {
		max-width: 100%;
		width: 100%;
	}
	
	.printIcon {
		display:none !important;
	}
}
@media (max-width: 575px) {
	.logo img {
		max-width: 160px;
		width: 160px;
	}
	
	.forces-top-row .forces-box {
		height: 250px;
	}
	.forces-sm-row .forces-box {
		height: 250px;
	}
	.economy-box .economy-img {
		height: 250px;
	}
	.tab-sec-in .tab-img {
		height: 250px;
	}
	.sm-sec .tab-sec-in .tab-img {
		height: 250px;
	}
	.mimeo-section .economy-box .economy-img {
		height: 250px;
	}
	.tab-sec-in .tab-txt p, .tab-sec-in .tab-txt p {
		font-weight: 700;
		line-height: normal;
		font-size: 19px;
	}
	.tab-sec-in .tab-txt p a, .tab-sec-in .tab-txt p a{
		font-weight: 700;
		line-height: normal;
		font-size: 19px;
	}
	.sm-sec .tab-sec-in .tab-txt, .tab-sec-in .tab-txt {
		padding: 12px 12px;
	}
	.mimeo-section {
		margin-top:10px;
	}
	.tabs-sec .tab-content {
		height: auto;
		overflow: hidden;
	}
	.tabs-sec .tab-content p {
		font-size: 19px;
	}
	.articleMainPic {
		min-height: 265px;
	}
	.forces-box .forces-txt p {
		font-size: 18px;
		font-weight: 700;
	}
	.economy-box .economy-txt p {
		line-height: normal;
		font-size: 19px;
		font-weight: 700;
	}
	.light-news-row .light-news-right , .light-news-row .light-news-left {
		padding: 0px 0px;
	}
	.light-news-row .light-news-left {
		margin-top: 10px;
	}
	.parliament-row .news-wrap ul.cusVid {
		height: 220px !important;
		overflow-y: hidden;
	}

	.parliament-row .news-wrap ul.cusVid iframe {
		width: 100%;
		height: inherit;
	}
	.search-sec .search-menu, .top-header {
		top: 51px;
		border-top: 1px solid #ebecf0;
		-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.30);
		box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
	}
	.pagationBG {
		height:auto !important;
	}
	.adClass1 {
		padding: 0px 0px 5px 0px !important;
	}

	.adClass2 {
		padding-bottom:5px !important;
	}
	.mt-3.dev{
		margin-bottom: 100px !important;
		margin-top: 0px !important;
	}
	.mt-3.dev .ucopyright{
		width: 100%;
		max-width: 100%;
	}
	.f_menus .row > .col-6 {
		padding-bottom:3px;
	}
	.f_main_logo {
		max-width: 100%;
		margin-bottom: 13px !important;
	}
	.show_on_mobile_only {
		display:block;
	}
	
	.d-flex.align-items-center.most-viewd-cont {
		max-width: 100%;
		width: 100%;
	}
	
	.printIcon {
		display:none !important;
	}
}

.head-sec.sideBarLeft {
	margin-bottom:5px;
}
.news-wrap.sideBarLeft ul li {
	margin-bottom: 1px;
    padding: 5px;
}

.head-sec , .mimeo-in .head-sec {
	margin-bottom:7px;
}

.pagationBG {
    background-color: #fff;
    height: 53px;
    padding: 0 25px;
    position: relative;
	margin-bottom: 15px;
}

.tab-sec-in .tab-txt {
	max-height:80px;
}
.sm-sec .tab-sec-in .tab-txt {
	max-height:80px;
}

.sideBarLeft .tabs-sec .content-in , .tabs-sec .content-in{
	max-height:100%;
	height:100%;
	overflow: auto;
	padding-left: 2px;
}

.tabs-sec .nav-item button {
	height:49px;
}

.tabs-sec .tab-pane {
	height: 98%;
}

.news-wrap ul li {
	margin-right:0px;
}

img.newsDot {
    width: 9px;
    margin-left: 9px;
}

.team-list ul li .team-text p {
	font-size: 17px;
	line-height: normal;
	color: #1a1a1a;
	font-weight: 700;
}

.forces-sec .row , .tabs-sec-left .row {
	margin: 0 0px;
}
.forces-sec .row > *  , .tabs-sec-left .row > * {
	padding: 0 4px;
}

.hideElement {
	display:none !important;
}
.forces-sec {
	padding-top:15px;
}
.contPading{
	padding:0px 0px;
}
.adsContiner {
	text-align: center;
	margin-top:10px;
}
.adsContiner2 {
	text-align: center;
	margin-bottom:10px;
}
.adsContiner3 {
	text-align: center;
	margin-bottom:0px;
}

.adClass1 {
	padding: 0px 0px 5px 5px;
}

.adClass2 {
	padding-bottom:5px;
}

.advertising {
    max-width: calc(100% - 220px);
	text-align:center;
	max-height:120px;
	height:auto;
}
.advertising .bestaAds_desktop {
	vertical-align:middle;
}

.tabs-sec .tab-content {
	height: 408px;
    margin-bottom: 13px;
}
.tabs-sec .bottom-content a.wimg {
    width: 30%;
}
.tabs-sec .bottom-content a.wlnk {
    width: 69%;
}

.cusVid {
	height: 92% !important;
}

.cusVid iframe {
	width:100%;
	height: inherit;
}

.col-xl-8.tabs-sec-left {
    padding-left: 0px;
}
.team-list {
	margin-bottom: 15px
}

.main-content {
	padding-bottom:0px;
}
.footer {
	margin-top:15px;
}

/*****************************************************/
/* sub menu */

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
    background-color: #1479bd;
    min-width: 160px;
    z-index: 6;
    border: 1px solid #1479bd;
    border-top: 1px solid #1f66b3;
}

.dropdown-content a {
	color: #FFFFFF;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	justify-content: right !important;
}

.dropdown-content a:hover {background-color: #0964a1;border-bottom: 2px solid #084d7c;}

.dropdown:hover .dropdown-content {display: block;}

a.dropbtn i.arrbt {
	margin-right:10px;
}
/*****************************************************/

.top-menu.search-menu.bottmenu ul li {
	height: 49px;
}
.top-menu.search-menu.bottmenu ul li a{
	height: 49px;
}

.today_news_form {
}
.today_news_form_container {
	text-align: center;
}
.today_news_form_elem {
	text-align: center;
    padding: 5px;
    display: inline-block;
}

.f_logo a img {
	width: 130px;
    margin: 0px auto;
    display: block;
}
.footer .f_logo {
	margin-bottom:10px;
}
.f_menus ul {
	text-align:center;
}
.f_menus ul li {
    display: inline-block;
    margin-left: 30px;
}

ul.marquee2 {
	display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: normal;
    position: relative;
    overflow: hidden;
    float: left;
    text-align: right;
    width: 100%;
    direction: rtl;
    margin-top: 4px;
    height: 38px;
}
ul.marquee2 li {
	position: absolute;
    top: -999em;
    right: 0;
    display: block;
    white-space: normal;
    padding: 0px 0px 0px 0px;
    z-index: 10000;
    direction: rtl;
	margin-top: -2px;
}

.mb-4 {
	margin-bottom: 44px !important;
}
.mt-3 {
	margin-top:10px !important;
}

#newsContent div < iframe {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	width:100%;
}

#newsContent iframe {
    width: 100%;
}

.videoWrapper{
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0
}
.videoWrapper iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}

html[dir=rtl] .news-wrap ul .news-txt {
	direction:rtl;
}

.parliament-row .news-wrap ul.cusVid {
    height: 100%;
    max-height: 355px;
}

#style-7::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgb(187 187 187 / 18%);
	background-color: #ebebeb;
	border-radius: 10px;
}

#style-7::-webkit-scrollbar
{
	width: 10px;
	background-color: #ebebeb;
}

#style-7::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(20 121 189)),
									   color-stop(0.72, rgb(20 121 189)),
									   color-stop(0.86, rgb(20 121 189)));
}

.forces-box.mainPageRelativeBlock.llft {
    height: 208px;
}

.forces-box.mainPageRelativeBlock.llft .forces-box img{
	object-fit: initial;
}

.forces-top-row .forces-box {
    height: 440px;
}
