* {
  margin: 0;
  padding: 0;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
a:hover {
  text-decoration: none;
}

.acme-news-ticker-box li a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #09274c;
}
/*-----------------------------
      News Ticker
  ------------------------------*/
.acme-news-ticker {
  background: #fff;
  position: relative;
  width: 100%;
  margin-top: 45px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .acme-news-ticker-box {
    height: 100% !important;
    padding-top: 10px;
    overflow: hidden;
  }
  .acme-news-ticker-box ul {
    width: 290px !important;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
  }
  .acme-news-ticker {
    background: #fff;
    position: relative;
    height: 65px;
    width: 100%;
    margin-top: 45px;
  }
  .acme-news-ticker-controls {
    display: none !important;
  }
  .acme-news-ticker-label {
    width: 100% !important;
    background: #ffffff;
    padding: 10px;
    float: left;
    margin-right: 15px;
    line-height: normal;

    color: #000000;
  }
}

@media (min-width: 768px) {
  .acme-news-ticker {
    margin-top: 0;
  }
}
.acme-news-ticker-label {
  background: #ffffff;
  padding: 10px;
  width: auto;
  float: left;
  margin-right: 15px;
  line-height: normal;

  color: #000000;
}
@media (max-width: 575px) {
  .acme-news-ticker-label {
    position: absolute;
    top: -45px;
    text-align: center;
  }
}
.acme-news-ticker-box {
  height: 100%;
  padding-top: 10px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .acme-news-ticker-box {
    padding-left: 10px;
    padding-right: 120px;
  }
}
.acme-news-ticker-box ul {
  width: 100%;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}
.acme-news-ticker-box ul li a {
  text-decoration: none;
}
.acme-news-ticker-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
.acme-news-ticker-controls button {
  height: 100%;
  background: #ffffff;
  padding: 0;
  width: 40px;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 0 0 1px;
  cursor: pointer;
  display: inline-block;
}
.acme-news-ticker-controls button:hover {
  background: #eeeeee;
}
.acme-news-ticker-controls button.acme-news-ticker-arrow {
  margin: 0;
  display: inline-block;
  position: relative;
}
.acme-news-ticker-controls button.acme-news-ticker-arrow:after {
  height: 5px;
  width: 5px;
  /* border-color: #de0000;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block; */
  /* left: 50%;
  position: absolute;
  top: 50%; */
}

.acme-news-ticker-controls.acme-news-ticker-horizontal-controls
  button.acme-news-ticker-prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.acme-news-ticker-controls.acme-news-ticker-horizontal-controls
  button.acme-news-ticker-next:after {
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
  -ms-transform: translate(-50%, -50%) rotate(315deg);
  transform: translate(-50%, -50%) rotate(315deg);
}
.acme-news-ticker-controls.acme-news-ticker-vertical-controls
  button.acme-news-ticker-prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  -ms-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
}
.acme-news-ticker-controls.acme-news-ticker-vertical-controls
  button.acme-news-ticker-next:after {
  -webkit-transform: translate(-50%, -50%) rotate(405deg);
  -ms-transform: translate(-50%, -50%) rotate(405deg);
  transform: translate(-50%, -50%) rotate(405deg);
}

/*# sourceMappingURL=style.css.map */
