:root {
  --Freshflow-font: "DM Sans", serif;
  --Freshflow-font-two: "Bricolage Grotesque", serif;
  --Freshflow-gray: #626f82;
  --Freshflow-gray-rgb: 98, 111, 130;
  --Freshflow-base: #11abb7;
  --Freshflow-base-rgb: rgb(17 171 183);
  --Freshflow-black: #191919;
  --Freshflow-black-rgb: 5, 23, 61;
  --Freshflow-primary: #f8931f;
  --Freshflow-primary-rgb: rgb(248 147 31);
  --Freshflow-white: #ffffff;
  --Freshflow-white-rgb: 255, 255, 255;
  --Freshflow-extra: #ffd25d;
  --Freshflow-extra-rgb: 255, 210, 93;
  --Freshflow-secondary: #f2f2ff;
  --Freshflow-secondary-rgb: 242, 242, 255;
}
.row {
  --bs-gutter-x: 30px;
}
.gutter-y-24 {
  --bs-gutter-y: 30px;
}
body {
  font-family: var(--Freshflow-font);
  color: var(--Freshflow-gray);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  overflow-x: hidden;
}
body.locked {
  overflow: hidden;
}
html {
  scroll-behavior: smooth;
}
a {
  color: var(--Freshflow-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(--Freshflow-font-two);
  color: #fff;
  margin: 0;
  font-size: 18px;
}
p {
  margin: 0;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  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;
}
.list-unstyled {
  padding-left: 0;
}
@media (min-width: 1320px) {
  .container {
    max-width: 1320px;
  }
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::placeholder {
  color: inherit;
  opacity: 1;
}
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.d-flex {
  display: flex;
  align-items: center;
}
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--Freshflow-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(--Freshflow-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(--Freshflow-base);
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}
.section-title {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
  z-index: 1;
}
.section-title__tagline-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.section-title__tagline-shape {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid var(--Freshflow-base);
  background-color: #fff0;
  border-radius: 3px;
  transform: rotate(45deg);
}
.section-title__tagline-shape-2 {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: var(--Freshflow-base);
  border: 2px solid var(--Freshflow-white);
  border-radius: 3px;
  transform: rotate(45deg);
  margin-left: -8px;
}
.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--Freshflow-base);
  font-weight: 700;
  text-transform: uppercase;
}
.section-title__title {
  color: var(--Freshflow-black);
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 30px;
}
.section-title__title .color-blue {
  color: var(--Freshflow-base);
}
.section-title__title .split-line {
  text-transform: none;
}
.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 500;
  font-size: 18px;
  color: var(--Freshflow-white);
  background-color: var(--Freshflow-base);
  border: none;
  padding: 8px 25px 8px;
  padding-right: 8px;
  border-radius: 16px;
  transition: 0.5s ease-in-out;
  text-transform: capitalize;
  overflow: hidden;
  gap: 15px;
  z-index: 2;
  text-align: center;
}
.thm-btn::after {
  content: "";
  background-color: var(--Freshflow-black);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}
.thm-btn:hover:after {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}
.thm-btn span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(var(--Freshflow-white-rgb), 0.15);
  border-radius: 10px;
  font-size: 14px;
  color: var(--Freshflow-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.thm-btn:hover span {
  background-color: var(--Freshflow-white);
  color: var(--Freshflow-base);
  transition-delay: 200ms;
}
.thm-btn:hover span i {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}
.thm-btn:hover {
  color: var(--Freshflow-white);
}
.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(--Freshflow-base-rgb), 1);
}
.loader div:nth-child(2) {
  background-color: rgba(var(--Freshflow-base-rgb), 0.7);
  animation-delay: 0.2s;
}
.loader div:nth-child(3) {
  background-color: rgba(var(--Freshflow-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;
  }
}
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: #fff0;
  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(--Freshflow-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(--Freshflow-base);
  position: relative;
  overflow: hidden;
}
.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--Freshflow-black);
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}
.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: #fff0;
  border-radius: 0%;
  color: rgba(var(--Freshflow-gray-rgb), 0.5);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  border: 1px solid rgba(var(--Freshflow-gray-rgb), 0.5);
  text-align: center;
  transition: all 500ms ease;
  font-family: var(--Freshflow-font);
  z-index: 1;
}
.styled-pagination li:hover a,
.styled-pagination li.active a {
  color: var(--Freshflow-white);
  background: var(--Freshflow-base);
  border-color: var(--Freshflow-base);
}
.styled-pagination li.prev a,
.styled-pagination li.next a {
  border-radius: 0%;
  color: rgba(var(--Freshflow-gray-rgb), 0.5);
}
.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  color: var(--Freshflow-white);
}
.styled-pagination li a span:before {
  position: relative;
  top: 0;
  color: rgba(var(--Freshflow-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(--Freshflow-white);
}
.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: pointer;
  z-index: 9999;
}
.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: 1.6;
  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(--Freshflow-base);
  border-color: var(--Freshflow-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;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  background-color: var(--Freshflow-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: 0;
  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: #000;
}
.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: 1.6;
  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: #fff;
}
.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: 0;
}
.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;
  border-radius: 10px;
  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(--Freshflow-white);
  color: var(--Freshflow-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(--Freshflow-white);
}
.xs-sidebar-group
  .content-inner
  .form-inner
  .form-group
  .form-inner__btn:after {
  background-color: var(--Freshflow-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;
}
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff0;
  transition: all 500ms ease;
  z-index: 999;
}
.main-menu__top {
  position: relative;
  display: block;
  background-color: var(--Freshflow-base);
}
.main-menu__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-menu__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}
.main-menu__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}
.main-menu__contact-list li + li {
  margin-left: 46px;
}
.main-menu__contact-list li:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--Freshflow-white-rgb), 0.3);
}
.main-menu__contact-list li:first-child:before {
  display: none;
}
.main-menu__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}
.main-menu__contact-list li .icon i {
  font-size: 16px;
  color: var(--Freshflow-extra);
  position: relative;
  display: inline-block;
}
.main-menu__contact-list li .text {
  margin-left: 10px;
}
.main-menu__contact-list li .text p {
  font-size: 16px;
  line-height: 1.2;
  color: var(--Freshflow-white);
  font-weight: 500;
}
.main-menu__contact-list li .text p a {
  color: var(--Freshflow-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu__contact-list li .text p a:hover {
  color: var(--Freshflow-extra);
}
.main-menu__top-social-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  border-radius: 4px;
  padding: 12px 25px 12px;
}
.main-menu__top-social-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--Freshflow-white);
  font-family: var(--Freshflow-font);
}
.main-menu__top-social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1;
}
.main-menu__top-social a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--Freshflow-white);
  border-radius: 50%;
  font-size: 14px;
  height: 32px;
  width: 32px;
  border: 1px solid var(--Freshflow-gray);
  transform: rotate(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.main-menu__top-social a:hover {
  color: var(--Freshflow-white);
  border: 1px solid var(--Freshflow-base);
}
.main-menu__top-social a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--Freshflow-base);
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}
.main-menu__top-social a:hover:before {
  transform: scaleX(1);
}
.main-menu {
  display: block;
}
.main-menu__wrapper {
  position: relative;
  display: block;
}
.main-menu__wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(var(--Freshflow-black-rgb), 0.1);
  z-index: -1;
}
.main-menu__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-menu__left {
  display: block;
}
.main-menu__logo {
  display: block;
  max-width: 190px;
}
.main-menu__logo img {
  max-width: 100%;
}
.main-menu__main-menu-box {
  display: block;
}
.main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 25px 0;
}
.main-menu__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.main-menu__search-box {
  position: relative;
  display: block;
}
.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border: 1px solid #dbe7ff;
  border-radius: 50%;
  font-size: 18px;
  color: var(--Freshflow-gray);
  background-color: var(--Freshflow-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu__search:hover {
  color: var(--Freshflow-white);
  background-color: var(--Freshflow-base);
  border: 1px solid var(--Freshflow-base);
}
.main-menu__cart {
  position: relative;
  display: block;
}
.main-menu__cart a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border: 1px solid #dbe7ff;
  border-radius: 50%;
  font-size: 18px;
  color: var(--Freshflow-gray);
  background-color: var(--Freshflow-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu__cart a:hover {
  color: var(--Freshflow-white);
  background-color: var(--Freshflow-base);
  border: 1px solid var(--Freshflow-base);
}
.main-menu__btn-box {
  position: relative;
  display: block;
}
.main-menu__btn {
  position: relative;
  display: block;
}
.main-menu__btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  background-color: var(--Freshflow-primary);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--Freshflow-white);
  padding: 13px 25px 13px;
  border-radius: 25px;
  gap: 10px;
  overflow: hidden;
  font-family: var(--Freshflow-font-two);
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.main-menu__btn a span {
  font-size: 24px;
  position: relative;
  display: flex;
  align-items: center;
}
.main-menu__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 50%;
  background-color: #11abb7;
  background-position: center;
  transition-timing-function: ease-in-out;
  transform-origin: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
  border-radius: 20px;
}
.main-menu__btn a:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.stricky-header.main-menu {
  background-color: var(--Freshflow-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: 41px;
  padding-bottom: 41px;
  position: relative;
}
.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 45px;
}
.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f7921f;
  font-family: var(--Freshflow-font-two);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.6;
}
.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: #11abb7;
}
.main-menu .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before {
  content: "";
  height: 2px;
  border-radius: 0;
  background-color: var(--Freshflow-base);
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}
.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li:hover > a::before,
.stricky-header .main-menu__list > li.current > a::before,
.stricky-header .main-menu__list > li:hover > a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}
.main-menu .main-menu__list > li.dropdown > a {
  padding-right: 15px;
}
.main-menu .main-menu__list > li.dropdown > a:after {
  position: absolute;
  top: 60%;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 15px;
  color: var(--Freshflow-gray);
  transform: translateY(-50%);
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li:hover > a::after,
.stricky-header .main-menu__list > li.current > a::after,
.stricky-header .main-menu__list > li:hover > a::after {
  color: var(--Freshflow-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: #fff;
  padding: 31px 20px 31px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.shadow-box {
  box-shadow: 0 10px 60px 0 rgb(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(0);
  transform: scaleY(1) translateZ(0);
}
.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
  border-top: none;
  margin-top: 0;
}
.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: 1.6;
  color: var(--Freshflow-gray);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 12px 20px 12px;
  -webkit-transition: 500ms;
  transition: 500ms;
  background-color: var(--Freshflow-white);
  border-radius: 10px;
  font-family: var(--Freshflow-font-two);
}
.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 {
  background-color: var(--Freshflow-secondary);
  color: var(--Freshflow-black);
}
.main-menu .main-menu__list > li > ul > li > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li > a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  font-size: 14px;
  color: var(--Freshflow-base);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
}
.main-menu .main-menu__list > li > ul > li:hover > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a::before {
  transform: translateY(-50%) scale(1);
}
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
}
.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
  border-left: 2px solid #fff0;
  background-color: var(--Freshflow-white);
  box-shadow: 0 10px 60px 0 rgb(0 0 0 / 0.1);
  padding: 0;
  border-radius: 10px;
}
.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: #fff0;
}
.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu__wrapper .main-menu__list > .megamenu > ul > li {
  padding: 0 !important;
}
.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  -webkit-box-shadow: 0 10px 60px 0 rgb(0 0 0 / 0.05);
  box-shadow: 0 10px 60px 0 rgb(0 0 0 / 0.05);
}
@media (max-width: 1199px) {
  .stricky-header.main-menu .mobile-nav__toggler i.fa.fa-bars {
    color: #000;
  }
}
.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(--Freshflow-base);
  cursor: pointer;
}
.mobile-nav__buttons a + a {
  margin-left: 10px;
}
.mobile-nav__buttons a:hover {
  color: var(--Freshflow-base);
}
.main-menu .mobile-nav__toggler {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--Freshflow-black);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.main-menu .mobile-nav__toggler:hover {
  color: var(--Freshflow-base);
}
@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
.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: #000;
  opacity: 0.5;
  cursor: pointer;
}
.mobile-nav__content {
  width: 300px;
  background-color: var(--Freshflow-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--Freshflow-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 rgb(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 rgb(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: 1.6;
  color: #fff;
  font-size: 14px;
  font-family: var(--Freshflow-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(--Freshflow-base);
}
.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--Freshflow-base);
}
.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  width: 30px;
  height: 30px;
  background-color: var(--Freshflow-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(--Freshflow-base);
}
.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(--Freshflow-text-dark);
}
.mobile-nav__container {
  border-top: 1px solid rgb(255 255 255 / 0.1);
  border-bottom: 1px solid rgb(255 255 255 / 0.1);
}
.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: var(--Freshflow-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 30px;
}
.mobile-nav__social a:hover {
  color: var(--Freshflow-base);
}
.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: var(--Freshflow-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: #fff;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--Freshflow-base);
}
.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--Freshflow-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}
.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}
.home-showcase {
  margin-top: -31px;
  margin-bottom: -31px;
}
.home-showcase__inner {
  padding: 40px 42px 30px;
  background-color: #fff;
  box-shadow: 0 10px 60px 0 rgb(0 0 0 / 0.07);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}
.home-showcase__item {
  position: relative;
  display: block;
  margin-bottom: 7px;
}
.home-showcase__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.home-showcase__image > img {
  width: 100%;
  transition: filter 500ms ease;
  filter: blur(0);
}
.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(--Freshflow-black-rgb), 0.7);
}
.home-showcase__buttons__item {
  justify-content: center;
}
.home-showcase__buttons__item::after {
  background-color: var(--Freshflow-white);
}
.home-showcase__buttons__item:hover {
  color: var(--Freshflow-black);
}
.home-showcase__buttons__item:hover span {
  background-color: rgba(var(--Freshflow-black-rgb), 1);
  color: var(--Freshflow-white);
}
.home-showcase__buttons__item + .home-showcase__buttons__item {
  margin-top: 10px;
}
.home-showcase__title {
  margin: 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: var(--Freshflow-black);
  margin-top: 18px;
  text-transform: capitalize;
  font-family: var(--Freshflow-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: 15px 0;
  background-color: #fff0;
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--Freshflow-white, #ffffff);
}
.mobile-nav__content .home-showcase {
  margin-top: 0;
  margin-bottom: 0;
}
.main-header-two {
  position: relative;
  display: block;
  background: #fff0;
  transition: all 500ms ease;
  z-index: 999;
}
.main-header-two__wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-header-two__logo {
  position: relative;
  display: block;
  width: 270px;
  text-align: center;
}
.main-header-two__logo a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.main-header-two__content {
  flex: 1;
  display: block;
  border-left: 1px solid #e7e7e7;
}
.main-menu-two__top {
  position: relative;
  display: block;
  background-color: var(--Freshflow-base);
}
.main-menu-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 9px 48px 9px;
}
.main-menu-two__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}
.main-menu-two__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}
.main-menu-two__contact-list li + li {
  margin-left: 46px;
}
.main-menu-two__contact-list li:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--Freshflow-white-rgb), 0.3);
}
.main-menu-two__contact-list li:first-child:before {
  display: none;
}
.main-menu-two__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}
.main-menu-two__contact-list li .icon i {
  font-size: 16px;
  color: var(--Freshflow-extra);
  position: relative;
  display: inline-block;
}
.main-menu-two__contact-list li .text {
  margin-left: 10px;
}
.main-menu-two__contact-list li .text p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--Freshflow-white);
  font-weight: 500;
}
.main-menu-two__contact-list li .text p a {
  color: var(--Freshflow-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu-two__contact-list li .text p a:hover {
  color: var(--Freshflow-extra);
}
.main-menu-two__top-social-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.main-menu-two__top-social-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--Freshflow-white);
  font-family: var(--Freshflow-font);
}
.main-menu-two__top-social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1;
}
.main-menu-two__top-social a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--Freshflow-white);
  border-radius: 50%;
  font-size: 14px;
  height: 32px;
  width: 32px;
  border: 1px solid rgba(var(--Freshflow-white-rgb), 0.3);
  transform: rotate(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.main-menu-two__top-social a:hover {
  color: var(--Freshflow-black);
  border: 1px solid var(--Freshflow-white);
}
.main-menu-two__top-social a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--Freshflow-white);
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}
.main-menu-two__top-social a:hover:before {
  transform: scaleX(1);
}
.main-menu-two__wrapper {
  display: block;
}
.main-menu-two__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 48px 0;
}
.main-menu-two__left {
  display: flex;
  align-items: center;
}
.main-menu-two__logo {
  display: none;
}
.main-menu-two__call {
  position: relative;
  display: flex;
  align-items: center;
}
.main-menu-two__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  background-color: var(--Freshflow-extra);
  border-radius: 50%;
  color: var(--Freshflow-black);
  font-size: 23px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu-two__call-icon:hover {
  background-color: var(--Freshflow-base);
  color: var(--Freshflow-white);
}
.main-menu-two__call-content {
  margin-left: 15px;
  position: relative;
  flex: 1;
}
.main-menu-two__call-sub-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--Freshflow-gray);
  line-height: 16px;
  font-family: var(--Freshflow-font-two);
}
.main-menu-two__call-number {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 6px;
}
.main-menu-two__call-number a {
  color: var(--Freshflow-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu-two__call-number a:hover {
  color: var(--Freshflow-base);
}
.main-menu-two__main-menu-box {
  display: block;
}
.main-menu-two__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-menu-two__search-box {
  position: relative;
  display: block;
}
.main-menu-two__search-form {
  position: relative;
  display: block;
  width: 250px;
}
.main-menu-two__search-form input[type="search"] {
  display: block;
  outline: none;
  background-color: #fff0;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
  height: 45px;
  width: 100%;
  line-height: 1.2;
  padding-right: 55px;
  border: 1px solid #e7e7e7;
  color: var(--Freshflow-gray);
  border-radius: 23px;
}
.main-menu-two__search-form button[type="submit"] {
  color: var(--Freshflow-white);
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 2px;
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: var(--Freshflow-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu-two__search-form button[type="submit"]:hover {
  background-color: var(--Freshflow-primary);
}
.main-menu-two__nav-sidebar-icon {
  position: relative;
  display: block;
  margin-left: 26px;
}
.main-menu-two__nav-sidebar-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  background-color: var(--Freshflow-primary);
  font-size: 18px;
  color: var(--Freshflow-white);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu-two__nav-sidebar-icon .navSidebar-button:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: -12px;
  width: 2px;
  background-color: #e7e7e7;
}
.main-menu-two__nav-sidebar-icon .navSidebar-button:hover {
  background-color: var(--Freshflow-black);
}
.stricky-header.main-menu-two {
  background-color: var(--Freshflow-white);
}
.stricky-header .main-menu-two__logo {
  display: block;
}
.stricky-header .main-menu-two__call {
  display: none;
}
.stricky-header .main-menu-two__wrapper-inner {
  max-width: 1320px;
  padding: 0 15px 0;
  width: 100%;
  margin: 0 auto 0;
}
.main-header-three {
  position: relative;
  display: block;
  z-index: 999;
}
.main-menu-three__top {
  position: relative;
  display: block;
  background-color: var(--Freshflow-black);
}
.main-menu-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 9px 0 9px;
}
.main-menu-three__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}
.main-menu-three__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}
.main-menu-three__contact-list li + li {
  margin-left: 46px;
}
.main-menu-three__contact-list li:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--Freshflow-white-rgb), 0.3);
}
.main-menu-three__contact-list li:first-child:before {
  display: none;
}
.main-menu-three__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}
.main-menu-three__contact-list li .icon i {
  font-size: 16px;
  color: var(--Freshflow-extra);
  position: relative;
  display: inline-block;
}
.main-menu-three__contact-list li .text {
  margin-left: 10px;
}
.main-menu-three__contact-list li .text p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--Freshflow-white);
  font-weight: 500;
}
.main-menu-three__contact-list li .text p a {
  color: var(--Freshflow-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu-three__contact-list li .text p a:hover {
  color: var(--Freshflow-extra);
}
.main-menu-three__top-social-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.main-menu-three__top-social-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--Freshflow-white);
  font-family: var(--Freshflow-font);
}
.main-menu-three__top-social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1;
}
.main-menu-three__top-social a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--Freshflow-white);
  border-radius: 50%;
  font-size: 14px;
  height: 32px;
  width: 32px;
  border: 1px solid rgba(var(--Freshflow-white-rgb), 0.3);
  transform: rotate(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.main-menu-three__top-social a:hover {
  color: var(--Freshflow-black);
  border: 1px solid var(--Freshflow-white);
}
.main-menu-three__top-social a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--Freshflow-white);
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}
.main-menu-three__top-social a:hover:before {
  transform: scaleX(1);
}
.main-menu-three__wrapper {
  position: relative;
  display: block;
  background-color: var(--Freshflow-white);
}
.main-menu-three__wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(var(--Freshflow-black-rgb), 0.1);
  z-index: -1;
}
.main-menu-three__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-menu-three__left {
  display: block;
}
.main-menu-three__logo {
  display: block;
  padding: 25px 0 25px;
}
.main-menu-three__main-menu-box {
  display: block;
}
.main-menu-three__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 22px 0;
}
.main-menu-three__nav-sidebar-icon {
  position: relative;
  display: block;
  margin-left: 26px;
}
.main-menu-three__nav-sidebar-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  background-color: var(--Freshflow-base);
  font-size: 18px;
  color: var(--Freshflow-white);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu-three__nav-sidebar-icon .navSidebar-button:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: -12px;
  width: 2px;
  background-color: #e7e7e7;
}
.main-menu-three__nav-sidebar-icon .navSidebar-button:hover {
  background-color: var(--Freshflow-black);
}
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 120px;
  width: 100%;
  z-index: 99999;
  transform: translateY(-100%);
  transition: all 0.5s;
}
.search-active .search-popup {
  transform: translateY(0%);
}
.search-popup .color-layer {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 120px;
  width: 100%;
  background-color: var(--Freshflow-base);
  transition: all 0.5s;
  box-shadow: 0 10px 15px rgb(0 0 0 / 0.05);
}
.sidenav-bar-visible .search-popup {
  display: none;
}
.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 70px;
  background-color: rgb(255 255 255 / 0.2);
  border-radius: 0%;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  transition: all 0.5s;
  border: none;
  opacity: 0;
  transform: translateX(100px);
  visibility: hidden;
  z-index: 9999;
}
.search-popup .close-search:hover {
  color: var(--Freshflow-base);
  background-color: rgb(255 255 255);
}
.search-active .search-popup .close-search {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 25px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  opacity: 0;
  transition: all 0.5s;
  z-index: 999;
}
.search-active .search-popup form {
  opacity: 1;
}
.search-popup .form-group {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  background-color: rgb(255 255 255);
  font-size: 18px;
  color: var(--Freshflow-black);
  height: 70px;
  width: 100%;
  padding: 10px 30px 10px 75px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: capitalize;
  border: 0 solid rgb(0 0 0 / 0.1);
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]:focus {
  outline: none;
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  background: var(--Freshflow-black);
  text-align: center;
  font-size: 20px;
  color: var(--Freshflow-white);
  padding: 0;
  cursor: pointer;
  border: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 60px;
}
.search-popup .form-group button i {
  font-style: normal;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  background-color: var(--Freshflow-primary);
}
.search-popup input::placeholder {
  color: var(--Freshflow-black);
}
.carousel-dot-style.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.carousel-dot-style.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.carousel-dot-style.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.carousel-dot-style.owl-carousel .owl-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-dot-style.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--Freshflow-base);
  margin: 0 5px;
  padding: 0;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}
.carousel-dot-style.owl-carousel .owl-dot.active {
  width: 10px;
  height: 10px;
  background-color: var(--Freshflow-black);
}
.carousel-dot-style.owl-carousel .owl-dot:focus {
  outline: none;
}
.carousel-dot-style.owl-carousel .owl-dots .owl-dot span {
  display: none;
}
.swiper-slide {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.slider_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/img/slider/slider(1).jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.slider_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(45deg, black, #00000047);
}
.swiper-slide .container {
  position: relative;
  z-index: 3;
  color: #fff;
}
canvas#canvas {
  opacity: 0.6;
}
@media only screen and (max-width: 1024px) {
  .main-slider__content {
    padding-top: 230px;
  }
  .main-slider__content {
    padding-left: 0;
  }
  .services-one__hover-img {
    right: -12px;
    z-index: 11;
  }
  .custom-cursor__cursor-two {
    display: none;
  }
  .custom-cursor__cursor {
    display: none;
  }
  .why-choose-one__img-box-1 {
    display: none;
  }
  .why-choose-one__img-box-2 {
    display: none;
  }
  .why-choose-one__right-bottom ul li:nth-child(2) .why-choose-one__single {
    margin-top: 0;
  }
  .why-choose-one__right-bottom ul li:nth-child(3) .why-choose-one__single {
    margin-top: 0;
  }
  .footer-widget-two__quick-links-list li a {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .main-slider__nav {
    right: -55px;
  }
  .scroll-to-top__text {
    display: none;
  }
  .scroll-to-top.show {
    display: none;
  }
  .newsletter-two__title {
    font-size: 28px;
    line-height: 1.2;
  }
  .newsletter-two__text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .main-menu__logo img {
    max-width: 70%;
  }
  .about-two {
    padding: 40px 0 40px;
  }
  .about-two__left-img-box {
    display: flex;
  }
  .about-two__left-img-box-2 {
    position: relative;
    display: block;
    margin-left: -27px;
    margin-right: 30px;
    margin-top: 10px;
    display: flex;
  }
  .about-two__img-1 img {
    width: 96%;
    border-radius: 12px;
  }
  .about-two__img-2 img {
    width: 78%;
    border-radius: 12px;
  }
  .about-two__img-3 img {
    width: 97%;
    border-radius: 12px;
  }
  .about-two__img-4 img {
    width: 97%;
    border-radius: 12px;
  }
  .about-two__img-1 {
    margin-bottom: 0;
  }
  .services-one__hover-img {
    display: none;
  }
  .scroll-to-top__text {
    display: none;
  }
  .scroll-to-top.show {
    display: none;
  }
}
#quoteModal span.close-btn.close {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 30px;
  color: #fff;
  background-color: #f8931f;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.services-three__tab-buttons-box {
  perspective: 1000px;
}
.tab-btn {
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}
.about-two__left {
  perspective: 1500px;
  position: relative;
  overflow: visible;
}
.about-two__left-img-box img,
.about-two__left-img-box-2 img {
  transform-style: preserve-3d;
  will-change: transform, opacity;
  display: block;
}
section {
  transition: all 0.3s ease;
  will-change: opacity, transform;
}
.shape-call {
  position: absolute;
  max-width: 250px;
  right: 0;
  top: 48px;
  display: none;
}
.shape-call img {
  filter: hue-rotate(71deg);
}
.loader img {
  max-width: 240px;
}
.ripple {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgb(17 172 183 / 0.5);
  pointer-events: none;
  z-index: -1;
  transform: scale(0);
  animation: ripple 1s forwards;
}
@keyframes ripple {
  100% {
    transform: scale(6);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .shape-call {
    right: 16%;
    top: 30px;
  }
}
@media (max-width: 991px) {
  .footer-widget-two__services-links {
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  .shape-call {
    top: 60px;
  }
  .footer-widget-two__services-links {
    margin-left: 0;
  }
}
.page-header {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.page-header__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgb(5 23 61 / 0.5) 0%,
    rgb(15 16 16 / 88%) 100%
  );
}
.page-header__social {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: -156px;
  transform: rotate(-90deg);
  background-color: #fff0;
}
.page-header__social::before {
  content: "";
  position: absolute;
  left: -43px;
  bottom: 199px;
  right: -49px;
  border-bottom: 1px solid rgba(var(--Freshflow-white-rgb), 0.18);
}
.page-header__social a {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--Freshflow-white);
  text-transform: lowercase;
}
.page-header__social a:hover {
  color: var(--Freshflow-extra);
}
.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 180px 0 40px;
  z-index: 1;
}
.page-header__img-1 {
  position: absolute;
  top: 95px;
  right: 20px;
  border-radius: 50%;
}
.page-header__img-1::before {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
  border: 1px solid rgba(var(--Freshflow-white-rgb), 0.1);
  border-radius: 50%;
}
.page-header__img-1 img {
  width: auto;
  border-radius: 50%;
}
.page-header__inner h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--Freshflow-white);
  text-transform: capitalize;
  margin-bottom: 0;
}
.thm-breadcrumb__box {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.thm-breadcrumb {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #e7e7e7;
  text-transform: uppercase;
  font-family: var(--Freshflow-font-two);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: #e7e7e7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.thm-breadcrumb li:hover a {
  color: #f7921f;
}
.section-space {
  padding: 70px 0;
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.service-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.08);
  overflow: hidden;
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  grid-gap: 25px;
  scroll-margin-top: 120px;
  scroll-behavior: smooth;
}
.service-item:nth-child(even) {
  flex-direction: row-reverse;
}
.service-item img {
  border-radius: 10px;
}
.service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.1);
}
.service-item h5 {
  color: #000;
  font-size: 24px;
  margin-bottom: 20px;
}
.thm-breadcrumb .present {
  color: #11abb7;
}
.custom-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0 0 0 / 0.6);
  display: none;
}
.custom-modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  max-width: 700px;
  position: relative;
  border-radius: 10px;
}
.custom-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 15px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0 0 0 / 0.6);
}
.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 40px;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}
.close {
  color: #aaa;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 28px;
  cursor: pointer;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contact-four__right,
.contact-four__form {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.quote-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgb(0 0 0 / 0.6);
}
.quote-modal__content {
  background: #fff;
  margin: 10% auto;
  padding: 30px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  position: relative;
}
.quote-modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}
.contact-one {
  position: relative;
  display: block;
  background: linear-gradient(105.73deg, #4379f2 0%, #3271fe 100%);
  padding: 120px 0 0;
  overflow: hidden;
  z-index: 1;
}
.contact-one__shape-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 53.5%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  opacity: 0.1;
  z-index: -1;
}
.contact-one__shape-2 {
  position: absolute;
  top: 20px;
  left: 100px;
  opacity: 0.89;
  z-index: -1;
}
.contact-one__shape-2 img {
  width: auto;
}
.contact-one__shape-3 {
  position: absolute;
  bottom: 80px;
  right: -50px;
  opacity: 0.89;
  z-index: -1;
}
.contact-one__shape-3 img {
  width: auto;
}
.contact-one__img-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-one__img-1 img {
  width: auto;
}
.contact-one__left {
  position: relative;
  display: block;
  margin-top: 90px;
  margin-right: 95px;
}
.contact-one__img-box {
  position: relative;
  display: block;
}
.contact-one__img-main {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  z-index: 1;
}
.contact-one__img-main img {
  width: 100%;
  border-radius: 50%;
}
.contact-one__small-img-1 {
  position: absolute;
  top: -75px;
  left: 45px;
  height: 235px;
  width: 235px;
  overflow: hidden;
  border-radius: 50%;
  z-index: 1;
}
.contact-one__small-img-1 img {
  width: 100%;
  border-radius: 50%;
  border: 5px solid var(--Freshflow-white);
}
.contact-one__small-img-2 {
  position: absolute;
  bottom: -135px;
  right: 300px;
  height: 300px;
  width: 300px;
  overflow: hidden;
  border-radius: 50%;
  z-index: 1;
}
.contact-one__small-img-2 img {
  width: 100%;
  border-radius: 50%;
  border: 4px solid var(--Freshflow-white);
}
.contact-one__right {
  position: relative;
  display: block;
}
.contact-one__right .section-title__tagline {
  color: var(--Freshflow-white);
}
.contact-one__right .section-title__tagline-shape {
  border: 2px solid var(--Freshflow-white);
  background-color: var(--Freshflow-base);
}
.contact-one__right .section-title__tagline-shape-2 {
  background-color: var(--Freshflow-white);
  border: 2px solid var(--Freshflow-base);
}
.contact-one__right .section-title__title {
  color: var(--Freshflow-white);
}
.contact-one__right .section-title {
  margin-bottom: 44px;
  margin-right: -100px;
}
.contact-one__inner {
  position: relative;
  display: block;
}
.contact-one__form {
  position: relative;
  display: block;
}
.contact-one__form .row {
  --bs-gutter-x: 16px;
}
.contact-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.contact-one__input-box input[type="text"],
.contact-one__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  background-color: #f1f1f2;
  border: none;
  padding-left: 25px;
  padding-right: 25px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--Freshflow-black);
  font-family: var(--Freshflow-font-two);
  display: block;
  border-radius: 12px;
}
.contact-one__input-box .select-box {
  width: 100%;
}
.contact-one__input-box .nice-select {
  height: 60px;
  width: 100%;
  background-color: #f1f1f2;
  border: none;
  padding-left: 25px;
  padding-right: 25px;
  outline: none;
  font-size: 16px;
  color: var(--Freshflow-black);
  font-weight: 400;
  border-radius: 12px;
  font-family: var(--Freshflow-font-two);
  line-height: 60px;
  display: block;
  float: none;
}
.contact-one__input-box .nice-select:after {
  position: absolute;
  top: 22px;
  right: 30px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--Freshflow-black);
  border-right: 2px solid var(--Freshflow-black);
  margin-top: 0;
  z-index: 10;
}
.contact-one__input-box .nice-select .option {
  color: var(--Freshflow-white);
}
.contact-one__input-box .nice-select .option.selected {
  font-weight: 500;
}
.contact-one__input-box .nice-select .list {
  background-color: var(--Freshflow-primary);
}
.contact-one__input-box .nice-select .option:hover,
.contact-one__input-box .nice-select .option.focus,
.contact-one__input-box .nice-select .option.selected.focus {
  color: var(--Freshflow-white);
}
.contact-one__input-box textarea {
  height: 200px;
  width: 100%;
  background-color: #f1f1f2;
  border: none;
  padding: 15px 25px 30px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--Freshflow-black);
  position: relative;
  display: block;
  border-radius: 12px;
  font-family: var(--Freshflow-font-two);
  margin-bottom: 0;
}
.contact-one__input-box.text-message-box {
  height: 200px;
  margin-bottom: 30px;
}
.contact-one__btn-box {
  position: relative;
  display: block;
}
.contact-one__btn-box .thm-btn {
  border: none;
  background-color: var(--Freshflow-extra);
  color: var(--Freshflow-black);
}
.contact-one__btn-box .thm-btn::after {
  background-color: var(--Freshflow-black);
}
.contact-one__btn-box .thm-btn span {
  color: var(--Freshflow-black);
}
.contact-one__btn-box .thm-btn:hover span {
  color: var(--Freshflow-black);
}
.contact-one__call-box {
  position: relative;
  display: block;
  margin-left: -112px;
  border: 2px solid rgba(var(--Freshflow-white-rgb), 0.32);
  padding: 32px 35px 32px;
  border-bottom: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-top: 94px;
}
.contact-one__call-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 100px;
}
.contact-one__call-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 17px;
}
.contact-one__call-list li:first-child::before {
  display: none;
}
.contact-one__call-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  width: 4px;
  height: 40px;
  background-color: var(--Freshflow-extra);
}
.contact-one__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--Freshflow-extra);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-one__call-icon:hover {
  background-color: var(--Freshflow-white);
}
.contact-one__call-icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--Freshflow-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-one__call-icon:hover span {
  color: var(--Freshflow-black);
}
.contact-one__call-contact {
  position: relative;
  display: block;
}
.contact-one__call-contact p {
  font-weight: 500;
  font-family: var(--Freshflow-font-two);
  color: var(--Freshflow-white);
}
.contact-one__call-contact h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 2px;
}
.contact-one__call-contact h4 a {
  color: var(--Freshflow-white);
}
.contact-one__call-contact h4 a:hover {
  color: var(--Freshflow-extra);
}
.contact-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}
.contact-two__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc((100% - -188px) / 2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.contact-two__bg-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc((100% - -265px) / 2);
  background-color: rgb(237 239 255 / 0.59);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  z-index: -1;
}
.contact-two__bg-color-2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc((100% - -240px) / 2);
  background: linear-gradient(270deg, #2e72ff 0%, #1661fc 100%);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  z-index: -1;
}
.contact-two__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.16;
}
.contact-two__shape-1 img {
  width: auto;
}
.contact-two__shape-2 {
  position: absolute;
  bottom: 20px;
  right: 80px;
}
.contact-two__shape-2 img {
  width: auto;
}
.contact-two__left {
  position: relative;
  display: block;
}
.contact-two__left .section-title__tagline {
  color: var(--Freshflow-white);
}
.contact-two__left .section-title__tagline-shape {
  border: 2px solid var(--Freshflow-white);
  background-color: var(--Freshflow-base);
}
.contact-two__left .section-title__tagline-shape-2 {
  background-color: var(--Freshflow-white);
  border: 2px solid var(--Freshflow-base);
}
.contact-two__left .section-title__title {
  color: var(--Freshflow-white);
}
.contact-two__left .section-title__title span {
  color: var(--Freshflow-extra);
}
.contact-two__left .section-title {
  margin-bottom: 44px;
  margin-right: -100px;
}
.contact-two__inner {
  position: relative;
  display: block;
}
.contact-two__form {
  position: relative;
  display: block;
}
.contact-two__form .row {
  --bs-gutter-x: 16px;
}
.contact-two__input-box {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.contact-two__input-box input[type="text"],
.contact-two__input-box input[type="email"] {
  height: 53px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--Freshflow-gray);
  display: block;
  border-radius: 8px;
  background-color: #ebeff9;
  border: 2px solid #cedaff;
}
.contact-two__input-box .select-box {
  width: 100%;
}
.contact-two__input-box .nice-select {
  height: 53px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  outline: none;
  font-size: 16px;
  color: var(--Freshflow-gray);
  font-weight: 400;
  border-radius: 8px;
  line-height: 53px;
  display: block;
  float: none;
  background-color: #ebeff9;
  border: 2px solid #cedaff;
}
.contact-two__input-box .nice-select:after {
  position: absolute;
  top: 22px;
  right: 30px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--Freshflow-gray);
  border-right: 2px solid var(--Freshflow-gray);
  margin-top: 0;
  z-index: 10;
}
.contact-two__input-box .nice-select .option {
  color: var(--Freshflow-white);
}
.contact-two__input-box .nice-select .option.selected {
  font-weight: 500;
}
.contact-two__input-box .nice-select .list {
  background-color: var(--Freshflow-primary);
}
.contact-two__input-box .nice-select .option:hover,
.contact-two__input-box .nice-select .option.focus,
.contact-two__input-box .nice-select .option.selected.focus {
  color: var(--Freshflow-white);
}
.contact-two__input-box textarea {
  height: 200px;
  width: 100%;
  background-color: #ebeff9;
  border: 2px solid #cedaff;
  padding: 15px 25px 30px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--Freshflow-gray);
  position: relative;
  display: block;
  border-radius: 8px;
  margin-bottom: 0;
}
.contact-two__input-box.text-message-box {
  height: 200px;
  margin-bottom: 20px;
}
.contact-two__btn-box {
  position: relative;
  display: block;
}
.contact-two__btn-box .thm-btn {
  border: none;
  background-color: var(--Freshflow-primary);
  color: var(--Freshflow-white);
}
.contact-two__call-box {
  position: absolute;
  bottom: 50px;
  right: 0;
  background-color: rgba(var(--Freshflow-base-rgb), 0.69);
  width: calc((100% - 44px) / 2);
  padding: 30px 150px 30px;
  padding-right: 40px;
  overflow: hidden;
  z-index: 1;
}
.contact-two__call-box-shape-1 {
  position: absolute;
  top: -40px;
  left: 16.5%;
  width: 40px;
  height: 216px;
  transform: rotate(33.66deg);
  background-color: rgba(var(--Freshflow-white-rgb), 0.22);
  z-index: -1;
}
.contact-two__call-box-shape-2 {
  position: absolute;
  top: -40px;
  left: 57.5%;
  width: 40px;
  height: 216px;
  transform: rotate(33.66deg);
  background-color: rgba(var(--Freshflow-white-rgb), 0.22);
  z-index: -1;
}
.contact-two__call-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 100px;
}
.contact-two__call-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 17px;
}
.contact-two__call-list li:first-child::before {
  display: none;
}
.contact-two__call-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  width: 4px;
  height: 40px;
  background-color: var(--Freshflow-extra);
}
.contact-two__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--Freshflow-extra);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-two__call-icon:hover {
  background-color: var(--Freshflow-white);
}
.contact-two__call-icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--Freshflow-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-two__call-icon:hover span {
  color: var(--Freshflow-black);
}
.contact-two__call-contact {
  position: relative;
  display: block;
}
.contact-two__call-contact p {
  font-weight: 500;
  font-family: var(--Freshflow-font-two);
  color: var(--Freshflow-white);
}
.contact-two__call-contact h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 2px;
}
.contact-two__call-contact h4 a {
  color: var(--Freshflow-white);
}
.contact-two__call-contact h4 a:hover {
  color: var(--Freshflow-extra);
}
.contact-three {
  position: relative;
  display: block;
  background-color: var(--Freshflow-secondary);
  overflow: hidden;
  padding: 109px 0 120px;
  z-index: 1;
}
.contact-three__left {
  position: relative;
  display: block;
}
.contact-three__title-box {
  position: relative;
  display: block;
  margin-bottom: 34px;
}
.contact-three__title {
  color: var(--Freshflow-black);
  font-size: 36px;
  line-height: 47px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.03em;
  margin-bottom: 13px;
}
.contact-three__form {
  position: relative;
  display: block;
}
.contact-three__input-box {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.contact-three__input-box input[type="text"],
.contact-three__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  line-height: 60px;
  background-color: var(--Freshflow-white);
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: var(--Freshflow-gray);
  display: block;
  font-weight: 400;
  border-radius: 12px;
}
.contact-three__input-box textarea {
  position: relative;
  height: 240px;
  width: 100%;
  background-color: var(--Freshflow-white);
  border: none;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: var(--Freshflow-gray);
  display: block;
  font-weight: 400;
  border-radius: 12px;
  margin-bottom: 0;
}
.contact-three__input-box.text-message-box {
  height: 240px;
}
.contact-three__right {
  position: relative;
  display: block;
  margin-left: 50px;
  margin-top: 40px;
}
.contact-three__img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 285px;
  width: 330px;
  background-color: var(--Freshflow-black);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.contact-three__img-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 272px;
  width: 315px;
  background-color: var(--Freshflow-primary);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.contact-three__img {
  position: relative;
  display: block;
  width: 300px;
  height: 260px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.contact-three__img img {
  width: 100%;
}
.contact-three__contact-info {
  position: relative;
  display: block;
  margin-top: 40px;
}
.contact-three__contact-info-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
}
.contact-three__contact-info-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-three__contact-info-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  background-color: var(--Freshflow-white);
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.contact-three__contact-info-list li .icon::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10%;
  height: 10%;
  background-color: rgba(var(--Freshflow-base-rgb), 1);
  background-position: left center;
  transition-timing-function: ease-in-out;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(1);
  opacity: 0;
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}
.contact-three__contact-info-list li:hover .icon::before {
  opacity: 1;
  width: 120%;
  height: 200%;
  transform: scaleX(1);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 2s;
}
.contact-three__contact-info-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: var(--Freshflow-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-three__contact-info-list li:hover .icon span {
  color: var(--Freshflow-white);
}
.contact-three__contact-info-list li .text {
  position: relative;
  display: block;
}
.contact-three__contact-info-list li .text p {
  font-size: 18px;
  color: var(--Freshflow-black);
  line-height: 28px;
  font-weight: 500;
}
.contact-three__contact-info-list li .text p a {
  color: var(--Freshflow-black);
}
.contact-three__contact-info-list li .text p a:hover {
  color: var(--Freshflow-base);
}
.contact-four {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}
.contact-four__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.16;
  z-index: -1;
}
.contact-four__shape-1 img {
  width: auto;
}
.contact-four__left {
  position: relative;
  display: block;
}
.contact-four__left .section-title {
  margin-bottom: 21px;
}
.contact-four__left-text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 67px;
}
.contact-four__contact-list {
  position: relative;
  display: block;
}
.contact-four__contact-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: var(--Freshflow-white);
  border: 1px solid rgb(67 121 242 / 0.22);
  box-shadow: 1px 2px 1px rgb(0 0 0 / 0.17);
  border-radius: 16px;
  padding: 11px 13px 11px;
}
.contact-four__contact-list li:nth-child(2) {
  padding: 0;
}
.contact-four__contact-list li:nth-child(4) {
  padding: 0;
}
.contact-four__contact-list li + li {
  margin-top: 24px;
}
.contact-four__contact-list li:nth-child(2) {
  background-color: #fff0;
  border: none;
  box-shadow: none;
}
.contact-four__contact-list li:nth-child(4) {
  background-color: #fff0;
  border: none;
  box-shadow: none;
}
.contact-four__contact-list .icon {
  position: relative;
  top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(var(--Freshflow-base-rgb), 0.1);
  border-radius: 50%;
}
.contact-four__contact-list .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--Freshflow-base);
}
.contact-four__contact-list .content {
  position: relative;
  display: block;
  flex: 1;
}
.contact-four__contact-list .content h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--Freshflow-base);
  text-transform: capitalize;
  margin-bottom: 10px;
}
.contact-four__contact-list .content p {
  font-weight: 500;
  font-family: var(--Freshflow-font-two);
}
.contact-four__contact-list .content p a {
  color: var(--Freshflow-gray);
}
.contact-four__contact-list .content p a:hover {
  color: var(--Freshflow-base);
}
.contact-four__contact-list .content p span {
  font-weight: 600;
  color: var(--Freshflow-black);
}
.contact-four__contact-list-shape-1 {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.contact-four__contact-list-shape-1 img {
  width: 100%;
}
.contact-four__right {
  position: relative;
  display: block;
  margin-left: 0;
  background: linear-gradient(180deg, #ebf5ff 0%, #d7edff 100%);
  border-radius: 16px;
  padding: 30px 30px 30px;
}
.contact-four__right .section-title {
  margin-bottom: 30px;
}
.contact-four__right .section-title__title {
  font-size: 30px;
  line-height: 40px;
}
.contact-four__form {
  position: relative;
  display: block;
}
.contact-four__form .row {
  --bs-gutter-x: 24px;
}
.contact-four__input-box {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.contact-four__input-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 2px;
  color: var(--Freshflow-gray);
}
.contact-four__input-box input[type="text"],
.contact-four__input-box input[type="email"],
.contact-four__input-box input[type="number"] {
  height: 64px;
  width: 100%;
  background-color: var(--Freshflow-white);
  border: 1px solid #e7e7e7;
  padding-left: 25px;
  padding-right: 25px;
  outline: none;
  font-size: 16px;
  color: var(--Freshflow-gray);
  display: block;
  font-weight: 500;
  border-radius: 12px;
  line-height: 64px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.contact-four__input-box textarea {
  position: relative;
  height: 130px;
  width: 100%;
  background-color: var(--Freshflow-white);
  border: 1px solid #e7e7e7;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  outline: none;
  font-size: 16px;
  color: var(--Freshflow-gray);
  display: block;
  font-weight: 500;
  border-radius: 12px;
  margin-bottom: 0;
}
.contact-four__input-box.text-message-box {
  height: 130px;
  margin-bottom: 25px;
}
.contact-four__btn-box {
  position: relative;
  display: block;
}
.contact-four__btn-box .thm-btn {
  border: none;
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0 0 12px rgb(51 51 51 / 0.5);
  -moz-box-shadow: 0 0 12px rgb(51 51 51 / 0.5);
  box-shadow: 0 0 12px rgb(51 51 51 / 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  width: 4px;
  height: 231px;
  left: 50%;
  margin-left: -1.5px;
  top: -231px;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 4px;
  height: 231px;
  left: 50%;
  margin-left: -1.5px;
  bottom: -231px;
}
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: rgb(255 255 255 / 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  bottom: 0;
  margin-top: -19px;
}
.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset #fff0;
  position: absolute;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: #fff0;
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active
  :hover.twentytwenty-overlay
  .twentytwenty-before-label,
.twentytwenty-container.active
  :hover.twentytwenty-overlay
  .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-before-label:before {
  content: attr(data-content);
}
.twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-after-label:before {
  content: attr(data-content);
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}
.twentytwenty-handle {
  height: 60px;
  width: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -31px;
  margin-top: -22px;
  border-radius: 50%;
  z-index: 40;
  cursor: pointer;
  background-color: #0dcaf0;
  box-shadow: none;
  border: 3px solid var(--Freshflow-white);
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0 0 12px rgb(51 51 51 / 0.5);
  -moz-box-shadow: 3px 0 0 white, 0 0 12px rgb(51 51 51 / 0.5);
  box-shadow: 3px 0 0 white, 0 0 12px rgb(51 51 51 / 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0 0 12px rgb(51 51 51 / 0.5);
  -moz-box-shadow: -3px 0 0 white, 0 0 12px rgb(51 51 51 / 0.5);
  box-shadow: -3px 0 0 white, 0 0 12px rgb(51 51 51 / 0.5);
}
.twentytwenty-left-arrow {
  border-right: 6px solid var(--Freshflow-white);
  left: 50%;
  margin-left: -17px;
}
.twentytwenty-right-arrow {
  border-left: 6px solid var(--Freshflow-white);
  right: 50%;
  margin-right: -17px;
}
.twentytwenty-up-arrow {
  border-bottom: 6px solid var(--Freshflow-base);
  top: 50%;
  margin-top: -17px;
}
.twentytwenty-down-arrow {
  border-top: 6px solid var(--Freshflow-base);
  bottom: 50%;
  margin-bottom: -17px;
}
.project-one {
  position: relative;
  display: block;
  background-color: #f2f8ff;
  padding: 160px 0 83px;
  overflow: hidden;
  z-index: 1;
}
.project-one__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.4;
}
.project-one__bg-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 39px;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
}
.project-one__shape-1 {
  position: absolute;
  width: 772px;
  height: 575px;
  left: -393px;
  top: 327px;
  background: #4379f2;
  opacity: 0.4;
  filter: blur(250px);
  border-radius: 50%;
  z-index: -1;
}
.project-one__shape-2 {
  position: absolute;
  width: 772px;
  height: 575px;
  right: -90px;
  top: 420px;
  background: #4379f2;
  opacity: 0.4;
  filter: blur(250px);
  border-radius: 50%;
  z-index: -1;
}
.project-one__inner {
  position: relative;
  display: block;
}
.project-one__filter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
}
.project-one__filter li {
  position: relative;
  display: flex;
  align-items: center;
}
.project-one__filter li + li {
  margin-left: 0;
}
.project-one__filter li p {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: var(--Freshflow-gray);
  background-color: var(--Freshflow-white);
  border: 1px solid rgba(var(--Freshflow-gray-rgb), 0.17);
  text-transform: uppercase;
  padding: 17px 30px 17px;
  font-weight: 700;
  cursor: pointer;
  overflow: hidden;
  border-radius: 27px;
  transition: all 0.5s linear;
  z-index: 1;
}
.project-one__filter li.active p {
  color: var(--Freshflow-white);
}
.project-one__filter li p:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0%;
  background-color: var(--Freshflow-base);
  transition: all 0.3s ease;
  z-index: -1;
}
.project-one__filter li.active p:before {
  height: 100%;
}
.project-one__single {
  position: relative;
  display: block;
  margin-bottom: 29px;
}
.project-one__img-box {
  position: relative;
  display: block;
}
.project-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
}
.project-one__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--Freshflow-black-rgb), 0.7);
  opacity: 0;
  transform: translateY(90px);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
  z-index: 1;
}
.project-one__single:hover .project-one__img::before {
  opacity: 1;
  transform: translateY(0);
}
.project-one__img img {
  width: 100%;
  border-radius: 12px;
  transform: scale(1);
  transition: all 1500ms ease;
}
.project-one__single:hover .project-one__img img {
  transform: scale(1.05) rotate(0deg);
}
.project-one__content {
  position: relative;
  display: block;
  margin-top: 9px;
}
.project-one__tag {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
  background-color: #fff0;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 4px 4px 4px;
  gap: 17px;
  transition: all 0.4s linear;
  z-index: 1;
}
.project-one__single:hover .project-one__tag {
  color: var(--Freshflow-black);
}
.project-one__tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--Freshflow-extra);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}
.project-one__single:hover .project-one__tag::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}
.project-one__tag span {
  font-size: 16px;
  font-weight: 700;
}
.project-one__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  font-family: var(--Freshflow-font);
}
.project-one__title a {
  color: var(--Freshflow-black);
}
.project-one__view-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.project-one__view {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 120px;
  height: 120px;
  border: 2px solid var(--Freshflow-white);
  border-radius: 50%;
  text-decoration: none;
  color: var(--Freshflow-white);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-one__single:hover .project-one__view {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-delay: 500ms;
  opacity: 1;
}
.project-one__view:hover {
  border: 2px solid var(--Freshflow-extra);
  color: var(--Freshflow-extra);
}
.project-one__view i {
  position: relative;
  display: inline-block;
  font-size: 20px;
}
.project-one__view span {
  font-size: 14px;
  font-weight: 500;
  margin-top: 11px;
}
.project-one__single-2 {
  position: relative;
  display: block;
  background: linear-gradient(180deg, #2e72ff 0%, #006fff 52.5%, #2e72ff 100%);
  border-radius: 24px;
  overflow: hidden;
  padding: 17px 30px 16px;
  margin-bottom: 29px;
}
.project-one__title-2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  font-family: var(--Freshflow-font);
}
.project-one__title-2 a {
  color: var(--Freshflow-white);
}
.project-one__title-2 a:hover {
  color: var(--Freshflow-black);
}
.project-one__view-box-2 {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 26px 0 2px;
}
.project-one__view-2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 110px;
  height: 110px;
  border: 2px solid rgba(var(--Freshflow-white-rgb), 0.12);
  border-radius: 50%;
  text-decoration: none;
  color: var(--Freshflow-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-one__view-2:hover {
  color: var(--Freshflow-white);
  border: 2px solid rgba(var(--Freshflow-white-rgb), 1);
}
.project-one__view-2 i {
  position: relative;
  display: inline-block;
  font-size: 20px;
}
.project-one__view-2 span {
  font-size: 14px;
  font-weight: 500;
  margin-top: 6px;
}
.project-one__sliding-text-list {
  position: relative;
  display: block;
}
.project-one__sliding-text-list li {
  position: relative;
  display: block;
}
.project-one__sliding-text-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: -0.03em;
  color: #fff0;
  -webkit-text-stroke: 1px rgba(var(--Freshflow-white-rgb), 0.1);
  padding-right: 10px;
}
.project-one__need-help {
  position: relative;
  display: inline-block;
  margin-top: 17px;
}
.project-one__need-help p {
  font-size: 14px;
  line-height: 14px;
  color: var(--Freshflow-white);
}
.project-one__need-help a {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: var(--Freshflow-font-two);
  color: var(--Freshflow-white);
  margin-top: 5px;
  position: relative;
  display: inline-block;
}
.project-one__need-help a:hover {
  color: var(--Freshflow-black);
}
.project-one__single-2-img {
  position: absolute;
  bottom: -25px;
  right: 0;
  z-index: 1;
}
.project-one__single-2-img img {
  width: auto;
}
.project-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background: linear-gradient(180deg, #f2f2ff 0%, #fff0 100%);
  overflow: hidden;
  z-index: 1;
}
.project-two__bg-shape {
  position: absolute;
  top: -512px;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: -1;
}
.project-two__shape-1 {
  position: absolute;
  top: 190px;
  left: 0;
  z-index: -1;
}
.project-two__shape-1 img {
  width: auto;
}
.project-two__shape-2 {
  position: absolute;
  bottom: 80px;
  right: 0;
  z-index: -1;
}
.project-two__shape-2 img {
  width: auto;
}
.project-two__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 59px;
}
.project-two__top .section-title {
  margin-bottom: 0;
}
.project-two__btn-box {
  position: relative;
  display: block;
}
.project-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.project-two__img-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.project-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.project-two__img img {
  width: 100%;
  border-radius: 20px;
  transform: scale(1);
  transition: all 1500ms ease;
}
.project-two__single:hover .project-two__img img {
  transform: scale(1.05) rotate(0deg);
}
.project-two__content-box {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: linear-gradient(
    180deg,
    #020f2b 0%,
    rgb(2 15 43 / 0.8) 44.4%,
    rgb(2 23 65 / 0.8) 58.4%,
    rgb(19 66 163 / 0.95) 100%
  );
  border-radius: 20px;
  padding: 19px 25px 20px;
  opacity: 0;
  transform: translateY(50px);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
  z-index: 2;
}
.project-two__single:hover .project-two__content-box {
  opacity: 1;
  transform: translateY(0);
}
.project-two__info-list {
  position: relative;
  display: block;
}
.project-two__info-list li {
  position: relative;
  display: block;
}
.project-two__info-list li + li {
  margin-top: 5px;
}
.project-two__info-list li span {
  font-size: 14px;
  font-weight: 700;
  color: var(--Freshflow-extra);
}
.project-two__info-list li p {
  font-weight: 500;
  color: var(--Freshflow-white);
}
.project-two__title-box {
  position: absolute;
  bottom: 22px;
  left: 25px;
}
.project-two__sub-title {
  position: relative;
  display: inline-block;
  background-color: var(--Freshflow-extra);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--Freshflow-black);
  padding: 5px 15px 5px;
  border-radius: 15px;
}
.project-two__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  margin-top: 13px;
}
.project-two__title a {
  color: var(--Freshflow-white);
}
.project-two__title a:hover {
  color: var(--Freshflow-extra);
}
.project-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}
.project-details__left {
  position: relative;
  display: block;
  margin-right: 54px;
}
.project-details__project-info {
  position: relative;
  display: block;
  border: 1px solid #e7e7e7;
  background-color: var(--Freshflow-secondary);
  border-radius: 12px;
  padding-bottom: 20px;
  margin-bottom: 34px;
}
.project-details__project-info-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  padding-top: 19px;
  padding-left: 25px;
  margin-bottom: 8px;
}
.project-details__project-list {
  position: relative;
  display: block;
}
.project-details__project-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid var(--Freshflow-white);
  padding: 20px 20px 20px;
  overflow: hidden;
  z-index: 1;
}
.project-details__project-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--Freshflow-base-rgb), 0.09);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}
.project-details__project-list li:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}
.project-details__project-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--Freshflow-white);
  border: 1px solid var(--Freshflow-base);
  border-radius: 12px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-details__project-list li:hover .icon {
  background-color: var(--Freshflow-base);
}
.project-details__project-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: var(--Freshflow-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-details__project-list li:hover .icon span {
  color: var(--Freshflow-white);
}
.project-details__project-list li .content {
  position: relative;
  display: block;
  flex: 1;
}
.project-details__project-list li .content span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.project-details__project-list li .content p {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: var(--Freshflow-black);
}
.project-details__get-touch {
  position: relative;
  display: block;
  background: linear-gradient(180deg, #0053ff 0%, #2e72ff 100%);
  border-radius: 16px;
  padding: 32px 25px 26px;
  padding-right: 50px;
  overflow: hidden;
  z-index: 1;
}
.project-details__get-touch-img-1 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.project-details__get-touch-img-1::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -21px;
  border: 2px solid var(--Freshflow-white);
  border-radius: 50%;
}
.project-details__get-touch-img-1 img {
  width: auto;
}
.project-details__get-touch-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  color: var(--Freshflow-white);
}
.project-details__get-touch-btn-box {
  position: relative;
  display: block;
  margin-top: 24px;
}
.project-details__get-touch-btn-box .thm-btn {
  color: var(--Freshflow-black);
  background-color: var(--Freshflow-extra);
  padding: 5px 15px 5px;
  padding-right: 4px;
  border-radius: 12px;
}
.project-details__get-touch-btn-box .thm-btn span {
  color: var(--Freshflow-black);
  width: 36px;
  height: 36px;
}
.project-details__call-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 157px;
}
.project-details__call-icon {
  position: relative;
  display: inline-block;
}
.project-details__call-icon span {
  position: relative;
  display: inline-block;
  font-size: 49px;
  color: var(--Freshflow-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}
.project-details__call-box:hover .project-details__call-icon span {
  transform: scale(0.9);
}
.project-details__call-content {
  position: relative;
  display: block;
  flex: 1;
}
.project-details__call-content p {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  font-family: var(--Freshflow-font-two);
  color: var(--Freshflow-white);
}
.project-details__call-content a {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--Freshflow-white);
  font-family: var(--Freshflow-font-two);
  letter-spacing: -0.03em;
}
.project-details__call-content a:hover {
  color: var(--Freshflow-black);
}
.project-details__right {
  position: relative;
  display: block;
}
.project-details__img-box {
  position: relative;
  display: block;
}
.project-details__img {
  position: relative;
  display: block;
}
.project-details__img img {
  width: 100%;
  border-radius: 20px;
}
.project-details__content {
  position: relative;
  display: block;
  margin-top: 50px;
}
.project-details__title-1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.03em;
}
.project-details__text-1 {
  margin-top: 22px;
  margin-bottom: 21px;
}
.project-details__title-2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.03em;
  margin: 50px 0 20px;
}
.project-details__img-box-2 {
  position: relative;
  display: block;
  margin-top: 23px;
}
.project-details__img-box-img-1 {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.project-details__img-box-img-1 img {
  width: 100%;
  border-radius: 20px;
}
.project-details__points-box {
  position: relative;
  display: block;
}
.project-details__points-list {
  position: relative;
  display: block;
}
.project-details__points-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
.project-details__points-list li + li {
  margin-top: 22px;
}
.project-details__points-list li .icon {
  position: relative;
  display: inline-block;
}
.project-details__points-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--Freshflow-base);
}
.project-details__points-list li p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--Freshflow-black);
}
.project-details__title-3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.03em;
  margin: 52px 0 20px;
}
.project-details__points-box-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 55px;
  margin-top: 23px;
  margin-bottom: 50px;
}
.project-details__points-box-2 {
  position: relative;
  display: block;
}
.project-details__points-list-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.03em;
  margin-bottom: 17px;
}
.project-details__points-list-2 {
  position: relative;
  display: block;
}
.project-details__points-list-2 li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.project-details__points-list-2 li + li {
  margin-top: 16px;
}
.project-details__points-list-2 li .icon {
  position: relative;
  display: inline-block;
}
.project-details__points-list-2 li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--Freshflow-base);
}
.project-details__points-list-2 li p {
  font-weight: 500;
}
.project-details__before-after {
  position: relative;
  display: block;
}
.project-details__before-after-two-img-box {
  position: relative;
  display: block;
  border-radius: 20px;
}
.project-details__before-after-two-img-box .before-after {
  position: relative;
}
.project-details__before-after-two-img-box
  .before-after
  .twentytwenty-container
  img {
  width: 100%;
  border-radius: 20px;
}
.project-details__before-after-two-img-box
  .before-after
  .twentytwenty-horizontal
  .twentytwenty-before-label:before {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100px;
  height: 100px;
  line-height: 90px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
  background: #fff0;
  z-index: 1;
  transform: rotate(-45deg);
  text-transform: uppercase;
  display: none;
}
.project-details__before-after-two-img-box
  .before-after
  .twentytwenty-horizontal
  .twentytwenty-before-label:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}
.project-details__before-after-two-img-box
  .before-after
  .twentytwenty-horizontal
  .twentytwenty-after-label:before {
  position: absolute;
  right: 0;
  width: 100px;
  height: 100px;
  line-height: 140px;
  text-align: center;
  font-size: 16px;
  background: #fff0;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
  bottom: 0;
  transform: rotate(-45deg);
  z-index: 1;
  text-transform: uppercase;
  display: none;
}
.project-details__before-after-two-img-box
  .before-after
  .twentytwenty-horizontal
  .twentytwenty-after-label:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  line-height: 100px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}
.twentytwenty-after-label,
.twentytwenty-before-label {
  opacity: 1 !important;
}
.project-details__before-after-two-img-box .twentytwenty-overlay {
  border-radius: 10px;
}
.project-details__before-after-two-img-box .before-after-two__tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}
.project-details__before-after-two-img-box .before-after-two__tag span {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  font-family: var(--Freshflow-font-two);
  color: var(--Freshflow-black);
  background-color: var(--Freshflow-white);
  padding: 8px 20px 8px;
  border-radius: 12px;
}
.project-details__before-after-two-img-box .before-after-two__tag-2 {
  left: inherit;
  right: 20px;
}
.project-details__title-4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.03em;
  margin: 50px 0 21px;
}
.project-details__text-6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--Freshflow-black);
  margin-top: 20px;
}
.project-details__client-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  background: linear-gradient(270deg, #2e72ff 0%, #0052fc 100%);
  border-radius: 20px;
  padding: 32px 40px 30px;
  margin: 47px 0 50px;
  z-index: 1;
}
.project-details__client-box-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.project-details__client-box-shape-1 img {
  width: auto;
}
.project-details__client-box-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.project-details__client-box-shape-2 img {
  width: auto;
}
.project-details__client-box-quote {
  position: absolute;
  top: 50px;
  right: 30px;
  opacity: 0.13;
  z-index: -1;
}
.project-details__client-box-quote img {
  width: auto;
}
.project-details__client-img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 81px;
  height: 81px;
  border: 1px solid var(--Freshflow-white);
  border-radius: 50%;
}
.project-details__client-img {
  position: relative;
  display: block;
  max-width: 68px;
  width: 100%;
}
.project-details__client-img img {
  width: 100%;
  border-radius: 50%;
}
.project-details__client-content {
  position: relative;
  display: block;
  flex: 1;
}
.project-details__client-ratting {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
.project-details__client-ratting span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--Freshflow-extra);
}
.project-details__client-text {
  color: var(--Freshflow-white);
  margin: 12px 0 8px;
}
.project-details__client-shape {
  position: relative;
  display: block;
  width: 60px;
  height: 1px;
  background-color: var(--Freshflow-white);
}
.project-details__client-name {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--Freshflow-white);
  gap: 8px;
  margin-top: 9px;
}
.project-details__client-name span {
  font-size: 14px;
  font-weight: 500;
}
.project-details__prev-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  padding: 16px 25px 15px;
}
.project-details__prev {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
.project-details__prev-img {
  position: relative;
  display: block;
  max-width: 40px;
  width: 100%;
}
.project-details__prev-img img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid var(--Freshflow-extra);
}
.project-details__prev .content {
  position: relative;
  display: block;
  flex: 1;
}
.project-details__prev .content p {
  font-size: 14px;
  font-weight: 700;
  color: var(--Freshflow-base);
  font-family: var(--Freshflow-font-two);
  text-transform: uppercase;
}
.project-details__prev .content p a {
  color: var(--Freshflow-base);
}
.project-details__prev .content p a:hover {
  color: var(--Freshflow-black);
}
.project-details__prev .content h5 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
}
.project-details__next {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
.project-details__next-img {
  position: relative;
  display: block;
  max-width: 40px;
  width: 100%;
}
.project-details__next-img img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid var(--Freshflow-extra);
}
.project-details__next .content {
  position: relative;
  display: block;
  text-align: right;
  flex: 1;
}
.project-details__next .content p {
  font-size: 14px;
  font-weight: 700;
  font-family: var(--Freshflow-font-two);
  text-transform: uppercase;
}
.project-details__next .content p a {
  color: var(--Freshflow-base);
}
.project-details__next .content p a:hover {
  color: var(--Freshflow-black);
}
.project-details__next .content h5 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
}
.project-page {
  padding: 120px 0 120px;
}
.project-page .project-one__bg-shape-2 {
  display: none;
}
.project-page__pagination {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 17px;
}
.project-carousel-page {
  position: relative;
  display: block;
  padding: 120px 0 170px;
}
.project-carousel-page .project-one__single {
  margin-bottom: 0;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.grid-item {
  text-align: center;
  font-weight: 700;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .twentytwenty-handle {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 991px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
  .twentytwenty-handle {
    height: 50px;
    width: 50px;
  }
}
.project-details__before-after-two-img-box
  .before-after
  .twentytwenty-container
  img {
  border-radius: 10px;
}
.before-after-twentytwenty img {
  display: block;
  width: 100%;
  height: auto;
}
.about-two__mission-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  font-family: var(--Freshflow-font);
  margin-top: 9px;
  color: #000;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.6);
  justify-content: center;
  align-items: center;
}
.modal-content {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  position: relative;
}
.close-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
}
form input,
form textarea,
form select {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}
form select {
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>")
    no-repeat;
  background-position: right 10px center;
  background-size: 30px;
}
form button {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  border-radius: 5px;
}
.ser-img {
  width: 340px;
  min-width: 340px;
}
.ser-img img {
  width: 100%;
}
.ser-content {
  text-align: left;
}
@media (max-width: 768px) {
  .service-item {
    flex-direction: column !important;
    text-align: left;
  }
  .ser-img,
  .ser-content {
    width: 100%;
  }
  .ser-img {
    margin-bottom: 15px;
  }
}
@media (max-width: 350px) {
  .main-menu__btn-box {
    display: none;
  }
}
section.error-page {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.error-page__inner h2 {
  color: #000;
  font-size: 60px;
}
h3.error-page__tagline {
  color: #000;
  margin-bottom: 15px;
}
p.error-page__text {
  margin-bottom: 40px;
}
