/* @import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

:root {
  --alt-font: "Roboto", sans-serif;
  --primary-font: "Roboto", sans-serif;
   --safe-top: env(safe-area-inset-top, 0px);
}
/* ===================================
    02. CSS color variable
====================================== */
:root {
  --base-color: #009C70;
  --white: #ffffff;
  --black: #000000;
  --red: #dc3131;
  --light-red: #feedec;
  --green: #2ebb79;
  --crusoe-green: #d39121;
  --yellow: #ffea23;
  --dark-gray: #002b63;
  --medium-gray: #717580;
  --extra-medium-gray: #e4e4e4;
  --light-gray: #a8a8a8;
  --very-light-gray: #f7f7f7;
  --light-medium-gray: #eaeaeb;
  --charcoal-blue: #202329;
  --slate-blue: #262b35;
  --medium-slate-blue: #374162;
  --extra-medium-slate-blue: #23262d;
  --dark-slate-blue: #1f232c;
  --extra-dark-slate-blue: #121418;
  --extra-very-slate-blue: #161620;
  --tussock-yellow: #BC8947;
  --aluminium-grey: #80858F;
  --solitude-blue: #f0f4fd;
  --golden-yellow: #fd961e;
  --selago: #eaedff;
  --white-ice: #d8f5ef;
  --cornflower-blue: #445fed;
  --jade: #00AF6B;
  --orange: #ef991f;
  --majorelle-blue: #724ade;
  --light-majorelle-blue: #f2edfe;
  --spring-wood: #f9f6f3;
  --tropical-blue: #1ea3b1;
  --camarone: #20642b;
  --seal-brown: #0e0708;
  --Wasabi: #8ea63a;
}

.bg-dark-red {
  background-color: #D2093C;
}

/* ===================================
    03. Reset
====================================== */
.alt-font {
  font-family: var(--alt-font);
}

.primary-font {
  font-family: var(--primary-font) !important;
}

html {
  font-size: 16px;
}

body {
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--medium-gray);
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

section {
  padding-top: 130px;
  padding-bottom: 60px;
  /* padding-top: 110px;
  padding-bottom: 110px; */
}

section.half-section {
  padding-top: 0px;
  padding-bottom: 70px;
}

section.big-section {
  padding-top: 130px;
  padding-bottom: 130px;
}

section.extra-big-section {
  padding-top: 160px;
  padding-bottom: 160px;
}

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

ul li {
  list-style: none;
}

a {
  color: var(--medium-gray);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

a:hover {
  color: var(--base-color);
  text-decoration: none;
}

p {
  margin-bottom: 25px;
}

.last-paragraph-no-margin p:last-of-type {
    margin-bottom: 0;
    color: black;
    line-height: 100%;
    margin-top: 8px;
    font-weight: 600;
    font-size: 14px;
    text-align: start;
}

video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

:focus-visible {
  outline: none;
}

[class*=line-icon],
[class*=" line-icon"],
[class*=bi-],
[class*=feather],
[class*=ti-] {
  display: inline-block;
}

.form-control,
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-position: right 20px center !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545 !important;
}

.g-recaptcha.is-invalid iframe {
  border: 1px solid #dc3545 !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row>* {
  padding-right: 15px;
  padding-left: 15px;
}

.row.g-0 {
  margin-right: 0;
  margin-left: 0;
}

.row.g-0>* {
  padding-right: 0;
  padding-left: 0;
}

.row.gutter-very-small {
  margin-left: -5px;
  margin-right: -5px;
}

.row.gutter-very-small>* {
  padding-right: 5px;
  padding-left: 5px;
}

.row.gutter-small {
  margin-left: -10px;
  margin-right: -10px;
}

.row.gutter-small>* {
  padding-right: 10px;
  padding-left: 10px;
}

/* ===================================
    04. Typography
====================================== */
/* Heading */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 30px;
  letter-spacing: -0.5px;
  font-weight: inherit;
}

h1,
.h1 {
  font-size: 4.375rem;
  line-height: 4.375rem;
}

h2,
.h2 {
  font-size: 3.438rem;
  line-height: 3.438rem;
}

h3,
.h3 {
  font-size: 2.813rem;
  line-height: 3.125rem;
}

h4 {
  font-size: 2.375rem;
  line-height: 2.7rem;
}

h5 {
  font-size: 2rem;
  line-height: 2.2rem;
}

h6 {
  font-size: 1.75rem;
  line-height: 1.95rem;
}

/* Font custom */
.font-style-italic {
  font-style: italic;
}

.hover-text {
  display: none;
}

b,
strong {
  font-weight: 700;
}

.text-white-space-nowrap {
  white-space: nowrap;
}

.text-white-space-normal {
  white-space: normal;
}

.text-transform-none {
  text-transform: none !important;
}

.text-uppercase-inherit {
  text-transform: inherit !important;
}


.text-uppercase{
 text-transform: uppercase !important;
}

.word-break-normal {
  word-break: normal;
}

.vertical-align-top {
  vertical-align: top;
}

/* Font size */
.fs-0 {
  font-size: 0;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

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

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
  line-height: 32px;
}

.fs-26 {
  font-size: 26px;
  line-height: 38px;
}

.fs-28 {
  font-size: 1.75rem;
  line-height: 2.6rem;
}

.fs-30 {
  font-size: 1.875rem;
  line-height: 2.8rem;
}

.fs-32 {
  font-size: 2rem;
  line-height: 2.5rem;
}

.fs-40 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.fs-45 {
  font-size: 2.813rem;
  line-height: 3rem;
}

.fs-50 {
  font-size: 3.125rem;
  line-height: 3.25rem;
}

.fs-55 {
  font-size: 3.438rem;
  line-height: 3.5rem;
}

.fs-60 {
  font-size: 3.75rem;
  line-height: 3.75rem;
}

.fs-65 {
  font-size: 4.063rem;
  line-height: 4.688rem;
}

.fs-70 {
  font-size: 4.375rem;
  line-height: 4.375rem;
}

.fs-75 {
  font-size: 4.668rem;
  line-height: 4.668rem;
}

.fs-80 {
  font-size: 5rem;
  line-height: 5rem;
}

.fs-85 {
  font-size: 5.313rem;
  line-height: 5.313rem;
}

.fs-90 {
  font-size: 5.625rem;
  line-height: 5.625rem;
}

.fs-95 {
  font-size: 5.938rem;
  line-height: 5.938rem;
}

.fs-100 {
  font-size: 6.25rem;
  line-height: 6.25rem;
}

.fs-110 {
  font-size: 6.875rem;
  line-height: 6.875rem;
}

.fs-120 {
  font-size: 7.5rem;
  line-height: 7.5rem;
}

.fs-130 {
  font-size: 8.125rem;
  line-height: 8.125rem;
}

.fs-140 {
  font-size: 8.75rem;
  line-height: 8.75rem;
}

.fs-150 {
  font-size: 9.375rem;
  line-height: 9.375rem;
}

.fs-160 {
  font-size: 10rem;
  line-height: 10rem;
}

.fs-170 {
  font-size: 10.625rem;
  line-height: 10.625rem;
}

.fs-180 {
  font-size: 11.25rem;
  line-height: 11.25rem;
}

.fs-190 {
  font-size: 11.875rem;
  line-height: 11.875rem;
}

.fs-200 {
  font-size: 12.5rem;
  line-height: 12.5rem;
}

.fs-225 {
  font-size: 14.063rem;
  line-height: 14.063rem;
}

.fs-250 {
  font-size: 15.625rem;
  line-height: 15.625rem;
}

.fs-275 {
  font-size: 17.188rem;
  line-height: 17.188rem;
}

.fs-300 {
  font-size: 18.75rem;
  line-height: 18.75rem;
}

.fs-350 {
  font-size: 21.875rem;
  line-height: 21.875rem;
}

.fs-400 {
  font-size: 25rem;
  line-height: 25rem;
}

/* Line height */
.lh-0px {
  line-height: 0px;
}

.lh-10 {
  line-height: 10px;
}

.lh-11 {
  line-height: 11px;
}

.lh-12 {
  line-height: 12px;
}

.lh-13 {
  line-height: 13px;
}

.lh-14 {
  line-height: 14px;
}

.lh-15 {
  line-height: 15px;
}

.lh-16 {
  line-height: 16px;
}

.lh-18 {
  line-height: 18px;
}

.lh-19 {
  line-height: 19px;
}

.lh-20 {
  line-height: 20px;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-26 {
  line-height: 26px;
}

.lh-28 {
  line-height: 28px;
}

.lh-30 {
  line-height: 30px;
}

.lh-32 {
  line-height: 2rem;
}

.lh-34 {
  line-height: 2.125rem;
}

.lh-36 {
  line-height: 2.25rem;
}

.lh-38 {
  line-height: 2.375rem;
}

.lh-40 {
  line-height: 2.5rem;
}

.lh-42 {
  line-height: 2.625rem;
}

.lh-44 {
  line-height: 2.75rem;
}

.lh-46 {
  line-height: 2.875rem;
}

.lh-48 {
  line-height: 3rem;
}

.lh-50 {
  line-height: 3.125rem;
}

.lh-55 {
  line-height: 3.438rem;
}

.lh-60 {
  line-height: 3.75rem;
}

.lh-65 {
  line-height: 4.063rem;
}

.lh-70 {
  line-height: 4.375rem;
}

.lh-75 {
  line-height: 4.688rem;
}

.lh-80 {
  line-height: 5rem;
}

.lh-85 {
  line-height: 5.313rem;
}

.lh-90 {
  line-height: 5.625rem;
}

.lh-95 {
  line-height: 5.938rem;
}

.lh-100 {
  line-height: 6.25rem;
}

.lh-105 {
  line-height: 6.563rem;
}

.lh-110 {
  line-height: 6.875rem;
}

.lh-115 {
  line-height: 7.188rem;
}

.lh-120 {
  line-height: 7.5rem;
}

.lh-0 {
  line-height: 0;
}

.lh-normal {
  line-height: normal;
}

.lh-initial {
  line-height: initial;
}

.lh-inherit {
  line-height: inherit;
}

/* Text color */
.text-white,
.btn-link.text-white,
a.text-white-hover:hover {
  color: var(--white);
}

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

.text-base-color,
.btn-link.text-base-color {
  color: var(--base-color);
}

.text-black,
.btn-link.text-black,
a.text-black-hover:hover {
  color: var(--black);
}

.text-dark-gray,
.btn-link.text-dark-gray,
a.text-dark-gray-hover:hover {
  color: #009C70;
}

.text-medium-gray,
.btn-link.text-medium-gray,
a.text-medium-gray-hover:hover {
  color: var(--medium-gray);
}

.text-extra-medium-gray,
.btn-link.text-extra-medium-gray,
a.text-extra-medium-gray-hover:hover {
  color: var(--extra-medium-gray);
}

.text-light-medium-gray,
.btn-link.text-light-medium-gray,
a.text-light-medium-gray:hover {
  color: var(--light-medium-gray);
}

.text-light-gray,
.btn-link.text-light-gray,
a.text-light-gray-hover:hover {
  color: var(--light-gray);
}

.text-very-light-gray,
.btn-link.text-very-light-gray,
a.text-very-light-gray-hover:hover {
  color: var(--very-light-gray);
}

.text-red,
.btn-link.text-red,
a.text-red-hover:hover {
  color: var(--red);
}

.text-green,
.btn-link.text-green,
a.text-green-hover:hover {
  color: var(--green);
}

.text-yellow,
.btn-link.text-yellow,
a.text-yellow-hover:hover {
  color: #40608a;
}

.text-golden-yellow,
.btn-link.text-golden-yellow,
a.text-golden-yellow-hover:hover {
  color: var(--golden-yellow);
}

.text-tussock-yellow,
.btn-link.text-tussock-yellow,
a.text-tussock-yellow-hover:hover {
  color: var(--tussock-yellow);
}

.text-cornflower-blue,
.btn-link.text-cornflower-blue,
a.text-cornflower-blue-hover:hover {
  color: var(--cornflower-blue);
}

.text-jade,
.btn-link.text-jade,
a.text-jade-hover:hover {
  color: var(--jade);
}

.text-majorelle-blue {
  color: var(--majorelle-blue);
}

.text-orange {
  color: var(--orange);
}

.text-crusoe-green {
  color: var(--crusoe-green);
}

.text-tropical-blue {
  color: var(--tropical-blue);
}

.text-camarone {
  color: var(--camarone);
}

.text-seal-brown {
  color: var(--seal-brown);
}

.text-Wasabi {
  color: var(--Wasabi);
}

/* Text gradient color */
.text-gradient-blue-magenta-orange,
.text-gradient-light-gray-white,
.text-gradient-light-purple-light-orange,
.text-gradient-sky-blue-pink,
.text-gradient-light-blue-light-turquoise,
.text-gradient-fast-blue-purple-light-orange,
.text-gradient-light-pink-light-purple,
.text-gradient-fast-blue-purple,
.text-gradient-pink-orange,
.text-gradient-fast-pink-light-yellow,
.text-gradient-purple-pink,
.text-gradient-light-pink-light-orange {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-light-pink-light-orange {
  background-image: linear-gradient(to right, #ffafbd, #ffb3b4, #ffb7ac, #ffbda5, #ffc3a0);
}

.text-gradient-purple-pink {
  background-image: linear-gradient(to right, #8b14b1, #ab019e, #c00c8b, #cd267b, #d53d6e);
}

.text-gradient-fast-pink-light-yellow {
  background-image: linear-gradient(to right, #f7567f, #fe7177, #ff8a74, #ffa378, #ffba83);
}

.text-gradient-pink-orange {
  background-image: linear-gradient(to right, #de347f, #e73a70, #ed4461, #f05152, #ef5f43);
}

.text-gradient-fast-blue-purple {
  background-image: linear-gradient(to right, #2a46f4, #5f42f9, #833cfc, #a233fe, #bf25ff);
}

.text-gradient-light-pink-light-purple {
  background-image: linear-gradient(to right, #ed579b, #e855ad, #df57c0, #d15cd4, #bc63e8);
}

.text-gradient-fast-blue-purple-light-orange {
  background-image: linear-gradient(to right top, #183fb9, #4f41df, #ae2eb9, #ef3f59, #e9522d);
}

.text-gradient-light-blue-light-turquoise {
  background-image: linear-gradient(to right, #18cdbb, #22d2ae, #3cd69d, #57da89, #73dc73);
}

.text-gradient-sky-blue-pink {
  background-image: linear-gradient(to right, #556fff, #556fff, #e05fc4, #f767a6, #ff798e);
}

.text-gradient-light-purple-light-orange {
  background-image: linear-gradient(to right, #b783ff, #b783ff, #fa7cc1, #ff85a6, #ff9393);
}

.text-gradient-light-gray-white {
  background-image: linear-gradient(to bottom, #efefef, #efefef, #f7f7f7, #fdfdfc, #ffffff);
}

.text-gradient-blue-magenta-orange {
  background-image: linear-gradient(to right, #002fff, #ab00ff, #ff137d, #ff562f, #ee8502);
}

/* Text shadow */
.text-shadow-large {
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
}

.text-shadow-extra-large {
  text-shadow: 0 0 60px rgba(0, 0, 0, 0.9);
}

.text-shadow-double-large {
  text-shadow: 0 0 100px rgba(0, 0, 0, 0.9);
}

/* Text bottom line */
.text-decoration-line-bottom {
  border-bottom: 1px solid;
}

.text-decoration-line-bottom-medium {
  border-bottom: 2px solid;
}

.text-decoration-line-bottom-thick {
  border-bottom: 3px solid;
}

.text-decoration-line-through {
  text-decoration: line-through;
}

/* Text outline*/
.text-outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
}

/* Text stroke width */
.text-outline-width-1px {
  -webkit-text-stroke-width: 1px;
}

.text-outline-width-2px {
  -webkit-text-stroke-width: 2px;
}

.text-outline-width-3px {
  -webkit-text-stroke-width: 3px;
}

.text-outline-width-4px {
  -webkit-text-stroke-width: 4px;
}

.text-outline-width-5px {
  -webkit-text-stroke-width: 5px;
}

/* Text stroke color */
.text-outline-color-black {
  -webkit-text-stroke-color: var(--black);
}

.text-outline-color-base-color {
  -webkit-text-stroke-color: var(--base-color);
}

.text-outline-color-red {
  -webkit-text-stroke-color: var(--red);
}

.text-outline-color-dark-gray {
  -webkit-text-stroke-color: var(--dark-gray);
}

.text-outline-color-medium-gray {
  -webkit-text-stroke-color: var(--medium-gray);
}

.text-outline-color-extra-medium-gray {
  -webkit-text-stroke-color: var(--extra-medium-gray);
}

/* Letter spacing */
.ls-0px {
  letter-spacing: 0px !important;
}

.ls-05px {
  letter-spacing: 0.5px !important;
}

.ls-1px {
  letter-spacing: 1px !important;
}

.ls-2px {
  letter-spacing: 2px !important;
}

.ls-3px {
  letter-spacing: 3px !important;
}

.ls-4px {
  letter-spacing: 4px !important;
}

.ls-5px {
  letter-spacing: 5px !important;
}

.ls-6px {
  letter-spacing: 6px !important;
}

.ls-7px {
  letter-spacing: 7px !important;
}

.ls-8px {
  letter-spacing: 8px !important;
}

.ls-9px {
  letter-spacing: 9px !important;
}

.ls-10px {
  letter-spacing: 10px !important;
}

.ls-minus-05px {
  letter-spacing: -0.5px !important;
}

.ls-minus-1px {
  letter-spacing: -1px !important;
}

.ls-minus-2px {
  letter-spacing: -2px !important;
}

.ls-minus-3px {
  letter-spacing: -3px !important;
}

.ls-minus-4px {
  letter-spacing: -4px !important;
}

.ls-minus-5px {
  letter-spacing: -5px !important;
}

.ls-minus-6px {
  letter-spacing: -6px !important;
}

.ls-minus-7px {
  letter-spacing: -7px !important;
}

.ls-minus-8px {
  letter-spacing: -8px !important;
}

.ls-minus-9px {
  letter-spacing: -9px !important;
}

.ls-minus-10px {
  letter-spacing: -10px !important;
}

/* Icon size */
.icon-extra-double-large {
  font-size: 80px;
}

.icon-double-large {
  font-size: 60px;
}

.icon-extra-large {
  font-size: 50px;
}

.icon-large {
  font-size: 42px;
}

.icon-medium {
  font-size: 34px;
}

.icon-very-medium {
  font-size: 28px;
}

.icon-extra-medium {
  font-size: 24px;
}

.icon-small {
  font-size: 18px;
}

.icon-very-small {
  font-size: 14px;
}

/* ===================================
    05. General
====================================== */
/* Separator line */
.separator-line-1px {
  height: 1px;
}

.separator-line-2px {
  height: 2px;
}

.separator-line-3px {
  height: 3px;
}

.separator-line-4px {
  height: 4px;
}

.separator-line-5px {
  height: 5px;
}

/* Separator vertical line */
.separator-line-vertical {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* Separator line size */
.separator-line-small {
  width: 35px;
  height: 1px;
  display: inline-block;
  margin-right: 7px;
}

.separator-line-extra-small {
  width: 18px;
  height: 1px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.separator-line-very-small {
  width: 12px;
  height: 1px;
  display: inline-block;
  margin-right: 9px;
  vertical-align: middle;
}

/* Opacity */
.opacity-full-dark,
.opacity-full,
.opacity-medium,
.opacity-extra-medium,
.opacity-light,
.opacity-very-light {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.opacity-very-light {
  opacity: 0.2;
}

.opacity-light {
  opacity: 0.3;
}

.opacity-extra-medium {
  opacity: 0.5;
}

.opacity-medium {
  opacity: 0.75;
}

.opacity-full {
  opacity: 0.8;
}

.opacity-full-dark {
  opacity: 0.9;
}

/* Position */
.position-inherit {
  position: inherit !important;
}

.position-initial {
  position: initial !important;
}

.absolute-middle-center {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.absolute-middle-left {
  left: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.absolute-middle-right {
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.absolute-top-center {
  left: 50%;
  top: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.absolute-bottom-center {
  left: 50%;
  bottom: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.absolute-bottom-left {
  left: 0;
  bottom: 0;
  position: absolute;
}

.absolute-bottom-right {
  right: 0;
  bottom: 0;
  position: absolute;
}

/* Vertical title center */
.vertical-title-center {
  display: flex;
  height: 100%;
}

.vertical-title-center .title {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  writing-mode: vertical-lr;
}

/* Skrollr */
.skrollr-parallax {
  position: relative !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  transition-timing-function: none;
  -webkit-transition-timing-function: none;
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
}

.skrollr-zoom {
  transition: none !important;
}

.blur-box {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(3px);
}

/* Transform */
.transform-origin-right {
  transform-origin: right;
}

.transform-origin-left {
  transform-origin: left;
}

.btn.btn-none-transform,
.btn.btn-none-transform:hover {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Transition */
.transition {
  -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}

.transition-inner-all * {
  -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}

.no-transition {
  -webkit-transition: 0s;
  transition: 0s;
}

/* Pointer events */
.pointer-events-none {
  pointer-events: none;
}

.pointer-events-all {
  pointer-events: all;
}

/* Sticky column */
.sticky-wrap {
  position: fixed;
  top: 50%;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transform: rotate(-90deg) translate(-50%, 50%);
  transform: rotate(-90deg) translate(-50%, 50%);
  transform-origin: 0 50%;
  transition: 1s cubic-bezier(0.7, 0, 0.3, 1) !important;
}

.sticky-wrap.shadow-in {
  left: 50px;
  opacity: 1;
  box-shadow: none !important;
}

.sticky-wrap.sticky-hidden {
  left: 0;
  opacity: 0;
}

.sticky-wrap a {
  color: var(--dark-gray) !important;
}

.sticky-wrap a:hover {
  color: var(--dark-gray) !important;
}

.sticky-wrap div,
.sticky-wrap span,
.sticky-wrap p {
  color: var(--dark-gray) !important;
}

.sticky-wrap .social-icon-style-10 ul li a:hover {
  color: var(--dark-gray) !important;
}

.sticky-wrap.sticky-highlight a {
  color: var(--white) !important;
}

.sticky-wrap.sticky-highlight a:hover {
  color: var(--white) !important;
}

.sticky-wrap.sticky-highlight div,
.sticky-wrap.sticky-highlight span,
.sticky-wrap.sticky-highlight p {
  color: var(--white) !important;
}

.sticky-wrap.sticky-highlight .separator-line-1px {
  background-color: var(--white) !important;
}

.sticky-wrap.sticky-highlight .social-icon-style-10 ul li a:hover {
  color: var(--white) !important;
}

.sticky-wrap-right {
  position: fixed;
  top: 50%;
  right: 110px;
  z-index: 1;
  -webkit-transform: rotate(-90deg) translate(50%, 100%);
  transform: rotate(-90deg) translate(50%, 100%);
  transform-origin: 100% 0%;
}

/* Overflow */
.overflow-visible {
  overflow: visible !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* Overlap section */
.overlap-section {
  position: relative;
}

.overlap-height {
  transition: 0.3s height;
}

/* Outside box */
.outside-box-top-15 {
  margin-top: -15vw;
}

.outside-box-top-18 {
  margin-top: -18vw;
}

.outside-box-left-1 {
  margin-left: -1vw;
}

.outside-box-left-2 {
  margin-left: -2vw;
}

.outside-box-left-5 {
  margin-left: -5vw;
}

.outside-box-left-7 {
  margin-left: -7vw;
}

.outside-box-left-8 {
  margin-left: -8vw;
}

.outside-box-left-10 {
  margin-left: -10vw;
}

.outside-box-left-15 {
  margin-left: -15vw;
}

.outside-box-left-20 {
  margin-left: -20vw;
}

.outside-box-left-25 {
  margin-left: -25vw;
}

.outside-box-left-30 {
  margin-left: -30vw;
}

.outside-box-left-35 {
  margin-left: -35vw;
}

.outside-box-left-40 {
  margin-left: -40vw;
}

.outside-box-left-50 {
  margin-left: -50vw;
}

.outside-box-left-60 {
  margin-left: -60vw;
}

.outside-box-left-65 {
  margin-left: -65vw;
}

.outside-box-right-1 {
  margin-right: -1vw;
}

.outside-box-right-2 {
  margin-right: -2vw;
}

.outside-box-right-5 {
  margin-right: -5vw;
}

.outside-box-right-7 {
  margin-right: -7vw;
}

.outside-box-right-10 {
  margin-right: -10vw;
}

.outside-box-right-15 {
  margin-right: -15vw;
}

.outside-box-right-20 {
  margin-right: -20vw;
}

.outside-box-right-25 {
  margin-right: -25vw;
}

.outside-box-right-30 {
  margin-right: -30vw;
}

.outside-box-right-35 {
  margin-right: -35vw;
}

.outside-box-right-40 {
  margin-right: -40vw;
}

.outside-box-right-45 {
  margin-right: -45vw;
}

.outside-box-right-50 {
  margin-right: -50vw;
}

.outside-box-right-60 {
  margin-right: -60vw;
}

.outside-box-right-65 {
  margin-right: -65vw;
}

/* CSS filter */
.filter-mix-100 {
  filter: grayscale(100%) invert(100%);
}

.filter-grayscale-100 {
  filter: grayscale(100%);
}

/* Box shadow */
.box-shadow,
.box-shadow-hover:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
}

.box-shadow-small,
.box-shadow-small-hover:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.box-shadow-medium,
.box-shadow-medium-hover:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.box-shadow-medium-bottom,
.box-shadow-medium-bottom-hover:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.box-shadow-large,
.box-shadow-large-hover:hover {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.box-shadow-extra-large,
.box-shadow-extra-large-hover:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.box-shadow-double-large,
.box-shadow-double-large-hover:hover {
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.box-shadow-triple-large,
.box-shadow-triple-large-hover:hover {
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.box-shadow-quadruple-large,
.box-shadow-quadruple-large-hover:hover {
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.box-shadow-hover:hover,
.box-shadow-large-hover:hover,
.box-shadow-extra-large-hover:hover,
.box-shadow-medium-hover:hover,
.box-shadow-small-hover:hover,
.box-shadow-double-large-hover:hover,
.box-shadow-quadruple-large-hover:hover {
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}

.box-shadow-bottom {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
}

/* Input */
input,
select,
textarea,
.form-control,
.form-select {
  padding: 12px 25px;
  width: 100%;
  max-width: 100%;
  resize: none;
  outline: none;
  font-size: 16px;
  border: 1px solid #e4e4e4;
  color: var(--medium-gray);
  line-height: inherit;
  word-break: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-select {
  color: var(--medium-gray);
}

.form-select:focus {
  border-color: #dfdfdf;
}

input:focus,
select:focus,
textarea:focus,
.form-control:focus {
  border: 1px solid #c2c2c2;
  box-shadow: none !important;
  color: var(--medium-gray);
}

::-webkit-input-placeholder {
  color: var(--medium-gray) !important;
  text-overflow: ellipsis;
}

::-moz-placeholder {
  color: var(--medium-gray) !important;
  text-overflow: ellipsis;
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--medium-gray) !important;
  text-overflow: ellipsis;
  opacity: 1;
}

.placeholder-light::-webkit-input-placeholder {
  color: var(--white) !important;
  text-overflow: ellipsis;
}

.placeholder-light::-moz-placeholder {
  color: var(--white) !important;
  text-overflow: ellipsis;
  opacity: 1;
}

.placeholder-light:-ms-input-placeholder {
  color: var(--white) !important;
  text-overflow: ellipsis;
  opacity: 1;
}

.search-error {
  border-color: var(--red) !important;
}

/* Select */
.select {
  position: relative;
}

.select:after {
  content: "\e842";
  font-family: feather !important;
  right: 20px;
  top: 50%;
  height: 34px;
  position: absolute;
  pointer-events: none;
  font-size: 22px;
  margin-top: -15px;
}

/* Date icon */
.date-time {
  position: relative;
}

.date-icon {
  position: relative;
}

.date-icon input[type=date]::-webkit-inner-spin-button,
.date-icon input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  opacity: 0;
  -moz-appearance: none;
  appearance: none;
}

.date-icon:after {
  content: "\e83a";
  font-family: feather !important;
  right: 28px;
  top: 50%;
  height: 34px;
  position: absolute;
  pointer-events: none;
  font-size: 22px;
  margin-top: -15px;
}

.date-icon input[type=date]::-webkit-date-and-time-value {
  text-align: left !important;
}

/* Mozilla firefox */
@-moz-document url-prefix() {
  .date-icon:after {
    display: none;
  }
}

/* Time icon */
.time-icon {
  position: relative;
}

.time-icon input[type=time]::-webkit-inner-spin-button,
.time-icon input[type=time]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  opacity: 0;
  -moz-appearance: none;
  appearance: none;
}

.time-icon:after {
  content: "\e84d";
  font-family: feather !important;
  right: 28px;
  top: 50%;
  height: 34px;
  position: absolute;
  pointer-events: none;
  font-size: 22px;
  margin-top: -15px;
}

/* Input size */
.input-small,
.textarea-small,
.select-small {
  padding: 7px 15px;
  font-size: 12px;
}

.input-medium,
.textarea-medium,
.select-medium {
  padding: 14px 28px;
}

.input-large {
  padding: 16px 32px;
}

.form-control.is-invalid:focus {
  box-shadow: none;
}

/* Box overlay */
.box-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 400ms cubic-bezier(0.5, 1, 0.89, 1);
}

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

.hover-box * {
  -webkit-transition: all 500ms cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 500ms cubic-bezier(0.5, 1, 0.89, 1);
  will-change: transform;
}

.hover-box:hover .box-overlay {
  opacity: 1;
  visibility: visible;
}

.hover-box.dark-hover .border-dark-opacity {
  border-color: rgba(35, 35, 35, 0.15) !important;
}

.hover-box.dark-hover:hover a,
.hover-box.dark-hover:hover p,
.hover-box.dark-hover:hover span,
.hover-box.dark-hover:hover .btn,
.hover-box.dark-hover:hover i,
.hover-box.dark-hover:hover b,
.hover-box.dark-hover:hover u,
.hover-box.dark-hover:hover p,
.hover-box.dark-hover:hover h1,
.hover-box.dark-hover:hover h2,
.hover-box.dark-hover:hover h3,
.hover-box.dark-hover:hover h4,
.hover-box.dark-hover:hover h5,
.hover-box.dark-hover:hover h6 {
  color: var(--white) !important;
  -webkit-text-stroke-color: var(--white);
}

.hover-box.dark-hover:hover [class*=separator-line] {
  background-color: var(--white);
}

.hover-box.dark-hover:hover [class*=btn-link-gradient] span {
  background: var(--white);
  background-image: none;
}

.hover-box.dark-hover:hover [class*=btn-transparent] {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--dark-gray) !important;
}

.hover-box.dark-hover:hover .text-light-opacity {
  opacity: 0.7;
}

.hover-box.dark-hover:hover .text-medium-opacity {
  opacity: 0.5;
}

.hover-box.dark-hover:hover .border-dark-opacity {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.hover-box.dark-hover:hover .content-slide-up .text-light-opacity {
  opacity: 0.7;
}

.hover-box.dark-hover:hover .btn-link {
  border-color: var(--white);
}

.hover-box.dark-hover:hover [class*=text-gradient-] {
  color: var(--white);
  background-image: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: var(--white);
  -webkit-text-fill-color: var(--white);
}

.hover-box.light-hover .border-light-opacity {
  border-color: rgba(255, 255, 255, 0.25) !important;
}

.hover-box.light-hover:hover a,
.hover-box.light-hover:hover span,
.hover-box.light-hover:hover .btn,
.hover-box.light-hover:hover i,
.hover-box.light-hover:hover b,
.hover-box.light-hover:hover u,
.hover-box.light-hover:hover p,
.hover-box.light-hover:hover h1,
.hover-box.light-hover:hover h2,
.hover-box.light-hover:hover h3,
.hover-box.light-hover:hover h4,
.hover-box.light-hover:hover h5,
.hover-box.light-hover:hover h6 {
  color: var(--dark-gray) !important;
}

.hover-box.light-hover:hover .text-light-opacity {
  opacity: 0.7;
}

.hover-box.light-hover:hover .text-medium-opacity {
  opacity: 0.5;
}

.hover-box.light-hover:hover .border-light-opacity {
  border-color: rgba(35, 35, 35, 0.15) !important;
}

.hover-box.light-hover:hover .content-slide-up .text-light-opacity {
  opacity: 0.7;
}

.hover-box.light-hover:hover .btn-link {
  border-color: var(--dark-gray);
}

.hover-box.light-hover:hover [class*=separator-line] {
  background-color: var(--dark-gray);
}

.hover-box.light-hover:hover [class*=text-gradient-] {
  color: var(--dark-gray);
  background-image: none;
  -webkit-background-clip: var(--dark-gray);
  -webkit-text-fill-color: var(--dark-gray);
}

/* Swiper slider pagination */
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  bottom: 45px;
  left: 50%;
  width: auto;
  cursor: default;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.swiper-horizontal>.swiper-pagination-bullets-right,
.swiper-vertical>.swiper-pagination-bullets-right {
  bottom: auto;
  top: 50%;
  right: 60px;
  left: auto;
  width: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
}

.swiper-horizontal>.swiper-pagination-bullets-right .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets-right .swiper-pagination-bullet {
  display: block;
  margin: 25px 0 !important;
}

.swiper-dark-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 15px !important;
  opacity: 1;
  background-color: var(--light-gray);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
}

.swiper-dark-pagination .swiper-pagination-bullet:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid var(--dark-gray);
  background: transparent;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.swiper-dark-pagination .swiper-pagination-bullet:hover {
  background-color: var(--dark-gray);
}

.swiper-dark-pagination .swiper-pagination-bullet:hover:before {
  opacity: 1;
}

.swiper-dark-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--dark-gray);
}

.swiper-dark-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
}

.swiper-light-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 15px !important;
  display: inline-block;
  vertical-align: middle;
  background-color: var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  opacity: 0.5;
}

.swiper-light-pagination .swiper-pagination-bullet:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.swiper-light-pagination .swiper-pagination-bullet:hover {
  background-color: var(--white);
  opacity: 1;
}

.swiper-light-pagination .swiper-pagination-bullet:hover:before {
  opacity: 1;
}

.swiper-light-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--white);
  opacity: 1;
}

.swiper-light-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
}

/* Swiper pagination style 02 */
.swiper-pagination-style-2 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px !important;
}

.swiper-pagination-style-2 .swiper-pagination-bullet:before {
  display: none;
}

/* Swiper pagination style 03 */
.swiper-pagination-style-3 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: transparent;
  opacity: 0.4;
  margin: 0 7px !important;
  border: 2px solid var(--white);
}

.swiper-pagination-style-3 .swiper-pagination-bullet:hover,
.swiper-pagination-style-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--white);
  opacity: 1;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.swiper-pagination-style-3 .swiper-pagination-bullet:before {
  display: none;
}

.swiper-pagination-style-3.dark .swiper-pagination-bullet {
  border: 2px solid var(--dark-gray);
}

.swiper-pagination-style-3.dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--dark-gray);
}

/* Swiper pagination style 04 */
.swiper-pagination-style-4 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--white);
  opacity: 1;
  position: relative;
  margin: 0 25px !important;
  border: 0;
}

.swiper-pagination-style-4 .swiper-pagination-bullet:hover,
.swiper-pagination-style-4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--base-color);
  opacity: 1;
  border: 0;
}

.swiper-pagination-style-4.dark .swiper-pagination-bullet {
  background: var(--dark-gray);
}

.swiper-pagination-style-4.dark .swiper-pagination-bullet:hover,
.swiper-pagination-style-4.dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--base-color);
}

/* Custom image pagination */
.slider-custom-image .slider-custom-image-pagination {
  display: flex;
  align-items: center;
  bottom: 0;
}

.slider-custom-image .slider-custom-image-pagination .swiper-pagination-bullet {
  margin: 0 15px !important;
  outline: none;
  opacity: 0.8;
  width: 100px;
  height: 100px;
  margin: 0 15px !important;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.slider-custom-image .slider-custom-image-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}

.slider-custom-image .slider-custom-image-pagination.slider-custom-image-pagination-top {
  top: 0;
  bottom: auto;
}

/* Swiper number pagination style 01 */
.swiper-number-pagination-style-01 .swiper-number {
  text-align: left;
  bottom: 70px;
}

.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet {
  position: relative;
  padding-right: 10px;
  padding-left: 8px;
  margin: 0;
  color: var(--white);
  opacity: 0.7;
  width: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: auto;
  background: transparent;
  border-radius: 0;
  outline: none;
}

.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 70px;
}

.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet:after {
  width: 0;
  height: 1px;
  content: "";
  margin-left: 15px;
  display: inline-block;
  background: var(--white);
  vertical-align: middle;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* Swiper number pagination style 02 */
.swiper-number-pagination-style-02 .swiper-number {
  width: auto;
  left: inherit;
  right: 60px;
  padding: 0;
}

.swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet {
  position: relative;
  font-family: var(--alt-font);
  font-size: 15px;
  display: block;
  color: var(--white);
  margin: 10px 0 !important;
  opacity: 0.7;
  width: 56px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 56px;
  background: transparent;
  border-radius: 100%;
  text-align: center;
  line-height: 56px;
  outline: none;
}

.swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: rgba(0, 0, 0, 0.45);
  z-index: -1;
}

.swiper-number-pagination-style-02 .swiper-number .swiper-pagination-bullet:before {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

/* Swiper line pagination style 01 */
.swiper-line-pagination-style-01 .swiper-line-pagination {
  text-align: center;
  bottom: 0;
  width: 100%;
  left: 0;
}

.swiper-line-pagination-style-01 .swiper-line-pagination .swiper-pagination-bullet {
  width: 100px;
  height: 2px;
  margin: 0 !important;
  border-radius: 0;
}

.swiper-line-pagination-style-01 .swiper-line-pagination .swiper-pagination-bullet:before {
  display: none;
}

.swiper-line-pagination-style-01 .swiper-line-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--base-color);
}

.swiper-h-pagination:after {
  display: none;
}

/* Swiper number line pagination style */
.swiper-number-pagination-progress .swiper-pagination-wrapper .number-prev,
.swiper-number-pagination-progress .swiper-pagination-wrapper .number-next {
  width: 50px;
  text-align: center;
}

.swiper-number-pagination-progress .swiper-pagination-wrapper .swiper-pagination {
  position: inherit;
  width: auto;
}

.swiper-number-pagination-progress .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 1px;
  vertical-align: middle;
  margin: 0;
  background-color: var(--medium-gray);
}

/* Swiper number navigation style */
.swiper-number-navigation-style .swiper-button-prev,
.swiper-number-navigation-style .swiper-button-next {
  top: inherit;
  bottom: 0;
  position: inherit;
  display: inline-block;
  vertical-align: middle;
  transform: none;
  width: auto;
  height: auto;
}

.swiper-number-navigation-style .swiper-button-prev i,
.swiper-number-navigation-style .swiper-button-prev .number-prev,
.swiper-number-navigation-style .swiper-button-prev .number-next,
.swiper-number-navigation-style .swiper-button-next i,
.swiper-number-navigation-style .swiper-button-next .number-prev,
.swiper-number-navigation-style .swiper-button-next .number-next {
  display: inline-block;
  vertical-align: middle;
}

.swiper-number-navigation-style .swiper-button-prev .number-prev,
.swiper-number-navigation-style .swiper-button-prev .number-next,
.swiper-number-navigation-style .swiper-button-next .number-prev,
.swiper-number-navigation-style .swiper-button-next .number-next {
  width: 50px;
  text-align: center;
}

/* Swiper pagination progress style */
.swiper-pagination-progress {
  width: 220px;
  height: 1px;
  position: relative;
}

.swiper-pagination-progress .swiper-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--swiper-progress, 0);
  background-color: var(--base-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* Swiper pagination progress style */
.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .swiper-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: var(--swiper-progress, 0);
  background-color: var(--dark-gray);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .pagination-progress-vertical {
  transform: rotate(180deg);
  writing-mode: vertical-lr;
}

.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .swiper-pagination-progress {
  width: 2px;
  height: 100px;
  background-color: var(--extra-medium-gray);
}

.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .number-next {
  margin-top: 15px;
  width: auto;
}

.swiper-number-pagination-progress-vertical .swiper-pagination-wrapper .number-prev {
  margin-bottom: 15px;
  width: auto;
}

/* Swiper pagination bottom */
.swiper-pagination-bottom .swiper-button-prev,
.swiper-pagination-bottom .swiper-button-next {
  top: inherit;
  bottom: 0;
}

/* Swiper navigation */
.swiper-button-prev,
.swiper-button-next {
  outline: none;
  cursor: pointer;
  height: 45px;
  width: 45px;
  margin-top: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.8;
}

.swiper-button-next {
  left: inherit;
}

/* Swiper navigation style 01 */
.slider-navigation-style-01 {
  position: absolute;
  top: 50%;
  left: 65px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-navigation-style-01.swiper-button-next {
  right: 65px;
  left: inherit;
}

.slider-navigation-style-01:hover {
  opacity: 0.8;
}

/* Swiper navigation style 02 */
.slider-navigation-style-02 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

.slider-navigation-style-02.swiper-button-next {
  right: 0;
  left: auto;
}

/* Swiper navigation style 03 */
.slider-navigation-style-03 {
  position: absolute;
  top: 50%;
  left: -60px;
  width: 40px;
  height: 40px;
  background: var(--white);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-navigation-style-03.swiper-button-next {
  right: -60px;
  left: inherit;
}

.slider-navigation-style-03:hover {
  -webkit-box-shadow: 0px 0 20px rgba(35, 35, 35, 0.1);
  box-shadow: 0px 0 20px rgba(35, 35, 35, 0.1);
}

/* Swiper navigation style 04 */
.slider-navigation-style-04 {
  height: 56px;
  width: 56px;
  border-radius: 100%;
  position: relative;
  bottom: inherit;
  left: 0;
  top: inherit;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-navigation-style-04 i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-navigation-style-04:hover i {
  opacity: 0.5;
}

.slider-navigation-style-04.swiper-button-prev {
  margin-right: 5px;
}

.slider-navigation-style-04.swiper-button-next {
  margin-left: 5px;
}

/* Swiper navigation style 05 */
.slider-navigation-style-05 {
  left: -30%;
}

.slider-navigation-style-05.swiper-button-next {
  right: -30%;
  left: inherit;
}

/* Swiper navigation style 06 */
.slider-navigation-style-06 {
  width: auto;
  height: auto;
  left: 60px;
}

.slider-navigation-style-06.swiper-button-next {
  right: 60px;
  left: inherit;
}

/* Swiper navigation style 07 */
.slider-navigation-style-07 {
  left: 50%;
  bottom: 0;
  top: inherit;
  width: 75px;
  height: 75px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.slider-navigation-style-07.swiper-button-next {
  bottom: 1px;
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

/* Swiper navigation style 08 */
.slider-navigation-style-08 {
  width: auto;
  height: auto;
  position: relative;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  left: 0;
}

.slider-navigation-style-08.swiper-button-next {
  right: 0;
  left: inherit;
}

/* Slider custom text */
.slider-custom-verticle-text>span {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.swiper-button-prev.slider-custom-text-prev,
.swiper-button-prev.slider-custom-text-next,
.swiper-button-next.slider-custom-text-prev,
.swiper-button-next.slider-custom-text-next {
  width: auto;
  height: auto;
  min-height: 125px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swiper-button-prev.slider-custom-text-prev:hover,
.swiper-button-prev.slider-custom-text-next:hover,
.swiper-button-next.slider-custom-text-prev:hover,
.swiper-button-next.slider-custom-text-next:hover {
  opacity: 0.5;
}

.swiper-button-prev.slider-custom-text-prev {
  border-right: 1px solid var(--extra-medium-gray);
  padding-right: 50px;
}

.swiper-button-next.slider-custom-text-next {
  border-left: 1px solid var(--extra-medium-gray);
  padding-left: 50px;
}

/* Swiper width auto */
.swiper-width-auto .swiper-slide {
  width: auto;
}

/* Slider shadow */
.slider-shadow-right {
  mask-image: linear-gradient(to right, transparent 0%, #000000 0%, #000000 50%, transparent 80%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 0%, #000000 50%, transparent 80%);
}

.slider-shadow-left {
  mask-image: linear-gradient(to right, transparent 50%, #000000 80%, #000000 0%, transparent 0%);
  -webkit-mask-image: linear-gradient(to right, transparent 50%, #000000 80%, #000000 0%, transparent 0%);
}

.slider-shadow-left-right {
  mask-image: linear-gradient(to right, transparent 18%, #000000 22%, #000000 78%, transparent 82%);
  -webkit-mask-image: linear-gradient(to right, transparent 18%, #000000 22%, #000000 78%, transparent 82%);
}

.slider-shadow-none .swiper {
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

/* Highlight separator */
.highlight-separator {
  position: relative;
  padding-bottom: 20px;
}

.highlight-separator[data-shadow-animation] {
  box-shadow: none !important;
  display: inline-block;
}

.highlight-separator[data-shadow-animation] span {
  clip-path: inset(0px 100% 0px 0px);
  float: left;
  width: 100%;
  height: 20px;
  transition: clip-path 1s;
  transition-timing-function: cubic-bezier(0.4, 0.6, 0.4, 1);
  position: absolute;
  left: 0;
  bottom: 0;
}

.highlight-separator[data-shadow-animation] span img {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: none;
  width: 100%;
  height: 14px;
}

.highlight-separator.shadow-in[data-shadow-animation] span {
  clip-path: inset(0px 0 0px 0px);
}

/* Full screen */
.full-screen {
  height: 100vh;
}

.full-screen.top-space-margin {
  height: calc(100vh - 96px);
}

/* Video icons */
@-webkit-keyframes video-icon-sonar {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes video-icon-sonar {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.video-icon-box {
  z-index: 1;
}

.video-icon-box>span {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* HTML video play */
.html-video-play .video-icon .play-icon,
.html-video-play .video-icon .pause-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.html-video-play .video-icon .play-icon,
.html-video-play .video-icon .pause-icon {
  opacity: 1;
  top: 50%;
  padding-left: 5px;
  visibility: visible;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.html-video-play .video-icon .pause-icon {
  top: 100%;
  padding-left: 0;
  opacity: 0;
}

.html-video-play[playing=true] .video-icon .pause-icon {
  top: 50%;
  opacity: 1;
}

.html-video-play[playing=true] .video-icon .play-icon {
  top: 0%;
  opacity: 0;
}

.video-play-icon {
  z-index: 1 !important;
}

.video-play-icon.remove-play-icon+.html-video-play {
  opacity: 0 !important;
}

.video-play-icon.remove-play-icon+.html-video-play:hover {
  opacity: 1 !important;
}

.video-play-icon.remove-play-icon:hover+.html-video-play {
  opacity: 1 !important;
}

.video-icon {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.video-icon i {
  margin-left: 5px;
}

.video-icon .video-icon-sonar {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -10;
  -webkit-animation: video-icon-sonar 2s linear infinite;
  animation: video-icon-sonar 2s linear infinite;
}

.video-icon .video-icon-sonar .video-icon-sonar-bfr {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: -25px;
  left: -25px;
  z-index: -100;
}

.video-icon .video-icon-sonar .video-icon-sonar-afr {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  z-index: -50;
}

.video-icon-small .video-icon {
  width: 40px;
  height: 40px;
  font-size: 11px;
}

.video-icon-small .video-icon .video-icon-sonar .video-icon-sonar-bfr {
  top: -15px;
  left: -15px;
  width: 70px;
  height: 70px;
}

.video-icon-small .video-icon .video-icon-sonar .video-icon-sonar-afr {
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
}

.video-icon-medium .video-icon {
  width: 50px;
  height: 50px;
  font-size: 14px;
}

.video-icon-medium .video-icon .video-icon-sonar .video-icon-sonar-bfr {
  width: 100px;
  height: 100px;
}

.video-icon-medium .video-icon .video-icon-sonar .video-icon-sonar-afr {
  width: 70px;
  height: 70px;
}

.video-icon-large.video-icon-box .video-icon i {
  margin-left: 5px;
}

.video-icon-large .video-icon {
  width: 85px;
  height: 85px;
  font-size: 20px;
}

.video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
  width: 135px;
  height: 135px;
}

.video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-afr {
  width: 105px;
  height: 105px;
}

.video-icon-extra-large.video-icon-box .video-icon i {
  margin-left: 10px;
}

.video-icon-extra-large .video-icon {
  width: 120px;
  height: 120px;
  font-size: 30px;
}

.video-icon-extra-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
  width: 170px;
  height: 170px;
}

.video-icon-extra-large .video-icon .video-icon-sonar .video-icon-sonar-afr {
  width: 140px;
  height: 140px;
}

/* Will change */
.will-change-transform * {
  will-change: transform;
}

.will-change-inherit * {
  will-change: inherit !important;
}

.animation-rotation {
  -webkit-animation: rotation 8s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

/* Float animation */
.animation-float {
  animation: float 2000ms linear 500ms infinite alternate both;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(30px);
  }
}

.animation-float-small {
  animation: float 2000ms linear 500ms infinite alternate both;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(10px);
  }
}

/* Zoom animation */
.animation-zoom {
  animation: zoom-in-zoom-out 2000ms linear 500ms infinite alternate both;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

/* Box shadow animation  */
[data-shadow-animation] {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

[data-shadow-animation].shadow-in {
  box-shadow: 0 20px 100px rgba(0, 0, 0, 0.1);
}

[data-shadow-animation].shadow-in img {
  opacity: 1;
  transition-delay: 0.35s;
}

[data-shadow-animation] img {
  opacity: 0;
  transition: opacity 0.65s cubic-bezier(0.5, 1, 0.5, 1);
}

/* Parallax liquid  */
[data-parallax-liquid] {
  overflow: hidden;
  will-change: transform;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

[data-parallax-liquid] .liquid-parallax {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(0px) scale(1.201);
  position: relative;
  top: 50px;
}

/* Masked image animation */
.masked-image {
  position: absolute;
  top: -100px;
  right: 0;
}

.masked-image svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.masked-image figure {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.masked-image img {
  width: 100%;
  height: auto;
  visibility: visible;
}

/* Shape image animation */
.shape-image-animation {
  position: absolute;
  bottom: 0;
  left: 0;
}

.shape-image-animation svg {
  height: 100%;
  width: 100%;
}

.shape-image-animation svg path {
  width: 100%;
}

.page-divider-wrapper {
  margin-bottom: -1px;
}

.page-divider-wrapper svg {
  width: 100%;
  margin-bottom: -3px;
}

/* Magic cursor */
.magic-cursor {
  cursor: none;
}

#ball-cursor {
  position: fixed;
  width: 70px;
  height: 70px;
  border: 0 !important;
  background-color: var(--dark-gray);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  opacity: 0 !important;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out 0.1s;
  text-align: center;
}

#ball-cursor:before,
#ball-cursor:after {
  content: "\e843";
  font-family: feather !important;
  color: var(--white);
  font-size: 20px;
  line-height: 70px;
  position: absolute;
  left: 12px;
  top: 0px;
}

#ball-cursor:after {
  content: "\e844";
  right: 12px;
  left: auto;
}

.magic-cursor-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 10000;
  transition: opacity 0.2s ease-in-out 0.2s;
}

.magic-cursor-wrapper.sliderhover #ball-cursor {
  opacity: 1 !important;
}

.magic-cursor-wrapper.vertical #ball-cursor:before,
.magic-cursor-wrapper.vertical #ball-cursor:after {
  content: "\e845";
  left: 50%;
  top: 10px;
  line-height: normal;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.magic-cursor-wrapper.vertical #ball-cursor:after {
  content: "\e842";
  right: auto;
  bottom: 10px;
  top: auto;
}

@media (hover: none) {
  .magic-cursor-wrapper {
    display: none;
  }
}

.magic-cursor-light #ball-cursor {
  background-color: var(--white);
}

.magic-cursor-light #ball-cursor:before {
  color: var(--dark-gray);
}

.magic-cursor-light #ball-cursor:after {
  color: var(--dark-gray);
}

.magic-cursor-base-color #ball-cursor {
  background-color: var(--base-color);
}

.magic-cursor-base-color #ball-cursor:before {
  color: var(--white);
}

.magic-cursor-base-color #ball-cursor:after {
  color: var(--white);
}

.magic-view-cursor #ball-cursor {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.2);
  width: 180px;
  height: 180px;
  box-shadow: none;
}

.magic-view-cursor #ball-cursor:after {
  display: none;
}

.magic-view-cursor #ball-cursor:before {
  content: "Explore";
  font-size: 16px;
  color: var(--white) !important;
  font-weight: 400;
  font-family: var(--alt-font) !important;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.magic-drag-cursor #ball-cursor {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.2);
  width: 140px;
  height: 140px;
  box-shadow: none;
}

.magic-drag-cursor #ball-cursor:after {
  display: none;
}

.magic-drag-cursor #ball-cursor:before {
  content: "< DRAG >";
  font-size: 14px;
  color: var(--white) !important;
  font-weight: 600;
  font-family: var(--alt-font) !important;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  word-spacing: 4px;
  width: inherit;
}

.magic-drag-cursor.magic-cursor-light #ball-cursor {
  background-color: rgba(255, 255, 255, 0.2);
}

.magic-drag-cursor.magic-cursor-light #ball-cursor:before {
  color: var(--dark-gray);
}

.magic-drag-cursor.magic-cursor-light #ball-cursor:after {
  color: var(--dark-gray);
}

.magic-round-cursor #ball-cursor {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.2);
  width: 220px;
  height: 220px;
  box-shadow: none;
}

.magic-round-cursor #ball-cursor:before {
  display: none;
}

.magic-round-cursor #ball-cursor:after {
  display: none;
}

/* Anime animation */
[data-anime] {
  opacity: 0;
  transition: none;
}

[data-anime].appear {
  opacity: 1;
}

[data-anime].btn {
  transition: none;
}

[data-anime].btn.anime-complete {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* Atropos box */
.atropos-shadow {
  background-color: transparent !important;
  filter: inherit;
}

.atropos-highlight {
  background-image: inherit !important;
}

/* Only for safari browser */
@media not all and (min-resolution: 0.001dpcm) {
  [data-anime] [class*=text-shadow-] {
    text-shadow: none;
  }

  [data-anime][class*=text-shadow-] {
    text-shadow: none;
  }

  [data-fancy-text] [class*=text-shadow-] {
    text-shadow: none;
  }

  [data-fancy-text][class*=text-shadow-] {
    text-shadow: none;
  }

  /* font awesome icon gradient color */
  .review-star-icon i {
    display: inline;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  /* color issue */
  .text-white a[href^=tel] {
    color: var(--white);
  }

  .text-dark-gray a[href^=tel] {
    color: var(--text-dark-gray);
  }
}

.swiper-slide [data-fancy-text] {
  opacity: 0;
}

.swiper-slide [data-fancy-text].appear {
  opacity: 1;
}

.swiper-slide.swiper-slide-active [data-fancy-text] {
  opacity: 1;
}

.swiper-slide.swiper-slide-active [data-anime] {
  opacity: 1;
}

.swiper-slide [data-anime] {
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.no-animation .anime-text .whitespace {
  display: inline-block;
}

.no-animation .anime-text .whitespace::after {
  content: "r";
  opacity: 0;
  font-size: 70%;
}

.no-animation [data-anime],
.no-animation [data-fancy-text] {
  opacity: 1;
  transition: none;
}

/* Data top bottom transition animation */
[data-top-bottom] {
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Custom cursor */
/*@media (hover: hover) and (pointer: fine) {*/
/*  .custom-cursor .circle-cursor {*/
/*    position: fixed;*/
/*    left: 0;*/
/*    top: 0;*/
/*    pointer-events: none;*/
/*    -webkit-border-radius: 50%;*/
/*    border-radius: 50%;*/
/*    -webkit-transform: translateZ(0);*/
/*    transform: translateZ(0);*/
/*    visibility: hidden;*/
/*    opacity: 0;*/
/*    transition: opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1);*/
/*  }*/

/*  .custom-cursor .circle-cursor-inner {*/
/*    margin-left: -3px;*/
/*    margin-top: -3px;*/
/*    width: 6px;*/
/*    height: 6px;*/
/*    z-index: 10000001;*/
/*    background-color: var(--base-color);*/
/*  }*/

/*  .custom-cursor .circle-cursor-inner.cursor-link-hover {*/
/*    margin-left: -10px;*/
/*    margin-top: -10px;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background-color: var(--base-color);*/
/*    opacity: 0.8;*/
/*  }*/

/*  .custom-cursor .circle-cursor-outer {*/
/*    margin-left: -15px;*/
/*    margin-top: -15px;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    border: 1px solid var(--base-color);*/
/*    z-index: 10000000;*/
/*    opacity: 0.8;*/
/*    -webkit-transition: 0.1s;*/
/*    transition: 0.1s;*/
/*  }*/

/*  .custom-cursor .cursor-link.circle-cursor-inner .cursor-link-hover {*/
/*    opacity: 1;*/
/*  }*/
/*}*/

.is-touchable .cursor-page-inner {
  display: none !important;
}

/* Stack box */
.stack-box {
  position: relative;
  z-index: 1;
  height: 300vh;
}

.stack-box .stack-box-contain {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.stack-box .stack-item {
  height: 100vh;
  width: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 999;
  display: flex;
  align-items: center;
}

.stack-box .stack-item.stack-item-02 {
  z-index: 99;
}

.stack-box .stack-item.stack-item-03 {
  z-index: 9;
}

.stack-box .stack-item .stack-item-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  height: 100vh;
}

.transform-3d {
  transform: translate3d(0px, 0px, 100px);
}

/* Scrolling text */
.marquees-text {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation: example1 50s linear infinite;
  animation: example1 50s linear infinite;
  width: 100%;
}

.looping-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 1px;
  height: 100vh;
  left: 50%;
  top: 0;
}

.looping-wrapper .el {
  position: absolute;
  opacity: 1;
  width: 2px;
  height: 24vh;
  margin-top: -18vh;
  transform-origin: 50% 100%;
  background: var(--base-color);
}

.looping-wrapper-gray {
  position: absolute;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 1px;
  height: 100vh;
  left: 50%;
  top: 0;
}

.looping-wrapper-gray .el {
  position: absolute;
  opacity: 1;
  width: 2px;
  height: 24vh;
  margin-top: -18vh;
  transform-origin: 50% 100%;
  background: #292929;
}

/* Marquee slide */
.marquee-slide {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

/* Father shadow */
.feather-shadow {
  mask-image: linear-gradient(to right, transparent 0%, #000000 20%, #000000 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 20%, #000000 80%, transparent 100%);
}

/* Text sliding line */
.text-sliding-line {
  display: inline-block;
  position: relative;
  padding: 0;
  z-index: 1;
  background-image: linear-gradient(135deg, transparent 45%, var(--white) 45%, var(--white) 55%, transparent 0);
  background-size: 4px 4px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Sliding line */
.bg-sliding-line {
  background-image: linear-gradient(45deg, transparent 45%, var(--white) 45%, var(--white) 55%, transparent 0);
  background-size: 0.1em 0.1em;
}

/* Feature box slider */
.feature-box-slider .feature-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px 40px;
  background: var(--white);
  box-shadow: 0 5px 25px rgba(89, 101, 124, 0.15);
  border-radius: 10px;
  color: var(--dark-gray);
  font-weight: 500;
  font-size: 17px;
}

.feature-box-slider .feature-box i {
  font-size: 24px;
  margin-right: 10px;
}

.feature-box-slider .swiper-slide {
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Page loader */
.page-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--white) !important;
  opacity: 1 !important;
  z-index: 99999;
}

.page-loader::after {
  background: 0 0;
  content: "" !important;
  position: absolute;
  left: calc(50% - 25px) !important;
  top: calc(50% - 25px) !important;
  width: 50px !important;
  height: 50px !important;
  opacity: 1 !important;
  right: inherit !important;
  z-index: 9;
  text-align: center;
  border: 2px solid rgba(23, 23, 23, 0.2);
  border-top-color: rgba(23, 23, 23, 0.7);
  border-radius: 50%;
  -webkit-animation: rotation 8s infinite linear;
  animation: rotation 1.5s infinite linear;
}

/* Cookie message */
.cookie-message {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 370px;
  z-index: 999999;
  padding: 40px;
  display: none;
}

/* Scroll progress */
.scroll-progress {
  position: fixed;
  right: 20px;
  z-index: 111;
  top: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  mix-blend-mode: difference;
}

.scroll-progress.visible {
  opacity: 1;
  visibility: visible;
}

.scroll-progress .scroll-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.scroll-progress .scroll-line {
  width: 2px;
  height: 60px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.15);
  color: inherit;
  display: block;
}

.scroll-progress .scroll-point {
  display: inline-block;
  width: 2px;
  position: absolute;
  background-color: var(--white);
  top: 0px;
  left: 0px;
}

.scroll-progress .scroll-text {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  margin-bottom: 15px;
  color: var(--white);
  font-size: 11px;
  text-transform: uppercase;
}

.scroll-progress.scroll-simple {
  position: fixed;
  right: 50px;
  z-index: 111;
  top: auto;
  transform: none;
  bottom: 50px;
  mix-blend-mode: inherit;
}

.scroll-progress.scroll-simple .scroll-top {
  background: var(--white);
  font-size: 17px;
  line-height: 34px;
  box-shadow: 0 0 25px rgba(23, 23, 23, 0.25);
  height: 34px;
  width: 34px;
  padding: 0;
  border-radius: 100%;
}

/* for buy and demo button */
.theme-demos {
  display: none;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed;
  background-color: var(--white);
  right: -100%;
  top: 0;
  z-index: 1050;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.theme-demos section {
  height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 11;
  padding: 0;
  width: 100%;
  overflow-y: scroll;
  background-color: var(--very-light-gray);
}

.theme-demos .demos-wrapper {
  width: 100%;
}

.theme-demos .demos-wrapper .demos-wrapper-inner {
  padding: 60px 50px;
}

.theme-demos.active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.25);
}

.theme-demos .grid {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}

.theme-demos .demo-button-wrapper {
  width: auto;
  white-space: nowrap;
  position: absolute;
  right: 100%;
  display: block;
  bottom: 250px;
  cursor: pointer;
  z-index: 10;
  -webkit-transform: rotate(-90deg) translateY(-100%);
  -ms-transform: rotate(-90deg) translateY(-100%);
  transform: rotate(-90deg) translateY(-100%);
  -webkit-transform-origin: 100% 0% 0;
  -ms-transform-origin: 100% 0% 0;
  transform-origin: 100% 0% 0;
  margin-right: -1px;
  display: flex;
}

.theme-demos .buy-theme a,
.theme-demos .all-demo a {
  color: var(--dark-gray);
  font-size: 11px;
  padding: 15px;
  display: block;
  text-decoration: none;
  font-weight: 500;
}

.theme-demos .buy-theme a>i,
.theme-demos .all-demo a>i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 59px;
  line-height: 55px;
  text-align: center;
  opacity: 0;
  font-size: 24px;
  transition-delay: 0.3s;
}

.theme-demos .all-demo {
  background-color: #1f242e;
}

.theme-demos .all-demo .theme-wrapper {
  padding: 0 9px;
  position: relative;
  top: 0;
  opacity: 1;
  transition-delay: 0.3s;
  line-height: 0;
}

.theme-demos .all-demo .theme-wrapper>div {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 15px;
  color: var(--white);
  font-size: 14px;
  text-transform: uppercase;
  line-height: 21px;
}

.theme-demos .buy-theme {
  text-align: center;
  background-color: #48a133;
  position: relative;
  z-index: 1;
}

.theme-demos .buy-theme .theme-wrapper {
  padding: 0;
  position: relative;
  top: 0;
  opacity: 1;
  transition-delay: 0.3s;
  line-height: 0;
}

.theme-demos .buy-theme .theme-wrapper span {
  font-size: 15px;
  font-weight: 600;
  margin-right: 0;
}

.theme-demos .buy-theme .theme-wrapper i {
  margin-right: 10px;
  font-size: 21px;
}

.theme-demos .buy-theme .theme-wrapper>div svg {
  margin: 0;
}

.theme-demos .mCustomScrollBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.theme-demos .mCustomScrollBox .mCSB_container {
  width: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0;
  padding-right: 15px !important;
}

.theme-demos .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
  -ms-flex-item-align: center;
  align-self: center;
}

.theme-demos .mCustomScrollBox .mCSB_draggerRail {
  display: none;
}

.theme-demos .clearfix {
  clear: both;
}

.theme-demos .portfolio-wrapper .grid-item {
  flex: 0 0 auto;
}

.theme-demos .close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.theme-demos .close-popup:hover {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.show-search-popup .theme-demos .theme-demos,
.show-search-popup .show-menu .theme-demos {
  z-index: 1;
}

/* Move it (define the animation) */
@-moz-keyframes example1 {
  0% {
    -moz-transform: translateX(100%);
  }

  100% {
    -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes example1 {
  0% {
    -webkit-transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes example1 {
  0% {
    -moz-transform: translateX(100%);
    /* Firefox bug fix */
    -webkit-transform: translateX(100%);
    /* Firefox bug fix */
    transform: translateX(100%);
  }

  100% {
    -moz-transform: translateX(-100%);
    /* Firefox bug fix */
    -webkit-transform: translateX(-100%);
    /* Firefox bug fix */
    transform: translateX(-100%);
  }
}

/* ===================================
    06. Background and border
====================================== */
/* Background color */
.bg-base-color {
  background-color: var(--base-color);
}

.bg-dark-gray,
.bg-dark-gray:focus {
  background-color: var(--dark-gray);
}

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

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

.bg-light-medium-gray {
  background-color: var(--light-medium-gray);
}

.bg-extra-medium-gray {
  background-color: var(--extra-medium-gray);
}

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

.bg-very-light-gray {
  background-color: var(--very-light-gray);
}

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

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

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

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

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

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

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

.bg-medium-slate-blue {
  background-color: var(--medium-slate-blue);
}

.bg-extra-medium-slate-blue {
  background-color: var(--extra-medium-slate-blue);
}

.bg-dark-slate-blue {
  background-color: var(--dark-slate-blue);
}

.bg-extra-dark-slate-blue {
  background-color: var(--extra-dark-slate-blue);
}

.bg-extra-very-slate-blue {
  background-color: var(--extra-very-slate-blue);
}

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

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

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

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

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

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

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

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

.bg-light-majorelle-blue {
  background-color: var(--light-majorelle-blue);
}

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

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

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

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

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

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

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

/* Gradient background color */
.bg-gradient-light-pink-light-orange {
  background-image: linear-gradient(to right top, #ffafbd, #ffb3b4, #ffb7ac, #ffbda5, #ffc3a0);
}

.bg-gradient-purple-pink {
  background-image: linear-gradient(to right top, #8b14b1, #ab019e, #c00c8b, #cd267b, #d53d6e);
}

.bg-gradient-fast-pink-light-yellow {
  background-image: linear-gradient(to right top, #f7567f, #fe7177, #ff8a74, #ffa378, #ffba83);
}

.bg-gradient-pink-orange {
  background-image: linear-gradient(to right top, #de347f, #e73a70, #ed4461, #f05152, #ef5f43);
}

.bg-gradient-fast-blue-purple {
  background-image: linear-gradient(to right top, #2a46f4, #5f42f9, #833cfc, #a233fe, #bf25ff);
}

.bg-gradient-light-pink-light-purple {
  background-image: linear-gradient(to right top, #ed579b, #e855ad, #df57c0, #d15cd4, #bc63e8);
}

.bg-gradient-purple-magento {
  background-image: linear-gradient(to right top, #5553e1, #a34dcc, #ce4fb5, #e75ca1, #f47291);
}

.bg-gradient-blue-green {
  background-image: linear-gradient(to right top, #18cdbb, #22d2ae, #3cd69d, #57da89, #73dc73);
}

.bg-gradient-light-purple-light-orange {
  background-image: linear-gradient(to right top, #b783ff, #e37be0, #fa7cc1, #ff85a6, #ff9393);
}

.bg-gradient-sky-blue-pink {
  background-image: linear-gradient(to right top, #5758df, #a553cb, #d055b5, #ea63a0, #f77991);
}

.bg-gradient-dark-gray-brown {
  background-image: linear-gradient(to right top, #0f130f, #1e1d15, #3d2f20, #4e3b27, #664a2f);
}

.bg-gradient-tan-geraldine {
  background-image: linear-gradient(to right top, #fb7f87, #fc8a82, #fb957f, #fa9f7f, #f7aa80);
}

.bg-gradient-very-light-gray {
  background-image: linear-gradient(to bottom, #f7f8f9, #f9fafb, #fbfbfc, #fdfdfd, #ffffff);
}

.bg-gradient-top-very-light-gray {
  background-image: linear-gradient(to top, #f7f7f7, #f7f7f7, #fcfafa, #fcfafa, #ffffff);
}

.bg-gradient-orange-transparent {
  background: linear-gradient(to right, rgb(233, 117, 34) 10%, rgba(255, 255, 255, 0) 95%);
}

.bg-gradient-blue-transparent {
  background: linear-gradient(to right, rgb(30, 163, 177) 10%, rgba(255, 255, 255, 0) 95%);
}

.bg-gradient-emerald-blue-emerald-green {
  background-image: linear-gradient(50deg, #09afea 0, #19e089 100%);
}

.bg-gradient-very-ghost-white {
  background-image: linear-gradient(to bottom, #f4f6ff, #f7f8ff, #fafaff, #fdfdff, #ffffff);
}

/* Transparent background color */
.bg-transparent {
  background-color: transparent;
}

.bg-gradient-fast-blue-purple-transparent {
  background-image: linear-gradient(to right top, rgb(42, 70, 244), rgba(95, 66, 249, 0.9), rgba(131, 60, 252, 0.9), rgba(162, 51, 254, 0.9), rgba(191, 37, 255, 0.9));
}

.bg-gradient-fast-pink-light-yellow-transparent {
  background-image: linear-gradient(to right top, rgba(247, 86, 127, 0.9), rgba(254, 113, 119, 0.9), rgba(255, 138, 116, 0.9), rgba(255, 163, 120, 0.9), rgba(255, 186, 131, 0.9));
}

.bg-gradient-sky-blue-pink-transparent {
  background-image: linear-gradient(to right top, rgba(87, 88, 223, 0.9), rgba(165, 83, 203, 0.9), rgba(208, 85, 181, 0.9), rgba(234, 99, 160, 0.9), rgba(247, 121, 145, 0.9));
}

.bg-gradient-gray-light-dark-transparent {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 35, 41, 0.8)), to(transparent));
  background-image: linear-gradient(to top, rgba(32, 35, 41, 0.8) 0%, transparent 100%);
}

.bg-gradient-dark-transparent {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #141622), to(transparent));
  background: linear-gradient(to top, #141622 7%, transparent 100%);
}

.bg-gradient-dark-gray-left-transparent {
  background: -webkit-linear-gradient(right, rgba(24, 25, 28, 0.5), rgba(255, 255, 255, 0));
  background: linear-gradient(to right, rgba(24, 25, 28, 0.5), rgba(255, 255, 255, 0));
}

.bg-gradient-white-transparent {
  background: linear-gradient(to top, #ffffff 20%, rgba(255, 255, 255, 0) 80%);
}

.bg-gradient-white-dark-transparent {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #ffffff), to(transparent));
  background: linear-gradient(to top, #ffffff 30%, rgba(255, 255, 255, 0) 70%);
}

.bg-gradient-white-bottom-transparent {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 60%);
}

.bg-gradient-black-bottom-transparent {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.bg-gradient-solitude-blue-transparent {
  background: -webkit-linear-gradient(bottom, rgb(240, 244, 253), rgba(255, 255, 255, 0));
  background: linear-gradient(to top, rgb(240, 244, 253), rgba(255, 255, 255, 0));
}

.bg-gradient-extra-midium-gray-transparent {
  background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(150%, rgba(20, 20, 20, 0.3)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(20, 20, 20, 0.3) 150%);
}

.bg-dark-gray-transparent {
  background-color: rgba(35, 35, 35, 0.8);
}

.bg-dark-gray-transparent-light {
  background-color: rgba(35, 35, 35, 0.2);
}

.bg-dark-gray-transparent-medium {
  background-color: rgba(35, 35, 35, 0.4);
}

.bg-medium-gray-transparent {
  background-color: rgba(111, 111, 111, 0.1);
}

.bg-light-gray-transparent {
  background-color: rgb(251, 251, 251);
}

.bg-medium-gray-transparent {
  background-color: rgba(136, 136, 136, 0.3);
}

.bg-black-transparent-light {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black-transparent-medium {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black-transparent {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-white-transparent-extra-light,
.bg-white-transparent-extra-light:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white-transparent-very-light {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-transparent-light {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.7);
}

/* Background image */
.contain-background {
  background-size: contain;
}

.cover-background {
  background-repeat: no-repeat !important;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: center center !important;
}

.fix-background {
  position: relative;
  background-size: cover !important;
  -webkit-animation-duration: 0s;
  -webkit-animation-fill-mode: none;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

.background-size-inherit {
  background-size: inherit !important;
}

.background-attachment-inherit {
  background-attachment: inherit !important;
}

.background-position-left {
  background-position: left center !important;
}

.background-position-left-bottom {
  background-position: left bottom !important;
}

.background-position-left-center {
  background-position: left center !important;
}

.background-position-right {
  background-position: right center !important;
}

.background-position-right-top {
  background-position: right top !important;
}

.background-position-center-top {
  background-position: center top !important;
}

.background-position-left-top {
  background-position: left top !important;
}

.background-position-right-bottom {
  background-position: right bottom !important;
}

.background-position-center-bottom {
  background-position: center bottom 0px !important;
}

.background-repeat {
  background-repeat: repeat;
}

.background-no-repeat {
  background-repeat: no-repeat;
}

.background-no-repeat-y {
  background-repeat-y: no-repeat;
}

.background-position-center {
  background-position: center !important;
}

/* Background size */
.background-size-100 {
  background-size: 100% !important;
}

.background-size-auto-100 {
  background-size: auto 100% !important;
}

.background-size-contain {
  background-size: contain !important;
}

/* Border width */
.border-6 {
  border-width: 6px !important;
}

.border-7 {
  border-width: 7px !important;
}

.border-8 {
  border-width: 8px !important;
}

.border-9 {
  border-width: 9px !important;
}

.border-10 {
  border-width: 10px !important;
}

/* Border style */
.border-dotted {
  border-style: dotted !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-solid {
  border-style: solid !important;
}

.border-double {
  border-style: double !important;
}

.border-groove {
  border-style: groove !important;
}

.border-ridge {
  border-style: ridge !important;
}

.border-inset {
  border-style: inset !important;
}

.border-outset {
  border-style: outset !important;
}

.border-none {
  border-style: none !important;
}

.border-hidden {
  border-style: hidden !important;
}

/* Border color */
.border-color-base-color {
  border-color: var(--base-color) !important;
}

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

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

.border-color-medium-gray {
  border-color: var(--medium-gray) !important;
}

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

.border-color-very-light-gray {
  border-color: var(--very-light-gray) !important;
}

.border-color-light-medium-gray {
  border-color: var(--light-medium-gray) !important;
}

.border-color-extra-medium-gray {
  border-color: var(--extra-medium-gray) !important;
}

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

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

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

.border-color-transparent-dark-very-light {
  border-color: rgba(35, 35, 35, 0.1) !important;
}

.border-color-transparent-dark-light {
  border-color: rgba(35, 35, 35, 0.2) !important;
}

.border-color-transparent-white-very-light {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.border-color-transparent-white-light {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.border-color-transparent-white {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.border-color-transparent {
  border-color: transparent !important;
}

.border-color-transparent-on-hover:hover {
  border-color: transparent !important;
}

/* Gradient border color */
.border-gradient-light-pink-light-orange {
  border-image: linear-gradient(to right top, #ffafbd, #ffb3b4, #ffb7ac, #ffbda5, #ffc3a0);
  border-image-slice: 1;
}

.border-gradient-purple-pink {
  border-image: linear-gradient(to right, #8b14b1, #ab019e, #c00c8b, #cd267b, #d53d6e);
  border-image-slice: 1;
  border: 3px solid;
  border-image-source: linear-gradient(90deg, #9747FF 0%, #F756FF 50%, #0ABF8C 100%);
  border-image-slice: 1;

}

.border-gradient-fast-pink-light-yellow {
  border-image: linear-gradient(to right top, #f7567f, #fe7177, #ff8a74, #ffa378, #ffba83);
  border-image-slice: 1;
}

.border-gradient-pink-orange {
  border-image: linear-gradient(to right top, #de347f, #e73a70, #ed4461, #f05152, #ef5f43);
  border-image-slice: 1;
}

.border-gradient-fast-blue-purple {
  border-image: linear-gradient(to right top, #2a46f4, #5f42f9, #833cfc, #a233fe, #bf25ff);
  border-image-slice: 1;
}

.border-gradient-light-pink-light-purple {
  border-image: linear-gradient(to right top, #ed579b, #e855ad, #df57c0, #d15cd4, #bc63e8);
  border-image-slice: 1;
}

.border-gradient-light-green-light-perotgreen {
  border-image: linear-gradient(to right top, #5553e1, #a34dcc, #ce4fb5, #e75ca1, #f47291);
  border-image-slice: 1;
}

.border-gradient-sky-blue-pink {
  border-image: linear-gradient(to right top, #556fff, #556fff, #e05fc4, #f767a6, #ff798e);
  border-image-slice: 1;
}

/* Border radius */
.border-radius-0px {
  border-radius: 0 !important;
}

.border-radius-1px {
  border-radius: 1px !important;
}

.border-radius-2px {
  border-radius: 2px !important;
}

.border-radius-3px {
  border-radius: 3px !important;
}

.border-radius-4px {
  border-radius: 4px !important;
}

.border-radius-5px {
  border-radius: 5px !important;
}

.border-radius-6px {
  border-radius: 6px !important;
}

.border-radius-7px {
  border-radius: 7px !important;
}

.border-radius-8px {
  border-radius: 8px !important;
}

.border-radius-9px {
  border-radius: 9px !important;
}

.border-radius-10px {
  border-radius: 10px !important;
}

.border-radius-15px {
  border-radius: 15px !important;
}

.border-radius-18px {
  border-radius: 18px !important;
}

.border-radius-20px {
  border-radius: 20px !important;
}

.border-radius-22px {
  border-radius: 22px !important;
}

.border-radius-24px {
  border-radius: 24px !important;
}

.border-radius-26px {
  border-radius: 26px !important;
}

.border-radius-30px {
  border-radius: 30px !important;
}

.border-radius-40px {
  border-radius: 40px !important;
}

.border-radius-50px {
  border-radius: 50px !important;
}

.border-radius-100px {
  border-radius: 100px !important;
}

.border-radius-50 {
  border-radius: 50% !important;
}

.border-radius-100 {
  border-radius: 100% !important;
}

.no-border-radius {
  border-radius: 0 !important;
}

.border-radius-top-left {
  border-radius: 10px 0 0 10px !important;
}

/* Parallax background */
.parallax {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden;
  background-attachment: fixed !important;
  transition-timing-function: none;
  -webkit-transition-timing-function: none;
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
}

/* ===================================
    07. Width
====================================== */
.w-1px {
  width: 1px !important;
}

.w-2px {
  width: 2px !important;
}

.w-3px {
  width: 3px !important;
}

.w-4px {
  width: 4px !important;
}

.w-5px {
  width: 5px !important;
}

.w-6px {
  width: 6px !important;
}

.w-7px {
  width: 7px !important;
}

.w-8px {
  width: 8px !important;
}

.w-9px {
  width: 9px !important;
}

.w-10px {
  width: 10px !important;
}

.w-15px {
  width: 15px !important;
}

.w-20px {
  width: 20px !important;
}

.w-25px {
  width: 25px !important;
}

.w-30px {
  width: 30px !important;
}

.w-35px {
  width: 35px !important;
}

.w-40px {
  width: 40px !important;
}

.w-45px {
  width: 45px !important;
}

.w-50px {
  width: 50px !important;
}

.w-55px {
  width: 55px !important;
}

.w-60px {
  width: 60px !important;
}

.w-65px {
  width: 65px !important;
}

.w-70px {
  width: 70px !important;
}

.w-75px {
  width: 75px !important;
}

.w-80px {
  width: 80px !important;
}

.w-85px {
  width: 85px !important;
}

.w-90px {
  width: 90px !important;
}

.w-95px {
  width: 95px !important;
}

.w-100px {
  width: 100px !important;
}

.w-110px {
  width: 110px !important;
}

.w-120px {
  width: 120px !important;
}

.w-130px {
  width: 130px !important;
}

.w-140px {
  width: 140px !important;
}

.w-150px {
  width: 150px !important;
}

.w-160px {
  width: 160px !important;
}

.w-170px {
  width: 170px !important;
}

.w-180px {
  width: 180px !important;
}

.w-190px {
  width: 190px !important;
}

.w-200px {
  width: 200px !important;
}

.w-210px {
  width: 210px !important;
}

.w-220px {
  width: 220px !important;
}

.w-230px {
  width: 230px !important;
}

.w-240px {
  width: 240px !important;
}

.w-250px {
  width: 250px !important;
}

.w-260px {
  width: 260px !important;
}

.w-270px {
  width: 270px !important;
}

.w-280px {
  width: 280px !important;
}

.w-290px {
  width: 290px !important;
}

.w-300px {
  width: 300px !important;
}

.w-310px {
  width: 310px !important;
}

.w-320px {
  width: 320px !important;
}

.w-330px {
  width: 330px !important;
}

.w-340px {
  width: 340px !important;
}
.w-107px{
    height : 107px !important;
}

.w-350px {
  width: 350px !important;
}

.w-360px {
  width: 360px !important;
}

.w-370px {
  width: 370px !important;
}

.w-380px {
  width: 380px !important;
}

.w-390px {
  width: 390px !important;
}

.w-400px {
  width: 400px !important;
}

.w-450px {
  width: 450px !important;
}

.w-500px {
  width: 500px !important;
}

.w-550px {
  width: 550px !important;
}

.w-600px {
  width: 600px !important;
}

.w-650px {
  width: 650px !important;
}

.w-780px {
  width: 780px !important;
}

.w-700px {
  width: 700px !important;
}

.w-750px {
  width: 750px !important;
}

.w-800px {
  width: 800px !important;
}

.w-850px {
  width: 850px !important;
}

.w-900px {
  width: 900px !important;
}

.w-950px {
  width: 950px !important;
}

.w-1000px {
  width: 1000px !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

/* ===================================
    08. Height
====================================== */
.h-1px {
  height: 1px !important;
}

.h-2px {
  height: 2px !important;
}

.h-3px {
  height: 3px !important;
}

.h-4px {
  height: 4px !important;
}

.h-5px {
  height: 5px !important;
}

.h-6px {
  height: 6px !important;
}

.h-7px {
  height: 7px !important;
}

.h-8px {
  height: 8px !important;
}

.h-9px {
  height: 9px !important;
}

.h-10px {
  height: 10px !important;
}

.h-11px {
  height: 11px !important;
}

.h-12px {
  height: 12px !important;
}

.h-13px {
  height: 13px !important;
}

.h-14px {
  height: 14px !important;
}

.h-15px {
  height: 15px !important;
}

.h-20px {
  height: 20px !important;
}

.h-25px {
  height: 25px !important;
}

.h-30px {
  height: 30px !important;
}

.h-35px {
  height: 35px !important;
}

.h-40px {
  height: 40px !important;
}

.h-42px {
  height: 42px !important;
}

.h-45px {
  height: 45px !important;
}

.h-50px {
  height: 50px !important;
}

.h-55px {
  height: 55px !important;
}

.h-60px {
  height: 60px !important;
}

.h-65px {
  height: 65px !important;
}

.h-70px {
  height: 70px !important;
}

.h-75px {
  height: 75px !important;
}

.h-80px {
  height: 80px !important;
}

.h-85px {
  height: 85px !important;
}

.h-90px {
  height: 90px !important;
}

.h-95px {
  height: 95px !important;
}

.h-100px {
  height: 100px !important;
}

.h-110px {
  height: 110px !important;
}

.h-120px {
  height: 120px !important;
}

.h-130px {
  height: 130px !important;
}

.h-140px {
  height: 140px !important;
}

.h-150px {
  height: 150px !important;
}

.h-160px {
  height: 160px !important;
}

.h-170px {
  height: 170px !important;
}

.h-180px {
  height: 180px !important;
}

.h-190px {
  height: 190px !important;
}

.h-200px {
  height: 200px !important;
}

.h-210px {
  height: 210px !important;
}

.h-220px {
  height: 220px !important;
}

.h-230px {
  height: 230px !important;
}

.h-240px {
  height: 240px !important;
}

.h-250px {
  height: 250px !important;
}

.h-260px {
  height: 260px !important;
}

.h-270px {
  height: 270px !important;
}

.h-280px {
  height: 280px !important;
}

.h-290px {
  height: 290px !important;
}

.h-300px {
  height: 300px !important;
}

.h-350px {
  height: 350px !important;
}

.h-400px {
  height: 400px !important;
}

.h-450px {
  height: 450px !important;
}

.h-480px {
  height: 480px !important;
}

.h-500px {
  height: 500px !important;
}

.h-550px {
  height: 550px !important;
}

.h-580px {
  height: 580px !important;
}

.h-600px {
  height: 600px !important;
}

.h-650px {
  height: 650px !important;
}

.h-700px {
  height: 700px !important;
}

.h-750px {
  height: 750px !important;
}

.h-800px {
  height: 800px !important;
}

.h-850px {
  height: 850px !important;
}

.h-auto {
  height: auto !important;
}

/* Screen height */
.extra-very-small-screen {
  height: 250px !important;
}

.extra-small-screen {
  height: 300px !important;
}

.small-screen {
  height: 400px !important;
}

.one-half-screen {
  height: 600px !important;
}

.one-third-screen {
  height: 700px !important;
}

.one-fourth-screen {
  height: 800px !important;
}

.one-fifth-screen {
  height: 900px !important;
}

.one-sixth-screen {
  height: 1000px !important;
}

.one-seventh-screen {
  height: 1200px !important;
}

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

/* ===================================
    09. Loop - Padding, margin, position, font weight, min height, opacity and z-index
====================================== */
/* Padding and margin */
.p-5px {
  padding: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 1% !important;
}

.p-2 {
  padding: 2% !important;
}

.p-3 {
  padding: 3% !important;
}

.p-4 {
  padding: 4% !important;
}

.p-5 {
  padding: 5% !important;
}

.p-6 {
  padding: 6% !important;
}

.p-7 {
  padding: 7% !important;
}

.p-8 {
  padding: 8% !important;
}

.p-9 {
  padding: 9% !important;
}

.p-10 {
  padding: 10% !important;
}

.p-11 {
  padding: 11% !important;
}

.p-12 {
  padding: 12% !important;
}

.p-13 {
  padding: 13% !important;
}

.p-14 {
  padding: 14% !important;
}

.p-15 {
  padding: 15% !important;
}

.p-16 {
  padding: 16% !important;
}

.p-17 {
  padding: 17% !important;
}

.p-18 {
  padding: 18% !important;
}

.p-19 {
  padding: 19% !important;
}

.p-20 {
  padding: 20% !important;
}

.p-21 {
  padding: 21% !important;
}

.p-22 {
  padding: 22% !important;
}

.p-23 {
  padding: 23% !important;
}

.p-24 {
  padding: 24% !important;
}

.p-25 {
  padding: 25% !important;
}

.p-26 {
  padding: 26% !important;
}

.p-27 {
  padding: 27% !important;
}

.p-28 {
  padding: 28% !important;
}

.p-29 {
  padding: 29% !important;
}

.p-30 {
  padding: 30% !important;
}

.pt-5px {
  padding-top: 5px !important;
}

.pt-10px {
  padding-top: 10px !important;
}

.pt-15px {
  padding-top: 15px !important;
}

.pt-20px {
  padding-top: 20px !important;
}

.pt-25px {
  padding-top: 25px !important;
}

.pt-30px {
  padding-top: 30px !important;
}

.pt-35px {
  padding-top: 35px !important;
}

.pt-40px {
  padding-top: 40px !important;
}

.pt-45px {
  padding-top: 45px !important;
}

.pt-50px {
  padding-top: 50px !important;
}

.pt-55px {
  padding-top: 55px !important;
}

.pt-60px {
  padding-top: 60px !important;
}

.pt-65px {
  padding-top: 65px !important;
}

.pt-70px {
  padding-top: 70px !important;
}

.pt-1 {
  padding-top: 1% !important;
}

.pt-2 {
  padding-top: 2% !important;
}

.pt-3 {
  padding-top: 3% !important;
}

.pt-4 {
  padding-top: 4% !important;
}

.pt-5 {
  padding-top: 5% !important;
}

.pt-6 {
  padding-top: 6% !important;
}

.pt-7 {
  padding-top: 7% !important;
}

.pt-8 {
  padding-top: 8% !important;
}

.pt-9 {
  padding-top: 9% !important;
}

.pt-10 {
  padding-top: 10% !important;
}

.pt-11 {
  padding-top: 11% !important;
}

.pt-12 {
  padding-top: 12% !important;
}

.pt-13 {
  padding-top: 13% !important;
}

.pt-14 {
  padding-top: 14% !important;
}

.pt-15 {
  padding-top: 15% !important;
}

.pt-16 {
  padding-top: 16% !important;
}

.pt-17 {
  padding-top: 17% !important;
}

.pt-18 {
  padding-top: 18% !important;
}

.pt-19 {
  padding-top: 19% !important;
}

.pt-20 {
  padding-top: 20% !important;
}

.pt-21 {
  padding-top: 21% !important;
}

.pt-22 {
  padding-top: 22% !important;
}

.pt-23 {
  padding-top: 23% !important;
}

.pt-24 {
  padding-top: 24% !important;
}

.pt-25 {
  padding-top: 25% !important;
}

.pt-26 {
  padding-top: 26% !important;
}

.pt-27 {
  padding-top: 27% !important;
}

.pt-28 {
  padding-top: 28% !important;
}

.pt-29 {
  padding-top: 29% !important;
}

.pt-30 {
  padding-top: 30% !important;
}

.pe-5px {
  padding-right: 5px !important;
}

.pe-10px {
  padding-right: 10px !important;
}

.pe-15px {
  padding-right: 15px !important;
}

.pe-20px {
  padding-right: 20px !important;
}

.pe-25px {
  padding-right: 25px !important;
}

.pe-30px {
  padding-right: 30px !important;
}

.pe-35px {
  padding-right: 35px !important;
}

.pe-40px {
  padding-right: 40px !important;
}

.pe-45px {
  padding-right: 45px !important;
}

.pe-50px {
  padding-right: 50px !important;
}

.pe-55px {
  padding-right: 55px !important;
}

.pe-60px {
  padding-right: 60px !important;
}

.pe-65px {
  padding-right: 65px !important;
}

.pe-70px {
  padding-right: 70px !important;
}

.pe-1 {
  padding-right: 1% !important;
}

.pe-2 {
  padding-right: 2% !important;
}

.pe-3 {
  padding-right: 3% !important;
}

.pe-4 {
  padding-right: 4% !important;
}

.pe-5 {
  padding-right: 5% !important;
}

.pe-6 {
  padding-right: 6% !important;
}

.pe-7 {
  padding-right: 7% !important;
}

.pe-8 {
  padding-right: 8% !important;
}

.pe-9 {
  padding-right: 9% !important;
}

.pe-10 {
  padding-right: 10% !important;
}

.pe-11 {
  padding-right: 11% !important;
}

.pe-12 {
  padding-right: 12% !important;
}

.pe-13 {
  padding-right: 13% !important;
}

.pe-14 {
  padding-right: 14% !important;
}

.pe-15 {
  padding-right: 15% !important;
}

.pe-16 {
  padding-right: 16% !important;
}

.pe-17 {
  padding-right: 17% !important;
}

.pe-18 {
  padding-right: 18% !important;
}

.pe-19 {
  padding-right: 19% !important;
}

.pe-20 {
  padding-right: 20% !important;
}

.pe-21 {
  padding-right: 21% !important;
}

.pe-22 {
  padding-right: 22% !important;
}

.pe-23 {
  padding-right: 23% !important;
}

.pe-24 {
  padding-right: 24% !important;
}

.pe-25 {
  padding-right: 25% !important;
}

.pe-26 {
  padding-right: 26% !important;
}

.pe-27 {
  padding-right: 27% !important;
}

.pe-28 {
  padding-right: 28% !important;
}

.pe-29 {
  padding-right: 29% !important;
}

.pe-30 {
  padding-right: 30% !important;
}

.pb-5px {
  padding-bottom: 5px !important;
}

.pb-10px {
  padding-bottom: 10px !important;
}

.pb-15px {
  padding-bottom: 15px !important;
}

.pb-20px {
  padding-bottom: 20px !important;
}

.pb-25px {
  padding-bottom: 25px !important;
}

.pb-30px {
  padding-bottom: 30px !important;
}

.pb-35px {
  padding-bottom: 35px !important;
}

.pb-40px {
  padding-bottom: 40px !important;
}

.pb-45px {
  padding-bottom: 45px !important;
}

.pb-50px {
  padding-bottom: 50px !important;
}

.pb-55px {
  padding-bottom: 55px !important;
}

.pb-60px {
  padding-bottom: 60px !important;
}

.pb-65px {
  padding-bottom: 65px !important;
}

.pb-70px {
  padding-bottom: 70px !important;
}

.pb-1 {
  padding-bottom: 1% !important;
}

.pb-2 {
  padding-bottom: 2% !important;
}

.pb-3 {
  padding-bottom: 3% !important;
}

.pb-4 {
  padding-bottom: 4% !important;
}

.pb-5 {
  padding-bottom: 5% !important;
}

.pb-6 {
  padding-bottom: 6% !important;
}

.pb-7 {
  padding-bottom: 7% !important;
}

.pb-8 {
  padding-bottom: 8% !important;
}

.pb-9 {
  padding-bottom: 9% !important;
}

.pb-10 {
  padding-bottom: 10% !important;
}

.pb-11 {
  padding-bottom: 11% !important;
}

.pb-12 {
  padding-bottom: 12% !important;
}

.pb-13 {
  padding-bottom: 13% !important;
}

.pb-14 {
  padding-bottom: 14% !important;
}

.pb-15 {
  padding-bottom: 15% !important;
}

.pb-16 {
  padding-bottom: 16% !important;
}

.pb-17 {
  padding-bottom: 17% !important;
}

.pb-18 {
  padding-bottom: 18% !important;
}

.pb-19 {
  padding-bottom: 19% !important;
}

.pb-20 {
  padding-bottom: 20% !important;
}

.pb-21 {
  padding-bottom: 21% !important;
}

.pb-22 {
  padding-bottom: 22% !important;
}

.pb-23 {
  padding-bottom: 23% !important;
}

.pb-24 {
  padding-bottom: 24% !important;
}

.pb-25 {
  padding-bottom: 25% !important;
}

.pb-26 {
  padding-bottom: 26% !important;
}

.pb-27 {
  padding-bottom: 27% !important;
}

.pb-28 {
  padding-bottom: 28% !important;
}

.pb-29 {
  padding-bottom: 29% !important;
}

.pb-30 {
  padding-bottom: 30% !important;
}

.ps-5px {
  padding-left: 5px !important;
}

.ps-10px {
  padding-left: 10px !important;
}

.ps-15px {
  padding-left: 15px !important;
}

.ps-20px {
  padding-left: 20px !important;
}

.ps-25px {
  padding-left: 25px !important;
}

.ps-30px {
  padding-left: 30px !important;
}

.ps-35px {
  padding-left: 35px !important;
}

.ps-40px {
  padding-left: 40px !important;
}

.ps-45px {
  padding-left: 45px !important;
}

.ps-50px {
  padding-left: 50px !important;
}

.ps-55px {
  padding-left: 55px !important;
}

.ps-60px {
  padding-left: 60px !important;
}

.ps-65px {
  padding-left: 65px !important;
}

.ps-70px {
  padding-left: 70px !important;
}

.ps-1 {
  padding-left: 1% !important;
}

.ps-2 {
  padding-left: 2% !important;
}

.ps-3 {
  padding-left: 3% !important;
}

.ps-4 {
  padding-left: 4% !important;
}

.ps-5 {
  padding-left: 5% !important;
}

.ps-6 {
  padding-left: 6% !important;
}

.ps-7 {
  padding-left: 7% !important;
}

.ps-8 {
  padding-left: 8% !important;
}

.ps-9 {
  padding-left: 9% !important;
}

.ps-10 {
  padding-left: 10% !important;
}

.ps-11 {
  padding-left: 11% !important;
}

.ps-12 {
  padding-left: 12% !important;
}

.ps-13 {
  padding-left: 13% !important;
}

.ps-14 {
  padding-left: 14% !important;
}

.ps-15 {
  padding-left: 15% !important;
}

.ps-16 {
  padding-left: 16% !important;
}

.ps-17 {
  padding-left: 17% !important;
}

.ps-18 {
  padding-left: 18% !important;
}

.ps-19 {
  padding-left: 19% !important;
}

.ps-20 {
  padding-left: 20% !important;
}

.ps-21 {
  padding-left: 21% !important;
}

.ps-22 {
  padding-left: 22% !important;
}

.ps-23 {
  padding-left: 23% !important;
}

.ps-24 {
  padding-left: 24% !important;
}

.ps-25 {
  padding-left: 25% !important;
}

.ps-26 {
  padding-left: 26% !important;
}

.ps-27 {
  padding-left: 27% !important;
}

.ps-28 {
  padding-left: 28% !important;
}

.ps-29 {
  padding-left: 29% !important;
}

.ps-30 {
  padding-left: 30% !important;
}

.m-5px {
  margin: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 1% !important;
}

.m-2 {
  margin: 2% !important;
}

.m-3 {
  margin: 3% !important;
}

.m-4 {
  margin: 4% !important;
}

.m-5 {
  margin: 5% !important;
}

.m-6 {
  margin: 6% !important;
}

.m-7 {
  margin: 7% !important;
}

.m-8 {
  margin: 8% !important;
}

.m-9 {
  margin: 9% !important;
}

.m-10 {
  margin: 10% !important;
}

.m-11 {
  margin: 11% !important;
}

.m-12 {
  margin: 12% !important;
}

.m-13 {
  margin: 13% !important;
}

.m-14 {
  margin: 14% !important;
}

.m-15 {
  margin: 15% !important;
}

.m-16 {
  margin: 16% !important;
}

.m-17 {
  margin: 17% !important;
}

.m-18 {
  margin: 18% !important;
}

.m-19 {
  margin: 19% !important;
}

.m-20 {
  margin: 20% !important;
}

.m-21 {
  margin: 21% !important;
}

.m-22 {
  margin: 22% !important;
}

.m-23 {
  margin: 23% !important;
}

.m-24 {
  margin: 24% !important;
}

.m-25 {
  margin: 25% !important;
}

.m-26 {
  margin: 26% !important;
}

.m-27 {
  margin: 27% !important;
}

.m-28 {
  margin: 28% !important;
}

.m-29 {
  margin: 29% !important;
}

.m-30 {
  margin: 30% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-1 {
  margin-top: 1% !important;
}

.mt-2 {
  margin-top: 2% !important;
}

.mt-3 {
  margin-top: 3% !important;
}

.mt-4 {
  margin-top: 4% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-5px {
  margin-right: 5px !important;
}

.me-10px {
  margin-right: 10px !important;
}

.me-15px {
  margin-right: 15px !important;
}

.me-20px {
  margin-right: 20px !important;
}

.me-25px {
  margin-right: 25px !important;
}

.me-30px {
  margin-right: 30px !important;
}

.me-35px {
  margin-right: 35px !important;
}

.me-40px {
  margin-right: 40px !important;
}

.me-45px {
  margin-right: 45px !important;
}

.me-50px {
  margin-right: 50px !important;
}

.me-55px {
  margin-right: 55px !important;
}

.me-60px {
  margin-right: 60px !important;
}

.me-65px {
  margin-right: 65px !important;
}

.me-70px {
  margin-right: 70px !important;
}

.me-1 {
  margin-right: 1% !important;
}

.me-2 {
  margin-right: 2% !important;
}

.me-3 {
  margin-right: 3% !important;
}

.me-4 {
  margin-right: 4% !important;
}

.me-5 {
  margin-right: 5% !important;
}

.me-6 {
  margin-right: 6% !important;
}

.me-7 {
  margin-right: 7% !important;
}

.me-8 {
  margin-right: 8% !important;
}

.me-9 {
  margin-right: 9% !important;
}

.me-10 {
  margin-right: 10% !important;
}

.me-11 {
  margin-right: 11% !important;
}

.me-12 {
  margin-right: 12% !important;
}

.me-13 {
  margin-right: 13% !important;
}

.me-14 {
  margin-right: 14% !important;
}

.me-15 {
  margin-right: 15% !important;
}

.me-16 {
  margin-right: 16% !important;
}

.me-17 {
  margin-right: 17% !important;
}

.me-18 {
  margin-right: 18% !important;
}

.me-19 {
  margin-right: 19% !important;
}

.me-20 {
  margin-right: 20% !important;
}

.me-21 {
  margin-right: 21% !important;
}

.me-22 {
  margin-right: 22% !important;
}

.me-23 {
  margin-right: 23% !important;
}

.me-24 {
  margin-right: 24% !important;
}

.me-25 {
  margin-right: 25% !important;
}

.me-26 {
  margin-right: 26% !important;
}

.me-27 {
  margin-right: 27% !important;
}

.me-28 {
  margin-right: 28% !important;
}

.me-29 {
  margin-right: 29% !important;
}

.me-30 {
  margin-right: 30% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-1 {
  margin-bottom: 1% !important;
}

.mb-2 {
  margin-bottom: 2% !important;
}

.mb-3 {
  margin-bottom: 3% !important;
}

.mb-4 {
  margin-bottom: 4% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-5px {
  margin-left: 5px !important;
}

.ms-10px {
  margin-left: 10px !important;
}

.ms-15px {
  margin-left: 15px !important;
}

.ms-20px {
  margin-left: 20px !important;
}

.ms-25px {
  margin-left: 25px !important;
}

.ms-30px {
  margin-left: 30px !important;
}

.ms-35px {
  margin-left: 35px !important;
}

.ms-40px {
  margin-left: 40px !important;
}

.ms-45px {
  margin-left: 45px !important;
}

.ms-50px {
  margin-left: 50px !important;
}

.ms-55px {
  margin-left: 55px !important;
}

.ms-60px {
  margin-left: 60px !important;
}

.ms-65px {
  margin-left: 65px !important;
}

.ms-70px {
  margin-left: 70px !important;
}

.ms-1 {
  margin-left: 1% !important;
}

.ms-2 {
  margin-left: 2% !important;
}

.ms-3 {
  margin-left: 3% !important;
}

.ms-4 {
  margin-left: 4% !important;
}

.ms-5 {
  margin-left: 5% !important;
}

.ms-6 {
  margin-left: 6% !important;
}

.ms-7 {
  margin-left: 7% !important;
}

.ms-8 {
  margin-left: 8% !important;
}

.ms-9 {
  margin-left: 9% !important;
}

.ms-10 {
  margin-left: 10% !important;
}

.ms-11 {
  margin-left: 11% !important;
}

.ms-12 {
  margin-left: 12% !important;
}

.ms-13 {
  margin-left: 13% !important;
}

.ms-14 {
  margin-left: 14% !important;
}

.ms-15 {
  margin-left: 15% !important;
}

.ms-16 {
  margin-left: 16% !important;
}

.ms-17 {
  margin-left: 17% !important;
}

.ms-18 {
  margin-left: 18% !important;
}

.ms-19 {
  margin-left: 19% !important;
}

.ms-20 {
  margin-left: 20% !important;
}

.ms-21 {
  margin-left: 21% !important;
}

.ms-22 {
  margin-left: 22% !important;
}

.ms-23 {
  margin-left: 23% !important;
}

.ms-24 {
  margin-left: 24% !important;
}

.ms-25 {
  margin-left: 25% !important;
}

.ms-26 {
  margin-left: 26% !important;
}

.ms-27 {
  margin-left: 27% !important;
}

.ms-28 {
  margin-left: 28% !important;
}

.ms-29 {
  margin-left: 29% !important;
}

.ms-30 {
  margin-left: 30% !important;
}

/* Position */
.top-0px {
  top: 0px;
}

.top-1px {
  top: 1px;
}

.top-2px {
  top: 2px;
}

.top-3px {
  top: 3px;
}

.top-4px {
  top: 4px;
}

.top-5px {
  top: 5px;
}

.top-6px {
  top: 6px;
}

.top-7px {
  top: 7px;
}

.top-8px {
  top: 8px;
}

.top-9px {
  top: 9px;
}

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

.top-11px {
  top: 11px;
}

.top-12px {
  top: 12px;
}

.top-13px {
  top: 13px;
}

.top-14px {
  top: 14px;
}

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

.top-16px {
  top: 16px;
}

.top-17px {
  top: 17px;
}

.top-18px {
  top: 18px;
}

.top-19px {
  top: 19px;
}

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

.top-21px {
  top: 21px;
}

.top-22px {
  top: 22px;
}

.top-23px {
  top: 23px;
}

.top-24px {
  top: 24px;
}

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

.top-26px {
  top: 26px;
}

.top-27px {
  top: 27px;
}

.top-28px {
  top: 28px;
}

.top-29px {
  top: 29px;
}

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

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

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

.top-60px {
  top: 60px;
}

.top-70px {
  top: 70px;
}

.top-80px {
  top: 80px;
}

.top-90px {
  top: 90px;
}

.top-100px {
  top: 100px;
}

.top-110px {
  top: 110px;
}

.top-120px {
  top: 120px;
}

.top-130px {
  top: 130px;
}

.top-140px {
  top: 140px;
}

.top-150px {
  top: 150px;
}

.right-0px {
  right: 0px;
}

.right-1px {
  right: 1px;
}

.right-2px {
  right: 2px;
}

.right-3px {
  right: 3px;
}

.right-4px {
  right: 4px;
}

.right-5px {
  right: 5px;
}

.right-6px {
  right: 6px;
}

.right-7px {
  right: 7px;
}

.right-8px {
  right: 8px;
}

.right-9px {
  right: 9px;
}

.right-10px {
  right: 10px;
}

.right-11px {
  right: 11px;
}

.right-12px {
  right: 12px;
}

.right-13px {
  right: 13px;
}

.right-14px {
  right: 14px;
}

.right-15px {
  right: 15px;
}

.right-16px {
  right: 16px;
}

.right-17px {
  right: 17px;
}

.right-18px {
  right: 18px;
}

.right-19px {
  right: 19px;
}

.right-20px {
  right: 20px;
}

.right-21px {
  right: 21px;
}

.right-22px {
  right: 22px;
}

.right-23px {
  right: 23px;
}

.right-24px {
  right: 24px;
}

.right-25px {
  right: 25px;
}

.right-26px {
  right: 26px;
}

.right-27px {
  right: 27px;
}

.right-28px {
  right: 28px;
}

.right-29px {
  right: 29px;
}

.right-30px {
  right: 30px;
}

.right-40px {
  right: 40px;
}

.right-50px {
  right: 50px;
}

.right-60px {
  right: 60px;
}

.right-70px {
  right: 70px;
}

.right-80px {
  right: 80px;
}

.right-90px {
  right: 90px;
}

.right-100px {
  right: 100px;
}

.right-110px {
  right: 110px;
}

.right-120px {
  right: 120px;
}

.right-130px {
  right: 130px;
}

.right-140px {
  right: 140px;
}

.right-150px {
  right: 150px;
}

.bottom-0px {
  bottom: 0px;
}

.bottom-1px {
  bottom: 1px;
}

.bottom-2px {
  bottom: 2px;
}

.bottom-3px {
  bottom: 3px;
}

.bottom-4px {
  bottom: 4px;
}

.bottom-5px {
  bottom: 5px;
}

.bottom-6px {
  bottom: 6px;
}

.bottom-7px {
  bottom: 7px;
}

.bottom-8px {
  bottom: 8px;
}

.bottom-9px {
  bottom: 9px;
}

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

.bottom-11px {
  bottom: 11px;
}

.bottom-12px {
  bottom: 12px;
}

.bottom-13px {
  bottom: 13px;
}

.bottom-14px {
  bottom: 14px;
}

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

.bottom-16px {
  bottom: 16px;
}

.bottom-17px {
  bottom: 17px;
}

.bottom-18px {
  bottom: 18px;
}

.bottom-19px {
  bottom: 19px;
}

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

.bottom-21px {
  bottom: 21px;
}

.bottom-22px {
  bottom: 22px;
}

.bottom-23px {
  bottom: 23px;
}

.bottom-24px {
  bottom: 24px;
}

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

.bottom-26px {
  bottom: 26px;
}

.bottom-27px {
  bottom: 27px;
}

.bottom-28px {
  bottom: 28px;
}

.bottom-29px {
  bottom: 29px;
}

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

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

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

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

.bottom-70px {
  bottom: 70px;
}

.bottom-80px {
  bottom: 80px;
}

.bottom-90px {
  bottom: 90px;
}

.bottom-100px {
  bottom: 100px;
}

.bottom-110px {
  bottom: 110px;
}

.bottom-120px {
  bottom: 120px;
}

.bottom-130px {
  bottom: 130px;
}

.bottom-140px {
  bottom: 140px;
}

.bottom-150px {
  bottom: 150px;
}

.left-0px {
  left: 0px;
}

.left-1px {
  left: 1px;
}

.left-2px {
  left: 2px;
}

.left-3px {
  left: 3px;
}

.left-4px {
  left: 4px;
}

.left-5px {
  left: 5px;
}

.left-6px {
  left: 6px;
}

.left-7px {
  left: 7px;
}

.left-8px {
  left: 8px;
}

.left-9px {
  left: 9px;
}

.left-10px {
  left: 10px;
}

.left-11px {
  left: 11px;
}

.left-12px {
  left: 12px;
}

.left-13px {
  left: 13px;
}

.left-14px {
  left: 14px;
}

.left-15px {
  left: 15px;
}

.left-16px {
  left: 16px;
}

.left-17px {
  left: 17px;
}

.left-18px {
  left: 18px;
}

.left-19px {
  left: 19px;
}

.left-20px {
  left: 20px;
}

.left-21px {
  left: 21px;
}

.left-22px {
  left: 22px;
}

.left-23px {
  left: 23px;
}

.left-24px {
  left: 24px;
}

.left-25px {
  left: 25px;
}

.left-26px {
  left: 26px;
}

.left-27px {
  left: 27px;
}

.left-28px {
  left: 28px;
}

.left-29px {
  left: 29px;
}

.left-30px {
  left: 30px;
}

.left-40px {
  left: 40px;
}

.left-50px {
  left: 50px;
}

.left-60px {
  left: 60px;
}

.left-70px {
  left: 70px;
}

.left-80px {
  left: 80px;
}

.left-90px {
  left: 90px;
}

.left-100px {
  left: 100px;
}

.left-110px {
  left: 110px;
}

.left-120px {
  left: 120px;
}

.left-130px {
  left: 130px;
}

.left-140px {
  left: 140px;
}

.left-150px {
  left: 150px;
}

.top-minus-0px {
  top: -0px;
}

.top-minus-1px {
  top: -1px;
}

.top-minus-2px {
  top: -2px;
}

.top-minus-3px {
  top: -3px;
}

.top-minus-4px {
  top: -4px;
}

.top-minus-5px {
  top: -5px;
}

.top-minus-6px {
  top: -6px;
}

.top-minus-7px {
  top: -7px;
}

.top-minus-8px {
  top: -8px;
}

.top-minus-9px {
  top: -9px;
}

.top-minus-10px {
  top: -10px;
}

.top-minus-11px {
  top: -11px;
}

.top-minus-12px {
  top: -12px;
}

.top-minus-13px {
  top: -13px;
}

.top-minus-14px {
  top: -14px;
}

.top-minus-15px {
  top: -15px;
}

.top-minus-16px {
  top: -16px;
}

.top-minus-17px {
  top: -17px;
}

.top-minus-18px {
  top: -18px;
}

.top-minus-19px {
  top: -19px;
}

.top-minus-20px {
  top: -20px;
}

.top-minus-21px {
  top: -21px;
}

.top-minus-22px {
  top: -22px;
}

.top-minus-23px {
  top: -23px;
}

.top-minus-24px {
  top: -24px;
}

.top-minus-25px {
  top: -25px;
}

.top-minus-26px {
  top: -26px;
}

.top-minus-27px {
  top: -27px;
}

.top-minus-28px {
  top: -28px;
}

.top-minus-29px {
  top: -29px;
}

.top-minus-30px {
  top: -30px;
}

.top-minus-40px {
  top: -40px;
}

.top-minus-50px {
  top: -50px;
}

.top-minus-60px {
  top: -60px;
}

.top-minus-70px {
  top: -70px;
}

.top-minus-80px {
  top: -80px;
}

.top-minus-90px {
  top: -90px;
}

.top-minus-100px {
  top: -100px;
}

.top-minus-110px {
  top: -110px;
}

.top-minus-120px {
  top: -120px;
}

.top-minus-130px {
  top: -130px;
}

.top-minus-140px {
  top: -140px;
}

.top-minus-150px {
  top: -150px;
}

.right-minus-0px {
  right: -0px;
}

.right-minus-1px {
  right: -1px;
}

.right-minus-2px {
  right: -2px;
}

.right-minus-3px {
  right: -3px;
}

.right-minus-4px {
  right: -4px;
}

.right-minus-5px {
  right: -5px;
}

.right-minus-6px {
  right: -6px;
}

.right-minus-7px {
  right: -7px;
}

.right-minus-8px {
  right: -8px;
}

.right-minus-9px {
  right: -9px;
}

.right-minus-10px {
  right: -10px;
}

.right-minus-11px {
  right: -11px;
}

.right-minus-12px {
  right: -12px;
}

.right-minus-13px {
  right: -13px;
}

.right-minus-14px {
  right: -14px;
}

.right-minus-15px {
  right: -15px;
}

.right-minus-16px {
  right: -16px;
}

.right-minus-17px {
  right: -17px;
}

.right-minus-18px {
  right: -18px;
}

.right-minus-19px {
  right: -19px;
}

.right-minus-20px {
  right: -20px;
}

.right-minus-21px {
  right: -21px;
}

.right-minus-22px {
  right: -22px;
}

.right-minus-23px {
  right: -23px;
}

.right-minus-24px {
  right: -24px;
}

.right-minus-25px {
  right: -25px;
}

.right-minus-26px {
  right: -26px;
}

.right-minus-27px {
  right: -27px;
}

.right-minus-28px {
  right: -28px;
}

.right-minus-29px {
  right: -29px;
}

.right-minus-30px {
  right: -30px;
}

.right-minus-40px {
  right: -40px;
}

.right-minus-50px {
  right: -50px;
}

.right-minus-60px {
  right: -60px;
}

.right-minus-70px {
  right: -70px;
}

.right-minus-80px {
  right: -80px;
}

.right-minus-90px {
  right: -90px;
}

.right-minus-100px {
  right: -100px;
}

.right-minus-110px {
  right: -110px;
}

.right-minus-120px {
  right: -120px;
}

.right-minus-130px {
  right: -130px;
}

.right-minus-140px {
  right: -140px;
}

.right-minus-150px {
  right: -150px;
}

.bottom-minus-0px {
  bottom: -0px;
}

.bottom-minus-1px {
  bottom: -1px;
}

.bottom-minus-2px {
  bottom: -2px;
}

.bottom-minus-3px {
  bottom: -3px;
}

.bottom-minus-4px {
  bottom: -4px;
}

.bottom-minus-5px {
  bottom: -5px;
}

.bottom-minus-6px {
  bottom: -6px;
}

.bottom-minus-7px {
  bottom: -7px;
}

.bottom-minus-8px {
  bottom: -8px;
}

.bottom-minus-9px {
  bottom: -9px;
}

.bottom-minus-10px {
  bottom: -10px;
}

.bottom-minus-11px {
  bottom: -11px;
}

.bottom-minus-12px {
  bottom: -12px;
}

.bottom-minus-13px {
  bottom: -13px;
}

.bottom-minus-14px {
  bottom: -14px;
}

.bottom-minus-15px {
  bottom: -15px;
}

.bottom-minus-16px {
  bottom: -16px;
}

.bottom-minus-17px {
  bottom: -17px;
}

.bottom-minus-18px {
  bottom: -18px;
}

.bottom-minus-19px {
  bottom: -19px;
}

.bottom-minus-20px {
  bottom: -20px;
}

.bottom-minus-21px {
  bottom: -21px;
}

.bottom-minus-22px {
  bottom: -22px;
}

.bottom-minus-23px {
  bottom: -23px;
}

.bottom-minus-24px {
  bottom: -24px;
}

.bottom-minus-25px {
  bottom: -25px;
}

.bottom-minus-26px {
  bottom: -26px;
}

.bottom-minus-27px {
  bottom: -27px;
}

.bottom-minus-28px {
  bottom: -28px;
}

.bottom-minus-29px {
  bottom: -29px;
}

.bottom-minus-30px {
  bottom: -30px;
}

.bottom-minus-40px {
  bottom: -40px;
}

.bottom-minus-50px {
  bottom: -50px;
}

.bottom-minus-60px {
  bottom: -60px;
}

.bottom-minus-70px {
  bottom: -70px;
}

.bottom-minus-80px {
  bottom: -80px;
}

.bottom-minus-90px {
  bottom: -90px;
}

.bottom-minus-100px {
  bottom: -100px;
}

.bottom-minus-110px {
  bottom: -110px;
}

.bottom-minus-120px {
  bottom: -120px;
}

.bottom-minus-130px {
  bottom: -130px;
}

.bottom-minus-140px {
  bottom: -140px;
}

.bottom-minus-150px {
  bottom: -150px;
}

.left-minus-0px {
  left: -0px;
}

.left-minus-1px {
  left: -1px;
}

.left-minus-2px {
  left: -2px;
}

.left-minus-3px {
  left: -3px;
}

.left-minus-4px {
  left: -4px;
}

.left-minus-5px {
  left: -5px;
}

.left-minus-6px {
  left: -6px;
}

.left-minus-7px {
  left: -7px;
}

.left-minus-8px {
  left: -8px;
}

.left-minus-9px {
  left: -9px;
}

.left-minus-10px {
  left: -10px;
}

.left-minus-11px {
  left: -11px;
}

.left-minus-12px {
  left: -12px;
}

.left-minus-13px {
  left: -13px;
}

.left-minus-14px {
  left: -14px;
}

.left-minus-15px {
  left: -15px;
}

.left-minus-16px {
  left: -16px;
}

.left-minus-17px {
  left: -17px;
}

.left-minus-18px {
  left: -18px;
}

.left-minus-19px {
  left: -19px;
}

.left-minus-20px {
  left: -20px;
}

.left-minus-21px {
  left: -21px;
}

.left-minus-22px {
  left: -22px;
}

.left-minus-23px {
  left: -23px;
}

.left-minus-24px {
  left: -24px;
}

.left-minus-25px {
  left: -25px;
}

.left-minus-26px {
  left: -26px;
}

.left-minus-27px {
  left: -27px;
}

.left-minus-28px {
  left: -28px;
}

.left-minus-29px {
  left: -29px;
}

.left-minus-30px {
  left: -30px;
}

.left-minus-40px {
  left: -40px;
}

.left-minus-50px {
  left: -50px;
}

.left-minus-60px {
  left: -60px;
}

.left-minus-70px {
  left: -70px;
}

.left-minus-80px {
  left: -80px;
}

.left-minus-90px {
  left: -90px;
}

.left-minus-100px {
  left: -100px;
}

.left-minus-110px {
  left: -110px;
}

.left-minus-120px {
  left: -120px;
}

.left-minus-130px {
  left: -130px;
}

.left-minus-140px {
  left: -140px;
}

.left-minus-150px {
  left: -150px;
}

/* Font weight */
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/* Min height */
.min-h-100px {
  min-height: 100px !important;
}

.min-h-150px {
  min-height: 150px !important;
}

.min-h-200px {
  min-height: 200px !important;
}

.min-h-250px {
  min-height: 250px !important;
}

.min-h-300px {
  min-height: 300px !important;
}

.min-h-350px {
  min-height: 350px !important;
}

.min-h-400px {
  min-height: 400px !important;
}

.min-h-450px {
  min-height: 450px !important;
}

.min-h-500px {
  min-height: 500px !important;
}

.min-h-550px {
  min-height: 550px !important;
}

.min-h-600px {
  min-height: 600px !important;
}

.min-h-650px {
  min-height: 650px !important;
}

.min-h-700px {
  min-height: 700px !important;
}

.min-h-750px {
  min-height: 750px !important;
}

.min-h-800px {
  min-height: 800px !important;
}

.min-h-850px {
  min-height: 850px !important;
}

.min-h-900px {
  min-height: 900px !important;
}

.min-h-950px {
  min-height: 950px !important;
}

/* Opacity */
.opacity-0 {
  opacity: .0;
}

.opacity-1 {
  opacity: .1;
}

.opacity-2 {
  opacity: .2;
}

.opacity-3 {
  opacity: .3;
}

.opacity-4 {
  opacity: .4;
}

.opacity-5 {
  opacity: .5;
}

.opacity-6 {
  opacity: .6;
}

.opacity-7 {
  opacity: .7;
}

.opacity-8 {
  opacity: .8;
}

.opacity-9 {
  opacity: .9;
}

/* Z-index */
.z-index-0 {
  z-index: 0;
}

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

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

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

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

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

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

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

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

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

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

.z-index-minus-2 {
  z-index: -2;
}

/* ===================================
   10. Header
====================================== */
header .header-top-bar [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header-top-bar [class*=col-].text-end {
  justify-content: flex-end !important;
}

header .header-top-bar [class*=col-] .header-icon {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

header .navbar {
  /* position: fixed; */
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}

header .navbar [class*=col-] {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-ms-flex-item-align: stretch;*/
  /*-ms-grid-row-align: stretch;*/
  /*align-self: stretch;*/
}

header .navbar [class*=col-].text-end {
  justify-content: flex-end !important;
}

header .navbar [class*=col-] .navbar-nav {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .navbar [class*=col-] .navbar-nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .navbar [class*=col-] .navbar-nav .nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.sticky .navbar-brand {
  padding: 20px 0;
}

header.sticky .navbar {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

header.sticky .navbar.sticky-header {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

header.sticky .navbar.fixed-header {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

header.sticky .header-light:not(.disable-fixed) {
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
}

header.sticky.sticky-appear .header-reverse-back-scroll {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

header.sticky.sticky-appear .header-reverse-back-scroll.glass-effect {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.85) !important;
}

header.sticky.sticky-appear .header-reverse-back-scroll.header-dark.glass-effect {
  background-color: rgba(35, 35, 35, 0.7) !important;
}

header.sticky.sticky-active .header-reverse {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-color: transparent !important;
}

header.sticky.sticky-active .header-reverse.glass-effect {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.85) !important;
}

header.sticky.sticky-active .header-reverse.header-dark.glass-effect {
  background-color: rgba(35, 35, 35, 0.7) !important;
}

header.sticky.sticky-active .navbar-brand .alt-logo {
  visibility: visible;
  opacity: 1;
  width: auto;
}

header.sticky.sticky-active .navbar-brand .default-logo {
  visibility: hidden;
  opacity: 0;
  width: 0;
}

header.sticky.sticky-active [data-header-hover=dark] {
  background-color: var(--dark-gray) !important;
}

header.sticky.sticky-active [data-header-hover=dark] .navbar-nav .nav-item:hover .nav-link {
  color: var(--white);
  opacity: 0.6;
}

header.sticky.sticky-active [data-header-hover=dark] .navbar-nav .nav-link {
  color: var(--white);
}

header.sticky.sticky-active [data-header-hover=dark] .icon>a {
  color: var(--white);
}

header.sticky.sticky-active [data-header-hover=dark] .icon>a:hover {
  color: var(--white);
  opacity: 0.6;
}

header.sticky.sticky-active [data-header-hover=dark] .icon .push-button span {
  background-color: var(--white);
}

header.sticky.sticky-active [data-header-hover=dark] .icon .header-language>a,
header.sticky.sticky-active [data-header-hover=dark] .icon .header-cart>a {
  color: var(--white);
}

header.sticky.sticky-active [data-header-hover=dark] .icon .header-language>a:hover,
header.sticky.sticky-active [data-header-hover=dark] .icon .header-cart>a:hover {
  color: var(--white);
}

header.sticky.sticky-active [data-header-hover=dark] .header-search-style i {
  color: var(--white);
}

header.sticky.sticky-active [data-header-hover=dark] .header-language-icon .header-language .language-dropdown {
  background-color: var(--dark-gray);
}

header.sticky.sticky-active [data-header-hover=dark] .header-language-icon .header-language .language-dropdown a {
  color: var(--light-gray);
}

header.sticky.sticky-active [data-header-hover=dark] .header-language-icon .header-language .language-dropdown a:hover {
  color: var(--white);
  opacity: 1;
}

header.sticky.sticky-active [data-header-hover=light] {
  background-color: var(--white) !important;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

header.sticky.sticky-active [data-header-hover=light] .navbar-nav .nav-link {
  color: var(--dark-gray);
}

header.sticky.sticky-active [data-header-hover=light] .icon>a {
  color: var(--dark-gray);
}

header.sticky.sticky-active [data-header-hover=light] .icon>a:hover {
  color: var(--medium-gray);
  opacity: 1;
}

header.sticky.sticky-active [data-header-hover=light] .icon .push-button span {
  background-color: var(--dark-gray);
}

header.sticky.sticky-active [data-header-hover=light] .icon .header-language>a,
header.sticky.sticky-active [data-header-hover=light] .icon .header-cart>a {
  color: var(--dark-gray);
}

header.sticky.sticky-active [data-header-hover=light] .icon .header-language>a:hover,
header.sticky.sticky-active [data-header-hover=light] .icon .header-cart>a:hover {
  color: var(--medium-gray);
  opacity: 1;
}

header.sticky.sticky-active [data-header-hover=light] .header-search-style i {
  color: var(--dark-gray);
}

header.sticky.sticky-active [data-header-hover=light] .header-language-icon .language-dropdown li a {
  color: var(--medium-gray);
}

header.sticky.sticky-active [data-header-hover=light] .header-language-icon .language-dropdown li a:hover {
  color: var(--dark-gray);
  opacity: 1;
}

header.sticky.sticky-active [data-header-hover=light] .widget-text {
  color: var(--dark-gray);
}

header.sticky.sticky-active [data-header-hover=light] .widget-text a {
  color: var(--dark-gray);
}

header.sticky.sticky-active [data-header-hover=light].disable-fixed.header-demo {
  background-color: transparent !important;
}

header.sticky .header-icon .push-button {
  padding: 0;
}

header.sticky .center-logo .navbar-nav .nav-link {
  padding: 26px 20px;
}

header.sticky .top-logo .navbar-brand {
  padding: 15px 0;
}

header.sticky .top-logo.fixed-header .navbar-brand,
header.sticky .top-logo.disable-fixed .navbar-brand {
  padding: 22px 0;
}

header.sticky .top-logo.responsive-sticky .navbar-nav .nav-link {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

header.sticky .top-logo.responsive-sticky .header-icon .header-cart-icon .header-cart a i {
  padding-top: 22px;
  padding-bottom: 22px;
}

header.sticky .top-logo.responsive-sticky .header-icon .header-language-icon .header-cart>a i {
  padding-top: 22px;
  padding-bottom: 22px;
}

header.sticky .mini-header .header-icon .header-language a i {
  padding-top: 16px;
  padding-bottom: 16px;
}

header.sticky .mini-header .header-icon .header-cart-icon .header-cart a i {
  padding-top: 16px;
  padding-bottom: 16px;
}

header.sticky .fixed-header .navbar-brand,
header.sticky .disable-fixed .navbar-brand {
  padding: 30px 0;
}

header .navbar {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .navbar.mini-header .navbar-brand {
  padding: 20px 0;
}

header .navbar.mini-header .navbar-brand img {
  max-height: 22px;
}

header .navbar-brand {
  margin-right: 0;
  vertical-align: middle;
  /* padding: 30px 0; */
  display: inline-block;
  font-size: 0;
}

header .navbar-brand .default-logo {
  visibility: visible;
  opacity: 1;
  width: auto;
}

header .navbar-brand .alt-logo,
header .navbar-brand .mobile-logo {
  visibility: hidden;
  opacity: 0;
  width: 0;
}

header .navbar-brand img {
  max-height: 46px;
}

header .header-top-bar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  left: 0;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .header-top-bar+.navbar {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 40px;
}

header .header-top-bar+.navbar.disable-fixed {
  top: 0;
}

header .header-top-bar .widget {
  display: inline-block;
}

header .header-top-bar .widget i {
  padding-right: 5px;
}

header .header-top-bar .header-icon .header-social-icon {
  top: 0;
}

header .header-top-bar .header-icon .header-social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .header-top-bar .header-icon .header-social-icon ul li {
  display: inline-block;
  margin: 0 15px 0 0;
}

header .header-top-bar .header-icon .header-social-icon ul li:last-child {
  margin-right: 0;
}

header .header-top-bar .header-icon .header-social-icon a {
  font-size: 12px;
}

header .header-top-bar .header-icon .header-social-text {
  top: 0;
}

header .header-top-bar .header-icon .header-social-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .header-top-bar .header-icon .header-social-text ul li {
  display: inline-block;
  margin: 0 30px 0 0;
}

header .header-top-bar .header-icon .header-social-text ul li:last-child {
  margin-right: 0;
}

header .left-nav .navbar-nav:before {
  height: 20px;
  width: 1px;
  background-color: var(--medium-gray);
  opacity: 0.5;
  content: "";
  -webkit-transform: translate(-7px, 0px);
  transform: translate(-7px, 0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header.sticky .responsive-sticky {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

header.sticky .navbar.disable-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
}

/* Navbar */
.navbar {
  padding: 0;
}

.navbar .navbar-nav .nav-item>i {
  display: none;
}

.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link {
  opacity: 0.6;
}

.navbar .navbar-nav .nav-item .nav-link.active {
  opacity: 0.6;
}

.navbar .navbar-nav .nav-link {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  position: relative;
  font-weight: 500;
  opacity: 1;
  word-break: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--white);
}

.navbar .navbar-nav .nav-link .label {
  display: inline-block;
  padding: 1px 11px;
  font-size: 12px;
  margin-left: 8px;
  margin-top: 0px;
  vertical-align: middle;
}

.navbar .navbar-nav .dropdown.submenu {
  position: inherit;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
  margin: 0;
  padding: 60px 0 65px;
  border: 0;
  top: 100%;
  background-color: var(--white);
  box-shadow: 0 45px 45px 0 rgba(0, 0, 0, 0.05);
  -webkit-animation: hide-animation 0.5s;
  animation: hide-animation 0.5s;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.navbar .navbar-nav .dropdown .dropdown-menu li:last-child>a {
  padding-bottom: 0;
}

.navbar .navbar-nav .dropdown .dropdown-menu li.active>a {
  color: var(--dark-gray);
}

.navbar .navbar-nav .dropdown .dropdown-menu li a:hover {
  padding-left: 3px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a {
  color: var(--medium-gray);
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 10px;
  display: block;
}

.navbar .navbar-nav .dropdown .dropdown-menu a:hover {
  color: var(--dark-gray);
}

.navbar .navbar-nav .dropdown .dropdown-menu a i {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  text-align: center;
}

.navbar .navbar-nav .dropdown .dropdown-menu a .label {
  display: inline-block;
  padding: 5px 10px;
  font-size: 10px;
  line-height: initial;
  margin-left: 8px;
  margin-top: 0px;
  vertical-align: middle;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.navbar .navbar-nav .dropdown.open .dropdown-menu {
  display: block;
  -webkit-animation: show-animation 0.5s;
  animation: show-animation 0.5s;
}

.navbar .navbar-nav .submenu-content {
  width: 100%;
  border-top: 1px solid #e7e7e7 !important;
  left: 0;
}

.navbar .navbar-nav .submenu-content ul {
  padding: 0 30px 0 0;
  list-style: none;
}

.navbar .navbar-nav .submenu-content ul:nth-child(4n+1) {
  clear: both;
}

.navbar .navbar-nav .submenu-content ul .sub-title {
  color: var(--dark-gray);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.navbar .navbar-nav .submenu-content ul:last-child:before {
  display: none;
}

.navbar .navbar-nav .submenu-content .mega-menu {
  width: 1190px;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu {
  display: none;
  width: 245px;
  padding: 35px 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li {
  padding: 0 45px 0 40px;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
  padding-bottom: 12px;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown {
  position: relative;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown i {
  position: absolute;
  right: 35px;
  top: 6px;
  width: auto;
  font-size: 13px;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown.open>a {
  color: var(--dark-gray);
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown.open>.dropdown-menu {
  display: block;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown.menu-left .dropdown-menu {
  left: calc(-100% - 1px);
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown .dropdown-menu {
  -webkit-animation: none;
  animation: none;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu .dropdown-menu {
  display: none;
  position: absolute;
  left: calc(100% + 1px);
  top: -35px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
  width: 260px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li {
  padding: 0;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  font-size: 15px;
  line-height: 26px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.1);
  padding: 17px 20px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
  font-size: 19px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a img {
  width: 35px;
  margin-right: 15px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
  border-bottom: 0;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 310px;
  padding: 20px 35px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li {
  justify-content: center;
  display: flex;
  border-bottom: 0;
  padding: 0;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li:first-child a {
  border-top: 0;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
  margin: 0;
  border-top: 1px solid rgba(23, 23, 23, 0.1);
  padding: 15px 30px 15px 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a i {
  width: 40px;
  font-size: 36px;
  margin-right: 15px;
  color: var(--base-color);
  flex-shrink: 0;
  text-align: left;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
  color: var(--dark-gray);
  font-weight: 600;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
  margin: 0;
  font-size: 13px;
  color: var(--medium-gray);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a img {
  border-radius: 100%;
  width: 45px;
  margin-right: 15px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:before {
  content: "\f135";
  color: var(--black);
  font-family: bootstrap-icons;
  font-weight: 400;
  font-size: 23px;
  position: absolute;
  right: 6px;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
  transition: all 300ms cubic-bezier(0.61, 1, 0.88, 1);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:hover:before {
  right: 0px;
  opacity: 1;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a.btn {
  padding: 15px 20px;
  justify-content: center;
  margin-top: 10px;
  line-height: normal;
  border-top: 0;
  font-size: 14px;
  margin-bottom: 5px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a.btn:before {
  display: none;
}

/* Header hover submenu dark */
[data-header-hover=dark] .navbar-nav .dropdown .dropdown-menu li.active>a {
  color: var(--white);
}

[data-header-hover=dark] .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

[data-header-hover=dark] .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

[data-header-hover=dark] .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
  color: var(--white) !important;
}

[data-header-hover=dark] .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:before {
  color: var(--white);
}

[data-header-hover=dark] .navbar-nav .simple-dropdown .dropdown-menu,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon-style02 .dropdown-menu,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon .dropdown-menu {
  background-color: var(--dark-gray);
}

[data-header-hover=dark] .navbar-nav .simple-dropdown .dropdown-menu a,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon-style02 .dropdown-menu a,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon .dropdown-menu a {
  color: var(--light-gray);
}

[data-header-hover=dark] .navbar-nav .simple-dropdown .dropdown-menu a:hover,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon-style02 .dropdown-menu a:hover,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon .dropdown-menu a:hover {
  color: var(--white);
}

[data-header-hover=dark] .navbar-nav .simple-dropdown .dropdown-menu .dropdown:hover>a,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon-style02 .dropdown-menu .dropdown:hover>a,
[data-header-hover=dark] .navbar-nav .dropdown-with-icon .dropdown-menu .dropdown:hover>a {
  color: var(--white);
}

[data-header-hover=dark] .header-cart-icon .header-cart .cart-item-list {
  background-color: var(--dark-gray);
}

[data-header-hover=dark] .header-cart-icon .header-cart .cart-item-list .cart-item {
  border-color: #3e3e3e;
}

[data-header-hover=dark] .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total {
  background-color: var(--black);
}

[data-header-hover=dark] .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total span {
  color: var(--white);
}

[data-header-hover=dark] .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
  color: var(--medium-gray);
}

[data-header-hover=dark] .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a:hover {
  color: var(--white);
}

[data-header-hover=dark] .header-cart-icon .header-cart .cart-item-list .cart-item .close {
  color: var(--white);
}

[data-header-hover=dark] .header-language-icon .header-language .language-dropdown {
  background-color: var(--dark-gray);
}

[data-header-hover=dark] .header-language-icon .header-language .language-dropdown a {
  color: var(--light-gray);
}

[data-header-hover=dark] .header-language-icon .header-language .language-dropdown a:hover {
  color: var(--white);
  opacity: 1;
}

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

.submenu-dark .navbar-brand .alt-logo {
  visibility: visible;
  opacity: 1;
  width: auto;
}

.submenu-dark .navbar-brand .default-logo {
  visibility: hidden;
  opacity: 0;
  width: 0;
}

.submenu-dark .navbar-nav .dropdown .dropdown-menu {
  background-color: var(--dark-gray);
}

.submenu-dark .navbar-nav .dropdown .dropdown-menu a {
  color: var(--light-gray);
}

.submenu-dark .navbar-nav .dropdown .dropdown-menu a:hover {
  color: var(--white);
}

.submenu-dark .navbar-nav .dropdown .dropdown-menu li.active>a {
  color: var(--white);
}

.submenu-dark .navbar-nav .submenu-content {
  border-color: #424242 !important;
}

.submenu-dark .navbar-nav .submenu-content ul .sub-title {
  color: var(--white);
}

.submenu-dark .navbar-nav .submenu-content ul:before {
  background-color: var(--medium-gray);
}

.submenu-dark .navbar-nav .simple-dropdown .dropdown-menu {
  background-color: var(--dark-gray);
}

.submenu-dark .navbar-nav .simple-dropdown .dropdown-menu a {
  color: var(--light-gray);
}

.submenu-dark .navbar-nav .simple-dropdown .dropdown-menu a:hover {
  color: var(--white);
}

.submenu-dark .navbar-nav .simple-dropdown .dropdown-menu .dropdown:hover>a {
  color: var(--white);
}

.submenu-dark .header-cart-icon .header-cart .cart-item-list {
  background-color: var(--dark-gray);
}

.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item {
  border-color: #3e3e3e;
}

.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total {
  background-color: var(--black);
}

.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total span {
  color: var(--white);
}

.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
  color: var(--medium-gray);
}

.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a:hover {
  color: var(--white);
}

.submenu-dark .header-cart-icon .header-cart .cart-item-list .cart-item .close {
  color: var(--white);
}

.submenu-dark .header-cart-icon .header-language .language-dropdown {
  background-color: var(--dark-gray);
}

.submenu-dark .header-cart-icon .header-language .language-dropdown a {
  color: var(--light-gray);
}

.submenu-dark .header-cart-icon .header-language .language-dropdown a:hover {
  color: var(--white);
  opacity: 1;
}

/* Header hover submenu light */
.submenu-light {
  background-color: var(--white) !important;
}

.submenu-light .navbar-brand .alt-logo {
  visibility: visible;
  opacity: 1;
  width: auto;
}

.submenu-light .navbar-brand .default-logo {
  visibility: hidden;
  opacity: 0;
  width: 0;
}

.submenu-light .navbar-nav .nav-link {
  color: var(--dark-gray);
}

.submenu-light .header-icon .icon>a {
  color: var(--dark-gray);
}

.submenu-light .header-icon .icon>a:hover {
  color: var(--medium-gray);
}

.submenu-light .header-icon .icon .push-button span {
  background-color: var(--dark-gray);
}

.submenu-light .header-icon .icon .header-language>a,
.submenu-light .header-icon .icon .header-cart>a {
  color: var(--dark-gray);
}

.submenu-light .header-icon .icon .header-language>a:hover,
.submenu-light .header-icon .icon .header-cart>a:hover {
  color: var(--medium-gray);
}

.submenu-light .menu-item-list .nav-link {
  color: var(--dark-gray);
}

.submenu-light .menu-item-list .nav-link:hover {
  color: var(--dark-gray);
  opacity: 0.6;
}

.submenu-light .menu-item-list .sub-menu a {
  color: var(--dark-gray);
  opacity: 0.6;
}

.submenu-light .menu-item-list .menu-item .toggle {
  color: var(--dark-gray);
}

.submenu-light .widget-text {
  color: var(--dark-gray);
}

.submenu-light .widget-text a {
  color: var(--dark-gray);
}

/* Header dark */
.header-dark .navbar-nav .dropdown .dropdown-menu {
  background-color: var(--dark-gray);
}

.header-dark .navbar-nav .dropdown .dropdown-menu a {
  color: var(--light-gray);
}

.header-dark .navbar-nav .dropdown .dropdown-menu a:hover {
  color: var(--white);
}

.header-dark .navbar-nav .dropdown .dropdown-menu li.active>a {
  color: var(--white);
}

.header-dark .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-dark .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
  border-bottom: 0;
}

.header-dark .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-dark .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
  color: var(--white);
}

.header-dark .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
  color: var(--light-gray);
}

.header-dark .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a:before {
  color: var(--white);
}

.header-dark .navbar-nav .submenu-content {
  border-color: #424242 !important;
}

.header-dark .navbar-nav .submenu-content ul .sub-title {
  color: var(--white);
}

.header-dark .navbar-nav .submenu-content ul:before {
  background-color: var(--medium-gray);
}

.header-dark .navbar-nav .simple-dropdown .dropdown-menu {
  background-color: var(--dark-gray);
}

.header-dark .navbar-nav .simple-dropdown .dropdown-menu a {
  color: var(--light-gray);
}

.header-dark .navbar-nav .simple-dropdown .dropdown-menu a:hover {
  color: var(--white);
}

.header-dark .navbar-nav .simple-dropdown .dropdown-menu .dropdown.open>a {
  color: var(--white);
}

.header-dark .navbar-nav .simple-dropdown .dropdown-menu .dropdown:hover>a {
  color: var(--white);
}

.header-dark .header-cart-icon .header-cart .cart-item-list {
  background-color: var(--dark-gray);
}

.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item {
  border-color: #3e3e3e;
}

.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total {
  background-color: var(--black);
}

.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item.cart-total span {
  color: var(--white);
}

.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
  color: var(--medium-gray);
}

.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a:hover {
  color: var(--white);
}

.header-dark .header-cart-icon .header-cart .cart-item-list .cart-item .close {
  color: var(--white);
}

.header-dark .header-language-icon .header-language .language-dropdown {
  background-color: var(--dark-gray);
}

.header-dark .header-language-icon .header-language .language-dropdown a {
  color: var(--light-gray);
}

.header-dark .header-language-icon .header-language .language-dropdown a:hover {
  color: var(--white);
  opacity: 1;
}

/* Header light */
.header-light .navbar-nav .nav-link {
  color: var(--dark-gray);
}

.header-light .header-icon .icon>a {
  color: var(--dark-gray);
}

.header-light .header-icon .icon>a:hover {
  color: var(--dark-gray);
  opacity: 0.6;
}

.header-light .header-icon .icon .push-button span {
  background-color: var(--dark-gray);
}

.header-light .header-icon .icon .header-language>a,
.header-light .header-icon .icon .header-cart>a,
.header-light .header-icon .icon .header-account>a {
  color: var(--dark-gray);
}

.header-light .header-icon .icon .header-language>a:hover,
.header-light .header-icon .icon .header-cart>a:hover,
.header-light .header-icon .icon .header-account>a:hover {
  color: var(--dark-gray);
  opacity: 0.6;
}

.header-light .menu-item-list .nav-link {
  color: var(--dark-gray);
}

.header-light .menu-item-list .nav-link:hover {
  color: var(--dark-gray);
  opacity: 0.6;
}

.header-light .menu-item-list .sub-menu a {
  color: var(--medium-gray);
  opacity: 1;
}

.header-light .menu-item-list .sub-menu a:hover {
  color: var(--dark-gray);
}

.header-light .menu-item-list .sub-menu .active>a {
  color: var(--dark-gray);
}

.header-light .menu-item-list .menu-item .menu-toggle:before,
.header-light .menu-item-list .menu-item .menu-toggle:after {
  background-color: var(--dark-gray);
}

.header-light .widget-text {
  color: var(--dark-gray);
}

.header-light .widget-text a {
  color: var(--dark-gray);
}

/* Header icon */
.header-icon {
  display: flex;
  align-items: center;
}

.header-icon .icon {
  position: relative;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-icon .icon>a {
  padding-left: 16px;
  font-size: 17px;
  color: var(--white);
}

.header-icon .icon>a:hover {
  color: var(--white);
  opacity: 0.6;
}

.header-icon .icon:first-child a:first-child {
  padding-left: 0;
}

.header-icon .icon .header-language,
.header-icon .icon .header-cart,
.header-icon .icon .header-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-icon .icon .header-language>a,
.header-icon .icon .header-cart>a,
.header-icon .icon .header-account>a {
  padding-left: 14px;
  color: var(--white);
  font-size: 17px;
}

.header-icon .icon .header-language>a:hover,
.header-icon .icon .header-cart>a:hover,
.header-icon .icon .header-account>a:hover {
  color: var(--white);
  opacity: 0.6;
}

.header-icon .header-mail {
  padding-right: 35px;
  top: 0;
}

.header-icon .header-mail .mail {
  font-size: 14px;
}

.header-icon .header-mail .mail i {
  vertical-align: middle;
  padding-right: 5px;
}

.header-icon .header-social-icon a {
  font-size: 17px;
  padding-left: 20px;
  flex-shrink: 0;
}

/* Header cart */
.header-cart-icon .header-cart {
  display: inline-block;
}

.header-cart-icon .header-cart .cart-item-list {
  display: none;
  left: auto;
  right: 0;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  background-color: var(--white);
  border: 0;
  padding: 0;
  min-width: 250px;
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 100%;
}

.header-cart-icon .header-cart .cart-item-list .cart-item {
  display: flex;
  padding: 17px;
  border-top: 1px solid #ededed;
  position: relative;
}

.header-cart-icon .header-cart .cart-item-list .cart-item .close {
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 15px;
  font-weight: 400;
  color: var(--dark-gray);
}

.header-cart-icon .header-cart .cart-item-list .cart-item .product-image {
  max-width: 50px;
  width: 30%;
  display: inline-block;
}

.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail {
  padding-left: 15px;
  width: 70%;
  text-align: left;
  display: inline-block;
}

.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
  color: var(--dark-gray);
  font-size: 12px;
  display: inline-block;
  line-height: 16px;
  padding: 0;
}

.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail .item-ammount {
  display: block;
  font-size: 11px;
  color: var(--medium-gray);
  line-height: normal;
}

.header-cart-icon .header-cart .cart-item-list .cart-item:first-child {
  border-top: 0;
}

.header-cart-icon .header-cart .cart-item-list .cart-total {
  background-color: var(--very-light-gray);
  flex-direction: column !important;
  color: var(--dark-gray);
}

.header-cart-icon .header-cart .cart-item-list .cart-total span {
  line-height: 20px;
  display: inline-block;
}

.header-cart-icon .header-cart .cart-item-list .cart-total .btn {
  width: 100%;
  display: block;
  margin: 8px 0;
}

.header-cart-icon .header-cart.open .cart-item-list {
  display: block;
  -webkit-animation: show-animation 0.5s;
  animation: show-animation 0.5s;
}

.header-cart-icon a {
  position: relative;
}

.header-cart-icon .cart-count {
  position: absolute;
  top: -7px;
  right: -11px;
  width: 17px;
  height: 17px;
  font-weight: 600;
  text-align: center;
  font-size: 10px;
  line-height: 18px;
  background-color: var(--base-color);
  color: var(--white);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* Header account */
.header-account-icon {
  line-height: normal !important;
}

.header-account-icon .header-account {
  display: inline-block;
}

.header-account-icon .header-account .account-item-list {
  display: none;
  left: auto;
  right: 0;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  background-color: var(--white);
  border: 0;
  padding: 35px 0;
  min-width: 220px;
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 100%;
}

.header-account-icon .header-account .account-item-list .account-item {
  display: inline-block;
  padding: 0 45px 12px 40px;
  width: 100%;
  position: relative;
  font-size: 17px;
  font-weight: 400;
}

.header-account-icon .header-account .account-item-list .account-item a {
  padding-left: 0;
}

.header-account-icon .header-account .account-item-list .account-item a:hover {
  padding-left: 3px;
}

.header-account-icon .header-account .account-item-list .account-item:last-child {
  padding-bottom: 0;
}

.header-account-icon .header-account.open .account-item-list {
  display: block;
  -webkit-animation: show-animation 0.5s;
  animation: show-animation 0.5s;
}

.header-account-icon a {
  position: relative;
}

/* Header language */
.header-language-icon .header-language {
  display: inline-block;
}

.header-language-icon .header-language .language-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  padding: 20px;
  list-style: none;
  background-color: var(--white);
  display: none;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: hide-animation 0.5s;
  animation: hide-animation 0.5s;
  z-index: 9;
  text-align: left;
  margin: 0;
  min-width: 140px;
}

.header-language-icon .header-language .language-dropdown li a {
  color: var(--medium-gray);
  font-size: 12px;
  line-height: 28px;
  padding: 0;
}

.header-language-icon .header-language .language-dropdown li a .icon-country {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 10px 0 5px;
}

.header-language-icon .header-language .language-dropdown li a:hover {
  color: var(--dark-gray);
  opacity: 1;
}

.header-language-icon .header-language.open .language-dropdown {
  display: block;
  -webkit-animation: show-animation 0.5s;
  animation: show-animation 0.5s;
}

/* Header widget */
.widget-text {
  color: var(--white);
}

header a.widget-text:hover {
  opacity: 0.6;
}

/* Header push button */
.header-push-button {
  padding-left: 16px;
}

.header-push-button .push-button {
  position: relative;
  display: block;
  width: 22px;
  height: 14px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-push-button .push-button span {
  background: var(--white);
  height: 2px;
  width: 22px;
  content: "";
  display: block;
  border-radius: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.header-push-button .push-button span:nth-child(2) {
  top: 6px;
}

.header-push-button .push-button span:nth-child(3) {
  top: 6px;
}

.header-push-button .push-button span:nth-child(4) {
  top: 12px;
  width: 14px;
  left: -8px;
}

.header-push-button .push-button:hover {
  opacity: 0.6;
}

.show-menu .header-push-button .push-button span:nth-child(1) {
  top: 7px;
  width: 0%;
}

.show-menu .header-push-button .push-button span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.show-menu .header-push-button .push-button span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.show-menu .header-push-button .push-button span:nth-child(4) {
  top: 7px;
  width: 0%;
}

.navbar-modern-inner {
  display: none;
}

.navbar-modern-inner .navbar-toggler {
  display: none;
}

/* Header push menu */
.show-menu {
  overflow: hidden;
}

.show-menu .push-menu {
  right: 0;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
}

.show-menu .push-menu .close-menu {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  visibility: visible;
  cursor: pointer;
}

.show-menu .push-menu.push-menu-left {
  right: auto;
  left: 0;
}

.push-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 400px;
  height: 100%;
  z-index: 1031;
  overflow-y: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.push-menu.push-menu-left {
  right: auto;
  left: -100%;
}

.push-menu .left-circle {
  width: 500px !important;
  height: 500px;
  position: absolute;
  left: -160px;
  top: -80px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.push-menu .left-circle:before,
.push-menu .left-circle:after {
  width: 100%;
  height: 100%;
  border: 1px solid var(--light-medium-gray);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(10px, 5px);
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.push-menu .left-circle:after {
  transform: translate(5px, 5px);
}

.push-menu .close-menu {
  height: 40px;
  width: 40px;
  text-align: center;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 9;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.push-menu .push-menu-wrapper {
  height: 100%;
  overflow-y: hidden;
  padding: 20px 0;
}

.push-menu .push-menu-wrapper .mCustomScrollBox {
  display: flex;
}

.push-menu .push-menu-wrapper .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
  align-self: center;
}

.push-menu .push-menu-wrapper .mCustomScrollBox .mCSB_container {
  width: 100%;
  align-self: flex-start;
}

.push-menu .push-menu-wrapper .mCSB_inside>.mCSB_container {
  margin: 0 !important;
  padding: 0 15px !important;
}

.push-menu.push-menu-style-2 .push-menu-wrapper .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
  align-self: start;
}

.push-menu.push-menu-style-3 .push-menu-wrapper .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

/* Header center logo */
.center-logo .navbar-nav .nav-link {
  padding: 38px 20px;
}

.center-logo .menu-logo .d-none {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.center-logo .navbar-brand {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: none;
}

.center-logo .navbar-left,
.center-logo .navbar-right {
  width: 42%;
}

/* Header top logo */
.top-logo .navbar-brand {
  padding: 22px 0;
}

.top-logo .navbar-nav .nav-link {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

/* Header left menu simple */
.left-sidebar-wrapper {
  padding-left: 300px;
  position: relative;
  min-height: 300px;
  width: 100%;
}

.left-sidebar-wrapper .collapse:not(.show) {
  display: block !important;
}

header.sticky .left-sidebar-nav .navbar-nav .nav-link {
  padding: 0;
}

.left-sidebar-header {
  position: absolute;
  left: 0;
  width: 301px;
  top: -100%;
  bottom: 0;
  z-index: 999;
  display: block;
}

.left-sidebar-header .menu-item-list .menu-item .nav-link {
  font-size: 16px;
  line-height: 20px;
}

.left-sidebar-header .menu-item-list .menu-item .menu-toggle {
  top: 10px;
}

.left-sidebar-header .menu-item-list .menu-item .sub-menu .menu-toggle {
  top: 0;
}

.left-sidebar-nav {
  width: 300px;
  padding: 80px 50px;
  left: 0;
  position: fixed;
  overflow: hidden;
  display: block;
  height: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.left-sidebar-nav .left-menu-bottom {
  width: 100%;
}

.left-sidebar-nav .left-menu-bottom .header-icon .icon a {
  padding: 0 15px;
}

.left-sidebar-nav .navbar-brand {
  padding: 0 !important;
}

.left-sidebar-nav .side-menu {
  margin-top: 10.5rem;
  margin-bottom: 10.5rem;
  width: 100%;
}

.left-sidebar-nav .navbar-toggler {
  display: none;
}

.social-text {
  width: 100%;
  display: inline-block;
  color: var(--medium-gray);
  font-size: 13px;
  line-height: 16px;
}

.connect-me a {
  color: var(--dark-gray);
  display: table;
}

.connect-me a:hover {
  opacity: 0.6;
}

.connect-me .widget-text {
  color: var(--dark-gray);
  display: table;
}

/* Menu list */
.menu-item-list {
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.menu-item-list .menu-item {
  position: relative;
  margin: 0;
}

.menu-item-list .menu-item ul {
  list-style: none;
  padding: 0;
}

.menu-item-list .menu-item .menu-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 14px;
  cursor: pointer;
  z-index: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.menu-item-list .menu-item .menu-toggle:before,
.menu-item-list .menu-item .menu-toggle:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 15px;
  height: 1px;
  width: 11px;
  background-color: var(--white);
}

.menu-item-list .menu-item .menu-toggle:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.menu-item-list .menu-item .menu-toggle.show:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.menu-item-list .menu-item .sub-menu .menu-toggle {
  top: 0;
}

.menu-item-list .menu-item .sub-menu .menu-toggle:before,
.menu-item-list .menu-item .sub-menu .menu-toggle:after {
  width: 7px;
}

.menu-item-list .menu-item .sub-menu .active>a {
  opacity: 1;
}

.menu-item-list .active .nav-link {
  opacity: 0.6;
}

.menu-item-list .nav-link {
  padding: 5px 20px 5px 0;
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
  width: 100%;
  margin: 9px 0;
  color: var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-item-list .nav-link:hover {
  color: var(--white);
  opacity: 0.6;
}

.menu-item-list .sub-menu {
  padding: 0;
  display: block;
  height: 0;
  overflow: hidden;
  list-style: none;
  margin: 0;
  position: relative !important;
  transform: none !important;
  background-color: transparent;
  border: 0;
}

.menu-item-list .sub-menu li {
  position: relative;
  margin: 0;
  padding: 5px 0;
}

.menu-item-list .sub-menu li .sub-menu {
  margin: 0;
  padding-left: 15px;
}

.menu-item-list .sub-menu li .sub-menu li {
  padding: 10px 0 0;
}

.menu-item-list .sub-menu li .sub-menu li a {
  padding: 0;
}

.menu-item-list .sub-menu li .sub-menu li a i {
  margin-right: 10px;
}

.menu-item-list .sub-menu li .sub-menu li:first-child {
  margin-top: 10px;
}

.menu-item-list .sub-menu li .sub-menu li:last-child {
  margin-bottom: 10px;
}

.menu-item-list .sub-menu li:last-child {
  margin-bottom: 0;
}

.menu-item-list .sub-menu li:last-child .sub-menu li:last-child {
  margin-bottom: 0;
}

.menu-item-list .sub-menu a {
  font-size: 15px;
  line-height: 22px;
  display: block;
  color: var(--light-gray);
  margin: 0;
  padding-right: 20px;
}

.menu-item-list .sub-menu a:hover {
  color: var(--white);
}

.menu-item-list .sub-menu a .label {
  display: inline-block;
  padding: 5px 10px;
  font-size: 10px;
  line-height: initial;
  margin-left: 8px;
  margin-top: 0px;
  vertical-align: middle;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu-item-list .sub-menu.show {
  height: auto;
  overflow: visible;
}

/* Header left menu modern */
.left-modern-menu {
  padding-left: 75px;
}

.left-modern-menu .collapse:not(.show) {
  display: block !important;
}

.left-modern-menu .left-modern-header .navbar-brand {
  position: relative;
  z-index: 9;
  width: 100%;
  padding: 0 !important;
  text-align: center;
}

.left-modern-menu .left-modern-header .navbar-brand img {
  max-height: 45px;
}

.left-modern-menu .left-modern-header .modern-sidebar-nav {
  position: fixed;
  height: 100%;
  width: 380px;
  overflow-y: auto;
  top: 0;
  left: -400px;
  transition-duration: 0.3s;
  z-index: 9;
}

.left-modern-menu .left-modern-header .modern-sidebar-nav:hover .side-menu-hover-background-color {
  opacity: 1;
}

.left-modern-menu .left-modern-header .modern-side-menu {
  padding: 75px 40px;
  height: 100%;
  overflow-y: hidden;
}

.left-modern-menu .left-modern-header .modern-side-menu .mCustomScrollBox {
  display: flex;
  width: 100%;
}

.left-modern-menu .left-modern-header .modern-side-menu .mCustomScrollBox .mCSB_container {
  align-self: flex-start;
  width: 100%;
  margin: 0;
  padding: 0 30px;
}

.left-modern-menu .left-modern-header .modern-side-menu .mCustomScrollBox .mCSB_container.mCS_no_scrollbar_y {
  align-self: center;
}

.left-modern-menu .left-modern-header.show .modern-sidebar-nav {
  left: 75px;
  box-shadow: 0 0 150px rgba(0, 0, 0, 0.2);
}

.left-modern-menu .left-modern-header.show .navbar-toggler-line:nth-child(1) {
  top: 7px;
  width: 0%;
}

.left-modern-menu .left-modern-header.show .navbar-toggler-line:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.left-modern-menu .left-modern-header.show .navbar-toggler-line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.left-modern-menu .left-modern-header.show .navbar-toggler-line:nth-child(4) {
  top: 7px;
  width: 0%;
}

.side-menu-hover-background-color {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

/* Header left menu modern dark */
.header-dark .social-text {
  color: var(--white);
}

.header-dark .connect-me .widget-text {
  color: var(--white);
}

.header-dark .connect-me a {
  color: var(--white);
}

.header-dark .connect-me a:hover {
  opacity: 0.6;
}

.header-dark.left-modern-sidebar .navbar-toggler-line {
  background-color: var(--white);
}

.vertical-title {
  display: flex;
  height: 100%;
  flex: 1;
  justify-content: flex-end;
  flex-direction: column;
  -webkit-transform: translateY(-75px);
  transform: translateY(-75px);
}

.vertical-title .title {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
  text-transform: uppercase;
}

.menu-list-wrapper {
  overflow: auto;
  height: calc(100vh - 150px);
  padding: 50px 0;
}

.menu-list-wrapper .mCustomScrollBox {
  display: flex;
  width: 100%;
}

.menu-list-wrapper .mCustomScrollBox .mCSB_container {
  align-self: flex-start;
  width: 100%;
  margin: 0;
}

.menu-list-wrapper .mCustomScrollBox .mCSB_container.mCS_no_scrollbar_y {
  align-self: center;
}

.left-modern-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  width: 75px;
  padding: 35px 0;
}

.left-modern-sidebar .toggle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-12px, -50%);
  transform: translate(-12px, -50%);
}

.left-modern-sidebar .toggle-icon .navbar-toggler {
  margin: 0;
  position: relative;
  margin: 0 auto;
  z-index: 99;
  cursor: pointer;
}

/* Hamburger menu */
.hamburger-nav {
  width: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hamburger-nav .menu-item-list {
  margin-bottom: 0;
  padding: 0 30px;
}

.hamburger-nav .menu-item-list .menu-item {
  margin: 0;
}

.hamburger-menu .header-icon {
  position: absolute;
  left: 0;
  bottom: -50px;
}

/* Hamburger menu half */
.show-menu .hamburger-menu-half .hamburger-logo {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.2s;
}

.show-menu .hamburger-menu-half .menu-address {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.4s;
}

.show-menu .hamburger-menu-half .menu-text {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.8s;
}

.show-menu .hamburger-menu-half .elements-social {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.8s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(1) {
  transition-delay: 0.27s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(2) {
  transition-delay: 0.34s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(3) {
  transition-delay: 0.41s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(4) {
  transition-delay: 0.48s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(5) {
  transition-delay: 0.55s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(6) {
  transition-delay: 0.62s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(7) {
  transition-delay: 0.69s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(8) {
  transition-delay: 0.76s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(9) {
  transition-delay: 0.83s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(10) {
  transition-delay: 0.9s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(11) {
  transition-delay: 0.97s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(12) {
  transition-delay: 1.04s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(13) {
  transition-delay: 1.11s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(14) {
  transition-delay: 1.18s;
}

.show-menu .hamburger-menu-half .menu-item-list .menu-item:nth-child(15) {
  transition-delay: 1.25s;
}

.hamburger-menu-half .hamburger-logo {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.hamburger-menu-half .menu-address {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.hamburger-menu-half .elements-social {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.hamburger-menu-half .menu-item-list .menu-item {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.4s cubic-bezier(0.8, 0.01, 0.165, 0.99);
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(1) {
  transition-delay: 0.49s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(2) {
  transition-delay: 0.42s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(3) {
  transition-delay: 0.35s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(4) {
  transition-delay: 0.28s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(5) {
  transition-delay: 0.21s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(6) {
  transition-delay: 0.14s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(7) {
  transition-delay: 0.07s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(8) {
  transition-delay: 0s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(9) {
  transition-delay: -0.07s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(10) {
  transition-delay: -0.14s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(11) {
  transition-delay: -0.21s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(12) {
  transition-delay: -0.28s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(13) {
  transition-delay: -0.35s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(14) {
  transition-delay: -0.42s;
}

.hamburger-menu-half .menu-item-list .menu-item:nth-child(15) {
  transition-delay: -0.49s;
}

/* Hamburger menu simple */
.show-menu .hamburger-menu-simple {
  opacity: 1;
  visibility: visible;
  top: 0px;
}

.show-menu .hamburger-menu-simple .hamburger-menu {
  opacity: 1;
}

.show-menu .hamburger-menu-simple .hamburger-logo {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.2s;
}

.show-menu .hamburger-menu-simple .menu-address {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.4s;
}

.show-menu .hamburger-menu-simple .menu-text {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.8s;
}

.show-menu .hamburger-menu-simple .elements-social {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.8s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item {
  transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  opacity: 1;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(1) {
  transition-delay: 0.27s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(2) {
  transition-delay: 0.34s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(3) {
  transition-delay: 0.41s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(4) {
  transition-delay: 0.48s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(5) {
  transition-delay: 0.55s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(6) {
  transition-delay: 0.62s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(7) {
  transition-delay: 0.69s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(8) {
  transition-delay: 0.76s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(9) {
  transition-delay: 0.83s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(10) {
  transition-delay: 0.9s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(11) {
  transition-delay: 0.97s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(12) {
  transition-delay: 1.04s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(13) {
  transition-delay: 1.11s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(14) {
  transition-delay: 1.18s;
}

.show-menu .hamburger-menu-simple .menu-item-list .menu-item:nth-child(15) {
  transition-delay: 1.25s;
}

.hamburger-menu-simple {
  width: 100%;
  right: 0;
  opacity: 1;
  visibility: collapse;
  height: 100vh;
  max-height: 100dvh;
  top: -100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger-menu-simple .navbar-brand {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
}

.hamburger-menu-simple .hamburger-menu {
  padding: 30px 0;
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.4s;
  opacity: 0;
}

.hamburger-menu-simple .hamburger-menu .header-icon {
  bottom: 100px;
}

.hamburger-menu-simple .hamburger-logo {
  transform: translateY(-50px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.hamburger-menu-simple .menu-address {
  transform: translateY(-50px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.hamburger-menu-simple .menu-text {
  transform: translateY(-50px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.hamburger-menu-simple .elements-social {
  transform: translateY(-50px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.hamburger-menu-simple .menu-item-list .menu-item {
  transform: scale(1.15) translateY(-30px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(1) {
  transition-delay: 0.49s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(2) {
  transition-delay: 0.42s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(3) {
  transition-delay: 0.35s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(4) {
  transition-delay: 0.28s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(5) {
  transition-delay: 0.21s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(6) {
  transition-delay: 0.14s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(7) {
  transition-delay: 0.07s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(8) {
  transition-delay: 0s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(9) {
  transition-delay: -0.07s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(10) {
  transition-delay: -0.14s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(11) {
  transition-delay: -0.21s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(12) {
  transition-delay: -0.28s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(13) {
  transition-delay: -0.35s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(14) {
  transition-delay: -0.42s;
}

.hamburger-menu-simple .menu-item-list .menu-item:nth-child(15) {
  transition-delay: -0.49s;
}

.hamburger-menu-simple .menu-item-list .nav-link {
  font-size: 20px;
  width: auto;
  position: relative;
}

.hamburger-menu-simple .menu-item-list .nav-link:hover {
  opacity: 0.6;
}

.hamburger-logo img {
  max-height: 45px;
}

/* Right push menu */
.right-push-menu .menu-item-list .menu-item .toggle {
  top: 18px;
}

.right-push-menu .menu-item-list .sub-menu li .toggle {
  top: 4px;
}

.right-push-menu .menu-item-list .nav-link {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.right-push-menu .left-menu-bottom {
  margin-top: 30px;
}

.right-push-menu .left-menu-bottom .header-icon {
  position: relative;
  bottom: 0;
}

/* Header search popup */
.show-search-popup {
  overflow: hidden;
}

.show-search-popup header .navbar {
  z-index: 110;
}

.show-search-popup .search-form-wrapper {
  opacity: 1;
  visibility: visible;
  cursor: url(../images/mfg-close.png), auto;
}

.show-search-popup .search-form-wrapper .search-form {
  height: 50%;
  cursor: default;
  visibility: visible;
  opacity: 1;
}

.search-form-wrapper {
  background: rgba(35, 35, 35, 0.9);
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden !important;
  display: block !important;
  height: 100vh;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.search-form-wrapper .search-form {
  height: 0;
  background-color: var(--white);
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.search-form-wrapper .search-form .search-input {
  outline: none;
  border: 0;
  border-bottom: 1px solid rgba(23, 23, 23, 0.2);
  color: var(--dark-gray);
  font-size: 18px;
  padding: 20px 0;
  background: transparent;
  line-height: 2.5rem;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 80px;
  width: 100%;
}

.search-form-wrapper .search-form .search-input::-moz-placeholder {
  color: var(--light-gray);
  opacity: 1;
}

.search-form-wrapper .search-form .search-input::-webkit-input-placeholder {
  color: var(--light-gray);
}

.search-form-wrapper .search-form .search-button {
  color: var(--dark-gray);
  bottom: 24px;
  position: absolute;
  font-size: 25px;
  right: 0;
  line-height: normal;
  outline: none;
  cursor: pointer;
  z-index: 0;
  margin-right: 0;
  border: none;
  background: none;
}

.search-form-wrapper .search-form:hover {
  color: var(--light-gray);
}

.search-form-wrapper .search-close {
  color: var(--black);
  position: fixed;
  top: 30px;
  right: 35px;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  font-size: 40px;
  font-weight: 300;
  width: 44px;
  height: 44px;
  line-height: 44px;
}

.search-form-wrapper .search-form-box {
  position: relative;
  width: 45%;
}

/* Custom hide animation */
@-webkit-keyframes hide-animation {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Custom slide animation */
@-webkit-keyframes show-animation {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

button:focus {
  outline: none;
}

/* Header toggle button  */
.navbar-toggler {
  font-size: 24px;
  width: 22px;
  height: 14px;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: middle;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-line {
  background: var(--dark-gray);
  height: 2px;
  width: 22px;
  content: "";
  display: block;
  border-radius: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.navbar-toggler-line:nth-child(1) {
  top: 0px;
  width: 14px;
}

.navbar-toggler-line:nth-child(2) {
  top: 6px;
}

.navbar-toggler-line:nth-child(3) {
  top: 6px;
}

.navbar-toggler-line:nth-child(4) {
  top: 12px;
  width: 14px;
}

.navbar-collapse-show .navbar-toggler-line:nth-child(1) {
  top: 7px;
  width: 0%;
}

.navbar-collapse-show .navbar-toggler-line:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-collapse-show .navbar-toggler-line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-collapse-show .navbar-toggler-line:nth-child(4) {
  top: 7px;
  width: 0%;
}

.navbar-modern-inner {
  display: none;
}

.navbar-modern-inner .navbar-toggler {
  display: none;
}

.header-with-topbar+.top-space-margin {
  margin-top: 136px;
}

.header-with-topbar+.top-space-padding {
  padding-top: 136px;
}

.navbar-modern-inner,
.navbar-full-screen-menu-inner {
  display: none;
}

.top-space-margin {
  margin-top: 96px;
}

.top-space-padding {
  padding-top: 96px;
}

/* Landing page header */
.header-demo.navbar .navbar-nav .premium-element {
  padding: 35px 40px;
  border-radius: 13px;
}

.header-demo.navbar .navbar-nav .premium-element a {
  color: #585858;
  padding-bottom: 8px;
}

.header-demo.navbar .navbar-nav .premium-element .sub-title {
  font-size: 18px;
}

.header-demo.navbar .navbar-nav .nav-item:first-child .dropdown-menu a {
  color: var(--dark-gray);
}

.header-demo.navbar .navbar-nav .nav-link {
  font-weight: 600;
}

.header-demo.navbar .navbar-nav .dropdown .dropdown-menu a {
  font-weight: 500;
}

.header-demo.navbar.header-dark .navbar-nav .nav-item:first-child .dropdown-menu a {
  color: var(--white);
}

/* ===================================
   11. Page title
====================================== */
/* Breadcrumb */
.breadcrumb {
  margin: 0;
}

.breadcrumb ul {
  margin: 0;
  padding: 0;
}

.breadcrumb-style-01 ul li {
  display: inline-block;
}

.breadcrumb-style-01 ul li:after {
  content: "\e844";
  font-family: "feather";
  font-size: 13px;
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px 0 10px;
}

.breadcrumb-style-01 ul li:last-child:after {
  content: "";
  padding: 0;
}

/* Page title style */
.page-title-double-large h1 {
  font-size: 3.6rem;
  line-height: 3.3rem;
}

.page-title-double-large h2 {
  font-size: 17px;
  line-height: 26px;
}

.page-title-extra-large h1 {
  font-size: 3.3rem;
  line-height: 3.3rem;
}

.page-title-extra-large h2 {
  font-size: 18px;
  line-height: 26px;
}

.page-title-large h1 {
  font-size: 2.8rem;
  line-height: 3rem;
}

.page-title-large h2 {
  font-size: 16px;
  line-height: 22px;
}

.page-title-medium h1 {
  font-size: 2rem;
  line-height: 2.2rem;
}

.page-title-medium h2 {
  font-size: 16px;
  line-height: 22px;
}

.page-title-small h1 {
  font-size: 1.625rem;
  line-height: 1.875rem;
}

.page-title-small h2 {
  font-size: 16px;
  line-height: 22px;
}

.page-title-extra-small h1 {
  font-size: 17px;
  line-height: 20px;
}

.page-title-extra-small h2 {
  font-size: 3.8rem;
  line-height: 3.8rem;
}

.page-title-button-style.page-title-button-style {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page-title-button-style h1 {
  padding: 13px 30px;
  display: inline-block;
}

.page-title-mini-version h1 {
  font-size: 20px;
  line-height: 30px;
}

/* Down section icon */
.down-section {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 100%;
}

.down-section a {
  display: inline-block;
}

.down-section.down-bottom {
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

/* Down section line */
.down-section-line .section-line {
  position: relative;
}

.down-section-line .section-line:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--base-color);
}

.down-section-line:hover .section-line:before {
  height: 100%;
}

/* ===================================
   12. Layout
====================================== */
/* Sidebar */
.sidebar-list li {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  line-height: 18px;
}

.sidebar-list li a {
  display: inline-block;
  text-align: left;
}

.sidebar-list li a:hover {
  color: var(--base-color) !important;
}

.sidebar-list li .item-qty {
  font-size: 14px;
  position: absolute;
  top: 1px;
  right: 0;
  text-align: right;
}

.sidebar-list li:last-child {
  margin-bottom: 0;
}

.latest-post-sidebar {
  list-style: none;
  padding: 0;
  margin: 0;
}

.latest-post-sidebar li {
  margin-bottom: 25px;
}

.latest-post-sidebar li figure {
  height: 65px;
  width: 80px;
  margin: 0;
}

.latest-post-sidebar li .media-body {
  line-height: normal;
  padding-left: 30px;
  position: relative;
  top: -3px;
}

.latest-post-sidebar li:last-child {
  margin-bottom: 0;
}

.popular-post-sidebar {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popular-post-sidebar li {
  margin-bottom: 25px;
}

.popular-post-sidebar li figure {
  height: 100px;
  width: 100px;
  margin: 0;
}

.popular-post-sidebar li .media-body {
  line-height: normal;
  padding-left: 30px;
  position: relative;
}

.popular-post-sidebar li:last-child {
  margin-bottom: 0;
}

.category-list-sidebar {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list-sidebar li {
  margin-bottom: 15px;
}

.category-list-sidebar li .btn {
  right: -10%;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 300ms cubic-bezier(0.37, 0.8, 0.63, 1);
  transition: all 300ms cubic-bezier(0.37, 0.8, 0.63, 1);
}

.category-list-sidebar li:last-child {
  margin-bottom: 0;
}

.category-list-sidebar li:hover .btn {
  right: -8%;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.post-sidebar.blog-side-image li {
  margin-bottom: 35px;
  width: 100%;
}

.post-sidebar.blog-side-image li .blog-box .blog-image {
  min-height: 1px;
}

.post-sidebar.blog-side-image li:last-child {
  margin-bottom: 0;
}

.tag-cloud a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin: 0 6px 10px 0;
  padding: 7px 18px;
  border-radius: 4px;
  border: 1px solid var(--extra-medium-gray);
}

.tag-cloud a:hover,
.tag-cloud a.active {
  box-shadow: 0 0 10px rgba(23, 23, 23, 0.1);
  color: var(--dark-gray);
  background-color: var(--white);
}

/* Grid */
.grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Grid column and gutter spacing */
.grid li img {
  width: 100%;
}

.grid .grid-sizer {
  padding: 0 !important;
  margin: 0 !important;
}

.grid.gutter-very-small li {
  padding: 3px 3px;
}

.grid.gutter-small li {
  padding: 5px 5px;
}

.grid.gutter-medium li {
  padding: 7px 7px;
}

.grid.gutter-large li {
  padding: 10px 10px;
}

.grid.gutter-extra-large li {
  padding: 0px;
  padding-bottom: 11px;
  color: black;
}

.grid.gutter-double-extra-large li {
  padding: 20px;
}

.grid.gutter-triple-extra-large li {
  padding: 30px;
}

.grid.grid-6col li {
  width: 16.67%;
}

.grid.grid-6col li.grid-item-double {
  width: 33.33%;
}

.grid.grid-6col li.grid-item-single {
  width: 100%;
}

.grid.grid-5col li {
  width: 20%;
}

.grid.grid-5col li.grid-item-double {
  width: 40%;
}

.grid.grid-5col li.grid-item-single {
  width: 100%;
}

.grid.grid-4col li {
  width: 25%;
}

.grid.grid-4col li.grid-item-double {
  width: 50%;
}

.grid.grid-4col li.grid-item-single {
  width: 100%;
}

.grid.grid-3col li {
  width: 33.33%;
}

.grid.grid-3col li.grid-item-double {
  width: 66.67%;
}

.grid.grid-3col li.grid-item-single {
  width: 100%;
}

.grid.grid-2col li {
  width: 50%;
}

.grid.grid-2col li.grid-item-double {
  width: 100%;
}

.grid.grid-2col li.grid-item-single {
  width: 100%;
}

.grid .gutter-large {
  margin-left: 10px;
  margin-right: 10px;
  margin: 0 10px;
}

/* ===================================
    13. Elements
====================================== */
/* Accordion */
.accordion .accordion-item {
  color: inherit;
  border: none;
}

.accordion .accordion-item .accordion-header {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.accordion .accordion-item .accordion-header .accordion-title {
  cursor: pointer;
  padding-right: 25px;
}

.accordion .accordion-item .accordion-header .accordion-title i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion .accordion-item .accordion-collapse {
  border: 0;
}

/* Accordion style 01 */
.accordion-style-01 .accordion-item {
  margin-bottom: 20px;
  overflow: inherit;
  padding: 20px 35px;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(111, 111, 111, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(111, 111, 111, 0.15);
}

.accordion-style-01 .accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-style-01 .accordion-item .collapse {
  overflow: hidden;
}

.accordion-style-01 .accordion-item .accordion-body {
  padding: 12px 45px 10px 0px;
}

.accordion-style-01 .accordion-item .accordion-header .accordion-title>i {
  position: static;
  -webkit-transform: none;
  transform: none;
}

/* Accordion style 02 */
.accordion-style-02 .accordion-item {
  background-color: transparent;
}

.accordion-style-02 .accordion-item .accordion-header {
  margin-bottom: 0;
  padding: 15px 0;
}

.accordion-style-02 .accordion-item .accordion-header .accordion-title i {
  right: 0;
}

.accordion-style-02 .accordion-item.active-accordion .accordion-header {
  border-bottom-color: transparent !important;
}

.accordion-style-02 .accordion-item .accordion-body {
  padding: 0 25px 30px 0;
}

.accordion-style-02 .right-icon {
  background-color: var(--white);
  color: var(--dark-gray);
}

.accordion-style-02 .right-icon:hover {
  background-color: var(--base-color);
  color: var(--white);
}

/* Accordion style 03 */
.accordion-style-03 .accordion-item {
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}

.accordion-style-03 .accordion-item .accordion-header {
  padding: 15px 30px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.accordion-style-03 .accordion-item .accordion-body {
  padding: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
}

/* Accordion style 04 */
.accordion-style-04 .accordion-item {
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}

.accordion-style-04 .accordion-item .accordion-header {
  padding: 18px 35px;
}

.accordion-style-04 .accordion-item .accordion-body {
  padding: 25px 40px 30px;
}

.accordion-style-04 .accordion-item.active-accordion {
  -webkit-box-shadow: 0px 5px 25px 0px rgba(111, 111, 111, 0.15);
  box-shadow: 0px 5px 25px 0px rgba(111, 111, 111, 0.15);
  background: var(--white);
}

/* Accordion style 05 */
.accordion-style-05 .accordion-item {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 22px 35px 22px 65px;
  position: relative;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-shadow: 0px 0px 45px 0px rgba(111, 111, 111, 0.15);
  box-shadow: 0px 0px 45px 0px rgba(111, 111, 111, 0.15);
}

.accordion-style-05 .accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-style-05 .accordion-item .collapse {
  overflow: hidden;
}

.accordion-style-05 .accordion-item .accordion-body {
  padding: 10px 45px 10px 0px;
}

.accordion-style-05 .accordion-item .number {
  position: absolute;
  left: -13px;
  top: 15px;
}

.accordion-style-05 .accordion-item.active-accordion {
  -webkit-box-shadow: 0px 15px 40px 5px rgba(111, 111, 111, 0.15);
  box-shadow: 0px 15px 40px 5px rgba(111, 111, 111, 0.15);
}

.accordion-style-05 .accordion-item.active-accordion .number {
  -webkit-text-fill-color: var(--base-color);
  -webkit-text-stroke-color: var(--base-color);
}

/* Accordion style 06 */
.accordion-style-06 .accordion-item {
  margin-bottom: 0;
  overflow: hidden;
  padding: 15px 100px 15px 45px;
  position: relative;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
}

.accordion-style-06 .accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-style-06 .accordion-item .collapse {
  overflow: hidden;
  border-radius: 0;
}

.accordion-style-06 .accordion-item .accordion-body {
  padding: 10px 0 10px 0px;
}



.lock-box-2
{
    position: absolute;
    background: rgba(232, 234, 234, 0.7);
    z-index: 100;
    height: 90%;
    width: 79.5% !important;
    border-radius: 16px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(151, 71, 255, 1);
    right: 17px;
}

.lock-box-3
{
    position: absolute;
    background: rgba(232, 234, 234, 0.7);
    z-index: 100;
    height: 100%;
    width: 64% !important;
    border-radius: 16px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(151, 71, 255, 1);
    right: 0;
}
.lock-box
{
    position: absolute;
    background: rgba(232, 234, 234, 0.7);
    z-index: 100;
    height: 100%;
    width: 100% !important;
    border-radius: 16px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(151, 71, 255, 1);
    z-index : 0;
}

.text-red
{
    color: rgba(235, 8, 1, 1) !important;
}



.mobile-ht-full{
    height : 100% !important;
}
.flot-lock-yes .mt-1-img
{
    margin-top: 41px;
    margin-bottom: 10px;
    width: 79px; 
}
.flot-lock-yes img:last-child
{
margin-top: -55px;
    margin-left: 33px;
}
.flot-lock-yes h4
{
    position: absolute;
    right: 2px;
    top: -28px;
}
.fs-34 {
    font-size: 34px;
}




.accordion-style-06 .accordion-item i {
  position: absolute;
  right: -32px;
  top: 50%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--dark-gray);
  -webkit-transform: rotate(-35deg) translateY(-50%);
  transform: rotate(-35deg) translateY(-50%);
}

.accordion-style-06 .accordion-item .collapsing i {
  opacity: 0;
}

.accordion-style-06 .accordion-item.active-accordion {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: linear-gradient(to bottom, #f2f8f7, #f5fafa, #f9fbfd, #fcfdfe, #ffffff);
}

.accordion-style-06 .accordion-item.active-accordion i {
  opacity: 0.15;
}

/* Alert box */
.alert-success {
  background-color: #f1fbec;
  color: #54b783;
  border-color: #cce8b3;
  padding: 10px 20px 10px 20px;
}

.alert {
  padding: 20px 25px 20px 30px;
  margin-bottom: 30px;
  line-height: 22px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.alert.alert-success {
  background-color: #f1fbec;
  color: #54b783;
  border-color: #cce8b3;
}

.alert.alert-info {
  background-color: #ebf5f9;
  color: #4278bb;
  border-color: #bce8f1;
}

.alert.alert-warning {
  background-color: #fcf8e3;
  color: #e2ad4b;
  border-color: #faebcc;
}

.alert.alert-danger {
  background-color: #fbf1f1;
  color: #e65656;
  border-color: #efe1e3;
}

.alert strong {
  font-weight: 500;
}

@keyframes hvr-icon-push {
  50% {
    -webkit-trasfrom: scale(0.5);
    trasfrom: scale(0.5);
  }
}

.alert .close {
  opacity: 1;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.34);
  text-shadow: none;
  float: right;
}

.alert .close i {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.alert .close:hover i {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.alert .close:not(:disabled),
.alert .close:not(.disabled):focus,
.alert .close:not(.disabled):hover {
  opacity: 1;
}

/* Alert box style 02 */
.alert-box-style-02 .alert {
  padding: 22px 60px 22px 30px;
  border: none;
  line-height: 22px;
  -webkit-box-shadow: 0px 0 10px 0 rgba(111, 111, 111, 0.1);
  box-shadow: 0px 0 10px 0 rgba(111, 111, 111, 0.1);
}

.alert-box-style-02 .alert.alert-success {
  color: #54b783;
}

.alert-box-style-02 .alert.alert-info {
  color: #4278bb;
}

.alert-box-style-02 .alert.alert-warning {
  color: #e2ad4b;
}

.alert-box-style-02 .alert.alert-danger {
  color: #e65656;
}

.alert-box-style-02 .alert .close {
  height: 100%;
  position: absolute;
  right: 0;
  width: 60px;
  text-align: center;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid var(--light-medium-gray);
  font-size: 18px;
}

/* Alert box style 03 */
.alert-box-style-03 .alert {
  padding: 20px 30px 20px 55px;
  border: 0;
}

.alert-box-style-03 .alert:before {
  font-family: bootstrap-icons;
  display: inline-block;
  position: absolute;
  left: 25px;
  font-size: 18px;
}

.alert-box-style-03 .alert.alert-success {
  background-color: #54b783;
}

.alert-box-style-03 .alert.alert-success:before {
  content: "\f26b";
}

.alert-box-style-03 .alert.alert-info {
  background-color: #4278bb;
}

.alert-box-style-03 .alert.alert-info:before {
  content: "\f431";
}

.alert-box-style-03 .alert.alert-warning {
  background-color: #e2ad4b;
}

.alert-box-style-03 .alert.alert-warning:before {
  content: "\f567";
}

.alert-box-style-03 .alert.alert-danger {
  background-color: #e65656;
}

.alert-box-style-03 .alert.alert-danger:before {
  content: "\f623";
}

.alert-box-style-03 .alert .close {
  right: -10px;
  position: relative;
}

/* Alert box style 04 */
.alert-box-style-04 .alert {
  padding: 20px 25px 20px 30px;
  border-radius: 0;
  border: none;
  border-left: 3px solid;
}

.alert-box-style-04 .alert:hover {
  -webkit-box-shadow: 0px 0 10px 0 rgba(111, 111, 111, 0.1);
  box-shadow: 0px 0 10px 0 rgba(111, 111, 111, 0.1);
}

.alert-box-style-04 .alert.alert-success {
  color: #54b783;
  border-color: #54b783;
}

.alert-box-style-04 .alert.alert-info {
  color: #4278bb;
  border-color: #4278bb;
}

.alert-box-style-04 .alert.alert-warning {
  color: #e2ad4b;
  border-color: #e2ad4b;
}

.alert-box-style-04 .alert.alert-danger {
  color: #e65656;
  border-color: #e65656;
}

/* Alert box style 05 */
.alert-box-style-05 .alert {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-bottom: 2px solid;
  color: var(--dark-gray);
  padding: 10px 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.alert-box-style-05 .alert.alert-success {
  border-color: #54b783;
}

.alert-box-style-05 .alert.alert-info {
  border-color: #4278bb;
}

.alert-box-style-05 .alert.alert-warning {
  border-color: #e2ad4b;
}

.alert-box-style-05 .alert.alert-danger {
  border-color: #e65656;
}

/* Blockquote */
blockquote footer {
  padding: 0;
}

/* Blockquote style 05 */
.blockquote-style-04 .blockquote-img img {
  margin-top: -114px;
}

.blockquote-style-04 .blockquote-content {
  padding: 5% 0 5% 26%;
  margin-left: -8vw;
  -webkit-border-radius: 50px 50px 125px 50px;
  border-radius: 50px 50px 125px 50px;
}

/* Use for mac desktop pc */
@media only screen and (min-width: 1921px) {
  .blockquote-style-04 .blockquote-content {
    margin-left: -6vw;
  }
}

/* Button */
.btn-box-shadow {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.btn-box-shadow:hover {
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  border-color: initial;
  color: initial;
}

.btn {
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 0;
  /*text-transform: uppercase;*/
  letter-spacing: 0.5px;
  width: auto;
  font-family: var(--alt-font);
  font-weight: 500;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:hover {
  background-color: inherit;
}

.btn i {
  position: relative;
  margin-left: 6px;
}

.btn.btn-extra-large {
  font-size: 16px;
  padding: 24px 46px;
}

.btn.btn-large {
  font-size: 14px;
  padding: 18px 34px;
}

.btn.btn-medium {
  font-size: 13px;
  padding: 16px 30px;
}

.btn.btn-small {
  font-size: 12px;
  padding: 13px 26px;
}

.btn.btn-very-small {
  font-size: 11px;
  padding: 10px 20px;
}

.btn.btn-rounded.btn-extra-large {
  padding: 18px 46px;
}

.btn.btn-rounded.btn-large {
  padding: 14px 36px;
}

.btn.btn-rounded.btn-medium {
  padding: 12px 32px;
}

.btn.btn-rounded.btn-small {
  padding: 10px 26px;
}

.btn.btn-rounded.btn-very-small {
  padding: 8px 20px;
}

.btn.btn-rounded.btn-rounded {
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.btn.btn-round-edge {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.btn.btn-round-edge-small {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.btn.btn-link {
  padding: 0 0 2px;
  position: relative;
  text-decoration: none;
  border: 0;
  border-bottom: 2px solid;
  letter-spacing: 0;
  background-color: transparent;
}

.btn.btn-link.thin {
  border-bottom: 1px solid;
}

.btn.btn-link:hover {
  opacity: 0.7;
}

.btn.btn-link:focus-visible {
  box-shadow: none;
}

.btn.btn-link-gradient {
  padding: 0 0 3px !important;
  position: relative;
  border: 0;
  background-color: transparent;
}

.btn.btn-link-gradient>span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}

.btn.btn-link-gradient.thin span {
  height: 1px;
}

.btn.btn-link-gradient.expand span {
  width: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.btn-link-gradient:hover {
  opacity: 0.7;
}

.btn.btn-link-gradient:hover.expand:hover span {
  width: 100%;
}

.btn.btn-expand {
  position: relative;
  z-index: 1;
}

.btn.btn-expand span {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn.btn-expand:hover,
.btn.btn-expand:active {
  border-color: transparent;
}

.btn.btn-expand:hover span,
.btn.btn-expand:active span {
  width: 100%;
}

.btn.btn-expand-ltr {
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: 0;
  color: initial;
}

.btn.btn-expand-ltr:active {
  background-color: transparent;
  border: 0;
  color: initial;
}

.btn.btn-expand-ltr span {
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn.btn-expand-ltr:hover span {
  width: 100% !important;
}

.btn.btn-expand-ltr.btn-extra-large {
  padding: 18px 28px;
}

.btn.btn-expand-ltr.btn-extra-large span {
  width: 60px;
  height: 60px;
}

.btn.btn-expand-ltr.btn-large {
  padding: 14px 26px;
}

.btn.btn-expand-ltr.btn-large span {
  width: 50px;
  height: 50px;
}

.btn.btn-expand-ltr.btn-medium {
  padding: 12px 24px;
}

.btn.btn-expand-ltr.btn-medium span {
  width: 44px;
  height: 44px;
}

.btn.btn-expand-ltr.btn-small {
  padding: 10px 22px;
}

.btn.btn-expand-ltr.btn-small span {
  width: 40px;
  height: 40px;
}

.btn.btn-expand-ltr.btn-very-small {
  padding: 8px 18px;
}

.btn.btn-expand-ltr.btn-very-small span {
  width: 38px;
  height: 38px;
}

.btn.btn-hover-animation-switch.btn-link {
  border-bottom: 0;
  padding-bottom: 0;
}

.btn.btn-hover-animation-switch.btn-link:hover {
  opacity: 1;
}

.btn.btn-hover-animation-switch>span {
  display: inline-flex;
  align-items: center;
}

.btn.btn-hover-animation-switch .btn-text {
  margin-left: -13px;
  position: relative;
  z-index: 3;
  transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
}

.btn.btn-hover-animation-switch .btn-icon {
  margin-left: 6px;
  position: relative;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
}

.btn.btn-hover-animation-switch .btn-icon i {
  margin: 0;
  line-height: 0;
}

.btn.btn-hover-animation-switch .btn-icon+.btn-icon {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.btn.btn-hover-animation-switch:hover .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}

.btn.btn-hover-animation-switch:hover .btn-icon {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}

.btn.btn-hover-animation-switch:hover .btn-icon+.btn-icon {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.225s;
}

.btn.btn-hover-animation-switch.btn-icon-left .btn-text {
  margin-right: -15px;
  margin-left: 0px;
  position: relative;
  z-index: 3;
}

.btn.btn-hover-animation-switch.btn-icon-left .btn-icon {
  opacity: 0;
  margin-left: 0;
  transition-delay: 0s;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.btn.btn-hover-animation-switch.btn-icon-left .btn-icon+.btn-icon {
  opacity: 1;
  margin-left: 0;
  margin-right: 6px;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.btn.btn-hover-animation-switch.btn-icon-left:hover .btn-text {
  transition-delay: 0.1s;
  transform: translateX(-20px);
}

.btn.btn-hover-animation-switch.btn-icon-left:hover .btn-icon {
  transform: translateX(0px);
  opacity: 1;
  transition-delay: 0.225s;
}

.btn.btn-hover-animation-switch.btn-icon-left:hover .btn-icon+.btn-icon {
  opacity: 0;
  transition-delay: 0s;
  transform: translateX(-10px);
}

.btn.btn-hover-animation.btn-link {
  border-bottom: 0;
  padding-bottom: 0;
}

.btn.btn-hover-animation.btn-link:hover {
  opacity: 1;
}

.btn.btn-hover-animation>span {
  display: inline-flex;
  align-items: center;
}

.btn.btn-hover-animation .btn-text {
  margin-left: 0px;
  position: relative;
  z-index: 3;
  transition: transform 0.5s;
}

.btn.btn-hover-animation .btn-icon {
  display: inline-flex;
  align-items: center;
  margin-left: -24px;
}

.btn.btn-hover-animation .btn-icon i {
  display: inline-block;
  opacity: 0;
  top: 0;
  transform: translateX(0.24px);
  transition: opacity 0.25s, transform 0.5s;
}

.btn.btn-hover-animation:hover .btn-text {
  -webkit-transform: translateX(-12px);
  transform: translateX(-12px);
}

.btn.btn-hover-animation:hover .btn-icon i {
  opacity: 1;
  -webkit-transform: translateX(12px);
  transform: translateX(12px);
}

.btn.btn-hover-animation:active {
  border-color: transparent !important;
}

.btn.btn-hover-animation.btn-icon-left .btn-icon {
  margin-right: -24px;
  margin-left: 0;
}

.btn.btn-hover-animation.btn-icon-left .btn-icon i {
  transform: translateX(0.24px);
}

.btn.btn-hover-animation.btn-icon-left .btn-text {
  margin-right: 0;
  margin-left: 0;
}

.btn.btn-hover-animation.btn-icon-left:hover .btn-text {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}

.btn.btn-hover-animation.btn-icon-left:hover .btn-icon i {
  opacity: 1;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.btn.btn-slide-up span {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.btn.btn-slide-down span {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.btn.btn-slide-left span {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.btn.btn-slide-right span {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.btn.btn-slide-up,
.btn.btn-slide-down,
.btn.btn-slide-left,
.btn.btn-slide-right {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn.btn-slide-up span,
.btn.btn-slide-down span,
.btn.btn-slide-left span,
.btn.btn-slide-right span {
  position: absolute;
  height: 100%;
  width: 102%;
  z-index: -1;
  left: -2px;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn.btn-slide-up:hover span,
.btn.btn-slide-down:hover span,
.btn.btn-slide-left:hover span,
.btn.btn-slide-right:hover span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.btn.btn-radius {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn.btn-radius:hover {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.btn.arrow-bounce-right {
  position: relative;
}

.btn.arrow-bounce-right:before {
  content: "\f108";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: inherit;
  left: 80%;
  transition: all 0.3s;
  opacity: 0;
  font-weight: 900;
  margin-top: 3px;
}

.btn.arrow-bounce-right:hover:before {
  left: 85%;
  opacity: 1;
}

.btn.underline-on-hover {
  position: relative;
  padding: 0 0 2px;
  border: none;
  opacity: 1 !important;
}

.btn.underline-on-hover:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-bottom: 2px solid;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}

.btn.underline-on-hover:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.btn.underline-on-hover.btn-medium,
.btn.underline-on-hover.btn-small,
.btn.underline-on-hover.btn-very-small {
  padding: 0 0 3px;
}

.btn.hover-text-dark {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: none;
  opacity: 0.4;
  display: inline-block;
}

.btn.hover-text-dark:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  content: attr(data-hover);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.btn.hover-text-dark:hover {
  opacity: 1;
}

.btn.hover-text-dark:hover:after {
  max-height: 100%;
}

.btn.hover-text-light {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: none;
  opacity: 1;
  display: inline-block;
}

.btn.hover-text-light:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  content: attr(data-hover);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.btn.hover-text-light:hover {
  opacity: 0.6;
}

.btn.hover-text-light:hover:after {
  max-height: 100%;
}

.btn.btn-base-color {
  background-color: var(--base-color);
  color: var(--white);
}

.btn.btn-base-color:hover,
.btn.btn-base-color:active {
  background-color: transparent;
  border-color: var(--base-color);
  color: var(--base-color);
}

.btn.btn-dark-gray {
  background-color: var(--dark-gray);
  color: var(--white);
}

.btn.btn-dark-gray:hover,
.btn.btn-dark-gray:active {
  background-color: transparent;
  border-color: var(--dark-gray);
  color: var(--dark-gray);
}

.btn.btn-black {
  background-color: var(--black);
  color: var(--white);
}

.btn.btn-black:hover,
.btn.btn-black:active {
  background-color: transparent;
  border-color: var(--black);
  color: var(--black);
}

.btn.btn-white {
  background-color: var(--white);
  color: var(--dark-gray);
}

.btn.btn-white:hover,
.btn.btn-white:active {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}

.btn.btn-cornflower-blue {
  background-color: var(--cornflower-blue);
  color: var(--white);
}

.btn.btn-cornflower-blue:hover,
.btn.btn-cornflower-blue:active {
  background-color: transparent;
  border-color: var(--cornflower-blue);
  color: var(--cornflower-blue);
}

.btn.btn-jade {
  background-color: var(--jade);
  color: var(--white);
}

.btn.btn-jade:hover,
.btn.btn-jade:active {
  background-color: transparent;
  border-color: var(--jade);
  color: var(--jade);
}

.btn.btn-transparent-black {
  background-color: transparent;
  border-color: var(--black);
  color: var(--black);
}

.btn.btn-transparent-black:hover,
.btn.btn-transparent-black:active {
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.btn.btn-transparent-white {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}

.btn.btn-transparent-white:hover,
.btn.btn-transparent-white:active {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--dark-gray);
}

.btn.btn-transparent-white-light {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--white);
}

.btn.btn-transparent-white-light:hover,
.btn.btn-transparent-white-light:active {
  background-color: var(--white);
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--dark-gray);
}

.btn.btn-transparent-base-color {
  background-color: transparent;
  border-color: var(--base-color);
  color: var(--base-color);
}

.btn.btn-transparent-base-color:hover,
.btn.btn-transparent-base-color:active {
  background-color: var(--base-color);
  border-color: var(--base-color);
  color: var(--white);
}

.btn.btn-transparent-dark-gray {
  background-color: transparent;
  border-color: var(--dark-gray);
  color: var(--dark-gray);
}

.btn.btn-transparent-dark-gray:hover,
.btn.btn-transparent-dark-gray:active {
  background-color: var(--dark-gray);
  border-color: var(--dark-gray);
  color: var(--white);
}

.btn.btn-transparent-light-gray {
  background-color: transparent;
  border-color: var(--extra-medium-gray);
  color: var(--dark-gray);
}

.btn.btn-transparent-light-gray:hover,
.btn.btn-transparent-light-gray:active {
  background-color: var(--dark-gray);
  border-color: var(--dark-gray);
  color: var(--white);
}

.btn.btn-double-border.btn-extra-large {
  padding: 0;
}

.btn.btn-double-border.btn-extra-large>span {
  padding: 24px 50px;
}

.btn.btn-double-border.btn-large {
  padding: 0;
}

.btn.btn-double-border.btn-large>span {
  padding: 18px 42px;
}

.btn.btn-double-border.btn-medium {
  padding: 0;
}

.btn.btn-double-border.btn-medium>span {
  padding: 16px 34px;
}

.btn.btn-double-border.btn-small {
  padding: 0;
}

.btn.btn-double-border.btn-small>span {
  padding: 13px 32px;
}

.btn.btn-double-border.btn-very-small {
  padding: 0;
}

.btn.btn-double-border.btn-very-small>span {
  padding: 10px 22px;
}

.btn.btn-double-border>span {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.btn.btn-double-border .btn-double-text {
  transition: opacity 0.65s, transform 0.65s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.btn.btn-double-border .btn-double-text:before {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: opacity 0.5s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.btn.btn-double-border:hover .btn-double-text {
  transform: translateY(-200%);
}

.btn.btn-double-border:hover .btn-double-text:before {
  transform: translate(-50%, 150%);
  opacity: 1;
}

.btn.btn-double-border:after {
  display: inline-block;
  content: "";
  position: absolute;
  border: 1px solid;
  width: calc(100% - 8px);
  height: calc(100% + 12px);
  top: -6px;
  left: 4px;
  transform: translateX(0) translateY(0);
  z-index: 0;
}

.btn.btn-double-border.btn-border-base-color {
  position: relative;
  border: 1px solid var(--base-color);
  color: var(--base-color);
}

.btn.btn-double-border.btn-border-base-color:hover {
  border-color: var(--dark-gray);
  color: var(--dark-gray);
}

.btn.btn-double-border.btn-border-base-color:hover:after {
  border-color: var(--dark-gray);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.btn-double-border.btn-border-base-color.hover-border-color-white:hover {
  border-color: var(--white);
  color: var(--white);
}

.btn.btn-double-border.btn-border-base-color.hover-border-color-white:hover:after {
  border-color: var(--white);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.btn-double-border.btn-border-color-dark-gray {
  position: relative;
  border: 1px solid var(--dark-gray);
  color: var(--dark-gray);
}

.btn.btn-double-border.btn-border-color-dark-gray:hover {
  border-color: var(--base-color);
  color: var(--base-color);
}

.btn.btn-double-border.btn-border-color-dark-gray:hover:after {
  border-color: var(--base-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.btn-double-border.btn-border-color-white {
  position: relative;
  border: 1px solid var(--white);
  color: var(--white);
}

.btn.btn-double-border.btn-border-color-white:hover {
  border-color: var(--base-color);
  color: var(--base-color);
}

.btn.btn-double-border.btn-border-color-white:hover:after {
  border-color: var(--base-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.btn-double-border.btn-border-color-transparent-white {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
}

.btn.btn-double-border.btn-border-color-transparent-white:after {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn.btn-double-border.btn-border-color-transparent-white:hover {
  border-color: rgb(255, 255, 255);
  color: var(--white);
}

.btn.btn-double-border.btn-border-color-transparent-white:hover:after {
  border-color: rgb(255, 255, 255);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.btn-double-border.btn-border-color-transparent-dark {
  position: relative;
  border: 1px solid rgba(35, 35, 35, 0.2);
  color: var(--dark-gray);
}

.btn.btn-double-border.btn-border-color-transparent-dark:after {
  border: 1px solid rgba(35, 35, 35, 0.2);
}

.btn.btn-double-border.btn-border-color-transparent-dark:hover {
  border-color: rgb(35, 35, 35);
  color: var(--dark-gray);
}

.btn.btn-double-border.btn-border-color-transparent-dark:hover:after {
  border-color: rgb(35, 35, 35);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.btn-switch-text.btn-extra-large {
  padding: 0;
}

.btn.btn-switch-text.btn-extra-large>span {
  padding: 22px 40px;
}

.btn.btn-switch-text.btn-large {
  padding: 0;
}

.btn.btn-switch-text.btn-large>span {
  padding: 18px 34px;
}

.btn.btn-switch-text.btn-medium {
  padding: 0;
}

.btn.btn-switch-text.btn-medium>span {
  padding: 16px 30px;
}

.btn.btn-switch-text.btn-small {
  padding: 0;
}

.btn.btn-switch-text.btn-small>span {
  padding: 13px 24px;
}

.btn.btn-switch-text.btn-very-small {
  padding: 0;
}

.btn.btn-switch-text.btn-very-small>span {
  padding: 10px 20px;
}

.btn.btn-switch-text>span {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.btn.btn-switch-text .btn-double-text {
  transition: opacity 0.65s, transform 0.85s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.btn.btn-switch-text .btn-double-text:before {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: opacity 0.5s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.btn.btn-switch-text:hover .btn-double-text,
.btn.btn-switch-text:active .btn-double-text {
  transform: translateY(-200%);
}

.btn.btn-switch-text:hover .btn-double-text:before,
.btn.btn-switch-text:active .btn-double-text:before {
  transform: translate(-50%, 150%);
  opacity: 1;
}

.btn.btn-switch-text.purchase-envato.btn-small {
  padding: 0;
}

.btn.btn-switch-text.purchase-envato.btn-small>span {
  padding: 11px 30px;
}

.btn.base-color-hover:hover,
.btn.base-color-hover:active {
  background-color: var(--base-color);
  color: var(--white);
}

.btn.white-hover:hover,
.btn.white-hover:active {
  background-color: var(--white);
  color: var(--dark-gray);
}

.btn.black-hover:hover,
.btn.black-hover:active {
  background-color: var(--dark-gray);
  color: var(--white);
}

.btn.btn-box-shadow.btn-white:hover,
.btn.btn-box-shadow.btn-white:active {
  background: var(--white);
  color: var(--dark-gray);
}

.btn.btn-box-shadow.btn-black:hover,
.btn.btn-box-shadow.btn-black:active {
  background: var(--black);
  color: var(--white);
}

.btn.btn-box-shadow.btn-dark-gray:hover,
.btn.btn-box-shadow.btn-dark-gray:active {
  background: var(--dark-gray);
  color: var(--white);
}

.btn.btn-box-shadow.btn-base-color:hover,
.btn.btn-box-shadow.btn-base-color:active {
  background: var(--base-color);
  color: var(--white);
}

.btn.btn-box-shadow.btn-cornflower-blue:hover,
.btn.btn-box-shadow.btn-cornflower-blue:active {
  background-color: var(--cornflower-blue);
  color: var(--white);
}

.btn.btn-box-shadow.btn-jade:hover,
.btn.btn-box-shadow.btn-jade:active {
  background-color: var(--jade);
  color: var(--white);
}

.btn.with-rounded {
  position: relative;
}

.btn.with-rounded>span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  position: absolute;
  border-radius: 100%;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
}

.btn.with-rounded>span i {
  margin: 0;
}

.btn.with-rounded.btn-extra-large {
  padding-right: 70px;
}

.btn.with-rounded.btn-large {
  padding-right: 55px;
}

.btn.with-rounded.btn-large>span {
  width: 34px;
  height: 34px;
  right: 8px;
}

.btn.with-rounded.btn-medium {
  padding-right: 50px;
}

.btn.with-rounded.btn-medium>span {
  width: 32px;
  height: 32px;
  right: 8px;
}

.btn.with-rounded.btn-small {
  padding-right: 45px;
}

.btn.with-rounded.btn-small>span {
  width: 28px;
  height: 28px;
  right: 6px;
}

.btn.with-rounded.btn-very-small {
  padding-right: 37px;
}

.btn.with-rounded.btn-very-small>span {
  width: 26px;
  height: 26px;
  right: 5px;
}

/* Button icon position */
.left-icon i {
  margin-right: 6px;
  margin-left: 0;
}

[class*=btn-transparent],
[class*=" btn-transparent"] {
  font-weight: 600;
}

/* Gradient button */
[class*=btn-gradient-] {
  background-color: transparent;
  border-color: transparent;
}

[class*=btn-gradient-]:active {
  background-color: transparent;
  border-color: transparent !important;
  color: var(--white) !important;
}

[class*=btn-gradient-]:hover {
  background-position: right center;
  color: var(--white);
}

.btn-gradient-purple-pink {
  background-image: linear-gradient(to right, #8b14b1, #d53d6e, #8b14b1);
  background-size: 200% auto;
  color: var(--white);
}

.btn-gradient-fast-pink-light-yellow {
  background-image: linear-gradient(to right, #f7567f, #ffba83, #f7567f);
  background-size: 200% auto;
  color: var(--white);
}

.btn-gradient-pink-orange {
  background-image: linear-gradient(to right, #de347f, #ef5f43, #de347f);
  background-size: 200% auto;
  color: var(--white);
}

.btn-gradient-fast-blue-purple {
  background-image: linear-gradient(to right, #2a46f4, #bf25ff, #2a46f4);
  background-size: 200% auto;
  color: var(--white);
}

.btn-gradient-light-pink-light-purple {
  background-image: linear-gradient(to right, #ed579b, #bc63e8, #ed579b);
  background-size: 200% auto;
  color: var(--white);
}

.btn-gradient-sky-blue-pink {
  background-image: linear-gradient(to right, #5758df, #f77991, #5758df);
  background-size: 200% auto;
  color: var(--white);
}

.btn-dual .btn {
  margin-left: 10px;
  margin-right: 10px;
}

.btn-dual .btn.btn-link,
.btn-dual .btn.btn-underline,
.btn-dual .btn.btn-zoom,
.btn-dual .btn.btn-link-gradient {
  margin-left: 30px;
  margin-right: 30px;
}

/* Blog button */
.categories-btn {
  padding: 4px 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 5px;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
}

/* Clients style 01 */
.clients-style-01 .client-image:hover>img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Clients style 02 */
.clients-style-02 .swiper-slide {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.clients-style-02 .swiper-slide:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.clients-style-02 .swiper-button-prev {
  left: -110px;
}

.clients-style-02 .swiper-button-next {
  right: -110px;
}

/* Clients style 03 */
.clients-style-03 .client-box {
  -webkit-transition: all 350ms cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 350ms cubic-bezier(0.12, 0, 0.39, 0);
  will-change: transform;
}

.clients-style-03 .client-box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Clients style 04 */
.clients-style-04 .client-box:hover {
  opacity: 0.5;
}

/* Clients style 05 */
.clients-style-05 .client-box {
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.clients-style-05 .client-box img {
  z-index: 2;
  position: relative;
}

.clients-style-05 .client-box:hover {
  opacity: 0.5;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Clients style 06 */
.clients-style-06 .client-box {
  -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.clients-style-06 .client-box img {
  max-width: inherit;
}

.clients-style-06:hover .client-box {
  opacity: 0.4;
}

.clients-style-06:hover .client-box:hover {
  opacity: 1;
}

/* Clients style 07 */
.clients-style-07 .client-box .client-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.clients-style-07 .client-box .client-info .client-content {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
}

.clients-style-07 .client-box .client-info .client-content .client-link {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  right: 0;
}

.clients-style-07 .client-box .client-info:hover .client-content {
  margin: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0;
}

.clients-style-07 .client-box .client-info:hover .client-content .client-icon {
  opacity: 0;
  visibility: hidden;
}

.clients-style-07 .client-box .client-info:hover .client-content .client-link {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.clients-style-07 .client-box .client-info:hover .client-content .box-overlay {
  opacity: 1;
  visibility: visible;
}

/* Clients style 08 */
.clients-style-08 .client-box {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.clients-style-08 .client-box:hover {
  opacity: 1;
}

/* Columns */
.show-grid [class^=col-] {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

/* Contact form */
.select-style select {
  background-image: url("../images/contact-form-down-arrow.jpg");
  background-repeat: no-repeat;
  background-position: top 25px right 30px;
  cursor: pointer;
  -webkit-appearance: none;
  background-color: transparent;
}

.terms-condition-box label {
  display: block;
}

.terms-condition-box input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 4px;
  left: 0;
}

.terms-condition-box input[type=checkbox]:checked+.box:after {
  display: block;
}

.terms-condition-box input[type=checkbox].is-invalid+.box:before {
  border-color: #dc3545;
}

.terms-condition-box .box {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
}

.terms-condition-box .box:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid var(--extra-medium-gray);
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.terms-condition-box .box:after {
  position: absolute;
  left: 7px;
  top: 9px;
  content: "";
  width: 6px;
  height: 10px;
  display: none;
  border: solid var(--dark-gray);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Contact form style 01 */
.contact-form-style-01 input,
.contact-form-style-01 textarea,
.contact-form-style-01 select {
  padding-left: 55px;
}

.contact-form-style-01 .form-group .form-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 2px;
  left: 25px;
}

.contact-form-style-01 .form-group.form-textarea .form-icon {
  top: 12px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Contact form style 03 */
.contact-form-style-03 input,
.contact-form-style-03 textarea {
  outline: none;
  border: none;
  border-bottom: 1px solid;
  background: transparent;
}

.contact-form-style-03 select {
  outline: none;
  border: none;
  border-bottom: 1px solid;
}

.contact-form-style-03 input:focus,
.contact-form-style-03 select:focus,
.contact-form-style-03 textarea:focus,
.contact-form-style-03 .form-control:focus {
  border: 0;
  border-bottom: 1px solid #c2c2c2;
}

.contact-form-style-03 textarea {
  resize: none;
}

.contact-form-style-03 .form-group .form-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-form-style-03 .form-group.form-textarea .form-icon {
  top: 10px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.contact-form-style-03 .form-control,
.contact-form-style-03 .form-control.is-invalid,
.contact-form-style-03 .was-validated .form-control:invalid {
  background-position: right 35px center !important;
}

/* Contact form style 06 */
.contact-form-style-06 input,
.contact-form-style-06 textarea {
  color: var(--white);
}

.contact-form-style-06 input:focus,
.contact-form-style-06 textarea:focus {
  color: var(--white);
}

.contact-form-style-06 input::placeholder,
.contact-form-style-06 textarea::placeholder {
  color: var(--light-medium-gray);
}

.contact-form-style-06 .select-style select {
  color: var(--light-medium-gray);
  background-image: url("../images/contact-form-arrow-white.png");
  background-position: top 25px right 20px;
  padding-right: 45px;
}

.contact-form-style-06 .select-style select option {
  color: var(--dark-gray);
}

/* Contact form style 07 */
.contact-form-style-07 input,
.contact-form-style-07 textarea {
  outline: none;
  border: none;
  border-bottom: 1px solid;
  background: transparent;
}

.contact-form-style-07 select {
  outline: none;
  border: none;
  border-bottom: 1px solid;
}

.contact-form-style-07 input:focus,
.contact-form-style-07 select:focus,
.contact-form-style-07 textarea:focus,
.contact-form-style-07 .form-control:focus {
  border: 0;
  border-bottom: 1px solid #c2c2c2;
}

.contact-form-style-07 textarea {
  resize: none;
}

.contact-form-style-07 .form-group .form-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-form-style-07 .form-group.form-textarea .form-icon {
  top: 10px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.contact-form-style-07 .form-control,
.contact-form-style-07 .form-control.is-invalid,
.contact-form-style-07 .was-validated .form-control:invalid {
  background-position: right 35px center !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--dark-gray);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
  content: "";
}

/* Text slider 02 */
.text-slider-style-02 .swiper-slide {
  opacity: 0.2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.text-slider-style-02 .swiper-slide.swiper-slide-active {
  opacity: 1;
}

/* Text slider 03 */
.text-slider-style-03 .swiper-slide>img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* Text slider 05 */
.text-slider-style-05 .swiper-slide {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.text-slider-style-05 .swiper-slide .services-box-style-01:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.text-slider-style-05 .swiper-slide .services-box-style-01:hover .icon-box {
  opacity: 0;
}

.text-slider-style-05 .swiper-slide.swiper-slide-next {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.text-slider-style-05 .swiper-slide.swiper-slide-next .services-box-style-01 .icon-box {
  opacity: 1;
}

/* Countdown style 01 */
.countdown-style-01 .counter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.countdown-style-01 .counter-container .countdown-box {
  font-family: var(--alt-font);
  color: var(--dark-gray);
  background-color: var(--white);
  width: 130px;
  min-height: 130px;
  padding: 25px 20px 20px;
  margin: 0 15px;
  text-align: center;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.countdown-style-01 .counter-container .countdown-box .number {
  font-size: 2.375rem;
  line-height: 2.5rem;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: -1px;
}

.countdown-style-01 .counter-container .countdown-box span {
  font-size: 14px;
  line-height: 14px;
  color: var(--medium-gray);
  text-transform: uppercase;
}

/* Countdown style 02 */
.countdown-style-02 .countdown-box {
  position: relative;
  width: 165px;
  padding: 0 15px;
  color: var(--white);
  font-family: var(--alt-font);
  display: inline-block;
  text-align: center;
}

.countdown-style-02 .countdown-box:before {
  content: ":";
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--white);
  text-align: center;
  font-size: 3rem;
  margin-top: -4px;
}

.countdown-style-02 .countdown-box:last-child:before {
  display: none;
}

.countdown-style-02 .countdown-box .number {
  font-size: 3.5rem;
  line-height: 3.75rem;
  font-weight: 600;
  letter-spacing: -1px;
}

.countdown-style-02 .countdown-box span {
  font-size: 15px;
  line-height: 14px;
  text-transform: uppercase;
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  color: var(--white);
  font-weight: 500;
}

/* Countdown style 03 */
.countdown-style-03 .countdown-box {
  width: 130px;
  display: inline-block;
  margin: 0 15px;
  text-align: center;
}

.countdown-style-03 .countdown-box .number {
  color: var(--dark-gray);
  font-size: 4.3rem;
  line-height: 4.3rem;
  font-family: var(--alt-font);
  letter-spacing: -1px;
  font-weight: 700;
}

.countdown-style-03 .countdown-box span {
  color: var(--medium-gray);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

/* Countdown style 04 */
.countdown-style-04 .countdown-box {
  width: 160px;
  display: inline-block;
  margin: 0 7px;
  text-align: center;
  position: relative;
}

.countdown-style-04 .countdown-box:before {
  content: ":";
  position: absolute;
  top: 20px;
  font-size: 2rem;
  color: var(--white);
  right: -10px;
  margin-top: -5px;
  font-weight: 400;
  opacity: 0.7;
}

.countdown-style-04 .countdown-box:last-child:before {
  display: none;
}

.countdown-style-04 .countdown-box .number {
  color: #ffffff;
  font-size: 4.5rem;
  line-height: 4.5rem;
  font-family: var(--alt-font);
  font-weight: 600;
}

.countdown-style-04 .countdown-box span {
  color: var(--very-light-gray);
  font-size: 15px;
}

/* Counter style 03 */
.counter-style-03 .feature-box i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.counter-style-03 .feature-box:hover i {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

/* Counter style 04 */
.counter-style-04 .vertical-counter:after {
  content: attr(data-text);
  font-size: 50px;
  display: inline-block;
  margin-left: 3px;
  word-break: normal;
}

/* Counter style 06 */
.counter-style-06 .feature-box-content .counter-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.counter-style-06 .feature-box-content:after {
  content: "";
  display: block;
  height: 40%;
  right: 0;
  top: 50%;
  width: 1px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--extra-medium-gray);
}

.counter-style-06 .feature-box:last-child .feature-box-content:after {
  display: none;
}

/* Counter style 07 */
.counter-style-07 .vertical-counter-number {
  z-index: 1;
}

/* Vertical counter */
.vertical-counter-number {
  overflow: hidden;
  padding: 0px 1.5px;
  width: 100%;
  height: auto;
  font-size: 50px;
}

.vertical-counter-number ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  will-change: transform;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Divider style 01 */
.divider-style-01 .divider-shadow:after,
.divider-style-01 .divider-shadow:before {
  flex: 1 1 auto;
  -webkit-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  content: "";
  height: 10px;
  margin-top: 7px;
  box-shadow: 0 6px 10px -10px #8c8b8b inset;
}

.divider-style-01 .divider-border:after,
.divider-style-01 .divider-border:before {
  flex: 1 1 auto;
  -webkit-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  content: "";
  height: 10px;
  margin-top: 7px;
  border-top: 1px solid #E4E4E4;
}

/* Divider style 02 */
.divider-style-02 .divider-dot {
  position: relative;
}

.divider-style-02 .divider-dot span {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -13px;
  width: 25px;
  height: 25px;
  box-shadow: inset 0 0 0 6px white;
}

.divider-style-02 .divider-dot:after {
  top: 0;
  content: "";
  height: 100%;
  width: 1px;
  flex: 1 1 auto;
  -webkit-box-flex: 1 1 1px;
  -ms-flex: 1 1 1px;
  border-left: 1px solid #E4E4E4;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* Divider style 03 */
.divider-style-03.divider-style-03-01 {
  border-top: 1px solid;
  width: 100%;
}

.divider-style-03.divider-style-03-02 {
  border-top: 1px dashed;
}

.divider-style-03.divider-style-03-03 {
  border-top: 4px double;
}

.divider-style-03.divider-style-03-04 {
  border-top: 2px dashed;
}

.divider-style-03.divider-style-03-05 {
  border-top: 2px dotted;
}

/* First letter */
.first-letter {
  float: left;
  font-size: 4.5rem;
  line-height: 4.5rem;
  font-weight: 600;
  text-align: center;
  margin: 0 25px 0 0;
}

/* First letter block */
.first-letter-block {
  font-size: 4.5rem;
  line-height: 100px;
  font-weight: 600;
  width: 100px;
  height: 100px;
  margin: 8px 35px 0 0;
}

/* First letter round */
.first-letter-round {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 3.5rem;
}

/* First letter big */
.first-letter-big {
  float: left;
  font-size: 9rem;
  line-height: 9rem;
  padding: 0;
  text-align: center;
  position: relative;
}

/* First letter small */
.first-letter-small {
  font-size: 3.438rem;
  line-height: 4rem;
  font-weight: 600;
  width: 65px;
  height: 65px;
  margin: 8px 30px 0 0;
}

/* Event style 02 */
.time-table {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  flex: 1 0;
}

.time-table+.time-table .time-table-box {
  border-top-width: 0 !important;
}

.time-table-box {
  -webkit-box-align: stretch;
  align-items: stretch;
  text-align: center;
  flex-basis: 12.5%;
  padding: 30px 10px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: 100px;
}

.time-table-box .inner-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  flex: 1 auto;
  z-index: 9;
}

.time-table-box .inner-box>div {
  line-height: initial;
  margin-top: 7px;
}

.time-table-box+.time-table-box {
  border-left-width: 0 !important;
}

.time-table-box+.time-table-box.name-box:before {
  position: absolute;
  content: "";
  transition: opacity 0.3s;
  opacity: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--base-color);
}

.time-table-box+.time-table-box.name-box:hover .inner-box span,
.time-table-box+.time-table-box.name-box:hover .inner-box div {
  color: var(--white);
}

.time-table-box+.time-table-box.name-box:hover:before {
  opacity: 1;
}

.time-table-box+.time-table-box.name-box:hover .hover-detail {
  visibility: visible;
  opacity: 1;
}

.time-table-box.day {
  padding: 15px 10px;
  min-height: 1px;
}

.time-table-box .hover-detail {
  position: absolute;
  left: 50%;
  top: 100%;
  padding: 25px 30px;
  border-radius: 6px;
  width: 250px;
  z-index: 111;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.14);
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.time-table-box .hover-detail:after {
  content: "";
  top: -21px;
  left: 50%;
  height: 0;
  width: 0;
  z-index: 9;
  margin-left: -14px;
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  border-width: 11px;
  border-bottom-color: var(--white);
}

.time-table-box .hover-detail.hover-detail-left {
  left: auto;
  right: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.time-table-box .hover-detail.hover-detail-left:after {
  right: 60px;
  left: auto;
}

.time-table-box .hover-detail.hover-detail-top {
  top: auto;
  bottom: 100%;
}

.time-table-box .hover-detail.hover-detail-top:after {
  top: auto;
  bottom: -21px;
  border-top-color: var(--white);
  border-bottom-color: transparent;
}

.name-box span {
  line-height: 26px;
  transition: 0.2s;
}

.name-box div {
  line-height: 26px;
  transition: 0.2s;
}

/* Event style 03 */
.event-style-03 .nav-tabs {
  border-radius: 6px 6px 0 0px;
}

.event-style-03 .nav-tabs .nav-link {
  color: var(--white);
  line-height: normal;
  padding: 17px 15px 20px;
  border: 0;
  border-radius: 0;
}

.event-style-03 .nav-tabs .nav-link.active,
.event-style-03 .nav-tabs .nav-link.show,
.event-style-03 .nav-tabs .nav-link:hover {
  color: var(--dark-gray);
  background-color: var(--white);
}

.event-style-03 .nav-tabs>li.nav-item {
  padding: 0;
  width: 100%;
}

.event-style-03 .nav-tabs>li.nav-item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.event-style-03 .accordion .accordion-title .event-time {
  min-width: 354px;
}

.event-style-03 .accordion .accordion-title .event-time i {
  position: static;
  -webkit-transform: none;
  transform: none;
}

.event-style-03 .accordion .trainer-box {
  flex: 0 0 auto;
  width: 270px;
  margin-right: 85px;
  margin-top: 15px;
}

/* Text image mask */
.image-mask {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

/* Fancy text box style 01 */
.fancy-text-box-style-01 {
  border-bottom: 1px solid;
  border-right: 1px solid;
  overflow: hidden;
}

.fancy-text-box-style-01 .text-box-wrapper .text-box,
.fancy-text-box-style-01 .text-box-wrapper .text-box-hover {
  display: block;
  width: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}

.fancy-text-box-style-01 .text-box-wrapper .text-box-hover {
  opacity: 0;
  position: absolute;
}

.fancy-text-box-style-01 .text-box-wrapper:hover .text-box {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}

.fancy-text-box-style-01 .text-box-wrapper:hover .text-box-hover {
  opacity: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}

.fancy-text-box-style-01:last-child {
  border-right: 0;
}

/* Google map */
#map {
  height: 550px;
}

.arrow_box {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  -webkit-border-top-left-radius: 100%;
  -webkit-border-top-right-radius: 100%;
  -webkit-border-bottom-right-radius: 100%;
  -webkit-border-bottom-left-radius: 100%;
  position: relative;
  opacity: 0.8;
  cursor: pointer;
}

.arrow_box span {
  width: 100%;
  height: 100%;
  border: 1px solid;
  opacity: 0.2;
  display: inline-block;
  border-radius: 100%;
  -webkit-border-top-left-radius: 100%;
  -webkit-border-top-right-radius: 100%;
  -webkit-border-bottom-right-radius: 100%;
  -webkit-border-bottom-left-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.arrow_box span:first-child {
  animation: markerWave 1.5s 0.45s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  -webkit-animation: markerWave 1.5s 0.45s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
}

.arrow_box span:first-child+span {
  animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  -webkit-animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
}

.arrow_box span:last-child {
  opacity: 0.1;
}

.arrow_box.marker02 {
  width: 18px;
  height: 18px;
}

.arrow_box.marker02 span {
  border: 0;
}

.arrow_box.marker02:after {
  content: "";
  width: 45px;
  height: 62px;
  background: url("../images/marker02.png") left center no-repeat;
  background-size: cover;
  position: absolute;
  left: -15px;
  top: -58px;
  float: left;
}

.arrow_box.marker03 {
  width: 16px;
  height: 16px;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.arrow_box.marker03 span {
  background-color: transparent !important;
}

@keyframes markerWave {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  20% {
    opacity: 0.8;
  }

  100% {
    transform: scale(5.5);
    opacity: 0;
  }
}

@-webkit-keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    opacity: 0.8;
  }

  20% {
    opacity: 0.8;
  }

  100% {
    -webkit-transform: scale(5.5);
    opacity: 0;
  }
}

.infowindow {
  color: var(--dark-gray);
  font-weight: 400;
  line-height: 26px;
  font-size: 15px;
  letter-spacing: -0.5px;
  padding: 25px 25px 25px 25px !important;
  text-align: center;
}

.infowindow .mb-3 {
  margin-bottom: 5px !important;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.25px;
}

.infowindow p {
  color: var(--medium-gray);
  font-size: 15px;
  margin-bottom: 5px;
  letter-spacing: -0.25px;
  line-height: 24px;
}

.infowindow :last-child {
  margin-bottom: 0;
}

.gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 0;
  max-width: 230px !important;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.gm-style .gm-style-iw-d {
  overflow: auto !important;
}

.gm-style .gm-style-iw-t::after {
  background: var(--dark-gray);
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.gm-ui-hover-effect {
  opacity: 0.8;
  top: -2px !important;
  right: 2px !important;
  width: 25px !important;
  display: none !important;
  height: 25px !important;
}

.gm-ui-hover-effect img {
  width: 17px !important;
  height: 17px !important;
  margin: 6px !important;
}

.google-maps-link {
  text-align: center;
}

.google-maps-link a {
  font-size: 12px;
  font-weight: 400;
  display: block;
  background-color: var(--dark-gray);
  color: var(--white);
  padding: 15px;
  letter-spacing: 0.5px;
}

.google-maps-link a:hover {
  text-decoration: none;
}

.gmnoprint .gm-style-mtc,
.gmnoprint .gm-svpc {
  display: none;
}

.gm-style a[title] {
  display: none !important;
}

.gmnoprint .gm-style-cc,
.gmnoprint.gm-style-cc,
.gm-style-cc,
.gmnoscreen {
  display: none !important;
}

.gm-style .gm-style-iw-tc::after {
  background: var(--dark-gray);
}

@media screen {

  .gm-style .gmnoscreen,
  .gmnoscreen {
    display: none;
  }
}

/* Text highlight */
.text-highlight {
  position: relative;
  z-index: 1;
}

.text-highlight span {
  display: inline-block;
  left: -3px;
  position: absolute;
  z-index: -1;
  width: calc(100% + 6px);
}

/* Separator animation */
.separator-animation {
  width: 0 !important;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tag-flot-usa
{
    position:absolute; top:5px; right:5px; background:#6a1b9a; color:#fff; padding:3px 8px; font-size:14px; border-radius:6px;
}

.shadow-in .separator-animation {
  width: calc(100% + 6px) !important;
}

/* Feature box style */
.feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
}

.feature-box .feature-box-icon i:not([class*=text-gradient-]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature-box.feature-box-left-icon,
.feature-box.feature-box-left-icon-middle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.feature-box.feature-box-left-icon .feature-box-icon,
.feature-box.feature-box-left-icon-middle .feature-box-icon {
  margin-right: 30px;
}

.feature-box.feature-box-left-icon .feature-box-content,
.feature-box.feature-box-left-icon-middle .feature-box-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-box.feature-box-left-icon .content-slide-up,
.feature-box.feature-box-left-icon-middle .content-slide-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature-box.feature-box-left-icon-middle {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-align: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  text-align: left;
}

.feature-box.feature-box-left-icon-middle .content-slide-up {
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.feature-box.text-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.feature-box.text-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.feature-box .feature-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.feature-box .content-slide-up {
  will-change: transform;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.feature-box .content-slide-up .text-visible {
  opacity: 0;
}

.feature-box .border-hover {
  left: 0;
  bottom: -1px;
  width: calc(100% + 0px);
  height: 5px;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  will-change: transform;
}

.feature-box .feature-box-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -9;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feature-box .feature-box-icon-rounded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.feature-box .feature-box-icon-rounded .feature-box-icon-hover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.feature-box .feature-box-icon-rounded i {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.feature-box .box-move-bottom-top {
  -webkit-transform: translateY(28px);
  transform: translateY(28px);
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.feature-box .move-bottom-top {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  opacity: 0;
}

.feature-box:hover .box-move-bottom-top {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.feature-box:hover .box-move-bottom-top .move-bottom-top {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.feature-box:hover .border-hover {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.feature-box:hover .feature-box-overlay {
  opacity: 1;
}

.feature-box:hover .content-slide-up {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.feature-box:hover .content-slide-up .text-visible {
  opacity: 1;
}

.feature-box:hover .content-slide-up.content-scale .feature-box-overlay {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.feature-box:hover .feature-box-bg-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.feature-box:hover .feature-box-icon-rounded.border-color-transparent-on-hover {
  border-color: transparent !important;
}

.feature-box:hover .feature-box-icon-rounded .feature-box-icon-hover {
  opacity: 1;
}

.feature-box:hover .feature-box-content .underline-on-hover {
  color: var(--base-color);
}

.feature-box:hover .feature-box-content .underline-on-hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.feature-box:hover .dark-hover i,
.feature-box:hover .dark-hover span {
  color: #fff;
}

.feature-box:hover .dark-hover [class*=text-gradient-] {
  color: var(--white);
  background-image: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: var(--white);
  -webkit-text-fill-color: var(--white);
}

.feature-box.border-bottom .feature-box-overlay {
  height: calc(100% + 1px);
}

.feature-box.border-top .feature-box-overlay {
  height: calc(100% + 1px);
}

/* Icon with text style 03 */
.icon-with-text-style-03 * {
  word-break: initial;
}

/* Icon with text style 05 */
.icon-with-text-style-05 .feature-box {
  height: 100%;
}

/* Icon with text style 07 */
.icon-with-text-style-07 .hover-box:hover .feature-box-title {
  left: -25%;
}

.icon-with-text-style-07 .hover-box:hover .feature-box-title.text-outline-color-dark-gray {
  -webkit-text-stroke-color: var(--base-color);
  opacity: 1;
}

.icon-with-text-style-07 .feature-box-title {
  position: absolute;
  top: 30px;
  left: 50%;
  word-break: normal;
  width: 100%;
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

/* Icon with text style 10 */
.icon-with-text-style-10 .feature-box-icon:before {
  width: 100%;
  height: 50%;
  background-color: var(--base-color);
  opacity: 0.12;
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.icon-with-text-style-10:nth-child(even) .feature-box-icon:before {
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
}

.icon-with-text-style-10:hover .feature-box-icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 300ms cubic-bezier(0.37, 0.8, 0.63, 1.2);
  transition: all 300ms cubic-bezier(0.37, 0.8, 0.63, 1.2);
}

.icon-with-text-style-10:hover .feature-box-icon i {
  color: var(--white);
}

.icon-with-text-style-10:hover .feature-box-icon:before {
  height: 100%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  opacity: 1;
}

/* Icon with text style 11 */
.icon-with-text-style-11 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.icon-with-text-style-11 .text-box {
  opacity: 1;
}

.icon-with-text-style-11 .text-box-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.icon-with-text-style-11:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.icon-with-text-style-11:hover .text-box-hover {
  opacity: 1;
}

.icon-with-text-style-11:hover .text-box {
  opacity: 0;
}

/* Image gallery style 01 */
.image-gallery-style-01 .gallery-box .gallery-image {
  will-change: transform;
}

.image-gallery-style-01 .gallery-box:hover img {
  opacity: 0.5;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Image gallery style 02 */
.image-gallery-style-02 .gallery-box:hover img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.3;
}

/* Image gallery style 03 */
.image-gallery-style-03 .gallery-box i {
  opacity: 0;
  visibility: hidden;
}

.image-gallery-style-03 .gallery-box img {
  -webkit-transform: scale(1.13) translateZ(0);
  transform: scale(1.13) translateZ(0);
}

.image-gallery-style-03 .gallery-box:hover i {
  opacity: 1;
  visibility: visible;
}

.image-gallery-style-03 .gallery-box:hover img {
  opacity: 0.2;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

/* Image gallery style 04 */
.image-gallery-style-04 .gallery-box {
  will-change: transform;
}

.image-gallery-style-04 .gallery-box img {
  width: 100%;
}

.image-gallery-style-04 .gallery-box:hover img {
  opacity: 0.2;
}

/* Image gallery style 05 */
.image-gallery-style-05 .gallery-box {
  will-change: transform;
}

.image-gallery-style-05 .gallery-box:hover img {
  opacity: 0.2;
}

/* Image gallery style 06 */
.image-gallery-style-06 .gallery-box {
  will-change: transform;
}

.image-gallery-style-06 .gallery-box img {
  width: 100%;
}

.image-gallery-style-06 .gallery-box .gallery-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.image-gallery-style-06 .gallery-box .gallery-hover .gallery-title {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.image-gallery-style-06 .gallery-box:hover img {
  opacity: 0.2;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.image-gallery-style-06 .gallery-box:hover .gallery-hover {
  opacity: 1;
  visibility: visible;
}

.image-gallery-style-06 .gallery-box:hover .gallery-hover .gallery-title {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Instagram */
.instafeed-grid {
  list-style: none;
  text-align: center;
}

.instafeed-grid figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 4px;
}

.instafeed-grid figure a .insta-icon {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(35, 35, 35, 0.7);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.instafeed-grid figure a .insta-icon i {
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  display: block;
  font-size: 26px;
  color: var(--white);
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1.5, 1.5);
  transform: translateY(-50%) scale(1.5, 1.5);
  -webkit-transition: all 200ms cubic-bezier(0.37, 0.8, 0.63, 1);
  transition: all 200ms cubic-bezier(0.37, 0.8, 0.63, 1);
}

.instafeed-grid figure a .insta-video {
  display: none;
}

.instafeed-grid figure a video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.instafeed-grid figure a video[data-class=video] {
  display: block;
}

.instafeed-grid figure a [data-class=video]+.insta-image {
  display: none;
}

.instafeed-grid figure:hover a .insta-icon {
  opacity: 1;
}

.instafeed-grid figure:hover a .insta-icon i {
  -webkit-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1);
}

.instagram-follow-api .instagram-button {
  z-index: 1;
  white-space: nowrap;
  padding: 12px 32px;
  box-shadow: 0 0 35px rgba(23, 23, 23, 0.4);
}

/* Interactive banner style 01 */
.interactive-banner-style-01 figure {
  -webkit-transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
  transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
}

.interactive-banner-style-01 figure .icon-box {
  opacity: 0;
  position: relative;
  top: 15px;
}

.interactive-banner-style-01 figure figcaption {
  position: absolute;
  bottom: 0;
}

.interactive-banner-style-01 figure:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.interactive-banner-style-01 figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
  transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
}

.interactive-banner-style-01 figure:hover .icon-box {
  opacity: 1;
  top: 0;
}

.interactive-banner-style-01 figure:hover .box-overlay {
  opacity: 0.5;
}

/* Interactive banner style 02 */
.interactive-banner-style-02.hover-box * {
  will-change: auto !important;
}

.interactive-banner-style-02 figure figcaption .features-icon {
  margin-bottom: -45px;
  opacity: 0;
  visibility: hidden;
}

.interactive-banner-style-02:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.interactive-banner-style-02:hover figure figcaption .features-icon {
  margin-bottom: 20px;
  opacity: 1;
  visibility: visible;
}

/* Interactive banner style 03 */
.interactive-banner-style-03 figure {
  position: relative;
}

.interactive-banner-style-03 figure img {
  -webkit-transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
  transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
}

.interactive-banner-style-03 figure figcaption {
  position: absolute;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.interactive-banner-style-03 figure:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

/* Interactive banner style 04 */
.interactive-banner-style-04 figure {
  -webkit-transition: all 700ms cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 700ms cubic-bezier(0.5, 1, 0.89, 1);
}

.interactive-banner-style-04 figure * {
  -webkit-transition: all 700ms cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 700ms cubic-bezier(0.5, 1, 0.89, 1);
}

.interactive-banner-style-04 figure figcaption {
  position: absolute;
  bottom: 0;
}

.interactive-banner-style-04 figure figcaption .features-content {
  position: absolute;
  left: 25px;
  top: 25px;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 500ms cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 500ms cubic-bezier(0.5, 1, 0.89, 1);
}

.interactive-banner-style-04 figure figcaption .features-content .box-overlay {
  height: 0%;
  -webkit-transition: all 400ms cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 400ms cubic-bezier(0.5, 1, 0.89, 1);
}

.interactive-banner-style-04 figure figcaption .box-button {
  opacity: 1;
  visibility: visible;
  position: relative;
  bottom: 0;
  -webkit-transition: all 500ms cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 500ms cubic-bezier(0.5, 1, 0.89, 1);
}

.interactive-banner-style-04 figure:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.interactive-banner-style-04 figure:hover figcaption .features-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.interactive-banner-style-04 figure:hover figcaption .box-overlay {
  height: 100%;
}

.interactive-banner-style-04 figure:hover figcaption .box-button {
  opacity: 0;
  visibility: hidden;
  position: relative;
  bottom: -70px;
}

/* Interactive banner style 05 */
.interactive-banner-style-05 figure img {
  -webkit-transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
  transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
}

.interactive-banner-style-05 figure figcaption .btn {
  margin-bottom: -50px;
  visibility: hidden;
  opacity: 0;
  transition-timing-function: linear;
  -webkit-transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
  transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
}

.interactive-banner-style-05 figure figcaption .content-arrow {
  position: absolute;
  right: 0;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.interactive-banner-style-05 figure:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.interactive-banner-style-05 figure:hover figcaption img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.interactive-banner-style-05 figure:hover figcaption .content-arrow {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.interactive-banner-style-05 figure:hover figcaption .btn {
  margin-bottom: 0;
  visibility: visible;
  opacity: 1;
}

.interactive-banner-style-05 .atropos:hover .box-overlay {
  opacity: 1;
  visibility: visible;
}

.interactive-banner-style-05 .atropos:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

/* Interactive banner style 06 */
.interactive-banner-style-06 {
  position: relative;
  overflow: hidden;
}

.interactive-banner-style-06 .banners-icon {
  z-index: 9;
  -webkit-transition: 350ms cubic-bezier(0.12, 0, 0.39, 0);
  transition: 350ms cubic-bezier(0.12, 0, 0.39, 0);
}

.interactive-banner-style-06 img {
  -webkit-transition: 1s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 1s cubic-bezier(0.12, 0, 0.39, 0);
  width: 100%;
}

.interactive-banner-style-06 .interactive-banners-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transform: translateY(calc(100% - 155px));
  -webkit-transition: 550ms cubic-bezier(0.12, 0, 0.1, 0);
  transition: 550ms cubic-bezier(0.12, 0, 0.1, 0);
}

.interactive-banner-style-06 .interactive-banners-content .interactive-banners-content-text {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 350ms cubic-bezier(0.12, 0, 0.39, 0);
  transition: 350ms cubic-bezier(0.12, 0, 0.39, 0);
}

.interactive-banner-style-06 .box-overlay {
  height: 25%;
  bottom: 0;
  top: auto;
  visibility: visible;
  opacity: 0;
  -webkit-transition: 350ms cubic-bezier(0.12, 0, 0.39, 0);
  transition: 350ms cubic-bezier(0.12, 0, 0.39, 0);
}

.interactive-banner-style-06:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 3s cubic-bezier(0.12, 0, 0.39, 0);
}

.interactive-banner-style-06:hover .icon-hover-base-color {
  color: var(--base-color) !important;
}

.interactive-banner-style-06:hover .interactive-banners-content {
  transform: translateY(0);
}

.interactive-banner-style-06:hover .interactive-banners-content .interactive-banners-content-text {
  opacity: 1;
  visibility: visible;
}

.interactive-banner-style-06:hover .box-overlay {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

/* Interactive banner style 07 */
.interactive-banner-style-07 figure {
  position: relative;
  overflow: hidden;
}

.interactive-banner-style-07 figure>img {
  -webkit-transition: 0.6s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.6s cubic-bezier(0.12, 0, 0.39, 0);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.interactive-banner-style-07 figure .overlay-bg {
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.interactive-banner-style-07 figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.interactive-banner-style-07 figure .hover-hide-content {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

.interactive-banner-style-07 figure .hover-show-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 50px;
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.interactive-banner-style-07 figure:hover>img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.interactive-banner-style-07 figure:hover .overlay-bg {
  opacity: 0.7;
}

.interactive-banner-style-07 figure:hover .hover-hide-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.interactive-banner-style-07 figure:hover .hover-show-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* Interactive banner style 08 */
.interactive-banner-style-08 figure:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.interactive-banner-style-08 figure:hover .box-overlay {
  opacity: 1;
  visibility: visible;
}

.interactive-banner-style-08 figure:hover figcaption .circle-box {
  background-color: var(--white) !important;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 500ms cubic-bezier(0.61, 1, 0.88, 1.5);
  transition: all 500ms cubic-bezier(0.61, 1, 0.88, 1.5);
}

/* Interactive banner style 09 */
.interactive-banner-style-09 img {
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.interactive-banner-style-09 .image-content {
  position: absolute;
  top: 0;
}

.interactive-banner-style-09 .image-content .content-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  opacity: 0.6;
  visibility: visible;
  will-change: transform;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.interactive-banner-style-09 .image-content .content-title-hover {
  position: absolute;
  width: auto;
  left: 0;
  bottom: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.interactive-banner-style-09 .image-content .content-arrow {
  will-change: transform;
  position: absolute;
  right: 0;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.interactive-banner-style-09 .image-content .label {
  -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.interactive-banner-style-09 .image-content .hover-label-icon i {
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.interactive-banner-style-09 .image-content:hover .content-arrow {
  opacity: 1;
  -webkit-transform: translateY(-42%);
  transform: translateY(-42%);
}

.interactive-banner-style-09 .image-content:hover .content-title {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.interactive-banner-style-09 .image-content:hover .content-title-hover {
  visibility: visible;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.interactive-banner-style-09 .image-content:hover .box-overlay {
  opacity: 1;
  visibility: visible;
}

.interactive-banner-style-09 .image-content:hover .hover-label-icon .label {
  opacity: 0;
  margin-top: -20px;
}

.interactive-banner-style-09 .image-content:hover .hover-label-icon i {
  opacity: 1;
  top: 0;
}

.interactive-banner-style-09:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* List style 01 */
.list-style-01 {
  list-style: none;
}

.list-style-01 li {
  border-bottom: 1px solid;
}

.list-style-01 li:last-child {
  border-bottom: 0px;
}

/* List style 02 */
.list-style-02 {
  list-style: none;
}

.list-style-02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.list-style-02 li:last-child {
  margin-bottom: 0;
}

.list-style-02 li i {
  line-height: 32px;
}

/* List style 03 */
.list-style-03 {
  counter-reset: li;
  list-style-type: none;
}

.list-style-03 li {
  position: relative;
  padding: 0 0 0 38px;
  margin: 0 0 9px 0;
}

.list-style-03 li:before {
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
  display: inline-block;
  position: absolute;
  left: 0;
}

/* List style 04 */
.list-style-04 {
  padding-left: 16px;
}

.list-style-04 li {
  margin: 0 0 10px;
  list-style: disc;
}

/* List style 05 */
.list-style-05 {
  padding: 0;
  margin: 0;
}

.list-style-05 li {
  margin: 0;
  display: inline-block;
}

.list-style-05 li:before {
  border-radius: 100%;
  content: "";
  background-color: var(--medium-gray);
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 15px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.list-style-05 li:first-child:before {
  display: none;
}

/* HTML video */
.html-video {
  background-color: #000;
  left: 0%;
  position: absolute;
  top: 50%;
  z-index: -3;
  object-fit: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Background video */
.bg-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.bg-video-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

    .mobile-pgs-content.pgs-section .pgs-desc {
        padding-right: 40px !important;
    }

/* Modal popup */
#popup-form {
  cursor: default;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: var(--white);
  background: transparent;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1050px;
}

.mfp-close,
.mfp-close:active {
  opacity: 1;
  background-color: transparent;
  right: 20px;
  top: 20px;
  height: 30px;
  width: 30px;
  font-size: 13px;
  line-height: 31px;
  position: absolute;
  color: var(--dark-gray);
}

.lightbox-gallery a {
  position: relative;
  display: block;
}

.lightbox-gallery .gallary-over-layer {
  position: absolute;
  top: 0;
  left: 0;
}

.show-search-popup>section {
  filter: grayscale(100%);
}

.show-search-popup .mfp-search.mfp-bg.mfp-ready {
  opacity: 0.5;
}

.mfp-arrow {
  opacity: 1;
}

.mfp-wrap {
  cursor: url("../images/mfg-close.png"), auto;
}

.mfp-wrap .mfp-container {
  cursor: auto;
}

.show-search-popup .mfp-close,
.show-search-popup .mfp-close:active {
  color: var(--dark-gray);
}

.show-search-popup .search-form .search-input {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.show-search-popup .search-form .search-button {
  color: var(--dark-gray);
}

.show-search-popup .mfp-container {
  position: fixed;
  height: 300px;
  background-color: var(--white);
  -webkit-animation-name: "ani-mfp";
  animation-name: "ani-mfp";
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

.show-search-popup .mfp-removing .mfp-container {
  -webkit-animation-name: "ani-mfp-close";
  animation-name: "ani-mfp-close";
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

.show-search-popup .search-form .search-input {
  color: var(--dark-gray);
}

.lightbox-gallery a {
  position: relative;
  display: block;
}

.lightbox-gallery .gallary-over-layer {
  position: absolute;
  top: 0;
  left: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-left:after {
  display: none;
}

.mfp-arrow-left {
  left: 30px;
}

.mfp-arrow-right {
  right: 30px;
}

.mfp-arrow-left:before {
  border-right: none;
  content: "\e629";
  font-size: 20px;
  font-family: "themify";
  color: var(--white);
  line-height: 60px;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  opacity: 1;
}

.mfp-arrow-right:before {
  border-left: none;
  content: "\e628";
  font-size: 20px;
  font-family: "themify";
  color: var(--white);
  line-height: 60px;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  opacity: 1;
}

.mfp-bottom-bar {
  margin-top: -24px;
  font-size: 12px;
}

.mfp-close {
  font-size: 28px;
  font-family: var(--alt-font);
}

.mfp-figure {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

/* Zoom animation */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  -o-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Fade animation */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Slide up animation */
.my-mfp-slide-up .slide-up-popup {
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.my-mfp-slide-up.mfp-ready .slide-up-popup {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.my-mfp-slide-up.mfp-removing .slide-up-popup {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.my-mfp-slide-up.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-slide-up.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-slide-up.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-bg {
  background: var(--dark-gray);
  opacity: 0.9;
}

.mfp-bg,
.mfp-wrap {
  z-index: 10007;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.93;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-ajax-holder {
  width: 70%;
  height: calc(100% - 100px);
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

button.mfp-close,
button.mfp-close:active {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

button.mfp-close:before,
button.mfp-close:active:before {
  content: "\f00d";
  color: var(--black);
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 900;
}

/* Images gallery */
.mfp-gallery button.mfp-close,
.mfp-iframe-holder~button.mfp-close {
  right: 40px;
  top: 40px;
  background-color: var(--white);
}

.mfp-gallery button.mfp-close:before,
.mfp-iframe-holder~button.mfp-close:before {
  color: var(--dark-gray);
}

/* Modal popup */
.modal-popup-main {
  position: relative;
}

/* Auto newsletter popup */
.subscribe-popup .mfp-close,
.subscribe-popup .mfp-close:active {
  background-color: transparent;
  font-size: 13px;
  line-height: 30px;
  top: 20px;
  right: 20px;
}

.subscribe-popup .mfp-close.mfp-close-btn {
  bottom: 0;
  top: inherit;
  position: relative;
  width: auto;
  right: 0;
  height: auto;
  font-size: 14px;
}

.subscribe-popup .mfp-close.mfp-close-btn:before {
  display: none;
}

.subscribe-popup .mfp-close:before {
  color: var(--dark-gray);
}

.subscribe-popup .newsletter-style-02 input {
  padding-right: 70px;
}

.subscribe-popup .newsletter-style-02 .btn {
  padding: 6px 25px 9px 25px;
}

.newsletter-popup label {
  cursor: pointer;
}

/* Parallax background */
[data-parallax-background-ratio] {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden;
  background-attachment: fixed !important;
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
}

/* Video icon effect  */
.video-icon-effect {
  position: relative;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: var(--white);
}

.video-icon-effect:before {
  position: absolute;
  content: "";
  animation: border-transform 7s linear infinite alternate forwards;
  background-color: var(--white);
  width: 100px;
  height: 100px;
  top: -15px;
  left: -15px;
  opacity: 0.2;
}

@-webkit-keyframes border-transform {

  0%,
  100% {
    border-radius: 36% 64% 59% 41%/40% 45% 55% 60%;
  }

  24% {
    border-radius: 37% 63% 60% 40%/46% 52% 48% 54%;
  }

  32% {
    border-radius: 40% 60% 54% 46%/52% 56% 44% 48%;
  }

  42% {
    border-radius: 52% 48% 62% 38%/54% 54% 46% 46%;
  }

  56% {
    border-radius: 60% 40% 65% 35%/54% 50% 50% 46%;
  }

  70% {
    border-radius: 44% 56% 43% 57%/42% 50% 50% 58%;
  }
}

@keyframes border-transform {

  0%,
  100% {
    border-radius: 36% 64% 59% 41%/40% 45% 55% 60%;
  }

  24% {
    border-radius: 37% 63% 60% 40%/46% 52% 48% 54%;
  }

  32% {
    border-radius: 40% 60% 54% 46%/52% 56% 44% 48%;
  }

  42% {
    border-radius: 52% 48% 62% 38%/54% 54% 46% 46%;
  }

  56% {
    border-radius: 60% 40% 65% 35%/54% 50% 50% 46%;
  }

  70% {
    border-radius: 44% 56% 43% 57%/42% 50% 50% 58%;
  }
}

/* Particles */
canvas {
  display: block;
  vertical-align: bottom;
}

/* Pie chart style 01 */
.pie-chart-style-01 {
  position: relative;
  display: inline-block;
}

.pie-chart-style-01 .percent {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Pricing table style 01 */
.pricing-table-style-01.popular-item {
  margin-top: -30px;
}

/* Pricing table style 02 */
.pricing-table-style-02 .popular-item {
  left: -10px;
  position: relative;
  z-index: 1;
  width: calc(100% + 20px);
}

.pricing-table-style-02 .popular-label {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 1px 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Pricing table style 04 */
.pricing-table-style-04 .accordion-item {
  border-radius: 5px !important;
  padding: 16px 35px;
}

.pricing-table-style-04 .accordion-item .accordion-body {
  padding: 10px 0;
}

.pricing-table-style-04 .accordion-item .icon-round {
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pricing-table-style-04 .accordion-item .icon-round i {
  left: 0;
  font-size: 13px;
}

.pricing-table-style-04 .accordion-item.active-accordion {
  padding: 30px 40px;
  background-color: var(--base-color) !important;
  color: var(--white) !important;
}

.pricing-table-style-04 .accordion-item.active-accordion .accordion-header .accordion-title {
  color: var(--white) !important;
}

.pricing-table-style-04 .accordion-item.active-accordion .icon-round {
  background-color: rgba(0, 0, 0, 0.4);
  color: var(--white) !important;
}

/* Pricing table style 07 */
.pricing-table-style-07 .nav-tabs {
  padding: 0;
}

.pricing-table-style-07 .nav-tabs .nav-item {
  width: 100%;
  padding: 0 15px;
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link {
  border: 0;
  color: var(--medium-gray);
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link .icon {
  border-color: rgba(23, 23, 23, 0.2) !important;
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link .icon i {
  opacity: 0;
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link .text-dark-gray {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link:hover,
.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  background-color: var(--base-color);
  color: var(--white) !important;
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link:hover .text-dark-gray,
.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .text-dark-gray {
  color: var(--white) !important;
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link:hover .icon i,
.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .icon i {
  opacity: 1;
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link:hover .offer,
.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .offer {
  background-color: var(--dark-gray);
  border-color: var(--dark-gray) !important;
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .icon {
  border-color: rgb(255, 255, 255) !important;
}

.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .offer {
  background-color: var(--dark-gray);
  border-color: var(--dark-gray) !important;
}

/* Pricing table style 08 */
.pricing-table-style-08 .nav-tabs {
  position: relative;
}

.pricing-table-style-08 .nav-tabs>li.nav-item {
  padding: 0;
  margin: 0;
}

.pricing-table-style-08 .nav-tabs>li.nav-item>a.nav-link {
  position: relative;
  padding: 0;
  border: 0;
  color: var(--medium-gray);
}

.pricing-table-style-08 .nav-tabs>li.nav-item>a.nav-link .tab-nav-text {
  margin: 0 15px;
}

.pricing-table-style-08 .nav-tabs>li.nav-item>a:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 5px;
  left: calc(50% - 15px);
  opacity: 0;
  border-radius: 50em;
  background-color: #fff;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.pricing-table-style-08 .nav-tabs>li.nav-item>a:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 32px;
  background-color: #152bca;
}

.pricing-table-style-08 .nav-tabs>li.nav-item>a.active {
  color: var(--dark-gray);
  background-color: transparent;
}

.pricing-table-style-08 .nav-tabs>li.nav-item>a.active:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pricing-table-style-08 .nav-tabs>li.nav-item:first-child a {
  flex-direction: row;
}

.pricing-table-style-08 .nav-tabs>li.nav-item:first-child a:before {
  left: auto;
  right: 0px;
}

.pricing-table-style-08 .nav-tabs>li.nav-item:first-child a:after {
  border-radius: 50em 0 0 50em;
  width: 28px;
}

.pricing-table-style-08 .nav-tabs>li.nav-item:last-child a {
  flex-direction: row-reverse;
}

.pricing-table-style-08 .nav-tabs>li.nav-item:last-child a:after {
  width: 30px;
  border-radius: 0 50em 50em 0;
}

.pricing-table-style-08 .nav-tabs>li.nav-item:last-child a:before {
  left: 2px;
}

/* Pricing table style 09 */
.pricing-table-style-09 .row {
  -webkit-transition: all 400ms cubic-bezier(0.61, 1, 0.88, 1);
  transition: all 400ms cubic-bezier(0.61, 1, 0.88, 1);
}

.pricing-table-style-09 .row img,
.pricing-table-style-09 .row i {
  -webkit-transition: all 400ms cubic-bezier(0.61, 1, 0.88, 1);
  transition: all 400ms cubic-bezier(0.61, 1, 0.88, 1);
}

.pricing-table-style-09 .row:hover {
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.pricing-table-style-09 .row:hover img,
.pricing-table-style-09 .row:hover i {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pricing-table-style-09 .action {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing-table-style-09 .action:hover {
  margin-right: -5px;
}

/* Pricing table style 10 */
.pricing-table-style-10 .cover-background {
  filter: grayscale(0);
  -webkit-transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
  transition: all 700ms cubic-bezier(0.61, 1, 0.88, 1);
}

.pricing-table-style-10 .popular-label {
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 1;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.pricing-table-style-10:hover .cover-background {
  filter: grayscale(100%);
}

/* Pricing table style 11 */
.pricing-table-style-11 li {
  list-style: none;
  padding: 25px 0;
  position: relative;
  -webkit-transition: all 200ms cubic-bezier(0.37, 0.8, 0.63, 1);
  transition: all 200ms cubic-bezier(0.37, 0.8, 0.63, 1);
}

.pricing-table-style-11 li .popular-label {
  position: absolute;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-table-style-11 li:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

/* Pricing table style 12 */
.pricing-table-style-12 {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pricing-table-style-12 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  -webkit-transition: all 500ms cubic-bezier(0.61, 1, 0.88, 1);
  transition: all 500ms cubic-bezier(0.61, 1, 0.88, 1);
}

.pricing-table-style-12 li:last-child {
  padding-bottom: 0;
}

.pricing-table-style-12 li:hover {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}

/* Pricing table style 13 */
.pricing-table-style-13 {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pricing-table-style-13 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
  -webkit-transition: all 500ms cubic-bezier(0.61, 1, 0.88, 1);
  transition: all 500ms cubic-bezier(0.61, 1, 0.88, 1);
}

.pricing-table-style-13 li:last-child {
  padding-bottom: 0;
}

.pricing-table-style-13 li:hover {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}

/* Process step style 01 */
.process-step-style-01 .progress-step-separator {
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.process-step-style-01 .process-step-icon {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.process-step-style-01:hover .box-overlay {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.process-step-style-01:hover .number,
.process-step-style-01:hover .icon {
  color: var(--white);
}

.process-step-style-01:hover .border-color-transparent-on-hover {
  border-color: transparent !important;
}

/* Process step style 02 */
.process-step-style-02 .process-step-icon {
  overflow: hidden;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  will-change: transform;
}

.process-step-style-02 .progress-step-separator {
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.process-step-style-02:hover .process-step-icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  will-change: transform;
}

/* Process step style 03 */
.process-step-style-03.hover-box * {
  will-change: auto;
  vertical-align: top;
}

.process-step-style-03 .process-step-icon-box .progress-step-separator {
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.process-step-style-03 .process-step-icon-box .number {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: 55%;
}

.process-step-style-03:hover .process-step-icon-box .box-overlay {
  opacity: 0.9;
}

.process-step-style-03:hover .process-step-icon-box .number {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.process-step-style-03:hover .process-step-icon-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.process-step-style-03:hover .process-step-icon-box .progress-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Process step style 04 */
.process-step-style-04 .process-step-icon-box {
  will-change: transform;
}

.process-step-style-04 .process-step-icon-box .progress-step-separator {
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.process-step-style-04:hover .process-step-icon-box .number,
.process-step-style-04:hover .process-step-icon-box .icon {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* Process step style 05 */
.process-step-style-05 .process-step-item {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  text-align: left;
}

.process-step-style-05 .process-content {
  overflow: hidden;
  flex: 1;
  max-width: 100%;
}

.process-step-style-05 .progress-step-separator {
  position: absolute;
  bottom: 15px;
  width: 1px;
  left: 50%;
  height: calc(100% - 100px);
}

.process-step-style-05 .process-step-icon {
  will-change: transform;
  -webkit-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1.7);
  transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1.7);
}

.process-step-style-05:hover .process-step-icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.process-step-style-05:hover .number,
.process-step-style-05:hover .icon {
  color: var(--white);
}

/* Process step style 07 */
.process-step-style-06 .process-step-icon-box .progress-step-separator {
  position: absolute;
  top: 50%;
  left: 0;
}

.process-step-style-06:hover .process-step-icon-box .step-box {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* Process step style 08 */
.process-step-style-08 .process-step-item {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1);
}

.process-step-style-08 .process-step-item:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Process step style 09 */
.process-step-style-09 .progress-right-icon {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.process-step-style-09 .process-step-icon {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.process-step-style-09:hover .box-overlay {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.process-step-style-09:hover .border-color-transparent-on-hover {
  border-color: transparent !important;
}

/* Process step style 10 */
.process-step-style-10 .process-step-icon-box {
  -webkit-transition: all 650ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 650ms cubic-bezier(0.23, 1, 0.32, 1);
}

.process-step-style-10:hover .process-step-icon-box {
  -webkit-transform: translateX(20px) scale(1.1);
  transform: translateX(20px) scale(1.1);
}

.process-step-style-10.hover-box .hover-content {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.process-step-style-10.hover-box:hover .hover-content {
  opacity: 1;
  bottom: -5px;
}

/* Process step style 11 */
.process-step-style-11 .process-step-icon-wrap {
  z-index: 1;
  background-color: var(--base-color);
  background-size: 4px 4px;
  -webkit-transition: all 650ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 650ms cubic-bezier(0.23, 1, 0.32, 1);
}

.process-step-style-11:hover .process-step-icon-wrap {
  background-color: var(--dark-gray);
  background-image: none;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 650ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 650ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* Progress bar */
.progress {
  position: relative;
  overflow: visible;
}

.progress .progress-bar {
  width: 0px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
  transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
}

.progress .progress-bar.appear .progress-bar-percent {
  opacity: 1;
}

.progress-bar-percent {
  opacity: 0;
}

/* Progress bar style 01 */
.progress-bar-style-01 .progress {
  height: 4px;
  border-radius: 0;
}

.progress-bar-style-01 .progress .progress-bar-title {
  position: absolute;
  bottom: 10px;
}

.progress-bar-style-01 .progress .progress-bar-percent {
  position: absolute;
  bottom: 17px;
  right: -20px;
  padding: 7px;
  min-width: 40px;
  min-height: 26px;
  border-radius: 3px;
}

.progress-bar-style-01 .progress .progress-bar-percent:after {
  content: "";
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  z-index: 9;
  margin-left: -4px;
  border-width: 4px;
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  border-top-color: #232323;
}

.progress-bar-style-01 .progress .progress-bar {
  height: 100%;
}

/* Progress bar style 02 */
.progress-bar-style-02 .progress {
  height: 30px;
  overflow: hidden;
}

.progress-bar-style-02 .progress .progress-bar-percent {
  position: absolute;
  top: 9px;
  right: 20px;
  min-width: 26px;
}

.progress-bar-style-02 .progress .progress-bar-title {
  position: absolute;
  top: 9px;
  left: 20px;
}

.progress-bar-style-02 .progress .progress-bar {
  width: 0px;
  height: 100%;
  position: absolute;
}

/* Progress bar style 03 */
.progress-bar-style-03 .progress {
  height: 4px;
}

.progress-bar-style-03 .progress .progress-bar-title {
  position: absolute;
  bottom: 14px;
}

.progress-bar-style-03 .progress .progress-bar {
  height: 100%;
}

.progress-bar-style-03 .progress .progress-bar-percent {
  position: absolute;
  bottom: 14px;
  right: 0;
  opacity: 1;
}

/* Progress bar style 04 */
.progress-bar-style-04 .progress {
  height: 8px;
  border-radius: 6px;
}

.progress-bar-style-04 .progress .progress-bar-title {
  position: absolute;
  bottom: 15px;
}

.progress-bar-style-04 .progress .progress-bar {
  height: 100%;
  border-radius: 6px;
}

.progress-bar-style-04 .progress .progress-bar-percent {
  position: absolute;
  bottom: 15px;
  right: 0px;
}

.review-star-icon i {
  color: #fd961e;
  letter-spacing: 1px;
}

.review-star-icon.review-star-icon-white i {
  color: var(--white);
}

/* Review style 03 */
.review-style-03 .slider-review-image-thumbs {
  padding: 10px;
  height: auto;
}

.review-style-03 .slider-review-image-thumbs .swiper-slide:not(.swiper-slide-thumb-active) img {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.review-style-03 .slider-review-image-thumbs img {
  border: 6px solid transparent;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.review-style-03 .slider-review-image-thumbs .swiper-slide-thumb-active img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  border: 6px solid #ffffff;
}

.review-style-03 .slider-review-image-thumbs .swiper-slide {
  cursor: pointer;
}

/* Review style 08 */
.swiper-fade .review-style-08.swiper-slide {
  opacity: 0 !important;
}

.swiper-fade .review-style-08.swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

/* Rotate box */
.rotate-box {
  will-change: transform;
  min-height: 250px;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rotate-box p {
  color: rgba(255, 255, 255, 0.7);
}

.rotate-box .front-side,
.rotate-box .back-side {
  position: absolute;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
}

.rotate-box .rotate-content-front,
.rotate-box .rotate-content-back {
  position: relative;
  top: 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
}

.rotate-box.to-left .front-side,
.rotate-box.to-right .front-side {
  z-index: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rotate-box.to-left .rotate-content-front,
.rotate-box.to-right .rotate-content-front {
  -webkit-transform: translateY(-50%) translateX(0px) scale(1);
  transform: translateY(-50%) translateX(0px) scale(1);
}

.rotate-box.to-left:hover .back-side,
.rotate-box.to-right:hover .back-side {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rotate-box.to-left:hover .rotate-content-back,
.rotate-box.to-right:hover .rotate-content-back {
  -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
  transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rotate-box.to-left .back-side {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 1;
}

.rotate-box.to-left .rotate-content-back {
  -webkit-transform: translateY(-50%) translateX(400px) translateZ(60px) scale(0.88);
  transform: translateY(-50%) translateX(400px) translateZ(60px) scale(0.88);
}

.rotate-box.to-left:hover .front-side {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rotate-box.to-left:hover .rotate-content-front {
  -webkit-transform: translateY(-50%) translateX(-400px) scale(0.88);
  transform: translateY(-50%) translateX(-400px) scale(0.88);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rotate-box.to-right .back-side {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 1;
}

.rotate-box.to-right .rotate-content-back {
  -webkit-transform: translateY(-50%) translateX(-400px) translateZ(60px) scale(0.88);
  transform: translateY(-50%) translateX(-400px) translateZ(60px) scale(0.88);
}

.rotate-box.to-right:hover .front-side {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rotate-box.to-right:hover .rotate-content-front {
  -webkit-transform: translateY(-50%) translateX(400px) scale(0.88);
  transform: translateY(-50%) translateX(400px) scale(0.88);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rotate-box.to-top .front-side,
.rotate-box.to-bottom .front-side {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rotate-box.to-top .rotate-content-front,
.rotate-box.to-bottom .rotate-content-front {
  -webkit-transform: translateY(-50%) translateX(0px) scale(1);
  transform: translateY(-50%) translateX(0px) scale(1);
}

.rotate-box.to-top:hover .back-side,
.rotate-box.to-bottom:hover .back-side {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 1;
}

.rotate-box.to-top:hover .rotate-content-front,
.rotate-box.to-bottom:hover .rotate-content-front {
  -webkit-transform: translateY(-50%) translateY(400px) scale(0.88);
  transform: translateY(-50%) translateY(400px) scale(0.88);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rotate-box.to-top:hover .rotate-content-back,
.rotate-box.to-bottom:hover .rotate-content-back {
  -webkit-transform: translateY(-50%) translateY(0px) translateZ(0px) scale(1);
  transform: translateY(-50%) translateY(0px) translateZ(0px) scale(1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rotate-box.to-top .back-side {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 1;
}

.rotate-box.to-top .rotate-content-back {
  -webkit-transform: translateY(-50%) translateY(-400px) translateZ(60px) scale(0.88);
  transform: translateY(-50%) translateY(-400px) translateZ(60px) scale(0.88);
}

.rotate-box.to-top:hover .front-side {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rotate-box.to-bottom .back-side {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 1;
}

.rotate-box.to-bottom .rotate-content-back {
  -webkit-transform: translateY(-50%) translateY(400px) translateZ(60px) scale(0.88);
  transform: translateY(-50%) translateY(400px) translateZ(60px) scale(0.88);
}

.rotate-box.to-bottom:hover .front-side {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.to-top {
  animation: toTop 0.3s linear forwards;
}

.to-right {
  animation: toRight 0.3s linear forwards;
}

.to-bottom {
  animation: toBottom 0.3s linear forwards;
}

.to-left {
  animation: toLeft 0.3s linear forwards;
}

/* Rotate box style 01 */
.rotate-box-style-01 * {
  will-change: transform;
}

.rotate-box-style-01 .rm-rotate-box {
  position: relative;
}

.rotate-box-style-01 .flipper {
  position: relative;
}

.rotate-box-style-01 .flipper:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.rotate-box-style-01 .flipper:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.rotate-box-style-01 .flipper.to-right .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.rotate-box-style-01 .flipper.to-right .back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.rotate-box-style-01 .flipper.to-right:hover .front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.rotate-box-style-01 .flipper.to-right:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.rotate-box-style-01 .flipper.to-top .front {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.rotate-box-style-01 .flipper.to-top .back {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.rotate-box-style-01 .flipper.to-top:hover .front {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.rotate-box-style-01 .flipper.to-top:hover .back {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.rotate-box-style-01 .flipper.to-bottom .front {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.rotate-box-style-01 .flipper.to-bottom .back {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.rotate-box-style-01 .flipper.to-bottom:hover .front {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.rotate-box-style-01 .flipper.to-bottom:hover .back {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.rotate-box-style-01 .thumb-wrap {
  perspective: 1000px;
}

.rotate-box-style-01 .content-wrap {
  position: absolute;
  width: 100%;
  display: block;
  transform-style: preserve-3d;
  perspective: inherit;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 2;
  bottom: 55px;
  left: 0;
  transform: translate3d(0, 0, 0) scale(1);
}

.rotate-box-style-01 .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  background-size: cover;
  z-index: 1;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: inherit;
  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
}

.rotate-box-style-01 .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: inherit;
  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
}

.rotate-box-style-01 .back .content-wrap {
  top: 50%;
  bottom: inherit;
  left: 0;
  transform: translate3d(0, -50%, 0) scale(1);
}

.rotate-box-style-01 .back .box-overlay {
  visibility: visible;
  opacity: 1;
}

/* Rotate box style 02 */
.rotate-box-style-02 .rotate-box {
  min-height: 350px;
}

/* Services box style 01 */
.services-box-style-01 .icon-box {
  opacity: 0;
  margin-top: 15px;
}

.services-box-style-01 .box-image {
  overflow: hidden;
}

.services-box-style-01 .box-image img {
  width: 100%;
}

.services-box-style-01 .box-overlay {
  z-index: 1;
  -webkit-transition: all 500ms cubic-bezier(0.61, 1, 0.88, 1);
  transition: all 500ms cubic-bezier(0.61, 1, 0.88, 1);
}

.services-box-style-01:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 500ms cubic-bezier(61, 10, 88, 10);
  transition: all 500ms cubic-bezier(61, 10, 88, 10);
}

.services-box-style-01:hover .icon-box {
  opacity: 1;
  margin-top: 0;
}

.services-box-style-01:hover .box-overlay {
  opacity: 0.8;
}

/* Services box style 02 */
.services-box-style-02 .box-overlay {
  z-index: 1;
  -webkit-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.services-box-style-02.hover-box:hover .box-overlay {
  opacity: 1;
}

/* Services box style 05 */
.services-box-style-05 img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.services-box-style-05 figure {
  position: relative;
}

.services-box-style-05 figure figcaption {
  position: absolute;
  top: 0;
}

.services-box-style-05 figure figcaption a {
  display: inline-block;
  color: var(--dark-gray);
}

.services-box-style-05 figure figcaption .content-box {
  margin-bottom: -80px;
}

.services-box-style-05 figure:hover figcaption .btn-link {
  color: var(--white);
  border-color: var(--white);
}

.services-box-style-05 figure:hover figcaption .box-title {
  color: var(--white);
}

.services-box-style-05 figure:hover figcaption .box-overlay {
  opacity: 1;
  visibility: visible;
}

/* Services box style 06 */
.services-box-style-06 .services-text:after {
  content: "\f309";
  display: inline-block;
  font-family: bootstrap-icons;
  vertical-align: middle;
  margin: -2px 2px 0;
  font-size: 22px;
  color: var(--medium-gray);
  opacity: 0.7;
}

.services-box-style-06:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 500ms cubic-bezier(61, 10, 88, 10);
  transition: all 500ms cubic-bezier(61, 10, 88, 10);
}

/* Services box style 07 */
.services-box-style-07 .btn-hover {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.services-box-style-07 .text-down {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.services-box-style-07:hover .btn-hover {
  top: 0;
}

.services-box-style-07:hover .text-down {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

/* Sliding box zoom effect */
@keyframes scale-effect {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scale-effect {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Sliding box fade effect */
@keyframes fade {
  0% {
    opacity: 0.2;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0.2;
  }

  to {
    opacity: 1;
  }
}

/* Sliding box right effect */
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Sliding box */
.sliding-box * {
  will-change: transform;
}

.sliding-box .sliding-box-item {
  margin-left: 15px;
  margin-right: 15px;
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-transition: width 0.7s;
  transition: width 0.7s;
}

.sliding-box .sliding-box-item .sliding-box-content {
  top: 0;
  height: 100%;
  position: absolute;
}

/* Sliding box style 01 */
.sliding-box-style-01 .sliding-box-item .sliding-box-content:after {
  content: "";
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  opacity: 0;
  z-index: 9;
  margin-top: -10px;
  position: absolute;
  border: solid transparent;
  border-right-color: var(--white);
  border-width: 12px;
  pointer-events: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sliding-box-style-01 .sliding-box-item.active .sliding-box-content:after,
.sliding-box-style-01 .sliding-box-item:hover .sliding-box-content:after {
  opacity: 1;
}

/* Sliding box style 02 */
.sliding-box-style-02 .sliding-box-item .sliding-box-img {
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sliding-box-style-02 .sliding-box-item.active .sliding-box-img {
  border-radius: 4px 0 0 4px;
}

.sliding-box-style-02 .sliding-box-item.active .sliding-box-content {
  border-radius: 0 4px 4px 0;
}

.sliding-box-style-02 .sliding-box-item.active .content-hover {
  animation: fade 1s;
}

/* Sliding box style 03 */
.sliding-box-style-03 .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sliding-box-style-03 .overlay-contnet {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.sliding-box-style-03 .number {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
}

.sliding-box-style-03 .sliding-box-content:after {
  display: none;
}

.sliding-box-style-03.active .overlay {
  opacity: 0;
  visibility: hidden;
}

.sliding-box-style-03.active .overlay-contnet {
  opacity: 0;
  visibility: hidden;
}

/* Social media icon */
.elements-social .behance:hover {
  color: #1769ff;
}

.elements-social .behance-square:hover {
  color: #1769ff;
}

.elements-social .blogger:hover {
  color: #ff8000;
}

.elements-social .codepen:hover {
  color: #0ebeff;
}

.elements-social .deviantart:hover {
  color: #05cc47;
}

.elements-social .digg:hover {
  color: #262626;
}

.elements-social .dribbble:hover {
  color: #ea4c89;
}

.elements-social .delicious:hover {
  color: #205cc0;
}

.elements-social .email:hover {
  color: #7d7d7d;
}

.elements-social .facebook:hover {
  color: #3b5998;
}

.elements-social .facebook-square:hover {
  color: #3b5998;
}

.elements-social .flickr:hover {
  color: #ff0084;
}

.elements-social .flipboard:hover {
  color: #e12828;
}

.elements-social .github:hover {
  color: #4078c0;
}

.elements-social .google:hover {
  color: #dc4a38;
}

.elements-social .google-plus:hover {
  color: #dd4b39;
}

.elements-social .instagram:hover {
  color: #FE1F49;
}

.elements-social .jsfiddle:hover {
  color: #0084FF;
}

.elements-social .linkedin:hover {
  color: #0077b5;
}

.elements-social .livejournal:hover {
  color: #00b0ea;
}

.elements-social .medium:hover {
  color: #00ab6c;
}

.elements-social .meneame:hover {
  color: #ff6400;
}

.elements-social .mailru:hover {
  color: #168de2;
}

.elements-social .odnoklassniki:hover {
  color: #d7772d;
}

.elements-social .paypal:hover {
  color: #003087;
}

.elements-social .pinterest:hover {
  color: #CB2027;
}

.elements-social .pinterest-p:hover {
  color: #CB2027;
}

.elements-social .print:hover {
  color: #222222;
}

.elements-social .reddit:hover {
  color: #ff4500;
}

.elements-social .reddit-square:hover {
  color: #ff4500;
}

.elements-social .rss:hover {
  color: #f2890a;
}

.elements-social .skype:hover {
  color: #00aff0;
}

.elements-social .slack:hover {
  color: #6ecadc;
}

.elements-social .snapchat:hover {
  color: #fffc00;
}

.elements-social .soundcloud:hover {
  color: #ff8800;
}

.elements-social .spotify:hover {
  color: #1db954;
}

.elements-social .sms:hover {
  color: #ffbd00;
}

.elements-social .sharethis:hover {
  color: #95D03A;
}

.elements-social .stack-overflow:hover {
  color: #f48024;
}

.elements-social .stumbleupon:hover {
  color: #eb4924;
}

.elements-social .telegram:hover {
  color: #0088cc;
}

.elements-social .trello:hover {
  color: #0079bf;
}

.elements-social .tumblr:hover {
  color: #32506d;
}

.elements-social .twitch:hover {
  color: #6441a5;
}

.elements-social .twitter:hover {
  color: #00aced;
}

.elements-social .twitter-square:hover {
  color: #00aced;
}

.elements-social .vimeo:hover {
  color: #1ab7ea;
}

.elements-social .vine:hover {
  color: #00bf8f;
}

.elements-social .vk:hover {
  color: #4c6c91;
}

.elements-social .wordpress:hover {
  color: #21759b;
}

.elements-social .weibo:hover {
  color: #ff9933;
}

.elements-social .whatsapp:hover {
  color: #25d366;
}

.elements-social .xing:hover {
  color: #1a7576;
}

.elements-social .youtube:hover {
  color: #ff0000;
}

.elements-social .youtube-play:hover {
  color: #ff0000;
}

.elements-social ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

.elements-social ul li {
  display: inline-block;
}

.elements-social ul li:first-child {
  margin-left: 0 !important;
}

.elements-social ul li:last-child {
  margin-right: 0 !important;
}

.elements-social ul li a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.extra-small-icon li {
  margin: 0 2px;
}

.extra-small-icon a {
  font-size: 14px;
  width: 30px;
  height: 30px;
}

.small-icon li {
  margin: 0 5px;
}

.small-icon a {
  font-size: 18px;
  width: 40px;
  height: 40px;
}

.medium-icon li {
  margin: 0 8px;
}

.medium-icon a {
  font-size: 20px;
  width: 50px;
  height: 50px;
}

.large-icon li {
  margin: 0 10px;
}

.large-icon a {
  font-size: 24px;
  width: 60px;
  height: 60px;
}

.extra-large-icon li {
  margin: 0 12px;
}

.extra-large-icon a {
  font-size: 30px;
  width: 70px;
  height: 70px;
}

.social-icon a {
  margin: 0 15px;
}

.social-icon a:first-child {
  margin-left: 0;
}

.social-icon a:last-child {
  margin-right: 0;
}

[class^=social-icon-] ul,
[class*=" social-icon-"] ul {
  list-style: none;
}

/*  Social icon dark and light */
.elements-social .light li a {
  color: var(--white);
}

.elements-social .dark li a {
  color: var(--dark-gray);
}

.elements-social .icon-with-animation a:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Social icon style 01 */
.social-icon-style-01 ul li a:hover {
  color: var(--base-color) !important;
}

/* Social icon style 03 */
.social-icon-style-03 ul li a {
  color: var(--white);
  border-radius: 100%;
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.social-icon-style-03 ul li a:hover {
  background-color: var(--white) !important;
  box-shadow: 0 0 30px rgba(23, 23, 23, 0.25);
  transform: translate3d(0, -3px, 0);
}

.social-icon-style-03 ul li a.behance {
  background-color: #1769ff;
}

.social-icon-style-03 ul li a.behance-square {
  background-color: #1769ff;
}

.social-icon-style-03 ul li a.blogger {
  background-color: #ff8000;
}

.social-icon-style-03 ul li a.codepen {
  background-color: #0ebeff;
}

.social-icon-style-03 ul li a.deviantart {
  background-color: #05cc47;
}

.social-icon-style-03 ul li a.digg {
  background-color: #262626;
}

.social-icon-style-03 ul li a.dribbble {
  background-color: #ea4c89;
}

.social-icon-style-03 ul li a.delicious {
  background-color: #205cc0;
}

.social-icon-style-03 ul li a.email {
  background-color: #7d7d7d;
}

.social-icon-style-03 ul li a.facebook {
  background-color: #3b5998;
}

.social-icon-style-03 ul li a.facebook-square {
  background-color: #3b5998;
}

.social-icon-style-03 ul li a.flickr {
  background-color: #ff0084;
}

.social-icon-style-03 ul li a.flipboard {
  background-color: #e12828;
}

.social-icon-style-03 ul li a.github {
  background-color: #4078c0;
}

.social-icon-style-03 ul li a.google {
  background-color: #dc4a38;
}

.social-icon-style-03 ul li a.google-plus {
  background-color: #dd4b39;
}

.social-icon-style-03 ul li a.instagram {
  background-color: #FE1F49;
}

.social-icon-style-03 ul li a.jsfiddle {
  background-color: #0084FF;
}

.social-icon-style-03 ul li a.linkedin {
  background-color: #0077b5;
}

.social-icon-style-03 ul li a.livejournal {
  background-color: #00b0ea;
}

.social-icon-style-03 ul li a.medium {
  background-color: #00ab6c;
}

.social-icon-style-03 ul li a.meneame {
  background-color: #ff6400;
}

.social-icon-style-03 ul li a.mailru {
  background-color: #168de2;
}

.social-icon-style-03 ul li a.odnoklassniki {
  background-color: #d7772d;
}

.social-icon-style-03 ul li a.paypal {
  background-color: #003087;
}

.social-icon-style-03 ul li a.pinterest {
  background-color: #CB2027;
}

.social-icon-style-03 ul li a.pinterest-p {
  background-color: #CB2027;
}

.social-icon-style-03 ul li a.print {
  background-color: #222222;
}

.social-icon-style-03 ul li a.reddit {
  background-color: #ff4500;
}

.social-icon-style-03 ul li a.reddit-square {
  background-color: #ff4500;
}

.social-icon-style-03 ul li a.rss {
  background-color: #f2890a;
}

.social-icon-style-03 ul li a.skype {
  background-color: #00aff0;
}

.social-icon-style-03 ul li a.slack {
  background-color: #6ecadc;
}

.social-icon-style-03 ul li a.snapchat {
  background-color: #fffc00;
}

.social-icon-style-03 ul li a.soundcloud {
  background-color: #ff8800;
}

.social-icon-style-03 ul li a.spotify {
  background-color: #1db954;
}

.social-icon-style-03 ul li a.sms {
  background-color: #ffbd00;
}

.social-icon-style-03 ul li a.sharethis {
  background-color: #95D03A;
}

.social-icon-style-03 ul li a.stack-overflow {
  background-color: #f48024;
}

.social-icon-style-03 ul li a.stumbleupon {
  background-color: #eb4924;
}

.social-icon-style-03 ul li a.telegram {
  background-color: #0088cc;
}

.social-icon-style-03 ul li a.trello {
  background-color: #0079bf;
}

.social-icon-style-03 ul li a.tumblr {
  background-color: #32506d;
}

.social-icon-style-03 ul li a.twitch {
  background-color: #6441a5;
}

.social-icon-style-03 ul li a.twitter {
  background-color: #00aced;
}

.social-icon-style-03 ul li a.twitter-square {
  background-color: #00aced;
}

.social-icon-style-03 ul li a.vimeo {
  background-color: #1ab7ea;
}

.social-icon-style-03 ul li a.vine {
  background-color: #00bf8f;
}

.social-icon-style-03 ul li a.vk {
  background-color: #4c6c91;
}

.social-icon-style-03 ul li a.wordpress {
  background-color: #21759b;
}

.social-icon-style-03 ul li a.weibo {
  background-color: #ff9933;
}

.social-icon-style-03 ul li a.whatsapp {
  background-color: #25d366;
}

.social-icon-style-03 ul li a.xing {
  background-color: #1a7576;
}

.social-icon-style-03 ul li a.youtube {
  background-color: #ff0000;
}

.social-icon-style-03 ul li a.youtube-play {
  background-color: #ff0000;
}

/* Social icon style 04 */
.social-icon-style-04 ul li a {
  z-index: 9;
  position: relative;
}

.social-icon-style-04 ul li a:hover {
  color: var(--white) !important;
}

.social-icon-style-04 ul li a:hover span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
}

.social-icon-style-04 ul li a span {
  border-radius: 0;
  display: block;
  height: 0;
  width: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  z-index: -1;
  background-color: var(--dark-gray);
}

.social-icon-style-04 ul li a.behance span {
  background-color: #1769ff;
}

.social-icon-style-04 ul li a.behance-square span {
  background-color: #1769ff;
}

.social-icon-style-04 ul li a.blogger span {
  background-color: #ff8000;
}

.social-icon-style-04 ul li a.codepen span {
  background-color: #0ebeff;
}

.social-icon-style-04 ul li a.deviantart span {
  background-color: #05cc47;
}

.social-icon-style-04 ul li a.digg span {
  background-color: #262626;
}

.social-icon-style-04 ul li a.dribbble span {
  background-color: #ea4c89;
}

.social-icon-style-04 ul li a.delicious span {
  background-color: #205cc0;
}

.social-icon-style-04 ul li a.email span {
  background-color: #7d7d7d;
}

.social-icon-style-04 ul li a.facebook span {
  background-color: #3b5998;
}

.social-icon-style-04 ul li a.facebook-square span {
  background-color: #3b5998;
}

.social-icon-style-04 ul li a.flickr span {
  background-color: #ff0084;
}

.social-icon-style-04 ul li a.flipboard span {
  background-color: #e12828;
}

.social-icon-style-04 ul li a.github span {
  background-color: #4078c0;
}

.social-icon-style-04 ul li a.google span {
  background-color: #dc4a38;
}

.social-icon-style-04 ul li a.google-plus span {
  background-color: #dd4b39;
}

.social-icon-style-04 ul li a.instagram span {
  background-color: #FE1F49;
}

.social-icon-style-04 ul li a.jsfiddle span {
  background-color: #0084FF;
}

.social-icon-style-04 ul li a.linkedin span {
  background-color: #0077b5;
}

.social-icon-style-04 ul li a.livejournal span {
  background-color: #00b0ea;
}

.social-icon-style-04 ul li a.medium span {
  background-color: #00ab6c;
}

.social-icon-style-04 ul li a.meneame span {
  background-color: #ff6400;
}

.social-icon-style-04 ul li a.mailru span {
  background-color: #168de2;
}

.social-icon-style-04 ul li a.odnoklassniki span {
  background-color: #d7772d;
}

.social-icon-style-04 ul li a.paypal span {
  background-color: #003087;
}

.social-icon-style-04 ul li a.pinterest span {
  background-color: #CB2027;
}

.social-icon-style-04 ul li a.pinterest-p span {
  background-color: #CB2027;
}

.social-icon-style-04 ul li a.print span {
  background-color: #222222;
}

.social-icon-style-04 ul li a.reddit span {
  background-color: #ff4500;
}

.social-icon-style-04 ul li a.reddit-square span {
  background-color: #ff4500;
}

.social-icon-style-04 ul li a.rss span {
  background-color: #f2890a;
}

.social-icon-style-04 ul li a.skype span {
  background-color: #00aff0;
}

.social-icon-style-04 ul li a.slack span {
  background-color: #6ecadc;
}

.social-icon-style-04 ul li a.snapchat span {
  background-color: #fffc00;
}

.social-icon-style-04 ul li a.soundcloud span {
  background-color: #ff8800;
}

.social-icon-style-04 ul li a.spotify span {
  background-color: #1db954;
}

.social-icon-style-04 ul li a.sms span {
  background-color: #ffbd00;
}

.social-icon-style-04 ul li a.sharethis span {
  background-color: #95D03A;
}

.social-icon-style-04 ul li a.stack-overflow span {
  background-color: #f48024;
}

.social-icon-style-04 ul li a.stumbleupon span {
  background-color: #eb4924;
}

.social-icon-style-04 ul li a.telegram span {
  background-color: #0088cc;
}

.social-icon-style-04 ul li a.trello span {
  background-color: #0079bf;
}

.social-icon-style-04 ul li a.tumblr span {
  background-color: #32506d;
}

.social-icon-style-04 ul li a.twitch span {
  background-color: #6441a5;
}

.social-icon-style-04 ul li a.twitter span {
  background-color: #00aced;
}

.social-icon-style-04 ul li a.twitter-square span {
  background-color: #00aced;
}

.social-icon-style-04 ul li a.vimeo span {
  background-color: #1ab7ea;
}

.social-icon-style-04 ul li a.vine span {
  background-color: #00bf8f;
}

.social-icon-style-04 ul li a.vk span {
  background-color: #4c6c91;
}

.social-icon-style-04 ul li a.wordpress span {
  background-color: #21759b;
}

.social-icon-style-04 ul li a.weibo span {
  background-color: #ff9933;
}

.social-icon-style-04 ul li a.whatsapp span {
  background-color: #25d366;
}

.social-icon-style-04 ul li a.xing span {
  background-color: #1a7576;
}

.social-icon-style-04 ul li a.youtube span {
  background-color: #ff0000;
}

.social-icon-style-04 ul li a.youtube-play span {
  background-color: #ff0000;
}

/* Social icon style 05 */
.social-icon-style-05 ul li a:hover {
  color: var(--white) !important;
}

.social-icon-style-05 ul li a.behance {
  color: #1769ff;
}

.social-icon-style-05 ul li a.behance-square {
  color: #1769ff;
}

.social-icon-style-05 ul li a.blogger {
  color: #ff8000;
}

.social-icon-style-05 ul li a.codepen {
  color: #0ebeff;
}

.social-icon-style-05 ul li a.deviantart {
  color: #05cc47;
}

.social-icon-style-05 ul li a.digg {
  color: #262626;
}

.social-icon-style-05 ul li a.dribbble {
  color: #ea4c89;
}

.social-icon-style-05 ul li a.delicious {
  color: #205cc0;
}

.social-icon-style-05 ul li a.email {
  color: #7d7d7d;
}

.social-icon-style-05 ul li a.facebook {
  color: #3b5998;
}

.social-icon-style-05 ul li a.facebook-square {
  color: #3b5998;
}

.social-icon-style-05 ul li a.flickr {
  color: #ff0084;
}

.social-icon-style-05 ul li a.flipboard {
  color: #e12828;
}

.social-icon-style-05 ul li a.github {
  color: #4078c0;
}

.social-icon-style-05 ul li a.google {
  color: #dc4a38;
}

.social-icon-style-05 ul li a.google-plus {
  color: #dd4b39;
}

.social-icon-style-05 ul li a.instagram {
  color: #FE1F49;
}

.social-icon-style-05 ul li a.jsfiddle {
  color: #0084FF;
}

.social-icon-style-05 ul li a.linkedin {
  color: #0077b5;
}

.social-icon-style-05 ul li a.livejournal {
  color: #00b0ea;
}

.social-icon-style-05 ul li a.medium {
  color: #00ab6c;
}

.social-icon-style-05 ul li a.meneame {
  color: #ff6400;
}

.social-icon-style-05 ul li a.mailru {
  color: #168de2;
}

.social-icon-style-05 ul li a.odnoklassniki {
  color: #d7772d;
}

.social-icon-style-05 ul li a.paypal {
  color: #003087;
}

.social-icon-style-05 ul li a.pinterest {
  color: #CB2027;
}

.social-icon-style-05 ul li a.pinterest-p {
  color: #CB2027;
}

.social-icon-style-05 ul li a.print {
  color: #222222;
}

.social-icon-style-05 ul li a.reddit {
  color: #ff4500;
}

.social-icon-style-05 ul li a.reddit-square {
  color: #ff4500;
}

.social-icon-style-05 ul li a.rss {
  color: #f2890a;
}

.social-icon-style-05 ul li a.skype {
  color: #00aff0;
}

.social-icon-style-05 ul li a.slack {
  color: #6ecadc;
}

.social-icon-style-05 ul li a.snapchat {
  color: #fffc00;
}

.social-icon-style-05 ul li a.soundcloud {
  color: #ff8800;
}

.social-icon-style-05 ul li a.spotify {
  color: #1db954;
}

.social-icon-style-05 ul li a.sms {
  color: #ffbd00;
}

.social-icon-style-05 ul li a.sharethis {
  color: #95D03A;
}

.social-icon-style-05 ul li a.stack-overflow {
  color: #f48024;
}

.social-icon-style-05 ul li a.stumbleupon {
  color: #eb4924;
}

.social-icon-style-05 ul li a.telegram {
  color: #0088cc;
}

.social-icon-style-05 ul li a.trello {
  color: #0079bf;
}

.social-icon-style-05 ul li a.tumblr {
  color: #32506d;
}

.social-icon-style-05 ul li a.twitch {
  color: #6441a5;
}

.social-icon-style-05 ul li a.twitter {
  color: #00aced;
}

.social-icon-style-05 ul li a.twitter-square {
  color: #00aced;
}

.social-icon-style-05 ul li a.vimeo {
  color: #1ab7ea;
}

.social-icon-style-05 ul li a.vine {
  color: #00bf8f;
}

.social-icon-style-05 ul li a.vk {
  color: #4c6c91;
}

.social-icon-style-05 ul li a.wordpress {
  color: #21759b;
}

.social-icon-style-05 ul li a.weibo {
  color: #ff9933;
}

.social-icon-style-05 ul li a.whatsapp {
  color: #25d366;
}

.social-icon-style-05 ul li a.xing {
  color: #1a7576;
}

.social-icon-style-05 ul li a.youtube {
  color: #ff0000;
}

.social-icon-style-05 ul li a.youtube-play {
  color: #ff0000;
}

.social-icon-style-05 ul.dark li a:hover {
  color: var(--dark-gray) !important;
}

/* Social icon style 06 */
.social-icon-style-06 ul li a {
  display: inline-block;
  height: auto;
  width: auto;
  padding: 0 24px;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
}

.social-icon-style-06 ul li a .brand-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 100%;
  transition-duration: 0.3s;
}

.social-icon-style-06 ul li a>span {
  line-height: inherit;
  top: 0px;
  position: relative;
  transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

.social-icon-style-06 ul li a:hover .brand-label {
  top: -50px;
  transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

.social-icon-style-06 ul li a:hover .brand-icon {
  top: 0;
  transition-duration: 0.3s;
}

.social-icon-style-06 ul li a.behance {
  color: #1769ff;
}

.social-icon-style-06 ul li a.behance-square {
  color: #1769ff;
}

.social-icon-style-06 ul li a.blogger {
  color: #ff8000;
}

.social-icon-style-06 ul li a.codepen {
  color: #0ebeff;
}

.social-icon-style-06 ul li a.deviantart {
  color: #05cc47;
}

.social-icon-style-06 ul li a.digg {
  color: #262626;
}

.social-icon-style-06 ul li a.dribbble {
  color: #ea4c89;
}

.social-icon-style-06 ul li a.delicious {
  color: #205cc0;
}

.social-icon-style-06 ul li a.email {
  color: #7d7d7d;
}

.social-icon-style-06 ul li a.facebook {
  color: #3b5998;
}

.social-icon-style-06 ul li a.facebook-square {
  color: #3b5998;
}

.social-icon-style-06 ul li a.flickr {
  color: #ff0084;
}

.social-icon-style-06 ul li a.flipboard {
  color: #e12828;
}

.social-icon-style-06 ul li a.github {
  color: #4078c0;
}

.social-icon-style-06 ul li a.google {
  color: #dc4a38;
}

.social-icon-style-06 ul li a.google-plus {
  color: #dd4b39;
}

.social-icon-style-06 ul li a.instagram {
  color: #FE1F49;
}

.social-icon-style-06 ul li a.jsfiddle {
  color: #0084FF;
}

.social-icon-style-06 ul li a.linkedin {
  color: #0077b5;
}

.social-icon-style-06 ul li a.livejournal {
  color: #00b0ea;
}

.social-icon-style-06 ul li a.medium {
  color: #00ab6c;
}

.social-icon-style-06 ul li a.meneame {
  color: #ff6400;
}

.social-icon-style-06 ul li a.mailru {
  color: #168de2;
}

.social-icon-style-06 ul li a.odnoklassniki {
  color: #d7772d;
}

.social-icon-style-06 ul li a.paypal {
  color: #003087;
}

.social-icon-style-06 ul li a.pinterest {
  color: #CB2027;
}

.social-icon-style-06 ul li a.pinterest-p {
  color: #CB2027;
}

.social-icon-style-06 ul li a.print {
  color: #222222;
}

.social-icon-style-06 ul li a.reddit {
  color: #ff4500;
}

.social-icon-style-06 ul li a.reddit-square {
  color: #ff4500;
}

.social-icon-style-06 ul li a.rss {
  color: #f2890a;
}

.social-icon-style-06 ul li a.skype {
  color: #00aff0;
}

.social-icon-style-06 ul li a.slack {
  color: #6ecadc;
}

.social-icon-style-06 ul li a.snapchat {
  color: #fffc00;
}

.social-icon-style-06 ul li a.soundcloud {
  color: #ff8800;
}

.social-icon-style-06 ul li a.spotify {
  color: #1db954;
}

.social-icon-style-06 ul li a.sms {
  color: #ffbd00;
}

.social-icon-style-06 ul li a.sharethis {
  color: #95D03A;
}

.social-icon-style-06 ul li a.stack-overflow {
  color: #f48024;
}

.social-icon-style-06 ul li a.stumbleupon {
  color: #eb4924;
}

.social-icon-style-06 ul li a.telegram {
  color: #0088cc;
}

.social-icon-style-06 ul li a.trello {
  color: #0079bf;
}

.social-icon-style-06 ul li a.tumblr {
  color: #32506d;
}

.social-icon-style-06 ul li a.twitch {
  color: #6441a5;
}

.social-icon-style-06 ul li a.twitter {
  color: #00aced;
}

.social-icon-style-06 ul li a.twitter-square {
  color: #00aced;
}

.social-icon-style-06 ul li a.vimeo {
  color: #1ab7ea;
}

.social-icon-style-06 ul li a.vine {
  color: #00bf8f;
}

.social-icon-style-06 ul li a.vk {
  color: #4c6c91;
}

.social-icon-style-06 ul li a.wordpress {
  color: #21759b;
}

.social-icon-style-06 ul li a.weibo {
  color: #ff9933;
}

.social-icon-style-06 ul li a.whatsapp {
  color: #25d366;
}

.social-icon-style-06 ul li a.xing {
  color: #1a7576;
}

.social-icon-style-06 ul li a.youtube {
  color: #ff0000;
}

.social-icon-style-06 ul li a.youtube-play {
  color: #ff0000;
}

/* Social icon style 07 */
.social-icon-style-07 ul li a {
  position: relative;
  z-index: 3;
  overflow: hidden;
  vertical-align: middle;
}

.social-icon-style-07 ul li a:hover {
  color: var(--white) !important;
}

.social-icon-style-07 ul li a:hover>span {
  top: 0;
}

.social-icon-style-07 ul li a>span {
  position: absolute;
  top: -100%;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.social-icon-style-07 ul li a.behance {
  color: #1769ff;
}

.social-icon-style-07 ul li a.behance span {
  background-color: #1769ff;
}

.social-icon-style-07 ul li a.behance-square {
  color: #1769ff;
}

.social-icon-style-07 ul li a.behance-square span {
  background-color: #1769ff;
}

.social-icon-style-07 ul li a.blogger {
  color: #ff8000;
}

.social-icon-style-07 ul li a.blogger span {
  background-color: #ff8000;
}

.social-icon-style-07 ul li a.codepen {
  color: #0ebeff;
}

.social-icon-style-07 ul li a.codepen span {
  background-color: #0ebeff;
}

.social-icon-style-07 ul li a.deviantart {
  color: #05cc47;
}

.social-icon-style-07 ul li a.deviantart span {
  background-color: #05cc47;
}

.social-icon-style-07 ul li a.digg {
  color: #262626;
}

.social-icon-style-07 ul li a.digg span {
  background-color: #262626;
}

.social-icon-style-07 ul li a.dribbble {
  color: #ea4c89;
}

.social-icon-style-07 ul li a.dribbble span {
  background-color: #ea4c89;
}

.social-icon-style-07 ul li a.delicious {
  color: #205cc0;
}

.social-icon-style-07 ul li a.delicious span {
  background-color: #205cc0;
}

.social-icon-style-07 ul li a.email {
  color: #7d7d7d;
}

.social-icon-style-07 ul li a.email span {
  background-color: #7d7d7d;
}

.social-icon-style-07 ul li a.facebook {
  color: #3b5998;
}

.social-icon-style-07 ul li a.facebook span {
  background-color: #3b5998;
}

.social-icon-style-07 ul li a.facebook-square {
  color: #3b5998;
}

.social-icon-style-07 ul li a.facebook-square span {
  background-color: #3b5998;
}

.social-icon-style-07 ul li a.flickr {
  color: #ff0084;
}

.social-icon-style-07 ul li a.flickr span {
  background-color: #ff0084;
}

.social-icon-style-07 ul li a.flipboard {
  color: #e12828;
}

.social-icon-style-07 ul li a.flipboard span {
  background-color: #e12828;
}

.social-icon-style-07 ul li a.github {
  color: #4078c0;
}

.social-icon-style-07 ul li a.github span {
  background-color: #4078c0;
}

.social-icon-style-07 ul li a.google {
  color: #dc4a38;
}

.social-icon-style-07 ul li a.google span {
  background-color: #dc4a38;
}

.social-icon-style-07 ul li a.google-plus {
  color: #dd4b39;
}

.social-icon-style-07 ul li a.google-plus span {
  background-color: #dd4b39;
}

.social-icon-style-07 ul li a.instagram {
  color: #FE1F49;
}

.social-icon-style-07 ul li a.instagram span {
  background-color: #FE1F49;
}

.social-icon-style-07 ul li a.jsfiddle {
  color: #0084FF;
}

.social-icon-style-07 ul li a.jsfiddle span {
  background-color: #0084FF;
}

.social-icon-style-07 ul li a.linkedin {
  color: #0077b5;
}

.social-icon-style-07 ul li a.linkedin span {
  background-color: #0077b5;
}

.social-icon-style-07 ul li a.livejournal {
  color: #00b0ea;
}

.social-icon-style-07 ul li a.livejournal span {
  background-color: #00b0ea;
}

.social-icon-style-07 ul li a.medium {
  color: #00ab6c;
}

.social-icon-style-07 ul li a.medium span {
  background-color: #00ab6c;
}

.social-icon-style-07 ul li a.meneame {
  color: #ff6400;
}

.social-icon-style-07 ul li a.meneame span {
  background-color: #ff6400;
}

.social-icon-style-07 ul li a.mailru {
  color: #168de2;
}

.social-icon-style-07 ul li a.mailru span {
  background-color: #168de2;
}

.social-icon-style-07 ul li a.odnoklassniki {
  color: #d7772d;
}

.social-icon-style-07 ul li a.odnoklassniki span {
  background-color: #d7772d;
}

.social-icon-style-07 ul li a.paypal {
  color: #003087;
}

.social-icon-style-07 ul li a.paypal span {
  background-color: #003087;
}

.social-icon-style-07 ul li a.pinterest {
  color: #CB2027;
}

.social-icon-style-07 ul li a.pinterest span {
  background-color: #CB2027;
}

.social-icon-style-07 ul li a.pinterest-p {
  color: #CB2027;
}

.social-icon-style-07 ul li a.pinterest-p span {
  background-color: #CB2027;
}

.social-icon-style-07 ul li a.print {
  color: #222222;
}

.social-icon-style-07 ul li a.print span {
  background-color: #222222;
}

.social-icon-style-07 ul li a.reddit {
  color: #ff4500;
}

.social-icon-style-07 ul li a.reddit span {
  background-color: #ff4500;
}

.social-icon-style-07 ul li a.reddit-square {
  color: #ff4500;
}

.social-icon-style-07 ul li a.reddit-square span {
  background-color: #ff4500;
}

.social-icon-style-07 ul li a.rss {
  color: #f2890a;
}

.social-icon-style-07 ul li a.rss span {
  background-color: #f2890a;
}

.social-icon-style-07 ul li a.skype {
  color: #00aff0;
}

.social-icon-style-07 ul li a.skype span {
  background-color: #00aff0;
}

.social-icon-style-07 ul li a.slack {
  color: #6ecadc;
}

.social-icon-style-07 ul li a.slack span {
  background-color: #6ecadc;
}

.social-icon-style-07 ul li a.snapchat {
  color: #fffc00;
}

.social-icon-style-07 ul li a.snapchat span {
  background-color: #fffc00;
}

.social-icon-style-07 ul li a.soundcloud {
  color: #ff8800;
}

.social-icon-style-07 ul li a.soundcloud span {
  background-color: #ff8800;
}

.social-icon-style-07 ul li a.spotify {
  color: #1db954;
}

.social-icon-style-07 ul li a.spotify span {
  background-color: #1db954;
}

.social-icon-style-07 ul li a.sms {
  color: #ffbd00;
}

.social-icon-style-07 ul li a.sms span {
  background-color: #ffbd00;
}

.social-icon-style-07 ul li a.sharethis {
  color: #95D03A;
}

.social-icon-style-07 ul li a.sharethis span {
  background-color: #95D03A;
}

.social-icon-style-07 ul li a.stack-overflow {
  color: #f48024;
}

.social-icon-style-07 ul li a.stack-overflow span {
  background-color: #f48024;
}

.social-icon-style-07 ul li a.stumbleupon {
  color: #eb4924;
}

.social-icon-style-07 ul li a.stumbleupon span {
  background-color: #eb4924;
}

.social-icon-style-07 ul li a.telegram {
  color: #0088cc;
}

.social-icon-style-07 ul li a.telegram span {
  background-color: #0088cc;
}

.social-icon-style-07 ul li a.trello {
  color: #0079bf;
}

.social-icon-style-07 ul li a.trello span {
  background-color: #0079bf;
}

.social-icon-style-07 ul li a.tumblr {
  color: #32506d;
}

.social-icon-style-07 ul li a.tumblr span {
  background-color: #32506d;
}

.social-icon-style-07 ul li a.twitch {
  color: #6441a5;
}

.social-icon-style-07 ul li a.twitch span {
  background-color: #6441a5;
}

.social-icon-style-07 ul li a.twitter {
  color: #00aced;
}

.social-icon-style-07 ul li a.twitter span {
  background-color: #00aced;
}

.social-icon-style-07 ul li a.twitter-square {
  color: #00aced;
}

.social-icon-style-07 ul li a.twitter-square span {
  background-color: #00aced;
}

.social-icon-style-07 ul li a.vimeo {
  color: #1ab7ea;
}

.social-icon-style-07 ul li a.vimeo span {
  background-color: #1ab7ea;
}

.social-icon-style-07 ul li a.vine {
  color: #00bf8f;
}

.social-icon-style-07 ul li a.vine span {
  background-color: #00bf8f;
}

.social-icon-style-07 ul li a.vk {
  color: #4c6c91;
}

.social-icon-style-07 ul li a.vk span {
  background-color: #4c6c91;
}

.social-icon-style-07 ul li a.wordpress {
  color: #21759b;
}

.social-icon-style-07 ul li a.wordpress span {
  background-color: #21759b;
}

.social-icon-style-07 ul li a.weibo {
  color: #ff9933;
}

.social-icon-style-07 ul li a.weibo span {
  background-color: #ff9933;
}

.social-icon-style-07 ul li a.whatsapp {
  color: #25d366;
}

.social-icon-style-07 ul li a.whatsapp span {
  background-color: #25d366;
}

.social-icon-style-07 ul li a.xing {
  color: #1a7576;
}

.social-icon-style-07 ul li a.xing span {
  background-color: #1a7576;
}

.social-icon-style-07 ul li a.youtube {
  color: #ff0000;
}

.social-icon-style-07 ul li a.youtube span {
  background-color: #ff0000;
}

.social-icon-style-07 ul li a.youtube-play {
  color: #ff0000;
}

.social-icon-style-07 ul li a.youtube-play span {
  background-color: #ff0000;
}

/* Social icon style 08 */
.social-icon-style-08 ul li a:hover {
  opacity: 0.5;
  color: var(--dark-gray) !important;
}

.social-icon-style-08 ul.light li a:hover {
  opacity: 0.5;
  color: var(--white) !important;
}

/* Social icon style 09 */
.social-icon-style-09 ul li a {
  z-index: 9;
  border: 1px solid rgba(35, 35, 35, 0.15);
  border-radius: 100%;
  position: relative;
}

.social-icon-style-09 ul li a:hover {
  color: var(--white) !important;
}

.social-icon-style-09 ul li a:hover span {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.social-icon-style-09 ul li a span {
  display: block;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  top: -1px;
  left: -1px;
  padding: 1px;
  box-sizing: content-box;
  margin: 0;
  position: absolute;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
  pointer-events: none;
  z-index: -1;
  background-color: var(--dark-gray);
}

.social-icon-style-09 ul.light li a {
  border-color: rgba(255, 255, 255, 0.3);
}

.social-icon-style-09 ul.light li a:hover {
  color: var(--dark-gray) !important;
}

.social-icon-style-09 ul.light li a span {
  background-color: var(--white);
}

/* Social icon style 10 */
.social-icon-style-10 ul li a {
  color: var(--dark-gray);
}

.social-icon-style-10 ul li a:hover {
  color: var(--base-color) !important;
}

.social-icon-style-10 .default-color a.behance {
  color: #1769ff;
}

.social-icon-style-10 .default-color a.behance-square {
  color: #1769ff;
}

.social-icon-style-10 .default-color a.blogger {
  color: #ff8000;
}

.social-icon-style-10 .default-color a.codepen {
  color: #0ebeff;
}

.social-icon-style-10 .default-color a.deviantart {
  color: #05cc47;
}

.social-icon-style-10 .default-color a.digg {
  color: #262626;
}

.social-icon-style-10 .default-color a.dribbble {
  color: #ea4c89;
}

.social-icon-style-10 .default-color a.delicious {
  color: #205cc0;
}

.social-icon-style-10 .default-color a.email {
  color: #7d7d7d;
}

.social-icon-style-10 .default-color a.facebook {
  color: #3b5998;
}

.social-icon-style-10 .default-color a.facebook-square {
  color: #3b5998;
}

.social-icon-style-10 .default-color a.flickr {
  color: #ff0084;
}

.social-icon-style-10 .default-color a.flipboard {
  color: #e12828;
}

.social-icon-style-10 .default-color a.github {
  color: #4078c0;
}

.social-icon-style-10 .default-color a.google {
  color: #dc4a38;
}

.social-icon-style-10 .default-color a.google-plus {
  color: #dd4b39;
}

.social-icon-style-10 .default-color a.instagram {
  color: #FE1F49;
}

.social-icon-style-10 .default-color a.jsfiddle {
  color: #0084FF;
}

.social-icon-style-10 .default-color a.linkedin {
  color: #0077b5;
}

.social-icon-style-10 .default-color a.livejournal {
  color: #00b0ea;
}

.social-icon-style-10 .default-color a.medium {
  color: #00ab6c;
}

.social-icon-style-10 .default-color a.meneame {
  color: #ff6400;
}

.social-icon-style-10 .default-color a.mailru {
  color: #168de2;
}

.social-icon-style-10 .default-color a.odnoklassniki {
  color: #d7772d;
}

.social-icon-style-10 .default-color a.paypal {
  color: #003087;
}

.social-icon-style-10 .default-color a.pinterest {
  color: #CB2027;
}

.social-icon-style-10 .default-color a.pinterest-p {
  color: #CB2027;
}

.social-icon-style-10 .default-color a.print {
  color: #222222;
}

.social-icon-style-10 .default-color a.reddit {
  color: #ff4500;
}

.social-icon-style-10 .default-color a.reddit-square {
  color: #ff4500;
}

.social-icon-style-10 .default-color a.rss {
  color: #f2890a;
}

.social-icon-style-10 .default-color a.skype {
  color: #00aff0;
}

.social-icon-style-10 .default-color a.slack {
  color: #6ecadc;
}

.social-icon-style-10 .default-color a.snapchat {
  color: #fffc00;
}

.social-icon-style-10 .default-color a.soundcloud {
  color: #ff8800;
}

.social-icon-style-10 .default-color a.spotify {
  color: #1db954;
}

.social-icon-style-10 .default-color a.sms {
  color: #ffbd00;
}

.social-icon-style-10 .default-color a.sharethis {
  color: #95D03A;
}

.social-icon-style-10 .default-color a.stack-overflow {
  color: #f48024;
}

.social-icon-style-10 .default-color a.stumbleupon {
  color: #eb4924;
}

.social-icon-style-10 .default-color a.telegram {
  color: #0088cc;
}

.social-icon-style-10 .default-color a.trello {
  color: #0079bf;
}

.social-icon-style-10 .default-color a.tumblr {
  color: #32506d;
}

.social-icon-style-10 .default-color a.twitch {
  color: #6441a5;
}

.social-icon-style-10 .default-color a.twitter {
  color: #00aced;
}

.social-icon-style-10 .default-color a.twitter-square {
  color: #00aced;
}

.social-icon-style-10 .default-color a.vimeo {
  color: #1ab7ea;
}

.social-icon-style-10 .default-color a.vine {
  color: #00bf8f;
}

.social-icon-style-10 .default-color a.vk {
  color: #4c6c91;
}

.social-icon-style-10 .default-color a.wordpress {
  color: #21759b;
}

.social-icon-style-10 .default-color a.weibo {
  color: #ff9933;
}

.social-icon-style-10 .default-color a.whatsapp {
  color: #25d366;
}

.social-icon-style-10 .default-color a.xing {
  color: #1a7576;
}

.social-icon-style-10 .default-color a.youtube {
  color: #ff0000;
}

.social-icon-style-10 .default-color a.youtube-play {
  color: #ff0000;
}

.social-icon-style-10 .default-color a:hover {
  color: var(--dark-gray) !important;
}

/* Social text style 01 */
.social-text-style-01 ul li a {
  width: auto;
  height: auto;
  line-height: normal;
}

/* Subcribe style 01 */
.newsletter-style-01 input {
  border-radius: 4px;
  padding-right: 160px;
}

.newsletter-style-01 input.is-invalid {
  padding-right: 160px;
}

.newsletter-style-01 .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 0 4px 4px 0;
}

.newsletter-style-01 .btn i {
  top: 1px;
}

/* Subcribe style 02 */
.newsletter-style-02 input {
  border-radius: 4px;
  padding-right: 60px !important;
}

.newsletter-style-02 .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 0 4px 4px 0;
  padding: 10px 25px 9px 25px;
  display: inline-block;
}

.newsletter-style-02 .btn i {
  margin-left: 0;
  top: inherit;
}

.newsletter-style-02 .btn:active {
  border-color: transparent;
}

/* Subcribe style 03 */
.newsletter-style-03 input {
  padding-right: 165px !important;
  padding-left: 30px !important;
}

.newsletter-style-03 .btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 100px 100px 0;
  height: 100%;
  padding: 12px 35px 12px 30px;
}

.newsletter-style-03 .btn:active {
  border-color: transparent;
}

/* Subcribe style 04 */
.newsletter-style-04 input {
  padding-left: 0;
  padding-right: 40px;
  border-radius: 0;
}

.newsletter-style-04 .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0;
  border: none;
}

.newsletter-style-04 .btn i {
  margin-left: 0;
}

.newsletter-style-01 .form-control,
.newsletter-style-01 .form-control.is-invalid,
.newsletter-style-01 .was-validated .form-control:invalid,
.newsletter-style-02 .form-control,
.newsletter-style-02 .form-control.is-invalid,
.newsletter-style-02 .was-validated .form-control:invalid,
.newsletter-style-03 .form-control,
.newsletter-style-03 .form-control.is-invalid,
.newsletter-style-03 .was-validated .form-control:invalid,
.newsletter-style-04 .form-control,
.newsletter-style-04 .form-control.is-invalid,
.newsletter-style-04 .was-validated .form-control:invalid {
  background-image: inherit;
}

/* Tab */
.nav-tabs>li.nav-item {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0 17px;
}

/* Tab style 03 */
.tab-style-03 .nav-tabs .nav-link {
  padding: 10px 33px;
  color: var(--medium-gray);
  border: 1px solid var(--light-medium-gray);
  border-bottom: none;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.tab-style-03 .nav-tabs .nav-link.active,
.tab-style-03 .nav-tabs .nav-link.show,
.tab-style-03 .nav-tabs .nav-link:hover {
  color: var(--dark-gray);
  background-color: var(--white);
}

.tab-style-03 .nav-tabs>li.nav-item {
  padding: 0 8px;
}

/* Tab style 02 */
.tab-style-02 .nav-tabs {
  border-bottom: none;
}

.tab-style-02 .nav-tabs>li.nav-item {
  margin: 0 34px;
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link {
  border: none;
  padding: 0;
  color: var(--medium-gray);
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link i {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  will-change: transform;
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link:hover {
  color: var(--dark-gray);
  border-bottom: 2px solid;
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link:hover i {
  color: var(--base-color);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link.active {
  color: var(--dark-gray);
  border-bottom: 2px solid;
  background: transparent;
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link.active i {
  color: var(--base-color);
}

/* Tab style 03 */
.tab-style-01 .nav-tabs .nav-link {
  border: none;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 10px 40px;
  color: var(--medium-gray);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tab-style-01 .nav-tabs .nav-link.show,
.tab-style-01 .nav-tabs .nav-link.active,
.tab-style-01 .nav-tabs .nav-link:hover {
  color: var(--dark-gray);
  background-color: var(--white);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}

.tab-style-01 .nav-tabs>li.nav-item {
  padding: 0 4px;
}

/* Tab style 04 */
.tab-style-04 .nav-tabs .nav-item {
  padding: 0 35px;
}

.tab-style-04 .nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  background: transparent;
  position: relative;
  color: var(--medium-gray);
}

.tab-style-04 .nav-tabs .nav-item .nav-link .tab-border {
  width: 100%;
  height: 2px;
  display: block;
  -wekit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.tab-style-04 .nav-tabs .nav-item .nav-link.active,
.tab-style-04 .nav-tabs .nav-item .nav-link.show,
.tab-style-04 .nav-tabs .nav-item .nav-link:hover {
  color: var(--dark-gray);
}

.tab-style-04 .nav-tabs .nav-item .nav-link.active .tab-border,
.tab-style-04 .nav-tabs .nav-item .nav-link.show .tab-border,
.tab-style-04 .nav-tabs .nav-item .nav-link:hover .tab-border {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Tab style 05 */
.tab-style-05 .nav-tabs>li {
  width: 100%;
}

.tab-style-05 .nav-tabs>li.nav-item {
  padding: 0;
}

.tab-style-05 .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 20px 28px 22px;
  margin-bottom: 15px;
  background: transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  display: flex;
  align-items: center;
}

.tab-style-05 .nav-tabs .nav-item .nav-link i {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

.tab-style-05 .nav-tabs .nav-item .nav-link span {
  position: relative;
  top: 1px;
  color: var(--dark-gray);
  -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.tab-style-05 .nav-tabs .nav-item .nav-link:hover,
.tab-style-05 .nav-tabs .nav-item .nav-link.show,
.tab-style-05 .nav-tabs .nav-item .nav-link.active {
  background: var(--white);
  color: var(--base-color);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.tab-style-05 .nav-tabs .nav-item .nav-link:hover i,
.tab-style-05 .nav-tabs .nav-item .nav-link.show i,
.tab-style-05 .nav-tabs .nav-item .nav-link.active i {
  color: var(--base-color);
}

.tab-style-05 .nav-tabs .nav-item .nav-link:hover span,
.tab-style-05 .nav-tabs .nav-item .nav-link.show span,
.tab-style-05 .nav-tabs .nav-item .nav-link.active span {
  color: var(--base-color);
}

.tab-style-05 .nav-tabs .nav-item:last-child .nav-link {
  border-bottom: none;
}

/* Tab style 06 */
.tab-style-06 .nav-tabs>li.nav-item {
  position: relative;
  z-index: 1;
  padding: 0;
  border: 1px solid;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
}

.tab-style-06 .nav-tabs>li.nav-item:last-child {
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
}

.tab-style-06 .nav-tabs>li.nav-item>a.nav-link {
  border-bottom: none;
  border-radius: 0;
  line-height: 18px;
  padding: 16px 40px;
  text-transform: uppercase;
  z-index: 1;
  background-color: transparent;
  color: var(--medium-gray);
  border: 0;
}

.tab-style-06 .nav-tabs>li.nav-item>a.nav-link.active {
  color: #fff !important;
}

.tab-style-06 .nav-tabs>li.nav-item>a.nav-link.active+.tab-bg-active {
  opacity: 1;
}

.tab-style-06 .tab-bg-active {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  opacity: 0;
}

/* Tab style 07 */
.tab-style-07 .nav-tabs>li {
  width: 100%;
}

.tab-style-07 .nav-tabs>li.nav-item {
  padding: 0;
}

.tab-style-07 .nav-tabs .nav-item .nav-link {
  border: none;
  border-bottom: 1px solid;
  border-color: var(--extra-medium-gray);
  padding: 38px 60px 38px;
  background: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

.tab-style-07 .nav-tabs .nav-item .nav-link span {
  color: var(--dark-gray);
  z-index: 9;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.tab-style-07 .nav-tabs .nav-item .nav-link:hover,
.tab-style-07 .nav-tabs .nav-item .nav-link.show,
.tab-style-07 .nav-tabs .nav-item .nav-link.active {
  color: var(--white);
  isolation: inherit;
}

.tab-style-07 .nav-tabs .nav-item .nav-link:hover span,
.tab-style-07 .nav-tabs .nav-item .nav-link.show span,
.tab-style-07 .nav-tabs .nav-item .nav-link.active span {
  color: var(--white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tab-style-07 .nav-tabs .nav-item .nav-link:hover .number-box,
.tab-style-07 .nav-tabs .nav-item .nav-link.show .number-box,
.tab-style-07 .nav-tabs .nav-item .nav-link.active .number-box {
  opacity: 1;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  transition: opacity 0.4s, transform 0.4s;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.tab-style-07 .nav-tabs .nav-item .nav-link:hover .bg-hover,
.tab-style-07 .nav-tabs .nav-item .nav-link.show .bg-hover,
.tab-style-07 .nav-tabs .nav-item .nav-link.active .bg-hover {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.tab-style-07 .nav-tabs .nav-item .nav-link .number-box {
  position: absolute;
  top: 50%;
  z-index: 9;
  right: 0;
  opacity: 0;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  transition: opacity 0s, transform 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.tab-style-07 .nav-tabs .nav-item .nav-link .bg-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: left;
  -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  z-index: 1;
}

.tab-style-07 .nav-tabs .nav-item:last-child .nav-link {
  border-bottom: none;
}

/* Tab style 08 */
.tab-style-08 ul .nav-item {
  padding: 0;
  background-color: transparent;
  border-right: 1px solid var(--light-medium-gray);
  flex-grow: 1;
  flex-basis: 0;
}

.tab-style-08 ul .nav-item .nav-link {
  border: 0;
  margin-bottom: 0;
  padding: 30px 15px;
  background-color: transparent;
  position: relative;
  color: var(--medium-gray);
}

.tab-style-08 ul .nav-item .nav-link.active,
.tab-style-08 ul .nav-item .nav-link.show,
.tab-style-08 ul .nav-item .nav-link:hover {
  border: 0;
  color: var(--base-color);
}

.tab-style-08 ul .nav-item .nav-link.active .tab-border,
.tab-style-08 ul .nav-item .nav-link.show .tab-border,
.tab-style-08 ul .nav-item .nav-link:hover .tab-border {
  -wekit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.tab-style-08 ul .nav-item .tab-border {
  width: calc(100% + 2px);
  height: 3px;
  display: block;
  -wekit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  position: absolute;
  left: -1px;
  top: 0;
}

.tab-style-08 ul .nav-item:last-child {
  border: 0;
}

.tab-style-08 ul.active-tab-border-bottom .nav-item .tab-border {
  bottom: 0;
  top: auto;
}

/* Team style 01 */
.team-style-01 figure figcaption {
  position: absolute;
  bottom: -1px;
}

.team-style-01 figure figcaption .social-icon {
  display: block !important;
  height: auto !important;
  margin-bottom: -50px !important;
  overflow: visible !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-style-01 figure figcaption .social-icon a {
  margin: 0 10px;
}

.team-style-01 figure figcaption .social-icon a:last-child {
  margin-right: 0;
}

.team-style-01 figure figcaption .social-icon a:first-child {
  margin-left: 0;
}

.team-style-01 figure .text-light-opacity:hover {
  opacity: 1 !important;
}

.team-style-01 figure:hover figcaption .social-icon {
  margin-bottom: 0px !important;
}

/* Team style 02 */
.team-style-02 figure figcaption {
  position: absolute;
  opacity: 0;
  bottom: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 0.5s cubic-bezier(0.12, 0, 0.39, 0);
}

.team-style-02 figure figcaption .social-icon a {
  margin: 0 12px;
  opacity: 0;
  -webkit-transition: 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
  display: inline-block;
}

.team-style-02 figure figcaption .social-icon a:nth-child(1) {
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure figcaption .social-icon a:nth-child(2) {
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure figcaption .social-icon a:nth-child(3) {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure figcaption .social-icon a:nth-child(4) {
  -webkit-transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure figcaption .social-icon a:nth-child(5) {
  -webkit-transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure figcaption .team-member-name {
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure figcaption .member-designation {
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure:hover figcaption {
  opacity: 1;
}

.team-style-02 figure:hover figcaption .team-member-name {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure:hover figcaption .member-designation {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure:hover figcaption a {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.team-style-02 figure:hover figcaption a:nth-child(1) {
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure:hover figcaption a:nth-child(2) {
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure:hover figcaption a:nth-child(3) {
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure:hover figcaption a:nth-child(4) {
  -webkit-transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.8s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure:hover figcaption a:nth-child(5) {
  -webkit-transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
}

/* Team style 04 */
.team-style-04 .team-content {
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.team-style-04 figure figcaption {
  position: absolute;
  bottom: -20px;
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.team-style-04 figure figcaption .social-icon {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.team-style-04 figure figcaption .social-icon a {
  margin: 0 10px;
}

.team-style-04 figure:hover figcaption {
  bottom: 0px;
}

/* Team style 05 */
.team-style-05 .team-content {
  position: absolute;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.team-style-05 .team-content p {
  top: 55%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-style-05 .social-icon a {
  opacity: 0;
  -webkit-transition: 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  margin: 0 10px;
  display: inline-block;
}

.team-style-05 .social-icon a:nth-child(1) {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-style-05 .social-icon a:nth-child(2) {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team-style-05 .social-icon a:nth-child(3) {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.team-style-05 .social-icon a:nth-child(4) {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.team-style-05 .social-icon a:nth-child(5) {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.team-style-05:hover .team-content {
  opacity: 1;
}

.team-style-05:hover .team-content p {
  top: 50%;
}

.team-style-05:hover .social-icon a {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.team-style-05:hover .social-icon a:nth-child(1) {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-style-05:hover .social-icon a:nth-child(2) {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.team-style-05:hover .social-icon a:nth-child(3) {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.team-style-05:hover .social-icon a:nth-child(4) {
  -webkit-transition: all 1.1s ease;
  transition: all 1.1s ease;
}

.team-style-05:hover .social-icon a:nth-child(5) {
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease;
}

/* Team style 08 */
.team-style-08 figure {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-08 figure figcaption {
  position: absolute;
  opacity: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.team-style-08 figure figcaption .social-icon a {
  margin: 0 0 10px;
  opacity: 0;
  display: inline-block;
  background-color: var(--dark-gray);
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.team-style-08 figure figcaption .social-icon a:last-child {
  margin-bottom: 0;
}

.team-style-08 figure figcaption .team-member-name {
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-08 figure figcaption .member-designation {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-08:hover figure {
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}

.team-style-08:hover figure figcaption {
  opacity: 1;
}

.team-style-08:hover figure figcaption .social-icon a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.team-style-08:hover figure figcaption .team-member-name {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.team-style-08:hover figure figcaption .member-designation {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.team-style-08:hover figure figcaption a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* Team style 09 */
.team-style-09 .nav-tabs>li.nav-item {
  padding: 0;
}

.team-style-09 .nav-tabs>li.nav-item .number {
  color: var(--dark-gray);
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.team-style-09 .nav-tabs>li.nav-item:last-child .nav-link {
  border-bottom: 0;
}

.team-style-09 .nav-tabs .nav-link {
  border: 0;
  display: flex;
  border-bottom: 1px solid var(--extra-medium-gray);
  padding: 20px 0;
  margin-bottom: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.team-style-09 .nav-tabs .nav-link:hover {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.team-style-09 .nav-tabs .nav-link.active,
.team-style-09 .nav-tabs .nav-link:hover {
  border-bottom: 1px solid var(--dark-gray);
}

/* Team style 10 */
.team-style-10 figure {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-10 figure .hover-switch-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-10 figure figcaption {
  position: absolute;
  opacity: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.team-style-10 figure figcaption .social-icon a {
  margin: 0 0 10px;
  opacity: 0;
  display: inline-block;
  background-color: var(--dark-gray);
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.team-style-10 figure figcaption .social-icon a:last-child {
  margin-bottom: 0;
}

.team-style-10 figure figcaption .team-member-strip {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.8, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.8, 1);
}

.team-style-10 figure figcaption .team-member-strip .team-member-name {
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-10 figure figcaption .team-member-strip .member-designation {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-10:hover figure .hover-switch-image {
  left: 0;
  opacity: 1;
}

.team-style-10:hover figure figcaption {
  opacity: 1;
}

.team-style-10:hover figure figcaption .social-icon a {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.team-style-10:hover figure figcaption .social-icon a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.team-style-10:hover figure figcaption .team-member-strip {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.team-style-10:hover figure figcaption .team-member-strip .team-member-name {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.team-style-10:hover figure figcaption .team-member-strip .member-designation {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.team-style-10:hover figure figcaption a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* Testimonial style 01 */
.testimonials-style-01 .testimonial-arrow:after {
  content: "";
  top: 100%;
  left: 50px;
  height: 0;
  width: 0;
  z-index: 9;
  margin-left: -14px;
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  border-width: 14px;
  border-top-color: var(--white);
}

.testimonials-style-01 .author-detail img {
  width: 60px;
  height: 60px;
}

/* Testimonial style 04 */
.testimonials-style-04.swiper-horizontal-3d.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.testimonials-style-04.swiper-horizontal-3d .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.testimonials-style-04.swiper-horizontal-3d.swiper-pagination-bottom .swiper-wrapper {
  margin-bottom: 0;
}

.testimonials-style-04.swiper-horizontal-3d .swiper-slide {
  filter: grayscale(100%);
  opacity: 0;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.testimonials-style-04.swiper-horizontal-3d .swiper-slide.swiper-slide-prev,
.testimonials-style-04.swiper-horizontal-3d .swiper-slide.swiper-slide-next {
  opacity: 0.7;
}

.testimonials-style-04.swiper-horizontal-3d .swiper-slide.swiper-slide-active {
  opacity: 1;
  filter: grayscale(0);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.17);
}

.testimonials-style-04.swiper-horizontal-3d .swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.testimonials-style-04.swiper-horizontal-3d .swiper-slide img {
  opacity: 0;
}

.testimonials-style-04.swiper-horizontal-3d.swiper {
  width: 100%;
  padding-bottom: 60px;
}

.testimonials-style-04.swiper-horizontal-3d.swiper-3d .swiper-slide-shadow-left,
.testimonials-style-04.swiper-horizontal-3d.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.testimonials-style-04.swiper-horizontal-3d .swiper-slide-active img {
  opacity: 1;
}

/* Testimonial style 05 */
.testimonials-style-05 .testimonials-bubble {
  position: relative;
  border: 1px solid;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.testimonials-style-05 .testimonials-bubble:after,
.testimonials-style-05 .testimonials-bubble:before {
  top: 100%;
  left: 50px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.testimonials-style-05 .testimonials-bubble:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: var(--white);
  border-width: 15px 15px 0 0;
  margin-left: 1px;
}

.testimonials-style-05 .testimonials-bubble:before {
  border-color: rgba(237, 237, 237, 0);
  border-top-color: var(--extra-medium-gray);
  border-width: 18px 18px 0 0;
}

/* Testimonial style 12 */
.testimonials-style-12 .swiper-button-next-nav {
  right: -8px;
}

.testimonials-style-12 .swiper-button-next-nav:hover {
  opacity: 1;
}

.testimonials-style-12 .swiper-button-previous-nav {
  left: -8px;
}

.testimonials-style-12 .swiper-button-previous-nav:hover {
  opacity: 1;
}

/* Testimonial style 13  */
.testimonials-style-13 .swiper-slide {
  opacity: 0.1;
}

.testimonials-style-13 .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.testimonials-style-13 .swiper-slide.swiper-slide-next {
  opacity: 0.4;
}

/* ===================================
   14. Blog
====================================== */
/* Blog grid */
.blog-grid .card {
  color: inherit;
  -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}

.blog-grid .card .blog-image img {
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.blog-grid .card .card-body {
  color: inherit;
}

.blog-grid .card .card-body p {
  margin-bottom: 15px;
}

.blog-grid .card .card-body .author {
  will-change: transform;
}

.blog-grid .card .card-body .author .blog-date {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 500ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 500ms cubic-bezier(0.37, 0, 0.63, 1);
}

.blog-grid .card .card-body .author .like-count a i {
  margin-right: 4px;
  vertical-align: middle;
  -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}

.blog-grid .card .card-body .author .like-count a:hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-grid .card .card-body .author .author-name {
  position: absolute;
  width: auto;
  left: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  -webkit-transition: all 500ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 500ms cubic-bezier(0.37, 0, 0.63, 1);
}

.blog-grid .card .blog-categories {
  position: absolute;
  top: 17px;
  right: 20px;
}

.blog-grid .card .blog-categories .categories-btn {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}

.blog-grid .card:hover .author .blog-date {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}

.blog-grid .card:hover .author .author-name {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Blog classic */
.blog-classic .card {
  color: inherit;
}

.blog-classic .card .blog-image img {
  -webkit-transition: all 600ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 600ms cubic-bezier(0.37, 0, 0.63, 1);
  will-change: transform;
}

.blog-classic .card .card-body {
  color: inherit;
}

.blog-classic .card .card-body .categories-text:after {
  content: "\f309";
  display: inline-block;
  font-family: bootstrap-icons;
  vertical-align: middle;
  margin: -2px 1px 0;
  font-size: 22px;
  color: var(--medium-gray);
  opacity: 0.7;
}

.blog-classic .card .card-body .card-link i {
  opacity: 0;
  visibility: hidden;
  transform-origin: center left;
  -webkit-transform: translateX(-10px) scaleX(0);
  transform: translateX(-10px) scaleX(0);
  -webkit-transition: all 300ms cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 300ms cubic-bezier(0.5, 1, 0.89, 1);
  vertical-align: middle;
  margin-left: 3px;
}

.blog-classic .card:hover .blog-image img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.blog-classic .card:hover .card-body .card-link i {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
}

/* Blog only text */
.blog-only-text {
  counter-reset: card-body;
}

.blog-only-text .card-body {
  color: inherit;
  position: relative;
  overflow: hidden;
}

.blog-only-text .card-body .hover-img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 300ms cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transform: scale(1.1) rotate(-3deg);
  transform: scale(1.1) rotate(-3deg);
}

.blog-only-text .card-body:after {
  counter-increment: card-body;
  content: counter(card-body, decimal-leading-zero);
  position: absolute;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: -3px;
  top: 30px;
  right: -8px;
  font-weight: 600;
  opacity: 0.1;
  color: var(--dark-gray);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.blog-only-text .card-body:hover .hover-img {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.blog-only-text .card-body:hover:after {
  opacity: 0.2;
  color: var(--white);
  right: 30px;
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.blog-only-text .card-body:hover .card-title {
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
}

.blog-only-text .card-body:hover .categories-btn {
  background: var(--white);
  color: var(--dark-gray) !important;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

/* Blog metro */
.blog-metro figure .blog-image .blog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #1f232c;
  background: linear-gradient(0deg, rgba(23, 23, 23, 0.8) 0, rgba(23, 23, 23, 0) 70%);
  -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}

.blog-metro figure .categories-btn {
  border: 1px solid transparent;
}

.blog-metro figure img {
  -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  width: 100%;
}

.blog-metro figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
}

.blog-metro figure .card-title {
  margin-bottom: 0;
}

.blog-metro figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}

.blog-metro figure:hover .categories-btn {
  background: transparent !important;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.blog-metro figure:hover .categories-btn.bg-base-color {
  color: var(--base-color) !important;
  border-color: var(--base-color);
}

/* Blog masonry */
.blog-masonry .card {
  color: inherit;
}

.blog-masonry .card .card-top {
  position: relative;
  padding: 15px 20px;
}

.blog-masonry .card .card-top:after {
  content: "";
  position: absolute;
  left: 25px;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  clear: both;
  z-index: 1;
}

.blog-masonry .card .card-top .avtar {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  position: relative;
  border-radius: 100%;
}

.blog-masonry .card .blog-image img {
  -webkit-transition: all 1000ms cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 1000ms cubic-bezier(0.5, 1, 0.89, 1);
}

.blog-masonry .card .blog-image .categories-btn {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}

.blog-masonry .card .like-count a i {
  margin-right: 5px;
  -webkit-transition: all 400ms cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 400ms cubic-bezier(0.5, 1, 0.89, 1);
  will-change: transform;
}

.blog-masonry .card .like-count a:hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-masonry .card .blog-date i {
  margin-right: 8px;
}

.blog-masonry .card .blog-categories {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.blog-masonry .card:hover {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.blog-masonry .card:hover .blog-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Blog simple */
.blog-simple figure .blog-image {
  overflow: hidden;
}

.blog-simple figure .blog-hover-icon {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
}

.blog-simple figure figcaption {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog-simple figure:hover .blog-hover-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blog-simple figure:hover .post-content .card-title a:hover {
  color: var(--base-color);
}

.blog-simple figure:hover .blog-image img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-simple figure:hover .blog-image .box-overlay {
  opacity: 0.3;
}

.blog-simple figure:hover .box-overlay {
  opacity: 1;
  visibility: visible;
}

/* Blog date */
.blog-date .feature-box {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.blog-date .feature-box .feature-box-icon {
  margin-right: 40px !important;
}

.blog-date .feature-box .post-date {
  min-width: 75px;
  padding: 20px 0 17px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog-date .feature-box .post-date span {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog-date .feature-box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* Blog side image */
.blog-side-image .blog-box .blog-image {
  min-height: 300px;
  will-change: transform;
  -webkit-transition: all 600ms cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 600ms cubic-bezier(0.5, 1, 0.89, 1);
}

.blog-side-image .blog-box .blog-image .blog-post-image-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 600ms cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 600ms cubic-bezier(0.5, 1, 0.89, 1);
}

.blog-side-image .blog-box .blog-content {
  position: relative;
  z-index: 1;
}

.blog-side-image .blog-box .blog-content .separator {
  width: 10px;
  height: 1px;
  -webkit-transition: all 600ms cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 600ms cubic-bezier(0.5, 1, 0.89, 1);
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.blog-side-image .blog-box .blog-content .categories-btn {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin-left: 0;
  margin-right: 5px;
  line-height: 20px;
  padding: 4px 15px;
}

.blog-side-image .blog-box:hover .blog-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-side-image .blog-box:hover .blog-image .blog-post-image-overlay {
  opacity: 0.4;
}

.blog-side-image .blog-box:hover .blog-content .separator {
  width: 30px;
}

/* Blog modern */
.blog-modern figure .blog-image {
  margin-bottom: 48px;
}

.blog-modern figure .blog-image img {
  -webkit-transition: all 900ms cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 900ms cubic-bezier(0.5, 1, 0.89, 1);
}

.blog-modern figure .post-content-wrapper {
  position: absolute;
  bottom: -51px;
  width: 85%;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 4px 10px rgba(111, 111, 111, 0.1);
  box-shadow: 0px 4px 10px rgba(111, 111, 111, 0.1);
}

.blog-modern figure .post-content-wrapper .post-content {
  -webkit-transition: all 400ms cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 400ms cubic-bezier(0.5, 1, 0.89, 1);
}

.blog-modern figure .post-content-wrapper .separator {
  margin: 0 15px;
  opacity: 0.7;
  font-weight: 300;
}

.blog-modern figure:hover .blog-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-modern figure:hover .post-content-wrapper .post-content .card-title {
  color: var(--white);
}

.blog-modern figure:hover .post-content-wrapper .post-content .card-title:hover {
  color: var(--white);
}

.blog-modern figure:hover .post-content-wrapper .post-content .box-overlay {
  opacity: 1;
  visibility: visible;
}

/* Blog standard */
.blog-standard .blog-image {
  position: relative;
}

.blog-standard .blog-image .blog-categories {
  position: absolute;
  right: 40px;
  top: 40px;
}

.blog-standard .entry-meta span {
  position: relative;
  margin-right: 20px;
}

.blog-standard .entry-meta span:last-child {
  margin-right: 0;
}

.blog-standard .entry-meta span i {
  margin-right: 7px;
}

/* Blog comment */
.blog-comment {
  padding-left: 0;
  margin-bottom: 0;
}

.blog-comment li {
  padding-bottom: 65px;
  position: relative;
  list-style: none;
}

.blog-comment li:last-child {
  border-bottom: medium none;
  padding-bottom: 0;
}

.blog-comment li .btn-reply {
  float: right;
  font-size: 11px;
  line-height: initial;
  padding: 7px 20px 6px;
  border-radius: 50px;
  border: 1px solid rgba(44, 44, 44, 0.25);
  background-color: var(--white);
}

.blog-comment li .btn-reply:hover {
  border-color: var(--base-color);
  background: var(--base-color);
  color: var(--white);
}

.blog-comment li ul.child-comment {
  list-style: outside none none;
  margin-left: 70px;
}

.blog-comment li ul.child-comment li {
  margin-top: 60px;
  padding-bottom: 0;
}

.blog-comment>li:first-child {
  padding-top: 0;
}

/* Pagination style 01 */
.pagination-style-01 .page-item .page-link {
  border: 0;
  padding: 0 2px;
  margin: 0 7px;
  background: 0 0;
  color: var(--medium-gray);
  min-width: 45px;
  font-size: inherit;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  line-height: 45px;
  min-height: 45px;
}

.pagination-style-01 .page-item .page-link i {
  line-height: 40px;
}

.pagination-style-01 .page-item .page-link:hover {
  background: var(--white);
  color: var(--dark-gray);
  box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important;
}

.pagination-style-01 .page-item .page-link:focus {
  box-shadow: none;
}

.pagination-style-01 .page-item.active .page-link {
  background: var(--dark-gray);
  color: var(--white);
  box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important;
}

.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
  background: transparent;
  box-shadow: none !important;
}

.pagination-style-01.light .page-item:first-child .page-link,
.pagination-style-01.light .page-item:last-child .page-link {
  background: transparent;
  box-shadow: none !important;
}

.pagination-style-01.light .page-item:first-child .page-link:hover,
.pagination-style-01.light .page-item:last-child .page-link:hover {
  color: var(--white);
}

/* Blog clean */
.blog-clean .card {
  color: inherit;
}

.blog-clean .card .blog-image img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  will-change: transform;
}

.blog-clean .card .card-body {
  color: inherit;
}

.blog-clean .card .card-body .blog-categories {
  top: -17px;
}

.blog-clean .card .card-body .blog-categories .categories-btn {
  margin: 0 5px 0 0;
  font-size: 12px;
  border-radius: 0;
}

.blog-clean .card .card-body .card-link i {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 11px;
}

.blog-clean .card:hover .blog-image img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.blog-clean .card:hover .card-body .card-link i {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* ===================================
   15. Portfolio
====================================== */
/* Portfolio grid */
.grid-item .portfolio-image img {
  width: 100%;
}

.portfolio-grid .work-1col li {
  width: 100%;
}

/* Portfolio filter */
.portfolio-filter li {
  padding: 0 3px;
}

.portfolio-filter li:first-child {
  padding-left: 0;
}

.portfolio-filter li:last-child {
  padding-right: 0;
}

.portfolio-filter li a {
  color: var(--medium-gray);
  border-bottom: 2px solid transparent;
}

.portfolio-filter li:hover a,
.portfolio-filter li:focus a,
.portfolio-filter li.active a {
  color: var(--dark-gray);
  border-color: var(--dark-gray);
}

.portfolio-filter.filter-btn li {
  padding: 0 12px;
}

.portfolio-filter.filter-btn li a {
  padding: 6px 30px;
  border-radius: 40px;
}

.portfolio-filter.filter-btn li a:hover,
.portfolio-filter.filter-btn li a:focus,
.portfolio-filter.filter-btn li a.active {
  background-color: var(--white);
  color: var(--dark-gray);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}

.portfolio-filter.filter-btn li.active a {
  background-color: var(--white);
  color: var(--dark-gray);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

/* Portfolio classic */
.portfolio-classic .portfolio-box {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.portfolio-classic .portfolio-box .portfolio-hover {
  opacity: 0;
  transform: translate3d(0, 45px, 0) skewY(-15deg);
}

.portfolio-classic .portfolio-box:hover {
  -webkit-clip-path: inset(2% 2% 2% 2%);
  clip-path: inset(2% 2% 2% 2%);
}

.portfolio-classic .portfolio-box:hover .portfolio-image img {
  opacity: 0.15;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.portfolio-classic .portfolio-box:hover .portfolio-hover {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Portfolio boxed */
.portfolio-boxed .portfolio-box {
  will-change: transform;
}

.portfolio-boxed .portfolio-box .portfolio-icon a {
  margin: 0 4px;
  position: relative;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
}

.portfolio-boxed .portfolio-box .portfolio-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.portfolio-boxed .portfolio-box:hover {
  -webkit-box-shadow: 10px 0 70px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 0 70px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.portfolio-boxed .portfolio-box:hover .portfolio-image img {
  opacity: 0.3;
}

.portfolio-boxed .portfolio-box:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}

/* Mousetip */
.mousetip-wrapper .caption {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
}

.mousetip-wrapper:hover .caption {
  opacity: 1;
  visibility: visible;
  display: block;
}

/* Portfolio transform */
.portfolio-transform .portfolio-box {
  will-change: auto;
  overflow: visible;
}

.portfolio-transform .portfolio-box .caption {
  padding: 22px 28px 11px;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.portfolio-transform .portfolio-box .portfolio-image {
  overflow: visible;
}

.portfolio-transform .portfolio-box .portfolio-image img {
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.portfolio-transform .portfolio-box:hover .portfolio-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Portfolio creative */
.portfolio-creative .portfolio-box {
  will-change: transform;
}

.portfolio-creative .portfolio-box .portfolio-title {
  -webkit-transform: scale(2);
  transform: scale(2);
  display: block;
  width: 100%;
}

.portfolio-creative .portfolio-box .portfolio-title::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-creative .portfolio-box .portfolio-title::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  font-size: 110px;
  letter-spacing: -6px;
  color: rgba(0, 0, 0, 0.1);
  font-weight: 800;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  animation: glitch-skew 1s infinite linear alternate-reverse;
}

.portfolio-creative .portfolio-box .portfolio-hover span {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.portfolio-creative .portfolio-box:hover .portfolio-image img {
  opacity: 0;
}

.portfolio-creative .portfolio-box:hover .portfolio-title {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-creative .portfolio-box:hover .portfolio-hover span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Portfolio simple */
.portfolio-simple .portfolio-box .portfolio-icon a {
  margin: 0 5px;
  position: relative;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.portfolio-simple .portfolio-box .portfolio-icon a:last-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.portfolio-simple .portfolio-box:hover .portfolio-image img {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Portfolio modern */
.portfolio-modern .portfolio-box {
  position: relative;
  will-change: transform;
}

.portfolio-modern .portfolio-box .portfolio-hover {
  opacity: 0;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  height: auto;
  top: inherit;
  -webkit-transform: translateY(0) scale(1, 0);
  transform: translateY(0) scale(1, 0);
  transform-origin: bottom center;
}

.portfolio-modern .portfolio-box .portfolio-hover>*>*>* {
  opacity: 0;
  transition-delay: 0.25s;
  transform: translateY(15px);
}

.portfolio-modern .portfolio-box .portfolio-hover>*>*>*+* {
  opacity: 0;
  transition-delay: 0.35s;
}

.portfolio-modern .portfolio-box .portfolio-hover>*>*+* {
  opacity: 0;
  transform: translateY(15px);
  transition-delay: 0.45s;
}

.portfolio-modern .portfolio-box:hover {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.portfolio-modern .portfolio-box:hover .portfolio-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-modern .portfolio-box:hover .portfolio-hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
  opacity: 1;
}

.portfolio-modern .portfolio-box:hover .portfolio-hover>*>*>* {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-modern .portfolio-box:hover .portfolio-hover>*>*>*+* {
  opacity: 1;
}

.portfolio-modern .portfolio-box:hover .portfolio-hover>*>*+* {
  opacity: 1;
  transform: translateY(0);
}

/* Portfolio attractive */
.portfolio-attractive .portfolio-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 9999;
  cursor: pointer;
}

.portfolio-attractive .portfolio-box {
  position: relative;
}

.portfolio-attractive .portfolio-box .portfolio-image img {
  -webkit-transition: all 500ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 500ms cubic-bezier(0.37, 0, 0.63, 1);
}

.portfolio-attractive .portfolio-box .portfolio-hover .icon-box {
  margin-top: 0px;
  transform-style: inherit;
}

.portfolio-attractive .grid-item:hover .portfolio-hover {
  opacity: 1;
}

.portfolio-attractive .grid-item:hover .portfolio-hover .icon-box {
  margin-top: -10px;
}

.portfolio-attractive .grid-item:hover .portfolio-image img {
  opacity: 0.3;
}

.portfolio-attractive .grid-item:hover .move-bottom-top-self span,
.portfolio-attractive .grid-item:hover .move-top-bottom-self span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Portfolio simple */
.portfolio-slider .portfolio-box {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.portfolio-slider .portfolio-box .portfolio-image img {
  -webkit-transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: all 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.portfolio-slider .portfolio-box .portfolio-hover {
  opacity: 1;
}

.portfolio-slider .portfolio-box .portfolio-hover .portfolio-link .category {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.portfolio-slider .portfolio-box .portfolio-hover .portfolio-link i {
  position: absolute;
  right: 0;
  will-change: transform;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
}

.portfolio-slider .portfolio-box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.portfolio-slider .portfolio-box:hover .portfolio-image img {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-slider .portfolio-box:hover .portfolio-hover.dark-hover .portfolio-title {
  color: var(--white) !important;
}

.portfolio-slider .portfolio-box:hover .portfolio-hover.dark-hover .portfolio-link a,
.portfolio-slider .portfolio-box:hover .portfolio-hover.dark-hover .portfolio-link i,
.portfolio-slider .portfolio-box:hover .portfolio-hover.dark-hover .portfolio-link span,
.portfolio-slider .portfolio-box:hover .portfolio-hover.dark-hover .portfolio-link div {
  color: var(--white) !important;
}

.portfolio-slider .portfolio-box:hover .portfolio-hover.light-hover .portfolio-title {
  color: var(--dark-gray) !important;
}

.portfolio-slider .portfolio-box:hover .portfolio-hover.light-hover .portfolio-link a,
.portfolio-slider .portfolio-box:hover .portfolio-hover.light-hover .portfolio-link i,
.portfolio-slider .portfolio-box:hover .portfolio-hover.light-hover .portfolio-link span,
.portfolio-slider .portfolio-box:hover .portfolio-hover.light-hover .portfolio-link div {
  color: var(--dark-gray) !important;
}

.portfolio-slider .portfolio-box:hover .portfolio-hover .portfolio-link .category {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
}

.portfolio-slider .portfolio-box:hover .portfolio-hover .portfolio-link i {
  -webkit-transform: translateY(-28px);
  transform: translateY(-28px);
  opacity: 1;
}

.portfolio-slider .portfolio-box:hover .portfolio-hover .box-overlay {
  opacity: 1;
  visibility: visible;
}

/* Portfolio clean */
.portfolio-clean .portfolio-box {
  position: relative;
}

.portfolio-clean .portfolio-box .portfolio-image {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: all 600ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 600ms cubic-bezier(0.37, 0, 0.63, 1);
}

.portfolio-clean .portfolio-box .portfolio-hover {
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}

.portfolio-clean .portfolio-box .portfolio-hover .portfolio-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.portfolio-clean .portfolio-box:hover .portfolio-image {
  -webkit-clip-path: inset(0 0 70px 0);
  clip-path: inset(0 0 70px 0);
}

.portfolio-clean .portfolio-box:hover .portfolio-image img {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.portfolio-clean .portfolio-box:hover .portfolio-hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 600ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 600ms cubic-bezier(0.37, 0, 0.63, 1);
}

/* Portfolio clean */
.portfolio-switch-image .portfolio-box .portfolio-image .hover-switch-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.portfolio-switch-image .portfolio-box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.portfolio-switch-image .portfolio-box:hover .portfolio-image .hover-switch-image {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* Portfolio and gallery translate animation */
.portfolio-box,
.gallery-box {
  overflow: hidden;
  will-change: transform;
}

.portfolio-box .move-top-bottom,
.gallery-box .move-top-bottom {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  opacity: 0;
}

.portfolio-box .move-bottom-top,
.gallery-box .move-bottom-top {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}

.portfolio-box .move-left-right,
.gallery-box .move-left-right {
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  opacity: 0;
}

.portfolio-box .move-right-left,
.gallery-box .move-right-left {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  opacity: 0;
}

.portfolio-box .move-bottom-top-self,
.gallery-box .move-bottom-top-self {
  overflow: hidden;
}

.portfolio-box .move-bottom-top-self span,
.gallery-box .move-bottom-top-self span {
  opacity: 0;
  display: block;
  will-change: transform;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.portfolio-box .move-top-bottom-self,
.gallery-box .move-top-bottom-self {
  overflow: hidden;
}

.portfolio-box .move-top-bottom-self span,
.gallery-box .move-top-bottom-self span {
  opacity: 0;
  display: block;
  will-change: transform;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.portfolio-box .move-left-right-self,
.gallery-box .move-left-right-self {
  overflow: hidden;
}

.portfolio-box .move-left-right-self span,
.gallery-box .move-left-right-self span {
  opacity: 0;
  display: block;
  will-change: transform;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.portfolio-box .move-right-left-self,
.gallery-box .move-right-left-self {
  overflow: hidden;
}

.portfolio-box .move-right-left-self span,
.gallery-box .move-right-left-self span {
  opacity: 0;
  display: block;
  will-change: transform;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.portfolio-box .portfolio-hover,
.gallery-box .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.portfolio-box .portfolio-image,
.gallery-box .portfolio-image {
  position: relative;
  overflow: hidden;
}

.portfolio-box:hover .move-top-bottom,
.gallery-box:hover .move-top-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.portfolio-box:hover .move-bottom-top,
.gallery-box:hover .move-bottom-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.portfolio-box:hover .move-left-right,
.gallery-box:hover .move-left-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.portfolio-box:hover .move-right-left,
.gallery-box:hover .move-right-left {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.portfolio-box:hover .move-bottom-top-self span,
.gallery-box:hover .move-bottom-top-self span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.portfolio-box:hover .move-top-bottom-self span,
.gallery-box:hover .move-top-bottom-self span {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.portfolio-box:hover .move-left-right-self span,
.gallery-box:hover .move-left-right-self span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.portfolio-box:hover .move-right-left-self span,
.gallery-box:hover .move-right-left-self span {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.portfolio-box:hover .portfolio-hover,
.gallery-box:hover .portfolio-hover {
  opacity: 1;
}

/* Portfolio pagination */
.portfolio-pagination {
  position: relative;
  z-index: 1;
}

.portfolio-pagination .bg-fancy-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  visibility: hidden;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.portfolio-pagination .btn-slide-icon-left .separator,
.portfolio-pagination .btn-slide-icon-right .separator {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.portfolio-pagination .btn-slide-icon-left .separator:after,
.portfolio-pagination .btn-slide-icon-left .separator:before,
.portfolio-pagination .btn-slide-icon-right .separator:after,
.portfolio-pagination .btn-slide-icon-right .separator:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -4px;
  height: 2px;
  width: 11px;
  background-color: var(--dark-gray);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.portfolio-pagination .btn-slide-icon-left .separator:after,
.portfolio-pagination .btn-slide-icon-right .separator:after {
  -webkit-transform: rotate(132deg);
  transform: rotate(132deg);
}

.portfolio-pagination .btn-slide-icon-left .separator:before,
.portfolio-pagination .btn-slide-icon-right .separator:before {
  -webkit-transform: rotate(228deg);
  transform: rotate(228deg);
  top: 4px !important;
}

.portfolio-pagination .btn-slide-icon-right .separator:after,
.portfolio-pagination .btn-slide-icon-right .separator:before {
  right: -2px;
  left: auto;
}

.portfolio-pagination .btn-slide-icon-right .separator:before {
  transform: rotate(132deg);
  -webkit-transform: rotate(132deg);
  transform: rotate(132deg);
}

.portfolio-pagination .btn-slide-icon-right .separator:after {
  transform: rotate(48deg);
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
}

.portfolio-pagination h6,
.portfolio-pagination span {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.portfolio-pagination:hover .bg-fancy-image {
  opacity: 1;
  visibility: visible;
}

.portfolio-pagination:hover .separator {
  width: 100px !important;
  background-color: var(--white);
}

.portfolio-pagination:hover .separator:after {
  color: var(--white);
}

.portfolio-pagination:hover span {
  color: var(--white);
}

.portfolio-pagination:hover .btn-slide-icon-left .separator:after,
.portfolio-pagination:hover .btn-slide-icon-left .separator:before,
.portfolio-pagination:hover .btn-slide-icon-right .separator:after,
.portfolio-pagination:hover .btn-slide-icon-right .separator:before {
  background-color: var(--white);
}

/* Grid loading */
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.grid-loading {
  overflow: hidden;
  position: relative;
  opacity: 1 !important;
  transition: all 0s ease-in-out !important;
  -webkit-transition: all 0s ease-in-out !important;
  z-index: 99;
}

.grid-loading::after {
  background: none;
  content: "" !important;
  position: absolute;
  top: 100px !important;
  left: calc(50% - 25px) !important;
  width: 50px !important;
  height: 50px !important;
  opacity: 1 !important;
  right: inherit !important;
  z-index: 9;
  text-align: center;
  border: 3px solid rgba(23, 23, 23, 0.2);
  border-top-color: rgba(23, 23, 23, 0.7);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}

.grid-loading:before {
  content: "";
  position: absolute;
  right: 2px;
  top: 1px;
  width: calc(100% - 4px);
  height: calc(100% - 2px);
  border-radius: inherit;
  z-index: 1;
}

.grid-loading.grid-loading-white::after {
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.7);
}

.grid-loading .grid-item {
  visibility: hidden;
}

.grid-loading li .grid-item {
  overflow: hidden;
  opacity: 0;
}

/* Portfolio minimal */
.sticky-image-distortion-wrapper {
  position: static;
  display: flex;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.sticky-image-distortion-wrapper .svg-wrapper {
  position: fixed;
  right: 55px;
  height: 100%;
  top: 0;
  width: 50%;
  z-index: -1;
}

.sticky-image-distortion-wrapper .menu {
  width: 50%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 100px 0 100px 100px;
}

.sticky-image-distortion-wrapper .menu::-webkit-scrollbar {
  display: none;
}

.sticky-image-distortion-wrapper .menu .menu__link {
  display: flex;
  align-items: center;
  width: 100%;
}

.sticky-image-distortion-wrapper .menu .menu__link .sticky-image-title a:hover {
  opacity: 1 !important;
}

.sticky-image-distortion-wrapper .menu .menu__link svg {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}

.sticky-image-distortion-wrapper .menu .menu__link.active svg {
  opacity: 1;
  visibility: visible;
}

.sticky-image-distortion-wrapper .menu .menu__link.active .sticky-image-title a {
  padding-left: 70px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sticky-image-distortion-wrapper .menu .menu__link.active .sticky-image-title .title {
  opacity: 0.25;
  left: 95px;
}

.sticky-image-distortion-wrapper .menu .menu__link.active .sticky-category {
  opacity: 1;
  color: var(--dark-gray);
  left: 25px;
}

.sticky-image-distortion-wrapper .menu:hover .menu__link .sticky-image-title a {
  opacity: 0.3;
}

.sticky-image-title {
  position: relative;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  width: 100%;
}

.sticky-image-title a {
  padding: 25px 50px 25px;
  width: 100%;
}

.sticky-image-title .title {
  position: absolute;
  left: 100px;
  width: 100%;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  word-break: normal;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sticky-category {
  display: flex;
  align-items: center;
  position: absolute;
  left: 32px;
  height: 100%;
  width: 50px;
  justify-content: center;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sticky-category .category {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  writing-mode: vertical-lr;
}

/* Horizontal portfolio */
.threeD-letter-menu {
  position: relative;
  min-height: 100vh;
}

.threeD-letter-menu .menu-item .hover-reveal {
  position: fixed;
  z-index: 1;
  width: 420px;
  height: 420px;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transform-origin: 100% 0%;
  will-change: transform, filter;
  border-radius: 100%;
}

.threeD-letter-menu .menu-item .hover-reveal .hover-reveal__inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
}

.threeD-letter-menu .menu-item .hover-reveal .hover-reveal__img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  will-change: transform;
  border-radius: 100%;
}

.threeD-letter-menu .menu-item .text-white-linear:hover span {
  color: var(--white);
  -webkit-text-fill-color: #fff;
}

.threeD-letter-menu .menu-item .menu-item-text {
  position: relative;
  display: inline-block;
}

.threeD-letter-menu .menu-item .menu-item-text .word {
  overflow: hidden;
  line-height: 120%;
}

.threeD-letter-menu .menu-item .menu-item-text .words .char {
  transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.threeD-letter-menu .menu-item .menu-item-text .clone {
  position: absolute;
  top: 0;
  left: 0;
}

.threeD-letter-menu .menu-item .menu-item-text .clone .char {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
}

.threeD-letter-menu .menu-item .menu-item-text:hover .clone .char {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.threeD-letter-menu .menu-item .menu-item-text:hover .words:not(.clone) .char {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}

/* ===================================
   16. Shop
====================================== */
/* Categories style 01 */
.categories-style-01 .categories-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.categories-style-01 a {
  position: relative;
}

.categories-style-01 a:last-child:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid;
  border-color: var(--dark-gray);
  left: 0;
  bottom: 0;
  width: 0%;
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.categories-style-01 .count-circle {
  position: absolute;
  top: -15px;
  right: -10px;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.categories-style-01:hover .categories-box {
  -webkit-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}

.categories-style-01:hover a:last-child:after {
  border-color: var(--dark-gray);
  color: var(--dark-gray);
  width: 100%;
}

.categories-style-01:hover .count-circle {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.categories-style-01:hover img {
  opacity: 0.6;
}

/* Categories style 02 */
.categories-style-02 {
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.categories-style-02 .categories-box {
  position: relative;
}

.categories-style-02:hover {
  transform: translate3d(0, -8px, 0);
}

/* Categories style 03 */
.categories-style-03 .categories-box {
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.categories-style-03 .categories-box .category-title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  width: 100%;
}

.categories-style-03 .categories-box .category-image {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.categories-style-03 .categories-box:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.categories-style-03 .categories-box:hover .category-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shop boxed */
.shop-boxed {
  margin-left: -10px;
  margin-right: -10px;
}

.shop-boxed .shop-box {
  border: 6px solid #fff;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.shop-boxed .shop-box .shop-image {
  overflow: hidden;
}

.shop-boxed .shop-box .shop-image a {
  display: block;
  overflow: hidden;
}

.shop-boxed .shop-box .shop-image .product-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shop-boxed .shop-box .shop-image .shop-hover {
  position: absolute;
  bottom: 0px;
  width: 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.shop-boxed .shop-box .shop-image .shop-hover a {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}

.shop-boxed .shop-box .shop-footer del {
  margin-right: 8px;
}

.shop-boxed .shop-box:hover {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
  border: 6px solid #fff;
}

.shop-boxed .shop-box:hover .shop-image .product-overlay {
  opacity: 1;
}

.shop-boxed .shop-box:hover .shop-image .shop-hover {
  bottom: 25px;
}

.shop-boxed .shop-box:hover .shop-image .shop-hover a {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
}

.shop-boxed .shop-box:hover .shop-image .shop-hover a:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.shop-boxed .shop-box:hover .shop-image .shop-hover a:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.shop-boxed .shop-box:hover .shop-image .shop-hover a:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

/* Shop modern */
.shop-modern {
  margin-left: -15px;
  margin-right: -15px;
}

.shop-modern .grid-item .shop-box .shop-image {
  overflow: hidden;
}

.shop-modern .grid-item .shop-box .shop-image img {
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shop-modern .grid-item .shop-box .shop-image .shop-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover {
  position: absolute;
  top: 20px;
  width: auto;
  right: 12px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover ul {
  padding: 0;
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li {
  display: block;
  width: auto;
  margin: 0 0 8px;
  padding: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li:nth-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li:nth-child(2) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li:nth-child(3) {
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li :nth-child(4) {
  -webkit-transition-delay: 1ms;
  transition-delay: 1ms;
}

.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li a:hover {
  background-color: var(--base-color);
}

.shop-modern .grid-item .shop-box .shop-image .shop-buttons-wrap {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  text-align: center;
}

.shop-modern .grid-item .shop-box .shop-image .shop-buttons-wrap .btn {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop-modern .grid-item .shop-box .shop-image .shop-buttons-wrap .btn.btn-large {
  padding: 8px 20px;
}

.shop-modern .grid-item .shop-box .shop-footer del {
  margin-right: 8px;
}

.shop-modern .grid-item .shop-box:hover .shop-image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.shop-modern .grid-item .shop-box:hover .shop-image .shop-buttons-wrap .btn {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.shop-modern .grid-item .shop-box:hover .shop-image .shop-overlay {
  opacity: 1;
}

.shop-modern .grid-item .shop-box:hover .shop-image .shop-hover {
  opacity: 1;
  top: 20px;
}

.shop-modern .grid-item .shop-box:hover .shop-image .shop-hover ul li {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* Shop sidebar */
.shop-sidebar .shop-filter {
  padding: 0;
  margin: 0;
  list-style: none;
}

.shop-sidebar .shop-filter li {
  position: relative;
  margin-bottom: 2px;
  padding: 0 25px;
}

.shop-sidebar .shop-filter li a {
  display: block;
}

.shop-sidebar .shop-filter li a:hover .product-cb {
  border-color: var(--dark-gray);
}

.shop-sidebar .shop-filter li a:hover .product-cb:after {
  opacity: 1;
}

.shop-sidebar .shop-filter li .product-cb {
  width: 16px;
  height: 16px;
  border: 1px solid var(--medium-gray);
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
}

.shop-sidebar .shop-filter li .product-cb:after {
  width: 8px;
  height: 8px;
  background-color: var(--dark-gray);
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.shop-sidebar .shop-filter li .item-qty {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--very-light-gray);
  border-radius: 100%;
  height: 30px;
  width: 30px;
  font-size: 11px;
  text-align: center;
  font-weight: 500;
  color: var(--dark-gray);
  line-height: 30px;
}

.shop-sidebar .shop-filter li:last-child {
  margin-bottom: 0;
}

.shop-sidebar .shop-filter.color-filter li .product-cb {
  border: 0;
}

.shop-sidebar .shop-filter.color-filter li .product-cb:after {
  background-color: var(--white);
}

.shop-sidebar .shop-filter.fabric-filter li .product-cb {
  line-height: 0;
  overflow: hidden;
  border: 0;
}

.shop-sidebar .shop-filter.fabric-filter li .product-cb:after {
  background-color: var(--white);
}

.shop-sidebar .shop-filter.rating-filter li {
  padding-left: 0;
}

.shop-sidebar .shop-filter.tag-cloud a {
  padding: 5px 10px;
}

/* Toolbar wrapper */
.toolbar-wrapper a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.toolbar-wrapper a:hover img {
  opacity: 1;
}

/* Shop lable */
.shop-image {
  position: relative;
}

.shop-image .lable {
  padding: 0 8px;
  position: absolute;
  left: 17px;
  top: 17px;
  color: var(--white);
  font-size: 9px;
  line-height: 21px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.shop-image .lable.new {
  background-color: var(--green);
}

.shop-image .lable.hot {
  background-color: var(--red);
}

/* Product detail */
.product-image-thumb .swiper-slide {
  cursor: pointer;
  border: 1px solid transparent;
}

.product-image-thumb .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--light-gray);
}

/* Single product thumb vertical */
.single-product-thumb .slider-vertical {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 15px;
}

.single-product-thumb .slider-vertical .swiper-slide {
  height: auto !important;
  cursor: pointer;
}

.product-image-slider img {
  cursor: crosshair;
}

/* Shop color */
.shop-color {
  list-style: none;
  padding: 0;
  display: flex;
}

.shop-color li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.shop-color li>input[type=radio]+label {
  display: flex;
}

.shop-color li>input[type=radio]+label span {
  height: 32px;
  width: 32px;
  border-radius: 100%;
  margin-right: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.shop-color li input[type=radio]:checked+label span:after {
  position: absolute;
  top: 2px;
  left: 2px;
  color: var(--white);
  height: 28px;
  width: 28px;
  border: 2px solid var(--white);
  border-radius: 100%;
  text-align: center;
  content: "";
  font-weight: 900;
}

/* Shop size */
.shop-size {
  list-style: none;
  padding: 0;
  display: flex;
}

.shop-size li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.shop-size li>input[type=radio]+label {
  display: flex;
}

.shop-size li>input[type=radio]+label span {
  height: 37px;
  width: 37px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  border: 1px solid var(--extra-medium-gray);
  text-align: center;
  font-size: 12px;
  line-height: normal;
  color: var(--dark-gray);
  font-weight: 500;
}

.shop-size li input[type=radio]:checked+label span:after {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 37px;
  width: 37px;
  border: 1px solid var(--dark-gray);
  border-radius: 100%;
  text-align: center;
  content: "";
}

/* Shop quantity  */
.quantity {
  display: inline-block;
  position: relative;
}

.quantity button {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: -9px 0 0 0;
  font-size: 22px;
  line-height: 18px;
  position: absolute;
  left: 15px;
  top: 50%;
  color: var(--dark-gray);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.quantity button.qty-plus {
  right: 15px;
  left: auto;
}

.quantity .qty-text {
  width: 115px;
  height: 54px;
  border: 1px solid var(--extra-medium-gray);
  border-radius: 5px;
  text-align: center;
  color: var(--dark-gray);
}

.btn-cart.btn.btn-switch-text.btn-extra-large>span {
  padding: 13px 48px;
}

.wishlist {
  height: 54px;
  width: 54px;
}

/* Cart */
.cart-products th {
  border-top: 0;
  border-bottom: 1px solid var(--extra-medium-gray) !important;
  padding: 15px 10px;
  font-weight: normal;
  text-transform: capitalize;
  color: var(--dark-gray);
}

.cart-products td {
  vertical-align: middle;
  border-bottom: 1px solid var(--extra-medium-gray);
  border-top: 0;
  padding: 25px 10px;
  color: var(--medium-gray);
}

.cart-products .product-remove {
  width: 25px;
}

.cart-products .product-thumbnail {
  width: 100px;
}

.cart-products .quantity button {
  color: var(--medium-gray);
}

.cart-products .quantity .qty-text {
  color: var(--medium-gray);
  height: 42px;
  width: 100px;
}

.coupon-code-panel {
  position: relative;
}

.coupon-code-panel:before {
  content: "\e8bf";
  font-family: feather;
  position: absolute;
  left: 20px;
  z-index: 2;
  line-height: 50px;
}

.coupon-code-panel input {
  margin: 0;
  border: none;
  border: 1px dashed var(--extra-medium-gray);
  padding: 8px 70px 9px 45px;
  width: 100%;
  position: relative;
  font-size: 14px;
}

.coupon-code-panel .apply-coupon-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--dark-gray);
  line-height: 30px;
  letter-spacing: 0;
}

.coupon-code-panel .apply-coupon-btn:active {
  border-color: transparent;
}

.total-price-table th,
.total-price-table td {
  border-bottom: 1px solid #e4e4e4;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: top;
}

.total-price-table .total-amount th,
.total-price-table .total-amount td {
  border-bottom: 0;
}

.calculate-shipping .form-select:focus {
  border-color: #dfdfdf;
}

/* Checkout */
.your-order-table .product td {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}

.your-order-box .terms-condition .box:before {
  background-color: var(--white);
}

/* Minicart */
.header-cart-icon .header-cart .cart-item-list {
  border-radius: 6px;
  padding: 10px 30px 25px;
  min-width: 260px;
}

.header-cart-icon .header-cart .cart-item-list .cart-item {
  padding: 15px 0;
}

.header-cart-icon .header-cart .cart-item-list .cart-item .close {
  right: 0;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
  font-size: 15px;
  line-height: 22px;
}

.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail .item-ammount {
  font-size: 14px;
}

.header-cart-icon .header-cart .cart-item-list .cart-item:last-of-type {
  border-bottom: 0;
}

.header-cart-icon .header-cart .cart-item-list .cart-total {
  background-color: transparent;
  border: 0;
  padding-bottom: 0;
  padding-top: 10px;
}

.header-cart-icon .header-cart .cart-item-list .cart-total .btn.btn-large {
  font-size: 14px;
  padding: 11px 20px;
  border-width: 1px;
}

/* Shop category style 02 */
.shop-category-02 .category-box {
  overflow: hidden;
  position: relative;
}

.shop-category-02 .category-box .category-title {
  padding: 0 15px;
  width: 100%;
}

.shop-category-02 .category-box img {
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shop-category-02 .category-box .category-hover-content {
  position: absolute;
  left: 20px;
  top: 20px;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.shop-category-02 .category-box .category-hover-content a {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.shop-category-02 .category-box .category-hover-content a:hover {
  color: var(--dark-gray);
}

.shop-category-02 .category-box .category-hover-content .title {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.shop-category-02 .category-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}

.shop-category-02 .category-box:hover .category-hover-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.shop-category-02 .category-box:hover .category-hover-content .title {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.shop-category-02 .category-box:hover .category-hover-content a {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* ===================================
   17. Footer
====================================== */
footer {
  padding-top: 110px;
  padding-bottom: 110px;
}

footer.half-footer {
  padding-top: 70px;
  padding-bottom: 70px;
}

footer.big-footer {
  padding-top: 140px;
  padding-bottom: 140px;
}

footer .footer-logo img {
  max-height: 30px;
}

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

footer ul li {
  margin-bottom: 5px;
}

footer .elements-social.social-icon-style-01 li,
footer .elements-social.social-icon-style-02 li,
footer .elements-social.social-icon-style-05 li,
footer .elements-social.social-icon-style-08 li {
  margin: 0 15px 0 0;
}

footer .elements-social.social-icon-style-01 li a,
footer .elements-social.social-icon-style-02 li a,
footer .elements-social.social-icon-style-05 li a,
footer .elements-social.social-icon-style-08 li a {
  width: auto;
  height: auto;
}

footer .newsletter-style-05 .input-small {
  font-size: 14px;
}

footer .nav-link {
  color: var(--medium-gray);
  padding: 0.5rem 1rem;
}

footer .footer-navbar .nav-item:last-child a {
  padding-right: 0;
}

/* Footer dark  */
.footer-dark {
  color: var(--aluminium-grey);
}

.footer-dark p,
.footer-dark a {
  color: var(--aluminium-grey);
}

.footer-dark a:hover {
  color: var(--base-color);
}

/* Footer light */
.footer-light a:hover {
  color: var(--base-color);
}

/* Footer navbar */
.footer-navbar li {
  display: inline-block;
  margin-bottom: 0;
}

.footer-navbar li a:hover {
  color: var(--base-color);
}

.footer-navbar li:last-child a {
  padding-right: 0;
}

.footer-navbar li:first-child a {
  padding-left: 0;
}

.footer-navbar .nav-link:focus {
  color: inherit;
}

/* Footer sticky */
.main-content {
  position: relative;
  z-index: 2;
  background: var(--white);
}

.footer-sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

/* Landing page footer */
.footer-demo ul li {
  margin-bottom: 0;
  line-height: 30px;
}

.footer-demo a:hover {
  color: #fff;
}

.footer-demo img {
  max-height: 55px !important;
}

.bg-gradient-chablis-red-quartz-white {
  background-image: linear-gradient(to right, #fce7e1, #fce7e1, #efe2ea, #dcdaf5, #dcdaf5);
}

.cover-background.page-title::after {
  content: "";
}

.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link {
  opacity: 1.6 !important;
  color: #d31f3e !important;
}

.bg-solitude-blue .feature-box-icon i {
  font-size: 72px;
  color: #d2093c;
}

.feature-box-content span {
  color: #002b63 !important
}

.bg-gradient-emerald-blue-emerald-green {
  background-image: linear-gradient(50deg, #002b63 0, #d2093c 100%) !important
}

.pt-0.overflow-hidden.position-relative.overlap-height {
  height: auto !important;
}

/* PGS */
.topbar {
  background: #3BA1FD;
  color: white;
  text-align: center;
  padding: 16px;
}

.topbar h5 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 500;
}

header .navbar {
  background: #EBF7FF !important;
  height: 67px;
  margin: 20px 10px;
  border-radius: 16px;
}


.header-tab-top {
  background: #C1E4FF;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  margin: 5px;
  gap: 14px;
}
.navbar .btn
{
    font-weight : 500;
    color: #000000 !important;
}
.header-tab-top .tab-button {
  border: none;
  background-color: transparent;
  border-radius: 10px;
  text-transform: math-auto;
  font-weight: 500;
  font-size: 20px;
  border: 1px solid transparent;
}

.header-tab-top .active-tab,
.header-tab-top .tab-button:hover {
  background-color: #FFDE7F;
  border: 1px solid #00000033;
}

.btn-trapsparent {
  background-color: #fff !important;
  white-space: nowrap;
  border-radius: 10px;
  text-transform: math-auto;
  border: 1px solid #00000033 !important;
  padding: 6px;
  text-transform: math-auto;
  font-weight: 400;
  font-size: 19px;
}

.btn-login {
  background-color: #FFC524 !important;
  white-space: nowrap;
  border-radius: 10px;
  text-transform: math-auto;
  border: 1px solid #00000033 !important;
  padding: 3px 26px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 19px;
  box-shadow: 3px 3px 0px 0px #000000;
  margin-top: -4px;
}

header .flex-grid {
  gap: 12px;
  align-items: center;
}

.arrow-box {
  background-color: #BBC8FF;
  width: 82px;
  height: 157px;
  border-radius: 16px;
  opacity: 1;
  padding: 15px;
  text-align: end;
  color: black;
  font-size: 24px;
  padding-top: 30px;
  cursor: pointer;
}

.arrow-box:hover {
  opacity: 0.8;
  cursor: pointer;
}

.avatar-box img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

.avatar-box span {
  width: 22px;
  height: 28px;
  display: inline-flex;
  font-size: 27px;
}

.avatar-box h5 {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.avatar-box h4 {
  color: #000000A6;
  font-weight: 500;
  line-height: 1.2;
  font-size: 20px;
}

.avatar-box {
  display: flex;
  align-items: start;
  gap: 10px;
}

.gap-7 {
  gap: 7rem !important;
}

.date-box h5 {
  text-transform: math-auto;
  font-weight: 400;
  font-size: 16px;
  padding-left: 10px;
  margin-bottom: 0;
  color: black;
}

.date-box {
display: flex;
    align-items: center;
    gap: 10px;
    background: #EBF7FF;
    height: 53px;
    padding: 10px 7px 9px 0px;
    border-radius: 16px;
}

.box-date-info {
    background: #D9F1FD;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 65px;
    margin-top: -7px;
    font-weight: 500;
    width: 68px;
    border-radius: 7px;
    font-size: 27px;
    color: #EB0801;
    justify-content: center;
}

.box-date-info:hover {
  opacity: 0.7;
}

.box-date-info .date {
    font-size: 27px;
    font-weight: 600;
    line-height: 14px;
}

.box-date-info .month {
  font-size: 15px;
  font-weight: 400;
}

.search-box {
  margin-top: 1;
}

.search-box .input-group {
  position: relative;
  margin: 0 0 0 auto;
  /*margin-top: 40px;*/
  /*width: 63%;*/
}

.search-box .input-group span {
    position: absolute;
    top: 1px;
    left: 9px;
    color: black;
    font-weight: bold;
}

.search-box .input-group input {
  border-radius: 10px !important;
  padding: 3px;
  padding-left: 37px;
}

.home-sec h4 {
  margin-top: 160px;
  display: inline-block;
  background: black;
  white-space: nowrap;
  border-radius: 10px;
  padding: 7px 12px;
  padding-right: 50px;
}

.about-section h3 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 60px;
  position: absolute !important;
  z-index: 1000;
  background: #000000;
  color: white !important;
  padding: 68px 10px 10px 10px;
  border-radius: 10px;
}

.about-section h4 span {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 60px;
}

.about-section h3 span {
  /* background-color: white; */
}

.rotated {
  width: 27px;
  rotate: 270deg;
  display: inline-block;
}

.italic-text {
  color: #009C70;
  text-transform: lowercase;
  font-weight: 300;
  font-size: 41px;
  position: absolute;
  font-style: italic;
  transform: rotate(338deg);
  top: 11px;
  font-family: "Caveat", cursive;
  margin-left: -31px;
}

.about-section {
  position: relative
}

.fix-width {
  width: 60%;
  display: inline-block;
}

.mt-150 {
  margin-top: 150px;
  display: block;
}

.sinup-box {
  background: #F1F1F1;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #00000033;
}

.input-groups .btn {
  white-space: nowrap;
}

.input-groups {
  display: flex;
  gap:5px; 
  width: 224px;
}
.w-668px
{
    width: 668px;
}

.about-section figure.appear {
  height: 660px;
  background: #000000;
  padding: 0px;
  border-radius: 16px;
}

.about-section figure.appear img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  position: relative;
  top: -33px;
  left: 19px;
}

.sinup-box h6 {
  font-size: 22px;
  color: black;
  margin-bottom: 22px;
}

.btn-google img {
  position: absolute;
  left: 14px;
}

.btn-google {
    font-size: 14px;
    width: 100%;
    border: 1px solid #00000033 !important;
    border-radius: 6px;
    background: white !important;
    color: #000000;
    text-transform: math-auto;
    padding: 10px;
    position: relative;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-controls label {
  color: #000000;
  font-size: 18px;
  margin-bottom: 9px;
}

.form-controls .form-control::placeholder {
    
}
.form-controls .form-control {
    background: rgba(16, 22, 47, 1);
  padding: 8px;
     font-size: 14px;
  color: white;
      height: 35px;
}

.form-controls .btn.btn-large {
  padding: 15px 37px;
  height: 52px;
  margin-top: 1px;
  background: #FFD300 !important;
  color: #10162F !important;
  box-shadow: none;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 1;
  border-color: transparent !important;
}

.feature-box-content span {
  color: #000000 !important;
  font-size: 20px;
}

.feature-box-content p span {
  color: #000000 !important;
  font-size: 16px;
}

.card-comment {
  background: #F1F1F1;
  padding: 50px 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: none;
}

.card-comment .fnt-50 {
  font-size: 75px;
}

.card-comment h5 {
    font-size: 38px;
    gap: 5px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000000;
    display: flex;
    font-family: "Bebas Neue", sans-serif;
    padding: 24px 13px;
    margin-bottom: 0;
    padding-bottom: 4px;
}

.tag-comment::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0px;
  height: 0;
  border: 10px solid white;
  width: 100%;
  height: 72px;
  border-radius: 20px;
}

.tag-comment {
    background: #C3FFA9;
    position: absolute;
    top: -37px;
        letter-spacing: 1.6px;
    right: -43px;
    font-size: 17px;
    border-radius: 32px;
    font-weight: 600;
    z-index: 100;
    width: 283px;
    height: 66px !important;
    margin: 10px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-style-05 p {
  text-align: start;
  margin-bottom: 5px;
  color: black;
  font-weight: 400 !important;
  display: flex;
  gap: 9px;
  margin-top: 0;
}

.text-gray {
  color: gray !important;
}

.bg-yellow {
  background-color: #FFC524 !important;
}

.trust-box .card-custom {
  font-family: "Bebas Neue", sans-serif;
}

.fixed-img {
  height: 321.5px;
  width: 188px;

}

.fixed-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  position: relative;
  top: 4px;
  left: 0;
}

.check_box ul {
  margin: 0;
  padding: 0;
}

.bg-light-dark {
  background-color: #CFC0FC !important;
}

.check_box ul li i {
  color: #009C70;
  font-size: 24px;
}

.check_box ul li {
    /*font-size: 14px;*/
    font-size: 15px;
    color: black;
    font-weight: 500;
    display: flex;
    gap: 12px;
    margin-bottom: 6px;
    align-items: center;
    line-height: 19px;
}
.lh-22
 {
    line-height: 22px !important;
}
.banner-points h5 {
font-size: 38px;
    color: black;
    font-family: "Bebas Neue", sans-serif;
    text-align: start;
    display: flex;
    justify-content: center;
    line-height: 100%;
    font-weight: 400;
}

.ht-82 {
  height: 82% !important;
}

.w-47 {
  width: 47.5% !important;
}

.trust-box .card-custom,
.trust-box .banner-points {
  transition: 0.3s;
}

.trust-box .card-custom:hover,
.trust-box .banner-points:hover {
  transform: translateZ(10px);
  opacity: 0.8;
}

.bg-path i {
  margin-left: 27px;
}

.bg-path {
color: black;
    font-family: "Bebas Neue", sans-serif;
    font-size: 19px;
    line-height: 22px;
}

.bg-gray {
  background-color: #F1F1F1 !important;
}

.p-05 {
}

.lh-25 {
  line-height: 25px;
}

.card-light {
    border: 1px solid #00000033 !important;
    width: 127px;
    height: 140px;
    border-radius: 5px;
    padding: 5px;
    color: black;
    font-size: 15px;
    padding-right: 8px;
    transition: 0.3s;
    line-height: 100%;
    font-weight: 500;
    padding-top: 10px;
}

.card-light:hover {
  transform: scale(1.1);
  background-color: #F1F1F1 !important;
  opacity: 0.8;
}

.bg-text-step-1 {
  font-family: "Bebas Neue", sans-serif;
}

.bg-text-step {
    font-family: "Bebas Neue", sans-serif;
    background: black;
    display: inline-block;
    color: white !important;
    padding: 2px 7px;
    font-size: 38px;
    line-height: 100%;
    font-weight: 400;
    padding-top: 7px;
}

.card-stps {
  margin-bottom: 12px;
  background-color: #fff;
  padding: 28px 20px 20px 20px;
  width: 100%;
  border: 1px solid rgb(204, 203, 203);
  border-radius: 10px;
  margin-top: 60px !important;
}

.pl-6-pt-6 {
    padding: 6% 7% !important;
    padding-bottom: 3% !important;
}

.que-step-header label {
    display: flex;
    color: #000000c7;
    font-weight: 500;
    margin-bottom: 6px;
        white-space: nowrap;
    font-size: 15px;
    line-height: 1.0;
    letter-spacing: 0.4px;
}

.que-step-header input[type="radio"] {
    width: 14px;
    height: 16px;
    margin-top: 0px;
    margin-right: 5px;
}

.que-yellow-label {
    margin-bottom: 10px;
    display: inline-block;
    background: #ffde7f;
    padding: 2px 10px;
    border-radius: 6px;
    font-weight: 700;
    /*font-size: 12px;*/
    font-size: 16px;
    color: black;
    line-height: 1.0;
    cursor: pointer;
    margin-top: 0px;
    height: 26px;
    line-height: 21px;
}

.que-path-section h4 {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
    color: black;
    font-size: 15px;
    /*font-size: 12px;*/
    line-height: 1.0;
}

.questions {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  /*gap: 26px;*/
}

.questions div {
  width: 29%;
}

.step-progress-img {
    width: 311px;
    height: 541px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4E5E4;
    border-radius: 15px;
    /* position: absolute; */
    /* left: -273px; */
    border: 1px solid #00000033;
    /* bottom: 250px; */
    margin-left: 51px !important;
    position: relative;
    z-index: 1000;
}

.step.step-4 input
{
    height: 33px !important;
    width: 265px;
    margin-top: -4px;
    margin-bottom: 14px;
}

.step-progress-img img {
    height: 82%;
    object-fit: cover;
    position: relative;
    width: 100% !important;
    margin-top: 100px;
}

.que-progress {
  background: #e6e6e6;
     width: 256px;
  height: 20px;
  overflow: hidden;
  margin-top: 8px;
  border-radius: 10px;
      border-radius: 12px !important;
}

.que-progress-bar {
  width: 35%;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #1bb874;
      border-radius: 12px !important;
}

.full-photo {
  height: 100%;
}

.full-photo img {
  width: 100%;
  height: 616px;
  object-fit: cover;
  border-radius: 20px;
}

.fixed-img-gallery {
    height: 223px;
    border-radius: 20px;
    width: 242px;
    overflow: hidden;
}

.card-img-box img {
  width: 100%;
      transform: scale(1.4);
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.fixed-gallery-1 {
    overflow:hidden;
  /*height: 200px;*/    
      border-radius: 20px;
}

.card-img-box .avatar-name h5 {
color: #000000;
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 2px !important;
}
.fs-28 {
    font-size: 1.75rem !important;
}
.card-img-box .avatar-name h6 {
    /*color: #000000b8;*/
    /*font-size: 12px;*/
    /*font-weight: 400;*/
    /*line-height: 19px;*/
    /*margin-bottom: -2px !important;*/
   color: #000000b8;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0px !important;
}

.card-img-box .avatar-name {
    background: rgba(235, 247, 255, 1);
    border-radius: 20px;
    position: relative;
    top: -66px;
    border: 1px solid #00000040;
    padding: 9px 15px;
    height: 84px;
}

.card-img-box {
    margin-bottom: 13px;
  /*margin-bottom: -10px !important;*/
}

.paragraph-1 {
    color: #000000;
    /*font-size: 14px;*/
    font-size: 15px;
    font-family: 'Roboto';
    padding: 10px 11px;
    line-height: 100%;
    letter-spacing: 0.2px;
}
.lh-8
{
    line-height : 8px;
}

.small-caption {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
      margin-bottom: 19px;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-align: center;
  vertical-align: middle;
  /*text-transform: uppercase;*/
  color: #1BB152;

}

.card-line {
    border: 1px solid #00000033;
    padding: 18px 28px;
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: #FAFAFA;
    border-radius: 12px;
    width: 279px;
    height: 259px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.black-header h5 {
 margin: 0;
    white-space: nowrap;
    font-size: 19px;
    font-weight: 500;
    line-height: 100%;
}

.black-header h6 {
    font-size: 13px;
    margin: 0;
    line-height: 100%;
}

.black-header {
  background: #000000;
  color: #1BB152;
  padding: 6px;
  display: flex;
  gap: 15px;
  align-items: center;
      justify-content: space-between;
}

.card-line p {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-size: 15.88px;
    vertical-align: middle;
    margin-top: 17px;
    line-height: 100%;
}

.card-line-gradiant {
    border: 3px solid;
    border-image-source: linear-gradient(90deg, #9747FF 0%, #F756FF 50%, #0ABF8C 100%);
    border-image-slice: 1;
    border-radius: 10px;
    padding: 29px 44px;
    margin-bottom: 30px;
}

.cm-button-1
{
        height: 28px;
    line-height: 12px;
    padding-bottom: 5px;
}
.gradient-border {
            margin-bottom: 30px;
}
.gradient-border h5 {
margin: 0;
    font-size: 23px;
    font-family: "Bebas Neue", sans-serif;
    color: black;
        font-weight: 400;
    line-height: 100%;

}

.black-header-1 {
    background-color: #000000;
    height: 197px;
    border-radius: 13px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 36px;
    padding: 19px 25px;
    color: #B57CFF;
    line-height: 44px;
    display: flex;
    align-items: center;
    line-height: 100%;
}

.card-line-ht {
  box-shadow: 0px 1px 2px 0px #0000000D;
  box-shadow: 0px 0px 0px 1px #0000000D;
  border: 1px solid #000000;
  border-radius: 13px;
  padding: 10px;
}

.card-line-ht h5 {
    margin-top: -1px;
    font-size: 20px;
    color: black;
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
}

.black-header-2 h5 {
    margin-bottom: 5px;
    font-size: 19px !important;
    line-height: 100%;
    font-weight: 500;
}
.w-362px
{
    width : 362px !important;
}

.black-header-2 {
    background: #000000;
    color: #1BB152;
    padding: 6px 12px;
    display: inline-block;
    margin-top: -63px;
    width: 60%;
    margin-bottom: -14px;
}

.text-captlize {
  text-transform: capitalize;
}

.lh-43 {
  line-height: 43px;
}

.fnt-bab {
  font-family: "Bebas Neue", sans-serif;
}

.about-floting-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.about-floting-img {
    width: 235px;
    height: 385px;
    margin: 0 0 0 auto !important;
    margin-bottom: -138px !important;
    margin-right: -4px !important;
    margin-top: -100px !important;
}
.pl-6-pt-4 {
  padding: 6% 4% !important;
}
.box-light p {
    margin-bottom: 0;
    padding: 1rem 2rem;
    color: black;
    font-weight: 700;
    /*font-size: 14px;*/
    font-size: 15px;
    line-height: 19.4px;
}

.box-light {
  box-shadow: 0px 4px 12px 0px #5853751F !important;
  border-radius: 10px;
  overflow: hidden;
}

.box-light:nth-child(1) .header-light {
  height: 50px;
  background-color: #FAEFE0;
  padding: 0.2rem;
}

.box-light:nth-child(2) .header-light {
  height: 50px;
  background-color: #E9F7E2;
}

.box-light:nth-child(3) .header-light {
  height: 50px;
  background-color: #F8E5E5;
}

.tab-style-new {
  border-bottom: 4px solid #00000033 !important;
  width: 60%;
  margin: auto;
  padding: 0;
}

.tab-style-new li a {
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: -3px;
  padding: 13px 2px;
      line-height: 19px;
  width: 90%;
  color: #000000A6 !important;
  font-size: 16px;
  padding-bottom: 20px;

}

.tab-style-new li.active a {
  color: black !important;
}

.tab-style-new ul {
  width: 100%;
  justify-content: space-between !important;
}

.card-box-gradiant {
  border: 3px solid;
  border-image-source: linear-gradient(90deg, #9747FF 0%, #F756FF 50%, #0ABF8C 100%);
  border-image-slice: 1;
  background-color: #F1F1F1;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  z-index: 0;
      border: 1px solid #000000 !important;
}

/* .card-box-gradiant::after
{
    content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 3px;
  background: linear-gradient(90deg, #9747FF 0%, #F756FF 50%, #0ABF8C 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
  z-index: -1;

} */

.card-box-gradiant .date-box {
  background-color: transparent;
  height: auto;
}

.card-box-gradiant-header {
  background: #FFFFFF;
  font-family: "Bebas Neue", sans-serif;
  border-radius: 2px;
  padding: 7px;
  width: 278px;
  color: black;
  border: 2px solid #000000;
  margin-bottom: 17px;
}

.card-box-gradiant-header h5 {
  font-size: 36px;
  line-height: 40px !important;
}

.card-box-gradiant .box-date-info {
  background: #B57CFF;
  height: 117px;
  margin-top: -7px;
  font-weight: 500;
  width: 130px;
}

.card-box-gradiant .box-date-info .date {
  font-size: 66px;
  color: black;
}

.card-box-gradiant .box-date-info .month {
    margin-bottom: -8px;
    font-size: 37px;
    margin-top: 11px;
    color: black !important;
}

.card-box-gradiant .date-box p {
  text-align: center;
}

.img-left-absoulute figure {
    position: absolute !important;
    height: 445px;
    z-index: -1;
    width: 97px;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 9px 0px 0px 0px;
}

.img-left-absoulute img {
    width: 100%;
    object-fit: cover;
    opacity: 0.8;
    height: 100%;
    transform: scale(2.5);
}

.text-content {
  width: 60%;
  margin-top: 10px;
  margin-bottom: 15px;
}

.btn-content .btn {
  background-color: #009C70;
  color: black !important;
  margin-bottom: 10px;
}

.faq_section .accordion-item {
  border: 1px solid #00000054 !important;
  border-radius: 10px !important;
  padding: 12px !important;
  margin-bottom: 10px !important;
}

.faq_section .accordion-header {
  padding: 0px !important;
}

.fac-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 38px;
  color: black;
  margin-bottom: 0;
}

.faq_section .accordion-header i {
  font-weight: 600;
  font-size: 21px;
}

.text-dark-bab {
  letter-spacing: 1px !important;
  font-family: "Bebas Neue", sans-serif;
  color: black;
  font-weight: 500 !important;
}

.bg-dark {
  background-color: #0ABF8C !important;
  padding: 5px;
  color: black !important;
  font-size : 14px !important;
  border-radius: 5px !important;
}

.avatar-box-full img {
  border-radius: 10px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.avatar-box-full {
  width: 30%;
  height: 200px;
}

.p-paragrph {
  width: 70%;
}

.p-paragrph p {
  font-weight: 400;
  font-style: italic;
  color: #000000ba !important;
}

.footer,
.footer-bg{
 background-color: rgba(21, 0, 53, 1) !important;
     border-top-right-radius: 32px;
    border-top-left-radius: 32px;
}
.w-210px
{
    width : 210px;
}

.footer .flot-img img
{
    width : 200px;
    height : 200px;
}
.card-bg-pruple {
  background-color: #C1F177;
  border-radius: 10px;
  padding: 10px;
  color: black;
}

.btn-join {
  background: #150035 !important;
  border-radius: 20px;
  color: white !important;
  text-transform: capitalize !important;
      margin-bottom: 10px;
  font-weight: 300 !important;
  padding: 5px 15px;
  margin-top: 20px;font-size: 16px;
}

.yellow-bg {
    background: #FFC524;
    display: inline-block;
    padding: 2px;
    color: black;
    font-weight: 500;
    font-size: 20px;
    border-radius: 4px;
}

.fs-25 {
  font-size: 25px;
}

.social-img img:hover {
  filter: grayscale(1);
}

.footer {
  border-top-right-radius: 30px;
  padding-top: 70px;
  position: relative;
  padding-bottom: 50px;
  margin-top: 150px;
  border-top-left-radius: 30px;

}

.footer .flot-img {
  position: absolute;
  top: -16%;
  width: 300px;
  right: 0%;
}

.copyrght {
    background: black;
    padding: 81px 175px;
    padding-bottom: 30px;
      display: flex;
    align-items: center;
}

.card-box-avatar .avatar-info img {
    width: 68px;
    height: 83px;
    border-radius: 10px !important;
}

.card-box-avatar .avatar-img {
  display: flex;
  gap: 13px;
}

.card-box-avatar .avatar-img h5 {
  background: black;
  color: white;
  padding: 1px 14px;
  font-size: 24px;
  letter-spacing: 1px;
  border-radius: 1px;
}

.card-box-avatar .avatar-img span {
    display: block;
    color: black;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}

.card-box-avatar .title-info {
  margin-top: 15px;
}

.card-box-avatar .title-info h5 {
  font-size: 48px;
  color: #009C70;
  letter-spacing: 0.5px;
  margin-bottom: 10px !important;
  font-family: "Bebas Neue", sans-serif;
}

.card-box-avatar .title-info h6 {
    letter-spacing: 0.5px;
    color: #EB0801;
    font-family: "Bebas Neue", sans-serif;
    font-size: 24px;
    line-height: 28px;
}

.card-box-avatar {
  background: #F1F1F1;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
}

.avatar-info {
  width: 70%;
}

.avatar-heading-right h4 {
  background: #FFC5241A;
  border-radius: 12px;
  padding: 4px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 60px;
  line-height: 65px;
  color: black;
}

.fnt-family {
  font-family: "Bebas Neue", sans-serif;
}

.text-purple {
  color: #9747FF;
  text-decoration: underline;
}
.text-gray-600{
        color: rgba(60, 64, 67, 1);
}
.minus-2
{
    margin-top: -2% !important;
}
.flot-arrow-2
{
        width: 77px;
    margin-bottom: 33px;
    margin-left: -15px;
    display: block;
    margin-right: 22px;
}
.flot-arrow-1
{
        width: 90px;
        margin-top: 17px;
        rotate: 10deg;
        right: 20px;
}

.explore-section h5 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}

.justify-content-spacebeetbeen {
  justify-content: space-between;
}

.btn-purple {
  background: #6A5ED9 !important;
  border-radius: 10px;
  color: white !important;
  text-transform: math-auto !important;
}

.btn-outline-purple {
  border: 1px solid #6a5ed9;
  color: #6a5ed9;
  font-weight: 800;
  padding: 2px 16px;
  height: 36px;
  margin-top: 5px;
  border-radius: 1px;
  text-transform: math-auto !important;

}

.btn-outline-purple:hover {
  background: #6A5ED9;
  color: #fff;
}

.text-decoration-none {
  text-decoration: none;
}

.card-half-bg {
  border: 1px solid #000000;
  border-radius: 16px;
  padding: 0px;
  overflow: hidden;
}

.yellow-bg-header {
  background: #FFC524;
  padding: 12px 20px;
  border-bottom: 1px solid #000000;
  padding-bottom: 30px !important;
}

.card-half-content {
    padding: 30px 12px;
    color: black;
    font-size: 16px;
    line-height: 16px;
    min-height: 110px;
}

.yellow-bg-header h6 {
width: 75%;
    line-height: 100%;
    margin-top: 17px;
    font-size: 16px;
    color: black;
    font-weight: 500;
}
.m-left-170px
{
    margin-left : 170px;
}
.yellow-bg-header img {
  width: 46px;
}

.sinup-box {
  /* display: none; */
  flex-direction: column;
}
.sinup-box.active {
  display: flex;
}

.path-item.active .bg-gray {
  background-color: black !important;
  color: #B57CFF !important;
  font-size: 24px !important;
  line-height: 30px !important;
}

.heart-icon {
  text-align: end;
  font-size: 100px;
  color: #9747FF;
  margin: 2px;
  margin-bottom: 60px;
}

.circle-avartar {
  width: 66px;
  border-radius: 50%;
  height: 66px;
  border: 1px solid #00000040;
  padding: 4px;
  overflow: hidden;
}

.circle-avartar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.choose-avatar-text label {
  box-shadow: 0px 1px 4px 0px #1A0F011F;
  width: 39px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 55px;
  top: 25px;
  background: white;
  cursor: pointer;
}

.choose-avatar-text label img {
  width: 21px;
}

.black-border input,
.black-border select,
.black-border textarea {
  border-color: #00000033 !important;
  border-radius: 10px !important;
}

.black-border input[type="radio"] {
  border-color: gray !important;
  border-radius: 50px !important;
}

.black-border .border-bottom {
  border-color: black !important;
}

.changePassword input::placeholder {
  color: #000000 !important;
  font-size: 16px;
}

.changePassword input {
  padding: 10px;
  border: 1px solid #00000033 !important;
  color: #000000;
  border-radius: 3px;
}

.avatar-info.position-relative .choose-avatar-text label {
  left: 113px;
  top: 96px;
}

.avatar-info.position-relative .choose-avatar-text img {
     width: 24px;
    height: 12px;
}

.cardbox {
  display: flex;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  border: 2px solid #B57CFF;
  padding: 8px;
  background: white;
  gap: 15px;
  margin-bottom: 10px;
}

/* Left Section */
.cardbox-left {
  position: relative;
  flex: 1;
}

.cardbox-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cardbox-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: black;
    color: white;
    padding: 0px 10px;
    border-radius: 12px;
    font-size: 11px;
}

.cardbox-logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: white;
  padding: 4px;
  border-radius: 6px;
  width: 160px;
  border: 1px solid black;
}

/* Middle Section */
.cardbox-middle {
  flex: 1;
  padding: 20px;
  background: #F1F1F1;
}

.cardbox-tag img {
  width: 26px;
  margin-top: -15px;
}

.cardbox-middle h3 {
font-size: 22px;
    margin: 0;
    background: #FFC524;
    line-height: 29px;
    color: black;
    font-weight: 500;
    margin-bottom: 8px;
    padding: 1px 4px;
    line-height: 23px;
    text-transform: uppercase;
    width: 255px;
        display: inline-block;
}


.cardbox-highlight {
    background: #FFC524;
    border-radius: 3px;
    display: inline-block;
    line-height: 19px;
    color: black;
    font-weight: 600;
    font-size: 17px;
    padding: 1px 5px;
    margin-bottom: 14px;
}

.cardbox-highlight span {
  font-size: 15px;
  font-weight: 400;
}

.cardbox-scholarship {
    background: #FFC524;
    color: black;
    display: inline-block;
    padding: 6px 13px;
    font-weight: 600;
    font-size: 19px;
    line-height: 19px;
}

.tag-perks {
  background-color: black;
  color: white;
  font-size: 16px;
  padding: 1px 5px;
  display: inline-block;
  width: 33%;
  margin-bottom: 0;
}

.cardbox-scholarship span {
  font-size: 20px;
      line-height: 24px;
  font-weight: 300;
}

.cardbox-tags {
  margin-top: 0px;
}

.cardbox-tags span {
    background: black;
    color: white;
    font-size: 16px;
    /*font-size: 12px;*/
    padding: 8px 6px;
    margin-right: 5px;
    letter-spacing: 0.5px;
    border-radius: 12px;
    margin-top: 13px !important;
    display: inline-block;
    line-height: 19px;
}

/* Right Section */
.cardbox-right {
    width: 312px;
    background: #f0fdf4;
    padding: 5px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    position: relative;
}


.cardbox-check-btn {
  background: black;
  color: white;
  padding: 8px 15px;
  border-radius: 6px;
  margin: 10px 0;
  cursor: pointer;
}

.cardbox-learn-btn {
  background: black;
  color: white;
  border-radius: 6px;
  padding: 6px 12px;
  margin-top: 10px;
  display: inline-block;
}

.cardbox-heart {
  position: absolute;
  top: 10px;
  right: 10px;
  color: red;
  font-size: 18px;
  cursor: pointer;
}

.cardbox-date {
  font-size: 12px;
  margin-top: 20px;
  color: gray;
}

.cardbox-download {
  margin-top: 20px;
  background: teal;
  color: white;
  padding: 6px;
  border-radius: 50%;
  cursor: pointer;
}

.min-ht-115px
{
        min-height: 105px;
}
.green-bg-box {
    background-color: #C3FFA9;
    border: 1px solid #00000033;
    border-radius: 24px;
    overflow: hidden;
    padding: 5px 7px;
        margin-bottom: 4px;
}

.green-bg-box h4 {
    font-size: 19px;
    margin: 0;
    color: #000000;
    text-align: center;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 10px !important;
}

.green-bg-box .bg-black {
  border-radius: 24px;
  color: white;
}

.green-bg-box .bg-black h5 {
    font-size: 17px;
    line-height: 19px;
    font-weight: 500;
    padding: 5px 2px;
    /*height: 76px;*/
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto !important;
}
.green-bg-box .bg-black h3 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    padding: 2px 20px;
}

.btn-download {
background: #0ABF8C !important;
    border-radius: 19px;
    text-align: center;
    color: white;
    font-size: 20px;
    padding: 2px 11px;
    padding-left: 5px;
    margin: 0 0 0 auto;
    display: block;
    width: 49px;
    height: 39px;
}

.btn-saved {
  background: transparent !important;
  border-radius: 19px;
  text-align: center;
  color: #EB0801;
  font-size: 27px;
  padding: 2px 11px;
  padding-left: 5px;
  margin: 0 0 0 auto;
  display: block;
}

.btn-unsaved {
  background: transparent !important;
  border-radius: 19px;
  text-align: center;
  color: black;
  font-size: 27px;
  padding: 2px 11px;
  padding-left: 5px;
  margin: 0 0 0 auto;
  display: block;
}

.text-red-heart {
  color: #EB0801;
}

.sop-card-unique {
  background: #F1F1F1;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  padding: 13px;
  border: 1px solid #00000033;
}

.sop-image-wrapper {
  position: relative;
  height: 190px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.sop-image-wrapper img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  height: auto;
}

.sop-top-label {
    position: absolute;
    top: 23px;
    left: 3px;
    background-color: black;
    color: white;
    font-size: 11px;
    padding: 0px 10px;
    border-radius: 0;
    display: flex;
    z-index: 10;
    align-items: center;
}

.sop-top-label img {
  width: 30px;
}

.sop-start-free {
    position: absolute;
    top: 59px;
    left: 4px;
    background: #B57CFF;
    color: black;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 0;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0px 5px 0px 1px black;
    line-height: 15px;
}

.sop-heart-icon {
    position: absolute;
    top: 13px;
    right: 19px;
    font-size: 17px;
    cursor: pointer;
}

.sop-content {
  padding: 10px 0px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sop-title {
    background: black;
    color: white;
    padding: 12px;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    width: 80%;
    line-height: 26px !important;
    
    font-family: "Roboto", sans-serif;
}

.sop-subtext {
  background: #FFC524;
  color: black;
  padding: 10px 12px;
  font-size: 19px;
  width: 80%;
  line-height: 22px;
}

.sop-tags {
  margin: 12px 0;
}

.sop-tag {
    background: black;
    color: white;
    display: inline-block;
    padding: 5px 7px;
    border-radius: 15px;
    font-size: 12px;
    margin-right: 8px;
    line-height: 19px;
}

.sop-learn-btn {
    background: #8D66FF;
    color: white;
    border: none;
    padding: 1px 10px;
    font-size: 16px;
    border-radius: 6px;
    line-height: 100%;
    cursor: pointer;
    height: 28px;
    margin-top: 2% !important;
    line-height: 10px;
}

.sop-close-date {
    background: white;
    border: 0.5px solid #B57CFF;
    padding: 6px 10px;
    font-size: 16px;
    /*font-size: 11.5px;*/
    border-radius: 6px;
    text-align: center;
    color: black;
    line-height: 1.0;
    text-align: start;
}

.justify-content-space {
  justify-content: space-between;
  align-items: center;
}

.card-box-out .sop-image-wrapper {
  border-radius: 0;
}

.card-box-out .sop-card-unique {
  background-color: transparent;
}

.card-box-out .sop-title-2 {
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  color: black;
}

.card-box-out .sop-subtext-2 {
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  color: black;
  line-height: 20px;
}

.card-box-out {
  background-color: transparent;
}

.text-blue-dark {
  color: #009C70;
}

.bg-purple {
  background-color: #B57CFF !important;
}


.cardbox-right::after {
  content: '';
  background-color: #FFC524;
  height: 100%;
  position: absolute;
  left: 0;
  width: 10px;
  top: 0;
}

.no-logo {
    border-radius: 16px;
    display: inline-block;
    background-color: #009C70;
    color: white;
    font-size: 12.8px !important;
    padding: 11px 10px !important;
    margin: 11px 11px;
    margin-bottom: 10px !important;
    line-height: 19px !important;
    font-weight: 500 !important;
    letter-spacing: 0.12px;
}

.card-fill-box {
background-color: #F1F1F1;
    border-radius: 16px;
    padding: 23px 14px;
    font-size: 16px;
    color: black;
    width: 141px;
    line-height: 19px;
    height: 141px;
    font-weight: 400;

}

.card-fill-box .d-flex {
  margin-top: 30px;
}

.card-fill-box .d-flex {
    font-size: 32px;
    font-weight: 700;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

/* Hide default checkbox */
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  box-shadow: 0px 6px 8px 3px #0000001A inset;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 1px;
  bottom: 1px;
  transition: .4s;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFFFFF 0%, #E8EAEA 100%);
}

.toggle-switch input:checked+.slider {
  background-color: #4cd964;
  box-shadow: 0px 6px 8px 3px #0000001A inset;

}

.toggle-switch input:checked+.slider:before {
  transform: translateX(26px);
}

.ht-custom25{
    height : 25px !important;
}

.notes-box {
  background-color: #BBC8FF;
  padding: 15px;
}
.w-12-ht-19{
    justify-content: center;
    width: 12.8px;
    font-size: 10px !important;
    height: 21.4px;
    align-items: center !important;
    padding: 9px !important;
}

.bg-bluey {
    background-color: rgba(190, 255, 255, 1);
  color: rgba(58, 55, 41, 1);
  padding: 7px;
      font-size: 9px;
  display: inline-block;
}

.bg-dark-pink {
  background-color: #FC9DE7;
  color: #3A3729;
  display: inline-block;
  padding: 5px;
  letter-spacing: 0.5px;
}

.bg-light-yellow {
  background-color: #FFB06B;
  color: black;
  font-size: 20px;
  padding: 5px 8px;
  display: flex;
  align-items: center;
}

.bg-light-yellow-2 {
  background-color: #BF8DFF;
  color: black;
  font-size: 20px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}

.light-gray-bg {
  background-color: #FFF3D4;
  color: black;
  font-size: 20px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
}

.light-gray-bg img {
  width: 16px;
}

.btn-progress {
background-color: #009C70;
    color: white;
    display: block;
    border: none;
    width: 241px;
    margin-top: 10px;
    padding: 5px;
    font-size: 17px;
    border-radius: 3px;
    height: 39px !important;
    font-weight: 600;
}

.fs-19 {
    font-size: 19px !important;
}

.flex-direction-column {
  flex-direction: column;
}

.post-arrow {
    position: absolute;
    width: 60%;
    display: flex;
    align-items: center;
    bottom: 55%;
    right: -30%;
    gap: 10px;
}

.post-arrow p {
font-size: 16px;
    line-height: 19px;
    font-weight: 400;
       letter-spacing: 0.4px;
}

.post-arrow-2 {
    width: 60%;
    margin: 0 0 0 auto;
    margin-right: -30%;
    margin-top: -55px;
}

.post-arrow-2 p {
font-size: 16px;
    line-height: 19px;
    font-weight: 400;
       letter-spacing: 0.4px;
}

.top-todo-list {
  border: 1px solid #00000045;
  padding: 10px 15px;
  border-radius: 10px;
}

.img-wrap {
    height: 55px;
    overflow: hidden;
    border-radius: 20px;
    width: 91px;
}

.img-wrap img {
  /*width: 100%;*/
  /*height: 100%;*/
  /*object-fit: cover;*/
  /*object-position: top;*/
}

.todo-tag {
    background: #C3FFA9;
    color: #000000A6;
    border-radius: 4px;
    padding: 1px 5px;
    line-height: 16px;
    font-size: 11px !important;
}

.todo-tag-hightlist {
  font-size: 9px;
}

.todo-list {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 5px;
}

.content-todo {
  width: 70%;
}

.content-todo h5 {
    font-size: 16px;
    line-height: 1.0;
    color: black;
    font-weight: 400;
}

.dot-tag {
  border-radius: 0px;
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-right: 4px;
}

.blue-bg {
  background-color: #00ABBD;
}

.red-bg {
  background-color: #F33535;
}

.purple-bg {
  background-color: #906AFE;
}

.yellow-dark-bg {
  background-color: #B1A513;
}

.custom-padding-20 {
  padding-top: 20%;
  padding-bottom: 40%;
}

.card-box-border {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 20px;
  justify-content: center;
}

.checkbox-card {
  border: 1px solid #00000033;
  background-color: white;
  border-radius: 10px;
  padding: 15px 15px;
  text-align: center;
}

.checkbox-card h5 {
    font-size: 17px;
    color: black;
    font-weight: 600;
    line-height: 22px;
}

.pbs-100 {
  padding-bottom: 160px;
}

.checkbox-card span {
    color: black;
    font-size: 13px;
    line-height: 100%;
}

.fix-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fix-image-box {
  height: 185px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.card-with-image .header-caption i {
  color: #0ABF8C;
}

.card-with-image .header-caption {
    background: #009C70;
    color: black;
    font-size: 16px;
    line-height: 19px;
}

.card-with-image {
  border: 3px solid #009C70;
  border-radius: 2px;
      width: 185px !important;
    height: 212px !important;
}

.caption--absoulte {
  position: absolute;
    position: absolute;
    background: black;
    bottom: 8px;
    right: 13px;
    color: white;
    padding: 8px 5px;
    border-radius: 13px;
    font-size: 12px;
    line-height: 19px;
}

.card-white-box-border {
  background-color: white;
  border: 1px solid #00000033;
  padding: 10px;
  border-radius: 16px;
}

.card-white-box-border .list-type span {
    background-color: #EB0801;
    color: white;
    padding: 1px 3px;
    border-radius: 3px;
    margin-right: 7px;
    font-weight: 400;
    font-size: 12px;
}

.card-white-box-border .list-type {
border: 1px solid #00000033;
    padding: 8px 10px;
    margin-bottom: 10px;
    color: #000000;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 100%;
}

.text-blue {
  color: #0ABF8C;
}

/*  */

.comment-box-grid {
  /* max-width: 800px; */
  margin: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px 30px;
}

.comment-box-grid h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Input comment box */
.comment-input {
  border: 1px solid #007bff;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 25px;
  background: #fefefe;
  box-shadow: 0px 4px 8px 0px #0A3A6426;
}

.comment-header {
font-weight: bold;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: black;
    font-size: 14px;
    line-height: 100%;
}

.comment-header img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.comment-text {
  font-size: 14px;
  margin: 10px 0;
  color: #333;
}

.comment-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vote-btns {
  display: flex;
  gap: 6px;
}

.vote-btns button {
border: 1px solid #ddd;
    padding: 4px 6px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    background: #E0E0E1;
    color: #777777;
    width: 24px;
    height: 24px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-btn {
    background: #007bff !important;
    color: #fff !important;
    border: none;
    text-transform: math-auto !important;
    height: 35px;
    width: 87px;
    font-size: 12px;
    padding: 0px !important;
    border-radius: 5px;
}

/* Comment items */
.comment-item {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.comment-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.comment-author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.comment-author h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.5px;
}
.comment-text textarea
{
    border: none !important;
        max-height: 54px;
    outline : none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 0px;
        color: black !important;
}
.comment-text textarea::placeholder
{
    color:black !important;
}

.comment-content {
    /*font-size: 12px;*/
    /*line-height: 22px;*/
    margin-bottom: 10px;
    color: #00000099;
    font-weight: 400;
        font-size: 16px;
    line-height: 1.0;
}

.comment-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #777;
}

.comment-footer button {
  border: 1px solid #ddd;
  padding: 4px 6px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  background: #E0E0E1;
  color: #777777;
      width: 24px;
    height: 24px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-footer span {
  color: #555;
  font-size: 11px;
  line-height : 100%;
}

/* Load more */
.load-more {
  text-align: center;
  margin-top: 25px;
}

.load-more button {
    background: #f5f5f5;
    border: 1px solid #ccc !important;
    border-radius: 6px;
    width: 100%;
    color: black;
    height: 30px;
    line-height: 100%;
    font-size: 11px;
    font-weight: 600;
}

.comment-text textarea {
  padding: 7px 5px;
  color: black;
}

.grid-box-style-2 h5 {
    margin-bottom: 0;
    background-color: #000000;
    color: #B57CFF;
    font-size: 17.6px;
    line-height: 22px;
    border-radius: 3px;
    padding: 1px 6px;
    font-weight: 600;
}


.grid-box-style-2 .card-box-1 {
    border: 1px solid #00000033;
    border-radius: 15px;
    padding: 10px;
    width: 179px;
}

.grid-box-style-2 .card-box-1 .d-flex {
  flex-wrap: wrap;
  gap: 4px;
}

.grid-box-style-2 {
  gap: 18px;
  display: flex;
  flex-wrap: wrap;
}

.calendar {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.calendar-header select {
  font-size: 16px;
  font-weight: bold;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.calendar-header button {
  background: #f1f1f1;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 16px;
}

.days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-weight: bold;
  color: #666;
}

.dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  margin-top: 5px;
}

.date {
  padding: 8px;
  margin: 2px;
  border-radius: 8px;
  cursor: pointer;
}

.date.inactive {
  color: #bbb;
}

.date.active {
  background: #2563eb;
  color: #fff;
  font-weight: bold;
}

.minus-5 {
  margin-top: -5% !important;
}
.minus-10 {
  margin-top: -10% !important;
}


.yellow-box-style-3 {
  background-color: #FFC524;
  padding-bottom: 10px;
}

.header-yellow-box-style-3 {
    background-color: #FFC524;
    color: black;
    font-weight: 600;
    padding: 13px 15px;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: -9px;
    margin-top: 11px;
}
.yellow-box-style-3 ol li {
    color: black !important;
    border-bottom: 1px solid gray;
    width: 91%;
    padding: 3px !important;
    padding: 0px !important;
    padding: 7px 5px !important;
    font-size: 15px;
    /*font-size: 14px;*/
    line-height: 19px;
}
.yellow-box-style-3 ol li:last-child
{
        margin-bottom: 20px;
}

.group-chart-section .card-box .list-of-graphs {
  width: 75%;
  margin: auto;
}

.group-chart-section .card-box .d-flex-group {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 15px;
}

.group-chart-section .card-box .graph-box-content {
    color: #1F1F1F !important;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
}

.group-chart-section .d-flex-group span {
  color: #1F1F1F !important;
  /*font-size: 25px;*/
  font-weight: 500;
}

.group-chart-section .card-box .count-of-grpah {
    color: #000000;
    font-size: 120px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 25%;
}

.group-chart-section .card-box .count-of-grpah span {
    color: #000000;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    white-space: nowrap;
    text-transform: capitalize;
}

.group-chart-section .card-box .count-of-grpah span:first-child {
    margin-top: -19px;
    font-size: 75px;
    font-family: "Bebas Neue", sans-serif;
}

.group-chart-section .card-box {
  background-color: #F1F1F1;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.list-of-notes img {
  width: 50px;
}

.card-border-1 {
  border: 1px solid #000000;
  display: flex;
  gap: 12px;
  border-radius: 15px 4px 4px 4px;
  background: white;
  padding: 8px;
  align-items: center;
  width: 50%;
}

.card-border-1 span.count-of {
  color: #EB0801 !important;
  font-size: 36px;
}

.card-border-1 h5 {
  margin-bottom: 0;
  color: black;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.lh-12 {
    line-height: 12px !important;
}
.lh-full {
    line-height: 100% !important;
}
.card-white-box {
  border-radius: 20px;
  background-color: white;
  padding: 10px;
}

.highlight-tag {
    background: black;
    border-radius: 11px;
    color: white;
    padding: 0px 4px;
    font-size: 12px;
    font-weight: 500;
}

.pink-box-card {
  background-color: #C340A1;
}

.green-box-card {
  background-color: #93E396;
}

.purple-box-card {
  background-color: #B57CFF;
}

.green-bg {
  background-color: #009C70;
}

.card-sm ul {
  margin-bottom: 0;
}

.card-sm ul {
        padding-left: 1.5rem;
}
.card-sm ul li {
    list-style: disc;
    opacity: 0.8;
    /*font-size: 12px;*/
    /*line-height: 12px;*/
    margin-bottom: 6px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 16px;
}

.card-sm p {
  opacity: 0.8;
  line-height: 22px;
  font-size: 15px;
}

.card-sm .text-black {}

.card-sm {
  border-radius: 10px;
  box-shadow: 0px 16px 32px 0px #00000014;
  box-shadow: 0px 4px 8px 0px #0000001F;
  color: white;
  /*padding: 17px 18px;*/
  padding: 17px 15px;
}

.card-sm-img .wrap-img {}

.card-gray-1 {
  background-color: #F4F3F1;
  padding: 30px 50px;
  border-radius: 20px;
}

.align-cursor-center {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: space-between !important;
  align-items: center;
  top: 8px;
}

.list-arrow {
  margin-top: 30px !important;
}

.list-arrow li {
    font-size: 20px;
    line-height: 25px;
    border-bottom: 1px solid;
    color: black;
    padding: 7px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
}

.border-color-black {
  border-color: black !important;
}

.down-arrow {
  width: 35px;
  background: #FFC524;
  border-radius: 50%;
  padding: 0px 11px;
  font-size: 19px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blank-dots {
  border: 1px dashed #EB0801 !important;
  width: 33%;
  display: block;
}

.text-bold-table td {
  font-weight: 500;
  padding: 5px 8px;
  font-size: 19px;
  vertical-align: middle;
  border-bottom: 1px solid black !important;
}

.text-bold-table th {
  font-weight: 500;
  border-bottom: 1px solid black !important;
}

.status-approved {
  background-color: #FFC524;
  padding: 3px 8px;
  border-radius: 5px;
}

.status-InDraft {
  background-color: #EE675C;
  padding: 3px 8px;
  color: white;
  border-radius: 5px;
}

.btn-black-outline {
  text-transform: math-auto;
  border: 1px solid #000000 !important;
  padding: 0px 27px;
  border-radius: 2px;
  letter-spacing: 0.5px;
  font-size: 20px;
  font-weight: 400;
  height: 27px;
  display: flex;
  align-items: center;
  width: 100px !important;
}

.upload-group-textare textarea {
    border: 1px solid #00000033;
    border-radius: 11px;
    max-height: 58px !important;
    padding-right: 110px !important;
    color: black;
    padding-top: 17px !important;
}

.upload-group-textare .btn-black-upload {
  position: absolute;
  right: 18px;
  top: 16px;
}
.upload-group-textare textarea
{
    font-size: 16.8px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.65) !important;
}

.btn-black-upload {
  text-align: center;
  text-transform: math-auto;
  border: 1px solid #9747FF;
  padding: 0px 8px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  width: 100px !important;
  font-size: 20px;
  font-weight: 400;
  height: 27px;
  display: flex;
  align-items: center;
  background-color: #CCA4FF !important;
  justify-content: center;
}

.content-box button {
  background-color: #009C70 !important;
  font-size: 18px;
}

.content-box {
  padding: 18px 20px;
  background: #F1F1F1;
}

.ht-fit-box {
    height: 236px;
    width: 100%;
}

.ht-fit-box img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.check-list {
  margin: 0;
  padding: 0;
}

.check-list i {
  color: #0ABF8C;
  font-size: 23px;
}

.check-list li {
color: #000000;
    font-size: 14px;
    display: flex;
    gap: 11px;
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 400;
}

.social-flex-img img {
  max-width: 130px;
}

.social-flex-img {
  align-items: center;
  margin-top: 50px;
  gap: 10px;
  justify-content: space-between;
}

.box-of-border-count {
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 33px 80px;
  text-align: center;
  margin-top: 50px;
}

.box-of-border-count h4 {
  color: #009C70;
  font-weight: 500;
}

.box-of-border-count p {
  line-height: 20px;
  color: black;
  margin-top: 5px;
}

.text-decoration {
  text-decoration: underline;
  color: #000000 !important;
  font-size: 20px;
  font-family: 'roboto';
}

.links-setup h2 {
  font-size: 48px;
  margin-top: 48px;
  margin-bottom: 0;
  line-height: 50px;
}

.bg-black-btn {
  background-color: black !important;
  /* font-size: 12px !important; */
}

.card-box-img {
  padding: 8px;
  background: #D1BBB9;
  border-radius: 10px;
}

.check-list.fs-18 li i {
  font-size: 22px !important;
}

.check-list.fs-18 li {
  font-size: 16px !important;
  margin-bottom: 5px;
}

.italic-texts {
  font-style: italic;
  font-weight: 500;
}

.cardbox-scholarship.fs-20 {
  font-size: 18px !important;
}

.wrap {
  flex-wrap: wrap;
}

.card-box-pdf {
  border: 1px solid #000000;
  border-radius: 16px;
  padding: 20px 15px;
    width: 239px;
}

.text-dark-green {
  color: #0ABF8C;
}

.bg-yellow-white {
  background-color: #FFC524;
  color: black;
  display: inline-block;
}

.bg-black-yellow {
  background-color: black;
  color: #FFC524;
  padding: 4px 20px;
  display: inline-block;
}

.text-red {
  color: #FF0000E5 !important;
}

.review-content {}

.testimonials .item-clients .fix-object-img {
  height: 300px;
  overflow: hidden;
}

.testimonials .item-clients .fix-object-img img {
    transform: scale(2.5);
    object-position: revert-layer;
}

.testimonials .item-clients {
  width: 51%;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}


.testimonials-section .align-cursor-center {
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: end;
  top: 0px;
  justify-content: center !important;
  margin-top: -50px;
  gap: 2px !important;
}

.testimonials-section .slider-navigation-style-04 {
  height: 30px;
  width: 30px;
  border: 1px solid black;
}

.opacity-08 {
  opacity: 0.8;
}


.graidant-border {
  border: 2px solid;
  border-image-source: linear-gradient(90deg, #9747FF 0%, #F756FF 50%, #0ABF8C 100%);
  border-image-slice: 1;
}

.group-of-button-div ul li.active {
  font-weight: 600;
}

.group-of-button-div ul li {
  border: 1px solid #00000033;
  border-radius: 5px;
  padding: 6px 8px;
  margin-bottom: 10px;
  color: black;
  cursor: pointer;
  font-size: 20px;
}


.flex-group-icon {
  margin-top: 30px;
  position: relative;
}

.flex-group-icon input {
  background: #ece6f0;
  border-radius: 50px;
  color: black;
      font-size: 12.8px;
  padding: 10px 17px;
  padding-right: 40px !important;
}

.flex-group-icon i {
  position: absolute;
  right: 17px;
  color: black;
  margin-top: 11px;
}

.closed-status .cardbox {
  filter: grayscale(1);
}

.closed-status {
  position: relative;
}

.closed-box-status {
  height: 100%;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
}

.closed-box-status .closed-box {
  color: #EB0801;
  border: 2px solid;
  border-image-slice: 1;
  font-family: 'Bebas Neue';
  border-image-source: linear-gradient(90deg, #9747FF 0%, #F756FF 50%, #0ABF8C 100%);
  background: #D9D9D9;
  height: 100px;
  width: 73%;
  margin: auto;
  font-size: 43px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.bg-light-greeen {
  background-color: #C3FFA9 !important;
  width: 40%;
  padding: 7px 15px;
  margin-left: 150px;
}

.box-style-4 .mini-box {
  padding: 15px;
  border: 1px solid #201C1D;
  border-right: none;
}

.box-style-4 .box-border {
  border: 1px solid #201C1D;
  padding: 5px;
}

.box-style-4 .text-black {
  padding: 10px;
}

.box-style-4 {
  display: flex;
  align-items: start;
  width: 32%;
}

.box-style-3 .mini-box {
  padding: 15px;
  border: 1px solid #201C1D;
  border-right: none;
}

.box-style-3 .box-border {
  border: 1px solid #201C1D;
  padding: 3px;
  height: 262px;
  overflow-y: auto;
}

.box-style-3 .text-black {
  padding: 10px;
}

.box-style-3 {
    display: flex;
    align-items: start;
    width: 234px !important;
}

.object-fit-cover {
  object-fit: cover;
}

.ht-150px {
  /* height: 230px !important; */
  width: 100%;
  overflow: hidden;
}

.flex-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.wiriter-info .writter-name {
  color: black;
  background: #FFE8A3 !important;
  padding: 13px 12px;
  text-align: center;
  font-size: 22px;
}

.author-box-img {
  border-radius: 10px;
  border: 1px solid #80808061;
  padding: 5px;
}

.author-box-img img {
  width: 400px;
}

.filer-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 90%;
  margin: auto;
  margin-top: 30px;
}

.filer-tag .tag-highlights {
  display: flex;
  align-items: center;
  gap: 10px;
}

.filer-tag .tag-highlights .active {
    background-color: black !important;
    color: white !important;
}

.filer-tag .tag-highlights span {
  border-radius: 13px;
  color: #000000;
  padding: 4px 6px;
  font-size: 13px;
  background-color: #0000000D;
}

.bg-blue-hash {
  background-color: #4D7BFF;
  padding: 0px 5px;
  border-radius: 3px;
}


.box-tags-card div {
  font-size: 20px;
}

.box-tags-card {
    display: flex;
    flex-flow: wrap;
    gap: 15px;
    background: #F1F1F1;
    padding: 30px 40px;
}

.box-tags-card .bg-black {
    padding: 6px 12px;
    font-size: 19px;
    line-height: 19px;
    font-weight: 500;
}

.top-partners .client-box-top {
    width: 96px;
    height: 40px;
    overflow: hidden;
}

.top-partners .client-box-top img {
  object-fit: scale-down;
  height: 100%;
  width: 100%;
}

.top-heading-client span {
  color: white;
  background: #906AFE;
  padding: 3px 6px;
  font-size : 36px;
  text-transform: uppercase;
  font-weight: 700;
}

.yellow-bg-box-5 {
  background-color: #FFC524;
  border: 1px solid #00000033;
  border-radius: 16px;
  padding: 40px 50px;
}

.yellow-bg-box-5 .sop-card-unique {
  background-color: white;
}

.left-0 {
  left: 17px;
  right: auto !important;
}

.left-side-icon input {
  padding-left: 40px;
}

.bg-yellow {
  background-color: #FFC524;
}

.closed-status {
   filter: grayscale(1); 
}

.sop-card-unique-unique .closed-box {
height: 182px;
    font-size: 19px;
    line-height: 100%;
    padding: 12px;
    width: 135px;
}

.count-box-style-1 .img-box img {
  border-radius: 15px;
}

.text_purple_bg {
padding: 10px 30px;
    display: inline-block;
    color: #B57CFF;
    font-weight: 600;
    border-radius: 11px;
    font-size: 51px;
    line-height: 34px;
}

.step-check-grid .box-dot {
  width: 24px;
  height: 24px;
  opacity: 1;
  display: inline-block;
  border-radius: 2px;
  background-color: #0ABF8C !important;
}

.step-check-grid li {
  display: flex;
  margin-bottom: 10px;
  gap: 10px;
}

.step-check-grid .img-box-fix {
    height: 299px;
    width: 400px;
}

.step-check-grid .img-box-fix img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.img-box-fit-about {
    height: 410px;
    width: 247px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1px solid #00000033;
    border-radius: 16px;
}

.img-box-fit-about .parent-img {
  height: 100%;
  filter: blur(1px);
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
}

.step-check-grid p {
    color: black;
    margin-bottom: 0;
        font-size: 16px;
    /*line-height: 1.0;*/
    /*font-size: 14px;*/
    line-height: 19px;
}

.position-static-img {
  position: absolute;
  top: 0;
  height: 100%;
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 0px;
}

.play-circular-button {
  cursor: pointer;
}

.text-yellow {
  color: #FFC524;
}

.caption-img-start {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
}

.caption-img-start img {
  width: 200px;
  cursor: pointer;
}

.card-box-gray {
  background-color: #F1F1F1;
}

.flex-wrap {
  flex-wrap: wrap;
}

.text_purple {
  color: #B57CFF;
}

.m-end {
  margin: 0 0 0 auto;
}

.padding-custom-10 {
  padding: 15px 15px;
}

.padding-custom-11 {
  padding: 101px 80px 98px 0px;
}

.pr-5 {
  padding-right: 5px !important;
}

.card-box-gray-1 {
    background-color: #D9D9D9 !important;
    padding: 52px 64px;
}
.top-partners-style .client-box-top img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.top-partners-style .client-box-top {
    width: 62px;
    height: 45px;
    overflow: hidden;
    background: white;
    border-radius: 16px;
    padding: 8px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-partners-style .client-box-top:hover img {
  filter: drop-shadow(2px 4px 6px black);
}

.top-partners-style .client-box-top:hover {
  filter: drop-shadow(2px 4px 6px black);
}

.box-white-card {
  background-color: #F1F1F1;
  padding: 20px;
  border-radius: 12px;
}


.yellow-border-box {
  border: 4px solid #FFC524;
  border-radius: 14px;
  position: relative;
  width: 112px;
  height: 114px;
  opacity: 1;
}

.yellow-border-box i {
  color: #FFC524;
  font-size: 60px;
  position: absolute;
  bottom: -6px;
  right: -3px;
}

.floting-plus-icon i {
  color: #FF4141;
  font-size: 25px;
}

.floting-plus-icon {
    background-color: #FF8484;
    width: 36px;
    height: 36px;
    opacity: 1;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -2px;
    transform: rotate(28deg);
    top: 33px;
}

.px-5-pl-5 {
  padding-right: 4rem !important;
  padding-left: 3rem !important;
}
.explor-pb-10
{
     padding: 15px 0px 60px 0px;
}

.green-box-radius {
    width: 104px;
    padding: 19px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #53B172;
}

.bg-purple {
  background-color: #8C5FFF;
}

.nowrap {
  white-space: nowrap;
}

.bg-light-blue {
  background-color: #C0F4DD;
}

.request-img-box img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.request-img-box {
  height: 500px;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}

.gray-box-style-5 {
  background-color: #F1F1F1;
  padding: 40px 50px;
}

.count-of-box-why .icon-box {
  background-color: #EE675C;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.w-32 {
  width: 32%;
}

.fix-object-reading {
    width: 151px;
    height: 122px;
}

.fix-object-reading img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dark-gray {
  border: 1px solid #00000033;
  background: #D9D9D9;
  padding: 10px 20px;
  z-index: 1;
  position: relative;
}

.light-blue-bg {
  border: 1px solid #000000;
  background: #C3FFA9;
  padding: 10px 20px;
  position: relative;
  top: -30px;
  left: -10px;
}

.text-dark-gray {
  color: #000000;
}

.cross-icon-box img {
  color: #EB0801;
  width: 25px;
}

.cross-icon-box ul li {
    color: #000000;
    font-size: 11.5px;
    display: flex;
    gap: 11px;
    margin-bottom: 20px;
    align-items: center;
    line-height: 100%;
}

.check-icon-box img {
  color: #EB0801;
  width: 25px;
}

.check-icon-box ul li {
    color: #000000;
    font-size: 11.5px;
    display: flex;
    gap: 11px;
    margin-bottom: 20px;
    align-items: start;
    line-height: 100%;
}

.box-shadow-black {
  background-color: #000000;
     padding-right: 6px;
  padding-bottom: 0;
}

.check-icon-box .fnt-family.text-green {
    position: absolute;
    top: -74px;
    margin-left: -72px;
}

.cross-icon-box .fnt-family.text-red {
    position: absolute;
    top: -55px;
    margin-left: -26px;
}

.sidebar-box ul {
  text-align: start;
  padding-left: 0;
}

.arrow-box.sidebar-box {   width: 385px;   padding: 30px 30px;   position: absolute;   z-index: 10000;   opacity: 1 !important; margin-top :22px;    margin-left: 3px; }

.arrow-box.sidebar-box:hover {
  filter: drop-shadow(2px 4px 6px gray);
}

.flot-arrow-sidebar{
    
    position: absolute;
    right: 34px;

}
.sidebar-box ul li a {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 20px;
  color: black;
  margin-bottom: 10px;
  font-weight: 500;
  padding: 6px 6px;
  transition: 0.3s;
}

.sidebar-box ul li a:hover {
  opacity: 0.6;
}

.sidebar-box ul li .fit-icon-sidebar {
  width: 30px;
  height: 30px;
}

.sidebar-box ul li img {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}
.sidebar-box.arrow-box {
  height: auto !important;
}
.plr-5 {
  padding-left: 4rem;
}
.arrow-box.sidebar-box
{
  display : none;
}
.arrow-box.sidebar-box.active {
  display: block;
}

.lh-34 {
  line-height: 34px;
}

.bg-light-blue-1 {
  background-color: #BBC8FF;
}

.dots-box-grid {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: inline-block;
}

.bg-light-green {
  background-color: #CDDC49;
}

.bg-blue {
  background-color: #3929A6;
}

.bg-purple {
  background-color: #8D66FF;
}

.bg-light-yellow {
  background-color: #FBC55B;
}

.bg-red {
  background-color: #EB0801;
}

.ml-7 {
  margin-left: 7%;
}

.card-box-study {
  border: 1px solid #00000033;
  background: #D9D9D9;
  margin-top: -110px;
  padding: 30px 20px;
}

.frame-set-content {
    background-repeat: no-repeat;
    background-size: contain;
    padding: 54px 65px;
    position: relative;
    margin-bottom: -58px;
    margin-top: -5px;
}

.frame-set-content h5 b {
  margin-top: 22px;
  display: inline-block;
}

.frame-set-content h5 {
    font-size: 11.5px;
    margin-bottom: 0;
    color: black;
    transform: rotate(343deg);
    line-height: 12px;
    margin-top: 18px;
}

.purple-gray-box {
  background-color: #F1F1F1 !important;
  padding: 40px;
  border-radius: 10px;
}

.btn-green-btn {
  background-color: #009C70 !important;
  color: white !important;
  border-radius: 10px;
      font-size: 19px !important;
}

.purple-gray-box .icon-box-position img {
  width: 30px;
  margin-bottom: 20px;
}

.purple-gray-box .card-box-border {
  border: 1px solid #00000033;
  background-color: #FFFFFF;
}

.bg-light-box {
  background-color: #D9F1FD;
  padding: 10px 14px;
  border-radius: 13px;
  text-align: center;
}
.bg-light-box h6 {
    margin-bottom: 0;
    color: black;
    /*font-size: 12px;*/
    font-size: 16px !important;
    font-weight: 500;
    line-height: 1.0;
}

.img-box-steps .first-bg-step {
  border-radius: 59px;
  display: block;
  height: 175px;
  padding: 10px;
  background-color: #FF7557;
}

.img-box-steps .second-bg-step {
  border-radius: 59px;
  display: block;
  height: 175px;
  padding: 10px;
  background-color: #C3FFA9;
  position: relative;
  top: -120px;

}
.fs-23{
    font-size : 23px;
}
.img-box-steps .third-bg-step {
  border-radius: 59px;
  display: block;
  height: 175px;
  padding: 10px;
  position: relative;
  top: -235px;
  background-color: #FFDE7F;
}

.img-box-steps img {
  position: absolute;
  top: 177px;
  border-radius: 60px;
}

.flot-box-img-set {
    position: absolute;
    top: -90px;
    width: 287px;
    right: -22px;
}
.caption-img-box .d-flex.position-relative.z-100.justify-content-space
{
        position: absolute !important;
    bottom: 52px;
    justify-content: space-between !important;
    width: 100%;
}

.minus-100 {
  margin-bottom: -100px;
}

.what-is-purple {
  border-radius: 10px;
  padding: 30px;
}

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

.img-arrow-set {
    right: 38%;
    top: -58px;
    width: 200px;
}

.bg-black-light {
  background-color: #303030;
}

.border-green-6px {
  border: 6px solid #0ABF8C;

}

.box-img-group .img-box-object {
    width: 220px;
    height: 120px;
    overflow: hidden;
    border-radius: 10px;
}

.box-img-group .img-box-object img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.group-flex-items .icon-box {
  background-color: #EE675C;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.line-active::after {
  border: 3px solid #000000;
  content: '';
  position: absolute;
  top: -2px;
  width: 19%;
  left: -3px;

}

.line-active {
  border: 3px solid #00000038;
  margin: auto;
  margin-top: 60px;
  position: relative;
  width: 90%;
  margin-bottom: 60px !important;

}

.liner-boder-section {
  border: 1px solid;
  border-image-slice: 1;
  padding: 30px 30px;
  border-image-source: linear-gradient(90deg, #9747FF 0%, #F756FF 50%, #0ABF8C 100%);
}

.border-liner {
  border-image-slice: 12 !important;
  border-image-slice: 2;
  border: 2px solid;
  border-image-source: linear-gradient(90deg, #9747FF 0%, #F756FF 50%, #0ABF8C 100%) !important;
}

.light-gray-1 {
  padding: 20px 40px;
  background-color: #F1F1F1;
  border-radius: 10px;
}

.custom-frame .fit-object-cover {
    width: 408px;
    height: 400px;
    background: #00EB90;
    border-radius: 16px;
}

.custom-frame .fit-object-cover img {
width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    margin-left: -30px;
    padding-top: 26px;
}

.purple-section {
  position: relative;
  z-index: 10;
}

.purple-section::after {
    height: 120px;
    content: '';
    background-color: #D9D9D9;
    width: 688px;
    border-radius: 23px;
    position: absolute;
    z-index: -1;
    top: -48px;
    left: 48px;
}

.box-gray-2 {
  background-color: #F1F1F1;
  padding: 30px 40px;
}

.border-black {
  border: 1px solid rgba(0, 0, 0, 0.2);
      background: white !important;
}
.fs-57{
    font-size : 57px;
}

.btn-purple2 {
  background-color: #B57CFF !important;
  border-radius: 5px;
  padding: 2px 30px !important;
  text-transform: capitalize;
  font-size: 24px;
}

.custom-padding-100 {
  padding: 60px 100px !important;
}

.group-of-box-bottom {
background-color: #D9D9D9;
    width: 63%;
    margin: 0 0 0 auto;
    padding: 8px;
    border-radius: 0px 1px 20px 20px;
    margin-right: 20px;
    align-items: center !important;
}


.fix-object-img-w-200 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.fix-object-img-w-200 {
  width: 300px;
  margin: auto;
  margin-top: 40px;
  height: 300px;
  border-radius: 10px;
  margin-bottom: -70px;
  display: block;
  border: 2px solid black;
}

.m-last {
  margin: 0 0 0 auto;
}

.light-purple-bg {
  background-color: #BBC8FF;
}

.step-progress-img-2 {
  top: 0%;
  position: relative;
  width: 80%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4E5E4;
  border-radius: 15px;
  border: 1px solid #00000033;
}

.step-progress-img-2 img {
  height: 100%;
  object-fit: cover;
  position: relative;
  width: 100% !important;
}

.ht-75 {
  height: 75%;
}

.top-50s.purple-section::after {
    top: 48px;
}

.progress-circle {
  position: relative;
}

.progress-circle svg {
  transform: rotate(-90deg);
}

.progress-circle circle {
  fill: none;
  stroke-width: 10;
}

.progress-bg {
  stroke: #D9D9D930;
}

.progress-bar {
  stroke: #0ABF8C;
  /* Bootstrap primary color */
  stroke-linecap: round;
  transition: stroke-dashoffset 0.35s;
}

.progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 1.25rem;
}

.gray-bg-overlaping {
  padding: 20px 30px;
  background-color: #F1F1F1;
  border-radius: 10px;
}

.purple-gray-box-1 .card-box-border {
  border: 1px solid #00000033;
  background-color: #FFFFFF;
}

.points li {
  list-style: circle;
}

.green-box-dot {
  background-color: #0ABF8C;
  width: 27px;
  display: block;
  height: 27px;
  border-radius: 3px;
}

.what-is-purple-relative {
  /* padding: 30px;
  padding-bottom: 200px;
  margin-bottom: -15%; */
  padding: 20px;
  padding-bottom: 38px;
  /* margin-bottom: -8%; */
}

.fit-object-cover-1 {
  width: 100%;
  height: 300px;
}

.fit-object-cover-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pl-2 {
  padding-left: 10px !important;
}

.bg-pink {
  background-color: #E2A5F3;
}

.box-flot-banner {
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  height: 340px;
  width: 163px !important;
}

.box-object-fit-1 {
  height: 300px;
  width: 200px;
  margin: 0 0 0 auto;
}

.box-object-fit-1 img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.mt-350 {
  margin-top: 350px;
}

.pb-20 {
  padding-bottom: 20%;
}

.flot-arrow-box {
    position: absolute;
    bottom: 80px;
    right: -29%;
    width: 50%;
    display: flex;
    align-items: center;
    gap: 23px;
}
.flot-arrow-box{
        margin-left: 20px !important;
}

.lh-35 {
  line-height: 35px;
}

.bg-very-light-green-1 {
  background-color: #D1FFF2;
}

.mr-1 {
  margin-right: 1.5%;
}

.border-green {
  border: 2px solid #009C70;
}

.column-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bg-light-green-200 {
  background-color: #C3FFA9;
}

.text-blue {
  color: #0044FF !important;
}

.border-color-1 {
  border: 2px solid #9747FF;
}

.bg-green-1 {
  background-color: #76EE59;
}

.ml-78 {
  margin-left: 78px;
}

.lh-50 {
  line-height: 50px !important;
}


.floting-text-heading {
position: relative;
    top: 19px;
    z-index: 2;
    border: 2px solid #39A1FF;
    left: -62px;
    display: inline-block;
    line-height: 64px;
}

.big-toggle.toggle-switch {
  display: inline-block;
  width: 140px;
  height: 60px;
}

.big-toggle .slider:before {
  height: 55px;
  width: 55px;
  left: 5px;
  bottom: 2px;
}

.big-toggle.toggle-switch input:checked+.slider:before {
  transform: translateX(75px);
}

.p-05 {
  padding: 5px;
}

.black-shadow {
  box-shadow: 10px 10px 0px 0px #080707;
}

.bg-purple-100 {
  background-color: #B57CFF;
}

.border-solid-gray {
  border: 1px solid #00000033;
}


.text-captilize {
  text-transform: capitalize;
}

.position-absolute-flot {
  position: relative;
  left: -23px;
  top: -2px;
  padding: 4px 5px;
  white-space: nowrap;
}

.pr-50 {
  padding-right: 50px !important;
}

.founder-img-box {
border-radius: 0px !important;
    width: 312px;
    background-color: #DDDDDD;
    height: 312px;
    margin-bottom: 10px !important;
}

.founder-img-box img {
  width: 100%;
  height: 100%;
}

.founder-info p {
  margin-bottom: 10px;
  line-height: 20px;
  /*font-size: 14px;*/
  font-size: 15px;
  color: #303030;
}

.frame-purple {
  background: #8D66FF;
  padding: 20px 25px;
  position: relative;
  text-align: center;
}

.frame-purple::before {
  content: '';
  position: absolute;
  left: 25px;
  top: -50px;
  width: 100px;
  height: 65px;
  background-color: #8d66ff;
  border-radius: 1px 96px 0px 0px;
}

.frame-purple-object-fit {
  height: 300px;
  margin-bottom: 10px;
  width: 100%;
  margin: auto;
  background-color: #DDDDDD;
}

.swiper-wrapper.purple-teams {
  padding-top: 35px;
}

.frame-purple-object-fit img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.text-red-active .accordion-header a:not(.collapsed)[aria-expanded="true"] div {
  color: #EE2C3C !important;
}

.fit-object-cover-2 {
  width: 100%;
  max-height: 280px;
}

.fit-object-cover-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-box-100 {
  padding: 8px;
  background: #F1F1F1;
  border-radius: 10px;
}

.border-gray {
  border: 1px solid #00000033;
}

.text-underline {
  text-decoration: underline;
}

.bg-red {
  background-color: #EB0801;
}


.sop-image-wrapper-1 .big_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sop-image-wrapper-1 {
  height: 360px;
  width: 80%;
  border-radius: 16px;
  overflow: hidden;
  margin: auto;
}

.bg-purple-set {
  box-shadow: none !important;
  color: white !important;
}

.card-box-date .box-date-info {
  background: #B57CFF;
  height: 100px;
  margin-top: -7px;
  font-weight: 500;
  width: 109px;
}

.card-box-date .box-date-info .date {
  font-size: 52px;
  color: #B57CFF;
}
.card-box-date .box-date-info .month {
    font-size: 28px;
    margin-top: 7px;
    color: #B57CFF !important;
    font-weight: 400 !important;
    margin-bottom: -9px;
}

.card-box-date .date-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #EBF7FF;
  height: 71px;
  padding: 5px 7px 9px 9px;
  border-radius: 16px;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.bg-blue-500 {
  background-color:#009C70;
}
.fs-17{
    font-size : 17px !important;
}
.fs-57{
    font-size : 57px !important;
}

.event-author-info {
  width: 178px;
  position: absolute;
  border: 1px solid #00000033;
  background: #FFF8EB;
  z-index: 100;
  border-radius: 20px;
  padding: 10px 15px;
  top: 15%;
  left: 2%;
}

.left-13 .sop-top-label,
.left-13 .sop-start-free {
  left: 12px;
}

.sop-card-unique-unique-1 .closed-box {
  height: 70%;
  font-size: 55px;
  line-height: 61px;
  padding: 32px;
  width: 70%;
}

.bg-gray-100 {
  background-color: #F1F1F1;
}

.table-custom-border .icon-box {
  background-color: #EE675C;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px !important;
  margin: 4px !important;
}
.table-custom-border td {
    color: black;
    font-size: 16px;
    padding: 5px 8px;
    border: 1px solid #201C1D;
    line-height: 20px;
}

.table-custom-border {
  width: 100%;
}

/* #toggleBtn {
    position: absolute; 
    left: -12%;                    
    transform: translateY(-50%);
} */
.horizontel-tabs ul {
  padding: 14px !important;
  display: flex;
  align-items: start;
  gap: 10px;
  /* width: 100%; */
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.horizontel-tabs ul::-webkit-scrollbar {
  display: none;
}


.horizontel-tabs ul li {
flex: 0 0 auto;
    border: 1px solid #000000;
    border-radius: 13px;
    padding: 4px 8px;
    color: black;
    font-size: medium;
}

.scroll-arrow {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  border-radius: 30%;
  width: 41px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.scroll-arrow.left {
  left: -27px;
}

.scroll-arrow.right img {
  rotate: 180deg;
}

.scroll-arrow.right {
  right: -32px;
  background: white;
  top: 55px;
}

.univmeet-section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1px;
  position: absolute;
  right: -340%;
  top: 47%;
  transform: translateY(-50%);
}

.univmeet-section {
  display: flex;
  align-items: center;
  gap: 0;

}

.univ-pill {
  background: #EBF7FF;
  border-radius: 16px 0 0 16px;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

/* .date-box + .date-box {
  margin-left: 4px; 
}
.date-box {
  background: #D9F1FD;
  border-radius: 8px;
  text-align: center;
  padding: 8px 16px 8px 16px;     
  min-width: 60px;
  display: inline-flex;
  flex-direction: column;  
  align-items: center;     
} */

.date-box .day {
  font-size: 22px;
  font-weight: 400;
  color: #EB0801;
  line-height: 1.2;
}

.date-box .month {
  font-size: 14px;
  color: #EB0801;
  line-height: 1.2;
  font-weight: 500;

}

.search-box {
  width: fit-content;
}

.input-groupp {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  pointer-events: none;
}

.search-control {
  width: 100%;
  min-width: 169px;
  padding: 1px 10px 1px 10px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #bababa;
  outline: none;
  box-sizing: border-box;
      height: 29px;
}


.full-box-content .sop-image-wrapper-1 {
  width: 60%;
}

.full-box-content .sop-top-label,
.full-box-content .sop-start-free {
  left: 50px;
  top: 10%;
}

.full-box-content .card-box-date .box-date-info {
      margin-top: 7px;
    margin-bottom: 5px;
}

.full-box-content .sop-image-wrapper-1 {
  height: 440px;
}

.full-box-content-height .sop-image-wrapper-1 {
  height: 510px;
}

.full-box-content .event-author-info {
  top: 25%;
}

.full-box-content .sop-heart-icon {
  position: absolute;
  top: 28px;
  right: 15%;
}

.accordion-style-02.left-plus .accordion-item .accordion-header .accordion-title i {
  left: 0 !important;
}

.accordion.left-plus .accordion-item .accordion-header .accordion-title {
  cursor: pointer;
  padding-right: 0px;
  padding-left: 25px;
}

.founder-img-box.w-full {
  width: 100%;
}

.w-93 {
  width: 93% !important;
}

.object-cover-style-2 {
  width: 90%;
  margin: 0 0 0 auto;
  height: 500px;
}

.object-cover-style-2 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.pr-0 {
  padding-right: 0 !important;
}

.bg-new {
  color: #F9FF62;
  background-color: #7D881D;
}

.card-box-gradiant-black .box-date-info {
  background-color: black !important;
  color: #B57CFF !important;
}

.card-box-gradiant-black .box-date-info .date {
  font-size: 54px;
}

.card-box-gradiant-black .box-date-info .date {
  font-size: 54px;
}

.card-box-gradiant-black .box-date-info .month {
  font-size: 25px;
  margin-top: 20px;
}

.ht-full {
  height: 100% !important;
}

.border-none {
  border: none !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-card-set {
  background-position: 62px 0px;
  background-size: 90% 65%;
  background-repeat: no-repeat;
}

.caption-img-box-new .position-absolute-css {
  position: absolute;
  bottom: 35px;
  width: 90%;
}

.caption-img-box-new {
  position: relative;
  border-radius: 25px;
}

.caption-img-box-new img {
  height: 423px;
  width : 403px !important;
  width: 100%;
    border-radius: 25px;
}

.green-box {
  width: 68px;
  background: green !important;
  height: 42px !important;
}

.py-8 {
  padding-top: 8%;
  padding-bottom: 8%;
}

.border-right {
  border-right: 1px solid;
}

.cm-5 {
  padding: 8px;
  padding-left: 0;
}

.fit-object-cover-3 {
  width: 100%;
  height: 430px;
  overflow: hidden;
  border-radius: 15px;
}

.fit-object-cover-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fit-object-cover-logo {
    width: 96px;
    margin-bottom: 8px;
    height: 32px;
    border-radius: 10px;
    overflow: hidden;
}

.fit-object-cover-logo img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: scale-down;
}

.flot-overlapt-box {
    position: relative;
    bottom: 158px;
    left: -5%;
}

.bg-gray-200 {
  background-color: #D9D9D9
}

.border-black-100 {
  border: 1px solid #000000A6;
}

.pr-2 {
  padding-right: 2%;
}


.countriesUSA {
  .tab-pane.fade {
    transition: opacity 0.3s ease-in-out;
  }

  .pgs-content .pgs-heading {
    font-weight: 600;
    color: #111827;
    font-size: 20px;
    margin-bottom: 0.75rem;
    line-height: 24px;
  }


  .pgs-content .pgs-desc {
    font-size: 15px;
    color: #374151;
    line-height: 1.6;
    font-weight: 500;
  }

  .pgs-content .pgs-badge {
    right: -19px !important;
    bottom: 39px !important;
    height: 154px !important;
    width: 140px !important;

  }

  .countriesUSA-title {
    font-size: 25px;
    color: black !important;
    font-weight: 500;
    line-height: 33px;
  }
  .countriesUSA-contain {
    font-size: 15px;
    font-weight: 400;
    color: black;
    line-height: 20px;
  }


  .countriesUSA-title-table-left {
    color: black !important;
    font-weight: 500;
    line-height: 20px;
    font-size: 15px;
    border: 1px solid black !important;
    vertical-align: middle;
            text-align: center;
  }

  .countriesUSA-title-table-right {
        color: grey !important;
        font-size: 14px;
        line-height: 18px;
        border: 1px solid black !important;
        padding: 10px 10px;
        font-weight: 400;
        text-align: center;
  }

  .usa-lineheight {
    line-height: 100%;
  }

  .country-usa-tab-style-new {
    border: 1px solid lightgray !important;
    padding: 5px 0px;
    border-radius: 10px;
  }

  .country-usa-tab-full-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
  }

  .info-card-countries-usa {
    border: 1px solid #ccc;
    padding: 1rem;
    border-radius: 0.5rem;
    background-color: #fff;
    width: 321px !important;
  }

  /* .................. */

  .countriesUSA {
    color: #000;
    font-family: "Inter", sans-serif;
  }

  .countriesUSA .countriesUSA-title {
    font-weight: 600;
    font-size: 20px;
    color: #111;
  }

  .countriesUSA .why-choose-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }

  .countriesUSA .why-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .countriesUSA .why-box {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
  }

  .countriesUSA .why-box.tall {
    height: 100%;
  }

  .countriesUSA .icon {
    font-size: 32px;
    margin-bottom: 10px;
    color: #000;
  }

  .countriesUSA .icon.purple {
    color: #7b4eff;
  }

  .countriesUSA .why-box p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
  }

  .countriesUSA .learn-section {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
  }

  .countriesUSA .learn-section .highlight {
    color: #e63946;
    font-weight: 600;
  }

  /* ................ */

  .countriesUSA .countriesUSA-contain {
    font-size: 16px;
    font-weight: 400;
    color: black;
    margin: 0;
  }

  /* .............................. */

  .visa-card {
    width: 250px;
    border-radius: 4px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    margin: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }

  /* Header (Black Bar) */
  .visa-card h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;
    background: black;
    color: white;
    width: 165px;
    padding: 0px 13px;
    line-height: 40px;
  }

  /* Body (Yellow Box) */
  .visa-card p {
    background: #ffc107;
    margin: 0;
    padding: 12px;
    font-size: 17px;
    color: #111;
            width: 224px;
    line-height: 1.2;
  }

  .visa-card p strong {
    font-weight: 700;
  }

  .visa-section start {
    font-family: "Arial", sans-serif;
    background: #fff;
    margin: 0;
    padding: 0;
    color: #222;
  }

  .visa-section {
    /* max-width: 1100px;
    margin: 40px auto;
    padding: 0 10px; */
    margin: 2px auto;
    padding: 0 0px;
  }

  .intro h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  /* .intro p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
  } */

  /* Visa Cards */
  .visa-types {
    display: flex;
    gap: 15px;
    margin: 25px 0;
    flex-wrap: wrap;
  }

  .visa-card {
    flex: 1;
    min-width: 220px;
    /* padding: 15px; */
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
  }

  .visa-card h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;
    background: black;
    color: white;
    width: 165px;
    padding: 0px 13px;
    line-height: 40px;
  }

  .visa-card.f1 {
    background: #ffd54f;
  }

  .visa-card.j1 {
    background: #ffe082;
  }

  .visa-card.m1 {
    background: #ffb74d;
  }

  /* Documents Section css ---- */
  .docs-title {
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0;
  }

  .docs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }

  /* .doc-card {
    background: #d9f1fd;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  } */

  .doc-card h3 {
    font-size: 21px;
    font-weight: 500;
    color: black !important;
    margin-bottom: 0;
  }

  .doc-card ul,
  .doc-card ol {
    margin: 0;
    padding-left: 0px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
  }

  /* .doc-card li {
    margin-bottom: 6px;
  } */

  .doc-card.notes {
    background: #bbc8ff;
    border-left: 0px solid #d9f1fd;
  }

  .doc-card.notes h3 {
    color: #6a1b9a;
  }

  .fa-circle-check {
    color: #2ecc71;
    margin-right: 6px;
    font-size: 25px;
  }

  .doc-card h3 i {
    margin-right: 6px;
  }

  .Document-primary {
    padding: 25px;
    border: 1px solid lightgrey;
    border-radius: 10px;
    /* height: 500px; */
  }

  .Document-Academic {
    padding: 25px;
    border: 1px solid lightgrey;
    border-radius: 10px;
    /* height: 500px; */
  }

  .Document-Financial {
    padding: 25px;
    border: 1px solid lightgrey;
    border-radius: 10px;
    /* height: 500px; */
  }

  .Document-Notes {
    /* padding: 25px; */
    border-radius: 10px;
    /* height: 400px; */
  }

  /* Step section css */

  .step-section {
    width: 100%;
    margin: auto;
    padding: 0px 0px;
    font-family: Arial, sans-serif;
    color: #222;
  }

  .step-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 11px;
    margin-bottom: 50px;
  }

  .step-card {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
    height: auto;
  }

  .step-card:hover {
    transform: translateY(-5px);
  }

  .step-card h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: black;
    margin: 0;
  }
  
  .step-card p {
        font-size: 16px;
        color: black;
        margin: 0;
        font-weight: 700;
        text-transform: uppercase;
        white-space: pre-wrap;
        line-height: 18px;
  }
  .helper-box-new p {
        font-size: 16px;
        margin-bottom: 15px;
        color: black;
        line-height: 21px;
  }
  .talk-button {
    color: black;
    background-color: #0abf8c;
    padding: 3px 5px;
    font-weight: 600;
    border-radius: 7px;
    border: none;
  }

  .dos-donts {
    margin: 40px 0;
    font-family: Arial, sans-serif;
  }

  .dos-donts table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
    border-spacing: 15px 5px;
  }

  .dos-donts th {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 2px 9px;
        font-weight: 600;
        font-size: 18px;
  }

  .dos-donts td {
        vertical-align: sub;
        padding: 2px 10px;
        font-size: 14px;
        color: #000000;
        font-weight: 500;
        line-height: 18px;
  }

  .dos-donts tr td:first-child {
    width: 25%;
  }

  .dos-donts tr td:nth-child(2),
  .dos-donts tr td:nth-child(3) {
    width: 37.5%;
  }

  .doc-card {
    background: #d9f1fd;
    padding: 18px;
    border-radius: 10px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
    position: relative;
    margin-top: 40px;
    /* needed for absolute positioning */
  }

  .doc-card .icon-top {
    position: absolute;
    top: -18px;
    /* adjust to move up */
    left: -18px;
    /* adjust to move left */
    /* background: #fff; */
    padding: 12px;
    border-radius: 50%;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15);
    font-size: 22px;
    color: black;
  }

  .doc-card.notes .icon-top {
    color: #6a1b9a;
  }

  .Document-primary,
  .Document-Academic,
  .Document-Financial,
  .Document-Notes {
    position: relative;
    margin-top: 30px;
  }

  .icon-top {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 12px;
    border-radius: 50%;
    /* box-shadow: 0 2px 6px rgba(0,0,0,0.15); */
    font-size: 22px;
    z-index: 10;
  }

  .Document-primary .icon-top {
    color: black;
  }

  .Document-Academic .icon-top {
    color: black;
  }

  .Document-Financial .icon-top {
    color: black;
  }

  .Document-Notes .icon-top {
    color: black;
  }

  /* Helper Section css ---- */

  .helper-box {
    background: #f5f9ff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #d8e7ff;
    text-align: left;
  }

  .helper-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #0073e6;
  }

  .helper-box p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #444;
  }

  .helper-box button {
    background: #0073e6;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s ease;
  }

  .helper-box button:hover {
    background: #005bb5;
  }

  @media (max-width: 992px) {
    .steps {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 576px) {
    .steps {
      grid-template-columns: 1fr;
    }
  }

  /* Study Guide Section css ---- */

  .study-guide {
    padding: 40px 0;
  }

  .study-guide .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .study-guide h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
  }

  .study-guide .subtitle {
    color: #6c757d;
    font-size: 16px;
    margin-bottom: 6px;
  }

  .study-guide .extra {
    color: #333;
    font-size: 16px;
  }

  .study-guide .btn {
    display: inline-block;
    background-color: #16a34a;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease;
    white-space: nowrap;
  }

  .study-guide .btn:hover {
    background-color: #15803d;
  }

  .btn-custom {
        background-color: #009c70;
        color: #fff;
        font-weight: 500;
        padding: 4px 9px;
        text-decoration: none;
        transition: background 0.3s ease;
        white-space: nowrap;
        text-transform: capitalize;
        font-size: 17px;
        border-radius: 8px;
  }

  .btn-custom:hover {
    background-color: #009c70;
  }

  .usa-section {
    display: flex;
    justify-content: space-evenly;
  }

  .usa-section-title {
    font-weight: 500;
  }

  .usa-section-contain {
    font-size: 18px;
    color: black;
    font-weight: 500;
  }

  /* PGS Section css ---- */

  .pgs-section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }

  .pgs-card {
    position: relative;
    border-radius: 1rem;
    padding: 1.5rem 2rem;
    margin-bottom: 3rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-right: 68px !important;
  }

  .pgs-heading {
    font-weight: 600;
    color: #111827;
    font-size: 25px;
    margin-bottom: 0.75rem;
  }

  .pgs-desc {
    color: #374151;
    line-height: 1.6;
    font-weight: 500;
  }

  .pgs-badge {
    position: absolute;
    color: #111827;
    font-weight: 600;
    background-color: #D9E0FF;
    right: -2%;
    bottom: 19%;
    height: 154px;
    width: 22%;
    display: flex;
    border-radius: 10%;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    z-index: -1;
  }

  .premium-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: flex-start;
  }

  .premium-img img {
    height: 677px;
    width: 389px;
    border-radius: 1rem;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  }

  .premium-text h4 {
    font-size: 2.3 rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
    text-decoration: underline;
    line-height: 1.2;
  }

  .premium-text h4 span {
    color: black;
  }

  .premium-text p {
    font-size: 20px !important;
    font-weight: 500;
    color: #374151;
    line-height: 1.6;
  }

  @media (min-width: 768px) {
    .premium-section {
      grid-template-columns: 1fr 1fr;
    }

    .premium-img {
      display: flex;
      justify-content: center;
    }
  }

  /* Major Scholarships css */

  .MajorScholarships {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
        margin: 16px auto;
  }

  .MajorScholarships .column h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0px 5px;
    color: black;
    line-height: 40px;
  }

  .MajorScholarships .column p {
        margin: 10px 5px;
        font-size: 14px;
        color: #333;
        font-weight: 500;
        line-height: 20px;
  }

  /* Scholarship Apply Guide css */

  .ScholarshipApplyGuide {
font-family: "Segoe UI", Tahoma, sans-serif;
        background: #fff;
        border-radius: 12px;
        line-height: 1.5;
        font-size: 16px;
        color: #222;
        font-weight: 400;
  }

  .ScholarshipApplyGuide h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
  }

  .ScholarshipApplyGuide p {
    margin-bottom: 15px;
  }

  .ScholarshipApplyGuide ul {
    margin: 10px 0 20px 20px;
    padding: 0;
  }

  .ScholarshipApplyGuide ul li {
    font-size: 17px;
    list-style: disc;
    line-height: 10px;
    font-weight: 400;
  }

  .ScholarshipApplyGuide strong {
    font-weight: 600;
    color: #000;
    font-size: 19px;
  }

  /* table box css */

  .usa-counrty-usa-purple-gray-box {
    background-color: white !important;
    padding: 0px;
    border-radius: 10px;
  }

  .usa-counrty-usa-purple-gray-box .icon-box-position img {
    width: 30px;
    margin-bottom: 20px;
  }

  .usa-counrty-usa-purple-gray-box .card-box-border {
    border: 1px solid #00000033;
    background-color: #ffffff;
  }

  .usa-counrty-usa-purple-gray-box-1 .card-box-border {
    border: 1px solid #00000033;
    background-color: #ffffff;
  }
}

.text-black-underline {
  text-decoration: underline;
}

.content-404::after {
  letter-spacing: 4px;
  content: '404';
  position: absolute;
  font-family: "Bebas Neue", sans-serif;
  font-size: 390px;
  top: 40%;
  z-index: -1;
  left: 28%;
  font-weight: 500;
  right: 0;
  color: #D9F1FD;
  filter: blur(1px);
}

.pt-200 {
  padding-top: 200px;
}

.ligt-blue-box {
  background: #D9F1FD;
  padding: 15px;
  border: 1px solid #3D5685;
}

.card-bg-black {
  padding: 15px;
  text-align: center;
  background-color: #3D5685 !important;
}

.letter-2 {
  letter-spacing: 2px;
}

.input-group-1 input {
  border: none;
  padding: 6px 13px;
  background-color: #3D748526;
  color: black;
}

.input-group-1 {
  width: 100%;
}

.input-group-1 textarea {
  border: none;
  padding: 6px 13px;
  background-color: #3D748526;
  color: black;
}

.img-flot-form {
  position: absolute;
  right: 61px;
  width: 90px;
  bottom: 6px;
}

.header-country .portfolio-filter li a {
  margin-top: 5px;
  border: none !important;
  font-size: 14px;

}

.header-country .portfolio-filter li.active a {
  /* margin-top: 6px; */
  border: none !important;
  /* margin-bottom: 4px; */
}

.header_btn-active {
  display: flex;
  align-items: center;
  background: black !important;
  color: white !important;
  font-weight: 400 !important;
  gap: 6px;
      font-size: 14px;
  text-transform: capitalize;
  border-radius: 8px !important;
}

.grid.gutter-extra-large .Document-Notes li {
  padding: 0px;
  padding-bottom: 11px;
  color: black;
  display: flex;
  align-items: center;
}





.USML-Erotatio-Css-Update {
  .USML-story-card {
    background: #ebf7ff;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 8px 20px;
    transition: all 0.3s ease;
    line-height: 18px;
  }

  .USML-story-card:hover {
    background: #f1f3f5;
    transform: translateY(-2px);
  }

  .USML-highlight-box {
    background: #20c997;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    color: #fff;
  }

  .usml-text-purple-start {
    color: var(--purple-var1, #b57cff);
  }

  .usml-Click-Here-Section {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .usml-ml-mr-20 {
    margin-left: 3px;
    margin-right: 3px;
  }

  .USML-custom-btn {
    background-color: #009c70;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border: none;
        font-size: 14px !important;
    width: 174px;
    height: 52px;
    padding: 0px !important;

  }

  .btn-saved-heart {
    /* background: transparent !important; */
    border-radius: 19px;
    text-align: center;
    color: grey;
    font-size: 27px;
    padding: 2px 11px;
    padding-left: 5px;
    margin: 0 0 0 auto;
    display: block;
  }

  .usml-cardbox-right {
    width: 200px;
    background: #f1f1f1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    position: relative;
  }

  .USML-custom-btn:hover {
    color: #009c70;
    /* text becomes white */
    background-color: white;
    border: 1px solid #009c70;
    border: none;
  }

  .text-success-green {
    color: #009c70 !important;
  }

  .USML-top-cm-50 {
        top: 53px;
        border: 1px solid #00000033 !important;
        left: -65px;
        box-shadow: none !important;
        width: 344px !important;
        height: 330px !important;
        padding: 23px 27px !important;
  }

  .USMLErotation {
    background: #fff;
  }

  .USMLErotation-new {
    background: #d1fff2;
  }

  .USMLErotation .step-box {
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s ease;
    text-align: left;
    box-shadow : none !important;
            border: 0.8px solid #000000;
    /* ðŸ‘ˆ Ensures all text left aligned */
  }

  .USMLErotation .step-box:hover {
    /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);*/
    transform: translateY(-5px);
  }

  .USMLErotation .checklist {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .USMLErotation .checklist li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 26px;
    /* line-height: 1.5; */
  }

  /*.USMLErotation .checklist li::before {*/
  /*  content: "âœ”";*/
  /*  position: absolute;*/
  /*  left: 0;*/
  /*  top: 0;*/
  /*  color: #28a745;*/
  /*  font-weight: bold;*/
  /*}*/

  .bg-black {
    background-color: #000;
  }

  .purple-premium-section {
    /* parent wrapper - optional padding/margin */
  }

  .purple-premium-section .purple-premium-box {
    background: #000;
    color: #fff;
    border-radius: 12px;
   transform: scale(0.96);
  }

  .purple-premium-section .sub-heading {
    color: #9b5de5;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
  }

  .purple-premium-section .heading {
    color: #9b5de5;
    font-size: 40px;
    font-weight: 900;
    margin: 10px 0 20px;
  }

  .purple-premium-section .intro img {
    width: 70px;
    height: 70px;
    border-radius: 8px;
  }

  .purple-premium-section .purple {
    color: #9b5de5;
    font-weight: bold;
  }

  .purple-premium-section .highlight {
    color: #ffc107;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
  }

  .purple-premium-section .checklist {
    list-style: none;
    padding: 0;
    margin: 20px 0;
  }

  .purple-premium-section .checklist li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
  }

  .purple-premium-section .checklist li::before {
    content: "âœ”";
    color: #00c853;
    font-weight: bold;
    position: absolute;
    left: 0;
  }

  .purple-premium-section .note {
    font-size: 14px;
    margin-top: 20px;
    color: #ddd;
  }

  /* Roadmap */
  .purple-premium-section .roadmap-box {
    background: #111;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 20px;
  }

  .purple-premium-section .small-title {
    color: #aaa;
    text-transform: uppercase;
    font-size: 12px;
  }

  .purple-premium-section .roadmap {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 20px;
    padding: 20px 0;
  }

  .purple-premium-section .roadmap .line {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    height: 3px;
    background: #ffc107;
    z-index: 1;
  }

  .purple-premium-section .step {
    position: relative;
    text-align: center;
    width: 25%;
    z-index: 2;
  }

  .purple-premium-section .dot {
    width: 14px;
    height: 14px;
    background: #ffc107;
    border-radius: 50%;
    margin: auto;
  }

  .purple-premium-section .heading-new {
        color: #ffc524;
        font-family: "Bebas Neue";
        font-size: 38px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        display: block;
        margin: auto;
        margin-left: 60px;
        width: 272px;
  }

  .purple-premium-section .with-pgs {
        color: #fff;
        font-family: Roboto;
        font-size: 25px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%;
        margin-bottom: 9px;
  }

  .purple-premium-section .SUPPORTED-bY {
        color: #fff;
        font-family: "Bebas Neue";
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 0px;
               line-height: 100%;
  }

  .purple-premium-section .checklist-new {
        color: #fff;
        font-family: Roboto;
        font-size: 14px;
        
        font-style: normal;
        font-weight: 400;
        line-height: 100% !important;
        letter-spacing: var(--Body-Large-Tracking, 0.5px);
        margin-bottom: 9px;
  }

  .usml-black-heart {
    position: static;
    margin-top: -55px;
    margin-right: 50px;
  }

  .purple-premium-section .title-our {
        color: #fff;
        font-family: var(--Body-Large-Font, Roboto);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.5px;
  }

  .purple-premium-section .title-our-containt {
    color: #fff;
    font-family: var(--Body-Large-Font, Roboto);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 100% !important;
    letter-spacing: var(--Body-Large-Tracking, 0.5px);
  }

  .purple-premium-section .right-title {
    color: #ffc524;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: var(--Label-Large-Line-Height, 16px);
    letter-spacing: var(--Label-Large-Tracking, 0.1px);
  }

  .purple-premium-section .PurplePremium {
    color: #b57cff;
    font-family: "Bebas Neue";
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  
 .checklist-new i {
    color: #0ABF8C;
    font-size: 18px;
}

  .purple-premium-section .PurplePremium-start {
        color: #b57cff;
        font-family: "Bebas Neue";
        font-size: 38px;
        font-style: normal;
        font-weight: 400;
        line-height: 0;
        margin-bottom: 16px;
  }

  .purple-premium-section .purple-image {
        width: 108px;
        border-radius: 15px;
        height: 99px;
  }

  .purple-premium-section .purple-image {}

  /* âœ… All styles scoped under .pgs-pricing */
  .pgs-pricing {}

  .pgs-pricing .pricing-section {
    display: grid;
    gap: 24px;
  }

  .pgs-pricing .pricing-card {
    padding: 20px;
    transition: all 0.3s ease;
  }

  .pgs-pricing .pricing-card:hover {
    transform: translateY(-4px);
  }

  .pgs-pricing .pricing-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 3px;
  }

  .pgs-pricing .step-number {
         display: flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 58px;
        color: #000;
        border: 1px solid #000;
        border-radius: 1px;
        background: white;
        font-family: Roboto, sans-serif;
        font-size: 40px;
        font-weight: 600;
        line-height: 1;
  }

  .pgs-pricing .pricing-desc {
        flex: 1;
        color: #000;
        font-family: Roboto, sans-serif;
        font-size: 14px;
        font-weight: 600;
               line-height: 100% !important;
        margin: 0;
  }

  .usml-fn-fw {
    font-size: 16px;
    font-weight: 400;
  }

  .pgs-pricing .pricing-desc-bold {
           flex: 1;
        color: #000;
        font-family: Roboto, sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 28px;
        margin: 0;
  }

  .pgs-pricing .pricing-label {
        color: #000;
        font-family: Roboto, sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
                line-height: 100%;
  }

  .pgs-pricing .pricing-value {
        color: #009c70;
        text-align: center;
        font-family: Roboto, sans-serif;
        font-size: 25px;
        font-weight: 600;
        line-height: 25px;
        letter-spacing: -0.2px;
  }

  .pgs-pricing .pricing-discount {
    font-size: 18px;
    font-weight: 700;
    color: #ef4444;
    margin: 0;
  }

  .pgs-pricing .note {
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
  }

  .pgs-pricing .overflow-x-auto {
    overflow-x: auto;
  }

  .usml-card {
    /* max-width: 28rem;  */
    margin: 0 auto;
    /* mx-auto */
    background: #000;
    color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    padding: 1.5rem;
    /* p-6 */
  }

  .usml-card>*+* {
    margin-top: 1rem;
    /* space-y-4 */
  }

  .usml-fee {
    font-family: Roboto, sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 0px;
    color: #fff;
    margin-top: 60px;
  }

  .usml-fee-note {
    font-size: 0.875rem;
    /* text-sm */
    font-weight: 500;
    color: #9ca3af;
    /* gray-400 */
  }

  .usml-badge {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #000;
    background-color: #b57cff;
    border-radius: 5px;
    padding: 0.25rem 0.75rem;
    /* py-1 px-3 */
  }

  .usml-notes {
background-color: #ffc524;
        color: #000;
        font-family: Roboto, sans-serif;
        font-size: 16px;
        font-weight: 700;
        border-radius: 6px;
        padding: 11px 16px;
        width: 88%;
        line-height: 100% !important;
  }

  .usml-notes p {
    margin: 0;
    line-height: normal;
  }

  .usml-price-range {
    background-color: #ffc524;
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    border-radius: 6px;
    padding: 0.75rem;
    margin-top: 0.5rem;
  }

  .usml-heading-usml {
    display: flex;
    justify-content: center;
    /* horizontally center */
    align-items: center;
    /* vertically center */
    width: 100%;
  }

  .usml-title {
    /*width: 70%;*/
    color: #04f;
    background-color: #c3ffa9;
    font-family: Roboto, sans-serif;
    font-size: 28px;
    font-weight: 900;
    font-style: normal;
    line-height: 98%;
    display: inline-block !important;
    text-transform: uppercase;
    text-align: center;
    /* center text inside h1 */
  }

  .What-isa-Clinical {
        text-indent: 13px;
        color: #000;
        font-family: "Bebas Neue";
        font-size: 38px;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 25px;
        text-align: start;
        line-height: 100%;
  }

  .usml-font-title-usml {
    color: #000;

    /* body20 */
    font-family: var(--Body-Large-Font, Roboto);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--Body-Large-Line-Height, 24px);
    /* 120% */
    letter-spacing: var(--Body-Large-Tracking, 0.5px);
    gap: 10px;
  }

  .IMG-Benefits {
    color: #000;

    /* roboto24bullets */
    font-family: Roboto;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: var(--Body-Large-Line-Height, 24px);
    /* 100% */
    letter-spacing: var(--Body-Large-Tracking, 0.5px);
  }

  .usml-title-g-10 {
        gap: 10px;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 6px !important;
        line-height: 20px;
  }

  .usml-title-g-10 i{
      font-size : 18px;
              margin-top: 4px;
  }
  .learn-more {
    margin-bottom: 120px;
  }

  .usml-text-underline-show {
    text-decoration: underline;
  }


 .usml-be-part {
    color: #000;
    font-family: "Bebas Neue";
    font-size: 24px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 32px */
  }

  .usml-a-clinical {
        margin-top: 7px !important;
        color: #000;
        text-align: start;
        font-family: var(--Static-Headline-Small-Font, Roboto);
        font-size: var(--Static-Headline-Small-Size, 14px);
        font-style: normal;
        font-weight: 400;
        line-height: var(--Static-Headline-Small-Line-Height, 20px);
        letter-spacing: var(--Static-Headline-Small-Tracking, 0);
        margin-bottom: 10px !important;
  }

  .usml-text-purple {
    color: #b57cff;
    text-decoration: underline;
  }

  .usml-card-tital2 {
        background-color: #e1f9d9;
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        height: 123px !important;
        display: flex !important;
        align-items: center;
        padding: 22px !important;
                margin-bottom: 10px;
  }

  .no-uppercase {
    text-transform: none !important;
  }


  .usml-hero-title {
        color: #000;
        font-family: "Bebas Neue";
        font-size: 76px;
        font-style: normal;
        font-weight: 400;
        line-height: 64px;
        letter-spacing: var(--Title-Large-Tracking, 0);
  }

  .usml-click-button {
    width: 300px;
    /* height: 120px; */
    font-weight: 400;
    border-radius: 8px;
            margin-top: -14px;
        margin-bottom: -14px;
  }

  .usml-update-css .checklist li {
        position: relative;
        padding-left: 5px;
        font-size: 14px;
                line-height: 100% !important;
        line-height: 22px;
        display: flex;
        align-items: start;
        gap: 10px;
        color: black;
  }
  /*.usml-update-css .checklist li::before {*/
  /*  content: "âœ”";*/
  /*  position: absolute;*/
  /*  left: -8px;*/
  /*  top: 0;*/
  /*  color: lightgreen;*/
  /*  font-weight: bold;*/
  /*  height: 27px;*/
  /*  width: 22px;*/
  /*  border: 1px solid lightgrey;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  justify-content: center;*/
  /*}*/


  .usml-text-color-theme {
    color: #FF0000E5;
    font-weight: 400;
  }




  .new-tabel-usml {
    max-width: 100%;
    overflow-x: auto;
  }




  .new-tabel-usml table {
    width: 100%;
    width: 588px;
    border-collapse: separate;
    border-spacing: 0;
           border: 1px solid #000000;
    border-radius: 18px;
    overflow: hidden;
   
    font-family: Arial, sans-serif;
    font-size: 15px;
  }



  .new-tabel-usml th {
        text-align: center;
        padding: 12px !important;
        font-weight: 500;
        color: #111827;
        font-size: 25px !important;
        border: 1px solid #000000;
        line-height: 100% !important;
  }

  .new-tabel-usml td {
        padding: 10px 8px;
        color: #374151;
        border: 1px solid #000000;
        font-weight: 400;
        color :#000000A6 !important;
        text-align: center;
        font-size: 14px !important;
  }

  .new-tabel-usml tr:last-child td {
    border-bottom: none;
  }
  .new-tabel-usml tr td:first-child
  {
      font-weight : 700 !important;
      color :#000 !important;
      text-align : center;
  }
  

  .usml-fw-700 {
    font-weight: 700;
  }

}

.horizontel-tabs {
  /* overflow: hidden; */
  position: relative;
  width: 100%;
  padding-top: 20px;
}

.purple-dot:after {
  position: relative;
}

.purple-dot:after {
content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 10px;
    background: #B57CFF;
    left: 11px;
    border: 2.12px solid #9747FF;
}

.swiper-wrapper .purple-dot:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 16px;
  background: #B57CFF;
  left: 15px;
  border: 2.12px solid #9747FF;
}

.border-radius-16px {
  border-radius: 16px;
}

.border-radius-16px .card-box-gradiant {
  border-radius: 16px !important;
}

.upcoming-swiper .swiper-button-prev,
.upcoming-swiper .swiper-button-next {
  height: 31px;
  border: 3px solid #1E1E1E !important;
  width: 32px;
}

.upcoming-swiper .swiper-button-next {
  margin-left: 0px !important;
}

.btn-download-custom img {
  transform: scale(1.4);
}

.btn-download-custom:hover {
  opacity: 0.7;
}

.btn-download-custom {
  background: #0ABF8C !important;
  border-radius: 51px;
  width: 40px;
  height: 40px;
  border: 1px solid #00000033;
  margin-top: -48px;
}

.bottom-scrolling-swiper {
  position: absolute;
  bottom: -13px;
  left: 160px;
  right: 0;
  margin: auto;
  width: 82px;
  flex-direction: row !important;
}

.fnt-family-1 {
  font-family: "Roboto Mono", monospace;
}

.pt-50 {
  padding-top: 50%;
}

.fs-16 {
  font-weight: 16px !important;
}

.bg-light-box .fs-16 {
  font-weight: 400 !important;
}

.pr-5 {
  padding-right: 5% !important;
}

.pr-1 {
  padding-right: 1% !important;
}
.docs-grid .doc-card li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 400 !important;
  line-height: 17px;
      font-size: 14px;
}

.step-card .custom-fnt-10 {
  font-size: 14px !important;
  line-height: 19px;
  display: block;
  margin-bottom: 8px;
  margin-top: 9px;
}

.step-section .steps h3 {
    line-height: 15px;
    font-weight: 400 !important;
    display: inline-block;
    padding: 2px 14px;
    border-radius: 6px;
    margin-bottom: 14px;
    border: 1px solid #00000033;
}

.list-of-view-1 li {
  font-size: 15px !important;
  margin-bottom: 11px;
}

.list-of-view-1 {
  padding-left: 17px !important;
}

.border-section-set h4 {
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 500;
}

.border-section-set div {
  width: 100% !important;
}

.border-section-set h6 {
  margin-bottom: 8px;
  border: 1px solid #00000033;
  width: 100%;
  border-radius: 9px;
  padding: 2px 9px;
  font-size: 19px;
  font-weight: 500;
}

.border-section-set p {
  padding-left: 10px;
  margin-bottom: 8px;
  font-size: 14px;
}

.bg-btn-arrow {
    background: #FFC524;
    padding: 8px 11px;
    border-radius: 100px;
    width: 42px;
    height: 41px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
}

.flex-heading-floting {
  border-radius: 10px 19px 0px 0px;
  text-align: center;
  margin-bottom: -15px !important;
  position: relative;
  z-index: -2;
}

.bottom-scrolling-swiper-section span {
  position: absolute;
  color: black;
  margin-top: 21px;
  margin-left: 4px;
}

.bottom-scrolling-swiper-section {
  position: absolute;
  bottom: 17px;
  width: 100%;
  gap: 2px !important;
  flex-direction: row !important;
  left: auto;
  right: auto;
  justify-content: center !important;
  margin: auto;
}

.bottom-scrolling-swiper-section .swiper-button-prev,
.bottom-scrolling-swiper-section .swiper-button-next {
  height: 35px;
  border: 3px solid #1E1E1E !important;
  width: 34px;
}

.text-box-logo span {
    background: #009C70;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    width: 78px;
    height: 40px;
    opacity: 1;
    padding: 10px;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 12px;
}

.text-box-logo {
  border: 1px solid #000000;
  padding: 15px;
  border-radius: 0;
}

.text-box-logo:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: -7px;
  background: #E4E4E4;
  left: -7px;
  border: 3.12px solid #9747FF;
}

.down-arrow-scroll button {
  background-color: transparent !important;
  border: none !important;
}

.down-arrow-scroll img {
  height: 40px;
}

.down-arrow-scroll button {
  right: 50px;
  position: absolute;
}

.down-arrow-scroll {
  position: sticky;
  top: 30%;
  z-index: 10;
  right: 51px;
}

.scroll-down {
  margin-top: 43px;
}

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

.ht-55px {
  height: 55px !important;
  line-height: 0;
}

.placeholder-text::placeholder {
  color: #9747FF !important;
}

.accordion.accordion-style-02 .accordion-title i {
  font-size: 23px;
}
.accordion.accordion-style-02 .last-paragraph-no-margin p:last-of-type {
    margin-bottom: 0;
    color: #666666;
    line-height: 22px;
    margin-top: 8px;
    font-size: 12px;
}

.left-4.purple-section::after {
  left: 363px !important;
}

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

.pink-card-with-img {
    background: #F4E5E4;
    border: 1px solid #00000033;
    border-radius: 29px;
    margin: auto;
    position: absolute;
    top: -94px;
    width: 311px;
    right: -5%;
    height: 389px;
}

.pink-card-with-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.bg-pgs-content {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    position: relative;
    border-radius: 1rem;
    padding: 1.5rem 2rem;
    margin-bottom: 3rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-right: 100px !important;
}

.bg-pgs-content .pgs-badge {
    position: absolute;
    color: #111827;
    background-color: #D9E0FF;
    right: 0px;
    bottom: 19%;
    height: 156px;
    width: 139px;
    display: flex;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    z-index: -1;
    padding-left: 59px;
    white-space: nowrap;
    padding-top: 14px;
}
.lh-45{
    line-height:45px;
}
.purple-gray-box {
  position: relative;
  z-index: 0;
}

.grid-block-size {
  height: 448px;
  width: 100%;
}

.border-dashboard .bg-flot-box-dashboard
{
        top: 42% !important;
}
.border-dashboard
{
    border: 1.6px solid transparent;
    border-image-source: linear-gradient(90deg, #9747FF, #F756FF 50%, #0ABF8C);
    border-image-slice: 1;
    padding: 20px;
    border-radius: 10px;
    padding-top: 162px !important;
    padding-bottom: 260px !important;
}
.grid-block-size img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.bg-flot-box-dashboard {
    background: #0A0D1C;
    border-radius: 7px;
    padding: 3px 25px;
    z-index: 11;
    width: 96%;
    top: 16%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}

.light-blue-text {
  display: flex;
  color: #66C4FF;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 18px;
}

.flot-green-box-dashboard {
  width: 371px;
  background: #C3FFA9;
  padding: 15px 7px;
  position: absolute;
  top: 40%;
  left: 82px;
}

.section-img-setup {
  border: 1px solid #00000033;
}

.like-floting-button img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.like-floting-button {
  width: 48px;
  position: absolute;
  right: 30px;
  top: -36px;
  overflow: hidden;
  border-radius: 9px;
}

.arrow-box-top p {
  margin-top: 41px;
  margin-bottom: -25px !important;
}

.card-box-webcome {
  width: 180px;
  border: 1px solid #000000;
  box-shadow: 0px 20px 25px -5px #0000001A;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
    top: 43%;
    right: 17px;
}

.fit-cover-webcome img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fit-cover-webcome {
  width: 180px;
  height: 142px;
}

.card-box-webcome .header-web {
  display: flex;
  align-items: center;
  padding: 1px 9px;
  justify-content: space-between;
}

.header-web .webcome-buttons {
  display: flex;
  gap: 5px;
}

.header-web .webcome-buttons span.bg-red {
  background-color: #FF746D;
}

.header-web .webcome-buttons span.bg-yellow {
  background-color: #FDC75C;
}

.header-web .webcome-buttons span.bg-green {
  background-color: #18DA32;
}

.header-web .webcome-buttons span {
  width: 12px;
  height: 12px;
  display: block;
  opacity: 1;
  border-radius: 9999px;
}

.header-web {
  background: #38383d;
  height: 36px;
  backdrop-filter: blur(40px)
}

.dark-pink-bg {
  background-color: #B57CFF;
}

.custom-padding-10 {
  padding-top: 5%;
  padding-bottom: 10%;
}

.none-replace {
  display: none;
}

.full-items-width .item-clients {
  width: 100% !important;
}

.dark-green-800 {
  color: #009C70 !important;
}

.aspact-ratio-16-9 {
  /* aspect-ratio: 16 / 9; */
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.wrapper-content {
  width: 75% !important;
  margin: auto;
}

.wrapper-content-2 {
  width: 85% !important;
  margin: auto;
}

.custom-cursor {
  /* width: 75% !important; */
  margin: auto;
}

.full-width-img {
  background-repeat: no-repeat;
  background-size: 110%;
  padding: 29px;
  z-index: 1;
  border-radius: 15px;
  height: 600px;
  position: relative;
  display: flex;
  align-items: center;
}

.sinup-box.d-flex {
  flex-direction: row;
  gap: 20px
}

.absolute-about-signup .btn-btn-flot {
    background: #FFD300;
    border: none;
    height: 22px;
    line-height: 0;
    white-space: nowrap;
    border-radius: 3px;
    position: absolute;
    right: 5px;
    top: 6px;
    width: 77px;
    font-size: 13px;
    font-weight: 400;
}
.absolute-about-signup .form-controls .form-control {
  padding-right: 99px;
}

.absolute-about-signup {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 10px !important;
  bottom: -110px;
  padding: 25px 24px !important;
}

.w-671px
{  width: 671px !important;
    
}
.w-224px
{  width: 224px !important;
    
}
  
.absolute-about-signup .btn-google img {
    position: absolute;
    left: 23px;
    top: 10px;
    width: 14px;
}

.pb-200 {
  padding-bottom: 222px !important;
}

.full-width-img-after::after {
    position: absolute;
    content: '';
    bottom: -20px;
    height: 100px;
    background: black;
    width: 85%;
    left: 103px;
    z-index: -2;
    border-radius: 15px;
}

.fnt-normal {
  font-family: "Roboto", sans-serif;
}

.active-path .bg-gray {
  background-color: black !important;
  color: #B57CFF !important;
  font-size: 22px !important;
  line-height: 30px !important;
}

input.border-radius-0px {
  border-radius: 0px !important;
}

.custom-font-25 {
  font-size: 35px !important;
}

.custom-heading-box {
  height: 150px;
  display: flex;
  align-items: center;
  padding: 22px !important;
  margin-bottom: 3px !important;
  padding-bottom: 1px;
}

.position-sticky {
  position: sticky !important;
  top: 20px;
  z-index: 10;
}

.logo-slider {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background: #fff;
  padding: 20px 0;
}

.logo-track {
  display: flex;
  gap: 20px;
  animation: scroll 10s linear infinite;
}

.logo-track img {
  height: 40px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.logo-track img:hover {
  transform: scale(1.1);
}

/* ðŸŸ¢ Pause the animation on hover */
.logo-slider:hover .logo-track {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.fs-80 {
  font-size: 5rem !important;
  line-height: 5rem !important;
}

.fs-25 {
  font-size: 25px !important;
}

.pl-87 {
  padding-left: 87px !important;
}

.fs-24 {
  font-size: 24px !important;
  line-height: 32px;
}

.ht-80 {
  height: 80%
}

.bg-pgs-content .text-dark-gray {
  color: #000000a6 !important;
}

.text-indennt-30 {
  text-indent: 30px;
}

.info-card-countries-usa {
  position: sticky;
  top: 20px;
  z-index: 1;
}

.hero-country-box {
  height: 330px;
  width: 100%;
}

.hero-country-box img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.fs-16 {
  font-size: 16px !important;
}

.info-card-countries-usa p,
.info-card-countries-usa a {
font-size: 14px;
    font-weight: 700;
    line-height: 100% !important;
    margin-bottom: 18px !important;
    display: block;
}

.grid-item .table td {
  vertical-align: middle !important;
}



.table-border-overflow {
  overflow: hidden;
  border: 1px solid #000000;
  border-radius: 18px;
  margin-top: 10px;
}

.active .btn.btn-dark.active.fw-bold {
  font-weight: bold !important;
}

.flot-small-p {
  position: absolute;
  left: 70px;
  right: 0;
  width: 100%;
  text-align: center;
  bottom: 14px;
  /*font-size: 10px;*/
  font-size: 12px;
}

.studentResource .sop-tag {
    background: black;
    color: white;
    display: inline-block;
    padding: 1px 5px;
    border-radius: 12px;
    font-size: 12px;
    margin-right: 0px;
    font-weight: 500;
    letter-spacing: 0.12px;
}

.studentResource .sop-tags {
  margin: 12px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}

.bottom-scrolling-hr {
  margin: auto;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  margin-bottom: -10px;
}

.bottom-scrolling-hr button img {
  width: 30px;
  transform: rotate(90deg);
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) #dee2e6bd !important;
}

.fix-box-design .sop-start-free {
  font-size: 13px;
}

.fix-box-design .sop-image-wrapper-1 {
  height: 249px;
}

.fix-box-design .event-author-info {
  padding: 3px 11px;
  top: 20%;
}


.fix-box-design .card-box-date .box-date-info {
    height: 102px !important;
    margin-top: -21px !important;
    width: 96px !important;
}

.fix-box-design .sop-tags {
  margin: 5px 0;
}

.fix-box-design .card-box-date .box-date-info .date {
    font-size: 52px;
    color: #B57CFF;
    font-weight: 600;
}
.active-accordion .accordion-title
{
    color : #EE2C3C !important;
}

.fix-box-design .sop-top-label {
  font-size: 12px;
  padding: 0px 6px;
}

.fix-box-design .sop-tag {
    padding: 2px 6px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 19px;
    font-weight: 500;
}

.fix-box-design .sop-top-label img {
  width: 19px;
}

.fs-21
{
    font-size : 21px !important;
}

.fix-box-design .sop-card-unique-unique-1 .closed-box {
    height: 50%;
    font-size: 37px;
    line-height: 46px;
    padding: 32px;
    z-index: 10000000;
    width: 244px;
    /*width: 65%;*/
}

.fix-box-design .closed-status {
  filter: grayscale(1);
}

.border-gradient-purple-pink-1 {
    border: 2px solid transparent;
    border-radius: 12px;
    background-image: linear-gradient(#e8e8e8, #ffffff), linear-gradient(90deg, #9747FF 0%, #F756FF 50%, #0ABF8C 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}


.full-box-content-height .sop-top-label,
.full-box-content-height .sop-start-free {
  left: 152px;
  top: 10%;
}

.full-box-content-height .event-author-info {
  top: 18%;
  left: 9%;
}
.full-box-content-height .sop-heart-icon.bg-purple {
  right:4%;
}

.full-box-content-height .sop-heart-icon img {
  width: 21px;
  margin-top: -4px;
}

.full-box-content-height .sop-heart-icon {
  position: absolute;
  top: 28px;
  right: 1%;
}

.full-box-content-height .purple-dot:after {
  top: -3px;
  background: #B57CFF;
  left: -5px;
}

.floting-left-100 {
  margin-left: -70px;
}

.black-box-border {
  border: 1px solid black !important;
  padding: 7px !important;
  border-radius: 7px !important;
}

.card-stps {
    max-width: 395px;
    margin: 40px auto;
    padding: 18px;
    background: white;
    border-radius: 12px;
    box-shadow: none;
}

.hidden {
  display: none;
}

/* .que-yellow-label { color: #d4a100; margin-top: 20px; } */
.que-progress {
  border-radius: 5px;
  margin: 8px 0;
}

.que-progress-bar {
  width: 25%;
  transition: width 0.4s ease;
}
.btn-back {
  background: #ccc;
  margin-right: 10px;
}

.btn-next {
  background: #ffbf00;
}

.req {
  color: red;
}

.btn-next {
    background: #009C70;
    padding: 10px 39px;
    height: 27px;
    line-height: 0;
    letter-spacing: 0.5px;
    color: white;
    font-weight: 500;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    width: 148px !important;
}
.btn-back {
  margin-top: 14px;
  background: #aeaeae;
  color: black;
  padding: 10px 39px;
   height: 27px;
  line-height: 0;
  letter-spacing: 0.5px;
  font-weight: 500;
  border-radius: 14px;
    font-size: 16px;
  border: none;
      width: 148px !important;

  cursor: pointer;
}
.USML-Erotatio-Css-Update .card-box-img .hero-img
{
    max-height: 160px;
    object-fit: cover;
}

.box-compact-img {
    height: 280px;
}
.scale-down
{
  transform: scale(0.9);
}
.scale-down-hero-student-resource {
    transform: scale(0.8);
    margin-top: -75px;
}

.minus-8
{
    margin-top: -8% !important;
}
.copyrght h4
{
        font-weight: 700 !important;
}

.copyrght .w-15.text-white
{
    font-weight: 400 !important;
    font-family: "Bebas Neue", sans-serif;
    font-size: 48px !important;
}
.footer div.fs-20
{
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
}
.fs-16.fw-400.lh-20
{
    
}

.fs-38 {
    font-size:38px;
    line-height: 2.5rem;
}
.fs-36 {
    font-size:36px;
        line-height: 38px;
}
.w-12{
width  :12% !important;
}
.w-32
{
    width : 32% !important;
}
.w-23
{
    width : 23% !important;
}
.aspact-rastion-2
{
   object-fit: none;
    aspect-ratio: 2.48;
}
.col-lg-3 .footer div.fs-20
{
        font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}
.box-tabs-bottom .nav
{
    width: 100%;
         padding: 0px;
    font-size: 20px;
}
.box-tabs-bottom
{
    border-bottom : none;
}
.box-tabs-bottom .nav a
{ 
    border: none !important;
    padding: 12px;
    color : #666666;
    font-weight  :600;
        line-height: 23px;
    width: 100%;
    font-size: 20px !important;
}


.box-flot-half-1
{
    background-color: #0ABF8C;
    height: auto;
    min-height: 240px;
    display: flex;
    align-items: center;
    margin-right: -50px;
}
.btn.btn-switch-text .btn-double-text {
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: 
cubic-bezier(0.15, 0.85, 0.31, 1);
    text-transform: capitalize !important;
}
.ls-minus-05px {
    letter-spacing: -0.5px !important;
}
.fs-35 {
      font-size: 35px !important;
}

.lh-16 {
    line-height: 16px !important;
}

.fs-12 {
    font-size: 12px !important;
}
.lh-28
{
        line-height: 28px !important;
}
.minus-7
{
    margin-top: -7% !important;
}

.fs-20 {
    font-size: 20px !important;
}

.ht-230px{
    height : 230px;
}

.purple-dot-1:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: -5px;
    background: #B57CFF;
    left: -5px;
    border: 2.12px solid #9747FF;
}
.lh-full{
    line-height : 100%;
}
.lh-98{
    line-height : 98%;
}

.w-344px
{
    width : 344px !important;
}
.blue-border-line{
    border: 2px solid #39A1FF;
}
.ht-100px
{
    height : 100px !important;
}
.max-ht-100px
{
    max-height : 100px !important;
}
.max-h-130px
{
    max-height : 130px !important;
}

body
{
    overflow-x : hidden;
}

.text-aligment-flot
{
    position: absolute;
    top: 36%;
    left: 10%;
}

.text-aligment-flot span
{
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: -6px !important;
    display: block;
}

.text-aligment-flot h6
{
    color: #EB0801 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.6px;
}

.w-461px
{
    width : 461px;
}
.ht-281{
    height : 281px;
}

.w-899px{
    width : 899px !important;
}

.w-228px{
    width : 288px !important;
}
.w-211px{
     width : 211px !important;
}

.w-332px{
    width  : 322px !important;
}

.lh-53{
        line-height: 53px;
}
.w-694px{
    width : 694px !important;
}

.w-701px
{
    width : 701px !important;
}
.w-643px
{
    width : 643px !important;
}

.w-996px
{
   width : 996px !important;
}
.w-345px
{
   width : 345px !important;
}

.w-760px
{
   width : 760px !important;
}

.w-700px
{
    width : 700px !important;
}
.w-345px
{
    width : 345px !important;
}
.w-345px
{
    width : 300px !important;
}
.w-328px
{
    width : 328px !important;
}
.flot-heart-icon
{
    width: 31px;
    border-radius: 5px;
    position: absolute;
    left: 22%;
    bottom: 62px;
}
.w-383px
{
    width : 383px !important;
}
.w-450px
{
    width : 450px !important;
}
.w-284px
{
    width : 284px !important;
}

.ht-24
{
   height: 30px;
}

.lh-64
{
    line-height : 64px;
}
.box-light .header-light {
    height: 50px;
    background-color: #FAEFE0;
    padding: 0.2rem;
    display: flex;
    align-items: center;
}

.w-185px
{
    width: 185px !important;
}
.w-204px
{
    width: 204px !important;
}
.w-964px
{
    width: 964px !important;
}
.fs-16
{
    font-size : 16px !important;
}

.county-box-short .img-box-fit
{
    height: 115px;
    overflow: hidden;
}
.county-box-short .img-box-fit img
{
}
.county-box-short
{
    flex: 1 1 calc(33% - 20px);
    max-width: 319px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 2.88px 0px 0px #B2B8C433;
    border: 0.96px solid #00000033;
    padding: 11px;
    padding-bottom : 0px;
}

.w-611px
{
    width : 611px !important;
}
.w-667px
{
    width : 667px !important;
}

.explore-section .w-30.cardbox-left {
  width: 312px !important;
        height: 280px !important;
    object-fit: cover;  
}

.w-108px h5{
    width : 108px !important;
}

.custom-width-pad{
    width: 110.6px !important;
    padding: 3px 0px !important;
    margin-top: 7px !important;
    font-size: 18px !important;
}
.w-877px
{
    width : 877px !important;
}

.w-555px
{
    width : 555px !important;
}
.w-899px
{
    width : 899px !important;
}
.w-256px
{
    width : 256px !important;
}

.lh-32
{
   line-height : 32px !important; 
}

.fix-object-cover-video{
    margin: auto;
    width: 252px;
    height: 344px;
}
.fix-object-cover-video img{
}
.ht-786px
{
        height: 876px;
}
.w-209px
{
    width: 209px !important;
}
.pb-200{
    padding-bottom : 200px;
}
.w-990px
{
    width :990px !important;
}
.w-145px
{
    width :145px !important;
}
.box-border-mark
{
    height: 93px;
    width: 391px !important;
    font-size: 12px !important;
    font-weight: 600;
    color: #FFC524;
    padding: 24px;
    display: flex;
    align-items: center;
    border: 1px solid gray;
    margin-top: 23px;
    margin-bottom: 20px !important;
}

.w-452px{
    width : 452px;
}
.w-263px{
    width : 263px;
}
.w-202px{
    width : 202px;
}
.w-863px{
    width : 863px;
}
.w-174px{
    width : 174px;
}
.w-148px{
    width : 148px;
}
.w-960px{
    width : 960px;
}
.h-256px{
    height : 256px;
}
.h-244px{
    height : 244px;
}
.h-225px{
    height : 225px;
}
.minus-15
{
    margin-top : -15%;
}
.h-143px {
    height: 143px !important;
}
.w-325px
{
    width : 325px !important;
}

.play-click-arrow
{
        position: absolute;
    display: flex;
    align-items: end;
    left: 17%;
    margin-top: 39px;
}
.w-870px{
    width : 870px !important;
}
.lh-42{
    line-height : 42px;
}

.w-903px{
    width : 903px;
}
.w-979px{
    width : 979px;
}

.w-698px{
      width : 698px;
}
.w-186px{
      width : 186px;
}


.w-470px{
      width : 470px;
}

.w-90px
{
    width : 90px !important;
}

.w-912px
{
    width : 912px !important;
}
.w-504px
{
    width : 504px !important;
}
.w-336px
{
    width : 336px !important;
}

.w-861px
{
    width : 861px !important;
}

.w-256px
{
    width : 256px !important;
}  
.w-135px
{
    width : 135px !important;
}  
.ht-294
{
    height : 294px !important;
}

.w-30-ht-30
{
    width : 30px !important;
    height : 30px !important;
}

.w-725px
{
    width : 725px !important;
}

.w-725px
{
    width : 725px !important;
}

.w-520px
{
    width : 520px !important;
}
.w-875px
{
    width : 875px !important;
}
.w-821px
{
    width : 821px !important;
}
.fs-86 {
    font-size: 5.413rem;
    line-height: 5.979rem;
}
.box-object-fit-10
{
    height: 211px;
    width: 135px;
    margin: 0 0 0 auto;
    margin-top: 10px !important;
}

.ms-22-flot-8
{
    height: 211px;
    width: 135px;
    margin: 0 0 0 auto;
}
.flot-section-top
{
    margin-top: -50px !important;
    margin-left: 25px !important;
}
.purple-gray-box .bg-light-box h6
{
        font-size: 14px;
}
.gap-10{
    gap : 3.5rem
}
.w-288px
{
   width : 288px !important; 
}
.lh-10 {
    line-height: 10px !important;
}

.flot-marquee-partnar
{
    top: 300px;
    position: absolute;
    right: 0;
    width: 60% !important;
}
.w-729px
{
    width: 729px !important;
}

.avatar-heading-right-box
{
    width: 207px;
    height: 126px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 32px;
    background: rgba(255, 197, 36, 0.1);
    border-radius: 30px;
    border: 1px solid white;

}
.avatar-heading-right-box h4 {
    border-radius: 12px;
    padding: 4px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 32px;
    line-height: 100%;
    color: black;
}
.w-990px{
    width : 990px;
}

.explore-section
{
    padding : 0px;
}

.w-30.cardbox-right img
{
      width: 63px !important;
    height: 63px !important;  
}
.w-304px{
    width : 304px !important;
}
.gray-bg{
    background : rgba(241, 241, 241, 1);
}

.no-log-dot:after
{
    top: -5px;
    left: -5px;
}

.filer-tag.fnt-update .tag-highlights span {
    border-radius: 13px;
    color: #000000;
    padding: 3px 8px;
    font-size: 13px;
background-color: #0000000D;
}
.w-730px{
    width : 730px !important;
}
.w-888px{
    width : 888px !important;
}
.w-947px{
    width : 947px !important;
}
.yellow-bg-box-5 .county-box-short{
    width: 264px;
    flex: none !important;
}
.yellow-bg-box-5 .county-box-short .img-box-fit {
    height: 130px;
    overflow: hidden;
}
.w-576px{
    width : 576px;
}
.w-860px{
    width : 860px;
}
.w-586px{
    width : 586px;
}

.list-of-notes .list-of-graphs img{
        height: 40px !important;
    width: 40px !important;
} .list-of-graphs .graph-box img{
    height:36px;
    width: 73px;
}
.fs-51{
    font-size : 51px !important;
    line-height: 3.25rem;
}
.w-863px
{
    width : 863px !important;
}

.dot-flot-1
{
    rotate: 0deg;
    display: inline-block;
    position: absolute;
    margin-top: 33px;
    margin-left: 6px;
}
.ht-55px
{
    height :55px !important;
}

.cutsom-count-1
{
    height: 60px !important;
    line-height: 55px;
}


.w-128px
{
    width : 128px !important;
}
.w-313px
{
    width : 313px !important;
}
.w-922px
{
    width : 922px !important;
}
.w-880px
{
    width : 880px !important;
}
.w-956px
{
    width : 956px !important;
}
.w-309px
{
    width : 309px !important;
}
.w-469px
{
    width : 469px !important;
}
.w-773px
{
    width : 773px !important;
}
.mb-15px
{
    margin-bottom : 15px;
}

.ht-160px{
    height : 160px !important;
}
.ht-224px{
     height : 223px !important;
}
.ht-222px{
    height : 222px !important;
}
.ht-343px{
        height: 343px !important;
}
.ht-107px{
        height: 107px !important;
}
.custom-gap-1
{
        margin-right: 1px;
    margin-left: 6px;
}
.w-969px
{
    width: 969px;
}
.w-903px{
width: 903px;
}
.small-caption.caption-img-box-new img{
    height: 234px;
    width: 223px !important;
    border-radius: 25px; 
}
.small-caption.caption-img-box-new .position-absolute-css {
    position: absolute;
    bottom: 25px;
    text-align: start;
    width: 100%;
}
.small-caption.caption-img-box-new .flot-text
{
    position: absolute;
    right: 12px;
    text-align: end;
}
.fs-15 {
    font-size: 15px !important;
}
.w-873px{
    
}
.card-img-box
{
    width: 303px !important;
    height: 265px !important;
}
.w-873px
{
    width :873px !important;
}
.w-503px
{
    width :503px !important;
}
.ht-535px
{
    height:550px;
}
.gradient-border {
  border-radius: 10px;
      width: 279px;
    height: 259px;
  padding: 2px; /* Border width */
  background: linear-gradient(90deg, #9747FF 0%, #F756FF 50%, #0ABF8C 100%);
}

.gradient-border-inner {
    background: #fff;
    border-radius: 10px;
    padding: 58px 30px;
    height: 100%;
}

.w-895px
{
    width : 895px;
}

.outside-box-right-15 .last-paragraph-no-margin p:last-of-type {
  font-size : 16px;
  line-height : 1.0;
}


.w-998px
{
    width : 998px !important;
}



.w-803px
{
    width : 803px !important;
}
.w-305px
{
    width : 305px !important;
}

.w-704px
{
    width : 704px !important;
}
.w-723px
{
    width : 723px !important;
}

.w-616px
{
    width : 616px !important;
}
.w-303px
{
    width : 303px !important;
}


.fs-12 .last-paragraph-no-margin p:last-of-type{
      font-size: 15px;
    text-align: center;  
}

.path-item .bg-gray {
  font-size: 24px !important;
  line-height: 30px !important;
      width: 100%;
}

.lt-1.tag-comment{
        letter-spacing: 1.6px;
}

.pl-100px
{
    padding-left : 150px;
}

.w-841px{
    width : 841px;
}


.content-report
{
    padding-top : 70px;
}

.checkbox-card{
    
}

.checkbox-card .toggle-switch {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 14.5px;
}
.checkbox-card .toggle-switch input:checked+.slider:before {
      transform: translateX(18px);
    bottom: 2px;
}
.checkbox-card  .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 1px;
    bottom: 1.5px;
    transition: .4s;
    border-radius: 50%;
    background: linear-gradient(180deg, #FFFFFF 0%, #E8EAEA 100%);
}
.slider {
    background-color: rgba(239, 239, 239, 1);
    box-shadow: 0px 4.8px 6.4px 2.4px rgba(0, 0, 0, 0.1) inset;
}
.w-85px{
    width  :85px;
}

.w-264px{
    width  :264px;
}
.dummy-arrows{
      display: flex;
    justify-content: center;
    margin-top: 18px;
    margin-bottom: -16px;
    gap: 6px;  
}
.w-100.text-black.fs-32.mb-2.fw-700.m-auto
{
        margin-bottom: 2px !important;
}

.dummy-arrows:first-child img
{
    
}
.mb-10px.gap-5 .btn-double-text
{
        padding: 0px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    height: 38px !important;
    line-height: 28px !important;
    display: flex;
    width: 198px;
    align-items: center;
    border-radius: 12px !important;
    justify-content: center;
}
.small-caption {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px !important;
    
}
.mb-2.text-black.d-flex.gap-2.fs-20.fw-500{
  font-size : 25px !important;  
}

.ht-48{
    height : 48px;
}

.ht-32{
    height : 32px;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-9 {
    line-height : 12.8px;
    font-size: 9px !important;
}

.fs-20 {
    font-size: 20px !important;
}
.w-863px.m-auto.overlap-gap-section
{
    margin-top: 33px !important;
}
.label-flot-update
{
        font-size: 14px;
    width: 133px !important;
        gap: 6px;
        top: 8.5% !important;
    text-align: center;
    justify-content: center;
    height: 40px !important;
    border-radius: 10px;
}
.btn.bg-yellow.border-radius-10px.px-4
{
       font-size: 11.2px !important;
    height: 23px !important;
    width: 132px !important;
    line-height: 10px !important;
}

.text_purple.fs-30.text-end
{
        font-size: 36px !important;
}

.flot-green-box-dashboard-1{
    top: 91%;
    background: #C3FFA9;
    padding: 15px 7px;
    position: absolute;
    left: 195px;
    width: 300px;
    box-shadow: 10px 10px 1px 1px black;
}

.copyrght
{
   height : 280px !important; 
   border-top-right-radius: 32px;
    border-top-left-radius: 32px;
}
.fs-48
{
    font-size : 48px;
        line-height : 48px;
}

.lh-48{
    line-height : 48px;
}

.border-box-gradiant{
    padding: 1px;
    background: linear-gradient(90deg, #9747FF 0%, #F756FF 50%, #0ABF8C 100%);
    border-radius: 10px;
}
.fs-96

{
    font-size: 96px;
    line-height: 5.438rem;
}

.login-box .form-controls .form-control{
    height : 50px !important;
}
.login-box .input-groups{
    width: 100% !important;
}
.w-258px{
    width : 258px;
}
.w-445px{
    width : 445px;
}

.arrow-box.sidebar-box.active img
{
    margin : auto;
}

/*custom client updates */
html 
{
zoom: 0.9;
}
.accordion-body p
{
    line-height: 1.0 !important;
    font-size: 16px !important;
}
.fs-12 {
    line-height: 1.0 !important;
    font-size: 16px !important;
}
.fs-14 {
  font-size: 15px !important;
}

.btn.btn-purple.mt-1.bg-black-btn.fs-11.mt-1.mb-0
{ 
 font-size: 13px !important;
}

.tag-comment-cv
{
    display:inline-block;background:black;padding: 1px 10px;border-radius: 6px;font-size: 16px;color:white;line-height: 22px;font-weight: 600;
}

.mobile-block{
    display : none;
}
.sinup-box.d-flex
{
        z-index: 100;
}
@media (min-width: 768px) {
.desktop-none{
    display : none !important;
}
}
.flot-tag-incampus
{
    position: absolute;
    top: 5px;
    right: 5px;
    background: #B57CFF;
    color: #fff;
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 6px;
    height: 16px;
    line-height: 8px;
}


.lh-25 {
    line-height: 25px !important;
}

.text-limit-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 27px;
  max-height: 81px; /* 27 × 3 */
    height: 60px !important;
}
.text-limit-5{
display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 91px;
    height: 104px !important;
}

.text-limit-03 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 93px;
    height: 109px !important;
}
.text-limit-small-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 80px;
    height: 80px !important;
}
.sop-learn-btn
{
    border  :1px solid transparent !important;
}
.sop-learn-btn:hover
{
    color : #8D66FF !important;
    background : white !important;
    border : 1px solid #8D66FF !important;
}

.fav-text{
    position: absolute;
    top: 5px;
    right: 5px;
    background: #B57CFF;
    color: #fff;
    padding: 0px 8px;
    font-size: 12px;
    border-radius: 6px;
    line-height: 19px;
    padding-right: 26px;
}









































/*custom css*/
@media (max-width: 767px) {
    .wrapper-content {
    width: 95% !important;
    }
    .mobile-none{
               display: none !important;
    }
    .mobile-block{
        display : block;
    }
    .mobile-grid
    {
        display : grid  !important;
    }
    .mobile-grid-3
    {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .mobile-grid-2
    {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .mobile-grid-4
    {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
   .full-width-mobile .w-128px {
    width: 128px !important;
    margin: auto;
            margin-bottom: 15px !important;
}
    .w-671px{
         width : 100% !important;
    }
    .mobile-home-hero .sinup-box{
        display : block !important;
    }
    .w-863px{
         width : 100% !important;
    }
    .mobile-header a img{
       width  :110px;
       height  :20px;
    }
    .btn-search-mobile{
       border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        font-size: 10px;
        width: 28px;
        height: 27px;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btn-toggle-mobile
    {
            border: 0px solid rgba(0, 0, 0, 0.2);
            background: transparent;
    }
    .btn-toggle-mobile img
    { 
        width: 27px;
        height: auto !important;
    }
    .mobile-header
    {
        padding: 10px 15px;
        position: relative;
        z-index: 100;
    }
    .avatar-box
    {
            width: 100% !important;
    }
    .arrow-box {
     background-color: #BBC8FF;
        width: 32px;
        height: 60px;
        padding: 0px 7px;
        border-radius: 10px !important;

    }
    .arrow-box i
    {
           font-size: 9px;
    }
    .avatar-box img {
    border-radius: 50%;
    height: 20px;
    width: 20px;
   }
   .avatar-box h5,
   .avatar-box h4
   {
           font-size: 12px;
               line-height: 1.0;
   }
   .avatar-box {
           flex-direction: column;
    gap: 0px !important;
   }
   .avatar-box span {
    width: 6px !important;
    height: 10px;
    display: inline-flex;
    font-size: 12px;
}
.mobile-home-hero .col-lg-11 {
    padding : 0px;
}
.mobile-home-hero .italic-text {
           font-size: 25px;
        top: -1px;
        margin-left: -32px;
}
.mobile-home-hero h3 {
        text-transform: uppercase;
        margin-left: 0px;
        font-size: 29px;
        padding: 30px 10px 10px 10px;
        width: 150%;
}
.home-sec h4{
            margin-left: -80px;
        width: 120%;
}
.full-width-img-after::after {
    position: absolute;
    content: '';
    bottom: -7px;
    height: 18px;
    background: black;
    width: 89%;
    left: 24px;
    z-index: -2;
    border-radius: 15px;
}
.about-section h4 span
{
        font-size: 29px;
}
.full-width-img
{
        display: block;
        background: white;
        border: none;
        background-size: cover;
        height: 448px !important;
            padding: 0px !important;
        background-position: center;
}
.mobile-space-400{
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.mobile-frame-sidebar
{
      position: absolute;
      z-index: 10;
    width: 100%;
}
.mobile-home-hero .sinup-box
{
        position: inherit !important;
                position: inherit !important;
        padding: 0px !important;
        background: transparent !important;
        border: none !important;
}
.full-width-img
{
        display: block;
        background: white;
        background-position: 61% 28% !important;
        border: none;
        width: 60%;
        margin: auto;
}

.offset-1 {
    margin-left: 0 !important;
}
.nowrap {
    white-space: normal;
}

.mobile-home-hero
{
        margin: auto !important;
        padding-bottom: 0px !important;
        margin-top: -33px !important;
}

.home-sec h4 {
    display: block !important;
    background: black;
    white-space: nowrap;
    border-radius: 10px;
    padding: 7px 12px;
    padding-right: 35px !important;
    margin: auto 0 0 0;
    margin-top: 197px;
    margin-left: -80px;
}
.mobile-home-hero .sinup-box
{
        display: flex !important;
    flex-flow: column-reverse;
}
.w-50
{
    padding-top : 40px;
}
.mobile-home-hero .w-224px,
.mobile-home-hero .w-50
{
    width: 100% !important;
}

.full-width-img-after::after {
             width: 50%;
        margin: auto;
        left: 16px;
        right: 0;
        top: 130px;
        bottom: 0;
}
.mobile-home-hero .sinup-box
{
    width: 60% !important;
}

.full-width-img{
          box-shadow: 0px 7px 0px 0px black;
}

.absolute-about-signup .btn-btn-flot
{
        color: black !important;
}

.m-0
{
    padding :0px !important;
    margin  :0px !important;
}
.card-comment
{
    padding : 25px 10px;
}

.card-comment h5
{
    font-size : 24px;
    line-height :100%;
    letter-spacing : 0.36px;
}
.lt-1.tag-comment {
    letter-spacing: 1.6px;
    font-size: 12px !important;
    width: 176px;
    right: -16px;
    height: 58px !important;
    line-height: 33px !important;
}
.tag-comment::after
{
        height: 66px;
}

.absolute-about-signup .btn-btn-flot
{
        right: 11px;
}

.absolute-about-signup .form-controls .form-control {
    padding-right: 99px;
    width: 100% !important;
}
.input-groups {
    width: 100% !important;
}

.last-paragraph-no-margin p:last-of-type
{
    font-size  :12px !important;
    font-weight  :400;
}

.cutsom-count-1 {
    height: 39px !important;
    line-height: 55px;
    font-size: 25px !important;
}

.vertical-counter-number {
    overflow: hidden;
    padding: 0px 2.5px;
    width: 100%;
    height: auto;
    font-size: 25px;
}
.counter-style-04 .vertical-counter:after
{
        font-size: 25px;
}
.vertical-counter{
    height: 33px !important;
}

.mobile-nowrap{
    white-space: nowrap !important;
}
.mobile-w-half{
    /*width : 50%;*/
}

.m-fs-34px{
   font-size : 24px !important; 
           line-height: 100%;
}
.m-fs-12{
   font-size : 12px !important; 
           line-height: 100%;
}
.home-intro-pgs b
{
    font-size: 14px;
    color: black;
    display: block;
    margin-bottom : 4px;
}
.home-intro-pgs span
{
          font-size: 12px !important;
          line-height: 100%;
}



.w-880px,
.w-922px,
.w-998px
{
    width: 100% !important;
}
.mobil-items-start
{
          align-items: start !important;
}
   .home-intro-pgs .m-fs-12 {
        margin-bottom: 0px !important;
        margin-top: 4px;
}

.mobile-dashboard-box .fs-38{
    font-size: 24px;
    line-height: 2.5rem;
    width: 65% !important;
}

.bg-flot-box-dashboard
{
        background: #0A0D1C;
    border-radius: 7px;
    padding: 15px 16px;
    z-index: 11;
    width: 13rem;
    top: 16%;
    position: absolute;
    margin: auto;
    left: 9px;
    right: auto !important;
}

.flot-green-box-dashboard {
        width: 45%;
        background: #C3FFA9;
        padding: 15px 12px;
        position: absolute;
        top: 27%;
        left: auto;
        right: 16px;
}
.like-floting-button {
    width: 24px;
    position: absolute;
    right: 30px;
    top: -15px;
    overflow: hidden;
    border-radius: 9px;
}
.light-blue-text img
{
          width: 12px !important;
        margin-left: 3px;
}

.light-blue-text
{
    display: flex;
    color: #66C4FF;
    align-items: start;
    gap: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}
.m-fs-14-update
{
        line-height: 100%;
        padding: 29px 24px;
        padding-bottom: 5px;
        padding-top: 8px;

}
.section-video-category .fs-28{
        font-size: 16px !important;
    line-height: 18px;
}
.fs-22
{
        font-size: 14px !important;
    line-height: 14px !important;
}

.bg-path{
        font-size: 12px;
}

.bg-path i {
    margin-left: 13px;
    font-size: 28px;
    margin-top: -10px;
}
.w-773px {
    width: 100% !important;
}

.section-video-category .d-flex.align-items-center.justify-content-md-start
{
        flex-direction: row-reverse !important;
}
.section-video-category .card-light
{
        height: auto !important;
            font-size: 12px;
}
.section-video-category .arrow-box-top.m-auto img
{
    margin-left: 110px !important;
        margin-left: 100px;
}

.mobile-gap-3
{
           gap: 3px !important;
}
.section-video-category  figure {
        height: 423px;
    overflow: hidden;
    border-radius: 10px;
}
.section-video-category  .sm-mb-40px {
        margin-bottom: 0px !important;
}
.step-progress-img{
    display : none;
}

.card-stps
{
 margin: 0 !important;
}
.w-667px,
.w-969px
{
    width  :100% !important;
}
.bg-text-step
{
        font-size: 20px;
}

.mobile-fs-21{
    font-size : 21px !important;
}
.mobile-fs-22{
    font-size : 22px !important;
}
.mobile-fs-23{
    font-size : 23px !important;
}
.mobile-fs-24{
    font-size : 24px !important;
}
.mobile-fs-25{
    font-size : 25px !important;
}
.mobile-fs-26{
    font-size : 26px !important;
}
.mobile-fs-27{
    font-size : 27px !important;
}
.mobile-fs-28{
    font-size : 28px !important;
}
.mobile-fs-29{
    font-size : 29px !important;
}
.mobile-fs-30{
    font-size : 30px !important;
}
.mobile-fs-20{
    font-size : 20px !important;
}
.mobile-fs-19{
    font-size : 19px !important;
}
.mobile-fs-18{
    font-size : 18px !important;
}
.mobile-fs-17{
    font-size : 17px !important;
}
.mobile-fs-16{
    font-size : 16px !important;
}
.mobile-fs-15{
    font-size : 15px !important;
}
.mobile-fs-14{
    font-size : 14px !important;
}
.mobile-fs-13{
    font-size : 13px !important;
}
.mobile-fs-12{
    font-size : 12px !important;
}
.mobile-text-start
{
           text-align: start !important;
}
.que-step-header label
{
    font-size: 14px !important;
}

.que-step-header input[type="radio"] {
    width: 14px !important;
     padding: 0px !important;

    height: 14px !important;
}
.questions div {
    width: auto;
}
.que-yellow-label
{
        font-size: 14px;
        font-weight : 500;
                height: auto !important;
}
.questions
{
        align-items: start !important;
                gap: 15px !important;
}
.step-progress-mobile .bg-very-light-green
{
        margin: 0px 30px;
}

.home-gallery-mobile{
    
}

.w-903px
 {
    width: auto !important;
}
.home-gallery-mobile .mobile-compact-1
{
     width: 47% !important;
    font-size: 16px !important;
    line-height: 17px !important;
}
.home-gallery-mobile .grid-mobile-compact .m-w-48{
    width : 48% !important;
}
.home-gallery-mobile .grid-mobile-compact{
        flex-wrap: wrap;
    padding: 0px 30px;
    margin-top: -10px;
}
.home-gallery-mobile .small-caption.caption-img-box-new img {
        height: 160px !important;
        width: 223px !important;
        border-radius: 12px;
        object-fit: cover;
        margin-bottom: 10px;
}
.full-photo img
{
        height: 368px !important;
}
.home-gallery-mobile .card-img-box {
        width: 100% !important;
        height: auto !important;
        margin-bottom: -20px !important;
}
.w-35.m-w-48
{
              margin-top: -298px;
}
.card-img-box .avatar-name
{
        background: rgba(235, 247, 255, 1);
        border-radius: 11px;
        position: relative;
        top: -35px;
        border: 1px solid #00000040;
        padding: 9px 15px;
        height: 55px;
}

.card-img-box .avatar-name h5 {
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 2px !important;
}
.card-img-box .avatar-name h5 {
    color: #000000;
    font-size: 14px !important;
    line-height: 14px !important;
    margin-bottom: 2px !important;
}

.card-img-box .avatar-name  .fs-28
{
        white-space: nowrap;
}
.card-img-box .avatar-name h6:last-child
{
    display :none;
}

.w-873px {
    width: 100% !important;
}
.w-362px {
    width: auto !important;
}
.mobile-premium-section .card-line p{
    display : none;
}
.mobile-flex-wrap{
    flex-wrap  :wrap;
}

.mobile-premium-section .black-header-2
{
        background: #000000;
    color: #1BB152;
    padding: 6px 12px;
    display: inline-block;
    margin-top: 0;
    width: 100%;
    margin-bottom: 16px;
}
.mobile-premium-section .card-line.ht-535px
{
       padding-bottom: 0 !important;
    margin-left: 0 !important;
}
.mobile-premium-section .card-line
 {
        border: 1px solid #00000033;
        padding: 14px 12px;
        margin-bottom: 15px;
        background-color: #FAFAFA;
        border-radius: 12px;
        width: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
}
.fit-cover-webcome {
    width: 180px;
    height: 110px !important;
}
.black-header h5
{
        font-size: 16px;
}
.black-header-2 h5
{
        font-size: 16px !important;
}
.gradient-border h5 {
    margin: 0;
    font-size: 18px;
    
}
.black-header h6{
       font-size: 14px;
    margin: 0;
    line-height: 100%;
    width: 50%;
}

.black-header {
    background: #000000;
    color: #1BB152;
    padding: 6px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
    .black-header h5 {
        font-size: 16px;
        width: 50%;
    }
.mobile-premium-section .card-line-ht {
        border-radius: 8px;
}
.mobile-premium-section .gradient-border-inner
{
      height: 100%;
          padding: 11px 10px;
              border-radius: 8px;
}
.mobile-premium-section .gradient-border {
    border-radius: 5px;
    width: 100%;
            margin-bottom: 10px;
    height: auto !important;
}
.mobile-premium-section .black-header-1 {
    background-color: #000000;
    height: auto !important;
    border-radius: 5px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 24px;
    padding: 12px 13px;
    color: #B57CFF;
    display: flex;
    align-items: center;
    line-height: 100%;
}

.card-box-webcome
{
 position: inherit !important;
}
.pb-sm-0
{
    padding-bottom : 0px !important;
}
.mobile-premium-section .card-line.ht-535px{
    width : auto !important;
    height : auto !important;
}
.mobile-premium-section a.btn
{
        font-size: 14px;
    padding: 2px !important;
    border-radius: 0px !important;
}


.mobile-aboutus{
        padding-bottom: 30%;
}
.mobile-aboutus .about-floting-img{
    position: absolute;
    bottom: -50%;
    right: 0;
}
.mobile-aboutus .w-503px{
        width: 80% !important;
}
.mobile-aboutus .about-floting-img img {
    object-fit: cover;
    height: 219px;
    width: 133px;
}
.mobile-px-4{
        padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.mobile-pb-30{
    padding-bottom : 30%;
}

.mobile-lh-18{
    
        line-height: 18px !important;
}
.mobile-px-3
{
        padding: 1px 10px !important;
    border-radius: 2px !important;
}

.full-photo
{
    height : auto !important;
}
.paragraph-1
{
        font-size: 12px;
}
.card-img-box .avatar-name h6
{
        font-size: 12px;
}

.mobile-mb-0{
        margin-bottom: 0px !important;
}

.sm-p-30px.mobile-pb-0{
    padding-bottom : 0px !important;
}
.pt-30px.mobile-pt-0{
      padding-bottom : 10px !important;
    padding-top : 0px !important;
}

.mobile-m-auto{
    margin : auto;
}

.mobile-partner-arrow {
        width: 90%;
    position: absolute;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    margin: auto !important;
    left: 0;
    right: 0;
    z-index: 3;
    height: 100%;
    
}

.mobile-partner-arrow .slider-navigation-style-04 i{
        font-size: 30px;
}
.mobile-partner-arrow .slider-navigation-style-04{
        margin-right: 5px;
    padding: 0px !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
}

.w-895px {
    width: 100% !important;
}

.mobile-faq-cart-box{
    
}
.mobile-lh-22{
   line-height: 22px !important;
}
.mobile-lh-20{
    line-height : 20px !important;
}
.mobile-lh-19{
    line-height : 19px !important;
}
.mobile-lh-18{
    line-height : 18px !important;
}
.mobile-lh-17{
    line-height : 17px !important;
}
.mobile-lh-16{
    line-height : 16px !important;
}
.mobile-lh-15{
    line-height : 15px !important;
}
.mobile-lh-14{
    line-height : 14px !important;
}
.mobile-lh-13{
    line-height : 13px !important;
}
.mobile-lh-12{
    line-height : 12px !important;
}
.mobile-lh-full{
    line-height : 100% !important;
}

.moble-m-auto
{
    margin : auto;
}
.mobile-bold
{
    font-weight : bold;
}

.mobile-reverse-row{
        flex-direction: column-reverse;
    justify-content: center;
        padding: 11px 18px 6px 30px;
}

.w-383px {
    width: 100% !important;
    margin: auto;
            padding-right: 10px;
}
.mobile-lg-1{
    
}
.mobile-p-0
{
    padding : 0px !important;
}

.lg-mb-30px.mobile-mb-0
{
        margin-bottom: 15px !important;
}

.portfolio-filter li:nth-child(2),
.portfolio-filter li:nth-child(3){
    display : none;
}

.card-box-gradiant-header h5 {
    font-size: 24px;
    line-height: 100% !important;
}
.card-box-gradiant .box-date-info .date {
    font-size: 49px !important;
    color: black;
}
.card-box-gradiant .box-date-info
{
        height: 96px !important;
    margin-top: -7px;
    font-weight: 500;
         width: 100%;
        padding: 13px;
}
.card-box-gradiant .box-date-info .month {
    margin-bottom: -13px;
    font-size: 24px;
    margin-top: 11px;
    color: black !important;
}

.card-box-gradiant .date-box p {
    text-align: center;
    font-size: 12px !important;
    line-height: 13px !important;
}
.img-left-absoulute figure{
    
    width: 150px;
        height: calc(100vh - 35vh);
}
.img-left-absoulute img{
        transform: scale(2.0);
}

.mobile-fw-700
{
    font-weight : 700 !important;
}
.mobile-fw-600
{
    font-weight : 600 !important;
}
.mobile-fw-500
{
    font-weight : 500 !important;
            display: block;
}
.mobile-fw-400
{
    font-weight : 400 !important;
}
.mobile-fw-300
{
    font-weight : 300 !important;
}
.mobile-text-center
{
    text-align : center !important;
}
.mobile-text-start
{
    text-align : start !important;
}
.mobile-text-left
{
    text-align : left !important;
}

.mobile-pt-10
{
    margin-top:10% !important;
}

.mobile-px-5
{
    padding : 0px 20px;
}

.mobile-mt-13px
{
    margin-top: 13px;
}

.fw-400.fs-14.lh-19
{
    margin-top : 0px;
}

.mobile-faq-cart-box{
    padding-bottom : 0px !important;
}
.mb-2.btn.btn-small-large
{
        padding: 2px 12px !important;
    background-color: #6A5ED9;
    font-size: 14px !important;
}
.mb-10px.gap-5 .btn-double-text
{
        width: auto !important;
            height: 30px !important;
}
.mobile-get-start{
    width: 95% !important;
    line-height: 100%;
    font-weight: 400;
    color: rgba(113, 113, 122, 1);
    margin-top: 11px !important;
}
.feather {
    
}

.mobile-slider-pgs .w-20{
        width: 10% !important;
}
.mobile-slider-pgs .md-p-35px{
    padding : 0px !important;
}
.mobile-slider-pgs .col-lg-7{
   width: 90% !important; 
}
.mobile-slider-pgs .slider-navigation-style-04 {
    height: 26px;
    width: 26px;
    border-radius: 100%;
    position: relative;
    bottom: inherit;
    left: 14px;
    top: inherit;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid black !important;
}
.mobile-slider-pgs .slider-navigation-style-04.swiper-button-next {
    margin-left: 0 !important;
}

.mobile-slider-pgs .alt-font 
{    padding-left: 10px !important;
    margin-bottom: -15px !important;
}


.mobile-slider-pgs .bg-dark{
        margin-bottom: 0px !important;

}
.mb-20px.d-flex.align-items-center.gap-3
{
    align-items : start !important;
}

.avatar-box-full {
    width: 50%;
    height: 200px;
}

.copyrght {
        height: auto !important;
        background: black;
        padding: 13px 1px;
        padding-bottom: 0px !important;
        display: flex;
        align-items: center;

}
.tab-style-new {
    border-bottom: 0px solid #00000033 !important;
}

.copyrght .fs-24
{
    font-size: 10px !important;
    line-height: 100% !important;
}

.copyrght h4.w-20
{
        font-size: 20px !important;
}
.footer .col-lg-3{
    width: 63%;
    order: -1;
}
.footer .col-lg-2{
       width: 35% !important; 
       order: -1;
}
.card-bg-pruple{
        width: auto !important;
}

.footer .card-bg-pruple .fs-20 {
    font-size: 9.6px !important;
    line-height: 100% !important;
}
.footer .btn-join
{
        background: #150035 !important;
        border-radius: 20px;
        color: white !important;
        text-transform: capitalize !important;
        font-weight: 300 !important;
        padding: 3px 4px;
        margin-top: 10px;
        font-size: 11px;
        white-space: nowrap;
        margin-left: -2px;
        margin-bottom: 2px !important;
}
.footer .fs-14 {
    font-size: 8px !important;
}
.footer .fs-20 {
        gap: 3px !important;
        font-size: 10px !important;
        line-height: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
        text-decoration: none !important;
}
.footer .fs-20 img{
    width : 12px !important;
}
.social-flex img
{
        width: 12px;
}
.social-flex .social-img img
{
        width: 20px;
}
.footer .yellow-bg {
    background: #FFC524;
    display: inline-block;
    padding: 2px;
    color: black;
    font-weight: 500;
    font-size: 10px;
    border-radius: 1px;
    line-height: 10px !important;
}
.footer {
    border-top-right-radius: 30px;
    padding-top: 40px;
    position: relative;
    padding-bottom: 1px;
    margin-top: 115px;
    border-top-left-radius: 30px;
}

.footer  .terms-content{
    position: absolute;
    top: 46%;
    right: 37%;
}
.footer  .terms-content a{
font-weight: 400 !important;
        margin-bottom: 6px !important;
        font-size: 9.6px !important;
}

.footer a
{
  text-decoration: none !important;
  -webkit-text-decoration: none !important;
  text-decoration-color: transparent !important;
}
.footer .flot-img
 {
        position: absolute;
        top: -116px;
        width: 300px;
        right: 0;
        text-align: end;
}
.mobile-dashboard-box .row.justify-content-center.position-relative
{
        margin: 0px !important;
}
.section-video-category
{
         margin-top: 0px !important;
        padding: 0px !important;
}

.mobile-home-hero .row.position-relative.align-items-center
{
       margin: 0px !important;
}

.col-lg-6.mobile-p-0.mobile-pt-10
{
        padding: 0px 20px !important;
}
.mobile-slider-pgs
{
    padding-right: 15px !important;
}
.mobile-ht-full{
    height : 100% !important;
}

.w-956px {
    width: 100% !important;
}
.pgs-box-setup{
    
}
.w-309px {
    width: 100% !important;
            padding: 0px !important;
}

 .pgs-box-setup .w-469px {
        width: 100% !important;
        padding: 12px 12px !important;
        height: 11rem !important;
}

.mobile-wrap{
    flex-wrap  :wrap;
            gap: 7px !important;
}

.mobile-w-55{
    width : 65% !important;
}

.mobile-w-40{
    width : 30% !important;
}
.pgs-box-setup .card-custom .fs-25{
        font-size: 20px !important;
}
.w-150px {
    width: 100% !important;
}

.pgs-box-setup .card-custom .fs-28 {
    font-size: 20px !important;
}
.pgs-box-setup .card-custom.ht-107px {
        height: 6rem !important;
        border-radius: 10px !important;
}
.pgs-box-setup .card-custom.ht-107px.bg-yellow {
        height: 53px !important;
                width: 70px !important;
        border-radius: 10px !important;
}

.pgs-box-setup .ht-343px {
          height: 18rem !important;
}
.pgs-box-setup .ht-222px {
    /*height: 163px !important;*/
            height: 13.6rem !important;
}
.pgs-box-setup .fixed-img img {
    width: 100%;
    height: 92%;
}
.ht-224px {
    height: auto !important;
}
.pgs-box-setup  .text-calendar{
            color: rgba(0, 156, 112, 1);
        line-height: 17px !important;
        margin-top: 10px;
        font-size: 16px !important;
        font-weight: 600;
}
.banner-points h5 {
    font-size: 20px;
    color: black;
    font-family: "Bebas Neue", sans-serif;
    text-align: start;
    display: flex;
        margin-bottom: 6px;
    justify-content: start;
}
.check_box ul li {
    font-size: 12px !important;
    
        line-height: 12px !important;
}

.check_box ul li i {
    color: #009C70;
    font-size: 17px;
}
.card-custom.w-76px .fs-25
{
 font-size: 16px !important;
}
.mobile-d-flex{
            justify-content: space-around;
        display: flex;
                align-items: start;
                        gap: 10px;
}

.mobile-d-flex .card-custom.bg-yellow
{
   margin-bottom: 10px !important;
}
    .pgs-box-setup .card-custom.bg-yellow .fs-25 {
        font-size: 16px !important;
        text-align : center !important;
}
  .pgs-box-setup  .w-310px {
          padding: 12px !important
  }
  .pgs-box-setup  .w-50 {
        padding-top: 0px;
    }
  .pgs-box-setup  .w-50.pt-2 {
    width: 40% !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-top: 10px !important;
}
  .pgs-box-setup .w-310px {
    width: 100% !important;
}
  .pgs-box-setup .mobile-w-60 {
    width: 60% !important;
}
  .pgs-box-setup .full-box-1 {
        position: relative;
        margin-top: -10.16rem;
        left: 0;
        width: calc(100% - 69px) !important;
        margin-right: 86px !important;
        margin-left: 7px;

}
.pgs-box-setup h5.text-black.fw-700
{
     font-size: 16px !important;
    line-height: 17px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    margin-top: 80px;   
}
.mobile-student-cart .card-box-avatar
{
        flex-direction: column;
}
.mobile-student-cart .card-box-avatar
{
         width: 50% !important;
        margin: auto !important;
        padding: 55px 0px !important;
        position: relative;
        z-index: 8;
}
.mobile-student-cart .card-box-avatar .avatar-img h5
{
    font-size : 12px;
       background: black;
    color: white;
    padding: 2px 4px;
    letter-spacing: 1px;
    border-radius: 1px;
    line-height: 1;
    display: inline-block !important;
}

.mobile-student-cart .avatar-info {
    width: 95%;
}

.mobile-student-cart .card-box-avatar .title-info h5 {
    font-size: 24px;
    color: #009C70;
    letter-spacing: 0.5px;
    margin-bottom: 0px !important;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    line-height: 1;
     
}

.w-841px {
    width: 100% !important;
}

.mobile-student-cart .avatar-heading-right-box h4 {
    border-radius: 12px;
    padding: 4px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 24px;
    color: black;
    line-height: 100%;
}
.mobile-student-cart .avatar-heading-right-box h4 br{
   display : none; 
}
.mobile-student-cart  .w-170px {
    width: auto !important;
    height: auto !important;
}

.mobile-student-cart .avatar-heading-right-box
{
        border-radius: 8px;
}
.mobile-student-cart .card-box-avatar .title-info
{
        margin-top: 15px;
    padding: 0px 15px;
}

.mobile-student-cart .w-170px {
        text-align: start !important;
        width: 83% !important;
        padding: 0px 12px !important;
        height: auto !important;
        margin-top: 20px !important;
}
.mobile-student-cart .card-box-avatar .avatar-img span
{
    display: block;
    color: black;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 600;
}

.mobile-student-cart .card-box-avatar .avatar-info img {
    width: 58px;
    height: 62px;
    border-radius: 10px !important;
}
.mobile-student-cart
{
    margin-top: 5px !important;
}
.explore-section h5 {
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
}
.w-520px {
    width: 100% !important;
}

.explore-section h5 span
{
        width: 80% !important;
        margin: auto;
        font-size: 12px !important;
        line-height: 13px !important;
}

.mobile-h-full
{
    height : 100% !important;
}

.w-230px
{
    width: 100% !important;
}

.mobile-w-60
{
     width: 60% !important;
     margin-right: 20px !important;
}

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

.flot-arrow-1 {
    margin-left: -20px;
    width: 90px;
    margin-top: 17px;
    rotate: 10deg;
}

.flot-arrow-2 {
    width: 64px;
    margin-bottom: 39px;
    margin-left: -25px;
    display: block;
    margin-right: 22px;
}
.mobile-login-pgs .w-803px
{
    width: 90% !important;
}

.mobile-login-pgs .mobile-w-50 {
          padding: 5px 7px !important;
        width: 50% !important;
}
.mobile-login-pgs .card-half-content {
        padding: 20px 12px;
        color: black;
        font-size: 12px;
        line-height: 100% !important;
        height: 79px !important;
        min-height: auto !important;
}
.mobile-login-pgs .yellow-bg-header h6 {
    width: 90% !important;
    line-height: 100%;
    margin-top: 17px;
    font-size: 12px;
    color: black;
    font-weight: 500;
}
.mobile-login-pgs .yellow-bg-header {
    background: #FFC524;
    padding: 1px 20px;
    border-bottom: 1px solid #000000;
    padding-bottom: 30px !important;
    max-height: 120px !important;
}
.mobile-fs-10
{
    font-size : 10px !important;
}
.mobile-login-box,
.mobile-login-pgs
{
    z-index: 100;
}
.mobile-login-box .ht-48 {
    height: 30px !important;
    margin-top: 10px !important;
}
.mobile-login-box
{
   margin-top: 6px !important;
   padding-left: 20px !important;
   width: 70% !important;
   margin: auto;  
}
.login-box .form-controls .form-control {
    height: 30px !important;
}

.mobile-login-box .form-controls label {
    color: #000000;
    font-size: 14px;
    line-height: 100% !important;
    margin-top: 10px;
}
.mobile-login-box .btn-google img {
    position: absolute;
    left: 14px;
    width: 13px;
}

.mobile-fs-12
{
    font-size : 12px !important;
}
.mobil-flex-align-center
{
    display : flex;
    align-items : center;
}
.mobil-flex
{
    margin-top: 10px !important;
    margin-bottom: -5px !important;
}

.mobile-login-box .w-258px {
    width: 100% !important;
    border-radius: 5px !important;
}
.mobile-login-box .btn-outline-purple {
border: 1px solid #6a5ed9;
        color: #6a5ed9;
        font-weight: 800;
        padding: 2px 6px;
        height: 24px;
        margin-top: 5px;
        border-radius: 1px;
        font-size: 12px;
        text-transform: math-auto !important;
}
.mobile-login-box .sinup-box {
    background: #F1F1F1;
    border-radius: 5px !important;
    padding: 20px;
    border: 0px solid #00000033 !important;
}

.mobile-header .btn-login {
    background-color: #FFC524 !important;
    white-space: nowrap;
    border-radius: 4px !important;
    text-transform: uppercase;
    height: 24px !important;
    font-size: 12px !important;
    line-height: 15px !important;
    font-weight: 400 !important;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, 0.65) !important;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 1) !important;
    padding: 4px !important;
    width: 65px !important;
}

.mobile-block.mobile-header {
  transition: 
    background 0.3s ease,
    backdrop-filter 0.3s ease,
    -webkit-backdrop-filter 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.sticky .mobile-block.mobile-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  top: env(safe-area-inset-top);
   padding-top: env(safe-area-inset-top);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transform: translateY(0);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    position: fixed;
  top: var(--safe-top);
          padding-top: 10px !important;
}
body.sticky {
  padding-top: calc(70px + env(safe-area-inset-top)) !important;
}
.mobile-student-cart .avatar-heading-right-box {
    width: 85% !important;
    margin-top: 10px !important;
    
}
.avatar-heading-right-box
{
    height: auto !important;
}

.saved-list-pgs .w-990px
{
    width : 100% !important;
}

.saved-list-pgs .cardbox
{
       flex-direction: column; 
}

.saved-list-pgs .explore-section.m-auto {
    width: 49% !important;
    display: inline-block !important;
}
.saved-list-pgs .w-30.cardbox-middle h3{
    width : 100% !important;
}
.saved-list-pgs .w-30 {
    width: 100% !important;
}
.saved-list-pgs .explore-section .w-30.cardbox-left{
   width: 100% !important;   
}

.saved-list-pgs .cardbox-logo {
position: absolute !important;
        bottom: 5px !important;
        right: 5px !important;
        background: white !important;
        padding: 0px !important;
        border-radius: 0px !important;
        width: 107px !important;
        border: 1px solid black !important;
}

.saved-list-pgs .purple-dot-1:after {
    content: '';
    position: absolute;
    width: 8px  !important;
    height: 8px  !important;
    top: -2px;
    background: #B57CFF;
    left: -5px  !important;
    border: 1.12px solid #9747FF  !important;
}

.cardbox-tag {
        height: 22px !important;
        position: absolute;
        top: 10px;
        left: 10px;
        background: black;
        color: white;
        padding: 0px 3px !important;
        border-radius: 2px !important;
        font-size: 12px !important;
        font-weight: 700;
        line-height: 20px;
    }

.cardbox-tag img {
    width: 10px !important;
    margin-top: -3px !important;
    height: 7px !important;
}

.cardbox-middle h3 {
    font-size: 12.5px !important;
    line-height: 14px !important;
}
.cardbox-highlight {
    font-size: 12px;
    padding: 1px 5px;
     line-height: 14px !important;
}
.cardbox-highlight span {
    font-size: 12px;
    font-weight: 400;
}
.cardbox-scholarship
{
    font-size: 12.6px;
    margin-bottom: 0px !important;
    line-height: 14px;
}

.cardbox-scholarship span {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}
.cardbox-middle {
    padding: 8px;
}

.tag-perks {
    background-color: black;
    color: white;
    font-size: 13px;
    padding: 1px 5px;
    display: inline-block;
    line-height: 20px;
    margin-bottom: -3px;
}


.cardbox-tags span {
    background: black;
    color: white;
    font-size: 10px;
    padding: 2px 2px;
    margin-right: 2px;
    letter-spacing: 0.5px;
    border-radius: 4px !important;
    margin-top: 0px !important;
    display: inline-block;
    line-height: 17px;
}

.cardbox-tags
{
  display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;  
}

.cardbox-right
{
        padding: 5px 2px !important;
}

.btn-saved {
    background: transparent !important;
    border-radius: 19px;
    text-align: center;
    color: #EB0801;
    font-size: 15px;
    padding: 2px 5px;
    padding-left: 5px;
    margin: 0 0 0 auto;
    display: block;
    line-height: 0;
}

   .cardbox-right .w-50 {
        padding-top: 9px;
    }
.custom-width-pad {
    width: auto !important;
    padding: 1px 4px !important;
    margin-top: 7px !important;
    font-size: 9px !important;
    white-space: nowrap;
    line-height: 18px !important;
    border-radius: 4px !important;
}

.green-bg-box h4 {
    font-size: 12.5px;
    line-height: 12px;
}

.green-bg-box .bg-black {
    border-radius: 12px;
    color: white;
}

.w-108px h5 {
    width: 100% !important;
    font-size: 10px !important;
    border-radius: 0px !important;
}

.cardbox-right .d-flex.gap-4
{
       gap: 9px !important;
}

.w-50 {
    width: 30% !important;
}
.green-bg-box {
        background-color: #C3FFA9;
        border: 1px solid #00000033;
        border-radius: 24px;
        overflow: hidden;
        padding: 20px 14px;
        transform: scale(0.8);
        margin-left: 11px;
        margin-bottom: -7px;
        margin-top: -14px;
}


.btn-download {
        background: #0ABF8C !important;
        border-radius: 8px;
        text-align: center;
        color: white;
        font-size: 13px;
        padding: 2px 4px;
        padding-left: 5px;
        margin: 0 0 0 auto;
        display: block;
        width: 29px;
        height: 28px;
        margin-top: -4px;
        margin-bottom: 6px;
        margin-right: 8px;
}

.btn i {
    position: relative;
    margin-left: 1px;
}

.w-30.cardbox-right img {
    width: 50px !important;
    height: 52px !important;
}

.mobile-box-1 .w-304px {
    width: 48% !important;
}

.mobile-box-1
{
    flex-wrap : wrap;
            margin-bottom: 15px !important;
}

.sop-image-wrapper {
    position: relative;
    height: 110px;
}

.sop-top-label {
    position: absolute;
    top: 20px;
    left: 3px;
    background-color: black;
    color: white;
    font-size: 10px;
    padding: 0px 10px;
    border-radius: 0;
    display: flex;
    z-index: 10;
    align-items: center;
    line-height: 7px;
    height: 18px !important;
}
.sop-start-free {
    position: absolute;
    top: 40px;
    left: 4px;
    background: #B57CFF;
    color: black;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 0;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0px 4px 0px 1px black;
    line-height: 11px;
}

.sop-heart-icon {
    position: absolute;
    top: 7px;
    right: 9px;
    font-size: 15px;
    cursor: pointer;
}

.sop-title {
    background: black;
    color: white;
    padding: 6px;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    width: 80%;
    line-height: 15px !important;
    font-family: "Roboto", sans-serif;
    font-size: 13px !important;
}
.sop-tag {
    background: black;
    color: white;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 8px;
    font-size: 11px;
    margin-right: 8px;
    line-height: 19px;
}

.sop-learn-btn {
    background: #8D66FF;
    color: white;
    border: none;
    padding: 0px 4px;
    font-size: 12px;
    border-radius: 4px;
    height: 22px;
    margin-top: 2% !important;
    line-height: 10px;
}

.sop-close-date {
    background: white;
    border: 0.5px solid #B57CFF;
    padding: 5px 5px;
    font-size: 12px;
    color: black;
    line-height: 1.0;
    text-align: start;
}

.county-box-short .img-box-fit {
    height: auto !important;
    overflow: hidden;
}

.county-box-short .fs-24 {
    font-size: 18px !important;
    line-height: 20px;
    
}

.county-box-short .fs-14 {
    font-size: 14px !important;
}

.w-304px {
    width: 48% !important;
}

.no-logo {
    border-radius: 16px;
    display: inline-block;
    background-color: #009C70;
    color: white;
    font-size: 12.8px !important;
    padding: 11px 10px !important;
    margin: 6px 6px;
    margin-bottom: 7px !important;
    line-height: 19px !important;
    font-weight: 500 !important;
    letter-spacing: 0.012px;
}

.sop-top-label img {
    width: 15px;
}

.explore-section .w-30.cardbox-left {
          height: 160px !important;
        flex: none !important;
}

.w-723px {
    width: 100% !important;
}

.w-704px {
    width: 100% !important;
}
.mobile-flex-direction
{
    flex-direction: column;
    align-items: self-start !important;
    margin-bottom: 27px !important;
}

.path-item.active .bg-gray {
    background-color: black !important;
    color: #B57CFF !important;
    font-size: 14px !important;
    line-height: 24px !important;
}


.path-item .bg-gray
 {
    font-size: 14px !important;
    line-height: 20px !important;
    width: 100%;
}
    .bg-path {
        font-size: 12px;
        display: flex;
        align-items: center;
        gap: 2px;
    }
.bg-path i {
        margin-left: -2px;
        font-size: 27px;
        rotate: 90deg;
    }
.heart-icon {
    text-align: end;
    font-size: 40px;
    color: #9747FF;
    margin: 2px;
    width: 85% !important;
    margin-top: 30px;
    margin-bottom: 31px;
}
.sinup-process
{
    padding: 0px 25px !important;
}
.singup-process
{
 width : 100% !important;   
}
.circle-avartar {
    width: 65px;
    border-radius: 50%;
    height: 55px;
    border: 1px solid #00000040;
    padding: 4px;
    overflow: hidden;
}
.choose-avatar-text label {
    box-shadow: 0px 1px 4px 0px #1A0F011F;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 43px;
    top: 25px;
    background: white;
    cursor: pointer;
}
.choose-avatar-text label img {
    width: 13px;
}

.mobile-p-1
{
    font-size: 13px;
    line-height: 16px !important;
}

.black-border .fs-24 {
        font-size: 14px !important;
        line-height: 14px;
        padding-top: 1px !important;
}
.margin-left-mobile .d-flex input
{
    padding: 10px !important;
}
.margin-left-mobile .d-flex
{
      margin-left: 10px;  
}
.margin-left-mobile
{
    flex-wrap: wrap;
    gap: 0px !important;
    margin-left: 20px;
}

.btn.btn-purple.w-50
{
    width: auto !important;
    padding-top: 4px !important;
}
.mobile-w-100
{
    width : 60% !important;
}
.form-group .form-label
{
            font-size: 14px !important;
        line-height: 14px;
        padding-top: 1px !important;
}

.w-729px {
    width: 100% !important;
}

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

/*.mobile-student-cart*/
/*{*/
/* z-index: 100;*/
/*}*/

.w-616px {
    width: 100% !important;
}

.w-616px h1 br {
   display : none;
}

.card-fill-box {
    background-color: #F1F1F1;
    border-radius: 16px;
    padding: 23px 14px;
    font-size: 12.8px;
    color: black;
    width: 40% !important;
    line-height: 16px;
    height: 120px;
    font-weight: 400;
}

.mobile-wrap-2-template
{
    flex-wrap: wrap;
    justify-content: center;
}
.w-303px {
    width: 100% !important;
}

.post-arrow {
    position: inherit;
    width: 100%;
    display: flex;
    align-items: center;
    bottom: 55%;
    right: -30%;
    gap: 10px;
}

 .sinup-process .form-group.d-flex  .margin-left-mobile{
    margin-left: 0px;
 }
 .sinup-process .form-group.d-flex  .w-70
 {
    width: 100% !important;
 }
 .sinup-process .form-group.d-flex
 {
    align-items: start !important;
    flex-direction: column;
    gap: 10px;
 }
    .sinup-process .form-group.d-flex .w-50 {
        width: 100% !important;
}

    .d-flex.gap-3.px-3 .w-50 {
        width: 50% !important;
    }
 .mobile-m-auto
 {
     margin : auto;
 }
 .mobile-w-80
 {
     width : 80% !important;
 }
 
 .mobile-pb-0{
         padding-bottom: 0 !important;
 }
 .mobile-mb-0{
         margin-bottom: 0 !important;
 }
 
 .group-todo-list{
    width: 90% !important;
    margin: auto;
    margin-top: 20px;
 }
 
 .new-mobile-todo-list{
        width: 90% !important;
        margin: auto;
        margin-top: 20px;
        border: 1px solid #00000045;
        border-radius: 20px;
        overflow: hidden;
 }
 .mobile-notes-div{
       flex-direction: column !important;
 }

.mobile-notes-div{
    
}
.mobile-notes-div .w-50
{
       width: 90% !important;
        margin: auto;
}
.post-arrow
{
    width: 40%;
    margin: 47px -15px 18px auto;
}
.post-arrow p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
}
.post-arrow img{
     width: 50px !important;   
}

.mobile-top-space{
    margin-top: -70px;
}
.btn-progress{
       font-size: 14px;
           width: 60% !important;
}

.post-arrow-2 img {
        width: 70px;
}

.post-arrow-2 {
    width: 36%;
    margin: 0 0 0 auto;
    margin-right: 0;
    margin-top: -38px;
}
.post-arrow-2 p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
}
.mobile-width-set
{
    width: 70%;
    margin: auto;
}

.new-mobile-todo-list .body-of-todo.show{
        padding: 10px !important;
}
.new-mobile-todo-list .top-todo-list::after{
        content: '';
        width: 100%;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        background: rgba(187, 200, 255, 1);
        height: 7px;
        margin: auto;
        bottom: -2px;
}
.new-mobile-todo-list .top-todo-list .d-flex img{
        width: 20px;
}

.new-mobile-todo-list .top-todo-list .d-flex{
        margin-top: -3px;
}

.body-of-todo {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease;
}
.new-mobile-todo-list .top-todo-list{
        border: 0px solid #00000045;
        padding: 10px 16px;
        height: 50px;
        overflow: hidden;
        position: relative;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 20px;
}
.body-of-todo.show {
    max-height: 2000px; /* large enough to fit content */
    opacity: 1;
    transform: translateY(0);
}

.card-box-border {
    background-color: transparent !important;
    border-radius: 10px;
    padding: 20px;
    margin: 7px;
}

.mobile-wrap-box-style-4{
    flex-wrap : wrap;
            align-items: end;
        justify-content: end !important;
}
.mobile-wrap-box-style-4 .w-40{
    width : 65% !important;
}
.mobile-wrap-box-style-4 .w-264px{
    width : 65% !important;
}
.checkbox-card h5 {
    font-size: 16px;
}

.mobile-wrap-box-style-4 .w-100px {
    width: 26% !important;
            padding: 0px !important;
        margin: 0px !important;
}

.mobile-wrap-box-style-4 .fs-36 {
    font-size: 28px !important;
    line-height: 30px !important;
}

.card-with-image {
    border: 3px solid #009C70;
    border-radius: 2px;
    width: 47% !important;
    height: auto !important;
}

.fix-image-box {
    height: 120px !important;
}

.card-with-image .header-caption {
    background: #009C70;
    color: black;
    font-size: 13px;
    line-height: 17px;
}

.mobile-flex-boxes .w-70 {
    width: 100% !important;
    
}
.mobile-flex-boxes{
   margin: 3px;
   padding: 18px 9px !important;
}

.card-white-box-border .list-type{
    font-size: 14px !important;
}


    .mobile-tag-perks {
        background-color: black;
        color: white;
        font-size: 13px;
        padding: 1px 5px;
        display: inline-block;
        line-height: 20px;
        margin-bottom: -3px;
        width: auto !important;
    }
    
    .mobile-row-reverse{
            flex-direction: row-reverse;
    }

   .mobile-pb-10{
       padding-bottom  :10% !important;
   }
   .comment-content {
    margin-bottom: 10px;
    color: #00000099;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px !important;
}

.custom-mobile-margin
{
        margin: 0px 7px 15px 12px !important;
}
.mobile-grid-calendar{
    flex-direction: column;
}

   .mobile-grid-calendar .w-50 {
        width: 100% !important;
        padding: 0px !important;
    }

 .mobile-grid-calendar .grid-box-style-2 {
    gap: 11px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.mobile-pb-4{
    padding-bottom : 4%;
}

.mobile-grid-calendar .grid-box-style-2 .card-box-1 {
    border: 1px solid #00000033;
    border-radius: 15px;
    padding: 10px;
    width: 48%;
    margin-bottom: 5px;
}

.comment-text textarea::placeholder,
.comment-text textarea
{
    color:black !important;
    line-height : 16px !important;
    font-size : 14px !important;
}
.mobile-doc-section {
        margin-top: 10px !important;
}

.mobile-doc-section .w-300px {
    width: auto !important;
}
.mobile-doc-section .col-lg-7.d-flex{
        flex-direction: column;
    align-items: center !important;
            gap: 10px !important;
    justify-content: center !important;
}

.mobile-doc-section .col-lg-6
{
            margin: auto;
      width: 75% !important;
}
.mobile-doc-section .yellow-box-style-3
{
    width: 75% !important;
}
.mobile-doc-section .w-50 {
        width: 80% !important;
        margin: auto;
}
.mobile-doc-section .upload-group-textare textarea
{
    font-size: 14.8px;
    line-height: 17px;
}
.mobile-doc-section .upload-group-textare .btn-black-upload {
    position: absolute;
    right: 11px;
    top: 16px;
    width: 85px !important;
    font-size: 15px !important;
}

.mobile-pb-2{
    padding-bottom : 2% !important;
}
.mobile-fs-14-table td{
    font-size : 14px !important;
}

.nowrap-1
{
    white-space: nowrap;
}

.mobile-doc-section .w-780px {
    width: 100% !important;
}

.w-586px {
    width: 100% !important;
}

.w-1000px {
    width: 100% !important;
}

.w-700px {
    width: 100% !important;
}
.m-left-170px {
    margin-left: 0 !important;
}

.group-chart-section .card-box .graph-box-content {
    color: #1F1F1F !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
.group-chart-section .card-box
{
    background : transparent !important;
}
.mobile-doc-section .card-box .list-of-graphs
 {
    width: 60%;
    margin: auto;
    background: rgba(241, 241, 241, 1);
    border-radius: 11px;
    text-align: center;
            padding: 10px 20px;
}
.count-of-grpah .fs-100
{
        font-size: 70px !important;
}
.group-chart-section .card-box .count-of-grpah
{
        gap: 4px;
}
.group-chart-section .card-box .count-of-grpah span
{
        font-size: 14px;
}
.group-chart-section .card-box .count-of-grpah
{
    width: 40%;
}
.mobile-doc-section .card-box .d-flex-group
{
        display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    flex-direction: column;
}

.mobile-doc-section .card-box.list-of-notes
{
    flex-direction: column;
}
.mobile-doc-section .card-box.list-of-notes .list-of-graphs
{
       width: 100%;
}
.mobile-doc-section .card-box.list-of-notes .card-border-1
{
    width: 90% !important;
}
.mobile-doc-section .card-box.list-of-notes .d-flex-group
{
            flex-direction: row !important;
}
.mobile-doc-section .card-border-1 h5 {
    margin-bottom: 0;
    color: black;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: start !important;
}
.mobile-doc-section .card-box.list-of-notes .list-of-graphs
{
   padding : 0px !important;
   background: transparent !important;
   
   
}
.mobile-doc-section .card-box.list-of-notes
{
            flex-direction: column;
        background: rgba(241, 241, 241, 1) !important;
        border-radius: 11px;
        text-align: center;
                width: 90% !important;
        margin: auto;
        padding: 10px 20px;
}
.group-chart-section .d-flex-group .mobile-roted {
    color: #1F1F1F !important;
    font-size: 25px;
    font-weight: 500;
    rotate: 89deg;
}

.margin-mobile-row .row{
    margin : 0px !important;
}
.margin-mobile-row .fs-16 {
    font-size: 14px !important;
}

.mobile-row-scrolling .card-sm ul li{
        font-size: 12px;
    line-height: 12px;
}
.mobile-row-scrolling
{
    display: flex;
    flex-direction: row;
    overflow: scroll;
    flex-wrap: nowrap;
}

.mobile-row-scrolling .col-lg-3 {
        width: 80% !important;
                margin-left: 10px;
        padding : 0px !important;
}

.mobile-custom-pd-20
{
    padding-left: 20px !important;
    padding-right: 30px !important;
}
.mobile-row-scrolling .fs-12 {
    line-height: 16px !important;
    font-size: 14px !important;
}

.mobile-doc-section .card-gray-1 {
    background-color: #F4F3F1;
    padding: 30px 11px;
    border-radius: 20px;
}


    .mobile-m-auto {
        margin: auto !important;
    }


.list-arrow li {
    font-size: 14px;
    line-height: 16px;
    border-bottom: 1px solid;
    color: black;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
}
.down-arrow {
    width: 22px;
    background: #FFC524;
    border-radius: 50%;
    padding: 5px 11px;
    font-size: 15px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-doc-section .slider-navigation-style-04
{
    top: 25px;
}
.mobile-doc-section .swiper-button-next{
        left: -28px!important;
}

.mobile-doc-section  ol, .mobile-doc-section  ul {
    padding-left: 3rem;
}

.mobile-finance .position-sticky {
    position: inherit !important;
    top: 20px;
    z-index: 9;
    
}

.ht-fit-box {
    height: 163px;
    width: auto !important;
}

.mobile-finance {
    margin-top: 20px !important;
}

.mobile-finance .w-288px {
    width: 20rem !important;
}

.mobile-finance .content-box {
    padding: 18px 10px;
    background: #F1F1F1;
}

.flot-marquee-partnar {
    /* top: 300px; */
    /*position: relative;*/
}

.mobile-finance .check-list li {
        color: #000000;
        font-size: 14px !important;
        margin-bottom: 4px;
        line-height: 20px;
}

.check-list i {
    color: #0ABF8C;
    font-size: 16px !important;
}
.mobile-br-none br{
    display : none;
}
    .mobile-w-65 {
        width: 65% !important;
    }
.mobile-pt-10
{
 padding-top: 10%;
}
.mobile-pt-1
{
 padding-top: 1%;
}
.mobile-pt-2
{
 padding-top: 2%;
}
.mobile-pt-3
{
 padding-top: 3%;
}
.mobile-pt-4
{
 padding-top: 4%;
}
.mobile-pt-5
{
 padding-top: 5%;
}

.mobile-w-95
{
  width: 98% !important;
}


.mobile-finance .fs-12 {
    line-height: 1.0 !important;
    font-size: 12px !important;
}

.mobile-finance .links-setup h2 {
    font-size: 30px;
    margin-top: 47px;
    margin-bottom: 0;
    line-height: 50px;
}

.mobile-finance .sm-p-30px {
        padding: 0px !important;
    }
    
  .mobile-finance  .accordion .accordion-item .accordion-header .accordion-title {
    cursor: pointer;
    line-height: 20px !important;
    padding-right: 38px;
}

 .mobile-change-password .w-305px {
    width: 60% !important;
    margin: auto;

 }

.changePassword input::placeholder {
    font-size: 16px !important;
}
.changePassword input {
    padding: 10px;
    border: 1px solid #00000033 !important;
    color: #000000;
    border-radius: 3px;
    height: 40px;
    font-size: 16px !important;
}

    .mobile-change-password .btn.btn-purple.w-50 {
        width: auto !important;
        padding-top: 4px !important;
        width: 50% !important;
}

.mobile-partners{
        position: initial !important;
    width: 100% !important;
    margin: 11px auto;
    transform: scale(0.9);
}

.mobile-margin-row
{
        margin: 0 !important;
}

.fac-title {
    font-family: "Bebas Neue", sans-serif;
    font-size: 30px;
}
.mobile-finance .accordion .accordion-item .accordion-header .accordion-title .fs-17 {
    font-size: 15px !important;
    line-height: 16px !important;
}

.accordion.accordion-style-02 .last-paragraph-no-margin p:last-of-type {
    margin-bottom: 0;
    color: #666666;
    line-height: 22px;
    margin-top: 8px;
    font-size: 12px !important;
}

.mobile-scholarship-cart
{
    width: 70% !important;
    margin: auto;
            margin-top: 20px !important;
}

.mobile-scholarship-cart .fs-36 {
font-size: 35px;
        line-height: 32px;
        text-align: start;
        font-family: "Bebas Neue", sans-serif;
        margin-bottom: 10px !important;
}

.mobile-scholarship-cart .btn.btn-purple.mt-1.bg-black-btn.fs-11.mt-1.mb-0 {
    font-size: 12px !important;
    line-height: 18px;
    padding: 4px 16px !important;
    margin-bottom: 10px !important;
    width: 90%;
}

.mobile-scholarship-cart .fs-12 {
    line-height: 1.0 !important;
    font-size: 12px !important;
}
.mobile-scholarship-cart .row {
    padding: 0 !important;
    margin: 0 !important;
}

.mobile-section-step .w-877px
{
    width: 70% !important;
    margin: auto;
} 

.mobile-section-step .fs-95 {
    font-size: 30px !important;
    line-height: 30px !important;
}

.mobile-section-step .fs-95.d-flex .fnt-family
{
       display: block; 
}
.mobile-section-step .minus-5 {
    margin-top: 2% !important;
}
.mobile-section-step .fs-95.d-flex span.fs-28
{
    font-size: 16px;
    line-height: 25px !important;
    margin-top: -3px;
    display: block;
}
.mobile-section-step .fs-95.d-flex
{
    display: block !important;
}
.mobile-section-step .card-box-img img
{
            border-radius: 10px;
    height: 23rem;
    object-fit: cover;
    width: 100%;
}
.mobile-section-step .check-list.fs-18 li i {
    font-size: 15px !important;
}

.mobile-section-step .check-list.fs-18 li {
    font-size: 14px !important;
        line-height: 20px !important;
    margin-bottom: 5px;
}

  .mobile-section-step  .w-50 {
        width: 100% !important;
    }
    
    .mobile-section-step .cardbox-scholarship.fs-20 {
    font-size: 14px !important;
}

 .mobile-section-step .tag-perks {
             line-height: 25px;
 }
 .mobile-section-step .cardbox-scholarship img {
    max-width: 100%;
    height: auto;
    width: 23px;
}
.moblie-bold
{
    font-weight  :700;
}

.mobile-w-full{
    width :100% !important;
}
.mobile-student-boxpdf .card-box-pdf{
        width: 45% !important;
        padding: 12px 10px;
}

.mobile-student-boxpdf .card-box-pdf .fs-16 {
    font-size: 14px !important;
    line-height: 14px !important;
}
.mobile-student-boxpdf .card-box-pdf img {
        width: 40px;
}
.mobile-student-boxpdf .card-box-pdf h2 {
          font-size: 30px !important;
          margin-bottom : 0px;
}
.mobile-student-boxpdf .card-box-pdf .fs-12 {
    line-height: 1.0 !important;
    font-size: 12px !important;
}

.mobile-student-boxpdf  .h-120px {
    height: 10rem !important;
}

.mobile-student-boxpdf  .w-750px {
    width: 75% !important;
}

.mobile-student-apply .bg-black-yellow {
    background-color: black;
    color: #FFC524;
    padding: 4px 20px !important;
    display: inline-block;
    font-size: 24px !important;
}
.mobile-student-apply .fs-38 {
    font-size: 24px;
}
.mobile-student-apply .border-radius-10px {
    border-radius: 5px !important;
    width: 25px !important;
}

.mobile-student-apply .w-900px {
    width: 100% !important;
}

.mobile-student-apply .fs-19 {
    font-size: 14px !important;
    line-height: 16px;
}

.mobile-auto
{
    margin : auto !important;
}

.mobile-w-85
{
    width: 80%;
    margin: auto;
}


.mobile-student-apply .check-list.fs-18 li {
    font-size: 14px !important;
    margin-bottom: 5px;
    line-height: 17px;
}

.mobile-student-apply .mobile-scrolling-left {
            width: 90% !important;
        margin: 0 0 0 auto !important;
        margin-top: 24px !important;
}
.mobile-student-apply .fs-36 {
    font-size: 25px;
    line-height: 25px;
}
.mobile-student-apply .mobile-scrolling-left .card-box-pdf  {
   min-width: 165px !important; 
}
.mobile-student-apply .mobile-scrolling-left .d-flex  {
    white-space: nowrap;
    overflow: scroll; 
}
.mobile-student-apply .check-list.fs-18 li i {
    font-size: 18px !important;
}
    .mobile-student-apply .fs-19 {
        font-size: 14px !important;
        line-height: 16px;
        white-space: normal;
}

.mobile-student-apply .mobile-scrolling-left .card-box-pdf .fs-20 {
        font-size: 14px !important;
        line-height: 16px !important;
        height: auto !important;
        margin-bottom: 33px !important;
}

.mobile-student-apply .fs-12 {
    line-height: 1.0 !important;
    font-size: 13px !important;
}
 .mobile-student-apply .lh-22 {
        white-space: normal;
        line-height: 15px !important;
        font-size: 14px !important;
}

.testimonials .item-clients .fix-object-img img {
    transform: scale(1.5);
    object-position: revert-layer;
}

.testimonials .item-clients .fix-object-img {
    height: 20rem;
    overflow: hidden;
    margin-top: 2rem;
    border-radius:10px 10px 0px 0px !important;
}
.testimonials .item-clients .fs-15 {
    font-size: 14px !important;
}
.testimonials .item-clients .fs-10 {
    font-size: 14px;
}
.testimonials  .fs-18 {
    font-size: 11px;
}
.testimonials .fs-13 {
    font-size: 11px;
    line-height: 10px;
}

.testimonials-section .align-cursor-center
{
        margin-top: 15px !important;
}

.mobile-student-apply .w-10,
.mobile-student-apply .w-15  {
    width: 0% !important;
}

.w-850px {
    width: 100% !important;
}

.mobile-w-75 {
   width: 75% !important;
}
    .mobile-w-75 .w-50 {
        width: 50% !important;
    }
.box-tabs-bottom .nav a{
font-size: 12px !important;
        padding: 4px 0px !important;
        line-height: 18px !important;
        display: block !important;
}

.box-tabs-bottom .nav {
    width: 100%;
    padding: 0px 6px !important;
    font-size: 15px;
}

.accordion-style-02 .accordion-item .accordion-header {
    margin-bottom: 0;
    padding: 8px 0;
}

.accordion.accordion-style-02 .accordion-title i {
    font-size: 16px;
}
.mobile-pt-20{
    padding-top : 20% !important;
}
.mobile-pt-35{
    padding-top : 35% !important;
}

.mobile-doc-section  .mobile-pt-35 .slider-navigation-style-04 {
        top: -1px;
}

.mobile-juftify-center{
    justify-content : center;
}

.mobile-justify-center{
    justify-content : center;
}

.mobile-m-0
{
        margin: 0px !important;
}
.w-611px {
    width: 100% !important;
}

.cardbox-right .fs-12
{
    font-size : 10px !important;
}
.mobile-row-0
{
    margin : 0px !important;
}

.closed-box-status .closed-box {
    color: #EB0801;
    font-family: 'Bebas Neue';
    background: #D9D9D9;
    height: 200px;
    width: 73%;
    margin: auto;
    font-size: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 10px;
    border-radius: 10px;

    border: 2px solid transparent;

    /* Gradient Border */
    background-image:
        linear-gradient(#D9D9D9, #D9D9D9),
        linear-gradient(90deg, #9747FF 0%, #F756FF 50%, #0ABF8C 100%);

    background-origin: border-box;
    background-clip: padding-box, border-box;
}
.closed-status {
    filter: grayscale(0);
}
.mobile-ml-80
{
        margin-left: 80px;
}

.flex-group-icon {
    margin-top: 21px;
    position: relative;
    width: 100% !important;
}

.mobile-weeklywall .bg-light-greeen {
        background-color: #C3FFA9 !important;
        width: 69%;
        padding: 5px 6px;
        margin-left: 16px !important;
        font-size: 24px !important;
        line-height: 30px !important;
                margin-bottom: 10px !important;
        border-radius: 3px !important;
}

.mobile-weeklywall .box-style-3 {
    display: flex;
    align-items: start;
    width: 45% !important;
}
.mobile-weeklywall .box-style-3 .box-border {
    border: 1px solid #201C1D;
    padding: 3px;
    height: 18rem;
    overflow-y: auto;
}

.mobile-weeklywall
{
    width: 95%;
    margin: auto;
    padding-left: 20px;
}

.w-40 {
    width: 100% !important;
}

.mobile-avatar-info
{
         flex-direction: row-reverse;
        gap: 10px !important;
        margin-top: 40px;
}

.wiriter-info .writter-name {
    color: black;
    background: #FFE8A3 !important;
    padding: 6px 6px;
    text-align: center;
    font-size: 14px;
   margin-bottom: 6px;
    line-height: 15px;
}

.author-box-img {
    border-radius: 10px;
    border: 0px solid #80808061;
    padding: 0px;
}

.mobile-weeklywall .fs-16 {
    font-size: 14px !important;
    line-height: 14px;
}

.box-style-3 .mini-box {
    padding: 6px;
}
.box-style-3 .mini-box img{
   width: 70px;
}

.mobile-cvready-cart{
        width: 100% !important;
        margin: auto;
        margin-top: 20px !important;
}
.mobile-cvready-cart .fs-50 {
    font-size: 30px;
}
.mobile-cvready-cart .w-30 {
   width: 100% !important;
}
.mobile-cvready-cart .w-90 {
   width: 36% !important;
}
.mobile-cvready-cart .fs-19 {
    font-size: 14px !important;
    line-height: 100%;
}

.mobile-w-80px
{
    width : 80px;
}
.filer-tag{
    width: 80% !important;
}

.w-730px,
.w-947px,
.w-888px
{
    width: 100% !important;
}

.box-style-45{
           flex-wrap: wrap;
          gap: 6px !important;
}

.filer-tag .tag-highlights {
    gap: 10px;
    flex-wrap: wrap;
}
.filer-tag h5
{
   white-space: nowrap;
}
.filer-tag .tag-highlights span
{
    border-radius: 10px !important;
    padding: 7px 8px !important;
    font-size: 11.5px !important;
    line-height: 15px !important;
}
.filer-tag
{
  margin-bottom: 20px;
}

.box-tags-card .bg-black {
    padding: 6px 7px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.box-tags-card{
 gap: 10px;
 padding: 14px 12px !important;
}

.top-heading-client span{
    font-size: 20px !important;
}
.top-partners .client-box-top {
    width: 70px;
    height: 33px;
    overflow: hidden;
}

.mobile-w-90{
    width : 90% !important;
}

.mobile-justify-center
{
        justify-content: center  !important;
}

.yellow-bg-box-5 {
        margin: 0px 12px;
        background-color: #FFC524;
        border: 1px solid #00000033;
        border-radius: 16px;
        padding: 13px 7px;
}

.yellow-bg-box-5 .county-box-short {
    width: 49% !important;
    flex: none !important;
    max-width: none !important;
}

.flot-tag-incampus {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #B57CFF;
    color: #fff;
    padding: 2px 3px;
    font-size: 9px;
    border-radius: 2px;
    height: 13px;
    line-height: 8px;
}

.yellow-box-mobile .fs-14 {
        font-size: 11px !important;
        line-height: 12px !important;
}
.tag-comment-cv {
    display: inline-block;
    background: black;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 11px;
    color: white;
    line-height: 14px;
    font-weight: 600;
}

.yellow-box-mobile i {
        font-size: 18px !important;
}
.yellow-box-mobile .fs-19 {
    font-size: 19px !important;
    line-height: 19px !important;
}
.county-box-short{
        padding: 6px 5px !important;
        border-radius: 6px !important;
}

.mobile-gap-5
{
    gap : 5px !important;
}

.mobile-mb-0{
    margin-bottom :0px !important;
}
.flex-group-icon input
 {
    font-size: 12.8px;
        padding-left: 40px !important;
    padding: 8px 17px;
    height: 45px !important;
}
.mobile-all-w-47 .w-304px{
    width  : 47.5% !important;
}

.mobile-all-w-47 .closed-box-status .closed-box{
  font-size: 20px  !important;
}
   .mobile-all-w-47 .closed-status {
        filter: grayscale(1);
}

.dummy-arrows:first-child img {
    width: 31px;
    margin-bottom: 17px;
}

.mobile-box-1 .fs-19 {
    font-size: 12px !important;
    line-height: 12px !important;
    
}
.mobile-box-1 .img-box {
    width: 50% !important;
}
.mobile-box-1 .fs-45 {
   font-size: 22px;
    line-height: 31px !important;
    
}
.mobile-box-1 .fs-19{
    margin-bottom: 0;
}

.explor-pb-10
{
     padding: 15px 0px 10px 0px;
}

.sop-learn-btn
{
            font-size: 13px !important;
}

.mobile-justify-start
{
    justify-content : start  !important;
}

.step-check-grid{
        flex-direction: column !important;
}

    .mobile-w-75 {
        width: 75% !important;
    }
    .w-400px {
    width: 100% !important;
}

.step-check-grid .img-box-fix {
    height: 20rem;
    width: 100% !important;
}

.step-check-grid p {
    font-size: 14px !important;
    line-height: 100% !important;
}
.step-check-grid .box-dot {
    width: 15px;
    height: 14px;
}

.lets-start-mobile .small-caption {
    
}
.lets-start-mobile .text-center {
    text-align: start !important;
}
.lets-start-mobile .fs-32 {
        font-size: 16px !important;
        line-height: 20px !important;
        text-align: start;
}
.lets-start-mobile p
{
    line-height: 16px;
    font-size: 14px !important;
    text-align: start !important;
}
.lets-start-mobile
{
    width: 27%;
    margin: auto;
            padding-top: 0px !important;
}

  .lets-start-mobile  .sm-p-30px {
        padding: 0px !important;
    }
       .lets-start-mobile  .mb-10px.gap-5 .btn-double-text {
        width: auto !important;
        height: 35px !important;
        line-height: 15px !important;
        text-align: start !important;
        font-size: 13px !important;
    }
      .lets-start-mobile  .mb-2.btn.btn-small-large {
        padding: 2px 5px !important;
                width: 80px !important;
        }
        
.mobile-pgs-info .new-black-m p{
    color : white !important;
}
.mobile-pgs-info .new-black-m .text_purple_bg {
        font-size: 32px;
    line-height: 32px;
}
.mobile-pgs-info .new-black-m {
text-align: center;
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #000000;
        border-radius: 10px;
        color: white;
        padding: 11px;
        margin-bottom: 20px;
}
.mobile-pgs-info .w-15
{
    order: -1 !important;
        width: 100% !important;
}
.mobile-pgs-info .m-d-flex
{
       flex-direction: column; 
}
.mobile-pgs-info .mb-2.text-black.d-flex.gap-2.fs-20.fw-500 {
          font-size: 16px !important;
        margin: auto;
        width: 85%;
}
.mobile-pgs-info .w-40 img {
    width: 17px;
}
.mobile-pgs-info .fs-18 {
    font-size: 15px;
    line-height: 16px !important;
    display: flex !important;
    align-items: center;
}

.border-dashboard{
    width  :100% !important;
}


.w-698px {
    width: auto !important;
}

.flot-green-box-dashboard-1{
        width: auto !important;
}

.mobile-board-2 .fs-36 {
        font-size: 30px !important;
        line-height: 30px !important;
        text-align: start !important;
}
.mobile-board-2 .w-75{
    width : 100% !important;
    text-align : start !important;
}
.mobile-board-2 .col-lg-8{
    padding: 0px !important;;
}
.mobile-board-2  .fs-16 {
        line-height: 16px !important;
        margin-bottom: 10px !important;
        font-size: 14px !important;
}
.mobile-board-2 .fs-12 {
        line-height: 14px !important;
        margin-bottom: 10px !important;
        font-size: 12px !important;
}
.mobile-board-2 .btn-purple{
        border-radius: 6px !important;
    font-size: 14px !important;
        margin-bottom: 11px !important;
    padding: 5px 15px !important;
}
.mobile-board-2{
        width: 36% !important;
            margin: auto;
        margin-top: 20px !important;
}

.mobile-frame-video .fs-75{
     position: absolute;
    bottom: -12px;
    font-size: 30px !important;
    line-height: 30px;
    left: 20px;
}
.mobile-frame-video .play-click-arrow img{
        rotate: 125deg;
    transform: scaleY(-1);
}
.mobile-frame-video .play-click-arrow .fs-25 {
    font-size: 20px !important;
}
.mobile-frame-video .play-click-arrow{
        position: absolute;
        display: flex;
        align-items: end;
        left: auto;
        margin-top: 1px;
        flex-direction: column;
        right: 6rem;
        gap: 0px !important;
        bottom: 11rem;
}
.mobile-frame-video{
    width: 90% !important;
    margin: auto;
    overflow: hidden;
}

.mobile-comments-board span.fs-45{
          font-size: 22.8px !important;
        line-height: 25px !important;  
}

.img-box-fit-about {
        height: 29rem;
        width: 50%;
        box-shadow: none !important;
        border: 1px solid #00000033;
        border-radius: 16px;
        margin: auto;
        margin-bottom: 13px;
}


.w-960px {
    width: 100% !important;
}

.mobile-count-pgs-board .card-box-gray {
    background-color: transparent !important;
}

.mobile-count-pgs-board  .mobile-w-full .fs-38
{
    font-size: 24px !important;
    margin-bottom: 14px !important;
    line-height: 25px !important;
}
.mobile-count-pgs-board  .mobile-w-full {
        width: 50% !important;
                padding-top: 0px !important;
 }
.mobile-count-pgs-board  .grid-count-box .w-45 {
    width: 100% !important;
}
.mobile-count-pgs-board  .grid-count-box {
          flex-direction: column;
         gap: 6px !important;
                 margin-bottom: 15px !important;
    }
.mobile-count-pgs-board  .grid-count-box .fs-19 {
    font-size: 12px !important;
    line-height: 14px !important;
}
.mobile-count-pgs-board  .grid-count-box h3 {
    font-size: 22px !important;
    line-height: 25px !important;
}

.mobile-count-pgs-board  .padding-custom-11 {
    padding: 51px 9px 68px 0px;
}

   .mobile-count-pgs-board  .w-40 {
        width: 75% !important;
    }
      .mobile-count-pgs-board p.w-50 {
             font-size: 14px !important;
        width: 48% !important;
        line-height: 20px !important;
    }
    
    
.card-box-gray-1 {
    background-color: transparent !important;
    padding: 38px 20px;
}
.card-box-gray-1 .w-698px{
       gap: 0px !important;
}
.top-partners-style .client-box-top {
        width: 11% !important;
        height: 10% !important;
}


.w-698px.mobile-w-60
{
    width : 60% !important;
}

.mobile-gap-0{
    gap  :0px !important;
}

.mobile-heading-college{
    display : block;
        margin-top: 17px;
        margin-bottom: -1px;
}

.w-470px {
    width: 100% !important;
}

.mobile-box-winner .w-186px {
    width: 11rem;
}
.mobile-box-winner .w-90px {
    width: 8rem !important;
}

.mobile-box-winner .yellow-border-box
{
     width: 9rem;
}

.mobile-box-winner .green-box-radius{
        font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 19px;
}
.w-40.mobile-w-60
{
    width : 40% !important;
}
.mobile-space-evenly
{
    justify-content: space-evenly !important;
}
    .mobile-aboutus .w-903px {
        width: 80% !important;
    }

 .mobile-aboutus .w-336px {
    width: 100% !important;
    margin-top: 15rem;
}

.gray-box-style-5 {
    background-color: #F1F1F1;
    padding: 20px 20px;
}
.why-purple .w-861px {
    width: 90% !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.why-purple h4 {
        margin: auto;
    margin-top: 0px !important;
}
.why-purple .ht-294 {
    height: 190px !important;
    margin: auto;
            width: 100% !important;
}


.why-purple .w-70 {
    width: 100% !important;
    justify-content: start !important;
}
.why-purple .count-of-box-why .fs-15 {
    font-size: 14px !important;
}

.why-purple .w-135px {
    width: 47% !important;
}

.why-purple .w-30 {
    width: 47% !important;
}
.why-purple .fs-12 {
    line-height: 1.0 !important;
    font-size: 14px !important;
}

.box-with-vs .w-10 {
    width: 100% !important;
    text-align: center;
            margin: 22px 10px;
}

.light-blue-bg{
        top: 0px;
}
.check-icon-box{
      position: relative;  
}
.box-with-vs .w-45
{
  width: 75% !important;
}
.box-shadow-black{
  padding-right: 0 !important;
}

.check-icon-box .fnt-family.text-green {
    position: absolute;
    top: -35px;
    margin-left: -50px;
}
.cross-icon-box .fnt-family.text-red {
    position: absolute;
    top: -34px;
    margin-left: -26px;
}

    .why-purple .light-blue-bg h4 {
        margin-bottom: 22px;
    }




.testimonial-custom-mobile .swiper-slide-active.swiper-slide
{
      margin-right : 20px !important;
}

.testimonial-custom-mobile .top-heading-client{
            margin-top: 100px !important;
}


.w-990px {
    width: 100% !important;
}

.w-899px {
    width: 100% !important;
}

.w-555px
 {
    width: 100% !important;
}

.purple-section::after
{
        width: 60% !important;
        top: -20px;
        left: 40px;
        border-radius: 7px !important;
}
.w-325px {
    width: 100% !important;
}
.w-202px {
    width: 100% !important;
}
.w-900px {
    width: 100% !important;
}

.w-555px .fs-14 {
    font-size: 14px !important;
}
.mobile-new-bg-path .bg-path i {
        margin-left: -6px;
        font-size: 34px;
        rotate: 357deg;
        margin-top: 5px;
}
.mobile-p-3{
    padding : 3% !important;
}

.card-box-study
{
 margin-top: 50px !important;
 padding: 24px 15px !important;
}

.w-256px {
    width: 60% !important;
    margin: auto;
}
.mobile-checklist-medical li.fs-12
{
            margin-bottom: 6px;
    line-height: 1.0 !important;
    font-size: 12px !important;  
    align-items: center !important;
}

.mobile-w-65 {
        width: 65% !important;
                padding-top: 0;
}
.md-mb-50px.mobile-mb-0 {
        margin-bottom: 0px !important;
}

.frame-set-content{
          width: 264px;
        height: 250px;
        overflow: hidden;
        padding: 78px 70px !important;
}
.purple-gray-box{
        padding: 26px 12px !important;
}

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

.mobile-respo-box-1{
    flex-wrap: wrap !important;
    justify-content: start !important;
    gap: 0px !important;
}

.mobile-respo-box-1 .w-148px {
    width: 49% !important;
            height: 212px !important;
}

.mobile-respo-box-1 .w-300px {
    width: 49% !important;
            height: 223px !important;
}

.mobile-respo-box-1 .h-256px {
    height: auto !important;
}
.mobile-respo-box-1 .w-230px {
        width: 45% !important;
        margin: 0 0 0 auto !important;
        margin-right: 13px !important;
        margin-top: -14px !important;
}
.mobile-respo-box-1 .w-85 {
    width: 100% !important;
}


.mobile-respo-box-2 .w-174px{
width: 49% !important;
        position: absolute;
        left: 0px;
        top: -13rem;
}

.mobile-respo-box-2 .w-85 {
    width: 100% !important;
}
.bg-light-box h6{
        font-size: 14px !important;
}
.mobile-respo-box-2 .w-50 {
        width: 0% !important;
}
.mobile-respo-box-2 .w-250px {
    width: 48% !important;
}
.ht-786px {
    height: 100% !important;
}


.img-box-steps .third-bg-step
{
    border-radius: 20px;
        top: -295px;
}
.img-box-steps .second-bg-step
{
   top: -146px;
   border-radius: 20px;  
}
.img-box-steps .first-bg-step
{
   border-radius: 20px;  
}
.img-box-steps img
{
        top: 88px;
   border-radius: 20px;  
}

.mobile-respo-box-2 .mobile-top-new{
         margin-top: 25rem !important;
        width: 100% !important;
                margin-bottom: 0rem !important;
        font-size: 14px !important;   
}
.flot-box-img-set
{
        width: 49% !important;
        top: 155px;
        height: 60% !important;
        right: 5px;
}

.caption-img-box .d-flex.position-relative.z-100.justify-content-space{
  bottom: 24rem;
}


.mobile-respo-box-2 .caption-img-box .fs-35 {
    font-size: 18px !important;
}
.mobile-respo-box-2 .fs-15 {
font-size: 11px !important;
line-height: 11px !important;
}

.left-4 .w-900px
 {
    width: calc(95% - 5%) !important;
            padding: 0;
}

.mobile-higlights .w-35 {
    width: 56% !important;
    overflow: scroll !important;
    padding: 10px !important;
}

    .mobile-higlights .mobile-wrap {
        flex-wrap: wrap;
        gap: 7px !important;
        justify-content: center !important;
    }
    
.mobile-higlights .slider-highlists{
        width: 90% !important;
        margin: 0 0 0 auto !important;
}

.mobile-fs-32{
    font-size : 32px !important;
}
.mobile-non-title{
        display: block;
        margin-top: 20px;
}
.mobile-d-block{
     display: block !important;
}

.what-is-purple{
        padding: 15px;
}

.img-arrow-set
{
        position: inherit !important;
           right: 93px;
    top: -35px;
    width: 137px;
    rotate: -28deg;
    margin-top: 35px;
    margin-bottom: -50px;
}
.mobile-reverse{
        flex-direction: column-reverse;
}

.mobile-text-end
{
    text-align : end !important;
}


.box-black-none
{
    background : transparent !important;
}

.mobile-w-50{
    width : 50% !important;
}

.mobile-box-style01 img{
      width: 45px;  
}

.mobile-box-bg
{
    background: #303030;
    border-radius: 10px;
    padding: 11px;
}
.mobile-box-bg .border-green-6px {
    border: 3px solid #0ABF8C;
}
.mobile-box-bg .h-143px {
    height: 109px !important;
}

.mobile-box-bg  .w-20 {
    width: 27% !important;
}

.grid-block-size {
    height: 290px;
    width: 100%;
}

.mobile-pb-100{
    padding-bottom  :100px !important;
}


.liner-boder-section{
}


.mobile-pt-0{
    padding-top : 0px !important;
}


.mobile-w-40px{
    width : 40px !important;
}

.custom-frame .fit-object-cover {
    width: 65%;
    height: auto !important;
    background: #00EB90;
    border-radius: 16px;
    margin: 0 0 0 auto;
}

.moble-home-icon{
  margin-left: 0 !important;  
}

.mobile-scrolling-nowrap{
    flex-wrap: nowrap !important;
    gap: 15px !important;
    overflow: scroll;
}

.mobile-scrolling-nowrap .w-20 {
    width: auto !important;
}

.mobile-scrolling-nowrap .w-202px {
  width: 200px !important;
}

.mobile-scrolling-nowrap .w-80 {
        width: 75% !important;
        font-size: 16px !important;
        line-height: 18px !important;
}

.mobile-scrolling-nowrap br
{
    display : none;
}
.line-active{
        margin: 40px auto !important;
}

.mobile-p-0.sm-p-30px{
    padding: 28px 10px !important;
}

.box-gray-2 {
    background-color: #F1F1F1;
    padding: 30px 2px;
}

.mobile-bg-white
{
    background : white !important;
}
.mobile-bg-black
{
    background : black !important;
}
.custom-padding-100 {
    position : relative;
    padding: 30px 40px !important;
            padding-top: 55px !important;
}

.mobile-flot-price
{
        position: absolute;
    top: 13px;
    right: 12px;
}

.mobile-pb-5{
    padding-bottom : 5% !important;
}

.group-of-box-bottom
{
        width: 80% !important;
}

.group-of-box-bottom .fs-12 {
    line-height: 1.0 !important;
    font-size: 13px !important;
}

.mobile-w-25px
{
    width: 25px !important;
}

.mobile-align-center{
    align-items : center !important;
}

.mobile-respo-box-3 .h-300px {
    height: 160px !important;
}

.mobile-respo-box-3 .icon-box-position
{
    padding-top: 0px !important;
}
.mobile-respo-box-3 .card-box-border
{
           padding: 10px !important;
}
.mobile-respo-box-3 .mobile-respo-box-1 .w-230px {
        width: 45% !important;
        margin: 0 0 0 auto !important;
        margin-right: 4px !important;
        margin-top: -14px !important;
    }
.mobile-respo-box-3 .w-60 {
    width: 90% !important;
}
.mobile-respo-box-3 .bg-light-box {
    width: 90% !important;
    margin: auto;
    padding: 10px 7px !important;
}
  .mobile-respo-box-3  .bg-light-box h6 {
        font-size: 11px !important;
        font-weight: 400 !important;
    }
 .mobile-respo-box-3 .card-box-border {
    border: 1px solid #00000033;
            margin-top: 18px !important;
    background-color: #FFFFFF !important;
}

    .mobile-respo-box-3 .icon-box-position {
        display: flex;
        padding-top: 0px !important;
        gap: 10px;
    }
  .mobile-new-usme .bg-pgs-content {
         padding-right: 10px !important; 
  }
  .mobile-new-usme .w-70 {
width: 41% !important;
        margin: -110px 16px -110px auto !important;
} 

.bg-pgs-content .pgs-badge{
position: absolute;
    color: #111827;
    background-color: #D9E0FF;
    left: 0px;
    bottom: -16%;
    height: 150px;
    width: 100%;
    display: flex;
    border-radius: 0px;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    z-index: -1;
    padding-left: 0;
    white-space: nowrap;
    padding-top: 96px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.mobile-new-usme .bg-pgs-content
{
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
}
    
    
.pink-card-with-img
{
    position: inherit !important;
}
.mobile-mt-200{
    margin-top: 200px
}
   
 .pink-card-with-img{
         width: 100% !important;
    right: -5%;
    height: 216px !important;
 }  
    
.purple-mobile-box-1 .w-50 {
        width: 100% !important;
        padding-top: 0px !important;
}
    
.purple-mobile-box-1 .text_purple.fs-30.text-end {
    font-size: 24px !important;
    line-height: 25px !important;
} 
    
.text-indennt-30 {
    text-indent: -3px;
}

.purple-mobile-box-1 .fs-100 {
    font-size: 81px !important;
}
    
.box-border-mark{
    width: 100% !important;
}
    
.w-452px {
    width: 98% !important;
}

.gray-bg-overlaping .small-mobile-img{
        width: 80px;
        margin-bottom: 35px;
        margin-top: 15px;
}
.gray-bg-overlaping{
        margin-top: 29px;
}

.mobile-w-95s{
    width : 95% !important;
}
.mobile-section-step-1 .w-725px {
    width: 95% !important;
    margin: auto;
}
.mobile-section-step-1 .vs-box-set {
display: flex;
        align-items: center;
        gap: 5px;
        justify-content: space-between;
}
.mobile-section-step-1 .vs-box-set .fs-86 {
        font-size: 45px;
        line-height: 4.979rem;
        margin-bottom: 14px !important;
        margin-top: 10px;
}
.w-875px {
    width: 100% !important;
}  

.mobile-box-explore{
    
}

.box-flot-banner{
  position: sticky !important;
          margin-top: 20px;
        height: 26rem;
}

.mobile-box-explore .purple-gray-box {
        padding: 26px 12px !important;
        margin-left: 10px;
        background: transparent !important;
}

.green-box-dot
{
    background-color: #0ABF8C;
    width: 20px;
    display: block;
    height: 20px;
    border-radius: 3px;
}
.bg-pink.box-flot-banner
{
     position: sticky !important;
     margin-top: 20px;
     height: 26rem;
}
.box-object-fit-10 {
    height: 8rem !important;
    width: 9.80rem !important;
    margin: 0 0 0 auto;
    margin-top: 10px !important;
}

.mobile-fs-50
{
    font-size : 50px !important;
}
    
.mobile-explore-2 .mobile-fs-32 .fs-86{
    font-size: 35px !important;
}
.mobile-explore-2 .w-821px {
          width: 94% !important;  
}


.mobile-bg-gray
{
   background: #D9D9D9 !important;
   margin: 0px 10px !important;
}


.mobile-bg-gray .top-partners-style .client-box-top {
        padding: 6px 8px !important;
        border-radius: 7px;
}


.mobile-bg-gray.card-box-gray-1 .w-698px {
        gap: 5px !important;
}
.mobile-bg-gray .top-partners-style .client-box-top {
        width: auto !important;
        height: auto !important;
}

.mobile-bg-gray .top-partners-style .client-box-top img {
    width: 18px;
    height: 18px;
}

.mobile-bg-gray .w-698px {
        width: 380px !important;
}

.green-box-radius
{
    padding: 15px !important;
}

.mobile-aboutus .about-floting-img img {
        object-fit: cover;
        height: 279px !important;
        width: 65% !important;
}


.mobile-aboutus .about-floting-img {
        position: absolute;
        bottom: -40% !important;
        right: 0;
}
.w-964px {
    width: 100% !important;
}
.info-card-countries-usa {
    position: initial !important;
}

.mobile-hero-coutry .col-lg-9{
    padding : 0px !important;
}
.mobile-hero-coutry .overlap-gap-section .card-box-img .flag{
    width: 95px !important;
    margin-bottom: 8px;
}
.mobile-hero-coutry .overlap-gap-section{
          width: 50% !important;
        margin: auto;
}

.mobile-hero-coutry {
    margin-top: 10px !important;
}

.mobile-hero-coutry  .hero-country-box {
    height: auto !important;
    max-height : 400px;
}

.mobile-usa-content .usa-section-title{
        line-height: 27px !important;
    margin-bottom: 10px !important;
}
.mobile-usa-content{
    width: 60% !important;
    padding: 0px !important;
    padding-top: 5rem !important;
    margin: auto;
}

  .mobile-usa-content  .usa-section-contain {
        font-weight: 400 !important;
        margin-top: 10px !important;
                margin-bottom: 1.0rem !important;
}
.countriesUSA .btn-custom {
         font-size: 16px;       
}


.countriesUSA .info-card-countries-usa {
            width: 100% !important;
}

.portfolio-filter li:nth-child(2), .portfolio-filter li:nth-child(3) {
        display: block;
}

.country-usa-tab-full-width
{
        justify-content: start !important;   
}

 .country-usa-tab-full-width li {
        padding: 0;
        width: auto !important;
        display: inline-block !important;
}

.countriesUSA
    .country-usa-tab-style-new {
        border: 1px solid lightgray !important;
        padding: 3px 0px;
        border-radius: 10px;
        width: 93% !important;
        margin: auto;
}

.mobile-box-country .nav-tabs li
{
        margin-bottom: 4px;
        margin-right: 18px !important;
}
.mobile-box-country
{
   overflow: hidden !important;
           padding: 1px 5px;
    width: 90% !important;
    margin: auto;
}
.table-border-overflow
{
        width: 100% !important;
}

.countriesUSA
    .countriesUSA-title {
        font-size: 24px;
        color: black !important;
        font-weight: 500;
        line-height: 27px;
}

.countriesUSA 
    .info-card-countries-usa {
                border-radius: 15px !important;
}

    .mobile-w-49 {
        width: 49% !important;
    }


.countriesUSA .card-box-border {
    padding: 10px !important;
}
.countriesUSA .h-250px {
    height: auto !important;
}

img.mobile-35px
{
        width: 35px !important;
}


.countriesUSA .h-400px {
    height: auto !important;
}

.mobile-w-30{
    width  :30% !important;
}


.countriesUSA
.countriesUSA-title-table-left 
{
  font-size: 14px; 
}
.mobile-pgs-content .pgs-card{
        padding: 20px !important;
}
.mobile-pgs-content{
        width: 100% !important;
    margin: 0 !important;
    padding: 0px !important;
}
    .mobile-pgs-content.pgs-section .pgs-desc {
                margin: 0px !important;
        padding-right: 0px !important;
        width: 100% !important;
    }
    .mobile-pgs-content.pgs-section {
        max-width: none !important;
        
    }
.countriesUSA .pgs-badge {
        position: absolute;
        color: #111827;
        background-color: #D9E0FF;
        left: 0px;
        bottom: -10%;
        height: 101px;
        width: 100%;
        display: flex;
        border-radius: 0px;
        align-items: center;
        justify-content: center;
        font-size: 29px;
        z-index: -1;
        padding-left: 0;
        white-space: nowrap;
        padding-top: 40px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }


.countriesUSA .premium-section {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
        align-items: flex-start;
        margin-top: 100px !important;
    }
    .countriesUSA .info-card-countries-usa {
        border-radius: 15px !important;
        position: relative !important;
                margin-bottom: 20px !important;
    }
    
    .countriesUSA  .premium-text p {
        font-size: 16px !important;
        font-weight: 500;
        color: #374151;
        line-height: 20px !important;
    }
    
 .countriesUSA .doc-card {
             margin-top: 25px;
}
.docs-grid .doc-card li {
        padding: 5px 0px !important;
    }
.countriesUSA .doc-card.notes {
        background: #bbc8ff;
                gap: 3px !important;
        border-left: 0px solid #d9f1fd;
        padding: 20px 30px !important;
}
.steps {
    display: flex;
            flex-wrap: wrap;
}
.steps {
            grid-template-columns: repeat(2, 1fr) !important;
}

.mobile-points-usa h6
{
  background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 2px 8px;
                margin-bottom: 8px;
        font-weight: 600;
                margin-top: 10px;
        font-size: 18px;  
}
.mobile-points-usa
{
    margin-bottom: 34px;
}
.mobile-points-usa p
{
            vertical-align: sub;
        padding: 2px 0px;
        font-size: 14px;
        color: #000000;
                margin-bottom: 2px;
        font-weight: 500;
        line-height: 18px;
}

.countriesUSA .visa-card {
            margin: 0px !important;
}
.countriesUSA .visa-card p{
            padding: 9px;
        font-size: 14px;
                line-height: 1.2;
}
.countriesUSA .visa-card h3 {
        font-size: 14px;
        font-weight: 500;
        line-height: 35px;
}


.countriesUSA .countriesUSA-contain {
        font-size: 14px;
        font-weight: 400;
        color: black;
        line-height: 17px;
        margin-bottom: 15px !important;
    }
.mobile-box-style-3{
    border : none !important;
}
    .usa-lineheight {
        line-height: 100%;
        text-align: start !important;
    }

    .mobile-box-style-3 .county-box-short {
        width: 70% !important;
        margin: 0 !important;
    }

.mobile-start{
           justify-content: start !important;
        align-items: start !important;
}

.tag-flot-usa
{
         font-size: 9px !important;
        padding: 0px 7px !important;
        line-height: 13px !important;
        border-radius: 2px !important;
        box-shadow: none !important;
        background: rgba(181, 124, 255, 1);
        top: 3px;
        right: 4px;   
}


.mobile-box-style-3 .county-box-short .img-box-fit img {
    border-radius: 0px !important;
}

.mobile-pb-23
{
    padding: 10px !important;
}

.mobile-box-style-3 .county-box-short .fs-17
{
        font-size: 13px !important;
    line-height: 18px !important;
}


.mobile-box-style-3  .county-box-short .fs-14 {
        font-size: 13px !important;
        line-height: 15px !important;
}


.countriesUSA .countriesUSA-contain {
        font-size: 14px !important;
        font-weight: 400;
        color: black;
        line-height: 17px !important;
        margin-bottom: 15px !important;
}

.countriesUSA .MajorScholarships {
      white-space: nowrap;
    overflow: scroll;  
}

.countriesUSA .ScholarshipApplyGuide p {
        margin-bottom: 15px;
        font-size: 14px !important;
}

.list-of-view-1 li{
   line-height: 18px !important;
    padding: 0px !important;
}

.mobile-w-48 {
        width: 48% !important;
}

.border-section-set{
     white-space: nowrap;
    overflow: scroll;
}

.border-section-set p{
    margin-bottom: 1px;
}

.stat-box .fs-12 {
    line-height: 1.0 !important;
    font-size: 13px !important;
    
}

.mobile-about-content
{
    width: 70% !important;
    margin-top: 10px !important;
    margin: auto;
}

.mobile-about-content .w-90 {
    width: 60% !important;
}



.mobile-about-content.mobile-section-step h4{
        font-size: 30px !important;
        line-height: 30px !important;
}


.mobile-about-content .flot-arrow-box {
            position: unset !important;
    bottom: 0;
    right: -29%;
    width: auto !important;
    align-items: center;
    gap: 23px;
    top: 81% !important;
    height: auto !important;
}
.mobile-wrap-scrolling
{
    white-space: nowrap;
    overflow: scroll;
    display: flex;
    flex-wrap: nowrap;
}

.mobile-wrap-scrolling .w-20 {
    width: 100% !important;
}

.mobile-box-4 .w-211px
{
    width: 30% !important;
    margin-bottom: 20px !important;
}

.mobile-box-4 .justify-content-space {
        justify-content: start !important;
        gap: 9px;
}

.group-flex-items .icon-box
{
    height: 38px  !important;
    width: 38px  !important;
}
.mobile-box-4 .group-flex-items .icon-box .fs-50 {
    font-size: 2.6rem;
        line-height: 39px !important;
}

.mobile-box-4 .lh-50 {
    line-height: 39px !important;
}

.mobile-box-4 .fs-14 {
    font-size: 13px !important;
}


.about-mobile-who-is .w-450px
{
    width: 70% !important;
    margin: 0 0 0 auto;
}
.about-mobile-who-is .w-344px
{
    width: 60% !important;
    margin: 0 0 0 auto;
}

.about-mobile-who-is .fs-24 {
    font-size: 14px !important;
    line-height: 17px !important;
            width: 100% !important;
    font-weight: 400 !important;
}

.about-mobile-who-is .bg-green-1
{
        width: 33px !important;
        padding: 7px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 18px;
        padding-top: 10px !important;
        font-size: 10px !important;
}

.about-mobile-who-is .bg-green-1 .fs-20 {
    font-size: 15px !important;
}

.about-mobile-who-is .ml-78 {
    margin-left: 43px !important;
}

.about-mobile-who-is .bg-box-mobile-1
{
    background: #c3ffa9;
}
.about-mobile-who-is .bg-box-mobile
{
    background: #c3ffa9;
    border-image: linear-gradient(to right, #8b14b1, #ab019e, #c00c8b, #cd267b, #d53d6e);
    border-image-slice: 1;
    border: 3px solid;
    border-image-source: linear-gradient(90deg, #9747FF 0%, #F756FF 50%, #0ABF8C 100%);
    border-image-slice: 1;
            font-size: 22px !important;
        line-height: 25px !important;
        padding: 1px 5px;
}
.about-mobile-who-is .bg-box-mobile .border-gradient-purple-pink
{
        border: none !important;
}


.about-mobile-who-is .w-15 img
{
        height: 85px !important;
    width: 43px !important;
}


.w-344px {
    width: 100% !important;
}

.founder-img-box {
    border-radius: 0px !important;
    width: 100% !important;
    background-color: #DDDDDD;
    height: auto !important;
    margin-bottom: 10px !important;
}
.mobile-bg-transparent
{
    background : transparent !important;
}

.flex-heading-floting
{
        margin-bottom: 0px !important;
}

.mobile-yello-heading-box .w-15 {
    width: 57% !important;
}
/*  .mobile-yello-heading-box .w-50 {*/
/*        width: 100% !important;*/
/*    }*/
    
/*    .mobile-yello-heading-box .w-35 {*/
/*    width: 100% !important;*/
/*}*/
.mobile-yello-heading-box ul
{
        white-space: nowrap;
    overflow: scroll;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}


.mobile-yello-heading-box .fs-16 {
  gap: 16px !important;
        font-size: 15px !important;
}
.mobile-yello-heading-box .w-40 {
        width: auto !important;
    }

.mobile-yello-heading-box .m-last {
    margin: 0 !important;
}

.mobile-yello-heading-box .w-35 {
    width: auto !important;
}

.frame-purple{
    padding: 8px 3px !important;
}
.frame-purple::before {
    content: '';
    position: absolute;
    left: 18px;
    top: -27px;
    width: 100px;
    height: 29px;
    background-color: #8d66ff;
    border-radius: 6px 72px 0px 0px;
}

.frame-purple-object-fit {
    height: 205px !important;
}
.bg-regal-blue .sm-mb-9 {
        margin-bottom: 4% !important;
}

.col-lg-11 .w-45 {
    width: 100% !important;
}

.mobile-gap-1
{
        gap: 23px !important;
}
.h-180px {
    height: 100px !important;
}
.h-180px {
    height: 110px !important;
}


.big-toggle.toggle-switch {
        display: inline-block;
        width: 82px !important;
        height: 36px !important;
}

.big-toggle.toggle-switch input:checked+.slider:before {
    transform: translateX(43px);
}
.big-toggle .slider:before {
        height: 30px;
        width: 30px;
        left: 5px;
        bottom: 3px;
}

.mobile-fs-40{
    font-size : 40px !important;
    line-height : 40px !important;
}
.mobile-m-last{
        margin: 0 0 0 auto !important;
}


   .w-900px  .w-50 {
        width: 100% !important;
        text-align: start !important;
    }
    
   .floting-text-heading .lh-64 {
    line-height: 37px;
    font-size: 25px !important;
    padding: 1px 3px;
}

.floting-text-heading {
    position: relative;
    top: 19px;
    z-index: 2;
    border: 2px solid #39A1FF;
    right: 0;
    left : auto !important;
    display: inline-block;
    line-height: 64px;
    position: absolute;
    top: -25px;
}

.bg-btn-arrow {
    background: #FFC524;
    padding: 8px 9px;
    border-radius: 100px;
    width: 33px;
    height: 33px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    margin-bottom: -10px !important;
}

.mobile-tags-scrolling{
    position: absolute;
    width: 95% !important;
    padding-left: 18%;
}

.horizontel-tabs ul li
{
    border-radius: 7px;
    padding: 5px 5px;
    color: black;
    font-size: 10px !important;
    line-height: 14px !important;
}
.horizontel-tabs ul {
    padding: 5px !important;
    
}
.scroll-arrow
{
    width: 31px;
    height: 31px;
}
.scroll-arrow img{
    width: 11px !important;
}
.scroll-arrow.right {
    right: -3px;
    background: white;
    top: 37px;
}
.scroll-arrow.left
{
    left: -27px;
    top: 36px;
}

.hero-student-resource h6{
        font-size: 16px !important;
    line-height: 23px !important;
    margin: auto;
}

.hero-student-resource .fs-96 {
    font-size: 40px;
    line-height: 3.438rem;
}
.hero-student-resource .fit-object-cover-2
{
    max-height: 357px !important;
}
.hero-student-resource.mobile-section-step .card-box-img img
{
    height: 357px !important;
}
.hero-student-resource
{
    width: 85% !important;
    margin: auto;
}
.hero-student-resource.mobile-section-step span.fs-40 {
    margin-left: 5px;
    font-size : 20px !important;
}

.mobile-p-2
{
    padding: 1rem !important;
}

.mobile-fs-48{
            line-height: 50px;
    font-size : 48px !important;
}

.card-box-100 .fs-25 {
    font-size: 20px !important;
}

.mobile-p-2s {
  padding: 0.3rem !important;
}

.bg-red .gap-5 {
    gap: 1rem !important;
}

.mobile-font-normal{
    font-weight : 500 !important;
}


.yellow-box-style-3 ol li{
    line-height: 17px;
    font-size: 14px !important;
}

.mobile-event-program .col-lg-4 .px-5{
       padding: 1rem !important;
}
.mobile-event-program .sop-image-wrapper-1
{
    width : 100% !important;
}
.mobile-event-program .col-lg-4{
          padding: 5px !important;
}

.fix-box-design .card-box-date .box-date-info .date {
    font-size: 29px;
}

.card-box-date .box-date-info .month {
    font-size: 17px;
}


.fix-box-design .card-box-date .box-date-info .date {
    font-size: 31px;
            line-height: 1px;
}


.fix-box-design .card-box-date .box-date-info {
    height: 72px !important;
    margin-top: 0 !important;
    width: 66px !important;
}

.fix-box-design .card-box-date .box-date-info .fs-12 {
    line-height: 1.0 !important;
    font-size: 12px !important;
}

.fix-box-design .sop-image-wrapper-1 {
    height: 215px;
    margin-bottom: 50px;
}

.event-author-info{
        width: 85% !important;
        left: 0 !important;
        border-radius: 12px 13px 10px 10px !important;
        right: 0;
        margin: auto;
        top: 22.5% !important;
}
.event-author-info .fs-12 {
    line-height: 1.0 !important;
    font-size: 12px !important;
}

.mobile-event-program .px-5
{
    padding: 0px 10px !important;
}

.date-box.bg-transparent .fs-12 {
    line-height: 1.0 !important;
    font-size: 11px !important;
    margin-top: 5px;
}
 .mobile-event-program .mobile-fs-22 {
        font-size: 22px !important;
        line-height: 25px !important;
    }

.card-box-date .date-box{
    margin-bottom: 16px;
        margin-top: -23px;
}

.fix-box-design .sop-card-unique-unique-1 .closed-box
{
    width: 65%;
    font-size: 28px;
    line-height: 30px;
    z-index: 2;
    padding: 50px 4px !important;
}
.mobile-w-42{
    width : 42% !important;
}

.mobile-newslatter img{
    width: 45px !important;
}

.mobile-newslatter .ht-55px {
    height: 40px !important;
}
    .mobile-newslatter button img {
        width: 26px !important;
    }

.aspact-rastion-2 {
    object-fit: none;
    height: 450px;
}

h4.mobile-flot-heading{
    line-height: 26px !important;
    font-size: 23px !important;
    position: absolute;
    bottom: -11px;
    left: 32px;
}

.table-custom-border td
{
        line-height: 16px;
            font-size: 14px;
}

.table-custom-border .icon-box{
        height: 25px;
    width: 25px;
        padding: 6px !important;
}

.new-css-faq .box-tabs-bottom .nav a{
  line-height: 15px !important;
}

.mobile-fs-30{
    width : 30% !important;
}


.mobile-text-start{
    text-align : start;
}

.mobile-font-400{
    font-weight : 400 !important;
}

.mobile-auto-last
{
    margin : 0 0 0 auto  !important;
}

.mobile-w-48 {
        width: 48% !important;
}

.mobile-fs-32{
    font-size : 32px !important;
}

.founder-info p {
    margin-bottom: 10px;
    line-height: 16px !important;
    font-size: 14px !important;
    color: #303030;
}

.mobile-box-style-2.mobile-box-4 .justify-content-space{
           justify-content: center !important; 
}
.mobile-box-style-2.mobile-box-4 .w-211px {
        width: 34% !important;
        margin-bottom: 20px !important;
    }

.mobile-box-style-2.mobile-box-4 .fs-14 {
        font-size: 13px !important;
        line-height: 16px !important;
    }
    .mobile-w-70 {
        width: 70% !important;
    }
    
  .m-border-1
  {
      background: #c3ffa9;
        border-image: linear-gradient(to right, #8b14b1, #ab019e, #c00c8b, #cd267b, #d53d6e);
        border-image-slice: 1;
        border: 3px solid;
        border-image-source: linear-gradient(90deg, #9747FF 0%, #F756FF 50%, #0ABF8C 100%);
        border-image-slice: 1;
        font-size: 22px !important;
        line-height: 25px !important;
        padding: 1px 5px;
  }
    
    
    
    .caption-img-box-new img {
    height: auto !important;
    width: auto !important;
    width: 100%;
    border-radius: 25px;
    margin: auto;
}

.caption-img-box-new {
    position: relative;
    border-radius: 25px;
    width: 95% !important;
    margin: auto;
}
.mobile-arrow-new
{
        display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    flex-direction: row !important;
    gap: 3px !important;
}
.mobile-arrow-new
{
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    position: absolute;
    bottom: -22px;
    flex-direction: row !important;
    gap: 3px !important;
}
    
.mobile-pb-25
{
 padding-bottom: 25% !important;
}
    
.purple-event-hero
{
      margin-top: 64px;  
}    
.purple-event-hero .sop-card-unique
{
    overflow  :visible !important;
}
    
.purple-event-hero .full-box-content-height .sop-image-wrapper-1 {
    height: 410px;
    overflow: hidden;
    width: 75% !important;
    margin-top: -76px;
}    
    
.purple-event-hero .sop-image-wrapper-1 .big_img
{
    transform: scale(1.2);
}

.purple-event-hero .full-box-content-height .sop-top-label {
left: auto;
        top: -45px !important;
        right: 51px;
        width: 25% !important;
        border-radius: 2px !important;
        padding: 3px !important;
        height: 22px !important;
        z-index: 1;
        gap: 0px !important;
}
 .purple-event-hero .full-box-content-height .sop-heart-icon {
        position: absolute;
        top: -52px;
        right: 3%;
        border-radius: 0px !important;
        padding: 2px;
    }
.purple-event-hero .full-box-content-height .sop-heart-icon.bg-purple
{
        top: -15px;
    right: 51px;
    width: auto !important;
    text-align: end;
    font-size: 16px !important;
    border-radius: 2px !important;

}
.purple-event-hero .full-box-content-height .sop-heart-icon img {
    width: 24px;
    margin-top: -2px;
}

 .purple-event-hero .event-author-info {
        width: 37% !important;
        left: 0 !important;
        border-radius: 12px 13px 10px 10px !important;
        right: -34% !important;
        margin: auto;
        z-index: 1;
        top: auto !important;
        margin-top: -90px;
    }
   
    .purple-event-hero .event-author-info .fs-12 {
        line-height: 1.3 !important;
        font-size: 12px !important;
    }
   
    .purple-event-hero .event-author-info h5.fs-12 {
    line-height: 1.4 !important;
    font-size: 14px !important;
    margin-bottom: 2px !important;
    }

    .purple-event-hero .card-box-date .box-date-info {
    background: #B57CFF;
    height: 65px;
    margin-top: -7px;
    font-weight: 500;
    width: 70px;
}
    .purple-event-hero .card-box-date .box-date-info .date {
    font-size: 31px;
    color: #B57CFF;
    line-height: 0px !important;
}



    .purple-event-hero .card-box-date .date-box {
        margin-bottom: 16px;
        margin-top: 5px;
    }



.purple-event-hero .sop-tags {
    margin: -7px 0 !important;
}

.purple-event-hero .sop-learn-btn
{
            height: 30px !important;
            background : rgba(0, 156, 112, 1) !important;
                    margin-top: 4% !important;
}

.purple-event-hero .fs-16 {
    font-size: 14px !important;
}

.gr-mobile-1{
    width: 100%;
    background: #c3ffa9;
    border-image: linear-gradient(to right, #8b14b1, #ab019e, #c00c8b, #cd267b, #d53d6e);
    border-image-slice: 1;
    border: 3px solid;
    border-image-source: linear-gradient(90deg, #9747FF 0%, #F756FF 50%, #0ABF8C 100%);
    border-image-slice: 1;
    font-size: 22px !important;
    line-height: 25px !important;
    padding: 1px 5px;
    display: block;
}
.mobil-m-img img{
        width: 25px !important;
}

.mobil-m-img .justify-content-space {
    justify-content: center;
    align-items: center;
}

.bg-purple-100 img{
    width : 80px;
}


.mobile-download-1 .w-50.mobile-w-50 img{
    width: 81px !important;
}
.mobile-download-1 .card-box-date .box-date-info {
    background: #B57CFF;
    height: 77px;
    margin-top: -7px;
    font-weight: 500;
    width: 78px;
}
.mobile-download-1 .card-box-date .box-date-info .date {
    font-size: 32px;
    color: #B57CFE;
    line-height: 0px !important;
}



    .purple-event-hero .sop-learn-btn {
        height: 41px !important;
        background: rgba(0, 156, 112, 1) !important;
        margin-top: 4% !important;
    }

.icon-box.green-box{
    
}



.gap-mobile-7
{
    gap: 7px !important;
    margin: 0 auto 5px 0 !important;
}

.flot-overlapt-box {
        width: 61% !important;
        position: relative;
        bottom: 158px;
            left: 15px;
        right: 0;
        margin: 0 0 0 auto;
        border-radius: 9px !important;
}

.fit-object-cover-3 {
    width: 95%;
    height: 430px;
    overflow: hidden;
    border-radius: 15px;
    margin: auto;
}

.mobile-mt-30
{
    margin-top: -30%;
}

.mobile-d-block{
    display : block;
}

.mobile-rotate-90
{
        rotate: 90deg;
}

.mr-20px
{
    margin-right: 20px;
}

.mobile-ml-26{
        margin-left: 26%;
}

.check-list li
{
        line-height: 18px;
}
.top-heading-client span.fs-20s {
        font-size: 20px !important;
}

.mobile-bg-black{
    background : black !important;
}


.img-flot-form img{
   width: 65px !important;  
}
.img-flot-form {
    position: absolute;
    right: 10px;
    width: 90px;
    bottom: 14px;
}

.mobile-bg-white
{
    background : white !important;
}

.ht-281 {
    height: 175px !important;
}

.mobile-fs-45{
    font-size : 45px !important;
}


.mobile-new-1
{
        position: absolute;
    top: 10px;
    width: 58% !important;
    right: 12px;
}

.custom-padding-100-1 {
        position: relative;
        padding: 42px 40px !important;
        padding-top: 73px !important;
}

.box-gray-2 .border-black {
    border: 1px solid rgb(0 0 0 / 15%) !important;
    background: transparent !important;
    padding: 7px !important;
}

.text-aligment-flot
{
        position: absolute;
    top: 36%;
    left: auto;
    right: 42px;
    display: flex;
    gap: 14px;
    background: white;
    border-radius: 1px;
    padding: 0px 11px;
    height: 52px;
}

.program-full-hero.purple-event-hero .event-author-info{
        width: 155px !important;
        left: 0 !important;
        right: -211px !important;
        margin: auto;
        top: auto !important;
        margin-top: -142px;
        border-radius: 0px !important;
}
.program-full-hero.purple-event-hero .full-box-content-height .sop-heart-icon.bg-purple {
        top: -18px;
        right: 13%;
        width: 96px;
        text-align: end;
        font-size: 16px !important;
        border-radius: 2px !important;
        height: 20px !important;
        line-height: 14px !important;
        padding: 3px !important;
}

.w-996px {
    width: auto!important;
}

.w-760px {
    width: auto !important;
}
.w-701px {
    width: auto !important;
}

.pgs-pricing .pricing-item
{
    flex-wrap : wrap;
}

.new-tabel-usml table
{
    width : 100% !important;
}

.pricing-item
{
 flex-wrap: wrap !important
}

.USML-Erotatio-Css-Update .USML-top-cm-50{
        top: 53px;
        border: 1px solid #00000033 !important;
        left: 29px;
        box-shadow: none !important;
        width: 52% !important;
        height: auto !important;
        padding: 7px 11px !important;
}

.USML-Erotatio-Css-Update .mobile-box-style-2.mobile-box-4 .w-211px {
        width: 31% !important;
        margin-bottom: 20px !important;
}

.USML-Erotatio-Css-Update .mobile-box-style-2.mobile-box-4 .justify-content-space {
        justify-content: start !important;
}


.USML-Erotatio-Css-Update .What-isa-Clinical
{
            text-indent: 0px;
            font-size: 24px;
}


.USML-Erotatio-Css-Update .usml-a-clinical {
        margin: 0 !important;
    font-size: 14px !important;
    margin-top: -10px !important;
}

.USML-Erotatio-Css-Update .rounded-3.mobile-full-ht
{
        width: 75% !important;
        height: 323px;
        object-fit: cover;
        object-position: left;
        margin: 0 0 0 auto !important;
        display: flex;
}


.USML-Erotatio-Css-Update .IMG-Benefits{
    font-size: 16px;
    margin-bottom: 10px !important;
}

.w-35px {
    width: 22px !important;
}

.USML-Erotatio-Css-Update .usml-title-g-10
{
    font-size: 14px;
}

.box-flot-half-1
{
        margin-right: 50px !important;
        min-height: 69px;
        width: 100% !important;
        margin-bottom: 25px !important;
}
.mobile-wrap-scrolling .w-25 {
        width: 100% !important;
}
.mobile-wrap-scrolling .w-10 {
        width: 100% !important;
}
.w-643px {
    width: 90% !important;
}

.mobile-wrap-column-2 .col-sm-4
{
    width  :50% !important;
}

.w-345px {
    width: 100% !important;
}

.saved-list-pgs .bottom-scrolling-swiper-section{
        bottom: 0px !important;
}

.saved-list-pgs .bottom-scrolling-swiper-section span
{
    display : none;
}
.USML-Erotatio-Css-Update .new-tabel-usml th {
        text-align: center;
        padding: 6px !important;
        font-weight: 500;
        color: #111827;
        font-size: 14px !important;
        border: 1px solid #000000;
        line-height: 100% !important;
}

.USML-Erotatio-Css-Update .pgs-pricing .pricing-value {
            font-size: 20px;
                    line-height: 18px;
}
.mobile-w-50.gr-mobile-1 {
             width: 65% !important;
}

.USML-Erotatio-Css-Update .pgs-pricing .pricing-card {
            padding: 10px;
        transition: all 0.3s ease;
        width: 85% !important;
        margin: auto;
}


.pgs-pricing .pricing-label,
.USML-Erotatio-Css-Update .pgs-pricing .pricing-value
{
        margin-bottom: 10px !important;
}
.USML-Erotatio-Css-Update .pgs-pricing .pricing-card.mobile-new-custom-100
{
    width: 100% !important;
    padding: 5px;
            margin-bottom: 20px !important;
}


.pgs-pricing .pricing-desc-bold
{
    
        line-height: 19px !important;
}

.pgs-pricing .pricing-item{
            margin-bottom: 17px !important;
}

.pricing-item .check-list li {
        line-height: 18px;
        display: block !important;
    }
    
    
   .box-gray-2 .border-black.mobile-bg-white {
        background: white !important;
    }
    
    
   .box-gray-2 .mobile-new-box-1
    {
            padding: 10px 26px !important;
    padding-top: 39px !important;
    width: 90% !important;
    margin: auto !important;
    }

   .mobile-box-gray-2
   {
        background-color: #F1F1F1;
        padding: 30px 2px;
        width: 90%;
        margin: auto;
   }
   
   
   
    .usml-fee {
                align-items: center;
        flex-direction: column !important;
        gap: 34px !important;
    }
    
        .usml-badge {
        font-size: 14px !important;
        border-radius: 5px;
        padding: 3px !important;
        line-height: 18px !important;
        border-radius: 0px !important;
            margin: auto;
    display: block !important;
    width: 50% !important;
    }
   .usml-notes p {
        margin: 0;
        line-height: normal;
        font-weight: 500 !important;
        font-size: 14px !important;
    }
   
.usml-notes
{
 margin: auto;
margin-top: 12px;
}

.mobile-table-new-design td b{
    font-weight : 500 !important;
    color : black;
}
.mobile-table-new-design td{
border: 1px solid black !important;
        padding: 10px !important;
        vertical-align: middle !important;
        font-size: 16px !important;
        line-height: 20px !important;
        color: rgba(0, 0, 0, 0.65) !important;
        font-weight: normal !important;
}
  
.text-red  b{
    color: #FF0000E5 !important;
}

.step-number{
        position: sticky;
    top: 70px;
}


.purple-premium-section .PurplePremium
{
            text-align: start !important;
    font-size: 32px !important;
}

   
.purple-premium-section .PurplePremium-start
{
    font-size: 20px !important;
            text-align: start !important;
}
.purple-premium-section .PurplePremium span
{
   font-size: 12px !important; 
}

.ms-12 {
    margin-left: 8% !important;
}

.display-mobile-flex{
        flex-direction: row !important;
        flex-wrap: wrap !important;
        margin-left: 28px !important;
        gap: 23px !important;
        margin-top: 20px;
}
   
.mobile-w-60s
{
    width: 60% !important;
}

.mobile-row-1 .col-lg-3, 
.mobile-row-1 .col-lg-4 
{
  width : 45% !important;   
}
.mobile-row-1{
  flex-wrap: wrap !important;
  margin-top: 10px !important;
}
.mobile-row-1{
  flex-wrap: wrap !important;
}
   
.purple-premium-section .heading-new
{
    width: 100% !important;
    text-align  :start !important;
    font-size: 24px !important;
            margin-left: 26px !important;
}

.hero-usml-box .bg-black {
 background-color: transparent !important
}
.mobile-text-black{
    color : black !important;
}
   
  .hero-usml-box 
 {
         width: 90% !important;
    margin: auto;
    overflow: hidden;
            margin-top: 30px !important;
 }
   
  .mobile-font-bold{
      font-weight :600 !important;
  }
 .mobile-fs-32
{
      font-size : 32px !important;
}

.mobile-gap-10px
{
    gap: 10px !important;
}
   
   
.USML-Erotatio-Css-Update .USML-custom-btn {
        background-color: #009c70;
        border-radius: 10px;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        border: none;
        font-size: 18px !important;
        width: 100% !important;
        height: 30px;
        padding: 0px !important;
}

.USML-Erotatio-Css-Update .USML-highlight-box-mobile{
    height: 52px !important;
        padding: 0px !important;
        font-size: 14px !important;
        margin-top :  15px !important;
}
.mobile-black-bg-border-box{
    background: black;
    padding: 10px 5px !important;
    border-radius: 10px !important;
            margin-top: 20px !important;
}
  .mobile-black-bg-border-box .flex-column 
 {
     
    border: 2px solid #B57CFF;
 }
 
 .USML-Erotatio-Css-Update .USML-story-card
 {
     padding: 8px 12px;
     border-radius: 10px;
 }
 
 .mobile-new-down-arrow-1{
   rotate: 90deg;
        width: 134px;
        margin-top: -64px;  
 }
 
 .content-404::after
 {
     font-size: 190px !important;
 }
 
.lock-box {
        width: 100% !important;
    }
 
 .mobile-m-start{
     margin : 0 auto 0 0;
 }
 .lock-box-3
 {
      width: 70.5% !important;
 }
 
 .lock-box-2
 {
     width: 60.5% !important;
 }
 
 .text-limit-small-3
 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 80px;
    height: 41px !important;
 }
.sop-learn-btn {
        font-size: 12px !important;
        line-height: 22px !important;
}
.m-pb-20{
    padding: 15px 0px 0px 0px !important;
}
 
.sop-heart-icon
{
    top: 7px !important;
    right: 16px !important;
}

.box-style-45
{
flex-wrap: wrap;
gap: 6px !important;
justify-content: start !important;
}
.text-limit-03 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 93px;
    height: 57px !important;
}

.sop-close-date 
{
    width: 70px !important;  
}

.sop-tag{
        background: black;
        color: white;
        display: inline-block;
        padding: 3px 4px;
        border-radius: 8px;
        font-size: 9px;
        margin-right: 1px;
        line-height: 19px;
}

.m-justify-start{
    justify-content : start !important;
}
.btn-download
{
         margin-bottom: 8px !important;
        margin-top: 8px !important;
}

.text-bold-table td{
    font-size: 15px !important;
}

.arrow-box-m
{
    z-index: 1000 !important;
    margin: 9px auto 0px 0px !important;
    position: relative;
}

.tab-style-new li a
{
    padding-bottom: 6px !important;
}

.mobile-student-cart .mobile-p-none
{
        padding: 19px 0px !important;   
}
.study-abroad-fact-content li {
    width : 100% !important;
}

.study-abroad-fact-content
{
    padding : 0px !important;
}


.progress-small
{
        display: block !important;
        width: 45%;
        position: absolute;
        left: -23px;
        height: 153px !important;
        margin-top: 13px !important;
        overflow: hidden;
        z-index: 100;
}


.progress-small img
{
        height: auto !important;
        object-fit: contain;
        position: relative;
        width: 100% !important;
        margin-top: 0px !important;
}


.m-w-100
{
     width: 50% !important;    
}

.w-m-50
{
 width: 37%;
}

.lh-20-m
{
        line-height: 20px !important;
}

.flex-item-m
{
    flex-direction: column  !important;
    align-items: revert !important;
}

.purple-section .mobile-fs-30
{
    width : 100% !important;
            justify-content: center;
}


.mobile-block-flex
{
    display :block !important;
}

.purple-gray-box .icon-box-position img {
    width: 30px !important;
    margin-bottom: 20px;
}

.mobile-mt-10, .purple-gray-box.ht-786px .mt-3
{
    margin-top:40px !important;
}

.mobile-arrow-fix
.fs-20 {
    line-height: 15px !important;
    font-size: 12px !important;
}

.mobile-arrow-fix img {
    transform: rotate(115deg);
    width: 91px;
    position: relative;
    left: 181px;
    margin-bottom: 83px;
    margin-top: -37px;

}

.mobile-posi-fix
{
    position: absolute;
    bottom: 80px;
    width: 78%;
    left: 24px;    
}

.mobile-fix-full
{
    width : 100% !important;
}

.mobile-align-center
{
    align-items : center !important;
}

.saved-list-pgs .swiper .explore-section.m-auto {
    margin-left: 0px !important;
    margin-top: 0px !important;
}


}















.box-border-fix{
    border : 1px solid rgb(0, 0, 0) !important;
        background-color: #F1F1F1;
}

.box-border-fix .card-box-gradiant.border.p-4
{ 
    
  border : none !important;  
}

.mobile-w-full
{
    width : 100% !important;
}


.saved-list-pgs .explore-section.m-auto
{
    margin-left: 3px !important;
        margin-top: 0px !important;
}
















.c-lh-30{
    line-height : 30px !important;
}

#typewriter {
    border-right: 4px solid #009C70;
    padding-right: 5px;
    animation: blink 0.7s infinite;
    display: inline-block;
    line-height: 35px;
    }

@keyframes blink {
      50% {
        border-color: transparent;
      }
}




@media (max-width: 360px) {
    .mobile-login-box .sinup-box
    {
      padding: 15px !important;    
    }
    .mobile-fs-12 {
        font-size: 11px !important;
    }
    .mobile-fs-15s {
        font-size: 14px !important;
    }
    .mobile-login-box .w-258px
    {
             font-size: 12px !important;   
    }
}

@media (max-width: 320px) {
    .mobile-login-box .sinup-box
    {
      padding: 12px !important;    
    }
    .mobile-fs-12 {
        font-size: 10px !important;
    }
    .mobile-fs-13 {
        font-size: 11px !important;
    }
        .mobile-fs-24 {
        font-size: 22px !important;
    }
}




    .menu-btn {
      padding: 12px 18px;
      background: #111827;
      color: white;
      border: none;
      cursor: pointer;
      margin: 20px;
      border-radius: 6px;
      font-size: 16px;
    }

    /* Overlay */
    .overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.4);
      opacity: 0;
      visibility: hidden;
      transition: 0.3s;
      z-index: 1000;
    }

    .overlay.active {
      opacity: 1;
      visibility: visible;
    }

    /* Drawer */
    .drawer {
      position: fixed;
      top: 0;
      right: -280px;
      width: 280px;
      height: 100%;
      background: white;
      box-shadow: -4px 0 10px rgba(0,0,0,0.1);
      transition: 0.3s ease;
      z-index: 1000;
      padding: 15px;
    }

    .drawer.active {
      right: 0;
    }

    .drawer-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 30px;
    }

    .drawer-header h2 {
      font-size: 22px;
      color: #111827;
    }

    .close-btn {
      background: none;
      border: none;
      font-size: 26px;
      cursor: pointer;
    }

    .menu-list {
      list-style: none;
    }

    .menu-list li {
      margin-bottom: 18px;
    }

    .menu-list a {
      text-decoration: none;
      color: #374151;
      font-size: 18px;
      transition: 0.2s;
    }

    .menu-list a:hover {
      color: #2563eb;
      padding-left: 5px;
    }


.copyrght a
{
      margin-bottom: 35px;  
}

.custom-width-pad
{
     text-align: center !important;   
}



  /* ── MODAL OVERLAY ── */
  .modal-overlay {
    position: fixed; inset: 0;
    background: rgba(10,10,30,0.75);
    backdrop-filter: blur(6px);
    display: flex; align-items: center; justify-content: center;
    padding: 20px;
    animation: fadeIn 0.35s ease;
  }

  @keyframes fadeIn { from { opacity:0 } to { opacity:1 } }

  /* ── MODAL CARD ── */
  .modal {
    display: grid;
    grid-template-columns: 320px 1fr;
    width: min(740px, 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.07);
    animation: slideUp 0.4s cubic-bezier(0.16,1,0.3,1);
  }

  @keyframes slideUp {
    from { opacity:0; transform: translateY(30px) scale(0.97) }
    to   { opacity:1; transform: translateY(0) scale(1) }
  }

  /* ── LEFT PANEL ── */
  .panel-left {
        background: #150035;
    padding: 36px 28px 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    border-radius: 20px !important;
    overflow: hidden;
  }

  .panel-left::before {
    content: '';
    position: absolute;
    bottom: -60px; right: -60px;
    width: 220px; height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(124,58,237,0.25) 0%, transparent 70%);
    pointer-events: none;
  }

  .brand-row {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .heart-badge {
    width: 34px;
    height: 34px;
    background: transparent;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-top: 17px;
  }

  .sub-label {
   font-size: 24px;
    color: var(--white);
        text-indent: 16px;
    margin-top: -9px;
    opacity: 0.9;
  }

  .tagline {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 20px !important;
    color: rgba(255, 255, 255, 0.72);
    letter-spacing: 0.3px;
  }

  .boost-wrap {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .arrow-text {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: flex-end;
    margin-right: 30px;
  }

  .arrow-text svg {
    width: 40px; margin-top: 2px;
    opacity: 0.85;
  }

  .arrow-text span {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    line-height: 1.5;
    text-align: center;
  }

  .fist-emoji {
    font-size: 72px;
    line-height: 1;
    filter: drop-shadow(0 8px 20px rgba(245,166,35,0.35));
    animation: pulse 3s ease-in-out infinite;
  }

  @keyframes pulse {
    0%,100% { transform: scale(1) rotate(-4deg) }
    50%      { transform: scale(1.04) rotate(2deg) }
  }

  /* ── RIGHT PANEL ── */
  .panel-right {
height: 91%;
    padding: 20px 30px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    background : white;
    gap: 20px;
    border: 2px solid #000000;
    width: 53%;
    border-radius: 0px 20px 20px 4px;
    border-left: none;
  }

  .close-btn {
    position: absolute;
    top: 8px;
    right: 9px;
    width: 28px;
    height: 28px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s;
    color: black;
    font-size: 20px;
  }
  .close-btn:hover { background: #f0f0f5; color: #333; }

  /* ── INPUT FIELDS ── */
  .field-group {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .field {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .field label {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .field label .req { color: #e53935; font-size: 13px; }
  .field label .opt { color: var(--gray-mid); font-weight: 400; font-size: 12px; }

  .field input {
    border: none;
    border-bottom: 2px solid #000000;
    padding: 7px 0;
    font-size: 14px;
    color: black !important;
    background: transparent;
    transition: border-color 0.2s;
    padding-left: 15px;
  }
  

  .field input:focus { border-color: var(--purple); }
  .field input::placeholder { color: #000000 !important; font-size: 15px; font-weight : 500; }

  /* ── SECTION LABEL ── */
  .section-label {
    font-size: 14px;
    font-weight: 600;
    color: black;
    line-height: 16px;
    margin-top: 16px;
  }

  /* ── TOGGLE ROWS ── */
  .toggle-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .toggle-row {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
  }

  .toggle-row span {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
  }

  /* Toggle switch */
  .toggle {
    position: relative;
    width: 42px; height: 24px;
    flex-shrink: 0;
  }

  .toggle input { display: none; }

  .toggle-track {
    position: absolute; inset: 0;
    background: #d1d5db;
    border-radius: 12px;
    transition: background 0.25s;
  }

  .toggle-thumb {
    position: absolute;
    top: 3px; left: 3px;
    width: 18px; height: 18px;
    background: white;
    border-radius: 50%;
    transition: transform 0.25s;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  }

  .toggle input:checked ~ .toggle-track { background: var(--green); }
  .toggle input:checked ~ .toggle-thumb { transform: translateX(18px); }

  /* ── SELECT DROPDOWN ── */
  .select-wrap {
    display: flex;
    align-items: center;
    gap: 0;
  }

  .study-select {
    flex: 1;
    background: var(--gold);
    color: white;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 16px;
    border: none;
    border-radius: 8px 0 0 8px;
    appearance: none;
    cursor: pointer;
    outline: none;
    letter-spacing: 0.3px;
  }

  .select-icon {
    width: 40px; height: 40px;
    background: #2656d6;
    border-radius: 0 8px 8px 0;
    display: flex; align-items: center; justify-content: center;
    color: white;
    font-size: 18px;
    flex-shrink: 0;
  }

  /* ── DIVIDER ── */
  .divider {
height: 2px;
    background: black;
  }

  /* ── CTA BUTTON ── */
  .cta-row {
    display: flex;
    justify-content: center;
    padding-top: 2px;
  }

  .cta-btn {
    background: none;
    border: none;
    font-size: 19px;
    font-weight: 500;
    color: #0400FF;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 8px;
    transition: background 0.2s, gap 0.2s;
  }

  .cta-btn:hover {
    background: #f0f4ff;
    gap: 14px;
  }

  .cta-btn .arrow {
    font-size: 18px;
    transition: transform 0.2s;
  }

  .cta-btn:hover .arrow { transform: translateX(4px); }

  /* ── SUCCESS MESSAGE ── */
  .success-msg {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
    padding: 20px 0;
  }

  .success-msg .checkmark { font-size: 48px; }
  .success-msg h3 { font-size: 18px; font-weight: 700; color: var(--text-dark); }
  .success-msg p { font-size: 13.5px; color: #666; line-height: 1.6; }

  /* ── RESPONSIVE ── */
  @media (max-width: 600px) {
    .modal { grid-template-columns: 1fr; }
    .panel-left { padding: 28px 24px; background: #150035; }
    .fist-emoji { font-size: 56px; }
    .boost-wrap { margin-top: 20px; }
    .panel-right { padding: 24px 22px 22px; }
  }
  
  .pgs-modal .premium-modal-container
  {  
    padding: 0px !important;
    background: transparent;
    max-width: 800px;
    box-shadow : none !important;
    border-radius: 0px !important;
    align-items: center;
  }

   .pgs-modal .panel-left
   {
       width: 377px !important;
   }
   .pgs-modal .brand-title {
    font-size: 64px;
    color: var(--white);
        margin-bottom: -20px;
    line-height: 1;
    font-weight: 700;
}

.modal-btn-pgs
{
background: #FFC524;
    border: 1px solid #000000;
    box-shadow: 2px 2px 0px 0px #000000 !important;
    height: 26px !important;
    width: 65% !important;
    line-height: 24px;
    color : black !important;
    font-size: 16px !important;
    padding: 2px !important;
}

  .pgs-modal .toggle-switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 23px;
}

.pgs-modal .slider:before
{
left: 4px;
    height: 19px;
    width: 19px;
    bottom: 2px;
}


.pgs-modal .toggle-switch input:checked+.slider:before {
    transform: translateX(17px);
}

.pgs-modal-2
{
    border : 4px solid black; border-radius : 20px !important; justify-content: space-evenly; height : 619px;
}
#joinPremiumModal .panel-right
{
    padding: 70px 29px 95px;
}

.cursor-pointer
{
    cursor : pointer;
}

.ht-full-pgs-modal
{
    padding: 150px 30px 100px;
}
.ht-full-pgs-modal-1
{
    padding: 55px 30px 100px;
}



 #joinPremiumModal.pgs-modal .divider {
        height: 2px;
        background: black;
        margin-top: 20px !important;
}
    

#joinPremiumModal .section-label
{
        margin-bottom: 10px !important;
}


.modal-email-1
{
    padding-left: 5px !important;
    height: 30px;
    font-size: 18px;
    width: 100% !important;
    color: black !important;
}

.modal-pgsamc .panel-right
{
    padding: 160px 30px 100px;
}
.pgs-modal-uni .panel-right
{
    padding: 80px 30px 100px;
}

.pgs-modalSc .panel-right
{
        padding: 80px 30px 70px;
}
#REFRapplicantPremiumModal .panel-right
{
        padding: 130px 30px 130px;
}



  @media (max-width: 756px) {
      
      .pgs-modal-uni-2 .mb-50-uni
      {
        margin-bottom: -100px !important;
      }
     .modal-pgsamc-2 .mobile-bottom-50
      {
             margin-bottom: -290px;
      }
     .pgs-modal-uni .mobile-bottom-50
      {
             margin-bottom: -290px;
      }
      .modal-modal-uni .panel-right
      {
         padding : 24px !important;
      }
      .pgs-modalamc .panel-right
      {
         padding : 24px !important;
      }
      .modal-pgsamc .panel-right
      {
         padding : 24px !important;
      }
      .modal-pgsamc-2 .w-180px
      {
          margin : auto !important;
      }
       .modal-pgsamc .w-180px {
        width: 69% !important;
        text-align: justify;
        margin: auto;
    }
              .ht-full-pgs-modal
        {
            padding: 0
        }

    .mobile-applicant .premium-modal-container{
             display: block !important;
        width: 100% !important;
        max-height: 100vh !important;
    }
    .pgs-modal .brand-title {
            margin-bottom: 0px;
    font-size: 48px !important;
    }
   .pgs-modal .boost-wrap img
   {
      width: 170px;
   }
   .panel-right
   {
     padding: 24px 22px 22px;
     width: 100% !important;
     border-radius: 0px !important;
   }
   .premium-modal-overlay
   {
       padding: 15px !important;
   }
   
   .pgs-modal .panel-left {
    width: 100% !important;
    position: relative;
    z-index: 1;
   }
  .panel-right
  {
        border: 4px solid black;
        padding: 24px 22px 22px;
        width: 94% !important;
        border-radius: 0px 0px 20px 20px !important;
        margin: auto;
        margin-top: -5px;
        position: relative;
        z-index: 0;
  }
    .pgs-modal  .boost-wrap {
        margin-top: -18px;
        margin-bottom: -5px;
    }
    .pgs-modal .divider {
    height: 2px;
    background: black;
    margin-top: -18px;
}
.pgs-modal .close-btn
{
    color: white !important;
}

#applicantPremiumModal2.pgs-modal .w-180px
 {
     width: 56% !important;
    text-align: justify;
 }
#applicantPremiumModal2.pgs-modal .premium-modal-container
{
        display: flex !important;
        text-align: center;
        height: 100vh !important;
        max-height: 100vh !important;
        flex-wrap: wrap;
        padding-top: 81px !important;
        padding-bottom: 80px !important;
}

#applicantPremiumModal2.pgs-modal .close-btn {
        color: #000000 !important;
        font-weight: bold !important;
    }

#REFRapplicantPremiumModal2.pgs-modal .w-180px
 {
     width: 56% !important;
    text-align: justify;
 }
#REFRapplicantPremiumModal2.pgs-modal .premium-modal-container
{
        display: flex !important;
        text-align: center;
        height: 100vh !important;
        max-height: 100vh !important;
        flex-wrap: wrap;
        padding-top: 81px !important;
        padding-bottom: 80px !important;
}

#REFRapplicantPremiumModal2.pgs-modal .close-btn {
        color: #000000 !important;
        font-weight: bold !important;
    }
#USMLapplicantPremiumModal2.pgs-modal .w-180px
 {
     width: 56% !important;
    text-align: justify;
 }
#USMLapplicantPremiumModal2.pgs-modal .premium-modal-container
{
        display: flex !important;
        text-align: center;
        height: 100vh !important;
        max-height: 100vh !important;
        flex-wrap: wrap;
        padding-top: 81px !important;
        padding-bottom: 80px !important;
}

#USMLapplicantPremiumModal2.pgs-modal .close-btn {
        color: #000000 !important;
        font-weight: bold !important;
    }
    
#joinPremiumModal2.pgs-modal .w-180px
 {
     width: 56% !important;
    text-align: justify;
 }
#joinPremiumModal2.pgs-modal .premium-modal-container
{
        display: flex !important;
        text-align: center;
        height: 100vh !important;
        max-height: 100vh !important;
        flex-wrap: wrap;
        padding-top: 81px !important;
        padding-bottom: 80px !important;
}

#joinPremiumModal2.pgs-modal .close-btn {
        color: #000000 !important;
        font-weight: bold !important;
    }


     #joinPremiumModal.pgs-modal .modal-btn-pgs {
    background: #FFC524;
    border: 1px solid #000000;
    box-shadow: 2px 2px 0px 0px #000000;
    height: 29px !important;
    width: 60% !important;
    line-height: 26px;
    font-size: 16px !important;
}


    
 }
 










