.gradient-bg {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.default-button {
    background: #b48331;
    background: -webkit-gradient(linear, left top, right top, from(#b48331), to(#b48331));
    background: linear-gradient(to right, #b48331, #b48331)
}

.default-button:hover {
    -webkit-box-shadow: 0 0 10px #222;
    box-shadow: 0 0 10px #222
}

.section-title h2::after {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.section-title h2::before {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.preloader-wrap {
    background: #222 none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999999;
    top: 0;
    left: 0
}

.preloader-wrap .preloader {
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%
}

.preloader {
    position: relative;
    width: 65px;
    margin: 6em auto
}

.preloader span {
    position: absolute;
    display: block;
    bottom: 0;
    width: 9px;
    height: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .1);
    -webkit-animation: preloader 2s infinite ease-in-out;
    animation: preloader 2s infinite ease-in-out
}

.preloader span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms
}

.preloader span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms
}

.preloader span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms
}

.preloader span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms
}

.preloader span:nth-child(6) {
    left: 55px;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms
}

@-webkit-keyframes preloader {
    0% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: rgba(0, 0, 0, .1)
    }

    25% {
        background: #6a11cb;
        background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
        background: linear-gradient(to right, #6a11cb, #2575fc);
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    50%,
    100% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: rgba(0, 0, 0, .1)
    }
}

@keyframes preloader {
    0% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: rgba(0, 0, 0, .1)
    }

    25% {
        background: #6a11cb;
        background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
        background: linear-gradient(to right, #6a11cb, #2575fc);
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    50%,
    100% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: rgba(0, 0, 0, .1)
    }
}

@media only screen and (min-width:768px) {
    .top-menu.menu-shrink {
        background: #6a11cb;
        background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
        background: linear-gradient(to right, #6a11cb, #2575fc)
    }
}

.navbar-white .navbar-nav .nav-item .nav-link:focus,
.navbar-white .navbar-nav .nav-item .nav-link:hover {
    color: #6a11cb !important
}

.navbar-white .navbar-nav .nav-item .nav-link::before {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.navbar-white .navbar-nav .nav-item .active > a,
.navbar-white .navbar-nav .nav-item .active > a:focus,
.navbar-white .navbar-nav .nav-item .active > a:hover {
    color: #6a11cb !important
}

.slider-item-img-bg::before {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.item-img-bg::after {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.homes-bg-img::after {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.particle-bg {
    position: relative
}

.particle-bg::after {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.video-bg {
    position: relative
}

.video-bg::after {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.app-about-text h3::after {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.app-about-text ul li i {
    color: #6a11cb
}

.single-hiw-feature i {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.single-hiw-feature i:hover i {
    -webkit-box-shadow: 0 0 10px #6a11cb;
    box-shadow: 0 0 10px #6a11cb
}

.video-demo-content::before {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.single-feature::after {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.single-feature .feature-icon {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.counter-stats::after {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.screenshot-item:hover .screenshot-image::before {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.screenshots-modal .close {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.screenshots-modal .close:hover,
.screenshots-modal .close:focus {
    -webkit-box-shadow: 0 0 10px #6a11cb;
    box-shadow: 0 0 10px #6a11cb
}

.screenshot-details-text .title::after {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.screenshot-details-text ul li i {
    color: #6a11cb
}

.testimonial-section::after {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.testimonial-item .icofont-quote-left {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.testimonial-item .pic {
    -webkit-box-shadow: 0 0 2px #6a11cb;
    box-shadow: 0 0 2px #6a11cb
}

.single-price-package .price-header .price-value {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.purchase-btn::before {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.personal-price-package .purchase-btn {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.single-price-package:hover .purchase-btn {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.faq-content .faq-title::before {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.faq-content .faq-title.active {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.accordion__item.active .accordion-header {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.single-member .overlay {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.app-download-section::after {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.single-blog-post .blog-date {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.single-blog-post .blog-title a:hover {
    color: #6a11cb
}

.single-blog-post .post-admin a {
    color: #6a11cb
}

.single-blog-post:hover .read-more-btn {
    color: #6a11cb
}

.single-blog-post-two .blog-title a:hover {
    color: #6a11cb
}

.single-blog-post-two .post_date {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.single-blog-img .single-blog-date {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.post-category .single-category:hover {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.blog-sidebar-title::before {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.comment-title::before {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.popular-tags a:hover {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.pagination-nav li a:hover {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.pagination-nav li.active a {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.top-banner-area::before {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.single-contact-info i {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.error-page-content {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.subscribe-form .subscribe-btn {
    background: #6a11cb;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb, #2575fc)
}

.single-user i {
    color: #6a11cb
}

.screenshot-carousel .owl-prev i,
.screenshot-carousel-two .owl-prev i {
    color: #6a11cb
}

.screenshot-carousel .owl-next i,
.screenshot-carousel-two .owl-next i {
    color: #6a11cb
}

.owl-dots .owl-dot.active span {
    background: #6a11cb !important
}

.testimonial-carousel .owl-dots .owl-dot.active span {
    background: #6a11cb !important
}

.single-post-admin a {
    color: #6a11cb
}

.post-tag-media .tag li a {
    color: #6a11cb
}

.post-social-media a:hover {
    color: #6a11cb
}

.search-box .search-btn {
    color: #6a11cb
}

.single-recent-post h5 a:hover {
    color: #6a11cb
}

.all-comments-content .comment .replay {
    color: #6a11cb
}

.comment-form .form-control:hover {
    border-bottom: 1px solid #6a11cb
}

.contact-form .form-control:hover {
    border-bottom: 1px solid #6a11cb
}

.contact-info ul li i {
    color: #6a11cb
}

.error-text .back-btn {
    color: #6a11cb
}

.error-text .back-btn:hover {
    background-color: #6a11cb
}

.back-top-button i {
    color: #6a11cb
}
