
@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;
  font-weight: 400;
}


.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;
}

.topics a.more-details-btn:hover, .more-details-btn:focus{
  color:#ffb71b;
}

.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;
}
.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: url(assets/images/banner.jpg) center;
  background-size: cover;
  padding: 60px 0 30px 0;
  color: #fff;
}
.banner-header h1{
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}
.banner-header h1 strong{
  font-size: 42px;
}
h2{
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}
.fw-montserrat{
  font-family: 'Montserrat', sans-serif;
}
 .white-section{
padding: 0px 0 30px 0;
 }
 
.ansys-card {
  box-shadow: 0 2px 6px 0px rgb(50 50 50 / 50%);

  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all .15s ease;
}
.ansys-card:hover{
    transform: translateY(-5px);
}

.ansys-card-pic {
  padding:0px 20px 0px 20px
}

.ansys-card-pic img {
  width: 100%;
  height: auto;
}
.ansys-card h4 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px;
  font-weight: 600;
  color: #333;

}
.more-details-btn {
  color: #1E6DDC;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif !important;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: auto;
}

.more-details-btn svg,
.course-link-button svg{
  max-height: 11px;
  width: auto;
  margin-left: 8px;
  margin-top: -2px;
}
.more-details-btn:hover, .more-details-btn:focus,
.course-link-button:hover, .course-link-button:focus{
  color:#ffb71b;
}

.ansys-card h5 {
  color: black;
  text-align: left;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-weight: 700;
    padding: 1% 0% 0% 5%;
}
.gray-section{
  padding: 0 0 30px 0;
  background: #f5f5f5;
}
section#education-success-stories{
        padding-bottom: 50px;
}
#education-success-stories p{
    font-size:20px !important;
}
.my-grid {
  padding: 0;
  width: 100%;
  height: auto;
  visibility: visible;
}
.my-grid-pad{
  padding-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.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);
  }
}
.course-link-button{
   padding: 0 14px 7px;
    text-align: left;
    color: #1E6DDC !important;
    font-size: 15px !important;
    font-weight:700;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif !important;
    width: 100% !important;
    border: none !important;
    box-shadow: none !important;
    height: auto !important;
    background-color: transparent !important; 
}

.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-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.fluid-box-header a:hover,.fluid-box-header a:focus,.fluid-box-header a:active{
 color: #ffb71b;
}
.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;
  pointer-events:none;
}

.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: 60%;
  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%);
}
.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;
}

.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 !important;
  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;
}


.education-ul{
  margin: 0 0;
  padding: 0;
  list-style: none;
 
}
.tab-content .education-ul,.educator-success-stories-ul {
   display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.education-ul li{
  border-bottom: 1px solid #d9d9d9;
  padding-right: 30px;
  position: relative;
 
}
.tab-content .education-ul li,.educator-success-stories-ul li{
     width:48%;
}
.tab-content .education-ul li:nth-child(2) ,.educator-success-stories-ul li:nth-child(2){
  border-top: 1px solid #d9d9d9;
}
.education-ul li:first-child{
  border-top: 1px solid #d9d9d9;
}
.education-ul li a{
  color: #000;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.3;
  text-decoration: none;
  padding: 11px 0;
  display: block;
}
.education-ul li a:hover, .education-ul li a:focus{
  color: #ffb71b;
}
.education-ul li::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: transparent #000000;
  border-width: 6px 0 6px 6px;
  top: 50%;
  right: 0px;
  margin-top: -6px;
}
.education-ul li:hover::after{
  border-color: transparent #ffb71b;
}
.tab-slider-1 .ansys-card{
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
}
.tab-slider-1 .ansys-card h4{
 height: 70px;
      padding: 0px 14px;
}
.tab-slider-1 {
  padding-top: 15px;
}
.nav-tabs{
  border-color: #262626;
}

.nav-tabs .nav-link {
  background: #bfbfbf;
  border-radius: 0px;
  margin: 0 5px;
  color: #262626;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
  color:#fff;
  background-color: #262626;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color:#fff;
  background-color: #262626;
}
.testimonials-box{
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}
.stayupdated{
  color: #fff;
  background: #313131;
  padding: 10px 0;
  margin-top:40px;
}
.page-template-educator .stayupdated{
    margin-top:0;
}
.stayupdated h5{
     color: #fff;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
.stayupdated h3{
  font-weight: 600;
  font-family: 'Montserrat', sans-serif!important;
  margin:0;
  font-size: 26px;
  margin-bottom: 10px;
  color: #ffb71b;
}
.stayupdated .more-details-btn{
  color: #fff;
}
.stayupdated .more-details-btn svg path{
  fill: #fff;
}
.stayupdated .more-details-btn:hover, .stayupdated .more-details-btn:focus{
  color: #ffb71b;
}
.stayupdated .more-details-btn:hover svg path{
  fill: #ffb71b;
}
.lap-img{
  max-width: 280px;
  margin-top: -30px;
  
}
section#course-slider-educator a.view-all-courses{
    font-family: "Source Sans Pro", Source-sans-pro;
    font-size: 16px !important;
    font-weight: 600;
    fill: #424242;
    color: #424242;
    background-color: #FFBC1E;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFBC1E;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.text-center  a.view-all-courses{
        font-size: 16px !important;
         font-family: "Source Sans Pro", Source-sans-pro;
  
    font-weight: bold;
    fill: #424242;
    color: #424242;
    background-color: #FFBC1E;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFBC1E;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.text-center  a.view-all-courses:hover{
    color: #FFFFFF !important;
    background-color: #000000 !important;
    border-color: #FFBC1E;
}
.text-center  a.view-all-courses::after{
    position: relative;
    top: 2px;
    right: -10px;
    display: inline-block;
    background-color: transparent!important;
    border-color: transparent transparent transparent currentcolor;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    opacity: .8;
    content: "";
}

  
  .banner-header h1 {
    font-size: 40px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
.page-template-educator-resources .testimonials-box{
    margin-bottom:80px;
}