/*-----------------------------------------------------------------------------------

    Theme Name: Softec - Data analytics HTML5 Template
    Author: Theme Pure
    Support: https://help.themepure.net/support/
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. THEME DEFAULT CSS
	02. MEANMENU CSS START
	03. ABOUT CSS START
	04. ACCOUNT CSS START
	05. BLOG CSS START
    06. BRAND CSS START
    07. CAREER CSS START
    08. CONTACT CSS START
	09. COUNTER CSS START
	10. CTA CSS START
	11. ERROR CSS START
	12. FAQ CSS START
	13. FEATURE CSS START
	14. FOOTER CSS START
	15. HEADER CSS START
	16. HERO CSS START
	17. INTEGRATION CSS START
	18. PAYMENT CSS START
	19. PRICE CSS START
	20. PROJECT CSS START
	21. RANK CSS START
	22. SECURITY CSS START
	23. SERVICE CSS START
	24. TEAM CSS START
	25. TESTIMONIAL CSS START
    26. VIDEO CSS START

**********************************************/
/*----------------------------------------*/
/*  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");
: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;}
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---------------------
-----------------------------------------*/
.tp-btn {display: inline-block;background-color: var(--tp-common-blue);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 span {position: relative;z-index: 5;transition: 0.3s;transition-delay: 0.3s;color: var(--tp-common-white);}
.tp-btn:hover span {color: var(--tp-common-white);transition-delay: 0.1s;}
.tp-btn-white {background-color: var(--tp-common-white);color: var(--tp-common-black);height: 45px;line-height: 45px;border-radius: 30px;padding: 0 35px;font-size: 15px;font-weight: 600;text-align: center; text-transform: capitalize;overflow: hidden;transition: color 0.5s ease;transition-duration: 0.4s;}
.tp-btn-white span {position: relative;z-index: 5;transition: 0.5s;transition-delay: 0.1s;}
.tp-btn-white:hover {color: var(--tp-common-black);transition-duration: 0.5s;}
.tp-btn-white:hover span.white-text {color: var(--tp-common-white);}
.tp-btn-orange {display: inline-block;background-color: var(--tp-common-orange);color: var(--tp-common-white);height: 36px;line-height: 36px;border-radius: 30px;padding: 0 30px;font-size: 15px;font-weight: 600;text-align: center;text-transform: capitalize;position: relative;overflow: hidden;z-index: 1;transition: 0.5s;}
.tp-btn-orange span {z-index: 99;position: relative;transition: 0.3s;transition-delay: 0.3s;color: var(--tp-common-white);}
.tp-btn-orange:hover span {color: var(--tp-common-black);transition-delay: 0.1s;}

.tp-btn-white-solid {
  display: inline-block;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-urban);
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(5px);
  border-radius: 100px;
  height: 36px;
  padding: 0 22px;
  font-weight: 700;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
}

.tp-btn-yellow {
  display: inline-block;
  background: var(--tp-common-yellow-3);
  border-radius: 100px;
  height: 42px;
  padding: 0 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-yellow {
    height: 42px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.tp-btn-yellow span {
  position: relative;
  z-index: 5;
  transition: 0.3s;
  color: var(--tp-common-black);
}
.tp-btn-yellow span:hover {
  color: var(--tp-common-black);
}
.tp-btn-yellow.inner-color {
  background: #FFCE5A;
  color: var(--tp-common-black);
}
.tp-btn-yellow.inner-color:hover span {
  color: var(--tp-common-white);
}

.tp-btn-yellow-sm {
  display: inline-block;
  color: var(--tp-common-black);
  background: var(--tp-common-yellow-3);
  backdrop-filter: blur(5px);
  border-radius: 100px;
  height: 50px;
  padding: 0 24px;
  font-weight: 500;
  font-size: 17px;
  line-height: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
}

.tp-btn-yellow-lg {
  display: inline-block;
  color: var(--tp-common-black);
  background: #FFCE5A;
  border-radius: 100px;
  height: 60px;
  padding: 0 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  transition-duration: 1s;
}
@media (max-width: 767px) {
  .tp-btn-yellow-lg {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
}
.tp-btn-yellow-lg::after {
  background-color: var(--tp-common-white);
  border-radius: 100px;
  bottom: -100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  width: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition-duration: 1s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.14, 0, 0, 1.01);
  will-change: transform;
  z-index: -1;
}
.tp-btn-yellow-lg:hover {
  background-color: transparent;
  color: var(--tp-common-black);
}
.tp-btn-yellow-lg:hover::after {
  transform: scaleY(1);
  transform-origin: top;
}
.tp-btn-yellow-lg.yellow-bg {
  background-color: #F8FF35;
}

.tp-btn-yellow-border {
  height: 60px;
  line-height: 57px;
  padding-left: 38px;
  padding-right: 28px;
  border-radius: 100px;
  border: 2px solid var(--tp-common-yellow-3);
  color: var(--tp-common-yellow-3);
  font-size: 16px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
}
.tp-btn-yellow-border i {
  padding-left: 60px;
  position: relative;
  z-index: 5;
  color: var(--tp-common-black);
  font-size: 22px;
  transform: translateY(2px);
}
.tp-btn-yellow-border::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 60px;
  background: var(--tp-common-yellow-3);
  z-index: -1;
  transition: 0.3s;
}
.tp-btn-yellow-border:hover {
  color: var(--tp-common-black);
  border: 2px solid #F8FF35;
}
.tp-btn-yellow-border:hover::before {
  width: 100%;
  background: #F8FF35;
}

.tp-btn-service {
  height: 40px;
  line-height: 35px;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  color: var(--tp-common-yellow-3);
  border-radius: 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0px 30px;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
}
.tp-btn-service:hover {
  background-color: var(--tp-common-yellow-3);
  color: var(--tp-common-black);
  border-color: var(--tp-common-yellow-3);
}

.tp-btn-grey {
  height: 60px;
  line-height: 60px;
  color: var(--tp-common-black);
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0px 35px;
  font-weight: 600;
  font-size: 16px;
  background: var(--tp-common-white);
  transition: 0.3s;
  transition-duration: 1s;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tp-btn-grey {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
}
.tp-btn-grey::after {
  background-color: var(--tp-common-black);
  border-radius: 100px;
  bottom: -100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  width: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition-duration: 1s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.14, 0, 0, 1.01);
  will-change: transform;
  z-index: -1;
}
.tp-btn-grey:hover {
  background-color: transparent;
  color: var(--tp-common-white);
}
.tp-btn-grey:hover::after {
  transform: scaleY(1);
  transform-origin: top;
}

.tp-btn-purple {
  height: 40px;
  line-height: 38px;
  color: var(--tp-common-black);
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0px 35px;
  font-weight: 600;
  font-size: 14px;
  background: #F7F9FB;
  transition: 0.3s;
}
.tp-btn-purple:hover {
  color: var(--tp-common-white);
  background: #6B14FA;
}

.tp-btn-purple-lg {
  height: 60px;
  line-height: 60px;
  color: var(--tp-common-white);
  background: #6B14FA;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0px 35px;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
}
.tp-btn-purple-lg:hover {
  color: var(--tp-common-white);
  background: #6B14FA;
}

.tp-btn-yellow-solid {
  height: 60px;
  line-height: 60px;
  color: var(--tp-common-black);
  background: #DDFF7B;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0px 35px;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
  overflow: hidden;
}
.tp-btn-yellow-solid.circle-effect {
  position: relative;
}
.tp-btn-yellow-solid.circle-effect::after {
  background-color: var(--tp-common-white);
  border-radius: 95px;
  bottom: -100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  width: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition-duration: 1s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.14, 0, 0, 1.01);
  will-change: transform;
  z-index: -1;
}
.tp-btn-yellow-solid:hover {
  color: var(--tp-common-black);
  background: #DDFF7B;
}
.tp-btn-yellow-solid:hover.circle-effect::after {
  transform: scaleY(1);
  transform-origin: top;
}

.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-common-black);
}
.tp-btn-hover.alt-color-white b {
  background-color: var(--tp-common-white);
}

.tp-btn-price {
  display: inline-block;
  background: rgba(89, 86, 233, 0.08);
  color: var(--tp-common-blue);
  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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.submit-btn {
  background-color: var(--tp-common-blue-4);
  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 {
  color: var(--tp-common-white);
}

.signin-btn {
  background-color: var(--tp-common-blue-4);
  text-align: center;
  height: 55px;
  padding: 0px 100px;
  display: inline-block;
  line-height: 55px;
  color: var(--tp-common-white);
  font-weight: 600;
  font-size: 16px;
  border-radius: 12px;
}
.signin-btn:hover {
  background-color: rgb(108, 20, 250);
  color: var(--tp-common-white);
}

.tp-btn-inner {
  display: inline-block;
  background: var(--tp-common-blue-4);
  color: var(--tp-common-white);
  height: 50px;
  line-height: 50px;
  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-inner.white-bg:hover {
  transform: translateY(-2px);
  box-shadow: 0px 8px 24px 0px rgba(25, 118, 41, 0.3);
}
.tp-btn-inner span {
  position: relative;
  z-index: 5;
  transition: 0.3s;
  transition-delay: 0.3s;
  color: var(--tp-common-white);
  display: inline-block;
  transform: translateY(-2px);
}
.tp-btn-inner:hover span {
  color: var(--tp-common-white);
  transition-delay: 0.1s;
}

.tp-btn-inner-border {
  display: inline-block;
  color: var(--tp-common-white);
  height: 40px;
  line-height: 36px;
  border-radius: 30px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
}
.tp-btn-inner-border i {
  padding-left: 7px;
  transform: rotate(45deg) translateY(-3px);
}
.tp-btn-inner-border:hover {
  color: var(--tp-common-yellow-3);
}

/* 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 ---*/
.dark #preloader {
  background-color: var(--tp-theme-1);
}

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

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

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

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

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

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

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

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

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

.blue-bg-2 {
  background: var(--tp-common-blue-4);
}

.swiper-slide-active .blog-grid-slider-meta {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.swiper-slide-active .blog-grid-slider-title {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.swiper-slide-active .blog-grid-slider-title-box p {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.swiper-slide-active .blog-grid-avata-box {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.swiper-slide-active .blog-grid-slider-meta,
.swiper-slide-active .blog-grid-slider-title,
.swiper-slide-active .blog-grid-slider-title-box p,
.swiper-slide-active .blog-grid-avata-box {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url(../img/cross-out.png), pointer;
}

.tp-instagram img {
  width: 100%;
}

.tpoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: var(--tp-common-black);
  z-index: 9999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
.tpoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .tpoffcanvas {
    width: 300px;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas {
    width: 400px;
    padding: 40px;
  }
}
.tpoffcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}
.tpoffcanvas__logo {
  margin-bottom: 20px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__logo {
    padding-top: 0;
  }
}
/* .tpoffcanvas__logo img {
  width: 157px;
  height: 100%;
} */
.tpoffcanvas__instagram {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .tpoffcanvas__instagram {
    text-align: left;
  }
}
.tpoffcanvas__instagram img {
  width: 80px;
  margin: 0px 5px;
  margin-bottom: 15px;
}
.tpoffcanvas__instagram-title h4 {
  color: var(--tp-common-white);
  text-transform: capitalize;
  margin-bottom: 30px;
}
.tpoffcanvas__close-btn button {
  position: absolute;
  right: 0px;
  top: 0px;
  transition: 1s;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
  height: 40px;
  width: 40px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.tpoffcanvas__close-btn button i {
  font-weight: 300;
  font-size: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__close-btn button {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .tpoffcanvas__close-btn button {
    font-size: 28px;
  }
}
.tpoffcanvas__content {
  margin-bottom: 30px;
}
.tpoffcanvas__content p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
}
.tpoffcanvas__content span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}
.tpoffcanvas__content a {
  font-size: 30px;
  line-height: 51px;
  font-weight: 700;
  color: var(--tp-common-white);
  display: inline-block;
}
@media (max-width: 767px) {
  .tpoffcanvas__content a {
    font-size: 27px;
  }
}
.tpoffcanvas__social .social-icon a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background-color: var(--tp-common-white);
  color: var(--tp-theme-1);
  margin-right: 15px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .tpoffcanvas__social .social-icon a {
    margin-right: 3px;
  }
}
.tpoffcanvas__social .social-icon a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tpoffcanvas__info {
  margin-bottom: 40px;
}
.tpoffcanvas__info .offcanva-title {
  color: var(--tp-common-white);
  padding-bottom: 5px;
}
.tpoffcanvas__info a {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.2;
}

.mobile-menu.mean-container {
  margin-bottom: 50px;
}

.offcan-social-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
}

.tpoffcanvas-social {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.about-shape-1 {
  position: absolute;
  top: 10%;
  left: 0;
}
.about-shape-2 {
  position: absolute;
  top: 0%;
  right: 0%;
}
.about-banner {
  background-color: #600EE4;
  height: 540px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-banner {
    height: 580px;
  }
}
@media (max-width: 767px) {
  .about-banner {
    height: 400px;
  }
}
.about-banner-title {
  font-style: normal;
  font-weight: 600;
  font-size: 110px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  position: relative;
  z-index: -1;
  margin-top: 190px;
  display: inline-block;
  margin-left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-banner-title {
    font-size: 90px;
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .about-banner-title {
    font-size: 50px;
    margin-left: 50px;
    margin-top: 132px;
  }
}

.about-img-height {
  min-height: 620px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  margin-top: -215px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-img-height {
    min-height: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-img-height {
    min-height: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-height {
    min-height: 400px;
    margin-top: -320px;
  }
}
@media (max-width: 767px) {
  .about-img-height {
    min-height: 300px;
    margin-top: -200px;
  }
}
.about-img-title {
  font-style: normal;
  font-weight: 600;
  font-size: 110px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #600EE4;
  margin-left: 100px;
  margin-top: -140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img-title {
    font-size: 90px;
    margin-top: -115px;
  }
}
@media (max-width: 767px) {
  .about-img-title {
    font-size: 50px;
    margin-left: 50px;
    margin-top: -67px;
  }
}

.breadcrumb__shape-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.breadcrumb__shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}
.breadcrumb__sub-img {
  position: absolute;
  top: 35px;
  right: -5px;
}
.breadcrumb-height {
  padding-top: 115px;
  padding-bottom: 35px;
}
.breadcrumb-height-2 {
  padding-top: 105px;
  padding-bottom: 80px;
}
.breadcrumb-height-3 {
  padding-top: 125px;
  padding-bottom: 290px;
}
.breadcrumb-ptb-3 {
  padding-top: 155px;
  padding-bottom: 40px;
}
.breadcrumb-ptb-3 .breadcrumb__content {
  margin-top: 25px;
}
.breadcrumb-ptb-4 {
  padding-top: 190px;
  padding-bottom: 260px;
}
@media (max-width: 767px) {
  .breadcrumb-ptb-4 {
    padding-top: 150px;
    padding-bottom: 240px;
  }
}
.breadcrumb-ptb-5 {
  padding-top: 180px;
  padding-bottom: 155px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb-ptb-5 {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.breadcrumb-overlay {
  position: relative;
}
.breadcrumb-overlay::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(229, 174, 255, 0.2);
  backdrop-filter: blur(130px);
}
.breadcrumb-overlay .breadcrumb__text p {
  color: rgba(95, 97, 104, 0.7);
}
.breadcrumb__content {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__content {
    transform: translateY(20px);
  }
}
@media (max-width: 767px) {
  .breadcrumb__content {
    margin-bottom: 30px;
  }
}
.breadcrumb__client-info span {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 15px;
  display: inline-block;
}
.breadcrumb__client-info p {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__client-info p {
    font-size: 15px;
  }
}
.breadcrumb__text p {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .breadcrumb__text p br {
    display: none;
  }
}
.breadcrumb__text span {
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 10px;
  display: inline-block;
}
.breadcrumb__img {
  display: inline-block;
}
.breadcrumb__title {
  font-weight: 700;
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  padding-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .breadcrumb__title {
    font-size: 40px;
    line-height: 1.2;
  }
}
.breadcrumb__list {
  display: inline-block;
}
.breadcrumb__list span {
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .breadcrumb__list span {
    font-size: 15px;
  }
}
.breadcrumb__list span.child-one {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.breadcrumb__list span.dvdr i {
  font-weight: 400;
  font-size: 17px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0px 8px;
  transform: translateY(1px);
}

.breadcrumb-height-3 .container .row [class*=col-]:last-child {
  border-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-height-3 .container .row [class*=col-]:nth-child(2) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .breadcrumb-height-3 .container .row [class*=col-] {
    border-right: none;
  }
}

.breadcrumb__shape-3 {
  position: absolute;
  bottom: 12%;
  left: 8%;
  -moz-animation: circle-animations 3s ease-in-out 1s forwards infinite alternate;
  -webkit-animation: circle-animations 3s ease-in-out 1s forwards infinite alternate;
  animation: circle-animations 3s ease-in-out 1s forwards infinite alternate;
}
.breadcrumb__shape-4 {
  position: absolute;
  bottom: 12%;
  left: 9%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__shape-4 {
    bottom: 50%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb__content-wrap {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__content-wrap {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__content-wrap {
    padding-left: 50px;
  }
}

.tp-custom-accordion .accordion-items {
  border-bottom: 1px solid #EBECF0;
  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.boxsadow {
  box-shadow: none;
  border-radius: none;
}
.tp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  font-weight: 600;
  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: 14px;
  }
}
.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 #C0C2C8;
  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: #525258;
  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: #525258;
  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 {
  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: 13px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-custom-accordio-2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-custom-accordio-2 {
    margin-bottom: 50px;
  }
}
.tp-custom-accordio-2 .accordion-items {
  margin-bottom: 15px;
  background: #F7F9FB;
  border-radius: 16px;
}
.tp-custom-accordio-2 .accordion-buttons {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 30px 35px;
  font-weight: 500;
  font-size: 22px;
  line-height: 20px;
  background: #F7F9FB;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .tp-custom-accordio-2 .accordion-buttons {
    font-size: 19px;
  }
}
.tp-custom-accordio-2 .accordion-buttons::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  background-image: none;
  top: 25px;
  right: 35px;
  width: auto;
  height: auto;
  font-weight: 700;
  font-size: 20px;
  opacity: 1;
  height: 30px;
  width: 30px;
  line-height: 27px;
  background-color: var(--tp-common-blue);
  color: var(--tp-common-white);
  text-align: center;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.5s;
  font-weight: 300;
}
.tp-custom-accordio-2 .accordion-buttons.collapsed::after {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  transform: rotate(90deg);
}
.tp-custom-accordio-2 .accordion-body {
  padding: 40px 35px;
  padding-top: 0px;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #595B62;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-custom-accordio-2 .accordion-body {
    font-size: 14px;
    line-height: 23px;
    padding: 30px 35px;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .tp-custom-accordio-2 .accordion-body {
    font-size: 15px;
    line-height: 24px;
  }
}

.tp-inner-font .accordion-items button {
  font-family: var(--tp-ff-body);
}
.tp-inner-font .accordion-items .accordion-body {
  font-family: var(--tp-ff-body);
}

.tp-section-title {font-weight: 700;font-size: 50px;line-height: 1.2;}
.tp-section-title span {color: var(--tp-theme-3);}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title { 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;}
}
@media (max-width: 767px) {
  .tp-section-title {font-size: 33px;}
}

.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-lg { font-size: 40px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-lg { font-size: 40px;}
}
@media (max-width: 767px) {
  .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: 52px;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: 30px;}
  .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-subtitle {font-weight: 600;font-size: 13px;line-height: 14px;color: var(--tp-common-blue);background: rgba(89, 86, 233, 0.05);border-radius: 30px;display: inline-block;padding: 10px 17px;margin-bottom: 8px;text-transform: uppercase;}
.inner-section-subtitle {font-weight: 500;font-size: 14px;letter-spacing: 0.06em;color: #6B14FA;padding-bottom: 10px;display: inline-block;text-transform: uppercase;}
.tp-section-subtitle-2 {font-weight: 500;font-size: 18px;line-height: 20px;color: var(--tp-common-black);border-bottom: 2px solid var(--tp-theme-2);font-family: var(--tp-ff-mont);display: inline-block;padding-bottom: 5px;}
.tp-orange-color {transition: 0.3s;display: inline-block;}
.tp-orange-color:hover {color: var(--tp-common-blue-4);}


/*----------------------------------------*/
/*  15. HEADER CSS START
/*----------------------------------------*/

.header-sticky-bg-2.header-sticky {position: fixed;top: 0;left: 0;right: 0;background-color: var(--tp-common-white);opacity: 1;visibility: visible;width: 100%;box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;z-index: 999;}
.header-sticky-bg-2.header-sticky .header-bottom__main-menu-inner ul li a {color: var(--tp-common-black);}
.header-sticky-bg-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-sticky-bg-2.header-sticky .header-bottom__main-menu-4 ul li a {color: var(--tp-common-black);}
.header-sticky-bg-2.header-sticky .tp-header-2__main-menu > nav > ul > li > a {color: var(--tp-common-black);padding: 31px 0;}
.header-bottom__transparent {position: absolute;left: 0;right: 0;}
.header-bottom__bdr {border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-bottom__bdr {padding: 15px 0px;}
}
.header-bottom__main-menu nav ul { margin-left: -45px;}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu nav ul {margin-left: -2px;}
}
.header-bottom__main-menu nav ul li {display: inline-block;margin: 0px 17px;}
@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 li:hover a {color: var(--tp-theme-1);}
.header-bottom__main-menu nav ul li a {font-weight: 500;font-size: 18px;color: var(--tp-common-black);display: inline-block;padding: 40px 0;}

.header-bottom__main-menu-4 > nav > ul {margin-left: 30px;}
.header-bottom__main-menu-4 > nav > ul > li {margin: 0;position: relative;}
.header-bottom__main-menu-4 > nav > ul > li::after {position: absolute;bottom: 0; left: 0;width: 100%;height: 0%;content: "";background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 100%);filter: drop-shadow(0px 2px 0px #F8FF35);transition: 0.3s;}
.header-bottom__main-menu-4 > nav > ul > li::before {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 0%;height: 2px;content: "";background-color: var(--tp-common-yellow-3);transition: 0.3s;}
.header-bottom__main-menu-4 > nav > ul > li > a {color: var(--tp-common-white);position: relative;z-index: 5;padding: 30px 0;padding-left: 22px;padding-right: 22px;}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-4 > nav > ul > li > a {padding: 30px 15px;}
}
.header-bottom__main-menu-4 > nav > ul > li:hover::after {height: 100%;}
.header-bottom__main-menu-4 > nav > ul > li:hover::before {width: 100%;}
.header-bottom__main-menu-4 > nav > ul > li:hover a {color: var(--tp-common-white);}
.header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul {margin-left: -20px;}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul {margin-left: 25px;}
}
.header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul li::after {background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);filter: drop-shadow(0px 2px 0px #FFFFFF);}
.header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul li::before {background-color: white;}
.header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul li a {padding: 26px 18px;}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom__main-menu-4.header-bottom__main-menu-inner nav ul li a {padding: 30px 18px;}
}
.header-bottom__btn {line-height: 0;}
.header-bottom__btn a {margin-left: 25px;}
@media (max-width: 767px) {
  .header-bottom__btn a {box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;}
}
.header-bottom__bar {height: 45px;width: 45px;border-radius: 50%;line-height: 45px;text-align: center;background-color: var(--tp-common-white);color: var(--tp-common-black);font-size: 18px;}

.inner-header-2 .header-bottom__main-menu-inner nav ul li::before {background-color: var(--tp-common-blue-4);}
.inner-header-2 .header-bottom__main-menu-inner nav ul li::after {background: linear-gradient(180deg, rgba(96, 14, 228, 0) 0%, rgba(96, 14, 228, 0.1) 100%);filter: drop-shadow(0px 2px 0px #600EE4);}
.inner-header-2 .header-bottom__main-menu-inner nav ul li a {color: var(--tp-common-black);}
.inner-header-2.header-bottom__bdr {border-color: rgba(8, 8, 41, 0.1);}
.inner-header-2 .header-bottom__action-2 svg {color: var(--tp-common-black);transition: 0.3s;}
.inner-header-2 .header-bottom__action-2 span {color: var(--tp-common-black);transition: 0.3s;}
.inner-header-2 .header-bottom__action-2:hover svg {color: var(--tp-common-blue-4);}
.inner-header-2 .header-bottom__action-2:hover span {color: var(--tp-common-blue-4);}

/*----------------------------------------*/
/*  16. HERO CSS START
/*----------------------------------------*/
.tp-hero-left-shape {position: absolute;top: 0;left: 0;z-index: 1;}
/* @media (max-width: 767px) {
  .tp-hero-pt {
    padding-top: 120px;
  }
} */
.tp-hero-title-3 {font-weight: 700;font-size: 70px;line-height: 82px;letter-spacing: -0.01em;font-family: var(--tp-ff-urban);color: var(--tp-common-black);}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-title-3 {font-size: 73px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title-3 {font-size: 60px;}
}
@media (max-width: 767px) {
  .tp-hero-title-3 {font-size: 28px;line-height: 42px;}
  .tp-sales-space{padding-top: 0px !important;}
}
.tp-hero-title-3 i {font-style: normal;overflow: hidden;}
.tp-hero-title-3 i i.child-1 {transform: translateY(150px);overflow: hidden;opacity: 0;}
.tp-hero-title-3 span {font-style: italic;font-weight: 400;font-family: var(--tp-ff-dm);}
.tp-hero-title-box p {font-weight: 400;font-size: 20px;line-height: 30px;letter-spacing: 0.01em;color: #595B62;font-family: var(--tp-ff-urban);padding-bottom: 20px;}
@media (max-width: 767px) {
  .tp-hero-title-box p {font-size: 15px; line-height: 22px;}
  .tp-hero-title-box p br {display: none;}
}

.tp-hero-gradient-bg {position: absolute;top: 0;left: 0;background-color: var(--tp-common-white);width: 100%;}
.tp-hero-gradient-bg img {background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 55.86%);background-blend-mode: soft-light;width: 100%;}
.tp-hero-btn-3 { margin-bottom: 15px;}
.tp-hero-btn-3 a {margin: 0px 7px;margin-bottom: 20px;display: none;}
.tp-hero-3-shape-6 {position: absolute;top: 21%;right: -2%;z-index: 3;}
.tp-hero-3-shape-6 span svg path {stroke: var(--tp-common-black);stroke-dasharray: 560;stroke-dashoffset: 560;animation: section_stroke 2s linear forwards;-webkit-animation: section_stroke 2s linear forwards;}

.tp-hero-overlay {
  background-color: var(--tp-common-blue-2);
  position: relative;
  z-index: 1;
}
.tp-hero-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(358.24deg, rgba(13, 92, 225, 0.9) 1.52%, rgba(13, 92, 225, 0) 90.93%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: -1;
}
@media (max-width: 767px) {
  .tp-hero-overlay {
    padding-top: 130px;
  }
}

.tp-hero-glob-img {
  position: absolute;
  right: 15%;
  bottom: -6%;
  -webkit-animation: animationglob 50s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
  animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

.tp-hero-4-main-img {
  animation: tpupdown 0.8s infinite alternate;
}

.tp-hero-4-sub-img {
  position: absolute;
  bottom: -27%;
  right: 11%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-4-sub-img {
    right: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-4-sub-img {
    bottom: -23%;
    right: 23%;
  }
}
@media (max-width: 767px) {
  .tp-hero-4-sub-img {
    bottom: -38%;
    right: -2%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-4-sub-img {
    bottom: -22%;
    right: 13%;
  }
}
.tp-hero-4-shape-img {
  position: absolute;
  left: 0;
  top: 10%;
}

.tp-hero-title-4 {
  font-weight: 600;
  font-size: 96px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title-4 {
    font-size: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title-4 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .tp-hero-title-4 {
    font-size: 42px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .tp-hero-4-section-box {
    margin-bottom: 50px;
  }
}

.tp-hero-title-5 {
  font-weight: 200;
  font-size: 74px;
  line-height: 0.85;
  letter-spacing: -0.03em;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-title-5 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title-5 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-title-5 {
    font-size: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title-5 {
    font-size: 57px;
    line-height: 0.8;
  }
  .tp-hero-title-5 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-hero-title-5 {
    font-size: 35px;
    line-height: 0.8;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-title-5 {
    font-size: 55px;
    line-height: 0.8;
  }
}
.tp-hero-title-5 i {
  font-style: normal;
  overflow: hidden;
  display: inline-block;
}
.tp-hero-title-5 i i.child-2 {
  transform: translateY(150px);
  opacity: 0;
  display: inline-block;
  padding-bottom: 20px;
}
.tp-hero-title-5 span.child-1 {
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--tp-common-blue-4);
}
.tp-hero-title-5 span.child-1 svg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.tp-hero-title-5 span.child-2 {
  font-weight: 700;
  letter-spacing: -0.03em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five-section-box p {
    font-size: 15px;
  }
}

.tp-hero-five__plr-5 {
  padding: 0px 315px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-five__plr-5 {
    padding: 0px 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-five__plr-5 {
    padding: 0px 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-five__plr-5 {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .tp-hero-five__plr-5 {
    padding: 0px;
  }
}
.tp-hero-five__ptb-5 {
  padding-top: 270px;
  padding-bottom: 170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five__ptb-5 {
    padding-top: 210px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-five__ptb-5 {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tp-hero-five__ptb-5 {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five-thumb {
    text-align: end;
  }
}
.tp-hero-five-thumb img {
  max-width: inherit;
  box-shadow: -14px 20px 50px rgba(32, 33, 36, 0.2);
  border-radius: 16px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-five-thumb img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five-thumb img {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-five-thumb img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-hero-five-thumb img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-five-btn-box {
    margin-bottom: 40px;
  }
}
.tp-hero-five__bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 31%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transform: rotateX(-180deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-five__bg {
    width: 28%;
  }
}
@media (max-width: 767px) {
  .tp-hero-five__bg {
    display: none;
  }
}
.tp-hero-five-section-box p {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .tp-hero-five-section-box p {
    font-size: 15px;
  }
  .tp-hero-five-section-box p br {
    display: none;
  }
}
.tp-hero-five__shape-1 {
  position: absolute;
  bottom: 7%;
  left: 9%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-five__shape-1 {
    bottom: 3%;
  }
}
.tp-hero-five__shape-2 {
  position: absolute;
  top: 14%;
  left: -3%;
  animation: moving 9s linear infinite;
}
.tp-hero-five__shape-3 {
  position: absolute;
  top: 27%;
  left: 3%;
  animation: movingleftright1 infinite 18s;
}
.tp-hero-five__shape-4 {
  position: absolute;
  bottom: 12%;
  left: 45%;
  animation: moving 9s linear infinite;
}

@media (max-width: 767px) {
  .tp-hero-five-btn-box {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

.mouse-scroll-btn {
  display: inline-block;
  width: 16px;
  height: 25px;
  border: 2px solid #5F6168;
  border-radius: 30px;
  outline: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 28px;
  z-index: 5;
}
.mouse-scroll-btn::before {
  position: absolute;
  top: 4px;
  left: 3px;
  content: "";
  height: 6px;
  width: 6px;
  border: 2px solid #5F6168;
  border-radius: 50%;
  animation: scroll 1s infinite ease-in-out alternate;
}

.tp-hero-2__mouse-scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
  z-index: 5;
}
.tp-hero-2__mouse-scroll span {
  display: block;
  font-family: var(--tp-ff-mont);
  font-weight: 500;
  font-size: 14px;
  color: #5F6168;
  transform: translateY(-4px);
}

.scroll-bg {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.tp-hero-2__shape-img-1 svg path.line-2 {
  stroke: var(--tp-common-white);
  stroke-dasharray: 2300;
  stroke-dashoffset: 3500;
  animation: dash 4s linear forwards;
}

.tp-hero-3-border-wrap .redius-shape-1 {
  height: 500px;
  width: 500px;
  background-color: var(--tp-theme-3);
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 132px;
  left: 25px;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 8s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-border-wrap .redius-shape-1 {
    top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-border-wrap .redius-shape-1 {
    height: 300px;
    width: 330px;
    top: 100px;
  }
}
.tp-hero-3-border-wrap .redius-shape-2 {
  top: 62%;
  left: 38%;
  height: 200px;
  width: 200px;
  background-color: #65CB7B;
  position: absolute;
  border-radius: 36% 64% 43% 57%/34% 45% 55% 66%;
  display: inline-block;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 15s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-border-wrap .redius-shape-2 {
    top: 48%;
  }
}
.tp-hero-3-border-wrap .redius-shape-3 {
  top: 2%;
  right: 8%;
  height: 375px;
  width: 375px;
  background-color: #807DFB;
  position: absolute;
  border-radius: 50%;
  display: inline-block;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 7s linear infinite;
}

.tp-hero-five-2-thumb {
  mask-image: url(../img/hero/hero-5.svg);
  -webkit-mask-image: url(../img/hero/hero-5.svg);
  height: 100%;
  width: 100%;
  mask-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-hero-five-2-thumb {
    transform: scale(0.9);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-five-2-thumb {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-five-2-thumb {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five-2-thumb {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-five-2-thumb {
    mask-image: none;
    -webkit-mask-image: none;
  }
}

.tp-hero-five-2-thumb-main {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-hero-five-2-thumb-main {
    top: -2%;
    right: -5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-five-2-thumb-main {
    top: -6%;
    right: -8%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-five-2-thumb-main {
    top: -6%;
    right: -20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five-2-thumb-main {
    position: absolute;
    top: -12%;
    right: -25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-five-2-thumb-main {
    position: static;
  }
}

.tp-hero-five-2-thumb-inner {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-five-2-thumb-inner {
    margin-top: 0;
  }
}

.tp-hero-five-section-wrap {
  margin-left: -60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-five-section-wrap {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-five-section-wrap {
    margin-left: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five-section-wrap {
    margin-left: 0px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-five-section-wrap {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .tp-hero-five-section-wrap {
    margin-left: 0px;
  }
}

.tp-hero-five-2-sub-img-1 {
  position: absolute;
  top: 32%;
  left: 35%;
  animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five-2-sub-img-1 {
    top: 40%;
    left: 38%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-five-2-sub-img-1 {
    top: 52%;
    left: 38%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five-2-sub-img-1 img {
    width: 70%;
  }
}
.tp-hero-five-2-sub-img-2 {
  position: absolute;
  bottom: 11%;
  left: 7%;
  animation: tpupdown 1.5s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-five-2-sub-img-2 {
    bottom: 19%;
    left: 17%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five-2-sub-img-2 {
    bottom: 30%;
    left: 30%;
  }
}
.tp-hero-five-2-sub-img-2 img {
  box-shadow: 0px 30px 50px rgba(18, 17, 22, 0.04);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-five-2-sub-img-2 img {
    width: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five-2-sub-img-2 img {
    width: 60%;
  }
}

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

@media (max-width: 767px) {
  .tp-hero-five-2-thumb {
    margin-right: -100px;
  }
}

/*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%);
  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;
    top: 20px;
  }
}
.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;
}

/*----------------------------------------*/
/*  13. FEATURE CSS START
/*----------------------------------------*/
.tp-feature__bottom-shape {
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: -1;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-feature__bottom-shape {
    bottom: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature__bottom-shape {
    bottom: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature__bottom-shape {
    bottom: 75px;
  }
}
@media (max-width: 767px) {
  .tp-feature__bottom-shape {
    bottom: 90px;
  }
}
.tp-feature__bottom-shape img {
  width: 100%;
}
@media (max-width: 767px) {
  .tp-feature__pt-pb {
    padding-top: 80px;
  }
}
.tp-feature__item {
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(18, 20, 32, 0.2);
  border-radius: 30px;
  padding: 50px 40px;
  transition: 0.3s;
}
.tp-feature__item:hover {
  box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
  border-radius: 30px;
}
.tp-feature__item:hover .tp-feature__icon img {
  transform: scaleX(-1);
}
.tp-feature__icon {
  margin-bottom: 35px;
}
.tp-feature__icon img {
  transition: transform 0.5s ease;
}
.tp-feature__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-feature__title-sm {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tp-feature__title-sm {
    font-size: 21px;
  }
}
.tp-feature__link {
  display: inline-block;
}
.tp-feature__link:hover a {
  box-shadow: inset 0 0 0 30px #6865FF;
}
.tp-feature__link:hover a svg {
  color: var(--tp-common-white);
}
.tp-feature__link a {
  height: 44px;
  width: 44px;
  line-height: 41px;
  border-radius: 50%;
  background: rgba(41, 93, 251, 0.1);
  display: inline-block;
  text-align: center;
  transition: 0.4s;
}
.tp-feature__link a svg {
  transition: 0.4s;
  color: var(--tp-theme-1);
}

.tp-feature-five-section-box p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #5F6168;
}
@media (max-width: 767px) {
  .tp-feature-five-section-box p br {
    display: none;
  }
}
.tp-feature-five-section-box p span {
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  color: #141125;
}
.tp-feature-five-wrapper-main {
  padding-top: 10px;
  padding-bottom: 70px;
}
.tp-feature-five-wrapper {
  transition: 0.3s;
}
.tp-feature-five-wrapper:hover {
  box-shadow: 0px 30px 60px rgba(32, 33, 36, 0.2);
  border-radius: 16px;
  position: relative;
  z-index: 9;
}
.tp-feature-five-item {
  box-shadow: 0px 1px 2px rgba(32, 33, 36, 0.1);
  border-radius: 16px 0px 0px 16px;
  padding: 40px;
  background-color: var(--tp-common-white);
  overflow: hidden;
  transition: 0.3s;
}
.tp-feature-five-icon {
  height: 85px;
  width: 85px;
  line-height: 85px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-bottom: 40px;
}
.tp-feature-five-title-sm {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #141125;
  padding-bottom: 5px;
}
.tp-feature-five-content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #5F6168;
  padding-bottom: 15px;
}
.tp-feature-five-shape-color {
  height: 100%;
  width: 100%;
  background-color: #FF7A59;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  left: 0%;
  transition: 0.3s;
  z-index: -1;
}
.tp-feature-five-shape-color-2 {
  background: #FFE01B;
}
.tp-feature-five-shape-color-3 {
  background: #AAE0F4;
}
.tp-feature-five-shape-color-4 {
  background: #03363D;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature-five-item-1 {
    border-radius: 16px 0px 0px 0px;
  }
}
.tp-feature-five-item-1:hover {
  position: relative;
  z-index: 5;
  transform: scale(1.1);
  border-radius: 16px;
  box-shadow: none;
}
.tp-feature-five-item-1:hover .tp-feature-five-shape-color {
  transform: scale(3.7);
  top: -125%;
}
.tp-feature-five-item-2 {
  border-radius: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature-five-item-2 {
    border-radius: 0px 16px 16px 0px;
  }
}
.tp-feature-five-item-2:hover {
  position: relative;
  z-index: 5;
  transform: scale(1.1);
  border-radius: 16px;
  box-shadow: none;
}
.tp-feature-five-item-2:hover .tp-feature-five-shape-color {
  transform: scale(3.5);
  top: -105%;
}
.tp-feature-five-item-3 {
  border-radius: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature-five-item-3 {
    border-radius: 0px 0px 0px 16px;
  }
}
.tp-feature-five-item-3:hover {
  position: relative;
  z-index: 5;
  transform: scale(1.1);
  border-radius: 16px;
  box-shadow: none;
}
.tp-feature-five-item-3:hover .tp-feature-five-shape-color {
  transform: scale(3.5);
  top: -105%;
}
.tp-feature-five-item-4 {
  border-radius: 0px 16px 16px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-feature-five-item-4 {
    border-radius: 0px 0px 16px 0px;
  }
}
.tp-feature-five-item-4:hover {
  position: relative;
  z-index: 5;
  transform: scale(1.1);
  border-radius: 16px;
  box-shadow: none;
}
.tp-feature-five-item-4:hover .tp-feature-five-shape-color {
  transform: scale(3.5);
  top: -105%;
}
.tp-feature-five-link span {
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-feature-five-link span {
    font-size: 20px;
    line-height: 24px;
  }
}
.tp-feature-five-link span a {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: #6B14FA;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .tp-feature-five-link span a {
    font-size: 20px;
    line-height: 24px;
  }
}

/*----------------------------------------*/
/*  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);
}
@media (max-width: 767px) {
  .tp-payment__title-box p {
    font-size: 16px;
  }
}
.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;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment__item {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .tp-payment__item {
    padding: 30px;
    min-height: 350px;
  }
}
.tp-payment__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  font-family: var(--tp-ff-mont);
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .tp-payment__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.tp-payment__content {
  position: relative;
  z-index: 9;
}
.tp-payment__content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment__content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-payment__content p {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .tp-payment__content p br {
    display: none;
  }
}
.tp-payment__content a {
  font-weight: 600;
  font-size: 16px;
  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;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img {
    right: 0;
  }
}
@media (max-width: 767px) {
  .about-img {
    position: relative !important;
    right: 0 !important;
    padding-bottom: 0px;
    top: -20px;
  }
}
.tp-payment__shape-3 {
  position: absolute;
  bottom: 14%;
  right: 34%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment__shape-3 {
    bottom: -1%;
    right: 31%;
  }
}
.tp-payment__shape-4 {
  position: absolute;
  bottom: 16%;
  right: 36%;
}
.tp-payment__shape-5 {
  position: absolute;
  bottom: -12%;
  right: -6%;
  max-width: 280px;
}
.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;
}

@media (max-width: 767px) {
  .tp-account-bg {
    margin-bottom: 60px;
  }
}

.tp-payment-method__space {
  padding-bottom: 250px;
}
@media (max-width: 767px) {
  .tp-payment-method__space {
    padding-bottom: 100px;
  }
}
.tp-payment-method__main-img {
  display: inline-block;
}
.tp-payment-method__main-img img {
  border-radius: 50%;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__title-box {
    padding-bottom: 30px;
  }
}
.tp-payment-method__circle::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--tp-theme-2);
  border-radius: 50%;
  top: -3px;
  right: 0;
}
.tp-payment-method__circle.circle-1::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-2::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-payment-method__circle.circle-3::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-4::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-payment-method__circle.circle-5::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-6::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-7::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-payment-method__circle.circle-8::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-9::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-payment-method__circle.circle-10::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-11::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-payment-method__circle.circle-12::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-13::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-payment-method__circle.circle-14::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__circle.circle-15::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.tp-payment-method__circle.circle-16::after {
  animation: circle-animation 30s linear infinite;
}
.tp-payment-method__main-circle {
  display: inline-block;
}
.tp-payment-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: var(--tp-theme-2);
}
.tp-payment-method__line-1 span {
  transform: translateY(-50%) rotate(14deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-payment-method__line-1 {
    width: 510px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-payment-method__line-1 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-1 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(-18deg);
  }
  .tp-payment-method__line-1 span {
    transform: translateY(-50%) rotate(18deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-1 {
    width: 140px;
    left: 6%;
  }
}
.tp-payment-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: var(--tp-theme-2);
}
.tp-payment-method__line-2 span {
  transform: translateY(-50%) rotate(44deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-2 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(-72deg);
  }
  .tp-payment-method__line-2 span {
    transform: translateY(-50%) rotate(72deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-2 {
    width: 140px;
    left: 6%;
  }
}
.tp-payment-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: var(--tp-theme-2);
}
.tp-payment-method__line-3 span {
  transform: translateY(-50%) rotate(24deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-3 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(-51deg);
  }
  .tp-payment-method__line-3 span {
    transform: translateY(-50%) rotate(51deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-3 {
    width: 140px;
    left: 6%;
    transform: translate(-50%) rotate(-43deg);
  }
  .tp-payment-method__line-3 span {
    transform: translateY(-50%) rotate(43deg);
  }
}
.tp-payment-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: var(--tp-theme-2);
}
.tp-payment-method__line-4 span {
  transform: translateY(-50%) rotate(2deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-4 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(-9deg);
  }
  .tp-payment-method__line-4 span {
    transform: translateY(-50%) rotate(9deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-4 {
    width: 140px;
    left: 6%;
  }
}
.tp-payment-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: var(--tp-theme-2);
}
.tp-payment-method__line-5 span {
  transform: translateY(-50%) rotate(-10deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-payment-method__line-5 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-5 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(14deg);
  }
  .tp-payment-method__line-5 span {
    transform: translateY(-50%) rotate(-14deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-5 {
    width: 140px;
    left: 6%;
  }
}
.tp-payment-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: var(--tp-theme-2);
}
.tp-payment-method__line-6 span {
  transform: translateY(-50%) rotate(-26deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-6 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(41deg);
  }
  .tp-payment-method__line-6 span {
    transform: translateY(-50%) rotate(-41deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-6 {
    width: 140px;
    left: 6%;
  }
}
.tp-payment-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: var(--tp-theme-2);
}
.tp-payment-method__line-7 span {
  transform: translateY(-50%) rotate(-51deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-7 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(63deg);
  }
  .tp-payment-method__line-7 span {
    transform: translateY(-50%) rotate(-63deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-7 {
    width: 140px;
    left: 6%;
  }
}
.tp-payment-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: var(--tp-theme-2);
}
.tp-payment-method__line-8 span {
  transform: translateY(-50%) rotate(-130deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-8 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(90deg);
  }
  .tp-payment-method__line-8 span {
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-8 {
    width: 140px;
    left: 6%;
  }
}
.tp-payment-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: var(--tp-theme-2);
}
.tp-payment-method__line-9 span {
  transform: translateY(-50%) rotate(-150deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-9 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(116deg);
  }
  .tp-payment-method__line-9 span {
    transform: translateY(-50%) rotate(-116deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-9 {
    width: 140px;
    left: 6%;
    transform: translate(-50%) rotate(99deg);
  }
  .tp-payment-method__line-9 span {
    transform: translateY(-50%) rotate(-99deg);
  }
}
.tp-payment-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: var(--tp-theme-2);
}
.tp-payment-method__line-10 span {
  transform: translateY(-50%) rotate(-160deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-payment-method__line-10 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-10 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(142deg);
  }
  .tp-payment-method__line-10 span {
    transform: translateY(-50%) rotate(-142deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-10 {
    width: 140px;
    left: 6%;
  }
}
.tp-payment-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: var(--tp-theme-2);
}
.tp-payment-method__line-11 span {
  transform: translateY(-50%) rotate(-170deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-11 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(160deg);
  }
  .tp-payment-method__line-11 span {
    transform: translateY(-50%) rotate(-160deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-11 {
    width: 140px;
    left: 6%;
    transform: translate(-50%) rotate(148deg);
  }
  .tp-payment-method__line-11 span {
    transform: translateY(-50%) rotate(-148deg);
  }
}
.tp-payment-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: var(--tp-theme-2);
}
.tp-payment-method__line-12 span {
  transform: translateY(-50%) rotate(-180deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-payment-method__line-12 {
    width: 560px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-payment-method__line-12 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-12 {
    width: 250px;
    left: -35%;
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-12 {
    width: 140px;
    left: 6%;
  }
}
.tp-payment-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: var(--tp-theme-2);
}
.tp-payment-method__line-13 span {
  transform: translateY(-50%) rotate(-190deg);
}
.tp-payment-method__line-13 img {
  box-shadow: 0px 10px 50px rgba(32, 33, 36, 0.1);
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-13 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(198deg);
  }
  .tp-payment-method__line-13 span {
    transform: translateY(-50%) rotate(-198deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-13 {
    width: 140px;
    left: 6%;
  }
}
.tp-payment-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: var(--tp-theme-2);
}
.tp-payment-method__line-14 span {
  transform: translateY(-50%) rotate(-199deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-payment-method__line-14 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-14 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(215deg);
  }
  .tp-payment-method__line-14 span {
    transform: translateY(-50%) rotate(-215deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-14 {
    width: 140px;
    left: 6%;
  }
}
.tp-payment-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: var(--tp-theme-2);
}
.tp-payment-method__line-15 span {
  transform: translateY(-50%) rotate(-211deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-15 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(236deg);
  }
  .tp-payment-method__line-15 span {
    transform: translateY(-50%) rotate(-236deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-15 {
    width: 140px;
    left: 6%;
    transform: translate(-50%) rotate(236deg);
  }
  .tp-payment-method__line-15 span {
    transform: translateY(-50%) rotate(-236deg);
  }
}
.tp-payment-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: var(--tp-theme-2);
}
.tp-payment-method__line-16 span {
  transform: translateY(-50%) rotate(-228deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-payment-method__line-16 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(273deg);
  }
  .tp-payment-method__line-16 span {
    transform: translateY(-50%) rotate(-273deg);
  }
}
@media (max-width: 767px) {
  .tp-payment-method__line-16 {
    width: 140px;
    left: 6%;
    transform: translate(-50%) rotate(276deg);
  }
  .tp-payment-method__line-16 span {
    transform: translateY(-50%) rotate(-273deg);
  }
}
.tp-payment-method__line-1 span, .tp-payment-method__line-2 span, .tp-payment-method__line-3 span, .tp-payment-method__line-4 span, .tp-payment-method__line-5 span, .tp-payment-method__line-6 span, .tp-payment-method__line-7 span, .tp-payment-method__line-8 span, .tp-payment-method__line-9 span, .tp-payment-method__line-10 span, .tp-payment-method__line-11 span, .tp-payment-method__line-12 span, .tp-payment-method__line-13 span, .tp-payment-method__line-14 span, .tp-payment-method__line-15 span, .tp-payment-method__line-16 span {
  position: absolute;
  left: -40px;
  top: 50%;
}
.tp-payment-method__line-1 span:hover img, .tp-payment-method__line-2 span:hover img, .tp-payment-method__line-3 span:hover img, .tp-payment-method__line-4 span:hover img, .tp-payment-method__line-5 span:hover img, .tp-payment-method__line-6 span:hover img, .tp-payment-method__line-7 span:hover img, .tp-payment-method__line-8 span:hover img, .tp-payment-method__line-9 span:hover img, .tp-payment-method__line-10 span:hover img, .tp-payment-method__line-11 span:hover img, .tp-payment-method__line-12 span:hover img, .tp-payment-method__line-13 span:hover img, .tp-payment-method__line-14 span:hover img, .tp-payment-method__line-15 span:hover img, .tp-payment-method__line-16 span:hover img {
  transform: scale(1.1);
}
.tp-payment-method__wrapper {
  padding-top: 170px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .tp-payment-method__wrapper {
    padding-top: 130px;
  }
}

.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;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-platform-text p {
    padding-left: 0;
  }
}
.tp-platform-text p::after {
  position: absolute;
  content: "";
  top: -4px;
  left: 0;
  height: 60px;
  width: 1.5px;
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-platform-text p::after {
    top: -15px;
  }
}

.row-custom {
  display: flex;
  margin: 0 -15px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-custom {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .row-custom {
    flex-direction: column;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.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;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .col-custom {
    padding: 40px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-custom {
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .col-custom {
    width: 100%;
    padding: 40px 30px;
  }
}
.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);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-platform-section-box {
    margin-bottom: 40px;
  }
}

.tp-section-title-shape svg {
  position: absolute;
  bottom: -2px;
  left: 60px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-shape svg {
    left: 33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-shape svg {
    left: 21%;
  }
}
@media (max-width: 767px) {
  .tp-section-title-shape svg {
    left: 100px;
  }
}

/*----------------------------------------*/
/*  03. ABOUT CSS START
/*----------------------------------------*/
@media (max-width: 767px) {
  .tp-about__pt-pb {
    /* padding-top: 40px; */
    padding-bottom: 20px;
  }
}
.tp-about__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-about__main-img {
    padding-right: 0;
  }
}
.tp-about__main-img img {
  box-shadow: 0px 16px 20px 10px rgba(1, 16, 61, 0.1);
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about__img-wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .tp-about__img-wrapper {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about__img-wrapper {
    margin-bottom: 140px;
  }
}
.tp-about__sub-img-1 {
  position: absolute;
  bottom: -37%;
  left: 42%;
  animation: tptranslateY2 4s forwards infinite alternate;
}
.tp-about__sub-img-1 img {
  box-shadow: 10px 40px 40px rgba(1, 16, 61, 0.06), -20px -20px 120px rgba(1, 16, 61, 0.12);
  border-radius: 20px;
}
.tp-about__sub-img-2 {
  position: absolute;
  top: -24%;
  left: 5%;
  animation: tptranslateX2 4s forwards infinite alternate;
}
@media (max-width: 767px) {
  .tp-about__sub-img-2 {
    padding-top: 80px;
  }
}
.tp-about__sub-img-2 img {
  box-shadow: 10px 40px 40px rgba(1, 16, 61, 0.06), -20px -20px 120px rgba(1, 16, 61, 0.12);
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__sub-img-2 {
    top: -35%;
    left: 0%;
  }
}
.tp-about__sub-img-3 {
  position: absolute;
  bottom: -27%;
  left: 4%;
}
.tp-about__sub-img-3 img {
  height: 170px;
  width: 150px;
}
.tp-about__bg-shape {
  position: absolute;
  top: -41%;
  right: -4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__bg-shape {
    right: 0px;
  }
}
/* .tp-about__right {
  padding-left: 30px;
} */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about__right {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about__right {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-about__right {
    padding-left: 0px;
  }
}
.tp-about__section-box {
  padding-bottom: 20px;
}
.tp-about__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-about__list {
  padding-bottom: 45px;
}
.tp-about__list ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
  color: var(--tp-common-black);
  list-style-type: none;
}
.tp-about__list ul li:last-child {
  margin-bottom: 0;
}
.tp-about__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-red);
  font-weight: 400;
}

.tp-security-section-wrapper {
  padding-left: 100px;
}
@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: rgba(255, 255, 255, 0.7);
  position: relative;
  margin-bottom: 0;
  padding-left: 30px;
}
.tp-security-section-box p::after {
  position: absolute;
  content: "";
  top: -4px;
  left: 0;
  height: 90px;
  width: 1.5px;
  background: rgba(255, 255, 255, 0.1);
}
@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-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-security-feature {
  margin-bottom: 60px;
}
.tp-security-feature ul li {
  list-style-type: none;
  position: relative;
  padding-left: 36px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--tp-common-white);
  margin-bottom: 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-security-feature ul li br {
    display: none;
  }
}
.tp-security-feature ul li:last-child {
  margin-bottom: 0;
}
.tp-security-feature ul li i {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 22px;
  color: var(--tp-common-white);
  font-size: 10px;
}

.ab-brand-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #080829;
  padding-bottom: 10px;
}

.ab-brand-item img {
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}

.ab-brand-border-bottom {
  border-bottom: 1px solid rgba(8, 8, 41, 0.1);
}

.ab-company-section-space {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ab-company-section-space {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .ab-company-section-space {
    margin-bottom: 20px;
  }
}
.ab-company-section-text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #5F6168;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ab-company-section-text p {
    font-size: 16px;
  }
}
.ab-company-section-text p span {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #202124;
}
@media (max-width: 767px) {
  .ab-company-section-text p span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ab-company-video {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .ab-company-video {
    margin-bottom: 40px;
  }
}
.ab-company-video a {
  height: 70px;
  width: 70px;
  background-color: var(--tp-common-yellow-2);
  text-align: center;
  line-height: 70px;
  display: inline-block;
  border-radius: 50%;
  color: var(--tp-common-black);
  font-size: 18px;
  margin-right: 20px;
  transition: 0.3s;
}
.ab-company-video a i {
  margin-left: 5px;
}
.ab-company-video a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.ab-company-video span {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
.ab-company-fun-fact span {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #B2B2B8;
  padding-bottom: 10px;
  display: inline-block;
}
.ab-company-fun-fact h4 {
  font-weight: 700;
  font-size: 44px;
  line-height: 36px;
  color: #080829;
  padding-bottom: 5px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ab-company-fun-fact h4 {
    font-size: 30px;
  }
}
.ab-company-fun-fact h4 em {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #6B14FA;
  font-style: normal;
}
.ab-company-fun-fact p {
  font-weight: 500;
  font-size: 17px;
  line-height: 14px;
  color: #5F6168;
}
.ab-company-fun-fact-wrap {
  border-right: 1px solid rgba(8, 8, 41, 0.1);
}
@media (max-width: 767px) {
  .ab-company-fun-fact-wrap {
    border-right: 0;
  }
}
.ab-company-border-none {
  border-right: none;
}

.tp-team-inner-section .tp-team-section-box {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tp-team-inner-section .tp-team-section-box {
    margin-bottom: 20px;
  }
}

.journey-grey-bg {
  height: 310px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.journey-slider-item {
  background-color: var(--tp-common-white);
  box-shadow: 0px 14px 20px rgba(8, 8, 41, 0.08);
  border-radius: 20px;
  padding: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .journey-slider-item {
    padding: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .journey-slider-item {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .journey-slider-item {
    padding: 30px;
  }
}
.journey-slider-meta span {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ABABB0;
  padding-bottom: 10px;
  display: inline-block;
}
.journey-slider-title {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3;
  color: #080829;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .journey-slider-title {
    font-size: 20px;
  }
}
.journey-slider-content P {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5F6168;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .journey-slider-content P br {
    display: none;
  }
}

.journey-slider-wrapper {
  margin-left: -100px;
  margin-right: -305px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .journey-slider-wrapper {
    margin-right: -200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .journey-slider-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.journey-slider-wrapper .tp-scrollbar {
  background: rgba(1, 16, 61, 0.16);
  height: 2px;
  width: 50%;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.journey-slider-wrapper .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  background: #202124;
  border-radius: 4px;
  left: 0;
  top: 0;
}

.journey-slider-active {
  padding: 60px 0;
}

.journey-stroke-text {
  position: absolute;
  top: 25px;
  right: 25px;
}
.journey-stroke-text h2 {
  font-size: 100px;
  background-clip: border-box;
  background: linear-gradient(-90deg, rgba(8, 8, 41, 0.12) 0%, rgb(255, 255, 255) 91%);
  background: -webkit-linear-gradient(-90deg, rgba(8, 8, 41, 0.12) 0%, rgb(255, 255, 255) 91%);
  background: -moz-linear-gradient(-90deg, rgba(8, 8, 41, 0.12) 0%, rgb(255, 255, 255) 91%);
  background: -ms-linear-gradient(-90deg, rgba(8, 8, 41, 0.12) 0%, rgb(255, 255, 255) 91%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  -webkit-text-fill-color: #fff;
  color: #fff;
}

.job-post-box {
  background: #F7F9FC;
  padding: 23px 60px;
  border-radius: 12px;
  transform: scaleX(0.9);
  transition: 0.6s;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job-post-box {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .job-post-box {
    padding: 20px 30px;
  }
}
.job-post-box:hover {
  background-color: var(--tp-common-white);
  box-shadow: 0px 20px 50px rgba(8, 8, 41, 0.08);
  border-radius: 12px;
  transform: scaleX(1);
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  .job-post-wrapper {
    padding-bottom: 20px;
  }
}

.job-post-category span {
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  color: #080829;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job-post-category span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .job-post-category span {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
  }
}
.job-post-time {
  margin-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .job-post-time {
    margin-right: 50px;
  }
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .job-post-time {
    margin-right: 30px;
  }
}
.job-post-time span {
  font-weight: 400;
  font-size: 16px;
  color: #5F6168;
  margin-left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .job-post-time span {
    font-size: 14px;
  }
}
.job-post-time span i {
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .job-post-location {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job-post-location {
    padding-left: 30px;
  }
}
.job-post-location span {
  font-weight: 400;
  font-size: 16px;
  color: #5F6168;
  margin-left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job-post-location span {
    font-size: 14px;
  }
}

.tp-about-top-img {
  position: absolute;
  top: -30px;
  left: 30px;
  right: 0;
  text-align: center;
  animation: tpupdown 0.8s infinite alternate;
}

.tp-about-top-img-2 {
  position: absolute;
  top: -6%;
  left: 14%;
  mix-blend-mode: overlay;
}

.tp-platform-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--tp-common-blue-2);
  opacity: 0.1;
  height: 100%;
  width: 100%;
}

.border-tb {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/*----------------------------------------*/
/*  23. SERVICE CSS START
/*----------------------------------------*/
.tp-service__section-box p {
  font-size: 18px;
  line-height: 28px;
}
.tp-service__item {
  border: 1px solid rgba(1, 16, 61, 0.08);
  border-radius: 18px;
  padding: 30px 22px;
  transition: 0.3s;height: 400px;
}
.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: 20px;
  width: 70px;
}
.tp-service__title-sm {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service__title-sm {
    font-size: 20px;
  }
}
.tp-service__content p {
  padding-bottom: 7px;
}
@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;
  }
}
.tp-service__link a {
  height: 44px;
  width: 44px;
  line-height: 41px;
  border-radius: 50%;
  background: rgba(41, 93, 251, 0.1);
  display: inline-block;
  text-align: center;
  transition: 0.4s;
}
.tp-service__link a:hover {
  box-shadow: 0px 8px 20px rgba(41, 93, 251, 0.25), inset 0 0 0 30px #6865FF;
}
.tp-service__link a:hover svg {
  color: var(--tp-common-white);
}
.tp-service__link a svg {
  transition: 0.4s;
  color: var(--tp-theme-1);
}
.tp-service-2__feature-item {padding: 50px 87px 35px;min-height: 230px;background: linear-gradient(142.23deg, #FFF7F1 7.63%, #FAE9EF 99.01%), linear-gradient(142.23deg, #FFF7F1 7.63%, #FAE9EF 99.01%);border-radius: 30px;}
@media (max-width: 767px) {
  .tp-service-2__feature-item {padding: 20px;}
}
.tp-service-shape-right {position: absolute;bottom: -22%;right: 0%;}

.tp-service-area .container .row [class*=col-]:last-child {border-right: 0;}
.tp-service-area .container .row [class*=col-]:first-child::after {display: none;}

.tp-service-five-section-box {padding-left: 350px;padding-right: 60px;}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-five-section-box {padding-left: 170px;padding-right: 0px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-five-section-box {padding-left: 100px;padding-right: 0px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-five-section-box {padding-left: 30px;padding-right: 0px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-five-section-box {padding-left: 30px; padding-right: 0px;padding-top: 50px;padding-bottom: 50px;text-align: center;}
}
@media (max-width: 767px) {
  .tp-service-five-section-box {padding-left: 30px;padding-right: 0px;padding-top: 40px; padding-bottom: 40px;text-align: center;}
}
.tp-service-five-section-box p {font-weight: 400;font-size: 17px;line-height: 26px;color: var(--tp-common-white);}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-five-section-box p br {display: none;}
}
.tp-service-five-wrapper {transform: translateY(0px);transition: 0.3s;}
.tp-service-five-bg {width: 50%;height: 100%;position: absolute;top: 0;left: 0;background-repeat: no-repeat;background-size: cover;z-index: -1;}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-service-five-bg {width: 100%;}
}
.tp-service-five-item {padding: 70px 60px;transition: 0.4s;position: relative;}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-five-item {padding: 40px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
 .tp-service-five-item {padding: 30px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-five-item {padding: 20px;}
}
@media (max-width: 767px) {
  .tp-service-five-item {padding: 30px;margin: 0 40px;}
}
.tp-service-five-item:hover {z-index: 9;}
.tp-service-five-item:hover .tp-service-five-wrapper {transform: translateY(0px);}
.tp-service-five-item:hover .tp-service-five-content p {opacity: 1;visibility: visible;}
.tp-service-five-item:hover .tp-service-five-btn a {transform: scale(1.2);background-color: var(--tp-common-blue);color: var(--tp-common-white);}
.tp-service-five-item:hover .tp-services-five-item-bg {transform: scale(1.05);box-shadow: 0px 16px 40px rgba(32, 33, 36, 0.1);}
.tp-service-five-item:hover .tp-services-five-item-bg .inner {transform: translate(-50%, 50%) scale(1);}
.tp-service-five-item .tp-services-five-item-bg {position: absolute;top: 0;left: 0;right: 0;bottom: 0;transform-origin: 50% 100%;box-shadow: none;transform: scale(1);transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);transition-property: all;transition-property: transform, box-shadow;overflow: hidden;background-color: #fff;}
.tp-service-five-item .tp-services-five-item-bg .inner {display: block;width: 230%;height: 230%;border-radius: 50%;position: absolute;bottom: 0;left: 50%;transform: translate(-50%, 50%) scale(0); opacity: 1;transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22);background-color: #F7F9FB;}

.tp-service-five-content p {font-size: 15px;}
.tp-service-five-title-sm {font-weight: 500;font-size: 26px;line-height: 33px;color: var(--tp-common-black);padding-bottom: 5px;}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-service-five-title-sm {font-size: 23px;line-height: 30px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-five-title-sm {font-size: 19px;line-height: 25px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-five-title-sm {font-size: 22px;line-height: 28px;}
}
.tp-service-five-icon {margin-bottom: 30px;width: 80px;height: 80px;}
.tp-service-five-content p {color: #595B62;opacity: 0;visibility: hidden;transition: 0.3s;}

.tp-services-five-item-bg-color .row [class*=col-]:first-child .tp-service-five-item .tp-services-five-item-bg {background-color: #F7F9FB;}
.tp-services-five-item-bg-color .row [class*=col-]:first-child .tp-service-five-item .inner {background-color: white;}
.tp-services-five-item-bg-color .row [class*=col-]:nth-child(4) .tp-service-five-item .tp-services-five-item-bg {background-color: #F7F9FB;}
.tp-services-five-item-bg-color .row [class*=col-]:nth-child(4) .tp-service-five-item .inner {background-color: white;}

.sv-details-text ul li {list-style-type: none;position: relative;padding-left: 35px;margin-bottom: 10px;}
.sv-details-text ul li p {font-weight: 600;font-size: 16px;line-height: 26px;color: #202124;margin-bottom: 0;}
@media (max-width: 767px) {
  .sv-details-text ul li p {font-size: 15px;}
}
.sv-details-text ul li p span {font-weight: 400;font-size: 16px;line-height: 24px;color: var(--tp-text-body);}
.sv-details-text ul li i {height: 20px;width: 20px;text-align: center;line-height: 20px;border-radius: 50%;background: rgba(20, 17, 37, 0.08);font-size: 10px;font-weight: 400;color: var(--tp-common-black);position: absolute;top: 5px;left: 0;}
.sv-details-text-2 p {font-weight: 400;font-size: 17px;line-height: 26px;color: #5F6168;}
@media (max-width: 767px) {
  .sv-details-text-2 p {font-size: 15px;}
}

/*----------------------------------------*/
/*  20. PROJECT CSS START
/*----------------------------------------*/
.tp-project__item {background-color: var(--tp-common-white);border-radius: 30px;overflow: hidden;transition: 0.3s;}
@media (max-width: 767px) {
  .tp-project__item {flex-wrap: wrap;}
}
.tp-project__item:hover {box-shadow: 0px 16px 20px rgba(1, 16, 61, 0.1);border-radius: 30px;}
.tp-project__thumb {flex: 0 0 auto;max-height: 440px;overflow: hidden;max-width: 365px;}
@media (max-width: 767px) {
  .tp-project__thumb { width: 100%;}
  .tp-project__thumb img {width: 100%;}
}
@media (max-width: 767px) {
  .tp-project__meta {flex-wrap: wrap;}
}
.tp-project__content {padding: 0px 25px;}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project__content {padding: 0px 25px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project__content {padding: 0px 25px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project__content {padding: 0px 25px;}
}
@media (max-width: 767px) {
  .tp-project__content {padding: 20px 20px;}
}
.tp-project__brand-icon {margin-bottom: 30px;}
.tp-project__brand-icon img {width: 100px;height: 28px;}
.tp-project__title-sm {font-weight: 700;font-size: 26px;padding-bottom: 5px;line-height: 34px;}
@media (max-width: 767px) {
  .tp-project__title-sm {font-size: 25px;}
}
.tp-project__title-box p {border-bottom: 1px solid rgba(1, 16, 61, 0.08);padding-bottom: 20px;margin-bottom: 20px;padding-right: 12px;}
@media (max-width: 767px) {
  .tp-project__title-box p { font-size: 14px;padding-right: 0;padding-bottom: 20px; margin-bottom: 20px;}
}
.tp-project__author-info {margin-right: 40px;}
.tp-project__author-info span {font-weight: 500;font-size: 14px;color: var(--tp-grey-2);padding-bottom: 8px; display: inline-block;
}
.tp-project__author-info h4 {font-weight: 500;font-size: 16px;margin-bottom: 0;}
.tp-project__budget {margin-right: 60px;}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project__budget {margin-right: 45px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project__budget {margin-right: 60px;}
}
@media (max-width: 767px) {
  .tp-project__budget {margin-right: 0px;}
}
.tp-project__budget span {font-weight: 500;font-size: 14px;color: var(--tp-grey-2);padding-bottom: 8px;display: inline-block;}
.tp-project__budget h4 {font-weight: 500;font-size: 16px;margin-bottom: 0;}
.tp-project__link {margin-left: 22px;}
@media (max-width: 767px) {
  .tp-project__link {margin-top: 20px; margin-left: 40px;}
}
.tp-project__link a {height: 44px;width: 44px;line-height: 41px;border-radius: 50%;background: rgba(41, 93, 251, 0.1);display: inline-block;text-align: center;transition: 0.4s;}
.tp-project__link a svg {transition: 0.4s;color: var(--tp-theme-1);}
.tp-project__link a:hover {box-shadow: inset 0 0 0 30px #6865FF;}
.tp-project__link a:hover svg {color: var(--tp-common-white);}
.tp-project__slider-active {margin: 0px -260px;}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-project__slider-active {margin: 0px -450px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-project__slider-active {margin: 0px -500px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project__slider-active { margin: 0px;padding: 0px 30px;}
}
@media (max-width: 767px) {
  .tp-project__slider-active {margin: 0px;padding: 0px 15px;}
}
.tp-project__slider-wrapper {padding-top: 50px;padding-bottom: 70px;}
.tp-project__slider-section .tp-scrollbar {background: rgba(1, 16, 61, 0.16);height: 2px;width: 50%;position: relative;left: 0;right: 0;text-align: center;margin: auto;}


.tp-sales-space {padding-top: 90px;padding-bottom: 90px;}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-sales-space {padding-top: 0;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-sales-img-wrapper {margin-bottom: 100px;}
}
@media (max-width: 767px) {
  .tp-sales-img-wrapper {margin-bottom: 50px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-sales-main-thumb img {width: 100%;}
}
.tp-sales-sub-img-2 {position: absolute;bottom: -12%;right: -7%;z-index: -1;animation: tptranslateX2 4s forwards infinite alternate;}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-sales-sub-img-2 {right: -4%;}
}


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

@media (max-width: 767px) {
  .postbox__comment-box {flex-wrap: wrap;}
}
.postbox__comment-info {flex: 0 0 auto;}
.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-common-blue-4);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-common-blue-4);background-color: var(--tp-common-white);padding: 0px 4px;}
.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 #600EE4;}
.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 #600EE4;}
.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;}

/*----------------------------------------*/
/*  17. INTEGRATION CSS START
/*----------------------------------------*/
.tp-integration-mlr {margin-left: 310px;margin-right: 310px;}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-integration-mlr {margin-left: 200px;margin-right: 200px;}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-integration-mlr {margin-left: 100px;margin-right: 100px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-integration-mlr {margin-left: 45px;margin-right: 45px;}
}
@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-integration-mlr {margin-left: 0px; margin-right: 0px;}
}
.tp-integration-section-space {margin-bottom: 50px;}

/*----------------------------------------*/
/*  25. TESTIMONIAL CSS START
/*----------------------------------------*/

.tp-testimonial-3-mlr {margin: 0px 60px;}
@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-testimonial-3-mlr {margin: 0px;}
}
.tp-testimonial-3-bg {background-repeat: no-repeat;background-size: cover;border-radius: 60px;}
.tp-testimonial-3-slider-active {margin-left: -645px;margin-right: -380px;}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-3-slider-active {margin-right: -500px;margin-left: -700px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-3-slider-active {margin-right: -800px;margin-left: -800px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testimonial-3-slider-active {margin-right: 0px;margin-left: 0px;}
}
.tp-testimonial-3-slider-active .slick-slide {padding: 0px 15px;padding-bottom: 130px;}
.tp-testimonial-3-item {background: linear-gradient(108.44deg, rgba(255, 255, 255, 0.1) 20.99%, rgba(255, 255, 255, 0.025) 84.05%);border: 2px solid rgba(255, 255, 255, 0.14);box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.5);backdrop-filter: blur(8px);border-radius: 30px;padding: 30px;padding-left: 65px;}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-3-item {padding-left: 40px;}
}
@media (max-width: 767px) {
  .tp-testimonial-3-item {flex-wrap: wrap;padding: 20px;}
}
.tp-testimonial-3-review {padding-bottom: 22px;}
.tp-testimonial-3-review span {color: var(--tp-common-yellow);}
.tp-testimonial-3-content-box p {font-weight: 600;font-size: 26px;line-height: 36px;color: var(--tp-common-white);font-family: var(--tp-ff-urban);padding-bottom: 35px;padding-right: 60px;}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testimonial-3-content-box p {font-size: 21px;line-height: 31px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-3-content-box p {font-size: 25px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-3-content-box p {font-size: 20px;line-height: 27px;padding-right: 44px;}
}
@media (max-width: 767px) {
  .tp-testimonial-3-content-box p {padding-right: 0px;font-size: 18px;line-height: 26px;padding-bottom: 15px;}
}
.tp-testimonial-3-thumb {flex: 0 0 auto;}
@media (max-width: 767px) {
  .tp-testimonial-3-thumb {flex: auto;}
}
.tp-testimonial-3-thumb img {border-radius: 20px;max-width: 100%;}
.tp-testimonial-3-sm-thumb {height: 100%;width: 60px;margin-right: 20px;}
.tp-testimonial-3-sm-thumb img {border-radius: 10px;}
@media (max-width: 767px) {
  .tp-testimonial-3-author-info {margin-bottom: 20px;}
}
.tp-testimonial-3-author-info h5 {font-weight: 700;font-size: 18px;line-height: 16px;color: var(--tp-common-white);font-family: var(--tp-ff-urban);}
.tp-testimonial-3-author-info span {font-weight: 500;font-size: 16px;line-height: 16px;color: rgba(255, 255, 255, 0.6);font-family: var(--tp-ff-urban);}
@media (max-width: 767px) {
  .tp-testimonial-3-author-info span {font-size: 14px;}
}

.tp-test-arrow {z-index: 3;}
.tp-test-arrow button {height: 60px;width: 60px;line-height: 68px;border-radius: 50%;color: var(--tp-common-white);border: 2px solid rgba(255, 255, 255, 0.16);margin-left: 10px;transition: 0.4s;position: relative;}
@media (max-width: 767px) {
  .tp-test-arrow button {height: 50px;width: 50px;line-height: 55px;}
}
.tp-test-arrow button::after {position: absolute;top: 0;left: 0; content: "";width: 100%;height: 100%;border-radius: 50%;background-color: var(--tp-common-white);transform: scale(0.3);z-index: -1;opacity: 0;visibility: hidden;transition: 0.3s;}
.tp-test-arrow button:hover {color: var(--tp-common-black);border-color: var(--tp-common-white);}
.tp-test-arrow button:hover::after {transform: scale(1.1); opacity: 1;visibility: visible;}
.tp-test-arrow button i {font-size: 30px;}


/*----------------------------------------*/
/*  19. PRICE CSS START
/*----------------------------------------*/
.tp-price__pl-pr {margin-left: 60px;margin-right: 60px;background: linear-gradient(180deg, #F6F5FA 0.01%, rgba(246, 245, 250, 0) 100%);border-radius: 40px;}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-price__pl-pr {margin: 0px 15px;}
}
@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-price__pl-pr {margin: 0px;}
}


/*----------------------------------------*/
/*  24. TEAM CSS START
/*----------------------------------------*/
.tp-team-img {margin-bottom: 30px;}
.tp-team-img img {mix-blend-mode: luminosity;}
.tp-team-title-sm {font-weight: 700;font-size: 22px;line-height: 26px;color: var(--tp-common-white);}
.tp-team-title-sm:hover {color: var(--tp-common-yellow-3);}
.tp-team-content {margin-bottom: 30px;}
.tp-team-content span {font-weight: 500;font-size: 14px;line-height: 14px;color: var(--tp-common-white);opacity: 0.7;}
.tp-team-border-right { border-right: 1px solid rgba(255, 255, 255, 0.1);position: relative;}
.tp-team-border-right::after {position: absolute;bottom: 0;right: -1px;width: 1px;height: 24px;background-color: var(--tp-common-yellow-3); content: "";animation: scroll1 15s forwards infinite;}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-border-right {border-right: 0;}
}
.tp-team-border-right.tp-border-after-2::after {animation: scroll1 20s infinite;}
.tp-team-border-right.tp-border-after-3::after {animation: scroll1 30s infinite;}



.tp-team-border-left {border-left: 1px solid rgba(255, 255, 255, 0.08);position: relative;}
.tp-team-border-left::after {position: absolute;bottom: 0;left: -1px;width: 1px; height: 24px;background-color: var(--tp-common-yellow-3);content: "";animation: scroll1 15s forwards infinite;}

.tp-team-inner-title-color .tp-team-title-sm {color: var(--tp-common-black);}
.tp-team-inner-title-color .tp-team-title-sm:hover {color: var(--tp-common-blue-3);}


.tp-team-area .container .row .tp-team-border-right:last-child {border-right: 0;}
.tp-team-area .container .row .tp-team-border-right:last-child::after {display: none;}

.tp-team-inner .container .row .team-inner-border-right:nth-child(4n) {border-right: 0;}
.tp-team-inner .container .row .team-inner-border-right:nth-child(4n)::after {display: none;}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-team-section-box {margin-bottom: 40px;}
}

.team-inner-border-right {border-right: 1px solid rgba(8, 8, 41, 0.08);position: relative;}
.team-inner-border-right::after {position: absolute;bottom: 0;right: -1px;width: 1px;height: 24px;background-color: var(--tp-theme-1); content: ""; animation: scroll1 15s forwards infinite;}
.team-inner-border-right .tp-team-content span {color: #5F6168;opacity: 0.7;}



.tp-team-item {transition: 0.4s;}
.tp-team-item .tp-team-img {background-color: #B2B6FF;border-radius: 50%;width: 180px;height: 180px;margin-left: auto; margin-right: auto;overflow: hidden;}
.tp-team-item .tp-team-img img {mix-blend-mode: luminosity;border-radius: 100px;transform: translateY(15px);}
.tp-team-item:hover .tp-team-img img {mix-blend-mode: normal;}


/*----------------------------------------*/
/*  08. CONTACT CSS START
/*----------------------------------------*/

.contact-inner-title-sm-wrap p {font-weight: 400;font-size: 16px;line-height: 1.3;color: #5F6168;}
.contact-inner-title-sm {font-weight: 700;font-size: 34px;line-height: 40px;color: var(--tp-common-black);}
.contact-inner-wrapper {background: #F7F7F7;border-radius: 100px;padding-left: 25px;}
@media (max-width: 767px) {
  .contact-inner-wrapper {border-radius: 30px; padding-left: 0;}
}
.contact-inner-wrapper .row [class*=col-]:last-child .contact-inner-item {border-right: 0;}
.contact-inner-item {padding: 45px 50px;border-right: 2px solid var(--tp-common-white);height: 100%;}
@media (max-width: 767px) {
  .contact-inner-item {flex-wrap: wrap;padding: 30px 20px;}
}
.contact-inner-img {margin-right: 20px;flex: 0 0 auto;}
.contact-inner-img img {filter: drop-shadow(-10px 20px 20px rgba(13, 70, 85, 0.3));}
.contact-inner-img.contact-img-2 img {filter: drop-shadow(10px 20px 20px rgba(100, 62, 11, 0.2));}
.contact-inner-img.contact-img-3 img {filter: drop-shadow(-10px 20px 20px rgba(77, 10, 74, 0.25));}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-inner-img {margin-right: 10px;}
}
.contact-inner-link a {font-weight: 400;font-size: 20px;line-height: 16px;color: #5F6168;}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .contact-inner-link a {font-size: 16px;}
}
.contact-form-section-box p {font-weight: 400;font-size: 16px;line-height: 26px;color: #5F6168;}
@media (max-width: 767px) {
  .contact-form-section-box p br {display: none;}
}
.contact-form-social-item {padding-bottom: 40px;border-bottom: 1px solid #E5E5E5;}
.contact-form-social-item a {height: 36px;width: 36px;border-radius: 50%; text-align: center;line-height: 34px;border: 1px solid #E5E5E5;display: inline-block;font-size: 14px;transition: 0.3s;margin-right: 6px;}
.contact-form-social-item a:hover {background-color: var(--tp-common-blue-4);border-color: var(--tp-common-blue-4);color: var(--tp-common-white);}
.contact-form-section-img {position: absolute;top: -35px;right: 50px;}
@media (max-width: 767px) {
  .contact-form-section-img {right: 0;}
}
.contact-form-right-warp {padding: 0px 70px;}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form-right-warp {padding: 0px 35px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-right-warp {padding: 0;}
}
@media (max-width: 767px) {
  .contact-form-right-warp { padding: 0;}
}
.contact-form-right-warp .postbox__btn-box .submit-btn {border-radius: 12px;}
.contact-form-left {padding-left: 50px;padding-right: 20px;}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-form-left {padding-left: 0;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-left {padding-left: 0; margin-bottom: 80px;}
}
@media (max-width: 767px) {
  .contact-form-left {padding: 0;margin-bottom: 80px;}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-form-section-box .tp-section-title br {display: none;}
}



/*----------------------------------------*/
/*  14. FOOTER CSS START
/*----------------------------------------*/
.tp-footer__tp-border-bottom {border-bottom: 1px solid #DFDFEA;padding-bottom: 45px;}
.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: 14px;}
.tp-footer__input button {position: absolute;top: 50%;right: 6px;transform: translateY(-50%);height: 50px;width: 50px;line-height: 50px;text-align: center;border-radius: 50%;background-color: var(--tp-common-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-theme-1);background-color: transparent;}
.tp-footer__input span {position: absolute;top: 50%;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: 18px;color: var(--tp-common-white);padding-bottom: 25px;}
.tp-footer__social a {height: 40px;width: 40px;line-height: 36px;border-radius: 50%;font-size: 14px;text-align: center;color: var(--tp-grey-2);border: 1.5px solid rgba(255, 255, 255, 0.15);display: inline-block;margin-right: 10px;transform: scale(1);transition: 0.3s;}
.tp-footer__social a:hover {background-color: var(--tp-theme-1);  border-color: var(--tp-theme-1); color: var(--tp-common-white);transform: scale(1.1);}
.tp-footer__content ul li {list-style-type: none;margin-bottom: 20px;}
.tp-footer__content ul li :last-child {margin-bottom: 0;}
.tp-footer__content ul li a {font-weight: 500;font-size: 16px;color: rgba(245, 245, 250, 0.6);transition: 0.3s;}
.tp-footer__content ul li a:hover {color: var(--tp-common-white);margin-left: 5px;}
.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;}
.tp-footer__contact-info ul li a {font-weight: 400;font-size: 15px;line-height: 20px;color: #F5F5FA;}
.tp-footer__social-3 h4 {font-weight: 600;font-size: 18px;line-height: 16px;color: #202124;padding-bottom: 10px;}
.tp-footer__social-3 a {height: 44px;width: 44px;border-radius: 40px;display: inline-block;text-align: center;line-height: 43px;transition: 0.3s;margin-left: 6px;background-color: var(--tp-common-white);box-shadow: 0px 1px 3px rgba(3, 7, 22, 0.1);}
.tp-footer__social-3 a i {color: #82868C;transition: 0.3s;}
.tp-footer__social-3 a i.fa-instagram {font-size: 16px;transform: translateX(1px);}
.tp-footer__social-3 a:hover { background-color: var(--tp-common-blue-4);border-radius: 100px;color: var(--tp-common-white);}
.tp-footer__social-3 a:hover i {color: var(--tp-common-white);}

.footer-widget-3 .tp-footer__widget-title {color: #202124;font-size: 22px;font-weight: 600;font-family: var(--tp-ff-urban);}
.footer-widget-3 .tp-footer__contact-info p {font-weight: 400;font-size: 16px;line-height: 24px;color: #595B62;font-family: var(--tp-ff-urban);padding-bottom: 5px;}
.footer-widget-3 .tp-footer__contact-info ul li a {font-weight: 400;font-size: 20px;line-height: 16px;color: #4F5055;font-family: var(--tp-ff-urban);}
.footer-widget-3 .tp-footer__contact-info ul li a.first-child {font-weight: 400;font-size: 20px;line-height: 16px;color: #4F5055;font-family: var(--tp-ff-urban);}
.footer-widget-3 .tp-footer__content ul li {margin-bottom: 10px;}
.footer-widget-3 .tp-footer__content ul li a {font-weight: 500;font-size: 16px;color: #595B62;font-family: var(--tp-ff-urban);}
.footer-widget-3 .tp-footer__content ul li a:hover {color: var(--tp-common-black);}
.footer-widget-3 .tp-footer__input input {box-shadow: 0px 1px 3px rgba(3, 7, 22, 0.1);border-radius: 40px;}
.footer-widget-3 .tp-footer__input button {background: var(--tp-common-blue-4);border-radius: 100px;line-height: 0;}
.footer-widget-3 .tp-footer__input button:hover {box-shadow: inset 0 0 0 30px var(--tp-common-black);}
.footer-col-3-2 {padding-left: 75px;}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-col-3-2 { padding-left: 60px;}
}
@media (max-width: 767px) {
  .footer-col-3-2 {padding-left: 0px;}
}
.footer-col-3-4 {padding-left: 40px;}
@media (max-width: 767px) {
  .footer-col-3-4 {padding-left: 0px;}
}

.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;margin-bottom: 20px;}
}
.tp-copyright__text span a {color: var(--tp-common-red);}
.tp-copyright__text-2 span {color: var(--tp-text-body);font-family: var(--tp-ff-mont);}
.tp-copyright__text-2 span a {color: var(--tp-common-black);}
.tp-copyright__text-3 span {color: var(--tp-text-body);font-family: var(--tp-ff-urban);}
.tp-copyright__text-3 span a {color: var(--tp-common-black);}
.tp-copyright__text-4 span {color: rgba(255, 255, 255, 0.6);}
.tp-copyright__text-4 span a {color: var(--tp-common-yellow-3);}
.tp-browser-bg-shape {width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;}

/*# sourceMappingURL=style.css.map */


/* ####################################################################################################################################################
                                                            Custom Design CSS
###################################################################################################################################################### */
.intro-bg-main{background: linear-gradient(142.23deg, #F3F8FF 7.63%, #CEDBFF 99.01%);}
/* Our Vsion Design */
.our-vision-main{background-image: url("../img/about/our-vision.jpg");background-position: 0px -140px;background-repeat: no-repeat;background-size: cover;min-height: 520px;display: flex;position: relative;}
.our-vision-main::before{ content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: transparent;opacity: 0.8;--background-overlay: '';background-image: linear-gradient(90deg, #1B263B 12%, #2ABFB069 100%);}
.vision-content-main{display: flex;align-content: initial;align-items: initial;align-self: auto;flex-basis: auto; flex-grow: 1; flex-shrink: 1;flex-wrap: initial;justify-content: flex-end;border-radius: 10px 10px 0px 0px;flex-direction: column;margin: auto auto 0 auto;    height: 100%;    width: 100%;max-width:  min(100%, 1270px, 1140px);}
.our-vision-main .our-vision-box{background-color: #2ABFB052;padding: 40px; border-top-left-radius: 12px;border-top-right-radius: 12px; width: 50%;z-index: 1;position: relative;}
.heading-title{font-weight: 700;font-size: 40px;line-height: 1.2;color: #fff;margin-bottom: 20px;}
.heading-title span{font-style: italic;font-weight: 400;font-family: var(--tp-ff-dm);}
.vision-escription p{color: #E4E4E4;font-size: 16px;margin-bottom: 0;}


.tp-account-item {padding-bottom: 18px;margin-bottom: 18px;border-bottom: 1px solid var(--tp-border-1);}
.tp-account-item:last-child {border-bottom: none;padding-bottom: 0;margin-bottom: 0;}
.tp-account-item span {font-weight: 500;font-size: 30px;color: var(--tp-common-black);margin-right: 35px;min-width: 40px;}
@media (max-width: 767px) {
  .pd-border-right .space-left-3 {
    padding-left: 0px;
  }
  .our-vision-main{background-position: -380px -50px !important;}
  .our-vision-main .our-vision-box{width: 100% !important;padding: 20px !important;}
  .heading-title{font-size: 30px !important;margin-bottom: 15px !important;}
  .tp-sales-main-thumb{position: unset !important;max-width: 100% !important;}
  .tp-sales-main-thumb img{border-radius: 16px !important;}
  .custom-padding{padding: 30px 20px !important;}

  .tp-payment__content.tp-payment__content-space{padding-top: 0 !important;}
}
@media (max-width: 767px) {
  .tp-account-item span {margin-right: 20px;}
}
.tp-account-item p {margin-bottom: 0;font-weight: 500;font-size: 20px;line-height: 28px;font-family: var(--tp-ff-mont);color: var(--tp-common-black);}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-account-item p {font-size: 19px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-account-item p {font-size: 18px;}
  .tp-account-item p br {display: none;}
}
@media (max-width: 767px) {
  .tp-account-item p {font-size: 17px; line-height: 23px;}
  .tp-account-item p br {display: none;}
}


.tp-service-2__shape {position: absolute;top: -350px;left: 0;width: 100%;}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-2__shape {top: -75px;}
}
@media (max-width: 767px) {
  .tp-service-2__shape {top: -160px;}
  .tp-payment__bg-color-3{padding-top: 40px !important;padding-left: 20px !important; padding-right: 20px;}
  .tp-service-sm-title{font-size: 20px !important;}
  .tp-service-sm-item{padding: 20px !important; min-height: 250px !important;}
  
}

.tp-service-2__shape img {width: 100%;}
.tp-payment__content.tp-payment__content-space {padding-top: 35px;}
.tp-service-sm-item {border: 1px solid #E9EBF1;border-radius: 20px;padding: 30px;min-height: 270px;overflow: hidden;transition: 0.3s;background-color: #fff;}
.tp-service-sm-item:hover {box-shadow: 0px 8px 16px -2px rgba(32, 33, 36, 0.06), 0px 16px 32px -2px rgba(32, 33, 36, 0.1);}
.tp-service-sm-item:hover .tp-service-sm-link {opacity: 1;visibility: visible;}
.tp-service-sm-item:hover .tp-service-sm-content {margin-bottom: 0px;}
.tp-service-sm-item:hover .tp-service-sm-icon svg {color: var(--tp-common-blue-4);width: 45px;}
.tp-service-sm-title {font-family: var(--tp-ff-urban);font-weight: 700;font-size: 22px;line-height: 30px;color: var(--tp-common-black);margin-bottom: 14px;transition: 0.3s;}

.tp-service-feature {margin-bottom: 60px;}
.tp-service-feature ul li {list-style-type: none;position: relative;padding-left: 36px;font-weight: 500;font-size: 16px;line-height: 25px;color:var(--tp-text-body);margin-bottom: 12px;}
@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-feature ul li br {display: none;}
}
.tp-service-feature ul li:last-child {margin-bottom: 0;}
.tp-service-feature ul li i {position: absolute;top: 0;left: 0;height: 22px;width: 22px;border-radius: 50%;background: rgba(47, 47, 47, 0.1);text-align: center;line-height: 22px;color:var(--tp-text-body);font-size: 10px;}

.tp-service-2__solution-list ul li {list-style-type: none;font-weight: 500;font-size: 15px;color: #44464D;position: relative;padding-left: 13px;margin-bottom: 10px;}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-2__solution-list ul li {font-size: 12px;line-height: 24px;}
}
@media (max-width: 767px) {
  .tp-service-2__solution-list ul li {font-size: 12px;line-height: 24px;width: 50%;}
}
.tp-service-2__solution-list ul li::after {position: absolute;top: 9px;left: 0;height: 5px;width: 5px;border-radius: 50%;background-color: #44464D;content: "";}
.privacy-policy-main .sv-details-text ul li i{top: 0px !important;height: 18px !important;width: 18px!important;}
.privacy-policy-main .sv-details-text ul li i{line-height: 16px !important;}
.service-img{bottom: 0% !important;right: -7% !important;opacity: 0.8;}
.reliable-service-02{position: absolute;bottom: -8px;left: -24px;opacity: 0.6;transform: rotate(27deg);}
.about-img{bottom: 20px;right: 20px ;max-width: 460px;position: absolute;}
.tp-sales-main-thumb{position: absolute;max-width: 520px;bottom: -260px;top: auto;left: -40px;}
.tp-sales-main-thumb img{border-top-left-radius: 30px;border-bottom-left-radius: 30px;}
.custom-padding{padding: 130px 40px;}
.header-bottom__logo img{max-width: 230px;}