*{
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: justify;
}
#myVideo {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.section-power{
  position: relative;
}
#myVideo2 {
  position: absolute;
  width: 100%;
}
.choose-tab{
  width: 25%;
}
.choose-tab p{
  color: black;
  cursor: pointer;
}
.choose-tab .active{
  color: white;
  border-bottom: 1px solid white;
}
.marquee-wrapper{
/*  background:#2F394C;*/
text-align:center;
}
.marquee-wrapper .container{
  overflow:hidden;
}
.marquee-inner span{
  float:left;
  width:50%;
}
.marquee-wrapper .marquee-block{
  --total-marquee-items:6;
  height: 100px;
  width: calc(250px * (var(--total-marquee-items)));
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin: 20px auto;
}
.marquee-inner{
  display: block;
  width: 200%;
  position: absolute;
}
.marquee-inner p{
  font-weight: 800;
  font-size: 30px;
  font-family: cursive;
}
.marquee-inner.to-left{
  animation: marqueeLeft 25s linear infinite;
}
.marquee-inner.to-right{
  animation: marqueeRight 25s linear infinite;
}
.marquee-item img{
  padding: 10px;
  margin: 10px;
}
.marquee-item{
  height: 100px;
  text-align: center;
  width: 230px;
  padding-bottom: 100px;
  display: inline-block;
  background: white;
  border-radius: 20px;
  margin: 0 10px;
  float: left;
  transition: all .2s ease-out;
}
@keyframes marqueeLeft{
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marqueeRight{
  0% { 
    left: -100%; 
  }
  100% {
   left: 0; 
 }
}

/*Custom*/
.text-orange {
  color: #ee5d0b !important;
}
.text-orange-light {
  color: #ec9861 !important;
}
.bg-orange {
  background: #ee5d0b !important;
}
.bg-orange-light {
  background: #ec9861 !important;
}


.delivery-tab{
  width: 30%;
}
.delivery-tab{
  cursor: pointer;
}
.delivery-tab .active{
  background: #ee5d0b !important;
  color: white !important;
}

.services-tab .card2{
  margin: 0 13px;
  padding: 6px 20px;
  background: white;
  color: black;
  border-radius: 16px;
}
.services-tab .card2 label{
  margin: 0;
  margin-left: 10px;
  padding: 0;
}
.card3{
  width: 100%;
  padding: 20px 40px;
  border-radius: 20px;
  background: white;
}
.card3 .label{
  margin-left: 20px;
}

@keyframes display {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  10% {
    transform: translateX(0);
    opacity: 1;
  }
  20% {
    transform: translateX(0);
    opacity: 1;
  }
  30% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(-200px);
    opacity: 0;
  }
}

/*.pic-ctn {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 600px;
  margin-left: 20%;
}

.owl-carousel > img {
  width: 100px;
}img:nth-child(2) {
  animation-delay: 4s;
}
img:nth-child(3) {
  animation-delay: 8s;
}
img:nth-child(4) {
  animation-delay: 12s;
}
img:nth-child(5) {
  animation-delay: 16s;
}
img:nth-child(6) {
  animation-delay: 20s;
}
img:nth-child(7) {
  animation-delay: 24s;
}
img:nth-child(8) {
  animation-delay: 28s;
}*/
.owl-carousel img {
  height: 100%;
}

.text-shadow{
  text-shadow: 2px 2px 1px black;
}

.select2-container--default .select2-selection--single, .select2-results__option--selectable{
  font-size: 13px;
}
#searching input{
  font-size: 12px;
  height: 27px;
  border-radius: 4px !important;
  padding: 7px 7px;
}

.item-power-group{
  margin-top: 30px;
  position: relative;
}
.item-power{
  border-radius:10px;
  width: 17%;
  text-align: center;
  padding:2%;
  padding-top: 2%;
  padding-bottom: 0;
  margin-bottom: 20px;
  height: 160px;
  cursor: pointer;
}
.item-power img{
  width: 80px;
}
.item-power p{
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
}
.item-power.active p{
  color: #000;
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
}


@keyframes poweranimate {
       0% { transform: rotate(0deg) translateX(250px) rotate(0deg); }
    25%   { transform: rotate(90deg) translateX(250px) rotate(-90deg); }
    50%   { transform: rotate(180deg) translateX(350px) rotate(-180deg);}  
     75%   { transform: rotate(270deg) translateX(250px) rotate(-270deg);} 
      100%   { transform: rotate(360deg) translateX(250px) rotate(-360deg);} 
        
    
}
        
.our_power_animate .item-power-group:nth-child(1) .item-power:nth-child(1){
  position: absolute;
  bottom: 0;
  left: 0;
  animation: powerchild1 5s linear;
}
@keyframes powerchild1{
  0% {left: 1320;bottom: 150px;}
  50% {left: 660;bottom: 150px;}
  65% {bottom: 220px;}
}

.our_power_animate .item-power-group:nth-child(1) .item-power:nth-child(2){
  position: absolute;
  bottom: 150px;
  left: 220px;
  animation: powerchild2 5s linear;
}
@keyframes powerchild2{
  0% {left: 1320;bottom: 150px;}
  50% {left: 660;bottom: 150px;}
  75% {bottom: 220px;}
}

.our_power_animate .item-power-group:nth-child(1) .item-power:nth-child(3){
  position: absolute;
  bottom: 220px;
  left: 440px;
  animation: powerchild3 5s linear;
}
@keyframes powerchild3{
  0% {left: 1320;bottom: 150px;}
  50% {left: 660;bottom: 150px;}
  85% {bottom: 220px;}
}

.our_power_animate .item-power-group:nth-child(1) .item-power:nth-child(4){
  position: absolute;
  bottom: 150px;
  left: 660px;
  animation: powerchild4 5s linear;
}
@keyframes powerchild4{
  0% {left: 1320;bottom: 150px;}
  50% {left: 660;bottom: 150px;}
}

.our_power_animate .item-power-group:nth-child(2) .item-power:nth-child(1){
  position: absolute;
  bottom: 0;
  left: 880px;
  animation: powerchild21 5s linear;
}
@keyframes powerchild21{
  0% {left: -440;bottom: -150px;}
  50% {left: 220px;bottom: -150px;}
  65% {bottom: -220px;}
}

.our_power_animate .item-power-group:nth-child(2) .item-power:nth-child(2){
  position: absolute;
  bottom: -150px;
  left: 660px;
  animation: powerchild22 5s linear;
}
@keyframes powerchild22{
  0% {left: -440;bottom: -150px;}
  50% {left: 220px;bottom: -150px;}
  75% {bottom: -220px;}

}

.our_power_animate .item-power-group:nth-child(2) .item-power:nth-child(3){
  position: absolute;
  bottom: -220px;
  left: 440px;
  animation: powerchild23 5s linear;
}
@keyframes powerchild23{
  0% {left: -440;bottom: -150px;}
  50% {left: 220px;bottom: -150px;}
  85% {bottom: -220px;}

}

.our_power_animate .item-power-group:nth-child(2) .item-power:nth-child(4){
  position: absolute;
  bottom: -150px;
  left: 220px;
  animation: powerchild24 5s linear;
}
@keyframes powerchild24{
  0% {left: -440;bottom: -150px;}
  50% {left: 220px;bottom: -150px;}
}


@keyframes p11 {
  0%   {left:600px; top:600px;}
  20%  {left:400px; top:400px;}
  40%  {left:200px; top:200px;}
  60%  {left:0; top:0;}
  80%  {left:-200px; top:200px;}
  100% {left:-400px; top:400px;}
}

@keyframes p12 {
  0%   {left:400px; top:800px;}
  20%   {left:600px; top:600px;}
  40%  {left:400px; top:400px;}
  60%  {left:200px; top:200px;}
  80%  {left:0; top:0;}
  100%  {left:-200px; top:200px;}
}

@keyframes p13 {
  0%  {left:200px; top:1000px;}
  20%   {left:400px; top:800px;}
  40%   {left:600px; top:600px;}
  60%  {left:400px; top:400px;}
  80%  {left:200px; top:200px;}
  100%  {left:0; top:0;}
}

@keyframes p14 {
  0%  {left:0; top:1200px;}
  20%  {left:200px; top:1000px;}
  40%   {left:400px; top:800px;}
  60%   {left:600px; top:600px;}
  80%  {left:400px; top:400px;}
  100%  {left:200px; top:200px;}
}