.single-features:hover>.features-number{
    color:#fff;
    opacity: 0.40;
}
.single-features.features-2:hover {
    background-color: #000000;
    background-image: url("../images/curse-banner2.png");
    background-size: cover;
}
.single-features.features-1:hover {
    background-color: #000000;
    background-image: url("../images/curse-banner3.png");
    background-size: cover;
}
.single-features.features-3:hover {
    background-color: #000;
    background-image: url("../images/curse-banner3.png");
    background-size: cover;
}

.single-features.features-4:hover {
    background-color: #000000;
    background-image: url("../images/curse-banner4.png");
    background-size: cover;
}
.single-features.features-5:hover {
    background-color: #000000;
    background-image: url("../images/curse-banner5.png");
    background-size: cover;
}
.single-features.features-6:hover {
    background-color: #000;
    background-image: url("../images/curse-banner6.png");
    background-size: cover;
}

.text-capitalize {
    margin-bottom: 1rem;
}

.section{
    padding-bottom: 2rem;
}

.main-timeline:after {
    content: '';
    display: block;
    clear: both;
  }
  
  .main-timeline .timeline {
    width: 80%;
    float: left;
  }
  
  .main-timeline .timeline-content {
    color: #161c2d;
    background: #ffffff;
    padding: 15px 20px 15px 150px;
    margin: 0 0 60px;
    border-radius: 100px 0px 0px;
    display: block;
    position: relative;
    border: 1px dashed #ddd;
  }
  
  .main-timeline .timeline-content:hover {
    text-decoration: none;
  }
  
  .main-timeline .timeline-icon {
    background: #f0f0fe;
    line-height: 100px;
    text-align: center;
    height: 80px;
    width: 80px;
    line-height: 64px;
    border: 7px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    bottom: -42px;
    left: 20px;
    -webkit-box-shadow: 0px 0px 0px 1px #f0f0fe;
            box-shadow: 0px 0px 0px 1px #f0f0fe;
  }
  
  .main-timeline .title {
    font-size: 20px;
    text-transform: none;
    margin: 0 0 5px;
  }
  
  .main-timeline .description {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
  }
  
  .main-timeline .timeline:nth-child(even) {
    margin: -60px 0 60px;
    float: right;
  }
  
  .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 20px 170px 20px 20px;
    margin: 60px 0 0;
    border-radius: 0 0 100px 0;
  }
  
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 20px;
    bottom: auto;
    top: -42px;
  }
  
  @media screen and (max-width: 767px) {
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
      width: 100%;
      margin: 0 0 15px;
      padding-left: 15px;
      padding-right: 15px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
      padding: 60px 15px 15px 15px;
      margin: 40px 0 0;
      border-radius: 0 0 50px 0;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon {
      font-size: 30px;
      line-height: 60px;
      height: 80px;
      width: 80px;
      right: 15px;
      left: auto;
      top: -40px;
    }
    .skill-badge {
      top: 30%;
    }
  }
  
  @media screen and (max-width: 567px) {
    .main-timeline .title {
      font-size: 18px;
    }
  }

  .services-icon{
    font-size: 2rem;
  }

  .feature-widget {
    height: 100%;
    padding: 30px 45px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04) !important;
            box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04) !important;
  }
  
  .feature-widget .fea.icon-md {
    height: 38px;
    width: 38px;
  }
  
  .services-texts .title {
    font-size: 20px;
  }
  
  .feature-widget:hover {
    -webkit-box-shadow: 0 10px 25px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 25px 10px rgba(0, 0, 0, 0.1);
  }
  
  .feature-widget:hover .services-texts .title {
    color: #161c2d;
  }
  
  .feature-widget:hover .services-icon {
    color: #007bff;
  }
  .about-content{
    padding: 1em;
  }
  .toast.show {
    display: block;
    opacity: 1;
    position: fixed;
    z-index: 999;
    top: 60vh;
}