* {
  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 Web (West European)' !important;
}

@font-face {
  font-family: 'Segoe UI Web (West European)';
  src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff2') format('woff2'),
       url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Segoe UI Web (West European)';
  src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff2') format('woff2'),
       url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Segoe UI Web (West European) - Semibold */
@font-face {
  font-family: 'Segoe UI Web (West European)';
  src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff2') format('woff2'),
       url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI'), url('../fonts/Latest\ Segoe\ UI.woff') format('woff');
}

@font-face {
  font-family: 'Segoe UI Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI Italic'), url('../fonts/Segoe\ 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('../fonts/Segoe\ 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('../fonts/Segoe\ 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;
}

.login-sec {
  position: relative;
  display: block;
  background-image: url('../images/background-Image.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  background-color: #244349;
  height: 100%;
  width: 100%;
}

header.transparent-header {
  position: relative;
  display: block;
  padding: 20px 0px;
}

.transparent-header .logo-header {
  display: flex;
  align-items: flex-start;
  gap: 35px;
}

.transparent-header .logo-header a {
  position: relative;
}

.transparent-header .logo-header a::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #BFDAD2;
  top: 5px;
  right: -15px;
}

.transparent-header .logo-header a:last-child:after {
  display: none;
}

.login-box {
  max-width: 450px;

}

.login-box-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
}

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

.stellarnav ul {
  text-align: right;
}

.frm-login {
  background-color: white;
  box-shadow: 0px 1.44px 2.88px 0px #00000024;
  border-radius: 8px;
  padding: 45px 30px;
}

.login-title {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  display: block;
}

.frm-login h5 {
  font-family: 'Segoe UI Web (West European)';
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #091F2C;
  vertical-align: middle;
  margin-bottom: 15px;
}

.frm-login p {
  font-family: 'Segoe UI Web (West European)';
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #091F2C;
  margin-bottom: 20px;
}

.form-label {
  margin-bottom: .5rem;
 font-family: 'Segoe UI Web (West European)';
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #091F2C;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #DEDEDE;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
   font-family: 'Segoe UI Web (West European)';
  font-weight: 400;
  font-size: 14px !important;
  line-height: 1.5;
  box-shadow: 0px 1px 0px 0px #616161;
}

.form-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.submt-btn {
  background-color: #07641D;
  border-radius: 4px;
  font-family: 'Segoe UI Web (West European)';
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: white;
  margin-bottom: 25px;
  padding: 6px 20px 9px 20px !important;
  border: 0;
  width: 100%;
  margin-top: 10px;
}

.login-ftr a {
  color: #07641D;
  text-decoration-line: underline;
   font-family: 'Segoe UI Web (West European)';
  font-weight: 400;
  font-size: 14px;
}

.login-ftr p {
  margin-bottom: 10px;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #DEDEDE;
  box-shadow: 0px 1px 0px 0px #616161;
}

.form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #DEDEDE;
  box-shadow: 0px 1px 0px 0px #616161;
}

.login-title img {
  max-width: 100px;
}

.register-left {
  color: #fff;
  padding-right: 40px;
  padding-top: 90px;
}

.register-left h2 {
  font-weight: 700;
  color: #a5ff8f;
  margin-bottom: 20px;
}

.register-left ul {
  list-style: none;
  padding: 0;
}

.register-left ul li {
  margin-bottom: 40px;
  font-size: 16px;
  font-family: 'Segoe UI Web (West European)';
  font-weight: 600;
  line-height: 150%;
  color: white;
}

.register-left ul li span {
  display: block;
  width: 100%;
  font-weight: 400;
  color: #C6DBAD;
  font-size: 14px;
  max-width: 85%;
  line-height: 20px;
  margin-top: 10px;
  padding-left: 30px;
}

.register-left ul li::before {
  content: "";
  color: #a5ff8f;
  margin-right: 10px;
  background-image: url('../images/Check.svg');
  background-size: cover;
  width: 20px;
  height: 15px;
  background-repeat: no-repeat;
  display: inline-flex;
}

.register-sec .form-box {
  background: #fff;
  border-radius: 10px;
  padding: 40px 100px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  width: 100%;
}

.register-sec .form-box h3 {
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.register-sec .form-box p {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 30px;
  text-align: center;
}

.register-sec {
  position: relative;
  display: block;
  padding: 60px 0px 40px 0px;
}

.register-sec .login-title {
  text-align: left;
  margin-bottom: 60px;
}

.form-check label {
  display: inline-block;
  font-size: 13px;
  color: #242424;
  line-height: 1.5;
}

.form-check label a {
  color: #07641D;
  text-decoration: underline;
}

.txt-btm {
  display: inline-block;
  font-size: 13px;
  color: #242424;
  line-height: 1.5;
}

.txt-btm a {
  color: #07641D;
  text-decoration: underline;
}

.form-check-input:checked {
  background-color: #194449;
  border-color: #194449;
}

/* course-page-css */
.hero-section {
  position: relative;
  display: block;
  padding: 10px 0px 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 Web (West European)';
    /* font-family: 'Segoe UI'; */
    font-weight: 400;
    font-size: 55px;
    line-height: 120%;
    color: #091F2C;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

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

.course-card {
  border: 0;
  background-color: white;
  border-radius: 10px;
  margin-bottom: 40px;
  display: block;
  box-shadow: 0px 2px 4px 0px #00000024;
  border: 1px solid #00000024;
}

.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 a.crs-btn {
  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;
}

.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;
}


.option-fltr 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;
}


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


.option-fltr 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;
}

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

.filter-box .top-bx-fltr a {
   font-family: 'Segoe UI Web (West European)';
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 150%;
  padding: 20px;
}

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


.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;
}

.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 100px;
  right: 20px;
  border-radius: 50%;
  background: #D4EC8E;
  color: #121a1d;
  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: #121a1d;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: #D4EC8E;

}

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

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

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

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

.address-ftr {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 10px;
  padding-left: 0px;
}

.address-ftr li {
  font-family: 'Segoe UI Web (West European)';
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 150%;
  text-decoration: none;
  position: relative;
}

.address-ftr li::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: white;
  top: 4px;
  right: -8px;
}

.address-ftr li:last-child::after {
  display: none;
}

.footer-link li a {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 150%;
    text-decoration: none;
    font-family: 'Segoe UI Web (West European)';
}

.address-ftr li  {
   font-family: 'Segoe UI Web (West European)';
}
.address-ftr li a {
   font-family: 'Segoe UI Web (West European)';
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 150%;
  text-decoration: none;
}

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

.footer-right h6 {
   font-family: 'Segoe UI Web (West European)';
  font-weight: 400;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 150%;
  text-align: right;
  margin-bottom: 20px;
}

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

.footer-btm h6 {
 font-family: 'Segoe UI Web (West European)';
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #FFFFFF;
}

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

.course-all-sec .search-sec-fltr .form-control {
  box-shadow: 0px 1px 0px 0px #616161 !important;
  padding: 0.375rem 2.1rem;
  color: #707070;
  border: 1px solid #DEDEDE !important;
}

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

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

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

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

header.front-header .logo-header {
  display: flex;
  align-items: flex-start;
  gap: 35px;
}

header.front-header .logo-header a::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #BFDAD2;
  top: 5px;
  right: -15px;
}

header.front-header .logo-header a {
  position: relative;
}

.course-content p {
  color: #717171;
 font-family: 'Segoe UI Web (West European)';
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  min-height: 75px;
}

.stellarnav.light li a.sign-in-btn {
  position: relative;
  background-color: #D4EC8E;
  color: #194449;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  font-weight: 600;
  padding: 5px 18px;
  margin-left: 30px;
}

.stellarnav.light li a.sign-in-btn::before {
  content: '';
  width: 1px;
  height: 22px;
  background-color: #BFDAD2;
  position: absolute;
  left: -30px;
  top: 7px;
}

header.front-header .logo-header a:last-child:after {
  display: none;
}

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

.hero-section .top-brdcm .breadcrumb {
  justify-content: flex-start;
  margin-bottom: 50px;
}

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

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

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

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

.hero-section .top-brdcm .breadcrumb-item a {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #091F2C;
  text-transform: capitalize;
}

.hero-section .top-brdcm .breadcrumb-item.active a {
  color: #091F2C;
  font-weight: 700;
}

.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%);
   font-family: 'Segoe UI Web (West European)';
}

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

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

.details-bnr .top-brdcm .breadcrumb {
  justify-content: flex-start;
  margin-bottom: 50px;
}

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

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

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

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

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

.details-bnr .top-brdcm .breadcrumb-item.active a {
  color: #FFFFFF;
  font-weight: 700;
}

.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: 50px;
}

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

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

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

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

.top-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-btns a {
  background-color: #B9DCD2;
  display: flex;
  align-items: center;
  width: max-content;
  gap: 10px;
  padding: 4px 10px;
  border-radius: 4px;
  color: #194449;
  font-size: 14px;
  font-weight: 600;
}

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

.top-tile h3 {
  color: #091F2C;
   font-family: 'Segoe UI Web (West European)';
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 15px;
  display: block;
  text-align: left;
  letter-spacing: 0px;
}

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

.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;
}

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

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

.course-overview .box-dtls {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.course-overview .box-dtls span {
  font-weight: 200;
  display: flex;
  min-width: max-content;
}

.course-overview .box-dtls p {
  color: #FFF8F3;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

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

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

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

.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 5px 20px;
}

.module-bx-all h6 {
  font-family: 'Segoe UI Web (West European)';
  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 Web (West European)';
  font-weight: 400;
  font-size: 14px;
  color: #091F2C;
  line-height: 150%;
  display: block;
  position: relative;
  margin-bottom: 25px;
}

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

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

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

.related-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;
}

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

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

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

.course-category .top-tile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.course-category .top-tile .view-btn {
  position: relative;
  background-color: #D4EC8E;
  color: #194449;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  font-weight: 600;
  padding: 5px 18px;
  margin-left: 30px;
}

.course-category .course-card {
  border: 0;
  background-color: white;
  border-radius: 4px;
  margin-bottom: 40px;
  display: block;
  border: 0;
  box-shadow: 0px 1.44px 2.89px 0px #00000024;
}

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

.home-banner {
  background: linear-gradient(278.4deg, #0B1617 10.18%, #244349 93.57%), url(ebrahim_56338_A_shiny_green_abstract_background_with_three_inte_6cb43c24-3ea5-4bd5-8770-d3ccb3a388d3.png);
  position: relative;
  display: block;
  padding: 60px 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
   font-family: 'Segoe UI Web (West European)';
}

.home-banner h3 {  
  font-family: 'Segoe UI Web (West European)';
  font-weight: 300;
  font-size: 47px;
  line-height: 120%;
  color: white;
  position: relative;
  display: block;
}

.home-banner p {
   font-family: 'Segoe UI Web (West European)';
  font-weight: 400;
  color: #E9ECEC;
  font-size: 16px;
  line-height: 150%;
  display: block;
  margin: 25px 0px 30px 0px;
}

.home-bnr-img {
  text-align: right;
}

.home-bnr-img img {
  max-width: 75%;
}

.thm-dark-btn {
  position: relative;
  background-color: #D4EC8E;
  color: #194449;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  font-weight: 600;
  padding: 8px 18px;
  margin-left: 0px;
  border: 1px solid #D4EC8E;
}

.bnr-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.thm-border-btn {
  position: relative;
  background-color: #d4ec8e00;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  font-weight: 600;
  padding: 8px 18px;
  margin-left: 0px;
  border: 1px solid #D4EC8E;
}

.thm-dark-btn:hover {
  color: #194449;
}

.thm-border-btn:hover {
  color: #ffffff;
}

.solution-area {
  position: relative;
  display: block;
  background-color: #EDF6F3;
  padding: 60px 0px;
   font-family: 'Segoe UI Web (West European)';
}

.solution-area h6 {
  color: #07641D;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.solution-area h3 {
    font-size: 40px;
    font-weight: 300;
    color: #091F2C;
    line-height: 1.2;
    font-family: 'Segoe UI Web (West European)';
}
.solution-area p {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #091F2C;
  display: block;
  margin-top: 20px;
  max-width: 90%;
}

.link-card {
  box-shadow: 0px 1.44px 2.88px 0px #00000024;
  background-color: white;
  border-radius: 8px;
}

.link-card a {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 8px;
  padding: 30px;
  font-weight: 600;
  font-size: 18px;
  color: #091F2C;
  min-height: 135px;
  overflow-wrap: anywhere;
  line-height: 1.3;
}

.link-card-sec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.qus-lib-sec {
 font-family: 'Segoe UI Web (West European)';
  position: relative;
  display: block;
  background-color: #0E1A1D;
  padding: 60px 0px 90px 0px;
}

.qus-lib-sec h3 {
    font-weight: 300;
    font-size: 45px;
    color: white;
    line-height: 120%;
    display: block;
    margin-bottom: 20px;
    font-family: 'Segoe UI Web (West European)';
}

.qus-lib-sec p {
  font-weight: 400;
  font-size: 16px;
  color: white;
  line-height: 150%;
  display: block;
  margin-bottom: 30px;
}

.solutn-btn {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 30px;
  gap: 20px;
}

.thm-dark-grn-btn {
  position: relative;
  background-color: #07641D;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  font-weight: 600;
  padding: 9px 18px;
  margin-left: 0px;
  border: 1px solid #D4EC8E;
  min-width: 100px;
  text-align: center;
}

.thm-dark-grn-btn:hover {
  color: #ffffff;
}

.thm-white-btn {
  position: relative;
  background-color: #ffffff;
  color: #07641D;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  font-weight: 600;
  padding: 8px 18px;
  margin-left: 0px;
  border: 1px solid #07641D;
}

.thm-white-btn:hover {
  color: #07641D;
}

.link-card .card-content h4 {
  font-weight: 600;
  font-size: 18px;
  color: #091F2C;
  min-height: auto;
  overflow-wrap: anywhere;
  line-height: 1.3;
}

.solution-area .card-content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #091F2C;
  margin-top: 5px;
  max-width: 100%;
}

.support-sec {
  position: relative;
  display: block;
  background-color: #EDF6F3;
  padding: 60px 0px;
   font-family: 'Segoe UI Web (West European)';
}

.support-sec h3 {
  color: #000000;
  font-size: 40px;
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
}

.support-sec p {
  color: #000000;
  font-weight: 400;
  display: block;
  font-size: 15px;
}

.contact-bx {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin: 50px 0px 40px 0px;
  flex-wrap: wrap;
}

.contact-bx h4 {
  position: relative;
  display: block;
  margin: 25px 0px;
  color: #091F2C;
  font-size: 18px;
  font-weight: 600;
}

.contact-bx a {
  color: #000000;
  font-weight: 400;
  display: block;
  font-size: 15px;
}

.support-img {
  text-align: right;
}

.support-img img {
  max-width: 85%;
}

.faq-sec {
  position: relative;
  display: block;
   font-family: 'Segoe UI Web (West European)';
}

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

.faq-banner h3 {
  color: white;
  font-size: 55px;
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.faq-banner p {
  color: white;
  font-size: 14px;
  max-width: 54%;
}

.faq-sec .content-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0px;
  flex-direction: column;
}

.faq-sec .content-box .accordion {
  max-width: 70%;
  min-width: 70%;
}

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

.faq-sec .content-box .accordion-body {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

.faq-sec .accordion-button:not(.collapsed) {
  border-color: #C6DBAD !important;
}

.terms-banner {
  position: relative;
  display: block;
  padding: 55px 0px 70px 0px;
  background-image: url(../images/bg-faq.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.terms-banner .banner-content h2 {
  color: white;
  font-size: 55px;
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.terms-banner .banner-content p {
  color: white;
  font-size: 14px;
  max-width: 54%;
}

.main-wrp.home-pagev2 {
  position: relative;
  display: block;
  font-family: 'Segoe UI Web (West European)';
}

.terms-inner {
  display: flex;
  gap: 50px;
}

.terms-section .nav-menu li .nav-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #091F2C;
  padding: 10px 0px;
  display: block;
}

.terms-section .nav-menu .submenu .nav-link {
    color: #091F2C;
    font-size: 14px;
    font-weight: 400;
    margin-left: 0px;
    display: block;
    padding: 0;
    border: 0px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.terms-section .terms-right h2 {
  margin-bottom: 20px;
  display: block;
  color: #091F2C;
  font-size: 18px;
  font-weight: 600;
}

.terms-section li.heading-title h3 {
    margin-bottom: 20px;
    display: block;
    color: #091F2C;
    font-size: 16px;
    font-weight: 600;
}
.terms-section ul li {
  position: relative;
  display: block;
  color: #091F2C;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.terms-section .terms-right p {
  position: relative;
  display: block;
  color: #091F2C;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}

.terms-left {
  background: #FFFFFF;
  border-radius: 8px;
  min-height: fit-content !important;
  height: fit-content !important;
  overflow: auto !important;
  min-width: 25%;
  box-shadow: 0px 1.45px 2.9px 0px #00000024;
  padding: 20px 30px;
}

.microsoft-section.terms-section {
    position: relative;
    display: block;
    padding: 60px 0px;
    background-color: #EDF6F3;
}
.terms-section .nav-menu li .nav-link {
    border-top: 1px solid #BFDAD2;
    margin-bottom: 15px;
    line-height: 1.5;
    padding: 20px  0px 8px 0px;
}
.terms-section  ul.submenu {
    margin-bottom: 30px;
}
#section-2, #section-3, #section-4, #section-5, #section-6, #section-7, #section-8, #section-9, #section-10, #section-11{
  margin-top: 30px;
}
.terms-section  ul li.child-section {
    margin-bottom: 18px !important;
}
.terms-section  .terms-right p a {
    color: #091F2C;
    text-decoration: underline;
}
.terms-section  .terms-right ul li a {
    color: #091F2C;
    text-decoration: underline;
}
.stellarnav.light li a.thm-border-btn {
    padding: 8px 20px;
}
.link-card a:hover {
    border: 2px solid #1a4449;
}
.link-card a{
    border: 2px solid #1a444900;
}
.stellarnav.desktop li.has-sub ul li a.dropdown-item {
    padding-right: 15px;
    color: #194449 !important;
    text-align: left;
    font-size: 15px;
    padding-bottom: 8px;
}
.stellarnav.desktop li.has-sub ul li a.dropdown-item:active {
     color: #194449 !important;
    text-decoration: none;
    background-color: #ffffff;
}
.stellarnav.desktop li.has-sub ul li a.dropdown-item:hover {
     color: #194449 !important;
    text-decoration: none;
    background-color: #ffffff;
}
.stellarnav.light ul ul {
    background: rgba(255, 255, 255, 1);
    padding: 8px 0px;
}
.course-card-sec .course-content p {
    margin-bottom: 20px;
}



header .stellarnav.light ul ul {
    background: #365258;
    box-shadow: 0px 8px 16px 0px #00000024;
    text-align: left !important;
    padding: 20px;
    min-width: 200px;
}
li.menu-section {
    color: #D4EC8E !important;
    padding-top: 10px !important;
}
header .stellarnav.desktop li.has-sub ul li a {
    text-align: left !important;
    font-size: 12px;
    padding: 5px;
}
.stellarnav li.has-sub > a:after {
    content: '';
    border: 0px !important;
    background-image: url('../images/menu-drpdwn.svg');
    width: 10px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
li.menu-section:first-child {
    color: #D4EC8E !important;
    padding-top: 0px !important;
}
header .stellarnav li.has-sub.profile-dropdown > a:after {
    content: '';
    margin-left: 15px;
 }
 header .stellarnav.desktop li.has-sub ul li a.dropdown-item {
    font-size: 15px !important;
    padding-right: 15px;
    color: #ffffff !important;
}
header .stellarnav.desktop li.has-sub ul li a.dropdown-item:hover {
background-color: transparent !important;
color: white !important;
}
header .stellarnav.desktop li.has-sub ul li a.dropdown-item:focus {
background-color: transparent !important;
color: white !important;
}
section.certification-banner {
    font-family: 'Segoe UI';
}
section.certification-banner h3 {
    font-family: 'Segoe UI Web (West European)';
    font-weight: 400;
}
.link-card {
    height: min-content;
}
.course-content a.crs-btn:hover {
    background-color: #ffffff00;
    color: #07641d;
}
button {
    font-family: 'Segoe UI Web (West European)' !important;
  font-weight: 600 !important;
}
.thm-border-btn{
    font-family: 'Segoe UI Web (West European)' !important;
  font-weight: 600 !important;
}
.submt-btn{
    font-family: 'Segoe UI Web (West European)' !important;
  font-weight: 600 !important;
}
.thm-dark-btn{
  font-family: 'Segoe UI Web (West European)' !important;
  font-weight: 600 !important;
}
.thm-border-btn:hover {
    background: linear-gradient(
348deg, #0e1516 10.18%, #192528 93.57%);
}