 .icon-box {
  padding: 20px 40px;
  color: #000;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #f9f9fa;
  transition: 0.3s;
  margin-top: 80px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.icon-box:hover {
  background: #5463be;
  color: #fff;
}

 .icon {
  margin: 0 0 15px 0;
}

.icon i {
  color: #2c44d5;
  font-size: 48px;
}

.icon-box:hover .icon i {
  color: #fff;
}


 .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 24px;
  color: #000;
}

.title a {
  color: #5f687b;
  transition: 0.3s;
}


.icon-box:hover .title a {
  color: #fff;
}

 .description {
  line-height: 24px;
  font-size: 14px;
  color: #000;
}

.icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features {
  padding: 60px 0px;
}

.features .feature-box {
  padding: 12px 20px;
  box-shadow: 0px 0 8px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  height: 100%;
}

.features h2 {
  font-size: 30px;
  color: #333;
  font-weight: 600;
  margin: 0;
  padding-bottom: 30px;
}

.features .feature-box h3 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin: 0;
}
.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}
.features .feature-box:hover i {
  background: #4154f1;
  color: #fff;
}

.features .reg a {
  transition: color 0.3s;
  color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block;
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 0.6px;
  background: #002c86;
}

.features .reg a:hover {
  color: #ccc;
}

/*end features*/

.about-course {
  padding: 30px 0;
  background: #f2f2f2;
}

.about-course .content h3 {
  font-family:'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #000;
  padding-bottom: 20px;
}