/* Services Section
--------------------------------*/
#services {
  padding: 30px 0 0 0;
}

#services .box {
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 2px 4px 8px 2px rgba(0,0,0,0.2);
  background: #fff;
  transition: 0.4s;
  height: 360px;border-radius:10px;
}


#services .box:hover {
 box-shadow:1px 1px 5px 1px #ddd;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .icon {
  
}

#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  margin-top: 20px!important;
}
#services .box h4 a {
    color: #08ae94;
    padding-top: 20px!important;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
}
#services .icon {
    font-size: 50px;
    color: #fff;
    align-items: center;
    background-color: #08ae94;
    padding: 13px 20px;
    border-radius: 50%;
}

.text-center {
    text-align: center !important;
}
#services .box p {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.1px;
    color: #515757;
    font-family: Lato, sans-serif;
}
@media (max-width: 767px) {
  #services .box  {
    height: auto;
   
  }
  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #services .box h4, #services .box p {
    margin-left: 0;
    text-align: center;
  }
}
.box1{
  height: 00px;important!
}

@media only screen and (max-width: 600px) {
 .box1{font-size: 6px;important!}
@media only screen and (max-width: 768px) {
#services {
    padding: 20px;
}