#slides {
  width: 100%;
  min-height: 550px; }
  #slides .slides-navigation .next {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url("/Project/1_Website/Design/Main_Layout/images/other/right.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -10px;
    z-index: 10;
    font-size: 0; }
  #slides .slides-navigation .prev {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url("/Project/1_Website/Design/Main_Layout/images/other/left.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    z-index: 10;
    font-size: 0; }

@media screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
  #slides {
    min-height: 270px !important; } }
@media screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
  #slides {
    min-height: 200px !important; } }
@media screen and (min-width: 375px) and (max-width: 667px) and (orientation: landscape) {
  #slides {
    min-height: 200px !important; } }
@media screen and (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  #slides {
    min-height: 200px !important; } }
@media screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait) {
  #slides {
    min-height: 270px !important; } }
@media screen and (min-width: 360px) and (max-width: 640px) and (orientation: landscape) {
  #slides {
    min-height: 160px !important; } }
#about_container {
  position: relative;
  overflow: hidden; }

#aboutHeader section {
  margin-top: 100px;
  text-align: center; }
  #aboutHeader section h1 {
    color: #fff;
    font-size: 4.0em; }
  #aboutHeader section hr {
    width: 30%;
    border-top: 3px solid #fff;
    margin: 30px auto; }
  #aboutHeader section p {
    color: #fff;
    font-family: 'Roboto';
    font-size: 1.8em; }

.contentTop section p {
  float: left;
  width: 45%;
  margin-right: 5%; }
.contentTop .qualityPolicyContainer p {
  float: none;
  width: 100%; }

.aboutLinks > section {
  min-height: 150px;
  background-color: #fff; }
  .aboutLinks > section a {
    color: #000;
    border: 1px solid #000;
    text-align: center;
    display: inline-block;
    padding: 3px 11px;
    font-weight: 300;
    font-size: 1.4em; }
  .aboutLinks > section .posAbs {
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20px; }

.credentialsContainer {
  background-color: #fff; }
  .credentialsContainer h3 {
    margin: 0.5em 0;
    font-size: 2.0em; }
  .credentialsContainer .credImgWrap {
    overflow: hidden; }
  .credentialsContainer p {
    font-family: "Roboto";
    font-size: 1.8em; }

.clientWrap img {
  display: block;
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  .credentialsContainer {
    margin: 2em 0; } }
@media screen and (max-width: 767px) {
  .container .row {
    margin-top: 0;
    margin-bottom: 0; }

  #aboutHeader section {
    margin-top: 50px; }
    #aboutHeader section .floatingIcons {
      top: 0;
      left: 0em; }
    #aboutHeader section h1 {
      font-size: 3.0em; }
    #aboutHeader section p {
      font-size: 1.2em; }

  .contentTop section p {
    float: none;
    width: 100%; }

  .aboutLinks .textContent {
    height: auto !important; }
    .aboutLinks .textContent h3 {
      text-align: center; }

  .credentialsContainer {
    margin: 2em 0; } }
#clientLogos .col-lg-2 {
  width: 19.666667%; }
