/* ==========================================================================
   featuress 
   ========================================================================== */
#featuress {
  padding-top: 0;
  background: #ebebeb; }
  #featuress .featured-bg {
    background: #fff; }
  #featuress .featured-border1 {
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed; }
  #featuress .featured-border2 {
    border-bottom: 1px solid #ededed; }
  #featuress .featured-border3 {
    border-right: 1px solid #ededed; }
  #featuress .feature-item {
    padding: 30px;
    overflow: hidden;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition: all .8s ease; }
    #featuress .feature-item .feature-icon {
      background: #e3fff2;
      width: 100px;
      height: 100px;
      margin: 0px auto;
      margin-top: 0px;
      margin-right: auto;
      margin-bottom: 0px;
      margin-bottom: 0px;
      margin-bottom: 0px;
      text-align: center;
      display: block;
      border-radius: 50%;
      position: relative;
      margin-right: 30px;
      border: 1px solid #3ecf8e;
      margin-top: 12px; }
      #featuress .feature-item .feature-icon i {
        font-size: 40px;
        color: #3ecf8e;
        position: absolute;
        left: 0;
        right: 0;
        top: 32%; }
    #featuress .feature-item h4 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 20px; }
    #featuress .feature-item p {
      font-size: 16px;
      display: block; }
    #featuress .feature-item:hover {
      box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
      -moz-transition: all .8s ease;
      -webkit-transition: all .8s ease;
      transition: all .8s ease; }
    #featuress .feature-item:hover .feature-icon {
      background: #3ecf8e;
      -moz-transition: all .8s ease;
      -webkit-transition: all .8s ease;
      transition: all .8s ease; }
    #featuress .feature-item:hover .feature-icon i {
      color: #fff;
      -moz-transition: all .8s ease;
      -webkit-transition: all .8s ease;
      transition: all .8s ease; }

