.about-us-area h4 {
  font-size: 1.06em;
}

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

.about-us-area h2 {
  font-size: 2em;
}

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

.about-us-area p {
  margin-bottom: 15px;
}

.about-us-area table {
  margin-top: 15px;
  background: url("/img/about_table.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}

.about-us-area table.counter {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.about-us-area table.counter tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.about-us-area table.counter tr td {
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px 0px;
}

.about-us-area table.counter tr td h2 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 2em;
}

.about-us-area table.counter tr td h5 {
  margin: 0px;
  color: #ffffff;
  font-size: 0.93em;
}

.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 img {
  max-width: 100%;
  opacity: .25;
  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 {
  opacity: 1;
}

.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: 767px) {
  .team-section .team-member-style-01 {
    margin-bottom: 20px;
  }
  .team-section .heading {
    margin-bottom: 30px;
  }
  .about-us-area .skills-progress .js-skill-progress {
    width: 100%;
  }
  .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 */
