@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
body{
    background-color: #000 !important;
    font-family: "Figtree", sans-serif !important;
}


img {
    max-width: 100%;
    height: auto;
}

.opiwiz_logo img {
    width: 240px;
}
.opiwiz_logo {
    text-align: center;
    padding-bottom: 40px;
}

.opiwiz_info p {
  color: #a5a5a5;
  font-size: 18px;
  text-align: center;
  margin: 0px;
}

.opiwiz_info p strong {
  color: #fff;
}

.owl-slider h2 {
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  margin: 70px 0 0px;
  font-size: 28px;
  border-top: solid 1px #262626dd;
  padding: 30px 0px 30px;
  position: relative;
  /* text-transform: uppercase; */
}

.opiwiz_info h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
}


.inr_sc {
    padding: 60px 0 50px;
}


  .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 0;
  }
  
  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background-color: #ccc !important;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #ff3131 !important;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button {
      position: absolute;
      top: 20%;
      transform: translateY(-20%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
  span {
      font-size: 70px;    
      position: relative;
      top: -5px;
  }
  .owl-nav button:focus {
      outline: none;
  }
  .owl-item {
    /* height: 300px !important;  */
    display: flex;
  }
  .item {
      width: 100%;
      text-align: center;
  }

  .owl-carousel .owl-item img {
    display: inline-block !important;
    width: 180px !important;
}

.opiwiz_address {
  text-align: center;
  padding: 35px 0 0px;
  border-top: solid 1px #262626dd;
  margin-top: 50px;
}

  .opiwiz_address p {
    color: #a5a5a5;
    margin: 0px;
    line-height: 28px;
}

.opiwiz_address p a {
  color: #0d7742;
}

.addr_info p {
  color: #6f6f6f;
  font-size: 19px;
  margin: 0px;
}

.addr_info h2 {
  color: #fff;
  font-weight: 600;
  font-size:42px;
}

.outer_bg {
  background: linear-gradient(46deg, #000000 1.87%, #1c1f2391 100%);
  /* border: solid 1px #262626dd; */
  border-radius: 16px;
  padding: 18px;
}

.outer_bg2 {
  background: linear-gradient(270deg, #000000 1.87%, #1c1f2391 100%);
  /* border: solid 1px #262626dd; */
  border-radius: 16px;
  padding: 18px;
}

.addr_info {
  padding: 0 60px;
}

.addr_info h5 {
  color: #ffffffde;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
}

@keyframes leftToRight {
  0% {
    inset-inline-start: 0;
  }
  50% {
    inset-inline-start: 100%;
    transform: translateX(-100%);
  }
  100% {
    inset-inline-start: 0;
  }
}

.owl-slider h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: radial-gradient(circle, #fe3032 0%, transparent 70%);
  animation: leftToRight 20s linear infinite alternate;
  z-index: 1;
  pointer-events: none;
  top: 0;
}

.btn-exp {
  color: #fff !important;
  border-radius: 50px !important;
  padding: 10px 25px !important;
  background: #ff3131 !important;
  font-weight: 500 !important;
}

.btn-exp:hover, .btn-exp:focus {
  color: #fff;
  box-shadow: none !important;
}

@media screen and (max-width: 767px) {
  .inr_sc {
    padding: 40px 0 40px;
}
  .addr_info p{
    font-size: 16px;
  }
  .addr_info h2{
    font-size: 28px;
  }
  .addr_info h5{
    font-size: 18px;
  }
  .addr_info{
    padding: 0px;
    text-align: center;
  }
  .ajubax_pr_img img {
    width: 280px;
}
.ajubax_pr_img {
  text-align: center;
}
  .opiwiz_logo img {
    width: 160px;
  }
  .opiwiz_info p {
    font-size: 16px;
  }
  .owl-slider h2 {
    font-size: 20px;
  }
  .opiwiz_address p {
    font-size: 16px;
  }
}