*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgb(197, 191, 191);
    border-radius: 3px;
}

*::-webkit-scrollbar-thumb {
    background: rgb(85, 85, 85);
    border-radius: 3px;
}

html {
    scroll-behavior: smooth;
    margin: 0;
}

body {
    position: relative;
    -webkit-font-smoothing: antialiased;
    padding-top: 107px;
    line-height: 20px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
    font-weight: bold;
    color: inherit;
    text-rendering: optimizelegibility;
}

body h1,
body h2,
body h3 {
    line-height: 40px;
}

body h2 {
    font-size: 31.5px;
}

a:hover {
    text-decoration: none;
}

input[type="text"],
input[type="password"],
input[type="submit"],
textarea {}

body.pull_top {
    padding-top: 0px !important;
}

header {
    background: rgba(0, 0, 0, 0.6) !important;
}


/* Navbar
-------------------------------------------------- */

.navbar {
    padding: 10px 0px 10px 0px;
}

.navbar.navbar-inverse {
    background: rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid #585858;
}

.navbar.navbar-white {
    background: #fbfbfb;
    border-bottom: 0px;
    padding: 0px!important;
    box-shadow: 0px 1px 2px 0px #0e0e0e;
    min-height: 70px;
    padding-top: 15px!important;
}

.navbar.navbar-inverse.navbar-static-top {
    background-color: #252528;
}

.navbar.navbar-inverse.navbar-static-top .container {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar.navbar-inverse .nav>li>a {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 10px 15px 10px;
    text-decoration: none;
}

.navbar.navbar-inverse .nav>li>a:hover,
.navbar.navbar-inverse .nav>li>a:active {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar.navbar-inverse .nav>li.active>a {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: transparent;
}

.navbar.sticky {
    transition: all 0.2s;
    opacity: 0 !important;
}

.navbar.sticky:hover {
    /* background: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #252525; */
    transition: all 0.2s;
    position: fixed;
    /* opacity: 0; */
}

.navbar.sticky:hover {
    /* background: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #252525; */
    opacity: 1 !important;
}

.navbar.sticky .container {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.navbar .container {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-transition: margin 0.2s ease-in-out;
    -moz-transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out;
}

@media (max-width: 991px) {
    .navbar .navbar-header {
        float: left;
    }
}

.navbar .container .navbar-header .navbar-brand {
    color: #7b1de8;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-size: 30px;
    margin-left: 0px;
    padding: 15px 20px 10px;
}

.navbar .container .collapse .nav .dropdown .caret {
    margin-bottom: 4px;
}

.navbar .container .collapse .nav .dropdown .dropdown-menu {
    background: #252528;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 2px;
}

.navbar .container .collapse .nav .dropdown .dropdown-menu>li>a {
    color: #fff;
}

.navbar .container .collapse .nav .dropdown .dropdown-menu>li>a:hover {
    background: #08c;
}

.section_header {
    width: 100%;
    margin-bottom: 60px;
}

.section_header h3 {
    color: #646464;
    font-weight: 300;
    font-style: italic;
    font-size: 27px;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 0px;
    display: inline-block;
    margin: 0;
}


/* Footer
-------------------------------------------------- */

#footer {
    margin-top: 140px;
    background-color: #252528;
    color: #fff;
    padding-top: 35px;
    /* testimonials */
    /* contact */
    /* credits */
    /* inner footer */
}

#footer .footer_header {
    color: #c4c4c4;
    font-style: italic;
    font-weight: 300;
    font-size: 25px;
    margin-bottom: 40px;
    margin-left: 15px;
}

#footer .recent_posts {
    margin-left: 0px;
}

#footer .recent_posts .post {
    margin-bottom: 70px;
    width: 93%;
}

#footer .recent_posts .post img {
    float: left;
    margin-right: 20px;
}

#footer .recent_posts .post .date {
    font-weight: bold;
    font-style: italic;
}

#footer .recent_posts .post .title {
    display: block;
    color: #b5b5b6;
    font-size: 14px;
}

#footer .testimonials .wrapper {
    margin: 0 auto;
    width: 82%;
}

#footer .testimonials .footer_header {
    margin-left: 30px;
}

#footer .testimonials .quote {
    color: #bfbfc0;
}

#footer .testimonials .quote span {
    font-size: 32px;
    font-style: italic;
    position: relative;
    top: 5px;
    float: left;
    margin-right: 8px;
}

#footer .testimonials .author {
    margin-top: 40px;
}

#footer .testimonials .author img {
    float: left;
    margin-right: 15px;
    position: relative;
    top: -6px;
}

#footer .testimonials .name {
    font-size: 13px;
    font-weight: bold;
}

#footer .testimonials .info {
    font-style: italic;
    color: #ccc;
}

#footer .contact {
    text-align: right;
}

#footer .contact .footer_header {
    text-align: left;
    margin-left: 35px;
}

#footer .contact input[type="text"],
#footer .contact textarea {
    border: none;
    background-color: #1f1f21;
    color: #868687;
    padding: 8px 20px;
    border-radius: 3px;
    font-size: 14px;
    width: 95%;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    margin-bottom: 10px;
}

#footer .contact input[type="text"]:focus,
#footer .contact textarea:focus {
    border: none;
    box-shadow: none;
    background-color: #000;
}

#footer .contact input[type="text"]:moz-placeholder,
#footer .contact textarea:moz-placeholder {
    color: #868687;
}

#footer .contact input[type="text"]::-webkit-input-placeholder,
#footer .contact textarea::-webkit-input-placeholder {
    color: #868687;
}

#footer .contact input[type="text"]:-ms-input-placeholder,
#footer .contact textarea:-ms-input-placeholder {
    color: #868687;
}

#footer .contact input[type="submit"] {
    background-color: #3e3e40;
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
}

#footer .contact input[type="submit"]:hover {
    background-color: #2190db;
}

#footer .credits {
    border-top: 1px solid #7b1de8;
    padding: 10px 0px 60px 0px;
}

#footer .credits .social {
    margin-top: 30px;
    text-align: center;
}

#footer .credits .social a {
    margin: 10px;
}

#footer .credits .social a span {
    display: inline-block;
    width: 33px;
    height: 33px;
}

#footer .credits .social a span.ico1,
#footer .credits .social a span.icoh {
    background-position: 0px 0px;
}

#footer .credits .social a span.ico2,
#footer .credits .social a span.ico2h {
    background-position: -37px 0px;
}

#footer .credits .social a span.ico3,
#footer .credits .social a span.ico3h {
    background-position: -75px 0px;
}

#footer .credits .social a span.ico4,
#footer .credits .social a span.ico4h {
    background-position: -112px -1px;
}

#footer .credits .social a span.ico5,
#footer .credits .social a span.ico5h {
    background-position: -151px 0px;
}

#footer .credits .social a span.ico6,
#footer .credits .social a span.ico6h {
    background-position: -188px -1px;
}

#footer .credits .social a span.ico7,
#footer .credits .social a span.ico7h {
    background-position: -226px 0px;
}

#footer .credits .social a:hover span.socialicons {
    display: none;
}

#footer .credits .social a:hover span.socialicons_h {
    display: inline-block !important;
}

#footer .credits .social span.socialicons_h {
    display: none;
}

#footer .credits .copyright {
    color: #a6a6a7;
    font-style: italic;
    text-align: center;
    margin-top: 30px;
}

#footer .credits .socialicons {
    background: url("../../img/socialicons.png") no-repeat;
    width: 265px;
    height: 36px;
}

#footer .credits .socialicons_h {
    background: url("../../img/socialicons_h.png") no-repeat;
    width: 265px;
    height: 36px;
}

#footer .info {
    margin-bottom: 10px;
    margin-left: 0;
}

#footer .info .residence {
    margin-left: 0;
}

#footer .info ul {
    margin: 0;
    padding: 0;
}

#footer .info ul li {
    list-style: none;
    font-size: 16px;
    color: #777e83;
    line-height: 23px;
}

#footer .info ul a {
    color: #777e83;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    transition: color 0.2s;
}

#footer .info ul a:hover {
    color: #a9b4bb;
}

#footer .info .touch {
    float: right;
}

#footer .info .touch ul li {
    display: inline-block;
    margin-left: 22px;
}


/* Global
-------------------------------------------------- */

.page_header {
    background-color: #000;
    color: #fff;
    font-size: 23px;
    display: inline-block;
    padding: 0px 18px;
}

.social_icon {
    background: url("../../img/social_icons.html") no-repeat;
    width: 110px;
    height: 18px;
}

.contact_social {
    background: url("../../img/contact_social.html") no-repeat;
    width: 180px;
    height: 34px;
}


/* Responsive
-------------------------------------------------- */

@media (max-width: 991px) {
    body {
        padding-top: 0 !important;
    }
    .navbar.navbar-inverse {
        background: #252528;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar {
        margin-bottom: 0;
    }
    .navbar.transparent.navbar-fixed-top {
        margin-bottom: -70px;
        position: relative;
        top: 999;
    }
    .navbar-fixed-top {
        opacity: 1 !important;
    }
    .navbar.home.navbar-fixed-top {
        margin-bottom: -70px;
        position: relative;
        top: 999;
    }
}

@media (max-width: 767px) {
    .navbar.navbar-inverse .container .navbar-header .navbar-brand {
        margin-left: -5px;
    }
    .navbar .header_menu.open .dropdown-menu>li>a {
        line-height: 25px;
        font-weight: bold;
        padding: 5px 15px 5px 35px;
    }
    #footer .container {
        padding: 0px 20px;
    }
    #footer .footer_header {
        margin-left: 0;
    }
    #footer .footer_header h3 {
        margin-left: 0;
    }
    #footer .testimonials {
        overflow: hidden;
        margin-bottom: 40px;
    }
    #footer .testimonials .footer_header {
        margin-left: 0;
    }
    #footer .testimonials .wrapper {
        float: left;
        width: 100%;
    }
    #footer .contact {
        margin: 0;
    }
    #footer .contact .footer_header {
        margin-left: 0;
    }
    #footer .contact input[type="text"],
    #footer .contact textarea {
        float: left;
        width: 100%;
    }
    #footer .info .touch {
        float: none;
    }
    #footer .info .touch ul {
        margin: 15px 0 15px;
    }
    #footer .info .touch ul li {
        margin: 0 30px 0 0;
    }
    #footer .credits {
        margin-top: 20px;
    }
}

.big_cate {
    text-align: center;
    height: 83px;
    margin-bottom: 50px;
}

.big_cate_btn {
    margin: 10px 10px;
    padding: 15px 25px 6px;
    color: white;
    font-weight: bold;
    font-size: 25px;
    background: #8a30f2;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 1px 2px 5px 1px #c3c3c3;
    width: 45%;
    display: inline-block;
    border: 2px solid #8a30f2
}

.big_cate_btn:hover {
    color: #8a30f2;
    background: #ffffff;
    border: 2px solid #8a30f2
}

.big_cate_btn .sub_text {
    font-size: 14px;
    font-weight: normal;
    padding-top: 10px;
}

.service_img {
    /* width:200px; */
    /* height:140px!important; */
}

.filter_table {
    width: 100%;
}

.filter_table td {
    padding: 12px;
    border: 1px solid #eee;
}

.filter_table .pre {
    background: #f6f7ff;
    /* border-color:#f6f7ff; */
    font-weight: bold;
}

.thumbnail .caption {
    padding: 10px 0px;
    font-weight: bold;
}

.thumbnail {
    border: 0px;
}

.thumbnail img {
    border-radius: 5px;
    border: 1px solid #eee;
}

.list-group-item {
    border: none;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #7b1de8;
    border-color: #7b1de8;
    border-radius: 0px;
}

.btn-user {
    border: 1px solid #8a30f2;
    color: #8a30f2;
    padding: 2px 10px;
    margin: 4px 5px;
    font-weight: bold;
    border: none;
}

.btn-user img {
    width: 30px;
    margin-right: 5px;
}

.header_title,
.header_menu {
    display: block;
}

.header_menu {
    display: flex;
    /* flex-grow: 1; */
    /* padding-left: 15%; */
    justify-content: center;
    align-items: center;
}

.header_title {
    display: block;
}

.header_menu>.user-menu>.dropdown-menu,
.header_menu>.tasks-menu>.dropdown-menu,
.header_menu>.messages-menu>.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    background: #ffffff;
}

.header_menu>.user-menu>.dropdown-menu {
    padding: 0;
    margin-top: 3px;
    border-radius: 4px;
}

.header_menu>.user-menu>.dropdown-menu:after {
    bottom: 100%;
    right: 10px;
    border: solid rgba(255, 255, 255, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.header_menu>.user-menu>.dropdown-menu>li.user-header {
    height: 140px;
    padding: 6% 6% 6% 22%;
    background: #9f4cff;
    text-align: center;
}

.topprofiletext {
    margin-left: -18px !important;
}

.header_menu>.user-menu>.dropdown-menu>li.user-header>img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 8px solid;
    border-color: rgba(255, 255, 255, 0.2);
}

.header_menu>.user-menu>.dropdown-menu>li.user-header>p {
    z-index: 5;
    color: #f9f9f9;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    margin-top: 10px;
}

.header_menu>.user-menu>.dropdown-menu>li.user-header>p>small {
    display: block;
    font-size: 12px;
}

.header_menu>.user-menu>.dropdown-menu>li.user-body {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
}

.header_menu>.user-menu>.dropdown-menu>li.user-body:before,
.header_menu>.user-menu>.dropdown-menu>li.user-body:after {
    display: table;
    content: " ";
}

.header_menu>.user-menu>.dropdown-menu>li.user-body:after {
    clear: both;
}

.header_menu>.user-menu>.dropdown-menu>li.user-body>div>a {
    color: #0073b7;
}

.header_menu>.user-menu>.dropdown-menu>li.user-footer {
    padding: 10px;
}

.header_menu>.user-menu>.dropdown-menu>li.user-footer:before,
.header_menu>.user-menu>.dropdown-menu>li.user-footer:after {
    display: table;
    content: " ";
}

.header_menu>.user-menu>.dropdown-menu>li.user-footer:after {
    clear: both;
}

.header_menu>.user-menu>.dropdown-menu>li.user-footer .btn-default {
    color: #666666;
}

.user-menu {
    list-style: none;
    margin-top: -2px;
}

.header_menu a {
    color: #009EF7;
}

.header_menu .img-circle {
    border: 1px solid #009EF7;
}

.audio_preview {
    margin-top: 10px;
}

.audio_title {
    font-weight: 700;
    font-size: 14px;
    margin: 10px;
}

.thumbnail>img {
    display: block;
    height: auto;
    width: 100%;
}

@media screen and (max-width: 550px) {
    .header_title_min {
        display: block !important;
    }
    .header_title {
        display: none !important;
    }
}


/*-----Back to Top-----*/

#back-to-top {
    /* background: linear-gradient(to bottom right, #41b9ff, #15a6fa) !important; */
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: block;
    text-align: center;
    border-radius: 5px;
    -o-border-radius: 2px;
    z-index: 100000;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}

#back-to-top i {
    padding-top: 15px;
    font-size: 16px;
}

#back-to-top:hover {
    background: linear-gradient(to bottom right, #009EF7, #008ddf) !important;
}