/*# Global Css Start  */
*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}
input {
  outline: 0;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
}

/* contact form css start  */
.a2n_contact-area {
  background-color: #f1f5f9;
  padding: 90px 10px 50px 10px;
  min-height: 60vh;
}
.a2n_contact__form {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
  border-radius: 10px;
  max-width: 475px;
  width: 100%;
  margin: 0 auto;
  font-family: "Outfit", sans-serif;
}
.a2n_contact__form > h3 {
  color: #282828;
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin: 20px 0 10px;
}
.a2n_contact__form label {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  width: 100%;
}
.a2n_contact__form label input,
.a2n_contact__form label textarea {
  font-size: 15px;
  margin-top: 8px;
  padding: 8px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #000;
}
.a2n_contact__form input[type="submit"] {
  background: var(--color-primary);
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  border: 0;
  outline: 0;
}
/* contact form css end  */

/* footer area css start  */
.a2n_footer__area {
  background: #fff;
  padding: 120px 0px 60px 0px;
}
.a2n_footer__area .footer_container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.a2n_footer__area .footer_item {
  width: 33.333%;
  padding: 10px;
}
.a2n_footer__area .footer_logo {
  margin-bottom: 20px;
}
.a2n_footer__area .footer_logo img {
  width: 155px;
  max-width: 100%;
}
.a2n_footer__area .footer_desc {
  color: #64748b;
  font-family: "Outfit", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 20px;
}
.a2n-social-icons-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
}
.a2n-social-icons-wrapper .a2n_social_icon {
  background-color: var(--color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #fff;
  border-radius: 10%;
  transition: all 0.3s ease;
}
.a2n-social-icons-wrapper .a2n_social_icon:hover {
  opacity: 0.9;
}
.a2n-social-icons-wrapper .a2n_social_icon i {
  font-size: 17px;
  color: inherit;
}
.a2n_footer__area .footer_title {
  color: #2b354e;
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 20px;
}
.a2n_footer__leftMenu li:not(:last-child) {
  padding-bottom: calc(5px / 2);
}
.a2n_footer__leftMenu li a {
  display: inline-block;
  color: #64748b;
  font-size: 16px;
  line-height: 22px;
  font-family: "Outfit", sans-serif;
  transition: all 0.3s ease;
}
.a2n_footer__leftMenu li a:hover {
  color: var(--color-primary);
}
.a2n_footer__area .a2n_copyright {
  color: #64748b;
  font-family: "Outfit", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.64px;
  margin: 0;
}
@media (max-width: 767px) {
  .a2n_footer__area .footer_container {
    flex-direction: column;
  }
  .a2n_footer__area .footer_item {
    width: 100%;
  }
}
/* footer area css end  */

/* Single Course Page css starts */
.course-text-wrapper .price-container{
  margin-bottom: 10px
}
.course-text-wrapper del{
  font-size: 20px;
}
.course-text-wrapper span{
  font-size: 24px;
}
.ds-5-single-hero {
  padding: 30px 0 60px;
  background: #f1f5f9;
}
.ds-5-single-hero .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.ds-5-single-hero .container .hero-area {
  display: flex;
  align-items: center;
  gap: 30px;
}
.ds-5-single-hero .container .hero-area .course-img-wrapper {
  width: 41.6666666667%;
}
.ds-5-single-hero .container .hero-area .course-img-wrapper img {
  max-width: 100%;
}

.ds-5-single-hero .container .hero-area .course-text-wrapper {
  width: 58.3333333333%;
}
.ds-5-single-hero .container .hero-area .course-text-wrapper .course-title {
  font-family: "Outfit";
  font-weight: 600;
  font-size: 37px;
  line-height: 46px;
  color: #2b354e;
  margin: 0 0 10px;
}
.ds-5-single-hero .container .hero-area .course-text-wrapper .course-link {
  background: var(--color-primary);
  border-radius: 5px;
  color: #fff;
  border: none;
  display: block;
  max-width: 615px;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Outfit", serif;
  text-decoration: none;
}
.ds-5-course-content {
  background: #fff;
  padding: 50px 0;
}
.ds-5-course-content > .container {
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
.ds-5-course-content .a2n_course__contents {
  font-family: "Outfit", serif;
  font-size: 14px;
  color: #444;
}
.ds-5-course-content .a2n_course__contents > a {
  display: block;
}
.ds-5-course-content .a2n_course__contents p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.ds-5-course-content .a2n_course__contents h3 {
  font-family: inherit;
  font-size: 25px;
  font-weight: 700;
  color: #282828;
  margin: 20px 0;
}
.ds-5-course-content ul {
  list-style: disc;
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
.a2n_award__area {
  display: none;
  background: #f1f5f9;
  padding: 50px 0;
}
.a2n_award__area .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.a2n-awards_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.e-the-actual-award-des {
  width: 50%;
}
.e-the-actual-award-des p {
  font-family: "Outfit";
  font-size: 18px;
  line-height: 28px;
  color: #2b354e;
  font-weight: 400;
}
.e-the-actual-award-img {
  width: 30%;
}
.e-the-actual-award-img img {
  max-width: 100%;
  vertical-align: middle;
}
.a2n_video__area {
  display: none;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
}
.a2n_video__area .a2n_vdo_container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  background-color: #f9f9f9;
  text-align: center;
  padding: 30px 10px;
}
.a2n_video__area .a2n_vdo_container .vdo_subTitle {
  margin: 0 0 20px;
  color: #2b354e;
  font-family: "Outfit", Sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 47px;
}
.a2n_video__area .a2n_vdo_wrapper {
  width: 100%;
  max-width: 988px;
  margin: 0px auto;
}
.a2n_video__area .a2n_vdo_wrapper video {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}
.a2n_courseCurriculum__area {
  background: #fff;
  padding: 80px 15px;
}
.a2n_courseCurriculum__area .heading {
  font-family: "Outfit";
  text-align: center !important;
  display: block;
  font-size: 36px;
  line-height: 43px;
  font-weight: 600;
  margin: 20px 0;
}
.a2n_courseCurriculum__area .course_curriculum_wrapper {
  width: 720px;
  margin: 0 auto;
}
.a2n_courseCurriculum__area .table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
}
.course_curriculum.accordion tr.course_section {
  border: 1px solid #e2e8f0 !important;
  margin: 0;
  font-size: 16px;
}
.course_curriculum.accordion .course_section > td:after {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  color: rgba(0, 0, 0, 0.2);
  font-size: 40px;
  position: absolute;
  right: 0;
  top: 15px;
}
.course_curriculum.accordion .course_section.show > td:after {
  content: "-";
  font-size: 50px;
  top: 10px;
}
.course_curriculum.accordion .course_section > td:after {
  right: 5px;
}
.course_curriculum.accordion .course_lesson .curriculum-icon > i,
.course_curriculum.accordion .course_lesson .curriculum-icon > svg {
  background: #fff;
  color: var(--color-primary);
  border-radius: 50px;
  margin: 0;
  display: grid;
  padding: 2px;
}
.course_curriculum .course_lesson .curriculum-icon > i,
.course_curriculum .course_lesson .curriculum-icon > svg {
  float: left;
  font-size: 16px;
}
.course_curriculum.accordion .course_section > td {
  font-family: "Outfit";
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: #2b354e;
  background: #fff;
}
.course_curriculum.accordion .course_section > td {
  position: relative;
  border: none;
  letter-spacing: 1px;
}
.course_curriculum .course_lesson {
  margin: 0;
  padding: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}
.course_curriculum.accordion .course_lesson {
  display: none;
}

.course_curriculum.accordion tr.course_lesson {
  background: #e2e8f0;
  border-top: 1px solid #e2e8f0;
}
.course_curriculum .course_lesson > td {
  border: none;
  vertical-align: middle !important;
  padding: 15px 8px;
  line-height: 1.428571429;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.course_curriculum .course_lesson .curriculum-icon {
  width: 20px;
}
.course_curriculum.accordion .course_lesson.show {
  display: table !important;
  width: 100%;
}
.the-std-feedback-div a {
  display: block;
  color: var(--color-primary);
  font-family: "Outfit";
  font-size: 17px;
  line-height: 24px;
  border: 1px solid;
  margin: 0 auto;
  width: 170px;
  text-align: center;
  padding: 10px 15px;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.the-std-feedback-div a:hover {
  color: #2e4571;
}
.course_curriculum .course_lesson > td:last-child {
  width: 110px;
}
.course_curriculum .course_lesson > td:last-child i,
.course_curriculum .course_lesson > td:last-child svg {
  float: left;
  margin-right: 5px;
}
.course_curriculum .course_lesson span {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.course_curriculum .course_lesson span.time {
  display: block;
  text-align: right;
  letter-spacing: 1px;
}
.course_curriculum span.time i,
.course_curriculum span.time svg {
  font-size: 1.6em;
  color: var(--color-primary) !important;
}
@media only screen and (max-width: 767px) {
  .ds-5-single-hero {
    padding: 30px 0;
  }
  .ds-5-single-hero .container .hero-area {
    flex-direction: column;
    gap: 30px;
  }
  .ds-5-single-hero .container .hero-area > div {
    width: 100% !important;
  }
  .ds-5-single-hero .container .hero-area .course-text-wrapper .course-title {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
  .a2n_courseCurriculum__area .course_curriculum_wrapper {
    width: 340px;
  }
  .a2n-awards_wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .a2n-awards_wrapper > div {
    width: 100% !important;
    text-align: center;
  }
  .a2n_video__area .a2n_vdo_container .vdo_subTitle {
    font-size: 28px;
    line-height: 37px;
  }
  .a2n_courseCurriculum__area {
    padding: 40px 15px;
  }
  .course_curriculum.accordion .course_section > td {
    font-size: 15px;
    line-height: 20px;
  }
}
/* Single Course Page css ends */
/* All blogs Css starts */
.ds-5-all-blog-wrapper {
  background: #f1f5f9;
}
.ds-5-all-blog-wrapper .ds-5-all-blog-header-area {
  max-width: 1380px;
  margin: 0 auto;
}
.ds-5-all-blog-wrapper .all-blogs-wrapper {
  padding: 40px 0 80px;
}
.ds-5-all-blog-wrapper .ds-5-all-blog-header-area .title-course {
  text-align: center;
}
.ds-5-all-blog-wrapper .ds-5-all-blog-header-area .title-course h2 {
  text-align: center;
  font-family: "Outfit";
  font-weight: 600;
  color: #fff;
  font-size: 2.5rem;
}
.ds-5-all-blog-wrapper .all-blogs-wrapper .container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: start;
  gap: 20px;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper:not(.singleBlog__wrapper)
  .container
  .left-area {
  width: 75%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}
.ds-5-all-blog-wrapper .all-blogs-wrapper .container .left-area .blog {
  border-radius: 5px;
  position: relative;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .left-area
  .blog.grid-blog
  .blog-image {
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .left-area
  .blog.grid-blog
  .blog-image
  > a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  color: #22100d;
  text-decoration: none;
  background-color: transparent;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .left-area
  .blog.grid-blog
  .blog-image
  a:hover
  img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .left-area
  .blog.grid-blog
  .blog-image
  img {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .left-area
  .blog.grid-blog
  .blog-grid-box {
  background: #fff;
  padding: 15px;
  margin: 0px 10px;
  margin-top: -20px;
  position: relative;
  border-radius: 5px;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .left-area
  .blog.grid-blog
  .blog-grid-box
  .blog-info {
  color: #26292c;
  font-size: 14px;
  margin-bottom: 20px;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .left-area
  .blog.grid-blog
  .blog-grid-box
  .blog-info
  .post-left
  ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  color: #000;
  font-weight: 400;
  display: flex;
  border: 0;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .left-area
  .blog.grid-blog
  .blog-grid-box
  .blog-info
  .post-left
  ul
  li
  img {
  margin-right: 9px;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .left-area
  .blog.grid-blog
  .blog-grid-box
  .blog-info
  .post-left
  ul
  li:first-child {
  padding: 0px 5px;
  padding-left: 0;
  border: 0;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .left-area
  .blog.grid-blog
  .blog-grid-box
  .blog-info
  .post-left
  ul
  li {
  padding: 0px 5px;
  border-left: 1px solid #c4c4c4;
  color: #000;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .left-area
  .blog.grid-blog
  .blog-grid-box
  .blog-title {
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 1.3;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .left-area
  .blog.grid-blog
  .blog-grid-box
  .blog-title
  a {
  color: #000;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .left-area
  .blog.grid-blog
  .blog-grid-box
  .blog-content
  p {
  margin: 0 0 20px;
  font-size: 14px;
  color: #685f78;
  font-weight: 400;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .left-area
  .blog.grid-blog
  .blog-grid-box
  .blog-content
  .btn-primary {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 9px 28px;
  display: inline-block;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .left-area
  .blog.grid-blog
  .blog-grid-box
  .blog-content
  .btn-primary:hover {
  background: #fff;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
.ds-5-all-blog-wrapper .all-blogs-wrapper .container .right-area {
  width: 25%;
}
.ds-5-all-blog-wrapper .all-blogs-wrapper .container .right-area .blog-widget {
  padding: 20px;
  border: 1px solid #e9ecef;
  margin-bottom: 20px;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: #212529;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .right-area
  .blog-search
  .card-body {
  flex: 1 1 auto;
  padding: 0;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .right-area
  .blog-search
  .card-body
  .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .right-area
  .blog-search
  .input-group
  .form-control {
  background: rgba(229, 229, 229, 0.42);
  border: 0;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  font-size: 15px;
  min-height: 44px;
  border: 0;
  outline: 0;
  padding: 0 10px;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .right-area
  .input-group
  > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .right-area
  .blog-search
  .input-group
  .btn-primary {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  margin-left: calc(1px * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 6px 12px;
  color: #fff;
  cursor: pointer;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .right-area
  .blog-widget
  .card-header
  .card-title {
  font-size: 18px;
  color: #0b0b0b;
  font-weight: 700;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .right-area
  .blog-widget
  .card-header {
  border-bottom: 0px;
  padding: 0px;
  margin-bottom: 20px;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .right-area
  .category-widget
  .categories
  > li
  > a
  > svg {
  color: var(--color-primary);
  font-size: 18px;
  margin-right: 19px;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .right-area
  .category-widget
  .categories
  li {
  margin-bottom: 20px;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .right-area
  .category-widget
  .categories
  li:last-child {
  margin-bottom: 0;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .right-area
  .category-widget
  .categories
  li
  a {
  color: #22100d;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.ds-5-all-blog-wrapper .all-blogs-wrapper .container .pagination.lms-page {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 20px;
  grid-column: span 2 / span 2;
}
.ds-5-all-blog-wrapper
  .all-blogs-wrapper
  .container
  .lms-page
  .page-item.active
  .page-link {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.ds-5-all-blog-wrapper .all-blogs-wrapper .container .lms-page li .page-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right: 15px;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .ds-5-all-blog-wrapper .all-blogs-wrapper .container {
    flex-direction: column;
    padding: 0 20px;
  }
  .ds-5-all-blog-wrapper .all-blogs-wrapper .container .left-area {
    width: 100%;
  }
  .ds-5-all-blog-wrapper .all-blogs-wrapper .container .right-area {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ds-5-all-blog-wrapper .all-blogs-wrapper .container .left-area {
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
  }
}
/* All blogs Css ends */

/* Single Blog css start  */
.blog {
  border-radius: 5px;
  position: relative;
  margin-bottom: 25px;
}
.blog-image {
  margin-bottom: 20px;
  border-radius: 5px 5px 0 0;
}
.blog-image,
.blog-image > a,
.blog-image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.blog-image {
  overflow: hidden;
}
.blog-image img {
  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.blog-info {
  color: #26292c;
  font-size: 14px;
  margin-bottom: 20px;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.post-left ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.post-left ul li {
  padding: 0px 20px;
  border-left: 1px solid #c4c4c4;
  color: #000;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-family: "Outfit", sans-serif;
}
.post-left ul li:first-child {
  border: 0;
  padding-left: 0;
}
.blog-info a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
.post-author a {
  display: flex;
  align-items: center;
}
.post-author img {
  border-radius: 100%;
  width: 30px;
  margin-right: 5px;
}
.post-left ul li img {
  margin-right: 9px;
}
.blog-image a:hover img {
  transform: scale(1.15);
}
.ds-5-all-blog-wrapper .singleBlog__wrapper .container .left-area {
  width: 75%;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.blog-title {
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 1.3;
}
.blog-title a {
  color: #000;
}
.blog-content {
  position: relative;
}
.blog-content p {
  margin: 0 0 20px;
  font-size: 14px;
  color: #685f78;
  font-weight: 400;
}
.pageheader-section h2 {
  color: #fff;
  text-align: center;
}
.pageheader-section {
  padding: 50px 0;
  background-color: #2e4571;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pageheader-section nav {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.breadcrumb {
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-right: 0;
  padding-left: 8px;
  font-weight: 500;
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
  font-size: 14px;
  content: "/";
  font-weight: 600;
  padding-right: 10px;
}
.breadcrumb li,
.breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
}
.page-breadcrumb ol li a {
  color: #fff;
  font-weight: 500;
  transition: all 0.2s ease;
}
.breadcrumb li:first-child a,
.page-breadcrumb ol li a:first-child {
  color: var(--color-primary);
}
.page-breadcrumb ol li a:hover {
  color: var(--color-primary);
}
.page-banner .page-breadcrumb ol li:last-child {
  padding-right: 0 !important;
}
@media (max-width: 991px) {
  .ds-5-all-blog-wrapper .singleBlog__wrapper .container .left-area {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .post-left ul {
    display: block;
  }
  .post-left ul li {
    border: 0;
    padding: 0 0px;
    margin-bottom: 10px;
  }
  .blog-info a {
    font-size: 12px;
  }
  .blog-title {
    font-size: 18px;
  }
  .home-five p {
    font-size: 14px;
  }
}
/* Single Blog css end  */

/* Homepage Css Starts */

.pb-100 {
  padding-bottom: 80px;
}

.pt-100 {
  padding-top: 80px;
}

/* @media (min-width: 1440px) {
  .the-whole-body-up-untill-footer-e-solutions {
    width: 1140px;
  }
} */
.the-whole-body-up-untill-footer-e-solution {
  background: #f1f5f9;
}

.e-hilighted-breadcumb {
  background-image: url("../imgs/home/Backgroud-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: center;
  padding: 120px 0;
}

.e-solution-bred-content h2 {
  font-weight: 600;
  font-size: 48px;
  color: #fff;
  line-height: 62px;
  font-family: "Outfit";
  font-weight: 500;
  margin: 20px 0 10px;
}

.e-solution-bred-content p {
  color: #ffffffcc;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Outfit";
  margin-bottom: 10px;
}

.e-solution-bred-search {
  position: relative;
  height: 50px;
  background: #ffffff;
  border-radius: 5px;
  margin: 0 250px;
  margin: 0 auto;
  max-width: 585px;
}

.e-solution-bred-search #search {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  text-align: center;
  padding: 3px;
}

.e-solution-bred-search #search input#s {
  border: 0 !important;
  background: transparent !important;
  color: #000a1c66 !important;
  max-width: 582px;
  font-family: "Outfit";
}

.e-solution-bred-search #search button.sbtn {
  background: var(--color-primary);
  color: #fff;
  padding: 10px 15px;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .e-solution-bred-search #search button.sbtn {
    padding: 7px 12px;
  }
}
section.e-the-course-category-section {
  text-align: center;
}

.e-category-heading-learning {
  margin-bottom: 40px;
}

.e-category-heading-learning h2 {
  font-weight: 600;
  color: var(--color-secondary);
  font-size: 36px;
  line-height: 47px;
  font-family: "Outfit";
}

/* .e-learning-the-flex-category-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-top: 20px;
} */

.single-e-card-content {
  background: #dff1ff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 32px 24px;
  margin: 0 10px;
}

.single-e-card-content .e-card-logo {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  margin: 0px auto;
  padding-top: 23px;
}
.single-e-card-content .e-card-logo img {
  max-width: 100%;
  width: 50px;
  height: 50px;
}
.e-card-heading h2 {
  margin-top: 20px;
  color: var(--color-secondary);
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  min-height: 60px;
  line-height: 30px;
  font-family: "Outfit";
}

.e-card-btn {
  background: #503f93;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  font-family: "Outfit";
}

.e-card-btn a {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
}

.the-catelog-and-pricing-div-of-e-learning {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  margin: 40px 0;
}

.the-catelog-and-pricing-div-of-e-learning a {
  color: #fff;
  background: var(--color-primary);
  padding: 15px 24px;
  text-transform: capitalize;
  font-family: "Outfit";
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  width: 90%;
}

.the-catelog-and-pricing-div-of-e-learning a:hover {
  color: var(--color-primary);
  background: #ffffff;
}

.the-catelog-and-pricing-div-of-e-learning .e-catelog-btn,
.the-catelog-and-pricing-div-of-e-learning .e-pricing-btn {
  width: 500px;
  height: 100%;
}

.the-catelog-and-pricing-div-of-e-learning .e-pricing-btn a {
  padding: 15px 65px;
}

/* Tab */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pt-100 {
    padding-top: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .e-solution-bred-content h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .e-solution-bred-content p {
    font-size: 14px;
    line-height: 14px;
  }

  .e-solution-bred-search #search input#s {
    width: 382px;
  }

  .e-solution-bred-search {
    margin: 0 180px;
  }

  .e-category-heading-learning h2 {
    font-size: 28px;
    line-height: 28px;
  }

  .single-e-card-content {
    padding: 18px 9px;
    margin: 0px 5px;
  }

  .e-card-heading h2 {
    font-size: 15px;
    line-height: 20px;
  }

  .single-e-card-content .e-card-logo {
    width: 85px;
    height: 85px;
    padding-top: 18px;
  }

  .e-card-btn a {
    font-size: 12px;
    line-height: 15px;
  }

  .the-catelog-and-pricing-div-of-e-learning .e-catelog-btn,
  .the-catelog-and-pricing-div-of-e-learning .e-pricing-btn {
    width: 170px;
  }

  .the-catelog-and-pricing-div-of-e-learning a {
    padding: 15px 10px;
  }

  .the-catelog-and-pricing-div-of-e-learning .e-pricing-btn a {
    padding: 15px 55px;
  }

  section.e-hilighted-breadcumb {
    padding-bottom: 100px;
  }
}

.e-learning-the-flex-category-section {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  margin-top: 20px;
}
/* Mobile */

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .pt-100 {
    padding-top: 30px;
  }
  .pb-100 {
    padding-bottom: 30px;
  }

  .e-hilighted-breadcumb {
    background-position: right;
  }

  .e-solution-bred-content h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .e-solution-bred-content p {
    font-size: 9px;
    line-height: 9px;
  }

  .e-solution-bred-search {
    height: 45px;
    margin: 0px 35px;
    max-width: 557px;
    margin: 0 auto;
  }

  .e-solution-bred-search #search input#s {
    width: 230px;
  }

  .e-solution-bred-search #search {
    padding: 2px 4px;
  }

  /* .e-category-heading-learning h2 {
    font-size: 28px;
    line-height: 28px;
  } */

  .e-category-heading-learning {
    margin-bottom: 25px;
  }
  /* 
  .e-learning-the-flex-category-section {
    flex-direction: column;
    margin-top: 0px;
  } */

  .single-e-card-content {
    padding: 20px 20px;
    margin: 10px 0px;
  }

  .e-learning-the-flex-category-section {
    grid-template-columns: repeat(2, 1fr);
  }
  .e-card-heading h2 {
    font-size: 15px;
  }

  .the-catelog-and-pricing-div-of-e-learning a {
    padding: 15px 15px;
    font-size: 15px;
    line-height: 15px;
  }

  .the-catelog-and-pricing-div-of-e-learning .e-pricing-btn a {
    padding: 15px 50px;
  }

  .the-catelog-and-pricing-div-of-e-learning {
    margin: 25px 0;
  }

  section.e-hilighted-breadcumb {
    padding-bottom: 80px;
  }
}
section.e-the-course-category-section .container {
  max-width: 1160px;
  margin: 0 auto;
}
section.e-the-course-category-section.pt-100.pb-100 {
  background: #f1f5f9;
}
#s {
  padding: 6px 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #888;
  width: 100%;
}
.e-solution-bred-search #search button.sbtn img {
  /* height: 21px; */
}
/* Homepage Css Ends */

/* About Page Css Starts */
.ds-5-about-hero {
  background-image: url("../imgs/about/background.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0px;
  padding: 120px 0px 120px 0px;
}
.ds-5-about-hero .container {
  max-width: 1140px;
  margin: 0 auto;
}
.ds-5-about-hero .container h2 {
  color: #ffffff;
  font-family: "Outfit", Sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  text-align: center;
}
.ds-5-about-hero .container p {
  color: #ffffff;
  font-family: "Outfit", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
}
/* Who We Are Section starts  */
.ds-5-who-we-are {
  padding: 100px 0px 100px 0px;
}
.ds-5-who-we-are .container {
  max-width: 1140px;
  margin: 0 auto;
}
.ds-5-who-we-are .container .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 60px; */
}
.ds-5-who-we-are .container .content-wrapper .img-wrapper {
  padding: 30px;
}
.ds-5-who-we-are .container .content-wrapper .img-wrapper img {
  border-radius: 10px;
}
.ds-5-who-we-are .container .content-wrapper .text-wrapper {
  padding: 0 0 0 30px;
}
.ds-5-who-we-are .container .content-wrapper .text-wrapper .text-heading {
  color: #2b354e;
  font-family: "Outfit", Sans-serif;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.ds-5-who-we-are .container .content-wrapper .text-wrapper .text-des {
  color: #64748b;
  font-family: "Outfit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}
.ds-5-who-we-are .container .content-wrapper .text-wrapper .courses-btn {
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  background-color: var(--color-primary);
  border-radius: 5px 5px 5px 5px;
  padding: 15px 20px 15px 20px;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
}

/* Counter css */
.ds-5-couter-sec {
  padding: 30px 0px 0px 0px;
  width: 100%;
}
.ds-5-couter-sec .counter-area {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.ds-5-couter-sec .counter-area .counter-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.ds-5-couter-sec .counter-area .counter-wrapper .counter-heading {
  color: #2b354e;
  font-family: "Outfit", Sans-serif;
  font-size: 57px;
  font-weight: 700;
  text-transform: capitalize;
}
.ds-5-couter-sec .counter-area .counter-wrapper .counter-des {
  color: #2b354e;
  font-family: "Outfit", Sans-serif;
  font-size: 28px;
  font-weight: 400;
  height: 70px;
}
.ds-5-couter-sec .counter-area .counter-wrapper:nth-child(2) {
  background-color: #e2edff;
  width: 20%;
}
.ds-5-couter-sec .counter-area .counter-wrapper:nth-child(3) {
  background-color: #d2e3ff;
  width: 20%;
}
.ds-5-couter-sec .counter-area .counter-wrapper:first-child {
  width: 30%;
  background-color: #f1f4f9;
}
.ds-5-couter-sec .counter-area .counter-wrapper:last-child {
  width: 30%;
  background-color: #f1f4f9;
}
/* Why Us sec css */
.ds-5-why-us {
  padding: 100px 0px 100px 0px;
}
.ds-5-why-us .container {
  max-width: 1140px;
  margin: 0 auto;
}
.ds-5-why-us .container .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 60px; */
}
.ds-5-why-us .container .content-wrapper .img-wrapper {
  padding: 30px;
}
.ds-5-why-us .container .content-wrapper .img-wrapper img {
  border-radius: 10px;
}
.ds-5-why-us .container .content-wrapper .text-wrapper {
  padding: 0 0 0 30px;
}
.ds-5-why-us .container .content-wrapper .text-wrapper .text-heading {
  color: #2b354e;
  font-family: "Outfit", Sans-serif;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.ds-5-why-us .container .content-wrapper .text-wrapper .text-des {
  color: #64748b;
  font-family: "Outfit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}
.ds-5-why-us .container .content-wrapper .text-wrapper .btn-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ds-5-why-us .container .content-wrapper .text-wrapper .courses-btn-fill {
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  background-color: var(--color-primary);
  border-radius: 5px 5px 5px 5px;
  padding: 15px 20px 15px 20px;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
}
.ds-5-why-us .container .content-wrapper .text-wrapper .courses-btn-stroke {
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  fill: var(--color-primary);
  color: var(--color-primary);
  background-color: #ffffff;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: var(--color-primary);
  border-radius: 5px 5px 5px 5px;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
  display: inline-flex;
}
@media (max-width: 767px) {
  .ds-5-about-hero .container h2 {
    font-size: 48px;
  }
  .ds-5-about-hero .container p {
    font-size: 22px;
    line-height: 34px;
  }
  /* who we are css */
  .ds-5-who-we-are .container {
    margin: 0 15px;
  }
  .ds-5-who-we-are .container .content-wrapper .img-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }
  .ds-5-who-we-are .container .content-wrapper .img-wrapper img {
    width: 100%;
    margin: 0 auto;
  }
  .ds-5-who-we-are .container .content-wrapper {
    flex-direction: column;
  }
  .ds-5-who-we-are .container .content-wrapper .text-wrapper .text-heading {
    font-size: 34px;
    text-align: center;
  }
  .ds-5-who-we-are .container .content-wrapper .text-wrapper .text-des {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
  .ds-5-who-we-are .container .content-wrapper .text-wrapper {
    padding: 0;
    text-align: center;
  }
  .ds-5-who-we-are .container .content-wrapper .text-wrapper .courses-btn {
    margin: auto;
    width: auto;
    text-align: center;
    display: inline-block;
  }
  /* Counter css */
  .ds-5-couter-sec .counter-area {
    flex-direction: column;
  }
  .ds-5-couter-sec .counter-area .counter-wrapper {
    width: 100% !important;
  }
  .ds-5-couter-sec .counter-area .counter-wrapper .counter-heading {
    font-size: 44px;
  }
  .ds-5-couter-sec .counter-area .counter-wrapper .counter-des {
    font-size: 22px;
    height: 55px;
  }

  /* Why us css */
  .ds-5-why-us .container .content-wrapper {
    flex-direction: column-reverse;
  }
  .ds-5-why-us .container {
    margin: 0 15px;
  }
  .ds-5-why-us .container .content-wrapper .img-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }
  .ds-5-why-us .container .content-wrapper .img-wrapper img {
    width: 100%;
    margin: 0 auto;
  }
  .ds-5-why-us .container .content-wrapper {
    flex-direction: column-reverse;
  }
  .ds-5-why-us .container .content-wrapper .text-wrapper .text-heading {
    font-size: 34px;
    text-align: center;
  }
  .ds-5-why-us .container .content-wrapper .text-wrapper .text-des {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
  .ds-5-why-us .container .content-wrapper .text-wrapper {
    padding: 0;
    text-align: center;
  }
  .ds-5-why-us .container .content-wrapper .text-wrapper .courses-btn {
    margin: auto;
    width: auto;
    text-align: center;
    display: inline-block;
  }
  .ds-5-why-us .container .content-wrapper .text-wrapper .btn-wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .ds-5-who-we-are .img-wrapper {
    width: 50%;
  }
  .ds-5-who-we-are .text-wrapper {
    width: 50%;
  }
  .ds-5-why-us .img-wrapper {
    width: 50%;
  }
  .ds-5-why-us .text-wrapper {
    width: 50%;
  }
}

/* Abotu Page Css ends */

/* All Courses Page Css Starts */
.ds-5-courses-parent {
  background-color: #f1f4f9;
}
.ds-5-courses-parent .container {
  max-width: 1380px;
  padding: 0 15px;
  margin: 0 auto;
}
.ds-5-courses-parent .container .ds-5-filter-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  margin: 0 0 20px;
  width: 100%;
  font-weight: 600;
}
.ds-5-search-wrapper {
  position: relative;
  max-width: 350px;
  width: 100%;
}
.ds-5-courses-parent .container .ds-5-filter-area #search {
  display: flex;
}
.ds-5-courses-parent .container .ds-5-filter-area #search input#s {
  padding: 14px 16px;
  margin-left: auto;
  color: #888;
  max-width: 320px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  color: rgba(100, 116, 139, 0.5);
  height: 54px;
  margin-top: 0;
}
.ds-5-courses-parent .container .ds-5-filter-area #search .sbtn {
  margin-left: -40px;
  padding-top: 8px;
  background: transparent;
  color: var(--color-primary);
  border: none;
  padding: 0 10px;
}
.ds-5-courses-parent .container .title-course h1 {
  text-align: center;
  font-family: "Outfit";
  font-size: 2.5rem;
  font-weight: 600;
  color: #2b354e;
  margin-top: 20px;
  margin-bottom: 10px;
}
.ds-5-courses-parent .container .ds-5-course-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 30px;
  column-gap: 20px;
}

.ds-5-courses-parent .ds-5-course-section {
  padding: 50px 10px 20px;
}

.ds-5-courses-parent
  .container
  .ds-5-course-wrapper
  .e-all-course-page-single-card {
  padding: 8px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  text-align: left;
}
.ds-5-courses-parent
  .container
  .ds-5-course-wrapper
  .e-all-course-single-card-img
  img {
  border-radius: 10px;
  max-width: 100%;
}
.ds-5-courses-parent
  .container
  .ds-5-course-wrapper
  .e-all-course-page-single-card
  .e-all-course-single-card-title {
  margin: 10px 0;
  min-height: 52px;
  padding-left: 15px;
}
.ds-5-courses-parent .container .ds-5-course-wrapper .e-all-course-page-single-card .e-all-course-single-card-title p.course-price {
  font-size: 20px;
  color: var(--color-secondary);
  font-family: "Outfit";
  display: block;
  margin: 0;
  padding-top: 6px;
}
.ds-5-courses-parent
  .container
  .ds-5-course-wrapper
  .e-all-course-page-single-card
  .e-all-course-single-card-title
  a {
  min-height: 50px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: var(--color-secondary);
  font-family: "Outfit";
  display: block;
  display: -webkit-box;
  width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ds-5-pagination-section .pagination-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 30px;
}
.ds-5-pagination-section .pagination-area .pag-count {
  font-family: "Outfit", sans-serif;
  margin-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #999;
}
.ds-5-pagination-section .pagination-area .pagination-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ds-5-pagination-section
  .pagination-area
  .pagination-links
  .page-numbers.current {
  background: #2e4571;
  color: #fff;
  padding: 2px 6px;
}
.ds-5-pagination-section .pagination-area .pagination-links .page-numbers {
  padding: 2px 6px;
  border-radius: 2px;
  margin-right: 5px;
  font-size: 11px;
  color: #444;
  background: rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
  font-weight: 600;
}
#dropbtn {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #2b354e;
  border-radius: 5px;
  padding: 16px;
  border: none;
  cursor: pointer;
}

#drpdwntxt {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: var(--color-primary);
  margin-left: 4px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  white-space: nowrap;
}

.dropdown a:hover {
  background-color: var(--color-primary);
  color: #ffffff;
}

.show-dropdown {
  /* display: block; */
  display: flex !important;
  flex-direction: column !important;
}

@media (max-width: 1024px) {
  .ds-5-courses-parent .container .ds-5-course-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .ds-5-courses-parent .container .ds-5-course-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 402px) {
  .ds-5-courses-parent
    .container
    .ds-5-course-wrapper
    .e-all-course-page-single-card {
    text-align: center;
  }
  .ds-5-courses-parent .container .ds-5-course-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .ds-5-pagination-section .pagination-area {
    flex-direction: column;
    gap: 10px;
  }
  .ds-5-courses-parent .container .ds-5-filter-area {
    flex-direction: column;
    gap: 10px;
  }
  .ds-5-courses-parent .container .ds-5-filter-area #search input#s {
    margin: 0;
  }
}
/* All Courses Page Css ends */

/* Header Css Starts */
header.ds-5-header {
  padding: 20px 0;
}
header.ds-5-header .container {
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
header.ds-5-header .container .left-area {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.ds-5-header .container .left-area .logo {
  max-width: 170px;
}
header.ds-5-header .container .left-area .logo img {
  max-width: 100%;
  height: auto;
}
header.ds-5-header .container .left-area .hd-items-wrapper .hd-items {
  display: flex;
  align-items: center;
  gap: 32px;
}
header.ds-5-header .container .left-area .hd-items-wrapper .hd-items .hd-item {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: var(--color-secondary);
}
header.ds-5-header
  .container
  .left-area
  .hd-items-wrapper
  .hd-items
  .hd-item
  a {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
  color: inherit;
}
header.ds-5-header .container .right-area {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 32px;
}
header.ds-5-header .container .right-area .hd-login {
  font-family: "Outfit";
  display: inline-block;
  max-width: 90px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: var(--color-primary);
  padding: 12px;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid transparent;
}
header.ds-5-header .container .right-area .hd-login:hover {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  background: transparent;
}
header.ds-5-header .container .right-area .hd-sign-up {
  font-family: "Outfit";
  display: inline-block;
  max-width: 90px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: transparent;
  padding: 12px;
  border-radius: 5px;
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid var(--color-primary);
}
header.ds-5-header .container .right-area .hd-sign-up:hover {
  background: var(--color-primary);
  color: #fff;
}

.search_active #searchdiv {
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#searchdiv {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99;
  padding: 10%;
  transition: all 0.5s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
#searchdiv input[type="text"] {
  background: 0 0;
  border: none;
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  font-size: 6rem;
  color: #fff;
}
#searchdiv > span {
  width: 64px;
  height: 64px;
  display: block;
  margin: 20vh auto 0;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
}
.global {
  position: relative;
}
.global,
.pusher {
  height: auto;
  display: block;
  width: 100%;
}
.open .pusher {
  -webkit-transform: translate3d(-220px, 0, 0);
  transform: translate3d(-220px, 0, 0);
}
.pusher {
  position: relative;
  left: 0;
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 99;
  background: #f9f9f9;
  height: auto;
}
.pagesidebar {
  background-color: #232b2d;
  z-index: 1;
  overflow-y: auto;
  color: #eee;
  position: fixed;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 220px;
  height: 100%;
  background: #0e262e;
  transition: all 0.5s;
}
.global.open .pagesidebar {
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  transition: all 0.5s;
  transition: all 0.5s, all 0.5s;
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}
#close_menu_sidebar {
  position: relative;
  display: block;
  cursor: pointer;
  text-align: center;
}
.mobile_icons {
  text-align: center;
  display: inline-block;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.08);
}
.mobile_icons > a {
  padding: 15px 0;
  float: left;
  width: 50%;
  color: #fff;
}
.mobile_icons > a:first-child :nth-last-child(2) ~ li,
.mobile_icons > a:first-child:nth-last-child(2) {
  width: 50%;
}
.mobile_icons > a em {
  padding: 5px;
}
.sidemenu {
  width: 100%;
  padding: 0;
  margin: 0;
}
.sidemenu li {
  clear: both;
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sidemenu li a {
  font-family: "Outfit";
  padding: 15px 0 15px 30px;
  display: block;
  text-align: left;
  color: #fff;
  opacity: 0.8;
  background: rgba(255, 255, 255, 0.1);
}

#trigger {
  cursor: pointer;
  display: none;
  line-height: 1;
  padding: 0 10px 10px;
  border: none;
  z-index: 99;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
}

header.sleek #trigger {
  right: 15px;
}
#trigger .lines {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 2px;
  background: #fff;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#trigger .lines,
#trigger .lines:before,
#trigger .lines:after {
  background: var(--color-secondary);
}
#trigger .lines:after,
#trigger .lines:before {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 5px center;
  transform-origin: 5px center;
}
#trigger .lines:before {
  top: 5px;
}
#trigger .lines,
#trigger .lines:before,
#trigger .lines:after {
  background: var(--color-secondary);
}
#trigger .lines:after {
  top: -5px;
}
.open #trigger .lines {
  background: 0 0 !important;
}
.open #trigger .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: -2px;
}
.open #trigger .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: 8px;
}
@media (max-width: 991px) {
  header #trigger {
    display: block;
  }
  header.ds-5-header .container .right-area .hd-sign-up,
  header.ds-5-header .container .right-area .hd-cart {
    display: none;
  }
  header.ds-5-header .container .left-area .hd-items-wrapper {
    display: none;
  }
  header.ds-5-header .container .left-area {
    width: 50%;
  }
  header.ds-5-header .container .right-area {
    width: 50%;
  }
  #searchdiv input[type="text"] {
    font-size: 14px;
  }
}
.srs-search-wrapper.search-form {
  display: flex;
}
.srs-search-wrapper.search-form button {
  width: 100px;
  background: var(--color-primary);
  color: #fff;
}
.srs-search-wrapper.search-form button svg {
  width: 30px;
  height: 30px;
}
#searchform {
  position: relative;
}
#searchform .course-search-results {
  width: 100% !important;
  max-width: 100% !important;
}
@media (max-width: 767px) {
  .srs-search-wrapper.search-form button svg {
    width: 30px;
    height: 20px;
  }
}
header.ds-5-header .container .right-area .hd-cart {
  position: relative;
}
header.ds-5-header .container .right-area .hd-cart .cart-count {
  display: block;
  width: 20px;
  height: 20px;
  background: var(--color-primary);
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -8px;
  right: -12px;
}
/* Header Css Ends */

/* Loader Css Starts */

.ds-5-courses-parent .ds-5-course-section {
  position: relative;
  min-height: 70vh;
}
@media (max-width: 767px) {
  .ds-5-courses-parent .ds-5-course-section {
    min-height: 50vh;
  }
}
.ds-5-courses-parent .ds-5-course-section #loader {
  position: absolute;
  background: transparent;
  display: none;
  align-items: center;
  justify-content: center;
  max-width: 1380px;
  width: 100%;
  height: 100%;
}
.lds-roller {
  color: var(--color-primary);
}
.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Loader Css Ends */
