.about-us-area img {
  width: 100%;
  height: 100%;
}

.about-us-area h4 {
  font-size: 18px;
}

.about-us-area h4.margin-less {
  margin-bottom: 20px;
}

.about-us-area .section-title {
  font-size: 30px;
  margin-bottom: 60px;
}

.about-us-area .section-title.margin-less {
  margin-bottom: 50px;
}

.about-us-area .images {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 50px;
}

.about-us-area .images img {
  width: 100%;
  height: 100%;
  max-width: 200px;
}

.about-us-area .counter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
}

.about-us-area .counter li {
  text-align: center;
}

.about-us-area .counter li p .number {
  font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #222;
  margin-bottom: 15px;
}

.about-us-area .counter li .c-txt {
  font-size: 18px;
  font-family: Montserrat-Regular, Arial, Helvetica, sans-serif !important;
}

.about-us-area .skills-progress h2 {
  font-size: 2em;
  margin-bottom: 30px;
}

.about-us-area .skills-progress .js-skill-progress {
  width: 75%;
}

.about-us-area .skills-progress .js-skill-progress h5 {
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 0.93em;
}

.about-us-area .skills-progress .js-skill-progress .skill-bar-graph {
  position: relative;
  margin-bottom: 25px;
}

.about-us-area .skills-progress .js-skill-progress .skill-bar-graph .skill-bar-layer {
  background-color: #dadada;
  height: 9px;
  position: relative;
  z-index: 1;
}

.about-us-area .skills-progress .js-skill-progress .skill-bar-graph .skill-bar-percent {
  height: 9px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #ff0000;
}

.about-us-area .skills-progress .js-skill-progress .skill-bar-graph .skill-bar-percent-value {
  position: absolute;
  top: -30px;
  right: -20px;
  z-index: 3;
  background-color: #ff0000;
  display: block;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: .8em;
  border-radius: 5px;
  color: #ffffff;
}

.about-us-area .skills-progress .js-skill-progress .skill-bar-graph .skill-bar-percent-value:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ff0000;
  position: absolute;
  top: 20px;
  left: 15px;
}

.team-section .heading {
  margin-bottom: 60px;
}

.team-section .team-member-style-01 {
  display: block;
  text-align: center;
}

.team-section .team-member-style-01 .team-member-photo {
  overflow: hidden;
}

.team-section .team-member-style-01 .team-member-photo img {
  max-width: 100%;
  margin: 0 auto;
}

.team-section .team-member-style-01 .team-member-detail {
  opacity: .25;
  margin-top: 40px;
  pointer-events: none;
}

.team-section .team-member-style-01 .team-member-detail h4 {
  font-weight: 400;
  position: relative;
  font-size: 1.06em;
  margin-bottom: 20px;
}

.team-section .team-member-style-01 .team-member-detail h4:after {
  position: absolute;
  z-index: 10;
  width: 32px;
  content: '';
  height: 2px;
  background: #007fff;
  bottom: -12px;
  left: 50%;
  margin-left: -16px;
}

.team-section .team-member-style-01 .team-member-detail p {
  margin: 0px;
  font-size: .93em;
}

.team-section .team-member-style-01:hover img {
  transform: scale(1.05);
}

.team-section .team-member-style-01:hover .team-member-detail {
  opacity: 1;
}

.team-section .team-member-style-01:hover .team-member-detail p {
  color: #ff0000;
}

.questions-section {
  padding-bottom: 0;
}

.questions-section .middle-content {
  padding: 115px 90px 105px 90px;
  position: relative;
}

.questions-section .middle-content h2 {
  font-size: 2em;
  margin-bottom: 90px;
}

.questions-section .middle-content h2.section-title-border {
  text-transform: none;
  display: inline-block;
  position: relative;
}

.questions-section .middle-content .panel-group {
  margin-bottom: 20px;
}

.questions-section .middle-content .panel-group .panel {
  border-radius: 0px;
  border: 0px;
  background: #f9f9f9;
  margin: 0px 0px 30px 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.questions-section .middle-content .panel-group .panel > .panel-heading {
  background: none;
  padding: 0px;
  border-color: #ddd;
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.questions-section .middle-content .panel-group .panel > .panel-heading h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.questions-section .middle-content .panel-group .panel > .panel-heading h5 a {
  display: block;
  padding: 20px;
}

.questions-section .middle-content .panel-group .panel > .panel-heading h5 a:hover {
  color: #ff0000;
}

.questions-section .middle-content .panel-group .panel > .panel-heading h5 a.collapsed {
  border-bottom: 0;
}

.questions-section .middle-content .panel-group .panel .panel-collapse {
  display: none;
}

.questions-section .middle-content .panel-group .panel .panel-collapse.in {
  display: block;
}

.questions-section .middle-content .panel-group .panel .panel-collapse .panel-body {
  display: block;
  padding: 0px 20px 20px 20px;
  border-top: 0px;
  border-bottom: 1px solid #fdc716;
}

.partners-area .partner a {
  opacity: .75;
  display: inline-block;
}

.partners-area .partner a img {
  max-width: 100%;
}

.partners-area .partner a:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  .questions-section .middle-content {
    padding: 90px 65px 50px 65px;
  }
}

@media (max-width: 768px) {
  .team-section .team-member-style-01 {
    margin-bottom: 20px;
  }
  .team-section .heading {
    margin-bottom: 30px;
  }
  .about-us-area h4 {
    font-size: 14px;
  }
  .about-us-area h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .about-us-area h2.margin-less {
    margin-bottom: 20px;
  }
  .about-us-area .about-txt {
    margin-bottom: 30px;
  }
  .about-us-area .buttons {
    text-align: center;
  }
  .about-us-area .images {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 25px;
  }
  .about-us-area .images img {
    width: 100%;
    height: 100%;
    max-width: 80px;
  }
  .about-us-area .counter {
    margin-top: 30px;
    margin-bottom: 0 !important;
  }
  .about-us-area .counter li p .number {
    font-size: 20px;
  }
  .about-us-area .counter li .c-txt {
    font-size: 14px;
  }
  .questions-section .middle-content {
    padding: 20px 25px;
  }
  .questions-section .video-section.middle-content {
    padding: 40px 25px;
  }
  .questions-section .video-section h2 {
    margin-bottom: 10px;
  }
  .partners-area .partner a {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=about.css.map */

/*# sourceMappingURL=about.css.map */
