@import url(global.css);
.clients-multiple-slide-box-container a img {
    width: 198px !important;
    height: 90px !important;
    
}
.nofoto {
    width: 198px !important;
    height: 90px !important;
    text-align: center !important;
    vertical-align: middle !important;
    display:flex;
    }
.nofoto a  {
    color: white !important;
    background-color: transparent !important;
    
    }
    
.nofoto a:hover {
    color: black !important;
    background-color: white !important;
    
    }
body {
  width: 100vw;
  background: #ffffff;
}

header {
  width: 100vw;
  height: 100vh;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

header.active {
  background-image: url("../../assets/images/menu-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

header.active .header-box-one .logo {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

header.active .header-box-two {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.header-box-one {
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-box-one .logo {
  width: 50%;
  -webkit-transform: translateY(-1000%);
  -ms-transform: translateY(-1000%);
  transform: translateY(-1000%);
}

.header-box-one .logo img {
  width: 145px;
  min-width: 145px;
  max-width: 145px;
}

.header-box-one .menu-icon {
  width: 50%;
  text-align: right;
  margin-top: 8px;
}

.header-box-one .menu-icon i {
  cursor: pointer;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.5);
}

.header-box-two {
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.header-box-two ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-box-two ul li {
  width: 100%;
  list-style: none;
  margin-bottom: 20px;
}

.header-box-two ul li a {
  width: 100%;
  font-family: PlayfairDisplay;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.clients-start {
  width: 100vw;
  min-height: 500px;
  background-image: url("../../assets/images/sections/clients/start-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.clients-start-wrapper {
  width: 100%;
  padding: 30px;
}

.clients-start-wrapper h1 {
  font-family: OpenSans;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  margin: 71px 0 0 0;
}

.clients-start-wrapper h2 {
  font-family: PlayfairDisplay;
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.3);
  margin: 5px 0 20px 0;
}

.fake-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.fake-header.hide {
  -webkit-transform: translateY(-130%);
  -ms-transform: translateY(-130%);
  transform: translateY(-130%);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.fake-header .logo {
  width: 50%;
}

.fake-header .logo img {
  width: 145px;
  min-width: 145px;
  max-width: 145px;
}

.fake-header .menu {
  display: none;
}

#fake-menu {
  width: 100%;
  text-align: right;
  margin-top: 8px;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 98;
}

#fake-menu i {
  cursor: pointer;
  font-size: 32px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#fake-menu.mactive i {
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clients-start-c {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.clients-start-c p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
}

.clients-our-clients {
  width: 100vw;
  min-height: 821px;
  background-image: url("../../assets/images/sections/clients/our-clients-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.clients-our-clients-wrapper {
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.clients-our-clients-wrapper h3 {
  font-family: PlayfairDisplay;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}

.clients-our-clients-wrapper p {
  font-family: OpenSans;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin-bottom: 20px;
}

.clients-single-slide {
  width: 265px;
  height: 425px;
  padding: 10px;
  background: rgba(32, 42, 78, 0.3);
  margin: 0 auto;
}

.clients-single-slide-wrapper {
  width: 245px;
  height: 100%;
  overflow: hidden;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clients-single-slide-container-fake {
  width: 735px;
  height: 383px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.clients-single-slide-container {
  width: 245px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clients-single-slide-box {
  width: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.clients-single-slide-box ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.clients-single-slide-box ul li {
  width: 100%;
  height: 128px;
  padding: 10px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.clients-single-slide-box ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.clients-single-slide-box ul li a {
  width: 48%;
  height: auto;
  margin: auto 0;
  text-decoration: none;
}

.clients-single-slide-box ul li a img {
  width: 100%;
  height: 100%;
  margin: auto 0;
}

.clients-single-slide-controls {
  width: 100%;
  padding: 10px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.clients-single-slide-controls span {
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin-left: 13px;
  background: #ffffff;
  opacity: 0.5;
}

.clients-single-slide-controls span:hover, .clients-single-slide-controls span:active {
  opacity: 1;
}

.clients-single-slide-controls span:first-child {
  margin-left: 0;
}

.selected {
  opacity: 1 !important;
}

.clients-multiple-slide {
  display: none;
}

footer {
  width: 100%;
  background: none;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 5px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}

footer ul li {
  width: 100%;
  list-style: none;
  margin-bottom: 5px;
}

footer ul li:last-child {
  margin-bottom: 0;
}

footer ul li a {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}

footer p {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}

@media (min-width: 768px) and (max-width: 1439px) {
  .header-box-one {
    padding: 60px;
  }
  .header-box-one .logo img {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    height: 82px;
    min-height: 82px;
    max-height: 82px;
  }
  .header-box-one .menu-icon i {
    font-size: 42px;
    margin-top: 22px;
  }
  .header-box-two {
    width: 50%;
    margin: 0 auto;
  }
  .header-box-two ul {
    width: 50%;
    margin: 0 auto;
  }
  #fake-menu {
    top: 60px;
    right: 60px;
    margin-top: 22px;
  }
  #fake-menu i {
    font-size: 42px;
  }
  .clients-start-wrapper {
    padding: 60px;
  }
  .clients-start-wrapper .logo img {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    height: 82px;
    min-height: 82px;
    max-height: 82px;
  }
  .clients-start-wrapper h2 {
    width: 500px;
    font-size: 40px;
    margin-top: 10px;
  }
  .clients-our-clients {
    min-height: 600px;
  }
  .clients-our-clients-wrapper {
    padding: 60px;
  }
  .clients-our-clients-wrapper h3 {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
  }
  .clients-our-clients-wrapper p {
    width: 75%;
    text-align: center;
    margin: 0 auto 20px auto;
  }
  .clients-single-slide {
    display: none;
  }
  .clients-multiple-slide {
    width: 648px;
    height: 424px;
    padding: 10px;
    background: rgba(32, 42, 78, 0.3);
    display: block;
    margin: 0 auto;
  }
  .clients-multiple-slide-wrapper {
    width: 628px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .clients-multiple-slide-container-fake {
    width: 1884px;
    height: 385px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .clients-multiple-slide-container {
    width: 628px;
    min-width: 628px;
    max-width: 628px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .clients-multiple-slide-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .clients-multiple-slide-box ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .clients-multiple-slide-box ul li {
    width: 100%;
    height: 128px;
    min-height: 128px;
    padding: 10px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .clients-multiple-slide-box ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .clients-multiple-slide-box ul li .clients-multiple-slide-box-container {
    width: 209px;
    min-width: 209px;
    max-width: 209px;
    height: 108px;
    min-height: 108px;
    max-height: 108px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .clients-multiple-slide-box ul li .clients-multiple-slide-box-container:last-child {
    border-right: none;
  }
  .clients-multiple-slide-box ul li .clients-multiple-slide-box-container a {
    width: auto;
    height: auto;
    margin: auto;
    text-align: center;
    text-decoration: none;
  }
  .clients-multiple-slide-box ul li .clients-multiple-slide-box-container img {
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .clients-multiple-slide-controls {
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .clients-multiple-slide-controls span {
    cursor: pointer;
    width: 10px;
    height: 10px;
    margin-left: 13px;
    background: #ffffff;
    opacity: 0.5;
  }
  .clients-multiple-slide-controls span:hover, .clients-multiple-slide-controls span:active {
    opacity: 1;
  }
  .clients-multiple-slide-controls span:first-child {
    margin-left: 0;
  }
  footer {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0 30px 0;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto;
  }
  footer ul {
    width: 70%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 0;
    border-top: none;
    margin-bottom: 0;
  }
  footer ul li {
    width: auto;
    margin-left: 15px;
  }
  footer ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-size: 4px;
    font-weight: 900;
    color: #ffffff;
    margin-right: 15px;
    vertical-align: middle;
  }
  footer ul li:first-child {
    list-style: none;
  }
  footer ul li:first-child:before {
    content: "";
  }
  footer ul li a {
    font-size: 11px;
  }
  footer p {
    width: 30%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 11px;
    margin: auto 0;
  }
}

@media (min-width: 1440px) {
  body {
    width: 100%;
  }
  header {
    width: 100%;
  }
  .header-box-one {
    padding: 90px;
  }
  .header-box-one .logo img {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    height: 82px;
    min-height: 82px;
    max-height: 82px;
  }
  .header-box-one .menu-icon i {
    font-size: 42px;
    margin-top: 0;
  }
  .header-box-two {
    width: 50%;
    margin: 0 auto;
  }
  .header-box-two ul {
    width: 50%;
    margin: 0 auto;
  }
  .header-box-two ul li a {
    font-size: 40px;
  }
  #fake-menu {
    width: auto;
    top: 90px;
    right: 90px;
    margin-top: 0;
    display: none;
  }
  #fake-menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #fake-menu i {
    font-size: 42px;
  }
  .clients-start {
    width: 100%;
    min-height: 100vh;
  }
  .clients-start-wrapper {
    padding: 90px;
  }
  .clients-start-wrapper h1 {
    margin: 252px 0 0 0;
  }
  .clients-start-wrapper h2 {
    width: 630px;
    font-size: 40px;
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .fake-header {
    height: 90px;
    min-height: 90px;
    max-height: 90px;
  }
  .fake-header .logo {
    width: 30%;
  }
  .fake-header .logo img {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    height: 82px;
    min-height: 82px;
    max-height: 82px;
    margin: auto 0;
  }
  .fake-header .menu {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto 0;
  }
  .fake-header .menu ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .fake-header .menu ul li {
    width: auto;
    list-style: none;
  }
  .fake-header .menu ul li.active a {
    opacity: 1;
  }
  .fake-header .menu ul li a {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    opacity: 0.5;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 30px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .fake-header .menu ul li a:hover, .fake-header .menu ul li a:active {
    opacity: 1;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .clients-start-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .clients-start-c p {
    width: 48%;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .clients-our-clients {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .clients-our-clients-wrapper {
    width: 100%;
    height: 100%;
    padding: 90px 90px 0 90px;
  }
  .clients-our-clients-wrapper h3 {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
  }
  .clients-our-clients-wrapper p {
    width: 643px;
    text-align: center;
    margin: 0 auto 20px auto;
  }
  .clients-single-slide {
    display: none;
  }
  .clients-multiple-slide {
    width: 648px;
    height: 424px;
    padding: 10px;
    background: rgba(32, 42, 78, 0.3);
    display: block;
    margin: 2% auto 0 auto;
  }
  .clients-multiple-slide-wrapper {
    width: 628px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .clients-multiple-slide-container-fake {
    width: 1884px;
    height: 385px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .clients-multiple-slide-container {
    width: 628px;
    min-width: 628px;
    max-width: 628px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .clients-multiple-slide-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .clients-multiple-slide-box ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .clients-multiple-slide-box ul li {
    width: 100%;
    height: 128px;
    min-height: 128px;
    padding: 10px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .clients-multiple-slide-box ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .clients-multiple-slide-box ul li .clients-multiple-slide-box-container {
    width: 209px;
    min-width: 209px;
    max-width: 209px;
    height: 108px;
    min-height: 108px;
    max-height: 108px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .clients-multiple-slide-box ul li .clients-multiple-slide-box-container:last-child {
    border-right: none;
  }
  .clients-multiple-slide-box ul li .clients-multiple-slide-box-container a {
    width: auto;
    height: auto;
    margin: auto;
    text-align: center;
    text-decoration: none;
  }
  .clients-multiple-slide-box ul li .clients-multiple-slide-box-container img {
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .clients-multiple-slide-controls {
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .clients-multiple-slide-controls span {
    cursor: pointer;
    width: 10px;
    height: 10px;
    margin-left: 13px;
    background: #ffffff;
    opacity: 0.5;
  }
  .clients-multiple-slide-controls span:hover, .clients-multiple-slide-controls span:active {
    opacity: 1;
  }
  .clients-multiple-slide-controls span:first-child {
    margin-left: 0;
  }
  footer {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0 30px 0;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto;
  }
  footer ul {
    width: 70%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 0;
    border-top: none;
    margin-bottom: 0;
  }
  footer ul li {
    width: auto;
    margin-left: 15px;
  }
  footer ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-size: 4px;
    font-weight: 900;
    color: #ffffff;
    margin-right: 15px;
    vertical-align: middle;
  }
  footer ul li:first-child {
    list-style: none;
  }
  footer ul li:first-child:before {
    content: "";
  }
  footer ul li a {
    font-size: 16px;
  }
  footer p {
    width: 30%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 16px;
    margin: auto 0;
  }
  
}
