/*!
Theme Name: OPMExex
Theme URI: http://new.OPMExext.com/
Author: OPMExex Team
Author URI: http://new.OPMExext.com/
Description: OPMExex Website
Version: 1.0.0
*/

.funfact-block-one .inner-box .count-outer {
  font-size: 55px !important;
  line-height: 50px !important;
}
.logo-box img {
  max-width: 250px !important;
  height: auto;
}
/** page-title **/

.page-title {
  position: relative;
  padding: 200px 0px 190px 0px;
}

.page-title .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 80%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title .bg-layer:before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 80%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
}

.page-title .bread-crumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 6px;
}

.page-title .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}

.page-title .bread-crumb li a {
  display: inline-block;
  color: #fff;
}

.page-title .bread-crumb li a:hover {
}

.page-title .bread-crumb li:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 7px;
  height: 2px;
  top: 14px;
  right: -13px;
}

.page-title .bread-crumb li:last-child:before {
  display: none;
}

.page-title h1 {
  display: block;
  font-size: 72px;
  line-height: 80px;
  color: #fff;
  font-weight: 600;
}

.page-title .bg-layer.blue-mask:before {
  background: var(--secondary-color);
  opacity: 0.7;
}

/** rtl-css **/

.rtl .page-title .bread-crumb li:before {
  right: inherit;
  left: -13px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
  .page-title {
    padding: 65px 0px 60px 0px;
  }

  .page-title h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 599px) {
}

@media only screen and (max-width: 499px) {
  .page-title h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
.single-support-box {
  background: #94061b;
}
.single-column:nth-child(2) .single-support-box {
  background: #0033a0;
}
.single-column:nth-child(3) .single-support-box {
  background: #94061b;
}
.single-support-box .inner-box a {
  font-size: 20px;
  color: #000;
}
.single-support-box .inner-box h5 {
  color: #000;
}
.single-support-box .inner-box i {
  color: #000;
}
.chooseus-block-one .inner-box {
  border-color: #0033a0;
}

/* OPMExex brand overrides */
:root {
  --theme-color: #94061b;
  --secondary-color: #0033a0;
}

.theme-btn,
.btn-one,
.btn-two,
.btn-add-cart,
.btn-add-cart-modal,
.btn-add-cart-detail {
  background: #94061b !important;
  border-color: #94061b !important;
  color: #fff !important;
}

.theme-btn:hover,
.btn-one:hover,
.btn-two:hover,
.btn-add-cart:hover,
.btn-add-cart-modal:hover,
.btn-add-cart-detail:hover {
  background: #0033a0 !important;
  border-color: #0033a0 !important;
}

.category-tab.active,
.product-badge {
  background: #0033a0 !important;
  border-color: #0033a0 !important;
  color: #fff !important;
}

.highlight-gold,
.products-page-section .subtitle,
.service-block-one .inner-box h3 a:hover {
  color: #94061b !important;
}
