@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0; }

/* OTHER COLORS */
/* FORM ELEMENTS */
/*--======================== MENUBAR --*/
.owl-theme .owl-dots {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  transform: translate(-50%, 0);
  z-index: 99; }
  .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 2px solid #e9ecef;
    border-radius: 50%;
    display: inline-block;
    height: 1.25rem;
    transition: all .36s;
    width: 1.25rem; }
  .owl-theme .owl-dots .owl-dot.active, .owl-theme .owl-dots .owl-dot:focus, .owl-theme .owl-dots .owl-dot:hover {
    border: 0;
    outline: none; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:focus span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #b0117e; }

/*--============== ASPECT RATIO --*/
.ratio_4-3 {
  display: block;
  position: relative; }
  .ratio_4-3:before {
    content: "";
    display: block;
    padding-top: 75%;
    width: 100%; }
  .ratio_4-3 img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%; }

.ratio_3-2 {
  display: block;
  position: relative; }
  .ratio_3-2:before {
    content: "";
    display: block;
    padding-top: 66.6666666667%;
    width: 100%; }
  .ratio_3-2 img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%; }

.ratio_8-5 {
  display: block;
  position: relative; }
  .ratio_8-5:before {
    content: "";
    display: block;
    padding-top: 62.5%;
    width: 100%; }
  .ratio_8-5 img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%; }

.ratio_16-9 {
  display: block;
  position: relative; }
  .ratio_16-9:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%; }
  .ratio_16-9 img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%; }

body ::-webkit-scrollbar {
  height: 6px;
  margin-top: 8px;
  width: 8px; }
body ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15); }
body ::-webkit-scrollbar-thumb {
  background-color: #7E7E7E;
  border-radius: 8px; }

h1,
h2,
h3,
h4,
h5,
p,
span,
label,
input,
li {
  font-family: "Poppins", sans-serif; }

span,
p {
  font-weight: 400; }

.section-padding {
  padding: 50px 0; }

.header {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
  padding: 0.3125rem 0;
  position: sticky;
  position: -webkit-sticky;
  z-index: 1030;
  width: 100%;
  top: 0; }

.header-two .navbar-light .navbar-nav .nav-link {
  color: #000 !important; }

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111;
  -webkit-animation: smoothScroll 1s;
  animation: smoothScroll 1s;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background: #fff !important; }

.sticky .nav-link {
  color: #000 !important; }

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.btn-brand {
  background: #b0117e;
  color: #ffffff; }
  .btn-brand:hover {
    background: #6e2f9f;
    color: #ffffff; }

.btn-neta {
  background: -webkit-gradient(linear, left top, right top, color-stop(26%, #94519f), color-stop(55%, #343886), color-stop(91%, #009fe1));
  background: linear-gradient(90deg, #94519f 26%, #343886 55%, #009fe1 91%);
  color: #ffffff;
  padding: 12px 35px;
  margin-top: 15px;
  border: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }
  .btn-neta:hover {
    color: #ffffff; }

.btn-control-view {
  background: transparent;
  border: 0; }
  .btn-control-view:focus, .btn-control-view:hover {
    border: 0;
    outline: none; }

.neta-selfcheck .wrapper {
  background: #b0117e;
  color: #fff;
  border-radius: 10px;
  min-height: 220px;
  padding: 60px;
  position: relative;
  top: 100px;
  z-index: 1;
  margin-top: -150px; }

.neta-selfcheck .btn-neta {
  background: -webkit-gradient(linear, left top, right top, color-stop(26%, #94519f), color-stop(55%, #343886), color-stop(91%, #009fe1));
  background: linear-gradient(90deg, #94519f 26%, #343886 55%, #009fe1 91%);
  padding: 12px 30px;
  border: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background: #fff;
  white-space: nowrap; }

.neta-selfcheck .btn-neta a {
  color: #fff;
  font-size: 18px; }

.neta-selfcheck .btn-neta a {
  color: #b0117e; }

.neta-selfcheck h3 {
  font-weight: 600; }

footer {
  position: relative;
  color: #fff;
  background: #041936;
  padding: 60px 0;
  padding-top: 150px; }

footer .acknowledge {
  padding-top: 15px;
  border-top: 1px solid #9c9c9c; }

footer .acknowledge p {
  font-size: 13px;
  color: #9c9c9c;
  font-style: italic; }

footer h5 {
  padding-bottom: 20px; }

footer a {
  color: #fff; }

footer li {
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 15px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

footer li:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  padding-left: 6px;
  color: #b0117e; }

footer .copyright {
  font-size: 13px;
  padding-top: 30px;
  color: #9c9c9c; }

footer .social-links img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

footer .social-links img:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

body {
  background: #f6f9fb;
  color: #000; }

.top-nav {
  min-height: 40px;
  padding: 5px 0;
  width: 100%;
  background: #6e2f9f; }

.top-nav span {
  color: #fff;
  font-size: 0.8rem; }

.top-nav .neta-auth a {
  color: #fff;
  font-weight: 200; }

.top-nav .social-links img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 30px; }

.top-nav .social-links img:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer; }

header {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff; }

header .bg-light {
  background-color: transparent !important;
  width: 100%;
  padding: 0; }

header .bg-light .cart {
  position: relative; }

header .bg-light .cart h5 {
  background: #b61616;
  border-radius: 50%;
  color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5; }

header .bg-light .nav-item {
  padding: 0 15px; }

header .bg-light .nav-item .active {
  color: #b0117e !important;
  position: relative; }

header .bg-light .nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 500; }

header .bg-light .nav-link:hover {
  color: #b0117e !important;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

header .bg-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  padding: 0; }

.neta-dropdown {
  position: relative; }

.neta-dropdown__menu {
  position: absolute;
  top: 60px;
  left: 0;
  background: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  min-width: 150px; }

.neta-dropdown__menu {
  min-width: 250px; }
  .neta-dropdown__menu li {
    color: #000;
    cursor: pointer;
    padding: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all; }
    .neta-dropdown__menu li a {
      background: #ffffff;
      display: block;
      line-height: 1.35;
      padding: .75rem 1rem; }
      .neta-dropdown__menu li a:hover {
        background: #b0117e;
        color: #fff;
        -webkit-transition: 0.5s all;
        transition: 0.5s all; }

.neta-dropdown__menu li a {
  color: #000; }

.neta-dropdown__menu-item {
  position: absolute;
  top: 0;
  right: -160px;
  background: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  min-width: 150px; }

.neta-dropdown__menu:hover .neta-dropdown__menu-item {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.neta-dropdown__menu:hover__item {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.neta-dropdown:hover .neta-dropdown__menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.neta-dropdown .dropdown-last__item {
  position: absolute;
  bottom: -50px;
  right: -163px;
  background: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  min-width: 150px; }

.neta-dropdown .dropdown-last:hover .dropdown-last__item {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.neta-search li {
  margin-right: 15px; }

.neta-search__box {
  position: relative;
  margin-right: 30px !important; }

.neta-search__box img {
  position: absolute;
  right: 0; }

.neta-search input {
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 14px;
  font-weight: 200; }

.neta-search input:focus {
  outline: 0; }

.neta-banner .owl-dots {
  bottom: 40px;
  top: initial; }

.neta-banner .owl-next span {
  font-size: 0;
  position: absolute;
  top: 40%;
  right: 50px; }

.neta-banner .owl-next span::before {
  content: url(../../img/left.svg); }

.neta-banner .owl-prev span {
  font-size: 0;
  position: absolute;
  top: 40%;
  left: 50px; }

.neta-banner .owl-prev span::before {
  content: url(../../img/arrow.svg); }

.neta-banner .btn-neta {
  background: -webkit-gradient(linear, left top, right top, color-stop(26%, #94519f), color-stop(55%, #343886), color-stop(91%, #009fe1));
  background: linear-gradient(90deg, #94519f 26%, #343886 55%, #009fe1 91%);
  color: #ffffff;
  padding: 12px 35px;
  border: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  white-space: nowrap; }

.neta-banner .btn-neta a {
  color: #fff;
  font-size: 18px; }

.neta-banner {
  position: relative; }
  .neta-banner .content-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .neta-banner .banner-content {
    width: 65%; }
  .neta-banner h1 {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0; }
  .neta-banner h5 {
    font-weight: 400; }
  .neta-banner .item {
    position: relative; }
    .neta-banner .item .img-fade {
      background: -webkit-gradient(linear, left top, right top, from(rgba(179, 176, 176, 0.45)), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(90deg, rgba(179, 176, 176, 0.45), rgba(0, 0, 0, 0));
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .neta-banner .item .neta-bg {
      height: 480px;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .neta-banner .btn-grp {
    align-items: center;
    display: flex;
    grid-gap: 4px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    /*&:before {
        content: '\f04c';
        font-size: .65rem;
    }*/ }
    .neta-banner .btn-grp a {
      background: #6e2f9f;
      border: 0;
      border-radius: .15rem;
      color: #ffffff;
      line-height: 32px;
      height: 32px;
      text-align: center;
      width: 32px; }
    .neta-banner .btn-grp .play {
      display: none; }

.neta-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .neta-play img {
    width: 67px;
    position: relative; }
  .neta-play span {
    color: #0791D4;
    margin-left: 15px;
    white-space: nowrap; }

.neta-slog {
  background: url(../../img/gdt.png) center center/cover;
  padding: 70px 0; }
  .neta-slog li {
    color: #fff;
    font-size: 62px;
    font-weight: 600;
    white-space: nowrap; }
  .neta-slog #vticker {
    width: 100% !important; }
  .neta-slog h2 {
    color: #deeeff;
    font-weight: 600;
    font-size: 42px;
    margin-bottom: -10px; }
  .neta-slog p {
    color: #fff;
    margin-bottom: 0; }
  .neta-slog .btn-neta {
    background: -webkit-gradient(linear, left top, right top, color-stop(26%, #94519f), color-stop(55%, #343886), color-stop(91%, #009fe1));
    background: linear-gradient(90deg, #94519f 26%, #343886 55%, #009fe1 91%);
    padding: 12px 35px;
    margin-top: 15px;
    border: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    background: #fff; }
    .neta-slog .btn-neta a {
      color: #b0117e;
      font-size: 18px; }

.neta-slog__content {
  font-weight: 800; }

.neta-courses__content {
  padding-bottom: 80px; }

.neta-courses h5 {
  border-left: 6px solid #b0117e;
  padding-left: 15px;
  margin-bottom: 30px; }

.neta-courses .btn-neta {
  background: -webkit-gradient(linear, left top, right top, color-stop(26%, #94519f), color-stop(55%, #343886), color-stop(91%, #009fe1));
  background: linear-gradient(90deg, #94519f 26%, #343886 55%, #009fe1 91%);
  padding: 12px 35px;
  margin-top: 15px;
  border: 0;
  color: white !important;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.neta-courses .btn-neta a {
  color: #fff;
  font-size: 18px; }

.neta-courses .course-img {
  position: relative; }

.neta-courses .course-img::after {
  content: url("../../img/blob.png");
  position: absolute;
  right: -55px;
  top: 50px;
  z-index: -10; }

.neta-courses .course-img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover; }

.neta-courses .course-img-rev {
  position: relative; }

.neta-courses .course-img-rev::after {
  content: url("../../img/blob.png");
  position: absolute;
  left: -55px;
  top: 50px;
  z-index: -10; }

.neta-career {
  background: #fff;
  padding-bottom: 60px; }

.neta-career__content {
  position: relative;
  width: 100%;
  height: 188px;
  border-radius: 4px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  overflow: hidden;
  cursor: pointer; }

.neta-career__content:hover .career-bg img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.neta-career__content figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px; }

.neta-career__content figure img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.neta-career__content figure .img-fade1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #2c109e), to(#00a8ae));
  background: linear-gradient(to right, #2c109e 30%, #00a8ae); }

.neta-career__content figure .img-fade2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #00ecb4), to(#01cf38));
  background: linear-gradient(to right, #00ecb4 30%, #01cf38); }

.neta-career__content figure .img-fade3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #93009e), to(#8815c9));
  background: linear-gradient(to right, #93009e 30%, #8815c9); }

.neta-career__content figure figcaption {
  position: absolute;
  top: 30px;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%; }

.neta-career__content figure figcaption p {
  line-height: 1.2;
  padding-top: 15px; }

.neta-demo {
  background: url("../../img/adm.png") center center/cover fixed !important; }

.neta-ribbon {
  overflow: hidden;
  position: relative; }
  .neta-ribbon:after {
    background: #6e2f9f;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 2; }
  .neta-ribbon ul {
    margin: .25rem 0 0; }
  .neta-ribbon img, .neta-ribbon__media {
    height: auto;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1; }
  .neta-ribbon__content {
    left: 0;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    z-index: 3; }
    .neta-ribbon__content a {
      color: #fff; }
  .neta-ribbon .container, .neta-ribbon .container-fluid {
    position: relative;
    height: 200px;
    width: 100%; }

.ttl-line {
  margin-bottom: 30px; }
  .ttl-line:after {
    content: "";
    display: block;
    background: #6e2f9f;
    width: 60px;
    height: 6px;
    margin-top: 12px; }

.block-title h2 {
  font-size: 24px;
  margin-bottom: 0; }
.block-title p {
  margin: .35rem 0 0; }

.neta-about .neta-mv h6 {
  color: #b0117e;
  font-size: 18px;
  margin-top: 30px; }

.neta-about .enrol-cpd {
  background: #b0117e;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 4px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer; }

.neta-about .enrol-cpd:hover {
  background: #6e2f9f;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.neta-team__box {
  width: 100%;
  height: 400px;
  border-radius: 4px;
  cursor: pointer;
  position: relative; }
  .neta-team__box .team-excerpt {
    background: #ffffff;
    box-shadow: 0 0 5px #dedede;
    color: #999;
    display: none;
    font-size: .85rem;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100%;
    z-index: 1; }
    .neta-team__box .team-excerpt p {
      margin: 0; }
  .neta-team__box button {
    color: #dee2e6;
    font-weight: 500;
    margin-top: 1.25rem; }

.neta-team__box:hover figcaption {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.neta-team__box:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.neta-team__box img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.neta-team__box .img-fade {
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%), to(rgba(14, 13, 13, 0.9)));
  background: linear-gradient(transparent, 70%, rgba(14, 13, 13, 0.9));
  width: 100%;
  height: 100%;
  border-radius: 4px; }

.neta-team__box figcaption {
  bottom: 15px;
  color: #fff;
  left: 0;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }
  .neta-team__box figcaption h5 {
    flex-direction: column;
    display: flex;
    height: 48px;
    justify-content: flex-end; }
  .neta-team__box figcaption p {
    flex-direction: column;
    display: flex;
    height: 48px;
    justify-content: flex-start;
    margin: .2rem 0 0; }

.neta-team__box figcaption p {
  color: #b9b9b9; }

.neta-contact {
  margin-bottom: 30px; }

.neta-contact__form {
  background: #fff;
  padding: 30px;
  width: 100%;
  border-radius: 4px; }
  .neta-contact__form P {
    margin-bottom: .5rem; }
    .neta-contact__form P:last-child {
      margin-bottom: 0; }

.neta-contact span {
  color: #b0117e;
  padding-right: 20px; }

.neta-contact span i {
  font-size: 24px; }

.neta-contact li {
  border-bottom: 1px solid #dedede;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.neta-contact li p {
  color: #1158b0;
  padding-left: 8px;
  margin-bottom: 0; }

.neta-contact form .form-group input {
  min-height: 52px; }

.neta-contact form ::-webkit-input-placeholder {
  color: #b1b1b1; }

.neta-contact form :-ms-input-placeholder {
  color: #b1b1b1; }

.neta-contact form ::-ms-input-placeholder {
  color: #b1b1b1; }

.neta-contact form ::placeholder {
  color: #b1b1b1; }

.neta-contact form .form-group {
  margin-bottom: 30px; }

.neta-contact form textarea {
  min-height: 180px; }

.neta-contact form .btn-neta a {
  color: #fff;
  font-size: 18px; }

.neta-map iframe {
  margin-bottom: -75px; }

.neta-login label {
  font-size: 14px;
  font-weight: 500; }

.neta-login .neta-contact__form p {
  padding-bottom: 20px; }

.courses-wrap .neta-email {
  color: #b0117e; }

.courses-wrap .course-iframe {
  margin: 20px 0; }

.courses-wrap__content h6 {
  color: #07264e;
  margin-top: 30px;
  font-size: 18px; }

.courses-wrap__content .oba-l1 li {
  margin-bottom: 15px; }

.courses-wrap__content .oba-l1 li span {
  margin-right: 10px;
  background: #b0127e;
  padding: 5px;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 1; }

.courses-wrap__content .oba-l2 i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #07264e;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  padding-left: 2px;
  margin-right: 10px;
  margin-bottom: 10px; }

.courses-wrap__content .b-line {
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px; }

.courses-wrap__content .b-line:nth-last-child(1) {
  border-bottom: 0; }

.courses-wrap .text-highlight {
  color: #feb049; }

.courses-wrap .course-summary {
  background: url("../../img/cs.png") center center/cover;
  border-radius: 4px;
  padding: 30px;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-bottom: 30px; }

.courses-wrap .course-summary P {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 200; }

.courses-wrap .course-summary li {
  border-bottom: 1px solid #989898;
  margin-bottom: 5px; }

.courses-wrap .course-summary li:nth-last-child(1) {
  border-bottom: 0; }

.courses-wrap .course-summary h6 {
  padding-bottom: 15px; }

.courses-wrap .course-summary button {
  background: #b0127e;
  padding: 15px 0; }

.courses-wrap .course-summary button a {
  color: #fff; }

.courses-wrap .course-summary .ttl-line:after {
  content: "";
  background: #b0117e; }

.courses-wrap .course-enrolment__content {
  background: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 4px;
  margin: 20px 0;
  min-height: 210px; }

.courses-wrap .course-enrolment__content p {
  color: #b0117e;
  font-weight: 500;
  font-size: 14px; }

.courses-wrap .course-enrolment__content h2 {
  font-weight: 600;
  margin-bottom: 0; }

.courses-wrap .course-enrolment__content span {
  color: #b3abab;
  font-size: 11px; }

.courses-wrap .course-enrolment__content .btn {
  background: #b0117e;
  color: #ffffff;
  margin-top: 30px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.courses-wrap .course-enrolment__content .btn a {
  color: #fff; }

.courses-wrap .course-enrolment__content .btn:hover {
  background: #6e2f9f;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.courses-wrap .course-enrolment__content .btn:hover a {
  color: #fff; }

.courses-wrap .course-enrolment .demo {
  background: #575c63;
  margin-top: 10px; }

.courses-wrap .intake-date__content {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px; }

.courses-wrap .intake-date__content h4 {
  margin-bottom: 0; }

.courses-wrap .intake-date__content img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.courses-wrap .intake-date__content ul {
  font-size: 13px; }

.courses-wrap .intake-date__content ul p {
  margin-bottom: 0;
  font-weight: 500; }

.courses-wrap .intake-date__content ul li {
  margin-right: 15px;
  border-right: 1px solid #dedede;
  padding-right: 10px; }

.courses-wrap .intake-date__content ul li:nth-last-child(1) {
  border-right: 0; }

.courses-wrap .intake-date__content ul span {
  color: #aba6a6; }

.courses-wrap .intake-date__content .btn {
  background: #b0117e;
  margin-top: 30px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.courses-wrap .intake-date__content .btn a {
  color: #fff; }

.courses-wrap .intake-date__content .btn:hover {
  background: #6e2f9f;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.courses-wrap .intake-date__content .btn:hover a {
  color: #fff; }

.courses-wrap .c-blt h6 {
  color: #b0117e; }

.courses-wrap .c-blt li {
  margin-bottom: 10px; }

.courses-wrap .c-blt li:before {
  content: url(../../img/tick.svg);
  position: relative;
  top: 5px;
  margin-right: 20px; }

.course-row {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr); }

.neta-catlog {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px; }

.neta-catlog img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover; }

.neta-catlog figcaption {
  padding: 15px; }

.neta-catlog figcaption p {
  font-weight: 500;
  line-height: 1.2;
  display: block;
  margin-bottom: 0; }

.neta-catlog figcaption span {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 10px; }

.neta-catlog .btn {
  background: #b0117e;
  margin-top: 30px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.neta-catlog .btn a {
  color: #fff; }

.neta-catlog .btn:hover {
  background: #6e2f9f;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.neta-catlog .btn:hover a {
  color: #fff; }

.neta-dashboard .neta-message thead {
  background: #f1f1f1; }

.neta-dashboard .neta-message form {
  display: none; }

.neta-dashboard .neta-message .message-table {
  clear: both; }

.neta-dashboard .neta-message textarea {
  height: 120px; }

.neta-dashboard .neta-message span {
  font-size: 14px;
  color: #b0117e; }

.neta-dashboard .profile-tab .neta-field label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500; }

.neta-dashboard .profile-tab .neta-field i {
  position: absolute;
  right: 20px;
  top: 32px;
  color: #b0117e; }

.neta-dashboard .profile-tab .neta-field .form-group {
  margin-bottom: 20px; }

.neta-dashboard .profile-tab .nav-link {
  align-items: center;
  color: #313030;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  grid-gap: 6px;
  line-height: 1.25;
  justify-content: space-between;
  padding: .75rem 1rem;
  position: relative; }
  .neta-dashboard .profile-tab .nav-link:after {
    content: "\f105";
    font-family: fontawesome;
    color: inherit;
    font-size: 20px;
    line-height: 1.25; }
.neta-dashboard .profile-tab .nav-link.active {
  background: rgba(176, 17, 126, 0.25);
  border-radius: 0;
  color: #b0117e;
  font-weight: 600; }
  .neta-dashboard .profile-tab .nav-link.active i {
    color: #fff; }
.neta-dashboard .profile-tab .nav {
  background: #fff; }
  .neta-dashboard .profile-tab .nav i {
    position: relative;
    top: 7px;
    margin-right: 10px;
    color: #b0117e; }

.neta-dashboard .profile-tab .tab-content {
  background: #fff;
  padding: 30px;
  min-height: 475px;
  border-radius: 4px; }

.neta-dashboard .profile-tab .ed-profile {
  text-align: center; }

.neta-dashboard .profile-tab .ed-profile p {
  margin-bottom: 15px; }

.neta-dashboard .profile-tab .ed-profile img {
  width: 142px;
  height: 142px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-top: 20px;
  position: relative; }

.neta-dashboard .profile-tab .ed-profile input {
  visibility: hidden; }

.neta-dashboard .profile-tab .ed-profile input:after {
  content: url("../img/camera.svg");
  position: absolute;
  z-index: 1;
  visibility: visible;
  right: 15px;
  top: 100px; }

.neta-dashboard .profile-tab .bf-book-field {
  border-bottom: 0 !important; }

.neta-dashboard .tp-list {
  margin: 15px 0;
  border-bottom: 1px solid #e8e8e8; }

.neta-dashboard .tp-list img {
  margin: auto;
  display: block; }

.neta-dashboard .tp-list thead {
  background: #b0117e;
  color: #fff; }

.neta-dashboard .tp-list__desc h5 {
  font-size: 16px;
  margin-bottom: 0; }

.neta-dashboard .tp-list__desc span {
  font-size: 14px;
  color: #b0117e; }

.neta-dashboard .tp-list__desc a {
  padding-top: 5px; }

.neta-dashboard .tp-list .col-sm-4 img {
  height: 95px;
  width: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover; }

.neta-dashboard .change-password ul {
  padding-left: 20px; }

.neta-dashboard .change-password ul li {
  font-weight: 200;
  font-size: 14px;
  padding: 2px 0; }

.neta-dashboard .auth-box {
  background: #fff;
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 4px; }

.neta-dashboard .auth-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 10px; }

.neta-dashboard .auth-box P {
  margin-bottom: 0;
  color: #b5b5b5;
  font-size: 14px; }

.neta-quiz .btn {
  background: #b0117e;
  margin-top: 30px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.neta-quiz .btn a {
  color: #fff; }

.neta-quiz .btn:hover {
  background: #6e2f9f;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.neta-quiz .btn:hover a {
  color: #fff; }

.neta-quiz .e-btn {
  height: 45px; }

.neta-quiz .d-btn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px; }

.neta-quiz .fs-title {
  color: #b0117e; }

.neta-quiz p {
  color: #000; }

.neta-quiz label {
  color: #000;
  font-size: 14px; }

.neta-quiz .e-input {
  align-items: flex-start;
  display: flex;
  grid-gap: 8px;
  margin-bottom: 15px; }
  .neta-quiz .e-input input[type=checkbox], .neta-quiz .e-input input[type=radio] {
    /* height: 20px;
    width: 20px; */
    zoom:1.8;
   }
  .neta-quiz .e-input label {
    margin: 0; }

.neta-quiz .quiz-score {
  border: 1px solid #b0117e;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px; }

.neta-quiz .quiz-score span {
  padding-left: 10px; }

.neta-quiz .quiz-score h2 {
  color: #000; }

.neta-quiz .b-line {
  padding-bottom: 20px; }

.neta-quiz .answer-sheet span {
  font-size: 14px;
  padding-right: 0;
  color: #000;
  padding-bottom: 15px;
  display: block; }

.neta-agent__content {
  background: #fff;
  border-radius: 4px;
  height: calc(100% - 40px);
  min-height: 300px;
  padding: 20px;
  margin-bottom: 40px;
  width: 100%; }

.neta-agent__content h5 {
  color: #b0117e;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  font-size: 18px; }

.neta-agent__content ul li {
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px; }

.neta-agent__content ul li:nth-last-child(1) {
  border-bottom: 0; }

.neta-agent__content ul i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #6e2f9f;
  text-align: center;
  line-height: 1.4;
  color: #6e2f9f;
  margin-right: 10px;
  margin-bottom: 10px;
  position: absolute; }

.neta-agent__content ul span {
  margin-left: 40px;
  display: block;
  margin-bottom: 10px; }

.neta-invoice .b-line {
  margin: 25px 0; }

.neta-invoice__wrap {
  background: #fff;
  padding: 30px;
  margin: 30px 0;
  width: 100%; }

.neta-invoice__header {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px; }

.neta-invoice .pay-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.neta-invoice .pay-box ul {
  background: #f1f1f1;
  margin: 10px;
  padding: 30px;
  text-align: center; }

.neta-invoice .pay-box .p-pay {
  background: #808a94;
  color: #fff; }

.neta-invoice__total td {
  font-weight: 500;
  border: 0;
  padding: 5px; }

.neta-invoice__total .t-top td {
  border-top: 1px solid #dedede; }

.neta-invoice__total .t-top .f-bold {
  font-size: 24px;
  font-weight: 600; }

.neta-invoice .bank-detail {
  margin: 30px 0; }

a {
  text-decoration: none !important; }

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: 0 !important; }

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  padding: 0 12px; }

.navbar-brand {
  display: block; }
  .navbar-brand img {
    display: block;
    height: 68px;
    width: auto; }

.neta-head p {
  padding: 0 80px;
  padding-top: 5px; }

.neta-vid {
  padding: 60px 0; }

.neta-enrolment li {
  padding: 0 !important; }

.neta-enrolment select {
  min-height: 52px; }

.neta-rect:before {
  content: "";
  background: #b0117e;
  width: 170px;
  height: 170px;
  position: absolute;
  top: -15px;
  left: 0px;
  z-index: -10;
  opacity: 0.5; }

.b-line {
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px; }

.student-hub .b-line {
  padding: 20px 0; }

.student-hub span {
  padding-bottom: 15px;
  display: block;
  color: #feb049; }

.nx-detail h6 {
  color: #b0117e; }

.nx-detail span {
  padding-top: 15px; }

.nx-detail .b-line {
  padding: 0; }

.nx-detail .btn {
  background: #b0117e;
  margin-top: 30px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.nx-detail .btn a {
  color: #fff; }

.nx-detail .btn:hover {
  background: #6e2f9f;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.nx-detail .btn:hover a {
  color: #fff; }

.nx-detail .course-day li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.nx-detail .course-day li:nth-last-child(1) {
  border-bottom: 0; }

.nx-detail .course-day .neta-videos {
  margin-bottom: 15px; }

.nx-detail .course-day .neta-videos iframe {
  height: 180px; }

.neta-fees h5 {
  padding-bottom: 20px; }

.neta-fees h5 span {
  color: #b0117e;
  font-size: 30px;
  padding-left: 10px;
  font-weight: 600; }

.neta-fees .b-line {
  padding-bottom: 20px; }

.neta-fees .b-line p {
  margin-bottom: 0; }

.neta-fees .b-line span {
  font-weight: 600;
  font-size: 16px;
  padding-top: 10px;
  color: #b0117e; }

.neta-bullet ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.neta-bullet ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px; }

.neta-bullet ul li:before {
  content: ">";
  background: #120f4a;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  padding-left: 2px; }

.neta-eml {
  color: #4d7ae0; }

.neta-pplan table {
  background: #fff; }

.my-courses {
  margin-bottom: 30px; }

.my-courses__list {
  border-radius: 4px;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer; }

.my-courses__list:hover {
  background: #b0117e;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #fff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px); }

.my-courses__list:hover a {
  color: #fff; }

.my-courses__list:hover .btn {
  background: #fff;
  color: #000; }

.my-courses__list:hover .btn:hover {
  color: #fff; }

.my-courses__list h5 {
  font-size: 16px; }

.my-courses__list span {
  padding-bottom: 0; }

.my-courses__list .list-content {
  padding: 20px; }

.my-courses__list .btn {
  background: #b0117e;
  margin-top: 30px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.my-courses__list .btn a {
  color: #fff; }

.my-courses__list .btn:hover {
  background: #6e2f9f;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.my-courses__list .btn:hover a {
  color: #fff; }

.my-courses__list .e-btn {
  margin-top: 0;
  color: #fff; }

.neta-payment {
  color: #000 !important; }

.neta-payment table {
  font-size: 18px; }

.neta-payment .form-group {
  margin-bottom: 15px !important; }

.neta-payment .total {
  font-weight: 700; }

.neta-payment .payment-method img {
  background: #929292; }

.neta-payment .order-summary {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px; }

.neta-payment .order-summary label {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500; }

.neta-payment .order-summary label span {
  color: #f32929;
  font-size: 16px; }

.neta-payment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.neta-payment ul li {
  border-bottom: 0; }

.neta-payment tr,
.neta-payment td {
  border: 0; }

.neta-payment
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
  margin-right: 20px; }

.neta-payment .dropdown-toggle {
  min-height: 52px; }

.demo-quiz h6 {
  padding: 10px 0; }

.demo-quiz .form-card {
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  margin: 20px 0; }

.demo-quiz .demo-ans {
  min-height: 120px;
  border-radius: 4px;
  margin: 15px 0;
  display: none; }

.demo-quiz .demo-ans .correct {
  background: rgba(191, 191, 191, 0.3);
  padding: 15px;
  border-radius: 4px; }

.demo-quiz button {
  border: 0; }

#grad1 .btn {
  background: #b0117e;
  margin-top: 30px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

#grad1 .btn a {
  color: #fff; }

#grad1 .btn:hover {
  background: #6e2f9f;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

#grad1 .btn:hover a {
  color: #fff; }

#grad1 .btn {
  margin-top: -5px !important; }

#grad1 .previous {
  background: #a09e9e; }

.neta-lesson .lesson-desc {
  background: #fff;
  padding: 20px;
  border-radius: 4px; }

.neta-lesson .lesson-parts {
  margin: 20px 0;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px; }

.neta-lesson .lesson-parts:nth-last-child(1) {
  border-bottom: 0 !important; }

.neta-lesson h5 {
  font-size: 18px;
  color: #6e2f9f; }

.neta-lesson span {
  display: inline-block; }

.neta-lesson .card {
  margin-bottom: 8px; }

.neta-lesson .card-header {
  padding: 10px;
  background: #f6f9fb;
  border-radius: 4px; }

.neta-lesson .card-header .title {
  font-size: 16px;
  color: #b0127e;
  font-weight: 500; }

.neta-lesson .card-body {
  padding: 15px;
  background: #f6f9fb; }

.neta-lesson a {
  display: block;
  color: #429bc5 !important; }

.neta-lesson .btn {
  background: #b0117e;
  margin-top: 30px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.neta-lesson .btn a {
  color: #fff; }

.neta-lesson .btn:hover {
  background: #6e2f9f;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.neta-lesson .btn:hover a {
  color: #fff; }

.neta-lesson .btn {
  color: #fff;
  margin: 15px 0; }

.neta-user {
  position: relative; }

.neta-user .user li:hover {
  color: #b0117e; }

.neta-user .user ul {
  background: #fff;
  -webkit-box-shadow: 0 0 5px #dedede;
  box-shadow: 0 0 5px #dedede;
  cursor: pointer;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 150px;
  z-index: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.neta-user .user ul li {
  padding: 5px 0; }

.neta-user .user ul.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
  margin-right: 20px; }

.neta-user .dropdown-toggle {
  min-height: 52px; }

.mocktest .e-input {
  padding-bottom: 15px; }

.neta-resources h6 {
  color: #b0117e; }

.neta-resources .resource-box {
  background: white;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 30px; }

.neta-resources .downloads {
  float: right;
  padding-top: 20px; }

.neta-resources .downloads a {
  padding-right: 10px; }

.neta-resources .downloads .fa-file-pdf-o {
  color: #f51e1e; }

.neta-resources .downloads .fa-file-video-o {
  color: #67b4ea; }

.neta-blog img {
  width: 100%;
  height: 260px;
  object-fit: cover; }

.neta-blog-card {
  margin-bottom: 30px !important;
  padding: 0 !important; }

.neta-blog-img,
.neta-blog-card {
  overflow: hidden; }

.neta-blog-card:hover img {
  transform: scale(1.2);
  transition: 0.5s all; }

.neta-blog-card img {
  transform: scale(1);
  transition: 0.5s all; }

.neta-gallery .neta-gallery-img img {
  width: 100%;
  height: 260px;
  object-fit: cover; }

.neta-gallery-img {
  overflow: hidden;
  margin-top: 30px;
  display: block; }

.neta-gallery-img:hover img {
  transform: scale(1.2);
  transition: 0.5s all; }

.neta-gallery-img img {
  transform: scale(1);
  transition: 0.5s all; }

.neta-blog-dtl-img {
  overflow: hidden; }

.neta-blog-dtl-img:hover img {
  transform: scale(1.2);
  transition: 0.5s all; }

.neta-blog-dtl-img img {
  transform: scale(1);
  transition: 0.5s all;
  width: 100%;
  height: 650px;
  object-fit: cover; }

.neta-gallery .neta-gallery-img img {
  width: 100%;
  height: 260px;
  object-fit: cover; }

.share-icons a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-size: 18px; }

.share-icons a i.fa-facebook {
  background-color: #3b5998;
  margin-right: 12px; }

.share-icons a i.fa-twitter {
  background-color: #55acee; }

.share-now {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

a.neta-gallery__card:hover {
  color: #333; }

.blog-content dl,
ol,
ul {
  padding-left: 30px; }

.blog-content img {
  width: auto; }

.blog-block {
  background-color: #fff; }

.neta-forum-tags ul li a {
  background-color: #fff;
  padding: 10px 16px;
  margin-right: 20px;
  display: block; }

.neta-forum-item {
  padding: 24px;
  background-color: #fff;
  margin-top: 30px; }

.neta-forum-item p {
  color: #333;
  font-size: 15px;
  margin-bottom: 0; }

.entry-meta span {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  color: #888; }

.entry-meta span i {
  padding-right: 4px; }

.neta-forum-dtl-block {
  background-color: #fff; }

.neta-forum-detail {
  padding: 24px;
  border-bottom: 1px solid #ececec;
  background-color: #fff; }

.forum-user {
  margin-bottom: 20px; }

.forum-user img {
  width: 60px;
  height: 60px;
  border-radius: 500rem;
  object-fit: cover; }

.forum-user-content h5 {
  font-size: 16px;
  font-weight: 600;
  color: #444; }

.forum-user-content span {
  font-size: 14px;
  color: #888; }

.neta-forum-detail p {
  margin-bottom: 0;
  color: #555; }

.neta-team-img img {
  width: 100%;
  height: 260px;
  object-fit: cover; }

.neta-team-card {
  height: calc(100% - 30px);
  text-align: center;
  margin-bottom: 30px !important; }

.neta-team-card span {
  color: #999;
  font-size: 14px; }

.neta-team-card a {
  color: #888 !important; }

.neta-team-desc {
  margin-top: 16px; }

.neta-team-desc svg {
  fill: #888; }

.neta-team-desc .card {
  color: #666; }

.testimonial-item p {
  color: #666;
  line-height: 1.85; }
.testimonial-item .testimonial-item_img {
  margin-bottom: 1.75rem; }
  .testimonial-item .testimonial-item_img img {
    width: 90px !important;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto; }

.team-testimonial {
  background-color: #fff;
  padding: 50px 0 76px; }
  .team-testimonial .card {
    margin-bottom: 0; }

.nav-tabs {
  margin-bottom: 30px; }

.neta-team .neta-team__box {
  margin-top: 30px; }

label {
  color: #7E7E7E; }

.sticky-top--nav {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: calc(calc(68px + 0.3125rem*2) + 20px); }

.block-title {
  align-items: center;
  display: flex;
  grid-gap: 12px;
  justify-content: space-between;
  margin-bottom: 1.25rem; }

.cta {
  background: #262626;
  color: #e9ecef;
  padding: 50px 0; }
  .cta h2, .cta h3, .cta h4, .cta h5, .cta h6 {
    color: #f8f9fa;
    font-weight: 600; }
  .cta ul li, .cta p, .cta span {
    color: inherit;
    font-size: 1rem; }
  .cta-light {
    background: #e9ecef;
    color: #646161; }
    .cta-light h2, .cta-light h3, .cta-light h4, .cta-light h5, .cta-light h6 {
      color: #5C5C5C; }
    .cta-light ul li, .cta-light p, .cta-light span {
      color: inherit; }

.cta-download {
  background: url(../../img/dl.png) center center/cover; }

.layout-content {
  background: #ffffff;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 30px; }

.table_wrapper {
  overflow-x: auto; }

.table-course-plan {
  background: #ffffff;
  padding: 1.25rem;
  width: 100%; }

.list-quick-links {
  bottom: 100px;
  list-style: none;
  margin: 0;
  position: fixed;
  right: 30px;
  z-index: 1030; }
  .list-quick-links li a {
    background: #b0117e;
    border-radius: 40px;
    color: #ffffff;
    display: inline-flex;
    margin-top: 0.5rem;
    padding: .75rem 1.25rem;
    transition: all .36s;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.12); }
    .list-quick-links li a i {
      margin-right: .5rem; }
    .list-quick-links li a:hover {
      background: #990f6d; }

.dropdown-right .neta-dropdown__menu {
  left: initial;
  right: 0; }

.section-dark {
  color: #e9ecef; }
  .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6 {
    color: #f8f9fa;
    font-weight: 600; }
  .section-dark ul li, .section-dark p, .section-dark span {
    color: inherit;
    font-size: 1rem; }

/*# sourceMappingURL=style.css.map */
