/* Top Services CSS */

.top-services-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f3f3f391;
}

.top-services-box {
  position: relative;
  padding-left: 100px;
}

.top-services-box h3 {
  font-size: 16px;
  color: #000000;
  margin: 0 0 16px 0;
  font-family: 'Poppins', sans-serif;
}

.top-services-box p {
  font-size: 15px;
  max-width: 250px;
  margin: 0 0 0 0;
  line-height: 26px;
}

.top-services-box img {
  position: absolute;
  left: 0;
}

/* Services CSS */

.services-section {
    background-image: url(../img/services-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 70px;
    position: relative;
    line-height: 1;
  }
  
  .services-item {
    background-color: #ffffff;
    text-align: center;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    padding: 35px;
    margin-bottom: 30px;
  }
  
  .services-item h2 {
    font-size: 20px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0 14px 0;
  }
  
  .services-item p {
    height: 100px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 12px 0;
  }
  .services-item i {
    font-size: 80px;
    color: #002349;
  }
  .services-item .services-btn-one {
    font-size: 14px;
    color: #002349;
    font-weight: 500;
    -webkit-transition: .6s;
    transition: .6s;
  }
  
  .services-item .services-btn-one:hover {
    letter-spacing: 1px;
  }
  
  
  
  /* Counter CSS */
  
  .counter-section {
    background-color: #f3f3f370;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    line-height: 1;
    position: relative;
  }
  
  .counter-video {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -50px;
  }
  
  .counter-video .counter-btn a {
    color: #ffffff;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 82px;
    background: #002349;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    text-align: center;
    padding-left: 2px;
  }
  
  .counter-video .counter-btn a::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: #002349;
  }
  
  .counter-video .counter-btn a:hover {
    color: #002349;
    background: #ffffff;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: 0.5s;
    text-decoration: none;
  }
  
  .counter-video .counter-btn i {
    margin: 17px 26px 26px 23px;
    font-weight: 900;
  }
  
  .counter-video .counter-btn i::before {
    font-size: 45px;
  }
  
  .counter-area {
    max-width: 500px;
    margin-right: auto;
  }
  
  .counter-area .single-counter {
    text-align: center;
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    padding: 35px;
  }
  
  .counter-area .single-counter h3 {
    color: #000000;
    font-size: 48px;
    font-weight: 600;
    margin: 20px 0 0 0;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
  }
  
  .counter-area .single-counter .sub-title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
    color: #000000;
    display: block;
    font-family: 'Poppins', sans-serif;
  }
  
  .counter-area .single-counter i {
    color: #002349;
  }
  
  .counter-area .single-counter i::before {
    font-size: 50px;
    line-height: normal;
  }
  
  .counter-img-wrapper .counter-img-1 {
    position: relative;
  }
  
  .counter-img-wrapper .counter-img-1 img {
    position: absolute;
    bottom: 354px;
    right: 18px;
    width: 220px;
  }
  
  .counter-img-wrapper .counter-img-2 {
    position: relative;
  }
  
  .counter-img-wrapper .counter-img-2 img {
    position: absolute;
    right: 18px;
    width: 260px;
    bottom: -60px;
  }
  #singer-service .article-img img {
    height: 400px;
  }
  