.wpo-off-canvas-body .caret {
  display: block;
  float: right;
  margin: 10px 0;
}
.wpo-off-canvas-body .dropdown-menu > li > a {
  white-space: normal;
}
.wpo-off-canvas-body .dropdown-menu ul.dropdown-menu li a {
  padding-left: 90px;
}
#wpo-header .header-block .wpo-logo {
  text-align: left;
}
#wpo-header .header-block .banner-top {
  padding: 15px 0;
  text-align: right;
}
@media (max-width: 450px) {
  #wpo-header .header-block .wpo-logo {
    text-align: center;
  }
  #wpo-header .header-block .banner-top {
    display: none;
  }
}
@media (min-width: 450px) and (max-width: 767px) {
  #wpo-header .header-block .wpo-logo {
    text-align: center;
  }
  #wpo-header .header-block .banner-top {
    display: none;
  }
}
.display-grid .pagination {
  margin: 30px 0;
}

.carousel-control{
  z-index: 9999;
}
