@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&amp;family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&amp;family=Urbanist:wght@300;400;500;600;700;800&amp;display=swap);
*,
ul {
  margin: 0;
  padding: 0;
}
body,
p {
  color: var(--tp-text-body);
  line-height: 26px;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
a,
a:focus,
button,
button:focus,
input,
textarea {
  outline: 0;
}
.fix,
.tp-btn {
  overflow: hidden;
}
.offcanvas__contact-call a:hover,
.offcanvas__contact-mail a:hover {
  color: var(--tp-theme-primary);
}
*,
ul {
  padding: 0;
}
.breadcrumb__list span,
.breadcrumb__title,
.offcanvas__contact-call,
.offcanvas__contact-mail,
.tp-btn,
.tp-main-menu-mobile ul > li > a {
  font-family: var(--tp-ff-jakarta);
}
.tpbanner-title-two span svg path,
.tpsection-title-two span svg path {
  animation-name: title-anim;
  -webkit-animation-iteration-count: infinite;
  animation-delay: 0s;
}
#close-btn,
.body-overlay:hover,
button:hover {
  cursor: pointer;
}
:root {
  --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;
  --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-primary: #4260ff;
  --tp-theme-secondary: #131683;
  --tp-theme-3: #05003b;
  --tp-theme-green: #0891f8;
  --tp-theme-apple: #f5f1eb;
  --tp-theme-dark-blue: #1e2b8a;
  --tp-theme-blue: #775afc;
  --tp-border-1: #f0f1f4;
  --tp-border-5: #000;
}
* {
  box-sizing: border-box;
}
body {
  font-family: var(--tp-ff-body);
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
}
h2,
h3,
h4,
h5 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-heading-primary);
  margin-top: 0;
  font-weight: 700;
  line-height: 1.2;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5,
p {
  font-size: 16px;
}
p {
  font-family: var(--tp-ff-p);
  font-weight: 400;
  margin-bottom: 15px;
}
.tpseo-content,
.tpseo-thumb,
.tpseo-thumb img,
.tpservices-img img,
a,
button,
h2,
h3,
h4,
h5,
input,
li,
p,
textarea {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a:focus,
a:hover {
  color: inherit;
}
a,
button {
  color: inherit;
  border: none;
  background: 0 0;
}
::-moz-selection {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  text-shadow: none;
}
::selection {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  text-shadow: none;
}
::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: var(--tp-fz-body);
  opacity: 1;
}
.back-to-top-btn,
.contact-mail:hover i svg,
.green-btn,
.tp-btn,
.tp-btn:focus,
.tp-btn:hover {
  border-radius: 6px;
  color: var(--tp-common-white);
}
.gx-6 {
  --bs-gutter-x: 18px;
}
img {
  max-width: 100%;
  height: auto;
}
.award-item img,
.w-img img {
  width: 100%;
}
.tpbanner-two-shape,
.z-index-1 {
  z-index: 1;
}
.about-inner-thumb,
.p-relative,
.tp-mega-menu-wrapper,
.tptestimonial-active-two {
  position: relative;
}
.back-to-top-wrapper,
.body-overlay {
  position: fixed;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
.body-overlay {
  background-color: var(--tp-common-black);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.back-to-top-btn,
.offcanvas__social a:hover,
.tp-btn {
  background: var(--tp-theme-primary);
}
.back-to-top-btn,
.back-to-top-wrapper {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.back-to-top-wrapper {
  right: 50px;
  bottom: 0;
  cursor: pointer;
  display: block;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.back-to-top-btn,
.green-btn,
.offcanvas__social a,
.tp-btn {
  display: inline-block;
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 90px;
}
.back-to-top-btn {
  line-height: 44px;
  text-align: center;
  box-shadow: 0 8px 16px rgba(3, 4, 28, 0.3);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.green-btn,
.tpmenu__area ul li > a {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}
.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);
}
.back_to_top-2 .back-to-top-btn {
  background: var(--tp-theme-green);
}
.tp-btn {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 12px 33px;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}
.tp-btn:hover {
  background-color: #3653eb;
  border-color: var(--tp-theme-primary);
}
.green-btn,
.green-btn:hover {
  background-color: transparent;
  border: 1px solid var(--tp-theme-green);
}
.green-btn {
  background-color: var(--tp-theme-green);
  padding: 19px 36px;
  text-align: center;
  transition: 0.3s ease-out;
  font-weight: 500;
  font-size: 16px;
  line-height: 12px;
}
.green-btn:hover {
  color: var(--tp-theme-green);
}
@keyframes round-shape {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes round-shape-two {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes tp-line-dash {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes bannerAnimationTwo {
  0%,
  100% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(20px, -5px);
  }
  40% {
    transform: translate(50px, 20px);
  }
  60% {
    transform: translate(20px, 50px);
  }
  80% {
    transform: translate(-20px, 30px);
  }
}
@keyframes updown {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown-two {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown-three {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes transform {
  0%,
  100% {
    transform: scale(0.7);
    opacity: 0.8;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
@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 upslide {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.theme-bg-3 {
  background: var(--tp-theme-3);
}
.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__wrapper,
.tpbanner-title-two span,
.tpsection-title-two span {
  position: relative;
  z-index: 1;
}
.offcanvas__area::-webkit-scrollbar {
  display: none;
}
@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) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
  .offcanvas__area {
    width: 100%;
  }
}
.offcanvas__wrapper {
  padding: 50px 40px 120px;
  min-height: 100%;
}
@media (max-width: 767px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.offcanvas__close {
  position: absolute;
  top: 30px;
  right: 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(--tp-theme-primary);
  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);
}
#enquiry-form,
.tpprocess__wrapper:hover .tpprocess__count::before {
  transform: translate(-50%, -50%);
}
.offcanvas__contact-call {
  font-weight: 700;
  font-size: 20px;
  color: var(--tp-common-black);
  margin-bottom: 5px;
}
.offcanvas__contact-mail {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-text-1);
}
.offcanvas__social a {
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  background: 0 0;
  color: var(--tp-common-black);
  margin-right: 5px;
  border: 2px solid var(--tp-border-1);
  border-radius: 6px;
}
.offcanvas__social a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-theme-primary);
}
.breadcrumb__list span a:hover,
.contact-social a:hover,
.footer-widget-link ul li a:hover,
.tp-main-menu-mobile ul > li:hover > a,
.tp-main-menu-mobile ul > li:hover > a::after,
.tpmenu__area ul li:hover > a,
.tpmenu__area ul li > a:hover {
  color: var(--tp-theme-primary);
}
.offcanvas__btn {
  margin-bottom: 55px;
}
.offcanvas__btn a,
.service-list ul {
  margin-bottom: 20px;
}
.offcanvas-btn,
.offcanvas-open-btn {
  line-height: 1;
}
.breadcrumb-bg {
  background: #e4ecf8;
}
.breadcrumb__title {
  color: #0e1331;
  font-weight: 800;
  font-size: 80px;
  line-height: 1;
}
.breadcrumb__list span {
  font-weight: 500;
  font-size: 14px;
  color: #68686f;
}
.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;
}
.tpsection__content p {
  color: var(--tp-grey-3);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.tpsection-title,
.tpsection__title {
  font-weight: 700;
  font-size: 54px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpsection-title,
  .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: 992px) and (max-width: 1199px) {
  .tpsection-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offcanvas__area {
    width: 360px;
  }
  .offcanvas__wrapper {
    padding: 50px 40px 120px;
  }
  .tpsection__content {
    padding-top: 0;
  }
  .tpsection-title,
  .tpsection__title {
    font-size: 45px;
  }
}
.tpsection-title-white {
  color: var(--tp-common-white);
  font-size: 40px;
}
.tpsection-sub-title-white {
  color: var(--tp-common-white);
  font-weight: 600;
  font-size: 16px;
  line-height: 12px;
}
.tpbanner-title-two,
.tpsection-title-two {
  font-weight: 700;
  font-family: var(--tp-ff-dmsans);
}
.tpsection-wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-dmsans);
}
.tpheader-btn-two a,
.tpmenu__area ul li > a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.tpsection-title-two {
  font-size: 59px;
  line-height: 1.19;
  letter-spacing: -0.02em;
  color: var(--tp-common-11);
}
@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) {
  .offcanvas__close {
    right: 20px;
    top: 30px;
  }
  .breadcrumb__title {
    font-size: 38px;
  }
  .tpsection-title,
  .tpsection__title {
    font-size: 30px;
  }
  .tpsection-title-white {
    font-size: 24px;
  }
  .tpsection-title-two {
    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),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .tpsection-title-two br {
    display: none;
  }
}
.tpsection-title-two span svg {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  width: 100%;
}
.tpsection-title-two span svg path {
  animation-duration: 5s;
}
.tpsection-title-two .big-shape svg {
  left: 27px;
  bottom: -12px;
}
.tpsection-title-two .big-shape2 svg {
  left: -5px;
  bottom: -5px;
}
.tplogo__area a img {
  max-width: 105px;
}
.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;
  }
}
.tpmenu__area ul li > a {
  letter-spacing: 0.02em;
  padding: 26px 0;
  display: inline-block;
  transition: 0.3s ease-out;
}
.tpheader__right {
  margin-left: -12px;
}
#header-sticky {
  background: #0891f8;
  margin-top: 0;
  padding: 9px 0;
}
.tptransparent__header.header-sticky {
  position: fixed !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 9;
  background: #0891f8;
  -webkit-animation: 0.3s ease-in-out fadeInDown;
  animation: 0.3s ease-in-out fadeInDown;
  box-shadow: 0 20px 40px rgba(37, 9, 62, 0.1);
  backdrop-filter: blur(16px);
}
.tpheader-btn-two a {
  display: inline-block;
  font-family: var(--tp-ff-dmsans);
  font-style: normal;
  line-height: 12px;
  border: 1.5px solid #f6f6f6;
  padding: 16px 25px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.tpheader-btn-two a:hover {
  color: #f5f7f4;
  background-color: var(--tp-common-11);
}
.tptransparent__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tpmenu__area ul li {
    margin: 0 14px;
  }
  .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;
  }
}
.offcanvas-open-btn i {
  font-size: 20px;
  font-weight: 600;
}
.header-green .tpmenu__area ul li:hover > a,
.header-green .tpmenu__area ul > li > a:hover {
  color: #eaf6ff;
}
@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;
  }
  .header-green {
    padding-top: 15px;
  }
  .header-spaces.header-sticky {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.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) {
  .tpsection-title-two span svg {
    bottom: -10px;
  }
  .tpsection-title-two .big-shape2 svg {
    left: 18px;
  }
  .tptransparent__header {
    padding-left: 0;
    padding-right: 0;
  }
  .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 > a {
  display: block;
  font-size: 15px;
  color: var(--tp-common-black);
  position: relative;
  padding: 10px 20px 10px 0;
}
.tp-main-menu-mobile * li,
.tp-main-menu-mobile * ul {
  transition: none !important;
}
.footer-widget-social2 a i,
.tpbanner-two-shape-one {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}
.footer-top {
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(12, 19, 56, 0.1);
}
.footer-widget-link ul li {
  list-style: none;
}
.footer-widget-link ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: var(--tp-text-body);
  position: relative;
  padding-left: 11px;
}
.footer-widget-link ul li a::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 50px;
  background-color: var(--tp-text-body);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.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;
}
.bg-light-blue,
.footer-bg2 {
  background: linear-gradient(to bottom right, #ffffff, #6ab1e8);
}
.footer-widget-social2 {
  margin-bottom: 40px;
}
.footer-widget-social2 a {
  margin-right: 3px;
}
.footer-widget-social2 a i {
  height: 36px;
  width: 36px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100px;
  color: var(--tp-text-body);
  font-size: 13px;
  transition: 0.3s ease-out;
  background-color: var(--tp-common-white);
}
.footer-widget-social2 a i:hover {
  border: 1px solid #26a8ff;
  background-color: #26a8ff;
  color: var(--tp-common-white);
}
.footer-widget-social2 .footer-facebook i:hover {
  border: 1px solid #1877f2;
  background-color: #1877f2;
}
.footer-widget-social2 .footer-linkedin i:hover {
  border-color: #0077b5;
  background-color: #0077b5;
}
.footer-widget-social2 .footer-insta i:hover {
  border-color: #ff005d;
  background-color: #ff005d;
}
.footer-widget-2 .footer-widget-link ul li a:hover {
  color: var(--tp-theme-green);
}
.footer-widget-2 .tpcontact-info-links a {
  color: #5b5a59;
  font-family: var(--tp-ff-dmsans);
  position: relative;
  padding-left: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 17px;
}
.footer-widget-2 .tpcontact-info-links a i {
  position: absolute;
  top: 0;
  left: 0;
  color: #5b5a59;
  font-family: var(--tp-ff-dmsans);
}
.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;
}
.footer-shape-left-two {
  position: absolute;
  top: -185px;
  left: 260px;
}
.footer-shape-left-three {
  position: absolute;
  top: -125px;
  left: 0;
}
.footer-shape-left-four {
  position: absolute;
  top: -158px;
  left: 120px;
}
.footer-shape-right-one {
  position: absolute;
  top: -101px;
  right: 108px;
}
.footer-shape-right-two {
  position: absolute;
  top: -218px;
  right: 220px;
}
.footer-shape-right-three {
  position: absolute;
  top: -35px;
  right: 55px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .footer-shape-left-one {
    top: -5px;
  }
  .footer-shape-left-three {
    top: -90px;
    left: -10px;
  }
  .footer-shape-left-four {
    top: -127px;
    left: 90px;
  }
  .footer-shape-right-one {
    top: -103px;
  }
  .footer-shape-right-two {
    right: 185px;
  }
  .footer-shape-right-three {
    top: -10px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .footer-shape-left-one {
    top: 0;
  }
  .footer-shape-left-four {
    top: -125px;
    left: 5px;
  }
  .footer-shape-right-one {
    top: -103px;
    right: 60px;
  }
  .footer-shape-right-three {
    top: -7px;
    right: 18px;
  }
}
.footer-shape-right-four {
  position: absolute;
  top: -205px;
  right: 290px;
  animation: 4s linear infinite alternate forwards upslide;
}
.footer-2-col-1 {
  margin-right: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-2-col-1 {
    margin-right: -50px;
  }
}
.footer-2-col-2 {
  padding-left: 100px;
}
.footer-2-col-3 {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-2-col-3 {
    padding-left: 30px;
  }
}
.tpbanner__sub-title {
  position: relative;
  display: inline-block;
}
.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;
}
.tpbanner-two-shape-one {
  position: absolute;
  content: "";
  left: 118px;
  top: -7px;
  transition: 0.3s ease-out;
}
.tpbanner-two-shape-three,
.tpbanner-two-shape-two {
  content: "";
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  position: absolute;
  z-index: -1;
}
.tpbanner-two-shape-two {
  left: 125px;
  top: 0;
  transition: 0.3s ease-out;
}
.tpbanner-two-shape-three {
  right: 0;
  top: 80px;
  animation: 5s linear infinite alternate updown;
  transition: 0.3s ease-out;
}
.tpprocess__count::before,
.tpservices-img::before {
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  content: "";
}
.tpbanner-shape-y {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.tpbanner-space-two {
  padding: 140px 0 30px !important;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}
.tpbanner-title-two {
  font-size: 70px;
  line-height: 1.14;
  color: var(--tp-common-11);
}
.tpbanner-title-two span svg {
  position: absolute;
  left: -24px;
  bottom: -13px;
  z-index: -1;
  width: 100%;
}
.tpbanner-title-two span svg path {
  animation-duration: 7s;
}
.tpbanner-content-two p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: var(--tp-common-11);
  margin-bottom: 40px;
}
.tpprocess__border-bottom {
  border-bottom: 1px solid rgba(12, 19, 56, 0.08);
}
.tpprocess__wrapper {
  text-align: center;
  display: inline-block;
}
.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;
  border: 1px solid rgba(62, 185, 255, 0.4);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  transition: 0.3s ease-out;
}
.tpprocess__title {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-grey-3);
  line-height: 1.35;
}
.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: 8s linear infinite bannerAnimationTwo;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpprocess__title {
    font-size: 15px;
  }
  .tpprocess-shape-four {
    top: -280px;
    right: 30px;
  }
}
.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);
}
.tpservices-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpsection-title-two .big-shape2 svg {
    bottom: -15px;
  }
  .footer-2-col-3 {
    padding-left: 0;
  }
  .tpbanner-title-two {
    font-size: 44px;
  }
  .tpprocess-shape-four {
    top: -280px;
    right: 35px;
  }
  .tpservices-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .tpbanner-two-shape:hover .tpbanner-two-shape-one {
    left: 15px;
    top: 0;
  }
  .tpbanner-two-shape-one {
    left: 10px;
    top: -5px;
  }
  .tpbanner-two-shape-two {
    left: 15px;
  }
  .tpbanner-title-two {
    font-size: 40px;
  }
  .tpservices-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .tpdrive-progress {
    padding-right: 0;
  }
}
.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;
  }
}
.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;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpservices-list ul li:nth-child(n + 4) {
    padding: 48px 20px 15px;
  }
  .tpcontact-box {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpservices-list ul li:nth-child(n + 4) {
    padding: 48px 20px;
  }
}
.tpservices-list ul li:nth-child(n + 4) .tpservices-img {
  margin-top: 65px;
}
.tpservices-img {
  position: relative;
  margin-top: 40px;
}
.tpservices-img::before {
  position: absolute;
  width: 160px;
  height: 160px;
  line-height: 160px;
  border-radius: 50%;
  background-color: var(--tp-common-5);
  opacity: 0.6;
  z-index: -1;
  bottom: 13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s ease-out;
}
.contact-mail i,
.tpcontact-info-social a i {
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}
.tpservices-content span {
  font-weight: 500;
  font-size: 18px;
  line-height: 0.9;
  margin-bottom: 15px;
  display: none;
}
.tpservices-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.28;
  margin-bottom: 0;
}
.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-item6 .tpservices-img::before {
  background-color: var(--tp-common-10);
  opacity: 0.6;
}
.funfact-icon {
  min-width: 75px;
}
.funfact-count {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: var(--tp-common-11);
  font-family: var(--tp-ff-dmsans);
}
.funfact-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--tp-grey-8);
  margin-bottom: 0;
}
.funfact-content p span {
  font-weight: 500;
  color: var(--tp-common-11);
  display: inline-block;
  margin-right: 3px;
}
.tpdrive-progress {
  overflow: hidden;
  padding-bottom: 30px;
}
.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: 25px 25px 35px;
  }
}
.tptestimonial-two-bg {
  background-color: #ecf7ff;
  padding: 30px 0;
}
.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;
}
.contact-content p,
.contact-form-title,
.contact-mail,
.contact-title {
  font-family: var(--tp-ff-jakarta);
}
@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;
  }
}
.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 .slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-42%);
  left: -145px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-shape-left-one {
    top: 2px;
  }
  .footer-shape-left-three {
    top: -90px;
  }
  .footer-shape-left-four {
    top: -130px;
    left: 20px;
  }
  .footer-shape-right-one {
    top: -122px;
    right: 90px;
  }
  .footer-shape-right-two {
    right: 120px;
  }
  .footer-shape-right-three {
    top: -30px;
    right: 40px;
  }
  .footer-shape-right-four {
    right: 190px;
  }
  .tptransparent__header {
    padding-right: 35px;
    padding-left: 35px;
  }
  .tptestimonial-active-two .slick-dots {
    left: -60px;
  }
}
.tptestimonial-active-two .slick-dots li {
  list-style: none;
  line-height: 1.2;
}
.tptestimonial-active-two .slick-dots li button {
  height: 8px;
  width: 8px;
  background-color: #ddd8d1;
  border-radius: 50%;
  font-size: 0px;
  margin: 0 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) {
  .tpsection-title-two {
    font-size: 36px;
  }
  .tpservices-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .tpservices-list ul li:nth-child(n + 4) .tpservices-img {
    margin-top: 40px;
  }
  .tpservices-title {
    font-size: 18px;
  }
  .tptestimonial-two {
    display: block;
    padding: 40px 60px 40px 30px;
  }
  .tptestimonial-two-content p {
    font-size: 16px;
  }
  .tptestimonial-two-nav {
    right: 10px;
  }
}
.tpcontact-info {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(3px);
  padding: 48px 40px 55px;
  border-radius: 20px;
  position: relative;
}
.tpcontact-info-links {
  margin-bottom: 37px;
}
.tpcontact-info-links a {
  display: block;
  font-weight: 500;
  font-size: 17px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}
.tpcontact-info-links a i {
  margin-right: 14px;
}
.tpcontact-info-social a {
  margin-right: 1px;
}
.tpcontact-info-social a:hover i {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border: 1px solid var(--tp-theme-primary);
}
.tpcontact-info-social a i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s ease-out;
  font-size: 12px;
}
.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;
  z-index: 2;
}
.contact-mail,
.contact-social {
  background: var(--tp-common-white);
}
@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;
  }
}
.tpcontact-form-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: var(--tp-common-white);
}
.contact-form-title,
.contact-title,
.tpseo-title {
  color: var(--tp-common-11);
}
.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;
  height: 54px;
  color: var(--tp-common-white);
}
.tpcontact-form-input input:focus,
.tpcontact-form-input textarea:focus {
  border-color: #4260ff;
}
.contact-form-input input:focus,
.contact-form-input textarea:focus,
.contact-mail:hover i {
  border-color: var(--tp-theme-primary);
}
.tpcontact-form-input input::-webkit-input-placeholder,
.tpcontact-form-input textarea::-webkit-input-placeholder {
  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 {
  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 {
  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 {
  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.2;
  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(--tp-theme-primary);
  width: 100%;
  padding: 18px 0;
  border-radius: 6px;
}
.tpcontact-form-submit button:hover {
  background: #3653eb;
}
.tpcontact-box .tpsection-title-white {
  font-size: 34px;
}
.tpcontact-shape-one {
  position: absolute;
  top: 108px;
  left: -70px;
  z-index: 1;
}
.tpcontact-shape-two {
  position: absolute;
  bottom: 100px;
  right: -50px;
  z-index: 1;
}
.contact-content p {
  margin-bottom: 32px;
}
.contact-title {
  font-size: 50px;
  font-weight: 700;
}
.contact-info {
  padding-right: 100px;
}
.contact-mail {
  border-radius: 6px;
  font-size: 18px;
  display: block;
  position: relative;
  padding: 20px 30px 18px;
}
.contact-mail:hover i {
  background-color: var(--tp-theme-primary);
}
.contact-mail span {
  display: inline-block;
  transform: translateY(-1px);
  margin-right: 10px;
}
.contact-mail i {
  height: 34px;
  width: 34px;
  line-height: 26px;
  border: 1px solid #e7e8eb;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
}
.contact-mail i svg,
.tpseo {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}
.contact-mail i svg {
  color: #0e1331;
  transition: 0.3s ease-out;
}
.contact-social {
  border-radius: 6px;
  display: inline-block;
}
.contact-social a {
  display: inline-block;
  color: #55585b;
  padding: 8px 26.5px;
  position: relative;
}
.contact-social a::before {
  position: absolute;
  content: "";
  right: -6px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e7e8eb;
}
.contact-social a:last-child::before,
.footer-main-shape {
  display: none;
}
.contact-social a i {
  font-size: 15px;
}
.contact-bg {
  background-color: #e0edff;
}
.contact-form {
  background: var(--tp-common-white);
  box-shadow: 0 40px 50px rgba(3, 8, 31, 0.1);
  border-radius: 20px;
  padding: 60px 70px 70px;
  margin-bottom: -130px;
  position: relative;
  z-index: 2;
}
.drive-big-shape,
.tpdrive-thumb-shape-seven,
.tpseo-bg {
  z-index: -1;
  position: absolute;
}
.contact-form-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
}
.contact-form-input input,
.contact-form-input textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #e7e8eb;
  box-shadow: 0 1px 1px rgba(3, 8, 31, 0.08);
  border-radius: 6px;
  height: 54px;
  padding: 5px 22px;
  margin-bottom: 25px;
}
.contact-form-input textarea {
  height: 180px;
  resize: none;
  padding: 22px;
  margin-bottom: 14px;
}
.contact-form-btn .tp-btn {
  padding: 14px 46px;
}
.tpseo {
  padding: 50px 38px 0 37px;
  transition: 0.3s ease-out;
  min-height: 485px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.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);
}
.tpseo:hover .tpseo-content {
  transform: translateY(-20px);
}
.tpseo:hover .tpseo-info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.tpseo-bg {
  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%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.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: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.tpseo-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  font-family: var(--tp-ff-dmsans);
}
.tpseo-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--tp-grey-8);
  font-family: var(--tp-ff-dmsans);
}
.tpdrive-title,
.tpseo-details a {
  color: var(--tp-common-11);
  font-family: var(--tp-ff-dmsans);
}
.tpseo-details a {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  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: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.tpseo-details a:hover::before {
  opacity: 1;
  bottom: -2px;
}
.tpseo-details a i {
  margin-left: 2px;
  transform: translateY(1.5px);
}
.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;
}
.tpdrive-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.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: 0 2px 2px rgba(1, 15, 28, 0.12);
  border-radius: 0 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;
}
.about-inner-content p,
.about-inner-title,
.brand-inner-title,
.mission-content p {
  font-family: var(--tp-ff-jakarta);
}
.tpdrive-bar-title span {
  flex: 0 0 auto;
  width: 22px;
  align-items: center;
}
.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;
}
@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;
  }
  .tptestimonial-two-nav {
    right: -60px;
  }
  .award-brand {
    overflow: inherit;
  }
}
.award-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tpcontact-shape-two {
    right: -35px;
  }
  .award-brand {
    overflow: inherit;
    margin-top: 0;
  }
  .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) {
  .tpseo:hover .tpseo-thumb img {
    transform: scale(0.83);
  }
  .award-bg {
    background-position: center;
    padding: 180px 0;
  }
}
.award-item1 {
  margin-top: 20px;
}
@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: 44px;
  }
}
.tp-large-box {
  max-width: 1520px;
  margin: 0 auto;
}
@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;
  }
  .tpcontact-box {
    padding-right: 0;
  }
  .tpdrive-thumb {
    margin-left: 0;
    text-align: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-2-col-2,
  .footer-2-col-3,
  .footer-widget {
    padding-left: 0;
  }
  .footer-2-col-1 {
    margin-right: 0;
  }
  .tpbanner-space-two {
    padding: 130px 0 135px;
  }
  .tpbanner-two-shape {
    margin-bottom: 50px;
  }
  .tpservices-list ul li {
    padding: 40px 15px;
    border: none;
  }
  .tpservices-list ul li:nth-child(n + 4) {
    padding: 40px 15px;
  }
  .funfact {
    justify-content: start !important;
  }
  .drive-section-bottom {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .award-brand {
    overflow: inherit;
  }
  .tpdrive-wrapper {
    margin-left: 0;
    margin-bottom: 50px;
    margin-right: 0;
  }
}
.drive-big-shape {
  top: 50%;
  transform: translateY(-50%);
}
@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: 30s linear infinite forwards tp-line-dash;
  animation: 30s linear infinite forwards tp-line-dash;
}
.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;
}
.drive-big-shape-one {
  position: absolute;
  content: "";
  top: 44%;
  right: 0;
}
.drive-big-shape-two {
  position: absolute;
  content: "";
  top: 45%;
  right: -2%;
}
.drive-big-shape-three {
  position: absolute;
  content: "";
  top: 48%;
  right: -2%;
}
.tpdrive-thumb-shape-one {
  animation: 8s linear infinite bannerAnimationTwo;
  position: absolute;
  top: 4%;
  right: 48%;
}
.tpdrive-thumb-shape-two {
  position: absolute;
  bottom: 60%;
  right: 20%;
  animation: 2s linear infinite transform;
}
.tpdrive-thumb-shape-three {
  position: absolute;
  bottom: 17%;
  right: 35%;
  animation: 7s linear infinite round-shape;
}
.tpdrive-thumb-shape-four {
  position: absolute;
  bottom: 20%;
  right: 30%;
  animation: 7s linear infinite round-shape-two;
}
.tpdrive-thumb-shape-five {
  position: absolute;
  bottom: 26%;
  left: 2%;
  animation: 7s linear infinite round-shape;
}
.tpdrive-thumb-shape-six {
  position: absolute;
  bottom: 22%;
  left: 0;
  animation: 7s linear infinite round-shape-two;
}
.tpdrive-thumb-shape-seven {
  top: 15%;
  left: 26%;
  animation: 4s linear infinite alternate updown-two;
}
.about-inner-content p {
  font-size: 16px;
  line-height: 24px;
  color: var(--tp-grey-8);
}
.about-inner-title {
  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;
  }
}
.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) {
  .tpcontact-shape-two {
    right: 0;
    left: 0;
  }
  .contact-form {
    padding: 60px 30px 70px;
  }
  .tpseo-content p {
    font-size: 16px;
  }
  .award-item1 {
    margin-top: 52px;
  }
  .tp-large-box {
    background-repeat: no-repeat;
  }
  .about-inner-title {
    font-size: 40px;
  }
  .about-inner-shape-1 {
    height: 460px;
  }
}
.about-inner-shape-1 img {
  max-width: inherit;
  border-radius: 0 10px 0 0;
  height: 100%;
  width: 100%;
}
.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;
}
.mission-content {
  background: linear-gradient(147.1deg, #fcf0ee 9.5%, #f8c9c1 87.42%);
  border-radius: 6px;
  padding: 60px 70px 48px;
}
.mission-content span {
  margin-bottom: 16px;
  display: inline-block;
}
.mission-content p {
  font-size: 18px;
  line-height: 28px;
  color: var(--tp-grey-8);
}
.mission-shape-1 {
  position: absolute;
  top: 20px;
  left: -50px;
  animation: 2.8s linear infinite alternate updown-three;
}
.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) {
  .tpbanner-content-two p br {
    display: none;
  }
  .about-inner-thumb,
  .mission-content {
    margin-bottom: 30px;
  }
  .about-inner-shape-1 {
    position: inherit;
    right: 0;
    top: 0;
    width: 650px;
    height: 380px;
    object-fit: cover;
    left: 0;
    margin: 0 auto;
  }
  .about-inner-shape-1 img {
    border-radius: 10px;
  }
  .mission-two .mission-content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
.brand-inner-content {
  background: #4260ff;
  display: inline-block;
  position: relative;
  z-index: 2;
  border-radius: 8px 0;
  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) {
  .mission-content {
    padding: 60px 40px 55px 50px;
  }
  .brand-inner-content {
    padding: 25px 40px;
    margin-left: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact-count {
    font-size: 28px;
  }
  .funfact-content p {
    font-size: 14px;
  }
  .funfact-content p br {
    display: none;
  }
  .tpcontact-shape-one {
    left: -50px;
  }
  .tpcontact-shape-two {
    right: -20px;
  }
  .tpdrive-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .about-inner-title {
    font-size: 40px;
  }
  .brand-inner-content {
    padding: 35px 50px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tptestimonial-active-two .slick-dots {
    top: auto;
    transform: inherit;
    left: 30px;
    bottom: 15px;
  }
  .tptestimonial-active-two .slick-dots li {
    display: inline-block;
  }
  .tptestimonial-two-nav {
    display: none;
  }
  .tpcontact-info {
    padding: 48px 15px 55px;
  }
  .tpcontact-form {
    margin-left: 0;
    padding: 50px 15px 65px;
  }
  .tpcontact-form-title {
    font-size: 30px;
  }
  .tpcontact-box .tpsection-title-white {
    font-size: 28px;
    line-height: 1.2;
  }
  .contact-title {
    font-size: 38px;
  }
  .contact-info {
    padding-right: 0;
  }
  .contact-mail {
    padding: 20px 15px 18px;
  }
  .contact-mail i {
    right: 15px;
  }
  .contact-form {
    margin-bottom: 50px;
    padding: 60px 20px 70px;
  }
  .tpseo {
    padding: 50px 15px 0;
    min-height: 400px;
  }
  .tpseo-content p {
    font-size: 15px;
  }
  .tpdrive-title {
    font-size: 26px;
  }
  .award-item {
    margin-bottom: 15px;
  }
  .about-inner-title {
    font-size: 36px;
  }
  .about-inner-shape-1 {
    width: 100%;
    height: 100%;
  }
  .mission-content {
    padding: 30px 15px;
  }
  .brand-inner-content {
    padding: 30px 60px;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.brand-inner-title {
  font-weight: 600;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 13px;
}
.tpservices-list .read-more {
  color: #0891f8;
  position: relative;
  top: 20px;
  opacity: 0;
  transition: 0.3s;
  padding: 5px;
}
.tpservices-list .tpservices-wrapper:hover .read-more {
  top: 0;
  opacity: 1;
}
.tpservices-list .read-more i {
  transition: 0.5s;
}
.tpservices-list .read-more:hover i {
  margin-left: 3px;
}
.moving-img {
  animation: 7s linear infinite moveImage;
}
@keyframes moveImage {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25%,
  75% {
    transform: translate(15px, 5px);
  }
  50% {
    transform: translate(5px, 10px);
  }
}
.service-list p {
  font-size: 18px;
}
.service-list a {
  padding: 14px 20px;
}
.service-list a i {
  position: relative;
  top: 2px;
  margin-left: 2px;
  transition: 0.5s;
}
.service-list a:hover i {
  margin-left: 6px;
}
@media only screen and (max-width: 992px) {
  .service-list .row:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .breadcrumb-area {
    padding: 120px 1px 70px;
  }
}
@media only screen and (max-width: 768px) {
  .service-list img,
  .tpbanner-two-shape img {
    width: min(500px, 80%) !important;
    margin: auto;
    text-align: center;
  }
}
.popup-overlay {
  position: fixed;
  inset: 0;
  background-color: #0000004d;
  z-index: 200;
  display: none;
}
#enquiry-form {
  width: min(400px, 90%);
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 210;
  background: #fff;
  padding: 24px;
  border-radius: 7px;
  display: none;
}
#close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #e30505;
  font-weight: 800;
  font-size: 22px;
  transition: 0.4s;
}
#close-btn:hover {
  transform: scale(1.1);
}
.service-list ul li {
  position: relative;
  list-style-type: none;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #656565;
}
.service-list ul li:before {
  content: "✓";
  color: #0891f8;
  margin-right: 8px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.has-dropdown{position: relative;}

.has-dropdown .tp-submenu{
  position: absolute;
  top: 70px;
  width: max-content;
  background-color: #e4ecf8;
  box-shadow: 0 0 12px #5555;
  border-radius: 7px;
  text-align: left;
  display: none;
  padding: 10px 0 !important;
}

.has-dropdown .tp-submenu li{
  display: block;
}

.tpmenu__area ul li > .tp-submenu a{padding: 5px;color: #000 ;width: 100%;}

.tpmenu__area ul li > .tp-submenu li:is(:hover,:active) a{color: #1877f2 !important;}

.has-dropdown:hover .tp-submenu{display: block;}

.service-inner{
  background-color: #ceeaff;
  padding: 85px 0;
}

.service-inner h4{
  font-size: 34px;
  color: #003359;
}

.service-inner h6{
  font-size: 20px;
}

.smm-banner-img{
  position: relative;
  top: -181px;
}

.smm-banner-img img{
  width: 100%;
  border-radius: 34px;
  box-shadow: 0 0 12px #aeaeae55;
}

.smm-list{
  position: relative;
  top: -60px;
}

.smm-list .img-box{
  padding: 17px;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #5555;
  margin: 8px;
}

.smm-list .img-box img{border-radius: 12px;}

.pl-15{padding-left: 15px;}
.ml-5{margin-left: 5px;}

.smm-services .img-box{
  width: 40px;
}

.smm-services{
  margin: 15px 0;
  background: #f8f8f8;
  padding: 20px;
  height: calc(100% - 25px);
  border-radius: 10px;
  box-shadow: 0 0 12px #aaa5;
}

.smm-strategy img{
  width: 80px;
  margin-bottom: 20px;
}

.smm-strategy{margin: 20px 0;}

.smm-price{
  border-radius: 9px;
  box-shadow: 0 0 12px #5555;
  overflow: hidden;
}

.smm-price .top-bar{
  background-color: #1877f2;
}

.smm-price .top-bar .img-box{
  width: 91px;
  margin: auto;
  background: #fff;
  padding: 20px;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.smm-price .top-bar , .smm-price .details{
  padding: 30px;
}

.smm-price .top-bar h5{
  color: #fff;
  font-size: 22px;
  margin-top: 10px;
}

.smm-price .top-bar h3{
  color: #fff;
  font-size: 37px;
  margin-top: 10px;
}

.smm-price .details li{
  position: relative;
  list-style-type: none;
  padding-left: 29px;
  margin-bottom: 12px;
}

.smm-price .details li::before{
  content: "\2713";
  font-size: 14px;
  padding-left: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: #12b61d;
  color: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 22px;
  height: 22px;
}

.fb-list li{
  margin-bottom: 10px;
  font-size: 16px;
}

.smm-services.fb-ad{
text-align: center;
}

.smm-services.fb-ad .img-box{width: 80px;margin: auto;margin-bottom: 20px;}

.single-package{
  width: 100%;
}