
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-icon {
    color: #fce8bc;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  
  .section-headline.services-head > h2 {
    margin-bottom: 25px;
    color:#fce8bc ;
  }
  
  .services-details {
    padding-top: 40px;
    transition: all 0.5s ease 0s;
  }
  
  .services-details:hover h4, .services-details:hover .services-icon {
    color: #fce8bc;
  }
  h1 {
    color: #fce8bc;
  }
  h4{
    color: #fce6b7;
    text-align: center;
  }
  
  .row.second-row {
    margin-top: 40px;
  }
  
  .section-head > h2 {
    color: #fce6b7;
  }
  /* .position-relative{
    background: #fce6b7;
  } */
  
  .single-services > h4 {
    color: #fce8bc;
    font-size: 24px;
    font-weight: 500;
  }
  
  .single-services > p {
    color: #50111c;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  p{
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-family: "Alexandria", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  @font-face {
    font-family: FF Shamel Family Sans One Bold;
    src: url(/assets/fonts/FF\ Shamel\ Family\ Sans\ One\ Bold.ttf);
  }