#program-type {
  padding-top: 200px;
}

#program-type .title-wrapper {
  padding-bottom: 50px;
}

#program-type .container .row {
  margin-bottom: 50px;
}

#program-type .container .row .col .box-type-border {
  padding: 30px 15px;
  border: 1px solid var(--yellow);
}

#program-type .container .row .col .box-type-border h5 {
  color: var(--white);
}

#program-type .container .row .col .box-type-border p {
  color: var(--white);
  margin-bottom: 0;
}

#program-type .container .row .col .box-type-bg {
  padding: 30px 15px;
}

#program-type .container .row .col .box-type-bg h5 {
  color: var(--black);
}

#program-type .container .row .col .box-type-bg p {
  color: var(--black);
  margin-bottom: 0;
}

#program-type .container .row.pgm-details .box-type-bg {
  padding: 30px 40px;
}

body main.main-div {
  padding-top: 130px;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.tabbable-responsive {
  display: block;
  min-width: 100%;
  overflow-x: auto;
  margin: 0px -21px -13px -21px;
  overflow-y: hidden;
}

.tabbable {
  min-width: 100%;
}

.tabbable .nav-tabs {
  white-space: nowrap;
  display: inline-block;
  min-width: 100%;
  padding: 0px 21px;
  text-align: center;
}

.tabbable .nav-tabs .nav-item {
  display: inline-block;
}

.tabbable .nav-tabs .nav-item .nav-link {
  display: inline-block;
}

.tabbed-cards {
  background-color: transparent;
}

.tabbed-cards .card-header ul {
  border-bottom: 1px solid #464646;
}

.tabbed-cards .card-header ul li a {
  color: var(--white);
  border: 0;
}

.tabbed-cards .card-header ul li a.active {
  color: var(--yellow);
  background: transparent;
  border: 0;
}

.tabbed-cards .card-body .tab-content .tab-pane {
  display: none;
}

.tabbed-cards .card-body .tab-content .tab-pane div.item {
  position: relative;
  width: 25%;
  float: left;
  padding: 10px;
}

.tabbed-cards .card-body .tab-content .tab-pane div.item img {
  width: 100%;
  background-color: #ccc;
  -webkit-transition: .5s;
  transition: .5s;
}

.tabbed-cards .card-body .tab-content .tab-pane div.item span {
  width: 100%;
  display: block;
  text-align: center;
  margin: 10px 0;
  font-weight: 600;
}

.tabbed-cards .card-body .tab-content .tab-pane div.item a {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  height: 100%;
  width: 100%;
}

.tabbed-cards .card-body .tab-content .tab-pane div.item:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.tabbed-cards .card-body .tab-content .tab-pane.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

small {
  font-size: 12px;
}

.card {
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
}

a {
  color: #0da58e;
}

a:hover {
  color: #075e51;
}

.text-dark {
  text-decoration: none !important;
}

.elmahio-ad {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.elmahio-ad .logo {
  background: #0da58e;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 52px;
}

.elmahio-ad .logo img {
  width: 50px;
}

.elmahio-ad .motto {
  width: 180px;
  font-size: 12px;
  font-weight: bolder;
  padding: 12px;
}

@media (max-width: 1200px) {
  .tabbed-cards .card-body .tab-content .tab-pane div.item {
    width: 33.33%;
  }
}

@media (max-width: 992px) {
  #program-type {
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  #program-type {
    padding-top: 100px;
  }
  .tabbed-cards .card-body .tab-content .tab-pane div.item {
    width: 50%;
  }
}
/*# sourceMappingURL=programs.css.map */