/*----------------------------------------------------

1. Global Area
2. Header Section

******* HOME PAGE 1 *******


=====================================================================*/
/*=========
Font load
===========*/
@font-face{
  font-family: "Bayformance";
  src: url("../fonts/bayformance.eot");
  src: url("../fonts/bayformance.eot?#iefix")format("embedded-opentype"),
      url("../fonts/bayformance.woff")format("woff"),
      url("../fonts/bayformance.woff2")format("woff2"),
      url("../fonts/bayformance.ttf")format("truetype"),
      url("../fonts/bayformance.svg#Bayformance")format("svg");
  font-weight:normal;
  font-style:normal;
  font-display:swap;
}

:root {
  --txa-body-1-font: "Inter", sans-serif;
  --txa-heading-1-font: "Kanit", sans-serif;
  --txa-heading-2-font: "Livvic", sans-serif;
  --txa-heading-3-font: "Urbanist", sans-serif;
  --txa-bayformance-font: "Bayformance";
  --txa-black-color: #000000;
  --txa-white-color: #ffffff;
  --txa-pr-1: #5956F0;
  --txa-pr-2: #28BEFD;
  --txa-pr-3: #bee041;
  --txa-pr-4: rgb(190, 224, 65);
  --txa-heading-1: #080A0B;
  --txa-heading-2: #030617;
  --txa-heading-3: #141515;
  --txa-para-1: #5E6060;
  --txa-para-3: #565656;
  --txa-gd-1: linear-gradient(90deg, #8F73FF 0%, #5347FF 45.27%, #4471FE 57.66%, #21D3FD 100%);
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 18px;
  line-height: 1.667;
  position: relative;
  overflow-x: hidden;
  color: var(---body-color);
  font-family: var(--txa-heading-3-font);
  background-color: #fff;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body .container {
  max-width: 1310px;
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), 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) {
  .txa-home-3::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
    box-shadow: none;
    border: none;
  }
  .txa-home-3::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  .txa-home-3::-webkit-scrollbar-thumb {
    background: var(--txa-pr-4);
    border-radius: 30px;
  }
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), 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) {
  .txa-home-2::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
    box-shadow: none;
    border: none;
  }
  .txa-home-2::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  .txa-home-2::-webkit-scrollbar-thumb {
    background: var(--txa-gd-1);
    border-radius: 30px;
  }
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), 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) {
  .txa-home-1::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
    box-shadow: none;
    border: none;
  }
  .txa-home-1::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  .txa-home-1::-webkit-scrollbar-thumb {
    background: var(--txa-pr-1);
    border-radius: 30px;
  }
}

.ul-li, ul {
  margin: 0;
  padding: 0;
}
.ul-li li, ul li {
  list-style: none;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

.txa-headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  font-family: var(---heading);
}

.headline-2 h1,
.headline-2 h2,
.headline-2 h3,
.headline-2 h4,
.headline-2 h5,
.headline-2 h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  font-family: var(---heading-2);
}
.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background: var(---gradient-1);
}
.scrollup i {
  color: #fff;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control {
  box-shadow: none;
}

.relative-position {
  position: relative;
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.pera-content p {
  margin-bottom: 0;
}

.cursor {
  border-radius: 50%;
  display: block;
  position: fixed;
  margin-top: -10px;
  margin-left: -10px;
  width: 30px;
  height: 30px;
  pointer-events: none;
  mix-blend-mode: multiply;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: rgba(122, 122, 122, 0.3);
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  z-index: 1011;
}

.txa-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bg-default {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  --bs-gutter-x: 30px;
}
.row.g-0 {
  --bs-gutter-x: 0;
}

@media (min-width: 1200px) {
  .container.txa-container-1 {
    max-width: 1320px;
  }
  .container.txa-container-2 {
    max-width: 1280px;
  }
}
.txa-img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fix {
  overflow: hidden;
}

.reveal-type {
  text-transform: lowercase !important;
  letter-spacing: -0.5px;
}

.reveal-type-2 {
  text-transform: lowercase !important;
  letter-spacing: -0.7px;
}

.txa-split-in-right {
  text-transform: unset !important;
  letter-spacing: -0.5px;
}
.txa-split-in-right .split-line div div:nth-child(1) {
  text-transform: capitalize;
}

.txa-split-in-right-black {
  text-transform: unset !important;
  letter-spacing: -0.5px;
}
.txa-split-in-right-black .split-line div div:nth-child(1) {
  text-transform: capitalize;
}

.txa-split-in-right-3 {
  text-transform: unset !important;
  letter-spacing: -0.5px;
  overflow: hidden;
}
.txa-split-in-right-3 .split-line div div:nth-child(1) {
  text-transform: capitalize;
}

.split-in-right-hero {
  text-transform: unset !important;
  letter-spacing: -0.5px;
}

.split-in-left {
  text-transform: unset !important;
  letter-spacing: -0.5px;
}

.split-in-down {
  text-transform: unset !important;
  letter-spacing: -0.5px;
}
.split-in-down .split-line {
  overflow: hidden;
}

.split-in-scale {
  text-transform: unset !important;
  letter-spacing: -0.5px;
}
.split-in-scale .split-line {
  overflow: hidden;
}

.split-in-rotate {
  text-transform: unset !important;
  letter-spacing: -0.5px;
}
.split-in-rotate .split-line {
  overflow: hidden;
}

/*
  header-1-start
*/
.header_sticky:is(.sticky) {
  transition: 400ms ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  animation: slideInDown 0.5s;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
    -ms-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.txa-header-1-main:is(.sticky) {
  background: #fff;
}

.txa-header-1-top {
  background: #fff;
  padding: 15px 0;
}
.txa-header-1-top-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-header-1-top-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.txa-header-1-top-address {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .txa-header-1-top-address {
    text-align: center;
  }
}
.txa-header-1-top-address li {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--txa-heading-1);
  line-height: 22px;
  display: inline-block;
  font-family: var(--txa-body-1-font);
}
.txa-header-1-top-address li i {
  margin-right: 10px;
}
.txa-header-1-top-address li:not(:last-child) {
  margin-right: 35px;
}
.txa-header-1-top-address li a:hover {
  color: var(--txa-pr-1);
}

.txa-header-1-top-social {
  padding: 0;
  margin: 0;
}
.txa-header-1-top-social li {
  display: inline-block;
}
.txa-header-1-top-social li:not(:first-child) {
  margin-left: 13px;
}
.txa-header-1-top-social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #6F6F6F;
  border: 1px solid #6F6F6F;
  border-radius: 50%;
}
.txa-header-1-top-social li a:is(.twiter-x) {
  font-size: 14px;
}
.txa-header-1-top-social li a:hover {
  background-color: var(--txa-pr-1);
  color: #fff;
  border-color: transparent;
}
.txa-header-1-top-social .title {
  font-size: 14px;
  text-transform: capitalize;
  font-family: var(--txa-body-1-font);
  font-weight: 500;
  color: var(--txa-heading-1);
}

.txa-header-1-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-header-1-main {
    padding: 15px 0;
  }
}

.main-navigation .navbar-nav {
  display: inherit;
}
.main-navigation .navbar-nav li {
  display: inline-block;
  margin: 0 23px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-navigation .navbar-nav li {
    margin: 0 12px;
  }
}
.main-navigation .navbar-nav li:is(.dropdown) > a {
  padding-right: 15px;
}
.main-navigation .navbar-nav li:is(.dropdown) > a::before {
  content: "\f0d7";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  position: absolute;
  font-size: 14px;
  border-radius: 50%;
  right: 0;
  top: 49%;
  transform: translateY(-50%);
}
.main-navigation .navbar-nav li a {
  position: relative;
  font-family: var(--txa-heading-1-font);
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  padding: 31px 0;
  display: inline-block;
  text-transform: capitalize;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.main-navigation .navbar-nav li a::after {
  position: absolute;
  content: "";
  background: var(--txa-pr-1);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  left: 100%;
  top: 28px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 400ms ease;
}
.main-navigation .navbar-nav li .dropdown-menu {
  left: 0;
  top: 100%;
  z-index: 100;
  margin: 0px;
  padding: 20px 0;
  height: auto;
  min-width: 250px;
  display: block;
  border-top: 3px solid var(--txa-pr-1);
  border-radius: 0;
  position: absolute;
  background: #fff;
  border-radius: 2px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-navigation .navbar-nav li .dropdown-menu li {
  display: block;
  margin: 0;
  position: relative;
}
.main-navigation .navbar-nav li .dropdown-menu li a {
  width: 100%;
  display: block;
  position: relative;
  padding: 15px 30px;
  color: var(--txa-heading-1);
}
.main-navigation .navbar-nav li .dropdown-menu li a::after {
  width: 7px;
  height: 7px;
  left: 7%;
  top: 20px;
  transition: 400ms ease-in;
}
.main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) a::before {
  right: 20px;
}
.main-navigation .navbar-nav li .dropdown-menu li .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  top: 0%;
  transform: translateY(-50%);
  left: 100%;
  min-width: 250px;
  transform-origin: 0 0 0;
  transform: scaleY(0);
}
.main-navigation .navbar-nav li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  letter-spacing: 1px;
}
.main-navigation .navbar-nav li:hover > a {
  color: #fff;
}
.main-navigation .navbar-nav li:hover > a::after {
  opacity: 1;
  visibility: visible;
  left: -7px;
}
.main-navigation .navbar-nav li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
}

/*
  header-1-end
*/
/*
  header-2-start
*/
.txa-header-2-top {
  background: var(--txa-gd-1);
  border-radius: 0 0 150px 150px;
}
@media (max-width: 767px) {
  .txa-header-2-top {
    border-radius: 0 0 0px 0px;
  }
}
.txa-header-2-top-wrap {
  width: 100%;
  max-width: 1795px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-header-2-top-wrap {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-header-2-top-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
.txa-header-2-top-wrap .txa-header-1-top-address li {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  line-height: 22px;
  display: inline-block;
  font-family: var(--txa-body-1-font);
}
.txa-header-2-top-wrap .txa-header-1-top-address li:hover {
  color: #fff;
}
.txa-header-2-top-wrap .txa-header-1-top-address li:hover a {
  color: #fff;
}
.txa-header-2-top-wrap .txa-header-1-top-social .title {
  font-size: 14px;
  text-transform: capitalize;
  font-family: var(--txa-body-1-font);
  font-weight: 500;
  color: #fff;
}
.txa-header-2-top-wrap .txa-header-1-top-social li a {
  color: #fff;
  border: 1px solid #fff;
}
.txa-header-2-top-wrap .txa-header-1-top-social li a:Hover {
  background-color: #fff;
  color: #524BFF;
}

@media (max-width: 767px) {
  .txa-header-2-main {
    background: #1A245F;
  }
}
@media (max-width: 767px) {
  .txa-header-2-main .bg-shape-1 {
    display: none;
  }
}

.txa-header-2-main-wrap {
  position: relative;
  padding-left: 90px;
  padding-right: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .txa-header-2-main-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-header-2-main-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-header-2-main-wrap {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .txa-header-2-main-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.txa-header-2-main-wrap .bg-shape-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.txa-header-2-main-wrap .bg-shape-1 img {
  width: 100%;
  height: 100%;
}
.txa-header-2-main-wrap .brand-logo a {
  display: block;
  position: relative;
}
.txa-header-2-main-wrap .main-navigation .navbar-nav li {
  margin: 0 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-header-2-main-wrap .main-navigation .navbar-nav li {
    margin: 0 4px;
  }
}
.txa-header-2-main-wrap .main-navigation .navbar-nav li:is(.dropdown) a {
  padding-right: 15px;
}
.txa-header-2-main-wrap .main-navigation .navbar-nav li a {
  padding: 40px 0;
}
.txa-header-2-main-wrap .main-navigation .navbar-nav li a::after {
  top: 37px;
}
.txa-header-2-main-wrap .main-navigation .navbar-nav li .dropdown-menu {
  border-top: 3px solid #31A6FE;
  background: #1A245F;
}
.txa-header-2-main-wrap .main-navigation .navbar-nav li .dropdown-menu li a {
  width: 100%;
  display: block;
  position: relative;
  padding: 15px 30px;
  color: #fff;
}
.txa-header-2-main-wrap .main-navigation .navbar-nav li .dropdown-menu li a::after {
  background: #fff;
}

@media (max-width: 767px) {
  .txa-header-2-main-action .responsive-btn {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-header-2-main-action .responsive-btn {
    display: block;
  }
}

/*
  header-2-end
*/
/*
  header-3-start
*/
.txa-header-top-3-area {
  background: #272e39;
  position: relative;
  z-index: 2;
}
.txa-header-top-3-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1790px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  gap: 15px 20px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-header-top-3-wrap {
    justify-content: center;
  }
}

.txa-header-top-3-menu li {
  display: inline-block;
  position: relative;
}
.txa-header-top-3-menu li:not(:last-child) {
  padding-right: 35px;
}
.txa-header-top-3-menu li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  transform: translateY(-50%);
  width: 5px;
  height: 2px;
  background-color: #fff;
}
.txa-header-top-3-menu li a {
  font-size: 15px;
  font-family: var(--txa-heading-3-font);
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.5;
}
.txa-header-top-3-menu li a:hover {
  color: var(--txa-pr-3);
}

.txa-header-3-top-social li {
  font-family: var(--txa-heading-3-font);
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  margin-right: 30px;
}
.txa-header-3-top-social li a .twitter {
  display: inline-block;
  transform: translateY(2px);
}
.txa-header-3-top-social li a:hover {
  color: var(--txa-pr-3);
}

.txa-header-main-3-area {
  margin-top: -35px;
  position: relative;
  z-index: 2;
}

.txa-header-main-3-wrap {
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 30px 30px 0 0;
  background: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-header-main-3-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-header-main-3-wrap {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
  }
}
.txa-header-main-3-wrap .logo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-header-main-3-wrap .logo-wrap {
    width: 100%;
  }
}
.txa-header-main-3-wrap .logo-wrap .home-3-logo {
  display: block;
}
.txa-header-main-3-wrap .menu-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.txa-header-main-3-wrap .txa-search-btn-1 {
  font-size: 20px;
  font-weight: 600;
  border-right: 2px solid #D7D7D7;
  padding-right: 30px;
  margin-left: auto;
  flex: 0 0 auto;
}
.txa-header-main-3-wrap .txa-search-btn-1 i {
  display: inline-block;
  transform: translateY(2px);
  margin-right: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-header-main-3-wrap .txa-search-btn-1 {
    display: none;
  }
}
.txa-header-main-3-wrap .mobile-menu-btn-2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: 400ms ease-in-out;
}
.txa-header-main-3-wrap .mobile-menu-btn-2 i {
  font-weight: 300;
}
.txa-header-main-3-wrap .mobile-menu-btn-2::after {
  content: "";
  width: 70%;
  height: 60%;
  position: absolute;
  left: 50%;
  background: var(--txa-pr-3);
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 400ms ease-in-out;
}
.txa-header-main-3-wrap .mobile-menu-btn-2:hover {
  color: var(--txa-pr-3);
}
.txa-header-main-3-wrap .mobile-menu-btn-2:hover::after {
  background: #000;
}

.txa-header-main-3-action {
  display: flex;
  align-items: center;
  gap: 35px;
}
.txa-header-main-3-action .phone {
  font-size: 22px;
  color: #2c2c2b;
  padding-left: 25px;
  border-left: 2px solid #D7D7D7;
}
.txa-header-main-3-action .phone:hover {
  color: var(--txa-pr-3);
}
@media (max-width: 767px) {
  .txa-header-main-3-action .txa-pr-btn-5 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-header-main-3-action .txa-pr-btn-5 {
    display: inline-block;
  }
}

.txa-header-main-3-wrap .main-navigation .navbar-nav li {
  position: relative;
  margin: 0;
}
.txa-header-main-3-wrap .main-navigation .navbar-nav li:is(.dropdown) a {
  padding-right: 15px;
}
.txa-header-main-3-wrap .main-navigation .navbar-nav li:not(:last-child) {
  margin-right: 55px;
}
.txa-header-main-3-wrap .main-navigation .navbar-nav li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 18px;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  background-color: #ECECEC;
}
.txa-header-main-3-wrap .main-navigation .navbar-nav li a {
  font-family: var(--txa-heading-3-font);
  color: #2c2c2b;
  font-weight: 600;
  padding: 31px 0;
}
.txa-header-main-3-wrap .main-navigation .navbar-nav li a::after {
  background: var(--txa-pr-3);
}
.txa-header-main-3-wrap .main-navigation .navbar-nav li .dropdown-menu {
  border-top: 3px solid var(--txa-pr-3);
}
.txa-header-main-3-wrap .main-navigation .navbar-nav li .dropdown-menu li {
  margin-right: 0;
}
.txa-header-main-3-wrap .main-navigation .navbar-nav li .dropdown-menu li::after {
  display: none;
}

/*

header-3-end
*/
/*global area*/
/*----------------------------------------------------*/
/*Footer Section*/
/*----------------------------------------------------*/
.txa-footer-1-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1.5px solid var(--txa-pr-1);
  gap: 30px;
}
.txa-footer-1-top .footer-logo {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .txa-footer-1-top {
    flex-wrap: wrap;
  }
}

.txa-footer-1-follower-gallery {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.txa-footer-1-follower-gallery .img-item {
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 10px;
  flex: 0 0 auto;
  position: relative;
}
.txa-footer-1-follower-gallery .img-item::after {
  content: "\f06e";
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  text-align: center;
  line-height: 80px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  scale: 0;
  transition: 400ms ease;
}
.txa-footer-1-follower-gallery .img-item:hover::after {
  scale: 1;
}

.txa-footer-1-follower {
  display: flex;
  gap: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-footer-1-follower {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .txa-footer-1-follower {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.txa-footer-1-follower .icon {
  width: 52px;
  height: 52px;
  border: 3px solid #4E56FF;
  border-radius: 12px;
  text-align: center;
  line-height: 50px;
  color: #329FFD;
  font-size: 30px;
}
.txa-footer-1-follower .title {
  font-size: 28px;
  line-height: 1.21;
  color: #fff;
}
.txa-footer-1-follower .left-side {
  display: flex;
  align-items: center;
  gap: 20px;
}

.txa-footer-1-widget-wrap {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1fr 1.5fr;
  gap: 115px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .txa-footer-1-widget-wrap {
    gap: 95px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-footer-1-widget-wrap {
    grid-template-columns: 1.3fr 1fr;
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-footer-1-widget-wrap {
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .txa-footer-1-widget-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.txa-footer-1-widget-wrap .widget-title {
  font-size: 28px;
  line-height: 1.42;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 30px;
}
.txa-footer-1-widget-wrap .footer-para {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  opacity: 0.9;
  margin-bottom: 60px;
}

.txa-footer-1-menu {
  margin: 0;
  padding: 0;
}
.txa-footer-1-menu li:not(:last-child) {
  margin-bottom: 15px;
}
.txa-footer-1-menu li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  font-family: var(--txa-body-1-font);
  color: #fff;
  opacity: 0.9;
  transition: 400ms ease;
}
.txa-footer-1-menu li a i {
  margin-left: -10px;
  opacity: 0;
  transition: 400ms ease;
}
.txa-footer-1-menu li a:hover {
  opacity: 1;
  color: var(--txa-pr-1);
}
.txa-footer-1-menu li a:hover i {
  margin-left: 0;
  opacity: 1;
}

.txa-footer-1-social {
  margin: 0;
  padding: 0;
}
.txa-footer-1-social li {
  display: inline-block;
}
.txa-footer-1-social li:not(:last-child) {
  margin-right: 5px;
}
.txa-footer-1-social li a {
  width: 46px;
  height: 46px;
  background: #fff;
  display: block;
  color: #000;
  text-align: center;
  line-height: 46px;
  transition: 400ms ease;
}
.txa-footer-1-social li a:hover {
  background: var(--txa-pr-1);
  color: #fff;
}

.txa-footer-1-contact .item {
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.txa-footer-1-contact .item i {
  color: var(--txa-pr-1);
}
.txa-footer-1-contact .txa-para-1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  opacity: 0.9;
  text-transform: capitalize;
}
.txa-footer-1-contact .title {
  opacity: 1;
  display: block;
  margin-bottom: 15px;
  text-decoration: underline;
}

.txa-footer-1-copyright {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.txa-footer-1-copyright .copyright-text {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  display: block;
}

.txa-footer-3-area {
  background: #0B0C10;
}

.txa-footer-3-top {
  display: grid;
  grid-template-columns: 1fr 1fr 2.5fr;
  align-items: center;
  gap: 20px 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-footer-3-top {
    gap: 20px 30px;
    grid-template-columns: 1fr 1fr 2fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-footer-3-top {
    gap: 20px 30px;
    grid-template-columns: 1fr;
    padding: 50px 0;
  }
}
.txa-footer-3-top .txa-email-btn-wrap .txa-email-btn-icon-1 {
  border: 2px solid var(--txa-heading-3);
  box-shadow: 2.286px 3.181px 0px 0px var(--txa-pr-4);
}
.txa-footer-3-top .txa-email-btn-wrap .text {
  color: var(--txa-pr-3);
}
.txa-footer-3-top .txa-email-btn-wrap .link {
  color: #fff;
}

.txa-footer-3-social-link li {
  display: inline-block;
}
.txa-footer-3-social-link li:not(:last-child) {
  margin-right: 35px;
}
.txa-footer-3-social-link li a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
}

.txa-footer-3-newsletter {
  display: flex;
  align-items: center;
  padding: 30px 0;
  gap: 20px 40px;
  padding-left: 70px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-footer-3-newsletter {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-footer-3-newsletter {
    padding-left: 0px;
    border-left: none;
    padding: 0px 0;
  }
}
@media (max-width: 767px) {
  .txa-footer-3-newsletter {
    padding-left: 0px;
    border-left: none;
    padding: 0px 0;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-footer-3-newsletter {
    padding-left: 0px;
    border-left: none;
    padding: 0px 0;
    flex-wrap: nowrap;
  }
}
.txa-footer-3-newsletter .title {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}
.txa-footer-3-newsletter form {
  position: relative;
}
.txa-footer-3-newsletter input {
  flex: 0 0 auto;
  width: 100%;
  height: 60px;
  border: 2px solid #222121;
  outline: none;
  background: #1B1C20;
  border-radius: 29px;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  font-family: var(--txa-heading-3-font);
  padding-left: 40px;
  padding-right: 140px;
  box-shadow: 1.878px 3.532px 0px 0px var(--txa-pr-4);
}
.txa-footer-3-newsletter button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  outline: none;
  font-family: var(--txa-heading-3-font);
  text-transform: uppercase;
  font-weight: 800;
  padding: 0 25px;
  border: 2px solid #222121;
  border-left: none;
  border-radius: 0 30px 30px 0;
}

.txa-footer-3-meddle-wrap {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 55px;
}
@media (max-width: 767px) {
  .txa-footer-3-meddle-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-footer-3-meddle-wrap {
    grid-template-columns: 1.5fr 1fr;
  }
}

.txa-footer-3-widget:is(.has-border) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .txa-footer-3-widget:is(.has-border) {
    border-right: none;
  }
}
.txa-footer-3-widget .footer-logo {
  margin-bottom: 45px;
  display: inline-block;
}
.txa-footer-3-widget .footer-para {
  color: #fff;
  margin-bottom: 45px;
}
.txa-footer-3-widget .widget-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
}

.txa-footer-3-menu li {
  display: block;
}
.txa-footer-3-menu li:not(:last-child) {
  margin-bottom: 14px;
}
.txa-footer-3-menu li a {
  position: relative;
  font-family: var(--txa-heading-3-font);
  color: #fff;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
  transition: 400ms ease-in-out;
}
.txa-footer-3-menu li a i {
  font-size: 14px;
  margin-right: 4px;
  margin-top: -3px;
  color: var(--txa-pr-3);
  transition: 400ms ease-in-out;
}
.txa-footer-3-menu li a .icon-2 {
  position: absolute;
  left: -1px;
  top: 52%;
  transform: translateY(-50%);
  color: #fff;
  transition: 400ms ease-in-out;
}
.txa-footer-3-menu li a:hover {
  color: var(--txa-pr-3);
  letter-spacing: 0.4px;
}
.txa-footer-3-menu li a:hover .icon-2 {
  opacity: 0;
  left: 0px;
}

/*---------------------------------------------------- */
.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.mobile_menu_button {
  position: relative;
  z-index: 1;
  width: 55px;
  height: 60px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.mobile_menu_button .icon {
  width: 24px;
  height: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
}
.mobile_menu_button .icon .icon-dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  transition: 500ms ease-in-out;
}
.mobile_menu_button .text {
  font-family: var(--ss4);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--white-color);
  text-transform: capitalize;
}
.mobile_menu_button:hover .icon {
  animation: h1-menu-rotated 2s ease-in-out infinite;
}
.mobile_menu_button:hover .icon .icon-dot:nth-child(1) {
  transform: translate(2px, 2px);
}
.mobile_menu_button:hover .icon .icon-dot:nth-child(3) {
  transform: translate(-2px, 2px);
}
.mobile_menu_button:hover .icon .icon-dot:nth-child(7) {
  transform: translate(2px, -2px);
}
.mobile_menu_button:hover .icon .icon-dot:nth-child(9) {
  transform: translate(-2px, -2px);
}

.txa-pr-btn-1 {
  overflow: hidden;
  z-index: 1;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  background-color: var(--txa-pr-1);
  font-family: var(--txa-heading-1-font);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 17px 34px;
  border-radius: 30px;
  transition: 0.2s transform ease-in-out;
  will-change: transform;
  cursor: pointer;
}
.txa-pr-btn-1::after {
  background-color: var(--txa-heading-1);
  border-radius: 3rem;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}
.txa-pr-btn-1:hover {
  color: #fff;
  transform: scale(1.05);
  will-change: transform;
}
.txa-pr-btn-1:hover::after {
  transform: translate(0, 0);
}
.txa-pr-btn-1:hover i {
  transform: translate(25px, 2px);
}

.txa-pr-btn-2 {
  overflow: hidden;
  z-index: 1;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  background-color: var(--txa-pr-1);
  font-family: var(--txa-heading-1-font);
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 21px 33px;
  border-radius: 30px;
  transition: 0.2s transform ease-in-out;
  will-change: transform;
  transition: 400ms;
  cursor: pointer;
}
.txa-pr-btn-2::after {
  background-color: #fff;
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  right: 31px;
  top: 33%;
  z-index: -1;
  transition: 400ms ease;
  scale: 1;
}
.txa-pr-btn-2 .icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 16px;
  margin-left: 6px;
  color: var(--txa-pr-1);
}
.txa-pr-btn-2:hover {
  box-shadow: 2px 3px 7px 5px rgba(0, 0, 0, 0.0705882353);
}
.txa-pr-btn-2:hover .icon {
  color: var(--txa-heading-1);
}
.txa-pr-btn-2:hover::after {
  scale: 21;
}

.txa-pr-btn-3 {
  overflow: hidden;
  z-index: 1;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  background: var(--txa-gd-1);
  font-family: var(--txa-heading-2-font);
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 21px 37px;
  border-radius: 5px;
  transition: 0.2s transform ease-in-out;
  will-change: transform;
  transition: 400ms;
  cursor: pointer;
}
.txa-pr-btn-3::after {
  background-color: #fff;
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  right: 35px;
  top: 33%;
  z-index: -1;
  transition: 400ms ease;
  scale: 1;
}
.txa-pr-btn-3 .icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 16px;
  margin-left: 6px;
  color: var(--txa-pr-1);
}
.txa-pr-btn-3:hover {
  box-shadow: 2px 3px 7px 5px rgba(0, 0, 0, 0.0705882353);
  color: var(--txa-pr-1);
}
.txa-pr-btn-3:hover .icon {
  color: var(--txa-pr-1);
}
.txa-pr-btn-3:hover::after {
  scale: 21;
}
.txa-pr-btn-3:is(.has-white):hover {
  color: #fff;
}
.txa-pr-btn-3:is(.has-white):hover::after {
  background: var(--txa-pr-2);
}
.txa-pr-btn-3:is(.has-white):hover .icon {
  color: #fff;
}

.txa-pr-btn-4 {
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  background: #fff;
  font-family: var(--txa-heading-2-font);
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 21px 37px;
  border-radius: 5px;
  transition: 0.2s transform ease-in-out;
  will-change: transform;
  transition: 400ms;
  cursor: pointer;
}
.txa-pr-btn-4::after {
  background: var(--txa-gd-1);
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  right: 35px;
  top: 34%;
  z-index: -1;
  transition: 400ms ease;
  scale: 1;
}
.txa-pr-btn-4::before {
  background: var(--txa-gd-1);
  content: "";
  height: 104%;
  width: 101.5%;
  border-radius: 5px;
  position: absolute;
  left: -1.5px;
  top: -1.5px;
  z-index: -1;
  transition: 400ms ease;
}
.txa-pr-btn-4 .white-bg {
  display: block;
  background: #fff;
  content: "";
  height: 97%;
  width: 99%;
  border-radius: 5px;
  position: absolute;
  right: 1px;
  top: 1px;
  transition: 400ms ease;
  z-index: -1;
}
.txa-pr-btn-4 .icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 14px;
  margin-left: 6px;
  color: #fff;
}
.txa-pr-btn-4 .text {
  background: var(--txa-gd-1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.txa-pr-btn-4:hover {
  color: var(--txa-pr-1);
}
.txa-pr-btn-4:hover .icon {
  color: #fff;
}
.txa-pr-btn-4:hover .text {
  -webkit-text-fill-color: #fff;
}
.txa-pr-btn-4:hover::after {
  scale: 21;
}

.txa-pr-btn-5 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: inline-block;
  flex: 0 0 auto;
  background: var(--txa-pr-3);
  font-family: var(--txa-heading-3-font);
  font-size: 16.61px;
  font-weight: 800;
  text-transform: capitalize;
  padding: 16px 30px;
  border-radius: 30px;
  transition: 0.3s ease-in-out;
  border: 2px solid;
  border-color: var(--txa-heading-3);
  box-shadow: 1.878px 3.532px 0px 0px var(--txa-pr-4) !important;
}
.txa-pr-btn-5::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: 1px solid;
  border-color: var(--txa-pr-3);
  border-radius: 30px;
  scale: 1;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.txa-pr-btn-5 i {
  display: inline-block;
  margin-left: 3px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  transition: 0.3s ease-in-out;
}
.txa-pr-btn-5:is(.has-white) {
  background-color: #fff;
  box-shadow: 1.878px 3.532px 0px 0px rgb(0, 0, 0) !important;
}
.txa-pr-btn-5:hover {
  background-color: var(--txa-heading-3);
  color: #fff;
  box-shadow: 0px 0px 0px 0px rgb(0, 0, 0) !important;
}
.txa-pr-btn-5:hover i {
  background-color: var(--txa-pr-3);
  color: var(--txa-heading-3);
}
.txa-pr-btn-5:hover::after {
  scale: 0.9;
  opacity: 1;
}

.txa-plybtn-1 .icon {
  flex: 0 0 auto;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #fff;
  border-radius: 50%;
  font-size: 22px;
  color: var(--txa-pr-1);
  outline: 10px solid rgba(85, 90, 241, 0.4);
  animation: txa-plybtn-1 3s infinite ease;
}
.txa-plybtn-1 .text {
  display: inline-block;
  font-family: var(--txa-heading-1-font);
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  margin-left: 30px;
  color: #fff;
}

@keyframes txa-plybtn-1 {
  0% {
    outline: 10px solid rgba(85, 90, 241, 0);
  }
  50% {
    outline: 10px solid rgba(85, 90, 241, 0.8);
  }
  100% {
    outline: 10px solid rgba(85, 90, 241, 0);
  }
}
.txa-plybtn-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  font-family: var(--txa-heading-1-font);
  z-index: 1;
  transition: 400ms ease;
}
@media (max-width: 767px) {
  .txa-plybtn-2 {
    width: 120px;
    height: 120px;
    font-size: 26px;
  }
}
.txa-plybtn-2::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(4px);
  z-index: -1;
  transition: 400ms ease;
}
.txa-plybtn-2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--txa-pr-1);
  z-index: -1;
  transform: scale(0);
  transition: 400ms ease;
}
.txa-plybtn-2:hover {
  border-color: transparent;
  color: #fff;
}
.txa-plybtn-2:hover::before {
  transform: scale(1);
}
.txa-plybtn-2:hover::after {
  opacity: 0;
}

.txa-plybtn-3 {
  width: 120px;
  height: 120px;
  background-color: var(--txa-pr-1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  outline: 18px solid #fff;
  color: #fff;
  transition: 400ms ease;
}
.txa-plybtn-3:hover {
  outline: 14px solid #fff;
}

.txa-call-icon-1 {
  flex: 0 0 auto;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--txa-pr-1);
  text-align: center;
  line-height: 49px;
  color: #fff;
}
.txa-call-icon-1::after {
  content: "";
  position: absolute;
  left: -6px;
  top: -6px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  transition: 400ms ease;
  outline: 6px solid rgba(89, 86, 240, 0.3215686275);
  z-index: -1;
  transition: 400me ease;
}
.txa-call-icon-1:hover {
  color: #fff;
}
.txa-call-icon-1:hover::after {
  outline: 6px solid var(--txa-pr-1);
}

.txa-call-content-1 .txa-para-1 {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 26px;
  margin-bottom: 2px;
}
.txa-call-content-1 .txa-heading-1 {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}
.txa-call-content-1 .txa-heading-1:hover {
  color: var(--txa-pr-1);
}

.txa-email-btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.txa-email-btn-icon-1 {
  position: relative;
  z-index: 1;
  display: inline-block;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border: 2px solid #000;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  background: #fff;
}
.txa-email-btn-icon-1::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--txa-pr-3);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
}

.txa-email-btn-content .text, .txa-email-btn-content .link {
  font-size: 18px;
  line-height: 20px;
  display: block;
  color: #2c2c2b;
}
.txa-email-btn-content .link:hover {
  color: var(--txa-pr-3);
}

.txa-play-btn-3 {
  z-index: 1;
  position: relative;
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  line-height: 134px;
  text-align: center;
  font-size: 30px;
  border-bottom: 5px solid var(--txa-pr-3);
  border-right: 5px solid var(--txa-pr-3);
}
.txa-play-btn-3::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  border: 2px solid #fff;
  position: absolute;
  border-radius: 50%;
}
.txa-play-btn-3::before {
  content: "";
  width: 70%;
  height: 70%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: #fff;
  border: 2px solid #fff;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  transition: 500ms linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%);
}
.txa-play-btn-3:hover {
  color: var(--txa-pr-3);
}
.txa-play-btn-3:hover::before {
  width: 100%;
  height: 100%;
}

/*
    home-1-start
*/
.txa-heading-1 {
  font-family: var(--txa-heading-1-font);
  color: var(--txa-heading-1);
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.17;
  margin-bottom: 0px;
}

.txa-para-1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: var(--txa-body-1-font);
  color: var(--txa-para-1);
  letter-spacing: 0.18px;
  margin-bottom: 0;
  opacity: 0.9;
}

.txa-subtitle-1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--txa-pr-1);
  font-family: var(--txa-heading-1-font);
  letter-spacing: 4.16px;
  padding-left: 65px;
  position: relative;
}
.txa-subtitle-1::after {
  position: absolute;
  content: "";
  width: 52px;
  height: 2px;
  background: var(--txa-pr-1);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.txa-subtitle-2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--txa-pr-1);
  font-family: var(--txa-heading-1-font);
  letter-spacing: 4.16px;
  padding-left: 65px;
  padding-right: 65px;
  position: relative;
}
.txa-subtitle-2::after {
  position: absolute;
  content: "";
  width: 52px;
  height: 2px;
  background: var(--txa-pr-1);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.txa-subtitle-2::before {
  position: absolute;
  content: "";
  width: 52px;
  height: 2px;
  background: var(--txa-pr-1);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.txa-title-1 {
  font-family: var(--txa-heading-1-font);
  color: var(--txa-heading-1);
  font-weight: 600;
  line-height: 1.17;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-size: 56px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-title-1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-title-1 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .txa-title-1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-title-1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .txa-title-1:is(.br-hide) br {
    display: none;
  }
}

/*
    home-1-end
*/
/*
    home-2-start
*/
.txa-heading-2 {
  font-family: var(--txa-heading-2-font);
  color: var(--txa-heading-2);
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0px;
}

.txa-subtitle-3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--txa-pr-2);
  font-family: var(--txa-heading-2-font);
  margin-bottom: 15px;
}
.txa-subtitle-3 i {
  font-size: 24px;
  display: inline-block;
  margin-right: 2px;
  line-height: 1;
  transform: translateY(7px);
}

.txa-title-2 {
  font-family: var(--txa-heading-2-font);
  color: var(--txa-heading-2);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-size: 50px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-title-2 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .txa-title-2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-title-2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .txa-title-2:is(.br-hide) br {
    display: none;
  }
}
.txa-title-2 .has-white {
  color: #fff;
}

.section-bg-title {
  font-size: 110px;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-text-stroke: 1px #5548FF;
  color: transparent;
  opacity: 0.15;
  line-height: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .section-bg-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-bg-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-bg-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-bg-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .section-bg-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-bg-title {
    font-size: 50px;
  }
}

.txa-para-2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: var(--txa-body-1-font);
  color: var(--txa-para-1);
  letter-spacing: 0.18px;
  margin-bottom: 0;
}

/*
    home-2-end
*/
/*
    home-3-start
*/
.txa-heading-3 {
  font-family: var(--txa-heading-3-font);
  color: #2c2c2b;
  text-transform: capitalize;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0px;
}

.txa-subtitle-4 {
  font-family: var(--txa-heading-3-font);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--txa-heading-3);
  margin-bottom: 15px;
}
.txa-subtitle-4:is(.has-white) {
  color: #fff;
}

.txa-title-3 {
  font-family: var(--txa-heading-3-font);
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  text-transform: capitalize;
  color: var(--txa-heading-3);
  padding-bottom: 12px;
  margin-bottom: 0;
}
.txa-title-3:is(.has-white) {
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .txa-title-3 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-title-3 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-title-3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .txa-title-3 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-title-3 {
    font-size: 40px;
  }
}

.txa-para-3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: var(--txa-heading-3-font);
  color: var(--txa-para-3);
  letter-spacing: 0.1px;
  margin-bottom: 0;
}
.txa-para-3:is(.has-white) {
  color: #fff;
}

/*
    home-3-end
*/
/*
    hero-1-start
*/
.txa-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}

.txa-hero-1-area {
  background: #464A48;
  position: relative;
  overflow: hidden;
}
.txa-hero-1-area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--txa-heading-1);
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 1;
}
.txa-hero-1-area .animation-shape {
  display: none;
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: var(--txa-pr-1);
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.txa-hero-1-area:hover .animation-shape {
  display: block;
}
@media (max-width: 767px) {
  .txa-hero-1-area:hover .animation-shape {
    display: none;
  }
}

.txa-hero-1-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.txa-hero-1-bg-img img {
  transform: scale(1.5);
  transition: 4s;
}
@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), (max-width: 767px) {
  .txa-hero-1-bg-img img {
    object-position: right;
  }
}
.txa-hero-1-bg-img:is(.active) img {
  transform: scale(1);
}

.txa-hero-1-title {
  font-size: 80px;
  line-height: 1.12;
  color: #fff;
  letter-spacing: -1.6px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-hero-1-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-hero-1-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .txa-hero-1-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-hero-1-title {
    font-size: 50px;
  }
}

.txa-hero-1-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 670px;
  padding-top: 300px;
  padding-bottom: 240px;
}
.txa-hero-1-content .txa-para-1 {
  color: #fff;
  margin-bottom: 50px;
}
.txa-hero-1-content .btn-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .txa-hero-1-content .btn-wrap {
    flex-wrap: wrap;
  }
}

/*
    hero-1-end
*/
/*
    hero-2-start
*/
.txa-hero-2-title {
  font-size: 76px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .txa-hero-2-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-hero-2-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .txa-hero-2-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-hero-2-title {
    font-size: 45px;
  }
}

.h2-span-gd-color {
  display: inline-block;
  background: var(--txa-gd-1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  clip-path: polygon(81% 0, 81% 0, 18% 100%, 18% 100%);
  transition: 1000ms ease;
  transition-delay: 2s;
}

.txa-hero-2-slider-item {
  position: relative;
  overflow: hidden;
}
.txa-hero-2-slider-item .bg-shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.txa-hero-2-slider-item .bg-shape-1 img {
  height: 100%;
}
.txa-hero-2-slider-item-content {
  position: relative;
  padding-top: 300px;
  padding-bottom: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-hero-2-slider-item-content {
    padding-bottom: 0px;
  }
}
.txa-hero-2-slider-item-content .left {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 675px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .txa-hero-2-slider-item-content .left {
    max-width: 595px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-hero-2-slider-item-content .left {
    max-width: 555px;
  }
}
.txa-hero-2-slider-item-content .main-img {
  position: absolute;
  bottom: -100%;
  right: -200px;
  transition: 2000ms ease;
  transition-delay: 0.5s;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .txa-hero-2-slider-item-content .main-img {
    width: 50%;
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-hero-2-slider-item-content .main-img {
    width: 50%;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-hero-2-slider-item-content .main-img {
    position: unset;
    margin-top: 50px;
  }
}
.txa-hero-2-slider-item-content .hero-slide-text {
  font-size: 220px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px white;
  line-height: 1;
  position: absolute;
  rotate: -59deg;
  bottom: 750px;
  left: 43%;
  text-transform: capitalize;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0.1;
  animation: txa-h2-text 10s infinite ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-hero-2-slider-item-content .hero-slide-text {
    display: none;
  }
}
.txa-hero-2-slider-item-content .hero-2-para {
  color: #fff;
  margin-bottom: 52px;
  width: 100%;
  max-width: 630px;
}
.txa-hero-2-slider-item-content .btn-wrap {
  display: flex;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
}

@keyframes txa-h2-text {
  0% {
    transform: translateX(-40%);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(-40%);
  }
}
.txa-hero-2-slider {
  position: relative;
}
.txa-hero-2-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .h2-span-gd-color {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.txa-hero-2-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-hero-2-slider-item-content .main-img {
  bottom: 0%;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .txa-hero-2-slider .txa-hero-social-1 {
    display: block;
  }
}
@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), (max-width: 767px) {
  .txa-hero-2-slider .txa-hero-social-1 {
    display: none;
  }
}

.txa-hero-social-1 {
  position: absolute;
  right: 3vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.txa-hero-social-1 li:not(:last-child) {
  margin-bottom: 45px;
}
.txa-hero-social-1 li a {
  font-size: 20px;
  color: #fff;
}
.txa-hero-social-1 li a:hover {
  color: var(--txa-pr-1);
  scale: 1.1;
}
.txa-hero-social-1 li .text {
  font-size: 18px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  color: #fff;
}

.txa-hero-2-slider-preview {
  width: 100px;
  position: absolute !important;
  left: 4vw;
  top: 54%;
  transform: translateY(-50%);
  z-index: 1;
}
@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) {
  .txa-hero-2-slider-preview {
    left: unset;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .txa-hero-2-slider-preview {
    display: none;
  }
}
.txa-hero-2-slider-preview .swiper-container {
  overflow: hidden;
}
.txa-hero-2-slider-preview .swiper-container .swiper-wrapper {
  transform: unset !important;
}
.txa-hero-2-slider-preview .swiper-container .swiper-wrapper .swiper-slide {
  height: 70px !important;
  width: 70px !important;
}
.txa-hero-2-slider-preview .swiper-container .swiper-wrapper .swiper-slide:nth-last-child(1) .txa-hero-2-slider-preview-item::after {
  display: none;
}
.txa-hero-2-slider-preview .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-thumb-active) {
  height: 120px !important;
}
.txa-hero-2-slider-preview .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-thumb-active) .txa-hero-2-slider-preview-item::after {
  height: 50px;
}
.txa-hero-2-slider-preview .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-thumb-active) .txa-hero-2-slider-preview-item .img {
  opacity: 1;
}
.txa-hero-2-slider-preview .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-thumb-active) .txa-hero-2-slider-preview-item .content {
  background: var(--txa-gd-1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  font-size: 34px;
  font-weight: 700;
}
.txa-hero-2-slider-preview-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.txa-hero-2-slider-preview-item::after {
  content: "";
  width: 1.5px;
  height: 0px;
  position: absolute;
  background: var(--txa-gd-1);
  left: 34px;
  top: 85px;
  transition: 400ms ease;
}
.txa-hero-2-slider-preview-item .img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border: 2px solid #33A0FE;
  transition: 400ms ease;
}
.txa-hero-2-slider-preview-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.txa-hero-2-slider-preview-item .content {
  width: 70px;
  display: inline-block;
  height: 70px;
  font-size: 24px;
  font-family: var(--txa-heading-2-font);
  color: #fff;
  font-weight: 600;
  opacity: 0.7;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  position: relative;
  z-index: 1;
}

/*
    hero-2-end
*/
/*
    hero-3-start
*/
.txa-hero-3-area {
  position: relative;
  margin-top: -150px;
}

.curle-animation-1-position {
  position: absolute;
  left: 20vh;
  top: 136px;
  z-index: 2;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), 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), (max-width: 767px) {
  .curle-animation-1-position {
    display: none;
  }
}
.curle-animation-1-position .curle-animation-1 {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.curle-animation-1-position .curle-animation-1::after {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 5px solid #231f20;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: curle-animation-1 8s infinite ease-in-out;
}
.curle-animation-1-position .curle-animation-1::before {
  height: 70%;
  width: 70%;
  border-radius: 50%;
  border: 5px solid #fff;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: curle-animation-2 9s infinite ease-in-out;
}

.curle-animation-2-position {
  position: absolute;
  left: 80vh;
  bottom: 165px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .curle-animation-2-position {
    display: none;
  }
}
.curle-animation-2-position .curle-animation-2 {
  position: relative;
  display: block;
  width: 125px;
  height: 125px;
  border-radius: 50%;
}
.curle-animation-2-position .curle-animation-2::after {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 5px solid #FFFFFF;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: curle-animation-1 9s infinite ease-in-out;
}
.curle-animation-2-position .curle-animation-2::before {
  height: 70%;
  width: 70%;
  border-radius: 50%;
  border: 5px solid #69C6C8;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: curle-animation-2 8s infinite ease-in-out;
}

.curle-animation-3-position {
  position: absolute;
  left: 20vh;
  bottom: 70px;
  z-index: 2;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), 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), (max-width: 767px) {
  .curle-animation-3-position {
    display: none;
  }
}
.curle-animation-3-position .curle-animation-3 {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.curle-animation-3-position .curle-animation-3::after {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 5px solid #231F20;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: curle-animation-1 9s infinite ease-in-out;
}
.curle-animation-3-position .curle-animation-3::before {
  height: 70%;
  width: 70%;
  border-radius: 50%;
  border: 5px solid #fff;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: curle-animation-2 8s infinite ease-in-out;
}

@keyframes curle-animation-1 {
  0% {
    transform: translate(-50%, -50%) rotateX(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateX(365deg);
  }
}
@keyframes curle-animation-2 {
  0% {
    transform: translate(-50%, -50%) rotateY(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateY(365deg);
  }
}
.txa-hero-3-item-bg {
  position: relative;
  z-index: 1;
  padding-top: 190px;
  padding-bottom: 130px;
}
.txa-hero-3-item-bg .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: grayscale(1);
}
.txa-hero-3-item-bg .shape-1 {
  display: block;
  height: 80%;
  width: 35%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1A1D2A;
  z-index: 1;
  transition: 1000ms cubic-bezier(0.17, 0.38, 0.2, 0.81);
  clip-path: polygon(50% 76%, 0% 100%, 100% 100%);
  transition-delay: 0s;
}
.txa-hero-3-item-bg .shape-2 {
  display: block;
  height: 80%;
  width: 53%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--txa-pr-4);
  z-index: -1;
  mix-blend-mode: multiply;
  transition: 1000ms cubic-bezier(0.17, 0.38, 0.2, 0.81);
  clip-path: polygon(33% 66%, 0% 100%, 100% 100%);
  transition-delay: 0s;
}
.txa-hero-3-item-bg .shape-3 {
  display: block;
  height: 20%;
  width: 47%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--txa-pr-4);
  z-index: -1;
  mix-blend-mode: multiply;
  transition: 1000ms cubic-bezier(0.17, 0.38, 0.2, 0.81);
  clip-path: polygon(0% 100%, 0% 100%, 100% 100%);
  transition-delay: 0s;
}
.txa-hero-3-item-bg .shape-4 {
  display: block;
  height: 12%;
  width: 17%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #1A1D2A;
  z-index: 1;
  transition: 1000ms cubic-bezier(0.17, 0.38, 0.2, 0.81);
  clip-path: polygon(0% 100%, 0% 100%, 100% 100%);
  transition-delay: 0s;
}

.txa-hero-3-item {
  position: relative;
  z-index: 2;
}
.txa-hero-3-item .subtitle {
  font-family: var(--txa-bayformance-font);
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  padding-left: 50px;
  transform: translateX(250px);
  transition: 1000ms cubic-bezier(0.17, 0.38, 0.2, 0.81);
  transition-delay: 0s;
}
.txa-hero-3-item .subtitle span {
  font-size: 52px;
}
@media (max-width: 767px) {
  .txa-hero-3-item .subtitle {
    padding-left: 0px;
  }
}
.txa-hero-3-item .title-1 {
  font-family: var(--txa-bayformance-font);
  font-size: 250px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin-top: -45px;
  transform: translateX(-250px);
  transition: 1000ms cubic-bezier(0.17, 0.38, 0.2, 0.81);
  transition-delay: 0s;
}
@media (max-width: 767px) {
  .txa-hero-3-item .title-1 {
    font-size: 140px;
    margin-top: 0px;
    line-height: 86px;
  }
}
.txa-hero-3-item .title-1 span {
  font-size: 50px;
  writing-mode: tb;
  display: inline-block;
  transform-origin: left top;
  transform: translate(-95px, 38px) rotate(270deg);
  transition: 1000ms linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%);
  transition-delay: 0s;
}
@media (max-width: 767px) {
  .txa-hero-3-item .title-1 span {
    transform: unset;
    writing-mode: unset;
  }
}
.txa-hero-3-item .title-2 {
  font-family: var(--txa-bayformance-font);
  font-size: 250px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin-top: -65px;
  transform: translateX(250px);
  transition: 1000ms cubic-bezier(0.17, 0.38, 0.2, 0.81);
  transition-delay: 0s;
}
@media (max-width: 767px) {
  .txa-hero-3-item .title-2 {
    font-size: 140px;
    margin-top: 0;
  }
}
.txa-hero-3-item .title-3 {
  font-family: var(--txa-bayformance-font);
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin-top: -30px;
  margin-bottom: 23px;
  transform: translateX(-250px);
  transition: 1000ms cubic-bezier(0.17, 0.38, 0.2, 0.81);
  transition-delay: 0s;
}
@media (max-width: 767px) {
  .txa-hero-3-item .title-3 {
    margin-top: 0px;
  }
}
.txa-hero-3-item .txa-pr-btn-5 {
  transform: translateY(150px);
  transition: 1000ms cubic-bezier(0.17, 0.38, 0.2, 0.81);
  transition-delay: 0s;
}

.txa-hero-3-pagination {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.txa-hero-3-pagination span {
  position: relative;
  display: block;
  width: 3px;
  height: 63px;
  background-color: transparent;
  color: #141515;
  font-size: 26px;
  line-height: 60px;
  opacity: 0.5;
  cursor: pointer;
  transition: 300ms ease-in;
}
.txa-hero-3-pagination span::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #141515;
  position: absolute;
  top: 0;
  left: 32px;
  transition: 300ms ease-in;
}
.txa-hero-3-pagination span:hover {
  color: var(--txa-pr-3);
  opacity: 1;
}
.txa-hero-3-pagination span:hover::after {
  background-color: var(--txa-pr-3);
}
.txa-hero-3-pagination span:is(.swiper-pagination-bullet-active) {
  color: var(--txa-pr-3);
  opacity: 1;
}
.txa-hero-3-pagination span:is(.swiper-pagination-bullet-active)::after {
  background-color: var(--txa-pr-3);
}

.txa-hero-3-btn-wrap {
  position: absolute;
  right: 10vh;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-hero-3-btn-wrap {
    right: 2vh;
  }
}
.txa-hero-3-btn-wrap .txa_hero_3_prev, .txa-hero-3-btn-wrap .txa_hero_3_next {
  font-size: 30px;
  margin-left: 25px;
  color: #141515;
  transition: 300ms ease-in;
}
.txa-hero-3-btn-wrap .txa_hero_3_prev:hover, .txa-hero-3-btn-wrap .txa_hero_3_next:hover {
  color: var(--txa-pr-3);
}

.txa-hero-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-hero-3-item-bg .shape-1 {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transition-delay: 1s;
}
.txa-hero-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-hero-3-item-bg .shape-2 {
  clip-path: polygon(33% 0%, 0% 100%, 100% 100%);
}
.txa-hero-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-hero-3-item-bg .shape-3 {
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  transition-delay: 0s;
}
.txa-hero-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-hero-3-item-bg .shape-4 {
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  transition-delay: 1s;
}
.txa-hero-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-hero-3-item-bg .txa-hero-3-item .subtitle {
  transform: translateX(0px);
}
.txa-hero-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-hero-3-item-bg .txa-hero-3-item .title-1 {
  transform: translateX(0px);
}
.txa-hero-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-hero-3-item-bg .txa-hero-3-item .title-1 span {
  transform: translate(-95px, -1px) rotate(360deg);
  transition-delay: 2s;
}
@media (max-width: 767px) {
  .txa-hero-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-hero-3-item-bg .txa-hero-3-item .title-1 span {
    transform: unset;
  }
}
.txa-hero-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-hero-3-item-bg .txa-hero-3-item .title-2 {
  transform: translateX(0px);
}
.txa-hero-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-hero-3-item-bg .txa-hero-3-item .title-3 {
  transform: translateX(0px);
}
.txa-hero-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-hero-3-item-bg .txa-hero-3-item .txa-pr-btn-5 {
  transform: translateY(0px);
}

/*
    hero-3-end
*/
.txa-brand-logo-1-area:is(.bg-color) {
  background-color: #F8F8FA;
}

.txa-brand-logo-1-slider {
  border-bottom: 1px solid rgba(16, 25, 82, 0.1);
  padding: 65px 0;
}
.txa-brand-logo-1-item {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.txa-brand-logo-1-item .img-2 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
  transition: 400ms ease;
}
.txa-brand-logo-1-item .img-1 {
  transition: 400ms ease;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 0.7;
}
.txa-brand-logo-1-item:hover .img-2 {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.txa-brand-logo-1-item:hover .img-1 {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

/*
    about-1-start
*/
.txa-about-1-area:is(.about-1-bg) {
  background-color: #F8F8FA;
}

.txa-about-1-img {
  position: relative;
  padding-right: 110px;
}
@media (max-width: 767px) {
  .txa-about-1-img {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-about-1-img {
    padding-right: 110px;
  }
}
.txa-about-1-img .main-img {
  width: 100%;
  height: 680px;
  border-radius: 10px;
  overflow: hidden;
}
.txa-about-1-img .popup-img {
  width: 100%;
  max-width: 370px;
  height: 545px;
  overflow: hidden;
  border: 6px solid #f8f8fa;
  border-radius: 200px 0 0 0;
  position: absolute;
  right: 50px;
  bottom: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-about-1-img .popup-img {
    max-width: 330px;
    height: 520px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-about-1-img .popup-img {
    right: 0px;
  }
}

.txa-about-1-content {
  margin-left: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-about-1-content {
    margin-left: 0;
    margin-top: 80px;
  }
}
.txa-about-1-content .innter-content-div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-about-1-content .innter-content-div {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .txa-about-1-content .innter-content-div {
    grid-template-columns: 1fr;
  }
}
.txa-about-1-content .btn-wrap {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 767px) {
  .txa-about-1-content .btn-wrap {
    flex-wrap: wrap;
  }
}

.txa-call-btn-wrap-1 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.txa-about-1-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.txa-about-1-list li {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--txa-heading-1-font);
  color: var(--txa-heading-1);
  margin-bottom: 15px;
  opacity: 0.9;
  text-transform: capitalize;
}
.txa-about-1-list li i {
  color: var(--txa-pr-1);
  margin-right: 5px;
}

.txa-about-1-experiance {
  width: 100%;
  height: 210px;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 15px;
}
@media (max-width: 767px) {
  .txa-about-1-experiance {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-about-1-experiance {
    flex-wrap: nowrap;
  }
}
.txa-about-1-experiance .number {
  flex: 0 0 auto;
  width: 60%;
  font-size: 150px;
  font-family: var(--txa-heading-1-font);
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  margin-bottom: 0;
}
.txa-about-1-experiance .number .counter {
  line-height: 1;
}
.txa-about-1-experiance .txa-heading-1 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

/*
    about-1-end
*/
/*
    about-2-start
*/
.txa-about-2-area {
  position: relative;
}
.txa-about-2-area .about-bg-title {
  position: absolute;
  left: 8vw;
  top: 80px;
}
.txa-about-2-wrap {
  background: #fff;
  margin-left: -40px;
  padding-left: 40px;
}
@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) {
  .txa-about-2-wrap {
    margin-left: 0;
    padding-left: 0;
  }
}
.txa-about-2-content {
  margin-top: -100px;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-about-2-content {
    padding-right: 0px;
  }
}
.txa-about-2-content .txa-about-1-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .txa-about-2-content .txa-about-1-list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-about-2-content .txa-about-1-list {
    grid-template-columns: 1fr 1fr;
  }
}
.txa-about-2-content .txa-about-1-list li {
  font-family: var(--txa-heading-2-font);
  color: var(--txa-heading-2);
  opacity: 1;
  font-weight: 500;
  margin-bottom: 0;
}
.txa-about-2-content .btn-wrap {
  display: flex;
  align-items: center;
  gap: 20px 50px;
  flex-wrap: wrap;
}
.txa-about-2-content .txa-call-content-1 .link {
  font-size: 26px;
  font-weight: 700;
  display: inline-block;
}
.txa-about-2-content .txa-call-content-1 .link:hover {
  color: var(--txa-pr-1);
}
.txa-about-2-img {
  padding-left: 20px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-about-2-img {
    padding-left: 0px;
    padding-top: 50px;
  }
}
.txa-about-2-img .main-img {
  width: 100%;
  height: 720px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-about-2-img .main-img {
    height: 400px;
  }
}
.txa-about-2-img .txa-company-exp-1-postion {
  position: absolute;
  right: -30px;
  bottom: -130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-about-2-img .txa-company-exp-1-postion {
    right: 0px;
  }
}

.txa-company-exp-1 {
  position: relative;
  text-align: center;
  overflow: hidden;
  display: inline-block;
}
.txa-company-exp-1 .content-wrap {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.txa-company-exp-1 .number {
  font-size: 65px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
.txa-company-exp-1 .disc {
  font-size: 18px;
  font-weight: 500;
  color: white;
}

.txa-progress-item-1-wrap .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.txa-progress-item-1 {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 24px;
  border: 1px solid #4769FF;
  border-radius: 30px;
}
.txa-progress-item-1 .percent {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #23CCFD;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.txa-progress-item-1 .progress-line {
  width: 0%;
  height: 73%;
  background: var(--txa-gd-1);
  position: absolute;
  left: 4px;
  top: 3px;
  border-radius: 30px;
  transition: 1s ease;
}
.txa-progress-item-1:is(.active) .progress-line {
  width: 80%;
}

/*
    about-2-end
*/
/*
    about-3-start
*/
.txa-about-3-img {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-about-3-img {
    margin-bottom: 50px;
  }
}
.txa-about-3-img .main-img {
  max-width: 500px;
  height: 500px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--txa-heading-3);
  box-shadow: 1.878px 3.532px 0px 0px var(--txa-pr-4) !important;
}
.txa-about-3-img .il-img-1 {
  width: 225px;
  height: 115px;
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  right: 0;
  bottom: 50px;
  right: 30px;
}
.txa-about-3-img .circle-text-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(70deg);
  width: 130%;
  height: 130%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .txa-about-3-img .circle-text-position {
    width: 110%;
    height: 110%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-about-3-img .circle-text-position {
    display: none;
  }
}
.txa-about-3-img .round-text {
  font-size: 7px;
  font-family: var(--txa-heading-3-font);
  font-weight: 700;
  color: var(--txa-heading-3);
}

.txa-about-3-content {
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-about-3-content {
    padding-left: 0px;
  }
}
.txa-about-3-content .txa-section-title .txa-para-3 {
  max-width: 540px;
}

.txa-about-3-feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 35px 45px;
}
@media (max-width: 767px) {
  .txa-about-3-feature {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-about-3-feature {
    grid-template-columns: auto 1fr;
  }
}
.txa-about-3-feature .title {
  font-size: 25px;
  grid-column: 1/-1;
}
.txa-about-3-feature .title i {
  display: inline-block;
  margin-right: 2px;
  transform: translateY(3px);
}

.txa-experience-3 .number {
  font-size: 90px;
  font-weight: 800;
  font-family: var(--txa-heading-3-font);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--txa-pr-3);
  margin-bottom: 0px;
}
.txa-experience-3 .number .counter {
  -webkit-text-stroke: 0px;
  color: var(--txa-heading-3);
}
.txa-experience-3 .title {
  font-size: 40px;
}

.txa-feature-list-3 li {
  font-family: var(--txa-heading-3-font);
  font-weight: 800;
  color: var(--txa-heading-3);
  line-height: 1.5;
}
.txa-feature-list-3 li:not(:last-child) {
  margin-bottom: 13px;
}
.txa-feature-list-3 li i {
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 14px;
}
.txa-feature-list-3 li i::after {
  content: "";
  width: 15px;
  height: 15px;
  background: var(--txa-pr-3);
  position: absolute;
  top: 0;
  left: -3px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: -1;
}
.txa-feature-list-3:is(.has-white) li {
  color: #fff;
}
.txa-feature-list-3:is(.has-white) i {
  color: #fff;
}

/*
    about-3-end
*/
/*
    services-1-start
*/
.txa-services-1-area .s1-all-btn {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: var(--txa-heading-1);
  opacity: 1;
}
.txa-services-1-area .s1-all-btn a {
  color: var(--txa-pr-1);
  text-decoration: underline;
}
.txa-services-1-area .s1-all-btn a:hover {
  color: var(--txa-heading-1);
}

.txa-services-1-item {
  position: relative;
  padding: 40px 30px;
}
.txa-services-1-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #E7E8EE;
  width: 100%;
  height: 100%;
  transition: 400ms ease-in-out;
}
.txa-services-1-item .icon {
  position: relative;
  z-index: 1;
  font-size: 50px;
  line-height: 1;
  color: var(--txa-pr-1);
  margin-bottom: 28px;
  margin-left: 10px;
  transition: 400ms ease;
}
.txa-services-1-item .icon::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 13px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--txa-pr-1);
  opacity: 0.2;
  transition: 400ms ease;
}
.txa-services-1-item .icon-2 {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 60px;
  color: #fff;
  line-height: 1;
  z-index: 1;
  opacity: 0;
  transition: 400ms ease;
}
.txa-services-1-item > .txa-heading-1 {
  position: relative;
  font-size: 26px;
  z-index: 1;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 15px;
  transition: 400ms ease;
}
@media (max-width: 767px) {
  .txa-services-1-item > .txa-heading-1 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-services-1-item > .txa-heading-1 {
    font-size: 26px;
  }
}
.txa-services-1-item .para-wrap {
  height: 115px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.txa-services-1-item .txa-para-1 {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  height: 100%;
  transition: 400ms ease-in-out;
  transition: 400ms ease;
}
.txa-services-1-item .s1-btn {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  opacity: 0;
  transform: translateX(-100px);
  transition: 600ms;
  position: relative;
  z-index: 1;
}
.txa-services-1-item .s1-btn svg {
  margin-left: 5px;
  margin-top: -1px;
  transition: 400ms ease;
}
.txa-services-1-item .s1-btn:Hover svg {
  margin-left: 15px;
}

.txa-services-1-item-wrap {
  padding-bottom: 20px;
  padding-right: 20px;
  position: relative;
  margin-bottom: 30px;
}
.txa-services-1-item-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 94%;
  height: 94%;
  border: 1px solid #D7D8E1;
  border-top: none;
  border-left: 0;
  transition: 400ms ease;
}
.txa-services-1-item-wrap::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 94%;
  height: 94%;
  border: 2px solid #101952;
  border-top: none;
  border-left: 0;
  opacity: 0;
  transition: 400ms ease;
}
.txa-services-1-item-wrap:hover::before {
  opacity: 1;
  right: 0;
  bottom: 0;
}
.txa-services-1-item-wrap:hover::after {
  opacity: 0;
}
.txa-services-1-item-wrap:hover .txa-services-1-item::after {
  background-color: #101952;
  opacity: 0.8;
}
.txa-services-1-item-wrap:hover .txa-services-1-item .icon {
  color: #fff;
}
.txa-services-1-item-wrap:hover .txa-services-1-item .icon::after {
  background-color: #fff;
}
.txa-services-1-item-wrap:hover .txa-services-1-item .icon-2 {
  opacity: 0.4;
}
.txa-services-1-item-wrap:hover .txa-services-1-item .txa-heading-1 {
  color: #fff;
}
.txa-services-1-item-wrap:hover .txa-services-1-item .txa-para-1 {
  height: 54px;
  color: #fff;
}
.txa-services-1-item-wrap:hover .txa-services-1-item .s1-btn {
  transform: translateX(0);
  display: block;
  opacity: 1;
}

/*
    services-1-end
*/
/*
    services-2-start
*/
.txa-services-2-area {
  position: relative;
}
.txa-services-2-area .services-2-bg-title {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.txa-services-2-area .txa-section-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .txa-services-2-area .txa-section-title-wrap {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
.txa-services-2-area .txa-section-title-wrap .left {
  max-width: 500px;
}

.txa-services-2-img {
  height: 425px;
}
@media (max-width: 767px) {
  .txa-services-2-img {
    display: flex;
    align-items: end;
  }
}

.txa-services-2-item-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-services-2-item-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .txa-services-2-item-wrap {
    grid-template-columns: 1fr;
  }
}

.txa-services-2-item {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 50px;
  position: relative;
  perspective: 1000px;
  perspective-origin: 50% 50%;
  background: #F7F8F8;
  overflow: hidden;
}
.txa-services-2-item .content-1 {
  transition: 1000ms ease;
  transition-delay: 0.3s;
}
.txa-services-2-item .icon {
  width: 102px;
  height: 122px;
  background: linear-gradient(180deg, rgba(89, 86, 240, 0) 0%, rgba(89, 86, 240, 0.23) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 59px;
  color: var(--txa-pr-1);
  margin-bottom: 30px;
}
.txa-services-2-item .icon i {
  display: block;
  margin-top: 32px;
}
.txa-services-2-item .title {
  font-size: 26px;
  line-height: 1.38;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .txa-services-2-item .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-services-2-item .title {
    font-size: 24px;
  }
}
.txa-services-2-item .disc {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}
.txa-services-2-item .s2-btn {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  background: var(--txa-gd-1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.txa-services-2-item .s2-btn i {
  display: inline-block;
  margin-right: 1px;
  background: var(--txa-gd-1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translate(0, 3px);
  font-size: 20px;
}
.txa-services-2-item .content-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(95deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
  opacity: 0;
  transition: 400ms ease-in-out;
}
.txa-services-2-item .content-2 .main-img {
  width: 100%;
  height: auto;
  position: relative;
}
.txa-services-2-item .content-2 .main-img .icon {
  height: 100px;
  font-size: 50px;
  border: 3px solid #3C86FE;
  background: var(--txa-heading-2);
  position: absolute;
  bottom: 0;
  left: 40px;
  margin-bottom: 0;
  border-bottom: none;
}
.txa-services-2-item .content-2 .main-img .icon i {
  background: var(--txa-gd-1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.txa-services-2-item .content-2 .content-2-inner {
  padding: 30px 40px;
}
.txa-services-2-item .content-2 .content-2-inner .title {
  color: #fff;
}
.txa-services-2-item .content-2 .content-2-inner .title:hover {
  letter-spacing: 0.3px;
}
.txa-services-2-item .content-2 .s2-btn {
  -webkit-text-fill-color: #fff;
}
.txa-services-2-item .content-2 .s2-btn i {
  -webkit-text-fill-color: #fff;
}
.txa-services-2-item .content-2 .s2-btn:hover {
  letter-spacing: 0.5px;
}
.txa-services-2-item:hover .content-1 {
  opacity: 0;
  transition: 400ms ease;
  transition-delay: 0s;
}
.txa-services-2-item:hover .content-2 {
  transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
  opacity: 1;
}
.txa-services-2-item:is(.has-black) {
  background: #060D37;
}
.txa-services-2-item:is(.has-black) .icon {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 100%);
}
.txa-services-2-item:is(.has-black) .icon i {
  -webkit-text-fill-color: #fff;
}
.txa-services-2-item:is(.has-black) .title {
  color: #fff;
}
.txa-services-2-item:is(.has-black) .disc {
  color: #fff;
  opacity: 0.8;
}

/*
    services-2-end
*/
/*
    services-3-start
*/
.txa-services-3-item {
  border-radius: 30px;
  border: 2px solid #000;
  padding: 45px 30px;
  position: relative;
  background-color: #FFFFFF;
}
.txa-services-3-item .icon {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  text-align: center;
  line-height: 140px;
  font-size: 45px;
  position: relative;
  border-bottom: 3px solid;
  border-right: 3px solid;
  border-color: transparent;
  margin-bottom: 26px;
  transition: 500ms ease-in-out;
}
.txa-services-3-item .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  border: 2px solid var(--txa-heading-3);
  position: absolute;
  border-radius: 50%;
}
.txa-services-3-item .title {
  font-size: 30px;
  line-height: 1.16;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .txa-services-3-item .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-services-3-item .title {
    font-size: 26px;
  }
}
.txa-services-3-item .title:hover {
  color: var(--txa-pr-3);
}
.txa-services-3-item .disc {
  font-size: 17px;
  line-height: 28px;
}
.txa-services-3-item::after {
  content: "";
  width: 100%;
  height: 100%;
  right: 0px;
  bottom: 0px;
  background: var(--txa-pr-3);
  position: absolute;
  border-radius: 30px;
  z-index: -1;
  transition: 500ms ease-in-out;
}

.txa-services-3-slider {
  position: relative;
}
.txa-services-3-slider .swiper-container {
  padding-bottom: 10px;
}
.txa-services-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-services-3-item .icon {
  border-color: var(--txa-pr-3);
}
.txa-services-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-services-3-item::after {
  right: -8px;
  bottom: -8px;
}

@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), (max-width: 767px) {
  .txa-services-3-slider-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
  }
}
.txa-services-3-slider-btn .btn-postion-1 {
  position: absolute;
  top: 50%;
  left: -110px;
  transform: translateY(-50%);
}
@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), (max-width: 767px) {
  .txa-services-3-slider-btn .btn-postion-1 {
    position: unset;
    transform: unset;
  }
}
.txa-services-3-slider-btn .btn-position-2 {
  position: absolute;
  top: 50%;
  right: -110px;
  transform: translateY(-50%);
}
@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), (max-width: 767px) {
  .txa-services-3-slider-btn .btn-position-2 {
    position: unset;
    transform: unset;
  }
}
.txa-services-3-slider-btn .txa_s3_prev, .txa-services-3-slider-btn .txa_s3_next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid var(--txa-heading-3);
  text-align: center;
  line-height: 58px;
  font-size: 22px;
  position: relative;
  background-color: #fff;
  transition: 400ms;
}
.txa-services-3-slider-btn .txa_s3_prev:after, .txa-services-3-slider-btn .txa_s3_next:after {
  width: 100%;
  height: 100%;
  content: "";
  background: var(--txa-heading-3);
  border-radius: 50%;
  position: absolute;
  right: -6px;
  bottom: -5px;
  z-index: -1;
  transition: 500ms linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%);
}
.txa-services-3-slider-btn .txa_s3_prev:hover, .txa-services-3-slider-btn .txa_s3_next:hover {
  background-color: var(--txa-pr-3);
  border-color: transparent;
}
.txa-services-3-slider-btn .txa_s3_prev:hover::after, .txa-services-3-slider-btn .txa_s3_next:hover::after {
  right: 0;
  bottom: 0;
}

/*
    services-3-end
*/
.txa-video-1-item {
  position: relative;
  width: 100%;
  height: 860px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-video-1-item {
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-video-1-item {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .txa-video-1-item {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-video-1-item {
    height: 500px;
  }
}
.txa-video-1-item::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  content: "";
  opacity: 0.5;
}
.txa-video-1-item .txa-plybtn-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.txa-video-1-item .txa-video-1-shape {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  clip-path: polygon(0% 0%, 0% 100%, 35% 100%, 35% 35%, 65% 35%, 65% 65%, 35% 65%, 35% 100%, 100% 100%, 100% 0%);
  transition: 800ms ease-in-out;
  transition-delay: 0.5s;
}
.txa-video-1-item:is(.active) .txa-video-1-shape {
  clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0);
}

/*
    team-1-start
*/
.txa-team-1-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.txa-team-1-item .main-img {
  width: 100%;
  height: 530px;
  overflow: hidden;
}
.txa-team-1-item .main-img img {
  filter: grayscale(1);
  object-position: top;
}
.txa-team-1-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  background: rgba(90, 98, 103, 0.5);
  backdrop-filter: blur(10px);
  padding: 25px;
  margin-right: 20px;
  margin-left: 20px;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  transition: 400ms ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .txa-team-1-item-content {
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-team-1-item-content {
    gap: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-team-1-item-content {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .txa-team-1-item-content {
    gap: 10px;
  }
}
.txa-team-1-item-content .name {
  display: block;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 5px;
}
.txa-team-1-item-content .name:hover {
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-team-1-item-content .name {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-team-1-item-content .name {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .txa-team-1-item-content .name {
    font-size: 22px;
  }
}
.txa-team-1-item-content .bio {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.txa-team-1-item-content .icon {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid;
  border-color: transparent;
  text-align: center;
  line-height: 54px;
  font-size: 20px;
  color: #fff;
  background: #223035;
}
.txa-team-1-item-social-link {
  position: absolute;
  right: -100px;
  bottom: 86px;
  list-style: none;
  margin: 0;
  padding: 0;
  rotate: -30deg;
  opacity: 0;
  visibility: hidden;
  transition: 400ms;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-team-1-item-social-link {
    bottom: 86px;
    top: unset;
  }
}
@media (max-width: 767px) {
  .txa-team-1-item-social-link {
    bottom: unset;
    top: 20px;
  }
}
.txa-team-1-item-social-link li:not(:last-child) {
  margin-bottom: 13px;
}
.txa-team-1-item-social-link li a {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 54px;
  background: #fff;
  color: #223035;
  transition: 400ms ease;
}
.txa-team-1-item-social-link li a:hover {
  background-color: #223035;
  color: #fff;
}
.txa-team-1-item:hover .main-img img {
  filter: grayscale(0);
}
.txa-team-1-item:hover .txa-team-1-item-social-link {
  right: 20px;
  bottom: 166px;
  rotate: 0deg;
  opacity: 1;
  visibility: visible;
}
.txa-team-1-item:hover .txa-team-1-item-content .icon {
  border-color: #fff;
  background: transparent;
}

/*
    team-1-end
*/
/*
    team-2-start
*/
.txa-team-2-area {
  position: relative;
}
.txa-team-2-area .team-2-bg-title {
  position: absolute;
  top: 10px;
  left: 7%;
}

.txa-team-2-item {
  text-align: center;
  margin-bottom: 30px;
}
.txa-team-2-item .main-img-wrap {
  height: 405px;
  background: transparent;
  border-radius: 20px;
  margin-bottom: 20px;
  transition: 400ms ease;
  overflow: hidden;
  position: relative;
}
.txa-team-2-item .main-img-wrap .main-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.txa-team-2-item .main-img-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--txa-gd-1);
  border-radius: 50%;
  opacity: 0;
  transition: 400ms ease;
}
.txa-team-2-item .name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-team-2-item .name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .txa-team-2-item .name {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-team-2-item .name {
    font-size: 22px;
  }
}
.txa-team-2-item .name:hover {
  color: var(--txa-pr-1);
}
.txa-team-2-item .bio {
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
}
.txa-team-2-item:hover .main-img-wrap::after {
  opacity: 1;
  border-radius: 0;
}
.txa-team-2-item:hover .main-img-wrap .txa-team-2-social li {
  transform: translateX(0);
}

.txa-team-2-social {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  list-style: none;
}
.txa-team-2-social li {
  background: var(--txa-gd-1);
  padding: 5px;
  padding-right: 9px;
  border-radius: 50% 0 0 50%;
  margin-bottom: 8px;
  transform: translateX(70px);
  transition: 400ms ease-in-out;
}
.txa-team-2-social li:nth-child(2) {
  transition-delay: 0.1s;
}
.txa-team-2-social li:nth-child(3) {
  transition-delay: 0.2s;
}
.txa-team-2-social li:nth-child(4) {
  transition-delay: 0.3s;
}
.txa-team-2-social li:nth-child(5) {
  transition-delay: 0.4s;
}
.txa-team-2-social li:nth-child(6) {
  transition-delay: 0.5s;
}
.txa-team-2-social li:nth-child(7) {
  transition-delay: 0.6s;
}
.txa-team-2-social li:nth-child(8) {
  transition-delay: 0.7s;
}
.txa-team-2-social li a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
}
.txa-team-2-social li a i {
  background: var(--txa-gd-1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.txa-team-2-social li a:hover {
  scale: 1.1;
}

/*
    team-2-end
*/
/*
    team-3-start
*/
.txa-team-3-member {
  position: relative;
  border: 2px solid var(--txa-heading-3);
  border-radius: 145px;
  box-shadow: 3.286px 6.181px 0px 0px rgb(0, 0, 0) !important;
  padding-top: 70px;
  padding-bottom: 50px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
  transition: 300ms ease-in-out;
}
.txa-team-3-member .main-img {
  width: 100%;
  text-align: center;
  height: 400px;
  overflow: hidden;
  position: relative;
  clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-team-3-member .main-img {
    height: 290px;
  }
}
@media (max-width: 767px) {
  .txa-team-3-member .main-img {
    height: 350px;
  }
}
.txa-team-3-member .main-img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 110px;
  background: linear-gradient(0deg, #ffffff 0%, rgba(0, 255, 0, 0) 80%);
}
.txa-team-3-member .name {
  font-size: 28px;
  display: block;
  margin-bottom: 5px;
  transition: 300ms cubic-bezier(0.38, 0.56, 0.23, 0.97);
}
.txa-team-3-member .name:hover {
  color: var(--txa-pr-3);
}
.txa-team-3-member .bio {
  display: block;
  font-weight: 500;
  font-size: 20px;
}
.txa-team-3-member:hover {
  box-shadow: 3.286px 6.181px 0px 0px var(--txa-pr-4) !important;
}
.txa-team-3-member:hover .txa-team-3-social {
  right: 30px;
}

.txa-team-3-social {
  position: absolute;
  right: -50px;
  top: 80px;
  z-index: 2;
  transition: 500ms cubic-bezier(0.38, 0.56, 0.23, 0.97);
}
.txa-team-3-social li:not(:last-child) {
  margin-bottom: 10px;
}
.txa-team-3-social li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--txa-heading-3);
  display: block;
  text-align: center;
  line-height: 40px;
  box-shadow: 3.286px 6.181px 0px 0px rgb(20, 21, 21) !important;
  transition: 500ms linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%);
}
.txa-team-3-social li a:hover {
  box-shadow: 0px 0px 0px 0px rgb(20, 21, 21) !important;
  background-color: var(--txa-pr-3);
}

/*
    team-3-end
*/
.txa-counter-1-area {
  background: var(--txa-pr-1);
  position: relative;
}
.txa-counter-1-area .btn-wrap {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-counter-1-item {
    margin-bottom: 30px;
  }
}
.txa-counter-1-item .number {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  margin-bottom: 0px;
  transition: 400ms ease;
}
.txa-counter-1-item .number:hover {
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-counter-1-item .number {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-counter-1-item .number {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .txa-counter-1-item .number {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-counter-1-item .number {
    font-size: 90px;
  }
}
.txa-counter-1-item .disc {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 26px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-counter-1-item .disc {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .txa-counter-1-item .disc {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-counter-1-item .disc {
    font-size: 22px;
  }
}

.txa-case-study-1-area {
  position: relative;
}
.txa-case-study-1-area::after {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: -1;
}
.txa-case-study-1-area .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.txa-case-study-1-area .bg-img .tab-pane {
  background: transparent;
  height: 100%;
  width: 100%;
}
.txa-case-study-1-area .bg-img .tab-pane .img-item {
  height: 100%;
  width: 100%;
}
.txa-case-study-1-area .bg-img .tab-pane .img-item img {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 600ms cubic-bezier(0.78, 0.2, 0.21, 0.88);
}
.txa-case-study-1-area .bg-img .tab-pane:is(.show) {
  background: transparent;
}
.txa-case-study-1-area .bg-img .tab-pane:is(.show) .img-item img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.txa-case-study-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-case-study-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .txa-case-study-1-wrap {
    grid-template-columns: 1fr;
  }
}
.txa-case-study-1-wrap li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.txa-case-study-1-item {
  width: 100%;
  height: 760px;
  display: flex;
  align-items: end;
  position: relative;
  padding: 50px;
  overflow: hidden;
  text-align: left;
  background: transparent;
  border: none;
  outline: none;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .txa-case-study-1-item {
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .txa-case-study-1-item {
    height: 430px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-case-study-1-item {
    height: 490px;
  }
}
@media (max-width: 767px) {
  .txa-case-study-1-item {
    height: 490px;
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-case-study-1-item {
    height: 450px;
    padding: 50px 50px;
  }
}
.txa-case-study-1-item .content-wrap {
  transform: translateY(80px);
  transition: 400ms ease;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .txa-case-study-1-item .content-wrap {
    transform: translateY(60px);
  }
}
@media (max-width: 767px) {
  .txa-case-study-1-item .content-wrap {
    transform: translateY(50px);
  }
}
.txa-case-study-1-item .subtitle {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  line-height: 26px;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: 400ms ease;
}
.txa-case-study-1-item .tittle {
  font-size: 36px;
  line-height: 1.16;
  color: #fff;
  margin-bottom: 15px;
}
.txa-case-study-1-item .tittle:hover {
  color: var(--txa-pr-1);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .txa-case-study-1-item .tittle {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .txa-case-study-1-item .tittle {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-case-study-1-item .tittle {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .txa-case-study-1-item .tittle {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-case-study-1-item .tittle {
    font-size: 36px;
  }
}
.txa-case-study-1-item .item-para {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 0;
  opacity: 0;
  transition: 400ms ease;
}
.txa-case-study-1-item .btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 0;
  padding: 0 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .txa-case-study-1-item .btn-wrap {
    padding: 0 30px;
  }
}
.txa-case-study-1-item .item-btn-1 {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  color: #fff;
  font-family: var(--txa-heading-1-font);
  line-height: 1;
  transition: 400ms ease;
  transform: translateY(20px);
}
.txa-case-study-1-item .item-btn-1 .icon {
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.txa-case-study-1-item .item-btn-2 {
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 80px;
  background-color: var(--txa-pr-1);
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  transform: translateX(-70px);
  opacity: 0;
  visibility: hidden;
  transition: 400ms ease;
}
.txa-case-study-1-item:is(.active) .item-btn-2 {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
.txa-case-study-1-item:is(.active) .item-btn-1 {
  transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
}
.txa-case-study-1-item:is(.active) .subtitle {
  background: var(--txa-pr-1);
}
.txa-case-study-1-item:is(.active) .content-wrap {
  transform: translateY(-100px);
}
.txa-case-study-1-item:is(.active) .item-para {
  opacity: 1;
}

.txa-case-study-3-area {
  position: relative;
}
.txa-case-study-3-area .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  object-fit: cover;
}

.txa-case-study-3-wrap {
  padding-top: 200px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-case-study-3-wrap {
    padding-top: 120px;
  }
}

.txa-case-study-3-content {
  position: relative;
  z-index: 2;
  background: #FFE1C5;
  border-radius: 30px;
  border: 2px solid var(--txa-heading-3);
  box-shadow: 1.878px 3.532px 0px 0px var(--txa-pr-4) !important;
  max-width: 485px;
  padding: 60px 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-case-study-3-content {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .txa-case-study-3-content {
    max-width: 100%;
    margin-bottom: 50px;
    padding: 60px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-case-study-3-content {
    max-width: 100%;
    margin-bottom: 50px;
    padding: 60px 60px;
  }
}
.txa-case-study-3-content .txa-section-title .txa-title-3 {
  font-size: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-case-study-3-content .txa-section-title .txa-title-3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .txa-case-study-3-content .txa-section-title .txa-title-3 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-case-study-3-content .txa-section-title .txa-title-3 {
    font-size: 40px;
  }
}

.txa-case-study-3-feature li:not(:last-child) {
  margin-bottom: 20px;
}
.txa-case-study-3-feature li .nav-link {
  display: inline-block;
  font-size: 19px;
  font-weight: 800;
  font-family: var(--txa-heading-3-font);
  background: #fff;
  border: 2px solid var(--txa-heading-3);
  border-radius: 30px;
  color: var(--txa-heading-3);
  padding: 10px 20px;
  box-shadow: 0px 0px 0px 0px var(--txa-pr-4) !important;
  position: relative;
  transition: 500ms ease-in-out;
}
.txa-case-study-3-feature li .nav-link i {
  margin-right: 5px;
  display: inline-block;
  transform: translateY(2px);
}
.txa-case-study-3-feature li .nav-link::after {
  content: "";
  width: 0px;
  height: 2px;
  background-color: var(--txa-pr-3);
  left: 110%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  transition: 500ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-case-study-3-feature li .nav-link::after {
    display: none;
  }
}
.txa-case-study-3-feature li .nav-link:is(.active) {
  box-shadow: 1.878px 3.532px 0px 0px var(--txa-pr-4) !important;
}
.txa-case-study-3-feature li .nav-link:is(.active)::after {
  width: 120px;
}

.txa-case-study-3-img {
  position: absolute;
  top: 120px;
  right: 0;
  max-width: 80%;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-case-study-3-img {
    position: unset;
    max-width: 100%;
  }
}
.txa-case-study-3-img .tab-pane {
  position: relative;
}
.txa-case-study-3-img .tab-pane .btn-position {
  position: absolute;
  right: 45px;
  bottom: 45px;
}

.txa-case-study-3-btn {
  display: inline-block;
  font-family: var(--txa-heading-3-font);
  color: #2c2c2b;
  font-size: 17px;
  font-weight: 800;
  background: #fff;
  text-transform: capitalize;
  padding: 15px 30px;
  border-radius: 30px 30px 0px 30px;
  border: 2px solid #2c2c2b;
  box-shadow: 1.878px 3.532px 0px 0px var(--txa-pr-4) !important;
}
.txa-case-study-3-btn i {
  display: inline-block;
  margin-right: 4px;
}
.txa-case-study-3-btn:hover {
  background-color: var(--txa-pr-3);
}

/*
    blog-1-start
*/
.txa-blog-1-area .btn-wrap {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-blog-1-area .btn-wrap {
    display: flex;
    align-items: unset;
    justify-content: left;
    padding-bottom: 50px;
  }
}

.txa-blog-1-item {
  margin-bottom: 30px;
}
.txa-blog-1-item .blog-img {
  width: 100%;
  height: 410px;
  overflow: hidden;
  perspective: 70px;
  perspective-origin: 50% 50%;
}
.txa-blog-1-item .blog-img img {
  transition: 400ms ease;
}
.txa-blog-1-item .content-wrap {
  margin-left: 40px;
  margin-right: 40px;
  background: #F8F8FA;
  padding: 40px 30px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .txa-blog-1-item .content-wrap {
    margin-left: 15px;
    margin-right: 15px;
    padding: 40px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-blog-1-item .content-wrap {
    margin-left: 40px;
    margin-right: 40px;
    padding: 40px 30px;
  }
}
.txa-blog-1-item .subtitle {
  font-size: 16px;
  font-weight: 400;
  color: var(--txa-pr-1);
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
  letter-spacing: 0.2px;
}
.txa-blog-1-item .subtitle::after {
  position: absolute;
  width: 30px;
  height: 1px;
  background: var(--txa-pr-1);
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.txa-blog-1-item .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.txa-blog-1-item .title:hover {
  color: var(--txa-pr-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-blog-1-item .title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .txa-blog-1-item .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-blog-1-item .title {
    font-size: 30px;
  }
}
.txa-blog-1-item:hover .blog-img img {
  transform: scaleX(1) scaleY(1) scaleZ(0.1) rotateX(8deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
}

.txa-blog-1-item-meta {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .txa-blog-1-item-meta {
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-blog-1-item-meta {
    gap: 30px;
  }
}
.txa-blog-1-item-meta .item {
  font-size: 16px;
  line-height: 22px;
  color: var(--txa-heading-1);
  opacity: 1;
  letter-spacing: 0;
}
.txa-blog-1-item-meta .item i {
  color: var(--txa-pr-1);
  margin-right: 7px;
}

/*
    blog-1-end
*/
/*
    blog-2-start
*/
.txa-blog-2-area {
  position: relative;
}
.txa-blog-2-area .blog-2-bg-title {
  position: absolute;
  top: 0;
  right: 0px;
}
.txa-blog-2-area .txa-section-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .txa-blog-2-area .txa-section-title-wrap {
    flex-wrap: wrap;
  }
}
.txa-blog-2-area .txa-section-title-wrap .left {
  max-width: 520px;
}
.txa-blog-2-area .txa-section-title-wrap .txa-title-2 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .txa-blog-2-area .txa-section-title-wrap .txa-title-2 {
    margin-bottom: 30px;
  }
}

.txa-blog-2-item {
  position: relative;
  background: #F8F8F8;
}
.txa-blog-2-item .header {
  padding: 25px;
}
.txa-blog-2-item-meta {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .txa-blog-2-item-meta {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-blog-2-item-meta {
    flex-wrap: nowrap;
  }
}
.txa-blog-2-item-meta span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  background: var(--txa-gd-1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 24px;
}
.txa-blog-2-item-meta span .data i {
  margin-right: 5px;
  font-size: 30px;
  transform: translateY(-8px);
  display: inline-block;
}
.txa-blog-2-item .title {
  font-size: 24px;
  line-height: 1.41;
}
.txa-blog-2-item .title:hover {
  color: var(--txa-pr-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .txa-blog-2-item .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-blog-2-item .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .txa-blog-2-item .title {
    font-size: 20px;
  }
}
.txa-blog-2-item .inner-div {
  height: 430px;
  overflow: hidden;
}
.txa-blog-2-item .disc {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 25px;
  background: #F8F8F8;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 400ms ease-in-out;
}
@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) {
  .txa-blog-2-item .disc {
    z-index: 1;
  }
}
.txa-blog-2-item .main-img {
  position: relative;
  z-index: 1;
  height: 305px;
  transition: 400ms ease-in-out;
}
.txa-blog-2-item .btn-postion {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 400ms ease-in-out;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .txa-blog-2-item .btn-postion {
    left: 10%;
    transform: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-blog-2-item .btn-postion {
    left: 10%;
    transform: unset;
  }
}
.txa-blog-2-item:hover .main-img {
  height: 100%;
}
.txa-blog-2-item:hover .btn-postion {
  bottom: 30px;
  opacity: 1;
}
.txa-blog-2-item:hover .disc {
  opacity: 0;
}

.txa-blog-2-slider {
  position: relative;
}
.txa-blog-2-slider .txa_blog_2_next, .txa-blog-2-slider .txa_blog_2_prev {
  font-size: 52px;
  line-height: 1;
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  transition: 400ms;
}
.txa-blog-2-slider .txa_blog_2_next i, .txa-blog-2-slider .txa_blog_2_prev i {
  display: inline-block;
  transition: 100ms;
}
.txa-blog-2-slider .txa_blog_2_next::after, .txa-blog-2-slider .txa_blog_2_prev::after {
  width: 52px;
  height: 52px;
  border: 4px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  background: transparent;
  content: "";
  position: absolute;
  left: 18px;
  bottom: 8px;
  transition: 600ms;
  z-index: -1;
}
.txa-blog-2-slider .txa_blog_2_next:hover {
  color: transparent;
  -webkit-text-stroke: 1px #Fff;
}
.txa-blog-2-slider .txa_blog_2_next:hover i {
  transform: translateX(5px);
}
.txa-blog-2-slider .txa_blog_2_next:hover::after {
  background: var(--txa-pr-1);
  border-color: transparent;
}
.txa-blog-2-slider .txa_blog_2_prev::after {
  left: -18px;
}
.txa-blog-2-slider .txa_blog_2_prev:hover {
  color: transparent;
  -webkit-text-stroke: 1px #Fff;
}
.txa-blog-2-slider .txa_blog_2_prev:hover i {
  transform: translateX(-5px);
}
.txa-blog-2-slider .txa_blog_2_prev:hover::after {
  background: var(--txa-pr-1);
  border-color: transparent;
}
.txa-blog-2-slider .txa_blog_2_next-position {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -90px;
  z-index: 1;
}
@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), (max-width: 767px) {
  .txa-blog-2-slider .txa_blog_2_next-position {
    position: unset;
    transform: unset;
  }
}
.txa-blog-2-slider .txa_blog_2_prev-position {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -90px;
  z-index: 1;
}
@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), (max-width: 767px) {
  .txa-blog-2-slider .txa_blog_2_prev-position {
    position: unset;
    transform: unset;
  }
}
@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), (max-width: 767px) {
  .txa-blog-2-slider .txa-slider-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding-top: 50px;
  }
}
.txa-blog-2-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-blog-2-item .main-img {
  height: 100%;
}
.txa-blog-2-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-blog-2-item .btn-postion {
  bottom: 30px;
  opacity: 1;
}
.txa-blog-2-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-blog-2-item .disc {
  opacity: 0;
}

/*
    blog-2-end
*/
/*
    blog-3-start
*/
.txa-blog-3-item-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media (max-width: 767px) {
  .txa-blog-3-item-wrap {
    grid-template-columns: 1fr;
  }
}

.txa-blog-3-item {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  border: 2px solid var(--txa-heading-3);
  background: #FFE1C5;
  box-shadow: 3.286px 6.181px 0px 0px rgb(20, 21, 21) !important;
  transition: 500ms cubic-bezier(0.42, 0, 0.21, 1.03);
}
.txa-blog-3-item .main-img {
  height: 360px;
  overflow: hidden;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.txa-blog-3-item .main-img img {
  transition: 500ms cubic-bezier(0.42, 0, 0.21, 1.03);
}
.txa-blog-3-item .cetagorie {
  display: inline-block;
  background: #fff;
  text-transform: uppercase;
  font-size: 13.5px;
  padding: 8px 17px;
  border-radius: 20px;
  border: 2px solid var(--txa-heading-3);
  box-shadow: 1.408px 2.649px 0px 0px rgb(20, 21, 21) !important;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 1;
}
.txa-blog-3-item .content-wrap {
  padding: 0 60px;
  margin-top: -22px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-blog-3-item .content-wrap {
    padding: 0 30px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .txa-blog-3-item .content-wrap {
    padding: 0 15px;
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-blog-3-item .content-wrap {
    padding: 0 30px;
    padding-bottom: 35px;
  }
}
.txa-blog-3-item .title {
  font-size: 32px;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-blog-3-item .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .txa-blog-3-item .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-blog-3-item .title {
    font-size: 26px;
  }
}
.txa-blog-3-item .title:hover {
  color: var(--txa-pr-3);
}
.txa-blog-3-item:hover {
  box-shadow: 3.286px 6.181px 0px 0px var(--txa-pr-4) !important;
}
.txa-blog-3-item:hover .main-img img {
  transform: rotateX(18deg) scaleZ(5) scale(1.1);
}

.txa-blog-3-item-meta {
  background: #fff;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 30px;
  border: 2px solid var(--txa-heading-3);
  box-shadow: 3.286px 6.181px 0px 0px rgb(20, 21, 21) !important;
  font-size: 15px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-blog-3-item-meta {
    padding: 8px 15px;
  }
}
.txa-blog-3-item-meta a:nth-child(1) {
  padding-right: 25px;
  position: relative;
}
.txa-blog-3-item-meta a:nth-child(1)::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--txa-heading-3);
  right: 10px;
  top: 7px;
  border-radius: 50%;
  position: absolute;
}

/*
    blog-3-end
*/
/*
    appre-1-start
*/
.txa-appre-1-area {
  background: #0C0D14;
  margin-top: -189px;
}
@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) {
  .txa-appre-1-area {
    margin-top: -30px;
  }
}
.txa-appre-1-area .txa-section-title-wrap {
  width: 100%;
  max-width: 550px;
}
.txa-appre-1-area .txa-section-title-wrap .txa-para-1 {
  color: #fff;
  opacity: 0.7;
}
.txa-appre-1-area .txa-section-title-wrap .txa-title-2 {
  color: #fff;
}
.txa-appre-1-content {
  padding-top: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-appre-1-content {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-appre-1-content {
    padding-top: 50px;
  }
}
.txa-appre-1-content .txa-counter-wrap {
  display: flex;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-appre-1-content .txa-counter-wrap {
    flex-wrap: wrap;
  }
}
.txa-appre-1-content .txa-counter-1-item {
  margin-bottom: 0;
}
.txa-appre-1-content .txa-counter-1-item .number {
  font-size: 80px;
  -webkit-text-stroke-color: #28BEFD;
}
@media (max-width: 767px) {
  .txa-appre-1-content .txa-counter-1-item .number {
    font-size: 50px;
  }
}
.txa-appre-1-content .txa-counter-1-item .disc {
  font-size: 18px;
  font-weight: 400;
}
.txa-appre-1-img {
  padding-right: 0;
  width: 100%;
  height: 540px;
  position: relative;
  z-index: 1;
  margin-left: -40px;
}
@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) {
  .txa-appre-1-img {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .txa-appre-1-img {
    margin-left: 0px;
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-appre-1-img {
    margin-left: 0px;
    height: 400px;
  }
}

/*
    appre-1-end
*/
.txa-project-2-area {
  margin-top: -300px;
}

.txa-project-2-item {
  position: relative;
}
.txa-project-2-item .main-img {
  height: 650px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .txa-project-2-item .main-img {
    height: 520px;
  }
}
.txa-project-2-item .main-img::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #000;
  opacity: 0.3;
  transition: 400ms;
}
.txa-project-2-item .subtitle {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  background: var(--txa-gd-1);
  line-height: 30px;
  display: inline-block;
  border-radius: 50px;
  padding: 7px 20px;
  color: #fff;
  transform: translateY(50px);
  transition: 400ms ease;
  opacity: 0;
  transition-delay: 0.2s;
}
.txa-project-2-item .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  background: #fff;
  border-radius: 50px;
  padding: 15px 20px;
  display: inline-block;
  transform: translateY(50px);
  transition: 400ms ease;
  transition-delay: 0s;
  opacity: 0;
}
@media (max-width: 767px) {
  .txa-project-2-item .title {
    font-size: 20px;
  }
}
.txa-project-2-item .title:hover {
  color: var(--txa-pr-1);
}
.txa-project-2-item .content-wrap {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  padding: 60px;
  left: 0;
}
@media (max-width: 767px) {
  .txa-project-2-item .content-wrap {
    padding: 30px;
  }
}
.txa-project-2-item .p2-btn {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
  font-size: 40px;
  line-height: 110px;
  backdrop-filter: blur(5px);
  position: absolute;
  right: 60px;
  color: #fff;
  bottom: 60px;
  z-index: 1;
  scale: 0;
  opacity: 0;
  visibility: hidden;
  transition: 400ms ease;
}
@media (max-width: 767px) {
  .txa-project-2-item .p2-btn {
    left: 50%;
    top: 50%;
    right: unset;
    bottom: unset;
    transform: translate(-50%, -50%);
  }
}
.txa-project-2-item .p2-btn:hover {
  color: var(--txa-pr-1);
  border-color: var(--txa-pr-1);
}

.txa-project-2-slider {
  position: relative;
}
.txa-project-2-slider .shape-1 {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 55px;
}
@media (max-width: 767px) {
  .txa-project-2-slider .shape-1 {
    height: 20px;
  }
}
.txa-project-2-slider .shape-2 {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 55px;
}
@media (max-width: 767px) {
  .txa-project-2-slider .shape-2 {
    height: 20px;
  }
}
.txa-project-2-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) {
  width: 1110px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-project-2-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .txa-project-2-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) {
    width: 100% !important;
  }
}
.txa-project-2-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-project-2-item .main-img::after {
  opacity: 0;
}
.txa-project-2-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-project-2-item .title {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.2s;
}
.txa-project-2-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-project-2-item .subtitle {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0s;
}
.txa-project-2-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-project-2-item .p2-btn {
  scale: 1;
  opacity: 1;
  visibility: visible;
}

.txa-price-2-area {
  position: relative;
  background: #060D37;
  padding-bottom: 395px;
}
.txa-price-2-area .price-2-bg-title {
  position: absolute;
  right: 10px;
  top: 30px;
}
.txa-price-2-area .txa-section-title-wrap .txa-title-2 {
  color: #fff;
}

.txa-price-2-item-after {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.txa-price-2-item-after::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--txa-gd-1);
  border-radius: 10px;
  z-index: -1;
  rotate: 0deg;
  transition: 400ms ease-in-out;
}
.txa-price-2-item-after:hover::after {
  rotate: -2deg;
}

.txa-price-2-item {
  background: #121941;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 50px 35px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .txa-price-2-item {
    grid-template-columns: 1fr;
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-price-2-item {
    grid-template-columns: 1fr 1fr;
    padding: 50px 35px;
  }
}
.txa-price-2-item .title {
  background: linear-gradient(90deg, #00F38D 0%, #009EFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 26px;
  line-height: 1.38;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.txa-price-2-item .disc {
  font-size: 18px;
  display: block;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  opacity: 0.8;
  margin-bottom: 30px;
}
.txa-price-2-item .right {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .txa-price-2-item .right {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-price-2-item .right {
    padding-left: 30px;
  }
}
.txa-price-2-item .left {
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .txa-price-2-item .left {
    padding-right: 0px;
    border-right: 1px solid rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-price-2-item .left {
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
.txa-price-2-item-price {
  font-size: 35px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.txa-price-2-item-price span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.4;
}
.txa-price-2-item-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 22px;
}
.txa-price-2-item-list li {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  opacity: 0.8;
}
.txa-price-2-item-list li:not(:last-child) {
  margin-bottom: 12px;
}
.txa-price-2-item-list li i {
  color: #2AB6FD;
  margin-right: 5px;
}
.txa-price-2-item .txa-pr-btn-3 {
  padding: 18px 30px;
  font-size: 14px;
}
.txa-price-2-item .txa-pr-btn-3::after {
  opacity: 0;
}
.txa-price-2-item .txa-pr-btn-3:hover::after {
  opacity: 1;
}

.txa-price-3-wrap {
  position: relative;
}
.txa-price-3-wrap .bg-shape {
  display: block;
  width: 100%;
  height: 40%;
  background-color: #F3F3F3;
  border-radius: 30px;
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: -1;
}

.txa-price-3-item-wrap {
  padding: 0 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-price-3-item-wrap {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-price-3-item-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .txa-price-3-item-wrap {
    padding: 0 0px;
  }
}

.txa-price-3-item {
  border: 2px solid var(--txa-heading-3);
  border-radius: 50px;
  box-shadow: 3.286px 6.181px 0px 0px rgb(20, 21, 21) !important;
  padding: 30px 75px;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  transition: 500ms cubic-bezier(0.38, 0.56, 0.23, 0.97);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-price-3-item {
    padding: 30px 25px;
  }
}
@media (max-width: 767px) {
  .txa-price-3-item {
    padding: 30px 25px;
    height: 100%;
  }
}
.txa-price-3-item .normal-content {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  opacity: 1;
  visibility: visible;
  transition: 500ms cubic-bezier(0.38, 0.56, 0.23, 0.97);
}
.txa-price-3-item .normal-content i {
  display: inline-block;
  font-size: 26px;
  line-height: 1;
  transform: translateY(4px);
}
@media (max-width: 767px) {
  .txa-price-3-item .normal-content {
    opacity: 0;
    visibility: hidden;
    margin-top: -30px;
  }
}
.txa-price-3-item .title {
  font-size: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-price-3-item .title {
    font-size: 24px;
  }
}
.txa-price-3-item .left .item-img {
  width: 100%;
  height: 160px;
  border-radius: 20px;
  overflow: hidden;
}
.txa-price-3-item .price {
  font-size: 35px;
  color: #151f35;
  margin-bottom: 20px;
}
.txa-price-3-item .price span {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #EC4814;
}
.txa-price-3-item .item-img {
  width: 100%;
  height: 230px;
  overflow: hidden;
  flex: 0 0 auto;
  border-radius: 20px;
}
.txa-price-3-item .title-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
}
.txa-price-3-item .title-wrap i {
  font-size: 60px;
  display: inline-block;
  line-height: 1;
  flex: 0 0 auto;
  transform: translateY(6px);
}
.txa-price-3-item .txa-para-3 {
  margin-bottom: 15px;
  max-width: 540px;
}
.txa-price-3-item .text-right {
  display: block;
  text-align: right;
}
.txa-price-3-item .hover-content {
  display: grid;
  grid-template-columns: 205px 240px auto;
  gap: 40px;
  padding: 10px 0;
  padding-top: 20px;
  transition: 500ms cubic-bezier(0.38, 0.56, 0.23, 0.97);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-price-3-item .hover-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .txa-price-3-item .hover-content {
    grid-template-columns: 1fr;
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-price-3-item .hover-content .right {
    grid-column: 1/-1;
  }
}
.txa-price-3-item:is(.active) {
  height: 340px;
  box-shadow: 3.286px 6.181px 0px 0px var(--txa-pr-4) !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-price-3-item:is(.active) {
    height: 380px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-price-3-item:is(.active) {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .txa-price-3-item:is(.active) {
    height: 100%;
  }
}
.txa-price-3-item:is(.active) .normal-content {
  opacity: 0;
  visibility: hidden;
  margin-top: -30px;
}
.txa-price-3-item:is(.active) .hover-content {
  opacity: 1;
  visibility: visible;
}

.txa-choose-2-area {
  position: relative;
}
.txa-choose-2-area .choose-2-bg-title {
  position: absolute;
  left: 20px;
  top: 0;
}
.txa-choose-2-content {
  margin-bottom: 50px;
}

.txa-choose-2-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.txa-choose-2-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--txa-gd-1);
  border-radius: 10px;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.1;
}
.txa-choose-2-img .shape-2 {
  position: absolute;
  left: -260px;
  top: -240px;
  opacity: 0;
  transition: 800ms cubic-bezier(0, 0, 0.2, 1);
  transition-delay: 1.5s;
}
.txa-choose-2-img .shape-1 {
  position: absolute;
  right: -320px;
  bottom: -290px;
  opacity: 0;
  transition: 800ms cubic-bezier(0, 0, 0.2, 1);
  transition-delay: 1.3s;
}
.txa-choose-2-img .main-img {
  position: relative;
  z-index: 1;
  transform: translateY(290px);
  opacity: 0;
  transition: 800ms cubic-bezier(0, 0, 0.2, 1);
  transition-delay: 0.5s;
}
.txa-choose-2-img:is(.active) .shape-2 {
  left: -120px;
  top: -120px;
  opacity: 1;
}
.txa-choose-2-img:is(.active) .shape-1 {
  right: -140px;
  bottom: -80px;
  opacity: 1;
}
.txa-choose-2-img:is(.active) .main-img {
  transform: translateY(0px);
  opacity: 1;
}

.txa-choose-2-feature-wrap {
  max-width: 500px;
}

.txa-choose-2-feature-item {
  display: flex;
  gap: 30px;
}
.txa-choose-2-feature-item:not(:last-child) {
  margin-bottom: 30px;
}
.txa-choose-2-feature-item .icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 3px solid var(--txa-pr-1);
  display: flex;
  justify-content: center;
  color: var(--txa-pr-1);
  font-size: 30px;
  line-height: 65px;
  flex: 0 0 auto;
  position: relative;
}
.txa-choose-2-feature-item .icon::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background: var(--txa-pr-1);
  bottom: -56px;
  left: 27px;
}
.txa-choose-2-feature-item .icon:is(.no-affter)::after {
  display: none;
}
.txa-choose-2-feature-item .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.txa-choose-2-feature-item .disc {
  font-size: 16px;
  line-height: 26px;
}

.txa-faq-2-area {
  position: relative;
  background: #F6F6F8;
  z-index: 1;
}
.txa-faq-2-area .bg-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-faq-2-area .bg-shape-1 {
    display: none;
  }
}
.txa-faq-2-left {
  padding-right: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-faq-2-left {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-faq-2-left {
    padding-right: 0px;
    margin-bottom: 50px;
  }
}

.txa-faq-1-item .accordion-item {
  position: relative;
  background: transparent;
  border: none;
}
.txa-faq-1-item .accordion-item:is(.tna_faq2_bg) .accordion-header .accordion-button .text {
  background: var(--tna-gd-2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.txa-faq-1-item .accordion-item:is(.tna_faq2_bg) .accordion-header .accordion-button .icon {
  background: var(--tna-gd-2);
  border: transparent;
  color: #fff;
}
.txa-faq-1-item .accordion-item:is(.tna_faq2_bg) .accordion-header .accordion-button .icon i::before {
  content: "\f068";
}
.txa-faq-1-item .accordion-item .accordion-header {
  outline: none;
  box-shadow: none  !important;
  position: relative;
  z-index: 1;
}
.txa-faq-1-item .accordion-item .accordion-header .accordion-button {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
  background: rgba(3, 6, 23, 0.05);
  backdrop-filter: blur(15px);
  outline: none;
  box-shadow: none  !important;
  transition: 400ms ease;
}
.txa-faq-1-item .accordion-item .accordion-header .accordion-button .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  margin-right: auto;
  transition: 400ms ease;
}
.txa-faq-1-item .accordion-item .accordion-header .accordion-button .icon-2 {
  color: #8F73FF;
  font-size: 22px;
  transform: translateY(3px);
  transition: 400ms ease;
}
.txa-faq-1-item .accordion-item .accordion-header .accordion-button .icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: transparent;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  color: #8F73FF;
  transition: 400ms ease;
}
.txa-faq-1-item .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.txa-faq-1-item .accordion-item .accordion-header .accordion-button:is(:not(.collapsed)) {
  background: var(--txa-gd-1);
}
.txa-faq-1-item .accordion-item .accordion-header .accordion-button:is(:not(.collapsed)) .title {
  color: #fff;
}
.txa-faq-1-item .accordion-item .accordion-header .accordion-button:is(:not(.collapsed)) .icon-2 {
  color: #fff;
}
.txa-faq-1-item .accordion-item .accordion-header .accordion-button:is(:not(.collapsed)) .icon {
  color: #fff;
}
.txa-faq-1-item .accordion-item .accordion-header .accordion-button:is(:not(.collapsed)) .icon i::before {
  content: "\f322";
}
.txa-faq-1-item .accordion-item .accordion-body {
  position: relative;
  z-index: 1;
  padding: 0;
}
.txa-faq-1-item .accordion-item .accordion-body .disc {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-right: 50px;
}

.txa-contact-form-wrap {
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0px 10px 50px 2px rgba(0, 0, 0, 0.1)  !important;
  background: #fff;
}
@media (max-width: 767px) {
  .txa-contact-form-wrap {
    padding: 60px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-contact-form-wrap {
    padding: 60px 40px;
  }
}

.txa-contact-form-wrap .title {
  font-size: 36px;
  line-height: 1.38;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .txa-contact-form-wrap .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-contact-form-wrap .title {
    font-size: 32px;
  }
}

.txa-contact-form-wrap .subtitle {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.18px;
  line-height: 26px;
  margin-bottom: 15px;
  background: var(--txa-gd-1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txa-contact-form-1 {
  text-align: left;
}
.txa-contact-form-1 .input-item {
  position: relative;
}
.txa-contact-form-1 .input-item::after {
  content: "";
  width: 1px;
  height: 30px;
  opacity: 0.7;
  background: var(--txa-gd-1);
  position: absolute;
  left: 44px;
  top: 50%;
  transform: translateY(-50%);
}
.txa-contact-form-1 .input-item:is(.text-area) .icon {
  transform: unset;
  top: 20px;
}
.txa-contact-form-1 .input-item:is(.text-area)::after {
  transform: unset;
  top: 15px;
}
.txa-contact-form-1 .icon {
  font-size: 20px;
  background: var(--txa-gd-1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.txa-contact-form-1 input, .txa-contact-form-1 textarea {
  background: rgba(16, 25, 82, 0.05);
  border: none;
  outline: none;
  height: 60px;
  padding: 0 60px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #060D37;
  font-family: var(--txa-body-1-font);
}
.txa-contact-form-1 input::placeholder, .txa-contact-form-1 textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #060D37;
  font-family: var(--txa-body-1-font);
  text-transform: capitalize;
  opacity: 0.7;
}
.txa-contact-form-1 textarea {
  height: 130px;
  padding-top: 15px;
}
.txa-contact-form-1-btn {
  position: relative;
  flex: 0 0 auto;
  z-index: 1;
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  outline: none;
  background: var(--txa-gd-1);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--txa-heading-2-font);
  color: #fff;
  transition: 400ms ease-in-out;
}
.txa-contact-form-1-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--txa-pr-2);
  z-index: -1;
  transition: 400ms ease-in-out;
  transform: rotateY(90deg);
}
.txa-contact-form-1-btn:hover {
  letter-spacing: 0.5px;
}
.txa-contact-form-1-btn:hover::after {
  transform: rotateY(0deg);
}

.txa-solutions-3-wrap {
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.txa-solutions-3-main-item {
  position: relative;
  padding-top: 70px;
  border-radius: 15px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid var(--txa-pr-3);
}
.txa-solutions-3-main-item .ply-btn-postion {
  position: absolute;
  top: 23%;
  left: 16%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-solutions-3-main-item .ply-btn-postion {
    position: unset;
    margin-bottom: 50px;
    margin-left: 50px;
  }
}
.txa-solutions-3-main-item .content-wrap {
  position: relative;
  background-color: #000000;
  max-width: 50%;
  margin-left: auto;
  padding: 120px;
  clip-path: polygon(8% 0%, 100% 11%, 100% 78%, 0% 112%);
  transform: translateX(70%);
  opacity: 0;
  transition: 1000ms cubic-bezier(0.59, 0.23, 0, 0.62);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .txa-solutions-3-main-item .content-wrap {
    max-width: 60%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-solutions-3-main-item .content-wrap {
    max-width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-solutions-3-main-item .content-wrap {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .txa-solutions-3-main-item .content-wrap {
    max-width: 100%;
    padding: 30px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-solutions-3-main-item .content-wrap {
    max-width: 100%;
    padding: 120px;
    clip-path: polygon(8% 0%, 100% 11%, 100% 78%, 0% 112%);
  }
}
.txa-solutions-3-main-item .content-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 7%;
  width: 50px;
  height: 50px;
  background: var(--txa-pr-3);
  clip-path: polygon(0% 0%, 0% 81%, 100% 0);
}

.txa-solutions-3-main-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-solutions-3-main-item .content-wrap {
  transform: translateX(0%);
  opacity: 1;
}

.txa-solutions-3-preview-slider {
  margin-top: -90px;
  padding-left: 0;
  padding-right: 0;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@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) {
  .txa-solutions-3-preview-slider {
    margin-top: -90px;
  }
}
@media (max-width: 767px) {
  .txa-solutions-3-preview-slider {
    margin-top: 0px;
  }
}

.txa-solutions-3-preview-item {
  background: transparent;
  border-radius: 30px 0px 30px 30px;
  position: relative;
  display: flex;
  padding: 40px 50px;
  position: relative;
  cursor: pointer;
  transition: 400ms ease-in-out;
}
.txa-solutions-3-preview-item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  border: 2px solid;
  border-color: transparent;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 30px 0 30px 30px;
  transition: 400ms ease-in-out;
  transition-delay: 0s;
}
.txa-solutions-3-preview-item .number-wrap {
  position: absolute;
  bottom: 10px;
  left: 3%;
  display: flex;
  align-items: end;
  gap: 30px;
  transition: 400ms ease-in-out;
}
.txa-solutions-3-preview-item .number-wrap .number {
  font-size: 140px;
  line-height: 1;
  opacity: 1;
  transition: 400ms ease-in-out;
}
.txa-solutions-3-preview-item .number-wrap .number span {
  display: inline-block;
  background-image: linear-gradient(var(--txa-pr-4), transparent);
  background-size: 100%, 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 400ms ease-in-out;
}
.txa-solutions-3-preview-item .number-wrap .line {
  width: 100%;
  height: 5px;
  display: block;
  background: transparent;
  border: 1px solid #000;
  border-radius: 5px;
  flex: 0 0 auto;
  transform: translateY(-26px);
  transition: 400ms ease-in-out;
}
.txa-solutions-3-preview-item .number {
  font-size: 90px;
  line-height: 1;
  display: inline-block;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px #000;
  opacity: 0;
  transition: 400ms ease-in-out;
}
.txa-solutions-3-preview-item .title {
  font-size: 35px;
  opacity: 0;
  transition: 400ms ease-in-out;
}
.txa-solutions-3-preview-item:hover {
  background: var(--txa-pr-3);
}
.txa-solutions-3-preview-item:hover .number {
  opacity: 1;
}
.txa-solutions-3-preview-item:hover .title {
  opacity: 1;
}
.txa-solutions-3-preview-item:hover .number-wrap {
  opacity: 0;
}
.txa-solutions-3-preview-item:hover::after {
  border-color: #000;
  height: 97%;
  transition-delay: 0.3s;
}

.txa-solutions-3-preview-slider .swiper-container .swiper-wrapper .swiper-slide {
  width: 390px;
}
.txa-solutions-3-preview-slider .swiper-container .swiper-wrapper .swiper-slide:nth-last-child(1) .txa-solutions-3-preview-item .number-wrap .line {
  display: none;
}
.txa-solutions-3-preview-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-thumb-active) .txa-solutions-3-preview-item {
  background: var(--txa-pr-3);
}
.txa-solutions-3-preview-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-thumb-active) .txa-solutions-3-preview-item .number {
  opacity: 1;
}
.txa-solutions-3-preview-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-thumb-active) .txa-solutions-3-preview-item .title {
  opacity: 1;
}
.txa-solutions-3-preview-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-thumb-active) .txa-solutions-3-preview-item .number-wrap {
  opacity: 0;
}
.txa-solutions-3-preview-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-thumb-active) .txa-solutions-3-preview-item .number-wrap .line {
  display: block;
}
.txa-solutions-3-preview-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-thumb-active) .txa-solutions-3-preview-item::after {
  border-color: #000;
  height: 97%;
  transition-delay: 0.3s;
}

.txa-progress-3-area {
  background-color: #000;
}

.txa-progress-3-left {
  padding-right: 50px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-progress-3-left {
    padding-right: 0px;
    margin-bottom: 160px;
  }
}
.txa-progress-3-left .il-1 {
  position: absolute;
  top: 20px;
  left: -90px;
  z-index: 2;
}
@media (max-width: 767px) {
  .txa-progress-3-left .il-1 {
    display: none;
  }
}
.txa-progress-3-left .il-2 {
  position: absolute;
  right: -70px;
  top: 80px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-progress-3-left .il-2 {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .txa-progress-3-left .il-2 {
    display: none;
  }
}

.txa-progress-3-img {
  width: 100%;
  height: 640px;
  overflow: hidden;
  border-radius: 250px;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .txa-progress-3-img {
    height: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-progress-3-img {
    height: 450px;
  }
}
.txa-progress-3-img .bg-shape {
  display: block;
  width: 100%;
  height: 90%;
  bottom: 0;
  left: 0;
  background: #EEF4FC;
  position: absolute;
  z-index: -1;
  border-radius: 250px;
}

.txa-progress-3-tabs-btn {
  background: #FFE1C5;
  border: 2px solid var(--txa-heading-3);
  border-radius: 135px;
  padding: 55px 55px;
  display: inline-block;
  box-shadow: 3.286px 6.181px 0px 0px var(--txa-pr-4)  !important;
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: 2;
}
.txa-progress-3-tabs-btn .nav-link {
  font-family: var(--txa-heading-3-font);
  color: var(--txa-heading-3);
  font-size: 20px;
  font-weight: 800;
  text-transform: capitalize;
  background: transparent;
  border: none;
  padding: 7px 0;
  position: relative;
}
.txa-progress-3-tabs-btn .nav-link::after {
  content: "";
  width: 0px;
  height: 1px;
  background: var(--txa-heading-3);
  position: absolute;
  top: 59%;
  left: 111%;
  transition: 500ms cubic-bezier(0.38, 0.56, 0.23, 0.97);
}
.txa-progress-3-tabs-btn .nav-link::before {
  content: "";
  width: 0px;
  height: 1px;
  background: var(--txa-pr-3);
  position: absolute;
  top: 68%;
  left: 111%;
  transition: 500ms cubic-bezier(0.38, 0.56, 0.23, 0.97);
}
.txa-progress-3-tabs-btn .nav-link:not(:last-child) {
  border-bottom: 2px solid var(--txa-heading-3);
}
.txa-progress-3-tabs-btn .nav-link:is(.active) {
  box-shadow: 0px 2px 0px 0px var(--txa-pr-4) !important;
}
.txa-progress-3-tabs-btn .nav-link:is(.active)::after {
  width: 60px;
}
.txa-progress-3-tabs-btn .nav-link:is(.active)::before {
  width: 60px;
}
.txa-progress-3-tabs-btn .nav-link:hover {
  box-shadow: 0px 2px 0px 0px var(--txa-pr-4) !important;
}

.txa-progress-3-right {
  padding-left: 10px;
}

.txa-progress-3-tabs-content .tab-pane .txa-section-title .txa-para-3 {
  max-width: 540px;
}
.txa-progress-3-tabs-content .tab-pane:is(.show) .txa-progress-3-counter .single-item::after {
  width: 80%;
}
.txa-progress-3-tabs-content .tab-pane:is(.show) .txa-progress-3-counter .secend-item::after {
  width: 70%;
}

.txa-progress-3-feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px 0;
  justify-items: left;
}
@media (max-width: 767px) {
  .txa-progress-3-feature {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-progress-3-feature {
    grid-template-columns: auto 1fr;
  }
}

.txa-progress-3-counter {
  margin-left: -48px;
}
.txa-progress-3-counter .single-item {
  position: relative;
  background: #fff;
  display: inline-block;
  padding: 10px 15px;
  padding-right: 50px;
  border-radius: 30px;
  transform: rotate(-90deg);
  z-index: 2;
  overflow: hidden;
}
.txa-progress-3-counter .single-item::after {
  width: 0%;
  height: 100%;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  background: var(--txa-pr-3);
  z-index: -1;
  transition: 1000ms cubic-bezier(0.38, 0.56, 0.23, 0.97);
}
.txa-progress-3-counter .secend-item {
  margin-left: -60px;
}
.txa-progress-3-counter .number {
  font-size: 24px;
  line-height: 1;
}
.txa-progress-3-counter .disc {
  font-size: 14px;
  line-height: 20px;
}

.txa-testimonial-3-area {
  padding-top: 120px;
  padding-bottom: 270px;
}

.txa-testimonial-3-img {
  display: grid;
  grid-template-columns: auto auto;
  justify-items: center;
  align-items: center;
  gap: 15px;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-testimonial-3-img {
    padding-right: 0px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .txa-testimonial-3-img {
    padding-right: 0px;
    margin-bottom: 50px;
    grid-template-columns: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-testimonial-3-img {
    padding-right: 0px;
    margin-bottom: 50px;
    grid-template-columns: auto auto;
  }
}
.txa-testimonial-3-img .img-item {
  width: 100%;
  height: 288px;
  box-shadow: 3.286px 6.181px 0px 0px rgb(20, 21, 21) !important;
  overflow: hidden;
  border: 2px solid var(--txa-heading-3);
}
.txa-testimonial-3-img .img-item-1 {
  border-radius: 190px 30px 30px 30px;
}
.txa-testimonial-3-img .img-item-2 {
  border-radius: 30px 155px 30px 30px;
  max-width: 180px;
  height: 185px;
  transform: translate(-25%, 25%);
}
@media (max-width: 767px) {
  .txa-testimonial-3-img .img-item-2 {
    transform: translate(0%, 0%);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-testimonial-3-img .img-item-2 {
    transform: translate(-25%, 25%);
  }
}
.txa-testimonial-3-img .img-item-3 {
  border-radius: 30px 30px 30px 155px;
  max-width: 180px;
  height: 185px;
  transform: translate(30%, -25%);
}
@media (max-width: 767px) {
  .txa-testimonial-3-img .img-item-3 {
    transform: translate(0%, 0%);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-testimonial-3-img .img-item-3 {
    transform: translate(30%, -25%);
  }
}
.txa-testimonial-3-img .img-item-4 {
  border-radius: 30px 30px 190px 30px;
}

.txa-testimonial-3-item .icon {
  font-size: 200px;
  line-height: 1;
  font-family: var(--txa-heading-3-font);
  font-style: italic;
  color: #EAF4FA;
  -webkit-text-stroke: 2px var(--txa-heading-3);
  text-shadow: 1.878px 3.532px 0px var(--txa-pr-4);
  margin-bottom: -90px;
}
.txa-testimonial-3-item .comment {
  font-size: 27px;
  line-height: 1.66;
  font-weight: 500;
  font-style: italic;
  color: #151f35;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .txa-testimonial-3-item .comment {
    font-size: 22px;
  }
}
.txa-testimonial-3-item .reating {
  font-size: 15px;
  font-weight: 500;
  color: #4f4f4f;
  display: block;
}

.txa-tesimonial-3-item-author {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.txa-tesimonial-3-item-author .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--txa-heading-3);
  box-shadow: 3.286px 6.181px 0px 0px rgb(20, 21, 21) !important;
  flex: 0 0 auto;
}
.txa-tesimonial-3-item-author .name {
  font-size: 22px;
}
.txa-tesimonial-3-item-author .bio {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  color: #4f4f4f;
  font-size: 15px;
}

.txa-testimonial-3-slider {
  position: relative;
}

.txa-t3-pagination-posi {
  position: absolute;
  right: 40px;
  bottom: -20px;
  display: inline-block;
  z-index: 1;
}

.txa-t3-pagination span {
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #fff;
  border: 1px solid;
  border-color: #CCCCCD;
}
.txa-t3-pagination span:is(.swiper-pagination-bullet-active) {
  border-color: #000;
  background: #EAF4FA;
  box-shadow: 1.878px 3.532px 0px 0px var(--txa-pr-4) !important;
}

.txa-cta-3-area {
  margin-top: -190px;
  position: relative;
  z-index: 2;
}

.txa-cta-3-wrap {
  background: #ffe1c5;
  border-radius: 30px;
  border: 2px solid var(--txa-heading-3);
  box-shadow: 3.286px 6.181px 0px 0px rgb(20, 21, 21) !important;
  padding: 100px 80px;
  display: grid;
  grid-template-columns: auto 1fr 0.7fr;
  align-items: center;
  gap: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-cta-3-wrap {
    padding: 100px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-cta-3-wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .txa-cta-3-wrap {
    padding: 50px 20px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-cta-3-wrap {
    padding: 100px 80px;
    grid-template-columns: 1fr;
  }
}
.txa-cta-3-wrap .main-img {
  max-width: 230px;
  height: 275px;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid var(--txa-heading-3);
  box-shadow: 3.286px 6.181px 0px 0px rgb(20, 21, 21) !important;
}
.txa-cta-3-wrap .contnet-wrap {
  padding-right: 65px;
  border-right: 1px solid #656565;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-cta-3-wrap .contnet-wrap {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .txa-cta-3-wrap .contnet-wrap {
    border-right: none;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-cta-3-wrap .contnet-wrap {
    border-right: none;
    padding-right: 65px;
  }
}
.txa-cta-3-wrap .disc {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #141515;
  margin-bottom: 35px;
}
.txa-cta-3-wrap .btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-cta-3-wrap .btn-wrap {
    align-items: flex-start;
  }
}
.txa-cta-3-wrap .btn-wrap a {
  width: 235px;
  text-align: center;
}

.txa-cta-group {
  display: flex;
  gap: 15px;
  align-items: center;
}
.txa-cta-group .img {
  flex: 0 0 auto;
}
.txa-cta-group .title {
  font-size: 17px;
  line-height: 20px;
}

.txa-socail-gallery-area .title {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  color: #000;
  margin-bottom: 30px;
}

.txa-socail-gallery-overflow {
  overflow: hidden;
}

.txa-socail-gallery-item-wrap {
  display: flex;
  gap: 15px;
  animation: txa-social-g-1 20s linear infinite;
}

.txa-socail-gallery-item {
  flex: 0 0 auto;
  width: 222px;
  height: 205px;
  border-radius: 30px;
  overflow: hidden;
}
.txa-socail-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.txa-socail-gallery-item:is(.sm-size) {
  width: 163px;
  height: 150px;
}
.txa-socail-gallery-item:is(.xs-size) {
  width: 130px;
  height: 160px;
}

@keyframes txa-social-g-1 {
  0% {
    translate: 0;
  }
  100% {
    translate: -100%;
  }
}
.txa-faq-3-area {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-faq-3-area {
    padding-top: 120px;
  }
}
.txa-faq-3-area::after {
  content: "";
  width: 100%;
  height: 90%;
  background: linear-gradient(147deg, rgb(217, 229, 255) 0%, rgb(243, 226, 254) 27%, rgb(255, 251, 211) 61%, rgb(221, 253, 212) 81%, rgb(187, 254, 212) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-faq-3-area::after {
    height: 100%;
  }
}
.txa-faq-3-area .container {
  position: relative;
  z-index: 2;
}
.txa-faq-3-area .txa-section-title {
  margin-bottom: -70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-faq-3-area .txa-section-title {
    margin-bottom: 50px;
  }
}
.txa-faq-3-area .txa-section-title .txa-para-3 {
  max-width: 540px;
}

.txa-faq-3 {
  border: 2px solid var(--txa-heading-3);
  box-shadow: 3.286px 6.181px 0px 0px rgb(20, 21, 21) !important;
  padding: 55px 55px;
  border-radius: 30px;
  background-color: #fff;
}
.txa-faq-3 .accordion-item {
  position: relative;
  background: transparent;
  border: none;
}
.txa-faq-3 .accordion-item:not(:last-child) {
  border-bottom: 1px solid #E7E7E7;
}
.txa-faq-3 .accordion-item .accordion-header {
  outline: none;
  box-shadow: none !important;
  position: relative;
  z-index: 1;
}
.txa-faq-3 .accordion-item .accordion-header .accordion-button {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  outline: none;
  box-shadow: none !important;
  transition: 400ms ease;
}
.txa-faq-3 .accordion-item .accordion-header .accordion-button .title {
  font-size: 27px;
  transition: 400ms ease;
}
.txa-faq-3 .accordion-item .accordion-header .accordion-button .icon {
  flex: 0 0 auto;
  font-size: 20px;
  color: var(--txa-heading-3);
  transition: 400ms ease;
}
.txa-faq-3 .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.txa-faq-3 .accordion-item .accordion-header .accordion-button:is(:not(.collapsed)) {
  background: transparent;
}
.txa-faq-3 .accordion-item .accordion-header .accordion-button:is(:not(.collapsed)) .icon i::before {
  content: "\f078";
}
.txa-faq-3 .accordion-item .accordion-body {
  position: relative;
  z-index: 1;
  padding: 0;
}
.txa-faq-3 .accordion-item .accordion-body .disc {
  color: #6e6e6e;
  font-weight: 500;
  padding-bottom: 20px;
}

.fullpage-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  display: none;
}
.fullpage-menu ::-webkit-scrollbar {
  display: none;
}

.fullpage-menu-inner {
  height: 100%;
  padding: 100px 60px;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .fullpage-menu-inner {
    padding: 100px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fullpage-menu-inner {
    padding: 100px 60px;
  }
}
.fullpage-menu-inner .menu-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.fullpage-menu-inner .menu-bg span {
  display: block;
  height: 33.334%;
  width: 0%;
  background-color: #000;
}

.fullpage-menu-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 30px;
}
.fullpage-menu-logo-wrap .menu-logo {
  transform: translate(-50px, 0px);
  opacity: 0;
}

.fullpage-menu-close {
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  transition: 400ms ease-in-out;
  transform: translate(50px, 0px);
  opacity: 0;
}
.fullpage-menu-close:hover {
  color: var(--txa-pr-3);
  transform: rotate(45deg);
}

.fullpage-content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 300px;
  align-items: self-start;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fullpage-content-wrap {
    gap: 50px 170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fullpage-content-wrap {
    gap: 50px 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fullpage-content-wrap {
    gap: 50px 60px;
  }
}
@media (max-width: 767px) {
  .fullpage-content-wrap {
    grid-template-columns: 1fr;
  }
}

.fullpage-menu-gellary {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fullpage-menu-gellary {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .fullpage-menu-gellary {
    grid-template-columns: 1fr 1fr;
  }
}
.fullpage-menu-gellary .item {
  position: relative;
  transition: 400ms;
  opacity: 0;
  height: 210px;
}
.fullpage-menu-gellary .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--txa-gd-1);
  opacity: 0;
}
.fullpage-menu-gellary .item:hover {
  opacity: 0.3;
}

.full-page-socail-link li {
  display: inline-block;
  transform: translateY(50px);
  opacity: 0;
}
.full-page-socail-link li:not(:last-child) {
  margin-right: 20px;
}
.full-page-socail-link li a {
  font-size: 30px;
  color: #bfbfbf;
}
.full-page-socail-link li a:hover {
  color: var(--txa-pr-3);
}

.mobile-main-navigation {
  width: 100%;
  transform: translateY(200px);
  opacity: 0;
}

.mobile-main-navigation .navbar-nav {
  width: 100%;
}

.mobile-main-navigation.dropdown:after {
  display: none;
}

.mobile-main-navigation .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  font-family: var(--txa-heading-3-font);
  color: #fff;
  display: block;
  font-weight: 400;
  font-size: 28px;
  text-transform: capitalize;
  padding: 10px 60px 10px 0 !important;
}
.mobile-main-navigation .navbar-nav li a:hover {
  color: var(--txa-pr-3);
}

.mobile-main-navigation {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile-main-navigation .navbar-nav li a:after {
  display: none;
}

.mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}

.mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 10px;
  line-height: 1;
}

.mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}

.mobile-main-navigation .navbar-nav .dropdown-menu li a {
  color: #fff;
  font-size: 22px;
}

.mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: var(--txa-pr-3);
  background-color: transparent;
}

.mobile-main-navigation .dropdown {
  position: relative;
}

.mobile-main-navigation .dropdown .dropdown-btn {
  color: #fff;
  position: absolute;
  top: 16px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}
.mobile-main-navigation .dropdown .dropdown-btn:hover {
  color: var(--txa-pr-3);
}

.mobile-main-navigation .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-search-bar {
  margin-bottom: 50px;
  position: relative;
  max-width: 42%;
  transform: translateY(200px);
  opacity: 0;
}
@media (max-width: 767px) {
  .mobile-search-bar {
    max-width: 100%;
  }
}
.mobile-search-bar input {
  border: none;
  outline: none;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #616161;
  background-color: transparent;
  padding: 0 20px;
}
.mobile-search-bar input::placeholder {
  color: #616161;
  font-size: 20px;
}
.mobile-search-bar button {
  top: 8px;
  right: 20px;
  color: #fff;
  padding: 0;
  height: 50px;
  border: none;
  position: absolute;
  background-color: transparent;
}
.mobile-search-bar button:hover {
  color: var(--txa-pr-3);
}

.popup-search-box {
  background-color: #030303;
  position: fixed;
  display: flex;
  left: 0;
  top: -100px;
  width: 100%;
  z-index: 5;
  height: 100vh;
  align-items: center;
  transform: scaleY(0);
  transition: 700ms ease-in-out;
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
}
.popup-search-box .title {
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .popup-search-box .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .popup-search-box .title {
    font-size: 36px;
  }
}
.popup-search-box-form {
  display: flex;
}
@media (max-width: 767px) {
  .popup-search-box-form {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .popup-search-box-form {
    flex-wrap: nowrap;
  }
}
.popup-search-box-form .popup-search-box-close-action-btn {
  height: 60px;
  width: 60px;
  font-size: 30px;
  border: none;
  outline: none;
  border-radius: 5px;
  margin-left: 25px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .popup-search-box-form .popup-search-box-close-action-btn {
    margin: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .popup-search-box-form .popup-search-box-close-action-btn {
    margin-left: 25px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.popup-search-box-form .popup-search-box-close-action-btn:hover {
  background-color: var(--h1-pr-color);
  border-color: transparent;
}
@media (max-width: 767px) {
  .popup-search-box {
    height: 100%;
    overflow-y: auto;
  }
}
.popup-search-box.active {
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.popup-search-box form {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .popup-search-box form {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .popup-search-box form {
    margin-bottom: 0px;
  }
}
.popup-search-box-input input {
  width: 100%;
  height: 60px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  padding: 0 30px;
  padding-right: 115px;
}
.popup-search-box-input input::placeholder {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 767px) {
  .popup-search-box-input input {
    width: 100%;
    background-color: transparent;
    opacity: 0.7;
  }
}
.popup-search-box button[type=submit] {
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  padding: 0 30px;
  background: transparent;
  color: white;
  font-size: 24px;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: none;
  border-top: none;
  border-bottom: none;
}
.popup-search-box button[type=submit]:hover {
  color: #fff;
  background-color: var(--h1-pr-color);
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: -20px;
  height: 80px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 0px 50px;
  z-index: 5;
  opacity: 1;
  visibility: visible;
  transition: all 300ms linear;
  background: var(--txa-pr-1);
  font-size: 20px;
  text-align: center;
  color: #fff;
  transform: translateY(80px);
}

.scroll-top-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8px;
  padding-top: 16px;
}
.scroll-top-wrap .icon-2 {
  font-size: 16px;
  position: absolute;
  left: 33%;
  bottom: 22%;
  transform: translate(-50%, -50%);
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.txa-home-3 .scroll-top {
  background: var(--txa-pr-3);
}
.txa-home-3 .scroll-top:hover {
  background: #000;
}

.txa-home-2 .scroll-top {
  background: var(--txa-pr-1);
}
.txa-home-2 .scroll-top:hover {
  background: #000;
}

.txa-home-1 .scroll-top {
  background: var(--txa-pr-1);
}
.txa-home-1 .scroll-top:hover {
  background: #000;
}

#tx-preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999999;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

@property --a {
  initial-value: 0deg;
  inherits: false;
  syntax: "<angle>";
}
@property --h {
  initial-value: 0;
  inherits: false;
  syntax: "<number>";
}
.tx-loader {
  padding: 1rem 3rem;
  font-family: monospace;
  font-weight: bold;
  color: #fff;
  border-style: solid;
  border-width: 1vmin;
  font-size: 2rem;
  --charge: hsl(var(--h, 0), 80%, 50%);
  -o-border-image: conic-gradient(var(--charge) var(--a), transparent calc(var(--a) + 0.5deg)) 30;
  border-image: conic-gradient(var(--charge) var(--a), transparent calc(var(--a) + 0.5deg)) 30;
  -webkit-animation: load 2s infinite ease-in-out;
  animation: load 2s infinite ease-in-out;
}

@-webkit-keyframes load {
  0%, 10% {
    --a: 0deg;
    --h: 0;
  }
  100% {
    --a: 360deg;
    --h: 100;
  }
}
@keyframes load {
  0%, 10% {
    --a: 0deg;
    --h: 0;
  }
  100% {
    --a: 360deg;
    --h: 100;
  }
}
/* BLOG CSS START */
.blog-page-item {
  overflow: hidden;
  border: 1px solid rgba(20, 21, 21, 0.15);
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  transition: 400ms cubic-bezier(0.17, 0.46, 0.55, 0.71);
}
.blog-page-item:not(:last-child) {
  margin-bottom: 30px;
}
.blog-page-item .main-img {
  border-radius: 20px;
  width: 100%;
  height: 333px;
  overflow: hidden;
}
.blog-page-item .main-img img {
  transform: rotateX(0deg) rotateY(0deg) scale(1);
  transition: 600ms cubic-bezier(0.17, 0.46, 0.55, 0.71);
}
.blog-page-item .meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 50px;
  padding: 21px 0;
  border-bottom: 1px solid rgba(20, 21, 21, 0.1);
  margin-bottom: 22px;
}
.blog-page-item .meta span {
  display: inline-block;
  text-transform: capitalize;
}
.blog-page-item .meta span i {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(2px);
}
.blog-page-item .title {
  font-size: 32px;
  line-height: 1.31;
  font-weight: 800;
  margin-bottom: 15px;
  transition: 400ms cubic-bezier(0.17, 0.46, 0.55, 0.71);
}
.blog-page-item .title:hover {
  color: var(--txa-pr-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-page-item .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-page-item .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .blog-page-item .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-page-item .title {
    font-size: 26px;
  }
}
.blog-page-item .disc {
  margin-bottom: 25px;
}
.blog-page-item .chy-pr-btn-1 {
  background: #5B5B5B;
  box-shadow: none !important;
}
.blog-page-item .chy-pr-btn-1::after {
  background: #fff;
}
.blog-page-item .chy-pr-btn-1:hover::after {
  background: var(--txa-gd-1);
}
.blog-page-item:hover {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15) !important;
}
.blog-page-item:hover .main-img img {
  transform: rotateX(15deg) rotateY(-15deg) scale(1.2);
}

.page-next-prev-btn button, .page-next-prev-btn span, .page-next-prev-btn a {
  height: 54px;
  width: 54px;
  display: inline-block;
  border: none;
  text-decoration: none;
  outline: none;
  border-radius: 50%;
  text-align: center;
  background-color: transparent;
  line-height: 54px;
  text-transform: uppercase;
  color: #555555;
  font-size: 20px;
  font-weight: 700;
  margin: 0 2px;
  margin-bottom: 10px;
  border: 1px solid rgba(22, 35, 43, 0.1);
  transition: 400ms ease-in-out;
}
.page-next-prev-btn button:hover, .page-next-prev-btn span:hover, .page-next-prev-btn a:hover {
  border-color: var(--txa-pr-1);
  color: var(--txa-pr-1);
}
.page-next-prev-btn button:is(.active), .page-next-prev-btn span:is(.active), .page-next-prev-btn a:is(.active) {
  background: var(--txa-gd-1);
  color: #fff;
}
.page-next-prev-btn span {
  padding: 0 18px;
}

.blog-page-2-item .chy-blog-1-item .title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.38;
}
@media (max-width: 767px) {
  .blog-page-2-item .chy-blog-1-item .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-page-2-item .chy-blog-1-item .title {
    font-size: 26px;
  }
}
.blog-page-2-item .chy-blog-1-item .main-img img {
  clip-path: unset;
}
.blog-page-2-item .chy-blog-1-item:hover .main-img img {
  clip-path: unset;
}

.blog-details-content .main-img {
  width: 100%;
  height: 420px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-details-content .main-img {
    height: 350px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-content .main-img {
    height: 420px;
  }
}
.blog-details-content .title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.19;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-content .title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .blog-details-content .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-content .title {
    font-size: 32px;
  }
}
.blog-details-content .subtitle {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.35;
  color: #0E191E;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content .subtitle {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-content .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .blog-details-content .subtitle {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-content .subtitle {
    font-size: 28px;
  }
}
.blog-details-content .disc {
  margin-bottom: 20px;
}
.blog-details-content .inner-div {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
}
@media (max-width: 767px) {
  .blog-details-content .inner-div {
    grid-template-columns: auto;
  }
}

.blog-details-content-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 50px;
  padding: 21px 0;
  border-bottom: 1px solid rgba(20, 21, 21, 0.1);
  margin-bottom: 22px;
}
.blog-details-content-meta span {
  display: inline-block;
  text-transform: capitalize;
}
.blog-details-content-meta span i {
  display: inline-block;
  margin-right: 5px;
  transform: translateY(2px);
}

.blog-details-blockquote-1 {
  background-color: #F8F5FE;
  color: #141515;
  font-family: var(--txa-heading-3-font);
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 32px;
  position: relative;
  padding: 30px;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 767px) {
  .blog-details-blockquote-1 {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-blockquote-1 {
    padding: 20px;
  }
}
.blog-details-blockquote-1 .author {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: var(--txa-pr-3);
  text-transform: uppercase;
  line-height: 30px;
  padding-left: 70px;
  margin-top: 14px;
}
.blog-details-blockquote-1 .author::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: var(--txa-pr-3);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.blog-details-blockquote-1 .icon {
  font-size: 120px;
  color: var(--txa-pr-3);
  line-height: 1;
  position: absolute;
  left: 20px;
  top: 0;
  opacity: 0.1;
}

.blog-details-content-list li {
  font-size: 18px;
  font-family: var(--txa-heading-3-font);
  color: #141515;
  line-height: 28px;
  font-weight: 400;
}
.blog-details-content-list li:not(:last-child) {
  margin-bottom: 15px;
}
.blog-details-content-list li i {
  margin-right: 6px;
  display: inline-block;
  transform: translateY(3px);
  color: var(--txa-pr-3);
}

.blog-details-tag-share-wrap {
  padding: 25px 0;
  border-top: 1px solid rgba(20, 21, 21, 0.1);
  border-bottom: 1px solid rgba(20, 21, 21, 0.1);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.blog-details-tag-share-wrap .title {
  font-size: 22px;
  display: inline-block;
  line-height: 26px;
  font-weight: 700;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .blog-details-tag-share-wrap .blog-details-tag {
    margin-bottom: 20px;
  }
}
.blog-details-tag-share-wrap .blog-details-tag a {
  background: #F8F8F9;
  color: #504E4E;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  padding: 7px 25px;
  transition: 300ms ease;
}
.blog-details-tag-share-wrap .blog-details-tag a:hover {
  background-color: var(--txa-pr-3);
  color: #000;
}
.blog-details-tag-share-wrap .blog-details-share a {
  display: inline-block;
  transition: 400ms;
}
.blog-details-tag-share-wrap .blog-details-share a:hover {
  scale: 1.03;
}

.blog-next-btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 50px 25px;
  background: #F8F8F9;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .blog-next-btn {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.blog-next-btn .btn-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-next-btn .btn-item:not(:last-child) {
  padding-right: 30px;
  border-right: 1px solid rgba(84, 86, 97, 0.08);
}
@media (max-width: 767px) {
  .blog-next-btn .btn-item:not(:last-child) {
    padding-right: 0px;
    border-right: 0px solid rgba(84, 86, 97, 0.08);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-next-btn .btn-item:not(:last-child) {
    padding-right: 30px;
    border-right: 1px solid rgba(84, 86, 97, 0.08);
  }
}
.blog-next-btn .btn-item:not(:first-child) {
  padding-left: 30px;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .blog-next-btn .btn-item:not(:first-child) {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-next-btn .btn-item:not(:first-child) {
    padding-left: 30px;
  }
}
.blog-next-btn .btn-item:not(:first-child) .content-wrap {
  text-align: right;
}
@media (max-width: 767px) {
  .blog-next-btn .btn-item {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-next-btn .btn-item {
    flex-wrap: nowrap;
  }
}
.blog-next-btn .main-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  flex: 0 0 auto;
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-next-btn .main-img {
    width: 80px;
    height: 80px;
  }
}
.blog-next-btn .main-img .arrow-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 30px;
  color: #fff;
  width: 52px;
  height: 52px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  transition: 400ms ease-in-out;
  z-index: 2;
}
.blog-next-btn .main-img::after {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(87deg, var(--txa-pr-4) 57.32%, #6934E9 97.15%);
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 400ms ease-in-out;
}
.blog-next-btn .main-img:hover .arrow-btn {
  background: #fff;
  color: var(--txa-pr-1);
}
.blog-next-btn .main-img:hover::after {
  opacity: 0.5;
}
.blog-next-btn .date {
  font-size: 14px;
  font-weight: 500;
  color: var(--txa-pr-1);
  text-transform: uppercase;
  line-height: 26px;
  margin-bottom: 5px;
}
.blog-next-btn .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.blog-next-btn .title:hover {
  color: var(--txa-pr-1);
}

.blog-details-comment-item {
  background: var(--txa-gd-1);
  border-radius: 5px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .blog-details-comment-item {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-comment-item {
    flex-wrap: nowrap;
  }
}

.blog-details-comment-item .img-wrap {
  flex: 0 0 auto;
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
}
.blog-details-comment-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-details-comment-item .name {
  font-size: 24px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 900;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
.blog-details-comment-item .comment-text {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  margin-bottom: 20px;
}
.blog-details-comment-item .social-link li {
  display: inline-block;
  margin-right: 10px;
}
.blog-details-comment-item .social-link li a {
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
.blog-details-comment-item .social-link li a:hover {
  color: var(--txa-pr-3);
}

.blog-details-comments-wrap .title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.27;
  margin-bottom: 20px;
}

.comments-box-single {
  display: flex;
  gap: 25px;
  padding: 30px 0;
  border-top: 1px solid rgba(20, 21, 21, 0.1);
}
@media (max-width: 767px) {
  .comments-box-single {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .comments-box-single {
    flex-wrap: nowrap;
  }
}
.comments-box-single:nth-last-child(1) {
  border-bottom: 1px solid rgba(20, 21, 21, 0.1);
}
.comments-box-single .person-img {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.comments-box-single .heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.comments-box-single .name {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 5px;
}
.comments-box-single .date {
  display: block;
  font-family: var(--txa-heading-3-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  color: #504E4E;
}
.comment-reply-link,
.comments-box-single .reply-btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  color: var(--txa-pr-3);
  transition: 400ms ease;
}
.comment-reply-link i,
.comments-box-single .reply-btn i {
  display: inline-block;
  margin-right: 5px;
}
.comment-reply-link:hover
.comments-box-single .reply-btn:hover {
  color: var(--txa-pr-3);
}
.comments-box-single .comment-text {
  width: 80%;
}

.blog-details-content .contact-form-wrap .btn-wrap {
  text-align: left;
}

.blog-details-title {
  font-family: var(--txa-heading-3-font);
  color: #111010;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 25px;
}

.blog-detalis-pera {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #606364;
  margin-bottom: 20px;
}

.blog-details-inner-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media (max-width: 767px) {
  .blog-details-inner-img {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-inner-img {
    grid-template-columns: 1fr 1fr;
  }
}
.blog-details-inner-img .img-item {
  width: 100%;
  height: 245px;
  border-radius: 10px;
  overflow: hidden;
}
.blog-details-inner-img .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-details-subtitle {
  font-size: 36px;
  font-weight: 900;
  color: #0E191E;
  line-height: 1.27;
  margin-bottom: 20px;
  font-family: var(--txa-heading-3-font);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-subtitle {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-subtitle {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .blog-details-subtitle {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-subtitle {
    font-size: 28x;
  }
}

.blog-details-post-next-btn {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid rgba(17, 16, 16, 0.1);
}
@media (max-width: 767px) {
  .blog-details-post-next-btn {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.blog-details-post-next-btn .next-prv-btn {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #0E191E;
  text-transform: uppercase;
  transition: 400ms ease;
}
.blog-details-post-next-btn .next-prv-btn i {
  margin: 0 5px;
}
.blog-details-post-next-btn .next-prv-btn:hover {
  color: var(--pr-ec4814);
}
/* BLOG CSS END */

/* SIDEBAR CSS START */
.sidebar-box-wrap {
  border-radius: 20px;
  background: #F8F8F9;
  padding: 25px 20px;
}

.sidebar-box-title {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.38;
  margin-bottom: 15px;
}

.sidebar-category {
  list-style: none;
}
.sidebar-category li a {
  overflow: hidden;
  z-index: 1;
  position: relative;
  font-family: var(--txa-heading-3-font);
  color: #141515;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 54px;
  padding: 18px 30px;
  transition: 400ms ease-in-out;
}
.sidebar-category li a .text {
  display: inline-block;
  margin-right: auto;
}
.sidebar-category li a .icon-1 {
  display: inline-block;
  line-height: 1;
  transition: 400ms;
  transform: translate(-20px, 2px);
  opacity: 0;
  color: #000;
}
.sidebar-category li a .number {
  display: inline-block;
  width: 44px;
  height: 44px;
  background: #F5EFFF;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  color: #000;
  transition: 400ms ease-in-out;
}
.sidebar-category li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: auto;
  bottom: 0;
  background: var(--txa-pr-3);
  width: 100%;
  height: 0%;
  border-radius: 54px;
  z-index: -1;
  transition: 400ms ease-in-out;
}
.sidebar-category li a:hover {
  color: #000;
}
.sidebar-category li a:hover::after {
  top: 0;
  height: 100%;
  bottom: auto;
}
.sidebar-category li a:hover .icon-1 {
  transform: translate(0px, 2px);
  opacity: 1;
}
.sidebar-category li a:hover .number {
  background: #fff;
}
.sidebar-category li:not(:last-child) {
  margin-bottom: 8px;
}
.sidebar-category:is(.has-number) li a {
  padding: 8px 10px;
  padding-left: 30px;
}

.sidebar-download li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar-download li a {
  font-family: var(--txa-heading-3-font);
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  text-transform: capitalize;
  background: #fff;
  align-items: center;
  padding: 5px 10px;
  padding-right: 20px;
  border-radius: 54px;
  transition: 400ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-download li a {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .sidebar-download li a {
    gap: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar-download li a {
    gap: 16px;
  }
}

.sidebar-download li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: auto;
  bottom: 0;
  background: var(--txa-pr-3);
  width: 100%;
  height: 0%;
  border-radius: 54px;
  z-index: -1;
  transition: 400ms ease-in-out;
}
.sidebar-download li a .text-wrap {
  margin-right: auto;
}
.sidebar-download li a .title {
  font-size: 18px;
  font-weight: 500;
  display: block;
  line-height: 26px;
  color: #141515;
  transition: 400ms ease-in-out;
}
.sidebar-download li a .kbs {
  display: block;
  color: #504E4E;
  font-size: 12px;
  font-weight: 500;
  transition: 400ms ease-in-out;
}
.sidebar-download li a .icon-1 {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  background: #141515;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 26px;
  color: #fff;
}
.sidebar-download li a .icon-2 {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  background: #FEEDE8;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 35px;
  color: #000;
}
.sidebar-download li a:hover .title {
  color: #000;
}
.sidebar-download li a:hover .kbs {
  color: #000;
}
.sidebar-download li a:hover::after {
  top: 0;
  height: 100%;
  bottom: auto;
}

.sidebar-search-box {
  position: relative;
}
.sidebar-search-box .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  border: none;
  outline: none;
  font-size: 20px;
  color: #000;
  background: var(--txa-pr-3);
  border-radius: 0 50px 50px 0;
  transition: 400ms ease;
}
.sidebar-search-box .search-btn:hover {
  color: var(--txa-h1-color);
}
.sidebar-search-box .search-input {
  background: #F1F1F8;
  border: none;
  outline: none;
  width: 100%;
  height: 60px;
  border-radius: 50px;
  font-family: var(--txa-heading-3-font);
  font-size: 18px;
  color: #504E4E;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 20px;
  padding-right: 80px;
}
.sidebar-search-box .search-input::placeholder {
  font-family: var(--txa-heading-3-font);
  font-size: 18px;
  color: #504E4E;
  font-weight: 400;
  text-transform: capitalize;
}

.latest-post-item {
  display: flex;
  align-items: center;
}
.latest-post-item:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(20, 21, 21, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .latest-post-item {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .latest-post-item {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest-post-item {
    flex-wrap: nowrap;
  }
}
.latest-post-item .img {
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.latest-post-item .img a {
  width: 100%;
  height: 100%;
}
.latest-post-item .content {
  padding: 10px 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .latest-post-item .content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .latest-post-item .content {
    padding: 10px 17px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest-post-item .content {
    padding: 10px 17px;
    padding-left: 10px;
  }
}
.latest-post-item .content .date {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 20px;
  margin-bottom: 8px;
}
.latest-post-item .content .date i {
  display: inline-block;
  margin-right: 3px;
  color: #F08441;
}
.latest-post-item .content .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.latest-post-item .content .title:hover {
  color: var(--txa-pr-3);
}

.sidebar-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.sidebar-tag a {
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
  color: #504E4E;
  padding: 7px 20px;
  transition: 400ms;
}
.sidebar-tag a:hover {
  background-color: var(--txa-pr-1);
  color: #fff;
}

/* SIDEBAR CSS END */

/* BREADCRUMB CSS START */

.breadcrumb-area {
  padding-top: 280px;
  padding-bottom: 220px;
}
.breadcrumb-title {
  font-size: 90px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-title {
    font-size: 50px;
  }
}
.breadcrumb-list a, .breadcrumb-list span {
  font-weight: 800;
  font-size: 20px;
  font-family: var(--txa-heading-3-font);
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.breadcrumb-list a {
  padding-right: 25px;
  position: relative;
  margin-right: 20px;
  transition: 400ms ease;
}
.breadcrumb-list a:hover {
  color: var(--txa-pr-3);
}
.breadcrumb-list a::after {
  content: "\f355";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  right: 3px;
  top: 53%;
  transform: translateY(-50%);
  font-size: 14px;
}
.breadcrumb-list a::before {
  content: "\f356";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  right: -15px;
  top: 53%;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--txa-pr-3);
}
.breadcrumb-list span {
  position: relative;
  text-transform: capitalize;
  color: var(--txa-pr-3);
}
.breadcrumb-list span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--clr-common-white);
  bottom: -2px;
  left: 0;
}

.breadcrumb-list {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 17px 30px;
  border: 1px solid var(--txa-pr-3);
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(7.5px);
}

.breadcrumb-wrap {
  position: relative;
  z-index: 1;
}

.has-breadcrumb-overlay {
  position: relative;
}
.has-breadcrumb-overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #141515;
  opacity: 0.8;
}
/* BREADCRUMB CSS END */

/* team progress start */
.team-details-person-skill .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 20px;
  font-family: var(--txa-heading-3-font);
}
.team-details-person-skill .progress-item .progress-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.team-details-person-skill .progress-item .progress-heading .title, .team-details-person-skill .progress-item .progress-heading span {
  color: #0E191E;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
}
.team-details-person-skill .progress-item .progress-heading span {
  color: var(---heading-2);
  font-family: var(--txa-heading-3-font);
  font-weight: 600;
}
.team-details-person-skill .progress-item .progress {
  height: 8px;
  border-radius: 4px;
  background-color: #F4EFFD;
}
.team-details-person-skill .progress-item .progress-bar {
  background: var(--txa-pr-3);
  width: 50%;
  position: relative;
}
.team-details-person-skill .progress-item .progress-bar::after {
  content: "";
  width: 8px;
  height: 20px;
  border-radius: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--txa-pr-4);
}
.team-details-person-skill .progress-item .progress-bar:is(.w-60) {
  width: 60%;
}
.team-details-person-skill .progress-item .progress-bar:is(.w-85) {
  width: 85%;
}
.team-details-person-skill .progress-item .progress-bar:is(.w-90) {
  width: 90%;
}
/* team progress end */

/* CONTACT PAGE CSS START  */
contact-form-2-wrap {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15) inset;
  padding: 42px 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-2-wrap {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .contact-form-2-wrap {
    margin-bottom: 50px;
    padding: 42px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-form-2-wrap {
    margin-bottom: 50px;
    padding: 42px 55px;
  }
}
.contact-form-2-wrap .title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.19;
  margin-bottom: 30px;
}

.contact-form-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 18px;
  grid-template-areas: "item-1 item-5" "item-2 item-5" "item-3 item-5" "item-4 item-4" "item-6 item-6";
}
@media (max-width: 767px) {
  .contact-form-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "item-1 " "item-2 " "item-3" "item-4" "item-5" "item-6";
  }
}
.contact-form-2 input, .contact-form-2 textarea, .contact-form-2 .option-selector {
  width: 100%;
  height: 62px;
  background: #F3F3F5;
  border: none;
  outline: none;
  border-radius: 50px;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 400;
  color: #504E4E;
  text-transform: capitalize;
}
.contact-form-2 input::placeholder, .contact-form-2 textarea::placeholder, .contact-form-2 .option-selector::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #504E4E;
  text-transform: capitalize;
}
.contact-form-2 textarea {
  padding: 16px 25px;
  height: 288px;
  border-radius: 15px;
}
.contact-form-2 .option-selector {
  display: flex;
  align-items: center;
}
.contact-form-2 label {
  display: block;
  font-size: 16px;
  color: #030617;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 26px;
  margin-bottom: 5px;
}
.contact-form-2 label span {
  color: #F08441;
}
.contact-form-2 .chy-pr-btn-1 {
  border: none;
  outline: none;
  box-shadow: none;
}
.contact-form-2 .item1 {
  grid-area: item-1;
}
.contact-form-2 .item2 {
  grid-area: item-2;
}
.contact-form-2 .item3 {
  grid-area: item-3;
}
.contact-form-2 .item4 {
  grid-area: item-4;
}
.contact-form-2 .item5 {
  grid-area: item-5;
}
.contact-form-2 .item6 {
  grid-area: item-6;
}

.contact-page-map {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 290px;
  overflow: hidden;
}
.contact-page-map .iframe {
  width: 100%;
  height: 100%;
}

.contact-page-contact-list .item:not(:last-child) {
  margin-bottom: 25px;
}
.contact-page-contact-list .item:nth-child(1) .icon {
  font-size: 25px;
}
.contact-page-contact-list .icon {
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  background: #f6f6f8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--txa-pr-3);
  font-size: 20px;
}
.contact-page-contact-list .title {
  font-size: 24px;
  line-height: 1.41;
  font-weight: 700;
}
.contact-page-contact-list .text {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  word-break: break-word;
}
.contact-page-contact-list .item {
  display: flex;
  gap: 15px;
}

.contact-page-social-link {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.contact-page-social-link li a {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid var(--txa-pr-3);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--txa-pr-3);
  font-size: 22px;
  transition: 400ms ease-in-out;
}
.contact-page-social-link li a:hover {
  background-color: var(--txa-pr-3);
  color: #000;
}
.border-left,
.contact-page-content .border-left {
  padding-left: 40px;
  position: relative;
}
.border-left::after,
.contact-page-content .border-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 100%;
  background: var(--txa-pr-3);
}

/* CONTACT PAGE CSS END */

/* PROJECT BOX CSS START */
.project-page-item {
  position: relative;
}
.project-page-item .main-img {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.project-page-item .main-img::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 65.82%);
}
@media (max-width: 767px) {
  .project-page-item .main-img {
    height: 430px;
  }
}
.project-page-item .number {
  display: inline-block;
  font-size: 120px;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 10px;
  color: #fff;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .project-page-item .number {
    font-size: 80px;
  }
}
.project-page-item .content-wrap {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 60px 15px;
}
.project-page-item .subtitle {
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  line-height: 26px;
  background: var(--txa-pr-3);
  color: #000;
  padding: 16px 30px;
  border-radius: 50px;
  margin-bottom: 7px;
}
.project-page-item .title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
  color: #fff;
}
.project-page-item .title:hover {
  color: var(--txa-pr-3);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-page-item .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .project-page-item .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-page-item .title {
    font-size: 34px;
  }
}
.project-page-item .btn-position {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-page-item .pp-btn {
  z-index: 1;
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  font-size: 70px;
  line-height: 150px;
  text-align: center;
  color: #fff;
  transition: 400ms ease-in-out;
}
.project-page-item .pp-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: var(--txa-pr-3);
  position: absolute;
  z-index: -1;
  transform: scale(0);
  opacity: 0;
  transition: 400ms ease-in-out;
}
.project-page-item .pp-btn:hover {
  border-color: transparent;
  color: #000;
}
.project-page-item .pp-btn:hover::after {
  opacity: 1;
  transform: scale(1);
}
.project-page-2-item {
  border-radius: 10px;
  border: 1px solid rgba(30, 54, 146, 0.5);
  padding: 20px;
  overflow: hidden;
  height: 450px;
  transition: 400ms cubic-bezier(0.44, 0.42, 0.06, 0.67);
}
.project-page-2-item .project-page-item {
  height: 100%;
}
.project-page-2-item .project-page-item .main-img {
  height: 100%;
  border-radius: 10px;
}
.project-page-2-item .project-page-item .pp-btn {
  width: 110px;
  height: 110px;
  border: 2px solid #fff;
  font-size: 50px;
  line-height: 120px;
}
.project-page-2-item .project-page-item .title {
  font-size: 30px;
}
@media (max-width: 767px) {
  .project-page-2-item .project-page-item .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-page-2-item .project-page-item .title {
    font-size: 22px;
  }
}
.project-page-2-item .project-page-item .content-wrap {
  padding: 16px 15px;
  bottom: -30%;
  transition: 600ms cubic-bezier(0.44, 0.42, 0.06, 0.67);
  opacity: 0;
  padding-bottom: 40px;
}
.project-page-2-item .project-page-item .subtitle {
  padding: 10px 30px;
}
.project-page-2-item .project-page-item .btn-position {
  top: 65%;
  opacity: 0;
  transition: 400ms cubic-bezier(0.44, 0.42, 0.06, 0.67);
}
.project-page-2-item .project-page-item .pp-btn:hover {
  border-color: transparent;
}
.project-page-2-item:hover {
  padding: 0;
}
.project-page-2-item:hover .project-page-item .btn-position {
  opacity: 1;
  top: 30%;
}
.project-page-2-item:hover .project-page-item .content-wrap {
  bottom: 0%;
  opacity: 1;
}
/* PROJECT BOX CSS END */
/*# sourceMappingURL=style.css.map */
