* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: 'Segoe UI Regular';
}


@font-face {
  font-family: 'Segoe UI Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI Regular'), url('../../assets/fonts/Segoe\ UI.woff') format('woff');
}


@font-face {
  font-family: 'Segoe UI Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI Italic'), url('../../assets/fonts/Segoe\ UI\ Italic.woff') format('woff');
}


@font-face {
  font-family: 'Segoe UI Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI Bold'), url('../../assets/fonts/Segoe\ UI\ Bold.woff') format('woff');
}


@font-face {
  font-family: 'Segoe UI Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI Bold Italic'), url('../../assets/fonts/Segoe\ UI\ Bold\ Italic.woff') format('woff');
}


/* =============================
          Default Css
============================== */
a {
  text-decoration: none;
  outline: 0 !important;

}

a:hover {
  text-decoration: none;
}

:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style-type: none;
}


header {
  position: relative;
  display: block;
  border: 1px solid #73829024;
  padding: 25px 0px;
  background-color: #194449;
}

.stellarnav ul {
  text-align: right;
}


.mega-dropdown h5 {
  font-family: 'Segoe UI Regular';
  font-weight: 600;
}

.stellarnav.desktop li.has-sub .mega-menu-bx a {
  font-family: 'Segoe UI Regular';
}

.stellarnav li.has-sub>a:after {
  background-image: url("../new-images/dropdown.svg");
}


.breadcrumb-item+.breadcrumb-item::before {
  margin-top: 6px;
  background-image: url(../images/arrow.svg);
  width: 12px;
  height: 14px;
  background-repeat: no-repeat;
  border: 0px;
  left: 5px;
  top: 2px;
  position: absolute;
  content: '';
}

.techno-logo img {
  min-width: 150px;
}

.stellarnav.light li a {
  color: #FFF8F3;
  font-family: 'Segoe UI Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  padding: 5px 20px;
}

.logo-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}

.grn-thm-btn {
  background-color: #D4EC8E;
  border: 1px solid #D4EC8E;
  color: #194449;
  padding: 8px 20px;
  border-radius: 6px;
  font-family: 'Segoe UI Regular';
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}

.white-thm-btn {
  background-color: transparent;
  border: 1px solid #D4EC8E;
  color: #F4F3F5;
  padding: 8px 20px;
  border-radius: 6px;
  font-family: 'Segoe UI Regular';
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}

.lst-update h6 {
  font-family: 'Segoe UI Regular';
  font-weight: 400;
  font-size: 14px;
  display: flex;
  line-height: 100%;
  align-items: center;
  color: #FFF8F3;
  gap: 8px;
}

.techno-logo {
  display: flex;
  align-items: center;
}

.grn-thm-details-bnr {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0px 0px 20px 0px;
  background: linear-gradient(90deg, #194449 0%, #091F2C 41.77%, #0A212D 100%);
}

.grn-thm-details-bnr h3 {
  color: #FFF8F3;
  font-size: 45px;
  position: relative;
  display: block;
  margin: 30px 0px 40px 0px;
}

.btn-bottm-bnr {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 80px;
}

.wishlist-btn {
  position: absolute;
  top: 40%;
  right: 20px;
}

.grn-thm-details-bnr .container {
  position: relative;
}


.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 100px;
  right: 20px;
  border-radius: 50%;
  background: linear-gradient(90deg, #244349 10%, #0B1617 94%);
  color: #fff;
  z-index: 9;
  width: 40px;
  text-align: center;
  height: 40px;
  opacity: 0;
  visibility: hidden;
  font-size: 25px;
  -webkit-transition: var(--transition);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 25px;
  -webkit-animation: top-bottom 5s infinite linear;
  animation: top-bottom 5s infinite linear;
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.go-top:hover {
  color: #ffffff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: linear-gradient(272deg, #244349 10%, #0B1617 94%);

}

.go-top.active svg {
  font-size: 19px;
  padding-bottom: 1px;
}

.footer-contact ul li img {
  min-width: 20px;
  object-fit: none;
  max-width: 20px;
}

.course-all-sec {
  position: relative;
  display: block;
  padding: 80px 0px 50px 0px;
  background-color: #F3F5F5;
}

.course-card {
  border: 0;
  background-color: white;
  border-radius: 10px;
  margin-bottom: 40px;
  display: block;
}

.course-img {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.course-img img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.course-all-sec .course-img img {
  border-radius: 4px 4px 0px 0px;
}

.course-img span {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  background-color: #D4EC8C;
  padding: 2px 8px;
  position: absolute;
  left: 20px;
  bottom: 10px;
  border-radius: 6px;
  color: #091F2C;
}

.course-content {
  position: relative;
  display: block;
  padding: 15px 25px 25px 25px;
}

.course-duration h6 {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 6px;
  position: relative;
  color: #091F2C;
}


.course-content h4 {
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  color: #091F2C;
  margin: 10px 0px 28px 0px;
  display: block;
   min-height: 40px; 
}

.course-content p a {
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #07641D;
  text-transform: uppercase;
  border: 1px solid #D4EC8E;
  width: max-content;
  padding: 3px 15px;
  border-radius: 6px;
  margin-top: 5px;
  display: block;
}

.course-content p a:hover {
  background-color: #07641D;
  color: white;
}

.stellarnav li.has-sub>a:after {
  content: "";
  position: absolute;
  right: 4%;
  top: 48%;
  width: 12px;
  height: 12px;
  background-image: url("../images/dropdown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.stellarnav li.has-sub>a:after {
  content: '';
  margin-left: 0px;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-top: 0px solid #FFF;
  display: inline-block;
}

.header-left li.nav-hover.has-sub {
  position: relative;
  margin-right: 15px;
}

.stellarnav ul ul {
  top: 35px;
  min-width: 180px;
  position: absolute;
  z-index: 9900;
  text-align: left;
  display: none;
  background: #ddd;
  right: -50px;
}

.stellarnav.light ul ul {
  box-shadow: 0px 4px 2px 0px #AFAFAF33;
  border-radius: 20px;
  border: 0.5px solid #71717180;
}

.stellarnav.desktop li.has-sub a {
  padding-right: 10px;
}

.stellarnav.desktop li.has-sub ul li a {
  padding-right: 0px;
  margin: 5px 15px;
  font-size: 15px;
  text-align: left;
  margin-left: 0px;
  color: black;
}

.stellarnav.desktop li.has-sub a {
  padding-right: 20px;
}

.search-container {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  padding: 0 6px 0 16px;
  max-width: 80%;
  width: 100%;
  border: 1px solid #ECECEC;
  margin-bottom: 50px;
}

.search-container i {
  color: #999;
  margin-right: 8px;
}

.search-input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 15px;
  padding: 12px 0;
  background-color: #ffffff;
  font-weight: 300;
  letter-spacing: 0%;
  padding-left: 10px;
}

.search-input.form-control {
  background-color: #ffffff;
}

.search-button {
  border: none;
  outline: none;
  padding: 9px 24px;
  border-radius: 999px;
  color: white;
  margin-left: 8px;
  background: linear-gradient(111.9deg, #F91626 -3.13%, #E81544 26.65%, #D31368 44.81%, #BC118F 70.57%, #AA10AF 101.39%);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.search-button:hover {
  opacity: 0.9;
}

.thm-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: linear-gradient(111.9deg, #F91626 -3.13%, #E81544 26.65%, #D31368 44.81%, #BC118F 70.57%, #AA10AF 101.39%);
  border-radius: 30px;
  color: white;
  width: max-content;
  padding: 12px 28px;
  font-family: 'Segoe UI Regular';
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}

.thm-btn:hover {
  color: white;
  background: linear-gradient(318deg, #F91626 -3.13%, #E81544 26.65%, #D31368 44.81%, #BC118F 70.57%, #AA10AF 101.39%);
}

.load-more-btn {
  position: relative;
  display: block;
  place-items: center;
}

.filter-box {
  position: relative;
  display: block;
  border: 1px solid #ECECEC;
  border-radius: 15px;
  background-color: white;
}

.filter-box h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #252526;
  padding: 22px 20px 15px 20px;
}

.accordion-button:not(.collapsed) {
  color: #000000 !important;
  background-color: #ffffff;
  box-shadow: none;
  border-color: #ECECEC !important;
  font-weight: 700;
}

.accordion-item {
  background-color: #ffffff00;
  border: 0px;
}

.accordion-button {
  background-color: #ffffff00;
  border-top: 1px solid #BFDAD2;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: #252526 !important;
  vertical-align: middle;
  padding: 0.7rem 0rem;
}

.accordion-body {
  padding: 1rem 0rem;
  padding-top: 15px;
  border-top: 0px solid #ECECEC;
  margin: 0px;
}

.group {
  position: relative;
  display: block;
  padding-bottom: 10px;
  border-bottom: 0px solid #ECECEC;
  margin-bottom: 15px;
}

.group:last-child {
  margin: 0px;
  padding-top: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
}

.group label {
  display: flex;
  font-weight: 300;
  font-size: 13px;
  color: #747474;
  line-height: 16px;
  margin-bottom: 10px;
  align-items: flex-start;
  gap: 8px;
}

.group label input {
  margin-top: 1px;
}

.accordion-button:not(.collapsed)::after {
  filter: invert(0%) sepia(5%) saturate(20%) hue-rotate(148deg) brightness(20%) contrast(105%);
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(.0rem - 1px);
  border-top-right-radius: calc(.0rem - 1px);
  border-color: #BFDAD2 !important;
}

.accordion-item:first-child .group label:first-child .group-title {
  color: #252526;
  font-weight: 600;
}


input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  min-width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #616161;
  background: white;
  cursor: pointer;
  position: relative;
  display: inline-block;
}


input[type="checkbox"]:checked {
  background: #07641D !important;
  border-radius: 2px;
  background-image: none;
  border-color: #07641D;
}


input[type="checkbox"]:checked::before {
  content: " ";
  position: absolute;
  top: -1px;
  left: 3px;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 10px;
  color: white;
  text-align: center;
  line-height: 10px;
  font-weight: 200;
  filter: brightness(9.5);
  transform: rotate(45deg);
  height: 12px;
  width: 7px;
  margin: 0px;
  border-bottom: 2px solid #78b13f;
  border-right: 2px solid #78b13f;
  border-radius: 2px;
}

.course-overview {
  position: relative;
  display: block;
  background-color: #FFFFFF;
  padding: 50px 0px;
}

.details-bnr-box {
  position: relative;
  display: block;
  background-color: #244349;
  border-radius: 8px;
  margin-top: -35%;
  padding: 30px;
}

.innr-box-bnr {
  padding: 25px 25px 5px 25px;
  border: 0.5px solid #B9DCD2;
  border-radius: 8px;
  background-color: #1A353A;
}

.box-dtls {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
}

.top-tile h3 {
  color: #091F2C;
  font-family: 'Segoe UI Regular';
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
  display: block;
  text-align: left;
  letter-spacing: 1px;
}

.course-overview p {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #091F2C;
}

.course-overview p span {
  font-weight: 200;
}

.course-module {
  position: relative;
  display: block;
  padding: 60px 0px;
  background-color: #EDF6F3;
}

.top-tile p {

  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #717171;
  text-align: center;
  max-width: 60%;
}

.course-overview .box-dtls p {
  color: #FFF8F3;
}

.course-module .top-tile {
  position: relative;
  place-items: flex-start;
  margin-bottom: 40px;
}

.course-module .nav-pills .nav-link {
  background: transparent;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #252526;
  width: 230px;
  padding: 12px 20px;
  margin-bottom: 12px;
  text-align: left;
}

.btn-tab-sec {
  box-shadow: 0px 1.44px 2.88px 0px #00000024;
  background-color: white;
  border-radius: 6px;
  padding: 25px;
}

.course-module .nav-pills .nav-link.active,
.course-module .nav-pills .show>.nav-link {
  color: #091F2C;
  background-color: #EDF6F3;
}

.tab-contnt-bx {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: transparent;
  padding: 0px 30px 0px 30px;
}

.tab-content {
  position: relative;
  display: block;
  width: -webkit-fill-available;
}


.module-bx h4 {
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  color: #252526;
  margin-bottom: 8px;
}

.module-bx {
  position: relative;
  display: block;
  margin-bottom: 30px;
  box-shadow: 0px 1.45px 2.9px 0px #00000024;
  border-left: 9px solid #D4EC8E;
  background-color: white;
  border-radius: 4px;
  padding: 16px 20px 12px 20px;
}

.module-bx h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #747474;
  margin-bottom: 10px;
}

.module-bx p {
  font-weight: 300;
  font-size: 15px;
  line-height: 16px;
  color: #747474;
  margin-bottom: 10px;
}

.dwnld-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #091F2C;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #D4EC8E;
}

.dwnld-btn:hover {
  background-color: #252526;
  color: #ffffff;
}

.btm-btn {
  position: relative;
  display: block;
  margin-top: 30px;
}

.dwnld-btn:hover img {
  filter: invert(100%) sepia(2%) saturate(7445%) hue-rotate(323deg) brightness(350%) contrast(116%);
}

.learning-sec {
  position: relative;
  display: block;
  padding: 40px 0px;
  background: linear-gradient(90deg, #244349 10%, #0B1617 94%);
}

.learning-sec ul {
  position: relative;
  display: flex;
  align-items: center;
  margin: 15px 0px;
  flex-wrap: wrap;
}

.learning-sec ul li {
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #F4F3F5;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  font-family: 'Segoe UI Regular';
}

.learning-sec ul li::before {
  content: '';
  position: absolute;
  background-image: url('../images/tick.svg');
  background-size: cover;
  width: 18px;
  height: 15px;
  left: 0;
  top: 3px;
}

.badge-sec {
  position: relative;
  display: block;
  background-color: #EDF6F3;
  padding: 60px 0px;
}

.badge-sec p {
  font-weight: 300;
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  margin-top: 5px;
  max-width: 65%;
  display: block;
  margin-bottom: 40px;
}

.badge-img {
  position: relative;
  display: block;
  text-align: center;
}

.learning-journeys-sec {
  position: relative;
  display: block;
  padding: 50px 0px;
}

.learning-journeys-sec ul {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.learning-journeys-sec ul li {
  background-color: #EDF6F3;
  padding: 8px 20px 12px 20px;
  border-radius: 8px;
}

.learning-journeys-sec ul li {
  position: relative;
  display: block;
  margin-bottom: 0px;
}

.learning-journeys-sec ul li a {
  position: relative;
}

.learning-journeys-sec ul li a {
  background-clip: text;
  position: relative;
  width: max-content;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #091F2C;
}

.learning-journeys-sec .top-tile h3 {
  margin-bottom: 0px;
}

.feature-product {
  position: relative;
  display: block;
  padding: 50px 0px;
}

.feature-product ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.feature-product ul li a {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #091F2C;
  text-align: center;
  border: 0;
  background-color: #EDF6F3;
  padding: 10px 25px;
  border-radius: 8px;
}

.feature-product ul li a:hover {
  background-color: #07641D;
  ;
  color: white;
}

.learning-journeys-sec ul li:hover {
  background-color: #07641D;
  ;
}

.learning-journeys-sec ul li:hover a {
  color: white;
}

.feature-product ul li {
  margin-bottom: 10px;
}

.course-category {
  position: relative;
  display: block;
  background-color: #194449;
  padding: 50px 0px;
}

.course-category .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border-bottom: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

.course-category nav {
  margin-top: 20px;
}

.course-category .nav-tabs .nav-item.show .nav-link,
.course-category .nav-tabs .nav-link.active {
  color: #FFFFFF;
  background-color: #07641D;
  position: relative;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 4px;
}

.course-category .nav-tabs {
  border-bottom: 0px solid #dee2e6;
  gap: 20px;
}

.course-category .nav-tabs .nav-link:focus,
.course-category .nav-tabs .nav-link:hover {
  border-color: #e9ecef00 #e9ecef00 #dee2e600;
  isolation: isolate;
}

.content-slider {
  position: relative;
  display: block;
  padding-top: 40px;
}

.right-bx {
  position: relative;
  display: block;
  justify-items: right;
}

.details-box-section {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 15px;
  border: 1px solid #ECECEC;
  min-width: 80%;
}

.details-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
}

.details-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.courser-details {
  position: relative;
  display: block;
  padding: 10px 0px 50px 0px;
}

.top-brdcm {
  position: relative;
  display: block;
  padding-top: 15px;
}

.top-brdcm .breadcrumb {
  justify-content: flex-start;
}

.top-brdcm .breadcrumb-item {
  display: flex;
  align-items: center;
  position: relative;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 20px;
}

.breadcrumb-item+.breadcrumb-item::before {
  margin-top: 6px;
  background-image: url(../images/arrow.svg);
  width: 12px;
  height: 14px;
  background-repeat: no-repeat;
  border: 0px;
  /* background-size: 10px 10px; */
  left: 5px;
  top: 2px;
  position: absolute;
  content: '';
}

.top-brdcm .breadcrumb-item.active a {
  color: #FFF8F3 !important;
  font-weight: 200 !important;
  font-size: 12px;
}

.top-brdcm .breadcrumb-item a {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  text-transform: capitalize;
}

.top-brdcm .breadcrumb-item.active a {
  color: #252526;
  font-weight: 400;
}

.thm-img {
  position: relative;
  display: block;
  margin-bottom: 0px;
}

.left-bx h2 {
  font-weight: 600;
  font-size: 32px;
  color: #252526;
  line-height: 50px;
}

.duration-sec {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 10px 0px 90px 0px;
}

.duration-sec p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #717171;
}

.duration-sec p span {
  color: #252526;
}

.update-txt {
  font-weight: 300;
  font-size: 15px;
  line-height: 15px;
  color: #252526;
  display: flex;
  align-items: center;
  gap: 5px;
}

.details-right p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #252526;
}

.details-left span {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #717171;
}

#course-sldr .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -3%;
}

#course-sldr .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -3%;
}

#course-sldr .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-bg-sec {
  position: relative;
  display: block;
  background-image: url('../images/badge-bg.svg');
  background-size: cover;
  padding: 50px 0px 60px 0px;
  text-align: center;
  justify-items: center;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.learning-sec .top-tile h3 {
  text-align: left;
  color: #F4F3F5;
  margin-bottom: 25px;
}

.badge-sec .top-tile h3 {
  color: #F4F3F5;
}

.course-category .top-tile h3 {
  color: #FFFFFF;
}

.complt-learning-jrny {
  position: relative;
  display: block;
  background: linear-gradient(90deg, #244349 10%, #0B1617 94%);
  padding: 60px 0px;
}

.complt-learning-jrny .top-tile h3 {
  color: #FFF8F3;
}

.complt-learning-jrny .top-tile p {
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #FFF8F3;
  text-align: left;
  max-width: 40%;
  margin-bottom: 30px;
}

.explr-box {
  position: relative;
  display: block;
  border-bottom: 1px solid #B9DCD2;
  padding: 0px 0px 10px 0px;
  margin-bottom: 35px;
}

.complt-learning-jrny .top-tile {
  padding: 0;
}

.explr-box h6 {
  font-family: 'Segoe UI Regular';
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #FFFFFF;
}

.explr-details {
  display: flex;
}

.explr-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
}

.explr-details h4 {
  /* font-family: Segoe UI; */
  font-family: 'Segoe UI Regular';
  font-weight: 600;
  color: #FFFFFF;
  font-size: 19px;
  line-height: 1.5;
}

.explr-details .grn-thm-btn {
  background-color: #D4EC8E;
  border: 1px solid #D4EC8E;
  color: #194449;
  padding: 5px 16px;
  border-radius: 6px;
  font-family: 'Segoe UI Regular';
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
}

.explr-details .grn-thm-btn:hover {
  background-color: white;
}

.footer-section {
  position: relative;
  display: block;
  background-color: #194449;
  padding: 60px 0px;
}

.footer-link {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-top: 20px;
}

.footer-link li a {
  /* font-family: Segoe UI; */
  font-family: 'Segoe UI Regular';
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 150%;
}

.footer-right {
  position: relative;
  display: block;
  float: right;
}

.footer-right h6 {
  /* font-family: Segoe UI; */
  font-family: 'Segoe UI Regular';
  font-weight: 400;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 150%;
  text-align: right;
  margin-bottom: 15px;
}

.footer-top {
  position: relative;
  display: block;
  border-bottom: 1px solid #BFDAD2;
  padding-bottom: 60px;
}

.footer-btm h6 {
  /* font-family: Segoe UI; */
  font-family: 'Segoe UI Regular';
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #FFFFFF;
}

.footer-btm {
  position: relative;
  display: block;
  padding-top: 30px;
}

.grn-thm-btn:hover {
  background-color: #ffffff00;
  border: 1px solid #D4EC8E;
  color: #ffffff;
}

.white-thm-btn:hover {
  background-color: #D4EC8C;
  color: #194449;
}

.explr-details .grn-thm-btn:hover {
  color: #194449;
}

.course-all-sec .course-card {
  box-shadow: 0px 2px 4px 0px #00000024;
  background-color: white;
  border-radius: 4px;
}

.course-all-sec .course-card:hover {
  background-color: #EDF6F3;
}

.course-all-sec .course-content {
  padding: 15px 25px 2px 25px;
}

.hero-section {
  position: relative;
  display: block;
  padding: 90px 0px;
  background-image: url('../images/hero-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content-sec h1 {
  /* font-family: Segoe UI; */
  font-family: 'Segoe UI Regular';
  font-weight: 400;
  font-size: 55px;
  line-height: 120%;
  color: #091F2C;
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.content-sec p {
  /* font-family: Segoe UI; */
  font-family: 'Segoe UI Regular';
  font-weight: 400;
  font-size: 16px;
  color: #091F2C;
  display: block;
  max-width: 50%;
  line-height: 20px;
}

.course-all-sec .course-card p {
  /* font-family: Segoe UI; */
  font-family: 'Segoe UI Regular';
  font-weight: 400;
  font-size: 14px;
  color: #717171;
  line-height: 150%;
  margin-bottom: 15px;
}

.filter-box .top-bx-fltr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-box .top-bx-fltr a {
  /* font-family: Segoe UI; */
  font-family: 'Segoe UI Regular';
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 150%;
  padding: 20px;
}

.filter-box .accordion-item {
  padding: 0px 20px;
}

.course-all-sec .course-img span {
  left: 22px;
}

.course-all-sec .search-sec-fltr .form-control {
  box-shadow: 0px 1px 2px 0px #00000024;
  padding: 0.375rem 2.1rem;
  color: #707070;
  border: 1px solid var(--Neutral-Stroke-Transparent-Rest, #FFFFFF);
}

.search-sec-fltr span.input-group-text {
  position: absolute;
  background-color: transparent;
  color: #616161;
  top: 5px;
  left: 0px;
  z-index: 9;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  justify-content: flex-end;
}

.page-info {
  color: #555;
}

.arrow-btn {
  border: 1px solid #ccc;
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.arrow-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.page-size {
  border: 1px solid #ccc;
  background: #fff;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 14px;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform .2s ease-in-out;
}

.bnr-badge-img img {
  max-width: 150px;
  display: block;
  margin-top: 25px;
}

.learning-sec ul.splt-list li {
  width: 50%;
}

.module-bx-all {
  position: relative;
  display: block;
  margin-bottom: 30px;
  box-shadow: 0px 1.45px 2.9px 0px #00000024;
  border-left: 9px solid #D4EC8E;
  background-color: white;
  border-radius: 4px;
  padding: 20px 20px 35px 20px;
}

.module-bx-all .durtn-bx {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.module-bx-all .durtn-bx p {
  /* font-family: Segoe UI; */
  font-family: 'Segoe UI Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #252526;
  margin-bottom: 0px;
}

.module-bx-all .durtn-bx span {
  color: #717171;
}

.module-bx-all h6 {
  /* font-family: Segoe UI; */
  font-family: 'Segoe UI Regular';
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: unset;
  color: #091F2C;
  display: block;
  margin-bottom: 18px;
}

.module-bx-all p {
  /* font-family: Segoe UI; */
  font-family: 'Segoe UI Regular';
  font-weight: 400;
  font-size: 14px;
  color: #091F2C;
  line-height: 150%;
  display: block;
  position: relative;
  margin-bottom: 25px;
}

.module-bx-all .grn-thm-btn {
  background-color: #07641D;
  border: 1px solid #07641D;
  color: #ffffff;
  padding: 8px 20px 10px 20px;
  border-radius: 6px;
  font-family: 'Segoe UI Regular';
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}

.course-card-sec-new .course-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 300px;
}