.d-flex {
    display: flex !important; }

.justify-content-center {
    justify-content: center !important; }


.mr-auto,
.mx-auto {
    margin-right: auto !important; }


/* Testimonial */
.epic-carousel .slick-list {
    margin-right: -40px;
    overflow: hidden;
}
.epic-carousel .slick-slide {
    margin-right: 40px;
}
.epic-testimonial-item {
    padding: 20px 30px 0;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #cfcede;
    border-radius: 5px;
    transition: .25s ease;
}

.epic-testimonial-item .testimonial-user {
    border-top: 1px solid #cfcede;
    margin: 20px -30px 0;
    padding: 20px 30px;
}

.epic-testimonial-item .testimonial-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

.epic-testimonial-item .review-stars > i {
    display: inline-block;
    color: #ebbe41;
    font-size: 15px;
}

.epic-testimonial-item .testimonial-text {
    color: #505e6b;
    font-size: 15px;
    line-height: 1.65em;
    margin-top: 15px;
}

.epic-testimonial-item .testimonial-user strong {
    display: block;
    font-weight: bold;
    font-size: 15px;
}

.epic-carousel .slick-dots {
    position: relative;
    bottom: 0;
}

.epic-carousel .slick-dots li {
    width: auto;
    height: auto;
}
.epic-carousel .slick-dots li button {
    border: 0;
    border-radius: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 5px;
    background: #0e0e52;
    transition: .2s ease;
    opacity: 0.2;
}

.epic-carousel .slick-dots li:hover button,
.epic-carousel .slick-dots li.slick-active button {
    opacity: 1;
}

.epic-carousel .slick-dots li button:before {
    content: '';
}

.no-list {
    list-style: none !important;
}

@media (max-width:1024px) {
    .epic-carousel .slick-list {
        margin-right: -30px;
    }
    .epic-carousel .slick-slide {
        margin-right: 30px;
    }
}

@media (max-width:480px) {
    .epic-carousel .slick-list {
        margin-right: 0px;
    }
    .epic-carousel .slick-slide {
        margin-right: 0px;
    }
    .epic-carousel .slick-dots {
        position: relative;
        bottom: -25px;
    }
    .epic-carousel .slick-dots li {
        margin: 0 6px;
    }
    .epic-carousel .slick-dots li button {
        margin: 0;
    }

    .epic-testimonial-item {
        padding: 20px 20px 0;
        margin-bottom: 0;
    }
    .epic-testimonial-item .testimonial-user {
        margin-left: -20px;
        margin-right: -20px;
    }

    .epic-testimonial-item .testimonial-text,
    .epic-testimonial-item .testimonial-user,
    .epic-testimonial-item .testimonial-user strong {
        font-size: 13px;
    }

    .epic-testimonial-item .testimonial-user strong {
        margin-top: 1rem;
    }


}


/* Demo */
.demo-grid.grid {
    margin: 0;
}

.demo-grid.grid:after {
    content: '';
    display: block;
    clear: both;
}

.demo-grid .grid-item {
    float: left;
    padding: 20px;
    width: 25%;
}

.demo-grid .owl-theme .owl-dots,
.demo-grid .owl-theme .owl-nav {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.demo-grid .owl-theme .owl-dots {
    width: 100%;
    position: absolute;
    bottom: 10px;
}

.demo-grid .owl-theme .owl-nav > div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 35px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 21px;
    margin: -20px 0 0 0;
    color: #9AAEC1;
    border: 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    z-index: 20;
    -webkit-box-shadow: 0 0 65px rgba(32, 36, 46, 0.2);
    box-shadow: 0 0 65px rgba(32, 36, 46, 0.2);
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

.demo-grid .owl-theme .owl-nav > div.owl-next {
    right: 0;
    left: auto;
}

.demo-grid .owl-theme .owl-dot span {
    background: transparent;
    border: 2px solid #f5f5f6;
    transition: .2s ease-out;
}

.demo-grid .owl-theme .owl-dots .owl-dot:hover span, .demo-grid .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    border-color: transparent;
}

.demo-grid .grid-image, .demo-grid .grid-submit {
    display: block;
    z-index: 0;
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    box-shadow: 0 30px 80px -30px rgba(0,0,0,1);
}

.demo-grid .grid-image a, .demo-grid .grid-submit a {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.demo-grid .grid-image a:after, .demo-grid .grid-submit a:after {
    content: "";
    background: rgba(32, 36, 46, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transition: .25s;
}

.demo-grid .grid-image:hover a:after,
.demo-grid .grid-image:hover .owl-dots,
.demo-grid .grid-image:hover .owl-nav,
.demo-grid .grid-submit:hover a:after,
.demo-grid .grid-submit:hover .owl-dots,
.demo-grid .grid-submit:hover .owl-nav {
    opacity: 1;
}

.demo-grid .grid-image img, .demo-grid .grid-submit img {
    width: 100%;
}

.demo-grid .grid-link h3 {
    text-decoration: none;
    color: #a0a5ab;
}

.demo-grid .coming-soon .grid-submit {
    background: rgba(255,255,255,0.05);
    border: 2px dashed rgba(255,255,255,0.25);
}

.demo-grid .grid-submit-wrapper i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 100px;
    margin-left: -50px;
    margin-top: -50px;
    color: #d1d6dc;
    opacity: .5;
    transition: .25s;
}

.demo-grid .coming-soon:hover .grid-submit-wrapper i {
    opacity: 1;
}

.demo-grid .ribbon {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: normal;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background: #4222DC;
    z-index: 2;
}

.demo-grid .ribbon span{
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}

.demo-grid .ribbon.new {
    background: #48cc7a;
}

.demo-grid .ribbon.hot {
    background: #EE4266;
}

.demo-grid .ribbon.dark.mode{
    background: #000;
}

.demo-grid .grid-title {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.demo-grid .grid-title h3 {
    margin: 15px auto;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: bold;
}

.demo-grid .grid-title a {
    color: #fff;
}

.demo-grid .grid-title .demo-live-btn{
    display: block;
    position: relative;
    width: 120px;
    font-size: 13px;
    font-weight:500;
    height: 32px;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.35);
}
.demo-grid .demo-live-btn .live-demo-text {
    position: relative;
    display: inline-block;
    color: #fff;
    width: 100%;
    height: 100%;
}
.demo-grid .demo-live-btn .live-demo-text:hover {
    background: rgba(255,255,255,0.1);
}

.demo-grid .demo-live-btn .live-demo-extend-btn {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}
.demo-grid .demo-live-btn:hover .live-demo-extend-btn {
    opacity: 1;
    visibility: visible;
}
.demo-grid .demo-live-btn:hover .live-demo-extend-btn + .live-demo-text {
    display: none;
}

.demo-grid .demo-live-btn .live-demo-extend-btn a {
    display: block;
    flex: 1;
}
.demo-grid .demo-live-btn .live-demo-extend-btn a:hover {
    background: rgba(255, 255, 255, 0.15);
}
.demo-grid .demo-live-btn .live-demo-extend-btn .btn-dark {
    border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.demo-filter {
    width: 100%;
    display: flex;
    z-index: 2;
    position: relative;
}

.demo-filter li {
    padding: .2rem .75rem;
}

.demo-filter li a {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 3px;
    transition: .25s ease;
}

.demo-filter li a:hover {
    color: #fff;
    background: #0096fe;
    text-decoration: none;
}

.demo-filter li.active a {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

@media (max-width:1024px) {
    .demo-grid {
        margin: 30px 5px;
        justify-content: center;
    }

    .demo-grid .grid-title h3 {
        font-size: 16px;
    }

}

@media (max-width:768px) {
    .demo-grid .grid-item {
        width: 50%;
    }

}

@media (max-width:767px) {
    .demo-grid {
        margin-top: 20px;
    }
}

@media (max-width:480px) {
    #demo .grid {
        margin: 20px 0;
    }

    #demo .grid-item {
        width: 100%;
        padding: 10px 15px 15px;
    }

    .demo-filter li {
        padding: 0 4px;
    }

    .demo-filter li a {
        font-size: 10px;
        padding: 0 4px;
    }

}


/* Feature */
.feature-grid.grid:after {
    content: '';
    display: block;
    clear: both; }
.feature-grid .grid-item {
    float: left;
    width: 25%;
    width: 33.333333333%;
    padding: 20px; }
.feature-grid .grid-feature {
    padding: 25px;
    background: #fff;
    box-shadow: 0 15px 45px rgba(4, 49, 99, 0.1);
    position: relative;
    -webkit-transition: .25s;
    transition: .25s; }
.feature-grid .grid-feature:hover {
    box-shadow: 0 15px 45px rgba(4, 49, 99, 0.1), 0 35px 60px rgba(4, 49, 99, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
.feature-grid .grid-feature p {
    color: #505e6b;
    margin-bottom: 15px; }
.feature-grid .grid-title {
    margin-left: 75px; }
.feature-grid .grid-title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0e0e52;
    margin-top: .5em;
    margin-bottom: 15px; }
.feature-grid .grid-icon {
    float: left;
    width: 75px; }
.feature-grid .grid-icon i {
    color: #4222DC;
    font-size: 45px;
    display: inline-block;
    margin: 15px 0; }
@media (max-width: 1024px) {
    .feature-grid .grid-item {
        width: 50%; } }
@media (max-width: 1024px) {
    .feature-grid .grid-title {
        margin-left: 60px; }
    .feature-grid .grid-title h3 {
        font-size: 18px; }
    .feature-grid .grid-icon {
        width: 60px; }
    .feature-grid .grid-icon i {
        font-size: 38px; } }
@media (min-width: 576px) and (max-width: 767px) {
    .feature-grid .grid {
        margin: 0 -40px; } }
@media (max-width: 767px) {
    .feature-grid .grid-item {
        width: 100%; } }
@media (max-width: 480px) {
    .feature-grid .grid-feature {
        padding: 20px 25px; }
    .feature-grid .grid-title {
        margin-left: 0; }
    .feature-grid .grid-icon {
        float: none;
        margin-bottom: 15px; } }