.ul-style li {
  list-style-type: disc;
  margin-left: 20px;
}

.blue {
  color: #2e5ba3;
}

.bold {
  font-weight: bold;
}

/* About start */

.about-page-content .future-wrap .img-wrap {
  background-image: url(../img/future.jpg);
  background-size: cover;
  background-position: center 25%;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  cursor: pointer;
  position: relative;
  transition: 0.5s ease-in;
}
.about-page-content .future-wrap .img-wrap:hover {
  background-position: center 10%;
  transform: scale(1.05);
}
.about-page-content .future-wrap .title-wraps {
  position: absolute;
  left: -30px;
  bottom: -40px;
  background: #000;
}
.about-page-content .future-wrap .title-wraps p {
  margin: 20px 20px 20px 130px;
  font-size: 25px;
  font-weight: bolder;
  color: #fff;
}
.about-page-content .future-wrap .modal .future-img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 576px) {
  .about-page-content .future-wrap .title-wraps {
    bottom: -20px;
  }
  .about-page-content .future-wrap .title-wraps p {
    margin: 10px 10px 10px 50px;
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
  }
}
/* About end */
/* Product */
.promotion-code-area-wrapper .product-wrap .img-wrap {
  background-image: url(../img/products.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 400px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promotion-code-area-wrapper .product-wrap .img-wrap h1 {
  text-shadow: 2px 2px 4px #000000;
  color: #ffffff;
  margin: 0;
  font-size: 70px;
}
/* Product END */

/* Slider */

.banner-item .banner-item__img {
  position: relative;
}

.banner-item .banner-item__img .banner-item-inside-info {
  position: absolute;
  top: 50%;
  left: 50%;
  /* padding: 0 30px; */
  transform: translate(-50%, -50%);
}

.banner-item .banner-item__img .banner-item-inside-info p {
  margin: 0;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  /*opacity: 0;*/
  /*transform: translateY(30px);*/
  transition: 0.3s;
}

.banner-item .banner-item__img:hover .banner-item-inside-info p {
  /*transform: translateY(0px);*/
  /*opacity: 1;*/
  transform: scale(1.2);
}
.brand-logo-content .brand-logo-item .banner-item__img span {
  cursor: pointer;
}

.brand-logo-content .brand-logo-item {
  position: relative;
}

.brand-logo-content .brand-logo-item .banner-info-bottom {
  position: absolute;
  background-color: #000000;
  bottom: 0;
  z-index: 9;
}
.brand-logo-content .brand-logo-item .banner-info-bottom h6 {
  color: #ffffff;
  padding: 0 30px;
  margin: 8px 0;
}

.modal-body {
  position: relative;
  height: 85vh;
}

.image-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.zoo-item {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 150ms linear;
}

.zoo-item .zoo-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.5s ease-out;
}
/* Slider */

@media only screen and (max-width: 1024px) {
  .modal-body {
    height: 50vh;
  }
}

@media only screen and (max-width: 768px) {
  .modal-title {
    font-size: 20px;
  }
}

/* Cookie */

.cookie-container {
  position: fixed;
  bottom: -150px;
  /* bottom: 0; */
  left: 0;
  right: 0;
  background: #fff;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  padding: 0 32px;
  transition: 400ms;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.4);
  z-index: 999;
  padding: 30px 50px;
}

.cookie-container.active {
  bottom: 0;
}

.cookie-container a {
  text-decoration: underline;
}
/* Image slider */

.lightbox {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  /* IE Fallback (Solid Colour) */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.7);
  -webkit-filter: none !important;
  z-index: 9997;
}

.lightbox img {
  display: block;
  position: absolute;
  border: 5px solid #fff;
  box-shadow: 0 0 20px #000;
  border-radius: 1px;
}

body.blurred > * {
  -webkit-filter: blur(2px);
  -webkit-transform: translate3d(0, 0, 0);
}

.lightbox__loading {
  background: url(../img/icons/loading.gif) center center no-repeat;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.lightbox__caption {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 9998;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}

.lightbox__caption p {
  margin: 0 auto;
  max-width: 70%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.lightbox__button {
  position: absolute;
  z-index: 9999;
  background: no-repeat center center;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.lightbox__button:hover,
.lightbox__button:focus {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.lightbox__close {
  right: 10px;
  top: 10px;
  background-image: url("../img/icons/close.png");
}

.lightbox__nav {
  top: 50%;
  margin-top: -16px;
}

.lightbox__nav--next {
  right: 10px;
  background-image: url("../img/icons/next.png");
}

.lightbox__nav--prev {
  left: 10px;
  background-image: url("../img/icons/previous.png");
}

/* Logo */
.logo-lg {
  max-width: 100px;
}
/* Logo END */
