.dropdown-menu-inner {
  font-size: 1rem;
  color: whitesmoke;
  text-align: left;
  list-style: none;
  background-color: dimgray;
}

.dropdown-menu-inner .menu-item-title {
  color: whitesmoke
}

.dropdown-menu-inner .menu-item-title:hover {
  color: white;
  font-weight: bold;
}

#sliderck121 {
  background-color: white;
}

.contact-form-wrap .contact-info .title-info {
  display: none;
}

@media only screen and (max-width: 600px) {
  .client-text {width: 100%; float: left;}
  .logo-img {width: 34px; height: 33px;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .client-text {width: 100%; float: left;}
  .logo-img {width: 34px; height: 33px;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .client-text {width: 100%; float: left;}
  .logo-img {width: 34px; height: 33px;}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .client-text {width: 50%; float: left;}
  .logo-img {width: 91px; height: 89px;}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .client-text {width: 68%; float: left;}
  .logo-img {width: 91px; height: 89px;}
}