#home {
margin: 1%;
}

#home #cta {
  text-align: center;
  margin-top: 120px; }
  #home #cta p {
    font-family: "Lato", "Helvetica Neue", Arial;
    font-size: 17px;
    color: #7A7D81;
    letter-spacing: 0.1px; }
  #home #cta a {
    display: inline-block;
    margin-top: 25px;
    background: #6CAAE4;
    color: #FFF;
    padding: 23px 40px;
    font-size: 17px;
    letter-spacing: 0.7px;
    font-weight: 300;
    font-family: Lato;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    #home #cta a:hover {
      text-decoration: none;
      background: #3FD8DF; }
	  
#home #clients {
  background: #3AACE9;
  background: radial-gradient(#178ACC, #3AA9E8);
  margin-top: 120px;
  padding: 35px 0 40px;
  text-align: center; }
  #home #clients h3 {
    color: #FFF;
    margin-top: 0;
    font-family: "Lato", "Helvetica Neue", Arial;
    font-weight: 300;
    font-size: 35px;
    letter-spacing: .3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  #home #clients p {
    font-size: 16px;
    color: #f8f8f8;
    font-family: "Lato", "Helvetica Neue", Arial;
    margin-top: 17px;
    font-weight: 300;
    line-height: 25px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  #home #clients .logos {
    margin-top: 35px; }
    #home #clients .logos img {
      margin: 0 16px; }
      @media (max-width: 767px) {
        #home #clients .logos img {
          margin: 0 auto;
          display: block;
          margin-bottom: 15px; } }
		  
		  
		  
#footer-white {
  background: #EFF9FE;
  padding-top: 70px;
  padding-bottom: 30px;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 991px) {
    #footer-white {
      padding-top: 30px; } }
  @media (max-width: 767px) {
    #footer-white .menu {
      text-align: center;
      margin-top: 20px; } }
  #footer-white .menu h3 {
    margin-top: 0;
    color: #800000;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600; }
  #footer-white .menu ul {
    list-style-type: none;
    padding: 0;
    margin-top: 10px; }
    #footer-white .menu ul li {
      display: block;
      margin-bottom: 9px; }
      #footer-white .menu ul li a {
        color: #2FA4E7;
        display: inline-block;
        font-weight: 500;
        font-size: 13px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        #footer-white .menu ul li a:hover {
          color: #000;
          text-decoration: none; }
        @media (max-width: 991px) {
          #footer-white .menu ul li a {
            padding: 0; } }
      #footer-white .menu ul li .hiring {
        font-family: "Lato", "Helvetica Neue", Arial;
        font-weight: 700;
        letter-spacing: .3px;
        text-transform: uppercase;
        word-spacing: 1.5px;
        font-size: 11px;
        margin-left: 4px;
        padding: 3px 8px;
        border-radius: 4px;
        color: #fff;
        background: #49B7E2; }
        #footer-white .menu ul li .hiring:hover {
          color: #fff;
          background: #0E82AF; }
  #footer-white .newsletter {
    text-align: right; }
    @media (max-width: 767px) {
      #footer-white .newsletter {
        text-align: center;
        margin-top: 40px; } }
    #footer-white .newsletter .signup {
      margin-bottom: 40px; }
      #footer-white .newsletter .signup p {
        font-size: 13px;
        color: #666;
        width: 90%;
        float: right;
        text-align: left;
        line-height: 20px; }
        @media (max-width: 767px) {
          #footer-white .newsletter .signup p {
            float: none;
            text-align: center;
            width: 100%; } }
      #footer-white .newsletter .signup form {
        float: right;
        width: 90%;
        position: relative; }
        @media (max-width: 767px) {
          #footer-white .newsletter .signup form {
            float: none;
            width: 100%; } }
        #footer-white .newsletter .signup form input[type="text"] {
          font-size: 13px; }
          #footer-white .newsletter .signup form input[type="text"]::-webkit-input-placeholder {
            font-size: 13px;
            line-height: 17px; }
          #footer-white .newsletter .signup form input[type="text"]:-moz-placeholder {
            font-size: 13px;
            line-height: 17px; }
          #footer-white .newsletter .signup form input[type="text"]::-moz-placeholder {
            font-size: 13px;
            line-height: 17px; }
          #footer-white .newsletter .signup form input[type="text"]:-ms-input-placeholder {
            font-size: 13px;
            line-height: 17px; }
        #footer-white .newsletter .signup form input[type="submit"] {
          border: 0;
          background: #84B0E2;
          color: #FFF;
          border-radius: 3px;
          padding: 6px 10px;
          position: absolute;
          top: 5px;
          text-shadow: 1px 1px rgba(0, 0, 0, 0.28);
          right: 5px;
          font-size: 13px;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -ms-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          #footer-white .newsletter .signup form input[type="submit"]:hover {
            background: #6284AC; }
    #footer-white .newsletter a {
      border: 0;
      text-decoration: none;
      opacity: 1;
      filter: alpha(opacity=100);
      margin-left: 15px;
      position: relative;
      top: -10px;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      transition: all .3s ease; }
      #footer-white .newsletter a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
  #footer-white .credits {
    margin-top: 15px; }
    #footer-white .credits .col-md-12 {
      padding-top: 20px;
      font-size: 13px;
      text-align: center;
      color: #A1AAB6; }
