.c2a10 {
  color: #8d97ad;
  font-weight: 300;
  background-image: url('../images/homepage/banner.jpg');
  background-size: cover;
  background-position: left center;
}

.c2a10 h1,
.c2a10 h2,
.c2a10 h3,
.c2a10 h4,
.c2a10 h5,
.c2a10 h6 {
  color: #3e4555;
}

.c2a10 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.c2a10 .text-box {
  padding: 30px 20px;
}

.c2a10 .both-space {
  margin: 80px 0;
}

.c2a10 .btn-info-gradiant {
  background: #188ef4;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #188ef4 0%,
    #316ce8 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#188ef4),
    to(#316ce8)
  );
  background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.c2a10 .btn-info-gradiant:hover {
  background: #316ce8;
  background: -webkit-linear-gradient(
    legacy-direction(to right),
    #316ce8 0%,
    #188ef4 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#316ce8),
    to(#188ef4)
  );
  background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
  background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
  background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
}

.c2a10 .btn-md {
  padding: 15px 45px;
  font-size: 16px;
}

.course-section {
}
.course-section .icon i {
  color: #1abc9c !important;
  font-size: 20px;
  width: 25px;
}
.learning-method-section {
  background: #0f2027; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #2c5364,
    #203a43,
    #0f2027
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #2c5364,
    #203a43,
    #0f2027
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 color:#fff !important
}
.learning-method-section h3 {
  color: #fff;
}
.background{
    
}