/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.back-to-top-wrapper,
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


:root {
  --tp-ff-body: "Montserrat", sans-serif;
  --tp-common-white: #ffffff;
  --tp-common-black: #141414;
  --tp-common-black-2: #232323;
  --tp-common-black-3: #000;
  --tp-common-black-4: #0a0a0a;
  --tp-common-black-5: #121212;
  --tp-common-black-6: #212121;
  --tp-common-black-7: #0E0F11;
  --tp-common-black-8: #1a1b1e;
  --tp-common-black-9: #16302f;
  --tp-common-black-10: #21212D;
  --tp-common-cream: #f9f4e8;
  --tp-common-cream-2: #FFF6BF;
  --tp-common-cream-3: #ffffe6;
  --tp-common-yellow: #ffc446;
  --tp-common-yellow-1: #FFF669;
  --tp-common-yellow-green: #E9FF48;
  --tp-common-green-regular: #ffc313;

  --tp-grey-1: #f8f8f8;
  --tp-grey-2: #f1f1f1;
  --tp-grey-3: #F8F8FB;
  --tp-grey-4: #F6F8EF;
  --tp-coffe-1: #653624;
  --tp-coffe-2: #552411;
  --tp-cream-1: #B7AB98;
  --tp-cream-2: #CFC292;
  --tp-text-body: #2e2d2d;
  --tp-theme-green: #A0FF27;
  --tp-theme-pink: #EC6FD5;
  --tp-theme-yellow: #FFB701;
  --tp-border-1: #EAEBED;
  --tp-border-2: #e7e7e7;
}

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

html {
  scroll-behavior: smooth;
}

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

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

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

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

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

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[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  padding-left: 26px;
  padding-right: 26px;
  border-radius: 8px;
  background: rgb(246, 246, 249);
  color: var(--tp-common-black);
  border: 1px solid rgb(246, 246, 249);
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--tp-common-black);
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--tp-common-black);
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--tp-common-black);
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: var(--tp-common-black);
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  /* MODERN BROWSER */
  color: var(--tp-common-black);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--tp-common-black);
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

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

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

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

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

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

.tp-line-black {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}

.tp-line-black:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-line-white {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}

.tp-line-white.green {
  background-position: 100% 100%, 0 75%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}

.tp-line-white.cream {
  background-position: 100% 100%, 0 75%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}

.tp-line-white.cream-2 {
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}

.tp-line-white:hover {
  background-size: 0% 1px, 100% 1px;
}

.body-padding {
  padding: 0 20px;
}

.tp_img_reveal {
  visibility: hidden;
  overflow: hidden;
}

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

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

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

.counter-row {
  counter-reset: count;
}

.menu_bar li {
  list-style: none;
  line-height: 30px;
  padding-bottom: 20px;
}

.menu_bar li a {
  color: var(--tp-common-white);
  font-size: 20px;
}

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

.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;
  border-radius: 50%;
  color: var(--tp-common-black);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: var(--tp-common-white);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
}

.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 Buttons
/*----------------------------------------*/

.tp-btn-yellow-green {
  border-radius: 10px;
  padding: 16px 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-black-9);
  background-color: var(--tp-common-yellow-green);
}

.tp-btn-yellow-green span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.tp-btn-yellow-green span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}

.tp-btn-yellow-green span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}

.tp-btn-yellow-green.lg {
  font-size: 16px;
  padding: 22px 28px;
}

.tp-btn-yellow-green.green-solid {
  gap: 8px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 24px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tp-common-green-regular);
}

.tp-btn-yellow-green.green-solid span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.tp-btn-yellow-green.green-solid span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}

.tp-btn-yellow-green.green-solid span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}



.tp-btn-yellow-green.green-solid.btn-60 span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.tp-btn-yellow-green.green-solid.btn-60 span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}

.tp-btn-yellow-green.green-solid.btn-60 span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}

.tp-btn-yellow-green.green-solid.btn-60 i {
  position: relative;
  overflow: hidden;
  width: 14px;
  height: 14px;
  display: inline-flex;
  margin-left: 4px;
}

.tp-btn-yellow-green.green-solid.btn-60 i svg {
  transform: translateY(-2px);
  position: absolute;
  bottom: -1px;
  left: 1px;
  transition: all 0.2s ease-out;
}

.tp-btn-yellow-green.green-solid.btn-60 i svg:last-child {
  left: -12px;
  bottom: -12px;
  transform: translate(0, 0);
  opacity: 0;
}

.tp-btn-yellow-green.green-solid.btn-60:hover {
  color: var(--tp-common-black);
}

.tp-btn-yellow-green.green-solid.btn-60:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.tp-btn-yellow-green.green-solid.btn-60:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tp-btn-yellow-green.green-solid.btn-60:hover i svg:first-child {
  transform: translate(16px, -16px);
}

.tp-btn-yellow-green.green-solid.btn-60:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}

.tp-btn-yellow-green.green-solid:hover {
  color: var(--tp-common-black);
}

.tp-btn-yellow-green.green-solid:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.tp-btn-yellow-green.green-solid:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tp-btn-yellow-green.green-solid:focus {
  color: var(--tp-common-black);
}

.tp-btn-yellow-green:hover {
  color: var(--tp-common-black);
}

.tp-btn-yellow-green:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.tp-btn-yellow-green:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tp-btn-yellow-green:focus {
  color: var(--tp-common-black);
}

.tp-btn-yellow-green.sidebar-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #16302f;
  padding: 18px 24px;
  letter-spacing: -0.01em;
  background-color: #D0FF71;
}

.tp-btn-yellow-green.sidebar-btn.sidebar-btn-style {
  padding: 20px 54px;
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #16302f;
  letter-spacing: -0.01em;
}

/* Glow Border Animation */
.animated-border-box {
  position: relative;
  overflow: hidden;
  z-index: 0;
  line-height: 0;
  border-radius: 14px;
  display: inline-block;
  transition: 0.4s;
}

.animated-border-box:hover {
  transform: scale(1.1);
}

.animated-border-box:before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
  width: 99999px;
  height: 99999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(rgba(0, 0, 0, 0), #FFF, rgba(0, 0, 0, 0) 25%);
  animation: rotate 4s linear infinite;
}

.animated-border-box.radius-style-2 {
  border-radius: 100px;
}

.animated-border-box.border-icon::before {
  background-image: conic-gradient(rgba(0, 0, 0, 0), #21212D, rgba(0, 0, 0, 0) 25%);
}




/*----------------------------------------*/
/*  2.3 Animations
/*----------------------------------------*/
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes lqdItiImgOut {
  0% {
    transform: translateY(0) scale(1);
  }

  to {
    transform: translateY(100%) scale(1.15);
  }
}

@keyframes hero-circle-2 {
  0% {
    -webkit-transform: translateX(1000px);
    -moz-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    -o-transform: translateX(1000px);
    transform: translateX(1000px);
  }

  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes hero-circle-3 {
  0% {
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px);
  }

  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes move1 {
  0% {
    bottom: -300px;
    left: -300px;
  }

  30% {
    bottom: 100px;
    left: 300px;
  }

  60% {
    bottom: 200px;
    left: 600px;
  }

  100% {
    bottom: -300px;
    left: 1200px;
  }
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
  }

  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.2);
  }

  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}


@keyframes transform {
  0% {
    transform: scale(0.5);
    opacity: 0.8;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0.8;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

/*----------------------------------------*/
/*  2.4 Preloader
/*----------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: var(--tp-common-green-regular);
}

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

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--tp-common-black);
  animation: preloader 1.3s linear infinite;
  -webkit-animation: preloader 1.3s linear infinite;
}

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

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*--- end of preloader ---*/
/*----------------------------------------*/
/*  2.5 Background
/*----------------------------------------*/
.grey-bg {
  background-color: var(--tp-grey-1);
}

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



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



.yellow-green-bg {
  background-color: var(--tp-common-yellow-green);
}

.green-regular-bg {
  background-color: var(--tp-common-green-regular);
}

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

[data-bg-color=footer-bg-grey] {
  background-color: var(--tp-footer-grey-1);
}

[data-bg-color=footer-bg-white] {
  background-color: var(--tp-common-white);
}


.tp-section-title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-section-title {
    font-size: 70px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-section-title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 50px;
  }
}

.tp-section-title.fs-140 {
  font-size: 240px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title.fs-140 {
    font-size: 115px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-140 {
    font-size: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title.fs-140 {
    font-size: 75px;
    letter-spacing: 0;
  }
}

.tp-section-title.fs-64 {
  font-weight: 600;
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-64 {
    font-size: 55px;
  }
}

.tp-section-title.fs-44 {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.18;
  margin-bottom: 0;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title.fs-44 {
    font-size: 40px;
  }
}


.tp-section-title.lts {
  letter-spacing: -2.4px;
  text-transform: capitalize;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-section-title.lts {
    font-size: 60px;
  }
}

.tp-revel-line {
  overflow: hidden;
}

/* HEADER CSS */
/*----------------------------------------*/
/*   3.1 Header Style
/*----------------------------------------*/
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 55;
}


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

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-box {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-box {
    padding-right: 0px;
  }
}

.tp-header-logo img {
  max-width: inherit;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-logo {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-logo {
    padding-right: 25px;
  }
}

.tp-header-8-area.header-8-style-dark .tp-header-8-bar {
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.tp-header-8-area.header-8-style-dark .tp-header-8-bar span {
  color: var(--tp-common-white);
}

.tp-header-8-wrapper {
  padding: 18px 0;
}

.tp-header-8-border {
  border-bottom: 1px solid rgba(25, 25, 25, 0.08);
}

.tp-header-8-bar {
  transition: 0.3s;
  padding: 8px 22px;
  margin-right: 18px;
  border-radius: 24px;
  display: inline-block;
  background-color: var(--tp-common-green-regular);
}

.tp-header-8-bar:hover {
  border-color: var(--tp-common-red-2);
  background-color: var(--tp-common-green-regular);
  ;
}

.tp-header-8-bar:hover span {
  color: var(--tp-common-black);
}

.tp-header-8-bar span {
  line-height: 1;
  transition: 0.3s;
  font-size: 15px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-medium);
}

.tp-header-8-bar span svg {
  margin-left: 7px;
}

.tp-header-8-lang a {
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-medium);
}

.tp-header-8-lang a:not(:last-child) {
  margin-right: 8px;
}

.tp-header-8-lang a:hover {
  color: var(--tp-common-red-2);
}

.tp-header-8-btn {
  margin-left: 20px;
}


/*----------------------------------------*/
/*  4.3 offcanvas Menu
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
  background: rgba(24, 24, 24, 0.4);
}

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

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-area {
    padding-top: 90px;
  }
}

.tp-footer-area.tp-footer-white-style .tp-footer-widget-social a {
  background-color: var(--tp-common-white);
}

.tp-footer-area.tp-footer-white-style .tp-footer-widget-social a:hover {
  background-color: var(--tp-common-red-3);
}

.tp-footer-area.tp-footer-white-style .tp-footer-widget-menu ul li a {
  background-color: var(--tp-common-white);
}

.tp-footer-area.tp-footer-white-style .tp-footer-widget-menu ul li a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-3);
}

.tp-footer-col-2 {
  padding-left: 150px;
  padding-right: 50px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-footer-col-2 {
    padding-left: 130px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-col-2 {
    padding-left: 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-col-2 {
    padding-left: 40px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-col-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {}

.tp-footer-col-3 {
  padding-left: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-col-3 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {}

.tp-footer-widget-title {
  font-weight: 700;
  font-size: 52px;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -0.06em;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-footer-widget-title {
    font-size: 75px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-widget-title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-widget-title {
    font-size: 65px;
  }

  .tp-footer-widget-title br {
    display: none;
  }
}

.tp-footer-widget-title-sm {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.tp-footer-widget-title-sm.pre::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-2px);
  background-color: var(--tp-theme-yellow);
}

.tp-footer-widget-social a {
  height: 42px;
  width: 42px;
  line-height: 39px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-black);
  background-color: var(--tp-grey-2);
  margin-bottom: 8px;
}

.tp-footer-widget-social a:not(:last-child) {
  margin-right: 3px;
}

.tp-footer-widget-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-3);
}

.tp-footer-widget-menu ul li {
  list-style-type: none;
  display: inline-block;
}

.tp-footer-widget-menu ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  border-radius: 20px;
  padding: 13px 20px;
  display: inline-block;
  margin-bottom: 8px;
  background-color: var(--tp-grey-2);
}

.tp-footer-widget-menu ul li a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-3);
}

.tp-footer-widget-info {
  margin-bottom: 15px;
}

.tp-footer-widget-info a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}

.tp-footer-widget-info a:hover {
  color: var(--tp-common-red-3);
}

.tp-footer-widget-info a:not(:last-child) {
  margin-bottom: 10px;
}

.tp-footer-text-color.tp-footer-style-6 .tp-footer-widget-title {
  color: var(--tp-common-white);
}

.tp-footer-text-color.tp-footer-style-6 .tp-footer-widget-info a {
  color: var(--tp-common-white);
}

.tp-footer-text-color.tp-footer-style-6 .tp-footer-widget-title-sm {
  color: var(--tp-common-white);
}

.tp-footer-text-color.tp-footer-style-6 .tp-copyright-left span {
  color: var(--tp-common-white);
}

.tp-footer-text-color.tp-footer-style-6 .tp-copyright-right a {
  color: var(--tp-common-white);
}

.tp-copyright-img {
  position: absolute;
  right: 0;
  top: 15px;
  animation: rotate2 5s linear infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-copyright-img {
    right: -10px;
    top: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright-img {
    right: -10px;
    top: -25px;
  }
}

.tp-copyright-big-text {
  font-weight: 800;
  font-size: 259px;
  line-height: 1;
  letter-spacing: -16px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-copyright-big-text {
    font-size: 239px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-copyright-big-text {
    font-size: 194px;
    letter-spacing: -10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-copyright-big-text {
    font-size: 163px;
    letter-spacing: -7px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright-big-text {
    font-size: 120px;
    letter-spacing: -7px;
  }
}

@media (max-width: 767px) {
  .tp-copyright-big-text {
    font-size: 60px;
    letter-spacing: -2px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-copyright-left {
    padding-left: 255px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-copyright-left {
    padding-left: 215px;
  }
}

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

.tp-copyright-left span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}

.tp-copyright-right {
  padding-right: 40px;
}

@media (max-width: 767px) {
  .tp-copyright-right {
    padding-right: 0;
  }
}

.tp-copyright-right a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}

.tp-copyright-right a:hover {
  color: var(--tp-common-red-3);
}

.tp-copyright-right a:not(:first-child) {
  margin-left: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright-right a:not(:first-child) {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .tp-copyright-right a:not(:first-child) {
    margin-left: 0;
    margin: 0 8px;
  }
}

.tp-copyright-bottom {
  position: relative;
  margin-top: -30px;
  padding-bottom: 55px;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright-bottom {
    margin-top: 0;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .tp-copyright-bottom {
    margin-top: 0;
    padding-bottom: 20px;
  }
}

.text-scale-anim {
  white-space: pre-wrap;
  transform-origin: top left;
}

.tp-letter-span {
  display: inline-block;
}

.tp-word-span {
  display: inline-block;
}

.tp-footer-style-6 .tp-footer-widget-title {
  color: var(--tp-common-cream);
}

.tp-footer-style-6 .tp-footer-widget-title-sm {
  color: var(--tp-common-cream);
}

.tp-footer-style-6 .tp-footer-widget-social a {
  color: var(--tp-common-white);
  background-color: rgba(255, 255, 255, 0.06);
}

.tp-footer-style-6 .tp-footer-widget-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red);
}

.tp-footer-style-6 .tp-footer-widget-info a {
  color: var(--tp-common-cream);
}

.tp-footer-style-6 .tp-footer-widget-info a:hover {
  color: var(--tp-common-red);
}

.tp-footer-style-6 .tp-footer-widget-menu ul li a {
  color: var(--tp-common-white);
  background-color: rgba(255, 255, 255, 0.06);
}

.tp-footer-style-6 .tp-footer-widget-menu ul li a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red);
}

.tp-copyright-style-6 .tp-copyright-big-text {
  color: var(--tp-common-red);
}

.tp-copyright-style-6 .tp-copyright-left span {
  color: var(--tp-common-cream);
}

.tp-copyright-style-6 .tp-copyright-right a {
  color: var(--tp-common-cream);
}

.tp-copyright-style-6 .tp-copyright-right a:hover {
  color: var(--tp-common-red);
}


.ar-hero-ptb {
  padding-top: 195px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .ar-hero-ptb {
    padding-top: 160px;
    padding-bottom: 95px;
  }
}

.ar-hero-border {
  border-bottom: 1px solid rgba(25, 25, 25, 0.08);
}

.ar-hero-bg {
  border-left: 1px solid rgba(25, 25, 25, 0.08);
  border-right: 1px solid rgba(25, 25, 25, 0.08);
}

.ar-hero-title {
  font-size: 110px;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-clash-regular);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ar-hero-title {
    font-size: 105px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-hero-title {
    font-size: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ar-hero-title {
    font-size: 95px;
  }
}

@media (max-width: 767px) {
  .ar-hero-title {
    font-size: 60px;
  }
}

.ar-hero-title i {
  font-style: normal;
  padding-left: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-hero-title i {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-hero-title-box.service-5-heading {
    margin-bottom: 40px;
  }
}

.ar-hero-shape-1 {
  margin-right: 20px;
  transform: translateY(-23px);
}

.ar-hero-shape-2 {
  transform: translateY(-10px);
}

.ar-hero-shape-3 {
  margin-left: 20px;
  transform: translateY(-23px);
}

.box {
  display: inline-flex;
}


.dgm-about-thumb-1 {
  position: absolute;
  bottom: 0;
  right: -8px;
  box-shadow: 0 20px 30px 0 rgba(20, 20, 20, 0.12);
}

@media (max-width: 767px) {
  .dgm-about-thumb-1 {
    position: static;
    width: 60%;
    margin-top: 100px;
  }
  .tap_logo{width: 35%;}

}

.dgm-about-thumb-wrap {
  margin-left: 80px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dgm-about-thumb-wrap {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dgm-about-thumb-wrap {
    margin-left: 0;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .dgm-about-thumb-wrap {
    margin-left: 0;
    padding-bottom: 40px;
  }
}

.dgm-about-content {
  padding-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .dgm-about-content {
    padding-left: 0;
  }
}

.dgm-about-content p {
  font-weight: 400;
  margin-bottom: 45px;
  padding-right: 60px;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dgm-about-content p {
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dgm-about-content p {
    font-size: 17px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .dgm-about-content p {
    padding-right: 0;
  }
}

.dgm-about-review {
  padding-right: 25px;
  margin-right: 25px;
  padding-top: 12px;
  position: relative;
}

.dgm-about-review::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 80px;
  content: "";
  background-color: rgba(20, 20, 20, 0.1);
}

.dgm-about-review-box {
  border-top: 1px solid rgba(20, 20, 20, 0.1);
}

.dgm-about-review h4 {
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk);
}

.dgm-about-review span {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--tp-common-black);
}

.dgm-about-ratting {
  padding-top: 18px;
}

.dgm-about-ratting h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 7px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}

.dgm-about-ratting-icon span {
  height: 26px;
  width: 26px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.dgm-about-right {
  margin-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .dgm-about-right {
    margin-left: 0;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.ar-about-shape {
  position: absolute;
  bottom: 0;
  left: -62%;
  z-index: -1;
  max-width: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-shape {
    left: 0;
  }
}

.ar-about-content {
  margin-bottom: 40px;
  padding-right: 80px;
}

@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) {
  .ar-about-content {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-content {
    margin-top: 40px;
  }
}

.ar-about-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  margin-right: 80px;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
  color: rgba(20, 20, 20, 0.6);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ar-about-content p {
    margin-right: 50px;
  }
}

@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) {
  .ar-about-content p {
    margin-right: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-about-content p {
    font-size: 17px;
  }
}

.ar-about-exp-box {
  margin-left: -30px;
  padding: 30px;
  background-position: bottom;
  background-repeat: no-repeat;
  display: inline-block;
  border: 1px solid rgba(20, 20, 20, 0.06);
  border-top: 4px solid var(--tp-common-red-2);
}

@media (max-width: 767px) {
  .ar-about-exp-box {
    width: 100%;
  }
}

.ar-about-exp-box span {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 17px;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tp-common-red-2);
  font-family: var(--tp-ff-clash-medium);
}

.ar-about-exp-box h4 {
  font-size: 160px;
  line-height: 0.69;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--tp-common-red-2);
  font-family: var(--tp-ff-clash-semibold);
}

.ar-about-us-4-hero-ptb {
  padding-top: 195px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-about-us-4-hero-ptb {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-us-4-hero-ptb {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .ar-about-us-4-hero-ptb {
    padding-top: 150px;
  }
}

.ar-about-us-4-hero-ptb.pb-70 {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-us-4-hero-ptb.pb-70 {
    padding-bottom: 40px;
  }
}

.ar-about-us-4-title {
  color: #111013;
  font-size: 100px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 50px;
  letter-spacing: -4px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-about-us-4-title {
    font-size: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-us-4-title {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-us-4-title-box {
    flex-wrap: wrap;
    justify-content: start !important;
  }
}

.ar-about-us-4-title-box p {
  color: #111013;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-us-4-title-box p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-us-4-title-box p {
    padding-top: 20px;
  }
}

.ar-about-us-4-title-box .tp-section-subtitle {
  margin-right: 15px;
}

.ar-about-us-4-title-box .ar-about-us-4-icon {
  margin-right: 75px;
}

.ar-about-us-4-shape {
  position: absolute;
  top: 31%;
  right: 10%;
}

@media (max-width: 767px) {
  .ar-about-us-4-shape {
    display: none;
  }
}

.ar-about-us-4-text-warp.title-black-color .ar-about-us-4-text-title {
  color: #111013;
}

.ar-about-us-4-text-title {
  font-size: 200px;
  font-weight: 800;
  letter-spacing: -8px;
  text-transform: uppercase;
  color: rgba(249, 244, 232, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-about-us-4-text-title {
    font-size: 145px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .ar-about-us-4-text-title {
    font-size: 90px;
    letter-spacing: -5px;
  }
}




/*----------------------------------------*/
/*  7.3 Banner Css
/*----------------------------------------*/


.ar-banner-wrap {
  height: 700px;
  overflow: hidden;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ar-banner-wrap {
    height: 720px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ar-banner-wrap {
    height: 580px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-banner-wrap {
    height: 470px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ar-banner-wrap {
    height: 370px;
  }
}

@media (max-width: 767px) {
  .ar-banner-wrap {
    height: 250px;
  }
}

.ar-banner-wrap img {
  margin-top: -150px;
}

@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) {
  .ar-banner-wrap img {
    margin-top: -50px;
  }
}

@media (max-width: 767px) {
  .ar-banner-wrap img {
    margin-top: -20px;
  }
}

.ar-banner-wrap.about-us-4 {
  height: 900px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ar-banner-wrap.about-us-4 {
    height: 720px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ar-banner-wrap.about-us-4 {
    height: 580px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ar-banner-wrap.about-us-4 {
    height: 470px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ar-banner-wrap.about-us-4 {
    height: 370px;
  }
}

@media (max-width: 767px) {
  .ar-banner-wrap.about-us-4 {
    height: 130px;
  }
}

.ar-banner-shape img {
  max-width: inherit;
}



/*----------------------------------------*/
/*  7.5 Service Css
/*----------------------------------------*/
@media (max-width: 767px) {
  .tp-service-area {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .tp-service-thumb img {
    width: 100%;
  }
}

.tp-service-item {
  padding: 40px;
  border-top: 1px dashed #CACACA;
  background-color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .tp-service-item {
    padding: 40px 15px;
  }
}

.tp-service-item:last-child {
  border-bottom: 1px dashed #CACACA;
}

.tp-service-title-box {
  padding: 0px 220px;
  padding-bottom: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-title-box {
    padding: 0 40px;
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-title-box {
    padding: 0px 40px;
    padding-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .tp-service-title-box {
    padding: 0 15px;
    padding-bottom: 35px;
  }
}

.tp-service-number {
  padding-left: 180px;
}

@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) {
  .tp-service-number {
    padding: 0;
  }
}

.tp-service-number span {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tp-common-black);
}

.tp-service-content .tp-section-title {
  margin-bottom: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-content .tp-section-title {
    margin-bottom: 30px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .tp-service-content .tp-section-title {
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}

.tp-service-content p {
  margin-bottom: 50px;
  padding-right: 100px;
}

@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-service-content p br {
    display: none;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-service-content p {
    padding-right: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-content p {
    padding-right: 0;
  }

  .tp-service-content p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-content p {
    font-size: 16px;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .tp-service-content p br {
    display: none;
  }
}

.tp-service-content .tp-service-btn {
  margin-bottom: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-content .tp-service-btn {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .tp-service-content .tp-service-btn {
    margin-bottom: 40px;
  }
}

.tp-service-5-text {
  margin-bottom: 35px;
}

.tp-service-5-text p {
  font-size: 20px;
  color: #535156;
  line-height: 28px;
}

@media (max-width: 767px) {
  .tp-service-5-text p br {
    display: none;
  }
}

.tp-service-5-list ul li {
  list-style: none;
  width: 50%;
  float: left;
  font-size: 18px;
  font-weight: 500;
  color: #111013;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .tp-service-5-list ul li {
    width: 100%;
  }
}

.tp-service-5-feature-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}


.tp-service-5-feature-wrap img {
  border-radius: 20px;
}

.tp-service-5-feature img {
  position: absolute;
  top: 0;
  left: 0;
}

.tp-service-5-feature-content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding: 215px 0 70px 170px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-5-feature-content {
    padding: 215px 0 60px 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-5-feature-content {
    padding: 215px 0 60px 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-5-feature-content {
    padding: 100px 0 60px 40px;
  }
}

@media (max-width: 767px) {
  .tp-service-5-feature-content {
    padding: 20px;
  }
}

.tp-service-5-feature-content span {
  margin-bottom: 45px;
  display: inline-block;
}

.tp-service-5-feature-title {
  font-size: 60px;
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -2.4px;
  text-transform: uppercase;
  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) {
  .tp-service-5-feature-title {
    letter-spacing: -0.4px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-5-feature-title {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .tp-service-5-feature-title {
    font-size: 30px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .tp-service-5-feature-title br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-5-price-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .tp-service-5-price-heading {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-5-price-heading {
    padding-bottom: 40px;
  }
}

.tp-service-5-price-heading .tp-career-title {
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-5-price-heading .tp-career-title.fs-60 {
    font-size: 50px;
  }
}

.tp-service-5-price-heading.service-details .tp-career-title {
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -1px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
}

.tp-service-5-price-item {
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid rgba(17, 16, 19, 0.08);
}

.tp-service-5-price-item:last-child {
  border-bottom: 1px solid rgba(17, 16, 19, 0.08);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-5-price-item-heading {
    margin-bottom: 20px;
  }
}

.tp-service-5-price-item-title {
  font-size: 30px;
  font-weight: 600;
  color: #111013;
  letter-spacing: -0.3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-5-price-item-list {
    margin-bottom: 20px;
  }
}

.tp-service-5-price-item-list ul {
  display: grid;
  gap: 0px 30px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
  .tp-service-5-price-item-list ul {
    grid-template-columns: none;
  }
}

.tp-service-5-price-item-list ul li {
  font-size: 16px;
  list-style: none;
  font-weight: 400;
  color: #111013;
  margin-bottom: 4px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-5-price-item-list ul li {
    font-size: 14px;
  }
}

.tp-service-5-price-item-list ul li span {
  margin-right: 10px;
  display: inline-block;
}

.tp-service-5-price-item-head h4 {
  font-size: 40px;
  font-weight: 600;
  color: #111013;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}

.tp-service-5-price-item.service-details {
  border-color: rgba(255, 255, 255, 0.08);
}

.tp-service-5-price-item.service-details .tp-service-5-price-item-title {
  color: var(--tp-common-white);
}

.tp-service-5-price-item.service-details .tp-service-5-price-item-list ul li {
  color: var(--tp-common-white);
}

.tp-service-5-price-item.service-details .tp-service-5-price-item-head h4 {
  color: var(--tp-common-white);
}



.tp-text-right-scroll {
  display: inline-block;
}

.tp-text-left-scroll {
  display: inline-block;
}

.tp-reveal-line {
  overflow: hidden;
}



/*----------------------------------------*/
/*  7.9 Testimonail Css
/*----------------------------------------*/

.dgm-testimonial-playbtn {
  position: absolute;
  top: 50%;
  left: 50px;
  right: 0;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  transform: translateY(-50%);
  display: inline-block;
  backdrop-filter: blur(14px);
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  animation: animate-pulse 3s linear infinite;
}

.dgm-testimonial-playbtn span {
  margin-left: 2px;
}

.dgm-testimonial-playbtn:hover {
  transform: translateY(-50%) scale(1.1);
}


/*----------------------------------------*/
/*  8.1 Video Css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-video-area.video-inner-style {
    margin-bottom: 80px;
  }
}

.tp-video-thumb {
  width: 32.5%;
}

@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-video-thumb {
    width: 100%;
    margin-bottom: 0;
  }
}

.tp-video-thumb-wrap {
  transform-origin: top center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tp-video-thumb video {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}

.tp-video-thumb img {
  width: 100%;
}



.tp-video-15-wrap {
  line-height: 0;
}

.tp-video-15-wrap video {
  height: 800px;
  width: 100%;
  object-fit: cover;
}

/*----------------------------------------*/
/*  8.4 Step Css
/*----------------------------------------*/
.dgm-step-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk);
}

.dgm-step-title-sm {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-grotesk);
}

.dgm-step-item p {
  font-weight: 400;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

.dgm-step-number {
  font-weight: 700;
  font-size: 70px;
  position: absolute;
  top: -8px;
  left: -30px;
  color: transparent;
  -webkit-text-stroke: 1px #ffc31373;
}

@media (max-width: 767px) {
  .dgm-step-number {
    left: 0;
  }
}

.dgm-step-space-2 {
  margin-left: 55px;
  margin-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dgm-step-space-2 {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .dgm-step-space-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.dgm-step-space-3 {
  margin-left: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dgm-step-space-3 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dgm-step-space-3 {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .dgm-step-space-3 {
    margin-left: 0;
  }
}

.dgm-step-space-4 {
  margin-left: 75px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .dgm-step-space-4 {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dgm-step-space-4 {
    margin-left: 55px;
  }
}

@media (max-width: 767px) {
  .dgm-step-space-4 {
    margin-left: 0;
  }
}



@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-benefits-ptb {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-benefits-ptb {
    padding-bottom: 65px;
  }
}

.tp-benefits-heading p {
  font-size: 16px;
  color: rgba(17, 16, 19, 0.7);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-benefits-heading p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .tp-benefit-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .tp-benefit-heading {
    margin-bottom: 50px;
  }
}

.tap-one .tp-service-4-process-list span {
  color: var(--tp-common-green-regular);
  border: 1px solid rgba(221, 188, 6, 0.09);
}

.tap-one .tp-service-4-process-list:not(:last-child) span::before {
  background-color: rgba(255, 255, 255, 0.08);
}

.tap-one .tp-service-4-process-wrapper p {
  color: rgba(255, 255, 255, 0.7);
}

.tp-service-4-process-list {
  display: flex;
  position: relative;
  align-items: center;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .tp-service-4-process-list {
    padding-bottom: 30px;
  }
}

.tp-service-4-process-list span {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #111013;
  display: grid;
  height: 70px;
  width: 70px;
  margin-right: 20px;
  border-radius: 50%;
  place-content: center;
  border: 1px solid rgba(17, 16, 19, 0.08);
}

.tp-service-4-process-list:not(:last-child) span::before {
  position: absolute;
  content: "";
  height: 50px;
  width: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(100% + 10px);
  background-color: rgba(17, 16, 19, 0.08);
}

@media (max-width: 767px) {
  .tp-service-4-process-list:not(:last-child) span::before {
    content: none;
  }
}

.tp-service-4-process-list p {
  font-size: 25px;
  font-weight: 500;
  color: #111013;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .tp-service-4-process-list p {
    font-size: 20px;
  }
}

.tp-service-4-process-wrap {
  padding-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-process-wrap {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-process-wrapper {
    padding-left: 0;
  }
}

.tp-service-4-process-wrapper p {
  font-size: 16px;
  color: rgba(17, 16, 19, 0.7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-process-wrapper p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .tp-service-4-process-wrapper p {
    padding-left: 0;
  }
}

.tp-service-4-process-video {
  position: absolute;
  left: -20px;
  top: 20%;
}

@media (max-width: 767px) {
  .tp-service-4-process-video {
    position: static;
  }
}

.tp-service-4-process-video .dgm-testimonial-playbtn {
  height: 100px;
  width: 100px;
  display: grid;
  place-content: center;
  background-color: var(--tp-common-green-regular);
}

@media (max-width: 767px) {
  .tp-service-4-process-video .dgm-testimonial-playbtn {
    margin: 0;
    transform: translateY(30px);
  }
}

.tp-service-4-process-video.service-5-pos {
  top: auto;
  left: auto;
  right: 30%;
  bottom: 0px;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-process-video.service-5-pos {
    position: static;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-service-4-process-video.service-5-pos .dgm-testimonial-playbtn {
    position: static;
    margin: 0;
    transform: translateY(0px);
  }
}

.tp-service-4-process-video.service-5-pos .dgm-testimonial-playbtn:hover span {
  color: #111013;
}

.tp-service-4-process-video.service-5-pos .dgm-testimonial-playbtn span {
  font-size: 18px;
  font-weight: 500;
  color: #111013;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tap-one .tp-service-4-process-list p {
  color: var(--tp-common-white);
}


/*----------------------------------------*/
/*  9.7 Career Css
/*----------------------------------------*/
.tp-career-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #111013;
}

.tp-career-title span {
  color: var(--tp-theme-yellow);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-career-title {
    font-size: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-career-title {
    font-size: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-career-title {
    font-size: 70px;
    letter-spacing: -1.8px;
  }
}

@media (max-width: 767px) {
  .tp-career-title {
    font-size: 52px;
    letter-spacing: -1.8px;
  }
}

@media (max-width: 767px) {
  .tp-career-title br {
    display: none;
  }
}

.tp-career-title .shape-1 {
  margin-left: 4px;
  display: inline-block;
  position: absolute;
  right: -52px;
  top: 14px;

}

@media (max-width: 767px) {
  .tp-career-title .shape-1 {
    display: none;
  }
}

.tp-career-title .shape-2 {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .tp-career-title .shape-2 {
    display: none;
  }
}

.tp-career-title.fs-100 {
  font-size: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-career-title.fs-100 {
    font-size: 85px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-career-title.fs-100 {
    font-size: 75px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-career-title.fs-100 {
    font-size: 65px;
  }
}

@media (max-width: 767px) {
  .tp-career-title.fs-100 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-career-title.fs-100 br {
    display: none;
  }
}

.tp-career-title.fs-70 {
  font-size: 70px;
  letter-spacing: -2.8px;
}

@media (max-width: 767px) {
  .tp-career-title.fs-70 {
    font-size: 60px;
  }
}

.tp-career-title.fs-60 {
  font-size: 40px;
}

@media (max-width: 767px) {
   .dgm-about-title-box h3{padding-bottom: 0px!important;}
  .dgm-step-space-4{margin-bottom: 30px;}
}

.tp-career-shape-1 {
  position: absolute;
  top: 37%;
  right: 22%;
}

@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-career-shape-1 {
    display: none;
  }
}


/*----------------------------------------*/
/*  9.8 Contact Css
/*----------------------------------------*/

.tp-contact-map-ptb {
  margin-top: -200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-contact-map-ptb {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .tp-contact-map-ptb {
    padding-bottom: 100px;
  }
}

.tp-contact-map-wrapper {
  width: 100%;
  height: 760px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-map-wrapper {
    height: 600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-map-wrapper {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .tp-contact-map-wrapper {
    height: 450px;
  }
}

.tp-contact-map-wrapper iframe {
  width: 100%;
  height: 100%;
}

.tp-contact-map-icon {
  position: relative;
}

.tp-contact-map-icon::after {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  margin: 0 auto;
  height: 120px;
  width: 120px;
  z-index: -1;
  border-radius: 140px;
  backdrop-filter: blur(7px);
  transform: translate(-20%, -20%);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--tp-common-white);
  animation: animate-pulse 3s linear infinite;
  box-shadow: 0px 20px 50px 0px rgba(17, 16, 19, 0.14);
}

.tp-contact-map-icon span {
  display: grid;
  height: 60px;
  width: 60px;
  z-index: 2;
  text-align: center;
  border-radius: 50%;
  place-content: center;
  background-color: var(--tp-theme-yellow);
}

.tp-contact-map-icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-form-ptb {
    padding-bottom: 100px;
  }
}

.tp-contact-form-input label {
  font-size: 16px;
  color: #111013;
  line-height: 1;
  margin-bottom: 12px;
}

.tp-contact-form-input input,
.tp-contact-form-input textarea {
  border-radius: 8px;
  background: #F8F8FB;
  border-color: #F8F8FB;
}

.tp-contact-form-input input:focus,
.tp-contact-form-input textarea:focus {
  background: var(--tp-common-white);
  border-color: var(--tp-common-red-3);
}

.tp-contact-form-input textarea {
  resize: none;
  height: 160px;
}

.tp-contact-form-btn button {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  border-radius: 10px;
  padding: 18px 0px;
  color: var(--tp-common-black);
  background-color: var(--tp-theme-yellow);
}

.tp-contact-form-btn button span {
  position: relative;
  z-index: 1;
  line-height: 1;
  overflow: hidden;
  display: inline-block;
}

.tp-contact-form-btn button span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}

.tp-contact-form-btn button span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}

.tp-contact-form-btn button:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.tp-contact-form-btn button:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .tp-contact-us-form-ptb {
    padding-top: 30px;
  }
}

.tp-contact-us-form-wrapper {
  padding: 10px;
  border-radius: 14px;
  background: #1B1B1D;
}

.tp-contact-us-map {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-us-map {
    height: 500px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .tp-contact-us-map {
    height: 450px;
    margin-bottom: 30px;
  }
}

.tp-contact-us-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .tp-contact-us-heading .tp-career-title {
    padding-bottom: 20px;
  }
}

.tp-contact-us-title {
  font-size: 40px;
  font-weight: 600;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-contact-us-title {
    margin-bottom: 30px;
  }
}

.tp-contact-us-wrap {
  padding: 110px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-contact-us-wrap {
    padding: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-us-wrap {
    padding: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-us-wrap {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .tp-contact-us-wrap {
    padding: 20px;
  }
}

.tp-contact-us-wrap .tp-contact-form-input label {
  color: var(--tp-common-white);
}

.tp-contact-us-wrap .tp-contact-form-input input,
.tp-contact-us-wrap .tp-contact-form-input textarea {
  background: #302F32;
  border-color: #302F32;
  color: var(--tp-common-white);
}

.tp-contact-us-wrap .tp-contact-form-input input:focus,
.tp-contact-us-wrap .tp-contact-form-input textarea:focus {
  background-color: #1B1B1D;
  border-color: var(--tp-common-red-3);
}

.tp-contact-us-thumb {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
}

.tp-contact-us-thumb img {
  width: 100%;
  transition: 0.9s;
  border-radius: 10px;
}

.tp-contact-us-content {
  padding: 15px;
  border-radius: 14px;
  background: #1B1B1D;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-contact-us-content {
    margin-top: 0;
  }
}

.tp-contact-us-content:hover .tp-contact-us-thumb img {
  transform: scale(1.1);
}

.tp-contact-us-btn .tp-btn-yellow-green {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 10px;
  border-radius: 30px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-white);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-contact-us-btn .tp-btn-yellow-green.active {
  background-color: var(--tp-common-red-3);
}



@keyframes zoomInOut {

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

  50% {
    transform: scale(1.1);
  }
}

/*----------------------------------------*/
/*  10.7 Dark Css Start
/*----------------------------------------*/
.tap-one body {
  background-color: #0E0F11;
}

.tap-one .tp-section-subtitle {
  color: var(--tp-common-white);
}

.tap-one .tp-service-item {
  background-color: #0e0f11;
  border-color: rgba(202, 202, 202, 0.4);
}

.tap-one .tp-service-number span {
  color: var(--tp-common-white);
}

.tap-one .tp_text_invert>div {
  background-image: linear-gradient(to right, #fff 50%, #383C3E 50%);
}

.tap-one .tp-service-content p {
  color: rgba(255, 255, 255, 0.6);
}

.tap-one .tp-section-title {
  color: var(--tp-theme-yellow);
}


.tap-one .tp-section-title-grotesk {
  color: var(--tp-common-white);
}

.tap-one .dgm-about-content p {
  color: #fff;
}

.tap-one .dgm-about-review h4 {
  color: var(--tp-common-white);
}

.tap-one .dgm-about-review span {
  color: var(--tp-common-white);
}

.tap-one .dgm-about-ratting h4 {
  color: var(--tp-common-white);
}

.tap-one .dgm-about-review-box {
  border-color: rgba(255, 255, 255, 0.1);
}

.tap-one .dgm-about-review::after {
  background-color: rgba(255, 255, 255, 0.1);
}

.tap-one .dgm-about-ratting-icon span {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

.tap-one .dgm-step-title {
  color: var(--tp-common-white);
}

.tap-one .dgm-step-title-sm {
  color: var(--tp-common-white);
}



.tap-one .dgm-footer-area {
  background-color: rgba(255, 255, 255, 0.04);
}

.tap-one .tp-copyright-2-area {
  background-color: rgba(255, 255, 255, 0.04);
}

.tap-one .tp-copyright-img {
  filter: invert(1);
  opacity: 0.4;
}

.tap-one .ar-hero-title {
  color: var(--tp-common-white);
}

.tap-one .ar-hero-bg {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.tap-one .ar-hero-border {
  border-color: rgba(255, 255, 255, 0.08);
}

.tap-one .tp-section-title-clash-600 {
  color: var(--tp-common-white);
}

.tap-one .ar-about-title-sm {
  color: var(--tp-common-white);
}

.tap-one .tp-btn-black-solid {
  color: var(--tp-common-black);
  border: 1px solid transparent;
  background-color: var(--tp-common-white);
}

.tap-one .tp-btn-black-solid:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-2);
  border-color: var(--tp-common-red-2);
}

.tap-one .ar-banner-shape img {
  filter: invert(1);
}

.tap-one .ar-about-content p {
  color: rgba(255, 255, 255, 0.6);
}

.tap-one .ar-about-exp-box {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 4px solid var(--tp-common-red-2);
}

.tap-one .tp-btn-red-circle-text {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-2);
  border: 1px solid var(--tp-common-red-2);
}

.tap-one .tp-btn-red-circle-icon {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-2);
  border: 1px solid var(--tp-common-red-2);
}

.tap-one .tp-btn-red-circle-box:hover .tp-btn-red-circle-text {
  border-color: transparent;
}

.tap-one .tp-btn-red-circle-box:hover> :nth-child(1) {
  border-color: transparent;
}


.tap-one .tp-header-8-border {
  border-bottom: 1px solid rgba(252, 252, 252, 0.08);
}

.tap-one .tp-section-subtitle.border-bg.bg-color {
  background: var(--tp-common-black);
}

.tap-one .tp-section-title-phudu {
  color: var(--tp-common-white);
}

.tap-one .tp-section-subtitle-platform.platform-text-black {
  color: var(--tp-common-white);
}

.tap-one .tp-section-title-platform.platform-text-black {
  color: var(--tp-common-white);
}

.tap-one .it-faq-shape-1 {
  filter: invert(1);
}

.tap-one .it-faq-shape-2 {
  filter: invert(1);
}



.tap-one .ar-about-us-4-title-box .ar-about-us-4-icon {
  filter: invert(1);
}

.tap-one .ar-about-us-4-title-box.shape-color .ar-about-us-4-icon {
  filter: invert(0);
}



.tap-one .tp-footer-style-6 .tp-footer-widget-title {
  color: var(--tp-common-white);
}

.tap-one .tp-footer-style-6 .tp-footer-widget-info a {
  color: var(--tp-common-white);
}

.tap-one .tp-footer-style-6 .tp-footer-widget-title-sm {
  color: var(--tp-common-white);
}

.tap-one .tp-copyright-style-6 .tp-copyright-left span {
  color: var(--tp-common-white);
}

.tap-one .tp-copyright-style-6 .tp-copyright-right a {
  color: var(--tp-common-white);
}


.tap-one .ar-about-us-4-title {
  color: var(--tp-common-white);
}

.tap-one .ar-about-us-4-title-box p {
  color: rgba(249, 244, 232, 0.6);
}

.tap-one .ar-about-us-4-text-title {
  color: var(--tp-common-white);
}


.tap-one .tp-btn-red-border.about-us-2 {
  color: var(--tp-common-white);
}

.tap-one .tp-career-title {
  color: var(--tp-common-white);
}


.tap-one .service-4-price {
  background: #282a2e !important;
}

.tap-one .tp-section-subtitle {
  color: var(--tp-common-white);
}

.tap-one .tp-service-5-text p {
  color: var(--tp-common-white);
}

.tap-one .tp-service-5-list ul li {
  color: var(--tp-common-white);
}

.tap-one .tp-benefits-heading p {
  color: var(--tp-common-white);
}

.tap-one .tp-service-5-price-item-title {
  color: var(--tp-common-white);
}

.tap-one .tp-service-5-price-item-list ul li {
  color: var(--tp-common-white);
}

.tap-one .tp-service-5-price-item-list ul li span {
  color: rgba(255, 255, 255, 0.7);
}

.tap-one .tp-service-5-price-item-head h4 {
  color: var(--tp-common-white);
}

.tap-one .tp-service-5-price-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 767px) {
  .body-padding {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}


@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) {
  .ar-title-mlr {
    margin-left: 0;
    margin-right: 0;
  }
}


@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-section-subtitle-clash.color-red {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .tp-section-subtitle-gradient.ct {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .tp-section-subtitle-teko {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .tp-section-subtitle-platform {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-subtitle.orange-color {
    margin-right: 50px;
  }
}

@media (max-width: 767px) {
  .tp-section-title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .tp-section-title.fs-140 {
    letter-spacing: 0;
    font-size: 65px;
  }
}

@media (max-width: 767px) {
  .tp-section-title.fs-64 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .tp-section-title.fs-54 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-section-title.fs-44 {
    font-size: 38px;
  }

  .tp-section-title.fs-44 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .tp-section-title.fs-54.fs-60 {
    font-size: 40px;
  }
}


@media (max-width: 767px) {
  .tp-section-title.lts {
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .tp-section-title.lts br {
    display: none;
  }
}

@media (max-width: 767px) {
  .tp-section-title-grotesk {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .tp-section-title-grotesk br {
    display: none;
  }
}

@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-transparent {
    margin-top: 15px!important;
  }
}

@media (max-width: 767px) {
  .tp-footer-area {
    padding-top: 80px;
  }

  .tp-footer-col-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .tp-footer-col-3 {
    padding: 0;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .tp-footer-widget-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gx-135 {
    --bs-gutter-x: 30px;
  }
}



@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-btn-yellow-green.lg {
    font-size: 14px;
    padding: 17px 20px;
  }
}


@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1510px;
  }

  .container-1830 {
    max-width: 1830px;
  }

  .container-1800 {
    max-width: 1800px;
  }

  .container-1750 {
    max-width: 1750px;
  }

  .container-1730 {
    max-width: 1730px;
  }

  .container-1680 {
    max-width: 1680px;
  }

  .container-1630 {
    max-width: 1630px;
  }

  .container-1580 {
    max-width: 1580px;
  }

  .container-1550 {
    max-width: 1550px;
  }

  .container-1460 {
    max-width: 1460px;
  }

  .container-1430 {
    max-width: 1430px;
  }

  .container-1350 {
    max-width: 1350px;
  }

  .container-1330 {
    max-width: 1330px;
  }

  .container-1320 {
    max-width: 1320px;
  }

  .container-1300 {
    max-width: 1300px;
  }

  .container-1230 {
    max-width: 1230px;
  }

  .container-1200 {
    max-width: 1200px;
  }

  .container-1030 {
    max-width: 1030px;
  }
}




@media (max-width: 767px) {
  .tp-work-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tp-work-item {
  border: 4px solid rgb(14, 15, 17);
  padding: 45px 40px 45px 50px;
  background-color: rgb(14, 15, 17);
}

@media (max-width: 767px) {
  .tp-work-item {
    padding: 45px 30px 45px 35px;
  }
}

.tp-work-item.about-us-3-bg {
  border-radius: 20px;
  border-color: #FFFFE6;
  background-color: #FFFFE6;
}

.tp-work-item.about-us-3-bg .tp-work-number span {
  background-color: #E7FF48;
}

.tp-work-item.about-us-3-bg .tp-work-number i {
  color: #2A4C3A;
}

.tp-work-item.about-us-3-bg .tp-work-title {
  color: #2A4C3A;
}

.tp-work-number {
  margin-bottom: 45px;
  display: inline-block;
}

.tp-work-number span {
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--tp-theme-yellow);
  line-height: 80px;
}

.tp-work-number i {
  font-weight: 800;
  font-size: 30px;
  color: var(--tp-common-black-3);
}

.tp-work-title {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: var(--tp-common-white);
}

@media (max-width: 767px) {
  .tp-work-title {
    font-size: 25px;
  }
}

@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-work-title-box {
    margin-bottom: 40px;
  }
}

.tp-work-content p {

  color: var(--tp-common-white);
}

@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) {
  .tp-work-content p br {
    display: none;
  }
}

.tp-work-wrapper {
  margin-left: 100px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-work-wrapper {
    margin-left: 60px;
  }
}

@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) {
  .tp-work-wrapper {
    margin-left: 0px;
  }
}

.grey_bg {
  background: #1A1B1E;
}


.tp-service-4-solution-item {
  padding: 40px 35px 35px;
  border: 1px solid rgba(3, 3, 3, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-icon {
  padding-bottom: 60px;
}

.tp-service-4-solution-item-icon span {
  background-color: #A8A8A8;
  height: 100%;
  width: 100%;
  display: block;
  padding: 20px;
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-icon {
  padding-bottom: 60px;
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 40px;
  padding-bottom: 36px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-teko);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .tp-service-4-solution-item.service-details .tp-service-4-solution-item-title {
    font-size: 32px;
  }
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-title a {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0px 82%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-title a:hover {
  background-size: 0% 1px, 100% 1px;
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-content {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-content p {
  color: var(--tp-common-white);
}

.tp-service-4-solution-item.service-details .tp-service-4-solution-item-content ul li {
  font-size: 16px;
  font-weight: 400;
  list-style: none;
  margin-bottom: 6px;
  color: var(--tp-common-white);
  position: relative;
  padding-left: 20px;
}

.tp-service-4-solution-item-content ul li span {
  position: absolute;
  left: -3px;
}

.list_inactive {
  color: #313131 !important
}

.tp-service-4-solution-item-content h6 {
  color: var(--tp-common-white);
  font-size: 20px;
}

.or {
  margin-bottom: 30px !important;
  margin-top: 32px;
  border-bottom: 1px solid gray;
  padding: 0 !important;
}

.or span {
  background: var(--tp-theme-yellow);
  color: #000;
  top: -17px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  line-height: 34px;
  font-size: 12px;
  left: 44% !important;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .tp-service-4-solution-item.service-details .tp-service-4-solution-item-content ul li {
    font-size: 14px;
  }
}

.why_choose li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  display: ruby;
  float: left;
  color: var(--tp-common-white);
  position: relative;
  padding-left: 32px;
  margin-right: 16px;
}

.why_choose li span {
  display: grid;
  height: 24px;
  width: 24px;
  margin-right: 12px;
  border-radius: 50%;
  text-align: center;
  flex: 0 0 auto;
  place-content: center;
  transform: translateY(4px);
  border: 1px solid rgba(221, 188, 6, 0.09);
  position: absolute;
  top: -2px;
  left: 0;
}


.why_choose li span svg {
  color: var(--tp-common-green-regular);
}

.tp-service-4-process-ptb p {
  color: var(--tp-common-white);
}

.white_color {
  color: var(--tp-common-white);
}





.fill {
  font-size: 140px;
  -webkit-text-fill-color: #1A1B1E;
  -webkit-text-stroke: 3px var(--tp-theme-yellow);
  position: relative;
  font-family: "Open Sans", sans-serif;
}

.fill::before {
  position: absolute;
  content: attr(data-text);
  top: 0;
  left: 0px;
  -webkit-text-fill-color: #ff5722;
  width: 0;
  overflow: hidden;
  transition: 0.5s;
}

.fill:hover::before {
  width: 100%;
}


html {
  scroll-behavior: smooth;
}