/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Space+Grotesk:wght@300..700&family=Manrope:wght@200..800&family=DM+Serif+Display:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Yeseva+One&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Staatliches&display=swap");
.tp-portfolio-it-grid-popup,
.tp-offcanvas-area,
.tp-offcanvas-social ul li a,
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* transform */
@font-face {
  font-family: '"Colasta" Sans Serif';
  src: url("../fonts/Colasta.ttf") format("truetype"),
    url("../fonts/Colasta-Light.ttf") format("truetype"),
    url("../fonts/Colasta-Bold.ttf") format("truetype"),
    url("../fonts/Colasta-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: "DM Sans", sans-serif;
  --tp-ff-heading: "Colasta", sans-serif;
  --tp-ff-jakarta: "Plus Jakarta Sans", sans-serif;
  --tp-ff-grotesk: "Space Grotesk", sans-serif;
  --tp-ff-manrope: "Manrope", sans-serif;
  --tp-ff-dmserif: "DM Serif Display", serif;
  --tp-ff-poppins: "Poppins", sans-serif;
  --tp-ff-roboto: "Roboto", sans-serif;
  --tp-ff-yeseva: "Yeseva One", serif;
  --tp-ff-libre: "Libre Baskerville", serif;
  --tp-ff-open: "Open Sans", sans-serif;
  --tp-ff-inter: "Inter", sans-serif;
  --tp-ff-staat: "Staatliches", sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #072032;
  --tp-common-black-2: #000;
  --tp-common-black-3: #242e45;
  --tp-common-black-4: #2b265d;
  --tp-common-sky: #541f5c;
  --tp-common-fruit: #ebfeb2;
  --tp-common-whitest: #f8faf5;
  --tp-common-cherubic: #ffe6f1;
  --tp-common-mint: #c8fddd;
  --tp-common-lime: #8cde59;
  --tp-common-yellow: #ffb72e;
  --tp-common-pisces: #03508e;
  --tp-common-aa30: #007ec3;
  --tp-common-aa30-pucat: #9fccfa;
  --tp-common-apricot: #b17856;
  --tp-common-green: #1c4e4e;
  --tp-common-freckles: #eff5f4;
  --tp-common-conifer: #dff3fc;
  --tp-common-greyish: #c0b1ff;
  --tp-grey-1: #5c6972;
  --tp-grey-2: #555;
  --tp-grey-3: #878898;
  --tp-grey-4: #525356;
  --tp-grey-5: #f3f5f9;
  --tp-grey-6: #eff7ff;
  --tp-grey-7: #898d95;
  --tp-grey-8: #f8f8f8;
  --tp-grey-9: #8885a6;
  --tp-grey-10: #f1f1ff;
  --tp-grey-11: #968698;
  --tp-theme-primary: #9cee69;
  --tp-theme-1: #6c60dc;
  --tp-theme-2: #185757;
  --tp-theme-3: #ef4074;
  --tp-theme-4: #02a95c;
  --tp-theme-5: #f43b00;
  --tp-border-1: #bababa;
  --tp-border-2: #e6e8ea;
  --tp-border-3: #242e4526;
  --tp-rgba-1: rgba(255, 255, 255, 0.8);
  --tp-rgba-2: rgba(255, 255, 255, 0.75);
  --tp-rgba-3: rgba(255, 255, 255, 0.65);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: var(--tp-grey-1);
  font-family: var(--tp-ff-body);
  font-weight: 400;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

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

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

p {
  margin-bottom: 15px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

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

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

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

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.text-right {
  text-align: right;
}

.f-right {
  float: right;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea {
  outline: none;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  padding-left: 26px;
  padding-right: 26px;
  color: var(--tp-common-black);
  border: 1px solid var(--tp-common-black);
  background-color: var(--tp-common-white);
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--tp-common-black);
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--tp-common-black);
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--tp-common-black);
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--tp-common-black);
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
  /* MODERN BROWSER */
  color: var(--tp-common-black);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-color: var(--tp-common-black);
}
input[type="text"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="url"]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

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

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

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

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

*::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  br {
    display: none;
  }
}

/*---------------------------------
    1.1 Common Classes
---------------------------------*/
.shape-image-animation {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}

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

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

.tp-social-icon-style a {
  -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;
}
.tp-social-icon-style a:hover {
  color: var(--tp-common-white);
}
.tp-social-icon-style a:hover span {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.tp-social-icon-style 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(--tp-theme-4);
}

.w-img img {
  width: 100%;
}

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.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-10 {
  z-index: 10;
}

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

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-14 {
  --bs-gutter-x: 14px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-24 {
  --bs-gutter-x: 24px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-45 {
  --bs-gutter-x: 45px;
}

.gx-48 {
  --bs-gutter-x: 48px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}

.gx-70 {
  --bs-gutter-x: 70px;
}

.gx-80 {
  --bs-gutter-x: 80px;
}

.gx-90 {
  --bs-gutter-x: 90px;
}

.gx-100 {
  --bs-gutter-x: 100px;
}

.border-1px {
  border: 1px solid transparent;
}

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

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.p-inherit {
  position: inherit !important;
}

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

.text-italic {
  font-style: italic;
}

/* dropcap */
.tp-dropcap::first-letter {
  float: left;
  width: 65px;
  height: 85px;
  font-size: 90px;
  line-height: 0.8;
  font-weight: 500;
  margin-right: 5px;
  text-align: center;
  line-height: inherit;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-body);
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.hover-text-black:hover {
  color: var(--tp-common-black);
}

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

.hover-text-primary:hover {
  color: var(--tp-theme-primary);
}

.hover-text-theme-1:hover {
  color: var(--tp-theme-1);
}

.hover-text-theme-3:hover {
  color: var(--tp-theme-3);
}

.hover-bg-theme-3:hover {
  background: var(--tp-theme-3);
}

.hover-text-theme-4:hover {
  color: var(--tp-theme-4) !important;
}

.hover-bg-theme-4:hover {
  background: var(--tp-theme-4);
}

.hover-bg-white:hover {
  background: var(--tp-common-white);
  border-color: transparent;
}

.hover-bg-yellow:hover {
  background: var(--tp-common-yellow);
  border-color: transparent;
}

.underline-black {
  background-image: linear-gradient(#072032, #072032),
    linear-gradient(#072032, #072032);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s ease-out;
  -moz-transition: all 0.4s ease 0.3s ease-out;
  -ms-transition: all 0.4s ease 0.3s ease-out;
  -o-transition: all 0.4s ease 0.3s ease-out;
  transition: all 0.4s ease 0.3s ease-out;
}
.underline-black:hover {
  background-image: linear-gradient(#072032, #072032),
    linear-gradient(#072032, #072032);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s ease-out;
  -moz-transition: all 0.4s ease 0.3s ease-out;
  -ms-transition: all 0.4s ease 0.3s ease-out;
  -o-transition: all 0.4s ease 0.3s ease-out;
  transition: all 0.4s ease 0.3s ease-out;
}

.underline-white {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s ease-out;
  -moz-transition: all 0.4s ease 0.3s ease-out;
  -ms-transition: all 0.4s ease 0.3s ease-out;
  -o-transition: all 0.4s ease 0.3s ease-out;
  transition: all 0.4s ease 0.3s ease-out;
}
.underline-white:hover {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s ease-out;
  -moz-transition: all 0.4s ease 0.3s ease-out;
  -ms-transition: all 0.4s ease 0.3s ease-out;
  -o-transition: all 0.4s ease 0.3s ease-out;
  transition: all 0.4s ease 0.3s ease-out;
}

.tp-transfrom {
  transform: translateY(-1px) !important;
}

.tp-transfrom-2 {
  transform: translateY(-2px);
}

.tp-transfrom-3 {
  transform: translateY(-3px);
}

.tp-transfrom-4 {
  transform: translateY(-4px);
}

.tp-round-4 {
  border-radius: 4px;
}

.tp-round-5 {
  border-radius: 5px;
}

.tp-round-6 {
  border-radius: 6px;
}

.tp-round-10 {
  border-radius: 10px;
}

.tp-round-17 {
  border-radius: 17px;
}

.tp-round-20 {
  border-radius: 20px;
}

.tp-round-25 {
  border-radius: 25px;
}

.tp-round-30 {
  border-radius: 30px;
}

.tp-round-35 {
  border-radius: 35px;
}

.tp-round-100 {
  border-radius: 100px;
}

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

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

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

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

.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: 32px;
}

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

.lh-110-per {
  line-height: 1.1;
}

.lh-117-per {
  line-height: 1.17;
}

.lh-125-per {
  line-height: 1.25;
}

.lh-147-per {
  line-height: 1.47;
}

.ls-0 {
  letter-spacing: 0;
}

.ls-1 {
  letter-spacing: 0.01em;
}

.ls-2 {
  letter-spacing: 0.02em;
}

.ls-3 {
  letter-spacing: 0.03em;
}

.ls-4 {
  letter-spacing: 0.04em;
}

.ls-6 {
  letter-spacing: 0.06em;
}

.ls-m-1 {
  letter-spacing: -0.01em;
}

.ls-m-2 {
  letter-spacing: -0.02em;
}

.ls-m-4 {
  letter-spacing: -0.04em;
}

.ls-m-5 {
  letter-spacing: -0.05em;
}

.ls-m-6 {
  letter-spacing: -0.06em;
}

/*---------------------------------
    1.3 spacing Spacing
---------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pt-170 {
    padding-top: 115px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pt-165 {
    padding-top: 110px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pt-160 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pt-155 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pt-150 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pt-145 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pt-140 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pt-135 {
    padding-top: 95px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pt-130 {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pt-125 {
    padding-top: 85px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pt-115 {
    padding-top: 75px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pt-110 {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pt-105 {
    padding-top: 65px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pt-100 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pb-170 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pt-180 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pt-190 {
    padding-top: 110px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pb-165 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pb-160 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pb-155 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pb-145 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pb-140 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pb-135 {
    padding-bottom: 95px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pb-125 {
    padding-bottom: 85px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pb-115 {
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pb-110 {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pb-105 {
    padding-bottom: 65px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pb-95 {
    padding-bottom: 55px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .pb-90 {
    padding-bottom: 50px;
  }
}

/*---------------------------------
  1.2 init style
---------------------------------*/
@media (min-width: 1400px) {
  .container-1825 {
    max-width: 1825px;
  }
}
@media (min-width: 1400px) {
  .container-1510 {
    max-width: 1510px;
  }
}
@media (min-width: 1400px) {
  .container-1230 {
    max-width: 1230px;
  }
}
@media (min-width: 1400px) {
  .container-1670 {
    max-width: 1670px;
  }
}
@media (min-width: 1400px) {
  .container-1710 {
    max-width: 1710px;
  }
}
@media (min-width: 1400px) {
  .container-1430 {
    max-width: 1430px;
  }
}
@media (min-width: 1400px) {
  .container-1310 {
    max-width: 1310px;
  }
}
@media (min-width: 1400px) {
  .container-1775 {
    max-width: 1775px;
  }
}
@media (min-width: 1400px) {
  .container-1630 {
    max-width: 1630px;
  }
}
@media (min-width: 1400px) {
  .container-1550 {
    max-width: 1550px;
  }
}
@media (min-width: 1400px) {
  .container-1420 {
    max-width: 1420px;
  }
}
@media (min-width: 1400px) {
  .container-1693 {
    max-width: 1693px;
  }
}
/* Font weight */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

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

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

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

.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-21 {
  font-size: 21px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Font size media query */
@media (max-width: 1399.98px) {
  .fs-xl-12 {
    font-size: 12px;
  }

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

  .fs-xl-14 {
    font-size: 14px;
  }

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

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

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

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

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

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

  .fs-xl-21 {
    font-size: 21px;
  }

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

  .fs-xl-23 {
    font-size: 23px;
  }

  .fs-xl-24 {
    font-size: 24px;
  }

  .fs-xl-25 {
    font-size: 25px;
  }

  .fs-xl-26 {
    font-size: 26px;
  }

  .fs-xl-27 {
    font-size: 27px;
  }

  .fs-xl-28 {
    font-size: 28px;
  }

  .fs-xl-29 {
    font-size: 29px;
  }

  .fs-xl-30 {
    font-size: 30px;
  }

  .fs-xl-31 {
    font-size: 31px;
  }

  .fs-xl-32 {
    font-size: 32px;
  }

  .fs-xl-33 {
    font-size: 33px;
  }

  .fs-xl-34 {
    font-size: 34px;
  }

  .fs-xl-35 {
    font-size: 35px;
  }

  .fs-xl-36 {
    font-size: 36px;
  }

  .fs-xl-37 {
    font-size: 37px;
  }

  .fs-xl-38 {
    font-size: 38px;
  }

  .fs-xl-39 {
    font-size: 39px;
  }

  .fs-xl-40 {
    font-size: 40px;
  }

  .fs-xl-41 {
    font-size: 41px;
  }

  .fs-xl-42 {
    font-size: 42px;
  }

  .fs-xl-43 {
    font-size: 43px;
  }

  .fs-xl-44 {
    font-size: 44px;
  }

  .fs-xl-45 {
    font-size: 45px;
  }

  .fs-xl-46 {
    font-size: 46px;
  }

  .fs-xl-47 {
    font-size: 47px;
  }

  .fs-xl-48 {
    font-size: 48px;
  }

  .fs-xl-49 {
    font-size: 49px;
  }

  .fs-xl-50 {
    font-size: 50px;
  }

  .fs-xl-51 {
    font-size: 51px;
  }

  .fs-xl-52 {
    font-size: 52px;
  }

  .fs-xl-53 {
    font-size: 53px;
  }

  .fs-xl-54 {
    font-size: 54px;
  }

  .fs-xl-55 {
    font-size: 55px;
  }

  .fs-xl-56 {
    font-size: 56px;
  }

  .fs-xl-57 {
    font-size: 57px;
  }

  .fs-xl-58 {
    font-size: 58px;
  }

  .fs-xl-59 {
    font-size: 59px;
  }

  .fs-xl-60 {
    font-size: 60px;
  }

  .fs-xl-61 {
    font-size: 61px;
  }

  .fs-xl-62 {
    font-size: 62px;
  }

  .fs-xl-63 {
    font-size: 63px;
  }

  .fs-xl-64 {
    font-size: 64px;
  }

  .fs-xl-65 {
    font-size: 65px;
  }

  .fs-xl-66 {
    font-size: 66px;
  }

  .fs-xl-67 {
    font-size: 67px;
  }

  .fs-xl-68 {
    font-size: 68px;
  }

  .fs-xl-69 {
    font-size: 69px;
  }

  .fs-xl-70 {
    font-size: 70px;
  }

  .fs-xl-71 {
    font-size: 71px;
  }

  .fs-xl-72 {
    font-size: 72px;
  }

  .fs-xl-73 {
    font-size: 73px;
  }

  .fs-xl-74 {
    font-size: 74px;
  }

  .fs-xl-75 {
    font-size: 75px;
  }

  .fs-xl-76 {
    font-size: 76px;
  }

  .fs-xl-77 {
    font-size: 77px;
  }

  .fs-xl-78 {
    font-size: 78px;
  }

  .fs-xl-79 {
    font-size: 79px;
  }

  .fs-xl-80 {
    font-size: 80px;
  }

  .fs-xl-81 {
    font-size: 81px;
  }

  .fs-xl-82 {
    font-size: 82px;
  }

  .fs-xl-83 {
    font-size: 83px;
  }

  .fs-xl-84 {
    font-size: 84px;
  }

  .fs-xl-85 {
    font-size: 85px;
  }

  .fs-xl-86 {
    font-size: 86px;
  }

  .fs-xl-87 {
    font-size: 87px;
  }

  .fs-xl-88 {
    font-size: 88px;
  }

  .fs-xl-89 {
    font-size: 89px;
  }

  .fs-xl-90 {
    font-size: 90px;
  }

  .fs-xl-91 {
    font-size: 91px;
  }

  .fs-xl-92 {
    font-size: 92px;
  }

  .fs-xl-93 {
    font-size: 93px;
  }

  .fs-xl-94 {
    font-size: 94px;
  }

  .fs-xl-95 {
    font-size: 95px;
  }

  .fs-xl-96 {
    font-size: 96px;
  }

  .fs-xl-97 {
    font-size: 97px;
  }

  .fs-xl-98 {
    font-size: 98px;
  }

  .fs-xl-99 {
    font-size: 99px;
  }

  .fs-xl-100 {
    font-size: 100px;
  }
}
/* Font size media query */
@media (max-width: 1199.98px) {
  .fs-lg-12 {
    font-size: 12px;
  }

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

  .fs-lg-14 {
    font-size: 14px;
  }

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

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

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

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

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

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

  .fs-lg-21 {
    font-size: 21px;
  }

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

  .fs-lg-23 {
    font-size: 23px;
  }

  .fs-lg-24 {
    font-size: 24px;
  }

  .fs-lg-25 {
    font-size: 25px;
  }

  .fs-lg-26 {
    font-size: 26px;
  }

  .fs-lg-27 {
    font-size: 27px;
  }

  .fs-lg-28 {
    font-size: 28px;
  }

  .fs-lg-29 {
    font-size: 29px;
  }

  .fs-lg-30 {
    font-size: 30px;
  }

  .fs-lg-31 {
    font-size: 31px;
  }

  .fs-lg-32 {
    font-size: 32px;
  }

  .fs-lg-33 {
    font-size: 33px;
  }

  .fs-lg-34 {
    font-size: 34px;
  }

  .fs-lg-35 {
    font-size: 35px;
  }

  .fs-lg-36 {
    font-size: 36px;
  }

  .fs-lg-37 {
    font-size: 37px;
  }

  .fs-lg-38 {
    font-size: 38px;
  }

  .fs-lg-39 {
    font-size: 39px;
  }

  .fs-lg-40 {
    font-size: 40px;
  }

  .fs-lg-41 {
    font-size: 41px;
  }

  .fs-lg-42 {
    font-size: 42px;
  }

  .fs-lg-43 {
    font-size: 43px;
  }

  .fs-lg-44 {
    font-size: 44px;
  }

  .fs-lg-45 {
    font-size: 45px;
  }

  .fs-lg-46 {
    font-size: 46px;
  }

  .fs-lg-47 {
    font-size: 47px;
  }

  .fs-lg-48 {
    font-size: 48px;
  }

  .fs-lg-49 {
    font-size: 49px;
  }

  .fs-lg-50 {
    font-size: 50px;
  }

  .fs-lg-51 {
    font-size: 51px;
  }

  .fs-lg-52 {
    font-size: 52px;
  }

  .fs-lg-53 {
    font-size: 53px;
  }

  .fs-lg-54 {
    font-size: 54px;
  }

  .fs-lg-55 {
    font-size: 55px;
  }

  .fs-lg-56 {
    font-size: 56px;
  }

  .fs-lg-57 {
    font-size: 57px;
  }

  .fs-lg-58 {
    font-size: 58px;
  }

  .fs-lg-59 {
    font-size: 59px;
  }

  .fs-lg-60 {
    font-size: 60px;
  }

  .fs-lg-61 {
    font-size: 61px;
  }

  .fs-lg-62 {
    font-size: 62px;
  }

  .fs-lg-63 {
    font-size: 63px;
  }

  .fs-lg-64 {
    font-size: 64px;
  }

  .fs-lg-65 {
    font-size: 65px;
  }

  .fs-lg-66 {
    font-size: 66px;
  }

  .fs-lg-67 {
    font-size: 67px;
  }

  .fs-lg-68 {
    font-size: 68px;
  }

  .fs-lg-69 {
    font-size: 69px;
  }

  .fs-lg-70 {
    font-size: 70px;
  }

  .fs-lg-71 {
    font-size: 71px;
  }

  .fs-lg-72 {
    font-size: 72px;
  }

  .fs-lg-73 {
    font-size: 73px;
  }

  .fs-lg-74 {
    font-size: 74px;
  }

  .fs-lg-75 {
    font-size: 75px;
  }

  .fs-lg-76 {
    font-size: 76px;
  }

  .fs-lg-77 {
    font-size: 77px;
  }

  .fs-lg-78 {
    font-size: 78px;
  }

  .fs-lg-79 {
    font-size: 79px;
  }

  .fs-lg-80 {
    font-size: 80px;
  }

  .fs-lg-81 {
    font-size: 81px;
  }

  .fs-lg-82 {
    font-size: 82px;
  }

  .fs-lg-83 {
    font-size: 83px;
  }

  .fs-lg-84 {
    font-size: 84px;
  }

  .fs-lg-85 {
    font-size: 85px;
  }

  .fs-lg-86 {
    font-size: 86px;
  }

  .fs-lg-87 {
    font-size: 87px;
  }

  .fs-lg-88 {
    font-size: 88px;
  }

  .fs-lg-89 {
    font-size: 89px;
  }

  .fs-lg-90 {
    font-size: 90px;
  }

  .fs-lg-91 {
    font-size: 91px;
  }

  .fs-lg-92 {
    font-size: 92px;
  }

  .fs-lg-93 {
    font-size: 93px;
  }

  .fs-lg-94 {
    font-size: 94px;
  }

  .fs-lg-95 {
    font-size: 95px;
  }

  .fs-lg-96 {
    font-size: 96px;
  }

  .fs-lg-97 {
    font-size: 97px;
  }

  .fs-lg-98 {
    font-size: 98px;
  }

  .fs-lg-99 {
    font-size: 99px;
  }

  .fs-lg-100 {
    font-size: 100px;
  }
}
@media (max-width: 991.98px) {
  .fs-md-12 {
    font-size: 12px;
  }

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

  .fs-md-14 {
    font-size: 14px;
  }

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

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

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

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

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

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

  .fs-md-21 {
    font-size: 21px;
  }

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

  .fs-md-23 {
    font-size: 23px;
  }

  .fs-md-24 {
    font-size: 24px;
  }

  .fs-md-25 {
    font-size: 25px;
  }

  .fs-md-26 {
    font-size: 26px;
  }

  .fs-md-27 {
    font-size: 27px;
  }

  .fs-md-28 {
    font-size: 28px;
  }

  .fs-md-29 {
    font-size: 29px;
  }

  .fs-md-30 {
    font-size: 30px;
  }

  .fs-md-31 {
    font-size: 31px;
  }

  .fs-md-32 {
    font-size: 32px;
  }

  .fs-md-33 {
    font-size: 33px;
  }

  .fs-md-34 {
    font-size: 34px;
  }

  .fs-md-35 {
    font-size: 35px;
  }

  .fs-md-36 {
    font-size: 36px;
  }

  .fs-md-37 {
    font-size: 37px;
  }

  .fs-md-38 {
    font-size: 38px;
  }

  .fs-md-39 {
    font-size: 39px;
  }

  .fs-md-40 {
    font-size: 40px;
  }

  .fs-md-41 {
    font-size: 41px;
  }

  .fs-md-42 {
    font-size: 42px;
  }

  .fs-md-43 {
    font-size: 43px;
  }

  .fs-md-44 {
    font-size: 44px;
  }

  .fs-md-45 {
    font-size: 45px;
  }

  .fs-md-46 {
    font-size: 46px;
  }

  .fs-md-47 {
    font-size: 47px;
  }

  .fs-md-48 {
    font-size: 48px;
  }

  .fs-md-49 {
    font-size: 49px;
  }

  .fs-md-50 {
    font-size: 50px;
  }

  .fs-md-51 {
    font-size: 51px;
  }

  .fs-md-52 {
    font-size: 52px;
  }

  .fs-md-53 {
    font-size: 53px;
  }

  .fs-md-54 {
    font-size: 54px;
  }

  .fs-md-55 {
    font-size: 55px;
  }

  .fs-md-56 {
    font-size: 56px;
  }

  .fs-md-57 {
    font-size: 57px;
  }

  .fs-md-58 {
    font-size: 58px;
  }

  .fs-md-59 {
    font-size: 59px;
  }

  .fs-md-60 {
    font-size: 60px;
  }

  .fs-md-61 {
    font-size: 61px;
  }

  .fs-md-62 {
    font-size: 62px;
  }

  .fs-md-63 {
    font-size: 63px;
  }

  .fs-md-64 {
    font-size: 64px;
  }

  .fs-md-65 {
    font-size: 65px;
  }

  .fs-md-66 {
    font-size: 66px;
  }

  .fs-md-67 {
    font-size: 67px;
  }

  .fs-md-68 {
    font-size: 68px;
  }

  .fs-md-69 {
    font-size: 69px;
  }

  .fs-md-70 {
    font-size: 70px;
  }

  .fs-md-71 {
    font-size: 71px;
  }

  .fs-md-72 {
    font-size: 72px;
  }

  .fs-md-73 {
    font-size: 73px;
  }

  .fs-md-74 {
    font-size: 74px;
  }

  .fs-md-75 {
    font-size: 75px;
  }

  .fs-md-76 {
    font-size: 76px;
  }

  .fs-md-77 {
    font-size: 77px;
  }

  .fs-md-78 {
    font-size: 78px;
  }

  .fs-md-79 {
    font-size: 79px;
  }

  .fs-md-80 {
    font-size: 80px;
  }

  .fs-md-81 {
    font-size: 81px;
  }

  .fs-md-82 {
    font-size: 82px;
  }

  .fs-md-83 {
    font-size: 83px;
  }

  .fs-md-84 {
    font-size: 84px;
  }

  .fs-md-85 {
    font-size: 85px;
  }

  .fs-md-86 {
    font-size: 86px;
  }

  .fs-md-87 {
    font-size: 87px;
  }

  .fs-md-88 {
    font-size: 88px;
  }

  .fs-md-89 {
    font-size: 89px;
  }

  .fs-md-90 {
    font-size: 90px;
  }

  .fs-md-91 {
    font-size: 91px;
  }

  .fs-md-92 {
    font-size: 92px;
  }

  .fs-md-93 {
    font-size: 93px;
  }

  .fs-md-94 {
    font-size: 94px;
  }

  .fs-md-95 {
    font-size: 95px;
  }

  .fs-md-96 {
    font-size: 96px;
  }

  .fs-md-97 {
    font-size: 97px;
  }

  .fs-md-98 {
    font-size: 98px;
  }

  .fs-md-99 {
    font-size: 99px;
  }

  .fs-md-100 {
    font-size: 100px;
  }
}
@media (max-width: 767.98px) {
  .fs-sm-12 {
    font-size: 12px;
  }

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

  .fs-sm-14 {
    font-size: 14px;
  }

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

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

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

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

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

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

  .fs-sm-21 {
    font-size: 21px;
  }

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

  .fs-sm-23 {
    font-size: 23px;
  }

  .fs-sm-24 {
    font-size: 24px;
  }

  .fs-sm-25 {
    font-size: 25px;
  }

  .fs-sm-26 {
    font-size: 26px;
  }

  .fs-sm-27 {
    font-size: 27px;
  }

  .fs-sm-28 {
    font-size: 28px;
  }

  .fs-sm-29 {
    font-size: 29px;
  }

  .fs-sm-30 {
    font-size: 30px;
  }

  .fs-sm-31 {
    font-size: 31px;
  }

  .fs-sm-32 {
    font-size: 32px;
  }

  .fs-sm-33 {
    font-size: 33px;
  }

  .fs-sm-34 {
    font-size: 34px;
  }

  .fs-sm-35 {
    font-size: 35px;
  }

  .fs-sm-36 {
    font-size: 36px;
  }

  .fs-sm-37 {
    font-size: 37px;
  }

  .fs-sm-38 {
    font-size: 38px;
  }

  .fs-sm-39 {
    font-size: 39px;
  }

  .fs-sm-40 {
    font-size: 40px;
  }

  .fs-sm-41 {
    font-size: 41px;
  }

  .fs-sm-42 {
    font-size: 42px;
  }

  .fs-sm-43 {
    font-size: 43px;
  }

  .fs-sm-44 {
    font-size: 44px;
  }

  .fs-sm-45 {
    font-size: 45px;
  }

  .fs-sm-46 {
    font-size: 46px;
  }

  .fs-sm-47 {
    font-size: 47px;
  }

  .fs-sm-48 {
    font-size: 48px;
  }

  .fs-sm-49 {
    font-size: 49px;
  }

  .fs-sm-50 {
    font-size: 50px;
  }

  .fs-sm-51 {
    font-size: 51px;
  }

  .fs-sm-52 {
    font-size: 52px;
  }

  .fs-sm-53 {
    font-size: 53px;
  }

  .fs-sm-54 {
    font-size: 54px;
  }

  .fs-sm-55 {
    font-size: 55px;
  }

  .fs-sm-56 {
    font-size: 56px;
  }

  .fs-sm-57 {
    font-size: 57px;
  }

  .fs-sm-58 {
    font-size: 58px;
  }

  .fs-sm-59 {
    font-size: 59px;
  }

  .fs-sm-60 {
    font-size: 60px;
  }

  .fs-sm-61 {
    font-size: 61px;
  }

  .fs-sm-62 {
    font-size: 62px;
  }

  .fs-sm-63 {
    font-size: 63px;
  }

  .fs-sm-64 {
    font-size: 64px;
  }

  .fs-sm-65 {
    font-size: 65px;
  }

  .fs-sm-66 {
    font-size: 66px;
  }

  .fs-sm-67 {
    font-size: 67px;
  }

  .fs-sm-68 {
    font-size: 68px;
  }

  .fs-sm-69 {
    font-size: 69px;
  }

  .fs-sm-70 {
    font-size: 70px;
  }

  .fs-sm-71 {
    font-size: 71px;
  }

  .fs-sm-72 {
    font-size: 72px;
  }

  .fs-sm-73 {
    font-size: 73px;
  }

  .fs-sm-74 {
    font-size: 74px;
  }

  .fs-sm-75 {
    font-size: 75px;
  }

  .fs-sm-76 {
    font-size: 76px;
  }

  .fs-sm-77 {
    font-size: 77px;
  }

  .fs-sm-78 {
    font-size: 78px;
  }

  .fs-sm-79 {
    font-size: 79px;
  }

  .fs-sm-80 {
    font-size: 80px;
  }

  .fs-sm-81 {
    font-size: 81px;
  }

  .fs-sm-82 {
    font-size: 82px;
  }

  .fs-sm-83 {
    font-size: 83px;
  }

  .fs-sm-84 {
    font-size: 84px;
  }

  .fs-sm-85 {
    font-size: 85px;
  }

  .fs-sm-86 {
    font-size: 86px;
  }

  .fs-sm-87 {
    font-size: 87px;
  }

  .fs-sm-88 {
    font-size: 88px;
  }

  .fs-sm-89 {
    font-size: 89px;
  }

  .fs-sm-90 {
    font-size: 90px;
  }

  .fs-sm-91 {
    font-size: 91px;
  }

  .fs-sm-92 {
    font-size: 92px;
  }

  .fs-sm-93 {
    font-size: 93px;
  }

  .fs-sm-94 {
    font-size: 94px;
  }

  .fs-sm-95 {
    font-size: 95px;
  }

  .fs-sm-96 {
    font-size: 96px;
  }

  .fs-sm-97 {
    font-size: 97px;
  }

  .fs-sm-98 {
    font-size: 98px;
  }

  .fs-sm-99 {
    font-size: 99px;
  }

  .fs-sm-100 {
    font-size: 100px;
  }
}
@media (max-width: 575.98px) {
  .fs-xs-12 {
    font-size: 12px;
  }

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

  .fs-xs-14 {
    font-size: 14px;
  }

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

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

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

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

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

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

  .fs-xs-21 {
    font-size: 21px;
  }

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

  .fs-xs-23 {
    font-size: 23px;
  }

  .fs-xs-24 {
    font-size: 24px;
  }

  .fs-xs-25 {
    font-size: 25px;
  }

  .fs-xs-26 {
    font-size: 26px;
  }

  .fs-xs-27 {
    font-size: 27px;
  }

  .fs-xs-28 {
    font-size: 28px;
  }

  .fs-xs-29 {
    font-size: 29px;
  }

  .fs-xs-30 {
    font-size: 30px;
  }

  .fs-xs-31 {
    font-size: 31px;
  }

  .fs-xs-32 {
    font-size: 32px;
  }

  .fs-xs-33 {
    font-size: 33px;
  }

  .fs-xs-34 {
    font-size: 34px;
  }

  .fs-xs-35 {
    font-size: 35px;
  }

  .fs-xs-36 {
    font-size: 36px;
  }

  .fs-xs-37 {
    font-size: 37px;
  }

  .fs-xs-38 {
    font-size: 38px;
  }

  .fs-xs-39 {
    font-size: 39px;
  }

  .fs-xs-40 {
    font-size: 40px;
  }

  .fs-xs-41 {
    font-size: 41px;
  }

  .fs-xs-42 {
    font-size: 42px;
  }

  .fs-xs-43 {
    font-size: 43px;
  }

  .fs-xs-44 {
    font-size: 44px;
  }

  .fs-xs-45 {
    font-size: 45px;
  }

  .fs-xs-46 {
    font-size: 46px;
  }

  .fs-xs-47 {
    font-size: 47px;
  }

  .fs-xs-48 {
    font-size: 48px;
  }

  .fs-xs-49 {
    font-size: 49px;
  }

  .fs-xs-50 {
    font-size: 50px;
  }

  .fs-xs-51 {
    font-size: 51px;
  }

  .fs-xs-52 {
    font-size: 52px;
  }

  .fs-xs-53 {
    font-size: 53px;
  }

  .fs-xs-54 {
    font-size: 54px;
  }

  .fs-xs-55 {
    font-size: 55px;
  }

  .fs-xs-56 {
    font-size: 56px;
  }

  .fs-xs-57 {
    font-size: 57px;
  }

  .fs-xs-58 {
    font-size: 58px;
  }

  .fs-xs-59 {
    font-size: 59px;
  }

  .fs-xs-60 {
    font-size: 60px;
  }

  .fs-xs-61 {
    font-size: 61px;
  }

  .fs-xs-62 {
    font-size: 62px;
  }

  .fs-xs-63 {
    font-size: 63px;
  }

  .fs-xs-64 {
    font-size: 64px;
  }

  .fs-xs-65 {
    font-size: 65px;
  }

  .fs-xs-66 {
    font-size: 66px;
  }

  .fs-xs-67 {
    font-size: 67px;
  }

  .fs-xs-68 {
    font-size: 68px;
  }

  .fs-xs-69 {
    font-size: 69px;
  }

  .fs-xs-70 {
    font-size: 70px;
  }

  .fs-xs-71 {
    font-size: 71px;
  }

  .fs-xs-72 {
    font-size: 72px;
  }

  .fs-xs-73 {
    font-size: 73px;
  }

  .fs-xs-74 {
    font-size: 74px;
  }

  .fs-xs-75 {
    font-size: 75px;
  }

  .fs-xs-76 {
    font-size: 76px;
  }

  .fs-xs-77 {
    font-size: 77px;
  }

  .fs-xs-78 {
    font-size: 78px;
  }

  .fs-xs-79 {
    font-size: 79px;
  }

  .fs-xs-80 {
    font-size: 80px;
  }

  .fs-xs-81 {
    font-size: 81px;
  }

  .fs-xs-82 {
    font-size: 82px;
  }

  .fs-xs-83 {
    font-size: 83px;
  }

  .fs-xs-84 {
    font-size: 84px;
  }

  .fs-xs-85 {
    font-size: 85px;
  }

  .fs-xs-86 {
    font-size: 86px;
  }

  .fs-xs-87 {
    font-size: 87px;
  }

  .fs-xs-88 {
    font-size: 88px;
  }

  .fs-xs-89 {
    font-size: 89px;
  }

  .fs-xs-90 {
    font-size: 90px;
  }

  .fs-xs-91 {
    font-size: 91px;
  }

  .fs-xs-92 {
    font-size: 92px;
  }

  .fs-xs-93 {
    font-size: 93px;
  }

  .fs-xs-94 {
    font-size: 94px;
  }

  .fs-xs-95 {
    font-size: 95px;
  }

  .fs-xs-96 {
    font-size: 96px;
  }

  .fs-xs-97 {
    font-size: 97px;
  }

  .fs-xs-98 {
    font-size: 98px;
  }

  .fs-xs-99 {
    font-size: 99px;
  }

  .fs-xs-100 {
    font-size: 100px;
  }
}
.tp-text-common-white {
  color: var(--tp-common-white);
}

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

.tp-text-common-black {
  color: var(--tp-common-black);
}

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

.tp-text-common-black-2 {
  color: var(--tp-common-black-2);
}

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

.tp-text-common-black-3 {
  color: var(--tp-common-black-3);
}

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

.tp-bg-common-footer {
  background-image: url("/assets/img/footer/footer-bg.jpg");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.tp-text-common-black-4 {
  color: var(--tp-common-black-4);
}

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

.tp-text-common-sky {
  color: var(--tp-common-sky);
}

.tp-bg-common-sky {
  background-color: var(--tp-common-sky);
}

.tp-text-common-fruit {
  color: var(--tp-common-fruit);
}

.tp-bg-common-fruit {
  background-color: var(--tp-common-fruit);
}

.tp-text-common-whitest {
  color: var(--tp-common-whitest);
}

.tp-bg-common-whitest {
  background-color: var(--tp-common-whitest);
}

.tp-text-common-cherubic {
  color: var(--tp-common-cherubic);
}

.tp-bg-common-cherubic {
  background-color: var(--tp-common-cherubic);
}

.tp-text-common-mint {
  color: var(--tp-common-mint);
}

.tp-bg-common-mint {
  background-color: var(--tp-common-mint);
}

.tp-text-common-lime {
  color: var(--tp-common-lime);
}

.tp-bg-common-lime {
  background-color: var(--tp-common-lime);
}

.tp-text-common-yellow {
  color: var(--tp-common-yellow);
}

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

.tp-text-common-pisces {
  color: var(--tp-common-pisces);
}
.tp-text-common-aa30 {
  color: var(--tp-common-aa30);
}
.tp-bg-common-aa30 {
  background-color: var(--tp-common-aa30);
}
.tp-bg-common-pisces {
  background-color: var(--tp-common-pisces);
}

.tp-text-common-apricot {
  color: var(--tp-common-apricot);
}

.tp-bg-common-apricot {
  background-color: var(--tp-common-apricot);
}

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

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

.tp-text-common-freckles {
  color: var(--tp-common-freckles);
}

.tp-bg-common-freckles {
  background-color: var(--tp-common-freckles);
}

.tp-text-common-conifer {
  color: var(--tp-common-conifer);
}

.tp-bg-common-conifer {
  background-color: var(--tp-common-conifer);
}

.tp-text-common-greyish {
  color: var(--tp-common-greyish);
}

.tp-bg-common-greyish {
  background-color: var(--tp-common-greyish);
}

.tp-text-grey-1 {
  color: var(--tp-grey-1);
}

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

.tp-text-grey-2 {
  color: var(--tp-grey-2);
}

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

.tp-text-grey-3 {
  color: var(--tp-grey-3);
}

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

.tp-text-grey-4 {
  color: var(--tp-grey-4);
}

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

.tp-text-grey-5 {
  color: var(--tp-grey-5);
}

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

.tp-text-grey-6 {
  color: var(--tp-grey-6);
}

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

.tp-text-grey-7 {
  color: var(--tp-grey-7);
}

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

.tp-text-grey-8 {
  color: var(--tp-grey-8);
}

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

.tp-text-grey-9 {
  color: var(--tp-grey-9);
}

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

.tp-text-grey-10 {
  color: var(--tp-grey-10);
}

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

.tp-text-grey-11 {
  color: var(--tp-grey-11);
}

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

.tp-text-theme-primary {
  color: var(--tp-theme-primary);
}

.tp-bg-theme-primary {
  background-color: var(--tp-theme-primary);
}

.tp-text-theme-1 {
  color: var(--tp-theme-1);
}

.tp-bg-theme-1 {
  background-color: var(--tp-theme-1);
}

.tp-text-theme-2 {
  color: var(--tp-theme-2);
}

.tp-bg-theme-2 {
  background-color: var(--tp-theme-2);
}

.tp-text-theme-3 {
  color: var(--tp-theme-3);
}

.tp-bg-theme-3 {
  background-color: var(--tp-theme-3);
}

.tp-text-theme-4 {
  color: var(--tp-theme-4);
}

.tp-bg-theme-4 {
  background-color: var(--tp-theme-4);
}

.tp-text-theme-5 {
  color: var(--tp-theme-5);
}

.tp-bg-theme-5 {
  background-color: var(--tp-theme-5);
}

.tp-text-border-1 {
  color: var(--tp-border-1);
}

.tp-bg-border-1 {
  background-color: var(--tp-border-1);
}

.tp-text-border-2 {
  color: var(--tp-border-2);
}

.tp-bg-border-2 {
  background-color: var(--tp-border-2);
}

.tp-text-border-3 {
  color: var(--tp-border-3);
}

.tp-bg-border-3 {
  background-color: var(--tp-border-3);
}

.tp-text-rgba-1 {
  color: var(--tp-rgba-1);
}

.tp-bg-rgba-1 {
  background-color: var(--tp-rgba-1);
}

.tp-text-rgba-2 {
  color: var(--tp-rgba-2);
}

.tp-bg-rgba-2 {
  background-color: var(--tp-rgba-2);
}

.tp-text-rgba-3 {
  color: var(--tp-rgba-3);
}

.tp-bg-rgba-3 {
  background-color: var(--tp-rgba-3);
}

.tp-ff-body {
  font-family: var(--tp-ff-body);
}

.tp-ff-heading {
  font-family: var(--tp-ff-heading);
}

.tp-ff-jakarta {
  font-family: var(--tp-ff-jakarta);
}

.tp-ff-grotesk {
  font-family: var(--tp-ff-grotesk);
}

.tp-ff-manrope {
  font-family: var(--tp-ff-manrope);
}

.tp-ff-dmserif {
  font-family: var(--tp-ff-dmserif);
}

.tp-ff-poppins {
  font-family: var(--tp-ff-poppins);
}

.tp-ff-roboto {
  font-family: var(--tp-ff-roboto);
}

.tp-ff-yeseva {
  font-family: var(--tp-ff-yeseva);
}

.tp-ff-libre {
  font-family: var(--tp-ff-libre);
}

.tp-ff-open {
  font-family: var(--tp-ff-open);
}

.tp-ff-inter {
  font-family: var(--tp-ff-inter);
}

.tp-ff-staat {
  font-family: var(--tp-ff-staat);
}

.tp-ff-fontawesome {
  font-family: var(--tp-ff-fontawesome);
}

.kategori-shadow {
  background-color: rgba(255, 255, 255, 0.7); /* transparan putih */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* bayangan lembut */
  backdrop-filter: blur(4px); /* efek kaca */
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 600;
  display: inline-block;
  color: #000; /* teks tetap terlihat */
}

/*----------------------------------------*/
/*  2.3 backtotop
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 20px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 575px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: var(--tp-theme-primary);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--tp-common-white);
  border-radius: 50%;
}
.back-to-top-btn-cpr {
  background: var(--tp-common-pisces);
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

.back-to-top-digi .back-to-top-btn {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  2.5 Buttons
/*----------------------------------------*/
.tp-btn {
  letter-spacing: 0.02em;
  padding: 11px 34px;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.tp-btn:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-btn-digi-sm {
  padding: 10px 21px;
}
.tp-btn-lg {
  letter-spacing: -0.01em;
  padding: 21px 40px;
  line-height: 0%;
}
.tp-btn-lg:hover {
  color: var(--tp-common-black);
}
.tp-btn-lg-border {
  border: 1px solid var(--tp-border-2);
}
.tp-btn-lg-border:hover {
  color: var(--tp-common-black);
}
.tp-btn-switch-animation {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tp-btn-switch-animation .btn-text {
  margin-left: -13px;
  position: relative;
  z-index: 3;
  transition: transform 0.6s 125ms cubic-bezier(0.1, 0.75, 0.25, 1);
}
.tp-btn-switch-animation .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;
}
.tp-btn-switch-animation .btn-icon + .btn-icon {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.tp-btn-switch-animation:hover .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}
.tp-btn-switch-animation:hover .btn-icon {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}
.tp-btn-switch-animation:hover .btn-icon + .btn-icon {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 225ms;
}
.tp-btn-switch-text > span {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.tp-btn-switch-text.btn-lg > span {
  padding: 15px 31px;
}
.tp-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);
  position: relative;
}
.tp-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);
}
.tp-btn-switch-text:hover.bg-hover-black {
  background: var(--tp-common-black-4);
}
.tp-btn-switch-text:hover.bg-hover-theme-1 {
  background: var(--tp-theme-1);
}
.tp-btn-switch-text:hover .btn-double-text {
  transform: translateY(-200%);
}
.tp-btn-switch-text:hover .btn-double-text::before {
  transform: translate(-50%, 150%);
  opacity: 1;
}
.tp-btn-gradient {
  background-size: 200% auto;
  background-image: linear-gradient(to right, #9fccfa, #0974f1, #9fccfa);
  display: inline-block;
}
.tp-btn-gradient:hover {
  background-position: right center;
}
.tp-btn-gradient-detail {
  background-size: 200% auto;
  background-image: linear-gradient(to right, #9fccfa, #0974f1, #9fccfa);
  display: inline-block;
}
.tp-btn-gradient-detail:hover {
  background-position: right center;
}
.tp-btn-video {
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  transition: 0.3s;
  background-image: linear-gradient(90deg, #9fccfa 0%, #0974f1 100%);
  flex-shrink: 0;
}

.tp-btn-cpr-border {
  border: 1px solid var(--tp-border-3);
  padding: 12px 22px;
}
.tp-btn-cpr-border.border-4 {
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.tp-btn-cpr-border-2 {
  border: 1px solid rgba(36, 46, 69, 0.1);
  padding: 20px 20px;
  line-height: 1;
}
.tp-btn-cpr-border-3 {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 16px 20px;
}

.med-btn-shadow {
  box-shadow: 0 10px 40px -10px #86777c;
}

/*----------------------------------------*/
/*  2.1 Animations
/*----------------------------------------*/
@keyframes tp-line-dash {
  100% {
    stroke-dashoffset: 0;
  }
}
.line-dash-path {
  stroke-dasharray: 4;
  stroke-dashoffset: 350;
  -webkit-animation: tp-line-dash 30s linear forwards infinite;
  animation: tp-line-dash 30s linear forwards infinite;
}

@-webkit-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-ms-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.rotate-infinite {
  -webkit-animation: rotate-infinite 15s linear infinite;
  animation: rotate-infinite 15s linear infinite;
}

@-webkit-keyframes rotate-infinite-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-infinite-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate-infinite-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-infinite-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotate-infinite-2 {
  -webkit-animation: rotate-infinite-2 15s linear infinite;
  animation: rotate-infinite-2 15s linear infinite;
}

.tp-img-hover-inner {
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
.tp-img-hover-inner-up {
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.tp-img-hover:hover .tp-img-hover-inner {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.tp-img-hover:hover .tp-img-hover-inner-up {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.tp-transition {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tp-fade-up-10 {
  transform: translateY(10px);
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
}

.tp-fade-up-15 {
  opacity: 0;
  transform: translateY(15px);
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}

.tp-fade-up-hover:hover .tp-fade-up-10 {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.35s;
}
.tp-fade-up-hover:hover .tp-fade-up-15 {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.25s;
}

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

@-webkit-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
/* 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;
}

@keyframes tpupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.updown {
  animation: tpupdown 1s infinite alternate;
}

@keyframes tpleftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.left-right {
  animation: tpleftright 1s infinite alternate;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8),
      0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0),
      0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0),
      0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}
.animate-pulse {
  animation: animate-pulse 3s linear infinite;
}

/* 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);
  }
}
@keyframes icon-bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes right {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.animate-right {
  animation: right 10s linear infinite;
}

@keyframes animate-pulse-2 {
  0% {
    box-shadow: 0 0 0 0 rgba(43, 242, 33, 0.6), 0 0 0 0 rgba(33, 242, 99, 0.6);
  }
  40% {
    box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 0 rgba(33, 242, 71, 0.6);
  }
  80% {
    box-shadow: 0 0 0 20px rgba(255, 109, 74, 0),
      0 0 0 20px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 20px rgba(255, 109, 74, 0);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0);
  }
  20% {
    transform: translateX(100px);
  }
  50% {
    transform: translatey(50px);
  }
  to {
    transform: translatey(0);
  }
}
.moving {
  animation: moving 9s linear infinite;
  -webkit-animation: moving 9s linear infinite;
  -moz-animation: moving 9s linear infinite;
}

@keyframes moving-2 {
  0% {
    transform: translatey(0);
  }
  20% {
    transform: translateX(-100px);
  }
  50% {
    transform: translatey(-50px);
  }
  to {
    transform: translatey(0);
  }
}
.moving-2 {
  animation: moving-2 9s linear infinite;
  -webkit-animation: moving-2 9s linear infinite;
  -moz-animation: moving-2 9s linear infinite;
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
/*----------------------------------------*/
/*  2.10 Preloader
/*----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader.currency-loading {
  background-color: #03071c;
}
.preloader.chr-loading {
  background: var(--tp-theme-4);
}
.preloader.cpr-loading {
  background: var(--tp-common-pisces);
}
.preloader.digi-loading {
  background: var(--tp-theme-primary);
}
.preloader.it-loading {
  background: var(--tp-theme-4);
}
.preloader.med-loading {
  background: var(--tp-theme-1);
}

.loader {
  transform: translateZ(1px);
}

.loader:after {
  content: "$";
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 32px;
  font-weight: bold;
  background: #ffd700;
  color: #daa520;
  border: 4px double;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
  animation: coin-flip 4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes coin-flip {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}
.chr-loader {
  width: 85px;
  aspect-ratio: 0.75;
  --c: no-repeat linear-gradient(#fff 0 0);
  background: var(--c) 0% 50%, var(--c) 50% 50%, var(--c) 100% 50%;
  animation: l7 1s infinite linear alternate;
}

@keyframes l7 {
  0% {
    background-size: 20% 50%, 20% 50%, 20% 50%;
  }
  20% {
    background-size: 20% 20%, 20% 50%, 20% 50%;
  }
  40% {
    background-size: 20% 100%, 20% 20%, 20% 50%;
  }
  60% {
    background-size: 20% 50%, 20% 100%, 20% 20%;
  }
  80% {
    background-size: 20% 50%, 20% 50%, 20% 100%;
  }
  100% {
    background-size: 20% 50%, 20% 50%, 20% 50%;
  }
}
.cpr-loader {
  width: 120px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(#fff 0 0);
  background: var(--c) 0 0, var(--c) 0 100%, var(--c) 50% 0, var(--c) 50% 100%,
    var(--c) 100% 0, var(--c) 100% 100%;
  background-size: 8px 50%;
  animation: l7-0 1s infinite;
  position: relative;
  overflow: hidden;
}

.cpr-loader:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  top: calc(50% - 4px);
  left: -8px;
  animation: inherit;
  animation-name: l7-1;
}

@keyframes l7-0 {
  16.67% {
    background-size: 8px 30%, 8px 30%, 8px 50%, 8px 50%, 8px 50%, 8px 50%;
  }
  33.33% {
    background-size: 8px 30%, 8px 30%, 8px 30%, 8px 30%, 8px 50%, 8px 50%;
  }
  50% {
    background-size: 8px 30%, 8px 30%, 8px 30%, 8px 30%, 8px 30%, 8px 30%;
  }
  66.67% {
    background-size: 8px 50%, 8px 50%, 8px 30%, 8px 30%, 8px 30%, 8px 30%;
  }
  83.33% {
    background-size: 8px 50%, 8px 50%, 8px 50%, 8px 50%, 8px 30%, 8px 30%;
  }
}
@keyframes l7-1 {
  20% {
    left: 0px;
  }
  40% {
    left: calc(50% - 4px);
  }
  60% {
    left: calc(100% - 8px);
  }
  80%,
  100% {
    left: 100%;
  }
}
.digi-loader {
  position: relative;
  width: 120px;
  height: 140px;
  background-image: radial-gradient(circle 30px, #fff 100%, transparent 0),
    radial-gradient(circle 5px, #fff 100%, transparent 0),
    radial-gradient(circle 5px, #fff 100%, transparent 0),
    linear-gradient(#fff 20px, transparent 0);
  background-position: center 127px, 94px 102px, 16px 18px, center 114px;
  background-size: 60px 60px, 10px 10px, 10px 10px, 4px 14px;
  background-repeat: no-repeat;
  z-index: 10;
  perspective: 500px;
}

.digi-loader::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%) rotate(-45deg);
  border-right-color: transparent;
  box-sizing: border-box;
}

.digi-loader::after {
  content: "";
  position: absolute;
  height: 80px;
  width: 80px;
  transform: translate(-50%, -55%) rotate(-45deg) rotateY(0deg);
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  border: 7px solid #03071c;
  border-radius: 50%;
  animation: rotate 0.5s linear infinite;
}

@keyframes rotate {
  to {
    transform: translate(-50%, -55%) rotate(-45deg) rotateY(360deg);
  }
}
.it-loader {
  width: 120px;
  height: 45px;
  border: 2px solid var(--tp-common-white);
  box-sizing: border-box;
  border-radius: 50%;
  display: grid;
  animation: l2 2s infinite linear;
}

.it-loader:before,
.it-loader:after {
  content: "";
  grid-area: 1/1;
  border: inherit;
  border-radius: 50%;
  animation: inherit;
  animation-duration: 3s;
}

.it-loader:after {
  --s: -1;
}

@keyframes l2 {
  100% {
    transform: rotate(calc(var(--s, 1) * 1turn));
  }
}
/* HTML: <div class="loader"></div> */
.med-loader {
  width: 120px;
  aspect-ratio: 1;
  background: linear-gradient(#dc1818 0 0) bottom/100% 0% no-repeat #ccc;
  -webkit-mask: radial-gradient(circle at 60% 65%, #000 62%, #0000 65%) top left,
    radial-gradient(circle at 40% 65%, #000 62%, #0000 65%) top right,
    linear-gradient(to bottom left, #000 42%, #0000 43%) bottom left,
    linear-gradient(to bottom right, #000 42%, #0000 43%) bottom right;
  -webkit-mask-size: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  animation: l19 2s infinite linear;
}

@keyframes l19 {
  90%,
  100% {
    background-size: 100% 100%;
  }
}
/*----------------------------------------*/
/*  2.2 Background
/*----------------------------------------*/
.tp-whitest-bg {
  background-color: var(--tp-common-whitest);
}

.tp-whitest-bg-2 {
  background: #f2f2f2;
}

.tp-gradient-bg {
  background: linear-gradient(135deg, #f1eff8 0%, #f8f0ee 100%);
}

.tp-gradient-bg-2 {
  background: linear-gradient(90deg, #9fccfa 0%, #0974f1 100%);
}

.tp-gradient-bg-3 {
  background: linear-gradient(133deg, #185757 0%, #b17856 100%);
}
.tp-gradient-bg-4 {
  background: linear-gradient(133deg, #ffffff 0%, #ffffff 100%);
}

.tp-currency-bg {
  background: #03071c;
}

[data-bg-color="footer-bg-grey"] {
  background-color: var(--tp-footer-grey-1);
}

[data-bg-color="footer-bg-white"] {
  background-color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  2.8 Nice Select
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 15px;
  font-weight: normal;
  line-height: 58px;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  width: 100%;
  text-transform: uppercase;
  height: 60px;
  color: var(--tp-grey-1);
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select .current {
  font-size: 15px;
  text-transform: capitalize;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: var(--tp-theme-primary);
}
.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 20px;
  font-size: 18px;
  font-family: var(--tp-ff-fontawesome);
  color: var(--tp-common-black);
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled::after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small::after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: capitalize;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*----------------------------------------*/
/*  2.9 Offcanvas
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}
.body-overlay.active {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url(../img/cursor/cross-out.png), pointer;
}

.tp-offcanvas-area {
  position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  height: 100%;
  z-index: 99;
  z-index: 99999;
  padding: 50px 50px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  background: #fff;
  overscroll-behavior-y: contain;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
}
@media (max-width: 575px) {
  .tp-offcanvas-area {
    width: 100%;
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-offcanvas-area {
    width: 450px;
  }
}
.tp-offcanvas-area.opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.tp-offcanvas-top {
  margin-bottom: 60px;
}
.tp-offcanvas-close-btn {
  color: black;
}
.tp-offcanvas-close-btn:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-content {
  margin-bottom: 45px;
}
.tp-offcanvas-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #414144;
}
.tp-offcanvas-title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 1;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--tp-common-black);
}
.tp-offcanvas-title.sm {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.tp-offcanvas-gallery {
  margin-bottom: 65px;
}
.tp-offcanvas-contact {
  margin-bottom: 55px;
}
.tp-offcanvas-contact ul li {
  list-style: none;
}
.tp-offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 2px;
}
.tp-offcanvas-contact ul li a {
  display: inline-block;
  color: #414144;
  font-size: 18px;
  position: relative;
}
.tp-offcanvas-contact ul li a::after {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.4s;
  background-color: #1e1e1e;
}
.tp-offcanvas-contact ul li a:hover {
  color: var(--tp-common-black);
}
.tp-offcanvas-contact ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.tp-offcanvas-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-offcanvas-social ul li {
  list-style: none;
}
.tp-offcanvas-social ul li:not(:last-child) {
  margin-right: 8px;
}
.tp-offcanvas-social ul li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  color: var(--tp-common-black);
  border: 1px solid rgba(2, 11, 24, 0.1);
}
.tp-offcanvas-social ul li a:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-offcanvas-social ul li a svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.tp-offcanvas-style-2 .tp-offcanvas-top {
  margin-bottom: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 575px) {
  .tp-offcanvas-style-2 .tp-offcanvas-top {
    margin-bottom: 60px;
  }
}

/*----------------------------------------*/
/*  2.4 Breadcrumb
/*----------------------------------------*/
.tp-breadcrumb-digi-space {
  padding-top: 240px;
  padding-bottom: 60px;
}
@media (max-width: 575px) {
  .tp-breadcrumb-digi-space {
    padding-top: 180px;
  }
}
.tp-breadcrumb-digi-space-2 {
  padding-top: 290px;
  padding-bottom: 135px;
}
@media (max-width: 575px) {
  .tp-breadcrumb-digi-space-2 {
    padding-top: 180px;
  }
}
.tp-breadcrumb-digi-shape {
  top: 50%;
  transform: translateY(-50%);
  left: 13%;
}
@media (max-width: 575px) {
  .tp-breadcrumb-digi-shape {
    top: 25%;
  }
}
.tp-breadcrumb-digi-shape-2 {
  bottom: 0;
  right: 174px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-breadcrumb-digi-shape-2 {
    right: 100px;
  }
}
.tp-breadcrumb-digi-shape-3 {
  top: 173px;
  left: 74px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-breadcrumb-digi-shape-3 {
    left: 0;
  }
}
.tp-breadcrumb-shape {
  position: absolute;
  right: 0;
  width: 51%;
  z-index: -1;
  top: 130px;
}
.tp-breadcrumb-dvdr {
  width: 3px;
  height: 3px;
  margin: 0 10px;
  transform: translateY(-3px);
}
.tp-breadcrumb-cpr-spacing {
  padding-top: 240px;
  padding-bottom: 130px;
}
@media (max-width: 575px) {
  .tp-breadcrumb-cpr-spacing {
    padding-top: 170px;
    padding-bottom: 100px;
  }
}
.tp-breadcrumb-cpr-spacing-2 {
  padding-top: 275px;
  padding-bottom: 160px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-breadcrumb-cpr-spacing-2 {
    padding-top: 190px;
    padding-bottom: 120px;
  }
}
@media (max-width: 575px) {
  .tp-breadcrumb-cpr-spacing-2 {
    padding-top: 170px;
    padding-bottom: 100px;
  }
}
.tp-breadcrumb-cpr-overly {
  background: rgba(36, 46, 69, 0.65);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tp-breadcrumb-cpr-list .dvdr {
  border-radius: 2px;
  width: 4px;
  height: 4px;
  background: #fff;
  display: inline-block;
  margin: 0 17px 0px 13px;
}
.tp-breadcrumb-chr-spacing {
  padding-top: 144px;
  padding-bottom: 190px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-breadcrumb-chr-spacing {
    padding-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .tp-breadcrumb-chr-spacing {
    padding-top: 100px;
  }
}
.tp-breadcrumb-chr-shape {
  bottom: 0;
  left: 0;
  z-index: 1;
}
.tp-breadcrumb-chr-shape-2 {
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
  only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-breadcrumb-chr-shape-2 {
    display: none;
  }
}
.tp-breadcrumb-chr-shape-3 {
  left: 0;
  top: 25%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-breadcrumb-chr-shape-3 {
    top: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-breadcrumb-chr-shape-3 {
    top: 5%;
  }
}
.tp-breadcrumb-chr-shape-4 {
  left: 220px;
  top: 76px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-breadcrumb-chr-shape-4 {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-breadcrumb-chr-thumb {
    text-align: center !important;
  }
}
.tp-breadcrumb-chr-meinus {
  margin-right: -120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-breadcrumb-chr-meinus {
    margin-right: 0;
  }
}
/*----------------------------------------*/
/*  2.12 Section Title
/*----------------------------------------*/
.tp-digi-section-subtitle {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.15); /* semi-transparent */
  color: #007ec3; /* Putih, ubah jika di background terang */
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 14px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2); /* border halus */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.tp-digi-section-subtitle:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.05);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.tp-cpr-section-subtitle {
  background: linear-gradient(90deg, #f5f4ff 0%, rgba(255, 255, 255, 0) 100%);
  padding: 5px 15px;
}

/*----------------------------------------*/
/*  2.6 cursor
/*----------------------------------------*/
.tp-cursor-point-area {
  cursor: none;
}

.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
.mouseCursor.cursor-big {
  width: 90px;
  height: 90px;
}
.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 0px;
  height: 0px;
  z-index: 10000001;
  background-color: #07203230;
  backdrop-filter: blur(10px);
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.cursor-inner span {
  opacity: 0;
  font-size: 20px;
  line-height: 85px;
  color: var(--tp-common-white);
}
.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner-digi {
  background: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.tp-header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 13;
  width: 100%;
}
.tp-header-digi-social {
  padding: 4px 0px 4px 22px;
  border-left: 1px solid var(--tp-border-1);
  margin-left: 22px;
}
.tp-header-digi-social a {
  font-size: 16px;
  color: var(--tp-grey-1);
}
.tp-header-digi-social a:not(:last-child) {
  margin-right: 12px;
}
.tp-header-digi-social a:hover {
  color: var(--tp-common-black);
}
.tp-header-digi-social a:hover svg {
  fill: var(--tp-common-black);
}
.tp-header-digi-social a svg {
  width: 16px;
  fill: var(--tp-grey-1);
  transform: translateY(-2px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-header-digi-top {
  padding: 13px 0px;
}
.tp-header-digi-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(0px);
  box-shadow: 0 10px 30px 0 rgba(1, 15, 28, 0.04);
  background: rgba(255, 255, 255, 0.04);
  padding: 0 15px;
}
@media (max-width: 575px) {
  .tp-header-digi-wrapper {
    padding: 10px !important;
    border-radius: 0;
  }
}
.tp-header-digi-white {
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px 0 rgba(1, 15, 28, 0.06);
  background: var(--tp-common-white);
}
.tp-header-lang {
  padding: 4px 28px;
  padding-right: 0;
  position: relative;
  z-index: 99;
  display: inline-block;
}
.tp-header-lang-selected {
  background-color: transparent;
  cursor: pointer;
}
.tp-header-lang-selected::after {
  position: absolute;
  content: "\f107";
  right: 0;
  top: 56%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--tp-common-black);
  font-size: 16px;
  font-family: var(--tp-ff-fontawesome);
}
.tp-header-lang-list {
  position: absolute;
  top: 120%;
  right: 0;
  background-color: var(--tp-common-black);
  z-index: 11;
  padding: 15px 15px;
  min-width: 100px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-header-lang-list li {
  list-style: none;
  color: var(--tp-common-white);
  text-align: left;
  list-style: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
.tp-header-lang-list li:not(:last-child) {
  margin-bottom: 10px;
}
.tp-header-lang-list.tp-lang-list-open {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.tp-header-bar {
  height: 44px;
  width: 44px;
  transition: 0.3s;
  line-height: 44px;
  text-align: center;
  color: var(--tp-common-black);
  background: var(--tp-theme-primary);
  border-radius: 6px;
}
.tp-header-bar svg {
  margin-right: 1px;
}
.tp-header-bar:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-header-bar-it {
  background: var(--tp-theme-4);
  color: var(--tp-common-white);
}
.tp-header-bar-port {
  padding: 0;
  background: var(--tp-common-white);
}
.tp-header-bar-cpr {
  background: var(--tp-common-pisces);
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-header-md-space {
    padding: 10px 20px;
  }
}
@media (max-width: 575px) {
  .tp-header-md-space {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-header-md-space-2 {
    padding: 10px 0;
  }
}

.tp-header-sticky {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 991;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  border-radius: 0;
  backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
}
.tp-header-sticky .row {
  justify-content: space-between; /* kiri - kanan */
  align-items: center;
}
@media (max-width: 768px) {
  .tp-header-sticky {
    height: auto; /* tinggi mengikuti konten */
  }

  .tp-header-sticky .row {
    height: auto; /* row juga mengikuti konten */
    align-items: flex-start; /* kalau mau posisinya di atas, bukan tengah */
  }
}

.tp-header-sticky.chr-sticky-bg {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 4px rgba(7, 37, 68, 0.1);
}
.tp-header-sticky.chr-sticky-bg .tp-main-menu nav > ul > li > a {
  padding: 20px 0px;
}

.tp-header-sticky.cpr-sticky-bg {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 4px rgba(7, 37, 68, 0.1);
  z-index: 19999;
}
.tp-header-sticky.cpr-sticky-bg-2 {
  background: rgba(7, 32, 50, 0.9);
}
.tp-header-sticky.cpr-sticky-bg-2 .tp-main-menu nav > ul > li > a {
  padding: 20px 0px;
}
.tp-header-sticky.cpr-sticky-bg .tp-main-menu nav > ul > li > a {
  padding: 20px 0px;
}
.tp-header-sticky.digi-sticky-bg {
  backdrop-filter: blur(0);
}
.tp-header-sticky.digi-sticky-bg .tp-header-digi-wrapper {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 4px rgba(7, 37, 68, 0.1);
  backdrop-filter: blur(15px);
}
.tp-header-sticky.digi-sticky-bg .tp-main-menu nav > ul > li > a {
  padding: 20px 0px;
}
.tp-header-sticky.it-sticky-bg {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 4px rgba(7, 37, 68, 0.1);
}
.tp-header-sticky.it-sticky-bg-2 {
  background: rgba(7, 32, 50, 0.9);
  box-shadow: 0 2px 4px rgba(7, 37, 68, 0.1);
}
.tp-header-sticky.it-sticky-bg-2 .tp-main-menu nav > ul > li > a {
  padding: 20px 0px;
}
.tp-header-sticky.it-sticky-bg .tp-main-menu nav > ul > li > a {
  padding: 20px 0px;
}
.tp-header-sticky.med-sticky-bg {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 4px rgba(7, 37, 68, 0.1);
}
.tp-header-sticky.med-sticky-bg-2 {
  background: rgba(244, 59, 0, 0.8);
  box-shadow: 0 2px 4px rgba(7, 37, 68, 0.1);
}
.tp-header-sticky.med-sticky-bg-2 .tp-main-menu nav > ul > li > a {
  padding: 20px 0px;
}
.tp-header-sticky.med-sticky-bg .tp-main-menu nav > ul > li > a {
  padding: 20px 0px;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-main-menu {
    margin-left: 60px;
  }
}
.tp-main-menu nav ul li {
  margin: 0 17px;
  list-style: none;
  position: relative;
  display: inline-block;
  transition: all 0.4s ease;
}
.tp-main-menu nav ul li a {
  font-weight: 600;
  padding: 21px 0px;
  display: inline-block;
  color: var(--tp-grey-1);
}
.tp-main-menu nav ul li:hover > a {
  color: var(--tp-common-black);
}
.tp-main-menu nav ul li > .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  padding: 22px 0 12px;
  background: var(--tp-common-white);
  transition: all 0.4s ease;
  display: block;
  z-index: 6;
  transform: scaleY(0);
  transform-origin: top center;
  box-shadow: 0px 10px 30px 0px rgba(25, 25, 26, 0.1);
  visibility: hidden;
}
.tp-main-menu nav ul li > .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  transform: translateY(-10px);
}
.tp-main-menu nav ul li > .submenu li .submenu {
  right: -100%;
  left: auto;
  top: 0;
}
.tp-main-menu nav ul li > .submenu li:hover > a {
  color: var(--tp-common-black) !important;
  padding-left: 43px;
}
.tp-main-menu nav ul li > .submenu li:hover > a::before {
  width: 12px;
}
.tp-main-menu nav ul li > .submenu li:hover > .submenu {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.tp-main-menu nav ul li > .submenu li a {
  position: relative;
  z-index: 11;
  color: var(--tp-common-black);
  font-weight: 500;
  font-size: 15px;
  padding: 6px 28px;
  padding-bottom: 1px;
  width: 100%;
  text-transform: capitalize;
}
.tp-main-menu nav ul li > .submenu li a::before {
  position: absolute;
  content: "";
  left: 25px;
  top: 63%;
  transition: all 0.4s ease;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: var(--tp-common-black);
}
.tp-main-menu nav ul li:hover > a {
  color: var(--tp-common-black);
}
.tp-main-menu nav ul li:hover > .submenu {
  transform: scaleY(1);
  visibility: visible;
}
.tp-main-menu nav ul li.menu-static {
  position: static !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-main-menu nav ul li.menu-static {
    position: relative;
  }
}
.tp-main-menu nav ul li .tp-main-mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  background: var(--tp-common-white);
  box-shadow: 0px 10px 30px 0px rgba(25, 25, 26, 0.1);
  overflow: hidden;
  margin: auto;
}
.tp-main-menu nav ul li .tp-main-mega-menu .tp-homemenu-wrapper {
  padding: 30px 30px 0px 30px;
}
.tp-main-menu nav ul li .tp-main-mega-menu .tp-homemenu-wrapper .homemenu {
  margin-bottom: 25px;
}
.tp-main-menu
  nav
  ul
  li
  .tp-main-mega-menu
  .tp-homemenu-wrapper
  .homemenu-thumb
  a {
  padding: 0;
}
.tp-main-menu
  nav
  ul
  li
  .tp-main-mega-menu
  .tp-homemenu-wrapper
  .homemenu-thumb
  img {
  transition: all 0.4s ease;
}
.tp-main-menu
  nav
  ul
  li
  .tp-main-mega-menu
  .tp-homemenu-wrapper
  .homemenu-thumb:hover
  img {
  transform: scale(1.06);
}
.tp-main-menu
  nav
  ul
  li
  .tp-main-mega-menu
  .tp-homemenu-wrapper
  .homemenu-thumb-wrap {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-main-menu
  nav
  ul
  li
  .tp-main-mega-menu
  .tp-homemenu-wrapper
  .homemenu-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-black);
}
.tp-main-menu
  nav
  ul
  li
  .tp-main-mega-menu
  .tp-homemenu-wrapper
  .homemenu-title
  a {
  padding: 0;
  font-family: var(--tp-ff-open);
  color: var(--tp-common-black);
}
.tp-main-menu
  nav
  ul
  li
  .tp-main-mega-menu
  .tp-homemenu-wrapper
  .homemenu-title
  a:hover {
  color: var(--tp-common-black-3);
}
.tp-main-menu-digi nav ul li a.active {
  color: var(--tp-common-black);
}
.tp-main-menu-digi nav ul li.active > a {
  color: var(--tp-common-black);
}
.tp-main-menu-digi nav ul li .submenu li a.active {
  color: var(--tp-grey-1);
}
.tp-main-menu-cpr nav ul li {
  margin: 0 15px;
}
.tp-main-menu-cpr nav ul li a {
  font-size: 17px;
  letter-spacing: -0.02em;
  color: var(--tp-grey-3);
  font-family: var(--tp-ff-jakarta);
  padding: 32px 0px;
}
.tp-main-menu-cpr nav ul li a.active {
  color: var(--tp-common-black-3);
}
.tp-main-menu-cpr nav ul li .submenu li a {
  font-size: 17px;
  letter-spacing: -0.02em;
  color: var(--tp-grey-3);
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
}
.tp-main-menu-cpr nav ul li .submenu li a.active {
  color: var(--tp-common-black-3) !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-main-menu-cpr.menu-white {
    margin-left: 45px;
  }
}
.tp-main-menu-cpr.menu-white nav ul li {
  margin: 0 17px;
}
.tp-main-menu-cpr.menu-white nav ul li a {
  color: var(--tp-common-white);
}
.tp-main-menu-cpr.menu-white nav ul li a.active {
  color: #c6c9cd;
}
.tp-main-menu-cpr.menu-white nav ul li .submenu li a {
  font-size: 17px;
  letter-spacing: -0.02em;
  color: var(--tp-grey-3);
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
}

.tp-main-menu-it {
  margin-left: 145px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu-it {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-main-menu-it {
    margin-left: 0;
  }
}
.tp-main-menu-it nav ul li {
  margin: 0 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-main-menu-it nav ul li {
    margin: 0 14px;
  }
}
.tp-main-menu-it nav ul li a {
  color: var(--tp-grey-4);
  font-family: var(--tp-ff-grotesk);
  padding: 32px 0px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
}
.tp-main-menu-it nav ul li a:hover {
  color: var(--tp-theme-4);
}
.tp-main-menu-it nav ul li a.active {
  color: var(--tp-theme-4);
}
.tp-main-menu-it nav ul li:hover > a {
  color: var(--tp-theme-4);
}
.tp-main-menu-it nav ul li.active > a {
  color: var(--tp-theme-4);
}
.tp-main-menu-it nav ul li .submenu li a {
  color: var(--tp-grey-4);
  font-family: var(--tp-ff-grotesk);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
}
.tp-main-menu-it nav ul li .submenu li a.active {
  color: var(--tp-theme-4);
}
.tp-main-menu-it nav ul li .submenu li:hover > a {
  color: var(--tp-theme-4) !important;
}
.tp-main-menu-it nav ul li .submenu li:hover > a::before {
  background: var(--tp-theme-4);
}

/*----------------------------------------*/
/*  4.2 Mobilemenu css
/*----------------------------------------*/
.tp-offcanvas-menu {
  margin-bottom: 40px;
}
.tp-offcanvas-menu ul {
  list-style: none;
}
.tp-offcanvas-menu ul li {
  position: relative;
}
.tp-offcanvas-menu ul li > a {
  padding: 8px 0;
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.tp-offcanvas-menu ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}
.tp-offcanvas-menu ul li.active > a {
  color: var(--tp-common-black);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close {
  color: var(--tp-common-white);
  background: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-menu ul li .tp-submenu {
  display: none;
}
.tp-offcanvas-menu ul li .tp-submenu.submenu {
  padding-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-offcanvas-menu .tp-main-mega-menu {
    padding-left: 0 !important;
  }
}
.tp-offcanvas-menu .tp-main-mega-menu .homemenu-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-black);
}
.tp-offcanvas-menu .tp-main-mega-menu .homemenu-title a {
  padding: 0;
  font-family: var(--tp-ff-open);
  color: var(--tp-common-black);
}
.tp-offcanvas-menu .tp-main-mega-menu .homemenu {
  margin-bottom: 30px;
}

.tp-menu-close {
  position: absolute;
  right: 0;
  top: 6px;
  height: 30px;
  width: 30px;
  font-size: 12px;
  line-height: 29px;
  text-align: center;
  border: 1px solid rgba(1, 15, 28, 0.12);
}
.tp-menu-close i {
  transition: all 0.3s;
}

/*----------------------------------------*/
/*  5.2 Postbox css
/*----------------------------------------*/
.tp-postbox-cpr-blockquote {
  padding: 35px 55px 50px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-postbox-cpr-blockquote {
    padding: 15px 25px 20px 25px;
  }
}
@media (max-width: 575px) {
  .tp-postbox-cpr-blockquote {
    flex-direction: column;
  }
}
.tp-postbox-cpr-blockquote .dvdr {
  border-radius: 100%;
  background: rgba(20, 24, 32, 0.5);
  width: 4px;
  height: 4px;
  display: inline-block;
  transform: translateY(13px);
}
.tp-postbox-cpr-blockquote .icon {
  transform: translateY(13px);
}
@media (max-width: 575px) {
  .tp-postbox-cpr-blockquote .icon {
    transform: translateY(0px);
    margin-bottom: 20px;
  }
}
.tp-postbox-cpr-social a {
  border-radius: 4px;
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  background: #eef0f5;
  color: #242e45;
  margin-bottom: 10px;
}
.tp-postbox-cpr-social a.facebook {
  background: #1877f2;
  color: var(--tp-common-white);
}
.tp-postbox-cpr-social a.twitter {
  background: #1da1f2;
  color: var(--tp-common-white);
}
.tp-postbox-cpr-social a.instagram {
  color: var(--tp-common-white);
  background: radial-gradient(
    182.61% 44.3% at -16.75% 7.2%,
    #c837bc 0%,
    #c83737 12.800000608%,
    #ab00ff 100%
  );
}
.tp-postbox-cpr-comment {
  box-shadow: 0 0 60px 0 rgba(23, 24, 49, 0.04);
  background: var(--tp-common-white);
  padding: 50px 62px 45px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-postbox-cpr-comment {
    padding: 15px 25px 20px 25px;
  }
}
@media (max-width: 575px) {
  .tp-postbox-cpr-comment {
    flex-direction: column;
  }
}
.tp-postbox-cpr-comment img {
  flex: 0 0 auto;
}
@media (max-width: 575px) {
  .tp-postbox-cpr-comment img {
    margin-bottom: 20px;
  }
}
.tp-postbox-cpr-postbox-form {
  box-shadow: 0 0 40px 0 rgba(36, 27, 56, 0.06);
}
.tp-postbox-cpr-input-group {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(36, 46, 69, 0.06);
  border-right: 1px solid rgba(36, 46, 69, 0.06);
  margin-right: -2px;
}
.tp-postbox-cpr-input-group .input {
  font-family: var(--tp-ff-jakarta);
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-grey-3);
  border: none;
  padding: 0;
  height: 22px;
}
.tp-postbox-cpr-input-group .input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  color: var(--tp-grey-3);
}
.tp-postbox-cpr-input-group .input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: var(--tp-grey-3);
}
.tp-postbox-cpr-input-group .input:-moz-placeholder {
  /* Firefox 4-18 */
  font-size: 14px;
  color: var(--tp-grey-3);
}
.tp-postbox-cpr-input-group .input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-size: 14px;
  color: var(--tp-grey-3);
}
.tp-postbox-cpr-input-group .input::placeholder {
  /* MODERN BROWSER */
  font-size: 14px;
  color: var(--tp-grey-3);
}
.tp-postbox-cpr-input-comment {
  border-bottom: 0;
  border-right: 0;
  margin-right: 0;
}
.tp-postbox-cpr-input-comment .input {
  resize: none;
  height: 114px;
}
.tp-postbox-cpr-left-social {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-postbox-cpr-left-social {
    flex-direction: row;
  }
}
.tp-postbox-cpr-left-social a {
  border: 1px solid #dddde3;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  color: var(--tp-common-black);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-postbox-cpr-left-social a {
    margin-right: 10px;
  }
}
.tp-postbox-cpr-left-social a:hover {
  transform: scale(1.2);
  background: var(--tp-common-pisces);
  border-color: var(--tp-common-pisces);
  color: var(--tp-common-white);
}
.tp-postbox-comment ul li {
  list-style: none;
  display: flex;
}
@media (max-width: 575px) {
  .tp-postbox-comment ul li {
    display: block;
  }
}
.tp-postbox-comment ul li:not(:last-child) {
  margin-bottom: 60px;
}
.tp-postbox-comment ul li .border-m {
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaef;
}
.tp-postbox-comment ul li.children {
  margin-left: 60px;
}
@media (max-width: 575px) {
  .tp-postbox-comment ul li.children {
    margin-left: 0px;
  }
}
.tp-postbox-comment-reply {
  border: 1px solid #eaeaef;
  padding: 1px 17px;
  transition: all 0.4s ease;
}
.tp-postbox-comment-reply:hover {
  background: var(--tp-theme-2);
  color: var(--tp-common-white);
}
.tp-postbox-comment-avatar {
  width: 80px;
  flex: 0 0 auto;
}
@media (max-width: 575px) {
  .tp-postbox-comment-avatar {
    margin-bottom: 10px;
  }
}
.tp-postbox-comment-avatar img {
  width: 80px;
}
.tp-postbox-comment-form .tp-postbox-comment-inner .input,
.tp-postbox-comment-form .tp-postbox-comment-inner .select,
.tp-postbox-comment-form .tp-postbox-comment-inner .textarea {
  font-weight: 500;
  font-size: 14px;
  border: 1px solid rgba(24, 87, 87, 0.15);
  height: 54px;
}
.tp-postbox-comment-form .tp-postbox-comment-inner .input:focus,
.tp-postbox-comment-form .tp-postbox-comment-inner .select:focus,
.tp-postbox-comment-form .tp-postbox-comment-inner .textarea:focus {
  box-shadow: 0 0 0 3px rgba(24, 87, 87, 0.1);
  border-color: var(--tp-theme-2);
}
.tp-postbox-comment-form
  .tp-postbox-comment-inner
  .input::-webkit-input-placeholder,
.tp-postbox-comment-form
  .tp-postbox-comment-inner
  .select::-webkit-input-placeholder,
.tp-postbox-comment-form
  .tp-postbox-comment-inner
  .textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  color: var(--tp-grey-7);
  font-weight: 500;
}
.tp-postbox-comment-form .tp-postbox-comment-inner .input::-moz-placeholder,
.tp-postbox-comment-form .tp-postbox-comment-inner .select::-moz-placeholder,
.tp-postbox-comment-form .tp-postbox-comment-inner .textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: var(--tp-grey-7);
  font-weight: 500;
}
.tp-postbox-comment-form .tp-postbox-comment-inner .input:-moz-placeholder,
.tp-postbox-comment-form .tp-postbox-comment-inner .select:-moz-placeholder,
.tp-postbox-comment-form .tp-postbox-comment-inner .textarea:-moz-placeholder {
  /* Firefox 4-18 */
  font-size: 14px;
  color: var(--tp-grey-7);
  font-weight: 500;
}
.tp-postbox-comment-form .tp-postbox-comment-inner .input:-ms-input-placeholder,
.tp-postbox-comment-form
  .tp-postbox-comment-inner
  .select:-ms-input-placeholder,
.tp-postbox-comment-form
  .tp-postbox-comment-inner
  .textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-size: 14px;
  color: var(--tp-grey-7);
  font-weight: 500;
}
.tp-postbox-comment-form .tp-postbox-comment-inner .input::placeholder,
.tp-postbox-comment-form .tp-postbox-comment-inner .select::placeholder,
.tp-postbox-comment-form .tp-postbox-comment-inner .textarea::placeholder {
  /* MODERN BROWSER */
  font-size: 14px;
  color: var(--tp-grey-7);
  font-weight: 500;
}
.tp-postbox-comment-form .tp-postbox-comment-inner .textarea {
  height: 160px;
}

.tagcloud a {
  border-radius: 4px;
  padding: 8px 18px;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  background-color: var(--tp-grey-5);
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--tp-grey-3);
}
@media (max-width: 575px) {
  .tagcloud a {
    padding: 10px 14px;
  }
}
.tagcloud a:not(:last-child) {
  margin-right: 5px;
}
.tagcloud a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-pisces);
}
.tagcloud-2 a:hover {
  background-color: var(--tp-common-apricot);
}

/*----------------------------------------*/
/*  5.1 blog css
/*----------------------------------------*/
.tp-blog-cpr-item {
  border: 1px solid rgba(36, 46, 69, 0.06);
  padding: 6px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-blog-cpr-item:hover {
  box-shadow: 0 8px 40px -10px rgba(45, 46, 83, 0.2);
}
.tp-blog-cpr-content {
  padding: 24px 22px 22px 22px;
}
.tp-blog-cpr-tag {
  position: absolute;
  top: 26px;
  left: 26px;
  padding: 1px 14px;
}
.gambar-fixed-height {
  height: 220px; /* Sesuaikan tinggi yang diinginkan */
  overflow: hidden;
}

.object-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*----------------------------------------*/
/*  7.1 footer css
/*----------------------------------------*/
.tp-footer-digi-news-form .input {
  background: #eff2e9;
  color: var(--tp-common-black-2);
  border: 1px solid #eff2e9;
  font-size: 16px;
  padding: 10px 30px;
}
.tp-footer-digi-news-form .input::placeholder {
  font-size: 16px;
}
.tp-footer-digi-round {
  border-radius: 60px 60px 0 0;
}
.tp-footer-digi-widget ul li {
  list-style: none;
}
.tp-footer-digi-widget ul li:not(:last-child) {
  margin-bottom: 7px;
}
.tp-footer-digi-widget ul li a {
  font-weight: 500;
  font-size: 17px;
}
.tp-footer-digi-widget ul li a:hover {
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-digi-widget.space {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-footer-digi-widget.space {
    margin-left: 0;
  }
}
.tp-footer-digi-bottom {
  border-top: 1px solid #e2ead7;
  margin: 0 62px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-footer-digi-bottom {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-footer-digi-bottom {
    padding: 30px 0;
  }
}
.tp-footer-digi-border > div {
  padding: 30px 0 20px 0;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-footer-digi-border > div {
    padding: 0;
  }
}
.tp-footer-digi-border > div:not(:last-child) {
  border-right: 1px solid #e2ead7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-footer-digi-border > div:not(:last-child) {
    border: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-footer-digi-copyright {
    text-align: left !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-footer-digi-sicial {
    justify-content: flex-start !important;
  }
}
.tp-footer-digi-sicial a {
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 40px;
  box-shadow: 0 1px 2px 0 rgba(1, 16, 61, 0.14);
  background: #fff;
  border-radius: 10px;
  display: inline-block;
  margin-left: 4px;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.tp-footer-digi-sicial a:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-footer-cpr-form .input {
  background: rgba(255, 255, 255, 0.06);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  border: 1px solid transparent;
  padding: 10px 20px;
  padding-right: 50px;
  height: 52px;
}
.tp-footer-cpr-form .input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: var(--tp-ff-jakarta);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
.tp-footer-cpr-form .input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: var(--tp-ff-jakarta);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
.tp-footer-cpr-form .input:-moz-placeholder {
  /* Firefox 4-18 */
  font-family: var(--tp-ff-jakarta);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
.tp-footer-cpr-form .input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-family: var(--tp-ff-jakarta);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
.tp-footer-cpr-form .input::placeholder {
  /* MODERN BROWSER */
  font-family: var(--tp-ff-jakarta);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
.tp-footer-cpr-form .input:focus {
  border: 1px solid var(--tp-common-pisces);
}
.tp-footer-cpr-form .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.tp-footer-cpr-form .checkbox {
  color: rgba(255, 255, 255, 0.65);
}
.tp-footer-cpr-form .tp-checkbox {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #e4e4e4;
  outline: none;
  flex: 0 0 auto;
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06),
    0 1px 1px 0 rgba(48, 54, 81, 0.06);
  background: transparent;
  -webkit-transform: translateY(-2.5px);
  -moz-transform: translateY(-2.5px);
  -ms-transform: translateY(-2.5px);
  -o-transform: translateY(-2.5px);
  transform: translateY(-2.5px);
  padding: 0;
  margin-right: 10px;
  transform: translateY(5px);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.tp-footer-cpr-form .tp-checkbox:checked {
  position: relative;
  background-color: var(--tp-common-pisces);
  border-color: transparent;
}
.tp-footer-cpr-form .tp-checkbox:checked::after {
  box-sizing: border-box;
  position: absolute;
  content: "\f00c";
  font-weight: 700;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tp-footer-cpr-form .tp-checkbox:hover {
  cursor: pointer;
}
.tp-footer-cpr-form label {
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-cpr-widget.ml-75 {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-footer-cpr-widget.ml-75 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-footer-cpr-widget.ml-100 {
    margin-left: 50px;
  }
}
@media (max-width: 575px) {
  .tp-footer-cpr-widget.ml-100 {
    margin-left: 0;
  }
}
.tp-footer-cpr-widget-menu ul li {
  list-style: none;
}
.tp-footer-cpr-widget-menu ul li:not(:last-child) {
  margin-bottom: 6px;
}
.tp-footer-cpr-widget-menu ul li a {
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.65);
  position: relative;
  padding-left: 15px;
}
.tp-footer-cpr-widget-menu ul li a:hover {
  color: var(--tp-common-white);
}
.tp-footer-cpr-widget-menu ul li a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 20px;
  top: 9px;
  left: 0;
}
.tp-footer-cpr-widget-social span {
  color: rgba(255, 255, 255, 0.65);
}
.tp-footer-cpr-widget-social-icon a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.65);
  margin-right: 19px;
}
.tp-footer-cpr-widget-social-icon a:last-child {
  transform: translateY(2px);
}
.tp-footer-cpr-widget-social-icon a:hover {
  color: var(--tp-common-white);
}
.tp-footer-cpr-bottom {
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  padding-top: 28px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-footer-cpr-bottm-text {
    text-align: left !important;
  }
}
.tp-footer-cpr-shape {
  top: -75px;
  bottom: auto !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-cpr-shape {
    top: -55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-footer-cpr-shape {
    top: -50px;
  }
}
/*----------------------------------------*/
/*  7.17 Hero css
/*----------------------------------------*/
.tp-hero-digi-bg {
  background: linear-gradient(
    180deg,
    rgba(235, 254, 178, 0.4) 0%,
    rgba(200, 253, 221, 0.4) 100%
  );
}
.tp-hero-digi-bg-2 {
  background: linear-gradient(180deg, #ebfeb2 0%, rgba(235, 254, 178, 0) 100%);
}
.tp-hero-digi-space {
  padding-top: 220px;
  padding-bottom: 60px;
}
.tp-hero-digi-space-2 {
  padding-top: 245px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-digi-space-2 {
    padding-top: 170px;
  }
}
.tp-hero-digi-space-3 {
  padding-top: 303px;
  padding-bottom: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-digi-space-3 {
    padding-top: 170px;
  }
}
.tp-hero-digi-space-4 {
  padding-top: 290px;
  padding-bottom: 320px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-digi-space-4 {
    padding-top: 170px;
  }
}
.tp-hero-digi-space-5 {
  padding-top: 290px;
  padding-bottom: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-digi-space-5 {
    padding-top: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-digi-content-2 p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-digi-content-2 h2 br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-digi-content-3 p br {
    display: none;
  }
}
.tp-hero-digi-top-shape {
  position: absolute;
  top: 160px;
  left: 116px;
}
.tp-hero-digi-top-shape-1 {
  top: 202px;
  right: 154px;
}
.tp-hero-digi-top-shape-2 {
  right: 188px;
  bottom: 29%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-digi-top-shape-2 {
    right: 100px;
  }
}
.tp-hero-digi-title {
  line-height: 104%;
}
@media (max-width: 575px) {
  .tp-hero-digi-form form {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .tp-hero-digi-form-btn {
    margin-top: 20px;
  }
}
.tp-hero-digi-form-input .input {
  border: 1px solid var(--tp-border-2);
  border-radius: 10px;
  width: 400px;
  height: 60px;
  padding: 10px 30px 10px 54px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-digi-form-input .input {
    width: 320px;
  }
}
@media (max-width: 575px) {
  .tp-hero-digi-form-input .input {
    width: 100%;
  }
}
.tp-hero-digi-form-input .input::placeholder {
  font-family: var(--tp-ff-dm);
  color: var(--tp-grey-1);
}
.tp-hero-digi-form-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
.tp-hero-digi-shape-4 {
  position: absolute;
  top: -31px;
  right: -55px;
}
.tp-hero-digi-thumb {
  flex: 0 0 auto;
}
.tp-hero-digi-thumb-wrap {
  margin-top: -75px;
  width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-digi-thumb-wrap {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-digi-thumb-wrap {
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }
}
.tp-hero-digi-thumb.thumb-1 {
  width: 22%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-digi-thumb.thumb-1 {
    width: 19%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-digi-thumb.thumb-1 {
    width: 18%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-digi-thumb.thumb-1 {
    width: 28%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-digi-thumb.thumb-1 {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .tp-hero-digi-thumb.thumb-1 {
    width: 100%;
  }
}
.tp-hero-digi-thumb.thumb-2 {
  width: 13%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-digi-thumb.thumb-2 {
    width: 16%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-digi-thumb.thumb-2 {
    width: 27%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-digi-thumb.thumb-2 {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .tp-hero-digi-thumb.thumb-2 {
    width: 100%;
  }
}
.tp-hero-digi-thumb.thumb-3 {
  width: 26%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-digi-thumb.thumb-3 {
    width: 40%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-digi-thumb.thumb-3 {
    width: 100%;
  }
}
.tp-hero-digi-thumb.service-1 {
  margin-left: 20px;
  margin-right: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-digi-thumb.service-1 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .tp-hero-digi-thumb.service-1 {
    margin-bottom: 20px;
  }
}
.tp-hero-digi-thumb.service-2 {
  margin-left: 13px;
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-digi-thumb.service-2 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .tp-hero-digi-thumb.service-2 {
    margin-bottom: 20px;
  }
}
.tp-hero-digi-thumb.service-3 {
  margin-left: -30px;
  margin-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-digi-thumb.service-3 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .tp-hero-digi-thumb.service-3 {
    margin-bottom: 20px;
  }
}
.tp-hero-digi-clients {
  width: 100%;
  max-width: 100%;
  background: #dbff6f;
  padding: 43px 40px 57px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-digi-clients {
    padding: 43px 25px 57px 25px;
  }
}
.tp-hero-digi-clients-content {
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-digi-clients-content br {
    display: none;
  }
}
.tp-hero-digi-shape-wrap {
  margin-left: 93px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-digi-shape-wrap {
    margin-left: 0;
  }
}
.tp-hero-digi-shape-2 img {
  width: 240px;
}
.tp-hero-digi-shape-3 {
  margin-top: -70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-digi-shape-3 {
    margin-top: -30px;
  }
}
@media (max-width: 575px) {
  .tp-hero-digi-shape-3 {
    margin-top: 20px;
  }
}
.tp-hero-digi-shape-3 .shape-2 {
  margin-top: -193px;
  margin-right: -20px;
  margin-left: 30px;
}
.tp-hero-cpr-shadow {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(
    0deg,
    rgba(36, 46, 69, 0.6) 30%,
    rgba(36, 46, 69, 0.3) 60%
  );
}
.tp-hero-cpr-spacing {
  padding-top: 385px;
  padding-bottom: 200px;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-cpr-spacing {
    padding-top: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-cpr-spacing {
    padding-top: 150px;
  }
}
@media (max-width: 575px) {
  .tp-hero-cpr-spacing {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-cpr-content p br {
    display: none;
  }
}
.tp-hero-cpr-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tp-hero-area {
  position: relative;
  min-height: auto;
}

.swiper-container,
.swiper-slide {
  height: auto !important;
}

.tp-hero-cpr-subtitle {
  backdrop-filter: blur(20px);
  box-shadow: 0 30px 50px 0 rgba(1, 6, 20, 0.12);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.14) 0%,
    rgba(255, 255, 255, 0) 78.12%
  );
  padding: 5px 15px;
}
.tp-hero-cpr-badge {
  background: linear-gradient(90deg, #9fccfa 0%, #0974f1 100%);
  padding: 11px 20px;
}
@media (max-width: 575px) {
  .tp-hero-cpr-badge {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .tp-hero-cpr-badge-wrap {
    flex-wrap: wrap;
  }
}
.tp-hero-cpr-card {
  margin-right: -100px;
  width: 282px;
  backdrop-filter: blur(20px);
  box-shadow: 0 30px 50px 0 rgba(1, 6, 20, 0.12);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.14) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-cpr-card {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-cpr-card {
    float: left;
  }
}
.tp-hero-cpr-card img {
  border-radius: 10px 10px 0 0;
}
.tp-hero-cpr-card a {
  padding: 24px 0;
}
.tp-hero-cpr-zoom .swiper-slide.swiper-slide-active .text {
  -webkit-animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.8s;
  animation-duration: 1s;
  opacity: 1;
}
.tp-hero-cpr-zoom .swiper-slide.swiper-slide-active .text2 {
  -webkit-animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.9s;
  animation-duration: 1s;
  opacity: 1;
}
.tp-hero-cpr-zoom .swiper-slide.swiper-slide-active .text3 {
  -webkit-animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1s;
  animation-duration: 1s;
  opacity: 1;
}
.tp-hero-cpr-zoom .swiper-slide.swiper-slide-active .text4 {
  -webkit-animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.1s;
  animation-duration: 1s;
  opacity: 1;
}
.tp-hero-cpr-zoom .swiper-slide.swiper-slide-active .text5 {
  -webkit-animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.3s;
  animation-duration: 1s;
  opacity: 1;
}
.tp-hero-cpr-zoom .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tp-hero-cpr-zoom .swiper-slide {
  flex-shrink: 0;
  position: relative;
  display: block;
  overflow: hidden;
}
.tp-hero-cpr-zoom .swiper-slide {
  width: 100%;
  height: 100%;
  transition-property: transform;
}
.tp-hero-cpr-shape {
  bottom: -70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-hero-cpr-shape {
    bottom: -30px;
  }
}
.tp-hero-port-item {
  position: relative;
}
.tp-hero-port-item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background: rgba(0, 0, 0, 0.3);
}
.tp-hero-port-item:hover::before {
  opacity: 1;
  visibility: visible;
}
.tp-hero-port-inner {
  height: 40px;
  overflow: hidden;
}
.tp-hero-port-slide {
  height: 100vh;
}
.tp-hero-port-slide .swiper-slide {
  cursor: e-resize;
}
.tp-hero-port-slide .swiper-slide:hover .tp-hero-port-inner {
  height: 100%;
}
.tp-hero-port-pagination {
  position: absolute;
  bottom: 120px !important;
  z-index: 999;
}
.tp-hero-port-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--tp-common-white);
  opacity: 0.5;
  cursor: pointer;
}
.tp-hero-port-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
  background: var(--tp-theme-primary);
  opacity: 1;
}

.title-underline {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.title-underline svg {
  position: absolute;
  right: -20px;
  bottom: 2px;
  z-index: -1;
}

/*----------------------------------------*/
/*  7.6 brand css
/*----------------------------------------*/
.tp-brand-digi-slider-active .swiper-slide {
  width: 222px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-brand-digi-slider-active .swiper-slide {
    width: 180px;
  }
}
.tp-brand-cpr-slider .tp-brand-item img {
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-brand-cpr-slider .tp-brand-item img:hover {
  opacity: 1;
}

/*----------------------------------------*/
/*  7.1 about css
/*----------------------------------------*/
.tp-about-progress {
  background: var(--tp-common-whitest);
  width: 100%;
  height: 10px;
  overflow: visible;
  border-radius: 20px;
  margin-bottom: 14px;
}
.tp-about-progress .progress-bar {
  background-color: #c8f7fd;
  border-radius: 100px;
  position: relative;
  overflow: visible;
  height: 100%;
  width: 0px;
  -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
  transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
}
.tp-about-progress .progress-bar span {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-36%);
  width: 30px;
  height: 30px;
  box-shadow: 0 2px 2px 0 rgba(1, 15, 28, 0.12);
  border: 2.5px solid #c8f7fd;
  border-radius: 0 20px 20px 20px;
  line-height: 25px;
}
.tp-about-progress-purple .progress-bar {
  background-color: #d6c8ff;
}
.tp-about-progress-purple .progress-bar span {
  border: 2.5px solid #d6c8ff;
}
.tp-about-digi-border {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
.tp-about-digi-border::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background: #bababa;
  left: 0;
  top: 4px;
}
.tp-about-digi-thumb {
  margin-right: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-about-digi-thumb {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-about-digi-shape {
    text-align: left !important;
  }
}
.tp-about-digi-shape img {
  box-shadow: 0 0 40px 0 rgba(29, 24, 54, 0.08);
  margin-right: -132px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-about-digi-shape img {
    margin-right: 0;
  }
}
.tp-about-digi-work-icon {
  border-radius: 100%;
  background: #ebfeb2;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 47px;
  display: inline-block;
  flex: 0 0 auto;
}
.tp-about-digi-work-icon.two {
  background: #c8fddd;
}
.tp-about-digi-work-icon.three {
  background: #d6c8ff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-digi-work-list {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-about-digi-work-list {
    margin-left: 0;
  }
  .tp-about-digi-work-list .tp-item p br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-about-digi-pepole-wrap a {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-about-digi-content-2 p br {
    display: none;
  }
}
.tp-about-default-bg {
  height: 110px;
  width: 100%;
  margin-top: -110px;
}
.tp-about-2-digi-thumb {
  padding-right: 195px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-about-2-digi-thumb {
    padding-right: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-about-2-digi-thumb {
    margin-bottom: 30px;
  }
}
.tp-about-2-digi-thumb .about-shape-2 {
  position: absolute;
  right: 70px;
  bottom: 80px;
  box-shadow: 20px 30px 20px 0 rgba(11, 17, 57, 0.02);
  border-radius: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-2-digi-thumb .about-shape-2 {
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-about-2-digi-thumb .about-shape-2 {
    right: 0;
    bottom: 20px;
    width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-about-cpr-2-thumb {
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-about-cpr-2-thumb {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-cpr-thumb {
    margin-right: 100px;
  }
}
@media (max-width: 575px) {
  .tp-about-cpr-thumb {
    margin-right: 76px;
  }
}
.tp-about-cpr-thumb-2 {
  margin-top: -230px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-about-cpr-thumb-2 {
    margin-top: -255px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-about-cpr-thumb-2 {
    margin-top: -170px;
  }
}
@media (max-width: 575px) {
  .tp-about-cpr-thumb-2 {
    margin-left: 100px;
    margin-right: 0;
    margin-top: -84px;
  }
}
.tp-about-cpr-round {
  position: absolute;
  top: 54px;
  right: -60px;
}
.tp-about-cpr-round-text {
  padding: 10px;
  box-shadow: 0 20px 30px 0 rgba(3, 4, 28, 0.1);
}
.tp-about-cpr-feature-list ul li {
  list-style: none;
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 17px;
  color: var(--tp-common-black-3);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.6;
}
.tp-about-cpr-feature-list ul li:not(:last-child) {
  margin-bottom: 18px;
}
.tp-about-cpr-feature-list ul li span {
  background: #f3f5f9;
  box-shadow: 0 1px 2px 0 rgba(197, 188, 237, 0.6);
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  border-radius: 30px;
  transform: translateY(3px);
  margin-right: 13px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.tp-about-cpr-feature-list ul li span svg {
  width: 11px;
  height: 9px;
}
.tp-about-cpr-shape-2 {
  box-shadow: 0 0 60px 0 rgba(20, 23, 40, 0.08);
  left: 0;
  bottom: 80px;
}
@media (max-width: 575px) {
  .tp-about-cpr-shape-2 {
    position: inherit;
    bottom: 40px;
  }
}
.pie-chart-style-01 .percent {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*----------------------------------------*/
/*  7.28 service css
/*----------------------------------------*/
.tp-service-digi-wrap {
  padding: 45px 50px 0px 50px;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-service-digi-wrap {
    padding: 35px 30px 0px 30px;
  }
  .tp-service-digi-wrap p br {
    display: none;
  }
}
.tp-service-digi-wrap:hover {
  background: var(--tp-theme-primary);
}
.tp-service-digi-wrap .thumb {
  border-radius: 10px 10px 0px 0px;
}
.tp-service-digi-wrap .tp-img-hover-inner {
  border-radius: 10px 10px 0px 0px;
}
.tp-service-digi-wrap img {
  border-radius: 10px 10px 0px 0px;
}
.tp-service-digi-feature-icon {
  width: 50px;
  height: 50px;
  background: #c8f7fd;
  text-align: center;
  line-height: 50px;
  flex: 0 0 auto;
}
.tp-service-digi-feature-icon.icon-bg-2 {
  background: #c8fddd;
}
.tp-service-digi-feature-icon.icon-bg-3 {
  background: #d6c8ff;
}
.tp-service-digi-dt-border {
  border: 1px dashed rgba(20, 24, 32, 0.24);
  display: block;
}
.tp-service-digi-dt-form .input,
.tp-service-digi-dt-form .select,
.tp-service-digi-dt-form .textarea {
  border: 1px solid rgba(1, 17, 22, 0.16);
  border-radius: 10px;
  width: 100%;
  height: 60px;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  letter-spacing: -0.02em;
  color: #5c6972;
  line-height: 60px;
}
.tp-service-digi-dt-form .input:focus,
.tp-service-digi-dt-form .select:focus,
.tp-service-digi-dt-form .textarea:focus {
  box-shadow: 0 0 0 3px #f8faf5;
  border-color: var(--tp-theme-primary);
}
.tp-service-digi-dt-form .input::-webkit-input-placeholder,
.tp-service-digi-dt-form .select::-webkit-input-placeholder,
.tp-service-digi-dt-form .textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  letter-spacing: -0.02em;
  color: #5c6972;
}
.tp-service-digi-dt-form .input::-moz-placeholder,
.tp-service-digi-dt-form .select::-moz-placeholder,
.tp-service-digi-dt-form .textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  letter-spacing: -0.02em;
  color: #5c6972;
}
.tp-service-digi-dt-form .input:-moz-placeholder,
.tp-service-digi-dt-form .select:-moz-placeholder,
.tp-service-digi-dt-form .textarea:-moz-placeholder {
  /* Firefox 4-18 */
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  letter-spacing: -0.02em;
  color: #5c6972;
}
.tp-service-digi-dt-form .input:-ms-input-placeholder,
.tp-service-digi-dt-form .select:-ms-input-placeholder,
.tp-service-digi-dt-form .textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  letter-spacing: -0.02em;
  color: #5c6972;
}
.tp-service-digi-dt-form .input::placeholder,
.tp-service-digi-dt-form .select::placeholder,
.tp-service-digi-dt-form .textarea::placeholder {
  /* MODERN BROWSER */
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  letter-spacing: -0.02em;
  color: #5c6972;
}
.tp-service-digi-dt-form .textarea {
  height: 180px;
  line-height: 1;
  resize: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-service-digi-dt-content {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-service-digi-dt-content br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-service-digi-dt-right {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-service-digi-qoute {
    flex-direction: column;
  }
  .tp-service-digi-qoute img {
    flex: 0 0 auto;
    width: 30%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.tp-service-digi-category-list {
  box-shadow: 0 1px 3px 0 rgba(20, 24, 32, 0.1);
  border: 1px solid rgba(20, 24, 32, 0.14);
  padding: 40px 40px 40px 40px;
}
.tp-service-digi-category-list ul li {
  list-style: none;
}
.tp-service-digi-category-list ul li a {
  display: flex;
  font-size: 14px;
  position: relative;
}
.tp-service-digi-category-list ul li a::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 0;
  background: var(--tp-common-black);
  bottom: 0;
  left: -41px;
  border-radius: 28px 0px 0px 40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-service-digi-category-list ul li a.active {
  color: var(--tp-common-black);
}
.tp-service-digi-category-list ul li a.active::before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.tp-service-digi-category-list ul li a:hover {
  color: var(--tp-common-black);
}
.tp-service-digi-category-list ul li a:hover::before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.tp-service-digi-category-list ul li:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px dashed rgba(20, 24, 32, 0.2);
  padding-bottom: 20px;
}
.tp-service-digi-btn-border {
  border: 1px solid #97eca3;
}
.tp-service-digi-banner {
  background: linear-gradient(180deg, #d9ff7d 0%, #a4ffc4 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-service-digi-banner {
    padding-left: 30px;
    padding-right: 20px;
  }
}
.tp-service-digi-banner-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 31%;
  z-index: -1;
}
.tp-service-cpr-item {
  padding: 6px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-service-cpr-item:hover {
  box-shadow: 0 20px 45px -10px #d1d1d1;
}
.tp-service-cpr-item:hover .tp-service-cpr-btn a {
  color: var(--tp-common-white);
}
.tp-service-cpr-item:hover .tp-service-cpr-btn a svg {
  transform: rotate(45deg);
}
.tp-service-cpr-item:hover .tp-service-cpr-btn a::before {
  opacity: 1;
  visibility: visible;
}
.tp-service-cpr-item:hover .tp-service-cpr-border::before {
  width: 30px;
}
.tp-service-cpr-btn a {
  width: 40px;
  height: 40px;
  line-height: 37px;
  background: #f3f5f9;
  color: #4230d3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1;
}
.tp-service-cpr-btn a svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-service-cpr-btn a::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #9fccfa 0%, #0974f1 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
}
.tp-service-cpr-content {
  padding: 0px 25px 24px 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-service-cpr-navigation {
    text-align: left;
  }
}
.tp-service-cpr-navigation span {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-service-cpr-navigation span:hover {
  opacity: 0.4;
}
.tp-service-cpr-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.tp-service-cpr-border {
  width: 86%;
  height: 1px;
  background: rgba(36, 46, 69, 0.1);
  display: inline-block;
  position: relative;
}
.tp-service-cpr-border::before {
  position: absolute;
  content: "";
  background: #aa3fff;
  width: 0;
  height: 1px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-service-cpr-2-circale {
  position: absolute;
  right: -36px;
  top: 32px;
}
.tp-service-cpr-2-count {
  position: absolute;
  left: 30px;
  bottom: 30px;
  padding: 30px 40px 10px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-service-cpr-2-count {
    box-shadow: 0 0 60px 0 rgba(20, 23, 40, 0.08);
    position: inherit;
    left: 0;
  }
}
.tp-service-cpr-2-count-icon {
  border-radius: 100%;
  background: linear-gradient(90deg, #aa3fff 0%, #f3513c 100%);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
}
.tp-service-cpr-2-thumb img {
  animation: floatY 3s ease-in-out infinite;
}

@keyframes floatY {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-service-cpr-2-thumb {
    margin-right: 27px;
  }
}
.tp-service-cpr-list ul li {
  list-style: none;
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-3);
  display: flex;
  align-items: center;
}
.tp-service-cpr-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.tp-service-cpr-list ul li span {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #f1eff8;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  margin-right: 20px;
  flex: 0 0 auto;
}
.tp-service-cpr-category-list ul li a::before {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-service-cpr-details-sidebar {
    margin-right: 0;
  }
}
.tp-service-cpr-details-content .para span {
  font-weight: 700;
  font-size: 36px;
  color: var(--tp-common-white);
  border-radius: 4px;
  padding: 9px 10px;
  width: 50px;
  background: #f3513c;
  display: inline-block;
  transform: translateY(27px);
  margin-bottom: -20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-service-cpr-details-content .para span {
    background: none;
    padding: 0;
    color: #f3513c;
    border-radius: 0;
    margin-bottom: 0;
    transform: translateY(5px);
    width: inherit;
  }
}
.tp-service-cpr-assistance-item {
  border: 1px solid rgba(36, 46, 69, 0.04);
  border-radius: 10px;
  padding: 35px 30px 15px 30px;
  transition: all 0.4s ease;
}
.tp-service-cpr-assistance-item:hover {
  box-shadow: 0 0 20px 0 rgba(23, 17, 45, 0.04);
}
.tp-service-cpr-assistance-item:hover span {
  background: var(--tp-common-pisces);
  color: var(--tp-common-white);
}
.tp-service-cpr-assistance-item span {
  background: #f3f5f9;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-pisces);
  transition: all 0.4s ease;
  flex: 0 0 auto;
}
.tp-service-cpr-contact {
  background: #f3f5f9;
  padding: 35px 40px 35px 40px;
}
@media (max-width: 575px) {
  .tp-service-cpr-contact {
    padding: 25px 20px 25px 20px;
  }
}
.tp-service-cpr-contact-thumb img {
  object-fit: cover;
}
.tp-service-cpr-contact .input,
.tp-service-cpr-contact .textarea {
  border: 1px solid rgba(36, 46, 69, 0.1);
  border-radius: 10px;
  height: 46px;
  line-height: 46px;
  padding: 10px 26px;
  background: var(--tp-common-white);
  font-family: var(--tp-ff-jakarta);
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-grey-3);
}
.tp-service-cpr-contact .input::-webkit-input-placeholder,
.tp-service-cpr-contact .textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: var(--tp-ff-jakarta);
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-grey-3);
}
.tp-service-cpr-contact .input::-moz-placeholder,
.tp-service-cpr-contact .textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: var(--tp-ff-jakarta);
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-grey-3);
}
.tp-service-cpr-contact .input:-moz-placeholder,
.tp-service-cpr-contact .textarea:-moz-placeholder {
  /* Firefox 4-18 */
  font-family: var(--tp-ff-jakarta);
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-grey-3);
}
.tp-service-cpr-contact .input:-ms-input-placeholder,
.tp-service-cpr-contact .textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-family: var(--tp-ff-jakarta);
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-grey-3);
}
.tp-service-cpr-contact .input::placeholder,
.tp-service-cpr-contact .textarea::placeholder {
  /* MODERN BROWSER */
  font-family: var(--tp-ff-jakarta);
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-grey-3);
}
.tp-service-cpr-contact .input:focus,
.tp-service-cpr-contact .textarea:focus {
  box-shadow: 0 0 0 3px rgba(170, 63, 255, 0.15);
}
.tp-service-cpr-contact .textarea {
  height: 100px;
  line-height: 1;
  padding: 15px 26px;
  resize: none;
}
.tp-service-cpr-contact .textarea:focus {
  box-shadow: 0 0 0 3px rgba(170, 63, 255, 0.15);
  border: 1px solid var(--tp-common-pisces);
}
.tp-service-cpr-contact .tp-footer-cpr-form .tp-checkbox {
  border: 1px solid rgba(36, 46, 69, 0.15);
  transform: translateY(1px) !important;
}

.top-sticky {
  position: sticky;
  top: 120px;
}

/*----------------------------------------*/
/*  7.15 funfact css
/*----------------------------------------*/
.tp-funfact-digi-round-text {
  background: #f8faf5;
  padding: 10px;
  margin-top: -105px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-funfact-digi-round-text {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.tp-funfact-digi-round-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px; /* disamakan agar isi di tengah */
  margin: 0 auto;
}
.tp-funfact-digi-content p {
  margin-left: 400px;
  margin-top: -67px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-funfact-digi-content p {
    margin-left: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-funfact-digi-content h2 br {
    display: none;
  }
  .tp-funfact-digi-content h2 span {
    margin-left: 0;
  }
}
.tp-funfact-digi-border {
  position: relative;
  width: 90px;
  height: 4px;
  background: #f8faf5;
  margin-top: -14px;
  transition: all 0.5s ease;
}
.tp-funfact-digi-border::before {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: var(--tp-theme-primary);
  transition: all 0.5s ease;
}
.tp-funfact-digi-item:hover .tp-funfact-digi-border::before {
  width: 90px;
  left: 0;
  right: auto;
}
.tp-funfact-digi-top-border > div {
  border-top: 1px solid var(--tp-border-2);
}
.tp-funfact-digi-top-border > div:not(:last-child) {
  border-right: 1px solid var(--tp-border-2);
}
@media (max-width: 575px) {
  .tp-funfact-digi-top-border > div:not(:last-child) {
    border-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-funfact-digi-top-border > div:nth-child(2) {
    border-right: 0;
  }
}

/*----------------------------------------*/
/*  7.23 portfolio css
/*----------------------------------------*/
.tp-portfolio-digi-wrap:hover .tp-portfolio-digi-content {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}
.tp-portfolio-digi-content {
  backdrop-filter: blur(10px);
  padding: 18px 20px 14px 20px;
  opacity: 1;
  left: 40px;
  bottom: 30px;
  width: calc(100% - 80px);
  height: auto;
  -webkit-transform: translateY(0) scale(1, 0);
  transform: translateY(0) scale(1, 0);
  transform-origin: bottom center;
  position: absolute;
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
.tp-portfolio-digi-grid-item {
  padding: 10px;
  border: 1px solid rgba(8, 8, 41, 0.08);
  background: #fefefe;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-portfolio-digi-grid-item p br {
    display: none;
  }
}
.tp-portfolio-digi-grid-item:hover {
  box-shadow: 0 10px 20px 0 rgba(1, 16, 61, 0.1);
  border: 1px solid #f0f0f0;
}
.tp-portfolio-digi-tab-btn {
  font-weight: 600;
  font-size: 14px;
  border: 1px solid rgba(8, 8, 41, 0.1);
  border-radius: 20px;
  padding: 9px 29px;
  line-height: 1;
  margin: 0 2px;
  margin-bottom: 10px;
}
.tp-portfolio-digi-tab-btn.active {
  background: var(--tp-theme-primary);
  color: var(--tp-common-black);
  border-color: var(--tp-theme-primary);
}
.tp-portfolio-digi-social a {
  font-size: 14px;
  margin-right: 10px;
}
.tp-portfolio-digi-social a:hover {
  color: var(--tp-common-black);
}
.tp-portfolio-digi-social a svg {
  transform: translateY(-2px);
  font-size: 14px;
}
.tp-portfolio-digi-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 33;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.tp-portfolio-digi-navigation .tp-testimonial-digi-prev {
  margin-left: -33px;
  background: var(--tp-common-white);
}
@media (max-width: 575px) {
  .tp-portfolio-digi-navigation .tp-testimonial-digi-prev {
    margin-left: 0;
  }
}
.tp-portfolio-digi-navigation .tp-testimonial-digi-next {
  margin-right: -33px;
  background: var(--tp-common-white);
}
@media (max-width: 575px) {
  .tp-portfolio-digi-navigation .tp-testimonial-digi-next {
    margin-right: 0;
  }
}
.tp-portfolio-digi-slider-space {
  margin-top: -165px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-portfolio-digi-details {
    margin-right: 0;
  }
}
.tp-portfolio-digi-details-list ul li {
  list-style: none;
  position: relative;
  padding-left: 15px;
}
.tp-portfolio-digi-details-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.tp-portfolio-digi-details-list ul li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: var(--tp-common-black);
  border-radius: 20px;
  left: 0;
  top: 11px;
}
.tp-portfolio-cpr-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-portfolio-cpr-list ul {
    justify-content: flex-start;
  }
}
.tp-portfolio-cpr-list ul li {
  list-style: none;
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-3);
  margin: 0 30px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-portfolio-cpr-list ul li {
    margin-left: 0;
  }
}
.tp-portfolio-cpr-list ul li span {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #f3f5f9;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  margin-right: 13px;
}
/*----------------------------------------*/
/*  7.24 price css
/*----------------------------------------*/
.tp-price-digi-space {
  margin-top: -215px;
  z-index: 1;
  position: relative;
}
.tp-price-digi-item {
  border: 1px solid var(--tp-border-2);
  padding: 50px 50px 50px 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .tp-price-digi-item {
    padding: 50px 30px 50px 30px;
  }
}
.tp-price-digi-item:hover {
  box-shadow: 0 10px 60px -10px rgba(1, 16, 61, 0.08);
  background: #fefefe;
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.tp-price-digi-head .mt-meinus {
  transform: translateY(-16px);
  margin-right: -4px;
}
.tp-price-digi-head h5 {
  background: #c8f7fd;
  padding: 9px 15px;
}
.tp-price-digi-head h5.price-standard {
  background: #c8fddd;
}
.tp-price-digi-head h5.price-premium {
  background: #d6c8ff;
}
.tp-price-digi-list ul li {
  display: flex;
  align-items: center;
  list-style: none;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: var(--tp-grey-1);
}
.tp-price-digi-list ul li:not(:last-child) {
  margin-bottom: 14px;
}
.tp-price-digi-list ul li .icon {
  font-size: 12px;
  background: #e2ffd0;
  box-shadow: 0 1px 2px 0 rgba(6, 138, 75, 0.3);
  width: 20px;
  height: 20px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
  margin-right: 13px;
}
.tp-price-digi-list ul li.disable {
  opacity: 0.2;
}
.tp-price-cpr-title .tp-cpr-section-subtitle {
  background: linear-gradient(90deg, #f5f4f4 -314%, rgba(255, 255, 255, 0) 90%);
}
.tp-price-cpr-icon {
  width: 45px;
}
.tp-price-cpr-item {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 50px 50px 50px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-price-cpr-item {
    padding: 30px 30px 30px 30px;
  }
}
.tp-price-cpr-item-main {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.03);
}
.tp-price-cpr-item-main .tp-price-cpr-list {
  background: #242e45;
}
.tp-price-cpr-list {
  background: rgba(255, 255, 255, 0.03);
  padding: 30px 10px 30px 30px;
}
.tp-price-cpr-list ul li {
  font-size: 17px;
  font-weight: 400;
  font-family: var(--tp-ff-jakarta);
  color: var(--tp-common-white);
}
.tp-price-cpr-list ul li .icon {
  background: var(--tp-common-pisces);
  color: var(--tp-common-white);
}
.tp-price-cpr-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 29%;
}
.tp-price-cpr-2-item {
  border: 1px solid rgba(36, 46, 69, 0.1);
}
.tp-price-cpr-2-item .tp-about-cpr-btn a {
  border: 1px solid rgba(36, 46, 69, 0.1);
}
.tp-price-cpr-2-item .tp-price-cpr-list ul li {
  color: var(--tp-grey-3);
}
.tp-price-cpr-2-item .tp-price-cpr-list {
  background: #fbfcff;
}
.tp-price-cpr-2-item-main {
  background: var(--tp-common-white);
}
.tp-price-cpr-2-item-main .tp-price-cpr-list {
  background: #f3f5f9;
}
.tp-price-cpr-2-item-main .tp-price-cpr-list ul li {
  color: #878898;
}

/*----------------------------------------*/
/*  7.13 faq css
/*----------------------------------------*/
.tp-faq-digi-info span {
  width: 60px;
  height: 60px;
  background: #c8fddd;
  line-height: 60px;
  margin-left: -10px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-faq-digi-left {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-faq-digi-wrap {
    margin-left: 0;
  }
}
.tp-faq-digi-wrap
  .tp-faq-digi-wrap-accordion
  .accordion-header
  .accordion-buttons {
  position: relative;
  width: 100%;
  text-align: left;
  padding-right: 40px;
  line-height: 1.1;
  padding: 37px 0;
}
.tp-faq-digi-wrap
  .tp-faq-digi-wrap-accordion
  .accordion-header
  .accordion-buttons:not(.collapsed) {
  padding-bottom: 20px;
}
.tp-faq-digi-wrap
  .tp-faq-digi-wrap-accordion
  .accordion-header
  .accordion-buttons:not(.collapsed)
  .accordion-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.tp-faq-digi-wrap
  .tp-faq-digi-wrap-accordion
  .accordion-header
  .accordion-buttons
  .accordion-icon {
  position: absolute;
  top: 50%;
  right: 8px;
}
.tp-faq-digi-wrap
  .tp-faq-digi-wrap-accordion
  .accordion-header
  .accordion-buttons
  .accordion-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 15px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #5c6972;
  border-radius: 2px;
  transition: 0.4s;
}
.tp-faq-digi-wrap
  .tp-faq-digi-wrap-accordion
  .accordion-header
  .accordion-buttons
  .accordion-icon::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #5c6972;
  border-radius: 2px;
}
.tp-faq-digi-wrap .tp-faq-digi-wrap-accordion .accordion-body {
  padding: 0 80px 40px 0;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-faq-digi-wrap .tp-faq-digi-wrap-accordion .accordion-body {
    padding: 0 40px 0 0;
  }
}
.tp-faq-digi-wrap .tp-faq-digi-wrap-accordion .accordion-body p {
  margin-bottom: 0;
}
.tp-faq-digi-wrap .tp-faq-digi-wrap-accordion .accordion-items {
  border-bottom: 1px solid #ebedef;
  border-top: 1px solid #ebedef;
  margin-top: -1px;
}
.tp-faq-cpr-wrap {
  margin-top: -12px;
}
.tp-faq-cpr-wrap
  .tp-faq-digi-wrap-accordion
  .accordion-header
  .accordion-buttons {
  padding: 12px 20px;
}
.tp-faq-cpr-wrap .tp-faq-digi-wrap-accordion .accordion-items {
  border: none;
  margin-top: 0;
}
.tp-faq-cpr-wrap
  .tp-faq-digi-wrap-accordion
  .accordion-header
  .accordion-buttons
  .accordion-icon {
  right: auto;
  left: 0;
}
.tp-faq-cpr-wrap
  .tp-faq-digi-wrap-accordion
  .accordion-header
  .accordion-buttons:not(.collapsed) {
  padding-bottom: 12px;
}
.tp-faq-cpr-wrap .tp-faq-digi-wrap-accordion .accordion-body {
  padding: 0 85px 10px 20px;
  margin: 0;
}
@media (max-width: 575px) {
  .tp-faq-cpr-wrap .tp-faq-digi-wrap-accordion .accordion-body {
    padding: 0 0 10px 20px;
  }
}
.tp-faq-cpr-shape {
  left: -46px;
  top: 50%;
  transform: translateY(-50%);
}
.tp-faq-cpr-shape-2 {
  right: 19%;
  top: 14%;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-faq-cpr-thumb {
    margin-right: 0;
  }
}
.tp-faq-cpr-dot span {
  background: #242e45;
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 20px;
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: -1;
}
.tp-faq-cpr-dot span:first-child {
  left: auto;
  right: 20%;
  top: 20%;
  background: #f3513c;
}
.tp-faq-cpr-dot span:nth-child(2) {
  left: auto;
  right: 10%;
  top: 50%;
  background: #aa3fff;
}
.tp-faq-cpr-dot span:nth-child(3) {
  left: auto;
  right: 30%;
  top: auto;
  bottom: 10%;
  background: #aa3fff;
}
.tp-faq-cpr-dot span:nth-child(4) {
  left: 30%;
  top: auto;
  bottom: 10%;
}
.tp-faq-cpr-2-wrap .accordion-header .accordion-buttons {
  font-family: var(--tp-ff-jakarta);
  color: var(--tp-common-black-3);
  padding: 23px 30px !important;
  padding-right: 60px !important;
}
.tp-faq-cpr-2-wrap .accordion-items {
  border: 1px solid rgba(36, 46, 69, 0.06);
  margin-top: 0;
  border-radius: 10px;
  background: var(--tp-common-white);
  transition: all 0.4s ease;
}
.tp-faq-cpr-2-wrap .accordion-items.tp-faq-active {
  box-shadow: 0 6px 20px 0 rgba(20, 24, 32, 0.08),
    0 1px 4px 0 rgba(20, 24, 32, 0.04);
}
.tp-faq-cpr-2-wrap .accordion-body p {
  font-size: 14px;
  font-weight: 500;
}
.tp-faq-cpr-2-wrap .accordion-body {
  padding: 0 80px 30px 30px !important;
}
@media (max-width: 575px) {
  .tp-faq-cpr-2-wrap .accordion-body {
    padding: 0 40px 30px 30px !important;
  }
  .tp-faq-cpr-2-wrap .accordion-body p br {
    display: none;
  }
}
.tp-faq-cpr-2-wrap .accordion-header .accordion-buttons .accordion-icon {
  right: 24px !important;
  border: 1px solid rgba(36, 46, 69, 0.06);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  top: 23% !important;
  transition: all 0.4s ease;
}
@media (max-width: 575px) {
  .tp-faq-cpr-2-wrap .accordion-header .accordion-buttons .accordion-icon {
    right: 10px !important;
  }
}
.tp-faq-cpr-2-wrap .accordion-header .accordion-buttons:not(.collapsed) {
  color: var(--tp-common-pisces);
}
.tp-faq-cpr-2-wrap
  .accordion-header
  .accordion-buttons:not(.collapsed)
  .accordion-icon {
  background: var(--tp-common-pisces);
}
.tp-faq-cpr-2-wrap
  .accordion-header
  .accordion-buttons:not(.collapsed)
  .accordion-icon::before {
  background: var(--tp-common-white);
}
.tp-faq-cpr-2-wrap
  .accordion-header
  .accordion-buttons:not(.collapsed)
  .accordion-icon::after {
  background: var(--tp-common-white);
}
/*----------------------------------------*/
/*  7.11 cta css
/*----------------------------------------*/
.tp-cta-digi-space {
  padding: 60px 60px 40px 60px;
}
@media (max-width: 575px) {
  .tp-cta-digi-space {
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 575px) {
  .tp-cta-digi-mail {
    margin-left: 0;
  }
}
.tp-cta-digi-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-cta-digi-info {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .tp-cta-digi-info {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
.tp-cta-digi-info .message {
  width: 90px;
  height: 90px;
  line-height: 90px;
  flex: 0 0 auto;
}
@media (max-width: 575px) {
  .tp-cta-digi-info .message {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-cta-cpr-btn {
    text-align: left;
  }
}
.tp-cta-transparent-bg {
  height: 110px;
  width: 100%;
  display: block;
  margin-top: -110px;
  border-radius: 60px 60px 0 0;
}
/*----------------------------------------*/
/*  7.10 counter css
/*----------------------------------------*/

.counter-style-01 .vertical-counter-number ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  will-change: transform;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: relative;
  z-index: 999;
}
.counter-style-01 .vertical-counter-number {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.counter-style-01 .vertical-counter:after {
  content: attr(data-text);
  display: inline-block;
  margin-left: 3px;
  word-break: normal;
}

/*----------------------------------------*/
/*  7.30 success css
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-success-digi-item {
    margin-left: 0;
    margin-right: 0;
  }
}
.tp-success-digi-item:hover .tp-success-digi-icon {
  background: var(--tp-theme-primary);
}
.tp-success-digi-icon {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: #f8faf5;
  display: inline-block;
  text-align: center;
  line-height: 90px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-success-digi-title-para p {
    margin-left: 0;
  }
}
.tp-success-cpr-item:hover .tp-success-digi-icon {
  background-color: var(--tp-common-black-3);
  color: var(--tp-common-white);
}
.tp-success-cpr-item .tp-success-digi-icon {
  box-shadow: 0 4px 16px 0 rgba(29, 27, 49, 0.05);
  background: var(--tp-common-white);
  width: 100px;
  height: 100px;
  line-height: 100px;
}

/*----------------------------------------*/
/*  7.27 provide css
/*----------------------------------------*/
.tp-provide-digi-shape {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: -1;
  width: 53%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-provide-digi-shape {
    width: auto;
  }
}
.tp-provide-digi-shape-2 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 96%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-provide-digi-shape-2 {
    width: 70%;
  }
}
.tp-provide-digi-shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0px 0px 10px 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-provide-digi-shape-3 {
    width: 130px;
  }
}
@media (max-width: 575px) {
  .tp-provide-digi-shape-3 {
    width: 70px;
  }
}
.tp-provide-digi-chart img {
  border-radius: 10px 10px 0px 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-provide-digi-item br {
    display: none;
  }
}
.tp-provide-digi-item.gradiant-bg {
  background: linear-gradient(180deg, #ddff78 0%, #a3ffc7 100%);
  padding: 47px 60px 38px 60px;
}
.tp-provide-digi-item.gradiant-bg-2 {
  background: #b0f6ff;
  padding: 47px 30px 38px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 575px) {
  .tp-provide-digi-item.gradiant-bg-2 {
    padding: 47px 30px 38px 20px;
  }
}
.tp-provide-digi-item.gradiant-bg-3 {
  background: #cfbfff;
  padding: 47px 0 0 0;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-provide-digi-item.gradiant-bg-3 {
    height: 430px;
  }
}
.tp-provide-digi-item.gradiant-bg-4 {
  background: linear-gradient(180deg, #ddff78 0%, #a3ffc7 100%);
  padding: 70px 60px 70px 60px;
}
@media (max-width: 575px) {
  .tp-provide-digi-item.gradiant-bg-4 {
    padding: 30px 20px 30px 20px;
  }
}
.tp-provide-digi-item.gradiant-bg-5 {
  background: #c8f7fd;
  padding: 70px 25px 0 25px;
}
.tp-provide-digi-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tp-provide-digi-list ul li {
  list-style: none;
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  display: flex;
  background: var(--tp-common-white);
  border-radius: 20px;
  padding: 7px 9px;
  margin: 0 15px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-provide-digi-list ul li {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-provide-digi-list ul li {
    margin-bottom: 20px;
  }
}
.tp-provide-digi-list ul li span {
  border-radius: 100%;
  background: #ace601;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
}
.tp-provide-digi-list.list-2 ul li {
  background: #f8faf5;
}
.tp-provide-digi-number {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 10px;
  font-weight: 700;
  font-size: 200px;
  line-height: 1;
  background: linear-gradient(180deg, #c2f868 27.5%, #c4ff99 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tp-provide-digi-number.number-2 {
  background: linear-gradient(180deg, #9bedf8 27.5%, #b0f6ff47 61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*----------------------------------------*/
/*  7.32 about css
/*----------------------------------------*/
.tp-testimonial-digi-item {
  border: 1px solid rgba(7, 32, 50, 0.1);
  padding: 40px 50px 25px 50px;
}
@media (max-width: 575px) {
  .tp-testimonial-digi-item {
    padding: 40px 15px 25px 15px;
  }
}
.tp-testimonial-digi-top {
  border-bottom: 1px solid rgba(7, 32, 50, 0.1);
}
.tp-testimonial-digi-ratings span {
  color: var(--tp-common-yellow);
  font-size: 16px;
  margin-left: 3px;
}
.tp-testimonial-digi-navigation span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--tp-common-black);
  background-color: #f8faf5;
  font-size: 16px;
  text-align: center;
}
.tp-testimonial-digi-navigation span:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-black);
  transform: scale(1.1);
}
.tp-testimonial-digi-shadow {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 24%;
  height: 100%;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-testimonial-digi-shadow {
    display: none;
  }
}
.tp-testimonial-digi-shadow.left {
  background: linear-gradient(90deg, #fff 30.17%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}
.tp-testimonial-digi-shadow.right {
  background: linear-gradient(90deg, #fff 30.17%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-180deg);
  right: 0;
}
.tp-testimonial-cpr-bg {
  background: linear-gradient(
    180deg,
    rgba(241, 239, 248, 0) 13.15%,
    #f1eff8 100%
  );
}
.tp-testimonial-cpr-bg-2 {
  background: linear-gradient(180deg, #f1eff8 0%, rgba(241, 239, 248, 0) 100%);
}
.tp-testimonial-cpr-item {
  padding: 35px 55px 40px 40px;
  transition: all 0.4s ease;
}
@media (max-width: 575px) {
  .tp-testimonial-cpr-item {
    padding: 25px 25px 20px 20px;
  }
}
.tp-testimonial-cpr-item:hover {
  box-shadow: 0 20px 60px -25px rgba(21, 17, 36, 0.25);
}
.tp-testimonial-cpr-item:hover .tp-testimonial-cpr-shape {
  opacity: 1;
  visibility: visible;
}
.tp-testimonial-cpr-shape {
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-testimonial-cpr-shape-2 {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-testimonial-cpr-shape-2 {
    width: 100%;
  }
}
.tp-testimonial-cpr-customers .vertical-counter ul li {
  letter-spacing: -5px;
}
.tp-testimonial-cpr-navigation span {
  width: 60px;
  height: 60px;
  text-align: center;
  background: var(--tp-common-white);
  color: var(--tp-common-black-3);
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  border: 7px solid #efeef3;
  transition: all 0.4s ease;
}
.tp-testimonial-cpr-navigation span:hover {
  background: var(--tp-common-pisces);
  border-color: #a572cd;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-testimonial-cpr-thumb {
    margin-right: 0;
  }
}
.tp-testimonial-cpr-2-shape {
  bottom: 30px;
  left: 30px;
  box-shadow: 0 0 60px 0 rgba(20, 23, 40, 0.08);
  padding: 37px 40px 20px 40px;
}
@media (max-width: 575px) {
  .tp-testimonial-cpr-2-shape {
    left: 0;
    position: inherit;
  }
}
.tp-testimonial-cpr-2-shape .tes-img {
  flex: 0 0 auto;
}
.tp-testimonial-cpr-2-user a {
  width: 52px;
  border: 4px solid var(--tp-common-white);
  height: 52px;
  line-height: 49px;
  margin-left: -20px;
}
/*----------------------------------------*/
/*  7.25 process css
/*----------------------------------------*/
.tp-process-number {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
}
.tp-process-number::before {
  position: absolute;
  content: "";
  border: 1px solid transparent;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tp-process-number.one {
  background: var(--tp-common-mint);
}
.tp-process-number.one::before {
  border-color: var(--tp-common-mint);
}
.tp-process-number.two {
  background: #d6c8ff;
}
.tp-process-number.two::before {
  border-color: #d6c8ff;
}
.tp-process-number.three {
  background: #ffe0c2;
}
.tp-process-number.three::before {
  border-color: #ffe0c2;
}
.tp-process-number.four {
  background: #c8f7fd;
}
.tp-process-number.four::before {
  border-color: #c8f7fd;
}
.tp-process-border {
  right: -70px;
  top: 10px;
}
.tp-process-item:hover .tp-process-number::before {
  transform: translate(-50%, -50%);
}
.tp-process-cpr-step ul li {
  list-style: none;
  position: relative;
}
.tp-process-cpr-step ul li:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(36, 46, 69, 0.15);
  left: 24px;
  top: 0;
}
.tp-process-cpr-step ul li:hover span {
  color: var(--tp-common-white);
  border-color: transparent;
}
.tp-process-cpr-step ul li:hover span::before {
  opacity: 1;
  transform: scale(1);
}
.tp-process-cpr-step ul li span {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(36, 46, 69, 0.15);
  transition: all 0.5s ease;
}
.tp-process-cpr-step ul li span::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #9fccfa 0%, #0974f1 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  z-index: -1;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-process-cpr-thumb {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-process-cpr-item {
    padding: 20px 35px;
    box-shadow: 0 0 60px 0 rgba(20, 23, 40, 0.08);
  }
}
.tp-process-cpr-count {
  bottom: 30px;
  left: 0;
}
@media (max-width: 575px) {
  .tp-process-cpr-count {
    position: inherit !important;
  }
}
/*----------------------------------------*/
/*  7.31 team css
/*----------------------------------------*/
.tp-team-digi-item:hover .tp-team-digi-sicial {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}
.tp-team-digi-item:hover .tp-team-digi-sicial a {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tp-team-digi-item:hover .tp-team-digi-sicial a:nth-child(1) {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tp-team-digi-item:hover .tp-team-digi-sicial a:nth-child(2) {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.tp-team-digi-item:hover .tp-team-digi-sicial a:nth-child(3) {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.tp-team-digi-item:hover .tp-team-digi-sicial a:nth-child(4) {
  -webkit-transition: all 1.1s ease;
  transition: all 1.1s ease;
}
.tp-team-digi-sicial {
  position: absolute;
  bottom: 30px;
  border-radius: 17px;
  padding: 2px 10px 0px 10px;
  width: 125px;
  height: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(0) scale(1, 0);
  transform: translateY(0) scale(1, 0);
  transform-origin: bottom center;
  position: absolute;
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  overflow: hidden;
}
.tp-team-digi-sicial a {
  padding: 3px 6px;
  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);
}
.tp-team-digi-sicial a:hover {
  color: var(--tp-common-black-2);
}
.tp-team-digi-sicial a:nth-child(1) {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tp-team-digi-sicial a:nth-child(2) {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tp-team-digi-sicial a:nth-child(3) {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.tp-team-digi-sicial a:nth-child(4) {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.tp-team-digi-sicial a svg {
  transform: translateY(-3px);
}
.tp-team-cpr-social {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 86%;
  z-index: 3;
}
.tp-team-cpr-thumb:hover .tp-team-cpr-inner::before {
  height: 100%;
}
.tp-team-cpr-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, rgba(36, 46, 69, 0) 38.02%, #242e45 100%);
  bottom: 0;
  left: 0;
  border-radius: 10px;
  transition: all 0.5s ease;
  z-index: 2;
}
.tp-team-cpr-link i {
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  transition: all 0.4s ease;
  margin-left: 7px;
}
.tp-team-cpr-link i:hover {
  background: var(--tp-common-white);
  color: var(--tp-common-black-2);
  border-color: transparent;
}
.tp-team-cpr-link-2 {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  background: var(--tp-common-white);
  color: var(--tp-common-black-2);
  border: 2px solid transparent;
  transition: all 0.6s ease;
  transform: translateY(25px);
}
.tp-team-cpr-link-2:hover {
  background: transparent;
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.2);
}

/*----------------------------------------*/
/*  2.9 contact
/*----------------------------------------*/
.tp-contact-digi-tag a {
  padding: 2px 12px;
}
.tp-contact-digi-tag a:hover {
  color: var(--tp-common-white);
  background: var(--tp-common-black);
}
.tp-contact-digi-tag a.active {
  color: var(--tp-common-white);
  background: var(--tp-common-black);
}
.tp-contact-digi-navigation {
  position: absolute;
  bottom: 60px;
  right: 60px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-contact-digi-navigation {
    bottom: 10px;
    right: auto;
    left: 10px;
  }
}
.tp-contact-digi-shadow {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius: 6px;
  background: linear-gradient(
    180deg,
    rgba(12, 14, 19, 0) 0%,
    rgba(12, 14, 19, 0.8) 100%
  );
}
.tp-contact-digi-icon {
  width: 50px;
  height: 50px;
  background: #c8f7fd;
  line-height: 50px;
}
.tp-contact-digi-icon.icon-2 {
  background: #ffe0c2;
}
.tp-contact-digi-icon.icon-3 {
  background: #d6c8ff;
}
.tp-contact-digi-location {
  position: absolute;
  bottom: 60px;
  left: 63px;
  z-index: 29;
}
.tp-contact-digi-border::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.3);
  top: 2px;
  right: -25px;
}
.tp-contact-digi-call a {
  display: inline-block;
  width: 244px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-contact-digi-info-item {
    margin-top: 30px;
  }
}
.tp-contact-digi-form-shape {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-contact-digi-form-inner {
    margin-left: 0;
  }
}
.tp-contact-digi-form-social a {
  width: 36px;
  height: 36px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  text-align: center;
  line-height: 36px;
  text-align: center;
  display: inline-block;
}
.tp-contact-digi-form-social a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-black);
  border-color: var(--tp-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-contact-cpr-info {
    margin-left: 0;
  }
}
.tp-contact-service-thumb {
  box-shadow: 10px 10px 80px -30px rgba(94, 94, 149, 0.8);
  background: #f9f9ff;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-contact-service-thumb {
    margin-right: 0;
  }
}
.tp-contact-country-info {
  background: #6c60dc;
  border-radius: 10px 0 0 10px;
  display: inline-block;
  width: 858px;
  max-width: 813px;
  padding: 60px 70px 30px 70px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-contact-country-info {
    width: 100%;
    position: inherit;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .tp-contact-country-info {
    padding: 20px 20px 0px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-contact-country-img-wrap {
    padding-top: 80px;
  }
}
/*----------------------------------------*/
/*  7.29 subscribe css
/*----------------------------------------*/
.tp-subscribe-cpr-form {
  width: 520px;
  padding: 0;
  box-shadow: 0 10px 60px -10px rgba(1, 16, 61, 0.08);
  background: #fefefe;
  position: absolute !important;
  left: 50%;
  top: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-subscribe-cpr-form {
    width: 420px;
  }
}
@media (max-width: 575px) {
  .tp-subscribe-cpr-form {
    width: 100%;
  }
}
.tp-subscribe-cpr-form .close i {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  cursor: pointer;
  font-weight: 400;
  color: var(--tp-common-white);
  transition: 0.3s;
}
.tp-subscribe-cpr-content {
  padding: 0 45px 60px 45px;
}
@media (max-width: 575px) {
  .tp-subscribe-cpr-content {
    padding: 0 20px 30px 20px;
  }
}
.tp-subscribe-cpr-content .icon {
  background: var(--tp-common-white);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 104px;
  display: inline-block;
  margin-top: -70px;
}

.tp-subscribe-cpr-content .icon img {
  margin-bottom: 10px;
}

.subscribe-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  margin: 0 auto;
  text-align: center;
}

.subscribe-popup.show {
  visibility: visible;
  opacity: 1;
}

.subscribe-popup .close:hover i {
  transform: rotate(180deg);
}

/*----------------------------------------*/
/*  7.8 chose css
/*----------------------------------------*/
.tp-chose-cpr-chart {
  margin-top: -120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-chose-cpr-chart {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-chose-cpr-content {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-chose-cpr-content {
    margin-left: 0;
  }
}
.tp-chose-cpr-big-text {
  right: -62px;
  bottom: -55px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-chose-cpr-big-text {
    margin-bottom: -60px;
    position: inherit;
  }
}
.tp-chose-cpr-big-text img {
  margin-bottom: -118px;
  position: relative;
  margin-left: -66px;
}
.tp-chose-cpr-big-text h2 {
  font-size: 260px;
  color: #f3f5f9;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-chose-cpr-big-text h2 {
    font-size: 180px;
  }
}
@media (max-width: 575px) {
  .tp-chose-cpr-big-text h2 {
    font-size: 140px;
  }
}
.tp-chose-cpr-content .tp-about-progress .progress-bar {
  background: linear-gradient(90deg, #aa3fff 0%, #f3513c 100%);
}
.tp-chose-cpr-content .tp-about-progress {
  background: #f3f5f9;
  margin-bottom: 60px;
}
.tp-chose-cpr-content .tp-about-cpr-feature-list ul li span {
  background: none;
  box-shadow: none;
}
.tp-chose-cpr-content .tp-about-cpr-feature-list ul li:not(:last-child) {
  margin-bottom: 9px;
}
/*----------------------------------------*/
/*  7.34 video css
/*----------------------------------------*/
.tp-video-cpr-wrap {
  padding-top: 280px;
  padding-left: 70px;
  box-shadow: 0 20px 60px 0 rgba(28, 24, 51, 0.25);
  background: #d9d9d9;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-video-cpr-wrap {
    padding-top: 180px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-video-cpr-wrap {
    padding-left: 15px;
  }
}
.tp-video-cpr-tag {
  padding: 1px 20px;
  position: absolute;
  top: 40px;
  right: 40px;

  background: rgba(3, 80, 142, 0.2); /* Biru transparan */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari support */

  color: #fff;
  font-weight: 500;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

@media (max-width: 575px) {
  .tp-video-cpr-content h3 br {
    display: none;
  }
}
.tp-video-cpr-big-title {
  font-size: 140px;
  position: absolute;
  bottom: -50px;
  right: -170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-video-cpr-big-title {
    font-size: 100px;
    bottom: -30px;
    right: -100px;
  }
}
@media (max-width: 575px) {
  .tp-video-cpr-big-title {
    font-size: 85px;
  }
}

/*----------------------------------------*/
/*  2.7 capabili
/*----------------------------------------*/
.tp-capabili-border {
  background: rgba(36, 46, 69, 0.15);
  height: 1px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-capabili-content {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .tp-capabili-content {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-capabili-content p {
    margin-right: 0;
  }
}

/*----------------------------------------*/
/*  7.22 pagenation css
/*----------------------------------------*/
.tp-pagenation nav ul li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
}
.tp-pagenation nav ul li a {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  box-shadow: 0 1px 3px 0 rgba(3, 4, 28, 0.1);
  background: var(--tp-common-white);
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black-3);
  transition: all 0.4s ease;
}
.tp-pagenation nav ul li a:hover {
  background: var(--tp-common-pisces);
  color: var(--tp-common-white);
}
.tp-pagenation nav ul li.next a {
  width: auto;
  height: auto;
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 16px;
  color: var(--tp-common-white);
  box-shadow: 0 1px 2px 0 rgba(3, 4, 28, 0.1);
  background: var(--tp-common-pisces);
  border-radius: 10px;
  padding: 0px 19px;
}
.tp-pagenation nav ul li.next a i {
  margin-left: 3px;
}
.tp-pagenation-it nav ul li a {
  font-family: var(--tp-ff-grotesk);
  border: 1px solid rgba(37, 40, 64, 0.15);
  background: none;
  box-shadow: none;
}
.tp-pagenation-it nav ul li a:hover {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  box-shadow: 0 1px 3px 0 rgba(3, 4, 28, 0.2);
}
.tp-pagenation-it nav ul li.next a {
  background: var(--tp-theme-4);
  border-color: var(--tp-theme-4);
  color: var(--tp-common-white);
}
.tp-pagenation nav ul li.active a {
  background: var(--tp-common-pisces); /* atau warna khusus kamu */
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.19 maps css
/*----------------------------------------*/
.tp-map-box {
  line-height: 0;
}
.tp-map-box iframe {
  width: 100%;
  height: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-map-box iframe {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .tp-map-box iframe {
    height: 300px;
  }
}

/*----------------------------------------*/
/*  7.12 expert css
/*----------------------------------------*/

.tp-expert-video {
  width: 160px;
  box-shadow: -10px 6px 60px -10px rgba(117, 117, 126, 0.15);
  position: absolute;
  top: 60px;
  left: -90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-expert-video {
    left: 20px;
  }
}
@media (max-width: 575px) {
  .tp-expert-video {
    left: auto;
    right: 0;
    top: 0;
  }
}
.tp-expert-video-thumb {
  box-shadow: 0 10px 40px -10px rgba(4, 29, 29, 0.4);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-expert-video-thumb {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-expert-video-thumb {
    margin-left: 0;
  }
}
.tp-expert-video-thumb::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(28, 78, 78, 0) 52.39%, #1c4e4e 100%);
  border-radius: 10px;
}
.tp-expert-video .tp-btn-video {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: var(--tp-common-white);
}
.tp-expert-play-video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.tp-expert-expreance {
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .tp-expert-expreance {
    bottom: 0;
  }
}
.tp-expert-expreance p {
  margin-bottom: -15px;
}
.tp-expert-expreance span {
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
}

/*----------------------------------------*/
/*  2.14 feature
/*----------------------------------------*/

.name-box span {
  line-height: 26px;
  transition: 0.2s;
}
.name-box div {
  line-height: 26px;
  transition: 0.2s;
}

.border-color-gray {
  border: 1px solid rgba(43, 38, 93, 0.1) !important;
}

/*----------------------------------------*/
/*  7.2 apoinment css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-apoinment-form {
    margin-right: 0;
    margin-left: 0;
  }
}
.tp-apoinment-form .date-icon,
.tp-apoinment-form .time-icon {
  position: relative;
}
.tp-apoinment-form .date-icon input[type="date"]::-webkit-inner-spin-button,
.tp-apoinment-form
  .date-icon
  input[type="date"]::-webkit-calendar-picker-indicator,
.tp-apoinment-form .time-icon input[type="date"]::-webkit-inner-spin-button,
.tp-apoinment-form
  .time-icon
  input[type="date"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  opacity: 0;
  -moz-appearance: none;
  appearance: none;
}
.tp-apoinment-form .date-icon input[type="time"]::-webkit-inner-spin-button,
.tp-apoinment-form
  .date-icon
  input[type="time"]::-webkit-calendar-picker-indicator,
.tp-apoinment-form .time-icon input[type="time"]::-webkit-inner-spin-button,
.tp-apoinment-form
  .time-icon
  input[type="time"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  opacity: 0;
  -moz-appearance: textfield;
  appearance: none;
}
.tp-apoinment-form .date-icon:after,
.tp-apoinment-form .time-icon:after {
  content: "\f073";
  font-family: var(--tp-ff-fontawesome);
  right: 30px;
  top: 50%;
  position: absolute;
  pointer-events: none;
  font-size: 18px;
  margin-top: -25px;
}
.tp-apoinment-form .date-icon input[type="date"]::-webkit-date-and-time-value,
.tp-apoinment-form .time-icon input[type="date"]::-webkit-date-and-time-value {
  text-align: left !important;
}
.tp-apoinment-form .time-icon:after {
  content: "\e356";
}
.tp-apoinment-form .input,
.tp-apoinment-form .select,
.tp-apoinment-form .textarea {
  font-family: var(--tp-ff-roboto);
  font-size: 14px;
  color: var(--tp-grey-9);
  text-transform: capitalize;
  background: var(--tp-common-white);
  border: 1px solid transparent;
  border-radius: 5px;
  height: 54px;
  line-height: 51px;
  padding: 15px 27px;
  padding-right: 12px;
}
.tp-apoinment-form .input:focus,
.tp-apoinment-form .select:focus,
.tp-apoinment-form .textarea:focus {
  box-shadow: 0 0 0 3px rgba(108, 96, 220, 0.15);
  border: 1px solid #6c60dc;
}
.tp-apoinment-form .input::-webkit-input-placeholder,
.tp-apoinment-form .select::-webkit-input-placeholder,
.tp-apoinment-form .textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: var(--tp-ff-roboto);
  font-size: 14px;
  color: var(--tp-grey-9);
}
.tp-apoinment-form .input::-moz-placeholder,
.tp-apoinment-form .select::-moz-placeholder,
.tp-apoinment-form .textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: var(--tp-ff-roboto);
  font-size: 14px;
  color: var(--tp-grey-9);
}
.tp-apoinment-form .input:-moz-placeholder,
.tp-apoinment-form .select:-moz-placeholder,
.tp-apoinment-form .textarea:-moz-placeholder {
  /* Firefox 4-18 */
  font-family: var(--tp-ff-roboto);
  font-size: 14px;
  color: var(--tp-grey-9);
}
.tp-apoinment-form .input:-ms-input-placeholder,
.tp-apoinment-form .select:-ms-input-placeholder,
.tp-apoinment-form .textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-family: var(--tp-ff-roboto);
  font-size: 14px;
  color: var(--tp-grey-9);
}
.tp-apoinment-form .input::placeholder,
.tp-apoinment-form .select::placeholder,
.tp-apoinment-form .textarea::placeholder {
  /* MODERN BROWSER */
  font-family: var(--tp-ff-roboto);
  font-size: 14px;
  color: var(--tp-grey-9);
}
.tp-apoinment-form .select {
  padding: 0 30px;
  font-size: 14px;
  line-height: 55px;
}
.tp-apoinment-form .textarea {
  padding-top: 20px;
  height: 144px;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tp-apoinment-form-thumb {
    margin-left: 0;
  }
}

/*----------------------------------------*/
/*  7.16 gallery css
/*----------------------------------------*/
.tp-gellary-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 4;
}
/*----------------------------------------*/
/*  7.3 apps css
/*----------------------------------------*/

/*# sourceMappingURL=main.css.map */
.galeri-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.card-title-fixed-height {
  min-height: 105px;
  display: flex;
  align-items: flex-start;
}

.social-floating {
  position: fixed;
  bottom: 20px;
  left: 20px;
  /* ganti dari right ke left */
  display: flex;
  flex-direction: column-reverse;
  /* tombol di bawah, menu di atas */
  align-items: flex-start;
  /* agar menu tetap sejajar kiri */
  z-index: 9999;
}

.floating-btn {
  background: linear-gradient(135deg, #007bff, #00a2ff);
  color: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25); /* disamakan */
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* disamakan */
}

.floating-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.social-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: all 0.4s ease;
}

.social-menu.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.social-menu a {
  background-color: white;
  color: #333;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s;
}

.social-menu a:hover {
  transform: scale(1.15);
  background-color: #f0f0f0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.social-menu a i {
  color: #007bff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.swal2-confirm.custom-back-button {
  background-color: #007bff !important;
  /* Biru */
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: none !important;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.swal2-confirm.custom-back-button:hover {
  background-color: #0056b3 !important;
  /* Biru lebih gelap saat hover */
}

.equal-width-btns a {
  /* agar tombol punya lebar minimal yang cukup */
  max-width: 400px;
  /* batas maksimal */
  min-width: 250px;
  text-align: center;
}

@media (max-width: 768px) {
  .equal-width-btns {
    justify-content: center !important;
    /* tombol di tengah saat mobile */
  }

  .equal-width-btns a {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.hero-link-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.number-circle {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
}

.ig-feed .ig-profile-info h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}

.ig-feed .ig-profile-pic img {
  border: 2px solid #ddd;
  transition: transform 0.3s ease;
}

.ig-feed .ig-profile-pic img:hover {
  transform: scale(1.05);
}

.ig-feed .btn-follow-modern {
  background: linear-gradient(135deg, #3797f0, #4ab3f4);
  color: #fff;
  border: none;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.ig-feed .btn-follow-modern:hover,
.ig-feed .btn-follow-modern:focus,
.ig-feed .btn-follow-modern:active {
  color: #fff;
  background: linear-gradient(135deg, #2f88d8, #3aa3e4);
  transform: scale(1.05);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.ig-feed .swiper-button-next,
.ig-feed .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  user-select: none;
  pointer-events: auto;
}

.ig-feed .tp-img-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ig-feed .tp-img-wrapper img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Mobile: ubah height jadi 470px untuk layar <= 576px */
@media (max-width: 576px) {
  .ig-feed .tp-img-wrapper img {
    height: 470px;
  }
}

.ig-feed .tp-img-wrapper:hover img {
  transform: scale(1.05);
}

.ig-feed .tp-img-wrapper:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.ig-feed .tp-img-hover-inner {
  transition: transform 0.4s ease;
  display: block;
}

.ig-feed .tp-img-wrapper:hover .tp-img-hover-inner {
  transform: scale(1.05);
}

.ig-feed .tp-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  color: #fff;
  font-size: 32px;
  pointer-events: none;
}

.ig-feed .tp-img-wrapper:hover .tp-img-overlay {
  opacity: 1;
}

.ig-feed .play-icon {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.ig-feed:hover .play-icon {
  opacity: 1;
  visibility: visible;
}

/* Glassmorphism effect */
.ig-feed .play-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  z-index: 2;

  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.tp-postbox-cpr-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease;
}

.tp-postbox-cpr-image img:hover {
  transform: scale(1.03);
}

.tp-feedback-form input,
.tp-feedback-form textarea {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 10px 15px;
  color: #fff !important;
  width: 100%;
}

.tp-feedback-form input::placeholder,
.tp-feedback-form textarea::placeholder {
  color: #ccc;
}

.tp-feedback-form input:focus,
.tp-feedback-form textarea:focus {
  outline: none;
  border-color: #00b894;
  background: rgba(255, 255, 255, 0.1);
}

#kritikMessage {
  transition: all 0.3s ease;
  border-radius: 10px;
  font-size: 15px;
}

.form-control:disabled {
  background-color: inherit; /* atau cukup hapus baris ini */
  opacity: 1; /* menjaga teks tetap terlihat jelas */
  color: inherit; /* menjaga warna teks jika perlu */
  cursor: not-allowed; /* opsional, tunjukkan bahwa input tidak bisa digunakan */
}

.tp-map-box-modern {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tp-map-box-modern:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.tp-map-box-modern iframe {
  width: 100%;
  height: 450px;
  border: none;
}

@media (max-width: 768px) {
  .tp-map-box-modern iframe {
    height: 300px;
  }
}

/* Floating Button */
.chatbot-floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  z-index: 9999;
}

.chatbot-btn {
  background: linear-gradient(135deg, #007bff, #00a2ff);
  color: white;
  border: none;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  font-size: 26px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chatbot-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Chatbot Box */
#chatbotBox {
  z-index: 10000;
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 320px;
  height: 450px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: none;
  flex-direction: column;
  overflow: hidden;
  animation: fadeInUp 0.3s ease;
}

/* Header */
.chatbot-header {
  background: linear-gradient(135deg, #007bff, #00a2ff);
  color: white;
  padding: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}

/* Body */
.chatbot-body {
  flex: 1;
  padding: 12px;
  overflow-y: auto;
  background: #f5f7fb;
  max-width: 400px;
  border: 1px solid #ddd;
}

/* Messages */
.message-bot,
.message-user {
  padding: 10px 14px;
  margin-bottom: 10px;
  max-width: 80%;
  animation: fadeInUp 0.3s ease;
}

.message-bot {
  background: #e0f0ff;
  border-radius: 12px 12px 12px 0;
  color: #333;
}

.message-user {
  background: #d1ffd6;
  border-radius: 12px 12px 0 12px;
  color: #333;
  margin-left: auto;
  text-align: right;
}

/* Animasi */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.question-buttons {
  display: flex;
  flex-direction: column;
  /* Biar vertikal */
  gap: 10px;
  /* Jarak antar tombol */
  margin-top: 15px;
}

.question-buttons button {
  width: 100%;
  padding: 10px 15px;
  border: none;
  border-radius: 6px;
  background-color: #007bff;
  color: white;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
}

.question-buttons button:hover {
  background-color: #1369c5ff;
}

.message-bot a {
  color: #007bff;
  /* biru bootstrap */
  text-decoration: underline;
  font-weight: bold;
}

.message-bot a:hover {
  color: #0056b3;
  /* biru lebih gelap saat hover */
  text-decoration: none;
}

.chatbot-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  background: linear-gradient(90deg, #1e3c72, #2a5298);
  color: #e0eaff;
  font-weight: 600;
  font-size: 1.2rem;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 4px 12px rgba(30, 60, 114, 0.4);
  user-select: none;
}

.chatbot-logo {
  height: 36px;
  /* sesuaikan ukuran logo */
  width: auto;
  object-fit: contain;
}

/* tictactoe - tema biru */
.game-wrapper {
  max-width: 360px;
  margin: 50px auto 100px;
  padding: 20px;
  background: #e8f3ff;
  /* biru sangat muda */
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

#board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  justify-items: center;
}

.cell {
  width: 100px;
  height: 100px;
  background: #f0f6ff;
  /* biru pastel */
  border: 2px solid #4a90e2;
  /* biru terang */
  border-radius: 16px;
  font-size: 54px;
  color: #0d47a1;
  /* biru tua */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s;
  box-shadow: 0 2px 6px rgba(0, 102, 204, 0.2);
}

.cell:hover:not(.disabled) {
  background-color: #dbeaff;
  /* biru muda saat hover */
  box-shadow: 0 6px 12px rgba(66, 133, 244, 0.4);
  transform: scale(1.05);
}

.cell.disabled {
  pointer-events: none;
  background: #cfd8dc;
  /* abu kebiruan */
  color: #90a4ae;
  cursor: default;
  box-shadow: none;
  transform: none;
}

#status {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  color: #1565c0;
  /* biru sedang */
}

#btnReset {
  margin-top: 25px;
  padding: 12px 28px;
  font-size: 18px;
  background-color: #1e88e5;
  /* biru utama */
  border: none;
  border-radius: 24px;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s;
  box-shadow: 0 4px 12px rgba(30, 136, 229, 0.5);
}

#btnReset:hover {
  background-color: #1565c0;
  /* biru lebih gelap */
}

.accordion-body a {
  color: #1b2e59; /* Warna default link */
  position: relative;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.accordion-body a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #1565c0; /* Warna underline */
  transition: width 0.3s ease;
}

.accordion-body a:hover {
  color: #1565c0; /* Warna teks saat hover */
}

.accordion-body a:hover::after {
  width: 100%;
}

.ekstra-popup {
  z-index: 99999 !important; /* paling atas */
}
.galeri-popup {
  z-index: 99999 !important; /* paling atas */
}
.swal2-container {
  z-index: 99998 !important; /* pastikan kontainer juga di atas */
}

.news-img {
  border-radius: 6px;
  object-fit: cover;
  transition: 0.3s;
  width: 100% !important; /* biar isi penuh kolom */
  height: auto; /* tinggi menyesuaikan */
  display: block;
}

.news-img-full {
  width: 100%;
  margin-bottom: 1rem;
}

/* Grid 2 kolom untuk gambar 50% */
.custom-img-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px; /* jarak antar gambar */
  margin-bottom: 1rem;
  align-items: start; /* rapikan biar rata atas */
}

@media (max-width: 768px) {
  .custom-img-grid {
    grid-template-columns: 1fr; /* satu kolom */
    gap: 8px; /* jarak bisa dikurangi kalau mau */
  }
}
.visually-hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }