
/*-------------------------------------------------------------------------------------------------slider------------------------------------------------------------------------------------------------*/
   @font-face{
      font-family: avenir;
      src:"../fonts/Avenir-Book-01.ttf";
    }
    #banner{
      padding-top: 100px;
      background-image: url("../images/services/services_index.jpg");
      background-repeat: no-repeat;
         width:100%;
      height:800px;
    }

    #services{
      background: rgba(0,0,0,0.5);
      color: white;
      position: relative;
      top: 50px;
     
      width:35%;
      padding:5% 5% 3% 3%; 
      float: left;   
    }
    #banner h1{
          position: relative;
          top: 150px;
          font-size: 63px;
/*         left:1400px;*/
		  left: 58px;
          color: white;
          z-index: 2;
          text-decoration: underline;
          text-decoration-color: #FF697F;
          width:0%;
    }
    #services h2{
      font-size: 25px;
      font-weight:bolder;

    }
    #services ul{
      list-style-position: inside;
      font-size:15px;
    }
    #services ul li{
      padding:2px;
    }

