#training #banner-box .img-box {
  position: relative;
}
#training #banner-box .img-box img {
  height: 70%;
  max-width: 80%;
  object-fit: contain;
}
#training #banner-box .img-box .txt {
  position: absolute;
  left: 20%;
  font-size: 3rem;
  font-weight: 900;
  line-height: 3rem;
}
#training #banner-box .img-box .txt span {
  position: relative;
}
#training #banner-box .img-box .txt span::after {
  background: #000;
  content: "";
  width: 70%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#training #banner-box .txt-box .txt h1,
#training #banner-box .txt-box .txt p {
  font-weight: 600;
}
#training #banner-box .txt-box .txt h1 {
  color: #6b6866;
}
#training #banner-box .txt-box .txt p {
  color: #f77b0d;
}
#training #banner-box .txt-box .txt .txt-item {
  font-weight: 400;
}
#training #banner-box .txt-box .txt .txt-item p {
  color: #000;
}
@media (max-width: 991px) {
  #training #banner-box .img-box img {
    height: auto;
    width: 80%;
  }
}
@media (max-width: 768px) {
  #training #banner-box .img-box img {
    height: 240px;
    width: 50%;
  }
}
#training #title {
  text-align: center;
  padding-bottom: 15px;
}
#training #title h1,
#training #title p {
  color: #6b6866;
  font-weight: 600;
}
#training #title hr {
  color: #f77b0d;
  height: 2px;
  opacity: 1;
}
#training #title .item-box .card {
  height: 100%;
  background: #fef8e6;
}
#training #title .item-box .card .card-body .card-title,
#training #title .item-box .card .card-body .card-text {
  color: #403e3c;
}
#training #title .item-box .card .card-body .card-text {
  text-align: start;
}
#training #title .item-box .card .card-body .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e09428;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 30px;
}
#training #title .item-box .card .card-body .circle img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}
@media (max-width: 991px) {
  #training #title .item-box .card .card-body {
    padding: 30px;
  }
  #training #title .item-box .card .card-body .card-title,
  #training #title .item-box .card .card-body .card-text {
    font-size: 1rem;
  }
  #training #title .item-box .card .card-body .circle {
    height: 100px;
    width: 100px;
  }
}
#training #content h2 {
  color: #6b6866;
}
#training #content .list-box .owl-carousel .list-item img {
  height: 360px;
  object-fit: cover;
}
#training #content .list-box .owl-carousel .list-item .noimg {
  object-fit: contain;
}
#training #content .list-box .owl-carousel .list-item .txt {
  font-weight: 400;
  color: #f77b0d;
}
#training #content .list-box .owl-carousel .owl-dots {
  display: none;
}
#training #content .list-box .owl-carousel .owl-nav {
  text-align: center;
}
#training #content .list-box .owl-carousel .owl-nav button {
  background: #f77b0d;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  border: unset;
  margin: 0 10px;
}
@media (max-width: 991px) {
  #training #content .list-box .owl-carousel .list-item {
    padding: 10px;
  }
  #training #content .list-box .owl-carousel .list-item img {
    height: 240px;
  }
}
#training #bottom h2 {
  color: #6b6866;
}
#training #bottom .item-box {
  text-align: center;
}
#training #bottom .item-box .item {
  position: relative;
}
#training #bottom .item-box .item img {
  height: 300px;
  width: auto;
  object-fit: contain;
  margin-bottom: 30px;
}
#training #bottom .item-box .item p {
  font-weight: 400;
  color: #f77b0d;
}
#training #bottom .item-box .item i {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 3rem;
  color: #000;
}
@media (max-width: 768px) {
  #training #bottom .item-box .item img {
    height: 240px;
  }
  #training #bottom .item-box .item i {
    position: relative;
    margin-bottom: 30px;
    transform: rotate(90deg);
  }
}
#training .modal .img-box {
  max-height: 360px;
  text-align: center;
}
#training .modal .img-box img {
  height: 100%;
  object-fit: contain;
}
#training .modal .txt-box {
  line-height: 1.25rem;
}
#training .modal .txt-box .title {
  color: #f77b0d;
}
#banner-box  .txt-item p a{
 color: #000!important;
}

#training .btn-box .dumbbell {
  width: auto;
}

#training .btn-box .btn {
  background: #fff;
  width: auto;
  color: #f22929;
  border: 1px solid #f22929;
}
@media (max-width: 576px) {
  #training .btn-box .dumbbell {
    width: auto;
  }
}
