.bg-gradient {
  background: var(--orange-color);
}

@media (min-width: 992px) .col-lg-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.icon-element-md {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
}

.icon-element {
  color: #233d63;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(14, 16, 48, 0.07);
  transition: all 0.3s;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
}

.font-weight-bold {
  font-weight: 700 !important;
}
.fs-20 {
  font-size: 20px !important;
}
.text-white {
  color: #fff !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.companybg {
  background-color: #ffff;
}

.cousre-topics {
}

@media only screen and (max-width: 320px) {
  .mobile-hide {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .mobile-hide {
    display: none;
  }
}
