.fh5co-special a {
    padding: 0px !important;
    margin-top: 30px;
    margin-left: 8px;
    border: 2px solid #eaeaea !important;
    background: transparent;
/*  background: #f86942; */
    padding-left: 20px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-right: 20px !important;
    color: #ffffff;
    background-color: #57cecd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.fh5co-special a:hover {
    border: 2px solid #f86942 !important;
    background: #ffffff;
}

.hr-plan {
		margin-top: 8px;
		margin-bottom: 8px;
		height: 4px;
		background: #57cecd;
}

#fh5co-hero .adjust-top {
		padding-top: 10em;
}

#fh5co-features .fh5co-feature-bigicon {
		margin-bottom: 30px;
}

#fh5co-features .fh5co-feature-bigicon i {
    vertical-align: middle;
    font-size: 90px;
    color: #57cecd;
}

#fh5co-features .fh5co-feature-smallicon {
		margin-bottom: 24px;
}

#fh5co-features .fh5co-feature-smallicon i {
    vertical-align: middle;
    font-size: 28px;
    color: #57cecd;
}

#my-testimonial {
		padding: 7em 0;
		background: #f1f1f1;
}

#my-testimonial .testimonial-item {
		margin-bottom: 2em;
}

#my-testimonial .testimonial-item i {
    font-size: 40px;
    color: #57cecd;
}

#my-testimonial .testimonial-item p {
		font-size: 18px;
		padding : 0 2em 0 2em;
}

#my-testimonial .btn-primary:hover {
		border: 2px solid #f86942 !important;
		background: #f86942 !important;
}

#my-features {
		background: #ffffff;
}


#my-support {
		background: #f1f1f1;
}

#my-support .fh5co-feature {
		padding: 0 2em 0 2em;
}

#sla-confirm {
		font-size: 20px;
}

#pre-confirm {
		font-size: 22px;
		color: #ffffff;
		padding: 2em 2em 0 2em;
}

#input-nav {
		font-size: 16px;
		padding: 0 2em 2em 2em;
}

.btn-space {
		padding: 1em 0 4em 0;
}

.company {
    text-align: center;
}

.interviewer {
    font-weight: bold;
}

.content-block {
    padding: 50px 0px 0px 0px;
}

.header {
    font-weight: bold;
    font-size: 18px;
    padding: 8px;
    margin: 10px 8px 30px 8px;
    border: 2px solid #eaeaea !important;
    background: transparent;
    color: #ffffff;
    background-color: #57cecd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.content {
    padding-left: 20px;
}

.comment {
    margin-top: 16px;
    font-weight: bold;
    font-size: 16px;
}

#fh5co-hero .fh5co-hero-wrap.users {
  padding-top: 10em;
  height:400px;
}

#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro.users > h1 {
  font-size: 30px;
}

#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro.users > h2 {
  font-size: 17px;
  text-transform: none;
}

#fh5co-hero .fh5co-arrow.right-page {
  left: 90%;
  bottom:125px;
}

#fh5co-hero .fh5co-arrow.left-page {
  left: 10%;
  bottom:125px;
}

#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro .btn-outline {
  margin-top: 20px;
  font-weight: bold;
}

.fw-logo {
  padding-left: 30px;
  padding-top: 10em;
}

#fh5co-hero .fw-message {
  padding-top: 15em;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .fw-message {
    padding-top: 4em;
  }
}

.m-btn {
  display: block;
  width: 100%;
  max-width: 270px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
}
.m-btn .text {
  position: relative;
  z-index: 2;
}

.m-btn--org {
  color: #fff;
  position: relative;
  overflow: hidden;
}
.m-btn--org::before {
  content: "";
  background: #FF6931;
  background: linear-gradient(to right, #FF6931 0%, #FD7A49 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF6931", endColorstr=" #FD7A49", GradientType=1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.m-btn--org::after {
  content: "";
  background: linear-gradient(to left, #FF6931, #FD7A49);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.2s ease;
}
.m-btn--org:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}
.m-btn--org:hover::after {
  opacity: 1;
}

.m-btn--yel {
  color: #fff;
  position: relative;
  overflow: hidden;
}
.m-btn--yel::before {
  content: "";
  background: #F69B30;
  background: linear-gradient(to right, #F69B30 0%, #FFB153 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F69B30", endColorstr=" #FFB153", GradientType=1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.m-btn--yel::after {
  content: "";
  background: linear-gradient(to left, #F69B30, #FFB153);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.2s ease;
}
.m-btn--yel:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}
.m-btn--yel:hover::after {
  opacity: 1;
}

.m-btn--main {
  background: #fff;
  color: #00C4C4;
  border: solid 2px #00C4C4;
}
.m-btn--main:hover {
  background: #00C4C4;
  color: #fff;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}

.my-user-image {
  width : 310px;
  height : 217px;
  margin-bottom: 20px;
}

.my-user-company {
  height: 60px;
}

.my-user-link {
  color: #7f7f7f;
}
.my-user-link:hover {
  color: #7f7f7f;
}

#slide-frame {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;  
}

#slide-frame-body {
  padding-left: 20px;
  color: #57cecd;
  text-align: left;
  font-weight: bold;
}

#slide-frame-title {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: large;
}

#slide-frame-list {
  font-size: 14px;
}