*,
::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: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", 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 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #667085;
}


/*=========================================================================================
    Typography CSS End
 ==========================================================================================*/


/*=========================================================================================
    Mixins CSS Start
 ==========================================================================================*/

.my-font {
    font-size: 18px;
}


/*=========================================================================================
    Mixins CSS End
 ==========================================================================================*/


/*=========================================================================================
    Button CSS Start
 ==========================================================================================*/

.btn {
    padding: 16px 30px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    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;
}

.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-white {
    color: #2f2d53;
    background-color: #fff;
    border: 1px solid #fff;
}

.btn-white:hover {
    color: #2f2d53;
    background-color: #fff;
    border: 1px solid #fff;
}


/*=========================================================================================
    Button CSS End
 ==========================================================================================*/


/*=========================================================================================
    Global CSS Start
 ==========================================================================================*/

html,
body {
    background: #fffaf5;
}

.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-lightPink {
    background: #fffaf5;
}

.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: #ff5b2e;
}

.slick-slider {
    margin: 0 10px;
    padding: 0;
}

.slick-slide {
    margin: 0 10px;
    padding: 0;
}

.slick-dots {
    bottom: -40px !important;
}


/* Page Title Box Start */

.page-banner {
    padding: 20px;
}

.page-title-area {
    border-radius: 30px;
    padding: 30px;
    height: 450px;
    position: relative;
    overflow: hidden;
}

.page-title-box {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-bg {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #ffffff;
    position: relative;
    z-index: 4;
    margin-bottom: 12px;
}

.breadcrumb-item a {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    display: inherit;
}

.page-breadcrumb {
    position: relative;
    z-index: 4;
}

.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.page-breadcrumb .breadcrumb-item.active {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}


/* Page Title Box End */


/* Form */

label {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #1d2939;
    margin-bottom: 12px;
}

.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;
}

.shop-p-filter.form-select {
    border: 0;
    background: transparent;
    width: 70%;
}

.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: "Roboto";
    font-style: normal;
    font-weight: 400;
    padding: 18px 22px;
    background: #f2f4f7;
    border: 1px solid #e4e7ec;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

::-moz-placeholder {
    color: #98a2b3;
}

::placeholder {
    color: #98a2b3;
}

.form-select {
    color: #98a2b3 !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;
}

.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;
}


/*=========================================================================================
    Global CSS End
 ==========================================================================================*/


/*=========================================================================================
    Header CSS Start
 ==========================================================================================*/

.header {
    background: #fff7f5;
    padding: 4px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header.sticky {
    position: sticky;
}

.navbar-expand-xl {
    padding: 18px 0;
}

.navbar-expand-xl .navbar-nav {
    gap: 24px;
}

.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: "Roboto";
    line-height: 26px;
}

.navbar-expand-xl .navbar-nav .active {
    color: #ff5b2e !important;
}

.navbar-expand-xl .navbar-nav .dropdown-item {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 12px;
    margin-bottom: 2px;
}

.navbar-expand-xl .navbar-nav .dropdown-item:focus,
.navbar-expand-xl .navbar-nav .dropdown-item:hover {
    color: #fff !important;
    background-color: #ff5b2e !important;
}

.navbar-expand-xl .navbar-nav .dropdown-item.active,
.navbar-expand-xl .navbar-nav .dropdown-item:active {
    background-color: #ff5b2e !important;
    color: #fff !important;
}

.navbar-expand-xl .header-buttons .btn {
    padding: 10px 24px;
}

.navbar-collapse {
    flex-grow: inherit;
}

.header-2 {
    background: transparent;
    margin-top: 50px;
}

.header-2 .navbar.navbar-expand-xl {
    padding: 12px 10px;
    background: #fff;
    border-radius: 8px;
}


/*=========================================================================================
    Header CSS End
 ==========================================================================================*/


/*=========================================================================================
    Hero CSS Start
 ==========================================================================================*/

.hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 120px 0 80px 0;
}

.hero .hero-area {
    position: relative;
    z-index: 2;
}

.hero .hero-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: start;
}

.hero .hero-content .hero-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 68px;
    color: #2f2d53;
}

.hero .hero-content .hero-text {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #667085;
}

.hero .hero-content .happy-client-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero .hero-content .happy-client-box .hc-img-box {
    display: flex;
    align-items: center;
}

.hero .hero-content .happy-client-box .hc-single-img {
    margin-left: -16px;
}

.hero .hero-content .happy-client-box .hc-single-img:first-child {
    margin-left: 0;
}

.hero .hero-content .happy-client-box .hc-text-box h4 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #1d2939;
}

.hero .hero-content .happy-client-box .hc-text-box p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #475467;
}

.hero-1 {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 160px;
}

.hero-1 .hero-1-bg {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-2 {
    background: #ffded5;
    padding: 180px 0 80px 0;
}

.hero-2 .hero-content .hero-text {
    width: 80%;
}

.safe-icon-box {
    width: 70px;
    height: 70px;
    background: #fff0ee;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.hero-img-box-2 {
    position: relative;
    width: 100%;
}

.hero-img-box-2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.safe-box {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    padding: 15px;
    width: 270px;
    position: absolute;
    content: "";
    bottom: 125px;
    left: -80px;
    border-radius: 0px 15px;
    background: #fff;
    box-shadow: 1px 6px 15px 0px rgba(87, 87, 87, 0.1), -2px -1px 8px 0px rgba(154, 154, 154, 0.06);
    z-index: 3;
}

.safe-content {
    text-align: left;
}

.safe-content h4 {
    color: #344054;
    font-size: 24px;
    font-family: Syne;
    font-weight: 700;
    line-height: 34px;
}

.safe-content p {
    color: #475467;
    font-size: 16px;
    font-family: Syne;
    font-weight: 500;
    line-height: 34px;
}


/*=========================================================================================
    Hero CSS End
 ==========================================================================================*/


/*=========================================================================================
    About Us CSS Start
 ==========================================================================================*/

.about-us-img-box {
    width: 100%;
	height: auto;
    border-radius: 18px;
    position: relative;
}

.about-us-img-box .aui-lg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    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-service {
    background: #fffaeb;
    box-shadow: 1px 2px 4px rgba(156, 156, 156, 0.08);
    border-radius: 15px;
    padding: 24px 18px;
    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;
	height: 100%;
}
.single-service .single-service-img img {
    height: 80px;
    width: auto;
}

.single-service .single-service-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    display: flex;
    align-items: center;
    color: #1d2939;
    margin-bottom: 8px;
    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;
}

.single-service .single-service-text {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #667085;
    margin-bottom: 16px;
    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;
}

.single-service .btn-details {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #475467;
    gap: 4px;
    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;
}

.single-service:hover {
    cursor: pointer;
    background: #ff5b2e;
}

.single-service:hover .single-service-title {
    color: #fff;
}

.single-service:hover .single-service-text {
    color: #fff;
}

.single-service:hover .btn-details {
    color: #fff;
}

.single-service-3 {
    border-radius: 15px;
    background: var(--secondary-10, #fffaeb);
    box-shadow: 1px 2px 4px 0px rgba(156, 156, 156, 0.08);
    display: flex;
    padding: 24px 18px;
    justify-content: center;
    align-items: center;
    gap: 18px;
    border: 2px solid var(--secondary-10, #fffaeb);
    flex-direction: column;
    transition: 0.3s ease all;
}

.single-service-3:hover {
    border: 2px solid #ffbdab;
    box-shadow: 3px 5px 12px 0px rgba(124, 124, 124, 0.08);
    cursor: pointer;
}

.single-service-3 .single-service-title {
    color: #1d2939;
    font-size: 24px;
    font-family: Syne;
    font-weight: 700;
    line-height: 34px;
}

.single-service-3 .single-service-text {
    color: #667085;
    text-align: center;
    font-size: 14px;
    font-family: "Roboto";
    line-height: 24px;
}

.single-service-3 .btn-details {
    color: #475467;
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 500;
    line-height: 24px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.single-services-2 {
    background: #fffaeb;
    box-shadow: 1.34483px 2.68966px 5.37931px rgba(156, 156, 156, 0.08);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 30px;
    padding: 30px;
}

.services-name {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    display: flex;
    align-items: center;
    color: #1d2939;
}

.services-text {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #667085;
}

.services-btn {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #475467;
    gap: 10px;
}


/*=========================================================================================
    Services CSS End
 ==========================================================================================*/


/*=========================================================================================
    Team CSS Start
 ==========================================================================================*/

.single-team {
    cursor: pointer;
}

.single-team .team-img-box {
    width: 100%;
    height: 300px;
}

.single-team .team-img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-team .team-content {
    padding: 20px;
    background: #fff;
    box-shadow: 1px 1px 8px rgba(102, 102, 102, 0.1);
    text-align: center;
    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;
}

.single-team .team-content .team-name {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #344054;
    text-align: center;
    margin-bottom: 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;
}

.single-team .team-content .team-designation {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    line-height: 100%;
    color: #667085;
    margin-bottom: 16px;
    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;
}

.single-team .team-content .team-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.single-team .team-content .team-social li a {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #667085;
    border-radius: 50%;
    font-style: 14px;
    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;
}

.single-team:hover .team-content {
    background: #ff5b2e;
}

.single-team:hover .team-content .team-name {
    color: #fff;
}

.single-team:hover .team-content .team-designation {
    color: #fff;
}

.single-team:hover .team-content .team-social li a {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff5b2e;
    background: #fff;
}

.single-team-member {
    padding: 26px;
    background: #ffffff;
    box-shadow: 1px 2px 5px rgba(132, 132, 132, 0.06);
    border-radius: 30px;
}

.single-team-member .teams-img-box {
    height: 360px;
    margin-bottom: 24px;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
}

.single-team-member .teams-img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-team-member .teams-img-box .teams-socials {
    position: absolute;
    content: "";
    bottom: 25px;
    right: -100px;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
}

.single-team-member .teams-img-box .teams-socials li a {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.5803921569);
    margin-bottom: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #344054;
    transition: 0.3s ease all;
}

.single-team-member .teams-img-box .teams-socials li a:hover {
    background: orange;
    color: #fff;
}

.single-team-member .teams-content-box .teams-member-name {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #344054;
    text-align: center;
    margin-bottom: 4px;
    display: block;
}

.single-team-member .teams-content-box .teams-member-designation {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #667085;
    text-align: center;
}

.single-team-member:hover .teams-socials {
    position: absolute;
    content: "";
    right: 25px;
}

.team-slider .single-team-member .teams-img-box {
    height: 260px !important;
}


/*=========================================================================================
    Team CSS End
 ==========================================================================================*/


/*=========================================================================================
    Testimonial CSS Start
 ==========================================================================================*/

.testimonial-rating-collection li {
    color: #fdc639;
    font-size: 18px;
}

.testimonial-rating-collection {
    display: flex;
    align-items: center;
    gap: 4px;
}

.testimonial-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #344054;
}

.testimonial-msg {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #667085;
}

.testiomonial-bottom .testimonial-author {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #344054;
}

.testiomonial-bottom {
    display: flex;
    justify-content: space-between;
}

.testiomonial-top {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.single-testimonial {
    background: #ffffff;
    border-radius: 0px 30px 0px 30px;
    padding: 50px 30px;
    -webkit-border-radius: 0px 30px 0px 30px;
    -moz-border-radius: 0px 30px 0px 30px;
    -ms-border-radius: 0px 30px 0px 30px;
    -o-border-radius: 0px 30px 0px 30px;
    position: relative;
    z-index: 3;
}

.single-testimonial-2 {
    border-radius: 10px;
    border: 1px solid #ff7c58;
    background: #fff;
    padding: 50px 24px 30px 24px;
    position: relative;
    margin-top: 50px;
}

.single-testimonial-2 .testimonial-quote-2 {
    position: absolute;
    content: "";
    top: 18px;
    right: 18px;
}

.single-testimonial-2 .testimonial-img-2 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #ff5b2e;
    margin-top: -85px;
    margin-bottom: 24px;
}

.testimonial-content .testimonial-writter-2 {
    margin-bottom: 18px;
}

.testimonial-content .testimonial-writter-2 h3 {
    color: #101828;
    font-size: 18px;
    font-family: "Roboto";
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 8px;
}

.testimonial-content .testimonial-writter-2 p {
    color: #667085;
    font-size: 12px;
    font-family: "Roboto";
    font-weight: 500;
    line-height: 100%;
}

.testimonial-content .testimonial-title-2 {
    color: #344054;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 8px;
}

.testimonial-content .testimonial-text-2 {
    color: #667085;
    font-size: 14px;
    font-family: "Roboto";
    line-height: 24px;
}


/*=========================================================================================
    Testimonial CSS End
 ==========================================================================================*/


/*=========================================================================================
    Section Title CSS Start
 ==========================================================================================*/

.section-title-box {
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.section-title-box .section-sm-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #ff5b2e;
    margin-bottom: 8px;
}

.section-title-box .section-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #2f2d53;
    text-align: center;
}

.section-side-span {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #ff5b2e;
    position: relative;
    padding-left: 40px;
}

.section-side-span::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background: #ff5b2e;
    left: 7px;
    border-radius: 77px;
}

.section-side-span::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff5b2e;
    left: 0;
}

.section-content-box {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: start;
}

.section-side-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    display: flex;
    align-items: center;
    color: #2f2d53;
}

.section-side-text {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #667085;
}

.section-side-list li {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #344054;
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-title-box.text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-side-title-box {
    margin-bottom: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-side-title-box h2 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #2f2d53;
    text-align: center;
}


/*=========================================================================================
    Section Title CSS End
 ==========================================================================================*/


/*=========================================================================================
    Blog CSS Start
 ==========================================================================================*/

.single-blog:hover .blog-img-box img {
    transform: scale(1.1);
}

.single-blog .blog-top {
    position: relative;
    width: 100%;
    height: 280px;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.single-blog .blog-top .blog-img-box {
    display: block;
    width: 100%;
    height: 100%;
}

.single-blog .blog-top .blog-img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
}

.single-blog .blog-top .blog-img-box:hover img {
    transform: scale(1.1);
}

.single-blog .blog-top .blog-cat {
    position: absolute;
    content: "";
    bottom: 14px;
    right: 14px;
    background: #ff5b2e;
    padding: 6px 14px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.single-blog .blog-content {
    background: #fff;
    padding: 24px 18px;
    box-shadow: 1px 1px 6px rgba(102, 102, 102, 0.08);
    border-radius: 0px 0px 15px 15px;
}

.single-blog .blog-content .blog-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #344054;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 24px;
    min-height: 60px;
    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;
}

.single-blog .blog-content .blog-title:hover {
    color: #ff5b2e;
}

.single-blog .blog-content .blog-date {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #667085;
}

.single-blog .blog-top .blog-cat {
    bottom: 10px;
    left: 10px;
    right: unset;
}

.blog-text {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #667085;
    margin-bottom: 20px;
}

.bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0 8px 0;
}

.blog-btn {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #667085;
    display: flex;
    align-items: center;
    gap: 8px;
    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-btn:hover {
    color: #ff5b2e;
}

.single-blog .blog-content .blog-title {
    margin-bottom: 8px;
}


/*=========================================================================================
    Blog CSS End
 ==========================================================================================*/


/*=========================================================================================
    Contact CSS Start
 ==========================================================================================*/

.home-contact-form {
    padding: 50px 48px;
    background: #fff;
    border-radius: 10px;
}

.home-contact-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #344054;
}

.contact-info-collection li {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #475467;
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-info-collection li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #ff5b2e;
    border-radius: 50%;
    color: #fff;
	min-width: 40px;
	min-height: 40px;
}

.working-hours-box {
    margin-top: 40px;
}

.working-hours-box .working-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    display: flex;
    align-items: center;
    color: #2f2d53;
    margin-bottom: 12px;
}

.working-hours-box .working-collection li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 12px;
}

.working-hours-box .working-collection li:last-child {
    margin-bottom: 0;
}

.working-hours-box .working-collection li .line-devider {
    position: absolute;
    content: "";
    width: 100%;
    border-top: 1px dashed #98a2b3;
    z-index: 1;
}

.working-hours-box .working-collection li .day-name {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #2b3a4b;
    position: relative;
    background: #fffaf5;
    z-index: 2;
    padding-right: 10px;
}

.working-hours-box .working-collection li .day-hours {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #2b3a4b;
    background: #fffaf5;
    z-index: 1;
    padding-left: 10px;
}

.contact-social {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 40px;
}

.contact-social li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease all;
    font-size: 18px;
    color: #fff;
    background: #667085;
}

.bg-pink .day-hours,
.bg-pink .day-name {
    background: #ffefea !important;
}

.bg-white .day-hours,
.bg-white .day-name {
    background: #fff !important;
}


/*=========================================================================================
    Contact CSS End
 ==========================================================================================*/


/*=========================================================================================
    Subscription CSS Start
 ==========================================================================================*/

.subscribe-box {
    position: relative;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffebaf;
    border-radius: 20px;
}

.subscribe-bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.subscribe-left {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    z-index: 1;
}

.subscribe-right {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    z-index: 1;
}

.subscribe-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    max-width: 480px;
    padding: 0 20px;
}

.subscribe-box h2 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #2f2d53;
}

.subscribe-box p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #ff5b2e;
}

.subscribe-form-box {
    height: 75px;
    width: 465px;
    position: relative;
}

.subscribe-form-box input {
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 12px;
}

.subscribe-form-box button {
    position: absolute;
    right: 8px;
    top: 7px;
}

.subscribe-box-2 {
    align-items: start !important;
    padding: 20px;
}

.subscribe-box-2 .subscribe-content {
    justify-content: start;
    align-items: start;
    max-width: 480px;
}

.subscribe-box-2 .subscribe-content h2 {
    text-align: left !important;
    color: #fff !important;
}

.subscribe-box-2 .subscribe-content .subscribe-form-box {
    width: 480px;
}

.subscribe-cat-2 {
    position: absolute;
    content: "";
    bottom: 0;
    right: 60px;
    z-index: 9;
}

.subscribe-2 {
    margin-bottom: -100px;
    position: relative;
    z-index: 2;
}


/*=========================================================================================
    Subscription CSS End
 ==========================================================================================*/


/*=========================================================================================
    Footer CSS Start
 ==========================================================================================*/

.footer-area {
    position: relative;
}

.footer-bg {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    top: 0;
    left: 0;
}

.row.footer-middle {
    position: relative;
    z-index: 3;
    padding: 80px 0;
}

.footer-content p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 30px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-social li a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease all;
    font-size: 18px;
    color: #fff;
    background: #667085;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-content {
    width: 80%;
}

.footer-menu .menu-category {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 18px;
}

.footer-menu-list li a {
    font-family: "Roboto";
    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: "Roboto";
    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: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #ffffff;
}

.footer-bottom-link a {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #ffffff;
}

.footer-bottom-link p {
    color: #fff;
}

.footer-2 .footer-area {
    position: relative;
    padding-top: 100px;
    z-index: 1;
}


/*=========================================================================================
    Footer CSS End
 ==========================================================================================*/


/*=========================================================================================
    404 Page Start
 ==========================================================================================*/

.error-page {
    padding-top: 160px;
}

.error-img {
    width: 100%;
}

.error-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 68px;
    color: #ff5b2e;
    margin-bottom: 8px;
}

.error-text {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #2f2d53;
    margin-bottom: 24px;
}

.error-page-content {
    margin-top: 45px;
}


/*=========================================================================================
    404 Page End
 ==========================================================================================*/


/*=========================================================================================
    FAQ Page Start
 ==========================================================================================*/

.accordion {
    --bs-accordion-bg: transparent;
}

.accordion-button {
    border: 0;
    border-radius: 8px;
    padding: 20px 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    display: flex;
    align-items: center;
    color: #475467;
    border-bottom: 1px solid #98a2b3;
    padding-left: 0;
    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-item {
    border: 0 !important;
}

.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 {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #6c688a;
    padding: 10px 0;
}


/*=========================================================================================
    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: "Roboto";
    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: "Roboto";
    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: "Roboto";
    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-tag {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #ffffff;
    background: #000;
    display: inline-block;
    padding: 6px 12px;
}

.bd-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    display: flex;
    align-items: center;
    color: #2f2d53;
}

.bd-writter-name {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #1d2939;
}

.bd-writter {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bd-pst {
    display: flex;
    gap: 8px;
    align-items: center;
}

.bd-pst p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #667085;
}

.bd-post-desc {
    display: flex;
    align-items: center;
    gap: 34px;
}

.blog-details-top {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;
    margin-bottom: 24px;
}

.bd-lg-img {
    border: 12px solid #fff;
    border-radius: 40px;
    max-height: 500px;
}

.bd-lg-img img {
    height: 100%;
    border-radius: 30px;
}

.bd-content-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    display: flex;
    align-items: center;
    color: #101828;
    margin-bottom: 12px;
}

.bd-content-text {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #667085;
}

.bd-content-collection {
    list-style: decimal;
    padding-left: 20px;
}

.bd-content-collection li {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #667085;
}

.bd-quote {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #475467;
    padding: 40px 34px;
    background: #fff5d7;
    border: 1px solid #98a2b3;
    border-radius: 20px;
    position: relative;
}

.bd-quote-img {
    position: absolute;
    content: "";
    bottom: 5px;
    right: 26px;
}

.bd-tags-box {
    display: flex;
    gap: 8px;
    align-items: center;
}

.bolg-details-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bd-socials p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #a5abb3;
}

.bd-tags-box ul {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bd-tags-box ul li {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #667085;
    padding: 5px 12px;
    background: #ffded5;
    border-radius: 50px;
}

.bd-socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bd-social-collection {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bd-social-collection li a {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #a5abb3;
    border-radius: 50%;
    color: #a5abb3;
    transition: 0.3s ease all;
}

.bd-social-collection li a:hover {
    color: #fff;
    background: #ff5b2e;
    border-color: #ff5b2e;
}


/*=========================================================================================
    Blog Details CSS End
 ==========================================================================================*/


/*=========================================================================================
    Happy Customer CSS Start
 ==========================================================================================*/

.happy-customer-area {
    background: url("../images/customer-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.customer-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.single-customer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
}

.customer-number {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 68px;
    text-align: center;
    color: #ffffff;
}

.customer-category {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #f2f4f7;
}


/*=========================================================================================
    Happy Customer 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: "Roboto";
    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: "Roboto";
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 8px;
}

.mission-writter .mission-img .writter-text p {
    color: #98a2b3;
    font-size: 12px;
    font-family: "Roboto";
    font-weight: 500;
    line-height: 100%;
}


/*=========================================================================================
    Mission CSS End
 ==========================================================================================*/


/*=========================================================================================
User All Form Page Start
 ==========================================================================================*/

.user-common {
    padding-top: 160px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;
    min-height: 90vh;
}

.sign-up-bg {
    background-image: url(../images/login-bg.png);
}

.sign-in-bg {
    background-image: url(../images/sign-in-bg.png);
}

.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: "Roboto";
    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: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #a5abb3;
    text-align: center;
}

.form-bottom-box p a {
    font-family: "Roboto";
    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: "Roboto";
    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: "Roboto";
    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: "Roboto";
    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: "Roboto";
    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: "Roboto";
    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
 ==========================================================================================*/


/*=========================================================================================
    Responsive CSS Start
 ==========================================================================================*/

@media screen and (max-width: 1600px) {
    .hero .hero-content .hero-title {
        font-size: 50px;
        line-height: 65px;
    }
}

@media screen and (max-width: 1400px) {
    .mission-img-box {
        width: 100%;
        height: auto;
    }
    .mission-img-box .mission-sm-img-1,
    .mission-img-box .mission-sm-img-2 {
        display: none;
    }
}

@media screen and (max-width: 1366px) {
    .section-content-box {
        gap: 24px;
    }
    .single-services-2 {
        gap: 20px;
    }
    .services-icon {
        width: 80px;
    }
    .services-name {
        font-size: 30px;
    }
    .section-side-title,
    .section-title-box .section-title,
    .section-side-title-box h2 {
        font-size: 42px;
        line-height: 50px;
    }
    .slider-btn-box .slick-arrow {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .about-us-img-box .aui-cat {
        right: -80px;
        width: 200px;
    }
    .safe-box {
        display: none;
    }
    .hero-1-bg {
        display: none;
    }
    .hero-1 {
        background: #ffded5;
        padding-bottom: 100px;
    }
    .accordion-body {
        padding: 10px 0;
    }
    .accordion-button {
        font-size: 20px;
        padding: 16px 0;
    }
    .accordion-body {
        font-size: 16px;
    }
    .navbar-expand-xl .navbar-nav {
        gap: 0px;
    }
    .bd-title {
        font-size: 36px;
    }
    .bd-writter-name {
        font-size: 18px;
    }
    .bd-pst p {
        font-size: 18px;
    }
    .page-title {
        font-size: 42px;
    }
    .aui-lg-3 {
        display: none;
    }
    .aui-lg-2 {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 1024px) {
    .subscribe-cat-2 {
        display: none;
    }
    .hero .hero-content .hero-title {
        font-size: 42px;
        line-height: 60px;
    }
    .section-title-box {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 992px) {
    .about-us-img-box-2 {
        width: 100%;
    }
    .features-dot {
        display: none;
    }
    .services-name {
        font-size: 26px;
    }
    .single-customer {
        padding: 30px 20px;
    }
    .customer-number {
        font-size: 40px;
        line-height: 55px;
    }
    .customer-category {
        font-size: 20px;
    }
    .aui-lg-2 {
        height: auto;
        width: 100%;
        border-radius: 20px;
    }
    .subscribe-left,
    .subscribe-right {
        display: none;
    }
    .single-blog .blog-top {
        height: 250px;
    }
    .slider-btn-box .slick-arrow {
        width: 45px;
        height: 45px;
    }
    .about-us-img-box,
    .features-lg-img {
        width: 100%;
        height: auto;
    }
    .about-us-img-box .aui-dot,
    .about-us-img-box .aui-cat,
    .features-sm-img {
        display: none;
    }
    .section-side-title,
    .section-title-box .section-title,
    .section-side-title-box h2 {
        font-size: 36px;
        line-height: 50px;
    }
    .bd-quote-img {
        bottom: 10px;
        width: 50px;
    }
}

@media screen and (max-width: 768px) {
    .section-side-title-box h2 {
        text-align: left;
    }
    .btn {
        padding: 10px 20px;
    }
    .subscribe-form-box {
        height: 64px;
    }
    .page-title {
        font-size: 36px;
    }
    .section-side-title,
    .section-title-box .section-title,
    .section-side-title-box h2 {
        font-size: 32px;
        line-height: 50px;
    }
    .bd-post-desc {
        gap: 20px;
    }
    .bd-writter-name {
        font-size: 14px;
    }
    .bd-lg-img {
        border: 5px solid #fff;
    }
    .bd-pst p {
        font-size: 14px;
    }
    .header-2 {
        margin-top: 20px;
    }
    .page-title-area {
        height: 400px;
    }
    .page-title-area {
        margin-top: 100px;
    }
    .subscribe-box-2 .subscribe-content .subscribe-form-box {
        width: 100%;
    }
    .testimonial-img-box img {
        width: 100%;
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 0px 30px 0px 30px;
    }
    .single-testimonial {
        padding: 30px;
    }
    .subscribe-form-box {
        width: 90%;
    }
    .bolg-details-bottom {
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }
    .bd-social-collection li a {
        border: 1px solid #a5abb3;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 12px;
    }
    .home-contact-title {
        font-size: 26px;
    }
    .working-hours-box .working-title {
        font-size: 26px;
    }
    .google-signin-box a {
        padding: 10px 0;
    }
}

@media screen and (max-width: 576px) {
    .section-side-title,
    .section-title-box .section-title,
    .section-side-title-box h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .hero .hero-content .hero-title {
        font-size: 36px;
        line-height: 55px;
    }
    .error-title {
        font-size: 45px;
    }
    .remember-box {
        gap: 8px;
    }
    .form-top-box .form-name {
        font-size: 32px;
    }
    .form-text {
        font-size: 18px;
    }
    .pricing-top {
        padding: 40px 30px;
    }
    .single-pricing .pricing-top .pricing-rate {
        font-size: 50px;
        line-height: 60px;
    }
    .section-title-box {
        margin-bottom: 30px;
    }
    .bd-pst {
        display: none;
    }
    .page-title-area {
        height: 320px;
    }
    .page-title {
        font-size: 42px;
    }
}

@media screen and (max-width: 480px) {
    .home-contact-title {
        font-size: 22px;
    }
    .working-hours-box .working-title {
        font-size: 22px;
    }
}


/*=========================================================================================
    Responsive CSS End
 ==========================================================================================*/


/*# sourceMappingURL=style.css.map */

a.navbar-brand.header-logo img {
    max-height: 100px;
}

#wpforms-47 {
    margin: 0;
    width: 100%;
}

#wpforms-47 form {
    width: 100%;
    position: relative;
}

#wpforms-47 input {
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 12px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    background: #f2f4f7;
    border: 1px solid #e4e7ec;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    max-width: unset;
}

#wpforms-47 .wpforms-submit-container {
    right: 8px;
    top: 21px;
    position: absolute;
    padding: 0;
    margin: 0;
}

#wpforms-47 .wpforms-submit-container button,
#wpforms-191 button {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 10px 30px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    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;
    color: #ffffff;
    background-color: #ff5b2e;
    border: 1px solid #ff5b2e;
    height: unset;
}

nav.rank-math-breadcrumb {
    z-index: 4;
}

nav.rank-math-breadcrumb * {
    color: #fff;
    font-weight: bold;
}

#wpforms-191 :is(input,
textarea) {
    font-style: normal;
    font-weight: 400;
    padding: 18px 22px;
    background: #f2f4f7;
    border: 1px solid #e4e7ec;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    width: 100%;
    max-width: unset;
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #212529;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}