#services .services-newsletter {
    padding: 20px 0;
    background: #f1f6fe;
    text-align: center;
    font-size: 15px;
  }
  
  #services .services-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
  }
  
  #services .services-newsletter form {
    margin-top: 10px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
  }
  
  #services .services-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
  }
  
  #services .services-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #106eea;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  #services .services-newsletter form input[type=submit]:hover {
    background: #0d58ba;
  }
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    /* padding: 70px 0 80px; */
    padding: 50px 0 20px;
  }
  .counts .count-box {
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #f1f6fe;
  }
  
  .counts .count-box i {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: #106eea;
    color: #fff;
    width: 56px;
    height: 56px;
    line-height: 0;
    border-radius: 50px;
    border: 5px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #062b5b;
  }
  
  .counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }

#h_foot i:hover, #h_foot a:hover {
    color: #00aaff;
}

.c_card:hover {
  border: 1px solid #35a6fc;
  border-radius: 10px;
  background-color: #adddf93c;
}

.b_card:hover {
  transform: scale(1.08);
}
#bg-orange {
  background-color: orange;
}
#bg-pink{
  background-color: palevioletred;
}
#bg-danger {
  background-color: rgb(126, 28, 28);
}