@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
:root {
  --display-font: "Rubik", sans-serif;
  --body-font: "Rubik", sans-serif;
  --white: #fff;
  --bg-white: #fff;
  --body-bg: #fff;
  --surface-bg: #F2F2F2;
  --surface-bg-light: #F5F2F0;
  --display-color: #052E26;
  --body-color: #132B49;
  --input-bg: #fff;
  --input-border: #e5e5e5;
  --placeholder-color: #858484;
  --border-color: #0810232c;
  --font-2xxl: 2rem;
  --font-2xl: 1.75rem;
  --font-xxl: 1.5rem;
  --font-xl: 1.25rem;
  --font-lg: 1.125rem;
  --font-md: 1rem;
  --font-sm: 0.875rem;
  --font-xs: 0.75rem;
  --font-xxs: 0.625rem;
  --primary: #eb4438;
  --success: #22c55e;
  --info: #16C7F9;
  --warning: #f97316;
  --danger: #F81F58;
  --secondary: #0b2239;
  --light: #e2e8f0;
  --extra-light: #e2e8f08a;
  --muted: #8094ae;
  --dark: #0b2239;
  --white: #ffffff;
  --display-1: 5rem; /* 80px */
  --display-2: 3rem; /* 48px */
  --display-3: 1.5rem; /* 24px */
  --display-4: 1.375rem; /* 22px */
  --display-5: 1.25rem; /* 20px */
  --display-6: 1.125rem; /* 18px */
}

@media (max-width: 1399px) {
  :root {
    --display-1: 4.5rem; /* 72px */
    --display-2: 2.25rem; /* 36px */
  }
}
@media (max-width: 1199px) {
  :root {
    --display-1: 3.5rem; /* 56px */
    --display-2: 2rem; /* 32px */
  }
}
@media (max-width: 575px) {
  :root {
    --display-1: 2.25rem; /* 36px */
    --display-2: 1.75rem; /* 28px */
    --display-3: 1.25rem; /* 20px */
    --display-4: 1.125rem; /* 18px */
    --display-5: 1.125rem; /* 18px */
    --display-6: 1rem; /* 16px */
  }
}
/* === reset css start === */
/* === reset css start === */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--body-bg);
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: 1rem;
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  line-height: 1.7;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  user-select: none;
}

select {
  cursor: pointer;
}

dt {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  clear: both;
  color: inherit;
  opacity: 0.15;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
  font-size: 0.875rem;
}

pre::before, pre::after {
  box-shadow: none !important;
}

pre code {
  max-height: 400px !important;
  overflow-y: auto;
}

pre[class*=language-] > code {
  border-left-color: var(--primary);
  box-shadow: -1px 0 0 0 var(--primary), 0 0 0 1px var(--border-color);
}

address {
  font-style: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
}

button:focus {
  outline: none;
}

a {
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  color: inherit;
}

a, button {
  cursor: revert;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

a:hover {
  color: var(--primary);
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

code {
  color: var(--danger);
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* === reset css end === */
.top-action-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-color: var(--primary);
  padding: 0.5rem 0.375rem;
  z-index: 3;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
  font-weight: 600;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  display: none;
}

@media (min-width: 1200px) {
  .top-action-btn {
    padding: 0.75rem 0.5rem;
    bottom: 30px;
    right: 30px;
  }
}
.top-action-btn span {
  display: flex;
  justify-content: center;
  color: #fff;
}

.top-action-btn .caption {
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

/* === reset css end === */
/* === color css start === */
.text-primary {
  color: var(--primary) !important;
}

.text-success {
  color: var(--success) !important;
}

.text-info {
  color: var(--info) !important;
}

.text-warning {
  color: var(--warning) !important;
}

.text-danger {
  color: var(--danger) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-light {
  color: var(--light) !important;
}

.text-extra-light {
  color: var(--extra-light) !important;
}

.text-muted {
  color: var(--muted) !important;
}

.text-dark {
  color: var(--dark) !important;
}

.text-white {
  color: var(--white) !important;
}

.display-color {
  color: var(--display-color) !important;
}

.body-color {
  color: var(--body-color) !important;
}

/* === color css end === */
/* === bg css start === */
.bg-primary {
  background-color: var(--primary) !important;
}

.bg-success {
  background-color: var(--success) !important;
}

.bg-info {
  background-color: var(--info) !important;
}

.bg-warning {
  background-color: var(--warning) !important;
}

.bg-danger {
  background-color: var(--danger) !important;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.bg-light {
  background-color: var(--light) !important;
}

.bg-extra-light {
  background-color: var(--extra-light) !important;
}

.bg-muted {
  background-color: var(--muted) !important;
}

.bg-dark {
  background-color: var(--dark) !important;
}

.bg-white {
  background-color: var(--white) !important;
}

.bg-light-primary {
  background-color: rgba(235, 68, 56, 0.1490196078) !important;
}

.bg-light-success {
  background-color: rgba(34, 197, 94, 0.1490196078) !important;
}

.bg-light-info {
  background-color: rgba(22, 199, 249, 0.1490196078) !important;
}

.bg-light-warning {
  background-color: rgba(249, 115, 22, 0.1490196078) !important;
}

.bg-light-danger {
  background-color: rgba(248, 31, 88, 0.1490196078) !important;
}

.bg-light-secondary {
  background-color: rgba(11, 34, 57, 0.1490196078) !important;
}

.bg-light-light {
  background-color: rgba(226, 232, 240, 0.1490196078) !important;
}

.bg-light-extra-light {
  background-color: #e2e8f08a26 !important;
}

.bg-light-muted {
  background-color: rgba(128, 148, 174, 0.1490196078) !important;
}

.bg-light-dark {
  background-color: rgba(11, 34, 57, 0.1490196078) !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.1490196078) !important;
}

.body-bg {
  background-color: var(--body-bg);
}

/* === bg css end === */
/* === spacing css start === */
.mt-24px {
  margin-block-start: 1.5rem !important;
}

.mt-54px {
  margin-block-start: 3.375rem !important;
}

.mb-16px {
  margin-block-end: 1rem !important;
}

@media (min-width: 1400px) {
  .mb-xxl-40px {
    margin-block-end: 2.5rem !important;
  }
}
@media (min-width: 1400px) {
  .pe-xxl-80px {
    padding-inline-end: 5rem !important;
  }
}
/* === spacing css end === */
/* === animation css start === */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.shake {
  animation: shake 0.5s 1 linear;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-ms-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* === animation css end === */
/* === size css start === */
/* === size css end === */
/* === spacing css start === */
/* === spacing css end === */
/* === spacing css start === */
/* === spacing css end === */
/* === animation css start === */
/* === animation css end === */
/* === typography css start === */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: var(--display-color);
  font-weight: 600;
  font-family: var(--display-font);
}

h1, .h1 {
  font-size: var(--display-1);
}

h2, .h2 {
  font-size: var(--display-2);
}

h3, .h3 {
  font-size: var(--display-3);
}

h4, .h4 {
  font-size: var(--display-4);
}

h5, .h5 {
  font-size: var(--display-5);
}

h6, .h6 {
  font-size: var(--display-6);
}

.text-2xxl {
  font-size: var(--font-2xxl) !important;
}

.text-2xl {
  font-size: var(--font-2xl) !important;
}

.text-xxl {
  font-size: var(--font-xxl) !important;
}

.text-xl {
  font-size: var(--font-xl) !important;
}

.text-lg {
  font-size: var(--font-lg) !important;
}

.text-md {
  font-size: var(--font-md) !important;
}

.text-sm {
  font-size: var(--font-sm) !important;
}

.text-xs {
  font-size: var(--font-xs) !important;
}

.text-xxs {
  font-size: var(--font-xxs) !important;
}

@media (max-width: 991px) {
  .text-lg {
    font-size: 16px !important;
  }
}
.line-height-1 {
  line-height: 1 !important;
}

.text-line-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-line-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* === typography css end === */
/* === text-align css start === */
/* === text-align css end === */
/* === border css start === */
/* === border css end === */
/* === hover css start === */
/* === hover css end === */
/* === overlay css start === */
/* === overlay css end === */
/* === position css start === */
/* === position css end === */
/* === preloader css start === */
.ps-preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary);
  z-index: 99999;
}

.ps-cube-grid {
  width: 60px;
  height: 60px;
}

.ps-cube-grid .ps-cube {
  width: 33%;
  height: 33%;
  background-color: var(--primary);
  float: left;
  -webkit-animation: rt-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: rt-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.ps-cube-grid .ps-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ps-cube-grid .ps-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.ps-cube-grid .ps-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ps-cube-grid .ps-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.ps-cube-grid .ps-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ps-cube-grid .ps-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.ps-cube-grid .ps-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.ps-cube-grid .ps-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.ps-cube-grid .ps-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes rt-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes rt-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
/* === preloader css end === */
/* === buttons css start === */
.btn {
  font-family: var(--display-font);
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-weight: 500;
}

@media (min-width: 992px) {
  .btn {
    padding: 0.875rem 1.75rem;
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .btn {
    padding: 1.0625rem 2rem;
  }
}
.btn.btn-lg {
  font-size: 1.125rem;
  padding: 0.875rem 2rem;
}

.btn.btn-sm {
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
}

.btn-hover-effect {
  position: relative;
  overflow: hidden;
}

.btn-hover-effect::before {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.btn-hover-effect:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

.btn-hover-effect:hover i {
  animation: icon-slide 0.3s linear;
}

.btn-primary {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: var(--primary) !important;
  color: #fff !important;
  border-color: var(--primary) !important;
}

.btn-light {
  background-color: #fff;
  color: var(--display-color);
}

.btn-light:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.ps-read-btn {
  font-weight: 500;
  color: var(--primary);
  text-transform: uppercase;
}

.ps-view-btn {
  width: 2.75rem;
  height: 2.75rem;
  border: 1.5px solid var(--display-color);
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--display-color);
  padding: 0.625rem 0.875rem;
  gap: 0.25rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ps-view-btn:hover {
  border-color: var(--primary);
  color: var(--display-color);
  width: auto;
}

.ps-view-btn:hover span {
  display: inline-block;
  opacity: 1;
  transform: scale(1);
}

.ps-view-btn i {
  font-size: 1.375rem;
}

.ps-view-btn span {
  font-weight: 600;
  display: none;
  opacity: 0;
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@keyframes icon-slide {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  49% {
    transform: translateX(10px);
    opacity: 0;
  }
  50% {
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* === buttons css end === */
/* === Dropdown css start === */
.dropdown-menu {
  background-color: var(--surface-bg);
  border: 2px solid var(--border-color);
}

/* === Dropdown css end === */
/* === global section style css start === */
.ps-section-space-top {
  padding-block-start: 2.5rem;
}

@media (min-width: 768px) {
  .ps-section-space-top {
    padding-block-start: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .ps-section-space-top {
    padding-block-start: 5.625rem;
  }
}
@media (min-width: 1400px) {
  .ps-section-space-top {
    padding-block-start: 8.125rem;
  }
}
.ps-section-space-bottom {
  padding-block-end: 2.5rem;
}

@media (min-width: 768px) {
  .ps-section-space-bottom {
    padding-block-end: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .ps-section-space-bottom {
    padding-block-end: 5.625rem;
  }
}
@media (min-width: 1400px) {
  .ps-section-space-bottom {
    padding-block-end: 8.125rem;
  }
}
.ps-section-header {
  margin-block-end: 3.375rem;
}

.ps-section-caption {
  text-transform: uppercase;
  display: inline-block;
  color: var(--primary);
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.ps-section-bg {
  background-color: var(--surface-bg-light);
}

.ps-section-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: -1;
}

.ps-section-top-end-shape {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  z-index: -1;
}

.ps-section-bottom-start-shape {
  position: absolute;
  inset-block-end: 7.5rem;
  inset-inline-start: 6.5rem;
  z-index: -1;
}

/* === global section style css end === */
/* === list style css start === */
/* === list style css end === */
/* === slider css start === */
.ps-slider-one .slick-list {
  margin-inline: -0.75rem;
}

.ps-slider-one .ps-team-slide {
  padding-inline: 0.75rem;
}

.ps-slider-one .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin-block-start: 3.375rem;
}

.ps-slider-one .slick-dots li.slick-active button {
  background-color: #fff;
  outline: 2px solid #fff;
  outline-offset: 0.25rem;
}

.ps-slider-one .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  background-color: #EDF0F6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* === slider css end === */
/* === progress-bar css start === */
/* Progress bar css start */
.ps-progressbar {
  height: 0.625rem;
  background-color: rgba(189, 225, 98, 0.4);
}

.ps-progressbar .progress-bar {
  background-color: var(--primary);
}

/* Progress bar css End */
/* === progress-bar css end === */
/* === nav-tabs css start === */
.nav-tabs.bordered-tab {
  border-color: var(--border-color);
}

.nav-tabs.bordered-tab .nav-item .nav-link {
  border: none;
  position: relative;
  color: var(--body-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.nav-tabs.bordered-tab .nav-item .nav-link::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  opacity: 0;
}

.nav-tabs.bordered-tab .nav-item .nav-link.active {
  margin-bottom: 0;
  color: var(--primary);
}

.nav-tabs.bordered-tab .nav-item .nav-link.active::after {
  opacity: 1;
}

.nav-tabs.bordered-tab .nav-item .nav-link.active .nav-tabs-badge {
  background-color: var(--primary);
}

.nav-tabs.bordered-tab .nav-item .nav-link .nav-tabs-badge {
  width: 18px;
  height: 18px;
  background-color: var(--body-color);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.nav-tabs.pill-tab {
  border: none;
}

.nav-tabs.pill-tab .nav-item .nav-link {
  border: none;
  position: relative;
  color: var(--body-color);
  border-radius: 6px !important;
  padding: 0.375rem 0.9375rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-tabs.pill-tab .nav-item .nav-link.active {
  margin-bottom: 0;
  background-color: var(--primary);
  color: #fff;
}

.nav-tabs.pill-tab .nav-item .nav-link.active .nav-tabs-badge {
  background-color: #fff;
  color: var(--primary);
}

.nav-tabs.pill-tab .nav-item .nav-link .nav-tabs-badge {
  width: 18px;
  height: 18px;
  background-color: var(--body-color);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.nav-tabs.pill-light-tab {
  border: none;
}

.nav-tabs.pill-light-tab .nav-item .nav-link {
  border: none;
  position: relative;
  color: var(--body-color);
  border-radius: 6px !important;
  padding: 0.375rem 0.9375rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-tabs.pill-light-tab .nav-item .nav-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  opacity: 0;
  z-index: -1;
  border-radius: 6px !important;
}

.nav-tabs.pill-light-tab .nav-item .nav-link.active {
  margin-bottom: 0;
  color: var(--primary);
}

.nav-tabs.pill-light-tab .nav-item .nav-link.active::before {
  opacity: 0.25;
}

.nav-tabs.pill-light-tab .nav-item .nav-link.active .nav-tabs-badge {
  background-color: var(--primary);
  color: #fff;
}

.nav-tabs.pill-light-tab .nav-item .nav-link .nav-tabs-badge {
  width: 18px;
  height: 18px;
  background-color: var(--body-color);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.nav-tabs.light-bg-tab {
  background-color: #f1f5f9;
  border-bottom: none;
  padding: 5px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.nav-tabs.light-bg-tab .nav-item .nav-link {
  border: none;
  position: relative;
  color: var(--body-color);
  border-radius: 6px !important;
  padding: 0.375rem 0.9375rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
}

.nav-tabs.light-bg-tab .nav-item .nav-link.active {
  margin-bottom: 0;
  color: var(--primary);
  background-color: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
}

.nav-tabs.light-bg-tab .nav-item .nav-link.active .nav-tabs-badge {
  background-color: var(--primary);
  color: #fff;
}

.nav-tabs.light-bg-tab .nav-item .nav-link .nav-tabs-badge {
  width: 18px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--body-color);
  font-size: 0.625rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.nav-tabs.nav-tabs-sm .nav-item .nav-link {
  font-size: 0.8125rem;
  padding: 0.25rem 0.5rem;
}

.nav-tabs.nav-tabs-gap-0 .nav-item {
  padding-inline: 0.375rem;
}

@media (min-width: 1400px) {
  .nav-tabs.nav-tabs-gap-0 .nav-item {
    padding-inline: 0.75rem;
  }
}
.nav-tabs.nav-tabs-gap-0 .nav-item .nav-link {
  padding-inline: 0;
  padding-block: 0.75rem;
  font-size: 0.875rem;
}

.tab-content {
  margin-top: 1rem;
}

/* === nav-tabs css end === */
/* === alert css start === */
/* === alert css end === */
/* === badge css start === */
/* === badge css end === */
/* === table css start === */
/* === table css end === */
/* === data table css start === */
/* === data table css end === */
/* === table responsive css start === */
/* === table responsive css end === */
/* === text editor css start === */
/* === text editor css end === */
/* === icon picker css start === */
/* === icon picker css end === */
/* === toastr css start === */
/* === toastr css end === */
/* === form select two css start === */
/* === form select two css end === */
/* === card css start === */
/* === card css end === */
/* === modal css start === */
/* === modal css end === */
/* === accordion css start === */
/* === accordion css end === */
/* === nav-tabs css start === */
/* === nav-tabs css end === */
/* === pagination css start === */
/* === pagination css end === */
/* === avatar css start === */
/* === avatar css end === */
/* === list-style css start === */
/* === list-style css end === */
/* === apex-chart css start === */
/* === apex-chart css end === */
/* === progress-bar css start === */
/* === progress-bar css end === */
/* === vector-map css start === */
/* === vector-map css end === */
/* === scroll css start === */
/* === scroll css end === */
/* === slider css start === */
/* === slider css end === */
/* === tooltip css start === */
/* === tooltip css end === */
/* === image upload css start === */
/* === image upload css end === */
/* === auth css start === */
/* === auth css end === */
/* === date picker css start === */
/* === date picker css end === */
/* === time picker css start === */
/* === time picker css end === */
/* === faq css start === */
/* Faq Css Start */
.responsive-padding-40-150 {
  padding-inline-start: clamp(2rem, -27.4754rem + 39.3333vw, 9.375rem) !important;
  padding-inline-end: clamp(2rem, -27.4754rem + 39.3333vw, 9.375rem) !important;
  padding-block-start: 40px !important;
  padding-block-end: 40px !important;
}

/* Faq Css End */
/* === faq css end === */
/* === editor css start === */
/* === editor css end === */
/* === widgets css start === */
/* === widgets css end === */
/* === referral css start === */
/* === referral css end === */
/* === toggle-btn css start === */
/* === toggle-btn css end === */
/* === payment gateway css start === */
/* === payment gateway css end === */
/* === theme selection css start === */
/* === theme selection css end === */
/* === sections list css start === */
/* === sections list css end === */
/* === drop zone css start === */
/* === drop zone css end === */
/* === support ticket css start === */
/* === support ticket css end === */
/* === header css start === */
.ps-header {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  z-index: 1;
}

.ps-header__logo {
  max-height: 2.5rem;
}

@media (min-width: 992px) {
  .ps-header__logo {
    max-height: 3.125rem;
  }
}
.ps-header__menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ps-header .btn {
  padding: 0.625rem 1rem;
  font-size: 14px;
}

@media (min-width: 1400px) {
  .ps-header .btn {
    padding: 0.9375rem 1.5rem;
    font-size: 16px;
  }
}
.ps-header__top {
  padding-block: 0.25rem;
  background-color: var(--primary);
  display: none;
}

@media (min-width: 576px) {
  .ps-header__top {
    display: block;
  }
}
@media (min-width: 1200px) {
  .ps-header__top {
    padding-block: 0.5rem;
  }
}
.ps-header__top p {
  font-size: 14px;
}

@media (min-width: 1200px) {
  .ps-header__top p {
    font-size: 16px;
  }
}
.ps-header__bottom {
  background-color: rgba(11, 34, 57, 0.8);
  padding-block: 12px;
}

@media (min-width: 992px) {
  .ps-header__bottom {
    padding-block: 0;
  }
}
.ps-header-menu-area-open-btn {
  color: var(--white);
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .ps-header-menu-area-open-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .ps-header-menu-area {
    position: fixed;
    inset-block-start: 0;
    inset-inline-start: -105%;
    width: 290px;
    height: 100vh;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
    background-color: var(--secondary);
    padding: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9;
  }
}
.ps-header-menu-area.active {
  inset-inline-start: 0;
}

.ps-mobile-menu-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.75rem;
  padding-inline: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  .ps-mobile-menu-bar {
    display: none;
  }
}
.ps-mobile-menu-bar__logo {
  max-height: 1.75rem;
}

.ps-mobile-menu-bar__close-btn {
  color: #fff;
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .ps-header-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.ps-header-menu .menu-item a {
  padding: 0.5rem 1.5rem;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

@media (min-width: 992px) {
  .ps-header-menu .menu-item a {
    padding: 1.5rem 0.875rem;
  }
}
@media (min-width: 1400px) {
  .ps-header-menu .menu-item a {
    padding: 2.125rem 0.875rem;
  }
}
.ps-header-menu .menu-item a i {
  font-size: 1.125rem;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.ps-header-menu .menu-item.menu-item-has-children {
  position: relative;
}

.ps-header-menu .menu-item.menu-item-has-children:hover .sub-menu {
  transform: perspective(500px) rotateY(0);
  opacity: 1;
  visibility: visible;
}

.ps-header-menu .menu-item .sub-menu {
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: -10px;
  background-color: var(--primary);
  width: 220px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding-block: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: perspective(500px) rotateY(20deg);
  transform-origin: -50% 0%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .ps-header-menu .menu-item .sub-menu {
    position: static;
    margin-inline: auto;
    display: none;
    transition: none;
  }
}
.ps-header-menu .menu-item .sub-menu.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.ps-header-menu .menu-item .sub-menu .menu-item a {
  padding: 0.375rem 1.5rem;
  color: #fff;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ps-header-menu .menu-item .sub-menu .menu-item a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* === header css end === */
/* === breadcrumb css start === */
.ps-breadcrumbs {
  position: relative;
  padding-block-start: 6.25rem;
  padding-block-end: 2.5rem;
  z-index: 0;
}

@media (min-width: 576px) {
  .ps-breadcrumbs {
    padding-block-start: 8.75rem;
  }
}
@media (min-width: 1200px) {
  .ps-breadcrumbs {
    padding-block-start: 11.25rem;
    padding-block-end: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .ps-breadcrumbs {
    padding-block-start: 13.125rem;
    padding-block-end: 4.375rem;
  }
}
.ps-breadcrumbs::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary);
  opacity: 0.65;
  z-index: -1;
}

.ps-breadcrumbs__title {
  color: #fff;
  text-align: center;
}

.ps-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.ps-breadcrumbs__list li {
  color: var(--primary);
}

.ps-breadcrumbs__list li:last-child::after {
  display: none;
}

.ps-breadcrumbs__list li::after {
  content: "/";
  padding-inline: 12px;
}

.ps-breadcrumbs__list li a {
  color: #fff;
}

/* === breadcrumb css end === */
/* === footer css start === */
.ps-footer {
  position: relative;
  padding-block-start: 5rem;
  background-color: var(--secondary);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

@media (min-width: 1400px) {
  .ps-footer {
    padding-block-start: 7.5rem;
  }
}
.ps-footer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary);
  z-index: -1;
  opacity: 0.95;
}

.ps-footer-main-area {
  padding-block-end: 5rem;
}

@media (min-width: 1400px) {
  .ps-footer-main-area {
    padding-block-end: 6.25rem;
  }
}
.ps-footer-about {
  color: #F5F2F0;
  margin-block-start: 1.25rem;
}

.ps-footer-social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding-inline-start: 0;
  margin-block-end: 0;
  margin-block-start: 1.5rem;
}

.ps-footer-social-links li a {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1019607843);
  color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-size: 1.125rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ps-footer-social-links li a:hover {
  background-color: var(--primary);
  color: #fff;
}

.ps-footer-menu-widget-title {
  color: #fff;
  margin-block-end: 1.875rem;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.ps-footer-menu-widget-title::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: var(--primary);
}

.ps-footer-menu li + li {
  margin-top: 0.625rem;
}

.ps-footer-menu li a {
  color: #F5F2F0;
}

.ps-footer-menu li a:hover {
  color: var(--primary);
}

.ps-contact-list {
  margin-bottom: -24px;
}

.ps-contact-single {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.ps-contact-single-icon {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background-color: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-contact-single-content {
  width: calc(100% - 28px);
  padding-left: 16px;
}

.ps-contact-single-content p, .ps-contact-single-content a {
  color: rgba(255, 255, 255, 0.6509803922);
}

.ps-contact-single-content a:hover {
  color: var(--primary);
}

.ps-contact-single-title {
  color: #fff;
  margin-bottom: 4px;
}

.ps-footer-copyright-area hr {
  border-top-color: #fff;
  border-top-width: 4px;
}

.ps-footer-copyright-area .ps-footer-copyright-text {
  margin-bottom: 0;
  color: #F5F2F0;
  padding-block-start: 1.75rem;
  padding-block-end: 1.75rem;
  text-align-last: center;
}

/* === footer css end === */
/* === hero section CSS Start === */
.ps-hero {
  position: relative;
  padding-block-start: 5.625rem;
  padding-block-end: 2.5rem;
  background-color: var(--secondary);
  z-index: 0;
}

@media (min-width: 576px) {
  .ps-hero {
    padding-block-start: 7.5rem;
    padding-block-end: 2.5rem;
  }
}
@media (min-width: 992px) {
  .ps-hero {
    padding-block-start: 10.25rem;
    padding-block-end: 4rem;
  }
}
@media (min-width: 1200px) {
  .ps-hero {
    padding-block-start: 11.5rem;
    padding-block-end: 5.25rem;
  }
}
@media (min-width: 1400px) {
  .ps-hero {
    padding-block-start: 14rem;
    padding-block-end: 7.75rem;
  }
}
.ps-hero::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary);
  opacity: 0.65;
  z-index: -1;
}

.ps-hero__title {
  font-size: 1.75rem;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .ps-hero__title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .ps-hero__title {
    font-size: 2.625rem;
  }
}
@media (min-width: 1400px) {
  .ps-hero__title {
    font-size: 3.75rem;
  }
}
.ps-hero__top {
  display: flex;
  align-items: center;
  gap: 3.125rem;
  margin-bottom: 12px;
  justify-content: center;
}

@media (min-width: 992px) {
  .ps-hero__top {
    justify-content: flex-start;
  }
}
.ps-hero__top span {
  font-weight: 400;
  color: #fff;
  position: relative;
}

@media (min-width: 1400px) {
  .ps-hero__top span {
    font-size: 1.25rem;
  }
}
.ps-hero__top span:last-child::before {
  display: none;
}

.ps-hero__top span::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -25px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: -4px;
  margin-top: -4px;
  background-color: var(--primary);
}

.ps-hero__top span::after {
  position: absolute;
  content: "";
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0.6;
}

.ps-hero__details {
  color: #fff;
}

@media (min-width: 1400px) {
  .ps-hero__details {
    font-size: 18px;
  }
}
.ps-hero__img-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  overflow: hidden;
}

.ps-hero__img-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

/* === hero section CSS End === */
/* === Feature Section CSS Start === */
.ps-feature {
  padding-block-start: 2.5rem;
  padding-block-end: 1.875rem;
  position: relative;
}

@media (min-width: 576px) {
  .ps-feature {
    padding-block-start: 3.75rem;
    padding-block-end: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .ps-feature {
    padding-block-start: 6.25rem;
    padding-block-end: 5rem;
  }
}
.ps-feature::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 1.5rem);
  height: 1px;
  background-color: rgba(19, 43, 73, 0.3);
}

@media (min-width: 576px) {
  .ps-feature::after {
    width: 32.25rem;
  }
}
@media (min-width: 768px) {
  .ps-feature::after {
    width: 43.5rem;
  }
}
@media (min-width: 992px) {
  .ps-feature::after {
    width: 58.5rem;
  }
}
@media (min-width: 1200px) {
  .ps-feature::after {
    width: 69.75rem;
  }
}
@media (min-width: 1400px) {
  .ps-feature::after {
    width: 81rem;
  }
}
.ps-feature-item {
  display: flex;
  flex-wrap: wrap;
}

.ps-feature-item__icon {
  width: 4.5rem;
  height: 4.5rem;
  background-color: var(--surface-bg-light);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .ps-feature-item__icon {
    width: 5.625rem;
    height: 5.625rem;
  }
}
.ps-feature-item__icon i {
  line-height: 0;
  font-size: 2.25rem;
}

@media (min-width: 1200px) {
  .ps-feature-item__icon i {
    font-size: 3rem;
  }
}
.ps-feature-item__content {
  width: calc(100% - 4.5rem);
  padding-inline-start: 1.5rem;
}

@media (min-width: 992px) {
  .ps-feature-item__content {
    width: 100%;
    padding-inline-start: 0;
    margin-block-start: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .ps-feature-item__content {
    width: calc(100% - 5.625rem);
    padding-inline-start: 1.5rem;
    margin-block-start: 0;
  }
}
.ps-feature-item__content p {
  margin-bottom: 0;
}

/* === Feature Section CSS End === */
/* === About Section CSS Start === */
.ps-about__content ul {
  list-style: none;
  padding: 0;
  margin-block-end: 1.25rem;
}

.ps-about__content ul li {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-block-end: 0.75rem;
  font-size: 1.125rem;
}

.ps-about__content ul li i {
  font-size: 1.25rem;
}

.ps-about__content-title {
  margin-bottom: 16px;
}

@media (min-width: 1200px) {
  .ps-about__content-title {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .ps-about__content-title {
    font-size: 36px;
  }
}
.ps-about .about-thumb {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

/* === About Section CSS End === */
/* === Collection Section CSS Start === */
.ps-collection {
  position: relative;
  z-index: 0;
}

.ps-collection-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}

.ps-collection-img-overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(11, 34, 57, 0.95), rgba(11, 34, 57, 0.4));
}

.ps-collection-img-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.ps-collection-item {
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .ps-collection-item {
    height: 550px;
  }
}
@media (min-width: 992px) {
  .ps-collection-item {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .ps-collection-item {
    height: 500px;
  }
}
.ps-collection-item:hover img {
  transform: scale(1.1, 1.1);
}

.ps-collection-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  transition: all 0.3s;
}

.ps-collection-item .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ps-collection-item .content .arrow-btn {
  width: 44px;
  height: 44px;
  background-color: #f1f5f9;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: all 0.3s;
}

.ps-collection-item .content .arrow-btn:hover {
  background-color: var(--primary);
  color: #fff;
}

/* === Collection Section CSS End === */
/* === Project Section CSS Start === */
.ps-project-item {
  position: relative;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  overflow: hidden;
}

.ps-project-item:hover img {
  transform: scale(1.1, 1.1);
}

.ps-project-item:hover .ps-project-item__content {
  background-color: rgba(0, 0, 0, 0.45);
}

.ps-project-item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  padding: 16px 20px;
  transition: all 0.3s;
}

@media (min-width: 1400px) {
  .ps-project-item__content {
    padding: 20px 30px;
  }
}
.ps-project-item__content .title a {
  color: #fff;
  font-size: 22px;
}

@media (min-width: 992px) {
  .ps-project-item__content .title a {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .ps-project-item__content .title a {
    font-size: 32px;
  }
}
.ps-project-item__content .title a:hover {
  color: var(--primary);
}

.ps-project-item img {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  transition: all 0.3s;
}

/* === Project Section CSS End === */
/* === Service Section CSS Start === */
.ps-service {
  position: relative;
  z-index: 1;
}

.ps-service__title {
  margin-block-end: 1.25rem;
}

.ps-service-item {
  padding-block: 1.875rem;
  padding-inline: 1.25rem;
  background-color: #fff;
  height: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  text-align: center;
}

@media (min-width: 992px) {
  .ps-service-item {
    text-align: start;
    padding-block: 1.875rem;
    padding-inline: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .ps-service-item {
    padding-block: 2.5rem;
    padding-inline: 2.25rem;
  }
}
.ps-service-item:hover .ps-service-item__icon {
  background-color: var(--primary);
}

.ps-service-item:hover .ps-service-item__icon img {
  filter: brightness(0) invert(1);
}

.ps-service-item__icon {
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--surface-bg-light);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-block-end: 1.5rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .ps-service-item__icon {
    margin-block-end: 2.25rem;
    width: 4.125rem;
    height: 4.125rem;
  }
}
@media (min-width: 1200px) {
  .ps-service-item__icon {
    margin-block-end: 3.375rem;
    width: 5rem;
    height: 5rem;
  }
}
.ps-service-item__icon img {
  max-width: 32px;
  max-height: 32px;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .ps-service-item__icon img {
    max-width: 40px;
    max-height: 40px;
  }
}
@media (min-width: 1200px) {
  .ps-service-item__icon img {
    max-width: 50px;
    max-height: 50px;
  }
}
.ps-service-item__content p {
  margin-block-start: 0.75rem;
  margin-bottom: 1.5rem;
}

/* === Service Section CSS End === */
/* === Client Section CSS Start === */
.ps-client {
  position: relative;
  background-color: var(--secondary);
  background-attachment: fixed;
  position: relative;
  z-index: 0;
}

.ps-client::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary);
  z-index: -1;
  opacity: 0.9;
}

.ps-client-item {
  height: 80px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 12px;
}

.ps-client-slider .slick-list {
  margin: -12px;
}

.ps-client-slider .single-slide {
  padding: 12px;
}

/* === Client Section CSS End === */
/* === Overview Section CSS Start === */
.certified-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--border-color);
  margin-top: 40px;
  position: relative;
}

.certified-wrapper::before {
  position: absolute;
  content: "";
  top: 1px;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: var(--border-color);
}

.single-certificate {
  width: 50%;
  padding: 30px 12px;
  text-align: center;
}

@media (min-width: 576px) {
  .single-certificate {
    padding: 40px 20px;
  }
}
.single-certificate img {
  max-height: 44px;
}

.ps-overview-wrapper {
  padding: 24px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(11, 34, 57, 0.1);
  text-align: center;
}

@media (min-width: 1200px) {
  .ps-overview-item-title {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  .ps-overview-item-title {
    font-size: 38px;
  }
}
.ps-overview-item p {
  font-size: 14px;
}

@media (min-width: 1400px) {
  .ps-overview-item p {
    font-size: 16px;
  }
}
/* === Overview Section CSS End === */
/* === Production Section CSS Start === */
.ps-production-item {
  padding: 24px 16px;
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
  height: 100%;
}

@media (min-width: 576px) {
  .ps-production-item {
    padding: 30px 24px;
  }
}
.ps-production-item-amount {
  font-size: 24px;
}

@media (min-width: 576px) {
  .ps-production-item-amount {
    font-size: 32px;
  }
}
.ps-production-item.style-two {
  background-color: var(--primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ps-production-item.style-two .ps-production-item-amount {
  color: #fff;
}

.ps-production-item.style-two p {
  color: #fff;
}

/* === Production Section CSS End === */
/* === Products Section CSS Start === */
.ps-product {
  padding: 12px;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.ps-product:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.ps-product:hover .ps-product__thumb img {
  transform: scale(1.05);
}

.ps-product__thumb {
  overflow: hidden;
  border-radius: 12px;
}

@media (min-width: 576px) {
  .ps-product__thumb {
    height: 220px;
  }
}
@media (min-width: 768px) {
  .ps-product__thumb {
    height: 414px;
  }
}
@media (min-width: 992px) {
  .ps-product__thumb {
    height: 360px;
  }
}
@media (min-width: 1200px) {
  .ps-product__thumb {
    height: 440px;
  }
}
@media (min-width: 1400px) {
  .ps-product__thumb {
    height: 520px;
  }
}
.ps-product__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.ps-product__content {
  margin-top: 20px;
  padding-inline: 12px;
}

.ps-product__content ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -4px -16px 8px -16px;
}

.ps-product__content ul li {
  position: relative;
  padding: 4px 16px;
}

.ps-product__content ul li:last-child::after {
  display: none;
}

.ps-product__content ul li::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -16px;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  margin-right: -4px;
  background-color: #d3d3d3;
  border-radius: 50%;
}

/* === Products Section CSS End === */
/* === Contact Section CSS Start === */
.ps-message-contact-form {
  position: relative;
  padding-right: 0;
}

@media (min-width: 992px) {
  .ps-message-contact-form {
    padding-right: 1.875rem;
  }
}
@media (min-width: 992px) {
  .ps-message-contact-form::after {
    position: absolute;
    content: "";
    top: 0;
    right: -12px;
    width: 1px;
    height: 100%;
    background-color: var(--border-color);
  }
}
.ps-message-contact-content {
  padding-left: 0;
  margin-top: 0.75rem;
}

@media (min-width: 992px) {
  .ps-message-contact-content {
    padding-left: 1.875rem;
    margin-top: 0;
  }
}
.ps-contact-item {
  display: flex;
  align-items: center;
}

.ps-contact-item i {
  position: relative;
  width: 32px;
  height: 32px;
  color: var(--primary);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ps-contact-item i::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  opacity: 0.15;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: -1;
}

.ps-contact-item span {
  font-weight: 500;
  color: var(--primary);
  padding-left: 1rem;
}

.ps-contact-map {
  margin-top: 2.5rem;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
  filter: grayscale(1);
}

.ps-contact-map iframe {
  width: 100%;
  height: 250px;
  border: none;
}

@media (min-width: 576px) {
  .ps-contact-map iframe {
    height: 350px;
  }
}
/* === Contact Section CSS End === */