* {
  padding: 0;
  margin: 0;
  text-decoration: inherit;
  outline: inherit;
  box-shadow: none;
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #66666E;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #001ED9;
  text-decoration: none;
}
a:not([href]):not([class]) {
  text-decoration: none;
  cursor: pointer;
}
a:not([href]):not([class]):hover {
  color: #001ED9;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

:focus {
  outline: inherit;
  box-shadow: inherit;
}

.same-card {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}

.white-all-text * {
  color: #ffffff !important;
}

.lightGrayColorbg {
  background-color: #F2F4F7;
}

.lightDarkColorbg {
  background-color: #E9F1FF;
}

.grayColorbg {
  background-color: #667085;
}

.cursor-pointer {
  cursor: pointer;
}

.news-events-list-con {
  position: relative;
}
.news-events-list-con .news-events-list-col {
  position: relative;
  width: 100%;
  margin: 15px auto;
}
.news-events-list-con .news-events-list-col:hover .news-events-list-full figure img {
  transform: scale(1.05);
}
.news-events-list-con .news-events-list-col .news-events-list-full {
  position: relative;
}
.news-events-list-con .news-events-list-col .news-events-list-full figure {
  width: 100%;
  height: 210px;
  background-color: #667085;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  border-radius: 4px;
}
.news-events-list-con .news-events-list-col .news-events-list-full figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 1s;
}
.news-events-list-con .news-events-list-col .news-events-list-full .btn2 {
  background-color: #E9ECF2;
  border-color: #E9ECF2;
  color: #787DFF;
  font-size: 12px;
  padding: 8px 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.news-events-list-con .news-events-list-col .news-events-list-full .btn2:hover {
  background-color: #E9ECF2;
  border-color: #E9ECF2;
  color: #787DFF;
}
.news-events-list-con .news-events-list-col .news-events-list-full h6 {
  color: #25252A;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  margin-bottom: 15px;
}
.news-events-list-con .news-events-list-col .news-events-list-full h6 a {
  color: #25252A;
}
.news-events-list-con .news-events-list-col .news-events-list-full h6 a:hover {
  color: #001ED9;
}
.news-events-list-con .news-events-list-col .news-events-list-full p {
  color: #001ED9;
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  margin-bottom: 0;
}

.courses-list-con {
  position: relative;
}
.courses-list-con .courses-list-col {
  position: relative;
  width: 100%;
  margin: 15px auto;
}
.courses-list-con .courses-list-col:hover .courses-list-full figure img {
  transform: scale(1.05);
}
.courses-list-con .courses-list-col .courses-list-full {
  position: relative;
}
.courses-list-con .courses-list-col .courses-list-full figure {
  width: 100%;
  height: 340px;
  background-color: #667085;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  border-radius: 4px;
}
.courses-list-con .courses-list-col .courses-list-full figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 1s;
}
.courses-list-con .courses-list-col .courses-list-full h6 {
  position: relative;
}
.courses-list-con .courses-list-col .courses-list-full h6 a {
  color: #25252A;
}
.courses-list-con .courses-list-col .courses-list-full h6 a:hover {
  color: #001ED9;
}
.courses-list-con .courses-list-col .courses-list-full p {
  font-size: 18px;
  line-height: 27px;
}
.courses-list-con .courses-list-col .courses-list-full .courses-date {
  color: #66666E;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
  margin-bottom: 0;
}

.venues-list-con {
  position: relative;
}
.venues-list-con .venues-list-col {
  position: relative;
  width: 100%;
  margin: 15px auto;
}
.venues-list-con .venues-list-col:hover .venues-list-full figure img {
  transform: scale(1.05);
}
.venues-list-con .venues-list-col .venues-list-full {
  position: relative;
}
.venues-list-con .venues-list-col .venues-list-full figure {
  width: 100%;
  height: 300px;
  background-color: #667085;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  border-radius: 15px;
}
.venues-list-con .venues-list-col .venues-list-full figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 1s;
}
.venues-list-con .venues-list-col .venues-list-full h6 {
  position: relative;
  margin-bottom: 6px;
}
.venues-list-con .venues-list-col .venues-list-full h6 a {
  color: #25252A;
}
.venues-list-con .venues-list-col .venues-list-full h6 a:hover {
  color: #001ED9;
}
.venues-list-con .venues-list-col .venues-list-full .venues-text-count {
  position: relative;
  width: 100%;
  display: inline-flex;
}
.venues-list-con .venues-list-col .venues-list-full .venues-text-count .venues-text-count-left {
  width: calc(100% - 90px);
}
.venues-list-con .venues-list-col .venues-list-full .venues-text-count .venues-text-count-left p {
  color: #44444C;
  margin-bottom: 4px;
}
.venues-list-con .venues-list-col .venues-list-full .venues-text-count .venues-text-count-right {
  width: 90px;
  text-align: right;
}
.venues-list-con .venues-list-col .venues-list-full .venues-text-count .venues-text-count-right p {
  color: #66666E;
  margin-bottom: 4px;
}

.post-card-list-con {
  position: relative;
}
.post-card-list-con .post-card-list-col {
  width: 100%;
  position: relative;
  border: 1px solid #A7A9FF;
  border-radius: 15px;
  background-color: rgba(194, 202, 255, 0.1);
  padding: 21px;
  background: rgba(194, 202, 255, 0.1019607843);
  margin: 8px auto;
  transition: 1s;
}
.post-card-list-con .post-card-list-col:hover {
  transform: scale(1.01);
}
.post-card-list-con .post-card-list-col .post-card-list-full {
  position: relative;
  width: 100%;
}
.post-card-list-con .post-card-list-col .post-card-list-top {
  position: relative;
}
.post-card-list-con .post-card-list-col .post-card-list-top .post-card-list-top-col {
  position: relative;
  padding: 3px 0;
}
.post-card-list-con .post-card-list-col .post-card-list-top .post-card-list-top-left {
  position: relative;
}
.post-card-list-con .post-card-list-col .post-card-list-top .post-card-list-top-left h6 {
  color: #000448;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 8px;
}
.post-card-list-con .post-card-list-col .post-card-list-top .post-card-list-top-left h6 a {
  color: #000448;
}
.post-card-list-con .post-card-list-col .post-card-list-top .post-card-list-top-left h6 a:hover {
  color: #001ED9;
}
.post-card-list-con .post-card-list-col .post-card-list-top .post-card-list-top-left p {
  color: #44444C;
  margin-bottom: 8px;
}
.post-card-list-con .post-card-list-col .post-card-list-top .post-card-list-top-right {
  position: relative;
  text-align: right;
}
.post-card-list-con .post-card-list-col .post-card-list-top .post-card-list-top-right .post-date {
  color: #000448;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 8px;
  width: auto;
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
.post-card-list-con .post-card-list-col .post-card-list-top .post-card-list-top-right .post-date::before {
  content: "";
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px;
  background-image: url(../images/date-icon.svg);
  display: inline-block;
  position: absolute;
  left: 0;
  top: -4px;
}
.post-card-list-con .post-card-list-col .post-card-list-center {
  position: relative;
}
.post-card-list-con .post-card-list-col .post-card-list-center .post-card-list-center-col {
  position: relative;
  padding: 3px 0;
}
.post-card-list-con .post-card-list-col .post-card-list-center .post-card-list-center-left {
  position: relative;
}
.post-card-list-con .post-card-list-col .post-card-list-center .post-card-list-center-left .post-price-day {
  position: relative;
}
.post-card-list-con .post-card-list-col .post-card-list-center .post-card-list-center-left .post-price-day span {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000D82;
  font-size: 16px;
  padding: 8px 16px;
  font-weight: 600;
  line-height: normal;
  border-radius: 32px;
  width: auto;
  display: inline-block;
  margin: 4px 8px 4px 0;
}
.post-card-list-con .post-card-list-col .post-card-list-center .post-card-list-center-right {
  position: relative;
  text-align: right;
}
.post-card-list-con .post-card-list-col .post-card-list-center .post-card-list-center-right .post-add {
  color: #000448;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 8px;
  width: auto;
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
.post-card-list-con .post-card-list-col .post-card-list-center .post-card-list-center-right .post-add::before {
  content: "";
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px;
  background-image: url(../images/location.svg);
  display: inline-block;
  position: absolute;
  left: 0;
  top: -4px;
}
.post-card-list-con .post-card-list-col .post-card-list-bottom {
  position: relative;
}
.post-card-list-con .post-card-list-col .post-card-list-bottom .post-card-list-bottom-col {
  position: relative;
  padding: 3px 0;
}
.post-card-list-con .post-card-list-col .post-card-list-bottom .post-card-list-bottom-col .btn-con {
  width: 100%;
}
.post-card-list-con .post-card-list-col .post-card-list-bottom .post-card-list-bottom-col .btn-con .btn {
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1019607843);
  border-radius: 32px;
  width: 100%;
  padding: 12px 18px;
}
.post-card-list-con .post-card-list-col .post-card-list-bottom .post-card-list-bottom-col .btn-con .btn:hover {
  opacity: 0.9;
}
.post-card-list-con .post-card-list-col .post-card-list-bottom .post-card-list-bottom-left {
  position: relative;
}
.post-card-list-con .post-card-list-col .post-card-list-bottom .post-card-list-bottom-left .btn-con {
  position: relative;
}
.post-card-list-con .post-card-list-col .post-card-list-bottom .post-card-list-bottom-left .btn-con .btn {
  position: relative;
  color: #25252A;
  background-color: #ffffff;
  border-color: #ffffff;
}
.post-card-list-con .post-card-list-col .post-card-list-bottom .post-card-list-bottom-left .btn-con .btn:hover {
  color: #ffffff;
  background-color: #25252A;
  border-color: #25252A;
}
.post-card-list-con .post-card-list-col .post-card-list-bottom .post-card-list-bottom-right {
  position: relative;
}
.post-card-list-con .post-card-list-col .post-card-list-bottom .post-card-list-bottom-right .btn-con {
  position: relative;
}
.post-card-list-con .post-card-list-col .post-card-list-bottom .post-card-list-bottom-right .btn-con .btn {
  position: relative;
  color: #D8D8DA;
  background-color: #424CFF;
  border-color: #424CFF;
}
.post-card-list-con .post-card-list-col .post-card-list-bottom .post-card-list-bottom-right .btn-con .btn:hover {
  color: #ffffff;
  background-color: #25252A;
  border-color: #25252A;
}

@media only screen and (max-width: 1399.98px) {
  .news-events-list-con .news-events-list-col .news-events-list-full {
    position: relative;
  }
  .news-events-list-con .news-events-list-col .news-events-list-full figure {
    height: 180px;
  }
  .courses-list-con .courses-list-col .courses-list-full figure {
    height: 330px;
  }
  .courses-list-con .courses-list-col .courses-list-full p {
    font-size: 18px;
    line-height: 27px;
  }
  .courses-list-con .courses-list-col .courses-list-full .courses-date {
    font-size: 16px;
    line-height: 27px;
  }
  .venues-list-con .venues-list-col .venues-list-full figure {
    height: 270px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .news-events-list-con .news-events-list-col .news-events-list-full {
    position: relative;
  }
  .news-events-list-con .news-events-list-col .news-events-list-full figure {
    height: 200px;
  }
  .courses-list-con .courses-list-col .courses-list-full figure {
    height: 280px;
  }
  .courses-list-con .courses-list-col .courses-list-full p {
    font-size: 17px;
    line-height: 26px;
  }
  .courses-list-con .courses-list-col .courses-list-full .courses-date {
    font-size: 15px;
    line-height: 26px;
  }
  .venues-list-con .venues-list-col .venues-list-full figure {
    height: 300px;
  }
}
@media only screen and (max-width: 991.98px) {
  .news-events-list-con .news-events-list-col .news-events-list-full {
    position: relative;
  }
  .news-events-list-con .news-events-list-col .news-events-list-full figure {
    height: 220px;
  }
  .courses-list-con .courses-list-col .courses-list-full figure {
    height: 315px;
  }
  .courses-list-con .courses-list-col .courses-list-full p {
    font-size: 17px;
    line-height: 26px;
  }
  .courses-list-con .courses-list-col .courses-list-full .courses-date {
    font-size: 15px;
    line-height: 26px;
  }
  .venues-list-con .venues-list-col .venues-list-full figure {
    height: 340px;
  }
}
@media only screen and (max-width: 767.98px) {
  .news-events-list-con .news-events-list-col .news-events-list-full {
    position: relative;
  }
  .news-events-list-con .news-events-list-col .news-events-list-full figure {
    height: 180px;
  }
  .courses-list-con .courses-list-col .courses-list-full figure {
    height: 230px;
  }
  .courses-list-con .courses-list-col .courses-list-full p {
    font-size: 16px;
    line-height: 24px;
  }
  .courses-list-con .courses-list-col .courses-list-full .courses-date {
    font-size: 16px;
    line-height: 24px;
  }
  .venues-list-con .venues-list-col .venues-list-full figure {
    height: 250px;
  }
  .post-card-list-con .post-card-list-col {
    padding: 18px;
  }
  .post-card-list-con .post-card-list-col .post-card-list-top .post-card-list-top-right {
    position: relative;
    text-align: left;
  }
  .post-card-list-con .post-card-list-col .post-card-list-center .post-card-list-center-right {
    text-align: left;
  }
}
@media only screen and (max-width: 575.98px) {
  .news-events-list-con .news-events-list-col .news-events-list-full {
    position: relative;
  }
  .news-events-list-con .news-events-list-col .news-events-list-full figure {
    height: 260px;
  }
  .courses-list-con .courses-list-col .courses-list-full figure {
    height: 380px;
  }
  .courses-list-con .courses-list-col .courses-list-full p {
    font-size: 16px;
    line-height: 24px;
  }
  .courses-list-con .courses-list-col .courses-list-full .courses-date {
    font-size: 16px;
    line-height: 24px;
  }
  .venues-list-con .venues-list-col .venues-list-full figure {
    height: 420px;
  }
}
@media only screen and (max-width: 480.98px) {
  .news-events-list-con .news-events-list-col .news-events-list-full {
    position: relative;
  }
  .news-events-list-con .news-events-list-col .news-events-list-full figure {
    height: 240px;
  }
  .courses-list-con .courses-list-col .courses-list-full figure {
    height: 280px;
  }
  .courses-list-con .courses-list-col .courses-list-full p {
    font-size: 16px;
    line-height: 24px;
  }
  .courses-list-con .courses-list-col .courses-list-full .courses-date {
    font-size: 16px;
    line-height: 24px;
  }
  .venues-list-con .venues-list-col .venues-list-full figure {
    height: 280px;
  }
}
body {
  color: #66666E;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 0px;
}

p {
  color: #66666E;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
}

h1 {
  color: #25252A;
  font-size: 48px;
  line-height: normal;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
}

h2 {
  color: #25252A;
  font-size: 42px;
  line-height: normal;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
}

h3 {
  color: #25252A;
  font-size: 36px;
  line-height: normal;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
}

h4 {
  color: #25252A;
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
}

h5 {
  color: #25252A;
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
}

h6 {
  color: #25252A;
  font-size: 21px;
  line-height: normal;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
}

.section-padding {
  padding-top: 66px;
  padding-bottom: 66px;
}

@media only screen and (max-width: 1399.98px) {
  body {
    font-size: 16px;
    line-height: normal;
  }
  p {
    font-size: 16px;
    line-height: 27px;
  }
  h1 {
    font-size: 48px;
    line-height: normal;
  }
  h2 {
    font-size: 42px;
    line-height: normal;
  }
  h3 {
    font-size: 36px;
    line-height: normal;
  }
  h4 {
    font-size: 30px;
    line-height: normal;
  }
  h5 {
    font-size: 24px;
    line-height: normal;
  }
  h6 {
    font-size: 21px;
    line-height: normal;
  }
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1199.98px) {
  body {
    font-size: 15px;
    line-height: normal;
  }
  p {
    font-size: 15px;
    line-height: 26px;
  }
  h1 {
    font-size: 43px;
    line-height: normal;
  }
  h2 {
    font-size: 39px;
    line-height: normal;
  }
  h3 {
    font-size: 34px;
    line-height: normal;
  }
  h4 {
    font-size: 28px;
    line-height: normal;
  }
  h5 {
    font-size: 23px;
    line-height: normal;
  }
  h6 {
    font-size: 20px;
    line-height: normal;
  }
  .section-padding {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
@media only screen and (max-width: 991.98px) {
  body {
    font-size: 15px;
    line-height: normal;
  }
  p {
    font-size: 15px;
    line-height: 26px;
  }
  h1 {
    font-size: 39px;
    line-height: normal;
  }
  h2 {
    font-size: 36px;
    line-height: normal;
  }
  h3 {
    font-size: 32px;
    line-height: normal;
  }
  h4 {
    font-size: 26px;
    line-height: normal;
  }
  h5 {
    font-size: 22px;
    line-height: normal;
  }
  h6 {
    font-size: 19px;
    line-height: normal;
  }
  .section-padding {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 14px;
    line-height: normal;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  h1 {
    font-size: 36px;
    line-height: normal;
  }
  h2 {
    font-size: 33px;
    line-height: normal;
  }
  h3 {
    font-size: 30px;
    line-height: normal;
  }
  h4 {
    font-size: 24px;
    line-height: normal;
  }
  h5 {
    font-size: 21px;
    line-height: normal;
  }
  h6 {
    font-size: 18px;
    line-height: normal;
  }
  .section-padding {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
@media only screen and (max-width: 575.98px) {
  body {
    font-size: 14px;
    line-height: normal;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  h1 {
    font-size: 33px;
    line-height: normal;
  }
  h2 {
    font-size: 30px;
    line-height: normal;
  }
  h3 {
    font-size: 28px;
    line-height: normal;
  }
  h4 {
    font-size: 22px;
    line-height: normal;
  }
  h5 {
    font-size: 20px;
    line-height: normal;
  }
  h6 {
    font-size: 17px;
    line-height: normal;
  }
  .section-padding {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
.form-group {
  margin-bottom: 15px;
}

label {
  color: #66666E;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin-bottom: 8px;
}

.form-control {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  border: 1px solid #D0D5DD;
  width: 100%;
  display: inline-block;
  padding: 12px 16px;
  height: 48px;
  border-radius: 8px;
  outline: none;
  color: #667085;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}
.form-control:focus {
  color: #66666E;
  border-color: #25252A;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
}
.form-control::placeholder {
  color: #66666E;
  opacity: 0.75;
}
.form-control:-ms-input-placeholder {
  color: #66666E;
}
.form-control::-ms-input-placeholder {
  color: #66666E;
}

textarea.form-control {
  min-height: 128px;
}

.btn {
  background: #001ED9;
  color: #ffffff;
  border-radius: 8px;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  padding: 10px 18px;
  border: 1px solid #001ED9;
  transition: transform 0.5s;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  width: auto;
  display: inline-block;
}
.btn:hover {
  background: #25252A;
  border-color: #25252A;
  color: #ffffff;
}
.btn:focus {
  outline: inherit;
  outline-offset: inherit;
  box-shadow: inherit;
}

.btn2 {
  background: #25252A;
  color: #ffffff;
  border-radius: 60px;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  padding: 15px 18px;
  border: 1px solid #25252A;
  transition: transform 0.5s;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  width: auto;
  display: inline-block;
}
.btn2:hover {
  background: #001ED9;
  border-color: #001ED9;
  color: #ffffff;
}
.btn2:focus {
  outline: inherit;
  outline-offset: inherit;
  box-shadow: inherit;
}

.btn-sm {
  min-width: 160px;
}

.btn-md {
  min-width: 180px;
}

.btn-lg {
  min-width: 200px;
}

.link-text {
  color: #008AD9;
  font-size: 17px;
  line-height: normal;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  text-decoration: none;
  width: auto;
  display: inline-block;
  position: relative;
}
.link-text:hover {
  color: #001ED9;
  text-decoration: none;
}

.link-text.link-text-icon {
  position: relative;
  padding-right: 30px;
}
.link-text.link-text-icon:hover {
  color: #008AD9;
  opacity: 0.8;
}
.link-text.link-text-icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 21px;
  height: 21px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url(../images/right-arrow.svg);
}

.btn2.btn2-light {
  background-color: #E9ECF2;
  border-color: #E9ECF2;
  color: #787DFF;
  font-size: 12px;
  padding: 8px 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1399.98px) {
  .form-group {
    margin-bottom: 15px;
  }
  label {
    font-size: 14px;
  }
  .form-control {
    font-size: 16px;
  }
  textarea.form-control {
    min-height: 90px;
  }
  .btn {
    font-size: 16px;
  }
  .btn2 {
    font-size: 16px;
  }
  .link-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .form-group {
    margin-bottom: 15px;
  }
  label {
    font-size: 14px;
  }
  .form-control {
    font-size: 16px;
  }
  textarea.form-control {
    min-height: 90px;
  }
  .btn {
    font-size: 16px;
  }
  .btn2 {
    font-size: 16px;
  }
  .link-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .form-group {
    margin-bottom: 15px;
  }
  label {
    font-size: 14px;
  }
  .form-control {
    font-size: 16px;
  }
  textarea.form-control {
    min-height: 95px;
  }
  .btn {
    font-size: 16px;
  }
  .btn2 {
    font-size: 16px;
  }
  .link-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-group {
    margin-bottom: 15px;
  }
  label {
    font-size: 14px;
  }
  .form-control {
    font-size: 16px;
  }
  textarea.form-control {
    min-height: 95px;
  }
  .btn {
    font-size: 16px;
  }
  .btn2 {
    font-size: 16px;
  }
  .link-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575.98px) {
  .form-group {
    margin-bottom: 15px;
  }
  label {
    font-size: 14px;
  }
  .form-control {
    font-size: 16px;
  }
  textarea.form-control {
    min-height: 90px;
  }
  .btn {
    font-size: 16px;
  }
  .btn2 {
    font-size: 16px;
  }
  .link-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480.98px) {
  .form-group {
    margin-bottom: 15px;
  }
  label {
    font-size: 14px;
  }
  .form-control {
    font-size: 16px;
  }
  textarea.form-control {
    min-height: 90px;
  }
  .btn {
    font-size: 16px;
  }
  .btn2 {
    font-size: 16px;
  }
  .link-text {
    font-size: 16px;
  }
}
header {
  position: relative;
}
header .header-con {
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid #F2F4F7;
  transition: 0.5s ease;
}
header .header-con .navbar {
  position: initial;
}
header .header-con .navbar .navbar-brand {
  position: relative;
  padding: 24px 0;
}
header .header-con .navbar .navbar-brand figure {
  margin-bottom: 0;
}
header .header-con .navbar .navbar-brand figure img {
  width: auto;
  max-width: 100%;
}
header .header-con .navbar .header-menu-fixd {
  position: initial;
}
header .header-con .navbar .menu-header {
  position: initial;
}
header .header-con .navbar .menu-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  display: inline-block;
  position: initial;
}
header .header-con .navbar .menu-header ul li {
  margin: 0;
  padding: 0 12px;
  list-style: none;
  width: auto;
  display: inline-block;
  position: initial;
}
header .header-con .navbar .menu-header ul li:last-child {
  padding-right: 0;
}
header .header-con .navbar .menu-header ul li:hover > ul {
  display: block;
}
header .header-con .navbar .menu-header ul li a {
  color: #66666E;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
  padding: 24px 0;
  width: auto;
  display: inline-block;
}
header .header-con .navbar .menu-header ul li a:hover {
  color: #001ED9;
}
header:hover .header-con {
  background-color: #ffffff;
  transition: 0.5s ease;
}

.nav-right-side {
  position: relative;
}
.nav-right-side ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  display: inline-block;
  position: initial;
}
.nav-right-side ul li {
  margin: 0;
  padding: 0 12px;
  list-style: none;
  width: auto;
  display: inline-block;
  position: initial;
}
.nav-right-side ul li:last-child {
  padding-right: 0;
}
.nav-right-side ul .btn-con {
  position: relative;
}
.nav-right-side ul .btn-con .btn {
  position: relative;
}
.nav-right-side ul .language-text-con {
  position: relative;
}
.nav-right-side ul .language-text-con .language-text {
  color: #66666E;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}
.nav-right-side ul .navbar-toggler-rs {
  position: relative;
}
.nav-right-side ul .navbar-toggler-rs .navbar-toggler {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  color: #66666E;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}

@media only screen and (max-width: 1199.98px) {
  header .header-con {
    padding: 0;
  }
  header .header-con .container {
    max-width: 100%;
    padding: 0;
  }
  header .header-con .navbar {
    padding: 0 15px !important;
  }
  header .header-con .navbar .navbar-brand {
    padding: 15px 0;
    margin: 0 4px;
  }
  header .header-con .navbar .navbar-brand img {
    width: 140px;
    max-width: 100%;
  }
  header .header-con .navbar .menu-header {
    position: absolute;
    top: 62px;
    background: #ffffff;
    width: 100%;
    left: 0;
    right: 0;
  }
  header .header-con .navbar .menu-header .header-menu-fixd {
    width: 100%;
    display: inline-block;
    padding: 21px 0;
    overflow-x: hidden;
    height: calc(100vh - 62px);
  }
  header .header-con .navbar .menu-header ul {
    width: 100%;
    padding: 8px 0;
  }
  header .header-con .navbar .menu-header ul li {
    padding: 0;
    width: 100%;
  }
  header .header-con .navbar .menu-header ul li a {
    padding: 8px 15px;
    width: 100%;
    display: inline-block;
    color: #000000;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .nav-right-side {
    position: relative;
  }
  .nav-right-side ul .btn-con {
    display: none;
  }
  .nav-right-side ul .language-text-con {
    display: none;
  }
}
footer {
  position: relative;
}
footer .footer-top-con {
  position: relative;
  text-align: center;
}
footer .footer-top-con .footer-col {
  padding: 15px 0;
}
footer .footer-top-con .footer-col .footer-logo {
  position: relative;
  margin-bottom: 15px;
}
footer .footer-bottom-con {
  position: relative;
}
footer .footer-bottom-con .copyright-menu-con {
  position: relative;
  border-top: 1px solid #667085;
  padding-top: 30px;
}
footer .footer-bottom-con .copyright-menu-con .footer-col {
  padding: 15px 0;
}
footer .footer-bottom-con .copyright-menu-con .footer-col .copyright-text {
  position: relative;
}
footer .footer-bottom-con .copyright-menu-con .footer-col .copyright-text p {
  margin-bottom: 0;
}
footer .footer-bottom-con .copyright-menu-con .footer-col .list-menu-ul {
  text-align: right;
}
footer .footer-bottom-con .copyright-menu-con .footer-col .list-menu-ul ul li {
  font-weight: 400;
}
footer .footer-bottom-con .copyright-menu-con .footer-col .list-menu-ul ul li a {
  color: #667085;
}
footer .footer-bottom-con .copyright-menu-con .footer-col .list-menu-ul ul li a:hover {
  color: #001ED9;
}

@media only screen and (max-width: 991.98px) {
  footer .footer-bottom-con .copyright-menu-con {
    padding-top: 21px;
  }
  footer .footer-bottom-con .copyright-menu-con .footer-col .copyright-text {
    text-align: center;
  }
  footer .footer-bottom-con .copyright-menu-con .footer-col .list-menu-ul {
    text-align: center;
  }
}
.list-menu-ul {
  position: relative;
}
.list-menu-ul ul {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-menu-ul ul li {
  color: #475467;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
  width: auto;
  display: inline-block;
  padding: 0 8px;
  margin: 0;
  list-style: none;
}
.list-menu-ul ul li:first-child {
  padding-left: 0;
}
.list-menu-ul ul li:last-child {
  padding-right: 0;
}
.list-menu-ul ul li a {
  color: #66666E;
}
.list-menu-ul ul li a:hover {
  color: #001ED9;
}

.newsletter-con {
  position: relative;
}
.newsletter-con .newsletter-col {
  padding: 12px 0;
}
.newsletter-con .newsletter-text h6 {
  position: relative;
}
.newsletter-con .newsletter-text p {
  position: relative;
}
.newsletter-con .newsletter-form {
  width: 100%;
  display: inline-block;
}
.newsletter-con .newsletter-form .newsletter-input-line {
  width: 100%;
  display: inline-flex;
}
.newsletter-con .newsletter-form .newsletter-input-line .form-control {
  width: calc(100% - 120px);
}
.newsletter-con .newsletter-form .newsletter-input-line .btn {
  width: 120px;
  margin-left: 15px;
}

.se-title {
  position: relative;
}
.se-title .se-title-col {
  padding: 8px 0;
}
.se-title .se-title-col .se-title-left h2 {
  margin-bottom: 8px;
}
.se-title .se-title-col .se-title-right p {
  margin-bottom: 8px;
}
.se-title .link-text-right {
  text-align: right;
}

.home-banner-con {
  position: relative;
  height: calc(100vh - 80px);
  min-height: 550px;
  background-color: #E9F1FF;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-image: url(../images/home-banner.png);
}
.home-banner-con .home-banner-title {
  position: relative;
}
.home-banner-con .home-banner-title h1 {
  position: relative;
}
.home-banner-con .home-banner-title h1 span {
  color: #001ED9;
}
.home-banner-con .home-banner-text {
  position: relative;
}
.home-banner-con .home-banner-text .home-banner-text-col {
  padding: 15px 0;
}
.home-banner-con .home-banner-text .home-banner-text-col .btn-con {
  position: relative;
}
.home-banner-con .home-banner-text .home-banner-text-col .btn-con .btn2 {
  font-weight: 400;
  background-color: #001ED9;
  border-color: #001ED9;
}
.home-banner-con .home-banner-text .home-banner-text-col .btn-con .btn2:hover {
  background-color: #25252A;
  border-color: #25252A;
}
.home-banner-con .home-banner-text .home-banner-text-col .search-form {
  position: relative;
}
.home-banner-con .home-banner-text .home-banner-text-col .search-form .search-input-line {
  position: relative;
}
.home-banner-con .home-banner-text .home-banner-text-col .search-form .search-input-line .form-control {
  position: relative;
  border-radius: 65px;
  width: 100%;
  padding-right: 60px;
}
.home-banner-con .home-banner-text .home-banner-text-col .search-form .search-input-line .btn {
  position: absolute;
  border-radius: 24px;
  right: 0;
  height: 100%;
  padding: 15px 21px;
}
.home-banner-con .home-banner-text .home-banner-text-col .search-form .search-input-line .btn .fa {
  position: relative;
}

.traing-Disc-Courses-full {
  position: relative;
}
.traing-Disc-Courses-full .traing-Disc-Courses-col {
  padding: 15px 0;
}
.traing-Disc-Courses-full .traing-Disc-Courses-img-full {
  position: relative;
  height: 100%;
}
.traing-Disc-Courses-full .traing-Disc-Courses-img-full figure {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.traing-Disc-Courses-full .traing-Disc-Courses-img-full figure img {
  width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.traing-Disc-Courses-list-con {
  position: relative;
}
.traing-Disc-Courses-list-con .traing-Disc-Courses-list-col {
  position: relative;
  margin: 8px auto;
  padding: 18px;
  border-radius: 15px;
  background-color: #ffffff;
}
.traing-Disc-Courses-list-con .traing-Disc-Courses-list-col:hover {
  box-shadow: 0px 0px 30px 5px rgba(130, 130, 130, 0.2);
}
.traing-Disc-Courses-list-con .traing-Disc-Courses-list-col:hover .traing-Disc-Courses-list-full figure img {
  transform: scale(1.1);
}
.traing-Disc-Courses-list-con .traing-Disc-Courses-list-col .traing-Disc-Courses-list-full {
  position: relative;
}
.traing-Disc-Courses-list-con .traing-Disc-Courses-list-col .traing-Disc-Courses-list-full figure {
  position: relative;
}
.traing-Disc-Courses-list-con .traing-Disc-Courses-list-col .traing-Disc-Courses-list-full figure img {
  width: auto;
  height: 74px;
  transition: 1s;
}
.traing-Disc-Courses-list-con .traing-Disc-Courses-list-col .traing-Disc-Courses-list-full h6 {
  position: relative;
  font-weight: 500;
}
.traing-Disc-Courses-list-con .traing-Disc-Courses-list-col .traing-Disc-Courses-list-full p {
  position: relative;
  color: rgb(37, 37, 42);
}
.traing-Disc-Courses-list-con .traing-Disc-Courses-list-col .traing-Disc-Courses-list-full .Courses-count {
  position: relative;
}
.traing-Disc-Courses-list-con .traing-Disc-Courses-list-col .traing-Disc-Courses-list-full .Courses-count p {
  position: relative;
  margin-bottom: 0;
  color: rgb(102, 102, 110);
}

.get-in-touch-con {
  position: relative;
}
.get-in-touch-con .get-in-touch-form {
  padding-right: 15px;
}
.get-in-touch-con .get-in-touch-img-full {
  width: 100%;
  height: 100%;
}
.get-in-touch-con .get-in-touch-img-full figure {
  width: 100%;
  height: 100%;
}
.get-in-touch-con .get-in-touch-img-full figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.about-best-online-courses-con {
  position: relative;
}
.about-best-online-courses-con .about-best-online-courses-col {
  padding: 15px 0;
}
.about-best-online-courses-con .about-best-online-courses-img-full {
  width: 100%;
  height: 100%;
  padding-right: 30px;
}
.about-best-online-courses-con .about-best-online-courses-img-full figure {
  width: 100%;
  height: 100%;
}
.about-best-online-courses-con .about-best-online-courses-img-full figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.about-best-online-courses-con .about-best-online-courses-text {
  position: relative;
}
.about-best-online-courses-con .about-best-online-courses-text label {
  color: #001ED9;
}
.about-best-online-courses-con .about-best-online-courses-text h2 {
  font-weight: 600;
}
.about-best-online-courses-con .about-best-online-courses-text .about-best-online-courses-count {
  padding: 15px 0;
}
.about-best-online-courses-con .about-best-online-courses-text .about-best-online-courses-count h1 {
  color: #001ED9;
  margin-bottom: 8px;
}
.about-best-online-courses-con .about-best-online-courses-text .about-best-online-courses-count p {
  color: #101828;
  margin-bottom: 0;
}

.post-card-list-filter-con {
  position: relative;
}
.post-card-list-filter-con .post-card-list-filter-col {
  padding: 15px 0;
}
.post-card-list-filter-con .post-card-list-filter {
  width: 100%;
  box-shadow: 0px 8px 30px 0px rgba(0, 5, 58, 0.0509803922);
  padding: 15px;
}

.filter-box-con .filter-box-title.collapsed:after {
  content: "+";
}

.filter-box-con {
  position: relative;
}
.filter-box-con .filter-box-title {
  position: relative;
  background-color: #F2F4F7;
  padding: 15px 30px 15px 15px;
  cursor: pointer;
  color: #25252A;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 8px;
}
.filter-box-con .filter-box-title::after {
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 12px;
  font-family: "FontAwesome";
  font-size: 21px;
}
.filter-box-con .filter-box-title.collapsed:after {
  content: "\f106";
}
.filter-box-con .filter-box-body {
  position: relative;
  padding: 15px;
  width: 100%;
}
.filter-box-con .filter-box-body .filter-box-list {
  position: relative;
  width: 100%;
}
.filter-box-con .filter-box-body .filter-box-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: inline-block;
}
.filter-box-con .filter-box-body .filter-box-list ul li {
  margin: 0;
  padding: 4px 0;
  list-style: none;
  width: 100%;
  display: inline-block;
  color: #66666E;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}

.filter-box-list .form-check {
  position: relative;
  width: 100%;
}
.filter-box-list .form-check .form-check-input {
  margin-top: 1px;
  box-shadow: none;
  outline: none;
}
.filter-box-list .form-check .form-check-label {
  margin-bottom: 0;
  cursor: pointer;
  color: #66666E;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}
.filter-box-list .form-check .form-check-label:hover {
  color: #25252A;
}

.pagination-box-con {
  position: relative;
  padding: 30px 15px;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.pagination-box-con .pagination {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: auto;
  display: inline-block;
}
.pagination-box-con .pagination li {
  width: auto;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 3px 6px 3px 0px;
}
.pagination-box-con .pagination li a {
  width: auto;
  display: inline-block;
  border: 1px solid #E6E9ED;
  opacity: 1;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #25252A;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 0px;
}
.pagination-box-con .pagination li a:hover {
  background-color: #001ED9;
  color: #ffffff;
}
.pagination-box-con .pagination li.active a {
  background-color: #001ED9;
  color: #ffffff;
}

.post-card-top-filter-con {
  position: relative;
}
.post-card-top-filter-con .post-card-top-filter-col {
  padding: 8px 0;
}

.search-filter {
  position: relative;
}
.search-filter .form-control {
  width: 100%;
  padding-left: 36px;
  background-image: url(../images/search.svg);
  background-position: 9px 12px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.filter-option-drop {
  position: relative;
}
.filter-option-drop .input-filter-drop {
  color: #011632;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
  padding-right: 30px;
  box-shadow: 0px 8px 30px 0px rgba(0, 5, 58, 0.0509803922);
  background-color: #F2F4F7;
  position: relative;
  background-image: url(../images/drop-arrow.svg);
  background-position: calc(100% - 14px) 20px;
  background-repeat: no-repeat;
  background-size: 13px;
}

.filter-dropdown {
  position: relative;
}
.filter-dropdown .fil-drop-btn {
  position: relative;
  background: transparent;
  border: 0;
  padding: 0;
}
.filter-dropdown .fil-drop-btn img {
  position: relative;
  margin-right: 8px;
  width: 36px;
}
.filter-dropdown .fil-drop-btn span {
  position: relative;
  color: #8A8A91;
}

.input-select-drop {
  padding-right: 30px;
  position: relative;
  background-image: url(../images/drop-arrow.svg);
  background-position: calc(100% - 14px) 20px;
  background-repeat: no-repeat;
  background-size: 13px;
}

.breadcrumb-con {
  position: relative;
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
}
.breadcrumb-con .breadcrumb-ul {
  width: 100%;
  position: relative;
}
.breadcrumb-con .breadcrumb-ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  position: relative;
  display: inline-block;
}
.breadcrumb-con .breadcrumb-ul ul li {
  margin: 6px auto;
  padding: 0;
  list-style: none;
  width: auto;
  position: relative;
  display: inline-block;
  color: 14px;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 0px;
}
.breadcrumb-con .breadcrumb-ul ul li a {
  color: #66666E;
  font-weight: 400;
  position: relative;
}
.breadcrumb-con .breadcrumb-ul ul li a:hover {
  color: #001ED9;
}
.breadcrumb-con .breadcrumb-ul ul li a::after {
  content: "\f105";
  font-family: fontawesome;
  margin: 0 8px;
  color: #66666E;
}
.breadcrumb-con .breadcrumb-ul ul li:last-child {
  color: #4549E0;
}
.breadcrumb-con .breadcrumb-ul ul li:last-child a::after {
  display: none;
}

.tab-nav-ul-con {
  position: relative;
  box-shadow: 0px 30px 60px 0px rgba(200, 204, 223, 0.2);
}
.tab-nav-ul-con .tab-nav-ul {
  position: relative;
}
.tab-nav-ul-con .tab-nav-ul ul {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  display: inline-block;
}
.tab-nav-ul-con .tab-nav-ul ul li {
  position: relative;
  position: relative;
  margin: 0;
  padding: 0 20px 0 0;
  width: auto;
  list-style: none;
  display: inline-block;
}
.tab-nav-ul-con .tab-nav-ul ul li a {
  position: relative;
  color: #66666E;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 0px;
  margin: 0;
  padding: 20px 0;
  background-color: transparent;
  border: 0;
  box-shadow: inherit;
  outline: inherit;
}
.tab-nav-ul-con .tab-nav-ul ul li a.active {
  background-color: transparent !important;
  border: 0;
  box-shadow: inherit;
  outline: inherit;
  color: #4549E0 !important;
  border-bottom: 2px solid #4549E0;
  border-radius: 0;
}
.tab-nav-ul-con .tab-nav-ul ul li a:hover {
  color: #4549E0 !important;
}

.tab-content-body-con {
  position: relative;
}
.tab-content-body-con .tab-content {
  margin: 0;
  padding: 0;
}
.tab-content-body-con .tab-content .tab-pane {
  margin: 0;
  padding: 0;
}
.tab-content-body-con .tab-content .tab-pane .tab-pane-body {
  padding: 15px 0;
}

.border-box-text {
  border: 1px solid #D8D8DA;
  padding: 21px;
  border-radius: 8px;
  width: 100%;
  background-color: #ffffff;
}

.dot-ul {
  position: relative;
}
.dot-ul ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: inline-block;
}
.dot-ul ul li {
  margin: 0;
  padding: 4px 0 4px 18px;
  list-style: none;
  width: 100%;
  display: inline-block;
  position: relative;
  color: #66666E;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}
.dot-ul ul li a {
  color: #66666E;
}
.dot-ul ul li a:hover {
  color: #001ED9;
}
.dot-ul ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border: 0;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  line-height: normal;
  position: absolute;
  padding: 0 0 0 1px;
  left: 1px;
  top: 14px;
  color: #66666E;
  background-color: #66666E;
}

.tabel-box-con {
  position: relative;
}

.table-ui {
  position: relative;
}
.table-ui table {
  position: relative;
}
.table-ui table thead {
  position: relative;
}
.table-ui table thead tr {
  position: relative;
}
.table-ui table thead tr th {
  position: relative;
  padding: 15px;
  color: #66666E;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}
.table-ui table tbody {
  position: relative;
}
.table-ui table tbody tr {
  position: relative;
}
.table-ui table tbody tr td {
  position: relative;
  padding: 15px;
  color: #66666E;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}
.table-ui table tbody tr td:first-child {
  font-weight: 600;
}
.table-ui table tbody tr td .tab-td-pdf {
  position: relative;
  margin-right: 15px;
}
.table-ui table tbody tr td .tab-td-pdf a {
  color: #66666E;
}
.table-ui table tbody tr td .tab-td-register {
  position: relative;
  font-weight: 600;
}
.table-ui table tbody tr td .tab-td-register a {
  color: #001ED9;
}
.table-ui .table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #F9FAFB;
}

.modal .modal-xl {
  width: 1060px;
  max-width: 99%;
}
.modal .modal-content {
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.2509803922);
  border-radius: 15px;
}
.modal .modal-body {
  padding: 21px;
  display: inline-block;
  width: 100%;
}
.modal .modal-header {
  background: rgba(212, 213, 255, 0.2117647059);
  padding: 21px;
  display: inline-block;
  width: 100%;
}

.modal-header-box-col {
  padding: 8px 0;
}

.reg-title p {
  color: #001ED9;
  font-weight: 600;
  margin-bottom: 8px;
}
.reg-title h6 {
  position: relative;
  margin-bottom: 8px;
}

.reg-btn {
  text-align: right;
}
.reg-btn .btn {
  background-color: #25252A;
  font-size: 12px;
  font-weight: 600;
  border-color: #25252A;
}
.reg-btn .btn:hover {
  background-color: #001ED9;
  border-color: #001ED9;
}

.reg-date-add {
  position: relative;
  text-align: right;
}
.reg-date-add ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  display: inline-block;
}
.reg-date-add ul li {
  margin: 0;
  padding: 0 8px;
  list-style: none;
  width: auto;
  display: inline-block;
}
.reg-date-add ul li:first-child {
  padding-left: 0;
}
.reg-date-add ul li:last-child {
  padding-right: 0;
}
.reg-date-add ul li .post-date {
  color: #44444C;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin-bottom: 4px;
  width: auto;
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
.reg-date-add ul li .post-date::before {
  content: "";
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px;
  background-image: url(../images/date-icon.svg);
  display: inline-block;
  position: absolute;
  left: 0;
  top: -4px;
}
.reg-date-add ul li .post-add {
  color: #44444C;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin-bottom: 4px;
  width: auto;
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
.reg-date-add ul li .post-add::before {
  content: "";
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px;
  background-image: url(../images/location.svg);
  display: inline-block;
  position: absolute;
  left: 0;
  top: -4px;
}

.reg-price-admin-info {
  position: relative;
}
.reg-price-admin-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  display: inline-block;
}
.reg-price-admin-info ul li {
  margin: 0;
  padding: 0 8px;
  list-style: none;
  width: auto;
  display: inline-block;
}
.reg-price-admin-info ul li:first-child {
  padding-left: 0;
}
.reg-price-admin-info ul li:last-child {
  padding-right: 0;
}
.reg-price-admin-info ul li .post-price-day {
  position: relative;
}
.reg-price-admin-info ul li .post-price-day span {
  background-color: rgba(0, 30, 217, 0.0509803922);
  border-color: rgba(0, 30, 217, 0.0509803922);
  color: #001ED9;
  font-size: 14px;
  padding: 8px 14px;
  font-weight: 600;
  line-height: normal;
  border-radius: 30px;
  width: auto;
  display: inline-block;
  margin: 4px 8px 4px 0;
}

.ittlr-con {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
}
.ittlr-con .ittlr-left {
  width: 60px;
  padding-right: 15px;
}
.ittlr-con .ittlr-left figure {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  background-color: #cdcdcd;
}
.ittlr-con .ittlr-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.ittlr-con .ittlr-right {
  width: calc(100% - 60px);
}
.ittlr-con .ittlr-right p {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: normal;
}
.ittlr-con .ittlr-right p strong {
  font-size: 14px;
  font-weight: 600;
  color: #111114;
}

.text-amin-info-box {
  width: auto;
  display: inline-flex;
  align-items: center;
}
.text-amin-info-box .text-amin-info-text {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #8A8A91;
}
.text-amin-info-box .text-amin-info-admin {
  width: auto;
}

@media only screen and (max-width: 1399.98px) {
  .dot-ul ul li {
    font-size: 16px;
    line-height: 27px;
  }
  .table-ui table thead tr th {
    font-size: 16px;
    line-height: 27px;
  }
  .table-ui table tbody tr td {
    font-size: 16px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .dot-ul ul li {
    font-size: 15px;
    line-height: 26px;
  }
  .table-ui table thead tr th {
    font-size: 15px;
    line-height: 26px;
  }
  .table-ui table tbody tr td {
    font-size: 15px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 991.98px) {
  .venues-list-slider .slick-list {
    padding-right: 30px;
  }
  .courses-list-slider .slick-list {
    padding-right: 30px;
  }
  .home-banner-text {
    display: none;
  }
  .home-banner-con {
    min-height: 450px;
  }
  .traing-Disc-Courses-full .traing-Disc-Courses-img-full {
    display: none;
  }
  .traing-Disc-Courses-list-con .traing-Disc-Courses-list-col {
    box-shadow: 0px 0px 8px 1px rgba(130, 130, 130, 0.1);
  }
  .get-in-touch-con .get-in-touch-form {
    padding-right: 0;
  }
  .get-in-touch-con .get-in-touch-img-full {
    display: none;
  }
  .dot-ul ul li {
    font-size: 15px;
    line-height: 26px;
  }
  .table-ui table thead tr th {
    font-size: 15px;
    line-height: 26px;
  }
  .table-ui table tbody tr td {
    font-size: 15px;
    line-height: 26px;
  }
  .reg-btn {
    text-align: left;
  }
  .reg-date-add {
    text-align: left;
  }
}
@media only screen and (max-width: 767.98px) {
  .se-title .link-text-right {
    text-align: center;
  }
  .dot-ul ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .table-ui table thead tr th {
    font-size: 14px;
    line-height: 24px;
    min-width: 160px;
  }
  .table-ui table tbody tr td {
    font-size: 14px;
    line-height: 24px;
    min-width: 160px;
  }
}
@media only screen and (max-width: 575.98px) {
  .dot-ul ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .table-ui table thead tr th {
    font-size: 14px;
    line-height: 24px;
  }
  .table-ui table tbody tr td {
    font-size: 14px;
    line-height: 24px;
  }
}

/*# sourceMappingURL=style.css.map */
