.tp-hero-area:hover .tp-hero-nav button {
    opacity: 1;
    overflow: visible;
    left: 40px;
  }
  .tp-hero-area:hover .tp-hero-nav button.hero-button-next-1 {
    right: 40px;
    left: auto;
  }
  .tp-hero-bg {
    margin-top: 10%;
    /* position: absolute; */
    top: 68px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-hero-content {
      margin-bottom: 50px;
    }
  }
  .tp-hero-title {
    font-size: 75px;
    font-weight: 600;
    color: var(--tp-common-white);
    line-height: 1;
    letter-spacing: -3px;
    text-transform: capitalize;
    margin-bottom: 50px;
    animation-delay: 0.5s;
    animation-duration: 0.7s;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-hero-title {
      margin-bottom: 35px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-title {
      font-size: 62px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-hero-title {
      font-size: 55px;
    }
  }
  @media (max-width: 575px) {
    .tp-hero-title {
      font-size: 40px;
      margin-bottom: 30px;
    }
  }
  .tp-hero-title-wrapper p {
    color: var(--tp-common-white);
    margin-bottom: 62px;
    animation-delay: 0.7s;
    animation-duration: 0.9s;
  }
  @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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-hero-title-wrapper p br {
      display: none;
    }
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-hero-title-wrapper p {
      margin-bottom: 35px;
    }
  }
  @media (max-width: 575px) {
    .tp-hero-title-wrapper p {
      margin-bottom: 30px;
    }
  }
  .tp-hero-subtitle {
    display: inline-block;
    font-family: var(--tp-ff-heading);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--tp-common-white);
    margin-bottom: 10px;
    animation-delay: 0.3s;
    animation-duration: 0.5s;
  }
  .tp-hero-btn {
    line-height: 1;
  }
  .tp-hero-btn .tp-btn {
    padding: 23px 44px;
  }
  @media (max-width: 575px) {
    .tp-hero-btn {
      margin-bottom: 20px;
    }
  }
  .tp-hero-button-wrapper {
    animation-delay: 0.9s;
    animation-duration: 1s;
  }
  .tp-hero-thumb {
    padding-left: 77px;
    margin-top: -50px;
    animation-delay: 0.5s;
    animation-duration: 0.7s;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-thumb {
      padding-left: 50px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-hero-thumb {
      padding-left: 0;
      margin-top: 0;
      text-align: center;
    }
  }
  .tp-hero-thumb img {
    border-radius: 228px 228px 0 0;
    max-width: 100%;
  }
  .tp-hero-thumb-shape .shape-1 {
    border-radius: 0;
    position: absolute;
    bottom: 55px;
    right: -70px;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-hero-thumb-shape .shape-1 {
      right: -45px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-thumb-shape .shape-1 {
      right: -30px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-thumb-shape .shape-1 {
      right: 0;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-hero-thumb-shape .shape-1 {
      display: none;
    }
  }
  .tp-hero-thumb-shape .shape-2 {
    border-radius: 0;
    position: absolute;
    top: 2px;
    right: 2px;
    animation: tpswing 1s ease-in-out 0.1s forwards infinite alternate;
    transform-origin: bottom left;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-thumb-shape .shape-2 {
      right: 20%;
    }
  }
  .tp-hero-thumb-shape .shape-3 {
    border-radius: 0;
    position: absolute;
    bottom: 42px;
    left: 50px;
    animation: updown-two 2.6s linear 0s infinite alternate;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-thumb-shape .shape-3 {
      left: 10px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-thumb-shape .shape-3 {
      left: -25px;
    }
  }
  .tp-hero-call span {
    display: inline-block;
    margin-right: 17px;
  }
  .tp-hero-call-inner p {
    color: var(--tp-common-white);
  }
  .tp-hero-call-inner a {
    font-family: var(--tp-ff-heading);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.8px;
    color: var(--tp-common-white);
  }
  .tp-hero-wrapper-slider {
    position: relative;
  }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-hero-active .swiper-slide {
      padding-top: 80px;
    }
  }
  .tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-subtitle {
    animation-fill-mode: both;
    animation-name: fadeInUp;
  }
  .tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-title {
    animation-fill-mode: both;
    animation-name: fadeInUp;
  }
  .tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-content p {
    animation-fill-mode: both;
    animation-name: fadeInUp;
  }
  .tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-button-wrapper {
    animation-fill-mode: both;
    animation-name: fadeInUp;
  }
  .tp-hero-active .swiper-slide.swiper-slide-active .tp-hero-thumb {
    animation-fill-mode: both;
    animation-name: fadeInUp;
  }
  .tp-hero-nav {
    display: none;
  }
  @media (min-width: 1600px) {
    .tp-hero-nav {
      display: block;
    }
  }
  .tp-hero-nav button {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 41%;
    left: 50px;
    height: 67px;
    width: 67px;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 900;
    color: var(--tp-common-white);
    background: var(--tp-common-white);
    z-index: 1;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
  }
  .tp-hero-nav button:hover i {
    background: var(--tp-common-white);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .tp-hero-nav button:hover::before {
    opacity: 1;
  }
  .tp-hero-nav button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    opacity: 0;
    background-image: linear-gradient(90deg, #004D6E 0%, #00ACCC 100%);
    z-index: -1;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
  }
  .tp-hero-nav button i {
    background: linear-gradient(90deg, #004D6E 0%, #00ACCC 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .tp-hero-nav button.hero-button-next-1 {
    left: auto;
    right: 50px;
  }
  .tp-hero-pagination {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50px);
  }
  .tp-hero-pagination .swiper-pagination-bullet {
    background: var(--tp-common-white);
    margin-left: 10px;
    height: 14px;
    width: 14px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
  }
  @media (min-width: 1600px) {
    .tp-hero-pagination .swiper-pagination-bullet {
      display: none;
    }
  }
  @media (max-width: 575px) {
    .tp-hero-area-2 {
      padding-top: 90px;
    }
  }
  .tp-hero-bg-2 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .tp-hero-bg-2 img {
    width: 100%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-hero-content-2 {
      margin-bottom: 50px;
    }
  }
  .tp-hero-title-wrapper-2 p {
    font-size: 18px;
    color: var(--tp-heading-primary);
    margin-bottom: 50px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-hero-title-wrapper-2 p {
      margin-bottom: 30px;
    }
  }
  @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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-hero-title-wrapper-2 p br {
      display: none;
    }
  }
  .tp-hero-subtitle-2 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 4px;
    color: var(--tp-heading-primary);
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
  }
  .tp-hero-title-2 {
    font-weight: 600;
    font-size: 75px;
    line-height: 1.1;
    letter-spacing: -3px;
    text-transform: capitalize;
    color: var(--tp-heading-primary);
    margin-bottom: 20px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-hero-title-2 {
      font-size: 50px;
    }
  }
  @media (max-width: 575px) {
    .tp-hero-title-2 {
      font-size: 35px;
    }
  }
  @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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-hero-title-2 br {
      display: none;
    }
  }
  .tp-hero-call-2 span {
    margin-right: 17px;
  }
  .tp-hero-call-inner-2 p {
    color: var(--tp-heading-primary);
    margin-bottom: -2px;
  }
  .tp-hero-call-inner-2 span {
    font-family: var(--tp-ff-heading);
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.8px;
    color: var(--tp-heading-primary);
  }
  @media (max-width: 575px) {
    .tp-hero-thumb-2 {
      flex-wrap: wrap;
    }
  }
  .tp-hero-img-1 {
    padding-right: 18px;
  }
  @media (max-width: 575px) {
    .tp-hero-img-1 {
      padding-right: 0;
    }
  }
  .tp-hero-img-1 img {
    position: relative;
    border-radius: 0px 0px 0px 188.5px;
    z-index: 2;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-hero-img-1 img {
      max-width: 100%;
    }
  }
  .tp-hero-img-2 {
    padding-top: 78px;
  }
  @media (max-width: 575px) {
    .tp-hero-img-2 {
      padding-top: 35px;
    }
  }
  .tp-hero-img-2 img {
    position: relative;
    border-radius: 0px 190px 0px 0px;
    z-index: 2;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-hero-img-2 img {
      max-width: 100%;
    }
  }
  .tp-hero-shape-2 .shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    animation: updown-two 2.6s linear 0s infinite alternate;
  }
  @media (max-width: 575px) {
    .tp-hero-shape-2 .shape-1 {
      top: 40%;
    }
  }
  .tp-hero-shape-2 .shape-2 {
    position: absolute;
    bottom: 20px;
    left: 75px;
    z-index: 0;
  }
  @media (max-width: 575px) {
    .tp-hero-shape-2 .shape-2 {
      display: none;
    }
  }
  .tp-hero-shape-2 .shape-3 {
    position: absolute;
    bottom: 12%;
    left: 38%;
    z-index: 2;
  }
  .tp-hero-shape-2 .shape-3::after {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    height: 140px;
    width: 140px;
    border: 1px #fff dashed;
    border-radius: 50%;
    animation: tp-spin 10s ease infinite;
  }