@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}
.text-primary {
    color: #2a89ea !important;
}
a {
    color: #368bea;
}
.site-footer ul li a {
    color: #ffffff;
}
.site-block-cover-content.text-center strong {
    color: #efff00 !important;
}
.log_in{
    background: #2a89ea;
    padding: 3px 22px;
    color: #fff;
}
.border-box {
    border: 1px solid #ddd;
    height: auto;
    padding: 6px;
    border-radius: 6px;
    align-items: center;
    margin-top: 17px;
}
.pull-left {
    width: 30%;
    float: left;
}
.pull-right.txt {
    width: 60%;
    float: left;
    margin-left: 12px;
    text-align: left;
    align-items: center;
    padding: 22px 0;
}
img.img-fluid.cat {
    width: 70px;
    border-radius: 6px;
    height: 70px;
}
.title-section p strong {
    font-weight: 900;
    font-size: 20px;
    display: table;
}
@media only screen and (max-width: 1024px) {
.market-btn {
    margin-top:10px;
}
.site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 400px;
    height: auto;
}
}
@media only screen and (max-width: 480px) {
.site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 205px;
    height: auto;
}
.owl-single .owl-nav .owl-prev, .owl-single .owl-nav .owl-next {
    line-height: 21px;
    width: 33px;
    height: 23px;
    display: block;
}
.log_in {
    padding: 1px 8px;
}
}
@media only screen and (max-width: 400px) {
    .site-blocks-cover, .site-blocks-cover > .container > .row {
        min-height: 160px;
        height: auto;
    }
}
@media only screen and (max-width: 360px) {
.site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 152px;
    height: auto;
}
.owl-single .owl-nav .owl-prev, .owl-single .owl-nav .owl-next {
    line-height: 21px;
    width: 33px;
    height: 23px;
    display: block;
}
.log_in {
    padding: 1px 8px;
}
}
@media only screen and (max-width: 320px) {
    .site-blocks-cover, .site-blocks-cover > .container > .row {
        min-height: 130px;
        height: auto;
    }
}