
 /*General */

 .btn.btn-sblue {
  background-color: #0F7CCB;
  color: #FBFBFB;
  border: none;
  padding: 8px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 20px 0px 50px 0px;
    cursor: pointer;
    border-radius: 24px;
    font-size: 15px; 
}
.btn.btn-sblue:hover{
  background-color: #055996;
  color: #FBFBFB;
  border: none; 
}

  /* hero intro */
  

  #workflow {
    width: 100%;
    height: 368px;
    position: relative;
    background: url(../photos/backs/back_about.jpg);
    background-size: cover;
  }


  .center {
   height: 230px;
    padding-bottom: 30px;
    padding-top: 70px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }


  .getintouch h5 {
    padding-bottom: 70px;
    text-align: center;
  }
  
  .about-title h3{
    color: #FBFBFB;
      padding: 20px 0 20px;
      font-size: 21px;
      font-weight: 700;
      padding-top: 220px;
  }
  .underline {
    border-bottom: 4px solid #7FD100;
    width: 50px;
    margin: auto;
    margin-bottom: 50px;
  }


/*  15. Footer Area
/*----------------------------------------*/

.contact-text a {
  color: #0F7CCB;
  font-weight: 700;
}
.contact-form h2 {
   margin-bottom: 30px;
   padding-bottom: 20px;
   border-bottom: solid 2px #f9f9f9;
   color: #16151C;
   font-size: 18px;
   font-weight: 700;
   margin-top: 50px;
}
.CONTACTINFO {
    padding-right: 60px;
}
.contact-form p {
    color: #373F51;
    margin-top: 12px;
}

.icon-box i {
  height: 50px;
  width: 50px;
  float: left;
  padding-right: 10px;
  font-size: 22px;
  padding: 14px 0px 0px 14px;
  background-color: #D6DEE4;
  border-radius: 24px;
  color: #0F7CCB;
}

.icon-box h4 {
  font-size: 16px;
  color: #454B52;
  padding: 0px 0px 0px 60px;
}
.icon-box h5 {
  font-size: 16px;
  color: #0F7CCB;
  padding: 0px 0px 0px 60px;
}
.icon-box span {
  font-size: 14px;
  color: #7F8A95;
}
.icon-box {
  padding: 12px 0px;
}

.map {
  padding-bottom: 70px;
}


.contact-title a {
  text-decoration: none;
}