.swiper-wrapper, .swiper-wrap {
    height: auto !important;
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
/* About Us Section
--------------------------------*/
.about {
  /*background: url("../img/about-bg.png") center top no-repeat fixed;*/
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

.about .container {
  position: relative;
  z-index: 10;
}

.about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

.about .about-col .img {
  position: relative;
}

.about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

.about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

.about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

.about .about-col:hover .icon {
  background-color: #fff;
}

.about .about-col:hover i {
  color: #18d26e;
}

.about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0 10px;
  min-height: 3.6em;
  margin: 40px 0 12px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about .about-col h2 a {
  color: #000;
}

.about .about-col h2 a:hover {
  color: #18d26e;
}

.about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}
@media (max-width: 992px) {
  .about {
    padding: 60px 0;
  }
}
/*----------------------------------------------------
# About & CTA
------------------------------------------------------*/
.our-courses {
  padding: 60px 100px 50px 100px !important;
}
.our-courses .about-col .icon {
  background-color: #05579e !important;
}
#our-courses .about-col {
  padding-bottom: 20px;
  height: 100%;
}
#our-courses .about-col:hover .icon {
  background-color: #fff !important;
}
#our-courses .about-col:hover i {
  color: #05579e !important;
}
#our-courses .about-col h2 a:hover {
  color: #05579e !important;
}
#our-courses .about-col p{
  text-align: center;
}
#our-courses .about-col ul {
  list-style: none;
  padding-left: 15px;
}
#our-courses .about-col ul li {
  padding-left: 28px;
  position: relative;
}
#our-courses .about-col ul li + li {
  margin-top: 10px;
}
#our-courses .about-col ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #05579e !important;
  line-height: 1;
}
#our-courses .about-col .img img {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
}
#our-courses .about-col-more {
    text-align: center;
    height: 100%;
}
#our-courses .about-col-more a {
    border: 3px solid #05579e;
    background-color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    color: #05579e;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    padding-top: calc(50% + 10px);
}
#our-courses .about-col-more a:hover {
    color: #ffffff;
    background-color: #05579e;
}
#our-courses .about-col-more a i {
    font-size: 50px;
}

/* For mobile devices */
@media (max-width: 1024px){
  .our-courses {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px){
  .our-courses {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#our-courses .swiper-container {
    overflow: hidden;
    padding-bottom: 20px;
}
#our-courses .swiper-container h3 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #054a85;
}
#our-courses .swiper-slide {
    height: auto;
}
#our-courses .swiper-container .swiper-pagination-horizontal {
    text-align: center;
}
#our-courses .swiper-wrapper {
    padding-bottom: 20px;
}

#our-courses .btn-wrap {
    margin: 15px -15px -15px -15px;
    padding: 15px 15px;
    text-align: center;
}

#our-courses .btn-buy {
    background: #05579e;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 50px;
    border: 2px solid #05579e;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

#our-courses .btn-buy:hover {
    color: #05579e;
    background-color: white;
}

.table tbody th{
    font-weight: 500;
}
.table thead th{
    color: #054a85;
}

.table a {
    color: var(--color-geol-blue);
}

.table a:hover {
    color: #2b99f8;
}

.table thead th {
  padding: 3px 10px;
  width: 1px;
  white-space: nowrap;
}

.students-slider .student-slide .student-info table td {
  color: var(--color-geol-blue);
  text-align: center;
}

.students-slider .student-slide .student-info table th {
  color: #fff;
  text-align: center;
}