#header .logo,
footer .logo {
  /* font-family: 'Pacifico', cursive; */
  font-family: "Lobster", cursive;
  font-size: 25px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 6px;
  /* text-transform: uppercase; */
}

#header .logo a,
footer .logo a {
  color: #fff;
}

.polygon-img {
  clip-path: polygon(
    50% 0%,
    83% 12%,
    100% 43%,
    94% 78%,
    68% 100%,
    32% 100%,
    6% 78%,
    0% 43%,
    17% 12%
  );
  -webkit-clip-path: polygon(
    50% 0%,
    83% 12%,
    100% 43%,
    94% 78%,
    68% 100%,
    32% 100%,
    6% 78%,
    0% 43%,
    17% 12%
  );
}

/* course card hover */
.card-gradient {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  transition: 0.5s;
}

.course-card {
  display: block;
}

.course-card:hover .card-gradient .card-title a {
  transition: 0.5s;
}

.course-card:hover .card-gradient {
  transition: 0.5s;
  background: linear-gradient(45deg, #b95ce4, #4f29cd);
  color: #fff;
}
.course-card:hover .card-gradient .card-title {
  color: #fff !important;
}
.course-card:hover .card-footer .card-title p {
  transition: 0.5s;
  color: #fff;
}
.course-card:hover .card-footer .old-price {
  transition: 0.5s;
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.7) !important;
}
/* end course card hover */

/* section-heading */
.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  color: #37517e;
}

.section-title h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.article-post {
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  overflow: hidden;
}

.border-rad-20 {
  border-radius: 20px !important;
}

/* .section-heading-left {
    text-align: left;
    padding-bottom: 30px;
  } */

.section-heading {
  /* text-align: center; */
  padding-bottom: 30px;
}

.section-heading h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-heading h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 60px);
}

.section-heading h3,
.section-heading-center h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  color: #37517e;
}
.section-heading h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  /* left: calc(50% - 20px); */
}
.section-heading-center h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 50px);
}
/* gradient overlay over image */
.gradient-y-overlay-sm-dark::before {
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 1)
  );
}

.bg-header {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* right menu */
a.career-path,
a.enroll {
  position: fixed;
  top: 50%;
  left: calc(100% - 70px);
  background-color: #0eb582;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  padding: 0 20px 0 78px;
  z-index: 99999;
  width: 300px;
  transition: all ease-in-out 0.4s;
  border-radius: 20px 0 0 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 4px 12px 0;
}

a.enroll {
  top: 40%;
  width: 200px;
}

a.career-path:hover,
a.enroll:hover {
  right: 0;
  left: unset;
}

a.career-path:before,
a.enroll:before {
  position: absolute;
  top: 0;
  left: 8px;
  background-image: url("../svg/illustrations/gear.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 47px;
  width: 60px;
  height: 60px;
  content: "";
}

a.enroll:before {
  background-image: url("../svg/illustrations/gear.svg");
  background-size: 38px;
}

/* a.career-path {
  animation: glow 1s ease-in-out infinite alternate;
  top: 53%
} */

@-webkit-keyframes glow {
  from {
    box-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #0ed12f, 0 0 20px #0ed12f,
      0 0 20px #0ed12f, 0 0 30px #0ed12f, 0 0 40px #0ed12f;
  }

  to {
    box-shadow: 0 0 10px #fff, 0 0 20px #0ed12f, 0 0 20px #0ed12f,
      0 0 30px #0ed12f, 0 0 40px #0ed12f, 0 0 50px #0ed12f, 0 0 50px #0ed12f;
  }
}

/* @-webkit-keyframes glow {
  from {
      box-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #f57c00,0 0 20px #f57c00,0 0 20px #f57c00,0 0 30px #f57c00,0 0 40px #f57c00
  }

  to {
      box-shadow: 0 0 10px #fff,0 0 20px #f57c00,0 0 20px #f57c00,0 0 30px #f57c00,0 0 40px #f57c00,0 0 50px #f57c00,0 0 50px #f57c00
  }
} */

/* right side menu */

/* right side menu */

.error-list {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ed4c78;
}

/* loader */
#preloader {
  background: #fff url("../preloader/two.gif") no-repeat center center;
  background-size: 15%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 1000000;
}

@media (max-width: 600px) {
  #preloader {
    background-size: 35%;
  }
}
@media (min-width: 600px) {
  #preloader {
    background-size: 20%;
  }
}
@media (min-width: 900px) {
  #preloader {
    background-size: 15%;
  }
}

#preloader1 {
  background: #000 url('{% static "preloader/loader.gif" %}') no-repeat center
    center;
  background-size: 10%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 1000000;
}

#preloader2 {
  background: #000 url("../preloader/one.gif") no-repeat center center;
  background-size: 8%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 1000000;
}

#preloader3 {
  background: #fff url("../preloader/two.gif") no-repeat center center;
  background-size: 5%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 1000000;
}

/* footer contact */
.contact-icon-text-block .icon-block {
  width: 15%;
}

.contact-icon-text-block .content {
  width: 80%;
}

.contact-icon-text-block p {
  padding-bottom: 0;
  font-size: 16px;
  /* color: #a5b7d9 */
  color: #f7faff !important;
}

.contact-icon-text-block a {
  font-size: 16px;
  /* color: #a5b7d9; */
  color: #f7faff !important;
  display: block;
  line-height: 30px;
}

.contact-icon-text-block ul li a {
  line-height: 20px;
}

.contact-icon-text-block {
  margin-bottom: 20px;
}

.contact-icon-text-block i {
  width: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  display: block;
  margin-left: 0;
  border-radius: 50%;
  text-align: center;
  background: #09a5be;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* dropdown menu icon rotation */
.dropdown-menu .dropdown-item.dropdown-toggle::after {
  transform: rotate(1deg);
}
.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.shining-text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
  background: linear-gradient(90deg, #ffffff 0%, #03fa2c 40%, #ffffff 80%);
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 2s linear infinite;
}

@keyframes shine {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}
