.text-white { color: #ffffff }
.font-bold { font-weight: bold }

.mean-container .mean-bar {
  z-index: 2;
}
.mean-container a.meanmenu-reveal span span span::before,
.mean-container a.meanmenu-reveal span span span::after {
  content: "";
  height: 3px;
  width: 22px;
  right: 13px;
  position: absolute;
  display: inline-block;
  background-color: #ffffff;
}
.mean-container a.meanmenu-reveal span span span::before {
  top: 24px;
}
.mean-container a.meanmenu-reveal span span span::after {
  top: 32px;
}


.header-top {
  min-height: 100px;
  position: relative;
  background-size: cover;
  padding: 72px 8px 32px 8px;
  background-repeat: no-repeat;
}
.header-top::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  display: inline-block;
  background: linear-gradient(135deg, #ffffff 12%, transparent, transparent);
}
.header-top-logo {
  display: inline-block;
}
.header-top-logo img {
  height: 180px;
  max-width: 100%;
}
.header-top-actions-col {
  width: 100%;
}
header .header-top .cprin_link {
  float: none;
  margin: 40px auto 20px auto;
}

.header-top-title {
  color: #ee3e41;
  font-size: 35px;
  line-height: 1.32;
  font-weight: bold;
  text-shadow: 1px 1px #fafafa;
}
.header-top-title span {
  width: 100%;
  font-size: 30px;
  display: inline-block;
}

@media (min-width:1200px) {
  .header-top-logo img {
    height: 250px;
  }
}
@media (min-width:992px) {
  header .header-top .cprin_link {
    margin: 40px 20px 20px auto;
  }
  .header-top-actions-col {
    width: 50%;
  }
  .header-top::before {
    background: linear-gradient(90deg, #ffffff, transparent, transparent);
  }
}







.home-banner {
  position: relative;
}
.home-banner::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  display: inline-block;
  background: linear-gradient(90deg, #ffffff, transparent, transparent);
}

.home-banner .h2 {
  clear: both;
  float: none;
  color: #ee3e41;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.32;
  text-shadow: 1px 1px #fafafa;
}
.home-banner .h2 span {
  width: 100%;
  font-size: 30px;
  display: inline-block;
}
.home-banner .cprin_link,
.header-top .cprin_link {
  margin-top: 45px;
  margin-bottom: 36px;
  margin-left: auto;
  border-radius: 8px;
  border: 4px solid #212121;
}
.home-banner-badges {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  justify-content: center;
}
.home-banner-badges img {
  width: auto;
  height: 40px;
  border-radius: 8px;
  background-color: #ffffff;
}

@media(min-width: 992px) {
  .home-banner .cprin_link,
  .header-top .cprin_link {
    margin-top: 0;
  }
}

@media(min-width: 1200px) {
  .home-banner .home-banner-logo img {
    height: 300px !important;
  }
  .home-banner-badges {
    justify-content: flex-end;
  }
  .home-banner-badges img {
    height: 60px;
  }
}


.course-container ul,
.location-container ul {
  list-style: disc;
  padding-left: 3rem;
}

.course-container p,
.location-container p,
.course-container li,
.location-container li {
  font-size: 18px;
}


.location-card {
  height: 100%;
  display: flex;
  overflow: hidden;
  min-height: 300px;
  position: relative;
  border-radius: 1rem;
  flex-direction: column;
  background-color: #212121;
}
.location-card-bg-img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 1rem;
  object-position: center;
  transition: transform 400ms;
}
.location-card:hover .location-card-bg-img {
  transform: scale(1.15);
}
.location-card-body {
  flex-grow: 1;
  display: flex;
  position: relative;
  padding: 0.5rem 2rem;
  flex-direction: column;
  justify-content: flex-end;
}
.location-card-body::before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  position: absolute;
  display: inline-block;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,1));
}
.location-card-title-container {
  display: flex;
  position: relative;
  align-items: center;
  padding-bottom: 10px;
  justify-content: space-between;
}
.location-card-title {
  color: #fafafa;
  margin-top: 0;
  line-height: 1.25;
  font-size: 25px;
  margin-bottom: 0;
  position: relative;
}
.location-card-link {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  user-select: none;
  position: absolute;
  display: inline-block;
}



.location-container {
  clear: both;
  padding-top: 32px;
  padding-bottom: 32px;
}
.location-banner-container {
  width:100%;
  float: none;
  clear: both;
  padding: 48px 0px;
  position: relative;
  background-size:cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
}
.location-banner-container::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  background-color: rgba(0,0,0,0.45);
}
.location-banner-container .container {
  position: relative;
  text-align: center;
}
.location-banner-container .location-banner-body {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.location-map-box iframe {
  border-radius: 0.5rem;
  width: 100% !important;
  height: 360px !important;
}



/* courses start */
.course-container {
  clear: both;
  padding-top: 32px;
  padding-bottom: 32px;
}
.course-banner-container {
  width:100%;
  float: none;
  clear: both;
  padding: 48px 0px;
  position: relative;
  background-size:cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
}
.course-banner-container::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  background-color: rgba(0,0,0,0.45);
}
.course-banner-container .container {
  position: relative;
  text-align: center;
}
.course-banner-container .course-banner-body {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.course-card {
  height: 100%;
  display: flex;
  overflow: hidden;
  min-height: 300px;
  position: relative;
  border-radius: 1rem;
  flex-direction: column;
  background-color: #212121;
}
.course-card-bg-img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 1rem;
  object-position: center;
  transition: transform 400ms;
}
.course-card:hover .course-card-bg-img {
  transform: scale(1.15);
}
.course-card-body {
  flex-grow: 1;
  display: flex;
  position: relative;
  padding: 0.5rem 2rem;
  flex-direction: column;
  justify-content: flex-end;
}
.course-card-body::before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  position: absolute;
  display: inline-block;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,1));
}
.course-card-title-container {
  display: flex;
  position: relative;
  align-items: center;
  padding-bottom: 10px;
  justify-content: space-between;
}
.course-card-title {
  color: #fafafa;
  margin-top: 0;
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.25;
  position: relative;
}
.course-card-link {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  user-select: none;
  position: absolute;
  display: inline-block;
}
/* courses end */

.footer-social-icons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  justify-content: center;
}

.footer-social-icons a {
  color: #ffffff;
  display: inline-block;
}
.footer-social-icons svg {
  width: 50px;
  height: 50px;
}

@media (min-width: 992px) {
  .footer-social-icons {
    column-gap: 32px;
    margin-top: -100px;
    justify-content: flex-end;
  }
  .footer-social-icons svg {
    width: 70px;
    height: 70px;
  }
}
