@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&amp;display=swap");

body {
  font-family: var(--font-family-lato);
}

.screen a {
  display: contents;
  text-decoration: none;
}

input:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

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

.mb24 {
  margin-bottom: 24px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb56 {
  margin-bottom: 56px;
}

.pb124 {
  padding-bottom: 124px;
}

.pt124 {
  padding-top: 124px;
}

.pt96 {
  padding-top: 96px;
}

.pt32 {
  padding-top: 32px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb32 {
  padding-bottom: 32px;
}

.pb96 {
  padding-bottom: 96px;
}

.container {
  padding-left: 24px;
  padding-right: 24px;
}

.custom_padding {
  padding-top: 124px;
  padding-bottom: 124px;
}

.border_line {
  border-right: 1px solid var(--mine-shaft-black200);
  border-left: 1px solid var(--mine-shaft-black200);
}

.heading-1 {
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 900;
  line-height: 1.5;
  /* 110% */
  color: var(--white);
  margin-bottom: 0;
}

.heading-2 {
  color: var(--mine-schaft-black);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 900;
  line-height: 112.5%;
 
  margin-bottom: 0;
}

.heading-3 {
  color: var(--mine-shaft-black700);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  margin-bottom: 0;
}

.heading-4 {
  color: var(--mine-shaft-black700, #333);
  font-family: var(--font-family-lato);
  font-size: var(--font-size-36);
  font-style: normal;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: -0.72px;
}

.heading-5 {
  color: var(--mine-shaft-black700);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: -0.56px;
  margin-bottom: 0;
}

.heading-6 {
  color: var(--mine-schaft-black);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: -0.4px;
  margin-bottom: 0;
}

.btn a {
  text-decoration: none;
  color: inherit;
}

/** Header **/
.page-container {
  position: relative;
}

.page-container header.header-section {
  position: absolute;
  width: 100%;
  z-index: 4;
}

.headerText {
  position: relative;
  padding-top: 300px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  padding-bottom: 100px;
}

.header_banner {
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

#header-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-carousel.singleImageSlider img {
  max-width: 100%;
  height: 800px;
}

.background_visual {
  position: absolute;
  width: 100%;
  height: 100%;
}

.background_visual img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: relative;
  z-index: 2;
}

.utility-bar {
  background-color: var(--dark-blue700);
  justify-content: center;
  padding: 9px 16px;
  position: relative;
}

.discover-our-businesses {
  color: var(--white);
  font-family: var(--font-family-manrope);
  font-size: var(--font-size-xs);
  font-weight: 600;
  line-height: 20px;
  margin-top: -1px;
  text-align: center;
  cursor: pointer;
}

.discover-our-businesses.show.dropdown-toggle::after {
  transform: rotate(180deg);
}

.top_header_discoverMenus {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 111111;
  margin: 0 auto;
  top: 37px;
  text-align: center;
}

.top_header_discoverMenus.show {
  display: inline-block;
}

.utility_menus {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: normal;
  margin: 0;
  padding: 0;
  background: rgb(87 97 120 / 90%);
  border-top: 5px solid var(--light-blue700);
}

.utility_menus li:hover {
  background: #174174;
  border: 1px solid rgb(45 85 144 / 75%);
}

.utility_menus li a {
  color: var(--white);
  font-family: var(--font-family-lato);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  padding: 9px;
  display: inline-block;
  width: 100%;
}

.logo-bar {
  padding: 48px 0px 40px;
}

.logo {
  height: 56px;
  width: auto;
  max-width: 299.32px;
}

.shopping_bag {
  height: 24px;
  width: 24px;
}

.shopping_bag:hover,
.shoppingBagforSearch:hover {
  animation: up-down 1s 2 alternate;
}

@keyframes up-down {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-15px);
  }
}

.shopping_bag_border {
  background-color: var(--white);
  height: 12px;
  width: 1px;
}

.header-btns {
  display: inline-grid;
  grid-auto-flow: column;
  grid-gap: 16px;
}

.hamburger {
  display: grid;
  grid-gap: 5px;
}

.hamburger span {
  background-color: var(--white);
  width: 24px;
  height: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler.is-active .hamburger span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler.is-active .hamburger span,
.row-full .hamburger span {
  background-color: var(--mine-shaft-black600);
}

.navbar-toggler.is-active .hamburger span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.navbar-toggler.is-active .hamburger span:nth-child(2) {
  opacity: 0;
}

.btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active {
  border-radius: 4px;
  background: var(--mine-shaft-black100);
  padding: 12px 20px;
  color: var(--white);
  line-height: 20px;
  font-family: var(--font-family-lato);
  font-size: var(--font-size-xs);
  font-weight: 600;
}

.light_blue_btn.btn:hover,
:not(.btn-check) + .btn.light_blue_btn:active,
.btn.light_blue_btn:first-child:active {
  background-color: var(--light-blue800);
  color: var(--white);
}

.light_blue_btn.btn:focus {
  background-color: var(--light-blue700);
  color: var(--white);
  box-shadow: 0px 0px 0px 4px rgba(42, 138, 191, 0.2);
}

.btn.dark_blue_btn {
  background-color: var(--dark-blue700);
}

.btn.dark_blue_btn:hover,
:not(.btn-check) + .btn.dark_blue_btn:active,
.btn.dark_blue_btn:first-child:active {
  background-color: var(--dark-blue800);
  color: var(--white);
}

.btn.dark_blue_btn:focus {
  box-shadow: 0px 0px 0px 4px rgba(42, 138, 191, 0.2);
}

.grey_btn.btn {
  border: 1px solid var(--mine-shaft-black300);
  background: var(--mine-shaft-black100);
  color: var(--mine-shaft-black700);
  margin: 4px;
}

.grey_btn.btn:hover,
:not(.btn-check) + .btn.grey_btn:active,
.btn.grey_btn:first-child:active {
  background: var(--mine-shaft-black200);
  color: var(--mine-shaft-black700);
  border: 1px solid var(--mine-shaft-black300);
}

.grey_btn.btn:focus {
  box-shadow: 0px 0px 0px 4px rgba(42, 138, 191, 0.2);
}

.btn:hover {
  color: var(--black);
  background-color: var(--white);
}

.white_btn.btn {
  color: var(--mine-shaft-black700);
  background-color: var(--white);
  border: 1px solid var(--mine-shaft-black300);
}

.white_btn.btn:hover,
:not(.btn-check) + .btn.white_btn:active,
.btn.white_btn:first-child:active {
  background-color: var(--mine-shaft-black50);
  color: var(--mine-shaft-black700);
  border: 1px solid var(--mine-shaft-black300);
}

.white_btn.btn:focus {
  box-shadow: 0px 0px 0px 4px rgba(42, 138, 191, 0.2);
}

.navigation {
  border-bottom: 1px solid var(--white);
}

a.nav-link {
  color: var(--white);
  font-weight: 500;
  line-height: 24px;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--white);
  text-decoration: underline;
}

.navbar-nav .nav-link.show {
  color: var(--white);
}

ul.navbar-nav {
  gap: 30px;
}

.search-icon {
  height: 20px;
  position: relative;
  width: 20px;
}

.input-group-text,
.search .form-control {
  background-color: transparent;
  border-radius: 26px;
  border: none;
}

.White .input-group-text,
.White .search .form-control {
  background-color: #ffffff;
  border-radius: 26px;
  border: none;
}

input,
textarea,
input::placeholder,
textarea::placeholder {
  font-size: var(--font-size-xxs);
}

.withWhiteLogoBotton .header_search {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 26px;
}

.header_search input,
.header_search input::placeholder {
  color: var(--white);
}

.header_search input:focus,
.filters input.form-control:focus {
  box-shadow: none;
}

/** Nav bar **/
#navbar-content {
  z-index: 99999;
}

.btn.light_blue_btn {
  background-color: var(--light-blue700);
  border: none;
}

.banner_text_section {
  padding: 126px 0px 0px;
}

.learning-solutions-txt {
  color: var(--white);
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  max-width: 456px;
}

.keyboard_arrow_down {
  height: 56px;
  width: 56px;
}

/** Global Search **/
.row-full {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  height: auto;
  left: 49.65%;
  background-color: var(--white);
  padding: 40px 7%;
}

.search-container {
  max-width: 100%;
  height: fit-content;
  background-color: var(--white);
  position: relative;
}

.closeSearch {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--black);
  font-size: var(--font-size-l);
}

.search-inner {
  padding-bottom: 80px;
  flex-direction: column;
  align-items: flex-start;
}

.search_banner .banner_text_section {
  padding: 75px 0px 0px;
}

.search-container .search-input {
  display: flex;
}

.search-container .input-group {
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #adadad;
}

.search-container .form-control {
  border: none;
}

.search-container .form-control:focus {
  box-shadow: none;
  border: none;
  background-color: #ffffff !important;
}

.search-container .input-group-prepend .input-group-text .fas.fa-search {
  color: blue;
  font-size: 24px;
}

#searchInput::placeholder {
  color: var(--mine-shaft-black400);

  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: -0.56px;
}

.search-suggestions ul {
  padding: 0;
  margin: 0;
}

.search-inner .menu li a {
  text-decoration: none;
  color: var(--mine-shaft-black600);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

#cancelButton {
  border: none;
  background-color: var(--white);
  color: var(--mine-shaft-black700);

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

.search-suggestions {
  display: flex;
  width: 60%;
  justify-content: flex-start;
  gap: 48px;
  padding-top: 30px;
}

#suggestions {
  width: 100%;
  color: var(--mine-shaft-black700);

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  gap: 6px;
}

#recentSearches {
  width: 100%;
  color: var(--mine-shaft-black700);

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  gap: 6px;
}

.suggestion-search {
  color: var(--Mine-Shaft-Black-700, #333);

  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-left: 16px;
}

.list-group-item {
  border: none;
}

.below-search {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-left: 40px;
  border-right: 1px solid #adadad;
}

.loading_result {
  color: var(--Mine-Shaft-Black-700, #333);
  /* Desktop/Button Medium */

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}

#loader {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-text {
  font-size: 16px;
  color: #000;
  /* Adjust the color as needed */
}

.loader-section {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}

.spinner-border {
  --bs-spinner-border-width: 0.2em;
  border-right-color: #adadad;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

.w-34 {
  width: 34%;
}

.suggestion-column {
  border-right: 1px solid #ebebeb;
}

.search-results {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 48px;
  padding-top: 30px;
}

.cancel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: black;
}

#crossButton {
  color: black;
  background-color: transparent;
  border: none;
}

.see-results-btn {
  border-radius: 4px;
  border: 1px solid var(--Mine-Shaft-Black-300, #d6d6d6);
  background: var(--White, #fff);
  color: var(--black);
  width: 350px;
  padding: 10px 16px;
}

.search-input input:-webkit-autofill,
.search-input input:-webkit-autofill:hover,
.search-input input:-webkit-autofill:focus,
.search-input input:-webkit-autofill:active,
input:-webkit-autofill,
input:-webkit-autofill:focus {
  background: transparent;
  -webkit-background-clip: text;
  -webkit-box-shadow: 0 0 0 50px white inset; /* Change the color to your own background color */
  -webkit-text-fill-color: #333;
  transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
  background-color: transparent !important;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset; /* your-potential-box-shadow */
  -webkit-text-fill-color: #333;
}

.fa-solid,
.fas {
  margin-right: 10px;
}

.custom_bag_btn > a {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 12px;
}

/** Below header Section **/
.below_header_section {
  background: linear-gradient(to right, var(--white) 50%, var(--mine-shaft-black50) 50%);
}

.card_img_box {
  background: url(../png/bg_icon.png) no-repeat var(--bs-body-bg);
  background-size: 34%;
  background-position: 46% 30px;
  border: 1px solid var(--mine-shaft-black200);
  border-radius: 4px 4px 0px 0px;
  height: 258px;
  width: 100%;
  border-bottom: none;
  overflow: hidden;
  display: grid;
}

.card_img {
  height: auto;
  max-width: 402px;
  align-self: end;
  margin: 0 auto;
}

.box_card_text {
  align-items: flex-start;
  background: url(../png/text-bg.png) no-repeat var(--dark-blue100);
  background-size: 40%;
  background-position: right bottom;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  height: 305px;
  justify-content: space-between;
  overflow: hidden;
  padding: 40px;
  position: relative;
  width: 100%;
}

.box_card_text.for_business_box {
  background: url(../png/text-bg.png) no-repeat var(--light-blue100);
  background-size: 40%;
  background-position: right bottom;
}

span.text_blue {
  color: var(--light-blue700);
}

.below_header_boxes {
  position: relative;
  overflow: hidden;
}

.below_header_boxes_hovered {
  background-color: var(--dark-blue700);
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0;
  left: 12px;
  width: 97%;
  padding: 40px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: space-between;
  transition: visibility 0s, opacity 0.5s linear;
  opacity: 0;
}

.below_header_boxes:hover {
  cursor: pointer;
}

.hover_bgVisual {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.below_header_boxes:hover .below_header_boxes_hovered {
  cursor: pointer;
  opacity: 1;
}

.below_header_boxes_hovered .white_btn.btn {
  z-index: 2;
}

/** Featured Courses **/
.featured_courses_headerText {
  padding-left: 58px;
  padding-right: 58px;
}

.center_line {
  background: #f4f4f4;
  position: absolute;
  height: 338px;
  top: 0;
  right: 50%;
  width: 1px;
}

.featured_courses .card_details .img-wrapper {
  max-width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  height: auto;
}

.featured_courses .card_details_inner {
  padding: 0;
  height: 310px;
  overflow: hidden;
}

.featured_courses .card_details {
  padding: 40px;
}

.gradient_border {
  background: linear-gradient(90deg, #0056b3 0%, #c03 100%);
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 40px;
  left: 0;
}

.boreder_separatror .gradient_border {
  background: linear-gradient(90deg, #0056b3 0%, #c03 100%);
  width: 100%;
  height: 6px;
  position: relative;
  bottom: 0;
  left: 0;
}

#featured_courses_slider .owl-nav button {
  max-height: 532px;
  height: 100%;
}

/** Latest Insights Section **/
.insight_img_box {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.insight_img_box img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  object-fit: cover;
}

.insight_img_box:hover img {
  transform: scale(1.1);
}

.bottom_red_border {
  border-bottom: 6px solid var(--fitch-red700);
}

.insights {
  color: var(--mine-shaft-black500);
}

.latest_main_post {
  padding: 40px 0;
  align-items: flex-start;
}

.card_text {
  color: var(--mine-shaft-black600);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.2px;
}

.tagg {
  color: var(--white);
  background: var(--mine-shaft-black700);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 2px;
  display: inline-block;
}

.tagg.dark_blue {
  background: var(--dark-blue700);
}

.tagg.light_blue {
  background: var(--light-blue700);
}

.tagg.red {
  background: var(--fitch-red700);
}

.article_date {
  color: var(--mine-shaft-black500);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}

.latest_main_post_text {
  min-height: 457px;
  justify-content: space-between;
}

.view_all_insight.btn {
  width: 400px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid var(--mine-shaft-black300);
  background: var(--white);
  margin-bottom: 10px;
  color: var(--mine-shaft-black700);
  max-width: 100%;
}

.insight_card_title {
  height: 110px;
  overflow: hidden;
}

.latest_small_posts .card_text {
  height: 130px;
  overflow: hidden;
}

.latest_insights_section {
  position: relative;
  overflow: hidden;
}

.latest_insights_section .bg_visual {
  height: 649px;
  right: calc(50% - 525px);
  left: auto;
  top: 130px;
  width: 649px;
}

.latest_small_posts .card_details,
.latest_main_post_text .card_details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 1em 0 0;
}

.subscribe_insight_cta {
  border-top: var(--mine-shaft-black200);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.blue_cta_box {
  display: flex;
  padding: 56px 32px;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  background: url(../png/cta_bg.png) var(--dark-blue700);
  background-position: 85%;
  background-repeat: repeat-x;
  background-size: 58% 100%;
  transition: all 0.3s ease-in-out;
}

.Innerblue_cta_box {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.Innerblue_cta_box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 90px 100px 0px;
  border-color: transparent #ffffff transparent transparent;
  right: 0;
  bottom: -21px;
  position: absolute;
  transform: rotate(90deg);
}

.blue_cta_box:hover {
  background-size: 70% 120%;
  background-position: 100%;
}

.bottom_border {
  background-color: var(--mine-shaft-black200);
  height: 1px;
  width: 100%;
}

/** Corporate Solutions **/
#corporate_solutions_slider .card_details {
  border-radius: 0;
}

.featured_courses,
.corporate_solutions {
  background: linear-gradient(180deg, rgb(249, 249, 249) 0%, rgb(255, 255, 255) 100%);
  position: relative;
  overflow: hidden;
}

.bg_visual {
  background: linear-gradient(225deg, rgba(237, 237, 237, 0.62) 25%, rgba(249, 249, 249, 0) 39.41%);
  border-radius: 525.5px;
  height: 1051px;
  left: calc(50% - 525px);
  position: absolute;
  top: 167px;
  width: 1051px;
}

.card_details {
  margin: 0 0.5em;
  width: 100%;
  border-radius: 8px;
  background: var(--white);
}

.owl-carousel .card_details {
  border: 1px solid var(--mine-shaft-black200);
}

.card_details .img-wrapper {
  max-width: 100%;
  height: 226px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel img {
  max-height: 100%;
}

.cardDetailsTop {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#corporate_solutions_slider .owl-nav button,
#featured_courses_slider .owl-nav button,
#popular_courses_slider .owl-nav button {
  position: absolute;
  width: 149px;
  height: 523px;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #f9f9f9 0%, rgba(255, 255, 255, 0) 100%);
  margin-left: 0px !important;
}

.course-landing #popular_courses_slider .owl-nav button {
  height: 398px;
}

#corporate_solutions_slider .owl-nav button.owl-next,
#featured_courses_slider .owl-nav button.owl-next,
#popular_courses_slider .owl-nav button.owl-next {
  right: 0;
  margin-right: 0px !important;
  left: auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f9f9f9 100%);
  text-align: -webkit-right;
}

.slideBtns {
  border-radius: 40px;
  border: 1px solid var(--mine-shaft-black300);
  background: var(--mine-shaft-black100);
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
}

/*Fitch Learning In Number Section Starts Here*/
.fl_number_border {
  border-left: 1px solid var(--mine-shaft-black200);
}

.fl_numbers_section {
  background-color: #f2f5f7;
  position: relative;
  background-image: url("../png/globe-grey.png");
  background-repeat: no-repeat;
  background-position: bottom;
}

/*corner-angle*/
.right-acute-corner {
  position: absolute;
  background-image: url("../svg/corner.svg");
  width: 113px;
  height: 72px;
  background-repeat: no-repeat;
  background-size: cover;
}

.corner-left {
  left: 0;
}

.corner-top {
  top: 0;
}

.corner-right {
  right: 0;
}

.corner-bottom {
  bottom: 0;
}

.upside-down {
  transform: rotate(180deg);
}

/*corner-angle ends*/
.counter-box {
  display: block;
  opacity: 0;
}

.empty-space-h544 {
  height: 544px;
}

.empty-space-h353 {
  height: 353px;
}

.empty-space-h178 {
  height: 178px;
}

.empty-space-h72 {
  height: 72px;
}

.empty-space-h0 {
  height: 0px;
}

.empty-space-h64 {
  height: 64px;
}

.counter-box > div {
  width: 100%;
  display: block;
}

.counter-box img {
  width: 80px;
  height: 80px;
}

.counter-string {
  color: var(--mine-shaft-black700);
  font-size: clamp(2rem, 3.875rem, 4rem);
  font-style: normal;
  font-weight: 900;
  line-height: 72px;
 
  margin-top: 24px;
  visibility: hidden;
}

.counter-caption {
  color: rgba(51, 51, 51, 0.7);
  line-height: 32px;
  letter-spacing: -0.2px;
  margin-top: 24px;
  font-size: clamp(1.125rem, 1.25rem, 1.5rem);
}

.flin-item {
  overflow-x: hidden;
}

/** Global Facility **/
.sipd-slider .item {
  align-items: flex-end;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 510px;
}

.caption_block {
  background: url(../png/global-facility-bg.png) rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  gap: 16px;
  justify-content: flex-end;
  margin: 9.9px 8px 9.9px 8px;
  overflow: hidden;
  padding: 32px;
  position: relative;
  width: 515px;
  backdrop-filter: blur(26px);
  height: 96%;
}

.sipd-slider {
  position: relative;
  overflow: hidden;
}

.sipd-slider .owl-dots {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: var(--white);
  display: flex;
  padding: 12px;
  border-radius: 4px;
  gap: 12px;
}

.sipd-slider .owl-dots .owl-dot span {
  position: relative;
}

.sipd-slider .owl-dots .owl-dot span::before,
.sipd-slider .owl-dots .owl-dot span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-sizing: inherit;
}

.sipd-slider .owl-dots .owl-dot span::before {
  border: 2px solid var(--mine-shaft-black500);
}

.sipd-slider .owl-dots .owl-dot span::after {
  border: 0 solid transparent;
}

.sipd-slider .owl-dots .owl-dot.active span::before {
  border-top-color: var(--light-blue700);
  border-right-color: var(--light-blue700);
  border-bottom-color: var(--light-blue700);
  transition: border-top-color 1s linear, border-right-color 1s linear 1s, border-bottom-color 1s linear 2s;
}

.sipd-slider .owl-dots .owl-dot.active span::after {
  border-top: 2px solid var(--light-blue700);
  border-left-width: 2px;
  border-right-width: 2px;
  transform: rotate(270deg);
  transition: transform 3s linear 0s, border-left-width 0s linear;
}

body .sipd-slider .owl-dots .owl-dot span {
  background: transparent;
  width: 24px;
  height: 24px;
  margin: 0;
}

body .sipd-slider .owl-dots .owl-dot.active span,
body .sipd-slider .owl-dots .owl-dot:hover span {
  background: transparent;
}

.sipd-slider .owl-dots .owl-dot span::after {
  transform: rotate(0deg);
}

/** Client Success Stories **/
.client_stories {
  background-color: var(--dark-blue100);
  position: relative;
}

#client_stories_slider.owl-carousel .owl-item.active.center .card_details {
  box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.05);
  background-color: var(--white);
}

#client_stories_slider.owl-carousel .owl-item .card_details {
  box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.05);
  background-color: var(--dark-blue100);
  opacity: 0.7;
}

.card_details_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
  padding: 32px;
}

#client_stories_slider .owl-nav button {
  position: absolute;
  height: 300px;
  left: 10px;
  top: 0;
  background: transparent;
}

#client_stories_slider .owl-nav button.owl-next {
  right: 0;
  margin-right: 0px !important;
  left: auto;
  background: transparent;
}

.client_stories:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 141px 93px;
  border-color: transparent transparent transparent #ffffff;
  right: 24px;
  top: -24px;
  position: absolute;
  transform: rotate(90deg);
}

/** Contact us Section **/
.contact_us {
  align-items: center;
  background-color: var(--dark-blue700);
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.contact_us:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 72px 113px 0px;
  border-color: transparent transparent var(--dark-blue100) transparent;
  left: 0px;
  top: -21px;
  position: absolute;
  transform: rotate(90deg);
}

#contact_us_form {
  display: grid;
  align-items: stretch;
  grid-gap: 24px;
  width: 65%;
  margin: 0 auto;
}

#contact_us_form input,
#contact_us_form textarea {
  background: var(--white);
  border-radius: 4px;
  height: 48px;
  color: var(--mine-shaft-black500);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 14px 16px;
}

#contact_us_form textarea {
  resize: none;
  overflow: hidden;
}

#contact_us_form input.btn.light_blue_btn {
  background-color: var(--light-blue700);
  color: var(--white);
  font-size: var(--font-size-s);
}

#contact_us_form input.btn.light_blue_btn:hover {
  background-color: var(--light-blue800);
}

#contact_us_form input:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
}

#contact_us_form input:hover::placeholder {
  color: transparent;
}

.pre_footer_banner {
  display: flex;
  position: relative;
  width: 100%;
  align-items: flex-end;
  gap: 4px;
  justify-content: center;
  overflow: hidden;
}

.pre_footer_banner img {
  max-height: 221px;
}

.pre_footer_border {
  background: linear-gradient(90deg, var(--light-blue700) 0%, var(--fitch-red) 100%);
  height: 6px;
  width: 100%;
}

.contact_us .border_line {
  border-right: 1px solid var(--dark-blue600);
  border-left: 1px solid var(--dark-blue600);
}

/** Qualifications List Page**/
.background_visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 32.83%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 3;
}

.qualification_page .banner_text_section {
  padding: 72px 0px 88px;
}

.qualification_page .background_visual {
  height: 812px;
}

.qualification_page .learning-solutions-txt {
  margin-bottom: 0;
}

.popularQualifications {
  background: var(--mine-shaft-black50);
}

.QL_padding {
  padding: 124px 24px 64px 24px;
}

.QL_padding1 {
  padding: 64px 24px 124px 24px;
}

.popularQualificationsInner {
  display: flex;
  flex-direction: column;
  gap: 96px;
}

.QL_listing_row {
  gap: 16px;
  align-items: flex-start;
}

.QL_listing_row .QLlistBox {
  padding: 0;
  margin: 0;
  width: 32.3%;
}

.list_box {
  background: url(../svg/tile_bg_visual.svg) no-repeat var(--white);
  border: 1px solid var(--mine-shaft-black200);
  border-radius: 8px;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
  position: relative;
  background-position: bottom;
  background-size: contain;
}

.course-list .list_box {
  background: var(--white);
  border: 1px solid var(--mine-shaft-black200);
  border-radius: 8px;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
  position: relative;
  background-position: bottom;
  background-size: contain;
  height: 100%;
  width: 100%;
}

.top_box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

form.filters {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.left_filters {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.right_filters {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.layout_view {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 12px;
  border-radius: 4px;
  border: 1px solid var(--mine-shaft-black300);
  background: var(--white);
  box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.05);
}

.layout_view img {
  height: 16px;
  max-width: 16px;
}

span#list-view:after {
  content: "";
  background: var(--mine-shaft-black200);
  height: 12px;
  width: 1px;
  margin-left: 12px;
}

.layout_view span {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

ul.list_points {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

ul.list_points li {
  display: flex;
  align-items: center;
  gap: 8px;
}

ul.list_points li::before {
  content: "";
  background: url(../svg/check_circle.svg) no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: left center;
}

span.border_bottom_border {
  background: var(--light-blue700);
  width: 44px;
  height: 6px;
}

#popular_qualification_slider .owl-nav button {
  position: absolute;
  width: 56px;
  height: 516px;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(249, 249, 249, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  margin: 0;
}

#popular_qualification_slider .owl-nav button.owl-next {
  right: 0;
  margin: 0px !important;
  left: auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(249, 249, 249, 0.5) 100%);
}

.filters .input-group {
  display: flex;
  width: 188px;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid var(--mine-shaft-black300);
  background: var(--white);
  box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.05);
}

span#search_filter {
  padding: 0;
  margin-top: 5px;
}

.filters input.form-control {
  padding: 0;
  border: none;
}

.filters select.form-select {
  display: flex;
  width: 188px;
  padding: 10px 16px;
  align-items: center;
  gap: 40px;
  border-radius: 4px;
  border: 1px solid var(--mine-shaft-black300);
  background-color: var(--white);
  box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.05);
  color: var(--mine-shaft-black700);
  font-family: var(--font-family-lato);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.view_toggle.active .viewOption {
  fill: #0056b3;
}

.view_toggle .viewOption {
  fill: #858585;
}

button#mobileFilterBtn {
  padding: 10px 20px;
  font-weight: 400;
}

span.dt-column-title {
  color: var(--mine-shaft-black500);
  font-family: var(--font-family-lato);
  font-size: var(--font-size-10);
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-right: 10px;
}

.qualification_list table#qualification_data_table > thead > tr > th > span.dt-column-order {
  position: relative;
  right: 0;
}

.QL_name,
.QL_listing.data-table tbody td {
  color: var(--mine-shaft-black700);
  font-family: var(--font-family-lato);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 14px 8px;
}

.QL_listing.data-table a {
  font-family: var(--font-family-lato);
  font-size: var(--font-size-xs);
  line-height: 20px;
  color: var(--light-blue700);
  text-decoration: none;
  text-wrap: wrap;
}

ul.DT_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

a.need_help {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding-top: 32px;
  gap: 8px;
  font-family: var(--font-family-lato);
  font-size: var(--font-size-xs);
  line-height: 20px;
  color: var(--light-blue700);
  text-decoration: none;
}

table#qualification_data_table thead tr th:hover {
  outline: none;
}

.selectedFiltersRow {
  border-top: 1px solid var(--mine-shaft-black200);
  margin-top: 24px;
  padding-top: 24px;
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
}

ul.selectedFilters {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 8px;
  align-items: center;
  justify-content: center;
}

.selectedFilters li.slectedOption {
  background-color: var(--mine-shaft-black200);
  padding: 8px 16px;
  border-radius: 42px;
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  grid-gap: 8px;
  color: var(--mine-shaft-black700);
  font-size: var(--font-size-xs);
  font-style: normal;
  line-height: 20px;
  text-transform: capitalize;
}

.selectedFilters li .removeFilter > img {
  height: 16px;
  width: 16px;
}

.clearAllFilters {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  color: var(--mine-shaft-black700);
  font-size: var(--font-size-xs);
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
}

/** Course Landing **/
.CL_title_box {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}

.myLocation {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
}

.myLocation input#flexSwitchCheckChecked {
  width: 36px;
  height: 20px;
}

.CLfilters.filters select.form-select {
  width: 145px;
  padding: 10px;
  font-size: var(--font-size-xxs);
}

.CLfilters.filters select.form-select[name="level"],
.CLfilters.filters select.form-select[name="accrediation"],
.CLfilters.filters select.form-select[name="delivery"] {
  width: 110px;
}

.CLfilters.filters .input-group {
  width: 175px;
}

.CLfilters.filters .left_filters .input-group {
  width: 120px;
  padding: 11px 8px;
  position: relative;
}

.CLfilters.filters .left_filters .input-group:after,
.insights_filter.filters .left_filters .input-group:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../svg/arrow.svg);
  position: absolute;
  top: 13px;
  right: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.CLcourseDetails span.caption {
  color: var(--mine-shaft-black500);
  font-family: var(--font-family-lato);
  font-size: var(--font-size-10);
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  width: 100%;
}

span.limited_space {
  border-radius: 2px;
  background: var(--fitch-red100);
  padding: 2px 6px;
  color: var(--fitch-red700);
  font-family: var(--font-family-lato);
  font-size: var(--font-size-9px);
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  width: auto;
  display: block;
  text-align: center;
}
span.limited_space.no_limited_space {
  background: transparent;
}
.same_as_end_date + .date-divider {
  display: none;
}

.CLcourseDetails .gridCLdates {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}

.CLcourseDetails > div {
  display: flex;
  padding: 14px 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

.CLcourseDetails > div.deliverOptions {
  width: 150px;
}

.CLcourseDetails > div.timeZoneData {
  width: 160px;
}

.CL_need_help {
  border-bottom: 1px solid var(--mine-shaft-black200);
  padding-bottom: 64px;
}

.CL_need_help > p {
  font-family: var(--font-family-lato);
  font-size: var(--font-size-xs);
  line-height: 20px;
  color: var(--light-blue700);
  text-decoration: none;
}

.grey_cta_box {
  display: flex;
  padding: 56px 32px;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  background: url(../svg/grey_cta_bg.svg) var(--dark-blue100);
  background-position: 100%;
  background-repeat: repeat-x;
  background-size: 60% 100%;
  transition: all 0.3s ease-in-out;
  gap: 48px;
}

.grey_cta_box > h2.heading-2 {
  color: var(--dark-blue700);
}

section.popularCourses {
  background-color: var(--mine-shaft-black50, #fafafa);
  position: relative;
  overflow: hidden;
}

.item_box {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  border-radius: 8px;
  border: 1px solid var(--mine-shaft-black200);
  background: var(--white);
}

.item_box_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.item_box_content > button.grey_btn.btn {
  margin-top: 11px;
}

.popularCourses .bg_visual {
  right: calc(50% - 403px);
  left: auto;
}

table#qualification_data_table thead tr th.CL_date_head {
  text-align: right;
}

.show_more_CLdates {
  color: var(--light-blue700);
  font-family: var(--font-family-lato);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  display: inline-block;
  margin-top: -24px;
  border: 0;
  background: transparent;
}

.courses_listing .empty_dates {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.CLcourseDetails .empty_dates {
  min-height: 82px;
}

#CL_result_list_view .empty_dates {
  min-height: 60px;
}

#CL_result_list_view .QL_name > a {
  color: var(--light-blue700);
  font-family: var(--font-family-lato);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.QL_listing.data-table tbody td.QL_name > a > span {
  margin-left: 8px;
}

.total_found_results {
  color: var(--mine-shaft-black500);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: normal;
}

body .courses_listing .QL_listing.grid-container.list-view {
  display: none;
}

.CL_list_box .heading-5 > span.CLgrid_title {
  width: 100%;
  display: inline-block;
  min-height: 72px;
  overflow: hidden;
}

.CLfilters input.date_range_filter.form-control {
  font-size: 12px;
  overflow: hidden !important;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  cursor: pointer;
  padding-right:18px;
}
.heading-format {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
}
.heading-format span {
  display: block;
}

.qualification_page .back-bottom,
.withWhiteLogoBotton .back-bottom,
.tax-course-sector .keyboard_arrow_down {
  display: none;
}

.qualification_page h1.developing-the-world,
.qualification_page .learning-solutions-txt {
  max-width: 464px;
}

.courses_listing .form-check-input:checked {
  background-color: #0056b3;
  border-color: #0056b3;
}

.training_section_des {
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-lato);
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  width: 738px;
  margin: 40px auto 0;
}

.filters input.date_range_filter::placeholder {
  color: var(--mine-shaft-black700);
  font-size: var(--font-size-xxs);
}

.drp_clender_container {
  display: flex;
  flex-direction: column;
}

.clender_top_section {
  padding: 24px 16px;
  border-left: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;

  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--mine-shaft-black500);
}
.course-detail-form-container .dropdown.bootstrap-select {
  min-width: 300px;
}
/* rotating wheel */
.wheel {
  margin-left: auto;
  margin-right: auto;
  border: 2px solid var(--mine-shaft-black300);
  border-top: 2px solid var(--mine-shaft-black700);
  width: 24px;
  height: 24px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  border-radius: 50%;
}

/* animation for Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.searchResultsCon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 56px;
  padding-bottom: 64px;
  color: var(--Mine-Shaft-Black-700, #333);

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

span.removeFilter {
  background-image: url(../svg/close.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  cursor: pointer;
}

.course-landing .banner_text_section .light_blue_btn > a {
  position: relative;
  padding-left: 32px;
}

.course-landing .banner_text_section .light_blue_btn > a:before {
  content: "";
  background-image: url(../png/arrow_downward.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
}

img.file_download_icon {
  margin-right: 12px;
}

/** Custom Select CSS**/
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: var(--font-size-xxs);
  color: #333333;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 8px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 4px;
  border: 1px solid var(--Mine-Shaft-Black-300, #d6d6d6);
  background: var(--White, #fff);
  background-color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  padding-right: 30px;
  line-height: 20px;
  /* Shadows/xs */
  box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.05);
  text-transform: capitalize;
}

.select-styled:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../svg/arrow.svg);
  position: absolute;
  top: 13px;
  right: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.select-styled:hover {
  border-radius: 4px;
  background: var(--White, #fff);
  /* Shadows/xs */
  box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.05);
}

.select-styled:active,
.select-styled.active {
  border-radius: 4px;
  background: var(--White, #fff);
  /* Shadows/xs */
  box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.05);
}

.select-styled:active:after,
.select-styled.active:after {
  top: 12px;
  transform: rotate(-180deg);
}

.select-options {
  display: none;
  position: absolute;
  top: 120%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  list-style: none;
  border-radius: 4px;
  padding: 10px;
  border: 1px solid var(--Mine-Shaft-Black-300, #d6d6d6);
  background: var(--White, #fff);
  box-shadow: 0px 12px 16px -4px rgba(51, 51, 51, 0.08), 0px 4px 6px -2px rgba(51, 51, 51, 0.03);
  max-height: 295px;
  overflow-y: scroll;
}

.select-options li {
  margin: 0;
  padding: 5px 0;
  /* text-indent: 15px; */
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  text-transform: capitalize;
}

.select-options li[rel="hide"] {
  display: none;
}

/* Add the background image for the selected list item */
.select-options li.is-selected {
  background: #fff url("../svg/tick.svg") no-repeat right center;
  background-size: 16px 16px;
}

.insights .learning-solutions-txt {
  max-width: 580px;
}

/****** Footer CSS***********/
footer {
  background-color: var(--mine-shaft-black700);
  min-height: 400px;
}

.footer-container {
  border-left: 1px solid #454545;
  border-right: 1px solid #454545;
  padding: 80px 24px;
}

.footer-logo {
  max-height: 48px;
  margin-bottom: 48px;
}

.bottomFooterBox {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.footer-menu ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0;
}

.footer-menu .menu-item-list {
  color: var(--white);
  cursor: pointer;
  min-width: 163px;
  position: relative;
}

.footer-menu .sub-menu-box {
  display: none;
  min-width: 200px;
}

.footer-menu .menu-item-list:before {
  position: absolute;
  top: 8px;
  z-index: 999;
}

.footer-menu .sub-menu-box ul {
  display: grid;
  padding-top: 20px;
  gap: 20px;
  padding-bottom: 30px;
}

.footer-menu ul a {
  text-decoration: none;
  color: var(--white);
  display: inline-block;
  font-size: var(--font-size-10);
  line-height: 14px;
  letter-spacing: 1.6px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-menu ul .sub-menu-box a {
  text-decoration: none;
  color: var(--white);
  display: inline-block;
  font-size: var(--font-size-xs);
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
}

.footer-second-row {
  color: #ffffff;
}

.subscribe-box {
  margin-bottom: 30px;
}

.subscribe-box .subscribe {
  display: grid;
  grid-gap: 16px;
}

.subscribe-box .s-heading {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.6px;
  font-size: var(--font-size-10);
  margin-bottom: 0;
  line-height: 14px;
}

.subscribe-box .s-caption {
  font-size: var(--font-size-s);
  line-height: 24px;
  font-weight: 400;
}

.footer_subscribe_form {
  display: grid;
  grid-gap: 16px;
}

.subscribe-box .s-toc-box .s-toc {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #0056b3;
  border-radius: 4px;
  margin: 5px 5px 0px 0px;
}

.subscribe-box .s-toc-box p {
  color: #adadad;
  display: block;
}

.subscribe-box .s-btn {
  background: #0056b3;
  border-radius: 4px;
}

.footer-third-row .grey-top {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #454545;
}

.footer-second-row p {
  color: var(--white);
  font-family: var(--font-family-lato);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

.footer-second-row .responsive-content {
  flex-direction: column;
  gap: 16px;
}

.footer-bottom .s-media {
  display: flex;
  gap: 24px;
}
.footer-third-row .c-right {
    color: #ffffff; /* Use the updated variable */
    float: left;
    font-family: var(--font-family-lato);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.footer-third-row .s-media a {
  text-decoration: none;
}

.footer-third-row .s-media .fa-brands {
  color: var(--white);
  height: 16px;
  width: 16px;
}

.footer-third-row .navbar-nav {
  row-gap: 10px;
  column-gap: 48px;
}

.footer-third-row .navbar-nav ul {
  row-gap: 10px;
  column-gap: 48px;
}

.footer-third-row .navbar-nav .nav-link,
.footer-third-row .menu .nav-item a {
  padding-left: 0px;
  color: var(--white);
  font-family: var(--font-family-lato);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.footer-third-row .navbar-nav .nav-link:hover,
.footer-third-row .menu .nav-item a:hover {
  color: #cccccc;
}

.responsive-caption {
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 30px;
}

.responsive-caption:before {
  content: " ";
  display: block;
  float: left;
  margin-top: 4px;
  margin-right: 7px;
  width: 16px;
  height: 16px;
}

.responsive-caption.closed:before {
  background-image: url(../svg/expand-btn.svg);
}

.responsive-caption.opened:before {
  background-image: url(../svg/collapse-btn.svg);
}

body .no-pad {
  padding: 0px !important;
}

/*footer section ends here*/
/*scrollbar*/
body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid blue;
}

/* For css3 Animations  */
/* Trigger  */
.animation-element {
  animation-duration: 1s;
  animation-fill-mode: both !important;
}

/* Optional Delays, change values here  */
.in-view.del01 {
  animation-delay: 0.1s;
}

.in-view.del02 {
  animation-delay: 0.2s;
}

.in-view.del03 {
  animation-delay: 0.3s;
}

.in-view.del04 {
  animation-delay: 0.4s;
}

.in-view.del05 {
  animation-delay: 0.5s;
}

.in-view.del06 {
  animation-delay: 0.6s;
}

.in-view.del07 {
  animation-delay: 0.7s;
}

.in-view.del08 {
  animation-delay: 0.8s;
}

.in-view.del09 {
  animation-delay: 0.9s;
}

.in-view.del10 {
  animation-delay: 1s;
}

.in-view.del11 {
  animation-delay: 1.2s;
}

.in-view.del12 {
  animation-delay: 1.2s;
}

.in-view.del13 {
  animation-delay: 1.3s;
}

.in-view.del14 {
  animation-delay: 1.4s;
}

.in-view.del15 {
  animation-delay: 1.5s;
}

.in-view.del16 {
  animation-delay: 1.6s;
}

.in-view.del17 {
  animation-delay: 1.7s;
}

.in-view.del18 {
  animation-delay: 1.8s;
}

.in-view.del19 {
  animation-delay: 1.9s;
}

.in-view.del20 {
  animation-delay: 2s;
}

body .in-view.a-delay-1 {
  animation-delay: 0s;
}

body .in-view.a-delay-2 {
  animation-delay: 0.5s;
}

body .in-view.a-delay-3 {
  animation-delay: 1s;
}

body .in-view.a-delay-4 {
  animation-delay: 1.5s;
}

body .in-view.a-delay-5 {
  animation-delay: 2s;
}

/* Animations start here  */
/* FADE IN  */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

/* FADE IN DOWN */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

/* FADE IN UP */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

/* FADE IN UP BIG */
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

/* FADE IN LEFT */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0) rotateZ(30deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

/* FADE IN LEFT BIG */
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

/* FADE IN RIGHT */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

/* @end standaard animaties  */
.fade-in.in-view {
  animation-name: fadeIn;
}

.fade-in-down.in-view {
  animation-name: fadeInDown;
}

.fade-in-up.in-view {
  animation-name: fadeInUp;
}

.fade-in-up-big.in-view {
  animation-name: fadeInUpBig;
}

.fade-in-left.in-view {
  animation-name: fadeInLeft;
}

.fade-in-left-big.in-view {
  animation-name: fadeInLeftBig;
}

.fade-in-right-big.in-view {
  animation-name: fadeInRight;
}

/*css3 animations ends here*/
/*Removing placeholder on input field active*/
::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* Chrome <=56, Safari < 10 */
:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* FF 4-18 */
::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* FF 19-51 */
:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* IE 10+ */
::placeholder {
  opacity: 1;
  transition: opacity 0.5s;
}

/* Modern Browsers */
*:focus::-webkit-input-placeholder {
  opacity: 0;
}

/* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder {
  opacity: 0;
}

/* FF 4-18 */
*:focus::-moz-placeholder {
  opacity: 0;
}

/* FF 19-50 */
*:focus:-ms-input-placeholder {
  opacity: 0;
}

/* IE 10+ */
*:focus::placeholder {
  opacity: 0;
}

/* Modern Browsers */
.footer-third-row p {
    color: #fff; /* Improved contrast color */
    padding: 30px 0px;
    font-size: var(--font-size-xs);
    line-height: 20px;
}

.address-box .responsive-content p {
  line-height: 20px;
  margin-bottom: 16px;
}

.address-box .responsive-content p:last-child {
  margin-bottom: 0px;
}

.footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.menu-item-list > a {
  width: 100%;
  padding: 10px 0px 10px 20px;
}

.footer-menu .menu-item-list > a {
  background-repeat: no-repeat;
  background-position: 0% 50%;
}

.footer-menu .menu-item-list.closed > a , .footer-menu .menu-item-list.closed > button{
  background-image: url(../svg/expand-btn.svg);
}

.footer-menu .menu-item-list.opened > a {
  background-image: url(../svg/collapse-btn.svg);
}

.featured-courses:before {
  content: "";
  height: 232px;
  border-right: 1px solid #ebebeb;
  position: absolute;
  z-index: 1;
  width: 1px;
  left: 50%;
}

.filter-count {
  color: var(--Mine-Shaft-Black-500, #858585) !important;

  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.5px;
}

.not-sure {
  color: var(--Dark-Blue-700, #174174);
  /* Desktop/Heading 2 */

  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: 72px;
  /* 112.5% */
 
}

.not-sure-p {
  color: var(--Mine-Shaft-Black-600, #454545);
  /* Desktop/Body Large/Body Large */

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
  letter-spacing: -0.2px;
}

.not-sure-div {
  padding: 64px 56px;
}

.tax-course-sector .owl-item.active.center .card_details {
  background-color: #fff;
}

.tax-course-sector .course_gird_list ul,
.course-list-ul {
  padding-left: 0px;
}

/* .course_gird_list {
  list-style: none;
  min-height: 440px;
  overflow: hidden;
} */
li.course-list-li {
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.course_gird_list li {
  color: var(--Mine-Shaft-Black-700, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  list-style: none;
}

.course_gird_list h5 {
  color: var(--mine-shaft-black500, #858585);
  font-family: var(--font-family-lato);
  font-size: var(--font-size-10, 10px);
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  width: 100%;
  min-height: 30px;
}

.CL_list_box .list_box {
  background-image: none;
  min-height: 300px;
}

.list_greater_4 {
  display: none !important;
}

/* scroll bar for course by filter and course */
.select-options::-webkit-scrollbar {
  width: 7px;
}

.select-options::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}

.list-div-course {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tax-course-sector .slider-common-css .card_details_inner {
  background: #fff;
}

.tax-course-sector .QL_listing.data-table tbody td > .CL_date {
  display: flex;
  justify-content: flex-end;
}

.event-hero-block .fl-section-inner {
  z-index: 10;
  position: relative;
}
.header-section {
  z-index: 99999 !important;
}
