@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css');

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.fields input[type="submit"] {
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #f58025;
  transition: all .25s ease-in;

}
.fields input[type="submit"]:hover {
  background: transparent!important;
  color: #fff;
  cursor: pointer;
}

.wpcf7-response-output {
  color: #fff;
}
.n-ar {
  font-size: 30px!important;
  color: #f58025;
  line-height: 46px;
  margin-left: 10px;
  -webkit-animation: mymove 1.5s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 1.5s infinite;
}
@-webkit-keyframes mymove {
    0%   {margin-left: 10px;}
    25%  {margin-left: 20px;}
    50%  {margin-left: 10px;}
    75%  {margin-left: 20px}
    100% {margin-left: 10px;}
}

/* Standard syntax */
@keyframes mymove {
     0%   {margin-left: 10px;}
    25%  {margin-left: 20px;}
    50%  {margin-left: 10px;}
    75%  {margin-left: 20px}
    100% {margin-left: 10px;}
}


.field-input{
  margin-bottom: 1.5rem;
}
.field-input input, .field-input textarea{
  width: 100% !important;
  padding: 1rem;
  font-size: .9rem;
  border: solid 1px #ccc !important;
  margin: 0 !important;
}
.field-input textarea{
  height: 10rem;
}
.field-action input[type="submit"], .field-action button{
  padding: 1rem 2rem;
  border: none;
  text-transform: uppercase;
  background-color: #ed1b23;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 2px;
}
.field-action{
	/*text-align: center;*/
}
.field-action input[type="submit"], .field-action button{
  display: inline-block !important;
}
.elementor-image-carousel-caption{
  padding: 18px 0;
}
.footer-address{
	margin-top:20px;
}
@media only screen and (min-width: 768px) {
  .footer-address{
	margin-top:-80px;
}
}
.js-flash-offer {
  position: relative;
  overflow: hidden !important;
}
.js-owl-flash-offer .item {
    text-align: center;
    font-size: 29px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
  }
.js-flash-offer::before {
    display: block;
    width: 0%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: -10%;
    z-index: 1;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.4) 80%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.4) 80%,rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    transition: all .4s ease;
    -wekit-animation: flare 2.5s linear infinite;
    -moz-animation: flare 2.5s linear infinite;
    animation: flare 2.5s linear infinite;
  }
  @keyframes flare{
    0%{
      width: 0;
      left: -10%;
    }
    50%{
      width: 50%;
    }
    100%{
      width: 0;
      left: 110%;
    }
  }
