/*
Template: Streamit - Responsive Bootstrap 4 Template
Author: iqonicthemes.in
Design and Developed by: iqonicthemes.in
NOTE: This file contains the styling for responsive Template.
*/


/*================================================
[  Table of contents  ]
================================================

:: Header
:: Navigation
:: Pages Content 
:: Back to Top
:: Sign In
:: Footer
:: Footer Link
:: Privicy
:: Animation
:: About Us
:: Breadcrumb
:: Background Gradient
:: Privacy and terms
:: Pricing-Plan
:: Pricing-Plan-Style-2
:: Contact
:: Contact form
:: FAQ
:: RTL Box
:: Blog
:: Blog detail
:: Trailer
:: Tv show
:: Genres page  
:: Geners detail
:: Tag page
:: Show Detail
:: Cast page
:: scrollbar
:: Common Slider
:: banner slider
:: vericle slider
:: Swiper Thumbs
:: Movie  banner
:: Starring cards

======================================
[ End table content ]
======================================*/


/*---------------------------------------------------------------------
                    Header
-----------------------------------------------------------------------*/

header#main-header {
	position: fixed;
	left: 0em;
	right: 0em;
	text-align: center;
	z-index: 99;
	background: rgba(20, 20, 20, 0.5) !important;
}
li.menu-item.active a {
    color:var(--iq-primary);
}
header .navbar-light .navbar-brand img.logo {
	width: 8em;
}
.iq-search-bar .search-input {
	width: 100%;
	height: 2.5em;
	padding: 0.313em 0.938em 0.313em 2.5em;
	border: none;
	border-radius: 0;
	color: var(--iq-white);
	background: var(--iq-bg1);
}
.iq-search-bar .searchbox .search-link {
	position: absolute;
	left: 0.938em;
	top: 0.375em;
	font-size: 1em;
}
.nav-item span.dots {
	height: 0.625em;
	width: 0.625em;
	font-size: 0;
	text-align: center;
	padding: 0;
	position: absolute;
	top: 0.188em;
	right: 0.75em;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.menu-right .nav-item span.dots {
	right: 0;
}
.navbar-right li .iq-sub-dropdown .iq-sub-card {
	position: relative;
	font-size: inherit;
	padding: 0.938em 0.938em;
	line-height: normal;
	color: inherit;
	text-align: left;
	display: inline-block;
	width: 100%;
	border: 0.063em solid;
	border-image-slice: 0.063em;
	border-width: 0 0 0.063em 0;
	border-image-source: linear-gradient(to right, rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0.3), rgba(209, 208, 207, 0));
}
.iq-sub-card.setting-dropdown {
	padding: 0.938em 0.938em 0.938em 0 !important;
}
.navbar-right li .iq-sub-dropdown a.iq-sub-card:last-child {
	border-bottom: 0;
}
.notify-bg {
	overflow: hidden;
	z-index: 99;
}
.notify-bg:before {
	content: '';
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	width: 4.375em;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.5;
	filter: blur(1.875em);
	transform: translateX(-6.25em) skewX(-30deg);
	animation: noti-before-animation 2s infinite 2s;
}
.notify-bg:after {
	content: '';
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	width: 1.875em;
	height: 100%;
	left: 1.875em;
	top: 0;
	opacity: 0;
	filter: blur(0.313em);
	transform: translateX(-6.25em) skewX(-30deg);
	animation: noti-after-animation 2s infinite 2s;
}
.navbar-right .iq-sub-dropdown .iq-card-body div {
	border-radius: 0;
}
.navbar-right .iq-show .iq-sub-dropdown,
.iq-show .search-box {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}
.navbar-right .iq-sub-dropdown {
	width: 18.75em;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: 0.938em;
	background: var(--iq-bg1);
	transform: translate(0, 4.375em);
	-webkit-transform: translate(0, 4.375em);
	transition: all 0.3s;
	padding: 0;
	-webkit-box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 1;
}
.navbar-light .navbar-toggler-icon {
	background: url(../images/menu.png) no-repeat scroll center center;
}
.search-toggle:hover,
header .navbar ul li.menu-item a:hover {
	color: var(--iq-primary) !important;
}
.search-wrapper {
	position: relative;
	display: inline-block;
	height: 2.25em;
	vertical-align: bottom;
}
.searchbutton {
	position: absolute;
	font-size: 1.375em;
	width: 100%;
	margin: 0;
	padding: 0;
	right: 1em;
	color: var(--iq-body-text);
}
.search:focus+.searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	color: var(--iq-primary);
}
.search:hover+.searchbutton {
	color: var(--iq-white);
}
.search {
	position: absolute;
	left:3.063em;
	background-color: transparent;
	outline: none;
	border: none;
	border-bottom: 0.063em solid transparent;
	padding: 0 0 0 1em;
	width: 0;
	height: 100%;
	z-index: 10;
	color: var(--iq-white);
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}
.search:focus,
.search:hover {
	width: 21.875em;
	padding: 0 0 0 0;
	border-color: var(--iq-body-text)
}
.expandright {
	left: auto;
	right: -0.375em;
	bottom: -0.125em;
}
.search::placehoder {
	color: var(--iq-white) !important;
}
.noti-svg {
	-webkit-animation: notify 1.5s ease infinite;
	animation: notify 1.5s ease infinite;
	fill: var(--iq-body-text);
	height: 1.25em;
	width: 1.25em;
}
.noti-svg:hover {
	fill: var(--iq-primary);
}
.search-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 2.875em;
	min-width: 25em;
	width: 100%;
	z-index: -1;
	opacity: 0;
	transform: translate(0, 4.375em);
	-webkit-transform: translate(0, 4.375em);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	box-shadow: 0em 0em 1.25em 0em rgba(0, 0, 0, 0.15);
}
.search-toggle {
	padding: 0 !important;
}

/*--------------------------------------------------------------
                       Navigation
--------------------------------------------------------------*/

header#main-header.menu-sticky {
	-webkit-box-shadow: 0em 0em 1.875em 0em rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0em 0em 1.875em 0em rgba(0, 0, 0, 0.4);
	box-shadow: 0em 0em 1.875em 0em rgba(0, 0, 0, 0.4);
}
header#main-header.menu-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(20, 20, 20, 0.5) !important;
	-webkit-box-shadow: 0 0 1.875em 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 1.875em 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 1.875em 0 rgba(0, 0, 0, .1);
	z-index: 999;
}
header .navbar .menu-header-menu-container,
header .navbar .menu-all-pages-container,
header .navbar .menu-testing-menu-container,
header .navbar .menu-short-container,
header .navbar .menu-main-menu-container {
	display: inline-block;
	width: 100%;
}
header .navbar ul.navbar-nav {
	display: block;
	text-align: center;
}
header .navbar ul li {
	list-style: none;
	margin-right: 1.125em;
	position: relative;
	transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	display: inline-block;
}
header .navbar ul li.menu-item a {
	font-size: 1em;
	font-weight: 400;
	position: relative;
	padding: 0em 0em 0em 0.625em;
	line-height: 4.375em;
	position: relative;
	z-index: 9;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}
.nav-open .nav-overlay {
	visibility: visible;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.nav-overlay {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 900;
	display: block;
	width: 100%;
	position: fixed;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.more-toggle {
	color: var(--iq-white) !important;
	font-size: 1.375em;
}
.dropdown-toggle.more-toggle::after {
	content: none;
}
.mobile-more-menu {
	display: none;
}
.more-menu {
	position: absolute;
	top: 3.125em;
	left: auto;
	right: 0;
	min-width: 18em;
	padding: 0.35em 0.5em;
	margin: 0;
	opacity: 0;
	transform: translate(0, 4.375em);
	-webkit-transform: translate(0, 4.375em);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background: var(--iq-bg1);
	box-shadow: 0em 0.188em 0.625em rgba(0, 0, 0, 0.75);
	visibility: hidden;
	z-index: 999;
}
.more-menu.show {
	opacity: 1;
	transform: translate(0, 0);
	visibility: visible;
}
header .navbar ul li:last-child {
	margin-right: 0;
}
.navbar ul.navbar-nav>li.menu-item:hover>a, header .navbar ul.navbar-nav>li.menu-item:hover>i, header .navbar ul>li.current-menu-ancestor>a, header .navbar ul>li.current-menu-ancestor>i {
    color: var(--iq-primary);
}
.search-toggle.active, header .navbar ul li.menu-item a.active{
	color: var(--iq-primary);
}
/*--------------------------------------------------------------
                       Main Slider
--------------------------------------------------------------*/
.home-slider li {
	position: relative;
}
.slider-description {
	position: absolute;
	top: 15%;
	left: 5em;
}
.home-slider h1.slider-text {
	font-size: 5em;
	margin-top: 0.2em;
}
.home-slider p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	margin: 1.25em 0;
	width: 75%;
}
.home-slider .swiper-bg {
	/* padding: 6.25em 0 3.125em; */
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100vh;
	position: relative;
	z-index: 1;
	
	}
	.home-slider .swiper-bg.s-bg-178 {
	background-image: url("../images/video/location-meublés.jpg");
}


	.home-slider .swiper-bg.s-bg-177 {
	background-image: url("../images/video/portraits-crachés-générique0.jpg");
}


.home-slider .swiper-bg.s-bg-1 {
	background-image: url(../images/slider/slider1.jpg);
}
.home-slider .swiper-bg.s-bg-2 {
	background-image: url(../images/slider/slider2.jpg);
}
.home-slider .swiper-bg.s-bg-3 {
	background-image: url(../images/slider/slider3.jpg);
}

.home-slider .swiper-bg.s-bg-4 {
	background-image: url("../images/Fiction/Super 5.jpg");
}

.home-slider .swiper-bg.s-bg-5 {
	background-image: url("../images/Fiction/La vie rêvée des jeunes.jpg");
}

.home-slider .swiper-bg.s-bg-6 {
	background-image: url("../images/Fiction/clip sécurité routière.jpg");
}

.home-slider .swiper-bg.s-bg-7 {
	background-image: url("../images/reportage/01.jpg");
}

.home-slider .swiper-bg.s-bg-8 {
	background-image: url("../images/reportage/09.jpg");
}

.home-slider .swiper-bg.s-bg-9 {
	background-image: url("../images/reportage/Dupuis-Arrivée sur l'île-10.jpg");
}


.home-slider .swiper-bg.s-bg-22 {
	background-image: url("../images/video/lesyeux.jpg");
}

.home-slider .swiper-bg.s-bg-99 {
	background-image: url("../images/video/Film Jean Rousseau0.jpg");
}

.home-slider .swiper-bg.s-bg-10 {
	background-image: url("../images/Musique/Le rock.jpg");
}

.home-slider .swiper-bg.s-bg-11 {
	background-image: url("../images/Musique/Variations.jpg");
}

.home-slider .swiper-bg.s-bg-12 {
	background-image: url("../images/video/Clea-clip.jpg");
}



.iq-view-all {
	font-weight: 700;
}
.channel-name {
	color: var(--iq-primary);
	font-size: 1.25em;
	margin-left: 0.625em;
	letter-spacing: 0.156em;
	font-weight: 500;
}
.c-logo {
	width: 6.2em;
}
.channel-logo {
	border-left: 0.313em solid var(--iq-primary);
	background: transparent linear-gradient(270deg, var(--iq-form-gradient-color) 0%, var(--iq-to-gradient-color) 100%);
	padding:0.8em 0.625em 0.625em 0.938em;
	width:15.938em;
	position: relative;
	overflow: hidden;
	margin-top: 1.375em;	
}
.circle {
	stroke: var(--white);
	stroke-dasharray: 650;
	stroke-dashoffset: 1300;
	-webkit-transition: all 0.5s ease-in-out;
}
.playbtn {
	display: block;
	-webkit-transition: all 0.5s ease;
	text-align: center;
}
.playbtn .triangle {
	-webkit-transition: all 0.7s ease-in-out;
	stroke-dasharray: 240;
	stroke-dashoffset: 480;
	stroke: var(--iq-white);
	transform: translateY(0);
}
.playbtn:hover .triangle {
	stroke-dashoffset: 0;
	opacity: 1;
	stroke: var(--iq-primary);
	animation: trailorPlay 0.7s ease-in-out;
}
.playbtn:hover .circle {
	stroke-dashoffset: 0;
	stroke: var(--iq-primary);
}
.slider-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.big-title {
	background: url('../images/texure.jpg');
	background-repeat: repeat-x;
	background-position: 100% 100%;
	color: transparent;
	-webkit-font-smoothing: antialiased;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing:-1.34688px;
}
/*---------------------------------------------------------------------
                      Pages Content
-----------------------------------------------------------------------*/
.main-content {
	padding-top:4.25em;
}
.block-space {
	padding: 2.5em 0;
}
.s-margin {
	margin-top: 6.25em;
}
.iq-main-header {
	margin-bottom: 1.25em;
}
.main-title a:hover,
.main-title a:focus {
	color: var(--iq-primary) !important;
}
:focus {
	outline: none !important;
}
/*--------------  favorites-slider Content------------*/
.block-social-info {
	position: absolute;
	top: 0;
	left: auto;
	bottom: 0;
	right: 1.563em;
	z-index: 999;
	display: flex;
	align-items: center;
	opacity: 0;
}
.music-play-lists li {
	position: relative;
	height: 1.875em;
	width: 1.875em;
	line-height: 2.188em;
	text-align: center;
	background: rgba(255, 255, 255, 0.30);
	border-radius: 50%;
	margin: 0 auto 0.438em;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	align-items: center;
}
.music-play-lists span {
	position: relative;
	display: block;
	height: 1.25em;
	width: 1.25em;
	line-height: 1.625em;
	font-size: 1em;
	text-align: center;
	background: var(--iq-white);
	color: var(--iq-primary);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 0 auto;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	cursor: pointer;
}
.music-play-lists span {
	position: relative;
	display: block;
	height: 1.875em;
	width: 1.875em;
	line-height: 1.875em;
  }
.music-play-lists .count-box {
	font-size: 0.5em !important;
	background: var(--iq-primary)!important;
	color: var(--iq-white-color)!important;
	position: absolute;
	right: 0;
	top: 0em;
	padding: 0;
	text-align: center!important;
}
.music-play-lists li:hover span {
	background: var(--iq-primary);
	color: var(--iq-white);
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.block-description {
	position: absolute;
	left: 1.563em;
	top: 0;
	bottom: 0;
	z-index: 999;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.responsive-verticle-slider .block-description {
    padding: 2.813em 0.938em 0;
    width: 100%;
    left: 0;
    text-align: center;
    right: 0;
}
.block-description>h6 {
	font-size: 1.5em;
}
.block-description .iq-title {
	font-size: 1.125em;
	color: var(--iq-white);
	text-transform: capitalize;
}
.iq-movie-card .slide-item .block-images {
	margin-bottom: 2em;
}
li.slide-item .block-images::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.6s ease 0s;
	border-left: 0.25em solid var(--iq-primary);
}
li.slide-item:hover .block-images::before {
	opacity: 1;
	z-index: 9;
	transition: all 0.6s ease 0s;
}
li.slide-item:hover .block-description {
	animation: fadeIn 0.6s ease-in-out;
	opacity: 1;
}
li.slide-item:hover .block-social-info {
	animation: fadeIn 0.6s ease-in-out;
	opacity: 1;
}
.hover-buttons .btn {
	padding: 0.313em 0.938em;
	font-size: 0.875em;
}

li.swiper-slide.slide-item.swiper-slide-visible+li.swiper-slide.slide-item.swiper-slide-visible+li.swiper-slide.slide-item.swiper-slide-visible+li.swiper-slide.slide-item.swiper-slide-visible:hover .block-images{
	transform: scale3d(1.1, 1.1, 1) translate3d(-4%, 0, 0) perspective(31.25em);
	transition: all 0.6s ease 0s;
}
/*------------*/
.trending-slider-nav .swiper-slide {
    padding-bottom: 2.5em !important;
    overflow: visible;
}
.trending-slider-nav .movie-swiper {
    border: 0.75em solid transparent;
    transition: all 0.4s ease;
    z-index: -1;
}
.trending-slider-nav .swiper-slide.swiper-slide-active .movie-swiper {
    transition: all 0.4s ease;
    padding: 0.625em;
    background: rgba(20, 20, 20, 0.5) !important;
    -webkit-backdrop-filter: blur(0.625em);
    backdrop-filter: blur(0.063em);
    border: 0.063em solid var(--iq-light-black);
}
.trending-slider-nav .swiper-slide.swiper-slide-active {
    transform: scale3d(1.3, 1.3, 1) translate3d(0, 0, 0) perspective(500px);
    -webkit-transform: scale3d(1.3, 1.3, 1) translate3d(0, 0, 0) perspective(500px);
    -moz-transform: scale3d(1.3, 1.3, 1) translate3d(0, 0, 0) perspective(500px);
    -o-transform: scale3d(1.3, 1.3, 1) translate3d(0, 0, 0) perspective(500px);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    box-shadow: 0em 0em 0.75em rgba(0, 0, 0, 0.9);
}
.trending-contens .episodes-contens {
    margin-top: 1.875em;
}
/* ----edited footer start -----*/
li.slide-item .block-images::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(20, 20, 20, 0.4) 50%, rgba(83, 100, 141, 0) 100%);
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
small,
.text_small {
	font-size: 0.875em;
}
a:focus,
a:hover {
	/* color: var(--iq-primary); */
	outline: none;
}
li.slide-item {
	position: relative;
	/* padding: 0em 0.625em; */
}
li.slide-item .block-images {
	position: relative;
	width: 100%;
	transition: all 0.45s ease 0s;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
li.slide-item:hover .block-images {
	overflow: visible;
}
li.slide-item:hover .block-images .img-box {
	position: relative;
}
li.slide-item:hover .block-images {
	z-index: 99;
	transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(31.25em);
	-webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(31.25em);
	-moz-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(31.25em);
	-o-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(31.25em);
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	box-shadow: 0em 0em 0.75em rgba(0, 0, 0, 0.9);
}
.home-slider .trending-list {
	margin: 0 0 1.875em 0;
}
.slider-ratting ul li {
	margin-right: 0.313em;
}
.iq-button.btn {
	padding: 0.75em 0.938em;
	text-transform: uppercase;
	letter-spacing: 0.094em;
}
/* --------------------------edited end -------------------*/
.block-images .hover-buttons {
	margin-top: 0.313em;
}
.block-social-info .music-play-lists li {
	width: 2.5em;
	height: 2.5em;
}
.block-social-info .music-play-lists span {
	width:1.875em;
	height:1.875em;
}
.block-social-info .music-play-lists span i {
	font-size: 0.938em;
}
/*-------------------*/
.movie-content li {
	position: relative;
	padding-right: 1.563em;
}
.m.movie-content li:last-child {
	padding-right: 0em;
}
.movie-content li:before {
	content: "";
	height: 0.188em;
	width: 0.188em;
	background: var(--iq-gray);
	position: absolute;
	top: 0.625em;
	right: 0.5em;
	border-radius: 50%;
}
.movie-detail .movie-content li:before {
	width: 0.313em;
	height: 0.313em;
	background: var(--iq-secondary);
}
.movie-content li:last-child:before {
	display: none;
}
li.slide-item .block-description .ratting-start {
	font-size: 0.75em;
}
li.slide-item .block-description .badge {
	background-color: rgb(72, 72, 72, 0.61);
}
li.slide-item .block-description .parallax-ratting span {
	font-size:0.875em;
}
.block-description .iq-verticle-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
}
.shows-content>div {
    padding-right: 1.875em;
}
/*---------------------*/

#trending-slider .tranding-block,
.banner-wrapper {
	background-size: cover;
	background-position: top right;
	position: relative;
}
.trending-pills {
	background: rgb(0, 0, 0, 0.25);
}
.trending-info {
	padding: 3.75em 0;
}
.tab-title-info {
	z-index: 99;
}
.trending-content .tab-pane.fade {
	display: none;
	visibility: hidden;
	opacity: 0;
}
.trending-content .tab-pane.fade.active.show {
	display: block;
	visibility: visible;
	opacity: 1;
}
.trending-content .tab-pane {
	width: 100%;
	height: 100%;
}
.trending-pills.nav-pills .nav-item a {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	text-transform: uppercase;
	margin-left: 0.938em;
	margin-right: 0.938em;
}
.trending-pills.nav-pills .nav-item a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height:0.188em;
	background: var(--iq-primary);
	opacity: 0;
	-webkit-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	transition: all 0.8s linear;
}
.trending-pills.nav-pills .nav-item a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(83, 100, 141, 0) 0%, rgb(218, 64, 60, 0.3) 85%);
	content: '';
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	-o-transform: translate3d(0, 50%, 0);
	-moz-transform: translate3d(0, 50%, 0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.trending-pills.nav-pills .nav-item a.show:before {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.trending-pills.nav-pills .nav-item a.show:after {
	opacity: 1;
	width: 100%;
}
.trending-pills.nav-pills .nav-item a:hover {
	color: var(--iq-primary);
}
.trending-content {
	padding: 0em 3.125em;
	display: flex;
}
.p-btns {
	display: flex;
	align-items: center;
}
.trending-info .trending-box {
	margin: 0.42em 0;
}
.trending-info .trending-text {
	/* font-size: 3.75em; */
	margin: 0.42em 0;
}
.trending-info .text-detail {
	font-size: 1.25em;
	font-weight: 500;
	letter-spacing: 0.044em;
	margin-bottom:1.875em;
}
.trending-info .text-detail .badge {
	font-size: 1.25em;
}
.badge.badge-trend {
	background: rgb(0, 0, 0, 0.42);
}
.text-detail .trending-year {
	position: relative;
	padding-left: 1.875em;
}
.text-detail .trending-year:before {
	content: "";
	height: 0.375em;
	width: 0.375em;
	background: var(--iq-white);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left:0.813em;
	border-radius: 50%;
}
.overview-tab:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 100%;
	background: linear-gradient(90deg, rgba(20, 20, 20, 1) 0%, rgba(36, 36, 36, 1) 35%, rgba(83, 100, 141, 0) 100%);
}
.swiper-bg:before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(20, 20, 20, 0.9) 15%, rgba(83, 100, 141, 0) 100%);
	width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
	/* z-index: -1; */
}
.overlay-tab:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(36, 36, 36, 0.8);
	z-index: 1;
}
.trending-info {
	position: relative;
	z-index: 99;
}
.trending-info .trending-dec {
	margin-bottom:1.875em;
	width: 35%;
}
.trending-info .block-social {
	height: 2.813em;
	width: 2.813em;
	line-height: 2.813em;
	text-align: center;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	margin-left: 0.938em;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	align-items: center;
}
.trending-info .block-social a {
	position: relative;
	display: block;
	height: 2em;
	width: 2em;
	line-height: 1.625em;
	font-size: 1em;
	text-align: center;
	background: var(--iq-white);
	color: var(--iq-primary);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 0 auto;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.trending-info .block-social.social1 a {
	background: var(--iq-primary);
	color: var(--iq-white);
}
.trending-list .title {
	font-size: 1.125em;
	font-weight: 500;
	margin-bottom: 0.313em;
}
.trending-list .title span {
	font-size:0.875em;
	font-weight: 400;
}
.trending-info .iq-dropdown .form-control {
	background: rgb(0, 0, 0, 0.20);
	border-radius: 0.313em;
	color: var(--iq-white);
}
/*-----------------------*/
.movies-tab-desc p {
	margin-bottom: 0;
	display: inherit !important;
}
#iq-trending {
	overflow: hidden;
}
.trending-contens .episodes-contens {
	margin-top: 1.875em;
}
.e-item .episodes-description {
	color: var(--iq-body-text) !important;
	background: var(--iq-bg1);
	padding: 0.938em;
}
.e-item:hover .episodes-description {
	color: var(--iq-white-color) !important;
}
.episodes-description a:hover {
	color: var(--iq-primary);
}
.episode-number {
	color: var(--iq-white-color);
}
.episode-duration {
	position: absolute;
	top: 0.938em;
	left: auto;
	right: 0.938em;
	font-weight: 700;
	background: var(--iq-primary);
	color: var(--iq-white-color);
	padding: 0 0.313em;
}
.e-item .episodes-description p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.e-item:hover .episode-number {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.episode-play-info {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.e-item:hover .episode-play-info {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.episode-play {
	height: 2.813em;
	width: 2.813em;
	line-height: 2.813em;
	text-align: center;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	align-items: center;
}
.episode-play a {
	position: relative;
	display: block;
	height: 2em;
	width: 2em;
	line-height: 1.625em;
	font-size: 1em;
	text-align: center;
	background: var(--iq-white-color);
	color: var(--iq-primary);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 0 auto;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.episodes-slider1 .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	color: var(--white);
}
.episodes-slider1 .owl-nav button.owl-prev,
.episodes-slider1 .owl-nav button.owl-next {
	float: left;
	width:   1.17em;;
	height:  2em;
	background: rgba(0, 0, 0, 0.5);
	line-height: 1.438em;
	font-size: 1.875em;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.episodes-slider1 .owl-nav button.owl-next {
	float: right !important;
}
/* parallax */
.parallax-img img {
	box-shadow: 0em 1.25em 2.5em rgba(0, 0, 0, 0.6);
}
.parallax-window {
	height: 100%;
	padding: 6.25em 0;
	position: relative;
	background: url(../images/parallax/p2-back.jpg)center center;
	background-size: cover;
	background-attachment: fixed;
}
.parallax-window::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
}
.parallaxt-details {
	z-index: 9;
	position: relative;
}

/*---------------------------------------------------------------------
                     topten-contens  
-----------------------------------------------------------------------*/
.topten-contens {
	position: relative;
	overflow: hidden;
}
#iq-topten .iq-title {
	position: absolute;
	left: 1.188em;
    top: 1.188em;
	z-index: 99;
}
.topten-title-sm {
	display: none;
}
/*-----------------------*/
footer {
	background: var(--iq-bg1);
}
ul.f-link li {
	margin-bottom: 0.25em;
}
ul.f-link li a {
	margin-bottom: 0.25em;
	color: var(--iq-body-text);
}
ul.f-link li a:hover {
	color: var(--iq-primary);
}
.s-icon {
	position: relative;
	width:2.5em;
	height:2.5em;
	border-radius: 50%;
	text-align: center;
	line-height:2.5em;
	margin-right: 0.75em;
	color: var(--iq-white);
	font-size: 1.063em;
	background: rgb(41, 41, 41, 0.76);
	transition: all 0.4s ease;
}
.s-icon:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--iq-primary);
	transition: all 0.4s ease;
	transform: scale(.9);
	z-index: -1;
}
.s-icon:hover:before {
	transform: scale(1.1);
	box-shadow: 0 0 0.938em var(--iq-primary);
}
.s-icon:hover {
	box-shadow: 0 0 0.625em var(--iq-primary);
	text-shadow: 0 0 0.125em var(--iq-primary);
	color: var(--iq-primary);
	transition: all 0.4s ease;
}
.copyright {
	background: var(--iq-body-bg);
	box-shadow: rgba(0, 0, 0, 0.5) 0em 0.188em 0.625em;
}
/*-----------------------*/
.banner-wrapper {
	padding: 3.75em 0;
	z-index: 1;
	width: 100%;
	height: 34.375em;
	background-image: url(../images/shows-banner/single-show.jpg);
	background-position: top left;
}
.overlay-wrapper:before,
.shows-img:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg,rgba(51,51,51,0),rgba(0,0,0,.8) 70%,var(--iq-black));
}
.banner-caption,
.overlay-s-name {
	position: absolute;
	bottom: 1.875em;
	left: 5em;
}
.movie-detail .trending-info {
	padding: 0 0 1.25em 0;
	border: 0.063em solid;
	border-image-slice: 1;
	border-width: 0 0 0.063em 0;
}
.movie-detail .trending-info.g-border {
	border-image-source: linear-gradient(to left, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0));
}
.share-icons.music-play-lists li {
	display: inline-flex;
	margin-right: 0.438em;
	width: 2.813em;
	height: 2.813em;
}
.share-icons.music-play-lists li span {
	width: 2em;
	height: 2em;
}
.share-icons.music-play-lists li span i {
	font-size: 0.938em;
}
.movie-detail .trending-info .trending-text {
	/* font-size: 3.125em; */
	line-height: 1.5;
	margin: 0;
}
.main-content.movi {
	padding-top: 1.875em;
}
.share {
	position: relative;
}
.share-box {
	-webkit-box-shadow: 0em 0.188em 0.625em rgba(0, 0, 0, 0.75);
	box-shadow:  0em 0.188em 0.625em rgba(0, 0, 0, 0.75);
	display: none;
	position: absolute;
	width: 6.563em;
	top: 0.188em;
	right: 2.5em;
	left: auto;
	background-color: var(--iq-bg1);
	padding: 0em 0.625em;
	border-radius: 0em;
	text-align: center;
	z-index: 2;
	animation: side-in 0.5s forwards;
	margin-bottom: 0.625em;
	transition: all 0.45s ease 0s;
}
.share:hover .share-box {
	display: inline-block;
}
.share-box a {
	background: transparent !important;
	color: var(--iq-body) !important;
	margin-right: 0.938em;
}
.share-box i {
	font-size: 1.125em !important;
}
.share-box a:hover {
	color: var(--iq-primary) !important;
}
.banner-wrapper .trending-info .trending-dec {
	width: 80%;
}
.play-ico {
	font-size: 1.375em;
}
.play-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0.938em;
	transform: translateY(-50%);
	display: block;
	padding-left: 0.313em;
	text-align: center;
}
.play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 3.125em;
	height: 3.125em;
	background: var(--iq-primary-hover);
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}
.play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width:3.125em;
	height:3.125em;
	background: var(--iq-primary);
	border-radius: 50%;
	transition: all 200ms;
}
.play-button:hover:after {
	background-color: darken(var(--iq-primary-hover), 10%);
}
.play-button i {
	display: block;
	position: relative;
	z-index: 3;
	font-size: 2em;
	color: var(--iq-white);
}
.w-name {
	margin-left: 4.375em;
}
video {
	display: block;
	width: 100%;
	height: 100%;
}
.video-container {
	width: 100%;
	height:40.625em;
	overflow: hidden;
	position: relative;
}
.video-container.overlay-wrapper:before,
.overlay-s-name {
	z-index: 1;
}
/*-----------------------*/
.seasons .iq-dropdown .form-control {
	background: var(--iq-secondary);
	color: var(--iq-white);
}
.seasons .trending-pills {
	background: var(--iq-bg1);
}
.seasons .trending-pills.nav-pills .nav-item a {
	margin-left: 0;
}
.epi-box .episode-number,
.epi-box .episode-play-info {
	opacity: 1;
}
.epi-box .episode-number {
	background: rgb(0, 0, 0, .7);
}
.epi-desc {
	background: var(--iq-bg1);
}
.epi-name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.epi-box {
	-webkit-box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
}
.epi-img {
	overflow: hidden;
}
.img-zoom {
	-webkit-transition: transform 2s ease-in-out;
	-o-transition: transform 2s ease-in-out;
	transition: transform 2s ease-in-out;
	transform-origin: center center;
}
.epi-box:hover .img-zoom {
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
.episode-name span {
	font-size: 1.75em;
}
.episode-name .trending-year:before {
	top: 1.375em !important;
	left: 0.75em !important;
}
.season-info .big-title {
	font-size: 1.375em !important;
}
/*-----------------------*/
.shows-img {
	position: relative;
}
.shows-img:before {
	background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.6) 75%, var(--iq-black) 100%);
	z-index: 1;
}
.iq-main-slider {
	position: relative;
}

/*---------------------------*/
.m-profile {
	padding-top: 7.5em;
	padding-bottom: 3.75em;
}
.manage-p {
	height: 100vh;
}
.m-profile .sign-user_card {
	background: var(--iq-bg1);
}
.m-profile .iq-custom-select .select2-container--bootstrap4 .select2-selection,
.m-profile .select2-dropdown {
	border: 0.063em solid var(--iq-body-text);
	background: transparent;
}
.m-profile .form-group {
	margin-bottom: 1.2em;
}
.m-profile .sign-user_card {
	padding: 1.875em;
}
.m-profile .select2-dropdown {
	top: 0;
}
.m-profile .select2-search--dropdown .select2-search__field {
	display: none !important;
}
.lang-dropdown {
	margin-left: 1.875em;
}
.m-profile .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered .select2-search__field {
	background: transparent;
}
.m-profile .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
	border: none;
	background: var(--iq-bg1);
	border-radius: 0;
	color: var(--iq-light-gray);
}
.manage-gen .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: calc(1.5em + 1.3em);
	padding-left: 0.625em;
	font-size: 0.875em;
}
.manage-dd .select2-container {
	width: 100% !important;
}
.manage-dd .select2-search--dropdown .select2-search__field {
	width: 98%;
}
.lang-dropdown .select2-container .select2-search--inline .select2-search__field {
	margin-top: 0em;
	font-size: 0.875em;
}
.a-border {
	border: 0.063em solid;
	border-image-slice: 1;
	border-width: 0 0 0.063em 0;
	border-image-source: linear-gradient(to right, rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0.3), rgba(209, 208, 207, 0));
}
/*-----------------------*/
.setting a:hover {
	color: var(--iq-primary) !important;
}
.edit-icon {
	position: absolute;
	right: 1.563em;
	top: 1.563em;
}
.setting-wrapper .btn-hover {
	white-space: normal;
}
.pricing .table th {
	border-top: none;
}
.pricing .table th {
	border-bottom: 0.063em solid var(--iq-body-bg);
}
.prc-box {
	background: var(--iq-body-bg);
	padding: 0.938em;
	position: relative;
	transition: all 0.4s ease;
}
.type {
	position: absolute;
	background: var(--iq-primary);
	padding: 0.563em 1.563em;
	color: var(--iq-white);
	top: -0.938em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	font-weight: 500;
}
.type:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	right: -0.938em;
	top: -0.063em;
	border-left: 1em solid var(--iq-primary-hover);
	border-top: 1em solid transparent;
}
.type:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: -0.938em;
	top: -0.063em;
	border-right: 1em solid var(--iq-primary-hover);
	border-top: 1em solid transparent;
}
.prc-box.active {
	background: var(--iq-primary);
}
.prc-box.active .type {
	background: var(--white);
	color: var(--iq-primary);
}
.prc-box.active .type:before {
	border-left: 1em solid var(--iq-primary-hover);
	right: -1em;
}
.prc-box.active .type:after {
	border-right: 1em solid var(--iq-primary-hover);
	left: -1em;
}
.prc-wrap {
	border-bottom: none !important;
}
.pricing .table td {
	border-top: none !important;
}
.pricing .table tr {
	border-bottom: 0.063em solid var(--iq-body-bg);
}
.pricing .table tr:last-child {
	border-bottom: 0;
}
.i_close {
	font-size: 1.375em;
}
.p-image {
	position: absolute;
	top: auto;
	right: 0.375em;
	bottom: 0.625em;
	transition: all .3s ease;
	background: var(--iq-primary);
	color: var(--iq-white);
	border-radius: 50%;
	height: 1.875em;
	width: 1.875em;
	line-height: 1.75em;
	text-align: center;
	font-size: 0.75em;
	cursor: pointer;
}
.upload-button {
	font-size: 1.5em;
}
.file-upload {
	display: none;
}
.upload_profile {
	position: relative;
}
.child-cell {
	transition: all 0.4s ease;
}
.child-cell.active {
	color: var(--iq-primary);
}
/*-----------------------*/
.flatpickr-input[readonly] {
	background-color: transparent !important;
}
.flatpickr-calendar,
.flatpickr-months .flatpickr-month,
span.flatpickr-weekday,
.flatpickr-current-month .flatpickr-monthDropdown-months {
	background: var(--iq-body-bg);
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
	background: var(--iq-primary);
	border-color: transparent;
}
.flatpickr-day.selected,
.flatpickr-day.selected:hover {
	background: var(--iq-primary);
	border-color: transparent;
}
.flatpickr-day.today {
	border-color: var(--iq-primary);
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
	border-color: var(--iq-primary);
	background: var(--iq-primary);
	color: var(--iq-white);
}

/*---------------------------------------------------------------------
                      Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top {
	z-index: 999;
	position: fixed;
	margin: 0em;
	color: var(--iq-white);
	background: var(--iq-primary);
	bottom:1.875em;
	right: 1.563em;
	width: 3.125em;
	height: 3.125em;
	text-align: center;
	line-height: 3.125em;
	border-radius: 5.625em;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#back-to-top .top i{
	font-size: 1.625em;
	line-height: 1.9em;
}
#back-to-top .top:hover {
	color: var(--iq-white) !important;
	background: var(--iq-primary);
}
#back-to-top {
	opacity: 0;
	transition: opacity 0.6s ease;
}
#back-to-top.show {
	opacity: 1;
	transition: opacity 0.6s ease;
}
/*---------------------------------------------------------------------
                      Sign In
-----------------------------------------------------------------------*/
#sign-in-page-box {
	background: var(--iq-white);
	border-radius: 0.625em;
	position: relative;
	width: 100%;
	min-height: 30em;
	height: 93vh;
	margin: 0.938em auto;
	box-shadow: 0em 0.25em 1.25em 0em rgba(44, 101, 144, 0.1);
	-webkit-box-shadow: 0em 0.25em 1.25em 0em  rgba(44, 101, 144, 0.1);
}
.sign-in-detail {
	color: var(--iq-white);
}
.sign-in-page {
	height: 100vh;
	position: relative;
	background: url(../images/login/login.jpg) no-repeat scroll 0 0;
	background-size: cover;
}
.sign-in-page .height-self-center {
	height: 100vh;
	border-radius: 0.938em;
}
.sign-in-page-data {
	border-radius: 0.938em;
}
.sign-in-detail {
	padding:3.125em 5em;
}
.sign-in-logo {
	display: inline-block;
	width: 100%;
}
.sign-in-logo img {
	height:3.125em;
}
.iq-social-media {
	margin: 0;
	padding: 0;
	float: right;
}
.iq-social-media li {
	list-style: none;
	float: left;
	margin-right: 0.625em;
}
.iq-social-media li:last-child {
	margin-right: 0;
}
.iq-social-media li a {
	height: 1.875em;
	width: 1.875em;
	text-align: center;
	font-size: 1.125em;
	line-height: 1.875em;
	display: inline-block;
	-webkit-border-radius: 0.438em;
	-moz-border-radius: 0.438em;
	border-radius: 0.438em;
	background: var(--iq-light-primary);
	color: var(--iq-primary) !important;
}
.iq-social-media li a:hover {
	text-decoration: none;
}
.sign-in-page .btn {
	padding: 0.625em 2.188em;
	border-radius: 0.313em;
}
.sign-user_card {
	position: relative;
	background: rgba(0, 0, 0, 0.6);
	-webkit-backdrop-filter: blur(0.625em);
	backdrop-filter: blur(0.625em);
	padding: 1.563em;
	box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:  0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow:  0em 0 1.25em 0  rgba(0, 0, 0, 0.5);
	display: block;
	margin: 0 auto;
}
.sign-user_logo {
	position: absolute;
	top: -3.5em;
	border-radius: 50%;
	padding:0.625em;
	text-align: center;
}
.sign-user_logo img {
	height: 6.25em;
	width: 6.25em;
	border-radius: 50%;
	border: 0.125em solid white;
}
.sign-in-page .form-control,
.m-profile .form-control {
	color: var(--iq-white);
}
.sign-in-page .form-control:focus,
.m-profile .form-control:focus {
	background: transparent;
	box-shadow: none;
	border: 0.063em solid var(--iq-primary);
}
::placeholder {
	color: var(--iq-placeholder) !important;
	opacity: 1;
}
:-ms-input-placeholder {
	color: var(--iq-placeholder) !important;
}
::-ms-input-placeholder {
	color: var(--iq-placeholder) !important;
}
.f-link:hover {
	color: var(--iq-primary);
}
/*---------------------------------------------------------------------
                      Privacy and terms
    -----------------------------------------------------------------------*/
.iq-terms-of-use p {
	color: var(--iq-body-text);
}
.iq-terms-of-use ul li {
	color: var(--iq-body-text);
}
.iq-privacy-policy p {
	color: var(--iq-body-text);
}
/*---------------------------------------------------------------------
     Footer
-----------------------------------------------------------------------*/
footer .footer-standard .widget ul li {
	display: inline-block;
	padding-right: 1.875em;
}
footer .footer-standard .widget ul>li>a {
	padding: 0;
	font-weight: 400;
}
footer .footer-standard .widget ul>li>a::before {
	display: none;
}
footer .footer-link-title {
	margin-bottom: 1.25em;
	margin-top: 0;
}
.recentcomments a {
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
}
footer .widget {
	background: transparent;
	border: none;
	padding: 0;
}
footer .widget .iq-contact li a:before {
	display: none;
}
footer .widget #recentcomments li a {
	color: var(--iq-primary);
}
footer .widget #recentcomments li .comment-author-link a:hover {
	text-decoration: underline;
	color: var(--iq-primary);
}
footer .widget.widget_nav_menu ul li a:before,
footer .widget ul.menu li a:before {
	top: 0.875em;
}
footer .widget.widget_nav_menu ul li a {
	padding: 0.438em 0 0.438em 0.875em;
}
footer .widget ul.menu li .sub-menu {
	padding-left: 0.625em;
}
ul.iq-contact li {
	display: flex;
}
ul.iq-contact li a span {
	padding-left: 0.938em;
	display: table-cell;
	word-wrap: anywhere;
	word-break: break-word;
}
ul.iq-contact li i {
	position: absolute;
	left: 0;
	line-height:2.125em;
	font-size: 1.375em;
	color: var(--iq-secondary);
}
ul.iq-contact li a:before {
	display: none;
}
.widget.widget_nav_menu ul li .sub-menu li a,
.widget ul.menu li .sub-menu li a {
	font-size: 0.875em;
}
footer .widget .rss-date {
	font-weight: 600;
	font-size: 0.875em;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	margin: 0.313em 0;
}
footer.footer-one .widget .textwidget p {
	margin-bottom: 0;
}
footer .widget.footer-logo.text-left {
	margin-bottom: 0.938em
}
footer {
	display: inline-block;
	width: 100%;
	float: left;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background: var(--iq-bg1) !important;
	overflow: hidden;
}
footer.footer-one .footer-top {
	padding-top: 3.75em;
	padding-bottom: 3.75em;
}
footer.footer-one .footer-standard .widget {
	margin: 0;
}
footer.footer-one .footer-top .footer-standard .info-share {
	margin-bottom: 0;
}
footer.footer-one .widget {
	background: transparent;
}
footer.footer-one .widget h4.footer-title {
	margin-bottom: 0.938em;
}
footer .widget #recentcomments li .comment-author-link a {
	color: var(--body-text);
	font-weight: 600;
}
footer .widget #recentcomments li.recentcomments a:before,
footer .widget a.rsswidget:before,
footer ul.wp-tag-cloud li a:before {
	display: none;
}
footer.footer-one .widget ul.menu li a {
	border: none;
	margin-bottom: 0.25em;
	color: var(--iq-white-color);
}
footer.footer-one .widget ul.menu li a:hover {
	color: var(--iq-primary);
}
footer.footer-one .sub-btn {
	position: absolute;
	right: 0;
}
footer.footer-one .sub-btn button {
	padding: 1.5em 1.875em;
	border: none;
	cursor: pointer;
	background-color: var(--iq-primary);
}
footer.footer-one .sub-btn button:hover,
.footer-one .sub-btn button:focus {
	outline: none;
}
footer.footer-one .sub-btn button:before {
	content: "\f2c3";
	position: absolute;
	font-family: "Ionicons";
	z-index: 1;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	font-size: 1.5em;
	color: var(--iq-white-color);
}
footer.footer-one input[type=submit] footer.footer-one .info-share li {
	margin-left: 0.938em;
	margin-right: 0em;
}
footer.footer-one .menu-footer-menu-container .menu {
	margin-bottom: 0;
	padding: 0;
}
footer.footer-one .menu-footer-menu-container .menu li {
	list-style: none;
	display: block;
	margin-right:0.625em;
}
footer.footer-one .copyright a:hover,
footer.footer-one .menu-footer-menu-container .menu li a:hover,
footer.footer-one .info-share li a:hover {
	text-decoration: none;
	color: var(--iq-primary);
}
footer.footer-one .menu-footer-menu-container .menu li:last-child {
	margin-right: 0;
}
footer.footer-one .copyright-footer {
	background: var(--iq-body-bg);
	box-shadow: rgba(0, 0, 0, 0.5) 0em 0.188em 0.625em;
	padding: 0 0.938em;
}
footer.footer-one .copyright-footer .copyright {
	font-size: 1em;
}
footer.footer-one .info-share li a {
	color: var(--iq-secondary);
}
footer.footer-one input[type=email]:hover,
footer.footer-one input[type=email]:focus {
	border-color: var(--iq-primary);
	padding: 0 7.813em 0 0.938em;
}
footer.footer-one input[type=email] {
	background: var(--iq-white-color);
	border-color: var(--iq-white-light-color);
	border-radius: 5.625em;
	color: var(--iq-secondary);
}
.mc4wp-form-fields input[type="submit"] {
	position: absolute;
	right: 0.938em;
}
footer.footer-one .footer-top .info-share li {
	margin-right: 0.938em;
	margin-bottom: 0.938em;
}
footer.footer-one .footer-top .info-share li:last-child {
	margin-right: 0em;
}
.iq-bg-dark {
	position: relative;
}
footer.iq-over-dark-90:before {
	display: none !important;
}
footer .footer_top_block {
	padding-bottom: 6.25em;
}
footer.footer-one .footer-top .info-share {
	padding-left: 0em;
}
footer.footer-one .footer-top .info-share li {
	margin-right: 0.75em;
	display: inline-block;
}
footer.footer-one .footer-top .info-share li a {
	position: relative;
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	text-align: center;
	line-height: 2.5em;
	margin-right: 0em;
	color: var(--iq-white);
	font-size: 1.063em;
	border-radius: 50%;
	background: rgba(41, 41, 41, 0.76);
	transition: all 0.4s ease 0s;
}
footer.footer-one .footer-top .info-share li a:hover {
	box-shadow: 0 0 0.625em var(--iq-primary-hover);
	text-shadow: 0 0 0.125em var(--iq-primary-hover);
	color: var(--iq-primary-hover);
	transition: all 0.4s ease 0s;
}
footer.footer-one .footer-top .info-share li a::before {
	content: "";
	position: absolute;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 100%;
	transform: scale(0.9);
	z-index: -1;
	border-radius: 50%;
	transition: all 0.4s ease 0s;
}
/*--------------   footer links  -----------------------------------*/
ul.f-link li {
	margin-bottom: 0.25em;
}
ul.f-link li a {
	margin-bottom: 0.25em;
	color: var(--iq-body-text);
}
ul.f-link li a:hover {
	color: var(--iq-primary);
}
.s-icon {
	position: relative;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	text-align: center;
	line-height: 2.5em;
	margin-right: 0.75em;
	color: var(--iq-white-color);
	font-size: 1.063em;
	background: rgb(41, 41, 41, 0.76);
	transition: all 0.4s ease;
}
.s-icon:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--iq-primary);
	transition: all 0.4s ease;
	transform: scale(.9);
	z-index: -1;
}
.s-icon:hover:before {
	transform: scale(1.1);
	box-shadow: 0 0 0.938em var(--iq-primary);
}
.s-icon:hover {
	box-shadow: 0 0 0.625em var(--iq-primary);
	text-shadow: 0 0 0.125em var(--iq-primary);
	color: var(--iq-primary);
	transition: all 0.4s ease;
}
.page-numbers li .page-numbers {
	background-color: var(--iq-bg1);
	border: none;
}
.wp-video-shortcode {
	height: 31.25em !important;
}
.wp-video {
	width: 100% !important;
}
.mejs-container {
	width: 100% !important;
	min-width: 100% !important;
}
.video-container.iq-main-slider iframe {
	height: 70vh;
}
/*---------------------------------------------------------------------
                      Animation
-----------------------------------------------------------------------*/
@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes notify {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	10% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
	}
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
	}
	30% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}
	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}
	70% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}
	40% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}
	60% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@-webkit-keyframes slide-in {
	100% {
		left: 0;
	}
}
@keyframes slide-in {
	100% {
		left: 0;
	}
}
@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0.2;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0.2;
	}
	to {
		opacity: 1;
	}
}
@keyframes trailorPlay {
	0% {
		transform: translateX(0);
	}
	30% {
		transform: translateX(-0.313em);
	}
	50% {
		transform: translateX(0.313em);
	}
	70% {
		transform: translateX(-0.125em);
	}
	100% {
		transform: translateX(0);
	}
}
/*---------------------------------------------------------------------
                      About Us
-----------------------------------------------------------------------*/
.about-us-detail {
	padding: 0.625em;
	padding-bottom: 6.25em;
}
.about-us-row {
	padding: 1em;
}
.widget-container p {
	border-left: 0.25em solid var(--iq-primary);
	background: transparent linear-gradient(270deg, var(--iq-form-gradient-color) 0%, var(--iq-to-gradient-color) 100%);
	padding: 0.313em;
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-style: italic;
}
.image-box img {
	-webkit-transition: transform 2s ease-in-out;
	-o-transition: transform 2s ease-in-out;
	transition: transform 2s ease-in-out;
	transform-origin: center center;
}
.image-box img:hover {
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
.image-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}
.image-box {
	padding: 0.625em;
}
.heading-title {
	padding: 0;
	margin: 0;
	line-height: 1;
}
.widget-container h4 {
	margin: 0.625em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	color: var(--iq-white);
	font-family: "Roboto", Sans-serif;
	font-weight: 400;
}
.image-box {
	margin: 0em 0em 1.25em 0em;
	padding: 0em 0em 0em 0em;
	overflow: hidden;
}
.map-container {
	background-color: var(--iq-black);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 6.25em 0em 6.25em 0em;
}
.iq-title-box .iq-title-desc {
	margin: 0.625em 0 0;
}
.iq-title-box a {
	color: var(--iq-primary);
	outline: none;
}
.counter {
	color: var(--iq-primary);
	font-family: "Roboto", Sans-serif;
	font-size: 2.5em;
	font-weight: 600;
	text-align: center;
}
.counter-title {
	color: var(--iq-white);
	font-family: "Roboto", Sans-serif;
	font-weight: 400;
	text-align: center;
	text-align: center;
	font-size: 1.188em;
	font-weight: 400;
	line-height: 2.5;
}
.counter .counter-number {
	font-size: inherit;
}
.svg-header {
	padding-top:6.25em;
}
.svg-mini-header {
	padding: 1.25em;
}
/*---------------------------------------------------------------------
     Breadcrumb style 1 2 and 3 4 5
-----------------------------------------------------------------------*/
.breadcrumb li {
	display: inline-block;
	word-break: break-all;
}
.iq-breadcrumb {
	padding: 9.375em 0 5em;
	background: var(--iq-bg1);
}
.iq-breadcrumb-two {
	padding: 2.813em 0;
	position: relative;
	z-index: 2;
}
.iq-breadcrumb-one {
	display: block;
	padding: 9.375em 0 5em;
	z-index: 9;
	position: relative;
}
.iq-breadcrumb-one ol li a {
	color: var(--iq-primary);
	text-decoration: none;
	font-weight: 700;
}
.iq-breadcrumb-one ol li {
	list-style: none;
	display: inline-block;
}
.iq-breadcrumb-one .breadcrumb-item+.breadcrumb-item::before {
	content: ">";
	color: var(--iq-primary);
}
.iq-breadcrumb-one .breadcrumb {
	position: relative;
	display: inline-block;
}
.iq-breadcrumb-one .breadcrumb-item.active {
	color: var(--iq-primary);
	position: relative;
	font-weight: 700;
}
.iq-breadcrumb-one ol {
	background: transparent;
	padding: 0;
	margin-bottom: 0;
	margin-top: 0.938em;
}
.iq-breadcrumb-two .breadcrumb {
	display: inline-block;
}
.iq-breadcrumb-two ol li {
	display: inline-block;
}
.iq-breadcrumb-three .breadcrumb {
	margin-top: 0;
}
.iq-breadcrumb-three .iq-breadcrumb-one {
	padding: 0;
}
.iq-breadcrumb-three {
	padding: 2.813em 0;
}
.breadcrumb-bg,
.breadcrumb-video,
.video-iq-bg-over {
	position: relative;
	overflow: hidden;
}
.breadcrumb-bg video,
.breadcrumb-bg #video-background,
.breadcrumb-video video,
.video-iq-bg-over video,
.video-breadcrumb-bg #video-background,
.video-iq-bg-over #video-background {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 100%;
}
.breadcrumb-bg.iq-over-dark-80:before,
.breadcrumb-ui:before {
	z-index: 0;
}
.iq-breadcrumb-one {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	background-color: var(--iq-bg1) !important;
}
/*---------------------------------------------------------------------
       Background Gradient
---------------------------------------------------------------------*/
.iq-bg-over {
	position: relative;
}
.iq-over-dark-10:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	background: rgb(0, 0, 0, 0.1);
	display: block !important;
}
.iq-over-dark-20:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	background: rgb(0, 0, 0, 0.2);
	display: block !important;
}
.iq-over-dark-30:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	background: rgb(0, 0, 0, 0.3);
	display: block !important;
}
.iq-over-dark-40:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	background: rgb(0, 0, 0, 0.4);
	display: block !important;
}
.iq-over-dark-50:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	background: rgb(0, 0, 0, 0.5);
	display: block !important;
}
.iq-over-dark-60:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	background: rgb(0, 0, 0, 0.6);
	display: block !important;
}
.iq-over-dark-70:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	background: rgb(0, 0, 0, 0.7);
	display: block !important;
}
.iq-over-dark-80:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	background: rgb(0, 0, 0, 0.8);
	display: block !important;
}
.iq-over-dark-85:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	background: rgb(0, 0, 0, 0.85);
	display: block !important;
}
.iq-over-dark-90:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	background: rgb(0, 0, 0, 0.9);
	display: block;
}
.iq-over-dark-95:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	background: rgb(0, 0, 0, 0.95);
	display: block !important;
}
/*---------------------------------------------------------------------
                      Privacy and terms
-----------------------------------------------------------------------*/
.iq-terms-of-use p {
	color: var(--iq-body-text);
}
.iq-terms-of-use ul li {
	color: var(--iq-body-text);
}
.iq-privacy-policy p {
	color: var(--iq-body-text);
}
.site-main {
	padding: 6.25em 0;
	display: inline-block;
	width: 100%;
	float: left;
	overflow: hidden;
}
/*---------------------------------------------------------------------
                          Pricing-Plan
-----------------------------------------------------------------------*/
.iq-pricing-card {
	padding:1.875em;
	position: relative;
	background: var(--iq-bg1);
	-webkit-backdrop-filter: blur(0.625em);
	backdrop-filter: blur(0.625em);
	box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
	display: block;
	margin: 0 auto;
}
.iq-pricing-card .iq-pricing .table {
	border: none;
}
.iq-pricing-card .iq-pricing .table th {
	border: none;
	font-size: 1.125em;
	line-height: 1.75em;
	padding: 1.75em 0.625em 1.25em;
	color: var(--white);
}
.iq-pricing-card .iq-pricing .table td {
	border: none !important;
	color: white;
}
.iq-pricing-card .iq-pricing .table tr {
	border-bottom: 0.063em solid var(--iq-body-bg);
}
.iq-pricing-card .iq-pricing .table tr:last-child {
	border-bottom: 0;
}
.iq-pricing-card .iq-pricing .iq-price-head {
	border-bottom: none !important;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box {
	background: var(--iq-body-bg);
	padding: 1.875em 0.625em;
	position: relative;
	transition: all 0.4s ease;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box .iq-price-rate {
	margin-top: 1.875em;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box small {
	font-size: 1.25em;
	text-transform: lowercase;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box .type {
	font-size: 1.125em;
	line-height: 1.75em;
	position: absolute;
	background: var(--iq-primary);
	padding: 0.563em 1.563em;
	color: var(--iq-white-color);
	top: -0.938em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	font-weight: 500;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box .type:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	right: -0.938em;
	top: -0.063em;
	border-left: 1em solid var(--iq-primary-hover);
	border-top: 1em solid transparent;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box .type:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: -0.938em;
	top: -0.063em;
	border-right: 1em solid var(--iq-primary-hover);
	border-top: 1em solid transparent;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box.active {
	background: var(--iq-primary);
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box.active .type {
	background: white;
	color: var(--iq-primary);
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box.active .type:before {
	border-left: 1em solid var(--iq-primary-hover);
	right: -1em;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box.active .type:after {
	border-right: 1em solid var(--iq-primary-hover);
	left: -1em;
}
.iq-pricing-card .iq-pricing .i_close {
	font-size: 1.375em;
}
.iq-pricing-card .iq-pricing .iq-child-cell {
	transition: all 0.4s ease;
	font-size: 1.125em;
	line-height: 1.75em;
	padding: 1.563em 0.625em 1.25em;
}
.iq-pricing-card .iq-pricing .iq-child-cell.active {
	color: var(--iq-primary);
}
.iq-pricing-card .iq-pricing .iq-child-cell i {
	font-size: 1.625em;
	line-height: 2.25em;
	color: white;
}
.iq-pricing-card .iq-pricing .iq-price-footer {
	padding: 1.563em 0.625em 0em;
}
.iq-price-footer .align-items-center .btn-hover {
	padding: 0.75em 1.5em;
	text-transform: uppercase;
	letter-spacing: 0.094em;
}
.iq-pricing-card .iq-pricing .iq-price-head .iq-price-box small {
    font-size: 1.25em;
    text-transform: lowercase;
}
/*---------------------------------------------------------------------
                            Pricing-Plan-Style-2
-----------------------------------------------------------------------*/
.iq-pricing-card-two {
	padding: 1.375em 3.75em 3.75em;
	position: relative;
	background: var(--iq-bg1);
	-webkit-backdrop-filter: blur(0.625em);
	backdrop-filter: blur(0.625em);
	box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
	display: block;
	margin: 0 auto;
}
.iq-pricing-card-two .iq-pricing .table {
	border: none;
}
.iq-pricing-card-two .iq-pricing .table th {
	border: none;
	font-size: 1.125em;
	line-height: 1.75em;
	padding: 1.75em 0.625em 1.25em;
	color: white;
}
.iq-pricing-card-two .iq-pricing .table td {
	border: none !important;
	color: white;
}
.iq-pricing-card-two .iq-pricing .table tr {
	border-bottom: 0.063em solid var(--iq-body-bg);
}
.iq-pricing-card-two .iq-pricing .table tr:last-child {
	border-bottom: 0;
}
.iq-pricing-card-two .iq-pricing .iq-price-head .iq-price-box {
	display: inline-block;
	padding: 0.813em 0.938em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	color: var(--iq-white-color);
	background-color: var(--iq-secondary);
}
.iq-pricing-card-two .iq-pricing .iq-price-head .iq-price-box .type {
	font-size: 1em;
	color: var(--iq-white-color);
}
.iq-pricing-card-two .iq-pricing .i_close {
	font-size: 1.375em;
}
.iq-pricing-card-two .iq-pricing .iq-child-cell {
	transition: all 0.4s ease;
	font-size: 1.125em;
	line-height: 1.75em;
	padding: 1.563em 0.625em 1.25em;
}
.iq-pricing-card-two .iq-pricing .iq-child-cell.active {
	color: var(--iq-primary);
}
.iq-pricing-card-two .iq-pricing .iq-child-cell i {
	font-size: 1.625em;
	line-height: 2.25em;
}
.iq-pricing-card-two .iq-pricing .iq-price-footer {
	padding: 1.563em 0.625em 0em;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price {
	justify-content: center;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 1em;
	background: var(--iq-body-bg);
	margin-bottom:1.875em;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap i {
	position: absolute;
	top: 0.938em;
	right: 0.938em;
	font-size: 1.5em;
	display: none;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap .iq-price-label .type {
	background: var(--iq-primary);
	color: var(--iq-white-color);
	padding:0.188em 0.25em 0.25em;
	font-size: 1em;
	font-weight: 500;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap .iq-price-label .type1 {
	background: var(--iq-primary);
	color: var(--iq-white-color);
	padding:0.188em 0.25em 0.25em;
	font-size: 1em;
	font-weight: 500;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap .iq-price-rate {
	padding: 0em;
	margin-top: 1.25em;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap .iq-price-rate small {
	font-size: 1.25em;
	text-transform: lowercase;
}
.iq-pricing-card-two .iq-button.btn {
	width: 100%;
	font-size: 1.25em;
	font-weight: 500;
}
.iq-price-rate-wrap {
	cursor: pointer;
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap.active {
	background: rgba(229, 9, 20, 0.4);
	border: 0.063em solid rgba(209, 208, 207, 0.6);
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap.active .iq-price-label .type {
	background-color: var(--iq-white-color);
	color: var(--iq-primary);
}
.iq-pricing-card-two .iq-price-bottom .iq-select-price .iq-price-rate-wrap.active i {
	color: var(--iq-white-color);
	display: block;
}
.align-items-center .btn-hover {
	padding: 0.75em 1.5em;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}
.iq-price-box span {
	font-size:1em;
	color: var(--iq-white-color);
}
/*---------------------------------------------------------------------
                            Contact
-----------------------------------------------------------------------*/
.wrapper {
	padding: 0.625em;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
}
.iq-title-box {
	padding: 0.625em;
}
.iq-box {
	padding-top: 6.25em;
}
.contact-detail {
	padding-bottom: 6.25em;
}
.contact-detail {
	padding:0.625em;
	padding-bottom: 6.25em;
	border: 0.063em solid;
	border-image-slice: 1;
	border-width: 0 0 0.063em 0;
	border-image-source: linear-gradient(to left, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0));
}
.icon-box {
	margin-bottom: 0.938em;
}
.icon-box .icon-svg {
	fill: var(--iq-white);
	color: var(--iq-white);
	border-color: var(--iq-white);
}
.icon-svg svg {
	width: 3.125em;
	height: 3.125em;
	position: relative;
	display: block;
}
.icon-box-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.icon-box-content .icon-box-title {
	color: var(--iq-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	font-size: 1.5em;
}
.icon-box-description {
	color: var(--iq-light-gray);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}
.iq-contact-list {
	border: 0.063em solid;
	border-image-slice: 1;
	border-width: 0 0 0 0.063em;
	border-image-source: linear-gradient(to top, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0));
}
/*---------------------------------------------------------------------
     Contact form
-----------------------------------------------------------------------*/

.wpcf7-response-output.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	position: absolute;
	bottom: -0.313em;
	left: 0;
	color: red;
	border: none;
	padding: 0;
	margin: 0.313em 0;
}
.streamit-contact {
	padding: 2.813em;
	background: var(--iq-white-light-color);
}
.streamit-contact h2 {
	text-align: center;
}
.streamit-contact input:hover,
.streamit-contact input[type=text]:hover,
.streamit-contact textarea:hover {
	border: 0.063em solid var(--iq-primary);
}
.streamit-contact .button {
	cursor: pointer;
	margin-top: 0.938em;
}
.streamit-contact input,
.streamit-contact input[type=text],
.streamit-contact textarea {
	border: 0.063em solid var(--iq-white-light-color);
}
.wpcf7-form p:nth-child(n+6) {
	margin-bottom: 0;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
.wpcf7-not-valid-tip {
	display: none !important;
}
.contact-form .cfield {
	position: relative;
	width: 100%;
	display: inline-block;
}
.contact-form .cfield input[type=submit] {
	margin-top: 0.938em;
}
.contact-form .cfield input {
	position: relative;
	width: 100%;
	margin-bottom: 0.938em;
}
.contact-form .cfield input:focus,
.contact-form .cfield.textarea textarea:focus {
	border: 0.063em solid var(--iq-primary);
	box-shadow: none;
	outline: none;
}
.contact-form .cfield.textarea textarea {
	margin-bottom: 0.938em;
	width: 100%;
	float: left;
	background: var(--iq-white-color);
	border:0.063em solid var(--iq-white-light-color);
	border-radius: 0.25em;
	padding: 0.938em 0 0 1.25em;
	resize: none;
}
.contact-form .cfield .wpcf7-not-valid {
	border: 0.063em solid var(--iq-warning-color);
}
.contact-form .ajax-loader {
	margin:2em 0 0 0.313em;
}
.predict-form {
	background: var(--iq-white-color);
	border-radius:0.313em;
	padding: 1.875em;
}
.predict-form input,
.predict-form textarea {
	margin-bottom: 1.875em;
}
.contact-form .cfield textarea {
	margin-bottom: 0.938em;
}
.iq-contact-data {
	padding: 0 0 6.25em 0;
	border: 0.063em solid;
	border-image-slice: 1;
	border-width: 0 0 0.063em 0;
	border-image-source: linear-gradient(to left, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0));
}
.iq-contact-data .iq-contact-list {
	border: 0.063em solid;
	border-image-slice: 1;
	border-width: 0 0 0 0.063em;
	border-image-source: linear-gradient(to top, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0));
}
.iq-contact-data .iq-contact-list:first-child {
	border: none;
}
input,
input[type=text],
input[type=email],
input[type=search],
input[type=password],
textarea {
	width: 100%;
	padding: 0 0.938em;
	height: 3em;
	line-height: 3em;
	background: var(--iq-body-bg);
	border: 0.063em solid #404043;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: var(--iq-body-text);
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
textarea {
	padding: 0 0.938em;
	height: 9.375em;
	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;
	border-radius: 0em;
}
.comments-area table td,
.comments-area table th {
	border: 0.063em solid var(--iq-white-light-color);
}
input:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	border-color: var(--iq-primary);
	box-shadow: none;
	outline: none;
}
/*---------------------------------------------------------------------
                      FAQ
 -----------------------------------------------------------------------*/
.iq-accordion {
	z-index: 9;
	position: relative;
}
.iq-accordion .iq-accordion-title {
	border-radius: 0.25em;
	position: relative;
	padding: 1.875em 4.688em 1.875em 1.875em;
	line-height: normal;
	cursor: pointer;
	display: flex;
	text-align: left;
	color: var(--white-color);
	font-weight: 600;
	text-decoration: none;
}
.iq-accordion .iq-accordion-title .accordion-title {
	display: inline-block;
	vertical-align: middle;
}
.iq-accordion .iq-accordion-details {
	display: none;
	text-align: left;
	padding:1.875em  0 0;
}
.iq-accordion .iq-accordion-details p {
	margin-bottom: 0;
}
.iq-accordion .iq-accordion-block {
	margin-bottom:1.875em ;
	padding: 0;
	overflow: hidden;
	background: var(--iq-bg1);
	border-radius: 0.313em;
}
.iq-accordion .iq-accordion-block:last-child {
	margin-bottom: 0;
}
.iq-accordion .iq-accordion-block .iq-accordion-title i {
	color: var(--primary-color);
	line-height: normal;
	vertical-align: middle;
}
.iq-accordion .iq-accordion-block .iq-accordion-title .iq-icon-right {
	position: absolute;
	right: 1.875em;
	top: 1.563em;
	text-align: center;
	background: var(--iq-primary);
	height: 2.188em;
	width: 2.188em;
}
.iq-accordion .iq-accordion-block .iq-accordion-title .iq-icon-right>i {
	line-height: 2.188em;
}
.iq-accordion .iq-accordion-block .iq-accordion-title i::before {
	vertical-align: middle;
}
.iq-accordion .iq-accordion-block .iq-accordion-title i.active {
	display: none;
}
.iq-accordion .iq-accordion-block.iq-active .iq-accordion-title i.active {
	display: inline-block;
	vertical-align: middle;
}
.iq-accordion .iq-accordion-block.iq-active .iq-accordion-title i.inactive {
	display: none;
}
.iq-accordion .iq-accordion-block .iq-accordion-title .iq-icon-left {
	margin-right: 2.813em;
	line-height: 2.063em;
	display: inline-block;
	vertical-align: middle;
}
.iq-accordion-shadow .iq-accordion-block.iq-active {
	-webkit-box-shadow: 0.304em 2.166em 1.875em 0em rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0.304em 2.166em 1.875em 0em rgba(0, 0, 0, 0.06);
	box-shadow: 0.304em 2.166em 1.875em 0em rgba(0, 0, 0, 0.06);
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.iq-accordion .iq-accordion-details {
	padding: 1.875em 1.875em;
	border: 0.063em solid;
	border-image-slice: 1;
	border-width: 0.063em 0em 0em 0;
	border-image-source: linear-gradient(to left, rgba(209, 208, 207, 0), rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0));
}
/* --------------------RTL BOX------------------- */

.rtl-box {
	position: fixed;
	top: 7.188em;
	right: 0em;
	background-color: var(--white);
	z-index: 1000;
	transition: all 500ms ease-in-out;
	transform: translateX(100%);
}
.rtl-box.show {
	transition: all 500ms ease-in-out;
	transform: translateX(0);
}
.rtl-btn {
	position: absolute;
	left: -2.188em;
	padding: 0em;
	background-color: var(--dark);
	border: 0.125em solid var(--dark);
}
.rtl-btn:focus {
	outline: none;
	box-shadow: none;
}
.modes {
	margin: 0;
	padding: 0.938em;
}
.modes li {
	cursor: pointer;
	color: var(--iq-secondary);
	display: block;
	border: 0.063em solid rgb(82, 79, 79);
	text-align: center;
	padding: 0.313em 1.5em;
}
.modes li {
	list-style: none;
}
.dir-btn.active {
	background: var(--dark);
	color: var(--white);
}
/*---------------------blog--------------------------------- */
.widget {
	margin-bottom: 1.875em;
	padding: 1.875em;
	display: inline-block;
	width: 100%;
	position: relative;
	background: linear-gradient(180deg, rgb(25 25 25) 0%, rgb(25 25 25) 10%, rgba(83, 100, 141, 0) 100%);
	border-top: 0.250em solid rgba(209, 208, 207, 0.6);
}
label {
	color: gray;
}
.widget .search-form input {
	background: rgba(209, 208, 207, 0.6);
}
.screen-reader-text {
	position: absolute !important;
	clip: rect(0.063em, 0.063em, 0.063em, 0.063em);
	overflow: hidden;
	height: 0.063em;
	width: 0.063em;
	display: none;
}
.search-form {
	position: relative;
}
.search-form label {
	display: none;
}
.search-form input {
	padding-right: 2.5em;
	box-shadow: none;
	border-radius: 0;
	color: var(--iq-body-text);
	border: 0.063em solid rgba(36, 38, 43, 0.14);
	background: var(--iq-bg1);
	transition: all 0.3s ease-in-out;
	border-radius: 0em;
}
.search-form .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	color: var(--iq-white-color);
	cursor: pointer;
	background: var(--iq-primary);
	border: none;
	outline: none;
	box-shadow: none;
	transition: all 0.3s ease-in-out;
	height:3em;
	width:3em;
}
.widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.search-form .search-submit i {
 font-size: 1.25em;
}
.iq-widget-menu .post-img .post-blog a.new-link {
    font-size: .976em;
}
.widget .widget-title {
	font-size: 1.375em;
	position: relative;
	margin-bottom: 1.364em;
	padding-bottom: 0.682em;
	border: 0.045em solid;
	border-image-slice: 1;
	border-width: 0 0 0.045em 0;
	border-image-source: linear-gradient(to right, rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0.3), rgba(209, 208, 207, 0));
	margin-top: 0;
}
.post-img-holder {
	width: 5em;
	margin-right: 1.25em;
	flex: none;
	line-height: 0;
}
.post-img-holder a {
	display: block;
	width: 100%;
	height: 4.375em;
	overflow: hidden;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.iq-widget-menu .post-blog {
	line-height: 0em;
}
.iq-widget-menu .post-img .post-blog .blog-box ul li {
	margin-bottom: 0em;
}
.widget_categories ul li,
.widget_archive ul li,
.widget_pages ul li {
	margin-bottom: 0.938em;
	border-bottom: 0.063em solid rgba(82, 95, 129, 0.1);
}
.widget ul {
	padding: 0;
	margin: 0;
}
.iq-widget-menu .iq-post li a.date-widget {
	color: var(--iq-primary);
	margin-bottom: 0.625em;
	display: block;
	font-size: 0.75em;
	font-weight: 700;
}
.iq-widget-menu .post-img .post-blog a.new-link h6 {
    color: var(--white);
    color: var(--iq-white-color);
    line-height: 1.438em;
    display: block;
    overflow: hidden;
}
.iq-widget-menu ul.iq-post li {
	margin-bottom: 1.5em;
}
.iq-widget-menu ul.iq-post li .post-img {
	display: flex;
}
.list-inline {
	padding-left: 0;
	list-style: none;
}
.widget ul li {
	padding-bottom: 0.938em;
	list-style: none;
	margin-bottom: 0.938em;
}
.widget_tag_cloud ul {
	margin: 0;
	padding: 0;
}
.widget_tag_cloud ul li {
	padding: 0;
	display: inline-block;
	margin: 0.188em 0.313em 0.188em 0;
}
.widget_tag_cloud ul li a {
	background: var(--iq-primary);
	display: inline-block;
	color: var(--iq-white-color);
	padding: 0.125em 0.625em;
}
.iq-blog-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 3.125em;
	padding-bottom: 2.5em;
	border: 0.063em solid;
	border-image-slice: 1;
	border-width: 0 0 0.063em 0;
	border-image-source: linear-gradient(to right, rgba(209, 208, 207, 0.6), rgba(209, 208, 207, 0.3), rgba(209, 208, 207, 0));
}
.iq-blog-box .iq-blog-image {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.iq-blog-box .iq-blog-image img {
	margin-bottom: 1.875em;
	background: var(--iq-white-light-color);
}
img {
	max-width: 100%;
	height: auto;
}
.has-post-thumbnail .iq-blog-box .iq-blog-detail {
	display: inline-block;
	float: left;
	width: 100%;
}
.iq-blog-box .iq-blog-detail .iq-blog-meta ul {
	margin: 0 0 1.250em;
	padding: 0;
	line-height: 1em;
}
.iq-blog-meta ul li {
	color: var(--iq-white-color);
	text-transform: uppercase;
	font-style: italic;
	margin: 0 0.625em 0.625em 0;
	font-size: 0.875em;
	border-left: 0.250em solid var(--iq-primary);
	background: transparent linear-gradient(270deg, var(--iq-form-gradient-color) 0%, var(--iq-to-gradient-color) 100%);
	padding: 0.625em 0.625em 0.625em 0.938em;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.blog-button .button-link,
.comment-respond .form-submit .submit,
.commentlist .iq-comments-media .reply a {
	background: var(--iq-primary-hover);
	color: var(--iq-white-color);
	display: inline-block;
	vertical-align: middle;
	padding: 0.625em 0.625em;
	font-size: 0.875em;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.094em;
}
.iq-blog-box .iq-blogcat {
	padding: 0;
	display: inline-block;
	width: 100%;
	position: static;
	margin: 1.875em 0 0;
}
.iq-blog-box .iq-blogcat li {
	list-style: none;
	float: left;
	margin: 0 0.625em 0.625em 0;
}
.iq-blog-box .iq-blogcat li a {
	background: rgba(41, 41, 41, 0.76);
	color: var(--iq-body-text);
	padding: 0.313em 0.625em;
	text-transform: uppercase;
	font-size: 0.875em;
}
.iq-blog-box .iq-blogtag {
	padding: 0;
	display: inline-block;
	width: 100%;
	margin-top: 0em;
	margin-bottom: 0;
}
.iq-blog-box .iq-blogtag li {
	list-style: none;
	float: left;
	margin: 0 0.625em 0.625em 0;
}
.iq-blog-box .iq-blogtag li i{
	font-size: 1.25em;
}
.iq-blog-box .iq-blogtag li a {
	background: rgba(41, 41, 41, 0.76);
	color: var(--iq-body-text);
	padding: 0.313em 0.625em;
	text-transform: uppercase;
	font-size: 0.875em;
}
/*----------------------- blog-details------------------------- */
blockquote,
.wp-block-quote.is-style-large {
	background: rgba(83, 81, 79, 0.4);
	padding: 0.938em 1.875em;
	border-left: 0.25em solid var(--iq-primary);
	margin-bottom: 1.875em;
	border-radius: 0.5em;
}
blockquote cite {
	font-family: 'Heebo', sans-serif;
	font-weight: bold;
}
cite a {
	color: var(--iq-primary);
}
.comments-area,
.comment-respond {
	margin-top: 1.5em;
	clear: both;
}
.comments-area .comments-title,
.comment-respond .comment-reply-title {
	position: relative;
	padding-bottom: 0em;
}
form {
	display: block;
	margin-top: 0em;
}
.comment-respond .comment-form-comment {
	margin: 1.875em 0;
	margin-bottom: 1.875em;
	display: inline-block;
	width: 100%;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin-bottom: 1.875em;
	display: block;
	width: 100%;
}
.comment-respond textarea,
.comment-respond input {
	float: inherit;
}
p.comment-form-cookies-consent {
	display: flex;
	width: 100%;
	align-items: start;
	margin: 0em 0 1.875em 0;
}
input[type=checkbox] {
	width: auto;
	margin-right: 0.625em;
	height: 1.563em;
	display: inline-block;
}
label {
	color: var(--iq-secondary);
	margin-bottom: 0;
}
.comment-respond .form-submit {
	display: inline-block;
	margin-bottom: 0;
}
.button-link i {
    margin-left:0.313em;
}
.button-link i {
    font-size: 1em;
	font-weight: 600;
}
.blog-button .button-link,
.comment-respond .form-submit .submit,
.commentlist .iq-comments-media .reply a {
	background: var(--iq-primary-hover);
	color: var(--iq-white-color);
	border: none;
	position: relative;
	z-index: 9;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	padding:0.625em 0.625em ;
	font-size: 0.875em;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.094em;
}
embed,
iframe,
object {
	max-width: 100%;
	width: 100%;
}
.iq_tag-list .text-lable {
    font-size: 1.125em;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    font-weight: 600;
}


/*----------------------------------------------trailer-----------------------------------------*/

.trending-tab-slider .swiper-bg.slider-big-img-1 {
	background-image: url(../images/tvthrillers/01.jpg); background-repeat: no-repeat;
}
.trending-tab-slider .swiper-bg.slider-big-img-2 {
	background-image: url(../images/tvthrillers/02.jpg);
}
.trending-tab-slider .swiper-bg.slider-big-img-3 {
	background-image: url(../images/tvthrillers/03.jpg);
}
.trending-tab-slider .swiper-bg.slider-big-img-4 {
	background-image: url(../images/tvthrillers/04.jpg);
}
.trending-tab-slider .swiper-bg.slider-big-img-5 {
	background-image: url(../images/tvthrillers/05.jpg);
}
.trending-tab-slider .swiper-bg.slider-big-img-6 {
	background-image: url(../images/tvthrillers/06.jpg);
}
.trending-content {
    padding: 0px 3.125em;
}
/*---------------------------------------------------------------------
                           tvshows  
-----------------------------------------------------------------------*/
.tvshows-slider .swiper-bg:before {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(20, 20, 20, 1) 35%, rgba(83, 100, 141, 0) 100%);
}
.text-detail .trending-year {
    position: relative;
    padding-left: 30px;
}
.text-detail .trending-year:before {
    content: "";
    height: 6px;
    width: 6px;
    background: var(--iq-secondary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
    border-radius: 50%;
}

.epi-desc .run-time {
    font-weight: 700;
}
.epi-desc .rel-date {
    border-left: 4px solid var(--iq-primary);
    background: transparent linear-gradient(270deg, var(--iq-form-gradient-color) 0%, var(--iq-to-gradient-color) 100%);
    padding: 5px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-style: italic;
}

.shows-img {
    position: relative;
}
.shows-content {
    padding-top: 7.4em;
}
.shows-img:before {
    background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.6) 75%, var(--iq-black) 100%);
    z-index: 1;
}
.shows-content>div {
    padding-left: 1.875em;
}

.iq-main-slider {
    position: relative;
}
/*-------------------------------------------------------------------
                    genres page                                        
----------------------------------------------*/
.genres-main {
	padding-top: 6.25em;
}
.iq-genres-section {
	padding-bottom: 6.25em;
}
.iq_genres-contents .block-description {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.parallax-buttons a span {
	letter-spacing: 0.094em;
	text-transform: uppercase;
}
.iq_genres-contents li.slide-item {
	margin-bottom: 1.875em;
}
.iq_genres-contents .block-images.watchlist-first:hover {
    transform: scale3d(1.1,1.1,1) translate3d(6%,0,0) perspective(500px);
    -webkit-transform: scale3d(1.1,1.1,1) translate3d(6%,0,0) perspective(500px);
    -moz-transform: scale3d(1.1,1.1,1) translate3d(6%,0,0) perspective(500px);
    -o-transform: scale3d(1.1,1.1,1) translate3d(6%,0,0) perspective(500px);
}
/*-------------------------------------------------------------------
                    gerres-detail page                                      
----------------------------------------------*/
.genres-list h3.genres-title {
	letter-spacing: -.02em;
	line-height: 1.2;
}
.genres-list a.title {
	letter-spacing: 0.063em;
	line-height: 1.75;
}
.genres-list .movie-content li.trending-list::before {
	height: 0.375em;
	width: 0.375em;
	top: 0.813em;
	background: var(--iq-secondary)
}
.genres-list .trending-year-list:before {
	background: var(--iq-secondary) !important;
}
.genres-list .genres-info {
	letter-spacing: 0.044em;
	line-height: 1.5em;
}
.genres-list li.text-lable {
	font-size: 1.125em;
	text-transform: uppercase;
	letter-spacing: 0.125em;
	font-weight: 600;
	padding-right: 0.125em;
}
.genres-trailor-video {
	position: relative;
	height: 100%;
}
.genres-trailor-video span.trailor-video-link {
	position: absolute;
	top:3.438em;
	bottom: 0;
	right: 0;
	left: 0;
}
.genres-trailor-video .trailor-video-link span {
	font-size: 1em;
	text-transform: capitalize;
}
a.block-images:before {
	background: rgba(0, 0, 0, .5);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
.trailor-video .btn-transparant.iq-button {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	right: 0;
	transform: translateY(-50%);
}
.trailor-video .iq-button.btn-transparant span {
	display: block;
	font-size: 1em;
	text-transform: capitalize;
	color: var(--iq-white);
}
.trailor-video .block-images {
	width: auto;
	border-radius: 0.625em;
	overflow: hidden;
	vertical-align: middle;
}
.trending-info.g-border {
	padding: 0 0 3.125em;
	margin-bottom: 3.125em;
	margin-top: 1.875em;
	border: solid;
	border-width: 0 0 0.063em;
	border-image-source: linear-gradient(270deg, rgba(209, 208, 207, 0), rgba(209, 208, 207, .6), rgba(209, 208, 207, 0));
	border-image-slice: 1;
}
.streamit-content-details .trending-pills-header {
	background: linear-gradient(90.06deg, rgba(20, 20, 20, 0) 1.66%, #0f0f0f 43.64%, rgba(20, 20, 20, 0) 89.28%);
}
.streamit-content-details .trending-pills-header.nav-pills .nav-item a {
	font-weight: 500;
	text-transform: capitalize;
	padding: 1.5em 4em;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	border-radius: 0;
	color: var(--iq-white);
}
.streamit-content-details .trending-pills-header.nav-pills .nav-item a.active {
	background: var(--iq-bg1);
	color: var(--iq-primary);
	color: var(--iq-primary);
	border-bottom: 0.063em solid var(--iq-primary);
}
.streamit-reviews .comment-respond .comment-reply-title {
	margin-top: 1.25em;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 0.625em;
	font-weight: 400;
	letter-spacing: -.02em;
	word-wrap: break-word;
}
.streamit-reviews p.comment-notes {
	float: left;
	margin: 0 0 1.375em;
	line-height: 1.66em;
}
.streamit-reviews .comment-form-rating {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin: 0 0 1.375em;
	clear: both;
}
.streamit-reviews .comment-form .comment-form-rating>label {
	color: var(--iq-body-text);
}
.comment-form-rating i.ri-star-line {
	color: var(--iq-primary);
	font-size: 1.25em;
}
.source-list-content {
	max-height: 25em;
	height: auto;
	clear: both;
	position: relative;
	overflow-y: scroll;
}
table.movie-sources.sources-table {
	border: none;
	border-collapse: separate;
	overflow-x: auto;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1.25em;
}
th.genres-table-heading {
	border: none;
	text-align: left;
	padding: 1.5em 1.25em;
	text-transform: capitalize;
}
.sources-table tbody {
	background: var(--iq-bg1);
}
.sources-table td,
.sources-table th {
	border: none;
	text-align: left;
	padding: 1.5em 1.25em;
	text-transform: capitalize;
}
.sources-table td {
	border-bottom: 0.625em solid var(--iq-body-bg);
}
.trending-pills a.play-source.iq-button {
	padding: 0.5em 1em;
	border-radius: 0!important;
	cursor: pointer;
	z-index: 4;
}
.streamit-reviews .comment-form-author,
.streamit-reviews .comment-form-email {
	float: left;
	width: 50%;
	padding-right: 0.938em;
}

.movie-time span.starring-text {
	font-size: 0.875em !important;
}
.detail-cast-list li.slide-item {
	overflow: hidden;
	position: relative;
}
li.slide-item .cast-images .img-box img {
	width: auto;
	height: 100%;
	object-fit: cover;
}
li.slide-item .cast-images .img-box {
	width: 100%;
	height: 8.75em;
}
li.slide-item .cast-images .block-description {
	left: auto;
	right: 0;
}
li.slide-item .cast-images:before {
	position: absolute;
	content: "";
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease-in-out;
	background: var(--iq-bg1);
}

/*-------------------------------------------------------------------
                    tag page                                      
----------------------------------------------*/
.iq-tag-box {
	background: linear-gradient(180deg, var(--iq-black) 0%, rgba(0, 0, 0, 0) 97%), var(--iq-bg1);
	margin-bottom: 1.875em;
	text-align: center;
	height: 9.375em;
	padding: 0.938em;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.6s ease 0s;
}
.iq-tag-box .iq-tag {
	color: var(--iq-primary);
	font-size: 1em;
	line-height: 1.75em;
	letter-spacing: 0.063em;
	font-weight: 500;
	word-break: break-all;
	text-transform: capitalize;
}
.iq-tag-box::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 0.25em solid var(--iq-primary);
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
}
.iq-tag-box:hover {
	-webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(500px);
	transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(500px);
}
.iq-tag-box.watchlist-first:hover {
    transform: scale3d(1.1,1.1,1) translate3d(6%,0,0) perspective(500px);
    -webkit-transform: scale3d(1.1,1.1,1) translate3d(6%,0,0) perspective(500px);
    -moz-transform: scale3d(1.1,1.1,1) translate3d(6%,0,0) perspective(500px);
    -o-transform: scale3d(1.1,1.1,1) translate3d(6%,0,0) perspective(500px);
}
.iq-tag-box.watchlist-last:hover { 
    transform: scale3d(1.1,1.1,1) translate3d(-6%,0,0) perspective(500px);
    -webkit-transform: scale3d(1.1,1.1,1) translate3d(-6%,0,0) perspective(500px);
    -moz-transform: scale3d(1.1,1.1,1) translate3d(-6%,0,0) perspective(500px);
    -o-transform: scale3d(1.1,1.1,1) translate3d(-6%,0,0) perspective(500px);
}
.watchlist-contens .block-images.watchlist-first:hover {
	transform: scale3d(1.1, 1.1, 1) translate3d(6%, 0, 0) perspective(31.25em);
	-webkit-transform: scale3d(1.1, 1.1, 1) translate3d(6%, 0, 0) perspective(31.25em);
	-moz-transform: scale3d(1.1, 1.1, 1) translate3d(6%, 0, 0) perspective(31.25em);
	-o-transform: scale3d(1.1, 1.1, 1) translate3d(6%, 0, 0) perspective(31.25em);
  }
  
  .watchlist-contens .block-images.watchlist-last:hover {
	transform: scale3d(1.1, 1.1, 1) translate3d(-6%, 0, 0) perspective(31.25em);
	-webkit-transform: scale3d(1.1, 1.1, 1) translate3d(-6%, 0, 0) perspective(31.25em);
	-moz-transform: scale3d(1.1, 1.1, 1) translate3d(-6%, 0, 0) perspective(31.25em);
	-o-transform: scale3d(1.1, 1.1, 1) translate3d(-6%, 0, 0) perspective(31.25em);
  }
  
.parallax-buttons.tag-btn {
	margin-top: 1.875em;
}
.tag-btn a.btn {
	padding: 0.75em 1.5em;
}
.hide-me[aria-expanded="true"] {
	display: none;
}
/*------------------------------------
        show detail page
-----------------------------------*/
 .movie-content li.trending-list::after{
	content: "";
    height: 6px;
    width: 6px;
    background: var(--iq-secondary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 9px;
    border-radius: 50%;
    clear: both;
}
.movie-content li.trending-list:last-child:after {
    display: none;
}
.show-movie .movie-detail .movie-content li{
	position: relative;
	padding-right: 25px;
}
.movie-content li {
    position: relative;
    
}
.show-movie .banner-wrapper {background-image: url(../images/shows-banner/show-4.jpg);height:86vh;}
.show-movie .banner-caption{top:4.125em;}
.show-movie  .text-detail .trending-year:before {background: var(--iq-secondary); }
.show-movie  .movie-detail .trending-info {border-width: 0em; }
.show-movie  .movie-content li:before { display: none;}
.show-movie  .movie-content li {padding-right: 0.938em; }
.show-movie .trending-info .text-detail { margin-bottom: 1.25em; }
.show-movie .trending-info .trending-dec { margin:0.938em 0 1.25em;}
.show-movie  .banner-caption .w-name {
  margin: 1em 0 1.2em 3em;
  font-size: 1.777em;
}
.show-movie .trailor-video{
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
}
.show-movie .episode-play a { background: var(--iq-white);}
.show-movie .iq_tag-list {
  margin-top: 1.875em;
}
.show-movie .episode-play-info {opacity: 1;}
section.show-movie-section {
  padding: 6.25em 0 4.375em;
}
.show-movie .block-image .episode-number {
  background: var(--iq-primary);
  position: absolute;
  top: 0.938em;
  left: 0.938em;
  color: var(--iq-white);
  padding: 0 0.313em;
}
.show-movie .epi-desc  span.rel-date {
  border-left: 0.25em solid var(--iq-primary);
  background: transparent linear-gradient(270deg, var(--iq-form-gradient-color) 0%, var(--iq-to-gradient-color) 100%);
  padding: 0.313em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-style: italic;
}
.show-movie-section .trending-pills {
  margin:1.875em 0em;
  background: var(--iq-bg1);
}
.e-item:hover .img-zoom{
  transform: scale(1.3);
}
.show-movie .banner-wrapper {
	background-image: url(../images/shows-banner/show-4.jpg);
}
.show-movie .banner-caption {
	top: 0.625em;
}
.show-movie .text-detail .trending-year:before {
	background: var(--iq-secondary);
}
.show-movie .movie-detail .trending-info {
	border-width: 0em;
}
.show-movie-section .trending-pills {
	margin: 1.875em 0em;
	background: var(--iq-bg1);
}
.show-movie .block-image.position-relative {
	overflow: hidden;
}
.e-item:hover .img-zoom {
	transform: scale(1.3);
}
.show-movie a.title {
    font-size: 1em;
}
.show-movie .sesson-date span {
    font-size: 0.875em;
}
.show-movie li.text-primary.text-lable {
    font-size: 1.125em;
    letter-spacing: 0.125em;
    font-weight: 600;
}

/*------------------------------------
       cast page
-----------------------------------*/
.trending-pills.treading-heading-tab {
	background: transparent;
}
.profile-social-lists .share-ico {
	font-size: 2em;
}
.person-details .single-person__sidebar-title {
	font-size: 1em;
	font-weight: 500;
	margin-bottom: 0.313em;
}
.person-details>div {
	margin-bottom: 1.25em;
}
.cast-person-list table .image {
	width: 8%;
	padding: 0;
}
.tab-content.cast-person-list {
	max-height: 38.125em;
	height: auto;
	overflow-y: scroll;
}
.cast-person-list table td {
	text-align: left;
	border: none;
}
.cast-person-list table {
	border: none;
	border-collapse: separate;
	border-spacing: 0 0.938em;
	min-width: 43.75em;
	overflow-x: auto;
}
table td,
table th {
	padding: 0.313em 0.5em;
}
.cast-person-list table td.year {
	text-align: right;
}
.cast-person-list table td.seperator {
	text-align: center;
}

/*--------------scrollbar----------------*/
::-webkit-scrollbar {
	width: 0.25em;
}
::-webkit-scrollbar-thumb {
	background: var(--iq-scroll);
}
div#my-video{
    height:85vh;
}
button.vjs-big-play-button.border-0 {
    width: 2.3em;
    height: 1.5em;
}
/* -------------------Common slider-------------------- */
.favourite-slider .swiper{
	padding-bottom: 6.25em !important;
 }
.favourite-slider .swiper-button-next, .favourite-slider .swiper-rtl .swiper-button-prev{right: 0;}
.favourite-slider .swiper-button-prev, .favourite-slider .swiper-rtl .swiper-button-next{left: 0;}
.favourite-slider .swiper-button-next, .favourite-slider .swiper-button-prev{
	width: 2.188em !important;
    height: 3.75em !important;
}
.favourite-slider .swiper-button-next:after, .favourite-slider .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 1em !important;
}
.favourite-slider .swiper-button-prev:after {
    font-size: 1em !important;
}
.favourite-slider .movie-time span{font-size: 0.875em;}
.favourite-slider  .swiper-slide:hover .block-social-info {
opacity: 1;
}

 .swiper-slide .block-images::after{
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(20, 20, 20, 0.4) 50%, rgba(83, 100, 141, 0) 100%);
 }
 li.slide-item.swiper-slide-active:hover .block-images {
    transform: scale3d(1.1, 1.1, 1) translate3d(4.8%, 0, 0) perspective(500px);
    -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(4.8%, 0, 0) perspective(500px);
}

 .swiper-button-next:after, .swiper-button-prev:after{
	font-size: 1.25em !important;
	color: var(--white);
	font-weight: 900;
	background: rgba(0, 0, 0, 0.5);
	width: 2.188em;
	height: 3.75em;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0.3125em;
	box-shadow: 0 0.5625em 1.1875em rgba(1,4,27,.05);
 }
 .swiper-button-prev, .swiper-button-next{
    top: 266px !important;
 }
 /* .favourite-slider .swiper-slide.swiper-slide-active.swiper-slide:hover .block-images {
    z-index: 99;
    transform: scale3d(1.1,1.1,1) translate3d(5%,0,0) perspective(31.25em);
    transform-origin: 50% 50%;
	transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
} */
/*------------------banner slider-------------------------*/
.home-slider .trailor-video {
    display: block;
}


/* ----------------vericle slider---------- */
  .slider {
	color: var(--white);
  }
  .slider .swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;

  }
  .verticle-slider h4.main-title{
    position: absolute;
	left:  1.875em;
    top:  1.875em;
}
  .verticle-slider .slider-flex {
	display: flex;
	align-items: flex-start;
  }
  .verticle-slider .slider--col {
	margin: 7.625em 2em 0px;
  }
  .verticle-slider .slider-prev,.verticle-slider .slider-next{
    position: absolute;
    z-index: 10;
    width: 100%;
    font-size: 1.875em;
    display: flex;
    justify-content: center;
}
.verticle-slider .slider-next{
	bottom: 0;
}
.verticle-slider i.vertical-aerrow {
    background: rgba(0, 0, 0, 0.5);
    width: 4.375em;
    text-align: center;
}
.verticle-slider .slider-prev:focus,
.verticle-slider .slider-next:focus {
outline: none;
}
.verticle-slider .slider-thumbs {
height: 53.125em;
width:21.875em;
}
.verticle-slider .slider-thumbs .slider-image {
transition: 0.25s;
}
.verticle-slider .slider-thumbs .slider-image:hover {
opacity: 1;
}
.verticle-slider .slider-images {
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
}
.verticle-slider .slider-images .slider-image img {
transition: 3s;
} 
  .verticle-slider .slider-image {
	height: 100%;
	overflow: hidden;
  }
  .verticle-slider .slider-image img {
	width: 100%; 
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
  }
  .verticle-slider .hover-buttons {
    opacity: 0;
 }
 .slider-thumbs .swiper-slide.swiper-slide-active .hover-buttons {
	opacity: 1;
 }
 .slider-thumbs .swiper-slide .block-images::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    border-left: 4px solid var(--iq-primary);
    z-index: 9;
}/* ----------------vericle slider---------- */
.slider {
	color: var(--white);
  }
  .slider .swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;

  }
  .verticle-slider h4.main-title{
    position: absolute;
	left:  1.875em;
    top:  1.875em;
}
  .verticle-slider .slider-flex {
	display: flex;
	align-items: flex-start;
  }
  .verticle-slider .slider--col {
	margin: 7.625em 2em 0px;
  }
  .verticle-slider .slider-prev,.verticle-slider .slider-next{
    position: absolute;
    z-index: 10;
    width: 100%;
    font-size: 1.875em;
    display: flex;
    justify-content: center;
}
.verticle-slider .slider-next{
	bottom: 0;
}
.verticle-slider i.vertical-aerrow {
    background: rgba(0, 0, 0, 0.5);
    width: 4.375em;
    text-align: center;
}
.verticle-slider .slider-prev:focus,
.verticle-slider .slider-next:focus {
outline: none;
}
.verticle-slider .slider-thumbs {
height: 53.125em;
width:21.875em;
}
.verticle-slider .slider-thumbs .slider--image {
transition: 0.25s;
}
.verticle-slider .slider-thumbs .slider--image:hover {
opacity: 1;
}
.verticle-slider .slider-images {
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
}
.verticle-slider .slider-images .slider--image img {
transition: 3s;
} 
  .verticle-slider .slider--image {
	height: 100%;
	overflow: hidden;
  }
  .verticle-slider .slider--image img {
	width: 100%; 
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
  }
  .verticle-slider .hover-buttons {
    opacity: 0;
 }
 .slider-thumbs .swiper-slide.swiper-slide-active .hover-buttons {
	opacity: 1;
 }
 .slider-thumbs .swiper-slide .block-images::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    border-left: 4px solid var(--iq-primary);
    z-index: 9;
}
.slider-thumbs .swiper-slide.swiper-slide-active .block-images::before {
    opacity: 1;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.slider-images .top-ten-slider-nav .swiper-bg:before {
    z-index: 0;
}
 .swiper-slide-thumb-active .hover-buttons{
	 opacity: 1;
 }
 .verticle-slider .block-description .iq-title{
	 font-size: 1.33em;
 }
 .verticle-slider .slider-images .block-images{
    height: 100%;
}
.verticle-slider .slider-images .block-description{
	left:0;
	width:100%;
	align-items: center;
}
/* ------------------swiper Thumbs -----------------------*/
.gallery-top .swiper-wrapper .swiper-slide.slider-big-img-1 {
	background-image: url(../images/movie-banner/01.png);
}
.gallery-top .swiper-wrapper .swiper-slide.slider-big-img-2 {
	background-image: url(../images/movie-banner/02.jpg);
}
.gallery-top .swiper-wrapper .swiper-slide.slider-big-img-3 {
	background-image: url(../images/movie-banner/03.jpg);
}
.gallery-top .swiper-wrapper .swiper-slide.slider-big-img-4 {
	background-image: url(../images/shows-banner/01.jpg);
}
.gallery-top .swiper-wrapper .swiper-slide.slider-big-img-5 {
	background-image: url(../images/shows-banner/02.jpg);
}
.gallery-top .swiper-wrapper .swiper-slide.slider-big-img-6 {
	background-image: url(../images/shows-banner/03.jpg);
}
.trending-tab-slider .swiper-slide{
	display: block;
}
.trending-info {
    padding: 3.75em 0;
}
.trending-content .tab-pane {
    width: 100%;
    height: 100%;
}
.iq-main-slider.site-video{
	padding-top: 4.375em;
}
.trending-info.w-100.position-absolute {
    position: absolute;
    left: 4em;
	padding-top:  5em;
}
.trending-contens .swiper-arrow {
    top: 50% !important;
}
.trending-contens .swiper-button-next, .swiper-button-prev{
	width: 2.75em !important;
}
.trending-contens .swiper-arrow.swiper-button-next {
    right: 0;
	position: absolute;
}
.trending-contens .swiper-arrow.swiper-button-prev {
    left: 0;
	position: absolute;
}

/* -------------------------movie  banner------------------------ */
.movie-banner .swiper-slide{
    display: block !important;
}
.movie-banner{
	overflow: hidden;
}
.swiper-banner-container{
	margin-top: -4.6875em;
	height: 40em;
}
.swiper-banner-container i.ri-checkbox-blank-circle-fill {
    font-size: 7px;
    filter: brightness(0.5);
}
.tvshows-slider{
	position: relative;
}
.tvshows-slider .swiper-banner-container .swiper-slide.swiper-slide:before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(20, 20, 20, 1) 35%, rgba(83, 100, 141, 0) 100%);
}
.banner-home-swiper  .swiper-slide.swiper-slide:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(20, 20, 20, 0.9) 15%, rgba(83, 100, 141, 0) 100%);
    width: 100%;
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
}
.swiper-banner-container .swiper-slide-prev ,.swiper-banner-container .swiper-slide-next{
    filter: blur( 0.1875em);
}
.banner-container .card-image {
    position: absolute;
    top: 0;
    z-index: -1;
}
.banner-container .slider-ratting{
	margin-top:  1.25em	;
}
.banner-container .movie-banner-time {
    margin:  0.625em 0 1.25em	;
}
.banner-container .movie-banner-text{
	margin: 1.875em 0 ;
	max-width: 37.5em;
	display: -webkit-box;
    -webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.banner-container  .arrow-icon {
	font-size: 5rem;
	color: var(--iq-white);
}
.swiper-banner-button-next,.swiper-banner-button-prev{
	position: absolute;
    z-index: 1;
}
 .swiper-banner-button-prev {
    right: 0em;
}
.banner-container .movie-banner-1{
	background: url("../images/movie-banner/01.png");
	background-size: cover;
}
.banner-container .movie-banner-2{
	background: url("../images/movie-banner/02.jpg");
	background-size: cover;
}
.banner-container .movie-banner-3{
	background: url("../images/movie-banner/03.jpg");
	background-size: cover;
}
.w-trailor {
    font-size: 1.250em;
    text-transform: uppercase;
    letter-spacing: 0.21875em;
    font-weight: 400;
    color: var(--iq-white-color);
    margin-left: 0.9375em;
    vertical-align: middle;
}
.swiper-banner-container .show-banner-1{
	background: url("../images/upcoming/01.jpg");
	background-size: cover;
}
.swiper-banner-container  .show-banner-2{
	background: url("../images/tvthrillers/02.jpg");
	background-size: cover;
}
.swiper-banner-container  .show-banner-3{
	background: url("../images/tvthrillers/04.jpg");
	background-size: cover;
}
.swiper-banner-container .show-video-banner-1{
	background: url("../images/video/04.jpg");
	background-size: cover;
}
.swiper-banner-container .show-video-banner-2{
	background: url("../images/video/09.jpg");
	background-size: cover;
}
.swiper-banner-container .show-video-banner-3{
	background: url("../images/video/08.jpg");
	background-size: cover;
}
.tvshows-slider .swiper-banner-button-next, .tvshows-slider .swiper-banner-button-prev {
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 999;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    height: 4.063em;
}
/* --------------------starring cards--------------------- */ 
.starring ul.inner-slider.list-inline{
    position: relative;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    overflow-wrap: break-word;
}
.starring .draggable {
    padding: 0px 0 100px;
    transform: translate3d(0, 0, 0);
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    user-select: none;
}
.starring li.slide-item{
    float: left;
    height: 100%;
}
.inner-slider {
   margin-bottom:6.25em;
}

/*--------------------HEDER SUB--------------------*/
header.style-one li .search-box input[type="search"] {
	border: none;
	background: var(--iq-bg1);
}
header.style-one li .search-box .search-submit {
	right: auto;
	left: 0;
	background: transparent;
}
header#main-header {
	position: fixed;
	left: 0em;
	right: 0em;
	text-align: center;
	z-index: 999;
	background: rgba(20, 20, 20, 0.5) !important;
	-webkit-backdrop-filter: blur(0.625em);
	backdrop-filter: blur(0.625em);
}
.navbar ul li:hover>.sub-menu {
	display: block !important;
	-webkit-animation: fade-in 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: fade-in 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.navbar ul li:hover .sub-menu {
	display: block;
	padding: 0.938em 0;
	background: var(--iq-body-bg);
	position: absolute;
	top: 100%;
	left: 0;
	padding-left: 0;
	display: inline-block;
	min-width: 16em;
	-webkit-box-shadow: 0em 0.063em 1.875em 0em rgb(36 38 43 / 10%);
	-moz-box-shadow: 0em 0.063em 1.875em 0em rgba(36, 38, 43, 0.10);
	box-shadow: 0em 0.063em 1.875em 0em rgb(36 38 43 / 10%);
}
.navbar ul li .sub-menu li>.sub-menu {
	display: none;
}
.navbar .navbar-nav li:last-child .sub-menu li:hover>.sub-menu,
.navbar .navbar-nav li:nth-last-child(2) .sub-menu li:hover>.sub-menu {
	left: auto;
	right: 100%;
	top: -0.938em;
}
.navbar ul li:last-child {
	margin-right: 0;
}
.navbar ul.navbar-nav>li.menu-item:hover>a,
.navbar ul.navbar-nav>li.menu-item:hover>i {
	color: var(--iq-primary);
}
.navbar ul.navbar-nav>li.menu-item>a {
	text-transform: uppercase;
}
.navbar ul.navbar-nav>li:hover>a {
	font-weight: 700;
}
.navbar ul li.menu-item a {
	font-size: 1em;
	font-weight: 400;
	position: relative;
	padding: 0em 0em 0em 0.625em;
	line-height: 4.375em;
	position: relative;
	z-index: 9;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	text-transform: capitalize;
}
.navbar ul li .sub-menu {
	display: none;
}
.navbar ul li .sub-menu li {
	margin-right: 0;
	padding: 0 0.938em;
}
.navbar ul.sub-menu li {
	display: block;
	text-align: left;
}
.navbar ul li {
	list-style: none;
	margin-right: 1.125em;
	position: relative;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	display: inline-block;
}
.menu-sticky .navbar ul li .sub-menu>li a {
	line-height: 1em;
}
.navbar ul li .sub-menu li.active a {
    color:var(--iq-primary);
} 
.navbar ul li .sub-menu li>a {
	font-size: 0.875em;
	border-radius: 0;
	display: inline-block;
	width: 100%;
	line-height: 1em;
	padding: 0.938em;
	color: var(--iq-body-text);
	position: relative;
	overflow: hidden;
}
.navbar ul li.menu-item a {
	font-size: 1em;
	font-weight: 400;
	position: relative;
	padding: 0em 0em 0em 0.625em;
	line-height: 4.375em;
	position: relative;
	z-index: 9;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	text-transform: capitalize;
}
.navbar ul li .sub-menu li>a::before {
	position: absolute;
	content: "";
	background: var(--iq-primary);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0.25em;
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
	transition: all 0.5s ease-in-out;
}
header .navbar ul li i {
    display: inline-block;
    font-weight: 700;
    font-size: 1.125em;
    color: var(--iq-light-gray);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
header .navbar ul li .sub-menu li.current-menu-parent>a::after,
header .navbar ul li .sub-menu li .sub-menu li.menu-item.current-menu-item>a::after,
header .navbar ul li .sub-menu li .sub-menu li.menu-item:hover>a::after {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: all 0.5s ease-in-out;
}
header .navbar ul li .sub-menu li:hover>a::after {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: all 0.5s ease-in-out;
}
.navbar ul li .sub-menu li>a::after {
	position: absolute;
	content: "";
	background: transparent linear-gradient( 270deg, var(--iq-form-gradient-color) 0%, var(--iq-to-gradient-color) 100%);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
	transition: all 0.5s ease-in-out;
	z-index: -1;
}
header .navbar ul li .sub-menu li.current-menu-parent>a::after,
header .navbar ul li .sub-menu li .sub-menu li.menu-item.current-menu-item>a::after,
header .navbar ul li .sub-menu li .sub-menu li.menu-item:hover>a::after {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: all 0.5s ease-in-out;
}
header .navbar ul li .sub-menu li:hover>a::before {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: all 0.5s ease-in-out;
}

/*------------------------------banner arrow ----------------------------------*/

.swiper-nav {
	--active: var(--iq-white);
	--border: rgba(255, 255, 255, .12);
	width: 2.750em;
	height: 2.750em;
	position: absolute;
	cursor: pointer;
	top: calc(53% - 2.813em);
}

.swiper-banner-button-prev.swiper-nav {
	left: 2%;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	z-index: 999;
}

.swiper-banner-button-next.swiper-nav {
	left: auto;
	right: 2%;
}

.swiper-nav i {
	display: block;
	position: absolute;
	margin: -0.625em 0 0 -0.625em;
	width: 1.250em;
	height: 1.250em;
	left: 50%;
	top: 50%;
}

.swiper-nav i:before, .swiper-nav i:after {
	content: '';
	width: 0.625em;
	height: 0.125em;
	border-radius: 0.063em;
	position: absolute;
	left: 50%;
	top: 50%;
	background: var(--active);
	margin: -0.063em 0 0 -0.313em;
	display: block;
	-webkit-transform-origin: 0.563em 50%;
	transform-origin: 0.563em 50%;
}

.swiper-nav i:before {
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
}

.swiper-nav i:after {
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}

.swiper-nav:before, .swiper-nav:after {
	content: '';
	display: block;
	position: absolute;
	left: 0.063em;
	right: 0.063em;
	top: 0.063em;
	bottom: 0.063em;
	border-radius: 50%;
	border: 0.125em solid var(--border);
}

.swiper-nav svg {
	width: 2.750em;
	height: 2.750em;
	display: block;
	position: relative;
	z-index: 1;
	color: var(--active);
	stroke-width: 0.125em;
	stroke-dashoffset: 126;
	stroke-dasharray: 126 126 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}


.swiper-nav.animate i:before {
	-webkit-animation: arrowUp 1.6s ease forwards;
	animation: arrowUp 1.6s ease forwards;
}

.swiper-nav.animate i:after {
	-webkit-animation: arrowDown 1.6s ease forwards;
	animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
	52% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
		stroke-dashoffset: 0;
	}
	52.1% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
		stroke-dashoffset: 0;
	}
	100% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
		stroke-dashoffset: 126;
	}
}

@keyframes stroke {
	52% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
		stroke-dashoffset: 0;
	}
	52.1% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
		stroke-dashoffset: 0;
	}
	100% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
		stroke-dashoffset: 126;
	}
}

@keyframes arrow {
	0%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	23% {
		-webkit-transform: translateX(17px);
		transform: translateX(17px);
		opacity: 1;
	}
	24%, 80% {
		-webkit-transform: translateX(-22px);
		transform: translateX(-22px);
		opacity: 0;
	}
	81% {
		opacity: 1;
		-webkit-transform: translateX(-22px);
		transform: translateX(-22px);
	}
}

@-webkit-keyframes arrowUp {
	0%, 100% {
		-webkit-transform: rotate(-40deg) scaleX(1);
		transform: rotate(-40deg) scaleX(1);
	}
	20%, 80% {
		-webkit-transform: rotate(0deg) scaleX(0.1);
		transform: rotate(0deg) scaleX(0.1);
	}
}

@keyframes arrowUp {
	0%, 100% {
		-webkit-transform: rotate(-40deg) scaleX(1);
		transform: rotate(-40deg) scaleX(1);
	}
	20%, 80% {
		-webkit-transform: rotate(0deg) scaleX(0.1);
		transform: rotate(0deg) scaleX(0.1);
	}
}

@-webkit-keyframes arrowDown {
	0%, 100% {
		-webkit-transform: rotate(40deg) scaleX(1);
		transform: rotate(40deg) scaleX(1);
	}
	20%, 80% {
		-webkit-transform: rotate(0deg) scaleX(0.1);
		transform: rotate(0deg) scaleX(0.1);
	}
}

@keyframes arrowDown {
	0%, 100% {
		-webkit-transform: rotate(40deg) scaleX(1);
		transform: rotate(40deg) scaleX(1);
	}
	20%, 80% {
		-webkit-transform: rotate(0deg) scaleX(0.1);
		transform: rotate(0deg) scaleX(0.1);
	}
}
