@charset "UTF-8";


.Ad_ready .ad_possible_location {
	height: 0;
	background: rgb(202, 202, 202);

}

.Ad_ready .ad_possible_location .response_unit {
	height: 100px;

	background: rgb(202, 202, 202);

	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

.ad-interstitial-body div,
.ad-interstitial-body iframe {
	width: 100% !important;
	height: 100% !important;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
}

.ad-interstitial .ad-interstitial-body {
	position: relative;
	z-index: 1;
	height: 100%;
}

a,
.primary-color {
	color: #000;
}


* {
	box-sizing: border-box;
}

button {
	background: none;
	border: none;
}

a {
	text-decoration: none;
}

:focus {
	outline: 0;
}

.actions {
	padding: 10px;
	flex-direction: row-reverse;
	bottom: 0;
	position: absolute;
	width: 100%;
	display: flex;
	background: #f2f3f5;
	border-top: 1px #dfdfdf solid;
	position: absolute;
}

.actions ul {
	display: block;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	PADDING-TOP: 4PX;
}

.actions ul li {
	padding-left: 15px;

	display: block;
}

.actions ul li a {

	line-height: 35px;
	display: block;
}

.actions ul li a i {
	color: #5c6676;
	line-height: 35px;
	display: block;
}

.details {
	font-size: 13px;
	font-weight: 400;
	width: 50%;
	margin-top: 8px;
	line-height: 1.3;
	text-align: center;
}

.buttons {
	display: flex;
	align-items: center;
}

.buttons .message {
	background-color: #0060ff;
	color: #FFF;
}

.buttons .follow {
	background: linear-gradient(90deg, #fa3967 0%, #fa9639 100%);
}

.buttons .button {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 14px;
	padding-left: 12px;
	padding-right: 5px;
	margin-top: 3px;
}

.buttons .button span {
	font-size: 16px;
	font-family: system-ui;
	margin-right: 8px
}

.buttons .button:first {
	margin-left: 0px;
}

.buttons .button svg {
	height: 35px;
	width: 35px;
	margin-right: 4px;
}

.usernamecard {
	/* width: 320px; */
	/* border-radius: 20px; */
	background: none;
	overflow: hidden;
	display: block;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.usernamecard .usernamecardheader {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	height: 53px;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0
}

.usernamecard .usernamecardheader span.mdi {
	color: #222;
	cursor: pointer;
	font-size: 23px;
}

.usernamecard main {
	display: flex;
	align-items: center;
	flex-direction: row;
	padding: 15px;
	/* box-shadow: 1px 1px #000; */
	background: #f2f3f5;
}

.usernamecard main img {
	height: 52px;
	/* width: 100px; */
	border-radius: 50%;
	object-fit: cover;
	/* margin-bottom: 14px; */
	margin-left: 15px;
	border: 1px #000 solid;
	padding: 1px;
}

.usernamecard main p {
	font-size: 17px;
	font-weight: normal;
	color: #222;
	margin-bottom: 7px;
	font-family: system-ui;
	text-align: right;
}

.usernamecard main h2 {
	font-size: 14px;
	color: rgba(36, 36, 36, 0.555);
	display: none
}

.usernamecard main .actions {
	margin-top: 14px;
	display: flex;
}

.usernamecard main .actions button {
	font-family: inherit;
	border-radius: 40px;
	cursor: pointer;
	border: none;
}

.usernamecard main .actions button.main {
	width: 110px;
	height: 32px;
	background: #5458F7;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	margin-right: 10px;
}

.usernamecard main .actions button.main:hover {
	background-color: #6c70f8;
}

.usernamecard main .actions button.secondary {
	width: 50px;
	height: 32px;
	background: #9597A1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.usernamecard main .actions button.secondary:hover {
	background-color: #a3a4ad;
}


iframe canvas {
	width: 100% !important;
}

.menucontext {
	width: 100%;
	/* height: 100%; */
	background: #FFF;
	overflow-y: auto;
	/* height: calc(100% - 300px); */
	overflow-y: auto;
	/* position: relative; */

}

.holdmenucontext {
	position: absolute;
	width: 95%;
	background: #FFF;
	margin-top: 10px;
	HEIGHT: CALC(100% - 200PX);
	OVERFLOW: AUTO;
}

.menu-list {
	margin: 0;
	display: block;
	width: 100%;
	padding: 0px;
}

.bckfff {
	background: #FFF
}

.borderedlist {}

.menu-list+.menu-list {
	/* border-top: 1px solid #ddd;*/
}

.menu-sub-list {
	display: none;
	padding: 8px;
	position: absolute;
	left: 100%;
	right: 0;
	z-index: 100;
	width: 100%;
	top: 0;
	flex-direction: column;
}

.menu-sub-list:hover {
	display: flex;
}

.menu-item {
	position: relative;
	display: flex;
}

.menu-button {
	border: 0;
	padding: 10px 35px;
	padding-left: 38px;
	width: 100%;
	text-align: right;
	display: flex;
	align-items: center;
	position: relative;

}

.menu-button span {
	font-size: 17px;
	color: #000;
	font-family: system-ui;
}

.menu-button:hover {
	background-color: var(--color-bg-primary-offset);
}

.menu-button:hover+.menu-sub-list {
	display: flex;
}

.menu-button:hover i {
	color: var(--color-text-primary);
}

.menu-button i {
	margin-left: 12px;
	color: var(--color-text-primary-offset);
}

.menu-button i:nth-of-type(2) {
	margin-left: 0;
	position: absolute;
	left: 8px;
}

.menu-button--delete:hover {
	color: var(--color-red);
}

.menu-button--delete:hover i:first-of-type {
	color: var(--color-red);
}

.menu-button--orange i:first-of-type {
	color: var(--color-orange);
}

.menu-button--green i:first-of-type {
	color: var(--color-green);
}

.menu-button--purple i:first-of-type {
	color: var(--color-purple);
}

.menu-button--black i:first-of-type {
	color: var(--color-black);
}

.menu-button--checked i:nth-of-type(2) {
	color: var(--color-purple);
}

.menucontainer {
	width: 100%;
	height: 100%;
	background: #FFF;
}

.sectionHoties {
	width: 100%;
	position: relative;
	margin-top: 15px;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	margin-bottom: 5px;
}

.play_icon_2022 {
	position: absolute;
	font-size: 50px;
	left: 15px;
	top: 30%;
	color: #ffffff;
}

.simi_main .play_icon_2022 {
    position: absolute;
    font-size: 50px;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    color: #ffffff;
    font-weight: normal;
    text-shadow:0px 1px 7px rgb(0 0 0 / 23%)
}

.regularitembigovertext figure .play_icon_2022 {
	position: absolute;
	font-size: 35px;
	left: 15px;
	top: 77%;
	color: #ffffff;
	z-index: 5;

}

.parallax-slider img {
	width: 100vw;
	height: auto;

}

.body span .play_icon_2022 {
	position: inherit;
	display: inline;
	font-size: 16px;
	/* margin-top: 2px; */
	margin-left: 8px;
	color: var(--icon-color-b)
}

.main_Arti .status {
	position: absolute;
	padding: 0;
	width: auto;
	color: white;
	top: 34%;
	right: 15px;
	font-size: 20px;
	z-index: 1;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	background: #ff2323;
	border-radius: 2px;
	font-family: aljazeera;
	border: 1px #ff2525 solid;
	/* height: 70px; */
	line-height: 20px;
	padding: 6px 18px;
	box-shadow: 1px 1px #000;
	text-shadow: 1px 1px #000;
	font-size: 26px;
}

.simi_main .status {
	position: absolute;
	padding: 0;
	width: 20%;
	color: white;
	bottom: 0;
	right: 0;
	font-size: 20px;
	z-index: 1;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	background: #ff2323;
	border-radius: 2px;
	font-family: aljazeera;
	border: 1px #ff2525 solid;
	/* height: 70px; */
	line-height: 20px;
	padding: 2px 8px;
	/* box-shadow: 1px 1px #000; */
	/* text-shadow: 1px 1px #000; */
	font-size: 16px;
}

.regularitembigovertext .status {
	position: absolute;
	padding: 0;
	width: 20%;
	color: white;
	top: 50%;
	right: 15px;
	font-size: 20px;
	z-index: 5;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	background: #ff2323;
	border-radius: 2px;
	font-family: aljazeera;
	border: 1px #ff2525 solid;
	/* height: 70px; */
	line-height: 20px;
	padding: 2px 8px;
	/* box-shadow: 1px 1px #000; */
	/* text-shadow: 1px 1px #000; */
	font-size: 16px;
}

.regularitemsmall .status {
	position: absolute;
	padding: 0;
	width: 20%;
	color: white;
	top: 0;
	left: 0;
	font-size: 20px;
	z-index: 5;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	background: #ff2323;
	border-radius: 2px;
	font-family: aljazeera;
	border: 1px #ff2525 solid;
	/* height: 70px; */
	line-height: 20px;
	padding: 2px 8px;
	/* box-shadow: 1px 1px #000; */
	/* text-shadow: 1px 1px #000; */
	font-size: 16px;
}

.ARTcont {
	display: flex;
	/* border: 1px solid #eaecef;*/
	margin: 10px;
	padding-bottom: 9px;
	background-color: white;
	/* box-shadow: 2px 5px 5px 1px lightgrey;*/
	border-bottom: 1px solid #ddd;

}

.img-container {
	width: 145px;
	padding: 0px;
}

.img {
	width: 100%;
	height: 100%;
	background-color: #dbdade;
}

.stripe {
	background: #dbdade;
	height: 17px;
	margin-top: 13px;
}

.small-stripe {
	width: calc(100% - 20px);
}

.medium-stripe {
	width: calc(100% - 20px);
}

.long-stripe {
	width: calc(100% - 120px);
}

.ARTcont.loadingvert .img,
.ARTcont.loadingvert .stripe {
	
}

.menu {
	background-color: purple;
	height: 100%;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

#menu-mobile {
	display: none;
	position: absolute;
	z-index: 25;
	height: 100%
}

.search_mobile {
	width: 100%;
	position: relative;
	display: flex;
}

.searchTerm_mobile {
	width: 100%;
	border: none;
	outline: none;
	color: #000000;
	line-height: 35px;
	font-size: 16px;
	font-family: system-ui;
	/* font-weight: bold; */
	margin-right: 15px;
	background: transparent;
	padding: 3px;
	height: auto;
}

.searchTerm_mobile:focus {
	color: #797979;
}

.searchButton_mobile {
	width: 40px;
	line-height: 29px;
	text-align: center;
	color: rgb(0 0 0);
	border-radius: 5px 0 0 5px;
	cursor: pointer;
	font-size: 20px;
	padding-top: 6px;
}

#overlay {
	position: fixed;
	/* Sit on top of the page content */
	opacity: 0;
	/* Hidden by default */
	width: 100%;
	/* Full width (cover the whole page) */
	height: 100%;
	/* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0);
	/* Black background with opacity */
	z-index: 2;
	/* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer;
	/* Add a pointer on hover */
}

/*Resize the wrap to see the search bar change!*/
.searchwrap {
	display: inline-block;
	width: calc(100% - 30px);
	margin: 15px;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	/* box-shadow: 0px 1px 5px 0px #ccc; */
	background: #ededed;
	margin-bottom: 0;
}

#bg-menu-mobile {
	width: 74%;
	height: 100%;
	position: fixed;
	top: 0;
	right: -100%;

	z-index: 15;

	will-change: transform;
}

.menu_padd {
	padding: 15px;

}
.bolder {
	font-size: 17px;
	font-weight: 600 !important;
	font-family: system-ui;
	color: rgb(214, 0, 0);

}

.regular {
	font-size: 16px;
	font-weight: normal;
	font-family: system-ui;
	color: #222;

}

#menu-mobile ul li:hover {
	color: #111;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}


#pageui {
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: white;
	height: 100%;
	z-index: 11;

}

.noscroll {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0
}

.noscroll {
	overflow: hidden;
}


ul {
	padding: 0px;
	display: contents;
	margin: 0px;
}

header span {
	color: #767676;
	font-size: 20px;
	line-height: 45px;
	height: 50px;
	padding: 0 4px;
	margin: 0;
	font-weight: normal;
	font-variant-numeric: diagonal-fractions;
	float: right;
}

.section {
	width: 100%;
	position: relative;
	margin-top: 15px;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}
.section.classoptimizer {
height: 58px;
position: relative; 
margin-bottom: 0;
}

.sectionrendered {
	width: 100%;
	position: relative;
	margin-top: 15px;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	margin-bottom: 5px;
}

.section.active {}

.redmail-logo {
	width: 28px;
}

.categoryhead {
	display: flex;
	flex-direction: initial;
	margin: 0;
	min-height: 80px;
	align-items: center;
	background-image: linear-gradient(174.2deg, rgba(255, 244, 228, 1) 7.1%, rgba(240, 246, 238, 1) 67.4%);

}

.categoryhead h1 {
	margin: 15px;
	padding: 0;
	font-size: 28px;
	font-family: aljazeera;
}


.main-logo-icon-image {
	margin-top: 17px;
	height: 33px;
}

.main-logo-icon-image path {
	fill: #ff0202;
}

.menu-wrapper {
    display: none;
    text-align: center;
    text-decoration: none;
    position: absolute;
    display: block;
    right: 12px;
    top: 10px;
    color: rgb(1 0 0 / 80%);
    visibility: visible;
    z-index: 30;
    font-size: 30px;
    line-height: 1;
    padding: 7px;
    /* padding-right: 29px; */
    /* margin-top: 16px; */
}


.gsc-results-wrapper-overlay {
	-webkit-overflow-scrolling: touch;
}


.exit-inboard-icon2 {

 
    font-size: 30px;


	/* padding: 5px; */
	z-index: 100;
	opacity: 1;
	position: absolute;
	/* text-shadow: 1px 1px #000; */
	line-height: 45px;
	cursor: pointer;
	display: block;
	height: 45px;
	color: var(--More-color);
	/* text-shadow: 1px 1px 7px #000; */
	left: 12px;
	top: 10px;
	background: var(--bg-flat-gray);
	border-radius: 50%;
	width: 45px;
}

.exit-inboard-icon {
	top: 30px !important;
}

.inboard-adunit-container {
	width: 100%;
	height: 0;
	text-align: center;
	color: black;
	position: relative;
	text-decoration: none !important;
	text-align: center;
	display: block;
}

.inboard-adunit-container iframe {
	width: 100% !important;
	height: 57vw;
	position: absolute;
	min-height: 50px;
	top: 0;
	left: 0;
}

#google_image_div {
	width: 100% !important;
	display: block !important;
	position: relative !important;
	height: calc(100% / 1.77)
}

#google_image_div img {
	width: 100% !important;
	display: block !important;
	position: relative !important;
	height: calc(100% / 1.77)
}

.inboard-adunit-container iframe img {
	width: 100% !important;
	height: auto !important;
	position: relative;
}

.inboard-adunit-container iframe div {
	width: 100% !important;
	height: auto !important;
	position: relative;
}


.fullad {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 3000;
	box-sizing: unset;
	background: #ebebeb;
	top: 0;
	background: #f9feff;
}

.padding10 {
	padding-right: 10px;
	padding-left: 10px;
}

.padding15 {
	padding-right: 15px;
	padding-left: 15px;
}

.nomargin {
	margin: 0px;
}


.fixed {
	position: fixed;
	top: 0px;
}

.regularitembigovertext::before {
	content: "";
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.9) 100%);
	position: absolute;
	bottom: 0;
	height: 38%;
	width: 100%;
	pointer-events: none;
	z-index: 5;
}

.m_cat_img {
	display: block;
	top: 0px;
	position: relative;
	padding-bottom: 71.42%;
	height: 0;
	overflow: hidden;
}

.m_cat_img img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.regularitembigovertext .body {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column;
	z-index: 5;
	display: flex;
}

.regularitembigovertext .body span {
	color: var(--icon-color-w);
	font-size: 11px;
	font-family: system-ui;
	margin-right: 10px;
	margin: 10px;
}

.m-button {
	z-index: 1;
}

.regularitembigovertext {
	position: relative;
	margin-bottom: 7px;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	display: inline;
}

.regularitembigovertext figure {
	width: 100%;
	display: flex;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	height: auto;
	position: relative;
}

.regularitembigovertext .body strong,
.regularitembigovertext p strong {
	padding: 0 0 0 8px;
	color: rgba(255, 255, 255, 1);
	font-weight: 600;
	font-size: 23px;
	letter-spacing: 0;
	line-height: 10px;
	padding-top: 24px;
	font-family: "Tajawal";
	text-shadow: -3px 0px 3px #000;
}

.crinfo {
	margin: 10px;
	margin-left: 0;
	text-align: right;
	display: block;
	line-height: 1.7;
	font-size: 16px;
	padding-right: 65px;
	padding-top: 5px;
	font-family: tajawal;
	font-weight: 600;
	color: #757575;
}

.regularitembigovertext .body small,
.regularitembigovertext p small {
	color: #ffffff;
	display: block;
	margin: 4px 0 0 0;
	width: 65%;
	float: right;
}

.regularitembigovertext .body small span,
.regularitembigovertext p small span {
	color: #ffffff;
	display: inline-block;
}

.regularitembigovertext img {
	width: 100%;
	min-height: 260px;
    display: block;
    width: 100%;
}

.regularitemsmall {
	display: grid;
	grid-template-columns: auto 120px;
	grid-template-rows: auto;
	align-items: center;
	padding: 8px 0;
	margin: 0 15px;
	border-bottom: 1px solid var(--border-gray);
	position: relative;
}

.regularitemsmall.bloger {
	grid-template-columns: 70px auto;

}

.regularitemsmall .body {
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column;
	display: flex;
	padding-left: 10px;
}

.regularitemsmall.bloger .body {
	padding-right: 10px;
}

.regularitemsmall.bloger a img {
	border-radius: 50%;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	border: 2px var(--icon-color-b) solid;
}

.regularitemsmall .body span {
	color: var(--color-gray);
	font-size: 12px;
	font-family: system-ui;
	margin-top: 6px;
	line-height: 15px;
	display: inherit;
}

.regularitemsmall a img {
	display: block;
	position: relative;
}

.regularitemsmall a {
	position: relative;
	display: contents;
	line-height: 1;
}

.regularitemsmall figure {
	margin: 0;
}

.more-link {
	color: var(--color-gray);
	display: flex;
	font-weight: 500;
	/* margin-left: 15px; */
	/* margin-top: 3px; */
	font-family: system-ui;
	font-size: 15px;
	float: left;
	text-align: left;
	padding: 10px;
	line-height: 15px;
	flex-direction: row;
	text-align: left;
	margin-bottom: 15px;
	direction: ltr;
}

.more-link a {
	color: var(--color-gray);

}

.more-link a i {
	color: var(--icon-color-m);
	margin: 3px;
	font-size: 19px;


}

.indicator-wrapper {
	position: fixed;
	top: 0;
	width: 100%;
	height: 3px;
	display: none;
	z-index: 22;
}

.indicator {
	width: 100%;
	height: 100%;
	background-color: #f62828;
}

.section .hom_cat_bar {
	display: block;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	border: 0;
	transition: top 0.2s ease-in-out;
	top: 0px;
	z-index: 2;
	position: absolute;
	opacity: 1;


}

.section .hom_cat_bar.free {
	height: 55px;
	background: none;
}

.section .hom_cat_bar.nav-down {
	transition: bottom 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-out;
	top: 0px;
	position: absolute;
}

.section .hom_cat_bar.nav-up {
	transition: bottom 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-out;
	top: 0px;
	position: absolute;
	transition: background-color 300ms linear;
	background-color: rgba(255, 255, 255, 1);
	border-bottom-color: rgba(205, 205, 205, 1);
	box-shadow: rgba(0, 0, 0, 0) 0px 40px 30px -14px inset;
	border-bottom: 1px solid #fff;
	transition: top 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-out;
	top: 0px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.section .hom_cat_bar.black {
	background: var(--main-section-secondry)
}

.section .hom_cat_bar .float-title {
	position: absolute;
	background: none;
	font-family: system-ui;
	font-size: 16px;
	line-height: 14px;
	top: 13px;
	right: 13px;
	color: var(--icon-color-w);
	font-weight: 700;
}

.moreicon {
    color: var(--icon-color-w);
    position: absolute;
    left: 5px;
    top: calc(50% - 15px);
    font-size: 30px;
}
.select-menu {
    max-width: 100%;
    margin: 50px auto;
    background-image: linear-gradient(45deg, #f5f5f5, #f5f5f5);
    padding: 10px;
    margin: 0;
  }
  .select-menu .select-btn {
	display: flex;
	height: 55px;
	background: #fff;
	padding: 20px;
	font-size: 18px;
	font-weight: 400;
	border-radius: 8px;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	font-family: system-ui;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-gray);
  }
  .select-btn i {
	font-size: 25px;
	transition: 0.3s;
  }
  .select-menu.active .select-btn i {
	transform: rotate(-180deg);
  }
  .select-menu .options {
	position: relative;
	padding: 10px;
	margin-top: 10px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	display: none;
  }
  .select-menu.active .options {
	display: block;
	opacity: 0;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	animation-duration: 0.4s;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	position: absolute;
    z-index: 4;
  }
  .options .option {
	display: flex;
	height: 55px;
	cursor: pointer;
	padding: 0 16px;
	border-radius: 8px;
	align-items: center;
	background: #fff;
  }
  .options .option:hover {
	background: #f2f2f2;
  }
  .option i {
	font-size: 25px;
	margin-right: 12px;
  }
  .option .option-text {
	font-size: 18px;
	color: #333;
  }
  
  @keyframes fadeInUp {
	from {
	  transform: translate3d(0, 30px, 0);
	}
	to {
	  transform: translate3d(0, 0, 0);
	  opacity: 1;
	}
  }
.section .hom_cat_bar .fi-rr-angle-double-left {
	position: absolute;
	color: #2c2a2a;
	background: none;
	font-size: 18px;
	/* padding: 12px; */
	left: 13px;
	top: 13px;
}

.section.active .followMeBar {
	position: sticky;
	top: 0;
}

.followMeBar.fixed.absolute {}

.followMeBar.bloger {
	padding-left: 15px;
	padding-right: 15px;
}

.section .hom_cat_bar.bloger {
	background: var(--color-black);
	border-radius: 90px;
}

.section .hom_cat_bar.bloger .float-title,
.section .hom_cat_bar.bloger .moreicon {
	color: var(--color-settings-bg)
}

.section .hom_cat_bar {
	background: #eeeeee;
	height: 40px;
	transition: bottom 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-out;
	display: flex;
	position: relative;
	background: var(--main-section);
	margin-top: 15px;
}

.section .hom_cat_bar .back-icon-wrapper {
	padding: 8px;
}

.adunit {
	width: 100%;
	text-align: center;
	/*padding-top: 7px;*/
	/*padding-bottom: 7px;*/

}

.player-container {
	margin-top: 10px;
}

.madu {
	margin-top: 30px;
	margin-bottom: 0px;
}

#main {}

.nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav:before {
	content: 'Navigation: ';
}

.nav li {
	display: inline;
	margin: 0 .4em;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes moveInFromLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes moveInFromLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes moveOutToLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@keyframes moveOutToLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@-webkit-keyframes moveInFromRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes moveInFromRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes moveOutToRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
}

@keyframes moveOutToRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
}

.sceneElement {
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	transition-timing-function: ease-in;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.is-exiting .sceneElement {
	transition-timing-function: ease-out;
}

#main[data-transition=fade] .sceneElement {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

#main[data-transition=fade].is-exiting .sceneElement {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

#main[data-transition=moveleft] .sceneElement {
	-webkit-animation-name: moveInFromLeft;
	animation-name: moveInFromLeft;
}

#main[data-transition=moveleft].is-exiting .sceneElement {
	-webkit-animation-name: moveOutToRight;
	animation-name: moveOutToRight;
}

#main[data-transition=moveright] .sceneElement {
	-webkit-animation-name: moveInFromRight;
	animation-name: moveInFromRight;
}

#main[data-transition=moveright].is-exiting .sceneElement {
	-webkit-animation-name: moveOutToLeft;
	animation-name: moveOutToLeft;
}

.organic-thumbs-feed-01 .videoCube .video-label-box .video-title,
.trc_elastic_rec-reel-sc2 .trc_rbox_outer .videoCube .video-label-box {
	margin: 0;
	position: relative;
	background: none;
	height: auto;
	padding: 0px;
	display: inline;
	font-family: tajawal;
	font-weight: 900;
	line-height: 23px;
	font-size: 16px;
	color: #333;
	display: block;
}

.rec-reel-sc2 .videoCube .video-label-box .video-title {
	font-family: tajawal;
	font-weight: 900;
	line-height: 23px;
	font-size: 16px;
	color: #333;
	display: block;
}

.trc_related_container DIV.videoCube.thumbnail_bottom .thumbBlock,
.trc_related_container DIV.videoCube.thumbnail_top .thumbBlock {
	border-radius: 2px;
}

.thumbs-feed-01 .syndicatedItem .video-title {
	max-height: 54.0px;
	*height: 54.0px;
	color: #000000;
	font-family: system-ui;
	font-size: 16.0px;
	line-height: 27.0px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	text-align: inherit;
}

.trc_elastic_organic-thumbs-feed-01 .trc_rbox_outer .videoCube .video-label-box {
	margin: 10px;
	margin-bottom: 0
}

.videoCube a {
	max-height: 54.0px;
	*height: 54.0px;
	color: #000000;
	font-family: system-ui;
	font-size: 16.0px;
	line-height: 27.0px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px;
	text-align: inherit;
}

.div.tbl-reco-reel .trc_rbox_outer .videoCube .video-label-box,
div.story-widget .trc_rbox_outer .videoCube .video-label-box {
	margin: 10px;
	margin-bottom: 0
}

.trc_elastic_thumbs-feed-01 .trc_rbox_outer .videoCube .video-label-box {
	margin: 10px;
	margin-bottom: 0
}

.trc_related_container .videoCube .video-label-box,
.trc_related_container .trc_rbox .trc_rbox_div .videoCube .video-label-box .branding {
	text-align: right;
	font-family: system-ui;
	font-size: 12px;
	font-weight: 500;
}


.animation_awaiting {
	width: 1px;
	background-color: #000;
	opacity: 0.75;
	height: 1px;
	position: fixed;
	top: 50%;
	left: 50%;
	display: block;
	visibility: hidden;
}


.parallax-top-story {
	position: relative;
	overflow: hidden;
}

/*ALVCOPIES*/
.pImage {
	width: 70%;
	position: absolute;
	top: 0;
	right: 0;
	max-height: 900px;
}

.pSection {
	position: relative;
	padding-top: 200px;
	padding-bottom: 300px;
}

.ppcontainer {
	padding: 20px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	z-index: 15;
}

.pContent {
	width: 65%;
	background-color: rgba(78, 152, 21, 0.8);
	color: white;
	padding: 40px 60px;
}

.parallax-top-story img {
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 0px, 0px);
	transform-style: preserve-3d;
	backface-visibility: hidden;
	width: 100%;
}

.parallax-container {

	height: 500px;
	overflow: hidden;
}
.react-parallax-content {
	position:relative
}
.parallax-container2 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.react-parallax-content small {
	position: absolute;
	font-size: 13px;
	left: 0px;
	bottom: 0px;
	color: #fff;
	padding: 6px 10px 6px;
	background: #0c0c0c;
	font-family: tajawal;
	font-weight: 600;
	opacity: 0.85;
}

.parallax-window {
	min-height: 350px;
	background: transparent;
	width: 100%;
}

#head_imp {
	height: 220px;
	position: relative;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}

div.artiwrapper {
	z-index: 5;
	position: relative;
	margin-top: 20px;
	width: 100%;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}

.artiwrapper {
	font-size: 4.5vw;
	line-height: 1.7;
}

.artiheader-android {
	margin: 0 !important;
}

hr {
	border: 1px solid var(--bg-flat-gray);
	border-radius: 1px;
}

#artiheader {
	margin-top: 10px !important;
	padding: 0;
	color: rgba(0, 0, 0, 0.87);
	font-weight: 400;
	font-size: 14px;
}

.crinfo {
	display: inline-block;
	width: 96%;
	border: none;
	position: relative;
	margin-bottom: 8px;
	margin: 1%;
	padding: 1%;
	padding-top: 0%;
	padding-bottom: 0%;
	color: #3c4043;
}



.artiwrapper div img {
	display: block;
	height: 100%;
	width: 100%;
	height: 100% !important;
	width: 100% !important;
}
.copywriterimage {
	border: 2px solid #ccc;
	border-radius: 50%;
	height: 60px;
	right: 5px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	width: 60px;
}
.crinfo small {
	margin: 10px;
	margin-left: 0;
	text-align: right;
	display: block;
	line-height: 1.7;
	font-size: 12px;
	padding-right: 65px;
	margin-top: 22px;
}

.artiwrapper h1 {
	font-weight: 500;
	font-size: 25px;
	letter-spacing: 0;
	line-height: 37px;
	font-family: system-ui;
}

.font_size {
	position: absolute;
	right: 15px;
	top: -9px;
}

.increase,
.decrease,
.resetMe {
	border: 1px #efefef solid;
	background: #efefef;
	color: #999;
	padding: 0.2em;
	line-height: 1em;
}

.headerButtonDKM {
	display: none;
	height: 46px;
	width: 46px;
	position: absolute;
	left: 15px;
	top: -15px;
}

.toggle-box label {
	display: inline-block;
	position: relative;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 16px;
	cursor: pointer;
	color: rgba(149, 149, 149, 0.51);
	font-weight: normal;
}

.toggle-box input[type=checkbox],
.toggle-box input[type=checkbox]:active {
	position: absolute;
	top: -5000px;
	height: 0;
	width: 0;
	opacity: 0;
	border: none;
	outline: none;
}

.toggle-box input[type=checkbox]:checked+.toggle-box-label-left {
	color: rgba(149, 149, 149, 0.51);
	font-weight: normal;
}

.toggle-box input[type=checkbox]:checked+.toggle-box-label-left+.toggle-box-label {
	color: rgba(250, 250, 250, 0.51);
	font-weight: bold;
}

.toggle-box-label-left:empty {
	margin-left: -10px;
}

.toggle-box-label-left:before,
.toggle-box-label-left:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	/*transition*/
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	outline: none;
}

.toggle-box input[type=checkbox],
.toggle-box input[type=checkbox]:active {
	position: absolute;
	top: -5000px;
	height: 0;
	width: 0;
	opacity: 0;
	border: none;
	outline: none;
}

.toggle-box label {
	display: inline-block;
	position: relative;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 16px;
	cursor: pointer;
	color: rgba(149, 149, 149, 0.51);
	font-weight: normal;
}

.toggle-box-label-left:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	line-height: 34px;
	text-indent: 40px;
	height: 16px;
	width: 16px;
	margin: 4px;
	/*border-radius*/
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	right: 25px;
	bottom: 0px;
	background: #FFB200;
	transform: rotate(-45deg);
	box-shadow: 0 0 10px white;
}

.toggle-box-label-left:after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 24px;
	/*border-radius*/
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.15);
	vertical-align: middle;
	margin: 0 10px;
	border: 2px solid #FFB200;
}

.toggle-box input[type=checkbox]:checked+.toggle-box-label-left:before {
	right: 17px;
	box-shadow: 5px 5px 0 0 #f7f7f7;
	background: transparent;
}

.toggle-box input[type=checkbox]:checked+.toggle-box-label-left:after {
	background: rgba(0, 0, 0, 0.15);
	border: 2px solid #f7f7f7;
}

.toggle-box input[type=checkbox]+.toggle-box-label-left {
	color: rgba(250, 250, 250, 0.51);
	font-weight: bold;
}

.toggle-box input[type=checkbox]:checked+.toggle-box-label-left {
	color: rgba(149, 149, 149, 0.51);
	font-weight: normal;
}

.toggle-box input[type=checkbox]:checked+.toggle-box-label-left+.toggle-box-label {
	color: rgba(250, 250, 250, 0.51);
	font-weight: bold;
}

#artiheader h2 {
	font-family: Arial;
	margin: 19px 0 22px 0;
	padding: 0;
	color: grey;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.65em;
}

.artiwrapper p {
	margin: 0;
	padding: 0;
	padding: 0 10px;
	color: rgba(0, 0, 0, 0.87);
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 18px;
	font-family: system-ui;
	line-height: 30px;

	padding: 0;
	font-size: 19px;
	margin-top: 0;
	margin-bottom: 0;
}

.artiwrapper p img {
	width: 100%;
	height: auto;
	margin-top: 15px;
	border-radius: 3px;
}

.artiwrapper h5 {
	text-align: right;
	padding: 15px;
	font-family: system-ui;
	font-size: 19px;
	margin-top: 0;
	margin-bottom: 15px;
}

.ssmain {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 0 26px;
	width: 100%;

	background: #757575;
	;

}

.search-box {
	position: relative;
	width: 100%;
	max-width: 360px;
	height: 60px;
	border-radius: 120px;
	margin: 0 auto;

}

.search-icon,
.go-icon {
	position: absolute;
	top: 0;
	height: 60px;
	width: 86px;
	line-height: 61px;
	text-align: center;

}

.search-icon {
	left: 0;
	pointer-events: none;
	font-size: 1.22em;
	will-change: transform;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform-origin: center center;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: transform 400ms 220ms cubic-bezier(0.190, 1.000, 0.220, 1.000);

}

.si-rotate {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.go-icon {
	left: 0;
	pointer-events: none;
	font-size: 90%;
	font-weight: :bold;
	will-change: opacity;
	cursor: default;
	opacity: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: opacity 190ms ease-out, transform 260ms cubic-bezier(0.190, 1.000, 0.220, 1.000);

	color: #FFF
}

.go-in {
	opacity: 1;
	pointer-events: all;
	cursor: pointer;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: opacity 190ms ease-out, transform 260ms 20ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	color: #FFF
}

.search-border {
	display: block;
	width: 100%;
	max-width: 360px;
	height: 60px;

}

.border {
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 5;
	stroke-miterlimit: 10;
}

.border {
	stroke-dasharray: 740;
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
	-webkit-transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
	-moz-transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
	-o-transition: stroke-dashoffset 400ms cubic-bezier(0.600, 0.040, 0.735, 0.990);
}

.border-searching .border {
	stroke-dasharray: 740;
	stroke-dashoffset: 459;
	transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
	-webkit-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
	-moz-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
	-o-transition: stroke-dashoffset 650ms cubic-bezier(0.755, 0.150, 0.205, 1.000);
}

#searchd {
	font-family: "system-ui";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 120px;
	border: none;
	background: rgba(255, 255, 255, 0);
	padding: 0 68px 0 68px;
	color: #FFFFFF;
	font-size: 18px;
	outline: none;
	text-align: center;
	-webkit-user-select: initial;
	-khtml-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	user-select: initial;
}


#searchd::-webkit-input-placeholder {
	color: #FFFFFF;
}

#searchd::-moz-placeholder {
	color: #FFFFFF;
}

#searchd:-ms-input-placeholder {
	color: #FFFFFF;
}

#searchd:-moz-placeholder {
	color: #FFFFFF;
}

#searchd::-moz-selection {
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.25);
}

#searchd::selection {
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.25);
}


.flex {
	display: flex;
	align-items: center;
	justify-content: center;
	direction: ltr;
	background: #ebebeb;
}

.app-btn {
	width: 45%;
	max-width: 160px;
	color: #fff;
	margin: 20px 10px;
	text-align: left;
	border-radius: 5px;
	text-decoration: none;
	font-family: "Lucida Grande", sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

.app-btn.blu {
	background-color: #101010;
	transition: background-color 0.25s linear;
}

.app-btn.blu:hover {
	background-color: #454545;
}

.app-btn i {
	width: 20%;
	text-align: center;
	font-size: 28px;
	margin-left: 7px;
}

.app-btn .big-txt {
	font-size: 17px;
	text-transform: capitalize;
	color: #FFF;
}

.app-btn p {
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	margin: 0;
}

.page-item {
	padding: 0
}
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.page-link:hover {
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}

nav {
	display: block;
}

.head_result {
	width: 100%;
	align-items: center;
	position: relative;
	display: inline-block;
	background: #f9f9f9;
	transition: top 0.2s ease-in-out;
	top: 0px;
	margin-bottom: 10px;
	border-top: #dbdade 1px solid;
	border-bottom: #dbdade 1px solid;
}

.head_result h1 {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 32px;
	text-align: center;
	font-family: system-ui;
	margin-bottom: 5px;
}

.head_result h2 {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
	color: #9c9c9c;
	font-family: system-ui;
	margin-bottom: 15px;

}

div.scrollmenu2 {
	float: left;
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	height: auto;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	overflow-y: hidden;
	margin-top: 0px;
	display: inline-block;
	min-height: 52px;
	font-family: system-ui
}

div.scrollmenu2 a {
	color: #166cfa;
	display: -webkit-inline-box;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 600;
	line-height: 48px;
	margin-right: 8px;
	padding: 0 8px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}

div.scrollmenu2 a.active_now {
	color: #333333;
	border-bottom: 2px solid #ec2440;
}

.morerows,
.morerows tr {
	background: #FFF;
}

.more-tables {
	cursor: pointer;
	display: inline-block;
	padding: 0px 30px;
	color: #666;
	font-size: 13px;
	line-height: 35px;
	border: 1px solid #ddd;
	border-radius: .25em;
	font-family: system-ui;
	color: rgb(0 0 0 / 82%);
	/* font-weight: bold; */
	background: rgb(0 0 0 / 12%);
	margin-top: 10px;
	width: 100%;
	margin-bottom: 10px;
}


#articlefont {
	--active: #5628EE;
	--balloon: var(--active);
	--value: #fff;
	--line: #CDD9ED;
	touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background: var(--line);
	position: relative;
}

#articlefont .noUi-connects .noUi-connect {
	background: var(--active);
}

#articlefont .noUi-handle:before,
#articlefont .noUi-handle:after {
	border-radius: 20px;
	transform: scale(var(--s));
	transition: transform 0.3s ease; border-radius 0.3s ease;
}

#articlefont .noUi-handle:before {
	--s: .5;
	background: var(--active);
}

#articlefont .noUi-handle:after {
	--s: .2;
	background: #fff;
}

#articlefont .noUi-handle.noUi-active:before {
	--s: 1;
}

#articlefont .noUi-handle.noUi-active:after {
	--s: 1;
}

#articlefont .balloon {
	--o: 0;
	--s: 0;
	--y: 0;
	--r: 0deg;
	width: 52px;
	height: 68px;
	pointer-events: none;
	position: absolute;
	z-index: 5;
	left: -26px;
	bottom: 0;
	transform-origin: 50% 100%;
}

#articlefont .balloon>div {
	width: 52px;
	height: 68px;
	transform-origin: 50% 100%;
	opacity: var(--o);
	transform: scale(var(--s)) translate(0, var(--y)) rotate(var(--r));
	transition: transform 0.4s ease, opacity 0.4s ease;
}

#articlefont .balloon>div:before,
#articlefont .balloon>div:after {
	content: "";
	display: block;
}

#articlefont .balloon>div:before {
	width: 52px;
	height: 52px;
	border-radius: 60%;
	border-bottom-left-radius: 480%;
	border-bottom-right-radius: 480%;
	border-top-left-radius: 480%;
	transform: rotate(135deg);
	background: var(--balloon);
}

#articlefont .balloon>div:after {
	content: attr(data-value);
	font-family: Arial;
	font-size: 14px;
	font-weight: 500;
	color: var(--value);
	position: absolute;
	left: 0;
	right: 0;
	top: 16px;
	line-height: 24px;
	text-align: center;
}

#articlefont .balloon>div svg {
	display: block;
	width: 8px;
	height: 6px;
	fill: var(--balloon);
	position: absolute;
	left: 22px;
	bottom: 0;
}

#articlefont .balloon.active {
	--o: 1;
	--s: 1;
	--y: -36px;
}

#articlefont * {
	touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

#articlefont.noUi-state-tap .noUi-connect,
#articlefont.noUi-state-tap .noUi-origin {
	transition: transform 0.3s;
}

#articlefont .noUi-target {
	position: relative;
}

#articlefont .noUi-base,
#articlefont .noUi-connects {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#articlefont .noUi-origin,
#articlefont .noUi-connect {
	position: absolute;
	will-change: transform;
	transform-origin: 0 0;
	top: 0;
	left: 0;
	z-index: 1;
}

#articlefont .noUi-connects {
	overflow: hidden;
	z-index: 0;
	border-radius: 1px;
}

#articlefont .noUi-connects .noUi-connect {
	width: 100%;
	height: 100%;
}

#articlefont .noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	outline: none;
	cursor: pointer;
	width: 40px;
	height: 40px;
	left: 12px;
	top: -19px;
}

#articlefont .noUi-handle:before,
#articlefont .noUi-handle:after {
	content: "";
	position: absolute;
}

#articlefont .noUi-handle:before {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
}

#articlefont .noUi-handle:after {
	left: 2px;
	top: 2px;
	width: 36px;
	height: 36px;
}

#articlefont .noUi-origin {
	left: auto;
	right: 0;
	height: 0;
	width: 10%;
}

.ptr--ptr {
	font-family: system-ui;
	font-size: 12px;
}

/* Remove outline > Apply other styles for accessibility */
.weatherpage :focus {
	outline: none;
}

.weatherpage {
	width: 100%;

	position: relative;
	z-index: 0;

}

.weatherpage .vector {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0
}

.weatherpage a {
	color: #6D8CA0;
	font-weight: 700;
	text-decoration: none;
}

.weatherpage a:hover {
	text-decoration: underline;

}

.weatherpage .webpage {
	display: flex;
	flex-direction: column;
}

.weatherpage .webpage .weather_header {
	height: 40vh;
	width: 100%;
	text-align: center;
	color: #FFF;
}

.weatherpage .webpage .weather_bottom {
	height: 60vh;
	width: 100%;
	text-align: center;
	color: #FFF;
	/* background: #523cb8; */
}


.text-right {
	text-align: right;
}

.text-right .icon {
	font-size: 2em;
	margin: 10px 0;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	color: #FFF;
	padding: 18px 20px;
	background: transparent;
	position: relative;
	z-index: 2;
	font-weight: 900;
	font-family: 'Frutiger75';
	letter-spacing: -0.5px;
	font-size: 30px;
	text-shadow: 1px 1px #000;
}


	.wrap .card {
		width: 100%;
		height: 100%;
		border: 0;
		font-size: 12px
	}

	.card .menu-content {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.card .menu-content::before,
	.card .menu-content::after {
		content: "";
		display: table;
	}

	.card .menu-content::after {
		clear: both;
	}

	.card .menu-content li {
		display: inline-block;
	}

	.card .menu-content a {
		color: #fff;
	}

	.card .menu-content span {
		position: absolute;
		left: 50%;
		top: 0;
		font-size: 10px;
		font-weight: 700;
		font-family: "Open Sans";
		transform: translate(-50%, 0);
	}

	.card .wrapper {
		background-color: #fff;
		min-height: 424px;
		position: relative;
		overflow: hidden;
	
	}

	.card .wrapper .play_icon_2022 {
		position: absolute;
		font-size: 60px;
		left: calc(50% - 30px);
		top: calc(50% - 30px);
		color: #ffffff;
		z-index: 7;
		text-shadow: 1px 1px 20px #000;
	}

	.card .wrapper:hover .data {
		transform: translateY(0);
	}

	.card .data {
		position: absolute;
		bottom: 0;
		width: 100%;
		transform: translateY(calc(-3px + 4em));
		transition: transform 0.3s;
		z-index: 6;
		font-family: system-ui;
		font-size: 10px;

	}

	.card .wrapper::after {
		content: "";
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.9) 100%);
		position: absolute;
		bottom: 0;
		height: 100%;
		width: 100%;
		pointer-events: none;
		z-index: 5;
		left: 0;
		right: 0;
		top: 0;
	}

	.card .data .content {
		padding: 1em;
		position: relative;
		z-index: 1;
	}

	.card .author {
		font-size: 12px;
	}

	.card .title {
    /* margin-top: 10px; */
    line-height: 30px;
    font-size: 23px;
    font-family: sans-serif;

	}

	.card .text {
		height: 70px;
		margin: 0;
	}

	.card input[type=checkbox] {
		display: none;
	}

	.card input[type=checkbox]:checked+.menu-content {
		transform: translateY(-60px);
	}


	.example-2 .wrapper {
    		border: 5px #fe0 var(--border-gray);
	}

	.example-2 .wrapper:hover .menu-content span {
		transform: translate(-50%, -10px);
		opacity: 1;
	}

	.example-2 img {
		position: absolute;
		z-index: 0;
		left: 0;
	}

	.example-2 .header {
		color: #fff;
		padding: 1em;
		display: flex;
		align-content: space-between;
		align-items: flex-start;
		flex-wrap: nowrap;
		flex-direction: column-reverse;
		z-index: 10;
		position: absolute;
		z-index: 9;
		width: 100%;
	}

	.example-2 .header::before,
	.example-2 .header::after {
		content: "";
		display: table;
	}

	.example-2 .header::after {
		clear: both;
	}

	.example-2 .header .date {
		/* float: left; */
		font-size: 15px;
		position: absolute;
		left: 15px;
		top: 15px;
	}

	.example-2 .menu-content {
		font-size: 25px;
		direction: ltr;
		width: 100px;
	}

	.example-2 .menu-content li {
		margin: 0 5px;
		position: relative;
	}

	.example-2 .menu-content span {
		transition: all 0.3s;
		opacity: 0;
	}

	.example-2 .data {
		color: #fff;
		transform: translateY(-30px);
	}

	.example-2 .title a {
		color: #fff;
	}

	.example-2 .button {
		display: block;
		width: calc(100% - 200px);
		margin: 1em auto 1em;
		text-align: center;
		font-size: 13px;
		color: #fff;
		line-height: 1;
		position: absolute;
		font-weight: 700;
		background: #0806008a;
		padding: 9px 14px;
		border-radius: 5px;
		/* padding-left: 19px; */
		font-family: system-ui;
		z-index: 3000;
		left: calc(50% - 80px);
		top: calc(100% - 32px);
		border: 0.5px rgb(0 0 0 / 23%) solid;
	}

	.example-2 .button::after {
		content: "→";
		opacity: 0;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(0, -50%);
		transition: all 0.3s;
	}

	.example-2 .button:hover::after {
		transform: translate(5px, -50%);
		opacity: 1;
	}

	.playseries {
		font-size: 15px;
		position: absolute;
		margin-right: 4px;
		display: none;
	}

	.wrap {
		/*padding: 10px;*/
		/*margin-bottom: 8px;*/
	
	}

	.wrap .more-link {
		margin-top: 15px;
		border-top: 1px solid var(--border-gray);
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.wrap .canvas {
		width: 100%;
		height: 100%;
	}

	.arabtv {
		margin-top: 15px
	}


	.contactpage *:focus {
		outline: 0px;
	}

	.contactpage h2 {
		color: var(--More-color);
		text-transform: uppercase;
		font-family: system-ui;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: -0.5px;
		position: absolute;
		top: 30%;
		width: 100%;
		text-align: center;
	}

	.contactpage h3 {
		color: var(--More-color);
		text-transform: uppercase;
		font-family: system-ui;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: -0.5px;
		position: absolute;
		top: 39%;
		width: 100%;
		text-align: center;
	}

	.contactpage button {}

	.contactpage .form-fields {
		/* width: calc(100% - -188px); */
		/* margin-left: auto; */
		/* margin-right: auto; */
		padding: 10px;
		background: var(--color-bg-secondary);
		border-radius: 10px;
		bottom: 0;
		margin: 0 auto;
	}

	.contactpage .form-fields p {
		font-size: 15px;
		margin-top: 10px;
		line-height: 20px;
		color: var(--color-gray);
	}

	.contactpage .form-fields p a {
		font-weight: 700;
	}

	.contactpage .form-fields h1 {
		font-size: 20px;
		margin: 0;
		line-height: 25px;
	}

	.contactpage .form-fields .formenterance {
		padding: 5px;
		border-radius: 10px;
		font-weight: 600;
		text-align: center;
		margin-top: 25px;
		margin-bottom: 15px;
		background: var(--color-settings-bg);
		color: var (--icon-color-b) border: 1px var(--border-gray) solid;
	}

	.contactpage .contact-form__input-container {
		position: relative;
		/* margin-top: 10px; */
		padding: 0 15px 0 15px;
	}

	.contactpage .contact-form__label {
		color: var(--color-settings-color);
		font-size: 0.8rem;
		line-height: 1.3;
		position: absolute;
		pointer-events: none;
		right: 1rem;
		top: 25px;
		transition: 0.2s ease all;
		font-family: system-ui;
		font-weight: 600;
		/* letter-spacing: -0.5px; */
	}

	.contactpage input:focus~.contact-form__label,
	.contactpage input:not(:focus):valid~.contact-form__label,
	.contactpage input:not(:placeholder-shown)~.contact-form__label {
		top: 10px;
		font-size: 0.75rem;
		opacity: 1;
		color: var(--bg-simi);
	}

	.contactpage .c-input--text {
		box-sizing: border-box;
		padding-left: 1rem;
		/* padding-right: 1rem; */
		padding-top: 35px;
		/* font-weight: bold; */
		background-color: transparent;
		border-bottom: 1px solid var(--border-gray);
		width: 100%;
		border-top: none;
		border-right: none;
		border-left: none;
		font-size: 15px;
		padding-bottom: 5px;
		line-height: 22px;
		font-weight: 500;
	}

	input:-webkit-autofill,
	input:-webkit-autofill:focus {
		transition: background-color 600000s 0s, color 600000s 0s;
	}

	.contactpage .hide-element {
		display: none;
	}

	.topcontact {
		height: auto;
		position: relative;

	}

	.topcontact img {
		width: 100%;
		margin-top: 53px;
	}


/*General styles on body and container*/
.contactpage {
	min-height: 100vh;
	padding-bottom: 80px
}

.contactpage .container {
	position: fixed;
	color: #fcfcfc;
}

@media screen and (max-width: 450px) {
	.contactpage .container {
		width: 100vw;
		height: 100vh;
	}
}

@media screen and (min-width: 451px) {
	.contactpage .container {
		width: 450px;
		height: calc(100vh - 40px);
		box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.05);
		background: #fff;
		left: calc(50vw - 225px);
		top: 20px;
	}
}

.btn {
	background: var(--bg-simi);
	border: 0 solid #447d8b;
	border-radius: 35px;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	outline: none;
	width: 210px;
	height: 60px;
	position: relative;
	overflow: hidden;
	transition: all .25s ease;
	margin-top: 25px;
}

.btn i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.50rem;
	position: absolute;
	width: 60px;
	height: 60px;
	left: 0;
	background: inherit;
	border-radius: 50%;
	pointer-events: none;
	z-index: 10;
	transition: all .25s ease;
}

.btn .text {
	width: 130px;
	display: block;
	position: absolute;
	pointer-events: none;
	font-size: 18px;
	transition: all .25s ease;
}

.btn:not(.loading):hover {
	box-shadow: 0 10px 25px 0 rgba(73, 215, 92, .4);
}

.btn:not(.loading):hover i {
	transform: translate(7px);
}

.loading-animate {
	position: absolute;
	display: flex;
	align-items: center;
	justify-elements: center;
	width: 47px;
	height: 60px;
	top: 0;
	left: 5px;
	pointer-events: none;
	opacity: 0;
	border-radius: 50%;
	z-index: 100;
	transition: all .25s ease;
}

.loading-animate:before {
	content: "";
	position: absolute;
	width: 44px;
	height: 44px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
	border-radius: 50%;
	opacity: .6;
	animation: loading infinite .8s linear;
}

.loading-animate:after {
	content: "";
	position: absolute;
	width: 44px;
	height: 44px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
	border-radius: 50%;
	animation: loading infinite .8s ease .5s;
}

.btn.loading {
	width: 60px;
}

.btn.loading i {
	transform: rotate(-90deg);
	/*padding-botton: 4px;
    padding-left: 3px;*/
}

.btn.loading .text {
	transform: translate(-140px);
}

.btn.loading .loading-animate {
	opacity: 1;
}

@keyframes loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.contactways {
	display: flex;
	flex-direction: row;
	position: relative;
}

.contactways div {
	width: 33.3%;
	background: var(--color-settings-bg);
	height: 95px;
	margin: 15px;
	align-items: center;
	text-align: center;
	border: 1px var(--border-gray) solid;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.contactways div div {
	content: '';
	background-color: #000;
	width: 50px;
	height: 50px;
	position: absolute;
	border-radius: 50%;
	line-height: 50px;
}

.contactways div:nth-child(1) div {
	background: #6eb42d
}

.contactways div:nth-child(2) div {
	background: #2d3366
}

.contactways div:nth-child(3) div {
	background: #de2d2d
}


.contactways div i {
	color: var(--icon-color-w);
	font-size: 22px;
	font-weight: 100;
}

.contactways div:nth-child(2) span,
.contactways div:nth-child(1) span,
.contactways div:nth-child(3) span {
	color: var(--color-gray);

}

/*
.contactways div:nth-child(3) i,.contactways div:nth-child(3) span {
    color:#ffd243;
}
*/
.contactways div span {
	color: #000;
	font-size: 12px;
	line-height: 29px;
}

.contactways div::before {}

.section .hom_cat_bar.bloger.redbkg {
	background: var(--bg-simi-sec);

}



.main-carousel2 {

}

.main-carousel2 * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }
  
  .main-carousel2 h1 {
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    color: #FFF;
    transform: translateY(60px);

  }
  
  .main-carousel2  p {
	color: #fff;
	font-family: "Josefin Slab", serif;
	font-size: 24px;
	text-shadow: 0px 0px 10px #000;
  }
  
  .main-carousel2  .main-carousel2 {
	max-width: 100%;
	height: 100vh;
	margin: 0 auto;
  }
  
  .main-carousel2 .carousel-cell {
	width: 100%;
	height: 100vh;
	margin-right: 0px;
	text-align: center;
	position: relative;
	overflow: hidden;
  }
  

  
.bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
  }
  .bg img  {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;  
  }
  .main-carousel2 .text {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
  }
  
  .main-carousel2 .flickity-page-dots {
	bottom: 25px;
  }
  

  .main-carousel2  .play_icon_2022 {
	position: absolute;
	font-size: 60px;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
	color: #ffffff;
	z-index: 10;
	text-shadow: 1px 1px 20px #000;
}

.main-carousel2 .data {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-family: system-ui;
    font-size: 10px;
    height: 100%;
}

.main-carousel2 .content::after {
	content: "";
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.9) 100%);
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
	z-index: 5;
	left: 0;
	right: 0;
	
	z-index: 2;
}

.main-carousel2 .content {
    padding: 1em;
    position: absolute;
    z-index: 9;
    bottom: 0;
    min-height: 35%;
    width: 100%;
}

.main-carousel2 .author {
	font-size: 12px;
}


.main-carousel2  .textdesc {
	height: 70px;
	margin: 0;
}

