@import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap");
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: "Belleza", sans-serif !important;
    background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 600;
    font-family: "Belleza", sans-serif !important;
}
.btn-back-grey {
    background: #d7d7d7 !important;
}
.container {
    max-width: 1440px !important;
}
a {
    color: #000;
}
p {
    font-size: 19px;
    font-family: "Belleza", sans-serif !important;
}
.grey-back {
    background: #f1f1f1;
}
.button-border {
    border: 1px solid #fff;
}
.border-black {
    border: 1px solid #000;
}
.form-check.border-black.checkbox-box {
    padding: 10px;
    padding-left: 30px;
}
.grey-color {
    color: #424242;
}
.text-color {
    color: #fff;
}
.text-30 {
    font-size: 30px;
}
.back-transparent {
    background: transparent;
}
a:hover {
    text-decoration: none;
}
.text-10 {
    font-size: 10px;
}
.text-12 {
    font-size: 12px;
}
.text-13 {
    font-size: 13px;
}
.normal-ll {
    line-height: 35px;
}
.text-16 {
    font-size: 16px;
}
.text-22 {
    font-size: 22px;
}
.text-black {
    color: #000;
}
.all-btn {
    border: 1px solid #000 !important;
}
.text-60 {
    font-size: 50px;
}
.text-18 {
    font-size: 18px;
}
.text-white {
    color: #000 !important;
}
.background-black {
    background: #000;
}
.back-white {
    background: #fff;
}
.back-black {
    background: #fff;
    height: 100%;
}
.social-media {
    color: #6b6b6b;
    line-height: 5px;
}

.social-media img {
    max-width: 25px;
}
b,
strong {
    font-weight: bold;
}
.border-radius {
    border-radius: 15px;
}
.tex-22 {
    font-size: 22px;
}
.text-25 {
    font-size: 22px;
}
.text-28 {
    font-size: 28px;
}
.color-black {
    background: #fff;
}
.color-red {
    color: #bd2232;
}
.full-radius {
    border-radius: 100%;
}
.back-red {
    background: linear-gradient(180deg, #df2b3d 0%, #000000 100%);
}
.back-grey {
    background: #292929;
}
.back-red-button {
    background: linear-gradient(180deg, #d82a3c 0%, #000000 123.5%);
}
.form-control {
    border-bottom: 1px solid #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-control:focus {
    color: #000 !important;
    background-color: transparent !important;
    border-color: #a6a6a6 !important;
    outline: 0;
    box-shadow: 0 0 0 0.1px #a6a6a6 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    font-weight: 600;
}
.color-grey {
    color: grey;
}
header #inner_header_post_thumb {
    position: relative;
    height: 100vh;
    overflow: hidden; /* To hide any overflow from the video */
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1; /* Ensure the video is behind other content */
    transform: translate(-50%, -50%); /* Center the video */
}

/* header #inner_header_post_thumb {
    background-position: center;
    background-size: cover;
    position: relative;
    background-image: url(../images/banner.png);
    height: 100vh;
} */

.form-block {
    background-position: center;
    background-size: cover;
    position: relative;
    background-image: url(../images/form-back.png);
    height: 50vh;
    background-position: center top;
}
#inner_header_post_thumb .dark_overlay {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffffff85;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-page #inner_header_post_thumb .dark_overlay {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(
        34.74% 199.6% at 50% 50%,
        rgba(102, 102, 102, 0) 0%,
        #000000 100%
    );
    height: 50vh;
}
header #inner_header_post_thumb .dark_overlay .container .header-txt {
    color: #ffffff;
}
header #inner_header_post_thumb .dark_overlay .container .header-txt h1 {
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
}
header #inner_header_post_thumb .dark_overlay .container .header-txt h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
}
header #inner_header_post_thumb .dark_overlay .container .header-txt p {
    font-size: 1rem;
    font-weight: 300;
}
header #inner_header_post_thumb .dark_overlay .container .header-txt p strong {
    font-weight: 700;
}

.navbar-nav .nav-item:hover {
    background-color: rgba(180, 190, 203, 0.4);
}

.navbar-nav {
    justify-content: center !important;
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
}
.nav-item {
    margin: 0 10px;
    font-weight: 600;
}
a:focus,
a:hover {
    text-decoration: none !important;
    color: #6b6b6b;
}
.element span {
    margin-bottom: 20px;
    display: block;
}
.tab-pane img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.nav-link.active {
    color: #7d7d7d !important;
    font-size: 18px;
    line-height: 26px;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 11px;
    vertical-align: 0.255em;
    content: "";
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.navbar-nav .nav-item:hover {
    background-color: transparent;
}

.logo-box img {
    max-width: 350px;
    margin: 0 auto 20px;
}
.name {
    position: absolute;
    top: 0;
}
.icon-block {
    border: 1px solid #000;
    border-radius: 100px;
    max-width: 40px;
    margin: 0 auto;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}
.talents-name img {
    height: 100%;
    object-fit: cover;
}

.slick-slider .element {
    height: 100px;
    background-color: #000;
    border-radius: 5px;
    display: inline-block;
    margin: 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}

.slick-slider .element img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.element .all-features {
    background: #fff;
}
/*slick slider*/
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    border-radius: 15px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-slide img {
    object-fit: cover;
    height: 90%;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 0 !important;
}
.slick-next::before {
    position: absolute;
    right: 0;
    z-index: 9;
}
.slick-prev {
    position: absolute;
    left: 0;
    z-index: 9;
}
.slick-prev::before,
.slick-next::before {
    font-size: 38px !important;
    color: #000 !important;
    background: #ffffff;
    border-radius: 50px;
    height: 37px !important;
    width: 30px !important;
    display: flex !important;
    align-content: center !important;
    justify-content: center;
    line-height: 43px !important;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.navbar-toggler {
    display: none;
}
.navbar-toggler {
    line-height: 31px;
    border: 1px solid #000;
}
/*login*/
.form-control::placeholder {
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 600 !important;
}
.login-page .form-control::placeholder {
    color: #fff !important;
}
.m-auto {
    margin: 0 auto;
}
.font-weight-text {
    font-weight: 600;
}
.map-box iframe {
    width: 100% !important;
    height: 400px !important;
}
.contact-map iframe {
    height: 528px !important;
}
.aaa #height-error {
    bottom: 0;
}
textarea {
    min-height: 200px;
    border: 1px solid #000 !important;
    padding: 5px;
}
.talent-tabs {
    white-space: nowrap !important;
    display: flex !important;
    flex-wrap: nowrap !important;
}
.advance-btn-group {
    display: flex;
    flex-wrap: wrap;
    max-height: 200px;
    overflow-y: auto;
    gap: 10px;
}
.advance-btn-group .select {
    flex: 1 1 calc(20% - 10px);
    min-width: 150px;
}
.carousel.slide {
    padding: 0px !important;
}
.category-box {
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-color: #c2c2c2 #ebebeb;
    scrollbar-width: thin;
    padding-bottom: 20px;
}
.navbar-toggler-icon {
    height: 24px;
}
.form-control,
textarea {
    background-color: transparent !important;
    padding: 0 !important;
    color: #000 !important;
    padding-bottom: 15px !important;
    font-family: "Belleza", sans-serif !important;
}

/*new style*/
.c-faqs__item[open] {
    height: 360px;
}

.border-icon {
    border: 2px solid #fff;
    height: 44px;
    width: 44px;
}
.c-faqs__item-question .border-icon {
    height: 55px !important;
}
.c-faqs {
    width: 100%;
    margin: 0 auto;
    border-radius: var(--faqs-border-radius, 8px);
    overflow: all;
    background-color: var(--faqs-bg, #fff);
}
.c-faqs__header {
    background: var(--faqs-header-bg, #ffeba7);
    padding: var(--faqs-header-padding, 0.625rem);
    text-align: var(--faqs-header-text-align, center);
}
.c-faqs__title {
    font-size: var(--faqs-header-font-size, 1.75rem);
    color: #fff;
}
.c-faqs__items {
    display: block;
    padding: 0px;
    grid-template-columns: 1fr;
    gap: 16px;
    border-radius: 7px;
}
.back-transparent {
    background: transparent;
}
.border-radius-7 {
    border-radius: 7px;
}
.c-faqs__item {
    width: 100%;
    padding: var(--faqs-item-padding, 1rem);
    background-color: var(--color-medium);
    border-radius: var(--faqs-item-border-radius, 4px);
}

.c-faqs__item[open] .c-faqs__item-question::after {
    transform: rotate(180deg);
}
.c-faqs__item[open] .c-faqs__item-question ~ * {
    animation: openQuestion 0.5s ease-in-out;
}
.c-faqs__item-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    cursor: pointer;
    padding: var(--faqs-question-padding, 0.25rem 0);
}
.c-faqs__item-question::after {
    content: "";
    display: block;
    width: 18px;
    height: 20px;
    background: url("../images/down-arrow.png") no-repeat;
    background-size: auto;
    transition: 0.2s;
    background-size: contain;
}
.c-faqs__item-answer {
    font-size: var(--faqs-answer-font-size, 1rem);
    line-height: 1.6em;
}
@keyframes openQuestion {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.top-text {
    top: 84px;
    left: 0;
    right: 0;
    position: absolute;
}

/*category*/
.nav-dropdown-menu-body ul,
.nav-dropdown-menu-body li {
    list-style: none;
}

.nav-dropdown-reverse {
    left: auto !important;
    right: 100% !important;
}

@media (max-width: 992px) {
    .login-page .logo-box,
    .register .logo-box {
        left: 0;
        right: 0;
    }
    .col-md-9.text-center.col-sm-12.title-bar.pt-5.pb-5 {
        padding: 0 !important;
    }
    .home-banner {
        top: 10px !important;
    }
    .title-block {
        margin-top: 50px;
    }
    .dropdown-item {
        color: #000;
    }
    .nav-link.active {
        max-width: 100%;
        margin: 0 auto;
    }
    .slide {
        padding: 0 12px;
    }
    .customer-logos {
        padding-left: 0px !important;
        overflow: scroll;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
    .navbar {
        position: absolute;
        top: 65px;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 9;
        padding: 0;
    }
    .logo-box {
        position: absolute;
        left: 8px;
        top: 8px;
    }
    .logo-box img {
        max-width: 182px;
    }

    form .text-18 {
        font-size: 18px !important;
    }
    .search-talent-page .c-faqs {
        background-color: transparent;
        padding: 0 15px;
        width: 100%;
    }
    .slick-slide {
        height: auto !important;
    }
    .navbar-toggler {
        width: 100%;
        max-width: 40px;
        margin: 0 auto;
        height: 40px;
    }
    .form-group.position-relative.mb-5.col-md-6.col-sm-12.p-0.side-pad-l {
        padding: 0 !important;
    }
    .form-group.position-relative.mb-5.col-md-6.col-sm-12.p-0.side-pad-r {
        padding: 0 !important;
    }
    .btn-block a {
        margin-bottom: 0 !important;
    }
    .all-btn button {
        height: 40px;
    }
    .voice-artist-view-more .nav-tabs .nav-item {
        width: 46% !important;
    }
    .swiper-container {
        height: auto;
    }
    .back-black.pt-5 {
        padding-top: 0 !important;
    }
    .mobile-space {
        padding-top: 60px !important;
        margin-bottom: 0 !important;
    }
    .fix-search-box {
        margin: 0 auto 30px !important;
    }

    .navbar-toggler {
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: center;
        justify-items: center;
        position: absolute;
        right: 8px;
        top: 8px;
        z-index: 9;
    }
    .navbar-toggler span {
        color: #000;
    }
    .nav-dropdown-menu-title-link.darkerlishadow.col-md-4.col-sm-12 {
        padding: 0 0px !important;
    }
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    outline: none;
}
.select span {
    text-transform: uppercase;
}

.voice-artist-view-more .nav-link.active {
    max-width: 100%;
    padding: 10px 0;
}

@media (max-width: 1200px) {
    .resent-work .slick-slide {
        height: 235px !important;
    }
}

@media (max-width: 1024px) {
    .resent-work .slick-slide {
        height: 204px !important;
    }
    .nav-item {
        margin: 0 0px;
        font-weight: 600;
    }
    .nav-link {
        font-size: 14px;
    }
    .nav-item i {
        font-size: 20px;
    }
}
@media (max-width: 992px) {
    .col-md-12.submission-box {
        margin-top: 122px;
    }
    .resent-work .slick-slide {
        height: 180px !important;
    }
    .resent-work .customer-logos {
        padding-left: 0px !important;
        overflow: initial;
    }
    .resent-work .slick-list {
        margin-left: 14px !important;
    }
}
@media (max-width: 768px) {
    .web-content {
        margin-top: 20px;
    }
    .pagination {
        flex-wrap: wrap;
    }
    .placement {
        padding: 0 !important;
    }
    .placement img {
        max-width: 200px;
        margin: 0 auto 20px !important;
        width: 100% !important;
    }
    .talent-header {
        flex-wrap: wrap !important;
    }
    .talent-name {
        margin-right: 0px !important;
    }
    .resent-work .slick-slide {
        height: 400px !important;
    }
    .workshop .container {
        width: 100% !important;
    }
    .hand-talents .talent-item a {
        height: auto;
    }
    .list-body audio {
        margin-bottom: 20px;
    }
    .list-body p {
        padding: 10px 0;
        text-align: center;
    }
    div#accordionExample {
        padding: 0 15px;
    }
    .alphabet li a {
        padding: 0 6px;
    }
    .client-list-page .alphabet {
        justify-content: flex-start !important;
        margin: 0 0 30px !important;
    }
    .client-list-page {
        padding-top: 0;
    }
    .placeholder-bold select {
        margin-top: 30px;
    }
    .book-responsive {
        margin-top: 50px !important;
        padding: 0px !important;
    }
    .placement .profile-positon {
        top: 100px;
        z-index: 1;
    }
    .tab-pane .all-btn a {
        margin-bottom: 0;
    }
    video {
        width: 100%;
    }
    .delete-btn {
        width: 100%;
        text-align: center;
    }

    .title-bar {
        padding: 10px !important;
    }
    .search-container {
        width: 100% !important;
    }
    ul.list-unstyled {
        justify-content: flex-start !important;
    }
    .letsconnect {
        margin: 0 !important;
    }
    .social-media {
        font-size: 29px !important;
    }
    .mt-5.pt-5 {
        margin-top: 20px !important;
        padding-top: 20px !important;
    }
    .slick-prev::before,
    .slick-next::before {
        font-size: 29px !important;
        height: 26px !important;
        width: 24px !important;
        display: flex !important;
        align-content: center !important;
        justify-content: center;
        line-height: 33px !important;
    }

    .simple-pagination li {
        margin-right: 4px;
    }
    .simple-pagination .page-link.prev {
        left: 0 !important;
    }
    .simple-pagination .current.next {
        right: 0 !important;
    }

    .popup,
    .popupk {
        width: 90% !important;
    }
    .pop-close a {
        position: absolute;
        right: 10px;
        top: 0;
        font-size: 24px;
    }
    section.view-more {
        margin: 0 15px;
    }
    .nav-tabs .nav-item {
        width: 100% !important;
    }
    .tabset > label {
        max-width: 100% !important;
        display: block !important;
    }
    .all-btn a {
        display: block;
    }
    .navbar {
        min-height: 0 !important;
        margin-bottom: 0 !important;
    }
    .navbar-toggler:focus,
    .navbar-toggler:hover {
        padding: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .col-md-3.col-sm-12.responsiv-btn.d-flex.justify-content-end {
        justify-content: center !important;
    }
    .addvance-search .text-18 {
        font-size: 16px !important;
    }
    .btn-group.col-md-12 {
        overflow: scroll;
        padding-bottom: 18px;
    }
    .btn-group.container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .col-md-7.col-sm-8.d-flex.justify-content-end {
        justify-content: flex-start !important;
    }
    .mob-p {
        margin-bottom: 48px !important;
    }
    .accordion .btn {
        padding-right: 27px !important;
    }
    .dropdown-menu {
        background-color: #fcf7f7 !important;
        border: none !important;
    }
    .responsiv-btn .dropdown-menu.show {
        color: #000;
        background-color: #fff;
    }
    .responsiv-btn .dropdown-item {
        color: #000;
    }

    .title-bar p {
        margin-right: 0px !important;
        padding: 20px 0 0px;
    }

    .navbar-nav {
        margin: 10px 0px !important;
    }
    .slide.slick-slide a {
        font-size: 24px;
    }
    section.customer-logos.slider.slick-initialized.slick-slider {
        padding: 30px 0;
    }
    section.back-black.pt-5.pb-1.register-page {
        height: 100% !important;
    }
    .mt-2 .text-30 {
        font-size: 26px;
    }
    .dropdown-menu.show {
        color: #fff;
        text-align: center;
        background-color: transparent;
        border: none;
    }

    .name {
        width: 95%;
    }
    .slick-prev {
        left: 0 !important;
    }
    .slick-next {
        right: 0 !important;
    }
    .col-md-6.slider-part.col-sm-12.mb-4 {
        padding: 0;
    }
    .text-18 {
        font-size: 18px;
    }
    .container.alphabets.col-md-12.mt-5 {
        margin-top: 10px !important;
    }
    .back-red-button {
        padding: 9px !important;
    }
    .user-profile1 {
        right: 0 !important;
        max-width: 41px !important;
    }
    .margin-off {
        margin: 0 !important;
    }
    .pad-off {
        padding: 0 !important;
    }
    iframe {
        width: 100%;
    }
    .AppFormLeft.col-md-6.pt-2.mt-0.col-sm-12.mb-4 {
        padding: 0;
    }
    .col-md-9.d-flex.m-auto.mt-0.flex-wrap {
        padding: 0;
    }
    .navbar-expand-lg .nav-item a {
        padding: 4px;
        font-size: 18px;
    }

    .search-box ul {
        padding: 0px 0 0 !important;
    }
    .customer-logos {
        padding-left: 0 !important;
    }
    video {
        width: 100%;
    }

    .voice-artist-view-more .nav-tabs .nav-item {
        width: 100% !important;
    }

    .menu-responsive {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .element img {
        max-width: 100% !important;
    }
    audio {
        padding: 0 !important;
    }
    .all-features {
        padding-bottom: 30px;
        margin-top: 0px;
    }
    .slick-slider {
        margin-top: 30px;
    }

    .responsiv-btn {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .PT-5 {
        padding-top: 20px !important;
    }
    .col-md-3.col-sm-2.responsiv-btn.d-flex.justify-content-end.col-sm-12 {
        padding: 0;
        margin: 0;
    }

    li.nav-item.dropdown.rounded {
        width: 100% !important;
        margin: 0;
    }

    .Radio {
        width: 100%;
        text-align: left;
    }
    .module-border-wrap {
        max-width: 100% !important;
    }
    .placement-block .text-right {
        text-align: center !important;
        padding-top: 40px;
    }
    .back-grey.p-5.new-sub-form {
        padding: 20px 10px !important;
    }
    .c-faqs__item[open] {
        height: auto;
    }
    .mob-margin {
        margin-bottom: 75px;
    }
    .new-sub-form {
        padding: 20px 10px !important;
    }
    .upload__img-box {
        width: 50% !important;
    }
    .col-md-12.submission-box {
        padding: 0;
    }
    form#new-submission-form {
        padding: 0;
    }
    .submission-box .new-sub-form {
        padding: 20px 0px !important;
    }
}

@media (max-width: 500px) {
    p.text-30 {
        font-size: 20px;
        margin: 15px 0;
    }
    .selection .select-dropdown {
        width: 30% !important;
    }
    .resent-work .slick-slide {
        height: 234px !important;
    }
    .resent-work .slider-part {
        height: 248px;
    }
    .resent-work .all-btn {
        margin-bottom: 30px !important;
    }
    .resent-work .customer-logos {
        margin: 0 !important;
        padding: 0 !important;
    }
    .btnn {
        line-height: 49px;
    }
}
@media (max-width: 665px) {
    .nav-dropdown-menu-title-link span {
        color: #000;
    }
    .nav-dropdown-menu-submenu li {
        margin-bottom: 4px;
    }

    .darkerlishadow {
        margin-bottom: 10px !important;
    }

    .nav-dropdown-menu-toggle-link label {
        display: inline-block !important;
    }
    .nav-dropdown-menu-submenu .nav-dropdown-menu-dropicon-bottom {
        background: top;
        display: none;
    }
    .nav-dropdown-menu-dropicon-bottom {
        display: block;
    }
    .cf:after {
        clear: both;
        content: "";
        display: table;
    }
    .nav-dropdown-menu-body {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .nav-dropdown-menu-body ul,
    .nav-dropdown-menu-title-link,
    .nav-dropdown-menu-toggle,
    nav .nav-dropdown-menu-submenu {
        border-radius: 0.5rem;
        padding: 0;
    }
    .nav-dropdown-menu-dropicon-bottom {
        background-color: rgb(231, 231, 231);
        border-radius: 0.4rem;
        font-size: 1em;
        padding: 0.7em;
        position: absolute;
        right: 0;
        text-align: center;
        text-shadow: 0 0 0 transparent;
        top: 0;
        width: 39px;
        color: #000;
    }
    .nav-dropdown-menu-main {
        margin: 0;
        width: 100%;
    }
    .nav-dropdown-menu-main a {
        color: #fff;
        display: block;
        line-height: 2.6em;
        padding: 0 10px;
    }
    .nav-dropdown-menu-main li:hover {
        background-color: transparent;
    }
    .nav-dropdown-menu-main ul {
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    }
    .nav-dropdown-menu-submenu {
        margin: 0 20px;
    }

    .nav-dropdown-menu-submenu,
    .nav-dropdown-menu-text-after-icons + .nav-dropdown-menu-dropicon-bottom,
    .nav-dropdown-menu-main,
    nav input[type="checkbox"],
    .nav-dropdown-menu-dropicon-right {
        display: none;
    }
    .nav-dropdown-menu-title-link {
        background: transparent;
        border: 2px solid #fff;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
        margin: 0;
        color: #fff;
    }
    .nav-dropdown-menu-title-link a {
        overflow: hidden;
        position: relative;
        text-decoration: none;
        transition: color 0.25s ease-out;
    }
    .nav-dropdown-menu-title-link a::after {
        right: 50%;
        transform: translateX(50%);
    }
    .nav-dropdown-menu-title-link a::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .nav-dropdown-menu-title-link a::before,
    .nav-dropdown-menu-title-link a::after {
        background-color: #f1c40f;
        bottom: 0;
        content: "";
        height: 0px;
        position: absolute;
        transition: width 0.2s ease-out;
        width: 0;
    }
    .nav-dropdown-menu-title-link a:hover {
        color: #e8245c;
    }
    .nav-dropdown-menu-title-link a:hover::before,
    .nav-dropdown-menu-title-link a:hover::after {
        background-color: #e8245c;
        transition-duration: 0.3s;
        width: 80%;
    }

    .nav-dropdown-menu-toggle-link {
        background: #555;
        border-radius: 0.5rem;
        padding: 0.5rem;
    }
    .nav-dropdown-menu-toggle-link a {
        color: #fff;
        text-decoration: none;
    }
    .nav-dropdown-menu-toggle-link label {
        color: #fff;
    }

    .category nav {
        align-content: center;
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }

    .category nav i {
        padding: 5px;
    }
    .category nav input[type="checkbox"]:checked + .nav-dropdown-menu-submenu,
    .category nav input[type="checkbox"]:checked + .nav-dropdown-menu-main {
        display: block;
    }
    .category nav li,
    .nav-dropdown-menu-toggle {
        position: relative;
    }
    .darkerli {
        background-color: #ededed;
        text-transform: capitalize;
    }

    .darkerlishadowdown,
    .nav-dropdown-menu-submenu ul li:last-child {
        background-color: #ededed;
    }
    .nav-dropdown-menu-dropicon-bottom {
        padding: 0.5em;
    }
    .nav-dropdown-menu-dropicon-right {
        background-color: #ddd;
        padding: 0.08px 10px;
    }
    .nav-dropdown-menu-submenu .nav-dropdown-menu-dropicon-right {
        background: transparent;
    }
    .nav-dropdown-menu-dropicon-right,
    .nav-dropdown-menu-dropicon-bottom {
        position: absolute;
        right: 0;
        vertical-align: middle;
    }

    .nav-dropdown-menu-main ul {
        margin: 0 15px;
    }

    .nav-dropdown-menu-main:hover .nav-dropdown-menu-dropicon-right {
        display: inline-block;
    }
    .nav-dropdown-menu-submenu a {
        display: block;
        line-height: 39px;
    }
    .nav-dropdown-menu-submenu ul li,
    .nav-dropdown-menu-submenu ul {
        padding-left: 0px;
    }
    .nav-dropdown-menu-submenu ul,
    .nav-dropdown-menu-submenu li,
    .category nav-dropdown-menu-body {
        margin: 0;
    }
    .nav-dropdown-menu-submenu,
    .nav-dropdown-menu-dropicon-right,
    .nav-dropdown-menu-toggle,
    .nav-dropdown-menu-toggle-link,
    .category nav input[type="checkbox"] {
        display: none;
    }

    .category li > label {
        display: block;
    }
    .nav-dropdown-menu-submenu .category li > label {
        display: none;
    }
    .category nav .nav-icon {
        display: table-cell;
        font-size: 18px;
        height: 36px;
        position: relative;
        text-align: center;
        vertical-align: middle;
        width: 55px;
    }
    .category nav i {
        font-size: 25px;
        list-style: none;
        padding: 5px 0;
        position: relative;
        text-align: center;
        width: 55px;
    }

    .category nav li:focus-within > .nav-dropdown-menu-submenu {
        display: block;
    }
    .category
        nav
        li:focus-within
        > input[type="checkbox"]
        .nav-dropdown-menu-submenu {
        display: block;
    }

    .nav-dropdown-menu-title-link:hover > a i,
    .nav-dropdown-menu-submenu li:hover > a {
        background-color: #9e9e9e;
        color: #fff;
        text-shadow: 0 0 0;
    }

    .nav-dropdown-menu-submenu li:hover > a {
        padding-left: 10px;
    }
    .category nav:hover {
        opacity: 1;
        overflow: hidden;
        width: 100%;
    }
}

@media (min-width: 666px) {
    .cf:after {
        clear: both;
        content: "";
        display: table;
    }
    .nav-dropdown-menu,
    .category
        nav
        li:hover
        > input[type="checkbox"]
        + .nav-dropdown-menu-submenu {
        display: block;
        width: 97.4%;
    }
    .nav-dropdown-menu-body {
        flex-basis: 70vw;
        flex-grow: 1;
        order: 2;
    }
    .nav-dropdown-menu-body a {
        color: #000;
        background: transparent;
        border: 2px solid #000;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
        flex-grow: 1;
        border-radius: 7px;
    }

    .nav-dropdown-menu-body ul,
    .nav-dropdown-menu-title-link,
    .nav-dropdown-menu-toggle,
    nav .nav-dropdown-menu-submenu {
        border-radius: 0.5rem;
        padding: 0;
    }
    .nav-dropdown-menu-dropicon-right {
        display: inline-block;
        font-size: 1em;
        padding: 0.8em;
        text-align: center;
        text-shadow: 0 0 0 transparent;
    }
    .nav-dropdown-menu-dropicon-right,
    .nav-dropdown-menu-dropicon-bottom {
        border-radius: 0.4rem;
        padding: 0.8em 0.5em 0;
        position: absolute;
        right: 15px;
        top: 0;
        color: #000;
    }
    .nav-dropdown-menu-title-link.darkerlishadow.col-md-4.col-sm-12 {
        padding: 0 5px;
    }
    .nav-dropdown-menu-main {
        margin: 0;
    }
    .nav-dropdown-menu-main ul {
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    }
    .nav-dropdown-menu-submenu {
        margin: 0 20px;
    }

    .nav-dropdown-menu-submenu,
    .nav-dropdown-menu-toggle-link,
    .category nav input[type="checkbox"],
    .nav-dropdown-menu-submenu .nav-dropdown-menu-dropicon-bottom {
        display: none;
    }

    .nav-dropdown-menu-title-link a {
        overflow: hidden;
        position: relative;
        text-decoration: none;
        transition: color 0.25s ease-out;
    }
    .nav-dropdown-menu-title-link a::after {
        right: 50%;
        transform: translateX(50%);
    }
    .nav-dropdown-menu-title-link a::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .nav-dropdown-menu-title-link a::before,
    .nav-dropdown-menu-title-link a::after {
        background-color: #f1c40f;
        bottom: 0;
        content: "";
        height: 0px;
        position: absolute;
        transition: width 0.2s ease-out;
        width: 0;
    }
    .nav-dropdown-menu-title-link a:hover {
        color: #e8245c;
    }
    .nav-dropdown-menu-title-link a:hover::before,
    .nav-dropdown-menu-title-link a:hover::after {
        background-color: #e8245c;
        transition-duration: 0.3s;
        width: 80%;
    }
    .nav-dropdown-menu-title-link a:hover {
        background: #fff;
    }
    .nav-dropdown-menu-main a {
        padding: 0.8em 1.3em;
    }
    .nav-dropdown-menu-toggle:checked + .nav-dropdown-menu,
    .category nav li,
    .nav-dropdown-menu-toggle,
    .category nav a,
    .category nav input[type="checkbox"]:checked + .nav-dropdown-menu-submenu {
        display: block;
    }
    .category nav {
        align-content: center;
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
    nav .nav-dropdown-menu-submenu {
        background-color: rgb(255, 255, 255);
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
        margin: 0;
        position: absolute;
        top: 100%;
        z-index: 3000;
    }
    .category nav .nav-dropdown-menu-submenu .nav-dropdown-menu-submenu {
        left: 100%;
        right: auto;
        top: 0;
    }
    .category nav .nav-dropdown-menu-submenu,
    .category nav input[type="checkbox"]:checked + .nav-dropdown-menu-submenu,
    .nav-dropdown-menu-toggle {
        display: none;
    }
    .category nav i {
        padding: 5px;
    }
    .category nav li {
        position: relative;
    }
}
.nav-dropdown-menu-toggle-link label {
    display: none;
}
/*category*/

.darkerlishadow:hover a {
    color: #000;
    background: #fff;
    border-radius: 4px;
}
.darkerlishadow:hover .nav-dropdown-menu-dropicon-right {
    color: #000;
}
.nav-dropdown-menu-submenu
    .darkerlishadow:hover
    .nav-dropdown-menu-dropicon-bottom {
    display: none;
}
ul.nav-dropdown-menu-submenu {
    margin: 0 !important;
}
.nav-dropdown-menu-submenu a {
    border: none;
}
.btn-group .select {
    position: relative;
    /* margin-right: 30px; */
}
.btn-group .select input:checked + label {
    background-color: #000;
}
.btn-group .select input:checked + label:hover,
.btn-group .select input:checked + label:focus,
.btn-group .select input:checked + label:active {
    background-color: #000;
}
.btn-group .select input {
    opacity: 0;
    position: absolute;
}
.btn-group .select .button_select {
    margin: 0;
    display: flex;
    background-color: #a6a6a6;
    height: 10px;
    border-radius: 33px;
    padding: 7px;
    border: 2px solid #a6a6a6;
}
.btn-group .select .button_select:hover,
.btn-group .select .button_select:focus,
.btn-group .select .button_select:active {
    background-color: transparent;
}

.option {
    position: relative;
}
.option input {
    opacity: 0;
    position: absolute;
}
.option input:checked + span {
    background-color: #bd2232;
}
.option input:checked + span:hover,
.option input:checked + span:focus,
.option input:checked + span:active {
    background-color: #bd2232;
}
.option .btn-option {
    margin: 0 10px 10px 0;
    display: flex;
    background-color: transparent;
}
.option .btn-option:hover,
.option .btn-option:focus,
.option .btn-option:active {
    background-color: transparent;
}
.form-block1 .form-control {
    padding-bottom: 0px;
    padding-bottom: 19px;
}
.u-hiddenVisually {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
}

.Radio {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0;
}

.Radio-label {
    overflow: hidden;
    margin-right: 28px;
}
.full-border {
    border: 1px solid #000;
}

.Radio-label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 0.5em;
    background: #a6a6a6;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #a6a6a6;
    font-size: 24px;
    vertical-align: middle;
}

.Radio-input:checked + .Radio-label:before {
    background: #000;
}
/*Dropdown*/
.eye-color .dropdown {
    margin: 2em auto;
    width: 100%;
    border: 1px solid #000;
}
.eye-color a {
    display: block;
    padding: 12px;
    color: #000;
    text-decoration: none;
    @extend %transition;
}
.eye-color .fa {
    float: right;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border: solid #000;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/*List*/
.eye-color ul {
    display: none;
    border-top: 0;
    margin: 0;
    color: #fff;
    padding: 0;
}
.eye-color li {
    list-style: none;
    padding: 0.5em;
    cursor: pointer;
    color: #000;
    @extend %transition;

    &:focus,
    &:hover {
        background: #ecf0f1;
        color: #000;
    }
    &:active {
        background: #fbfcfc;
    }
}

.set-range .slidecontainer {
    width: 95%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.set-range .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: #d3d3d3;
    outline: none;
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
}

.set-range .slider:hover {
    opacity: 1;
}

.set-range .slider:active::-webkit-slider-thumb {
    cursor: grabbing;
}
.set-range .slider::-moz-range-thumb {
    border-width: 10px 10px 10px 14px;
    border-color: transparent transparent transparent #fff;
    background: transparent;
    width: 47px;
    height: 4px;
    border-radius: 0;
}
.refresh-btn {
    max-width: 40px;
}
.inner-img::after {
    content: url(../images/edit-icon.png);
    position: absolute;
    top: 84%;
    right: 7px;
    transform: translateY(-50%);
    height: 15px;
    width: 15px;
    pointer-events: none;
}
.profile-positon {
    position: absolute;
    right: 26px;
    top: 11px;
}
.profile-pic img {
    max-width: 60px;
}
.eye-color.non-border .dropdown {
    margin: 0;
    width: 100%;
    border-bottom: 1.2px solid #000 !important;
    border: 0;
}
.eye-color.non-border a {
    padding: 0;
    padding-bottom: 21px;
    font-weight: 600;
}

/*upload pics*/

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 6px;
    line-height: 26px;
    font-size: 14px;
}

.upload__btn:hover {
    background-color: unset;
    color: #bd2232;
    transition: all 0.3s ease;
}
.upload__btn-box {
    margin-bottom: 10px;
    padding: 0 13px;
}
.upload__img-wrap {
    width: 100%;
    margin: 0 -10px;
}
.upload__img-box {
    width: 143px;
    padding: 0 10px;
    margin-bottom: 12px;
}
.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}
.upload__img-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}
.bx.bxs-file-doc {
    font-size: 34px;
}
.placement-block p {
    font-weight: 500;
}

.module-border-wrap {
    max-width: 250px;
    position: relative;
    padding: 3px;
    border-radius: 7px;
    cursor: pointer;
}

.module {
    color: #000;
    padding: 13px;
    border-radius: 7px;
    cursor: pointer;
}

.slide-v {
    width: 100%;
    margin: 0 auto;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button-container {
    padding-top: 10px;
    width: 50%;
    margin: 0 auto;
}

/*model-detailpage*/

.slick-dots {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}
.model-detail-page .slick-slide {
    height: 450px !important;
    margin: 0 15px !important;
}
.slick-dots li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}
.slick-dots li.slick-active button {
    background-color: #000;
}
.slick-dots li button {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: #6b6b6b;
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.slick-dots li :hover {
    background-color: black;
}

/* Custom Arrow */
.prev {
    color: #999;
    position: absolute;
    top: 38%;
    left: 0;
    font-size: 1.5em;
}
.prev :hover {
    cursor: pointer;
    color: black;
}

.next {
    color: #999;
    position: absolute;
    top: 38%;
    right: 0;
    font-size: 1.5em;
}
.next :hover {
    cursor: pointer;
    color: black;
}

@media screen and (max-width: 800px) {
    .next {
        display: none !important;
    }
    .simple-pagination .prev.current,
    .simple-pagination .next.current {
        display: block !important;
    }
}
.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: transparent !important;
    border: none !important;
    padding: 7px 13px !important;
    color: grey;
    font-size: 30px;
}

.border-button {
    border: 1px solid #fff;
}
.all-features {
    background: #ffffff38;
}
.nav-tabs {
    border: 0;
    justify-content: center;
}
.nav-tabs .nav-link.active {
    color: #424242 !important;
    background-color: transparent;
    border: 0;
}
.nav-tabs .nav-item {
    width: 44%;
    text-align: center;
    border-bottom: 1px solid #6b6b6b;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none !important;
}
.dropdown-toggle.abc::after {
    right: 17px;
    position: absolute;
    top: 12px;
    border-color: #000;
}

.slick-slider .element {
    height: 100px;
    width: 100px;
    background-color: #f1f1f1;
    color: #000;
    border-radius: 5px;
    display: inline-block;
    margin: 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}
.hand-telents .element img {
    max-width: 100%;
    height: 90%;
}

.voice-artist .slick-prev {
    left: -130px !important;
}
.voice-artist .slick-next {
    left: 104px !important;
    position: absolute;
}
.voice-artist .slick-slide {
    padding: 20px;
}
.voice-artist .slick-slider button {
    background: transparent;
    border: 1px solid #000;
    border-radius: 7px;
    color: #000;
    width: 100px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 30px auto !important;
    cursor: pointer;
}
.voice-artist .nav-item {
    list-style: none;
}

.voice-artist .slick-slide {
    height: auto !important;
}
.voice-artist-view-more .nav-tabs .nav-item {
    width: 18%;
}

/*video*/
video {
    width: 360px;
    border-radius: 20px;
}
#playlist {
    width: 400px;
    margin: 0;
    padding: 0;
    list-style: none;
}
video a {
    text-decoration: none;
}
video .active a {
    color: #5db0e6;
    text-decoration: none;
}
video li a {
    color: #eeeedd;
    background: #333;
    padding: 12px;
    display: block;
}
video li a:hover {
    text-decoration: none;
}

/*slick-slider*/
.alphabets .slick-slide {
    margin: 0px 20px;
}

.alphabets .slick-slide img {
    width: 100%;
}

.alphabets .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.alphabets .slide:nth-child(2n) {
    background: transparent;
}
.alphabets .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.alphabets .slick-list:focus {
    outline: none;
}
.alphabets .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.alphabets .slick-slider .slick-track,
.alphabets .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.alphabets .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.alphabets .slick-track:before,
.alphabets .slick-track:after {
    display: table;
    content: "";
}
.alphabets .slick-track:after {
    clear: both;
}
.alphabets .slick-loading .slick-track {
    visibility: hidden;
}

.alphabets .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.alphabets [dir="rtl"] .slick-slide {
    float: right;
}
.alphabets .slick-slide img {
    display: block;
}
.alphabets .slick-slide.slick-loading img {
    display: none;
}
.alphabets .slick-slide.dragging img {
    pointer-events: none;
}
.alphabets .slick-initialized .slick-slide {
    display: block;
    height: 30px !important;
    width: 100px !important;
}
.alphabets .slick-loading .slick-slide {
    visibility: hidden;
}
.alphabets .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.alphabets .slick-arrow.slick-hidden {
    display: none;
}

.search-box ul {
    list-style: none;
    padding: 70px 0 0;
}
.search-box ul li {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

/*faq*/
.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}

.collapsible-link::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 1.1rem;
}

.collapsible-link [aria-expanded="true"]::before {
    content: "\f106";
}
.navbar [aria-expanded="true"]::before {
    display: none;
}
.accordion .card {
    border: 0;
    box-shadow: none;
    background: #fff !important;
    margin-bottom: 30px;
}
.accordion .btn {
    padding: 0;
    white-space: normal;
}
.accordion .card-header {
    padding: 0;
    background: #fff !important;
}
.accordion .card-body {
    padding: 10px 0;
    padding-right: 20px;
}
.user-block img {
    max-width: 400px;
    margin: 0 auto;
    border-radius: 7px;
}

.user-profile1 {
    position: absolute;
    right: 56px;
    top: 0;
    max-width: 80px;
}
.my-profile .eye-color.non-border a {
    padding-bottom: 16px;
}

/*search*/
.button1 {
    display: inline-block;
    margin: 4px 2px;
    font-size: 26px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    border: 1px solid #000;
}

.button1:hover {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    border: 1px solid #6b6b6b;
}

.search-container {
    position: relative;
    display: inline-block;
    margin: 4px 2px;
    height: 50px;
    width: 50px;
    vertical-align: bottom;
}

.mglass {
    display: inline-block;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.searchbutton {
    position: absolute;
    font-size: 22px;
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: 100;
}

.search:focus + .searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: #6b6b6b;
    color: #fff;
    border: 0;
}

.search {
    position: absolute;
    left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
    background-color: #6b6b6b;
    outline: none;
    border: none;
    padding: 0px;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    color: #fff;
}

.search:focus {
    width: 200px; /* Bar width+1px */
    padding: 0 16px 0 0;
}

.expandright {
    left: auto;
    right: 49px; /* Button width-1px */
}

.expandright:focus {
    padding: 0 0 0 16px;
}

.all-btn button {
    cursor: pointer;
}
.delete-btn {
    padding: 14px 15px;
    cursor: pointer;
}
.all-btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    cursor: pointer;
}
button.close {
    position: absolute;
    right: 20px;
    top: 6px;
}
.modal-content {
    background: #fff !important;
}
.modal-header {
    padding: 20px 10px 0 !important;
    border-bottom: none !important;
}
.side-pad-l {
    padding-left: 10px !important;
}
.side-pad-r {
    padding-right: 10px !important;
}

.popup {
    display: none;
    position: fixed;
    padding: 30px;
    width: 500px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: auto;
    top: 50%;
    margin-top: -100px;
    background: #292929;
    z-index: 20;
    color: #fff;
}

#popup:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -2;
}

#popup:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #292929;
    z-index: -1;
}

.popupk {
    display: none;
    position: fixed;
    padding: 30px;
    width: 500px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: auto;
    top: 50%;
    margin-top: -100px;
    background: #292929;
    z-index: 20;
    color: #fff;
}

#popupk:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -2;
}

#popupk:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #292929;
    z-index: -1;
}

.pop-close a {
    position: absolute;
    right: 10px;
    top: -7px;
}

/*--multi-slider*/

.swiper-container {
    width: 100%;
    height: 300px;
    margin: 0px auto 10px;
}
.swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
}
.swiper-slide img {
    width: 100%;
    border-radius: 7px;
    height: 100%;
    object-fit: cover;
}
.swiper-container .swiper-wrapper .swiper-slide h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3vw;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 17px !important;
    color: #fff;
}
.swiper-button-next,
.swiper-button-prev {
    width: 10px !important;
}
.swiper-pagination-bullet-active {
    background: #fff !important;
}
.swiper-slide {
    position: relative;
}
.swiper-container {
    position: relative;
}

.swiper-container-pointer-events {
    border-radius: 7px;
}

.fix-search-box {
    max-width: 100%;
    margin: 0 auto;
}
.voice-artist .list-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}
/*pagination*/
.list-wrapper {
    overflow: hidden;
}
.favourites .list-wrapper {
    max-width: 1051px;
    margin: 30px auto;
}
.list-item {
    border: 0;
    background: transparent;
    margin-bottom: 10px;
    padding: 0;
}

.list-item h4 {
    color: #ff7182;
    font-size: 18px;
    margin: 0 0 5px;
}

.list-item p {
    margin: 0;
    padding-left: 16px;
    font-size: 25px !important;
}

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 15px;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #000;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 7px;
}

.simple-pagination .current {
    color: #fff;
    background-color: #000;
    border-color: #000;
    border: 3px solid #000;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #bd2232;
}
a.page-link.next,
a.page-link.prev {
    position: relative !important;
    font-size: 30px !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #000;
    border: 0;
    font-family: sans-serif;
}
a.page-link.next:hover,
a.page-link.prev:hover {
    color: #424242 !important;
}
#pagination-container .page-link:focus,
.page-link:hover {
    color: #000 !important;
}
.current.next,
.current.prev {
    position: relative;
    font-family: sans-serif;
    left: 0;
    top: 2px !important;
}
.hand-talents .list-item img {
    max-width: 100%;
}
.overlay-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay-popup:target {
    visibility: visible;
    opacity: 1;
}

.popup-new {
    margin: 70px auto;
    padding: 20px;
    border-radius: 5px;
    width: 40%;
    position: relative;
    transition: all 5s ease-in-out;
    background: #fff;
}

.poppopup-newup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.popup-new .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px) {
    .popup-new {
        width: 96%;
    }
    .tabset {
        margin-top: 10px;
    }
}
/*tabbing*/
/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

.popup-new .close {
    color: #000;
    opacity: 1;
    font-weight: 300;
    font-size: 31px;
    top: 8px;
    position: absolute;
    right: 18px;
    border: 1px solid #000;
    width: 30px;
    text-align: center;
    line-height: 25px;
    height: 30px;
    border-radius: 26px;
}
.slider-part .slick-slide img {
    object-fit: cover;
    height: 100%;
}

.tabset > label {
    position: relative;
    display: inline-block;
    padding: 10px 14px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid #000;
    border-radius: 7px;
    margin: 0 10px 10px !important;
    max-width: 213px;
    color: #000;
}

input:focus-visible + label {
    border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
    color: #424242;
    background: #fff;
}

.popup-new p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 5px;
}
.popup-new p:hover {
    border-bottom: 1px solid #000;
}
.tab-panel .active {
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-panel {
    padding: 30px 0;
}
.tabset {
    max-width: 65em;
    color: #fff;
}
.list-item .col-md-3.col-sm-12,
.list-item .col-lg-3.col-md-6.col-sm-12 {
    margin-bottom: 26px !important;
}

@media screen and (max-width: 480px) {
    .text-18 {
        font-size: 16px;
    }
}

.select-dropdown {
    margin: 0 auto;
    border-bottom: 1px solid #000;
    background: transparent;
}
.select-dropdown select {
    background: transparent;
    color: #000;
    padding: 8px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    font-weight: 600;
}
.select-dropdown select:active,
.select-dropdown select:focus {
    outline: none;
    box-shadow: none;
    background: transparent;
}
.select-dropdown:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
}
.select-dropdown option {
    color: #444;
    width: 100%;
    background: transparent;
}
.btn-block p {
    margin-bottom: 0;
}

/* Modals
----------------------------------------------*/

[data-ml-modal] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
    width: 0;
    height: 0;
    opacity: 0;
}
[data-ml-modal]:target {
    width: auto;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
[data-ml-modal]:target .modal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
[data-ml-modal] .modal-dialog {
    border-radius: 6px;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
        0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
    position: relative;
    width: 40%;
    max-width: 500px;
    max-height: 70%;
    margin: 10% auto;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2;
}
.modal-dialog-lg {
    max-width: 820px !important;
}

[data-ml-modal] .modal-dialog > h3 {
    background-color: #eee;
    border-bottom: 1px solid #b3b3b3;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    padding: 0.8em 56px 0.8em 27px;
}
[data-ml-modal] .modal-content {
    background: #fff;
    padding: 23px 27px;
}
[data-ml-modal] .modal-close {
    position: absolute;
    top: 13px;
    right: 13px;
    color: #0085a6;
    background-color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
[data-ml-modal] .modal-close:hover {
    background-color: #0085a6;
    color: #fff;
    cursor: pointer;
}
[data-ml-modal] p:first-child,
[data-ml-modal] p:last-child {
    margin: 0;
}
@media (max-width: 767px) {
    .blog-detail-page .inner-img1 img {
        max-width: 100%;
    }
    [data-ml-modal] .modal-dialog {
        margin: 20% auto;
    }
    [data-ml-modal] .modal-dialog {
        width: 90%;
    }
}
.link {
    color: #000;
    font-weight: 600;
}
.link:hover {
    color: #000;
}
.btn-block {
    background: transparent;
    border: 1px solid #000 !important;
}

.btn-block.button-border {
    border: 1px solid #fff !important;
}
.home-banner {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 9;
}
.dropdown-menu {
    background-color: #fcf7f7;
    border: 0 !important;
}
.search-box .btn-block {
    border: 0 !important;
}
.favourites .all-btn {
    max-width: 600px;
    border: 0;
}
.favourites .all-btn button {
    border: 1px solid #000;
    padding: 5px 10px;
    border-radius: 30px;
}
.login-block .form-control {
    border-bottom: 1px solid #fff !important;
    color: #fff !important;
}

.client-list-page .card {
    padding: 5px;
    margin-bottom: 10px;
    border: 0;
    font-size: 20px;
}
.alphabet li a {
    font-weight: bold;
}
.alphabet li a:not(.view-all) {
    color: #000;
}
.client-list-page {
    padding-top: 50px;
}
.client-list-page .nav-item {
    margin: 4px 15px;
}
.favourites .nav-item {
    margin: 4px 13px;
}
.search-talent-page .nav-item {
    margin: 4px 11px;
}
.navbar-nav li .grey-color {
    color: #7d7d7d !important;
}

.image-hover-text-container {
    position: relative;
    display: inline-block;

    width: auto;
    height: auto;
    transition: all 0.2s linear;
}

.image-hover-image {
    display: block;
}
/* Make the image round */

.image-hover-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.2s linear;
    z-index: 9;
}
.image-hover-text:hover {
    opacity: 1;
}

.image-hover-text-bubble {
    position: relative;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 100%;
    height: 100%;
    text-align: center;
    background: #0000007a;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden;
    font-size: 17px;
    text-align: center;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image-hover-text .image-hover-text-title {
    font-size: 20px;
    display: block;
    color: #fff;
    font-family: "Belleza", sans-serif !important;
}
/*17 0ct*/
.selection .select-dropdown {
    height: 46px;
    position: absolute;
    right: 6px;
    width: 100%;
    bottom: 0;
    font-size: 18px;
    line-height: 20px;
}
.radio-block {
    width: 100%;
    padding-left: 0px;
}
.radio-block .Radio-label {
    margin-right: 0px;
}

/*upload*/
.uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
}
.uploader label {
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 3px solid #eee;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.uploader label:hover {
    border-color: #454cad;
}
.uploader label.hover {
    border: 3px solid #454cad;
    box-shadow: inset 0 0 0 6px #eee;
}
.uploader label.hover #start i.fa {
    transform: scale(0.8);
    opacity: 0.3;
}
.uploader #start {
    float: left;
    clear: both;
    width: 100%;
}
.uploader #start.hidden {
    display: none;
}
.uploader #start i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    transition: all 0.2s ease-in-out;
}
.uploader #response {
    float: left;
    clear: both;
    width: 100%;
}
.uploader #response.hidden {
    display: none;
}
.uploader #response #messages {
    margin-bottom: 0.5rem;
}
.uploader #file-image {
    display: inline;
    margin: 0 auto 0.5rem auto;
    width: auto;
    height: auto;
    max-width: 180px;
}
.uploader #file-image.hidden {
    display: none;
}
.uploader #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}
.uploader #notimage.hidden {
    display: none;
}
.uploader progress,
.uploader .progress {
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
}
.uploader .progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    background-color: #eee;
}
.uploader .progress[value]::-webkit-progress-value {
    background: linear-gradient(to right, #393f90 0%, #454cad 50%);
    border-radius: 4px;
}
.uploader .progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, #393f90 0%, #454cad 50%);
    border-radius: 4px;
}
.uploader input[type="file"] {
    display: none;
}
.uploader .file-upload {
    opacity: 0;
}
.uploader div {
    margin: 0 0 0.5rem 0;
    color: #5f6982;
}
.uploader .btn {
    display: inline-block;
    margin: 0.5rem 0.5rem 1rem 0.5rem;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: 0.2rem;
    outline: none;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: #454cad;
    border-color: #454cad;
    cursor: pointer;
}
.inner-upload {
    border: 1px solid black;
    border-radius: 6px;
    padding: 25px;
}
#file-drag {
    width: 100%;
    text-align: center;
    border: 1px solid #000;
    border-radius: 9px;
}
.error {
    color: #ff0000;
}
label#height-error {
    position: absolute;
    bottom: -35px;
}
label#weight-error {
    position: absolute;
    bottom: -35px;
}
.placeholder-bold select {
    font-weight: bold;
}
.alphabet li a.active {
    text-decoration: underline !important;
}
.background-black {
    background-color: #000;
}
.text-right {
    text-align: right;
}
.talent-item a {
    height: 350px;
    width: 100%;
    display: block;
}
.talent-item a img {
    height: 100%;
    object-fit: cover;
    /* margin-bottom: 10px; */
}
.responsiv-btn li {
    list-style: none;
}
.pagination {
    justify-content: center !important;
}

li.page-item {
    margin: 0 5px 10px !important;
    border-radius: 3px;
}
.page-item.active .page-link {
    background-color: #000;
    border-color: #000;
    border-radius: 7px;
}
.page-link {
    color: #000;
    border-radius: 7px;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border: 1px solid #ffffff !important;
    font-size: 30px;
    line-height: 15px;
    height: 40px;
}
/*checkbox*/
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 10px;
    right: 23px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ck1 input[type="checkbox"] {
    opacity: 0;
}
.height input {
    text-align: left;
}
img.favorit-block {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
    width: 40px;
    height: 40px !important;
}
.col-md-2.border-icon.d-flex.justify-content-center.align-items-center i {
    border: 1px solid black;
    border-radius: 50%;
    padding: 10px;
}

.col-md-2.border-icon.d-flex.justify-content-center.align-items-center i:hover {
    background-color: #000;
    color: #fff;
}

.input-group-text {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.nav-link,
a.dropdown-item {
    text-transform: uppercase;
}

.repeat-comment {
    height: 400px;
    overflow-y: scroll;
}

.icon-border {
    border: 1px solid #000;
    margin-right: 10px;
}
.icon-border i {
    line-height: 30px;
}
.workshop .container {
    width: 1440px;
}
.image_item {
    position: relative;
    border-radius: 15px;
}
.image_item img {
    border-radius: 15px;
    height: 100%;
    object-fit: cover;
}
.image_item {
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #000;
    height: 450px;
}
.image_item .i1 {
    position: absolute;
    top: 3px;
    right: 40px;
    border-radius: 50%;
    font-size: 20px;
    color: black;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.image_item .i2 {
    position: absolute;
    top: 3px;
    right: 0px;
    border-radius: 50%;
    font-size: 20px;
    color: black;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.image_item a {
    width: 50px;
    /* left: 0; */
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 10;
}
.image_item:hover img {
    opacity: 1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.image_item:hover .i1 {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.image_item:hover .i2 {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.pro-icon {
    position: absolute;
    top: 0;
    right: 40px;
}
.vv1:hover .pro-icon {
    display: block;
}
.vv1 .pro-icon {
    display: none;
}

.tab-pane .vv1:hover {
    border: 1px solid #000;
}
.tab-pane .vv1 {
    border: 1px solid #fff;
}
.tab-pane .pro-icon {
    position: absolute;
    top: -15px;
}
.tab-pane audio {
    height: 63px;
}

.option-box {
    height: 100% !important;
}

.resent-work .slick-slide {
    padding-right: 20px;
    height: 280px;
    position: relative;
    padding-top: 34px;
}

.resent-work .slick-list {
    margin-left: 20px;
}

.resent-work video {
    border-radius: 15px;
    max-width: 100%;
    height: 350px;
    width: 100%;
    position: relative;
}

.blur-filter {
    filter: url(#blur-and-scale);
}
.btnn {
    width: 55px;
    height: 55px;
    background: #000;
    position: absolute;
    right: -3px;
    top: 61px;
    border-radius: 32px;
    text-align: center;
    line-height: 54px;
    border: 8px solid #fff;
    display: none;
}
.resent-work .slick-slide:hover .btnn {
    display: block;
    transition: all 0.5s ease;
}
.blog-page .slide:hover .btnn {
    display: block;
    transition: all 0.5s ease;
}
.blog-page .slide {
    position: relative;
}
.blog-page video {
    width: 100%;
    height: 243px;
}
.blog-page .btnn {
    right: -21px;
    top: -23px;
}
.blog-detail-page .inner-img1 img {
    max-width: 511px;
}
.blog-page .slide {
    position: relative;
    border-radius: 31px;
}
.blog-page .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 31px;
}
.slide-images img {
    height: 243px !important;
}
.video-preview iframe {
    width: 430px !important;
}
.noUi-connect {
    background: #000;
}
.faviorate-image {
    height: 300px;
}

.faviorate-image img {
    height: 100%;
}

.drp-select select {
    display: block;
    border: 1px solid rgb(0, 0, 0) !important;
    padding: 13px 5px;
    background: transparent;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
}

.drp-select select {
    display: block;
    border: 1px solid rgb(0, 0, 0) !important;
    padding: 13px 5px;
    background: transparent;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
}

.carousel-item {
    transform: scale(1);
    max-height: 100vh;
    min-height: calc(100vh-180px);
    overflow: hidden;
}

#carouselExampleIndicators {
    position: relative;
}

.videoSliderBackground {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    min-width: 100vh;
    min-height: 100vh;
}
.videoSlider {
    width: 100%;
    transition: all 0.5s;
}
.elVideo {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.dark_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background: #ffffff85;
}

/* slider */
/* .resent-work .slider {
    height: 248px;
    padding: 100px 0;
} */

/* slider-cards */
.slide-card {
    width: 500px;
    padding: 70px 0;
}

/* slider-arrows */
.arrow {
    width: 40px;
    height: 40px;
}

/* disabled button */
.bg-disabled {
    background-color: #e5e3e7;
}

/* slider and slide transitions */
.slider-move-left {
    transform: translate(-320px, 0px);
    transition: all 0.5s ease;
}

.move-left {
    transform: translate(-320px, 0px);
    transition: all 0.5s ease;
}

.move-right {
    transform: translate(320px, 0px);
    transition: all 0.5s ease;
}
#next-arrow {
    right: 0;
}
.arrow {
    top: 45%;
}
.img-block-box {
    display: block;
    /* height: 171px; */
}

.img-block-box img {
    object-fit: cover;
    height: 350px;
}
.slide-card:hover .btnn {
    display: block;
}
.slider-home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#previous-arrow {
    left: 0;
}
.fav-count-icon {
    position: relative;
}
.fav-count-icon span {
    color: #ffffff !important;
    background-color: #000 !important;
    position: absolute;
    top: -7px;
    font-weight: bold;
    right: -9px;
    line-height: 20px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
}

.favourite-btn {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 34px;
    height: 40px;
    width: 40px;
    background: #989898b5;
    border: 0;
    color: #fff;
    line-height: 55px;
    text-align: center;
    z-index: 99;
}
.add-rem-btn .favourite-btn {
    cursor: pointer;
    position: relative;
    top: 5px;
    right: 5px;
    border-radius: 34px;
    height: 40px;
    width: 100%;
    background: transparent;
    border: 0;
    color: #000;
    line-height: 38px;
    text-align: center;
    z-index: 99;
    display: flex;
    max-width: 300px;
    align-content: center;
    justify-content: center;
    border: 1px solid #eee;
    margin: 0 auto;
}
.my-profile-video iframe {
    width: 100%;
}

.preview-item {
    display: inline-block;
    position: relative;
    margin: 5px;
}
.preview-item button {
    background: rgba(255, 0, 0, 0.8);
    border: none;
    color: white;
    cursor: pointer;
    padding: 2px 5px;
}
