html , body {
    height : 100%;
    margin :0px;
    padding : 0px;
    font-family: Roboto,sans-serif !important;
}

#pageContainer {
    width : 100%;
    height :auto;
    background-color: #fafafa;
	color: #000;
	padding-top:3%;

}
/*#home{margin-top:-5% !important;}*/
#mastHeadContainer {
   /* width: 100%;
    height: 56px ;
    position: fixed;
    top: 0;
    left: 0;
    padding: 7px 16px;
    box-sizing: border-box;
    border-bottom : 1px solid #e8e8e8; 
    background-color : #000; */
    z-index : 1;
    display : flex;
    align-items : center;

}

#sideNavContainer {
    width: 228px;
    background-color: #f5f5f5;
    padding-top: 5px;
    position: fixed;
    top:11%;
    bottom: 0;
    display: flex;
    flex-direction: column;
 /*   overflow-y: auto; */
	z-index: 999;
	right:0;

}

#mainSectionContainer {
   /* padding-top : 56px; */
    display     : flex;
}

#mainSectionContainer.paddingLeft {
    padding-left : 240px;
}

#mainContentContainer {
    margin:10px 30px;
    display: flex;
    flex: 1;
    background-color: #fafafa;
    box-sizing: border-box;
}
#mastHeadContainer .navShowHide {
    cursor: pointer;
    height: 40px;
    padding: 8px;
    box-sizing: border-box;
    border: none;
    background: transparent;
    outline: none;
}
#mastHeadContainer .navShowHide img {
    width : 100%;
    /* height : 100%; */
}
#mastHeadContainer .logoContainer {
    width : 150px;
}
/*#mastHeadContainer .logoContainer img{
    height: 34px;
}*/
.searchBarContainer {
    margin: 6px 12px;
    flex: 1;
    display: flex;
}
.searchBarContainer form {
    flex : 1;
    display : flex;
}
.searchBarContainer form input[type='text'] {
    flex: 1;
    max-width: 600px;
    color: #111;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 100;
    border: 1px solid #ccc;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    height: 32px;
    box-shadow: #eee 0px 2px 4px 0px inset;
	font-family: revert;
}
.searchBarContainer form button {
    height: 32px;
    background-color: #f8f8f8;
    border: 1px solid #b3b3b3;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    width : 65px;

}
.searchBarContainer form button img{
    height: 20px;
    width: 20px;
	cursor: pointer;
}
/*#mastHeadContainer .rightIconsContainer {
    height : 100%;
    display: flex;
    align-items: center;
}*/
#mastHeadContainer .rightIconsContainer .profilePicutre {
    height : 40px;
    margin-left : 6px;
}
.column {
    flex-grow: 1;
    background-color: #fff;
    min-height: 300px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
}
.signInContainer {
    background-color: #efefee;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.signInContainer .column .header img {
    width:100px;
}
.signInContainer .column {
    flex-grow: 0;
    width: 450px;
    padding: 20px 35px;
    max-height: 100%;
    overflow-y: auto;
}
.signInContainer .column .header {
    padding: 20px 0px;
}
.signInContainer .column .header .h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 0px;
    padding-top: 16px;
    padding-bottom: 0px;
}
.signInContainer .column .header span {
    font-size : 14px;
}
.signInContainer .column .loginForm form {
    display: flex;
    flex-direction: column;
}
.signInContainer .loginForm form input[type="text"],
.signInContainer .loginForm form input[type="email"],
.signInContainer .loginForm form input[type="password"],
.signInContainer .loginForm form select
{
    font-size: 14px;
    margin: 10px 0px;
    border: none;
    border-bottom: 1px solid #dedede;
}
.signInContainer .loginForm form input[type="submit"]{
    background-color: #4285f4;
    color: #fff;
    width: 88px;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 33px;
}
.signInMessage {

    font-size: 14px;
    font-weight: 400;
    color: #212529;

}
.errmsg {
    color : #232b2b;
    font-size : 12px;
    text-align: center;
}
.watchLeftColumn {
    flex: 1;
}
.watchLeftColumn .videoPlayer {
    width: 100%;
}
.suggestions {
    max-width: 425px;
    flex-grow: 1;
    height: 100%;
    padding-left: 24px;
}
.videoInfo {
    width: 100%;
    padding: 20px 0px 8px 0px;
}
.videoInfo h1 {
    display: block;
    overflow: hidden;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.btnSection {
    display: flex;
}
.videoInfo .btnSection .viewCount {
    color: rgba(17, 17, 17, .6);    
    font-size: 16px;
    flex: 1;
}
.btnSection .controls {
    flex:1;
    text-align: right;
}
.btnSection .controls > button {
    padding: 0;
    background-color: transparent;
    border: none;
    color: rgba(17, 17, 17, .4);
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
}
.btnSection .controls button img {
    height: 20px;
    width: 20px;
    margin: 4px 8px 8px 8px;
}
.topRow {
    display: flex;
    margin-bottom : 12px;
}
.profilePicutre {
    height: 100%;
}
.topRow .profilePicutre {
    margin-right: 16px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    
}
.topRow .uploadInfo {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    
}

.topRow .uploadInfo .date {
    color: rgba(17, 17,17, 0.6);
    font-size: 13px;
    font-weight: 400;
}
.describtionContainer {
    margin-left: 64px;
    max-width: 615px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.secondaryInfo {
    border-bottom: 1px solid #dedede;
   /* padding: 20px;*/
    margin-bottom: 20px;
}
.subscribeBtnContainer button {
    padding: 6px 15px;
    cursor: pointer;
    border-radius: 2px;
    border: none;
    font-weight: 500;
}
.subscribeBtnContainer, .editVideoContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.subscribeBtnContainer .subscribe {
    background-color: red;
    color:#fff;
}
.subscribeBtnContainer .unsubscribe {
    background-color: #eee;
    color:rgba(17, 17, 17, .6);
}
.subscribeBtnContainer .edit {
    background-color: #2692e6;
    color:#fff;
}
.secondaryInfo .topRow .uploadInfo .owner a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    
}
 .commentSection .header {
    margin-top: 24px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
}
.commentForm img,
.comment .profilePicutre {
    margin-right: 16px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.header .commentCount {
    margin-bottom: 24px;
}
.commentForm  {
    display: flex;
}
.commentForm .commentBodyClass {
    flex    : 1;
    border:1px solid #ccc;
    background-color: transparent;
    font-size: 14px;
    color : #111;
    resize: none;
	margin-right: 1%;
}
.postComment,
.cancelComment,
.postReply {
    height: 36px;
    background-color: #2692e6;
    color :#fff;
    font-weight: 500;
    border : none;
    padding : 0px 15px;
    border-radius: 2px;
}

.cancelComment {
    background-color: transparent;
    color: rgba(17, 17, 17, .6);
}
.cancelComment:hover {
    color: #000;
}
.itemContainer {
    margin-bottom: 16px;
}
 .comment {
    display: flex;
    margin-top: 11px;

}
.commentHeader {
    margin-bottom: 2px;
}
.username {
    margin-right : 8px;
    color: #111;
    font-size:13px;
    font-weight: 500;
}
.comment .body {
    font-size   : 14px;
    font-weight: 400 ;
    line-height: 20px;
}
.itemContainer .controls {

    margin-left: 57px;

}
.itemContainer .controls > button,
.itemContainer .controls .likeCount {
    height:32px;
    background-color:transparent;
    border: none;
    font-size: 13px;
    font-weight: 500;
    color: rgba(17, 17, 17, .6);
}
.itemContainer .controls > button {
    cursor: pointer;
}
.itemContainer .controls .likesCount {
    font-size: 12px;
    color: #2c3e50;  
}
.itemContainer .controls button img {
    height: 16px;
}
.itemContainer .commentBodyClass {
    height: 32px;
}
.itemContainer .commentForm .profilePicutre {
    width: 34px;
    height: 28px;
}
.timestamp{
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}
.hide {
    display: none;
}
.repliesSection {
    padding-left: 64px;
    margin-top: 16px;
}
.viewReplies {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.videoGrid {
    display: flex;
    flex-wrap: wrap;
}
.suggestions .videoGridItem {
    display: flex;
    height: auto;
}
.suggestions .videoGridItem .thumbnail {
    margin-right: 8px;
}
.videoGridItem {
    margin-right: 4px;
    margin-bottom: 24px;
}
.videoGridItem .thumbnail {

    width: 210px;
    height: 118px;
    position: relative;
}
.videoGridItem .thumbnail img{

    width: 100%;
    height: 100%;

}
.videoGridItem .thumbnail .duration {
    right: 0;
    bottom: 0;
    position: absolute;
    color: white;
    margin: 4px;
    background-color:rgba(17, 17, 17, 0.6);
    padding: 4px 2px;
    border-radius: 2px;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 100;
    line-height: 12px;
}
.videoGridItem .details 
{
    padding-right: 24px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    width: 210px;
}

.suggestions .videoGridItem .details {
    padding-right: 0;
    flex: 1;
}
.details .title {
    margin : 8px 0;
    max-height: 32px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color:#212529;
}
.videoGridItem .details .username,
.videoGridItem .details .status{
    color: rgba(17, 17, 17, .6);
    font-size: 13px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vida:hover {
    text-decoration: none;
}
.videoGridHeader {
    display: flex;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}
.videoGridHeader div {
    flex: 1;
}
.videoGrid.large {
    flex-direction: column;
    flex: 1;
}
.videoGrid.large .videoGridItem {
    height  : auto;
    display: flex;
    flex-direction: row;
}
.videoGrid.large .videoGridItem .thumbnail {
    width: 266px;
    height: 138px;
    margin-right: 16px;
}
.largeVideoGridContainer {
    width: 100%;
}
.videoGrid.large .videoGridItem .details  {
    width: 100%;
}
.videoGrid.large .videoGridItem .details .title {
    font-size : 18px;
    line-height: 24px;
}
.videoGrid.large .videoGridItem .details  .describtion {
    font-size : 14px;
    color:rgba(17, 17, 17, .6);
    font-weight: 500;
}
.videoGridHeader .right {
    text-align: right;
}
.signInLink {
    color:#f00;
    margin-left: 15px;
}
.signINA {
    outline: none;
}
.signINA:hover {
    text-decoration: none;
}
#sideNavContainer .navigationItems {
}
#sideNavContainer .navigationItem {
    height: 40px;
    display: flex;
}
#sideNavContainer .navigationItem:hover {
    background-color: rgba(0,0,0, 0.04);

}
#sideNavContainer .navigationItem img {
    height: 18px;
    margin-right: 27px; 
}

#sideNavContainer .navigationItem span {
    flex: 1;
    color: #111;
    font-size: 14px;
}
#sideNavContainer .navigationItem a {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0px 24px;
}
#sideNavContainer .navigationItem a:hover  {
    text-decoration: none;
}

.navigationItems .heading{
    display: block;
    color: rgba(17, 17, 17, 0.6);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 24px 0px;
    border-top: 1px solid #ededed;
}
.profileContainer  {
    width: 100%;
    height: 100%;
}
.coverPhotoContainer {
    width: 100%;
    height: 220px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.coverPhoto {
    height: 100%;
    width: 100%;
}
.channelName {
    position: absolute;
    top: 36%;
    left: 38%;
    color: white;
    font-size: 50px;
    letter-spacing: 5px;
    font-weight: 100;
}
.profileHeader {
    padding: 15px 100px 0px 100px;
    height: 100px;
    display: flex;
}
.userInfoContainer {
    flex: 1;
    display: flex;
}
.userProfileImg {
    height: 120px;
    width: 120px;
    margin-right: 17px;
}
.profileHeader .userInfo {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.userInfo .title {
    font-size : 24px;
    font-weight : 400;
    color : #111;
}
.userInfo .subCount {
    font-size: 14px;
    color: rgba(17, 17, 17, .6);
}
.btnContainer {
    height: 100%;
    flex: 1;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}
#myTabContent {
    padding: 20px;
    background-color: white;
    border : 1px solid #ddd;
}
.nav-item a {
    color: rgba(17, 17, 17, .6);

}
.channelContent .values {
    display: flex;
    flex-direction: column;
    color : rgba(17, 17, 17, .6);
}
.formSection:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
}
.settingsContainer form {
    width : 80%;
    margin-left:auto;
    margin-right:auto;
}
.edit.button {
    background-color: #2692e6;
    color: white;
    border: none;
    padding: 5px 12px;
}
.editVideoContainer {
    display: flex;
    flex-direction: column;

}
.editVideoContainer .topSection {
    display: flex;
}
.topSection .videoPlayer {
    max-height: 360px;
    flex : 1; 
}
.editVideoContainer .topSection .thumbnailItemContainer {
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    width: 210px;

}
.editVideoContainer .topSection .thumbnailItemContainer .thumbnailItem  {
    margin-bottom : 10px;
    padding: 2px;
}
.editVideoContainer .topSection .thumbnailItemContainer .thumbnailItem img {
    width: 100%;
    cursor: pointer;
}
.editVideoContainer .topSection .thumbnailItemContainer .thumbnailItem.selected { 
    border: 3px solid #828282;
}





header#main-header{position: fixed; left: 0px; right: 0px; text-align: center; z-index: 99;background: rgba(0, 0, 0, 0.9) !important;}
header .main-menu-container {display: inline-block; width: 100%;}
header .navbar ul.navbar-nav {display: block;}
header .navbar ul li {list-style: none; margin-right: 18px; 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: 16px;
    font-weight: 700;
    position: relative;
    padding: 0px 0px 0px 10px;
    line-height: 70px;
    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: capitalize;
}

/*--------------------------------------------------------------
                       Main Slider
--------------------------------------------------------------*/
#home-slider ul.slick-dots { bottom: 30px; }
#home-slider .slick-dots li { height: auto; width: auto; }
#home-slider .slick-dots li button { height: 2px; width: 30px; background: rgba(229, 9, 20, 0.4); padding: 0; }
#home-slider .slick-dots li.slick-active button { background: var(--iq-primary); }
#home-slider li {position:relative; }
.slider-description {position:absolute; top:15%; left:80px; }
#home-slider h1.slider-text {font-size:48px; margin:15px 0; }
#home-slider p {margin:20px 0; /*width:75%;*/ }
#home-slider .slick-bg { padding:30px 0 40px;width:100%; background-size: cover;background-position: center center; background-repeat: no-repeat; height: 100vh; position: relative; z-index: 1; margin:0px 0 0 0;}
#home-slider .slick-bg.s-bg-1 { background-image: url('../../images/slider/slider1.jpg'); }
#home-slider .slick-bg.s-bg-2 { background-image: url('../../images/slider/slider2.jpg'); }
#home-slider .slick-bg.s-bg-3 { background-image: url('../../images/slider/slider3.jpg'); }
.trailor-video { position: absolute; bottom: 0; right: 0; z-index: 999; }
.channel-name { color: var(--iq-primary); font-size: 20px; margin-left: 10px; letter-spacing: 2.5px; font-weight: 500; }
.c-logo { width: 130px; }
.channel-logo { border-left: 5px solid var(--iq-primary); background: transparent linear-gradient(270deg, rgba(11, 1, 2, 0) 0%, rgba(255, 55, 65, 0.3) 100%); padding: 10px 10px 10px 15px; width: 255px; position: relative; overflow: hidden; }
.circle { stroke: var(--iq-primary); stroke-dasharray: 650; stroke-dashoffset: 650; -webkit-transition: all 0.5s ease-in-out; opacity: 0.3; }
.playbtn { display: inline-block; -webkit-transition: all 0.5s ease; }
.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; opacity: 1; }
.w-trailor { font-size: 17px; letter-spacing: 3.5px; font-weight: 600; color: var(--iq-white); margin-left: 5px; }
.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; }

/*---------------------------------------------------------------------
                      Pages Content
-----------------------------------------------------------------------*/
.main-content { padding-top: 20px; /*background: #0d0c0c;*/}
.block-space { padding: 40px 0; }
.s-margin { margin-top: 40px; }
.iq-main-header { margin-bottom: 10px; }

/*--------------------------*/
.favorites-slider .slick-list, #top-ten-slider-nav .slick-list { overflow: visible; padding-bottom: 20px !important; }
.favorites-slider li.slide-item { float: left; width: 25%; }
.favorites-slider .slick-list { overflow: visible; }
li.slide-item { position: relative; padding: 0 15px; }
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.3, 1.3, 1) translate3d(0, 0, 0) perspective(500px); 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: 0px 0px 12px rgba(0, 0, 0, 0.9); }
.block-social-info { position: absolute; top: 0; left: auto; bottom: 0;right: 25px; z-index: 999;display: flex; align-items: center; opacity: 0; }
.music-play-lists li { height: 30px; width: 30px; line-height: 35px; text-align: center; background: rgba(255, 255, 255, 0.30); border-radius: 50%; margin: 0 auto 7px; display: flex; -webkit-display: flex; -moz-display: flex; -o-display: flex; align-items: center; }
.music-play-lists span { position: relative; display: block; height: 20px; width: 20px; line-height: 26px; font-size: 12px; 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 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:25px; top: 0; bottom: 0;z-index: 999; display: flex; justify-content: center; flex-direction: column; opacity: 0; }
.block-description > h6{font-size: 1.5em;}
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;}
li.slide-item:hover .block-images::before { opacity: 1; z-index: 9; }
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: 5px 15px; font-size: 12px; }
li.slide-item.slick-current:hover .block-images{ transform: scale3d(1.3, 1.3, 1) translate3d(11%, 0, 0) perspective(500px); }
.block-images .hover-buttons { margin-top: 5px; }
.block-social-info .music-play-lists li{width:40px;height:40px;}
.block-social-info .music-play-lists span{width:30px;height:30px;}
.block-social-info .music-play-lists span i{font-size: 15px;}


/*-------------------*/
.movie-content li { position: relative; padding-right: 20px; }
.m.movie-content li:last-child { padding-right: 0px; }
.movie-content li:before { content: ""; height: 3px; width: 3px; background: #dddddd; position: absolute; top: 10px; right: 8px; border-radius: 50%; }
.movie-detail .movie-content li:before { width: 5px; height: 5px; }
.movie-content li:last-child:before { display: none; }
li.slide-item .block-description .ratting-start { font-size: 12px; }
li.slide-item .block-description .badge { background-color: rgb(72, 72, 72, 0.61); }
li.slide-item .block-description .parallax-ratting span { font-size: 14px; }
.slick-vertical .slick-slide.slick-current.slick-active .block-description { left: 25px; 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; opacity: 1; }
.slick-vertical .slick-slide .block-images { overflow: visible; }
.slick-vertical .slick-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: 6px solid var(--iq-primary); }
.slick-vertical .slick-slide.slick-current.slick-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; }
.slick-vertical .slick-slide.slick-current.slick-active .block-images { width: 100%; overflow: visible; transform-origin: 100% 100%; 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; z-index: 9; }
.slick-vertical li.slick-slide.slick-current.slick-active { transition: all 0.45s ease 0s; }
.slick-vertical .slick-slide { margin-bottom: 18px; }
.slick-vertical li.slick-slide:last-child { margin-bottom: 0 !important; }

/*---------------------*/
#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: 60px 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: 15px; margin-right: 15px; }
.trending-pills.nav-pills .nav-item a:after { content: ''; position: absolute; left: 0; top: 0; width: 0; height: 3px; 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: 0px 50px; display: flex; }
.p-btns { display: flex; align-items: center; }
.trending-info .trending-text { font-size: 60px; line-height: 100px; margin: 15px 0; }
.trending-info .text-detail { font-size: 20px; font-weight: 500; letter-spacing: 0.7px; margin-bottom: 30px; }
.trending-info .text-detail .badge { font-size: 20px; }
.badge.badge-trend { background: rgb(0, 0, 0, 0.42); }
.text-detail .trending-year { position: relative; padding-left: 30px; }
.text-detail .trending-year:before { content: ""; height: 6px; width: 6px; background: var(--iq-white); position: absolute; top: 50%; transform: translateY(-50%); left: 13px; border-radius: 50%; }
.overview-tab:before, .slick-bg: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%); z-index: 1; }
.slick-bg:before { background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(20, 20, 20, 1) 35%, rgba(83, 100, 141, 0) 100%); width: 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:9; }
.trending-info .trending-dec { margin-bottom: 30px; width: 35%; }
.trending-info .block-social { height: 45px; width: 45px; line-height: 45px; text-align: center; background: rgba(255, 255, 255, 0.15); border-radius: 50%; margin-left: 15px; display: flex; -webkit-display: flex; -moz-display: flex; -o-display: flex; align-items: center; }
.trending-info .block-social a { position: relative; display: block; height: 32px; width: 32px; line-height: 26px; font-size: 16px; 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: 18px; font-weight: 500; }
.trending-list .title span { font-size: 16px; font-weight: 400; }
.trending-info .iq-dropdown .form-control { background: rgb(0, 0, 0, 0.20); border-radius: 5px; color: var(--iq-white); }

/*-----------------------*/
#trending-slider-nav .slick-list { padding-bottom: 35px !important; }
#trending-slider-nav .movie-slick { border: 12px solid transparent; transition: all 0.4s ease; }
#trending-slider-nav .slick-current.slick-active .movie-slick { border-color: var(--iq-bg1); transition: all 0.4s ease; }
#trending-slider-nav .movie-slick:before { content: ''; position: absolute; left: 50%; bottom: -31px; transform: translateX(-50%); width: 0; height: 0; border-left: 18px solid transparent; border-right: 18px solid transparent; border-top: 26px solid var(--iq-bg1); opacity: 0; transition: all 0.4s ease; z-index: 999; }
#trending-slider-nav .slick-current.slick-active .movie-slick:before { opacity: 1; }
.e-item:hover .episodes-description { color: var(--iq-white) !important; }
.episodes-description a:hover { color: var(--iq-primary); }
.episode-number { position: absolute; top: 15px; left: 15px; height: 30px; width: 30px; line-height: 30px; text-align: center; color: var(--iq-white); background: rgb(134, 134, 134, 0.6); border-radius: 50%; 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; }
.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: 38%; 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; }
.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: 45px; width: 45px; line-height: 45px; 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: 32px; width: 32px; line-height: 26px; font-size: 16px; 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; }
.episodes-slider1 .owl-nav { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; color: #fff; }
.episodes-slider1 .owl-nav button.owl-prev, .episodes-slider1 .owl-nav button.owl-next { float: left; width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 55, 65, 0.8); line-height: 23px; font-size: 27px; 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: 0px 20px 40px rgba(0, 0, 0, 0.6); }
.parallax-window { height: 100%; padding: 100px 0; position: relative; background: url(../images/parallax/p1.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 { position: relative; overflow: hidden; }
.topten-title { position: absolute; left: 70px; top: 50px; z-index: 99; }
.topten-title-sm { display: none; }
.vertical_s { position: absolute; top: 95px; right: 0; bottom: 0; left: 70px; overflow: hidden; }
#top-ten-slider-nav { width: 300px; height: 100%; position: relative; }
#top-ten-slider-nav .slick-list.draggable { height: 100% !important }
#top-ten-slider-nav .slick-prev, #top-ten-slider-nav .slick-next { left: 0; right: 0; margin: 0 auto; }
#top-ten-slider-nav .slick-prev { top: 0; bottom: auto; }
#top-ten-slider-nav .NextArrow, #top-ten-slider-nav .PreArrow { position: absolute; left: 50%; transform: translateX(-50%); z-index: 999; background: transparent; border: none; color: #fff; font-size: 60px; width: 100%; z-index: 1; }
#top-ten-slider-nav .NextArrow { bottom: -20px; }
#top-ten-slider-nav .PreArrow { top: -25px; }
#top-ten-slider-nav .NextArrow:before, #top-ten-slider-nav .PreArrow:before { content: ''; position: absolute; left: 0; right: 0; width: 100%; height: 50%; z-index: -1; }
#top-ten-slider-nav .NextArrow:before { background: linear-gradient(360deg, rgba(20, 20, 20, 0.9) 0%, rgba(36, 36, 36, 0.7) 35%, rgba(83, 100, 141, 0) 100%); bottom: 17px; }
#top-ten-slider-nav .slick-next:before, #top-ten-slider-nav .slick-prev:before { display: none; }
.slick-arrow{cursor:pointer;}
/*-----------------------*/

.iq-main-slider {
    position: relative;
}

footer { background: var(--iq-bg1); }
ul.f-link li { margin-bottom: 4px; }
ul.f-link li a { margin-bottom: 4px; color: var(--iq-body-text); }
ul.f-link li a:hover { color: var(--iq-primary); }
.s-icon { position: relative; width: 40px; height: 40px; border-radius: 50%; text-align: center; line-height: 40px; margin-right: 12px; color: var(--iq-white); font-size: 17px; 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 15px var(--iq-primary); }
.s-icon:hover { box-shadow: 0 0 10px var(--iq-primary); text-shadow: 0 0 2px 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) 0px 3px 10px; }

/*-----------------------*/
.banner-wrapper { padding: 60px 0; z-index: 1; width: 100%; height: 550px; 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(to bottom, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.8) 70%, var(--iq-black) 100%) }
.banner-caption, .overlay-s-name { position: absolute; bottom: 30px; left: 80px; }
.movie-detail .trending-info { padding: 0 0 20px 0; border: 1px solid; border-image-slice: 1; border-width: 0 0 1px 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: 7px; width: 45px; height: 45px; }
.share-icons.music-play-lists li span { width: 32px; height: 32px; }
.share-icons.music-play-lists li span i { font-size: 15px; }
.movie-detail .trending-info .trending-text { font-size: 50px; line-height: 1.5; margin: 0; text-transform:capitalize !important;}
.main-content.movi { padding-top: 30px; }
.share { position: relative; }
.share-box { -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75); box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75); display: none; position: absolute; width: 130px; left: -130px; bottom: -60px; background-color: var(--iq-bg1); padding: 10px; border-radius: 5px; text-align: center; z-index: 2; animation: slide-in  0.5s forwards; margin-bottom: 10px; }
.share:hover .share-box { display: inline-block; }
.share-box a { background: transparent !important; color: var(--iq-body) !important; margin-right: 15px; }
.share-box i { font-size: 25px !important; }
.share-box a:hover { color: var(--iq-primary) !important; }
.banner-wrapper .trending-info .trending-dec { width: 100%; }
.play-ico { font-size: 22px; }
.play-button { position: absolute; z-index: 10; top: 50%; left: 15px; transform: translateY(-50%); display: block; padding-left: 5px; text-align: center; }
.play-button:before { content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 50px; height: 50px; background: #ba1f24; 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: 50px; height: 50px; background: var(--iq-primary); border-radius: 50%; transition: all 200ms; }
.play-button:hover:after { background-color: darken(#fa183d, 10%); }
.play-button i { display: block; position: relative; z-index: 3; font-size: 20px; color: var(--iq-white); }
.w-name { margin-left: 70px; }
video { display: block; width: 100%; height: 100%; }
.video-container { width: 100%; height: 650px; 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: 0px 0 20px 0 rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5); box-shadow: 0px 0 20px 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: 28px; }
.episode-name .trending-year:before { top: 22px !important; left: 12px !important; }
.season-info .big-title { font-size: 22px !important; }

/*-----------------------*/
#tvshows-slider li { float: left; }
.shows-img { position: relative; }
.shows-content { position: absolute; bottom: 30px; left: 25px; z-index: 99; }
.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; }
#tvshows-slider .slick-slide { opacity: 0.4; filter: blur(3px); box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12) }
#tvshows-slider .slick-slide.slick-current.slick-center { opacity: 1; filter: blur(0); -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75); box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.75); }
#tvshows-slider .NextArrow, #tvshows-slider .PreArrow{ position: absolute; top: 50%;cursor:pointer;transform: translateY(-50%); z-index: 999; background: transparent; border: none; color: rgba(255, 255, 255, 0.9); font-size: 65px; z-index: 1;}
#top-ten-slider .NextArrow, #top-ten-slider .PreArrow { position: absolute; top: 50%;cursor:pointer;transform: translateY(-50%); z-index: 999;width:40px;height:40px;background: rgba(255, 55, 65, 0.8);border-radius:50%;border: none; color: rgba(255, 255, 255, 0.9); font-size: 27px;display:inline-block; z-index: 1;line-height:26px;text-align:center;display: flex;align-items: center;justify-content: center; }	
#tvshows-slider .NextArrow, #top-ten-slider .NextArrow { right: 10px; }
#tvshows-slider .PreArrow, #top-ten-slider .PreArrow { left: 10px; }
.iq-main-slider { position: relative; }
.genres-box { position: absolute; top: 100px; left: 15%; }
.genres-box .btn-secondary { background-color: rgba(108, 117, 125, 0.8); border-color: transparent; position: relative; }
.genres-box .btn-secondary:focus { box-shadow: none !important; }
.genres-box .dropdown-toggle::after { content: '\ea41'; position: absolute; right: 37px; top: 10px; font-family: 'remixicon'; border: none !important; transition: all 0.4s ease; vertical-align: middle !important; }
.genres-box .btn { padding: 9px 42px 9px 25px; }
.genres-box .dropdown-menu { background-color: rgb(36, 36, 36, 0.9); border: transparent; color: var(--iq-white) !important; border-radius: 0; transform: translate(0, 0); -webkit-transform: translate(0, 0); -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.genres-box .dropdown-menu.show { transform: translate(0, 70px); }
.genres-box .dropdown-item { color: var(--iq-white); }
.genres-box .dropdown-item:focus, .genres-box .dropdown-item:hover { background-color: transparent; color: var(--iq-primary); }
.genres-box .btn-secondary:not(:disabled):not(.disabled).active, .genres-box .btn-secondary:not(:disabled):not(.disabled):active, .genres-box.show> .btn-secondary.dropdown-toggle { background-color: rgba(108, 117, 125, 0.8) !important; border-color: transparent !important; }

/*---------------------------*/
.m-profile { padding-top: 120px; padding-bottom: 60px;}
.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: 1px solid var(--iq-body-text); background: transparent; }
.m-profile .form-group { margin-bottom: 1.2rem; }
.m-profile .sign-user_card { padding: 30px; }
.m-profile .select2-dropdown { top: 0; }
.m-profile .select2-search--dropdown .select2-search__field { display: none !important; }
.lang-dropdown { margin-left: 30px; }
.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: #f2f2f2; }
.manage-gen .select2-container .select2-selection--single .select2-selection__rendered { line-height: calc(1.5em + 1.3rem); padding-left: 10px; font-size: 14px; }
.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: 11px; font-size: 14px; }
.a-border { border: 1px solid; border-image-slice: 1; border-width: 0 0 1px 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: 25px; top: 25px; }
.setting-wrapper .btn-hover { white-space: normal; }
.pricing .table th { border-top: none; }
.pricing .table th { border-bottom: 1px solid var(--iq-body-bg);}
.prc-box { background: var(--iq-body-bg); padding: 15px; position: relative;transition:all 0.4s ease; }
.type { position: absolute; background: var(--iq-primary); padding: 9px 25px; color: var(--iq-white); top: -15px; left: 50%; transform: translateX(-50%); z-index: 99; font-weight: 500; }
.type:before { position: absolute; content: ''; width: 0; height: 0; right: -15px; top: -1px; border-left: 16px solid var(--iq-primary-hover); border-top: 16px solid transparent; }
.type:after { position: absolute; content: ''; width: 0; height: 0; left: -15px; top: -1px; border-right: 16px solid var(--iq-primary-hover); border-top: 16px solid transparent; }
.prc-box.active { background: var(--iq-primary); }
.prc-box.active .type { background: #fff; color: var(--iq-primary); }
.prc-box.active .type:before { border-left: 16px solid var(--iq-primary-hover); right: -16px; }
.prc-box.active .type:after { border-right: 16px solid var(--iq-primary-hover); left: -16px; }
.prc-wrap { border-bottom: none !important; }
.pricing .table td { border-top: none !important; }
.pricing .table tr { border-bottom: 1px solid var(--iq-body-bg);}
.pricing .table tr:last-child { border-bottom: 0; }
.i_close { font-size: 22px; }
.p-image { position: absolute; top: auto; right: 6px; bottom: 10px; transition: all .3s ease; background: var(--iq-primary); color: var(--iq-white); border-radius: 50%; height: 30px; width: 30px; line-height: 28px; text-align: center; font-size: 12px; 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); }

/*---------------------------------------------------------------------
                      Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top { z-index: 999; position: fixed; margin: 0px; color: var(--iq-white); background: var(--iq-primary); bottom: 30px; right: 25px; font-size: 26px; width: 50px; height: 50px; text-align: center; line-height: 50px; border-radius: 90px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
#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;
}
.videoGrid ul li{list-style: none;  width:25%; float: left; margin-bottom:2%;}
.slider-inner span, .slider-inner p{color:#fff !important;}
.suggestions-videos li.slide-item{/*width:25%;*/ float:left; list-style:none; margin-bottom:3%;}
.suggestions-search-videos li.slide-item{float:left; list-style:none; margin-bottom:3%;}
.slide-item .thumbnail{/*min-width:266px !important; min-height:150px !important; max-width:266px !important; max-height:150px !important;*/}

.dropdown{position: relative; display: inline-block;}
header .navbar ul li.menu-item .dropdown-content a{line-height:30px; color:#000;}
.dropdown-content{display:none; position:absolute; background-color:#f9f9f9; box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);
  padding:3px 4px;  z-index:1;}
.dropdown:hover .dropdown-content{display: block;}


/*02022021*/


body header .navbar .menu-header-menu-container, body header .navbar .menu-all-pages-container, body header .navbar .menu-testing-menu-container, body header .navbar .menu-short-container, body header .navbar .menu-main-menu-container {
    display: inline-block;
    width: 100%;
}
.mobile-more-menu {
    display: none;
}
header .navbar-light .navbar-brand img.logo {
    width: 160px;
}
.search-toggle {
    padding: 0 !important;
}
.search-box {
    left: auto !important;
    right: 0 !important;
}
.search-box {position: absolute; left: 0; right: 0; top: 46px; min-width: 25rem; width: 100%; z-index: -1;
    opacity: 0; transform: translate(0, 70px); -webkit-transform: translate(0, 70px); -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: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
header .navbar ul li {list-style:none; margin-right:18px; 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;
}
.navbar-right .iq-sub-dropdown {width: 300px; opacity: 0; visibility: hidden; position: absolute; top: 100%; right: 15px;
    background: var(--iq-bg1); transform: translate(0, 70px); -webkit-transform: translate(0, 70px); transition: all 0.3s;
    padding: 0; -webkit-box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0 20px 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;
}

#mastHeadContainer .navShowHideMobile {cursor: pointer; height: 40px; padding: 8px; box-sizing: border-box;
    border: none; background: transparent; outline: none;
}
#mastHeadContainer .navShowHideMobile img {width : 100%; /* height : 100%; */}
#sideNavContainerMobile {width: 228px; background-color: #f5f5f5; padding-top: 5px; position: fixed; top:9.6%;
    bottom: 0; display: flex; flex-direction: column; /*   overflow-y: auto; */	z-index: 999; right:0;}
#sideNavContainerMobile .navigationItem {height: 40px; display: flex;}
#sideNavContainerMobile .navigationItem:hover {background-color: rgba(0,0,0, 0.04);}
#sideNavContainerMobile .navigationItem img {height: 18px; margin-right: 27px;}
#sideNavContainerMobile .navigationItem span {flex: 1; color: #111; font-size: 14px;}
#sideNavContainerMobile .navigationItem a {flex: 1; display: flex;
    align-items: center;
    padding: 0px 24px;
}
#sideNavContainerMobile .navigationItem a:hover  {
    text-decoration: none;
}
.more-toggle {
    color: var(--iq-white) !important;
    font-size: 22px;
}
button.navShowHideMobile{border: none; background: none; color: #fff;}

/* .searchBarContainer {
    margin: 6px 42px;
    flex: 1;
    display: flex;
} */

body .iq-main-slider {
    padding-top: 0px !important;
    }
.slick-dotted{top:-1.3rem;}	
.navbar-collapse.show{top:4.5rem;}
.mobile-more-menu .profilePicutre{height:40px;}
header .navbar .show ul li.menu-item .dropdown-content li a{line-height:12px; color:#000;}
header .navbar .show ul li.menu-item .dropdown-content li a{padding:10px 10px;}
.show .dropdown-content{display:none; position:absolute; background-color:#f9f9f9; box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2); padding:3px 4px;  z-index:1; margin-left:5.5rem; margin-top:1.8rem; z-index:9;}
header .navbar ul li ul.dropdown-content li{border-bottom:1px solid #ccc; width:100%;}
.loggedhome ul li{margin-bottom:2% !important;}

/* -- Menu CSS Start -- */

#cssmenu{padding-left:0; padding-bottom:1%;}
#cssmenu ul{margin-top:3%; padding-left:0;}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:11px;right:12px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:8px;right:15px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
/*#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu{font-family:sans-serif;background:#333}
*/
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}

#cssmenu > ul > li{float:left}
#cssmenu > ul > li > a{padding:7px; text-decoration:none; font-size:16px; font-weight:700;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#fff}

/*#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{background:#f1bc01!important;-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}*/

#cssmenu > ul > li.has-sub > a{padding-right:30px}
/*#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}*/
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-99999px}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#171717;transition:all .25s ease; width:100%;}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:auto;}
#cssmenu ul ul ul{margin-left:100%;top:0;margin-top:0px;}
#cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:3px 14px;width:279px;text-decoration:none;color:#ddd;font-weight:400; display:inline-block; text-align:left;}
#cssmenu ul li ul li ul li a{width:100%;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff; background:#363636;}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

@media screen and (max-width:1000px){
nav{width:100%;}
#cssmenu{width:100%}
#cssmenu ul{width:90%;display:none; position:fixed; z-index:9999999999999999; background:#000; top:8%; margin:0;
    padding:0;}
#cssmenu ul li{width:100%;border-top:1px solid #444; padding:2%;}
#cssmenu ul li:hover{background:#363636;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:#333!important;}
#cssmenu ul ul li:hover{background:#363636!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#ddd;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;}
#cssmenu .button{width:55px;height:46px;position:absolute;left:-4%;cursor:pointer;z-index: 12399994;}
#cssmenu .button:after{position:absolute;top:22px;right:19px;display:block;height:8px;width:22px;border-top:2px solid #dddddd;border-bottom:2px solid #dddddd;content:''}
#cssmenu .button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:19px;display:block;height:2px;width:22px;background:#ddd;content:''}
#cssmenu .button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
#cssmenu .button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:46px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#262626}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}
#cssmenu ul ul li.has-sub ul{overflow-y:scroll; max-height:250px; overflow-x:hidden;}
/* --- Menu CSS End -- */

.slide-item .block-images .epi-desc{white-space:nowrap;}
.commentForm button .text{cursor:pointer;}