.features-boxed {
  color:#313437;
  background-color:#eef4f7;
  background-image:url(../img/soldier-background.jpg);
  background-position:top,center;
  background-repeat:no-repeat;
  background-size:100%;
}

.features-boxed p {
  color:#7d8285;
}

.features-boxed h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

#features .text-center{
  color:#fff;
}

p.text-center.subhead{
  color:#80A6C4 !important;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width:767px) {
  .features-boxed h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.features-boxed .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto;
}

.features-boxed .intro p {
  margin-bottom:0;
}

.features-boxed .item {
  text-align:center;
}

.features-boxed .item .box {
  text-align:center;
  padding:30px;
  background-color:transparent;
  margin-bottom:30px;
  border:0.5px solid;
  border-color:#8C8C84;
}

.features-boxed .item .icon {
  font-size:60px;
  color:#6585a9;
  margin-top:20px;
  margin-bottom:35px;
}



.features-boxed .item .name {
  font-weight:bold;
  font-size:18px;
  margin-bottom:8px;
  margin-top:0;
  color:#fff;
}

.features-boxed .item .description {
  font-size:15px;
  margin-top:15px;
  margin-bottom:20px;
  color:#ccc;
}

p.footer-details a {
  color:#b4bcc2;
}

#bottom-register{
    background-color: #2E8FFF;
}

.homeregistertext{
  color:#fff;
}
.pin_but{
   background: url(../img/board-pin-blue.png);
    height: 25px;
    width: 25px;
    border: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    text-decoration:none !important;
    float: right;
}


@media (max-width: 991px) {
    .features-boxed { background-size: cover!important; }  
    .events-dir-block{ padding-left:0px; padding-right:0px; }  
   
}