.mb--0 {
  margin-bottom: 0 !important;
}
.mb--5 {
  margin-bottom: 5px !important;
}
.mb--10 {
  margin-bottom: 10px !important;
}
.mb--15 {
  margin-bottom: 15px !important;
}
.mb--20 {
  margin-bottom: 20px !important;
}
.mb--25 {
  margin-bottom: 25px !important;
}
.mb--30 {
  margin-bottom: 30px !important;
}
.mb-sm--0 {
  margin-bottom: 0 !important;
}
.ml--20 {
  margin-left: 20px;
}
.pt--0 {
  padding-top: 0px !important;
}
.pt--10 {
  padding-top: 10px !important;
}
.pt--15 {
  padding-top: 15px !important;
}
.pt--20 {
  padding-top: 20px !important;
}
.pt--25 {
  padding-top: 25px !important;
}
.pt--30 {
  padding-top: 30px !important;
}
.p--20 {
  padding: 20px;
}
.p--10 {
  padding: 10px !important;
}
.p--5 {
  padding: 5px !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fs--24 {
  font-size: 24px !important;
}
.d-flex-justify-align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.d-flex-dir-col-justify-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.d-flex-dir-col-justify-align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.d-flex-justify-center-align-end {
  display: flex;
  justify-content: center;
  align-items: end;
}
.d-flex-align-center {
  display: flex;
  align-items: center;
}
.section-padding {
  padding: 60px 0;
}
.section-bg-lightbrown {
  background: #fff7e7;
}

/* ************************************************************************************************************************ */

/* ******************************************************************************************************************** */

#fixed-social {
  position: fixed;
  /* top: 200px; */
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}
#fixed-social a {
  color: #fff;
  display: block;
  height: 40px;
  font-size: 15px;
  position: relative;
  text-align: center;
  line-height: 40px;
  width: 40px;
  margin-bottom: 1px;
  z-index: 2;
}
#fixed-social a:hover > span {
  visibility: visible;
  left: 40px;
  opacity: 1;
}
#fixed-social a span {
  line-height: 40px;
  left: 60px;
  position: absolute;
  text-align: center;
  width: 115px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
}
.fixed-facebook {
  background-color: #4867aa;
}
.fixed-facebook span {
  background-color: #4867aa;
}
.fixed-twitter {
  background-color: #111;
}
.fixed-twitter span {
  background-color: #111;
}
.fixed-whatsapp {
  background-color: #0dc143;
}
.fixed-whatsapp span {
  background-color: #0dc143;
}
.fixed-linkedin {
  background-color: #0077b5;
}
.fixed-linkedin span {
  background-color: #0077b5;
}
.fixed-instagram {
  background: #f09433;
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.fixed-instagram span {
  background: #f09433;
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.fixed-youtube {
  background-color: #fe0000;
}
.fixed-youtube span {
  background-color: #fe0000;
}

/* ******************************************************************************************************************** */

/* ************************************************************************************************************************ */

.main_header_logo a img {
  width: 120px;
}
.main__header_row {
  padding: 5px 0;
}
.main__header_row a:not([href]):not([class]) {
  color: #000;
  cursor: pointer;
}
.main__header_row a:not([href]):not([class]):hover {
  color: #0c789f;
  cursor: pointer;
}
.main-menu ul li a.main_header__btn {
  color: #fff;
  padding: 8px 19px;
  line-height: 1.3;
  height: auto;
}
.mean-container .mean-nav ul li a {
  color: #000;
}
.mean-container .mean-nav ul li.mean-last a {
  color: #fff;
  padding: 10px 20px;
  height: auto;
  width: max-content;
  line-height: 1.3;
  margin-top: 20px;
}

/* ************************************************************************************************************************ */

.swiper-slide.custom__courses__swiper__slide {
  border: none !important;
}
.custom__courses__swiper__slide .ms-song-item .ms-song-content .ms-song-title {
  font-size: 14px;
}
.course_card_btn {
  color: #fff;
  font-size: 14px;
  background: #de930f;
  padding: 5px 11px;
  border-radius: 3px;
  transition: all 0.3s linear;
}
.course_card_btn:hover {
  background: #fff;
  color: #000;
  transition: all 0.3s linear;
}
.course_card_btn i {
  top: 1px !important;
  font-size: 10px;
  margin-left: 10px;
}
.section__subtitle.bg_image_subtitle {
  font-size: 24px;
  margin-bottom: 25px;
  text-transform: capitalize;
  display: inline-block;
  font-family: var(--bd-ff-subtitle);
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

/* ************************************************************************************************************************ */

.ms-news-title3.white {
  color: #111;
}
.ms-news-widget ul li {
  padding-inline-start: 0 !important;
}
.ms-news-widget ul li::after {
  width: 0px !important;
}
.ms-news-widget ul li a {
  display: block;
  padding: 7px 16px;
  font-size: 15px;
  background: #f5e0bd;
  border-radius: 4px;
  transition: all 0.3s linear;
}
.ms-news-widget ul li a:hover {
  color: #fff !important;
  letter-spacing: 0px !important;
  background-image: linear-gradient(to left, #048702, #0c789f);
  transition: all 0.3s linear;
}
.ms-news-dwrap {
  margin-bottom: 30px !important;
}

/* ************************************************************************************************************************ */

/* ************************************************************************************************************************ */
/* ************************************************************************************************************************ */
/* ************************************************************************************************************************ */

@media only screen and (min-width: 1099px) {
  .header__hamburger.main_header__hamburger {
    display: none;
  }
  .main__header__container {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 1200px) {
  .mbm-30 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .main__header__container {
    justify-content: space-between;
  }
}
