/* You can add global styles to this file, and also import other style files */

/* Importing Bootstrap SCSS file. */

@import "assets/website-assets/css/e93ffd0fd4ff00993878";
@import "assets/website-assets/css/test";

@import "assets/base";

@import "~ngx-toastr/toastr";
@import "~bootstrap/scss/bootstrap";
@import '~ngx-owl-carousel-o/lib/styles/scss/owl.carousel';
@import '~ngx-owl-carousel-o/lib/styles/scss/owl.theme.default';

#toast-container > div {
  opacity: 1;
}

.course__item a {
  text-decoration: none;
}

.course__title a {
  color: black;
}

.header__category a {
  text-decoration: none;
}

.header__category ul li .cat-submenu li > a {
  font-size: 16px;
}

.services__title a {
  color: white;
  text-decoration: none;
}

.breadcrumb {
  background-color: transparent;
}

.insta {
  color: #8a3ab9 !important;
}

.insta:hover {
  color: #fff !important;
  // background: #285da1;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

.linked {
  color: #0e76a8 !important;
}

.linked:hover {
  color: #fff !important;
  background: #0e76a8;
}

.youtube {
  color: #c4302b !important;
}

.youtube:hover {
  color: #fff !important;
  background: #c4302b;
}

.category__item:hover .category__title a {
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
}

.category__item .category__title a {
  color: #000 !important;
  font-weight: 600;
  text-decoration: none;
}

.e-btn {
  background: #00aff0 !important;
}