.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Montserrat", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #FEFEFE;
  --bs-body-bg-rgb: 254, 254, 254;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #f69145;
  --bs-link-color-rgb: 246, 145, 69;
  --bs-link-decoration: none;
  --bs-link-hover-color: #FB5252;
  --bs-link-hover-color-rgb: 251, 82, 82;
  --bs-link-hover-decoration: none;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

:root {
  --pb-ff-body: 'Urbanist', sans-serif;
  --pb-ff-heading: 'Urbanist', serif;
  --pb-fw-normal: normal;
  --pb-fw-thin: 100;
  --pb-fw-elight: 200;
  --pb-fw-light: 300;
  --pb-fw-regular: 400;
  --pb-fw-medium: 500;
  --pb-fw-sbold: 600;
  --pb-fw-bold: 700;
  --pb-fw-ebold: 800;
  --pb-fw-black: 900;
  --pb-fs-body: 16px;
  --pb-fs-p: 16px;
  --pb-fs-h1: 48px;
  --pb-fs-h2: 38px;
  --pb-fs-h3: 30px;
  --pb-fs-h4: 18px;
  --pb-fs-h5: 16px;
  --pb-fs-h6: 14px;
  --pb-color-common-white: #ffffff;
  --pb-color-common-black: #000000;
  --pb-color-common-yellow: #FF9D15;
  --pb-color-common-yellow-2: #FF5E14;
  --pb-color-common-purple: #657EFF;
  --pb-color-heading-primary: #221F3F;
  --pb-color-text-body: #6D6C79;
  --pb-color-theme-primary: #FB5252;
  --pb-color-theme-secondary: #57D288;
  --pb-color-gradient-1: linear-gradient(81deg, #E8411D 0%, #FAAC52 100%);
  --pb-color-gradient-2: linear-gradient(80deg, #47479F 0%, #9191D7 100%);
  --pb-color-grey-1: #F4F5F9;
  --pb-color-border-1: rgba(109, 108, 121, 0.2);
  --pb-color-border-2: rgba(15, 27, 36, 0.1);
  --pb-color-border-3: rgba(255, 255, 255, 0.1);
  --pb-color-border-4: rgba(109, 108, 121, 0.5);
  --pb-color-shadow-1: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}

/*-----------------------------------------------------------------------------------

    Template Name: Optiboom - Digital Marketing & SEO Agency HTML5 Template
    Author: RRDevs
    Support: rubelmah55@gmail.com
    Description: Optiboom - Digital Marketing & SEO Agency HTML5 Template
    Version: 1.0

-----------------------------------------------------------------------------------


/************ TABLE OF CONTENTS ***************

	01. Theme Default CSS
	02. background CSS
	03. buttons css

**********************************************/
/**----------------------------------------
START: Theme Default CSS
----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/**
	Typography CSS
*/
body {
  font-family: var(--pb-ff-body);
  font-size: 16px;
  line-height: 1.563;
  font-weight: 500;
  color: var(--pb-color-text-body);
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a,
a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--pb-ff-heading);
  color: var(--pb-color-heading-primary);
  margin-top: 0px;
  font-weight: var(--pb-fw-sbold);
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

h1 {
  font-size: var(--pb-fs-h1);
}

h2 {
  font-size: var(--pb-fs-h2);
}

h3 {
  font-size: var(--pb-fs-h3);
}

h4 {
  font-size: var(--pb-fs-h4);
}

h5 {
  font-size: var(--pb-fs-h5);
}

h6 {
  font-size: var(--pb-fs-h6);
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--pb-ff-body);
  font-size: 16px;
  font-weight: var(--pb-fw-medium);
  color: var(--pb-color-text-body);
  margin-bottom: 15px;
  line-height: 25px;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

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

.slick-list.draggable {
  cursor: grab;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

ul {
  display: block;
  padding: 0;
  margin: 0;
}

*::-moz-selection {
  background: var(--pb-color-common-black);
  color: var(--pb-color-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--pb-color-common-black);
  color: var(--pb-color-common-white);
  text-shadow: none;
}

::selection {
  background: var(--pb-color-common-black);
  color: var(--pb-color-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--pb-color-common-black);
  font-size: var(--pb-fs-body);
  opacity: 1;
}

*::placeholder {
  color: var(--pb-color-common-black);
  font-size: var(--pb-fs-body);
  opacity: 1;
}

/**
 	Common Classes CSS
*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.b-radius {
  border-radius: 6px;
}

.pb-10 {
  margin-top: 10px;
}

.pb-15 {
  margin-top: 15px;
}

.pb-20 {
  margin-top: 20px;
}

.pb-25 {
  margin-top: 25px;
}

.pb-30 {
  margin-top: 30px;
}

.pb-35 {
  margin-top: 35px;
}

.pb-40 {
  margin-top: 40px;
}

.pb-45 {
  margin-top: 45px;
}

.pb-50 {
  margin-top: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pt-180 {
  padding-top: 180px;
}
@media only screen and (max-width: 991px) {
  .pt-180 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-180 {
    padding-top: 50px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 50px;
  }
}

.pt-115 {
  padding-top: 115px;
}
@media only screen and (max-width: 991px) {
  .pt-115 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-115 {
    padding-top: 50px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 50px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media only screen and (max-width: 991px) {
  .pt-90 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-90 {
    padding-top: 50px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media only screen and (max-width: 991px) {
  .pt-80 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 50px;
  }
}

.pt-70 {
  padding-top: 70px;
}
@media only screen and (max-width: 991px) {
  .pt-70 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-70 {
    padding-top: 50px;
  }
}

.pb-180 {
  padding-bottom: 180px;
}
@media only screen and (max-width: 991px) {
  .pb-180 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-180 {
    padding-bottom: 50px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 50px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-90 {
    padding-bottom: 50px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .pb-80 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .pb-70 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-70 {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .md-pb-20 {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .md-pb-30 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .md-pb-40 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .md-pb-50 {
    padding-bottom: 50px;
  }
}

.overlay {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-grey {
  background-color: var(--pb-color-grey-1);
}

.bg-dark-1 {
  background-color: #1d1d1d;
}

.bg-dark-light {
  background-color: #212121;
}

.container {
  max-width: 1315px;
}

.bd-bottom {
  border-bottom: 1px solid var(--pb-color-border-1);
}

.overflow-h {
  overflow: hidden;
}

.section-heading {
  margin-bottom: 55px;
}
@media only screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 30px;
  }
}
.section-heading .sub-heading {
  color: var(--pb-color-common-yellow);
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.section-heading .section-title {
  font-size: 54px;
  line-height: 1.2;
  font-weight: 700;
  display: block;
  margin-bottom: 0;
  text-transform: capitalize;
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .section-heading .section-title {
    max-width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .section-heading .section-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .section-title {
    font-size: 28px;
    max-width: 350px;
  }
}
.section-heading .section-title span {
  background: linear-gradient(81deg, #f27d3b 0%, #f69145 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "clig" off, "liga" off;
  display: inline-block;
  position: relative;
}
.section-heading .section-title span:before {
  background-image: url(/themes/custom/drp/components/_global/assets/img/shapes/blog-text-shape.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: section-animation-2 3s infinite;
}
@media only screen and (max-width: 991px) {
  .section-heading .section-title span:before {
    bottom: -8px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .section-title span:before {
    bottom: -5px;
  }
}
.section-heading.white-content p,
.section-heading.white-content .section-title,
.section-heading.white-content .sub-heading {
  color: var(--pb-color-common-white);
}
.section-heading.heading-2 {
  margin-bottom: 30px;
}
.section-heading.heading-2 .section-title {
  margin: 0;
}
.section-heading.heading-3 .section-title span {
  background: linear-gradient(81deg, #221F3F 100%, #221F3F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "clig" off, "liga" off;
}
.section-heading.heading-3 .section-title span:before {
  background-image: url(../img/shapes/blog-text-shape-2.png);
  bottom: -13px;
}
.section-heading.heading-3 p {
  margin-top: 20px;
}
.section-heading.heading-4 .sub-heading {
  color: var(--pb-color-theme-secondary);
}
.section-heading.heading-4 .section-title {
  max-width: 600px;
  width: 100%;
  margin: 0;
}
.section-heading.sub-heading-color .sub-heading {
  color: var(--pb-color-theme-primary);
}

@keyframes section-animation-2 {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
.read-more {
  display: inline-block;
}

.gradient-text {
  background: linear-gradient(81deg, #E8411D 0%, #FAAC52 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "clig" off, "liga" off;
}

.gradient-text-2 {
  background: linear-gradient(80deg, #47479F 0%, #9191D7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pagination-wrap {
  text-align: center;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .pagination-wrap {
    margin-top: 30px;
  }
}
.pagination-wrap .pagination-list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  column-gap: 10px;
}
.pagination-wrap .pagination-list li a {
  background-color: rgba(254, 86, 36, 0.1);
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--pb-color-theme-primary);
}
.pagination-wrap .pagination-list li a:hover {
  background-color: var(--pb-color-theme-primary);
  color: var(--pb-color-common-white);
}
.pagination-wrap .pagination-list li.active a {
  background-color: var(--pb-color-theme-primary);
  color: var(--pb-color-common-white);
}

@media (min-width: 992px) {
  .sticky-widget {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
  }
}
@media screen and (max-width: 800px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important;
  }
}
/*Scrool Up*/
#scrollup {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  overflow: hidden;
  z-index: 999;
}

.scroll-to-top {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: var(--pb-color-theme-primary);
  font-size: 20px;
  padding: 0;
  line-height: 40px;
  color: var(--pb-color-common-white);
  border-radius: 5px;
  outline: none;
  text-decoration: none;
  transform: translateY(150%);
  transition: all 0.3s ease-in-out;
}

#scrollup.show {
  opacity: 1;
}

#scrollup.show .scroll-to-top {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

/* Site Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader img {
  width: 70px;
}

/*  Custom Cursor */
@media (min-width: 992px) {
  .mt-cursor {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: fixed;
    left: 10px;
    top: 10px;
    user-select: none;
    pointer-events: none;
    visibility: hidden;
    z-index: 10000;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .mt-cursor:before {
    background: var(--pb-color-theme-primary);
    opacity: 1;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
  }
  .mt-cursor.cursor-grow:before {
    opacity: 0.7;
    transform: scale(1.5);
    transition: all 0.3s ease;
  }
  .mt-cursor.hide {
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 0.4s;
  }
  .mt-cursor.hide .inner {
    transform: scale(0.1);
    transition: transform 0.3s ease;
  }
}
:root {
  --pb-ff-body: 'Urbanist', sans-serif;
  --pb-ff-heading: 'Urbanist', serif;
  --pb-fw-normal: normal;
  --pb-fw-thin: 100;
  --pb-fw-elight: 200;
  --pb-fw-light: 300;
  --pb-fw-regular: 400;
  --pb-fw-medium: 500;
  --pb-fw-sbold: 600;
  --pb-fw-bold: 700;
  --pb-fw-ebold: 800;
  --pb-fw-black: 900;
  --pb-fs-body: 16px;
  --pb-fs-p: 16px;
  --pb-fs-h1: 48px;
  --pb-fs-h2: 38px;
  --pb-fs-h3: 30px;
  --pb-fs-h4: 18px;
  --pb-fs-h5: 16px;
  --pb-fs-h6: 14px;
  --pb-color-common-white: #ffffff;
  --pb-color-common-black: #000000;
  --pb-color-common-yellow: #FF9D15;
  --pb-color-common-yellow-2: #FF5E14;
  --pb-color-common-purple: #657EFF;
  --pb-color-heading-primary: #221F3F;
  --pb-color-text-body: #6D6C79;
  --pb-color-theme-primary: #FB5252;
  --pb-color-theme-secondary: #57D288;
  --pb-color-gradient-1: linear-gradient(81deg, #E8411D 0%, #FAAC52 100%);
  --pb-color-gradient-2: linear-gradient(80deg, #47479F 0%, #9191D7 100%);
  --pb-color-grey-1: #F4F5F9;
  --pb-color-border-1: rgba(109, 108, 121, 0.2);
  --pb-color-border-2: rgba(15, 27, 36, 0.1);
  --pb-color-border-3: rgba(255, 255, 255, 0.1);
  --pb-color-border-4: rgba(109, 108, 121, 0.5);
  --pb-color-shadow-1: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}

/**
  Buttons CSS
*/
.pb-primary-btn {
  background-color: transparent;
  font-family: var(--pb-ff-heading);
  color: var(--pb-color-heading-primary);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 30px;
  text-transform: capitalize;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  border: 1px solid var(--pb-color-theme-secondary);
  border-radius: 30px;
  line-height: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pb-primary-btn:before {
  content: "";
  background-image: var(--pb-color-gradient-1);
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.pb-primary-btn:hover {
  color: var(--pb-color-common-white);
  font-weight: 600;
  border: 1px solid transparent;
}
.pb-primary-btn:hover:before {
  height: 100%;
}
.pb-primary-btn i {
  font-size: 12px;
  margin-left: 5px;
}

.pb-primary-btn.primary-2 {
  background: linear-gradient(80deg, #47479F 0%, #9191D7 100%);
  border: none;
  color: var(--pb-color-common-white);
}
.pb-primary-btn.primary-3 {
  background: #FB5252;
  border: none;
  color: var(--pb-color-common-white);
}
.pb-primary-btn.primary-3:before {
  background: var(--pb-color-heading-primary);
}

body {
  background-color: #FEFEFE;
}
body p a {
  color: #f69145;
}
body p a img {
  max-width: 100%;
  height: auto;
}
body img {
  object-fit: cover;
}

.task-menu {
  display: flex;
  padding-left: 0;
  border-bottom: 1px solid #e8e8e8;
}
.task-menu li {
  list-style-type: none;
  padding: 6px 10px;
}
.task-menu li a {
  position: relative;
  padding: 5px 0;
}
.task-menu li a.is-active {
  color: #5E5E63;
  border-bottom: 2px solid #5E5E63;
}
.task-menu img {
  object-fit: cover;
}
.task-menu .task-menu {
  display: flex;
  padding-left: 0;
  border-bottom: 1px solid #e8e8e8;
}
.task-menu .task-menu li {
  list-style-type: none;
  padding: 6px 10px;
}
.task-menu .task-menu li a {
  position: relative;
  padding: 5px 0;
}
.task-menu .task-menu li a.is-active {
  color: #5E5E63;
  border-bottom: 2px solid #5E5E63;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #aaaaaa;
}

.container .container {
  padding: 0;
}

.submit-btn-lilac {
  color: var(--pb-color-common-white);
  padding: 20px 30px;
  border-radius: 999px;
  border: 1px solid transparent;
  background-color: transparent;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.submit-btn-lilac:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--pb-color-gradient-2);
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.submit-btn-lilac:hover {
  color: var(--pb-color-text-body);
  border: 1px solid var(--pb-color-common-purple);
}
.submit-btn-lilac:hover:before {
  visibility: hidden;
  opacity: 0;
}

.row-equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row-equal > [class*=col-] {
  display: flex;
}
.row-equal > [class*=col-] > div {
  width: 100%;
}

.pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .pagination-wrap {
    margin-bottom: 40px;
  }
}
.pagination-wrap li.is-active a {
  background-color: var(--pb-color-theme-primary);
  color: var(--pb-color-common-white);
}
.pagination-wrap li:not(:last-of-type) {
  margin-right: 15px;
}
.pagination-wrap li a {
  color: var(--pb-color-heading-primary);
  font-size: 25px;
  line-height: 1;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pb-color-border-1);
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.pagination-wrap li a:before {
  content: "";
  background-image: var(--pb-color-gradient-1);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
  visibility: hidden;
  border-radius: 5px;
  opacity: 0;
}
.pagination-wrap li a:hover {
  color: var(--pb-color-common-white);
}
.pagination-wrap li a:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 767.98px) {
  .paragraph--type--prg-text img {
    width: 100%;
    height: 100%;
  }
}

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