﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: 'AlienRegular';
    src: url('/fonts/alien-fonts/AlienLeagueRegular-9D3Z.otf') format('opentype');
}

@font-face {
    font-family: 'AladinRegular';
    src: url('/fonts/aladin/Aladin-Regular.ttf') format('truetype');
}

/*@font-face {
    font-family: 'VipnagorgiallaBold';
    src: url('/fonts/vipnagorgialla/vipnagorgialla bd.otf') format('opentype');
}*/

/*@font-face {
    font-family: 'induction';
    src: url('../fonts/induction/induction.ttf') format('truetype');
}

@font-face {
    font-family: 'codec-warm';
    src: url('../fonts/codec/codec-warm-extrabold.ttf') format('truetype');
}*/


.ui-dialog {
    padding: 0;
}

.ui-widget-content {
    border: none !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: transparent;
    background-image: url("../images/theme/close-white.png");
    background-repeat: no-repeat;
    border: none;
}

.ui-widget-header {
    border: none !important;
    border-radius: 0;
    background: #e32222;
    color: #fff;
}

.font-size-sm {
    font-size: .80rem;
}
/*******************************
    Alert Notifications
********************************/
.alert-message-box {
    width: 90%;
    display: inline-block;
}

/* Bootstrap Alerts */
.alert {
    font-size: 0.875rem;
}

    .alert i {
        font-size: 1.25rem;
        margin-right: 1.25rem;
        vertical-align: middle;
        line-height: .5;
    }

.alert-primary {
    color: #4d83ff;
}

.alert-secondary {
    color: #686868;
}

.alert-success {
    color: #71c016;
}

.alert-info {
    color: #7859df;
}

.alert-warning {
    color: #ffc100;
}

.alert-danger {
    color: #ff4747;
}

.alert-light {
    color: #f8f9fa;
}

.alert-dark {
    color: #282f3a;
}

.alert-fill-primary {
    color: white;
    background: #4d83ff;
}

.alert-fill-secondary {
    color: white;
    background: #686868;
}

.alert-fill-success {
    color: white;
    background: #71c016;
}

.alert-fill-info {
    color: white;
    background: #7859df;
}

.alert-fill-warning {
    color: white;
    background: #ffc100;
}

.alert-fill-danger {
    color: white;
    background: #ff4747;
}

.alert-fill-light {
    color: white;
    background: #f8f9fa;
}

.alert-fill-dark {
    color: #fdfdfd;
    background: #282f3a;
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-md {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-lg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 575px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }

    .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }

    .container-lg, .container-xl, .container-xxl {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }

    .container-xl, .container-xxl {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }

    .container-xxl {
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

@media (max-width: 767px) {
    .mobile-menu-area > .container {
        width: 100%;
    }
}

.mean-container a.meanmenu-reveal {
    padding: 18px 13px 11px;
}

/*******************************
NAVBAR
********************************/
.menu-desktop .navbar {
    justify-content: flex-end;
}

.navbar .navbar-menu-wrapper {
    background: transparent;
    transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -ms-transition: width 0.25s ease;
    color: #9b9b9b;
    padding-left: 1.062rem;
    padding-right: 1.062rem;
    width: calc(100% - 257px px );
    height: 60px;
}

@media (min-width: 992px) {
    .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
        margin-left: auto;
    }
}

.navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
    align-self: stretch !important;
}

.navbar .navbar-menu-wrapper .navbar-nav {
    flex-direction: row !important;
}

    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile {
        margin-left: 1.8rem;
        margin-right: 1.8rem;
        white-space: nowrap;
    }

    .navbar .navbar-menu-wrapper .navbar-nav .nav-item .toggle-menu-wrapper .slide-menu li > a {
        color: #fff;
    }

    .navbar .navbar-menu-wrapper .navbar-nav .nav-item a {
        color: #4a4a4a;
    }

    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile,
    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item,
    .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item {
        align-items: center !important;
    }

    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile,
    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item,
    .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item {
        display: flex !important;
    }

    .navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
        color: inherit;
        font-size: 0.875rem;
    }

/* .navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link:hover
        .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu {
            display: block;
        }*/

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link .nav-profile-name {
    /*margin-left: 0.5rem;*/
    margin-right: 0.5rem;
    color: #4a4a4a;
    font-weight: 500;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
    position: absolute;
    font-size: 0.9rem;
    margin-top: 0;
    right: 0;
    left: auto;
    top: 60px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu {
    border: none;
    -webkit-box-shadow: 0px 3px 21px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 21px 0px rgb(0 0 0 / 20%);
}

.dropdown .dropdown-menu {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    box-shadow: 0px 1px 15px 1px rgb(230 234 236 / 35%);
    border-radius: 0;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item {
    margin-bottom: 0;
    padding: 0.65rem 1.5rem;
    cursor: pointer;
}

    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item i {
        font-size: 17px;
    }

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown i {
    margin-right: 0.5rem;
    vertical-align: middle;
    font-size: 18px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item i {
    /*margin-right: 0.5rem;*/
    vertical-align: middle;
    font-size: 18px;
}

.mobile-menu .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item i {
    font-size: 17px;
}

.mobile-menu .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown i {
    vertical-align: middle;
    font-size: 18px;
}

.mobile-menu .navbar .navbar-menu-wrapper .navbar-nav .nav-item i {
    vertical-align: middle;
    font-size: 20px;
    color: #e32222;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e32222;
}

.toggle-menu-wrapper .navbar {
    width: 20%;
}

.toggle-menu-wrapper .header-menu-toggle {
    margin-top: 1rem;
}

.register-bar, .register-bar-2 {
    margin: 0px 0px 5px;
    display: flex;
    justify-content: center;
}

    .register-bar a {
        width: 200px;
        font-size: 12px;
        letter-spacing: 1px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        display: flex;
        align-items: center;
    }

    .register-bar-2 a {
        width: 500px;
        font-size: 18px;
        letter-spacing: 1px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        display: flex;
        align-items: center;
    }

    .register-bar a span {
        z-index: 10;
        margin: 0 auto;
        position: relative;
        display: table;
        color: white;
    }

    .register-bar-2 a span {
        z-index: 10;
        margin: 0 auto;
        position: relative;
        display: table;
        color: white;
    }

.btn-register:after {
    content: "";
    position: absolute;
    width: 200px;
    border-top: 25px solid #e32222;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}

.btn-register {
    /*content: "";
    position: absolute;
    color: transparent;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 3px;*/
    /*transform: skew(-30deg);*/
    /*-webkit-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);*/
}




.flex-display-center {
    display: flex;
    align-items: center;
    justify-content: center;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    margin-bottom: -10px;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.btn {
    border-radius: 0;
}

.mdi:before {
    color: #e32222;
}

.tooltip-text {
    /* margin-right: 0rem;*/
    font-size: 11px;
}

.form-control {
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}



/************************************************
Plugins
*************************************************/
/*.vbox-container img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/

.vbox-child {
    /* height: 550px;*/
    /* max-width: 450px;*/
    /* transform: scale(1);*/
}




/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    /*background-color: #161616;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/*#wrapper {
    top: 7rem;
}*/

/* Slider Main
--------------------------------------------------------- */
#wowslider-container1 .ws-title {
    display: none !important;
}

.area-padding {
    padding: 110px 0;
}

.section-headline {
    padding-top: 30px;
}

@media (max-width: 767px) {
    .section-headline h3 {
        font-size: 20px;
        /*color: #ddd;*/
        color: #e32222;
        margin-bottom: 30px;
        line-height: 28px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .top-head-dark {
        text-transform: uppercase;
        color: #161616;
        font-weight: 600;
        font-size: 13px;
        position: relative;
        margin-bottom: 10px;
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .section-headline h3 {
        font-size: 38px;
        /*color: #ddd;*/
        color: #e32222;
        margin-bottom: 40px;
        line-height: 48px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .top-head-dark {
        text-transform: uppercase;
        color: #161616;
        font-weight: 600;
        font-size: 15px;
        position: relative;
        margin-bottom: 10px;
        display: inline-block;
    }
}


.field-validation-error {
    color: #fff;
}

.bgc-white {
    background-color: #ffffff;
}

.bg-grey {
    background: #f5f5f5;
}

.bg-black {
    background: #161616;
}


.top-head-dark::before {
    position: absolute;
    content: "";
    top: 11px;
    background: #161616;
    width: 40px;
    height: 1px;
    left: -50px;
}

.top-head-dark::after {
    position: absolute;
    content: "";
    top: 11px;
    background: #161616;
    width: 40px;
    height: 1px;
    right: -50px;
}




/****** EXPERT PANEL ******/
.bg-color {
    background: #161616;
}

@media (min-width: 992px) {
    .area-padding-2 {
        padding: 50px 0px 50px;
    }
}

@media (max-width: 767px) {
    .area-padding-2 {
        padding: 30px 0px 0px;
    }
}

.top-head {
    text-transform: uppercase;
    /*  color: #D7B474;*/
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}

    .top-head::before {
        position: absolute;
        content: "";
        top: 12px;
        /* background: #D7B474;*/
        background: #fff;
        width: 40px;
        height: 1px;
        left: -50px;
    }

    .top-head::after {
        position: absolute;
        content: "";
        top: 12px;
        /*  background: #D7B474;*/
        background: #fff;
        width: 40px;
        height: 1px;
        right: -50px;
    }




.single-member {
    box-shadow: 0 5px 25px rgb(0 0 0 / 6%);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.single-expert-image .single-member .team-img {
    width: 410px;
    height: 480px;
}

/* .single-member .team-img a {
            display: block;
        }*/

.single-member .team-img::after {
    background: rgba(19,19,19,0.80) none repeat scroll 0 0;
    width: 100%;
    height: 0%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    transition: 0.5s;
    box-shadow: 2px 2px 20px #ddd;
}

.single-member:hover .team-img::after {
    height: 100%;
}

.single-member:hover .team-content .social-icon {
    opacity: 1;
}

.single-member:hover .team-content {
    opacity: 1;
    transition: 0.5s;
    background: transparent;
}

    .single-member:hover .team-content h4 a::after {
        left: -15px;
        top: -10px;
        transition: 0.5s;
    }

.team-content {
    position: absolute;
    /*top: 70%;*/
    content: "";
    left: 0;
    right: 0;
    transition: 0.5s;
    background: rgba(19,19,19,0.75) none repeat scroll 0 0;
    /* padding: 30px 20px;*/
    width: 100%;
    height: 200px;
}

@media(min-width:992px) {
    .team-content {
        top: 66%;
        padding: 30px 20px;
    }

    .single-member:hover .team-content {
        top: 24%;
    }
}

@media(min-width:768px) {
    .team-content {
        top: 78%;
        padding: 20px 20px;
    }

    .single-member:hover .team-content {
        top: 35%;
    }
}

@media(max-width:767px) {
    .team-content {
        top: 70%;
        padding: 30px 20px;
    }

    .single-member:hover .team-content {
        top: 35%;
    }
}

@media(max-width:667px) {
    .team-content {
        top: 62%;
        padding: 30px 30px;
    }

    .single-member:hover .team-content {
        top: 35%;
    }
}

@media(max-width:576px) {
    .team-content {
        top: 68%;
        padding: 10px 26px;
    }

    .single-member:hover .team-content {
        top: 20%;
    }
}



.team-content h4 {
    font-size: 12px;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    letter-spacing: 1px;
}

    .team-content h4 a {
        color: #fff;
        position: relative;
        z-index: 1;
    }

        .team-content h4 a::after {
            position: absolute;
            content: "";
            background: #D7B474;
            width: 30px;
            height: 30px;
            left: -15px;
            top: -12px;
            border-radius: 50%;
            z-index: -1;
            opacity: 0.6;
            transition: 0.5s;
        }

@media(max-width:767px) {
    .team-content h4 a::after {
        position: absolute;
        content: "";
        background: #D7B474;
        width: 20px;
        height: 20px;
        left: -9px;
        top: -6px;
        border-radius: 50%;
        z-index: -1;
        opacity: 0.6;
        transition: 0.5s;
    }
}

.team-content p {
    font-size: 12px;
    margin-bottom: 0;
    color: #b1b1b1;
}

.team-content .social-icon {
    margin-top: 15px;
    opacity: 0;
}

.social-icon li {
    display: inline-block;
    margin: 0px 2px;
}

    .social-icon li a {
        display: inline-block;
        width: 40px;
        height: 40px;
        border: 1px solid #222;
        color: #fff;
        border-radius: 50%;
        font-size: 18px;
        text-align: center;
        line-height: 39px;
        background: #222;
    }






/***********************************
 SERVICES 
************************************/
.services-grid {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .single-portfolio .single-portfolio-content, .single-similar .single-similar-content {
        padding: 15px;
    }
}

@media (min-width: 992px) {
    .single-services {
        padding: 15px;
    }

    .services-content-head h4 a {
        font-size: 22px;
        font-weight: 500;
        line-height: 34px;
        /* color: #313437;
        -webkit-transition: color 300ms linear;
        -ms-transition: color 300ms linear;
        transition: color 300ms linear;*/
    }

    .single-portfolio .single-portfolio-content, .single-similar .single-similar-content {
        padding: 25px;
    }
}



@media (max-width: 767px) {
    .single-services {
        padding: 15px 15px 0 15px;
    }

    .services-content-head h4 a {
        font-size: 21px;
        font-weight: 500;
        line-height: 34px;
        /*color: #313437;
        -webkit-transition: color 300ms linear;
        -ms-transition: color 300ms linear;
        transition: color 300ms linear;*/
    }

    .single-portfolio .single-portfolio-content, .single-similar .single-similar-content {
        padding: 13px 4px 13px 10px;
    }
}

.single-services {
    border: 1px solid #ebeef0;
    /* padding: 15px;*/
    /*max-height: 600px;
    min-height: 430px;*/
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

    .single-services .main-services {
        min-height: 330px;
    }

    .single-services .services-content {
        min-height: 150px;
    }

    .single-services:hover {
        background-color: #e32222;
    }

        .single-services:hover .service-title {
            color: #fff;
        }

        .single-services:hover .service-text {
            color: #fff;
        }

        .single-services:hover .services-content-footer .service-readmore {
            color: #fff;
        }

    .single-services .services-content-head h4 a {
        color: #313437;
        -webkit-transition: color 300ms linear;
        -ms-transition: color 300ms linear;
        transition: color 300ms linear;
    }

    .single-services .services-content p {
        text-align: left;
    }

        .single-services .services-content p a {
            color: #666;
            font-size: 14px;
            -webkit-transition: color 300ms linear;
            -ms-transition: color 300ms linear;
            transition: color 300ms linear;
        }

    .single-services .services-content-footer .service-readmore {
        color: #e32222;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .single-services .services-content-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

        .single-services .services-content-footer p a {
            color: #e32222;
        }

.truncate-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}



/*** UPCOMING STARS ***/
/*.fn-portfolios-wrapper-2 {
}*/

.risingstars-area {
    border-bottom: 1px solid #eee;
}

.fn-portfolio-single {
    /* padding: 2px;*/
}

    .fn-portfolio-single .single-portfolio {
        background: #f5f5f5;
        overflow: hidden;
    }

/*.btn-viewall {
    float: right;
}*/

.risingstars-area .btn-link {
    color: #444;
    font-weight: 500;
}

    .risingstars-area .btn-link:hover {
        color: #e32222;
    }

.bg-grey .single-portfolio:hover {
    background: #444444;
}

.bg-white .single-portfolio {
    background: #f5f5f5;
}

    .bg-white .single-portfolio:hover {
        background: #444444;
    }

.single-portfolio {
    margin-bottom: 3px;
    background: #ffffff;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

    /*.single-portfolio .single-portfolio-thumb {
        overflow: hidden;
    }*/

    .single-portfolio .single-portfolio-thumb img {
        width: 100%;
        -webkit-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .single-portfolio .single-portfolio-content {
        position: relative;
    }

        .single-portfolio .single-portfolio-content h5 {
            font-size: 13px;
            margin-bottom: 0;
            color: #333333;
            font-weight: 600;
            -webkit-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
        }

            .single-portfolio .single-portfolio-content h5 a {
                color: #333333;
                -webkit-transition: all 0.4s ease-in-out 0s;
                transition: all 0.4s ease-in-out 0s;
            }

    /*.single-portfolio .single-portfolio-content h5 a:hover {*/
    /*color: #71a9d0;*/
    /*color: #e32222;
                }*/

    .single-portfolio .single-portfolio-link {
        position: absolute;
        top: 0;
        right: 15px;
        /* height: 55px;
        width: 55px;*/
        background: #555;
        color: #ffffff;
        /* font-size: 20px;*/
        border-radius: 100px;
        text-align: center;
        /* line-height: 47px;*/
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 4px solid #ffffff;
    }

        .single-portfolio .single-portfolio-link:hover {
            background: rgba(227, 34, 34, 0.9);
        }

    .single-portfolio .portfolio-tags {
        margin-bottom: 0;
        padding-left: 0;
        font-size: 0;
    }

        .single-portfolio .portfolio-tags li {
            display: inline-block;
            list-style: none;
            font-size: 12px;
            /*color: #71a9d0;*/
            color: #333333;
            font-family: "Lato", sans-serif;
            font-weight: 700;
        }

            .single-portfolio .portfolio-tags li::after {
                content: "/";
                padding: 0 4px;
                -webkit-transition: all 0.4s ease-in-out 0s;
                transition: all 0.4s ease-in-out 0s;
            }


            .single-portfolio .portfolio-tags li:last-child::after {
                display: none;
            }

            .single-portfolio .portfolio-tags li a {
                display: inline-block;
                font-family: "Lato", sans-serif;
                -webkit-transition: all 0.4s ease-in-out 0s;
                transition: all 0.4s ease-in-out 0s;
                /*color: #71a9d0;*/
                color: #e32222;
            }

                .single-portfolio .portfolio-tags li a:hover {
                    color: #ffffff;
                }

    .single-portfolio:hover {
        background: #4d4d55;
    }

        .single-portfolio:hover .single-portfolio-content h5 {
            color: #ffffff;
        }

            .single-portfolio:hover .single-portfolio-content h5 a {
                color: #ffffff;
            }

                .single-portfolio:hover .single-portfolio-content h5 a:hover {
                    /* color: #71a9d0;*/
                    color: #ffffff;
                }

        .single-portfolio:hover .single-portfolio-thumb img {
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }




/*********************************
RATING 
**********************************/
.truncate-reviews-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.client-review-box .rating {
    width: 80px;
    height: 16px;
    background: url('../images/rating/rating-4-16.png') repeat-x;
}

    .client-review-box .rating div {
        height: 16px;
        background: url('../images/rating/star-3-16.png') repeat-x;
    }

    .client-review-box .rating span {
        height: 16px;
        background: url('../images/rating/star-3-16.png') repeat-x;
    }

.reviews-content {
    margin-bottom: 5px;
    float: left;
}

@media(max-width:667px) {
    .reviews-header {
        min-height: 90px;
    }
}

@media(min-width:768px) {
    .reviews-header {
        min-height: 300px;
    }
}

.reviews-header {
    /*min-height: 300px;*/
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.client-rating {
    display: inline-block;
    color: #fec731;
    font-size: 20px;
    padding: 0px 5px 0px 0px;
    margin-bottom: 10px;
}*/
.star-rating {
    display: inline-block;
    white-space: nowrap;
    line-height: 1;
    vertical-align: middle;
}

    .star-rating .rating {
        width: 80px;
        height: 14px;
        background: url(/images/rating/rating-4-16.png) repeat-x;
    }

        .star-rating .rating div {
            height: 14px;
            background: url(/images/rating/rating-3-16.png) repeat-x;
        }

.single-testi {
    margin: 0 0 50px;
}

    .single-testi .review-box {
        margin-top: 8em;
        justify-content: center;
        display: flex;
    }

#testimonial-carousel .active .client-text {
    background: #f3f3f3;
}

#testimonial-carousel .center .client-text {
    background: #fff;
}

.review-box .guest-details:before {
    content: "" !important;
}

#testimonial-carousel .single-testi:before {
    position: absolute;
    left: 0;
    top: 120px;
    z-index: 9;
    color: #e32222;
    font-size: 40px;
    font-family: 'Material Design Icons';
    content: "\F0757";
}

.review-box .testi-text .client-text {
    padding: 30px 100px 0;
    position: relative;
    box-shadow: 0 10px 25px rgb(0 0 0 / 20%);
    border-radius: 4px;
}

.review-box .bottom-bar {
    display: flex;
    justify-content: center;
}

    .review-box .bottom-bar .round-bar {
        width: 50%;
        position: fixed;
        height: 16px;
        background: #e32222;
        border-radius: 20px;
        bottom: 42px;
    }

        .review-box .bottom-bar .round-bar:before {
            content: "" !important;
        }

.reviews-content .single-testi .client-text h5 {
    color: #111;
    font-size: 19px;
    font-weight: 200;
    margin-top: 50px;
}

.reviews-content .single-testi .testi-image {
    overflow: hidden;
    top: calc(24% - 100px);
    /*left: calc(50% - 20px);*/
    z-index: 999;
    position: absolute;
    border-radius: 100px;
    /* background-color: #e32222;
    border-top: 10px solid #e32222;*/
    box-shadow: 0 4px 12px 8px rgb(0 0 0 / 26%);
}

    .reviews-content .single-testi .testi-image .reviewer-image {
        width: 170px;
        height: 170px;
    }

        .reviews-content .single-testi .testi-image .reviewer-image img {
            margin-top: 0px;
            /*width: 130px;
            height: 130px;*/
        }

.reviews-content .cloned .single-testi .client-text p {
    color: #b1b1b1;
}

.reviews-content .single-testi .client-text p {
    color: #b1b1b1;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 70px;
}

.reviews-content .active.center .single-testi .client-text p {
    color: #777;
}

.testi-text p {
    margin-bottom: 0px;
}

/*.reviews-content .client-text::after {
    position: absolute;
    left: 40px;
    bottom: -28px;
    content: "";
    border-top: 30px solid #f3f3f3;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}*/

.review-box .guest-details {
    color: #777;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 5px;
    margin-bottom: 15px;
    gap: 20px;
}

    .review-box .guest-details .guest-name h4 {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 18px;
        color: #e32222;
        margin-bottom: 0px;
        letter-spacing: 1px;
    }


    .review-box .guest-details .guest-review h5 {
        color: #999999;
        margin: 0;
        font-size: 13px;
        font-weight: 600;
    }

/*.owl-carousel .owl-stage {
    margin: 0 auto;
}*/

#testimonial-carousel.owl-carousel .owl-dots {
    bottom: -10px;
    display: block;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}

    #testimonial-carousel.owl-carousel .owl-dots button.owl-dot {
        display: inline-block;
        margin: 0 3px;
    }

        #testimonial-carousel.owl-carousel .owl-dots button.owl-dot > span {
            background: #2a354e none repeat scroll 0 0;
            display: inline-block;
            height: 8px;
            width: 8px;
            -moz-transition: 0.4s;
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            -ms-transition: 0.4s;
            transition: 0.4s;
            border-radius: 50%;
        }

        #testimonial-carousel.owl-carousel .owl-dots button.owl-dot.active > span {
            background: #e32222;
            width: 30px;
            border-radius: 3px;
        }

        #testimonial-carousel.owl-carousel .owl-dots button.owl-dot:focus {
            outline: -webkit-focus-ring-color auto 0px;
        }



/*** VIDEO CAROUSEL ***/
.bg-position-center {
    background-position: center !important;
}

.bg-size-cover {
    background-size: cover !important;
    /* background-size: 100% auto;*/
}

.bg-repeat {
    background-repeat: no-repeat;
}

.bg-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    z-index: 1;
}

.bg-overlay-content {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.video-player-btn {
    width: 4.5rem;
    height: 4.5rem;
    padding-left: 0.15rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 50%;
    background-color: #e32222;
    color: #ffffff;
    line-height: 4.25rem;
    -webkit-box-shadow: 0 0.375rem 1rem -0.25rem rgb(0 0 0 / 20%);
    box-shadow: 0 0.375rem 1rem -0.25rem rgb(0 0 0 / 20%);
    text-align: center;
    text-decoration: none;
}

.video-player-btn, .video-player-label {
    display: inline-block;
    vertical-align: middle;
}

    .video-player-btn:hover {
        color: #e32222;
        background-color: #fff;
    }

.opacity-90 {
    opacity: .9 !important;
}

.single-video {
    margin-bottom: 30px;
    background: #ffffff;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.single-expert-image {
    margin-bottom: 30px;
    /* background: #ffffff;*/
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.single-video .video-box-content {
    margin-top: 1rem;
}

.single-video .video-box-title h4 {
    font-size: 20px;
    line-height: 30px;
}

.single-video .video-box-title a {
    color: #666;
    font-size: 18px;
}

.bg-grey .single-video .single-video-content {
    background: #ffffff;
}

.bg-grey .single-video {
    background: #111;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

    .bg-grey .single-video:hover .single-video-content {
        background: #e32222;
        -webkit-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

.single-video .single-video-content {
    padding: 25px;
    position: relative;
}

    .single-video .single-video-content h5 a {
        color: #333333;
        -webkit-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

.single-video:hover h5 a {
    color: #ffffff;
}

.single-video .single-video-link {
    position: absolute;
    top: 0;
    right: 15px;
    height: 55px;
    width: 55px;
    background: #555;
    color: #ffffff;
    font-size: 20px;
    border-radius: 100px;
    text-align: center;
    line-height: 47px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 4px solid #ffffff;
}

.single-video .bg-overlay-content a:hover {
    color: #e32222;
    background: #fff;
}



/**** OWL CAROUSEL ****/
.owl-carousel .owl-video-tn {
    background-size: cover;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
}

.owl-video-frame {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .owl-video-frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.owl-carousel .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 39px;
    background: #000000;
    border-radius: 3px;
}

.owl-carousel .nav-button {
    height: 68px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 210px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
}

.owl-carousel .owl-prev {
    left: -35px;
}

.owl-carousel .owl-next {
    right: -35px;
}

.owl-carousel .prev-carousel:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-carousel:hover {
    background-position: -24px -53px;
}

/*.owl-item {
    margin-right: 15px !important;
}*/




/**** Footer ****/
.footer-area {
    padding: 100px 0;
    background: #10100E;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-icons {
    margin-top: 20px;
}

.footer-area ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer-icons ul li {
    display: inline-block;
}

    .footer-icons ul li a {
        color: #fff;
        display: block;
        font-size: 16px;
        line-height: 33px;
        text-align: center;
        margin-right: 5px;
        border: 1px solid #fff;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        transition: 0.4s;
    }

        .footer-icons ul li a:hover {
            color: #fff;
            border: 1px solid #e32222;
            background: #e32222;
            transition: 0.4s;
        }

.footer-head h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.footer-contact li {
    margin-top: -15px;
}

    .footer-contact li a {
        color: #fff;
        font-size: 16px;
        margin-bottom: 20px;
        display: block;
        font-weight: 300;
    }

        .footer-contact li a i {
            font-size: 16px;
            margin-right: 10px;
            line-height: 34px;
            color: #fff;
        }

.footer-head h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.subs-feilds {
    background: #1c1c1c;
    padding: 40px 20px;
    border-radius: 3px;
}

.suscribe-input input {
    border: none;
    color: #777;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 15px;
    height: 46px;
    border-radius: 0;
    width: 66%;
    float: left;
    background: #0c0c0b;
}

.suscribe-input button {
    background: #e32222;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 10px 5px;
    width: 34%;
    height: 46px;
    /*border-left: 1px solid #D7B474;*/
}

.footer-area #sus_submit:hover {
    background: #666;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.copyright > p {
    margin-bottom: 0;
    color: #666;
    font-weight: 600;
}

.copyright > span > a {
    color: #0366d6;
    font-size: 16px;
    font-weight: 400;
}




/**** OUR MISSION ****/
.our-mission .mission-content {
    padding: 5px;
}

    .our-mission .mission-content p {
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
        color: #999;
        padding: 5px;
    }

    .our-mission .mission-content h6 {
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
        color: #999;
        padding: 5px;
    }

.mission-area .mission-header {
    border-top: 30px solid #fff;
}





/**** OUR MISSION ****/
.portfolio-area {
    position: relative;
    padding-top: 20px;
}

.artist-1 #attributes-grid {
    background: #fff; /*#353536;*/
    /*  overflow-y: scroll;*/
    /* min-height: 985px;*/
}

.artist-1 #attributes-grid-2 {
    background: #fff;
    min-height: 196px;
}

.artist-attributes-wrapper .attributes-box {
    position: relative;
    padding: 40px 40px 10px;
    /*background: #353536;*/
}

    .artist-attributes-wrapper .attributes-box .attributes-table {
        width: 100%;
        list-style: none;
        padding: 0px !important;
        margin: 0px 0px 10px 0px !important;
        vertical-align: bottom;
        display: inline-block;
    }

    .artist-attributes-wrapper .attributes-box ul {
        list-style: none;
        margin: 0px 0px 20px 0px;
        line-height: 1.5;
    }

    .artist-attributes-wrapper .attributes-box .attributes-table li {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 0px !important;
        margin-bottom: 10px;
        word-spacing: 0.1em;
        line-height: 1.6;
    }

    .artist-attributes-wrapper .attributes-box .attributes-table li {
        color: #aaaaaa;
        font-size: 18px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .artist-attributes-wrapper .attributes-box .attributes-table-left {
        float: left;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.6;
    }

    .artist-attributes-wrapper .attributes-box .attributes-table-right {
        float: right;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.6;
    }

.artist-social-icons {
    margin: -10px 0px 0px 0px;
    float: none;
    width: 100%;
}

.social-icons {
    list-style-type: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}

    .social-icons li {
        float: left;
        display: block;
        margin: 0px 0px 0px 10px;
        padding: 0;
        line-height: 70px;
    }

.artist-social-icons li {
    margin: 5px 10px 0px 0px;
    line-height: 1;
}

    /*.social-icons li a {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: inline-block;
    text-indent: -500em;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    vertical-align: middle;
}*/

    .artist-social-icons li a {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

/*.social-icons.artist-social-icons li a {
    background: #3e3e3e;
    color: #fff;
}*/

/* .social-icons.artist-social-icons li a:hover {
        background: #e32222;
        color: #fff;
    }*/

/*.artist-social-icons li a:before {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    font-size: 18px;
}*/

/*.social-icons li a:before {
    font-family: 'FontAwesome';
    text-indent: 0em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}*/



/**** Portfolio Page *****/
.bkgrnd-1 {
    background-image: url("../images/portfolio/bkgrnd-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bkgrnd-2 {
    background: url("../images/portfolio/bkgrnd-2.png") no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.white-red-wrapper {
    background-color: #f0f0f0;
    margin-bottom: -25px;
    display: flex;
}

.pfolio-container {
    width: 100% !important;
    padding-right: 13px;
}

@media only screen and (max-width:667px) {
    .portfolio-area {
        top: 0rem;
    }
}

@media screen and (max-width:767px) {
    .white-red-wrapper {
        min-height: 24rem;
    }

    .artist-header .artist-title h4, .artist-header .artist-category h4 {
        font-size: 18px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .portfolio-area {
        top: -8px;
    }

    .pfolio-container {
        padding-right: 8px;
        padding-left: 24px;
    }

    .white-red-wrapper {
        min-height: 15.9rem;
        margin-top: 9px;
    }

    .artist-image-wrapper > .image-box {
        width: 11rem;
        height: 251px;
    }

        .artist-image-wrapper > .image-box .upload-img-icon {
            right: 11rem;
        }

        .artist-image-wrapper > .image-box .upload-icon::after {
            margin-right: -14.2rem;
        }

    /* .tooltip-text {
        margin-right: -9rem;
    }*/

    .artist-image:before {
        width: 46%;
    }

    .artist-image {
        top: 8px;
    }

        .artist-image:after {
            width: 46%;
        }

    .artist-header .artist-title h4 {
        font-size: 29px;
    }

    .artist-header .artist-category h4 {
        font-size: 22px;
    }
}

@media screen and (min-width:991px) {
    .portfolio-area {
        top: -8px;
    }

    .pfolio-container {
        padding-right: 18px;
        padding-left: 24px;
    }

    .white-red-wrapper {
        min-height: 16.9rem;
    }

    .artist-image {
        top: 8px;
    }

        .artist-image:before {
            width: 50%;
        }

        .artist-image:after {
            width: 50%;
        }

    .artist-image-wrapper > .image-box .upload-img-icon {
        right: 19rem;
    }
}

@media screen and (min-width:1024px) {
    .portfolio-area {
        top: 0px;
    }

    .pfolio-container {
        padding-right: 10px;
        padding-left: 24px;
    }

    .white-red-wrapper {
        min-height: 20.8rem;
        margin-top: 9px;
    }

    .artist-image-wrapper > .image-box {
        width: 14rem;
        height: 329px;
    }

        .artist-image-wrapper > .image-box .upload-img-icon {
            right: 14rem;
        }

        .artist-image-wrapper > .image-box .upload-icon::after {
            margin-right: -6.2rem;
        }

    /*.tooltip-text {
        margin-right: -5rem;
    }*/

    .artist-image {
        top: 8px;
    }
}

@media screen and (min-width:1200px) {
    .portfolio-area {
        top: 0px;
    }

    .pfolio-container {
        padding-right: 0px;
        padding-left: 24px;
    }

    .white-red-wrapper {
        min-height: 26.5rem;
        margin-top: 12px;
    }

    .artist-image-wrapper > .image-box {
        width: 19rem;
        height: 423px;
    }

        .artist-image-wrapper > .image-box .upload-img-icon {
            right: 19rem;
        }

        .artist-image-wrapper > .image-box .upload-icon::after {
            margin-right: 0.8rem;
        }

    .tooltip-text {
        margin-right: 0rem;
    }

    .artist-image {
        top: 8px;
    }

    .artist-header .artist-title h4 {
        font-size: 49px;
    }

    .artist-header .artist-category h4 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1349px) {
    .portfolio-area {
        top: -7px;
    }

    .pfolio-container {
        padding-right: 0px;
        padding-left: 24px;
    }

    .white-red-wrapper {
        min-height: 26.48rem;
        margin-top: 12px;
    }

    .artist-image-wrapper > .image-box {
        width: 19rem;
        height: 423px;
    }

        .artist-image-wrapper > .image-box .upload-img-icon {
            right: 19rem;
        }

        .artist-image-wrapper > .image-box .upload-icon::after {
            margin-right: 0.8rem;
        }

    .tooltip-text {
        margin-right: 2px;
        /* margin-top: -10px;*/
    }

    .artist-image {
        top: 8px;
    }
}

@media screen and (min-width:1900px) {
    .portfolio-area {
        top: -8px;
    }

    .pfolio-container {
        padding-right: 18px;
        padding-left: 24px;
    }

    .white-red-wrapper {
        min-height: 26.4rem;
        margin-top: 12px;
    }

    .artist-image-wrapper > .image-box {
        width: 19rem;
        height: 423px;
    }

        .artist-image-wrapper > .image-box .upload-img-icon {
            right: 19rem;
        }

        .artist-image-wrapper > .image-box .upload-icon::after {
            margin-right: 3.8rem;
        }

    .tooltip-text {
        margin-right: 1rem;
    }

    .artist-image {
        top: 8px;
    }
}

/*.artist-top-part {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    border-top: 3px solid #fff;
}*/

.artist-image {
    position: absolute;
    right: 0;
}

.artist-image-wrapper {
    border-right: 24px solid #e32222;
    overflow: hidden;
}

    .artist-image-wrapper > .image-box {
        padding-top: 24px;
        float: right;
    }

        .artist-image-wrapper > .image-box .mdi:before {
            font-size: 25px;
        }

        .artist-image-wrapper > .image-box .upload-img-icon {
            position: absolute;
            /* top: 30px;*/
            /* right: 19rem;*/
            bottom: -33px;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: end;
            flex-direction: row;
            width: 35%;
            padding: 0;
            /*color: #fff;*/
            text-align: center;
            background: none;
            border: 0;
            /* opacity: 0.5; */
            /* transition: opacity 0.15s ease*/;
        }

        /* .artist-image-wrapper > .image-box::before .upload-icon {
            display: inline-block;
            width: 2rem;
            height: 2rem;
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: 100% 100%;
        }*/

        .artist-image-wrapper > .image-box .upload-icon::after {
            font-family: "Material Design Icons";
            content: '\F06FF';
            /*color: #696969;*/
            font-weight: normal;
            font-size: 1.5rem;
            /* margin-right: 0.8rem;*/
            display: block;
            line-height: 1.35rem;
        }

.artist-image:before {
    border-top: 24px solid #e32222;
    content: "";
    right: 0px;
    height: 24px;
    /*left: 47.7%;*/
    top: 0px;
    position: absolute;
}

.artist-image:after {
    border-top: 24px solid #e32222;
    content: "";
    right: 0px;
    height: 24px;
    position: absolute;
    /* background: linear-gradient(to right, #e32222 50%,#fff);*/
}

.white-red-wrapper .artist-top-part {
    /* width: 145%;*/
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}

.white-red-wrapper .buttons-wrapper {
    position: absolute;
    top: 25rem;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 1rem;
}

    .white-red-wrapper .buttons-wrapper .btn-light {
        color: #e32222;
        font-size: 18px;
        font-weight: 500;
        cursor: pointer;
        width: 120px;
    }

.white-red-wrapper .artist-header .artist-title {
    border-left: 24px solid #e32222;
    padding: 15px 15px 5px 15px;
}

    .white-red-wrapper .artist-header .artist-title h4 {
        color: #e32222;
        letter-spacing: 6px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .white-red-wrapper .artist-header .artist-title .upload-img-icon {
        position: absolute;
        top: 67px;
        left: 8rem;
        /*bottom: 0;*/
        z-index: 1;
        display: flex;
        align-items: end;
        justify-content: end;
        flex-direction: column-reverse;
        width: 35%;
        padding: 0;
        text-align: center;
        background: none;
        border: 0;
    }

    .white-red-wrapper .artist-header .artist-title .upload-icon::after {
        font-family: "Material Design Icons";
        content: '\F06FF';
        font-weight: normal;
        font-size: 1.5rem;
        display: block;
        line-height: 1.35rem;
    }

.white-red-wrapper .artist-header .artist-category {
    border-left: 24px solid #e32222;
    padding: 5px 15px 5px 15px;
    margin-bottom: -24px;
}

    .white-red-wrapper .artist-header .artist-category h4 {
        color: #667;
        font-weight: 500;
        text-transform: uppercase;
    }

.mobile-pfolio-wrapper {
    margin-top: 0rem;
}

    .mobile-pfolio-wrapper .main-image-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }


    .mobile-pfolio-wrapper .artist-image-main {
        /*  background: #ccc;*/
        padding: 12px 0;
        margin: auto;
        width: 85%;
    }

    .mobile-pfolio-wrapper .edit-image-wrapper {
        display: flex;
        justify-content: end;
        margin: 4px 2px -10px;
        font-size: 20px;
    }

        .mobile-pfolio-wrapper .edit-image-wrapper i {
            font-size: 25px;
        }

    .mobile-pfolio-wrapper .image-box {
        width: 305px;
        height: 420px;
    }

        .mobile-pfolio-wrapper .image-box > img {
            border-radius: 0;
        }

    .mobile-pfolio-wrapper .artist-catg-block {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0px 0;
    }

        .mobile-pfolio-wrapper .artist-catg-block .artist-name {
            border-right: 2px solid #e32222;
        }

            .mobile-pfolio-wrapper .artist-catg-block .artist-name h5 {
                text-transform: uppercase;
                font-size: 24px;
                font-weight: 500;
                color: #333;
                margin-right: 20px;
                margin-bottom: 0;
            }

                .mobile-pfolio-wrapper .artist-catg-block .artist-name h5.small-name {
                    text-transform: uppercase;
                    font-size: 14px;
                    font-weight: 600;
                    color: #333;
                    margin-right: 20px;
                    margin-bottom: 0;
                }

        .mobile-pfolio-wrapper .artist-catg-block .artist-catg h5 {
            font-size: 20px;
            font-weight: 500;
            color: #333;
            margin-left: 10px;
            margin-bottom: 0;
        }

            .mobile-pfolio-wrapper .artist-catg-block .artist-catg h5.small-talent {
                font-size: 15px;
                font-weight: 600;
                color: #333;
                margin-left: 10px;
                margin-bottom: 0;
            }

        .mobile-pfolio-wrapper .artist-catg-block .artist-catg i {
            font-size: 13px;
            margin-left: 15px;
        }

    /*.mobile-pfolio-wrapper .artist-catg-block .vertical-line {
            border-left: 2px solid #e32222;
            height: 39px;
            position: absolute;
            left: 57%;
        }*/
    .mobile-pfolio-wrapper hr {
        width: 77%;
        color: #e32222;
        border: 0;
        border-top: 2px solid #e32222;
        margin-top: 3px;
    }

    .mobile-pfolio-wrapper .addToLike-wrapper {
        justify-content: space-between;
        display: flex;
        margin: 50px 15px 0;
    }

        .mobile-pfolio-wrapper .addToLike-wrapper .left-btn button {
            text-transform: uppercase;
        }

        .mobile-pfolio-wrapper .addToLike-wrapper .right-btn button {
            text-transform: uppercase;
        }

.artist-detail {
    /*display: flex;
    align-items: start;
    justify-content: start;*/
    background-color: #e32222;
}

.artist-detail-2 {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
}

.attributes-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.artist-detail .attributes-wrapper .attribute-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.attributes-wrapper .attribute-box .attributes-table-left {
    color: #fff;
    font-size: 18px;
    padding: 10px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.05);*/
}

.attributes-wrapper .attribute-box .attributes-table-right {
    color: #dedede;
    font-size: 16px;
    padding: 10px;
}



.artist-address-wrapper {
    position: relative;
    margin-bottom: 20px;
}

    .artist-address-wrapper .address-box {
        padding: 15px 15px 15px 0;
    }

        .artist-address-wrapper .address-box .address-title {
            color: #fff;
        }

        .artist-address-wrapper .address-box .address-detail {
            color: #aaa;
        }

.attributes-box .other-catgs {
    display: flex;
    align-content: center;
    justify-content: start;
    flex-direction: column;
    margin-bottom: 2rem;
}

    .attributes-box .other-catgs h3 {
        color: #aaa;
        font-size: 23px;
    }

    .attributes-box .other-catgs .pfolio-title > a {
        color: #777;
    }

        .attributes-box .other-catgs .pfolio-title > a:hover {
            color: #e32222;
            transition: all 0.4s linear;
        }

        .attributes-box .other-catgs .pfolio-title > a:before {
            float: right !important;
            font-family: FontAwesome;
            content: "\f068";
            padding-right: 5px;
        }

        .attributes-box .other-catgs .pfolio-title > a.collapsed:before {
            float: right !important;
            content: "\f067";
        }

        .attributes-box .other-catgs .pfolio-title > a:hover,
        .attributes-box .other-catgs .pfolio-title > a:active,
        .attributes-box .other-catgs .pfolio-title > a:focus {
            text-decoration: none;
        }

.attributes-box .pfolio-title {
    /* background: #ededed;*/
    margin-bottom: 8px;
}

    .attributes-box .pfolio-title .mdi:before {
        font-size: 15px;
        margin-right: 5px;
    }

.attributes-box .pfolio-detail {
    margin-bottom: 32px;
}

/*.attributes-box .pfolio-detail p {
        padding-left: 30px;
    }*/

.attributes-box .pfolio-title p {
    color: #444;
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 600;
}

.attributes-box .about-me {
    display: flex;
    align-content: center;
    justify-content: start;
    flex-direction: column;
}

.attributes-box p {
    font-size: 13px;
    font-weight: 400;
    color: #444;
    padding: 5px 10px;
    transform: scale(1,1.1);
    -webkit-transform: scale(1,1.1);
    -moz-transform: scale(1,1.1);
    -ms-transform: scale(1,1.1);
    -o-transform: scale(1,1.1);
}

.attributes-box .attribute-content p {
    margin-left: 1.5rem;
}

/*.artist-name {
    background-color: rgba(255, 0, 0, 0.7);
    margin: 2rem 0 1rem;
    padding: 10px 0 10px;
    text-align: center;
}

    .artist-name h1 {
        color: #fff;
        font-size: 50px;
        font-weight: 600;
        text-transform: uppercase;
    }*/

.artist-gallery-wrapper {
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
}

    .artist-gallery-wrapper .artist-gallery {
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .artist-gallery-wrapper .artist-gallery .awesome-img .btn-image {
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 14px;
        }

        .artist-gallery-wrapper .artist-gallery .awesome-img .overlay {
            position: absolute;
            top: 5px;
            bottom: 0;
            left: 0;
            right: 0;
            height: 97%;
            width: 97%;
            opacity: 1;
            transition: .3s ease;
            background-color: rgba(7,7,7,0.4);
        }

            .artist-gallery-wrapper .artist-gallery .awesome-img .overlay .mdi:before {
                color: #eee;
            }

        .artist-gallery-wrapper .artist-gallery .awesome-img .icon {
            color: white;
            font-size: 65px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            text-align: center;
        }

.attributes-box .pfolio-detail .liked-pfolio-wrapper {
    margin-bottom: 50px;
}

.attributes-box .liked-pfolio-box .pfolio-title p {
    text-align: center;
    margin-bottom: 8px;
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

.liked-pfolio-wrapper .artist-liked-gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .liked-pfolio-wrapper .artist-liked-gallery .awesome-img {
        margin: 10px;
    }

.artist-gallery .gallery-box {
    margin: 5px;
}

.artist-gallery-wrapper .gallery-title {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('/images/texture-2.png')no-repeat;
}

    .artist-gallery-wrapper .gallery-title.gallery-title-background {
        background: url('/images/texture-2.png')repeat;
    }

    .artist-gallery-wrapper .gallery-title.gallery-background-color {
        background-color: #e32222;
    }

    .artist-gallery-wrapper .gallery-title h3 {
        color: #fff;
        font-size: 28px;
        margin-bottom: 2px;
    }

@media(max-width:767px) {
    .artist-gallery-wrapper .gallery-title {
        height: 2rem;
    }
}

/*.artist-gallery-wrapper .artist-video:first-child {
    margin-left: 15px;
}*/

.gallery-videos .artist-video > a {
    font-size: 20px;
}

.gallery-videos .artist-video {
    overflow: hidden;
    /*background: #d9d9d9;*/
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gallery-videos .artist-video-2 {
    /* overflow: hidden;*/
    /*background: #d9d9d9;*/
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: end;
    height: 200px;
    /*min-width: 200px;*/
}

.gallery-videos .video-url-box {
    border: 1px solid #dedede;
    padding: 5px;
    margin: 1rem 0;
}

.gallery-videos .video-add-icon .mdi:before {
    font-size: 55px;
}

.gallery-videos .video-add-icon .overlay-top .mdi:before {
    font-size: 25px;
}

/*  .artist-video .video-box {
        position: relative;
    }*/
/*      .artist-video .video-box .video-overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            opacity: 1;
            transition: .3s ease;
            background-color: rgba(7,7,7,0.4);
        }

            .artist-video .video-box .video-overlay .mdi:before {
                color: #eee;
            }

            .artist-video .video-box .video-overlay .icon {
                color: white;
                font-size: 100px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                text-align: center;
            }*/
.artist-video iframe {
    /*width: 570px;
        height: 350px;*/
    left: 0;
    top: 0;
}

/*.artist-gallery-wrapper {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: start;*/
/* flex-direction: column;*/
/*flex-wrap: wrap;
}*/

.gallery-videos {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 0px;
}

.artist-gallery-wrapper .gallery-videos .artist-video-2 .overlay {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .3s ease;
    /*background-color: rgba(7,7,7,0.4);*/
}

.artist-gallery-wrapper .gallery-videos .overlay-top {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .3s ease;
    /*background-color: rgba(7,7,7,0.4);*/
}

.artist-gallery-wrapper .gallery-videos .artist-video-2 .overlay a {
    position: absolute;
    top: 28%;
    left: 38%;
}

.social-share-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}


/***************************************
Awesome
******************************************/
.single-awesome-project {
    /* float: left;*/
    overflow: hidden;
    /* width: 100%;
    position: relative;*/
    margin-bottom: 30px;
}

.awesome-img {
    /*overflow: hidden;*/
    margin: auto;
}

.artist-gallery-wrapper .awesome-img::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.awesome-img img {
    transform: scale(1.1);
    transition: 0.4s;
}

.imgbox {
    width: 200px;
    height: 300px;
    overflow: hidden;
}

.rect-img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-awesome-project:hover .awesome-img img {
    transform: scale(1);
    transition: 0.4s;
}

/*.awesome-img > a {
    display: block;
    position: relative;
}*/

.single-awesome-project:hover .awesome-img > a::after {
    opacity: 1;
}

.single-awesome-project:hover .add-actions {
    opacity: 1;
}

.artist-gallery-wrapper .awesome-img > a::after {
    /* background: rgba(0,0,0,0.70) none repeat scroll 0 0;*/
    content: "";
    height: 91%;
    left: 0px;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}

.awesome-img .vbox-item i {
    position: absolute;
    background: #333;
    /* left: 0; */
    right: 28px;
    z-index: 88;
    color: #fff;
    font-size: 18px;
    text-align: center;
    top: 5%;
    margin-top: -15px;
    opacity: 0;
    padding: 6px;
    font-weight: 100;
}

.single-awesome-project:hover .awesome-img .vbox-item i {
    opacity: 1;
}

.artist-2 .artist-gallery-wrapper .artist-gallery .single-awesome-project > i {
    position: absolute;
    background: #333;
    right: 10px;
    top: 19px;
    z-index: 88;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: -15px;
    opacity: 0;
    padding: 8px;
    font-weight: 100;
}

.artist-2 .artist-gallery-wrapper .artist-gallery .single-awesome-project:hover i {
    opacity: 1;
}



/************************************
    Similar Artist
**************************************/
.single-similar {
    margin-bottom: 3px;
    background: #444;
    /*-webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;*/
    overflow: hidden;
}

    /*.single-similar .single-similar-thumb {
        width: 300px;
        height: 400px;
    }*/

    .single-similar .portrait img {
        width: 100%;
        -webkit-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .single-similar:hover .portrait img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .single-similar .single-similar-content {
        position: relative;
    }

        .single-similar .single-similar-content h5 {
            margin-bottom: 0;
            color: #fff;
            font-weight: 600;
            font-size: 16px;
            -webkit-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
        }

            .single-similar .single-similar-content h5 a {
                color: #fff;
                -webkit-transition: all 0.4s ease-in-out 0s;
                transition: all 0.4s ease-in-out 0s;
            }

    .single-similar .portfolio-tags {
        margin-bottom: 0;
        padding-left: 0;
        font-size: 0;
    }

        .single-similar .portfolio-tags li {
            display: inline-block;
            list-style: none;
            font-size: 12px;
            /*color: #71a9d0;*/
            color: #333333;
            font-family: "Lato", sans-serif;
            font-weight: 700;
        }

            .single-similar .portfolio-tags li::after {
                content: "/";
                color: #fff;
                padding: 0 4px;
                -webkit-transition: all 0.4s ease-in-out 0s;
                transition: all 0.4s ease-in-out 0s;
            }


            .single-similar .portfolio-tags li:last-child::after {
                display: none;
            }

            .single-similar .portfolio-tags li a {
                display: inline-block;
                font-family: "Lato", sans-serif;
                -webkit-transition: all 0.4s ease-in-out 0s;
                transition: all 0.4s ease-in-out 0s;
                color: #bbb;
            }

                .single-similar .portfolio-tags li a:hover {
                    color: #ffffff;
                }

.portfolio-area .modal {
    top: 0rem;
}

.portfolio-area #sharedEditCustomerModal {
    top: 6rem;
}

.portfolio-area #hireMeModal {
    top: 7rem;
}

#message-me-accordion #message-me-header {
    display: flex;
    min-height: 3rem;
    background: #353536;
    align-items: center;
    justify-content: center;
}

    #message-me-accordion #message-me-header a {
        color: #fff;
        font-size: 26px;
    }

#message-me-accordion .card-body {
    padding: 0 !important;
}

.contact-section {
    padding: 0;
}

.contactus-section .contact-inner .contact-form input {
    border: none;
    color: #ffffff;
    background: transparent;
    border-bottom: solid 1px #e6e6e6;
}

.contactus-section .contact-inner .contact-form .form-control::placeholder {
    color: #ccc;
    opacity: 1;
    font-size: 12px;
}

.contactus-section .contact-inner .contact-form .form-control:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
    font-size: 12px;
}

.contactus-section .contact-inner .contact-form textarea {
    height: auto !important;
    border: none;
    color: #ffffff;
    background: transparent;
    border-bottom: solid 1px #e6e6e6;
}

.contact-inner {
    /* background: #e32222;*/
    border: 10px solid #e32222;
    padding: 10px;
    padding-top: 20px;
}

    .contact-inner .contact-form-sec {
        width: 100%;
        margin: auto;
        /* padding-top: 80px;*/
    }

    .contact-inner .alert-danger {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
        padding: 10px 15px;
        margin-bottom: 30px;
    }

    .contact-inner .contact-form .form-control {
        margin-bottom: 20px;
        border-radius: 0;
        padding-left: 0;
        font-size: 13px;
        height: calc(1em + 0.75rem + 2px);
        padding: 0.175rem 0.75rem;
    }

    .contact-inner .contact-form input {
        /* border: none;*/
        /* color: #ffffff;*/
        background: transparent;
        /*border-bottom: solid 1px #e6e6e6;*/
    }

    .contact-inner .contact-form label {
        border: none;
        color: #666;
        background: transparent;
        font-size: 13px;
    }

    .contact-inner .contact-form textarea {
        height: auto !important;
        /* border: none;*/
        /*color: #ffffff;*/
        background: transparent;
        /* border-bottom: solid 1px #e6e6e6;*/
    }

    .contact-inner .contact-form .form-control::placeholder {
        /* color: #fff;*/
        opacity: 1;
        font-size: 12px;
    }

    .contact-inner .contact-form .form-control:-ms-input-placeholder {
        /* color: #fff;*/
        opacity: 1;
        font-size: 12px;
    }


.pfolio-bottom-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .pfolio-bottom-buttons .messageme > .btn-link,
    .pfolio-bottom-buttons .add-to-like > .btn-link,
    .pfolio-bottom-buttons .share-pfolio > .btn-link {
        min-height: 48px;
        font-size: 16px;
        font-weight: 400;
        color: #e32222;
        text-transform: uppercase;
    }

        .pfolio-bottom-buttons .messageme > .btn-link:hover,
        .pfolio-bottom-buttons .add-to-like > .btn-link:hover,
        .pfolio-bottom-buttons .share-pfolio > .btn-link:hover {
            color: #111;
        }

        .pfolio-bottom-buttons .messageme > .btn-link:focus,
        .pfolio-bottom-buttons .add-to-like > .btn-link:focus,
        .pfolio-bottom-buttons .share-pfolio > .btn-link:focus {
            /* border-color: none !important;*/
        }

    .pfolio-bottom-buttons .btn-link:focus {
        /*border-color: none !important;*/
        text-decoration: none;
    }

    .pfolio-bottom-buttons .add-to-like > .btn-lg,
    .pfolio-bottom-buttons .share-pfolio > .btn-lg {
        min-height: 48px;
        border-radius: 0;
        line-height: .5rem;
        font-size: 17px;
    }

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ced4da;
}

.btn-inverse {
    z-index: 11;
    color: #202020;
    position: relative;
    padding: 14px 30px;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    transition: .5s ease;
    font-weight: 500;
    text-transform: uppercase;
}

    .btn-inverse:hover {
        color: #fff;
        background-color: #444;
        border: solid 1px #444;
    }

.contact-form .btn-inverse {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
}


/**** Contact Us ****/
.contactus-section {
    clear: both;
    background: #161616;
    padding-top: 80px;
    padding-bottom: 60px;
}

.heading-area.long-area {
    transform: translate(84%,80%);
    width: 85%;
}

.contactus-section .heading-area {
    transform: translate(75%,132%);
    width: 100%;
}

.heading-area {
    position: relative;
    transform: translate(63%,80%);
    z-index: 11;
}

.heading {
    font-size: 70px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.contactus-section .contact-inner {
    background: #d43030;
    border: solid 10px #d43030;
    padding: 80px;
}

    .contactus-section .contact-inner .contact-details ul {
        padding-left: 0;
    }

        .contactus-section .contact-inner .contact-details ul li {
            list-style: none;
            display: inline-block;
            margin-right: 50px;
            font-size: 18px;
            color: #ffffff;
            font-weight: 500;
        }

            .contactus-section .contact-inner .contact-details ul li i {
                opacity: 1;
                color: #ffffff;
                font-size: 26px;
                margin-right: 10px;
            }

.contactus-section .contact-form-sec {
    width: 50%;
    margin: auto;
    padding-top: 80px;
}

@media (max-width: 767.98px) {
    .heading-area {
        width: 100%;
    }

    .heading {
        font-size: 36px;
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .heading-area {
        transform: translate(0);
        margin: auto;
        margin-bottom: 50px;
        width: 60%;
    }

        .heading-area.long-area {
            transform: translate(0);
            width: 100%;
        }

    .heading {
        font-size: 50px;
        text-align: center;
    }

    .contactus-section .contact-inner {
        padding: 80px 20px;
    }

        .contactus-section .contact-inner .contact-details ul li {
            display: block;
            margin-right: 0;
            margin-bottom: 40px;
            font-size: 18px;
            text-align: center;
        }

            .contactus-section .contact-inner .contact-details ul li i {
                margin-right: 0;
                display: block;
                margin-bottom: 8px;
            }

    .contactus-section .contact-form-sec {
        width: 100%;
        margin: auto;
    }
}

@media (min-width:1024px) and (max-width: 1366px) {
    .contactus-section .heading-area {
        transform: translate(30%,192%);
        width: 130%;
    }

    .heading {
        font-size: 56px;
    }
}


/**** SERVICES ****/
.services-section {
    background: url(/images/services/services-2.jpg);
    margin-bottom: 3rem;
}

    .services-section:before {
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .services-section:before {
        background-color: #1a1a1a;
        opacity: .5;
    }

.breadcrumb-area {
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    min-height: 400px;
}

.breadcrumb-wrap.text-left {
    text-align: center !important;
    padding-top: 101px;
    padding-bottom: 60px;
}

.breadcrumb-wrap {
    text-align: center;
}

.breadcrumb-title h2 {
    font-size: 48px;
    margin-bottom: 25px;
    line-height: 1;
    color: #fff;
}

.breadcrumb {
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: unset;
    border-radius: 0;
}

breadcrumb li {
    display: inline-block;
}

.breadcrumb li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.breadcrumb > .active {
    color: #cc866c !important;
    font-weight: 500;
}

.breadcrumb > .active {
    color: #888;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 15px;
    padding-left: 10px;
    color: #4f4f4f;
    content: "|";
}

.sidebar-left .widget:first-child {
    margin-top: 0;
}

.sidebar-left .widget {
    margin-bottom: 3rem;
    font-size: 14px;
}

.widget {
    margin: 45px 0 35px;
    word-wrap: break-word;
}

.list-group {
    border: 1px solid #e3e3e3;
}

.list-group-item {
    border: none;
    margin-bottom: 1px;
}

    .list-group-item.active {
        background-color: #fff;
        color: rgba(0,0,0,0.9);
    }

    .list-group-item.active {
        border-color: #e7e7e7;
        border-left-color: #e32222;
        -webkit-box-shadow: inset 0.125rem 0 0 0 #e32222;
        box-shadow: inset 0.125rem 0 0 0 #e32222;
        background-color: #e32222;
        color: #fff;
    }

.list-group-item-action:focus {
    z-index: 1;
    color: #fff;
    text-decoration: none;
    background-color: #e32222;
}

.list-group-item-action:hover {
    z-index: 1;
    color: #fff;
    text-decoration: none;
    background-color: #e32222;
}

.contact-bar-bg {
    background: #e32222;
}

.service-contact {
    padding: 35px 25px;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.service-contact-inner {
    position: relative;
    z-index: 2;
}

.service-contact h3 {
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    margin: 0;
    font-weight: 700;
    margin: 20px 0 20px 0;
}

.service-contact ul {
    background-color: transparent !important;
}

.widget ul, .widget ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.service-contact ul li {
    margin-bottom: 15px;
}

.service-description {
    padding-top: 3rem;
}

    .service-description .desc-content {
        margin-bottom: 3rem;
    }

        .service-description .desc-content p {
            color: #777;
        }

.tab-content > .active {
    display: block;
}


/**** Portfolio ****/
.portfolio {
    clear: both;
    padding: 30px 5px;
    background: #353536;
}

    .portfolio .section-headline {
        padding-top: 20px;
        padding-bottom: 50px;
    }

        .portfolio .section-headline h1 {
            display: inline-block;
            position: relative;
            margin-bottom: 0;
            max-width: 100%;
            overflow-wrap: break-word;
        }

        .portfolio .section-headline .title {
            color: #fff;
            text-transform: uppercase;
        }

            .portfolio .section-headline .title::before {
                position: absolute;
                content: "";
                top: 50%;
                background: #fff;
                width: 40px;
                height: 1px;
                left: -50px;
            }

            .portfolio .section-headline .title::after {
                position: absolute;
                content: "";
                top: 50%;
                background: #fff;
                width: 40px;
                height: 1px;
                right: -50px;
            }

    .portfolio .title-description {
        color: #999;
        font-size: 17px;
        line-height: 1.6;
        text-align: center;
        max-width: 850px;
        margin: auto;
        padding-bottom: 20px;
    }

    .portfolio .portfolio-wrapper {
        display: flex;
        align-items: start;
        justify-content: start;
        width: 100%;
    }

        .portfolio .portfolio-wrapper .gallery-section {
            overflow: hidden;
        }

        .portfolio .portfolio-wrapper .filter-section {
            width: 100%;
            overflow: hidden;
            background: #f5f5f5;
            padding: 15px;
            color: #333;
        }

.portfolio-wrapper .gallery-section .gallery-grid {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* flex-direction: column;*/
    flex-wrap: wrap;
}

.portfolio-wrapper .filter-section .filter-wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    flex-wrap: wrap;
}

.portfolio-wrapper .gallery-section .gallery-grid .single-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

    .portfolio-wrapper .gallery-section .gallery-grid .single-image .image-detail-wrapper {
        min-height: 70px;
        padding: 5px 10px 0;
        background: #161616;
    }

        .portfolio-wrapper .gallery-section .gallery-grid .single-image .image-detail-wrapper .artist-detail-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            min-height: 38px;
        }

            .portfolio-wrapper .gallery-section .gallery-grid .single-image .image-detail-wrapper .artist-detail-top .mdi:before {
                color: goldenrod;
                font-size: 25px;
            }

        .portfolio-wrapper .gallery-section .gallery-grid .single-image .image-detail-wrapper .artist-detail-bottom {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 5px;
            min-height: 25px;
        }

            .portfolio-wrapper .gallery-section .gallery-grid .single-image .image-detail-wrapper .artist-detail-bottom .artist-detail {
                background: transparent;
                display: flex;
                align-items: center;
                padding: 0 8px 0 0;
                gap: 4px;
            }

        .portfolio-wrapper .gallery-section .gallery-grid .single-image .image-detail-wrapper .artist-detail-top h5 {
            font-size: 15px;
            font-weight: 600;
            color: #e32222;
        }

        .portfolio-wrapper .gallery-section .gallery-grid .single-image .image-detail-wrapper .artist-detail-top p {
            font-size: 13px;
            font-weight: 600;
            color: #fff;
        }

        .portfolio-wrapper .gallery-section .gallery-grid .single-image .image-detail-wrapper .artist-detail-top h5,
        .portfolio-wrapper .gallery-section .gallery-grid .single-image .image-detail-wrapper .artist-detail-top p {
            margin-bottom: 0;
        }

        .portfolio-wrapper .gallery-section .gallery-grid .single-image .image-detail-wrapper .artist-detail-bottom p {
            font-size: 12px;
            font-weight: 400;
            margin-bottom: 2px;
            color: #fff;
        }

        .portfolio-wrapper .gallery-section .gallery-grid .single-image .image-detail-wrapper .artist-detail-bottom span {
            margin-bottom: 2px;
            color: #fff;
            font-size: 12px;
        }

    .portfolio-wrapper .gallery-section .gallery-grid .single-image .star-medal-overlay {
        position: absolute;
        bottom: 48px;
        right: 0px;
        width: 30px;
        height: 40px;
        z-index: 99;
        background: #326588;
    }

        .portfolio-wrapper .gallery-section .gallery-grid .single-image .star-medal-overlay mdi:before {
            font-size: 25px;
        }



.filter-section .filter-wrapper .filter-title {
    background: #353536;
    color: #fff;
    padding: 15px 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

    .filter-section .filter-wrapper .filter-title i {
        margin-right: 10px;
        font-size: 25px;
    }

.filter-section .filter-wrapper #ageSelected,
.filter-section .filter-wrapper label {
    font-size: 14px;
    font-weight: 500;
}

.filter-section .filter-wrapper input-box {
    border: 1px solid #dedede;
    padding: 5px 20px;
}

.filter-section .filter-wrapper .form-control {
    margin-bottom: 0px;
    border-radius: 0;
    padding-left: 0;
}

.gallery-section .single-image .image-box a .hover {
    background: rgba(24,24,24,.85);
}

.single-image .image-box .bottom-olay {
    position: absolute;
    right: 0;
    bottom: 69px;
    background: rgba(0,0,0,0.5);
    /*background: transparent;*/
    color: #fff;
    /* width: 100%;*/
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 14px;
    padding: 0px;
    text-align: center;
}

    .single-image .image-box .bottom-olay i {
        font-size: 14px;
    }

    .single-image .image-box .bottom-olay .btnSeeLater {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }

        .single-image .image-box .bottom-olay .btnSeeLater:focus {
            outline: 0;
            box-shadow: none;
        }

.single-image .image-box a:hover .bottom-olay {
    opacity: 1;
}

.single-image .image-box .bottom-olay .mdi:before {
    color: #fff;
}

.single-image .image-box a:hover .hover {
    background: rgba(24,24,24,0.4);
    width: 100%;
    max-height: 4rem;
    bottom: -1px;
    left: 0px;
    line-height: 2rem;
    opacity: 1;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: all .3s ease;
}

    .single-image .image-box a:hover .hover .description {
        top: 50%;
    }

.single-image .image-box a .hover .description {
    padding: 0 2rem;
    left: 0;
    top: -8.5rem;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    transition: all 500ms cubic-bezier(0.680,-0.550,0.265,1.5);
}

.image-box a .hover .description .title {
    text-align: center;
}

.image-box a .hover .description h2 {
    color: #fff;
    font-size: 1.25rem;
    clear: both;
    margin-bottom: 0;
    margin-top: 8px;
}

.image-box a .hover .description h5 {
    color: #fff;
    font-size: .85rem;
    clear: both;
    margin-bottom: 0;
    margin-top: 8px;
}

.single-image .image-box a .hover .description .attributes-table {
    width: 100%;
    list-style: none;
    padding: 0px !important;
    margin: 0px 0px 10px 0px !important;
    vertical-align: bottom;
    display: inline-block;
}

.single-image .image-box a .hover .description ul {
    list-style: none;
    margin: 1rem auto 0;
    max-width: 500px;
    text-align: right;
    /* line-height: 1.5;*/
}

.single-image .image-box a .hover .description .attributes-table li {
    position: relative;
    display: inline-block;
    float: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
    word-spacing: 0.1em;
    line-height: 2.5rem;
}

.single-image .image-box a .hover .description .attributes-table li {
    color: #fff;
    /* font-size: 18px;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.single-image .image-box a .hover .description .attributes-table-left {
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.single-image .image-box a .hover .description .attributes-table-right {
    float: right;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.filter-apply {
    width: 100%;
}


#filter-accordion {
    position: relative;
    margin-bottom: 20px;
}

    #filter-accordion .title {
        text-align: center;
        padding: 20px;
        background: #e32222;
        width: 130px;
        max-height: 58px;
        margin: 20px 5px;
        border-radius: 2px;
    }

        #filter-accordion .title a p {
            color: #fff;
            text-transform: uppercase;
            margin: -3px 0px;
        }

            #filter-accordion .title a p i,
            #pfoliofilter-accordion .title a p i {
                margin-right: 7px;
            }

.filter-description {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    background: #f5f5f5;
    padding: 25px 25px 5px 25px;
    margin-bottom: 40px;
}

.filter-apply-2 {
    width: 33%;
    margin-left: 36%;
    padding: 10px 5px;
}

#pfoliofilter-accordion #pfoliofilter-header {
    display: flex;
    justify-content: center;
}

#pfoliofilter-accordion .title a {
    text-align: center;
    border-radius: 2px;
}

    #pfoliofilter-accordion .title a p {
        padding: 20px;
        background: #e32222;
        width: 130px;
        max-height: 58px;
        color: #fff;
        text-transform: uppercase;
        margin: 20px 5px;
    }



/**** ION SLIDER ****/
.irs--modern .irs-bar {
    background: #e32222;
    background: linear-gradient(to bottom, #e32222 0%, #e32222 100%);
}

.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
    background-color: #e32222;
}




/**** FAQ ****/
#faq-accordion {
    width: 80%;
    margin: auto;
    padding-bottom: 30px;
}

    #faq-accordion.accordion > .card:first-of-type {
        border-bottom: 1px solid rgba(0,0,0,.125);
    }

    #faq-accordion .card {
        /*background-color: #353536;*/
    }

        #faq-accordion .card + .card {
            margin-top: 10px;
        }

    #faq-accordion .card {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        #faq-accordion .card .card-header {
            background-color: transparent;
            color: inherit;
            /* border: 1px solid #000;*/
            border-radius: 0;
            padding: 0;
        }

        #faq-accordion .card .card-title {
            font-size: inherit;
            letter-spacing: 0;
            padding: 0;
            margin-bottom: 0;
        }

        #faq-accordion .card .card-header .card-title > a {
            font-size: 16px;
            /*text-transform: uppercase;*/
            letter-spacing: 0.1em;
            font-weight: 500;
            line-height: 1.3;
            display: block;
            padding: 19px 50px 8px 25px;
            margin: -2px;
            /* background-color: #e32222;*/
            border: none;
            color: #333;
            /* border-radius: 5px 5px 0 0;*/
            word-wrap: break-word;
        }

        #faq-accordion .card .card-header:first-child {
            border-radius: 5px;
        }

        #faq-accordion .card .card-header .card-title > a.collapsed,
        #faq-accordion .card .card-header .card-title > a.collapsed:hover {
            border-radius: 5px;
        }

        #faq-accordion .card .card-header .card-title > a.collapsed {
            color: #1a1a1a;
            background-color: #fff;
        }

            #faq-accordion .card .card-header .card-title > a.collapsed:hover,
            #faq-accordion .card .card-header .card-title > a:hover {
                /* color: #fff;
                background-color: #e32222;*/
            }

            #faq-accordion .card .card-header .card-title > a.collapsed:after {
                content: '\f107';
                color: #1a1a1a;
            }

            #faq-accordion .card .card-header .card-title > a.collapsed:after {
                color: #e32222;
            }

        #faq-accordion .card .card-header .card-title > a:after {
            content: '\f106';
            font-family: FontAwesome;
            position: absolute;
            text-align: left;
            right: 0;
            top: 10px;
            color: #e32222;
            width: 50px;
            height: 49px;
            line-height: 48px;
            font-size: 14px;
            font-weight: 600;
        }

.faq-description .card-body {
    padding: 35px 40px 30px;
    border-radius: 0;
    border-top: none !important;
}

    .faq-description .card-body .faq-detail p {
        font-size: 19px;
        font-weight: 400;
        line-height: 30px;
        color: #777;
    }

/************************************************
CREATE PORTFOLIO ********************************/
#create-pfolio-section {
    padding: 40px 0 40px;
    background: #f5f5f5;
}

    #create-pfolio-section .page-header {
        padding: 20px;
        text-align: center;
        margin-bottom: 10px;
    }

        #create-pfolio-section .page-header .title h1 {
            font-size: 30px;
            font-weight: 600;
            text-transform: none;
        }

    #create-pfolio-section .card .card-title {
        color: #4a4a4a;
        margin-bottom: 1.5rem;
        text-transform: uppercase;
        font-size: .875rem;
        font-weight: bold;
    }

    #create-pfolio-section .card .card-description {
        margin-bottom: 0.875rem;
        font-weight: 400;
        color: #76838f;
    }

    #create-pfolio-section p {
        font-size: 0.875rem;
        margin-bottom: 0.5rem;
        line-height: 1.3rem;
    }

/* #create-pfolio-section .nav-tabs {
        border: 1px solid #f3f3f3;
    }

        #create-pfolio-section .nav-tabs .nav-link {
            background: #f6f8fa;
            color: #000000;
            border-radius: 0;
            border: 1px solid #f3f3f3;
            padding: 1rem 1.5rem 0.2rem 1.5rem;
        }

        #create-pfolio-section .nav-tabs .nav-item .nav-link.active {
            border: 0;
            border-bottom: 3px solid #e32222;
            color: #e31212;
        }

        #create-pfolio-section .nav-tabs .nav-item .nav-link {
            border: 0;
            background: transparent;
        }

    #create-pfolio-section .tab-content {
        border: 1px solid #f3f3f3;
        border-top: 0;
        padding: 2rem 1.5rem;
        text-align: justify;
    }*/

.nav-tabs {
    border: 1px solid #f3f3f3;
}

.message-card .nav-tabs .nav-item {
    width: 50%;
    text-align: center;
}

.nav-tabs .nav-link {
    background: #f6f8fa;
    color: #000000;
    border-radius: 0;
    border: 1px solid #f3f3f3;
    padding: 1rem 1.5rem 0.2rem 1.5rem;
}

.nav-tabs .nav-item .nav-link.active {
    border: 0;
    border-bottom: 3px solid #e32222;
    color: #e31212;
}

.nav-tabs .nav-item .nav-link {
    border: 0;
    background: transparent;
}

.tab-content {
    border: 1px solid #f3f3f3;
    border-top: 0;
    padding: 2rem 1.5rem;
    text-align: justify;
}

.card .card-title {
    color: #4a4a4a;
    font-size: .875rem;
    font-weight: bold;
}

.pfolio-image-block .card .card-title {
    color: #4a4a4a;
    font-size: .875rem;
    text-transform: none;
    font-weight: bold;
}

.message-card .nav-link {
    font-weight: 500;
}

/**************************************
        Quill Editor
    ************************************/
.ql-editor {
    min-height: 100px;
}


/***************************************
    Jcrop
**************************************/
.jcrop-active {
    margin: auto;
}

.crop-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}




.modal {
    overflow-y: auto !important;
}

/*.modal-backdrop {
    z-index: 999999;
}*/

@media (min-width: 992px) {
    #sharedImageModal .modal-lg, .modal-xl {
        max-width: 850px;
    }
}

#sharedLinkModal .modal-dialog {
    top: 7rem;
}



/***************************************
   Context Menu
**************************************/
.context-menu-icon:before {
    color: #000;
    font: normal normal normal 15px/1 "Material Design Icons";
}


/******************************************/



/************************************
    Slide Mobile Menu
*************************************/
/*.mobile-menu .slide-open .slide-hamburger-icon {
    background-color: transparent;
}

.mobile-menu .slide-hamburger-icon, .mobile-menu .slide-hamburger-icon:before, .mobile-menu .slide-hamburger-icon:after {
    background-color: #777;
}*/

/*.mobile-menu .navbar .navbar-menu-wrapper {
    padding-right: 0px;
    margin-right: -15px;
}*/

.mobile-menu .slide-logo-wrapper {
    align-items: center;
    justify-content: end;
    display: flex;
    width: 40%;
    margin-left: 33%;
}



/************************************
    Latest Videos
*************************************/
.latest-video-gallery .single-video iframe {
    width: 100%;
    height: 480px;
}



/************************************
    News Carousel
*************************************/
.news-wrapper {
    margin: 0px;
    background: #262626;
    color: #eee;
    border: 5px solid #777;
}

/*#news-carousel {
    padding: 20px;
}*/

#news-carousel .slick-slide {
    min-height: 50px !important;
}

#news-carousel .news-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.advertisement .advt-box {
    overflow: hidden;
}

/************************************
    Browse by Category
*************************************/
.browse-section .browse-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    /*  gap: 20px;*/
    margin-bottom: 50px;
}

    .browse-section .browse-content a {
        font-size: 17px;
        font-weight: 500;
        color: #333;
    }

    .browse-section .browse-content .image-box {
        border: 5px solid #e32222;
        border-radius: 70px;
        background: #fff;
    }

        .browse-section .browse-content .image-box img {
            padding: 15px;
            width: 110px;
            height: 110px;
        }

.browse-section .browse-header-wrapper {
    margin-bottom: 4rem;
}

.browse-section .browse-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 1rem;
}




/************************************
    Spotlight Artist
*************************************/
.table td img {
}

.spotlight-image-wrapper .team-content {
    position: absolute;
    top: 78%;
    content: "";
    left: 0;
    right: 0;
    transition: 0.5s;
    background: rgba(19,19,19,0.75) none repeat scroll 0 0;
    /* padding: 30px 20px;*/
    width: 100%;
    height: 200px;
}

.spotlight-image-wrapper .single-member .team-img::after {
    /* background: rgba(19,19,19,0.80) none repeat scroll 0 0;
    width: 100%;
    height: 0%;
    position: absolute;*/
    content: none;
    /*left: 0;
    top: 0;
    transition: 0.5s;
    box-shadow: 2px 2px 20px #ddd;*/
}

.spotlight-image-wrapper .single-member:hover .team-content {
    top: 100%;
}

.spotlight-text h2 {
    font-size: 2em;
    color: #fff;
}

.spotlight-text p {
    font-family: AlienRegular;
    font-size: 28px;
    font-weight: 500;
    color: #eee;
    margin-top: 40px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.spotlight-text {
    font-size: 2em;
    color: #fff;
    padding: 45px 30px;
}

.spotlight-section .portfolio-link {
    display: flex;
    justify-content: end;
    padding: 0 30px;
}

    .spotlight-section .portfolio-link a {
        color: #e32222;
        font-size: 18px;
        font-weight: 500;
    }

.spotlight-box {
    /* background-image: url('../images/spotlight background.jpg');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

    .spotlight-box .spotlight-text-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: start;
    }

    .spotlight-box .spotlight-image-wrapper {
    }

        .spotlight-box .spotlight-image-wrapper .spotlight-image-box {
            /* width: 330px;*/
            /* height: 550px;*/
        }

        .spotlight-box .spotlight-image-wrapper .spotlight-image {
            /* padding: 20px 30px;*/
            /* width: 19% !important;*/
        }

.spotlight-image-wrapper .spot-overlay {
    position: absolute;
    bottom: 105px;
    width: 100%;
    height: 50px;
    padding: 1rem;
    transition: 0.2s background ease-in-out;
    text-align: center;
}

    .spotlight-image-wrapper .spot-overlay p {
        font-family: AlienRegular;
        font-size: 18px;
        font-weight: 600;
        color: #444;
        text-align: justify;
    }

.spotlight-image-wrapper .spot-overlay-desktop {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 35%;
    padding: 1rem;
    transition: 0.2s background ease-in-out;
}

    .spotlight-image-wrapper .spot-overlay-desktop p {
        font-family: AlienRegular;
        font-size: 38px;
        font-weight: 700;
        color: #444;
        text-align: justify;
    }

.spotlight-image-wrapper .spot-overlay-desktop-title {
    position: absolute;
    left: 60px;
    bottom: 0px;
    width: 60%;
    /* padding: 1rem;*/
    transition: 0.2s background ease-in-out;
}

    .spotlight-image-wrapper .spot-overlay-desktop-title .overlay-content {
        display: flex;
        gap: 20px;
    }

    .spotlight-image-wrapper .spot-overlay-desktop-title h2 {
        font-family: VipnagorgiallaBold;
        font-size: 42px;
        letter-spacing: 6px;
        color: #e32222;
        /* text-transform: uppercase;*/
    }

    .spotlight-image-wrapper .spot-overlay-desktop-title h3 {
        font-size: 42px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #666;
    }

    .spotlight-image-wrapper .spot-overlay-desktop-title h4 {
        font-size: 28px;
        letter-spacing: 2px;
        padding-top: 12px;
        color: goldenrod;
    }




/************************************
    User Proifile
*************************************/
.user-profile-wrapper .profile-details {
    min-height: 355px;
}

    .user-profile-wrapper .profile-details h6 {
        font-weight: 600;
        font-size: 14px;
    }

    .user-profile-wrapper .profile-details p {
        font-weight: 500;
        font-size: 13px;
        color: #666;
    }

.user-profile-wrapper .referral-code-details {
    min-height: 355px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .user-profile-wrapper .referral-code-details h3 {
        font-size: 3.75rem;
    }


.user-messages-table td {
    font-size: 14px;
}

#userMessageModal .modal-lg {
    top: 7rem !important;
}


/************************************
    User Favorites
*************************************/
.user-favorites {
    display: flex;
    align-items: center;
}

    .user-favorites .favorites-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }

        .user-favorites .favorites-box .fav-content h6 {
            font-size: 13px;
            font-weight: 600;
        }

        .user-favorites .favorites-box img {
            width: 115px;
            height: 140px;
        }

/************************************
    User Membership
*************************************/
.renew-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .renew-box .renew-button a {
        width: 200px;
    }


/**************************************
How It Works
**************************************/
.main-timeline {
    position: relative
}

    .main-timeline:before {
        content: "";
        width: 5px;
        height: 100%;
        border-radius: 20px;
        margin: 0 auto;
        background: #242922;
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }

    .main-timeline .timeline {
        display: inline-block;
        margin-bottom: 50px;
        position: relative
    }

        .main-timeline .timeline:before {
            content: "";
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 4px solid #fff;
            background: #ec496e;
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 1;
            transform: translate(-50%,-50%)
        }

    .main-timeline .timeline-icon {
        display: inline-block;
        width: 130px;
        height: 130px;
        border-radius: 50%;
        border: 3px solid #ec496e;
        padding: 13px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 30%;
        transform: translateY(-50%)
    }

        .main-timeline .timeline-icon i {
            display: block;
            border-radius: 50%;
            background: #ec496e;
            font-size: 64px;
            color: #fff;
            line-height: 100px;
            z-index: 1;
            position: relative
        }

        .main-timeline .timeline-icon:after, .main-timeline .timeline-icon:before {
            content: "";
            width: 100px;
            height: 4px;
            background: #ec496e;
            position: absolute;
            top: 50%;
            right: -100px;
            transform: translateY(-50%)
        }

        .main-timeline .timeline-icon:after {
            width: 70px;
            height: 50px;
            background: #fff;
            top: 89px;
            right: -30px
        }

    .main-timeline .timeline-content {
        width: 50%;
        padding: 0 50px;
        margin: 52px 0 0;
        float: right;
        position: relative
    }

        .main-timeline .timeline-content:before {
            content: "";
            width: 70%;
            height: 100%;
            border: 3px solid #ec496e;
            border-top: none;
            border-right: none;
            position: absolute;
            bottom: -13px;
            left: 35px
        }

        .main-timeline .timeline-content:after {
            content: "";
            width: 37px;
            height: 3px;
            background: #ec496e;
            position: absolute;
            top: 13px;
            left: 0
        }

    .main-timeline .title {
        font-size: 20px;
        font-weight: 600;
        color: #ec496e;
        text-transform: uppercase;
        margin: 0 0 5px
    }

    .main-timeline .description {
        display: inline-block;
        font-size: 16px;
        color: #404040;
        line-height: 20px;
        letter-spacing: 1px;
        margin: 0
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: auto;
        right: 30%
    }

        .main-timeline .timeline:nth-child(even) .timeline-icon:before {
            right: auto;
            left: -100px
        }

        .main-timeline .timeline:nth-child(even) .timeline-icon:after {
            right: auto;
            left: -30px
        }

    .main-timeline .timeline:nth-child(even) .timeline-content {
        float: left
    }

        .main-timeline .timeline:nth-child(even) .timeline-content:before {
            left: auto;
            right: 35px;
            transform: rotateY(180deg)
        }

        .main-timeline .timeline:nth-child(even) .timeline-content:after {
            left: auto;
            right: 0
        }

    .main-timeline .timeline:nth-child(2n) .timeline-content:after, .main-timeline .timeline:nth-child(2n) .timeline-icon i, .main-timeline .timeline:nth-child(2n) .timeline-icon:before, .main-timeline .timeline:nth-child(2n):before {
        background: #f9850f
    }

    .main-timeline .timeline:nth-child(2n) .timeline-icon {
        border-color: #f9850f
    }

    .main-timeline .timeline:nth-child(2n) .title {
        color: #f9850f
    }

    .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        border-left-color: #f9850f;
        border-bottom-color: #f9850f
    }

    .main-timeline .timeline:nth-child(3n) .timeline-content:after, .main-timeline .timeline:nth-child(3n) .timeline-icon i, .main-timeline .timeline:nth-child(3n) .timeline-icon:before, .main-timeline .timeline:nth-child(3n):before {
        background: #8fb800
    }

    .main-timeline .timeline:nth-child(3n) .timeline-icon {
        border-color: #8fb800
    }

    .main-timeline .timeline:nth-child(3n) .title {
        color: #8fb800
    }

    .main-timeline .timeline:nth-child(3n) .timeline-content:before {
        border-left-color: #8fb800;
        border-bottom-color: #8fb800
    }

    .main-timeline .timeline:nth-child(4n) .timeline-content:after, .main-timeline .timeline:nth-child(4n) .timeline-icon i, .main-timeline .timeline:nth-child(4n) .timeline-icon:before, .main-timeline .timeline:nth-child(4n):before {
        background: #2fcea5
    }

    .main-timeline .timeline:nth-child(4n) .timeline-icon {
        border-color: #2fcea5
    }

    .main-timeline .timeline:nth-child(4n) .title {
        color: #2fcea5
    }

    .main-timeline .timeline:nth-child(4n) .timeline-content:before {
        border-left-color: #2fcea5;
        border-bottom-color: #2fcea5
    }

@media only screen and (max-width:1200px) {
    .main-timeline .timeline-icon:before {
        width: 50px;
        right: -50px
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        right: auto;
        left: -50px
    }

    .main-timeline .timeline-content {
        margin-top: 75px
    }
}

@media only screen and (max-width:990px) {
    .main-timeline .timeline {
        margin: 0 0 10px
    }

    .main-timeline .timeline-icon {
        left: 25%
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 25%
    }

    .main-timeline .timeline-content {
        margin-top: 115px
    }
}

@media only screen and (max-width:767px) {
    .main-timeline {
        padding-top: 50px
    }

        .main-timeline:before {
            left: 80px;
            right: 0;
            margin: 0
        }

        .main-timeline .timeline {
            margin-bottom: 70px
        }

            .main-timeline .timeline:before {
                top: 0;
                left: 83px;
                right: 0;
                margin: 0
            }

        .main-timeline .timeline-icon {
            width: 60px;
            height: 60px;
            line-height: 40px;
            padding: 5px;
            top: 0;
            left: 0
        }

        .main-timeline .timeline:nth-child(even) .timeline-icon {
            left: 0;
            right: auto
        }

            .main-timeline .timeline-icon:before, .main-timeline .timeline:nth-child(even) .timeline-icon:before {
                width: 25px;
                left: auto;
                right: -25px
            }

            .main-timeline .timeline-icon:after, .main-timeline .timeline:nth-child(even) .timeline-icon:after {
                width: 25px;
                height: 30px;
                top: 44px;
                left: auto;
                right: -5px
            }

        .main-timeline .timeline-icon i {
            font-size: 30px;
            line-height: 45px
        }

        .main-timeline .timeline-content, .main-timeline .timeline:nth-child(even) .timeline-content {
            width: 100%;
            margin-top: -15px;
            padding-left: 130px;
            padding-right: 5px
        }

        .main-timeline .timeline:nth-child(even) .timeline-content {
            float: right
        }

            .main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(even) .timeline-content:before {
                width: 50%;
                left: 120px
            }

            .main-timeline .timeline:nth-child(even) .timeline-content:before {
                right: auto;
                transform: rotateY(0)
            }

            .main-timeline .timeline-content:after, .main-timeline .timeline:nth-child(even) .timeline-content:after {
                left: 85px
            }
}

@media only screen and (max-width:479px) {
    .main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding-left: 110px
    }

        .main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(2n) .timeline-content:before {
            left: 99px
        }

        .main-timeline .timeline-content:after, .main-timeline .timeline:nth-child(2n) .timeline-content:after {
            left: 65px
        }
}




/*********************************************************
Membership Plans
*********************************************************/
.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}

.grid-margin {
    margin-bottom: 1.2rem;
}

.pricing-table {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.package-table {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.pricing-table .pricing-card .pricing-card-body {
    padding: 50px 56px 43px 56px;
}

.package-table .pricing-card .pricing-card-body {
    padding: 10px 10px 10px 10px;
}

.pricing-table .pricing-card .card,
.package-table .pricing-card .card {
    border-radius: 0;
}

.stretch-card > .card {
    width: 100%;
    min-width: 100%;
    /* background-color: #27293d;*/
}



.pricing-table .pricing-card .pricing-card-body .pricing-card-head h3 {
    font-size: 1.5rem;
}

.package-table .pricing-card .pricing-card-body .pricing-card-head h3 {
    font-size: 1.5rem;
}

.pricing-table .pricing-card .pricing-card-body .pricing-card-head p {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    line-height: 1.3rem;
}

.package-table .pricing-card .pricing-card-body .pricing-card-head p {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    line-height: 1.3rem;
}

.pricing-table .pricing-card .pricing-card-body .plan-features,
.package-table .pricing-card .pricing-card-body .plan-features {
    width: 100%;
    margin-bottom: 32px;
}

.package-table .pricing-card .pricing-card-body .plan-features {
    min-height: 170px;
}

.package-table .pricing-card .pricing-card-body .pricing-card-head h1 {
    font-size: 1.8rem !important;
}

.pricing-table .pricing-card .pricing-card-body .plan-features li,
.package-table .pricing-card .pricing-card-body .plan-features li {
    text-align: left;
    padding: 4px 0px;
    font-weight: 400;
    font-size: 0.875rem;
}

.package-table .pricing-card .pricing-card-body .package-term {
    font-size: 14px;
    font-weight: 500;
    color: #e32222;
}

.btn-outline-primary:not(.btn-light) {
    color: #212529;
}

.btn-outline-primary:hover {
    color: #fff;
}

.text-gray, .card .card-subtitle {
    color: #8c8c8c;
}

.membership-card h4 {
    font-size: 26px;
    font-weight: 500;
    color: #444;
}

.promo-content-wrapper {
    text-align: left;
}

    .promo-content-wrapper #txtPromo {
        font-weight: 400;
        letter-spacing: 1px;
    }

    .promo-content-wrapper #promoTrue {
        font-size: 12px;
        font-weight: 200;
        color: green;
        display: none;
    }

    .promo-content-wrapper #promoFalse {
        font-size: 12px;
        font-weight: 200;
        color: orangered;
        display: none;
    }

.referral-box .referralcode-text #txtReferral {
    /* text-transform: uppercase;*/
    letter-spacing: 1px;
    font-size: 13px;
}

.ordersummary-box h3 {
    font-weight: 500;
    font-size: 18px;
    color: #444;
}

.ordersummary-box p {
    font-weight: 500;
    font-size: 13px;
    color: #777;
}

.ordersummary-box strong {
    font-weight: 700;
    font-size: 13px;
    color: #777;
}

.ordersummary-box .title {
    font-weight: 500;
    font-size: 13px;
    color: #666;
}

.ordersummary-box .total-title {
    font-weight: 700;
    font-size: 13px;
    color: #666;
}

/*****************************************************
    QR Code
******************************************************/
.payment-wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.trial-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
}

.trial-wrapper2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.trial-content {
    display: flex;
    align-items: center;
    justify-content: start;
}

    .trial-content p {
        font-size: 13px;
        font-weight: 400;
        color: #3b3b3b;
    }

.trial-wrapper .next-button .btn {
    padding: 0.375rem 2.75rem;
}

.trial-wrapper2 .trial-submit .btn {
    width: 120px;
}

.membership-card .qrcode-box .qrcode-header,
.membership-card .trans-box .trans-header,
.membership-card .cheque-box .cheque-header {
    font-size: 16px;
    font-weight: 500;
    background: #666;
    padding: 10px;
    margin: 0 0px 30px;
}

    .membership-card .qrcode-box .qrcode-header h4,
    .membership-card .trans-box .trans-header h4,
    .membership-card .cheque-box .cheque-header h4 {
        font-size: 19px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0;
    }

/*.membership-card .paymentmode-box {
    margin-left: -8px;
}*/



/*****************************************************
    Thankyou Page
******************************************************/
.thankyou-section {
    background: #333;
}

    .thankyou-section .container-fluid {
        min-height: 500px;
    }

.thankyou-wrapper {
    padding: 10px;
}

    .thankyou-wrapper .top-part, .thankyou-wrapper .thankyou-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .thankyou-wrapper .title h1 {
        font-size: 52px;
        font-weight: 200;
        color: #e32222;
    }

    .thankyou-wrapper .description p {
        font-size: 17px;
        font-weight: 400;
        color: #d3d3d3;
    }

    .thankyou-wrapper hr {
        border-top: 1px solid #eee;
    }

.thankyou-content .info {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.thankyou-content .btn-pfolio a {
    padding: 5px 20px 5px 20px;
    font-size: 15px;
}


/*************************************************
    Password Recovery
************************************************/
.password-recovery-container {
    margin-top: 10%;
    border: 0px solid #CCD1D1;
    border-radius: 12px;
    box-shadow: 0 0px 28px 0 rgb(0 0 0 / 8%);
    max-width: 30%;
    background: #FFF;
    z-index: 1;
    position: relative;
}

img.triangleA {
    position: absolute;
    margin-left: -16px;
    width: 60px;
    border-radius: 12px 0px 0px 0px;
}

img.triangleB {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 360px;
    z-index: 0;
}

/*.welcome_auth {
    align-items: center;
    display: flex;
    justify-content: center;
}

.auth_welcome a {
    font-weight: 400;
}*/

/*.auth_welcome {
    font-weight: 100;
    font-size: 1.5em;
    background: -webkit-linear-gradient( 45deg, #07dd97, #beffe7);
    background-size: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: black;
    max-width: 170px;
}

a.auth_branding_in img {
    width: 60px;
    height: 60px;
    border-radius: 1000px;
}*/

.password-recovery-form {
    background: #fbfbfb;
    border-radius: 0px 12px 12px 0px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.pr_form_in {
    padding: 1em 1em;
}

    .pr_form_in .result {
        font-size: 14px;
        color: darkorange;
    }

.password-recovery-form h1 {
    font-size: 1.2em;
    max-width: 600px;
    margin: 0 auto;
    color: #969696;
    line-height: 1.5em;
    padding: 1.2em 0px .8em;
}

/*.lni {
    display: inline-block;
    font: normal normal normal 1em/1 'LineIcons';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

/*.google_signup {
    margin-top: .8em;
}

    .google_signup a {
        background: #DB4437;
        color: #FFF;
        display: block;
        text-align: center;
        padding: 12px 4px;
        border-radius: 5px;
    }
*/
.btn-primary {
    color: #fff;
    background-color: #5d00ff;
    border-color: #5d00ff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #2900b7;
        border-color: #2900b7;
    }
/*
.google_signup a {
    background: #DB4437;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 12px 4px;
    border-radius: 5px;
}

    .google_signup a:hover {
        background: #d81505;
        color: #FFF;
    }*/

.other_auth_links a:nth-child(2) {
    float: right;
}

a {
    text-decoration: none;
    color: #afafaf;
}

    a:hover {
        text-decoration: none;
        color: #616161;
    }

.alert-success {
    background-color: rgb(190 255 231 / 33%);
    color: #07dd97;
    font-size: .9em;
}

.password-changed-result {
    text-align: center;
}

    .password-changed-result i {
        font-size: 80px;
    }

.verify-otp-wrapper {
    background: #eee;
}

.otp-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*************************************************
    Login
************************************************/
.rememberme-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*************************************************
    See Later
************************************************/
.user-seelater-table .pfolio-img {
    width: 65px;
    height: 75px;
}


/*************************************************
    HR Gallery
************************************************/
.hr-gallery {
    background: #161616;
}

    .hr-gallery .hr-gallery-header-background {
        /* background: url('/images/subheader-6.jpg')no-repeat;*/
    }

    .hr-gallery .hr-gallery-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
        gap: 30px;
    }

    .hr-gallery .hr-gallery-box {
        overflow: hidden;
        border: 3px solid #fff;
        border-radius: 3px;
    }

        .hr-gallery .hr-gallery-box .hr-gallery-image {
            width: 350px;
            height: 350px;
            position: relative;
        }

        .hr-gallery .hr-gallery-box .caption-overlay {
            font-size: .9em;
            position: absolute;
            display: block;
            width: 100%;
            bottom: 0;
            padding: 1rem;
            color: #fff;
            background: linear-gradient(to left, rgba(5, 7, 7, 0.6), rgba(6, 8, 1, 0.6)) !important;
            -webkit-transition: 0.2s background ease-in-out;
            transition: 0.2s background ease-in-out;
        }

    .hr-gallery .page-item.active .page-link {
        z-index: 1;
        color: #fff;
        background-color: #e32222;
        border-color: #e32222;
    }

    .hr-gallery .page-link {
        color: #333;
    }















/*********************************************************************************************************************************************************************************************************
    ******************************************************************************************************************************************************************************************************
*/
/*.gallery-section .single-image .image-box::after {
    background: rgba(24,24,24,0.85);
    width: 100%;
    content: "";
    bottom: -1px;
    left: -1px;
    line-height: 2rem;*/
/*  opacity: 1;*/
/*position: absolute;
    right: -1px;
    top: -1px;
    transition: all .3s ease;
}*/
/*.gallery-section .single-image {
    box-shadow: 0 5px 25px rgb(0 0 0 / 6%);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}*/
@media(max-width:767px) {
    #wrapper {
        /* margin-top: 75px;*/
    }

    .portfolio .portfolio-wrapper .gallery-section {
        width: 100%;
    }

    .portfolio-wrapper .gallery-section .gallery-grid .image-box {
        width: 155px;
        height: 200px;
    }

    #faq-accordion {
        width: 100%;
    }

        #faq-accordion .card .card-header .card-title > a {
            font-size: 14px;
            font-weight: 500;
        }

    /* .mobile-menu .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile {
        margin-left: 0.5rem;
        margin-right: -1.5rem;
        left: 10%;
    }*/

    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

        .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link .nav-profile-name {
            display: none;
        }

    /* .artist-2 .artist-gallery-wrapper .artist-gallery .single-awesome-project i {
        right: 25px;
        top: 4.8%;
    }*/

    .single-expert-image .single-member .team-img,
    .single-portfolio .single-portfolio-thumb {
        width: 410px;
        height: 480px;
    }

    .artist-gallery-wrapper .gallery-title h3 {
        font-size: 15px;
    }

    .single-image .image-box a:hover .hover {
        display: none;
    }

    .single-image .image-box .bottom-olay .btnSeeLater {
        font-size: 9px;
        padding: 0;
    }

    .artist-video iframe {
        width: 570px;
        height: 350px;
    }

    .single-similar .single-similar-thumb {
        width: 250px;
        height: 275px;
    }

    .single-portfolio .single-portfolio-link {
        height: 38px;
        width: 38px;
        font-size: 15px;
        line-height: 29px;
    }

    .portfolio-area #hireMeModal {
        top: 2rem;
    }

    .review-box .testi-text .client-text {
        padding: 40px 15px 5px;
    }

    .reviews-content .single-testi .testi-image .reviewer-image {
        width: 120px;
        height: 120px;
    }

    .spotlight-box {
        padding: 5px;
    }

        .spotlight-box .spotlight-text-wrapper {
            /* max-height: 240px;*/
        }

    .spotlight-text {
        padding: 20px 10px;
    }

        .spotlight-text h2 {
            font-size: 1.2em;
        }

        .spotlight-text p {
            font-size: 16px;
            font-weight: 400;
            margin-top: 40px;
            letter-spacing: 1px;
        }

    .spotlight-image-wrapper {
        /* max-height: 175px;*/
        overflow: hidden;
        margin-top: 5px;
        padding: 0;
    }

    .browse-section .browse-content .image-box img {
        padding: 15px;
        width: 70px;
        height: 70px;
    }

    .browse-section .browse-content {
        margin-bottom: 25px;
    }

        .browse-section .browse-content .image-box {
            border-radius: 50px;
        }

    .register-bar-2 a {
        width: 300px;
        font-size: 14px;
    }

    .artist-2 .artist-gallery-wrapper .artist-gallery .single-awesome-project > i {
        opacity: 1;
    }

    .mobile-pfolio-wrapper .image-box {
        width: 407px;
        height: 460px;
        border: 10px solid #ccc;
    }

    .password-recovery-container {
        max-width: 85%;
    }

    .rememberme-box {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }

    .portfolio-wrapper .gallery-section .gallery-grid .single-image .image-detail-wrapper {
        max-width: 155px;
    }

        .portfolio-wrapper .gallery-section .gallery-grid .single-image .image-detail-wrapper .artist-detail-top h5 {
            font-size: 13px;
        }

        .portfolio-wrapper .gallery-section .gallery-grid .single-image .image-detail-wrapper .artist-detail-top p {
            font-size: 10px;
        }

    .single-image .image-box .bottom-olay {
        bottom: 69px;
    }

    .vbox-child {
        transform: scale(1) !important;
    }

    .gallery-videos {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 4px;
    }

    .advertisement .advt-image {
        width: 100%; /*1920px;*/
        height: 510px;
    }
}

/****************************************************************************************************************/
@media (min-width:360px) and (max-width:666px) {
    #wrapper {
        /* margin-top: 75px;*/
    }

    /*.portfolio-wrapper .gallery-section .gallery-grid .image-box {
        width: 128px;
        height: 160px;
    }*/

    #sharedImageModal .modal-lg, .modal-xl {
        top: 6rem;
    }

    /* .artist-2 .artist-gallery-wrapper .artist-gallery .single-awesome-project i {
        right: 8px;
        top: 10.8%;
    }*/

    .single-expert-image .single-member .team-img {
        width: 167px;
        height: 190px;
    }

    .single-portfolio .single-portfolio-thumb {
        width: 134px;
        height: 170px;
    }

    .artist-video iframe {
        /*width: 298px;
        height: 228px;*/
        width: 349px;
        height: 264px;
    }

    .single-similar .single-similar-thumb {
        width: 160px;
        height: 184px;
    }

    .single-portfolio .single-portfolio-link {
        height: 32px;
        width: 32px;
        font-size: 11px;
        line-height: 24px;
    }

    .browse-section .browse-content .image-box img {
        padding: 15px;
        width: 70px;
        height: 70px;
    }

    .browse-section .browse-content {
        margin-bottom: 25px;
    }

        .browse-section .browse-content .image-box {
            border-radius: 50px;
        }

    /* .portfolio-wrapper .gallery-section .gallery-grid .single-image .image-detail-wrapper {
        max-width: 128px;
    }*/

    .advertisement .advt-image {
        width: 100%; /*382px;*/
        height: 215px;
    }
}

/************************************************************************************************************************/
@media (min-width:414px) and (max-width:735px) {
    #wrapper {
        margin-top: 75px;
    }

    .portfolio-wrapper .gallery-section .gallery-grid .image-box {
        width: 170px;
        height: 210px;
    }

    #sharedImageModal .modal-lg, .modal-xl {
        top: 6rem;
    }

    /* .artist-2 .artist-gallery-wrapper .artist-gallery .single-awesome-project i {
        right: 33px;
        top: 7.8%;
    }*/

    .single-expert-image .single-member .team-img,
    .single-portfolio .single-portfolio-thumb {
        width: 375px;
        height: 450px;
    }

    .artist-video iframe {
        width: 326px;
        height: 243px;
    }

    .single-similar .single-similar-thumb {
        width: 195px;
        height: 216px;
    }

    .single-portfolio .single-portfolio-link {
        height: 38px;
        width: 38px;
        font-size: 15px;
        line-height: 29px;
    }

    .browse-section .browse-content .image-box img {
        padding: 15px;
        width: 50px;
        height: 50px;
    }

    .browse-section .browse-content {
        margin-bottom: 25px;
    }

        .browse-section .browse-content .image-box {
            border-radius: 50px;
        }

    .portfolio-wrapper .gallery-section .gallery-grid .single-image .image-detail-wrapper {
        max-width: 170px;
    }

    .advertisement .advt-image {
        width: 100%; /*444px;*/
        height: 510px;
    }
}


/*************************************************************************************************************************/
@media(min-width:768px) and (max-width:1024px) {
    #wrapper {
        margin-top: 101px;
    }

    .portfolio-wrapper .gallery-section .gallery-grid .image-box {
        width: 225px;
        height: 270px;
    }

    .portfolio-wrapper .gallery-section .gallery-grid .single-image {
        margin-bottom: 30px;
    }

    #sharedImageModal .modal-lg, .modal-xl {
        top: 6rem;
    }

    .artist-2 .artist-gallery-wrapper .artist-gallery .single-awesome-project > i {
        right: 25px;
        top: 9.2%;
    }

    .white-red-wrapper .buttons-wrapper {
        top: 15rem;
        width: 90%;
    }

        .white-red-wrapper .buttons-wrapper .btn-light {
            font-size: 14px;
        }

    .single-expert-image .single-member .team-img,
    .single-portfolio .single-portfolio-thumb {
        width: 159px;
        height: 215px;
    }

    .artist-video iframe {
        width: 196px;
        height: 196px;
    }

    .single-similar .single-similar-thumb {
        width: 184px;
        height: 181px;
    }

    .single-portfolio .single-portfolio-link {
        height: 38px;
        width: 38px;
        font-size: 15px;
        line-height: 29px;
    }

    .spotlight-text h2 {
        font-size: 28px;
    }

    .spotlight-text h5 {
        font-size: 13px;
    }

    .spotlight-text p {
        font-size: 14px;
    }

    /* .spotlight-box {
        max-height: 425px;
    }*/

    /*.single-image .image-box .bottom-olay {
        bottom: 0;
    }*/

    .advertisement .advt-image {
        width: 100%; /*518px;*/
        height: 318px;
    }
}

/********************************************************************************************************************************/
@media(min-width:1024px) and (max-width:1366px) {
    #wrapper {
        margin-top: 101px;
    }

    .portfolio-wrapper .gallery-section .gallery-grid .image-box {
        width: 230px;
        height: 280px;
    }

    #sharedImageModal .modal-lg, .modal-xl {
        top: 6rem;
    }

    .artist-2 .artist-gallery-wrapper .artist-gallery .single-awesome-project > i {
        right: 25px;
        top: 7.2%;
    }

    .white-red-wrapper .buttons-wrapper {
        top: 20rem;
    }

    .single-expert-image .single-member .team-img,
    .single-portfolio .single-portfolio-thumb {
        width: 220px;
        height: 270px;
    }

    .artist-video iframe {
        width: 277px;
        height: 208px;
    }

    .single-similar .single-similar-thumb {
        width: 183px;
        height: 199px;
    }

    .single-portfolio .single-portfolio-link {
        height: 45px;
        width: 45px;
        font-size: 20px;
        line-height: 36px;
    }

    .spotlight-text h2 {
        font-size: 34px;
    }

    .spotlight-text p {
        font-size: 18px;
    }

    /* .single-image .image-box .bottom-olay {
        bottom: 0;
    }*/

    .advertisement .advt-image {
        width: 100%; /* 660px;*/
        height: 372px;
    }
}

/***************************************************************************************************************/
@media(min-width:1280px) {
    .white-red-wrapper .buttons-wrapper {
        top: 25rem;
        width: 90%;
    }

    .single-expert-image .single-member .team-img,
    .single-portfolio .single-portfolio-thumb {
        width: 285px;
        height: 380px;
    }

    .artist-video iframe {
        width: 362px;
        height: 275px;
    }

    .single-similar .single-similar-thumb {
        width: 250px;
        height: 275px;
    }

    .single-portfolio .single-portfolio-link {
        height: 55px;
        width: 55px;
        font-size: 20px;
        line-height: 47px;
    }

    .spotlight-text h2 {
        font-size: 36px;
    }

    .spotlight-text p {
        font-size: 20px;
    }

    .fancybox-container {
        top: 6rem;
    }

    /* .single-image .image-box .bottom-olay {
        bottom: 0;
    }*/

    .advertisement .advt-image {
        width: 100%; /*850px;*/
        height: 510px;
    }
}

/************************************************************************************************************************/
@media only screen and (min-width: 1349px) {
    #wrapper {
        margin-top: 111px;
    }

    .portfolio .portfolio-wrapper .gallery-section {
        width: 100%;
    }

    .portfolio-wrapper .gallery-section .gallery-grid .image-box {
        width: 305px;
        height: 385px;
    }

    #sharedImageModal .modal-lg, .modal-xl {
        top: 6rem;
    }

    /* .artist-2 .artist-gallery-wrapper .artist-gallery .single-awesome-project i {
        right: 25px;
        top: 4.8%;
    }*/

    .white-red-wrapper .buttons-wrapper {
        /* margin-left: -19%;*/
    }

    .single-expert-image .single-member .team-img,
    .single-portfolio .single-portfolio-thumb {
        width: 295px;
        height: 340px;
    }

    .artist-video iframe {
        width: 410px;
        height: 310px;
    }

    .single-similar .single-similar-thumb {
        width: 250px;
        height: 275px;
    }

    .spotlight-text h2 {
        font-size: 30px;
    }

    .spotlight-text p {
        font-size: 28px;
    }

    /*  .spotlight-box {
        max-height: 540px;
    }*/

    /* .spotlight-box .spotlight-image-wrapper .spotlight-image-box {
            height: 500px;
        }*/

    .spotlight-image-wrapper .spot-overlay-desktop p {
        font-size: 29px;
    }

    .fancybox-container {
        top: 6rem;
    }

    .single-image .image-box .bottom-olay {
        bottom: 69px;
    }

    .advertisement .advt-image {
        width: 100%; /*880px;*/
        height: 510px;
    }

    .news .news-wrapper {
        height: 510px;
    }
}

/******************************************************************************************************************************/
@media only screen and (min-width: 1824px) {
    #wrapper {
        margin-top: 127px;
    }

    .portfolio .portfolio-wrapper .gallery-section {
        width: 100%;
    }

    .portfolio-wrapper .gallery-section .gallery-grid .image-box {
        width: 330px;
        height: 400px;
    }

    .portfolio-wrapper .gallery-section .gallery-grid .single-image {
        margin-bottom: 35px;
    }

    #sharedImageModal .modal-lg, .modal-xl {
        top: 8rem;
    }

    /* .artist-2 .artist-gallery-wrapper .artist-gallery .single-awesome-project i {
        right: 5px;
        top: 5.5%;
    }
*/
    .white-red-wrapper .buttons-wrapper {
        /* margin-left: -12rem;*/
    }

    .single-expert-image .single-member .team-img,
    .single-portfolio .single-portfolio-thumb {
        width: 410px;
        height: 480px;
    }

    .artist-video iframe {
        width: 590px;
        height: 443px;
    }

    .single-similar .single-similar-thumb {
        width: 359px;
        height: 399px;
    }

    .spotlight-text h2 {
        font-size: 30px;
    }

    .spotlight-text p {
        font-size: 20px;
    }

    /* .spotlight-box {
        max-height: 730px;
    }*/

    /* .spotlight-box .spotlight-image-wrapper .spotlight-image-box {
            height: 660px;
        }*/

    .spotlight-image-wrapper .spot-overlay-desktop p {
        font-size: 38px;
    }

    .spotlight-image-wrapper .spot-overlay-desktop-title {
        bottom: 15px;
    }

    .fancybox-container {
        top: 4rem;
    }

    /* .single-image .image-box .bottom-olay {
        bottom: 0;
    }*/

    .advertisement .advt-image {
        width: 100%; /*1240px;*/
        height: 685px;
    }

    .news .news-wrapper {
        height: 685px;
    }
}
