@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&family=Urbanist:wght@300;400;500;600;700;800&display=swap");
.tp-postbox-details-input-eye span, .test {
  -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;
}

:root {
  /** @font family declaration */
  --tp-ff-body: 'Urbanist', sans-serif;
  --tp-ff-heading: 'Urbanist', sans-serif;
  --tp-ff-p: 'Urbanist', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  --tp-ff-jakarta: 'Plus Jakarta Sans', sans-serif;
  --tp-ff-dmsans: 'DM Sans', sans-serif;
  /** @color declaration */
  --brand-blue: #2189DD ;
  --brand-red: #FF2F06 ;
  --tp-common-white: #ffffff;
  --tp-common-black: #000;
  --tp-common-1: #3EB9FF;
  --tp-common-2: #ABBF78;
  --tp-common-3: #FFB876;
  --tp-common-4: #FFA0C9;
  --tp-common-5: #E4F7FF;
  --tp-common-6: #FFF2D6;
  --tp-common-7: #E3E8FF;
  --tp-common-8: #FFE4E4;
  --tp-common-9: #D2F8EC;
  --tp-common-10: #FFE4F3;
  --tp-common-11: #010F1C;
  --tp-heading-primary: #0C1338;
  --tp-heading-secondary: #0F1123;
  --tp-grey-1: #6C6E76;
  --tp-grey-2: #93959F;
  --tp-grey-3: #565764;
  --tp-grey-4: #666666;
  --tp-grey-5: #8A8A8D;
  --tp-grey-6: #C3C4CD;
  --tp-grey-7: #414250;
  --tp-grey-8: #55585B;
  --tp-text-body: #565764;
  --tp-text-1: #271D3A;
  --tp-theme-secondary: #131683;
  --tp-theme-3: #05003B;
  --tp-theme-green: #59BA41;
  --tp-theme-apple: #F5F1EB;
  --tp-theme-dark-blue: #1E2B8A;
  --tp-theme-blue: #1c74bc;
  --tp-border-1: #F0F1F4;
  --tp-border-5: #000;
}

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

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

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-jakarta);
  color: var(--tp-heading-primary);
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.2;
  -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;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

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

p {
  font-family: var(--tp-ff-jakarta);
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
  color: var(--tp-text-body);
  margin-bottom: 15px;
  line-height: 26px;
}

a,
button,
p,
input,
select,
textarea,
li,
.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:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input,
textarea {
  outline: none;
}

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

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

::selection {
  background: var(--brand-blue);
  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;
}

.main-header .custom-container {
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .tp-row-cols-xl-7 > * {
    flex: 0 0 auto;
    width: 14.28%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tp-row-cols-md-7 > * {
    flex: 0 0 auto;
    width: 14.28%;
  }
}
@media (min-width: 1400px) {
  .custom-container {
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto;
    max-width: 1230px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-header .custom-container {
    width: 1170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-header .custom-container {
    width: 1000px;
  }
}

.gx-6 {
  --bs-gutter-x: 18px;
}

.gx-7 {
  --bs-gutter-x: 53px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gx-7 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 767px) {
  .gx-7 {
    --bs-gutter-x: 15px;
  }
}

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

.gx-9 {
  --bs-gutter-x: 58px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gx-9 {
    --bs-gutter-x: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gx-9 {
    --bs-gutter-x: 60px;
  }
}
@media (max-width: 767px) {
  .gx-9 {
    --bs-gutter-x: 30px;
  }
}

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

img {
  max-width: 100%;
  height: auto;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

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

.z-index-11 {
  z-index: 11;
}

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

[dir=rtl] .test {
  margin-left: 0;
  margin-right: 15px;
}
div.test img {
  margin-left: 10px;
}

[tp-theme=tp-theme-dark] .test {
  color: yellow;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
  background-color: var(--tp-common-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -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;
}
.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 0.4;
  visibility: visible;
}

/* dropcap */
.tp-dropcap {
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  margin-right: 20px;
}

.class {
  stroke-dasharray: 189px, 191px;
  stroke-dashoffset: 0px;
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/ /*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -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;
}
@media (max-width: 767px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--brand-blue);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--tp-common-white);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}


/*----------------------------------------*/
/*  2.2 Theme Settings
/*----------------------------------------*/
.tp-theme-settings-area {
  position: fixed;
  top: 50%;
  left: 0;
  width: 240px;
  background-color: #fff;
  border: 1px solid #EAEAEF;
  -webkit-transform: translateY(-50%) translateX(-100%);
  -moz-transform: translateY(-50%) translateX(-100%);
  -ms-transform: translateY(-50%) translateX(-100%);
  -o-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
  z-index: 991;
  direction: ltr;
  border-bottom-right-radius: 4px;
}
.tp-theme-settings-area.settings-opened {
  -webkit-transform: translateY(-50%) translateX(0%);
  -moz-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  -o-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.tp-theme-settings-area.settings-opened .tp-theme-settings-gear {
  opacity: 0;
}
.tp-theme-settings-area.settings-opened .tp-theme-settings-close {
  opacity: 1;
}
.tp-theme-settings-open {
  position: absolute;
  top: -1px;
  left: 100%;
}
.tp-theme-settings-open button {
  background-color: var(--tp-common-white);
  border: 1px solid #EAEAEF;
  border-left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: var(--tp-common-black);
  position: relative;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tp-theme-settings-gear {
  display: inline-block;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tp-theme-settings-close {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.tp-theme-header-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}
.tp-theme-wrapper {
  padding: 20px 30px 30px;
}
.tp-theme-toggle {
  text-align: center;
}
.tp-theme-toggle-main {
  display: inline-block;
  width: 160px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: #f0f0f5;
  padding: 4px;
  border-radius: 20px;
}
.tp-theme-toggle-light, .tp-theme-toggle-dark {
  display: inline-block;
  width: 48%;
  height: 26px;
  line-height: 26px;
}
.tp-theme-toggle input {
  display: none;
}
.tp-theme-toggle:hover {
  cursor: pointer;
}
.tp-theme-toggle label {
  color: var(--tp-common-black);
  font-size: 14px;
  font-weight: 500;
}
.tp-theme-toggle label:hover {
  cursor: pointer;
}
.tp-theme-toggle #tp-theme-toggler {
  display: none;
}
.tp-theme-toggle #tp-theme-toggler:checked + i {
  right: calc(50% - 4px);
}
.tp-theme-toggle-slide {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  -webkit-transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}
.tp-theme-dir {
  text-align: center;
}
.tp-theme-dir-main {
  display: inline-block;
  width: 160px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: #f0f0f5;
  padding: 4px;
  border-radius: 20px;
}
.tp-theme-dir-ltr, .tp-theme-dir-rtl {
  display: inline-block;
  width: 48%;
  height: 26px;
  line-height: 26px;
}
.tp-theme-dir input {
  display: none;
}
.tp-theme-dir:hover {
  cursor: pointer;
}
.tp-theme-dir label {
  color: var(--tp-common-black);
  font-size: 14px;
  font-weight: 500;
}
.tp-theme-dir label:hover {
  cursor: pointer;
}
.tp-theme-dir #tp-dir-toggler {
  display: none;
}
.tp-theme-dir #tp-dir-toggler:checked + i {
  right: calc(50% - 4px);
}
.tp-theme-dir-slide {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  -webkit-transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}
.tp-theme-color-item.active button::before {
  opacity: 1;
  visibility: visible;
}
.tp-theme-color-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.tp-theme-color-btn::before {
  position: absolute;
  content: "\f00c";
  font-weight: 600;
  font-family: var(--tp-ff-fontawesome);
  color: var(--tp-common-white);
  font-size: 16px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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;
  opacity: 0;
  visibility: hidden;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#F50963"] {
  background-color: #F50963;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#008080"] {
  background-color: #008080;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#F31E5E"] {
  background-color: #F31E5E;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#AB6C56"] {
  background-color: #AB6C56;
  color: black;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#4353FF"] {
  background-color: #4353FF;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#3661FC"] {
  background-color: #3661FC;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#2CAE76"] {
  background-color: #2CAE76;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#FF5A1B"] {
  background-color: #FF5A1B;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#03041C"] {
  background-color: #03041C;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#ED212C"] {
  background-color: #ED212C;
}
.tp-theme-color-input {
  margin-top: 15px;
}
.tp-theme-color-input h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.tp-theme-color-input label {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--tp-theme-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;
}
.tp-theme-color-input label:hover {
  cursor: pointer;
}
.tp-theme-color-input input {
  display: none;
}

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
/* theme btn */
.menu-btn,
.tp-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-common-white);
  background: var(--brand-blue);
  font-family: var(--tp-ff-jakarta);
  text-align: center;
  padding: 12px 33px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px;
}
.menu-btn i, .menu-btn svg,
.tp-btn i,
.tp-btn svg {
  margin-left: 5px;
}
.menu-btn svg,
.tp-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.menu-btn:hover,
.tp-btn:hover {
  color: var(--tp-common-white);
  background-color: #165d97;
  border-color: var(--brand-blue);
  letter-spacing: 1px;
}
.menu-btn:focus,
.tp-btn:focus {
  color: var(--tp-common-white);
}

.homemenu-btn {
  line-height: 1;
}
.homemenu-btn .menu-btn {
  padding: 12px 24px 14px 24px;
  font-size: 15px;
  width: 140px;
}

.tp-header-btn {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  background-color: var(--brand-blue);
  color: var(--tp-common-white);
  border-radius: 6px;
  padding: 7px 24.3px 7px;
}
.tp-header-btn:hover {
  color: var(--tp-common-white);
  background-color: #17619e;
}

.banner-search-btn {
  background-color: var(--brand-blue);
  color: var(--tp-common-white);
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  padding: 15px 34px;
  border-radius: 6px;
  line-height: 0.9;
}
.banner-search-btn:hover {
  background-color: #3653EB;
}

.tp-btn-blue {
  background-color: transparent;
  color: var(--tp-heading-primary);
  font-weight: 600;
  font-size: 16px;
  line-height: 10px;
  display: block;
  padding: 17px 10px;
  border-radius: 6px;
  border: 1px solid rgba(12, 19, 56, 0.1);
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.tp-btn-blue:hover {
  color: var(--tp-common-white);
  border: 1px solid transparent;
  background-color: var(--brand-blue);
}

.green-btn {
  background-color: transparent;
  color: var(--tp-common-white);
  display: inline-block;
  background-color: var(--tp-theme-green);
  border: 1px solid var(--tp-theme-green);
  padding: 19px 36px;
  text-align: center;
  -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;
  font-weight: 500;
  font-size: 16px;
  line-height: 12px;
}
.green-btn:hover {
  background-color: transparent;
  border: 1px solid var(--tp-theme-green);
  color: var(--tp-theme-green);
}

.radient-btn {
  background: linear-gradient(180deg, #FE2981 0%, #A70647 100%);
  border-radius: 30px;
  font-family: var(--tp-ff-dmsans);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--tp-common-white);
  padding: 11px 30px;
  display: inline-block;
  box-shadow: 0px 2px 3px rgba(109, 5, 47, 0.4);
}
.radient-btn:hover {
  color: var(--tp-common-white);
  transform: translateY(-2px);
}

.blue-btn {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-blue);
  display: inline-block;
  padding: 14px 32px;
  border: 2px solid var(--tp-theme-blue);
  border-radius: 30px;
  text-align: center;
}
.blue-btn:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-theme-blue);
}

.light-blue-btn {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--tp-common-white);
  background-color: #1c74bc;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  border: 2px solid #1c74bc;
}
.light-blue-btn:hover {
  color: #1c74bc;
  background-color: transparent;
}

/* offcanvas btn */
.tp-btn-offcanvas {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--tp-common-white);
  background: var(--brand-blue);
  text-align: center;
  font-family: var(--tp-ff-jakarta);
  padding: 9px 22px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  width: 100%;
}
.tp-btn-offcanvas i {
  padding-left: 5px;
}
.tp-btn-offcanvas:hover {
  background-color: #1c68a7;
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
/* 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 sliderShape {
  100% {
    border-radius: 39% 61% 70% 30%/46% 48% 52% 54%;
  }
  75% {
    border-radius: 38% 62% 61% 39%/58% 37% 63% 42%;
  }
  50% {
    border-radius: 27% 73% 37% 63%/58% 31% 69% 42%;
  }
  25% {
    border-radius: 39% 61% 70% 30%/46% 48% 52% 54%;
  }
}
@keyframes round-shape {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes round-shape-two {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes line-shape {
  0% {
    width: 0%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes section-animation {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
@keyframes borderanimate {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}
@keyframes light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    color: white;
  }
}
@keyframes light-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    color: white;
  }
}
@keyframes scale {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    color: white;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0px;
    stroke-dasharray: 3000;
  }
}
@keyframes tp-line-dash {
  100% {
    stroke-dashoffset: 0;
  }
}
/* 01. ========= shape animation ========== */
@keyframes bannerAnimationTwo {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(20px, -5px);
  }
  40% {
    transform: translate(50px, 20px);
  }
  60% {
    transform: translate(20px, 50px);
  }
  80% {
    transform: translate(-20px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes sliderTitle3 {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
@keyframes scale-lught {
  0% {
    transform: translateY(-50%) scale(1);
  }
  100% {
    transform: translateY(-50%) scale(0.4);
  }
}
@-webkit-keyframes scale-lught {
  0% {
    transform: translateY(-50%) scale(1);
  }
  100% {
    transform: translateY(-50%) scale(0.4);
  }
}
@keyframes ripple2 {
  70% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes updown-two {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes leftright {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes updown-three {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes transform {
  0% {
    transform: scale(0.7);
    opacity: 0.8;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.7);
    opacity: 0.8;
  }
}
@keyframes img-border {
  0% {
    -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  }
  100% {
    -webkit-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    -moz-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
  }
}
@keyframes title-anim {
  0% {
    opacity: 1;
    stroke-dasharray: 0 500;
  }
  12% {
    stroke-dasharray: 500 500;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    stroke-dasharray: 500 500;
  }
}
@keyframes hero-shape-anim {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes hero-shape-anim-2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-9px);
  }
}
@keyframes hero-shape-anim-3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-40px);
  }
}
@keyframes tpswing {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
@keyframes tpstar {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes tpstar {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(119, 90, 252, 0.04), 0 0 0 100px rgba(119, 90, 252, 0.04), 0 0 0 200px rgba(119, 90, 252, 0.04);
    box-shadow: 0 0 0 0 rgba(119, 90, 252, 0.04), 0 0 0 100px rgba(119, 90, 252, 0.04), 0 0 0 200px rgba(119, 90, 252, 0.04);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  100% {
    -webkit-box-shadow: 0 0 0 100px rgba(119, 90, 252, 0.04), 0 0 0 200px rgba(119, 90, 252, 0.04), 0 0 0 270px rgba(119, 90, 252, 0.01);
    box-shadow: 0 0 0 100px rgba(119, 90, 252, 0.04), 0 0 0 200px rgba(119, 90, 252, 0.04), 0 0 0 270px rgba(119, 90, 252, 0.01);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
}
@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(119, 90, 252, 0.04), 0 0 0 100px rgba(119, 90, 252, 0.04), 0 0 0 200px rgba(119, 90, 252, 0.04);
    box-shadow: 0 0 0 0 rgba(119, 90, 252, 0.04), 0 0 0 100px rgba(119, 90, 252, 0.04), 0 0 0 200px rgba(119, 90, 252, 0.04);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  100% {
    -webkit-box-shadow: 0 0 0 100px rgba(119, 90, 252, 0.04), 0 0 0 200px rgba(119, 90, 252, 0.04), 0 0 0 270px rgba(119, 90, 252, 0.01);
    box-shadow: 0 0 0 100px rgba(119, 90, 252, 0.04), 0 0 0 200px rgba(119, 90, 252, 0.04), 0 0 0 270px rgba(119, 90, 252, 0.01);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
}
@keyframes tp-hotspot-2 {
  0% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes upslide {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #loading-center-absolute {
    width: 45%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #loading-center-absolute {
    width: 50%;
  }
}
@media (max-width: 575px) {
  #loading-center-absolute {
    width: 90%;
  }
}
  
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tp-preloader-logo {
  width: 180px;
  height: 180px;
  line-height: 180px;
  position: relative;
  text-align: center;
  margin: auto;
}
.tp-preloader-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tp-preloader-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: tp-rotate 5s linear infinite;
  -moz-animation: tp-rotate 5s linear infinite;
  -ms-animation: tp-rotate 5s linear infinite;
  -o-animation: tp-rotate 5s linear infinite;
  animation: tp-rotate 5s linear infinite;
}
.tp-preloader-circle svg circle:last-child {
  stroke: var(--brand-blue);
  stroke-dashoffset: 0;
  stroke-dasharray: 1128, 3150;
  -webkit-animation: tp-loading 4s linear infinite;
  -moz-animation: tp-loading 4s linear infinite;
  -ms-animation: tp-loading 4s linear infinite;
  -o-animation: tp-loading 4s linear infinite;
  animation: tp-loading 4s linear infinite;
  transform-origin: center center;
}
@-webkit-keyframes tp-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@-moz-keyframes tp-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@-ms-keyframes tp-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@keyframes tp-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@-webkit-keyframes tp-rotate {
  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);
  }
}
@-moz-keyframes tp-rotate {
  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);
  }
}
@-ms-keyframes tp-rotate {
  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 tp-rotate {
  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);
  }
}
.tp-preloader-content {
  text-align: center;
}
.tp-preloader-title {
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .tp-preloader-title {
    font-size: 70px;
  }
}
.tp-preloader-subtitle {
  font-size: 18px;
  margin-bottom: 0;
  color: var(--tp-common-black);
  margin-top: 10px;
  font-weight: 500;
  font-family: var(--tp-ff-jakarta);
}

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

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

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

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

.theme-bg {
  background: var(--brand-blue);
}

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

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

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

/*----------------------------------------*/
/*  2.7 Carousel
/*----------------------------------------*/
/* tp range slider css */
.tp-range-slider .inside-slider {
  padding-left: 7px;
  padding-right: 17px;
}
.tp-range-slider .noUi-target {
  background-color: #191C3C;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  border: 0;
  box-shadow: none;
}
.tp-range-slider .noUi-connect {
  background-color: var(--brand-blue);
}
.tp-range-slider .noUi-horizontal {
  height: 6px;
}
.tp-range-slider .noUi-handle {
  height: 24px;
  width: 24px;
  background-color: var(--brand-blue);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid var(--tp-common-white);
  box-shadow: 0px 4px 10px rgba(5, 9, 43, 0.3);
  top: -9px;
}
.tp-range-slider .noUi-handle:hover {
  cursor: pointer;
}
.tp-range-slider .noUi-handle::before, .tp-range-slider .noUi-handle::after {
  display: none;
}
.tp-range-slider-dark .noUi-handle {
  border: 4px solid #2D314B;
}

/* tp swiper slider dot */
.tp-swiper-dot .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--tp-grey-1);
  opacity: 1;
  margin: 0 9px;
  position: relative;
}
.tp-swiper-dot .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.tp-swiper-dot .swiper-pagination-bullet button {
  font-size: 0;
}
.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--brand-blue);
}
.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border-color: var(--brand-blue);
  transform: translate(-50%, -50%) scale(1);
}

.tp-swiper-arrow {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  text-align: center;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.tp-swiper-arrow:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

/* tp slick arrow */
/*----------------------------------------*/
/*  2.8 Nice Select
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select::after {
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  right: 0;
  content: "\f107";
  font-family: var(--tp-ff-fontawesome);
  transform-origin: center;
  color: var(--tp-common-black);
  font-weight: 500;
  height: auto;
  width: auto;
}
.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled::after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small::after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*----------------------------------------*/
/*  2.9 Pagination
/*----------------------------------------*/
.basic-pagination ul li {
  display: inline-block;
}
.basic-pagination ul li:not(:last-child) {
  margin-right: 17px;
}
.basic-pagination ul li a, .basic-pagination ul li span {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 39px;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid var(--brand-blue);
  font-size: 15px;
  font-weight: 600;
  font-family: var(--tp-ff-jakarta);
}
.basic-pagination ul li a i, .basic-pagination ul li span i {
  color: var(--brand-blue);
  transform: translateY(-1px);
  display: inline-block;
}
.basic-pagination ul li a:hover, .basic-pagination ul li a.current, .basic-pagination ul li span:hover, .basic-pagination ul li span.current {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  color: var(--tp-common-white);
}
.basic-pagination ul li a:hover i, .basic-pagination ul li a.current i, .basic-pagination ul li span:hover i, .basic-pagination ul li span.current i {
  color: var(--tp-common-white);
}
.basic-pagination ul li a.current, .basic-pagination ul li span.current {
  width: 140px;
}

/*----------------------------------------*/
/*  2.10 Offcanvas
/*----------------------------------------*/
.offcanvas__area {
  position: fixed;
  right: 0;
  top: 0;
  width: 360px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  background: var(--tp-common-white) none repeat scroll 0 0;
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__area::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.offcanvas__area.offcanvas-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.offcanvas__area.offcanvas-opened .tp-menu-banner-thumb {
  text-align: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__area {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .offcanvas__area {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offcanvas__area {
    width: 360px;
  }
}
.offcanvas__wrapper {
  position: relative;
  padding: 50px 40px 120px 40px;
  z-index: 1;
  min-height: 100%;
}
@media (max-width: 767px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offcanvas__wrapper {
    padding: 50px 40px 120px 40px;
  }
}
.offcanvas__close {
  position: absolute;
  top: 30px;
  right: 30px;
}
@media (max-width: 767px) {
  .offcanvas__close {
    right: 20px;
    top: 30px;
  }
}
.offcanvas__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 44px;
  width: 44px;
  line-height: 40px;
  border: 2px solid var(--tp-border-1);
  background-color: transparent;
  color: var(--tp-text-1);
  border-radius: 50%;
}
.offcanvas__close-btn:hover {
  background-color: var(--brand-blue);
  border-color: transparent;
  color: var(--tp-common-white);
}
.offcanvas__close-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.offcanvas__inner h4 {
  font-family: var(--tp-ff-jakarta);
  font-size: 24px;
  color: var(--tp-common-white);
  line-height: 1.3;
  margin-bottom: 15px;
}
.offcanvas__inner p {
  font-family: var(--tp-ff-inter);
  font-size: 16px;
  line-height: 22px;
  color: var(--tp-common-white);
  margin-bottom: 30px;
}
.offcanvas__inner > img {
  margin-bottom: 30px;
}
.offcanvas__menu ul li {
  list-style: none;
  margin-bottom: 10px;
}
.offcanvas__menu ul li:last-child {
  margin-bottom: 0;
}
.offcanvas__menu ul li a {
  font-weight: 700;
  font-size: 20px;
  color: var(--tp-common-black);
}
.offcanvas__menu ul li:hover > a {
  color: var(--brand-blue);
}
.offcanvas__text p {
  font-family: var(--tp-ff-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: var(--tp-common-black-4);
  margin-bottom: 25px;
}
.offcanvas__contact-call {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 20px;
  color: var(--tp-common-black);
  margin-bottom: 5px;
}
.offcanvas__contact-call a:hover {
  color: var(--brand-blue)
}
.offcanvas__contact-mail {
  font-family: var(--tp-ff-jakarta);
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-text-1);
}
.offcanvas__contact-mail a:hover {
  color: var(--brand-blue);
}
.offcanvas__social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  background: transparent;
  color: var(--tp-common-black);
  margin-right: 5px;
  border: 2px solid var(--tp-border-1);
  border-radius: 6px;
}
.offcanvas__social a:hover {
  background: var(--brand-blue);
  color: var(--tp-common-white);
  border-color: var(--brand-blue);
}
.offcanvas__btn {
  margin-bottom: 55px;
}
.offcanvas__btn a {
  margin-bottom: 20px;
}
.offcanvas__info-item {
  margin-bottom: 38px;
}
.offcanvas__info-item-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 12px;
}
.offcanvas__info-item p {
  font-size: 16px;
  color: var(--tp-text-16);
  margin-bottom: 0;
  line-height: 22px;
}
.offcanvas__info-item p a:hover {
  color: var(--brand-blue);
}
.offcanvas-btn {
  line-height: 1;
}
.offcanvas-open-btn {
  line-height: 1;
}

/*----------------------------------------*/
/*  2.11 Breadcrumb
/*----------------------------------------*/
.breadcrumb-bg {
  background: #E4ECF8;
}
.breadcrumb-overlay {
  position: relative;
  z-index: 1;
}
.breadcrumb-overlay::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #080211;
  opacity: 0.6;
}
.breadcrumb__title {
  color: #0E1331;
  font-family: var(--tp-ff-jakarta);
  font-weight: 800;
  font-size: 80px;
  line-height: 1;
}
@media (max-width: 767px) {
  .breadcrumb__title {
    font-size: 38px;
  }
}
.breadcrumb__title-pre {
  display: inline-block;
  height: 24px;
  line-height: 26px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  background: var(--tp-theme-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 7px;
  margin-bottom: 12px;
}
.breadcrumb__list span {
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 14px;
  color: #68686F;
}
.breadcrumb__list span a:hover {
  color: var(--brand-blue);
}
.breadcrumb__list .dvdr {
  position: relative;
  margin-right: 10px;
  margin-left: 4px;
}
.breadcrumb__list .dvdr::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(1px);
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #A0A0A3;
}

.breadcrumb__content-2 .breadcrumb__title {
  color: var(--tp-common-white);
  margin-bottom: 11px;
}
.breadcrumb__content-2 .breadcrumb__list span {
  color: var(--tp-common-white);
}
.breadcrumb__content-2 .breadcrumb__list span a:hover {
  color: var(--tp-common-white);
  opacity: 0.7;
}
.breadcrumb__content-2 .breadcrumb__list .dvdr::before {
  background: var(--tp-common-white);
}

.inner-shape-dots {
  position: absolute;
  left: 150px;
  top: 175px;
  animation: updown-three 2.5s linear 0s infinite alternate;
}

.breadcrumb-2-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.breadcrumb-2-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  opacity: 0.8;
}

/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
.accordion-button::after {
  width: 0;
  height: 0;
  margin-left: auto;
}

.tp-accordion .accordion-button:not(.collapsed) {
  color: var(--tp-theme-blue);
  background-color: var(--tp-common-white);
  box-shadow: none;
}
.tp-accordion .accordion-button {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  font-family: var(--tp-ff-dmsans);
  padding: 35px 0px;
  -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;
}
@media (max-width: 767px) {
  .tp-accordion .accordion-button {
    font-size: 16px;
  }
}
.tp-accordion .accordion-button::after {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  background-image: none;
  right: 0;
  width: auto;
  height: auto;
  font-weight: 500;
  font-size: 18px;
  -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;
  top: 50%;
  transform: translateY(-50%);
}
.tp-accordion .accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
.tp-accordion .accordion-item {
  background-color: var(--tp-common-white);
  border-right: none;
  border-left: none;
  border-color: rgba(1, 15, 28, 0.1);
}
.tp-accordion .accordion-body {
  padding: 0px 70px 35px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--tp-ff-dmsans);
  color: #55585B;
}
@media (max-width: 767px) {
  .tp-accordion .accordion-body {
    padding: 0px 30px 35px 0;
  }
}
.tp-accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: translateY(-50%) rotate(135deg);
  color: var(--tp-theme-blue);
}
.tp-accordion-btn a {
  color: var(--tp-grey-8);
  font-family: var(--tp-ff-dmsans);
  font-weight: 400;
  font-size: 18px;
  line-height: 12px;
}
.tp-accordion-btn a:hover {
  color: var(--tp-theme-green);
}
.tp-accordion-btn a i {
  font-size: 14px;
  font-weight: 500;
  margin-left: 2px;
}

/*----------------------------------------*/
/*  2.13 Tab
/*----------------------------------------*/
.tp-tab .nav-tabs {
  padding: 0;
  margin: 0;
  border: 0;
}
.tp-tab .nav-tabs .nav-link {
  padding: 0;
  margin: 0;
  border: 0;
}

/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpsection__content {
    padding-top: 0;
  }
}
.tpsection__content p {
  color: var(--tp-grey-3);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .tpsection__content p br {
    display: none;
  }
}
.tpsection__title {
  font-weight: 700;
  font-size: 54px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.tpsection__title span {
  font-weight: 300;
  font-size: 54px;
}
@media (max-width: 767px) {
  .tpsection__title span {
    font-size: 34px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpsection__title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpsection__title {
    font-size: 30px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpsection__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tpsection__title {
    font-size: 30px;
  }
}
.tpsection__title-pre {
  font-size: 14px;
  font-weight: var(--tp-fw-bold);
  color: var(--brand-blue);
  display: inline-block;
  text-transform: uppercase;
}
.tpsection-title {
  font-weight: 700;
  font-size: 54px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.tpsection-title span {
  font-weight: 300;
  font-size: 54px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpsection-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpsection-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpsection-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tpsection-title {
    font-size: 30px;
  }
}
.tpsection-title-white {
  color: var(--tp-common-white);
  font-size: 40px;
}
@media (max-width: 767px) {
  .tpsection-title-white {
    font-size: 24px;
  }
}

.tpsection-sub-title-white {
  color: var(--tp-common-white);
  font-weight: 600;
  font-size: 16px;
  line-height: 12px;
}

.tpsection-wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-dmsans);
}
.tpsection-title-two {
  font-weight: 700;
  font-size: 59px;
  line-height: 1.19;
  letter-spacing: -0.02em;
  color: var(--tp-common-11);
  font-family: var(--tp-ff-dmsans);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpsection-title-two {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpsection-title-two {
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpsection-title-two {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .tpsection-title-two {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpsection-title-two {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tpsection-title-two br {
    display: none;
  }
}
.tpsection-title-two span {
  position: relative;
  z-index: 1;
}
.tpsection-title-two span svg {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  width: 100%;
}
.tpsection-title-two span svg path {
  animation-name: title-anim;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-delay: 0s;
}
@media (max-width: 767px) {
  .tpsection-title-two span svg {
    bottom: -10px;
  }
}
.tpsection-title-two .big-shape svg {
  left: 27px;
  bottom: -12px;
}
.tpsection-title-two .big-shape2 svg {
  left: -5px;
  bottom: -5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpsection-title-two .big-shape2 svg {
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  .tpsection-title-two .big-shape2 svg {
    left: 18px;
  }
}

.tpsection-title-white-2 {
  font-family: var(--tp-ff-dmsans);
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpsection-title-white-2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .tpsection-title-white-2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpsection-title-white-2 br {
    display: none;
  }
}

.section-wrapper span {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  background: linear-gradient(90deg, #1c74bc 0%, #A44CEE 43.75%, #ec1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.section-title-4 {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  color: var(--tp-common-11);
}
@media (max-width: 767px) {
  .section-title-4 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-4 br {
    display: none;
  }
}

.section-title-4-2 {
  font-size: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title-4-2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section-title-4-2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .section-title-4-2 br {
    display: none;
  }
}

.section-3 {
  position: relative;
  z-index: 2;
}
.section-3-sub-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  color: #FF622D;
}
.section-3-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 60px;
  line-height: 1.09;
  letter-spacing: -0.01em;
  color: var(--tp-common-11);
}
@media (max-width: 767px) {
  .section-3-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-3-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .section-3-title br {
    display: none;
  }
}
.section-3 p {
  font-family: var(--tp-ff-jakarta);
  font-size: 18px;
  color: var(--tp-grey-8);
  opacity: 0.8;
}
@media (max-width: 767px) {
  .section-3 p br {
    display: none;
  }
}
.section-3 span {
  font-weight: 500;
  font-size: 17px;
  color: #010F1C;
  opacity: 0.8;
}


.section-inner-wrapper span {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 16px;
  color: var(--brand-blue);
}

.section-inner-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 54px;
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--tp-heading-primary);
}
@media (max-width: 767px) {
  .section-inner-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section-inner-title br {
    display: none;
  }
}

/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.tplogo__area a img {
  max-width: 150px;
}

.tpmenu__area ul li {
  display: inline-block;
  list-style: none;
  margin: 0 16px;
  position: relative;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpmenu__area ul li {
    margin: 0 17px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tpmenu__area ul li {
    margin: 0 14px;
  }
}
.tpmenu__area ul li:hover.has-dropdown a::after {
  color: var(--brand-blue);
}
.tpmenu__area ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.tpmenu__area ul li:hover > a {
  color: var(--brand-blue);
}
.tpmenu__area ul li.has-dropdown > a {
  position: relative;
}

.tp-mega-menu-wrapper {
  position: relative;
}

.tpmenu__area ul li.has-mega-menu .tp-menu-banner {
  text-align: left;
}
.tpmenu__area ul li.has-mega-menu .tp-menu-banner-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  color: #0E1331;
  margin-bottom: 30px;
}
.tpmenu__area ul li.has-mega-menu .tp-menu-banner ul li {
  margin: 0 0;
  float: left;
  width: 50%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.tpmenu__area ul li.has-mega-menu .tp-menu-banner ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 200px;
  background: rgba(14, 19, 49, 0.08);
}
.tpmenu__area ul li.has-mega-menu .tp-menu-banner ul li:nth-child(even) {
  margin-left: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpmenu__area ul li.has-mega-menu .tp-menu-banner ul li:nth-child(even) {
    margin-left: 0;
  }
}
.tpmenu__area ul li.has-mega-menu .tp-menu-banner ul li a {
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #0E1331;
  letter-spacing: 0;
  padding: 0 0;
}
.tpmenu__area ul li.has-mega-menu .tp-menu-banner ul li a span {
  margin-right: 8px;
}
.tpmenu__area ul li.has-mega-menu .tp-menu-banner ul li a:hover {
  color: var(--brand-blue);
}
.tpmenu__area ul li.has-mega-menu .tp-menu-banner-wrap {
  background-color: #5362B0;
  text-align: left;
  margin-left: 30px;
  border-radius: 6px;
  padding: 38px 20px 38px 30px;
  position: relative;
}
.tpmenu__area ul li.has-mega-menu .tp-menu-banner-wrap span {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-bottom: 8px;
  display: inline-block;
}
.tpmenu__area ul li.has-mega-menu .tp-menu-banner-title-2 {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--tp-common-white);
  margin-bottom: 27px;
}
.tpmenu__area ul li.has-mega-menu .tp-menu-banner-btn a {
  font-family: var(--tp-ff-jakarta);
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding: 0 0;
  position: relative;
}
.tpmenu__area ul li.has-mega-menu .tp-menu-banner-btn a::before {
  position: absolute;
  content: "";
  left: -3px;
  bottom: -2px;
  height: 1px;
  width: 94px;
  background-color: var(--tp-common-white);
}
.tpmenu__area ul li.has-mega-menu .tp-menu-banner-btn a span {
  -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;
  margin-left: 3px;
}
.tpmenu__area ul li.has-mega-menu .tp-menu-banner-btn a:hover span {
  transform: rotate(-45deg);
}
.tpmenu__area ul li.has-mega-menu .tp-menu-banner-thumb {
  position: absolute;
  bottom: 0;
  right: 0;
}
.tpmenu__area ul li.header-services {
  position: static;
}
.tpmenu__area ul li.header-services > a {
  position: relative;
}
.tpmenu__area ul li.header-services > a::after {
  content: "\f107";
  transform: translateY(1px);
  font-size: 14px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-fontawesome);
  font-weight: 400;
  margin-left: 5px;
  -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;
  display: inline-block;
}
.tpmenu__area ul li.has-dropdown > a {
  position: relative;
}
.tpmenu__area ul li.has-dropdown > a::after {
  content: "\f107";
  transform: translateY(1px);
  font-size: 14px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-fontawesome);
  font-weight: 400;
  margin-left: 5px;
  -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;
  display: inline-block;
}
.tpmenu__area ul li .submenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 101.3%;
  min-width: 200px;
  background: #ffffff;
  box-shadow: 0px 20px 30px rgba(1, 3, 13, 0.12);
  border-radius: 6px;
  margin: 0;
  transform: scale(1, 0);
  transform-origin: 0 0;
  transition: all 0.2s linear 0s;
  --webkit-transition: all 0.2s linear 0s;
  padding: 12px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  border-top: 2px solid transparent;
}
.tpmenu__area ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0;
}
.tpmenu__area ul li .submenu li a {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  padding: 3px 22px;
  text-transform: capitalize;
  text-align: start;
  -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;
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0;
  color: #55585B;
}
.tpmenu__area ul li .submenu li a:hover {
  color: var(--brand-blue);
}
.tpmenu__area ul li > a {
  font-size: 16px;
  color: var(--tp-text-1);
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 26px 0;
  display: inline-block;
  -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;
}
.tpmenu__area ul li > a:hover {
  color: var(--brand-blue);
}

.main-mega-menu ul > li .mega-menu {
  top: 101.3%;
  width: 300px;
  background-color: var(--tp-common-white);
  left: 0;
  right: 0;
  z-index: 5;
  transform-origin: top;
  flex: 0 0 auto;
  display: flex;
  margin: 0 auto;
  border-top: 2px solid var(--tp-text-primary);
  -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;
  box-shadow: 0px 20px 30px rgba(1, 3, 13, 0.12);
  border-radius: 6px;
  border-top: 2px solid transparent;
}
.main-mega-menu ul > li .mega-menu > li {
  width: 195px;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.main-mega-menu ul > li .mega-menu > li ul {
  padding-left: 0;
  text-align: left;
}
.main-mega-menu ul > li .mega-menu > li:nth-child(2) {
  margin-left: -15px;
  margin-right: 18px;
}
.main-mega-menu ul > li .mega-menu-container {
  left: -40px;
}
.main-mega-menu ul > li.header-banner {
  top: 101%;
  width: 1170px;
  background-color: var(--tp-common-white);
  left: 0;
  right: 0;
  z-index: 5;
  transform-origin: top;
  flex: 0 0 auto;
  display: flex;
  margin: 0 auto;
  border-top: 2px solid var(--tp-text-primary);
  -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;
  box-shadow: 0px 20px 30px rgba(1, 3, 13, 0.12);
  border-radius: 6px;
}

.tpheader__right {
  margin-left: -12px;
}

.tp-search-area {
  background-color: var(--brand-blue);
}

.tp-search-form input {
  height: 70px;
  width: 100%;
  background-color: var(--brand-blue);
  border: none;
  color: var(--tp-common-white);
  font-weight: 500;
  padding: 5px 30px 5px 0;
}
.tp-search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--tp-common-white);
}
.tp-search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--tp-common-white);
}
.tp-search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--tp-common-white);
}
.tp-search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--tp-common-white);
}

.tp-search-area {
  display: none;
}

.search-submit-icon {
  position: absolute;
  color: var(--tp-common-white);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.button-search-toggle {
  position: relative;
}

.button-search-toggle i {
  transition: 0.3s;
}

.tp-search-icon-active .header_search-button svg {
  transform: scale(0);
}

.header_search-close {
  position: absolute;
  left: 3px;
  top: 4px;
  font-size: 20px;
  transform: scale(0);
}

.tp-search-icon-active .header_search-close {
  transform: scale(1);
}

#scroll-indicator,
#scroll-indicator-2 {
  background: linear-gradient(to right, var(--brand-blue), var(--brand-blue), var(--brand-blue));
  height: 4px;
  width: 0%;
  position: fixed;
  top: 0;
  transition: transition;
  z-index: 10;
}

#scroll-indicator-2 {
  background: linear-gradient(to right, #59BA41, #59BA41, #59BA41);
}

.tptransparent__header.header-sticky {
  position: fixed !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 9;
  background: rgb(255, 255, 255);
  -webkit-animation: fadeInDown 300ms ease-in-out 0s normal none 1 running;
  animation: fadeInDown 300ms ease-in-out 0s normal none 1 running;
  box-shadow: 0px 20px 40px rgba(37, 9, 62, 0.1);
  backdrop-filter: blur(16px);
  padding: 7px;
}
.tptransparent__header.header-sticky .tpheader__sign a {
  color: #0E1331;
}
.tptransparent__header.header-sticky .tpheader__sign a::before {
  background-color: #0E1331;
}
.tptransparent__header.header-sticky .tp-header-btn {
  background-color: var(--brand-blue);
  color: var(--tp-common-white);
  font-family: var(--tp-ff-jakarta);
}
.tptransparent__header.header-sticky .tp-header-btn:hover {
  background-color: #17619e;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .header-1 .tp-header-top {
    padding: 20px 0;
  }
}
.header-1 .tp-search-area.p-relative {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 11;
}

.tpmenu__area > nav > ul > li .tp-mega-menu {
  position: absolute;
  top: 101.3%;
  left: 0;
  right: 0;
  width: 100%;
  background-color: var(--tp-common-white);
  z-index: 9;
  padding: 38px 20px 38px 40px;
  transform-origin: top;
  box-shadow: 0px 20px 30px rgba(1, 3, 13, 0.12);
  border-radius: 6px;
  border-top: 2px solid transparent;
}

.tp-main-menu-mobile .tp-menu-banner {
  margin-bottom: 20px;
}
.tp-main-menu-mobile .tp-menu-banner-title {
  padding-top: 15px;
}
.tp-main-menu-mobile .tp-menu-banner-title-2 {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #0E1331;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .tp-main-menu-mobile .tp-menu-banner-title-2 {
    font-size: 18px;
  }
}
.tp-main-menu-mobile .tp-menu-banner-title-2 br {
  display: none;
}
.tp-main-menu-mobile .tp-menu-banner ul li a {
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #0E1331;
}
.tp-main-menu-mobile .tp-menu-banner ul li a span {
  margin-right: 5px;
}
.tp-main-menu-mobile .tp-menu-banner-wrap {
  margin-bottom: 20px;
}
.tp-main-menu-mobile .tp-menu-banner-wrap span {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0E1331;
  display: inline-block;
  margin-bottom: 6px;
}
.tp-main-menu-mobile .tp-menu-banner-btn a {
  font-family: var(--tp-ff-jakarta);
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #0E1331;
  padding: 0 0;
  position: relative;
  border-bottom: none !important;
}
.tp-main-menu-mobile .tp-menu-banner-btn a::before {
  position: absolute;
  content: "";
  left: -3px;
  bottom: -6px;
  height: 1px;
  width: 94px;
  background-color: #0E1331;
}
.tp-main-menu-mobile .tp-menu-banner-btn a span {
  -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-main-menu-mobile .tp-menu-banner-btn a:hover {
  opacity: 0.8;
}
.tp-main-menu-mobile .tp-menu-banner-btn a:hover span {
  opacity: 0.8;
  transform: rotate(-45deg);
}
.tp-main-menu-mobile .tp-menu-banner-btn a:hover::before {
  opacity: 0.8;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-spaces {
    margin-top: 15px;
  }
}

.tpmenu__area > nav > ul > li .tp-mega-menu.has-homemenu {
  padding: 20px 20px 0;
  box-shadow: 0 20px 30px rgba(1, 15, 28, 0.1);
}

.tpmenu__area ul li .has-homemenu .homemenu {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 20px;
}
.tpmenu__area ul li .has-homemenu .homemenu:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -60%);
}
.tpmenu__area ul li .has-homemenu .homemenu:hover .homemenu-thumb::before {
  background-color: rgba(1, 15, 28, 0.3);
}
.tpmenu__area ul li .has-homemenu .homemenu:hover .demo-name span {
  color: var(--brand-blue);
}
.tpmenu__area ul li .has-homemenu.tp-submenu li:not(:last-child) {
  border-bottom: none;
}


.mega-menu-container .main-mega-menu ul > li .mega-menu {
  margin-left: -40px;
}

/*----------------------------------------*/
/*  3.2 Header Style 2
/*----------------------------------------*/


.tptransparent__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tptransparent__header {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tptransparent__header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .tptransparent__header {
    padding-left: 0;
    padding-right: 0;
  }
}

.offcanvas-open-btn i {
  font-size: 20px;
  font-weight: 600;
}

/*----------------------------------------*/
/*  3.3 Header Style 3
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-white-menu .tpmenu__area ul li {
    margin: 0 14px;
  }
}
.tp-white-menu .tpmenu__area ul li:hover > a {
  opacity: 0.7;
}
.tp-white-menu .tpmenu__area ul li a {
  color: var(--tp-common-white);
}
.tp-white-menu .tpmenu__area ul li .submenu li a {
  opacity: 1;
}
.tp-white-menu .tpheader-btn-two a {
  background: linear-gradient(180deg, #FE2981 0%, #A70647 100%);
  border-radius: 30px;
  border: none;
  color: var(--tp-common-white);
  padding: 15px 31px;
  box-shadow: 0px 2px 3px rgba(109, 5, 47, 0.4);
}
.tp-white-menu .tpheader-btn-two a:hover {
  transform: translateY(-2px);
}
.tp-white-menu .offcanvas-open-btn i {
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-common-white);
  opacity: 0.7;
}
.tp-white-menu .tpmenu__area ul li.has-dropdown > a::after {
  color: var(--tp-common-white);
}
.tp-white-menu .tp-header-btn {
  background-color: var(--tp-common-white);
  color: #0E1331;
  font-family: var(--tp-ff-jakarta);
}
.tp-white-menu .tp-header-btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}


/*----------------------------------------*/
/*  3.4 Header Style 4
/*----------------------------------------*/
.header-offer img {
  margin-right: 10px;
  animation: light 2.5s linear forwards infinite alternate;
}
.header-offer p {
  margin-bottom: 0;
  font-size: 15px;
  font-family: var(--tp-ff-jakarta);
  color: var(--tp-grey-8);
}
.header-offer p span {
  color: #FF6C66;
  font-weight: 500;
}
.header-social {
  justify-content: end;
}
.header-social a {
  display: inline-block;
  color: #7B8187;
  font-size: 15px;
  margin-left: 15px;
  padding: 17px 0;
}
.header-social a:first-child {
  margin-left: 0;
}
.header-social a:hover {
  color: var(--tp-theme-blue);
}
.header-btn-4 .blue-btn {
  background-color: #1c74bc;
  border: 2px solid #1c74bc;
}

.header-btn-4 .blue-btn:hover {
  background-color: #18598e;
  border: 2px solid #18598e;
  color: var(--tp-common-white);

}

.header-bg-4 {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 10px 30px rgba(1, 15, 28, 0.1);
  backdrop-filter: blur(8px);
  border-radius: 100px;
  padding: 0 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) {
  .header-bg-4 {
    padding: 15px 15px;
  }
}
@media (max-width: 767px) {
  .header-bg-4 {
    margin-top: 15px;
  }
}

.tptransparent__header-4 .tpmenu__area ul li {
  margin: 0 37px 0 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tptransparent__header-4 .tpmenu__area ul li {
    margin: 0 24px 0 0;
  }
}
.tptransparent__header-4 .tpmenu__area ul li:last-child {
  margin-right: 0 0 0 0;
}
.tptransparent__header-4 .tpmenu__area ul li > a {
  font-family: var(--tp-ff-jakarta);
  font-size: 16px;
  color: var(--tp-text-1);
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 21px 0;
}
.tptransparent__header-4 .tpmenu__area ul li:hover > a {
  color: var(--tp-theme-blue);
}
.tptransparent__header-4 .tpmenu__area ul li .submenu li a:hover {
  color: var(--tp-theme-blue);
}
.tptransparent__header-4 .tpmenu__area ul li:hover.has-dropdown a::after {
  color: var(--tp-theme-blue);
}
.tptransparent__header-4 .tpmenu__area ul li.has-mega-menu .tp-menu-banner ul li a:hover {
  color: var(--tp-theme-blue);
}

.tptransparent__header-4 .header-sticky {
  position: fixed !important;
  left: 0;
  right: 0;
  width: 1230px;
  margin: auto;
  top: 20px;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  animation: fadeInDown 500ms ease-in-out 0s normal none 1 running;
  box-shadow: 0px 20px 40px rgba(37, 9, 62, 0.1);
  backdrop-filter: blur(16px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tptransparent__header-4 .header-sticky {
    width: 1140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tptransparent__header-4 .header-sticky {
    width: 970px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tptransparent__header-4 .header-sticky {
    width: 740px;
  }
}
@media (max-width: 767px) {
  .tptransparent__header-4 .header-sticky {
    width: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tptransparent__header-4 .header-sticky {
    width: 580px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
  .tptransparent__header-4 .header-sticky {
    width: 490px;
  }
}
@media (max-width: 300px) {
  .tptransparent__header-4 .header-sticky {
    width: 270px;
  }
}



/*----------------------------------------*/
/*  3.6 Header Style 6
/*----------------------------------------*/

.inner-header {
  margin-left: -50px;
}
.inner-header.tpmenu__area ul li {
  margin: 0 17px;
}
.inner-header.tpmenu__area ul li > a {
  color: #0E1331;
  position: relative;
  padding: 28px 0;
  font-family: var(--tp-ff-jakarta);
  letter-spacing: 0;
}
.inner-header.tpheader__sign a {
  color: #0E1331;
}
.inner-header.tpmenu__area ul li > a:hover {
  color: var(--brand-blue);
}
.inner-header.tpmenu__area ul li:hover > a {
  color: var(--brand-blue);
}

.header-inner-2 {
  margin-left: -50px;
}
.header-inner-2.tpmenu__area ul li > a {
  letter-spacing: 0;
  padding: 30px 0;
  font-family: var(--tp-ff-jakarta);
}


.inner-header-white.tpmenu__hover.tpmenu__area ul > li a:hover::before {
  background: var(--tp-common-white);
}

.offcanvas-open-btn-white.offcanvas-open-btn i {
  color: var(--tp-common-white);
}

.sticky-logo {
  display: none;
}

.header-sticky .sticky-logo {
  display: block;
}
.header-sticky .header-logo {
  display: none;
}
.header-sticky.tp-white-menu .tpmenu__area ul li > a {
  color: var(--tp-common-black);
}
.header-sticky.tp-white-menu .tpmenu__area ul li.has-dropdown > a::after {
  color: var(--tp-common-black);
}
.header-sticky .tp-header-sign a {
  color: var(--tp-common-black);
}
.header-sticky .tp-header-sign a::before {
  background-color: var(--tp-common-black);
}
.header-sticky .offcanvas-open-btn-white.offcanvas-open-btn i {
  color: var(--tp-common-black);
}
.header-sticky.tp-white-menu .offcanvas-open-btn i {
  color: var(--tp-common-black);
}



/* HEADER CSS */
/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu {
    margin-left: 50px;
  }
}
.main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-right: 27px;
}
.main-menu ul li a {
  display: inline-block;
  font-size: 15px;
  color: var(--tp-common-black);
  padding: 23px 0;
}
.main-menu ul li.has-dropdown > a {
  position: relative;
}
.main-menu ul li.has-dropdown > a::after {
  content: "\f107";
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  font-size: 14px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-fontawesome);
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
}
.main-menu ul li .submenu {
  position: absolute;
  top: 120%;
  left: 0;
  width: 200px;
  background: var(--tp-common-white);
  z-index: 99;
  -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;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -moz-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -ms-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -o-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
}
.main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.main-menu ul li .submenu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.main-menu ul li .submenu li a {
  padding: 10px 25px;
  font-size: 13px;
  position: relative;
  z-index: 1;
  color: var(--tp-common-black);
  width: 100%;
}
.main-menu ul li .submenu li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background-color: var(--brand-blue);
  z-index: -1;
}
.main-menu ul li .submenu li .submenu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .submenu li:hover > a {
  color: var(--tp-common-white);
}
.main-menu ul li .submenu li:hover > a::after {
  color: var(--tp-common-white);
}
.main-menu ul li .submenu li:hover > a::before {
  left: 0;
  right: auto;
  width: 100%;
}
.main-menu ul li .submenu li:hover > .submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.main-menu ul li:hover > a {
  color: var(--brand-blue);
}
.main-menu ul li:hover > a::after {
  color: var(--brand-blue);
}
.main-menu ul li:hover > .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

/*----------------------------------------*/
/*  4.3 Mobile menu css
/*----------------------------------------*/
.tp-main-menu-mobile ul {
  position: static;
  display: block;
  box-shadow: none;
}
.tp-main-menu-mobile ul > li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .tp-main-menu-mobile ul > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tp-main-menu-mobile ul > li:not(:last-child) a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-main-menu-mobile ul > li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: #7F8387;
  font-family: "Font Awesome 6 Pro";
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  border-radius: 4px;
}
.tp-main-menu-mobile ul > li.has-dropdown > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
}
.tp-main-menu-mobile ul > li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-main-menu-mobile ul > li.has-dropdown > a .dropdown-toggle-btn:hover {
  background-color: var(--brand-blue);
  border-color: var(--brand-blue);
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul > li.has-dropdown > a .dropdown-toggle-btn:hover i {
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul > li.has-dropdown > a.expanded {
  color: var(--brand-blue);
}
.tp-main-menu-mobile ul > li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--brand-blue);
  border-color: var(--brand-blue);
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul > li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul > li.has-dropdown:hover a::after {
  color: var(--tp-theme-green);
}
.tp-main-menu-mobile ul > li:last-child > a span {
  border-bottom: 0;
}
.tp-main-menu-mobile ul > li > a {
  display: block;
  font-size: 15px;
  color: var(--tp-common-black);
  position: relative;
  padding: 10px 0;
  padding-right: 20px;
  font-family: var(--tp-ff-jakarta);
}
.tp-main-menu-mobile ul > li > a svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-main-menu-mobile ul > li > a > i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}
.tp-main-menu-mobile ul > li > a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}
.tp-main-menu-mobile ul > li ul {
  padding: 0;
}
.tp-main-menu-mobile ul > li ul li {
  padding: 0;
}
.tp-main-menu-mobile ul > li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul > li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul > li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul > li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul > li:hover > a {
  color: var(--brand-blue);
}
.tp-main-menu-mobile ul > li:hover > a::after {
  color: var(--brand-blue);
}
.tp-main-menu-mobile ul > li:hover > a .dropdown-toggle-btn i {
  color: var(--brand-blue);
}
.tp-main-menu-mobile ul > li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.tp-main-menu-mobile ul > li .mega-menu, .tp-main-menu-mobile ul > li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}
.tp-main-menu-mobile ul > li .mega-menu li, .tp-main-menu-mobile ul > li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.tp-main-menu-mobile ul > li .mega-menu li:hover a .dropdown-toggle-btn, .tp-main-menu-mobile ul > li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--brand-blue);
}
.tp-main-menu-mobile * ul, .tp-main-menu-mobile * li {
  transition: none !important;
}



/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
/* footer col design for home 1 */


.footer-top {
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(12, 19, 56, 0.1);
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-widget {
    padding-left: 10px;
  }
}
.footer-widget-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: var(--tp-text-body);
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-text {
    font-size: 16px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-widget-text br {
    display: none;
  }
}
.footer-widget-social span {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 12px;
  color: var(--tp-heading-primary);
  margin-bottom: 15px;
}
.footer-widget-social a {
  margin-right: 3px;
}
.footer-widget-social a:hover i {
  background-color: var(--brand-blue);
  color: var(--tp-common-white);
  border: 1px solid transparent;
}
.footer-widget-social a i {
  height: 37px;
  width: 37px;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(12, 19, 56, 0.1);
  border-radius: 6px;
  -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;
}
.footer-widget-copyright {
  padding: 27px 0;
}
.footer-widget-copyright span {
  font-weight: 500;
  font-size: 15px;
  line-height: 10px;
  letter-spacing: 0.02em;
  color: #929399;
}
.footer-widget-copyright span b {
  color: var(--brand-blue);
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: 15px;
  line-height: 10px;
}



.footer-main-shape {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.footer-shape-left-one {
  position: absolute;
  top: -29px;
  left: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .footer-shape-left-one {
    top: -5px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .footer-shape-left-one {
    top: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-shape-left-one {
    top: 2px;
  }
}
.footer-shape-left-two {
  position: absolute;
  top: -185px;
  left: 260px;
}
.footer-shape-left-three {
  position: absolute;
  top: -125px;
  left: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .footer-shape-left-three {
    top: -90px;
    left: -10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-shape-left-three {
    top: -90px;
  }
}
.footer-shape-left-four {
  position: absolute;
  top: -158px;
  left: 120px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .footer-shape-left-four {
    top: -127px;
    left: 90px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .footer-shape-left-four {
    top: -125px;
    left: 5px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-shape-left-four {
    top: -130px;
    left: 20px;
  }
}

.footer-shape-right-one {
  position: absolute;
  top: -101px;
  right: 108px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .footer-shape-right-one {
    top: -103px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .footer-shape-right-one {
    top: -103px;
    right: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-shape-right-one {
    top: -122px;
    right: 90px;
  }
}
.footer-shape-right-two {
  position: absolute;
  top: -218px;
  right: 220px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .footer-shape-right-two {
    right: 185px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-shape-right-two {
    right: 120px;
  }
}
.footer-shape-right-three {
  position: absolute;
  top: -35px;
  right: 55px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .footer-shape-right-three {
    top: -10px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .footer-shape-right-three {
    top: -7px;
    right: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-shape-right-three {
    top: -30px;
    right: 40px;
  }
}
.footer-shape-right-four {
  position: absolute;
  top: -205px;
  right: 290px;
  animation: upslide 4s linear forwards infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-shape-right-four {
    right: 190px;
  }
}
/*----------------------------------------*/
/*  6.4 Footer Style 
/*----------------------------------------*/


.footer-bg-4 {
  background-color: #F2F2F2;
}
.footer-bg-4 .footer-widget-link ul li a:hover {
  color: var(--tp-theme-blue);
  padding-left: 10px;
}
.footer-bg-4 .footer-widget-social a i {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.footer-bg-4 .footer-widget-copyright2 span a {
  color: var(--tp-theme-blue);
}
.footer-bg-4 .footer-top {
  border-bottom: none;
  padding-bottom: 25px;
}

.footer-widget-title{
  font-weight: 600;
  color: #000;
}

.footer-widget-social a:hover i {
  background-color: var(--tp-theme-blue);
  color: var(--tp-common-white);
  border: 1px solid transparent;
}

.footer-4-col-4 ul{
  list-style: none;
}

.footer-4-col-4 img{
  width: 120%;
}

.footer-bottom-4 .footer-widget-copyright span {
  display: block;
  background-color: var(--tp-common-white);
  padding: 22px 0;
  border-radius: 30px;
  line-height: 1.2;
}
.footer-bottom-4 .footer-widget-copyright span a {
  color: var(--tp-theme-blue);
}
.footer-bottom-4 .footer-widget-copyright {
  padding: 27px 0 45px 0;
}

.footer-widget-connect ul{
  list-style-type: none;
}

/*----------------------------------------*/
/*  7.3 Banner css
/*----------------------------------------*/

.tpbanner-shape-y {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

.tpbanner__sub-title {
  position: relative;
  display: inline-block;
}
.tpbanner__sub-title span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  transform: translateY(-55%);
  font-weight: 600;
  font-size: 16px;
  color: var(--brand-blue);
  display: inline-block;
}
.banner-4-shape-one {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and  (min-width: 1600px) {
  .banner-4-shape-one img {
    width: 700px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .banner-4-shape-one img {
    width: 500px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-4-shape-one img {
    width: 450px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-4-shape-one img {
    width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-4-shape-one img {
    width: 400px;
  }
}
.banner-4-shape-two {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}
@media only screen and (min-width: 1600px) {
  .banner-4-shape-two img {
    width: 700px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .banner-4-shape-two img {
    width: 500px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-4-shape-two img {
    width: 450px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-4-shape-two img {
    width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-4-shape-two img {
    width: 400px;
  }
}
.banner-4-shape-three {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}
@media only screen and (min-width: 1600px) {
  .banner-4-shape-three img {
    width: 700px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .banner-4-shape-three img {
    width: 500px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-4-shape-three img {
    width: 450px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-4-shape-three img {
    width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-4-shape-three img {
    width: 400px;
  }
}
.banner-4-shape-four {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}
.banner-4-shape-six {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner-4-shape-seven {
  position: absolute;
  left: 160px;
  bottom: 35px;
  z-index: -1;
  animation: upslide 4s linear forwards infinite alternate;
}
.banner-4-shape-eight {
  position: absolute;
  left: 660px;
  top: 345px;
  z-index: -1;
  animation: bannerAnimationTwo 6s infinite linear;
}
.banner-4-shape-nine {
  position: absolute;
  left: 750px;
  bottom: 280px;
  z-index: -1;
  animation: bannerAnimationTwo 8s infinite linear;
}
.banner-4-shape-ten {
  position: absolute;
  right: 610px;
  bottom: 90px;
  animation: bannerAnimationTwo 7s infinite linear;
}

.banner-4-content p {
  font-family: var(--tp-ff-jakarta);
  color: var(--tp-grey-8);
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 38px;
  margin-top: -15px;
}
@media (max-width: 767px) {
  .banner-4-content p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .banner-4-content p br {
    display: none;
  }
}
.banner-4-title {
  color: var(--tp-common-11);
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 100px;
  line-height: 1;
  -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .banner-4-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-4-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-4-title {
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  .banner-4-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-4-title {
    font-size: 48px;
  }
}
.banner-4-title b {
  background: linear-gradient(90deg, #501E9C 0%, #A44CEE 43.75%, #FF847F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  padding: 0 0 20px 0;
  z-index: -1;
}
.banner-4-btn .blue-btn {
  padding: 17px 31px;
}
@media (max-width: 767px) {
  .banner-4-spaces {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.cd-headline.clip .cd-words-wrapper::after{
  z-index: -1;
}
.contact-4-icon i {
  font-size: 24px;
  margin-right: 14px;
}
.contact-4-text span {
  font-family: var(--tp-ff-jakarta);
  font-size: 14px;
  line-height: 24px;
  color: #55585B;
  display: block;
  line-height: 24px;
}
.contact-4-text a {
  display: inline-block;
  color: var(--tp-common-11);
  font-weight: 600;
  font-size: 20px;
  font-family: var(--tp-ff-jakarta);
}
.contact-4-text a:hover {
  color: var(--tp-theme-blue);
}

/*----------------------------------------*/
/*  7.1 Slider css
/*----------------------------------------*/



/*----------------------------------------*/
/*  7.15 Process css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tpprocess__item {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    justify-content: center !important;
  }
}
.tpprocess__border-bottom {
  border-bottom: 1px solid rgba(12, 19, 56, 0.08);
}
.tpprocess__wrapper {
  text-align: center;
  display: inline-block;
}
.tpprocess__wrapper:hover .tpprocess__count::before {
  transform: translate(-50%, -50%);
}
.tpprocess__count {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-common-1);
  color: var(--tp-common-white);
  font-weight: 600;
  font-size: 20px;
  position: relative;
}
.tpprocess__count::before {
  position: absolute;
  content: "";
  border: 1px solid rgba(62, 185, 255, 0.4);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 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;
}
.tpprocess__title {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-grey-3);
  line-height: 1.35;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpprocess__title {
    font-size: 15px;
  }
}
.tpprocess-shape-one {
  position: absolute;
  top: 10px;
  right: -50px;
}
.tpprocess-shape-two {
  position: absolute;
  top: 10px;
  right: -72px;
}
.tpprocess-shape-three {
  position: absolute;
  top: 10px;
  right: -85px;
}
.tpprocess-shape-four {
  position: absolute;
  top: -300px;
  right: 5px;
  animation: bannerAnimationTwo 8s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpprocess-shape-four {
    top: -280px;
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpprocess-shape-four {
    top: -280px;
    right: 35px;
  }
}

.tpprocess__two .tpprocess__count {
  background-color: var(--tp-common-2);
}
.tpprocess__two .tpprocess__count::before {
  border: 1px solid rgba(171, 191, 120, 0.4);
}

.tpprocess__three .tpprocess__count {
  background-color: var(--tp-common-3);
}
.tpprocess__three .tpprocess__count::before {
  border: 1px solid rgba(255, 184, 118, 0.4);
}

.tpprocess__four .tpprocess__count {
  background-color: var(--tp-common-4);
}
.tpprocess__four .tpprocess__count::before {
  border: 1px solid rgba(255, 173, 208, 0.4);
}


/*----------------------------------------*/
/*  7.5 Case css
/*----------------------------------------*/


.prev-slide,
.next-slide,
.prv-testi-case,
.next-testi-case,
.prv-nav-tab,
.next-nab-tab,
.prv-nav-tab,
.next-nav-tab {
  position: relative;
  width: 30px;
  height: 40px;
  font-size: 0;
}
.prev-slide span,
.next-slide span,
.prv-testi-case span,
.next-testi-case span,
.prv-nav-tab span,
.next-nab-tab span,
.prv-nav-tab span,
.next-nav-tab span {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 1.8px;
  background: #8A8A8D;
  font-size: 0;
  transition: all 0.25s;
}
.prev-slide span:before,
.next-slide span:before,
.prv-testi-case span:before,
.next-testi-case span:before,
.prv-nav-tab span:before,
.next-nab-tab span:before,
.prv-nav-tab span:before,
.next-nav-tab span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 34px;
  height: 34px;
  border: 1px solid var(--brand-blue);
  border-radius: 50%;
  transition: transform 0.25s;
}
.prev-slide svg,
.next-slide svg,
.prv-testi-case svg,
.next-testi-case svg,
.prv-nav-tab svg,
.next-nab-tab svg,
.prv-nav-tab svg,
.next-nav-tab svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.prev-slide path,
.next-slide path,
.prv-testi-case path,
.next-testi-case path,
.prv-nav-tab path,
.next-nab-tab path,
.prv-nav-tab path,
.next-nav-tab path {
  fill: #8A8A8D;
  transition: fill 0.25s;
}
.prev-slide:hover span,
.next-slide:hover span,
.prv-testi-case:hover span,
.next-testi-case:hover span,
.prv-nav-tab:hover span,
.next-nab-tab:hover span,
.prv-nav-tab:hover span,
.next-nav-tab:hover span {
  width: 40px;
  background: var(--brand-blue);
}
.prev-slide:hover span:before,
.next-slide:hover span:before,
.prv-testi-case:hover span:before,
.next-testi-case:hover span:before,
.prv-nav-tab:hover span:before,
.next-nab-tab:hover span:before,
.prv-nav-tab:hover span:before,
.next-nav-tab:hover span:before {
  transform: translateY(-50%) scale(1);
}
.prev-slide:hover path,
.next-slide:hover path,
.prv-testi-case:hover path,
.next-testi-case:hover path,
.prv-nav-tab:hover path,
.next-nab-tab:hover path,
.prv-nav-tab:hover path,
.next-nav-tab:hover path {
  fill: var(--brand-blue);
}

.prev-slide,
.prv-testi-case,
.prv-nav-tab {
  margin-right: 27px;
}
.prev-slide span,
.prv-testi-case span,
.prv-nav-tab span {
  right: 0;
}
.prev-slide span svg,
.prv-testi-case span svg,
.prv-nav-tab span svg {
  left: 0;
}
.prev-slide span:before,
.prv-testi-case span:before,
.prv-nav-tab span:before {
  left: -13px;
}

.next-slide span,
.next-testi-case span,
.next-nav-tab span {
  left: 0;
}
.next-slide span svg,
.next-testi-case span svg,
.next-nav-tab span svg {
  right: 0;
}
.next-slide span:before,
.next-testi-case span:before,
.next-nav-tab span:before {
  right: -13px;
}

.prv-testi-case,
.next-testi-case {
  cursor: pointer;
}
.prv-testi-case:hover span,
.next-testi-case:hover span {
  background: #775AFC;
}
.prv-testi-case:hover span path,
.next-testi-case:hover span path {
  fill: #775AFC;
}
.prv-testi-case span::before,
.next-testi-case span::before {
  border: 1px solid #775AFC;
}


/*----------------------------------------*/
/*  7.20 Services css
/*----------------------------------------*/
.services-area{
  position: relative;
}
.services-area .service-area-bg-shape{
  position: absolute;
  bottom: -5px;
}
.services-area .service-title{
  font-size: 35px;
}



.services-area .services-area-card{
  transition: all 0.3s cubic-bezier(1, 0, 0, 1);
  height: 100%;
  padding: 0.75rem;
  border-radius: 1rem;
}

.services-area .services-area-card:hover{
  background-color: #2188dd54;
}

.services-area .services-area-card img{
  height: 150px;
  width: 150px;
  margin-bottom: 15px;
}




.tpservices-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpservices-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  
}
@media (max-width: 767px) {
  .tpservices-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .services-area .service-title{
    font-size: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpservices-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tpservices-list ul li {
  list-style: none;
  padding: 48px 50px;
  line-height: 1;
  position: relative;
  border: 1px solid var(--tp-border-1);
  margin-left: -1px;
  margin-top: -1px;
  z-index: 1;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpservices-list ul li {
    padding: 48px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpservices-list ul li {
    padding: 48px 20px;
    border: none;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tpservices-list ul li {
    padding: 40px 15px;
    border: none;
  }
}

.tpservices-list ul li:hover .tpservices-img::before {
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  border-radius: 50%;
  bottom: 0;
}
.tpservices-list ul li:hover .tpservices-img img {
  transform: translateY(-42px);
}
.tpservices-list ul li:nth-child(n) {
  margin-left: 0;
  border-left: none;
}
.tpservices-list ul li:nth-child(-n+3) {
  margin-top: 0;
  border-top: none;
}
.tpservices-list ul li:nth-child(3n) {
  border-right: none;
}
.tpservices-list ul li:nth-child(n+3) {
  border-bottom: none;
}
.tpservices-list ul li:nth-child(n+4) {
  padding: 48px 50px 15px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpservices-list ul li:nth-child(n+4) {
    padding: 48px 20px 15px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpservices-list ul li:nth-child(n+4) {
    padding: 20px 20px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tpservices-list ul li:nth-child(n+4) {
    padding: 5px 15px;
  }
}
.tpservices-list ul li:nth-child(n+4) .tpservices-img {
  margin-top: 65px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpservices-list ul li:nth-child(n+4) .tpservices-img {
    margin-top: 30px;
  }
}
.tpservices-img {
  position: relative;
  /* margin-top: 30px; */
}
.tpservices-img::before {
  position: absolute;
  content: "";
  width: 160px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--tp-common-5);
  opacity: 0.6;
  z-index: -1;
  bottom: 13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -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;
}
.tpservices-img img {
  -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;
}
.tpservices-content span {
  font-weight: 500;
  font-size: 18px;
  line-height: 0.9;
  margin-bottom: 15px;
  display: block;
}
.tpservices-content p{
  line-height: 1.2;
}
.tpservices-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.28;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpservices-title {
    font-size: 18px;
  }
}
.tpservices-title a:hover {
  color: var(--brand-blue);
}
.tpservices-wrapper:nth-child(n+3) .tpservices-img {
  margin-top: 60px;
}
.tpservices-item2 .tpservices-img::before {
  background-color: var(--tp-common-6);
  opacity: 0.6;
}
.tpservices-item3 .tpservices-img::before {
  background-color: var(--tp-common-7);
  opacity: 0.6;
}
.tpservices-item4 .tpservices-img::before {
  background-color: var(--tp-common-8);
  opacity: 0.6;
}
.tpservices-item5 .tpservices-img::before {
  background-color: var(--tp-common-9);
  opacity: 0.6;
}
.tpservices-item6 .tpservices-img::before {
  background-color: var(--tp-common-10);
  opacity: 0.6;
}



@-webkit-keyframes tab-right {
  from {
    transform: translateX(35px);
  }
  to {
    transform: translateX(0);
  }
}
@-moz-keyframes tab-right {
  from {
    transform: translateX(35px);
  }
  to {
    transform: translateX(0);
  }
}
@-ms-keyframes tab-right {
  from {
    transform: translateX(35px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes tab-right {
  from {
    transform: translateX(35px);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes tab-left {
  from {
    transform: translateX(-35px);
  }
  to {
    transform: translateX(0);
  }
}
@-moz-keyframes tab-left {
  from {
    transform: translateX(-35px);
  }
  to {
    transform: translateX(0);
  }
}
@-ms-keyframes tab-left {
  from {
    transform: translateX(-35px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes tab-left {
  from {
    transform: translateX(-35px);
  }
  to {
    transform: translateX(0);
  }
}

.services-item-4 {
  -webkit-transition: all 3s ease-out 0s;
  -moz-transition: all 3s ease-out 0s;
  -ms-transition: all 3s ease-out 0s;
  -o-transition: all 3s ease-out 0s;
  transition: all 3s ease-out 0s;
}
.services-item-4:hover .services-btn-4 a span {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
.services-item-4:hover .services-btn-4 a i {
  color: var(--tp-common-11);
}

.service-area-item .slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -30px;
}

.service-area-item .slick-dots li {
  cursor: pointer;
  list-style: none;
  font-size: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #D9D9D9;
  margin: 0 4px;
}
.service-area-item .slick-dots li.slick-active {
  background-color: var(--brand-blue);
}

.service-area-item .service-area-item-card{
  padding: 20px;
  cursor: pointer;
}
.service-area-item .service-area-item-card:nth-child(even){
  background-color: var(--brand-blue);
  border-radius: 12px;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.service-area-item .service-area-item-card:nth-child(even) .title ,.service-area-item .service-area-item-card:nth-child(even) p, .service-area-item .service-area-item-card:nth-child(even)  a,.service-area-item .service-area-item-card:nth-child(even) i{
  color: white;
}

.service-area-item .service-area-item-card:nth-child(even):hover i{
  color: white;
}


.services-icon-4 {
  position: relative;
  display: grid;
  place-items: center;
}
.services-icon-4 i {
  position: absolute;
  left: 50%;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translate(-50%,-50%);
}



.services-content-4 .title {
  font-family: var(--tp-ff-jakarta);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--tp-common-11);
}
.services-content-4 p {
  font-family: var(--tp-ff-jakarta);
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: var(--tp-grey-8);
  margin-bottom: 23px;
}

.services-btn-4 {
  display: inline-block;
  padding: 0 20px;
}
.services-btn-4 a {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 15px;
  line-height: 14px;
  color: var(--tp-common-11);
  -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;
  display: inline-block;
  overflow: hidden;
}
.services-btn-4 a span {
  margin-left: -80px;
  opacity: 0;
  visibility: hidden;
  -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;
}


.servics-details-4 {
  background: #F9F9F9;
  border-radius: 40px;
  display: inline-block;
  padding: 10px 34px;
  box-shadow: 0px -1px 0px rgba(110, 56, 255, 0.3);
}
.servics-details-4 img {
  margin-right: 6px;
  animation: light 2.5s linear forwards infinite alternate;
}
.servics-details-4 p {
  margin-bottom: 0;
  font-family: var(--tp-ff-jakarta);
  font-size: 14px;
  color: var(--tp-grey-8);
}
.servics-details-4 a {
  font-weight: 600;
  color: var(--tp-theme-blue);
  position: relative;
  margin: 0 6px;
}
.servics-details-4 a i {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -12px;
}

.services-shape-one {
  position: absolute;
  left: -80px;
  top: 60px;
}
.services-shape-two {
  position: absolute;
  right: 130px;
  bottom: 115px;
}

.services-border-less .tpservices-list ul li {
  border: none;
}

/*----------------------------------------*/
/*  7.12 Funfact css
/*----------------------------------------*/


.tpsocial {
  position: relative;
  -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;
}
.tpsocial:hover .tpsocial-bg {
  -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;
  transform: scale(1.035, 1.3);
  opacity: 1;
}
.tpsocial:hover .tpsocial-text {
  border-color: transparent;
}
.tpsocial:hover .tpsocial-text a {
  -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;
  color: var(--tp-common-white);
}
.tpsocial-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: linear-gradient(266.81deg, #D500BF -6.56%, #F80095 34.02%, #FF005D 60.87%, #FFC300 103.55%);
  -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;
  opacity: 0;
}
.tpsocial-text {
  border: 1px solid rgba(1, 15, 28, 0.1);
}
.tpsocial-text a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 23px 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  font-family: var(--tp-ff-dmsans);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpsocial-text a {
    padding: 23px 20px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tpsocial-text a {
    padding: 23px 15px;
  }
}
.tpsocial-text a i {
  font-size: 30px;
  margin-right: 10px;
}
.tpsocial-facebook .tpsocial-bg {
  background: linear-gradient(266.81deg, #1877F2 -6.56%, #1877F2 34.02%, #1877F2 60.87%, #4284dc 103.55%);
}
.tpsocial-facebook:hover .tpsocial-bg {
  opacity: 1;
}
.tpsocial-facebook:hover .tpsocial-text i {
  color: var(--tp-common-white);
}
.tpsocial-facebook i {
  color: #1877F2;
}
.tpsocial-pin .tpsocial-bg {
  background: linear-gradient(266.81deg, #FE005F -6.56%, #FE005F 34.02%, #FE005F 60.87%, #FE005F 103.55%);
}
.tpsocial-pin:hover .tpsocial-bg {
  opacity: 1;
}
.tpsocial-pin:hover .tpsocial-text i {
  color: var(--tp-common-white);
}
.tpsocial-pin i {
  color: #FE005F;
}
.tpsocial-linkedin .tpsocial-bg {
  background: linear-gradient(266.81deg, #26A8FF -6.56%, #26A8FF 34.02%, #26A8FF 60.87%, #26A8FF 103.55%);
}
.tpsocial-linkedin:hover .tpsocial-bg {
  opacity: 1;
}
.tpsocial-linkedin:hover .tpsocial-text i {
  color: var(--tp-common-white);
}
.tpsocial-linkedin a i {
  color: #26A8FF;
  font-size: 28px;
}
.tpsocial-insta:hover .tpsocial-text i {
  color: var(--tp-common-white);
}
.tpsocial-insta i {
  color: #FE005F;
}

.tpcta-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 12px;
  font-family: var(--tp-ff-dmsans);
  border: 1px solid rgba(1, 15, 28, 0.1);
  color: var(--tp-common-11);
  padding: 16px 27px;
  display: inline-block;
}
@media (max-width: 767px) {
  .tpcta-btn {
    margin-bottom: 8px;
  }
}
.tpcta-wrapper .green-btn {
  padding: 16px 35px;
}
.tp-faq-wrapper{
  margin-top: 120px;
}
@media (max-width: 991px) {
  .tp-faq-wrapper{
    margin-top: 0px;
  }
}
.tp-faq-wrapper .tpsection-wrapper p {
  font-size: 16px;
  margin-bottom: 6px;
}
.tp-faq-wrapper .tpsection-wrapper b {
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: var(--tp-common-11);
}
.tp-faq-img span {
  height: 80px;
  width: 80px;
  line-height: 77px;
  background-color: #59B642;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.tp-faq-shape {
  position: absolute;
  top: -20px;
  left: 98px;
}

.tpdrive-progress {
  overflow: hidden;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .tpdrive-progress {
    padding-right: 0;
  }
}

/*----------------------------------------*/
/*  7.6 Choose css
/*----------------------------------------*/
.tpchoose {
  background-color: var(--tp-common-white);
  border: 1px solid rgba(12, 19, 56, 0.08);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: block;
  padding: 32px 30px 33px 30px;
  -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;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpchoose {
    padding: 27px 20px 28px 20px;
  }
}
.tpchoose:hover {
  box-shadow: 0px 20px 40px rgba(8, 10, 55, 0.12);
  border-radius: 14px;
}
.tpchoose-shape-one {
  position: absolute;
  bottom: 55px;
  left: -38px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpchoose-shape-one {
    left: -15px;
  }
}
.tpchoose-shape-two {
  position: absolute;
  bottom: 58px;
  right: 38px;
  z-index: -1;
}
.tpchoose-shape-three {
  position: absolute;
  top: 35px;
  left: 38px;
  z-index: -1;
}
.tpchoose-border-anim {
  -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  -webkit-animation: img-border 5s linear infinite alternate;
  -moz-animation: img-border 5s linear infinite alternate;
  -o-animation: img-border 5s linear infinite alternate;
  animation: img-border 5s linear infinite alternate;
  transition: all 0.3s ease-out 0s;
}

.company-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 54px;
  line-height: 1.03;
  margin-bottom: 17px;
  letter-spacing: -0.02em;
  color: #010F1C;
}
.company-content {
  margin-bottom: 50px;
}
.company-content p {
  font-family: var(--tp-ff-jakarta);
  font-size: 18px;
  line-height: 26px;
  color: var(--tp-grey-8);
}
@media (max-width: 767px) {
  .company-content p br {
    display: none;
  }
}
.company-thumb img {
  border-radius: 10px;
}

/*----------------------------------------*/
/*  7.14 Pricing css
/*----------------------------------------*/
.pricing-area{
  position: relative;
  margin-top: -350px;
}
.web-pricing-area{
  position: relative;
}
.tppricing {
  box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
  border-radius: 14px;
  padding: 60px 50px;
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tppricing {
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .tppricing {
    padding: 60px 30px;
  }
}
.tppricing-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 20px;
}
.tppricing-wrapper {
  position: relative;
  z-index: 1;
}
.tppricing-shape-one {
  position: absolute;
  right: -25px;
  top: -75px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tppricing-shape-one {
    top: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tpprice {
    padding-left: 0;
  }
}
.tpprice-shape-one {
  position: absolute;
  bottom: 30px;
  left: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tpprice-shape-one {
    bottom: 30px;
    left: -150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpprice-shape-one {
    bottom: 40px;
    left: -200px;
  }
}
.tpprice-shape-two {
  position: absolute;
  right: 40px;
  bottom: -95px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpprice-shape-two {
    bottom: -130px;
  }
}

.tp-price-toggle {
  position: relative;
}
.tp-price-toggle .tpprice-shape-two {
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: -1;
}
.tp-price-toggle .tpprice-shape-three {
  position: absolute;
  top: 30px;
  right: -50px;
  animation: updown-three 2.6s linear 0s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-price-toggle .tpprice-shape-three {
    right: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-price-toggle .tpprice-shape-three {
    top: 10px;
    right: -25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pricing-shape-relative {
    padding-top: 0;
  }
}

.price-custom-col-1 {
  width: 28%;
}

.price-custom-col-2 {
  width: 72%;
}

.pricing-box-4 {
  background-color: #F5F5F5;
  padding: 15px 15px;
  border-radius: 20px;
}
.pricing-box-4 .active {
  background-color: var(--tp-theme-blue);
}
.pricing-box-4 .active.tppricing-4-price p {
  font-weight: 600;
  color: var(--tp-common-white);
}
.pricing-box-4 .active.tppricing-4-btn a {
  background-color: var(--tp-common-white);
  border: 2px solid var(--tp-common-white);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.pricing-box-4 .active.tppricing-4-btn a:hover {
  font-weight: 600;
  background-color: var(--tp-theme-blue);
  border: 2px solid var(--tp-common-white);
  color: var(--tp-common-white);
  box-shadow: 0px 4px 6px rgba(1, 15, 28, 0.1);
}
.pricing-box-4 .active.tppricing-4-price::before {
  background-color: #8E76FF;
}

.tppricing-4-head {
  padding: 35px 5px 35px 5px;
  border-radius: 10px 10px 0px 0px;
  background: var(--tp-common-white);
  position: relative;
  z-index: 1;
}
.tppricing-4-head span {
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  color: var(--tp-theme-blue);
  display: inline-block;
  margin-bottom: 13px;
}
.tppricing-4-head .title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: var(--tp-common-11);
}
.tppricing-4-price {
  background: var(--tp-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tppricing-4-price::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 160px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  background-color: #EEEEEE;
}
.tppricing-4-price p {
  height: 60px;
  line-height: 60px;
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-grey-8);
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}
.tppricing-4-title {
  margin: 0 35px 0px 25px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #E8E7EB;
  display: flex;
  align-items: center;
  justify-content: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tppricing-4-title {
    margin: 0 20px 0px 20px;
  }
}
.tppricing-4-title .title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 15px;
  line-height: 13px;
  color: var(--tp-common-11);
  margin-bottom: 0;
}
.tppricing-4-btn {
  padding-top: 20px;
  padding-bottom: 25px;
}
.tppricing-4-btn a {
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 16px;
  line-height: 13px;
  color: var(--tp-common-11);
  display: inline-block;
  padding: 14px 34px;
  border: 2px solid rgba(1, 15, 28, 0.1);
  border-radius: 100px;
  background-color: transparent;
}
.tppricing-4-btn a:hover {
  border: 2px solid var(--tp-theme-blue);
  background-color: var(--tp-theme-blue);
  color: var(--tp-common-white);
}
.tppricing-4-btn.tppricing-4-price::before {
  display: none;
}

.tppricing-right {
  border-radius: 10px 0 0 0;
}

.tppricing-left {
  border-radius: 0 10px 0 0;
}

.tppriceing-top {
  padding: 0px 15px;
}
.tppriceing-top .active {
  background-color: var(--tp-theme-blue);
  position: relative;
  z-index: 1;
}
.tppriceing-top .active::before {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  height: 15px;
  width: 100%;
  background-color: var(--tp-theme-blue);
}
.tppriceing-top .active.tppricing-4-head .title {
  color: var(--tp-common-white);
}
.tppriceing-top .active.tppricing-4-head span {
  color: var(--tp-common-white);
}

.big-price-shape {
  position: absolute;
  content: "";
  top: -135px;
  right: -130px;
  height: 300px;
  width: 300px;
  background: linear-gradient(59.66deg, #FFFFFF 13.18%, rgba(255, 255, 255, 0) 42.12%);
  opacity: 0.1;
  border-radius: 50%;
  z-index: -1;
}

.sm-price-shape {
  position: absolute;
  content: "";
  top: -95px;
  right: -115px;
  height: 180px;
  width: 180px;
  background: linear-gradient(59.66deg, #FFFFFF 13.18%, rgba(255, 255, 255, 0) 42.12%);
  opacity: 0.1;
  z-index: -1;
  border-radius: 50%;
}

.tpprice-4-switch .toggle {
  transform: rotate(90deg);
}
.tpprice-4-switch .toggler {
  text-align: left;
  display: block;
  margin-bottom: 8px;
  margin-right: 0;
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #83868A;
}
.tpprice-4-switch .toggler-price-active {
  color: var(--tp-common-11);
}
.tpprice-4-switch .toggle {
  position: relative;
  width: 54px;
  height: 30px;
  border-radius: 100px;
  background-color: var(--tp-theme-blue);
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}
.tpprice-4-switch .check:checked ~ .switch {
  right: 3px;
  left: 53%;
}
.tpprice-4-switch .switch {
  left: 3px;
  right: 53%;
}

.tpprice-4-position {
  position: absolute;
  left: 0;
  top: 70px;
}

.label-text {
  margin-top: -35px;
  margin-left: 50px;
}

.price-is-hide {
  display: none;
}

.tppricing-shape-1 {
  position: absolute;
  top: 57px;
  left: 170px;
  z-index: -1;
}
.tppricing-shape-2 {
  position: absolute;
  top: 65px;
  left: 160px;
}
.tppricing-shape-2 img {
  width: 70px;
  height: auto;
  object-fit: cover;
}
.tppricing-shape-3 {
  position: absolute;
  top: 20px;
  left: 98px;
}
.tppricing-shape-3 path {
  stroke-dasharray: 3;
  stroke-dashoffset: 350;
  -webkit-animation: tp-line-dash 40s linear forwards infinite;
  animation: tp-line-dash 40s linear forwards infinite;
  color: #25A842;
}

.tp-price-parent .switch {
  position: absolute;
  left: 5px;
  top: 4px;
  bottom: 4px;
  right: 57.5%;
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, 0.08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.tp-price-parent .hide {
  display: none;
}
.tp-price-parent .toggle, .tp-price-parent .toggler {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-price-parent .toggle, .tp-price-parent .toggler {
    margin-right: 5px;
  }
}
.tp-price-parent .toggler {
  transition: 0.2s;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 12px;
  color: #9A9CA6;
  text-align: center;
}

.toggler--is-active {
  color: var(--tp-heading-primary) !important;
}

.toggle {
  position: relative;
  width: 70px;
  height: 32px;
  border-radius: 100px;
  background-color: var(--brand-blue);
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

#filt-monthly .toggle {
  background: red;
}

.tp-check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.tp-check:checked ~ .switch {
  right: 5px;
  left: 57.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0.08s, 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .price-scroll-width {
    width: 1100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .price-scroll {
    overflow-x: scroll;
    scrollbar-color: rgba(181, 165, 165, 0.56) rgba(255, 255, 255, 0.1);
  }
}


.pricing-inner-bg {
  padding-top: 320px;
  padding-bottom: 320px;
}
.pricing-inner-bg .about-inner-shape-4 {
  top: 180px;
}

.about-inner-shape-5 {
  position: absolute;
  bottom: -240px;
  left: -70px;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: -8;
}

.tppricing-switch-2 .switch {
  left: 3px;
  top: 3px;
  bottom: 3px;
  right: 50%;
}
.tppricing-switch-2 .tp-check:checked ~ .switch {
  right: 4px;
  left: 49%;
}
.tppricing-switch-2 .toggler {
  display: block;
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #83868A;
  text-align: left;
}
.tppricing-switch-2 .toggler-price-active {
  color: #010F1C;
}


.web-price .fa-check-circle{
  color: #0DC167;
}
.web-price .fa-circle-xmark{
  color: var(--brand-red)
}
/*----------------------------------------*/
/*  7.23 Testimonial css
/*----------------------------------------*/
.tptestimonial {
  padding: 70px 70px 65px 70px;
  border-radius: 20px;
  opacity: 0.3;
  -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;
}
@media (max-width: 767px) {
  .tptestimonial {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tptestimonial {
    padding: 50px 25px 50px 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tptestimonial {
    padding: 70px 30px 65px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tptestimonial {
    padding: 70px 15px 65px 15px;
  }
}
@media (max-width: 767px) {
  .tptestimonial {
    padding: 40px 15px 60px 15px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tptestimonial {
    padding: 40px 20px 60px 25px;
    flex-wrap: wrap;
  }
}
.tptestimonial-wrapper .slick-list {
  overflow: visible;
}
.tptestimonial-thumb {
  flex: 0 0 auto;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tptestimonial-thumb {
    margin-right: 20px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tptestimonial-thumb {
    margin-bottom: 20px;
  }
}
.tptestimonial-thumb img {
  border-radius: 50%;
  height: 160px;
  width: 160px;
  object-fit: cover;
}
@media (max-width: 767px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tptestimonial-thumb img {
    height: 100px;
    width: 100px;
  }
}
.tptestimonial-content p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.42;
  color: var(--tp-text-body);
  margin-bottom: 26px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tptestimonial-content p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tptestimonial-content p {
    font-size: 20px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tptestimonial-content p {
    font-size: 18px;
  }
}
.tptestimonial-shape i svg {
  color: rgba(66, 96, 255, 0.2);
}
.tptestimonial-avatar-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: var(--tp-heading-primary);
  margin-bottom: 0;
}
.tptestimonial-avatar-info span {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: var(--tp-grey-3);
  -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;
  display: inline-block;
}
.tptestimonial-two {
  display: flex;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .tptestimonial-two {
    display: block;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding: 25px 25px 35px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tptestimonial-two {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    padding: 40px 60px 40px 30px;
  }
}
.tptestimonial-two-bg {
  background-color: var(--tp-theme-apple);
  padding: 30px 0;
}
.tptestimonial-two-avatar {
  flex: 0 0 auto;
  margin-right: 50px;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tptestimonial-two-avatar {
    margin-bottom: 30px;
  }
}
.tptestimonial-two-avatar img {
  height: 120px;
  width: 120px;
  object-fit: cover;
  border-radius: 50%;
}
.tptestimonial-two-content p {
  font-family: var(--tp-ff-dmsans);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.45;
  color: #3D4246;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tptestimonial-two-content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tptestimonial-two-content p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tptestimonial-two-content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tptestimonial-two-content p br {
    display: none;
  }
}
.tptestimonial-two-content i {
  margin-bottom: 18px;
  display: inline-block;
}
.tptestimonial-two-avatar-info .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
}
.tptestimonial-two-avatar-info span {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: var(--tp-grey-8);
}

.tptestimonial-active-two {
  position: relative;
}
.tptestimonial-active-two .slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-42%);
  left: -145px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tptestimonial-active-two .slick-dots {
    left: -60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tptestimonial-active-two .slick-dots {
    left: -55px;
  }
}
@media (max-width: 767px) {
  .tptestimonial-active-two .slick-dots {
    top: auto;
    transform: inherit;
    left: 30px;
    bottom: 15px;
  }
}
.tptestimonial-active-two .slick-dots li {
  list-style: none;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .tptestimonial-active-two .slick-dots li {
    display: inline-block;
  }
}
.tptestimonial-active-two .slick-dots li button {
  height: 8px;
  width: 8px;
  background-color: #DDD8D1;
  border-radius: 50%;
  font-size: 0px;
  margin: 0px 5px;
}
.tptestimonial-active-two .slick-dots li.slick-active button {
  background-color: var(--tp-theme-green);
}

.tptestimonial-two-nav {
  position: absolute;
  top: 50%;
  right: -110px;
  transform: translateY(-50%);
  display: inline-grid;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tptestimonial-two-nav {
    right: -50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tptestimonial-two-nav {
    right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tptestimonial-two-nav {
    right: -60px;
  }
}
@media (max-width: 767px) {
  .tptestimonial-two-nav {
    display: none;
  }
}
.tptestimonial-two-nav button {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: #010F1C;
  border: 1.5px solid rgba(1, 15, 28, 0.14);
  color: var(--tp-grey-8);
  border-radius: 50%;
  margin: 5px 0;
}
.tptestimonial-two-nav button:hover {
  background-color: var(--tp-theme-green);
  border: 1.5px solid var(--tp-theme-green);
  color: var(--tp-common-white);
}
.tptestimonial-two-nav button i {
  color: var(--tp-common-white);
}

.tptestimonial-active .slick-slide {
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .tptestimonial-active .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.tptestimonial-active .slick-active {
  opacity: 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;
}
.tptestimonial-active .slick-active .tptestimonial-content p {
  color: rgba(255, 255, 255, 0.9);
}
.tptestimonial-active .slick-active .tptestimonial-avatar-title {
  color: var(--tp-common-white);
}
.tptestimonial-active .slick-active .tptestimonial-avatar-info span {
  color: rgba(255, 255, 255, 0.7);
}

.testimonial-fixed-bg {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 0;
  width: calc(100% - 1057px);
  height: calc(100% + 0px);
  background-color: var(--brand-blue);
  z-index: -1;
  box-shadow: 30px 50px 60px -20px rgba(16, 32, 117, 0.2);
  border-radius: 20px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .testimonial-fixed-bg {
    width: calc(100% - 815px);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testimonial-fixed-bg {
    width: calc(100% - 500px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-fixed-bg {
    width: calc(100% - 400px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-fixed-bg {
    width: calc(100% - 280px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-fixed-bg {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .testimonial-fixed-bg {
    width: calc(100% - 0px);
  }
}

.tpcase-nav {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 65px;
  height: 40px;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tpcase-nav {
    justify-content: start;
    margin-bottom: 30px;
    margin-top: 0;
    margin-left: 26px;
  }
}

.tptestimonial-3-active {
  margin-right: -30px;
  margin-right: -30px;
  padding: 52px 85px 50px 60px;
  background: #3845A9;
  border: 1px solid #4351A4;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tptestimonial-3-active {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tptestimonial-3-active {
    margin-right: 0;
    padding: 45px 40px 43px 40px;
  }
}
@media (max-width: 767px) {
  .tptestimonial-3-active {
    margin-right: 0;
    padding: 45px 20px 43px 20px;
  }
}

.prev-testimonial,
.next-testimonial {
  position: relative;
  width: 30px;
  height: 40px;
  font-size: 0;
}
.prev-testimonial span,
.next-testimonial span {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 1.8px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 0;
  transition: all 0.25s;
}
.prev-testimonial span:before,
.next-testimonial span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 34px;
  height: 34px;
  border: 1.5px solid var(--tp-common-white);
  border-radius: 50%;
  transition: transform 0.25s;
}
.prev-testimonial svg,
.next-testimonial svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.prev-testimonial path,
.next-testimonial path {
  fill: rgba(255, 255, 255, 0.5);
  transition: fill 0.25s;
}
.prev-testimonial:hover span,
.next-testimonial:hover span {
  width: 40px;
  background: var(--tp-common-white);
}
.prev-testimonial:hover span:before,
.next-testimonial:hover span:before {
  transform: translateY(-50%) scale(1);
}
.prev-testimonial:hover path,
.next-testimonial:hover path {
  fill: rgb(255, 255, 255);
}

.prev-testimonial {
  margin-right: 27px;
}
.prev-testimonial span {
  right: 0;
}
.prev-testimonial span svg {
  left: 0;
}
.prev-testimonial span:before {
  left: -13px;
}

.next-testimonial span {
  left: 0;
}
.next-testimonial span svg {
  right: 0;
}
.next-testimonial span:before {
  right: -13px;
}

.testimonial-arrows {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 40px;
}

.tptestimonial-arrow {
  position: absolute;
  right: 600px;
  bottom: 35px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tptestimonial-arrow {
    right: 585px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tptestimonial-arrow {
    right: 300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tptestimonial-arrow {
    right: 280px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tptestimonial-arrow {
    right: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tptestimonial-arrow {
    right: 520px;
  }
}
@media (max-width: 767px) {
  .tptestimonial-arrow {
    right: 100px;
    bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tptestimonial-arrow {
    right: 120px;
  }
}

.tptestimonial-content-3 p {
  font-family: var(--tp-ff-dmsans);
  font-size: 24px;
  line-height: 1.34;
  color: var(--tp-common-white);
  opacity: 0.8;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tptestimonial-content-3 p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .tptestimonial-content-3 p {
    font-size: 17px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tptestimonial-4-content {
    flex-wrap: wrap;
  }
}
.tptestimonial-4-icon {
  flex: 0 0 auto;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .tptestimonial-4-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}


.tptestimonial-4-text p {
  font-family: var(--tp-ff-jakarta);
  font-size: 18px;
  line-height: 1.68;
  color: var(--tp-grey-8);
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .tptestimonial-4-text p {
    font-size: 17px;
  }
}

.testimonial-4-main-thumb img {
  opacity: 0;
  visibility: hidden;
}
.testimonial-4-main-anim {
  position: absolute;
  top: 11%;
  transform: translateY(-50%);
  left: 10%;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .testimonial-4-wrap {
    padding-left: 0;
  }
}
.testimonial-4-shape-1 {
  position: absolute;
  bottom: 85px;
  left: 35%;
}
.testimonial-4-shape-1 img {
  height: 60px;
  width: 60px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .testimonial-4-shape-1 {
    bottom: 50px;
    left: 45%;
  }
}
.testimonial-4-shape-2 {
  position: absolute;
  top: 50px;
  left: 60px;
  width: 80px;
}
@media (max-width: 767px) {
  .testimonial-4-shape-2 {
    top: 15px;
  }
}
.testimonial-4-shape-2 img {
  height: 80px;
  width: 80px;
  object-fit: cover;
}
.testimonial-4-shape-3 {
  position: absolute;
  left: 0px;
  bottom: 50%;
  width: 60px;
}
.testimonial-4-shape-3 img {
  height: 60px;
  width: 60px;
  object-fit: cover;
}
.testimonial-4-shape-4 {
  position: absolute;
  top: 27px;
  right: 85px;
  width: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-4-shape-4 {
    right: 20%;
  }
}
@media (max-width: 767px) {
  .testimonial-4-shape-4 {
    top: 0%;
    right: 0%;
  }
}
.testimonial-4-shape-4 img {
  height: 140px;
  width: 140px;
  object-fit: cover;
}
.testimonial-4-shape-5 {
  position: absolute;
  top: 40%;
  left: 38%;
  width: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-4-shape-5 {
    left: 28%;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .testimonial-4-thumb{
    margin-left: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-4-shape-5 {
    top: 38%;
    left: 35%;
  }
}
@media only screen and (min-width: 500px) and (max-width: 767px) {
  .testimonial-4-shape-5 {
    top: 38%;
    left: 40%;
  }
}
.testimonial-4-shape-5 img {
  height: 100px;
  width: 100px;
  object-fit: cover;
}
.testimonial-4-shape-6 {
  position: absolute;
  bottom: 275px;
  right: 55px;
  width: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-4-shape-6 {
    right: 15%;
  }
}
@media (max-width: 767px) {
  .testimonial-4-shape-6 {
    bottom: 50%;
    right: 0;
  }
}
@media (max-width: 500px) {
  .testimonial-4-shape-1{
    bottom: 10%;
  }
  .testimonial-4-shape-4{
    top: 20px;
    right: 0px;
  }
  .testimonial-4-shape-4 img{
    width: 100px;
    height: 100px;
  }
  .testimonial-4-shape-6 {
    bottom: 55%;
    right: 0%;
  }
}
.testimonial-4-shape-6 img {
  height: 80px;
  width: 80px;
  object-fit: cover;
}
@media (max-width: 300px) {
  .testimonial-4-shape-1{
    bottom: 10%;
    left: 100px;
  }
  .testimonial-4-shape-2{
    left: 10%;
    top: 30px;
  }
  .testimonial-4-shape-2,.testimonial-4-shape-3, .testimonial-4-shape-6{
    transform: scale(0.7);
  }
  .testimonial-4-shape-4{
    left: 170px;
    top: 40px;
  }
  .testimonial-4-shape-4 img{
    width: 50px;
    height: 50px;
  }
  .testimonial-4-shape-5{
    transform: scale(0.5);
    left: 30%;
  }
  .testimonial-4-shape-6 {
    transform: scale(0.8);
  }
}
.testimonial-4-shape-6 img {
  height: 80px;
  width: 80px;
  object-fit: cover;
}

.tp-tooltip-circle .tp-tooltip-effect-1, .tp-tooltip-circle .tp-tooltip-effect-2, .tp-tooltip-circle .tp-tooltip-effect-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 400px;
  height: 400px;
  background: rgba(119, 90, 252, 0.05);
  backdrop-filter: blur(6px);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: tp-hotspot-2 5s infinite cubic-bezier(0.4, 0, 1, 1);
  animation: tp-hotspot-2 5s infinite cubic-bezier(0.4, 0, 1, 1);
  animation-delay: 0s;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-tooltip-circle .tp-tooltip-effect-1, .tp-tooltip-circle .tp-tooltip-effect-2, .tp-tooltip-circle .tp-tooltip-effect-3 {
    left: -60px;
  }
}
@media screen and (min-width: 500px) and (max-width: 991px) {
  .tp-tooltip-circle .tp-tooltip-effect-1, .tp-tooltip-circle .tp-tooltip-effect-2, .tp-tooltip-circle .tp-tooltip-effect-3 {
    left: 0px;
  }
}
@media (max-width: 500px) {
  .tp-tooltip-circle .tp-tooltip-effect-1, .tp-tooltip-circle .tp-tooltip-effect-2, .tp-tooltip-circle .tp-tooltip-effect-3 {
    height: 500px;
    width: 500px;
    left: -50%;
    top: -200px;
  }
}
.tp-tooltip-circle .tp-tooltip-effect-2 {
  animation-delay: 0.8s;
}
.tp-tooltip-circle .tp-tooltip-effect-3 {
  animation-delay: 1.6s;
}
.tptestimonial-4-author{
  display: flex;
}
.tptestimonial-4-author img{
  border-radius: 12px;
}
.tptestimonial-4-author .title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
  color: var(--tp-common-11);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .testimonial-arrow-4 {
    padding-left: 0;
  }
}
.testimonial-arrow-4 .tptestimonal-4-nav {
  margin-top: 0;
  justify-content: start;
}
.testimonial-arrow-4 .prv-testi-case:hover span, .testimonial-arrow-4 .next-testi-case:hover span {
  background: var(--tp-theme-blue);
}
.testimonial-arrow-4 .prv-testi-case span::before, .testimonial-arrow-4 .next-testi-case span::before {
  border: 1px solid var(--tp-theme-blue);
}
.testimonial-arrow-4 .prv-testi-case:hover path, .testimonial-arrow-4 .next-testi-case:hover path {
  fill: var(--tp-theme-blue);
}



.testimonial-inner-bg {
  background: #F5F5F5;
  border-radius: 14px;
  padding: 30px 0;
}
.testimonial-inner-bg .tptestimonial-two-nav button:hover {
  background-color: var(--brand-blue);
  border: 1.5px solid var(--brand-blue);
  color: var(--tp-common-white);
}
.testimonial-inner-bg .tptestimonial-active-two .slick-dots li.slick-active button {
  background-color: var(--brand-blue);
}


/*----------------------------------------*/
/*  7.7 Contact css
/*----------------------------------------*/

.tpcontact-form {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 50px 50px 65px 50px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tpcontact-form {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tpcontact-form {
    margin-left: 0;
    padding: 50px 15px 65px 15px;
  }
}
.tpcontact-form-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tpcontact-form-title {
    font-size: 30px;
  }
}
.tpcontact-form-input input, .tpcontact-form-input textarea {
  background: #312C61;
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  width: 100%;
  padding: 5px 30px 5px 30px;
  height: 54px;
  color: var(--tp-common-white);
}
.tpcontact-form-input input:focus, .tpcontact-form-input textarea:focus {
  border-color: var(--brand-blue);
}
.tpcontact-form-input input:focus::placeholder, .tpcontact-form-input textarea:focus::placeholder {
  opacity: 0;
}
.tpcontact-form-input input::-webkit-input-placeholder, .tpcontact-form-input textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 500;
  font-size: 16px;
  line-height: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.tpcontact-form-input input::-moz-placeholder, .tpcontact-form-input textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 500;
  font-size: 16px;
  line-height: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.tpcontact-form-input input:-moz-placeholder, .tpcontact-form-input textarea:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 500;
  font-size: 16px;
  line-height: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.tpcontact-form-input input:-ms-input-placeholder, .tpcontact-form-input textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 500;
  font-size: 16px;
  line-height: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.tpcontact-form-textarea textarea {
  border-radius: 10px;
  height: 180px;
  padding: 20px 30px;
  width: 100%;
  line-height: 1.5rem;
  letter-spacing: 0.02em;
  resize: none;
}
.tpcontact-form-submit button {
  font-weight: 600;
  font-size: 16px;
  line-height: 14px;
  color: var(--tp-common-white);
  background-color: var(--brand-blue);
  width: 100%;
  padding: 18px 0;
  border-radius: 6px;
}
.tpcontact-form-submit button:hover {
  background: #3653EB;
}
.tpcontact-4 .section-wrapper span {
  margin-bottom: 13px;
  display: inline-block;
}
.tpcontact-4-content p {
  font-family: var(--tp-ff-jakarta);
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: var(--tp-grey-8);
  margin-bottom: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpcontact-4-content p {
    font-size: 17px;
  }
}
.tpcontact-4-content .phone {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #FF6C66;
  display: block;
}
.tpcontact-4-content .phone:hover {
  color: var(--tp-theme-blue);
}
.tpcontact-4-content .mail {
  font-family: var(--tp-ff-jakarta);
  font-weight: 400;
  font-size: 15px;
  line-height: 12px;
  color: var(--tp-grey-8);
  display: inline-block;
}
.tpcontact-4-content-btn a {
  display: inline-block;
  padding: 14px 42px;
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: var(--tp-common-11);
  background: var(--tp-common-white);
  border: 2px solid rgba(1, 15, 28, 0.1);
  border-radius: 100px;
}
.tpcontact-4-content-btn a:hover {
  border-color: var(--tp-theme-blue);
}
.tpcontact-4-box {
  position: relative;
  margin-left: -30px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpcontact-4-box {
    margin-left: 0;
  }
}
.tpcontact-4-box::before {
  position: absolute;
  content: "";
  z-index: -11;
  top: -4px;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(69.83deg, #501E9C -8.16%, #A44CEE 49.19%, #FF847F 102.99%);
  mix-blend-mode: normal;
  box-shadow: 0px 20px 40px rgba(36, 7, 66, 0.13);
  border-radius: 20px;
}
.tpcontact-4-box-wrapper {
  padding: 58px 50px 20px 50px;
  position: relative;
  background: var(--tp-common-white);
  mix-blend-mode: normal;
  border-radius: 20px;
  z-index: 10;
}
@media (max-width: 767px) {
  .tpcontact-4-box-wrapper {
    padding: 35px 15px 40px 15px;
  }
}
.tpcontact-4-box-wrapper .tpcontact-form-input input {
  background: #F4F4F4;
  border-radius: 30px;
  border: 2px solid #F4F4F4;
  font-family: var(--tp-ff-jakarta);
  font-weight: 400;
  font-size: 15px;
  line-height: 12px;
  height: 52px;
  color: #010F1C;
}
.tpcontact-4-box-wrapper .tpcontact-form-input input:focus {
  border: 2px solid var(--tp-theme-blue);
  opacity: 1;
  background: var(--tp-common-white);
}
.tpcontact-4-box-wrapper .tpcontact-form-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: var(--tp-ff-jakarta);
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 0.02em;
  color: #777D83;
}
.tpcontact-4-box-wrapper .tpcontact-form-input input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: var(--tp-ff-jakarta);
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 0.02em;
  color: #777D83;
}
.tpcontact-4-box-wrapper .tpcontact-form-input input:-moz-placeholder {
  /* Firefox 18- */
  font-family: var(--tp-ff-jakarta);
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 0.02em;
  color: #777D83;
}
.tpcontact-4-box-wrapper .tpcontact-form-input input:-ms-input-placeholder {
  /* IE 10+ */
  font-family: var(--tp-ff-jakarta);
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 0.02em;
  color: #777D83;
}
.tpcontact-4-box-wrapper .tpcontact-form-textarea textarea {
  background: #F4F4F4;
  border: 2px solid #F4F4F4;
  resize: none;
  font-family: var(--tp-ff-jakarta);
  font-weight: 400;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 0.02em;
  color: #777D83;
}
.tpcontact-4-box-wrapper .tpcontact-form-textarea textarea:focus {
  border: 2px solid var(--tp-theme-blue);
  opacity: 1;
  background: var(--tp-common-white);
}
.tpcontact-4-box-wrapper .tpcontact-form-textarea textarea:focus::placeholder {
  font-size: 0;
}
.tpcontact-4-box-wrapper .tpcontact-form-textarea textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: var(--tp-ff-jakarta);
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 0.02em;
  color: #777D83;
}
.tpcontact-4-box-wrapper .tpcontact-form-textarea textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: var(--tp-ff-jakarta);
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 0.02em;
  color: #777D83;
}
.tpcontact-4-box-wrapper .tpcontact-form-textarea textarea:-moz-placeholder {
  /* Firefox 18- */
  font-family: var(--tp-ff-jakarta);
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 0.02em;
  color: #777D83;
}
.tpcontact-4-box-wrapper .tpcontact-form-textarea textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-family: var(--tp-ff-jakarta);
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 0.02em;
  color: #777D83;
}
.tpcontact-4-box-wrapper .tpcontact-form-submit button {
  background: var(--tp-theme-blue);
  border-radius: 100px;
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 16px;
  line-height: 14px;
  padding: 16px 0;
}
.tpcontact-4-box-wrapper .tpcontact-form-submit button:hover {
  background-color: var(--tp-theme-dark-blue);
}

.contact-bg-4 {
  background-position: center bottom;
  background-repeat: no-repeat;
}

.tpreview-4-wrapper {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.tpreview-4-content p {
  font-family: var(--tp-ff-jakarta);
  font-size: 15px;
  line-height: 12px;
  color: var(--tp-grey-8);
}

.contact-shape-1 {
  position: absolute;
  bottom: 4px;
  left: 0;
  animation: leftright 3s linear forwards infinite alternate;
}
.contact-shape-2 {
  position: absolute;
  bottom: 45px;
  left: 0;
  animation: leftright 5s linear forwards infinite alternate;
}
.contact-shape-3 {
  position: absolute;
  bottom: 4px;
  left: 125px;
}
.contact-shape-4 {
  position: absolute;
  bottom: 4px;
  left: 165px;
}
.contact-shape-5 {
  position: absolute;
  bottom: -7px;
  right: 10.5%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .contact-shape-5 {
    right: 1.5%;
  }
}
.contact-shape-6 {
  position: absolute;
  bottom: 185px;
  right: 350px;
  animation: hero-shape-anim-2 1s linear forwards infinite alternate;
}
.contact-main-shape-bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.contact-main-shape-bg img {
  width: 100%;
}

.contact-content p {
  font-family: var(--tp-ff-jakarta);
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .contact-content p br {
    display: none;
  }
}
.contact-title {
  color: var(--tp-common-11);
  font-family: var(--tp-ff-jakarta);
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contact-title {
    font-size: 38px;
  }
}
.contact-info {
  padding-right: 100px;
}
@media (max-width: 767px) {
  .contact-info {
    padding-right: 0;
  }
}
.contact-mail {
  background: var(--tp-common-white);
  border-radius: 6px;
  font-size: 16px;
  font-family: var(--tp-ff-jakarta);
  display: block;
  position: relative;
  padding: 20px 30px 18px 30px;
}
@media (max-width: 767px) {
  .contact-mail {
    padding: 20px 15px 18px 15px;
  }
}
.contact-mail:hover i {
  border-color: var(--brand-blue);
  background-color: var(--brand-blue);
}
.contact-mail:hover i svg {
  color: var(--tp-common-white);
}
.contact-mail span {
  display: inline-block;
  transform: translateY(-1px);
  margin-right: 10px;
}
.contact-mail i {
  text-align: right;
  height: 34px;
  width: 34px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #E7E8EB;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  -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;
}
@media (max-width: 767px) {
  .contact-mail i {
    right: 15px;
  }
}
.contact-mail i svg {
  margin-top: 3px;
  color: #0E1331;
  -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;
}
.contact-social {
  border-radius: 6px;
  background: var(--tp-common-white);
  display: inline-block;
}
.contact-social a {
  display: inline-block;
  color: #55585B;
  padding: 8px 26.5px;
  position: relative;
}
@media (max-width: 300px){
  .contact-mail{
    font-size: 12px;
  }
  .contact-social a{
    padding: 8px 20px;
  }

}
.contact-social a::before {
  position: absolute;
  content: "";
  right: -6px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E7E8EB;
}
.contact-social a:last-child::before {
  display: none;
}
.contact-social a:hover {
  color: var(--brand-blue);
}
.contact-social a i {
  font-size: 15px;
}

.contact-bg {
  background-color: #E0EDFF;
}
.contact-form {
  background: var(--tp-common-white);
  box-shadow: 0px 40px 50px rgba(3, 8, 31, 0.1);
  border-radius: 20px;
  padding: 60px 70px 20px 70px;
  margin-bottom: -130px;
  position: relative;
  z-index: 2;
  transition: all 1s ease-in;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form {
    padding: 60px 30px 20px 30px;
  }
}
@media (max-width: 767px) {
  .contact-form {
    margin-bottom: 50px;
    padding: 60px 20px 20px 20px;
  }
}
.contact-form-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 26px;
  color: var(--tp-common-11);
  margin-bottom: 35px;
}
.contact-form-input input, .contact-form-input textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E7E8EB;
  box-shadow: 0px 1px 1px rgba(3, 8, 31, 0.08);
  border-radius: 6px;
  height: 54px;
  padding: 5px 22px;
  margin-bottom: 25px;
}
.contact-form-input input::placeholder, .contact-form-input textarea::placeholder {
  font-family: var(--tp-ff-jakarta);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #84848B;
}
.contact-form-input input:focus, .contact-form-input textarea:focus {
  border-color: var(--brand-blue);
}
.contact-form-input input:focus::placeholder, .contact-form-input textarea:focus::placeholder {
  font-size: 0;
}
.contact-form-input textarea {
  height: 180px;
  resize: none;
  padding: 22px 22px;
  margin-bottom: 14px;
}
.contact-form-check .form-check-input {
  height: 16px;
  width: 16px;
  border: 1px solid #DADADF;
  border-radius: 2px;
  margin-top: 0;
  margin-right: 9px;
  flex: 0 0 auto;
}
.contact-form-check .form-check-input[type=checkbox] {
  border-radius: 0;
}
.contact-form-check .form-check-input:checked {
  background-color: var(--brand-blue);
  border-color: var(--brand-blue);
}
.contact-form-check .form-check-input:focus {
  border-color: var(--brand-blue);
  outline: 0;
  box-shadow: none;
}
.contact-form-check .contact-form-label {
  font-family: var(--tp-ff-jakarta);
  font-size: 14px;
  color: #84848B;
  cursor: pointer;
}
.contact-form-btn .tp-btn {
  padding: 14px 46px;
}

.map-wrapper {
  padding-top: 212px;
  padding-bottom: 193px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-wrapper {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .map-wrapper {
    padding-top: 10px;
    padding-bottom: 80px;
  }
}
.map-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 750px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .map-bg {
    width: 75%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-bg {
    height: 600px;
    width: 100%;
    position: static;
    background-position: top;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .map-bg {
    height: 450px;
    width: 100%;
    position: static;
    background-position: top;
    margin-bottom: 60px;
  }
}
.map-content span {
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: #0E1331;
  margin-bottom: 11px;
  display: inline-block;
}
.map-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 50px;
  line-height: 1.12;
  color: #0E1331;
  margin-bottom: 49px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .map-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .map-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .map-wrap {
    margin-top: 100px;
  }
}
.map-wrap ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.map-wrap ul li {
  list-style: none;
  width: 50%;
  flex: 0 0 50%;
}
@media (max-width: 767px) {
  .map-wrap ul li {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .map-wrap ul li:last-child {
    margin-bottom: 0;
  }
}

.location-icon {
  margin-bottom: 25px;
}
.location-content p {
  font-family: var(--tp-ff-jakarta);
  font-size: 15px;
  line-height: 24px;
}
.location-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #0E1331;
}



.map-bg {
  position: absolute;
  bottom: 0px;
  right: 0;
  top: 0;
  height: 100%;
  width: 44%;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .map-bg {
    position: static;
    height: 350px;
    width: 100%;
    margin-top: 50px;
  }
}
.map-bg iframe {
  height: 100%;
  width: 100%;
}

/*----------------------------------------*/
/*  7.17 Seo css
/*----------------------------------------*/


.tpdrive-bar-progress {
  border-radius: 100px;
}
.tpdrive-bar-progress .progress {
  overflow: visible;
  height: 10px;
  border-radius: 100px;
}
.tpdrive-bar-item .progress-bar {
  background-color: var(--brand-blue);
  border-radius: 100px;
  position: relative;
  overflow: visible;
}
.tpdrive-bar-item .progress-bar span {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-36%);
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  width: 30px;
  height: 30px;
  background-color: var(--tp-common-white);
  border: 2.5px solid var(--brand-blue);
  box-shadow: 0px 2px 2px rgba(1, 15, 28, 0.12);
  border-radius: 0px 20px 20px 20px;
}
.tpdrive-bar-title {
  font-size: 14px;
  line-height: 12px;
  color: var(--tp-grey-8);
  font-weight: 400;
  font-family: var(--tp-ff-dmsans);
  display: flex;
  align-items: center;
}
.tpdrive-bar-title span {
  flex: 0 0 auto;
  width: 22px;
  align-items: center;
}


.yellow-bar.tpdrive-bar-item .progress-bar {
  background-color: var(--brand-red);
}

.yellow-bar.tpdrive-bar-item .progress-bar span {
  border: 2.5px solid var(--brand-red);
}
.third-bar.tpdrive-bar-item .progress-bar {
  background-color: #A44CEE;
}
.third-bar.tpdrive-bar-item .progress-bar span {
  border: 2.5px solid #A44CEE;
}

.tp-large-box {
  max-width: 1520px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-large-box {
    background-repeat: no-repeat;
  }
}

.line-dash-path {
  stroke-dasharray: 4;
  stroke-dashoffset: 350;
  -webkit-animation: tp-line-dash 30s linear forwards infinite;
  animation: tp-line-dash 30s linear forwards infinite;
}

.tptestimonial-two-item {
  height: 100%;
  padding: 10px;
}

.seo-5-list li {
  list-style: none;
  margin-bottom: 35px;
}
.seo-5-list li:last-child {
  margin-bottom: 0;
}
.seo-5-list-icon {
  flex: 0 0 auto;
  margin-right: 20px;
}
.seo-5-list-icon i {
  font-size: 24px;
  color: #59BA41;
}
.seo-5-list-text .title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  color: var(--tp-common-11);
}
.seo-5-list-text p {
  font-family: var(--tp-ff-jakarta);
  font-size: 15px;
  line-height: 13px;
  color: var(--tp-grey-8);
  margin-bottom: 0;
}
.seo-5-shape-one {
  position: absolute;
  right: 20px;
  top: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .seo-5-shape-one img {
    width: 220px;
    height: 135px;
    object-fit: cover;
  }
}

.keyword-inner-wrapper {
  position: relative;
}
.keyword-inner-bg {
  background: linear-gradient(91.91deg, #501E9C 5.01%, #A44CEE 43.79%, #FF847F 93.65%);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}
.keyword-inner-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 54px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .keyword-inner-title {
    font-size: 40px;
  }
}
.keyword-inner-content p {
  font-family: var(--tp-ff-jakarta);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
  margin-bottom: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .keyword-inner-content p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .seo-analysis-wrap {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .seo-analysis-wrap {
    text-align: center;
  }
}
.seo-analysis-wrap-2:hover .seo-analysis-shape-5 {
  bottom: 10%;
  left: -14%;
  transform: rotate(-9deg);
}
.seo-analysis-wrap-2:hover .seo-analysis-shape-6 {
  bottom: 9%;
  right: -14%;
  transform: rotate(9deg);
}
.seo-analysis-thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.seo-analysis-thumb-count {
  position: absolute;
  top: -5%;
  right: 24%;
}
.seo-analysis-thumb-count span {
  font-size: 50px;
  color: #0C1338;
  font-weight: 500;
  font-style: italic;
}
.seo-analysis-thumb-count-2 {
  top: -5%;
  right: 26%;
}
.seo-analysis-bg {
  display: inline-block;
}
.seo-analysis-bg > img {
  width: 230px;
  height: 200px;
  object-fit: cover;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 20px 50px rgba(27, 35, 6, 0.08);
  border-radius: 10px;
}
.seo-analysis-bg-2 {
  display: inline-block;
}
.seo-analysis-bg-2 > img {
  width: 170px;
  height: 200px;
  object-fit: cover;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 20px 50px rgba(27, 35, 6, 0.08);
  border-radius: 10px;
}
.seo-analysis-bg-3 {
  display: inline-block;
}
.seo-analysis-bg-3 > img {
  width: 230px;
  height: 200px;
  object-fit: cover;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 20px 50px rgba(27, 35, 6, 0.08);
  border-radius: 10px;
}
.seo-analysis-shape-1 {
  position: absolute;
  top: -30%;
  left: -11%;
  z-index: -1;
  animation: light-2 2s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .seo-analysis-shape-1 {
    left: 0;
  }
}
.seo-analysis-shape-2 {
  position: absolute;
  top: 31%;
  right: 10%;
  animation: round-shape 7s linear infinite;
}
.seo-analysis-shape-3 {
  position: absolute;
  top: 40%;
  right: 15%;
  animation: round-shape 7s linear infinite;
}
.seo-analysis-shape-4 {
  position: absolute;
  top: -30%;
  left: -5%;
  z-index: -1;
  animation: light-2 4s linear infinite;
}
.seo-analysis-shape-5 {
  position: absolute;
  bottom: 1%;
  left: -1%;
  z-index: -1;
  animation: light-2 5s linear infinite;
  -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;
}
.seo-analysis-shape-6 {
  position: absolute;
  bottom: 0;
  right: -1%;
  z-index: -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;
}
.seo-analysis-shape-7 {
  position: absolute;
  top: 41%;
  left: 11%;
  -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;
  animation: round-shape 7s linear infinite;
}
.seo-analysis-shape-8 {
  position: absolute;
  bottom: 8%;
  right: 8%;
  -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;
  animation: light 1.5s linear infinite;
}
.seo-analysis-shape-9 {
  position: absolute;
  top: -30%;
  left: -5%;
  z-index: -1;
  animation: light-2 3s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .seo-analysis-content {
    margin-left: 0;
  }
}
.seo-analysis-content span {
  font-family: var(--tp-ff-jakarta);
  font-size: 15px;
  color: #8A8A8D;
  display: inline-block;
  margin-bottom: 8px;
}
.seo-analysis-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: var(--tp-heading-primary);
}

.fs-18 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #3E3E43;
}


/*----------------------------------------*/
/*  7.10 Dashbord css
/*----------------------------------------*/


/*----------------------------------------*/
/*  7.11 Feature css
/*----------------------------------------*/

.feature-btn .radient-btn {
  font-weight: 600;
  font-size: 14px;
}
.review-title {
  font-family: var(--tp-ff-dmsans);
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.review-content span {
  font-family: var(--tp-ff-dmsans);
  font-size: 15px;
  color: var(--tp-common-white);
  opacity: 0.6;
  display: inline-block;
  margin-bottom: 10px;
}
.review-star i {
  color: #FFB866;
  font-size: 18px;
}


.cta-bg {
  background-position: center bottom;
  background-repeat: no-repeat;
  border-bottom: 1px solid #33429D;
}

.main-bg {
  color: #39DDB8;
}

.main-bg-2 {
  color: #905AFF;
}

.main-bg-3 {
  color: #FF816C;
}

@media (max-width: 767px) {
  .feature-content-4 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .feature-list-4 {
    padding-left: 0;
  }
}
.feature-list-4 li {
  list-style: none;
  margin-bottom: 32px;
}
.feature-list-4 li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .feature-list-4-item {
    padding-left: 0;
  }
}
.feature-list-4-icon {
  flex: 0 0 auto;
  margin-right: 30px;
  position: relative;
}
.feature-list-4-content .title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  color: var(--tp-common-11);
  margin-bottom: 10px;
}
.feature-list-4-content p {
  font-family: var(--tp-ff-jakarta);
  font-size: 15px;
  line-height: 22px;
  color: #6F7276;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .feature-list-4-content p br {
    display: none;
  }
}

.feature-list-bg {
  position: relative;
}
.feature-list-bg b {
  position: absolute;
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  color: var(--tp-common-white);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.feature-bg-border-1 {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid rgba(2, 29, 53, 0.4);
  height: 9px;
  width: 9px;
  border-radius: 50%;
}
.feature-bg-border-2 {
  position: absolute;
  top: 1px;
  left: 12px;
  background: rgba(2, 29, 53, 0.5);
  height: 2px;
  width: 2px;
  border-radius: 50%;
}
.feature-bg-border-3 {
  position: absolute;
  bottom: 6px;
  right: -5px;
  background: rgba(2, 29, 53, 0.5);
  height: 5px;
  width: 5px;
  border-radius: 50%;
}
.feature-bg-border-4 {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(2, 29, 53, 0.5);
  height: 2px;
  width: 2px;
  border-radius: 50%;
}

.feature-4-shape-1 {
  position: absolute;
  right: 0;
  top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-4-shape-1 {
    right: -20px;
  }
}

.feature-4-shape-2 {
  position: absolute;
  left: -70px;
  top: 8px;
}

.feature-bg-shape {
  height: 200px;
  max-width: 1400px;
  margin: auto;
  position: absolute;
  left: 0;
  top: -104px;
  right: 0;
  background: #FFFFFF;
  border-radius: 40px 40px 4px 4px;
}


.web-item {
  margin-bottom: 14px;
}
.web-item input {
  height: 54px;
  width: 100%;
  background-color: var(--tp-common-white);
  border: none;
  padding: 5px 10px 5px 50px;
  border-radius: 8px;
  border: 2px solid transparent;
}
.web-item input:focus {
  border-color: #007CF5;
  height: 54px;
}
.web-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9EABB9;
}
.web-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9EABB9;
}
.web-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #9EABB9;
}
.web-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9EABB9;
}
.web-item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
}

.feature-socia-list .feature-bg-border-1 {
  border: 1px solid rgba(66, 96, 255, 0.7);
}
.feature-socia-list .feature-bg-border-2 {
  background: rgba(66, 96, 255, 0.2);
}
.feature-socia-list .feature-bg-border-3 {
  background: rgba(66, 96, 255, 0.2);
}
.feature-socia-list .feature-bg-border-4 {
  background: rgba(66, 96, 255, 0.2);
}
.feature-socia-list.feature-list-4 li {
  margin-bottom: 52px;
}
.feature-socia-list.feature-list-4 li:last-child {
  padding-left: 200px;
}
@media (max-width: 767px) {
  .feature-socia-list.feature-list-4 li:last-child {
    padding-left: 0;
  }
}
.feature-socia-list .feature-4-shape-1 {
  right: 29%;
  transform: rotate(-37deg);
}
.feature-socia-list .feature-4-shape-2 {
  left: 70px;
  top: 100px;
  transform: rotate(-37deg);
}

.feature-inner-gallery {
  padding-bottom: 53px;
  margin-left: -25px;
  position: relative;
}
@media (max-width: 767px) {
  .feature-inner-gallery {
    margin-left: 0;
  }
}
.feature-inner-thumb {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-inner-thumb {
    text-align: center;
  }
}
.feature-inner-thumb::before {
  position: absolute;
  content: "";
  height: 400px;
  width: 400px;
  background: linear-gradient(146.46deg, rgba(252, 119, 83, 0.04) 14.32%, rgba(252, 119, 83, 0.04) 80.45%);
  border-radius: 50%;
  left: 25px;
  bottom: 75px;
  z-index: -1;
}
@media (max-width: 767px) {
  .feature-inner-thumb::before {
    display: none;
  }
}
.feature-inner-shape-1 {
  top: -20px;
  left: -25px;
  position: absolute;
  z-index: 1;
  animation: transform 4s ease-in-out forwards infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-inner-shape-1 {
    top: 0;
    left: 15%;
  }
}
.feature-inner-shape-2 {
  position: absolute;
  top: 5%;
  left: 45%;
  z-index: 1;
  animation: transform 5s ease-in-out forwards infinite alternate;
}
.feature-inner-shape-3 {
  position: absolute;
  top: -15%;
  right: 13%;
  z-index: 1;
  animation: transform 4s ease-in-out forwards infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-inner-shape-3 {
    top: 0;
    right: 25%;
  }
}
.feature-inner-shape-4 {
  position: absolute;
  z-index: 1;
  top: 19%;
  right: 1%;
  animation: transform 5s ease-in-out forwards infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-inner-shape-4 {
    right: 17%;
  }
}


.feature-inner-wrap .tpsection__title {
  font-family: var(--tp-ff-dmsans);
}
.feature-inner-wrap .tpsection__content p {
  font-family: var(--tp-ff-dmsans);
  font-size: 18px;
  font-weight: 400;
}
.feature-inner-icon {
  flex: 0 0 auto;
}
.feature-inner-icon span {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(156.17deg, rgba(66, 96, 255, 0.1) 7.4%, rgba(66, 96, 255, 0) 90.3%);
  margin-right: 20px;
  transform: translateY(4px);
}
.feature-inner-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--tp-common-11);
  margin-bottom: 10px;
}
.feature-inner-content p {
  font-family: var(--tp-ff-dmsans);
  font-size: 15px;
  line-height: 22px;
  color: #010F1C;
  opacity: 0.7;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .feature-inner-pl {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-inner-pl {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .feature-inner-pl {
    padding-left: 0px;
  }
}

.feature-area,
.industry-area{
  background-color: #F5F5F5;
}

.feature-inner-wrapper p {
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--tp-text-body);
  margin-bottom: 37px;
}
.feature-inner-wrapper.web-services ul{
  list-style: none;
}
.feature-inner-wrapper.web-services ul li{
  line-height: 2;
  position: relative;
  margin-left: 20px;
}
.feature-inner-wrapper.web-services ul li::before{
    position: absolute;
    content: '\2713'; 
    left: -20px;
    font-weight: bold;
    color: var(--brand-blue); 

}

@media (max-width: 767px) {
  .feature-inner-wrapper p br {
    display: none;
  }
}
.feature-inner-title-2 {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.02em;
  color: var(--tp-common-11);
  margin-bottom: 12px;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-inner-title-2 br {
    display: none;
  }
}
.feature-inner-wrap-shape-1 {
  position: absolute;
  top: -30px;
  left: 195px;
  animation: round-shape 15s linear infinite;
}
.feature-inner-wrap-shape-2 {
  position: absolute;
  top: 56px;
  left: 83px;
  animation: round-shape 15s linear infinite;
}
.feature-inner-thumb-wrap img {
  border-radius: 20px;
}

/*----------------------------------------*/
/*  7.16 Rating css
/*----------------------------------------*/


/*----------------------------------------*/
/*  7.2 About css
/*----------------------------------------*/

.about-inner-content>span {
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 16px;
  color: var(--brand-blue);
  position: relative;
}
.about-inner-content>span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--brand-blue);
  display: inline-block;
  margin-right: 8px;
}
.about-inner-content p {
  font-family: var(--tp-ff-jakarta);
  font-size: 16px;
  line-height: 24px;
  color: var(--tp-grey-8);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .about-inner-content p br {
    display: none;
  }
}
.about-inner-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 54px;
  line-height: 1.11;
  letter-spacing: -0.02em;
  color: #0E1331;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-inner-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-inner-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-inner-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .about-inner-title {
    font-size: 36px;
  }
}
.about-inner-thumb {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .about-inner-thumb {
    margin-bottom: 30px;
  }
}
.about-inner-shape-1 {
  position: absolute;
  right: 38px;
  top: -66px;
  width: 905px;
  height: 530px;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-inner-shape-1 {
    height: 460px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .about-inner-shape-1 {
    position: inherit;
    right: 0;
    top: 0;
    width: 650px;
    height: 380px;
    object-fit: cover;
    left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .about-inner-shape-1 {
    width: 100%;
    height: 100%;
  }
}
.about-inner-shape-1 img {
  max-width: inherit;
  border-radius: 0 10px 0 0;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .about-inner-shape-1 img {
    border-radius: 10px;
  }
}
.about-inner-shape-2 {
  position: absolute;
  top: 165px;
  left: 90px;
}
.about-inner-shape-3 {
  position: absolute;
  right: 400px;
  top: 350px;
}
.about-inner-shape-3 img {
  max-width: 200px;
}
.about-inner-shape-4 {
  position: absolute;
  right: 0;
  top: 240px;
}
.about-inner-shape-4 img {
  width: 200px;
}
.about-inner-wrap {
  background: var(--tp-common-white);
  box-shadow: 0px -40px 50px rgba(10, 4, 22, 0.1);
  border-radius: 10px;
  padding: 90px 170px 75px 170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-inner-wrap {
    padding: 45px 40px 40px 45px;
  }
}
@media (max-width: 767px) {
  .about-inner-wrap {
    padding: 40px 20px 40px 20px;
  }
}
.about-inner-wrap p {
  font-family: var(--tp-ff-jakarta);
  font-size: 20px;
  line-height: 30px;
  color: var(--tp-grey-8);
  opacity: 0.8;
}
@media (max-width: 767px) {
  .about-inner-wrap p {
    padding-left: 0;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .about-inner-wrap p br {
    display: none;
  }
}
.about-inner-content-2 span {
  font-family: var(--tp-ff-jakarta);
  font-size: 22px;
  line-height: 0.8;
  text-transform: uppercase;
  color: var(--tp-grey-8);
  position: relative;
  padding-right: 70px;
  margin-right: 65px;
}
@media (max-width: 767px) {
  .about-inner-content-2 span {
    padding-right: 10px;
    margin-right: 10px;
  }
}
.about-inner-content-2 span::after {
  position: absolute;
  content: "";
  height: 140px;
  width: 1px;
  background: #D9D9D9;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.about-inner-title-2 {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 44px;
  line-height: 1.21;
  letter-spacing: -0.02em;
  color: #0E1331;
}
@media (max-width: 767px) {
  .about-inner-title-2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-inner-title-2 br {
    display: none;
  }
}
.about-inner-content-3 span {
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 15px;
  color: var(--brand-blue);
  margin-bottom: 8px;
  display: inline-block;
}
.about-inner-content-3 p {
  font-family: var(--tp-ff-jakarta);
  font-size: 16px;
  color: var(--tp-grey-8);
  margin-bottom: 30px;
}
.about-inner-title-3 {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -0.01em;
  color: #0C1338;
  margin-bottom: 15px;
}
.about-inner-list li {
  position: relative;
  padding-left: 32px;
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
  color: #010F1C;
  list-style: none;
}
.about-inner-list li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #59B562;
  font-size: 20px;
}
.about-inner-box {
  width: 570px;
  background-color: var(--tp-common-white);
  padding: 75px 75px 75px 75px;
  border-radius: 10px;
  position: absolute;
  top: 125px;
  right: 410px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .about-inner-box {
    width: 500px;
    padding: 40px 30px 40px 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .about-inner-box {
    width: 450px;
    padding: 40px 25px 40px 25px;
    top: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-inner-box {
    width: 400px;
    padding: 50px 25px 50px 30px;
    right: 320px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-inner-box {
    width: 400px;
    top: 100px;
    padding: 50px 25px 40px 30px;
    right: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-inner-box {
    position: inherit;
    top: 125px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .about-inner-box {
    position: inherit;
    top: 125px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 98%;
    padding: 40px 10px 30px 10px;
  }
}

@media (max-width: 767px) {
  .project-inner-height {
    padding-bottom: 0;
  }
}

.mission-content {
  background: linear-gradient(147.1deg, #FCF0EE 9.5%, #F8C9C1 87.42%);
  border-radius: 6px;
  padding: 60px 70px 48px 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mission-content {
    padding: 60px 40px 55px 50px;
  }
}
@media (max-width: 767px) {
  .mission-content {
    padding: 30px 15px 30px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mission-content {
    margin-bottom: 30px;
  }
}
.mission-content span {
  margin-bottom: 16px;
  display: inline-block;
}
.mission-content p {
  font-family: var(--tp-ff-jakarta);
  font-size: 18px;
  line-height: 28px;
  color: var(--tp-grey-8);
}
.mission-shape-1 {
  position: absolute;
  top: 20px;
  left: -50px;
  animation: updown-three 2.8s linear 0s infinite alternate;
}
.mission-shape-2 {
  position: absolute;
  top: -20px;
  right: -15px;
}
.mission-shape-3 {
  position: absolute;
  top: 110px;
  left: 50px;
}

.mission-two .mission-content {
  margin-left: 48px;
  margin-right: 122px;
  margin-top: -50px;
  background: linear-gradient(160.77deg, #D8FFEF 9.28%, #7DDAB3 89.34%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mission-two .mission-content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}

.about-inner-top {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.tpabout-inner-active .slick-list {
  margin-right: -230px;
  margin-left: -320px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpabout-inner-active .slick-list {
    margin-right: 0;
    margin-left: 0;
  }
}
.tpabout-inner-active .slick-slide {
  margin-right: 25px;
  margin-left: 25px;
}

.about-inner-wrapper .nav-link {
  display: flex;
  align-items: start;
  position: relative;
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 18px;
  border: 4px solid transparent;
  color: #9A9FA4;
  -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;
  padding: 11px 10px 11px 54px;
  border-radius: 10px;
}
.about-inner-wrapper .nav-link span {
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -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;
}
.about-inner-wrapper .nav-link.active {
  background: #FFFFFF;
  border: 4px solid #FFFFFF;
  box-shadow: 0px 20px 40px rgba(1, 15, 28, 0.1);
  color: #010F1C;
}
.about-inner-wrapper .nav-link.active span {
  opacity: 1;
  visibility: visible;
}
.about-inner-thums .fade {
  -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;
}
.about-inner-shape .seo-5-main-bg {
  height: 450px;
  width: 450px;
}
@media (max-width: 767px) {
  .about-inner-shape .seo-5-main-bg {
    height: 100%;
    width: 100%;
  }
}
.about-inner-shape .seo-5-shape-one {
  right: -22%;
  top: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-inner-shape .seo-5-shape-one {
    right: -13%;
  }
}
.about-inner-shape .seo-5-shape-one img {
  height: 165px;
  width: 270px;
}
.about-inner-shape .seo-5-shape-two {
  position: absolute;
  right: -58px;
  bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-tab-area {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-tab-area {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .nav-tab-area {
    padding-left: 0;
    padding-right: 0;
  }
}

.optimize-subtitle p {
  font-family: var(--tp-ff-jakarta);
  color: #55585B;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-inner-thums {
    margin-bottom: 10px;
  }
}

/*----------------------------------------*/
/*  7.13 Portfolio css
/*----------------------------------------*/

.portfolio-4-main-bg-shape,
.portfolio-4-main-bg-shape-2 {
  position: absolute;
  z-index: -1;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
}

.portfolio-4-main-bg-shape img {
  width: 100%;
}

/* portfolio details start  */
/* portfolio details end  */

/*----------------------------------------*/
/*  7.22 Team css
/*----------------------------------------*/
.team-5-thumb {
  position: relative;
  background: var(--brand-blue);
  border-radius: 200px 4px 200px 200px;
  text-align: center;
  padding-top: 35px;
  overflow: hidden;
}
.team-5-thumb img {
  display: inline-block;
}
.team-5-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 22px;
  color: var(--tp-common-11);
}
.team-5-title b:hover {
  color: var(--brand-blue);
}
.team-5-content p {
  font-family: var(--tp-ff-jakarta);
  font-size: 14px;
  line-height: 12px;
  color: var(--tp-grey-8);
}
.team-5-social {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fff;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s ease;
  overflow: hidden;
}
.team-5-social:hover {
  height: 130px;
}
.team-5-social:hover a {
  opacity: 1;
}
.team-5-social:hover .icon {
  height: 32px;
}
.team-5-social:hover .icon::after {
  content: "\f068";
}
.team-5-social .icon {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: #55585B;
  -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;
}
.team-5-social .icon::after {
  content: "\f067";
  font-weight: 900;
  font-family: "Font Awesome 5 pro";
}
.team-5-social a {
  background-color: #fff;
  width: 40px;
  height: 26px;
  border-radius: 50px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  color: #A3A5A7;
  display: inline-block;
  opacity: 0;
}
.team-5-social a:hover {
  color: var(--brand-blue);
}
.team-5-social a:nth-of-type(2) {
  transition-delay: 0.1s;
}
.team-5-social a:nth-of-type(3) {
  transition-delay: 0.2s;
}
.team-5-social a:nth-of-type(4) {
  transition-delay: 0.3s;
}

.team-5-item-5 .team-5-social:hover,
.team-5-item-6 .team-5-social:hover{
  height: 100px;
}

.team-inner-all .tp-btn {
  padding: 9px 37px;
}

.team-details {
  background: #FFFFFF;
  box-shadow: 0px 40px 50px rgba(3, 8, 31, 0.12);
  border-radius: 20px;
  padding: 80px 105px 72px 90px;
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 767px) {
  .team-details {
    padding: 40px 20px 32px 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .team-details-info {
    flex-wrap: wrap;
  }
}
.team-details-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.team-details-thumb {
  flex: 0 0 auto;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .team-details-thumb {
    margin-right: 30px;
    margin-bottom: 40px;
  }
}
.team-details-position {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-grey-8);
  font-family: var(--tp-ff-jakarta);
}
.team-details-title {
  font-weight: 700;
  font-size: 34px;
  color: var(--tp-common-11);
  font-family: var(--tp-ff-jakarta);
  line-height: 1;
  margin-bottom: 17px;
}
.team-details-email, .team-details-number {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-grey-8);
  font-family: var(--tp-ff-jakarta);
}
.team-details-email span, .team-details-number span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: var(--tp-common-11);
}
.team-details-email:hover, .team-details-number:hover {
  color: var(--brand-blue);
}
.team-details-number {
  margin-bottom: 30px;
}
.team-details-social a {
  background: #FFFFFF;
  border: 1px solid #E7E8EB;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 2px;
}
.team-details-social a:hover {
  border-radius: 4px;
  background-color: var(--brand-blue);
  border-color: var(--brand-blue);
  color: var(--tp-common-white);
}
.team-details-about-title {
  font-family: var(--tp-ff-jakarta);
  color: var(--tp-common-11);
  font-size: 30px;
  font-weight: 700;
}
.team-details-about p {
  font-family: var(--tp-ff-jakarta);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--tp-grey-8);
}
.team-details-exprience-title {
  font-family: var(--tp-ff-jakarta);
  color: var(--tp-common-11);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}
.team-details-exprience p {
  font-family: var(--tp-ff-jakarta);
  color: var(--tp-grey-8);
  font-size: 16px;
  margin-bottom: 25px;
}
.team-details-exprience ul li {
  list-style: none;
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--tp-ff-jakarta);
  margin-bottom: 8px;
}
.team-details-exprience ul li:last-child {
  margin-bottom: 0;
}
.team-details-exprience ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #565764;
}
@media (max-width: 767px) {
  .team-details-exprience ul li::before {
    top: 12px;
    transform: translateY(0%);
  }
}
.team-details-shape-1 {
  position: absolute;
  top: 16%;
  left: -23%;
  animation: upslide 4s linear forwards infinite alternate;
}
.team-details-shape-2 {
  position: absolute;
  bottom: 26%;
  left: -6%;
  z-index: -1;
  animation: hero-shape-anim-3 3s linear forwards infinite alternate;
}
.team-details-shape-3 {
  position: absolute;
  top: 16%;
  right: -4%;
  animation: hero-shape-anim-3 2.5s linear forwards infinite alternate;
}

/*----------------------------------------*/
/*  7.8 Counter css
/*----------------------------------------*/
.counter-bg-4 {
  padding: 45px 180px 45px 180px;
  z-index: 1;
  background: linear-gradient(90.97deg, var(--brand-blue) 2.52%, #A44CEE 99.41%);
  box-shadow: 0px 20px 20px rgba(64, 16, 120, 0.18);
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-bg-4 {
    padding: 45px 20px 45px 20px;
  }
}
@media (max-width: 767px) {
  .counter-bg-4 {
    padding: 45px 15px 5px 15px;
  }
}

@media (max-width: 767px) {
  .counter-item-4 {
    margin-bottom: 40px;
  }
}
.counter-item-4-icon {
  flex: 0 0 auto;
  margin-right: 15px;
}
.counter-item-4-content p {
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.counter-item-4-count {
  font-family: var(--tp-ff-jakarta);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 30px;
  color: var(--tp-common-white);
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .counter-wrapper {
    flex-wrap: wrap;
  }
}

.counter-shape-4-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.counter-shape-4-2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.counter-shape-4-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.counter-shape-4-4 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.counter-shape-4-5 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.optimize-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.optimize-shape-2 {
  position: absolute;
  top: 165px;
  left: 0;
}
.optimize-shape-3 {
  position: absolute;
  top: 92px;
  right: -52px;
  box-shadow: 20px 20px 20px rgba(1, 15, 28, 0.14);
  border-radius: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .optimize-shape-3 {
    right: -10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .optimize-shape-3 {
    right: -10px;
  }
}

@media (max-width: 767px) {
  .optimize-wrapper {
    padding-bottom: 80px;
  }
}
.optimize-wrapper .tpdrive-bar-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 15px;
  line-height: 12px;
  color: var(--tp-common-11);
}


.counter-border {
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  padding: 72px 0;
}

.inner-counter {
  position: relative;
  z-index: 1;
  padding: 25px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .inner-counter {
    margin-left: 0;
  }
}
.inner-counter-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 991px){
  .inner-counter-shape{
    left: -50px;
  }

}

.inner-counter-shape-2 {
  position: absolute;
  left: -40px;
  bottom: -6px;
  z-index: -1;
}
.inner-counter-shape-3 {
  position: absolute;
  left: -50px;
  bottom: -6px;
  z-index: -1;
}
.inner-counter-list span, .inner-counter-list i {
  font-family: var(--tp-ff-jakarta);
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: var(--brand-blue);
}
.inner-counter-info {
  margin-left: 15px;
}
.inner-counter-info span {
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: var(--tp-grey-8);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .inner-counter-count {
    margin-left: 0;
  }
}

.optimize-shape-4 {
  position: absolute;
  bottom: 1px;
  right: -25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .optimize-shape-4 {
    right: 105px;
  }
}
@media (max-width: 767px) {
  .optimize-shape-4 {
    right: 0px;
  }
}
.optimize-shape-5 {
  position: absolute;
  top: 40%;
  right: -13%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .optimize-shape-5 {
    display: none;
  }
}
.optimize-shape-6 {
  position: absolute;
  top: 28%;
  left: -10%;
  box-shadow: 20px 20px 20px rgba(1, 15, 28, 0.14);
  border-radius: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .optimize-shape-6 {
    left: -4%;
  }
}

/*----------------------------------------*/
/*  7.4 Brand css
/*----------------------------------------*/
.tpbrand-item {
  display: flex !important;
  min-height: 73px;
  align-items: center;
  justify-content: center;
}

.tpbrand-item-2 {
  opacity: 0.3;
  -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;
  text-align: center;
}
.tpbrand-item-2:hover {
  opacity: 1;
}
.tpbrand-item-2.slick-slide img {
  display: inline-block;
}

.brand-5-item {
  text-align: center;
}
.brand-5-item.slick-slide img {
  display: inline-block;
}

.brand-content {
  position: relative;
  z-index: 1;
}
.brand-content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background: var(--tp-common-11);
  opacity: 0.1;
  z-index: -1;
}

.brand-title {
  font-family: var(--tp-ff-jakarta);
  font-size: 22px;
  color: var(--tp-grey-8);
  font-weight: 400;
  position: relative;
  line-height: 1;
  z-index: 1;
  background: #F3F7F4;
  margin-bottom: 0;
  display: inline-block;
  padding: 0 45px;
}
@media (max-width: 767px) {
  .brand-title {
    padding: 0 0;
  }
}

.brand-bg-3 {
  background: linear-gradient(91.91deg, #501E9C 5.01%, #A44CEE 43.79%, #FF847F 93.65%);
}

.brand-wrapper .title {
  padding-top: 75px;
  padding-bottom: 45px;
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 24px;
  color: var(--tp-common-white);
}

.who-are-we{
  position: relative;
}
.who-are-we::after,
.who-are-we::before{
  position: absolute;
  content: '';
  height: 150px;
  width: 400px;
  border-radius: 30px;
  opacity: 0.3;
  z-index: -1;
}
@media (max-width: 576px) {
  .who-are-we::after,
  .who-are-we::before{
  position: absolute;
  content: '';
  height: 100px;
  width: 300px;
  border-radius: 30px;
  opacity: 0.3;
  z-index: -1;
  }
  .web-dev-card img{
    height: 250px;
    width: 250px;
  }
  .who-are-we-title{
    font-size: 30px;
  }
}
@media (max-width: 300px) {
  .who-are-we::after,
  .who-are-we::before{
  position: absolute;
  content: '';
  height: 80px;
  width: 200px;
  border-radius: 30px;
  opacity: 0.3;
  z-index: -1;
  }
  .who-are-we-title{
    font-size: 25px;
  }
}
.who-are-we::after{
  background-color: var(--brand-red);
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.who-are-we::before{
  background-color: var(--brand-blue);
  right: 30px;
  top: -50px;
  transform: rotate(-45deg);
  animation: blurup 3s cubic-bezier(0.215, 0.610, 0.355, 1) infinite alternate;
}

@keyframes blurup {
  50%{
    opacity: 0.2;
    filter: blur(0);
    scale: 1.01;
  }
  100%{
    opacity: 0;
    filter: blur(30px);
    scale: 1.1;
  }
}


.link-self{
  color: var(--brand-blue);
  font-weight: 500;
  transition: all 0.5s ease;
}
.link-self:hover{
  text-decoration: underline;
}


.tpbrand-active-4 .slick-list {
  z-index: 9;
}
.tpbrand-active-4 .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 9;
}
.tpbrand-active-4 .slick-dots li {
  list-style: none;
  position: relative;
  font-size: 0;
  height: 8px;
  width: 8px;
  background-color: var(--tp-common-white);
  cursor: pointer;
  opacity: 0.4;
  border-radius: 50%;
  margin: 0 5px;
}
.tpbrand-active-4 .slick-dots li.slick-active {
  border: 2px solid var(--tp-common-white);
  opacity: 1;
  height: 12px;
  width: 12px;
  background-color: transparent;
  cursor: pointer;
}
.tpbrand-active-4 .slick-slide img {
  display: inline-block;
  opacity: 0.6;
  -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;
}
.tpbrand-active-4 .slick-slide img:hover {
  opacity: 1;
}
.tpbrand-active-4 .tpbrand-item-4 {
  text-align: center;
}

.brand-4-shape {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: -1;
}

.wave-bg .wave {
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 250px;
  z-index: 1;
  width: 100%;
}

.wave-bg .wave-1 {
  z-index: 2;
}

.wave-bg svg {
  width: 100%;
}

.brand-inner-content {
  background: var(--brand-blue);
  display: inline-block;
  position: relative;
  z-index: 2;
  border-radius: 8px 0px;
  padding: 45px 66px;
  margin-left: 40px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .brand-inner-content {
    padding: 45px 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .brand-inner-content {
    padding: 45px 40px;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .brand-inner-content {
    padding: 49.5px 37px;
    margin-left: -25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-inner-content {
    padding: 25px 40px;
    margin-left: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-inner-content {
    padding: 35px 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .brand-inner-content {
    padding: 30px 60px;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.brand-inner-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 13px;
}
.tpbrand-inner-item img{
  transform: scale(0.8);
}
@media (max-width: 767px) {
  .tpbrand-inner-item {
    display: flex !important;
    justify-content: center;
  }
}

/*----------------------------------------*/
/*  7.9 CTA css
/*----------------------------------------*/
.cta-content p {
  font-family: var(--tp-ff-jakarta);
  font-size: 16px;
  line-height: 26px;
  color: #565764;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-content p br {
    display: none;
  }
}
.cta-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 54px;
  line-height: 1.04;
  letter-spacing: -0.01em;
  color: var(--tp-common-11);
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .cta-title {
    font-size: 40px;
  }
}
.cta-shape-1 {
  position: absolute;
  top: 0;
  right: -110px;
  animation: bannerAnimationTwo 8s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cta-shape-1 {
    right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-shape-1 {
    right: 40px;
  }
}
.cta-shape-2 {
  position: absolute;
  top: 50px;
  left: -10px;
  z-index: -1;
}
.cta-shape-2 img {
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
}
@media (max-width: 767px) {
  .cta-shape-2 img {
    display: none;
  }
}
.cta-shape-3 {
  position: absolute;
  bottom: 120px;
  left: 30px;
  z-index: -2;
}


/*----------------------------------------*/
/*  7.24 Tool css
/*----------------------------------------*/

.tp-accordion {
  padding-left: 25px;
  margin-right: -25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-accordion {
    padding-left: 0;
    margin-right: 0;
  }
}
.tp-accordion-item {
  padding: 23px 20px 12px 52px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.tp-accordion-item.tp-accordion-active {
  background-color: var(--tp-common-white);
  box-shadow: 0px 10px 20px rgba(1, 15, 28, 0.08);
  padding: 32px 20px 39px 52px;
  margin-top: 20px;
}
.tp-accordion-item.tp-accordion-active .tp-accordion-content {
  display: block;
}
.tp-accordion-item.tp-accordion-active .tp-accordion-progress-dark {
  opacity: 1;
  visibility: visible;
  height: calc(100% - 40px);
  top: 20px;
  bottom: auto;
}
.tp-accordion-item.tp-accordion-active .tp-accordion-progress-active {
  animation: tp-line-animation 10s linear;
}
@-webkit-keyframes tp-line-animation {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-moz-keyframes tp-line-animation {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-ms-keyframes tp-line-animation {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes tp-line-animation {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.tp-accordion-item.tp-accordion-active .tp-toolest-title-info {
  color: #010F1C;
  font-weight: 700;
}
.tp-accordion-item:hover {
  cursor: pointer;
}
.tp-accordion-head {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .tp-accordion-head {
    margin-bottom: 15px;
  }
}
.tp-accordion-icon {
  flex: 0 0 auto;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.tp-accordion-icon-shape {
  position: absolute;
  top: -12px;
  right: -7px;
  z-index: -1;
}
.tp-accordion-icon span {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background-color: #FC8A59;
  display: inline-block;
  position: absolute;
  left: -9px;
  top: 25px;
  z-index: -1;
}
.tp-accordion-content {
  display: none;
  padding-left: 65px;
}
@media (max-width: 767px) {
  .tp-accordion-content {
    padding-left: 0;
  }
}
.tp-accordion-content p {
  margin-bottom: 0;
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  color: #96989C;
}
@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-accordion-content p br {
    display: none;
  }
}

.nav-pills .nav-link.active {
  background-color: transparent;
}
.nav-pills .nav-link.active .tp-accordion-item {
  background-color: var(--tp-common-white);
  box-shadow: 0px 10px 20px rgba(1, 15, 28, 0.08);
  padding: 32px 20px 39px 52px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .nav-pills .nav-link.active .tp-accordion-item {
    padding: 32px 20px 39px 25px;
  }
}
.nav-pills .nav-link.active .tp-toolest-title-info {
  color: var(--tp-common-11);
}
.nav-pills .nav-link.active .tp-accordion-content {
  display: block;
}
.nav-pills .nav-link.active .tp-accordion-progress-dark {
  opacity: 1;
  visibility: visible;
  height: calc(100% - 40px);
  top: 20px;
  bottom: auto;
}
.nav-pills .nav-link.active .tp-accordion-progress-active {
  animation: tp-line-animation 10s linear;
}

.tp-gradient-tab-btn {
  margin-top: -30px;
}

.tp-green-accordion {
  margin-right: 0;
  margin-left: -30px;
  padding-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-green-accordion {
    margin-left: 0;
  }
}


/*----------------------------------------*/
/*  7.18 Services-details css
/*----------------------------------------*/
.services-details {
  margin-top: -268px;
  position: relative;
  z-index: 1;
}
.services-details-bg {
  padding-top: 360px;
  padding-bottom: 360px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .services-details-section {
    margin-left: 0;
  }
}
.services-details-section>span {
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 16px;
  color: var(--brand-blue);
  display: inline-block;
  margin-bottom: 10px;
}
.services-details-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 76px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #0E1331;
  margin-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-details-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-details-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .services-details-title {
    font-size: 28px;
    letter-spacing: -0.01em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .services-details-title br {
    display: none;
  }
}
.services-details-thumb img {
  border-radius: 20px;
}
.services-details-content-box {
  margin-bottom: 30px;
}
.services-details-content-box span {
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.42;
  color: #0E1331;
  display: inline-block;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .services-details-content-box span {
    font-size: 20px;
  }
}
.services-details-content-box p {
  font-family: var(--tp-ff-jakarta);
  font-size: 16px;
  line-height: 32px;
  color: var(--tp-tgrey-8);
  margin-bottom: 0;
}
.services-details-list span {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #0E1331;
  display: inline-block;
  margin-bottom: 13px;
}
.services-details-list-item li {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-grey-8);
  list-style: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.services-details-list-item li:last-child {
  margin-bottom: 0;
}
.services-details-list-item li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 5px;
  background-color: var(--tp-grey-8);
  border-radius: 50%;
}
.services-details-wrap {
  padding-bottom: 95px;
  border-bottom: 1px solid rgba(12, 19, 56, 0.1);
}

.services-inner-banner-shape-wrap {
  position: relative;
}
.services-inner-banner-shape-1 {
  position: absolute;
  top: -12%;
  right: 11%;
  animation: tpswing 3s ease-in-out 0.1s forwards infinite alternate;
  transform-origin: bottom left;
}
.services-inner-banner-shape-2 {
  position: absolute;
  bottom: 2%;
  left: -2%;
  animation: tpswing 3s ease-in-out 0.1s forwards infinite alternate;
  transform-origin: bottom left;
}
.services-inner-banner-shape-3 {
  position: absolute;
  bottom: 48%;
  left: 14%;
  animation: tpstar 1.5s forwards infinite alternate;
}
.services-inner-banner-shape-4 {
  position: absolute;
  bottom: 42%;
  left: 15.5%;
  animation: tpstar 2s forwards infinite alternate;
}
.services-inner-banner-shape-5 {
  position: absolute;
  bottom: 48%;
  left: 16.3%;
  animation: tpstar 2.2s forwards infinite alternate;
}
.services-inner-banner-shape-6 {
  position: absolute;
  top: 14%;
  right: 15%;
  animation: tpstar 1s forwards infinite alternate;
}

/*----------------------------------------*/
/*  7.19 Services Social css
/*----------------------------------------*/
.marketing-wrap {
  padding-top: 180px;
  padding-bottom: 325px;
  position: relative;
  background: linear-gradient(180deg, #000 0%, #0077B5 100%);
  z-index: 1;
}
.marketing-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  opacity: 0.8;
  z-index: -1;
}
.marketing-shape > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.marketing-content>span {
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  color: #DDE2FF;
  display: inline-block;
  margin-bottom: 14px;
}
.marketing-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 1.12;
}
.marketing-title span,
.services-details-title span,
.about-inner-title span{
color: var(--brand-blue);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .marketing-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .marketing-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .marketing-title br {
    display: none;
  }
}
.marketing-bg {
  margin-top: -220px;
  position: relative;
  z-index: 1;
}

.service-feat{
  border-radius: 16px;
  background-color: white;
  padding: 30px;
  box-shadow: 0px 40px 50px rgba(10, 4, 22, 0.1);
}
 .service-feat i{
 font-size: 60px;
 color: var(--brand-blue);
}
@media (max-width: 767px) {
  .marketing-bg{
    margin-top: -270px;
  }
  .marketing-bg img {
    height: 400px;
  }
}
 
.service-feat .service-feat-icon h4{
  color: var(--brand-blue);
  font-size: 20px;
  font-weight: 700;
}
.service-feat .service-feat-content p{
  color: var(--tp-text-body);
  margin-bottom: 0;
 }

.fs-54 {
  font-size: 54px;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fs-54 {
    font-size: 40px;
  }
}

.services-inner-bg {
  background-color: #F5F5F5;
}
.services-inner-item {
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.2);
  border-radius: 10px;
  position: relative;
  z-index: 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;
  min-height: 470px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.services-inner-item:hover {
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}
.services-inner-item:hover .services-inner-title a {
  color: var(--brand-blue);
}
.services-inner-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: var(--tp-common-11);
}
.services-inner-content {
  padding: 40px 40px 0 40px;
  margin-bottom: 55px;
}

.services-inner-content p {
  font-family: var(--tp-ff-jakarta);
  font-size: 15px;
  line-height: 26px;
  color: #55585B;
}

.social-image{
  position: relative;
  max-height: 500px;
}

.social-image p::after{
  position: absolute;
  content: url('/assets/img/smm/smm-back.svg');
  left: 20%;
  top: 5%;
  z-index: -1;
}
.services-inner-shape-1 {
  position: absolute;
  z-index: -1;
  bottom: 33%;
  left: 0;
}
.services-inner-2-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--tp-common-11);
  margin-bottom: 11px;
}
.services-inner-2-content:hover a {
  color: var(--brand-blue);
}
.services-inner-2-content:hover a::after {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.2s linear;
}
.services-inner-2-content p {
  font-family: var(--tp-ff-jakarta);
  font-size: 15px;
  line-height: 24px;
  color: var(--tp-grey-8);
  margin-bottom: 28px;
}
.services-inner-2-content a {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 13px;
  color: #010F1C;
  position: relative;
}
.services-inner-2-content a::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -4px;
  height: 1px;
  width: calc(100% + 0px);
  background-color: rgba(1, 15, 28, 0.2);
  -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;
}
.services-inner-2-content a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--brand-blue);
  left: auto;
  right: 0;
  bottom: -4px;
  opacity: 0;
  transition: all 0.3s linear;
}
.services-inner-2-content a span {
  margin-left: 3px;
}

.social-inner-wrapper .tpsocial-text {
  border-radius: 6px;
}
.social-inner-wrapper .tpsocial-text span {
  color: var(--tp-common-white);
  opacity: 0;
  -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;
}
.social-inner-wrapper .tpsocial:hover .tpsocial-text span {
  opacity: 1;
}
.social-inner-wrapper .tpsocial:hover .tpsocial-bg {
  border-radius: 6px;
}



.fs-40 {
  font-size: 40px;
  letter-spacing: -0.02em;
}
.optimize-subtitle span {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 16px;
  line-height: 12px;
  color: var(--brand-blue);
  margin-bottom: 16px;
  display: inline-block;
}
.optimize-subtitle  .video-title{
  font-size: 35px;
}

.services-inner-btn a {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 13px;
  line-height: 14px;
  color: var(--tp-common-11);
  position: relative;
}
.services-inner-btn a:hover {
  color: var(--brand-blue);
}
.services-inner-btn a:hover::after {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.2s linear;
}
.services-inner-btn a:hover span {
  color: var(--brand-blue);
}
.services-inner-btn a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  height: 1px;
  width: calc(100% + 0px);
  background-color: rgba(1, 15, 28, 0.2);
  border-radius: 6px;
  -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;
}
.services-inner-btn a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--brand-blue);
  left: auto;
  right: 0;
  bottom: -4px;
  opacity: 0;
  transition: all 0.3s linear;
}
.services-inner-btn a span {
  color: var(--tp-common-11);
  margin-left: 4px;
  -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;
}

.services-important-item {
  display: flex;
}

.services-important-icon {
  flex: 0 0 auto;
  margin-right: 20px;
}
.services-important-icon span {
  height: 40px;
  width: 40px;
  border: 1px solid rgba(1, 15, 28, 0.2);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  color: var(--tp-common-11);
}
.services-important-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--tp-common-11);
}
.services-important-content p {
  font-family: var(--tp-ff-jakarta);
  font-size: 15px;
  line-height: 22px;
  color: var(--tp-grey-8);
}


.quality-services-bg {
  background-color: #F5F5F5;
}

.quality-services-nav .nav {
  border-left: 3px solid #E1E1E1;
  padding: 3px 0;
}
.quality-services-nav .nav-link {
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  color: #9A9FA4;
  -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;
  position: relative;
  padding: 15px 5px 15px 30px;
}
.quality-services-nav .nav-link::before {
  position: absolute;
  content: "";
  left: -3px;
  top: auto;
  bottom: 0;
  height: 0;
  width: 3px;
  background-color: var(--brand-blue);
  -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;
}
.quality-services-nav .nav-link.active {
  background-color: transparent;
  color: var(--brand-blue);
}
.quality-services-nav .nav-link.active::before {
  position: absolute;
  content: "";
  position: absolute;
  background: #007CF5;
  height: 100%;
  width: 3px;
  bottom: auto;
  top: 0;
}
.quality-services-nav .nav-link.active i {
  color: var(--brand-blue);
}
.quality-services-nav .nav-link span {
  display: flex;
  text-align: start;
}
.quality-services-nav .nav-link span i {
  flex: 0 0 auto;
  margin-right: 16px;
  color: var(--tp-common-11);
  transform: translateY(5px);
}

.services-quality-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  padding: 42px 60px 43px 60px;
}
.services-quality-thumb {
  height: 250px;
  object-fit: cover;
}

.services-quality-content {
  margin-left: 103px;
}

.services-quality-content p {
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: var(--tp-grey-8);
  margin-bottom: 18px;
}

.services-quality-content ul li {
  list-style: none;
  position: relative;
  font-family: var(--tp-ff-jakarta);
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: var(--tp-grey-8);
  padding-left: 13px;
}
.services-quality-content ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 5px;
  background-color: var(--tp-grey-8);
  border-radius: 50%;
}
.services-quality-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: -0.01em;
  color: var(--tp-common-11);
  margin-bottom: 12px;
}
.services-quality-tab .fade {
  -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;
}


/* popup css */
.popup .success{
  color: var(--tp-theme-green);
  margin-top: -30px;

}
.popup .error-msg{
  color: var(--brand-red);
  margin-top: -30px;

}
.popup-hide-spinner,
.popup-hide-success,
.popup-hide-error{
  line-height: 1;
  opacity: 0;
  transition: all 0.5s ease;
}

.popup-hide-spinner{
  bottom: 15px;
  left: 48%;
}

.fa-circle-notch{
  animation: rotatenotch 2s ease infinite;
}

@keyframes rotatenotch{
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(360deg);
  }
}


/* 404 Page css */
.body-404{
  height: 100vh;
  width: 100%;
  padding-top: 30px;
}
.body-404::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../img/404error/bg-cover.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(3px) grayscale(0.8);
  z-index: -100;
}
.body-404::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -10;
}
.body-404 .header404{
  background-color: white;
}
.page404{
  margin: 20px auto;
  width: 300px;
  height: 500px;
  background-color: #fff;
  filter: drop-shadow(3px 2px 4px #9b9b9b);
  position: relative;
  z-index: -1;
}
.error{
  position: fixed;
  right: 57%;
  top: 45%;
  width: 300px;
  height: 300px;
  z-index: -10;
  transform: rotate(340deg);
}
.page404 .box{
  height: 300px;
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
  
}
.page404 .box .logo_box{
  align-self: center;
  justify-self: center;
}
.page404 .box .logo_box img{
  height: 120px;
  width: 120px;
}

.page404 .box .blue{
  background-color: var(--brand-blue);
}
.page404 h2{
  font-size: 30px;
  margin-top: 50px;
  color: #fff;

}
.page404 .box .red{
  background-color: var(--brand-red);
}

.page404 .detail{
 margin-top: 30px;
 position: relative;
}

.page404 .detail::after{
  position: absolute;
  content: "";
  height: 300px;
  border: 3px solid var(--brand-red);
  width: 250px;
  left: 30px;
  top: -150px;
  z-index: -1;
}
.page404 .detail h3{
  color: var(--brand-blue);
}

.page404 .detail span{
  color: var(--brand-red);
}
.page404 .detail a,
.social-links a{
  color: var(--tp-common-white);
  position: relative;
  border: none;
  background-color: var(--brand-blue);
  border-radius: 14px;
  margin-top: 20px;
  padding: 7px;
  cursor: pointer;
  display: inline-block;
  width: 150px;
  transition: 0.3s;
}
.page404 .detail a::after{
  position: absolute;
  content: '\00bb';
  opacity: 0;
  font-size: 20px;
  right:0px;
  transition: 0.3s;
}

.page404 .detail a:hover{
  padding-right: 25px;
}

.page404 .detail a:hover::after{
  opacity: 1;
  right: 20px;
}

.social-links{
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 110%;
}

.ads-info{
  cursor: pointer;
}
p.ads-text{
  position: absolute;
  z-index: 100;
  top: 495px;
  left: 240px;
  background-color: #ffffff;
  padding: 5px 10px;
  border-radius: 24px;
  border: 2px solid var(--brand-blue);
  opacity: 0;
  transition: all 0.5s ease;
}


i.ads-info:hover + p.ads-text{
  opacity: 1;
}

/* Main-content area */

.main-card{
  position: relative;
  height: 500px;
}
.main-card .web-dev-card{
  position: absolute;
  content: '';
  height: 300px;
  width:  300px;
  top: 200px;
  left: 10px;
  border-radius: 30px;
  z-index: 10;
  animation: updown-three 3s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite alternate;
}
.main-card .seo-card{
  position: absolute;
  content: '';
  top: -80px;
  right: 0;
  border-radius: 30px;
  z-index: 99;
  animation: updown-three 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
}

.main-card .seo-card dotlottie-player{
  width: 300px;
  height: 300px;
}
@media (max-width: 576px) {
  .main-card .seo-card dotlottie-player{
    width: 250px;
    height: 250px;
  }
}
.main-content .action-btn{
  position: relative;
  width: fit-content;
}
.main-content .action-btn a{
  background-color: var(--brand-blue);
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  padding: 15px 60px 15px 20px ;
  position: relative;
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  overflow: hidden;
}
.main-content .action-btn a:hover{
  background-color: #1c7bae;
}
.main-content .action-btn a::after{
  content: '';
  position: absolute;
  right: 10px;
  height: 20px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.main-content .action-btn a:hover::after{
  height: 100px;
  width: 100px;
  right: -70px;
}

/* SEO page */
.tpbanner-space-two {
  padding: 230px 0 135px 0;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tpbanner-space-two {
    padding: 130px 0 80px 0;
  }
}

.tpbanner-title-two {
  font-weight: 700;
  font-size: 70px;
  line-height: 1.14;
  font-family: var(--tp-ff-dmsans);
  color: var(--tp-common-11);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpbanner-title-two {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .tpbanner-title-two {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tpbanner-title-two br {
    display: none;
  }
}
.tpbanner-title-two span {
  position: relative;
  z-index: 1;
}
.tpbanner-title-two span svg {
  position: absolute;
  left: -24px;
  bottom: -13px;
  z-index: -1;
  width: 100%;
}
.tpbanner-title-two span svg path {
  animation-name: title-anim;
  animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  animation-delay: 0s;
}
.tpbanner-content-two p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: var(--tp-common-11);
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpbanner-content-two p br {
    display: none;
  }
}
.tpbanner-two-rating span {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: var(--tp-common-11);
  display: inline-block;
  margin-right: 8px;
}
.tpbanner-two-rating p {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  display: inline-block;
  margin-bottom: 0;
  color: var(--tp-common-11);
  margin-left: 3px;
}

@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tpbanner-two-shape {
    margin-bottom: 50px;
  }
}

.tpbanner-two-shape {
  z-index: 1;
}
.tpbanner-two-shape img {
  max-width: inherit;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpbanner-two-shape img {
    max-width: 100%;
  }
}
.tpbanner-two-shape:hover .tpbanner-two-shape-one {
  left: 125px;
  top: 0;
}
@media (max-width: 767px) {
  .tpbanner-two-shape:hover .tpbanner-two-shape-one {
    left: 15px;
    top: 0;
  }
}
.tpbanner-two-shape-one {
  position: absolute;
  content: "";
  left: 118px;
  top: -7px;
  -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;
}
@media (max-width: 767px) {
  .tpbanner-two-shape-one {
    left: 10px;
    top: -5px;
  }
}
.tpbanner-two-shape-two {
  position: absolute;
  content: "";
  left: 125px;
  top: 0;
  z-index: -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;
}
@media (max-width: 767px) {
  .tpbanner-two-shape-two {
    left: 15px;
  }
}
.tpbanner-two-shape-three {
  position: absolute;
  content: "";
  right: 0px;
  top: 80px;
  animation: updown 5s linear 0s infinite alternate;
  z-index: -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;
}

/*----------------------------------------*/
/*  7.17 Seo css
/*----------------------------------------*/
.tpseo {
  padding: 50px 38px 0 37px;
  -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;
  min-height: 485px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .tpseo {
    padding: 50px 15px 0 15px;
    min-height: 400px;
  }
}
.tpseo:hover .tpseo-bg {
  transform: scale(1.08, 1.08);
}
.tpseo:hover .tpseo-thumb {
  transform: translateY(30px);
}
.tpseo:hover .tpseo-thumb img {
  transform: scale(0.9);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpseo:hover .tpseo-thumb img {
    transform: scale(0.83);
  }
}
.tpseo:hover .tpseo-content {
  transform: translateY(-20px);
}
.tpseo:hover .tpseo-info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.tpseo-bg {
  position: absolute;
  background: linear-gradient(336.37deg, rgba(192, 223, 214, 0.8) -2.49%, rgba(233, 234, 201, 0.8) 92.36%);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -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;
}
.tpseo-bg2 {
  background: linear-gradient(156.78deg, #FEDCCA -2.14%, #FAF3E5 110.36%);
}
.tpseo-bg3 {
  background: linear-gradient(153.59deg, rgba(158, 251, 211, 0.6) 1.62%, rgba(69, 212, 251, 0.6) 97.94%);
}
.tpseo-info {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.tpseo-thumb {
  -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;
}
.tpseo-thumb img {
  -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;
}
.tpseo-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: var(--tp-common-11);
  font-family: var(--tp-ff-dmsans);
}
.tpseo-content {
  -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;
}
.tpseo-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--tp-grey-8);
  font-family: var(--tp-ff-dmsans);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpseo-content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tpseo-content p {
    font-size: 15px;
  }
}
.tpseo-details a {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  color: var(--tp-common-11);
  font-family: var(--tp-ff-dmsans);
  position: relative;
}
.tpseo-details a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  height: 1px;
  width: 100%;
  opacity: 0;
  background-color: var(--tp-common-11);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.tpseo-details a:hover::before {
  opacity: 1;
  bottom: -2px;
}
.tpseo-details a i {
  margin-left: 2px;
  transform: translateY(1.5px);
}

.tpdrive-shape-line {
  position: absolute;
  top: 130px;
}
.tpdrive-shape-line img {
  max-width: inherit;
}
.tpdrive-content span {
  font-size: 18px;
  color: #ADB0B4;
  font-family: var(--tp-ff-dmsans);
  display: inline-block;
  margin-bottom: 7px;
}
.tpdrive-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--tp-ff-dmsans);
  color: var(--tp-grey-8);
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpdrive-content p br {
    display: none;
  }
}
.tpdrive-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--tp-common-11);
  font-family: var(--tp-ff-dmsans);
}
@media (max-width: 767px) {
  .tpdrive-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tpdrive-title br {
    display: none;
  }
}
.tpdrive-bar-progress {
  border-radius: 100px;
}
.tpdrive-bar-progress .progress {
  overflow: visible;
  height: 10px;
  border-radius: 100px;
}
.tpdrive-bar-item .progress-bar {
  background-color: #6EC857;
  border-radius: 100px;
  position: relative;
  overflow: visible;
}
.tpdrive-bar-item .progress-bar span {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-36%);
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  width: 30px;
  height: 30px;
  background-color: var(--tp-common-white);
  border: 2.5px solid #6EC857;
  box-shadow: 0px 2px 2px rgba(1, 15, 28, 0.12);
  border-radius: 0px 20px 20px 20px;
}
.tpdrive-bar-title {
  font-size: 14px;
  line-height: 12px;
  color: var(--tp-grey-8);
  font-weight: 400;
  font-family: var(--tp-ff-dmsans);
  display: flex;
  align-items: center;
}
.tpdrive-bar-title span {
  flex: 0 0 auto;
  width: 22px;
  align-items: center;
}

.tpdrive-content-btn .green-btn {
  padding: 14px 30px;
}

.yellow-bar.tpdrive-bar-item .progress-bar {
  background-color: #FFB34E;
}
.yellow-bar.tpdrive-bar-item .progress-bar span {
  border: 2.5px solid #FFB34E;
}

.award-brand {
  overflow: hidden;
  margin-top: -50px;
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .award-brand {
    overflow: inherit;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .award-brand {
    overflow: inherit;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .award-brand {
    overflow: inherit;
  }
}

.award-item {
  transform: translateY(46px);
  box-shadow: 0px 20px 20px rgba(46, 30, 10, 0.12);
}
@media (max-width: 767px) {
  .award-item {
    margin-bottom: 15px;
  }
}
.award-item img {
  width: 100%;
}
.award-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .award-bg {
    padding: 120px 0;
  }
}
@media (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .award-bg {
    padding: 150px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award-bg {
    background-position: center;
    padding: 180px 0;
  }
}

.award-item1 {
  margin-top: 44px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .award-item1 {
    margin-top: 52px;
  }
}

.award-item2 {
  margin-top: -10px;
}

.award-item3 {
  margin-top: 54px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .award-item3 {
    margin-top: 60px;
  }
}

.award-item5 {
  margin-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .award-item5 {
    margin-top: 67px;
  }
}

.award-item7 {
  margin-top: 74px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .award-item7 {
    margin-top: 75px;
  }
}

@media (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .award-item {
    margin-top: 0px;
  }
}

.tp-large-box {
  max-width: 1520px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-large-box {
    background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tpdrive-thumb {
    margin-left: 0;
    text-align: center;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpdrive-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tpdrive-wrapper {
    margin-left: 0;
    margin-bottom: 50px;
    margin-right: 0;
  }
}

.drive-big-shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .drive-big-shape svg {
    width: 100%;
  }
}

.line-dash-path {
  stroke-dasharray: 4;
  stroke-dashoffset: 350;
  -webkit-animation: tp-line-dash 30s linear forwards infinite;
  animation: tp-line-dash 30s linear forwards infinite;
}

.tptestimonial-two-item {
  height: 100%;
  padding: 10px;
}

.award-shape-one {
  position: absolute;
  top: 60px;
  right: -80px;
}
.award-shape-two {
  position: absolute;
  top: 100px;
  left: 325px;
}

.seo-5-list li {
  list-style: none;
  margin-bottom: 35px;
}
.seo-5-list li:last-child {
  margin-bottom: 0;
}
.seo-5-list-icon {
  flex: 0 0 auto;
  margin-right: 20px;
}
.seo-5-list-icon i {
  font-size: 24px;
  color: #59BA41;
}
.seo-5-list-text .title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  color: var(--tp-common-11);
}
.seo-5-list-text p {
  font-family: var(--tp-ff-jakarta);
  font-size: 15px;
  line-height: 13px;
  color: var(--tp-grey-8);
  margin-bottom: 0;
}
.seo-5-shape-one {
  position: absolute;
  right: 20px;
  top: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .seo-5-shape-one img {
    width: 220px;
    height: 135px;
    object-fit: cover;
  }
}
.seo-5-shape-two {
  position: absolute;
  right: 110px;
  bottom: 12px;
  animation: updown-two 2.5s ease-in-out forwards infinite alternate;
}
.seo-5-shape-three {
  position: absolute;
  left: -60px;
  top: 85px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .seo-5-shape-three {
    left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .seo-5-shape-three {
    left: 0;
  }
}
.seo-5-shape-four {
  position: absolute;
  left: -120px;
  bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .seo-5-shape-four {
    left: -70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .seo-5-shape-four {
    left: -25px;
  }
}

.seo-shape-bg img {
  position: absolute;
  bottom: -218px;
  right: 0;
}

.keyword-inner-wrapper {
  position: relative;
}
.keyword-inner-bg {
  background: linear-gradient(91.91deg, #501E9C 5.01%, #A44CEE 43.79%, #FF847F 93.65%);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}
.keyword-inner-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 700;
  font-size: 54px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .keyword-inner-title {
    font-size: 40px;
  }
}
.keyword-inner-content p {
  font-family: var(--tp-ff-jakarta);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
  margin-bottom: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .keyword-inner-content p br {
    display: none;
  }
}
.keyword-search .banner-search-btn {
  padding: 20px 35px;
}
.keyword-search .tpbanner__form {
  box-shadow: 0px 20px 30px rgba(37, 9, 62, 0.14);
}
.keyword-search-tag {
  display: flex;
  align-items: center;
  justify-content: start;
}
.keyword-search-tag span {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-common-white);
  margin-right: 20px;
  display: inline-block;
}
.keyword-search-tag a {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 14px;
  color: var(--tp-common-white);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(2px);
  border-radius: 4px;
  display: inline-block;
  padding: 2px 11px;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .seo-analysis-wrap {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .seo-analysis-wrap {
    text-align: center;
  }
}
.seo-analysis-wrap-2:hover .seo-analysis-shape-5 {
  bottom: 10%;
  left: -14%;
  transform: rotate(-9deg);
}
.seo-analysis-wrap-2:hover .seo-analysis-shape-6 {
  bottom: 9%;
  right: -14%;
  transform: rotate(9deg);
}
.seo-analysis-thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.seo-analysis-thumb-count {
  position: absolute;
  top: -5%;
  right: 24%;
}
.seo-analysis-thumb-count span {
  font-size: 50px;
  color: #0C1338;
  font-weight: 500;
  font-style: italic;
}
.seo-analysis-thumb-count-2 {
  top: -5%;
  right: 26%;
}
.seo-analysis-bg {
  display: inline-block;
}
.seo-analysis-bg > img {
  width: 230px;
  height: 200px;
  object-fit: cover;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 20px 50px rgba(27, 35, 6, 0.08);
  border-radius: 10px;
}
.seo-analysis-bg-2 {
  display: inline-block;
}
.seo-analysis-bg-2 > img {
  width: 170px;
  height: 200px;
  object-fit: cover;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 20px 50px rgba(27, 35, 6, 0.08);
  border-radius: 10px;
}
.seo-analysis-bg-3 {
  display: inline-block;
}
.seo-analysis-bg-3 > img {
  width: 230px;
  height: 200px;
  object-fit: cover;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 20px 50px rgba(27, 35, 6, 0.08);
  border-radius: 10px;
}
.seo-analysis-shape-1 {
  position: absolute;
  top: -30%;
  left: -11%;
  z-index: -1;
  animation: light-2 2s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .seo-analysis-shape-1 {
    left: 0;
  }
}
.seo-analysis-shape-2 {
  position: absolute;
  top: 31%;
  right: 10%;
  animation: round-shape 7s linear infinite;
}
.seo-analysis-shape-3 {
  position: absolute;
  top: 40%;
  right: 15%;
  animation: round-shape 7s linear infinite;
}
.seo-analysis-shape-4 {
  position: absolute;
  top: -30%;
  left: -5%;
  z-index: -1;
  animation: light-2 4s linear infinite;
}
.seo-analysis-shape-5 {
  position: absolute;
  bottom: 1%;
  left: -1%;
  z-index: -1;
  animation: light-2 5s linear infinite;
  -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;
}
.seo-analysis-shape-6 {
  position: absolute;
  bottom: 0;
  right: -1%;
  z-index: -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;
}
.seo-analysis-shape-7 {
  position: absolute;
  top: 41%;
  left: 11%;
  -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;
  animation: round-shape 7s linear infinite;
}
.seo-analysis-shape-8 {
  position: absolute;
  bottom: 8%;
  right: 8%;
  -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;
  animation: light 1.5s linear infinite;
}
.seo-analysis-shape-9 {
  position: absolute;
  top: -30%;
  left: -5%;
  z-index: -1;
  animation: light-2 3s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .seo-analysis-content {
    margin-left: 0;
  }
}
.seo-analysis-content span {
  font-family: var(--tp-ff-jakarta);
  font-size: 15px;
  color: #8A8A8D;
  display: inline-block;
  margin-bottom: 8px;
}
.seo-analysis-title {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: var(--tp-heading-primary);
}

.fs-18 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  color: #3E3E43;
}

.row-custom {
  display: flex;
  margin: 0 -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-custom {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .row-custom {
    margin: 0 -3px;
  }
}


.col-custom {
  flex: 1;
  width: 150px;
  height: 420px;
  background-size: cover;
  margin: 0px 15px 20px 15px;
  margin-top: 0;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-custom {
    margin: 20px 5px;
  }
}
@media (max-width: 767px) {
  .col-custom {
    margin: 20px 3px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .col-custom {
    margin: 20px 3px;
  }
}
.col-custom.active {
  flex: 4;
}
.col-custom.active .tp-panel-content {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-custom.active {
    flex: 7;
  }
}
@media (max-width: 767px) {
  .col-custom.active {
    flex: 10;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .col-custom.active {
    flex: 10;
  }
}

.col-custom.active .tp-panel-icon span {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.3s;
}
.col-custom.active .tp-panel-title {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.7s;
}
.col-custom.active .tp-panel-meta {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.9s;
}

.seo-inner-shape .seo-5-main-bg {
  height: 450px;
  width: 450px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .seo-inner-shape .seo-5-main-bg {
    height: 100%;
    width: 100%;
  }
}
.seo-inner-shape .seo-5-shape-one {
  right: -38%;
  top: 75px;
}
.seo-inner-shape .seo-5-shape-two {
  position: absolute;
  right: -58px;
  bottom: 0px;
}

.tp-panel-item {
  height: 100%;
  cursor: pointer;
}
.tp-panel-item .tp-panel-thumb {
  height: 100%;
  position: relative;
}
.tp-panel-item .tp-panel-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(1, 15, 28, 0) 0%, rgba(1, 15, 28, 0.6) 100%);
}
.tp-panel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tp-panel-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tp-panel-meta li {
  list-style: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 12px;
  margin-right: 8px;
  padding-right: 8px;
  position: relative;
  color: var(--tp-common-white);
  opacity: 0.8;
  font-family: var(--tp-ff-dmsans);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-panel-meta li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-panel-meta li {
    font-size: 13px;
  }
}
.tp-panel-meta li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--tp-common-white);
  opacity: 0.8;
}
.tp-panel-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.tp-panel-meta li:last-child::after {
  display: none;
}
.tp-panel-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-dmsans);
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-panel-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tp-panel-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-panel-title {
    font-size: 24px;
  }
}
.tp-panel-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 40px 40px 40px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .tp-panel-content {
    padding: 0 15px 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-panel-content {
    padding: 0 20px 40px 20px;
  }
}

.tp-panel-top p {
  font-weight: 400;
  font-size: 18px;
  color: var(--tp-grey-8);
  line-height: 26px;
  font-family: var(--tp-ff-dmsans);
  margin-bottom: 25px;
}
.tp-panel-top .light-blue-btn {
  font-family: var(--tp-ff-jakarta);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--tp-common-white);
  background-color: #007CF5;
  display: inline-block;
  padding: 13px 32px;
  border-radius: 4px;
  border: 2px solid #007CF5;
}
.tp-panel-top .light-blue-btn:hover {
  background-color: transparent;
  color: #007CF5;
}

.services-two {
  display: flex;
  align-items: flex-start;
  position: relative;
  -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;
  z-index: 1;
  padding: 50px 40px 35px 40px;
}
@media (max-width: 767px) {
  .services-two {
    flex-wrap: wrap;
  }
}
.services-two:hover {
  box-shadow: 0px 20px 60px rgba(3, 23, 9, 0);
  z-index: 2;
}
.services-two:hover .services-two-bg {
  transform: scale(1.02, 1.14);
  box-shadow: 0px 20px 60px rgba(3, 23, 9, 0.1);
}
.services-two-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(3, 23, 9, 0.1);
  z-index: -1;
  top: 0;
  left: 0;
  -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;
}
.services-two-icon {
  min-width: 120px;
}
@media (max-width: 767px) {
  .services-two-icon {
    margin-bottom: 30px;
  }
}
.services-two-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  font-family: var(--tp-ff-dmsans);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-two-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .services-two-title {
    font-size: 18px;
  }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .services-two-title br {
    display: none;
  }
}
.services-two-content span {
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  display: inline-block;
  color: var(--tp-grey-5);
}

/* industry we are in */
.industry-area .industry-inner{
  border: 1px solid var(--brand-blue);
  border-radius: 12px;
}
.industry-area .industry-inner-wrapper{
  padding: 15px;
}
.industry-area .industry-inner-wrapper:nth-child(1){
  background-color: #2188dd50;
  border-top-left-radius: 12px;
}
.industry-area .industry-inner-wrapper:nth-child(4){
  background-color: #2188dd50;
  border-bottom-right-radius: 12px;
}

@media (max-width: 768px){
  .industry-area .industry-inner-wrapper:nth-child(1){
    background-color: #2188dd50;
    border-top-right-radius: 12px;
  }
  .industry-area .industry-inner-wrapper:nth-child(4){
    background-color: transparent;
    border-bottom-right-radius: 0;
  }
  .industry-area .industry-inner-wrapper:nth-child(3){
    background-color: #2188dd43;
  }
}
.industry-area .industry-inner-icon img{
  height: 150px;
}

.industry-area .industry-inner-wrapper .industry-inner-title{
  font-size: 30px;
}



@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .services-quality-content p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .services-quality-content {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-quality-wrapper {
    padding: 42px 40px 43px 40px;
  }
}

@media (max-width: 991px) {
  .main-heading h1{
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .services-section-bottom {
    padding-bottom: 50px;
  }
  .optimize-subtitle {
    padding-left: 0;
  }
  .quality-services-nav {
    margin-bottom: 40px;
  }
  .services-important-item {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fs-54 {
    font-size: 48px;
  }
  .fs-54 br {
    display: none;
  }
  .services-quality-wrapper {
    padding: 42px 30px 43px 30px;
  }
}

@media (max-width: 767px) {
  
  .fs-54 {
    font-size: 27px;
  }
  .services-inner-content {
    padding: 50px 25px 0 25px;
  }
  .fs-40 {
    font-size: 30px;
  }
  .fs-40 br {
    display: none;
  }
  .optimize-bottom {
    padding-bottom: 0;
  }
  .services-quality-wrapper {
    padding: 30px 20px 30px 20px;
    flex-wrap: wrap;
  }
  .services-quality-content {
    margin-left: 0px;
  }
  .services-quality-thumb {
    min-width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .main-heading h1{
    font-size: 25px;
  }
  .services-area h1,
  .feature-inner-wrapper .feature-inner-title-2,
  .industry-area .industry-area-title{
    font-size: 30px;
  }
  .industry-area .industry-inner-wrapper .industry-inner-title{
    font-size: 25px;
  }
}

@media (max-width: 350px) {
  .banner-4-title{
    font-size: 30px;
  }
  .services-quality-title {
    margin-top: -35px;
    font-size: 20px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .services-quality-title {
    margin-top: 25px;
    font-size: 20px;
  }
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid var(--brand-blue);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


