@font-face {
    font-family: 'Inter';
    src: url('../Fonts/Inter-VariableFont_slnt\,wght.ttf');
  }
:root {
    /**
    @font family declaration
    */
    --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;
    /**
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #1c2e4d;
    --tp-common-black-2: #1c2e4d;
    --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: #1c2e4d;
    --tp-text-p: #1c2e4d;
    --tp-theme-1: #57c9da;
    --tp-theme-2: #57c9da;
    --tp-theme-primary: #f3bc3c;
    --tp-theme-secondary: #57c9da;
    --tp-border-1: #E8ECF2;
    --tp-border-2: #4E4E59;
  }
  .grey-bg {
    background: var(--tp-grey-1);
  }
  .fix {
    overflow: hidden;
  }
  .text-end{
    text-align: end;
  }
  .py-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}
a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: var(--bs-link-hover-color);
}
/* services */
.tp-service-item {
    background-color: white ;
    padding: 70px 10px;
    border-radius: 20px;
    position: relative;
    z-index: 2;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-service-item {
      padding: 50px 30px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-service-item {
      padding: 30px 25px;
    }
  }
  @media (max-width: 767px) {
    .tp-service-item {
      flex-wrap: wrap;
      padding: 35px 20px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-service-item {
      padding: 49px 30px;
    }
  }
  @media (max-width: 767px) {
    .tp-service-item .tp-sv-img {
      margin-bottom: 20px;
    }
  }
  .tp-service-item:hover .tp-sv-img {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }


.tp-service-item-four {
    background-color: white ;
    box-shadow: 0px 4px 4px rgba(100, 109, 152, 0.06);
    padding: 0px 55px;
    padding-top: 65px;
    padding-bottom: 55px;
    border-radius: 20px;
    transition: 0.3s;
    position: relative;
    z-index: 2;
  }
  .tp-service-item-four__img {
    height: 60px;
    width: 60px;
    background-color: rgba(139, 64, 229, 0.15);
    line-height: 60px;
    text-align: center;
    border-radius: 6px;
    transition: 0.6s;
  }
  .tp-sv-border-effect:hover .tp-service-item-four__img {
    transform: rotateY(180deg);
  }


.sv-color-1 .tp-service-item-four__img {
    background-color: rgba(30, 226, 207, 0.15);
  }
  .sv-color-1 .tp-service-item-four__title:hover h3 {
    color: #1EE2CF;
  }
  .sv-color-1 .tp-service-item-four__title:hover .tp-service-item-four__img {
    background-color: rgba(30, 226, 207, 0.15);
  }

  .sv-color-2 .tp-service-item-four__img {
    background-color: rgba(139, 64, 229, 0.15);
  }
  .sv-color-2 .tp-service-item-four__title:hover h3 {
    color: #8B40E5;
  }

  .sv-color-3 .tp-service-item-four__img {
    background-color: rgba(255, 136, 90, 0.15);
  }
  .sv-color-3 .tp-service-item-four__title:hover h3 {
    color: #FF885A;
  }

  .sv-color-4 .tp-service-item-four__img {
    background-color: rgba(253, 52, 110, 0.15);
  }
  .sv-color-4 .tp-service-item-four__title:hover h3 {
    color: #FD346E;
  }

  .sv-color-5 .tp-service-item-four__img {
    background-color: rgba(13, 136, 255, 0.15);
  }
  .sv-color-5 .tp-service-item-four__title:hover h3 {
    color: #0D88FF;
  }

  .sv-color-6 .tp-service-item-four__img {
    background-color: rgba(12, 214, 138, 0.15);
  }
  .sv-color-6 .tp-service-item-four__title:hover h3 {
    color: #0CD68A;
  }

  .sv-color-7 .tp-service-item-four__img {
    background-color: rgba(252, 220, 2, 0.15);
  }
  .sv-color-7 .tp-service-item-four__title:hover h3 {
    color: #FCDC02;
  }


  .tp-sv-box {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 50px;
  }
  .tp-sv-box:before {
    content: "";
    background-image: linear-gradient(-90deg, #1c2e4d 0%, #d6d6d6 100%);
    opacity: 0.3;
    height: 27px;
    width: 84%;
    bottom: 0px;
    position: absolute;
    left: 0;
    border-radius: 30px;
    right: 0;
    margin: auto;

    z-index: 1;
    transition: 0.4s;
  }
  .tp-sv-box:hover:before {
    bottom: -20px;

  }

  .tp-service-item-four {
    background-color: white ;
    box-shadow: 0px 4px 4px rgba(100, 109, 152, 0.06);
    padding: 0px 55px;
    padding-top: 65px;
    padding-bottom: 55px;
    border-radius: 20px;
    transition: 0.3s;
    position: relative;
    z-index: 2;
  }
  .tp-service-item-four__img {
    height: 60px;
    width: 60px;
    background-color: rgba(139, 64, 229, 0.15);
    line-height: 60px;
    text-align: center;
    border-radius: 6px;
    transition: 0.6s;
  }
  .tp-sv-border-effect:hover .tp-service-item-four__img {
    transform: rotateY(180deg);
  }

.sv-color-1 .tp-service-item-four__img {
    background-color: rgba(30, 226, 207, 0.15);
  }
  .sv-color-1 .tp-service-item-four__title:hover h3 {
    color: #1EE2CF;
  }
  .sv-color-1 .tp-service-item-four__title:hover .tp-service-item-four__img {
    background-color: rgba(30, 226, 207, 0.15);
  }

  .sv-color-2 .tp-service-item-four__img {
    background-color: rgba(139, 64, 229, 0.15);
  }
  .sv-color-2 .tp-service-item-four__title:hover h3 {
    color: #8B40E5;
  }

  .sv-color-3 .tp-service-item-four__img {
    background-color: rgba(255, 136, 90, 0.15);
  }
  .sv-color-3 .tp-service-item-four__title:hover h3 {
    color: #FF885A;
  }

  .sv-color-4 .tp-service-item-four__img {
    background-color: rgba(253, 52, 110, 0.15);
  }
  .sv-color-4 .tp-service-item-four__title:hover h3 {
    color: #FD346E;
  }

  .sv-color-5 .tp-service-item-four__img {
    background-color: rgba(13, 136, 255, 0.15);
  }
  .sv-color-5 .tp-service-item-four__title:hover h3 {
    color: #0D88FF;
  }

  .sv-color-6 .tp-service-item-four__img {
    background-color: rgba(12, 214, 138, 0.15);
  }
  .sv-color-6 .tp-service-item-four__title:hover h3 {
    color: #0CD68A;
  }

  .sv-color-7 .tp-service-item-four__img {
    background-color: rgba(252, 220, 2, 0.15);
  }
  .sv-color-7 .tp-service-item-four__title:hover h3 {
    color: #FCDC02;
  }
  .sv-2-border {
    border: 1px solid #F3F3F3;
  }
  @media (max-width: 767px) {
    .tp-service-item .tp-sv-img {
        margin-bottom: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .tp-service-item .tp-sv-img  img{
        width: 50px;
    }
    .tp-project-section-box ,.tp-subtitle  {
        padding-top: 20px;
    }
  }
  .tp-service-item:hover .tp-sv-img {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  .tp-sv-img {
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  }
  .tp-sv-img img {
    min-width: 70px;
    position: relative;
    bottom: 10px;
  }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-sv-content {
      padding-left: 30px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-sv-content {
      padding-left: 15px;
    }
  }
  @media (max-width: 767px) {
    .tp-sv-content {
      padding-left: 0px;
    }
  }
  .tp-sv-content .tp-sv-title {
    color: black ;;
    font-size: 32px;
    padding-left: 31px;
    font-weight: 500;
  }
  .tp-sv-content .tp-sv-title:hover {
    color: var(--tp-theme-1);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-sv-content .tp-sv-title {
      font-size: 25px;
    }
  }
  @media (max-width: 767px) {
    .tp-sv-content .tp-sv-title {
      font-size: 25px;
    }
  }
  .tp-sv-content p {
    line-height: 26px;
    padding-left: 31px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-sv-content p {
      font-size: 15px;
    }
  }
  .tp-sv-content-tow .tp-sv-product-design {
    font-size: 32px;
    font-weight: 500;
    color: white ;
    margin-bottom: 40px;
  }
  .tp-sv-content-tow p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #B5B8C1;
    margin-bottom: 0;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-sv-content-tow p {
      font-size: 16px;
    }
  }
  .tp-sv-content .tp-sv-title {
    color: black ;;
    font-size: 32px;
    font-weight: 500;
  }
  .tp-sv-content .tp-sv-title:hover {
    color: var(--tp-theme-1);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-sv-content .tp-sv-title {
      font-size: 25px;
    }
  }
  @media (max-width: 767px) {
    .tp-sv-content .tp-sv-title {
      font-size: 25px;
    }
  }
  .tp-sv-title {
    font-size: 32px;
    color: black ;;
    font-weight: 500;
    margin-bottom: 10px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-sv-title {
      margin-bottom: 25px;
    }
  }
  .tp-sv-title:hover {
    color: var(--tp-theme-1);
  }
  .tp-sv-link a {
    font-size: 18px;
    color: black ;;
    font-weight: 600;
  }
  .tp-sv-link a:hover {
    color: var(--tp-theme-1);
  }
  .tp-sv-link a:hover i {
    animation: tfLeftToRight 0.4s forwards;
  }
  .tp-sv-link a i {
    font-weight: 400;
    padding-right: 10px;
  }


/* About 1 */

.tp-sv-shape-img {
    position: absolute;
    bottom: 0;
    left: 10px;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tp-sv-shape-img {
      bottom: -75px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-sv-shape-img {
      bottom: -70px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-sv-shape-img {
      bottom: -74px;
    }
  }
  @media (max-width: 767px) {
    .tp-sv-shape-img {
      bottom: -80px;
    }
  }

  .tp-sv-shape-img-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
  }

.circle-animation.service {
    top: 5%;
    left: 8%;
    border: 1px solid #E8ECF2;
    width: 600px;
    height: 600px;
    position: absolute;
    border-radius: 50%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .circle-animation.service {
      top: 9%;
      left: 0%;
    }
  }
  @media (max-width: 767px) {
    .circle-animation.service {
      top: 5%;
      left: 5%;
      height: 200px;
      width: 200px;
    }
  }

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

  .circle-animation span.tp-circle-2 {
    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 13s linear infinite;
    -moz-animation: circle-animation2 13s linear infinite;
    -o-animation: circle-animation2 13s linear infinite;
    animation: circle-animation2 13s linear infinite;
  }

  .circle-animation span.tp-circle-1::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -25px;
    right: -12px;
    background-color: #FFADAD;
  }

  .circle-animation span.tp-circle-2::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: -25px;
    right: -7px;
    background-color: var(--tp-theme-1);
  }

  .circle-animation.service-two {
    bottom: -3%;
    right: 9%;
    border: 1px solid #E8ECF2;
    width: 488px;
    height: 488px;
    position: absolute;
    border-radius: 50%;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .circle-animation.service-two {
      bottom: 0%;
      right: 0%;
    }
  }
  @media (max-width: 767px) {
    .circle-animation.service-two {
      bottom: 12px;
      right: 3%;
      height: 200px;
      width: 200px;
    }
  }

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

  .circle-animation span.tp-circle-skye::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -25px;
    right: -12px;
    background-color: #82CEFD;
  }

.circle-animation.blog-animation {
    bottom: -18%;
    left: 21%;
    border: 1px solid #E8ECF2;
    width: 537px;
    height: 537px;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .circle-animation.blog-animation {
      bottom: -11%;
      left: 9%;
      height: 400px;
      width: 400px;
    }
  }
  @media (max-width: 767px) {
    .circle-animation.blog-animation {
      bottom: -10%;
      left: 50%;
      height: 300px;
      width: 300px;
    }
  }

  .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 13s linear infinite;
    -moz-animation: circle-animation2 13s linear infinite;
    -o-animation: circle-animation2 13s linear infinite;
    animation: circle-animation2 13s 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;
  }

.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;
  }
  @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);
    }
  }
  .circle-animation span.tp-circle-1 {
    display: block;
    position: absolute;
    content: "";
    top: calc(50% - 1px);
    left: 50%;
    width: 50%;
    height: 1px;
    background: transparent;
    transform-origin: left;
    -webkit-animation: circle-animation 13s linear infinite;
    -moz-animation: circle-animation 13s linear infinite;
    -o-animation: circle-animation 13s linear infinite;
    animation: circle-anim
    ation 13s linear infinite;
  }
  .circle-animation span.tp-circle-2 {
    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 13s linear infinite;
    -moz-animation: circle-animation2 13s linear infinite;
    -o-animation: circle-animation2 13s linear infinite;
    animation: circle-animation2 13s linear infinite;
  }
  .circle-animation span.tp-circle-1::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -25px;
    right: -12px;
    background-color: #FFADAD;
  }

  .circle-animation span.tp-circle-2::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: -25px;
    right: -7px;
    background-color: var(--tp-theme-1);
  }

  .tp-service-section-box {
    position: relative;
    z-index: 2;
  }
  .tp-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #1c2e4d;
    margin-bottom: 20px;
  }

.tp-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #1c2e4d;
    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;
    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;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-feature-section-title-box .tp-title-sm {
      font-size: 29px;
    }
  }
  .corporate-service__section-box .tp-title {
    margin-bottom: 0;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .corporate-chose__section-box .tp-title {
      font-size: 50px;
      margin-bottom: 20px;
    }
  }
  .corporate-project__section-box .tp-title {
    margin-bottom: 20px;
  }
  .corporate-blog__section-box .tp-title {
    margin-bottom: 0;
  }
  @media (max-width: 767px) {
    .tp-blog-section-box .tp-title {
      font-size: 30px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-news-letter-section-box .tp-title {
      font-size: 45px;
    }
  }
  @media (max-width: 767px) {
    .tp-news-letter-section-box .tp-title {
      font-size: 30px;
    }
  }
/*--
    - Spacing
-----------------------------------------*/
.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;
    }
  }
  .p-relative {
    position: relative;
  }
  .tp-btn-sky-similar {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-black);
    background: var(--tp-common-blue);
    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-sky-similar i {
    padding-left: 17px;
  }
  .tp-btn-sky-similar:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-theme-primary);
  }
  .tp-btn-sky-similar:hover i {
    animation: tfLeftToRight 0.5s forwards;
  }
  .tp-btn-sky-similar::before, .tp-btn-sky-similar::after {
    content: "";
    background: #fff;
    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-sky-similar::before {
    top: 0;
    left: 0;
    right: auto;
  }
  .tp-btn-sky-similar::after {
    bottom: 0;
    right: 0;
    left: auto;
  }
  .tp-btn-sky-similar:hover::before {
    width: 100%;
    right: 0;
    left: auto;
  }
  .tp-btn-sky-similar:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }

  .tp-btn-sm-sky {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-black);
    background: var(--tp-common-blue);
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
  }
  .tp-btn-sm-sky i {
    padding-left: 17px;
  }
  .tp-btn-sm-sky:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-theme-primary);
  }
  .tp-btn-sm-sky:hover i {
    animation: tfLeftToRight 0.5s forwards;
  }
  .tp-btn-sm-sky::before, .tp-btn-sm-sky::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-sm-sky::before {
    top: 0;
    left: 0;
    right: auto;
  }
  .tp-btn-sm-sky::after {
    bottom: 0;
    right: 0;
    left: auto;
  }
  .tp-btn-sm-sky:hover::before {
    width: 100%;
    right: 0;
    left: auto;
  }
  .tp-btn-sm-sky:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }

  .tp-btn-sky {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-black);
    background: var(--tp-common-blue);
    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 (max-width: 767px) {
    .tp-btn-sky {
      height: 56px;
      line-height: 56px;
    }
  }
  .tp-btn-sky i {
    padding-left: 17px;
  }
  .tp-btn-sky:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-theme-primary);
  }
  .tp-btn-sky:hover i {
    animation: tfLeftToRight 0.5s forwards;
  }
  .tp-btn-sky::before, .tp-btn-sky::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-sky::before {
    top: 0;
    left: 0;
    right: auto;
  }
  .tp-btn-sky::after {
    bottom: 0;
    right: 0;
    left: auto;
  }
  .tp-btn-sky:hover::before {
    width: 100%;
    right: 0;
    left: auto;
  }
  .tp-btn-sky:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }

  .tp-btn-black {
    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;
  }
  @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-sm {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-white);
    background: var(--tp-theme-1);
    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: 992px) and (max-width: 1199px) {
    .tp-btn-sm {
      margin-right: 30px;
    }
  }
  .tp-btn-sm i {
    padding-left: 17px;
  }
  .tp-btn-sm:hover {
    color: var(--tp-common-black);
  }
  .tp-btn-sm:hover i {
    animation: tfLeftToRight 0.5s forwards;
  }
  .tp-btn-sm::before, .tp-btn-sm::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-sm::before {
    top: 0;
    left: 0;
    right: auto;
  }
  .tp-btn-sm::after {
    bottom: 0;
    right: 0;
    left: auto;
  }
  .tp-btn-sm:hover::before {
    width: 100%;
    right: 0;
    left: auto;
  }
  .tp-btn-sm:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }

  .tp-btn-grey {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-theme-1);
    background: #EBEBF9;
    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-grey {
      height: 60px;
      line-height: 60px;
    }
  }
  .tp-btn-grey i {
    padding-left: 17px;
  }
  .tp-btn-grey:hover {
    color: var(--tp-common-white);
  }
  .tp-btn-grey:hover i {
    animation: tfLeftToRight 0.5s forwards;
  }
  .tp-btn-grey::before, .tp-btn-grey::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-grey::before {
    top: 0;
    left: 0;
    right: auto;
  }
  .tp-btn-grey::after {
    bottom: 0;
    right: 0;
    left: auto;
  }
  .tp-btn-grey:hover::before {
    width: 100%;
    right: 0;
    left: auto;
  }
  .tp-btn-grey:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
  @media (max-width: 767px) {
    .tp-btn-grey {
      height: 56px;
      line-height: 56px;
    }
  }

  .tp-btn-grey-sm {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-theme-1);
    background: rgba(89, 86, 233, 0.1);
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 35px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: uppercase;
  }
  .tp-btn-grey-sm i {
    padding-left: 17px;
  }
  .tp-btn-grey-sm:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-theme-primary);
  }
  .tp-btn-grey-sm:hover i {
    animation: tfLeftToRight 0.5s forwards;
  }

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

  .tp-btn-border-sm {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-black);
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
    border: 1px solid #F6F6F6;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-btn-border-sm {
      padding: 0 35px;
    }
  }
  .tp-btn-border-sm i {
    padding-left: 17px;
  }
  .tp-btn-border-sm:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-theme-primary);
  }
  .tp-btn-border-sm:hover i {
    animation: tfLeftToRight 0.5s forwards;
  }
  @media (max-width: 767px) {
    .tp-btn-border-sm {
      height: 56px;
      line-height: 56px;
    }
  }

  .tp-btn-yellow-sm {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-black);
    background: var(--tp-theme-primary);
    height: 50px;
    line-height: 50px;
    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: 992px) and (max-width: 1199px) {
    .tp-btn-yellow-sm {
      padding: 0 35px;
    }
  }
  .tp-btn-yellow-sm i {
    padding-left: 17px;
  }
  .tp-btn-yellow-sm:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-secondary);
  }
  .tp-btn-yellow-sm:hover i {
    animation: tfLeftToRight 0.5s forwards;
  }
  .tp-btn-yellow-sm::before, .tp-btn-yellow-sm::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-sm::before {
    top: 0;
    left: 0;
    right: auto;
  }
  .tp-btn-yellow-sm::after {
    bottom: 0;
    right: 0;
    left: auto;
  }
  .tp-btn-yellow-sm:hover::before {
    width: 100%;
    right: 0;
    left: auto;
  }
  .tp-btn-yellow-sm:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
  @media (max-width: 767px) {
    .tp-btn-yellow-sm {
      height: 56px;
      line-height: 56px;
    }
  }

  .tp-btn-yellow-semilar {
    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-semilar {
      padding: 0 30px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-btn-yellow-semilar {
      padding: 0 35px;
    }
  }
  @media (max-width: 767px) {
    .tp-btn-yellow-semilar {
      height: 56px;
      line-height: 56px;
      left: 0;
      right: auto;
    }
  }
  .tp-btn-yellow-semilar i {
    padding-left: 17px;
  }
  .tp-btn-yellow-semilar:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
  }
  .tp-btn-yellow-semilar:hover i {
    animation: tfLeftToRight 0.5s forwards;
  }
  .tp-btn-yellow-semilar::before, .tp-btn-yellow-semilar::after {
    content: "";
    background: var(--tp-theme-secondary);
    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-semilar::before {
    top: 0;
    left: 0;
    right: auto;
  }
  .tp-btn-yellow-semilar::after {
    bottom: 0;
    right: 0;
    left: auto;
  }
  .tp-btn-yellow-semilar:hover::before {
    width: 100%;
    right: 0;
    left: auto;
  }
  .tp-btn-yellow-semilar:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
  @media (max-width: 767px) {
    .tp-btn-yellow-semilar {
      height: 56px;
      line-height: 56px;
    }
  }

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

  .tp-btn-white-border {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-black);
    background: var(--tp-common-white);
    height: 70px;
    line-height: 70px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
    border-bottom: 3px solid var(--tp-theme-1);
    box-shadow: 0px 2px 55px rgba(168, 182, 218, 0.32);
  }
  @media (max-width: 767px) {
    .tp-btn-white-border {
      height: 50px;
      line-height: 50px;
      padding: 0 20px;
    }
  }
  .tp-btn-white-border i {
    padding-left: 17px;
  }
  .tp-btn-white-border:hover {
    color: var(--tp-common-white);
  }
  .tp-btn-white-border:hover i {
    animation: tfLeftToRight 0.5s forwards;
  }
  .tp-btn-white-border::before, .tp-btn-white-border::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-white-border::before {
    top: 0;
    left: 0;
    right: auto;
  }
  .tp-btn-white-border::after {
    bottom: 0;
    right: 0;
    left: auto;
  }
  .tp-btn-white-border:hover::before {
    width: 100%;
    right: 0;
    left: auto;
  }
  .tp-btn-white-border:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }

  .tp-btn-white {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-black);
    background: var(--tp-common-white);
    height: 70px;
    line-height: 70px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
    box-shadow: 0px 2px 55px rgba(168, 182, 218, 0.32);
  }
  .tp-btn-white i {
    padding-left: 17px;
  }
  .tp-btn-white:hover {
    color: var(--tp-common-white);
  }
  .tp-btn-white:hover i {
    animation: tfLeftToRight 0.5s forwards;
  }
  .tp-btn-white::before, .tp-btn-white::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-white::before {
    top: 0;
    left: 0;
    right: auto;
  }
  .tp-btn-white::after {
    bottom: 0;
    right: 0;
    left: auto;
  }
  .tp-btn-white:hover::before {
    width: 100%;
    right: 0;
    left: auto;
  }
  .tp-btn-white:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
  @media (max-width: 767px) {
    .tp-btn-white {
      height: 56px;
      line-height: 56px;
    }
  }

  .tp-btn-white-md {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-black);
    background: var(--tp-common-white);
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
    box-shadow: 0px 11px 12px #EBE9F3;
  }
  .tp-btn-white-md i {
    padding-left: 40px;
  }
  .tp-btn-white-md:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
  }
  .tp-btn-white-md:hover i {
    animation: tfLeftToRight 0.5s forwards;
  }
  .tp-btn-white-md::before, .tp-btn-white-md::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-white-md::before {
    top: 0;
    left: 0;
    right: auto;
  }
  .tp-btn-white-md::after {
    bottom: 0;
    right: 0;
    left: auto;
  }
  .tp-btn-white-md:hover::before {
    width: 100%;
    right: 0;
    left: auto;
  }
  .tp-btn-white-md:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }

  .tp-btn-white-brand {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-black);
    background: var(--tp-common-white);
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
    box-shadow: 0px 11px 12px #EBE9F3;
  }
  .tp-btn-white-brand i {
    padding-left: 15px;
  }
  .tp-btn-white-brand:hover {
    color: var(--tp-theme-1);
  }
  .tp-btn-white-brand:hover i {
    animation: tfLeftToRight 0.5s forwards;
  }

  .tp-btn-white-sm {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-black);
    background: var(--tp-common-white);
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
    box-shadow: 0px 11px 12px #EBE9F3;
  }
  .tp-btn-white-sm i {
    padding-left: 15px;
  }
  .tp-btn-white-sm:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
  }
  .tp-btn-white-sm:hover i {
    animation: tfLeftToRight 0.5s forwards;
  }
  .tp-btn-white-sm::before, .tp-btn-white-sm::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-white-sm::before {
    top: 0;
    left: 0;
    right: auto;
  }
  .tp-btn-white-sm::after {
    bottom: 0;
    right: 0;
    left: auto;
  }
  .tp-btn-white-sm:hover::before {
    width: 100%;
    right: 0;
    left: auto;
  }
  .tp-btn-white-sm:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }

  .tp-btn-white-lg {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: var(--tp-common-black);
    background: var(--tp-common-white);
    height: 90px;
    line-height: 90px;
    text-align: center;
    padding-left: 30px;
    padding-right: 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-white-lg {
      height: 80px;
      line-height: 80px;
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-btn-white-lg {
      width: 100%;
      margin-bottom: 15px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-btn-white-lg {
      height: 75px;
      line-height: 75px;
      margin-bottom: 15px;
    }
  }
  @media (max-width: 767px) {
    .tp-btn-white-lg {
      height: 70px;
      line-height: 70px;
      padding-right: 10px;
      padding-left: 10px;
      margin-bottom: 15px;
      display: block;
    }
  }
  .tp-btn-white-lg i {
    padding-left: 40px;
  }
  .tp-btn-white-lg:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
  }
  .tp-btn-white-lg:hover i {
    animation: tfLeftToRight 0.5s forwards;
  }
  .tp-btn-white-lg::before, .tp-btn-white-lg::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-white-lg::before {
    top: 0;
    left: 0;
    right: auto;
  }
  .tp-btn-white-lg::after {
    bottom: 0;
    right: 0;
    left: auto;
  }
  .tp-btn-white-lg:hover::before {
    width: 100%;
    right: 0;
    left: auto;
  }
  .tp-btn-white-lg:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }

  .tp-btn-border {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #3F3F47;
    height: 70px;
    line-height: 70px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    color: var(--tp-theme-primary);
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
  }
  .tp-btn-border i {
    padding-left: 18px;
  }
  .tp-btn-border:hover {
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1);
  }
  .tp-btn-border::before, .tp-btn-border::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-border::before {
    top: 0;
    left: 0;
    right: auto;
  }
  .tp-btn-border::after {
    bottom: 0;
    right: 0;
    left: auto;
  }
  .tp-btn-border:hover::before {
    width: 100%;
    right: 0;
    left: auto;
  }
  .tp-btn-border:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
  @media (max-width: 767px) {
    .tp-btn-border {
      height: 56px;
      line-height: 56px;
    }
  }

  .tp-btn-border-2 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #F6F6F6;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 0 70px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
  }
  .tp-btn-border-2 i {
    padding-left: 18px;
  }
  .tp-btn-border-2:hover {
    color: var(--tp-common-black);
    border-color: var(--tp-theme-1);
  }
  .tp-btn-border-2::before, .tp-btn-border-2::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-border-2::before {
    top: 0;
    left: 0;
    right: auto;
  }
  .tp-btn-border-2::after {
    bottom: 0;
    right: 0;
    left: auto;
  }
  .tp-btn-border-2:hover::before {
    width: 100%;
    right: 0;
    left: auto;
  }
  .tp-btn-border-2:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
  @media (max-width: 767px) {
    .tp-btn-border-2 {
      height: 56px;
      line-height: 56px;
    }
  }
  @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-social-link .tp-btn-white-brand {
    transition: 0.4s;
  }
  .tp-hero-social-link .tp-btn-white-brand:hover {
    transform: translateY(-10px);
  }
  .tp-btn-white-lg {
    transition: 0.4s;
  }
  .tp-btn-white-lg:hover {
    transform: translateY(-10px);
  }
  @media (max-width: 767px) {
    .tp-project-content .tp-btn-sm {
      padding: 0px 21px;
    }
  }
  .cpprice.active .cpprice__button .tp-btn-yellow {
    background-color: var(--tp-common-white);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-news-button .tp-btn-yellow {
      padding: 0 30px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-news-button .tp-btn-yellow {
      height: 50px;
      line-height: 50px;
      padding: 0 25px;
    }
  }
  @media (max-width: 767px) {
    .tp-news-button .tp-btn-lg-yellow {
      margin-bottom: 20px;
    }
  }
  @media (max-width: 767px)
    {
        .tp-title {
            font-size: 35px;
        }
        .tp-title57 {
            font-size: 36px !important;
        }
        .tp-title50 {
            font-size: 36px !important;
        }
    }
    @media (min-width: 767px)
    {
        .tp-title57 {
            font-size: 57px !important;
        }
        .tp-title50 {
            font-size: 50px !important;
        }
    }
  .tp-sv-link a {
    font-size: 18px;
    color: #52bad7;
    font-weight: 600;
  }
  .tp-sv-link a:hover {
    color: var(--tp-theme-1);
  }
  .tp-sv-link a:hover i {
    animation: tfLeftToRight 0.4s forwards;
  }
  .tp-sv-link a i {
    font-weight: 400;
    padding-right: 10px;
  }
  .bs-about-sm-1 {
    position: absolute;
    right: 110px;
    top: 103px;
    animation: moving 5s linear infinite;
  }
  .bs-about-sm-2 {
    position: absolute;
    right: 110px;
    bottom: 103px;
    animation: rotate2 5s linear infinite;
  }
  .bp-about-shape {
    position: absolute;
    top: -25px;
    left: -8px;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .bp-about-shape {
      top: -75px;
      left: -235px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bp-about-shape {
      top: -80px;
      left: -327px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bp-about-shape {
      top: -80px;
      left: -417px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .bp-about-shape {
      top: -68px;
      left: -502px;
    }
  }
    /*----------------------------------------*/
    /*  12. about css start
    /*----------------------------------------*/
    .bp-about-img {
        max-width: inherit;
        margin-left: -210px;
        position: relative;
        z-index: 2;
    }
    @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-about-img {
        margin-left: 0;
    }
    .bp-about-img img {
        max-width: 100%;
    }
    }
    @media (max-width: 767px) {
    .bp-about-img {
        margin-left: 0;
        margin-bottom: 50px;
    }
    .bp-about-img img {
        max-width: 100%;
    }
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .tp-feature-section-title-box .tp-title-sm {
          font-size: 29px;
        }
      }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .tp-feature-section-title-box {
          margin-top: 60px;
        }
      }
      @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .tp-feature-section-title-box {
          padding-left: 40px;
        }
      }
      @media (max-width: 767px) {
        .tp-feature-section-title-box p {
          font-size: 15px;
        }
      }
      .bs-section-title-space {
        padding-left: 80px;
      }
      @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
        .bs-section-title-space {
          padding-left: 0px;
        }
      }

      .tp-subtitle {
        font-size: 18px;
        font-weight: 500;
        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-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;
      }
      .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: 10px;
        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%;
      }

      .footer-widget-info {
        border-bottom: 1px solid #EBECEF;
      }
      .footer-widget-info .tp-footer-title {
        font-family: Inter , sans-serif !important;;
        color: #772066 !important;
        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;
        }
      }
      .font1{
        font-family: Inter , sans-serif !important;
      }
      .footer-widget-info p {
        font-family: Inter , sans-serif !important;
        color: #1c2e4d;
        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-bottom {
        padding-top: 40px;
      }
      .tp-copyright-logo img {
        width: 180px;
      }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .tp-cpoyright-menu {
          margin-bottom: 0;
        }
      }
      .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-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;
        }
      }

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

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

      .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-news-letter-section-box-two {
          padding-bottom: 100px;
        }
      }

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

      .black-bg-2 {
        background: var(--tp-common-black-2);
      }
      .z-index {
        position: relative;
        z-index: 3;
      }
      .z-index-1 {
        position: relative;
        z-index: 2;
      }

      .z-index {
        position: relative;
        z-index: 1;
      }
      .tp-project-shape {
        position: absolute;
        right: 0;
        bottom: -25px;
      }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .tp-project-shape {
          bottom: -51px;
        }
      }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .tp-project-shape {
          bottom: -60px;
        }
      }
      @media (max-width: 767px) {
        .tp-project-shape {
          bottom: -46px;
        }
      }
      .tp-project-shape-one {
        position: absolute;
        left: 3%;
        top: 12%;
        animation: jumpTwo 4s infinite linear;
      }
      @media (max-width: 767px) {
        .tp-project-shape-one {
          top: 0;
          left: 0;
        }
      }

      .tp-project-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-project-shape-two {
          top: 85%;
        }
      }
      @media (max-width: 767px) {
        .tp-project-shape-two {
          top: 92%;
        }
      }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .tp-project-section-box {
          text-align: center;
        }
      }

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

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

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

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

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

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

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

.tp-project-sm-content p {
    line-height: 30px;
    margin-bottom: 35px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-project-sm-content p {
      font-size: 15px;
    }
  }
  @media (max-width: 767px) {
    .tp-project-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;
    }
  }

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