@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  font-size: 15px;
}


.nav-item img {
  max-height: 32px;
  min-height: 32px;
  max-width: 32px;
  display: inline-block;
  align-items: center;
  margin-right: 0px;
  padding-right: 0px !important;
  margin-left: 4px;
}


.main-header {
  background: #000;
  padding: 0px 0;
}

.nav-link-icon {
  font-size: 36px;
  color: #fff;
  padding: 8px 12px;
}

.main-header img {
  max-height: 34px;
  width: auto;
}

.main-header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6px 0;
}

.main-header-right {
  display: flex;
  align-items: center;
}

.main-header-left {
  display: flex;
  align-items: center;
}

.search-container .input-group {
  display: flex;
  border: 2px solid #fff;
  border-radius: 0px;
  margin-right: 6px;
}

.search-container .input-group .form-control {
  background: none;
  border: 1px solid #000;
  min-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 15px;
  min-width: 300px;
  padding-left: 10px;
}

.search-container .input-group .form-control:focus {
  border: 1px solid #000;
  box-shadow: none;
}

.search-container .input-group .btn {
  padding: 2px 8px;
  font-size: 18px;
  color: #fff;
  background: 000;
  border: 1px solid #000;
  margin-top: 2px;
}

.student-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #000;
  background-color: #ffb71b;
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
  border-color: #ffb71b;
  text-transform: uppercase;
  padding: 12px 15px;
  line-height: 1.4;
}

.student-btn:hover,
.student-btn:focus {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.main-header-right {
  padding-right: 6px;
}

.main-header-right .login-btn,
.main-header-right .student-btn {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.dropdown-menu .right {
  top: 8px !important;
}

.dropdown-menu .dropdown-menu {
  padding-left: 20px;
}

.dropdown-menu li {
  padding-bottom: 6px !important;
  padding-top: 6px !important;
}

.main-header h1 {
  font-size: 26px;
  color: #fff;
  margin: 2px 0 0 15px;
  font-family: 'Montserrat', sans-serif;
}

.dropdown-menu>li>a {
  padding-top: 0px;
  padding-bottom: 0px;
}



.user-header {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.user-header:hover,
.user-header:focus {
  color: #f9b82b;
}

.text-primary {
  color: #f9b82b !important;
}

.user-header img {
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
  object-fit: cover;
  width: 32px;
  height: 32px;
  max-height: inherit !important;
}

.user-header i {
  margin-left: 8px;
  padding-top: 5px;
}

.header-ul {
  margin: 0 0 0 0px;
  padding: 0 10px 0 8px;
  list-style: none;
  /* margin: 0 10px 0 15px;
  padding: 0 0 0 5px;
  list-style: none; */
  /* border-left: 1px solid #ccc; */
}

.header-ul li {
  display: inline-block;
  padding: 0 10px;
}

.header-ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.header-ul li a:hover,
.header-ul li a:focus {
  color: #f9b82b;
}

.media {
  display: flex;
  font-size: 14px;
  width: 100%;
  min-width: 100%;
  padding: 8px 0;
  color: #333;
}

.comments-header .dropdown-divider,
.notification-header .dropdown-divider {
  margin: 0px;
}

.media p {
  margin: 0 0 3px 0;
}

.comments-author {
  width: 50px;
  height: 50px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
}

.comments-author img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dropdown-item-title {
  font-size: 14px;
  margin: 0 0 5px 0;
  font-weight: 600;
}

.comments-header,
.notification-header {
  min-width: 300px;
  max-width: 300px;
  padding: 0px;
}

.dropdown-footer {
  text-align: center;
  padding: 12px;
  font-size: 14px !important;
  color: #333 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #e9ecef !important;
}

.dropdown-header {
  text-align: center;
}

.notification-header .dropdown-item {
  color: #333 !important;
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dropdown-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 24px;
  border-radius: 0px;
}

.btn-primary {
  background-color: #ffb71b;
  border-color: #ffb71b;
  color: #000;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #000;
  border-color: #000;
}

.download-icon-btn {
  background: #ffb71b;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.download-icon-btn:hover,
.download-icon-btn:focus {
  background: #f5b406;
}

.download-icon-btn img,
.file-icon-btn img {
  height: 26px;
  width: auto;
}

.file-icon-btn {
  background: #fff;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.file-icon-btn:hover,
.file-icon-btn:focus {
  background-color: #f5f5f5;
}

.banner-header {
  background-color: #000;
  padding: 30px 0 16px;
  color: #fff;
}

.banner-header h1 {
  font-size: 36px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
}

.scroll-header {
  background: #000;
  position: sticky;
  top: 62px;
  z-index: 9;
}

.scroll-header ul {
  display: flex;
  margin: 0;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.scroll-header ul li a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat';
  color: #a6a6a6;
}

.scroll-header.fixed ul li a {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat';
}

.scroll-header ul li a.mPS2id-highlight {
  color: #ffb71b !important;
}

.scroll-header ul li a img {
  height: 46px !important;
  width: auto;
  margin-bottom: 6px;
  max-width: 46px;
  filter: invert(76%) sepia(0%) saturate(209%) hue-rotate(134deg) brightness(90%) contrast(82%);
}

.scroll-header ul li a:hover {
  color: #ffb71b;
  outline: none !important;
}

.menu-discovery-menu .sub-menu {
  position: absolute;
  background: #ffb71b;
  min-width: 280px;
  top: 80%;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  left: 0;
}


.menu-discovery-menu .sub-menu li a {
  font-size: 12px;
}

.menu-discovery-menu .sub-menu a {
  color: #000;
}

.scroll-header .menu-discovery-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.scroll-header ul li:hover a.mPS2id-highlight {
  color: #000 !important;
}

.scroll-header ul li:hover {
  color: #000;
}

.scroll-header ul li {
  position: relative;
  padding: 0 20px;
}

.scroll-header ul li:hover a img {
  filter: invert(90%) sepia(21%) saturate(2309%) hue-rotate(330deg) brightness(95%) contrast(105%);
}

.menu-discovery-menu .sub-menu li {
  width: 100%;
}

.menu-discovery-menu .sub-menu a {
  width: 100%;
  display: inline-block;
  text-align: left;
  font-size: 12px;
}

.menu-discovery-menu .sub-menu a:after {
  position: absolute;
  right: 10px;
  content: "";
  width: 20px;
  height: 20px;
  background: url(assets/images/external-link-alt-solid-svgrepo-com.svg);
  background-size: 20px auto;
}

.white-section {
  padding: 50px 0;
}

.section-tittle {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
}

.section-tittle img {
  filter: invert(90%) sepia(21%) saturate(2309%) hue-rotate(330deg) brightness(95%) contrast(105%);
  max-width: 46px;
  max-height: 46px;
  margin-right: 15px;
  margin-top: -12px;
}

.ansys-card {
  box-shadow: 0 2px 6px 0px rgb(50 50 50 / 50%);
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease 0s;
 padding: 15px 15px 8px 15px;
}
.ansys-card .ansys-card-top {
    position: relative;
}
.ansys-card .ansys-card-bottom {
    margin-top: 35px;
}
.ansys-card-top .lt-label {
    /*position: absolute;
    text-align: center;
    width: 100%;
    bottom: -7px;*/
}
.ansys-card-top .lt-label p {
      color: black;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
   margin:0px;
   padding-bottom: 3%;
    text-transform: uppercase;
}
.lt-cats span {
   position: initial !important;
    
    text-align: center;
    font-size: 15px;
    box-shadow: none;
    font-weight: 700;
    padding-top: 8px;
    padding-bottom: 0px;
    margin-bottom: -6px;
    text-transform: uppercase;
    line-height: 21px;
    font-family: "Source Sans Pro", Source-sans-pro;
    color: #1E6DDC !important;
}
.ansys-card .ansys-card-bottom p.lt-content {
    color: #9a9a9a;
    font-family: 'Montserrat';
    margin-bottom: 25px;
    line-height: 18px;
    font-size: 16px;
}
.ansys-card-pic {
    position: relative;
    border-bottom: 6px solid #FFB71B;
}
.ansys-card-pic .lt-icon{
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    height: 65px;
	background-image: url(https://courses.ansys.com/wp-content/uploads/2023/07/lt-icon.svg);
  background-size: 45px 60px;
  background-position-x: 8px;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 35px;
    box-shadow: 0 2px 6px 0px rgba(50,50,50,0.5) !important;
}
.ansys-card-pic img {
  width: 100%;
  height: auto;
}

.ansys-card h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height:1.2;
  color: #333;
  margin: 10px 0 10px;
    min-height: 60px;
}

.more-details-btn {
  color: #1E6DDC;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: auto;
}

.more-details-btn svg {
  max-height: 11px;
  width: auto;
  margin-left: 8px;
  margin-top: -2px;
}

.more-details-btn:hover,
.more-details-btn:focus {
  color: #ffb71b;
}

.page-template-template-learningtracks a.more-details-btn:hover {
    color: white;
    background: black;
    border: 2px solid #ffb71b;
}

.ansys-card h5 {
  color: black;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.gray-section {
  padding: 60px 0;
  background: #f5f5f5;
}

.my-grid {
  padding: 0;
  width: 100%;
  height: auto;
  visibility: visible;
}

.my-grid-pad {
  padding-left: 52px;
}

.my-grid .item {
  display: inline-block;
  width: 25%;
  padding: 10px;

  -webkit-animation: anim .8s ease-in-out;
  animation: anim .8s ease-in-out;
}

@-webkit-keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.community-box {
  box-shadow: 0 0 12px rgb(0 0 0 / 10%) !important;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 15px;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
}

.fluid-box-bottom {
  border-top: 1px solid #d9d9d9;
  padding: 15px 0px 0 0px;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
}

.fluid-box-bottom-ul {
  margin: 0 -7px;
  padding: 0;
  font-size: 11px;
  list-style: none;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.fluid-box-bottom-ul li {
  display: inline-block;
  text-align: center;
  padding: 0 7px;
}

.fluid-box-bottom-ul li a i {
  display: block;
  font-size: 17px;
  margin-bottom: 3px;
}

.fluid-box-bottom-ul li a {
  color: #b5b5b5;
  text-decoration: none;
  text-align: center;
}

.fluid-box-bottom-ul li a:hover,
.fluid-box-bottom-ul li a:focus {
  color: #ffb71b;
}

.community-box-header-bottom {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* Change this line if you want. In this case it trimmed the text to 3 lines. */
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 14px;
}

.fluid-author {
  display: flex;
  align-items: center;
  color: #777;
  width: 45%;
  min-width: 45%;
}

.fluid-author-avathar {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
  object-fit: cover;
}

.fluid-author-avathar img {
  width: 100%;
  height: 100%;
}

.fluid-author-right {
  font-size: 11px;
}

.fluid-author-right strong {
  width: 100%;
  display: block;
}

.fluid-box-header {
  display: flex;
  align-items: start;
  padding-bottom: 15px;
  line-height: 1.3;
  justify-content: space-between;
}

.fluid-box-header a {
  color: #333;
  text-decoration: none;
}

.fluid-box-header img {
  max-width: 30px;
  max-height: 30px;
  min-width: 30px;
  margin-left: 12px;
  object-fit: inherit !important;
  filter: invert(90%) sepia(21%) saturate(2309%) hue-rotate(330deg) brightness(95%) contrast(105%);
}

.feed-slider-box-header-img {
  width: 80px;
  height: 80px;
  box-shadow: 0 2px 6px 0px rgb(50 50 50 / 50%);
  border: 3px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.feed-slider-box-header-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.feed-slider-box-header {
  display: flex;
  align-items: center;
}

.feed-slider-box-header strong {
  display: block;
  font-size: 17px;
}

.feed-slider-box-header-img {
  margin-right: 15px;
}

.feed-slider-box-header {
  padding-bottom: 15px;
}




.carousel-item .slick-slide,
.carousel-item,
.carousel-inner {
  min-height: 4px;
}

.carousel-item .slider {
  width: 75%;
  margin: auto;
  margin-left: 10%;
}

.carousel-item .slick-slide {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}

.carousel-item .slick-slide>div {
  width: 100%;
}

.carousel-item .slick-dots {
  bottom: 10px;
}

.slick-next:before,
.slick-prev:before {
  color: #000;
}

.slick-prev:before {
  content: "Ã¢â‚¬Â¹";
}

.slick-next:before {
  content: "Ã¢â‚¬Âº";
}

.slick-next,
.slick-prev {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #a0a0a0;
}

.slick-next:hover,
.slick-next:focus,
.slick-prev:hover,
.slick-prev:focus {
  border: 1px solid #333;
}

.slick-next:hover:before,
.slick-prev:hover:before {
  color: #333 !important;
}

.slick-next {
  right: 0px;
}

.slick-prev {
  left: 0px;
}

.slick-next:before,
.slick-prev:before {
  color: #a0a0a0 !important;
}

.feed-slider {
  padding-top: 10px;
  padding-left: 48px;
  padding-right: 48px;
}

.slick-next:before,
.slick-prev:before {
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li button:before {
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #7f7f7f;
  content: "";
  height: 12px;
  width: 12px;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  background-color: #1E6DDC;
}

.tab-slider .nav-tabs {
  justify-content: end;
  border: 0;
}

.tab-slider .nav-tabs .nav-link:hover,
.tab-slider .nav-tabs .nav-link {
  border: 0;
}

.tab-slider .slick-prev:before {
  content: "Ã¢â‚¬Â¹";
}

.tab-slider .slick-next:before {
  content: "Ã¢â‚¬Âº";
}

.tab-slider .nav-tabs .nav-link {
  color: #acacac;
  font-weight: 500;
  background: none;
}

.tab-slider .nav-tabs .nav-link.active {
  color: #1E6DDC;
}

.tab-slider .ansys-card {
  margin: 15px 10px;
}

.learn-physics {
  text-align: center;
  font-size: 14px;
  box-shadow: none;
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 0px;
  margin-bottom: -6px;
  text-transform: uppercase;
  line-height: 21px;
  color: #1E6DDC !important;
}

.tab-slider-1,
.tab-slider-2,
.tab-slider-3 {
  padding-left: 48px;
  padding-right: 48px;
}

.ansys-slider .carousel-indicators {
  flex-direction: column;
  right: 0;
  width: 150px;
  display: flex;
  justify-content: center;
  margin: 0;
  left: inherit;
  top: 0;
  bottom: 0;
  background-color: #dfdfdf;
}

.ansys-slider .carousel-indicators [data-bs-target] {
  width: 68px;
  height: 68px;
  border-radius: 100px;
  text-indent: 0;
  padding: 0px;
  margin: 10px auto;
  background-color: #000;
  border: 3px solid #000;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ansys-slider .carousel-indicators [data-bs-target].active img {
  filter: invert(75%) sepia(90%) saturate(1812%) hue-rotate(344deg) brightness(106%) contrast(101%);
}

.ansys-slider .carousel-indicators [data-bs-target].active {
  border: 3px solid #ffb71b;
}

.ansys-slider .carousel-indicators [data-bs-target] img {
  filter: invert(100%) sepia(10%) saturate(165%) hue-rotate(66deg) brightness(115%) contrast(73%);
}

.ansys-slider .carousel-indicators img {
  object-fit: contain;
  width: 40px;
  max-height: 38px;
}

.ansys-slider .carousel-item .slick-slide,
.ansys-slider .carousel-item,
.ansys-slider .carousel-inner {
  min-height: 450px;
}

.ansys-slider .carousel-item .slider {
  width: calc(100% - 170px);
  margin: auto;
  padding-left: 55px;
  padding-right: 45px;
  margin-left: 0%;
}

.ansys-slider .carousel-item .slick-slide {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}

.ansys-slider .carousel-item .slick-slide>div {
  width: 100%;
}

.ansys-slider .carousel-item .slick-dots {
  bottom: 10px;
}

.ansys-slider .slick-next:before,
.ansys-slider .slick-prev:before {
  color: #000;
}

.ansys-slider .slick-prev:before {
  content: "Ã¢â‚¬Â¹";
}

.ansys-slider .slick-next:before {
  content: "Ã¢â‚¬Âº";
}

.knoledge-section .community-box {
  margin-bottom: 30px;
}

.jobs-list-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.jobs-list-ul li {
  width: 33.3%;
  list-style: none;
  position: relative;
  padding: 10px;
}

.jobs-list-ul li .ansys-card.list:hover {
  text-decoration: none;
  box-shadow: rgb(0 0 0 / 34%) 0px 12px 15px;
  transform: translateY(-5px);
  background-color: #e3e3e3;
}

.jobs-list-ul-top {
  display: flex;
  padding: 10px;
  align-items: center;
  position: relative;
}

.jobs-list-cat {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-left: 10px;
}

.jobs-list-location {
  padding: 25px 25px 0 25px;
  color: rgb(0, 112, 192);
}

.jobs-list-ul-job {
  font-size: 17px;
  font-weight: normal;
  color: rgb(0, 0, 0);
  padding: 10px 25px 25px 25px;
}

#videomodal .modal-content {
  background: #000;
}

#videomodal .modal-header {
  border-bottom: none;
  padding-bottom: 0px;
}

#videomodal .close {
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .9;
  font-size: 26px;
}

.jobs-list-location .fa {
  margin-right: 5px;
}

#ansys-jobs-list-modal ul {
  margin: 25px 0;
}

#ansys-jobs-list-modal .jobs-list-ul-top {
  padding: 0px;
}

#ansys-jobs-list-modal .jobs-list-location {
  padding: 15px 0px 0 0px;
}

#ansys-jobs-list-modal .jobs-list-ul-job {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0 25px 0px;
}

#ansys-jobs-list-modal .modal-body {
  padding: 30px;
}

#ansys-jobs-list-modal .modal-header {
  border-bottom: none;
  padding-bottom: 0px;
}

#ansys-jobs-list-modal .modal-content {
  position: relative;
}

#ansys-jobs-list-modal .modal-content::before {
  background-image: linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 180, 16));
  transform: skewX(-22.5deg) rotate(-90deg);
  width: 120px;
  height: 30px;
  position: absolute;
  content: "";
  top: 44px;
  transition: all 0.3s ease 0s;
  right: 18px;
}

.product-manual {
  border-top: 1px solid #d9d8d6;
  margin-top: 40px;
  padding-top: 40px;
}

.product-manual h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

.mabul-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 1px solid #d9d8d6;
  padding-right: 60px;
  padding-left: 30px;
  height: 5pc;
  text-transform: uppercase;
  text-decoration: none;
  font: 600 15px/19px Montserrat, sans-serif;
  color: #000;
}

.mabul-btn:hover img {
  -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(93deg) brightness(103%) contrast(103%);
  filter: invert(100%) sepia(0) saturate(0) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.mabul-btn:hover {
  background: #000;
  color: #fff;
}

.mabul-btn:after {
  position: absolute;
  top: 40%;
  right: 25px;
  display: inline-block;
  border-color: transparent transparent transparent currentcolor;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  opacity: .8;
  content: "";
}

.stuck {
  padding: 40px 0;
  background: #ffb71b;
  color: #000;
}

.stuck h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

.footer {
  background-color: #000 !important;
  color: #fff;
}

.footer-nav-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 10px;
  align-items: center;
}

.footer-links-lower {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.footer-nav-lower .copyright {
  order: -1;
  padding-top: 1px;
}

.footer-nav-lower .copyright p {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  white-space: nowrap;
  color: #d2d2d2;
  font-weight: 400;
  font-size: 9pt;
  line-height: 1.6;
}

.footer-links-lower ul {
  margin: 0;
  padding: 0;
}

.footer-links-lower li {
  display: inline-block;
  margin: 0 0 0 15px;
  font-size: inherit;
}

.footer-links-lower a {
  color: #d2d2d2;
  font-weight: 400;
  font-size: 13px !important;
  text-decoration: none;
  font-size: inherit;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
}

.footer-links-lower a:hover {
  color: #ffb71b;
  text-decoration: underline;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0;
  padding-top: 10px;
  text-align: right;
}

.social-links .h5 {
  margin-right: 2pc;
  font-weight: 600;
  color: #fff;
  font-size: 18px !important;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
}

.social-links ul {
  margin: 0;
  padding: 0;
}

.social-links li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
}

.social-links li:not(:last-child) {
  margin-right: 10px;
}

.social-links ul li a {
  font-size: x-large;
  width: 29px;
  padding: 0;
  height: 20px;
  color: #fff;
  text-decoration: none;
}

.social-links ul li a:hover {
  color: #ffb71b;
  text-decoration: none;
}

.social-links ul li:first-child a:hover {
  color: #ff0000;
}

.social-links ul li:nth-child(2) a:hover {
  color: #1877f2;
}

.social-links ul li:nth-child(3) a:hover {
  color: #1da1f2;
}

.social-links ul li:nth-child(4) a:hover {
  color: #2867b2;
}

.social-links ul li:nth-child(5) a:hover {
  color: #ff0000;
}

.forum-slider {
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 20px;
}

.forum-slider .community-box {
  margin-left: 10px;
  margin-right: 10px;
}

.banner-header-right {
  min-width: 170px;
}

.knobox {
  width: calc(100% - 200px);
}

.navbar-toggler {
  border: none;
  padding: 8px;
}

.navbar-dark {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.99%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.feed-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.feed-slider .slick-slide {
  box-shadow: 0 2px 6px 0px rgb(50 50 50 / 50%);
  padding: 15px;
  background: #fff;
  margin: 15px 10px;
  height: auto !important;
}

.scroll-header ul li.active a {
  color: #ffb71b;
}

.scroll-header ul li.active a img {
  filter: invert(90%) sepia(21%) saturate(2309%) hue-rotate(330deg) brightness(95%) contrast(105%);
}

.scroll-header ul li:hover a,
.scroll-header ul li.active:hover .sub-menu a {
  color: #000 !important;
}

.scroll-header ul li:hover a img {
  filter: inherit !important;
}

.section-tittle-bottom {
  padding-left: 62px;
}

.scroll-header ul li:hover {
  background-color: #ffb71b;
  ;
}

.knoledge-section .section-tittle-bottom {
  padding-left: 54px;
}

.whatnew-pad {
  padding-left: 40px;
  padding-right: 40px;
}

.banner-header-right {
  flex: 0 0 22.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  right: 0;
  top: 250px;
  z-index: 10;
}

.banner-header-right a {
  position: absolute;
  right: -140px;
  transition: 0.3s;
  top: 10px;
  display: flex;
  border: 0;
  align-items: center;
  justify-content: start;
  z-index: 84;
  padding: 15px;
  min-width: 200px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  -webkit-transtition: left .3s ease-in-out, right .3s ease-in-out !important;
  transition: left .3s ease-in-out, right .3s ease-in-out !important;
  box-shadow: rgb(0 0 0 / 15%) 0px 0px 10px !important;
}

.banner-header-right a.file-icon-btn {
  top: 70px;
}

.banner-header-right a.file-icon-btn img {
  margin-left: 5px;
}

.banner-header-right a:hover {
  right: -1px;
}

.banner-header-right a img {
  margin-right: 10px;
  margin-left: 3px;
}

.banner-header-right a span {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: 'Montserrat', sans-serif;
}

.my-grid-pad {
  padding-top: 25px;
}






.right-txt {
  font-size: 16px;
  font-weight: 400;
}

.right-rate {
  color: #2867b2;
  font-size: 20px;
}

.certifications,
.tracks,
.courses {
  position: relative;
  margin-top: 20px;
  z-index: 1;
}

.certifications .slick-prev,
.tracks .slick-prev,
.courses .slick-prev {
  left: -35px;
}

.certifications .slick-next,
.tracks .slick-next,
.courses .slick-next {
  right: -35px;
}

.certifications:after,
.tracks:after,
.courses:after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 55%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.courses:after {
  background-image: url(https://courses.ansys.com/wp-content/uploads/2022/04/HFSS-3D-layout-Getting-Started.png);
  left: -32%;
}

.certifications:after {
  background-image: url(https://courses.ansys.com/wp-content/uploads/2021/12/AdobeStock_158568595-1.jpeg);
  right: -32%;
}

.tracks:after {
  background-image: url(https://courses.ansys.com/wp-content/uploads/2021/11/LT-Intro-to-Material-Science-Untagged.png);
  left: -32%;
}

.header-banner {
  background-image: url(https://courses.ansys.com/wp-content/uploads/2020/05/ansys-innovation-courses-hero-banner.jpg);
  background-size: cover;
  padding: 118px;
  color: #fff;
  height: 290px;
}
.lt-learning-list-out .ansys-card .ld_course_grid_price{
  background-color: transparent !important;
}

.header-logo {
  width: 100px;
  filter: invert(90%) sepia(21%) saturate(2309%) hue-rotate(330deg) brightness(95%)
}

.header-winner {
  text-align: right;
}

.header-winner img {
  width: 170px;
}

.header-banner h1 {
  
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

.scroll-header ul li.active a img {
  filter: invert(90%) sepia(21%) saturate(2309%) hue-rotate(330deg) brightness(95%) contrast(105%);
}

.scroll-header ul li.active a {
  color: #ffb71b;
}

.section-right {
  padding-left: 30px;
}

.section-title-right {
  padding-left: 40px;
}

.tab-sliders-1,
.tab-sliders-2 {
  padding-left: 30px;
  padding-right: 30px;
}

#myTab {
  padding-right: 23px;
}

.select2 {
  width: 100% !important;
  font-family: 'Montserrat', sans-serif;
}

.select2 .select2-selection {
  padding: 0px 30px;
  position: relative;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #000;
}

.select2 .select2-selection::before {
  font-family: fontAwesome;
  position: absolute;
  color: #ffc000;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  /*content: "\f0b0";*/
}

.select2 .select2-selection::after {
  font-family: fontAwesome;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f013";
}

.select2 .select2-selection {
  min-height: 42px;
  border-radius: 0px !important;
}

.select2 .select2-selection .select2-selection__rendered {
  vertical-align: middle;
  margin-top: 2px;
}

.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 15px;
  width: 15px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
  font-size: 10px;
}

.select2-results__option[aria-selected=true]:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #000;
  background-color: #fff;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}

.list .more-details-btn {
    font-size: 14px;
    display: inline-block;
    border: 2px solid transparent;
}

.ansys-navigation .pagination {
  justify-content: end;
}

.ansys-navigation .page-item {
  padding-right: 10px;
}

.ansys-navigation .page-link:focus {
  box-shadow: none;
}

.ansys-navigation .page-link.active {
  background-color: #000;
  border-color: #000;
}

.ansys-navigation .page-item .page-link {
  line-height: 1;
}

.list .more-details-btn svg {
  max-height: 10px;
  margin-top: -3px;
}

.ansys-navigation .page-item:last-child .page-link,
.ansys-navigation .page-item:first-child .page-link {
  border-radius: 0;
}

.ansys-navigation .page-item:last-child {
  padding-right: 0;
}

.search select {
  appearance: none;
  outline: 0;
  border: 1px solid #000;
  box-shadow: none;
  flex: 1;
  text-align: center;
  padding: 0 1em;
  color: #fff;
  background-color: #000;
  background-image: none;
  cursor: pointer;
  padding: 0;
}

.search select::-ms-expand {
  display: none;
}

.search .select {
  position: relative;
  display: flex;
  width: 150px;
  height: 3em;
  border-radius: 0;
  overflow: hidden;
}

.search .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  padding: 15px;
  background-color: #000;
  pointer-events: none;
  color: #fff;
}

.search .input-group-text {
  border: 0;
}

.search .select option {
  background-color: #fff;
  color: #000;
}
.lta-pagination {
    text-align: right;
}
.botom-pagination .lta-pagination {
    text-align: left;
}
.lta-pagination a, .lta-pagination span {
    padding: 11px 17px;
    background-color: #8b8d8d;
    margin-right: 5px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.lta-pagination span{
    background-color: #000000;
}
.select2-container .select2-search--inline {
}
.select2-container--default .select2-search--inline .select2-search__field{
    max-height: 44px;
    line-height: 44px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    height: auto !important;
}
.select2-container--default .select2-selection--multiple{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.lta-js-select2{
    display: inline-block;
    max-width: 100%;
    word-break: break-all;
    white-space: normal;
}
.lt-learning-list-out {
    margin: 0 -9px;
}
a.more-details-btn {
    background-color: #ffc000;
    padding: 7px 20px;
    color: #fff;
    text-transform: capitalize;
    font-weight: normal;
}
.botom-pagination {
    padding-top: 15px;
}
.no-result{
    flex-grow: 1;
    text-align: center;
}

.select2-dropdown.select2-dropdown--below{margin-top:34px;}

.page-template-template-learningtracks .select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
}
.grid-item img {
    max-width: 80px;
}
#lt-posts a.btn.btn-primary{
    padding: 0 !important;
    text-align: left;
    color: #1E6DDC !important;
    font-size: 15px !important;
    font-family: 'Montserrat', sans-serif;
    width: 100% !important;
    letter-spacing: inherit;
    background-color: transparent !important;
    font-weight:700;
	margin-left:0px;
	border: 0 !important;
    box-shadow: none !important;
}
#lt-posts a.btn-primary svg{
    max-height: 11px;
    width: auto;
    margin-left: 4px;
    margin-top: -2px;
}
@media (max-width: 991px){
    .ansys-card h4 {
        font-size: 16px;
        line-height: 18px;
    }
    .ansys-card-top .lt-label p,
    .lt-cats span{
        font-size: 11px;
    }
    .ansys-card-pic .lt-icon {
        width: 48px;
        height: 48px;
    }
    .ansys-card .ansys-card-bottom p.lt-content{
        font-size: 14px;
    }
    .grid-item img {
        max-width: 50px;
    }
    .grid-item h2 {
        font-size: 18px;
        font-weight: 600;
    }
}
@media (max-width: 767px){
    .header-winner {
        text-align: center;
    }
}
@media (max-width: 525px){
    .jobs-list-ul li{
        width: 100%;
    }
}
/*ANUJA CSS*/
.lt-label p{
    
}