/*-----------------
* palette
* ----------------
*
*/

/******** Header *********/

header#header {
  background: #67C7EF;
}

.col-header-last {
  position: relative;
}

#header-bars-wrap {
  margin-left: 15px;
}

.slider_items {
  list-style: none;
  display: flex;
 /* width: 70%;*/
  float: right;
  padding: 0px;
  margin: 0px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 9;
}

.slide-bottom-paths {
  float: right;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.slider_items li {
  background-color: #040414;
  padding: 30px 30px 20px 30px;
  color: #fff;
}

.slider_items li:nth-child(2) {
  background-color: #67C7EF;
}

.pos-rel{
  position: relative;
}

.fluid-no-margin{
  margin: 0px;
  padding-left: 0px;
}

img.company-logo {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: auto;
}


.padding-add{
  padding-top: 15px;
  padding-bottom: 15px;
}

.logo-wrap {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  background: #fff;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
/*
#wpcf7-f6-o1 p{
  margin: 0px;
}
*/
/******** Responsive ***********/

/* XXL */
@media (max-width: 1800px) {
  img.company-logo {
    width: 100%;
    display: block;
    height: 100%;
    padding: p;
    padding: 5px;
    background: #fff;
    object-fit: contain;
  }
}

@media (max-width: 1400px) {
  .slider_items {
   /* width: 80%;*/
}
}

/* XL */
@media (max-width: 1200px) {
  .slider_items {
 /*   width: 85%;*/
}
}

/* L */
@media (max-width: 992px) {
.padding-add {
  padding-top: 0px;
  padding-bottom: 0px;
}
  .button, a.button, .btn, input.wpcf7-form-control.wpcf7-submit, input[type="submit"] {
    background-color: #67C7EF;
    color: #000;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 14px;
    border-color: transparent;
    border-radius: 0;
}.logo-wrap {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  background: #fff;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.slider_items {
  width: 100%;
}
}

/* M */
@media (max-width: 768px) {
  .fa-xs-phone {
    margin: 0 0px 0 10px;
}
.slider_items {
  display: flex;
  flex-direction: column;
}
}

/* S */
@media (max-width: 576px) {}

/* XS */
@media (max-width: 0px) {}