*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: theme("borderColor.DEFAULT", currentColor); /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: theme("fontFamily.sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"); /* 4 */
  font-feature-settings: theme("fontFamily.sans[1].fontFeatureSettings", normal); /* 5 */
  font-variation-settings: theme("fontFamily.sans[1].fontVariationSettings", normal); /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: theme("fontFamily.mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace); /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: theme("colors.gray.400", #9ca3af); /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: theme("colors.gray.400", #9ca3af); /* 2 */
}

/*
Set the default cursor for buttons.
*/
button,
[role=button] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

/*=========================================================================================
    Variables CSS Start
 ==========================================================================================*/
/*=========================================================================================
    Variables CSS End
 ==========================================================================================*/
/*=========================================================================================
    Utility CSS Start
 ==========================================================================================*/
.m-5 {
  margin: 20px !important;
}

.m-6 {
  margin: 24px !important;
}

.m-7 {
  margin: 28px !important;
}

.m-8 {
  margin: 32px !important;
}

.m-9 {
  margin: 36px !important;
}

.m-10 {
  margin: 40px !important;
}

.m-11 {
  margin: 44px !important;
}

.m-12 {
  margin: 48px !important;
}

.m-13 {
  margin: 52px !important;
}

.m-14 {
  margin: 56px !important;
}

.m-15 {
  margin: 60px !important;
}

.m-16 {
  margin: 64px !important;
}

.m-17 {
  margin: 68px !important;
}

.m-18 {
  margin: 72px !important;
}

.m-19 {
  margin: 76px !important;
}

.m-20 {
  margin: 80px !important;
}

.m-21 {
  margin: 84px !important;
}

.m-22 {
  margin: 88px !important;
}

.m-23 {
  margin: 92px !important;
}

.m-24 {
  margin: 96px !important;
}

.m-25 {
  margin: 100px !important;
}

.m-26 {
  margin: 104px !important;
}

.m-27 {
  margin: 108px !important;
}

.m-28 {
  margin: 112px !important;
}

.m-29 {
  margin: 116px !important;
}

.m-30 {
  margin: 120px !important;
}

.m-31 {
  margin: 124px !important;
}

.m-32 {
  margin: 128px !important;
}

.m-33 {
  margin: 132px !important;
}

.m-34 {
  margin: 136px !important;
}

.m-35 {
  margin: 140px !important;
}

.m-36 {
  margin: 144px !important;
}

.m-37 {
  margin: 148px !important;
}

.m-38 {
  margin: 152px !important;
}

.m-39 {
  margin: 156px !important;
}

.m-40 {
  margin: 160px !important;
}

.m-41 {
  margin: 164px !important;
}

.m-42 {
  margin: 168px !important;
}

.m-43 {
  margin: 172px !important;
}

.m-44 {
  margin: 176px !important;
}

.m-45 {
  margin: 180px !important;
}

.m-46 {
  margin: 184px !important;
}

.m-47 {
  margin: 188px !important;
}

.m-48 {
  margin: 192px !important;
}

.m-49 {
  margin: 196px !important;
}

.m-50 {
  margin: 200px !important;
}

.m-51 {
  margin: 204px !important;
}

.m-52 {
  margin: 208px !important;
}

.m-53 {
  margin: 212px !important;
}

.m-54 {
  margin: 216px !important;
}

.m-55 {
  margin: 220px !important;
}

.m-56 {
  margin: 224px !important;
}

.m-57 {
  margin: 228px !important;
}

.m-58 {
  margin: 232px !important;
}

.m-59 {
  margin: 236px !important;
}

.m-60 {
  margin: 240px !important;
}

.m-61 {
  margin: 244px !important;
}

.m-62 {
  margin: 248px !important;
}

.m-63 {
  margin: 252px !important;
}

.m-64 {
  margin: 256px !important;
}

.m-65 {
  margin: 260px !important;
}

.m-66 {
  margin: 264px !important;
}

.m-67 {
  margin: 268px !important;
}

.m-68 {
  margin: 272px !important;
}

.m-69 {
  margin: 276px !important;
}

.m-70 {
  margin: 280px !important;
}

.m-71 {
  margin: 284px !important;
}

.m-72 {
  margin: 288px !important;
}

.m-73 {
  margin: 292px !important;
}

.m-74 {
  margin: 296px !important;
}

.m-75 {
  margin: 300px !important;
}

.m-76 {
  margin: 304px !important;
}

.m-77 {
  margin: 308px !important;
}

.m-78 {
  margin: 312px !important;
}

.m-79 {
  margin: 316px !important;
}

.m-80 {
  margin: 320px !important;
}

.m-81 {
  margin: 324px !important;
}

.m-82 {
  margin: 328px !important;
}

.m-83 {
  margin: 332px !important;
}

.m-84 {
  margin: 336px !important;
}

.m-85 {
  margin: 340px !important;
}

.m-86 {
  margin: 344px !important;
}

.m-87 {
  margin: 348px !important;
}

.m-88 {
  margin: 352px !important;
}

.m-89 {
  margin: 356px !important;
}

.m-90 {
  margin: 360px !important;
}

.m-91 {
  margin: 364px !important;
}

.m-92 {
  margin: 368px !important;
}

.m-93 {
  margin: 372px !important;
}

.m-94 {
  margin: 376px !important;
}

.m-95 {
  margin: 380px !important;
}

.m-96 {
  margin: 384px !important;
}

.m-97 {
  margin: 388px !important;
}

.m-98 {
  margin: 392px !important;
}

.m-99 {
  margin: 396px !important;
}

.m-100 {
  margin: 400px !important;
}

.mx-5 {
  margin: 0px 20px !important;
}

.mx-6 {
  margin: 0px 24px !important;
}

.mx-7 {
  margin: 0px 28px !important;
}

.mx-8 {
  margin: 0px 32px !important;
}

.mx-9 {
  margin: 0px 36px !important;
}

.mx-10 {
  margin: 0px 40px !important;
}

.mx-11 {
  margin: 0px 44px !important;
}

.mx-12 {
  margin: 0px 48px !important;
}

.mx-13 {
  margin: 0px 52px !important;
}

.mx-14 {
  margin: 0px 56px !important;
}

.mx-15 {
  margin: 0px 60px !important;
}

.mx-16 {
  margin: 0px 64px !important;
}

.mx-17 {
  margin: 0px 68px !important;
}

.mx-18 {
  margin: 0px 72px !important;
}

.mx-19 {
  margin: 0px 76px !important;
}

.mx-20 {
  margin: 0px 80px !important;
}

.mx-21 {
  margin: 0px 84px !important;
}

.mx-22 {
  margin: 0px 88px !important;
}

.mx-23 {
  margin: 0px 92px !important;
}

.mx-24 {
  margin: 0px 96px !important;
}

.mx-25 {
  margin: 0px 100px !important;
}

.mx-26 {
  margin: 0px 104px !important;
}

.mx-27 {
  margin: 0px 108px !important;
}

.mx-28 {
  margin: 0px 112px !important;
}

.mx-29 {
  margin: 0px 116px !important;
}

.mx-30 {
  margin: 0px 120px !important;
}

.mx-31 {
  margin: 0px 124px !important;
}

.mx-32 {
  margin: 0px 128px !important;
}

.mx-33 {
  margin: 0px 132px !important;
}

.mx-34 {
  margin: 0px 136px !important;
}

.mx-35 {
  margin: 0px 140px !important;
}

.mx-36 {
  margin: 0px 144px !important;
}

.mx-37 {
  margin: 0px 148px !important;
}

.mx-38 {
  margin: 0px 152px !important;
}

.mx-39 {
  margin: 0px 156px !important;
}

.mx-40 {
  margin: 0px 160px !important;
}

.mx-41 {
  margin: 0px 164px !important;
}

.mx-42 {
  margin: 0px 168px !important;
}

.mx-43 {
  margin: 0px 172px !important;
}

.mx-44 {
  margin: 0px 176px !important;
}

.mx-45 {
  margin: 0px 180px !important;
}

.mx-46 {
  margin: 0px 184px !important;
}

.mx-47 {
  margin: 0px 188px !important;
}

.mx-48 {
  margin: 0px 192px !important;
}

.mx-49 {
  margin: 0px 196px !important;
}

.mx-50 {
  margin: 0px 200px !important;
}

.mx-51 {
  margin: 0px 204px !important;
}

.mx-52 {
  margin: 0px 208px !important;
}

.mx-53 {
  margin: 0px 212px !important;
}

.mx-54 {
  margin: 0px 216px !important;
}

.mx-55 {
  margin: 0px 220px !important;
}

.mx-56 {
  margin: 0px 224px !important;
}

.mx-57 {
  margin: 0px 228px !important;
}

.mx-58 {
  margin: 0px 232px !important;
}

.mx-59 {
  margin: 0px 236px !important;
}

.mx-60 {
  margin: 0px 240px !important;
}

.mx-61 {
  margin: 0px 244px !important;
}

.mx-62 {
  margin: 0px 248px !important;
}

.mx-63 {
  margin: 0px 252px !important;
}

.mx-64 {
  margin: 0px 256px !important;
}

.mx-65 {
  margin: 0px 260px !important;
}

.mx-66 {
  margin: 0px 264px !important;
}

.mx-67 {
  margin: 0px 268px !important;
}

.mx-68 {
  margin: 0px 272px !important;
}

.mx-69 {
  margin: 0px 276px !important;
}

.mx-70 {
  margin: 0px 280px !important;
}

.mx-71 {
  margin: 0px 284px !important;
}

.mx-72 {
  margin: 0px 288px !important;
}

.mx-73 {
  margin: 0px 292px !important;
}

.mx-74 {
  margin: 0px 296px !important;
}

.mx-75 {
  margin: 0px 300px !important;
}

.mx-76 {
  margin: 0px 304px !important;
}

.mx-77 {
  margin: 0px 308px !important;
}

.mx-78 {
  margin: 0px 312px !important;
}

.mx-79 {
  margin: 0px 316px !important;
}

.mx-80 {
  margin: 0px 320px !important;
}

.mx-81 {
  margin: 0px 324px !important;
}

.mx-82 {
  margin: 0px 328px !important;
}

.mx-83 {
  margin: 0px 332px !important;
}

.mx-84 {
  margin: 0px 336px !important;
}

.mx-85 {
  margin: 0px 340px !important;
}

.mx-86 {
  margin: 0px 344px !important;
}

.mx-87 {
  margin: 0px 348px !important;
}

.mx-88 {
  margin: 0px 352px !important;
}

.mx-89 {
  margin: 0px 356px !important;
}

.mx-90 {
  margin: 0px 360px !important;
}

.mx-91 {
  margin: 0px 364px !important;
}

.mx-92 {
  margin: 0px 368px !important;
}

.mx-93 {
  margin: 0px 372px !important;
}

.mx-94 {
  margin: 0px 376px !important;
}

.mx-95 {
  margin: 0px 380px !important;
}

.mx-96 {
  margin: 0px 384px !important;
}

.mx-97 {
  margin: 0px 388px !important;
}

.mx-98 {
  margin: 0px 392px !important;
}

.mx-99 {
  margin: 0px 396px !important;
}

.mx-100 {
  margin: 0px 400px !important;
}

.my-5 {
  margin: 20px 0px !important;
}

.my-6 {
  margin: 24px 0px !important;
}

.my-7 {
  margin: 28px 0px !important;
}

.my-8 {
  margin: 32px 0px !important;
}

.my-9 {
  margin: 36px 0px !important;
}

.my-10 {
  margin: 40px 0px !important;
}

.my-11 {
  margin: 44px 0px !important;
}

.my-12 {
  margin: 48px 0px !important;
}

.my-13 {
  margin: 52px 0px !important;
}

.my-14 {
  margin: 56px 0px !important;
}

.my-15 {
  margin: 60px 0px !important;
}

.my-16 {
  margin: 64px 0px !important;
}

.my-17 {
  margin: 68px 0px !important;
}

.my-18 {
  margin: 72px 0px !important;
}

.my-19 {
  margin: 76px 0px !important;
}

.my-20 {
  margin: 80px 0px !important;
}

.my-21 {
  margin: 84px 0px !important;
}

.my-22 {
  margin: 88px 0px !important;
}

.my-23 {
  margin: 92px 0px !important;
}

.my-24 {
  margin: 96px 0px !important;
}

.my-25 {
  margin: 100px 0px !important;
}

.my-26 {
  margin: 104px 0px !important;
}

.my-27 {
  margin: 108px 0px !important;
}

.my-28 {
  margin: 112px 0px !important;
}

.my-29 {
  margin: 116px 0px !important;
}

.my-30 {
  margin: 120px 0px !important;
}

.my-31 {
  margin: 124px 0px !important;
}

.my-32 {
  margin: 128px 0px !important;
}

.my-33 {
  margin: 132px 0px !important;
}

.my-34 {
  margin: 136px 0px !important;
}

.my-35 {
  margin: 140px 0px !important;
}

.my-36 {
  margin: 144px 0px !important;
}

.my-37 {
  margin: 148px 0px !important;
}

.my-38 {
  margin: 152px 0px !important;
}

.my-39 {
  margin: 156px 0px !important;
}

.my-40 {
  margin: 160px 0px !important;
}

.my-41 {
  margin: 164px 0px !important;
}

.my-42 {
  margin: 168px 0px !important;
}

.my-43 {
  margin: 172px 0px !important;
}

.my-44 {
  margin: 176px 0px !important;
}

.my-45 {
  margin: 180px 0px !important;
}

.my-46 {
  margin: 184px 0px !important;
}

.my-47 {
  margin: 188px 0px !important;
}

.my-48 {
  margin: 192px 0px !important;
}

.my-49 {
  margin: 196px 0px !important;
}

.my-50 {
  margin: 200px 0px !important;
}

.my-51 {
  margin: 204px 0px !important;
}

.my-52 {
  margin: 208px 0px !important;
}

.my-53 {
  margin: 212px 0px !important;
}

.my-54 {
  margin: 216px 0px !important;
}

.my-55 {
  margin: 220px 0px !important;
}

.my-56 {
  margin: 224px 0px !important;
}

.my-57 {
  margin: 228px 0px !important;
}

.my-58 {
  margin: 232px 0px !important;
}

.my-59 {
  margin: 236px 0px !important;
}

.my-60 {
  margin: 240px 0px !important;
}

.my-61 {
  margin: 244px 0px !important;
}

.my-62 {
  margin: 248px 0px !important;
}

.my-63 {
  margin: 252px 0px !important;
}

.my-64 {
  margin: 256px 0px !important;
}

.my-65 {
  margin: 260px 0px !important;
}

.my-66 {
  margin: 264px 0px !important;
}

.my-67 {
  margin: 268px 0px !important;
}

.my-68 {
  margin: 272px 0px !important;
}

.my-69 {
  margin: 276px 0px !important;
}

.my-70 {
  margin: 280px 0px !important;
}

.my-71 {
  margin: 284px 0px !important;
}

.my-72 {
  margin: 288px 0px !important;
}

.my-73 {
  margin: 292px 0px !important;
}

.my-74 {
  margin: 296px 0px !important;
}

.my-75 {
  margin: 300px 0px !important;
}

.my-76 {
  margin: 304px 0px !important;
}

.my-77 {
  margin: 308px 0px !important;
}

.my-78 {
  margin: 312px 0px !important;
}

.my-79 {
  margin: 316px 0px !important;
}

.my-80 {
  margin: 320px 0px !important;
}

.my-81 {
  margin: 324px 0px !important;
}

.my-82 {
  margin: 328px 0px !important;
}

.my-83 {
  margin: 332px 0px !important;
}

.my-84 {
  margin: 336px 0px !important;
}

.my-85 {
  margin: 340px 0px !important;
}

.my-86 {
  margin: 344px 0px !important;
}

.my-87 {
  margin: 348px 0px !important;
}

.my-88 {
  margin: 352px 0px !important;
}

.my-89 {
  margin: 356px 0px !important;
}

.my-90 {
  margin: 360px 0px !important;
}

.my-91 {
  margin: 364px 0px !important;
}

.my-92 {
  margin: 368px 0px !important;
}

.my-93 {
  margin: 372px 0px !important;
}

.my-94 {
  margin: 376px 0px !important;
}

.my-95 {
  margin: 380px 0px !important;
}

.my-96 {
  margin: 384px 0px !important;
}

.my-97 {
  margin: 388px 0px !important;
}

.my-98 {
  margin: 392px 0px !important;
}

.my-99 {
  margin: 396px 0px !important;
}

.my-100 {
  margin: 400px 0px !important;
}

.mt-5 {
  margin-top: 20px !important;
}

.mt-6 {
  margin-top: 24px !important;
}

.mt-7 {
  margin-top: 28px !important;
}

.mt-8 {
  margin-top: 32px !important;
}

.mt-9 {
  margin-top: 36px !important;
}

.mt-10 {
  margin-top: 40px !important;
}

.mt-11 {
  margin-top: 44px !important;
}

.mt-12 {
  margin-top: 48px !important;
}

.mt-13 {
  margin-top: 52px !important;
}

.mt-14 {
  margin-top: 56px !important;
}

.mt-15 {
  margin-top: 60px !important;
}

.mt-16 {
  margin-top: 64px !important;
}

.mt-17 {
  margin-top: 68px !important;
}

.mt-18 {
  margin-top: 72px !important;
}

.mt-19 {
  margin-top: 76px !important;
}

.mt-20 {
  margin-top: 80px !important;
}

.mt-21 {
  margin-top: 84px !important;
}

.mt-22 {
  margin-top: 88px !important;
}

.mt-23 {
  margin-top: 92px !important;
}

.mt-24 {
  margin-top: 96px !important;
}

.mt-25 {
  margin-top: 100px !important;
}

.mt-26 {
  margin-top: 104px !important;
}

.mt-27 {
  margin-top: 108px !important;
}

.mt-28 {
  margin-top: 112px !important;
}

.mt-29 {
  margin-top: 116px !important;
}

.mt-30 {
  margin-top: 120px !important;
}

.mt-31 {
  margin-top: 124px !important;
}

.mt-32 {
  margin-top: 128px !important;
}

.mt-33 {
  margin-top: 132px !important;
}

.mt-34 {
  margin-top: 136px !important;
}

.mt-35 {
  margin-top: 140px !important;
}

.mt-36 {
  margin-top: 144px !important;
}

.mt-37 {
  margin-top: 148px !important;
}

.mt-38 {
  margin-top: 152px !important;
}

.mt-39 {
  margin-top: 156px !important;
}

.mt-40 {
  margin-top: 160px !important;
}

.mt-41 {
  margin-top: 164px !important;
}

.mt-42 {
  margin-top: 168px !important;
}

.mt-43 {
  margin-top: 172px !important;
}

.mt-44 {
  margin-top: 176px !important;
}

.mt-45 {
  margin-top: 180px !important;
}

.mt-46 {
  margin-top: 184px !important;
}

.mt-47 {
  margin-top: 188px !important;
}

.mt-48 {
  margin-top: 192px !important;
}

.mt-49 {
  margin-top: 196px !important;
}

.mt-50 {
  margin-top: 200px !important;
}

.mt-51 {
  margin-top: 204px !important;
}

.mt-52 {
  margin-top: 208px !important;
}

.mt-53 {
  margin-top: 212px !important;
}

.mt-54 {
  margin-top: 216px !important;
}

.mt-55 {
  margin-top: 220px !important;
}

.mt-56 {
  margin-top: 224px !important;
}

.mt-57 {
  margin-top: 228px !important;
}

.mt-58 {
  margin-top: 232px !important;
}

.mt-59 {
  margin-top: 236px !important;
}

.mt-60 {
  margin-top: 240px !important;
}

.mt-61 {
  margin-top: 244px !important;
}

.mt-62 {
  margin-top: 248px !important;
}

.mt-63 {
  margin-top: 252px !important;
}

.mt-64 {
  margin-top: 256px !important;
}

.mt-65 {
  margin-top: 260px !important;
}

.mt-66 {
  margin-top: 264px !important;
}

.mt-67 {
  margin-top: 268px !important;
}

.mt-68 {
  margin-top: 272px !important;
}

.mt-69 {
  margin-top: 276px !important;
}

.mt-70 {
  margin-top: 280px !important;
}

.mt-71 {
  margin-top: 284px !important;
}

.mt-72 {
  margin-top: 288px !important;
}

.mt-73 {
  margin-top: 292px !important;
}

.mt-74 {
  margin-top: 296px !important;
}

.mt-75 {
  margin-top: 300px !important;
}

.mt-76 {
  margin-top: 304px !important;
}

.mt-77 {
  margin-top: 308px !important;
}

.mt-78 {
  margin-top: 312px !important;
}

.mt-79 {
  margin-top: 316px !important;
}

.mt-80 {
  margin-top: 320px !important;
}

.mt-81 {
  margin-top: 324px !important;
}

.mt-82 {
  margin-top: 328px !important;
}

.mt-83 {
  margin-top: 332px !important;
}

.mt-84 {
  margin-top: 336px !important;
}

.mt-85 {
  margin-top: 340px !important;
}

.mt-86 {
  margin-top: 344px !important;
}

.mt-87 {
  margin-top: 348px !important;
}

.mt-88 {
  margin-top: 352px !important;
}

.mt-89 {
  margin-top: 356px !important;
}

.mt-90 {
  margin-top: 360px !important;
}

.mt-91 {
  margin-top: 364px !important;
}

.mt-92 {
  margin-top: 368px !important;
}

.mt-93 {
  margin-top: 372px !important;
}

.mt-94 {
  margin-top: 376px !important;
}

.mt-95 {
  margin-top: 380px !important;
}

.mt-96 {
  margin-top: 384px !important;
}

.mt-97 {
  margin-top: 388px !important;
}

.mt-98 {
  margin-top: 392px !important;
}

.mt-99 {
  margin-top: 396px !important;
}

.mt-100 {
  margin-top: 400px !important;
}

.mb-5 {
  margin-bottom: 20px !important;
}

.mb-6 {
  margin-bottom: 24px !important;
}

.mb-7 {
  margin-bottom: 28px !important;
}

.mb-8 {
  margin-bottom: 32px !important;
}

.mb-9 {
  margin-bottom: 36px !important;
}

.mb-10 {
  margin-bottom: 40px !important;
}

.mb-11 {
  margin-bottom: 44px !important;
}

.mb-12 {
  margin-bottom: 48px !important;
}

.mb-13 {
  margin-bottom: 52px !important;
}

.mb-14 {
  margin-bottom: 56px !important;
}

.mb-15 {
  margin-bottom: 60px !important;
}

.mb-16 {
  margin-bottom: 64px !important;
}

.mb-17 {
  margin-bottom: 68px !important;
}

.mb-18 {
  margin-bottom: 72px !important;
}

.mb-19 {
  margin-bottom: 76px !important;
}

.mb-20 {
  margin-bottom: 80px !important;
}

.mb-21 {
  margin-bottom: 84px !important;
}

.mb-22 {
  margin-bottom: 88px !important;
}

.mb-23 {
  margin-bottom: 92px !important;
}

.mb-24 {
  margin-bottom: 96px !important;
}

.mb-25 {
  margin-bottom: 100px !important;
}

.mb-26 {
  margin-bottom: 104px !important;
}

.mb-27 {
  margin-bottom: 108px !important;
}

.mb-28 {
  margin-bottom: 112px !important;
}

.mb-29 {
  margin-bottom: 116px !important;
}

.mb-30 {
  margin-bottom: 120px !important;
}

.mb-31 {
  margin-bottom: 124px !important;
}

.mb-32 {
  margin-bottom: 128px !important;
}

.mb-33 {
  margin-bottom: 132px !important;
}

.mb-34 {
  margin-bottom: 136px !important;
}

.mb-35 {
  margin-bottom: 140px !important;
}

.mb-36 {
  margin-bottom: 144px !important;
}

.mb-37 {
  margin-bottom: 148px !important;
}

.mb-38 {
  margin-bottom: 152px !important;
}

.mb-39 {
  margin-bottom: 156px !important;
}

.mb-40 {
  margin-bottom: 160px !important;
}

.mb-41 {
  margin-bottom: 164px !important;
}

.mb-42 {
  margin-bottom: 168px !important;
}

.mb-43 {
  margin-bottom: 172px !important;
}

.mb-44 {
  margin-bottom: 176px !important;
}

.mb-45 {
  margin-bottom: 180px !important;
}

.mb-46 {
  margin-bottom: 184px !important;
}

.mb-47 {
  margin-bottom: 188px !important;
}

.mb-48 {
  margin-bottom: 192px !important;
}

.mb-49 {
  margin-bottom: 196px !important;
}

.mb-50 {
  margin-bottom: 200px !important;
}

.mb-51 {
  margin-bottom: 204px !important;
}

.mb-52 {
  margin-bottom: 208px !important;
}

.mb-53 {
  margin-bottom: 212px !important;
}

.mb-54 {
  margin-bottom: 216px !important;
}

.mb-55 {
  margin-bottom: 220px !important;
}

.mb-56 {
  margin-bottom: 224px !important;
}

.mb-57 {
  margin-bottom: 228px !important;
}

.mb-58 {
  margin-bottom: 232px !important;
}

.mb-59 {
  margin-bottom: 236px !important;
}

.mb-60 {
  margin-bottom: 240px !important;
}

.mb-61 {
  margin-bottom: 244px !important;
}

.mb-62 {
  margin-bottom: 248px !important;
}

.mb-63 {
  margin-bottom: 252px !important;
}

.mb-64 {
  margin-bottom: 256px !important;
}

.mb-65 {
  margin-bottom: 260px !important;
}

.mb-66 {
  margin-bottom: 264px !important;
}

.mb-67 {
  margin-bottom: 268px !important;
}

.mb-68 {
  margin-bottom: 272px !important;
}

.mb-69 {
  margin-bottom: 276px !important;
}

.mb-70 {
  margin-bottom: 280px !important;
}

.mb-71 {
  margin-bottom: 284px !important;
}

.mb-72 {
  margin-bottom: 288px !important;
}

.mb-73 {
  margin-bottom: 292px !important;
}

.mb-74 {
  margin-bottom: 296px !important;
}

.mb-75 {
  margin-bottom: 300px !important;
}

.mb-76 {
  margin-bottom: 304px !important;
}

.mb-77 {
  margin-bottom: 308px !important;
}

.mb-78 {
  margin-bottom: 312px !important;
}

.mb-79 {
  margin-bottom: 316px !important;
}

.mb-80 {
  margin-bottom: 320px !important;
}

.mb-81 {
  margin-bottom: 324px !important;
}

.mb-82 {
  margin-bottom: 328px !important;
}

.mb-83 {
  margin-bottom: 332px !important;
}

.mb-84 {
  margin-bottom: 336px !important;
}

.mb-85 {
  margin-bottom: 340px !important;
}

.mb-86 {
  margin-bottom: 344px !important;
}

.mb-87 {
  margin-bottom: 348px !important;
}

.mb-88 {
  margin-bottom: 352px !important;
}

.mb-89 {
  margin-bottom: 356px !important;
}

.mb-90 {
  margin-bottom: 360px !important;
}

.mb-91 {
  margin-bottom: 364px !important;
}

.mb-92 {
  margin-bottom: 368px !important;
}

.mb-93 {
  margin-bottom: 372px !important;
}

.mb-94 {
  margin-bottom: 376px !important;
}

.mb-95 {
  margin-bottom: 380px !important;
}

.mb-96 {
  margin-bottom: 384px !important;
}

.mb-97 {
  margin-bottom: 388px !important;
}

.mb-98 {
  margin-bottom: 392px !important;
}

.mb-99 {
  margin-bottom: 396px !important;
}

.mb-100 {
  margin-bottom: 400px !important;
}

.p-5 {
  padding: 20px !important;
}

.p-6 {
  padding: 24px !important;
}

.p-7 {
  padding: 28px !important;
}

.p-8 {
  padding: 32px !important;
}

.p-9 {
  padding: 36px !important;
}

.p-10 {
  padding: 40px !important;
}

.p-11 {
  padding: 44px !important;
}

.p-12 {
  padding: 48px !important;
}

.p-13 {
  padding: 52px !important;
}

.p-14 {
  padding: 56px !important;
}

.p-15 {
  padding: 60px !important;
}

.p-16 {
  padding: 64px !important;
}

.p-17 {
  padding: 68px !important;
}

.p-18 {
  padding: 72px !important;
}

.p-19 {
  padding: 76px !important;
}

.p-20 {
  padding: 80px !important;
}

.p-21 {
  padding: 84px !important;
}

.p-22 {
  padding: 88px !important;
}

.p-23 {
  padding: 92px !important;
}

.p-24 {
  padding: 96px !important;
}

.p-25 {
  padding: 100px !important;
}

.p-26 {
  padding: 104px !important;
}

.p-27 {
  padding: 108px !important;
}

.p-28 {
  padding: 112px !important;
}

.p-29 {
  padding: 116px !important;
}

.p-30 {
  padding: 120px !important;
}

.p-31 {
  padding: 124px !important;
}

.p-32 {
  padding: 128px !important;
}

.p-33 {
  padding: 132px !important;
}

.p-34 {
  padding: 136px !important;
}

.p-35 {
  padding: 140px !important;
}

.p-36 {
  padding: 144px !important;
}

.p-37 {
  padding: 148px !important;
}

.p-38 {
  padding: 152px !important;
}

.p-39 {
  padding: 156px !important;
}

.p-40 {
  padding: 160px !important;
}

.p-41 {
  padding: 164px !important;
}

.p-42 {
  padding: 168px !important;
}

.p-43 {
  padding: 172px !important;
}

.p-44 {
  padding: 176px !important;
}

.p-45 {
  padding: 180px !important;
}

.p-46 {
  padding: 184px !important;
}

.p-47 {
  padding: 188px !important;
}

.p-48 {
  padding: 192px !important;
}

.p-49 {
  padding: 196px !important;
}

.p-50 {
  padding: 200px !important;
}

.p-51 {
  padding: 204px !important;
}

.p-52 {
  padding: 208px !important;
}

.p-53 {
  padding: 212px !important;
}

.p-54 {
  padding: 216px !important;
}

.p-55 {
  padding: 220px !important;
}

.p-56 {
  padding: 224px !important;
}

.p-57 {
  padding: 228px !important;
}

.p-58 {
  padding: 232px !important;
}

.p-59 {
  padding: 236px !important;
}

.p-60 {
  padding: 240px !important;
}

.p-61 {
  padding: 244px !important;
}

.p-62 {
  padding: 248px !important;
}

.p-63 {
  padding: 252px !important;
}

.p-64 {
  padding: 256px !important;
}

.p-65 {
  padding: 260px !important;
}

.p-66 {
  padding: 264px !important;
}

.p-67 {
  padding: 268px !important;
}

.p-68 {
  padding: 272px !important;
}

.p-69 {
  padding: 276px !important;
}

.p-70 {
  padding: 280px !important;
}

.p-71 {
  padding: 284px !important;
}

.p-72 {
  padding: 288px !important;
}

.p-73 {
  padding: 292px !important;
}

.p-74 {
  padding: 296px !important;
}

.p-75 {
  padding: 300px !important;
}

.p-76 {
  padding: 304px !important;
}

.p-77 {
  padding: 308px !important;
}

.p-78 {
  padding: 312px !important;
}

.p-79 {
  padding: 316px !important;
}

.p-80 {
  padding: 320px !important;
}

.p-81 {
  padding: 324px !important;
}

.p-82 {
  padding: 328px !important;
}

.p-83 {
  padding: 332px !important;
}

.p-84 {
  padding: 336px !important;
}

.p-85 {
  padding: 340px !important;
}

.p-86 {
  padding: 344px !important;
}

.p-87 {
  padding: 348px !important;
}

.p-88 {
  padding: 352px !important;
}

.p-89 {
  padding: 356px !important;
}

.p-90 {
  padding: 360px !important;
}

.p-91 {
  padding: 364px !important;
}

.p-92 {
  padding: 368px !important;
}

.p-93 {
  padding: 372px !important;
}

.p-94 {
  padding: 376px !important;
}

.p-95 {
  padding: 380px !important;
}

.p-96 {
  padding: 384px !important;
}

.p-97 {
  padding: 388px !important;
}

.p-98 {
  padding: 392px !important;
}

.p-99 {
  padding: 396px !important;
}

.p-100 {
  padding: 400px !important;
}

.px-5 {
  padding: 0px 20px !important;
}

.px-6 {
  padding: 0px 24px !important;
}

.px-7 {
  padding: 0px 28px !important;
}

.px-8 {
  padding: 0px 32px !important;
}

.px-9 {
  padding: 0px 36px !important;
}

.px-10 {
  padding: 0px 40px !important;
}

.px-11 {
  padding: 0px 44px !important;
}

.px-12 {
  padding: 0px 48px !important;
}

.px-13 {
  padding: 0px 52px !important;
}

.px-14 {
  padding: 0px 56px !important;
}

.px-15 {
  padding: 0px 60px !important;
}

.px-16 {
  padding: 0px 64px !important;
}

.px-17 {
  padding: 0px 68px !important;
}

.px-18 {
  padding: 0px 72px !important;
}

.px-19 {
  padding: 0px 76px !important;
}

.px-20 {
  padding: 0px 80px !important;
}

.px-21 {
  padding: 0px 84px !important;
}

.px-22 {
  padding: 0px 88px !important;
}

.px-23 {
  padding: 0px 92px !important;
}

.px-24 {
  padding: 0px 96px !important;
}

.px-25 {
  padding: 0px 100px !important;
}

.px-26 {
  padding: 0px 104px !important;
}

.px-27 {
  padding: 0px 108px !important;
}

.px-28 {
  padding: 0px 112px !important;
}

.px-29 {
  padding: 0px 116px !important;
}

.px-30 {
  padding: 0px 120px !important;
}

.px-31 {
  padding: 0px 124px !important;
}

.px-32 {
  padding: 0px 128px !important;
}

.px-33 {
  padding: 0px 132px !important;
}

.px-34 {
  padding: 0px 136px !important;
}

.px-35 {
  padding: 0px 140px !important;
}

.px-36 {
  padding: 0px 144px !important;
}

.px-37 {
  padding: 0px 148px !important;
}

.px-38 {
  padding: 0px 152px !important;
}

.px-39 {
  padding: 0px 156px !important;
}

.px-40 {
  padding: 0px 160px !important;
}

.px-41 {
  padding: 0px 164px !important;
}

.px-42 {
  padding: 0px 168px !important;
}

.px-43 {
  padding: 0px 172px !important;
}

.px-44 {
  padding: 0px 176px !important;
}

.px-45 {
  padding: 0px 180px !important;
}

.px-46 {
  padding: 0px 184px !important;
}

.px-47 {
  padding: 0px 188px !important;
}

.px-48 {
  padding: 0px 192px !important;
}

.px-49 {
  padding: 0px 196px !important;
}

.px-50 {
  padding: 0px 200px !important;
}

.px-51 {
  padding: 0px 204px !important;
}

.px-52 {
  padding: 0px 208px !important;
}

.px-53 {
  padding: 0px 212px !important;
}

.px-54 {
  padding: 0px 216px !important;
}

.px-55 {
  padding: 0px 220px !important;
}

.px-56 {
  padding: 0px 224px !important;
}

.px-57 {
  padding: 0px 228px !important;
}

.px-58 {
  padding: 0px 232px !important;
}

.px-59 {
  padding: 0px 236px !important;
}

.px-60 {
  padding: 0px 240px !important;
}

.px-61 {
  padding: 0px 244px !important;
}

.px-62 {
  padding: 0px 248px !important;
}

.px-63 {
  padding: 0px 252px !important;
}

.px-64 {
  padding: 0px 256px !important;
}

.px-65 {
  padding: 0px 260px !important;
}

.px-66 {
  padding: 0px 264px !important;
}

.px-67 {
  padding: 0px 268px !important;
}

.px-68 {
  padding: 0px 272px !important;
}

.px-69 {
  padding: 0px 276px !important;
}

.px-70 {
  padding: 0px 280px !important;
}

.px-71 {
  padding: 0px 284px !important;
}

.px-72 {
  padding: 0px 288px !important;
}

.px-73 {
  padding: 0px 292px !important;
}

.px-74 {
  padding: 0px 296px !important;
}

.px-75 {
  padding: 0px 300px !important;
}

.px-76 {
  padding: 0px 304px !important;
}

.px-77 {
  padding: 0px 308px !important;
}

.px-78 {
  padding: 0px 312px !important;
}

.px-79 {
  padding: 0px 316px !important;
}

.px-80 {
  padding: 0px 320px !important;
}

.px-81 {
  padding: 0px 324px !important;
}

.px-82 {
  padding: 0px 328px !important;
}

.px-83 {
  padding: 0px 332px !important;
}

.px-84 {
  padding: 0px 336px !important;
}

.px-85 {
  padding: 0px 340px !important;
}

.px-86 {
  padding: 0px 344px !important;
}

.px-87 {
  padding: 0px 348px !important;
}

.px-88 {
  padding: 0px 352px !important;
}

.px-89 {
  padding: 0px 356px !important;
}

.px-90 {
  padding: 0px 360px !important;
}

.px-91 {
  padding: 0px 364px !important;
}

.px-92 {
  padding: 0px 368px !important;
}

.px-93 {
  padding: 0px 372px !important;
}

.px-94 {
  padding: 0px 376px !important;
}

.px-95 {
  padding: 0px 380px !important;
}

.px-96 {
  padding: 0px 384px !important;
}

.px-97 {
  padding: 0px 388px !important;
}

.px-98 {
  padding: 0px 392px !important;
}

.px-99 {
  padding: 0px 396px !important;
}

.px-100 {
  padding: 0px 400px !important;
}

.py-5 {
  padding: 20px 0px !important;
}

.py-6 {
  padding: 24px 0px !important;
}

.py-7 {
  padding: 28px 0px !important;
}

.py-8 {
  padding: 32px 0px !important;
}

.py-9 {
  padding: 36px 0px !important;
}

.py-10 {
  padding: 40px 0px !important;
}

.py-11 {
  padding: 44px 0px !important;
}

.py-12 {
  padding: 48px 0px !important;
}

.py-13 {
  padding: 52px 0px !important;
}

.py-14 {
  padding: 56px 0px !important;
}

.py-15 {
  padding: 60px 0px !important;
}

.py-16 {
  padding: 64px 0px !important;
}

.py-17 {
  padding: 68px 0px !important;
}

.py-18 {
  padding: 72px 0px !important;
}

.py-19 {
  padding: 76px 0px !important;
}

.py-20 {
  padding: 80px 0px !important;
}

.py-21 {
  padding: 84px 0px !important;
}

.py-22 {
  padding: 88px 0px !important;
}

.py-23 {
  padding: 92px 0px !important;
}

.py-24 {
  padding: 96px 0px !important;
}

.py-25 {
  padding: 100px 0px !important;
}

.py-26 {
  padding: 104px 0px !important;
}

.py-27 {
  padding: 108px 0px !important;
}

.py-28 {
  padding: 112px 0px !important;
}

.py-29 {
  padding: 116px 0px !important;
}

.py-30 {
  padding: 120px 0px !important;
}

.py-31 {
  padding: 124px 0px !important;
}

.py-32 {
  padding: 128px 0px !important;
}

.py-33 {
  padding: 132px 0px !important;
}

.py-34 {
  padding: 136px 0px !important;
}

.py-35 {
  padding: 140px 0px !important;
}

.py-36 {
  padding: 144px 0px !important;
}

.py-37 {
  padding: 148px 0px !important;
}

.py-38 {
  padding: 152px 0px !important;
}

.py-39 {
  padding: 156px 0px !important;
}

.py-40 {
  padding: 160px 0px !important;
}

.py-41 {
  padding: 164px 0px !important;
}

.py-42 {
  padding: 168px 0px !important;
}

.py-43 {
  padding: 172px 0px !important;
}

.py-44 {
  padding: 176px 0px !important;
}

.py-45 {
  padding: 180px 0px !important;
}

.py-46 {
  padding: 184px 0px !important;
}

.py-47 {
  padding: 188px 0px !important;
}

.py-48 {
  padding: 192px 0px !important;
}

.py-49 {
  padding: 196px 0px !important;
}

.py-50 {
  padding: 200px 0px !important;
}

.py-51 {
  padding: 204px 0px !important;
}

.py-52 {
  padding: 208px 0px !important;
}

.py-53 {
  padding: 212px 0px !important;
}

.py-54 {
  padding: 216px 0px !important;
}

.py-55 {
  padding: 220px 0px !important;
}

.py-56 {
  padding: 224px 0px !important;
}

.py-57 {
  padding: 228px 0px !important;
}

.py-58 {
  padding: 232px 0px !important;
}

.py-59 {
  padding: 236px 0px !important;
}

.py-60 {
  padding: 240px 0px !important;
}

.py-61 {
  padding: 244px 0px !important;
}

.py-62 {
  padding: 248px 0px !important;
}

.py-63 {
  padding: 252px 0px !important;
}

.py-64 {
  padding: 256px 0px !important;
}

.py-65 {
  padding: 260px 0px !important;
}

.py-66 {
  padding: 264px 0px !important;
}

.py-67 {
  padding: 268px 0px !important;
}

.py-68 {
  padding: 272px 0px !important;
}

.py-69 {
  padding: 276px 0px !important;
}

.py-70 {
  padding: 280px 0px !important;
}

.py-71 {
  padding: 284px 0px !important;
}

.py-72 {
  padding: 288px 0px !important;
}

.py-73 {
  padding: 292px 0px !important;
}

.py-74 {
  padding: 296px 0px !important;
}

.py-75 {
  padding: 300px 0px !important;
}

.py-76 {
  padding: 304px 0px !important;
}

.py-77 {
  padding: 308px 0px !important;
}

.py-78 {
  padding: 312px 0px !important;
}

.py-79 {
  padding: 316px 0px !important;
}

.py-80 {
  padding: 320px 0px !important;
}

.py-81 {
  padding: 324px 0px !important;
}

.py-82 {
  padding: 328px 0px !important;
}

.py-83 {
  padding: 332px 0px !important;
}

.py-84 {
  padding: 336px 0px !important;
}

.py-85 {
  padding: 340px 0px !important;
}

.py-86 {
  padding: 344px 0px !important;
}

.py-87 {
  padding: 348px 0px !important;
}

.py-88 {
  padding: 352px 0px !important;
}

.py-89 {
  padding: 356px 0px !important;
}

.py-90 {
  padding: 360px 0px !important;
}

.py-91 {
  padding: 364px 0px !important;
}

.py-92 {
  padding: 368px 0px !important;
}

.py-93 {
  padding: 372px 0px !important;
}

.py-94 {
  padding: 376px 0px !important;
}

.py-95 {
  padding: 380px 0px !important;
}

.py-96 {
  padding: 384px 0px !important;
}

.py-97 {
  padding: 388px 0px !important;
}

.py-98 {
  padding: 392px 0px !important;
}

.py-99 {
  padding: 396px 0px !important;
}

.py-100 {
  padding: 400px 0px !important;
}

.pt-5 {
  padding-top: 20px !important;
}

.pt-6 {
  padding-top: 24px !important;
}

.pt-7 {
  padding-top: 28px !important;
}

.pt-8 {
  padding-top: 32px !important;
}

.pt-9 {
  padding-top: 36px !important;
}

.pt-10 {
  padding-top: 40px !important;
}

.pt-11 {
  padding-top: 44px !important;
}

.pt-12 {
  padding-top: 48px !important;
}

.pt-13 {
  padding-top: 52px !important;
}

.pt-14 {
  padding-top: 56px !important;
}

.pt-15 {
  padding-top: 60px !important;
}

.pt-16 {
  padding-top: 64px !important;
}

.pt-17 {
  padding-top: 68px !important;
}

.pt-18 {
  padding-top: 72px !important;
}

.pt-19 {
  padding-top: 76px !important;
}

.pt-20 {
  padding-top: 80px !important;
}

.pt-21 {
  padding-top: 84px !important;
}

.pt-22 {
  padding-top: 88px !important;
}

.pt-23 {
  padding-top: 92px !important;
}

.pt-24 {
  padding-top: 96px !important;
}

.pt-25 {
  padding-top: 100px !important;
}

.pt-26 {
  padding-top: 104px !important;
}

.pt-27 {
  padding-top: 108px !important;
}

.pt-28 {
  padding-top: 112px !important;
}

.pt-29 {
  padding-top: 116px !important;
}

.pt-30 {
  padding-top: 120px !important;
}

.pt-31 {
  padding-top: 124px !important;
}

.pt-32 {
  padding-top: 128px !important;
}

.pt-33 {
  padding-top: 132px !important;
}

.pt-34 {
  padding-top: 136px !important;
}

.pt-35 {
  padding-top: 140px !important;
}

.pt-36 {
  padding-top: 144px !important;
}

.pt-37 {
  padding-top: 148px !important;
}

.pt-38 {
  padding-top: 152px !important;
}

.pt-39 {
  padding-top: 156px !important;
}

.pt-40 {
  padding-top: 160px !important;
}

.pt-41 {
  padding-top: 164px !important;
}

.pt-42 {
  padding-top: 168px !important;
}

.pt-43 {
  padding-top: 172px !important;
}

.pt-44 {
  padding-top: 176px !important;
}

.pt-45 {
  padding-top: 180px !important;
}

.pt-46 {
  padding-top: 184px !important;
}

.pt-47 {
  padding-top: 188px !important;
}

.pt-48 {
  padding-top: 192px !important;
}

.pt-49 {
  padding-top: 196px !important;
}

.pt-50 {
  padding-top: 200px !important;
}

.pt-51 {
  padding-top: 204px !important;
}

.pt-52 {
  padding-top: 208px !important;
}

.pt-53 {
  padding-top: 212px !important;
}

.pt-54 {
  padding-top: 216px !important;
}

.pt-55 {
  padding-top: 220px !important;
}

.pt-56 {
  padding-top: 224px !important;
}

.pt-57 {
  padding-top: 228px !important;
}

.pt-58 {
  padding-top: 232px !important;
}

.pt-59 {
  padding-top: 236px !important;
}

.pt-60 {
  padding-top: 240px !important;
}

.pt-61 {
  padding-top: 244px !important;
}

.pt-62 {
  padding-top: 248px !important;
}

.pt-63 {
  padding-top: 252px !important;
}

.pt-64 {
  padding-top: 256px !important;
}

.pt-65 {
  padding-top: 260px !important;
}

.pt-66 {
  padding-top: 264px !important;
}

.pt-67 {
  padding-top: 268px !important;
}

.pt-68 {
  padding-top: 272px !important;
}

.pt-69 {
  padding-top: 276px !important;
}

.pt-70 {
  padding-top: 280px !important;
}

.pt-71 {
  padding-top: 284px !important;
}

.pt-72 {
  padding-top: 288px !important;
}

.pt-73 {
  padding-top: 292px !important;
}

.pt-74 {
  padding-top: 296px !important;
}

.pt-75 {
  padding-top: 300px !important;
}

.pt-76 {
  padding-top: 304px !important;
}

.pt-77 {
  padding-top: 308px !important;
}

.pt-78 {
  padding-top: 312px !important;
}

.pt-79 {
  padding-top: 316px !important;
}

.pt-80 {
  padding-top: 320px !important;
}

.pt-81 {
  padding-top: 324px !important;
}

.pt-82 {
  padding-top: 328px !important;
}

.pt-83 {
  padding-top: 332px !important;
}

.pt-84 {
  padding-top: 336px !important;
}

.pt-85 {
  padding-top: 340px !important;
}

.pt-86 {
  padding-top: 344px !important;
}

.pt-87 {
  padding-top: 348px !important;
}

.pt-88 {
  padding-top: 352px !important;
}

.pt-89 {
  padding-top: 356px !important;
}

.pt-90 {
  padding-top: 360px !important;
}

.pt-91 {
  padding-top: 364px !important;
}

.pt-92 {
  padding-top: 368px !important;
}

.pt-93 {
  padding-top: 372px !important;
}

.pt-94 {
  padding-top: 376px !important;
}

.pt-95 {
  padding-top: 380px !important;
}

.pt-96 {
  padding-top: 384px !important;
}

.pt-97 {
  padding-top: 388px !important;
}

.pt-98 {
  padding-top: 392px !important;
}

.pt-99 {
  padding-top: 396px !important;
}

.pt-100 {
  padding-top: 400px !important;
}

.pb-5 {
  padding-bottom: 20px !important;
}

.pb-6 {
  padding-bottom: 24px !important;
}

.pb-7 {
  padding-bottom: 28px !important;
}

.pb-8 {
  padding-bottom: 32px !important;
}

.pb-9 {
  padding-bottom: 36px !important;
}

.pb-10 {
  padding-bottom: 40px !important;
}

.pb-11 {
  padding-bottom: 44px !important;
}

.pb-12 {
  padding-bottom: 48px !important;
}

.pb-13 {
  padding-bottom: 52px !important;
}

.pb-14 {
  padding-bottom: 56px !important;
}

.pb-15 {
  padding-bottom: 60px !important;
}

.pb-16 {
  padding-bottom: 64px !important;
}

.pb-17 {
  padding-bottom: 68px !important;
}

.pb-18 {
  padding-bottom: 72px !important;
}

.pb-19 {
  padding-bottom: 76px !important;
}

.pb-20 {
  padding-bottom: 80px !important;
}

.pb-21 {
  padding-bottom: 84px !important;
}

.pb-22 {
  padding-bottom: 88px !important;
}

.pb-23 {
  padding-bottom: 92px !important;
}

.pb-24 {
  padding-bottom: 96px !important;
}

.pb-25 {
  padding-bottom: 100px !important;
}

.pb-26 {
  padding-bottom: 104px !important;
}

.pb-27 {
  padding-bottom: 108px !important;
}

.pb-28 {
  padding-bottom: 112px !important;
}

.pb-29 {
  padding-bottom: 116px !important;
}

.pb-30 {
  padding-bottom: 120px !important;
}

.pb-31 {
  padding-bottom: 124px !important;
}

.pb-32 {
  padding-bottom: 128px !important;
}

.pb-33 {
  padding-bottom: 132px !important;
}

.pb-34 {
  padding-bottom: 136px !important;
}

.pb-35 {
  padding-bottom: 140px !important;
}

.pb-36 {
  padding-bottom: 144px !important;
}

.pb-37 {
  padding-bottom: 148px !important;
}

.pb-38 {
  padding-bottom: 152px !important;
}

.pb-39 {
  padding-bottom: 156px !important;
}

.pb-40 {
  padding-bottom: 160px !important;
}

.pb-41 {
  padding-bottom: 164px !important;
}

.pb-42 {
  padding-bottom: 168px !important;
}

.pb-43 {
  padding-bottom: 172px !important;
}

.pb-44 {
  padding-bottom: 176px !important;
}

.pb-45 {
  padding-bottom: 180px !important;
}

.pb-46 {
  padding-bottom: 184px !important;
}

.pb-47 {
  padding-bottom: 188px !important;
}

.pb-48 {
  padding-bottom: 192px !important;
}

.pb-49 {
  padding-bottom: 196px !important;
}

.pb-50 {
  padding-bottom: 200px !important;
}

.pb-51 {
  padding-bottom: 204px !important;
}

.pb-52 {
  padding-bottom: 208px !important;
}

.pb-53 {
  padding-bottom: 212px !important;
}

.pb-54 {
  padding-bottom: 216px !important;
}

.pb-55 {
  padding-bottom: 220px !important;
}

.pb-56 {
  padding-bottom: 224px !important;
}

.pb-57 {
  padding-bottom: 228px !important;
}

.pb-58 {
  padding-bottom: 232px !important;
}

.pb-59 {
  padding-bottom: 236px !important;
}

.pb-60 {
  padding-bottom: 240px !important;
}

.pb-61 {
  padding-bottom: 244px !important;
}

.pb-62 {
  padding-bottom: 248px !important;
}

.pb-63 {
  padding-bottom: 252px !important;
}

.pb-64 {
  padding-bottom: 256px !important;
}

.pb-65 {
  padding-bottom: 260px !important;
}

.pb-66 {
  padding-bottom: 264px !important;
}

.pb-67 {
  padding-bottom: 268px !important;
}

.pb-68 {
  padding-bottom: 272px !important;
}

.pb-69 {
  padding-bottom: 276px !important;
}

.pb-70 {
  padding-bottom: 280px !important;
}

.pb-71 {
  padding-bottom: 284px !important;
}

.pb-72 {
  padding-bottom: 288px !important;
}

.pb-73 {
  padding-bottom: 292px !important;
}

.pb-74 {
  padding-bottom: 296px !important;
}

.pb-75 {
  padding-bottom: 300px !important;
}

.pb-76 {
  padding-bottom: 304px !important;
}

.pb-77 {
  padding-bottom: 308px !important;
}

.pb-78 {
  padding-bottom: 312px !important;
}

.pb-79 {
  padding-bottom: 316px !important;
}

.pb-80 {
  padding-bottom: 320px !important;
}

.pb-81 {
  padding-bottom: 324px !important;
}

.pb-82 {
  padding-bottom: 328px !important;
}

.pb-83 {
  padding-bottom: 332px !important;
}

.pb-84 {
  padding-bottom: 336px !important;
}

.pb-85 {
  padding-bottom: 340px !important;
}

.pb-86 {
  padding-bottom: 344px !important;
}

.pb-87 {
  padding-bottom: 348px !important;
}

.pb-88 {
  padding-bottom: 352px !important;
}

.pb-89 {
  padding-bottom: 356px !important;
}

.pb-90 {
  padding-bottom: 360px !important;
}

.pb-91 {
  padding-bottom: 364px !important;
}

.pb-92 {
  padding-bottom: 368px !important;
}

.pb-93 {
  padding-bottom: 372px !important;
}

.pb-94 {
  padding-bottom: 376px !important;
}

.pb-95 {
  padding-bottom: 380px !important;
}

.pb-96 {
  padding-bottom: 384px !important;
}

.pb-97 {
  padding-bottom: 388px !important;
}

.pb-98 {
  padding-bottom: 392px !important;
}

.pb-99 {
  padding-bottom: 396px !important;
}

.pb-100 {
  padding-bottom: 400px !important;
}

.section {
  padding: 100px 0;
}

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

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

/*=========================================================================================
    Utility CSS End
 ==========================================================================================*/
/*=========================================================================================
    Typography CSS Start
 ==========================================================================================*/
html,
body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Syne", sans-serif;
  color: #2f2d53;
}

a {
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
}
a:hover {
  color: v;
  cursor: pointer;
}

p {
  color: #433b3a;
  font-size: 18px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

/*=========================================================================================
    Typography CSS End
 ==========================================================================================*/
/*=========================================================================================
    Mixins CSS Start
 ==========================================================================================*/
.my-font {
  font-size: 18px;
}

/*=========================================================================================
    Mixins CSS End
 ==========================================================================================*/
/*=========================================================================================
    Button CSS Start
 ==========================================================================================*/
.btn {
  padding: 16px 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  border-radius: 0;
  transition: 0.3 ease all;
  -webkit-transition: 0.3 ease all;
  -moz-transition: 0.3 ease all;
  -ms-transition: 0.3 ease all;
  -o-transition: 0.3 ease all;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.btn-orange {
  color: #ffffff;
  background-color: #ff5b2e;
  border: 1px solid #ff5b2e;
}
.btn-orange:hover {
  color: #ffffff;
  background-color: #ff5b2e;
  border: 1px solid #ff5b2e;
}

.btn-yellow {
  color: #1d2939;
  background-color: #ffcc37;
  border: 1px solid #ffcc37;
}
.btn-yellow:hover {
  color: #1d2939;
  background-color: #ffcc37;
  border: 1px solid #ffcc37;
}

.btn-orange-outline {
  color: #ff5b2e;
  background-color: transparent;
  border: 1px solid #ff5b2e;
}
.btn-orange-outline:hover {
  color: #ff5b2e;
  background-color: transparent;
  border: 1px solid #ff5b2e;
}

.btn-light {
  color: #ff5b2e;
  background-color: #fff;
  border: 1px solid #fff;
}
.btn-light:hover {
  color: #ff5b2e;
  background-color: #fff;
  border: 1px solid #fff;
}

.btn-dark {
  color: #fff;
  background-color: #140a09;
  border: 1px solid #140a09;
}
.btn-dark:hover {
  color: #ff5b2e;
  background-color: #140a09;
  border: 1px solid #140a09;
}

.btn-text {
  color: #ff5b2e;
  font-size: 20px;
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.btn-text:hover {
  color: #ff5b2e;
}

/*=========================================================================================
    Button CSS End
 ==========================================================================================*/
/*=========================================================================================
    Global CSS Start
 ==========================================================================================*/
html,
body {
  background: #fff;
}

.body-1 {
  background: #fff6f6;
}

.section {
  padding-bottom: 100px;
}

.mobile-show {
  display: none !important;
}

.mobile-lg-show {
  display: none;
}

.column-2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/* Text Color */
.text-orange {
  color: #ff5b2e !important;
}

.bg-lightOrange {
  background: #fff6f6 !important;
}

.bg-pink {
  background: #ffefea;
}

.bg-white {
  background: #fff;
}

/* Slick Slider */
.slider-btn-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.slider-btn-box .slick-arrow {
  background: #ff5b2e;
  box-shadow: 0px 50px 80px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.slider-btn-box .slick-arrow.slick-disabled {
  background: #ffffff;
  color: #000;
  border: 1px solid #e8e7e6;
}

.slider-btn-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 12px;
}

.single-testimonial-2 .slick-slider {
  margin: 0 10px;
  padding: 0;
}

.slick-slide {
  margin: 0 10px;
  padding: 0;
}

.slick-dots {
  bottom: -40px !important;
}

.shop-p-filter.form-select {
  border: 0;
  background: transparent;
  width: 70%;
}

.slick-dots li button:before {
  font-size: 8px;
}

.slick-dots li.slick-active button:before {
  color: #ff5b2e;
  font-size: 12px;
}

/* Scroll To Top */
.scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  padding: 10px;
  color: red;
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff5b2e;
  color: #fff;
  border-radius: 6px;
}

.client-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.client-text {
  color: var(--gray-900, #020304);
  font-size: 20px;
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.single-client-2 {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f3f3;
  cursor: pointer;
}

.statistics-title {
  color: #ff5042;
  font-family: Syne;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.45px;
  margin-bottom: 12px;
}

.statistics-icon {
  margin-bottom: 24px;
  height: 120px;
}

/*=========================================================================================
    Global CSS End
 ==========================================================================================*/
/*=========================================================================================
    Header CSS Start
 ==========================================================================================*/
.header {
  background: transparent;
  padding: 4px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header .navbar-expand-xl {
  padding: 18px 0;
}
.header .navbar-expand-xl .navbar-nav {
  gap: 24px;
}
.header .navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  font-style: normal;
  font-weight: 400;
  color: #475467;
  font-size: 18px;
  font-family: Inter;
  line-height: 26px;
}
.header .navbar-expand-xl .navbar-nav .active {
  color: #ff5b2e !important;
}
.header .navbar-expand-xl .navbar-nav .dropdown-item {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding: 8px 12px;
  margin-bottom: 2px;
}
.header .navbar-expand-xl .navbar-nav .dropdown-item:focus,
.header .navbar-expand-xl .navbar-nav .dropdown-item:hover {
  color: #fff !important;
  background-color: #ff5b2e !important;
}
.header .navbar-expand-xl .navbar-nav .dropdown-item.active,
.header .navbar-expand-xl .navbar-nav .dropdown-item:active {
  background-color: #ff5b2e !important;
  color: #fff !important;
}
.header .navbar-collapse {
  flex-grow: inherit;
}
.header .btn-search {
  width: 62px;
  height: 62px;
  background-color: #ff5b2e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-1 {
  background: #fff7f5;
}

.header-2 {
  background: transparent !important;
  border-bottom: 1px solid #433b3a;
}
.header-2 .navbar-toggler {
  color: #fff;
}
.header-2 .navbar-expand-xl .nav-link {
  color: #fff !important;
}

.header.sticky {
  position: sticky;
  background: #fff7f5 !important;
}

.header.header-2.sticky {
  background: #000 !important;
}

.modal-search {
  position: relative;
}
.modal-search .btn-orange {
  position: absolute;
  top: 0;
  right: 0;
}

/*=========================================================================================
    Header CSS End
 ==========================================================================================*/
/*=========================================================================================
    Hero Section Start
 ==========================================================================================*/
.hero-1 {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}
.hero-1::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.431372549);
  z-index: 2;
  top: 0;
  left: 0;
}
.hero-1 .hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 575px;
  gap: 40px;
  padding: 0 16%;
  margin-bottom: 100px;
}
.hero-1 .hero-content h1 {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-family: Syne;
  font-style: normal;
  font-weight: 700;
  line-height: 78px;
  letter-spacing: 0.9px;
}

.hero-1-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.hero-btn-box {
  display: flex;
  gap: 18px;
  align-items: center;
}

.hero-2 {
  position: relative;
  height: 830px;
}

.hero-bg {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-area {
  height: auto;
  position: relative;
  z-index: 33;
}

.hero-title-2 {
  color: var(--gray-white, #fff);
  font-family: Syne;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0.78px;
  margin-bottom: 18px;
}

.hero-text-2 {
  color: var(--primary-300, #ffeeec);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 40px;
}

.hero-area-2 {
  height: auto;
  position: relative;
  z-index: 33;
  padding-top: 170px;
}

/*=========================================================================================
    Hero Section End
 ==========================================================================================*/
/*=========================================================================================
    Truck Trace Section Start
 ==========================================================================================*/
.truck-trace {
  margin-top: -110px;
  position: relative;
  z-index: 4;
}
.truck-trace .trace-wrapper {
  background: #fff;
  border: 1px solid #fff6f6;
  box-shadow: 0px 12px 60px 0px rgba(44, 25, 23, 0.04);
  position: relative;
}
.truck-trace .trace-wrapper::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #f3f3f3;
  left: 50%;
  transform: translate(-50%, 0px);
}
.truck-trace .trace-wrapper .single-trace-box {
  padding: 50px 70px;
  background: #fff;
}
.truck-trace .trace-wrapper .single-trace-box .trace-title {
  color: var(--gray-900, #140a09);
  font-size: 30px;
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0.45px;
  margin-bottom: 12px;
}
.truck-trace .trace-wrapper .single-trace-box .trace-input-box {
  position: relative;
}
.truck-trace .trace-wrapper .single-trace-box .btn-trace {
  position: absolute;
  right: 0;
  top: 0;
}

/*=========================================================================================
    Truck Trace Section End
 ==========================================================================================*/
/*=========================================================================================
    Trusted Section Start
 ==========================================================================================*/
.g-service {
  display: flex;
  align-items: start;
  gap: 12px;
}
.g-service img {
  margin-top: 10px;
  width: 40px;
  height: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}
.g-service .g-service-content h4 {
  color: var(--gray-900, #140a09);
  font-size: 36px;
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.54px;
  margin-bottom: 12px;
}

.trusted-img-box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*=========================================================================================
    Trusted Section End
 ==========================================================================================*/
/*=========================================================================================
    Help Section Start
 ==========================================================================================*/
.help-collections li {
  display: flex;
  padding: 18px;
  gap: 12px;
  background: var(--primary-200, #fff6f6);
  margin-bottom: 12px;
  align-items: center;
}

.help-icon {
  width: 56px;
  height: 56px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.help-collections h3 {
  color: var(--gray-700, #433b3a);
  /* Text/H7 20PX SemiBold */
  font-size: 20px;
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

/*=========================================================================================
    Help Section End
 ==========================================================================================*/
/*=========================================================================================
    Choose Section Start
 ==========================================================================================*/
.single-choose {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 30px;
  background: var(--primary-200, #fff6f6);
}
.single-choose .choose-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-choose .choose-title {
  color: var(--gray-900, #140a09);
  font-size: 30px;
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.45px;
}

/*=========================================================================================
    Choose Section End
 ==========================================================================================*/
/*=========================================================================================
    About Us CSS Start
 ==========================================================================================*/
.about-us-img-box {
  width: 370px;
  height: 450px;
  border-radius: 18px;
  position: relative;
}
.about-us-img-box .aui-lg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.about-us-img-box .aui-dot {
  position: absolute;
  content: "";
  top: -80px;
  right: -80px;
  z-index: 1;
}
.about-us-img-box .aui-cat {
  position: absolute;
  content: "";
  bottom: -30px;
  right: -130px;
  z-index: 3;
}

.about-us-img-box-2 {
  display: flex;
  align-items: center;
  gap: 26px;
  position: relative;
}

.aui-lg-2 {
  height: 500px;
  width: 300px;
  border-radius: 50px;
  z-index: 3;
}

.aui-lg-3 {
  height: 400px;
  width: 300px;
  border-radius: 50px;
  z-index: 3;
}

.aui-dot-icon {
  position: absolute;
  bottom: 0;
  right: 215px;
  z-index: 1;
}

/*=========================================================================================
    About Us CSS End
 ==========================================================================================*/
/*=========================================================================================
    Services CSS Start
 ==========================================================================================*/
.single-services {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 30px;
  border-top: 1px solid var(--primary-200, #fff6f6);
  background: #fff;
  box-shadow: 0px 12px 60px 0px rgba(44, 25, 23, 0.04);
}
.single-services .services-img-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid var(--primary-200, #fff6f6);
  background: linear-gradient(180deg, #fff6f6 0%, rgba(255, 246, 246, 0) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-services .services-title {
  color: var(--gray-900, #140a09);
  font-size: 30px;
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.45px;
}
.single-services .services-text {
  color: var(--gray-700, #433b3a);
  font-size: 18px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.service-img-box {
  display: block;
  width: 100%;
  height: 265px;
  position: relative;
  overflow: hidden;
}
.service-img-box .service-cat {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-img-box .service-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-content {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.service-content .service-title {
  display: inline-block;
  color: var(--gray-900, #140a09);
  font-size: 30px;
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.45px;
}
.service-content .service-title:hover {
  color: #ff5b2e;
}
.service-content .services-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 65px;
}
.service-content .service-date {
  color: var(--gray-900, #061c3d);
  font-size: 14px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.single-service-area {
  height: 210px;
  overflow: hidden;
  position: relative;
}
.single-service-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-service-area .service-area-title {
  color: var(--gray-900, #140a09);
  font-family: Syne;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.36px;
  background: #fff;
  padding: 12px 20px;
  width: 92%;
  text-align: center;
  position: absolute;
  content: "";
  left: 50%;
  bottom: 12px;
  transform: translate(-50%, 0px);
}

.bg-lightOrange .services-img-box {
  background: #fff !important;
}

/*=========================================================================================
    Services CSS End
 ==========================================================================================*/
/*=========================================================================================
    Team CSS Start
 ==========================================================================================*/
.single-team .team-img {
  width: 100%;
  height: 320px;
  overflow: hidden;
  display: block;
}
.single-team .team-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-team .team-content {
  padding: 12px;
  text-align: center;
}
.single-team .team-content .team-name {
  color: var(--gray-900, #140a09);
  text-align: center;
  font-size: 20px;
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 12px;
  display: inline-block;
}
.single-team .team-content .team-name:hover {
  color: #ff5b2e;
}
.single-team .team-content .team-text {
  color: var(--gray-700, #433b3a);
  text-align: center;
  font-size: 14px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

/*=========================================================================================
    Team CSS End
 ==========================================================================================*/
/*=========================================================================================
    Page Banner Section Start
 ==========================================================================================*/
.page-banner-area {
  position: relative;
  height: 575px;
}
.page-banner-area .banner-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-banner-area .banner-content {
  width: 100%;
  position: absolute;
  content: "";
  bottom: 180px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 0px);
  padding: 0 16px;
}
.page-banner-area .banner-content p {
  color: var(--primary-900, #ff5042);
  font-size: 20px;
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 12px;
}
.page-banner-area .banner-content h2 {
  color: var(--gray-900, #061c3d);
  text-align: center;
  font-family: Syne;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0.54px;
  padding-bottom: 24px;
}
.page-banner-area .banner-content h2::after {
  position: absolute;
  content: "";
  width: 134px;
  height: 4px;
  background: #ff5042;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0px);
}

/*=========================================================================================
    Page Banner Section End
 ==========================================================================================*/
/*=========================================================================================
    Logistics Section Start
 ==========================================================================================*/
.nav-tabs {
  border-bottom: 0;
  margin-bottom: 24px;
}

.nav-tabs .nav-link {
  margin-bottom: 0;
  background: 0;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0 55px 16px 55px;
  color: #000 !important;
  font-size: 30px;
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0.45px;
  border-bottom: 4px solid #f3f3f3 !important;
  margin-right: 20px;
}

.nav-tabs .nav-link.active {
  border-bottom: 4px solid #ff5b2e !important;
}

.goals-collection li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

/*=========================================================================================
    Logistics Section End
 ==========================================================================================*/
/*=========================================================================================
    Form CSS Start
 ==========================================================================================*/
label {
  margin-bottom: 12px !important;
  color: var(--gray-900, #140a09);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.form-check-label {
  margin-bottom: unset !important;
}

.selectpicker {
  height: 100%;
  border-radius: 6px;
}

.selectpicker:focus-visible {
  outline: 0;
  border-radius: 6px;
}

.form-check-label {
  font-weight: 400;
  font-size: 18px;
  color: #6c688a;
  line-height: initial;
}

.form-check-input:focus {
  border-color: #ff5b2e;
  box-shadow: none;
}

.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
  color: #0a033c;
}

.form-label span {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #9d9ab1;
}

.form-control,
.form-select {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  padding: 18px 24px;
  border-radius: 0;
  border: 1px solid var(--primary-300, #ffeeec);
  background: var(--gray-white, #fff);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

::-moz-placeholder {
  color: #726c6b;
}

::placeholder {
  color: #726c6b;
}

.form-select {
  color: #726c6b !important;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ff5b2e;
  outline: 0;
  border: 1px solid #ff5b2e;
  box-shadow: none;
}

.input-group-prepend {
  border: 1px solid #e7e6ec;
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.selectpicker {
  color: #6c688a;
  padding: 16px 12px;
  border: 0;
}

.input-group-text {
  background-color: #fff;
  border: 1px solid #e7e6ec;
  padding: 16px 12px;
}

.form-title {
  color: var(--gray-white, #fff);
  font-family: Syne;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0.54px;
}

.form-title-box {
  background: var(--primary-900, #ff5042);
  display: flex;
  justify-content: space-between;
  padding: 24px;
  align-items: center;
}

.form-title-icon {
  background: #fff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cargo-form {
  border: 1px solid var(--primary-300, #ffeeec);
  background: #fffafa;
}

.form-input-wrapper {
  padding: 40px;
}

.form-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.cost-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  height: 70px;
  padding: 0;
}
.cost-box .cost-title {
  color: #000;
  font-family: Syne;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.36px;
  padding-left: 24px;
}
.cost-box .cost-number {
  color: #000;
  font-family: Syne;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.36px;
  background: #ffeeec;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 24px;
}

/*=========================================================================================
    Form CSS End
 ==========================================================================================*/
/*=========================================================================================
    How to Work CSS Start
 ==========================================================================================*/
.how-it-works-area {
  background: url("../images/htw-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
}
.how-it-works-area .section-title {
  color: #fff;
}
.how-it-works-area .section-text {
  color: #fff;
}

.single-counter-box h2 {
  color: var(--gray-white, #fff);
  font-family: Syne;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.72px;
}

.single-counter-box p {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.counter-box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.single-counter-box {
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid #ff5042;
}

.single-counter-box:last-child {
  border-bottom: 1px solid #ff5042;
}

.single-counter-box:nth-child(3) {
  border-bottom: 1px solid #ff5042;
  border-right: 1px solid #ff5042;
}

.single-counter-box:nth-child(1) {
  border-right: 1px solid #ff5042;
}

.single-work h3 {
  color: var(--primary-200, #fff6f6);
  font-family: Syne;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.45px;
  margin-bottom: 12px;
}

.single-work p {
  color: var(--primary-300, #ffeeec);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.single-work {
  margin-bottom: 50px;
}

/*=========================================================================================
    How to Work CSS End
 ==========================================================================================*/
/*=========================================================================================
    Service Process CSS Start
 ==========================================================================================*/
.process-list {
  display: flex;
  gap: 12px;
  align-items: center;
}

.process-icon {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffeeec;
  border-radius: 50%;
}

.process-content h3 {
  color: var(--gray-900, #140a09);
  font-family: Syne;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.45px;
  margin-bottom: 4px;
}

.process-content p {
  color: var(--gray-700, #433b3a);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.process-devider {
  width: 2px;
  height: 34px;
  position: relative;
  background: #ff5042;
  margin: 10px 0;
  margin-left: 45px;
}

.process-devider::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #ff5042;
  border-radius: 50%;
  left: -2px;
  top: -3px;
}

.process-devider::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #ff5042;
  border-radius: 50%;
  left: -2px;
  bottom: -3px;
}

p.lp-text {
  color: var(--gray-700, #433b3a);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.lp-title {
  color: var(--neutrals-2, #23262f);
  font-family: Syne;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0.54px;
  margin-bottom: 18px;
}

/*=========================================================================================
    Service Process CSS End
 ==========================================================================================*/
/*=========================================================================================
    Testimonial CSS Start
 ==========================================================================================*/
.single-testimonial {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0px 12px 60px 0px rgba(44, 25, 23, 0.04);
}
.single-testimonial .testimonial-text.text {
  margin-bottom: 24px;
}
.single-testimonial .testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.single-testimonial .testimonial-author .author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ffdcd9;
}
.single-testimonial .testimonial-author .author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-testimonial .testimonial-author .author-name {
  color: #140a09;
  font-family: Syne;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 12px;
}
.single-testimonial .testimonial-author .author-designation {
  color: #433b3a;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.testimonial-lg-img {
  position: relative;
}
.testimonial-lg-img .testimonial-bg {
  position: absolute;
  content: "";
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-lg-img .testimonial-lg {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
}

.single-testimonial-2 {
  margin-bottom: 50px;
}
.single-testimonial-2 .testimonial-text-2 {
  color: var(--gray-700, #433b3a);
  font-family: Syne;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.36px;
  margin-bottom: 70px;
}
.single-testimonial-2 .testimonial-author-2 .author-name {
  color: var(--gray-900, #140a09);
  font-family: Syne;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.45px;
  margin-bottom: 12px;
}
.single-testimonial-2 .testimonial-author-2 .author-designation {
  color: var(--gray-700, #433b3a);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.testimonial .slider-btn-box {
  margin-left: 10px !important;
}

.testimonial-area.bg-lightOrange {
  padding: 100px 0;
}

.testimonial-slider-1 .single-testimonial {
  box-shadow: none;
}

/*=========================================================================================
    Testimonial CSS End
 ==========================================================================================*/
/*=========================================================================================
    Section Title CSS Start
 ==========================================================================================*/
.section-top-title {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

.section-title-box-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.section-title-box-between .section-title {
  margin-bottom: 0;
}

.section-top-2 {
  justify-content: space-between;
  margin-bottom: 50px;
}

.section-title {
  color: #000;
  font-size: 48px;
  font-family: Syne;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0.72px;
  margin-bottom: 18px;
}

.section-text {
  color: var(--gray-700, #433b3a);
  font-size: 18px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 24px;
}

/*=========================================================================================
    Section Title CSS End
 ==========================================================================================*/
/*=========================================================================================
    Blog CSS Start
 ==========================================================================================*/
.blog-img-box {
  display: block;
  width: 100%;
  height: 265px;
  position: relative;
  overflow: hidden;
}
.blog-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-img-box .blog-cat {
  color: var(--primary-900, #ff5042);
  font-size: 14px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  position: absolute;
  bottom: 25px;
  left: 25px;
  padding: 10px 18px;
  background: #fff;
  border-radius: 40px;
}

.blog-content {
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blog-content .blog-title {
  display: block;
  color: var(--gray-900, #061c3d);
  font-size: 24px;
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  min-height: 75px;
  -webkit-box-orient: vertical;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
}
.blog-content .blog-title:hover {
  color: #ff5b2e;
}
.blog-content .blog-date {
  color: var(--gray-900, #061c3d);
  font-size: 14px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

/*=========================================================================================
    Blog CSS End
 ==========================================================================================*/
/*=========================================================================================
    Partners CSS Start
 ==========================================================================================*/
.partners-title {
  color: #000;
  font-family: Syne;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0.54px;
  margin-bottom: 24px;
}

.single-partner {
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--primary-300, #ffeeec);
  background: var(--primary-200, #fff6f6);
}

/*=========================================================================================
    Partners CSS Start
 ==========================================================================================*/
/*=========================================================================================
    Contact CSS Start
 ==========================================================================================*/
.single-contact-info {
  display: flex;
  gap: 12px;
  background: #ffeeec;
  padding: 40px;
  height: 235px;
}
.single-contact-info .info-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ffdcd9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-content .info-title {
  color: #000;
  font-family: Syne;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0.54px;
  margin-bottom: 12px;
}
.info-content .info-text {
  color: #433b3a;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  max-width: 80%;
}

/*=========================================================================================
    Contact CSS End
 ==========================================================================================*/
/*=========================================================================================
    Solution CSS Start
 ==========================================================================================*/
.exp-con {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ffeeec;
  display: flex;
  justify-content: center;
  align-items: center;
}

.experince-service {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
}

.experince-service li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.experince-service-content h4 {
  color: var(--gray-700, #433b3a);
  font-family: Syne;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.director-quote {
  padding: 30px;
  border-top: 4px solid var(--primary-900, #ff5042);
  background: var(--primary-200, #fff6f6);
}

p.director-text {
  color: var(--gray-700, #433b3a);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 12px;
}

h3.director-name {
  color: #140a09;
  font-family: Syne;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.36px;
}

h3.director-name span {
  color: var(--gray-700, #433b3a);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.solution-img-box {
  position: relative;
}

.solution-counter {
  position: absolute;
  top: -50px;
  right: 0;
  background: #fff;
  padding: 24px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.solution-counter h4 {
  color: var(--gray-900, #140a09);
  font-family: Syne;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.72px;
}

.solution-counter p {
  color: var(--gray-900, #140a09);
  font-family: Syne;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

/*=========================================================================================
    Solution CSS End
 ==========================================================================================*/
/*=========================================================================================
    Subscription CSS Start
 ==========================================================================================*/
.subscribe {
  position: relative;
  z-index: 9;
}

.subscibe-area-box {
  position: relative;
  z-index: 9;
}
.subscibe-area-box .subscribe-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 2;
}
.subscibe-area-box .subscribe-cat {
  position: absolute;
  content: "";
  top: 50%;
  right: 60px;
  z-index: 9;
  transform: translate(0, -50%);
}
.subscibe-area-box .subscribe-box {
  position: relative;
  width: 100%;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start !important;
  padding: 20px;
  margin-bottom: -135px;
  z-index: 3;
}
.subscibe-area-box .subscribe-box .subscribe-content {
  justify-content: start;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0 20px;
}
.subscibe-area-box .subscribe-box .subscribe-content h2 {
  text-align: left !important;
  color: #fff;
  font-size: 36px;
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0.54px;
}
.subscibe-area-box .subscribe-box .subscribe-content .subscribe-form-box {
  width: 408px;
  position: relative;
}
.subscibe-area-box .subscribe-box .subscribe-content .subscribe-form-box input {
  height: 100%;
  border-radius: 0;
  background: var(--primary-300, #ffeeec);
  padding: 20px 30px;
}
.subscibe-area-box .subscribe-box .subscribe-content .subscribe-form-box button {
  position: absolute;
  right: 0px;
  top: 0px;
}

/*=========================================================================================
    Subscription CSS End
 ==========================================================================================*/
/*=========================================================================================
    Footer CSS Start
 ==========================================================================================*/
.footer-area {
  position: relative;
  padding-top: 135px;
  z-index: 1;
  background: #140a09;
}

.location-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--gray-800, #2c2322);
  background: var(--gray-900, #140a09);
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-address {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.quick-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.quick-contact p {
  color: var(--gray-white, #fff);
  font-size: 18px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.footer-phone {
  color: var(--primary-900, #ff5042);
  font-size: 36px;
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.54px;
}

.footer-address h3 {
  color: var(--primary-300, #ffeeec);
  font-size: 18px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.footer-bg {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  top: 0;
  left: 0;
}

.footer-middle {
  position: relative;
  z-index: 3;
  padding: 80px 0;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-social li a {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease all;
  font-size: 12px;
  color: #140a09;
  background: #fff;
}

.footer-logo {
  margin-bottom: 24px;
}

.footer-menu .menu-category {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 18px;
}

.footer-menu-list li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}

.footer-menu-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-menu .contact-info-collection li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}
.footer-menu p span {
  width: 24px;
  height: 24px;
  color: #fff;
}

.footer-devider {
  border-top: 1px solid #fff;
  position: relative;
  z-index: 2;
  opacity: 0.5;
}

.footer-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
}

.footer-bottom-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.footer-copyright {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}

.footer-bottom-link a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}

.footer-bottom-link p {
  color: #fff;
}

/*=========================================================================================
    Footer CSS End
 ==========================================================================================*/
/*=========================================================================================
    404 Page Start
 ==========================================================================================*/
.error-page {
  padding-top: 160px;
}
.error-page .error-img {
  width: 100%;
}
.error-page .error-page-content {
  margin-top: -90px;
}
.error-page .error-page-content .error-title {
  color: #140a09;
  font-family: Syne;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 78px;
  letter-spacing: 0.9px;
  margin-bottom: 12px;
}
.error-page .error-page-content .error-title span {
  display: inline-block;
  position: relative;
  width: 175px;
}
.error-page .error-page-content .error-title span .circle {
  position: absolute;
  width: 100%;
  top: 5px;
  left: 0;
}
.error-page .error-page-content .error-text {
  color: #433b3a;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 40px;
}

/*=========================================================================================
    404 Page End
 ==========================================================================================*/
/*=========================================================================================
    FAQ Page Start
 ==========================================================================================*/
.accordion {
  --bs-accordion-bg: transparent;
}

.accordion-button {
  font-family: "Syne";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  display: flex;
  align-items: center;
  border: 1px solid var(--primary-300, #ffeeec) !important;
  background: var(--gray-white, #fff) !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.accordion-button:focus {
  border-color: #98a2b3;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}

.accordion-body {
  padding-top: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  display: flex;
  align-items: center;
  color: #667085;
}

.accordion-button:not(.collapsed) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #ff5b2e;
  background: transparent;
  border: 0;
  box-shadow: 0;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-item {
  margin-bottom: 12px;
  border: 1px solid var(--primary-300, #ffeeec);
  background: var(--gray-white, #fff);
}

.accordion-button:focus {
  color: #ff5b2e;
  background: transparent;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}

.accordion-body {
  padding: 10px 65px;
  color: var(--gray-700, #433b3a);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.accordion-collapse.collapse {
  background: #fff6f6;
}

.accordion-header {
  margin-bottom: 0;
  background: #fff6f6;
}

/*=========================================================================================
    FAQ Page End
 ==========================================================================================*/
/*=========================================================================================
    Pagination CSS Start
 ==========================================================================================*/
.pagination-box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.pagination-box ul li .pagination-link {
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #98a2b3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #98a2b3;
  font-size: 12px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
}
.pagination-box ul li .pagination-link.active {
  color: #fff !important;
  background: #ff5b2e !important;
  border-color: #ff5b2e !important;
}
.pagination-box ul li .pagination-link.active a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #3e4756;
}
.pagination-box ul li .prev.active,
.pagination-box ul li .next.active {
  color: #ff5b2e !important;
  background: transparent !important;
  border: 1px solid #98a2b3 !important;
}

/*=========================================================================================
    Pagination CSS Start
 ==========================================================================================*/
/*=========================================================================================
    Pricing CSS Start
 ==========================================================================================*/
.single-pricing {
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(123, 123, 123, 0.06);
  border-radius: 20px;
}
.single-pricing .pricing-top {
  padding: 50px 30px;
  text-align: center;
}
.single-pricing .pricing-top .pricing-name {
  font-family: "Syne";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #170f49;
  margin-bottom: 18px;
}
.single-pricing .pricing-top .pricing-rate {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 58px;
  line-height: 68px;
  color: #170f49;
}
.single-pricing .pricing-top .pricing-rate span {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #6f6c90;
}
.single-pricing .pricing-bottom {
  padding: 0 30px 45px 30px;
}
.single-pricing .pricing-bottom .pricing-collections li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.single-pricing .pricing-bottom .pricing-collections li:last-child {
  margin-bottom: 40px;
}
.single-pricing .pricing-bottom .pricing-collections li p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #344054;
}

.center-single-pricing {
  background: #2f2d53 !important;
  margin-top: -30px;
}
.center-single-pricing .pricing-top {
  padding: 50px 30px;
  text-align: center;
}
.center-single-pricing .pricing-top .pricing-name {
  color: #fff;
}
.center-single-pricing .pricing-top .pricing-rate {
  color: #fff;
}
.center-single-pricing .pricing-top .pricing-rate span {
  color: #fff;
}
.center-single-pricing .pricing-bottom .pricing-collections li p {
  color: #fff;
}

.toggle-btn {
  display: flex;
  gap: 16px;
  align-items: end;
  justify-content: center;
  padding-bottom: 90px;
}
.toggle-btn .day {
  color: #667085;
  font-size: 20px;
  font-family: Syne;
  font-weight: 600;
  line-height: 30px;
}
.toggle-btn .hour {
  color: #344054;
  font-size: 20px;
  font-family: Syne;
  font-weight: 600;
  line-height: 30px;
}
.toggle-btn input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.toggle-btn label {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  height: 26px;
  background: #d0d5dd;
  display: block;
  border-radius: 50px;
  position: relative;
  margin-bottom: 0;
}
.toggle-btn label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90%;
  transition: 0.3s;
}
.toggle-btn input:checked + label {
  background: #ff5b2e;
}
.toggle-btn input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}
.toggle-btn label:active:after {
  width: 30px;
}

/*=========================================================================================
    Pricing CSS End
 ==========================================================================================*/
/*=========================================================================================
    Blog Details CSS Start
 ==========================================================================================*/
.bd-track-collection li {
  margin-bottom: 24px;
  padding-left: 24px;
  position: relative;
}
.bd-track-collection li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #ff5042;
  top: 12px;
  left: 0;
}
.bd-track-collection li .track-title {
  color: var(--gray-900, #140a09);
  font-size: 36px;
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.54px;
  margin-bottom: 12px;
}

.bd-track-collection li .text-bold {
  color: #140a09;
  font-size: 20px;
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  padding: 24px 0;
}

.blog-details-top {
  margin-bottom: 30px;
}

.bd-post {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
}

.bd-post-desc {
  display: flex;
  gap: 12px;
}

.bd-post p {
  color: #140a09;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.bd-content-title {
  color: var(--neutrals-2, #23262f);
  font-family: Syne;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.54px;
  margin-bottom: 18px;
}

.blog-details-content .text {
  color: #433b3a;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.bds-title {
  color: #23262f;
  font-family: Syne;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.36px;
  margin-bottom: 12px;
}

.bds-text {
  color: var(--gray-700, #433b3a);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.bd-socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bd-social-collection {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bd-social-collection li a {
  border-radius: 40px;
  border: 1px solid var(--primary-300, #ffeeec);
  background: var(--primary-200, #fff6f6);
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff5042;
}

.bd-socials p {
  color: #140a09;
  font-family: Syne;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0.45px;
}

.form-top-title {
  color: #23262f;
  font-family: Syne;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.54px;
  margin-bottom: 8px;
}

.form-top-text {
  color: var(--neutrals-4, #777e90);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.form-title-2 {
  margin-bottom: 24px;
}

.bd-single-part {
  margin-bottom: 18px;
}

.single-review.mb-4 {
  display: flex;
  gap: 12px;
}

.review-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.review-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.review-time .review-day {
  color: #726c6b;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.review-dot {
  color: #726c6b;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.reviewer-name {
  color: var(--gray-900, #140a09);
  font-family: Syne;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 4px;
}

.reviewer-msg {
  color: #433b3a;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.bd-side-box {
  background: #fff6f6;
  padding: 30px;
  margin-bottom: 24px;
}

.bd-side-title {
  color: #0e1941;
  font-family: Syne;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.36px;
  margin-bottom: 12px;
}

.bd-search {
  position: relative;
}

.bd-search .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px 20px;
}

.cat-collection li {
  color: var(--gray-900, #0e1941);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 16px;
  padding: 24px;
  background: #fff;
}

.cat-collection li span {
  color: var(--gray-500, #9fa3b3);
}

.single-pb-list.mb-4 {
  display: flex;
  gap: 8px;
}

.pb-img {
  width: 80px;
  height: 80px;
  display: inline-block;
}

.pb-content .pb-tag {
  color: var(--primary-900, #ff5042);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 8px;
}

.pb-title {
  display: inline-block;
  color: var(--gray-900, #061c3d);
  font-family: Syne;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bd-post p svg {
  color: #ff5b2e;
}

/*=========================================================================================
    Blog Details CSS End
 ==========================================================================================*/
/*=========================================================================================
    Counter Up CSS Start
 ==========================================================================================*/
.counter-up-area {
  background: url("../images/counter-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.counter-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.single-counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
}

.counter-number {
  color: var(--gray-white, #fff);
  font-size: 72px;
  font-family: Syne;
  font-style: normal;
  font-weight: 700;
  line-height: 94px;
  letter-spacing: 1.08px;
}

.counter-category {
  color: #fff;
  font-size: 20px;
  font-family: Syne;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

/*=========================================================================================
    Counter Up CSS End
 ==========================================================================================*/
/*=========================================================================================
    Mission CSS Start
 ==========================================================================================*/
.mission-img-box {
  position: relative;
  width: 460px;
  height: 580px;
  border-radius: 20px;
}
.mission-img-box .mission-lg {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.mission-img-box .mission-sm-img-1 {
  position: absolute;
  content: "";
  top: 75px;
  right: -125px;
  width: 200px;
  height: 220px;
  border-radius: 8px;
  padding: 4px;
  background: #fbeded;
}
.mission-img-box .mission-sm-img-2 {
  position: absolute;
  content: "";
  bottom: -75px;
  right: -60px;
  width: 200px;
  height: 250px;
  border-radius: 8px;
  padding: 4px;
  background: #fff;
}

.progressbar-box {
  width: 100%;
}
.progressbar-box .single-progressbar .progressbar-title {
  color: #344054;
  font-size: 16px;
  font-family: Inter;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 8px;
}
.progressbar-box .single-progressbar .progress-bar {
  background-color: #ff5b2e;
}
.progressbar-box .single-progressbar .progress {
  height: 8px;
  background-color: #ffded5;
}

.mission-writter {
  display: flex;
  gap: 12px;
  align-items: center;
}
.mission-writter .mission-img {
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 50%;
}
.mission-writter .mission-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mission-writter .mission-img .writter-text h4 {
  color: #344054;
  font-size: 18px;
  font-family: Inter;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 8px;
}
.mission-writter .mission-img .writter-text p {
  color: #98a2b3;
  font-size: 12px;
  font-family: Inter;
  font-weight: 500;
  line-height: 100%;
}

/*=========================================================================================
    Mission CSS End
 ==========================================================================================*/
/*=========================================================================================
User All Form Page Start
 ==========================================================================================*/
.user-common {
  padding-top: 80px;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto;
  min-height: 90vh;
}

.sign-up-bg {
  background-image: url(../images/login-bg.html);
}

.sign-in-bg {
  background-image: url(../images/sign-in-bg.html);
}

.user-profile-form {
  padding: 70px 60px;
  background: #fff;
  border-radius: 20px;
}

.user-lg-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 62px;
  color: #0a033c;
}

.form-top-box .form-name {
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  color: #0a033c;
  margin-bottom: 12px;
}

.form-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #6c688a;
}

.form-top-box {
  margin-bottom: 20px;
}

.google-signin-box a {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #d0d5dd;
  padding: 18px 0;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #394452;
}

.signUp-with-email {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #0a033c;
  position: relative;
  padding: 0 12px;
  display: inline-block;
}

.signUp-with-email::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: #d0d5dd;
  left: -200px;
  top: 16px;
}

.signUp-with-email::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: #d0d5dd;
  right: -200px;
  top: 16px;
}

.google-signin-box {
  overflow: hidden;
  margin-bottom: 32px;
  text-align: center;
}

.remember-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-bottom-box p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #a5abb3;
  text-align: center;
}

.form-bottom-box p a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #ff5b2e;
}

.form-bottom-box .form-check-label {
  font-weight: 400;
  font-size: 18px;
  color: #0a033c;
}

.forgot-pass {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #344054;
}

.forgot-pass:hover {
  color: #344054;
}

.psc-item {
  background: #e4e4e7;
  border-radius: 10px;
  width: 100px;
  height: 5px;
}

.pass-strong-check {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.remember-label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #344054;
  margin-bottom: 0;
}

.remember-pass {
  display: flex;
  align-items: center;
  gap: 8px;
}

.remember-label a {
  color: #ff5b2e;
}

.or-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}
.or-box .or-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 40px;
  text-align: center;
  background: #fff;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #394452;
}
.or-box .or-devider {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  margin-top: -10px;
}

/*=========================================================================================
    User All Form Page End
 ==========================================================================================*/
/*=========================================================================================
    Features CSS Start
 ==========================================================================================*/
.single-feature {
  display: flex;
  align-items: start;
  gap: 16px;
  margin-bottom: 30px;
}

.fc-title {
  font-family: "Syne";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #1d2939;
  margin-bottom: 8px;
}

.fc-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #667085;
}

.features-lg-img {
  position: relative;
  height: 700px;
  width: 570px;
  border-radius: 180px 0px 0px 20px;
  text-align: right;
  margin-left: auto;
}
.features-lg-img .safe-box {
  bottom: 30px !important;
  left: 30px !important;
}

.features-lg {
  width: 100%;
  height: 100%;
  border-radius: 180px 0px 0px 20px;
  position: relative;
  z-index: 2;
}

.features-dot {
  position: absolute;
  content: "";
  top: -18px;
  left: -15px;
  z-index: 1;
}

.features-lg-img::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #ffefea;
  top: 18px;
  left: 18px;
  z-index: -1;
  border-radius: 180px 0px 0px 20px;
}

.pet-care-img {
  width: 100%;
  height: 563px;
  border-radius: 200px;
  overflow: hidden;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  border: 5px solid #ff5b2e;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.pet-care-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.features-img-box {
  width: 60px;
  height: 60px;
}

/*=========================================================================================
    Features CSS End
 ==========================================================================================*/
/*=========================================================================================
    Keyframes CSS Start
 ==========================================================================================*/
@keyframes spinnerRotateone {
  0% {
    transform: rotate(0deg) translateY(30px);
  }
  100% {
    transform: rotate(160deg) translateY(30px);
  }
}
@keyframes slideInnew3 {
  0% {
    transform: translate(-30px, -100px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slideInnew4 {
  0% {
    transform: translate(30px, 0px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scrollup {
  0% {
    transform: translate(0px, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes roket {
  0% {
    transform: translate(0px, -70px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin2 {
  0% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes years {
  50% {
    transform: scale(1.5);
  }
}
/*=========================================================================================
    Keyframes CSS End
 ==========================================================================================*/
@media screen and (max-width: 1600px) {
  .counter-number {
    font-size: 60px;
    line-height: 90px;
  }
}
@media screen and (max-width: 1440px) {
  .column-2 {
    -moz-columns: 1;
    columns: 1;
  }
  .nav-tabs .nav-link {
    font-size: 22px;
    padding: 0 40px 16px 40px;
  }
  .single-work {
    margin-bottom: 37px;
  }
}
@media screen and (max-width: 1400px) {
  .error-page .error-page-content .error-title {
    font-size: 55px;
  }
  .form-title {
    font-size: 30px;
  }
  .form-title-icon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .counter-number {
    font-size: 52px;
    line-height: 85px;
  }
  .process-icon {
    width: 80px;
    height: 80px;
  }
  .process-devider {
    margin-left: 40px;
  }
  .process-content h3 {
    font-size: 26px;
  }
  .info-content .info-title {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .page-banner-area {
    height: 480px;
  }
  .section-pb {
    padding-bottom: 50px;
  }
  .section-pt {
    padding-top: 50px;
  }
  .section {
    padding: 50px 0;
  }
  .hero-title-2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .hero-1 .hero-content h1 {
    font-size: 55px;
    line-height: 70px;
  }
  .hero-1 .hero-content {
    margin-bottom: 0;
  }
  .hero-title-2 {
    font-size: 40px;
  }
  .hero-2 {
    height: 700px;
  }
  .process-content p {
    font-size: 16px;
  }
  .slider-btn-box .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .info-content .info-title {
    font-size: 26px;
  }
  .footer-phone {
    font-size: 32px;
  }
  .counter-number {
    font-size: 52px;
    line-height: 85px;
  }
  .lp-title {
    font-size: 30px;
  }
  .single-counter {
    padding: 0;
  }
  .counter-up-area {
    padding: 40px 0;
  }
  .truck-trace {
    margin-top: 100px;
  }
  .single-services .services-title {
    font-size: 26px;
    line-height: 35px;
  }
  .subscibe-area-box .subscribe-cat {
    display: none;
  }
  .section-title {
    font-size: 40px;
    line-height: 55px;
  }
  .g-service .g-service-content h4 {
    font-size: 30px;
  }
  .single-choose .choose-title {
    font-size: 25px;
  }
  .single-contact-info .info-icon {
    width: 60px;
    height: 60px;
  }
  .header-2 {
    background: #000000 !important;
  }
  .hero-1 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .section-title {
    font-size: 36px;
    line-height: 50px;
  }
  .accordion-button {
    font-size: 22px;
  }
  .error-page .error-page-content .error-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 991px) {
  .help-img img,
  .logistics-details-img img {
    width: 100%;
  }
  .header-logo,
  .footer-logo {
    width: 180px;
  }
  .hero-2 {
    height: auto;
    padding-bottom: 50px;
  }
  .experince-service {
    gap: 16px;
    flex-direction: column;
    align-items: start;
  }
  .accordion-button {
    font-size: 20px;
  }
  .page-banner-area .banner-content h2 {
    font-size: 30px;
    padding-bottom: 18px;
  }
  .single-testimonial-2 .testimonial-text-2 {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .section {
    padding-bottom: 40px;
  }
  .section-pb {
    padding-bottom: 40px;
  }
  .subscibe-area-box .subscribe-box .subscribe-content h2 {
    font-size: 29px;
  }
  .truck-trace .trace-wrapper::after {
    display: none;
  }
  .truck-trace .trace-wrapper .single-trace-box {
    padding: 0;
  }
  .truck-trace .trace-wrapper {
    padding: 50px;
  }
  .section-title {
    font-size: 32px;
    line-height: 48px;
  }
  .client-wrapper {
    justify-content: start;
  }
  .hero-1 .hero-content {
    padding: 0;
  }
  .location-icon {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .hero-1 .hero-content h1 {
    font-size: 45px;
    line-height: 65px;
  }
  .cost-box .cost-title,
  .cost-box .cost-number {
    font-size: 20px;
  }
  .hero-1 .hero-content {
    height: 480px;
  }
  .single-counter-box h2 {
    font-size: 40px;
  }
  .hero-1 .hero-content h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .form-top-title {
    font-size: 30px;
  }
  .error-page .error-page-content .error-title {
    font-size: 34px;
  }
  .header-logo,
  .footer-logo {
    width: 170px;
  }
  .nav-tabs .nav-link {
    padding: 0 20px 16px 20px;
  }
  .form-check-label {
    font-size: 16px;
  }
  .form-checkbox-wrapper {
    gap: 24px;
  }
}
@media screen and (max-width: 575px) {
  .single-team .team-img {
    height: 400px;
  }
  .form-title {
    line-height: initial;
  }
  .cost-box,
  .cost-box .cost-number {
    height: 60px;
  }
  .cost-box .cost-title,
  .cost-box .cost-number {
    font-size: 18px;
  }
  .section-title-box-between {
    flex-direction: column;
    gap: 12px;
  }
  .hero-1 .hero-content h1 {
    font-size: 36px;
    line-height: 50px;
  }
  .single-work h3 {
    font-size: 24px;
  }
  .footer-phone {
    font-size: 26px;
  }
  .page-banner-area {
    height: 520px;
  }
  .btn {
    padding: 16px 20px;
  }
  .bd-socials p {
    font-size: 22px;
  }
  .bd-social-collection li a {
    width: 40px;
    height: 40px;
  }
  .error-page .error-page-content .error-title span .circle {
    display: none;
  }
  .error-page .error-page-content .error-title span {
    width: auto;
  }
  .error-page .error-page-content .error-title {
    font-size: 34px;
    line-height: 50px;
  }
  .lp-title {
    font-size: 30px;
  }
  .form-title {
    font-size: 24px;
  }
  .form-title-icon {
    display: none;
  }
  .subscibe-area-box .subscribe-box .subscribe-content h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
  .subscibe-area-box .subscribe-box .subscribe-content .subscribe-form-box {
    max-width: 408px;
    width: auto;
  }
  .service-content .service-title {
    font-size: 26px;
  }
}/*# sourceMappingURL=style.css.map */