@font-face {
  font-family: GlacialIndifference;
  src: url(../fonts/GlacialIndifference-Regular.woff);
}

@font-face {
  font-family: Kollektif;
  src: url(../fonts/Kollektif.woff);
}

@font-face {
  font-family: leaguespartan;
  src: url(../fonts/leaguespartan-bold.woff);
}

@font-face {
  font-family: Schoolbell;
  src: url(../fonts/Schoolbell-webfont.woff);
}

body {
  font-family: GlacialIndifference;
  font-size: 16px;
  background: #efefef;
}

h2 {
  font-family: leaguespartan;
}

.container-width {
  max-width: 1024px;
  /*max-width: 1200px;*/
  margin: auto;
}

.header {
  display: flex;
  justify-content: space-between;
}

.main-container {
  max-width: 1366px;
  margin: auto;
  background: #fff;
}

.logo {
  width: 125px;
  height: 30px;
}

.clearfix {
  clear: both;
}

.navbar-link {
  color: #000;
  padding: 0 15px;
}

.navbar-link:hover {
  color: #000;
}

.header-wrapper {
  padding-top: 75px;
}
.blog-img img{
    width: 260px;
    height: 244px;
    object-fit: cover;
}
.autocomplete-items {
    position: absolute;
    z-index: 999;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
header {
  background: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0 15px;
}

.main-heading {
  font-family: leaguespartan;
  font-size: 22px;
}

.row {
  margin: 0;
}

.title {
  font-family: Schoolbell;
}

.elearn-title {
  font-size: 24px;
  padding-top: 35px;
}

.sec-heading {
  font-size: 18px;
  font-family: leaguespartan;
}

.dotted-border {
  border-right: 3px dashed #000;
}

.did-u-know-section {
  background: #536c4c;
  color: #daaea7;
  padding: 30px;
  margin-top: 40px;
  min-height: 320px;
  display: flex;
}

.did-u-know-section h4 {
  font-size: 35px;
}

.owl-nav {
  display: none;
}

.owl-nav button {
  background: transparent !important;
}

#fact-carousel .owl-nav button {
  background: transparent !important;
}

.owl-slider:hover .owl-nav {
  display: block;
}

.view-course {
  min-height: 550px;
  background: url(../images/learn-bg.jpg) no-repeat;
  background-size: cover;
  display: flex;
}

.view-course .tablet {
  position: relative;
    background: #fff url(../images/tablet.png) no-repeat;
    min-height: 302px;
    background-size: contain;
    width: 426px;
    margin: auto;
    border-radius: 20px;
}

.view-course .tablet a {
  color: #000;
  text-decoration: underline;
}

.view-course .course-wrapper {
  min-height: 60px;
  margin: auto;
}

.padding-y {
  padding-top: 40px;
}

footer {
  max-width: 1366px;
  margin: auto;
}

footer .footer-wrapper {
  background: #fff;
  padding: 60px 25px 90px 25px !important;
}

footer .footer-wrapper a {
  color: #000;
}

footer .footer-wrapper a:hover {
  color: #000;
}

footer .footer-wrapper .footer-link {
  font-family: leaguespartan;
  font-size: 18px;
  padding: 15px 0;
}

footer .footer-wrapper li {
  padding-bottom: 5px;
}

.social-media {
  overflow: hidden;
}

.social-media img {
  margin-right: 10px;
}

.input-box {
  max-width: 150px;
}

.terms-section {
  padding: 0 15px;
  border-right: 1px solid #000;
}

.terms-section:last-child {
  border: 0;
}

h5 {
  font-family: leaguespartan;
}

/*****Owl carousel*******/
.owl-dots {
  display: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #000;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.owl-carousel .owl-nav span {
  font-size: 70px;
  position: relative;
  top: -5px;
}

.owl-nav button:focus {
  outline: none;
}

/*****Mobile menu *******/
.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #eb9b94;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}

.navbar-toggler {
  border: none;
  background: transparent;
  padding: 7px 0 0 0;
}

.navbar-toggler:focus {
  outline: 0;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-collapse {
  position: absolute;
  right: 20px;
  background: white;
  top: 75px;
  border: 1px solid #d4cccc;
  z-index: 999;
}

.d-lg-none {
  display: none;
}

.calc-text {
  max-width: 500px;
  margin: auto;
}

.owl-item .item img {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.box-bg {
  background: #f5f5ef url(../images/bg.png) repeat;
}

.mobile {
  background: #f5f5ef url(../images/mobile.png) no-repeat;
  height: 260px;
  width: 500px;
  margin: auto;
  position: relative;
}

.mobile video {
  position: absolute;
  top: 24px;
  left: 33px;
  width: 443px;
  height: 215px;
}

.btn {
  min-width: 100px;
  font-size: 14px;
  padding: 1px 5px;
  border: 2px solid #000;
}

.primary-btn {
  background: #fff;
}

.sec-btn {
  background: #000;
  color: #fff;
}

.sec-btn:hover {
  color: #fff;
}

.btn-wrapper {
  height: 0;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.course-img {
  max-width: 260px;
  margin: auto;
}

.course-img:hover .btn-wrapper {
  height: 70px;
  opacity: 1;
}

.course-img img {
  max-width: 260px;
  height: 230px;
}

.nav.nav-pills {
  justify-content: center;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-link {
  color: #000;
  background: #fff;
  font-family: leaguespartan;
  font-size: 18px;
}

.nav-pills .nav-link.active:hover,
.nav-pills .show > .nav-link:hover,
.nav-link:hover {
  text-decoration: underline;
  color: #000;
}

.details-image {
  width: 260px;
  height: 230px;
}

.course-tab-content {
  min-height: 250px;
  padding: 30px 20px;
}

/*******Corporation Solution**************/
.corp-soln {
  background: #fff;
  padding: 35px 0;
}

.green-bg {
  min-height: 350px;
  background: url(../images/green-bg.png) no-repeat;
  background-size: cover;
  position: relative;
  background: #536c4c;
}

.green-bg .learn-text {
  color: #fff;
  font-size: 26px;
  max-width: 340px;
  font-family: leaguespartan;
  position: absolute;
  bottom: 70px;
}

.owl-slider {
  background: #fff;
  padding: 5px 15px;
}

.demo {
  padding: 5px 10px;
  border: 2px solid #000;
  min-width: 250px;
  font-family: leaguespartan;
  background: #fff;
  border-radius: 4px;
}

.transparent-bg {
  background: transparent;
}

#fact-carousel .owl-item {
  background: #536c4c;
  padding: 20px;
}

.owl-item .item img {
  height: 225px;
}

strike {
  font-family: GlacialIndifference;
}

/*.container-width .row a img {*/
/*  object-fit: contain;*/
/*}*/

footer .px-4.justify-content-between {
  padding: 3rem 4rem 0 4rem !important;
}

/*********************/
@media only screen and (max-width: 800px) {
  footer .terms-section{
      border: 0;
      padding-bottom: 15px;
      display: block;
  }
  footer .justify-content-between {
    display: block !important;
  }
  footer .justify-content-between div {
    padding-bottom: 20px;
  }
  .fact-section {
    max-width: 100%;
  }
  footer.p-5 {
    padding: 20px !important;
  }
  .mobile {
    background-size: contain;
    width: 350px;
  }
  .mobile video {
    width: 300px;
    height: 135px;
  }
  .course-img h6 {
    margin: 10px !important;
  }
  .btn-wrapper {
    height: auto;
    opacity: 1;
  }
  .corp-soln [class*="col-"] {
    padding: 25px 15px;
  }
  .learn-text {
    padding: 20px;
  }
  .owl-nav {
    display: block;
  }
  .header {
    display: block;
  }
  .d-lg-none {
    display: block;
  }
  .dotted-border {
    border: 0;
  }
  .d-xs-none {
    display: none;
  }
  .padding-y {
    padding-top: 20px;
  }
  [class*="col-"] {
    padding: 0 15px 15px 15px;
  }
  .row {
    margin: 0;
  }
  .view-course {
    min-height: 370px;
  }
  .view-course .tablet {
    width: 330px;
    min-height: 280px;
  }
  .view-course .tablet h1 {
    font-size: 26px;
  }
}

.card-header {
  padding: 0;
}

.card-header .card-link.collapsed {
  background-color: #c9983c;
}

.card-header .card-link {
  background-color: #ccc;
}

.card-header a {
  color: #fff !important;
  width: 100%;
  display: block;
  padding: 15px;
}

.image-container img {
  height: 240px;
  width: 260px;
}

.blog h2 {
  font-weight: 800;
}

.blog h6 {
  font-weight: 600;
  font-size: 20px;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
    height: 110px;
    object-fit: contain;
}
.partners {
    padding: 30px 20px 60px 20px;
}
.partners .partners-item img {
    display: block;
    width: 90px;
    height: 90px;
    line-height: 89px;
    margin: 0 auto;
    font-size: 40px;
    color: #32c8de;
    margin-bottom: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.partners .partners-item h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    color: #000;
    text-decoration: none;
}
.partners .partners-item a:hover {
    text-decoration: none;
}
.partners .partners-item {
    padding: 15px;
}

.partners .partners-item p {
    line-height: 25px;
    letter-spacing: 0.035em;
    padding: 10px 20px;
    margin-bottom: 0;
}
#category .category-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all ease-in-out 0.4s;
    background: rgba(111, 112, 115, 0.5);
}
#category .category-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#category .category-item h2 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
}
#category .category-item img {
    transition: all ease-in-out 0.4s;
    width: 176px;
    height: 236px;
    object-fit: cover;
}
#category .category-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}
#category .category-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.course-link {
    display: inline-block;
    position: relative;
}
.course-ul {
    position: absolute;
    background: #fff;
    list-style: none;
    z-index: 99;
    padding: 0;
    top: 19px;
}
.course-ul a{
    color: #000;
}
.course-text {
    color: #000;
    cursor: pointer;
}
.course-ul a:hover{
    text-decoration: none;
}
.course-ul li {
    padding: 10px 20px;
    border-bottom: 1px solid #000;
}
.course-ul li:last-child {
    border-bottom: 0;
}
.course-ul {
    height: 0;
    overflow: hidden;
    transition: height 2s;
}
.course-text:hover + .course-ul  {
    height: auto;
    overflow: auto;
}
.course-ul:hover {
    height: auto;
    overflow: auto;
}

