/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
/* @import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&amp;family=Montserrat+Alternates:wght@300;400;500;600;700;800&amp;family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&amp;family=Urbanist:wght@300;400;500;600;700;800&amp;display=swap"); */

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
  font-family: "itc-eras";
  src: url("../fonts/ITC_Eras_Std_Light.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "itc-eras-bold";
  src: url("../fonts/ITC_Eras_Std_Demi.otf") format("opentype");
  font-weight: 600;
  font-style: sami-bold;
}
@font-face {
  font-family: "itc-eras-bold";
  src: url("../fonts/ITC_Eras_Std_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}


:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Nunito Sans', sans-serif;
  --tp-ff-heading: "itc-eras-bold";
  --tp-ff-fontawesome: Font Awesome 5 Pro;
  --tp-ff-mont: 'Jost', sans-serif;
  --tp-ff-urban: 'Jost', sans-serif;
  /* --tp-ff-dm: 'DM Serif Display', serif; */
  --tp-ff-dm: 'Nunito Sans', sans-serif;
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #000229;
  --tp-indigo-black: #012943;
  --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-blue-5: #7d58bb;
  --tp-common-error: #ff0000;

  --tp-common-red: #FF3C82;
  --tp-bright-red: #7e1c4e;
  /* --tp-heading-primary: #000229; */
  --tp-heading-primary: #012943;
  --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;
}

html, body {
  overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-indigo-black);
  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-indigo-black);
  font-weight: 400;
  font-size: 17px;
  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;
}
.typewrite.typewrite_wrap span{
  color: var(--tp-heading-primary);;
}

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-bright-red);
  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;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.w-form-done{
  display: flex;
  color: var(--tp-common-green-2);
}
.w-form-fail{
  color: var(--tp-common-error);
}
/*---------------------------------
    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
-----------------------------------------*/
.tp-btn {
  display: inline-block;
  background-color: #cfdae1;
  color: var(--tp-common-white);
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}
.tp-btn.tp-btn-white{
  background-color: var(--tp-common-white);
} 
.tp-btn span {
  position: relative;
  z-index: 5;
  transition: 0.3s;
  transition-delay: 0.3s;
  color: var(--tp-common-black);
}
.tp-btn:hover span {
  color: var(--tp-common-white);
  transition-delay: 0.1s;
}

.tp-btn-hover {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.tp-btn-hover b {
  position: absolute;
  width: 0px;
  height: 0px;
  background-color: var(--tp-common-black);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  z-index: 1;
}
.tp-btn-hover:hover b {
  width: 400px;
  height: 400px;
  display: inline-block;
}
.tp-btn-hover.alt-color b {
  background-color: var(--tp-theme-1);
}
.tp-btn-hover.alt-color-black b {
  background-color: var(--tp-bright-red);
}
.tp-btn-hover.alt-color-white b {
  background-color: var(--tp-common-white);
}

.submit-btn {
  text-align: center;
  height: 55px;
  padding: 0px 20px;
  display: inline-block;
  line-height: 55px;
  color: var(--tp-common-white);
  font-weight: 600;
  font-size: 16px;
}
.submit-btn:hover {
  background-color: var(--tp-bright-red);
  color: var(--tp-common-white);
}

/* 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 moving_long {
  0% {
    transform: translatey(0px);
  }
  25% {
    transform: translatex(50px);
  }
  50% {
    transform: translatey(-50px);
  }
  75% {
    transform: translatex(-50px);
  }
  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(5deg);
  }
  34% {
    border-radius: 36% 64% 41% 59%/54% 41% 59% 46%;
    transform: translate3d(1px, 5px, 2px) rotateZ(5deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(5deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(-1px, -3px, -2px) rotateZ(5deg);
  }
}
@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: var(--tp-theme-1);
  -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: 5px;
  height: 5px;
  line-height: 50px;
  position: fixed;
  bottom: -6%;
  right: -6%;
  font-size: 1px;
  border-radius: 50%;
  z-index: 6;
  color: var(--tp-common-white);
  text-align: center;
  cursor: pointer;
  background: var(--tp-common-black);
  transition: 0.5s ease-in;
  border: none;
}

.scroll-top.open {
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  font-size: 16px;
}

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



.tp-custom-accordion .accordion-items {
  border-bottom: 1px solid rgba(235 236 240 / 80%);
  padding: 0 20px;
  position: relative;
  transition: 0.3s;
}
.tp-custom-accordion .accordion-items.tp-faq-active {
  box-shadow: 0px 20px 20px rgba(3, 4, 28, 0.08);
  border-radius: 0 0 20px 20px;
}
.tp-custom-accordion .accordion-items.tp-faq-active .accordion-header{
  color: var(--tp-bright-red);
}
.tp-custom-accordion .accordion-items.boxsadow {
  box-shadow: none;
  border-radius: none;
}
.tp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  font-size: 22px;
  line-height: 20px;
  font-family: var(--tp-ff-mont);
  text-align: left;
  padding: 35px 0;
}
@media (max-width: 767px) {
  .tp-custom-accordion .accordion-buttons {
    font-size: 18px;
  }
}
.tp-custom-accordion .accordion-buttons .accordion-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 50%;
  transition: 0.3s;
}
.tp-custom-accordion .accordion-buttons .accordion-btn::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--tp-indigo-black);
  border-radius: 2px;
}
.tp-custom-accordion .accordion-buttons .accordion-btn::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--tp-indigo-black);
  border-radius: 2px;
  transition: 0.4s;
}
.tp-custom-accordion .accordion-buttons:not(.collapsed) {
  padding-bottom: 22px;
}
.tp-custom-accordion .accordion-buttons:not(.collapsed) .accordion-btn {
  border-color: var(--tp-common-black);
}
.tp-custom-accordion .accordion-buttons:not(.collapsed) .accordion-btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.tp-custom-accordion .accordion-body {
  color: var(--tp-indigo-black);
  padding: 0px 0 40px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--tp-ff-mont);
  padding-right: 35px;
}
@media (max-width: 767px) {
  .tp-custom-accordion .accordion-body {
    font-size: 16px;
    padding-right: 0;
  }
}
.tp-inner-font .accordion-items .accordion-body {
  font-family: var(--tp-ff-body);
}

/*----------------------------------------*/
/*  title CSS START
/*----------------------------------------*/

.tp-section-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
}
.tp-section-title-small {
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2;
}
.tp-section-title span {
  color: var(--tp-theme-3);
}
.tp-section-title-lg {
  font-weight: 600;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-family: var(--tp-ff-mont);
}
.tp-section-title-lg span {
  color: var(--tp-theme-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title-lg {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
    font-size: 40px;
  }
  .tp-section-title-lg {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 40px;
  }
  .tp-section-title br {
    display: none;
  }
  .tp-section-title-lg {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tp-section-title {
    font-size: 30px;
  }
  .tp-section-title-lg {
    font-size: 32px;
  }
  .tp-section-title-lg br {
    display: none;
  }
}

.tp-section-title-3 {
  font-family: var(--tp-ff-urban);
  font-weight: 700;
  font-size: 58px;
  line-height: 1.1;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-3 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-3 {
    font-size: 53px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-3 {
    font-size: 35px;
  }
  .tp-section-title-3 br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title-3 {
    font-size: 38px;
  }
  .tp-section-title-3 br {
    display: none;
  }
}
.tp-section-title-3 span {
  font-family: "DM Serif Display";
  font-style: italic;
  font-weight: 400;
}

.tp-section-title-4 {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-4 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-4 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-section-title-4 {
    font-size: 40px;
  }
}

.tp-section-title-5 {
  font-weight: 200;
  font-size: 50px;
  line-height: 1.2;
  color: var(--tp-common-white);
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-5 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-5 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-section-title-5 {
    font-size: 35px;
  }
  .tp-section-title-5 br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title-5 br {
    display: none;
  }
}
.tp-section-title-5 span {
  font-weight: 700;
}
.tp-section-title-5 i {
  font-style: normal;
  overflow: hidden;
  display: inline-block;
}
.tp-section-title-5 i i.child-2 {
  transform: translateY(0px);
  opacity: 1;
  display: inline-block;
  padding-bottom: 20px;
}

.tp-section-subtitle {
  font-weight: 600;
  font-size: 13px;
  line-height: 14px;
  color: var(--tp-bright-red);
  background: rgba(126, 28, 78, 0.15);
  border-radius: 30px;
  display: inline-block;
  padding: 10px 17px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

/*----------------------------------------*/
/*  15. HEADER CSS START
/*----------------------------------------*/
.header-bottom__area-2.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  z-index: 999;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  filter: drop-shadow(0px 30px 50px rgba(1, 6, 20, 0.12));
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}
.header-bottom__area-2.header-sticky .tp-btn-white {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.header-bottom__area-2.header-sticky .header-bottom__bar {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.header-bottom__transparent {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
.header-bottom__main-menu nav ul li {
  display: inline-block;
  margin: 0px 17px;
}
.header-bottom__main-menu nav ul li:hover a {
  color: var(--tp-bright-red);
}
.header-bottom__main-menu nav ul li a {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  display: inline-block;
  padding: 25px 0;
}

.header-bottom__btn {
  line-height: 0;
}

.header-bottom__bar {
  height: 30px;
  width: 30px;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  color: var(--tp-indigo-black);
  border: 2px solid var(--tp-indigo-black);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-mob-space {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu nav ul li {
    margin: 0px 12px;
  }
  .header-bottom__main-menu nav ul {
    margin-left: -2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-mob-space {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.navbar_menu_mob{
  display: none;
}
@media only screen and (max-width: 991px) {
  .header-bottom__area-2{
    padding: 20px 0;
  }
  .header-bottom__btn .nav-contact-btn{
    display: none;
  }
  .header-bottom__bar{
    display: flex;
  }

  .navbar_menu{
    display: none;
  }
  .navbar_menu_mob.active{
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tp-indigo-black) !important;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.0224) 0%, rgba(255, 255, 255, 0) 100%) !important; */
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    /* filter: drop-shadow(0px 30px 50px rgba(1, 6, 20, 0.12)) !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important; */
  }
  .navbar_menu_mob .header-bottom__main-menu ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .navbar_menu_mob .header-bottom__main-menu ul li{
    margin: 20px;
  }
  .navbar_menu_mob .header-bottom__main-menu ul li a{
    font-size: 30px;
    font-family: var(--tp-ff-heading);
    font-weight: bold;
    text-align: center;
    padding: 20px;
  }
  .header-bottom__bar.tp-menu-close{
    display: flex;
    position: absolute;
    top: 20px;
    right: 15px;
    color: var(--tp-common-white);
    border-color: var(--tp-common-white);
  }
  .header-bottom__main-menu nav ul li a{
    color: var(--tp-common-white);
  }
}

@media only screen and (max-width: 768px) {
  .header-bottom__transparent{
    top: 0;
  }
}
/*----------------------------------------*/
/*  16. HERO CSS START
/*----------------------------------------*/
.tp-hero__area {
  padding: 20px;
}
.tp-hero__bg {
  padding-top: 225px;
  padding-bottom: 400px;
  border-radius: 30px;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .tp-hero__bottom{
      padding: 0 100px;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .tp-hero__bottom{
      padding: 0 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__bg {
    padding-top: 170px;
  }
  .tp-hero__bottom{
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .tp-hero__area{
    padding: 0px;
  }
  .tp-hero__bg {
    padding-bottom: 430px;
    border-radius: 0px;
    top: 0;
  }
}

.tp-hero__hero-title {
  font-weight: 700;
  font-size: 80px;
  line-height: 1.1;
  padding-bottom: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero__hero-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__hero-title {
    font-size: 48px;
  }
  .tp-hero__thumb{
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .tp-hero__bg{
    padding-top: 180px;
  }
  .tp-hero__hero-title {
    font-size: 35px;
    padding-bottom: 10px;
  }

}
.tp-hero__title-shape {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__title-shape {
    bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__title-shape svg {
    width: 50%;
  }
}
.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__content-box p {
  font-weight: 400;
  font-size: 20px;
  padding: 0 160px;
  color: #002945;
}

.tp-hero__thumb-wrapper-main {
  position: relative;
}
.tp-hero__thumb-wrapper-main::after {
  position: absolute;
  content: "";
  top: -5%;
  left: -4%;
  right: 0;
  height: 110.5%;
  width: 107%;
  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(25px);
  -webkit-backdrop-filter: blur(25px);
  box-shadow: 0px 30px 50px rgba(1, 6, 20, 0.12);
  border-radius: 20px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__thumb-wrapper-main::after {
    top: -2%;
    height: 104%;
  }
  .tp-hero__content-box p{
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .tp-hero__thumb-wrapper-main::after {
    top: -2%;
    height: 104%;
    width: 108%;
  }
  .tp-hero__content-box p{
    padding: 0 20px;
  }
}
.tp-hero__thumb-wrapper {
  border: 1px solid #E7E7E7;
  padding: 30px;
  margin-top: -340px;
  position: relative;
  background: transparent;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .tp-hero__thumb-wrapper {
    margin-top: -365px;
  }
}

.tp-hero__shape-img-1 {
  position: absolute;
  top: 20%;
  left: -18%;
  animation: tpupdown 0.8s infinite alternate;
}
.tp-hero__shape-img-2 {
  position: absolute;
  bottom: -19%;
  right: -16%;
  animation: tpupdown 1s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .tp-hero__shape-img-1 {
    left: -10%;
  }
  .tp-hero__shape-img-2 {
    right: -10%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .tp-hero__shape-img-1 {
    left: -10%;
  }
  .tp-hero__shape-img-2 {
    bottom: -32%;
    right: -5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__shape-img-1 {
    left: -8%;
    z-index: 3;
  }
  .tp-hero__shape-img-2 {
    bottom: -12%;
    right: -5%;
    z-index: 3;
  }
}
@media (max-width: 767px) {
  .tp-hero__shape-img-1{
    top: 0;
    z-index: 3;
  }
  .tp-hero__shape-img-2 {
    bottom: -10%;
    right: -10%;
    z-index: 3;
  }
}


.tp-hero-bg-single {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-bg-single img {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .tp-hero-bg-single {
    top: 15px;
  }
  .tp-hero-bg-single img {
    height: 500px;
  }
}

/*ss code here */
.tp-hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  /* background: linear-gradient(180.21deg, #FFF9F9 -64.58%, rgba(255, 255, 255, 0.1) 115.31%), linear-gradient(90deg, #FFC368 0%, #D569E1 50%, #4164E1 100%); */
  background: linear-gradient(180.21deg, #FFF9F9 -64.58%, rgba(255, 255, 255, 0.1) 115.31%), linear-gradient(90deg, #0093ff 0%, #ee57ff 50%, #083fff 100%);
  opacity: 0.9;
  border-radius: 30px;
  margin: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-bg {
    width: 110%;
    left: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-bg {
    width: 110%;
    left: -40px;
  }
}
@media (max-width: 767px) {
  .tp-hero-bg {
    width: 120%;
    left: -40px;
  }
}
.tp-hero-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
}

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

/*----------------------------------------*/
/*  13. service_1 CSS START
/*----------------------------------------*/
.tp-service_1__bottom-shape {
  position: absolute;
  right: 14%;
  bottom: 10%;
  z-index: -1;
  opacity: 0.4;
}
.tp-service_1__bottom-shape_2{
  position: absolute;
  left: 14%;
  top: 35%;
  z-index: -1;
  transform: rotate(45deg);
  opacity: 0.5;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service_1__bottom-shape {
    bottom: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service_1__bottom-shape {
    bottom: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service_1__bottom-shape {
    bottom: 75px;
  }
}
@media (max-width: 767px) {
  .tp-service_1__bottom-shape {
    bottom: 90px;
  }
}
.tp-service_1__bottom-shape img {
  width: 100%;
}
@media (max-width: 767px) {
  .tp-service_1__pt-pb {
    padding-top: 80px;
  }
}
.tp-service_1__item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0224) 0%, rgba(255, 255, 255, 0) 100%);
  filter: drop-shadow(0px 30px 50px rgba(1, 6, 20, 0.12));
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0px 1px 3px rgba(18, 20, 32, 0.2);
  border-radius: 30px;
  padding: 50px 40px;
  transition: 0.3s;
}
.tp-service_1__item:hover {
  box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
  border-radius: 30px;
}
.tp-service_1__item:hover .tp-service_1__icon img {
  transform: scaleX(-1);
}
.tp-service_1__icon {
  margin-bottom: 25px;
  font-size: 30px;
}
.tp-service_1__icon.color_green{
  color: var(--tp-common-green-2);
}
.tp-service_1__icon.color_blue{
  color: var(--tp-common-blue-2);
}
.tp-service_1__icon.color_bright{
  color: var(--tp-bright-red);
}
.tp-service_1__icon.common-red{
  color: var(--tp-common-red);
}
.tp-service_1__icon img {
  transition: transform 0.5s ease;
}
.tp-service_1__title-sm {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service_1__title-sm {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tp-service_1__title-sm {
    font-size: 21px;
  }
}

/*----------------------------------------*/
/*  03. ABOUT CSS START
/*----------------------------------------*/

.tp-solution__main-img {
  padding-right: 40px;
  animation: scale_up_down 3s infinite alternate both;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-solution__main-img {
    padding-right: 0;
  }
}
.tp-solution__main-img img {
  border-radius: 20px;
  width: 370px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-solution__img-wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .tp-solution__img-wrapper {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-solution__img-wrapper {
    margin-bottom: 140px;
  }
}
.tp-solution__sub-img-1 {
  position: absolute;
  top: -20%;
  right: 0%;
  animation: tptranslateY2 4s forwards infinite alternate;
}
.tp-solution__sub-img-1 img {
  border-radius: 20px;
  width: 100px;
}
.tp-solution__sub-img-2 {
  position: absolute;
  top: -50%;
  left: 5%;
  z-index: 3;
  animation: tptranslateX2 4s forwards infinite alternate;
}
@media (max-width: 767px) {
  .tp-solution__sub-img-2 {
    padding-top: 80px;
  }
}
.tp-solution__sub-img-2 img {
  border-radius: 20px;
  width: 250px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-solution__sub-img-2 {
    top: -35%;
    left: 0%;
  }
}
.tp-solution__sub-img-3 {
  position: absolute;
  bottom: -27%;
  left: 4%;
}
.tp-solution__sub-img-3 img {
  height: 170px;
  width: 150px;
}
.tp-solution__bg-shape {
  position: absolute;
  top: -41%;
  right: -4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-solution__bg-shape {
    right: 0px;
  }
}
.tp-solution__right {
  padding-left: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-solution__right {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-solution__right {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-solution__right {
    padding-left: 0px;
  }
}
.tp-solution__section-box {
  padding-bottom: 20px;
}
.tp-solution__section-box .tp-section-subtitle{
  color: var(--tp-common-green-2);
  background: rgb(0 177 10 / 8%);
}
.tp-solution__section-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-solution__section-box p {
    display: none;
  }
}
.tp-solution__list {
  padding-bottom: 45px;
}
.tp-solution__list ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  color: var(--tp-common-black);
  list-style-type: none;
}
.tp-solution__list ul li:last-child {
  margin-bottom: 0;
}
.tp-solution__list 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-green-2);
  font-weight: 400;
}

.tp-security-section-wrapper {
  padding-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-security-section-wrapper {
    padding-left: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-security-section-wrapper {
    padding-left: 0px;
  }
}
.tp-security-section-box p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: var(--tp-indigo-black);
  position: relative;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-security-section-box p::after {
    top: -20px;
  }
}
@media (max-width: 767px) {
  .tp-security-section-box p::after {
    top: 8px;
  }
  .tp-solution__bg-shape{
    top: -10%;
  }
  .tp-solution__sub-img-3{
    bottom: -15%;
  }
}
.tp-about-left-img {
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-left-img {
    padding-left: 0px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .tp-about-left-img {
    padding-left: 0px;
    margin-bottom: 50px;
  }
}

.tp-about-bottom-img {
  position: absolute;
  top: 10px;
  left: -20px;
  right: 0;
  text-align: center;
  z-index: -1;
  animation: tpupdown 0.8s infinite alternate;
}
.tp-about-center-img {
  position: absolute;
  top: 20%;
  left: 15%;
  z-index: -1;
  animation: moving 9s linear infinite;
}
.tp-about-top-img {
  position: absolute;
  bottom: 0px;
  left: 0;
}

.tp-about-top-img-2 {
  position: absolute;
  top: -6%;
  left: 16%;
  animation: tpupdown 0.8s infinite alternate;
}

/*----------------------------------------*/
/*  23. SERVICE CSS START
/*----------------------------------------*/
.tp-service__section-box p {
  font-size: 18px;
  line-height: 28px;
}
.tp-service__area .tp-service_info-shape {
  position: absolute;
  top: 20%;
  right: 15%;
  z-index: -1;
  opacity: 0.5;
  animation: moving_long 8s linear infinite;
}
.tp-service__area .tp-service_info-shape_2 {
  position: absolute;
  bottom: 10%;
  left: 15%;
  z-index: -1;
  opacity: 0.5;
  animation: moving 9s linear infinite;
}
.tp-service__area .tp-service_info-shape_3 {
  position: absolute;
  top: 40%;
  left: 35%;
  z-index: -1;
  opacity: 0.3;
  animation: moving 8s linear infinite;
}

.tp-service__item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0224) 0%, rgba(255, 255, 255, 0) 100%);
  filter: drop-shadow(0px 30px 50px rgba(1, 6, 20, 0.12));
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(1, 16, 61, 0.08);
  border-radius: 30px;
  padding: 50px 42px;
  transition: 0.3s;
}
.tp-service__item:hover {
  border: 1px solid #E8EAF1;
  box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
  border-radius: 30px;
}
.tp-service__item:hover .tp-service__icon {
  animation: icon-bounce 0.8s 1;
}
.tp-service__icon {
  margin-bottom: 25px;
  font-size: 40px;
  color: #0080FB;
}
.tp-service__icon img{
  /* width: 50px; */
  height: 50px;
}
.tp-service__title-sm {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  padding-bottom: 5px;
}
.tp-service-2__section-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
}
.tp-service-2__shape {
  position: absolute;
  bottom: 18%;
  left: 0;
  width: 100%;
  transform: rotate(180deg);
}
.tp-service__content p {
  padding-bottom: 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service__title-sm {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service__content p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-2__shape {
    top: -75px;
  }
}
@media (max-width: 767px) {
  .tp-service-2__section-box {
    padding-bottom: 40px;
  }
  .tp-service-2__section-box p {
    font-size: 17px;
  }
  .tp-service-2__area .row.gx-60{
    padding: 0 30px;
  }
  .tp-service__item{
    padding: 30px 25px;
  }
}


@media (max-width: 767px) {
  .tp-service-2__shape {
    top: -53px;
  }
}
.tp-service-2__shape img {
  width: 100%;
}
.tp-service-2__user-shape {
  position: absolute;
  right: 35%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-service-2__user-shape {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  .tp-service-2__user-shape svg {
    width: 100%;
  }
}
.tp-service-2__item-wrapper {
  min-height: 280px;
  width: 100%;
}
.tp-service-2__icon{
  font-size: 30px;
  color: var(--tp-indigo-black);
}
.tp-service-2__item-wrapper:hover .tp-service-2__bg-shape {
  transform: rotate(0);
}
.tp-service-2__item-wrapper:hover .tp-service-2__item {
  box-shadow: rgba(10, 10, 10, 0.1) 0px 100px 100px, rgba(255, 255, 255, 0.1) 0px 0px 0px 0.5px inset;
}
.tp-service-2__item-wrapper:hover .tp-service-2__text {
  transform: translateY(12px);
}
.tp-service-2__item-wrapper:hover .tp-service-2__link {
  opacity: 1;
  visibility: visible;
}
.tp-service-2__item {
  background: rgba(255, 255, 255, 0.3);
  mix-blend-mode: normal;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 30px 30px rgba(1, 10, 10, 0.1), inset 0px 0px 0.5px rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  position: relative;
  width: 100%;
  padding: 50px 30px 45px;
  transition: 0.3s;
}
.tp-service-2__bg-shape {
  background: linear-gradient(41.25deg, #B2D6F8 25.09%, #81E0F5 94.14%);
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  height: 99%;
  width: 100%;
  transform: rotate(-10deg);
  z-index: -1;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-2__bg-shape {
    transform: rotate(-4deg);
  }
  .tp-service-2__area{
    padding: 0 30px;
  }
}
.tp-service-2__title-sm {
  font-weight: 600;
  font-size: 22px;
  /* line-height: 16px; */
  color: var(--tp-common-black);
  font-family: var(--tp-ff-mont);
  padding-bottom: 0;
  margin-bottom: 11px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-2__title-sm {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-2__title-sm {
    font-size: 17px;
  }
}

.tp-service-2__color-2 {
  background: linear-gradient(180deg, #B0F248 -9.62%, #6DD18A 100%);
}
.tp-service-2__color-3 {
  background: linear-gradient(24.55deg, #FF94C7 22.06%, #FFDBBA 92.53%);
}
.tp-service-2__color-4 {
  background: linear-gradient(25.41deg, #B67DFF 22.21%, #ADBFFF 91.18%);
}

.tp-service-2__color-5 {
  background: linear-gradient(25.41deg, #ff6868 22.21%, #ffadad 91.18%)
}
.tp-service-2__color-6 {
  background: linear-gradient(24.55deg, #5b60ff 22.06%, #90ccff 92.53%);
}
.tp-service-2__color-7 {
  background: linear-gradient(25.41deg, #fbff7d 22.21%, #b1ffad 91.18%);
}

.tp-service-2__color-8 {
  background: linear-gradient(180deg, #6cfffc -9.62%, #af6aff 100%);
}
.tp-service-2__color-9 {
  background: linear-gradient(24.55deg, #9dd8f5 22.06%, #59fff1 92.53%);
}
.tp-service-2__color-10 {
  background: linear-gradient(25.41deg, #ff5891 22.21%, #ADBFFF 91.18%);
}


.tp-service-2__text {
  transform: translateY(41px);
  transition: 0.3s;
}

/*----------------------------------------*/
/*  20. testimonial CSS START
/*----------------------------------------*/
.tp-testimonial__area{
  margin: 0 20px;
  border-radius: 30px;
  background: linear-gradient(180.21deg, #FFF9F9 -64.58%, rgba(255, 255, 255, 0.1) 115.31%), linear-gradient(90deg, #0093ff 0%, #ee57ff 50%, #083fff 100%);
}
.tp-testimonial__item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  filter: drop-shadow(0px 30px 50px rgba(1, 6, 20, 0.12));
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  overflow: hidden;
  transition: 0.3s;
}
.tp-testimonial__area .tp-testimonial__rating span{
  color: var(--tp-common-yellow-2);
  font-size: 24px;
  left: 35%;
}
.tp-testimonial__area .tp-testimonial__content .tp-testimonial__meta .tp-testimonial__rating{
  margin-bottom: 20px;
}

.tp-testimonial__item:hover {
  box-shadow: 0px 16px 20px rgba(1, 16, 61, 0.1);
  border-radius: 30px;
}
.tp-testimonial__thumb {
  flex: 0 0 auto;
}
.tp-testimonial__content {
  padding: 0px 50px;
}
.tp-testimonial__title-box p {
  border-bottom: 1px solid rgba(225, 225, 225, 0.8);
  padding-bottom: 37px;
  margin-bottom: 38px;
  padding-right: 12px;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
}
.tp-testimonial__author-info span {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  padding-top: 5px;
  display: inline-block;
}
.tp-testimonial__author-info h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}

.tp-testimonial__slider-wrapper {
  padding-top: 50px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-testimonial__content {
    padding: 0px 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial__content {
    padding: 0px 40px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .tp-testimonial__thumb {
    display: none;    
  }
  .tp-testimonial__item {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial__item {
    padding: 50px 0;
  }
  .tp-testimonial__title-box p{
    padding-right: 0;
  }
  .tp-testimonial__content {
    padding: 0px 30px;
  }
  .tp-testimonial__thumb {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-service__area,
  .tp-testimonial__area{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .tp-testimonial__content {
    padding: 20px 20px;
  }
  .tp-testimonial__item {
    padding: 10px 0;
  }
  .tp-testimonial__thumb {
    display: none;    
  }
  .tp-testimonial__thumb img {
    width: 100%;
  }
  .tp-testimonial__meta {
    flex-wrap: wrap;
  }
  .tp-testimonial__title-box p {
    padding-right: 0;
    font-size: 18px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}



/*----------------------------------------*/
/*  21. RANK CSS START
/*----------------------------------------*/

.tp-rank__wrapper {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-rank__wrapper {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-rank__wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .tp-rank__wrapper {
    padding-left: 0;
    margin-bottom: 120px;
  }
}
.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__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;
  max-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;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-rank__item {
    margin: 0 -12px 0 -12px;
  }
}
@media (max-width: 767px) {
  .tp-rank__item {
    margin: 0;
    width: 140px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-rank__item {
    width: 120px;
  }
}
.tp-rank__item:nth-child(2) {
  transform: translateY(30px);
}
@media (max-width: 767px) {
  .tp-rank__item:nth-child(2) {
    transform: translateY(0px);
  }
}
.tp-rank__item:nth-child(3) {
  transform: translateY(70px);
}
@media (max-width: 767px) {
  .tp-rank__item:nth-child(3) {
    transform: translateY(0px);
  }
}
.tp-rank__item.rank_item {
  background: linear-gradient(16.46deg, #68103d 11.15%, #ff5daf 99.48%);
  box-shadow: 0px 14px 20px rgba(1, 16, 61, 0.1);
  border-radius: 20px;
}
.tp-rank__item.rank_item .tp-rank__number i {
  color: var(--tp-common-white);
  opacity: 0.3;
}
.tp-rank__item.rank_item .tp-rank__number span {
  color: var(--tp-common-white);
}
.tp-rank__item.rank_item .tp-rank__company span {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.tp-rank__item.rank_item .tp-rank__company-info a {
  color: var(--tp-common-white);
}
.tp-rank__item.rank_item .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__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-info a {
  font-weight: 600;
  font-size: 15px;
  color: var(--tp-common-black);
}
.tp-rank__company-info span {
  font-weight: 500;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .tp-rank__rank-card{
    display: flex;
    justify-content: space-between;
    margin: 0px;
  }
  .tp-rank__item{
    max-width: 85px;
    padding: 20px;
  }
  .tp-rank__number {
    display: none !important;
  }
  .tp-rank__company-info a{
    display: none;
  }
}


/*----------------------------------------*/
/*  12. ABOUT-2 CSS START
/*----------------------------------------*/
.tp-about-area_2{
  margin: 0 20px;
  border-radius: 30px;
  background: linear-gradient(180.21deg, #FFF9F9 -64.58%, rgba(255, 255, 255, 0.1) 115.31%), linear-gradient(90deg, #0093ff 0%, #ee57ff 50%, #083fff 100%);
}
.tp-about-area_2_img {
  position: absolute;
  bottom: 2%;
  left: 35%;
  z-index: 2;
}
.tp-about-2-border-shape {
  position: absolute;
  bottom: 9%;
  left: -22%;
}
.tp-about-2-left-wrapper {
  padding-right: 20px;
}
@media (max-width: 1440px) {
  .tp-about-2-border-shape {
    width: 70%;
    left: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-area_2_img {
    position: relative;
    bottom: 4%;
    left: 54%;
  }
  .tp-about-2-border-shape {
    width: 70%;
    left: 16%;
    bottom: 25%;
}
}
@media (max-width: 767px) {
  .tp-about-area_2{
    padding: 30px 10px;
    margin: 0px;
    border-radius: 0px;
  }
  .tp-about-area_2_img {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .tp-about-2-border-shape{
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-2-left-wrapper {
    padding-right: 0;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-about-2-left-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.tp-about-2-section-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--tp-ff-mont);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-2-section-box p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-about-2-section-box p {
    font-size: 16px;
  }
  .tp-about-2-section-box p br {
    display: none;
  }
}

.tp-inner-about-2-box .tp-section-subtitle-2 {
  border-bottom: 0;
}
.tp-inner-font p {
  font-family: var(--tp-ff-body);
}

.form-label-action.active .postbox__comment-input label {
  top: 0;
  color: var(--tp-common-blue-4);
  font-size: 13px;
  font-weight: 400;
}
.form-label-action.active .postbox__comment-input span {
  top: -14px;
  color: var(--tp-common-blue-4);
  font-size: 13px;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox__comment-form {
    margin-bottom: 50px;
  }
}

.postbox__comment-input {
  position: relative;
}
.postbox__comment-input input:focus ~ .floating-label, .postbox__comment-input input:not(:focus):valid ~ .floating-label {
  top: 0;
  left: 20px;
  font-size: 13px;
  font-weight: 400;
  color: var(--tp-bright-red);
  background-color: var(--tp-common-white);
  padding: 0px 4px;
}
.postbox__comment-input textarea:focus ~ .floating-label-2, .postbox__comment-input textarea:not(:focus):valid ~ .floating-label-2 {
  top: -9px;
  left: 20px;
  font-size: 13px;
  font-weight: 400;
  color: var(--tp-bright-red);
  background-color: var(--tp-common-white);
  padding: 0px 4px;
}
.postbox__comment-input .eye-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}
.postbox__comment-input .eye-btn span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.postbox__comment-input .eye-btn .eye-on {
  transform: scale(0);
}
.postbox__comment-input .eye-btn.open .eye-on {
  transform: scale(1) translateY(-50%);
}
.postbox__comment-input .eye-btn.open .eye-off {
  transform: scale(0);
}
.postbox__comment-input .inputText {
  border-radius: 12px;
  padding: 0px 20px;
  font-size: 14px;
  width: 100%;
  height: 55px;
  border: 0;
  outline: 0;
  font-weight: 500;
  font-size: 15px;
  color: #87888A;
  box-shadow: inset 0 0 0 1px #E5E5E5;
  transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
  color: var(--tp-common-black);
}
.postbox__comment-input .inputText:focus {
  box-shadow: 0px 1px 2px 1px rgba(32, 33, 36, 0.06), inset 0 0 0 2px rgb(126, 28, 78);
}
.postbox__comment-input .inputText.password {
  padding-right: 55px;
}
.postbox__comment-input .textareaText {
  border-radius: 12px;
  padding: 20px;
  font-size: 14px;
  width: 100%;
  height: 160px;
  resize: none;
  border: 0;
  outline: 0;
  font-weight: 500;
  font-size: 15px;
  color: #87888A;
  box-shadow: inset 0 0 0 1px #E5E5E5;
  transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
  color: var(--tp-common-black);
}
.postbox__comment-input .textareaText:focus {
  box-shadow: 0px 1px 2px 1px rgba(32, 33, 36, 0.06), inset 0 0 0 2px var(--tp-bright-red);
}
.postbox__comment-input .floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease all;
}
.postbox__comment-input .floating-label-2 {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 20px;
  transition: 0.2s ease all;
}


.owl-carousel .owl-item img{
  width: auto !important;
}
.owl-carousel .owl-stage-outer{
  overflow: visible !important;
}

/*----------------------------------------*/
/*  19. NEW ABOUT CSS START
/*----------------------------------------*/
.tp-service_info_1{
  padding: 40px;
}
.tp-service_info_2{
  border-top: 1px solid #E7E7E7;
  padding: 40px;
}
.tp-service_info__area .about_2_img{
  /* background: linear-gradient(to bottom right, rgba(0, 0, 255, 0), 85%, #d3f2ff); */
  border-radius: 30px;
  width: 200px;
}
.tp-service_info-wrapper-main .tp-section-title-small{
  font-size: 35px;
}
.tp-service_info__area .about_1_img{
  width: 200px;
}
.tp-service_info__area .redius-shape-1{
  height: 200px;
  width: 200px;
  background-color: var(--tp-theme-3);
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  bottom: 10%;
  left: 15%;
  z-index: -1;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 8s linear infinite;
}
.tp-service_info__area .redius-shape-2 {
  bottom: 3%;
  left: 15%;
  height: 200px;
  width: 200px;
  background-color: var(--tp-common-green-2);
  position: absolute;
  z-index: -1;
  border-radius: 36% 64% 43% 57%/34% 45% 55% 66%;
  display: inline-block;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 15s linear infinite;
}
.tp-service_info__area .redius-shape-3 {
  top: 5%;
  right: 15%;
  height: 290px;
  width: 300px;
  background-color: #4ca1ff;
  position: absolute;
  border-radius: 50%;
  display: inline-block;
  z-index: -1;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 7s linear infinite;
}
.tp-service_info__area .tp-service_info-shape{
  position: absolute;
  top: 0%;
  left: 0;
  z-index: -1;
}
.tp-service_info__area .tp-service_info-shape_2{
  position: absolute;
  bottom: -20%;
  right: 0;
  z-index: -1;
}
.tp-service_info__area .tp-service_info-wrapper-main{
  border: 1px solid #E7E7E7;
  padding: 30px;
  position: relative;
  background: transparent;
  border-radius: 20px;;
}
.tp-service_info__area .tp-service_info-wrapper-main::after{
  position: absolute;
  content: "";
  top: -3%;
  left: -3%;
  right: 0;
  height: 106%;
  width: 106%;
  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(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0px 30px 50px rgba(1, 6, 20, 0.12);
  border-radius: 20px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service_info__pl-pr {
    margin: 0px 15px;
  }
  .tp-service_info__area .redius-shape-2{
    left: 0;
  }
  .tp-service_info__area .redius-shape-3{
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), 
only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service_info__pl-pr {
    margin: 0px;
  }
  .tp-service_info__area .redius-shape-2{
    left: 0;
  }
  .tp-service_info__area .redius-shape-3{
    right: 0;
    top: 10%;
  }
}
.tp-service_info__section-box p {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .tp-service_info__area .about_2_img{
    background: transparent;
  }
  .tp-service_info__area .tp-service_info-wrapper-main::after{
    top: -1.5%;
    height: 103%;
  }
  .tp-service_info__area .redius-shape-2{
    left: 10%;
  }
  .tp-service_info__area .redius-shape-3{
    right: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .tp-service_info__area .tp-service_info-wrapper-main::after{
    width: 108%;
    left: -4%;
  }
  .tp-service_info__area .redius-shape-2{
    left: 0;
  }
  .tp-service_info__area .redius-shape-3{
    right: 0;
  }
  .tp-service_info-wrapper-main .tp-service_info_1{
    padding: 0px;
  }
  .tp-service_info-wrapper-main .tp-service_info_2{
    padding: 0px;
  }
}

.test {
  position: absolute;
  transition: transform 0.2s ease-in-out;
  will-change: transform;
  width: 100px;
  height: calc(100% - 8px);
  position: absolute;
  left: 5px;
  top: 4px;
  display: block;
  content: "";
  background: #6865FF;
  box-shadow: 0px 2px 2px -1px rgba(89, 86, 233, 0.15), 0px 0px 1px rgba(89, 86, 233, 0.1);
  border-radius: 30px;
  transform: translateX(104px);
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about_info__section-box .tp-section-title br {
    display: none;
  }
}


/*----------------------------------------*/
/*  11. ERROR CSS START
/*----------------------------------------*/
.tp-error-ptb {
  padding-top: 200px;
  padding-bottom: 170px;
}
.tp-error-content-box {
  position: relative;
}
.tp-error-content-box span {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.tp-error-left-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.error-title-sm {
  font-weight: 700;
  font-size: 44px;
  letter-spacing: -0.02em;
  color: #202124;
  padding-bottom: 10px;
}

.tp-error-text-box p {
  padding-bottom: 20px;
}

/*----------------------------------------*/
/*  08. CONTACT CSS START
/*----------------------------------------*/
.contact-form-area .tp-contact_info-wrapper-main{
  border: 1px solid rgb(255 255 255 / 50%);
  border-radius: 30px;
}
.contact-form-area .tp-contact_info-wrapper-main::after{
  position: absolute;
  content: "";
  top: -6%;
  left: -2%;
  right: 0;
  height: 112%;
  width: 104%;
  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(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0px 30px 50px rgba(1, 6, 20, 0.12);
  border-radius: 20px;
  z-index: -1;
}
.contact-form-area .redius-shape-2 {
  top: 3%;
  left: 15%;
  height: 150px;
  width: 150px;
  background-color: var(--tp-common-green-2);
  position: absolute;
  z-index: -1;
  border-radius: 36% 64% 43% 57%/34% 45% 55% 66%;
  display: inline-block;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 15s linear infinite;
}
.contact-form-area .redius-shape-3 {
  bottom: 5%;
  right: 15%;
  height: 190px;
  width: 200px;
  background-color: #4ca1ff;
  position: absolute;
  border-radius: 50%;
  display: inline-block;
  z-index: -1;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 7s linear infinite;
}
.contact-form-area .tp-contact_info-shape {
  position: absolute;
  top: -40%;
  right: 0;
  z-index: -1;
}
.contact-form-area .tp-contact_info-shape_2 {
  position: absolute;
  bottom: -20%;
  left: 0;
  transform: rotate(180deg);
  z-index: -1;
}

.contact-form-section-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5F6168;
}

.contact-form-social-box{
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.contact-form-section-img{
  position: absolute;
  top: -100px;
  right: 10%;
}

.contact-form-right-warp {
  padding: 0px 70px;
}
.contact-form-right-warp .postbox__comment-input #name-error,
.contact-form-right-warp .postbox__comment-input #email-error,
.contact-form-right-warp .postbox__comment-input #number-error,
  .contact-form-right-warp .postbox__comment-input #subject-error{
  position: absolute;
  left: 0;
  bottom: -20px;
  color: var(--tp-common-error);
}
.contact-form-right-warp .postbox__btn-box .submit-btn {
  border-radius: 12px;
}
.contact-form-left {
  padding-left: 50px;
  padding-right: 20px;
}


@keyframes send-icon {
  0% {
      transform: scale(1);
  }

  50% {
      transform: scale(1.5);
  }

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

.tp-contact_info-wrapper-main .animated-icon {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.tp-contact_info-wrapper-main .popup-msg {
  display: flex;
}


.tp-contact_info-wrapper-main .popup-msg .send-icon {
  font-size: 1.875rem;
  animation-name: send-icon;
  animation-duration: 2s;
  color: var(--tp-common-green-2);
}
.tp-contact_info-wrapper-main .send-icon-msg {
  font-size: 20px;
}



@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .contact-form-area .redius-shape-2{
    left: 2%;
  }
  .contact-form-area .redius-shape-3{
    right: 2%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-form-left {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form-right-warp {
    padding: 0px 35px;
  }
  .contact-form-area .redius-shape-2{
    left: 0;
  }
  .contact-form-area .redius-shape-3{
    right: 0;
  }
  .contact-form-area .tp-contact_info-shape_2 {
    left: -11%;
  }
  .contact-form-area .tp-contact_info-wrapper-main{
    padding: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-right-warp {
    padding: 0;
  }
  .contact-form-area .redius-shape-2{
    left: 10%;
  }
  .contact-form-area .redius-shape-3{
    right: 10%;
  }
  .contact-form-left {
    padding-left: 0;
    margin-bottom: 80px;
  }
  .contact-form-area .tp-contact_info-wrapper-main{
    padding: 40px;
  }
  .contact-form-area .tp-contact_info-shape_2 {
    left: -30%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-form-section-box .tp-section-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact-form-area .redius-shape-2{
    left: 0%;
  }
  .contact-form-area .redius-shape-3{
    right: 0%;
  }
  .contact-form-right-warp {
    padding: 0;
  }
  .contact-form-section-box p br {
    display: none;
  }
  .contact-form-area .tp-contact_info-wrapper-main::after{
    top: -3%;
    height: 106%;
  }
  .contact-form-area .tp-contact_info-wrapper-main{
    padding: 20px;
  }
  .contact-form-area .tp-contact_info-shape_2 {
    left: -30%;
  }
  .contact-form-left {
    padding: 0;
    margin-bottom: 80px;
  }
}




/*----------------------------------------*/
/*  14. FOOTER CSS START
/*----------------------------------------*/
footer{
  margin: 60px 20px 20px 20px;
  border-radius: 30px;
  overflow: hidden;
}
.tp-footer__widget-logo {
  display: inline-block;
  width: 240px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .tp-footer__widget-logo {
    margin-bottom: 30px;
    width: 180px;
  }
}
.tp-footer__top-text span {
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
  color: #FFFFFF;
}
.tp-footer__border-bottom {
  padding-bottom: 50px;
  position: relative;
}
.tp-footer__border-bottom::after {
  content: "";
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 48.44%, rgba(255, 255, 255, 0.151515) 99.99%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.2;
  bottom: 0;
  left: 0;
  position: absolute;
}
.tp-footer__border-bottom-4 {
  padding-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-footer__icon-space {
  padding-top: 3px;
}
.tp-footer__top-space {
  margin-top: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-footer__input input {
  background-color: var(--tp-common-white);
  border: none;
  height: 60px;
  width: 100%;
  border-radius: 40px;
  padding-left: 55px;
  padding-right: 80px;
  font-weight: 400;
  font-size: 16px;
}
.tp-footer__input button {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: var(--tp-common-white);
  text-align: center;
  border-radius: 50%;
  background-color: var(--tp-bright-red);
}
.tp-footer__input button svg {
  color: var(--tp-common-white);
  transform: rotate(-45deg);
  margin-left: 2px;
  margin-top: 0;
}
.tp-footer__input button:hover {
  box-shadow: inset 0 0 0 30px var(--tp-indigo-black);
  background-color: transparent;
}
.tp-footer__input span {
  position: absolute;
  top: 53%;
  left: 25px;
  transform: translateY(-50%);
}
.tp-footer__text p {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-white);
  line-height: 26px;
  padding-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer__text p {
    padding-right: 10px;
  }
  .tp-footer__text p br {
    display: none;
  }
}
.tp-footer__widget-title {
  font-weight: 700;
  font-size: 25px;
  color: var(--tp-common-white);
  padding-bottom: 25px;
}
.tp-footer__social {
  display: flex;
}
.tp-footer__social a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 14px;
  color: var(--tp-common-white);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.tp-footer__social a:hover {
  background-color: var(--tp-bright-red);
  border-color: var(--tp-bright-red);
  color: var(--tp-common-white);
  transform: scale(1.1);
}

.tp-footer__contact-info a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--tp-ff-mont);
}
.tp-footer__contact-info ul li {
  position: relative;
  list-style-type: none;
  padding-left: 35px;
  margin-bottom: 18px;
}
.tp-footer__contact-info ul li:last-child {
  margin-bottom: 0;
}
.tp-footer__contact-info ul li:first-child a {
  font-weight: 500;
  font-size: 20px;
}
.tp-footer__contact-info ul li span {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--tp-bright-red);
  font-size: 20px;
}
.tp-footer__contact-info ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #F5F5FA;
}

.tp-copyright__social a {
  box-shadow: 0px 1px 2px rgba(1, 16, 61, 0.14);
  border-radius: 10px;
  background-color: var(--tp-common-white);
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  font-size: 15px;
  transition: 0.3s;
  margin-right: 5px;
}

.tp-copyright__text span {
  font-weight: 500;
  font-size: 15px;
  line-height: 12px;
  color: rgba(245, 245, 250, 0.6);
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright__text span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tp-copyright__text span {
    font-size: 12px;
  }
  .tp-footer__top-text {
    margin-bottom: 30px;
  }
}

.tp-custom-accordion {
  min-height: 400px;
}

.footer-black-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  text-align: center;
  background-color: var(--tp-indigo-black);
  z-index: -1;
}