﻿
.btn-TellUs {
  background-color: #3ecf8e;
  position: relative;
  z-index: 1;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  width: 260px;
  height: 50px;
  padding: 14px 15px; }
  
  
.btn-TellUs:hover {
  color: #fff;
  transform: translateY(-2px); }

  .section .custompadding{
   padding: 40px 0px !important;

   }

/* ==========================================================================
   Testimonialfor recruiter  section
   ========================================================================== */
#testimonialrec {
  margin-bottom: 340px;
  background: url(../img/bg/website-how-it-works-RECRUITER.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #testimonialrec .right-position {
    position: relative; }
  #testimonialrec .testimonial-area {
    position: absolute;
    width: 100%;
    z-index: 12;
    top: 380px;
    margin: 0px auto; }
  #testimonialrec #client-testimonial {
    background-color: #fff;
    padding: 54px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
    -moz-box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
    box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24); }
    #testimonialrec #client-testimonial .content-inner p {
      font-size: 16px;
      color: #5e629c;
      font-style: italic;
      line-height: 35px; }
    #testimonialrec #client-testimonial .author-info {
      padding-top: 26px;
      padding-bottom: 20px; }
    #testimonialrec #client-testimonial .author-info h5 {
      color: #151948;
      font-size: 16px; }
    #testimonialrec #client-testimonial h5 span {
      font-size: 16px;
      color: #5e629c;
      font-style: italic; }
    #testimonialrec #client-testimonial .owl-controls .owl-buttons div.owl-prev {
      color: #3ecf8e;
      display: inline-block;
      zoom: 1;
      *display: inline;
      margin: 5px;
      font-size: 16px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 50px;
      background: #fff;
      filter: Alpha(Opacity=50);
      position: absolute;
      left: -20px;
      top: 48%;
      opacity: 1;
      border: 1px solid #ccc;
      width: 38px;
      height: 38px;
      padding: 8px 0px; }
    #testimonialrec #client-testimonial .owl-controls .owl-buttons div.owl-next {
      color: #3ecf8e;
      display: inline-block;
      zoom: 1;
      *display: inline;
      margin: 5px;
      font-size: 16px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 50px;
      background: #fff;
      filter: Alpha(Opacity=50);
      position: absolute;
      right: -20px;
      top: 48%;
      opacity: 1;
      border: 1px solid #ccc;
      width: 38px;
      height: 38px;
      padding: 8px 0px; }
    #testimonialrec #client-testimonial .owl-controls .owl-buttons div.owl-prev:hover, #testimonial #client-testimonial .owl-controls .owl-buttons div.owl-next:hover {
      color: #fff;
      background: #3ecf8e;
      border-color: #3ecf8e; }
  #testimonialrec .video-promo-content {
    padding-top: 0;
    padding-bottom: 300px; }
  #testimonialrec .video-btn {
    position: absolute;
    z-index: 10;
    top: 15%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px; }
  #testimonialrec .video-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite; }
  #testimonialrec .video-btn:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
    opacity: 0.5; }
  #testimonialrec .video-btn:hover:after {
    background-color: #28ca81; }
  #testimonialrec .video-btn:hover span {
    border-left: 22px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-radius: 2px; }
  #testimonialrec .video-btn span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 22px solid #3ecf8e;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-radius: 2px;
    margin-top: 8px;
    margin-left: 5px; }
