@charset "UTF-8";
.article_toolset {
    color: #FFF;
    width: 100%;
    position: relative;
    min-height: 35px;
	display: flex;
}
.article_toolset div:first-child {
width:60%
}
.article_toolset div:last-child {
width: 40%;
}
.article_toolset div:last-child button {
    color: var(--color-gray);
    font-size: 25px;
    margin: 4px;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 6px;
    position: absolute;
    left: 60px;

}
.article_toolset div.maincats_breadcrumb {
	width: 60%
}
.toggle-box {
    display: grid;
    height: 20px;
    margin: 10px;
}
.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;
}
.stickybanner{
    position: fixed;
    z-index: 24;
    bottom: 0;
    background: #fff;
    max-height: 65px;
    width: 100%;
    left: 0;
    right: 0;
}
.stickybanner iframe{ 
	background-color: #FFF;
}
.stickybanner div.section  {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.stickybanner iframe #animation_container ,.stickybanner iframe #animation_container  canvas{
    position: absolute;
    display: block;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;

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

.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;
}
.buttons .button i{
	font-size: 16px;
    padding: 5px;
}

.usernamecard {
	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;
	background: #f2f3f5;
}

.usernamecard main img {
	height: 52px;
	border-radius: 50%;
	object-fit: cover;
	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%;
	background: #FFF;
	overflow-y: auto;
	overflow-y: auto;
}

.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
}

.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;
    bottom: 13px;
    color: #ffffff;
    line-height: 50px;
	text-shadow: -1px 1px 8px #00000040;
}

.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;
    bottom: 15px;
    right: 15px;
    font-size: 20px;
    z-index: 1;
    text-align: center;
    font-weight: bold;
    /* padding: 3px; */
    background-image:linear-gradient(45deg, #ff5969, #e03e3e);
    border-radius: 5px;
    font-family: aljazeera;
    border: 1px #332c2c54 solid;
    /* height: 70px; */
    line-height: 20px;
    padding: 6px 18px;
    /* box-shadow: 1px 1px #000; */
    /* text-shadow: 1px 1px #000; */
    font-size: 16px;
    font-family: system-ui;
    line-height: 21px;
	text-shadow: -1px 1px 8px #00000040;
}

.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;
	z-index: 3;
}

.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;
	width: 20%;
	color: white;
	top: 0;
	left: 0;
	z-index: 5;
	text-align: center;
	font-weight: bold;
	background: #ff2323;
	border-radius: 2px;
	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);
}


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

#menu-mobile {
	display: none;
	position: absolute;
	z-index: 15;
	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;
}

/*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;
}


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

.noscroll {
	overflow: hidden;
}


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 ul {
	padding:0;
	margin:0
}
.section.classoptimizer {
height: 50px;
position: relative; 
margin-bottom: 0;
}


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

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

.footerlogo {
	margin-top: 17px;
	height: 33px;
}

.footerlogo path {
	fill: var(--color-gray);
}

.exit-inboard-icon2 {
font-size: 25px;
    /* padding: 5px; */
    z-index: 100;
    opacity: 1;
    position: absolute;
    /* text-shadow: 1px 1px #000; */
    line-height: 30px;
    cursor: pointer;
    display: block;
    height: 30px;
    color: var(--More-color);
    /* text-shadow: 1px 1px 7px #000; */
    left: 15px;
    top: 15px;
    background: var(--bg-flat-gray);
    border-radius: 50%;
    width: 30px;
}

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

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

.inboard-adunit-container iframe {
	width: 100%;
	height: 100%;
	/*height: 57vw;*/
	position: absolute;
	top: 0;
	left: 0;
}
.inboard-adunit-container iframe img {
	width: 100%;
	height: 100%;
}

#google_image_div {
	width: 100% !important;
	display: block !important;
	position: relative !important;
	height: 100%
}

#google_image_div img {
	width: 100% !important;
	display: block !important;
	position: relative !important;
	height:100%
}



.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: 2;
}

.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;
	display: flex;
	z-index: 3;
}
.m-button {
	position: relative;
}
.regularitembigovertext .body span {
	color: var(--icon-color-w);
	font-size: 11px;
	font-family: system-ui;
	margin-right: 10px;
	margin: 10px;
}

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

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

.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;

	margin-bottom: 15px;
}

.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;
}


.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.black {
    background: linear-gradient(45deg,#001d48,#001d48)
}

.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;
}
.section .hom_cat_bar .fi-rr-angle-double-left {
	position: absolute;
	color: #2c2a2a;
	background: none;
	font-size: 18px;
	/* padding: 12px; */
	left: 13px;
	top: 13px;
}
.followMeBar2 {
	background: #999;
	padding: 10px 20px;
	position: relative;
	color: #000;

  }
  .followMeBar2.fixed {
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 50;
	background-color: #000;
	color: #FFF;
	z-index: 1000	;
  }
  .followMeBar2.fixed.absolute {
	position: absolute;
  }
.followMeBar.bloger {
}
.followWrap2{
	height: 58px;
    visibility: visible;
    position: fixed;
    z-index: 10;
    background: #000;
    top: 0;
    width: 100%;
}
.section .hom_cat_bar.bloger {
    background: linear-gradient(45deg, #001d48, #000000);
}

.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: linear-gradient(45deg, #001d48, #000000);
		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-bottom:15px
}

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


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

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

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

.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: system-ui;
    font-weight: 600;
    line-height: 25	px;
    font-size: 16px;
    color: #333;
    display: block;
}

.rec-reel-sc2 .videoCube .video-label-box .video-title,.thumbs-feed-01 .syndicatedItem .video-title {
	font-family: system-ui;
	font-weight: 700;
	line-height: 25px;
	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;
}



.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;
}
.best-keywords {
    position: relative;
    width: 100%;
    /* padding-bottom: 4px; */
    /* min-height: 14px; */
    border-bottom: 1px var(--border-gray) solid;
    padding-bottom: 15px;
    display:block;
	min-height: 50px;
}
.scroll {
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
  }
  
  .kewordstitle {
	width: 20%;
	position: absolute;
    right: 0;
  }

  .kewordstitle,
  .nav-item {
	font-size: 14px;
  }
  .best-keywords nav {	
	width: 100%;
    position: absolute;
    left: 0;
  }
  .kewordstitle,
  .nav-item,
  .vertical-align-middle {
	display: inline-block;
	vertical-align: middle;
  }
  
  .title {
	margin: 24px 0 6px;
	font-size: 12px;
	color: #FFF;
  }
  
  .scroll::-webkit-scrollbar {
	display: none;
  }
.best-keywords a {
    position: relative;
    line-height: 14px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    border: 1px #f8f9fa solid;
    border-radius: 4px;
    font-family: system-ui;
    padding: 5px 8px;
    background: #d6e0ea26;
    /* text-shadow: 1px 1px 6px #00000070; */
    margin-left: 5px;
    margin-right: 5px;
    z-index: 3;
    float: right;
    background-color: #f2f2f28f;
    color: rgb(0 0 0 / 82%);
    border: 1px #80808075 solid;
    /* font-weight: 500; */

}
.best-keywords a.subcat_tags {
	background-color: transparent;
	padding-right: 0;
	margin-right: 0;
	border: none;

}
.best-keywords a:first-child {margin-right: 	10px;}
.react-parallax-content small {
    position: absolute;
    font-size: 11px;
    right: 0px;
    bottom: 0px;
    color: #fff;
    padding: 6px 10px  6px 10px;
    background: #0c0c0c;
    font-family: system-ui;
    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;

}

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

.artiwrapper h2{
    width: 90%;
    font-size: 30px;
    color: var(--color-gray);
    margin-bottom: 10px;
	padding-right:10px;
}
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;
	margin-right: 10px;
	margin-left: 10px;
}

.crinfo {
    display: inline-block;
    width: 100%;
    border: none;
    position: relative;
    margin: 0;
    padding: 0;
    color: #3c4043;

	margin-bottom: 15px;
    
}
.video_desc {
    color: var(--color-gray);
    font-size: 12px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.systemshare {
	position: absolute;
    left: 0;
    top: calc(50% - 9px);
}
.systemshare button {
    font-size: 32px;
    /* position: relative; */
    float: left;
    margin-right: 15px;
    color: var(--icon-color-b);
    width: auto;
    padding: 0;
    /* padding: 5px; */
    height: auto;
    line-height: 1;
    position: absolute;
    left: 10px;
    top: 0;
}
.systemshare button:nth-child(2) {
  left:50px
}
.systemshare button:nth-child(3) {
	left:90px
  }
.artiwrapper div img {
    display: block;
    height: 100%;
    width: 100%;
    height: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
}
.copywriterimage {
    border: 2px solid #e4e4e4;
    border-radius: 50%;
    height: 60px;
    right: 10px;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 26px);
    width: 60px;
    margin: 0;
    padding: 0;
}
.crinfo small {
	margin: 10px;
	margin-left: 0;
	text-align: right;
	display: block;
	line-height: 1.7;
	font-size: 13px;
	padding-right: 64px;
	margin-top: 22px;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}
.changefont {
	z-index: 3;
    top: 100px;
    left: 10%;
    width: 80%;
    /* background: #04000085; */
    /* height: 50px; */
    /* align-items: center; */
    border-radius: 5px;
    /* box-shadow: 0 0 6px #d9d9d9a3; */
    /* border: 1px #5628ee63 solid; */
    display: inline;
}
.artiwrapper h1 {
	font-weight: 500;
	font-size: 26px;
	letter-spacing: 0;
	line-height: 37px;
	font-family: system-ui;
	padding-left:30px;
	display: inline;
}
.artiwrapper h4 {
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 39px;
    font-family: system-ui;
    padding-right: 5px;
    padding-left: 5px;
    display: inline;
    background: #d7374e;
    color: var(--bg-flat-gray);
}
.title_tag {
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 39px;
    font-family: system-ui;
    /* padding-right: 5px; */
    /* padding-left: 5px; */
    display: inline;
    /* background: #d7374e; */
    color: var(--main-section-secondry);
    margin-left: 0;
}
.headerButtonDKM {
	height: 26px;
    width: auto;
    position: absolute;
    left: 0;

}

.toggle-box label {
	display: inline-block;
	position: relative;
	padding: 0px;
	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;
	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 2px 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 h3 {
	width: 90%;
    font-size: 29px;
    color: var(--color-black);
    margin-bottom: 10px;
    padding-right: 10px;
    font-family: system-ui;
    font-weight: 600;
    width: 100%;
    background:linear-gradient(-90deg, #e6e6e6 0%, rgb(0 0 0 / 12%) 25%, rgba(0,212,255,0) 90%);
    padding: 10px;
    color: #180303;
    font-size: 19px;
    font-weight: 900;
}
#artiheader h2 {
    width: 90%;
    font-size: 20px;
    color: var(--color-gray);
    margin-bottom: 10px;
    padding-right: 10px;
}

.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: 27px;
    padding: 0;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 8px;
	padding-right:10px;
	padding-left:10px;
}
.artiwrapper ul {
	width: 100%;
    display: flex;
    flex-direction: column;

}
.artiwrapper ul li{
    display: block;
    width: 100%;
    padding-right: 10px;
    padding-left: 30px;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    font-weight: 600;
	font-size:17px
}
.artiwrapper ul li:nth-child(odd) {
}
.artiwrapper ul li:nth-child(even) {
    background: linear-gradient(-90deg, #e6e6e6a1 0%, rgb(0 0 0 / 8%) 25%, rgb(0 212 255 / 0%) 90%);
}
.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: #047aed;
	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;
}


.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: 50px;
		width: 100%;
		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: 28px;
    font-size: 21px;

	}

	.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(-50px);*/
	}

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

	.example-2 .button {
		display: block;
		width: 130px;
		margin: 15px auto 15px;
		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% - 60px);
		top: calc(100% - 17px);
		border: 0.5px rgb(255 255 255 / 32%) 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.blacked {
		/*padding: 10px;*/
		/*margin-bottom: 8px;*/
		background-color: #000;
	
	}
	.wrap .more-link {
		margin-top: 15px;
		border-top: 1px solid var(--border-gray);
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 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.blacked{
		background: var(--color-black);
		margin-top: 0;
		border-top: 1px #212020 solid;
		padding-bottom: 10px;
	}
	.more-link a {
		color: #047aed;
	
	}
	.more-link.blacked a{
		 color: #fff;;
	
	}
	.more-link a i {
		color: #047aed;		margin: 3px;
		font-size: 19px;
	}
	.more-link.blacked a i {
		color: #fff;
	
	}
	.wrap .canvas {
		width: 100%;
		height: 100%;
	}

	.arabtv {
		margin-top: 15px
	}



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

}

.section .hom_cat_bar.blacked {
	background: var(--color-black)
}


.skeleton_producer {background:#FFF;width:100%;z-index: 13; position: fixed; top:55px;}

@-webkit-keyframes ssc-loading {
	from {
	  -webkit-transform: translateX(-100%);
			  transform: translateX(-100%);
	}
	to {
	  -webkit-transform: translateX(100%);
			  transform: translateX(100%);
	}
  }
  @keyframes ssc-loading {
	from {
	  -webkit-transform: translateX(-100%);
			  transform: translateX(-100%);
	}
	to {
	  -webkit-transform: translateX(100%);
			  transform: translateX(100%);
	}
  }
  /* Animation partial */
  .ssc-square, .ssc-head-line, .ssc-line, .ssc-circle {
	position: relative;
	overflow: hidden;
  }
  .ssc-square:after, .ssc-head-line:after, .ssc-line:after, .ssc-circle:after {
	content: "";
	-webkit-animation: ssc-loading 1.3s infinite;
			animation: ssc-loading 1.3s infinite;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
	z-index: 1;
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  }
  
  /** Main class */
  .ssc {
	cursor: progress;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
  }
  
  /** Helpers classes */
  .ssc .hd {
	height : 22px;
	margin-right: 10px;
  }
  .ssc .mb {
	margin-bottom: 10px;
	margin-right: 10px;
  }
  .ssc .mt {
	margin-top: 16px;
  }
  .ssc .mr {
	margin-right: 16px;
  }
  .ssc .ml {
	margin-left: 16px;
  }
  .ssc .mbs {
	margin-bottom: 8px;
  }
  .ssc .mts {
	margin-top: 8px;
  }
  .ssc .mrs {
	margin-right: 8px;
  }
  .ssc .mls {
	margin-left: 8px;
  }
  .ssc .w-10 {
	width: 10%;
  }
  .ssc .w-20 {
	width: 20%;
  }
  .ssc .w-30 {
	width: 30%;
  }
  .ssc .w-40 {
	width: 40%;
  }
  .ssc .w-50 {
	width: 50%;
  }
  .ssc .w-60 {
	width: 60%;
  }
  .ssc .w-70 {
	width: 70%;
  }
  .ssc .w-80 {
	width: 80%;
  }
  .ssc .w-90 {
	width: 90%;
  }
  .ssc .w-100 {
	width: 100%;
  }
  .ssc .flex {
	display: -webkit-box;
	display: flex;
  }
  .ssc .inline-flex {
	display: -webkit-inline-box;
	display: inline-flex;
  }
  .ssc .align-center {
	-webkit-box-align: center;
			align-items: center;
  }
  .ssc .align-start {
	-webkit-box-align: start;
			align-items: flex-start;
  }
  .ssc .align-end {
	-webkit-box-align: end;
			align-items: flex-end;
  }
  .ssc .align-stretch {
	-webkit-box-align: stretch;
			align-items: stretch;
  }
  .ssc .justify-start {
	-webkit-box-pack: start;
			justify-content: start;
  }
  .ssc .justify-end {
	-webkit-box-pack: end;
			justify-content: end;
  }
  .ssc .justify-between {
	-webkit-box-pack: justify;
			justify-content: space-between;
  }
  .ssc .justify-center {
	-webkit-box-pack: center;
			justify-content: center;
  }
  .ssc .justify-around {
	justify-content: space-around;
  }
  
  /** Wrapper class */
  .ssc-wrapper {
	padding: 16px;
  }
  
  /* Figures, Objects */
  .ssc-card {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #ffffff;
	margin-bottom:5px;
	direction: rtl;
  }
  
  .ssc-circle {
	display: block;
	background-color: rgba(0, 0, 0, 0.17);
	border-radius: 50%;
	width: 50px;
	height: 50px;
  }
  
  .ssc-hr {
	display: block;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.17);
	height: 2px;
  }
  
  .ssc-line {
	display: block;
	background-color: rgba(0, 0, 0, 0.17);
	border-radius: 15px;
	margin-top: 8px;
	width: 100%;
	height: 12px;
  }
  .ssc-line:last-child {
	margin-bottom: unset;
  }
  
  .ssc-head-line {
	display: block;
	  background-color: rgba(0, 0, 0, 0.17);
	  border-radius: 2px;
	  width: 100%;
	  height: 40px;
	  margin-bottom: 1px;
  }
  
  .ssc-square {
	display: block;
	  background-color: rgba(0, 0, 0, 0.17);
	  width: 100%;
	  height: 220px;
	  margin-bottom: 15px;
  }
  .give-answers__why appears {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.artiwrapper p.blogs_alert {
	margin: 0;
    padding: 25px;
    font-size: 13px;
    display: inline-block;
    color: #000;
    background: #fef0f0;
    line-height: 20px;
    font-weight: 400;
    border: 1px #ffc8c8 solid;
}
.barba-container div {
	visibility: hidden;
}
.barba-container div.ad_possible_location, .barba-container div.ad_possible_location div {
	visibility: visible;
}
.barba-container div.was-it-helpful-wrapper, .barba-container div.was-it-helpful-wrapper div {
	visibility: visible;
}
.barba-overlay {
    position: fixed;
    background: #4f3e89;
    width: 100%;
    height: 100%;
    z-index: 22;
    display: none;
    opacity: 0.7;
    top: 0;
    filter: blur(306px);
	z-index: 14;
}
.main_Arti .systemshare {
    position: absolute;
    left: 0;
    top: 15px;
}
.main_Arti .systemshare button {
	color:#FFF;
	text-shadow: -1px 1px 8px #00000040;
}
.shortcuts {
	width: 100%;
	height: 100%;
}
.sticky_nav {
    position: relative;
    display: inline-block;
    display: flex;
    flex-direction: row;
    padding: 10px;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 31%);
    z-index: 1;
	
}
.categoryInner div .md-select {
	position: relative;
    display: block;
    padding-bottom: 2px;
    /* position: relative; */
    width: 100%;
    z-index: 3;
    display: block;
	margin-left:15px;
	

}
  .categoryInner div .md-select div {
	display: block;
	visibility: visible;
	z-index: 55;
  }
  .categoryInner div .md-select *, .categoryInner div .md-select :after, .categoryInner div .md-select :before {
	box-sizing: border-box;
	border-radius: 4px;
  }
  .categoryInner div .md-select [type=button] {
    background: #FFF;
    border-color: transparent;
    border-width: 0 0 0px 0;
    color: rgb(0 0 0 / 77%);
    cursor: default;
    display: block;
    line-height: 21px;
    padding: 15px 10px 15px 0px;
    position: relative;
    text-align: right;
    text-shadow: none;
    width: 100%;
    z-index: 100;
    outline: 0;
    overflow: hidden;
    font-family: system-ui;
    font-weight: 600;
    font-size: 0.8rem;
    /* margin-top: 4px; */
    /* margin-right: 5px; */
   
  }
  .categoryInner div .md-select [type=button]:focus, .categoryInner div .md-select [type=button]:hover {
	background: rgba(0, 0, 0, 0.1);
  }
  .categoryInner div .md-select [type=button]::before {
	content: "\ebba";
    float: right;
    padding-left: 6px;
    font-size: 27px;
    font-family: remixicon!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: rgb(0 0 0 / 77%);
    font-weight: normal;
  }
  .categoryInner div .md-select [type=button]:after {
    content: "\ea50"	;
	float: left;
    padding-left: 6px;
    font-size: 27px;
    font-family: remixicon!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: rgb(0 0 0 / 77%);
    font-weight: normal;
  }
  .categoryInner div .md-select ul[role=listbox] {
	background-color: white;
	cursor: default;
	list-style: none;
	line-height: 26px;
	overflow: hidden;
	margin: 0;
	max-height: 0;
	position: absolute;
	padding: 0;
	-webkit-transform: translateY(-0%);
			transform: translateY(-0%);
	-webkit-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
	transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
	width: 100%;
  }
  .categoryInner div .md-select ul[role=listbox] li {
    /* height: 37px; */
    margin: 0;
    outline: none;
    overflow: hidden;
    font-size: 16px;
    font-family: system-ui;
    border-bottom: 1px #e8eaed solid;
    color: #4e4e4e;
    font-weight: 600;
	
	
  }
  .categoryInner div .md-select ul[role=listbox] li a {
display: block;
  padding: 10px 10px 10px 10px;
  font-size: 90%;

}
  .categoryInner div .md-select ul[role=listbox] li:focus, .categoryInner div .md-select ul[role=listbox] li:hover, .categoryInner div .md-select ul[role=listbox] li.active {
	background: rgba(0, 0, 0, 0.1);
  }
  .categoryInner div .md-select.active ul {
    max-height: 290px;
    overflow: auto;
    padding: 0;
    z-index: 155;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    direction: rtl;
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 31%);
  }
 
  .scrolling-wrapper {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
  }
  .scrolling-wrapper .card {
	display: inline-block;
  }
  
  .scrolling-wrapper-flexbox {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
  }
  .scrolling-wrapper-flexbox .card {
	flex: 0 0 auto;
	margin-right: 3px;
  }
  .shortcuts::after {
  background: rgb(3,19,24);
background: -moz-linear-gradient(270deg, rgba(3,19,24,0) 0%, rgba(255,255,255,1) 76%);
background: -webkit-linear-gradient(270deg, rgba(3,19,24,0) 0%, rgba(255,255,255,1) 76%);
background: linear-gradient(270deg, rgba(3,19,24,0) 0%, rgba(255,255,255,1) 76%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#031318",endColorstr="#ffffff",GradientType=1);
content: '';
width: 30px;
height:100%;
position: absolute;
left: 0;
top: 0;
z-index: 3;

  }
  
.smartkeywords {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    margin-top: 3px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 10px 0;

}
.smartkeywords .golink {
  width: auto;
  
    margin-left: 16px;
    padding-right: 0;
    padding-left: 0;
   
  flex: 0 0 auto;
    margin-right: 3px;
}
.smartkeywords a {
  font-family: system-ui;
    font-size: 0.9rem;
    font-weight: 400;
    color: #46545d;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 23px;
    display: block;
    border: 1px #dadce0 solid;
    background-color: #f2f2f2;
    border-radius: 20px;
    font-weight: 700;
    font-size: 12px;
    padding: 4px 10px;
}
  .card {
    width: auto;
    /* background: #dedede94; */
    /* border-radius: 5px; */
    margin-left: 16px;
    padding-right: 0;
    padding-left: 0;
    /* height: max-content; */
    /*border-bottom: 1px #cfd3d5 solid*/
  }
  .card.selected {
	border-bottom: 2px var(--More-color) solid;

  }
  .card a {
    font-family: system-ui;
    font-size: 0.9rem;
    font-weight: 400; 
    color: #46545d;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 23px;
	display: block;

  }
  .card a.selected {

    color: var(--More-color);
font-weight: 700;

  }
  .scrolling-wrapper, .scrolling-wrapper-flexbox {
    /* margin-bottom: 20px; */
    width: 100%;
    -webkit-overflow-scrolling: touch;
    margin-top: 3px;
  }
  .scrolling-wrapper::-webkit-scrollbar, .scrolling-wrapper-flexbox::-webkit-scrollbar {
	display: none;
  }
  .related_articles div {
	visibility: visible;
  }


  .nightmode {
    color: #e8eaed;
    background: #202124;
    transition: bottom 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-out;
}
.nightmode .artiwrapper h1, .nightmode .artiwrapper p, 
.nightmode .organic-thumbs-feed-01 .videoCube .video-label-box .video-title, .trc_elastic_rec-reel-sc2 .trc_rbox_outer .videoCube .video-label-box,
.nightmode .thumbs-feed-01 .syndicatedItem .video-title, .organic-thumbs-feed-01-mp .video-title {
	color: #e8eaed
}
.nightmode .best-keywords , .nightmode .thumbs-feed-01 .trc_rbox_border_elm,.nightmode .thumbs-feed-01{
	border-bottom: 1px #1f1a31 solid;    border-color:  #1f1a31;
}
.nightmode .black-text , .nightmode .entery-title, .nightmode .entery-desc, .nightmode a, .primary-color , .nightmode .weather-widget-inner small, .paywall-dropdown-icon-firma{
	color: #e8eaed
}
.nightmode .more-link a, .nightmode .more-link a i , .nightmode .timingInfo a{
	color:#8a8a8a
}
.section .hom_cat_bar.bloger .float-title, .section .hom_cat_bar.bloger .moreicon {
	color:#8a8a8a
}
.nightmode .section .hom_cat_bar.black, .nightmode .section .hom_cat_bar.bloger{
	background:#303134
}
.nightmode .shortcuts::after {
background: linear-gradient(270deg, rgba(3,19,24,0) 0%, rgb(8 12 20) 76%);
}
.nightmode .card.selected , .nightmode .card a.selected{
	color:#8ab4f8
}
.nightmode .card.selected{
border-color:#8ab4f8
}
.nightmode .main_Arti img {
    box-shadow: -1px 4px 4px #303134;
    border-bottom: 1px #303134 solid;
}
.nightmode .sticky_nav, .nightmode .regularitemsmall, .nightmode .homepage-header {
	border-bottom: 1px solid #5f6368;
}
.nightmode .homepage-header {
	background-color: black;
}
.nightmode .homepage-header div.main-controllers a,  .nightmode .homepage-header div.main-menu-dp span, .nightmode .crinfo {
	color: #8a8a8a;
    background: transparent;
}

.nightmode .entery-title .whref {
color:#e8eaed
}
.nightmode .paywall-greetings {
	border-top: 1px #1f1a31 solid;
	background-color: transparent

}
.nightmode .categoryInner div .md-select [type=button] {
    border: 1px #1f1a31 solid;
    background: #000;
    color: #e8eaed;
}
.nightmode .categoryInner div .md-select [type=button]:after {
	color:#e8eaed
}
.nightmode .ticker-container, .nightmode .section .hom_cat_bar {
	background: #303134;
}
.nightmode .simi_main {
	box-shadow:-1px 4px 4px #05111db0
}
.nightmode .simi_main:nth-child(1),.nightmode .simi_main:nth-child(3),.nightmode .simi_main:nth-child(5) {
	background-image: linear-gradient(45deg, #6a0a13, #130404);
}
.nightmode .simi_main:nth-child(2),.nightmode .simi_main:nth-child(4) {
    background-image: linear-gradient(45deg, #032d75, #0c012a);
}
.nightmode .ssc-square {
	background-color: rgb(229 229 229 / 17%);
}
.nightmode .skeleton_producer, .nightmode .ssc-line, .nightmode .ssc-card {
	background: #202124;
}
.nightmode .ssc-square:after, .nightmode .ssc-head-line:after, .nightmode .ssc-line:after,.nightmode .ssc-circle:after {

	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(0, 0, 0, 0.3)), to(transparent));
	background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.3), transparent); 
}
.nightmode .ssc-line{
	background-color: rgb(229 229 229 / 17%);

}
.nightmode .systemshare button {
	color:#e8eaed		
}
.nightmode .copywriterimage {
	border: 2px solid #09090e;
}
.nightmode  .best-keywords a {
 
    background-color: #154faf;
    border: 1px #0a3a89 solid;
    /* font-weight: 500; */
}
.nightmode .g_footer ,.nightmode .holdmenucontext , .nightmode .menucontext, .nightmode .bckfff, .nightmode .menucontainer{
	background: #171717;
}
.nightmode .menu-button span, .nightmode .usernamecard .usernamecardheader span.mdi, .nightmode  .map-container .cityOnmap .temp-info {
	color: #8a8a8a;

}
.nightmode .menu-button--black i:first-of-type , .nightmode .info-row .map-extended-title{
	color:#e8eaed
}
.nightmode .actions  {
	background: #000000;
    border-top: 1px #323232 solid;
}
.nightmode .categoryInner div .md-select ul[role=listbox] {
	background-color: #303134;
 }
.nightmode .footer_row.bordered {
	border-top: 1px solid #5f6368;
}
.nightmode .organic-thumbs-feed-01 .trc_rbox_border_elm{
	border-color: #5f6368;
}
.nightmode .usernamecard main, .nightmode  
	{
	background: #171717;
}
.nightmode .usernamecard main p {
	color: #8a8a8a;

}
.main_stream {
    width: 100%;
    margin-top: 3px;
    display: flex;
    margin: 10px;
    flex-direction: column;
}
.main_stream_heading {
		background: #eeeeee;
		height: 40px;
		transition: bottom 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-out;
		display: flex;
		position: relative;
		background: linear-gradient(45deg, #001d48, #000000);
		margin-top: 15px;

}
.main_stream div {
    margin-bottom: 15px
}
.main_stream a {
    font-family: system-ui;
    font-size: 0.9rem;
    font-weight: 400;
    color: #46545d;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    border: 1px #dadce0 solid;
    background-color: #f2f2f2;
    border-radius: 20px;
    font-weight: 700;
    font-size: 12px;
    padding: 4px 10px;
    width: auto;
    position: relative;
}