.color-box {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 8px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #f7c113 !important;
}

.color-tag {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.hrsep {
  height: 0.3rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  opacity: 1;
}

.coursebtn:hover {
  color: white;
}

.coursebtn {
  width: 100%;
  height: 100%;
  color: white;
  font-weight: bold;
  height: 2.5rem;
  border-radius: 0;
}

.col {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.filter-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 6px;
  margin-bottom: 16px;
}

.filtercheck {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  margin: 0;
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  margin-right: 0.2rem;
  border: 1px solid #adb5bd;
  border-radius: 50% !important;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}

.filtercheck:checked {
  background-color: #f7c100;
  border-color: #f7c100;
}

.filtercheck:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 12px;
  /*border: solid #fff;*/
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.filtercheck:checked[type=checkbox] {
  --bs-form-check-bg-image: none;
}

.form-check-input:focus {
  box-shadow: 0 0 0 3px rgba(247,193,0,0.7);
}

.filterheader {
  border-bottom-style: solid;
  border-bottom-color: rgb(25,35,79);
}

.filterbutton {
  width: 8rem;
  height: 100%;
  color: white;
  font-weight: bold;
  height: 2.5rem;
  border-radius: 0;
}

.filterbutton:hover {
  color: white;
  filter: brightness(120%);
}

.filterbutton:active {
  color: white !important;
  filter: brightness(120%);
}

#filterrow {
  transition: all 0.5s ease-out;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}

#filterrow.visible {
  max-height: 500px;
  opacity: 1;
}

#floatingFilterBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #102649;
  color: white;
  border: none;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  text-align: center;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  cursor: pointer;
  z-index: 1000;
}

#floatingFilterBtn:hover {
  background-color: #102649;
  filter: brightness(120%);
}

.form-check {
  display: flex;
  align-items: center;
}

.topcorporatecourses {
  width: 15rem;
  height: 15rem;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

@media only screen and (max-width: 1400px) {
  .topcorporatecourses {
    width: 13rem;
    height: 13rem;
  }
}

@media only screen and (max-width: 1400px) {
  .topcorporatecourses h4 {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1200px) {
  .topcorporatecourses {
    width: 11rem;
    height: 11rem;
  }
}

@media only screen and (max-width: 1200px) {
  .topcorporatecourses h4 {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 700px) {
  .bannerpage img {
    background-size: contain;
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .topcorporatecourses {
    width: 10rem;
    height: 10rem;
  }
}

.topcorporatecourses:hover {
  filter: brightness(110%);
}

a {
  text-decoration: none;
}

#stats {
  text-align: center;
  color: #ffffff;
}

.maincolor {
  color: white;
}

.valueslist {
  padding-left: 1rem;
  color: #102649;
}

.valueslist li::marker {
  color: #f7c100;
}

.teamid {
  max-width: 200px;
}


.teamname h6 {
  padding-top: .5rem;
  margin: 0;
}

.teamid h6 {
  color: #102649;
}

.navbar-brand img {
  max-height: 50px;
}

.sociallink {
  text-decoration: none;
  color: white;
}

.navbutton {
  background-color: #102649;
  color: white;
  font-weight: bold;
  height: 2.5rem;
  border-radius: 0;
}

.ourclients a img {
  max-height: 5rem;
  padding: 0.5rem;
}

.ourclientshome a img {
  max-width: 4.5rem;
  margin: .4rem .4rem;
  display: inline-block;
  vertical-align: middle;
}

.trainingacademies a img {
  max-height: 8rem;
  padding: 0rem 1rem;
}

.authorarticle {
  float: left;
  padding-right: 1rem;
}

@media only screen and (max-width: 700px) {
  .ourclients a img {
    max-width: 9rem;
    padding: 0.2rem;
  }
}

@media only screen and (max-width: 700px) {
  .ourclientshome a img {
    max-width: 4rem;
    padding: 0.2rem;
  }
}

@media only screen and (max-width: 700px) {
  .trainingacademies a img {
    max-height: 3rem;
    padding: 0.2rem;
  }
}

@media only screen and (max-width: 700px) {
  .authorarticle {
    float: none;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}

.membershipbenefits p {
  padding: 0.5rem !important;
}

.membershipbenefits {
  padding: 0.5rem !important;
}

.membershipbody hr {
  margin: 0;
  color: #102649;
  background: #102649;
  margin-top: -0.3rem !important;
  height: 2px !important;
  opacity: 1;
}

.membershipbody p {
  margin-bottom: 0;
}

.membershipbody .coursebtn {
  height: 2rem !important;
}

p, li {
  /*text-align: justify;*/
}

.officelocation a {
  text-decoration: none;
  color: var(--bs-body-color);
}

#ourpeople h6 {
  color: #102649;
}

.trendingcourses a {
  padding: 0.5rem;

}

.trendingcourses .singlecourse {
  padding: 1rem;
  width: 8rem;
  height: 8rem;
}

.trendingcourses .singlecourse h6 {
  color: white;
  flex-wrap: wrap;
  text-align: center;
  margin: 0px;
}

.outcomestyle {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.outcomestyle li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.outcomestyle li::before {
  content: '•';
  color: #f7c100;
  position: absolute;
  left: 0;
  font-size: 4rem;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

.outcomeheader {
  padding-top: 0.1rem;
  padding-right: 0.3rem;
  font-size: 0.8rem;
  margin: 0;
}

.outcomeparaghraph {
  margin: 0;
  font-size: 1rem;
}

.whybeaconheader {
  font-weight: bold;
  margin: 0;
}

.detailsheader {
  color: rgb(255,255,255);
  font-weight: bold;
  padding: 1rem 1rem 1rem 1rem;
  margin-bottom: 1rem;
}

.detailscol {
  padding-top: 1rem;
}

.wsa {
  column-count: 2;
}

.wsa li::marker {
  color: #f7c100;
}

.modalitieshover svg {
  color: #f7c100;
}

.outcomehr {
  color: #77cbd5;
}

#whybeacon p {
  margin-bottom: 0;
  text-align: justify;
}

#outcome p {
  text-align: justify;
}

#outcome {
  padding-right: 1rem;
}

.mainpar {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: justify;
}

.membershipbody h6 {
  padding: 0.5rem;
  color: rgb(255,255,255);
  font-weight: bold;
  background: #007db6;
}

.membershipbody p {
  padding: 0.5rem;
}

.functiontags {
  margin-right: 0.4rem;
  font-size: 0.8rem;
}

.fit-cover {
  object-fit: cover;
}

.card-img-top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.inputatp {
  border-radius: 0px;
  font-weight: 100;
}

.atplabel {
  font-weight: 600;
}

.afpform div {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.careeropen h5 {
  padding: 0.5rem;
  color: rgb(255,255,255);
  font-weight: bold;
  background: #007db6;
}

.careeropen hr {
  margin: 0;
  color: #102649;
  background: #102649;
  margin-top: -0.3rem !important;
  height: 2px !important;
  opacity: 1;
}

.careeropen p {
  padding: 0.5rem;
}

.iti {
  width: 100%;
}

.callback .col {
  padding-top: 0;
  padding-bottom: 0.5rem;
}

#phone-error, #phone-error-1 {
  display: none;
  color: red;
  width: 100%;
}

.callback input {
  font-weight: 100;
}

#message-2 {
  font-weight: 100;
}

#country, #country-1 {
  font-weight: 100;
}

#country option, #country-1 option {
  font-weight: 100;
}

.membershipbody {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.language, .language option {
  font-weight: 100;
}

.knowabout, .knowabout option, #message-1 {
  font-weight: 100;
}

.dayscheck {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  margin: 0;
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  margin-right: 0.2rem;
  border: 1px solid #adb5bd;
  border-radius: 50% !important;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}

.dayscheck:checked {
  background-color: #f7c100;
  border-color: #f7c100;
}

.dayscheck:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 12px;
  /*border: solid #fff;*/
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.dayscheck:checked[type=checkbox] {
  --bs-form-check-bg-image: none;
}

.form-check-input:focus {
  box-shadow: 0 0 0 3px rgba(247,193,0,0.7);
}

.weekdays label {
  padding: 0rem 0.5rem;
}
.course-container {
  transition: opacity 0.5s, transform 0.5s;
  opacity: 1;
  transform: translateY(0);
  display: block; /* Or flex, etc., depending on your layout */
}

.course-container.hide {
  opacity: 0;
  transform: translateY(-20px);
}

.ourclientshome a {
  padding: 0;
  display: inline;
  text-align: center;
}

.card-title-adjust {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#searchcourses {
  padding-left: 1rem;
}

@media only screen and (max-width: 700px) {
  .filterbutton {
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  #searchcourses {
    padding-left: 0rem;
    padding-top: 1rem;
  }
}