/* Custom Styling for the Mission and Vision section */
.rs-mission-vision__content span {
  border: 1px solid #0568ff66;
  font-size: 16px;
  font-weight: 500;
  color: #0568ff;
  border-radius: 40px;
  line-height: 26px;
  padding: 4px 20px 2px 20px;
  display: inline-block;
}
.rs-mission-vision__content .title {
  font-size: 60px;
  color: #0c2543;
  margin-top: 15px;
}
.rs-mission-vision__content p {
  padding-right: 85px;
  padding-top: 26px;
  padding-bottom: 26px;
}
.rs-mission-vision__content a {
  margin-top: 24px;
  background: #0568ff;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}
.rs-mission-vision__content a:hover {
  background: #000;
}
.rs-mission-vision__tabs {
  background-image: url(../img/about_bg.jpg);
  padding: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.skltbs-tab-group .skltbs-tab-item .skltbs-tab {
  padding: 10px 32px;
  background: #ffffff;
  border: 2px solid #6765650d;
  font-size: 15px;
  font-weight: 600;
  color: #262626;
  border-radius: 6px;
}
.skltbs-tab-group .skltbs-tab-item .skltbs-tab.skltbs-active {
  background: #0568ff;
  color: #ffffff;
  border-color: #0568ff;
}
.rs-mission-vision-tab-content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  opacity: 1;
  transform: translateX(-30px);
  transition: all 0.6s ease-in-out;
}
.rs-mission-vision-tab-content.active {
  opacity: 1;
  transform: translateX(0);
}
.rs-thumb {
  min-width: 200px;
  /*margin-right: 45px;*/
  border-radius: 4px;
  overflow: hidden;
}
.rs-list ul li {
  font-size: 16px;
  color: #262626;
  margin: 10px 0;
}
.rs-list ul li i {
  color: #0568ff;
  margin-right: 10px;
  font-size: 22px;
} /* Tab Panel Layout in Row */
.skltbs-panel-group {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.skltbs-panel {
  flex: 1;
  display: none; /* Initially hide all panels */
}
.skltbs-panel.active {
  display: block; /* Show active panel */
} /* Mobile
responsiveness */
@media only screen and (max-width: 767px) {
  .rs-mission-vision__content .title {
    font-size: 26px;
    line-height: 36px;
  }
  .rs-mission-vision-tab-content {
    flex-direction: column;
  }
  .skltbs-panel-group {
    flex-direction: column;
    gap: 20px;
  }
}
/*----------------------------------------*/ /* 05. Work Progress CSS
/*----------------------------------------*/
.rs-work-progress {
  position: relative;
  z-index: 10;
}
.rs-work-progress .rs-shape {
  position: absolute;
  top: 170px;
  left: 95px;
  animation: x-anim2 2s alternate infinite;
  -webkit-animation: x-anim2 2s alternate infinite;
  z-index: -1;
}
.rs-work-progress .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-work-progress .col-lg-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.rs-work-progress .section-title {
  padding: 0 0 50px 20px;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-work-progress .section-title {
    padding: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-work-progress .section-title {
    padding: 0px;
  }
}
.rs-work-progress__item {
  text-align: center;
  border-right: 1px solid #0568ff1f;
  margin-right: 34px;
  margin-top: 20px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-work-progress__item {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-work-progress__item {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-work-progress__item {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.rs-work-progress__item .rs-top-inner {
  padding: 20px 20px 10px;
  background: #0568ff;
  text-align: center;
  border-radius: 10px;
  position: relative;
  z-index: 10;
  transition: all ease 0.3s;
}
.rs-work-progress__item .rs-top-inner::before {
  position: absolute;
  content: "";
  left: 3px;
  right: 4px;
  top: 99.8%;
  height: 50px;
  background: #0568ff;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition: all 0.3s ease 0s;
  transition: all ease 0.3s;
}
.rs-work-progress__item .rs-top-inner .rs-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.rs-work-progress__item .rs-top-inner .rs-thumb img {
  transition: all ease 0.3s;
  max-width: 375px;
}
.rs-work-progress__item .rs-top-inner .rs-title .title {
  color: #ffffff;
  margin-top: 20px;
  font-size: 26px;
  line-height: 36px;
}
.rs-work-progress__item .rs-top-inner .rs-number {
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
}
.rs-work-progress__item .rs-top-inner .rs-number span {
  color: #000;
  font-size: 20px;
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  transition: all ease 0.3s;
}
.rs-work-progress__item .rs-top-inner .rs-number span::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.rs-work-progress__item .rs-text {
  text-align: center;
  margin-top: 65px;
}
.rs-work-progress__item .rs-text p {
  font-size: 16px;
}
.rs-work-progress__item .rs-arrow {
  position: absolute;
  right: -51px;
  top: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-work-progress__item .rs-arrow {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-work-progress__item .rs-arrow {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .rs-work-progress__item .rs-arrow {
    display: none;
  }
}
.rs-work-progress__item:hover .rs-top-inner {
  background: #000;
}
.rs-work-progress__item:hover .rs-top-inner .rs-thumb img {
  transform: scale(1.05);
}
.rs-work-progress__item:hover .rs-top-inner::before {
  background: #000;
}
.rs-work-progress__item:hover .rs-top-inner .rs-number span {
  background: #0568ff;
}
.rs-work-progress__item.item-2 {
  padding-right: 30px;
  border-right: 0;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-work-progress__item.item-2 {
    padding-right: 0;
    padding-left: 0px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-work-progress__item.item-2 {
    padding-right: 0;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-work-progress__item.item-2 {
    padding-right: 0;
    padding-left: 0px;
  }
}
.rs-work-progress__item.item-2 .rs-top-inner {
  background: #000;
}
.rs-work-progress__item.item-2 .rs-top-inner::before {
  background: #000;
}
.rs-work-progress__item.item-2 .rs-top-inner .rs-number span {
  background: #d3ffb7;
}
.rs-work-progress__item.item-2 .rs-arrow {
  right: -50px;
}
.rs-work-progress__item.item-2:hover .rs-top-inner {
  background: #d3ffb7;
}
.rs-work-progress__item.item-2:hover .rs-top-inner::before {
  background: #d3ffb7;
}
.rs-work-progress__item.item-2:hover .rs-top-inner .rs-number span {
  background: #000;
  color: #fff;
}
.rs-work-progress__item.item-2:hover .rs-top-inner .rs-title .title {
  color: #000;
}

.rs-work-progress__item.item-3 {
  border-right: 0;
  /*border-left: 1px solid #0568FF1F;*/
  margin-right: 0;
  margin-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-work-progress__item.item-3 {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-work-progress__item.item-3 {
    padding-left: 0px;
    margin-left: 0;
    border-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rs-work-progress__item.item-3 {
    padding-left: 0px;
    margin-left: 20px;
    margin-right: 20px;
    border-left: 0;
  }
}
@keyframes x-anim2 {
  from {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
  }
  from {
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
  }
}
@-webkit-keyframes x-anim2 {
  from {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
  }
  from {
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
  }
}