/*--------------------------------------------------------------
  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 {
  --cleanin-font: "Heebo", serif;
  --cleanin-font-two: "Exo", serif;
  --cleanin-base: #0358da;
  --cleanin-base-rgb: 0, 74, 148;
  /* --cleanin-black: #218b3d; */
  --cleanin-black: #0358da;
  --cleanin-black-rgb: 5, 41, 68;
  --cleanin-gray: #606060;
  --cleanin-gray-rgb: 96, 96, 96;
  --cleanin-white: #ffffff;
  --cleanin-white-rgb: 255, 255, 255;
  --cleanin-gray-bg: #f1f5f9;
  --cleanin-gray-bg-rgb: 241, 245, 249;
  --cleanin-bdr-color: #e5e5e5;
  --cleanin-bdr-color-rgb: 229, 229, 229;
  --cleanin-bdr-radius: 5px;
}

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

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

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

body.locked {
  overflow: hidden;
}

a {
  color: var(--cleanin-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(--cleanin-font-two);
  color: var(--cleanin-black);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding: 0px;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 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: 1350px;
  }
}

::-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.4;
  z-index: -1;
}

/***
=============================================
Custom Cursor
=============================================
***/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--cleanin-base);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--cleanin-base);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition:
    width 0.3s,
    height 0.3s,
    opacity 0.3s;
  transition:
    width 0.3s,
    height 0.3s,
    opacity 0.3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--cleanin-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/***
=============================================
Sec Title Css
=============================================
***/
.sec-title {
  position: relative;
  display: block;
  margin-top: -5px;
  padding-bottom: 47px;
  z-index: 1;
}

.sec-title__tagline {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.sec-title__tagline.center {
  justify-content: center;
}

.sec-title__tagline .icon-box {
  position: relative;
  display: block;
}

.sec-title__tagline .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--cleanin-base);
  font-size: 18px;
  line-height: 18px;
  top: -3px;
  padding-right: 7px;
}

.sec-title__tagline .text {
  position: relative;
  display: block;
}

.sec-title__tagline .text h4 {
  color: var(--cleanin-base);
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--cleanin-font-two);
}

.sec-title__title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  text-transform: none;
  font-family: var(--cleanin-font-two);
}

/***
=============================================
   Thm Btn Css
=============================================
***/
.thm-btn {
  position: relative;
  display: inline-block;
  color: var(--cleanin-white);
  font-size: 14px;
  line-height: 55px;
  font-weight: 600;
  background: var(--cleanin-base);
  border-radius: 5px;
  padding: 0px 35px 0px;
  overflow: hidden;
  font-family: var(--cleanin-font);
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}

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

.thm-btn i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  top: 1px;
  margin-left: 5px;
}

.hover-btn {
  background-color: var(--cleanin-black);
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}

.hover-bx {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
  border-radius: 5px 0px 0px 5px;
}

.hover-bx2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-bx3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-bx4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 0 5px 5px 0;
}

.thm-btn:hover .hover-btn {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*---------------------------------
     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(--cleanin-base-rgb), 1);
}

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

.loader div:nth-child(3) {
  background-color: rgba(var(--cleanin-base-rgb), 0.4);
  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;
  }
}

/***
=============================================
   Rating Box
=============================================
***/
.rating-box {
  position: relative;
  display: block;
}

.rating-box a {
  position: relative;
  color: var(--cleanin-base);
}

.rating-box a i::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
}

/***
=============================================
xs sidebar
=============================================
***/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
  cursor: url(../images/icon/cross-out.png), pointer;
  z-index: 999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.8;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  right: 100%;
}

.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(--cleanin-base);
  border-color: var(--cleanin-base);
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
  border-right: 5px solid rgba(var(--cleanin-white-rgb), 0.5);
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  background-color: var(--cleanin-black);
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

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

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.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: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.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: #848484;
  border: none;
  outline: none;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
  border: none;
  outline: none;
  background-color: var(--cleanin-white);
  color: var(--cleanin-black);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
  color: var(--cleanin-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:before {
  background-color: var(--cleanin-base);
}

.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;
  display: block;
}

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

.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn:hover {
  color: var(--cleanin-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(--cleanin-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(--cleanin-white);
}

.sidebar-contact-info ul li a:hover {
  color: var(--cleanin-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(--cleanin-white-rgb), 0.1);
  border-radius: 50%;
  color: var(--cleanin-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(--cleanin-base);
  border-radius: 50%;
  transition: 0.5s;
  transform: scale(0.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(--cleanin-white);
}

/***
=============================================
   Styled Pagination
=============================================
***/
.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 40px;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin-right: 11px;
}

.styled-pagination li:last-child {
  margin-right: 0;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 0%;
  color: rgba(var(--cleanin-gray-rgb), 0.5);
  font-size: 16px;
  line-height: 45px;
  font-weight: 600;
  border: 1px solid rgba(var(--cleanin-gray-rgb), 0.5);
  text-align: center;
  transition: all 500ms ease;
  font-family: var(--cleanin-font);
  z-index: 1;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
  color: var(--cleanin-white);
  background: var(--cleanin-base);
  border-color: var(--cleanin-base);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
  border-radius: 0%;
  color: rgba(var(--cleanin-gray-rgb), 0.5);
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  color: var(--cleanin-white);
}

.styled-pagination li a span:before {
  position: relative;
  top: 0px;
  color: rgba(var(--cleanin-gray-rgb), 0.5);
  font-size: 14px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.styled-pagination li a:hover span:before,
.styled-pagination li.active a span:before {
  color: var(--cleanin-white);
}

/***
=============================================
Scroll To Top Css
=============================================
***/
.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(--cleanin-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(--cleanin-base);
  position: relative;
  overflow: hidden;
}

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

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

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: rgba(var(--cleanin-base-rgb), 0.8);
  transition:
    transform 500ms ease,
    opacity 500ms ease;
}

.sidenav-bar-visible .search-popup {
  width: 80%;
}

.search-active .search-popup {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup form {
  position: absolute;
  max-width: 600px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  -webkit-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  transform: scaleX(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
}

.search-active .search-popup form {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
  opacity: 1;
}

.search-popup .search-popup__group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .search-popup__group input {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 65px;
  color: var(--cleanin-black);
  height: 65px;
  width: 100%;
  padding: 0px 30px;
  background-color: var(--cleanin-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
  text-transform: capitalize;
  padding-right: 80px;
  outline: none;
  border: none;
  border-radius: 5px;
}

.search-popup button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background: var(--cleanin-black);
  text-align: center;
  color: var(--cleanin-white);
  font-size: 20px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  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;
  border-radius: 5px;
}

.search-popup button:hover {
  background: var(--cleanin-base);
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -170px;
  border-radius: 50%;
  text-align: center;
  color: var(--cleanin-white);
  background-color: var(--cleanin-black);
  width: 70px;
  height: 70px;
  border: 1px solid rgba(var(--cleanin-white-rgb), 0.3);
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.search-popup .close-search:hover {
  background-color: var(--cleanin-base);
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

.search-popup .close-search span {
  position: relative;
  display: block;
  height: 70px;
  width: 70px;
  font-size: 20px;
  line-height: 70px;
  color: var(--cleanin-white);
  transform: rotate(45deg);
}

/***
=============================================
Common
=============================================
***/

.thm-dot-style1.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 33px;
}

.thm-dot-style1.owl-theme .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
}

.thm-dot-style1.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 40px;
  height: 6px;
  border: 1px solid rgba(var(--cleanin-black-rgb), 0.45);
  margin: 5px 7px;
  background: transparent;
  border-radius: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-dot-style1.owl-theme .owl-dots .owl-dot.active span,
.thm-dot-style1.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--cleanin-base);
  border-color: var(--cleanin-base);
}

/***
=============================================
Mobile Nav Css
=============================================
***/
.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(--cleanin-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 3px solid rgba(var(--cleanin-white-rgb), 0.4);
  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; */
  top: 40px;
  right: 15px;
  font-size: 20px;
  color: var(--cleanin-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(--cleanin-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(--cleanin-base);
}

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

.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(--cleanin-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(--cleanin-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(--cleanin-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 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--cleanin-white);
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(var(--cleanin-white-rgb), 0.3);
  border-radius: 50%;
}

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

.mobile-nav__social a:hover {
  color: var(--cleanin-base);
  background: var(--cleanin-white);
  border-color: var(--cleanin-white);
}

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

.mobile-nav__contact li {
  color: var(--cleanin-white);
  font-size: 16px;
  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: var(--cleanin-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

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

.mobile-nav__contact li>i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--cleanin-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: 15px;
  margin-right: 10px;
  color: var(--cleanin-white);
}

.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 Css
=============================================
***/
.home-showcase {
  margin-top: -31px;
  margin-bottom: -31px;
}

.main-header-one__bottom .home-showcase .container {
  max-width: 1350px;
  width: 100%;
}

.home-showcase__inner {
  padding: 40px 42px 33px;
  background-color: var(--cleanin-white);
  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;
  justify-content: center;
}

.home-showcase__item {
  position: relative;
  display: block;
  margin-bottom: 7px;
  border: 2px solid rgba(var(--cleanin-base-rgb), 0.25);
  border-radius: 5px;
  padding: 10px 10px 16px;
}

.home-showcase__image {
  position: relative;
  overflow: hidden;
  border-radius: var(--cleanin-bdr-radius);
}

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

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

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

.home-showcase__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: scale(1, 0);
  transition:
    transform 500ms ease,
    opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
  background-color: rgba(var(--cleanin-black-rgb), 0.7);
  border-radius: var(--cleanin-bdr-radius);
}

.home-showcase__buttons__item {
  padding: 0px 17px 0px;
  width: 150px;
  text-align: center;
  color: var(--cleanin-white);
  background-color: var(--cleanin-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: 500;
  color: var(--cleanin-black);
  margin-top: 18px;
  text-transform: capitalize;
  font-family: var(--cleanin-font);
}

.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: 46px 0px;
  background-color: rgba(0, 0, 0, 0);
}

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

/***
=============================================
Main Header One Css
=============================================
***/
.main-header-one {
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-one__top {
  position: relative;
  display: block;
  background-color: var(--cleanin-base);
  z-index: 99;
}

.main-header-one__top::before {
  position: absolute;
  top: 0;
  left: 65%;
  bottom: 0;
  right: 0px;
  border-top: 42px solid var(--cleanin-black);
  border-left: 23px solid transparent;
  content: "";
  z-index: -1;
}

.main-header-one__top .container {
  max-width: 1590px;
  width: 100%;
}

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

.header-style1__contact {
  position: relative;
  display: flex;
  align-items: center;
}

.header-style1__contact li {
  position: relative;
  display: flex;
  align-items: center;
}

.header-style1__contact li+li {
  margin-left: 45px;
}

.header-style1__contact li:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 5px;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--cleanin-white-rgb), 0.6);
}

.header-style1__contact li:first-child:before {
  display: none;
}

.header-style1__contact li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.header-style1__contact li .icon i {
  position: relative;
  display: inline-block;
  color: var(--cleanin-white);
  font-size: 16px;
  line-height: 16px;
}

.header-style1__contact li .text {
  margin-left: 10px;
}

.header-style1__contact li .text p {
  color: var(--cleanin-white);
  font-size: 15px;
  line-height: 25px;
}

.header-style1__contact li .text p a {
  color: var(--cleanin-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header-style1__contact li .text p a:hover {
  color: var(--cleanin-white);
}

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

.main-header__language-switcher {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 23px;
}

.main-header__language-switcher .icon {
  position: relative;
  display: block;
  margin-right: 10px;
}

.main-header__language-switcher .icon span {
  position: relative;
  display: inline-block;
  color: var(--cleanin-white);
  font-size: 16px;
  line-height: 16px;
  top: 2px;
}

.main-header__language-switcher .language-switcher {
  position: relative;
  display: block;
}

.main-header__language-switcher .language-switcher form {
  position: relative;
  display: block;
  width: 65px;
}

.main-header__language-switcher .language-switcher form .select-box {
  position: relative;
  display: block;
}

.main-header__language-switcher .nice-select {
  background-color: var(--cleanin-black);
  border-radius: 0px;
  color: var(--cleanin-white);
  font-size: 15px;
  font-weight: 400;
  height: 25px;
  line-height: 25px;
  outline: none;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  font-family: var(--cleanin-font);
}

.main-header__language-switcher .nice-select:after {
  right: 0px;
  margin-top: -5px;
  border-bottom: 1px solid var(--cleanin-white);
  border-right: 1px solid var(--cleanin-white);
}

.main-header__language-switcher .nice-select .list {
  width: 115px;
  background-color: var(--cleanin-black);
}

.header-style1__social-links {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 0;
  padding-left: 20px;
}

.header-style1__social-links::before {
  position: absolute;
  top: -1px;
  left: 0;
  bottom: -2px;
  width: 1px;
  background-color: rgba(var(--cleanin-white-rgb), 0.6);
  content: "";
}

.header-style1__social-links a {
  position: relative;
  display: inline-block;
  color: var(--cleanin-white);
}

.header-style1__social-links a i::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
}

.header-style1__social-links a:hover {
  color: var(--cleanin-white);
}

.header-style1__social-links a+a {
  margin-left: 20px;
}

.main-header-one__bottom {
  position: relative;
  display: block;
  background: var(--cleanin-gray-bg);
  z-index: 2;
}

.main-header-one__bottom .container {
  max-width: 1590px;
  width: 100%;
}

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

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

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

.main-header-one__bottom-left {
  position: relative;
  display: block;
}

.logo-one {
  position: relative;
  display: block;
  z-index: 1;
}

.logo-one a {
  position: relative;
  display: block;
}

.logo-one a img {
  /* width: 300px; */
  width: 230px;
}

.main-header-one__bottom-middle {
  display: block;
}

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

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

.header-search-box {
  position: relative;
  display: block;
}

.main-menu__search {
  position: relative;
  display: block;
  color: var(--cleanin-black);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.main-header__shop {
  position: relative;
  display: block;
  margin-left: 18px;
}

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

.main-header__shop .icon-box a {
  position: relative;
  display: inline-block;
  color: var(--cleanin-black);
}

.main-header__shop .icon-box a:hover {
  color: var(--cleanin-base);
}

.main-header__shop .icon-box a i::before {
  position: relative;
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
}

.main-header__shop .icon-box .count {
  position: absolute;
  top: -2px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  background: var(--cleanin-base);
  border-radius: 50%;
}

.main-header__shop .icon-box .count span {
  position: relative;
  color: var(--cleanin-white);
  font-size: 12px;
  font-weight: 500;
  top: -1px;
}

.main-header__btn {
  position: relative;
  display: block;
  margin-left: 43px;
  line-height: 0px;
}

.stricky-header.stricky-header__one .main-menu__list>li {
  padding-top: 40px;
  padding-bottom: 38px;
}

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

.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: 35px;
  padding-bottom: 33px;
  position: relative;
}

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

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  color: var(--cleanin-black);
  font-size: 18px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--cleanin-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(--cleanin-base);
}

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

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 45%;
  right: 0;
  font-family: "icomoon" !important;
  content: "\e938";
  font-size: 12px;
  color: var(--cleanin-black);
  transform: translateY(-50%);
  font-weight: 700;
  -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(--cleanin-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;
  min-width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition:
    opacity 500ms ease,
    visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition:
    opacity 500ms ease,
    visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition:
    opacity 500ms ease,
    visibility 500ms ease,
    transform 700ms ease;
  transition:
    opacity 500ms ease,
    visibility 500ms ease,
    transform 700ms ease,
    -webkit-transform 700ms ease;
  z-index: 99;
  background-color: rgb(255, 255, 255);
  padding: 0px 0px 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.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;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.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(--cleanin-bdr-color-rgb), 0.8);
}

.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;
  font-size: 16px;
  line-height: 16px;
  color: var(--cleanin-gray);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 18px 30px 17px;
  -webkit-transition: 500ms;
  transition: 500ms;
  background-color: var(--cleanin-white);
  border-radius: 0px;
  z-index: 1;
}

.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: var(--cleanin-white);
}

.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 {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0px;
  background-color: var(--cleanin-base);
  border-radius: 0px;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  z-index: -1;
}

.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 {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
  border-left: 2px solid transparent;
  background-color: transparent;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list>li>ul>li.dropdown>a:after {
  position: absolute;
  top: 50%;
  right: 30px;
  font-family: "icomoon" !important;
  content: "\e90e";
  font-size: 12px;
  color: var(--cleanin-black);
  transform: translateY(-50%);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu .main-menu__list>li>ul>li:hover.dropdown>a::after {
  color: var(--cleanin-white);
}

.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: 31px !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(--cleanin-base);
  cursor: pointer;
}

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

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

.main-menu .mobile-nav__toggler {
  font-size: 25px;
  color: var(--cleanin-base);
  cursor: pointer;
  line-height: 0px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

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

.main-menu .mobile-nav__toggler i::before {
  position: relative;
  display: inline-block;
  top: 2px;
}

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

/***
=============================================
Main Header Two Css
=============================================
***/
.main-header-two {
  position: relative;
  display: block;
  z-index: 999;
}

.main-header-two .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.15;
  z-index: 6;
}

.main-header-two .container {
  max-width: 1630px;
  width: 100%;
}

.main-header-two__inner {
  position: relative;
  display: block;
}

.main-header-two__top {
  position: relative;
  display: block;
  padding: 14px 0px 14px;
  z-index: 1;
}

.main-header-two__top::before {
  position: absolute;
  top: 0;
  left: -999999px;
  bottom: 0;
  right: -999999px;
  background: var(--cleanin-black);
  content: "";
  z-index: -1;
}

.main-header-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 340px;
}

.header-style2__contact {
  position: relative;
  display: flex;
  align-items: center;
}

.header-style2__contact li {
  position: relative;
  display: flex;
  align-items: center;
}

.header-style2__contact li+li {
  margin-left: 80px;
}

.header-style2__contact li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(var(--cleanin-white-rgb), 0.1);
  border-radius: 50%;
  overflow: hidden;
}

.header-style2__contact li .icon i::before {
  position: relative;
  display: inline-block;
  color: var(--cleanin-white);
  font-size: 15px;
  line-height: 15px;
}

.header-style2__contact li .text {
  position: relative;
  display: block;
  margin-left: 15px;
  flex: 1;
}

.header-style2__contact li .text .text1 {
  color: var(--cleanin-white);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 1px;
}

.header-style2__contact li .text .text2 {
  color: var(--cleanin-white);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.header-style2__contact li .text .text2 a {
  color: var(--cleanin-white);
}

.header-style2__contact li .text .text2 a:hover {
  color: var(--cleanin-white);
}

.header-style2__social-links {
  position: relative;
  display: block;
}

.header-style2__social-links .title-box {
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.header-style2__social-links .title-box p {
  color: var(--cleanin-white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

.header-style2__social-links ul {
  position: relative;
  display: flex;
  align-items: center;
}

.header-style2__social-links ul li {
  position: relative;
  display: block;
}

.header-style2__social-links ul li+li {
  margin-left: 10px;
}

.header-style2__social-links ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: rgba(var(--cleanin-white-rgb), 0.1);
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.header-style2__social-links ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: var(--cleanin-white);
  transition-delay: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(-70deg) scale(0.2);
  -ms-transform: perspective(400px) rotateX(-70deg) scale(0.2);
  transform: perspective(400px) rotateX(-70deg) scale(0.2);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  z-index: -1;
}

.header-style2__social-links ul li a:hover:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg) scale(1);
  -ms-transform: perspective(400px) rotateX(0deg) scale(1);
  transform: perspective(400px) rotateX(0deg) scale(1);
}

.header-style2__social-links ul li a span {
  position: relative;
  display: block;
  line-height: 0px;
}

.header-style2__social-links ul li a span::before {
  position: relative;
  display: inline-block;
  color: var(--cleanin-white);
  font-size: 13px;
  line-height: 13px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.header-style2__social-links ul li a:hover span::before {
  color: var(--cleanin-black);
}

.main-header-two__bottom {
  position: relative;
  display: block;
}

.main-header-two__bottom .container {
  padding: 0px;
}

.main-header-two__bottom .main-menu__wrapper-inner {
  padding-left: 340px;
}

.main-header-two__logo {
  position: absolute;
  top: -90px;
  left: 0;
  width: 240px;
  height: 169px;
  display: flex;
  align-items: center;
  z-index: 5;
}

.main-header-two__logo::before {
  position: absolute;
  top: 0;
  left: -99999px;
  bottom: 0;
  right: 0;
  border-top: 169px solid var(--cleanin-base);
  border-right: 50px solid transparent;
  content: "";
  z-index: -1;
}

.main-header-two__logo::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -50px;
  height: 50px;
  width: 85px;
  border-bottom: 90px solid rgba(var(--cleanin-base-rgb), 0.8);
  border-left: 10px solid transparent;
  border-right: 50px solid transparent;
  z-index: -1;
}

.main-header-two__bottom-left {
  display: block;
}

.main-header-two .main-menu .main-menu__list>li,
.stricky-header.stricky-header__two .main-menu__list>li {
  padding-top: 28px;
  padding-bottom: 26px;
}

.main-header-two__bottom-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__bottom-right .sidebar-icon {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-left: 20px;
  padding-right: 10px;
}

.main-header-two__bottom-right .sidebar-icon::after {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: 0px;
  width: 1px;
  background: var(--cleanin-black);
  content: "";
}

.main-header-two__bottom-right .sidebar-icon a {
  position: relative;
  display: block;
  width: 41px;
}

.main-header-two__bottom-right .sidebar-icon a span+span {
  margin-top: 5px;
}

.main-header-two__bottom-right .sidebar-icon a .nav-sidebar-menu-1 {
  position: relative;
  display: block;
  height: 2px;
  width: 20px;
  background-color: var(--cleanin-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-1 {
  width: 30px;
  background: var(--cleanin-base);
}

.main-header-two__bottom-right .sidebar-icon a .nav-sidebar-menu-2 {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background-color: var(--cleanin-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-2 {
  width: 20px;
  background: var(--cleanin-base);
}

.main-header-two__bottom-right .sidebar-icon a .nav-sidebar-menu-3 {
  position: relative;
  display: block;
  height: 2px;
  width: 25px;
  background-color: var(--cleanin-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-3 {
  width: 30px;
  background: var(--cleanin-base);
}

.main-header-two__bottom-right .main-header__btn {
  margin-left: 0px;
}

.main-header-two__bottom-right .main-header__btn .thm-btn {
  line-height: 49px;
}

.stricky-header__two .container {
  max-width: 1630px;
  width: 100%;
}

.stricky-header__two .main-header-two__logo {
  position: relative;
  top: 0px;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  align-items: center;
  padding-right: 30px;
  z-index: 5;
}

.stricky-header__two .main-header-two__logo::before {
  position: absolute;
  top: -22px;
  left: -99999px;
  bottom: -19px;
  right: 0;
  border-top: none;
  border-right: none;
  background: var(--cleanin-base);
  content: "";
  z-index: -1;
}

.stricky-header__two .main-header-two__logo::after {
  display: none;
}

.stricky-header.stricky-header__two .main-menu__list>li {
  padding-top: 38px;
  padding-bottom: 36px;
}

.main-header-two .home-showcase .container {
  max-width: 1350px;
  width: 100%;
}

.stricky-header__two .home-showcase .container {
  max-width: 1350px;
  width: 100%;
}

/***
=============================================
Main Header Three Css
=============================================
***/
.main-header-one--three {
  position: relative;
  display: block;
}

.main-header-one--three .main-header-one__top::before {
  display: none;
}

.main-header-one--three .main-header__language-switcher .nice-select {
  background-color: var(--cleanin-base);
}

.main-header-one--three .main-header__language-switcher .nice-select .list {
  background-color: var(--cleanin-base);
}

.main-header-one--three .nice-select .option:hover,
.main-header-one--three .nice-select .option.focus,
.main-header-one--three .nice-select .option.selected.focus {
  background-color: var(--cleanin-black);
}

/***
=============================================
Main Header Four Css
=============================================
***/
.main-header-one--four {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(var(--cleanin-white-rgb), 0.05);
  z-index: 99;
}

.main-header-one--four .main-slider-one__bg::before {
  background: rgba(var(--cleanin-base-rgb), 0.6);
}

.main-header-one--four .main-header-one__top {
  background-color: transparent;
  border-bottom: 1px solid rgba(var(--cleanin-white-rgb), 0.12);
}

.main-header-one--four .main-header-one__top-inner {
  padding: 12px 0px;
}

.main-header-one--four .main-header-one__bottom {
  background: transparent;
}

.main-header-one--four .main-header-one__top::before {
  display: none;
}

.main-header-one--four .header-style1__contact li:before {
  background-color: rgba(var(--cleanin-white-rgb), 0.15);
}

.main-header-one--four .main-header__language-switcher .nice-select {
  background-color: transparent;
}

.main-header-one--four .header-style1__social-links::before {
  background-color: rgba(var(--cleanin-white-rgb), 0.15);
}

.main-header-one--four .main-menu__search {
  color: var(--cleanin-white);
}

.main-header-one--four .main-header__shop .icon-box a {
  color: var(--cleanin-white);
}

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

.main-header-one--four .main-menu .main-menu__list>li.dropdown>a:after {
  color: var(--cleanin-white);
}

.main-header-one--four .main-header__btn .thm-btn {
  background: rgba(var(--cleanin-white-rgb), 0.25);
}

.stricky-header.stricky-header--four .main-menu__list>li {
  padding-top: 40px;
  padding-bottom: 38px;
}

.stricky-header.stricky-header--four.main-menu {
  background-color: var(--cleanin-base);
}

.stricky-header.stricky-header--four .main-menu__list>li>a {
  color: var(--cleanin-white);
}

.stricky-header.stricky-header--four.main-menu .main-menu__list>li.dropdown>a:after {
  color: var(--cleanin-white);
}

.stricky-header.stricky-header--four .main-menu__search {
  color: var(--cleanin-white);
}

.stricky-header.stricky-header--four .main-header__shop .icon-box a {
  color: var(--cleanin-white);
}

.stricky-header.stricky-header--four .main-header__shop .icon-box .count {
  background: var(--cleanin-black);
}

.stricky-header.stricky-header--four .main-header__btn .thm-btn {
  background: var(--cleanin-white);
  color: var(--cleanin-black);
}

.stricky-header.stricky-header--four .main-header__btn .thm-btn:hover {
  color: var(--cleanin-white);
}

/***
=============================================
Main Header Five Css
=============================================
***/
.main-header-five {
  position: relative;
  display: block;
  z-index: 99;
}

.main-header-five__top {
  position: relative;
  display: block;
  background: var(--cleanin-base);
  padding: 8px 0px 9px;
}

.main-header-five__top::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -1px;
  width: 405px;
  background: rgba(var(--cleanin-white-rgb), 1);
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  content: "";
}

.main-header-five__top .container {
  max-width: 1590px;
  width: 100%;
}

.main-header-five__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 319px;
}

.main-header-five__top-right {
  position: relative;
  display: block;
}

.main-header-five__top-right .header-style1__social-links {
  padding-left: 0px;
}

.main-header-five__top-right .header-style1__social-links::before {
  display: none;
}

.main-header-five__bottom {
  position: relative;
  display: block;
  background: var(--cleanin-white);
  z-index: 2;
}

.main-header-five__bottom .logo-one {
  margin-top: -43px;
}

.main-header-five__bottom .container {
  max-width: 1590px;
  width: 100%;
}

.main-header-five__bottom-left {
  position: relative;
  display: block;
}

.main-header-five__bottom-middle {
  display: block;
}

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

.main-header-five__bottom-right .sidebar-icon {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 10px;
}

.main-header-five__bottom-right .sidebar-icon::after {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: 0px;
  width: 1px;
  background: var(--cleanin-black);
  content: "";
}

.main-header-five__bottom-right .sidebar-icon a {
  position: relative;
  display: block;
  width: 41px;
}

.main-header-five__bottom-right .sidebar-icon a span+span {
  margin-top: 5px;
}

.main-header-five__bottom-right .sidebar-icon a .nav-sidebar-menu-1 {
  position: relative;
  display: block;
  height: 2px;
  width: 20px;
  background-color: var(--cleanin-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-five__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-1 {
  width: 30px;
  background: var(--cleanin-base);
}

.main-header-five__bottom-right .sidebar-icon a .nav-sidebar-menu-2 {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background-color: var(--cleanin-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-five__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-2 {
  width: 20px;
  background: var(--cleanin-base);
}

.main-header-five__bottom-right .sidebar-icon a .nav-sidebar-menu-3 {
  position: relative;
  display: block;
  height: 2px;
  width: 25px;
  background-color: var(--cleanin-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-five__bottom-right .sidebar-icon a:hover .nav-sidebar-menu-3 {
  width: 30px;
  background: var(--cleanin-base);
}

.main-header-five__bottom-right .main-header__btn {
  margin-left: 0px;
}

.stricky-header__one--five .main-header-five__bottom-right .sidebar-icon {
  padding-left: 15px;
  margin-left: 15px;
  margin-right: 5px;
  padding-right: 0px;
}

.main-header-five__bottom-middle .home-showcase .container {
  max-width: 1350px;
  width: 100%;
}

/* start slider */
.carousel-control-prev,
.carousel-control-next {
  width: 70px;
  opacity: 1;
}

.custom-arrow {
  /* width: 60px !important; */
  width: 30px !important;
  height: 30px !important;
  /* height: 60px !important; */
  background-color: #0358da;
  background-size: 26px 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.carousel-control-prev:hover .custom-arrow,
.carousel-control-next:hover .custom-arrow {
  background-color: #000;
  transform: scale(1.08);
}

.carousel-control-prev:focus,
.carousel-control-next:focus {
  opacity: 1;
}

/* end slider */

/* start pro */
/* =========================================================
   SSE PRODUCTS SECTION
   3 GRID DESKTOP / 2 GRID TABLET / 1 GRID MOBILE
========================================================= */

.sse-products-section {
  width: 100%;
  padding: 90px 0;
  background: #f6f8fb;
  position: relative;
  overflow: hidden;
}

/* =========================================================
   CONTAINER
========================================================= */

.sse-products-container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

/* =========================================================
   SECTION HEADING
========================================================= */

.sse-products-heading {
  max-width: 850px;
  margin: 0 auto 55px;
  text-align: center;
}

.sse-products-heading h5 {
  margin: 0 0 12px;

  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;

  color: #0358da;
}

.sse-products-heading h2 {
  margin: 0 0 18px;

  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;

  color: #172033;
}

.sse-products-heading p {
  margin: 0 auto;

  max-width: 780px;

  font-size: 16px;
  line-height: 1.8;

  color: #687386;
}

/* =========================================================
   PRODUCTS GRID
========================================================= */

.sse-products-grid {
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 30px;

  align-items: stretch;
}

/* =========================================================
   PRODUCT CARD
========================================================= */

.sse-product-card {
  width: 100%;
  height: 100%;

  position: relative;

  background: #ffffff;

  border-radius: 18px;

  overflow: hidden;

  border: 1px solid rgba(3, 88, 218, 0.1);

  box-shadow: 0 12px 35px rgba(20, 38, 70, 0.08);

  display: flex;
  flex-direction: column;

  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

.sse-product-card:hover {
  transform: translateY(-8px);

  border-color: rgba(3, 88, 218, 0.25);

  box-shadow: 0 20px 50px rgba(20, 38, 70, 0.14);
}

/* =========================================================
   PRODUCT IMAGE
   IMPORTANT:
   1000 x 750 = 4:3
========================================================= */

.sse-product-image {
  width: 100%;

  aspect-ratio: 4 / 3;

  height: auto;

  position: relative;

  overflow: hidden;

  background: #eef3f8;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Image */

.sse-product-image img {
  width: 100%;
  height: 100%;

  max-width: 100%;
  max-height: 100%;

  display: block;

  object-fit: contain;
  object-position: center center;

  padding: 10px;

  transition: transform 0.5s ease;
}

/* Hover image */

.sse-product-card:hover .sse-product-image img {
  transform: scale(1.035);
}

/* =========================================================
   IMAGE OVERLAY
========================================================= */

.sse-product-image::after {
  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(180deg, transparent 60%, rgba(3, 88, 218, 0.06));

  pointer-events: none;
}

/* =========================================================
   PRODUCT CONTENT
========================================================= */

.sse-product-content {
  padding: 28px 28px 30px;

  display: flex;
  flex-direction: column;

  flex: 1;

  background: #ffffff;
}

/* Product title */

.sse-product-content h3 {
  margin: 0 0 13px;

  font-size: 22px;
  line-height: 1.3;

  font-weight: 750;

  color: #172033;

  transition: color 0.3s ease;
}

.sse-product-card:hover .sse-product-content h3 {
  color: #0358da;
}

/* Product description */

.sse-product-content p {
  margin: 0 0 24px;

  font-size: 15px;

  line-height: 1.75;

  color: #697586;

  flex: 1;
}

/* =========================================================
   VIEW DETAILS BUTTON
========================================================= */

.sse-product-btn {
  width: fit-content;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 45px;

  padding: 11px 22px;

  border-radius: 7px;

  background: #0358da;

  color: #ffffff !important;

  font-size: 14px;

  font-weight: 700;

  text-decoration: none !important;

  transition:
    background 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.sse-product-btn:hover {
  background: #0246b0;

  transform: translateY(-2px);

  box-shadow: 0 8px 20px rgba(3, 88, 218, 0.25);
}

/* =========================================================
   OPTIONAL ARROW
========================================================= */

.sse-product-btn::after {
  content: "→";

  margin-left: 9px;

  font-size: 17px;

  line-height: 1;

  transition: transform 0.3s ease;
}

.sse-product-btn:hover::after {
  transform: translateX(4px);
}

/* =========================================================
   DESKTOP LARGE
========================================================= */

@media (min-width: 1400px) {
  .sse-products-container {
    width: 88%;
    max-width: 1450px;
  }

  .sse-products-grid {
    gap: 32px;
  }

  .sse-product-content {
    padding: 30px;
  }

  .sse-product-content h3 {
    font-size: 23px;
  }
}

/* =========================================================
   LAPTOP
   3 PRODUCTS
========================================================= */

@media (min-width: 992px) and (max-width: 1199px) {
  .sse-products-section {
    padding: 75px 0;
  }

  .sse-products-container {
    width: 92%;
  }

  .sse-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 22px;
  }

  .sse-product-content {
    padding: 23px;
  }

  .sse-product-content h3 {
    font-size: 20px;
  }

  .sse-product-content p {
    font-size: 14px;
    line-height: 1.65;
  }
}

/* =========================================================
   TABLET
   2 PRODUCTS
========================================================= */

@media (min-width: 768px) and (max-width: 991px) {
  .sse-products-section {
    padding: 70px 0;
  }

  .sse-products-container {
    width: 92%;
  }

  .sse-products-heading {
    margin-bottom: 45px;
  }

  .sse-products-heading h2 {
    font-size: 36px;
  }

  .sse-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 25px;
  }

  .sse-product-image {
    aspect-ratio: 4 / 3;
  }

  .sse-product-image img {
    padding: 8px;

    object-fit: contain;
  }

  .sse-product-content {
    padding: 24px;
  }

  .sse-product-content h3 {
    font-size: 20px;
  }
}

/* =========================================================
   MOBILE
   1 PRODUCT
========================================================= */

@media (max-width: 767px) {
  .sse-products-section {
    padding: 55px 0;
  }

  .sse-products-container {
    width: 92%;
    max-width: 100%;
  }

  /* Heading */

  .sse-products-heading {
    margin-bottom: 35px;
  }

  .sse-products-heading h5 {
    font-size: 12px;
    letter-spacing: 2px;

    margin-bottom: 9px;
  }

  .sse-products-heading h2 {
    font-size: 30px;
    line-height: 1.25;

    margin-bottom: 13px;
  }

  .sse-products-heading p {
    font-size: 14px;
    line-height: 1.7;
  }

  /* Grid */

  .sse-products-grid {
    display: grid;

    grid-template-columns: 1fr;

    gap: 25px;
  }

  /* Card */

  .sse-product-card {
    width: 100%;

    border-radius: 15px;

    transform: none !important;
  }

  /* Image */

  .sse-product-image {
    width: 100%;

    aspect-ratio: 4 / 3;

    height: auto;

    min-height: 0;
    max-height: none;

    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sse-product-image img {
    width: 100%;
    height: 100%;

    max-width: 100%;
    max-height: 100%;

    padding: 7px;

    object-fit: contain;
    object-position: center center;

    transform: none !important;
  }

  /* Content */

  .sse-product-content {
    padding: 22px 20px 24px;
  }

  .sse-product-content h3 {
    font-size: 20px;

    line-height: 1.35;

    margin-bottom: 10px;
  }

  .sse-product-content p {
    font-size: 14px;

    line-height: 1.7;

    margin-bottom: 20px;
  }

  /* Button */

  .sse-product-btn {
    min-height: 43px;

    padding: 10px 19px;

    font-size: 13px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
  .sse-products-section {
    padding: 45px 0;
  }

  .sse-products-container {
    width: 92%;
  }

  .sse-products-heading {
    margin-bottom: 30px;
  }

  .sse-products-heading h2 {
    font-size: 27px;
  }

  .sse-products-heading p {
    font-size: 13px;
  }

  .sse-products-grid {
    gap: 20px;
  }

  .sse-product-image {
    width: 100%;

    /* 1000 x 750 ratio */
    aspect-ratio: 4 / 3;

    height: auto;
  }

  .sse-product-image img {
    width: 100%;
    height: 100%;

    padding: 5px;

    object-fit: contain;
    object-position: center;
  }

  .sse-product-content {
    padding: 20px 17px 22px;
  }

  .sse-product-content h3 {
    font-size: 18px;
  }

  .sse-product-content p {
    font-size: 13px;
    line-height: 1.65;
  }

  .sse-product-btn {
    width: 100%;

    min-height: 42px;

    padding: 10px 16px;

    text-align: center;
  }
}

/* =========================================================
   EXTRA SMALL MOBILE
========================================================= */

@media (max-width: 360px) {
  .sse-products-container {
    width: 94%;
  }

  .sse-products-heading h2 {
    font-size: 25px;
  }

  .sse-product-image {
    aspect-ratio: 4 / 3;
  }

  .sse-product-image img {
    padding: 4px;
  }

  .sse-product-content {
    padding: 18px 15px 20px;
  }

  .sse-product-content h3 {
    font-size: 17px;
  }

  .sse-product-content p {
    font-size: 12.5px;
  }
}

/* =========================================================
   ACCESSIBILITY / TOUCH DEVICES
========================================================= */

@media (hover: none) {
  .sse-product-card:hover {
    transform: none;

    box-shadow: 0 12px 35px rgba(20, 38, 70, 0.08);
  }

  .sse-product-card:hover .sse-product-image img {
    transform: none;
  }
}

/* =========================================================
   IMPORTANT IMAGE FIX
   Prevent Bootstrap / Theme CSS from breaking image
========================================================= */

.sse-product-image img {
  vertical-align: middle;
  border: 0;
}

/* Prevent global img height rules */

.sse-products-section img {
  max-width: 100%;
}

/* =========================================================
   IF THEME HAS .img-responsive OR GLOBAL HEIGHT
========================================================= */

.sse-product-image img {
  height: 100% !important;
  width: 100% !important;
  object-fit: contain !important;
}

/* =========================================================
   MOBILE FINAL OVERRIDE
========================================================= */

@media (max-width: 767px) {
  .sse-product-image {
    height: auto !important;
    min-height: 0 !important;
  }

  .sse-product-image img {
    height: 100% !important;
    width: 100% !important;

    object-fit: contain !important;
    object-position: center !important;
  }
}

/* end pro */

/* start why choose  */
/* =========================================
   HSP WHY CHOOSE US
========================================= */

.hsp-why-section {
  position: relative;
  padding: 110px 20px;
  background: #f7f9f8;
  overflow: hidden;
  isolation: isolate;
}

.hsp-why-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

/* =========================================
   BACKGROUND
========================================= */

.hsp-why-bg-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

.hsp-why-bg-circle-one {
  width: 600px;
  height: 600px;
  right: -250px;
  top: -220px;
  background: rgba(6, 54, 19, 0.045);
}

.hsp-why-bg-circle-two {
  width: 450px;
  height: 450px;
  left: -250px;
  bottom: -220px;
  background: rgba(6, 54, 19, 0.035);
}

.hsp-why-grid-pattern {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 300px;
  opacity: 0.25;
  background-image: radial-gradient(#0358da 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(to bottom left, black, transparent);
  z-index: -1;
}

/* =========================================
   HEADING
========================================= */

.hsp-why-heading {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 70px;
}

.hsp-why-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 15px;
  color: #0358da;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 3px;
}

.hsp-why-label-line {
  width: 42px;
  height: 2px;
  background: #0358da;
  display: block;
}

.hsp-why-heading h2 {
  margin: 0 0 18px;
  font-size: 46px;
  line-height: 1.15;
  font-weight: 800;
  color: #17211a;
}

.hsp-why-heading h2 span {
  color: #0358da;
}

.hsp-why-heading p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 29px;
  color: #68706b;
}

/* =========================================
   MAIN LAYOUT
========================================= */

.hsp-why-layout {
  display: grid;
  grid-template-columns: 1fr 390px 1fr;
  align-items: center;
  gap: 55px;
}

/* =========================================
   FEATURE COLUMNS
========================================= */

.hsp-why-column {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.hsp-why-left {
  padding-right: 10px;
}

.hsp-why-right {
  padding-left: 10px;
}

/* =========================================
   FEATURE CARD
========================================= */

.hsp-why-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 22px;
  background: #ffffff;
  border: 1px solid rgba(6, 54, 19, 0.08);
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.055);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.hsp-why-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 3px;
  border-radius: 0 5px 5px 0;
  background: #0358da;
  transform: scaleY(0);
  transform-origin: center;
  transition: 0.35s ease;
}

.hsp-why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(6, 54, 19, 0.2);
  box-shadow: 0 20px 45px rgba(6, 54, 19, 0.12);
}

.hsp-why-card:hover::before {
  transform: scaleY(1);
}

/* =========================================
   ICON
========================================= */

.hsp-why-icon {
  min-width: 68px;
  width: 68px;
  height: 68px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef5ef;
  color: #0358da;
  transition: 0.35s ease;
}

.hsp-why-icon svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hsp-why-card:hover .hsp-why-icon {
  background: #0358da;
  color: #ffffff;
  transform: rotate(-4deg) scale(1.05);
}

/* =========================================
   CARD CONTENT
========================================= */

.hsp-why-card-content {
  flex: 1;
}

.hsp-why-card-content h3 {
  margin: 0 0 7px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 750;
  color: #18221b;
}

.hsp-why-card-content p {
  margin: 0;
  color: #747b76;
  font-size: 14px;
  line-height: 24px;
}

/* =========================================
   CENTER AREA
========================================= */

.hsp-why-center {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hsp-why-center-glow {
  position: absolute;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: rgba(6, 54, 19, 0.08);
  filter: blur(35px);
}

.hsp-why-center-circle {
  position: relative;
  width: 285px;
  height: 285px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 35% 30%,
      #ffffff 0%,
      #eef5ef 45%,
      #dce9df 100%);
  border: 2px solid rgba(6, 54, 19, 0.18);
  box-shadow:
    0 25px 60px rgba(6, 54, 19, 0.14),
    inset 0 0 0 12px rgba(255, 255, 255, 0.75);
}

.hsp-why-center-circle::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  border: 1px dashed rgba(6, 54, 19, 0.28);
  animation: hspWhyRotate 20s linear infinite;
}

.hsp-why-center-circle::after {
  content: "";
  position: absolute;
  inset: -35px;
  border-radius: 50%;
  border: 1px solid rgba(6, 54, 19, 0.08);
}

/* =========================================
   CENTER INNER
========================================= */

.hsp-why-inner-circle {
  width: 205px;
  height: 205px;
  border-radius: 50%;
  background: #0358da;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 20px 40px rgba(6, 54, 19, 0.28),
    inset 0 2px 0 rgba(255, 255, 255, 0.15);
}

.hsp-why-logo-text {
  color: #ffffff;
  font-size: 58px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -4px;
}

.hsp-why-logo-line {
  width: 70px;
  height: 2px;
  background: #ffffff;
  margin: 12px 0 8px;
  opacity: 0.7;
}

.hsp-why-logo-small {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 5px;
  font-weight: 700;
}

/* =========================================
   CENTER TEXT
========================================= */

.hsp-why-center-text {
  position: absolute;
  bottom: -8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  background: #ffffff;
  padding: 10px 22px;
  border-radius: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.hsp-why-center-text strong {
  color: #0358da;
  font-size: 14px;
  letter-spacing: 1px;
}

.hsp-why-center-text span {
  color: #777;
  font-size: 11px;
}

/* =========================================
   FLOATING TAPE SHAPES
========================================= */

.hsp-floating-tape {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 8px solid #0358da;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.hsp-floating-tape-one {
  top: 15px;
  left: 28px;
}

.hsp-floating-tape-two {
  right: 15px;
  top: 75px;
  width: 34px;
  height: 34px;
  border-width: 6px;
}

.hsp-floating-tape-three {
  bottom: 38px;
  left: 18px;
  width: 28px;
  height: 28px;
  border-width: 5px;
}

/* =========================================
   STATS
========================================= */

.hsp-why-stats {
  margin-top: 75px;
  padding: 25px 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #0358da;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(6, 54, 19, 0.18);
}

.hsp-why-stat {
  text-align: center;
  position: relative;
}

.hsp-why-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  height: 45px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.hsp-why-stat strong {
  display: block;
  color: #ffffff;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 4px;
}

.hsp-why-stat span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  letter-spacing: 0.5px;
}

/* =========================================
   ANIMATION
========================================= */

@keyframes hspWhyRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* =========================================
   LARGE LAPTOP
========================================= */

@media (max-width: 1250px) {
  .hsp-why-layout {
    grid-template-columns: 1fr 320px 1fr;
    gap: 30px;
  }

  .hsp-why-center-circle {
    width: 245px;
    height: 245px;
  }

  .hsp-why-inner-circle {
    width: 175px;
    height: 175px;
  }

  .hsp-why-logo-text {
    font-size: 48px;
  }

  .hsp-why-card {
    padding: 20px 16px;
    gap: 15px;
  }

  .hsp-why-icon {
    min-width: 58px;
    width: 58px;
    height: 58px;
  }

  .hsp-why-card-content h3 {
    font-size: 18px;
  }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {
  .hsp-why-section {
    padding: 80px 20px;
  }

  .hsp-why-heading {
    margin-bottom: 50px;
  }

  .hsp-why-heading h2 {
    font-size: 38px;
  }

  .hsp-why-layout {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  .hsp-why-center {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 300px;
    margin-bottom: 20px;
  }

  .hsp-why-left {
    grid-column: 1;
    grid-row: 2;
  }

  .hsp-why-right {
    grid-column: 2;
    grid-row: 2;
  }

  .hsp-why-center-circle {
    width: 230px;
    height: 230px;
  }

  .hsp-why-inner-circle {
    width: 165px;
    height: 165px;
  }

  .hsp-why-logo-text {
    font-size: 44px;
  }

  .hsp-why-stats {
    margin-top: 50px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  .hsp-why-section {
    padding: 65px 15px;
  }

  .hsp-why-heading {
    margin-bottom: 40px;
  }

  .hsp-why-label {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .hsp-why-heading h2 {
    font-size: 30px;
  }

  .hsp-why-heading p {
    font-size: 14px;
    line-height: 25px;
  }

  .hsp-why-layout {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .hsp-why-center {
    order: 1;
    width: 100%;
    min-height: 270px;
    margin-bottom: 10px;
  }

  .hsp-why-left {
    order: 2;
    width: 100%;
  }

  .hsp-why-right {
    order: 3;
    width: 100%;
  }

  .hsp-why-column {
    gap: 18px;
    padding: 0;
  }

  .hsp-why-center-circle {
    width: 205px;
    height: 205px;
  }

  .hsp-why-inner-circle {
    width: 145px;
    height: 145px;
  }

  .hsp-why-logo-text {
    font-size: 38px;
  }

  .hsp-why-logo-small {
    font-size: 9px;
    letter-spacing: 3px;
  }

  .hsp-why-logo-line {
    width: 50px;
    margin: 8px 0 6px;
  }

  .hsp-why-card {
    width: 100%;
    padding: 20px;
  }

  .hsp-why-icon {
    min-width: 58px;
    width: 58px;
    height: 58px;
  }

  .hsp-why-icon svg {
    width: 30px;
    height: 30px;
  }

  .hsp-why-card-content h3 {
    font-size: 18px;
  }

  .hsp-why-card-content p {
    font-size: 13px;
    line-height: 22px;
  }

  .hsp-why-stats {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 20px 10px;
    margin-top: 40px;
  }

  .hsp-why-stat {
    padding: 12px 5px;
  }

  .hsp-why-stat:nth-child(1),
  .hsp-why-stat:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .hsp-why-stat:nth-child(2)::after {
    display: none;
  }

  .hsp-why-stat strong {
    font-size: 21px;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
  .hsp-why-section {
    padding: 55px 12px;
  }

  .hsp-why-heading h2 {
    font-size: 26px;
  }

  .hsp-why-heading p {
    font-size: 13px;
    line-height: 23px;
  }

  .hsp-why-label-line {
    width: 25px;
  }

  .hsp-why-card {
    padding: 17px 15px;
    gap: 13px;
    border-radius: 14px;
  }

  .hsp-why-icon {
    min-width: 52px;
    width: 52px;
    height: 52px;
    border-radius: 12px;
  }

  .hsp-why-icon svg {
    width: 27px;
    height: 27px;
  }

  .hsp-why-card-content h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .hsp-why-card-content p {
    font-size: 12px;
    line-height: 20px;
  }

  .hsp-why-center {
    min-height: 240px;
  }

  .hsp-why-center-circle {
    width: 185px;
    height: 185px;
  }

  .hsp-why-inner-circle {
    width: 130px;
    height: 130px;
  }

  .hsp-why-logo-text {
    font-size: 34px;
  }

  .hsp-why-center-text {
    bottom: -3px;
    padding: 8px 16px;
  }

  .hsp-floating-tape-one {
    left: 5px;
    top: 20px;
  }

  .hsp-floating-tape-two {
    right: 5px;
    top: 50px;
  }

  .hsp-floating-tape-three {
    left: 10px;
    bottom: 25px;
  }

  .hsp-why-stats {
    border-radius: 14px;
  }

  .hsp-why-stat span {
    font-size: 11px;
  }
}

/* end why choose  */

/* start about */
/* =========================================================
   SHRI SHYAM ENGINEERS - ABOUT SECTION
========================================================= */

.sse-about-section {
  width: 100%;
  padding: 45px 0;
  background: #ffffff;
  overflow: hidden;
}

.sse-about-section .container {
  max-width: 1240px;
}

/* =========================================================
   ROW ALIGNMENT
========================================================= */

.sse-about-section .row {
  align-items: center !important;
}

/* =========================================================
   LEFT IMAGE
========================================================= */

.sse-about-image-box {
  width: 500px;
  height: 500px;
  max-width: 100%;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
}

.sse-about-image {
  width: 500px;
  height: 500px;
  max-width: 100%;

  object-fit: cover;

  display: block;

  border-radius: 20px;

  box-shadow: 0 20px 50px rgba(3, 88, 218, 0.16);

  position: relative;
  z-index: 2;
}

/* Decorative border */

.sse-about-image-box::before {
  content: "";

  position: absolute;

  width: 90%;
  height: 90%;

  right: -12px;
  bottom: -12px;

  border: 4px solid #0358da;

  border-radius: 24px;

  z-index: 1;
}

/* =========================================================
   RIGHT CONTENT
========================================================= */

.sse-about-content {
  padding-left: 25px;
}

.sse-about-subtitle {
  display: inline-block;

  font-size: 14px;
  font-weight: 800;

  color: #0358da;

  letter-spacing: 1.5px;

  margin-bottom: 12px;

  position: relative;

  padding-left: 38px;
}

.sse-about-subtitle::before {
  content: "";

  position: absolute;

  left: 0;
  top: 50%;

  width: 28px;
  height: 3px;

  background: #0358da;

  transform: translateY(-50%);
}

.sse-about-content h2 {
  margin: 0 0 18px;

  font-size: 42px;

  line-height: 1.15;

  font-weight: 800;

  color: #172333;
}

.sse-about-content h2 span {
  color: #0358da;
}

.sse-about-text {
  margin: 0 0 25px;

  font-size: 15px;

  line-height: 1.8;

  color: #687384;

  max-width: 680px;
}

/* =========================================================
   SERVICES GRID
========================================================= */

.sse-services-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 13px;

  margin-bottom: 25px;
}

/* =========================================================
   SERVICE CARD
========================================================= */

.sse-service-card {
  display: flex;

  align-items: center;

  gap: 13px;

  background: #ffffff;

  border: 1px solid #e4e9f0;

  border-radius: 12px;

  padding: 14px;

  position: relative;

  overflow: hidden;

  transition: all 0.35s ease;
}

.sse-service-card::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;

  width: 3px;
  height: 0;

  background: #0358da;

  transition: all 0.35s ease;
}

.sse-service-card:hover {
  transform: translateY(-4px);

  border-color: #0358da;

  box-shadow: 0 12px 30px rgba(3, 88, 218, 0.1);
}

.sse-service-card:hover::before {
  height: 100%;
}

/* =========================================================
   SERVICE ICON
========================================================= */

.sse-service-icon {
  width: 45px;
  min-width: 45px;

  height: 45px;

  border-radius: 10px;

  background: rgba(3, 88, 218, 0.09);

  color: #0358da;

  display: flex;

  align-items: center;
  justify-content: center;

  font-size: 18px;

  transition: all 0.35s ease;
}

.sse-service-card:hover .sse-service-icon {
  background: #0358da;

  color: #ffffff;
}

/* =========================================================
   SERVICE CONTENT
========================================================= */

.sse-service-content h4 {
  margin: 0 0 4px;

  font-size: 15px;

  line-height: 1.3;

  font-weight: 750;

  color: #172333;
}

.sse-service-content p {
  margin: 0;

  font-size: 12px;

  line-height: 1.45;

  color: #788391;
}

/* =========================================================
   BUTTON
========================================================= */

.sse-about-button {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 13px 24px;

  background: #0358da;

  color: #ffffff;

  border-radius: 7px;

  text-decoration: none;

  font-size: 14px;

  font-weight: 700;

  transition: all 0.3s ease;
}

.sse-about-button:hover {
  background: #0246b0;

  color: #ffffff;

  transform: translateY(-2px);
}

.sse-about-button i {
  transition: 0.3s ease;
}

.sse-about-button:hover i {
  transform: translateX(5px);
}

/* =========================================================
   LARGE LAPTOP
========================================================= */

@media (max-width: 1199px) {
  .sse-about-section {
    padding: 75px 0;
  }

  .sse-about-image-box {
    width: 450px;
    height: 450px;
  }

  .sse-about-image {
    width: 450px;
    height: 450px;
  }

  .sse-about-content {
    padding-left: 10px;
  }

  .sse-about-content h2 {
    font-size: 36px;
  }

  .sse-about-text {
    font-size: 14px;
  }

  .sse-service-card {
    padding: 11px;
  }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {
  .sse-about-section {
    padding: 65px 0;
  }

  /*
       Tablet par image aur content vertically stack honge,
       image center mein rahegi.
    */

  .sse-about-image-box {
    width: 500px;
    height: 500px;

    margin: 0 auto 50px;
  }

  .sse-about-image {
    width: 500px;
    height: 500px;
  }

  .sse-about-content {
    padding-left: 0;
  }

  .sse-about-content h2 {
    font-size: 38px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .sse-about-section {
    padding: 50px 15px;
  }

  /* IMAGE CENTER */

  .sse-about-image-box {
    width: 100%;
    max-width: 500px;

    height: auto;

    aspect-ratio: 1 / 1;

    margin: 0 auto 40px;
  }

  .sse-about-image {
    width: 100%;
    height: 100%;

    border-radius: 16px;
  }

  .sse-about-image-box::before {
    right: -7px;
    bottom: -7px;

    border-width: 3px;

    border-radius: 19px;
  }

  /* CONTENT */

  .sse-about-content {
    padding-left: 0;

    text-align: left;
  }

  .sse-about-subtitle {
    font-size: 11px;

    letter-spacing: 1px;
  }

  .sse-about-content h2 {
    font-size: 30px;
  }

  .sse-about-text {
    font-size: 14px;

    line-height: 1.7;
  }

  /* SERVICES */

  .sse-services-grid {
    grid-template-columns: 1fr;

    gap: 12px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
  .sse-about-section {
    padding: 40px 12px;
  }

  .sse-about-content h2 {
    font-size: 27px;
  }

  .sse-about-subtitle {
    font-size: 10px;
  }

  .sse-about-text {
    font-size: 13px;
  }

  .sse-service-card {
    padding: 13px;
  }

  .sse-service-icon {
    width: 40px;
    min-width: 40px;

    height: 40px;

    font-size: 16px;
  }

  .sse-service-content h4 {
    font-size: 14px;
  }

  .sse-service-content p {
    font-size: 11px;
  }

  .sse-about-button {
    width: 100%;

    justify-content: center;
  }
}

/* end about */


