/*
    DEMO STYLE
*/
/* @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background: #040707;
    font-size: 16px;

}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #fff;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

a:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

img {
    max-width: 100%;
}

.header-fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
}

.header-fixed .navbar {
    background: transparent !important;
    border-bottom: 0;
}

.navbar {
    background: #000 !important;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #333;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

#sidebar ul.list-unstyled li.active,
#sidebar ul.list-unstyled li.active a {
    background: none !important;
}

/* Inline css of index page */


#custom-search-input .input-group.search-input {flex-wrap: nowrap;}
#custom-search-input .input-group.search-input .glyphicon-search:before {
    content: "\e003";
    font-size: 15px;
}
.navbar-nav .dropdown-menu-notification.dropdown-menu {
    position: absolute; 
    float: none;
}

.navbar-nav .dropdown-menu-notification.dropdown-menu .notification-head {
    background: #F1F1F1 !important;
    color: #545454;
}

.navbar-nav .nav-link.notification-link {
    padding-right: 15px !important;
}

.list-inline {
    text-align: center;
}

.list-inline>li {
    margin: 10px 5px;
    padding: 0;
}

.list-inline>li:hover {
    cursor: pointer;
}

.list-inline .selected img {
    opacity: 1;
    border-radius: 15px;
}

.list-inline img {
    opacity: 0.5;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.list-inline img:hover {
    opacity: 1;
}

.item>img {
    max-width: 100%;
    height: auto;
    display: block;
}

.carousel-inner .active {

    background-color: none;
}

.carousel-inner .item {

    padding: 0px;

}
/* Inline css of index page */





/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    /*  perspective: 1500px;   */
}


#sidebar {
    /* min-width: 336px;
    max-width: 336px; */
    background: #111111;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
    /* padding-left: 80px; */
}

#sidebar.active {
    left: -336px;
    transform: rotateY(100deg);
}

#sidebar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 336px;
    z-index: 1000;
}

#sidebar.active~#content {
    padding-left: 0px;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
}

#sidebar~#content {
    padding-left: 336px;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
}

#sidebar .sidebar-header {
    padding: 17px 10px 18px;
    background: #111111;
    border-bottom: 1px solid #333 !important;
    border-top: none !important;
    min-width: 336px;
    max-width: 336px;
    padding-left: 90px;
}

#sidebar ul.components {
    padding: 20px 0;
    min-width: 336px;
    max-width: 336px;
    padding-left: 80px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #fa4125;

}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fa4125;

}

#sidebar ul li.active>a .menu-icon {
    background: #fa4125;
}

#sidebar ul li.active>a .menu-icon>img {
    filter: brightness(0) invert(1);
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;

}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

#sidebar ul li a span.menu-icon {
    width: 30px;
    height: 30px;
    background: #fff;
    display: inline-flex;
    margin-right: 5px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

#sidebar ul li a span.menu-icon img {
    filter: brightness(0);
    width: 18px;
    height: 18px;
    object-fit: contain;
}

#sidebar ul li a.active span.menu-icon,
#sidebar ul li a:hover span.menu-icon {
    background: #fa4125;
}

#sidebar ul li a.active span.menu-icon img,
#sidebar ul li a:hover span.menu-icon img {
    filter: brightness(0) invert(1);
}

.video-icons {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    right: 20%;
    top: 0;
    color: #fff;
}

.video-icons a {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
}

.video-icons a:hover {
    color: #fa4125;
    transform: scale(1.1);
}

.video-icons i {
    font-size: 24px;
    margin-right: 4px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    overflow: hidden;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: none;
    color: #fa4125 !important;
    cursor: pointer;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #fa4125;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}

#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}

#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

/******** loader start here ***********/

/* PRELOADER CSS */
.page-loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    z-index: 1000;
}

.page-loader .txt {
    color: #666;
    text-align: center;
    top: 40%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
}

/* SPINNER ANIMATION */
.spinner {
    position: relative;
    top: 35%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

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

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

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

/**************** nav start here ***********/
.menu-right {
    display: flex;
    align-items: center;
}

.menu-right .notification {
    padding: 0px 10px;
    color: #fff;
    position: relative;
}

.menu-right .notification:hover i {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.5s;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-2px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(2px, 0, 0);
    }
}

.menu-right #dropdownMenuButton:hover img {
    border: 2px solid #fa4125;
}

.menu-right .notification span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fa4125;
    position: absolute;
    right: 5px;
    top: 3px;
}

.menu-right #dropdownMenuButton {
    background: none;
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

.menu-right #dropdownMenuButton img {
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 0.5s ease;
}

.menu-right #dropdownMenuButton::after {
    right: 0;
    height: 6px;
}

.menu-right .dropdown .dropdown-menu {
    left: initial;
    right: 0;
    top: 43px;
    background: #fff;
    min-width: 141px;
    color: #000;
    padding: 0;
}

.menu-right .dropdown .dropdown-menu a {
    color: #444444;
    font-size: 16px;
}

.menu-right .dropdown .dropdown-menu a:hover {
    background: #fa4125;
    color: #fff;
}

.login-btn a.y-signin {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #fa4125;
    font-size: 18px;
    padding: 2px 12px;
    border: 1px solid #fa4125;
    border-radius: 4px;
}

.login-btn a.y-signin:hover {
    background-color: #fff;
    color: #fa4125;
}

.profile-user-info li {
    position: relative;
}

.profile-user-info li i {
    position: absolute;
    left: 8px;
    top: 6px;
    font-size: 15px;
}

.menu-right .profile-user-info a {
    color: #444444;
    font-size: 16px;
    padding: 2px 29px;
}

img.profile-image1 {
    max-width: 40px;
    margin-right: 10px;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.355em;
    vertical-align: 0.355em;
    content: "";
    border-top: 0.6em solid;
    border-right: 0.6em solid transparent;
    border-bottom: 0;
    border-left: 0.6em solid transparent;
}
.profile-button .dropdown-toggle::after { content: none;}

.notification-profile a#navbarDropdown {
    background-color: transparent;
}

.dropdown-menu-notification:before {
    content: "" !important;
    border: 10px solid #f1f1f1 !important;
    border-color: transparent transparent #f1f1f1 transparent !important;
}

.notification-head span {
    color: #444;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    margin: 0;
}

#global-notifications-box li.notification-box {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
}

.menu-right .dropdown .notification-box a:hover {
    background-color: transparent;
    color: #444;
}

.notification-box .row {
    margin: 0;
}

.notification-box div {
    font-size: 15px;
}

.notification-box small.text-warning {
    color: #a3a3a3 !important;
}

.notification-footer {
    background: #F1F1F1 !important;
}

ul.nav ul.dropdown-menu-notification a.view-all {
    font-size: 14px !important;
}

/*********** banner start here ***********/

.search-box {
    width: 100%;
    max-width: 600px;
    display: block;
    border: 1px solid #333333;
    background: #0f0710;
    border-radius: 4px;
    padding: 10px;
}

.search-box input {
    background: none;
    border: none;
    width: 100%;
    max-width: 553px;
    outline: none !important;
    color: #aaa;
}

.search-box button {
    border: none;
    background: #fa4125;
    border-radius: 4px;
    width: 50px;
    height: 32px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.search-box button:hover {
    color: rgb(250, 65, 37);
    background: #fff;
}

.banner-sec .carousel-caption p {
    color: #f4f7f4;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.banner-sec .carousel-caption {
    position: absolute;
    right: initial;
    bottom: 0;
    left: 80px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    max-width: 50%;
    top: 50%;
    transform: translateY(-50%);
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
}

a.more-info {
    background: #fa4125;
    color: #fff;
    margin-left: 10px;
    transition: all 0.5s ease;
}

a.play {
    background: #fff;
    color: #000;
    transition: all 0.5s ease;
}

a.play:hover,
a.more-info:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.banner-sec a.carousel-control-prev {
    width: auto;
    left: 15px;
}

.banner-sec a.carousel-control-next {
    width: auto;
    right: 15px;
}

.banner-sec .carousel-caption p span.outline {
    padding: 2px 5px;
    border: 1px solid #aaa;
    border-radius: 4px;
}

/************ video section start here *************/
.video-carousel {
    width: 100%;
    overflow: visible;
}

.video-carousel .home-demo h3 {
    color: #fff;
    font-size: 21px;
    padding: 25px 0px 10px 0px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.video-carousel .home-demo .slide-box .video-thumb-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 10px 10px 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    opacity: 0;
    justify-content: space-between;
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 40%);
    background: #0407077d;
}

.video-carousel .home-demo .slide-box .video-thumb-text a {
    transition: all 0.5s ease;
}

span.paid {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 26px;
    padding: 3px 10px;
    background: #fa4125;
    border-radius: 3px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    /* font-weight: 300; */
}

.video-carousel .home-demo .slide-box .video-thumb-text a:hover {
    color: #fa4125;
}

.video-carousel .home-demo .slide-box.video-thumb-text .thumb-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.video-carousel .home-demo .slide-box .video-thumb-text .thumb-title span {
    font-size: 10px;
    font-weight: 500;
    color: #aaa;
    display: block;
}

.video-carousel .home-demo .slide-box {
    transition: all 0.5s ease;
    transform: scale(.99);
    border-radius: 6px;
}

.video-carousel .home-demo .slide-box img {
    border-radius: 6px;
}

.video-carousel .home-demo .slide-box:hover {
    transform: scale(1.2);
    position: relative;
    z-index: 99;
    border-radius: 8px;
    box-shadow: 0 0 12px 0 #cccc;
    padding: 0;
    overflow: hidden;
}

.video-carousel .home-demo .owl-nav {
    display: block !important;
}

.video-carousel .home-demo .owl-nav button.owl-prev {
    position: absolute;
    color: #fff;
    top: 35%;
    left: 15px;
    font-size: 40px;
    transition: all 0.5s ease;
}

.video-carousel .home-demo .owl-nav button.owl-next {
    position: absolute;
    color: #fff;
    top: 35%;
    right: 15px;
    font-size: 40px;
    transition: all 0.5s ease;
}

.video-carousel .home-demo .owl-nav button:hover {
    transform: scale(1.5);
    color: #fa4125;
}

.wish-list a {
    margin-left: 7px;
}

/******* footer start here **********/

/* footer{padding-top:30px; background: #040707; margin-top: 30px; position: relative !important;} */

footer {
    padding-top: 0;
    background: #040707;
    margin-top: 30px;
}

.footerSocial-icons li a i {
    font-size: 14px;
}

.footerSocial-icons li a i:hover {
    color: #fa4125;
}

footer ul.social-media {
    display: flex;
    padding: 30px 0px;
    list-style: none;
    margin-bottom: 0px;
}

footer ul.social-media li {
    margin-right: 15px;
}

p.copyright {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #3a3a3a;
    padding-left: 0px;
    margin-top: 30px;
    padding-right: 0px;
}

footer ul.social-media li a {
    font-size: 30px;
    color: #fff;
}

footer ul.social-media li a:hover {
    color: #fff;
}

footer p {
    font-size: 15px;
    color: #aaa;
    line-height: 22px;
    margin-bottom: 0px;
}

ul.footer-links {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 50px;
    list-style: none;
}

ul.footer-links li a {
    transition: all 0.5s ease;
}

ul.footer-links li a:hover {
    color: #fa4125;
}

ul.footer-links li {
    width: 100%;
    max-width: 25%;
    color: #aaa;
    padding: 6px 0px;
    font-size: 15px;
    display: flex;
}

ul.footer-links li::before {
    position: relative;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-weight: 600;
    margin-right: 5px;
    color: #fa4125;
}


.home-demo .owl-carousel .owl-stage .owl-item {
    border: none !important;
    background: none !important;
    padding: 0px;
}

.home-demo .owl-carousel .owl-stage .owl-item .item {
    padding: 0px;
    border-bottom: 0px;
}

.banner-sec a.btn {
    font-size: 16px;
}

.banner-sec ol.carousel-indicators {
    margin: 0 auto;
    bottom: 60px;
}

.video-carousel .slide-image {
    height: 190px !important;
}

.video-carousel button.slick-arrow {
    top: 5%;
    padding-top: 4px;
}

.slick-prev {
    left: -10px;
}

.slick-next {
    right: -15px;
}

.video-carousel .jw-preview.jw-reset {
    background-size: cover;
}

.video-carousel .jwplayer.jw-flag-aspect-mode {
    height: 100% !important;
}

#wahgueu {
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 38px;
}

#wahgueu ul#ui-id-1 {
    position: static !important;
    width: 100% !important;
}

#search-section {
    position: relative;
}

.ui-menu .ui-menu-item.ui-state-focus {
    background: #fa4125;
    color: #fff;

}

.ui-menu .ui-menu-item {
    transition: all ease 0.5s;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 10px;
}

.ui-menu .ui-menu-item.ui-state-focus {
    background: #fa4125;
    color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
}

.menu-right .dropdown .profile-user-info a {
    font-size: 14px;
    margin: 0;
    height: 100%;
    padding: 0 0 0 25px;
}

.profile-user-info li {
    position: relative;
    background-color: #fff;
    border: none;
    margin: 0;
    border-bottom: 1px solid #eee;
    padding: 4px;
}

.profile-user-info li:hover a {
    color: #fff;
}

.profile-user-info li:hover {
    background-color: #fa4125;
}

li.dropdown.notification-profile span.global-notifications-count {
    position: absolute;
    top: -2px;
    font-size: 12px;
    background-color: #fa4125;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    border-radius: 50%;
    right: -4px;
}

.search-box button[type="submit"] {
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
}

.banner-sec .carousel-indicators li {
    height: 5px;
}

.banner-sec .carousel-indicators .active {
    background-color: #fa4125 !important;
    height: 5px;
    width: 30px;
    margin-top: 1px;
}

section.banner-sec {
    overflow: hidden;
}

section.banner-sec .item {
    height: 0;
    padding-top: 50%;
}

section.banner-sec .item img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    object-fit: cover;
}

section.banner-sec .carousel-inner {
    height: 100%;
    max-height: calc(100vh - 25px);
}

.banner-sec .carousel-inner .item:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 5%, #000 100%);
    position: absolute;
    z-index: 1;
    bottom: 0;
}

#recent-videos {
    position: relative;
    z-index: 5;
}

.header-fixed:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#000000e3 10%, transparent);
    z-index: -1;
}

/*** custom login modal css start ***/
.custom-login-modal .modal-dialog {
    margin-top: 60px;
    margin-bottom: 60px;
}

.custom-login-modal .modal-title {
    font-size: 18px;
}

.custom-login-modal .close {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.custom-login-modal .modal-body p {
    font-size: 13px;
    color: #202020;
    margin-bottom: 0;
}

.custom-login-modal .login-signup-btn {
    font-size: 12px;
    padding: 4px 10px;
    font-weight: 400;
}

/**** 27 sept 2022 ****/

footer.footer .tube-image {
    margin-right: 35px;
}

footer ul.term.footerSocial-icons {
    text-align: left;
}

/* ---------------------------------------------------

    MEDIAQUERIES
----------------------------------------------------- */

@media(min-width: 768px) {
    #userSearch .ui-autocomplete {
        width: 99% !important;
        position: absolute;
    }
}

@media (min-width: 992px) {
    .banner-sec .carousel-caption h1 {
        font-size: 60px;
        line-height: 70px;
        font-weight: 600;
    }
}

@media(min-width:1199px) {
    #recent-videos {
        margin-top: -150px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1430px;
    }

    .banner-sec .carousel-caption h1 {
        font-size: 70px;
        line-height: 80px;
        font-weight: 600;
    }
}

@media(max-width:1199px) {
    ul.footer-links li {
        max-width: 33%;
    }

    .video-carousel .home-demo .slide-box:hover, .video-sugg .slide-box:hover{transform: scale(1.0);}
}

@media(max-width: 1024px) {
    #recent-videos {
        margin-top: -100px;
    }
}

@media (max-width:991px) {
    .menu-right {
        justify-content: flex-end;
        gap: 5px;
    }

    .banner-sec .carousel-caption {
        max-width: 380px;
    }

    .login-btn a.y-signin {
        font-size: 0;
        padding: 4px 7px;
    }

    .login-btn a.y-signin i {
        font-size: 22px;
    }

    ul.dropdown-menu-notification.dropdown-menu {
        position: absolute;
        right: -15px !important;
    }

    span#global-notifications-box {
        width: 100%;
    }

    .notification-box img {
        height: 50px;
        width: 50px !important;
    }

    #recent-videos {
        margin-top: -100px;
    }

    .banner-sec .carousel-caption h1 {
        font-size: 35px;
        line-height: 45px;
        font-weight: 600;
    }
}

@media (max-width: 768px) {
    /* #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    } */
    /* #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    } */

}

@media (max-width:767px) {
    .mobile-screen-fix ul.mobile-header {
        display: none;
    }

    .mobile-screen-fix .profile-button button#dropdownMenu1:after {
        right: -14px;
        border-top-color: #fff;
    }

    .home-header-search input {
        min-width: 100%;
    }

    .home-header-search {
        position: absolute !important;
        padding: 24px 15px;
    }

    .home-header-search div#search-section {
        background-color: transparent;
        border: none;
    }

    .home-header-search input {
        min-width: inherit;
        width: 93%;
        font-size: 16px;
        padding: 5px;
    }

    .home-sidebar {
        position: fixed;
        left: 0;
        top: 61px;
        bottom: 0;
        height: 100vh;
        overflow: scroll;
        z-index: 9999;
    }

    .home-sidebar .sidebar-header {
        display: none;
    }

    #sidebar.home-sidebar ul.components {
        min-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mobile-screen-fix #sidebarCollapse+a.logo {
        display: block !important;
    }

    ul.footer-links li {
        max-width: 50%;
    }

    .video-icons {
        right: 0;
        left: 0;
        justify-content: center;
    }

    .mobile-screen-fix span#search-btn {
        position: relative;
        top: 5px;
    }

    .mobile-screen-fix {
        position: fixed;
        top: 0;
        z-index: 9999;
        width: 100%;
    }

    .common-streamtube .wrapper {
        perspective: inherit;
    }

    section.banner-sec {
        padding-top: 60px;
    }

    .mobile-screen-fix .profile-button ul.dropdown-menu .row .col-xs-6 {
        width: 100%;
        border-top: 1px solid #606060;
        padding: 8px 10px;
    }

    .mobile-screen-fix .profile-button ul.dropdown-menu .row .col-xs-6 a.menu-link {
        padding: 0;
        margin: 0;
        color: #eee;
    }

    .mobile-screen-fix .profile-button ul.dropdown-menu {
        width: auto;
        left: inherit;
        right: -12px;
        min-width: 165px;
        top: 46px;
    }

    .mobile-screen-fix .profile-button ul.dropdown-menu .row {
        margin: 0;
    }

    .header-search {
        z-index: 99999;
    }


}

@media(max-width) {
    #recent-videos {
        margin-top: 0px;
    }
}

@media(max-width:479px) {
    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }

    .video-carousel button.slick-arrow {
        top: 0;
        padding-top: 0;
    }

    .video-carousel .home-demo h3 {
        padding: 10px 10px 5px;
    }
}

@media (max-width:380px) {
    ul.footer-links li::before {
        font-size: 12px;
    }

    ul.footer-links li {
        font-size: 13px;
    }
}


/*---------------- 28-06-2022 starts-------------------------*/

.video-carousel .slick-list {
    overflow: visible;
}

a.play.btn.primary-btn {
    padding: 10px 20px;
}

a.more-info.btn.primary-btn {
    padding: 10px 20px;
}

.video-carousel .home-demo .slide-box:hover .video-details {
    opacity: 1;
}

/*---------------- 28-06-2022 ends-------------------------*/


/*---------------- 05-07-2022 starts -------------------*/

.video-carousel .video-details.video-thumb-text .thumb-title a {
    font-size: 14px;
    font-weight: 400;
}

.video-carousel .video-details .thumb-class i {
    margin-top: 0;
    font-size: 14px;
}

.video-carousel .video-details .like_color {
    color: #fff;
}

.video-carousel .video-details .dislike_color {
    color: #fff;
}

.video-carousel .video-details .wish-list a {
    margin-left: 7px;
    font-size: 14px;
}

.video-carousel .video-details .thumb-icons {
    width: 75%;
}

.video-carousel .video-details .wish-list {
    width: 25;
}

.video-carousel .video-details .thumb-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.video-carousel .video-details .categories {
    margin-top: 0 !important;
}

.video-carousel .video-details .thumb-icons a i {
    margin-top: 0;
    font-size: 13px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    background: transparent;
    border-radius: 50px;
    border: 1px solid;
    vertical-align: -7% !important;
    margin-right: 2px;
    cursor: pointer;
}

.video-carousel .video-details .thumb-icons a:focus {
    color: #999999;
}

.video-carousel .video-details .thumb-icons a.add_in_wishlist i {
    color: #999999;
}

.video-carousel .video-details .thumb-icons a.save-wishlist i {
    color: #040707;
    background: #fff;
}

.video-carousel .video-details video.jw-video.jw-reset {
    cursor: pointer;
}

/*---------------- 05-07-2022 ends -------------------*/


/*---------------- 027-09-2022 -------------------*/
.footerSocial-icons li a i {
    font-size: 14px;
    vertical-align: -webkit-baseline-middle;
}

footer.footer .tube-image {
    margin-right: 35px;
}

footer ul.term.footerSocial-icons {
    text-align: left;
}

footer.footer ul.term {
    font-size: 14px;
}

footer.footer .foot-content ul.term li a {
    line-height: 20px;
}

footer.footer .term {
    margin-top: 9px !important
}

/**** 30th sept 2022 ******/

.wrapper_content .wrapper {
    margin-bottom: 100px;
}
