/* ----------------
 Service Section
  ---------------------*/
 
 .services-warp {
   padding-top: 56px;
   padding-bottom: 0px;
   max-width: 1227px;
   margin: -91px auto 0;
   background: #fff;
   position: relative;
   -webkit-box-shadow: 0 0 0 #00000075;
   box-shadow: 0 0 0 #00000075;
   z-index: 99;
 }
 
 .services-warp:after,
 .services-warp::before {
   position: absolute;
   content: "";
   width: 100%;
   height: 50%;
   top: 0;
   left: 0;
   z-index: -2;
   -webkit-box-shadow: 0 -43px 41px rgba(0, 0, 0, 0.48);
   box-shadow: 0 -43px 41px rgba(0, 0, 0, 0.48);
 }
 
 .services-warp::before {
   background: #fff;
   height: 100%;
   top: -4px;
   -webkit-box-shadow: 0 0 0 #000;
   box-shadow: 0 0 0 #000;
   border-top: 5px solid #9c0b0d;
   z-index: -1;
 }
 
 .service-item {
   margin-bottom: 10px;
   /*padding-right: 20px;*/
   padding: 0px 10px 0px 10px; 
 }
 
 .service-item .si-head {
   overflow: hidden;
   margin-bottom: 20px;
 }
 
 .service-item .si-icon {
   /*float: left;*/
   width: 100%;


 }
 
 .service-item h5 {
   overflow: hidden;
   padding: 12px;
   text-align: center;
   text-transform: uppercase;

 }
 
 .service-item p {
   margin-bottom: 0;
   text-align: justify;
 }
 


.service-item a {
  color: #0f2e80;
  font-size: 16px;
}

.service-item a:hover {
  color: #ffd200;
  /*text-decoration: underline;
  font-size: px;*/
}

