/*--------------------------------------------------------------
  TABLE OF CONTENTS:
----------------------------------------------------------------

** - Utility
** - Common
** - Custom Cursor
** - Animations
** - Cards
** - Navigation
** - Home Showcase
** - Mobile Nav
** - Search Popup
** - Page Header
** - Main Slider
** - About
** - Services
** - ServiceS Details
** - Project
** - Project Details
** - Video
** - Funfact
** - Team
** - Team Details
** - Contact
** - Testimonial
** - Why Choose
** - Working Process
** - Blog
** - Blog List
** - Blog Standard
** - Blog Details
** - Feature
** - Pricing Plan
** - Faq
** - Gallery
** - History
** - Coming Soon
** - Products
** - Product Details
** - Cart
** - Checkout
** - Wishlist
** - Sign Up
** - Login
** - Privacy Policy
** - Error
** - Footer
** - Google Map

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --itzone-font: "Nunito", sans-serif;
  --itzone-font-two: "Barlow", sans-serif;
  --itzone-gray: #5f6980;
  --itzone-gray-rgb: 95, 105, 128;
  --itzone-base: #f15722;
  --itzone-base-rgb: 241, 87, 34;
  --itzone-black: #1b2e5b;
  --itzone-black-rgb: 27, 46, 91;
  --itzone-extra: #eef2fb;
  --itzone-extra-rgb: 238, 242, 251;
  --itzone-secondary: #f6f8fd;
  --itzone-secondary-rgb: 246, 248, 253;
  --itzone-white: #ffffff;
  --itzone-white-rgb: 255, 255, 255;
  --itzone-bdr-radius: 5px
}

.row {
  --bs-gutter-x: 30px;
}

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

body {
  font-family: var(--itzone-font);
  color: var(--itzone-gray);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--itzone-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--itzone-font-two);
  color: var(--itzone-black);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

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

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

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

.list-unstyled {
  padding-left: 0;
}

@media (min-width: 1320px) {
  .container {
    max-width: 1320px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

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

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.2;
  z-index: -1;
}

#particles-js-two {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.2;
  z-index: -1;
}



/*** chat popup ***/

.chat-popup {
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 350px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  background: var(--itzone-black);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transform: translateX(-100%);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
}

.chat-popup.popup-visible {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
}

.chat-popup .popup-inner {
  position: relative;
  display: block;
  padding: 40px 35px;
  padding-top: 32px;
}

.chat-popup .close-chat {
  position: absolute;
  display: flex;
  left: 0px;
  top: -55px;
  width: 60px;
  height: 55px;
  line-height: 44px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  background: var(--itzone-base);
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.chat-popup .popup-inner p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, .70);
}

.chat-popup .chat-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.chat-popup .chat-form .form-group:last-child {
  margin-bottom: 0px;
}

.chat-popup .chat-form .form-group input[type='text'],
.chat-popup .chat-form .form-group input[type='email'],
.chat-popup .chat-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 5px;
  font-size: 13px;
  color: rgba(255, 255, 255, .70);
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, .10);
  transition: all 500ms ease;
}

.chat-popup .chat-form .form-group textarea {
  height: 120px;
  resize: none;
}

.chat-popup .chat-form .form-group input:focus,
.chat-popup .chat-form .form-group textarea:focus {
  outline: none;
}

.chat-popup .chat-form .form-group button {
  border: none;
}

.chat-popup .chat-form .form-group .thm-btn::before {
  background-color: var(--itzone-white);
}

.chat-popup .chat-form .form-group .thm-btn::after {
  background-color: rgba(var(--itzone-white-rgb), .30);
}

.chat-popup .chat-form .form-group .thm-btn:hover {
  color: var(--itzone-base);
}

.chat-icon {
  position: fixed;
  display: inline-block;
  left: 30px;
  bottom: 45px;
  z-index: 99;
}

.chat-icon button {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 47px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  background: var(--itzone-base);
  z-index: 1;
  border: none;
}

.chat-icon button:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background-color: rgba(var(--itzone-base-rgb), .20);
  border-radius: 5px;
  z-index: -1;
}



/***
=============================================
xs sidebar
=============================================
***/
.xs-sidebar-group .xs-overlay {
  left: 0;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  cursor: url(../images/icon/cross-out.png),
    pointer;
  transform: translateX(-100%);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  transform: translateX(0%);
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--itzone-base);
  border-color: var(--itzone-base);
}

.xs-sidebar-widget {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  border-right: 5px solid rgba(var(--itzone-white-rgb), .50);
  transform: translateX(-100%);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
  background-color: var(--itzone-black);
}

.sidebar-textwidget {
  padding: 70px 30px;
}

.sidebar-widget-container {
  position: relative;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
  z-index: 0;
}

.xs-bg-black {
  background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: rgba(var(--itzone-white-rgb), .70);
  border: none;
  border-radius: var(--itzone-bdr-radius);
  outline: none;
  transition: all 500ms ease;
  background-color: rgba(var(--itzone-white-rgb), .05);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}

.xs-sidebar-group .content-inner .form-inner .form-group button {
  position: relative;
  border: none;
  background-color: var(--itzone-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn:before {
  background-color: var(--itzone-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn:after {
  background-color: rgba(var(--itzone-white-rgb), .30);
}

.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn:hover {
  color: var(--itzone-base);
}

.sidebar-contact-info {
  position: relative;
  display: block;
  padding-top: 43px;
}

.sidebar-contact-info ul {
  position: relative;
  display: block;
  padding-bottom: 22px;
}

.sidebar-contact-info ul li {
  position: relative;
  display: block;
  color: var(--itzone-white);
  line-height: 30px;
}

.sidebar-contact-info ul li span {
  position: relative;
  display: inline-block;
  width: 25px;
}

.sidebar-contact-info ul li span:before {
  position: relative;
  display: inline-block;
  color: #ffffff;
}

.sidebar-contact-info ul li a {
  color: var(--itzone-white);
}

.sidebar-contact-info ul li a:hover {
  color: var(--itzone-base);
}

.xs-sidebar-group .content-inner .thm-social-link1 {
  overflow: hidden;
}

.thm-social-link1 {
  position: relative;
  display: block;
}

.thm-social-link1 ul {
  position: relative;
}

.thm-social-link1 ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.thm-social-link1 ul li:last-child {
  margin-right: 0;
}

.thm-social-link1 ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(var(--itzone-white-rgb), .10);
  border-radius: 50%;
  color: var(--itzone-white);
  font-size: 15px;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}

.thm-social-link1 ul li a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--itzone-base);
  border-radius: 50%;
  transition: .5s;
  transform: scale(.5);
  opacity: 0;
  content: '';
  z-index: -1;
}

.thm-social-link1 ul li a:hover:before {
  transform: scale(1);
  opacity: 1;
}

.thm-social-link1 ul li a:hover {
  color: var(--itzone-white);
}


/*=============== scrollbar-Css =============*/

.xs-sidebar-widget::-webkit-scrollbar {
  width: 0px;
}



/*---------------------------------
     Preloader CSS
-----------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader div {
  width: 20px;
  height: 20px;
  margin: 0 10px 0;
  border-radius: 50px;
  transform-origin: 50% 0;
  display: inline-block;
  animation: bouncing 1.4s linear infinite;
}

.loader div:last-child {
  margin: 0;
}

.loader div:nth-child(1) {
  background-color: rgba(var(--itzone-base-rgb), 1.0);
}

.loader div:nth-child(2) {
  background-color: rgba(var(--itzone-base-rgb), 0.70);
  animation-delay: 0.2s;
}

.loader div:nth-child(3) {
  background-color: rgba(var(--itzone-base-rgb), 0.40);
  animation-delay: 0.4s;
}

@keyframes bouncing {

  0%,
  100% {
    transform: translateY(0) scale(1, 1);
    animation-timing-function: ease-in;
  }

  45% {
    transform: translateY(50px) scale(1, 1);
    animation-timing-function: linear;
  }

  50% {
    transform: translateY(50px) scale(1.5, 0.5);
    animation-timing-function: linear;
  }

  55% {
    transform: translateY(50px) scale(1, 1);
    animation-timing-function: ease-out;
  }
}



/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}

.scroll-to-top:hover {
  color: var(--itzone-base);
}

.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-left: 10px;
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--itzone-base);
  position: relative;
  overflow: hidden;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--itzone-black);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}






/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 120px;
  width: 100%;
  z-index: 99999;
  transform: translateY(-100%);
  transition: all 0.5s;
}

.search-active .search-popup {
  transform: translateY(0%);
}

.search-popup .color-layer {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 120px;
  width: 100%;
  background-color: var(--itzone-base);
  transition: all 0.5s;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}

.sidenav-bar-visible .search-popup {
  display: none;
}

.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0%;
  cursor: pointer;
  color: #ffffff;
  font-size: 30px;
  transition: all 0.5s;
  border: none;
  opacity: 0;
  transform: translateX(100px);
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 9999;
}

.search-popup .close-search:hover {
  color: var(--itzone-base);
  background-color: rgba(255, 255, 255, 1.0);
}

.search-active .search-popup .close-search {
  opacity: 1;
  transform: translateX(0px);
  visibility: visible;
}




.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 25px;
  left: 0px;
  right: 0px;
  margin: 0px auto 0;
  opacity: 0;
  transition: all 0.5s;
  z-index: 999;
}

.search-active .search-popup form {
  opacity: 1;
}

.search-popup .form-group {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 1.0);
  font-size: 18px;
  color: var(--itzone-black);
  height: 70px;
  width: 100%;
  padding: 10px 30px 10px 75px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: capitalize;
  border: 0px solid rgba(0, 0, 0, 0.10)
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]:focus {
  outline: none;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 70px;
  background: var(--itzone-black);
  text-align: center;
  font-size: 20px;
  color: var(--itzone-white);
  padding: 0;
  cursor: pointer;
  border: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 60px;
}

.search-popup .form-group button i {
  font-style: normal;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  background-color: var(--itzone-secondary);
  color: var(--itzone-black);
}

.search-popup input::placeholder {
  color: var(--itzone-black);
}
















/* Section Title Css */

.section-title {
  position: relative;
  display: block;
  margin-top: -5px;
  margin-bottom: 51px;
  z-index: 1;
}

.section-title__tagline-box {
  position: relative;
  display: block;
  line-height: 16px;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: var(--itzone-base);
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--itzone-font-two);
}

.section-title__tagline:before {
  content: "";
  height: 2px;
  background: var(--itzone-base);
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
}

.section-title__tagline::after {
  position: absolute;
  left: 0;
  bottom: -6px;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  content: "";
  animation: l-r-zump 2s linear infinite;
  background: var(--itzone-base);
  border-radius: 50%;
}

.section-title__tagline:before,
.section-title__tagline::after {
  display: none;
}

@keyframes l-r-zump {

  0%,
  100% {
    transform: translateX(0);
  }

  25%,
  75% {
    transform: translateX(10px);
  }

  50% {
    transform: translateX(-10px);
  }
}

.section-title__title {
  color: var(--itzone-black);
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  text-transform: capitalize;
  margin: 10px 0 0;
}

.section-title__title span {
  color: var(--itzone-base);
}

.section-title__title .split-line {
  text-transform: none;
}



/* Thm Btn Css */

.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  border: none;
  font-weight: 700;
  font-size: 17px;
  color: var(--itzone-white);
  padding: 15px 25px 13px;
  border-radius: var(--itzone-bdr-radius);
  transition: 0.5s ease-in-out;
  text-transform: capitalize;
  overflow: hidden;
  gap: 10px;
  text-align: center;
  background-color: var(--itzone-base);
  z-index: 1;
}

.thm-btn::before {
  content: "";
  background-color: var(--itzone-black);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}

.thm-btn:hover::before {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
  transition-delay: 200ms;
}

.thm-btn::after {
  content: "";
  background-color: rgba(var(--itzone-black-rgb), .30);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}

.thm-btn:hover:after {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.thm-btn span {
  font-size: 14px;
  position: relative;
  top: -1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-btn:hover {
  color: var(--itzone-white);
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  background: transparent;
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu__top {
  position: relative;
  display: block;
}

.main-menu__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px 55px 5px;
  background-color: var(--itzone-base);
}

.main-menu__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li+li {
  margin-left: 46px;
}

.main-menu__contact-list li:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 2px;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--itzone-white-rgb), .30);
}

.main-menu__contact-list li:first-child:before {
  display: none;
}

.main-menu__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li .icon i {
  font-size: 18px;
  color: var(--itzone-white);
  position: relative;
  display: inline-block;
}

.main-menu__contact-list li .text {
  margin-left: 10px;
}

.main-menu__contact-list li .text p {
  font-size: 16px;
  font-weight: 500;
  color: var(--itzone-white);
  line-height: 16px;
}

.main-menu__contact-list li .text p a {
  color: var(--itzone-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__contact-list li .text p a:hover {
  color: var(--itzone-black);
}

.main-menu__top-welcome-text {
  font-size: 16px;
  font-weight: 500;
  color: var(--itzone-white);
  text-transform: capitalize;
  font-family: var(--itzone-font-two);
  line-height: 1em;
}

.main-menu__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__social-title {
  font-size: 16px;
  color: var(--itzone-white);
  font-weight: 500;
}

.main-menu__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.main-menu__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(var(--itzone-white-rgb), .40);
  border-radius: 50%;
  font-size: 15px;
  color: var(--itzone-white);
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu__social a:hover {
  color: var(--itzone-base);
  border: 1px solid var(--itzone-white);
}

.main-menu__social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--itzone-white);
  transform: scale(0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.main-menu__social a:hover::before {
  transform: scale(1.0);
  opacity: 1;
}

.main-menu__social a+a {
  margin-left: 5px;
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  background-color: var(--itzone-secondary);
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 55px;
}

.main-menu__left {
  display: block;
}

.main-menu__logo {
  display: block;
  padding: 25px 0;
}

.main-menu__main-menu-box {
  display: block;
}

.main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  padding: 20px 0;
}

.main-menu__call {
  position: relative;
  display: flex;
  align-items: center;
  padding: 7px 0;
}

.main-menu__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--itzone-base);
  border-radius: 50%;
  color: var(--itzone-white);
  font-size: 18px;
  top: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-icon:hover {
  background-color: var(--itzone-black);
  color: var(--itzone-white);
}

.main-menu__call-content {
  position: relative;
  display: block;
  top: 3px;
  margin-left: 10px;
}

.main-menu__call-sub-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--itzone-gray);
  line-height: 16px;
  text-transform: capitalize;
}

.main-menu__call-number {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 6px;
}

.main-menu__call-number a {
  color: var(--itzone-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-number a:hover {
  color: var(--itzone-base);
}

.main-menu__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 7.5px 0;
}

.main-menu__search-box {
  position: relative;
  display: block;
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--itzone-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--itzone-base);
}

.main-menu__cart-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.main-menu__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--itzone-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__cart-count {
  position: absolute;
  top: -15px;
  right: -15px;
  height: 20px;
  width: 20px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  background-color: var(--itzone-base);
  color: var(--itzone-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__cart:hover {
  color: var(--itzone-base);
}

.main-menu__nav-sidebar-icon {
  position: relative;
  display: block;
}

.main-menu__nav-sidebar-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  padding-right: 11px;
  height: 45px;
  width: 45px;
  background-color: var(--itzone-base);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.icon-dots-menu-one {
  position: relative;
  display: block;
  width: 15px;
  height: 3px;
  background-color: var(--itzone-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-one {
  width: 22px;
}

.icon-dots-menu-two {
  position: relative;
  display: block;
  width: 22px;
  height: 3px;
  background-color: var(--itzone-white);
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.icon-dots-menu-three {
  position: relative;
  display: block;
  width: 18px;
  height: 3px;
  background-color: var(--itzone-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three {
  width: 22px;
}

.main-menu__btn-box {
  position: relative;
  display: block;
}





.stricky-header.main-menu {
  background-color: var(--itzone-black);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}



@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 40px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--itzone-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 20px;
  font-family: var(--itzone-font-two);
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--itzone-base);
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: "";
  height: 2px;
  border-radius: 0px;
  background-color: var(--itzone-base);
  position: absolute;
  bottom: -3px;
  left: 0px;
  right: 0px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-menu .main-menu__list>li.dropdown>a {
  padding-right: 15px;
}

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 60%;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 14px;
  color: var(--itzone-black);
  transform: translateY(-50%);
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
  color: var(--itzone-base);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--itzone-white);
  min-width: 280px;
  padding: 25px 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  border-bottom-left-radius: var(--itzone-bdr-radius);
  border-bottom-right-radius: var(--itzone-bdr-radius);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.shadow-box {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: perspective(500px) rotatex(0);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: 1px solid rgba(var(--itzone-black-rgb), 0.10);
  margin-top: 0px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(var(--itzone-black-rgb), 1);
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  font-family: var(--itzone-font-two);
  text-transform: capitalize;
  padding: 16px 0px 16px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  color: rgba(var(--itzone-base-rgb), 1.0);
  padding-left: 5px;
}

.main-menu .main-menu__list>li>ul>li>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  font-size: 14px;
  color: var(--itzone-base);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before {
  transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu-four__main-menu-box .main-menu__list>.megamenu,
.main-menu-three__main-menu-box .main-menu__list>.megamenu,
.main-menu-two__main-menu-box .main-menu__list>.megamenu,
.main-menu__wrapper .main-menu__list>.megamenu {
  position: static;
}

.main-menu-four__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu__wrapper .main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
}

.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu__wrapper .main-menu__list>.megamenu>ul>li {
  padding: 0 !important;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--itzone-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--itzone-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--itzone-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--itzone-black);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

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

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

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

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

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

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--itzone-white);
  cursor: pointer;
}

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

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--itzone-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--itzone-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--itzone-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--itzone-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--itzone-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--itzone-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--itzone-white);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(var(--itzone-white-rgb), .10);
  border-radius: 50%;
  -webkit-transition: 500ms;
  transition: 500ms;
  z-index: 1;
}

.mobile-nav__social a+a {
  margin-left: 10px;
}

.mobile-nav__social a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--itzone-base);
  transform: scale(0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.mobile-nav__social a:hover::after {
  transform: scale(1.0);
  opacity: 1;
}

.mobile-nav__social a:hover {
  color: var(--itzone-white);
  border: 1px solid rgba(var(--itzone-base-rgb), 1);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--itzone-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--itzone-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--itzone-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}



/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
  margin-top: -25px;
  margin-bottom: -25px;
}

.home-showcase__inner {
  padding: 40px 42px 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}

.home-showcase__item {
  position: relative;
  display: block;
  margin-bottom: 7px;
}

.home-showcase__image {
  position: relative;
  overflow: hidden;
  background-color: rgb(0, 0, 0, 0.10);
  padding: 1px;
  border-radius: var(--itzone-bdr-radius);
}

.home-showcase__image>img {
  width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}

.home-showcase__image:hover>img {
  filter: blur(2px);
}

.home-showcase__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(1, 0);
  transition: transform 800ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0.70;
  z-index: 1;
}

.home-showcase__image:hover .home-showcase__buttons {
  transform: scale(1, 1);
  opacity: 1.0;
  transform-origin: top center;
}

.home-showcase__buttons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -ms-linear-gradient(left, #222222 0%, #222222 100%);
  background-image: -moz-linear-gradient(left, #222222 0%, #222222 100%);
  background-image: -o-linear-gradient(left, #222222 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #222222), color-stop(100, #222222));
  background-image: -webkit-linear-gradient(left, #222222 0%, #222222 100%);
  background-image: linear-gradient(to right, #222222 0%, #222222 100%);

  opacity: 1;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0%;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  z-index: -1;
}

.home-showcase__image:hover .home-showcase__buttons::before {
  opacity: 0.90;
  visibility: visible;
  transform: perspective(500px) rotatex(0);
}

.home-showcase__buttons__item {
  padding: 13px 20px 13px;
  width: 160px;
  text-align: center;
  color: var(--itzone-white);
}

.home-showcase__buttons__item::before {
  background-color: var(--itzone-white);
}

.home-showcase__buttons__item::after {
  background-color: rgba(var(--itzone-white-rgb), .30);
}


.home-showcase__buttons__item:hover {
  color: var(--itzone-base);
}

.home-showcase__buttons__item+.home-showcase__buttons__item {
  margin-top: 10px;
}

.home-showcase__title {
  margin: 0;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: var(--itzone-black);
  margin-top: 18px;
  text-transform: capitalize;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--itzone-white, #ffffff);
}

.mobile-nav__content .home-showcase {
  margin-top: 0;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-two:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: rgba(var(--itzone-white-rgb), 0.02);
  z-index: -1;
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 135px 0;
}

.main-menu-two__left {
  position: relative;
  display: block;
}

.main-menu-two__logo {
  position: relative;
  display: block;
  padding: 25px 0;
}

.main-menu-two__main-menu-box {
  display: block;
}

.main-menu-two__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 23px 0;
}

.main-menu-two__search-box {
  position: relative;
  display: block;
}

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--itzone-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}

.main-menu-two__search:hover {
  color: var(--itzone-base);
}

.main-menu-two__cart {
  position: relative;
  display: block;
}

.main-menu-two__cart a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--itzone-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__cart a:hover {
  color: var(--itzone-base);
}

.main-menu-two__cart-count {
  position: absolute;
  top: -16px;
  right: -15px;
  height: 20px;
  width: 20px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  background-color: var(--itzone-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__cart a:hover .main-menu-two__cart-count {
  color: var(--itzone-white);
}

.main-menu-two__user {
  position: relative;
  display: block;
}

.main-menu-two__user a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--itzone-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__user a:hover {
  color: var(--itzone-base);
}

.main-menu-two__btn-box .thm-btn:hover {
  color: var(--itzone-base);
}

.main-menu-two__btn-box .thm-btn::before {
  background-color: var(--itzone-white);
}

.main-menu-two__btn-box .thm-btn::after {
  background-color: rgba(var(--itzone-white-rgb), .30);
}

.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
  color: var(--itzone-white);
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
  color: var(--itzone-base);
}

.main-menu-two .main-menu__list>li.dropdown>a:after {
  color: var(--itzone-white);
}

.main-menu-two .main-menu__list>li.current>a::after,
.main-menu-two .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-two .main-menu__list>li.current>a::after,
.stricky-header.main-menu-two .main-menu__list>li:hover>a::after {
  color: var(--itzone-base);
}


.stricky-header.main-menu-two {
  background-color: var(--itzone-black);
}



/*--------------------------------------------------------------
# Navigations three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-three__top {
  position: relative;
  display: block;
  background-color: var(--itzone-base);
  z-index: 1;
}

.main-menu-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 9px 0 9px;
}

.main-menu-three__top-social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1;
}

.main-menu-three__top-social a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--itzone-white);
  border-radius: 10px;
  font-size: 17px;
  height: 38px;
  width: 38px;
  border: 1px solid rgba(var(--itzone-white-rgb), .20);
  transform: rotate(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu-three__top-social a:hover {
  color: var(--itzone-base);
  border: 1px solid var(--itzone-white);
}

.main-menu-three__top-social a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--itzone-white);
  border-radius: 8px;
  transform: scale(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.main-menu-three__top-social a:hover:before {
  transform: scaleX(1.0);
}

.main-menu-three__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li+li {
  margin-left: 30px;
}

.main-menu-three__contact-list li:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -15px;
  width: 1px;
  background-color: rgba(var(--itzone-white-rgb), .10);
}

.main-menu-three__contact-list li:first-child:before {
  display: none;
}

.main-menu-three__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li .icon i {
  font-size: 20px;
  color: var(--itzone-white);
  position: relative;
  display: inline-block;
}

.main-menu-three__contact-list li .text {
  margin-left: 10px;
}

.main-menu-three__contact-list li .text p {
  font-size: 16px;
  line-height: 16px;
  color: var(--itzone-white);
  font-weight: 500;
}

.main-menu-three__contact-list li .text p a {
  color: var(--itzone-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__contact-list li .text p a:hover {
  color: var(--itzone-black);
}

.main-menu-three__top-menu {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}

.main-menu-three__top-menu li {
  position: relative;
  display: block;
}

.main-menu-three__top-menu li:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 4px;
  left: -14px;
  width: 1px;
  background-color: rgba(var(--itzone-white-rgb), .10);
}

.main-menu-three__top-menu li:first-child:before {
  display: none;
}

.main-menu-three__top-menu li a {
  font-size: 16px;
  color: var(--itzone-white);
  font-weight: 500;
}

.main-menu-three__top-menu li a:hover {
  color: var(--itzone-black);
}


.main-menu-three__wrapper {
  position: relative;
  display: block;
}

.main-menu-three__wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(var(--itzone-black-rgb), .10);
  z-index: -1;
}

.main-menu-three__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-menu-three__left {
  display: block;
}

.main-menu-three__logo {
  display: block;
  padding: 12px 0 12px;
}

.main-menu-three__main-menu-box {
  display: block;
}

.main-menu-three .main-menu__list>li,
.stricky-header.main-menu-three .main-menu__list>li {
  padding-top: 24px;
  padding-bottom: 24px;
}

.main-menu-three__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  padding: 10px 0;
}

.main-menu-three__search-box {
  position: relative;
  display: block;
}

.main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--itzone-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__search:hover {
  color: var(--itzone-base);
}

.main-menu-three__btn-box {
  position: relative;
  display: block;
}


.stricky-header.main-menu-three {
  background-color: var(--itzone-white);
}

/*--------------------------------------------------------------
# Hero Background Slider
--------------------------------------------------------------*/
.hero-bg-slider {
  position: relative;
  overflow: hidden;
  background-color: var(--itzone-black);
  --hero-slide-height: 550px;
}

.hero-bg-slider:before,
.hero-bg-slider:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

.hero-bg-slider:before {
  width: 440px;
  height: 440px;
  right: -120px;
  top: -110px;
  background: radial-gradient(circle,
      rgba(241, 87, 34, .24) 0%,
      rgba(241, 87, 34, 0) 70%);
}

.hero-bg-slider:after {
  width: 380px;
  height: 380px;
  left: -140px;
  bottom: -120px;
  background: radial-gradient(circle,
      rgba(255, 255, 255, .13) 0%,
      rgba(var(--itzone-white-rgb), 0) 70%);
}

.hero-bg-slider__item {
  position: relative;
  height: var(--hero-slide-height);
  min-height: var(--hero-slide-height);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg-slider .owl-stage-outer,
.hero-bg-slider .owl-stage,
.hero-bg-slider .owl-item {
  height: var(--hero-slide-height);
}

.hero-bg-slider__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1.08);
  transition: transform 7000ms ease;
}

.hero-bg-slider .owl-item.active .hero-bg-slider__bg {
  transform: scale(1);
}

.hero-bg-slider__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    linear-gradient(110deg,
      rgba(var(--itzone-black-rgb), .92) 4%,
      rgba(var(--itzone-black-rgb), .70) 46%,
      rgba(var(--itzone-black-rgb), .90) 100%),
    radial-gradient(circle at 78% 22%,
      rgba(241, 87, 34, .24) 0%,
      rgba(241, 87, 34, 0) 52%);
}

.hero-bg-slider__item .container {
  position: relative;
  z-index: 2;
}

.hero-bg-slider__content {
  max-width: 680px;
  padding-top: 40px;
  padding-bottom: 86px;
}

.hero-bg-slider__sub-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(var(--itzone-white-rgb), .30);
  border-radius: 50px;
  padding: 9px 17px;
  font-size: 12px;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--itzone-white);
  letter-spacing: .12em;
  margin-bottom: 26px;
  background-color: rgba(var(--itzone-white-rgb), .10);
  backdrop-filter: blur(6px);
}

.hero-bg-slider__sub-title span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--itzone-base);
}

.hero-bg-slider__title {
  color: var(--itzone-white);
  font-size: 68px;
  line-height: 1.04em;
  font-weight: 800;
  letter-spacing: -.025em;
  margin-bottom: 20px;
}

.hero-bg-slider__title span {
  color: var(--itzone-base);
}

.hero-bg-slider__text {
  color: rgba(var(--itzone-white-rgb), .86);
  font-size: 20px;
  line-height: 33px;
  max-width: 700px;
}

.hero-bg-slider__btn-box {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-bg-slider__btn-two {
  background: transparent;
  border: 1px solid rgba(var(--itzone-white-rgb), .40);
  color: var(--itzone-white);
}

.hero-bg-slider__btn-two:hover {
  border-color: transparent;
}

.hero-bg-slider__stats {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-bg-slider__stats li {
  min-width: 190px;
  background: linear-gradient(160deg,
      rgba(var(--itzone-white-rgb), .16) 0%,
      rgba(var(--itzone-white-rgb), .06) 100%);
  border: 1px solid rgba(var(--itzone-white-rgb), .22);
  border-radius: 12px;
  padding: 14px 16px 13px;
  backdrop-filter: blur(7px);
}

.hero-bg-slider__stats li h4 {
  font-size: 27px;
  line-height: 1em;
  color: var(--itzone-white);
  margin-bottom: 7px;
}

.hero-bg-slider__stats li p {
  font-size: 14px;
  line-height: 1.35em;
  color: rgba(var(--itzone-white-rgb), .83);
}

.hero-bg-slider__content>* {
  opacity: 0;
  transform: translateY(22px);
  transition: all 760ms ease;
}

.hero-bg-slider .owl-item.active .hero-bg-slider__content>* {
  opacity: 1;
  transform: translateY(0);
}

.hero-bg-slider .owl-item.active .hero-bg-slider__content>*:nth-child(1) {
  transition-delay: 180ms;
}

.hero-bg-slider .owl-item.active .hero-bg-slider__content>*:nth-child(2) {
  transition-delay: 300ms;
}

.hero-bg-slider .owl-item.active .hero-bg-slider__content>*:nth-child(3) {
  transition-delay: 420ms;
}

.hero-bg-slider .owl-item.active .hero-bg-slider__content>*:nth-child(4) {
  transition-delay: 540ms;
}

.hero-bg-slider .owl-item.active .hero-bg-slider__content>*:nth-child(5) {
  transition-delay: 660ms;
}

.hero-bg-slider .owl-theme .owl-nav {
  display: none !important;
}

.hero-bg-slider .owl-theme .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background-color: rgba(var(--itzone-black-rgb), .28);
  border: 1px solid rgba(var(--itzone-white-rgb), .22);
  backdrop-filter: blur(6px);
  margin-top: 0;
  line-height: 0;
  z-index: 3;
}

.hero-bg-slider .owl-theme .owl-dots .owl-dot span {
  margin: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(var(--itzone-white-rgb), .60);
  border: 1px solid transparent;
  transition: all 300ms ease;
}

.hero-bg-slider .owl-theme .owl-dots .owl-dot.active span,
.hero-bg-slider .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--itzone-base);
  border-color: rgba(var(--itzone-white-rgb), .88);
  transform: scale(1.2);
  box-shadow: 0 0 0 3px rgba(241, 87, 34, .22);
}

.hero-bg-slider .owl-theme .owl-dots .owl-dot,
.hero-bg-slider .owl-theme .owl-dots .owl-dot:focus,
.hero-bg-slider .owl-theme .owl-dots .owl-dot:focus-visible {
  outline: none;
  box-shadow: none;
}

.hero-bg-slider .owl-theme .owl-nav,
.hero-bg-slider .owl-theme .owl-dots {
  margin-top: 0 !important;
}

@media (max-width: 1399px) {
  .hero-bg-slider__title {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  .hero-bg-slider {
    --hero-slide-height: 580px;
  }

  .hero-bg-slider__content {
    max-width: 700px;
    padding-top: 112px;
    padding-bottom: 84px;
  }

  .hero-bg-slider__title {
    font-size: 52px;
  }

  .hero-bg-slider__text {
    font-size: 18px;
    line-height: 31px;
  }

  .hero-bg-slider__stats li {
    min-width: 172px;
  }
}

@media (max-width: 991px) {
  .hero-bg-slider {
    --hero-slide-height: 540px;
  }

  .hero-bg-slider__content {
    padding-top: 104px;
    padding-bottom: 84px;
  }

  .hero-bg-slider__title {
    font-size: 44px;
    line-height: 1.15em;
  }

  .hero-bg-slider__text {
    font-size: 17px;
    line-height: 29px;
  }

  .hero-bg-slider .owl-theme .owl-dots {
    bottom: 22px;
  }

  .hero-bg-slider__stats {
    gap: 10px;
  }

  .hero-bg-slider__stats li {
    min-width: calc(50% - 5px);
  }
}

@media (max-width: 767px) {
  .hero-bg-slider {
    --hero-slide-height: 500px;
  }

  .hero-bg-slider__content {
    padding-top: 92px;
    padding-bottom: 74px;
  }

  .hero-bg-slider__sub-title {
    font-size: 11px;
    padding: 8px 14px;
    letter-spacing: .10em;
  }

  .hero-bg-slider__title {
    font-size: 35px;
    line-height: 1.15em;
  }

  .hero-bg-slider__text {
    font-size: 16px;
    line-height: 28px;
  }

  .hero-bg-slider__btn-box {
    margin-top: 26px;
    gap: 10px;
  }

  .hero-bg-slider__stats {
    margin-top: 26px;
    gap: 10px;
  }

  .hero-bg-slider__stats li {
    flex: 1 1 calc(50% - 5px);
    min-width: calc(50% - 5px);
    padding: 13px 14px;
  }

  .hero-bg-slider__stats li h4 {
    font-size: 22px;
  }

  .hero-bg-slider .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
  }

  .hero-bg-slider .owl-theme .owl-dots .owl-dot.active span,
  .hero-bg-slider .owl-theme .owl-dots .owl-dot:hover span {
    transform: scale(1.15);
  }
}

@media (max-width: 480px) {
  .hero-bg-slider {
    --hero-slide-height: 470px;
  }

  .hero-bg-slider__title {
    font-size: 29px;
  }

  .hero-bg-slider__stats li {
    flex: 1 1 calc(50% - 5px);
    min-width: calc(50% - 5px);
  }

  .hero-bg-slider .owl-theme .owl-dots {
    bottom: 18px;
    padding: 7px 12px;
    gap: 8px;
  }
}

/*--------------------------------------------------------------
# Mission Vision Tabs
--------------------------------------------------------------*/
.mission-vision-box {
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.mission-vision-tabs {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background-color: var(--itzone-white);
  border: 1px solid rgba(var(--itzone-black-rgb), .12);
  box-shadow: 0 10px 22px rgba(var(--itzone-black-rgb), .08);
}

.mv-tab {
  border: 0;
  outline: none;
  border-radius: 999px;
  background: transparent;
  color: var(--itzone-black);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  padding: 11px 22px;
  transition: all 300ms ease;
}

.mv-tab:hover {
  color: var(--itzone-base);
}

.mv-tab.active {
  color: var(--itzone-white);
  background-color: var(--itzone-base);
  box-shadow: 0 8px 18px rgba(241, 87, 34, .35);
}

.mv-content {
  display: none;
  width: 100%;
  background-color: var(--itzone-white);
  border: 1px solid rgba(var(--itzone-black-rgb), .12);
  border-radius: 14px;
  padding: 18px 20px;
}

.mv-content.active {
  display: block;
}

.mv-content p {
  margin: 0;
  color: var(--itzone-gray);
  line-height: 28px;
}

@media (max-width: 767px) {
  .mv-tab {
    padding: 10px 18px;
    font-size: 13px;
  }

  .mv-content {
    padding: 16px 16px;
  }
}

/*--------------------------------------------------------------
# Why Choose Section Fix
--------------------------------------------------------------*/
.why-choose-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0 90px;
  margin: 24px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
  border-top: 1px solid rgba(var(--itzone-black-rgb), .06);
  border-bottom: 1px solid rgba(var(--itzone-black-rgb), .06);
}

.why-choose-section .about-two__shape-1 {
  top: -30px;
}

.why-choose-section .about-two__shape-4 {
  top: 0;
}

@media (max-width: 991px) {
  .why-choose-section {
    padding: 80px 0 70px;
    margin: 16px 0;
  }
}

/*--------------------------------------------------------------
# Services Icons Fix
--------------------------------------------------------------*/
.services-three__icon {
  background: linear-gradient(135deg, var(--itzone-base) 0%, #ff7a3f 100%);
}

.services-three__icon span,
.services-three__icon i {
  color: var(--itzone-white);
  font-size: 34px;
  line-height: 1;
}

.services-three__single:hover .services-three__icon {
  background: var(--itzone-black);
}

/*--------------------------------------------------------------
# Floating Contact Buttons
--------------------------------------------------------------*/
.floating-contact-buttons {
  position: fixed;
  right: 24px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 120;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.floating-contact-buttons__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 0;
  border-radius: 14px;
  color: var(--itzone-white);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-contact-buttons__link:hover {
  color: var(--itzone-white);
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.22);
}

.floating-contact-buttons__link--whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.floating-contact-buttons__link--call {
  background: linear-gradient(135deg, var(--itzone-base) 0%, #ff6b2c 100%);
}

.floating-contact-buttons__link i {
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 767px) {
  .floating-contact-buttons {
    right: 14px;
    top: 50%;
    bottom: auto;
  }

  .floating-contact-buttons__link {
    width: 52px;
    height: 52px;
  }
}



/*--------------------------------------------------------------
# Home Redesign
--------------------------------------------------------------*/
body,
.page-wrapper {
  background-color: var(--itzone-white);
}

.main-menu-three__wrapper {
  padding: 16px 0;
}

.main-menu-three__wrapper:before {
  display: none;
}

.main-menu-three__wrapper-inner {
  position: relative;
  gap: 24px;
  min-height: 86px;
  padding: 0 28px 0 32px;
  border: 1px solid rgba(var(--itzone-black-rgb), .08);
  border-radius: 26px;
  background: rgba(var(--itzone-white-rgb), .96);
  box-shadow: 0 24px 60px rgba(var(--itzone-black-rgb), .12);
  backdrop-filter: blur(18px);
  transition: background-color 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.main-menu-three__wrapper-inner::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg,
      rgba(var(--itzone-black-rgb), 0) 0%,
      rgba(var(--itzone-black-rgb), .10) 50%,
      rgba(var(--itzone-black-rgb), 0) 100%);
}

.main-menu-three__logo {
  padding: 0;
}

.main-menu-three__logo a {
  display: inline-flex;
  align-items: center;
}

.main-menu-three__main-menu-box {
  flex: 1;
}

.main-menu-three .main-menu__list,
.stricky-header.main-menu-three .main-menu__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.main-menu-three .main-menu__list>li,
.stricky-header.main-menu-three .main-menu__list>li {
  padding: 0;
}

.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #0c1422;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .01em;
  transition: color 300ms ease, background-color 300ms ease, transform 300ms ease;
}

.main-menu-three .main-menu__list>li>a::after,
.stricky-header.main-menu-three .main-menu__list>li>a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 10px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--itzone-base) 0%, #ff8a48 100%);
  opacity: .95;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 300ms ease;
}

.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li:hover>a,
.stricky-header.main-menu-three .main-menu__list>li.current>a,
.stricky-header.main-menu-three .main-menu__list>li:hover>a {
  color: var(--itzone-base);
  background-color: rgba(var(--itzone-base-rgb), .08);
}

.main-menu-three .main-menu__list>li.current>a::after,
.main-menu-three .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-three .main-menu__list>li.current>a::after,
.stricky-header.main-menu-three .main-menu__list>li:hover>a::after {
  transform: scaleX(1);
}

.main-menu__list>li>ul,
.main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  padding: 12px 0;
  border: 1px solid rgba(var(--itzone-black-rgb), .08);
  border-radius: 20px;
  background: rgba(var(--itzone-white-rgb), .98);
  box-shadow: 0 28px 64px rgba(var(--itzone-black-rgb), .16);
  backdrop-filter: blur(14px);
}

.main-menu__list>li>ul>li>a,
.main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  padding: 14px 28px;
  font-weight: 700;
  color: #0d1626;
}

.main-menu__list>li>ul>li:hover>a,
.main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  color: var(--itzone-base);
  background-color: rgba(var(--itzone-base-rgb), .06);
}

.main-menu-three__right {
  gap: 18px;
  padding: 0;
}

.main-menu-three__btn-box .thm-btn,
.hero-bg-slider__btn-box .thm-btn,
.about-three__btn {
  position: relative;
  overflow: hidden;
  padding: 16px 28px 14px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--itzone-base) 0%, #ff7d3d 100%);
  box-shadow: 0 18px 36px rgba(var(--itzone-base-rgb), .24);
}

.main-menu-three__btn-box .thm-btn:hover,
.hero-bg-slider__btn-box .thm-btn:hover,
.about-three__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(var(--itzone-base-rgb), .30);
}

.main-menu .mobile-nav__toggler {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background-color: rgba(var(--itzone-base-rgb), .10);
  color: var(--itzone-base);
  transition: all 300ms ease;
}

.main-menu .mobile-nav__toggler:hover {
  background-color: var(--itzone-base);
  color: var(--itzone-white);
}

.stricky-header.main-menu-three {
  background-color: transparent;
  box-shadow: none;
}

.stricky-header.main-menu-three .main-menu-three__wrapper {
  padding: 12px 0;
}

.stricky-header.main-menu-three .main-menu-three__wrapper-inner {
  min-height: 78px;
}

body.home-page .main-header-three {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 91;
}

body.home-page .main-menu-three__wrapper-inner {
  background: rgba(9, 16, 29, .24);
  border-color: rgba(var(--itzone-white-rgb), .16);
  box-shadow: 0 28px 72px rgba(0, 0, 0, .20);
}

body.home-page .main-menu-three__wrapper-inner::after {
  background: linear-gradient(90deg,
      rgba(var(--itzone-white-rgb), 0) 0%,
      rgba(var(--itzone-white-rgb), .20) 50%,
      rgba(var(--itzone-white-rgb), 0) 100%);
}

body.home-page .main-menu-three .main-menu__list>li>a {
  color: var(--itzone-white);
}

body.home-page .main-menu-three .main-menu__list>li>a::after {
  background: linear-gradient(90deg, var(--itzone-white) 0%, #ffb08c 100%);
}

body.home-page .main-menu-three .main-menu__list>li.current>a,
body.home-page .main-menu-three .main-menu__list>li:hover>a {
  color: var(--itzone-white);
  background-color: rgba(var(--itzone-white-rgb), .10);
}

body.home-page .main-menu .mobile-nav__toggler {
  background-color: rgba(var(--itzone-white-rgb), .12);
  border: 1px solid rgba(var(--itzone-white-rgb), .12);
  color: var(--itzone-white);
}

body.home-page .stricky-header.main-menu-three .main-menu-three__wrapper-inner {
  background: rgba(var(--itzone-white-rgb), .96);
  border-color: rgba(var(--itzone-black-rgb), .08);
  box-shadow: 0 20px 48px rgba(var(--itzone-black-rgb), .14);
}

body.home-page .stricky-header.main-menu-three .main-menu__list>li>a {
  color: #0c1422;
}

body.home-page .stricky-header.main-menu-three .main-menu__list>li.current>a,
body.home-page .stricky-header.main-menu-three .main-menu__list>li:hover>a {
  color: var(--itzone-base);
  background-color: rgba(var(--itzone-base-rgb), .08);
}

body.home-page .stricky-header.main-menu-three .mobile-nav__toggler {
  background-color: rgba(var(--itzone-base-rgb), .10);
  border-color: transparent;
  color: var(--itzone-base);
}

body.home-page .hero-bg-slider {
  --hero-slide-height: clamp(640px, 92vh, 860px);
  --hero-visual-scale: 1;
  background: #07111f;
}

body.home-page .hero-bg-slider:before {
  width: 520px;
  height: 520px;
  right: -160px;
  top: -180px;
  background: radial-gradient(circle,
      rgba(79, 172, 255, .22) 0%,
      rgba(79, 172, 255, 0) 72%);
}

body.home-page .hero-bg-slider:after {
  width: 460px;
  height: 460px;
  left: -160px;
  bottom: -180px;
  background: radial-gradient(circle,
      rgba(var(--itzone-base-rgb), .24) 0%,
      rgba(var(--itzone-base-rgb), 0) 70%);
}

body.home-page .hero-bg-slider__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(var(--itzone-white-rgb), .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--itzone-white-rgb), .08) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(180deg,
      transparent 0%,
      rgba(0, 0, 0, .65) 18%,
      rgba(0, 0, 0, 1) 100%);
  opacity: .12;
  z-index: 1;
  animation: heroGridFloat 18s linear infinite;
}

body.home-page .hero-bg-slider__item::after {
  content: "";
  position: absolute;
  left: 54%;
  bottom: 80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(var(--itzone-white-rgb), .18) 0%,
      rgba(var(--itzone-white-rgb), 0) 72%);
  filter: blur(8px);
  z-index: 1;
  animation: heroOrbFloat 8s ease-in-out infinite;
}

body.home-page .hero-bg-slider__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg,
      rgba(var(--itzone-black-rgb), .15) 0%,
      rgba(var(--itzone-black-rgb), .02) 38%,
      rgba(var(--itzone-black-rgb), .28) 100%);
}

body.home-page .hero-bg-slider .owl-item.active .hero-bg-slider__bg {
  animation: heroBackgroundPulse 12s ease-in-out both;
}

body.home-page .hero-bg-slider__overlay {
  background:
    linear-gradient(109deg,
      rgba(6, 12, 22, .94) 0%,
      rgba(6, 12, 22, .82) 42%,
      rgba(8, 17, 31, .32) 72%,
      rgba(8, 17, 31, .88) 100%),
    radial-gradient(circle at 82% 18%,
      rgba(20, 115, 255, .18) 0%,
      rgba(20, 115, 255, 0) 40%),
    radial-gradient(circle at 18% 78%,
      rgba(var(--itzone-base-rgb), .22) 0%,
      rgba(var(--itzone-base-rgb), 0) 36%);
}

body.home-page .hero-bg-slider__content {
  position: relative;
  max-width: 760px;
  padding: 180px 0 136px;
}

body.home-page .hero-bg-slider__content::before {
  content: "";
  position: absolute;
  top: 120px;
  right: 180px;
  bottom: 62px;
  left: -56px;
  border-radius: 36px;
  background: linear-gradient(135deg,
      rgba(var(--itzone-white-rgb), .16) 0%,
      rgba(var(--itzone-white-rgb), .04) 100%);
  border: 1px solid rgba(var(--itzone-white-rgb), .12);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
  backdrop-filter: blur(8px);
  z-index: -1;
}

body.home-page .hero-bg-slider__title {
  font-size: clamp(46px, 6vw, 84px);
  line-height: .98em;
  letter-spacing: -.04em;
  margin-bottom: 24px;
}

body.home-page .hero-bg-slider__title span {
  color: #f36f21;
  text-shadow: 0 10px 30px rgba(var(--itzone-base-rgb), .22);
}

body.home-page .hero-bg-slider__text {
  max-width: 640px;
  color: rgba(var(--itzone-white-rgb), .82);
  font-size: 19px;
  line-height: 1.75;
}

body.home-page .hero-bg-slider .owl-theme .owl-dots {
  bottom: 36px;
  padding: 10px 16px;
  background-color: rgba(10, 16, 29, .42);
}

body.home-page .section-title__tagline-box {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  border-radius: 999px;
  background: linear-gradient(135deg,
      rgba(var(--itzone-base-rgb), .12) 0%,
      rgba(12, 100, 255, .08) 100%);
  /* margin-bottom: 20px; */
}

body.home-page .section-title__tagline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  background-color: var(--itzone-white);
  border: 1px solid rgba(var(--itzone-black-rgb), .08);
  border-radius: 999px;
  color: #0c1422;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.home-page .section-title__title {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.06em;
  letter-spacing: -.03em;
}

body.home-page .about-three {
  padding: 120px 0 110px;
  background-color: var(--itzone-white);
}

body.home-page .about-three__bg-shape {
  opacity: .30;
  mix-blend-mode: multiply;
}

body.home-page .about-three__img-box {
  padding: 28px;
  border-radius: 34px;
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
  border: 1px solid rgba(var(--itzone-black-rgb), .06);
  box-shadow: 0 28px 70px rgba(var(--itzone-black-rgb), .10);
}

body.home-page .about-three__img,
body.home-page .about-three__img img,
body.home-page .about-three__img-2 img {
  border-radius: 26px;
}

body.home-page .about-three__experience {
  border: 1px solid rgba(var(--itzone-white-rgb), .45);
  box-shadow: 0 20px 45px rgba(var(--itzone-black-rgb), .16);
}

body.home-page .about-three__text {
  color: #5f6b7d;
  font-size: 17px;
  line-height: 1.85;
}

body.home-page .sliding-text-one {
  padding: 22px 0;
  background-color: var(--itzone-white);
  border-top: 1px solid rgba(var(--itzone-black-rgb), .06);
  border-bottom: 1px solid rgba(var(--itzone-black-rgb), .06);
}

body.home-page .sliding-text-one__wrap {
  padding: 8px 0;
}

body.home-page .sliding-text-one__title {
  color: #0a1220;
  font-size: clamp(34px, 4.8vw, 74px);
  font-weight: 800;
  letter-spacing: -.04em;
}

body.home-page .sliding-text-one__list li span {
  color: var(--itzone-base);
}

body.home-page .services-two {
  padding: 118px 0 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

body.home-page .services-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 240px;
  background:
    radial-gradient(circle at 10% 10%,
      rgba(12, 100, 255, .08) 0%,
      rgba(12, 100, 255, 0) 40%),
    radial-gradient(circle at 100% 0%,
      rgba(var(--itzone-base-rgb), .10) 0%,
      rgba(var(--itzone-base-rgb), 0) 32%);
  pointer-events: none;
}

body.home-page .services-two__carousel .owl-stage-outer {
  overflow: hidden;
  padding: 10px 0 34px;
}

body.home-page .services-two__single {
  --service-start: #1765ff;
  --service-end: #3edcff;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 30px;
  background-color: var(--itzone-white);
  border: 1px solid rgba(var(--itzone-black-rgb), .08);
  box-shadow: 0 20px 56px rgba(var(--itzone-black-rgb), .08);
  transition: transform 450ms ease, box-shadow 450ms ease, border-color 450ms ease;
}

body.home-page .services-two__single::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--service-start) 0%, var(--service-end) 100%);
  opacity: 0;
  transition: opacity 350ms ease;
  z-index: 3;
}

body.home-page .services-two__single::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(var(--itzone-black-rgb), .06) 0%,
      rgba(var(--itzone-black-rgb), 0) 72%);
  opacity: 0;
  transition: transform 450ms ease, opacity 450ms ease;
}

body.home-page .services-two__single:hover {
  transform: translateY(-14px);
  border-color: rgba(var(--itzone-black-rgb), .12);
  box-shadow: 0 30px 74px rgba(var(--itzone-black-rgb), .14);
}

body.home-page .services-two__single:hover::before {
  opacity: 1;
}

body.home-page .services-two__single:hover::after {
  opacity: .90;
  transform: translate(-30px, -24px);
}

body.home-page .services-two__img-box {
  padding: 18px 18px 0;
}

body.home-page .services-two__img {
  height: 250px;
  border-radius: 24px;
}

body.home-page .services-two__img::before {
  opacity: 1;
  background: linear-gradient(180deg,
      rgba(var(--itzone-black-rgb), .05) 0%,
      rgba(var(--itzone-black-rgb), .72) 100%);
}

body.home-page .services-two__img img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.10);
}

body.home-page .services-two__single:hover .services-two__img img {
  transform: scale(1.04);
}

body.home-page .services-two__icon {
  top: 34px;
  right: auto;
  bottom: auto;
  left: 34px;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  border: 1px solid rgba(var(--itzone-white-rgb), .22);
  background: linear-gradient(135deg, var(--service-start) 0%, var(--service-end) 100%);
  box-shadow: 0 18px 38px rgba(var(--itzone-black-rgb), .22);
}

body.home-page .services-two__icon::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 26px;
  border: 1px solid rgba(var(--itzone-white-rgb), .22);
  opacity: .55;
}

body.home-page .services-two__single:hover .services-two__icon {
  transform: translateY(-4px);
}

body.home-page .services-two__content {
  margin: 0;
  padding: 28px 26px 28px;
  background-color: transparent;
  box-shadow: none;
  text-align: left;
}

body.home-page .services-two__title {
  font-size: 28px;
  line-height: 1.15em;
  margin-bottom: 12px;
}

body.home-page .services-two__text {
  min-height: 84px;
  color: #607086;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0;
}

body.home-page .services-two__single--networking {
  --service-start: #1765ff;
  --service-end: #3edcff;
}

body.home-page .services-two__single--storage {
  --service-start: #0f9d7a;
  --service-end: #63d4b2;
}

body.home-page .services-two__single--server {
  --service-start: #3e46ff;
  --service-end: #7f8cff;
}

body.home-page .services-two__single--firewall {
  --service-start: #ff6c2f;
  --service-end: #ffb347;
}

body.home-page .services-two__single--biometric {
  --service-start: #0f7bff;
  --service-end: #12c2e9;
}

body.home-page .services-two__single--cctv {
  --service-start: #7b4dff;
  --service-end: #ba8cff;
}

body.home-page .services-two__single--office {
  --service-start: #0078d4;
  --service-end: #37c6ff;
}

body.home-page .counter-two {
  padding: 20px 0 110px;
  background-color: transparent;
}

body.home-page .counter-two .container {
  position: relative;
  overflow: hidden;
  padding: 44px 40px 22px;
  border-radius: 34px;
  background: linear-gradient(135deg, #08111f 0%, #13233c 48%, #1f3f5a 100%);
  box-shadow: 0 28px 80px rgba(var(--itzone-black-rgb), .20);
}

body.home-page .counter-two .container::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 100% 0%,
      rgba(var(--itzone-base-rgb), .24) 0%,
      rgba(var(--itzone-base-rgb), 0) 34%),
    radial-gradient(circle at 0% 100%,
      rgba(67, 150, 255, .18) 0%,
      rgba(67, 150, 255, 0) 40%);
  pointer-events: none;
}

body.home-page .counter-two__bg-shape {
  opacity: .16;
  border-radius: 34px;
}

body.home-page .counter-two__single {
  gap: 20px;
  padding: 6px 4px 18px;
  margin-bottom: 12px;
}

body.home-page .counter-two__icon {
  width: 78px;
  height: 78px;
  background-color: rgba(var(--itzone-white-rgb), .06);
  border-color: rgba(var(--itzone-white-rgb), .16);
  backdrop-filter: blur(10px);
}

body.home-page .counter-two__count-box h3,
body.home-page .counter-two__count-box span {
  font-size: 54px;
  line-height: 54px !important;
}

body.home-page .counter-two__text {
  color: rgba(var(--itzone-white-rgb), .76);
  font-size: 18px;
  line-height: 1.45;
}

.wp-reveal {
  opacity: 0;
  transform: translate3d(0, 46px, 0);
  filter: blur(8px);
  transition: opacity 800ms ease, transform 980ms cubic-bezier(.22, 1, .36, 1), filter 980ms cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--wp-reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.wp-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

[data-aos="fade-right"].about-three__left {
  transform: translate3d(-24px, 0, 0);
}

[data-aos="fade-left"].about-three__right {
  transform: translate3d(24px, 0, 0);
}

[data-aos="fade-right"].about-two__left {
  transform: translate3d(-24px, 0, 0);
}

[data-aos="fade-left"].about-two__right {
  transform: translate3d(24px, 0, 0);
}

@keyframes heroGridFloat {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-24px, -18px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroOrbFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(18px, -18px, 0);
  }
}

@keyframes heroBackgroundPulse {
  0% {
    transform: scale(1.08);
  }

  50% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wp-reveal,
  .hero-bg-slider__content>*,
  .hero-bg-slider__bg,
  .hero-bg-slider__item::before,
  .hero-bg-slider__item::after,
  .services-two__single,
  .main-menu-three__btn-box .thm-btn,
  .hero-bg-slider__btn-box .thm-btn,
  .about-three__btn {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/*--------------------------------------------------------------
# Home Reference Match
--------------------------------------------------------------*/
body.home-page {
  overflow-x: hidden;
}

body.home-page .main-menu-three__wrapper {
  padding: 0;
}

body.home-page .main-menu-three__wrapper-inner,
body.home-page .stricky-header.main-menu-three .main-menu-three__wrapper-inner {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body.home-page .main-menu-three__wrapper-inner::after,
body.home-page .stricky-header.main-menu-three .main-menu-three__wrapper-inner::after {
  display: none;
}

body.home-page .main-menu-three__logo a img {
  height: 28px !important;
}

body.home-page .main-menu-three__left {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

body.home-page .main-menu-three__main-menu-box {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  margin-left: auto;
}

body.home-page .main-menu-three__right {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: 32px;
}

body.home-page .main-menu-three .main-menu__list,
body.home-page .stricky-header.main-menu-three .main-menu__list {
  justify-content: flex-end;
  gap: 34px;
}

body.home-page .main-menu-three .main-menu__list>li>a,
body.home-page .stricky-header.main-menu-three .main-menu__list>li>a {
  min-height: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: rgba(var(--itzone-white-rgb), .78);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}

body.home-page .main-menu-three__logo a,
body.home-page .main-menu__list a,
body.home-page .services-two__title a,
body.home-page .services-two__cta a {
  text-decoration: none !important;
}

body.home-page .main-menu .main-menu__list>li>a::before,
body.home-page .stricky-header .main-menu__list>li>a::before,
body.home-page .main-menu-three .main-menu__list>li>a::after,
body.home-page .stricky-header.main-menu-three .main-menu__list>li>a::after {
  display: none;
}

body.home-page .main-menu-three .main-menu__list>li.current>a,
body.home-page .main-menu-three .main-menu__list>li:hover>a,
body.home-page .stricky-header.main-menu-three .main-menu__list>li.current>a,
body.home-page .stricky-header.main-menu-three .main-menu__list>li:hover>a {
  color: #ea580c;
  background: transparent;
}

body.home-page .main-menu-three__btn-box .thm-btn {
  min-height: 40px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  background: linear-gradient(90deg, #f97316 0%, #ea580c 100%);
  box-shadow: 0 0 20px rgba(251, 146, 60, .32);
}

body.home-page .main-menu-three__btn-box .thm-btn span {
  display: none;
}

body.home-page .main-menu .mobile-nav__toggler {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(var(--itzone-white-rgb), .10);
  border: 1px solid rgba(var(--itzone-white-rgb), .10);
  color: var(--itzone-white);
}

body.home-page .stricky-header.main-menu-three {
  background: rgba(3, 10, 24, .88);
  border-bottom: 1px solid rgba(var(--itzone-white-rgb), .08);
  backdrop-filter: blur(14px);
}

body.home-page .stricky-header.main-menu-three .main-menu-three__wrapper {
  padding: 0;
}

body.home-page .hero-bg-slider {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 68%, rgba(249, 115, 22, .20) 0%, rgba(249, 115, 22, 0) 22%),
    linear-gradient(135deg, #16274f 0%, #1b2e5b 56%, #2a457d 100%);
}

body.home-page .hero-bg-slider::before {
  inset: 0;
  width: auto;
  height: auto;
  right: auto;
  top: auto;
  border-radius: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(251, 146, 60, .50) 0 1px, transparent 2px),
    radial-gradient(circle at 22% 74%, rgba(251, 146, 60, .42) 0 1px, transparent 2px),
    radial-gradient(circle at 36% 48%, rgba(251, 146, 60, .38) 0 1px, transparent 2px),
    radial-gradient(circle at 58% 82%, rgba(251, 146, 60, .32) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 24%, rgba(251, 146, 60, .44) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 62%, rgba(251, 146, 60, .36) 0 1px, transparent 2px);
  opacity: .55;
  animation: none;
}

body.home-page .hero-bg-slider::after {
  width: 520px;
  height: 520px;
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(249, 115, 22, .28) 0%, rgba(249, 115, 22, 0) 72%);
  filter: blur(12px);
}

body.home-page .hero-bg-slider__item,
body.home-page .hero-bg-slider .owl-stage-outer,
body.home-page .hero-bg-slider .owl-stage,
body.home-page .hero-bg-slider .owl-item {
  min-height: var(--hero-slide-height);
  height: var(--hero-slide-height);
}

body.home-page .hero-bg-slider__item::before,
body.home-page .hero-bg-slider__item::after {
  display: none;
}

body.home-page .hero-bg-slider__bg {
  background-image: none !important;
  opacity: 0;
}

body.home-page .hero-bg-slider__bg::after {
  display: none;
}

body.home-page .hero-bg-slider__overlay {
  background:
    linear-gradient(90deg,
      rgba(3, 10, 24, .64) 0%,
      rgba(3, 10, 24, .42) 38%,
      rgba(3, 10, 24, .18) 62%,
      rgba(3, 10, 24, .08) 100%);
}

body.home-page .hero-bg-slider .container {
  max-width: 100%;
  padding-right: 48px;
  padding-left: 48px;
}

body.home-page .hero-bg-slider__item .container {
  height: 100%;
}

body.home-page .main-slider__carousel {
  min-height: inherit;
}

body.home-page .main-slider__carousel>.hero-bg-slider__item {
  display: flex;
}

body.home-page .main-slider__carousel>.hero-bg-slider__item+.hero-bg-slider__item {
  display: none;
}

body.home-page .main-slider__carousel.owl-loaded>.hero-bg-slider__item {
  display: block;
}

body.home-page .main-slider__carousel.owl-loaded>.hero-bg-slider__item+.hero-bg-slider__item {
  display: block;
}

body.home-page .hero-bg-slider__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(520px, .98fr);
  gap: 28px;
  align-items: center;
  min-height: var(--hero-slide-height);
}

body.home-page .hero-bg-slider__content {
  max-width: 660px;
  padding: 108px 0 72px;
}

body.home-page .hero-bg-slider__content>* {
  opacity: 1;
  transform: none;
  transition: none;
}

body.home-page .hero-bg-slider__content::before {
  display: none;
}

body.home-page .hero-bg-slider__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(249, 115, 22, .12);
  border: 1px solid rgba(249, 115, 22, .22);
  color: #ea580c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 16px;
}

body.home-page .hero-bg-slider__eyebrow span {
  font-size: 11px;
}

body.home-page .hero-bg-slider__title {
  margin-bottom: 16px;
  color: var(--itzone-white);
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 1em;
  letter-spacing: -.04em;
  font-weight: 900;
}

body.home-page .hero-bg-slider__title span {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, #ea580c 0%, #f97316 45%, #ea580c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: none;
}

body.home-page .hero-bg-slider__text {
  max-width: 580px;
  color: #d1d5db;
  font-size: 17px;
  line-height: 1.65;
}

body.home-page .hero-bg-slider__btn-box {
  margin-top: 24px;
  gap: 14px;
}

body.home-page .hero-bg-slider__btn-box .thm-btn {
  padding: 15px 24px 13px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 0 24px rgba(251, 146, 60, .24);
}

body.home-page .hero-bg-slider__btn-two.thm-btn {
  background: transparent;
  border: 2px solid rgba(249, 115, 22, .86);
  color: #ea580c;
  box-shadow: none;
}

body.home-page .hero-bg-slider__btn-two.thm-btn:hover {
  background: rgba(249, 115, 22, .08);
}

body.home-page .hero-bg-slider__stats {
  gap: 22px;
  align-items: center;
  margin-top: 28px;
}

body.home-page .hero-bg-slider__stats li {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

body.home-page .hero-bg-slider__stats li:not(:last-child) {
  padding-right: 22px;
  border-right: 1px solid rgba(var(--itzone-white-rgb), .18);
}

body.home-page .hero-bg-slider__stats li h4 {
  margin-bottom: 4px;
  color: transparent;
  background: linear-gradient(90deg, #ea580c 0%, #ea580c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 30px;
  font-weight: 900;
}

body.home-page .hero-bg-slider__stats li p {
  color: #9ca3af;
  font-size: 11px;
  line-height: 1.45;
  text-transform: none;
}

body.home-page .hero-bg-slider__visual {
  position: relative;
  width: 100%;
  height: 600px;
  justify-self: end;
}

body.home-page .hero-bg-slider__visual::before {
  content: "";
  position: absolute;
  inset: 60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249, 115, 22, .16) 0%, rgba(27, 46, 91, .14) 36%, rgba(27, 46, 91, 0) 72%);
  filter: blur(44px);
}

body.home-page .hero-bg-slider__ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(249, 115, 22, .24);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.home-page .hero-bg-slider__ring--one {
  width: 360px;
  height: 360px;
  animation: heroRotate 20s linear infinite;
}

body.home-page .hero-bg-slider__ring--two {
  width: 280px;
  height: 280px;
  border-color: rgba(255, 255, 255, .18);
  box-shadow: 0 0 18px rgba(255, 255, 255, .06);
  animation: heroRotateReverse 16s linear infinite;
}

body.home-page .hero-bg-slider__node,
body.home-page .hero-bg-slider__core {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(15, 23, 42, .94) 0%, rgba(2, 6, 23, .96) 100%);
  border: 1px solid rgba(249, 115, 22, .22);
  box-shadow: 0 0 22px rgba(251, 146, 60, .16);
}

body.home-page .hero-bg-slider__node::before,
body.home-page .hero-bg-slider__core::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(249, 115, 22, .24) 0%, rgba(249, 115, 22, .08) 32%, rgba(249, 115, 22, 0) 72%);
  filter: blur(12px);
  z-index: -2;
}

body.home-page .hero-bg-slider__node::after,
body.home-page .hero-bg-slider__core::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 44px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(249, 115, 22, .40) 0%, rgba(249, 115, 22, .18) 52%, rgba(249, 115, 22, 0) 100%);
  filter: blur(10px);
  z-index: -1;
}

body.home-page .hero-bg-slider__node {
  width: 82px;
  height: 82px;
}

body.home-page .hero-bg-slider__node i {
  color: #ea580c;
  font-size: 30px;
}

body.home-page .hero-bg-slider__node--one {
  top: 112px;
  left: 120px;
  animation: heroFloat 7s ease-in-out infinite;
}

body.home-page .hero-bg-slider__node--two {
  top: 188px;
  right: 86px;
  animation: heroFloat 8s ease-in-out infinite 1.4s;
}

body.home-page .hero-bg-slider__node--three {
  bottom: 176px;
  left: 132px;
  animation: heroFloat 7.6s ease-in-out infinite .8s;
}

body.home-page .hero-bg-slider__node--four {
  bottom: 92px;
  right: 98px;
  animation: heroFloat 8.4s ease-in-out infinite 1.8s;
}

body.home-page .hero-bg-slider__core {
  top: 50%;
  left: 50%;
  width: 132px;
  height: 132px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(180deg, #ea580c 0%, #ea580c 100%);
  box-shadow: 0 0 42px rgba(251, 146, 60, .34);
}

body.home-page .hero-bg-slider__core::before {
  inset: -28px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249, 115, 22, .38) 0%, rgba(249, 115, 22, .18) 34%, rgba(249, 115, 22, 0) 72%);
  filter: blur(20px);
}

body.home-page .hero-bg-slider__core::after {
  bottom: 18px;
  width: 78px;
  height: 28px;
  background: radial-gradient(circle, rgba(249, 115, 22, .52) 0%, rgba(249, 115, 22, .24) 48%, rgba(249, 115, 22, 0) 100%);
}

body.home-page .hero-bg-slider__core i {
  color: var(--itzone-white);
  font-size: 54px;
}

body.home-page .hero-bg-slider .owl-theme .owl-nav {
  display: none !important;
}

body.home-page .hero-bg-slider .owl-theme .owl-dots {
  display: inline-flex !important;
}

body.home-page .services-two {
  padding: 108px 0 36px;
  background: #fff;
}

body.home-page .services-two::before {
  background:
    radial-gradient(circle at 20% 4%, rgba(249, 115, 22, .08) 0%, rgba(249, 115, 22, 0) 28%),
    radial-gradient(circle at 100% 24%, rgba(27, 46, 91, .12) 0%, rgba(27, 46, 91, 0) 24%);
}

body.home-page .services-two__carousel .owl-stage-outer {
  overflow: hidden;
  padding: 0 0 28px;
}

body.home-page .services-two__single {
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(27, 46, 91, .98) 0%, rgba(42, 69, 125, .98) 100%);
  border: 1px solid rgba(74, 97, 148, .48);
  box-shadow: none;
}

body.home-page .services-two__single::before {
  height: 0;
}

body.home-page .services-two__single::after {
  display: none;
}

body.home-page .services-two__single:hover {
  transform: translateY(-8px);
  border-color: rgba(249, 115, 22, .48);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .18);
}

body.home-page .services-two__img-box {
  display: none;
}

body.home-page .services-two__content {
  padding: 34px 30px 30px;
  text-align: left;
}

body.home-page .services-two__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 22px;
  border-radius: 16px;
  color: var(--itzone-white);
  background: linear-gradient(180deg, #ea580c 0%, #ea580c 100%);
  box-shadow: 0 0 22px rgba(251, 146, 60, .22);
}

body.home-page .services-two__badge i {
  font-size: 26px;
}

body.home-page .services-two__title {
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1.14;
}

body.home-page .services-two__title a {
  color: var(--itzone-white);
}

body.home-page .services-two__title a:hover {
  color: #ea580c;
}

body.home-page .services-two__text {
  color: #9ca3af;
  font-size: 16px;
  line-height: 1.75;
  min-height: 84px;
  margin-bottom: 0;
}

body.home-page .services-two__cta {
  margin-top: 14px;
}

body.home-page .services-two__cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ea580c;
  font-size: 15px;
  font-weight: 700;
}

body.home-page .services-two__cta a:hover {
  color: #fdba74;
}

body.home-page .services-two__cta span {
  font-size: 13px;
  transition: transform 300ms ease;
}

body.home-page .services-two__single:hover .services-two__cta span {
  transform: translateX(4px);
}

body.home-page .counter-two {
  padding-top: 8px;
}

body.home-page .counter-two .container {
  background: linear-gradient(135deg, #0f172a 0%, #172554 60%, #0f172a 100%);
}

body.home-page .counter-two__icon {
  background: rgba(var(--itzone-white-rgb), .08);
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -14px, 0);
  }
}

@keyframes heroRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes heroRotateReverse {
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

/*--------------------------------------------------------------
# Unified Global Nav
--------------------------------------------------------------*/
body.site-nav-unified {
  overflow-x: hidden;
}

body.site-nav-unified .main-header-three {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 91;
}

body.site-nav-unified .main-menu-three__wrapper,
body.site-nav-unified .stricky-header.main-menu-three .main-menu-three__wrapper {
  padding: 0;
}

body.site-nav-unified .main-menu-three__wrapper:before {
  display: none;
}

body.site-nav-unified .main-menu-three__wrapper-inner,
body.site-nav-unified .stricky-header.main-menu-three .main-menu-three__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  min-height: 72px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body.site-nav-unified .main-menu-three__wrapper-inner::after,
body.site-nav-unified .stricky-header.main-menu-three .main-menu-three__wrapper-inner::after {
  display: none;
}

body.site-nav-unified .main-menu-three__logo {
  padding: 0;
}

body.site-nav-unified .main-menu-three__logo a,
body.site-nav-unified .main-menu__list a,
body.site-nav-unified .services-two__title a,
body.site-nav-unified .services-two__cta a {
  text-decoration: none !important;
}

body.site-nav-unified .main-menu-three__logo a {
  display: inline-flex;
  align-items: center;
}

body.site-nav-unified .main-menu-three__logo a img {
  width: auto;
  height: 28px !important;
}

body.site-nav-unified .main-menu-three__left {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

body.site-nav-unified .main-menu-three__main-menu-box {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  margin-left: auto;
}

body.site-nav-unified .main-menu-three__right {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 0;
  padding: 0;
  margin-left: 32px;
}

body.site-nav-unified .main-menu-three .main-menu__list,
body.site-nav-unified .stricky-header.main-menu-three .main-menu__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}

body.site-nav-unified .main-menu-three .main-menu__list>li,
body.site-nav-unified .stricky-header.main-menu-three .main-menu__list>li {
  padding: 0;
}

body.site-nav-unified .main-menu-three .main-menu__list>li+li,
body.site-nav-unified .stricky-header.main-menu-three .main-menu__list>li+li {
  margin-left: 0;
}

body.site-nav-unified .main-menu-three .main-menu__list>li>a,
body.site-nav-unified .stricky-header.main-menu-three .main-menu__list>li>a {
  display: inline-flex;
  align-items: center;
  min-height: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: rgba(var(--itzone-white-rgb), .80);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

body.site-nav-unified .main-menu-three .main-menu__list>li.dropdown>a,
body.site-nav-unified .stricky-header.main-menu-three .main-menu__list>li.dropdown>a {
  gap: 8px;
  padding-right: 0;
}

body.site-nav-unified .main-menu .main-menu__list>li>a::before,
body.site-nav-unified .stricky-header .main-menu__list>li>a::before,
body.site-nav-unified .main-menu-three .main-menu__list>li:not(.dropdown)>a::after,
body.site-nav-unified .stricky-header.main-menu-three .main-menu__list>li:not(.dropdown)>a::after {
  display: none;
}

body.site-nav-unified .main-menu-three .main-menu__list>li.dropdown>a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  position: static;
  color: rgba(var(--itzone-white-rgb), .72);
  font-size: 11px;
  line-height: 1;
  transform: none;
  transition: transform 300ms ease, color 300ms ease;
}

body.site-nav-unified .main-menu-three .main-menu__list>li.current>a,
body.site-nav-unified .main-menu-three .main-menu__list>li:hover>a,
body.site-nav-unified .stricky-header.main-menu-three .main-menu__list>li.current>a,
body.site-nav-unified .stricky-header.main-menu-three .main-menu__list>li:hover>a {
  color: #ea580c;
  background: transparent;
}

body.site-nav-unified .main-menu-three .main-menu__list>li.current>a:after,
body.site-nav-unified .main-menu-three .main-menu__list>li:hover>a:after,
body.site-nav-unified .stricky-header.main-menu-three .main-menu__list>li.current>a:after,
body.site-nav-unified .stricky-header.main-menu-three .main-menu__list>li:hover>a:after {
  color: #ea580c;
}

body.site-nav-unified .main-menu-three .main-menu__list>li.dropdown:hover>a:after,
body.site-nav-unified .stricky-header.main-menu-three .main-menu__list>li.dropdown:hover>a:after {
  transform: rotate(180deg);
}

body.site-nav-unified .main-menu__list>li>ul,
body.site-nav-unified .stricky-header .main-menu__list>li>ul {
  top: calc(100% + 16px);
  min-width: 250px;
  padding: 10px;
  border: 1px solid rgba(var(--itzone-black-rgb), .08);
  border-radius: 18px;
  background: rgba(var(--itzone-white-rgb), .98);
  box-shadow: 0 28px 64px rgba(var(--itzone-black-rgb), .16);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(.98);
  transform-origin: top center;
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
}

body.site-nav-unified .main-menu__list>li>ul>li>ul,
body.site-nav-unified .stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: calc(100% + 12px);
  transform: translateY(0) scale(.98);
  transform-origin: top left;
}

body.site-nav-unified .main-menu__list>li:hover>ul,
body.site-nav-unified .main-menu__list>li>ul>li:hover>ul,
body.site-nav-unified .stricky-header .main-menu__list>li:hover>ul,
body.site-nav-unified .stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

body.site-nav-unified .main-menu__list>li>ul>li+li,
body.site-nav-unified .main-menu__list>li>ul>li>ul>li+li,
body.site-nav-unified .stricky-header .main-menu__list>li>ul>li+li,
body.site-nav-unified .stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: 0;
}

body.site-nav-unified .main-menu__list>li>ul>li>a,
body.site-nav-unified .main-menu__list>li>ul>li>ul>li>a,
body.site-nav-unified .stricky-header .main-menu__list>li>ul>li>a,
body.site-nav-unified .stricky-header .main-menu__list>li>ul>li>ul>li>a {
  display: block;
  width: 100%;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: #0d1626;
  transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

body.site-nav-unified .main-menu__list>li>ul>li>a::before,
body.site-nav-unified .main-menu__list>li>ul>li>ul>li>a::before,
body.site-nav-unified .stricky-header .main-menu__list>li>ul>li>a::before,
body.site-nav-unified .stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
  display: none;
}

body.site-nav-unified .main-menu__list>li>ul>li:hover>a,
body.site-nav-unified .main-menu__list>li>ul>li>ul>li:hover>a,
body.site-nav-unified .stricky-header .main-menu__list>li>ul>li:hover>a,
body.site-nav-unified .stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  color: var(--itzone-base);
  background-color: rgba(var(--itzone-base-rgb), .06);
  transform: translateX(4px);
  padding-left: 16px;
}

body.site-nav-unified .main-menu-three__btn-box .thm-btn {
  min-height: 40px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  background: linear-gradient(90deg, #f97316 0%, #ea580c 100%);
  box-shadow: 0 0 20px rgba(251, 146, 60, .32);
}

body.site-nav-unified .main-menu-three__btn-box .thm-btn span {
  display: none;
}

body.site-nav-unified .main-menu .mobile-nav__toggler {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(var(--itzone-white-rgb), .10);
  border: 1px solid rgba(var(--itzone-white-rgb), .10);
  color: var(--itzone-white);
}

body.site-nav-unified .stricky-header.main-menu-three {
  background: rgba(var(--itzone-white-rgb), .98);
  border-bottom: 1px solid rgba(var(--itzone-black-rgb), .08);
  box-shadow: 0 10px 34px rgba(var(--itzone-black-rgb), .10);
  backdrop-filter: blur(18px);
}

body.site-nav-unified .stricky-header.main-menu-three .main-menu__list>li>a {
  color: #0c1422;
}

body.site-nav-unified .stricky-header.main-menu-three .main-menu__list>li.dropdown>a:after {
  color: rgba(var(--itzone-black-rgb), .64);
}

body.site-nav-unified .stricky-header.main-menu-three .mobile-nav__toggler {
  background-color: rgba(var(--itzone-base-rgb), .10);
  border-color: transparent;
  color: var(--itzone-base);
}

body.site-nav-unified.home-page .hero-bg-slider__content>* {
  opacity: 0;
  transform: translate3d(-54px, 0, 0);
  transition: opacity 760ms ease, transform 960ms cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

body.site-nav-unified.home-page .hero-bg-slider__visual {
  opacity: 0;
  transform: translate3d(72px, 0, 0) scale(calc(var(--hero-visual-scale, 1) - .06));
  transition: opacity 900ms ease, transform 1100ms cubic-bezier(.22, 1, .36, 1);
  transition-delay: 240ms;
  will-change: opacity, transform;
}

body.site-nav-unified.home-page .hero-bg-slider,
body.site-nav-unified.home-page .hero-bg-slider__item,
body.site-nav-unified.home-page .hero-bg-slider .owl-stage-outer,
body.site-nav-unified.home-page .hero-bg-slider .owl-stage,
body.site-nav-unified.home-page .hero-bg-slider .owl-item,
body.site-nav-unified.home-page .hero-bg-slider__inner {
  min-height: var(--hero-slide-height);
  height: var(--hero-slide-height);
}

body.site-nav-unified.home-page .hero-bg-slider__content {
  max-width: 620px;
  padding: 96px 0 48px;
}

body.site-nav-unified.home-page .hero-bg-slider__eyebrow {
  margin-bottom: 16px;
}

body.site-nav-unified.home-page .hero-bg-slider__title {
  margin-bottom: 12px;
}

body.site-nav-unified.home-page .hero-bg-slider__text {
  max-width: 580px;
  line-height: 1.62;
}

body.site-nav-unified.home-page .hero-bg-slider__btn-box {
  margin-top: 22px;
}

body.site-nav-unified.home-page .hero-bg-slider__stats {
  margin-top: 24px;
}

body.site-nav-unified.home-page .hero-bg-slider__content>*:nth-child(1) {
  transform: translate3d(-28px, 0, 0);
}

body.site-nav-unified.home-page .hero-bg-slider__content>*:nth-child(2) {
  transform: translate3d(-48px, 0, 0);
}

body.site-nav-unified.home-page .hero-bg-slider__content>*:nth-child(3) {
  transform: translate3d(-68px, 0, 0);
}

body.site-nav-unified.home-page .hero-bg-slider__content>*:nth-child(4) {
  transform: translate3d(-82px, 0, 0);
}

body.site-nav-unified.home-page .hero-bg-slider__content>*:nth-child(5) {
  transform: translate3d(-96px, 0, 0);
}

body.site-nav-unified.home-page .hero-bg-slider .owl-item.active .hero-bg-slider__content>* {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.site-nav-unified.home-page .hero-bg-slider .owl-item.active .hero-bg-slider__content>*:nth-child(1) {
  transition-delay: 160ms;
}

body.site-nav-unified.home-page .hero-bg-slider .owl-item.active .hero-bg-slider__content>*:nth-child(2) {
  transition-delay: 280ms;
}

body.site-nav-unified.home-page .hero-bg-slider .owl-item.active .hero-bg-slider__content>*:nth-child(3) {
  transition-delay: 400ms;
}

body.site-nav-unified.home-page .hero-bg-slider .owl-item.active .hero-bg-slider__content>*:nth-child(4) {
  transition-delay: 520ms;
}

body.site-nav-unified.home-page .hero-bg-slider .owl-item.active .hero-bg-slider__content>*:nth-child(5) {
  transition-delay: 640ms;
}

body.site-nav-unified.home-page .hero-bg-slider .owl-item.active .hero-bg-slider__visual {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(var(--hero-visual-scale, 1));
}

body.site-nav-unified.home-page .main-slider__carousel:not(.owl-loaded)>.hero-bg-slider__item:first-child .hero-bg-slider__content>*,
body.site-nav-unified.home-page .main-slider__carousel:not(.owl-loaded)>.hero-bg-slider__item:first-child .hero-bg-slider__visual {
  opacity: 1;
  transform: none;
  transition: none;
}

:root {
  --winpro-surface: #ffffff;
  --winpro-surface-soft: #f7f9fc;
  --winpro-line: rgba(var(--itzone-black-rgb), .08);
  --winpro-shadow: 0 24px 60px rgba(var(--itzone-black-rgb), .08);
  --winpro-navy: #1b2e5b;
  --winpro-navy-soft: #2a457d;
}

/*--------------------------------------------------------------
# Inner Page Reference Match
--------------------------------------------------------------*/
body.site-nav-unified:not(.home-page) .page-header {
  background: linear-gradient(135deg, #16274f 0%, var(--winpro-navy) 62%, var(--winpro-navy-soft) 100%);
}

body.site-nav-unified:not(.home-page) .page-header__bg {
  opacity: .18;
  mix-blend-mode: screen;
}

body.site-nav-unified:not(.home-page) .page-header__inner h3 {
  font-weight: 900;
  letter-spacing: -.04em;
}

body.site-nav-unified:not(.home-page) .section-title__tagline {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.site-nav-unified:not(.home-page) .page-header__inner h3,
body.site-nav-unified:not(.home-page) .service-details__title-1,
body.site-nav-unified:not(.home-page) .service-doc-section h4,
body.site-nav-unified:not(.home-page) .service-content h3 {
  font-family: var(--itzone-font-two);
}

body.site-nav-unified:not(.home-page) .thm-breadcrumb li,
body.site-nav-unified:not(.home-page) .thm-breadcrumb li a,
body.site-nav-unified:not(.home-page) .service-details__text-2,
body.site-nav-unified:not(.home-page) .service-content p,
body.site-nav-unified:not(.home-page) .service-doc-list li,
body.site-nav-unified:not(.home-page) .service-points li,
body.site-nav-unified:not(.home-page) .about-three__text,
body.site-nav-unified:not(.home-page) .about-two__text-1,
body.site-nav-unified:not(.home-page) .contact-three__text,
body.site-nav-unified:not(.home-page) .mv-content p {
  font-family: var(--itzone-font);
}

body.site-nav-unified:not(.home-page) .section-title__title {
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

body.site-nav-unified:not(.home-page) .section-title__title span {
  color: var(--itzone-base);
}

body.site-nav-unified:not(.home-page) .services-alt,
body.site-nav-unified:not(.home-page) .service-details,
body.site-nav-unified:not(.home-page) .contact-three {
  background: linear-gradient(180deg, rgba(var(--itzone-extra-rgb), .62) 0%, rgba(var(--itzone-white-rgb), 1) 68%);
}

body.site-nav-unified:not(.home-page) .about-three,
body.site-nav-unified:not(.home-page) .about-two {
  background-color: var(--winpro-surface);
}

body.site-nav-unified:not(.home-page) .about-three__img-box,
body.site-nav-unified:not(.home-page) .contact-one__right,
body.site-nav-unified:not(.home-page) .service-details__content,
body.site-nav-unified:not(.home-page) .service-content,
body.site-nav-unified:not(.home-page) .contact-three__contact-list li {
  background: var(--winpro-surface);
  border: 1px solid var(--winpro-line);
  box-shadow: var(--winpro-shadow);
}

body.site-nav-unified:not(.home-page) .about-three__img-box,
body.site-nav-unified:not(.home-page) .contact-one__right,
body.site-nav-unified:not(.home-page) .service-details__content,
body.site-nav-unified:not(.home-page) .service-content {
  border-radius: 28px;
}

body.site-nav-unified:not(.home-page) .service-details__img,
body.site-nav-unified:not(.home-page) .service-details__img img,
body.site-nav-unified:not(.home-page) .service-image img {
  border-radius: 22px;
}

body.site-nav-unified:not(.home-page) p,
body.site-nav-unified:not(.home-page) .about-three__text,
body.site-nav-unified:not(.home-page) .about-two__text-1,
body.site-nav-unified:not(.home-page) .contact-three__text,
body.site-nav-unified:not(.home-page) .service-details__text-2,
body.site-nav-unified:not(.home-page) .service-content p,
body.site-nav-unified:not(.home-page) .mv-content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
}

body.site-nav-unified:not(.home-page) .service-details__title-1,
body.site-nav-unified:not(.home-page) .service-content h3,
body.site-nav-unified:not(.home-page) .contact-three__contact-list li .content p,
body.site-nav-unified:not(.home-page) .service-doc-section h4 {
  color: #0f172a;
}

body.site-nav-unified:not(.home-page) .service-details__title-1 {
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 800;
  letter-spacing: -.03em;
}

body.site-nav-unified:not(.home-page) .service-doc-section {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--winpro-line);
}

body.site-nav-unified:not(.home-page) .service-doc-section h4 {
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.35;
}

body.site-nav-unified:not(.home-page) .about-three__btn,
body.site-nav-unified:not(.home-page) .contact-one__btn-box .thm-btn {
  box-shadow: 0 18px 40px rgba(var(--itzone-base-rgb), .22);
}

body.site-nav-unified:not(.home-page) .services-alt {
  padding: 48px 0 80px;
}

body.site-nav-unified:not(.home-page) .service-card {
  margin-bottom: 32px;
  scroll-margin-top: 120px;
}

body.site-nav-unified:not(.home-page) .service-content,
body.site-nav-unified:not(.home-page) .service-image {
  width: 100%;
  height: 100%;
}

body.site-nav-unified:not(.home-page) .service-content {
  padding: 42px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 300ms ease, box-shadow 300ms ease;
}

body.site-nav-unified:not(.home-page) .service-content:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 68px rgba(var(--itzone-black-rgb), .10);
}

body.site-nav-unified:not(.home-page) .service-content h3 {
  margin-bottom: 14px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.03em;
}

body.site-nav-unified:not(.home-page) .service-points {
  list-style: none;
  padding: 0;
  margin-top: 6px;
}

body.site-nav-unified:not(.home-page) .service-points li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  color: #334155;
  font-size: 16px;
  line-height: 1.7;
}

body.site-nav-unified:not(.home-page) .service-points li span {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ea580c 0%, #ea580c 100%);
  color: var(--itzone-white);
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.site-nav-unified:not(.home-page) .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid var(--winpro-line);
  transition: transform 300ms ease;
}

body.site-nav-unified:not(.home-page) .service-image img:hover {
  transform: scale(1.02);
}

body.site-nav-unified:not(.home-page) .contact-three {
  padding: 120px 0 80px;
}

body.site-nav-unified:not(.home-page) .contact-three__bg-color {
  top: 80px;
  width: min(44vw, 620px);
  background: linear-gradient(180deg, #16274f 0%, var(--winpro-navy-soft) 100%);
  opacity: .96;
}

body.site-nav-unified:not(.home-page) .contact-three__sliding-text-title {
  background: linear-gradient(180deg, rgba(14, 37, 78, .12) 0%, rgba(14, 37, 78, 0) 72%);
  -webkit-background-clip: text;
  background-clip: text;
}

body.site-nav-unified:not(.home-page) .contact-three__contact-list li {
  padding: 20px 22px 18px;
  border-radius: 22px;
}

body.site-nav-unified:not(.home-page) .contact-three__contact-list li .icon {
  border-radius: 16px;
}

/*--------------------------------------------------------------
# Homepage Final Match
--------------------------------------------------------------*/
body.site-nav-unified.home-page,
body.site-nav-unified.home-page .page-wrapper {
  background: linear-gradient(90deg, #16274f 0%, var(--winpro-navy) 52%, #243d73 100%);
}

body.site-nav-unified.home-page .about-three,
body.site-nav-unified.home-page .services-two,
body.site-nav-unified.home-page .why-choose-section,
body.site-nav-unified.home-page .testimonial-one {
  background: transparent;
}

body.site-nav-unified.home-page .about-three .section-title__title,
body.site-nav-unified.home-page .services-two .section-title__title,
body.site-nav-unified.home-page .why-choose-section .section-title__title {
  color: var(--itzone-white);
}

body.site-nav-unified.home-page .about-three .section-title__title span,
body.site-nav-unified.home-page .services-two .section-title__title span,
body.site-nav-unified.home-page .why-choose-section .section-title__title span {
  color: #f36f21;
}

body.site-nav-unified.home-page .about-three__text,
body.site-nav-unified.home-page .about-two__text-1,
body.site-nav-unified.home-page .about-two__points li p {
  color: rgba(var(--itzone-white-rgb), .74);
}

body.site-nav-unified.home-page .about-three__img-box,
body.site-nav-unified.home-page .about-two__img-box {
  background: linear-gradient(180deg, rgba(27, 46, 91, .96) 0%, rgba(42, 69, 125, .96) 100%);
  border: 1px solid rgba(var(--itzone-white-rgb), .08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
}

body.site-nav-unified.home-page .about-two__img,
body.site-nav-unified.home-page .about-two__img img,
body.site-nav-unified.home-page .about-two__img-2 img {
  border-radius: 26px;
}

body.site-nav-unified.home-page .services-two {
  padding: 108px 0 52px;
}

body.site-nav-unified.home-page .services-two::before {
  background:
    radial-gradient(circle at 8% 6%, rgba(249, 115, 22, .12) 0%, rgba(249, 115, 22, 0) 30%),
    radial-gradient(circle at 100% 18%, rgba(27, 46, 91, .18) 0%, rgba(27, 46, 91, 0) 28%);
}

body.site-nav-unified.home-page .services-two__grid {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

body.site-nav-unified.home-page .services-two__grid>[class*="col-"] {
  display: flex;
}

body.site-nav-unified.home-page .services-two__single {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

body.site-nav-unified.home-page .services-two__content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body.site-nav-unified.home-page .services-two__text {
  min-height: 0;
  flex: 1 1 auto;
}

body.site-nav-unified.home-page .services-two__cta {
  margin-top: 18px;
}

body.site-nav-unified.home-page .services-two__shape-1 {
  opacity: .42;
}

body.site-nav-unified.home-page .services-two__shape-2 {
  opacity: .05;
}

/*--------------------------------------------------------------
# Homepage Flat Sections
--------------------------------------------------------------*/
body.site-nav-unified.home-page .services-two,
body.site-nav-unified.home-page .why-choose-section,
body.site-nav-unified.home-page .site-footer-three,
body.site-nav-unified.home-page .site-footer-three__bottom {
  background: transparent !important;
}

body.site-nav-unified.home-page .services-two {
  padding: 88px 0 44px;
}

body.site-nav-unified.home-page .why-choose-section {
  margin: 0;
  padding: 56px 0 92px;
  border-top: 0;
  border-bottom: 0;
}

.site-nav-unified.home-page .partner-marquee {
  padding: 0 0 96px;
  background: transparent !important;
}

.site-nav-unified.home-page .partner-marquee__header {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.site-nav-unified.home-page .partner-marquee__title {
  position: relative;
  margin: 0;
  padding: 0 0 10px;
  color: var(--itzone-white);
  font-family: var(--itzone-font-two);
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.02em;
}

.site-nav-unified.home-page .partner-marquee__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 110px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--itzone-base-rgb), .15) 0%, rgba(var(--itzone-base-rgb), 1) 50%, rgba(var(--itzone-base-rgb), .15) 100%);
  transform: translateX(-50%);
}

.site-nav-unified.home-page .partner-marquee__slider-wrap {
  position: relative;
  padding: 6px 86px 6px 0;
  overflow: hidden;
  background: transparent;
}

.site-nav-unified.home-page .partner-marquee__carousel {
  position: relative;
  width: 100%;
}

.site-nav-unified.home-page .partner-marquee__carousel .owl-item {
  display: flex;
  align-items: stretch;
}

.site-nav-unified.home-page .partner-marquee__carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.site-nav-unified.home-page .partner-marquee__carousel .owl-stage-outer {
  overflow: hidden;
}

.site-nav-unified.home-page .partner-marquee__slide {
  display: flex;
  height: 100%;
  padding: 6px 12px;
  width: 100%;
}

.site-nav-unified.home-page .partner-marquee__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 102px;
  height: 100%;
  padding: 18px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(var(--itzone-white-rgb), .98) 0%, rgba(243, 248, 255, .94) 100%);
  border: 1px solid rgba(var(--itzone-white-rgb), .55);
  box-shadow: 0 18px 40px rgba(4, 16, 45, .14);
  transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.site-nav-unified.home-page .partner-marquee__logo:hover {
  border-color: rgba(var(--itzone-base-rgb), .45);
  box-shadow: 0 22px 48px rgba(4, 16, 45, .18);
  transform: translateY(-2px);
}

.site-nav-unified.home-page .partner-marquee__logo-image {
  display: block;
  width: auto;
  height: auto;
  max-width: min(100%, 250px);
  max-height: clamp(34px, 4.4vw, 56px);
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .site-nav-unified.home-page .partner-marquee {
    padding-bottom: 72px;
  }

  .site-nav-unified.home-page .partner-marquee__header {
    margin-bottom: 18px;
  }

  .site-nav-unified.home-page .partner-marquee__slider-wrap {
    padding-right: 0;
  }

  .site-nav-unified.home-page .partner-marquee__slide {
    padding: 6px 8px;
  }

  .site-nav-unified.home-page .partner-marquee__logo {
    min-height: 90px;
    padding: 14px 16px;
    border-radius: 18px;
  }

  .site-nav-unified.home-page .partner-marquee__logo-image {
    max-width: min(100%, 210px);
    max-height: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .site-nav-unified.home-page .partner-marquee__slide {
    padding: 4px 6px;
  }

  .site-nav-unified.home-page .partner-marquee__logo {
    min-height: 82px;
    border-radius: 18px;
  }

  .site-nav-unified.home-page .partner-marquee__logo-image {
    max-width: min(100%, 170px);
    max-height: 30px;
  }
}

body.site-nav-unified.home-page .services-two::before,
body.site-nav-unified.home-page .site-footer-three::before {
  display: none;
}

body.site-nav-unified.home-page .services-two__shape-1,
body.site-nav-unified.home-page .services-two__shape-2,
body.site-nav-unified.home-page .about-two__shape-1,
body.site-nav-unified.home-page .about-two__shape-2,
body.site-nav-unified.home-page .about-two__shape-4,
body.site-nav-unified.home-page .site-footer-three__shape-bg {
  opacity: .06;
  mix-blend-mode: screen;
}

body.site-nav-unified.home-page .services-two__shape-1,
body.site-nav-unified.home-page .services-two__shape-2,
body.site-nav-unified.home-page .about-two__shape-1,
body.site-nav-unified.home-page .about-two__shape-2 {
  display: none;
}

body.site-nav-unified.home-page .services-two .section-title,
body.site-nav-unified.home-page .why-choose-section .section-title {
  margin-bottom: 42px;
}

body.site-nav-unified.home-page .services-two .section-title__tagline-box,
body.site-nav-unified.home-page .why-choose-section .section-title__tagline-box {
  background: rgba(var(--itzone-white-rgb), .08);
}

body.site-nav-unified.home-page .site-footer-three {
  margin-top: 0;
  padding-top: 12px;
}

body.site-nav-unified.home-page .site-footer-three__middle {
  padding-top: 8px;
}

body.site-nav-unified.home-page .site-footer-three__bottom {
  border-top: 1px solid rgba(var(--itzone-white-rgb), .08);
}

/*--------------------------------------------------------------
# Hero Slider Final Cleanup
--------------------------------------------------------------*/
body.site-nav-unified.home-page .hero-bg-slider {
  overflow: hidden;
  background: transparent !important;
}

body.site-nav-unified.home-page .hero-bg-slider::before {
  display: none;
  background: none;
}

body.site-nav-unified.home-page .hero-bg-slider::after {
  display: none;
  background: none;
}

body.site-nav-unified.home-page .hero-bg-slider__overlay {
  background: none;
}

body.site-nav-unified.home-page .hero-bg-slider .owl-item {
  z-index: 1;
}

body.site-nav-unified.home-page .hero-bg-slider .owl-item.active:not(.owl-animated-out) {
  z-index: 3;
}

body.site-nav-unified.home-page .hero-bg-slider__content>*,
body.site-nav-unified.home-page .hero-bg-slider__visual {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.site-nav-unified.home-page .hero-bg-slider__content>* {
  transform: translate3d(0, 22px, 0);
  transition: opacity 260ms ease, transform 420ms ease, visibility 0s linear 420ms;
}

body.site-nav-unified.home-page .hero-bg-slider__content>*:nth-child(1),
body.site-nav-unified.home-page .hero-bg-slider__content>*:nth-child(2),
body.site-nav-unified.home-page .hero-bg-slider__content>*:nth-child(3),
body.site-nav-unified.home-page .hero-bg-slider__content>*:nth-child(4),
body.site-nav-unified.home-page .hero-bg-slider__content>*:nth-child(5) {
  transition-delay: 0s;
}

body.site-nav-unified.home-page .hero-bg-slider__visual {
  transform: translate3d(32px, 0, 0) scale(calc(var(--hero-visual-scale, 1) - .04));
  transition: opacity 300ms ease, transform 460ms ease, visibility 0s linear 460ms;
}

body.site-nav-unified.home-page .hero-bg-slider .owl-item.active:not(.owl-animated-out) .hero-bg-slider__content>*,
body.site-nav-unified.home-page .hero-bg-slider .owl-item.active:not(.owl-animated-out) .hero-bg-slider__visual {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  transition-delay: 0s;
}

body.site-nav-unified.home-page .hero-bg-slider__eyebrow {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.site-nav-unified.home-page .hero-bg-slider .owl-item.owl-animated-out .hero-bg-slider__content>*,
body.site-nav-unified.home-page .hero-bg-slider .owl-item.owl-animated-out .hero-bg-slider__visual {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 160ms ease, transform 200ms ease, visibility 0s linear 160ms;
}

body.site-nav-unified.home-page .main-slider__carousel:not(.owl-loaded)>.hero-bg-slider__item:first-child .hero-bg-slider__content>*,
body.site-nav-unified.home-page .main-slider__carousel:not(.owl-loaded)>.hero-bg-slider__item:first-child .hero-bg-slider__visual {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  transition: none;
}

/*--------------------------------------------------------------
# Footer And Typography Final Match
--------------------------------------------------------------*/
body.site-nav-unified {
  color: #607086;
  font-family: var(--itzone-font);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.site-nav-unified h1,
body.site-nav-unified h2,
body.site-nav-unified h3,
body.site-nav-unified h4,
body.site-nav-unified h5,
body.site-nav-unified h6,
body.site-nav-unified .section-title__title,
body.site-nav-unified .page-header__inner h3,
body.site-nav-unified .service-details__title-1,
body.site-nav-unified .service-doc-section h4,
body.site-nav-unified .service-content h3,
body.site-nav-unified .footer-widget-three__title,
body.site-nav-unified .contact-one__input-title,
body.site-nav-unified .main-menu__list>li>a,
body.site-nav-unified .mobile-nav__content .main-menu__list>li>a,
body.site-nav-unified .thm-btn {
  font-family: var(--itzone-font-two);
}

body.site-nav-unified .section-title__tagline,
body.site-nav-unified .page-header .thm-breadcrumb li,
body.site-nav-unified .page-header .thm-breadcrumb li a,
body.site-nav-unified .contact-three__contact-list li span,
body.site-nav-unified .footer-widget-three__link li a,
body.site-nav-unified .site-footer-three__bottom-text,
body.site-nav-unified .footer-widget-three__contact li .content p,
body.site-nav-unified .footer-widget-three__about-text {
  font-family: var(--itzone-font);
}

body.site-nav-unified .section-title__tagline {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.site-nav-unified.home-page .section-title__title,
body.site-nav-unified:not(.home-page) .section-title__title {
  font-weight: 800;
}

body.site-nav-unified:not(.home-page) .page-header__inner h3 {
  font-size: clamp(40px, 5vw, 58px);
  line-height: .98;
}

body.site-nav-unified:not(.home-page) .thm-breadcrumb li,
body.site-nav-unified:not(.home-page) .thm-breadcrumb li a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body.site-nav-unified:not(.home-page) .service-details__content {
  padding: 10px 44px 44px;
}

body.site-nav-unified:not(.home-page) .service-details__title-1 {
  margin-top: 28px;
  margin-bottom: 14px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -.035em;
}

body.site-nav-unified:not(.home-page) .service-details__text-2,
body.site-nav-unified:not(.home-page) .service-content p,
body.site-nav-unified:not(.home-page) .about-three__text,
body.site-nav-unified:not(.home-page) .about-two__text-1,
body.site-nav-unified:not(.home-page) .contact-three__text,
body.site-nav-unified:not(.home-page) .mv-content p {
  font-size: 17px;
  line-height: 1.88;
  color: #607086;
}

body.site-nav-unified:not(.home-page) .service-doc-section {
  margin-top: 34px;
  padding-top: 26px;
}

body.site-nav-unified:not(.home-page) .service-doc-section h4 {
  margin-bottom: 12px;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -.025em;
}

body.site-nav-unified:not(.home-page) .service-content h3 {
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.12;
}

body.site-nav-unified:not(.home-page) .contact-one__input-title {
  margin-bottom: 10px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body.site-nav-unified:not(.home-page) .page-header__inner h3 {
  font-weight: 900;
  letter-spacing: -.04em;
}

body.site-nav-unified:not(.home-page) .section-title__title {
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: -.04em;
}

body.site-nav-unified:not(.home-page) .service-details__title-1 {
  font-size: clamp(36px, 4.2vw, 50px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -.04em;
}

body.site-nav-unified:not(.home-page) .service-details__text-2,
body.site-nav-unified:not(.home-page) .service-content p,
body.site-nav-unified:not(.home-page) .about-three__text,
body.site-nav-unified:not(.home-page) .about-two__text-1,
body.site-nav-unified:not(.home-page) .contact-three__text,
body.site-nav-unified:not(.home-page) .mv-content p {
  font-size: 18px;
  line-height: 1.9;
  font-weight: 500;
  color: #5b6c83;
}

body.site-nav-unified:not(.home-page) .service-doc-section h4 {
  font-size: clamp(25px, 2.5vw, 33px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -.03em;
}

body.site-nav-unified:not(.home-page) .service-content h3 {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -.035em;
}

body.site-nav-unified:not(.home-page) .mission-vision-tabs {
  padding: 6px;
  border-radius: 999px;
}

body.site-nav-unified:not(.home-page) .mv-tab {
  font-family: var(--itzone-font-two);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .03em;
}

body.site-nav-unified:not(.home-page) .mv-content {
  padding: 20px 22px;
}

body.site-nav-unified:not(.home-page) .about-two__points li {
  align-items: flex-start;
  gap: 12px;
}

body.site-nav-unified:not(.home-page) .about-two__points li+li {
  margin-top: 12px;
}

body.site-nav-unified:not(.home-page) .about-two__points li p,
body.site-nav-unified:not(.home-page) .service-doc-list li {
  font-size: 17px;
  line-height: 1.78;
  font-weight: 600;
  color: #223247;
}

body.site-nav-unified:not(.home-page) .about-three__experience-count-text {
  font-family: var(--itzone-font-two);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body.site-nav-unified:not(.home-page) .service-doc-list {
  margin-top: 18px;
}

body.site-nav-unified:not(.home-page) .service-doc-list li {
  padding-left: 36px;
  margin-bottom: 13px;
}

body.site-nav-unified .site-footer-three {
  position: relative;
  background:
    radial-gradient(circle at 12% 8%, rgba(249, 115, 22, .15) 0%, rgba(249, 115, 22, 0) 24%),
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, .18) 0%, rgba(37, 99, 235, 0) 28%),
    linear-gradient(180deg, #071120 0%, #09182f 56%, #050b16 100%);
}

body.site-nav-unified .site-footer-three::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(var(--itzone-white-rgb), .04) 0%, rgba(var(--itzone-white-rgb), 0) 38%),
    linear-gradient(315deg, rgba(var(--itzone-white-rgb), .03) 0%, rgba(var(--itzone-white-rgb), 0) 42%);
  pointer-events: none;
}

body.site-nav-unified .site-footer-three__shape-bg {
  opacity: .08;
  mix-blend-mode: screen;
}

body.site-nav-unified .site-footer-three__middle {
  padding: 28px 0 72px;
}

body.site-nav-unified .footer-widget-three__title-box {
  margin-bottom: 22px;
}

body.site-nav-unified .footer-widget-three__title {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -.025em;
}

body.site-nav-unified .footer-widget-three__about-text,
body.site-nav-unified .site-footer-three__bottom-text,
body.site-nav-unified .footer-widget-three__contact li .content p,
body.site-nav-unified .footer-widget-three__contact li .content p a {
  color: rgba(var(--itzone-white-rgb), .74);
  font-size: 16px;
  line-height: 1.85;
}

body.site-nav-unified .quick-links-center .footer-widget-three__link li a,
body.site-nav-unified .footer-widget-three__contact li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  backdrop-filter: none;
  transition: color 300ms ease;
}

body.site-nav-unified .quick-links-center .footer-widget-three__link li a {
  width: 100%;
  color: rgba(var(--itzone-white-rgb), .82);
  font-size: 16px;
  font-weight: 700;
}

body.site-nav-unified .quick-links-center .footer-widget-three__link li a:hover,
body.site-nav-unified .footer-widget-three__contact li:hover {
  transform: none;
  border-color: transparent;
  background: transparent;
}

body.site-nav-unified .quick-links-center .footer-widget-three__link li+li,
body.site-nav-unified .footer-widget-three__contact li+li {
  margin-top: 14px;
}

body.site-nav-unified .quick-links-center .footer-widget-three__link li a .quick-link-icon,
body.site-nav-unified .footer-widget-three__contact li .icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ea580c 0%, #ea580c 100%);
  box-shadow: 0 10px 24px rgba(249, 115, 22, .20);
}

body.site-nav-unified .quick-links-center .footer-widget-three__link li a .quick-link-icon span,
body.site-nav-unified .footer-widget-three__contact li .icon span {
  color: var(--itzone-white);
  font-size: 16px;
}

body.site-nav-unified .site-footer-three__social {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(var(--itzone-white-rgb), .10);
}

body.site-nav-unified .site-footer-three__social a {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(var(--itzone-white-rgb), .05);
  border: 1px solid rgba(var(--itzone-white-rgb), .08);
}

body.site-nav-unified .site-footer-three__social a:hover {
  border-color: rgba(249, 115, 22, .42);
}

body.site-nav-unified .site-footer-three__bottom {
  border-top: 1px solid rgba(var(--itzone-white-rgb), .10);
  background: rgba(3, 8, 18, .42);
}

body.site-nav-unified .site-footer-three__bottom-inner {
  padding: 22px 0;
}

body.site-nav-unified .site-footer-three__bottom-text a {
  color: #f36f21;
}

body.site-nav-unified .site-footer-three__bottom-text a:hover {
  color: var(--itzone-white);
}

/*--------------------------------------------------------------
# About Page Rebuild
--------------------------------------------------------------*/
body.site-nav-unified:not(.home-page) .about-story,
body.site-nav-unified:not(.home-page) .about-values,
body.site-nav-unified:not(.home-page) .about-partner {
  position: relative;
  padding: 20px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #16274f 0%, var(--winpro-navy) 52%, #243d73 100%);
}

body.site-nav-unified:not(.home-page) .about-story::before,
body.site-nav-unified:not(.home-page) .about-values::before,
body.site-nav-unified:not(.home-page) .about-partner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 18%, rgba(var(--itzone-base-rgb), .18) 0%, rgba(var(--itzone-base-rgb), 0) 32%),
    radial-gradient(circle at 88% 80%, rgba(var(--itzone-white-rgb), .10) 0%, rgba(var(--itzone-white-rgb), 0) 26%);
  pointer-events: none;
}

body.site-nav-unified:not(.home-page) .about-story .container,
body.site-nav-unified:not(.home-page) .about-values .container,
body.site-nav-unified:not(.home-page) .about-partner .container {
  position: relative;
  z-index: 1;
}

body.site-nav-unified:not(.home-page) .about-value-bands,
body.site-nav-unified:not(.home-page) .about-bespoke,
body.site-nav-unified:not(.home-page) .about-together {
  position: relative;
  padding: 20px 0;
  background: linear-gradient(180deg, rgba(var(--itzone-extra-rgb), .78) 0%, rgba(var(--itzone-white-rgb), 1) 70%);
}

body.site-nav-unified:not(.home-page) .about-story .section-title__title,
body.site-nav-unified:not(.home-page) .about-values .section-title__title,
body.site-nav-unified:not(.home-page) .about-partner .section-title__title,
body.site-nav-unified:not(.home-page) .about-values__card h3,
body.site-nav-unified:not(.home-page) .about-story__stat h3,
body.site-nav-unified:not(.home-page) .about-partner__secondary-btn,
body.site-nav-unified:not(.home-page) .about-partner__meta li {
  color: var(--itzone-white);
}

body.site-nav-unified:not(.home-page) .about-story .section-title__tagline-box,
body.site-nav-unified:not(.home-page) .about-values .section-title__tagline-box,
body.site-nav-unified:not(.home-page) .about-partner .section-title__tagline-box {
  background: rgba(var(--itzone-white-rgb), .10);
}

body.site-nav-unified:not(.home-page) .about-story__text,
body.site-nav-unified:not(.home-page) .about-values__lead,
body.site-nav-unified:not(.home-page) .about-partner__text,
body.site-nav-unified:not(.home-page) .about-values__card p,
body.site-nav-unified:not(.home-page) .about-story__stat p {
  color: rgba(var(--itzone-white-rgb), .76);
}

body.site-nav-unified:not(.home-page) .about-story__text+.about-story__text {
  margin-top: 16px;
}

body.site-nav-unified:not(.home-page) .about-story__points {
  margin: 30px 0 0;
}

body.site-nav-unified:not(.home-page) .about-story__points li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  color: var(--itzone-white);
  border-top: 1px solid rgba(var(--itzone-white-rgb), .10);
}

body.site-nav-unified:not(.home-page) .about-story__point-icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  border-radius: 50%;
  background: rgba(var(--itzone-base-rgb), .16);
  color: var(--itzone-base);
  font-size: 11px;
}

body.site-nav-unified:not(.home-page) .about-story__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

body.site-nav-unified:not(.home-page) .about-story__stat,
body.site-nav-unified:not(.home-page) .about-values__card,
body.site-nav-unified:not(.home-page) .about-partner__panel {
  border: 1px solid rgba(var(--itzone-white-rgb), .10);
  background: rgba(var(--itzone-white-rgb), .06);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .22);
}

body.site-nav-unified:not(.home-page) .about-story__stat {
  padding: 24px 22px;
  border-radius: 22px;
}

body.site-nav-unified:not(.home-page) .about-story__stat h3 {
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1;
  margin-bottom: 10px;
}

body.site-nav-unified:not(.home-page) .about-values__icon,
body.site-nav-unified:not(.home-page) .about-value-bands__icon,
body.site-nav-unified:not(.home-page) .about-together__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(180deg, #ea580c 0%, #f36f21 100%);
  color: var(--itzone-white);
}

body.site-nav-unified:not(.home-page) .about-value-bands__card,
body.site-nav-unified:not(.home-page) .about-bespoke__stack-item,
body.site-nav-unified:not(.home-page) .about-together__card {
  height: 100%;
  border-radius: 26px;
  border: 1px solid rgba(var(--itzone-black-rgb), .08);
  background: var(--itzone-white);
  box-shadow: var(--winpro-shadow);
}

body.site-nav-unified:not(.home-page) .about-value-bands__card {
  padding: 34px;
}

body.site-nav-unified:not(.home-page) .about-value-bands__icon,
body.site-nav-unified:not(.home-page) .about-values__icon,
body.site-nav-unified:not(.home-page) .about-together__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  font-size: 22px;
  box-shadow: 0 12px 26px rgba(var(--itzone-base-rgb), .22);
}

body.site-nav-unified:not(.home-page) .about-value-bands__card h3,
body.site-nav-unified:not(.home-page) .about-bespoke__stack-item h3,
body.site-nav-unified:not(.home-page) .about-together__card h3 {
  font-size: 28px;
  line-height: 1.15;
  margin-bottom: 14px;
}

body.site-nav-unified:not(.home-page) .about-values .section-title {
  max-width: 760px;
  margin: 0 auto 46px;
}

body.site-nav-unified:not(.home-page) .about-values__lead,
body.site-nav-unified:not(.home-page) .about-together__lead {
  max-width: 720px;
  margin: 18px auto 0;
  font-size: 18px;
  line-height: 1.75;
}

body.site-nav-unified:not(.home-page) .about-values__card {
  height: 100%;
  padding: 30px 26px;
  border-radius: 24px;
}

body.site-nav-unified:not(.home-page) .about-values__icon {
  background: rgba(var(--itzone-base-rgb), .18);
  color: var(--itzone-base);
  box-shadow: none;
}

body.site-nav-unified:not(.home-page) .about-bespoke__text+.about-bespoke__text {
  margin-top: 16px;
}

body.site-nav-unified:not(.home-page) .about-bespoke__pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

body.site-nav-unified:not(.home-page) .about-bespoke__pill-list span {
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(var(--itzone-black-rgb), .10);
  background: rgba(var(--itzone-white-rgb), .82);
  color: var(--itzone-black);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.site-nav-unified:not(.home-page) .about-bespoke__stack {
  display: grid;
  gap: 18px;
}

body.site-nav-unified:not(.home-page) .about-bespoke__stack-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 28px 28px 26px;
}

body.site-nav-unified:not(.home-page) .about-bespoke__stack-number {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(var(--itzone-base-rgb), .16) 0%, rgba(var(--itzone-base-rgb), .06) 100%);
  color: var(--itzone-base);
  font-family: var(--itzone-font-two);
  font-size: 22px;
  font-weight: 800;
}

body.site-nav-unified:not(.home-page) .about-together .section-title {
  max-width: 760px;
  margin: 0 auto 48px;
}

body.site-nav-unified:not(.home-page) .about-together__card {
  padding: 28px 26px;
}

body.site-nav-unified:not(.home-page) .about-partner__panel {
  padding: 48px;
  border-radius: 32px;
}

body.site-nav-unified:not(.home-page) .about-partner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-start;
}

body.site-nav-unified:not(.home-page) .about-partner__secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 60px;
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid rgba(var(--itzone-white-rgb), .16);
  background: rgba(var(--itzone-white-rgb), .06);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .01em;
  transition: all 500ms ease;
}

body.site-nav-unified:not(.home-page) .about-partner__secondary-btn:hover {
  border-color: rgba(var(--itzone-base-rgb), .48);
  color: var(--itzone-white);
}

body.site-nav-unified:not(.home-page) .about-partner__meta {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

body.site-nav-unified:not(.home-page) .about-partner__meta li {
  display: flex;
  align-items: center;
  gap: 12px;
}

body.site-nav-unified:not(.home-page) .about-partner__meta li span {
  color: var(--itzone-base);
}

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

@media only screen and (max-width: 991px) {
  body.site-nav-unified:not(.home-page) .about-story,
  body.site-nav-unified:not(.home-page) .about-values,
  body.site-nav-unified:not(.home-page) .about-partner,
  body.site-nav-unified:not(.home-page) .about-value-bands,
  body.site-nav-unified:not(.home-page) .about-bespoke,
  body.site-nav-unified:not(.home-page) .about-together {
    padding: 90px 0;
  }

  body.site-nav-unified:not(.home-page) .about-story__stats {
    grid-template-columns: 1fr;
  }

  body.site-nav-unified:not(.home-page) .about-partner__panel {
    padding: 34px 28px;
  }
}

@media only screen and (max-width: 767px) {
  body.site-nav-unified:not(.home-page) .about-value-bands__card,
  body.site-nav-unified:not(.home-page) .about-values__card,
  body.site-nav-unified:not(.home-page) .about-bespoke__stack-item,
  body.site-nav-unified:not(.home-page) .about-together__card {
    padding: 24px 20px;
  }

  body.site-nav-unified:not(.home-page) .about-value-bands__card h3,
  body.site-nav-unified:not(.home-page) .about-bespoke__stack-item h3,
  body.site-nav-unified:not(.home-page) .about-together__card h3 {
    font-size: 24px;
  }

  body.site-nav-unified:not(.home-page) .about-bespoke__stack-item {
    flex-direction: column;
  }

  body.site-nav-unified:not(.home-page) .about-partner__panel {
    padding: 28px 22px;
    border-radius: 26px;
  }
}

/*--------------------------------------------------------------
# About Page Final Override
--------------------------------------------------------------*/
body.site-nav-unified:not(.home-page) .about-story,
body.site-nav-unified:not(.home-page) .about-value-bands,
body.site-nav-unified:not(.home-page) .about-values,
body.site-nav-unified:not(.home-page) .about-bespoke,
body.site-nav-unified:not(.home-page) .about-together,
body.site-nav-unified:not(.home-page) .about-partner {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(var(--itzone-base-rgb), .12) 0%, rgba(var(--itzone-base-rgb), 0) 26%),
    radial-gradient(circle at 88% 16%, rgba(var(--itzone-white-rgb), .06) 0%, rgba(var(--itzone-white-rgb), 0) 24%),
    linear-gradient(135deg, #102042 0%, var(--winpro-navy) 54%, #234075 100%);
  border-top: 1px solid rgba(var(--itzone-white-rgb), .05);
}

body.site-nav-unified:not(.home-page) .about-story {
  border-top: 0;
}

body.site-nav-unified:not(.home-page) .about-story::before,
body.site-nav-unified:not(.home-page) .about-value-bands::before,
body.site-nav-unified:not(.home-page) .about-values::before,
body.site-nav-unified:not(.home-page) .about-bespoke::before,
body.site-nav-unified:not(.home-page) .about-together::before,
body.site-nav-unified:not(.home-page) .about-partner::before {
  background:
    linear-gradient(180deg, rgba(3, 8, 18, .08) 0%, rgba(3, 8, 18, 0) 32%, rgba(3, 8, 18, .14) 100%),
    radial-gradient(circle at 78% 82%, rgba(var(--itzone-base-rgb), .10) 0%, rgba(var(--itzone-base-rgb), 0) 22%);
}

body.site-nav-unified:not(.home-page) .about-story::after,
body.site-nav-unified:not(.home-page) .about-value-bands::after,
body.site-nav-unified:not(.home-page) .about-values::after,
body.site-nav-unified:not(.home-page) .about-bespoke::after,
body.site-nav-unified:not(.home-page) .about-together::after,
body.site-nav-unified:not(.home-page) .about-partner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1140px, calc(100% - 48px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(var(--itzone-white-rgb), 0) 0%, rgba(var(--itzone-white-rgb), .14) 18%, rgba(var(--itzone-base-rgb), .34) 50%, rgba(var(--itzone-white-rgb), .14) 82%, rgba(var(--itzone-white-rgb), 0) 100%);
}

body.site-nav-unified:not(.home-page) .about-story .container,
body.site-nav-unified:not(.home-page) .about-value-bands .container,
body.site-nav-unified:not(.home-page) .about-values .container,
body.site-nav-unified:not(.home-page) .about-bespoke .container,
body.site-nav-unified:not(.home-page) .about-together .container,
body.site-nav-unified:not(.home-page) .about-partner .container {
  position: relative;
  z-index: 1;
}

body.site-nav-unified:not(.home-page) .about-story .section-title__title,
body.site-nav-unified:not(.home-page) .about-value-bands .section-title__title,
body.site-nav-unified:not(.home-page) .about-values .section-title__title,
body.site-nav-unified:not(.home-page) .about-bespoke .section-title__title,
body.site-nav-unified:not(.home-page) .about-together .section-title__title,
body.site-nav-unified:not(.home-page) .about-partner .section-title__title,
body.site-nav-unified:not(.home-page) .about-value-bands__card h3,
body.site-nav-unified:not(.home-page) .about-values__card h3,
body.site-nav-unified:not(.home-page) .about-bespoke__stack-item h3,
body.site-nav-unified:not(.home-page) .about-together__card h3,
body.site-nav-unified:not(.home-page) .about-story__stat h3,
body.site-nav-unified:not(.home-page) .about-partner__secondary-btn,
body.site-nav-unified:not(.home-page) .about-partner__meta li {
  color: var(--itzone-white);
}

body.site-nav-unified:not(.home-page) .about-story .section-title__tagline-box,
body.site-nav-unified:not(.home-page) .about-values .section-title__tagline-box,
body.site-nav-unified:not(.home-page) .about-partner .section-title__tagline-box,
body.site-nav-unified:not(.home-page) .about-bespoke .section-title__tagline-box,
body.site-nav-unified:not(.home-page) .about-together .section-title__tagline-box {
  background: rgba(var(--itzone-white-rgb), .08);
}

body.site-nav-unified:not(.home-page) .about-story__text,
body.site-nav-unified:not(.home-page) .about-bespoke__text,
body.site-nav-unified:not(.home-page) .about-values__lead,
body.site-nav-unified:not(.home-page) .about-together__lead,
body.site-nav-unified:not(.home-page) .about-partner__text,
body.site-nav-unified:not(.home-page) .about-value-bands__card p,
body.site-nav-unified:not(.home-page) .about-values__card p,
body.site-nav-unified:not(.home-page) .about-bespoke__stack-item p,
body.site-nav-unified:not(.home-page) .about-together__card p,
body.site-nav-unified:not(.home-page) .about-story__stat p {
  color: rgba(var(--itzone-white-rgb), .78);
}

body.site-nav-unified:not(.home-page) .about-bespoke__pill-list span {
  border: 1px solid rgba(var(--itzone-white-rgb), .12);
  background: rgba(var(--itzone-white-rgb), .06);
  color: var(--itzone-white);
  box-shadow: inset 0 1px 0 rgba(var(--itzone-white-rgb), .04);
}

body.site-nav-unified:not(.home-page) .about-story__stat,
body.site-nav-unified:not(.home-page) .about-partner__panel,
body.site-nav-unified:not(.home-page) .about-value-bands__card,
body.site-nav-unified:not(.home-page) .about-values__card,
body.site-nav-unified:not(.home-page) .about-bespoke__stack-item,
body.site-nav-unified:not(.home-page) .about-together__card {
  border: 1px solid rgba(var(--itzone-white-rgb), .10);
  background: linear-gradient(180deg, rgba(25, 44, 84, .76) 0%, rgba(10, 20, 45, .88) 100%);
  box-shadow: 0 26px 64px rgba(0, 0, 0, .24);
  backdrop-filter: blur(12px);
}

body.site-nav-unified:not(.home-page) .about-value-bands__card,
body.site-nav-unified:not(.home-page) .about-values__card,
body.site-nav-unified:not(.home-page) .about-bespoke__stack-item,
body.site-nav-unified:not(.home-page) .about-together__card,
body.site-nav-unified:not(.home-page) .about-story__stat {
  transition: transform 500ms cubic-bezier(.22, 1, .36, 1), border-color 500ms ease, box-shadow 500ms ease, background 500ms ease;
}

body.site-nav-unified:not(.home-page) .about-value-bands__card::before,
body.site-nav-unified:not(.home-page) .about-values__card::before,
body.site-nav-unified:not(.home-page) .about-bespoke__stack-item::before,
body.site-nav-unified:not(.home-page) .about-together__card::before,
body.site-nav-unified:not(.home-page) .about-story__stat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--itzone-base) 0%, rgba(var(--itzone-base-rgb), 0) 100%);
  transition: width 500ms ease;
}

body.site-nav-unified:not(.home-page) .about-value-bands__card::after,
body.site-nav-unified:not(.home-page) .about-values__card::after,
body.site-nav-unified:not(.home-page) .about-bespoke__stack-item::after,
body.site-nav-unified:not(.home-page) .about-together__card::after,
body.site-nav-unified:not(.home-page) .about-story__stat::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(var(--itzone-base-rgb), .24) 0%, rgba(var(--itzone-base-rgb), 0) 72%);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 500ms ease, transform 500ms ease;
  pointer-events: none;
}

body.site-nav-unified:not(.home-page) .about-value-bands__card:hover,
body.site-nav-unified:not(.home-page) .about-values__card:hover,
body.site-nav-unified:not(.home-page) .about-bespoke__stack-item:hover,
body.site-nav-unified:not(.home-page) .about-together__card:hover,
body.site-nav-unified:not(.home-page) .about-story__stat:hover {
  transform: translateY(-10px);
  border-color: rgba(var(--itzone-base-rgb), .40);
  background: linear-gradient(180deg, rgba(32, 56, 106, .90) 0%, rgba(11, 22, 47, .96) 100%);
  box-shadow: 0 34px 84px rgba(0, 0, 0, .34);
}

body.site-nav-unified:not(.home-page) .about-value-bands__card:hover::before,
body.site-nav-unified:not(.home-page) .about-values__card:hover::before,
body.site-nav-unified:not(.home-page) .about-bespoke__stack-item:hover::before,
body.site-nav-unified:not(.home-page) .about-together__card:hover::before,
body.site-nav-unified:not(.home-page) .about-story__stat:hover::before {
  width: 150px;
}

body.site-nav-unified:not(.home-page) .about-value-bands__card:hover::after,
body.site-nav-unified:not(.home-page) .about-values__card:hover::after,
body.site-nav-unified:not(.home-page) .about-bespoke__stack-item:hover::after,
body.site-nav-unified:not(.home-page) .about-together__card:hover::after,
body.site-nav-unified:not(.home-page) .about-story__stat:hover::after {
  opacity: 1;
  transform: translateY(0);
}

body.site-nav-unified:not(.home-page) .about-value-bands__icon,
body.site-nav-unified:not(.home-page) .about-values__icon,
body.site-nav-unified:not(.home-page) .about-together__icon {
  background: linear-gradient(180deg, #ea580c 0%, #f36f21 100%);
  color: var(--itzone-white);
  box-shadow: 0 14px 30px rgba(var(--itzone-base-rgb), .24);
  transition: transform 500ms cubic-bezier(.22, 1, .36, 1), box-shadow 500ms ease;
}

body.site-nav-unified:not(.home-page) .about-value-bands__card:hover .about-value-bands__icon,
body.site-nav-unified:not(.home-page) .about-values__card:hover .about-values__icon,
body.site-nav-unified:not(.home-page) .about-together__card:hover .about-together__icon {
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 18px 38px rgba(var(--itzone-base-rgb), .32);
}

body.site-nav-unified:not(.home-page) .about-bespoke__stack-number {
  border: 1px solid rgba(var(--itzone-base-rgb), .24);
  background: rgba(var(--itzone-base-rgb), .12);
  color: var(--itzone-base);
  transition: transform 500ms cubic-bezier(.22, 1, .36, 1), box-shadow 500ms ease, background 500ms ease, color 500ms ease, border-color 500ms ease;
}

body.site-nav-unified:not(.home-page) .about-bespoke__stack-item:hover .about-bespoke__stack-number {
  transform: translateY(-4px) scale(1.05);
  border-color: rgba(var(--itzone-base-rgb), .52);
  background: linear-gradient(180deg, #ea580c 0%, #f36f21 100%);
  color: var(--itzone-white);
  box-shadow: 0 18px 38px rgba(var(--itzone-base-rgb), .28);
}

body.site-nav-unified:not(.home-page) .about-partner__panel {
  background: linear-gradient(135deg, rgba(34, 56, 104, .88) 0%, rgba(11, 23, 49, .96) 100%);
}

body.site-nav-unified:not(.home-page) .about-partner__secondary-btn:hover {
  background: rgba(var(--itzone-base-rgb), .12);
}

@media only screen and (max-width: 991px) {
  body.site-nav-unified:not(.home-page) .about-story,
  body.site-nav-unified:not(.home-page) .about-value-bands,
  body.site-nav-unified:not(.home-page) .about-values,
  body.site-nav-unified:not(.home-page) .about-bespoke,
  body.site-nav-unified:not(.home-page) .about-together,
  body.site-nav-unified:not(.home-page) .about-partner {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  body.site-nav-unified:not(.home-page) .about-value-bands__card h3,
  body.site-nav-unified:not(.home-page) .about-values__card h3,
  body.site-nav-unified:not(.home-page) .about-bespoke__stack-item h3,
  body.site-nav-unified:not(.home-page) .about-together__card h3 {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# About Page Cleanup
--------------------------------------------------------------*/
body.site-nav-unified.about-page:not(.home-page),
body.site-nav-unified.about-page:not(.home-page) .page-wrapper {
  background: linear-gradient(90deg, #16274f 0%, var(--winpro-navy) 52%, #243d73 100%) !important;
}

body.site-nav-unified.about-page:not(.home-page) .page-header,
body.site-nav-unified.about-page:not(.home-page) .about-story,
body.site-nav-unified.about-page:not(.home-page) .about-value-bands,
body.site-nav-unified.about-page:not(.home-page) .about-values,
body.site-nav-unified.about-page:not(.home-page) .about-bespoke,
body.site-nav-unified.about-page:not(.home-page) .about-together,
body.site-nav-unified.about-page:not(.home-page) .about-partner,
body.site-nav-unified.about-page:not(.home-page) .site-footer-three,
body.site-nav-unified.about-page:not(.home-page) .site-footer-three__bottom {
  background: transparent !important;
}

body.site-nav-unified.about-page:not(.home-page) .page-header__bg,
body.site-nav-unified.about-page:not(.home-page) .page-header__bg::after,
body.site-nav-unified.about-page:not(.home-page) .about-story::before,
body.site-nav-unified.about-page:not(.home-page) .about-story::after,
body.site-nav-unified.about-page:not(.home-page) .about-value-bands::before,
body.site-nav-unified.about-page:not(.home-page) .about-value-bands::after,
body.site-nav-unified.about-page:not(.home-page) .about-values::before,
body.site-nav-unified.about-page:not(.home-page) .about-values::after,
body.site-nav-unified.about-page:not(.home-page) .about-bespoke::before,
body.site-nav-unified.about-page:not(.home-page) .about-bespoke::after,
body.site-nav-unified.about-page:not(.home-page) .about-together::before,
body.site-nav-unified.about-page:not(.home-page) .about-together::after,
body.site-nav-unified.about-page:not(.home-page) .about-partner::before,
body.site-nav-unified.about-page:not(.home-page) .about-partner::after,
body.site-nav-unified.about-page:not(.home-page) .site-footer-three::before,
body.site-nav-unified.about-page:not(.home-page) .site-footer-three__shape-bg {
  display: none !important;
}

body.site-nav-unified.about-page:not(.home-page) .page-header__bg {
  display: block !important;
  opacity: .18;
  mix-blend-mode: screen;
}

body.site-nav-unified.about-page:not(.home-page) .page-header__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block !important;
  background: linear-gradient(180deg,
      rgba(8, 18, 36, .72) 0%,
      rgba(8, 18, 36, .52) 42%,
      rgba(8, 18, 36, .68) 100%);
}

body.about-page .page-wrapper {
  background: linear-gradient(90deg, #16274f 0%, var(--winpro-navy) 52%, #243d73 100%);
}

body.about-page .page-header,
body.about-page .site-footer-three,
body.about-page .site-footer-three__bottom {
  background: transparent !important;
}

body.about-page .page-header__bg,
body.about-page .page-header__bg::after,
body.about-page .site-footer-three::before,
body.about-page .site-footer-three__shape-bg {
  display: none;
}

body.about-page .about-story,
body.about-page .about-value-bands,
body.about-page .about-values,
body.about-page .about-bespoke,
body.about-page .about-together,
body.about-page .about-partner {
  background: transparent;
  border-top: 0;
}

body.about-page .about-story::before,
body.about-page .about-story::after,
body.about-page .about-value-bands::before,
body.about-page .about-value-bands::after,
body.about-page .about-values::before,
body.about-page .about-values::after,
body.about-page .about-bespoke::before,
body.about-page .about-bespoke::after,
body.about-page .about-together::before,
body.about-page .about-together::after,
body.about-page .about-partner::before,
body.about-page .about-partner::after {
  display: none;
}

body.about-page .about-story,
body.about-page .about-value-bands,
body.about-page .about-values,
body.about-page .about-bespoke,
body.about-page .about-together,
body.about-page .about-partner {
  padding-top: 40px;
  padding-bottom: 40px;
}

body.about-page .about-story {
  padding-top: 52px;
}

body.about-page .about-story .section-title,
body.about-page .about-bespoke .section-title,
body.about-page .about-partner .section-title {
  margin-bottom: 28px;
}

body.about-page .about-values .section-title,
body.about-page .about-together .section-title {
  margin-bottom: 36px;
}

body.about-page .section-title__tagline-box {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  border-radius: 999px;
  background: rgba(var(--itzone-white-rgb), .08);
}

body.about-page .section-title__tagline-box::after {
  display: none;
}

body.about-page .section-title.text-center .section-title__tagline-box::after {
  display: none;
}

body.about-page .section-title__tagline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  background-color: var(--itzone-white);
  border: 1px solid rgba(var(--itzone-black-rgb), .08);
  border-radius: 999px;
  color: #0c1422;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .16em;
}

body.about-page .about-story .section-title__title {
  max-width: 760px;
}

body.about-page .about-story__text,
body.about-page .about-values__lead,
body.about-page .about-together__lead,
body.about-page .about-partner__text,
body.about-page .about-bespoke__text {
  max-width: 780px;
  font-size: 18px;
  line-height: 1.75;
}

body.about-page .about-story__content {
  max-width: 860px;
}

body.about-page .about-story__points {
  max-width: 760px;
}

body.about-page .about-story__stats {
  max-width: 640px;
}

body.about-page .about-story__stat,
body.about-page .about-value-bands__card,
body.about-page .about-values__card,
body.about-page .about-bespoke__stack-item,
body.about-page .about-together__card,
body.about-page .about-partner__panel {
  background: transparent !important;
  box-shadow: none !important;
  border: 1px solid rgba(var(--itzone-white-rgb), .10);
}

body.about-page .about-value-bands__card,
body.about-page .about-values__card,
body.about-page .about-bespoke__stack-item,
body.about-page .about-together__card {
  height: 100%;
}

body.about-page .about-value-bands__card p,
body.about-page .about-values__card p,
body.about-page .about-bespoke__stack-item p,
body.about-page .about-together__card p {
  line-height: 1.75;
}

body.about-page .about-story__stat::before,
body.about-page .about-story__stat::after,
body.about-page .about-value-bands__card::before,
body.about-page .about-value-bands__card::after,
body.about-page .about-values__card::before,
body.about-page .about-values__card::after,
body.about-page .about-bespoke__stack-item::before,
body.about-page .about-bespoke__stack-item::after,
body.about-page .about-together__card::before,
body.about-page .about-together__card::after {
  display: none !important;
}

body.about-page .about-story__stat:hover,
body.about-page .about-value-bands__card:hover,
body.about-page .about-values__card:hover,
body.about-page .about-bespoke__stack-item:hover,
body.about-page .about-together__card:hover,
body.about-page .about-partner__panel:hover {
  background: rgba(var(--itzone-white-rgb), .03) !important;
  border-color: rgba(var(--itzone-base-rgb), .34);
  box-shadow: none !important;
  transform: translateY(-6px);
}

body.about-page .about-bespoke__content {
  max-width: 860px;
}

body.about-page .about-bespoke__stack-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 96px;
}

body.about-page .about-bespoke__stack {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}

body.about-page .about-bespoke__stack-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 18px;
  border-width: 0 0 1px;
  border-radius: 0;
  text-align: center;
  gap: 12px;
}

body.about-page .about-bespoke__stack-item > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

body.about-page .about-bespoke__stack-item + .about-bespoke__stack-item {
  padding-top: 18px;
}

body.about-page .about-bespoke__stack-item:hover {
  transform: none;
}

body.about-page .about-bespoke__stack-number {
  background: rgba(var(--itzone-white-rgb), .06);
  box-shadow: none !important;
  margin: 0 auto;
}

body.about-page .about-bespoke__stack-item p {
  max-width: 280px;
  margin: 0 auto;
}

body.about-page .about-partner__panel {
  box-shadow: none !important;
}

@media only screen and (max-width: 1199px) {
  body.about-page .about-bespoke__stack-col {
    display: block;
    padding-top: 0;
  }

  body.about-page .about-bespoke__stack {
    max-width: none;
    margin: 24px 0 0;
  }
}

@media only screen and (min-width: 992px) {
  body.about-page .about-story {
    padding-bottom: 0;
  }

  body.about-page .about-value-bands,
  body.about-page .about-values,
  body.about-page .about-bespoke,
  body.about-page .about-together {
    padding-top: 0;
    padding-bottom: 0;
  }

  body.about-page .about-partner {
    padding-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  body.about-page .about-story,
  body.about-page .about-value-bands,
  body.about-page .about-values,
  body.about-page .about-bespoke,
  body.about-page .about-together,
  body.about-page .about-partner {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  body.about-page .about-story {
    padding-top: 64px;
  }

  body.about-page .about-story .row,
  body.about-page .about-value-bands .row,
  body.about-page .about-values .row,
  body.about-page .about-bespoke .row,
  body.about-page .about-together .row,
  body.about-page .about-partner .row {
    --bs-gutter-y: 22px;
  }

  body.about-page .about-story .section-title,
  body.about-page .about-values .section-title,
  body.about-page .about-bespoke .section-title,
  body.about-page .about-together .section-title,
  body.about-page .about-partner .section-title {
    margin-bottom: 22px;
  }

  body.about-page .about-story .section-title__title {
    max-width: none;
  }

  body.about-page .about-story__points {
    margin-top: 20px;
  }

  body.about-page .about-story__points li {
    padding: 10px 0;
  }

  body.about-page .about-story__stats {
    margin-top: 24px;
    gap: 12px;
  }

  body.about-page .about-bespoke__stack-item {
    padding-bottom: 18px;
  }

  body.about-page .about-bespoke__stack-item + .about-bespoke__stack-item {
    padding-top: 18px;
  }

  body.about-page .about-partner__meta {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 767px) {
  body.about-page .about-story,
  body.about-page .about-value-bands,
  body.about-page .about-values,
  body.about-page .about-bespoke,
  body.about-page .about-together,
  body.about-page .about-partner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  body.about-page .about-story {
    padding-top: 34px;
  }

  body.about-page .about-story .row,
  body.about-page .about-value-bands .row,
  body.about-page .about-values .row,
  body.about-page .about-bespoke .row,
  body.about-page .about-together .row,
  body.about-page .about-partner .row {
    --bs-gutter-y: 12px;
  }

  body.about-page .about-story .section-title,
  body.about-page .about-values .section-title,
  body.about-page .about-bespoke .section-title,
  body.about-page .about-together .section-title,
  body.about-page .about-partner .section-title {
    margin-bottom: 14px;
  }

  body.about-page .page-header__inner {
    padding: 150px 0 68px;
  }

  body.about-page .page-header__inner h3 {
    font-size: 30px;
    line-height: 1.05;
  }

  body.about-page .section-title__tagline {
    padding: 7px 12px;
    font-size: 9px;
    letter-spacing: .1em;
  }

  body.about-page .section-title__title {
    font-size: clamp(25px, 7.2vw, 32px);
    line-height: 1.06;
  }

  body.about-page .about-story__text,
  body.about-page .about-values__lead,
  body.about-page .about-together__lead,
  body.about-page .about-partner__text,
  body.about-page .about-bespoke__text {
    font-size: 14px;
    line-height: 1.65;
  }

  body.about-page .about-story__points {
    margin-top: 12px;
  }

  body.about-page .about-story__points li {
    gap: 10px;
    padding: 8px 0;
    font-size: 13px;
  }

  body.about-page .about-story__stats {
    margin-top: 14px;
    gap: 10px;
  }

  body.about-page .about-story__stat h3 {
    font-size: 24px;
  }

  body.about-page .about-story__stat p,
  body.about-page .about-value-bands__card p,
  body.about-page .about-values__card p,
  body.about-page .about-bespoke__stack-item p,
  body.about-page .about-together__card p,
  body.about-page .about-partner__meta li {
    font-size: 13px;
    line-height: 1.6;
  }

  body.about-page .about-value-bands__card h3,
  body.about-page .about-values__card h3,
  body.about-page .about-bespoke__stack-item h3,
  body.about-page .about-together__card h3 {
    font-size: 18px;
    line-height: 1.15;
  }

  body.about-page .about-story__stat,
  body.about-page .about-value-bands__card,
  body.about-page .about-values__card,
  body.about-page .about-together__card,
  body.about-page .about-partner__panel {
    padding: 12px 10px;
  }

  body.about-page .about-bespoke__stack-item {
    padding-bottom: 10px;
  }

  body.about-page .about-bespoke__stack-item + .about-bespoke__stack-item {
    padding-top: 10px;
  }

  body.about-page .about-partner__actions {
    gap: 10px;
  }

  body.about-page .about-partner__meta {
    gap: 8px;
    margin-top: 12px;
  }
}

@media only screen and (max-width: 575px) {
  body.about-page .about-story,
  body.about-page .about-value-bands,
  body.about-page .about-values,
  body.about-page .about-bespoke,
  body.about-page .about-together,
  body.about-page .about-partner {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  body.about-page .about-story {
    padding-top: 28px;
  }

  body.about-page .about-story .row,
  body.about-page .about-value-bands .row,
  body.about-page .about-values .row,
  body.about-page .about-bespoke .row,
  body.about-page .about-together .row,
  body.about-page .about-partner .row {
    --bs-gutter-y: 10px;
  }

  body.about-page .page-header__inner {
    padding: 138px 0 56px;
  }

  body.about-page .page-header__inner h3 {
    font-size: 26px;
  }

  body.about-page .section-title__title {
    font-size: 22px;
  }

  body.about-page .about-story__text,
  body.about-page .about-values__lead,
  body.about-page .about-together__lead,
  body.about-page .about-partner__text,
  body.about-page .about-bespoke__text,
  body.about-page .about-story__stat p,
  body.about-page .about-value-bands__card p,
  body.about-page .about-values__card p,
  body.about-page .about-bespoke__stack-item p,
  body.about-page .about-together__card p,
  body.about-page .about-partner__meta li {
    font-size: 12px;
  }

  body.about-page .about-value-bands__card h3,
  body.about-page .about-values__card h3,
  body.about-page .about-bespoke__stack-item h3,
  body.about-page .about-together__card h3 {
    font-size: 16px;
  }

  body.about-page .about-story__stat,
  body.about-page .about-value-bands__card,
  body.about-page .about-values__card,
  body.about-page .about-together__card,
  body.about-page .about-partner__panel {
    padding: 10px 8px;
  }
}

/*--------------------------------------------------------------
# End All Css
--------------------------------------------------------------*/
