@import url(my.css);
@import url(style.css);

#ourclients {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background:#f9f9f9;
    padding-bottom:30px;
    height:150px;
  }
  #ourclients .clients-wrap {
    display: block;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
  }
  #ourclients .clients-wrap ul {
    display: block;
    list-style: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  #ourclients .clients-wrap ul li {
    display: block;
    float: left;
    position: relative;
    width: 220px;
    height: 100px;
    line-height: 100px;
    text-align: center;
  }
  #ourclients .clients-wrap ul li img {
    vertical-align: middle;
    max-width: 100%;
    width:150px;
    max-height: 100%;
    -webkit-transition: 0 linear left;
    -moz-transition: 0 linear left;
    transition: 0 linear left;
  }
  #ourclients h3{
  border-bottom:2px solid #3399ff;
  width:150px;
  padding:10px;
  }
  #ourclients h1{
    border-bottom:2px solid #3399ff;
    width:600px;
    padding:10px;
    }


    /* National */


    #ourclients-2 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        background:#f9f9f9;
        padding-bottom:30px;
        height:150px;
      }
      #ourclients-2 .clients-wrap-2 {
        display: block;
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
      }
      #ourclients-2 .clients-wrap-2 ul {
        display: block;
        list-style: none;
        position: relative;
        margin-left: auto;
        margin-right: auto;
      }
      #ourclients-2 .clients-wrap-2 ul li {
        display: block;
        float: left;
        position: relative;
        width: 220px;
        height: 100px;
        line-height: 100px;
        text-align: center;
      }
      #ourclients-2 .clients-wrap-2 ul li img {
        vertical-align: middle;
        max-width: 100%;
        width:150px;
        max-height: 100%;
        -webkit-transition: 0 linear left;
        -moz-transition: 0 linear left;
        transition: 0 linear left;
      }
      #ourclients-2 h3{
      border-bottom:2px solid #3399ff;
      width:150px;
      padding:10px;
      }
      #ourclients-2 h1{
        border-bottom:2px solid #3399ff;
        width:600px;
        padding:10px;
        }
    
   