#social {
  background-color: #0d0d0d;
  padding-top: 35px;
  padding-bottom: 25px;
}

#social .box-content {
  display: flex;
  align-items: center;
}

#social .box-content .img {
  margin-right: 15px;
}

#social .box-content .content p {
  color: #fff;
}

.button .btn-system {
  width: 50%;
  box-shadow: 0 0px 0 rgb(0 0 0 / 10%) inset;
  -o-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 0px 0 rgb(0 0 0 / 10%) inset;
}

@media (max-width: 991px) {
  .button .btn-system {
    width: 100%;
  }
}

#section-onsite{
  padding-bottom: 20px;
}

#section-onsite .title{
  margin-bottom: 20px;
}

#section-onsite .item{
  margin-right: 10px;
}
#section-course{
  background: #f7f7f7;
}
#section-course .btn-large{
  padding: 6px 12px;
  margin-top: 0 !important;
}
#section-course h2 {
  margin-bottom: 10px;
}
#section-course .title .btn-mini{
  font-size: 16px;
  padding: 7px 12px 3px 12px;
}
#section-course h4 {
  margin-bottom: 25px;
  color: #0679A4;
}

#section-course {
  .title-header {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 660px) {
  .title-header {
    display: block !important;

    a {
      text-align: center;
      width: 100%;
      margin: 10px 0 20px;
    }
  }
}

.tagline {
  background-color: #00317f;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 25px;
}
.tagline h2{
  color: #fff;
  margin-bottom: 0;
}
#section-service {
  padding-top: 40px;
  padding-bottom: 40px;
}
#section-service .feature-icon{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 20px;
}
#section-service .main-countdown{
  display: flex;
  align-items: center;
  align-content: space-around;
}
#section-service .flipdown{
  width: 580px;
  margin: auto;
}
.flipdown.flipdown__theme-dark .rotor-bottom, .flipdown.flipdown__theme-dark .rotor-leaf-rear{
  background: rgb(0,49,127);
  background: linear-gradient(0deg, rgba(0,49,127,1) 0%, rgba(0,29,76,1) 75%);
}
.flipdown.flipdown__theme-dark .rotor, .flipdown.flipdown__theme-dark .rotor-top, .flipdown.flipdown__theme-dark .rotor-leaf-front{
  background: rgb(0,49,127);
  background: linear-gradient(180deg, rgba(0,49,127,1) 0%, rgba(0,29,76,1) 75%);
}
#section-service .other-countdown{
  margin-top: 70px;
}
#section-service .calendar-box{
  display: grid;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 15px;
}
#section-service .calendar-box-heading{
  border-radius: 15px 15px 0 0;
  background-color: #00317F;
  padding-top: 12px;
  padding-bottom: 12px;
}
#section-service .calendar-box-content{
  padding: 15px;
}
#section-service .calendar-box-day{
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 15px;
}
#section-service .calendar-box-day h1{
  color: #0679A4;
}
#section-service .calendar-box h5{
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}
#section-service .calendar-box-detail .calendar-title{
  line-height: 1.5
}
#section-service .calendar-box-detail small{
  line-height: 36px;
}
#section-service .calendar-box-detail .hashtag{
  color: #0679A4;
}

.yellow-color {color: #FFBC00;}
.blue-color {color: #0679A4;}

.header {
  margin: 0px 0 20px 0;
  padding: 25px 0px;
  background-color: #0679A4;
  color: #000;
}

.header span {
  color: #fff;
}

#section-video{
  background: url('../../../images/tguru/bg/blue_graphic.jpg');
  background-position: bottom;
}

#section-testimonial {
  padding-top: 0px;
}

#section-review{
  background: url('../../../images/tguru/bg/classroom_dark.jpeg');
}

h2.text-white {
  color: #fff;
}

#testimonailsid .item, #reviewCarousel .item {
    margin: 10px;
}

.owl-carousel, .owl-carousel .owl-wrapper {
  display: block !important;
}

.owl-carousel .owl-stage-outer {
  overflow: hidden; /* Prevent multiple items from showing */
}

.owl-nav {
  display: none;
}

.owl-carousel .item {
  width: 100% !important;
}
.owl-carousel .item img {
  max-width: 100%;
  height: auto;
}

.recent-projects h4.title {
  margin-bottom: 35px;
}

#section-video .item {
  margin: 0 15px;
}

.portfolio-details {
  h4 {
    min-height: 40px;
  }
}