/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Style Hack
# Bootstrap Hack
# Other Hack
# Custom
# Mobile Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Style Hack
--------------------------------------------------------------*/

.preloader__image {
  background-image: url('../images/resources/icon.png')
}
.main-header__logo {
  z-index: 1;
  padding-top: 40px;
  padding-left: 30px;
  background-color: transparent;
  color: #e62129;
  font-size: 29px;
  font-weight: bold;
}
.main-header__logo a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--ogenix-black);
}
.main-header__logo img {
    height: 50px;
}
.main-header__top-inner,
.main-menu__wrapper-inner,
.sticky-header__content {
  padding-left: 400px;
}
.main-menu .main-menu__list>li, .stricky-header .main-menu__list>li {
}
.main-menu .main-menu__list>li>a {
  justify-content: center;
}
.main-menu .main-menu__list>li:not(.dropdown) {
   margin-right: 10px;
}

.main-menu .main-menu__list {
  gap: 4.1rem;
}
.main-menu__wrapper-inner {
  min-height: 90px;
}
.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 0
}
.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a,
.main-menu__search {
  font-size: 18px;
}
.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before,
.footer-widget__title-box::before {
  background-image: -webkit-linear-gradient(0deg, rgb(var(--ogenix-base-rgb)) 0%, rgb(255, 189, 60) 100%);
}
.main-menu .main-menu__list>li>ul>li>a::before, .main-menu .main-menu__list>li>ul>li>ul>li>a::before, .stricky-header .main-menu__list>li>ul>li>a::before, .stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
  right: 10px;
}
.stricky-header.main-menu {
    background-color: #ffffff;
}
.stricky-header .main-menu__wrapper-inner {
  padding: 0;
}
.stricky-header .main-menu__right {
  padding-right: 30px;
}
.sticky-header__logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 0px;
  font-weight: bold;
  background-color: #ffffff;
}

.sticky-header__logo img {
    height: 50px;
}
.footer-widget__logo a {
  color: var(--ogenix-white);
}
.banner-1 {
  --banner: url(../images/resources/banner-1.png);
  background-image: var(--banner);
  background-size: cover;
  background-position: bottom right;
}

  .swiper-slide__mobile {
    display: none
  }
.feature-one__content {
  flex-basis: 200px;
}
.main-slider__sub-title {
  color: var(--ogenix-black);
}
.main-slider__title {
  color: var(--ogenix-white);
  text-shadow: 2px 2px 2px #333;
}
.about-one__experience-box {
  justify-content: center;
}
.about-one__big-text {
  top: 0;
  font-size: 150px;
}
.about-one__shape-1 {
  left: -1200px;
}
.about-one__experience-box {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.hot-products {
  padding-top: 60px;
}
.product__all--download .product__all-img  {
  height: 200px;
  padding: 0px;
}
.product__all-img,
.hot-products__img {
  display: flex;
  align-items: center;
  padding: 10px;
  height: 250px;
}

.download__all-img img,
.product__all-img img,
.hot-products__img img {
  /*
  object-fit: cover;
  */
  border-radius: var(--ogenix-bdr-radius);
}
.google-map {
  padding-top: 60px;
}
.google-map__one {
  mix-blend-mode: unset;
}
.site-footer__top {
  padding-top: 150px;
}
.product .product-details {
  padding: 0;
}
.about-three,
.product,
.product-details {
  padding-top: 60px;
}
.product-details {
  padding-bottom: 10px;
}

.product-details__title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--ogenix-bdr-color);
}

.product-details__table {
  padding-top: 20px;
  /*
  padding: 20px 30px 20px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: var(--ogenix-bdr-radius);
  */
}
.product-description {}
.product-details__table > h4 {
  margin-bottom: 20px;
}

.product-details__table > table {
  border: 1px solid #e2e0e5;
  margin-bottom: 30px;
}

.product-details__table > table th {
  background-color: #f1f1f1;
  font-weight: bold;
}

.product-description .gallery-one {
  padding: 40px 0;
}



.service-details__faq > h4,
.gallery-one h4 {
  font-family: var(--ogenix-font);
  color: var(--ogenix-black);
  margin: 0;
  margin-bottom: 20px;
  letter-spacing: var(--ogenix-letter-spacing);
}


.product-category {
  position: relative;
  display: block;
  background-color: var(--ogenix-extra);
  padding: 27px 15px 15px;
  border-radius: var(--ogenix-bdr-radius);
}
.product-category .product-category {
  padding: 0;
}

.product-category > ul {
  position: relative;
  display: block;
}

.product-category > ul > li {
  position: relative;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--ogenix-gray);
  margin-bottom: 5px;
}

.product-category > ul > li > ul {
  list-style: none;
  padding-left: 0;
}

.product-category > ul > li > ul > li {
  padding-left: 44px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px #fff solid;
}

.product-category > ul > li > a {
  color: var(--ogenix-gray);
}

.product-category > ul > li > ul > li > a:hover {
  color: var(--ogenix-black);
  text-shadow: 1px 0 0 rgba(42, 73, 29, .8);
}

.product-category > ul > li:last-child {
  margin-bottom: 0;
}

.product-category > ul > li > a {
  position: relative;
  display: block;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--ogenix-gray);
  font-weight: 500;
  border-radius: var(--ogenix-bdr-radius);
  transition: all 0.3s ease;
  z-index: 1;
  padding: 9px 15px 9px;
}

.product-category > ul > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--ogenix-white);
  border-radius: var(--ogenix-bdr-radius);
  border-radius: 0px;
  z-index: -1;
  transform: scaleY(0.0);
  transform-origin: left;
  transform-style: preserve-3d;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.product-category > ul > li > a:hover:before {
  transform: scaleY(1.0);
  border-radius: var(--ogenix-bdr-radius);
}

.product-category > ul > li:hover > a,
.product-category > ul > li.active > a {
  color: var(--ogenix-black);
  background: var(--ogenix-white);
  padding-left: 44px;
  text-shadow: 1px 0 0 rgba(42, 73, 29, .8);
}

.product-category > ul > li > a:after {
  position: absolute;
  left: 20px;
  top: 7px;
  font-family: 'icomoon' !important;
  content: "\e925";
  opacity: 1;
  font-size: 15px;
  color: var(--ogenix-primary);
  line-height: 30px;
  transform: scale(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.product-category > ul > li  > a:hover:after,
.product-category > ul > li.active  > a:after {
  color: var(--ogenix-primary);
  transform: scale(1);
}

.product-category > ul > li > a span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 13px;
  color: var(--ogenix-black);
  font-weight: 500;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.product-category > ul > li a:hover span,
.product-category > ul > li.active a span {
  color: var(--ogenix-base);
  text-shadow: 1px 0 0 rgba(80, 167, 44, .8);
}



/*--------------------------------------------------------------
# Viedo Two
--------------------------------------------------------------*/
.video-two {
  position: relative;
  display: block;
  padding: 40px 0 0px;
  z-index: 1;
}

.video-two__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.video-two__img-box {
  position: relative;
  display: block;
}

.video-two__img {
  position: relative;
  display: block;
  border-top-left-radius: var(--ogenix-bdr-radius);
  border-top-right-radius: var(--ogenix-bdr-radius);
  overflow: hidden;
  z-index: 1;
}

.video-two__img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(var(--ogenix-black-rgb), 0.8);
  opacity: 0;
  z-index: 1;
  content: "";
  border-top-left-radius: var(--ogenix-bdr-radius);
  border-top-right-radius: var(--ogenix-bdr-radius);
}

.video-two__single:hover .video-two__img:before {
  opacity: 1;
  opacity: 0.8;
}

.video-two__img img {
  width: 100%;
  border-top-left-radius: var(--ogenix-bdr-radius);
  border-top-right-radius: var(--ogenix-bdr-radius);
  transition: .5s ease;
  transform: scale(1.05);
}

.video-two__single:hover .video-two__img img {
  transform: scale(1);
}

.video-two__content {
  position: relative;
  display: block;
  padding: 20px;
}

.video-two__title {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.video-two__title a {
  color: var(--ogenix-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.video-two__title a:hover {
  color: var(--ogenix-base);
}

.video-two__img-box__icon {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.video-two__icon {
  position: absolute;
    right: 20px;
    bottom: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    z-index: 2;
    background-color: unset;
    border-radius: unset;
}

.video-two__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 30px;
  color: var(--ogenix-black);
  background-color: var(--ogenix-white);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.video-two__video-icon:hover {
  background-color: var(--ogenix-black);
  color: var(--ogenix-primary);
}

.video-two__video-link .ripple,
.video-two__video-icon .ripple:before,
.video-two__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--ogenix-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--ogenix-primary-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--ogenix-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--ogenix-primary-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.video-two__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-two__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.video-two__text {
  margin-top: 24px;
  margin-bottom: 21px;
}

.video-two__btn-box {
  position: relative;
  display: block;
}

.video-two__btn {
  background-color: var(--ogenix-extra);
  color: var(--ogenix-gray);
  padding: 5px 30px 5px;
}

.video-two__single:hover .video-two__btn {
  background-color: var(--ogenix-base);
  color: var(--ogenix-white);
}

.video-two__btn:before {
  background-color: #eaeae2;
  width: 50px;
}

.video-two__single:hover .video-two__btn:before {
  background-color: #f62626;
  width: 190%;
}

.footer-widget__about {
  margin-top: 0;
}

.footer-widget__contact-list {
  margin-top: 0
}
.footer-widget__contact-list i {
  margin-right: .25rem;
}
.footer-widget__contact-list li::before {
  right: 0;
  background-color: transparent;
}
.footer-widget__contact-list li:hover::before {
  background-color: rgb(237, 206, 206);
}
.footer-widget__contact-list li .text p a {
    color: rgb(237, 206, 206);
}
.footer-widget__contact-list li .text p a:hover {
    color: rgb(237, 206, 206);
}

.main-slider .container {
  padding-bottom: 320px;
}

.footer-widget__contact-text {
  line-height: 1;
  margin-bottom: .25rem;
}


.service-details__faq ul li::marker {
  color: var(--ogenix-base);
}

.product-details__content-text1 {
  font-size: 18px;
}

.main-header__social  {
  padding: 13px 20px 13px;
}
.product__sidebar-single > ul > li:not(.active) ul {
  display: none;
}

.page-header {
  padding: 105px 0 105px;
}
.captcha {
  display: flex;
  gap: .25rem;
  align-items: center;
}
.captcha .realperson-challenge {
  flex-shrink: 0;
}
.thm-btn--two {
  background-color: var(--ogenix-base);
}
.thm-btn--two:before {
  background-color: rgb(181, 33, 33)
}
/*---------------------------------------
   Mobile Responsive styles              
-----------------------------------------*/


@media (max-width: 1399px) {
  .main-header__top-inner,
  .main-menu__wrapper-inner,
  .sticky-header__content {
    padding-left: 350px;
  }
  .main-menu .main-menu__list {
    gap: 2rem;
  }
  .main-header__contact-list li:before {
    right: -10px;
  }
  .main-header__contact-list li+li {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .main-header__logo {
    padding-top: 0;
    padding-right: 0;
  }
  .main-menu__wrapper-inner {
    flex-direction: row-reverse;
    justify-content: right;
    gap: 1rem;
    padding-left: 0;
  }
  .main-menu__search-cart-box:before {
      display: none;
  }
  .main-menu__search span {
    display: none;
  }
  .main-header__logo img {
    height: 70px;
  }
  .main-menu__search i {
    font-size: 30px;
  }
  .main-menu .mobile-nav__toggler {
    font-size: 30px;
  }
  .footer-widget__explore-list {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-widget__explore-list > li {
    width: 50%;
  }
  .mobile-nav__content .main-menu__list>li>a, .mobile-nav__content .main-menu__list>li>ul>li>a, .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
    font-size: 16px;
  }
  .main-header__logo img {
    height: 55px;
  }
}

@media (max-width: 991px) {
  .main-slider__title {
    font-size: 60px;
    margin-top: 0px;
  }
  .main-slider .container {
    padding-bottom: 200px;
  }
}

@media (max-width: 767px) {
  .main-menu__search-cart-btn {
      padding: 0;
  }
  .shop-page__pagination .pg-pagination li {
    display: inline-block;
  }
  .swiper-slide .container {
    display: none;
  }
  .swiper-slide__mobile {
    display: block
  }
  .swiper-slide__mobile img {
    width: 100%
  }
  .product__all-img,
  .hot-products__img {
    height: unset;
  }
}

@media (max-width: 576px) {
  .main-slider .row>* {
    margin-left: 30px;
  }
  .product-details {
    border-bottom: 1px solid var(--ogenix-bdr-color);
  }
  .page-header {
    padding: 100px 0 100px;
  }

  .about-three,
  .product,
  .product-details {
    padding-top: 30px;
  }

}

@media (max-width: 475px) {
  .main-header__logo {
    padding-left: 10px;
  }
  .main-header__logo img {
    height: 50px;
  }
  .main-menu__search i {
    padding: 0;
  }
  .main-menu__wrapper-inner {
    padding: 0;
    padding-right: 10px;
    gap: 10px;
  }
}












body {
  font-family: Arial, sans-serif;
}

.timeline-wrap {
  overflow: hidden;
  overflow-x: scroll;
  width: 100%;
}
.timeline {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  padding: 0;
}
.timeline-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  width: 140px;
  flex-shrink: 0;
}
.timeline-item p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  color: var(--ogenix-gray);
  line-height: 1.25;
  margin-top: .5rem;
}
.circle {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding-right: .5rem;position: relative;
  background-color: #f4b600;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-family: var(--ogenix-font-two);
  font-size: 30px;
  font-weight: bold;
  line-height: 61px;
}
.circle::after {
  position: absolute;
  left: -10px;
  top: 55%;
  content: '\e925';
  color: #8bc34a;
  font-family: 'icomoon' !important;
  transform: translateY(-50%) translateX(-150%);
}
.timeline > .timeline-item:first-child .circle::after {
  content: ' ';
}
.timeline-item > .timeline {
  margin-top: 65px;
}
.timeline-item > .timeline > .timeline-item:first-child .circle::after {
  content: '\e928';
  bottom: -30px;
  left: 50%;
  color: #8bc34a;
  font-family: 'icomoon' !important;
  transform: translateY(-160%) translateX(-50%);
}

.product-area {
  margin-bottom: 10rem;
}

/* Responsive styling for screens below 767px */
@media (max-width: 767px) {
.product-area {
  margin-bottom: 5rem;
}
/*
  .timeline {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .timeline::before {
    display: none;
  }

  .timeline-item {
    width: 45%;
    margin-bottom: 20px;
  }*/
}
