@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap" rel="stylesheet');
:root {

  --tp-ff-body: 'DM Sans', sans-serif;
  --tp-ff-heading: 'DM Sans', sans-serif;
  --tp-ff-p: 'DM Sans', sans-serif;
  --tp-ff-fontawesome: Font Awesome 5 Pro;

  --tp-common-white: #ffffff;
  --tp-common-black: #292930;
  --tp-common-black-2: #3A3A42;
  --tp-common-blue: #82CEFD;
  --tp-common-pink: #FFADAD;
  --tp-common-dpink: #FD346E;
  --tp-common-paste: #1EE2CF;
  --tp-heading-primary: #292930;
  --tp-grey-1: #F7F8FD;
  --tp-grey-2: #f8f8f8;
  --tp-text-body: #8A90A2;
  --tp-text-p: #8A90A2;
  --tp-theme-1: #0d9f69;
  --tp-theme-2: #0a9642;
  --tp-theme-primary: #FFDC60;
  --tp-theme-secondary: #57c9da;
  --tp-border-1: #E8ECF2;
  --tp-border-2: #4E4E59;
}

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

body {
  font-family: var(--tp-ff-body);
  font-size: 14px;
  font-weight: 400;
  color: var(--tp-text-body);
  line-height: 26px;
  overflow-x: hidden;
}

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

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

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

p {
  font-family: var(--tp-ff-p);
  font-size: 18px;
  font-weight: 400;
  color: var(--tp-text-body);
  margin-bottom: 15px;
  line-height: 30px;
}

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

a,
.btn,
button,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

li {
  list-style: 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 {
  outline: none;
}

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

*::-moz-selection {
  background: var(--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: var(--tp-fz-body);
  opacity: 1;
}

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

.w-img img {
  width: 100%;
}

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

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

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

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

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

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

@media (max-width: 767px) {
  .gx-45 {
    --bs-gutter-x: 15px;
  }
}

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

.gx-40 {
  --bs-gutter-x: 40px;
}
@media (max-width: 767px) {
  .gx-40 {
    --bs-gutter-x: 0px;
  }
}

.gx-120 {
  --bs-gutter-x: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gx-120 {
    --bs-gutter-x: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gx-120 {
    --bs-gutter-x: 40px;
  }
}
@media (max-width: 767px) {
  .gx-120 {
    --bs-gutter-x: 0px;
  }
}

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

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

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

.gx-6 {
  --bs-gutter-x: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gx-6 {
    --bs-gutter-x: 40px;
  }
}
@media (max-width: 767px) {
  .gx-6 {
    --bs-gutter-x: 15px;
  }
}

.gx-7 {
  --bs-gutter-x: 70px;
}
@media (max-width: 767px) {
  .gx-7 {
    --bs-gutter-x: 0px;
  }
}

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

.gx-50 {
  --bs-gutter-x: 50px;
}
@media (max-width: 767px) {
  .gx-50 {
    --bs-gutter-x: 0px;
  }
}

.radius-20 {
  border-radius: 20px;
}

.tp-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
.tp-btn i {
  padding-left: 17px;
}
.tp-btn:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-primary);
}
.tp-btn:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn::before, .tp-btn::after {
  content: "";
  background: #FFDC60;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-btn {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .tp-btn {
    height: 56px;
    line-height: 56px;
  }
}

.tp-btn-black {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: black;
  background: #ffffff;
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-btn-black {
    height: 60px;
    line-height: 60px;
  }
}
.tp-btn-black i {
  padding-left: 17px;
}
.tp-btn-black:hover {
  color: var(--tp-common-white);
}
.tp-btn-black:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-black::before, .tp-btn-black::after {
  content: "";
  background: var(--tp-common-black);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-black::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-black::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-black:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-black:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .tp-btn-black {
    height: 56px;
    line-height: 56px;
  }
}

.tp-btn-lg-yellow {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-theme-primary);
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
  outline: none;
  border: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-lg-yellow {
    padding: 0 35px;
  }
}
.tp-btn-lg-yellow i {
  padding-left: 17px;
}
.tp-btn-lg-yellow:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-theme-1);
}
.tp-btn-lg-yellow:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-lg-yellow::before, .tp-btn-lg-yellow::after {
  content: "";
  background: var(--tp-common-white);
  color: var(--tp-common-black);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-lg-yellow::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-lg-yellow::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-lg-yellow:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-lg-yellow:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 767px) {
  .tp-btn-lg-yellow {
    height: 56px;
    line-height: 56px;
  }
}

.tp-btn-yellow {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: var(--tp-theme-primary);
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-btn-yellow {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-btn-yellow {
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .tp-btn-yellow {
    height: 56px;
    line-height: 56px;
    left: 0;
    right: auto;
  }
}
.tp-btn-yellow i {
  padding-left: 17px;
}
.tp-btn-yellow:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-secondary);
}
.tp-btn-yellow:hover i {
  animation: tfLeftToRight 0.5s forwards;
}
.tp-btn-yellow::before, .tp-btn-yellow::after {
  content: "";
  background: var(--tp-theme-1);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.tp-btn-yellow::before {
  top: 0;
  left: 0;
  right: auto;
}
.tp-btn-yellow::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tp-btn-yellow:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tp-btn-yellow:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.tp-followUp-Whatsapp-button .tp-btn-yellow-semilar {
    padding: 0 50px;
    height: 60px;
    line-height: 60px;
  }
}


@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes tpupdown-2 {
  0% {
    -webkit-transform: translateY(20);
    -moz-transform: translateY(20);
    -ms-transform: translateY(20);
    -o-transform: translateY(20);
    transform: translateY(20);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tpupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes leftright {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes movinglight {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-70px);
  }
  50% {
    transform: translatey(-70px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes movinglight2 {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(70px);
  }
  50% {
    transform: translatey(70px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes movingtop {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translatey(70px);
  }
  50% {
    transform: translatey(-70px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes circle-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle-animation2 {
  0% {
    transform: scale(-1, 1) rotate(360deg);
  }
  100% {
    transform: scale(-1, 1) rotate(0deg);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes zoom2 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes wobble-vertical {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes section-highlight {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthcalc {
  0% {
    width: 20%;
  }
  50% {
    width: 50%;
  }
  75% {
    width: 90%;
  }
  90% {
    opacity: 75%;
  }
  90% {
    opacity: 100%;
  }
}


@-webkit-keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-90px);
    transform: translateX(-90px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-90px);
    transform: translateX(-90px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-90px);
    transform: translateX(-90px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}


@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}


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

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

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

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

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

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

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

.yellow-bg {
  background: var(--tp-theme-primary);
  border-radius: 20px;
}

.bg-radius-none {
  border-radius: inherit;
}

.body-overlay.apply {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  transition: 0.3s;
}

.tp-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #8A90A2;
  margin-bottom: 20px;
}
.tp-subtitle::before {
  height: 12px;
  width: 12px;
  background-color: var(--tp-theme-primary);
  content: "";
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
.tp-subtitle.pink-circle::before {
  height: 12px;
  width: 12px;
  background-color: var(--tp-common-pink);
  content: "";
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.tp-subtitle-before-color {
  color: rgba(41, 41, 48, 0.6);
}
.tp-subtitle-before-color::before {
  background-color: rgba(41, 41, 48, 0.6);
}

.tp-title {
  font-size: 60px;
  font-weight: 700;
  color: var(--tp-common-black);
  margin-bottom: 40px;
  line-height: 1.1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-title {
    font-size: 55px;
  }
  .tp-title br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-title {
    font-size: 45px;
  }
  .tp-title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .tp-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-title {
    font-size: 35px;
  }
}

.tp-title-sm {
  font-size: 50px;
  letter-spacing: 0;
  color: var(--tp-common-black);
  font-weight: 700;
  letter-spacing: -2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-title-sm {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-title-sm {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-title-sm {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .tp-title-sm {
    font-size: 35px;
  }
}

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

.subtitle-secondary-color {
  color: #d2d2d2;
}

.tp-section-highlight {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.tp-section-highlight svg {
  position: absolute;
  bottom: 11px;
  left: 2px;
  z-index: -1;
  width: 0%;
  -moz-animation: section-highlight 1s ease-in-out 0.3s forwards;
  -webkit-animation: section-highlight 1s ease-in-out 0.3s forwards;
  animation: section-highlight 1s ease-in-out 0.3s forwards;
}


.mobile-menu.mean-container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .mobile-menu.mean-container {
    margin-bottom: 30px;
  }
}

.mobile-menu .sidebar-list {
  clear: both;
}
.mobile-menu .sidebar-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  color: var(--tp-common-white);
}

.mobile-menu .sidebar-list li::after {
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #888888;
  background-color: transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.mobile-menu .tp-sidebar-social {
  margin-top: 20px;
}
.mobile-menu .tp-sidebar-social a {
  margin-right: 5px;
  background-color: var(--tp-theme-primary);
  color: #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
}

.sidebar-title h3 {
  color: var(--tp-common-white);
}

.tp-main-menu ul li {
  display: inline-block;
  margin-right: 60px;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-main-menu ul li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu ul li {
    margin-right: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main-menu ul li {
    margin-right: 25px;
  }
}
.tp-main-menu ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #8A90A2;
  text-transform: capitalize;
  position: relative;
  padding: 37px 0;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main-menu ul li a {
    font-size: 15px;
  }
}
.tp-main-menu ul li a i {
  margin-left: 5px;
  transform: translateY(2px);
  transition: 0.4s;
}
.tp-main-menu ul li a::after {
  position: absolute;
  content: "";
  bottom: 25px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: var(--tp-theme-1);
  border-radius: 33px;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.tp-main-menu ul li a::before {
  position: absolute;
  content: "";
  bottom: 25px;
  right: 0;
  width: 0;
  height: 4px;
  background-color: var(--tp-theme-primary);
  border-radius: 33px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-main-menu ul li:hover a {
  color: var(--tp-common-black);
}
.tp-main-menu ul li:hover a::after {
  visibility: visible;
  opacity: 1;
  width: 90%;
}
.tp-main-menu ul li:hover a::before {
  visibility: visible;
  opacity: 1;
  width: 50%;
}
.tp-main-menu ul li:hover a i {
  transform: rotate(-180deg);
}
.tp-main-menu ul li:hover ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.tp-main-menu ul li ul.submenu {
  position: absolute;
  background-color: var(--tp-common-black);
  padding: 40px;
  width: 270px;
  transition: 0.3s;
  top: 110%;
  opacity: 0;
  visibility: hidden;
}
.tp-main-menu ul li ul.submenu li {
  margin: 0;
  margin-bottom: 10px;
  display: block;
}
.tp-main-menu ul li ul.submenu li:last-child {
  margin-bottom: 0;
}
.tp-main-menu ul li ul.submenu li a {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-white);
  display: block;
  padding: 0;
}
.tp-main-menu ul li ul.submenu li a::after, .tp-main-menu ul li ul.submenu li a::before {
  display: none;
}
.tp-main-menu ul li ul.submenu li a:hover {
  color: var(--tp-theme-primary);
}
.tp-main-menu ul li:hover::after {
  color: var(--tp-common-black);
  transform: rotate(-180deg);
}

.hasdropdown-white {
  padding-top: 35px;
  padding-bottom: 35px;
}
.hasdropdown-white .hasdropdown::after {
  color: var(--tp-common-white);
}
.hasdropdown-white .hasdropdown:hover::after {
  color: var(--tp-theme-primary);
}

.header-space-three {
  padding-right: 115px;
  padding-left: 115px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header-space-three {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-space-three {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-space-three {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.tp-header-right button {
  font-size: 25px;
  color: #222;
  margin-left: 30px;
  height: 57px;
  width: 57px;
  line-height: 57px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px -2px 12px #EBE9F3;
}

.tp-shadow-transparent button {
  box-shadow: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-shadow-transparent button {
    box-shadow: 0px -2px 12px #EBE9F3;
  }
}

.header-space-two {
  padding-top: 35px;
}

.tp-header-button {
  line-height: 0;
}

.bar button {
  font-size: 25px;
  color: #222;
  margin-left: 30px;
  height: 57px;
  width: 57px;
  line-height: 57px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px -2px 12px #EBE9F3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bar button {
    box-shadow: none;
  }
}

.tp-header-bg {
  background-color: var(--tp-common-white);
  margin-left: 80px;
  margin-right: 80px;
  padding: 0px 35px;
  margin-top: 50px;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-bg {
    margin-left: 0;
    margin-right: 0;
  }
}

.tp-menu-bar button {
  font-size: 30px;
  color: var(--tp-common-black);
  font-weight: 400;
  height: 70px;
  width: 70px;
  background-color: var(--tp-common-white);
  text-align: center;
  line-height: 70px;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.tp-menu-bar button:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-black);
}

.header-transparent {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .header-transparent {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header-transparent {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-transparent {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-transparent {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-transparent-two {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--tp-common-white);
  width: 100%;
  padding-top: 0px;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0px 2px 55px rgba(168, 182, 218, 0.32);
  z-index: 9999;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-sticky {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header-sticky .tp-menu-bar button {
  box-shadow: 0px 2px 55px rgba(168, 182, 218, 0.32);
}
.header-sticky .header-space-two {
  padding: 0;
}
.header-sticky.tp-header-bg {
  margin-top: 0;
  margin-left: 0;
  border-radius: 0;
}
.header-sticky .tp-main-menu ul li a {
  padding: 35px 0;
}

.hasdropdown-white.header-sticky {
  background-color: var(--tp-theme-1);
  padding-bottom: 0px;
  padding-top: 0;
  box-shadow: none;
}
.hasdropdown-white.header-sticky .tp-main-menu nav > ul > li > a {
  padding-top: 35px;
  padding-bottom: 35px;
}

.tp-md-header-area.header-sticky .bar .tp-menu-bar button {
  box-shadow: 0px 2px 55px rgba(168, 182, 218, 0.32);
}

.tp-green-bg.header-sticky {
  background: var(--tp-theme-1);
}
.tp-green-bg button {
  box-shadow: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-menu-white ul li {
    margin-right: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-menu-white ul li {
    margin-right: 26px;
  }
}
.tp-menu-white ul li a {
  color: var(--tp-common-white);
  padding: 30px 0;
}
.tp-menu-white ul li a::after {
  display: none;
}
.tp-menu-white ul li a::before {
  display: none;
}
.tp-menu-white ul li:hover a {
  color: var(--tp-theme-primary);
}
.tp-menu-white ul li:hover ul.submenu {
  top: 100%;
}
.tp-menu-white ul li ul.submenu {
  top: 110%;
}

.tp-menu-black ul li {
  margin-right: 55px;
}
.tp-menu-black ul li a {
  font-size: 16px;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .tp-menu-black ul li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-menu-black ul li {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-menu-black ul li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-menu-black ul li {
    margin-right: 22px;
  }
}

.login-color-black a {
  color: var(--tp-common-black);
  transition: 0.3s;
}
.login-color-black a:hover {
  color: var(--tp-theme-1);
}

@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .tp-bs-menu ul li {
    margin-right: 43px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-bs-menu ul li {
    margin-right: 32px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-bs-menu ul li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-bs-menu ul li {
    margin-right: 22px;
  }
}

.tp-yellow-space {
  margin-left: 200px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-yellow-space {
    margin-left: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-yellow-space {
    margin-left: 0;
  }
}

.tp-header-yellow-button {
  line-height: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-yellow-button {
    margin-left: 30px;
  }
}

.tp-header-login {
  font-size: 18px;
  color: var(--tp-common-white);
  font-weight: 500;
}
.tp-header-login:hover {
  color: var(--tp-theme-primary);
}

.tp-login-primary a {
  color: var(--tp-common-white);
}
.tp-login-primary a:hover {
  color: var(--tp-theme-primary);
}

.tp-menu-space {
  padding-top: 50px;
}

.tp-menu-bar span {
  cursor: pointer;
}

.tp-menu-color ul li a {
  color: #8A90A2;
  line-height: 0;
}
.tp-menu-color ul li:hover a {
  color: var(--tp-common-black);
}

.header-login-color {
  padding-bottom: 0;
}
.header-login-color a {
  color: #8A90A2;
}
.header-login-color a:hover {
  color: var(--tp-common-black);
}

.tp-header-login-space a {
  padding-right: 60px;
  position: relative;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .tp-header-login-space a {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-header-login-space a {
    padding-right: 40px;
  }
}
.tp-header-login-space a span {
  color: var(--tp-theme-1);
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
.tp-header-login-space a ul {
  position: absolute;
}
.tp-logo img {
  width: 280px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-bp-menu ul li {
    margin-right: 35px;
  }
}

.tp-header-left ul {
  margin-right: 65px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1601px) and (max-width: 1800px) {
  .tp-header-left ul {
    margin-right: 50px;
  }
}
.tp-header-left ul li {
  display: inline-block;
  margin-left: 60px;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1601px) and (max-width: 1800px) {
  .tp-header-left ul li {
    margin-left: 20px;
  }
}
.tp-header-left ul li a {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-header-left ul li a .arrow-down {
  color: var(--tp-theme-1);
  font-size: 16px;
  margin-left: 5px;
}
.tp-header-left ul li a .fa-user {
  color: var(--tp-common-black);
  font-size: 16px;
  margin-right: 5px;
}
.tp-header-left ul li:hover > a {
  color: var(--tp-theme-1);
}
.tp-header-left ul li:hover > a i {
  color: var(--tp-theme-1);
}
.tp-header-left ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 232%;
}
.tp-header-left ul li ul {
  position: absolute;
  background-color: var(--tp-common-black);
  right: 0;
  margin-right: 0;
  padding: 15px;
  top: 240%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 5;
}
.tp-header-left ul li ul li {
  margin: 0;
}
.tp-header-left ul li ul li a {
  color: var(--tp-common-white);
  font-size: 14px;
}
.tp-header-left ul li ul li:hover a {
  color: var(--tp-theme-primary);
}

.tpoffcanvas {
  position: fixed;
  top: 0;
  right: -100%;
  width: 690px;
  height: 100vh;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: black;
  z-index: 9999;
  transition: 1s;
  padding-right: 120px;
  padding-left: 100px;
  padding-top: 100px;
  padding-bottom: 50px;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .tpoffcanvas {
    width: 330px;
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas {
    width: 400px;
    padding: 40px;
  }
}

.button-hero-mobile{
  visibility: hidden;
}

@media (max-width: 767px) {
  .button-hero-mobile {
    visibility: visible;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .button-hero-mobile {
    visibility: visible;
  }
}


.tpoffcanvas.opened {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.tpoffcanvas__logo {
  margin-bottom: 60px;
}
.tpoffcanvas__logo img {
  width: 180px;
  height: 100%;
}
.tpoffcanvas__close-btn {
  font-size: 40px;
  color: white;
  position: absolute;
  right: 50px;
  top: 110px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .tpoffcanvas__close-btn {
    font-size: 28px;
    right: 20px;
    top: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas__close-btn {
    right: 36px;
    top: 52px;
  }
}
.tpoffcanvas__close-btn:hover {
  color: red;
  transform: rotate(10deg);
}
.tpoffcanvas__content p {
  font-size: 26px;
  color: var(--tp-common-white);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
  padding-bottom: 55px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas__content p br {
    display: none;
  }
}
.tpoffcanvas__contact {
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas__contact {
    margin-top: 60px;
  }
}
.tpoffcanvas__contact span {
  font-size: 14px;
  color: #888888;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: inline-block;
}
.tpoffcanvas__contact ul {
  margin-bottom: 60px;
}
.tpoffcanvas__contact ul li {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-white);
  margin-bottom: 27px;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .tpoffcanvas__contact ul li {
    font-size: 16px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas__contact ul li {
    font-size: 18px;
  }
}
.tpoffcanvas__contact ul li:last-child {
  margin-bottom: 0;
}
.tpoffcanvas__contact ul li i {
  color: var(--tp-theme-primary);
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 4px;
}
@media (max-width: 767px) {
  .tpoffcanvas__contact ul li i {
    font-size: 16px;
  }
}
.tpoffcanvas__contact ul li:hover {
  color: var(--tp-theme-primary);
}
.tpoffcanvas__input {
  margin-bottom: 65px;
}
.tpoffcanvas__input p {
  color: #888888;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tpoffcanvas__input input {
  background: rgba(118, 118, 130, 0.3);
  border: transparent;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 80px;
  border-radius: 10px;
  color: var(--tp-common-white);
}
.tpoffcanvas__input input::placeholder {
  font-size: 14px;
  color: var(--tp-common-white);
  font-weight: 400;
}
.tpoffcanvas__input button {
  height: 60px;
  width: 60px;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 10px;
}
.tpoffcanvas__instagram img {
  border-radius: 10px;
  max-width: 100%;
}
.tpoffcanvas__instagram P {
  font-size: 14px;
  color: #888888;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.tpoffcanvas__instagram a {
  margin-right: 10px;
}

.mobile-menu.mean-container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .mobile-menu.mean-container {
    margin-bottom: 30px;
  }
}

.mobile-menu .sidebar-list {
  clear: both;
}
.mobile-menu .sidebar-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  color: var(--tp-common-white);
}
.mobile-menu .sidebar-list li::after {
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #888888;
  background-color: transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.mobile-menu .tp-sidebar-social {
  margin-top: 20px;
}
.mobile-menu .tp-sidebar-social a {
  margin-right: 5px;
  background-color: var(--tp-theme-primary);
  color: #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
}

.sidebar-title h3 {
  color: var(--tp-common-white);
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  color: #fff;
  border-top: 1px solid #353535;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--tp-theme-primary);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 10px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #888888 !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
  border-color: #888888;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--clr-common-black);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-yellow-button {
    margin-left: 0;
  }
}

.tp-main-menu {
  position: relative;
}

.tp-main-menu ul li.has-mega-menu {
  position: static;
}

.tp-main-menu ul li.has-mega-menu ul.submenu {
  width: 800px;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main-menu ul li.has-mega-menu ul.submenu {
    left: -170px;
  }
}

.tp-main-menu ul li.has-mega-menu ul.submenu li {
  width: 33.33%;
  float: left;
}

.tp-hero-space {
  padding-top: 220px;
  padding-bottom: 65px;
}

.shape-circle-yellow {
  height: 433px;
  width: 433px;
  background-color: var(--tp-theme-primary);
  border-radius: 100%;
  position: absolute;
  top: -180px;
  left: -112px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .shape-circle-yellow {
    top: -220px;
    left: -200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .shape-circle-yellow {
    height: 370px;
    width: 370px;
  }
}

.shape-circle-blue {
  overflow: hidden;
  height: 990px;
  width: 990px;
  background-color: var(--tp-theme-1);
  border-radius: 100%;
  position: absolute;
  right: -330px;
  top: -130px;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .shape-circle-blue {
    right: -500px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .shape-circle-blue {
    right: -370px;
    height: 690px;
    width: 690px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shape-circle-blue {
    right: -408px;
    height: 660px;
    width: 660px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shape-circle-blue {
    height: 400px;
    width: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shape-circle-blue {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 767px) {
  .shape-circle-blue {
    display: none;
  }
}

.tp-highlight {
  position: relative;
  display: inline-block;
}
.tp-highlight svg {
  position: absolute;
  bottom: 9px;
  left: 0;
  -moz-animation: section-highlight 1s ease-in-out 0.3s forwards;
  -webkit-animation: section-highlight 1s ease-in-out 0.3s forwards;
  animation: section-highlight 1s ease-in-out 0.3s forwards;
}
.tp-highlight svg.highlight-space {
  bottom: 20px;
}
.tp-highlight svg path {
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  transform: translateX(-4px);
}
.tp-highlight i {
  position: relative;
  z-index: 2;
  font-style: normal;
}

.bs-hero-social {
  position: absolute;
  left: -8%;
  transform: rotate(90deg);
  top: 60%;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .bs-hero-social {
    left: -12%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .bs-hero-social {
    left: -16%;
  }
}


.tp-bp-hero-space {
  padding-top: 330px;
  padding-bottom: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-bp-hero-space {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-bp-hero-space {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .tp-bp-hero-space {
    padding-top: 0px;
  }
}

.tp-bp-hero__img {
  max-width: inherit;
  margin-left: 67px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-bp-hero__img {
    margin-left: 0;
    margin-top: 30px;
  }
  .tp-bp-hero__img img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-bp-hero__img {
    margin-left: 0;
    margin-top: 50px;
  }
  .tp-bp-hero__img img {
    max-width: 100%;
  }
}

.tp-hero-title {
  color: var(--tp-common-black);
  font-size: 90px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 35px;
  letter-spacing: -2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-hero-title {
    font-size: 38px;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-title {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .tp-hero-xs-title {
    font-size: 43px;
  }
}

.tp-hero-text p {
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 40px;
}
@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-hero-text p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-hero-text p {
    font-size: 16px;
    padding-bottom: 0;
    line-height: 28px;
    margin-bottom: 25px;
  }
}

.tp-hero-social a {
  font-size: 14px;
  color: var(--tp-common-black);
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 50px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-social a {
    padding-right: 43px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-social a {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .tp-hero-social a {
    padding-right: 25px;
  }
}
.tp-hero-social a i {
  font-size: 14px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .tp-hero-social a i {
    padding-right: 0px;
  }
}

.tp-hero-social-bg-color {
  background-color: var(--tp-common-white);
  display: inline-block;
  padding-left: 90px;
  padding-right: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-social-bg-color {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .tp-hero-social-bg-color {
    padding-left: 0px;
    padding-right: 0;
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .bp-hero-social span {
    display: none;
  }
}
@media (max-width: 767px) {
  .bp-hero-social a {
    padding-right: 0;
    height: 40px;
    width: 40px;
    background-color: var(--tp-common-white);
    color: var(--tp-common-white);
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    box-shadow: 0px 2px 55px rgba(168, 182, 218, 0.32);
    border-radius: 4px;
    transition: 0.5s;
  }
  .bp-hero-social a:hover {
    border-radius: 50%;
    transform: rotate(360deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-button {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .tp-hero-button {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .tp-hero-button .tp-btn, .tp-hero-button .tp-btn-grey {
    height: 56px;
    line-height: 56px;
    margin-bottom: 20px;
  }
}

.tp-hero-big-img {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .tp-hero-big-img {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.tp-hero-big-img img {
  transform: translateX(45px);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-big-img img {
    transform: translateX(-70px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-big-img img {
    transform: translateX(-40px);
    max-width: 120%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-big-img img {
    transform: translateX(-15px);
    max-width: 115%;
    margin-top: -80px;
  }
}
@media (max-width: 767px) {
  .tp-hero-big-img img {
    transform: translateX(0);
    max-width: 100%;
  }
}

.bl-header-top__social a {
  font-size: 22px;
  color: #A9A9A9;
  margin-right: 40px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-header-top__social a {
    font-size: 18px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bl-header-top__social a {
    font-size: 15px;
    margin-right: 20px;
  }
}
.bl-header-top__social a:hover {
  color: var(--tp-common-black);
}
.bl-header-top__logo {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bl-header-top__logo {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bl-header-top__logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.bl-header-top__right a {
  font-size: 22px;
  color: #A9A9A9;
  transition: 0.3s;
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bl-header-top__right a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bl-header-top__right a {
    font-size: 18px;
    margin-left: 15px;
  }
}
.bl-header-top__right a:hover {
  color: var(--tp-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bl-header-bottom__mobile-space {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.bl-header-bottom__main-menu ul li {
  display: inline-block;
  margin: 0px 30px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-header-bottom__main-menu ul li {
    margin: 0 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bl-header-bottom__main-menu ul li {
    margin: 0 18px;
  }
}
.bl-header-bottom__main-menu ul li ul.submenu {
  position: absolute;
  background-color: var(--tp-common-black);
  padding: 40px;
  width: 270px;
  transition: 0.3s;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.bl-header-bottom__main-menu ul li ul.submenu li {
  margin: 0;
  margin-bottom: 10px;
  display: block;
}
.bl-header-bottom__main-menu ul li ul.submenu li:last-child {
  margin-bottom: 0;
}
.bl-header-bottom__main-menu ul li ul.submenu li a {
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-white);
  display: block;
  padding: 0;
}
.bl-header-bottom__main-menu ul li ul.submenu li a:hover {
  color: var(--tp-theme-primary);
}
.bl-header-bottom__main-menu ul li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  padding: 30px 0;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bl-header-bottom__main-menu ul li a {
    font-size: 16px;
  }
}
.bl-header-bottom__main-menu ul li:hover a {
  color: var(--tp-theme-primary);
}
.bl-header-bottom__main-menu ul li:hover ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.bl-header-bottom__bar button {
  font-size: 24px;
  font-weight: 700;
  color: var(--tp-common-white);
}
.bl-header-bottom__bar button:hover {
  color: var(--tp-theme-primary);
}
.bl-header-bottom__search button {
  font-size: 20px;
  font-weight: 700;
  color: var(--tp-common-white);
}

.bl-hero__slider-wrapper {
  margin-top: 30px;
  margin-left: -480px;
  margin-right: -480px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bl-hero__slider-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.bl-hero__slider-arrow button {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  line-height: 75px;
  text-align: center;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  font-size: 22px;
  box-shadow: 0px 7px 13px rgba(44, 65, 97, 0.13);
}
@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) {
  .bl-hero__slider-arrow button {
    height: 50px;
    width: 50px;
    line-height: 55px;
  }
}
.bl-hero__slider-arrow .next-arrow {
  position: absolute;
  top: 50%;
  left: 22.9%;
  z-index: 9;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .bl-hero__slider-arrow .next-arrow {
    left: 19%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-hero__slider-arrow .next-arrow {
    left: 17.9%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bl-hero__slider-arrow .next-arrow {
    left: 14%;
  }
}
.bl-hero__slider-arrow .prev-arrow {
  position: absolute;
  top: 50%;
  right: 22.9%;
  z-index: 9;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .bl-hero__slider-arrow .prev-arrow {
    right: 19%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bl-hero__slider-arrow .prev-arrow {
    right: 17.9%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bl-hero__slider-arrow .prev-arrow {
    right: 14%;
  }
}
.bl-hero__slider-item {
  position: relative;
}
.bl-hero__slider-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bl-hero__slider-item:hover .bl-hero__slider-img img {
  transform: scale(1.1);
}
.bl-hero__slider-img img {
  transform: 0.6s;
}
.bl-hero__content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 50px;
}
@media (max-width: 767px) {
  .bl-hero__content {
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bl-hero__content {
    padding: 60px;
  }
}

.social-icon-1 {
  color: var(--tp-theme-1);
}
@media (max-width: 767px) {
  .social-icon-1 {
    margin-bottom: 20px;
  }
}
.social-icon-1:hover {
  color: var(--tp-theme-1);
}

.social-icon-2 {
  color: #1DA1F2;
}
@media (max-width: 767px) {
  .social-icon-2 {
    margin-bottom: 20px;
  }
}
.social-icon-2:hover {
  color: #1DA1F2;
}

.social-icon-3 {
  color: red;
}
@media (max-width: 767px) {
  .social-icon-3 {
    margin-bottom: 20px;
  }
}
.social-icon-3:hover {
  color: red;
}

.social-icon-4 {
  color: #1DA1F2;
}
.social-icon-4:hover {
  color: #1DA1F2;
}

.tp-hero-content-box {
  position: relative;
  z-index: 2;
  padding-top: 208px;
  padding-bottom: 86px;
}
.tp-hero-content-box .tp-hero-title {
  font-size: 62px;
  font-weight: 700;
  color: var(--tp-common-black);
  margin-bottom: 48px;
  letter-spacing: -4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-content-box .tp-hero-title {
    font-size: 53px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-content-box .tp-hero-title {
    font-size: 52px;
    letter-spacing: -1.5px;
  }
}
@media (max-width: 767px) {
  .tp-hero-content-box .tp-hero-title {
    font-size: 30px;
    letter-spacing: -1.5px;
  }
}
.tp-hero-content-box .tp-hero-title span {
  color: var(--tp-theme-1);
}

.ct-hero-title {
  font-size: 75px;
  font-weight: 700;
  color: var(--tp-common-white);
  margin-bottom: 48px;
  letter-spacing: -3px;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ct-hero-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ct-hero-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ct-hero-title {
    font-size: 67px;
  }
}
@media (max-width: 767px) {
  .ct-hero-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

.ce-hero-shape {
  position: absolute;
  top: 270px;
  left: 45px;
  animation: rotate2 15s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ce-hero-shape {
    top: 173px;
    left: 16px;
  }
}

.ce-hero-shape-two {
  position: absolute;
  bottom: 100px;
  left: 45px;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ce-hero-shape-two {
    bottom: 165px;
    left: 20px;
  }
}

.bp-hero-shape-1 {
  position: absolute;
  top: 265px;
  left: 60px;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .bp-hero-shape-1 {
    top: 38px;
    left: 20px;
  }
}

.bp-hero-shape-2 {
  position: absolute;
  bottom: 140px;
  left: 40px;
  animation: rotate2 15s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .bp-hero-shape-2 {
    bottom: 0px;
    left: 5px;
  }
}

.bp-hero-shape-3 {
  position: absolute;
  top: 20%;
  right: 37%;
  animation: rotate2 15s linear infinite;
}

.bp-hero-shape-4 {
  position: absolute;
  right: 119px;
  bottom: 110px;
  z-index: 5;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .bp-hero-shape-4 {
    right: 119px;
    bottom: -50px;
  }
}

.tp-hero-bg-circle {
  position: relative;
  z-index: 1;
}
.tp-hero-bg-circle::after {
  position: absolute;
  content: "";
  top: -160px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1374px;
  height: 1374px;
  border-radius: 50%;
  background-color: #F4F3F9;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-bg-circle::after {
    top: -73px;
    width: 1200px;
    height: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-bg-circle::after {
    top: -70px;
    width: 1100px;
    height: 1100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-bg-circle::after {
    top: 0;
    left: 0;
    width: 900px;
    height: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-bg-circle::after {
    top: 123px;
    left: 0;
    width: 700px;
    height: 700px;
  }
}
@media (max-width: 767px) {
  .tp-hero-bg-circle::after {
    top: 123px;
    left: 0;
    width: 300px;
    height: 300px;
  }
}

.tp-hero-light-shape-one {
  position: absolute;
  right: 11%;
  top: 45%;
  z-index: 2;
  animation: jumpTwo 4s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-light-shape-one {
    right: 4%;
  }
}

.tp-hero-light-shape-two {
  position: absolute;
  top: 47%;
  left: 12.5%;
  z-index: 2;
  animation: movinglight 10s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-light-shape-two {
    left: 5.5%;
  }
}

.tp-hero-light-shape-three {
  position: absolute;
  left: 130px;
  bottom: 120px;
  animation: jumpTwo 4s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-light-shape-three {
    left: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-light-shape-three {
    left: 40px;
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-hero-light-shape-three {
    left: 7px;
    bottom: 35px;
  }
}

.tp-hero-light-shape-four {
  position: absolute;
  right: 130px;
  bottom: 120px;
  animation: movinglight 10s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-light-shape-four {
    right: 24px;
    bottom: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-light-shape-four {
    right: 10px;
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-hero-light-shape-four {
    right: 7px;
    bottom: 10px;
  }
}

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

.tp-hero-shape-three {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-shape-three {
    bottom: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-shape-three {
    left: -35px;
  }
}
@media (max-width: 767px) {
  .tp-hero-shape-three {
    display: none;
  }
}

.tp-hero-social-link a {
  margin: 0 10px 30px 10px;
}

.tp-hero-social-link .tp-btn-white-kerjasama {
  transition: 0.4s;
}
.tp-hero-social-link .tp-btn-white-kerjasama:hover {
  transform: translateY(-10px);
}

.tp-hero-bd-title {
  font-size: 50px;
  font-weight: 700;
  color: var(--tp-common-white);
  letter-spacing: -1.5px;
  padding-bottom: 30px;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-bd-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-bd-title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .tp-hero-bd-title {
    font-size: 40px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-section-box {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .tp-hero-section-box {
    padding-bottom: 0px;
    padding-top: 50px;
  }
}
.tp-hero-section-box p {
  font-size: 18px;
  font-weight: 400;
  color: var(--tp-common-white);
  line-height: 30px;
  padding-bottom: 35px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-section-box p {
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .tp-hero-section-box p {
    font-size: 17px;
    margin-bottom: 0;
  }
}


.tp-bp-hero-section-box .tp-hero-title {
  font-size: 60px;
  letter-spacing: -2px;
}
.tp-bp-hero-section-box p {
  color: #8A90A2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-bp-hero-section-box p br {
    display: none;
  }
}

.tp-hero-three-button-box {
  line-height: 1;
}
@media (max-width: 767px) {
  .tp-hero-three-button-box {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-three-button-box {
    margin-bottom: 60px;
  }
}

.tp-hero-paly-button a {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  background-color: #82CEFD;
  margin-right: 20px;
  color: var(--tp-common-black);
}
.tp-hero-paly-button a i {
  font-size: 17px;
}
.tp-hero-paly-button a:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-black);
  border-color: var(--tp-theme-primary);
}
.tp-hero-paly-button span {
  font-size: 18px;
  color: #fff;
}

.tp-bp-hero-paly-button a {
  background-color: var(--tp-theme-primary);
}
.tp-bp-hero-paly-button a:hover {
  background-color: var(--tp-common-blue);
  color: var(--tp-common-white);
  transition: 0.3s;
}
.tp-bp-hero-paly-button span {
  color: var(--tp-common-black);
}

.tp-hero-right-img {
  max-width: inherit;
  margin-left: 250px;
  position: relative;
  z-index: 2;
  padding-top: 90px;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .tp-hero-right-img {
    margin-left: 220px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-right-img {
    margin-left: 110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-right-img {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-right-img {
    margin-left: 0px;
    bottom: -100px;
  }
}
@media (max-width: 767px) {
  .tp-hero-right-img {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-hero-right-img img {
    max-width: 100%;
  }
}

.tp-hero-circle-three {
  position: absolute;
  height: 690px;
  width: 690px;
  background-color: var(--tp-theme-primary);
  border-radius: 50%;
  bottom: -150px;
  right: -100px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-circle-three {
    right: -300px;
  }
}
@media (max-width: 767px) {
  .tp-hero-circle-three {
    height: 300px;
    width: 300px;
  }
}

.tp-hero-section-box-four p {
  color: #8A90A2;
  padding-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-section-box-four p {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .tp-hero-section-box-four p {
    padding-right: 0px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .tp-hero-paly-button-four {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.tp-hero-paly-button-four a {
  color: var(--tp-common-black);
  font-size: 18px;
  font-weight: 500;
}
.tp-hero-paly-button-four a i {
  padding-right: 15px;
}
.tp-hero-paly-button-four a:hover {
  color: var(--tp-theme-1);
}

.tp-hero-yellow-shape {
  position: absolute;
  height: 100%;
  width: 475px;
  background-color: var(--tp-theme-primary);
  right: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-yellow-shape {
    right: -162px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-yellow-shape {
    right: -200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-yellow-shape {
    right: -252px;
  }
}

.tp-hero-right-img-four {
  max-width: inherit;
  margin-left: 144px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-right-img-four {
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-right-img-four img {
    max-width: 500px
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-right-img-four img {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-right-img-four {
    margin-left: 54px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-right-img-four {
    margin-left: -7px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-right-img-four {
    margin-left: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-right-img-four {
    margin-left: 0px;
    padding-top: 50px;
  }
}

.tp-hero-right-img-four-rektor {
  max-width: inherit;
  margin-left: 144px;
  position: relative;
  z-index: 2;
  max-width: 100px

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-right-img-four-rektor {
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-right-img-four-rektor img {
    max-width: 200px
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-right-img-four-rektor img {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-right-img-four-rektor {
    margin-left: 54px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-right-img-four-rektor {
    margin-left: -7px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-right-img-four {
    margin-left: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-right-img-four {
    margin-left: 0px;
    padding-top: 50px;


  }
}

@media (max-width: 767px) {
  .tp-hero-social {
    padding-bottom: 0px;
  }
}

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

.tp-hero-section-box-five {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .tp-hero-section-box-five {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .tp-hero-section-box-five__title {
    padding-bottom: 25px;
  }
}
.tp-hero-section-box-five__subtitle-wrapper {
  border: 1px solid #F1F3FA;
  padding: 15px 30px;
  border-radius: 10px;
  margin-left: -30px;
  margin-right: 260px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-section-box-five__subtitle-wrapper {
    margin-right: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-section-box-five__subtitle-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .tp-hero-section-box-five__subtitle-wrapper {
    margin-left: 0px;
    margin-right: 0px;
    padding: 15px 10px;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
.tp-hero-section-box-five__subtitle h5 {
  font-size: 18px;
  font-weight: 400;
  color: var(--tp-common-black);
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tp-hero-section-box-five__subtitle h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.tp-hero-section-box-five__subtitle h5 b {
  color: #FD346E;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .tp-hero-section-box-five__subtitle h5 b {
    font-size: 14px;
  }
}
.tp-hero-section-box-five__subtitle h5 span {
  color: #8A90A2;
  font-size: 12px;
  font-weight: 400;
}
.tp-hero-section-box-five__subtitle-link a {
  color: var(--tp-common-black);
  background-color: rgba(255, 220, 96, 0.2);
  border-radius: 90px;
  padding: 9px 20px;
  line-height: 0;
  display: inline-block;
}
.tp-hero-section-box-five__subtitle-link a:hover {
  background-color: rgba(137, 206, 251, 0.2);
}
.tp-hero-section-box-five__title p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-section-box-five__title p {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-section-box-five__title p {
    margin-bottom: 0;
  }
  .tp-hero-section-box-five__title p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-hero-section-box-five__title p {
    font-size: 17px;
  }
  .tp-hero-section-box-five__title p br {
    display: none;
  }
}
.tp-hero-section-box-five__input {
  position: relative;
  margin-right: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-hero-section-box-five__input {
    margin-right: 0;
  }
}
.tp-hero-section-box-five__input input {
  width: 100%;
  border: 2px solid var(--tp-common-black);
  border-radius: 10px;
  height: 80px;
  padding-left: 25px;
  padding-right: 255px;
  font-size: 18px;
  color: var(--tp-common-black);
  font-weight: 400;
}
@media (max-width: 767px) {
  .tp-hero-section-box-five__input input {
    padding-left: 15px;
    padding-right: 0px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
}
.tp-hero-section-box-five__input button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
@media (max-width: 767px) {
  .tp-hero-section-box-five__input button {
    position: static;
    top: 0;
    transform: translateY(0);
  }
}

.tp-bp-hero-section-box .tp-hero-section-box p {
  color: #8A90A2;
}

.tp-hero-bs-title {
  font-size: 87px;
  font-weight: 700;
  color: var(--tp-common-black);
  letter-spacing: -5px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-bs-title {
    font-size: 65px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-bs-title {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .tp-hero-bs-title {
    font-size: 33px;
    letter-spacing: 1px;
    padding-bottom: 15px;
  }
}

.tp-hero-right-side-five .tp-yellow-circle-five {
  height: 730px;
  width: 730px;
  background-color: var(--tp-theme-primary);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  margin-left: -33px;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .tp-hero-right-side-five .tp-yellow-circle-five {
    margin-left: -55 px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-right-side-five .tp-yellow-circle-five {
    height: 630px;
    width: 630px;
    margin-left: -56px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-right-side-five .tp-yellow-circle-five {
    height: 500px;
    width: 500px;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-right-side-five .tp-yellow-circle-five {
    height: 400px;
    width: 400px;
    margin-left: -20px;
    margin-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-right-side-five .tp-yellow-circle-five {
    margin-left: -16px;
  }
}
@media (max-width: 767px) {
  .tp-hero-right-side-five .tp-yellow-circle-five {
    margin-left: 0px;
    height: 300px;
    width: 300px;
  }
}
.tp-hero-right-side-five__img {
  margin-left: 10px;
  margin-top: 25px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tp-hero-right-side-five__img {
    margin-left: 0px;
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-right-side-five__img {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-right-side-five__img {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-hero-right-side-five__img img {
    max-width: 100%;
  }
}

.tp-hero-border {
  border-bottom: 1px solid #EEEEEE;
}
@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-hero-border {
    border: none;
  }
}

.tp-hero-icon-five {
  position: absolute;
  bottom: -13px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-icon-five {
    bottom: -67px;
  }
}

.tp-bp-hero-shape {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-bp-hero-shape {
    top: -31px;
    right: -185px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-bp-hero-shape {
    top: -29px;
    right: -345px;
  }
}

.bp-blur-shape {
  position: absolute;
  bottom: 0px;
  left: 110px;
  transition: 0.4s;
}

.tp-hero-area:hover .bp-blur-shape {
  bottom: -70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-bp-hero-section-box .tp-bs-hero-title {
    font-size: 53px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-bp-hero-section-box .tp-bs-hero-title {
    font-size: 43px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-bp-hero-section-box .tp-bs-hero-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tp-bp-hero-section-box .tp-bs-hero-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-bp-hero-section-box .tp-bs-hero-title {
    font-size: 45px;
  }
}

.bs-xl-hero-social {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .bs-xl-hero-social {
    margin-top: 40px;
  }
}


.tp-kerjasamas-item {
  text-align: center;
}
.tp-kerjasamas-item img {
  max-width: 100%;
}

.tp-kerjasama-title {
  color: var(--tp-common-black);
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 767px) {
  .tp-kerjasama-title {
    font-size: 17px;
  }
}

.tp-kerjasamas-title-two h3 {
  font-size: 22px;
  font-weight: 500;
  color: var(--tp-common-white);
}
.tp-kerjasamas-title-two span {
  color: var(--tp-theme-primary);
}

.tp-kerjasama-title-four h4 {
  color: #8A90A2;
  font-size: 20px;
}
.tp-kerjasama-title-four b {
  font-weight: 700;
  color: var(--tp-common-black);
}

.tp-kerjasama-build-title {
  color: var(--tp-common-black);
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 767px) {
  .tp-kerjasama-build-title {
    font-size: 18px;
  }
}


.tp-fasilitas-box {
  background-color: #F7F8FD;
  padding: 40px;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-fasilitas-box {
    padding: 40px 36px;
  }
}
@media (max-width: 767px) {
  .tp-fasilitas-box {
    padding: 20px;
  }
}

.tp-fasilitas-img {
  border-radius: 20px;
}
.tp-fasilitas-img img {
  border-radius: 20px;
  transform: scale(1);
  transition: 1s;
}

.tp-fasilitas-box:hover .tp-fasilitas-img img {
  transform: scale(1.1);
}

.tp-fasilitas-item-two .fasilitas-one {
  border-radius: 20px;
}
.tp-fasilitas-item-two .fasilitas-one img {
  border-radius: 20px;
  transform: scale(1);
  transition: 1s;
}
.tp-fasilitas-item-two:hover img {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .tp-fasilitas-content {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .tp-fasilitas-content .tp-btn-sm {
    padding: 0px 21px;
  }
}
.tp-fasilitas-content .pro-lg-title {
  font-size: 35px;
  font-weight: 500;
  color: var(--tp-common-black);
  margin-bottom: 25px;
}
.tp-fasilitas-content .pro-lg-title:hover {
  color: var(--tp-theme-1);
}
@media (max-width: 767px) {
  .tp-fasilitas-content .pro-lg-title {
    font-size: 21px;
  }
}
.tp-fasilitas-content p {
  margin-bottom: 40px;
}

.tp-fasilitas-sm-content p {
  line-height: 30px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-fasilitas-sm-content p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tp-fasilitas-sm-content p {
    font-size: 16px;
  }
}

.pro-sm-title {
  font-size: 26px;
  font-weight: 500;
  color: var(--tp-common-black);
  margin-bottom: 30px;
  letter-spacing: -1px;
}
.pro-sm-title:hover {
  color: var(--tp-theme-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pro-sm-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .pro-sm-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.bp-fasilitas-shape-1 {
  position: absolute;
  top: -91px;
  left: -70px;
  animation: rotate2 15s linear infinite;
}

.bp-fasilitas-shape-2 {
  position: absolute;
  bottom: 28px;
  right: 33px;
  animation: rotate2 15s linear infinite;
}

.tp-fasilitas-box-sm {
  background-color: #F7F8FD;
  padding: 43px 0;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-fasilitas-box-sm {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .tp-fasilitas-box-sm {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.tp-fasilitas-box-sm:hover .tp-fasilitas-sm-img img {
  transform: scale(1.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-tab-button {
    margin-bottom: 30px;
  }
}

.tp-fasilitas-sm-img {
  width: 230px;
  flex: 0 0 auto;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-fasilitas-sm-img {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .tp-fasilitas-sm-img {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.tp-fasilitas-sm-img img {
  border-radius: 20px;
  width: 100%;
  transform: scale(1);
  transition: 1s;
}

.tp-service-tab button:hover::after, .tp-service-tab button.active::after {
  visibility: visible;
  opacity: 1;
  width: 98%;
}
.tp-service-tab button:hover::before, .tp-service-tab button.active::before {
  visibility: visible;
  opacity: 1;
  width: 50%;
}

.tp-fasilitas-shape {
  position: absolute;
  right: 0;
  bottom: -25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-fasilitas-shape {
    bottom: -51px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-fasilitas-shape {
    bottom: -60px;
  }
}
@media (max-width: 767px) {
  .tp-fasilitas-shape {
    bottom: -46px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-fasilitas-section-box {
    text-align: center;
  }
}

.tp-fasilitas-tab-button {
  background-color: #F9FAFB;
  padding: 10px 15px;
  display: inline-block;
}
.tp-fasilitas-tab-button button {
  font-size: 15px;
  font-weight: 500;
  padding: 15px 35px;
  position: relative;
  margin-left: -4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-fasilitas-tab-button button {
    font-size: 14px;
    padding: 15px 15px;
  }
}
@media (max-width: 767px) {
  .tp-fasilitas-tab-button button {
    font-size: 14px;
    padding: 6px 13px;
    margin: 3px 0px;
  }
}
.tp-fasilitas-tab-button button:last-child:after {
  display: none;
}
.tp-fasilitas-tab-button button span {
  position: relative;
  z-index: 3;
}
.tp-fasilitas-tab-button button.active {
  box-shadow: 0px 15px 30px rgba(57, 81, 105, 0.05);
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}
.tp-fasilitas-tab-button button.active:before {
  opacity: 1;
  visibility: visible;
}
.tp-fasilitas-tab-button button:hover {
  color: #222;
}
.tp-fasilitas-tab-button button:before {
  content: "";
  height: 100%;
  width: 101%;
  top: 0;
  left: -1px;
  background: #fff;
  position: absolute;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}
.tp-fasilitas-tab-button button:after {
  content: "";
  height: 40px;
  width: 1px;
  top: 50%;
  right: 0;
  background: #E4E6EA;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-fasilitas-tab-button button:after {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .tp-fasilitas-tab-button button:after {
    display: none;
  }
}

.fasilitas-shape-img {
  position: absolute;
  top: 200px;
  left: -85px;
  animation: zoom 5s infinite;
}

.tp-fasilitas-shape-one {
  position: absolute;
  left: 3%;
  top: 12%;
  animation: jumpTwo 4s infinite linear;
}
@media (max-width: 767px) {
  .tp-fasilitas-shape-one {
    top: 0;
    left: 0;
  }
}

.tp-fasilitas-shape-two {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translate(-50%);
  animation: jumpTwo 3s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-fasilitas-shape-two {
    top: 85%;
  }
}
@media (max-width: 767px) {
  .tp-fasilitas-shape-two {
    top: 92%;
  }
}

.tp-fasilitas-icon-two {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.tp-fasilitas-icon-two a {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: var(--tp-theme-primary);
  color: transparent;
  display: inline-block;
  text-align: center;
  line-height: 105px;
  font-size: 36px;
  -webkit-text-stroke: 2px #292930;
  transition: 0.3s;
  transform: rotate(45deg) scale(0.7);
  opacity: 0;
  visibility: hidden;
}
.tp-fasilitas-icon-two a:hover {
  background-color: var(--tp-theme-1);
  -webkit-text-stroke: 2px #fff;
}

.tp-fasilitas-item-two:hover .tp-fasilitas-icon-two a {
  transform: rotate(45deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.tp-fasilitas-item-three__img img {
  max-width: 100%;
  border-radius: 20px;
}
.tp-fasilitas-item-three__bg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
  bottom: 25px;
  transition-delay: 0.5s;
  width: inherit;
  height: inherit;
}
.tp-fasilitas-item-three__bg-info {
  background-color: var(--tp-theme-primary);
  border-radius: 10px;
  display: inline-block;
  padding: 45px 75px;
}
@media (max-width: 767px) {
  .tp-fasilitas-item-three__bg-info {
    padding: 21px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-fasilitas-item-three__bg-info {
    padding: 25px 25px;
  }
}
.tp-fasilitas-item-three:hover .tp-fasilitas-title {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}
.tp-fasilitas-item-three:hover .tp-fasilitas-subtitle {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}
.tp-fasilitas-item-three:hover .tp-fasilitas-item-three__bg {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
  transition-delay: 0s;
}

.tp-fasilitas-title {
  color: var(--tp-common-black);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0s;
  transition-delay: 0.2s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-fasilitas-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-fasilitas-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tp-fasilitas-title {
    font-size: 15px;
  }
}
.tp-fasilitas-title:hover {
  color: var(--tp-theme-1);
}

.tp-fasilitas-subtitle {
  color: var(--tp-common-black);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0s;
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-fasilitas-subtitle {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tp-fasilitas-subtitle {
    font-size: 14px;
  }
}
.tp-fasilitas-subtitle:hover {
  color: var(--tp-theme-1);
}

.fasilitas-slider-dots {
  padding-top: 60px;
}
.fasilitas-slider-dots .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--tp-theme-1);
  margin: 0px 3px;
  opacity: 0.5;
  transition: 0.3s;
}
.fasilitas-slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-1);
  width: 30px;
  border-radius: 30px;
  opacity: 1;
}

.tp-fasilitas-item-four {
  position: relative;
}
.tp-fasilitas-item-four::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 41, 48, 0.32);
  opacity: 0;
  border-radius: 20px;
  transition: 0.3s;
  pointer-events: none;
}
.tp-fasilitas-item-four__img {
  border-radius: 15px;
}
.tp-fasilitas-item-four__img img {
  border-radius: 15px;
  transform: scale(1);
  transition: 1s;
}
.tp-fasilitas-item-four__info-four {
  background-color: var(--tp-theme-primary);
  padding: 45px 70px;
  border-radius: 10px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 5;
}
@media (max-width: 767px) {
  .tp-fasilitas-item-four__info-four {
    padding: 10px 25px;
  }
}
.tp-fasilitas-item-four__info-four h4 {
  font-size: 26px;
  font-weight: 500;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .tp-fasilitas-item-four__info-four h4 {
    font-size: 16px;
  }
}
.tp-fasilitas-item-four__info-four h4:hover {
  color: var(--tp-theme-1);
}
.tp-fasilitas-item-four__info-four span {
  color: var(--tp-common-black);
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .tp-fasilitas-item-four__info-four span {
    font-size: 14px;
  }
}
.tp-fasilitas-item-four__info-four span:hover {
  color: var(--tp-theme-1);
}
.tp-fasilitas-item-four__info-sm {
  background-color: var(--tp-theme-primary);
  padding: 20px 30px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-fasilitas-item-four__info-sm {
    padding: 19px 23px;
  }
}
@media (max-width: 767px) {
  .tp-fasilitas-item-four__info-sm {
    padding: 15px 20px;
  }
}
.tp-fasilitas-item-four__info-sm span {
  color: var(--tp-common-black);
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-fasilitas-item-four__info-sm span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-fasilitas-item-four__info-sm span {
    font-size: 14px;
  }
}
.tp-fasilitas-item-four__info-sm span:hover {
  color: var(--tp-theme-1);
}
.tp-fasilitas-item-four:hover .tp-fasilitas-item-four__info-four {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.tp-fasilitas-item-four:hover::after {
  opacity: 1;
}
.tp-fasilitas-item-four:hover .tp-fasilitas-item-four__img img {
  transform: scale(1.1);
}
.tp-fasilitas-item-four:hover .tp-fasilitas-item-four__info-sm {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.tp-fasilitas-item-four:hover::after {
  opacity: 1;
}

.tp-testi-cm-sm-title {
  font-size: 23px;
  font-weight: 500;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testi-cm-sm-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testi-cm-sm-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-testi-cm-sm-title {
    font-size: 16px;
  }
}
.tp-testi-cm-sm-title:hover {
  color: var(--tp-theme-1);
}

.tp-radius-button {
  background-color: transparent;
}
.tp-radius-button button {
  padding: 20px 40px;
  font-size: 18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-radius-button button {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-radius-button button {
    padding: 20px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-radius-button button {
    padding: 20px 40px;
  }
}
.tp-radius-button button.active {
  box-shadow: 0px 15px 30px rgba(57, 81, 105, 0.05);
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-cc-fasilitas button {
    padding: 10px 18px;
    font-size: 14px;
  }
}

.tp-pj-subtitle {
  font-size: 16px;
  color: var(--tp-common-black);
  font-weight: 500;
  padding-bottom: 5px;
  transition: 0.3s;
}
.tp-pj-subtitle:hover {
  color: var(--tp-theme-1);
}

.tp-pj-title {
  font-size: 30px;
  font-weight: 500;
  color: var(--tp-common-black);
  padding-bottom: 25px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pj-title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pj-title {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pj-title {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .tp-pj-title {
    font-size: 20px;
  }
}
.tp-pj-title:hover {
  color: var(--tp-theme-1);
}
.tp-pj-title:hover svg line {
  stroke: var(--tp-theme-1);
}
.tp-pj-title svg {
  margin-left: 40px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pj-title svg {
    width: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-pj-title svg {
    width: 3%;
  }
}

.tpfasilitas__thumb {
  position: relative;
}
.tpfasilitas__thumb img {
  transform: scale(1);
  transition: 0.9s;
  border-radius: 20px;
}
.tpfasilitas__thumb-icon a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  height: 80px;
  width: 80px;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transition: 0.3s;
}
.tpfasilitas__thumb-icon a:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-black);
}
.tpfasilitas__thumb:hover .tpfasilitas__thumb-icon a {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.tpfasilitas:hover .tpfasilitas__thumb img {
  transform: scale(1.1);
  filter: grayscale(0);
}

.my-dots {
  margin-top: 50px;
}
.my-dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--tp-common-black);
  margin: 0px 3px;
  opacity: 0.5;
}
.my-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-black);
  width: 30px;
  border-radius: 30px;
  opacity: 1;
}

.tp-fasilitas-bs-space {
  margin-left: 130px;
  margin-right: 130px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), 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-fasilitas-bs-space {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.bp-fasilitas-item .bp-fasilitas-img {
  position: relative;
}
.bp-fasilitas-item .bp-fasilitas-img img {
  transform: scale(1);
  transition: 0.9s;
}
.bp-fasilitas-item .bp-fasilitas-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(41, 41, 48, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.bp-fasilitas-item span {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.bp-fasilitas-item span svg {
  color: var(--tp-common-white);
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bp-fasilitas-item span svg {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bp-fasilitas-item span svg {
    width: 50%;
  }
}
.bp-fasilitas-item span:hover svg {
  color: var(--tp-theme-primary);
}
.bp-fasilitas-item:hover .bp-fasilitas-img img {
  transform: scale(1.02);
}
.bp-fasilitas-item:hover .bp-fasilitas-img::after {
  visibility: visible;
  opacity: 1;
}
.bp-fasilitas-item:hover span {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.tp-fasilitas-item-four .tp-hover-wrapper {
  background-color: var(--tp-theme-primary);
  border-radius: 10px;
  display: inline-block;
  padding: 45px 75px;
}

.tp-fasilitas-item-four .tp-img-reveal-wrapper {
  width: auto;
  height: auto;
}

.tp-fasilitas-item-four .tp-hover-title {
  color: var(--tp-common-black);
}

.tp-fasilitas-item-four .tp-hover-subtitle {
  color: var(--tp-common-black);
  transition: inherit;
}

.tp-fasilitas-item-four p, .tp-fasilitas-item-three .tp-hover-meta {
  display: none;
}

.tp-img-reveal-item {
  text-align: center;
}




.tp-testi-alumni-item {
  background-color: #3A3A42;
  padding: 60px 45px;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testi-alumni-item {
    padding: 60px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testi-alumni-item {
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .tp-testi-alumni-item {
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .tp-testi-alumni-item .tp-testi-meta {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.tp-testi-icon-box {
  flex: 0 0 auto;
}

.tp-testi-client-position h3 {
  color: var(--tp-common-white);
  font-size: 18px;
  font-weight: 700;
}
.tp-testi-client-position h6 {
  color: var(--tp-common-white);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .tp-testi-ratting {
    margin-top: 15px;
  }
}
.tp-testi-ratting i {
  color: var(--tp-theme-primary);
}

.tp-testi-p-text p {
  color: var(--tp-common-white);
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testi-p-text p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testi-p-text p {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.testi-alumni-slider-active {
  margin-left: -55px;
  margin-right: -55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testi-alumni-slider-active {
    margin-left: -390px;
    margin-right: -390px;
  }
}
@media (max-width: 767px) {
  .testi-alumni-slider-active {
    margin-left: 0;
    margin-right: 0;
  }
}

.testi-alumni-slider-active-2 {
  margin-left: -390px;
  margin-right: -390px;
}
@media (max-width: 767px) {
  .testi-alumni-slider-active-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.tp-testi-img img {
  border-radius: 10px;
}

.tp-testi-alumni-slider-section .swiper-slide.swiper-slide-active {
  border: 1px solid #FFDC60;
  border-radius: 20px;
}

.tp-testi-alumni-info img {
  border-radius: 10px;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 25px;
}
.tp-testi-alumni-info h4 {
  font-size: 18px;
  color: var(--tp-common-black);
  font-weight: 700;
}
.tp-testi-alumni-info span {
  font-size: 12px;
  font-weight: 500;
  color: #8A90A2;
  margin-bottom: 30px;
  display: inline-block;
}
.tp-testi-alumni-info span i {
  color: var(--tp-theme-primary);
}
.tp-testi-alumni-info span .fa-stars-1 {
  padding-left: 8px;
}
.tp-testi-alumni-info p {
  color: var(--tp-common-black);
  font-size: 24px;
  line-height: 1.6;
  font-weight: 400;
  max-width: 750px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testi-alumni-info p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tp-testi-alumni-info p {
    font-size: 18px;
  }
}

.testi-alumni-slider-dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--tp-theme-1);
  margin: 0px 3px;
  opacity: 0.5;
  transition: 0.3s;
}
.testi-alumni-slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-1);
  width: 30px;
  border-radius: 30px;
  opacity: 1;
}

.testi-alumni-shape-1 {
  position: absolute;
  top: 210px;
  left: 120px;
  animation: moving 6s linear infinite;
}

.testi-alumni-shape-2 {
  position: absolute;
  top: 309px;
  left: 325px;
  animation: rotate 8s linear infinite;
}

.testi-alumni-shape-3 {
  position: absolute;
  top: 50%;
  left: 70px;
  animation: rotate 8s linear infinite;
}

.testi-alumni-shape-4 {
  position: absolute;
  bottom: 160px;
  left: 280px;
  animation: rotate 8s linear infinite;
}

.testi-alumni-shape-5 {
  position: absolute;
  bottom: 100px;
  left: 90px;
  animation: rotate 8s linear infinite;
}

.testi-alumni-shape-6 {
  position: absolute;
  top: 160px;
  right: 300px;
  animation: rotate 8s linear infinite;
}

.testi-alumni-shape-7 {
  position: absolute;
  top: 150px;
  right: 80px;
  animation: rotate 8s linear infinite;
}

.testi-alumni-shape-8 {
  position: absolute;
  top: 50%;
  right: 315px;
  animation: rotate 8s linear infinite;
}

.testi-alumni-shape-9 {
  position: absolute;
  top: 50%;
  right: 80px;
  animation: rotate 8s linear infinite;
}

.testi-alumni-shape-10 {
  position: absolute;
  bottom: 160px;
  right: 210px;
  animation: rotate 8s linear infinite;
}

.tp-testi-alumni-box {
  background-color: var(--tp-common-white);
  padding: 75px 63px;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testi-alumni-box {
    padding: 54px 63px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testi-alumni-box {
    padding: 40px 35px;
  }
}
@media (max-width: 767px) {
  .tp-testi-alumni-box {
    padding: 40px 20px;
  }
}
.tp-testi-alumni-box__rating span {
  color: var(--tp-theme-primary);
  font-size: 26px;
  padding-right: 5px;
  margin-bottom: 55px;
  display: inline-block;
}
@media (max-width: 767px) {
  .tp-testi-alumni-box__rating span {
    margin-bottom: 35px;
    font-size: 20px;
  }
}
.tp-testi-alumni-box__rating p {
  font-size: 24px;
  font-weight: 400;
  color: var(--tp-common-black);
  line-height: 1.7;
  margin-bottom: 75px;
  padding-right: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testi-alumni-box__rating p {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .tp-testi-alumni-box__rating p {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.tp-testi-alumni-box__testi-title .testi-heading {
  font-size: 24px;
  font-weight: 700;
  color: var(--tp-common-black);
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .tp-testi-alumni-box__testi-title .testi-heading {
    font-size: 17px;
  }
}
.tp-testi-alumni-box__testi-title span {
  display: block;
  color: #8A90A2;
  font-size: 14px;
  font-weight: 500;
}

.testi-slider-active-four {
  margin-left: -320px;
  margin-right: -320px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testi-slider-active-four {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .testi-slider-active-four {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.testi-slider-opacity {
  opacity: 0.3;
}

.testi-slider-opacity.swiper-slide.swiper-slide-active {
  opacity: 1;
}

.testi-alumni-slider-dots-four .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--tp-theme-1);
  margin: 0px 3px;
  opacity: 0.5;
  transition: 0.3s;
}
.testi-alumni-slider-dots-four .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-1);
  width: 30px;
  border-radius: 30px;
  opacity: 1;
}

.tp-testi-alumni-item-four {
  border: 1px solid #F0F1F6;
  padding: 0px 46px;
  padding-top: 50px;
  padding-bottom: 60px;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testi-alumni-item-four {
    padding: 0px 35px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testi-alumni-item-four {
    padding: 0px 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tp-testi-alumni-item-four {
    padding: 0px 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testi-alumni-item-four__meta {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .tp-testi-alumni-item-four__meta {
    margin-bottom: 25px;
  }
}
.tp-testi-alumni-item-four__rating span {
  color: var(--tp-theme-primary);
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-testi-alumni-item-four .tp-testi-paragraph {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
.tp-testi-alumni-item-four .tp-testi-paragraph p {
  font-size: 18px;
  font-weight: 400;
  color: var(--tp-common-black);
  line-height: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-testi-alumni-item-four .tp-testi-paragraph p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testi-alumni-item-four .tp-testi-paragraph p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .tp-testi-alumni-item-four .tp-testi-paragraph p {
    font-size: 15px;
  }
}
.tp-testi-alumni-item-four__position h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--tp-common-black);
}
.tp-testi-alumni-item-four__position span {
  color: #8A90A2;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

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

@media (max-width: 767px) {
  .tp-testi-alumni-title-box {
    margin-bottom: 40px;
  }
}

.ce-testi-shape {
  position: absolute;
  bottom: 150px;
  left: 45px;
  animation: rotate2 15s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .ce-testi-shape {
    bottom: 20px;
  }
}

.tp-testi-alumni-thumb img {
  max-width: 100%;
}

.tptesti-alumni__rating-5 span {
  color: var(--tp-theme-primary);
  padding-right: 2px;
  margin-bottom: 55px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tptesti-alumni__rating-5 span {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .tptesti-alumni__rating-5 span {
    margin-bottom: 25px;
  }
}
.tptesti-alumni__rating-5 p {
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
  line-height: 1.4;
  padding-bottom: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tptesti-alumni__rating-5 p {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tptesti-alumni__rating-5 p {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .tptesti-alumni__rating-5 p {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.tptesti-alumni__meta-5 span {
  font-size: 14px;
  font-weight: 500;
  color: #8A90A2;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .testi-alumni-pd-slider-section {
    padding-left: 0px;
  }
}

.tp-pd-testi-title {
  color: var(--tp-common-black);
  font-weight: 700;
  font-size: 24px;
}

.project-blue-dots {
  padding-top: 0px;
  position: absolute;
}
.project-blue-dots .swiper-pagination-bullet {
  background-color: #89cefb;
}
@media (max-width: 767px) {
  .project-blue-dots {
    padding-top: 20px;
    position: static;
  }
}

.project-blue-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-blue);
  box-shadow: 0px 2px 2px rgba(89, 86, 233, 0.25);
}

.bp-testi-shape-1 {
  position: absolute;
  top: 150px;
  left: 330px;
  animation: moving 9s linear infinite;
}

.bp-testi-shape-2 {
  position: absolute;
  top: 130px;
  right: 120px;
  animation: rotate2 15s linear infinite;
}

.bs-testi-shape-1 {
  position: absolute;
  bottom: 70px;
  left: 40px;
  animation: rotate2 15s linear infinite;
}

.ac-testi-alumni-right img {
  max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ac-testi-alumni-info {
    margin-bottom: 70px;
  }
}

.testi-alumni-html-space {
  padding-left: 45px;
  padding-right: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testi-alumni-html-space {
    padding-right: 45px;
  }
}
@media (max-width: 767px) {
  .testi-alumni-html-space {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.basic-pagination ul li:not(:last-child) {
  margin-right: 10px;
}

.basic-pagination ul li {
  display: inline-block;
}

.basic-pagination ul li a, .basic-pagination ul li span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #f1f1f1;
  font-size: 18px;
  font-weight: 600;
}

.basic-pagination ul li a:hover, .basic-pagination ul li a.current, .basic-pagination ul li span:hover, .basic-pagination ul li span.current {
  background: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-black);
}

.tp-daftar-item {
  position: relative;
  overflow: hidden;
}
.tp-daftar-item__img img {
  border-radius: 10px;
}
.tp-daftar-item__info {
  background-color: var(--tp-theme-primary);
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  padding: 25px 50px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-daftar-item__info {
    padding: 25px 25px;
  }
}
.tp-daftar-item__icon i {
  font-size: 36px;
  -webkit-text-stroke: 1px #292930;
  color: transparent;
  transform: rotate(45deg);
  font-weight: 700;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0s;
  transition-delay: 0.2s;
}
.tp-daftar-item:hover .tp-daftar-daftar__icon i {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
  transform: rotate(45deg);
}
.tp-daftar-item:hover .tp-daftar-title {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}
.tp-daftar-item:hover .tp-daftar-subtitle {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}
.tp-daftar-item:hover .tp-daftar-item__info {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.tp-daftar-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-black);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0s;
  transition-delay: 0.2s;
}
.tp-daftar-title:hover {
  color: var(--tp-theme-1);
}

.tp-daftar-subtitle {
  font-size: 12px;
  font-weight: 500;
  color: var(--tp-common-black);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0s;
  transition-delay: 0.2s;
}

.tp-daftar-overlay {
  position: relative;
}
.tp-daftar-overlay__img img {
  border-radius: 10px;
}
.tp-daftar-overlay::after {
  background-color: var(--tp-theme-secondary);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  border-radius: 10px;
}
.tp-daftar-overlay__info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 100%;
}
.tp-daftar-overlay__info .daftar-title {
  font-size: 26px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-daftar-overlay__info .daftar-title:hover {
  color: var(--tp-theme-1);
  transition: 0.3s;
}
.tp-daftar-overlay__info i {
  font-size: 85px;
  -webkit-text-stroke: 2px #292930;
  color: transparent;
  transform: rotate(45deg);
  font-weight: 700;
  transition: 0.3s;
}
.tp-daftar-overlay__info i:hover {
  -webkit-text-stroke: 2px var(--tp-theme-1);
}

.tpdaftar {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.tpdaftar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-blue);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tpdaftar__shape-1 {
  position: absolute;
  top: -70px;
  left: -60px;
  z-index: 2;
  transition: 0.6s;
}
.tpdaftar__shape-2 {
  position: absolute;
  bottom: -70px;
  right: -60px;
  z-index: 2;
  transition: 0.6s;
}
.tpdaftar__thumb img {
  border-radius: 10px;
  max-width: 100%;
}
.tpdaftar__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: 0.3s;
  width: 100%;
}
.tpdaftar__content i {
  font-size: 15px;
  color: var(--tp-common-black);
  padding: 0px 15px;
  transition: 0.3s;
}
.tpdaftar__content i:hover {
  color: var(--tp-common-white);
}
.tpdaftar:hover::after {
  opacity: 1;
  visibility: visible;
}
.tpdaftar:hover .tpdaftar__content {
  opacity: 1;
  visibility: visible;
}
.tpdaftar:hover .tpdaftar__shape-1 {
  left: 0;
  top: 0;
}
.tpdaftar:hover .tpdaftar__shape-2 {
  right: 0;
  bottom: 0;
}

.tp-daftar-sm-title {
  color: var(--tp-common-black);
  font-size: 22px;
  font-weight: 500;
  transition: 0.3s;
}
.tp-daftar-sm-title:hover {
  color: var(--tp-common-white);
}

.tp-daftar-sm-subtitle {
  color: var(--tp-common-black);
  font-size: 12px;
  font-weight: 500;
  transition: 0.3s;
  padding-bottom: 5px;
}
.tp-daftar-sm-subtitle:hover {
  color: var(--tp-common-white);
}

.bp-daftar-shape-1 {
  position: absolute;
  top: 160px;
  left: 145px;
  animation: rotate2 15s linear infinite;
}

.ac-daftar-title {
  font-size: 50px;
  font-weight: 700;
  color: var(--tp-common-black);
  letter-spacing: -2px;
}

.tp-pil-jenjang-tab {
  display: inline-block;
  border: 2px solid var(--tp-common-black);
  border-radius: 10px;
  padding: 0px 10px;
  margin-bottom: 20px;
}
.tp-pil-jenjang-tab button {
  color: var(--tp-common-black);
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 20px 45px;
  position: relative;
  margin: 7px 0;
  margin-left: -5px;
  margin-right: -2px;
  border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-pil-jenjang-tab {
    margin-bottom: 20px;
  }

  .tp-pil-jenjang-tab button {
    padding: 20px 40px;
  }
  .pil-jenjang__main-img {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pil-jenjang-tab {
    margin-bottom: 20px;
  }

  .tp-pil-jenjang-tab button {
    padding: 15px 20px;
  }

  .pil-jenjang__main-img {
    margin-top: 30px;
  }

}
@media (max-width: 767px) {
  .tp-pil-jenjang-tab {
    margin-bottom: 20px;
  }

  .tp-pil-jenjang-tab button {
    padding: 5px 21px;
  }

  .pil-jenjang__main-img {
    margin-top: 30px;
  }
}
.tp-pil-jenjang-tab button::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 40px;
  background-color: #B5B5B5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pil-jenjang-tab button::after {
    height: 20px;
  }
}
.tp-pil-jenjang-tab button::before {
  content: "";
  height: 100%;
  width: 102%;
  top: 0;
  left: -2px;
  background: var(--tp-common-blue);
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
}
.tp-pil-jenjang-tab button:last-child::after {
  display: none;
}
.tp-pil-jenjang-tab button span {
  position: relative;
  z-index: 9;
}

.tp-pil-jenjang-tab button.active {
  background-color: var(--tp-common-blue);
}
.tp-pil-jenjang-tab button.active::before {
  opacity: 1;
  visibility: visible;
}

.tp-pil-jenjang-title {
  font-size: 50px;
  font-weight: 700;
  color: var(--tp-common-black);
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pil-jenjang-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .tp-pil-jenjang-title {
    font-size: 28px;
  }
}

.tppil-jenjang__content p {
  font-size: 18px;
  font-weight: 400;
  color: #8A90A2;
  padding-right: 62px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tppil-jenjang__content p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tppil-jenjang__content p {
    font-size: 15px;
  }
  .tppil-jenjang__content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tppil-jenjang__content p {
    padding-right: 0;
    font-size: 15px;
  }
  .tppil-jenjang__content p br {
    display: none;
  }
}

.tp-pil-jenjang-img {
  margin-left: 110px;
}
.tp-pil-jenjang-img img {
  max-width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pil-jenjang-img {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-pil-jenjang-img {
    margin-left: 0px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .tp-pil-jenjang-img {
    margin-left: 0px;
    margin-top: 50px;
  }
}

.bp-pil-jenjang-shape-1 {
  position: absolute;
  top: 140px;
  left: 44px;
  animation: rotate2 15s linear infinite;
}

.bp-pil-jenjang-shape-2 {
  position: absolute;
  bottom: 50px;
  left: 44px;
  animation: moving 9s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), 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) {
  .bp-pil-jenjang-shape-2 {
    bottom: -50px;
  }
}

.bp-pil-jenjang-shape-3 {
  position: absolute;
  bottom: 0;
  right: 13%;
  animation: rotate2 15s linear infinite;
}

.pil-prodi {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .pil-prodi {
    padding-left: 0px;
  }
}
.pil-prodi__item p {
  font-size: 15px;
  line-height: 26px;
}
.pil-prodi__title p {
  font-size: 16px;
}
.pil-prodi__list ul li {
  color: var(--tp-common-black);
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
  padding-bottom: 5px;
}
.pil-prodi__list ul li i {
  color: #726FFC;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 6px;
}

.pil-prodi__title p {
  font-size: 16px;
  line-height: 26px;
}

.pil-prodi-title {
  font-size: 30px;
  color: var(--tp-common-black);
  font-weight: 500;
  padding-bottom: 10px;
}

.pil-prodi-sm-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--tp-common-black);
  padding-bottom: 10px;
}

.pil-jenjang__main-img img {
  border-radius: 50%;;
}

.pil-jenjang__main-img {
  animation: tptranslateX2 4s infinite alternate;
}
.pil-jenjang__main-img img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .pil-jenjang__main-img img {
    margin-top: 30px;
    max-width: 80%;
  }
}

.tp-followUp-Whatsapp-box {
  background-color: var(--tp-theme-1);
  padding-top: 82px;
  padding-bottom: 82px;
  border-radius: 20px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .tp-followUp-Whatsapp-box {
    background-size: cover;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-followUp-Whatsapp-button .tp-btn-yellow {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-followUp-Whatsapp-button .tp-btn-yellow {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-news-wrapper {
    padding-left: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-news-wrapper {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .tp-news-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.tp-news-shape-img {
  position: absolute;
  bottom: -22px;
  left: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-news-shape-img {
    left: -35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-news-shape-img {
    left: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-news-shape-img {
    bottom: -55px;
    left: -33px;
  }
}
@media (max-width: 767px) {
  .tp-news-shape-img {
    left: -16px;
  }
}

@media (max-width: 767px) {
  .tp-followUp-Whatsapp-img {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-followUp-Whatsapp-img img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .tp-followUp-Whatsapp-img img {
    max-width: 100%;
    padding-top: 25px;
  }
}

.tp-newsletter-left-img {
  max-width: inherit;
  margin-left: -100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-newsletter-left-img {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-newsletter-left-img {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-newsletter-left-img {
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  .tp-newsletter-left-img {
    margin-left: 0px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-newsletter-left-img img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-newsletter-left-img img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-newsletter-left-img img {
    max-width: 110%;
  }
}
@media (max-width: 767px) {
  .tp-newsletter-left-img img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .tp-followUp-Whatsapp-section-box-two {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-followUp-Whatsapp-section-box .tp-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tp-followUp-Whatsapp-section-box .tp-title {
    font-size: 30px;
  }
}

.news-shape-img {
  position: absolute;
  top: -50px;
  left: 57px;
  animation: zoom2 5s infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .news-shape-img {
    left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-shape-img {
    left: -33px;
  }
}
@media (max-width: 767px) {
  .news-shape-img {
    left: -61px;
  }
}

@media (max-width: 767px) {
  .tp-followUp-Whatsapp-button .tp-btn-lg-yellow {
    margin-bottom: 20px;
  }
}

.tp-followUp-Whatsapp{
  background-repeat: no-repeat;
}

.tp-followUp-Whatsapp-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tp-followUp-Whatsapp-title {
  font-size: 45px;
  font-weight: 700;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-followUp-Whatsapp-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-followUp-Whatsapp-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tp-followUp-Whatsapp-title {
    font-size: 29px;
    margin-bottom: 20px;
  }
}

.tp-followUp-Whatsapp-submit-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media (max-width: 767px) {
  .tp-followUp-Whatsapp-submit-button {
    position: relative;
    top: 0;
    transform: inherit;
  }
}

.tp-followUp-Whatsapp-button input {
  height: 80px;
  width: 100%;
  border: 0;
  background-color: #6461FF;
  box-shadow: 0px, 14px rgba(35, 33, 142, 0.04);
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-common-white);
  padding-left: 30px;
  padding-right: 240px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-followUp-Whatsapp-button input {
    padding-right: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-followUp-Whatsapp-button input {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .tp-followUp-Whatsapp-button input {
    padding-left: 20px;
    padding-right: 10px;
    height: 60px;
    margin-bottom: 20px;
  }
}
.tp-followUp-Whatsapp-button input::placeholder {
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-news-sub-wrapper {
    margin-bottom: 70px;
  }
}


.tp-footer-space {
  padding-top: 230px;
}
@media (max-width: 767px) {
  .tp-footer-space {
    padding-top: 110px;
  }
}

.tp-footer-title {
  font-size: 35px;
  color: var(--tp-common-white);
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-footer-title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .tp-footer-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.tp-copyright-bottom {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .tp-copyright-text {
    margin-bottom: 10px;
  }
}
.tp-copyright-text p {
  color: var(--tp-common-white);
  font-weight: 400;
}
@media (max-width: 767px) {
  .tp-copyright-text p {
    font-size: 15px;
  }
}

.tp-copyright-right span {
  color: var(--tp-common-white);
  font-weight: 400;
  font-size: 400;
  padding-left: 45px;
}
.tp-copyright-right span:hover {
  color: var(--tp-theme-primary);
}

.tp-copyright-box {
  border-top: 1px solid #383841;
  border-bottom: 1px solid #383841;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tp-copyright-social a {
  color: var(--tp-common-white);
  font-size: 18px;
  font-weight: 400;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 1px solid #383841;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  margin-left: 20px;
}
.tp-copyright-social a:hover {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .tp-copyright-social a {
    margin-left: 0;
    margin-right: 10px;
  }
}

.footer-widget-info {
  border-bottom: 1px solid #EBECEF;
}
.footer-widget-info .tp-footer-title {
  font-size: 50px;
  font-weight: 700;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-info .tp-footer-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .footer-widget-info .tp-footer-title {
    font-size: 29px;
  }
}
.footer-widget-info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  max-width: 625px;
  margin: 0 auto;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .footer-widget-info p {
    font-size: 14px;
  }
}
.footer-widget-info .right-receved {
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
}

.tp-copyright-social-two a {
  color: var(--tp-common-black);
  border-color: #EDEEF1;
  font-size: 18px;
  font-weight: 400;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .tp-copyright-social-two a {
    margin-left: 0;
    margin-top: 20px;
  }
}

.tp-cpoyright-menu a {
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
  padding: 0px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cpoyright-menu a {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-cpoyright-menu a {
    padding: 0px 10px;
  }
}
.tp-cpoyright-menu a:hover {
  color: var(--tp-theme-1);
}

.tp-footer-widget {
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-widget {
    margin-bottom: 70px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-footer-widget {
    padding-left: 0;
    margin-bottom: 45px;
  }
}
.tp-footer-widget__logo img {
  width: 230px;
}

.tp-footer-widget__text h5 {
  font-size: 20px;
  color: #ffffff;
  line-height: 26px;
}
.tp-footer-widget__text p {
  font-size: 15px;
  font-weight: 400;
  color: #cfcfcf;
  line-height: 26px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-widget__text p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-widget__text p {
    margin-right: 30px;
  }
}
.tp-footer-widget__social-link a {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  background-color: #3E3E45;
  display: inline-block;
  color: #9E9EA2;
  font-size: 12px;
  margin-right: 10px;
}
.tp-footer-widget__social-link a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-footer-widget__social-link-2 a {
  background-color: var(--tp-grey-1);
}
.tp-footer-widget .footer-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-white);
}
.tp-footer-widget__list ul li {
  margin-bottom: 10px;
}
.tp-footer-widget__list ul li a {
  font-size: 20px;
  font-weight: 400;
  color: #8A90A2;
}
.tp-footer-widget__list ul li:hover a {
  color: var(--tp-theme-primary);
}
.tp-footer-widget__input {
  position: relative;
}
.tp-footer-widget__input input {
  width: 100%;
  background-color: #313138;
  border: 0;
  border-radius: 10px;
  height: 60px;
  color: #96A1B6;
  padding-left: 20px;
  padding-right: 75px;
}
.tp-footer-widget__input input::placeholder {
  color: #96A1B6;
}
.tp-footer-widget__input button {
  height: 60px;
  width: 60px;
  background-color: var(--tp-theme-1);
  border-radius: 10px;
  line-height: 60px;
  color: var(--tp-common-white);
  position: absolute;
  top: 0;
  right: 0;
}
.tp-footer-widget__tp-insta-img {
  position: relative;
}
.tp-footer-widget__tp-insta-img img {
  border-radius: 10px;
}
.tp-footer-widget__tp-insta-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(66, 62, 243, 0.8);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-footer-widget__tp-insta-img-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--tp-common-white);
  z-index: 2;
  font-size: 25px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.tp-footer-widget__tp-insta-img:hover::after {
  opacity: 1;
  visibility: visible;
}
.tp-footer-widget__tp-insta-img:hover .tp-footer-widget__tp-insta-img-icon {
  opacity: 1;
  visibility: visible;
}

.tp-input-white input {
  background-color: var(--tp-grey-1);
}
.tp-input-white button {
  background-color: var(--tp-common-blue);
  color: var(--tp-common-black);
}

.tp-copyright-left p {
  color: var(--tp-common-white);
  font-size: 15px;
  font-weight: 400;
}

.tp-copyright-logo img {
  width: 180px;
}

.tp-copyright-right a {
  color: var(--tp-common-white);
  font-size: 15px;
  font-weight: 400;
  margin-left: 60px;
}
.tp-copyright-right a:hover {
  color: var(--tp-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-copyright-right a {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-copyright-right a {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .tp-copyright-right a {
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.tp-copyright-color a {
  color: var(--tp-common-black);
}

.copyright-border {
  border-top: 1px solid #3E3E45;
}

.circle-animation.footer-animation {
  top: 23%;
  left: 4%;
  border: 1px solid #383841;
  width: 124px;
  height: 124px;
  position: absolute;
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .circle-animation.footer-animation {
    top: 7%;
    left: 0%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .circle-animation.footer-animation {
    top: 7%;
    left: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .circle-animation.footer-animation {
    top: 7%;
    left: 0%;
  }
}

.circle-animation span.tp-circle-3 {
  display: block;
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  left: 50%;
  width: 50%;
  height: 1px;
  background: transparent;
  transform-origin: left;
  transform: scale(-1, 1);
  -webkit-animation: circle-animation2 10s linear infinite;
  -moz-animation: circle-animation2 10s linear infinite;
  -o-animation: circle-animation2 10s linear infinite;
  animation: circle-animation2 10s linear infinite;
}

.circle-animation span.tp-circle-3::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: -25px;
  right: -7px;
  background-color: #FFADAD;
}

.tp-footer-border-shape {
  width: 700px;
  height: 700px;
  border: 2px solid #383841;
  position: absolute;
  top: -228px;
  left: -483px;
  transform: rotate(30deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-border-shape {
    width: 500px;
    height: 500px;
    top: -228px;
    left: -353px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-border-shape {
    width: 500px;
    height: 500px;
    top: -228px;
    left: -353px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-border-shape {
    width: 500px;
    height: 500px;
    top: -228px;
    left: -353px;
  }
}

.tp-footer-shape-one {
  position: absolute;
  left: 0;
  bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-shape-one {
    left: -60px;
    bottom: 90px;
  }
}
@media (max-width: 767px) {
  .tp-footer-shape-one {
    display: none;
  }
}

.tp-footer-shape-two {
  position: absolute;
  right: 40px;
  bottom: 140px;
  animation: jumpTwo 3s infinite linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-shape-two {
    bottom: 200px;
  }
}
@media (max-width: 767px) {
  .tp-footer-shape-two {
    display: none;
  }
}

.footer-clip-shape {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  z-index: 2;
}
.footer-clip-shape svg {
  width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .footer-clip-shape {
    line-height: 1;
    top: -17px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-clip-shape {
    line-height: 1;
    top: -22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-clip-shape {
    line-height: 1;
    top: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-clip-shape {
    line-height: 1;
    top: -30px;
  }
}
@media (max-width: 767px) {
  .footer-clip-shape {
    line-height: 1;
    top: -42px;
  }
}

.bp-footer-widget-color {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bp-footer-widget-color .right-receved {
  color: rgba(255, 255, 255, 0.8);
}
.bp-footer-widget-color p {
  color: rgba(255, 255, 255, 0.8);
}

.bp-cpoyright-menu a {
  color: rgba(255, 255, 255, 0.8);
}

.bp-copyright-social a {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid #36363C;
}

.bp-foooter-shape-1 {
  position: absolute;
  top: 100px;
  right: 140px;
  animation: moving 12s linear infinite;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), 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) {
  .bp-foooter-shape-1 {
    top: 47px;
    right: 72px;
  }
}

.bp-foooter-shape-2 {
  position: absolute;
  bottom: 106px;
  left: 50px;
}

.bs-footer-shape-1 {
  position: absolute;
  top: 40%;
  left: 120px;
  animation: rotate2 8s linear infinite;
}

.bs-footer-shape-2 {
  position: absolute;
  right: 120px;
  top: 40%;
  animation: moving 10s linear infinite;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-cpoyright-menu {
    margin-bottom: 0;
  }
}

.tp-backto-top {
  height: 142px;
  width: 142px;
  border-radius: 50%;
  border: 1px solid #EFF2F6;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tp-backto-top::after {
  height: 100%;
  width: 100%;
  background-color: var(--tp-theme-primary);
  content: "";
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0.8);
}
.tp-backto-top svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  top: -25px;
}

.tp-clip-height-one {
  height: 95px;
  background: #292930;
}

.tp-clip-height-two {
  height: 130px;
  background: #292930;
  overflow: hidden;
  position: relative;
  z-index: 222;
}
@media (max-width: 767px) {
  .tp-clip-height-two {
    height: 0px;
  }
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 6px;
  z-index: 99;
  color: var(--tp-common-white);
  text-align: center;
  cursor: pointer;
  background: var(--tp-theme-1);
  transition: 1s ease;
  border: none;
}
@media (max-width: 767px) {
  .scroll-top {
    right: 30px;
  }
}

.scroll-top.open {
  bottom: 30px;
}

.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
