/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Common
# Cards
# Form
# Custom Cursor
# Footer
# Contact
# Topbar
# Navigations
# Home Showcase
# Why choose
# Funfact
# Testimonials
# CTA
# Gallery
# Sidebar
# Blog details
# Comments
# Shop
# Shop details
# Cart
# Checkout
# Case Study
# Counter
# Login
# error 404
# Faq
# Package
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
# Hero Slider
# Hero One
# Feature Section
# About
# Brand
# Services
# Service details
# Boxed Home
# Work Process
# Portfolio
# Portfolio Details
# Project
# Project Details
# Team Details
# Mixed
--------------------------------------------------------------*/
:root {
  --bultax-font: "Roboto", sans-serif;
  --bultax-heading-font: "Barlow", sans-serif;
  --bultax-text: #636363;
  --bultax-text-rgb: 99, 99, 99;
  --bultax-base: #FF5A1E;
  --bultax-base-rgb: 255, 90, 30;
  --bultax-base2: #FF6016;
  --bultax-base2-rgb: 255, 96, 22;
  --bultax-black: #000000;
  --bultax-black-rgb: 0, 0, 0;
  --bultax-black2: #333333;
  --bultax-black2-rgb: 51, 51, 51;
  --bultax-black3: #222222;
  --bultax-black3-rgb: 34, 34, 34;
  --bultax-black4: #0E0E0E;
  --bultax-black4-rgb: 14, 14, 14;
  --bultax-white: #fff;
  --bultax-white-rgb: 255, 255, 255;
  --bultax-gray: #F4F4F4;
  --bultax-gray-rgb: 244, 244, 244;
  --bultax-border-color: #DDDDDD;
  --bultax-border-color-rgb: 221, 221, 221;
  --bultax-letter-space: 0.1em;
  --bultax-letter-space-xl: 0.2em;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--120 {
  margin-top: -120px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb--60 {
  margin-bottom: -60px;
}

.mb--120 {
  margin-bottom: -120px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-right: 5px;
}

.pl-10 {
  padding-right: 10px;
}

.pl-15 {
  padding-right: 15px;
}

.pl-20 {
  padding-right: 20px;
}

.pl-30 {
  padding-right: 30px;
}

.pr-5 {
  padding-left: 5px;
}

.pr-10 {
  padding-left: 10px;
}

.pr-15 {
  padding-left: 15px;
}

.pr-20 {
  padding-left: 20px;
}

.pr-30 {
  padding-left: 30px;
}

.bultax-btn {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
  transition: 500ms;
  padding: 11px 30px 11px 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  gap: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bultax-btn:focus {
  color: var(--bultax-white, #fff);
}
.bultax-btn__icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bultax-white, #fff);
  color: var(--bultax-base, #FF5A1E);
  font-size: 14px;
}
.bultax-btn__icon-box {
  width: 13px;
  height: 13px;
  position: relative;
  overflow: hidden;
  font-size: 13px;
  transition: all 500ms ease;
}
.bultax-btn__icon-box i {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.bultax-btn__icon-box i:last-child {
  right: -15px;
  bottom: -15px;
  transform: translate(0, 0);
}
.bultax-btn::before {
  content: "";
  background-color: var(--bultax-black4, #0E0E0E);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(165%, 0) rotate(0deg);
  transform-origin: left bottom;
  transition: all 0.35s;
  z-index: -1;
}
.bultax-btn:hover {
  color: var(--bultax-white, #fff);
}
.bultax-btn:hover::before {
  transform: translate(0%, 0) rotate(0deg);
}
.bultax-btn:hover .bultax-btn__icon i {
  transform: translate(-15px, -15px);
  transition: all 0.5s ease-out;
}
.bultax-btn:hover .bultax-btn__icon i:last-child {
  visibility: visible;
}

.sec-title {
  position: relative;
  line-height: 1;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .sec-title {
    padding-bottom: 52px;
    margin-top: -2px;
  }
}
.sec-title__box {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
}
.sec-title__box img {
  width: auto;
}
.sec-title__tagline {
  margin: 0;
  display: inline-block;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: var(--bultax-font, "Roboto", sans-serif);
  color: var(--bultax-base, #FF5A1E);
}
@media (max-width: 575px) {
  .sec-title__tagline {
    font-size: 18px;
  }
}
.sec-title__title {
  margin: 0;
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  letter-spacing: 0%;
  font-weight: 700;
  font-size: 35px;
  line-height: 114%;
  color: var(--bultax-black3, #222222);
}
@media (max-width: 767px) {
  .sec-title__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .sec-title__title br {
    display: none;
  }
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--bultax-font, "Roboto", sans-serif);
  color: var(--bultax-text, #636363);
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--bultax-base, #FF5A1E);
  transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  color: var(--bultax-black, #000000);
}
@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

p {
  color: var(--bultax-text, #636363);
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
}
@media (max-width: 575px) {
  p br {
    display: none;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container-fluid,
.container {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-x-10 {
  --bs-gutter-x: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-50 {
  --bs-gutter-y: 50px;
}

.gutter-x-57 {
  --bs-gutter-x: 57px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.section-space {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-space-top {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-top {
    padding-top: 80px;
  }
}

.section-space-bottom {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--bultax-base, #FF5A1E);
}

.ul-list-one {
  margin-bottom: 0;
}
.ul-list-one li {
  position: relative;
  padding-right: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--bultax-black, #000000);
}
@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 20px;
  }
}
.ul-list-one li::before {
  content: "\e907";
  color: var(--bultax-base, #FF5A1E);
  font-size: 26px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.preloader {
  position: fixed;
  background-color: var(--bultax-black, #000000);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

#scroll-percentage {
  position: absolute;
}

.scroll-top {
  height: 60px;
  width: 60px;
  background-color: var(--bultax-white, #fff);
  border-radius: 50%;
  position: fixed;
  bottom: 25px;
  left: 30px;
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 100;
}

.scroll-top.active {
  bottom: 30px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  animation: 500ms ease-in-out 0s normal none 1 running scroll-Top;
  transition: 0.3s;
}

.scroll-top-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 600;
}

.scroll-top-value i {
  font-size: 20px;
}

@-webkit-keyframes scroll-Top {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes scroll-Top {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
/* post paginations */
.post-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.post-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  transition: all 400ms ease;
  color: var(--bultax-base, #FF5A1E);
  background-color: #F5F2EF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: var(--bultax-font, "Roboto", sans-serif);
}
.post-pagination a:hover {
  color: var(--bultax-white, #fff);
  background-color: var(--bultax-base, #FF5A1E);
}
.post-pagination li:last-child a {
  width: auto;
  height: auto;
  background-color: transparent;
}
.post-pagination li:last-child a:hover {
  color: var(--bultax-base, #FF5A1E);
  background-color: transparent;
}
.post-pagination li.active a {
  color: var(--bultax-white, #fff);
  background-color: var(--bultax-base, #FF5A1E);
}

.bultax-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.bultax-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.bultax-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.bultax-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.bultax-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--bultax-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--bultax-white, #fff);
  transition: all 500ms ease;
}
.bultax-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  color: var(--bultax-white, #fff);
  background-color: var(--bultax-base, #FF5A1E);
  border-color: var(--bultax-base, #FF5A1E);
}
.bultax-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  margin-top: 50px;
}
.bultax-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  display: block;
  background-color: var(--bultax-black4, #0E0E0E);
  border: none;
  position: relative;
  padding: 0;
  border: none;
  outline: none;
  margin: 0;
  transition: all 300ms ease;
}
.bultax-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot::after {
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  right: -7px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid var(--bultax-base, #FF5A1E);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bultax-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  display: none;
}
.bultax-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover, .bultax-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--bultax-base, #FF5A1E);
}
.bultax-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover::after, .bultax-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active::after {
  transform: scale(1);
}
.bultax-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled {
  display: none;
}
.bultax-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}
.bultax-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--bultax-black, #000000);
  color: var(--bultax-white, #fff);
  font-family: var(--bultax-font, "Roboto", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--bultax-font, "Roboto", sans-serif);
}
.ui-datepicker-calendar td {
  background-color: var(--bultax-gray, #F4F4F4);
  background-image: none;
  font-family: var(--bultax-font, "Roboto", sans-serif);
  color: var(--bultax-text, #636363);
}
.ui-datepicker-calendar td a {
  border-color: var(--bultax-border-color, #DDDDDD);
  background-color: var(--bultax-gray, #F4F4F4);
  background-image: none;
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: var(--bultax-border-color, #DDDDDD);
  background-color: var(--bultax-gray, #F4F4F4);
  background-image: none;
  color: var(--bultax-text, #636363);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--bultax-white, #fff);
  background-color: var(--bultax-base, #FF5A1E);
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--bultax-white, #fff);
  background-color: var(--bultax-base, #FF5A1E);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--bultax-white, #fff);
  color: var(--bultax-black, #000000);
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
  right: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
  left: 2px;
}

/* progress bar */
.progress-box + .progress-box {
  margin-top: 28px;
}

.progress-box__title {
  margin-bottom: 7px;
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  font-weight: 400;
  font-size: 14px;
  color: var(--bultax-black, #000000);
}

.progress-box__bar {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: var(--bultax-gray, #F4F4F4);
}

.progress-box__bar__inner {
  position: relative;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  background-color: var(--bultax-base, #FF5A1E);
  border-radius: inherit;
  transition: all 800ms linear;
}

.progress-box__number {
  position: absolute;
  bottom: calc(100% + 3px);
  left: 0;
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  font-weight: 400;
  font-size: 14px;
  color: var(--bultax-black, #000000);
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-two {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 265px;
  padding-top: 265px;
}
@media (max-width: 1199px) {
  .video-two {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .video-two {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .video-two {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .video-two {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.video-two__bg {
  position: absolute;
  top: 0%;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-size: cover;
  background-position: top right;
  z-index: -1;
}
.video-two__bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 14, 14, 0.55);
}
.video-two__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 37px;
}
.video-two__content__text {
  font-weight: 700;
  font-size: 70px;
  line-height: 84px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bultax-white, #fff);
}
@media (max-width: 992px) {
  .video-two__content__text {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .video-two__content__text {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .video-two__content__text {
    font-size: 25px;
  }
}
.video-two__item__video {
  position: relative;
  z-index: 1;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: var(--bultax-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  z-index: 1;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 992px) {
  .video-two__item__video {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .video-two__item__video {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.video-two__item__video span {
  position: absolute;
  display: block;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  background-color: transparent;
  border-radius: 50%;
  border: 4px solid var(--bultax-white, #fff);
  transition: all 0.4s ease-in-out;
}
.video-two__item__video .ripple {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 100%;
  transform: translate(50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--bultax-base-rgb, 255, 90, 30), 0.55);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.video-two__item__video .ripple::before, .video-two__item__video .ripple::after {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 100%;
  transform: translate(50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--bultax-base-rgb, 255, 90, 30), 0.45);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.video-two__item__video .ripple::before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.video-two__item__video .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.video-two__item__video:hover {
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}
.video-two__item__video:hover span {
  border-color: var(--bultax-base, #FF5A1E);
}

.team-card {
  position: relative;
  z-index: 1;
  background-color: #F4F4F4;
  margin-bottom: 53px;
}
.team-card::after {
  width: 75px;
  height: 80px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--bultax-white, #fff);
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.team-card__image {
  overflow: hidden;
  z-index: 1;
  position: relative;
  max-height: 407px;
  height: 100%;
}
.team-card__image img {
  transition: all 0.3s ease-in-out;
}
.team-card__content-box {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--bultax-white, #fff);
  padding: 20px 15px;
  position: absolute;
  transform: rotate(180deg);
  position: absolute;
  writing-mode: vertical-rl;
  bottom: -53px;
  left: 0px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  min-height: 250px;
}
.team-card__content-box::after {
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 55px;
  background-color: var(--bultax-base, #FF5A1E);
  box-shadow: 0px 2px 3.9px rgba(0, 0, 0, 0.1);
  position: absolute;
  clip-path: polygon(50% 64%, 100% 0, 100% 100%, 0 99%, 0 0);
  transform: rotateX(-180deg);
  z-index: -2;
  transition: all 0.4s ease-in-out;
}
.team-card__content-box::before {
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 55px;
  background-color: var(--bultax-base, #FF5A1E);
  position: absolute;
  transform: rotateX(-180deg);
  z-index: -2;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.team-card__hover__social {
  background-color: var(--bultax-black4, #0E0E0E);
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 0px;
  padding: 12.5px 22px;
  right: 89px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transform: rotate(-180deg);
  position: absolute;
  z-index: -3;
  writing-mode: horizontal-tb;
}
.team-card__hover__social a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bultax-white, #fff);
  border-radius: 50%;
  font-size: 13px;
  color: var(--bultax-white, #fff);
  transition: all 0.4s ease-in-out;
}
.team-card__hover__social a:hover {
  color: var(--bultax-white, #fff);
  border-color: var(--bultax-base, #FF5A1E);
  background-color: var(--bultax-base, #FF5A1E);
}
.team-card__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  color: var(--bultax-black3, #222222);
  margin: 0px 7px 0px 0px;
}
.team-card__title a {
  color: inherit;
}
.team-card__title a:hover {
  color: var(--bultax-black3, #222222);
}
.team-card__designation {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bultax-text, #636363);
  margin: 0;
  transition: all 0.4s ease-in-out;
}
.team-card__hover__btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  background-color: var(--bultax-black4, #0E0E0E);
  border: 3px solid var(--bultax-white, #fff);
  cursor: pointer;
}
.team-card__hover__btn__icon {
  width: 18px;
  height: 18px;
  position: relative;
}
.team-card__hover__btn__icon::after, .team-card__hover__btn__icon::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: var(--bultax-white, #fff);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  transition: all 0.3s ease-in-out;
}
.team-card__hover__btn__icon::after {
  transform: translate(50%, -50%) rotate(-90deg);
}
.team-card__shape {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 20%;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.team-card:hover .team-card__content-box::before {
  content: "";
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.team-card:hover .team-card__title,
.team-card:hover .team-card__designation {
  color: var(--bultax-white, #fff);
}
.team-card:hover .team-card__image img {
  transform: translateX(10px);
}
.team-card:hover .team-card__shape {
  opacity: 100%;
}
.team-card .team-card__content-box:hover .team-card__hover__btn__icon::before {
  visibility: hidden;
  opacity: 0;
}
.team-card .team-card__content-box:hover .team-card__hover__social {
  width: auto;
  visibility: visible;
  opacity: 1;
}

.team-one__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .team-one__top {
    flex-direction: column;
    gap: 20px;
    justify-content: start;
    align-items: start;
    padding-bottom: 40px;
  }
}
.team-one__top .sec-title {
  padding-bottom: 0;
}
.team-one__top__btn .bultax-btn .bultax-btn__icon {
  background-color: var(--bultax-black4, #0E0E0E);
  color: var(--bultax-base, #FF5A1E);
}
.team-one__top__btn .bultax-btn:hover .bultax-btn__icon {
  background-color: var(--bultax-white, #fff);
  color: var(--bultax-base, #FF5A1E);
}

.team-two {
  position: relative;
  z-index: 1;
  background-color: #F4F4F4;
  padding: 100px 0 145px;
}
@media (max-width: 991px) {
  .team-two {
    padding: 100px 0 125px;
  }
}
@media (max-width: 767px) {
  .team-two {
    padding: 80px 0 100px;
  }
}
.team-two .sec-title {
  padding-bottom: 27px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .team-two .sec-title .sec-title__tagline {
    font-size: 18px;
  }
  .team-two .sec-title .sec-title__title {
    font-size: 28px;
  }
}
.team-two__text {
  margin-bottom: 28px;
}
.team-two__btn .bultax-btn .bultax-btn__icon {
  background-color: var(--bultax-black4, #0E0E0E);
  color: var(--bultax-white, #fff);
}
.team-two__btn .bultax-btn:hover .bultax-btn__icon {
  background-color: var(--bultax-white, #fff);
  color: var(--bultax-base, #FF5A1E);
}
.team-two__box-button__list {
  margin-bottom: 0;
}
.team-two__box-button__list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  margin-right: auto;
  margin-left: 0;
  background-color: var(--bultax-white, #fff);
  padding: 19px 47px 19px 20px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .team-two__box-button__list__item {
    padding: 10px 20px 10px 20px;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .team-two__box-button__list__item {
    max-width: 100%;
    margin-right: 40px;
  }
}
@media (max-width: 425px) {
  .team-two__box-button__list__item {
    max-width: 100%;
    margin-right: 0px;
  }
}
.team-two__box-button__list__item__icon a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bultax-black4, #0E0E0E);
  font-size: 24px;
  color: var(--bultax-white, #fff);
  transition: all 0.4s ease-in-out;
}
.team-two__box-button__list__item__icon a:hover i {
  animation: bwTada 0.5s ease-in-out;
}
.team-two__box-button__list__item::after {
  width: 56px;
  top: 20px;
  bottom: 12px;
  right: -36.55px;
  position: absolute;
  content: "";
  background-color: var(--bultax-black4, #0E0E0E);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 425px) {
  .team-two__box-button__list__item::after {
    display: none;
  }
}
.team-two__box-button__list__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0%;
  background-color: var(--bultax-black4, #0E0E0E);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.team-two__box-button__list__item.active-btn::after, .team-two__box-button__list__item:hover::after {
  background-color: var(--bultax-white, #fff);
}
.team-two__box-button__list__item.active-btn::before, .team-two__box-button__list__item:hover::before {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.team-two__box-button__list__item.active-btn .team-two__box-button__deg,
.team-two__box-button__list__item.active-btn .team-two__box-button__name, .team-two__box-button__list__item:hover .team-two__box-button__deg,
.team-two__box-button__list__item:hover .team-two__box-button__name {
  color: var(--bultax-white, #fff);
}
.team-two__box-button__list__item.active-btn .team-two__box-button__list__item__icon a, .team-two__box-button__list__item:hover .team-two__box-button__list__item__icon a {
  background-color: var(--bultax-white, #fff);
  color: var(--bultax-base, #FF5A1E);
}
.team-two__box-button__list__item.active-btn .team-two__box-button__shape::after, .team-two__box-button__list__item:hover .team-two__box-button__shape::after {
  background-color: var(--bultax-black4, #0E0E0E);
}
.team-two__box-button__list__item + .team-two__box-button__list__item {
  margin-top: 30px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .team-two__box-button__list__item + .team-two__box-button__list__item {
    margin-top: 15px;
  }
}
.team-two__box-button__name {
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  color: var(--bultax-black3, #222222);
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.team-two__box-button__deg {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bultax-text, #636363);
  margin-bottom: -4px;
  transition: all 0.3s ease-in-out;
}
.team-two__box-button__shape {
  position: absolute;
  width: 19px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--bultax-base, #FF5A1E);
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 425px) {
  .team-two__box-button__shape {
    display: none;
  }
}
.team-two__box-button__shape::after {
  content: "";
  height: 20px;
  width: 101%;
  position: absolute;
  top: 0;
  background-color: var(--bultax-white, #fff);
  left: -0.777px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  transition: all 0.4s ease-in-out;
}
.team-two__box-button__shape::before {
  content: "";
  height: 23px;
  width: 101%;
  position: absolute;
  bottom: 0;
  background-color: #F4F4F4;
  left: -0.777px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.team-two__helmate {
  position: absolute;
  bottom: 70px;
  right: 57px;
  z-index: -1;
  animation: bwLeftToRight 3s ease-in-out infinite;
}
@media (max-width: 1500px) {
  .team-two__helmate {
    text-align: right;
  }
  .team-two__helmate img {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .team-two__helmate {
    display: none;
  }
}
.team-two__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-repeat: repeat;
  background-size: cover;
  height: 45px;
  animation: bgSlide 10s linear infinite;
}

.team-card-two {
  position: relative;
  z-index: 1;
}
.team-card-two__image {
  position: relative;
  z-index: 1;
}
.team-card-two__image img {
  object-fit: cover;
  width: 100%;
}
.team-card-two__image::after {
  content: "";
  height: 195px;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  background: linear-gradient(-180deg, rgba(153, 54, 18, 0) 0%, rgba(224, 79, 27, 0.699361) 53.65%, #FF5A1E 100%);
}
.team-card-two__social {
  display: flex;
  align-items: end;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding-bottom: 30px;
  gap: 16px;
}
.team-card-two__social a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bultax-white, #fff);
  transition: all 0.4s ease-in-out;
}
.team-card-two__social a:hover {
  color: var(--bultax-white, #fff);
  background-color: var(--bultax-black4, #0E0E0E);
}

.blog-card {
  position: relative;
  z-index: 1;
  border: 1px solid var(--bultax-border-color, #DDDDDD);
  background-color: var(--bultax-white, #fff);
  transition: all 0.4s ease-in-out;
}
.blog-card__box {
  padding: 30px 30px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 357px) {
  .blog-card__box {
    padding: 20px 15px 0;
  }
}
.blog-card__box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 147px;
  background-color: var(--bultax-black4, #0E0E0E);
  z-index: -2;
  transition: all 0.4s ease-in-out;
}
.blog-card__box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 147px;
  background-color: var(--bultax-base, #FF5A1E);
  z-index: -1;
  transform: translateX(100%);
  transition: all 0.4s ease-in-out;
}
.blog-card__content {
  padding: 25px 30px 30px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 357px) {
  .blog-card__content {
    padding: 25px 20px 25px;
  }
}
@media (max-width: 991px) {
  .blog-card__content {
    padding: 25px 20px 30px;
  }
}
.blog-card::after {
  content: "";
  position: absolute;
  top: -1.5px;
  left: -2px;
  width: 65px;
  height: 50px;
  background-color: var(--bultax-white, #fff);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  z-index: -2;
}
.blog-card::before {
  height: 1.3px;
  background-color: var(--bultax-border-color, #DDDDDD);
  width: 80px;
  position: absolute;
  top: 24px;
  left: -9px;
  content: "";
  transform: rotate(-39deg);
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.blog-card__image {
  position: relative;
  z-index: 1;
  clip-path: polygon(85% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
}
.blog-card__image img {
  object-fit: cover;
  width: 100%;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
.blog-card__image__link {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--bultax-black-rgb, 0, 0, 0), 0.5);
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateY(-30%);
  border-radius: inherit;
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card__image__link::after, .blog-card__image__link::before {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--bultax-white, #fff);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.blog-card__image__link::after {
  transform: translate(50%, -50%) rotate(-90deg);
}
.blog-card__meta-box {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.blog-card__meta {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 357px) {
  .blog-card__meta {
    gap: 10px;
  }
}
.blog-card__meta li {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--bultax-white, #fff);
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 357px) {
  .blog-card__meta li {
    font-size: 13px;
  }
}
.blog-card__meta li a {
  color: inherit;
}
.blog-card__date {
  width: 63px;
  height: 70px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--bultax-base, #FF5A1E);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--bultax-white, #fff);
  transition: all 0.4s ease-in-out;
  margin-left: -30px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 357px) {
  .blog-card__date {
    margin-left: -15px;
  }
}
.blog-card__date span {
  font-family: var(--bultax-font, "Roboto", sans-serif);
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  display: block;
  color: var(--bultax-white, #fff);
  margin-bottom: 3px;
}
.blog-card__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  text-transform: capitalize;
  color: var(--bultax-black3, #222222);
  margin-bottom: 17px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 357px) {
  .blog-card__title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .blog-card__title {
    font-size: 20px;
  }
}
.blog-card__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card__title a:hover {
  background-size: 100% 1px;
}
.blog-card__title a:hover {
  color: var(--bultax-base, #FF5A1E);
}
.blog-card__btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--bultax-black2, #333333);
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.4s ease-in-out;
}
.blog-card__btn i {
  color: var(--bultax-base, #FF5A1E);
  font-size: 14px;
  display: block;
  transition: all 0.4s ease-in-out;
}
.blog-card__btn:hover {
  color: var(--bultax-base, #FF5A1E);
}
.blog-card__btn:hover i {
  transform: rotate(-45deg);
}
.blog-card__shape {
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: -1;
  opacity: 20%;
  transition: all 0.4s ease-in-out;
}
.blog-card:hover {
  border-color: var(--bultax-base, #FF5A1E);
}
.blog-card:hover::before {
  background-color: var(--bultax-base, #FF5A1E);
}
.blog-card:hover .blog-card__image img {
  transform: scale(1.1);
}
.blog-card:hover .blog-card__image__link {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.blog-card:hover .blog-card__box::before {
  transform: translateX(0);
}
.blog-card:hover .blog-card__date {
  background-color: var(--bultax-black4, #0E0E0E);
}
.blog-card:hover .blog-card__shape {
  opacity: 1;
}
.blog-card:hover .blog-card__shape img {
  animation: bwLeftToRight 2s ease-in-out infinite;
}

.blog-list-card {
  position: relative;
  z-index: 1;
}
.blog-list-card__content {
  padding-top: 30px;
}
.blog-list-card__image {
  position: relative;
  overflow: hidden;
}
.blog-list-card__image img {
  transition: all 400ms ease;
  background-size: cover;
  width: 100%;
}
.blog-list-card__image img:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: cover;
  visibility: hidden;
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition: all 400ms ease;
  transform: translateY(100%);
}
.blog-list-card__image__link {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--bultax-black-rgb, 0, 0, 0), 0.5);
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateY(-30%);
  border-radius: inherit;
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-list-card__image__link::after, .blog-list-card__image__link::before {
  content: "";
  width: 32px;
  height: 3px;
  background-color: var(--bultax-white, #fff);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.blog-list-card__image__link::after {
  transform: translate(50%, -50%) rotate(-90deg);
}
.blog-list-card__meta {
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 21px;
}
.blog-list-card__meta .blog-list-card__category {
  color: var(--bultax-white, #fff);
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  background-color: var(--bultax-base, #FF5A1E);
  border-radius: 30px;
  padding: 7px 23px;
  border-radius: 1000px;
}
.blog-list-card__meta .blog-list-card__category:hover {
  background-color: var(--bultax-black3, #222222);
  color: var(--bultax-white, #fff);
}
.blog-list-card__info {
  display: flex;
  align-items: center;
}
.blog-list-card__info__text {
  margin: 0;
  position: relative;
  color: var(--bultax-text, #636363);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  font-family: var(--bultax-font, "Roboto", sans-serif);
}
.blog-list-card__info__text:not(:last-child)::after {
  content: "/";
  margin-right: 6px;
  margin-left: 6px;
  font-size: 16px;
  color: var(--bultax-text, #636363);
  font-weight: 400;
}
.blog-list-card__info__text a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-list-card__info__text a:hover {
  background-size: 100% 1px;
}
.blog-list-card__info__text a:hover {
  color: var(--bultax-base, #FF5A1E);
}
.blog-list-card__comment {
  margin: 0;
  position: relative;
  color: var(--bultax-text, #636363);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  font-family: var(--bultax-font, "Roboto", sans-serif);
}
.blog-list-card__comment a {
  color: inherit;
}
.blog-list-card__comment__icon {
  color: var(--bultax-base, #FF5A1E);
  margin-left: 5px;
}
.blog-list-card__title {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
  line-height: 136%;
  text-transform: capitalize;
  color: var(--bultax-black3, #222222);
}
.blog-list-card__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-list-card__title a:hover {
  background-size: 100% 1px;
}
.blog-list-card__title a:hover {
  color: var(--bultax-base, #FF5A1E);
}
.blog-list-card__text {
  margin-bottom: 40px;
}
.blog-list-card .bultax-btn {
  background-color: var(--bultax-black3, #222222);
}
.blog-list-card .bultax-btn::before {
  background-color: var(--bultax-base, #FF5A1E);
}
.blog-list-card .bultax-btn:hover {
  color: var(--bultax-white, #fff);
}
.blog-list-card:hover .blog-list-card__image__link {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.blog-list-card:hover .blog-list-card__image img:nth-child(1) {
  transform: translateY(-100%);
}
.blog-list-card:hover .blog-list-card__image img:nth-child(2) {
  visibility: visible;
  transform: translateY(0);
}

.blog-card-two {
  position: relative;
  z-index: 1;
  padding: 0px 30px 30px;
}
@media (max-width: 425px) {
  .blog-card-two {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.blog-card-two__thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog-card-two__thumb img {
  object-fit: cover;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.blog-card-two__thumb__link {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--bultax-black-rgb, 0, 0, 0), 0.5);
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateY(-30%);
  border-radius: inherit;
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card-two__thumb__link::after, .blog-card-two__thumb__link::before {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--bultax-white, #fff);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.blog-card-two__thumb__link::after {
  transform: translate(50%, -50%) rotate(-90deg);
}
.blog-card-two__date {
  width: 69px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--bultax-base, #FF5A1E);
  border: 6px solid var(--bultax-white, #fff);
  border-right: none;
  border-top: none;
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0px;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: var(--bultax-white, #fff);
}
.blog-card-two__date span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--bultax-white, #fff);
  display: block;
  margin-top: -5px;
}
.blog-card-two__content {
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
.blog-card-two__meta {
  display: flex;
  align-items: center;
}
.blog-card-two__meta-box {
  display: flex;
  align-items: center;
}
.blog-card-two__meta-box {
  margin-bottom: 18px;
}
.blog-card-two .tag {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--bultax-white, #fff);
  padding: 11px 22px 11px 27px;
  background-color: var(--bultax-black4, #0E0E0E);
  clip-path: polygon(0 0, 87% 0, 100% 50%, 87% 100%, 0 100%, 0% 50%);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .blog-card-two .tag {
    padding: 10px 10px 10px 27px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .blog-card-two .tag {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -40px;
    background-color: var(--bultax-base, #FF5A1E);
  }
}
.blog-card-two__meta {
  background-color: #F4F4F4;
  gap: 20px;
  padding: 11px 32px;
  margin-bottom: 0;
  clip-path: polygon(7% 0, 100% 0, 100% 50%, 100% 100%, 7% 100%, 0% 50%);
  border-left: 3px solid var(--bultax-base, #FF5A1E);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .blog-card-two__meta {
    padding: 10px 13px;
    gap: 10px;
  }
}
.blog-card-two__meta li {
  line-height: normal;
}
.blog-card-two__meta li a {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #636363;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 425px) {
  .blog-card-two__meta li a {
    font-size: 14px;
  }
}
.blog-card-two__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 136%;
  text-transform: capitalize;
  color: var(--bultax-black3, #222222);
  margin-bottom: 15px;
}
.blog-card-two__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-two__title a:hover {
  background-size: 100% 1px;
}
@media (max-width: 425px) {
  .blog-card-two__title {
    font-size: 18px;
  }
}
.blog-card-two__btn {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--bultax-black2, #333333);
  transition: all 0.4s ease-in-out;
}
.blog-card-two__btn i {
  font-size: 14px;
  color: var(--bultax-base, #FF5A1E);
  transition: all 0.4s ease-in-out;
}
.blog-card-two__line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 138px);
  background-color: var(--bultax-white, #fff);
  border: 1px solid var(--bultax-border-color, #DDDDDD);
  z-index: -2;
  transition: all 0.4s ease-in-out;
}
.blog-card-two__line::after {
  width: 72px;
  height: 95px;
  content: "";
  position: absolute;
  bottom: -0.99px;
  left: -2px;
  background-color: var(--bultax-white, #fff);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -2;
}
.blog-card-two__line::before {
  height: 1.3px;
  background-color: var(--bultax-border-color, #DDDDDD);
  width: 120px;
  position: absolute;
  bottom: 47px;
  left: -26px;
  content: "";
  transform: rotate(53deg);
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.blog-card-two::after {
  content: "";
  height: 35px;
  width: 30px;
  position: absolute;
  top: 104px;
  left: 0;
  background-color: var(--bultax-base, #FF5A1E);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.blog-card-two:hover .blog-card-two__line {
  background-color: var(--bultax-black4, #0E0E0E);
  border-color: var(--bultax-black4, #0E0E0E);
}
.blog-card-two:hover .blog-card-two__line::before {
  background-color: var(--bultax-black4, #0E0E0E);
}
.blog-card-two:hover .tag {
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}
.blog-card-two:hover .blog-card-two__meta {
  background-color: var(--bultax-white, #fff);
}
.blog-card-two:hover .blog-card-two__title {
  color: var(--bultax-white, #fff);
}
.blog-card-two:hover .blog-card-two__btn {
  color: var(--bultax-base, #FF5A1E);
}
.blog-card-two:hover .blog-card-two__btn i {
  transform: rotate(-45deg);
}
.blog-card-two:hover .blog-card-two__thumb__link {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.blog-card-two:hover .blog-card-two__thumb img {
  transform: scale(1.1);
}

.blog-three {
  position: relative;
  z-index: 1;
}
.blog-three__top {
  padding-bottom: 47px;
}
.blog-three__top .sec-title {
  padding-bottom: 0;
}
.blog-three__carousel-nav {
  display: flex;
  justify-content: end;
  gap: 20px;
}
.blog-three__carousel-nav button {
  border: none;
  outline: none;
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--bultax-black4, #0E0E0E);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 50%;
  color: var(--bultax-black4, #0E0E0E);
  transition: all 500ms ease;
}
.blog-three__carousel-nav button:hover {
  color: var(--bultax-white, #fff);
  background-color: var(--bultax-base, #FF5A1E);
  border-color: var(--bultax-base, #FF5A1E);
}

.blog-card-three {
  position: relative;
  z-index: 1;
  background-color: #F4F4F4;
  padding-right: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .blog-card-three {
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .blog-card-three {
    padding-right: 0px;
  }
}
.blog-card-three__meta-box {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) and (min-width: 575px), (max-width: 425px) {
  .blog-card-three__meta-box {
    gap: 10px;
  }
}
.blog-card-three__thumb {
  overflow: hidden;
  border: 5px solid var(--bultax-white, #fff);
  border-left: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog-card-three__thumb img {
  object-fit: cover;
  width: 100%;
  height: 217px;
  transition: all 700ms ease;
}
.blog-card-three__thumb .blog-card-three__thumb__link {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--bultax-black4-rgb, 14, 14, 14), 0.5);
  position: absolute;
  left: 0%;
  bottom: 0%;
  opacity: 0;
  transform: translate(100%, -100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 700ms ease;
  visibility: hidden;
  z-index: 1;
}
.blog-card-three__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 12px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .blog-card-three__meta {
    justify-content: start;
    gap: 20px;
    padding-right: 30px;
  }
}
.blog-card-three__meta li {
  line-height: normal;
}
.blog-card-three__meta a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--bultax-text, #636363);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 425px) {
  .blog-card-three__meta a {
    font-size: 14px;
  }
}
.blog-card-three__meta a:hover {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-three__meta a:hover:hover {
  background-size: 100% 1px;
}
.blog-card-three__meta a i {
  transition: all 0.4s ease-in-out;
}
.blog-card-three__date {
  max-width: 63px;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--bultax-base, #FF5A1E);
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: var(--bultax-white, #fff);
}
@media (max-width: 1199px) and (min-width: 767px), (max-width: 425px) {
  .blog-card-three__date {
    font-size: 25px;
    max-width: 50px;
    width: 100%;
    height: 60px;
  }
}
.blog-card-three__date span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--bultax-white, #fff);
  display: block;
  margin-top: -5px;
}
@media (max-width: 1199px) and (min-width: 767px), (max-width: 425px) {
  .blog-card-three__date span {
    font-size: 14px;
  }
}
.blog-card-three__content {
  padding: 25px 9px 30px 30px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .blog-card-three__content {
    padding: 15px 10px 30px 15px;
  }
}
@media (max-width: 991px) {
  .blog-card-three__content {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 425px) {
  .blog-card-three__content {
    padding: 25px 30px 30px 30px;
  }
}
.blog-card-three__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  text-transform: capitalize;
  color: var(--bultax-black3, #222222);
  margin-bottom: 10px;
}
@media (max-width: 1199px) and (min-width: 767px), (max-width: 425px) {
  .blog-card-three__title {
    font-size: 18px;
  }
}
.blog-card-three__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-three__title a:hover {
  background-size: 100% 1px;
}
.blog-card-three__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--bultax-black2, #333333);
}
.blog-card-three__btn i {
  color: var(--bultax-base, #FF5A1E);
}
.blog-card-three::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bultax-black4, #0E0E0E);
  z-index: -1;
  transition: all 0.4s ease-in-out;
  transform: translateY(-100%);
}
.blog-card-three__shape {
  position: absolute;
  bottom: 0;
  left: 40px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.blog-card-three__shape img {
  width: auto;
  object-fit: cover;
}
.blog-card-three:hover::after {
  transform: translateY(0);
}
.blog-card-three:hover .blog-card-three__shape {
  visibility: visible;
  opacity: 1;
}
.blog-card-three:hover .blog-card-three__meta a {
  color: var(--bultax-white, #fff);
}
.blog-card-three:hover .blog-card-three__meta a i {
  color: var(--bultax-base, #FF5A1E);
}
.blog-card-three:hover .blog-card-three__title {
  color: var(--bultax-white, #fff);
}
.blog-card-three:hover .blog-card-three__btn {
  color: var(--bultax-white, #fff);
}
.blog-card-three:hover .blog-card-three__thumb img {
  transform: scale(1.1);
}
.blog-card-three:hover .blog-card-three__thumb__link {
  visibility: visible;
  opacity: 1;
  transform: translate(0%, 0%);
}
.blog-card-three .blog-card-three__btn:hover {
  color: var(--bultax-base, #FF5A1E);
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin: 0;
}
@media (min-width: 576px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-one label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  color: var(--bultax-black, #000000);
  cursor: pointer;
  margin: 0 0 18px;
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.form-one__control__icon {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  font-size: 14px;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none !important;
  color: var(--bultax-text, #636363);
  font-size: 14px;
}
.form-one .bootstrap-select > .dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one textarea {
  display: block;
  width: 100%;
  height: 60px;
  background-color: var(--bultax-gray, #F4F4F4);
  color: var(--bultax-text, #636363);
  font-size: 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  border: none;
  border-radius: 0px;
  outline: none;
  font-family: var(--bultax-font, "Roboto", sans-serif);
  transition: all 500ms ease;
  padding: 0 30px;
}
.form-one .bootstrap-select > .dropdown-toggle:focus,
.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one textarea:focus {
  color: var(--bultax-black, #000000);
  font-weight: 500;
  border-color: var(--bultax-white, #fff);
}
.form-one .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  font-family: "icomoon" !important;
  content: "\e921";
  font-weight: 400;
  font-size: 14px;
  line-height: 48px;
  color: var(--bultax-text, #636363);
}
.form-one .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.form-one textarea {
  height: 185px;
  padding-top: 20px;
}
.form-one .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.form-one .bultax-btn > i {
  border: none;
  background-color: var(--bultax-base, #FF5A1E);
  padding: 12px 33px;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--bultax-base, #FF5A1E);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  right: 0;
  top: 0;
  -webkit-transform: translate(calc(-1*(-50% + 5px)), -50%);
  transform: translate(calc(-1*(-50% + 5px)), -50%);
  z-index: 999991;
}
.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--bultax-base, #FF5A1E);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}
.custom-cursor__hover {
  background-color: var(--bultax-base, #FF5A1E);
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  background-color: var(--bultax-black4, #0E0E0E);
  z-index: 1;
}
.main-footer__bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px;
  background-color: var(--bultax-base, #FF5A1E);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .main-footer__bottom__inner {
    flex-direction: column;
    gap: 15px;
    align-items: start;
    padding: 20px 30px;
  }
}
.main-footer__bottom__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: -82px;
  width: 83px;
  height: 100%;
  background-color: rgba(255, 90, 30, 0.5);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.main-footer__bottom__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: -82px;
  width: 83px;
  height: 100%;
  background-color: rgba(255, 90, 30, 0.5);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.main-footer__bottom__links {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 0;
}
.main-footer__bottom__links li {
  line-height: 1;
}
.main-footer__bottom__links li > a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--bultax-white, #fff);
}
.main-footer__copyright {
  margin-bottom: 0;
  color: var(--bultax-white, #fff);
  line-height: 100%;
}
.main-footer__top {
  padding-bottom: 70px;
  padding-top: 65px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main-footer::after {
  height: 190px;
  width: 375px;
  content: "";
  position: absolute;
  top: -1px;
  background-color: var(--bultax-white, #fff);
  left: calc(100% - 375px);
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
@media (max-width: 1466px) {
  .main-footer::after {
    display: none;
  }
}
.main-footer::before {
  height: 190px;
  width: 375px;
  content: "";
  position: absolute;
  top: -1px;
  background-color: var(--bultax-white, #fff);
  right: calc(100% - 375px);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media (max-width: 1466px) {
  .main-footer::before {
    display: none;
  }
}
.main-footer .main-footer__employe {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-footer .main-footer__shape-logo {
  position: absolute;
  bottom: 30%;
  left: 4%;
}
.main-footer__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -2;
}
.main-footer__bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  width: 100%;
  height: 100%;
  opacity: 0.94;
  background-color: var(--bultax-black4, #0E0E0E);
  clip-path: none;
  z-index: -1;
}
@media (max-width: 1466px) {
  .main-footer__bg::after {
    display: block;
  }
}
.main-footer .main-footer__employe {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1466px) {
  .main-footer .main-footer__employe {
    display: none;
  }
}
.main-footer .main-footer__employe img {
  animation: bwLeftToRight 3s ease-in-out infinite;
}
@media (max-width: 1800px) {
  .main-footer .main-footer__employe img {
    width: 200px;
  }
}
.main-footer .main-footer__shape-logo {
  position: absolute;
  bottom: 30%;
  left: 4%;
}
@media (max-width: 1466px) {
  .main-footer .main-footer__shape-logo {
    display: none;
  }
}
.main-footer .main-footer__shape-logo img {
  animation: bwLeftToRight 2.5s ease-in-out infinite;
}
@media (max-width: 1800px) {
  .main-footer .main-footer__shape-logo img {
    width: 50px;
  }
}
.main-footer .main-footer__shape {
  position: absolute;
  top: 0%;
  right: 0;
  z-index: -1;
}
@media (max-width: 1466px) {
  .main-footer .main-footer__shape {
    display: none;
  }
}
@media (max-width: 1500px) {
  .main-footer .main-footer__shape img {
    width: 150px;
  }
}
.main-footer .main-footer--three-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1466px) {
  .main-footer .main-footer--three-shape {
    display: none;
  }
}
.main-footer--two {
  background-color: transparent;
  position: relative;
  z-index: 1;
}
@media (max-width: 1466px) {
  .main-footer--two {
    background-color: var(--bultax-black4, #0E0E0E);
  }
}
.main-footer--two .main-footer__cta {
  position: relative;
  z-index: 1;
}
.main-footer--two .main-footer__cta::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  width: 100%;
  height: 100%;
  background-color: var(--bultax-black4, #0E0E0E);
  clip-path: polygon(19.5% 0, 80.5% 0, 100% 98%, 100% 100%, 0 100%, 0 98%);
  z-index: -1;
}
.main-footer--two::before {
  display: none;
}
.main-footer--two::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  width: 100%;
  height: calc(100% - 182px);
  background-color: var(--bultax-black4, #0E0E0E);
  clip-path: none;
  z-index: -2;
}
.main-footer--two .main-footer__shape {
  top: 25%;
}
.main-footer--three {
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.main-footer--three .main-footer__cta {
  position: relative;
  z-index: 1;
}
.main-footer--three .main-footer__cta::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  width: 100%;
  height: 100%;
  background-color: var(--bultax-black4, #0E0E0E);
  clip-path: polygon(19.5% 0, 80.5% 0, 100% 98%, 100% 100%, 0 100%, 0 98%);
  z-index: -1;
}
.main-footer--three::after, .main-footer--three::before {
  display: none;
}
.main-footer--three .footer-widget--about::after {
  top: -65px;
  bottom: -100px;
  height: auto;
}

.footer-widget__logo {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
.footer-widget__logo img {
  object-fit: cover;
}
.footer-widget__text {
  margin-bottom: 22px;
  color: var(--bultax-white, #fff);
  width: 260px;
}
.footer-widget__social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-widget__social a {
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--bultax-white, #fff);
  height: 38px;
  font-size: 16px;
  color: var(--bultax-white, #fff);
  transition: all 0.4s ease-in-out;
}
.footer-widget__social a:hover {
  border-color: var(--bultax-base, #FF5A1E);
  background-color: var(--bultax-base, #FF5A1E);
}
.footer-widget__title {
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 40px;
  color: var(--bultax-white, #fff);
}
.footer-widget__box {
  display: flex;
  align-items: center;
  gap: 35px;
}
.footer-widget__links-two {
  margin-bottom: 0;
}
.footer-widget__links-two a {
  font-weight: 400;
  font-size: 15.983px;
  line-height: 19px;
  margin-bottom: 0;
  color: var(--bultax-white, #fff);
}
.footer-widget__links-two li + li {
  margin-top: 16.91px;
}
.footer-widget__links-two li {
  display: flex;
  align-items: center;
}
.footer-widget__links {
  margin-bottom: 0;
}
.footer-widget__links a {
  font-weight: 400;
  font-size: 15.983px;
  line-height: 19px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  color: var(--bultax-white, #fff);
}
.footer-widget__links li + li {
  margin-top: 16.91px;
}
.footer-widget__open-day {
  margin-bottom: 0;
}
.footer-widget__open-day li {
  display: flex;
  align-items: center;
}
.footer-widget__open-day li span {
  font-weight: 400;
  font-size: 15.983px;
  line-height: 19px;
  margin-bottom: 0;
  color: #C5C5C5;
}
.footer-widget__open-day li span:first-child {
  max-width: 117px;
  width: 100%;
}
.footer-widget__open-day li + li {
  margin-top: 26px;
}
.footer-widget--about {
  position: relative;
  z-index: 1;
}
.footer-widget--about::after {
  content: "";
  position: absolute;
  top: -65px;
  left: 41px;
  height: calc(100% + 160px);
  width: 1px;
  background-color: rgba(217, 217, 217, 0.2);
}
@media (max-width: 1199px) {
  .footer-widget--about::after {
    display: none;
  }
}
.footer-widget--links li > a {
  position: relative;
  z-index: 1;
  padding-right: 10px;
}
.footer-widget--links li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 1px;
  transform: translateY(-50%);
  background-color: var(--bultax-white, #fff);
  transition: all 0.3s ease-in-out;
}
.footer-widget--links li > a:hover {
  color: var(--bultax-base, #FF5A1E);
}
.footer-widget--links li > a:hover::after {
  background-color: var(--bultax-base, #FF5A1E);
}
.footer-widget--links-two {
  margin-right: -30px;
}
@media (max-width: 1199px) {
  .footer-widget--links-two {
    margin-right: 0;
  }
}
.footer-widget--links-two li > a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget--links-two li > a:hover {
  background-size: 100% 1px;
}
.footer-widget--links-two li > a:hover {
  color: var(--bultax-base, #FF5A1E);
}
.main-footer__cta {
  position: relative;
  z-index: 1;
}
@media (max-width: 1466px) {
  .main-footer__cta {
    padding-top: 1px;
    margin-top: 100px;
  }
}
@media (max-width: 1199px) {
  .main-footer__cta {
    padding-top: 1px;
    margin-top: 68px;
  }
}
.main-footer__cta__inner {
  display: flex;
  align-items: center;
  background-color: var(--bultax-base, #FF5A1E);
  padding: 50px;
}
@media (max-width: 1466px) {
  .main-footer__cta__inner {
    margin-top: -100px;
  }
}
@media (max-width: 1199px) {
  .main-footer__cta__inner {
    margin-top: -68px;
    padding: 20px;
  }
  .main-footer__cta__inner .main-footer__cta__title {
    font-size: 25px;
  }
}
@media (max-width: 475px) {
  .main-footer__cta__inner .main-footer__cta__title {
    font-size: 20px;
    line-height: 100%;
  }
}
@media (max-width: 991px) {
  .main-footer__cta__inner {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
  }
}
.main-footer__cta__inner:hover .icon {
  background-color: var(--bultax-black4, #0E0E0E);
  color: var(--bultax-white, #fff);
}
.main-footer__cta__inner:hover .icon i {
  animation: wobbleTop 1s ease-in-out 1;
}
.main-footer__cta__form, .main-footer__cta__content {
  width: 50%;
  flex: 50%;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1466px) {
  .main-footer__cta__form, .main-footer__cta__content {
    width: 100%;
    flex: 100%;
  }
}
.main-footer__cta__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 0;
  color: var(--bultax-white, #fff);
}
.main-footer__cta__form {
  padding-right: 40px;
}
@media (max-width: 1466px) {
  .main-footer__cta__form {
    padding-right: 0;
  }
}
.main-footer__cta .icon {
  max-width: 88px;
  width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bultax-white, #fff);
  font-size: 40px;
  color: var(--bultax-base, #FF5A1E);
  line-height: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .main-footer__cta .icon {
    max-width: 70px;
    height: 70px;
    font-size: 30px;
  }
}
.main-footer__cta .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 22px;
  height: 22px;
  background-color: var(--bultax-base, #FF5A1E);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.main-footer__cta__form__newsletter {
  display: flex;
  align-items: center;
  background-color: var(--bultax-white, #fff);
  border-radius: 50px;
  width: 100%;
  height: 45px;
  position: relative;
  z-index: 1;
}
@media (max-width: 500px) {
  .main-footer__cta__form__newsletter {
    flex-direction: column;
    height: auto;
    padding: 10px 0;
    gap: 10px;
    justify-content: start;
    align-items: start;
    background-color: transparent;
    border-radius: 0;
  }
}
.main-footer__cta__form__newsletter input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  height: 45px;
  padding-right: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--bultax-text, #636363);
}
@media (max-width: 500px) {
  .main-footer__cta__form__newsletter input {
    background-color: var(--bultax-white, #fff);
  }
}
.main-footer__cta__form__newsletter input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--bultax-text, #636363);
}
.main-footer__cta__form__newsletter .bultax-btn {
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  background-color: var(--bultax-black4, #0E0E0E);
  border-radius: 1000px;
  padding-right: 24px;
  padding-left: 24px;
  gap: 10px;
}
@media (max-width: 500px) {
  .main-footer__cta__form__newsletter .bultax-btn {
    position: relative;
    border-radius: 0;
  }
}
.main-footer__cta__form__newsletter .bultax-btn::before {
  background-color: var(--bultax-base, #FF5A1E);
}
.main-footer__cta__form__newsletter .bultax-btn i {
  color: var(--bultax-base, #FF5A1E);
}
.main-footer__cta__form__newsletter .bultax-btn:hover {
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}
.main-footer__cta__form__newsletter .bultax-btn:hover i {
  color: var(--bultax-white, #fff);
}

.main-footer__cta-two {
  position: relative;
  z-index: 1;
}
.main-footer__cta-two__inner {
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #737373;
}
@media (max-width: 1199px) {
  .main-footer__cta-two__inner {
    padding: 60px 20px 30px;
  }
  .main-footer__cta-two__inner .main-footer__cta-two__title {
    font-size: 25px;
  }
}
@media (max-width: 475px) {
  .main-footer__cta-two__inner .main-footer__cta-two__title {
    font-size: 20px;
    line-height: 100%;
  }
}
@media (max-width: 991px) {
  .main-footer__cta-two__inner {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
  }
}
.main-footer__cta-two__inner:hover .icon {
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}
.main-footer__cta-two__inner:hover .icon i {
  animation: wobbleTop 1s ease-in-out 1;
}
.main-footer__cta-two__form, .main-footer__cta-two__content {
  width: 50%;
  flex: 50%;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1466px) {
  .main-footer__cta-two__form, .main-footer__cta-two__content {
    width: 100%;
    flex: 100%;
  }
}
.main-footer__cta-two__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 0;
  color: var(--bultax-white, #fff);
}
.main-footer__cta-two__form {
  padding-right: 40px;
}
@media (max-width: 1466px) {
  .main-footer__cta-two__form {
    padding-right: 0;
  }
}
.main-footer__cta-two .icon {
  max-width: 88px;
  width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bultax-white, #fff);
  font-size: 40px;
  color: var(--bultax-base, #FF5A1E);
  line-height: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
  clip-path: polygon(80% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .main-footer__cta-two .icon {
    max-width: 70px;
    height: 70px;
    font-size: 30px;
  }
}
.main-footer__cta-two__form__newsletter {
  display: flex;
  align-items: center;
  background-color: var(--bultax-white, #fff);
  border-radius: 50px;
  width: 100%;
  height: 45px;
  position: relative;
  z-index: 1;
}
@media (max-width: 500px) {
  .main-footer__cta-two__form__newsletter {
    flex-direction: column;
    height: auto;
    padding: 10px 0;
    gap: 10px;
    justify-content: start;
    align-items: start;
    background-color: transparent;
    border-radius: 0;
  }
}
.main-footer__cta-two__form__newsletter input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  height: 45px;
  padding-right: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--bultax-text, #636363);
}
@media (max-width: 500px) {
  .main-footer__cta-two__form__newsletter input {
    background-color: var(--bultax-white, #fff);
  }
}
.main-footer__cta-two__form__newsletter input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--bultax-text, #636363);
}
.main-footer__cta-two__form__newsletter .bultax-btn {
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  background-color: var(--bultax-base, #FF5A1E);
  border-radius: 1000px;
  padding-right: 24px;
  padding-left: 24px;
  gap: 10px;
}
@media (max-width: 500px) {
  .main-footer__cta-two__form__newsletter .bultax-btn {
    position: relative;
    border-radius: 0;
  }
}
.main-footer__cta-two__form__newsletter .bultax-btn::before {
  background-color: var(--bultax-black4, #0E0E0E);
}
.main-footer__cta-two__form__newsletter .bultax-btn i {
  color: var(--bultax-white, #fff);
}
.main-footer__cta-two__form__newsletter .bultax-btn:hover {
  color: var(--bultax-white, #fff);
}
.main-footer__cta-two__form__newsletter .bultax-btn:hover i {
  color: var(--bultax-white, #fff);
}

.google-map__two {
  margin-bottom: -190px;
}
.google-map__two .map__two {
  height: 641px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  z-index: 1;
}
.contact-one__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.contact-one__bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bultax-black4, #0E0E0E);
  opacity: 0.84;
}
.contact-one .sec-title {
  padding-bottom: 20px;
}
.contact-one__text {
  margin-bottom: 30px;
}
.contact-one .form-one .form-one__group {
  grid-gap: 17px 30px;
}
.contact-one .form-one .form-one__control label {
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  color: var(--bultax-black3, #222222);
  margin-bottom: 10px;
}
.contact-one .form-one .form-one__control .bootstrap-select > .dropdown-toggle,
.contact-one .form-one .form-one__control textarea,
.contact-one .form-one .form-one__control input[type=text],
.contact-one .form-one .form-one__control input[type=email],
.contact-one .form-one .form-one__control input[type=tel] {
  background-color: var(--bultax-white, #fff);
  border: 1px solid var(--bultax-border-color, #DDDDDD);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bultax-text, #636363);
  height: 48px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}
.contact-one .form-one .form-one__control .bootstrap-select > .dropdown-toggle:focus,
.contact-one .form-one .form-one__control textarea:focus,
.contact-one .form-one .form-one__control input[type=text]:focus,
.contact-one .form-one .form-one__control input[type=email]:focus,
.contact-one .form-one .form-one__control input[type=tel]:focus {
  outline: none;
}
.contact-one .form-one .form-one__control textarea {
  height: 140px;
  padding-top: 10px;
}
.contact-one .form-one .bultax-btn {
  margin-top: 10px;
}
.contact-one__call {
  padding: 40px 60px 60px;
  background-color: var(--bultax-gray, #F4F4F4);
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .contact-one__call {
    margin-left: 23px;
  }
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
  .contact-one__call {
    padding: 40px 30px 40px;
  }
}
.contact-one__call::after {
  content: "";
  position: absolute;
  top: 0;
  background-color: var(--bultax-base, #FF5A1E);
  right: 50%;
  transform: translateX(50%);
  width: 272px;
  height: 8px;
}
.contact-one__call__top {
  margin-bottom: 40px;
}
.contact-one__call__top__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
.contact-one__call__top__text {
  text-align: center;
  text-transform: uppercase;
  color: var(--bultax-base, #FF5A1E);
}
.contact-one__call__item + .contact-one__call__item {
  margin-top: 50px;
}
.contact-one__call__content {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
}
.contact-one__call__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  color: var(--bultax-black3, #222222);
  margin-bottom: 12px;
  display: block;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 475px) {
  .contact-one__call__title {
    font-size: 18px;
  }
}
.contact-one__call__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  background-color: var(--bultax-white, #fff);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .contact-one__call__item {
    padding-right: 60px;
    padding-left: 40px;
    justify-content: start;
  }
}
@media (max-width: 475px) {
  .contact-one__call__item {
    padding-right: 60px;
    padding-left: 40px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
  }
  .contact-one__call__item .contact-one__call__item__shape {
    height: 100%;
    top: 0;
  }
  .contact-one__call__item .icon::after {
    display: none;
  }
}
@media (max-width: 380px) {
  .contact-one__call__item {
    padding: 20px;
  }
  .contact-one__call__item .contact-one__call__item__shape {
    display: none;
  }
  .contact-one__call__item .icon::after {
    display: none;
  }
}
.contact-one__call__item .icon {
  font-size: 50px;
  color: var(--bultax-base, #FF5A1E);
  line-height: 1;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 475px) {
  .contact-one__call__item .icon {
    font-size: 35px;
  }
}
.contact-one__call__item .icon i {
  display: block;
}
.contact-one__call__item .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  width: 2px;
  height: 100%;
  background-color: var(--bultax-black4, #0E0E0E);
  transition: all 0.3s ease-in-out;
}
.contact-one__call__item::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 1.5px dashed var(--bultax-base, #FF5A1E);
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.contact-one__call__item::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--bultax-black4, #0E0E0E);
  content: "";
  transform: translateY(-100%);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.contact-one__call__item__shape {
  position: absolute;
  width: 54.08px;
  height: 100%;
  background: var(--bultax-base, #FF5A1E);
  clip-path: polygon(100% 50%, 0 100%, 0 0);
  right: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateX(60px);
  transition: all 0.4s ease-in-out;
}
.contact-one__call__item__shape:last-child {
  left: 0;
  right: auto;
  transform: translateX(-60px);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.contact-one__call__item a {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-one__call__item a:hover {
  background-size: 100% 1px;
}
.contact-one__call__item a {
  color: var(--bultax-black2, #333333);
  transition: all 0.4s ease-in-out;
}
.contact-one__call__item:hover .icon {
  color: var(--bultax-white, #fff);
}
.contact-one__call__item:hover .icon i {
  animation: bwTada 1s ease 1;
}
.contact-one__call__item:hover .icon::after {
  background-color: var(--bultax-white, #fff);
}
.contact-one__call__item:hover .contact-one__call__content a,
.contact-one__call__item:hover .contact-one__call__title {
  color: var(--bultax-white, #fff);
}
.contact-one__call__item:hover::after {
  opacity: 0;
  visibility: hidden;
}
.contact-one__call__item:hover::before {
  transform: translateY(0);
}
.contact-one__call__item:hover .contact-one__call__item__shape {
  visibility: visible;
  opacity: 1;
  transform: translateX(0px);
}
.contact-one__call__item:hover .contact-one__call__item__shape:last-child {
  transform: translateX(0px);
}
.contact-one--home {
  position: relative;
  z-index: 1;
}
.contact-one--home .contact-one__text,
.contact-one--home .form-one .form-one__control label,
.contact-one--home .sec-title__title {
  color: var(--bultax-white, #fff);
}
.contact-one--home::after {
  content: "";
  height: 100%;
  width: 379px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--bultax-base, #FF5A1E);
  clip-path: polygon(79% 0, 100% 15%, 100% 85%, 79% 100%, 0 100%, 0% 60%, 0 0);
}
@media (max-width: 991px) {
  .contact-one--home::after {
    display: none;
  }
}
.contact-one--home .bultax-btn .bultax-btn__icon {
  background-color: var(--bultax-black4, #0E0E0E);
  color: var(--bultax-white, #fff);
}
.contact-one--home .bultax-btn:hover .bultax-btn__icon {
  background-color: var(--bultax-white, #fff);
  color: var(--bultax-base, #FF5A1E);
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-one {
  background-color: var(--bultax-black4, #0E0E0E);
  padding: 10.5px 0px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .topbar-one {
    display: none;
  }
}
.topbar-one::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 248px;
  background-color: var(--bultax-base, #FF5A1E);
  z-index: -1;
}
@media (max-width: 1700px) {
  .topbar-one::after {
    width: 80px;
  }
}
.topbar-one__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar-one__soseal, .topbar-one__info {
  display: flex;
  align-items: center;
}
.topbar-one__info {
  gap: 47px;
  margin-bottom: 0;
}
.topbar-one__info__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.topbar-one__info__link {
  color: var(--bultax-white, #fff);
  font-size: 14px;
  font-weight: 400;
  line-height: 162.5%;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar-one__info__link:hover {
  background-size: 100% 1px;
}
.topbar-one__info__link {
  transition: all 0.4s ease-in-out;
}
.topbar-one__info__link:hover {
  color: var(--bultax-base, #FF5A1E);
}
.topbar-one__info__icon {
  display: inline-block;
  color: var(--bultax-base, #FF5A1E);
  line-height: 1;
}
.topbar-one__social {
  display: flex;
  align-items: center;
  gap: 10.5px;
}
.topbar-one__social span {
  line-height: 100%;
  font-size: 14px;
  font-weight: 500;
  color: var(--bultax-white, #fff);
  margin-left: 9px;
}
.topbar-one__social a {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #92918F;
  font-size: 10px;
  color: #92918F;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
.topbar-one__social a:hover {
  color: var(--bultax-white, #fff);
  border-color: var(--bultax-base, #FF5A1E);
  background-color: var(--bultax-base, #FF5A1E);
}

.topbar-two {
  background-color: var(--bultax-black4, #0E0E0E);
  padding: 13px 0px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .topbar-two {
    display: none;
  }
}
.topbar-two .container {
  margin-right: 30px;
}
@media (max-width: 1540px) {
  .topbar-two .container {
    margin-right: auto;
    margin-left: auto;
  }
}
.topbar-two__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar-two__right, .topbar-two__info {
  display: flex;
  align-items: center;
}
.topbar-two__right li, .topbar-two__info li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  line-height: normal;
  padding-left: 10px;
  margin-left: 10px;
}
.topbar-two__right li a, .topbar-two__info li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #C5C5C5;
  transition: all 0.4s ease-in-out;
}
.topbar-two__right li a:hover, .topbar-two__info li a:hover {
  color: var(--bultax-base, #FF5A1E);
}
.topbar-two__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
  color: var(--bultax-white, #fff);
  font-family: var(--bultax-font, "Roboto", sans-serif);
}
.topbar-two__text span {
  text-transform: uppercase;
  color: var(--bultax-base, #FF5A1E);
}
.topbar-two__info {
  margin-bottom: 0;
}
.topbar-two__info a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--bultax-white, #fff);
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header {
  position: relative;
  right: 0;
  top: 0px;
  width: 100%;
  z-index: 9;
  background-color: var(--bultax-white, #fff);
}
.main-header__inner {
  display: flex;
  align-items: center;
  background-color: transparent;
  border-radius: 5px;
  position: relative;
  max-width: 1625px;
  margin-right: auto;
  margin-left: 18px;
}
@media (max-width: 1199px) {
  .main-header__inner {
    padding: 20px 0;
  }
}
.main-header__logo {
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: auto;
  padding: 14px 21px 13.55px 0px;
  border-radius: 100px;
  background-color: var(--bultax-white, #fff);
}
.main-header__shape::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 375px;
  background-color: var(--bultax-base2, #FF6016);
  z-index: -1;
  clip-path: polygon(100% 0%, 70% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}
@media (max-width: 1850px) {
  .main-header__shape::after {
    width: 250px;
  }
}
@media (max-width: 1690px) {
  .main-header__shape::after {
    width: 150px;
    clip-path: polygon(100% 0%, 50% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  }
}
.main-header__shape::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 57px;
  background-color: var(--bultax-base2, #FF6016);
  z-index: -1;
}
.main-header__right {
  display: flex;
  align-items: center;
}
.main-header__info {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-header__info + .main-header__btn {
  margin-right: 50px;
}
.main-header__info-item {
  font-size: 26px;
  color: var(--bultax-black, #000000);
  transition: all 500ms ease;
  line-height: 1;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.main-header__info-item:hover {
  color: var(--bultax-base2, #FF6016);
}
.main-header__info-number {
  width: 21px;
  height: 21px;
  background-color: var(--bultax-base2, #FF6016);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--bultax-white, #fff);
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: -11px;
  left: -11px;
}
.main-header__nav {
  margin-right: auto;
  margin-left: auto;
}
.main-header__btn + .main-header__btn-popup {
  margin-right: 50px;
}
.main-header__btn-popup {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bultax-black4, #0E0E0E);
  border: 6px solid var(--bultax-white, #fff);
  font-size: 28px;
  color: var(--bultax-white, #fff);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.main-header__btn-popup:hover {
  background-color: var(--bultax-base, #FF5A1E);
}
.main-header__call + .main-header__location {
  margin-right: 40px;
}
.main-header__location, .main-header__call {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1740px) and (min-width: 1199px) {
  .main-header__location, .main-header__call {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-header__location, .main-header__call {
    display: none;
  }
}
.main-header__location__icon, .main-header__call__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bultax-black, #000000);
  font-size: 22px;
  color: var(--bultax-white, #fff);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.main-header__location__icon::after, .main-header__call__icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--bultax-base, #FF5A1E);
  z-index: -1;
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.4s ease-in-out;
}
.main-header__location__title, .main-header__call__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  color: var(--bultax-black3, #222222);
  margin-bottom: 0px;
}
.main-header__location__text, .main-header__location__call, .main-header__call__text, .main-header__call__call {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}
.main-header__location__text:hover, .main-header__location__call:hover, .main-header__call__text:hover, .main-header__call__call:hover {
  color: var(--bultax-base2, #FF6016);
}
.main-header__location:hover .main-header__call__icon::after,
.main-header__location:hover .main-header__location__icon::after, .main-header__call:hover .main-header__call__icon::after,
.main-header__call:hover .main-header__location__icon::after {
  transform: scale(1.1);
  opacity: 1;
  color: var(--bultax-white, #fff);
}
.main-header__location:hover .main-header__call__icon i,
.main-header__location:hover .main-header__location__icon i, .main-header__call:hover .main-header__call__icon i,
.main-header__call:hover .main-header__location__icon i {
  animation: bwTada 0.5s ease-in-out;
}
@media (max-width: 1080px) {
  .main-header__location {
    display: none;
  }
}
@media (max-width: 1420px) and (min-width: 1200px), (max-width: 678px) {
  .main-header--one .main-header__btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .main-header--one .main-header__shape,
  .main-header--one .main-header__btn-popup {
    display: none;
  }
  .main-header--one .main-header__logo {
    padding: 0;
    border-radius: 0;
  }
  .main-header--one .main-header__inner {
    margin-left: 0;
  }
}
.main-header--one .mobile-nav__btn {
  margin-right: 30px;
}
@media (max-width: 400px) {
  .main-header--one .mobile-nav__btn {
    margin-right: 20px;
  }
}
@media (max-width: 400px) {
  .main-header--one .main-header__info-item:last-child {
    display: none;
  }
}
.main-header--two .main-header-inner__logo {
  display: none;
}
@media (max-width: 1540px) {
  .main-header--two .main-header-inner__logo {
    display: block;
  }
}
.main-header--two .mobile-nav__btn {
  margin-right: 30px;
}
.main-header--two .main-header__inner {
  width: 100%;
  max-width: 100%;
  justify-content: start;
}
@media (max-width: 1199px) {
  .main-header--two .main-header__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1080px) {
  .main-header--two .main-header__btn {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .main-header--two .main-header__btn {
    display: none;
  }
}
.main-header--two .main-header__nav {
  margin-right: 50px;
}
@media (max-width: 1540px) {
  .main-header--two .main-header__nav {
    margin-right: auto;
    margin-left: auto;
  }
}
.main-header--two .main-header__center {
  width: 100%;
}
.main-header--two .main-header__center__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 30px;
}
@media (max-width: 1540px) {
  .main-header--two .main-header__center__bottom {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 1080px) {
  .main-header--two .main-header__center__bottom {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.main-header--two .main-header__logo {
  max-width: 375px;
  display: flex;
  align-items: center;
  background-color: var(--bultax-white, #fff);
  justify-content: center;
  width: 100%;
  padding: 35px 20px;
  border: 20px solid var(--bultax-base2, #FF6016);
  border-radius: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1820px) {
  .main-header--two .main-header__logo {
    max-width: 300px;
  }
}
@media (max-width: 1540px) {
  .main-header--two .main-header__logo {
    display: none;
  }
}
.main-header--two .main-header__logo::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: transparent;
  border: 2px dashed var(--bultax-base2, #FF6016);
  z-index: -1;
}
.main-header--two .main-header__location {
  margin-left: 40px;
  padding-left: 30px;
  border-left: 1px solid var(--bultax-border-color, #DDDDDD);
}
.main-header--two .main-menu .main-menu__list > li {
  padding-top: 43px;
  padding-bottom: 43px;
}
.main-header--two .main-header__location {
  padding-top: 25px;
  padding-bottom: 25px;
}
.main-header--three {
  position: absolute;
  z-index: 11;
  background-color: rgba(var(--bultax-black-rgb, 0, 0, 0), 0.11);
}
@media (max-width: 1366px) {
  .main-header--three {
    background-color: var(--bultax-white, #fff);
  }
}
@media (max-width: 1199px) {
  .main-header--three {
    position: relative;
  }
}
.main-header--three .main-header__inner {
  width: 100%;
  max-width: 100%;
  justify-content: start;
}
.main-header--three .main-header__logo {
  background-color: var(--bultax-white, #fff);
  padding: 30px 30px 30px 95px;
  border-radius: 0;
  clip-path: polygon(0 0, 100% 0, 85% 50%, 100% 100%, 0 100%, 0% 50%);
}
@media (max-width: 1560px) {
  .main-header--three .main-header__logo {
    padding-right: 0;
    padding-left: 50px;
  }
}
@media (max-width: 1366px) {
  .main-header--three .main-header__logo {
    padding: 0;
    clip-path: none;
  }
}
.main-header--three::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 347px;
  height: 100%;
  background-color: var(--bultax-base2, #FF6016);
  z-index: -1;
}
@media (max-width: 1560px) {
  .main-header--three::after {
    width: 121px;
  }
}
@media (max-width: 1366px) {
  .main-header--three::after {
    display: none;
  }
}
.main-header--three::before {
  content: "";
  background-color: var(--bultax-white, #fff);
  width: 9999999px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 98%;
}
.main-header--three .main-header__right {
  padding-left: 54px;
}
@media (max-width: 1560px) {
  .main-header--three .main-header__right {
    padding-left: 0;
  }
}
.main-header--three .main-header__info + .main-header__btn {
  margin-right: 114px;
}
@media (max-width: 1560px) {
  .main-header--three .main-header__info + .main-header__btn {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .main-header--three .main-header__btn {
    display: none;
  }
}
.main-header--three .bultax-btn {
  background-color: var(--bultax-white, #fff);
  color: var(--bultax-black4, #0E0E0E);
}
@media (max-width: 1366px) {
  .main-header--three .bultax-btn {
    background-color: var(--bultax-base, #FF5A1E);
    color: var(--bultax-white, #fff);
  }
}
.main-header--three .bultax-btn .bultax-btn__icon {
  background-color: var(--bultax-black4, #0E0E0E);
  color: var(--bultax-white, #fff);
}
.main-header--three .bultax-btn::before {
  background-color: var(--bultax-black4, #0E0E0E);
}
.main-header--three .bultax-btn:hover {
  color: var(--bultax-white, #fff);
}
.main-header--three .bultax-btn:hover .bultax-btn__icon {
  background-color: var(--bultax-white, #fff);
  color: var(--bultax-base2, #FF6016);
}
.main-header--three .main-menu .main-menu__list > li {
  padding-top: 28px;
  padding-bottom: 28px;
}
@media (max-width: 1366px) {
  .main-header--three .main-menu .main-menu__list > li {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.main-header--three .main-menu .main-menu__list > li + li {
  margin-right: 0;
}
@media (max-width: 1366px) {
  .main-header--three .main-menu .main-menu__list > li + li {
    margin-right: 25px;
  }
}
.main-header--three .main-menu .main-menu__list > li:first-child > a {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-right: 29px;
}
@media (max-width: 1366px) {
  .main-header--three .main-menu .main-menu__list > li:first-child > a {
    background-color: transparent;
    margin: 0;
    padding: 0;
  }
}
.main-header--three .main-menu .main-menu__list > li:first-child > a::after, .main-header--three .main-menu .main-menu__list > li:first-child > a::before {
  width: calc(100% - 60px);
  right: 30px;
  visibility: hidden;
  opacity: 0;
}
.main-header--three .main-menu .main-menu__list > li:first-child > a::after {
  top: 16px;
}
.main-header--three .main-menu .main-menu__list > li:first-child > a::before {
  bottom: 16px;
}
.main-header--three .main-menu .main-menu__list > li:first-child > a:hover::after, .main-header--three .main-menu .main-menu__list > li:first-child > a:hover::before {
  visibility: visible;
  opacity: 1;
}
.main-header--three .main-menu .main-menu__list > li > a::after, .main-header--three .main-menu .main-menu__list > li > a::before {
  width: calc(100% - 40px);
  right: 19px;
  visibility: hidden;
  opacity: 0;
}
.main-header--three .main-menu .main-menu__list > li > a::after {
  top: 16px;
}
.main-header--three .main-menu .main-menu__list > li > a::before {
  bottom: 16px;
}
.main-header--three .main-menu .main-menu__list > li > a:hover::after, .main-header--three .main-menu .main-menu__list > li > a:hover::before {
  visibility: visible;
  opacity: 1;
}
.main-header--three .main-menu .main-menu__list li ul {
  top: 75%;
}
.main-header--three .main-menu .main-menu__list > li:last-child > a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 39px;
}
@media (max-width: 1366px) {
  .main-header--three .main-menu .main-menu__list > li:last-child > a {
    background-color: transparent;
    margin: 0;
    padding: 0;
  }
}
.main-header--three .main-menu .main-menu__list > li:last-child > a::after, .main-header--three .main-menu .main-menu__list > li:last-child > a::before {
  width: calc(100% - 60px);
  left: 30px;
  visibility: hidden;
  opacity: 0;
}
.main-header--three .main-menu .main-menu__list > li:last-child > a::after {
  top: 16px;
}
.main-header--three .main-menu .main-menu__list > li:last-child > a::before {
  bottom: 16px;
}
.main-header--three .main-menu .main-menu__list > li:last-child > a:hover::after, .main-header--three .main-menu .main-menu__list > li:last-child > a:hover::before {
  visibility: visible;
  opacity: 1;
}
.main-header--three .main-menu .main-menu__list > li > a {
  padding: 17.5px 19.5px;
  background-color: rgba(217, 217, 217, 0.1);
}
@media (max-width: 1366px) {
  .main-header--three .main-menu .main-menu__list > li > a {
    background-color: transparent;
    margin: 0;
    padding: 0;
  }
}
.main-header--three .main-menu .main-menu__list > li > a {
  color: var(--bultax-white, #fff);
}
@media (max-width: 1366px) {
  .main-header--three .main-menu .main-menu__list > li > a {
    color: var(--bultax-black4, #0E0E0E);
  }
}
.main-header--three .main-header__info-item {
  color: var(--bultax-white, #fff);
}
@media (max-width: 1366px) {
  .main-header--three .main-header__info-item {
    color: var(--bultax-black4, #0E0E0E);
  }
}
.main-header--three .mobile-nav__btn {
  margin-right: 30px;
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  top: 0;
  background-color: var(--bultax-white, #fff);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--bultax-black-rgb, 0, 0, 0), 0.11);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}
.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}

.main-header--two.sticky-header--cloned .main-header__logo,
.main-header--two.sticky-header--cloned .topbar-two {
  display: none;
}
.main-header--two.sticky-header--cloned .main-header-inner__logo {
  display: block;
}
.main-header--two.sticky-header--cloned .main-header__center__bottom {
  margin-right: 30px;
}
@media (max-width: 1740px) and (min-width: 1670px) {
  .main-header--two.sticky-header--cloned .main-header__location, .main-header--two.sticky-header--cloned .main-header__call {
    display: flex;
  }
}
@media (max-width: 1669px) {
  .main-header--two.sticky-header--cloned .main-header__nav {
    margin-right: auto;
    margin-left: auto;
  }
}

.main-header--three.sticky-header--cloned .main-header__logo {
  padding: 0;
  clip-path: none;
}
.main-header--three.sticky-header--cloned .main-header__right {
  padding-left: 0;
}
.main-header--three.sticky-header--cloned::after, .main-header--three.sticky-header--cloned::before {
  display: none;
}
.main-header--three.sticky-header--cloned .main-menu .main-menu__list > li > a {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.main-header--three.sticky-header--cloned .main-menu .main-menu__list > li + li {
  margin-right: 35px;
}
.main-header--three.sticky-header--cloned .main-menu .main-menu__list > li {
  padding-top: 40px;
  padding-bottom: 40px;
}
.main-header--three.sticky-header--cloned .main-menu .main-menu__list > li > a::after, .main-header--three.sticky-header--cloned .main-menu .main-menu__list > li > a::before {
  width: calc(100% - 10px);
  right: 0px;
  visibility: visible;
  opacity: 1;
}
.main-header--three.sticky-header--cloned .main-menu .main-menu__list > li > a::after {
  top: 0px;
}
.main-header--three.sticky-header--cloned .main-menu .main-menu__list > li > a::before {
  bottom: 0px;
}
.main-header--three.sticky-header--cloned .main-menu .main-menu__list > li > a:hover::after, .main-header--three.sticky-header--cloned .main-menu .main-menu__list > li > a:hover::before {
  visibility: visible;
  opacity: 1;
}
.main-header--three.sticky-header--cloned .main-header__info-item,
.main-header--three.sticky-header--cloned .main-menu .main-menu__list > li > a {
  color: var(--bultax-black4, #0E0E0E);
}
.main-header--three.sticky-header--cloned .main-menu .main-menu__list > li.current > a,
.main-header--three.sticky-header--cloned .main-menu .main-menu__list > li:hover > a {
  color: var(--bultax-base, #FF5A1E);
}
.main-header--three.sticky-header--cloned .bultax-btn {
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}
.main-header--three.sticky-header--cloned .main-menu .main-menu__list li ul li.current > a,
.main-header--three.sticky-header--cloned .main-menu .main-menu__list li ul li:hover > a {
  color: var(--bultax-white, #fff);
}

.user-info {
  position: relative;
  z-index: 1;
}
.user-info .user-info__btn {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: transparent;
  transition: 500ms;
  gap: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #C5C5C5;
}
.user-info .user-info__btn i {
  font-size: 12px;
  margin-right: -5px;
  color: var(--bultax-base, #FF5A1E);
}
.user-info .flag {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 27px;
  height: 27px;
}
.user-info .flag img {
  object-fit: cover;
  border-radius: 50%;
}
.user-info .user-info__dropdown {
  position: absolute;
  top: 35px;
  border-radius: 12px;
  background: var(--bultax-white, #fff);
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
  padding: 15px;
  width: 150px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
.user-info .user-info__dropdown.active {
  visibility: visible;
  opacity: 1;
}
.user-info .user-info__dropdown ul {
  margin-bottom: 0;
  padding: 0;
}
.user-info .user-info__dropdown ul li > a {
  color: var(--bultax-black4, #0E0E0E);
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.user-info .user-info__dropdown ul li + li {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid var(--bultax-base, #FF5A1E);
}
.user-info .user-info__dropdown ul .flag {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 27px;
  height: 27px;
}
.user-info .user-info__dropdown ul .flag img {
  object-fit: cover;
  border-radius: 50%;
}

.mobile-nav__btn {
  width: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .mobile-nav__btn {
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--bultax-black, #000000);
  transition: all 0.4s ease-in-out;
}
.mobile-nav__btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mobile-nav__btn:hover span {
  background-color: var(--bultax-base, #FF5A1E);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
  display: flex;
  align-items: center;
}
.main-menu .main-menu__list > li.dropdown > a i {
  font-size: 12px;
  margin-right: 5px;
  line-height: 1;
}
.main-menu .main-menu__list > li + li {
  margin-right: 37px;
}
@media (max-width: 1400px) {
  .main-menu .main-menu__list > li + li {
    margin-right: 35px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .main-menu .main-menu__list > li + li {
    margin-right: 30px;
  }
}
.main-menu .main-menu__list > li > a {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  color: var(--bultax-black2, #333333);
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  z-index: 1;
  overflow: hidden;
}
.main-menu .main-menu__list > li > a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 1px;
  background-color: var(--bultax-base2, #FF6016);
  transform: translateX(100%);
  transition: transform 500ms ease;
}
.main-menu .main-menu__list > li > a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 80%;
  height: 1px;
  background-color: var(--bultax-base2, #FF6016);
  transform: translateX(-140%);
  transition: transform 500ms ease;
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color: var(--bultax-base2, #FF6016);
  text-shadow: 0 0 0.5px currentColor;
}
.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li:hover > a::after {
  transform: translateX(0%);
}
.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li:hover > a::before {
  transform: translateX(0%);
}
.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  right: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--bultax-white, #fff);
  box-shadow: 0px 10px 60px 0px RGBA(var(--bultax-white-rgb, 255, 255, 255), 0.07);
  padding: 15px 20px 11px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > .megamenu {
  position: static;
}
.main-menu .main-menu__list > .megamenu > ul {
  top: 100% !important;
  right: -15px !important;
  left: -15px !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  transition: all 300ms linear 0ms;
  transform: perspective(500px) rotateX(-20deg);
  transform-origin: 50% 0%;
  pointer-events: none;
}
.main-menu .main-menu__list li.megamenu:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: perspective(500px) rotateX(0);
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
.main-menu .main-menu__list li ul li:last-child {
  margin-bottom: 0px;
}
.main-menu .main-menu__list li.megamenu ul li {
  margin: 0;
}
.main-menu .main-menu__list li ul li > a {
  font-size: 15px;
  line-height: 26px;
  color: var(--bultax-text, #636363);
  font-weight: 500;
  display: flex;
  text-transform: capitalize;
  padding: 8px 20px;
  transition: 400ms;
}
.main-menu .main-menu__list li ul li > a::after {
  position: absolute;
  left: 20px;
  top: 8px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: var(--bultax-white, #fff);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  background-color: var(--bultax-black, #000000);
  color: var(--bultax-white, #fff);
}
.main-menu .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.main-menu .main-menu__list li ul li > ul {
  top: 0;
  right: calc(100% + 20px);
}
.main-menu .main-menu__list li ul li > ul.right-align {
  top: 0;
  right: auto;
  left: 100%;
}
.main-menu {
  /* after third level no menu */
}
.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}

.main-menu-five .main-menu__list > li.current > a,
.main-menu-five .main-menu__list > li:hover > a {
  color: var(--bultax-black, #000000) !important;
  text-shadow: 0 0 0.5px currentColor;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    right: auto;
    left: calc(100% + 20px);
  }
}
.mobile-nav__container .main-menu__list li a .icon-dropdownsvg {
  display: none !important;
}

/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
  position: fixed;
  top: 0 !important;
  right: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--bultax-white, #fff);
  display: block !important;
  margin: 0;
}

.main-menu__list > li.megamenu-clickable > ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-right: 15px;
  padding-left: 15px;
}

.megamenu-popup {
  position: relative;
}
.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  left: 20px;
  display: block;
  color: var(--bultax-black, #000000);
}
@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    left: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--bultax-base2, #FF6016);
}
.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}
.megamenu-popup .megamenu-clickable--close span::before, .megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(45deg);
}
.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(50%, -50%) rotate(-45deg);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}
.demo-one .row {
  --bs-gutter-y: 30px;
}
.demo-one__card {
  background-color: var(--bultax-white, #fff);
  box-shadow: 0px 10px 60px 0px rgba(var(--bultax-black3-rgb, 34, 34, 34), 0.1);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
}
.demo-one__card:hover {
  transform: translateY(-10px);
}
.demo-one__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  color: var(--bultax-black, #000000);
  font-weight: 600;
}
.demo-one__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.demo-one__title a:hover {
  background-size: 100% 1px;
}
.demo-one__image {
  position: relative;
  overflow: hidden;
}
.demo-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}
.demo-one__card:hover .demo-one__image img {
  filter: blur(2px);
}
.demo-one__btns {
  background-color: rgba(var(--bultax-black3-rgb, 34, 34, 34), 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
}
.demo-one__btns .bultax-btn {
  width: 177px;
  margin: 0 !important;
}
.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}
.demo-one__btn {
  text-align: center;
  justify-content: center;
  font-size: 14px;
}
.demo-one__btn > i {
  border: none;
  padding: 7px 15px;
  width: 130px;
}
@media (min-width: 768px) {
  .demo-one__btn {
    display: inline-flex;
  }
}
.demo-one__title {
  padding-top: 28px;
  padding-bottom: 28px;
}

.home-showcase .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 20px;
}
.home-showcase__inner {
  max-height: 90vh;
  overflow-y: scroll;
  padding: 40px 40px 21px;
  background-color: var(--bultax-white, #fff);
  box-shadow: 0px 10px 60px 0px rgba(var(--bultax-black3-rgb, 34, 34, 34), 0.07);
}
.home-showcase .demo-one__card {
  box-shadow: none;
}
.home-showcase .demo-one__title {
  padding: 0;
  font-size: 17px;
  margin-top: 20px;
  padding-bottom: 10px;
}

/*--------------------------------------------------------------
# Why choose
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  z-index: 1;
}
.why-choose-one__content {
  background-color: #F4F4F4;
  padding: 88px 56px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 500px) {
  .why-choose-one__content {
    padding: 30px 20px;
  }
}
.why-choose-one__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--bultax-white, #fff);
  width: 143px;
  height: 151px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (max-width: 500px) {
  .why-choose-one__content::after {
    width: 50px;
    height: 70px;
  }
}
.why-choose-one .sec-title {
  padding-bottom: 15px;
}
.why-choose-one__text {
  margin-bottom: 25px;
}
.why-choose-one__list {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--bultax-border-color, #DDDDDD);
  padding-top: 30px;
}
.why-choose-one__list::after {
  content: "";
  position: absolute;
  top: -2px;
  right: 135px;
  width: 61px;
  height: 3px;
  background-color: var(--bultax-base, #FF5A1E);
}
.why-choose-one__list__item {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  text-transform: uppercase;
  color: var(--bultax-black2, #333333);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.why-choose-one__list__item:hover .why-choose-one__list__icon {
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}
.why-choose-one__list__item + .why-choose-one__list__item {
  margin-top: 10px;
}
.why-choose-one__list__icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bultax-black4, #0E0E0E);
  font-size: 11px;
  color: var(--bultax-white, #fff);
  margin-left: 8px;
  transition: all 0.4s ease-in-out;
}
.why-choose-one__btn .bultax-btn {
  background-color: var(--bultax-black4, #0E0E0E);
}
.why-choose-one__btn .bultax-btn::before {
  background-color: var(--bultax-base, #FF5A1E);
}
.why-choose-one__btn .bultax-btn .bultax-btn__icon {
  background-color: var(--bultax-white, #fff);
}
.why-choose-one__thumb-content {
  background-color: var(--bultax-black4, #0E0E0E);
  padding: 87px 37px 42px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .why-choose-one__thumb-content {
    padding: 65px 15px 20px;
  }
}
.why-choose-one__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 136%;
  text-transform: capitalize;
  color: var(--bultax-white, #fff);
  margin-bottom: 14px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .why-choose-one__title {
    font-size: 18px;
  }
}
.why-choose-one__text-two {
  text-transform: capitalize;
  color: var(--bultax-white, #fff);
}
@media (max-width: 1199px) and (min-width: 992px) {
  .why-choose-one__text-two {
    font-size: 14px;
  }
}
.why-choose-one__btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--bultax-white, #fff);
  display: flex;
  align-items: center;
  gap: 4px;
}
.why-choose-one__btn i {
  font-size: 14px;
  color: var(--bultax-base, #FF5A1E);
}
.why-choose-one__thumb img {
  object-fit: cover;
  width: 100%;
}
.why-choose-one__funfact {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FF5A1E;
  padding: 9px 16px;
  min-width: 140px;
}
.why-choose-one__funfact__count {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF5A1E;
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff;
  font-weight: 700;
  font-size: 35px;
  line-height: 86%;
}
.why-choose-one__funfact::after {
  position: absolute;
  content: "";
  width: 42px;
  height: 102%;
  top: 0;
  left: -42px;
  clip-path: polygon(100% 0, 0% 100%, 0 0);
  background-color: #FF5A1E;
  opacity: 0.72;
}
.why-choose-one__shape {
  position: absolute;
  bottom: -170px;
  left: -30px;
}
@media (max-width: 1800px) {
  .why-choose-one__shape {
    text-align: end;
    left: 0;
  }
  .why-choose-one__shape img {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .why-choose-one__shape {
    display: none;
  }
}
.why-choose-one__shape img {
  animation: bwTopToBottom 3s linear infinite;
  object-fit: cover;
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
  position: relative;
  z-index: 1;
}
.funfact-one__list {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .funfact-one__list {
    gap: 20px;
  }
}
.funfact-one__list li {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .funfact-one__list li {
    flex: 0 0 47%;
    max-width: 50%;
    border-left: 1px solid #DDDDDD;
  }
}
@media (max-width: 425px) {
  .funfact-one__list li {
    flex: 0 0 100%;
    max-width: 100%;
    border-left: 1px solid #DDDDDD;
  }
}
.funfact-one__list li:hover {
  border-color: var(--bultax-white, #fff);
}
.funfact-one__list li:first-child {
  border-right: 1px solid #DDDDDD;
}
.funfact-one__list li:last-child {
  border-left: 1px solid #DDDDDD;
}
.funfact-one__list li + li {
  border-right: 1px solid #DDDDDD;
}
.funfact-one--home::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 120px);
  background-color: #F4F4F4;
  z-index: -1;
}

.funfact-card {
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--bultax-white, #fff);
}
.funfact-card__icon__box {
  width: 88px;
  height: 88px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.funfact-card__icon__box::after, .funfact-card__icon__box::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: var(--bultax-base, #FF5A1E);
  top: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.funfact-card__icon__box::after {
  left: -29.5px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.funfact-card__icon__box::before {
  right: -29.5px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.funfact-card__icon {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bultax-black4, #0E0E0E);
  margin-right: auto;
  margin-left: auto;
  font-size: 50px;
  color: var(--bultax-white, #fff);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 75% 100%, 25% 100%, 0 70%);
  transition: all 0.4s ease-in-out;
}
.funfact-card__count {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 35px;
  line-height: 74%;
  color: var(--bultax-black3, #222222);
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.funfact-card__text {
  color: var(--bultax-black2, #333333);
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.funfact-card__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.4s ease-in-out;
}
.funfact-card__bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--bultax-black4-rgb, 14, 14, 14), 0.85);
  z-index: -1;
}
.funfact-card__shape {
  position: absolute;
  bottom: 0;
  line-height: 0;
  right: 0;
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
  width: 100%;
  height: 6px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.funfact-card:hover .funfact-card__bg, .funfact-card:hover .funfact-card__shape {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.funfact-card:hover .funfact-card__icon__box::before,
.funfact-card:hover .funfact-card__icon__box::after {
  background-color: var(--bultax-white, #fff);
}
.funfact-card:hover .funfact-card__icon {
  background-color: var(--bultax-base, #FF5A1E);
}
.funfact-card:hover .funfact-card__icon i {
  animation: wobbleTop 1s ease-in-out 1;
}
.funfact-card:hover .funfact-card__text,
.funfact-card:hover .funfact-card__count {
  color: var(--bultax-white, #fff);
}

.funfact-three__item {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 991px) {
  .funfact-three__item {
    flex-direction: row;
    gap: 20px;
  }
}
.funfact-three__item--two {
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .funfact-three__item--two {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .funfact-three__item--two {
    flex-direction: row;
    gap: 20px;
  }
}
.funfact-three__item__box {
  display: flex;
  align-items: start;
  flex-direction: column;
  padding-right: 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) and (min-width: 991px) {
  .funfact-three__item__box {
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .funfact-three__item__box {
    padding-right: 0;
  }
}
.funfact-three__item__count {
  font-weight: 700;
  font-size: 35px;
  line-height: 74%;
  color: var(--bultax-black2, #333333);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 0;
}
.funfact-three__item__count span {
  color: inherit;
}
.funfact-three__item__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
  text-transform: capitalize;
  color: var(--bultax-black2, #333333);
  margin-bottom: -5px;
}
.funfact-three__item__icon {
  max-width: 70px;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #F4F4F4;
  font-size: 36px;
  color: var(--bultax-base, #FF5A1E);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .funfact-three__item__icon {
    background-color: var(--bultax-black4, #0E0E0E);
    color: var(--bultax-white, #fff);
  }
}
.funfact-three__item__shape {
  width: 30px;
  height: 30px;
  border: 1px solid var(--bultax-base, #FF5A1E);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 20px;
  transition: all 0.4s ease-in-out;
}
.funfact-three__item__shape::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--bultax-black, #000000);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .funfact-three__item__shape {
    display: none;
  }
}
.funfact-three__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 35px;
  width: 1px;
  height: calc(100% - 30px);
  background-color: var(--bultax-border-color, #DDDDDD);
  z-index: -1;
}
@media (max-width: 991px) {
  .funfact-three__item::after {
    display: none;
  }
}
.funfact-three__item:hover .funfact-three__item__icon {
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}
.funfact-three__item:hover .funfact-three__item__icon i {
  animation: bwTada 0.5s linear 1;
}
.funfact-three__item:hover .funfact-three__item__shape {
  border-style: dotted;
  border-color: var(--bultax-black, #000000);
  border-width: 2px;
}
.funfact-three__item:hover .funfact-three__item__shape::after {
  background-color: var(--bultax-base, #FF5A1E);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 575px) {
  .testimonials-one {
    padding-bottom: 120px;
  }
}
.testimonials-one::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 228px;
  height: 228px;
  background-color: var(--bultax-base, #FF5A1E);
  right: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media (max-width: 991px) {
  .testimonials-one::after {
    width: 128px;
    height: 128px;
  }
}
@media (max-width: 575px) {
  .testimonials-one::after {
    display: none;
  }
}
.testimonials-one__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.testimonials-one__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(var(--bultax-black4-rgb, 14, 14, 14), 0.93);
}
.testimonials-one .sec-title {
  padding-bottom: 40px;
}
.testimonials-one .sec-title .sec-title__title {
  color: var(--bultax-white, #fff);
}
.testimonials-one__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 41.55%;
}
.testimonials-one__thumb img {
  border-left: 10px solid var(--bultax-white, #fff);
  object-fit: cover;
}
@media (max-width: 1199px) {
  .testimonials-one__thumb {
    display: none;
  }
}
.testimonials-one__carousel__slick-button {
  border: none;
  outline: none;
  width: 54px;
  height: 54px;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--bultax-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  color: var(--bultax-white, #fff);
  transition: all 500ms ease;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.testimonials-one__carousel__slick-button:hover {
  color: var(--bultax-white, #fff);
  background-color: var(--bultax-base, #FF5A1E);
  border-color: var(--bultax-base, #FF5A1E);
}
.testimonials-one__carousel__slick-button--prev {
  left: 91px;
}
@media (max-width: 500px) {
  .testimonials-one__carousel__slick-button--prev {
    left: auto;
    right: 17px;
  }
}
.testimonials-one__carousel__slick-button--next {
  left: 17px;
}
@media (max-width: 500px) {
  .testimonials-one__carousel__slick-button--next {
    left: auto;
    right: 91px;
  }
}
@media (max-width: 500px) {
  .testimonials-one__carousel__slick-button {
    left: auto;
    bottom: -70px;
  }
}
.testimonials-one__carousel-thumb {
  position: absolute;
  top: 50%;
  transform: translateY(-39%);
  right: 63px;
}
@media (max-width: 991px) {
  .testimonials-one__carousel-thumb {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin-top: 30px;
  }
}
.testimonials-one__carousel-thumb-box {
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media (max-width: 991px) {
  .testimonials-one__carousel-thumb-box {
    display: none;
  }
}
.testimonials-one__carousel-thumb-box .slick-slide {
  margin: 25px 0;
}
.testimonials-one__carousel-thumb-box .slick-list {
  margin: -25px 0;
}
.testimonials-one__carousel-thumb-box .slick-current.slick-active + .slick-active .carousel-thumb__item {
  border-color: var(--bultax-base, #FF5A1E);
}
.testimonials-one__carousel-thumb-box .slick-current.slick-active + .slick-active .carousel-thumb__item__shape {
  visibility: visible;
  opacity: 1;
}
.testimonials-one .carousel-thumb__item {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  border: 7px solid var(--bultax-white, #fff);
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.testimonials-one .carousel-thumb__item img {
  object-fit: cover;
  width: 100%;
  border-radius: 50%;
}
.testimonials-one .carousel-thumb__item__shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--bultax-black4-rgb, 14, 14, 14), 0.7);
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: var(--bultax-white, #fff);
}

.testimonials-card {
  position: relative;
  z-index: 1;
  padding-top: 18px;
}
.testimonials-card__top {
  display: flex;
  align-items: center;
  background-color: var(--bultax-white, #fff);
  padding: 13px 0 13px 40px;
  position: relative;
  z-index: 1;
  border-radius: 1000px 0 0px 1000px;
  display: inline-block;
  margin-bottom: 35px;
}
@media (max-width: 500px) {
  .testimonials-card__top {
    margin-bottom: 25px;
    padding: 10px 0 10px 20px;
  }
}
.testimonials-card__top .quite {
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bultax-base, #FF5A1E);
  font-size: 34px;
  color: var(--bultax-white, #fff);
  clip-path: polygon(0 0%, 80% 0, 100% 20%, 100% 100%, 0 100%, 0% 50%);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 500px) {
  .testimonials-card__top .quite {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.testimonials-card__top .ster {
  padding-right: 100px;
  font-size: 22px;
  color: var(--bultax-base, #FF5A1E);
  line-height: 1;
}
@media (max-width: 500px) {
  .testimonials-card__top .ster {
    font-size: 16px;
    padding-right: 50px;
  }
}
.testimonials-card__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  text-transform: capitalize;
  color: var(--bultax-white, #fff);
  margin-bottom: 0;
}
.testimonials-card__text a {
  color: var(--bultax-base, #FF5A1E);
  text-decoration: underline;
}
.testimonials-card__author {
  border-top: 1px solid rgba(217, 217, 217, 0.56);
  padding-top: 30px;
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonials-card__author__image {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  padding: 3px;
  background-color: transparent;
  border: 1px solid var(--bultax-base, #FF5A1E);
}
.testimonials-card__author__image img {
  object-fit: cover;
  width: 100%;
  border-radius: 50%;
}
.testimonials-card__author__name {
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  color: var(--bultax-white, #fff);
  margin-bottom: 5px;
}
.testimonials-card__author__deg {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bultax-white, #fff);
  margin-bottom: -3px;
}

.testimonials-three {
  position: relative;
  z-index: 1;
}
.testimonials-three__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.06;
  z-index: -1;
  animation: bgSlide 10s linear infinite;
}
.testimonials-three__carousel {
  margin-left: -20px;
  margin-right: -30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .testimonials-three__carousel {
    margin-right: 0;
    margin-left: 0;
  }
}
.testimonials-three__carousel__slick-button {
  border: none;
  outline: none;
  width: 54px;
  height: 54px;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--bultax-black4, #0E0E0E);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  color: var(--bultax-black4, #0E0E0E);
  transition: all 500ms ease;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.testimonials-three__carousel__slick-button:hover {
  color: var(--bultax-white, #fff);
  background-color: var(--bultax-base, #FF5A1E);
  border-color: var(--bultax-base, #FF5A1E);
}
.testimonials-three__carousel__slick-button--prev {
  left: 91px;
}
.testimonials-three__carousel__slick-button--next {
  left: 17px;
}
.testimonials-three__carousel-thumb-box {
  margin-left: 45px;
}
.testimonials-three__thumb__item {
  width: 286px;
  height: 286px;
  border-radius: 50%;
  margin-bottom: 80px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .testimonials-three__thumb__item {
    width: 210px;
    height: 210px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .testimonials-three__thumb__item {
    margin-right: auto;
    margin-left: auto;
  }
}
.testimonials-three__thumb__item img {
  object-fit: cover;
  width: 100%;
  border-radius: 50%;
}
.testimonials-three__thumb__item__quite {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bultax-base, #FF5A1E);
  font-size: 34px;
  color: var(--bultax-white, #fff);
  margin-right: auto;
  margin-left: auto;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
.testimonials-three__thumb__item__angle {
  width: 286px;
  height: 222px;
  background-color: var(--bultax-black4, #0E0E0E);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(40% 0, 60% 0, 100% 100%, 0% 100%);
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
  .testimonials-three__thumb__item__angle {
    width: 210px;
  }
}
@media (max-width: 991px) {
  .testimonials-three__thumb__item__angle {
    right: 50%;
    transform: translateX(50%);
  }
}
.testimonials-three__thumb__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 1px;
  height: 100%;
  z-index: -1;
  background-color: var(--bultax-border-color, #DDDDDD);
}
@media (max-width: 991px) {
  .testimonials-three__thumb__item::after {
    display: none;
  }
}
.testimonials-three__thumb__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 10px;
  height: 85px;
  background-color: var(--bultax-base, #FF5A1E);
  z-index: 1;
}
@media (max-width: 991px) {
  .testimonials-three__thumb__item::before {
    display: none;
  }
}

.testimonials-card-three .ster {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  font-size: 22px;
  line-height: 136%;
  color: var(--bultax-base, #FF5A1E);
  background-color: #F4F4F4;
  padding: 10px 20px 10px 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .testimonials-card-three .ster {
    font-size: 18px;
  }
}
.testimonials-card-three .ster::after {
  content: "";
  position: absolute;
  top: 5px;
  left: -31px;
  width: 32px;
  height: 40px;
  background-color: var(--bultax-black4, #0E0E0E);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .testimonials-card-three .ster::after {
    height: 30px;
  }
}
.testimonials-card-three__text {
  font-weight: 400;
  font-size: 26px;
  line-height: 192%;
  text-transform: capitalize;
  color: var(--bultax-black4, #0E0E0E);
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--bultax-border-color, #DDDDDD);
}
.testimonials-card-three__text a {
  color: var(--bultax-base, #FF5A1E);
  text-decoration: underline;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .testimonials-card-three__text {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
.testimonials-card-three__author__name {
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  color: var(--bultax-black4, #0E0E0E);
  margin-bottom: 5px;
  text-transform: capitalize;
}
.testimonials-card-three__author__deg {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bultax-text, #636363);
  display: block;
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  z-index: 1;
  margin-top: -70px;
}
.cta-one--two {
  margin-top: 60px;
}
.cta-one--two .cta-one__inner {
  background-color: var(--bultax-black4, #0E0E0E);
}
.cta-one--two .cta-one__inner .bultax-btn::before {
  background-color: var(--bultax-base, #FF5A1E);
}
.cta-one--two .cta-one__inner .bultax-btn:hover .bultax-btn__icon {
  background-color: var(--bultax-white, #fff);
  color: var(--bultax-base, #FF5A1E);
}
.cta-one--two .cta-one__content {
  border-color: var(--bultax-base, #FF5A1E);
}
.cta-one--two .cta-one__inner::after {
  background-color: var(--bultax-base, #FF5A1E);
}
.cta-one__inner {
  background: var(--bultax-base, #FF5A1E);
  border-radius: 10px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta-one__inner {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
  }
}
.cta-one__inner::after {
  content: "";
  position: absolute;
  width: 213px;
  height: 134px;
  top: 0;
  left: 30%;
  background-color: var(--bultax-white, #fff);
  clip-path: polygon(65% 0, 100% 0%, 35% 100%, 0% 100%);
  z-index: -1;
}
@media (max-width: 991px) {
  .cta-one__inner::after {
    display: none;
  }
}
.cta-one__hammer {
  position: absolute;
  bottom: 0;
  left: 27%;
}
.cta-one__hammer img {
  animation: bwLeftToRight 3s ease-in-out infinite;
}
@media (max-width: 991px) {
  .cta-one__hammer {
    display: none;
  }
}
.cta-one__content {
  border-right: 3px solid var(--bultax-white, #fff);
  padding-right: 14px;
}
@media (max-width: 575px) {
  .cta-one__content {
    padding-right: 0;
    border: none;
  }
}
.cta-one__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  text-transform: uppercase;
  color: var(--bultax-white, #fff);
  margin-bottom: 3px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cta-one__title {
    font-size: 18px;
  }
}
.cta-one__text {
  margin-bottom: -4px;
  color: var(--bultax-white, #fff);
}
.cta-one__btn .bultax-btn {
  background-color: var(--bultax-white, #fff);
  color: var(--bultax-black4, #0E0E0E);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cta-one__btn .bultax-btn {
    font-size: 14px;
    padding-right: 20px;
  }
}
@media (max-width: 425px) {
  .cta-one__btn .bultax-btn {
    font-size: 14px;
    padding-right: 20px;
  }
}
.cta-one__btn .bultax-btn:hover {
  color: var(--bultax-white, #fff);
}
.cta-one__btn .bultax-btn:hover .bultax-btn__icon {
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}
.cta-one__btn .bultax-btn__icon {
  background-color: var(--bultax-black, #000000);
  color: var(--bultax-white, #fff);
}

.cta-two {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 140px;
}
@media (max-width: 1199px) {
  .cta-two {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .cta-two {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .cta-two {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.cta-two__bg {
  position: absolute;
  top: 0%;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-size: cover;
  background-position: top right;
  z-index: -1;
}
.cta-two__bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bultax-black4, #0E0E0E);
  opacity: 90%;
}
.cta-two__content {
  position: relative;
  z-index: 1;
}
.cta-two__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 131%;
  text-align: center;
  color: var(--bultax-white, #fff);
  margin-bottom: 20px;
}
.cta-two__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-align: center;
  color: var(--bultax-white, #fff);
  max-width: 570px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 34px;
}
.cta-two__btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .cta-two__btn-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cta-two__call {
  display: flex;
  align-items: center;
}
.cta-two__call__icon {
  font-size: 50px;
  color: var(--bultax-base, #FF5A1E);
  transition: all 0.4s ease-in-out;
  display: flex;
}
.cta-two__call__content {
  margin-right: 24px;
  padding-right: 16px;
  border-right: 2px solid var(--bultax-white, #fff);
  line-height: 1;
}
.cta-two__call__content span {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  color: var(--bultax-white, #fff);
  margin-bottom: 10px;
}
.cta-two__call__content a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: inline;
  color: var(--bultax-white, #fff);
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.cta-two__call__content a:hover {
  background-size: 100% 1px;
}
.cta-two__call__content a {
  margin-bottom: -4px;
}
.cta-two__call__content a:hover {
  color: var(--bultax-base, #FF5A1E);
}
.cta-two__call:hover .cta-two__call__icon {
  color: var(--bultax-white, #fff);
}
.cta-two__call:hover .cta-two__call__icon i {
  animation: bwTada 1s ease 1;
}
.cta-two__call__shape {
  position: absolute;
  top: -60px;
  right: -50px;
}
.cta-two__call__shape img {
  animation: bwscale 3s linear infinite;
}
@media (max-width: 575px) {
  .cta-two__call__shape {
    display: none;
  }
}
.cta-two__call__shape-two {
  position: absolute;
  top: -60px;
  left: -50px;
}
.cta-two__call__shape-two img {
  animation: bwscale 3s linear infinite;
}
@media (max-width: 575px) {
  .cta-two__call__shape-two {
    display: none;
  }
}
.cta-two__shape {
  position: absolute;
  top: -10px;
  right: 0;
}

.slider-area {
  position: relative;
  z-index: 1;
  background-color: var(--bultax-base, #FF5A1E);
}
.slider-area--two {
  background-color: var(--bultax-black4, #0E0E0E);
}
.slider-area--two .slider-area__text-slider__item:nth-child(even) {
  color: var(--bultax-black4, #0E0E0E);
}
.slider-area--two .slider-area__text-slider {
  animation-direction: alternate;
}
.slider-area__text-slider {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 45px;
  padding: 38px 0;
  animation: textScrolling 25s linear infinite;
  animation-direction: reverse;
  will-change: transform;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .slider-area__text-slider {
    padding: 20px;
  }
}
.slider-area__text-slider__item {
  font-weight: 700;
  font-size: 50px;
  line-height: 60%;
  text-transform: uppercase;
  color: var(--bultax-white, #fff);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
}
@media (max-width: 575px) {
  .slider-area__text-slider__item {
    font-size: 30px;
  }
  .slider-area__text-slider__item img {
    width: 30px;
    height: auto;
  }
}
.slider-area__text-slider__item:nth-child(even) {
  color: var(--bultax-base, #FF5A1E);
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff;
}
.slider-area__text-slider__item:nth-child(even) span {
  display: block;
  position: relative;
  z-index: 1;
}
.slider-area__text-slider__item:nth-child(even) span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  border: 1px solid var(--bultax-white, #fff);
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-one {
  position: relative;
}
.gallery-one .container-fluid {
  max-width: 1545px;
  margin-right: auto;
  margin-left: auto;
}
.gallery-one__filter__list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .gallery-one__filter__list {
    gap: 20px;
  }
}
.gallery-one__filter__list li {
  cursor: pointer;
}
.gallery-one__filter__list li span {
  display: block;
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  font-size: 16px;
  background-color: var(--bultax-border-color, #DDDDDD);
  transition: all 500ms ease;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--bultax-black, #000000);
  padding: 14px 24px;
  line-height: 1.2em;
}
.gallery-one__filter__list li.active span, .gallery-one__filter__list li:hover span {
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}
.gallery-one__card {
  position: relative;
  overflow: hidden;
  background-color: var(--bultax-black, #000000);
  margin: 0 0 0px;
}
.gallery-one__card img {
  transform: scale(1);
  object-fit: cover;
  width: 100%;
  transition: transform 500ms ease, opacity 500ms ease;
  opacity: 1;
}
.gallery-one__card__hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(var(--bultax-base-rgb, 255, 90, 30), 90%);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}
.gallery-one__card__hover .img-popup {
  position: relative;
  width: 72px;
  height: 72px;
  background-color: var(--bultax-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  color: var(--bultax-base, #FF5A1E);
  transition: all 400ms ease;
}
.gallery-one__card__hover .img-popup i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-one__card__hover .img-popup:hover {
  background-color: var(--bultax-black, #000000);
  color: var(--bultax-white, #fff);
}
.gallery-one__card__hover .img-popup:hover i {
  animation: iconTranslateY 0.4s forwards;
}
.gallery-one__card:hover img {
  transform: scale(1.05);
}
.gallery-one__card:hover .gallery-one__card__hover {
  transform-origin: top center;
  transform: scale(1, 1);
}
.gallery-one .row {
  --bs-gutter-x: 0px;
  --bs-gutter-y: 0px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar__single {
  padding: 34px 32px;
  background-color: #F0F2F8;
  border-radius: 10px;
}
@media (min-width: 992px) and (max-width: 1199px), (max-width: 375px) {
  .sidebar__single {
    padding: 26px 25px;
  }
}
.sidebar .sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__search {
  position: relative;
}
.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  padding-right: 20px;
  border-radius: 10px;
  padding-left: 44px;
  outline: none;
  border: 0;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: var(--bultax-text, #636363);
  font-weight: 400;
  background-color: var(--bultax-white, #fff);
  transition: all 400ms ease;
}
.sidebar__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: var(--bultax-base, #FF5A1E);
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 15px;
  color: var(--bultax-white, #fff);
  transition: all 400ms ease;
  border-radius: 50%;
}
.sidebar__search button[type=submit]:hover {
  color: var(--bultax-white, #fff);
  background-color: var(--bultax-black2, #333333);
}
.sidebar__title {
  position: relative;
  margin-bottom: 34px;
  text-transform: capitalize;
  color: var(--bultax-black3, #222222);
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}
.sidebar__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 39px;
  height: 3px;
  background-color: var(--bultax-base, #FF5A1E);
}
.sidebar__categories-wrapper {
  padding-bottom: 38px;
}
@media (min-width: 992px) and (max-width: 1199px), (max-width: 375px) {
  .sidebar__categories-wrapper {
    padding-bottom: 27px;
  }
}
.sidebar__categories {
  margin: 0;
}
.sidebar__categories-title {
  margin-bottom: 28px;
}
.sidebar__categories-title::after {
  width: 67px;
}
.sidebar__categories li:not(:last-child) {
  margin-bottom: 15px;
}
.sidebar__categories li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 500ms ease;
  color: var(--bultax-text, #636363);
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}
@media (min-width: 768px) and (max-width: 1199px), (max-width: 360px) {
  .sidebar__categories li a {
    font-size: 16px;
  }
}
.sidebar__categories li a span {
  color: inherit;
}
.sidebar__categories li a:hover {
  color: var(--bultax-base, #FF5A1E);
}
.sidebar__categories__text {
  display: flex;
  align-items: center;
  gap: 11px;
}
.sidebar__categories__icon {
  display: inline-flex;
  font-size: 17px;
  overflow: hidden;
}
.sidebar__tags {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.sidebar__tags .bultax-btn {
  color: #636363;
  font-family: var(--bultax-font, "Roboto", sans-serif);
  font-size: 16px;
  font-weight: 400;
  padding: 6px 25px;
  border-radius: 0;
  background-color: var(--bultax-white, #fff);
  border: 1px solid #D7D7D7;
  text-transform: capitalize;
}
.sidebar__tags .bultax-btn::before {
  background-color: var(--bultax-base, #FF5A1E);
}
.sidebar__tags .bultax-btn:hover {
  color: var(--bultax-white, #fff);
  border-color: var(--bultax-base, #FF5A1E);
}
.sidebar__posts__item {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 13px;
}
.sidebar__posts__item:hover .sidebar__posts__image img {
  transform: scale(1) rotate(0deg);
}
.sidebar__posts__item:hover .sidebar__posts__image::after {
  transform: translateX(0%);
}
.sidebar__posts__item + .sidebar__posts__item {
  margin-top: 29px;
}
.sidebar__posts__image {
  overflow: hidden;
  height: 78px;
  width: 94px;
  position: relative;
  z-index: 1;
}
.sidebar__posts__image img {
  object-fit: cover;
  width: 100%;
  transition: all 0.4s ease-in-out;
  transform: scale(1.1) rotate(9deg);
}
.sidebar__posts__image::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--bultax-black-rgb, 0, 0, 0), 0.6);
  transform: translateX(100%);
  transition: all 0.4s ease-in-out;
}
.sidebar__posts__meta {
  display: flex;
  align-items: center;
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  gap: 10px;
  margin-bottom: 14px;
}
.sidebar__posts__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 100%;
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  margin: 0;
  max-width: 150px;
  width: 100%;
  color: var(--bultax-black2, #333333);
}
.sidebar__posts__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}
.sidebar__posts__title a:hover {
  color: var(--bultax-base, #FF5A1E);
}

.service-sidebar {
  position: relative;
  z-index: 1;
}
.service-sidebar__nav-box {
  margin-bottom: 0;
  background-color: #F4F4F4;
  padding: 30px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 425px) {
  .service-sidebar__nav-box {
    padding: 20px;
  }
}
.service-sidebar__nav-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  color: var(--bultax-black3, #222222);
  margin-bottom: 23px;
}
.service-sidebar__nav {
  margin-bottom: 0;
  position: relative;
}
.service-sidebar__nav__list a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  color: var(--bultax-black3, #222222);
  padding: 10px 20px;
  border-radius: 100px;
  background-color: var(--bultax-white, #fff);
  position: relative;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 425px) {
  .service-sidebar__nav__list a {
    font-size: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.service-sidebar__nav__list a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bultax-black, #000000);
  z-index: -1;
  transition: all 0.4s ease-in-out;
  transform: translateX(100%);
}
.service-sidebar__nav__list.current a, .service-sidebar__nav__list:hover a {
  color: var(--bultax-white, #fff);
}
.service-sidebar__nav__list.current a .service-sidebar__nav__icon, .service-sidebar__nav__list:hover a .service-sidebar__nav__icon {
  background-color: var(--bultax-white, #fff);
  color: var(--bultax-base, #FF5A1E);
}
.service-sidebar__nav__list.current a::after, .service-sidebar__nav__list:hover a::after {
  transform: translateX(0);
}
.service-sidebar__nav__list + .service-sidebar__nav__list {
  margin-top: 20px;
}
.service-sidebar__nav__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
  font-size: 16px;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}

/*Header Right Menu Style*/
.header-right-sidebar {
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: right center;
  transition: transform 600ms ease 600ms, visibility 600ms ease 600ms;
  position: fixed;
  visibility: hidden;
  background: transparent;
}
.header-right-sidebar__overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--bultax-black, #000000);
  opacity: 0.6;
  cursor: url(../images/close.png), auto;
}
.header-right-sidebar__content {
  max-width: 460px;
  width: 100%;
  z-index: 10;
  position: relative;
  height: 100%;
  margin-right: auto;
  margin-left: 0;
  overflow-y: auto;
  padding: 50px 44px;
  overflow: hidden;
  overflow-y: auto;
  background-color: var(--bultax-black4, #0E0E0E);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 800ms ease 0ms, visibility 800ms ease 0ms, transform 800ms ease 0ms;
}
.header-right-sidebar__close {
  font-size: 22px;
  color: var(--bultax-white, #fff);
  position: absolute;
  padding: 30px;
  top: 0px;
  left: 30px;
  cursor: pointer;
}
.header-right-sidebar__logo-box {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--bultax-border-color, #DDDDDD);
}
.header-right-sidebar__container {
  padding-top: 30px;
}
.header-right-sidebar__container__about {
  padding-bottom: 40px;
}
.header-right-sidebar__container__title {
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  color: var(--bultax-white, #fff);
  text-transform: capitalize;
  margin-bottom: 22px;
}
.header-right-sidebar__container__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  margin-bottom: 0;
  padding-bottom: 0;
  color: var(--bultax-white, #fff);
}
.header-right-sidebar__container__list {
  padding-bottom: 40px;
}
.header-right-sidebar__container__list__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-right-sidebar__container__list__item:hover .header-right-sidebar__container__icon {
  color: var(--bultax-white, #fff);
  background-color: var(--bultax-base, #FF5A1E);
}
.header-right-sidebar__container__list__item + .header-right-sidebar__container__list__item {
  margin-top: 25px;
}
.header-right-sidebar__container__list__title {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: capitalize;
  color: var(--bultax-white, #fff);
}
.header-right-sidebar__container__list a,
.header-right-sidebar__container__list p {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 0;
  padding-bottom: 0;
  color: var(--bultax-gray, #F4F4F4);
}
.header-right-sidebar__container__list a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.header-right-sidebar__container__list a:hover {
  background-size: 100% 1px;
}
.header-right-sidebar__container__list a:hover {
  color: var(--bultax-white, #fff);
}
.header-right-sidebar__container__icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 50%;
  color: var(--bultax-base, #FF5A1E);
  background: var(--bultax-gray, #F4F4F4);
  transition: all 0.4s ease-in-out;
}
.header-right-sidebar__container .newsletter-box input[type=email] {
  width: 100%;
  border: none;
  outline: none;
  height: 55px;
  background-color: var(--bultax-white, #fff);
  color: var(--bultax-text, #636363);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  padding-right: 30px;
  padding-left: 60px;
  transition: all 500ms ease;
  border-radius: 8px;
}
.header-right-sidebar__container .newsletter-box input[type=email]:focus {
  color: var(--bultax-text, #636363);
}
.header-right-sidebar__container .newsletter-box input[type=email]::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: var(--bultax-text, #636363);
}
.header-right-sidebar__container .newsletter-box .bultax-btn {
  margin-top: 20px;
}
.header-right-sidebar__container .newsletter-box .bultax-btn::before {
  background-color: var(--bultax-white, #fff);
}
.header-right-sidebar__container .newsletter-box .bultax-btn:hover {
  color: var(--bultax-black4, #0E0E0E);
}
.header-right-sidebar__container .newsletter-box .bultax-btn:hover .bultax-btn__icon {
  background-color: var(--bultax-black4, #0E0E0E);
  color: var(--bultax-white, #fff);
}
.header-right-sidebar.isActive {
  visibility: visible;
  transform: translateX(0%);
}
.header-right-sidebar.isActive .header-right-sidebar__content {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}

/*--------------------------------------------------------------
# Blog details
--------------------------------------------------------------*/
.blog-details__image {
  position: relative;
  margin-bottom: 40px;
}
.blog-details__image img {
  object-fit: cover;
  width: 100%;
}
.blog-details .blog-list-card__meta {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.blog-details .blog-list-card__user {
  display: flex;
  align-items: center;
  gap: 11px;
}
.blog-details .blog-list-card__user .user img {
  object-fit: cover;
  width: 100%;
  border-radius: 50%;
  border: 2px solid var(--bultax-base, #FF5A1E);
}
.blog-details .blog-list-card__user .blog-list-card__user__name {
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.blog-details .blog-list-card__user .blog-list-card__user__name:hover {
  color: var(--bultax-base, #FF5A1E);
}
.blog-details__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 18px;
}
.blog-details__text {
  margin: 0;
}
.blog-details__text + .blog-details__text {
  margin-top: 15px;
}
.blog-details__post {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  padding-top: 29px;
  padding-bottom: 29px;
  border-top: 1px solid var(--bultax-border-color, #DDDDDD);
  border-bottom: 1px solid var(--bultax-border-color, #DDDDDD);
}
.blog-details__tags {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-details__tags__title {
  color: var(--bultax-black2, #333333);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}
.blog-details__tags .sidebar__tags a {
  color: var(--bultax-text, #636363);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  padding: 7px 22px;
  border-radius: 30px;
  background-color: #F5F2EF;
}
.blog-details__tags .sidebar__tags a:hover {
  color: var(--bultax-white, #fff);
  background-color: var(--bultax-base, #FF5A1E);
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-one {
  margin-top: 54px;
}
.comments-one__title {
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #122F2A;
}
.comments-one__list {
  margin: 0;
  margin-top: 45px;
}
.comments-one__card {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--bultax-border-color, #DDDDDD);
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .comments-one__card {
    flex-direction: column;
    gap: 18px;
  }
}
.comments-one__card__image {
  position: relative;
  margin-left: 30px;
  border-radius: 50%;
}
.comments-one__card__image img {
  border-radius: 50%;
}
.comments-one__card__title {
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  color: var(--bultax-black3, #222222);
}
.comments-one__card__text {
  margin-bottom: 0;
}
.comments-one__card__date {
  font-size: 16px;
  font-weight: 400;
  color: var(--bultax-text, #636363);
  margin-bottom: 0;
}
.comments-one__card__btn {
  margin-top: 3px;
}
.comments-one__card__btn .comments-one__card__btn__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--bultax-base, #FF5A1E);
  position: absolute;
  left: 50px;
}
.comments-one__card__content {
  position: relative;
}
.comments-one .comments-form {
  margin-top: 40px;
}
.comments-one .comments-form__title {
  margin: 0;
  text-transform: capitalize;
  color: var(--bultax-black, #000000);
  font-weight: 400;
  font-size: 30px;
}
.comments-one .comments-form__form {
  margin-top: 30px;
}
.comments-one .comments-form .form-one .bootstrap-select > .dropdown-toggle:focus,
.comments-one .comments-form .form-one input[type=text]:focus,
.comments-one .comments-form .form-one input[type=email]:focus,
.comments-one .comments-form .form-one textarea:focus {
  font-weight: 400;
  border-color: var(--bultax-black, #000000);
}
.comments-one .comments-form .form-one__group {
  grid-gap: 20px;
}
.comments-one .comments-form .form-one .bultax-btn > span,
.comments-one .comments-form .form-one .bultax-btn > i {
  border-radius: 5px;
}
.comments-one .comments-form__rating {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 22px;
}
@media (max-width: 478px) {
  .comments-one .comments-form__rating {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.comments-one .comments-form__rating h4 {
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
  color: var(--bultax-black, #000000);
  margin: 0;
}
.comments-one .comments-form__review {
  display: flex;
  align-items: center;
  font-size: 30px;
  color: var(--bultax-base, #FF5A1E);
  letter-spacing: 8px;
}
.comments-one .comments-two {
  padding-top: 40px;
}
.comments-one .comments-two__title {
  margin: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 30px;
  color: var(--bultax-black, #000000);
}
.comments-one .comments-two__list {
  margin: 0;
  margin-top: 45px;
}
.comments-one .comments-two__card {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--bultax-border-color, #DDDDDD);
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .comments-one .comments-two__card {
    flex-direction: column;
    gap: 18px;
  }
}
.comments-one .comments-two__card__image {
  position: relative;
  margin-left: 30px;
  border-radius: 50%;
}
.comments-one .comments-two__card__image img {
  border-radius: 50%;
}
.comments-one .comments-two__card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 478px) {
  .comments-one .comments-two__card__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.comments-one .comments-two__card__title {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 348px) {
  .comments-one .comments-two__card__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.comments-one .comments-two__card__title h3 {
  margin: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: var(--bultax-black, #000000);
}
.comments-one .comments-two__card__title p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  color: var(--bultax-base, #FF5A1E);
}
.comments-one .comments-two__card__review {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--bultax-black, #000000);
  letter-spacing: 3px;
}
.comments-one .comments-two__card__text {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}
.comments-one .comments-two__card__btn {
  margin-top: 23px;
}
.comments-one .comments-two__card__btn .bultax-btn {
  font-size: 16px;
  font-weight: 600;
}
.comments-one .comments-two__card__btn .bultax-btn > i {
  border: none;
  background-color: var(--bultax-gray, #F4F4F4);
  color: var(--bultax-black, #000000);
  padding: 5px 22px;
}
.comments-one .comments-two__card__content {
  position: relative;
}

.comments-form__title {
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
  color: #122F2A;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.comments-form__form {
  margin-top: 30px;
}
.comments-form input[type=text],
.comments-form input[type=email],
.comments-form input[type=tel],
.comments-form input[type=date],
.comments-form textarea {
  height: 60px;
  width: 100%;
  background-color: #F5F2EF;
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #F5F2EF;
}
.comments-form input[type=text]::placeholder,
.comments-form input[type=email]::placeholder,
.comments-form input[type=tel]::placeholder,
.comments-form input[type=date]::placeholder,
.comments-form textarea::placeholder {
  color: var(--bultax-text, #636363);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}
.comments-form textarea {
  height: 165px;
}
.comments-form .form-one .bootstrap-select > .dropdown-toggle:focus,
.comments-form .form-one input[type=text]:focus,
.comments-form .form-one input[type=email]:focus,
.comments-form .form-one input[type=tel]:focus,
.comments-form .form-one input[type=date]:focus,
.comments-form .form-one textarea:focus {
  border: 1px solid var(--bultax-base, #FF5A1E);
}
.comments-form .form-one__group {
  grid-gap: 30px;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.product {
  position: relative;
}
.product__sidebar {
  position: relative;
}
.product__sidebar--title {
  position: relative;
  margin-bottom: 22px;
  color: var(--bultax-black, #000000);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.product__search {
  background-color: #F0F2F8;
  padding: 15px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.product__sidebar__search {
  position: relative;
}
.product__sidebar__search input[type=search],
.product__sidebar__search input[type=text] {
  outline: none;
  border-radius: 6px;
  width: 100%;
  height: 55px;
  background-color: var(--bultax-white, #fff);
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-right: 25px;
  padding-left: 30px;
  transition: all 500ms ease;
  border: none;
}
.product__sidebar__search input[type=search]:focus,
.product__sidebar__search input[type=text]:focus {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  border: none;
}
.product__sidebar__search input[type=search]::placeholder,
.product__sidebar__search input[type=text]::placeholder {
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.product__sidebar__search button[type=submit] {
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: auto;
  font-size: 16px;
  color: var(--bultax-white, #fff);
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-self: center;
  justify-content: center;
  background-color: var(--bultax-base, #FF5A1E);
  transition: all 500ms ease;
}
.product__sidebar__search button[type=submit] i {
  line-height: 30px;
}
.product__sidebar__search button[type=submit]:hover {
  background-color: var(--bultax-black3, #222222);
  color: var(--bultax-white, #fff);
}
.product__price-ranger {
  background-color: #F0F2F8;
  padding: 24px 28px 28px;
  margin-bottom: 30px;
  border-radius: 6px;
}
.product__price-ranger .product__sidebar--title {
  margin-bottom: 15px;
}
.product__price-ranger #slider-range {
  margin: 15px 0px 23px 0;
  background: var(--bultax-base, #FF5A1E);
  border: none;
  height: 4px;
  border-radius: 10px;
  position: relative;
}
.product__price-ranger #slider-range .ui-slider-range {
  height: 100%;
  background: var(--bultax-base, #FF5A1E);
}
.product__price-ranger #slider-range .ui-slider-handle {
  position: absolute;
  top: -6px;
  background: var(--bultax-base, #FF5A1E);
  border: 0;
  height: 15px;
  width: 15px !important;
  border-radius: 50%;
  margin-right: -3px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}
.product__price-ranger .ranger-min-max-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0px 0 0;
}
.product__price-ranger .ranger-min-max-block input[type=text] {
  position: relative;
  display: inline-block;
  color: var(--bultax-black3, #222222);
  width: 45px;
  border: none;
  outline: none;
  padding: 0;
  text-align: center;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.product__price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--bultax-black3, #222222);
  font-size: 16px;
  font-weight: 700;
  right: -2px;
}
.product__price-ranger .ranger-min-max-block button[type=submit] {
  position: relative;
  display: block;
  float: left;
  text-align: center;
  border: none;
  margin: 0;
  cursor: pointer;
  padding: 1px 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 185.714%;
  text-transform: capitalize;
  z-index: 1;
  border-radius: 5px;
  background: var(--bultax-white, #fff);
  color: var(--bultax-black3, #222222);
}
.product__price-ranger .ranger-min-max-block button[type=submit]:hover {
  color: var(--bultax-white, #fff);
}
.product__categories {
  background-color: #F0F2F8;
  padding: 30px 30px 25px 30px;
  border-radius: 10px;
  padding: 24px 28px;
}
.product__categories ul {
  margin-bottom: 0;
}
.product__categories ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 25px;
  transition: all 500ms ease;
  background-color: var(--bultax-white, #fff);
  border-radius: 100px;
  color: #7A8385;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product__categories ul li a i {
  font-size: 18px;
  margin-left: 8px;
  transition: all 500ms ease;
}
.product__categories ul li a:hover {
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}
.product__categories ul li a:hover i {
  color: var(--bultax-white, #fff);
}
.product__categories ul li + li {
  margin-top: 20px;
}
.product__info-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .product__info-top {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .product__info-top {
    display: block;
    margin-top: 40px;
  }
}
.product__showing-text {
  margin: 0;
  color: #636363;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 767px) {
  .product__showing-text {
    margin-bottom: 15px;
  }
}
.product__showing-sort {
  margin: 0;
  font-size: 16px;
}
.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 210px !important;
}
@media (max-width: 360px) {
  .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 210px !important;
  }
}
.product__showing-sort .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.product__showing-sort .bootstrap-select .dropdown-menu {
  border: none;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle {
  border-radius: 0;
  position: relative;
  height: 50px;
  outline: none !important;
  border: 0;
  background-color: #F0F2F8 !important;
  margin: 0;
  padding: 0;
  padding-right: 38px;
  padding-left: 30px;
  line-height: 50px;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: left 25.75px center;
  color: #636363;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  font-family: "icomoon" !important;
  content: "\e921";
  font-weight: 500;
  font-size: 14px;
  color: var(--bultax-base, #FF5A1E);
}
.product__showing-sort .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid rgba(var(--bultax-border-color-rgb, 221, 221, 221), 0.4);
}
.product__showing-sort .bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  color: var(--bultax-white, #fff);
  background: var(--bultax-black3, #222222);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product__showing-sort .bootstrap-select .dropdown-menu > li:hover > a,
.product__showing-sort .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
  border-color: var(--bultax-border-color, #DDDDDD);
}
.product {
  /** Product Item**/
}
.product__item {
  position: relative;
  background-color: var(--bultax-white, #fff);
  border: 1px solid #DDDDDD;
  transition: all 500ms ease;
  border-radius: 0px;
  padding: 0px 20px 48px;
}
.product__item:hover {
  border: 1px solid var(--bultax-base, #FF5A1E);
}
.product__item__img {
  background-color: var(--bultax-white, #fff);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.product__item__img__item {
  max-width: 220px;
  width: 100%;
  height: 210px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: end;
  justify-content: center;
  margin-bottom: 30px;
}
.product__item__img__item img {
  object-fit: cover;
  transition: all 500ms ease;
  transform: scale(1);
}
.product__item__btn {
  position: absolute;
  left: 0px;
  top: 20px;
  z-index: 2;
}
.product__item__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #F1F5F6;
  border-radius: 50%;
  color: var(--bultax-base, #FF5A1E);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
}
.product__item__btn a:hover {
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}
.product__item__btn a:nth-child(1) {
  transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(-30px, 0, 0);
  background-color: var(--bultax-black4, #0E0E0E);
  color: var(--bultax-white, #fff);
}
.product__item__btn a:nth-child(2) {
  transition: transform 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(-30px, 0, 0);
}
.product__item__btn a:nth-child(3) {
  transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(-30px, 0, 0);
}
.product__item__btn a:nth-child(4) {
  transition: transform 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(-30px, 0, 0);
}
.product__item__btn a + a {
  margin-top: 10px;
}
.product__item:hover .product__item__img img {
  transform: scale(1.05);
}
.product__item:hover .product__item__btn a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.product__item__content {
  position: relative;
  text-align: center;
}
.product__item__ratings {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: var(--bultax-base, #FF5A1E);
  letter-spacing: 2px;
  margin-bottom: 22px;
}
.product__item__title {
  margin-bottom: 5px;
  color: var(--bultax-black3, #222222);
  text-align: center;
  font-size: 22px;
  line-height: 136%;
  font-weight: 700;
  text-transform: capitalize;
}
.product__item__title a {
  color: inherit;
}
.product__item__title a:hover {
  color: var(--bultax-base, #FF5A1E);
}
.product__item__price {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #626262;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 13px;
}
.product__item .bultax-btn {
  color: var(--bultax-black2, #333333);
  font-size: 13.959px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 9px 19px;
  background: #F0F2F8;
  border-radius: 4px;
}
.product__item .bultax-btn::before {
  background-color: var(--bultax-base, #FF5A1E);
}
.product__item .bultax-btn:hover {
  color: var(--bultax-white, #fff);
}

@media (min-width: 992px) {
  .product-one__carousel .owl-nav {
    display: none;
  }
}
.product-one__carousel .product__item__img__item img {
  width: auto !important;
}

/***Category Area***/
.category-area {
  position: relative;
  z-index: 1;
  background-color: var(--bultax-white, #fff);
}
.category-area .sec-title {
  padding-bottom: 80px;
}

.product-three {
  transition: all 0.4s ease-in-out;
}
.product-three__thumb {
  width: 117px;
  height: 117px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E9F6EB;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.product-three__title {
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.product-three__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.product-three__title a:hover {
  background-size: 100% 1px;
}
.product-three__title a:hover {
  color: var(--bultax-base, #FF5A1E);
}
.product-three__inner {
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 20px;
  padding: 50px 30px 0;
  transition: all 0.6s ease-in-out;
}
.product-three__inner .product-three__box {
  position: relative;
  margin-bottom: -20px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bultax-base, #FF5A1E);
  margin-right: auto;
  margin-left: auto;
  transition: all 0.4s ease-in-out;
}
.product-three__inner .product-three__box::after {
  content: "";
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  position: absolute;
  background-color: transparent;
  border-radius: 50%;
  border: 1px dashed var(--bultax-black3, #222222);
  animation: rotated 8s ease-in-out infinite;
}
.product-three__inner::after {
  content: "";
  width: 330px;
  height: 330px;
  background-color: var(--bultax-base, #FF5A1E);
  border-radius: 330px;
  background: var(--bultax-base, #FF5A1E);
  position: absolute;
  top: -330px;
  right: 50%;
  visibility: hidden;
  transform: translateX(50%);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.product-three__btn {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.product-three__btn a {
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-black3, #222222);
  position: relative;
  z-index: 1;
  margin-bottom: -20px;
}
.product-three__btn a:hover {
  color: var(--bultax-white, #fff);
  background-color: var(--bultax-base, #FF5A1E);
}
.product-three:hover {
  transform: translateY(-20px);
}
.product-three:hover .product-three__inner {
  background-color: var(--bultax-black3, #222222);
  box-shadow: none;
}
.product-three:hover .product-three__inner::after {
  visibility: visible;
  opacity: 1;
  top: -205px;
}
.product-three:hover .product-three__title {
  color: var(--bultax-white, #fff);
}
.product-three:hover .product-three__btn {
  visibility: visible;
  opacity: 1;
}
.product-three:hover .product-three__thumb {
  background-color: var(--bultax-white, #fff);
}
.product-three:hover .product-three__thumb img {
  animation: iconTranslateX 0.4s forwards;
}
.product-three:hover .product-three__box::after {
  border-color: var(--bultax-base, #FF5A1E);
}

/*--------------------------------------------------------------
# Shop details
--------------------------------------------------------------*/
.product-details {
  position: relative;
}
.product-details__product {
  display: flex;
  gap: 30px 22px;
}
@media (max-width: 991px) {
  .product-details__product {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-details__thumb-box {
  width: 120px;
}
@media (max-width: 991px) {
  .product-details__thumb-box {
    width: 100%;
  }
}
.product-details__carousel-box {
  margin-bottom: 5px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  border: 1px solid var(--bultax-border-color, #DDDDDD);
}
@media (max-width: 991px) {
  .product-details__carousel-box {
    width: 100%;
    margin: 0;
  }
}
.product-details__thumb {
  --slick-gutter: 13px;
  width: 126px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .product-details__thumb {
    width: 100%;
  }
}
.product-details__thumb .slick-list {
  clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
  margin: 0;
  padding: 0;
}
.product-details__thumb .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .product-details__thumb .slick-slide {
    margin-right: calc(var(--slick-gutter) / 2);
    margin-left: calc(var(--slick-gutter) / 2);
  }
}
@media (min-width: 992px) {
  .product-details__thumb .slick-slide {
    margin-top: calc(var(--slick-gutter) / 2);
    margin-bottom: calc(var(--slick-gutter) / 2);
  }
}
.product-details__thumb__item {
  position: relative;
  cursor: pointer;
  width: 113px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid var(--bultax-border-color, #DDDDDD);
  z-index: 2;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-details__thumb__item {
    width: 114px;
    height: 114px;
  }
}
@media (max-width: 991px) {
  .product-details__thumb__item {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .product-details__thumb__item {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 575px) {
  .product-details__thumb__item {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 480px) {
  .product-details__thumb__item {
    width: 83px;
    height: 83px;
  }
}
@media (max-width: 430px) {
  .product-details__thumb__item {
    width: 105px;
    height: 105px;
  }
}
@media (max-width: 390px) {
  .product-details__thumb__item {
    width: 95px;
    height: 95px;
  }
}
@media (max-width: 360px) {
  .product-details__thumb__item {
    width: 83px;
    height: 83px;
  }
}
.product-details__thumb__item img {
  position: relative;
  cursor: pointer;
  max-width: 100%;
  height: auto;
  z-index: 1;
}
.product-details__thumb__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(-70%);
  background-color: RGBA(var(--bultax-black-rgb, 0, 0, 0), 0.6);
  transition: all 500ms ease;
  z-index: 1;
}
.product-details__thumb__hover .img-popup {
  display: inline-block;
  font-size: 27px;
  color: var(--bultax-white, #fff);
}
.product-details__thumb__hover .img-popup:hover {
  color: var(--bultax-base, #FF5A1E);
}
.product-details__thumb .slick-slide.slick-current .product-details__thumb__hover {
  opacity: 1;
  transform: translateY(0%);
}
.product-details__carousel {
  --slick-gutter: 10px;
}
@media (max-width: 991px) {
  .product-details__carousel {
    width: 100%;
  }
}
.product-details__carousel .slick-list {
  clip-path: inset(0 calc(var(--slick-gutter) / 2) 0 calc(var(--slick-gutter) / 2));
  margin: 0;
  padding: 0;
}
.product-details__carousel .slick-slide {
  margin-top: calc(var(--slick-gutter) / 2);
  margin-bottom: calc(var(--slick-gutter) / 2);
}
.product-details__image {
  height: 491px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .product-details__image {
    height: 100%;
    padding: 20px 20px 43px;
  }
}
.product-details__image__title {
  display: inline-block;
  padding: 7px 14px;
  font-size: 16px;
  color: var(--bultax-white, #fff);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
  border-radius: 5px;
  background-color: var(--bultax-base, #FF5A1E);
  position: absolute;
  top: 20px;
  right: 20px;
}
.product-details__image img {
  max-width: 100%;
  object-fit: cover;
}
.product-details__content {
  margin-left: 65px;
}
@media (max-width: 1199px) {
  .product-details__content {
    margin-left: 0;
  }
}
.product-details__title {
  margin: 0 0 16px;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
}
.product-details__price-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 13px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--bultax-border-color, #DDDDDD);
}
@media (max-width: 575px) {
  .product-details__price-inner {
    flex-direction: column;
    justify-content: start;
    gap: 5px;
    align-items: start;
  }
}
.product-details__price__regular {
  color: var(--bultax-base, #FF5A1E);
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
}
.product-details__color-inner {
  margin-bottom: 30px;
}
.product-details__review {
  font-size: 16px;
  letter-spacing: 2px;
  color: var(--bultax-base, #FF5A1E);
  display: flex;
  align-items: center;
}
.product-details__review a {
  color: var(--bultax-base, #FF5A1E);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
}
.product-details__excerpt {
  display: block;
  font-weight: 500;
  margin-bottom: 20px;
}
.product-details__color__title {
  color: #788284;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--bultax-font, "Roboto", sans-serif);
  margin-bottom: 8px;
}
.product-details__color {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 35px;
}
.product-details__color button {
  width: 22px;
  height: 22px;
  border-radius: 1px;
  background-color: transparent;
  transition: all 500ms ease;
}
.product-details__color button:nth-child(1) {
  background-color: #151212;
  border: 2px solid rgba(205, 168, 141, 0.72);
}
.product-details__color button:nth-child(2) {
  background-color: #EE2761;
  border: 2px solid rgba(143, 142, 142, 0.7215686275);
}
.product-details__color button:nth-child(3) {
  background-color: #9033E6;
  border: 2px solid rgba(231, 173, 190, 0.72);
}
.product-details__color button:nth-child(4) {
  background-color: #33B387;
  border: 2px solid rgba(231, 173, 190, 0.72);
}
.product-details__color button:nth-child(5) {
  background-color: #FF9601;
  border: 2px solid rgba(231, 173, 190, 0.72);
}
.product-details__buttons {
  margin-bottom: 30px;
}
.product-details__socials {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-details__socials__title {
  mcolor: var(--bultax-border-color, #DDDDDD);
  font-family: var(--bultax-font, "Roboto", sans-serif);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  margin-left: 12px;
}
.product-details__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  background-color: var(--bultax-border-color, #DDDDDD);
  color: var(--bultax-black, #000000);
}
.product-details__socials a:hover {
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}
.product-details__description {
  margin-top: 50px;
  padding-top: 45px;
  border-top: 1px solid var(--bultax-border-color, #DDDDDD);
}
.product-details__description__title {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.product-details__description__text {
  margin: 0;
}
.product-details__description__text + .product-details__description__lists {
  margin-top: 24px;
}
.product-details__description__lists {
  max-width: 780px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px 50px;
  margin: 0;
}
@media (min-width: 576px) {
  .product-details__description__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-details__description__lists li {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 8px;
  color: var(--bultax-text, #636363);
  font-size: 16px;
  font-weight: 500;
  line-height: 162.5%;
}
.product-details__description__lists li i {
  transition: all 0.4s ease-in-out;
  margin-top: 5px;
  font-size: 18px;
  color: var(--bultax-base, #FF5A1E);
}
.product-details__description__lists li:hover i {
  color: var(--bultax-black, #000000);
}
.product-details__description__lists + .product-details__description__text {
  margin-top: 24px;
}
.product-details__comment {
  border-top: 1px solid var(--bultax-border-color, #DDDDDD);
  margin: 30px 0 0;
  padding: 30px 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .product-details__comment {
    margin: 44px 0 0;
    padding: 43px 0 0;
  }
}
.product-details__review-title {
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: 700;
}
.product-details__comment-box {
  position: relative;
  padding: 11px 200px 52px 0;
  margin-bottom: 45px;
  min-height: 166px;
}
@media (max-width: 767px) {
  .product-details__comment-box {
    padding-right: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.product-details__comment-box__thumb {
  width: 168px;
  height: 168px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  margin: 0;
  border: none;
}
@media (max-width: 767px) {
  .product-details__comment-box__thumb {
    position: relative;
    margin: 0 0 20px;
  }
}
.product-details__comment-box__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.product-details__comment-box__meta {
  margin: 0 0 20px;
  color: var(--bultax-black, #000000);
  font-size: 22px;
  font-weight: 700;
  line-height: 108.333%;
}
.product-details__comment-box__date {
  margin-right: 20px;
  display: inline-block;
  text-transform: inherit;
  letter-spacing: 0;
  color: var(--bultax-base, #FF5A1E);
  font-size: 16px;
  font-weight: 600;
  line-height: 162.5%;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.product-details__comment-box__date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 20px;
  height: 1px;
  background-color: var(--bultax-base, #FF5A1E);
}
.product-details__comment-box__text {
  margin: 0;
}
.product-details__comment-box__ratings {
  position: absolute;
  left: 0;
  top: 13px;
  display: flex;
  align-items: center;
  letter-spacing: 3px;
  font-size: 16px;
  color: var(--bultax-base, #FF5A1E);
}
@media (max-width: 767px) {
  .product-details__comment-box__ratings {
    position: relative;
    top: 0;
    margin: 0 0 22px;
  }
}
.product-details__form {
  position: relative;
}
.product-details__form .row {
  --bs-gutter-x: 20px;
}
.product-details__form-title {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 47px;
}
.product-details__form-ratings {
  display: flex;
  align-items: center;
  letter-spacing: 6px;
  font-size: 22px;
  color: var(--bultax-base, #FF5A1E);
  margin: 0 0 10px;
}
.product-details__form-ratings i {
  color: var(--bultax-base, #FF5A1E);
  font-size: 400;
}
.product-details__form-ratings__label {
  display: inline-block;
  letter-spacing: 0;
  margin: 0 0 0 10px;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  color: var(--bultax-black3, #222222);
}
.product-details__form__form {
  margin-top: 0;
}
.product-details__form__form .form-one__control input,
.product-details__form__form .form-one__control textarea {
  background: #F0F2F8;
  border-color: transparent;
  color: var(--bultax-text, #636363);
  font-weight: 500;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 20px;
}
.product-details__form__form .form-one__control input::placeholder,
.product-details__form__form .form-one__control textarea::placeholder {
  color: var(--bultax-text, #636363);
  font-weight: 500;
  font-size: 16px;
}
.product-details .quantity-box {
  position: relative;
  width: auto;
  height: 46px;
  display: flex;
  margin-bottom: 30px;
}
.product-details .quantity-box input {
  width: 70px;
  height: 46px;
  border: 1px solid var(--bultax-border-color, #DDDDDD);
  color: var(--bultax-black, #000000);
  padding-right: 30px;
  outline: none;
  font-size: 18px;
  font-weight: 700;
  background-color: transparent;
}
.product-details .quantity-box button {
  width: 60px;
  height: auto;
  color: var(--bultax-text, #636363);
  font-size: 13px;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: all 500ms ease;
}
.product-details .quantity-box button:hover, .product-details .quantity-box button:focus, .product-details .quantity-box button:active {
  background: var(--bultax-black, #000000);
  color: var(--bultax-white, #fff);
  border-color: var(--bultax-border-color, #DDDDDD);
}
.product-details .quantity-box button.sub {
  border: 1px solid var(--bultax-border-color, #DDDDDD);
  bottom: 1px;
  top: auto;
  border-radius: 0;
}
.product-details .quantity-box button.add {
  border-radius: 0;
  border: 1px solid var(--bultax-border-color, #DDDDDD);
}
.product-details .quantity-box button.add::after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 0;
  right: 0;
}
.product-details .quantity-box button:hover {
  color: var(--bultax-white, #fff);
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart-page {
  position: relative;
  background-color: var(--bultax-white, #fff);
}
.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
}
.cart-page__table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 24px;
}
@media (max-width: 1199px) {
  .cart-page__table {
    min-width: 1170px;
  }
}
.cart-page__table thead tr {
  border-bottom: 1px solid var(--bultax-border-color, #DDDDDD);
}
.cart-page__table thead tr th {
  padding: 0 30px 20px;
  font-size: 25px;
  color: var(--bultax-black, #000000);
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  border: 0 !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cart-page__table thead tr th {
    font-size: 20px;
  }
}
.cart-page__table thead tr th:first-child {
  padding-right: 0;
}
.cart-page__table thead tr th:last-child {
  padding-left: 0;
  text-align: left;
}
.cart-page__table tbody tr td {
  font-size: 19px;
  font-weight: 500;
  color: var(--bultax-black, #000000);
  text-transform: capitalize;
  line-height: normal;
  vertical-align: middle;
  border-top: none;
  box-shadow: none;
  background-color: transparent;
  border-top: 0 !important;
  border-left: 1px solid var(--bultax-border-color, #DDDDDD);
  border-bottom: 1px solid var(--bultax-border-color, #DDDDDD);
  padding: 28.5px 30px;
  letter-spacing: 0;
}
.cart-page__table tbody tr td.cart-page__table__total {
  text-align: center;
}
.cart-page__table tbody tr td .cart-page__table__remove {
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bultax-black, #000000);
  font-size: 19px;
  line-height: 1;
}
.cart-page__table tbody tr td .cart-page__table__remove:hover {
  color: var(--bultax-base, #FF5A1E);
}
.cart-page__table tbody tr td:first-child {
  padding-right: 0px;
}
.cart-page__table tbody tr td:last-child {
  padding-left: 0px;
  border-left: 0px;
}
.cart-page__table__meta {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cart-page__table__meta__img {
  width: 113px;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--bultax-border-color, #DDDDDD);
}
.cart-page__table__meta__img img {
  max-width: 100%;
  height: auto;
}
.cart-page__table__meta__title {
  margin: 0;
  font-size: 22px;
  color: var(--bultax-black, #000000);
  font-weight: 700;
  line-height: 1.318;
}
@media (max-width: 767px) {
  .cart-page__table__meta__title {
    font-size: 20px;
  }
}
.cart-page__table__meta__title a {
  color: inherit;
}
.cart-page__table__meta__title a:hover {
  color: var(--bultax-base, #FF5A1E);
}
.cart-page__table__meta__title a {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.cart-page__table__meta__title a:hover {
  background-size: 100% 1px;
}
.cart-page__table__quantity {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.cart-page__table__quantity__title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
}
.cart-page__table__quantity .quantity-box {
  position: relative;
  width: 172px;
  height: 41px;
  border-radius: 50px;
  border: 1px solid var(--bultax-border-color, #DDDDDD);
}
.cart-page__table__quantity .quantity-box__input {
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: transparent;
  width: 50px;
  height: 100%;
  font-family: var(--bultax-font, "Roboto", sans-serif);
  padding: 0;
  outline: none;
  font-size: 19px;
  font-weight: 500;
  color: var(--bultax-black, #000000);
  line-height: 1;
  background-color: transparent;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  transition: all 500ms ease;
}
.cart-page__table__quantity {
  /* Chrome, Safari, Edge */
}
.cart-page__table__quantity input::-webkit-outer-spin-button,
.cart-page__table__quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-page__table__quantity {
  /* Firefox */
}
.cart-page__table__quantity input[type=number] {
  -moz-appearance: textfield;
}
.cart-page__table__quantity .quantity-box__btn {
  border: none;
  outline: none;
  background-color: var(--bultax-white, #fff);
  padding: 0;
  display: inline-flex;
  font-size: 8px;
  color: var(--bultax-black, #000000);
  transition: all 500ms ease;
}
.cart-page__table__quantity .quantity-box__btn.add {
  width: 16px;
  background-color: #F5F2EF;
  height: 12px;
  position: absolute;
  top: 8px;
  left: 21px;
  z-index: 1;
}
.cart-page__table__quantity .quantity-box__btn.add::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--bultax-black, #000000);
  position: absolute;
  top: 3px;
  right: 6px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.cart-page__table__quantity .quantity-box__btn.sub {
  width: 16px;
  background-color: #F5F2EF;
  height: 12px;
  position: absolute;
  left: 21px;
  bottom: 8px;
  z-index: 1;
}
.cart-page__table__quantity .quantity-box__btn.sub::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--bultax-black, #000000);
  position: absolute;
  bottom: 3px;
  right: 6px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.cart-page__table__quantity .quantity-box__btn:hover {
  color: var(--bultax-base, #FF5A1E);
}
.cart-page__bottom {
  margin-top: 8px;
}
.cart-page__coupone__form {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .cart-page__coupone__form {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
.cart-page__coupone__form input[type=text] {
  display: block;
  width: 270px;
  height: 50px;
  border: none;
  background-color: #F5F2EF;
  padding-right: 19px;
  padding-left: 19px;
  outline: none;
  border-radius: 0px;
  transition: all 500ms ease;
  color: var(--bultax-text, #636363);
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
}
.cart-page__coupone__form input[type=text]:focus {
  color: var(--bultax-black, #000000);
}
@media (max-width: 1199px) {
  .cart-page__coupone__form input[type=text] {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .cart-page__coupone__form input[type=text] {
    width: 100%;
  }
}
.cart-page__coupone .cart-page__btn {
  border-radius: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  border-radius: 6px;
  font-size: 15px;
}
.cart-page__coupone .cart-page__btn:hover {
  color: var(--bultax-white, #fff);
}
.cart-page__cart-total {
  max-width: 260px;
  position: relative;
  margin: 0px auto 30px 0px;
}
@media (max-width: 1199px) {
  .cart-page__cart-total {
    margin: 0px 0px 30px;
  }
}
.cart-page__cart-total li + li {
  margin-top: 17px;
}
.cart-page__cart-total li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.cart-page__cart-total li span {
  text-transform: uppercase;
  color: var(--bultax-text, #636363);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: block;
}
.cart-page__cart-checkout {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .cart-page__cart-checkout {
    margin-top: 0;
  }
}
.cart-page__cart-total li .cart-page__cart-total__title {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.318;
  text-transform: capitalize;
  display: block;
  color: var(--bultax-black, #000000);
}
.cart-page .bultax-btn {
  padding: 17px 25px;
}
.cart-page__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 54px;
}
@media (max-width: 1199px) {
  .cart-page__button {
    gap: 25px;
    justify-content: flex-start;
  }
}
.cart-page__button .bultax-btn:first-child {
  background-color: var(--bultax-black4, #0E0E0E);
}
.cart-page__button .bultax-btn:first-child::before {
  background-color: var(--bultax-base, #FF5A1E);
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
  position: relative;
}
.checkout-page .bs-gutter-x-20 {
  --bs-gutter-x: 20px;
}
.checkout-page__billing-address {
  position: relative;
}
.checkout-page__billing-address__title {
  margin: 0 0 20px;
  color: var(--bultax-black3, #222222);
  font-size: 22px;
  font-weight: 700;
}
.checkout-page__coupon h3 {
  color: var(--bultax-black2, #333333);
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 15px 60px;
  background-color: #F5F2EF;
  display: inline-block;
  font-family: var(--bultax-font, "Roboto", sans-serif);
}
.checkout-page__input-box {
  position: relative;
  line-height: 1;
  margin: 0 0 30px;
}
.checkout-page__input-box .bootstrap-select > .dropdown-toggle,
.checkout-page__input-box input[type=text],
.checkout-page__input-box input[type=email],
.checkout-page__input-box input[type=tel],
.checkout-page__input-box textarea {
  height: 50px;
  width: 100%;
  border: none;
  background-color: #F5F2EF;
  padding-right: 20px;
  padding-left: 20px;
  outline: none;
  display: block;
  color: var(--bultax-text, #636363);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
}
.checkout-page__input-box .bootstrap-select > .dropdown-toggle::placeholder,
.checkout-page__input-box input[type=text]::placeholder,
.checkout-page__input-box input[type=email]::placeholder,
.checkout-page__input-box input[type=tel]::placeholder,
.checkout-page__input-box textarea::placeholder {
  color: var(--bultax-text, #636363);
  font-size: 16px;
  font-weight: 400;
  line-height: 162.5%;
}
.checkout-page__input-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
}
.checkout-page__input-box .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.checkout-page__input-box .bootstrap-select .dropdown-menu {
  border: none;
}
.checkout-page__input-box .bootstrap-select > .dropdown-toggle {
  border-radius: 0;
  position: relative;
  height: 50px;
  outline: none !important;
  border: 0;
  background-color: #F5F2EF !important;
  margin: 0;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 50px;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: left 25.75px center;
  color: var(--bultax-text, #636363);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.checkout-page__input-box .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  font-family: "icomoon" !important;
  content: "\e921";
  font-weight: 500;
  font-size: 13px;
  color: var(--bultax-text, #636363);
}
.checkout-page__input-box .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid rgba(var(--bultax-gray-rgb, 244, 244, 244), 0.4);
}
.checkout-page__input-box .bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  color: var(--bultax-white, #fff);
  background: var(--bultax-black, #000000);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.checkout-page__input-box .bootstrap-select .dropdown-menu > li:hover > a,
.checkout-page__input-box .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
  border-color: var(--bultax-gray, #F4F4F4);
}
.checkout-page__check-box {
  position: relative;
  display: block;
  margin-top: -6px;
}
.checkout-page__check-box input[type=checkbox] {
  display: none;
}
.checkout-page__check-box label {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  margin-left: 0px;
  margin-bottom: 0;
  text-transform: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bultax-text, #636363);
}
.checkout-page__check-box label span:before {
  position: absolute;
  top: 0;
  right: 5px;
  line-height: 20px;
  display: inline-block;
  color: var(--bultax-white, #fff);
  font-family: "Font Awesome 5 Free" !important;
  content: "\f00c";
  font-size: 10px;
  font-weight: 900;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.checkout-page__check-box input[type=checkbox] + label span {
  position: absolute;
  top: 4px;
  right: 0;
  width: 19px;
  height: 19px;
  background-color: var(--bultax-base, #FF5A1E);
  border-radius: 50%;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.checkout-page__check-box input[type=checkbox]:checked + label span:before {
  opacity: 1;
}
.checkout-page__details {
  margin-top: 25px;
  margin-bottom: 60px;
}
.checkout-page__details__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  text-shadow: 0 0 0.1px currentColor;
  text-transform: capitalize;
}
.checkout-page__details__check-box input[type=checkbox] {
  display: none;
}
.checkout-page__details__check-box label {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  color: var(--bultax-gray, #F4F4F4);
  font-size: 16px;
  font-weight: 600;
  line-height: 162.5%;
  text-transform: uppercase;
}
.checkout-page__details__check-box label span {
  position: absolute;
  top: 2px;
  right: 0;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: 1px solid var(--bultax-border-color, #DDDDDD);
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  transition: all 300ms ease;
}
.checkout-page__details__check-box label span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: var(--bultax-black, #000000);
  position: absolute;
  font-size: 12px;
  right: 4px;
  bottom: 2px;
  font-weight: 900;
  visibility: hidden;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
.checkout-page__details__check-box input[type=checkbox]:checked + label span:before {
  color: var(--bultax-base, #FF5A1E);
  visibility: visible;
  opacity: 1;
}
.checkout-page__check-wrapper {
  margin-top: 30px;
  margin-bottom: 50px;
}
.checkout-page__shipping__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  color: var(--bultax-black3, #222222);
}
.checkout-page__your-order {
  position: relative;
}
.checkout-page__your-order__title {
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .checkout-page__your-order__title {
    font-size: 28px;
  }
}
.checkout-page__cost-process-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  color: var(--bultax-black3, #222222);
}
.checkout-page__order-table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 0;
}
.checkout-page__order-table thead tr th {
  margin: 0;
  padding: 15.5px 0;
  border: none;
  border-top: 1px solid var(--bultax-border-color, #DDDDDD);
  border-bottom: 1px solid var(--bultax-border-color, #DDDDDD);
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  font-weight: 700;
  font-size: 16px;
  line-height: 162%;
  text-transform: uppercase;
  color: var(--bultax-black3, #222222);
}
.checkout-page__order-table thead tr th:last-child {
  text-align: left;
}
.checkout-page__order-table tbody tr td {
  color: var(--bultax-black, #000000);
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  padding: 0 0 24px;
  text-transform: uppercase;
  border: none;
}
.checkout-page__order-table tbody tr td:last-child {
  text-align: left;
}
.checkout-page__order-table .pro__price {
  font-family: var(--bultax-font, "Roboto", sans-serif);
  color: var(--bultax-text, #636363);
}
.checkout-page__order-table tbody tr:first-child td {
  padding-top: 25px;
}
.checkout-page__order-table tbody tr:last-child td {
  padding-bottom: 26px;
  padding-top: 26px;
  border-top: 1px solid var(--bultax-border-color, #DDDDDD);
}
.checkout-page__order-table tbody tr:last-child td.pro__price {
  color: var(--bultax-black, #000000);
  font-weight: 700;
}
.checkout-page__payment {
  background-color: #F5F2EF;
  padding: 40px 45px 17px;
  min-height: 295px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .checkout-page__payment {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .checkout-page__payment {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.checkout-page__payment__item {
  position: relative;
}
.checkout-page__payment__title {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  font-family: var(--bultax-font, "Roboto", sans-serif);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bultax-text, #636363);
}
.checkout-page__payment__title::before {
  content: "";
  width: 22px;
  height: 22px;
  background-color: transparent;
  border-radius: 50%;
  margin-left: 10px;
  border: 1px solid var(--bultax-base, #FF5A1E);
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  position: relative;
  top: 1px;
  transition: all 500ms ease;
}
.checkout-page__payment__title img {
  margin-right: 15px;
}
.checkout-page__payment__item--active .checkout-page__payment__title::before {
  border-color: var(--bultax-base, #FF5A1E);
  content: "\f111";
  color: var(--bultax-base, #FF5A1E);
}
.checkout-page__payment__content {
  font-family: var(--bultax-font, "Roboto", sans-serif);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bultax-text, #636363);
  margin-bottom: 20px;
  margin-top: 20px;
}
.checkout-page .checkout-page__payment__btn a {
  border-radius: 8px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.checkout-page .checkout-page__payment__btn a::after {
  display: none;
}

/*--------------------------------------------------------------
# Case Study
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.login-page__inner {
  border: 1px solid var(--bultax-gray, #F4F4F4);
  background: var(--bultax-white, #fff);
  box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.06);
  padding: 40px 30px;
}
@media (min-width: 768px) {
  .login-page__inner {
    padding: 57px 40px 57px;
  }
}
.login-page__info {
  background-color: var(--bultax-black3, #222222);
  padding: 35.5px 50px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .login-page__info {
    margin-bottom: 30px;
    padding: 15px 30px;
  }
  .login-page__info p {
    font-size: 16px;
  }
}
.login-page__info p {
  margin: 0;
  color: var(--bultax-white, #fff);
}
.login-page__info p span {
  font-weight: 700;
}
.login-page__info p a {
  font-weight: 700;
  display: inline-block;
  color: var(--bultax-base, #FF5A1E);
  transition: all 500ms ease;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.login-page__info p a:hover {
  background-size: 100% 1px;
}
.login-page__wrap {
  position: relative;
}
.login-page__wrap__title {
  margin-top: -5px;
  margin-bottom: 30px;
  color: var(--bultax-black3, #222222);
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.login-page__wrap .form__border {
  display: none;
}
@media (min-width: 992px) {
  .login-page__wrap .form__border {
    display: block;
  }
}
.login-page__wrap .form__border::after {
  display: none;
  position: absolute;
  top: 0;
  left: -47px;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--bultax-border-color, #DDDDDD);
}
@media (min-width: 992px) {
  .login-page__wrap .form__border::after {
    display: block;
  }
}
@media (max-width: 992px) {
  .login-page .register-page__wrap {
    margin-top: 50px;
  }
}
.login-page__form {
  position: relative;
  display: block;
}
.login-page__form-input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.login-page__form-input-box input[type=email],
.login-page__form-input-box input[type=password] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: #F4F4F4;
  padding-right: 30px;
  padding-left: 30px;
  outline: none;
  color: var(--bultax-text, #636363);
  font-size: 14px;
  font-weight: 500;
  display: block;
  font-family: var(--bultax-font, "Roboto", sans-serif);
}
.login-page__form-input-box input[type=email]::placeholder,
.login-page__form-input-box input[type=password]::placeholder {
  color: var(--bultax-text, #636363);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--bultax-font, "Roboto", sans-serif);
}
.login-page__checked-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .login-page__checked-box {
    display: block;
  }
}
.login-page__checked-box label {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  margin-left: 0px;
  margin-bottom: 0;
  text-transform: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}
.login-page__checked-box label span:before {
  position: absolute;
  top: 2px;
  right: 5px;
  display: block;
  border-bottom: 2px solid var(--bultax-text, #636363);
  border-left: 2px solid var(--bultax-text, #636363);
  content: "";
  width: 7px;
  height: 10px;
  pointer-events: none;
  transform-origin: 34% 66%;
  transform: rotate(-45deg);
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.login-page__checked-box input[type=checkbox] {
  display: none;
}
.login-page__checked-box input[type=checkbox] + label span {
  position: absolute;
  top: 4px;
  right: 0;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
  transition: all 300ms ease;
  border: 1px solid var(--bultax-border-color, #DDDDDD);
}
.login-page__checked-box input[type=checkbox]:checked + label span:before {
  opacity: 1;
}
.login-page__form-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.login-page__form-forgot-password {
  position: relative;
  display: block;
  margin-right: 0px;
  flex: 0 0 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .login-page__form-forgot-password {
    margin-right: 20px;
    flex: 0 0 auto;
    margin-top: 0;
  }
}
.login-page__form-forgot-password a {
  color: var(--bultax-text, #636363);
  position: relative;
  display: inline-block;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.login-page__form-forgot-password a:hover {
  background-size: 100% 1px;
}
.login-page__form-forgot-password a {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.login-page__form-forgot-password a:hover {
  color: var(--bultax-text, #636363);
}

.gutter-x-94 {
  --bs-gutter-x: 94px;
}

/*--------------------------------------------------------------
# error 404
--------------------------------------------------------------*/
.error-404 {
  position: relative;
  z-index: 1;
}
.error-404__image {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
  text-align: center;
}
.error-404__image img {
  text-align: center;
}
@media (max-width: 1199px) {
  .error-404__image img {
    object-fit: cover;
    width: 100%;
  }
}
.error-404__image img:first-child {
  position: absolute;
  bottom: 0;
  margin-right: 40px;
  margin-left: 40px;
}
.error-404__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 131%;
  text-align: center;
  margin-bottom: 12px;
  color: var(--bultax-black2, #333333);
}
@media (max-width: 575px) {
  .error-404__title {
    font-size: 28px;
  }
}
.error-404__text {
  margin-bottom: 25px;
  text-align: center;
}
.error-404__btns {
  text-align: center;
}
.error-404__btns .bultax-btn .bultax-btn__icon {
  background-color: var(--bultax-black4, #0E0E0E);
  color: var(--bultax-white, #fff);
}
.error-404__btns .bultax-btn:hover .bultax-btn__icon {
  background-color: var(--bultax-white, #fff);
  color: var(--bultax-base, #FF5A1E);
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-two,
.faqs-page {
  position: relative;
  counter-reset: section;
}

.faq-accordion {
  position: relative;
}
.faq-accordion .accrodion + .accrodion {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .faq-accordion .accrodion + .accrodion {
    margin-top: 29px;
  }
}
.faq-accordion .accrodion {
  position: relative;
  transition: all 500ms ease;
  border: 1px solid #DDDDDD;
  z-index: 1;
  overflow: hidden;
}
.faq-accordion .accrodion-title {
  cursor: pointer;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  padding: 6px 6px 6px 0px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .faq-accordion .accrodion-title {
    padding-left: 0px;
  }
}
.faq-accordion .accrodion-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bultax-black, #000000);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  z-index: -2;
}
.faq-accordion .accrodion-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 100%;
  background-color: var(--bultax-base, #FF5A1E);
  transition: all 500ms ease;
  z-index: -1;
}
.faq-accordion .accrodion-title h4 {
  flex: 1;
  margin: 0;
  transition: all 500ms ease;
  position: relative;
  text-align: right;
  font-weight: 700;
  font-size: 22px;
  line-height: 172%;
  text-transform: capitalize;
  color: var(--bultax-black3, #222222);
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .faq-accordion .accrodion-title h4 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .faq-accordion .accrodion-title h4 {
    font-size: 16px;
  }
}
.faq-accordion .accrodion-title h4::before {
  counter-increment: section;
  content: "0" counter(section) ".";
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bultax-black3, #222222);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: var(--bultax-white, #fff);
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  transition: all 500ms ease;
}
.faq-accordion .accrodion-title__icon {
  width: 50px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  background-color: var(--bultax-black4, #0E0E0E);
  color: var(--bultax-white, #fff);
  transition: all 500ms ease;
  position: absolute;
  left: 0;
}
.faq-accordion .accrodion-title__icon::after, .faq-accordion .accrodion-title__icon::before {
  width: 2.5px;
  height: 16px;
  position: absolute;
  background-color: var(--bultax-white, #fff);
  top: 50%;
  right: 50%;
  content: "";
  transform: translate(50%, -50%);
  transition: all 500ms ease;
}
.faq-accordion .accrodion-title__icon::after {
  width: 16px;
  height: 2px;
}
.faq-accordion .active {
  border-color: #DDDDDD;
}
.faq-accordion .active::after,
.faq-accordion .active .accrodion__bg {
  visibility: visible;
  opacity: 1;
}
.faq-accordion .active .accrodion-title::after {
  opacity: 1;
  visibility: visible;
}
.faq-accordion .active .accrodion-title h4 {
  color: var(--bultax-white, #fff);
}
.faq-accordion .active .accrodion-title h4::before {
  background-color: var(--bultax-white, #fff);
  color: var(--bultax-black3, #222222);
}
.faq-accordion .active .accrodion-title__icon {
  background: var(--bultax-base, #FF5A1E);
}
.faq-accordion .active .accrodion-title__icon::after, .faq-accordion .active .accrodion-title__icon::before {
  background-color: var(--bultax-white, #fff);
  opacity: 0;
}
.faq-accordion .active .accrodion-title__icon::after {
  opacity: 1;
}
.faq-accordion .accrodion-content .inner {
  padding: 20px 25px 23px 31px;
}
.faq-accordion .accrodion-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding-right: 11px;
}
.faq-accordion .accrodion-content p::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 2px;
  bottom: 5px;
  border-radius: 10px;
  background-color: var(--bultax-base, #FF5A1E);
  transition: all 500ms ease;
  z-index: -2;
}
.faq-accordion .accrodion-content p::before {
  content: "";
  position: absolute;
  right: 0;
  height: 20px;
  width: 2px;
  bottom: 0px;
  border-radius: 10px;
  background-color: var(--bultax-black3, #222222);
  transition: all 500ms ease;
  z-index: -1;
}

.faq-two {
  position: relative;
  z-index: 1;
  padding-top: 151px;
}
@media (max-width: 1199px) {
  .faq-two {
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
  .faq-two {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .faq-two {
    padding-top: 80px;
  }
}
.faq-two .sec-title {
  padding-bottom: 45px;
}
.faq-two::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 115px);
  background-color: var(--bultax-base, #FF5A1E);
  z-index: -2;
}
@media (max-width: 1199px) {
  .faq-two::after {
    display: none;
  }
}
.faq-two__content {
  background-color: var(--bultax-white, #fff);
  padding: 96px 100px 100px;
  box-shadow: 0px 0px 10.4px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .faq-two__content {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .faq-two__content {
    padding: 50px 30px;
  }
}
@media (max-width: 575px) {
  .faq-two__content {
    padding: 0;
    box-shadow: none;
  }
}
.faq-two__content::after {
  width: 115px;
  height: 115px;
  content: "";
  position: absolute;
  bottom: 0;
  right: -114.555px;
  background-color: var(--bultax-black4, #0E0E0E);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media (max-width: 1199px) {
  .faq-two__content::after {
    display: none;
  }
}
.faq-two__thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 59%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .faq-two__thumb {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .faq-two__thumb {
    position: relative;
    z-index: 1;
    margin-top: 30px;
  }
  .faq-two__thumb img {
    object-fit: cover;
    width: 100%;
  }
}
.faq-two .faq {
  position: absolute;
  top: 50%;
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  right: -100px;
  z-index: 1;
  font-weight: 700;
  font-size: 200px;
  line-height: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transform: translateY(-50%) rotate(90deg);
  color: var(--bultax-base, #FF5A1E);
  z-index: -1;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7), -1px 1px 1px rgba(255, 255, 255, 0.7), 1px -1px 1px rgba(255, 255, 255, 0.7), -1px -1px 1px rgba(255, 255, 255, 0.7);
}
@media (max-width: 1700px) {
  .faq-two .faq {
    font-size: 100px;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .faq-two .faq {
    display: none;
  }
}

/*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/
.priceing-page {
  position: relative;
  z-index: 1;
}

.pricing__card {
  position: relative;
  z-index: 1;
  background-color: #F4F4F4;
  padding-top: 45px;
  padding-bottom: 1px;
  margin-bottom: 85px;
  transition: all 0.4s ease-in-out;
}
.pricing__card__shape-one {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 45px;
  background-color: var(--bultax-white, #fff);
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.pricing__card__shape-one::after {
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: 155px;
  bottom: -0.5px;
  height: 100%;
  background-color: #F4F4F4;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transition: all 0.4s ease-in-out;
}
.pricing__card__plan {
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--bultax-white, #fff);
  text-align: center;
  background-color: var(--bultax-base, #FF5A1E);
  margin-right: 40px;
  margin-left: 40px;
  margin-top: 11px;
  padding: 17px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 425px) {
  .pricing__card__plan {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 18px;
    padding: 10px;
  }
}
.pricing__card__plan-shpae {
  content: "";
  position: absolute;
  top: -40px;
  right: 50%;
  transform: translateX(50%);
  width: 145px;
  height: 40.44px;
  background-color: var(--bultax-base, #FF5A1E);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transition: all 0.4s ease-in-out;
}
.pricing__card__plan::after {
  content: "";
  position: absolute;
  right: -29.55px;
  top: 0;
  height: 100%;
  width: 30px;
  background-color: #F4F4F4;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transition: all 0.4s ease-in-out;
}
.pricing__card__plan::before {
  content: "";
  position: absolute;
  left: -29.55px;
  top: 0;
  height: 100%;
  width: 30px;
  background-color: #F4F4F4;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  transition: all 0.4s ease-in-out;
}
.pricing__card__middle {
  margin-right: 10px;
  margin-left: 10px;
  background-color: var(--bultax-black4, #0E0E0E);
  padding-top: 14px;
  padding-bottom: 16px;
  transition: all 0.4s ease-in-out;
}
.pricing__card__middle__price {
  padding-bottom: 18px;
  margin-bottom: 15px;
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  color: var(--bultax-white, #fff);
  text-align: center;
  border-bottom: 1px solid rgba(217, 217, 217, 0.3);
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 425px) {
  .pricing__card__middle__price {
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.pricing__card__middle__price::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 50%;
  transform: translateX(50%);
  width: 24px;
  height: 3px;
  background-color: var(--bultax-base, #FF5A1E);
  animation: bwLeftToRight 2s infinite ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pricing__card__middle__month {
  font-family: var(--bultax-font, "Roboto", sans-serif);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--bultax-white, #fff);
  transition: all 0.4s ease-in-out;
}
.pricing__card__middle__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  text-transform: capitalize;
  color: var(--bultax-white, #fff);
  margin-bottom: 0;
  max-width: 221px;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.4s ease-in-out;
}
.pricing__card__list {
  padding-top: 25px;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 24px;
  margin-bottom: 0px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .pricing__card__list {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.pricing__card__list__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-transform: capitalize;
  color: var(--bultax-text, #636363);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 425px) {
  .pricing__card__list__item {
    font-size: 14px;
  }
}
.pricing__card__list__item__icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bultax-black4, #0E0E0E);
  flex-shrink: 0;
  font-size: 9px;
  color: var(--bultax-white, #fff);
  transition: all 0.4s ease-in-out;
}
.pricing__card__list__item {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--bultax-border-color, #DDDDDD);
}
.pricing__card__list__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.pricing__card__bottom {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: -85px;
  transition: all 0.4s ease-in-out;
}
.pricing__card__bottom__inner {
  text-align: center;
  padding: 1px 30px 30px;
  background-color: #F4F4F4;
  transition: all 0.4s ease-in-out;
}
.pricing__card__bottom__inner .bultax-btn {
  background-color: var(--bultax-black4, #0E0E0E);
}
.pricing__card__bottom__inner .bultax-btn::before {
  background-color: var(--bultax-white, #fff);
}
.pricing__card__bottom__inner .bultax-btn:hover {
  color: var(--bultax-black4, #0E0E0E);
}
.pricing__card__bottom__inner .bultax-btn:hover .bultax-btn__icon {
  color: var(--bultax-white, #fff);
  background-color: var(--bultax-black4, #0E0E0E);
}
.pricing__card:hover {
  background-color: var(--bultax-black4, #0E0E0E);
}
.pricing__card:hover .pricing__card__shape-one::after,
.pricing__card:hover .pricing__card__bottom__inner {
  background-color: var(--bultax-black4, #0E0E0E);
}
.pricing__card:hover .pricing__card__plan::after,
.pricing__card:hover .pricing__card__plan::before {
  background-color: rgba(var(--bultax-base-rgb, 255, 90, 30), 0.7);
}
.pricing__card:hover .pricing__card__middle {
  background-color: var(--bultax-white, #fff);
}
.pricing__card:hover .pricing__card__middle__month,
.pricing__card:hover .pricing__card__middle__price {
  color: var(--bultax-black3, #222222);
  border-color: #D9D9D9;
}
.pricing__card:hover .pricing__card__middle__text {
  color: var(--bultax-text, #636363);
}
.pricing__card:hover .pricing__card__list__item {
  color: var(--bultax-white, #fff);
  border-color: rgba(221, 221, 221, 0.3);
}
.pricing__card:hover .pricing__card__list__item__icon {
  background-color: var(--bultax-white, #fff);
  color: var(--bultax-base, #FF5A1E);
}
.pricing__card:hover .bultax-btn {
  background-color: var(--bultax-base, #FF5A1E);
}
.pricing__card .pricing__card__list__item:hover {
  border-color: var(--bultax-base, #FF5A1E);
}
.pricing__card .pricing__card__list__item:hover .pricing__card__list__item__icon {
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}

.pricing-three {
  background-color: #F4F4F4;
  position: relative;
  z-index: 1;
}
.pricing-three::before, .pricing-three::after {
  width: 230px;
  height: 180px;
  content: "";
  position: absolute;
  top: 0;
  background-color: var(--bultax-white, #fff);
  z-index: -1;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .pricing-three::before, .pricing-three::after {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .pricing-three::before, .pricing-three::after {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575px) {
  .pricing-three::before, .pricing-three::after {
    width: 70px;
    height: 70px;
  }
}
.pricing-three::after {
  left: 0;
  clip-path: polygon(100% 0, 0 100%, 0 0);
}
.pricing-three::before {
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}
.pricing-three__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-repeat: repeat;
  background-size: cover;
  height: 45px;
  animation: bgSlide 10s linear infinite;
}
.pricing-three--three .pricing__card__bottom__inner,
.pricing-three--three .pricing__card {
  background-color: var(--bultax-white, #fff);
}
.pricing-three--three .pricing__card__shape-one {
  background-color: #F4F4F4;
}
.pricing-three--three .pricing__card__plan::after,
.pricing-three--three .pricing__card__plan::before,
.pricing-three--three .pricing__card__shape-one::after {
  background-color: var(--bultax-white, #fff);
}
.pricing-three--three .pricing__card:hover {
  background-color: var(--bultax-black4, #0E0E0E);
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bwTada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, 3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes flip-2-hor-top-1 {
  0% {
    transform: translateY(0);
    transform-origin: 50% 0%;
  }
  50% {
    transform: translateY(-100%);
    transform-origin: 50% 100%;
  }
  100% {
    transform: translateY(0);
    transform-origin: 50% 0%;
  }
}
@keyframes bwslideTop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@keyframes bwLeftToRight {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes bwTopToBottom {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes textScrolling {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes bgSlide {
  0% {
    background-position: 100% 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes wobbleTop {
  16.65% {
    transform: skew(12deg);
  }
  33.3% {
    transform: skew(-10deg);
  }
  49.95% {
    transform: skew(6deg);
  }
  66.6% {
    transform: skew(-4deg);
  }
  83.25% {
    transform: skew(2deg);
  }
  100% {
    transform: skew(0);
  }
}
@keyframes bwscale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(100%);
  transform-origin: right center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-right: 0;
  padding-left: 0;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--bultax-white-rgb, 255, 255, 255), 0.1);
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--bultax-white, #fff);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--bultax-black, #000000);
  opacity: 0.3;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--bultax-black, #000000);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  left: 15px;
  font-size: 18px;
  color: var(--bultax-white, #fff);
  cursor: pointer;
}
.mobile-nav__close:hover {
  color: var(--bultax-base, #FF5A1E);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--bultax-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-right: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--bultax-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--bultax-white, #fff);
  font-size: 12px;
  font-family: var(--bultax-font, "Roboto", sans-serif);
  text-transform: uppercase;
  font-weight: 500;
  height: 46px;
  letter-spacing: var(--bultax-letter-space, 0.1em);
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--bultax-base, #FF5A1E);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--bultax-base, #FF5A1E);
  border: none;
  outline: none;
  color: var(--bultax-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--bultax-white, #fff);
  color: var(--bultax-black, #000000);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: var(--bultax-white, #fff);
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-right: 20px;
}
.mobile-nav__social a:hover {
  color: var(--bultax-base, #FF5A1E);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: var(--bultax-white, #fff);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--bultax-base, #FF5A1E);
}
.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--bultax-base, #FF5A1E);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-left: 10px;
  color: var(--bultax-white, #fff);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  left: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000;
  opacity: 0.9;
  cursor: url(../images/close.png), auto;
}
@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  right: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(50%, -50%);
  -khtml-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup__form {
  position: relative;
}
.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  background-color: var(--bultax-white, #fff);
  font-size: 15px;
  color: var(--bultax-text, #636363);
  border: none;
  outline: none;
  height: 66px;
  padding-right: 30px;
}
.search-popup__form .bultax-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: -1px;
  border-radius: 0;
}
.search-popup.active {
  z-index: 9999;
}
.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.9;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  z-index: 1;
  height: 500px;
}
@media (max-width: 991px) {
  .page-header {
    height: auto;
  }
}
.page-header__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-header__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-repeat: repeat;
  background-size: cover;
  height: 45px;
  animation: bgSlide 10s linear infinite;
}
.page-header__content {
  padding-top: 200px;
}
@media (max-width: 991px) {
  .page-header__content {
    padding: 140px 0 160px;
  }
}
@media (max-width: 767px) {
  .page-header__content {
    padding: 100px 0 120px;
  }
}
.page-header__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 117%;
  text-transform: uppercase;
  margin-bottom: 13px;
  color: var(--bultax-white, #fff);
}
@media (max-width: 991px) {
  .page-header__title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .page-header__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .page-header__title {
    font-size: 35px;
  }
}

.bultax-breadcrumb {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.bultax-breadcrumb li {
  color: var(--bultax-white, #fff);
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  display: flex;
  text-transform: capitalize;
  align-items: center;
}
.bultax-breadcrumb li:not(:last-of-type)::after {
  content: "/";
  position: relative;
  top: 0;
  margin-right: 6px;
  margin-left: 6px;
}
.bultax-breadcrumb li span {
  display: inline-flex;
  color: var(--bultax-base, #FF5A1E);
}
.bultax-breadcrumb li a {
  color: var(--bultax-white, #fff);
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.bultax-breadcrumb li a:hover {
  background-size: 100% 1px;
}
.bultax-breadcrumb li a:hover {
  color: var(--bultax-base, #FF5A1E);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
}
.google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 440px;
  width: 100%;
  mix-blend-mode: luminosity;
}
.google-map__contact {
  overflow: hidden;
  background-color: var(--bultax-gray, #F4F4F4);
  margin-top: 120px;
}

.contact-map {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .contact-map {
    padding-bottom: 80px;
  }
}
.contact-map .container-fluid {
  padding-right: 0;
  padding-left: 0;
  max-width: 1654px;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  position: relative;
  background-color: var(--bultax-white, #fff);
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .client-carousel {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .client-carousel {
    padding-bottom: 60px;
  }
}
.client-carousel::before, .client-carousel::after {
  content: "";
  width: calc(50% - 180px);
  height: 2px;
  background-color: var(--bultax-border-color, #DDDDDD);
  position: absolute;
  top: 12px;
  right: 0px;
}
.client-carousel::after {
  right: auto;
  left: 0px;
}
.client-carousel__content {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .client-carousel__content {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .client-carousel__content {
    padding-bottom: 60px;
  }
}
.client-carousel__title {
  margin: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  text-transform: uppercase;
  color: var(--bultax-black2, #333333);
  position: relative;
  z-index: 1;
}
.client-carousel__title span {
  color: var(--bultax-base, #FF5A1E);
}
.client-carousel__title__shape {
  max-width: 100%;
  height: auto;
  position: relative;
  top: -2px;
}
.client-carousel__carousel .owl-stage {
  display: flex;
  align-items: center;
}
.client-carousel__item {
  position: relative;
  padding: 15px 40px;
  text-align: center;
}
@media (max-width: 575px) {
  .client-carousel__item {
    margin-right: auto;
    margin-left: auto;
    display: table;
  }
}
.client-carousel__item img {
  max-width: 100%;
  width: auto !important;
}
.client-carousel__item:hover .client-carousel__hover {
  opacity: 1;
}
.client-carousel__image {
  margin: auto;
}
.client-carousel__hover {
  padding: 15px 40px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid var(--bultax-black4, #0E0E0E);
  border-radius: 50px;
  transition: opacity 300ms ease;
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.main-slider-one {
  position: relative;
}
.main-slider-one__item {
  background-color: var(--bultax-black, #000000);
  position: relative;
  z-index: 3;
  padding-top: 163px;
  padding-bottom: 108px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .main-slider-one__item {
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .main-slider-one__item {
    padding: 100px 0 80px;
  }
}
.main-slider-one__carousel .owl-dots {
  padding: 28px 55px;
  background-color: var(--bultax-white, #fff);
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .main-slider-one__carousel .owl-dots {
    padding: 20px 40px;
  }
}
.main-slider-one__carousel .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  display: block;
  background-color: var(--bultax-black4, #0E0E0E);
  border: none;
  position: relative;
  padding: 0;
  border: none;
  outline: none;
  margin: 0;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  .main-slider-one__carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
  }
  .main-slider-one__carousel .owl-dots .owl-dot::after {
    width: 24px;
    height: 24px;
  }
}
.main-slider-one__carousel .owl-dots .owl-dot::after {
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
  right: -7px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid var(--bultax-base, #FF5A1E);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-slider-one__carousel .owl-dots .owl-dot span {
  display: none;
}
.main-slider-one__carousel .owl-dots .owl-dot:hover, .main-slider-one__carousel .owl-dots .owl-dot.active {
  background-color: var(--bultax-base, #FF5A1E);
}
.main-slider-one__carousel .owl-dots .owl-dot:hover::after, .main-slider-one__carousel .owl-dots .owl-dot.active::after {
  transform: scale(1);
}
.main-slider-one__carousel .owl-dots.disabled {
  display: none;
}
.main-slider-one__content {
  position: relative;
  display: inline-block;
  z-index: 3;
  padding-left: 45px;
  overflow: hidden;
  margin-left: -45px;
  padding-bottom: 50px;
}
.main-slider-one__content::after {
  content: "";
  position: absolute;
  top: 7.6%;
  left: 6px;
  width: 94px;
  height: 251px;
  background: var(--bultax-black, #000000);
  border: 10px solid var(--bultax-white, #fff);
  border-right: none;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: transform 1500ms ease, opacity 1500ms ease;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .main-slider-one__content::after {
    width: 75px;
  }
}
@media (max-width: 991px) {
  .main-slider-one__content::after {
    display: none;
  }
}
.main-slider-one__top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(-150px);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
.main-slider-one__top .shape-top {
  margin-left: -2px;
}
@media (max-width: 767px) {
  .main-slider-one__top .shape-top {
    display: none;
  }
}
.main-slider-one__top .subtitle-box img {
  width: auto;
}
.main-slider-one__top .subtitle-box {
  display: flex;
  align-items: center;
  background-color: var(--bultax-white, #fff);
  padding: 9px 25px 9px 43px;
  gap: 12px;
  border-right: 5px solid var(--bultax-base, #FF5A1E);
}
@media (max-width: 1199px) and (min-width: 992px) {
  .main-slider-one__top .subtitle-box {
    padding-left: 20px;
  }
}
@media (max-width: 510px) {
  .main-slider-one__top .subtitle-box {
    padding: 5px 15px 5px 15px;
  }
}
.main-slider-one__subtitle {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--bultax-base, #FF5A1E);
  margin-bottom: 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .main-slider-one__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 510px) {
  .main-slider-one__subtitle {
    font-size: 16px;
  }
}
.main-slider-one__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 117%;
  text-transform: uppercase;
  color: var(--bultax-white, #fff);
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(var(--bultax-border-color-rgb, 221, 221, 221), 0.5);
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .main-slider-one__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .main-slider-one__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .main-slider-one__title {
    border-bottom: none;
  }
}
@media (max-width: 510px) {
  .main-slider-one__title {
    font-size: 35px;
  }
}
.main-slider-one__title span {
  display: inline-block;
  transform-style: preserve-3d;
  transform-origin: bottom;
  transform: scale(1, 0);
}
.main-slider-one__title__span {
  color: var(--bultax-base, #FF5A1E);
}
.main-slider-one__title__image {
  width: 85px;
}
.main-slider-one__title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 60%;
  width: 80px;
  height: 5px;
  background-color: var(--bultax-base, #FF5A1E);
  transform: translateX(30%);
  animation: bwLeftToRight 3s linear infinite;
}
@media (max-width: 575px) {
  .main-slider-one__title::after {
    display: none;
  }
}
.main-slider-one .main-slider-one__title__image {
  width: 85px !important;
  display: inline-block !important;
}
@media (max-width: 575px) {
  .main-slider-one .main-slider-one__title__image {
    display: none !important;
  }
}
.main-slider-one__text {
  max-width: 500px;
  width: 100%;
  color: var(--bultax-white, #fff);
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  margin-bottom: 35px;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
.main-slider-one__image {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 30px);
  overflow: hidden;
  border-right: 10px solid var(--bultax-white, #fff);
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translatex(-50%) scalex(2);
  filter: blur(10px);
  opacity: 0;
}
.main-slider-one__image img {
  object-fit: cover;
  width: auto !important;
}
@media (max-width: 991px) {
  .main-slider-one__image {
    display: none;
  }
}
.main-slider-one__shape {
  position: absolute;
  top: 20%;
  right: 5%;
  z-index: 2;
  opacity: 0;
  transform: translateY(-50%);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
.main-slider-one__shape img {
  object-fit: cover;
}
@media (max-width: 1700px) {
  .main-slider-one__shape {
    right: 0;
  }
  .main-slider-one__shape img {
    width: 50% !important;
  }
}
@media (max-width: 1466px) {
  .main-slider-one__shape {
    display: none;
  }
}
.main-slider-one__btn {
  display: flex;
  align-items: center;
  gap: 30px;
  opacity: 0;
  transform: translateY(200%);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
@media (max-width: 510px) {
  .main-slider-one__btn {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.main-slider-one__btn .bultax-btn::before {
  background-color: var(--bultax-white, #fff);
}
.main-slider-one__btn .bultax-btn:hover {
  color: var(--bultax-black4, #0E0E0E);
}
.main-slider-one__btn .bultax-btn:hover .bultax-btn__icon {
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}
.main-slider-one__video {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--bultax-white, #fff);
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.main-slider-one__video span {
  position: absolute;
  display: block;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-color: transparent;
  border-radius: 50%;
  border: 3px solid var(--bultax-white, #fff);
}
.main-slider-one__video .ripple {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 100%;
  transform: translate(50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--bultax-base-rgb, 255, 90, 30), 0.55);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.main-slider-one__video .ripple::before, .main-slider-one__video .ripple::after {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 100%;
  transform: translate(50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--bultax-base-rgb, 255, 90, 30), 0.45);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.main-slider-one__video .ripple::before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.main-slider-one__video .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.main-slider-one__video-box {
  display: flex;
  align-items: center;
  gap: 18px;
}
.main-slider-one__video-box .main-slider-one__video__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--bultax-white, #fff);
  display: block;
}
.main-slider-one .active .main-slider-one__title span {
  animation: splitText 500ms ease forwards;
  animation-delay: 500ms;
}
.main-slider-one .active .main-slider-one__btn,
.main-slider-one .active .main-slider-one__top {
  opacity: 1;
  transform: translateY(0);
}
.main-slider-one .active .main-slider-one__text {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 300ms;
}
.main-slider-one .active .main-slider-one__title {
  opacity: 1;
  transform: translateX(0);
}
.main-slider-one .active .main-slider-one__image {
  opacity: 1;
  transform: translatex(0) scalex(1);
  filter: blur(0);
  transition-delay: 1000ms;
}
.main-slider-one .active .main-slider-one__content::after {
  opacity: 1;
  visibility: visible;
  transition-delay: 500ms;
}
.main-slider-one .active .main-slider-one__shape {
  opacity: 1;
  transform: translateY(0%);
}
.main-slider-one .active .main-slider-one__shape img {
  animation: bwTopToBottom 2s linear infinite;
}

@keyframes splitText {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.main-slider-two {
  position: relative;
  z-index: 1;
}
.main-slider-two__bg-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  border-right: 10px solid var(--bultax-white, #fff);
  z-index: -1;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translatex(-50%) scalex(2);
  filter: blur(10px);
  opacity: 0;
}
.main-slider-two__bg-two {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  z-index: -1;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translatex(50%) scalex(2);
  filter: blur(10px);
  opacity: 0;
}
.main-slider-two__item {
  background-color: var(--bultax-black, #000000);
  position: relative;
  z-index: 3;
  padding-top: 112px;
  height: 732px;
  padding-bottom: 112px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .main-slider-two__item {
    height: auto;
    padding-bottom: 200px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__item {
    height: auto;
    padding-top: 80px;
    padding-bottom: 112px;
  }
}
.main-slider-two__content {
  background-color: var(--bultax-white, #fff);
  padding: 80px;
  padding-left: 50px;
  margin-left: -100px;
  position: relative;
  z-index: 1;
  clip-path: polygon(86.5% 0, 100% 17%, 100% 100%, 0 100%, 0 0);
}
@media (max-width: 1199px) {
  .main-slider-two__content {
    padding: 30px 30px 30px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__content {
    margin-left: 0;
  }
}
.main-slider-two__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 146px;
  width: 31px;
  background-color: var(--bultax-black, #000000);
}
@media (max-width: 991px) {
  .main-slider-two__content::after {
    display: none;
  }
}
.main-slider-two__subtitle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--bultax-base, #FF5A1E);
  margin-bottom: 23px;
  transform: scaleX(1.9) translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: transform 1000ms ease, opacity 1000ms ease;
}
@media (max-width: 1199px) {
  .main-slider-two__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .main-slider-two__subtitle {
    font-size: 16px;
  }
}
.main-slider-two__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 117%;
  text-transform: capitalize;
  color: var(--bultax-black2, #333333);
  margin-bottom: 19px;
  transform: scaleX(1.9) translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: transform 1300ms ease, opacity 1300ms ease;
}
@media (max-width: 1199px) {
  .main-slider-two__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__title {
    font-size: 35px;
  }
}
.main-slider-two__title .future {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-transform: none;
  font-size: 48px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .main-slider-two__title .future {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__title .future {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__title .future {
    font-size: 35px;
  }
}
.main-slider-two__title .future .outline {
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px var(--bultax-base, #FF5A1E);
  text-stroke: 2px var(--bultax-base, #FF5A1E);
  line-height: normal;
}
.main-slider-two__title .future .filled {
  font-weight: 900;
  color: var(--bultax-black3, #222222);
  -webkit-text-stroke: 2px var(--bultax-base, #FF5A1E);
  text-stroke: 2px var(--bultax-base, #FF5A1E);
  line-height: normal;
}
.main-slider-two__title .future .f {
  transform: translateY(-5px);
  font-size: 60px;
}
@media (max-width: 1199px) {
  .main-slider-two__title .future .f {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__title .future .f {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__title .future .f {
    font-size: 40px;
  }
}
.main-slider-two__title .future .underline {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 7px;
  height: clamp(3px, 0.8vw, 3px);
  background: var(--bultax-base, #FF5A1E);
  border-radius: 999px;
  transform: translateY(2px);
}
.main-slider-two__text {
  max-width: 500px;
  width: 100%;
  margin-bottom: 40px;
  transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
  transition: transform 1000ms ease, opacity 1000ms ease;
}
.main-slider-two__btn {
  display: flex;
  align-items: center;
  gap: 30px;
  transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
  transition: transform 1000ms ease, opacity 1000ms ease;
}
@media (max-width: 575px) {
  .main-slider-two__btn {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.main-slider-two__btn .bultax-btn:first-child {
  background-color: var(--bultax-black4, #0E0E0E);
}
.main-slider-two__btn .bultax-btn:first-child::before {
  background-color: var(--bultax-base, #FF5A1E);
}
.main-slider-two .about-three__funfact {
  border-top: 10px solid var(--bultax-white, #fff);
  position: absolute;
  bottom: 0;
  left: 0;
  border-right: 10px solid var(--bultax-white, #fff);
  z-index: 3;
  max-width: 520px;
  margin: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .main-slider-two .about-three__funfact {
    position: relative;
    z-index: 1;
    margin-right: auto;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 992px), (max-width: 575px) {
  .main-slider-two .about-three__funfact .about-three__funfact__thumb img {
    width: 170px;
  }
  .main-slider-two .about-three__funfact .about-three__funfact__thumb {
    max-width: 170px;
  }
  .main-slider-two .about-three__funfact .about-three__funfact__box {
    padding: 25px 15px;
  }
  .main-slider-two .about-three__funfact .about-three__funfact__text {
    font-size: 20px;
  }
  .main-slider-two .about-three__funfact .about-three__funfact__text-two {
    font-size: 15px;
    padding-top: 10px;
    padding-right: 10px;
  }
}
.main-slider-two__thumb-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0;
  position: absolute;
  bottom: 122px;
  right: 57%;
}
@media (max-width: 1500px) {
  .main-slider-two__thumb-box {
    right: 60%;
  }
}
@media (max-width: 1400px) {
  .main-slider-two__thumb-box {
    right: 59%;
    bottom: 210px;
  }
}
@media (max-width: 1199px) {
  .main-slider-two__thumb-box {
    bottom: 230px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__thumb-box {
    height: 42px;
    width: 123px;
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: -41px;
    z-index: 3;
  }
}
@media (max-width: 991px) {
  .main-slider-two__thumb-carousel {
    height: 42px;
    width: 123px;
  }
}
.main-slider-two__thumb-carousel .main-slider-two__thumb__item {
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.main-slider-two__thumb-carousel .main-slider-two__thumb__item span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #F4F4F4;
  font-weight: 700;
  font-size: 18px;
  line-height: 144%;
  color: var(--bultax-black, #000000);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-slider-two__thumb-carousel .main-slider-two__thumb__item:hover span {
  background-color: rgba(var(--bultax-base-rgb, 255, 90, 30), 0.9);
  color: var(--bultax-white, #fff);
}
.main-slider-two__thumb-carousel .slick-current + .slick-active .main-slider-two__thumb__item span {
  background-color: rgba(var(--bultax-base-rgb, 255, 90, 30), 0.9);
  color: var(--bultax-white, #fff);
}
@media (max-width: 991px) {
  .main-slider-two__thumb-carousel .item {
    width: 41px !important;
    height: 41px;
  }
}
.main-slider-two .slick-active .main-slider-two__bg-two,
.main-slider-two .slick-active .main-slider-two__bg-one {
  opacity: 1;
  transform: translatex(0) scalex(1);
  filter: blur(0);
  transition-delay: 1000ms;
}
.main-slider-two .slick-active .main-slider-two__title {
  opacity: 1;
  visibility: visible;
  transform: translatex(0) scalex(1);
  transition-delay: 1500ms;
}
.main-slider-two .slick-active .main-slider-two__subtitle {
  opacity: 1;
  visibility: visible;
  transform: translatex(0) scalex(1);
  transition-delay: 1000ms;
}
.main-slider-two .slick-active .main-slider-two__text,
.main-slider-two .slick-active .main-slider-two__btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 1000ms;
}

.main-slider-three {
  position: relative;
  z-index: 1;
  background-color: var(--bultax-black4, #0E0E0E);
}
.main-slider-three .custom-dots {
  padding: 55px 28px;
  background-color: var(--bultax-base, #FF5A1E);
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  gap: 23px;
  margin-top: 0px;
}
@media (max-width: 1199px) {
  .main-slider-three .custom-dots {
    flex-direction: row;
    left: auto;
    right: 0;
    padding: 28px 55px;
  }
}
@media (max-width: 991px) {
  .main-slider-three .custom-dots {
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .main-slider-three .custom-dots {
    padding: 15px 30px;
  }
}
.main-slider-three .custom-dots .owl-dot {
  width: 14px;
  height: 14px;
  display: block;
  background-color: var(--bultax-black4, #0E0E0E);
  border: none;
  position: relative;
  padding: 0;
  border: none;
  outline: none;
  margin: 0;
  transition: all 300ms ease;
}
@media (max-width: 991px) {
  .main-slider-three .custom-dots .owl-dot {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  .main-slider-three .custom-dots .owl-dot {
    width: 5px;
    height: 5px;
  }
}
.main-slider-three .custom-dots .owl-dot::after {
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
  right: -7px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid var(--bultax-white, #fff);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991px) {
  .main-slider-three .custom-dots .owl-dot::after {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .main-slider-three .custom-dots .owl-dot::after {
    width: 18px;
    height: 18px;
  }
}
.main-slider-three .custom-dots .owl-dot span {
  display: none;
}
.main-slider-three .custom-dots .owl-dot:hover, .main-slider-three .custom-dots .owl-dot.active {
  background-color: var(--bultax-white, #fff);
}
.main-slider-three .custom-dots .owl-dot:hover::after, .main-slider-three .custom-dots .owl-dot.active::after {
  transform: scale(1);
}
.main-slider-three .custom-dots.disabled {
  display: none;
}
.main-slider-three__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  transform: scale(1);
  z-index: -2;
  transition: transform 10000ms ease, -webkit-transform 10000ms ease;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translatex(-50%) scalex(2);
  filter: blur(10px);
  opacity: 0;
}
.main-slider-three__bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--bultax-black4-rgb, 14, 14, 14), 0.9);
}
.main-slider-three__item {
  height: 894px;
  padding-top: 300px;
}
@media (max-width: 1400px) {
  .main-slider-three__item {
    height: auto;
    padding-top: 200px;
    padding-bottom: 150px;
  }
}
@media (max-width: 1199px) {
  .main-slider-three__item {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__item {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.main-slider-three__content {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main-slider-three__top {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.main-slider-three__top::after, .main-slider-three__top::before {
  content: "";
  position: absolute;
  width: calc(100% - 200px);
  height: 1px;
  background-color: rgba(var(--bultax-border-color-rgb, 221, 221, 221), 0.19);
  top: 0;
  left: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translatex(50%) scalex(2);
  opacity: 0;
}
@media (max-width: 767px) {
  .main-slider-three__top::after, .main-slider-three__top::before {
    width: calc(100% - 100px);
  }
}
@media (max-width: 425px) {
  .main-slider-three__top::after, .main-slider-three__top::before {
    display: none;
  }
}
.main-slider-three__top::before {
  top: auto;
  bottom: 0;
}
.main-slider-three__top .img {
  border-radius: 100px;
  padding: 5px;
  border: 1px solid var(--bultax-base, #FF5A1E);
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translatex(50%) scalex(2);
  opacity: 0;
}
@media (max-width: 425px) {
  .main-slider-three__top .img {
    display: none;
  }
}
.main-slider-three__top .img img {
  border-radius: 100px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .main-slider-three__top .img img {
    width: 100px;
  }
}
.main-slider-three__subtitle {
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--bultax-base, #FF5A1E);
  margin-bottom: 0;
  transform: scaleX(1.9) translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: transform 1000ms ease, opacity 1000ms ease;
}
@media (max-width: 575px) {
  .main-slider-three__subtitle {
    font-size: 16px;
  }
}
.main-slider-three__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 117%;
  text-transform: capitalize;
  color: var(--bultax-white, #fff);
  margin-bottom: 15px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  opacity: 0;
  filter: blur(50px);
  transform: translateY(150%);
}
@media (max-width: 1199px) {
  .main-slider-three__title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .main-slider-three__title {
    font-size: 40px;
  }
}
.main-slider-three__title__box {
  color: var(--bultax-base, #FF5A1E);
  position: relative;
  z-index: 1;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
}
.main-slider-three__title__box::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 100%;
  background-color: transparent;
  height: calc(100% - 3px);
  border: 1px solid var(--bultax-base, #FF5A1E);
}
.main-slider-three__title::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 5px;
  background-color: var(--bultax-base, #FF5A1E);
  height: calc(100% - 30px);
  border-radius: 50px;
}
.main-slider-three__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: var(--bultax-white, #fff);
  margin-bottom: 0;
  max-width: 500px;
  width: 100%;
  margin-bottom: 32px;
  opacity: 0;
  filter: blur(50px);
  transform: translateY(150%);
}
.main-slider-three__btn {
  display: flex;
  align-items: center;
  gap: 30px;
  opacity: 0;
  filter: blur(50px);
  transform: translateY(150%);
}
@media (max-width: 575px) {
  .main-slider-three__btn {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.main-slider-three__btn .bultax-btn::before {
  background-color: var(--bultax-white, #fff);
}
.main-slider-three__btn .bultax-btn:hover {
  color: var(--bultax-black4, #0E0E0E);
}
.main-slider-three__btn .bultax-btn:hover .bultax-btn__icon {
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}
.main-slider-three__reviews {
  display: flex;
  align-items: center;
  padding: 6px 9px 6px 23px;
  background-color: var(--bultax-white, #fff);
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.main-slider-three__reviews::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bultax-base, #FF5A1E);
  z-index: -1;
  transform: translateX(100%);
  transition: all 0.4s ease-in-out;
}
.main-slider-three__reviews__man {
  display: flex;
  align-items: center;
  padding-left: 13px;
  position: relative;
  z-index: 1;
  margin-left: 13px;
}
.main-slider-three__reviews__man::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 4px;
  width: 2px;
  background-color: var(--bultax-base, #FF5A1E);
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
}
.main-slider-three__reviews__man img {
  border-radius: 50%;
  border: 2px solid var(--bultax-white, #fff);
}
.main-slider-three__reviews__man img + img {
  margin-right: -15px;
}
.main-slider-three__reviews__text {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--bultax-black2, #333333);
  transition: all 0.4s ease-in-out;
}
.main-slider-three__reviews:hover .main-slider-three__reviews__text {
  color: var(--bultax-white, #fff);
}
.main-slider-three__reviews:hover::after {
  transform: translateX(0);
}
.main-slider-three__reviews:hover .main-slider-three__reviews__man::after {
  background-color: var(--bultax-white, #fff);
}
.main-slider-three__thumb__item {
  position: absolute;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 1000ms ease, opacity 1000ms ease;
}
@media (max-width: 1400px) {
  .main-slider-three__thumb__item img {
    width: 90% !important;
  }
}
@media (max-width: 991px) {
  .main-slider-three__thumb__item {
    display: none;
  }
}
.main-slider-three__thumb__shape {
  position: absolute;
  z-index: -1;
  bottom: 70px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-100%) scale(1.3);
  transition: transform 1000ms ease, opacity 1000ms ease;
}
@media (max-width: 1400px) {
  .main-slider-three__thumb__shape img {
    width: 90% !important;
  }
}
@media (max-width: 991px) {
  .main-slider-three__thumb__shape {
    display: none;
  }
}
.main-slider-three__line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-repeat: repeat;
  background-size: cover;
  height: 15px;
  z-index: 1;
  animation: bgSlide 10s linear infinite;
}
.main-slider-three__bulldozer {
  position: absolute;
  bottom: 80px;
  right: 45px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
}
@media (max-width: 1500px) {
  .main-slider-three__bulldozer {
    bottom: 0;
    right: 20px;
  }
  .main-slider-three__bulldozer img {
    width: 50% !important;
  }
}
@media (max-width: 1199px) {
  .main-slider-three__bulldozer {
    display: none;
  }
}
.main-slider-three__side-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 100%;
  background-color: var(--bultax-white, #fff);
  z-index: 1;
}
@media (max-width: 1199px) {
  .main-slider-three__side-right {
    display: none;
  }
}
.main-slider-three__side-right__social {
  position: absolute;
  left: -82px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
  transform: rotate(90deg);
  top: 238px;
}
.main-slider-three__side-right__social a {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #92918F;
  font-size: 10px;
  color: #92918F;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
.main-slider-three__side-right__social a:hover {
  color: var(--bultax-white, #fff);
  border-color: var(--bultax-base, #FF5A1E);
  background-color: var(--bultax-base, #FF5A1E);
}
.main-slider-three__side-right__social span {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--bultax-black2, #333333);
}
.main-slider-three__shape {
  position: absolute;
  bottom: 198px;
  left: 0;
  z-index: 1;
}
@media (max-width: 1400px) {
  .main-slider-three__shape {
    display: none;
  }
}
@keyframes blurSlideUp {
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0);
  }
}
.main-slider-three .active .main-slider-three__top::after,
.main-slider-three .active .main-slider-three__top::before,
.main-slider-three .active .main-slider-three__top .img {
  opacity: 1;
  transform: translatex(0) scalex(1);
  filter: blur(0);
  transition-delay: 1000ms;
}
.main-slider-three .active .main-slider-three__subtitle {
  opacity: 1;
  visibility: visible;
  transform: translatex(0) scalex(1);
  transition-delay: 1500ms;
}
.main-slider-three .active .main-slider-three__title {
  animation: blurSlideUp 1200ms ease-in-out forwards;
}
.main-slider-three .active .main-slider-three__text {
  animation: blurSlideUp 1200ms ease-in-out forwards;
}
.main-slider-three .active .main-slider-three__btn {
  animation: blurSlideUp 1200ms ease-in-out forwards;
}
.main-slider-three .active .main-slider-three__thumb__item {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1500ms;
}
.main-slider-three .active .main-slider-three__thumb__item img {
  animation: bwLeftToRight 3s linear infinite;
}
.main-slider-three .active .main-slider-three__thumb__shape {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) scale(1);
  transition-delay: 1300ms;
}
.main-slider-three .active .main-slider-three__thumb__shape img {
  animation: bwTopToBottom 3s linear infinite;
}
.main-slider-three .active .main-slider-three__bulldozer {
  visibility: visible;
  opacity: 1;
  transition-delay: 1000ms;
}
.main-slider-three .active .main-slider-three__bulldozer img {
  animation: bwTopToBottom 3.5s linear infinite;
}
.main-slider-three .active .main-slider-three__bg {
  opacity: 1;
  transform: translatex(0) scalex(1);
  filter: blur(0);
  transition-delay: 1000ms;
}

/*--------------------------------------------------------------
# Hero One
--------------------------------------------------------------*/
.hero-one {
  padding-top: 260px;
  padding-bottom: 280px;
  position: relative;
  background-image: url(../images/resources/hero-one-1.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .hero-one {
    padding: 180px 0;
  }
}
.hero-one__overlay {
  background: linear-gradient(-90deg, #19223a -11.78%, rgba(25, 34, 58, 0) 94.59%);
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
}
.hero-one__content {
  z-index: 11;
  position: relative;
}
.hero-one__title {
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  font-weight: 400;
  font-size: 90px;
  line-height: 100px;
  color: var(--bultax-white, #fff);
  margin-bottom: 10px;
  transform: translateY(0);
  transition-delay: 1100ms;
}
@media (max-width: 1400px) {
  .hero-one__title br {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero-one__title {
    font-size: 65px;
    line-height: 70px;
  }
}
.hero-one__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: var(--bultax-gray, #F4F4F4);
  margin-bottom: 30px;
}
.hero-one .bultax-btn > i {
  padding: 13px 41px;
}

/*--------------------------------------------------------------
# Feature Section
--------------------------------------------------------------*/
.feature-one__item {
  position: relative;
  z-index: 1;
  background-color: var(--bultax-gray, #F4F4F4);
  padding: 40px 40px 37px 60px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .feature-one__item {
    padding: 25px 25px 49px 40px;
  }
}
.feature-one__item__top {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--bultax-border-color, #DDDDDD);
  margin-bottom: 23px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 479px) {
  .feature-one__item__top {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding-bottom: 20px;
    gap: 15px;
  }
}
.feature-one__item .icon {
  max-width: 94px;
  width: 100%;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bultax-black4, #0E0E0E);
  font-size: 48px;
  color: var(--bultax-white, #fff);
  position: relative;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .feature-one__item .icon {
    max-width: 70px;
    width: 100%;
    height: 70px;
    font-size: 35px;
  }
}
.feature-one__item .icon::after {
  content: "";
  position: absolute;
  top: -0.9px;
  left: -0.9px;
  width: 24px;
  height: 24px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: var(--bultax-gray, #F4F4F4);
  transition: all 0.4s ease-in-out;
}
.feature-one__item__title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  color: var(--bultax-black3, #222222);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .feature-one__item__title {
    font-size: 18px;
  }
}
.feature-one__item__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.feature-one__item__title a:hover {
  background-size: 100% 1px;
}
.feature-one__item__text {
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}
.feature-one__item__btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: 0;
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
}
.feature-one__item__btn i {
  transition: all 0.4s ease-in-out;
}
.feature-one__item__btn:hover i {
  transform: rotate(-45deg);
}
.feature-one__item::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 62px;
  top: 118px;
  right: 0;
  background-color: var(--bultax-base, #FF5A1E);
  transition: all 0.4s ease-in-out;
}
.feature-one__item::before {
  content: "";
  position: absolute;
  top: -0.9px;
  left: -0.9px;
  width: 65px;
  height: 70px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: var(--bultax-white, #fff);
  transition: all 0.4s ease-in-out;
}
.feature-one__item:hover {
  background-color: var(--bultax-black4, #0E0E0E);
}
.feature-one__item:hover .icon {
  color: var(--bultax-white, #fff);
  background-color: var(--bultax-base, #FF5A1E);
}
.feature-one__item:hover .icon i {
  animation: bwTada 0.5s ease-in-out;
}
.feature-one__item:hover .icon::after {
  background-color: var(--bultax-black4, #0E0E0E);
}
.feature-one__item:hover .feature-one__item__top {
  border-color: rgba(221, 221, 221, 0.5);
}
.feature-one__item:hover .feature-one__item__title,
.feature-one__item:hover .feature-one__item__text {
  color: var(--bultax-white, #fff);
}
.feature-one__item:hover::after {
  transform: translateY(-118px);
}

.feature-three {
  position: relative;
  z-index: 1;
  counter-reset: featureCard;
}
.feature-three__inner {
  display: flex;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .feature-three__inner {
    flex-wrap: wrap;
  }
}
.feature-three__item {
  flex: 25%;
  width: 25%;
  background-color: var(--bultax-white, #fff);
  border-bottom: 1px solid var(--bultax-border-color, #DDDDDD);
  border-right: 1px solid var(--bultax-border-color, #DDDDDD);
  padding: 70px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1800px) {
  .feature-three__item {
    padding: 40px 30px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .feature-three__item {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .feature-three__item {
    flex: 50%;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .feature-three__item {
    flex: 100%;
    width: 100%;
  }
}
.feature-three__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: var(--bultax-black, #000000);
  z-index: -1;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.feature-three__item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feature-three__item__icon {
  width: 94px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bultax-black4, #0E0E0E);
  font-size: 48px;
  color: var(--bultax-white, #fff);
  clip-path: polygon(80% 0, 100% 22%, 100% 100%, 0 100%, 0 0);
  margin-bottom: 28px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) and (min-width: 576px) {
  .feature-three__item__icon {
    width: 70px;
    height: 70px;
    font-size: 40px;
  }
}
.feature-three__item__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  color: var(--bultax-black3, #222222);
  margin-bottom: 15px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1430px) {
  .feature-three__item__title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .feature-three__item__title {
    font-size: 22px;
  }
}
.feature-three__item__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.feature-three__item__title a:hover {
  background-size: 100% 1px;
}
.feature-three__item__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 108px;
  height: 2px;
  background-color: var(--bultax-base, #FF5A1E);
}
.feature-three__item__text {
  font-weight: 400;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
.feature-three__item .bultax-btn {
  background-color: #F4F4F4;
  display: flex;
  justify-content: space-between;
  padding: 0;
  color: var(--bultax-black4, #0E0E0E);
  padding-right: 30px;
}
.feature-three__item .bultax-btn::before {
  background-color: var(--bultax-base, #FF5A1E);
}
.feature-three__item .bultax-btn .bultax-btn__icon {
  width: 50px;
  height: 50px;
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}
.feature-three__item .bultax-btn .bultax-btn__icon-box {
  width: 18px;
  height: 18px;
  font-size: 18px;
}
.feature-three__item .bultax-btn:hover {
  color: var(--bultax-white, #fff);
}
.feature-three__item .bultax-btn:hover .bultax-btn__icon {
  background-color: var(--bultax-white, #fff);
  color: var(--bultax-base, #FF5A1E);
}
.feature-three__item .bultax-btn:hover .bultax-btn__icon .bultax-btn__icon-box {
  transform: rotate(-45deg);
}
.feature-three__item__line::after {
  width: 1px;
  height: 109px;
  content: "";
  background-color: var(--bultax-border-color, #DDDDDD);
  position: absolute;
  top: -13px;
  right: -34px;
  z-index: 1;
  transform: rotate(40deg);
  transition: all 0.3s ease-in-out;
}
.feature-three__item__line::before {
  content: "";
  position: absolute;
  top: 0;
  right: -68px;
  width: 70px;
  height: 85px;
  background-color: var(--bultax-white, #fff);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  transition: all 0.3s ease-in-out;
}
.feature-three__item__number {
  counter-increment: featureCard;
}
.feature-three__item__number::before {
  font-weight: 700;
  font-size: 50px;
  line-height: 52%;
  color: var(--bultax-white, #fff);
  content: "0" counter(featureCard);
  text-shadow: 1px 1px 1px #DDDDDD, -1px 1px 1px #DDDDDD, 1px -1px 1px #DDDDDD, -1px -1px 1px #DDDDDD;
  transition: all 0.4s ease-in-out;
}
.feature-three__item:hover {
  border-color: var(--bultax-black4, #0E0E0E);
}
.feature-three__item:hover::after {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.feature-three__item:hover .feature-three__item__line::after {
  background-color: var(--bultax-black, #000000);
}
.feature-three__item:hover .feature-three__item__line::before {
  background-color: var(--bultax-black, #000000);
}
.feature-three__item:hover .feature-three__item__icon {
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}
.feature-three__item:hover .feature-three__item__icon i {
  animation: bwTada 0.5s ease-in-out;
}
.feature-three__item:hover .feature-three__item__number::before {
  color: var(--bultax-black, #000000);
}
.feature-three__item:hover .feature-three__item__text,
.feature-three__item:hover .feature-three__item__title {
  color: var(--bultax-white, #fff);
}
.feature-three__item:hover .bultax-btn {
  background-color: var(--bultax-white, #fff);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
  z-index: 1;
}
.about-one__thumb {
  position: relative;
  z-index: 1;
}
.about-one__thumb__item {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .about-one__thumb__item {
    margin-left: 50px;
    margin-right: 20px;
  }
}
.about-one__thumb__item img {
  object-fit: cover;
  width: 100%;
}
.about-one__thumb__item-small {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.about-one__thumb__item-small img {
  object-fit: cover;
  border: 10px solid var(--bultax-white, #fff);
  border-left: none;
  border-bottom: none;
}
@media (max-width: 575px) {
  .about-one__thumb__item-small {
    bottom: 74px;
  }
}
.about-one__thumb__item::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: var(--bultax-white, #fff);
  width: 118px;
  height: 128px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.about-one__thumb::after {
  content: "";
  position: absolute;
  top: 47px;
  right: 0;
  width: 384px;
  height: 206px;
  background-color: var(--bultax-base, #FF5A1E);
}
@media (max-width: 575px) {
  .about-one__thumb::after {
    display: none;
  }
}
.about-one__thumb::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 451px;
  height: 249px;
  background-color: var(--bultax-black4, #0E0E0E);
  z-index: -1;
}
@media (max-width: 575px) {
  .about-one__thumb::before {
    width: 100%;
  }
}
.about-one__thumb__funfact {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 425px) {
  .about-one__thumb__funfact {
    gap: 20px;
  }
}
.about-one__thumb__funfact__count {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 119%;
  margin-bottom: 0;
  color: var(--bultax-white, #fff);
  padding: 28px 18px;
  padding-left: 9px;
  background-color: var(--bultax-base, #FF5A1E);
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 768px) {
  .about-one__thumb__funfact__count {
    font-size: 30px;
    padding: 20px 15px;
  }
}
@media (max-width: 425px) {
  .about-one__thumb__funfact__count {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.about-one__thumb__funfact__count span {
  color: inherit;
}
.about-one__thumb__funfact__count::after {
  content: "";
  width: 24px;
  height: 66px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
  left: -16px;
  background-color: var(--bultax-base, #FF5A1E);
}
@media (max-width: 425px) {
  .about-one__thumb__funfact__count::after {
    display: none;
  }
}
.about-one__thumb__funfact__text {
  font-weight: 600;
  font-size: 29.2194px;
  margin-bottom: 0;
  color: var(--bultax-white, #fff);
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 768px) {
  .about-one__thumb__funfact__text {
    font-size: 18px;
  }
}
.about-one__content .sec-title {
  padding-bottom: 20px;
}
.about-one__text {
  margin-bottom: 32px;
}
.about-one__feature {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--bultax-border-color, #DDDDDD);
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 768px) {
  .about-one__feature {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .about-one__feature {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-one__feature::after {
  content: "";
  position: absolute;
  top: -2px;
  right: 135px;
  width: 61px;
  height: 3px;
  background-color: var(--bultax-base, #FF5A1E);
}
.about-one__feature__item {
  padding: 25px 20px 20px 10px;
  background-color: #F4F4F4;
  display: flex;
  align-items: start;
  gap: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.about-one__feature__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 47px;
  background-color: var(--bultax-black4, #0E0E0E);
  z-index: -1;
  transition: all 0.4s ease-in-out;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38.000000 47.000000" preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,47.000000) scale(0.100000,-0.100000)" fill="" stroke="none"> <path d="M2 304 l3 -166 150 -68 c83 -38 153 -65 156 -62 3 4 20 42 37 84 l32 78 -37 150 -37 150 -153 0 -153 0 2 -166z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38.000000 47.000000" preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,47.000000) scale(0.100000,-0.100000)" fill="" stroke="none"> <path d="M2 304 l3 -166 150 -68 c83 -38 153 -65 156 -62 3 4 20 42 37 84 l32 78 -37 150 -37 150 -153 0 -153 0 2 -166z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
@media (max-width: 450px) {
  .about-one__feature__item::after {
    display: none;
  }
}
.about-one__feature__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bultax-black4, #0E0E0E);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transform: translate(100%, -100%);
}
.about-one__feature__item:hover::before {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.about-one__feature__item:hover::after {
  background-color: var(--bultax-base, #FF5A1E);
}
.about-one__feature__item:hover .about-one__feature__icon {
  color: var(--bultax-base, #FF5A1E);
  background-color: var(--bultax-white, #fff);
}
.about-one__feature__item:hover .about-one__feature__title {
  color: var(--bultax-white, #fff);
}
.about-one__feature__item:hover .about-one__feature__shape::before {
  visibility: visible;
  opacity: 1;
}
.about-one__feature__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.about-one__feature__shape::after {
  content: "";
  position: absolute;
  bottom: -0.88px;
  right: 0;
  width: 42px;
  height: 42px;
  background-color: var(--bultax-white, #fff);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 450px) {
  .about-one__feature__shape::after {
    display: none;
  }
}
.about-one__feature__shape::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 3px;
  background-color: var(--bultax-base, #FF5A1E);
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.about-one__feature__icon {
  max-width: 30px;
  width: 100%;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  background-color: var(--bultax-base, #FF5A1E);
  font-size: 14px;
  color: var(--bultax-white, #fff);
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.about-one__feature__title {
  font-weight: 600;
  font-size: 17px;
  line-height: 153%;
  color: var(--bultax-black2, #333333);
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}
.about-one__support {
  display: flex;
  align-items: center;
  gap: 27px;
  position: relative;
  z-index: 1;
  margin-bottom: 42px;
}
.about-one__support .icon {
  font-size: 42px;
  color: var(--bultax-base, #FF5A1E);
  position: relative;
  z-index: 1;
  line-height: 1;
}
.about-one__support .icon i {
  line-height: 1;
}
.about-one__support__text {
  margin-bottom: 0;
  font-weight: 600;
}
.about-one__support__text a {
  color: var(--bultax-base, #FF5A1E);
  text-decoration: underline;
}
.about-one__support-border {
  width: 2px;
  height: 100%;
  border-radius: 100px;
  background-color: var(--bultax-black4, #0E0E0E);
  position: absolute;
  top: 0;
  left: -12px;
}
.about-one__support-border::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 13px;
  border-radius: 100px;
  background-color: var(--bultax-base, #FF5A1E);
}
.about-one__button {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) and (min-width: 480px) {
  .about-one__button {
    gap: 10px;
  }
  .about-one__button .bultax-btn {
    padding: 11px 10px 11px 8px;
  }
}
@media (max-width: 479px) {
  .about-one__button {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.about-one__active {
  display: flex;
  align-items: center;
  gap: 27px;
  padding: 7px 9px 7px 23px;
  border-radius: 100px;
  border: 1px solid var(--bultax-border-color, #DDDDDD);
}
.about-one__active__image {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.about-one__active__image::after {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: -12px;
  width: 2px;
  border-radius: 100px;
  background-color: var(--bultax-base, #FF5A1E);
}
.about-one__active__image img {
  border-radius: 50%;
  border: 3px solid var(--bultax-white, #fff);
}
.about-one__active__image img + img {
  margin-right: -15px;
}
.about-one__active__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.about-one__bulldozer {
  position: absolute;
  left: 0;
  bottom: -11%;
}
@media (max-width: 1700px) {
  .about-one__bulldozer {
    text-align: end;
  }
  .about-one__bulldozer img {
    width: 50%;
  }
}
@media (max-width: 1466px) {
  .about-one__bulldozer {
    display: none;
  }
}
.about-one__bulldozer img {
  animation: bwLeftToRight 3s ease-in-out infinite;
}

.about-two {
  position: relative;
  z-index: 1;
}
.about-two .sec-title {
  padding-bottom: 24px;
}
.about-two__thumb {
  position: relative;
  z-index: 1;
}
.about-two__thumb__video {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 10px solid var(--bultax-white, #fff);
  border-left: none;
  border-bottom: none;
}
@media (max-width: 425px) {
  .about-two__thumb__video {
    position: relative;
    margin-top: 20px;
    border: none;
  }
  .about-two__thumb__video img {
    width: 100%;
  }
}
.about-two__thumb__video img {
  object-fit: cover;
}
.about-two__thumb__video::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 14, 14, 0.5);
}
.about-two__thumb__item-video {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--bultax-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}
.about-two__thumb__item-video span {
  position: absolute;
  display: block;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-color: transparent;
  border-radius: 50%;
  border: 3px solid var(--bultax-white, #fff);
}
.about-two__thumb__item-video .ripple {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 100%;
  transform: translate(50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--bultax-base-rgb, 255, 90, 30), 0.55);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.about-two__thumb__item-video .ripple::before, .about-two__thumb__item-video .ripple::after {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 100%;
  transform: translate(50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--bultax-base-rgb, 255, 90, 30), 0.45);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.about-two__thumb__item-video .ripple::before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.about-two__thumb__item-video .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.about-two__thumb__item {
  margin-left: 95px;
}
@media (max-width: 1199px) and (min-width: 991px), (max-width: 767px) {
  .about-two__thumb__item {
    margin-left: 30px;
  }
}
@media (max-width: 425px) {
  .about-two__thumb__item {
    margin-left: 0;
  }
}
.about-two__thumb__item img {
  object-fit: cover;
  width: 100%;
}
.about-two__thumb__item-small {
  position: absolute;
  top: 130px;
  right: -72px;
  border: 10px solid var(--bultax-white, #fff);
  border-right: none;
}
@media (max-width: 575px) {
  .about-two__thumb__item-small {
    display: none;
  }
}
.about-two__thumb__item-small::after {
  content: "";
  position: absolute;
  background-color: var(--bultax-base, #FF5A1E);
  width: 72px;
  height: 80px;
  top: -80px;
  right: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.about-two__shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1600px) {
  .about-two__shape {
    top: auto;
    bottom: 0;
    text-align: end;
  }
}
@media (max-width: 1366px) {
  .about-two__shape {
    display: none;
  }
}
.about-two__shape img {
  animation: bwLeftToRight 2s linear infinite;
}
@media (max-width: 1600px) {
  .about-two__shape img {
    width: 50%;
  }
}
.about-two__text {
  margin-bottom: 27px;
}
@media (min-width: 1200px) {
  .about-two__text {
    max-width: 540px;
    width: 100%;
  }
}
.about-two__feature {
  margin-bottom: 40px;
}
.about-two__feature__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .about-two__feature__item {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
  }
}
.about-two__feature__item:hover .about-two__feature__icon::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.about-two__feature__item + .about-two__feature__item {
  margin-top: 25px;
}
.about-two__feature__icon {
  max-width: 70px;
  width: 100%;
  background-color: var(--bultax-base, #FF5A1E);
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: var(--bultax-white, #fff);
  position: relative;
  z-index: 1;
}
.about-two__feature__icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bultax-black4, #0E0E0E);
  z-index: -1;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.about-two__feature__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  color: var(--bultax-black3, #222222);
  margin-bottom: 5px;
}
.about-two__feature__text {
  margin-bottom: -4px;
  max-width: 425px;
  width: 100%;
}
.about-two__author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--bultax-black, #000000);
}
@media (max-width: 575px) {
  .about-two__author {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
  }
}
.about-two__author-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
  position: relative;
  z-index: 1;
  flex: 55%;
  width: 55%;
}
@media (max-width: 575px) {
  .about-two__author-box {
    width: 100%;
    flex: 100%;
  }
}
.about-two__author-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 100%;
  background-color: var(--bultax-base, #FF5A1E);
  z-index: -1;
}
.about-two__author-deg {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bultax-white, #fff);
  margin-bottom: 0;
}
.about-two__author-image {
  max-width: 94px;
  height: 87px;
  width: 100%;
}
.about-two__author-image img {
  object-fit: cover;
  width: 100%;
}
.about-two__author__name {
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  color: var(--bultax-white, #fff);
  margin-bottom: 5px;
}
@media (max-width: 1199px) and (min-width: 991px) {
  .about-two__author__name {
    font-size: 18px;
  }
}
.about-two__author__aigneture {
  flex: 45%;
  width: 45%;
  padding-right: 40px;
  border-right: 1px solid #D9D9D9;
}
@media (max-width: 575px) {
  .about-two__author__aigneture {
    width: 100%;
    flex: 100%;
    border: none;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}

.about-three {
  position: relative;
  z-index: 1;
  background-color: var(--bultax-white, #fff);
}
@media (min-width: 1200px) {
  .about-three__content {
    margin-left: 30px;
  }
}
.about-three .sec-title {
  padding-bottom: 22px;
}
.about-three__text {
  margin-bottom: 42px;
}
.about-three__thumb {
  position: relative;
  z-index: 1;
}
.about-three__thumb__item img {
  object-fit: cover;
  width: 100%;
  clip-path: polygon(84% 0, 100% 16%, 100% 100%, 0 100%, 0 0);
}
.about-three__thumb__item-small {
  position: absolute;
  bottom: 0;
  right: -118px;
  border-left: 15px solid var(--bultax-white, #fff);
  border-top: 15px solid var(--bultax-white, #fff);
}
.about-three__thumb__item-small img {
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%, 0 75%);
}
@media (max-width: 767px) {
  .about-three__thumb__item-small {
    border-top: none;
    border-left: none;
    text-align: start;
    right: -20px;
  }
  .about-three__thumb__item-small img {
    width: 50%;
  }
}
.about-three__thumb__item-small::after {
  width: 118px;
  height: 118px;
  position: absolute;
  content: "";
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  top: -133px;
  right: 0;
  background-color: var(--bultax-base, #FF5A1E);
}
@media (max-width: 767px) {
  .about-three__thumb__item-small::after {
    display: none;
  }
}
.about-three__funfact {
  display: flex;
  align-items: start;
  background-color: var(--bultax-black4, #0E0E0E);
  padding-left: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
  .about-three__funfact {
    padding-left: 20px;
  }
}
@media (max-width: 500px) {
  .about-three__funfact {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 25px;
  }
}
.about-three__funfact__thumb {
  max-width: 213px;
  height: 100%;
  width: 100%;
}
.about-three__funfact__thumb img {
  object-fit: cover;
  width: 213px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
  .about-three__funfact__thumb {
    max-width: 170px;
  }
  .about-three__funfact__thumb img {
    width: 170px;
  }
}
@media (max-width: 500px) {
  .about-three__funfact__thumb {
    max-width: 100%;
  }
  .about-three__funfact__thumb img {
    width: 100%;
    height: 200px;
  }
}
.about-three__funfact__top {
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.5);
}
.about-three__funfact__box {
  background-color: var(--bultax-base, #FF5A1E);
  padding: 35px 23px;
  max-width: 140px;
  width: 100%;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
  .about-three__funfact__box {
    padding: 25px 15px;
  }
}
.about-three__funfact__count {
  font-weight: 700;
  font-size: 60px;
  line-height: 50%;
  text-transform: uppercase;
  color: var(--bultax-base, #FF5A1E);
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  gap: 0;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
  .about-three__funfact__count {
    font-size: 35px;
  }
}
.about-three__funfact__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--bultax-white, #fff);
  margin-bottom: 0;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
  .about-three__funfact__text {
    font-size: 20px;
  }
}
.about-three__funfact__text-two {
  padding-top: 15px;
  padding-right: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: var(--bultax-white, #fff);
  margin-bottom: 0;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 575px) {
  .about-three__funfact__text-two {
    font-size: 15px;
    padding-top: 10px;
    padding-right: 10px;
  }
}
.about-three__blockquote {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #636363;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding-right: 11px;
  margin-bottom: 34px;
  margin-top: -4px;
}
.about-three__blockquote::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background-color: var(--bultax-base, #FF5A1E);
}
.about-three__list {
  margin-bottom: 50px;
}
.about-three__list__item {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  color: var(--bultax-black, #000000);
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 425px) {
  .about-three__list__item {
    font-size: 18px;
  }
}
.about-three__list__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 0%;
  background-color: var(--bultax-base, #FF5A1E);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.about-three__list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0px;
  height: 2px;
  background-color: var(--bultax-black, #000000);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.about-three__list__item__icon {
  max-width: 80px;
  width: 100%;
  height: 80px;
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--bultax-base, #FF5A1E);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 425px) {
  .about-three__list__item__icon {
    max-width: 60px;
    height: 60px;
    font-size: 30px;
  }
}
.about-three__list__item:hover {
  padding-right: 40px;
}
.about-three__list__item:hover::after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.about-three__list__item:hover::before {
  width: 40px;
  visibility: visible;
  opacity: 1;
}
.about-three__list__item:hover .about-three__list__item__icon {
  background-color: var(--bultax-black, #000000);
  border-radius: 10px;
  color: var(--bultax-white, #fff);
}
.about-three__list__item:hover .about-three__list__item__icon i {
  animation: bwTada 0.5s ease-in-out;
}
.about-three__list__item + .about-three__list__item {
  margin-top: 30px;
}
.about-three__shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-three__shape img {
  object-fit: cover;
  animation: bwLeftToRight 3s ease-in-out infinite;
}
@media (max-width: 1600px) {
  .about-three__shape {
    text-align: end;
  }
  .about-three__shape img {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .about-three__shape {
    display: none;
  }
}

/*--------------------------------------------------------------
# Brand
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-two,
.service-page {
  counter-reset: serviceCard;
  position: relative;
  z-index: 1;
}

.service-two {
  background-color: #F4F4F4;
}
.service-two .service-card:hover .service-card__top::before,
.service-two .service-card {
  background-color: var(--bultax-white, #fff);
}
.service-two .service-card-two__thumb::before,
.service-two .service-card-two__thumb::after,
.service-two .service-card::after,
.service-two .service-card__top::after {
  background-color: #F4F4F4;
}

.service-card {
  position: relative;
  z-index: 1;
  background-color: #F4F4F4;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.service-card__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%) scale(1.3);
  transition: all 0.4s ease-in-out;
}
.service-card__bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 14, 14, 0.5);
  transition: all 0.4s ease-in-out;
}
.service-card__top {
  padding: 42px 30px 30px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 425px) {
  .service-card__top {
    padding: 37px 20px 30px 41px;
  }
}
.service-card__top__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  color: var(--bultax-black3, #222222);
  margin-bottom: 0;
}
@media (max-width: 1199px) and (min-width: 767px), (max-width: 425px) {
  .service-card__top__title {
    font-size: 18px;
  }
}
.service-card__top__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card__top__title a:hover {
  background-size: 100% 1px;
}
.service-card__top::before {
  content: "";
  width: 96px;
  height: 102px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--bultax-base, #FF5A1E);
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 425px) {
  .service-card__top::before {
    width: 76px;
    height: 80px;
  }
}
.service-card__top::after {
  content: "";
  width: 70px;
  height: 60px;
  position: absolute;
  top: 0;
  left: -0.8px;
  background-color: var(--bultax-white, #fff);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.service-card__top__subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  color: var(--bultax-base, #FF5A1E);
  display: flex;
  align-items: center;
  counter-increment: serviceCard;
  transition: all 0.4s ease-in-out;
}
.service-card__top__subtitle span {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 10px;
  width: 100%;
  height: 10px;
  border: 2px solid var(--bultax-base, #FF5A1E);
  margin-left: 10px;
  transition: all 0.4s ease-in-out;
}
.service-card__top__subtitle::after {
  margin-right: 3px;
  content: "0" counter(serviceCard);
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  color: var(--bultax-base, #FF5A1E);
  transition: all 0.4s ease-in-out;
}
.service-card__top__icon {
  max-width: 80px;
  width: 100%;
  font-size: 38px;
  color: var(--bultax-white, #fff);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bultax-black4, #0E0E0E);
  transition: all 0.4s ease-in-out;
  clip-path: polygon(0 0, 70% 0, 100% 25%, 100% 100%, 0 100%, 0% 50%);
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 425px) {
  .service-card__top__icon {
    max-width: 55px;
    height: 55px;
    font-size: 30px;
  }
}
.service-card__content {
  position: relative;
  z-index: 1;
  padding: 24px 30px 30px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 425px) {
  .service-card__content {
    padding: 24px 17px 25px;
  }
}
.service-card__content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  left: 30px;
  height: 1px;
  background-color: #dddddd;
  transition: all 0.4s ease-in-out;
}
.service-card__text {
  margin-bottom: 13px;
  transition: all 0.4s ease-in-out;
}
.service-card__list {
  margin-bottom: -6px;
}
.service-card__list__item {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bultax-text, #636363);
  transition: all 0.4s ease-in-out;
}
.service-card__list__item + .service-card__list__item {
  margin-top: 5px;
}
.service-card__list__icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bultax-black4, #0E0E0E);
  font-size: 11px;
  color: var(--bultax-white, #fff);
  margin-left: 8px;
  transition: all 0.4s ease-in-out;
}
.service-card__btn {
  text-align: end;
}
.service-card__btn .bultax-btn {
  background-color: transparent;
  padding: 0;
  margin-right: auto;
  margin-left: 0;
}
.service-card__btn .bultax-btn::before {
  display: none;
}
.service-card__btn .bultax-btn__icon {
  width: 50px;
  height: 50px;
  background-color: var(--bultax-black4, #0E0E0E);
  color: var(--bultax-white, #fff);
}
.service-card__btn .bultax-btn__icon-box {
  width: 20px;
  height: 20px;
  font-size: 19px;
}
.service-card::after {
  width: 185px;
  height: 46px;
  position: absolute;
  bottom: -0.7px;
  right: 0;
  background-color: var(--bultax-white, #fff);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  content: "";
}
.service-card:hover .service-card__bg {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
}
.service-card:hover .service-card__bg::after {
  background-color: rgba(14, 14, 14, 0.9);
}
.service-card:hover .service-card__top::before {
  background-color: #F4F4F4;
}
.service-card:hover .service-card__top__icon {
  background-color: var(--bultax-base, #FF5A1E);
}
.service-card:hover .service-card__top__icon i {
  animation: bwTada 0.5s ease-in-out;
}
.service-card:hover .service-card__top__title,
.service-card:hover .service-card__text,
.service-card:hover .service-card__top__subtitle::after,
.service-card:hover .service-card__top__subtitle {
  color: var(--bultax-white, #fff);
}
.service-card:hover .service-card__top__subtitle span {
  background-color: var(--bultax-base, #FF5A1E);
}
.service-card:hover .service-card__content::after {
  background-color: rgba(221, 221, 221, 0.3);
}
.service-card:hover .service-card__list__item {
  color: var(--bultax-white, #fff);
}
.service-card:hover .service-card__list__item .service-card__list__icon {
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}
.service-card:hover .bultax-btn .bultax-btn__icon {
  background-color: var(--bultax-base, #FF5A1E);
}
.service-card:hover .bultax-btn .bultax-btn__icon-box {
  transform: rotate(-45deg);
}
.service-card .service-card__list__item:hover .service-card__list__icon {
  background-color: var(--bultax-white, #fff);
  color: var(--bultax-base, #FF5A1E);
}

.service-card-two__thumb {
  position: relative;
  z-index: 1;
}
.service-card-two__thumb::after {
  content: "";
  width: 70px;
  height: 60px;
  position: absolute;
  top: 0;
  left: -0.8px;
  background-color: var(--bultax-white, #fff);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.service-card-two__thumb::before {
  width: 185px;
  height: 46px;
  position: absolute;
  bottom: -0.7px;
  right: 0;
  background-color: var(--bultax-white, #fff);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  content: "";
}
.service-card-two__thumb img {
  object-fit: cover;
  width: 100%;
}

.service-one {
  position: relative;
  z-index: 1;
  counter-reset: serviceCount;
}
.service-one .sec-title {
  padding-bottom: 0;
}
.service-one .sec-title .sec-title__title {
  color: var(--bultax-white, #fff);
}
.service-one__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .service-one__top {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 30px;
  }
}
.service-one__carousel-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.service-one__carousel-nav button {
  border: none;
  outline: none;
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--bultax-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 50%;
  color: var(--bultax-white, #fff);
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .service-one__carousel-nav button {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
.service-one__carousel-nav button:hover {
  color: var(--bultax-white, #fff);
  background-color: var(--bultax-base, #FF5A1E);
  border-color: var(--bultax-base, #FF5A1E);
}
.service-one__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.service-one__bg::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  content: "";
  height: 100%;
  background-color: rgba(var(--bultax-black4-rgb, 14, 14, 14), 0.89);
}
.service-one__item {
  position: relative;
  z-index: 1;
}
.service-one__item__number {
  width: 44px;
  height: 44px;
  background: var(--bultax-base, #FF5A1E);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -22px;
  z-index: 1;
  position: relative;
  counter-increment: serviceCount;
  transition: all 0.4s ease-in-out;
}
.service-one__item__number::before {
  content: "0" counter(serviceCount);
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  text-align: center;
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  color: var(--bultax-white, #fff);
}
.service-one__item__content {
  background-color: var(--bultax-white, #fff);
  padding: 36px 10px 10px;
  transition: all 0.4s ease-in-out;
  clip-path: polygon(18% 0, 82% 0, 100% 16%, 100% 100%, 0 100%, 0 16%);
}
@media (max-width: 425px) {
  .service-one__item__content {
    clip-path: none;
  }
}
.service-one__item__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  text-align: center;
  color: var(--bultax-black3, #222222);
  margin-bottom: 11px;
}
.service-one__item__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-one__item__title a:hover {
  background-size: 100% 1px;
}
.service-one__item__text {
  margin-bottom: 15px;
  max-width: 265px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.service-one__item .icon {
  width: 90px;
  height: 85px;
  background-color: var(--bultax-black4, #0E0E0E);
  border: 5px solid var(--bultax-white, #fff);
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--bultax-white, #fff);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -43px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.service-one__item .icon::after {
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  content: "";
  background-color: var(--bultax-white, #fff);
  width: 20px;
  height: 20px;
  top: -0.9px;
  left: -0.9px;
  transition: all 0.4s ease-in-out;
}
.service-one__item__thumb {
  position: relative;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.service-one__item__thumb img {
  object-fit: cover;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.service-one__item__btn a {
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bultax-base, #FF5A1E);
  font-size: 16px;
  color: var(--bultax-white, #fff);
  transition: all 0.4s ease-in-out;
}
.service-one__item__btn a i {
  transition: all 0.4s ease-in-out;
}
.service-one__item:hover .service-one__item__number {
  background-color: var(--bultax-white, #fff);
}
.service-one__item:hover .service-one__item__number::before {
  color: var(--bultax-base, #FF5A1E);
}
.service-one__item:hover .service-one__item__content {
  background-color: var(--bultax-base, #FF5A1E);
}
.service-one__item:hover .service-one__item__title {
  color: var(--bultax-white, #fff);
}
.service-one__item:hover .service-one__item__text {
  color: var(--bultax-white, #fff);
}
.service-one__item:hover .service-one__item__thumb img {
  transform: scale(1.1);
  filter: blur(3px);
}
.service-one__item:hover .icon {
  border-color: var(--bultax-base, #FF5A1E);
  background-color: var(--bultax-white, #fff);
  color: var(--bultax-base, #FF5A1E);
}
.service-one__item:hover .icon::after {
  background-color: var(--bultax-base, #FF5A1E);
}
.service-one__item:hover .icon i {
  animation: bwTada 0.5s ease-in-out;
}
.service-one__item:hover .service-one__item__btn a {
  background-color: var(--bultax-white, #fff);
  color: var(--bultax-base, #FF5A1E);
}
.service-one__item:hover .service-one__item__btn a i {
  transform: rotate(-45deg);
}
.service-one__shape-one {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1466px) {
  .service-one__shape-one {
    display: none;
  }
}
.service-one__shape-two {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1466px) {
  .service-one__shape-two {
    text-align: end;
  }
  .service-one__shape-two img {
    width: 60%;
  }
}
.service-one__shape-two img {
  animation: bwTopToBottom 2s linear infinite;
}

.service-area__cta {
  background-color: var(--bultax-base, #FF5A1E);
  position: relative;
  z-index: 1;
  padding: 20px 20px 20px;
  padding-left: 74px;
}
@media (max-width: 1199px) {
  .service-area__cta {
    padding-left: 20px;
  }
}
.service-area__cta__inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1199px) {
  .service-area__cta__inner {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .service-area__cta__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.service-area__cta__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 107%;
  color: var(--bultax-white, #fff);
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .service-area__cta__title {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .service-area__cta__title {
    max-width: 400px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
.service-area__cta__text {
  margin-bottom: 0;
  color: var(--bultax-white, #fff);
}
@media (max-width: 991px) {
  .service-area__cta__text {
    text-align: center;
  }
}
.service-area__cta__video {
  position: relative;
  z-index: 1;
  border: 10px solid var(--bultax-white, #fff);
}
.service-area__cta__video img {
  object-fit: cover;
  width: 265px;
}
@media (max-width: 991px) {
  .service-area__cta__video img {
    width: 100%;
  }
}
.service-area__cta__video::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 14, 14, 0.5);
}
.service-area__cta__btn {
  text-align: end;
}
@media (max-width: 991px) {
  .service-area__cta__btn {
    text-align: center;
  }
}
.service-area__cta__btn .bultax-btn {
  background-color: var(--bultax-white, #fff);
  color: var(--bultax-black3, #222222);
}
.service-area__cta__btn .bultax-btn .bultax-btn__icon {
  background-color: var(--bultax-black4, #0E0E0E);
  color: var(--bultax-white, #fff);
}
.service-area__cta__btn .bultax-btn:hover {
  color: var(--bultax-white, #fff);
}
.service-area__cta__btn .bultax-btn:hover .bultax-btn__icon {
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}
.service-area__cta__item-video {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background-color: var(--bultax-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  z-index: 1;
  cursor: pointer;
}
.service-area__cta__item-video span {
  position: absolute;
  display: block;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-color: transparent;
  border-radius: 50%;
  border: 3px solid var(--bultax-white, #fff);
}
.service-area__cta__item-video .ripple {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 100%;
  transform: translate(50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--bultax-base-rgb, 255, 90, 30), 0.55);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.service-area__cta__item-video .ripple::before, .service-area__cta__item-video .ripple::after {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 100%;
  transform: translate(50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--bultax-base-rgb, 255, 90, 30), 0.45);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.service-area__cta__item-video .ripple::before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.service-area__cta__item-video .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.service-three {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .service-three .sec-title {
    padding-bottom: 43px;
    margin-top: -2px;
  }
}
.service-three .sec-title__title {
  color: var(--bultax-white, #fff);
}
.service-three__bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 564px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.service-three__bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0E0E0E;
  opacity: 0.9;
}
.service-three::before, .service-three::after {
  content: "";
  width: 222px;
  height: 222px;
  background-color: var(--bultax-base, #FF5A1E);
  top: 0;
  position: absolute;
}
@media (max-width: 991px) {
  .service-three::before, .service-three::after {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 575px) {
  .service-three::before, .service-three::after {
    width: 100px;
    height: 100px;
  }
}
.service-three::after {
  right: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.service-three::before {
  left: 0;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.service-card-three {
  position: relative;
  z-index: 1;
  background-color: var(--bultax-white, #fff);
  border: 1px solid var(--bultax-border-color, #DDDDDD);
  transition: all 0.4s ease-in-out;
}
.service-card-three__image-box {
  padding: 10px 10px 0px;
  background-color: var(--bultax-white, #fff);
}
.service-card-three__image {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.service-card-three__image img {
  object-fit: cover;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.service-card-three__content {
  padding: 28px 25px 25px;
}
.service-card-three__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  color: var(--bultax-black3, #222222);
  margin-bottom: 20px;
}
.service-card-three__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card-three__title a:hover {
  background-size: 100% 1px;
}
@media (max-width: 991px) and (min-width: 767px) {
  .service-card-three__title {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
.service-card-three__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bultax-text, #636363);
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
.service-card-three::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  background-color: var(--bultax-base, #FF5A1E);
  z-index: -3;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.service-card-three__line::after {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: -2px;
  width: 45px;
  height: 60px;
  background-color: var(--bultax-white, #fff);
  z-index: -2;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.service-card-three__line::before {
  content: "";
  position: absolute;
  bottom: -9px;
  background-color: var(--bultax-border-color, #DDDDDD);
  left: 21px;
  width: 1px;
  height: 75px;
  z-index: -1;
  transform: rotate(-38deg);
  transition: all 0.4s ease-in-out;
}
.service-card-three__icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bultax-black4, #0E0E0E);
  font-size: 40px;
  color: var(--bultax-white, #fff);
  position: absolute;
  top: 0px;
  left: -0.888px;
  transition: all 0.4s ease-in-out;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 25% 100%, 0 75%);
}
.service-card-three__icon::after {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  background-color: var(--bultax-base, #FF5A1E);
  right: 21px;
  left: 11px;
  transition: all 0.4s ease-in-out;
}
.service-card-three__icon::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: var(--bultax-base, #FF5A1E);
  width: 100%;
  right: 0;
  z-index: -1;
  transform: translateY(-100%);
  transition: all 0.4s ease-in-out;
}
.service-card-three__btn {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--bultax-black2, #333333);
  gap: 6px;
}
.service-card-three__btn i {
  font-size: 14px;
  color: var(--bultax-base, #FF5A1E);
  transition: all 0.4s ease-in-out;
}
.service-card-three:hover {
  border-color: var(--bultax-base, #FF5A1E);
}
.service-card-three:hover .service-card-three__icon::before {
  transform: translateY(0);
}
.service-card-three:hover .service-card-three__icon i {
  animation: bwTada 0.5s ease-in-out;
}
.service-card-three:hover .service-card-three__image img {
  transform: scale(1.1);
  filter: blur(3px);
}
.service-card-three:hover::after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.service-card-three:hover .service-card-three__line::before {
  background-color: var(--bultax-base, #FF5A1E);
}
.service-card-three:hover .service-card-three__title,
.service-card-three:hover .service-card-three__text {
  color: var(--bultax-white, #fff);
}
.service-card-three:hover .service-card-three__btn {
  color: var(--bultax-white, #fff);
}
.service-card-three:hover .service-card-three__btn i {
  transform: rotate(-45deg);
  color: var(--bultax-white, #fff);
}

/*--------------------------------------------------------------
# Service details
--------------------------------------------------------------*/
.service-details__top {
  margin-bottom: 38px;
}
.service-details__thumbnail img {
  object-fit: cover;
  width: 100%;
}
.service-details__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  text-transform: capitalize;
  color: var(--bultax-black3, #222222);
  margin-bottom: 21px;
}
.service-details__text + .service-details__bottom {
  margin-top: 45px;
}
.service-details__text {
  margin-bottom: 0;
}
.service-details__sub-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  text-transform: capitalize;
  margin-bottom: 25px;
  color: var(--bultax-black3, #222222);
}
.service-details__sub-text {
  padding-right: 13px;
  position: relative;
  z-index: 1;
}
.service-details__sub-text::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 2px;
  bottom: 6px;
  background-color: var(--bultax-base, #FF5A1E);
  right: 0;
}
.service-details__list {
  margin-bottom: 0;
}
.service-details__list__item {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  color: var(--bultax-black, #000000);
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 425px) {
  .service-details__list__item {
    font-size: 18px;
  }
}
.service-details__list__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 0%;
  background-color: var(--bultax-base, #FF5A1E);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.service-details__list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0px;
  height: 2px;
  background-color: var(--bultax-black, #000000);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.service-details__list__item__icon {
  max-width: 80px;
  width: 100%;
  height: 80px;
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--bultax-base, #FF5A1E);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 425px) {
  .service-details__list__item__icon {
    max-width: 60px;
    height: 60px;
    font-size: 30px;
  }
}
.service-details__list__item:hover {
  padding-right: 40px;
}
.service-details__list__item:hover::after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.service-details__list__item:hover::before {
  width: 40px;
  visibility: visible;
  opacity: 1;
}
.service-details__list__item:hover .service-details__list__item__icon {
  background-color: var(--bultax-black, #000000);
  border-radius: 10px;
  color: var(--bultax-white, #fff);
}
.service-details__list__item:hover .service-details__list__item__icon i {
  animation: bwTada 0.5s ease-in-out;
}
.service-details__list__item + .service-details__list__item {
  margin-top: 30px;
}
.service-details__bottom + .service-details__text {
  margin-top: 40px;
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}
body.boxed-wrapper .page-wrapper {
  max-width: 1630px;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--bultax-white, #fff);
  box-shadow: 0px 0px 100px 0px rgba(var(--bultax-black3-rgb, 34, 34, 34), 0.08);
}
body.boxed-wrapper .main-header__shape::after {
  width: 150px;
  clip-path: polygon(100% 0%, 50% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}
body.boxed-wrapper .topbar-one::after {
  width: 80px;
}
body.boxed-wrapper .main-slider-one__shape {
  right: 0;
}
body.boxed-wrapper .main-slider-one__shape img {
  width: 50% !important;
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.working-process {
  position: relative;
  z-index: 1;
}
.working-process__item {
  position: relative;
  z-index: 1;
  margin-top: 95px;
  padding-bottom: 1px;
}
@media (max-width: 1199px) {
  .working-process__item {
    margin-bottom: 30px;
  }
}
.working-process__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 365px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 663.000000 900.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1025 8985 c-6 -9 -35 -20 -65 -25 -128 -21 -289 -88 -422 -176 -90 -60 -242 -205 -309 -296 -102 -137 -185 -329 -218 -504 -8 -44 -11 -973 -11 -3500 0 -2885 2 -3449 14 -3504 56 -263 162 -456 353 -641 67 -65 200 -169 217 -169 3 0 27 -13 53 -28 87 -51 233 -103 371 -131 91 -19 355 -14 458 8 216 46 305 91 629 316 44 31 130 89 190 131 61 41 151 104 200 139 114 82 282 184 315 192 14 3 30 9 35 14 13 9 111 43 190 64 92 25 376 32 492 11 120 -21 226 -56 335 -111 85 -43 127 -69 271 -168 148 -103 200 -139 260 -180 34 -24 91 -64 127 -89 36 -24 102 -70 148 -102 170 -117 343 -192 518 -225 77 -14 339 -14 418 0 274 50 498 169 686 365 166 173 272 379 317 614 5 26 14 44 21 42 9 -1 12 774 12 3457 0 3007 -2 3460 -14 3464 -8 3 -18 23 -21 44 -30 174 -116 366 -230 513 -48 61 -178 190 -241 238 -137 104 -346 196 -496 217 -32 4 -48 11 -48 21 0 12 -302 14 -2273 14 -2026 0 -2273 -2 -2282 -15z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 663.000000 900.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1025 8985 c-6 -9 -35 -20 -65 -25 -128 -21 -289 -88 -422 -176 -90 -60 -242 -205 -309 -296 -102 -137 -185 -329 -218 -504 -8 -44 -11 -973 -11 -3500 0 -2885 2 -3449 14 -3504 56 -263 162 -456 353 -641 67 -65 200 -169 217 -169 3 0 27 -13 53 -28 87 -51 233 -103 371 -131 91 -19 355 -14 458 8 216 46 305 91 629 316 44 31 130 89 190 131 61 41 151 104 200 139 114 82 282 184 315 192 14 3 30 9 35 14 13 9 111 43 190 64 92 25 376 32 492 11 120 -21 226 -56 335 -111 85 -43 127 -69 271 -168 148 -103 200 -139 260 -180 34 -24 91 -64 127 -89 36 -24 102 -70 148 -102 170 -117 343 -192 518 -225 77 -14 339 -14 418 0 274 50 498 169 686 365 166 173 272 379 317 614 5 26 14 44 21 42 9 -1 12 774 12 3457 0 3007 -2 3460 -14 3464 -8 3 -18 23 -21 44 -30 174 -116 366 -230 513 -48 61 -178 190 -241 238 -137 104 -346 196 -496 217 -32 4 -48 11 -48 21 0 12 -302 14 -2273 14 -2026 0 -2273 -2 -2282 -15z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  background-color: #F4F4F4;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .working-process__item::after {
    height: 310px;
    mask: none;
    border-radius: 30px;
  }
}
.working-process__item::before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 100%;
  height: 365px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 663.000000 900.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1025 8985 c-6 -9 -35 -20 -65 -25 -128 -21 -289 -88 -422 -176 -90 -60 -242 -205 -309 -296 -102 -137 -185 -329 -218 -504 -8 -44 -11 -973 -11 -3500 0 -2885 2 -3449 14 -3504 56 -263 162 -456 353 -641 67 -65 200 -169 217 -169 3 0 27 -13 53 -28 87 -51 233 -103 371 -131 91 -19 355 -14 458 8 216 46 305 91 629 316 44 31 130 89 190 131 61 41 151 104 200 139 114 82 282 184 315 192 14 3 30 9 35 14 13 9 111 43 190 64 92 25 376 32 492 11 120 -21 226 -56 335 -111 85 -43 127 -69 271 -168 148 -103 200 -139 260 -180 34 -24 91 -64 127 -89 36 -24 102 -70 148 -102 170 -117 343 -192 518 -225 77 -14 339 -14 418 0 274 50 498 169 686 365 166 173 272 379 317 614 5 26 14 44 21 42 9 -1 12 774 12 3457 0 3007 -2 3460 -14 3464 -8 3 -18 23 -21 44 -30 174 -116 366 -230 513 -48 61 -178 190 -241 238 -137 104 -346 196 -496 217 -32 4 -48 11 -48 21 0 12 -302 14 -2273 14 -2026 0 -2273 -2 -2282 -15z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 663.000000 900.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M1025 8985 c-6 -9 -35 -20 -65 -25 -128 -21 -289 -88 -422 -176 -90 -60 -242 -205 -309 -296 -102 -137 -185 -329 -218 -504 -8 -44 -11 -973 -11 -3500 0 -2885 2 -3449 14 -3504 56 -263 162 -456 353 -641 67 -65 200 -169 217 -169 3 0 27 -13 53 -28 87 -51 233 -103 371 -131 91 -19 355 -14 458 8 216 46 305 91 629 316 44 31 130 89 190 131 61 41 151 104 200 139 114 82 282 184 315 192 14 3 30 9 35 14 13 9 111 43 190 64 92 25 376 32 492 11 120 -21 226 -56 335 -111 85 -43 127 -69 271 -168 148 -103 200 -139 260 -180 34 -24 91 -64 127 -89 36 -24 102 -70 148 -102 170 -117 343 -192 518 -225 77 -14 339 -14 418 0 274 50 498 169 686 365 166 173 272 379 317 614 5 26 14 44 21 42 9 -1 12 774 12 3457 0 3007 -2 3460 -14 3464 -8 3 -18 23 -21 44 -30 174 -116 366 -230 513 -48 61 -178 190 -241 238 -137 104 -346 196 -496 217 -32 4 -48 11 -48 21 0 12 -302 14 -2273 14 -2026 0 -2273 -2 -2282 -15z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
  background-color: var(--bultax-base, #FF5A1E);
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .working-process__item::before {
    mask: none;
    height: 310px;
    border-radius: 30px;
  }
}
.working-process__item__image {
  width: 224px;
  height: 224px;
  border-radius: 50%;
  background-color: var(--bultax-white, #fff);
  border: 1px solid var(--bultax-border-color, #DDDDDD);
  padding: 14px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -94px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  transition: all 0.4 ease-in-out;
}
@media (max-width: 1199px) and (min-width: 575px) {
  .working-process__item__image {
    width: 190px;
    height: 190px;
  }
}
.working-process__item__image img {
  object-fit: cover;
  width: 100%;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.working-process__item__image__shape {
  position: absolute;
  right: 18%;
  top: 6.3%;
  z-index: 2;
}
.working-process__item__image__shape img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .working-process__item__image__shape img {
    width: 147px;
    height: 140px;
  }
}
@media (max-width: 575px) {
  .working-process__item__image__shape img {
    display: none;
  }
}
.working-process__item__content {
  text-align: center;
}
.working-process__item .step {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--bultax-white, #fff);
  padding: 7px 16px;
  border-radius: 6px;
  background-color: var(--bultax-base, #FF5A1E);
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
.working-process__item__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  margin-bottom: 15px;
}
@media (max-width: 1199px) and (min-width: 767px) {
  .working-process__item__title {
    font-size: 18px;
  }
}
.working-process__item__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.working-process__item__title a:hover {
  background-size: 100% 1px;
}
.working-process__item__title a:hover {
  color: var(--bultax-base, #FF5A1E);
}
.working-process__item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bultax-text, #636363);
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .working-process__item__btn {
    margin-bottom: -30px;
  }
}
.working-process__item__btn a {
  margin-right: auto;
  margin-left: auto;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bultax-black4, #0E0E0E);
  color: var(--bultax-white, #fff);
}
.working-process__item__arrow {
  position: absolute;
  top: -40px;
  left: -90px;
}
@media (max-width: 767px) {
  .working-process__item__arrow {
    display: none;
  }
}
.working-process__item:hover::before, .working-process__item:hover::after {
  background-color: var(--bultax-black4, #0E0E0E);
}
.working-process__item:hover .working-process__item__text,
.working-process__item:hover .working-process__item__title {
  color: var(--bultax-white, #fff);
}
.working-process__item:hover .step {
  background-color: var(--bultax-white, #fff);
  color: var(--bultax-base, #FF5A1E);
}
.working-process__item:hover .working-process__item__image {
  border-style: dashed;
  border-color: var(--bultax-base, #FF5A1E);
}
.working-process__item:hover .working-process__item__image img {
  filter: blur(2px);
}
.working-process__item:hover .working-process__item__image__shape img {
  animation: rotate 6s ease-in-out infinite;
}
.working-process__item:hover .working-process__item__btn a {
  transform: rotate(-45deg);
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}
.working-process__item:hover .working-process__item__arrow img {
  animation: bwLeftToRight 2s ease-in-out infinite;
}
.working-process__item--two {
  margin-top: 145px;
}
@media (max-width: 767px) {
  .working-process__item--two {
    margin-top: 95px;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Project
--------------------------------------------------------------*/
.project-one {
  position: relative;
  z-index: 1;
}
.project-one .project-card-box {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .project-one .project-card-box--one .project-card {
    flex: 50%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .project-one .project-card-box--one .project-card {
    flex: 100%;
    width: 100%;
  }
}
.project-one .project-card-box--two {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .project-one .project-card-box--two .project-card {
    flex: 33.333%;
    width: 33.333%;
  }
}
@media (max-width: 991px) {
  .project-one .project-card-box--two .project-card {
    flex: 50%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .project-one .project-card-box--two .project-card {
    flex: 100%;
    width: 100%;
  }
}
.project-one--home {
  background-color: var(--bultax-black4, #0E0E0E);
  padding-bottom: 187px;
}
@media (max-width: 1199px) {
  .project-one--home {
    padding-bottom: 167px;
  }
}
@media (max-width: 991px) {
  .project-one--home {
    padding-bottom: 147px;
  }
}
.project-one--home .sec-title__title {
  color: var(--bultax-white, #fff);
}
.project-one__carousel .project-card__hover__title {
  font-size: 18px;
}
.project-one__carousel .project-card__hover__icon {
  width: 60px;
  height: 60px;
  font-size: 30px;
}

.project-card-list {
  margin-bottom: 0;
}
.project-card-list-box {
  background-color: #F4F4F4;
  padding: 30px;
  margin-left: -30px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .project-card-list-box {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .project-card-list-box {
    margin-left: 0;
  }
}
.project-card-list__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6.5px 20px;
  background-color: var(--bultax-white, #fff);
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  font-weight: 700;
  font-size: 18px;
  line-height: 200%;
  text-align: center;
  text-transform: uppercase;
  color: var(--bultax-black2, #333333);
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.project-card-list__item span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bultax-base, #FF5A1E);
  z-index: -1;
  transition: all 0.3s ease-in-out;
  transform: translateX(100%);
}
@media (max-width: 1199px) and (min-width: 992px) {
  .project-card-list__item span {
    padding: 5px 15px;
    font-size: 16px;
  }
}
.project-card-list__item.active span, .project-card-list__item:hover span {
  color: var(--bultax-white, #fff);
}
.project-card-list__item.active span::after, .project-card-list__item:hover span::after {
  transform: translateX(0);
}
.project-card-list__item + .project-card-list__item {
  margin-top: 19px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .project-card-list__item + .project-card-list__item {
    margin-top: 13px;
  }
}

.project-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project-card__image img {
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}
.project-card__hover {
  position: absolute;
  top: 20px;
  right: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: end;
  justify-content: center;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
@media (max-width: 425px) {
  .project-card__hover {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
}
.project-card__hover__popup {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bultax-white, #fff);
  font-size: 22px;
  color: var(--bultax-base, #FF5A1E);
  transition: all 0.3s ease-in-out;
}
.project-card__hover__popup:hover {
  color: var(--bultax-white, #fff);
  background-color: var(--bultax-base, #FF5A1E);
}
.project-card__hover__content-box {
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: var(--bultax-base, #FF5A1E);
  padding: 10px;
  width: 100%;
  gap: 18px;
}
.project-card__hover__content-box:hover .project-card__hover__icon {
  background-color: var(--bultax-black4, #0E0E0E);
  color: var(--bultax-white, #fff);
}
.project-card__hover__content-box:hover .project-card__hover__icon i {
  animation: bwTada 0.5s ease-in-out;
}
.project-card__hover__icon {
  max-width: 79px;
  width: 100%;
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bultax-white, #fff);
  font-size: 45px;
  color: var(--bultax-base, #FF5A1E);
}
@media (max-width: 1199px) and (min-width: 767px), (max-width: 425px) {
  .project-card__hover__icon {
    max-width: 60px;
    height: 60px;
    font-size: 35px;
  }
}
.project-card__hover__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  color: var(--bultax-white, #fff);
  margin-bottom: 10px;
}
@media (max-width: 1199px) and (min-width: 767px), (max-width: 425px) {
  .project-card__hover__title {
    font-size: 17px;
  }
}
.project-card__hover__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-card__hover__title a:hover {
  background-size: 100% 1px;
}
.project-card__hover__text {
  margin-bottom: 0;
  color: var(--bultax-white, #fff);
}
.project-card:hover .project-card__hover {
  visibility: visible;
  opacity: 1;
  animation: flip-2-hor-top-1 0.5s ease-in-out;
}
.project-card:hover .project-card__image img {
  transform: scale(1.1);
  filter: blur(4px);
}

.project-management {
  position: relative;
  z-index: 1;
}
.project-management .sec-title {
  padding-bottom: 25px;
}
.project-management__text {
  margin-bottom: 25px;
}
.project-management__feature-title {
  padding: 13px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  text-transform: uppercase;
  color: var(--bultax-white, #fff);
  font-family: var(--bultax-font, "Roboto", sans-serif);
  background-color: var(--bultax-base, #FF5A1E);
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.project-management__feature-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: -29.56px;
  width: 30px;
  height: 100%;
  background-color: var(--bultax-base, #FF5A1E);
  opacity: 0.4;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.project-management__feature-box {
  background-color: #F4F4F4;
  padding: 30px 30px 30px;
  padding-right: 0;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.project-management__feature-box::before {
  content: "";
  position: absolute;
  top: -0.9px;
  left: -0.9px;
  width: 40px;
  height: 40px;
  background-color: var(--bultax-white, #fff);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.project-management__feature-box li {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-right: 30px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.project-management__feature-box li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background-color: var(--bultax-base, #FF5A1E);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.project-management__feature-box li:hover .project-management__feature__icon {
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}
.project-management__feature-box li:hover .project-management__feature__text {
  color: var(--bultax-base, #FF5A1E);
}
.project-management__feature-box li:hover::after {
  visibility: visible;
  opacity: 1;
}
.project-management__feature-box li + li {
  margin-top: 15px;
}
.project-management__feature__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  text-transform: capitalize;
  color: var(--bultax-black2, #333333);
  transition: all 0.4s ease-in-out;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-management__feature__text:hover {
  background-size: 100% 1px;
}
.project-management__feature__icon {
  width: 100%;
  max-width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  background-color: var(--bultax-black4, #0E0E0E);
  color: var(--bultax-white, #fff);
  transition: all 0.4s ease-in-out;
}
.project-management__btn .bultax-btn {
  background-color: var(--bultax-black4, #0E0E0E);
}
.project-management__btn .bultax-btn::before {
  background-color: var(--bultax-base, #FF5A1E);
}
.project-management__image {
  position: relative;
  z-index: 1;
}
.project-management__image__item-one {
  margin-left: 138px;
  position: relative;
  z-index: 1;
}
@media (max-width: 500px) {
  .project-management__image__item-one {
    margin-left: 0px;
  }
}
.project-management__image__item-one img {
  object-fit: cover;
  width: 100%;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
}
.project-management__image__item-one::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: -49.555px;
  background-color: var(--bultax-base, #FF5A1E);
  clip-path: polygon(0 100%, 0 0, 100% 100%);
}
@media (max-width: 500px) {
  .project-management__image__item-one::after {
    display: none;
  }
}
.project-management__image__item-two {
  position: absolute;
  top: 50px;
  left: -72px;
}
@media (max-width: 500px) {
  .project-management__image__item-two {
    display: none;
  }
}
.project-management__image__item-two img {
  object-fit: cover;
  border: 10px solid var(--bultax-white, #fff);
  border-left: none;
}
.project-management__image__item-three {
  text-align: end;
  margin-top: -142px;
  margin-left: 45px;
  position: relative;
  z-index: 1;
}
@media (max-width: 500px) {
  .project-management__image__item-three {
    margin-top: 20px;
    margin-left: 0;
  }
}
.project-management__image__item-three img {
  object-fit: cover;
  border: 10px solid var(--bultax-white, #fff);
  border-bottom: none;
  border-left: none;
}
@media (max-width: 500px) {
  .project-management__image__item-three img {
    width: 100%;
    border: none;
  }
}
.project-management__image__item-three::before, .project-management__image__item-three::after {
  content: "";
  width: 110px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--bultax-black4, #0E0E0E);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .project-management__image__item-three::before, .project-management__image__item-three::after {
    display: none;
  }
}
.project-management__image__item-three::before {
  right: 110px;
  width: 100px;
  background-color: var(--bultax-base, #FF5A1E);
}
.project-management__shape {
  position: absolute;
  bottom: 70px;
  left: 160px;
}
.project-management__shape img {
  animation: bwTopToBottom 4s ease-in-out infinite;
}
@media (max-width: 1500px) {
  .project-management__shape {
    text-align: end;
    left: 20px;
    bottom: 40px;
  }
  .project-management__shape img {
    width: 50%;
  }
}

.project-area {
  position: relative;
  z-index: 1;
  counter-reset: projectArea;
}
.project-area__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.project-area__bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #F4F4F4;
  opacity: 0.94;
}
.project-area__shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.project-area__item {
  position: relative;
  z-index: 1;
  margin-bottom: 85px;
  flex: 1;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .project-area__item {
    flex: 47%;
    width: 47%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .project-area__item {
    flex: 100%;
    width: 100%;
    margin-bottom: 0;
  }
}
.project-area__item__image {
  overflow: hidden;
  height: 500px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .project-area__item__image {
    height: 400px;
  }
}
.project-area__item__image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: 0.4s ease;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .project-area__item__image img {
    height: 400px;
  }
}
.project-area__item__popup {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 30px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bultax-white, #fff);
  font-size: 32px;
  color: var(--bultax-base, #FF5A1E);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .project-area__item__popup {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}
.project-area__item__popup:hover {
  color: var(--bultax-white, #fff);
  background-color: var(--bultax-base, #FF5A1E);
}
.project-area__item__hover {
  position: absolute;
  bottom: -85px;
  visibility: hidden;
  margin-right: 70px;
  opacity: 0;
  z-index: 1;
  transition: all 0.6s ease-in-out;
  width: 500px;
  transform: translateX(10%);
}
@media (max-width: 1550px) {
  .project-area__item__hover {
    width: 400px;
  }
}
@media (max-width: 1399px) {
  .project-area__item__hover {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .project-area__item__hover {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .project-area__item__hover {
    bottom: 10px;
    right: 10px;
    left: 10px;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}
.project-area__item__hover::after {
  content: "";
  position: absolute;
  top: 62px;
  right: -10px;
  left: -10px;
  bottom: 85px;
  background-color: var(--bultax-white, #fff);
  clip-path: polygon(50% 0%, 94% 0, 100% 24%, 100% 100%, 82% 100%, 50% 100%, 20% 100%, 0 100%, 0 0, 17% 0);
  z-index: -1;
}
@media (max-width: 991px) {
  .project-area__item__hover::after {
    display: none;
  }
}
.project-area__item__content {
  transition: all 0.4s ease-in-out;
  background-color: var(--bultax-base, #FF5A1E);
  position: relative;
  z-index: 1;
  max-width: 500px;
  padding: 25px 30px 30px;
  clip-path: polygon(50% 0%, 95% 0, 100% 10%, 100% 100%, 82% 100%, 50% 100%, 20% 100%, 0 100%, 0 0, 17% 0);
}
@media (max-width: 1399px) and (min-width: 1199px) {
  .project-area__item__content {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .project-area__item__content {
    clip-path: none;
    padding: 20px 20px 30px;
  }
}
.project-area__item__number {
  width: 63px;
  height: 63px;
  border-radius: 20px 20px 0 0;
  background-color: var(--bultax-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .project-area__item__number {
    margin-bottom: 0;
    width: 50px;
    height: 50px;
  }
}
.project-area__item__number::before {
  counter-increment: projectArea;
  content: "0" counter(projectArea) ". ";
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  text-transform: uppercase;
  color: var(--bultax-black, #000000);
}
@media (max-width: 992px) {
  .project-area__item__number::before {
    font-size: 18px;
  }
}
.project-area__item__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  color: var(--bultax-white, #fff);
  margin-bottom: 13px;
}
.project-area__item__title a {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-area__item__title a:hover {
  background-size: 100% 1px;
}
@media (max-width: 991px) {
  .project-area__item__title {
    font-size: 18px;
  }
}
.project-area__item__text {
  margin-bottom: 16px;
  color: var(--bultax-white, #fff);
  margin-bottom: 13px;
}
.project-area__item__location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--bultax-white, #fff);
  margin-bottom: -3px;
}
.project-area__item .bultax-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
}
.project-area__item .bultax-btn__icon {
  width: 50px;
  height: 50px;
  background-color: var(--bultax-black4, #0E0E0E);
  color: var(--bultax-white, #fff);
}
.project-area__item .bultax-btn__icon .bultax-btn__icon-box {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.project-area__item:hover, .project-area__item.active {
  flex: 1 1 25.7% !important;
}
@media (max-width: 991px) {
  .project-area__item:hover, .project-area__item.active {
    flex: 47% !important;
  }
}
.project-area__item:hover .project-area__item__popup, .project-area__item.active .project-area__item__popup {
  visibility: visible;
  opacity: 1;
}
.project-area__item:hover .project-area__item__hover, .project-area__item.active .project-area__item__hover {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.project-area .project-area__slider-wrapper__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 30px;
}
@media (max-width: 1199px) {
  .project-area .project-area__slider-wrapper__inner {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .project-area .project-area__slider-wrapper__inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .project-area__slider-wrapper {
    margin-right: 15px;
    margin-left: 15px;
  }
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
  background-color: var(--bultax-white, #fff);
}
.project-details__image {
  margin-bottom: 43px;
  position: relative;
}
.project-details__image img {
  width: 100%;
  display: block;
}
.project-details__info-box {
  max-width: 909px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 150px;
  position: relative;
  z-index: 1;
  margin: -68px auto 0;
  padding: 50px;
  background-color: var(--bultax-base, #FF5A1E);
  border: 10px solid var(--bultax-white, #fff);
}
@media (max-width: 1199px) {
  .project-details__info-box {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .project-details__info-box {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .project-details__info-box {
    margin-top: 35px;
    padding: 30px;
    border: none;
  }
}
@media (max-width: 480px) {
  .project-details__info-box {
    padding: 25px;
  }
}
.project-details__info {
  margin: 0;
}
.project-details__info__title {
  position: relative;
  top: -1px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 145px;
}
@media (max-width: 991px) {
  .project-details__info__title {
    flex: 0 0 160px;
  }
}
@media (max-width: 425px) {
  .project-details__info__title {
    flex: 0 0 0px;
  }
}
.project-details__info__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 20px;
  color: var(--bultax-white, #fff);
}
@media (max-width: 575px) {
  .project-details__info__icon {
    font-size: 18px;
  }
}
.project-details__info:first-child {
  position: relative;
}
.project-details__info:first-child::after {
  content: "";
  width: 2px;
  height: calc(100% + 30px);
  position: absolute;
  top: 50%;
  left: -75px;
  transform: translateY(-50%);
  background-color: var(--bultax-white, #fff);
}
@media (max-width: 991px) {
  .project-details__info:first-child::after {
    display: none;
  }
}
.project-details__info li + li {
  margin-top: 15px;
}
@media (max-width: 425px) {
  .project-details__info li + li {
    margin-top: 20px;
  }
}
.project-details__info li {
  display: flex;
  align-items: center;
  gap: 22px;
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  color: var(--bultax-white, #fff);
}
@media (max-width: 575px) {
  .project-details__info li {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .project-details__info li {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 5px;
  }
}
.project-details__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--bultax-black3, #222222);
  margin-bottom: 13px;
  font-family: var(--bultax-font, "Roboto", sans-serif);
}
.project-details__text {
  margin-bottom: 35px;
}
.project-details__list {
  margin-bottom: 35px;
}
@media (min-width: 1200px) {
  .project-details__list-box {
    margin-left: 65px;
  }
}
.project-details__list__text {
  margin-bottom: 27px;
}
.project-details__list li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  text-transform: uppercase;
  color: var(--bultax-black3, #222222);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
@media (max-width: 425px) {
  .project-details__list li {
    font-size: 16px;
  }
}
.project-details__list li::after {
  content: "";
  width: 0px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0px;
  background-color: var(--bultax-black4, #0E0E0E);
  z-index: -1;
  transition: all 0.3s ease;
}
.project-details__list li .text {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.project-details__list li .text:hover {
  background-size: 100% 1px;
}
.project-details__list li .text {
  transition: all 0.3s ease;
}
.project-details__list li .text:hover {
  color: var(--bultax-base, #FF5A1E);
}
.project-details__list li:hover::after {
  width: 37px;
}
.project-details__list li:hover .project-details__list__icon {
  margin-right: 20px;
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}
.project-details__list li + li {
  margin-top: 20px;
}
.project-details__list__icon {
  max-width: 33px;
  width: 100%;
  height: 33px;
  border-radius: 50%;
  background-color: var(--bultax-black4, #0E0E0E);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bultax-white, #fff);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.project-details__list__btn .bultax-btn {
  background-color: var(--bultax-black4, #0E0E0E);
}
.project-details__list__btn .bultax-btn::before {
  background-color: var(--bultax-base, #FF5A1E);
}
@media (min-width: 1200px) {
  .project-details__image-small {
    margin-right: -45px;
  }
}
.project-details__image-small img {
  object-fit: cover;
  width: 100%;
}
.project-details__feature {
  margin-bottom: 35px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  z-index: 1;
}
.team-details__box {
  border: 1px solid #DDDDDD;
  border-radius: 50px;
  padding: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .team-details__box {
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .team-details__thumb {
    margin-left: 25px;
  }
}
.team-details__thumb img {
  object-fit: cover;
  width: 100%;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .team-details__thumb img {
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .team-details__content {
    margin-right: -15px;
  }
}
.team-details__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  color: var(--bultax-black3, #222222);
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.team-details__title span {
  max-width: 85px;
  width: 100%;
}
.team-details__about, .team-details__skill {
  display: flex;
  align-items: start;
}
.team-details__about span, .team-details__skill span {
  max-width: 85px;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  color: var(--bultax-black3, #222222);
}
.team-details__about__text, .team-details__skill__text {
  margin-bottom: 0;
  max-width: 480px;
  width: 100%;
}
.team-details__skill {
  width: 100%;
  display: flex;
  align-items: start;
}
.team-details__title + .team-details__about {
  margin-top: 20px;
}
.team-details__about + .team-details__skill, .team-details__skill + .team-details__social {
  margin-top: 30px;
}
.team-details__skill-single-box {
  position: relative;
  z-index: 1;
}
.team-details__funfact {
  display: flex;
  align-items: center;
  font-family: var(--bultax-heading-font, "Barlow", sans-serif);
  font-weight: 700;
  font-size: 22px;
  line-height: normal;
  color: var(--bultax-black3, #222222);
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
}
.team-details__funfact span {
  color: inherit;
}
.team-details__skill-single__text {
  margin-top: 10px;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  color: var(--bultax-black3, #222222);
  margin-bottom: 0;
}
.team-details__skill-box {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .team-details__skill-box {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.team-details__social {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 575px) {
  .team-details__social {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
  }
}
.team-details__social span {
  max-width: 110px;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  color: var(--bultax-black3, #222222);
}
.team-details__social__link {
  display: flex;
  align-items: center;
  gap: 11px;
}
.team-details__social__link a {
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  color: var(--bultax-text, #636363);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.team-details__social__link a:hover {
  color: var(--bultax-white, #fff);
  border-color: var(--bultax-base, #FF5A1E);
  background-color: var(--bultax-base, #FF5A1E);
}
.team-details__feature-box {
  display: flex;
  align-items: center;
  padding-bottom: 120px;
  border-bottom: 1px solid var(--bultax-border-color, #DDDDDD);
}
@media (max-width: 1199px) {
  .team-details__feature-box {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .team-details__feature-box {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .team-details__feature-box {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
  }
}
.team-details__feature-box .team-details__text {
  flex: 60%;
  width: 60%;
  margin-bottom: 0;
  max-width: 580px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}
.team-details__feature-box .team-details__text::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: var(--bultax-base, #FF5A1E);
}
@media (max-width: 767px) {
  .team-details__feature-box .team-details__text {
    width: 100%;
    flex: 100%;
  }
}
.team-details__list {
  flex: 40%;
  width: 40%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px 30px;
  margin: 0;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 991px) {
  .team-details__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .team-details__list {
    width: 100%;
    flex: 100%;
  }
}
.team-details__list li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  color: var(--bultax-black2, #333333);
}
.team-details__list__text {
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-details__list__text:hover {
  background-size: 100% 1px;
}
.team-details__list__text:hover {
  color: var(--bultax-base, #FF5A1E);
}
.team-details__text {
  margin-bottom: 0;
}
.team-details__text + .team-details__text {
  margin-top: 10px;
}
.team-details__text + .team-details__feature-box {
  margin-top: 30px;
}

/*--------------------------------------------------------------
# Mixed
--------------------------------------------------------------*/
.mission-one {
  position: relative;
  z-index: 1;
}
.mission-one .sec-title {
  padding-bottom: 35px;
}
@media (min-width: 1200px) {
  .mission-one__thumb {
    margin-left: 50px;
  }
}
.mission-one__thumb img {
  object-fit: cover;
  width: 100%;
  clip-path: polygon(78% 0, 100% 23%, 100% 100%, 0 100%, 0 0);
}
.mission-one__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  background-color: var(--bultax-black4, #0E0E0E);
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 450px) {
  .mission-one__top {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mission-one__top .mission-one__top__content {
    text-align: center;
  }
  .mission-one__top .mission-one__top__list li {
    justify-content: center;
  }
}
.mission-one__top__thumb {
  max-width: 134px;
  width: 100%;
}
.mission-one__top__thumb img {
  object-fit: cover;
  width: 100%;
}
.mission-one__top__title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 136%;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: var(--bultax-white, #fff);
}
@media (max-width: 575px) {
  .mission-one__top__title {
    font-size: 18px;
  }
}
.mission-one__top__title a {
  color: var(--bultax-base, #FF5A1E);
  text-decoration: underline;
}
.mission-one__top__list {
  margin-bottom: 0;
}
.mission-one__top__list li {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--bultax-white, #fff);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .mission-one__top__list li {
    font-size: 14px;
  }
}
.mission-one__top__list li:hover .mission-one__top__list__icon {
  color: var(--bultax-base, #FF5A1E);
  background-color: var(--bultax-white, #fff);
}
.mission-one__top__list__icon {
  width: 18px;
  height: 18px;
  background-color: var(--bultax-base, #FF5A1E);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--bultax-white, #fff);
  border-radius: 50%;
  margin-left: 8px;
  transition: all 0.4s ease-in-out;
}
.mission-one__top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 75px;
  z-index: -1;
  background-color: var(--bultax-base, #FF5A1E);
}
@media (max-width: 450px) {
  .mission-one__top::after {
    display: none;
  }
}
.mission-one__top::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.7px;
  width: 38px;
  height: 35px;
  background-color: var(--bultax-white, #fff);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.mission-one__box-button__list {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 67px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .mission-one__box-button__list {
    margin-bottom: 40px;
  }
}
.mission-one__box-button__list__item {
  position: relative;
  z-index: 1;
}
.mission-one__box-button__list__item::after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 0;
  background-color: var(--bultax-black, #000000);
  height: 37px;
  width: 37px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .mission-one__box-button__list__item::after {
    bottom: -24px;
    width: 25px;
    height: 25px;
  }
}
.mission-one__box-button__list__item span {
  position: relative;
  z-index: 1;
  font-weight: 500;
  display: block;
  font-size: 16px;
  line-height: 162%;
  text-transform: uppercase;
  color: var(--bultax-black, #000000);
  padding: 12px 35px;
  background-color: #F4F4F4;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 32%);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .mission-one__box-button__list__item span {
    padding: 12px 15px;
  }
}
.mission-one__box-button__list__item span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bultax-black, #000000);
  z-index: -1;
  transform: translateX(101%);
  transition: all 0.4s ease-in-out;
}
.mission-one__box-button__list__item.active-btn span, .mission-one__box-button__list__item:hover span {
  color: var(--bultax-white, #fff);
}
.mission-one__box-button__list__item.active-btn span::after, .mission-one__box-button__list__item:hover span::after {
  transform: translateX(0);
}
.mission-one__box-button__list__item.active-btn::after, .mission-one__box-button__list__item:hover::after {
  background-color: var(--bultax-base, #FF5A1E);
}
.mission-one__box__item__feature {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .mission-one__box__item__feature {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .mission-one__box__item__feature {
    grid-template-columns: 1fr;
  }
}
.mission-one__box__item__feature::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--bultax-border-color, #DDDDDD);
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .mission-one__box__item__feature::after {
    display: none;
  }
}
.mission-one__box__item__feature li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--bultax-border-color, #DDDDDD);
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-transform: capitalize;
  color: var(--bultax-text, #636363);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .mission-one__box__item__feature li {
    display: inline-flex;
  }
}
.mission-one__box__item__feature li:nth-child(even) {
  padding-right: 24px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .mission-one__box__item__feature li:nth-child(even) {
    padding-right: 0;
  }
}
.mission-one__box__item__feature li:nth-child(5), .mission-one__box__item__feature li:last-child {
  border: none;
  padding-bottom: 1px;
  margin-bottom: 1px;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .mission-one__box__item__feature li:nth-child(5), .mission-one__box__item__feature li:last-child {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--bultax-border-color, #DDDDDD);
  }
}
.mission-one__box__item__feature li:hover {
  color: var(--bultax-base, #FF5A1E);
}
.mission-one__box__item__feature li:hover .mission-one__box__item__icon {
  background-color: var(--bultax-base, #FF5A1E);
  border: none;
}
.mission-one__box__item__feature li:hover .mission-one__box__item__icon::after {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid var(--bultax-black, #000000);
  top: 0px;
  right: 0px;
}
.mission-one__box__item__icon {
  max-width: 16px;
  width: 100%;
  display: block;
  height: 16px;
  border: 2px solid var(--bultax-base, #FF5A1E);
  background-color: transparent;
  margin-left: 14px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.mission-one__box__item__icon::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 6px;
  height: 6px;
  background-color: var(--bultax-black4, #0E0E0E);
  transition: all 0.4s ease-in-out;
}
.mission-one__box__item__btn .bultax-btn {
  background-color: var(--bultax-black, #000000);
}
.mission-one__box__item__btn .bultax-btn::before {
  background-color: var(--bultax-base, #FF5A1E);
}
.mission-one__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: none;
}
@media (min-width: 1200px) {
  .mission-one__shape {
    display: block;
  }
}

.research-three__inner {
  background-color: #F4F4F4;
  position: relative;
  z-index: 1;
}
.research-three__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 270px;
  background-color: var(--bultax-base, #FF5A1E);
  z-index: -2;
}
@media (max-width: 991px) {
  .research-three__inner::after {
    display: none;
  }
}
.research-three__thumb {
  text-align: end;
  padding: 15px 0 15px 15px;
}
@media (min-width: 1200px) {
  .research-three__thumb {
    margin-right: 35px;
  }
}
@media (max-width: 991px) {
  .research-three__thumb {
    padding: 0 50px 50px;
  }
}
@media (max-width: 575px) {
  .research-three__thumb {
    padding: 0px 30px 30px;
  }
}
.research-three__thumb img {
  border: 15px solid var(--bultax-white, #fff);
  object-fit: cover;
  width: 100%;
}
@media (max-width: 991px) {
  .research-three__thumb img {
    border: none;
  }
}
.research-three__content {
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .research-three__content {
    padding-right: 95px;
    margin-left: -30px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .research-three__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .research-three__content {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .research-three__content {
    padding: 30px;
  }
}
@media (max-width: 425px) {
  .research-three__content {
    padding: 20px;
  }
  .research-three__content .sec-title__tagline {
    font-size: 13px;
  }
}
.research-three__content .sec-title {
  padding-bottom: 20px;
}
.research-three__content__image img {
  object-fit: cover;
  width: 100%;
}
.research-three__text {
  margin-bottom: 20px;
}

.company-solution-three {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .company-solution-three__content {
    margin-left: -30px;
  }
}
.company-solution-three__content .sec-title {
  padding-bottom: 20px;
}
.company-solution-three__text {
  margin-bottom: 25px;
}
.company-solution-three__list {
  margin-bottom: 35px;
}
.company-solution-three__list__text {
  margin-bottom: 27px;
}
.company-solution-three__list li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  text-transform: uppercase;
  color: var(--bultax-black3, #222222);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
@media (max-width: 500px) {
  .company-solution-three__list li {
    font-size: 14px;
  }
}
.company-solution-three__list li::after {
  content: "";
  width: 0px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0px;
  background-color: var(--bultax-black4, #0E0E0E);
  z-index: -1;
  transition: all 0.3s ease;
}
.company-solution-three__list li .text {
  color: inherit;
  background: linear-gradient(to left, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.company-solution-three__list li .text:hover {
  background-size: 100% 1px;
}
.company-solution-three__list li .text {
  transition: all 0.3s ease;
}
.company-solution-three__list li .text:hover {
  color: var(--bultax-base, #FF5A1E);
}
.company-solution-three__list li:hover::after {
  width: 37px;
}
.company-solution-three__list li:hover .company-solution-three__list__icon {
  margin-right: 20px;
  background-color: var(--bultax-base, #FF5A1E);
  color: var(--bultax-white, #fff);
}
.company-solution-three__list li + li {
  margin-top: 20px;
}
.company-solution-three__list__icon {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: var(--bultax-black4, #0E0E0E);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bultax-white, #fff);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.company-solution-three__thumb {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .company-solution-three__thumb {
    margin-right: 50px;
  }
}
.company-solution-three__thumb__item {
  width: 545px;
  height: 100%;
  text-align: start;
  position: relative;
  z-index: 1;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 271.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,271.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M311 2373 l-311 -338 0 -1017 0 -1018 1245 0 1245 0 250 167 c138 91 250 169 250 173 0 3 -112 80 -250 171 l-250 164 0 1018 0 1017 -934 0 -934 0 -311 -337z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 271.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,271.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M311 2373 l-311 -338 0 -1017 0 -1018 1245 0 1245 0 250 167 c138 91 250 169 250 173 0 3 -112 80 -250 171 l-250 164 0 1018 0 1017 -934 0 -934 0 -311 -337z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.company-solution-three__thumb__item img {
  object-fit: cover;
  text-align: end;
}
@media (max-width: 767px) {
  .company-solution-three__thumb__item {
    text-align: end;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .company-solution-three__thumb__item {
    height: auto;
    width: auto;
    mask: none;
  }
  .company-solution-three__thumb__item img {
    width: 100%;
  }
}
.company-solution-three__thumb__item-shape {
  width: 545px;
  height: 100%;
  position: absolute;
  bottom: -15px;
  right: -15px;
  background-color: var(--bultax-white, #fff);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 271.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,271.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M311 2373 l-311 -338 0 -1017 0 -1018 1245 0 1245 0 250 167 c138 91 250 169 250 173 0 3 -112 80 -250 171 l-250 164 0 1018 0 1017 -934 0 -934 0 -311 -337z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 271.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,271.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M311 2373 l-311 -338 0 -1017 0 -1018 1245 0 1245 0 250 167 c138 91 250 169 250 173 0 3 -112 80 -250 171 l-250 164 0 1018 0 1017 -934 0 -934 0 -311 -337z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
@media (max-width: 767px) {
  .company-solution-three__thumb__item-shape {
    width: 100%;
  }
}
.company-solution-three__thumb::after {
  width: 530px;
  height: 215px;
  content: "";
  position: absolute;
  bottom: -120px;
  right: -95px;
  z-index: -1;
  background-color: var(--bultax-base, #FF5A1E);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 122.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,122.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M163 1068 l-163 -151 0 -452 0 -452 68 -6 c37 -4 329 -7 649 -7 l581 0 469 189 c1047 422 1199 484 1212 491 16 9 37 2 -1002 329 l-669 211 -491 0 -492 -1 -162 -151z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 122.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,122.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M163 1068 l-163 -151 0 -452 0 -452 68 -6 c37 -4 329 -7 649 -7 l581 0 469 189 c1047 422 1199 484 1212 491 16 9 37 2 -1002 329 l-669 211 -491 0 -492 -1 -162 -151z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
@media (max-width: 767px) {
  .company-solution-three__thumb::after {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .company-solution-three__thumb::after {
    display: none;
  }
}
.company-solution-three__man {
  position: absolute;
  bottom: 0;
  left: 7%;
}
@media (max-width: 1750px) {
  .company-solution-three__man {
    left: 0;
  }
}
@media (max-width: 1500px) {
  .company-solution-three__man {
    text-align: end;
  }
  .company-solution-three__man img {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .company-solution-three__man {
    display: none;
  }
}
.company-solution-three__man img {
  animation: bwLeftToRight 3s ease-in-out infinite;
}
