@import "https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&amp;display=swap";
:root {
  --body-font: "Saira", serif;
  --head-font: "Saira", serif;
  --transition: all 0.5s ease-in-out;
  --nfontsize: 18px;
  --p1: #00bcd4;
  --s1: #00bcd4;
  --a1: #1a1a1a;
  --a2: #1d1d1d;
  --a3: #141414;
  --nw1: #f0f0f0;
  --nw2: #969999;
  --nw3: #b3b6b9;
  --nw4: #f6f9ff;
  --nb1: #1a1a1a;
  --nb2: #1d1d1d;
  --nb3: #101010;
  --nb4: #282828;
  --nb5: #1b1f23;
  --nb6: #606365;
  --p1opa10: rgba(0, 188, 212, 0.1);
  --p1opa80: rgba(0, 188, 212, 0.8);
  --nw2opa30: rgba(150, 153, 153, 0.3);
  --nw2opa60: rgba(150, 153, 153, 0.6);
  --nw3opa30: rgba(179, 182, 185, 0.3);
  --a2opa30: rgba(29, 29, 29, 0.3);
  --bopa10: rgba(0, 0, 0, 0.8);
  --nb4opa50: rgba(40, 40, 40, 0.5);
  --box-shadow1: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
  --box-shadow2: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
  --box-shadow3: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
}
.display-one-up {
  font-size: 140px;
}
.display-one {
  font-size: 100px;
}
.display-two {
  font-size: 80px;
}
.display-three {
  font-size: 64px;
}
.display-four {
  font-size: 56px !important;
}
.display-five {
  font-size: 48px;
}
.display-six {
  font-size: 40px;
}
.fs-one,
h1,
h1 > a {
  font-size: 48px;
}
.fs-two,
h2,
h2 > a {
  font-size: 40px;
}
.fs-three,
h3,
h3 > a {
  font-size: 32px !important;
}
.fs-four,
h4,
h4 > a {
  font-size: 24px;
}
.fs-five,
h5,
h5 > a {
  font-size: 20px;
}
.fs-six,
h6,
h6 > a {
  font-size: 16px;
}
.fs-six-up {
  font-size: 18px;
}
.fs-four-up {
  font-size: 28px;
}
.fs-seven {
  font-size: 14px;
}
.fs-eight {
  font-size: 12px;
}
table thead tr th {
  font-size: var(--nfontsize);
  line-height: 150%;
}
a,
p,
button,
span,
label,
li {
  font-size: var(--nfontsize);
  line-height: 150%;
}
@media (max-width: 1399px) {
  .display-one-up {
    font-size: 120px;
  }
}
@media (max-width: 1199px) {
  .display-one-up {
    font-size: 100px;
  }
  .display-one {
    font-size: 75px;
  }
  .display-two {
    font-size: 68px;
  }
  .display-three {
    font-size: 60px;
  }
  h1,
  h1 > a {
    font-size: 40px;
  }
  h2,
  h2 > a {
    font-size: 34px;
  }
  h3,
  h3 > a {
    font-size: 30px;
  }
  .preloader {
    background-size: 30%;
  }
  .fs-four-up {
    font-size: 26px;
  }
}
.pt-120 {
  padding-top: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 991px) {
  .pt-lg-120 {
    padding-top: 120px !important;
  }
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
}
@media (max-width: 991px) {
  .display-one-up {
    font-size: 80px;
  }
  .display-one {
    font-size: 68px;
  }
  .display-two {
    font-size: 62px;
  }
  .display-three {
    font-size: 56px;
  }
  .display-four {
    font-size: 48px !important;
  }
  .display-five {
    font-size: 42px;
  }
  .display-six {
    font-size: 32px;
  }
  .fs-one,
  h1,
  h1 > a {
    font-size: 36px;
  }
  .fs-two,
  h2,
  h2 > a {
    font-size: 30px;
  }
  .fs-three,
  h3,
  h3 > a {
    font-size: 24px !important;
  }
  .fs-four,
  h4,
  h4 > a {
    font-size: 20px;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 18px;
  }
  .fs-six,
  h6,
  h6 > a {
    font-size: 14px;
  }
  .fs-seven {
    font-size: 13px;
  }
  .fs-six-up {
    font-size: 16px;
  }
  .fs-four-up {
    font-size: 24px;
  }
  table thead tr th {
    font-size: 16px;
  }
  a,
  p,
  span,
  button,
  label,
  li {
    font-size: 16px;
  }
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .banner-section .overlay .sec-img {
    display: none;
  }
  .banner-section .banner-content {
    padding: 80px 0 90px;
  }
}
@media (max-width: 767px) {
  .display-one-up {
    font-size: 70px;
  }
  .display-one {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  .display-one-up {
    font-size: 60px;
  }
  .display-one {
    font-size: 50px;
  }
  .display-two {
    font-size: 44px;
  }
  .display-three {
    font-size: 38px;
  }
  .display-four {
    font-size: 30px !important;
  }
  .display-five {
    font-size: 24px;
  }
  .display-six {
    font-size: 20px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--a3);
  color: var(--nw3);
  font-size: var(--nfontsize);
  font-family: var(--body-font);
  font-weight: 400;
  line-height: 150%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
section,
footer {
  overflow: hidden;
}
a,
p,
button,
span,
label,
li {
  margin: 0;
  font-family: var(--body-font);
  color: var(--nw3);
  font-weight: 400;
}
a {
  text-decoration: none;
  outline: none;
  color: #00bcd4;
  transition: var(--transition);
}
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: #00bcd4;
}
h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a,
.display-one,
.display-two,
.display-three,
.display-four,
.display-five,
.display-six,
.heading {
  font-family: var(--head-font);
  color: var(--nw1);
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 120%;
  display: block;
  transition: var(--transition);
}
h1 span,
h1 > a span,
h2 span,
h2 > a span,
h3 span,
h3 > a span,
h4 span,
h4 > a span,
h5 span,
h5 > a span,
h6 span,
h6 > a span,
.display-one span,
.display-two span,
.display-three span,
.display-four span,
.display-five span,
.display-six span,
.heading span {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}
h1 button,
h1 > a button,
h2 button,
h2 > a button,
h3 button,
h3 > a button,
h4 button,
h4 > a button,
h5 button,
h5 > a button,
h6 button,
h6 > a button,
.display-one button,
.display-two button,
.display-three button,
.display-four button,
.display-five button,
.display-six button,
.heading button {
  color: inherit;
}
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a {
  line-height: 130%;
  font-weight: 600;
}
h4 span,
h4 > a span,
h5 span,
h5 > a span,
h6 span,
h6 > a span {
  line-height: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  padding: 0;
  margin: 0;
  padding-left: 20px;
}
ul li,
ol li {
  font-size: inherit;
  font-weight: inherit;
}
button {
  border: none;
  cursor: pointer;
  font-size: var(--nfontsize);
  line-height: 150%;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}
input,
textarea {
  padding: 12px 20px;
  color: var(--nw3);
  width: 100%;
  font-family: var(--body-font);
  outline-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid var(--nb4);
  background-color: var(--a3);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--nw3);
  font-size: 16px;
}
input::placeholder,
textarea::placeholder {
  color: var(--nw3);
  font-size: 16px;
}
input:focus,
textarea:focus {
  outline: 1px solid #00bcd4;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0);
}
input.bg_transparent,
textarea.bg_transparent {
  background: rgba(0, 0, 0, 0);
}
.alt_form input,
.alt_form textarea {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid var(--nb1);
  border-radius: 0;
  padding: 12px 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="checkbox"] {
  width: initial;
  height: initial;
}
select {
  padding: 8px 12px;
  border: none;
  cursor: pointer;
  outline: none;
}
.max-auto {
  max-width: 100%;
}
.max-un {
  max-width: unset;
}
@media (min-width: 1400px) {
  .max-xxl-un {
    max-width: unset;
  }
}
@media (min-width: 1200px) {
  .max-xl-un {
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .max-lg-un {
    max-width: unset;
  }
}
@media (min-width: 768px) {
  .max-md-un {
    max-width: unset;
  }
}
@media (min-width: 1600px) {
  .d-xxxl-flex {
    display: flex !important;
  }
}
.d-rtl {
  direction: rtl;
}
.collapsing {
  transition: var(--transition);
}
.alt-color a,
.alt-color p,
.alt-color span,
.alt-color h1,
.alt-color h2,
.alt-color h3,
.alt-color h4,
.alt-color h5,
.alt-color h6,
.alt-color i,
.alt-color select,
.alt-color button,
.alt-color li {
  color: var(--a3) !important;
}
.alt-color .cmn-btn.dark {
  color: var(--nw1) !important;
  border-color: var(--nb3) !important;
  background-color: var(--nb3);
}
.alt-color .cmn-btn.dark i {
  color: inherit !important;
}
.alt-color .cmn-btn.dark:after {
  background-color: var(--nb4);
}
.z-3 {
  z-index: 3;
}
.z-2 {
  z-index: 2;
}
.z-1 {
  z-index: 1;
}
.z-0 {
  z-index: 0;
}
.z-n1 {
  z-index: -1;
}
.z-n2 {
  z-index: -2;
}
.p1-color {
  color: #00bcd4;
}
.s1-color {
  color: var(--s1);
}
.s1-color-imp {
  color: var(--s1) !important;
}
.nb1-color {
  color: var(--nb1);
}
.nb1-color-imp {
  color: var(--nb1) !important;
}
.nw1-color {
  color: var(--nw1);
}
.nw3-color {
  color: var(--nw3);
}
.nw4-color {
  color: var(--nw4);
}
.nb6-color {
  color: var(--nb6);
}
.a3-color {
  color: var(--a3);
}
.a3-color-imp {
  color: var(--a3) !important;
}
.nw1-bg {
  background: var(--nw1);
}
.nb4-bg {
  background: var(--nb4);
}
.nw1-bg-imp {
  background: var(--nw1) !important;
}
.p1-bg {
  background: #00bcd4;
}
.s1-bg-hover {
  background: #00bcd4;
}
.p1opa10-bg {
  background: var(--p1opa10);
}
.p1opa80-bg {
  background: var(--p1opa80);
}
.bopa10-bg {
  background: var(--bopa10);
}
.s1-bg {
  background: var(--s1);
}
.a1-bg {
  background: var(--a1);
}
.a2-bg {
  background: var(--a2);
}
.a2-bg-imp {
  background: var(--a2) !important;
}
.a3-bg {
  background: var(--a3);
}
.a3-bg-imp {
  background: var(--a3) !important;
}
.nb2-bg {
  background: var(--nb2);
}
.nb3-bg {
  background: var(--nb3);
}
.nb4-bg {
  background: var(--nb4);
}
.nb5-bg {
  background: var(--nb5);
}
.fw_500 {
  font-weight: 500;
}
.pb-0-imp {
  padding-bottom: 0 !important;
}
.transition {
  transition: var(--transition);
}
.box_43 {
  width: 172px;
  min-width: 172px;
  height: 172px;
}
.box_35 {
  width: 140px;
  min-width: 140px;
  height: 140px;
}
.box_30 {
  width: 120px;
  min-width: 120px;
  height: 120px;
}
.box_20 {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.box_16 {
  width: 64px;
  min-width: 64px;
  height: 64px;
}
.box_15 {
  width: 60px;
  min-width: 60px;
  height: 60px;
}
.box_12 {
  width: 48px;
  min-width: 48px;
  height: 48px;
}
.box_11 {
  width: 43px;
  min-width: 43px;
  height: 43px;
}
.box_10 {
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.hover_opacity_1 {
  opacity: 0;
  transition: var(--transition);
}
.hover_opacity_1:hover {
  opacity: 1;
}
.pseudo_element_before {
  position: relative;
  z-index: 0;
}
.pseudo_element_before:before {
  content: "";
  position: absolute;
  z-index: -1;
}
.pseudo_element_after {
  position: relative;
  z-index: 0;
}
.pseudo_element_after:after {
  content: "";
  position: absolute;
  z-index: -1;
}
@media (max-width: 991px) {
  .box_43 {
    width: 150px;
    min-width: 150px;
    height: 150px;
  }
  .box_35 {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
  .box_30 {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }
  .box_20 {
    width: 65px;
    min-width: 65px;
    height: 65px;
  }
  .box_16 {
    width: 56px;
    min-width: 56px;
    height: 56px;
  }
  .box_15 {
    width: 52px;
    min-width: 52px;
    height: 52px;
  }
  .box_12 {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }
  .box_11 {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
  .box_10 {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .box_12 {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
}
.push_animat {
  animation: push_animat 2s linear infinite;
}
@keyframes push_animat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.rotate {
  animation: rotate 20s linear infinite;
}
.rotate.time_dur {
  animation-duration: 4s;
}
.previewSkew {
  animation: previewSkew 5s linear infinite;
}
@keyframes previewSkew {
  0% {
    transform: translateX(-15px);
  }
  50% {
    transform: translateX(15px) rotate(20deg) scale(0.8);
    opacity: 0.7;
  }
  100% {
    transform: translateX(-15px);
  }
}
.previewShapeRevX {
  animation: previewShapeRevX 5s linear infinite;
}
@keyframes previewShapeRevX {
  0% {
    transform: translateX(15px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(15px);
  }
}
.previewShapeX {
  animation: previewShapeX 5s linear infinite;
}
@keyframes previewShapeX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}
.jello {
  animation: jello 10s linear infinite;
}
.jello.duration20s {
  animation-duration: 20s;
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-6deg) skewY(-6deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-6.125deg) skewY(-6.125deg);
  }
  55.5% {
    transform: skewX(6deg) skewY(6.25deg);
  }
  66.6% {
    transform: skewX(-4deg) skewY(-4deg);
  }
  77.7% {
    transform: skewX(4deg) skewY(4deg);
  }
  88.8% {
    transform: skewX(-5deg) skewY(-5deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
.fadeInTopLeft {
  animation: fadeInTopLeft 5s linear infinite;
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0.3;
    transform: translate(-20px, -20px);
  }
  50% {
    transform: translate(20px, 20px);
    opacity: 1;
  }
  100% {
    transform: translate(-20px, -20px);
    opacity: 0.3;
  }
}
.fadeInTopRight {
  animation: fadeInTopRight 5s linear infinite;
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0.3;
    transform: translate(-20px, 20px);
  }
  50% {
    transform: translate(20px, -20px);
    opacity: 1;
  }
  100% {
    transform: translate(-20px, 20px);
    opacity: 0.3;
  }
}
@keyframes previewShapeY {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}
.cus-rounded-1 {
  border-radius: 12px !important;
}
.cus-rounded-2 {
  border-radius: 24px !important;
}
.cus-rounded-3 {
  border-radius: 36px !important;
}
.cus-rounded-8 {
  border-radius: 100px !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 4px !important;
}
.gap-2 {
  gap: 8px !important;
}
.gap-3 {
  gap: 12px !important;
}
.gap-4 {
  gap: 16px !important;
}
.gap-5 {
  gap: 20px !important;
}
.gap-6 {
  gap: 24px !important;
}
.gap-7 {
  gap: 28px !important;
}
.gap-8 {
  gap: 32px !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 4px !important;
}
.row-gap-2 {
  row-gap: 8px !important;
}
.row-gap-3 {
  row-gap: 12px !important;
}
.row-gap-4 {
  row-gap: 16px !important;
}
.row-gap-5 {
  row-gap: 20px !important;
}
.row-gap-6 {
  row-gap: 24px !important;
}
.row-gap-7 {
  row-gap: 28px !important;
}
.row-gap-8 {
  row-gap: 32px !important;
}
@media (min-width: 1400px) {
  .p1-xxl-bg {
    background: #00bcd4;
  }
  .nb4-xxl-color {
    color: var(--nb4);
  }
  .nb4-xxl-bg {
    background: var(--nb4);
  }
}
.box-shadow1 {
  box-shadow: var(--box-shadow1);
}
.box-shadow2 {
  box-shadow: var(--box-shadow2);
}
.box-shadow3 {
  box-shadow: var(--box-shadow3);
}
.text-gradient {
  background: var(--gradient-p1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.mx-ch {
  max-width: 60ch;
}
.mxw-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.minw90vw {
  min-width: 90vw;
}
.box_btn,
.cmn-btn {
  color: var(--nw1);
  background: rgba(0, 0, 0, 0);
  text-transform: capitalize;
  line-height: 1.2;
  border: 1px solid var(--nb4);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  position: relative;
}
.box_btn {
  font-weight: 500;
  font-size: 16px;
}
.cmn-btn {
  padding: 16px 32px;
  border-radius: 32px;
  font-weight: 600;
}
.box_btn i,
.box_btn span,
.cmn-btn i,
.cmn-btn span,
.box_btn svg path,
.cmn-btn svg path {
  color: inherit;
  fill: inherit;
}
.box_btn:after,
.cmn-btn:after {
  content: "";
  position: absolute;
  top: var(--top, 0);
  left: var(--left, 0);
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #00bcd4;
  transition:
    width 0.4s ease-in-out,
    height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.box_btn:hover,
.cmn-btn:hover {
  color: var(--nb3) !important;
  border: 1px solid var(--nb4);
}
.cmn-btn.dark:after {
  background-color: var(--nb3);
}
.cmn-btn.dark:hover {
  color: var(--nw1) !important;
  border-color: var(--nb3) !important;
}
.box_btn:hover:after,
.cmn-btn:hover:after {
  width: 255%;
  height: 200px;
}
.box_btn:hover:after {
  height: 300px;
}
.box_btn:hover i,
.box_btn:hover span,
.box_btn:hover svg path,
.cmn-btn:hover i,
.cmn-btn:hover span,
.cmn-btn:hover svg path {
  transition: inherit;
  color: var(--nb3) !important;
  fill: var(--nb3) !important;
}
.cmn-btn.dark:hover i {
  color: var(--nw1) !important;
}
.box_btn.btn_alt,
.cmn-btn.btn_alt {
  color: var(--nb3);
  background: #00bcd4;
  border: 1px solid #00bcd4;
}
.box_btn.btn_alt:after,
.cmn-btn.btn_alt:after {
  background-color: var(--nb3);
}
.box_btn.btn_alt i,
.box_btn.btn_alt span,
.cmn-btn.btn_alt i,
.cmn-btn.btn_alt span {
  color: inherit;
}
.box_btn.btn_alt svg path,
.cmn-btn.btn_alt svg path {
  fill: var(--nb3);
}
.box_btn.btn_alt:hover,
.cmn-btn.btn_alt:hover {
  color: var(--nw1) !important;
}
.box_btn.btn_alt:hover svg path,
.cmn-btn.btn_alt:hover svg path {
  fill: var(--nw1) !important;
}
.box_btn.btn_alt:hover i,
.box_btn.btn_alt:hover span,
.cmn-btn.btn_alt:hover i,
.cmn-btn.btn_alt:hover span {
  color: var(--nw1) !important;
}
.btn_icon span.icon i {
  transform: rotate(0deg);
  transition: var(--transition);
}
.btn_icon span.icon {
  transition: var(--transition);
}
.btn_icon:hover span.icon {
  background: #00bcd4;
}
.btn_icon:hover span.icon i {
  transform: rotate(45deg);
  color: var(--nb1);
}
.nb3-color {
  color: var(--nw3);
}
.rotate_eff {
  transition: 0s;
}
.rotate_eff i {
  transition: all 0.35s ease-in-out;
}
.rotate_eff:hover i {
  transform: rotate(-45deg);
}
.border-gradient {
  background:
    linear-gradient(#00bcd4, #00bcd4) padding-box,
    var(--gradient-p1);
  border-radius: 15px;
  border: 1px solid var(--n3);
  transition: var(--transition);
}
.border-gradient:hover {
  border: 1px solid rgba(0, 0, 0, 0);
}
.file-upload {
  border-radius: 48px;
  border: 1px solid #00bcd4;
}
.file-upload input {
  display: none;
}
.file-upload .file {
  cursor: pointer;
  position: relative;
}
.file-upload .file .file-custom {
  border-radius: 20px;
}
.file-upload .add-file {
  color: #00bcd4;
}
.btn-popup-animation {
  z-index: 0;
  transition: var(--transition);
}
.btn-popup-animation i {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--nw1);
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-popup-animation:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 60px solid rgba(0, 0, 0, 0);
  border-right: 60px solid #00bcd4;
  border-bottom: 60px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: rotateIn 3s linear infinite;
}
.btn-popup-animation:before {
  border-left: 60px solid #00bcd4;
}
.btn-popup-animation.small i {
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.btn-popup-animation.small:before {
  border-top: 25px solid rgba(0, 0, 0, 0);
  border-right: 25px solid #00bcd4;
  border-bottom: 25px solid rgba(0, 0, 0, 0);
}
.btn-popup-animation.small:before {
  border-left: 25px solid #00bcd4;
}
@media (max-width: 767px) {
  .btn-popup-animation i {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .btn-popup-animation:before {
    border-top: 40px solid rgba(0, 0, 0, 0);
    border-right: 40px solid #00bcd4;
    border-bottom: 40px solid rgba(0, 0, 0, 0);
  }
  .btn-popup-animation:before {
    border-left: 40px solid #00bcd4;
  }
}
@keyframes rotateIn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.circle-text {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: relative;
}
.circle-text .text {
  animation: rotate 50s linear infinite;
  width: 100%;
  height: 100%;
  position: absolute;
  transform-origin: bottom;
  top: -50%;
  left: 0;
}
.circle-text .text p {
  transform: translate(50%, 0);
}
.circle-text .text span {
  position: absolute;
  color: var(--nw1);
  font-size: inherit;
  font-weight: 500;
  transform-origin: 0 70px;
}
.circle-text:hover .text {
  animation-play-state: paused;
}
.circle-text.second {
  width: 120px;
  height: 120px;
  background-color: var(--nw2);
  border-color: rgba(0, 0, 0, 0);
}
.circle-text.second .text p {
  transform: translate(50%, 5px);
}
.circle-text.second .text span {
  transform-origin: 0 55px;
}
.circle-text.third {
  width: 880px;
  height: 880px;
  border-color: rgba(0, 0, 0, 0);
}
.circle-text.third .text p {
  transform: translate(50%, 5px);
}
.circle-text.third .text span {
  transform-origin: 0 440px;
}
.border-color {
  border-color: var(--nb4) !important;
}
.border-color-p1 {
  border-color: #00bcd4 !important;
}
.border-color-s1 {
  border-color: var(--s1) !important;
}
.border-color-nw2 {
  border-color: var(--nw2) !important;
}
.border-color-nw3 {
  border-color: var(--nw3) !important;
}
.border-color-nb2 {
  border-color: var(--nb2) !important;
}
.border-color-nb4opa50 {
  border-color: var(--nb4opa50) !important;
}
.border-color-nw2opa30 {
  border-color: var(--nw2opa30) !important;
}
.border-color-nw2opa60 {
  border-color: var(--nw2opa60) !important;
}
.border-color-nw3opa30 {
  border-color: var(--nw3opa30) !important;
}
.border-bottom-color {
  border-bottom-color: var(--nb4) !important;
}
.border-bottom-color-inherit {
  border-bottom-color: inherit !important;
}
.border-bottom_hover-color:hover {
  border-bottom-color: #00bcd4 !important;
}
.border-bottom-dash {
  border-bottom: 1px dashed rgba(0, 0, 0, 0);
}
.v-border {
  background: #00bcd4;
  width: 1px;
  height: 25px;
}
.v-line {
  position: relative;
  z-index: 0;
  height: 80px;
}
.v-line::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--nw2opa60);
  z-index: -1;
}
.v-line.lg::before {
  height: 111px;
}
.v-line.sm::before {
  height: 30px;
}
.v-line.dashed::before {
  border-right: 1px dashed var(--n5);
  background: rgba(0, 0, 0, 0);
}
.ul-dots {
  margin-left: 18px;
}
.ul-dots li {
  list-style: disc;
}
.ul-decimal {
  margin-left: 14px;
}
.ul-decimal li {
  list-style: decimal;
}
.social-area a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: var(--nb2);
}
.social-area a i,
.social-area a span {
  color: var(--nw1);
  transition: inherit;
}
.social-area a:hover {
  background-color: #00bcd4;
}
.social-area a:hover i {
  color: var(--nb4);
}
@media (max-width: 991px) {
  .social-area a {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
}
.social-area.alt a {
  background: rgba(0, 0, 0, 0);
}
.mouse-follower {
  z-index: 10;
}
.mouse-follower span {
  z-index: 10;
  opacity: 1;
  top: -10px;
  left: -10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  position: fixed;
  transition: 100ms ease-in-out;
  pointer-events: none;
}
.mouse-follower .cursor-outline {
  height: 30px;
  width: 30px;
  border: 1px solid var(--s1);
}
.mouse-follower .cursor-dot {
  height: 6px;
  width: 6px;
  background: var(--s1);
}
.mouse-follower.hide-cursor span {
  border-color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
span {
  display: inline-block;
}
.table thead th,
.table td,
.table th {
  border: none;
}
.ovf-unset {
  overflow-x: unset !important;
}
iframe {
  border: 0;
  width: 100%;
}
*::-webkit-scrollbar-track {
  background: var(--a2);
}
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
  background: #00bcd4;
}
.cus-scrollbar {
  overflow-y: auto;
  overflow-x: clip;
  position: sticky;
  height: 100%;
  top: 130px;
}
.cus-scrollbar::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
.cus-scrollbar::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(0, 0, 0, 0);
}
.cus-scrollbar::-webkit-scrollbar-button,
.cus-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
}
.cus-scrollbar:hover::-webkit-scrollbar {
  width: 3px;
}
.cus-scrollbar:hover::-webkit-scrollbar-track {
  background: rgba(255, 211, 198, 0.5);
}
.cus-scrollbar:hover::-webkit-scrollbar-button,
.cus-scrollbar:hover::-webkit-scrollbar-thumb {
  background: #00bcd4;
}
.d-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.input-pass {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.input-pass .password-eye-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.input-pass .password-eye-icon:after {
  content: "";
  font-family: "tabler-icons" !important;
  font-weight: 600;
  right: 24px;
  position: absolute;
  font-size: 20px;
  color: var(--light-n-500);
  transition: var(--transition);
}
.input-pass .password-eye-icon.visible::after {
  content: "";
}
.scrollToTop {
  position: fixed;
  bottom: 0;
  width: 40px;
  height: 40px;
  right: 30px;
  background-color: #00bcd4;
  padding: 0 12px;
  color: var(--nb3);
  line-height: 120%;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.07),
    0 2px 4px rgba(0, 0, 0, 0.07),
    0 4px 8px rgba(0, 0, 0, 0.07),
    0 8px 16px rgba(0, 0, 0, 0.07),
    0 16px 32px rgba(0, 0, 0, 0.07),
    0 32px 64px rgba(0, 0, 0, 0.07);
}
.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}
@media (max-width: 1499px) {
  .scrollToTop.active {
    bottom: 70px;
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  overflow: visible;
  display: flex;
  justify-content: center;
  background: #263038;
}
.loader {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--s1);
  letter-spacing: 0.2em;
}
.loader::before,
.loader::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: var(--s1);
  position: absolute;
  animation: load 1s infinite alternate ease-in-out;
}
.loader::before {
  top: 0;
}
.loader::after {
  bottom: 0;
}
@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}
.counters .odometer-auto-theme {
  line-height: 1.1;
}
.singletab .nav-links {
  cursor: pointer;
  border-radius: 12px;
}
.singletab .nav-links.active .cmn-btn {
  color: var(--a2);
  background-color: var(--s1);
}
.singletab .nav-links.active .cmn-btn i {
  color: inherit;
}
.singletab .tabcontents {
  position: relative;
}
.singletab .tabcontents .tabitem {
  transform: translateY(100px);
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.8s all;
}
.singletab .tabcontents .tabitem.active {
  position: initial;
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
}
.search-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: var(--bg1);
  z-index: -1;
}
.search-area .search-box {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1199px) {
  .search-area .search-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .search-area .search-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .search-area .search-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pagination li a,
.pagination span {
  color: var(--nw1);
}
.pagination .page-item .page-link {
  background: rgba(0, 0, 0, 0);
  border: none;
  width: 40px;
  min-width: 40px;
  height: 40px;
  outline: none;
  padding: 0;
  flex-shrink: 0;
  z-index: 999;
  transition: var(--transition);
  font-weight: 500;
  font-size: 18px;
}
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link.active,
.pagination .page-item .page-link:focus {
  background-color: #00bcd4;
  color: var(--nb3);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.pagination .page-item .page-link.next,
.pagination .page-item .page-link.prev {
  background: rgba(0, 0, 0, 0);
}
.pagination .page-item .page-link.next i,
.pagination .page-item .page-link.next span,
.pagination .page-item .page-link.prev i,
.pagination .page-item .page-link.prev span {
  transition: 0s;
}
.pagination .page-item .page-link.next:hover,
.pagination .page-item .page-link.next.active,
.pagination .page-item .page-link.next:focus,
.pagination .page-item .page-link.prev:hover,
.pagination .page-item .page-link.prev.active,
.pagination .page-item .page-link.prev:focus {
  background: #00bcd4;
}
.pagination .page-item .page-link.next:hover i,
.pagination .page-item .page-link.next:hover span,
.pagination .page-item .page-link.next.active i,
.pagination .page-item .page-link.next.active span,
.pagination .page-item .page-link.next:focus i,
.pagination .page-item .page-link.next:focus span,
.pagination .page-item .page-link.prev:hover i,
.pagination .page-item .page-link.prev:hover span,
.pagination .page-item .page-link.prev.active i,
.pagination .page-item .page-link.prev.active span,
.pagination .page-item .page-link.prev:focus i,
.pagination .page-item .page-link.prev:focus span {
  color: var(--n3);
}
.breadcrumb_banner {
  background: url("../images/breadcrumb_banner.png") no-repeat center/cover;
  position: relative;
  z-index: 0;
}
.breadcrumb_banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  z-index: -1;
}
.breadcrumb-area .breadcrumb {
  gap: 16px;
  padding: 8px 20px;
  border: 1px solid var(--a2);
  border-radius: 100px;
  background: var(--nb3);
}
.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb span {
  color: var(--nw1);
  font-size: 16px;
  font-weight: 500;
}
.breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item {
  position: relative;
}
.breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-family: "FontAwesome";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 6px;
  color: var(--nw4);
}
.nice-select {
  background-color: rgba(0, 0, 0, 0);
  border: rgba(0, 0, 0, 0);
  float: initial;
  overflow: initial;
  height: initial;
  padding: 0;
  display: inline-flex;
  align-items: center;
  line-height: 150%;
  width: 100%;
}
.nice-select:focus,
.nice-select:hover {
  border-color: rgba(0, 0, 0, 0);
}
.nice-select::after {
  height: 10px;
  width: 10px;
  right: 15px;
  top: initial;
  border-color: var(--nw2);
}
.nice-select .list {
  width: initial;
  background-color: var(--nw2);
  box-shadow: none;
  overflow: initial;
  width: 100%;
  top: 100%;
  padding: 0;
  box-shadow: var(--shadow-sm);
  max-height: 60vh;
  overflow-x: auto;
}
.nice-select .option {
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  line-height: 150%;
  padding: 4px 5px;
  min-height: initial;
  font-weight: 500;
}
.nice-select .option:hover,
.nice-select .option:focus,
.nice-select .option.selected.focus {
  background-color: rgba(0, 0, 0, 0);
}
.nice-select .current {
  font-weight: 500;
}
.checkbox-single {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-single .checkmark {
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 5px;
  border: 1px solid var(--nw1);
}
.checkbox-single .checkmark::after {
  content: "";
}
.checkbox-single input:checked ~ .checkmark::after {
  content: "";
  position: absolute;
  font-family: "tabler-icons" !important;
  color: var(--nw1);
}
.checkbox-single input:checked ~ .checkmark:after {
  display: block;
}
.switch-wrapper .active {
  color: #00bcd4;
}
.switch-wrapper .switch {
  width: 50px;
  height: 26px;
}
.switch-wrapper .switch .slider {
  cursor: pointer;
  border-radius: 34px;
  transition: var(--transition);
  background: #00bcd4;
}
.switch-wrapper .switch .slider::before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 50%;
  transform: translateX(3px);
  background-color: var(--p2-fixed);
  transition: var(--transition);
}
.switch-wrapper .switch input:checked + .slider::before {
  transform: translateX(25px);
}
.single-radio {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
}
.single-radio:hover input ~ .checkmark {
  background-color: rgba(0, 0, 0, 0);
}
.single-radio .checkmark {
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #00bcd4;
  border-radius: 50%;
}
.single-radio .checkmark::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
}
.single-radio input:checked ~ .checkmark {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid var(--p2);
}
.single-radio input:checked ~ .checkmark::after {
  display: block;
  background: var(--p2);
}
.slide-button {
  outline: none;
  bottom: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5px;
  z-index: 5;
}
.slide-button.ara-prev {
  transform: rotate(180deg);
}
.slider-pagination {
  width: initial;
}
.slider-pagination span {
  letter-spacing: 10px;
  color: var(--s2);
}
.input-area {
  background-color: var(--nb2);
  border: 1px solid var(--nb1);
}
.input-area:focus-within {
  border: 1px solid solid;
  outline: 1px solid #00bcd4;
  border-color: rgba(0, 0, 0, 0);
}
.input-area input,
.input-area textarea {
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0);
}
.input-area input::-moz-placeholder,
.input-area textarea::-moz-placeholder {
  color: var(--nw2);
  font-weight: 500;
}
.input-area input::placeholder,
.input-area textarea::placeholder {
  color: var(--nw2);
  font-weight: 500;
}
.input-area .nice-select {
  padding-right: 40px !important;
}
.input-area .nice-select::-moz-placeholder {
  color: var(--n3);
}
.input-area .nice-select::placeholder {
  color: var(--n3);
}
.input-area .nice-select:focus,
.input-area .nice-select:hover {
  border: none;
  outline: none;
  color: var(--n3);
}
.input-area .nice-select .current {
  color: var(--n3);
  font-size: 16px;
  border: none;
  outline: none;
}
.input-area .nice-select .list {
  border: 1px solid var(--n6);
  bottom: initial;
  padding: 8px 16px;
  background: var(--bg1);
  color: var(--n3);
}
.input-area .nice-select::after {
  display: block;
  right: 24px;
}
.input-area.second {
  border-radius: 48px;
  border: 1px solid var(--n5);
}
.input-area.second input {
  font-size: 16px;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn1st {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn2nd {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    -webkit-clip-path: polygon(
      50% 50%,
      0 0,
      100% 0,
      100% 100%,
      100% 100%,
      100% 100%
    );
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.theme-btn .icon-box {
  transition: var(--transition);
}
.theme-btn .icon-box.icon-box-1 {
  transform: scale3d(0.5, 0.5, 1);
  margin-right: -42px;
  opacity: 0;
}
@media (max-width: 991px) {
  .theme-btn .icon-box.icon-box-1 {
    margin-right: -38px;
  }
}
.theme-btn .icon-box.icon-box-2 {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.theme-btn:hover .icon-box.icon-box-1 {
  transform: scale3d(1, 1, 1);
  margin-right: 0px;
  opacity: 1;
}
.theme-btn:hover .icon-box.icon-box-2 {
  transform: scale3d(0.5, 0.5, 1);
  margin-left: -42px;
  opacity: 0;
}
@media (max-width: 991px) {
  .theme-btn:hover .icon-box.icon-box-2 {
    margin-left: -38px;
  }
}
.theme-btn:hover .text-content {
  transform: scale3d(1, 1, 1);
}
.header-section {
  position: fixed;
  top: 0;
  z-index: 999;
}
.header-section.header-fixed {
  border-color: rgba(0, 0, 0, 0);
  top: 0;
  background: var(--a2);
}
@media (max-width: 991px) {
  .header-section {
    background: var(--nb3);
  }
  .header-section.animated {
    animation-duration: 0s !important;
  }
}
.header-section .navbar-toggler {
  padding-right: 0;
  display: none;
  border: none;
}
.header-section .navbar-toggler:focus {
  box-shadow: none;
}
.header-section .navbar-toggler i {
  color: var(--n1);
}
.header-section .navbar-toggler {
  width: 40px;
  height: 6px;
  position: relative;
  right: 15px;
  transition: 0.3s ease-in-out;
  transform: translateY(-100%);
}
@media (max-width: 575px) {
  .header-section .navbar-toggler {
    width: 32px;
  }
}
.header-section .navbar-toggler span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #00bcd4;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}
.header-section .navbar-toggler span:nth-child(1) {
  top: 0px;
}
.header-section .navbar-toggler span:nth-child(2),
.header-section .navbar-toggler span:nth-child(3) {
  top: 12px;
}
.header-section .navbar-toggler span:nth-child(4) {
  top: 24px;
}
@media (max-width: 575px) {
  .header-section .navbar-toggler span:nth-child(2),
  .header-section .navbar-toggler span:nth-child(3) {
    top: 10px;
  }
  .header-section .navbar-toggler span:nth-child(4) {
    top: 20px;
  }
}
.header-section .navbar-toggler.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header-section .navbar-toggler.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-section .navbar-toggler.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-section .navbar-toggler.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header-section .collapsing {
  transition: 0.5s;
}
.header-section .navbar .navbar-nav li {
  padding: 5px 0;
}
.header-section .navbar .navbar-nav li a {
  background-color: rgba(0, 0, 0, 0);
  text-transform: capitalize;
  font-weight: 300;
  transition: 0.3s;
  color: var(--nw1);
  display: block;
}
.header-section .navbar .navbar-nav li a.active,
.header-section .navbar .navbar-nav li a:hover {
  color: #00bcd4;
}
.header-section .navbar .navbar-nav li.dropdown > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  gap: 8px;
}
.header-section .navbar .navbar-nav li.dropdown > a::after {
  content: "";
  border: none;
  font-family: "FontAwesome";
  font-weight: 400;
  transform: rotate(90deg);
  font-size: 14px;
  margin-left: auto;
  transition: var(--transition);
}
@media (min-width: 992px) {
  .header-section .navbar .navbar-nav li.dropdown:hover > .dropdown-menu {
    inset-block-start: 100%;
    pointer-events: unset;
    opacity: 1;
    visibility: visible;
  }
}
.header-section .navbar .navbar-nav li.dropdown > .dropdown-menu {
  padding: 10px 0;
  background-color: var(--nb3);
  border: 1px solid var(--nb4);
}
.header-section .navbar .navbar-nav li.dropdown > .dropdown-menu a {
  width: 100%;
}
@media (min-width: 992px) {
  .header-section .navbar .navbar-nav li.dropdown > .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 991px) {
  .header-section .navbar .navbar-nav li.dropdown > .dropdown-menu {
    margin-top: 12px;
  }
  .header-section .navbar .navbar-nav li.dropdown > .dropdown-menu ul {
    margin-left: 12px;
  }
}
.header-section .navbar .navbar-nav li.dropdown > .dropdown-menu ul {
  inset-block-start: 0 !important;
  inset-inline: 98%;
}
@media (min-width: 992px) {
  .header-section .navbar .navbar-nav .dropdown-menu {
    transition: all 0.35s ease-in-out;
    inset-inline-start: 0;
    inset-block-start: calc(100% + 0.5rem);
    pointer-events: none;
    min-width: 200px;
  }
}
@media (max-width: 991px) {
  .header-section .navbar .navbar-nav .dropdown-menu {
    padding-bottom: 0;
  }
}
.header-section .navbar .navbar-nav .dropdown-menu a {
  font-weight: 400;
  padding: 0 16px;
}
.header-section .navbar .navbar-nav .dropdown-menu a:hover {
  letter-spacing: 1px;
  transition: var(--transition);
}
.header-section .navbar .navbar-nav .right-area .cmn-btn {
  background: #00bcd4;
  color: var(--a2);
}
.header-section .navbar .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
@media (max-width: 991px) {
  .header-section .navbar .navbar-collapse {
    overflow-y: auto;
    overflow-x: hidden;
    height: 88vh;
  }
  .header-section .navbar .navbar-collapse .theme-btn {
    margin-bottom: 30px;
  }
  .header-section .navbar .navbar-toggler {
    display: inline-block;
  }
  .header-section .navbar .navbar-brand img {
    max-width: initial;
  }
  .header-section .navbar .navbar-brand .small_logo {
    max-width: 80%;
  }
  .header-section .navbar .navbar-collapse .navbar-nav {
    margin-bottom: 20px;
  }
  .header-section .navbar .navbar-collapse .navbar-nav a,
  .header-section .navbar .navbar-collapse .navbar-nav button {
    justify-content: start;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-section .navbar .dropdown-menu {
    -moz-column-count: 1;
    column-count: 1;
  }
  .header-section .navbar .dropdown-menu {
    opacity: initial;
    visibility: initial;
    transition: initial;
    display: none;
  }
  .header-section .navbar .dropdown-menu {
    transform: initial;
    transition: initial;
    display: none;
  }
  .header-section .navbar .dropend {
    margin-left: 18px;
  }
}
@media (max-width: 575px) {
  .header-section .navbar .right-area {
    padding-bottom: 24px;
  }
  .header-section .navbar .nav_mobile {
    width: 100%;
    justify-content: space-between;
  }
  .header-section .navbar .nav_mobile button {
    order: 2;
  }
}
.header-section.header-menu .cmn-head {
  cursor: pointer;
}
.header-section.header-menu .cmn-head .icon-area {
  width: 48px;
  height: 48px;
}
.header-section.header-menu .cmn-head .icon-area i {
  color: var(--n0);
}
.header-section.header-menu .cmn-head .icon-area .abs-area {
  background: var(--s2);
  color: var(--n7);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 5px;
}
.header-section.header-menu .single-item {
  position: relative;
}
.header-section.header-menu .single-item.active .main-area {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.header-section.header-menu .single-item .main-area {
  position: absolute;
  top: 50px;
  white-space: nowrap;
  right: 0;
  transform: translateY(150px);
  background-color: var(--n90);
  border: 1px solid var(--n500);
  border-radius: 10px;
  opacity: 0;
  z-index: 2;
  transition: 0.3s;
  visibility: hidden;
  overflow-x: auto;
  min-width: 300px;
  max-height: 70vh;
}
.header-section.header-menu .single-item.cart-area .close-btn {
  right: 15px;
  top: 15px;
  color: var(--n0);
}
.header-section.header-menu .single-item.cart-area .nav-items-wrapper {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 500px;
  min-height: 100vh;
  overflow-y: auto;
  background-color: var(--n8);
  box-shadow: var(--shadow-lg);
  -webkit-backdrop-filter: blur(22.5px);
  backdrop-filter: blur(22.5px);
  z-index: 999;
  transform: translateX(100%);
  transition: all 1.3s;
}
.header-section.header-menu .single-item.cart-area.active .nav-items-wrapper {
  transform: translateX(0);
}
.header-section.header-menu .single-item.cart-area .single-box {
  border: 1px solid var(--n500);
  border-radius: 5px;
}
.header-section.header-menu .single-item.cart-area .end-area {
  color: var(--n0);
}
.header-section.header-menu .single-item.cart-area .icon-box img {
  max-width: 90px;
  min-width: 90px;
}
.header-section.header-menu .single-item.cart-area .footer-area .second-btn {
  background-color: var(--n700);
  color: var(--n0);
}
.header-section.header-menu .single-item.cart-area .qtySelector {
  border-radius: 10px;
}
.header-section.header-menu .single-item.cart-area .qtySelector i {
  cursor: pointer;
  color: var(--n0);
  min-width: 32px;
  min-height: 32px;
  border-radius: 50%;
  background-color: var(--n100);
}
.header-section.header-menu .single-item.cart-area .qtySelector .qtyValue {
  border: none;
  padding: 5px;
  width: 50px;
  background: rgba(0, 0, 0, 0);
  font-weight: bold;
  color: var(--n0);
}
.header-section.header-section--secondary {
  position: fixed;
  top: 0;
  z-index: 999;
}
@media (max-width: 991px) {
  .header-section.header-section--secondary {
    top: 0;
    border: none !important;
  }
}
.header-section.header-section--secondary.header-fixed {
  top: 0;
  background-color: var(--nb3);
  border: none !important;
}
.footer__copyright p {
  color: var(--nw4);
}
.footer__copyright p span {
  color: inherit;
}
.footer__copyright .footer_menu {
  display: flex;
  gap: 8px 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__copyright .footer_menu li a {
  width: -moz-max-content;
  width: max-content;
  color: var(--nw4);
}
.footer__copyright .footer_menu li a:hover {
  color: #00bcd4;
}
@media (max-width: 767px) {
  .footer_area .footer__copyright .footer_menu {
    gap: 8px 16px;
  }
}
.footer_area {
  overflow: hidden;
  position: relative;
  background: url(../images/footer_bg.png) no-repeat center/cover;
  z-index: 0;
}
.footer_area::before {
  content: "";
  position: absolute;
  left: -137px;
  top: -80px;
  width: 578px;
  height: 578px;
  border-radius: 578px;
  opacity: 0.32;
  background: linear-gradient(
    126deg,
    rgba(0, 188, 212, 0.4) 43.13%,
    rgba(0, 188, 212, 0.4) 73.9%,
    rgba(0, 188, 212, 0.4) 92.62%
  );
  filter: blur(200px);
  z-index: -1;
}
.footer_area::after {
  content: "";
  position: absolute;
  bottom: -171px;
  right: -119px;
  width: 518px;
  height: 518px;
  border-radius: 518px;
  opacity: 0.32;
  background: linear-gradient(
    126deg,
    #07f 43.13%,
    #00bcd4 73.9%,
    #c9f31d 92.62%
  );
  filter: blur(200px);
  z-index: -1;
}
.footer_area .footer__part a {
  color: var(--nw2);
}
.footer_area .footer__part a:hover {
  color: #00bcd4;
}
.footer_area .footer__part .footer_list a {
  position: relative;
  padding-left: 0;
  transition: var(--transition);
}
.footer_area .footer__part .footer_list a:before {
  content: "";
  position: absolute;
  left: -10px;
  font-family: "FontAwesome";
  font-size: 14px;
  opacity: 0;
  transition: var(--transition);
  font-weight: 700;
}
.footer_area .footer__part .footer_list a:hover {
  color: #00bcd4;
  padding-left: 18px;
}
.footer_area .footer__part .footer_list a:hover:before {
  left: 0;
  opacity: 1;
}
.cus_dot:before {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: var(--nw3);
  left: 0;
}
.hero_area {
  background: url(../images/hero_bg.png);
  padding-top: 210px;
  position: relative;
  z-index: 0;
  background-color: var(--nb3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  .hero_area {
    background-size: contain;
    padding-top: 140px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .hero_area {
    padding-bottom: 60px;
  }
}
.hero_area.start {
  background: url(../images/hero_bg.webp);
  background-color: var(--nb3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero_area.start::before {
  content: "";
  position: absolute;
  left: -93px;
  top: -84px;
  width: 360px;
  height: 360px;
  border-radius: 360px;
  opacity: 0.32;
  background: linear-gradient(
    126deg,
    #00bcd4 43.13%,
    #00bcd4 73.9%,
    #00bcd4 92.62%
  );
  filter: blur(200px);
  z-index: -1;
}
.hero_area.start::after {
  content: "";
  position: absolute;
  top: -130px;
  right: -190px;
  width: 726px;
  height: 726px;
  border-radius: 726px;
  opacity: 0.32;
  background: linear-gradient(
    126deg,
    rgba(0, 188, 212, 0.6) 43.13%,
    rgba(0, 188, 212, 0.6) 73.9%,
    rgba(0, 188, 212, 0.6) 92.62%
  );
  filter: blur(200px);
  z-index: -1;
}
.hero_area.start .hero_content .display-three {
  font-size: 62px;
}
@media (max-width: 1199px) {
  .hero_area.start .hero_content .display-three {
    font-size: 56px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .hero_area.start .hero_content .display-three {
    font-size: 52px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) and (max-width: 575px) {
  .hero_area.start .hero_content .display-three {
    font-size: 35px;
  }
}
@media (max-width: 1600px) {
  .hero_area.start .hero_content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1600px) and (max-width: 575px) {
  .hero_area.start .hero_content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.hero_area.one::before {
  content: "";
  position: absolute;
  left: -154px;
  top: -211px;
  width: 726px;
  height: 726px;
  border-radius: 726px;
  opacity: 0.32;
  background: linear-gradient(
    126deg,
    rgba(0, 188, 212, 0.4) 43.13%,
    rgba(0, 188, 212, 0.4) 73.9%,
    rgba(0, 188, 212, 0.4) 92.62%
  );
  filter: blur(200px);
  z-index: -1;
}
.hero_area.one::after {
  content: "";
  position: absolute;
  bottom: -204px;
  right: -227px;
  width: 726px;
  height: 726px;
  border-radius: 726px;
  opacity: 0.32;
  background: linear-gradient(
    138deg,
    rgba(0, 188, 212, 0.8) 24.28%,
    rgba(0, 188, 212, 0.8) 34.79%,
    rgba(0, 188, 212, 0.8) 64.02%
  );
  filter: blur(200px);
  z-index: -1;
}
.hero_area .shap0::before {
  content: "";
  position: absolute;
  left: -213px;
  bottom: -532px;
  width: 726px;
  height: 726px;
  border-radius: 286px;
  opacity: 0.32;
  background: linear-gradient(
    126deg,
    rgba(0, 188, 212, 0.4) 43.13%,
    rgba(0, 188, 212, 0.4) 73.9%,
    rgba(0, 188, 212, 0.4) 92.62%
  );
  filter: blur(200px);
  z-index: -1;
}
.hero_area .shap::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 286px;
  height: 286px;
  border-radius: 286px;
  opacity: 0.32;
  background: linear-gradient(
    126deg,
    #00bcd4 43.13%,
    #00bcd4 73.9%,
    #00bcd4 92.62%
  );
  filter: blur(200px);
  z-index: -1;
}
.hero_area .shap2::before {
  content: "";
  position: absolute;
  left: -213px;
  bottom: -213px;
  width: 726px;
  height: 726px;
  border-radius: 726px;
  opacity: 0.32;
  background: linear-gradient(
    126deg,
    rgba(0, 188, 212, 0.4) 43.13%,
    rgba(0, 188, 212, 0.4) 73.9%,
    rgba(0, 188, 212, 0.4) 92.62%
  );
  filter: blur(200px);
  z-index: -1;
}
.hero_area.second {
  background: url(../images/hero_bg2.png);
  background-color: var(--nb3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero_area.second::before {
  content: "";
  position: absolute;
  left: -93px;
  top: -84px;
  width: 360px;
  height: 360px;
  border-radius: 360px;
  opacity: 0.32;
  background: linear-gradient(
    126deg,
    #00bcd4 43.13%,
    #00bcd4 73.9%,
    #00bcd4 92.62%
  );
  filter: blur(200px);
  z-index: -1;
}
.hero_area.second::after {
  content: "";
  position: absolute;
  top: -130px;
  right: -190px;
  width: 726px;
  height: 726px;
  border-radius: 726px;
  opacity: 0.32;
  background: linear-gradient(
    126deg,
    rgba(0, 188, 212, 0.6) 43.13%,
    rgba(0, 188, 212, 0.6) 73.9%,
    rgba(0, 188, 212, 0.6) 92.62%
  );
  filter: blur(200px);
  z-index: -1;
}
@media (max-width: 1199px) {
  .hero_area.second .hero_title img {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .hero_area.second .hero_title img {
    width: 55px;
  }
}
@media (max-width: 575px) {
  .hero_area.second .hero_title img {
    width: 43px;
  }
}
.hero_area.second .coun_boxleft {
  bottom: 4% !important;
}
@media (max-width: 1399px) {
  .hero_area.second .coun_boxleft {
    bottom: 2% !important;
  }
}
@media (max-width: 1199px) {
  .hero_area.second .coun_boxleft {
    bottom: 0% !important;
  }
}
@media (max-width: 575px) {
  .hero_area.second .text_rotate img {
    max-width: 130px !important;
  }
}
.hero_area.third {
  background: unset;
  padding-bottom: 160px;
  background: url(../images/hero_bg3.png);
  background-color: var(--nb3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  .hero_area.third {
    background-size: contain;
  }
}
@media (max-width: 1700px) {
  .hero_area.third {
    padding-bottom: 60px;
  }
}
@media (max-width: 1399px) {
  .hero_area.third {
    padding-bottom: 90px;
  }
}
.hero_area.third::before {
  content: "";
  position: absolute;
  top: -84px;
  left: -93px;
  width: 360px;
  height: 360px;
  border-radius: 360px;
  opacity: 0.32;
  background: linear-gradient(
    126deg,
    #00bcd4 43.13%,
    #00bcd4 73.9%,
    #00bcd4 92.62%
  );
  filter: blur(200px);
  z-index: -1;
}
.hero_area.third::after {
  content: "";
  position: absolute;
  top: -130px;
  right: -190px;
  width: 726px;
  height: 726px;
  border-radius: 726px;
  opacity: 0.32;
  background: linear-gradient(
    126deg,
    rgba(0, 188, 212, 0.6) 43.13%,
    rgba(0, 188, 212, 0.6) 73.9%,
    rgba(0, 188, 212, 0.6) 92.62%
  );
  filter: blur(200px);
  z-index: -1;
}
.hero_area.third .cus_hero_slider {
  position: absolute;
  left: 50%;
  bottom: -161px;
}
@media (max-width: 1699px) {
  .hero_area.third .cus_hero_slider {
    bottom: -60px;
  }
}
@media (max-width: 1399px) {
  .hero_area.third .cus_hero_slider {
    bottom: -90px;
    left: 48%;
  }
}
@media (max-width: 1199px) {
  .hero_area.third .cus_hero_slider {
    left: 46%;
  }
}
@media (max-width: 767px) {
  .hero_area.third .cus_hero_slider {
    position: unset !important;
    order: 3;
    margin-top: 50px;
  }
}
.hero_area.third .reviews {
  right: -27% !important;
}
@media (max-width: 1700px) {
  .hero_area.third .reviews {
    position: unset !important;
    order: 2;
    margin-top: 60px;
  }
}
.hero_area.third .swiper-pagination2 {
  display: flex;
  gap: 16px;
  flex-direction: column;
  position: absolute;
  bottom: 60px;
  left: -40px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #00bcd4;
}
@media (max-width: 767px) {
  .hero_area.third .swiper-pagination2 {
    position: unset !important;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
    gap: 8px;
  }
}
.hero_area.third .swiper-pagination-bullet {
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--a2);
  color: var(--nw1);
  opacity: 1;
}
.hero_area.third .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00bcd4;
  color: var(--nb1);
}
.hero_title .hero_des {
  bottom: 0;
  right: 34px;
  text-align: justify;
}
@media (max-width: 1399px) {
  .hero_title .hero_des {
    position: unset !important;
    text-align: start;
  }
}
.hero_title .hero_des.second {
  right: auto;
  left: 68%;
  width: 135%;
}
@media (max-width: 1399px) {
  .hero_title .hero_des.second {
    position: absolute !important;
  }
}
@media (max-width: 1199px) {
  .hero_title .hero_des.second {
    bottom: -26px;
  }
}
@media (max-width: 991px) {
  .hero_title .hero_des.second {
    position: unset !important;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hero_count {
    position: unset !important;
  }
  .hero_count .counter-area {
    justify-content: space-between;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .hero_count .counter-area {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .hero_count .counter-area {
    justify-content: center;
  }
  .hero_count .counter-area .counter-part {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hero_count .counter-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.about_card .card_box {
  background: rgba(150, 153, 153, 0.2);
  border-radius: 2px;
  margin: 16px 0 0 16px;
}
@media (max-width: 991px) {
  .about_card .card_box {
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin: 10px 0 0 10px;
  }
}
.about_card .card_icon {
  top: -16px;
  left: -16px;
}
@media (max-width: 991px) {
  .about_card .card_icon {
    top: -10px;
    left: -10px;
  }
  .about_card .card_icon svg {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
}
.about.secondary .first_thumb img {
  margin-bottom: 138px;
}
@media (max-width: 1399px) {
  .about.secondary .first_thumb img {
    margin-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .about.secondary .first_thumb img {
    margin-bottom: 80px;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .about.secondary .first_thumb img {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .about.secondary .first_thumb img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .about.secondary .first_thumb {
    width: 100%;
  }
}
.about.secondary .second_thumb {
  position: absolute !important;
}
@media (max-width: 1199px) {
  .about.secondary .second_thumb {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .about.secondary .second_thumb {
    width: 55%;
  }
}
.img_group .rounded-circle {
  outline: 2px solid var(--nw1);
}
.img_group .rounded-circle:not(:first-child) {
  margin-left: -14px;
}
.img_group .plus_syml {
  padding-bottom: 7px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .img_group .plus_syml {
    padding-bottom: 4px;
  }
}
.first_thumb_content .odometer span {
  font-size: 24px !important;
  color: var(--nw1) !important;
}
.second_thumb .counter-part {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .about_thumb .first_thumb {
    width: 60%;
  }
}
@media (max-width: 767px) and (max-width: 510px) {
  .about_thumb .first_thumb {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about_thumb .second_thumb {
    width: 48%;
  }
}
@media (max-width: 767px) and (max-width: 510px) {
  .about_thumb .second_thumb {
    width: 100%;
    position: unset !important;
  }
  .about_thumb .second_thumb .counter-part {
    margin-top: 30px;
  }
}
.add_btn span {
  transition: var(--transition);
}
.add_btn .btn_box:first-child {
  opacity: 0;
  transform: scale(0.2);
  transform: translateX(48px);
}
.add_btn .btn_box:last-child {
  opacity: 1;
  transform: scale(1);
}
.add_btn:hover .btn_box:first-child {
  opacity: 1;
  transform: scale(1);
  transform: translateX(0);
}
.add_btn:hover .btn_box:last-child {
  opacity: 0;
  transform: scale(0.2);
}
.text_slider_area .swiper-wrapper {
  transition-timing-function: linear !important;
}
.text_slider_area .swiper-wrapper .swiper-slide {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.about.third {
  position: relative;
  z-index: 0;
}
.about.third .about_vector {
  display: none;
}
@media (min-width: 1600px) {
  .about.third .about_vector {
    right: 10%;
    top: 24%;
    display: block;
  }
}
.about.third.shap::before {
  position: absolute;
  content: "";
  width: 286px;
  height: 286px;
  border-radius: 286px;
  bottom: -163px;
  left: -46px;
  opacity: 0.4;
  background: linear-gradient(
    126deg,
    #00bcd4 43.13%,
    #00bcd4 73.9%,
    #00bcd4 92.62%
  );
  filter: blur(200px);
  z-index: -1;
}
.about.third.shap::after {
  position: absolute;
  content: "";
  width: 318px;
  height: 318px;
  right: -99px;
  top: -88px;
  border-radius: 318px;
  opacity: 0.4;
  background: linear-gradient(
    126deg,
    #00bcd4 43.13%,
    #00bcd4 73.9%,
    #00bcd4 92.62%
  );
  filter: blur(200px);
  z-index: -1;
}
.about.third .about_thumbs {
  margin-top: -50px;
}
@media (max-width: 575px) {
  .about.third .about_thumbs {
    margin-top: 0;
  }
}
.review .counters span {
  color: var(--s1);
  font-size: 20px;
}
.counter-part {
  min-width: 80px;
}
.star_area i {
  font-size: 24px;
  color: #00bcd4;
}
.star_area.p1-color i {
  color: #00bcd4;
}
.cus_mt {
  margin-top: -95px;
}
@media (max-width: 1199px) {
  .cus_mt {
    margin-top: -90px;
  }
}
@media (max-width: 991px) {
  .cus_mt {
    margin-top: -70px;
  }
}
@media (max-width: 767px) {
  .cus_mt {
    margin-top: -20px;
  }
}
@media (max-width: 575px) {
  .cus_mt {
    margin-top: 0px;
  }
  .cus_mt .cus_pr {
    position: relative;
  }
  .cus_mt .cus_pa {
    position: absolute;
    right: 0;
    top: 5%;
    z-index: 99;
  }
}
.test_brand {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.test_brand img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 100px;
}
@media (max-width: 991px) {
  .test_brand img {
    max-width: 100px;
  }
}
.testimonial .tes_part {
  transition: var(--transition);
}
.testimonial .tes_part p,
.testimonial .tes_part span,
.testimonial .tes_part i,
.testimonial .tes_part .border-color {
  transition: var(--transition);
}
.testimonial .tes_part:hover {
  background: #00bcd4;
}
.testimonial .tes_part:hover p,
.testimonial .tes_part:hover span,
.testimonial .tes_part:hover i {
  color: var(--nb3);
}
.testimonial .tes_part:hover .rating {
  border-color: var(--a2opa30) !important;
}
.swiper-pagination1 {
  font-size: 30px;
  color: var(--a3);
}
.swiper-pagination1 span {
  width: 30px;
  min-width: 30px;
  height: 30px;
  font-size: 30px;
  background: var(--a2);
  opacity: 1;
  transition: var(--transition);
  border: 1px solid var(--nb5);
}
.swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #00bcd4;
}
.box_clent {
  width: 100%;
  height: 440px;
}
.test_client {
  left: -4%;
  bottom: -37%;
}
@media (max-width: 1199px) {
  .test_client {
    left: -3%;
  }
}
@media (max-width: 575px) {
  .test_client {
    left: 0%;
  }
}
.test_client .counter-part {
  width: 200px;
  min-width: 200px;
  height: 200px;
}
@media (max-width: 991px) {
  .test_client .counter-part {
    width: 160px;
    min-width: 160px;
    height: 160px;
  }
}
.test_client .first_img {
  top: -86%;
  right: -4%;
  z-index: -1;
  width: 270px;
  min-width: 270px;
  height: 270px;
}
@media (max-width: 1199px) {
  .test_client .first_img {
    width: 200px;
    min-width: 200px;
    height: 200px;
    top: -60%;
    right: 0%;
  }
}
@media (max-width: 575px) {
  .test_client .first_img {
    right: 20px;
  }
}
@media (max-width: 530px) {
  .test_client .first_img {
    width: 150px;
    min-width: 150px;
    height: 150px;
    right: 15%;
  }
}
@media (max-width: 440px) {
  .test_client .first_img {
    right: 6%;
  }
}
.test_client .second_img {
  left: 27px;
  top: 10%;
  z-index: -1;
  width: 160px;
  min-width: 160px;
  height: 160px;
}
@media (max-width: 1199px) {
  .test_client .second_img {
    width: 120px;
    min-width: 120px;
    height: 120px;
    left: 5%;
    top: 20%;
  }
}
@media (max-width: 991px) {
  .test_client .second_img {
    left: 9%;
  }
}
@media (max-width: 575px) {
  .test_client .second_img {
    left: 15%;
  }
}
@media (max-width: 530px) {
  .test_client .second_img {
    width: 105px;
    min-width: 105px;
    height: 105px;
  }
}
@media (max-width: 440px) {
  .test_client .second_img {
    left: 6%;
  }
}
.test_client .third_img {
  left: 40%;
  top: 80%;
  z-index: 1;
  width: 120px;
  min-width: 120px;
  height: 120px;
}
@media (max-width: 1199px) {
  .test_client .third_img {
    width: 90px;
    min-width: 90px;
    height: 90px;
  }
}
@media (max-width: 575px) {
  .test_client .third_img {
    left: 42%;
  }
}
.portfolio {
  position: relative;
  z-index: 0;
}
.portfolio.shap::before {
  position: absolute;
  content: "";
  width: 588px;
  height: 588px;
  border-radius: 588px;
  opacity: 0.4;
  background: linear-gradient(
    126deg,
    rgba(0, 188, 212, 0.5) 43.13%,
    rgba(0, 188, 212, 0.5) 73.9%,
    rgba(0, 188, 212, 0.5) 92.62%
  );
  filter: blur(200px);
  z-index: -1;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
}
.portfolio .portfolio_card .portfolio_content {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  left: 12%;
  right: 12%;
  bottom: -23%;
}
@media (max-width: 991px) {
  .portfolio .portfolio_card .portfolio_content {
    bottom: -12%;
  }
}
@media (max-width: 767px) {
  .portfolio .portfolio_card .portfolio_content {
    left: 7%;
    right: 7%;
    bottom: -15%;
  }
}
@media (max-width: 500px) {
  .portfolio .portfolio_card .portfolio_content {
    bottom: -23%;
  }
}
.portfolio .portfolio_card .portfolio_content a {
  line-height: 130%;
}
.portfolio .portfolio_card .portfolio_thumbs img {
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.portfolio .portfolio_card .portfolio_content {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  transition: var(--transition);
}
.portfolio .portfolio_card:hover .portfolio_content {
  border-color: var(--s1) !important;
  border-bottom: 2px solid var(--s1);
}
.slider-btn button {
  transition: var(--transition);
}
.slider-btn button:hover {
  background: #00bcd4;
  color: var(--nb1);
}
.portfolio_slider .view_icon {
  opacity: 0;
  transition: var(--transition);
  z-index: 99;
  color: var(--nb1);
}
.portfolio_slider .main_area:hover .view_icon {
  opacity: 1;
  color: var(--nb1);
}
.portfolio_slider .portfolio_text {
  border-radius: 24px 24px 14px 14px;
  bottom: 0;
}
@media (max-width: 420px) {
  .portfolio_slider .portfolio_text {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (max-width: 767px) {
  .portfolio_slider .main_img {
    padding: 0 50px;
  }
}
@media (max-width: 767px) and (max-width: 420px) {
  .portfolio_slider .main_img {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  @keyframes previewSkew {
    0% {
      transform: translateX(0px);
    }
    50% {
      transform: translateX(0) rotate(20deg) scale(0.9);
      opacity: 0.5;
    }
    100% {
      transform: translateX(0px);
    }
  }
}
.portfolio_slider_btn {
  bottom: 39%;
}
.portfolio_slider_btn button {
  transition: var(--transition);
}
.portfolio_slider_btn button:hover,
.portfolio_slider_btn button:focus {
  background: #00bcd4;
  color: var(--nb1);
}
@media (max-width: 991px) {
  .portfolio_slider_btn {
    bottom: 0%;
  }
  .portfolio_slider_btn .portfolio_slider_btn {
    position: unset !important;
  }
}
.service.shap {
  position: relative;
  z-index: 0;
}
.service.shap::before {
  content: "";
  position: absolute;
  left: -63px;
  bottom: -78px;
  width: 286px;
  height: 286px;
  border-radius: 286px;
  opacity: 0.4;
  background: linear-gradient(
    126deg,
    #00bcd4 43.13%,
    #00bcd4 73.9%,
    #00bcd4 92.62%
  );
  filter: blur(200px);
  z-index: -1;
}
.service.shap::after {
  content: "";
  position: absolute;
  top: -88px;
  right: -99px;
  width: 318px;
  height: 318px;
  border-radius: 318px;
  opacity: 0.4;
  background: linear-gradient(
    126deg,
    #00bcd4 43.13%,
    #00bcd4 73.9%,
    #00bcd4 92.62%
  );
  filter: blur(200px);
  z-index: -1;
}
@media (max-width: 575px) {
  .service .common_slider3 {
    display: flex;
    flex-direction: column;
  }
}
.service .common_slider3 .slider-btn {
  top: 45px;
  right: 0;
}
@media (max-width: 575px) {
  .service .common_slider3 .slider-btn {
    position: static !important;
    order: 2;
    margin-top: 30px;
  }
}
@media (min-width: 1400px) {
  .service.one .ser_card:nth-child(even) .service_card {
    border: none !important;
    background: rgba(0, 0, 0, 0);
  }
}
.service_card {
  transition: var(--transition);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.service_card .btn_box {
  transition: var(--transition);
}
.service_card .btn_box i {
  transition: inherit;
}
.service_card h2,
.service_card h3,
.service_card h4,
.service_card h5,
.service_card h6,
.service_card p,
.service_card a,
.service_card span,
.service_card svg path {
  transition: var(--transition);
}
.service_card:hover {
  background: #00bcd4 !important;
  border-color: #00bcd4;
}
.service_card:hover .btn_box {
  color: var(--nb1);
}
.service_card:hover h2,
.service_card:hover h3,
.service_card:hover h4,
.service_card:hover h5,
.service_card:hover h6,
.service_card:hover p,
.service_card:hover a,
.service_card:hover span,
.service_card:hover svg path {
  color: var(--a3);
  fill: var(--a3);
  border-bottom-color: var(--a3) !important;
}
.service_card .service_btn {
  transition: var(--transition);
}
@media (max-width: 991px) {
  .service_card .box_12 {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
.service_card.two a {
  transition: var(--transition);
}
.service_card.two i {
  vertical-align: middle;
}
.service_card.two:hover {
  transform: scale(1.12);
}
@media (max-width: 1399px) {
  .service_card.two:hover {
    transform: scale(1.1);
  }
}
@media (max-width: 575px) {
  .service_card.two:hover {
    transform: scale(1.04);
  }
}
.service.effect2 .service_card:hover .btn_box {
  background: var(--nb1);
}
.service.effect2 .service_card:hover .btn_box i {
  color: var(--nw1);
}
.service.effect .service_card:hover {
  background: var(--a2) !important;
}
.service.effect .service_card:hover h2,
.service.effect .service_card:hover h3,
.service.effect .service_card:hover h4,
.service.effect .service_card:hover h5,
.service.effect .service_card:hover h6,
.service.effect .service_card:hover p,
.service.effect .service_card:hover a,
.service.effect .service_card:hover span,
.service.effect .service_card:hover svg path {
  color: inherit;
  border-bottom-color: inherit !important;
}
.service.effect .service_card:hover svg path {
  fill: #00bcd4;
}
.service.effect .service_card:hover h2,
.service.effect .service_card:hover h3,
.service.effect .service_card:hover h4,
.service.effect .service_card:hover h5,
.service.effect .service_card:hover h6,
.service.effect .service_card:hover a {
  color: var(--nw1);
}
.service.effect .service_card:hover .btn_box {
  background: #00bcd4;
  color: var(--nb1);
}
@media (max-width: 991px) {
  .ser_btn .box_35 {
    width: 140px;
    min-width: 140px;
    height: 140px;
  }
}
.ser_card:nth-child(2) {
  order: 1;
}
.ser_card:nth-child(5),
.ser_card:nth-child(6),
.ser_card:nth-child(7) {
  order: 2;
}
.legends {
  position: relative;
  z-index: 0;
}
.legends::before {
  content: "";
  position: absolute;
  left: -118px;
  top: -96px;
  width: 286px;
  height: 286px;
  border-radius: 286px;
  opacity: 0.4;
  background: linear-gradient(
    126deg,
    #00bcd4 43.13%,
    #00bcd4 73.9%,
    #00bcd4 92.62%
  );
  filter: blur(200px);
  z-index: -1;
}
.legends::after {
  content: "";
  position: absolute;
  bottom: -73px;
  right: -73px;
  width: 250px;
  height: 250px;
  background: linear-gradient(
    126deg,
    #00bcd4 43.13%,
    #00bcd4 73.9%,
    #00bcd4 92.62%
  );
  opacity: 0.4;
  filter: blur(200px);
  z-index: -1;
}
.legends_content {
  border-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: var(--transition);
}
.legends_content span,
.legends_content h4,
.legends_content p {
  transition: var(--transition);
}
.legends_content.pseudo_element_before::before {
  width: 6px;
  height: 62px;
  left: 32px;
  bottom: -32px;
  background-color: #00bcd4;
  transition: var(--transition);
}
@media (max-width: 1399px) {
  .legends_content.pseudo_element_before::before {
    height: 46px;
    bottom: -24px;
  }
}
.legends_content.pseudo_element_after::after {
  width: 6px;
  height: 62px;
  right: 32px;
  bottom: -32px;
  background-color: #00bcd4;
  transition: var(--transition);
}
@media (max-width: 1399px) {
  .legends_content.pseudo_element_after::after {
    height: 46px;
    bottom: -24px;
  }
}
.legends_card:hover .legends_content {
  background-color: #00bcd4;
}
.legends_card:hover .legends_content span,
.legends_card:hover .legends_content h4,
.legends_card:hover .legends_content p {
  color: var(--nb3);
}
.legends_card:hover .legends_content:before,
.legends_card:hover .legends_content:after {
  background-color: var(--s1);
}
.team_area {
  position: relative;
  z-index: 0;
}
.team_area::before {
  position: absolute;
  content: "";
  width: 286px;
  height: 286px;
  top: -96px;
  left: -118px;
  border-radius: 286px;
  opacity: 0.4;
  background: linear-gradient(
    126deg,
    #00bcd4 43.13%,
    #00bcd4 73.9%,
    #00bcd4 92.62%
  );
  filter: blur(200px);
  z-index: -1;
}
.team_area.notBeforeShap::before {
  display: none;
}
.team_area::after {
  position: absolute;
  content: "";
  width: 250px;
  height: 250px;
  right: -73px;
  bottom: -73px;
  background: linear-gradient(
    126deg,
    #00bcd4 43.13%,
    #00bcd4 73.9%,
    #00bcd4 92.62%
  );
  opacity: 0.4;
  filter: blur(200px);
  z-index: -1;
}
.team_area.alt_shap::before {
  bottom: -96px;
  left: -118px;
  top: auto;
}
.team_area.alt_shap::after {
  right: -73px;
  top: -73px;
  bottom: auto;
}
.team_area .shap::after {
  position: absolute;
  content: "";
  width: 250px;
  height: 250px;
  bottom: -70px;
  left: -43px;
  background: linear-gradient(
    126deg,
    #00bcd4 43.13%,
    #00bcd4 73.9%,
    #00bcd4 92.62%
  );
  opacity: 0.4;
  filter: blur(200px);
  z-index: -1;
}
.team_card .social_area {
  border-top-left-radius: 12px;
  bottom: 24px;
  right: 35px;
}
.team_card img {
  overflow: hidden;
  transform: scale(1.01);
}
.team_card img,
.team_card .author_name,
.team_card .designation,
.team_card .team_content {
  transition: var(--transition);
}
.team_card:hover img {
  transform: scale(1.2) rotate(-3deg);
}
.team_card:hover .team_content {
  background: #00bcd4;
}
.team_card:hover .team_content .author_name,
.team_card:hover .team_content .designation {
  color: var(--a3);
}
.team_card.team_two:hover .author_name,
.team_card.team_two:hover .designation {
  color: #00bcd4;
}
.team_card.two .social_icon {
  padding: 4px;
  bottom: 80%;
  background: rgba(0, 0, 0, 0);
}
.team_card.two .social_icon:hover i {
  color: var(--a3);
}
.team_card.two:hover .team_content {
  background: rgba(0, 0, 0, 0);
}
.team_card .team_content {
  bottom: -47px;
  left: 20px;
  right: 20px;
}
.corner-shape::before,
.corner-shape::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  z-index: 0;
  background-color: var(--nb3);
  bottom: 99%;
  right: -1%;
  -webkit-clip-path: polygon(
    64% 58%,
    49% 73%,
    33% 84%,
    16% 93%,
    0 100%,
    50% 100%,
    80% 100%,
    100% 100%,
    100% 52%,
    100% 0,
    90% 23%,
    77% 43%
  );
  clip-path: polygon(
    64% 58%,
    49% 73%,
    33% 84%,
    16% 93%,
    0 100%,
    50% 100%,
    80% 100%,
    100% 100%,
    100% 52%,
    100% 0,
    90% 23%,
    77% 43%
  );
}
.corner-shape::before {
  bottom: -1%;
  right: 99%;
  -webkit-clip-path: polygon(
    64% 58%,
    49% 73%,
    33% 84%,
    16% 93%,
    0 100%,
    50% 100%,
    80% 100%,
    100% 100%,
    100% 52%,
    100% 0,
    90% 23%,
    77% 43%
  );
  clip-path: polygon(
    64% 58%,
    49% 73%,
    33% 84%,
    16% 93%,
    0 100%,
    50% 100%,
    80% 100%,
    100% 100%,
    100% 52%,
    100% 0,
    90% 23%,
    77% 43%
  );
}
.corner-shape.two::before,
.corner-shape.two::after {
  background-color: var(--a3);
}
.social_plus {
  cursor: pointer;
}
.social_plus.active {
  background: #00bcd4;
}
.social_icon {
  bottom: 0px;
  display: none;
  padding-bottom: 0px;
  background: #00bcd4;
  border-radius: 40px;
}
.pricing_area {
  overflow: hidden;
  position: relative;
}
.pricing_area .plan_card {
  background-image: url(../images/noise.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pricing_area::before {
  content: "";
  position: absolute;
  left: -96px;
  top: -94px;
  width: 286px;
  height: 286px;
  border-radius: 286px;
  opacity: 0.4;
  background: linear-gradient(
    126deg,
    #00bcd4 43.13%,
    #00bcd4 73.9%,
    #00bcd4 92.62%
  );
  filter: blur(200px);
}
.pricing_area::after {
  content: "";
  position: absolute;
  bottom: -75px;
  right: -71px;
  width: 286px;
  height: 286px;
  border-radius: 286px;
  opacity: 0.4;
  background: linear-gradient(
    126deg,
    #00bcd4 43.13%,
    #00bcd4 73.9%,
    #00bcd4 92.62%
  );
  filter: blur(200px);
}
.tab_button.active {
  background: #00bcd4;
  color: var(--a3);
}
.plan_title .cus_title span {
  font-size: 18px;
  font-weight: 400;
  color: var(--nw1);
  line-height: 1.5;
}
.plan_content li {
  color: var(--nw1);
  font-size: 18px;
}
.plan_content .cmn-btn {
  padding: 12px 24px;
}
@media (max-width: 991px) and (max-width: 575px) {
  .project_area .filter_area {
    border-radius: 8px !important;
  }
}
@media (max-width: 991px) {
  .project_area .filter_area .filter-button {
    font-size: 16px;
    padding: 8px 16px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .project_area .filter_area .filter-button {
    border-radius: 8px !important;
  }
}
.filter-button {
  background: var(--nb4);
  padding: 10px 24px;
}
.filter-button.active {
  background: #00bcd4;
  color: var(--a3);
}
.card_area {
  overflow: hidden;
}
.card_area img {
  width: 100%;
}
.card_area .text_content {
  top: 8%;
  left: 8%;
  right: 8%;
  bottom: 8%;
  opacity: 0;
  transition: var(--transition);
  transform: translateY(5%);
}
.card_area:hover .text_content {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 767px) {
  .box_btn {
    font-size: 14px;
  }
}
.blog_news__card {
  position: relative;
  z-index: 0;
}
.blog_news__card::after {
  content: "";
  position: absolute;
  width: 376px;
  height: 376px;
  right: -20px;
  bottom: -170px;
  border-radius: 376px;
  opacity: 0;
  background: linear-gradient(
    126deg,
    rgba(18, 255, 184, 0.7) 43.13%,
    rgba(93, 116, 0, 0.7) 73.9%,
    rgba(18, 255, 184, 0.7) 92.62%
  );
  filter: blur(200px);
  z-index: -1;
  transition: var(--transition);
}
.blog_news__card img {
  transition: var(--transition);
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  transform: scale(1.02);
}
.blog_news__card:hover img {
  transform: scale(1.1) rotate(-3deg) !important;
}
.blog_news__card:hover::after {
  opacity: 0.32;
}
.blog_news__card:hover .btn_icon span.icon {
  background: #00bcd4;
}
.blog_news__card:hover .btn_icon span.icon i {
  color: var(--nb1);
  transform: rotate(45deg);
}
.blog_news__card .meta_data span {
  font-size: 16px;
}
.blog_news__card.two .blog_news__content,
.blog_news__card.two .blog_news__thumbs {
  flex: 1;
}
.comments_parts .comment_part.reply {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .comments_parts .comment_part.reply {
    margin-left: 80px;
  }
}
.search_box input {
  padding: 0;
  color: var(--nw1);
  font-size: 18px;
  line-height: 30px;
}
.search_box input:focus,
.search_box input:hover {
  border: none;
  outline: none;
}
.search_box i {
  padding: 6px;
  background: #00bcd4;
  color: var(--nb3);
  font-size: 20px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categories_area ul li a {
  color: var(--nw3);
  display: block;
}
.categories_area ul li a:hover {
  color: #00bcd4;
}
.categories_area ul li:not(:nth-last-child(1)) {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--nb4opa50);
}
.tag-area .tag-content .cmn-btn {
  background: var(--nb4);
  font-weight: 400;
}
.call_to_action .cmn-btn.alt {
  border: 2px solid var(--nb4);
}
.call_to_action .cus_border {
  position: relative;
  z-index: 0;
  margin-top: -2px;
}
.call_to_action .cus_border::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  border: 2px solid var(--nb4);
  z-index: -1;
  border-radius: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.call_to_action .cus_border::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  border: 2px solid var(--nb4);
  z-index: -1;
  border-radius: 16px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.call_to_action .cus_border .cmn-btn {
  height: 100%;
}
th {
  padding-right: 15px;
}
td {
  padding: 8px 0;
}
.faq-tab-btn {
  border-bottom: 1px solid var(--nb4);
}
.faq-tab-btn.faq-tab-btn i {
  transition: 0s;
  transform: rotate(90deg);
}
.faq-tab-btn.faq-tab-btn-active,
.faq-tab-btn:focus,
.faq-tab-btn:hover {
  border-color: rgba(0, 0, 0, 0);
  background: #00bcd4;
  color: var(--nb3);
  border-radius: 16px;
}
.faq-tab-btn.faq-tab-btn-active i {
  transform: rotate(180deg);
}
.accordion {
  --bs-accordion-bg: transparent;
}
.accordion-button:not(.collapsed) {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
  color: inherit;
}
.accordion-button {
  background: rgba(0, 0, 0, 0);
  color: inherit;
  font-size: inherit;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button::after {
  background-image: unset;
  content: "+";
  font-family: "FontAwesome";
  font-size: 20px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  color: var(--nb3);
  background: #00bcd4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-button:not(.collapsed)::after {
  background-image: unset;
  content: "";
  transform: unset;
}
.faq_card.second .accordion-button::after {
  background-image: unset;
  content: "";
  font-family: "Phosphor-Duotone" !important;
  background-color: unset;
  color: var(--nw1);
  font-size: 24px;
}
.faq_card.second .accordion-button:not(.collapsed)::after {
  background-image: unset;
  content: "";
  transform: unset;
  color: var(--s1);
}
.pseudo_element_before::before {
  height: 40px;
  width: 3px;
  background: #00bcd4;
  left: -13px;
}
.rev {
  margin-bottom: -10px;
}
.rev span {
  color: var(--nb3) !important;
  font-weight: 600;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #d1d1d1 !important;
  width: 12px;
  min-width: 12px;
  height: 12px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--s1) !important;
  min-width: 32px;
  border-radius: 12px;
}
.text-with-lines::before,
.text-with-lines::after {
  content: "";
  flex: 1;
  border-top: 2px solid var(--nb4);
  margin: 0 10px;
}
.text-with-lines::after {
  flex: 5;
}
.no_shap::before,
.no_shap::after {
  display: none;
}
@media (max-width: 991px) {
  .counter_area .counter_section {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .counter_area .counter_section {
    -moz-column-gap: 16px !important;
    column-gap: 16px !important;
  }
}
@media (max-width: 400px) {
  .counter_area .counter_section {
    grid-template-columns: 1fr;
  }
}
.hero_main .hero_follow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: -moz-fit-content;
  max-width: fit-content;
  align-items: center;
  justify-content: center;
}
.hero_main .hero_follow h6 {
  max-width: -moz-fit-content;
  max-width: fit-content;
  writing-mode: sideways-lr;
  margin-bottom: 12px;
}
.hero_main .hero_follow .line {
  background: #fff;
  height: 41px;
  width: 1px;
  margin-bottom: 8px;
}
.hero_main .hero_follow a {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.hero_main .swiper-pagination {
  position: absolute;
  right: 20px;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  z-index: 4;
  max-width: -moz-fit-content;
  max-width: fit-content;
  writing-mode: sideways-rl;
  gap: 20px;
  display: flex;
  justify-content: center;
}
.hero_main .swiper-pagination .swiper-pagination-bullet {
  outline: 1px solid #00bcd4;
  outline-offset: 4px;
  background: rgba(0, 0, 0, 0) !important;
  opacity: 1;
}
@media (max-width: 1199px) {
  .hero_main .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    min-width: 8px;
    height: 8px;
  }
}
.hero_main
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00bcd4 !important;
  min-width: 12px !important;
}
@media (max-width: 1199px) {
  .hero_main
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    min-width: 8px !important;
  }
} /*# sourceMappingURL=style.min.css.map */
