.menu .menu-desktop {
  margin-left: auto;
  margin-right: auto;
}

.blog-box::after {
  background-color: var(--color-primary);
  width: 100%;
  content: " ";
  position: relative;
  z-index: 2;
  display: inline-block;
  height: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}

.blog-box:hover::after {
  width: 0%;
}
/* .slide .buttons.head {
  position: absolute;
  max-width: 500px;
  width: 100%;
  right: 50%;
  bottom: 32%;
  z-index: 3;
  margin-left: auto;
  margin-right: 0;
  transform: translateX(50%);
} */
.slide .buttons.head {
  position: absolute;
  max-width: 500px;
  width: 100%;

  bottom: 200px;
  z-index: 9999;
  margin-left: auto;
  margin-right: 0;
}
.slide .buttons.head a:first-of-type::after {
  background-image: url(../images/bubble.png);
  width: 100%;
  max-width: 129px;
  content: " ";
  position: absolute;
  top: 0px;
  height: 129px;
  max-height: 129px;
  z-index: 2;
  transform: translate(210px, -40%);
  left: 32%;
}
.buttons.head a:first-of-type .text-slider-btn::after {
  background-image: url(../images/small-bubble.png);
  width: 100%;
  max-width: 16px;
  content: " ";
  position: absolute;
  bottom: -21%;
  height: 100%;
  max-height: 18px;
  z-index: 2;
  transform: translateX(-8px);
}
.buttons.head a:first-of-type .text-slider-btn::before {
  background-image: url(../images/medium-bubble.png);
  width: 100%;
  max-width: 37px;
  content: " ";
  position: absolute;
  bottom: -21%;
  height: 100%;
  max-height: 37px;
  z-index: 2;
  transform: translateX(-8px);
  left: -25%;
  background-repeat: no-repeat;
}
.slide .buttons.head a:last-of-type::after {
  background-image: url(../images/bubble.png);
  width: 100%;
  max-width: 129px;
  content: " ";
  position: absolute;
  bottom: -17%;
  height: 129px;
  max-height: 129px;
  z-index: 2;
  left: 10px;
}
.slide .buttons.head a:first-of-type {
  margin-bottom: 20px;
}
.buttons.head a:last-of-type .text-slider-btn::before {
  background-image: url(../images/small-bubble.png);
  width: 100%;
  max-width: 16px;
  content: " ";
  position: absolute;
  bottom: 95%;
  height: 100%;
  max-height: 18px;
  z-index: 2;
  transform: translateX(-40px);
}
.buttons.head a:last-of-type .text-slider-btn::after {
  background-image: url(../images/medium-bubble.png);
  width: 100%;
  max-width: 37px;
  content: " ";
  position: absolute;
  bottom: 75%;
  height: 100%;
  max-height: 37px;
  z-index: 2;
  transform: translateX(-8px);
  left: 110%;
  background-repeat: no-repeat;
}
.slick-slide .slide.subpage {
  max-height: 475px;
  display: flex;
  justify-content: flex-start;
}

.slide .text-on-slider.other {
  left: 0px;
  bottom: -261px;
  max-width: 700px;
  position: relative;
  z-index: 9999;
}
.text-on-slider .slider-title {
  color: #fff;
}
.col-sm-12 .contact-left:first-child {
  background-color: #0069a7;
  color: white;
}
.col-sm-12 .contact-left > div:hover {
  background-color: #0069a7;
  color: white;
}
.col-sm-12 .contact-left .box-content {
  border: 4px solid #0069a7;
}
.slider-head .slick-list .slick-track .slick-slide .slide::after {
  background-color: var(--color-primary);
  width: 100%;
  content: " ";
  position: absolute;
  z-index: 2;
  display: inline-block;
  height: 100%;
  opacity: 0.7;
}
.smaller .slick-list .slick-track .slick-slide .slide::after {
  background-color: var(--color-primary);
  width: 100%;
  content: " ";
  position: absolute;
  z-index: -1;
  display: inline-block;
  height: 100%;
  opacity: 0.7;
}
.slide .text-on-slider.other {
  top: 263px;
}
@media (min-width: 1400px) {
  .slide .buttons.head {
    right: 0;
    transform: none;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .slide .buttons.head {
    position: absolute;
    max-width: 450px;
    width: 100%;
    right: 0;
    transform: none;
    bottom: 125px;
    z-index: 9999;
    margin-left: auto;
    margin-right: 0;
  }
  .slide .text-on-slider.other {
    top: 150px;
  }
  .slide .text-on-slider .slider-title {
    text-align: left;
    padding-left: 20px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .slide .text-on-slider.other {
    top: 20px;
  }
  .slide .buttons.head {
    position: absolute;
    max-width: 500px;
    width: 100%;
    right: 50%;
    bottom: 15%;
    z-index: 3;
    margin-left: auto;
    margin-right: 0;
    transform: translateX(50%);
  }
  .slick-slide .slide.subpage {
    justify-content: center;
  }
}
/* @media (min-width: 768px) {
  .slide .text-on-slider.other {
    left: 0px;
    bottom: -90px;
  }
  .slide .buttons.head {
    bottom: 22%;
  }
} */
@media (max-width: 768px) {
  .slide .text-on-slider {
    max-width: 100%;
    word-wrap: anywhere;
  }
  .slide .text-on-slider.other {
    margin-right: 0px;
    top: 70px;
  }
  .slide .text-on-slider {
    margin-right: 0px;
  }
  .slide .text-on-slider .slider-title {
    margin-right: 0px;
    padding: 0px 15px 0px 15px;
  }
  .slide .text-on-slider.other {
    bottom: -80px;
  }
  .slide .buttons.head {
    bottom: 60px;
  }
  .slick-slide .slide.subpage {
    justify-content: center;
  }
}
.title-and-desc .container p a {
  @media (max-width: 475px) {
    font-size: 11px;
  }
}
.slider .container .slider-box {
  padding: 0 30px;
}
