/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Montserrat+Alternates:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Urbanist:wght@300;400;500;600;700;800&display=swap");
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Plus Jakarta Sans', sans-serif;
  --tp-ff-heading: 'Plus Jakarta Sans', sans-serif;
  --tp-ff-fontawesome: Font Awesome 5 Pro;
  --tp-ff-mont: 'Montserrat Alternates', sans-serif;
  --tp-ff-urban: 'Urbanist', sans-serif;
  --tp-ff-dm: 'DM Serif Display', serif;
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #000229;
  --tp-common-orange: #FF7A41;
  --tp-common-purple: #FF75F9;
  --tp-common-green: #5FC33B;
  --tp-common-green-2: #21B641;
  --tp-common-yellow: #FFAB0A;
  --tp-common-yellow-2: #FFCE57;
  --tp-common-yellow-3: #F8FF35;
  --tp-common-yellow-4: #FFC530;
  --tp-common-blue: #6865FF;
  --tp-common-blue-2: #1117A0;
  --tp-common-blue-3: #5138EE;
  --tp-common-blue-4: #600EE4;
  --tp-common-red: #FF3C82;
  --tp-heading-primary: #000229;
  --tp-grey-1: #5F6368;
  --tp-grey-2: #9A9DA7;
  --tp-grey-3: #F5F5F5;
  --tp-grey-4: #F2F3F5;
  --tp-grey-5: #888B95;
  --tp-grey-6: #EEEEF5;
  --tp-grey-7: #F6F5FA;
  --tp-grey-8: #F7F9FB;
  --tp-text-body: #5F6368;
  --tp-theme-1: #6865FF;
  --tp-theme-2: #AEE87C;
  --tp-theme-3: #FFA8B8;
  --tp-theme-4: #F1A0AF;
  --tp-border-1: #EDF5FA;
  --tp-border-2: #EBECF0;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 30px;
}

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

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--tp-ff-body);
  font-size: 15px;
  font-weight: 400;
  color: var(--tp-text-body);
  line-height: 1.3;
  overflow-x: hidden;
  background-color: #fff;
}

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

html, body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

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

img {
  max-width: 100%;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

p {
  color: var(--tp-text-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

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

.z-index-3 {
  position: relative;
  z-index: 3;
}

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

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

a,
.btn,
button,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

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

input,
textarea {
  outline: none;
  color: var(--tp-common-black);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #70737D;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #70737D;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #70737D;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #70737D;
}

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-theme-1);
  color: var(--tp-common-white);
  text-shadow: none;
}

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

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

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

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

/*---------------------------------
    common classes css start 
---------------------------------*/
.w-img img {
  width: 100%;
}

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

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

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

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

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

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

.gx-50 {
  --bs-gutter-x: 12px;
}

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

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

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

.gx-60 {
  --bs-gutter-x: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gx-60 {
    --bs-gutter-x: 40px;
  }
}

/*--
    - Spacing
-----------------------------------------*/
/* pulse effect animation */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes section_stroke {
  0% {
    stroke-dashoffset: 560;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -560;
  }
}
@keyframes section-animation {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
@keyframes about-sm {
  100% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(50px);
  }
}
@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@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);
  }
}
@keyframes tprotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes tptranslateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes lineDash {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 1000;
  }
}
@keyframes lineDash {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 1000;
  }
}
@-webkit-keyframes lineDash-2 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -1000;
  }
}
@keyframes lineDash-2 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -1000;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes RL_smooth {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0px;
    stroke-dasharray: 3000;
  }
}
@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);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  25% {
    transform: translatex(20px);
  }
  50% {
    transform: translatey(-20px);
  }
  75% {
    transform: translatex(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes about-circle {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes services-triangle {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    -moz-transform: rotate(0deg) translateX(-50px);
    -ms-transform: rotate(0deg) translateX(-50px);
    -o-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    -moz-transform: rotate(360deg) translateY(100px);
    -ms-transform: rotate(360deg) translateY(100px);
    -o-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}
@keyframes hero-3-dot-2 {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes tfLeftToRight2 {
  0% {
    transform: translateX(30%) translateY(1px);
  }
  49% {
    transform: translateX(30%) translateY(1px);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%) translateY(1px);
  }
  51% {
    opacity: 1;
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate3 {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes circle-animations {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes leftright {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes movinglight {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-70px);
  }
  50% {
    transform: translatey(-70px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes movinglight2 {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(70px);
  }
  50% {
    transform: translatey(70px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes movingtop {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translatey(70px);
  }
  50% {
    transform: translatey(-70px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes circle-animation {
  0% {
    right: 0;
  }
  50% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}
@keyframes section_stroke {
  0% {
    stroke-dashoffset: 560;
  }
  50% {
    stroke-dashoffset: 560;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes movingleftright1 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(50px) translateY(-50px);
    transform: translateX(50px) translateY(-50px);
  }
  75% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes circle-animation-2 {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes scroll1 {
  0% {
    top: 0%;
  }
  50% {
    top: 95%;
  }
  100% {
    top: 0%;
  }
}
@keyframes movingX {
  0% {
    -webkit-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
  }
  50% {
    -webkit-transform: translateY(calc(100vh - 100%));
    transform: translateY(calc(100vh - 100%));
  }
  51% {
    -webkit-transform: translateY(calc(100vh - 100%)) rotateX(180deg);
    transform: translateY(calc(100vh - 100%)) rotateX(180deg);
  }
  100% {
    -webkit-transform: translateY(0) rotateX(180deg);
    transform: translateY(0) rotateX(180deg);
  }
}
@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 20px;
    -webkit-transform: translateZ(150px);
    transform: translateZ(150px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck-2 {
  0% {
    letter-spacing: 20px;
    -webkit-transform: translateZ(150px) translateY(150px);
    transform: translateZ(150px) translateY(150px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes sliderShape {
  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 36% 64% 41% 59%/54% 41% 59% 46%;
    transform: translate3d(1px, 5px, 2px) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(-1px, -3px, -2px) rotateZ(0.01deg);
  }
}
@keyframes zoom2 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes wobble-vertical {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthcalc {
  0% {
    width: 20%;
  }
  50% {
    width: 50%;
  }
  75% {
    width: 90%;
  }
  90% {
    opacity: 75%;
  }
  90% {
    opacity: 100%;
  }
}
/* right bounce */
@keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  60% {
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* /right bounce */
@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 light-one {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}


/*--- preloader ---*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgb(36, 106, 221);
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*--- end of preloader ---*/
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 6px;
  z-index: 9;
  color: var(--tp-common-white);
  text-align: center;
  cursor: pointer;
  background: var(--tp-common-black);
  transition: 1s ease;
  border: none;
}

.scroll-top.open {
  bottom: 80px;
}



/*----------------------------------------*/
/*  16. HERO CSS START
/*----------------------------------------*/
/* .tp-hero__pl-pr {
  padding-top: 63px;
} */
.tp-hero__bg {
  height: 760px;
  width: 100%;
  border-radius: 30px;
}
.tp-hero__hero-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 70px;
  padding-bottom: 12px;
  overflow: hidden;
  color: #fff;
}
.tp-hero__title-shape {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  z-index: 1;
}
.tp-hero__title-shape svg path.line1 {
  stroke-width: 2.7px;
  stroke: var(--tp-theme-1);
  stroke-dasharray: 2300;
  stroke-dashoffset: 3200;
  animation: dash 2s linear both;
}
.tp-hero__sm-img {
  height: 170px;
}
.tp_hero_tag{
  font-size: 16px;
  color: #f3f3f3;
}
.tp-hero__sm-img img {
  height: 170px;
}
.tp-hero__content-box p {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  color: rgba(1, 16, 61, 0.6);
}
.tp-hero__thumb-wrapper-main {
  position: relative;
}
.tp-hero__thumb-wrapper-main::after {
  position: absolute;
  content: "";
  top: 47px;
  left: -40px;
  right: 0;
  height: 100%;
  width: 108%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0224) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  filter: drop-shadow(0px 30px 50px rgba(1, 6, 20, 0.12));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0px 30px 50px rgba(1, 6, 20, 0.12);
  border-radius: 20px;
  z-index: -1;
}
.tp-hero__thumb-wrapper {
  border: 6px solid var(--tp-common-white);
  padding: 30px;
  margin-top: -340px;
  position: relative;
  background: #F1EFF4;
  box-shadow: 0px 1px 3px rgba(18, 20, 32, 0.2);
  border-radius: 20px;
}
.tp-hero__box-shadow-none img {
  box-shadow: none;
}
.tp-hero__shape-img-1 {
  position: absolute;
  top: 20%;
  left: -18%;
  animation: tpupdown 0.8s infinite alternate;
}


/*ss code here */
.headerNav_wrapper{
  height: 100px;
  width: 100%;
  position: relative;
  z-index: 3;  
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerNav_wrapper .header_logo {
  height: 65px;
  width: 100px;
}
.headerNav_wrapper .header_logo img{
  max-width: 100%;
  max-height: 100%;
}
.headerNav_wrapper .header_navList ul li{
  display: inline-block;
  list-style: none;
  padding: 0 12px;
}
.headerNav_wrapper .header_navList ul li a{
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.headerNav_wrapper .header_btn{
  padding: 10px 30px;
  background-color: #fff;
  color: #333333;
  border-radius: 35px;
  font-weight: 500;
}

.headerNav_wrapper .header_btn img{
  height: 18px;
  width: auto;
  margin:0 5px 0 8px;
}
.headerNav_wrapper .header_btn span{
  letter-spacing: .8px;
  margin-left: 3px;
}
.mob_menubar i{
  font-size: 30px;
  height: 45px;
  width: 45px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.tp-hero__content-box{
  padding-top: 80px;
}
.tp-hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-image: linear-gradient(180deg, rgb(40, 184, 162) 0%, rgb(54, 113, 207) 100%);
  border-radius: 30px;
  margin: auto;
}
.tp-hero-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.tp-hero-mlr {
  padding-left: 0;
  padding-right: 0;
  margin-left: 60px;
  margin-right: 60px;
}

.tp-hero-shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.tp-hero-shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  mix-blend-mode: soft-light;
  opacity: 0.6;
}

/*----------------------------------------*/
/*  18. PAYMENT CSS START
/*----------------------------------------*/
.tp-payment__mlr {
  margin-left: 100px;
  margin-right: 100px;
}
.tp-payment__title-box p {
  font-weight: 400;
  font-size: 20px;
  color: var(--tp-grey-1);
}
.tp-payment__item {
  background: linear-gradient(284.05deg, #EBD1FF 8.66%, rgba(244, 233, 252, 0.54) 92.88%);
  border-radius: 40px;
  padding: 55px 70px;
  overflow: hidden;
  min-height: 440px;
}
.tp-payment__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  font-family: var(--tp-ff-mont);
  padding-bottom: 10px;
}
.tp-payment__content {
  position: relative;
  z-index: 9;
}
.tp-payment__content.tp-payment__content-space {
  padding-top: 35px;
}
.tp-payment__content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 90px;
}
.tp-payment__content a {
  font-weight: 600;
  font-size: 16px;
  line-height: 12px;
  font-family: var(--tp-ff-mont);
  color: var(--tp-common-black);
  position: relative;
}
.tp-payment__content a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: var(--tp-common-black);
  transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.tp-payment__content a i {
  margin-left: 6px;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.tp-payment__content a:hover {
  color: var(--tp-common-black);
}
.tp-payment__content a:hover::after {
  width: 100%;
}
.tp-payment__content a:hover i {
  transform: translateX(4px);
}
.tp-payment__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tp-payment__shape-1 img {
  opacity: 0.1;
}
.tp-payment__shape-2 {
  position: absolute;
  bottom: -1px;
  right: 90px;
}
.tp-payment__shape-3 {
  position: absolute;
  bottom: 14%;
  right: 34%;
  z-index: -1;
}
.tp-payment__shape-4 {
  position: absolute;
  bottom: 16%;
  right: 36%;
}
.tp-payment__shape-5 {
  position: absolute;
  bottom: -26%;
  right: -3%;
}
.tp-payment__shape-6 {
  position: absolute;
  bottom: 9%;
  right: 4%;
  z-index: -1;
  opacity: 0.5;
}
.tp-payment__shape-7 {
  position: absolute;
  bottom: -4%;
  left: 10%;
}
.tp-payment__shape-7 img {
  width: 70%;
}
.tp-payment__shape-8 {
  position: absolute;
  bottom: 18%;
  left: -2%;
}
.tp-payment__shape-8 img {
  width: 80%;
}
.tp-payment__shape-9 {
  position: absolute;
  bottom: 6%;
  right: 0%;
}
.tp-payment__shape-10 {
  position: absolute;
  bottom: 12%;
  left: 0%;
}
.tp-payment__shape-11 {
  position: absolute;
  bottom: -5%;
  left: 31%;
}
.tp-payment__bg-color-2 {
  background: linear-gradient(142.23deg, #FFF7F1 7.63%, #FAE9EF 99.01%), linear-gradient(142.23deg, #FFF7F1 7.63%, #FAE9EF 99.01%);
  border-radius: 40px;
}
.tp-payment__bg-color-3 {
  background: linear-gradient(142.23deg, #F3F8FF 7.63%, #CEDBFF 99.01%);
  border-radius: 40px;
}


.tp-method__space {
  padding-bottom: 150px;
}
.tp-method__main-img {
  display: inline-block;
}
.tp-method__main-img img {
  border-radius: 50%;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
}
.tp-method__circle::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #28b8a2;
  border-radius: 50%;
  top: -3px;
  right: 0;
}
.tp-method__circle.circle-1::after {
  animation: circle-animation 30s linear infinite;
}
.tp-method__circle.circle-2::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-method__circle.circle-3::after {
  animation: circle-animation 30s linear infinite;
}
.tp-method__circle.circle-4::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-method__circle.circle-5::after {
  animation: circle-animation 30s linear infinite;
}
.tp-method__circle.circle-6::after {
  animation: circle-animation 30s linear infinite;
}
.tp-method__circle.circle-7::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-method__circle.circle-8::after {
  animation: circle-animation 30s linear infinite;
}
.tp-method__circle.circle-9::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-method__circle.circle-10::after {
  animation: circle-animation 30s linear infinite;
}
.tp-method__circle.circle-11::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-method__circle.circle-12::after {
  animation: circle-animation 30s linear infinite;
}
.tp-method__circle.circle-13::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-method__circle.circle-14::after {
  animation: circle-animation 30s linear infinite;
}
.tp-method__circle.circle-15::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-method__circle.circle-16::after {
  animation: circle-animation 30s linear infinite;
}
.tp-method__main-circle {
  display: inline-block;
}
.tp-method__line-1 {
  position: absolute;
  left: -150%;
  top: 50%;
  transform: translate(-50%) rotate(-14deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 610px;
  background-color: #28b8a2ae;
}
.tp-method__line-1 span {
  transform: translateY(-50%) rotate(14deg);
}
.tp-method__line-2 {
  position: absolute;
  left: -9%;
  top: 50%;
  transform: translate(-50%) rotate(-44deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 190px;
  background-color: #28b8a2ae;
}
.tp-method__line-2 span {
  transform: translateY(-50%) rotate(44deg);
}
.tp-method__line-3 {
  position: absolute;
  left: -74%;
  top: 50%;
  transform: translate(-50%) rotate(-24deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 380px;
  background-color: #28b8a2ae;

}
.tp-method__line-3 span {
  transform: translateY(-50%) rotate(24deg);
}
.tp-method__line-4 {
  position: absolute;
  left: -90%;
  top: 50%;
  transform: translate(-50%) rotate(-2deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 430px;
  background-color: #28b8a2ae;
}
.tp-method__line-4 span {
  transform: translateY(-50%) rotate(2deg);
}
.tp-method__line-5 {
  position: absolute;
  left: -137%;
  top: 50%;
  transform: translate(-50%) rotate(10deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 570px;
  background-color: #28b8a2ae;
}
.tp-method__line-5 span {
  transform: translateY(-50%) rotate(-10deg);
}
.tp-method__line-6 {
  position: absolute;
  left: -63%;
  top: 50%;
  transform: translate(-50%) rotate(26deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 350px;
  background-color: #28b8a2ae;
}
.tp-method__line-6 span {
  transform: translateY(-50%) rotate(-26deg);
}
.tp-method__line-7 {
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translate(-50%) rotate(51deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 140px;
  background-color: #28b8a2ae;
}
.tp-method__line-7 span {
  transform: translateY(-50%) rotate(-51deg);
}
.tp-method__line-8 {
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translate(-50%) rotate(130deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 160px;
  background-color: #28b8a2ae;
}
.tp-method__line-8 span {
  transform: translateY(-50%) rotate(-130deg);
}
.tp-method__line-9 {
  position: absolute;
  left: -73%;
  top: 50%;
  transform: translate(-50%) rotate(150deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 380px;
  background-color: #28b8a2ae;
}
.tp-method__line-9 span {
  transform: translateY(-50%) rotate(-150deg);
}
.tp-method__line-10 {
  position: absolute;
  left: -146%;
  top: 50%;
  transform: translate(-50%) rotate(160deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 600px;
  background-color: #28b8a2ae;
}
.bg_shape span{
  padding: 1px !important;
  background: #fff !important;
  border-radius: 50% !important;
}
.tp-method__line-10 span {
  transform: translateY(-50%) rotate(-160deg);
}
.tp-method__line-11 {
  position: absolute;
  left: -89%;
  top: 50%;
  transform: translate(-50%) rotate(170deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 430px;
  background-color: #28b8a2ae;
}
.tp-method__line-11 span {
  transform: translateY(-50%) rotate(-170deg);
}
.tp-method__line-12 {
  position: absolute;
  left: -146%;
  top: 50%;
  transform: translate(-50%) rotate(180deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 600px;
  background-color: #28b8a2ae;
}
.tp-method__line-12 span {
  transform: translateY(-50%) rotate(-180deg);
}
.tp-method__line-13 {
  position: absolute;
  left: -45%;
  top: 50%;
  transform: translate(-50%) rotate(190deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 300px;
  background-color: #28b8a2ae;
}
.tp-method__line-13 span {
  transform: translateY(-50%) rotate(-190deg);
}
.tp-method__line-13 img {
  box-shadow: 0px 10px 50px rgba(32, 33, 36, 0.1);
  border-radius: 50%;
}
.tp-method__line-14 {
  position: absolute;
  left: -129%;
  top: 50%;
  transform: translate(-50%) rotate(199deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 550px;
  background-color: #28b8a2ae;
}
.tp-method__line-14 span {
  transform: translateY(-50%) rotate(-199deg);
}
.tp-method__line-15 {
  position: absolute;
  left: -70%;
  top: 50%;
  transform: translate(-50%) rotate(211deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 370px;
  background-color: #28b8a2ae;
}
.tp-method__line-15 span {
  transform: translateY(-50%) rotate(-211deg);
}
.tp-method__line-16 {
  position: absolute;
  left: -3%;
  top: 50%;
  transform: translate(-50%) rotate(228deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 170px;
  background-color: #28b8a2ae;
}
.tp-method__line-16 span {
  transform: translateY(-50%) rotate(-228deg);
}
.tp-method__line-1 span, .tp-method__line-2 span, .tp-method__line-3 span, .tp-method__line-4 span, .tp-method__line-5 span, .tp-method__line-6 span, .tp-method__line-7 span, .tp-method__line-8 span, .tp-method__line-9 span, .tp-method__line-10 span, .tp-method__line-11 span, .tp-method__line-12 span, .tp-method__line-13 span, .tp-method__line-14 span, .tp-method__line-15 span, .tp-method__line-16 span {
  position: absolute;
  left: -40px;
  top: 50%;
}
.tp-method__line-1 span:hover img, .tp-method__line-2 span:hover img, .tp-method__line-3 span:hover img, .tp-method__line-4 span:hover img, .tp-method__line-5 span:hover img, .tp-method__line-6 span:hover img, .tp-method__line-7 span:hover img, .tp-method__line-8 span:hover img, .tp-method__line-9 span:hover img, .tp-method__line-10 span:hover img, .tp-method__line-11 span:hover img, .tp-method__line-12 span:hover img, .tp-method__line-13 span:hover img, .tp-method__line-14 span:hover img, .tp-method__line-15 span:hover img, .tp-method__line-16 span:hover img {
  transform: scale(1.1);
}
.tp-method__wrapper {
  padding-top: 170px;
  padding-bottom: 150px;
}

.tp-platform-text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-left: 30px;
}
.tp-platform-text p::after {
  position: absolute;
  content: "";
  top: -4px;
  left: 0;
  height: 60px;
  width: 1.5px;
  background: rgba(255, 255, 255, 0.1);
}

.row-custom {
  display: flex;
  margin: 0 -15px;
  padding-left: 30px;
  padding-right: 30px;
}

.col-custom {
  flex: 0.4;
  width: 90px;
  height: 360px;
  background-size: cover;
  margin: 15px;
  background: #3137D2;
  box-shadow: 0px -3px 0px #F8FF35;
  border-radius: 30px;
  padding: 50px 50px;
  transition: 0.3s;
  cursor: pointer;
}
.col-custom.active {
  flex: 7;
}
.col-custom.active .tp-panel-item {
  display: none;
}
.col-custom.active .tp-panel-item-2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 0.3s;
  transition: 0.3s;
}

.tp-platform-inner .col-custom {
  background: #F5F3F8;
  box-shadow: 0px -3px 0px #6B14FA;
}
.tp-platform-inner .tp-panel-title {
  color: var(--tp-common-black);
}
.tp-platform-inner .tp-panel-content span {
  color: var(--tp-common-black);
}
.tp-platform-inner .tp-panel-content-2 span {
  color: var(--tp-common-black);
}
.tp-platform-inner .tp-panel-title-2 {
  color: var(--tp-common-black);
}
.tp-platform-inner .tp-panel-content-2 p {
  color: var(--tp-common-black);
}

.tp-panel-title {
  width: 200px;
  transform: rotate(90deg) translate(90px, 88px);
  font-weight: 500;
  font-size: 22px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.7;
  margin-bottom: 0;
}
.tp-panel-title.child-one {
  transform: rotate(90deg) translate(80px, 88px);
}
.tp-panel-title.child-three {
  transform: rotate(90deg) translate(75px, 88px);
}
.tp-panel-title.child-four {
  transform: rotate(90deg) translate(88px, 88px);
}

.tp-panel-content {
  text-align: center;
}
.tp-panel-content span {
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  color: var(--tp-common-white);
  margin-left: -7px;
}

.tp-panel-content-2 span {
  font-weight: 700;
  font-size: 60px;
  line-height: 40px;
  color: var(--tp-common-white);
  padding-bottom: 80px;
  display: inline-block;
}
.tp-panel-content-2 p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}

.tp-panel-content-2 span {
  visibility: hidden;
  display: inline-block;
  opacity: 0;
  transform: translateY(5px);
  transition-delay: 0.4s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tp-panel-title-2 {
  transform: translateY(5px);
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.2s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.tp-panel-content-2 p {
  transform: translateY(5px);
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.2s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.col-custom.active .tp-panel-content-2 span {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.3s;
}

.col-custom.active .tp-panel-title-2 {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}

.col-custom.active .tp-panel-content-2 p {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}

.tp-panel-title-2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 20px;
  color: var(--tp-common-white);
  padding-bottom: 15px;
}

.tp-panel-item-2 {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
}

.tp-platform-img-box img {
  max-width: inherit;
  margin-left: -100px;
  animation: tptranslateX2 4s forwards infinite alternate;
}

.tp-platform-bg {
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.tp-section-title-shape svg {
  position: absolute;
  bottom: -2px;
  left: 60px;
  z-index: -1;
}


/*----------------------------------------*/
/*  21. RANK CSS START
/*----------------------------------------*/
.tp-rank__feature {
  margin-bottom: 50px;
}
.tp-rank__feature ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  color: var(--tp-common-black);
  list-style-type: none;
}
.tp-rank__feature ul li:last-child {
  margin-bottom: 0;
}
.tp-rank__feature ul li i {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 8px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-orange);
  font-weight: 400;
}
.tp-rank__wrapper {
  padding-left: 70px;
}
.tp-rank__circle-shape-1 {
  position: absolute;
  left: 41%;
  bottom: -24%;
}
.tp-rank__circle-shape-2 {
  position: absolute;
  left: 51%;
  bottom: -35%;
}
.tp-rank__circle-shape-3 {
  position: absolute;
  left: 38%;
  bottom: -39%;
}
.tp-rank__circle-shape-4 {
  position: absolute;
  left: 48%;
  bottom: -29%;
}
.tp-rank__circle-shape-5 {
  position: absolute;
  left: 45%;
  bottom: -37%;
}
.tp-rank__circle-shape-6 {
  position: absolute;
  left: 43%;
  bottom: -31%;
}
.tp-rank__circle-shape-7 {
  position: absolute;
  left: 45%;
  bottom: -46%;
}
.tp-rank__bg-shape {
  position: absolute;
  top: -35px;
  right: 65px;
  z-index: -1;
  transform: rotate(-12deg);
}
.tp-rank-left h4{
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  color: #333333;
  padding-bottom: 10px;
}
.tp-rank-left p{
  font-size: 15px;
}
.tp-rank__item {
  box-shadow: 0px 20px 40px rgba(1, 16, 61, 0.14);
  background-color: var(--tp-common-white);
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  width: 150px;
  padding: 55px 15px 30px 15px;
  margin: 0 -10px 0 -10px;
  transition: all 4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s !important;
}

.tp-rank__item:nth-child(2) {
  transform: translateY(30px);
}
.tp-rank__item.active {
  background-image: linear-gradient(180deg, rgb(40, 184, 162) 0%, rgb(54, 113, 207) 100%);
  box-shadow: 0px 14px 20px rgba(1, 16, 61, 0.1);
  border-radius: 20px;
}
.tp-rank__item.active .tp-rank__number i {
  color: var(--tp-common-white);
  opacity: 0.3;
}
.tp-rank__item.active .tp-rank__number span {
  color: var(--tp-common-white);
}
.tp-rank__item.active .tp-rank__company span {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.tp-rank__item.active .tp-rank__company-info a {
  color: var(--tp-common-white);
}
.tp-rank__item.active .tp-rank__company-info span {
  color: rgba(255, 255, 255, 0.8);
}
.tp-rank__item:hover {
  webkit-transform: translate(-20px, -30px);
  -ms-transform: translate(-20px, -30px);
  transform: translate(-20px, -30px);
  transition-delay: all 4s cubic-bezier(0.2, 0.8, 0.2, 1) 0s !important;
}
.tp-rank__cup {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  text-align: center;
}
.tp-rank__cup span {
  height: 25px;
  width: 25px;
  line-height: 17px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: var(--tp-common-white);
  border: 2px solid var(--tp-theme-1);
}
.tp-rank__number {
  margin-bottom: 40px;
  margin-left: -25px;
}
.tp-rank__number i {
  font-weight: 400;
  font-size: 24px;
  color: var(--tp-common-black);
  opacity: 0.3;
  margin-right: 7px;
}
.tp-rank__number span {
  font-weight: 500;
  font-size: 66px;
  color: var(--tp-common-black);
  display: inline-block;
}
.tp-rank__company {
  margin-bottom: 12px;
}
.tp-rank__company span {
  height: 36px;
  width: 36px;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background-color: var(--tp-common-white);
  border: 1px solid rgba(1, 16, 61, 0.1);
  
}
.tp-rank__company span img{
  max-width: 100%;
  max-height: 100%;
}
.tp-rank__company-info a {
  font-weight: 600;
  font-size: 15px;
  color: var(--tp-common-black);
}
.tp-rank__company-info span {
  font-weight: 500;
  font-size: 12px;
}




/* CSS E Start */

.header_Top{
   background-color: #fff;
}
.header_Top .headerTop_wrapper{
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_Top .headerTop_wrapper .number{
  text-align: center;
}
.header_Top .headerTop_wrapper .number span{
  color: #000;
  font-weight: 500;
}
.top_hero_video{
  height: auto;
  width: 100%;
}

.top_hero_video video{
  max-width: 100%;
  max-height: 100%;
}

/* FAQ Section CSS */

.section_heading{
  text-align: center;
}
.section_heading h4{
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  line-height: 40px;
}

.section_heading p{
  font-size: 15px;
  padding: 0 280px;
}
.tp-method__area .section_heading{
  text-align: center;
}
.tp-method__area .section_heading h4{
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  line-height: 40px;
}

.tp-method__area .section_heading p{
  font-size: 15px;
}

.faq_wrapper{
  padding: 45px 0 25px 0;
}
.faq .accordion .accordion-item {
  box-shadow: 0px 20px 20px rgba(3, 4, 28, 0.08);
  border: none;
  border-bottom: 1px solid #EBECF0;
  position: relative;
  transition: 0.3s;
  margin-bottom: 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  overflow: hidden;
}
.faq .accordion .accordion-item .accordion-header .accordion-button {
  color: #333;
  background-color:rgb(255, 255, 255);
  font-family: "SolaimanLipi", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  display: list-item;
  list-style: none;
  position: relative;
}
.acc_btn_icon{
  position: absolute;
  right: -5px;
  top: 10px;

}
.faq .accordion .accordion-item .accordion-header .accordion-button span{
font-family: "SolaimanLipi", Arial, sans-serif;

}
.faq .accordion .accordion-item .accordion-header .accordion-button i {
  padding-right: 20px;
}
.faq .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.faq .accordion .accordion-item .accordion-body p {
  font-size: 15px;
  line-height: 25px;
  color: #5f6368f6;
}
.faq .accordion .accordion-item .accordion-body p span{
font-family: "SolaimanLipi", Arial, sans-serif;
}

/* Footer Part Start */

.footer{
  background-color:#fff;
  padding: 20px 0;
  margin-top: 80px;
}

.footer .footer_content{
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}

.buy{
   padding-bottom: 120px;
}
.buy .buy_wrapper{
  height: 500px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  background-image: linear-gradient(180deg, rgb(40, 184, 162) 0%, rgb(54, 113, 207) 100%);
}
.buy .buy_wrapper .buy_right{
  padding: 10px;
}
.buy .buy_wrapper .buy_right h3{
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

.buy .buy_wrapper .buy_right h2{
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 44px;
  letter-spacing: .6px;
  padding: 10px 0;
}

.buy .buy_wrapper .buy_right .buy_btn{
   padding: 12px 35px;
   background-color: #fff;
   color: #333333;
   font-weight: 700;
   border-radius:35px;
   display: inline-block;
   cursor: pointer;
}

.buy_left .buy_img{
  height: 480px;
  width: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.buy_left .buy_img img{
  max-width: 100%;
  max-height: 100%;
}

.vault_form_body .form-control{
  height: 45px !important;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.form-control:focus {
  border-color: #fff !important;
  box-shadow: transparent !important;
}
.form-control::placeholder{
  color: #949292 !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.vault_submit{
  width: 100%;
  height: 45px;
  background:#3d74ec;
  color: #fff;
  margin-top: 20px;
  font-size: 15px;
}

.vault_submit:hover{
  color: #fff;
  background:#3d74ec;

}

.form-control:focus {
  box-shadow: 0 0 0 .10rem rgba(48, 84, 137, 0.865);
}

.modal-header {
  position: relative;
  text-align: center;
  justify-content: center !important;
  border-bottom: none;
}
.modal-header .btn-close {
 position: absolute;
 right: 20px;
 top: 50%;
 transform: translateY(-50%);
}
.offcanvas-title .logo{
  height: 60px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offcanvas-title .logo img{
  max-width: 100%;
  max-height: 100%;
}
.offcanvas-body ul{
  padding-left: 10px;
}
.offcanvas-body ul li{
  list-style: none;
  padding-bottom: 10px;
}
.offcanvas-body ul li a{
   font-size: 16px;
   color: #333333;
}
.offcanvas-header{
  position: relative;
}
.offcanvas-header .btn-close{
  position: absolute;
  right: 20px;
  top: 20px;
} 
/* .vaultStart{
  padding: 10px 30px;
  background-color:#fff;
  color: #333333;
  border-radius: 35px;
  font-weight: 500;
  display: inline-block;
}
.vaultStart img{
  height: 18px;
  width: auto;
  margin:0 5px 0 8px;
}
.vaultStart span{
  letter-spacing: .8px;
  margin-left: 3px;
} */