.gradient-bg {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.default-button {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.default-button:hover {
  -webkit-box-shadow: 0 0 10px #ee0979;
          box-shadow: 0 0 10px #ee0979;
}

.section-title h2::after {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.section-title h2::before {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

/* Preloader style */
.preloader-wrap {
  background: #fff none repeat scroll 0 0;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.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, 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, 0.1);
  }
  25% {
    background: #ee0979;
    background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
    background: linear-gradient(to right, navy, green);
    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, 0.1);
  }
}

@keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
  25% {
    background: #ee0979;
    background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
    background: linear-gradient(to right, navy, green);
    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, 0.1);
  }
}

/* End Preloader style */
@media only screen and (min-width: 768px) {
  .top-menu.menu-shrink {
    background: #ee0979;
    background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
    background: linear-gradient(to right, navy, green);
  }
}

.navbar-white .navbar-nav .nav-item .nav-link:focus, .navbar-white .navbar-nav .nav-item .nav-link:hover {
  color: #ee0979 !important;
}

.navbar-white .navbar-nav .nav-item .nav-link::before {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.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: #ee0979 !important;
}

.slider-item-img-bg::before {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.item-img-bg::after {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.homes-bg-img::after {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.particle-bg {
  position: relative;
}

.particle-bg::after {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.video-bg {
  position: relative;
}

.video-bg::after {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.app-about-text h3::after {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.app-about-text ul li i {
  color: #ee0979;
}

.single-hiw-feature i {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.single-hiw-feature i:hover i {
  -webkit-box-shadow: 0 0 10px #ee0979;
          box-shadow: 0 0 10px #ee0979;
}

.video-demo-content::before {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.single-feature::after {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.single-feature .feature-icon {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.counter-stats::after {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.screenshot-item:hover .screenshot-image::before {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.screenshots-modal .close {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.screenshots-modal .close:hover, .screenshots-modal .close:focus {
  -webkit-box-shadow: 0 0 10px #ee0979;
          box-shadow: 0 0 10px #ee0979;
}

.screenshot-details-text .title::after {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.screenshot-details-text ul li i {
  color: #ee0979;
}

.testimonial-section::after {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.testimonial-item .icofont-quote-left {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.testimonial-item .pic {
  -webkit-box-shadow: 0 0 2px #ee0979;
          box-shadow: 0 0 2px #ee0979;
}

.single-price-package .price-header .price-value {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.purchase-btn::before {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.personal-price-package .purchase-btn {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.single-price-package:hover .purchase-btn {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.faq-content .faq-title::before {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.faq-content .faq-title.active {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.accordion__item.active .accordion-header {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.single-member .overlay {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.app-download-section::after {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.single-blog-post .blog-date {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.single-blog-post .blog-title a:hover {
  color: #ee0979;
}

.single-blog-post .post-admin a {
  color: #ee0979;
}

.single-blog-post:hover .read-more-btn {
  color: #ee0979;
}

.single-blog-post-two .blog-title a:hover {
  color: #ee0979;
}

.single-blog-post-two .post_date {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.single-blog-img .single-blog-date {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.post-category .single-category:hover {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.blog-sidebar-title::before {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.comment-title::before {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.popular-tags a:hover {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.pagination-nav li a:hover {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.pagination-nav li.active a {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.top-banner-area::before {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.single-contact-info i {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.error-page-content {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.subscribe-form .subscribe-btn {
  background: #ee0979;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(to right, navy, green);
}

.single-user i {
  color: #ee0979;
}

.screenshot-carousel .owl-prev i,
.screenshot-carousel-two .owl-prev i {
  color: #ee0979;
}

.screenshot-carousel .owl-next i,
.screenshot-carousel-two .owl-next i {
  color: #ee0979;
}

.owl-dots .owl-dot.active span {
  background: #ee0979 !important;
}

.testimonial-carousel .owl-dots .owl-dot.active span {
  background: #ee0979 !important;
}

.single-post-admin a {
  color: #ee0979;
}

.post-tag-media .tag li a {
  color: #ee0979;
}

.post-social-media a:hover {
  color: #ee0979;
}

.search-box .search-btn {
  color: #ee0979;
}

.single-recent-post h5 a:hover {
  color: #ee0979;
}

.all-comments-content .comment .replay {
  color: #ee0979;
}

.comment-form .form-control:hover {
  border-bottom: 1px solid #ee0979;
}

.contact-form .form-control:hover {
  border-bottom: 1px solid #ee0979;
}

.contact-info ul li i {
  color: #ee0979;
}

.error-text .back-btn {
  color: #ee0979;
}

.error-text .back-btn:hover {
  background-color: #ee0979;
}

.back-top-button i {
  color: #ee0979;
}
/*# sourceMappingURL=gradient-color-eight.css.map */