/* By Uk */
@font-face {
  font-family: OpenSans-ExBold;
  src: url("../fonts/open-sans/OpenSans-ExtraBold.ttf");
}

@font-face {
  font-family: OpenSans-Bold;
  src: url("../fonts/open-sans/OpenSans-Bold.ttf");
}

@font-face {
  font-family: OpenSans-Regular;
  src: url("../fonts/open-sans/OpenSans-Regular.ttf");
}

@font-face {
  font-family: OpenSans-Light;
  src: url("../fonts/open-sans/OpenSans-Light.ttf");
}

@font-face {
  font-family: OpenSans-Semibold;
  src: url("../fonts/open-sans/OpenSans-Semibold.ttf");
}

@font-face {
  font-family: noah-ExtraBold;
  src: url("../fonts/noah/Noah-ExtraBold.ttf");
}

@font-face {
  font-family: noah-Bold;
  src: url("../fonts/noah/Noah-Bold.ttf");
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  font-family: OpenSans-Regular;
}

.title {
  font-family: OpenSans-SemiBold;
  font-size: 40px;
  text-align: center;
}

@media (max-width: 575.98px) {
  .title {
    font-size: 24px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .title {
    font-size: 32px;
  }
}

.subtitle {
  font-size: 14px;
  text-align: center;
  width: 90%;
}

.btn,
.program .program-title-btn,
.program .program-box .program-btn {
  width: 150px;
  height: 42px;
  background-color: #5d74ea;
  font-family: OpenSans-Bold;
  font-size: 14px;
  outline: none;
  color: #ffffff;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.btn:hover,
.program .program-title-btn:hover,
.program .program-box .program-btn:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  border-radius: 0px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.315);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.315);
}

.bg-orange {
  background-color: rgba(237, 119, 51, 0.15) !important;
}

.top-dot {
  background-color: #dae0fb;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  left: -10%;
  top: -20%;
}

.circle {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  border: 4px solid #d8defa;
  position: absolute;
  top: 65%;
  left: -7%;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .circle {
    width: 300px;
    height: 300px;
    top: 29%;
    left: -30%;
  }
}

.circle2 {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 4px solid #d8defa;
  position: absolute;
  left: -80px;
  bottom: -25%;
  z-index: -1;
}

.dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #dff6b7;
  position: absolute;
  right: 13%;
  top: -12%;
}

.dot2 {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #d8defa;
  position: absolute;
  left: 5%;
  top: 60%;
}

.large-dot {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #dff6b7;
  position: absolute;
  left: 30%;
  top: 7%;
  z-index: -1;
}

/*============================Course page*/
.course-banner {
  width: 100%;
  height: 90vh;
  position: relative;
  /* background-image: url("../images/course/course-banner.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 6% 0% 6% 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.course-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(90.32deg, #000000 0%, rgba(196, 196, 196, 0) 100%); */
}

@media (max-width: 575.98px) {
  .course-banner {
    height: auto;
    padding: 6% 1% 6% 1%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .course-banner {
    height: auto;
    padding: 6% 6% 6% 6%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .course-banner {
    padding: 6% 6% 6% 6%;
    height: auto;
  }
}

.course-banner .course-banner-title {
  font-family: OpenSans-Semibold;
  font-size: 40px;
  margin-bottom: 30%;
  color: #000;
}

.program {
  padding: 5% 0%;
  position: relative;
  width: 100%;
  height: auto;
}

.program .program-title {
  font-family: OpenSans-Semibold;
  font-size: 32px;
  margin-bottom: 5%;
  color: rgba(59, 59, 59, 0.98);
  /* background-color: #000; */
}

.program .program-title-btn {
  background-color: transparent;
  border: 1px solid #ed7633;
  color: #ed7633;
}

.program .program-content {
  font-size: 14px;
  margin-bottom: 8%;
  color: rgba(59, 59, 59, 0.98);
  line-height: 1.8;
}

.program .program-box {
  width: 100%;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  height: 80%;
  margin-bottom: 10%;
  -webkit-box-shadow: 0px 3px 18px rgba(59, 59, 59, 0.1);
  box-shadow: 0px 3px 18px rgba(59, 59, 59, 0.1);
}

.program .program-box .program-box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.program .program-box .program-box-top .fee {
  color: rgba(59, 59, 59, 0.98);
  font-size: 12px;
  margin: 3px 0px;
}

.program .program-box .program-box-top .cost {
  color: #ed7633;
  font-family: OpenSans-Semibold;
  margin: 3px 0px;
}

.program .program-box .program-list {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 18px;
}

.program .program-box .program-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.program .program-box .program-list li span {
  color: rgba(59, 59, 59, 0.98);
  font-size: 12px;
}

.program .program-box .program-list li span:nth-child(2) {
  color: rgba(59, 59, 59, 0.98);
  font-family: OpenSans-Semibold;
}

.program .program-box .program-btn {
  margin: 7px 0px 0px;
  width: auto;
  font-size: 12px;
  padding: 0px 16px;
  background-color: #ed7633;
  -webkit-box-shadow: 0px 3px 26px #d1d1d1;
  box-shadow: 0px 3px 26px #d1d1d1;
  margin-top: 5%;
}

.program .program-box .program-footer {
  color: rgba(59, 59, 59, 0.64);
  font-size: 12px;
  text-align: center;
}

.program .program-box .program-img {
  text-align: center;
  margin-bottom: 12px;
}

.program .program-box .program-img img {
  width: 180px;
  height: auto;
}

.program .program-box .program-name {
  color: rgba(59, 59, 59, 0.98);
  font-family: OpenSans-Semibold;
  text-align: center;
  margin-top: 30px;
  margin: 0;
}

.program .program-box .program-desg {
  color: rgba(59, 59, 59, 0.64);
  font-size: 12px;
  text-align: center;
}

.program .program-box .program-info {
  color: rgba(59, 59, 59, 0.64);
  font-size: 12px;
  text-align: center;
  margin-bottom: 6px;
}

.curriculum {
  position: relative;
  width: 100%;
  margin-top: 4%;
}

.curriculum .card {
  border: 0px;
  border-radius: 0px;
  padding: 0;
  margin-bottom: 15px;
}

.curriculum .card .card-header {
  padding: 0;
}

.curriculum .card .card-header .btn-link {
  background-color: #ed7633;
  border: 0px;
  outline: none;
  display: block;
  width: 100%;
  padding: 18px 18px;
  font-family: OpenSans-SemiBold;
  font-size: 17px;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  position: relative;
  white-space: normal;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .curriculum .card .card-header .btn-link {
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .curriculum .card .card-header .btn-link {
    font-size: 16px;
  }
}

.curriculum .card .card-header .btn-link img {
  width: 20px;
  position: absolute;
  right: 18px;
  top: 28px;
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.curriculum .card .card-header .btn-link.collapsed img {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.curriculum .card .card-body {
  padding: 0;
  color: rgba(59, 59, 59, 0.8);
  font-family: OpenSans-Regular;
  font-size: 14px;
  padding: 18px;
  border: 1px solid #ed7633;
}

@media (max-width: 575.98px) {
  .curriculum .card .card-body {
    font-size: 12px;
  }
}

.curriculum-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
}

/*============================Course page*/
.allcourse {
  padding: 6% 0%;
  position: relative;
}

.allcourse .allcourse-top {
  margin: 2% 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.allcourse .allcourse-top .allcourse-title {
  font-family: OpenSans-Semibold;
  font-size: 32px;
  color: rgba(59, 59, 59, 0.98);
}

.allcourse .allcourse-top .allcourse-subtitle {
  font-size: 14px;
  color: rgba(59, 59, 59, 0.98);
  line-height: 1.8;
}

.allcourse .allcourse-top .allcourse-subtitle span {
  padding: 0px 6px;
  font-size: 11px;
  color: #ed7633;
  background-color: rgba(237, 119, 51, 0.15);
  border-radius: 30px;
}

.allcourse .course-box {
  margin-bottom: 10%;
}

.allcourse-box {
  position: relative;
  width: 100%;
  min-height: 300px;
  border-radius: 8px;
  padding: 10px;
  margin: 3% 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0px 3px 18px rgba(59, 59, 59, 0.1);
  box-shadow: 0px 3px 18px rgba(59, 59, 59, 0.1);
  z-index: 9;
  cursor: pointer;
}

.allcourse-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: block;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.863)),
    to(rgba(39, 39, 39, 0.692))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.863) 0%,
    rgba(39, 39, 39, 0.692) 100%
  );
  z-index: -1;
}

.allcourse-box .allcourse-box-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
  border-radius: 6px;
}

.allcourse-box .programming-btn {
  border: 0px;
  border-radius: 20px;
  padding: 0px 6px;
  color: #5d74ea;
  font-size: 11px;
  cursor: pointer;
  background: #f4f8ec;
  font-family: OpenSans-Semibold;
}

.allcourse-box .programming-info .programming-title {
  font-family: OpenSans-Semibold;
  font-size: 16px;
  color: #ffffff;
}

.allcourse-box .programming-info .programming-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.allcourse-box .programming-info .programming-profile img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

.allcourse-box
  .programming-info
  .programming-profile
  .programming-profile-name {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
}

.allcourse-filter {
  margin: 3% 0%;
  position: relative;
}

.allcourse-filter .filter-boxes .filter-inputs {
  position: relative;
  background-color: rgba(237, 119, 51, 0.15);
  border-radius: 10px;
  padding: 2px 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #d1d1d1;
  display: inline-block;
}

.allcourse-filter .filter-boxes .filter-inputs:nth-last-child(1) {
  margin-right: 0;
}

.allcourse-filter
  .filter-boxes
  .filter-inputs
  .custom-control-inline:nth-last-child(1) {
  margin: 0;
}

.allcourse-filter
  .filter-boxes
  .filter-inputs
  .custom-control-inline
  .custom-control-label {
  font-size: 12px;
  color: #151515;
}

.allcourse-filter
  .filter-boxes
  .filter-inputs
  .custom-control-inline
  .custom-control-label::before,
.allcourse-filter
  .filter-boxes
  .filter-inputs
  .custom-control-inline
  .custom-control-label::after {
  width: 15px;
  height: 15px;
  top: 1px;
}

.allcourse-filter .filter-boxes .filter-inputs .filter-inp {
  border: 0px;
  border-left: 1px solid #ed7633;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  font-size: 12px;
  outline: none;
  color: #151515;
  min-width: 60px;
  background-color: transparent;
}

.allcourse-filter .filter-boxes .filter-inputs .filter-inp-name {
  padding: 0px 5px;
  border-radius: 10px;
  font-size: 10px;
  border: 1px solid #ed7633;
  background-color: #ffffff;
}

.allcourse-filter .filter-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.allcourse-filter .filter-data .filter-title {
  font-size: 14px;
  color: #a9a9a9;
  margin: 0;
  white-space: nowrap;
}

.allcourse-filter .filter-data .filter-list {
  padding: 0;
  margin: 0;
}

.allcourse-filter .filter-data .filter-list li {
  display: inline-block;
  margin: 0px 4px;
  color: #ed7633;
  background-color: rgba(237, 119, 51, 0.15);
  border-radius: 20px;
  font-size: 12px;
  padding: 0px 9px;
}

.single-class-detials {
  margin: 12px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2px;
  text-decoration: none;
  color: rgba(59, 59, 59, 0.98);
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.single-class-detials:hover {
  color: #ed7633;
}

.single-class-detials:hover .single-class-doc {
  color: #ed7633;
}

.single-class-detials:hover .single-class-title {
  text-decoration: underline;
}

.single-class-detials .single-class-doc {
  color: rgba(59, 59, 59, 0.98);
}
/*# sourceMappingURL=inner.css.map */
