/*----------------------------------------------------

1. Global Area
2. Header Section

******* HOME PAGE 1 *******


=====================================================================*/
/*=========
Font load
===========*/
:root {
  --txt-body-font-1: "Inter", sans-serif;
  --txt-body-font-main: "Urbanist", sans-serif;
  --txt-heading-main: "Archivo", sans-serif;
  --txt-heading-3: "Lexend", sans-serif;
  --txt-heading-4: "Playfair Display", sans-serif;
  --txt-alt-font-1: "Kanit", sans-serif;
  --txt-alt-font-2: "Jost", sans-serif;
  --inter: var(--txt-body-font-1);
  --galada: "Galada", cursive;
  --lexend: "Lexend", sans-serif;
  --txt-title-color-1: #030617;
  --txt-body-color-1: #545661;
  --txt-gradient-1: linear-gradient(90deg, #5D56EF 0%, #F950BA 100%);
  --txt-gradient-2: linear-gradient(270deg, #0050FF 0%, #00E9CC 100%);
  --txt-gradient-3: linear-gradient(90deg, #8F73FF 0%, #4471FE 57.66%, #21D3FD 100%);
  --txt-main-color: #bee041;
  --txa-pr-1: #0F24DC;
  --txa-pr-2: #09009C;
  --txa-heading-1: #202020;
  --txa-para-1: #575555;
  --txa-cube-1: cubic-bezier(.51, .92, .24, 1.15);
}

.txt-why-choose-skill-4 .txt-why-choose-video-play .play-video,
.txt-blog-feed-item .blog-img .blog_video {
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.txt-testimonial-item-1 .testimonial-author span,
.txt-testimonial-slider-nav-1 .txt-testimonial-prev-1:hover,
.txt-testimonial-slider-nav-1 .txt-testimonial-next-1:hover {
  background: var(--txt-gradient-1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt-blog-item-4 .blog-text .txt-btn-4_2 a span,
.txt-blog-item-4 .blog-text .txt-btn-4_2 a i,
.testimonial-block_three-designation .txt-name,
.txt-about-video-4 .inner-text span,
.txt-about-cta-4 .inner-text span,
.txt-about-cta-4 .inner-icon i,
.txt-about-cta-list li i,
.txt-about-ft-item-4 .ft-icon i,
.txt-section-title-4 .subtitle {
  background: var(--txt-gradient-3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@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;
  background-color: #fff;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.txt-home-main {
  line-height: 1.5;
  font-family: var(--txt-heading-main);
}

.txt-home-main .container {
  max-width: 1280px;
}

.txt-home-2 {
  font-family: var(--txt-body-font-1);
}

.txt-home-2 .container {
  max-width: 1320px;
}

.txt-home-3 .container {
  max-width: 1320px;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.txt-home-3 {
  font-family: var(--txt-body-font-1);
}

.ul-li ul {
  margin: 0;
  padding: 0;
}

.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}

.ul-li-block ul li {
  display: block;
  list-style: none;
}

.txt-headline-3 h1,
.txt-headline-3 h2,
.txt-headline-3 h3,
.txt-headline-3 h4,
.txt-headline-3 h5,
.txt-headline-3 h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.18;
  font-family: var(--txt-heading-3);
}

.txt-headline-4 h1,
.txt-headline-4 h2,
.txt-headline-4 h3,
.txt-headline-4 h4,
.txt-headline-4 h5,
.txt-headline-4 h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.18;
  font-family: var(--txt-alt-font-1);
}

.txt-headline-m h1,
.txt-headline-m h2,
.txt-headline-m h3,
.txt-headline-m h4,
.txt-headline-m h5,
.txt-headline-m h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.18;
  font-family: var(--txt-heading-main);
}

#tx-preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999999;
  display: flex;
}

#tx-preloader:before,
#tx-preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#tx-preloader:after {
  bottom: 0;
  top: unset;
  right: 0;
}

#tx-preloader .loader_line {
  margin: auto;
  width: 250px;
  height: 2px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.loader_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0%;
  height: 2cqb;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  -o-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards;
}

.loader_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #999999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  -o-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

@keyframes lineheight {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
  }
}

.preloaded .loader_line:after {
  opacity: 0;
}

.preloaded .loader_line {
  opacity: 0;
  width: 100% !important;
}

.preloaded:before,
.preloaded:after {
  -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  -o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  animation: preloadedzero 300ms ease-in-out 500ms forwards;
}

@keyframes preloadedzero {
  0% {
    width: 50%;
  }

  100% {
    width: 0%;
  }
}

.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background: var(--txt-main-color);
}

.scrollup i {
  color: #000;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.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,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control {
  -webkit-box-shadow: none;
  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;
}

.tx-split-text .split-line {
  overflow: hidden;
}

.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 10px;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.splitting.txt.animated .char {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(10ms * var(--char-index));
  animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
  width: 5px;
}

.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;
  }
}

.txa-img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.txt-tab-btn .nav-tabs .nav-item.show .nav-link,
.txt-tab-btn .nav-tabs .nav-link.active,
.txt-tab-btn .nav-tabs .nav-link {
  border: none;
  padding-top: 0;
  padding-right: 0;
  border-radius: 0;
  margin-bottom: 0;
  cursor: pointer;
  background-color: transparent;
}

.txt-tab-btn .nav-tabs {
  border: none;
}

.txt-tab-btn .nav {
  display: inherit;
}


.txt-btn-m button {
  transition: .3s;
}
.tx-blogBtn,
.txt-btn-m button,
.txt-btn-m a
 {
  color: #2c2c2b;
  font-size: 17px;
  font-weight: 800;
  white-space: nowrap;
  border-radius: 60px;
  padding: 17px 30px;
  display: inline-block;
  border: 2px solid transparent;
  -webkit-box-shadow: 1.878px 3.532px 0px 0px rgba(190, 224, 65, 0.004);
  box-shadow: 1.878px 3.532px 0px 0px rgba(190, 224, 65, 0.004);
  background-color: var(--txt-main-color);
  text-transform: capitalize;
  font-family: var(--txt-heading-main);
}
.tx-blogBtn:hover,
.txt-btn-m button:hover,
.txt-btn-m a:hover
{
  color: #fff;
  background: transparent;
  -webkit-box-shadow: 0 4px 0 0 var(--txt-main-color);
  box-shadow: 0 4px 0 0 var(--txt-main-color);
  -webkit-transform: translateY(-0.375rem);
  transform: translateY(-0.375rem);
  border: 2px solid var(--txt-main-color);
}
.tx-blogBtn {
  padding: 14px 30px;
}
.tx-blogBtn:hover,
.txt-btn-m button:hover {
  color: #000;
}

.txt-btn-3 a {
  z-index: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  font-weight: 500;
  border-radius: 5px;
  position: relative;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 22px 35px 17px;
  background-color: #5939C6;
  font-family: var(--txt-heading-3);
}

.txt-btn-3 a:after {
  top: 18px;
  right: 45px;
  width: 22px;
  z-index: -1;
  content: "";
  height: 22px;
  position: absolute;
  border-radius: 100%;
  background-color: #321692;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.txt-btn-3 a i {
  font-size: 20px;
  line-height: 0.75;
  margin-left: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-btn-3 a:before {
  left: 10px;
  z-index: -2;
  width: 100%;
  content: "";
  opacity: 0.2;
  height: 100%;
  bottom: -10px;
  position: absolute;
  border-radius: 20px;
  background-color: rgba(48, 26, 99, 0.37);
}

.txt-btn-3 a:hover i {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.txt-btn-3 a:hover i:before {
  content: "\f153";
}

.txt-btn-3 a:hover:after {
  -webkit-transform: scale(25);
  transform: scale(25);
}

.txt-btn-4 {
  z-index: 1;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.txt-btn-4:before {
  top: -70px;
  z-index: -1;
  content: "";
  right: -10px;
  width: 180px;
  height: 180px;
  position: absolute;
  border-radius: 100%;
  border: 12px solid #fff;
  background: var(--txt-gradient-3);
}

.txt-btn-4 a {
  color: #030617;
  font-size: 23px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  font-family: var(--txt-alt-font-1);
}

.txt-btn-4 a:before {
  left: 0;
  bottom: 3px;
  width: 0%;
  height: 2px;
  content: "";
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--txt-title-color-1);
}

.txt-btn-4 a i {
  margin-left: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-btn-4 a:hover i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.txt-btn-4 a:hover:before {
  width: 95%;
}

.txt-btn-4_2 a {
  z-index: 1;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  font-weight: 500;
  padding: 17px 35px;
  position: relative;
  border-radius: 50px;
  display: inline-block;
  font-family: var(--txt-alt-font-1);
  background: var(--txt-gradient-3);
}

.txt-btn-4_2 a:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  content: "";
  border-radius: 50px;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: #4471FE;
}

.txt-btn-4_2 a i {
  margin-left: 20px;
  position: relative;
}

.txt-btn-4_2 a i:after {
  top: 1px;
  left: -12px;
  width: 1px;
  content: "";
  height: 15px;
  background: #fff;
  position: absolute;
}

.txt-btn-4_2 a:hover:before {
  width: 100%;
}

@media (max-width: 991px) {
  .txt-btn-3 a {
    padding: 15px 20px;
  }

  .txt-btn-3 a img {
    display: none;
  }

  .txt-btn-4 {
    padding-right: 0;
  }

  .txt-btn-4:before,
  .txt-btn-4:after {
    display: none;
  }

  .txt-btn-4 a {
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 40px;
    background: var(--txt-gradient-3);
  }

  .txt-btn-4 a:before {
    display: none;
  }
}
@keyframes txa-shake-up {
  0%, 50% {
    transform: translateY(5px);
  }
  30%, 100% {
    transform: translateY(0px);
  }
}
@keyframes txa-rotate {
  0%, 50% {
    transform: rotate(340deg);
  }
  30%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes txa-shake-left {
  0% {
    transform: scaleX(100%);
  }
  20% {
    transform: scaleX(105%);
  }
  40% {
    transform: scaleX(100%);
  }
  60% {
    transform: scaleX(105%);
  }
  100% {
    transform: scaleX(100%);
  }
}

.txa-pr-btn-2 {
  align-self: self-start;
  flex: 0 0 auto;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: var(--inter);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.05);
  padding: 19px 30px;
  transition: 400ms ease-in-out;
}
.txa-pr-btn-2 i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: var(--txa-pr-1);
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
  margin-left: 8px;
  transform: translateY(-1px) rotate(309deg);
  transition: 400ms ease-in-out;
}
.txa-pr-btn-2::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -7px;
  left: -7px;
  background-color: var(--txa-pr-1);
  border-radius: 5px;
  z-index: -2;
  transition: 400ms ease-in-out;
}
.txa-pr-btn-2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
  border-radius: 5px;
  z-index: -1;
  transition: 400ms ease-in-out;
}
.txa-pr-btn-2:hover {
  color: #fff;
}
.txa-pr-btn-2:hover i {
  background-color: #fff;
  color: #000;
}
.txa-pr-btn-2:hover::after {
  top: 0;
  left: 0;
}
.txa-pr-btn-2:hover::before {
  opacity: 0;
}

.txa-split-text {
  text-transform: unset !important;
  overflow: hidden;
}
.txa-split-text .split-line div div:nth-child(1) {
  text-transform: capitalize;
}

.txa-fix {
  overflow: hidden;
}

.txa-font-inter {
  font-family: var(--inter);
}

.txa-font-900 {
  font-weight: 900;
}

.txa-font-800 {
  font-weight: 800;
}

.txa-font-700 {
  font-weight: 700;
}

.txa-font-600 {
  font-weight: 600;
}

.txa-font-500 {
  font-weight: 500;
}

.txa-font-white {
  color: #fff;
}

.txa-lh-1 {
  line-height: 1;
  display: inline-block;
  transform: translateY(3px);
}

.txa-heading-1 {
  color: var(--txa-heading-1);
  font-family: var(--inter);
}

.txa-subtitle-1 {
  font-family: var(--galada);
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--txa-pr-1);
  position: relative;
  padding-left: 90px;
  margin-bottom: 20px;
  display:inline-block;
}
.txa-subtitle-1::after {
  content: "";
  width: 80px;
  height: 1.5px;
  background-color: var(--txa-pr-1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.txa-subtitle-1:is(.has-center) {
  display: inline-block;
  padding-left: 0px;
}
.txa-subtitle-1:is(.has-center)::before {
  content: "";
  width: 80px;
  height: 1.5px;
  background-color: var(--txa-pr-1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 105%;
}
@media (max-width: 767px) {
  .txa-subtitle-1:is(.has-center)::before {
    width: 30px;
  }
}
.txa-subtitle-1:is(.has-center)::after {
  left: unset;
  right: 105%;
}
@media (max-width: 767px) {
  .txa-subtitle-1:is(.has-center)::after {
    width: 30px;
  }
}
.txa-subtitle-1:is(.has-white) {
  color: #fff;
}
.txa-subtitle-1:is(.has-white)::after {
  background-color: #fff;
}

.txa-title-1 {
  font-family: var(--inter);
  line-height: 1.18;
  text-transform: capitalize;
  font-weight: 800;
  font-size: 54px;
  color: var(--txa-heading-1);
  margin-bottom: 25px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .txa-title-1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .txa-title-1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-title-1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-title-1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .txa-title-1 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-title-1 {
    font-size: 30px;
  }
}
.txa-title-1:is(.has-white) {
  color: #fff;
}

.txa-para-1 {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--inter);
  color: var(--txa-para-1);
  margin-bottom: 0px;
}
.txa-para-1:is(.has-white) {
  color: #fff;
}
.txt-section-title-m .subtitle {
  color: #262524;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 5px;
  font-family: var(--txt-heading-main);
}

.txt-section-title-m .section_title {
  color: #262524;
  font-size: 55px;
  font-weight: 900;
}

.txt-section-title-m p {
  padding-top: 15px;
  font-family: var(--txt-heading-main);
}

.txt-section-title-m.text-center {
  margin: 0 auto;
  max-width: 800px;
}

.txt-section-title-3 .subtitle {
  color: #5939C6;
  font-size: 14px;
  padding: 6px 20px;
  border-radius: 50px;
  margin-bottom: 15px;
  display: inline-block;
  font-family: var(--txt-heading-2);
  background: rgba(89, 57, 198, 0.07);
}

.txt-section-title-3 .subtitle img {
  margin-right: 8px;
}

.txt-section-title-3 .sec_title {
  font-size: 56px;
  font-weight: 700;
  color: var(--txt-title-color-1);
}

.txt-section-title-3 p {
  padding-top: 20px;
}

.txt-section-title-3.color-white .sec_title,
.txt-section-title-3.color-white p {
  color: #fff;
}

.txt-section-title-4 .subtitle {
  font-weight: 600;
  margin-bottom: 12px;
  display: inline-block;
  letter-spacing: 1.8px;
  font-family: var(--txt-alt-font-1);
}

.txt-section-title-4 .subtitle img {
  margin-right: 10px;
}

.txt-section-title-4 .section_title {
  font-size: 56px;
  font-weight: 600;
}

.txt-section-title-4 p {
  padding-top: 25px;
}

.txt-section-title-4.text-center {
  margin: 0 auto;
  max-width: 730px;
}

.txt-section-title-4.color-white .section_title,
.txt-section-title-4.color-white p {
  color: #fff;
}

@media (max-width: 1280px) {
  .txt-section-title-m .section_title {
    font-size: 45px;
  }

  .txt-section-title-4 .section_title {
    font-size: 45px;
  }
}

@media (max-width: 1200px) {
  .txt-section-title-3 .sec_title {
    font-size: 42px;
  }

  .txt-section-title-4 .section_title {
    font-size: 42px;
  }
}

@media (max-width: 1024px) {
  .txt-section-title-3 .sec_title {
    font-size: 38px;
  }

  .txt-section-title-m .section_title {
    font-size: 40px;
  }

  .txt-section-title-4 .section_title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .txt-section-title-3 .sec_title {
    font-size: 34px;
  }

  .txt-section-title-m .section_title {
    font-size: 35px;
  }

  .txt-btn-m a {
    padding: 14px 20px;
  }

  .txt-section-title-4 .section_title {
    font-size: 35px;
  }
}

@media (max-width: 480px) {
  .txt-section-title-3 .sec_title {
    font-size: 30px;
  }

  .txt-section-title-m .section_title {
    font-size: 30px;
  }
}

.txt-header-section {
  left: 0;
  top: 20px;
  width: 100%;
  z-index: 100;
  position: absolute;
}

.txt-header-section .navbar-nav {
  display: inherit;
}

.txt-header-section .dropdown {
  position: relative;
}

.txt-header-section .dropdown:after {
  top: 1px;
  right: -15px;
  content: "\f107";
  font-size: 14px;
  font-weight: 700;
  font-weight: 900;
  position: absolute;
  color: var(--txt-title-color-1);
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.header_type_four .dropdown:after,
.header_type_three .dropdown:after
{
  top: 5px
}

.txt-header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: perspective(500px) rotateX(0deg);
  -khtml-transform: perspective(500px) rotateX(0deg);
  transform: perspective(500px) rotateX(0deg);
}

.txt-header-section .dropdown:hover:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: var(--txt-main-color);
}

.txt-header-section .dropdown-menu {
  left: 0;
  top: 47px;
  z-index: 100;
  margin: 0px;
  padding: 20px 0;
  height: auto;
  min-width: 230px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #fff;
  border-radius: 2px;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: perspective(500px) rotateX(-20deg) scaleY(0);
  transform: perspective(500px) rotateX(-20deg) scaleY(0);
}

.txt-header-section .dropdown-menu .dropdown-menu {
  top: 30px;
  left: 100%;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
}

.txt-header-section .dropdown-menu .dropdown-menu a {
  font-size: 14px;
  font-weight: 400;
}

.txt-header-section .dropdown-menu li {
  display: block;
  margin: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.txt-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}

.txt-header-section .dropdown-menu li:before {
  display: none;
}

.txt-header-section .dropdown-menu li:after {
  top: 8px;
  right: 15px;
  font-size: 16px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.txt-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
}

.txt-header-section .dropdown-menu a {
  margin: 0px 30px;
  position: relative;
  display: inline-block;
  padding: 5px 0px !important;
  color: var(--txt-title-color-1) !important;
  font-weight: 400 !important;
  font-size: 17px !important;
}

.txt-header-section .dropdown-menu a:before {
  left: -12px;
  top: 12px;
  width: 10px;
  content: "";
  height: 10px;
  position: absolute;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  background-color: var(--txt-main-color);
  -webkit-clip-path: polygon(0 0, 0% 100%, 0 50%);
  clip-path: polygon(0 0, 0% 100%, 0 50%);
}

.txt-header-section .dropdown-menu a:after {
  left: 0;
  right: 0;
  width: 0%;
  height: 1px;
  bottom: 5px;
  content: "";
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--txt-title-color-1);
}

.txt-header-section .dropdown-menu a:hover {
  margin-left: 40px;
}

.txt-header-section .dropdown-menu a:hover:before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.txt-header-section .dropdown-menu a:hover:after {
  width: 100%;
}

.txt-header-section .txt-navbar_options {
  display: none;
}

.txt-header-section .txt-navbar_options button {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.txt-header-section .txt-navbar_options button i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--txt-main-color);
}

.txt-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
  position: fixed;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.txt-header-section.header_type_main.sticky-on {
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.03);
}

.txt-header-section.header_type_main.sticky-on .txt-header-top {
  display: none !important;
}

.txt-header-section.header_type_main .txt-header-top {
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1180px;
  padding: 10px 30px;
  border-radius: 25px;
  background-color: #272e39;
}

.txt-header-section.header_type_main .txt-header-top:before {
  top: 0;
  right: 0;
  content: "";
  z-index: -1;
  width: 240px;
  height: 100%;
  position: absolute;
  background-color: #1f2631;
}

.txt-header-section.header_type_main .txt-header-top .top-menu li {
  margin: 0px 15px;
  position: relative;
}

.txt-header-section.header_type_main .txt-header-top .top-menu li:before {
  top: 50%;
  width: 6px;
  height: 2px;
  right: -20px;
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.txt-header-section.header_type_main .txt-header-top .top-menu li a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.txt-header-section.header_type_main .txt-header-top .top-menu li a:hover {
  color: var(--txt-main-color);
}

.txt-header-section.header_type_main .txt-header-top .top-menu li:last-child:before {
  display: none;
}

.txt-header-section.header_type_main .txt-header-top .top-cta li {
  margin-left: 105px;
}

.txt-header-section.header_type_main .txt-header-top .top-cta li a {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  font-family: var(--txt-heading-main);
}

.txt-header-section.header_type_main .txt-header-top .top-cta li a:hover {
  color: var(--txt-main-color);
}

.txt-header-section.header_type_main .txt-header-top .top-cta li a i {
  font-size: 15px;
  margin-right: 5px;
}

.txt-header-section.header_type_main .txt-header-top .top-cta li:first-child {
  margin-left: 0;
}

.txt-header-section.header_type_main .txt-header-menu-wrap {
  border-radius: 100px;
  background-color: #fff;
  padding: 20px 20px 20px 35px;
}

.txt-header-section.header_type_main .main-navigation li {
  margin: 0px 26px;
  position: relative;
}

.txt-header-section.header_type_main .main-navigation li:before {
  top: 3px;
  right: -28px;
  width: 1px;
  height: 18px;
  content: "";
  position: absolute;
  background-color: #ececec;
}

.txt-header-section.header_type_main .main-navigation li:last-child:before {
  display: none;
}

.txt-header-section.header_type_main .main-navigation li a {
  color: #2c2c2b;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 40px;
  font-family: var(--txt-heading-main);
}

.txt-header-section.header_type_main .main-navigation li:hover a {
  color: var(--txt-main-color);
}

.txt-header-section.header_type_main .txt-header-search-cta {
  gap: 50px;
  margin-left: 20px;
}

.txt-header-section.header_type_main .txt-header-search button {
  padding: 0;
  border: none;
  color: #2c2c2b;
  font-size: 19px;
  font-weight: 600;
  background-color: transparent;
  font-family: var(--txt-heading-main);
}

.txt-header-section.header_type_main .txt-header-search button i {
  font-size: 16px;
}

.txt-header-section.header_type_main .header-cta-btn a {
  color: #2c2c2b;
  font-size: 17px;
  font-weight: 800;
  white-space: nowrap;
  border-radius: 60px;
  padding: 17px 30px;
  display: inline-block;
  border: 2px solid transparent;
  background-color: var(--txt-main-color);
  font-family: var(--txt-heading-main);
}

.txt-header-section.header_type_main .header-cta-btn a:hover {
  background-color: transparent;
  border: 2px solid var(--txt-main-color);
}

.txt-header-section.header_type_three .dropdown-menu {
  top: 55px;
}

.txt-header-section.header_type_three .dropdown:after {
  color: #fff;
}

.txt-header-section.header_type_three .header-top-cta {
  width: 100%;
  max-width: 1063px;
  padding: 12px 35px;
  background-color: #030617;
  border-radius: 10px 10px 0px 0px;
}

.txt-header-section.header_type_three .header-top-cta .top-cta li {
  margin-right: 20px;
}

.txt-header-section.header_type_three .header-top-cta .top-cta li,
.txt-header-section.header_type_three .header-top-cta .top-cta li a {
  color: #fff;
  font-size: 12px;
}

.txt-header-section.header_type_three .header-top-cta .top-cta li i {
  margin-right: 5px;
}

.txt-header-section.header_type_three .header-top-cta .top-social span {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.txt-header-section.header_type_three .header-top-cta .top-social a {
  color: #fff;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  margin-left: 10px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.txt-header-section.header_type_three .header-top-cta .top-social a:hover {
  color: #030617;
  background-color: #fff;
}

.txt-header-section.header_type_three .txt-header-content {
  padding-right: 35px;
  background-color: #5939C6;
  border-radius: 10px 0px 10px 10px;
}

.txt-header-section.header_type_three .brand-logo {
  height: 80px;
  width: 228px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px 0px 30px 10px;
  background-color: var(--txt-title-color-1);
}

.txt-header-section.header_type_three .main-navigation li {
  z-index: 1;
  margin: 0px 25px;
  position: relative;
  font-family: var(--txt-alt-font-1);
}

.txt-header-section.header_type_three .main-navigation li a {
  color: #fff;
  position: relative;
}

.txt-header-section.header_type_three .main-navigation li a:before {
  top: 2px;
  left: 0px;
  z-index: -1;
  opacity: 0;
  width: 28px;
  content: "";
  height: 28px;
  visibility: hidden;
  position: absolute;
  border-radius: 100%;
  background: #321692;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-header-section.header_type_three .main-navigation li .dropdown-menu li a:before {
  top: 15px;
  width: 8px;
  left: -10px;
  height: 10px;
  border-radius: 0;
}

.txt-header-section.header_type_three .main-navigation li:hover a:before {
  left: -8px;
  opacity: 1;
  visibility: visible;
}

.txt-header-section.header_type_three .txt-btn-3 a {
  padding: 20px 35px 15px;
  background-color: #321692;
}

.txt-header-section.header_type_three .txt-btn-3 a:after {
  background-color: #7b65c7;
}

.txt-header-section.header_type_three .txt-heade-action {
  gap: 20px;
}

.txt-header-section.header_type_three .txt-navbar_options button {
  color: #fff;
}

.txt-header-section.header_type_three .txt-navbar_options button i {
  color: #fff;
}

.txt-header-section.header_type_three.sticky-on .header-top-cta {
  display: none !important;
}

.txt-header-section.header_type_three.sticky-on .brand-logo {
  border-top-left-radius: 0;
}

.txt-header-section.header_type_four {
  top: 0;
}

.txt-header-section.header_type_four .dropdown:hover:after {
  color: #030617;
}

.txt-header-section.header_type_four .txt-header-top-content {
  padding: 10px 32px;
  background: var(--txt-gradient-3);
}

.txt-header-section.header_type_four .txt-header-top-content .header-top-cta .top-cta li {
  margin-right: 35px;
}

.txt-header-section.header_type_four .txt-header-top-content .header-top-cta .top-cta li,
.txt-header-section.header_type_four .txt-header-top-content .header-top-cta .top-cta li a
{
  color: #fff;
  font-size: 14px;
}

.txt-header-section.header_type_four .txt-header-top-content .header-top-cta .top-cta li i {
  margin-right: 8px;
}

.txt-header-section.header_type_four .txt-header-top-content .header-top-cta .top-cta li:last-child {
  margin-right: 0;
}

.txt-header-section.header_type_four .txt-header-top-content .header-top-cta .top-social span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}

.txt-header-section.header_type_four .txt-header-top-content .header-top-cta .top-social a {
  color: #fff;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-left: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.txt-header-section.header_type_four .txt-header-top-content .header-top-cta .top-social a:hover {
  color: #000;
  background-color: #fff;
}

.txt-header-section.header_type_four .txt-header-content {
  background: #FFF;
  padding: 13px 30px;
  border-left: 1px solid #8F73FF;
  border-radius: 0px 0px 20px 20px;
  border-right: 1px solid #8F73FF;
  border-bottom: 1px solid #8F73FF;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}

.txt-header-section.header_type_four .main-navigation li {
  z-index: 1;
  margin: 0px 25px;
  position: relative;
  font-family: var(--txt-alt-font-1);
}

.txt-header-section.header_type_four .main-navigation li a {
  color: #030617;
  position: relative;
}

.txt-header-section.header_type_four .main-navigation li a:before {
  top: 2px;
  left: 0px;
  z-index: -1;
  opacity: 0;
  width: 28px;
  content: "";
  height: 28px;
  visibility: hidden;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--txt-gradient-3);
}

.txt-header-section.header_type_four .main-navigation li:hover a:before {
  left: -8px;
  opacity: 1;
  visibility: visible;
}

.txt-header-section.header_type_four .main-navigation .dropdown-menu li a:before {
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 0;
}

.txt-header-section.header_type_four .main-navigation .dropdown-menu li:hover a:before {
  left: -12px;
}

.txt-header-section.header_type_four .header-cta-seacrh {
  gap: 35px;
}

.txt-header-section.header_type_four .header-cta-seacrh .search-btn_3 button {
  padding: 0;
  width: 48px;
  height: 48px;
  border: none;
  color: #8F73FF;
  border-radius: 100%;
  border: 1.5px solid #4471FE;
  background: -webkit-gradient(linear, left top, right top, from(rgba(143, 115, 255, 0.2)), color-stop(45.27%, rgba(83, 71, 255, 0.2)), color-stop(57.66%, rgba(68, 113, 254, 0.2)), to(rgba(33, 211, 253, 0.2)));
  background: linear-gradient(90deg, rgba(143, 115, 255, 0.2) 0%, rgba(83, 71, 255, 0.2) 45.27%, rgba(68, 113, 254, 0.2) 57.66%, rgba(33, 211, 253, 0.2) 100%);
}

.txt-header-section.header_type_four .header-cta-seacrh .cta-btn a {
  z-index: 1;
  color: #8f73ff;
  overflow: hidden;
  font-size: 16px;
  padding: 12px 25px;
  position: relative;
  border-radius: 40px;
  display: inline-block;
  font-family: var(--txt-heading-3);
  border: 1.5px solid #8F73FF;
}

.txt-header-section.header_type_four .header-cta-seacrh .cta-btn a i {
  color: #8f73ff;
  margin-left: 20px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-header-section.header_type_four .header-cta-seacrh .cta-btn a i:after {
  top: 0;
  left: -12px;
  width: 1px;
  content: "";
  height: 16px;
  position: absolute;
  background-color: #8f73ff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-header-section.header_type_four .header-cta-seacrh .cta-btn a:before {
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 0%;
  border-radius: 40px;
  position: absolute;
  background: #8f73ff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-header-section.header_type_four .header-cta-seacrh .cta-btn a:hover {
  color: #fff;
}

.txt-header-section.header_type_four .header-cta-seacrh .cta-btn a:hover:before {
  height: 100%;
}

.txt-header-section.header_type_four .header-cta-seacrh .cta-btn a:hover i {
  color: #fff;
}

.txt-header-section.header_type_four .header-cta-seacrh .cta-btn a:hover i:after {
  background-color: #fff;
}

.txt-header-section.header_type_four .txt-navbar_options button i {
  color: #4471FE;
}

/*// Search style*/
/*----------------------------------------------------*/
.search-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  background-color: rgba(0, 0, 0, 0.85);
}

.search-body.search-open {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.search-body .search-form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-body .search-form .search-form-area {
  width: 100%;
  z-index: 9991;
  max-width: 600px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.search-body .search-form input {
  width: 100%;
  color: #000;
  height: 60px;
  border: none;
  padding: 0px 30px;
  background-color: #fff;
}

.search-body .search-form input::-webkit-input-placeholder {
  color: #000;
  font-weight: 500;
}

.search-body .search-form input::-moz-placeholder {
  color: #000;
  font-weight: 500;
}

.search-body .search-form input:-ms-input-placeholder {
  color: #000;
  font-weight: 500;
}

.search-body .search-form input::-ms-input-placeholder {
  color: #000;
  font-weight: 500;
}

.search-body .search-form input::placeholder {
  color: #000;
  font-weight: 500;
}

.search-body .search-form button {
  top: 0;
  right: 0;
  color: #000;
  border: none;
  width: 120px;
  height: 60px;
  position: absolute;
  background: var(--txt-main-color);
}

.search-body .outer-close {
  top: 40px;
  right: 55px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  line-height: 50px;
  border-radius: 3px;
  position: absolute;
  background-color: var(--txt-main-color);
}

.search-body .outer-close i {
  color: #000;
}

.search-open {
  opacity: 1;
  visibility: visible;
}

.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #0f0d0d;
  padding: 20px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.mobile_menu_content .mobile-main-navigation {
  width: 100%;
  margin-bottom: 40px;
}

.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}

.mobile_menu_content .dropdown:after {
  display: none;
}

.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.mobile_menu_content .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_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--heading);
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
}

.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_content .txt-mobile-header-social {
  margin-top: 40px;
}

.mobile_menu_content .txt-mobile-header-social a {
  color: #fff;
  margin: 0px 8px;
}

.mobile_menu_content .txt-mobile-header-social a:hover {
  color: var(--txt-main-color);
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  right: 0px;
  top: -30px;
  z-index: 5;
  color: #fff;
  display: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 38px;
  position: absolute;
  text-align: center;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}

.mobile_menu .mobile-main-navigation .dropdown>.dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 10px;
  line-height: 1;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  color: #fff !important;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: var(--base-color);
  background-color: transparent;
}

.mobile_menu .dropdown {
  position: relative;
}

.mobile_menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}

.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile_menu .mobile_menu_close {
  top: 25px;
  right: 25px;
  cursor: pointer;
  color: #d60606;
  font-size: 20px;
  position: absolute;
}

.mobile_menu .mobile-search-bar {
  margin-bottom: 40px;
}

.mobile_menu .mobile-search-bar input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #616161;
  background-color: transparent;
}

.mobile_menu .mobile-search-bar input::-webkit-input-placeholder {
  color: #616161;
}

.mobile_menu .mobile-search-bar input::-moz-placeholder {
  color: #616161;
}

.mobile_menu .mobile-search-bar input:-ms-input-placeholder {
  color: #616161;
}

.mobile_menu .mobile-search-bar input::-ms-input-placeholder {
  color: #616161;
}

.mobile_menu .mobile-search-bar input::placeholder {
  color: #616161;
}

.mobile_menu .mobile-search-bar button {
  top: 0;
  right: 0;
  color: #fff;
  padding: 0;
  height: 50px;
  border: none;
  position: absolute;
  background-color: transparent;
}

.mobile_menu .bi-mobile-header-social {
  margin-top: 40px;
}

.mobile_menu .bi-mobile-header-social a {
  color: #fff;
  margin: 0px 8px;
  font-size: 15px;
}

.mobile_menu .bi-mobile-header-social a:hover {
  color: var(--base-color);
}

@media (max-width: 1500px) {
  .txt-header-section.header_type_three .main-navigation li {
    margin: 0px 18px;
  }
}

@media (max-width: 1365px) {
  .txt-header-section.header_type_three .main-navigation li {
    margin: 0px 18px;
  }

  .txt-header-section.header_type_three .header-top-cta {
    max-width: 100%;
  }

  .txt-header-section.header_type_three .txt-header-content {
    border-top-left-radius: 0;
  }
}

@media (max-width: 1280px) {
  .txt-header-section.header_type_main .main-navigation li {
    margin: 0px 18px;
  }

  .txt-header-section.header_type_main .main-navigation li:before {
    right: -20px;
  }
}

@media (max-width: 1170px) {
  .txt-header-section.header_type_main .txt-header-search-cta {
    gap: 20px;
  }

  .txt-header-section.header_type_main .main-navigation li {
    margin: 0px 12px;
  }

  .txt-header-section.header_type_main .main-navigation li:before {
    display: none;
  }

  .txt-header-section.header_type_main .txt-header-menu-wrap {
    padding: 20px 15px 20px 15px;
  }
}

@media (max-width: 1170px) {
  .txt-header-section.header_type_three .txt-btn-3 a:after {
    top: 14px;
    right: 29px;
  }
}

@media (max-width: 1050px) {
  .txt-header-section.header_type_main .header-cta-btn a {
    padding: 15px 20px;
  }
}

@media (max-width: 1024px) {
  .txt-header-section.header_type_main .main-navigation li {
    margin: 0px 12px;
  }

  .txt-header-section.header_type_main .txt-header-search button {
    font-size: 16px;
  }

  .txt-header-section.header_type_main .brand-logo {
    max-width: 120px;
  }
}

@media (max-width: 991px) {
  .txt-header-section.header_type_main .main-navigation {
    display: none;
  }

  .txt-header-section.header_type_main .txt-header-top {
    display: none !important;
  }

  .txt-header-section.header_type_main .txt-header-menu-wrap {
    padding: 10px 30px;
  }

  .txt-header-section.header_type_main .txt-header-search button {
    display: none;
  }

  .txt-header-section .txt-navbar_options {
    display: block;
  }

  .txt-header-section.header_type_four .header-cta-seacrh .cta-btn {
    display: none;
  }

  .txt-header-section.header_type_four .txt-header-top-content {
    display: none;
  }
}

@media (max-width: 680px) {
  .txt-header-section.header_type_main .txt-header-menu-wrap {
    padding: 10px 15px;
  }

  .txt-header-section.header_type_main .header-cta-btn a {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
  }

  .txt-header-section.header_type_main .txt-header-search-cta {
    gap: 10px;
    margin-left: 0;
  }

  .txt-header-section.header_type_three .txt-btn-3 {
    display: none;
  }
}

@media (max-width: 480px) {
  .txt-header-section.header_type_main .txt-header-menu-wrap {
    padding: 15px 25px;
  }

  .txt-header-section.header_type_main .header-cta-btn {
    display: none;
  }

  .txt-header-section.header_type_three .brand-logo {
    width: 180px;
    padding: 15px;
  }

  .txt-header-section.header_type_three .txt-header-content {
    padding-right: 15px;
  }
}

.txa-mobile-menu-btn-1 {
  flex: 0 0 auto;
  cursor: pointer;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
.txa-mobile-menu-btn-1:hover .txa-mobile-menu-bar span:nth-child(2) {
  transform: rotate(-45deg);
}
.txa-mobile-menu-btn-1:hover .txa-mobile-menu-bar span:nth-child(1) {
  transform: translate(0px, 8px) rotate(45deg);
}
.txa-mobile-menu-btn-1:hover .txa-mobile-menu-bar span:nth-child(3) {
  opacity: 0;
}
.txa-mobile-menu-btn-1:focus .txa-mobile-menu-bar span:nth-child(2) {
  transform: rotate(-45deg);
}
.txa-mobile-menu-btn-1:focus .txa-mobile-menu-bar span:nth-child(1) {
  transform: translate(0px, 8px) rotate(45deg);
}
.txa-mobile-menu-btn-1:focus .txa-mobile-menu-bar span:nth-child(3) {
  opacity: 0;
}
.txa-mobile-menu-bar {
  flex: 0 0 auto;
  width: 22px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.txa-mobile-menu-bar span {
  display: block;
  background: #fff;
  width: 100%;
  border-radius: 30px;
  height: 3px;
  transition: 500ms var(--txa-cube-1);
}
.txa-btn-1 {
  font-family: var(--inter);
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: inline-block;
  transition: 300ms var(--txa-cube-1);
}
.txa-img-cover img {
  height: 100% !important;
}
.txa-btn-1 i {
  margin-left: 0px;
  font-size: 21px;
  display: inline-block;
  line-height: 1;
  transform: rotate(313deg);
  transition: 300ms var(--txa-cube-1);
}
.txa-btn-1 .btn-txt {
  position: absolute;
  top: 50%;
  left: -37px;
  transform: translateY(-50%);
  z-index: 2;
  transition: 300ms var(--txa-cube-1);
}
.txa-btn-1 .btn-txt {
  color: #fff;
}
@media (max-width: 767px) {
  .txa-btn-1 .btn-txt {
    left: -87px;
  }
}
.txa-btn-1 .btn-txt::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 400ms var(--txa-cube-1);
  transition-delay: 0s;
}
.txa-btn-1 .btn-txt::before {
  content: "";
  width: 0%;
  height: 2px;
  background: var(--txa-pr-2);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: 400ms var(--txa-cube-1);
  transition-delay: 0.3s;
}
.txa-btn-1 .btn-shape {
  display: inline-block;
  width: 167px;
  height: 167px;
  background: var(--txa-pr-2);
  border-radius: 50%;
  outline: 12px solid rgba(255, 255, 255, 0.1);
  transition: 500ms var(--txa-cube-1);
}
@media (max-width: 767px) {
  .txa-btn-1 .btn-shape {
    width: 100px;
    height: 100px;
    outline: 8px solid rgba(255, 255, 255, 0.1);
  }
}
.txa-btn-1:hover {
  color: #fff;
}
.txa-btn-1:hover .btn-shape {
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(5px);
}
.txa-btn-1:hover .btn-txt::after {
  width: 0;
  transition-delay: 0s;
}
.txa-btn-1:hover .btn-txt::before {
  width: 100%;
  transition-delay: 0.3s;
}
.txa-btn-1:hover i {
  transform: rotate(360deg);
}


.txa-blog-1-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 35px 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-blog-1-card {
    padding: 35px 20px;
  }
}
@media (max-width: 767px) {
  .txa-blog-1-card {
    padding: 35px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-blog-1-card {
    padding: 35px 30px;
  }
}
.txa-blog-1-card-date {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: var(--txa-pr-1);
  padding-left: 35px;
  margin-bottom: 10px;
}
.txa-blog-1-card-date::after {
  content: "";
  width: 30px;
  height: 1.5px;
  background: var(--txa-pr-1);
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.txa-blog-1-card-title {
  font-size: 24px;
  line-height: 1.41;
  margin-bottom: 25px;
  transition: 0.3s var(--txa-cube-1);
}
@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-1-card-title {
    font-size: 20px;
  }
}
.txa-blog-1-card-title a {
  transition: 0.3s var(--txa-cube-1);
}
.txa-blog-1-card-title:hover {
  color: var(--txa-pr-1);
}
.txa-blog-1-card-img {
  border-radius: 15px;
}
.txa-blog-1-card-img img {
  transform-origin: left;
  transition: 0.4s var(--txa-cube-1);
}
.txa-blog-1-card-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #575555;
  transition: 0.4s var(--txa-cube-1);
}
.txa-blog-1-card-btn i {
  display: inline-block;
  font-size: 22px;
  transform: translateY(5px);
  color: var(--txa-pr-1);
  transition: 0.4s var(--txa-cube-1);
}
.txa-blog-1-card-btn::after {
  content: "";
  width: 98%;
  height: 2px;
  border-radius: 30px;
  background-color: #575555;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.4s var(--txa-cube-1);
  transition-delay: 0.3s;
}
.txa-blog-1-card-btn::before {
  content: "";
  width: 0%;
  height: 2px;
  border-radius: 30px;
  background-color: var(--txa-pr-1);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.4s var(--txa-cube-1);
  z-index: 1;
  transition-delay: 0s;
}
.txa-blog-1-card-hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transform: scale(50%);
  opacity: 0;
  transition: 500ms var(--txa-cube-1);
}
.txa-blog-1-card-hover-img .txa-blog-1-card-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: var(--txa-pr-1);
  color: #fff;
  padding: 11px 20px;
  border-radius: 10px;
  padding-bottom: 15px;
}
.txa-blog-1-card-hover-img .txa-blog-1-card-btn::after {
  display: none;
}
.txa-blog-1-card-hover-img .txa-blog-1-card-btn i {
  color: #fff;
}
.txa-blog-1-card-hover-img .txa-blog-1-card-btn:hover {
  background-color: #fff;
  color: var(--txa-pr-1);
}
.txa-blog-1-card-hover-img .txa-blog-1-card-btn:hover i {
  color: var(--txa-pr-1);
}
.txa-blog-1-card:hover .txa-blog-1-card-img img {
  transform: scale(150%);
}
.txa-blog-1-card:hover .txa-blog-1-card-hover-img {
  opacity: 1;
  transform: scale(100%);
}
.txa-gallery-1-area {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-top: -110px;
}
.txa-gallery-1-wrap {
  display: flex;
  gap: 12px;
  align-items: center;
}
.txa-gallery-1-item {
  position: relative;
  flex: 0 0 auto;
  width: 175px;
  height: 180px;
  transition: 0.4s var(--txa-cube-1);
}
.txa-gallery-1-item:nth-child(odd) {
  animation: gallery-1-slideup 10s linear infinite;
}
.txa-gallery-1-item:nth-child(even) {
  animation: gallery-1-slideup 10s linear infinite;
  animation-delay: 5s;
}
.txa-gallery-1-item .item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(130%);
  z-index: 1;
  color: #fff;
  line-height: 1;
  font-size: 40px;
  transition: 0.4s var(--txa-cube-1);
  opacity: 0;
}
.txa-gallery-1-item::after {
  width: 100%;
  height: 100%;
  content: "";
  background-color: #5163FD;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0%;
  transition: 0.4s var(--txa-cube-1);
}
.txa-gallery-1-item:hover {
  box-shadow: 0 0 22px 0 rgba(73, 66, 189, 0.7);
}
.txa-gallery-1-item:hover::after {
  opacity: 82%;
}
.txa-gallery-1-item:hover .item-icon {
  transform: translate(-50%, -50%) scale(100%);
  opacity: 1;
}

@keyframes gallery-1-slideup {
  0% {
    transform: translateY(-35px);
  }
  50% {
    transform: translateY(35px);
  }
  100% {
    transform: translateY(-35px);
  }
}

/*global area*/
/*----------------------------------------------------*/
/*+++++++++++++ Home Page Main +++++++++++++++++*/
/*Slider Section*/
/*----------------------------------------------------*/
.txt-slider-section-m {
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1920px;
}

.txt-slider-section-m:before {
  left: 0;
  bottom: -90px;
  z-index: -1;
  width: 105%;
  content: "";
  height: 180px;
  position: absolute;
  background-color: #fff;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.txt-main-slider-item {
  padding: 365px 0px 220px;
}

.txt-main-slider-item .txt-main-slider-text {
  max-width: 600px;
}

.txt-main-slider-item .txt-main-slider-text .slider-slug {
  opacity: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  visibility: hidden;
  display: inline-block;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  font-family: var(--txt-heading-main);
}

.txt-main-slider-item .txt-main-slider-text .slider-slug i {
  margin-right: 5px;
  color: var(--txt-main-color);
}

.txt-main-slider-item .txt-main-slider-text .slide-hero-title {
  color: #fff;
  font-size: 70px;
  font-weight: 800;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px 15px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.txt-main-slider-item .txt-main-slider-text p {
  opacity: 0;
  visibility: hidden;
  color: #d7d7d7;
  font-size: 18px;
  padding-bottom: 38px;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  font-family: var(--txt-body-font-main);
}

.txt-main-slider-item .txt-main-slider-text .slider-sponsor {
  opacity: 0;
  visibility: hidden;
  padding-bottom: 45px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.txt-main-slider-item .txt-main-slider-text .slider-sponsor .sponsor-item {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.txt-main-slider-item .txt-main-slider-text .slider-sponsor .sponsor-item img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-main-slider-item .txt-main-slider-text .slider-sponsor .sponsor-item:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.txt-main-slider-item .txt-main-slider-text .txt-btn-m {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.txt-main-slider-item .txt-main-slider-img {
  right: 55px;
  bottom: 60px;
  position: absolute;
}

.txt-main-slider-item .txt-main-slider-img .inner-img {
  top: 35px;
  left: 18px;
  opacity: 0;
  width: 550px;
  height: 700px;
  overflow: hidden;
  visibility: hidden;
  position: relative;
  border-radius: 400px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.txt-main-slider-item .txt-main-slider-img .inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.txt-main-slider-item .txt-main-slider-img .inner-img_2 {
  opacity: 0;
  left: 100px;
  width: 170px;
  height: 170px;
  bottom: -40px;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-box-shadow: 0px 7px 22px 0px rgba(32, 28, 29, 0.29);
  box-shadow: 0px 7px 22px 0px rgba(32, 28, 29, 0.29);
}

.txt-main-slider-item .txt-main-slider-img .circle-text {
  bottom: -82px;
  right: -116px;
  height: 865px;
  width: 765px;
  position: absolute;
  z-index: 1;
}

.txt-main-slider-item .txt-main-slider-img .circle-text svg {
  width: 100%;
  height: 100%;
}

.txt-main-slider-item .txt-main-slider-img .round-text {
  opacity: 0;
  font-size: 15px;
  font-weight: 500;
  visibility: hidden;
  fill: var(--txt-main-color);
}

.txt-slider-main-m .swiper-slide-active .txt-main-slider-item .txt-main-slider-text .slider-slug {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.txt-slider-main-m .swiper-slide-active .txt-main-slider-item .txt-main-slider-text .slide-hero-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

.txt-slider-main-m .swiper-slide-active .txt-main-slider-item .txt-main-slider-text p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  -webkit-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

.txt-slider-main-m .swiper-slide-active .txt-main-slider-item .txt-main-slider-text .slider-sponsor {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1200ms ease-in-out;
  transition: all 1200ms ease-in-out;
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.txt-slider-main-m .swiper-slide-active .txt-main-slider-item .txt-main-slider-text .txt-btn-m {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.txt-slider-main-m .swiper-slide-active .txt-main-slider-item .txt-main-slider-img .inner-img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.txt-slider-main-m .swiper-slide-active .txt-main-slider-item .txt-main-slider-img .inner-img_2 {
  opacity: 1;
  left: 0;
  visibility: visible;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.txt-slider-main-m .swiper-slide-active .txt-main-slider-item .txt-main-slider-img .round-text {
  opacity: 1;
  font-size: 30px;
  visibility: visible;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.txt-slider-main-area .txt-main-button-prev,
.txt-slider-main-area .txt-main-button-next {
  top: 50%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  visibility: visible;
  position: absolute;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.txt-slider-main-area .txt-main-button-prev {
  left: 0px;
}

.txt-slider-main-area .txt-main-button-next {
  right: 0px;
}

.txt-slider-main-area:hover .txt-main-button-prev,
.txt-slider-main-area:hover .txt-main-button-next {
  opacity: 1;
  visibility: visible;
}

.txt-slider-main-area:hover .txt-main-button-prev {
  left: 120px;
}

.txt-slider-main-area:hover .txt-main-button-next {
  right: 120px;
}

.txt-main-next-prev .txt-slider-arrow {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background-color: var(--txt-main-color);
}

@media (max-width: 1700px) {
  .txt-slider-main-area:hover .txt-main-button-prev {
    left: 50px;
  }

  .txt-slider-main-area:hover .txt-main-button-next {
    right: 50px;
  }
}

@media (max-width: 1550px) {
  .txt-slider-main-area:hover .txt-main-button-prev {
    left: 20px;
  }

  .txt-slider-main-area:hover .txt-main-button-next {
    right: 20px;
  }
}

@media (max-width: 1440px) {
  .txt-slider-main-area:hover .txt-main-button-prev {
    left: 15px;
  }

  .txt-slider-main-area:hover .txt-main-button-next {
    right: 15px;
  }

  .txt-slider-main-area .txt-main-button-prev {
    left: 15px;
  }

  .txt-slider-main-area .txt-main-button-next {
    right: 15px;
  }

  .txt-main-next-prev {
    gap: 20px;
    bottom: 100px;
    position: absolute;
  }

  .txt-slider-main-area .txt-main-button-prev,
  .txt-slider-main-area .txt-main-button-next {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 1280px) {
  .txt-main-slider-item .txt-main-slider-text {
    max-width: 510px;
  }

  .txt-main-slider-item .txt-main-slider-text .slide-hero-title {
    font-size: 65px;
  }
}

@media (max-width: 1170px) {

  .txt-main-slider-item .txt-main-slider-img .circle-text,
  .txt-main-slider-item .txt-main-slider-img .inner-img_2 {
    display: none;
  }

  .txt-main-slider-item .txt-main-slider-img {
    right: 0;
  }

  .txt-main-slider-item .txt-main-slider-img .inner-img {
    width: 480px;
  }
}

@media (max-width: 1024px) {
  .txt-main-slider-item .txt-main-slider-text {
    max-width: 480px;
  }
}

@media (max-width: 991px) {
  .txt-main-slider-item .txt-main-slider-img {
    display: none;
  }

  .txt-main-slider-item .txt-main-slider-text {
    margin: 0 auto;
    max-width: 780px;
    text-align: center;
  }

  .txt-slider-section-m:before {
    display: none;
  }

  .txt-main-next-prev {
    position: static;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .txt-slider-main-area .txt-main-button-prev,
  .txt-slider-main-area .txt-main-button-next {
    opacity: 1;
  }

  .txt-main-slider-item {
    padding: 250px 0px 80px;
  }
}

@media (max-width: 480px) {
  .txt-main-slider-item .txt-main-slider-text .slide-hero-title {
    font-size: 50px;
  }

  .txt-main-slider-item .txt-main-slider-text p {
    padding-bottom: 20px;
  }

  .txt-main-slider-item .txt-main-slider-text .slider-sponsor {
    padding-bottom: 40px;
  }
}

@media (max-width: 390px) {
  .txt-main-slider-item .txt-main-slider-text .slide-hero-title {
    font-size: 45px;
  }

  .txt-main-slider-item {
    padding: 190px 0px 80px;
  }
}

@media (max-width: 360px) {
  .txt-main-slider-item .txt-main-slider-text .slide-hero-title {
    font-size: 40px;
  }
}
.txa-header-1-area {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5;
}
.txa-header-1-row {
  background-color: var(--txa-pr-2);
  padding: 0px 20px;
  border-radius: 100px;
  gap: 85px;
  border-bottom: 2px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-header-1-row {
    gap: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-header-1-row {
    padding: 14px 20px;
    gap: 15px;
  }
}
.txa-header-1-logo {
  flex: 0 0 auto;
}
.txa-header-1-action-link {
  gap: 42px;
}

.txa-call-1 {
  gap: 12px;
}
.txa-call-1-icon {
  flex: 0 0 auto;
  display: inline-block;
  width: 52px;
  height: 52px;
  background: var(--txa-pr-1);
  border-radius: 50%;
  text-align: center;
  line-height: 57px;
  color: #fff;
}
.txa-call-1-icon i {
  display: inline-block;
}
.txa-call-1-content .subtitle {
  font-size: 14px;
  line-height: 21px;
}
.txa-call-1-content p {
  margin-bottom: 0px;
}
.txa-call-1-content a {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}
.txa-call-1-content a:hover {
  color: #fff;
  opacity: 0.5;
}
.txa-call-1:hover .txa-call-1-icon i {
  animation: txa-shake-up 0.5s var(--txa-cube-1);
}

.txa-header-1-navigation:is(.txt-header-section) {
  position: unset;
  width: unset;
}
.txa-header-1-navigation:is(.txt-header-section) .main-navigation .nav {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-header-1-navigation:is(.txt-header-section) .main-navigation .nav {
    gap: 25px;
  }
}
.txa-header-1-navigation:is(.txt-header-section) .main-navigation .nav li a {
  z-index: 1;
  position: relative;
  font-family: var(--inter);
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  padding: 28px 0;
  display: inline-block;
}
.txa-header-1-navigation:is(.txt-header-section) .main-navigation .nav li a::after {
  content: "";
  width: 3px;
  height: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  background-color: #5567FD;
  z-index: -1;
  transition: 400ms var(--txa-cube-1);
}
.txa-header-1-navigation:is(.txt-header-section) .main-navigation .nav li a::before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8px;
  background-color: #5567FD;
  z-index: -1;
  border-radius: 50%;
  transition: 400ms var(--txa-cube-1);
  opacity: 0;
  transition-delay: 0.2s;
}
.txa-header-1-navigation:is(.txt-header-section) .main-navigation .nav li:is(.dropdown) {
  padding-right: 17px;
}
.txa-header-1-navigation:is(.txt-header-section) .main-navigation .nav li:is(.dropdown)::after {
  line-height: 1;
  color: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  transition: 300ms var(--txa-cube-1);
}
.txa-header-1-navigation:is(.txt-header-section) .main-navigation .nav li .dropdown-menu {
  top: 100%;
  transition: 300ms var(--txa-cube-1);
}
.txa-header-1-navigation:is(.txt-header-section) .main-navigation .nav li .dropdown-menu li a {
  font-size: 15px !important;
}
.txa-header-1-navigation:is(.txt-header-section) .main-navigation .nav li .dropdown-menu li a::after {
  display: none;
}
.txa-header-1-navigation:is(.txt-header-section) .main-navigation .nav li .dropdown-menu li a::before {
  transition: 400ms var(--txa-cube-1);
  opacity: 0;
  width: 20px;
  height: 20px;
  left: -5px;
}
.txa-header-1-navigation:is(.txt-header-section) .main-navigation .nav li .dropdown-menu li a:hover {
  margin-left: 30px;
  letter-spacing: 0.5px;
}
.txa-header-1-navigation:is(.txt-header-section) .main-navigation .nav li .dropdown-menu li a:hover::before {
  clip-path: unset;
  opacity: 1;
}
.txa-header-1-navigation:is(.txt-header-section) .main-navigation .nav li:hover::after {
  transform: translateY(-50%) rotate(360deg);
}
.txa-header-1-navigation:is(.txt-header-section) .main-navigation .nav li:hover a::after {
  height: 100%;
  transition-delay: 0.2s;
}
.txa-header-1-navigation:is(.txt-header-section) .main-navigation .nav li:hover a::before {
  opacity: 1;
}

.txa-home-4 .scrollup {
  background: var(--txa-pr-1);
}
.txa-home-4 .scrollup i {
  color: #fff;
}
.txa-home-4 .mobile_menu ::-webkit-scrollbar {
  display: none;
}
.txa-hero-1-area {
  background: linear-gradient(90deg, rgb(0, 129, 197) 0%, rgb(27, 45, 155) 78%, rgb(0, 0, 1) 100%);
  padding-top: 150px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .txa-hero-1-area {
    padding-top: 200px;
  }
}

@media (min-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .txa-hero-1-container {
    max-width: 1470px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}

.txa-hero-1-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .txa-hero-1-row {
    grid-template-columns: 1fr;
  }
}

.txa-hero-1-img {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: end;
}

.txa-hero-1-img img {
  flex: 0 0 auto;
  transition: 1000ms cubic-bezier(0.56, 0.21, 0.05, 0.95);
  transform: translateY(100%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-hero-1-img {
    grid-row: 2;
  }
}

@media (max-width: 767px) {
  .txa-hero-1-img {
    grid-row: 2;
    margin-top: 50px;
  }
}

.txa-hero-1-content {
  position: relative;
  bottom: -90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .txa-hero-1-content {
    bottom: 0px;
  }
}

.txa-hero-1-content-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-hero-1-content-inner {
    padding: 0 80px;
  }
}

@media (max-width: 767px) {
  .txa-hero-1-content-inner {
    padding: 0 0px;
    position: unset;
    transform: unset;
  }
}

.txa-hero-1-content-shape {
  position: relative;
  z-index: 1;
  margin-left: -80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-hero-1-content-shape {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .txa-hero-1-content-shape {
    margin-left: 0;
  }
}

.txa-hero-1-content-shape .shape-2 {
  position: absolute;
  left: 0;
  z-index: -1;
  transform: rotate(360deg);
  transition: 1000ms var(--txa-cube-1);
  transition-delay: 0s;
}

@media (max-width: 767px) {
  .txa-hero-1-content-shape .shape-2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .txa-hero-1-content-shape .shape-1 {
    display: none;
  }
}

.txa-hero-1-subtitle {
  transform: translateX(100px);
  opacity: 0;
  transition: 1000ms var(--txa-cube-1);
  transition-delay: 0s;
}

.txa-hero-1-subtitle::after {
  width: 0px;
  transition: 1000ms var(--txa-cube-1);
  transition-delay: 0s;
}

.txa-hero-1-title {
  font-size: 70px;
  line-height: 1.14;
  margin-bottom: 20px;
  transform: translateX(100px);
  opacity: 0;
  transition: 1000ms var(--txa-cube-1);
  transition-delay: 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .txa-hero-1-title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-hero-1-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-hero-1-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .txa-hero-1-title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-hero-1-title {
    font-size: 40px;
  }
}

.txa-hero-1-disc {
  margin-bottom: 40px;
  text-align: left;
  transition: 1000ms var(--txa-cube-1);
  transition-delay: 0s;
  opacity: 0;
}

.txa-hero-1-social {
  display: none;
  flex-direction: column;
  gap: 30px;
  position: absolute;
  right: 4vw;
  top: 50%;
  transform: translateY(-50%);
}

.txa-hero-1-social-link {
  font-family: var(--lexend);
  display: inline-block;
  font-size: 16px;
  writing-mode: vertical-lr;
  -webkit-text-stroke: 0.5px #fff;
  -webkit-text-fill-color: transparent;
  opacity: 0.4;
  transition: 400ms var(--txa-cube-1);
}

.txa-hero-1-social-link:hover {
  -webkit-text-fill-color: #fff;
  opacity: 1;
}

@media (min-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1799px) {
  .txa-hero-1-social {
    display: flex;
  }
}

.txa-hero-1-slider .swiper-container {
  overflow: visible;
}

.txa-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}

.txa-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-hero-1-subtitle {
  transform: translateX(0);
  opacity: 1;
}

.txa-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-hero-1-subtitle::after {
  width: 80px;
  transition-delay: 0.3s;
}

.txa-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-hero-1-title {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.3s;
}

.txa-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-hero-1-disc {
  opacity: 1;
  transition-delay: 0.5s;
}

.txa-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-hero-1-content-shape .shape-2 {
  transform: rotate(353deg);
  transition-delay: 0.5s;
}

.txa-hero-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .txa-hero-1-img img {
  transform: translateY(0%);
}

.txa-hero-1-slider-pagination {
  position: absolute;
  bottom: 25%;
  left: 2vw;
}

.txa-hero-1-slider-pagination .swiper-pagination {
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
}

.txa-hero-1-slider-pagination .swiper-pagination span {
  flex: 0 0 auto;
  opacity: 1;
  width: 45px;
  height: 4px;
  background-color: var(--txa-pr-1);
  border-radius: 0 10px 10px 0;
  margin: 0;
  padding: 0;
}

.txa-hero-1-slider-pagination .swiper-pagination span:is(.swiper-pagination-bullet-active) {
  width: 54px;
  background-color: #fff;
}

/*---------------------------------------------------- */
/*Service Section*/
/*----------------------------------------------------*/
@-webkit-keyframes hover_reveal {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes hover_reveal {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.txt-service-section-m {
  overflow: hidden;
}

.txt-service-section-m .txt-section-title-m {
  max-width: 620px;
}

.txt-service-content-m {
  padding-top: 40px;
}

.txtm-service-slider-item {
  margin: 0 auto;
  max-width: 310px;
}

.txtm-service-slider-item .service-img {
  margin: 0 auto;
  max-width: 276px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-box-shadow: 0px 7px 22px 0px rgba(32, 28, 29, 0.29);
  box-shadow: 0px 7px 22px 0px rgba(32, 28, 29, 0.29);
}

.txtm-service-slider-item .service-img:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}

.txtm-service-slider-item .service-img .inner-img {
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}

.txtm-service-slider-item .service-img .inner-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txtm-service-slider-item .service-text {
  margin: 0 auto;
  max-width: 276px;
  margin-top: 25px;
}

.txtm-service-slider-item .service-text .service_title {
  color: #000000;
  font-size: 21px;
  font-weight: 800;
}

.txtm-service-slider-item .service-text .service_title a {
  width: 100%;
  padding-bottom: 3px;
  display: inline !important;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.txtm-service-slider-item .service-text .service-arrow {
  width: 40px;
  height: 40px;
  color: #e20f23;
  border-radius: 100%;
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  background-color: #f6f6f6;
}

.txtm-service-slider-item:hover .service-img:before {
  -webkit-animation: hover_reveal 0.75s;
  animation: hover_reveal 0.75s;
}

.txtm-service-slider-item:hover .service-img .inner-img img {
  -webkit-transform: scale(1.2) rotate(15deg);
  transform: scale(1.2) rotate(15deg);
}

.txtm-service-slider-item:hover .service-text .service_title a {
  color: inherit;
  background-size: 100% 100%;
}

.txtm-service-slider-item:hover .service-text .service-arrow {
  color: #000;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  background-color: var(--txt-main-color);
}

.txt-service-slide-m {
  margin: -20px;
  padding: 20px;
}

.txt-ser-next-prev .txt-slider-arrow {
  width: 63px;
  height: 63px;
  color: #000000;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.12);
}

.txt-ser-next-prev .txt-ser-button-prev,
.txt-ser-next-prev .txt-ser-button-next {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-ser-next-prev .txt-ser-button-prev:hover,
.txt-ser-next-prev .txt-ser-button-next:hover {
  color: #fff;
  background-color: var(--txt-main-color);
}

.txt-ser-next-prev .txt-ser-button-prev {
  left: -100px;
}

.txt-ser-next-prev .txt-ser-button-next {
  right: -100px;
}

@media (max-width: 1550px) {
  .txt-ser-next-prev .txt-ser-button-prev {
    left: -90px;
  }

  .txt-ser-next-prev .txt-ser-button-next {
    right: -90px;
  }
}

@media (max-width: 1450px) {
  .txt-ser-next-prev {
    gap: 20px;
    margin-top: 40px;
  }

  .txt-ser-next-prev .txt-ser-button-prev,
  .txt-ser-next-prev .txt-ser-button-next {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 1365px) {
  .txtm-project-item .project-shape {
    display: none;
  }
}

@media (max-width: 480px) {
  .txt-ser-next-prev .txt-slider-arrow {
    width: 45px;
    height: 45px;
  }
}

/*---------------------------------------------------- */
/*About Section*/
/*----------------------------------------------------*/
.txtm-about-section {
  overflow: hidden;
  background-color: #222121;
}

.active .txtm-about-img1 {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.txtm-about-img1 {
  overflow: hidden;
  border-radius: 20px;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.txtm-about-text {
  max-width: 730px;
}

.txtm-about-bottom-content {
  gap: 50px;
}

.txtm-about-graph {
  gap: 60px;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  padding: 22px 22px 22px 35px;
  justify-content: space-between;
}

.txtm-about-graph:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #1c1b1b;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.txtm-about-graph.active:before {
  width: 100%;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.txtm-about-graph .about-graph-text {
  max-width: 325px;
}

.txtm-about-graph .about-graph-text .subtitle {
  color: #262524;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 5px;
  color: var(--txt-main-color);
  font-family: var(--txt-heading-main);
}

.txtm-about-graph .about-graph-text .tx-title {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
}

.txtm-about-graph .about-graph-img {
  width: 245px;
  height: 225px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #1f1f1f;
}

.txtm-about-exp .exp-year-feature .exp-year {
  color: #fff;
  border-radius: 20px;
  padding: 18px 20px 20px 25px;
  border: 3px solid var(--txt-main-color);
}

.txtm-about-exp .exp-year-feature .tx-counter {
  font-size: 45px;
  font-weight: 800;
  line-height: 1;
}

.txtm-about-exp .exp-year-feature .exp-year span {
  color: #fff;
  display: block;
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 800;
}

.txtm-about-exp .exp-feature-list li {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
  font-weight: 800;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
  font-family: var(--txt-headline-m);
}

.txtm-about-exp .exp-feature-list li i {
  font-size: 34px;
  margin-right: 13px;
  color: var(--txt-main-color);
}

.txtm-about-exp .exp-feature-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1280px) {
  .txtm-about-bottom-content {
    gap: 30px;
  }

  .txtm-about-graph {
    gap: 30px;
  }

  .txtm-about-top-content {
    gap: 30px;
  }

  .txtm-about-text {
    max-width: 715px;
  }
}

@media (max-width: 1180px) {

  .txtm-about-top-content,
  .txtm-about-bottom-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .txtm-about-text {
    max-width: 695px;
  }
}

@media (max-width: 680px) {
  .txtm-about-graph {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .txtm-about-exp .exp-year-feature {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .txtm-about-exp .txt-btn-m {
    text-align: center;
  }

  .txtm-about-img1 {
    height: auto;
  }

  .txtm-about-graph {
    padding: 20px;
  }

  .txtm-about-graph .about-graph-text .tx-title {
    font-size: 30px;
  }
}

/*---------------------------------------------------- */
/*Project Section*/
/*----------------------------------------------------*/
@-webkit-keyframes glowing {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  50% {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
}

@keyframes glowing {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  50% {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
}

.txtm-project-section {
  z-index: 1;
  overflow: hidden;
}

.txtm-project-section .txtm-glowing1 {
  top: 10%;
  right: 5%;
  z-index: -1;
  opacity: 0.8;
  -webkit-animation: glowing 10s infinite;
  animation: glowing 10s infinite;
}

.txtm-project-section .txtm-glowing2 {
  left: 2%;
  top: 0%;
  opacity: 0.8;
  z-index: -1;
  -webkit-animation: glowing 20s infinite;
  animation: glowing 20s infinite;
}

.txtm-project-section .txtm-glowing3 {
  left: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: -1;
  -webkit-animation: glowing 30s infinite;
  animation: glowing 30s infinite;
}

.txtm-project-section .txtm-glowing4 {
  right: 0;
  bottom: -5%;
  opacity: 0.8;
  z-index: -1;
  -webkit-animation: glowing 40s infinite;
  animation: glowing 40s infinite;
}

.txtm-project-content {
  padding-top: 20px;
}

.txtm-project-item {
  gap: 80px;
  width: 100%;
  max-width: 900px;
  position: relative;
  padding: 30px 0px 40px;
}

.txtm-project-item:before {
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  content: "";
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  background-color: var(--txt-main-color);
}

.txtm-project-item .project-tag-area {
  width: 100%;
  max-width: 225px;
}

.txtm-project-item .project-tag-area .subtitle {
  color: #262524;
  font-size: 12px;
  font-weight: 700;
  border-radius: 30px;
  display: inline-block;
  background-color: #f3f3f3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 8px 40px 6px 20px;
  font-family: var(--txt-heading-main);
}

.txtm-project-item .project-tag-area h4 {
  color: #262524;
  font-size: 25px;
  font-weight: 800;
  padding: 15px 0px 8px;
}

.txtm-project-item .project-tag-area span {
  color: #262524;
  display: block;
  font-size: 22px;
  font-family: var(--txt-heading-main);
}

.txtm-project-item .project-shape {
  top: 50%;
  left: 240px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.txtm-project-item .project-title-area {
  width: 100%;
  max-width: 500px;
}

.txtm-project-item .project-title-area .inner-link {
  color: #3f3e3e;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 5px;
  display: inline-block;
  font-family: var(--txt-heading-main);
}

.txtm-project-item .project-title-area h3 a {
  color: #262524;
  font-size: 38px;
  font-weight: 800;
  width: 100%;
  padding-bottom: 3px;
  display: inline !important;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.txtm-project-item .project-title-area h3 a:hover {
  color: #262524;
  background-size: 100% 100%;
}

.nav-item.active .txtm-project-item:before {
  width: 100%;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.txtm-project-img-wrap {
  gap: 20px;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.txtm-project-img-wrap .item-img1,
.txtm-project-img-wrap .item-img3 {
  width: 110px;
  height: 227px;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid var(--txt-main-color);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.txtm-project-img-wrap .item-img1 img,
.txtm-project-img-wrap .item-img3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.txtm-project-img-wrap .item-img2 {
  width: 211px;
  height: 432px;
  overflow: hidden;
  border-radius: 110px;
  border: 1px solid var(--txt-main-color);
}

.txtm-project-img-wrap .item-img2:before {
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  bottom: -27%;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.txtm-project-img-wrap .item-img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.txtm-project-img-wrap .item-img2 a {
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  margin: 0 auto;
  font-size: 110px;
  text-align: center;
}

.txtm-project-img-wrap .item-img1 {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
}

.nav-link.active .txtm-project-item .project-tag-area .subtitle {
  background-color: var(--txt-main-color);
}

@media (max-width: 1250px) {
  .txtm-project-item .project-title-area h3 a {
    font-size: 30px;
  }

  .txtm-project-item {
    gap: 50px;
  }
}

@media (max-width: 1100px) {
  .txtm-project-tab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .txtm-project-tab-content {
    width: 100%;
  }

  .txtm-project-img-wrap {
    margin-top: 50px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .txtm-project-item {
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .txtm-project-item .project-tag-area h4 {
    font-size: 20px;
  }

  .txtm-project-item .project-title-area h3 a {
    font-size: 28px;
  }

  .txtm-project-item .project-tag-area span {
    font-size: 20px;
  }

  .txtm-project-img-wrap {
    gap: 10px;
  }
}

/*---------------------------------------------------- */
/*Pricing Section*/
/*----------------------------------------------------*/
.txtm-pricing-section {
  z-index: 1;
  overflow: hidden;
}

.txtm-pricing-section .background-color {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 565px;
}

.txtm-pricing-section .txt-section-title-m .subtitle {
  color: #fff;
}

.txtm-pricing-section .txt-section-title-m .section_title {
  color: #fff;
}

.txtm-pricing-content {
  padding-top: 35px;
}

.txtm-pricing-item {
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 600px;
  border-radius: 60px;
  padding: 70px 40px 35px;
}

.txtm-pricing-item .pricing-item-content {
  gap: 30px;
}

.txtm-pricing-item .txtm-price-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.txtm-pricing-item .price-plan .plan-title {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  position: relative;
  padding-bottom: 10px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.txtm-pricing-item .price-plan .plan-title:before {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  overflow: hidden;
  white-space: nowrap;
  content: attr(data-text);
  position: absolute;
  text-transform: uppercase;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-text-fill-color: #fff;
}

.txtm-pricing-item .price-plan .plan-price {
  padding-bottom: 85px;
}

.txtm-pricing-item .price-plan .plan-price h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
}

.txtm-pricing-item .price-plan .plan-price span {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.txtm-pricing-item .plan-list li {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 15px;
}

.txtm-pricing-item .plan-list li:last-child {
  margin-bottom: 0;
}

.txtm-pricing-item .plan-list li i {
  margin-right: 12px;
  color: var(--txt-main-color);
}

.txtm-pricing-item:hover .price-plan .plan-title:before {
  width: 100%;
}

.txt-price-next-prev .txt-slider-arrow {
  top: 50%;
  width: 57px;
  height: 57px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-price-next-prev .txt-slider-arrow:hover {
  background-color: var(--txt-main-color);
}

.txt-price-next-prev .txt-price-button-prev {
  left: -100px;
}

.txt-price-next-prev .txt-price-button-next {
  right: -100px;
}

@media (max-width: 1500px) {
  .txt-price-next-prev .txt-price-button-prev {
    left: -50px;
  }

  .txt-price-next-prev .txt-price-button-next {
    right: -50px;
  }

  .txt-price-next-prev .txt-slider-arrow {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 1365px) {
  .txt-price-next-prev {
    gap: 15px;
    margin-top: 40px;
  }

  .txt-price-next-prev .txt-slider-arrow {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.12);
  }
}

@media (max-width: 1280px) {

  .txtm-pricing-item .price-plan .plan-title,
  .txtm-pricing-item .price-plan .plan-title:before {
    font-size: 35px;
  }
}

@media (max-width: 590px) {
  .txtm-pricing-item .pricing-item-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .txtm-pricing-item .price-plan {
    width: 100%;
    text-align: center;
  }

  .txtm-pricing-item .price-plan .plan-price {
    padding-bottom: 30px;
  }

  .txtm-pricing-item .price-list {
    width: 100%;
  }
}

/*---------------------------------------------------- */
/*Sponsor Section*/
/*----------------------------------------------------*/
.txtm-sponsor-content h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 900;
  padding-bottom: 20px;
}

.txtm-sponsor-content h3 span {
  font-weight: 700;
}

.txtm-sponsor-item {
  width: 230px;
  height: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #edefee;
}

.txtm-sponsor-item img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txtm-sponsor-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*---------------------------------------------------- */
/*Team Section*/
/*----------------------------------------------------*/
.txtm-team-section {
  overflow: hidden;
}

.txtm-team-item {
  margin: 0 auto;
  max-width: 355px;
}

.txtm-team-item .team-img {
  overflow: hidden;
  max-width: 355px;
  margin-bottom: 25px;
  border-radius: 300px;
  background-color: #f7f7f7;
}

.txtm-team-item .team-img:before {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: rgba(0, 0, 0, 0.7);
}

.txtm-team-item .team-img .team-social {
  left: 0;
  right: 0;
  width: 100%;
  bottom: 20px;
  margin: 0 auto;
  padding-bottom: 45px;
}

.txtm-team-item .team-img .shareBtn {
  left: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  line-height: 45px;
  border-radius: 100%;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.02);
}

.txtm-team-item .team-img .team-social a {
  opacity: 0;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  background-color: var(--txt-main-color);
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.txtm-team-item .team-text h3 {
  color: #262524;
  font-size: 28px;
  font-weight: 800;
}

.txtm-team-item .team-text span {
  font-size: 16px;
  font-weight: #7c7c7c;
}

.txtm-team-item:hover .team-img:before {
  opacity: 1;
}

.txtm-team-item:hover .team-img .team-social a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.txtm-team-item:hover .team-img .team-social a:nth-child(1) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.txtm-team-item:hover .team-img .team-social a:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.txtm-team-item:hover .team-img .team-social a:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.txtm-team-item:hover .team-img .team-social a:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.txt-team-next-prev .txt-slider-arrow {
  width: 63px;
  height: 63px;
  color: #000000;
  cursor: pointer;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.12);
}

.txt-team-next-prev .txt-team-button-prev,
.txt-team-next-prev .txt-team-button-next {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-team-next-prev .txt-team-button-prev:hover,
.txt-team-next-prev .txt-team-button-next:hover {
  color: #fff;
  background-color: var(--txt-main-color);
}

.txt-team-next-prev .txt-team-button-prev {
  left: -100px;
}

.txt-team-next-prev .txt-team-button-next {
  right: -100px;
}

@media (max-width: 1550px) {
  .txt-team-next-prev .txt-team-button-prev {
    left: -90px;
  }

  .txt-team-next-prev .txt-team-button-next {
    right: -90px;
  }
}

@media (max-width: 1450px) {
  .txt-team-next-prev {
    gap: 20px;
    margin-top: 40px;
  }

  .txt-team-next-prev .txt-team-button-prev,
  .txt-team-next-prev .txt-team-button-next {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 1280px) {
  .txtm-team-section {
    padding-bottom: 80px;
  }
}

.txa-team-1-area {
  background-color: #F5F5FB;
}
.txa-team-1-section-title {
  margin-bottom: 0px;
}
.txa-team-1-all-team a {
  text-decoration: underline !important;
  color: var(--txa-pr-1);
}
.txa-team-1-all-team p
{
  display: inline-block;
  transition: 400ms var(--txa-cube-1);
  transform-origin: left;
}
.txa-team-1-all-team a:hover {
  transform: translateX(3px);
  opacity: 0.9;
}

.txa-team-1-member-img {
  height: 500px;
  overflow: hidden;
  position: relative;
}
.txa-team-1-member-content {
  background: var(--txa-heading-1);
  margin-left: 30px;
  margin-top: -70px;
  position: relative;
  padding: 20px 25px;
  padding-right: 0;
  transition: 400ms var(--txa-cube-1);
  gap: 10px;
}
.txa-team-1-member-name {
  font-size: 24px;
  line-height: 1.41;
  margin-bottom: 4px;
}
.txa-team-1-member-name a {
  transition: 300ms var(--txa-cube-1);
}
.txa-team-1-member-name:hover {
  letter-spacing: 0.4px;
}
.txa-team-1-member-bio {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 0;
  opacity: 80%;
}
.txa-team-1-member-btn {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: var(--txa-pr-1);
  text-align: center;
  line-height: 70px;
  font-size: 40px;
  color: #fff;
  transition: 400ms var(--txa-cube-1);
}
.txa-team-1-member-btn i {
  display: inline-block;
}
.txa-team-1-member-position {
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  opacity: 0;
  z-index: 1;
  transition: 400ms var(--txa-cube-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-team-1-member-position {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .txa-team-1-member-position {
    padding: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-team-1-member-position {
    padding: 40px 30px;
  }
}
.txa-team-1-member-hover {
  background: var(--txa-pr-1);
  padding: 30px 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .txa-team-1-member-hover {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-team-1-member-hover {
    padding: 30px 30px;
  }
}
.txa-team-1-member-hover-btn {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}
.txa-team-1-member-hover-btn::after {
  content: "";
  width: 100%;
  height: 1px;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(0, 212, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.txa-team-1-member-hover .txa-team-1-member-btn {
  border-radius: 15px;
  background: var(--txa-pr-2);
}
@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-team-1-member-hover .txa-team-1-member-btn {
    width: 44px;
    height: 44px;
    line-height: 50px;
    font-size: 24px;
  }
}
.txa-team-1-member-hover .txa-team-1-member-btn:hover {
  background: #fff;
}
.txa-team-1-member-hover .txa-team-1-member-btn:hover i {
  animation: txa-shake-up 0.5s var(--txa-cube-1);
}
.txa-team-1-member-hover .icon {
  font-size: 50px;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
}
.txa-team-1-member-hover .icon i {
  line-height: 1;
  display: inline-block;
}
.txa-team-1-member-hover .contact {
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.txa-team-1-member-hover .phone {
  display: inline-block;
  font-size: 28px;
  line-height: 1.21;
  margin-bottom: 10px;
  transition: 400ms var(--txa-cube-1);
}
.txa-team-1-member-hover .phone:hover {
  color: #fff;
  letter-spacing: 0.3px;
}
.txa-team-1-member-hover .mail {
  font-size: 18px;
  display: inline-block;
  opacity: 80%;
  margin-bottom: 30px;
}
.txa-team-1-member-hover .mail:hover {
  color: #fff;
  opacity: 100%;
  letter-spacing: 0.3px;
}
.txa-team-1-member:hover .txa-team-1-member-position {
  top: 0;
  opacity: 1;
}
.txa-team-1-member:hover .txa-team-1-member-content {
  transform: translateY(-100px);
  opacity: 0;
}

.txa-team-1-slider {
  margin-right: -375px;
  position: relative;
}
@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-team-1-slider {
    margin-right: 0px;
  }
}
.txa-team-1-slider .txa_t1_prev {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  z-index: 1;
}
@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-team-1-slider .txa_t1_prev {
    left: 0px;
  }
}
.txa-team-1-slider .txa_t1_next {
  position: absolute;
  top: 50%;
  right: 375px;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .txa-team-1-slider .txa_t1_next {
    right: -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-team-1-slider .txa_t1_next {
    right: 0px;
  }
}

.txa-slider-btn-1 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid var(--txa-pr-1);
  text-align: center;
  line-height: 60px;
  font-size: 40px;
  color: var(--txa-pr-1);
  transition: 400ms var(--txa-cube-1);
  cursor: pointer;
}
.txa-slider-btn-1 i {
  display: inline-block;
  line-height: 1;
}
.txa-slider-btn-1:hover {
  background-color: var(--txa-pr-1);
  color: #fff;
  scale: 0.9;
}
.txa-slider-btn-1:hover i {
  animation: txa-rotate 0.5s var(--txa-cube-1);
}

.txa-social-link-1 {
  gap: 20px;
}
.txa-social-link-1 a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 43px;
  color: #fff;
  border-radius: 50%;
}
.txa-social-link-1 a i {
  display: inline-block;
}
.txa-social-link-1 a:hover i {
  animation: txa-shake-up 0.5s var(--txa-cube-1);
}
/*---------------------------------------------------- */
/*Campagin*/
/*----------------------------------------------------*/

.txa-campaign-1-area {
  z-index: 1;
  position: relative;
  margin-top: -103px;
  padding-top: 180px;
  padding-bottom: 50px;
  clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-campaign-1-area {
    clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
    padding-top: 140px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .txa-campaign-1-area {
    clip-path: polygon(0 0, 100% 2%, 100% 100%, 0% 100%);
    padding-top: 140px;
    padding-bottom: 0px;
  }
}
.txa-campaign-1-bg-shape {
  width: 65%;
  height: 69%;
  background: linear-gradient(90deg, rgb(9, 0, 156) 11%, rgb(7, 58, 176) 50%, rgb(0, 212, 255) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@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) {
  .txa-campaign-1-bg-shape {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-campaign-1-bg-shape {
    width: 100%;
    height: 100%;
  }
}
.txa-campaign-1-bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 47%;
}
@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) {
  .txa-campaign-1-bg-img {
    bottom: 31%;
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-campaign-1-bg-img {
    bottom: 31%;
    width: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-campaign-1-bg-img {
    position: unset;
    width: 100%;
  }
}
.txa-campaign-1-section-title-wrap {
  max-width: 625px;
}
.txa-campaign-1-feature-item {
  max-width: 590px;
}
.txa-campaign-1-feature {
  gap: 30px;
}
.txa-campaign-1-feature-icon {
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  background: var(--txa-pr-1);
  border-radius: 50%;
  text-align: center;
  line-height: 65px;
  font-size: 30px;
  color: #fff;
  border: 2px solid #fff;
  position: relative;
}
.txa-campaign-1-feature-icon i {
  display: inline-block;
}
.txa-campaign-1-feature-icon::after {
  content: "";
  width: 1px;
  height: 52px;
  border-radius: 12px;
  background: #fff;
  position: absolute;
  top: 110%;
  left: 30px;
}
.txa-campaign-1-feature-title {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 8px;
}
.txa-campaign-1-feature-disc {
  font-size: 16px;
  line-height: 26px;
  opacity: 80%;
}
.txa-campaign-1-feature:hover .txa-campaign-1-feature-icon i {
  animation: txa-shake-up 0.5s var(--txa-cube-1);
}
.txa-campaign-1-feature:nth-last-child(1) .txa-campaign-1-feature-icon::after {
  display: none;
}

.txa-campaign-1-card-container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.txa-campaign-1-card-row {
  max-width: 1030px;
}
.txa-campaign-1-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  padding: 35px 28px;
  transition: 0.4s var(--txa-cube-1);
  margin-bottom: 30px;
}
.txa-campaign-1-card-number {
  width: 42px;
  height: 42px;
  background: var(--txa-pr-2);
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  font-size: 17px;
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
}
.txa-campaign-1-card-number::after {
  content: "";
  width: 62px;
  height: 62px;
  border: 2px solid var(--txa-pr-2);
  background: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.txa-campaign-1-card-number::before {
  content: "";
  width: 100%;
  height: 56px;
  background: linear-gradient(0deg, rgb(9, 0, 156) 0%, rgba(0, 212, 255, 0) 100%);
  position: absolute;
  left: 0%;
  bottom: 50%;
  z-index: -1;
  opacity: 0.2;
  transform-origin: bottom left;
  transition: 0.5s var(--txa-cube-1);
}
.txa-campaign-1-card-title {
  font-size: 22px;
  line-height: 1.54;
  margin-bottom: 15px;
}
.txa-campaign-1-card-disc {
  font-size: 14px;
  line-height: 24px;
}
.txa-campaign-1-card:hover .txa-campaign-1-card-number::before {
  transform: rotate(90deg);
}

/*---------------------------------------------------- */
/*Contact Section*/
/*----------------------------------------------------*/
.txtm-contact-section {
  background-color: #0a294b;
}

.txtm-contact-content {
  z-index: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 110px 0px 25px;
}

.txtm-contact-content .txt-section-title-m p {
  font-family: var(--txt-heading-main);
}

.txtm-contact-content .txtm-contant-bg {
  top: -40px;
  z-index: -2;
  right: -250px;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

.txtm-contact-content .txtm-contant-bg.active {
  right: -70px;
}

.txtm-contact-content .txtm-contact-img {
  left: 0;
  bottom: 0;
}

.txtm-contact-content .txtm-contact-img .inner-img {
  z-index: -1;
  position: relative;
}

.txtm-contact-content .txtm-contact-img .shape_img1 {
  top: 38%;
  z-index: 1;
  right: 70px;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.txtm-contact-content .txtm-contact-img .shape_img2 {
  z-index: 1;
  right: -75px;
  bottom: 15px;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.txtm-contact-content .txtm-contact-img .shape_img3 {
  z-index: 1;
  bottom: 50px;
  left: -185px;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.txtm-contact-content .txtm-contact-img.active .shape_img1 {
  right: 0;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.txtm-contact-content .txtm-contact-img.active .shape_img2 {
  right: -15px;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.txtm-contact-content .txtm-contact-img.active .shape_img3 {
  left: -105px;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.txtm-contact-content .txtm-contact-form {
  max-width: 600px;
}

.txtm-contact-content .txtm-contact-form form {
  margin-top: 25px;
}

.txtm-contact-content .txtm-contact-form input {
  width: 100%;
  height: 67px;
  border: none;
  padding-left: 35px;
  margin-bottom: 15px;
  border-radius: 30px;
  background-color: #fff;
}

.txtm-contact-content .txtm-contact-form input::-webkit-input-placeholder {
  color: #191818;
  font-size: 14px;
  font-family: var(--txt-heading-main);
}

.txtm-contact-content .txtm-contact-form input::-moz-placeholder {
  color: #191818;
  font-size: 14px;
  font-family: var(--txt-heading-main);
}

.txtm-contact-content .txtm-contact-form input:-ms-input-placeholder {
  color: #191818;
  font-size: 14px;
  font-family: var(--txt-heading-main);
}

.txtm-contact-content .txtm-contact-form input::-ms-input-placeholder {
  color: #191818;
  font-size: 14px;
  font-family: var(--txt-heading-main);
}

.txtm-contact-content .txtm-contact-form input::placeholder {
  color: #191818;
  font-size: 14px;
  font-family: var(--txt-heading-main);
}

.txtm-contact-content .txtm-contact-form button {
  color: #fff;
  width: 100%;
  height: 57px;
  border: none;
  margin-top: 8px;
  font-size: 17px;
  font-weight: 800;
  border-radius: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: #191818;
}

.txtm-contact-content .txtm-contact-form button:hover {
  color: var(--txt-main-color);
}

@media (max-width: 1500px) {
  .txtm-contact-content {
    padding-right: 50px;
  }

  .txtm-contact-content .txtm-contant-bg {
    right: 0;
  }

  .txtm-contact-content .txtm-contact-img .shape_img3 {
    left: 0;
  }
}

@media (max-width: 1280px) {
  .txtm-contact-content .txtm-contact-img {
    display: none;
  }

  .txtm-contact-content .txtm-contant-bg {
    left: 0;
    right: 0;
    text-align: center;
  }

  .txtm-contact-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .txtm-contact-section {
    background-color: var(--txt-main-color);
  }

  .txtm-contact-content .txtm-contant-bg {
    display: none;
  }
}

/*---------------------------------------------------- */
/*Blog Section*/
/*----------------------------------------------------*/
.txtm-blog-item .txtm-blog-area {
  gap: 35px;
}

.txtm-blog-item .blog-img {
  width: 100%;
  max-width: 660px;
}

.txtm-blog-item .blog-img .inner-img {
  max-width: 628px;
  overflow: hidden;
  border-radius: 80px;
  border-top-right-radius: 0;
}

.txtm-blog-item .blog-img .blog-date {
  right: 0;
  top: 25px;
  width: 80px;
  height: 80px;
  color: #262524;
  font-size: 16px;
  font-weight: 900;
  position: absolute;
  border-radius: 100%;
  font-family: var(--txt-heading-main);
  background-color: var(--txt-main-color);
}

.txtm-blog-item .blog-img .blog-date span {
  max-width: 50px;
  line-height: 1.2;
  text-align: center;
}

.txtm-blog-item .blog-text {
  max-width: 515px;
}

.txtm-blog-item .blog-text .blog_title {
  color: #262524;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 20px;
}

.txtm-blog-item .blog-text .blog_title a {
  padding-bottom: 3px;
  display: inline !important;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.txtm-blog-item .blog-text .blog_title a:hover {
  color: #262524;
  background-size: 100% 100%;
}

.txtm-blog-item .blog-text .blog-meta {
  padding: 8px 15px;
  border-radius: 40px;
  margin-bottom: 13px;
  display: inline-block;
  background-color: #f7ffdb;
}

.txtm-blog-item .blog-text .blog-meta a {
  color: #262524;
  font-size: 15px;
  font-weight: 700;
  padding: 0px 10px;
  display: inline-block;
  font-family: var(--txt-heading-main);
}

.txtm-blog-item .blog-text .blog-meta a i {
  margin-right: 5px;
}

.txtm-blog-item .blog-text p {
  color: #444444;
  font-size: 20px;
  padding-bottom: 40px;
  font-family: var(--txt-heading-main);
}

.txtm-blog-item .blog-text .txt-btn-m a:hover {
  color: #000;
}

.txtm-blog-item.ver_2 .blog-img .inner-img {
  max-width: 628px;
  overflow: hidden;
  border-radius: 80px;
  border-top-left-radius: 0;
}

.txtm-blog-item.ver_2 .blog-img .blog-date {
  right: auto;
  left: 0;
}

.txtm-more-btn {
  color: #262524;
  font-weight: 500;
  font-family: var(--txt-heading-main);
}

.txtm-more-btn a {
  color: #262524;
  font-weight: 900;
  position: relative;
  display: inline-block;
}

.txtm-more-btn a:before {
  left: 0;
  right: 0;
  width: 0%;
  bottom: 3px;
  content: "";
  height: 1px;
  margin: 0 auto;
  position: absolute;
  background-color: #fff;
  background-color: #262524;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txtm-more-btn a:hover:before {
  width: 100%;
}

@media (max-width: 1250px) {
  .txtm-blog-item .txtm-blog-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .txtm-blog-item-wrap {
    padding-bottom: 60px;
  }
}

@media (max-width: 680px) {
  .txtm-blog-item .blog-img {
    max-width: 628px;
  }

  .txtm-blog-item .blog-img .blog-date {
    right: 25px;
  }

  .txtm-blog-item.ver_2 .blog-img .blog-date {
    left: 25px;
  }

  .txtm-blog-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 480px) {
  .txtm-blog-item .blog-text .blog_title {
    font-size: 30px;
  }

  .txtm-blog-item .blog-text p {
    padding-bottom: 20px;
  }
}

/*---------------------------------------------------- */
/*CTA Section*/
/*----------------------------------------------------*/
.txtm-cta-section {
  z-index: 1;
  overflow: hidden;
  padding-top: 50px;
  position: relative;
}

.txtm-cta-section:before {
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 140px;
  position: absolute;
  background-color: #141415;
}

.txtm-cta-content {
  border-radius: 80px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 70px 100px 50px;
  background-color: #f4f2ed;
}

.txtm-cta-content .txtm-cta-img1 {
  bottom: 0;
  left: 40px;
}

.txtm-cta-content .txtm-cta-img2 {
  top: -15px;
  left: -15px;
}

.txtm-cta-content .txtm-cta-img3 {
  top: 75px;
  left: 35%;
}

.txtm-cta-content .txtm-cta-text-wrap {
  max-width: 510px;
}

.txtm-cta-content .txtm-cta-client {
  margin-top: 40px;
}

.txtm-cta-content .txtm-cta-client .txtm-cta-wrap {
  margin-bottom: 25px;
}

.txtm-cta-content .txtm-cta-client .txtm-cta-wrap p {
  line-height: 1.3;
  max-width: 200px;
  font-family: var(--txt-heading-main);
}

.txtm-cta-content .txtm-cta-client .txtm-cta-wrap p span {
  color: #21c2a6;
}

.txtm-cta-content .txtm-cta-client ul {
  margin-right: 15px;
}

.txtm-cta-content .txtm-cta-client li {
  width: 45px;
  height: 45px;
  overflow: hidden;
  margin-left: -22px;
  border-radius: 100%;
  border: 2px solid #eef4f3;
}

.txtm-cta-content .txtm-cta-client li:first-child {
  margin-left: 0;
}

.txtm-cta-content .txtm-cta-client .txt-btn-m a:hover {
  color: #000;
}

@media (max-width: 1250px) {

  .txtm-cta-content .txtm-cta-img1,
  .txtm-cta-content .txtm-cta-img2,
  .txtm-cta-content .txtm-cta-img3 {
    display: none;
  }

  .txtm-cta-content .txtm-cta-text-wrap {
    max-width: 100%;
  }

  .txtm-cta-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .txtm-cta-content {
    padding: 60px 30px;
  }
}

@media (max-width: 480px) {
  .txtm-cta-content .txtm-cta-client .txtm-cta-wrap {
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.txa-client-1-logo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .txa-client-1-logo-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-client-1-logo-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.txa-client-1-logo-box {
  width: 100%;
  height: 130px;
  padding: 40px 10px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .txa-client-1-logo-box {
    border: 1px solid rgba(100, 106, 123, 0.3);
  }
}
.txa-client-1-logo-box:is(.has-border-right) {
  border-right: 1px solid rgba(100, 106, 123, 0.3);
}
@media (max-width: 767px) {
  .txa-client-1-logo-box:is(.has-border-right) {
    border-right: none;
  }
}
.txa-client-1-logo-box:is(.has-border-bottom) {
  border-bottom: 1px solid rgba(100, 106, 123, 0.3);
}
@media (max-width: 767px) {
  .txa-client-1-logo-box:is(.has-border-bottom) {
    border-bottom: none;
  }
}
.txa-client-1-logo-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 500ms var(--txa-cube-1);
}
@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-client-1-logo-box img {
    width: 80%;
  }
}
.txa-client-1-logo-box .txa-client-1-logo-1 {
  z-index: 1;
}
.txa-client-1-logo-box .txa-client-1-logo-2 {
  transform: translate(90%, -50%);
}
.txa-client-1-logo-box:hover .txa-client-1-logo-1 {
  transform: translate(-190%, -50%);
}
.txa-client-1-logo-box:hover .txa-client-1-logo-2 {
  transform: translate(-50%, -50%);
}
/*---------------------------------------------------- */
/*Footer Section*/
/*----------------------------------------------------*/

.txa-footer-1-menu {
  list-style: none;
  padding: 0;
}
.txa-footer-1-menu li:not(:last-child) {
  margin-bottom: 12px;
}
.txa-footer-1-menu li a {
  font-family: var(--inter);
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  transition: 400ms var(--txa-cube-1);
  opacity: 90%;
  transform-origin: left;
}
.txa-footer-1-menu li a::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  bottom: 40%;
  left: 0;
  opacity: 0;
  transition: 400ms var(--txa-cube-1);
}
.txa-footer-1-menu li a:hover {
  opacity: 100%;
  transform: scaleX(95%);
}
.txa-footer-1-menu li a:hover::after {
  opacity: 1;
  bottom: 0;
}
.txtm-footer-section {
  padding-top: 90px;
  background-color: #141415;
}

.txtm-footer-widget-area {
  gap: 85px;
}

.txtm-footer-widget .widget-title {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  padding-bottom: 20px;
}

.txtm-footer-widget.about-widget {
  max-width: 350px;
}

.txtm-footer-widget.about-widget p {
  color: #fff;
  padding-bottom: 20px;
}

.txtm-footer-widget.about-widget .txtm-about-info {
  font-family: var(--txt-heading-main);
}

.txtm-footer-widget.about-widget .txtm-about-info span {
  display: block;
  color: #8791af;
  font-size: 20px;
  font-weight: 600;
}

.txtm-footer-widget.about-widget .txtm-about-info a {
  font-size: 21px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: var(--txt-main-color);
}

.txtm-footer-widget.about-widget .txtm-about-info a:before {
  left: 0;
  right: 0;
  width: 0%;
  content: "";
  height: 1px;
  bottom: 0px;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--txt-main-color);
}

.txtm-footer-widget.about-widget .txtm-about-info a:hover:before {
  width: 100%;
}

.txtm-footer-widget.menu-widget {
  max-width: 150px;
}

.txtm-footer-widget.menu-widget li {
  margin-bottom: 18px;
}

.txtm-footer-widget.menu-widget li a {
  color: #fff;
  display: inline-block;
}

.txtm-footer-widget.menu-widget li a:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  color: var(--txt-main-color);
}

.txtm-footer-widget.location-widget .txtm-location-info .info-item {
  margin-bottom: 35px;
}

.txtm-footer-widget.location-widget .txtm-location-info .info-item .location-title {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 5px;
  display: inline-block;
  font-family: var(--txt-heading-main);
}

.txtm-footer-widget.location-widget .txtm-location-info .info-item .location-title img {
  margin-right: 10px;
}

.txa-newsletter-1-form {
  position: relative;
}
.txa-newsletter-1-form input {
  width: 100%;
  height: 52px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  padding-left: 22px;
  padding-right: 75px;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}
.txa-newsletter-1-form-btn {
  border: none;
  outline: none;
  width: 60px;
  height: 44px;
  border-radius: 60px;
  font-size: 25px;
  line-height: 1;
  background: var(--txa-pr-1);
  color: #fff;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: 400ms var(--txa-cube-1);
}
.txa-newsletter-1-form-btn i {
  display: inline-block;
}
.txa-newsletter-1-form-btn:hover {
  color: #fff;
  transform: scale(110%);
}
.txa-newsletter-1-form-btn:hover i {
  animation: txa-shake-up 0.5s var(--txa-cube-1);
}

.txa-footer-1-link {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px 50px;
  justify-content: center;
  flex-wrap: wrap;
}
.txa-footer-1-link li a {
  display: inline-block;
  font-family: var(--inter);
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 30px;
  opacity: 70%;
  transition: 400ms var(--txa-cube-1);
  transform-origin: left;
}
.txa-footer-1-link li a:hover {
  opacity: 100%;
  transform: scaleX(105%);
}
.txtm-footer-widget.location-widget .txtm-location-info .info-item p {
  color: #8791af;
  font-size: 16px;
}

.txtm-footer-social {
  margin: 0 auto;
  max-width: 1025px;
}

.txtm-footer-social a {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.txtm-footer-social a i {
  margin-right: 8px;
}

.txtm-footer-social a:hover {
  color: var(--txt-main-color);
}

.txtm-footer-copyright {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding: 18px 0px;
  background-color: #080809;
}

@media (max-width: 1230px) {
  .txtm-footer-widget-area {
    gap: 50px;
  }
}

@media (max-width: 1100px) {
  .txtm-footer-widget.about-widget {
    max-width: 220px;
  }

  .txtm-footer-widget .widget-title {
    font-size: 24px;
  }

  .txtm-footer-widget.location-widget {
    max-width: 210px;
  }
}

@media (max-width: 991px) {
  .txtm-footer-widget-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .txtm-footer-widget-area {
    gap: 30px 80px;
  }

  .txtm-footer-widget,
  .txtm-footer-widget.about-widget,
  .txtm-footer-widget.menu-widget,
  .txtm-footer-widget.location-widget {
    max-width: 50%;
  }

  .txtm-footer-social {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 20px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

@media (max-width: 480px) {

  .txtm-footer-widget,
  .txtm-footer-widget.about-widget,
  .txtm-footer-widget.menu-widget,
  .txtm-footer-widget.location-widget {
    width: 100%;
    max-width: 100%;
  }

  .txtm-footer-social a {
    font-size: 16px;
  }
}

/*---------------------------------------------------- */
/*Breadcrumb Section*/
/*----------------------------------------------------*/
.txt-breadcrumb-content {
  padding: 295px 0px 180px;
}

.txt-breadcrumb-content .bread_title {
  color: #fff;
  font-size: 70px;
  font-weight: 800;
}

.txt-breadcrumb-content ul {
  padding: 18px 5px;
  border-radius: 40px;
  display: inline-block !important;
  border: 2px solid #BEE041;
}

.txt-breadcrumb-content ul li {
  color: var(--txt-main-color);
  font-size: 20px;
  font-weight: 600;
  padding: 0px 22px;
  position: relative;
  font-family: var(--txt-heading-main);
}

.txt-breadcrumb-content ul li a {
  color: #fff;
}

.txt-breadcrumb-content ul li:before {
  top: 50%;
  right: -16px;
  width: 24px;
  content: "";
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/icon/arrow.svg);
  transform: translateY(-50%);
}

.txt-breadcrumb-content ul li:last-child:before {
  display: none;
}

/*---------------------------------------------------- */
/*Blog Page Section*/
/*----------------------------------------------------*/
.txt-blog-feed-item {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  border: 1px solid rgba(17, 16, 16, 0.1019607843);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-blog-feed-item .blog-img {
  overflow: hidden;
  border-radius: 10px;
}

.txt-blog-feed-item .blog-img .blog_video a {
  width: 77px;
  height: 77px;
  margin: 0 auto;
  position: relative;
  border-radius: 100%;
  background-color: var(--txt-main-color);
}

.txt-blog-feed-item .blog-img .blog_video .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 5px solid var(--txt-main-color);
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}

.txt-blog-feed-item .blog-img .blog_video .video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.txt-blog-feed-item .blog-img .blog_video .video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.txt-blog-feed-item .img_slider .blog-feed-next-prev {
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.txt-blog-feed-item .img_slider .blog-feed-arrow {
  width: 49px;
  height: 49px;
  border-radius: 100%;
  border: 2px solid var(--txt-main-color);
}

.txt-blog-feed-item .img_slider .blog-feed-arrow i {
  width: 39px;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--txt-main-color);
}

.txt-blog-feed-item .img_slider .img_item img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.txt-blog-feed-item .img_slider .swiper-slide-active .img_item img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.txt-blog-feed-item .blog-text {
  padding: 20px 30px 30px;
}

.txt-blog-feed-item .blog-text .blog_title {
  color: #262523;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 15px;
}

.txt-blog-feed-item .blog-text .blog_title a {
  width: 100%;
  padding-bottom: 3px;
  display: inline !important;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.txt-blog-feed-item .blog-text .blog_title a:hover {
  color: inherit;
  background-size: 100% 100%;
}

.txt-blog-feed-item .blog-text p {
  padding-bottom: 15px;
}

.txt-blog-feed-item .blog-text .read_more {
  color: #262523;
  font-size: 16px;
  font-weight: 500;
}

.txt-blog-feed-item .blog-text .read_more:hover {
  letter-spacing: 2px;
}

.txt-blog-feed-item .blog-meta-author {
  gap: 15px;
  margin-bottom: 20px;
}

.txt-blog-feed-item .blog-meta-author .blog-author {
  font-size: 16px;
  margin-right: 30px;
}

.txt-blog-feed-item .blog-meta-author .blog-author .inner-img {
  width: 44px;
  height: 44px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
  border-radius: 100%;
  border: 1px solid var(--txt-main-color);
}

.txt-blog-feed-item .blog-meta-author .blog-author .inner-text {
  color: #262523;
  font-weight: 500;
}

.txt-blog-feed-item .blog-meta-author .blog-meta a {
  font-size: 16px;
  color: #262523;
  margin-right: 35px;
  display: inline-block;
}

.txt-blog-feed-item .blog-meta-author .blog-meta a:last-child {
  margin-right: 0;
}

.txt-blog-feed-item .blog-meta-author .blog-meta a i {
  margin-right: 5px;
  color: var(--txt-main-color);
}

.txt-blog-feed-item:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
}

.txt-pagination li {
  margin: 0px 5px;
}

.txt-pagination li a {
  width: 54px;
  height: 54px;
  color: #505050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(22, 29, 57, 0.1490196078);
}

.txt-pagination li a:hover {
  background-color: var(--txt-main-color);
  border: 1px solid var(--txt-main-color);
}

.txt-sidebar-widget {
  margin-left: 10px;
  padding: 22px 20px;
  border-radius: 10px;
  background: #F8F9F4;
  margin-bottom: 30px;
  border: 1px solid rgba(17, 16, 16, 0.08);
}

.txt-sidebar-widget .widget-title {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  padding-left: 40px;
  margin-bottom: 15px;
}

.txt-sidebar-widget .widget-title:before {
  left: 0;
  top: 14px;
  width: 30px;
  height: 4px;
  content: "";
  position: absolute;
  border-radius: 30px;
  background: var(--txt-main-color);
}

.txt-sidebar-widget .search-widget form {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.txt-sidebar-widget .search-widget input {
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 20px;
  border-radius: 5px;
  background: rgba(17, 16, 16, 0.05);
}

.txt-sidebar-widget .search-widget input::-webkit-input-placeholder {
  color: #666666;
}

.txt-sidebar-widget .search-widget input::-moz-placeholder {
  color: #666666;
}

.txt-sidebar-widget .search-widget input:-ms-input-placeholder {
  color: #666666;
}

.txt-sidebar-widget .search-widget input::-ms-input-placeholder {
  color: #666666;
}

.txt-sidebar-widget .search-widget input::placeholder {
  color: #666666;
}

.txt-sidebar-widget .search-widget button {
  top: 0;
  right: 0;
  color: #fff;
  width: 60px;
  height: 60px;
  border: none;
  position: absolute;
  background: var(--txt-main-color);
}

.txt-sidebar-widget .service-widget li {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(17, 16, 16, 0.2);
}

.txt-sidebar-widget .service-widget li:last-child {
  margin-bottom: 0;
  border: none;
}

.txt-sidebar-widget .service-widget li a {
  width: 100%;
  color: #0E0E0E;
  font-weight: 500;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  padding: 8px 30px 12px;
  text-transform: capitalize;
  background: var(--txt-main-color);
  background-size: 100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-sidebar-widget .service-widget li a:before {
  top: 6px;
  right: 30px;
  opacity: 0;
  color: #fff;
  width: 30px;
  height: 30px;
  content: "\f176";
  font-weight: 300;
  position: absolute;
  text-align: center;
  border-radius: 5px;
  visibility: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Font Awesome 5 Pro";
  background: var(--txt-main-color);
}

.txt-sidebar-widget .service-widget li a .cate-count {
  top: 6px;
  right: 15px;
  position: absolute;
  background: var(--txt-main-color);
  background-size: 100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-sidebar-widget .service-widget li a:after {
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  content: "";
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--txt-main-color);
}

.txt-sidebar-widget .service-widget li a:hover:before {
  opacity: 1;
  right: 15px;
  color: #fff;
  visibility: visible;
  background-color: var(--txt-main-color);
}

.txt-sidebar-widget .service-widget li a:hover:after {
  width: 100%;
}

.txt-sidebar-widget .recent-post-widget .recent-blog-item {
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 10px;
  background: #fff;
}

.txt-sidebar-widget .recent-post-widget .recent-blog-item .recent-blog-img {
  width: 83px;
  height: 83px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 5px;
}

.txt-sidebar-widget .recent-post-widget .recent-blog-item .recent-blog-text {
  max-width: 215px;
}

.txt-sidebar-widget .recent-post-widget .recent-blog-item .recent-blog-text span {
  font-size: 12px;
  font-weight: 700;
}

.txt-sidebar-widget .recent-post-widget .recent-blog-item .recent-blog-text h3 {
  color: #262523;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.txt-sidebar-widget .recent-post-widget .recent-blog-item .recent-blog-text h3:hover {
  color: var(--txt-main-color);
}

.txt-sidebar-widget .tag-widget a {
  margin: 5px;
  font-size: 16px;
  padding: 5px 16px;
  border-radius: 5px;
  display: inline-block;
  background-color: #fff;
}

.txt-sidebar-widget .tag-widget a:hover {
  color: #000;
  background-color: var(--txt-main-color);
}

.txt-single-sidebar {
  top: 100px;
  position: sticky;
}

@media (max-width: 991px) {

  .txt-blog-feed-item,
  .txt-single-sidebar {
    margin: 0 auto;
    max-width: 825px;
    margin-bottom: 30px;
  }

  .txt-single-sidebar {
    margin-top: 40px;
  }

  .txt-breadcrumb-content .bread_title {
    font-size: 50px;
  }
}

@media (max-width: 480px) {
  .txt-breadcrumb-content .bread_title {
    font-size: 45px;
  }

  .txt-breadcrumb-content {
    padding: 150px 0px 120px;
  }

  .txt-breadcrumb-content ul {
    padding: 15px 0px;
  }

  .txt-blog-feed-item .blog-text .blog_title {
    font-size: 28px;
  }

  .txt-blog-feed-item .blog-text {
    padding: 20px;
  }

  .txt-blog-feed-item .blog-meta-author .blog-meta a {
    margin-right: 20px;
  }

  .txt-pagination li a {
    width: 45px;
    height: 45px;
  }
}

/*---------------------------------------------------- */
/*+++++++++++++ Home Page Three +++++++++++++++++*/
/*Banner Section*/
/*----------------------------------------------------*/
@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

.txt-banner-section-3 {
  overflow: hidden;
  padding: 210px 0px 0px;
}

.txt-banner-img-text-area-3 {
  gap: 90px;
}

.txt-banner-slider-item-3 {
  margin: 0 auto;
  max-width: 1920px;
}

.txt-banner-slider-item-3 .txt-banner-img-wrapper {
  padding-left: 175px;
}

.txt-banner-slider-item-3 .txt-banner-img-wrapper .inner-img {
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.txt-banner-slider-item-3 .txt-banner-img-wrapper .inner-shape1 {
  top: 85px;
  opacity: 0;
  right: 50px;
  visibility: hidden;
}

.txt-banner-slider-item-3 .txt-banner-img-wrapper .inner-shape2 {
  top: 35%;
  left: 35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.txt-banner-slider-item-3 .txt-banner-img-wrapper .inner-circle {
  left: 0;
  right: 0;
  opacity: 0.7;
  z-index: -1;
  bottom: -130px;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.txt-banner-slider-item-3 .txt-banner-quote {
  z-index: 1;
  max-width: 925px;
  position: relative;
  padding: 40px 105px;
  background-color: #301A63;
}

.txt-banner-slider-item-3 .txt-banner-quote .inner-img {
  width: 120px;
  height: 120px;
  margin-right: 50px;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.txt-banner-slider-item-3 .txt-banner-quote .inner-text {
  opacity: 0;
  color: #fff;
  font-size: 20px;
  max-width: 540px;
  visibility: hidden;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  font-family: var(--txt-heading-3);
}

.txt-banner-text-3 {
  max-width: 590px;
  padding-top: 110px;
}

.txt-banner-text-3 .banner-slug {
  opacity: 0;
  color: #5939C6;
  font-size: 14px;
  padding: 5px 20px;
  visibility: hidden;
  margin-bottom: 15px;
  border-radius: 50px;
  display: inline-block;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  font-family: var(--txt-heading-3);
  background: rgba(89, 57, 198, 0.07);
}

.txt-banner-text-3 .banner-slug img {
  margin-right: 10px;
}

.txt-banner-text-3 .slide-hero-title {
  opacity: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1;
  visibility: hidden;
  padding-bottom: 25px;
  letter-spacing: -1.6px;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  color: var(--txt-title-color-1);
}

.txt-banner-text-3 p {
  opacity: 0;
  color: #545661;
  visibility: hidden;
  padding-bottom: 45px;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}

.txt-banner-text-3 .txt-banner-btn-grp {
  gap: 52px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.txt-banner-text-3 .txt-video-play a .inner-icon {
  color: #fff;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  border-radius: 100%;
  background-color: #5939C6;
  border: 10px solid rgb(159, 131, 255);
}

.txt-banner-text-3 .txt-video-play a .inner-icon .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 5px solid #5939C6;
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}

.txt-banner-text-3 .txt-video-play a .inner-icon .video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.txt-banner-text-3 .txt-video-play a .inner-icon .video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.txt-banner-text-3 .txt-video-play a .inner-text {
  color: var(--txt-title-color-1);
  font-family: var(--txt-heading-3);
}

.txt-banner-slider-3 .swiper-pagination {
  right: 15%;
  left: auto;
  width: auto;
  bottom: 85px !important;
  line-height: 1;
}

.txt-banner-slider-3 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: auto;
  height: auto;
  font-size: 32px;
  font-weight: 500;
  margin: 0px 10px;
  background: transparent;
  color: rgba(84, 86, 97, 0.3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--txt-heading-3);
}

.txt-banner-slider-3 .swiper-pagination .swiper-pagination-bullet:before,
.txt-banner-slider-3 .swiper-pagination .swiper-pagination-bullet:after {
  top: 15px;
  opacity: 0;
  left: 30px;
  width: 0px;
  height: 2px;
  content: "";
  position: absolute;
  border-radius: 20px;
  background-color: #D9D9D9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-banner-slider-3 .swiper-pagination .swiper-pagination-bullet:after {
  width: 0;
  background-color: #5939C6;
}

.txt-banner-slider-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #5939C6;
  font-weight: 700;
  position: relative;
  margin-right: 210px;
}

.txt-banner-slider-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.txt-banner-slider-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
  width: 200px;
}

.txt-banner-slider-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 200px;
  background-color: #5939C6;
  -webkit-transition: all 7000ms ease;
  transition: all 7000ms ease;
}

.swiper-slide-active .txt-banner-slider-item-3 .txt-banner-img-wrapper .inner-img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.swiper-slide-active .txt-banner-slider-item-3 .txt-banner-img-wrapper .inner-shape1 {
  opacity: 1;
  right: -25px;
  visibility: visible;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

.swiper-slide-active .txt-banner-slider-item-3 .txt-banner-img-wrapper .inner-shape2 {
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.swiper-slide-active .txt-banner-slider-item-3 .txt-banner-img-wrapper .inner-circle {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.swiper-slide-active .txt-banner-slider-item-3 .txt-banner-text-3 .banner-slug {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.swiper-slide-active .txt-banner-slider-item-3 .txt-banner-text-3 .slide-hero-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.swiper-slide-active .txt-banner-slider-item-3 .txt-banner-text-3 p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: skew(0);
  transform: skew(0);
  -webkit-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

.swiper-slide-active .txt-banner-slider-item-3 .txt-banner-btn-grp {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.swiper-slide-active .txt-banner-slider-item-3 .txt-banner-quote .inner-img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.swiper-slide-active .txt-banner-slider-item-3 .txt-banner-quote .inner-text {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

@media (max-width: 1700px) {
  .txt-banner-slider-item-3 .txt-banner-quote {
    padding: 40px 30px;
  }
}

@media (max-width: 1500px) {
  .txt-banner-slider-item-3 .txt-banner-img-wrapper .inner-circle {
    bottom: -160px;
  }

  .txt-banner-slider-3 .swiper-pagination {
    right: 5%;
    bottom: 20px;
  }

  .txt-banner-slider-item-3 .txt-banner-quote .inner-text {
    max-width: 480px;
  }

  .txt-banner-slider-item-3 .txt-banner-img-wrapper {
    padding-left: 95px;
  }
}

@media (max-width: 1450px) {
  .txt-banner-slider-item-3 .txt-banner-img-wrapper .inner-circle {
    bottom: -200px;
  }

  .txt-banner-slider-item-3 .txt-banner-quote .inner-img {
    margin-right: 25px;
  }

  .txt-banner-slider-item-3 .txt-banner-img-wrapper .inner-shape1 {
    top: 0;
    right: -90px;
  }

  .txt-banner-text-3 {
    max-width: 520px;
  }

  .txt-banner-text-3 .slide-hero-title {
    font-size: 65px;
  }
}

@media (max-width: 1300px) {
  .txt-banner-slider-item-3 .txt-banner-img-wrapper .inner-circle {
    display: none;
  }

  .txt-banner-slider-item-3 .txt-banner-img-wrapper .inner-shape1,
  .txt-banner-slider-item-3 .txt-banner-img-wrapper .inner-shape2 {
    display: none;
  }

  .txt-banner-text-3 {
    padding-top: 55px;
  }

  .txt-banner-img-text-area-3 {
    gap: 30px;
  }
}

@media (max-width: 1200px) {
  .txt-banner-slider-item-3 .txt-banner-quote .inner-text {
    max-width: 400px;
  }

  .txt-banner-slider-item-3 .txt-banner-quote .inner-text {
    font-size: 16px;
  }

  .txt-banner-slider-3 .swiper-pagination {
    margin: 40px 0px;
    position: static !important;
  }

  .txt-header-section.header_type_three .main-navigation li {
    margin: 0px 15px;
  }

  .txt-banner-slider-item-3 .txt-banner-img-wrapper {
    overflow: hidden;
  }

  .txt-banner-slider-item-3 .txt-banner-img-wrapper {
    padding-left: 30px;
  }

  .txt-banner-img-text-area-3 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .txt-banner-slider-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin-right: 20px;
  }

  .txt-banner-slider-3 .swiper-pagination .swiper-pagination-bullet:before,
  .txt-banner-slider-3 .swiper-pagination .swiper-pagination-bullet:after {
    display: none;
  }
}

@media (max-width: 1100px) {
  .txt-banner-slider-item-3 .txt-banner-img-wrapper .inner-shape2 {
    left: 15px;
  }

  .txt-banner-text-3 {
    padding-top: 0;
    max-width: 450px;
  }

  .txt-banner-text-3 .slide-hero-title {
    font-size: 55px;
  }

  .txt-banner-text-3 p {
    font-size: 16px;
    padding-bottom: 30px;
  }

  .txt-banner-slider-item-3 .txt-banner-quote .inner-text {
    max-width: 330px;
  }

  .txt-header-section.header_type_three .txt-btn-3 a {
    padding: 15px 20px;
  }

  .txt-header-section.header_type_three .txt-btn-3 a img {
    display: none;
  }
}

@media (max-width: 991px) {
  .txt-header-section.header_type_three .header-top-cta {
    display: none !important;
  }

  .txt-header-section.header_type_three .main-navigation {
    display: none;
  }

  .txt-banner-img-text-area-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .txt-banner-img-area-3,
  .txt-banner-text-3 {
    margin: 0 auto;
    max-width: 700px;
  }

  .txt-banner-text-3 {
    text-align: center;
  }

  .txt-banner-text-3 .txt-banner-btn-grp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .txt-banner-section-3 {
    padding-top: 150px;
  }
}

@media (max-width: 680px) {
  .txt-banner-slider-item-3 .txt-banner-img-wrapper .inner-shape2 {
    display: none;
  }

  .txt-banner-slider-item-3 .txt-banner-img-wrapper {
    padding: 0px 15px;
  }

  .txt-banner-slider-item-3 .txt-banner-quote {
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .txt-banner-slider-item-3 .txt-banner-quote .inner-text {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .txt-banner-text-3 .slide-hero-title {
    font-size: 40px;
  }
}

/*---------------------------------------------------- */
/*Service Section*/
/*----------------------------------------------------*/
@-webkit-keyframes icon_move {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes icon_move {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.txt-side-text {
  top: 50%;
  color: #FFF;
  font-weight: 600;
  font-size: 112px;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: var(--txt-heading-2);
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.txt-side-text.side-text1 {
  left: 60px;
}

.txt-side-text.side-text2 {
  right: 50px;
}

.txt-service-section-3 {
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1920px;
  padding-bottom: 150px;
}

.txt-service-section-3:before {
  top: -220px;
  right: 100px;
  z-index: -1;
  content: "";
  opacity: 0.1;
  width: 415px;
  height: 415px;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  background: linear-gradient(97deg, #EB5C18 0%, #F95055 45.72%, #CA2DB8 100%);
}

.txt-service-section-3:after {
  left: 10%;
  bottom: 30px;
  z-index: -1;
  content: "";
  opacity: 0.1;
  width: 415px;
  height: 415px;
  position: absolute;
  border-radius: 100%;
  background: #5939C6;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.txt-service-section-3 .service-more {
  display: block;
  text-align: center;
}

.txt-service-section-3 .service-more a {
  color: #5939C6;
  position: relative;
}

.txt-service-section-3 .service-more a:before {
  left: 0;
  width: 0%;
  bottom: 0;
  right: 0;
  content: "";
  height: 1px;
  margin: 0 auto;
  position: absolute;
  background-color: #5939C6;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-service-section-3 .service-more a:hover:before {
  width: 100%;
}

.txt-service-section-3.active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.txt-service-section-3.active:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.txt-service-content-3 {
  background: #FFF;
  padding: 70px 50px;
  border-radius: 0px 0px 20px 20px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

.txt-service-content-3:before {
  left: 0;
  top: 44%;
  right: 0;
  width: 92%;
  content: "";
  height: 2px;
  margin: 0 auto;
  position: absolute;
  border-top: 2px dashed rgba(3, 6, 23, 0.15);
}

.txt-service-item-3 {
  margin-bottom: 100px;
}

.txt-service-item-3:before {
  top: 15px;
  right: 15px;
  width: 2px;
  content: "";
  height: 100%;
  position: absolute;
  border-right: 2px dashed rgba(3, 6, 23, 0.15);
}

.txt-service-item-3 .service-icon {
  width: 106px;
  height: 101px;
  margin-bottom: 22px;
}

.txt-service-item-3 .service-text .service_title {
  padding-bottom: 13px;
}

.txt-service-item-3 .service-text .service_title a {
  font-size: 30px;
  font-weight: 600;
  color: var(--txt-title-color);
}

.txt-service-item-3 .service-text .service_title a:hover {
  color: #5939C6;
}

.txt-service-item-3 .service-text p {
  font-size: 16px;
  max-width: 330px;
  padding-bottom: 20px;
}

.txt-service-item-3 .service-text .read_more {
  color: #545661;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--txt-heading-3);
}

.txt-service-item-3 .service-text .read_more i {
  margin-left: 5px;
}

.txt-service-item-3 .service-text .read_more:hover {
  color: #5939C6;
  letter-spacing: 3px;
}

.txt-service-item-3:hover .service-icon {
  -webkit-animation-name: icon_move;
  animation-name: icon_move;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.service-item-row .col-lg-4:last-child .txt-service-item-3:before {
  display: none;
}

@media (max-width: 1550px) {
  .txt-side-text.side-text1 {
    left: 0;
  }

  .txt-side-text.side-text2 {
    right: 0;
  }
}

@media (max-width: 1270px) {
  .txt-service-item-3:before {
    display: none;
  }

  .txt-service-content-3:before {
    display: none;
  }

  .txt-service-item-3 {
    margin-bottom: 60px;
  }

  .txt-side-text.side-text1 {
    display: none;
  }

  .txt-side-text.side-text2 {
    display: none;
  }
}

@media (max-width: 1150px) {
  .txt-service-item-3 .service-text .service_title a {
    font-size: 24px;
  }

  .txt-service-content-3 {
    padding: 50px 30px;
  }
}

@media (max-width: 1024px) {
  .txt-service-item-3 .service-text .service_title a {
    font-size: 24px;
  }

  .txt-service-content-3 {
    padding: 40px 20px;
  }

  .txt-service-item-3 {
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 375px;
  }

  .txt-service-section-3 .service-more {
    font-size: 16px;
  }
}

/*---------------------------------------------------- */
/*About Section*/
/*----------------------------------------------------*/
.txt-sponsor-cta-section {
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1920px;
  padding-bottom: 128px;
}

.txt-sponsor-cta-section:before {
  left: 0;
  width: 60%;
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/bg/ab-bg.jpg);
}

.txt-sponsor-cta-content {
  width: 54%;
}

.txt-sponsor-cta-content .txt-main-slider-sponsor-area {
  width: 100%;
  margin-left: 0;
  padding: 47px 50px;
  background: #5939C6;
}

.txt-sponsor-cta-content .main-sponsor-img {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.txt-sponsor-cta-content .main-sponsor-img img {
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-sponsor-cta-content .main-sponsor-img:hover img {
  opacity: 1;
}

.txt-sponsor-cta-content .txt-cta-content {
  padding-top: 95px;
}

.txt-sponsor-cta-content .txt-cta-text-3 {
  max-width: 625px;
}

.txt-sponsor-cta-content .txt-btn-3 {
  margin-right: 40px;
}

.txt-about-feature-3 {
  border-radius: 15px;
  margin: 40px 0px 50px;
  padding: 25px 15px 0px;
  -webkit-backdrop-filter: blur(17.5px);
  backdrop-filter: blur(17.5px);
  background: rgba(4, 7, 29, 0.2);
  border: 1px dashed rgba(255, 255, 255, 0.5);
}

.txt-about-feature-3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.txt-about-feature-3 li {
  width: 50%;
  color: #fff;
  padding: 0px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-family: var(--txt-heading-2);
}

.txt-about-feature-3 li i {
  color: #5969FC;
  line-height: 1;
  font-size: 30px;
  margin-right: 20px;
}

.txt-about-cta-btn-3 {
  gap: 20px;
}

.txt-about-cta-btn-3 .txt-about-cta-3 .cta-icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 100%;
  border: 2px solid #fff;
}

.txt-about-cta-btn-3 .txt-about-cta-3 .cta-icon i {
  color: #fff;
  font-size: 22px;
  line-height: 0.75;
}

.txt-about-cta-btn-3 .txt-about-cta-3 .cta-text a,
.txt-about-cta-btn-3 .txt-about-cta-3 .cta-text span {
  display: block;
}

.txt-about-cta-btn-3 .txt-about-cta-3 .cta-text span {
  font-size: 14px;
  padding-bottom: 3px;
  color: rgba(255, 255, 255, 0.5);
}

.txt-about-cta-btn-3 .txt-about-cta-3 .cta-text a {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: var(--txt-heading-3);
}

.txt-sponsor-video-play {
  width: 46%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px 0px 0px 100px;
}

.txt-sponsor-video-play:after {
  z-index: -1;
  left: 114px;
  width: 143px;
  content: "";
  height: 143px;
  bottom: -128px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/misc/tringle-shape.png);
}

@media (max-width: 1800px) {
  .txt-sponsor-video-play:after {
    display: none;
  }
}

@media (max-width: 1250px) {
  .txt-sponsor-video-play {
    display: none;
  }

  .txt-sponsor-cta-section:before {
    width: 100%;
  }

  .txt-sponsor-cta-content {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .txt-sponsor-cta-content .txt-cta-text-3 {
    padding: 0px 15px;
  }

  .txt-about-feature-3 li {
    padding: 0;
  }

  .txt-about-feature-3 li i {
    margin-right: 10px;
  }

  .txt-about-cta-btn-3 {
    gap: 20px;
  }

  .txt-sponsor-cta-content .txt-btn-3 {
    margin-right: 0;
  }
}

@media (max-width: 680px) {
  .txt-about-feature-3 li {
    width: 100%;
  }
}

/*---------------------------------------------------- */
/*Pricing Section*/
/*----------------------------------------------------*/
.txt-pricing-item-area-3 {
  background: #fff;
  overflow: hidden;
  margin-top: 45px;
  border-radius: 30px;
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
}

.txt-pricing-item-3 .pricing-name {
  width: 100%;
  max-width: 322px;
  background: #282A3A;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-pricing-item-3 .pricing-name h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  max-width: 220px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-pricing-item-3 .pricing-list {
  width: 100%;
  max-width: 675px;
  padding: 50px 30px 50px 50px;
}

.txt-pricing-item-3 .pricing-list ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.txt-pricing-item-3 .pricing-list li {
  width: 50%;
  margin-bottom: 20px;
}

.txt-pricing-item-3 .pricing-list li i {
  margin-right: 8px;
}

.txt-pricing-item-3 .pricing-price {
  width: 100%;
  max-width: 290px;
  background: #F7F5FC;
}

.txt-pricing-item-3 .pricing-price .plan-price h3 {
  font-weight: 700;
  font-size: 42px;
  color: var(--txt-title-color-1);
}

.txt-pricing-item-3 .pricing-price .plan-price h3 sub {
  bottom: 0;
  color: #5939C6;
  font-size: 26px;
}

.txt-pricing-item-3 .pricing-price .plan-price span {
  margin-top: 5px;
  display: block;
  font-size: 20px;
  font-family: var(--txt-headline-3);
}

.txt-pricing-item-3 .pricing-price .price-btn {
  margin-top: 32px;
}

.txt-pricing-item-3 .pricing-price .price-btn a {
  color: #5939C6;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  padding: 12px 28px;
  display: inline-block;
  border: 2px solid #5939C6;
  font-family: var(--txt-headline-3);
}

.txt-pricing-item-3 .pricing-price .price-btn a img {
  margin-left: 10px;
}

.txt-pricing-item-3 .pricing-price .price-btn a:hover {
  color: #fff;
  background-color: #5939C6;
}

.txt-pricing-item-3:nth-child(even) .pricing-name {
  background-color: #030617;
}

.txt-pricing-item-3:nth-child(even) .pricing-list {
  background-color: #F7F5FC;
}

.txt-pricing-item-3:nth-child(even) .pricing-price {
  background-color: #fff;
}

.txt-pricing-item-3:hover .pricing-name {
  background-color: #5939C6;
}

.txt-pricing-item-3:hover .pricing-name h3 {
  letter-spacing: 2px;
}

@media (max-width: 1200px) {
  .txt-pricing-item-3 .pricing-name {
    max-width: 270px;
  }

  .txt-pricing-item-3 .pricing-price {
    max-width: 240px;
  }
}

@media (max-width: 1100px) {
  .txt-pricing-item-3 .pricing-name {
    max-width: 240px;
  }

  .txt-pricing-item-3 .pricing-price {
    max-width: 200px;
  }

  .txt-pricing-item-3 .pricing-name h3 {
    font-size: 24px;
  }

  .txt-pricing-item-3 .pricing-price .price-btn a {
    padding: 10px 20px;
  }

  .txt-pricing-item-3 .pricing-price .price-btn a img {
    display: none;
  }

  .txt-pricing-item-3 .pricing-price .plan-price h3 {
    font-size: 30px;
  }

  .txt-pricing-item-3 .pricing-list {
    padding: 50px 30px;
  }
}

@media (max-width: 991px) {
  .txt-pricing-item-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .txt-pricing-item-3 .pricing-name {
    width: 100%;
    padding: 20px;
    max-width: 100%;
  }

  .txt-pricing-item-3 .pricing-list {
    max-width: 100%;
  }

  .txt-pricing-item-3 .pricing-price {
    max-width: 100%;
    padding: 30px 15px;
  }

  .txt-pricing-item-3 .pricing-list {
    padding: 20px 30px;
  }

  .txt-pricing-item-3 .pricing-price .price-btn {
    margin-top: 15px;
  }
}

@media (max-width: 680px) {
  .txt-pricing-item-3 .pricing-list li {
    width: 100%;
  }
}

/*---------------------------------------------------- */
/*Process Section*/
/*----------------------------------------------------*/
.txt-process-section-3 .side-text1 {
  color: #131523;
}

.txt-process-content-3 {
  margin-top: 45px;
}

.txt-process-content-3 .col-lg-3:nth-child(even) .txt-process-item-4 .process-icon {
  margin-bottom: 0;
  margin-top: 28px;
}

.txt-process-content-3 .col-lg-3:nth-child(even) .txt-process-item-4 .process-text .serial-no {
  padding-bottom: 0;
  padding-top: 22px;
}

.txt-process-content-3 .col-lg-3:nth-child(even) .txt-process-item-4 .process-text .serial-no:before {
  top: auto;
  bottom: 10px;
}

.txt-process-content-3:before {
  top: 49%;
  left: 0;
  right: 0;
  width: 0%;
  height: 2px;
  content: "";
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  background-color: rgba(255, 255, 255, 0.15);
}

.txt-process-content-3.active:before {
  width: 100%;
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.txt-process-item-4 .process-icon {
  width: 202px;
  height: 202px;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 28px;
  background-color: #121421;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.txt-process-item-4 .process-icon i {
  color: #fff;
  opacity: 0.75;
  font-size: 100px;
  line-height: 0.75;
}

.txt-process-item-4 .process-text .serial-no {
  color: #5939C6;
  font-size: 56px;
  font-weight: 700;
  margin-left: 40px;
  position: relative;
  padding-right: 15px;
  display: inline-block;
  padding-bottom: 22px;
  letter-spacing: -1.12px;
  font-family: var(--txt-heading-3);
}

.txt-process-item-4 .process-text .serial-no:before {
  top: 0;
  right: 0;
  content: "";
  width: 2px;
  height: 70px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
}

.txt-process-item-4 .process-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: center;
}

.txt-process-item-4 .process-text p {
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}

.txt-process-item-4:hover .process-icon {
  background-color: #5939C6;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

@media (max-width: 1130px) {
  .txt-process-content-3:before {
    display: none;
  }

  .txt-process-item-4 .process-text .serial-no:before {
    display: none;
  }

  .txt-process-item-4 .process-text .serial-no {
    margin-left: 0;
    display: block;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .txt-process-item-4 {
    margin: 0 auto;
    max-width: 320px;
    margin-bottom: 30px;
  }

  .txt-process-item-4 .process-icon {
    margin: 0 auto;
  }

  .txt-process-item-4 .process-text .serial-no {
    padding-top: 0;
    padding-left: 0;
  }

  .txt-process-item-4 .process-icon {
    width: 180px;
    height: 180px;
  }
}

/*---------------------------------------------------- */
/*Team Section*/
/*----------------------------------------------------*/
.txt-team-text-area-3 {
  top: 100px;
  position: sticky;
}

.txt-team-text-area-3 .txt-btn-3 {
  margin-top: 45px;
  display: inline-block;
}

.txt-team-content-3 {
  margin-left: 35px;
}

.txt-team-item-3 {
  z-index: 1;
  min-height: 518px;
  margin-bottom: 30px;
  padding: 30px 15px 0px;
}

.txt-team-item-3:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 75%;
  content: "";
  position: absolute;
  background-color: #F5F4F7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-team-item-3 .team-text {
  margin-bottom: 15px;
}

.txt-team-item-3 .team-text h3 a {
  color: #020626;
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 5px;
}

.txt-team-item-3 .team-text span {
  color: #686868;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-team-item-3 .team-social {
  margin-bottom: -40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-team-item-3 .team-social a {
  color: #fff;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 8px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
}

.txt-team-item-3 .team-social a:hover {
  color: #5939C6;
  background-color: #fff;
}

.txt-team-item-3:hover .team-text h3 a {
  color: #fff;
}

.txt-team-item-3:hover .team-text span {
  color: #fff;
}

.txt-team-item-3:hover:before {
  height: 100%;
  background-color: #5939C6;
}

.txt-team-item-3:hover .team-social {
  margin-bottom: 20px;
}

@media (max-width: 1320px) {
  .txt-team-content-3 {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .txt-team-content-3 {
    margin-top: 40px;
  }

  .txt-team-text-area-3 .txt-btn-3 {
    margin-top: 20px;
  }
}

@media (max-width: 680px) {
  .txt-team-item-3 .team-text h3 a {
    font-size: 22px;
  }

  .txt-team-item-3 .team-text span {
    font-size: 16px;
  }

  .txt-team-item-3 {
    min-height: 100%;
  }
}

/*---------------------------------------------------- */
/*Portfolio Section*/
/*----------------------------------------------------*/
.txt-portfolio-section-3 {
  z-index: 1;
  margin: 0px 72px;
}

.txt-portfolio-section-3 .side-text1 {
  top: 80px;
  left: 10px;
  color: #473878;
  font-size: 90px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.txt-portfolio-section-3 .txt-portfolio-bg {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 670px;
}

.txt-portfolio-section-3 .txt-portfolio-bg .background_overlay {
  background-color: rgba(48, 26, 99, 0.9);
}

.txt-portfolio-section-3 .txt-section-title-3 .subtitle {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

.txt-portfolio-content-3 {
  margin-top: 100px;
}

.txt-portfolio-item-3 .portfolio-img-arrow {
  opacity: 0;
  visibility: hidden;
  margin: 0 auto;
  max-width: 462px;
  overflow: hidden;
  margin-bottom: 25px;
  border: 15px solid #fff;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  border-radius: 500px 500px 0px 0px;
}

.txt-portfolio-item-3 .portfolio-arrow {
  top: 40%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.txt-portfolio-item-3 .portfolio-arrow i {
  color: #fff;
  font-size: 100px;
}

.txt-portfolio-item-3 .portfolio-text .txt-category {
  color: #5939C6;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 12px;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.txt-portfolio-item-3 .portfolio-text .project_title {
  font-size: 42px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  color: var(--txt-title-color-1);
}

.txt-portfolio-item-3 .portfolio-text .project_title a {
  width: 100%;
  display: inline !important;
  background-size: 0 100%;
  background-position-y: -2px;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.txt-portfolio-item-3 .portfolio-text .project_title a:hover {
  color: inherit;
  background-size: 100% 100%;
}

.txt-arrow-next-prev-3 .txt-slider-arrow {
  z-index: 1;
  font-size: 20px;
  font-family: var(--txt-heading-3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-arrow-next-prev-3 .txt-slider-arrow i {
  margin: 0px 10px;
}

.txt-arrow-next-prev-3 .txt-slider-arrow:before {
  top: -12px;
  left: -5px;
  z-index: -1;
  width: 60px;
  content: "";
  height: 60px;
  border-radius: 100%;
  position: absolute;
  border: 2px solid #D9D9D9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-arrow-next-prev-3 .txt-slider-arrow:hover {
  letter-spacing: 2px;
}

.txt-arrow-next-prev-3 .txt-slider-arrow:hover i {
  color: #5939C6;
}

.txt-arrow-next-prev-3 .txt-slider-arrow:hover:before {
  border: 2px solid #5939C6;
}

.txt-arrow-next-prev-3 .txt-pro-button-prev-3,
.txt-arrow-next-prev-3 .txt-pro-button-next-3 {
  left: 15%;
  bottom: 28%;
  position: absolute;
}

.txt-arrow-next-prev-3 .txt-pro-button-next-3 {
  left: auto;
  right: 15%;
}

.txt-arrow-next-prev-3 .txt-pro-button-next-3:before {
  left: auto;
  right: -5px;
}

.txt-portfolio-slider-3 .swiper-slide-active .portfolio-img-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.txt-portfolio-slider-3 .swiper-slide-active .portfolio-img-arrow .portfolio-arrow {
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.txt-portfolio-slider-3 .swiper-slide-active .portfolio-text .txt-category {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.txt-portfolio-slider-3 .swiper-slide-active .portfolio-text .project_title {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

@media (max-width: 1500px) {
  .txt-portfolio-section-3 {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .txt-portfolio-content-3 {
    margin-top: 50px;
  }

  .txt-portfolio-section-3 .txt-portfolio-bg {
    height: 570px;
  }

  .txt-arrow-next-prev-3 .txt-pro-button-prev-3,
  .txt-arrow-next-prev-3 .txt-pro-button-next-3 {
    left: 0;
    bottom: 0;
    position: relative;
  }

  .txt-arrow-next-prev-3 {
    gap: 0px 20px;
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .txt-portfolio-item-3 .portfolio-text .project_title {
    font-size: 30px;
  }

  .txt-portfolio-item-3 .portfolio-arrow i {
    font-size: 70px;
  }
}


.txa-project-1-area {
  padding-top: 100px;
  padding-bottom: 410px;
  position: relative;
}
.txa-project-1-bg-img {
  width: 51%;
  height: 100%;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 30px 0 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .txa-project-1-bg-img {
    width: 34%;
  }
}
@media (max-width: 767px) {
  .txa-project-1-bg-img {
    width: 100%;
    border-radius: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .txa-project-1-section-btn {
    margin-left: 100px;
  }
}
@media (max-width: 767px) {
  .txa-project-1-section-sutitle {
    color: #fff;
  }
  .txa-project-1-section-sutitle::after {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .txa-project-1-section-title {
    color: #fff;
  }
}

.txa-project-1-item-wrap {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: -387px;
}
@media (max-width: 767px) {
  .txa-project-1-item-wrap {
    margin-top: -315px;
  }
}
.txa-project-1-item {
  flex: 0 0 auto;
  max-width: 512px;
  height: 623px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 500ms var(--txa-cube-1);
}
@media (max-width: 767px) {
  .txa-project-1-item {
    max-width: 302px;
    height: 368px;
  }
}
.txa-project-1-item-img {
  position: relative;
  z-index: 1;
}
.txa-project-1-item-img .shape-1 {
  position: absolute;
  top: 0;
  right: -50%;
  transition: 500ms var(--txa-cube-1);
}
.txa-project-1-item-img .shape-2 {
  position: absolute;
  left: -50%;
  top: -30px;
  transition: 500ms var(--txa-cube-1);
}
.txa-project-1-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 80px 30px;
  background: linear-gradient(0deg, rgba(15, 36, 220, 0.9) 0%, rgba(0, 212, 255, 0) 40%);
  transition: 500ms var(--txa-cube-1);
  transform: translateY(50%);
}
.txa-project-1-item-subtitle {
  font-size: 16px;
  line-height: 1;
  background: #F28E6E;
  border-radius: 40px;
  padding: 13px 20px;
  margin-bottom: 15px;
}
.txa-project-1-item-title {
  font-size: 26px;
  line-height: 1.38;
  margin-bottom: 0;
  transition: 400ms var(--txa-cube-1);
}
@media (max-width: 767px) {
  .txa-project-1-item-title {
    font-size: 18px;
  }
}
.txa-project-1-item-title a {
  transition: 400ms var(--txa-cube-1);
}
.txa-project-1-item-title:hover {
  opacity: 0.8;
}
.txa-project-1-item:hover {
  box-shadow: 0 0 30px 0 #0A21BA;
}
.txa-project-1-item:hover .txa-project-1-item-img .shape-1 {
  right: -2%;
}
.txa-project-1-item:hover .txa-project-1-item-img .shape-2 {
  left: -2%;
}
.txa-project-1-item:hover .txa-project-1-item-content {
  transform: translateY(2%);
}


/*---------------------------------------------------- */
/*Counter Section*/
/*----------------------------------------------------*/
.txt-counter-section-3 {
  padding: 42px 0px;
  background-color: #321692;
}

.txt-counter-item-1 .counter-icon {
  color: #fff;
  width: 90px;
  height: 90px;
  font-size: 40px;
  margin-right: 20px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.06%, #7F00FF), to(#E100FF));
  background: linear-gradient(90deg, #7F00FF -0.06%, #E100FF 100%);
}

.txt-counter-item-1 .counter-icon i {
  line-height: 0.75;
}

.txt-counter-item-1 .counter-text {
  color: #fff;
}

.txt-counter-item-1 .counter-text h3 {
  font-size: 60px;
  font-weight: 700;
}

.txt-counter-item-1 .counter-text p {
  font-weight: 500;
}

.txt-counter-item-1.ver_2 .counter-icon {
  background: #5939C6;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3) inset;
}

@media (max-width: 991px) {
  .txt-counter-item-1 {
    margin-bottom: 20px;
  }
}

@media (max-width: 680px) {
  .txt-counter-item-1 .counter-text h3 {
    font-size: 40px;
  }
}

.txa-counter-1-item {
  margin-bottom: 30px;
}
.txa-counter-1-item-icon {
  flex: 0 0 auto;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  background: #5163FD;
  color: #fff;
  text-align: center;
  line-height: 155px;
  font-size: 50px;
}
.txa-counter-1-item-icon i {
  display: inline-block;
  transform: translateX(-20px);
}
.txa-counter-1-item-content {
  background: #353E55;
  border-radius: 9px;
  padding: 25px 22px;
  margin-left: -50px;
  width: 100%;
}
.txa-counter-1-item-subtitle {
  font-size: 16px;
  line-height: 26px;
  color: #5163FD;
  margin-bottom: 20px;
}
.txa-counter-1-item-number {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .txa-counter-1-item-number {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-counter-1-item-number {
    font-size: 60px;
  }
}
.txa-counter-1-item-disc {
  font-size: 18px;
  line-height: 26px;
}
/*---------------------------------------------------- */
/*Testimonial Section*/
/*----------------------------------------------------*/
.txt-testimonial-section-3 .side-text1 {
  font-size: 80px;
}

.txt-testimonial-slider-1 {
  padding-bottom: 100px;
}

.txt-testimonial-slider-nav-1 .testimonial_nav {
  width: 200px;
  z-index: 1;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-testimonial-slider-nav-1 .testimonial_nav img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 100%;
}

.txt-testimonial-slider-nav-1 .testimonial_nav:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--txt-gradient-1);
}

.txt-testimonial-slider-nav-1 .testimonial_nav.ver_2:before {
  background: #5939C6;
}

.txt-testimonial-slider-nav-1 .swiper-slide-prev .testimonial_nav,
.txt-testimonial-slider-nav-1 .swiper-slide-next .testimonial_nav {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.txt-testimonial-slider-nav-1 .swiper-slide-active .testimonial_nav {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.txt-testimonial-slider-nav-1 .swiper-slide-active .testimonial_nav:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.txt-testimonial-slider-nav-1 .txt-testimonial-prev-1,
.txt-testimonial-slider-nav-1 .txt-testimonial-next-1 {
  left: 0;
  top: 50%;
  z-index: 2;
  font-size: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
}

.txt-testimonial-slider-nav-1 .txt-testimonial-prev-1.ver_2,
.txt-testimonial-slider-nav-1 .txt-testimonial-next-1.ver_2 {
  position: relative;
  color: rgba(3, 6, 23, 0.5);
}

.txt-testimonial-slider-nav-1 .txt-testimonial-prev-1.ver_2:before,
.txt-testimonial-slider-nav-1 .txt-testimonial-next-1.ver_2:before {
  top: 0;
  width: 42px;
  height: 42px;
  content: "";
  border-radius: 100%;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: rgba(3, 6, 23, 0.1);
}

.txt-testimonial-slider-nav-1 .txt-testimonial-prev-1.ver_2:hover,
.txt-testimonial-slider-nav-1 .txt-testimonial-next-1.ver_2:hover {
  background: #5939C6;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt-testimonial-slider-nav-1 .txt-testimonial-prev-1.ver_2:hover:before,
.txt-testimonial-slider-nav-1 .txt-testimonial-next-1.ver_2:hover:before {
  background-color: rgba(89, 57, 198, 0.15);
}

.txt-testimonial-slider-nav-1 .txt-testimonial-prev-1.ver_2:before {
  top: -4px;
  left: 15px;
}

.txt-testimonial-slider-nav-1 .txt-testimonial-next-1.ver_2:before {
  top: -4px;
  right: 15px;
}

.txt-testimonial-slider-nav-1 .txt-testimonial-next-1 {
  right: 0;
  left: auto;
}

.txt-testimonial-slider-for-1 {
  margin-top: 60px;
}

.txt-testimonial-item-1 {
  margin: 0 auto;
  max-width: 845px;
}

.txt-testimonial-item-1 .testimonial-author {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 25px;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.txt-testimonial-item-1 .testimonial-author h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 5px;
}

.txt-testimonial-item-1 .testimonial-author span {
  display: inline-block;
  font-family: var(--txt-heading-1);
}

.txt-testimonial-item-1 .testimonial-desc-rate {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.txt-testimonial-item-1 .testimonial-desc-rate p {
  z-index: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.8;
  position: relative;
  padding-bottom: 16px;
}

.txt-testimonial-item-1 .testimonial-desc-rate p:before,
.txt-testimonial-item-1 .testimonial-desc-rate p:after {
  top: -80px;
  left: -40px;
  width: 210px;
  content: "";
  opacity: 0.1;
  height: 210px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/testimonial/qt1.png);
}

.txt-testimonial-item-1 .testimonial-desc-rate p:after {
  top: auto;
  left: auto;
  right: -40px;
  z-index: -1;
  bottom: -20px;
  background-image: url(../img/testimonial/qt2.png);
}

.txt-testimonial-item-1 .testimonial-desc-rate .testimonial-rate li {
  font-size: 24px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-0.53%, #FDAE3E), color-stop(98.83%, #FF0749));
  background: linear-gradient(180deg, #FDAE3E -0.53%, #FF0749 98.83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt-testimonial-item-1.ver_2 .testimonial-author h3 {
  font-size: 28px;
  color: #030617;
}

.txt-testimonial-item-1.ver_2 .testimonial-author span {
  background: #5939C6;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--txt-heading-3);
}

.txt-testimonial-item-1.ver_2 .testimonial-desc-rate p {
  color: #030617;
  padding-bottom: 0;
  font-family: var(--txt-heading-3);
}

.txt-testimonial-item-1.ver_2 .testimonial-desc-rate p:before {
  opacity: 1;
  background-image: url(../img/testimonial/qt3.png);
}

.txt-testimonial-item-1.ver_2 .testimonial-desc-rate p:after {
  opacity: 1;
  background-image: url(../img/testimonial/qt4.png);
}

.txt-testimonial-slider-for-1 .swiper-slide-active .txt-testimonial-item-1 .testimonial-author {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

.txt-testimonial-slider-for-1 .swiper-slide-active .txt-testimonial-item-1 .testimonial-desc-rate {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

.txt-testimonial-slider-for-1 .swiper-slide-active .txt-testimonial-item-1 .testimonial-desc-rate p:before {
  left: 0px;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

.txt-testimonial-slider-for-1 .swiper-slide-active .txt-testimonial-item-1 .testimonial-desc-rate p:after {
  right: 0px;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

@media (max-width: 991px) {

  .txt-testimonial-section-1 .txt-testimonial-shape1,
  .txt-testimonial-section-1 .txt-testimonial-shape2 {
    display: none;
  }
}

@media (max-width: 680px) {
  .txt-testimonial-item-1 .testimonial-author h3 {
    font-size: 24px;
  }

  .txt-testimonial-slider-for-1 {
    margin-top: 30px;
  }

  .txt-testimonial-item-1 .testimonial-desc-rate p {
    font-size: 16px;
  }

  .txt-testimonial-slider-1 {
    padding-bottom: 50px;
  }
}

.txa-testimonial-1-slider {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  padding: 40px 40px;
  padding-left: 125px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .txa-testimonial-1-slider {
    padding: 40px 15px;
    padding-left: 85px;
  }
}
.txa-testimonial-1-item {
  display: grid;
  grid-template-columns: 2fr 1.2fr;
  gap: 50px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-testimonial-1-item {
    grid-template-columns: 1fr;
  }
}
.txa-testimonial-1-item-icon {
  font-size: 100px;
  color: #3042DB;
  line-height: 1;
  margin-top: -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-testimonial-1-item-icon {
    margin-top: 0px;
  }
}
.txa-testimonial-1-item-icon i {
  display: inline-block;
  line-height: 1;
}
.txa-testimonial-1-item-comment {
  font-size: 24px;
  line-height: 1.44;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-testimonial-1-item-comment {
    font-size: 20px;
  }
}
.txa-testimonial-1-item-comment span {
  color: #3042DB;
}
.txa-testimonial-1-item-meta {
  gap: 20px;
}
@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-testimonial-1-item-meta {
    flex-wrap: wrap;
  }
}
.txa-testimonial-1-item-name {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 5px;
}
.txa-testimonial-1-item-bio {
  opacity: 70%;
  color: #fff;
}
.txa-testimonial-1-item-rating {
  gap: 10px;
  color: #F2994A;
  font-size: 26px;
  line-height: 1;
}
.txa-testimonial-1-item-img {
  border-radius: 15px;
  overflow: hidden;
}
.txa-testimonial-1-slider-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 100%;
  background: #393C4E;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 90px 0;
  z-index: 1;
}

.txa-testimonial-1-slider-btn {
  position: absolute;
  top: 0;
  left: 0;
  background: #393C4E;
  width: 70px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.txa-testimonial-1-slider-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  width: 43px;
  height: 1px;
}
.txa-testimonial-1-slider-btn .slider-btn {
  font-size: 18px;
  color: #fff;
  font-family: var(--inter);
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-transform: capitalize;
  transition: 400ms var(--txa-cube-1);
}
.txa-testimonial-1-slider-btn .slider-btn .text {
  display: inline-block;
  writing-mode: vertical-lr;
}
.txa-testimonial-1-slider-btn .slider-btn:hover {
  opacity: 70%;
}

.txa-testimonial-1-slider .swiper-container .swiper-wrapper {
  height: 490px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-testimonial-1-slider .swiper-container .swiper-wrapper {
    height: 100%;
  }
}

/*---------------------------------------------------- */
/*Faq Section*/
/*----------------------------------------------------*/
.txt-faq-accordion .accordion-item,
.txt-faq-accordion .accordion-button:not(.collapsed),
.txt-faq-accordion .accordion-button {
  background-color: transparent;
}

.txt-faq-accordion .accordion-item {
  padding: 20px 25px;
  border-radius: 10px;
  background: #F2F3F3;
  margin-bottom: 15px;
  border: 1px dashed rgba(21, 32, 40, 0.2);
}

.txt-faq-accordion .accordion-item:hover .accordion-button {
  color: rgba(0, 0, 0, 0);
}

.txt-faq-accordion .accordion-item:hover .accordion-button:after {
  color: rgba(0, 0, 0, 0);
}

.txt-faq-accordion .accordion-item.faq_active {
  background: -webkit-gradient(linear, left top, right top, color-stop(-1.33%, rgba(90, 86, 240, 0.1)), to(rgba(253, 80, 185, 0.1)));
  background: linear-gradient(90deg, rgba(90, 86, 240, 0.1) -1.33%, rgba(253, 80, 185, 0.1) 100%);
}

.txt-faq-accordion .accordion-button {
  padding: 0;
  border: none;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  color: var(--ptx-title-color);
  font-family: var(--txt-heading-1);
  background: var(--txt-gradient-1);
  background-size: 100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-faq-accordion .accordion-button span {
  max-width: 85%;
  display: inline-block;
}

.txt-faq-accordion .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.txt-faq-accordion .accordion-body {
  font-size: 18px;
  line-height: 30px;
  line-height: 1.667;
  padding: 14px 0px 0px;
}

.txt-faq-accordion .accordion-button::after {
  top: 5px;
  right: 0;
  content: "\f067";
  font-weight: 900;
  position: absolute;
  border-radius: 100%;
  background-image: none;
  color: var(--txt-title-color-1);
  font-family: "Font Awesome 5 Pro";
  background: var(--txt-gradient-1);
  background-size: 100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-faq-accordion .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0);
}

.txt-faq-accordion .accordion-button:not(.collapsed):after {
  content: "\f068";
  color: rgba(0, 0, 0, 0);
}

.txt-faq-accordion.ver_2 {
  margin-top: 25px;
}

.txt-faq-accordion.ver_2 .accordion-item {
  padding: 0;
  background-color: transparent;
}

.txt-faq-accordion.ver_2 .accordion-item.faq_active {
  overflow: hidden;
  border: 1px dashed transparent;
  background: rgba(89, 57, 198, 0.08);
}

.txt-faq-accordion.ver_2 .accordion-item.faq_active .accordion-button {
  color: #fff;
  background: #5939C6;
}

.txt-faq-accordion.ver_2 .accordion-button {
  color: #030617;
  padding: 20px;
  font-weight: 500;
  background-color: transparent;
  font-family: var(--txt-heading-3);
}

.txt-faq-accordion.ver_2 .accordion-button:after {
  top: 20px;
  right: 15px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border-radius: 5px;
  color: var(--txt-title-color-1);
  background: rgba(50, 22, 146, 0.15);
}

.txt-faq-accordion.ver_2 .accordion-button:hover {
  color: var(--txt-title-color-1);
}

.txt-faq-accordion.ver_2 .accordion-button:not(.collapsed):after {
  color: #fff;
  background-color: #321692;
}

.txt-faq-accordion.ver_2 .accordion-body {
  padding: 15px 20px 20px;
}

.txt-faq-accordion.ver_2 .accordion-body p {
  font-size: 16px;
  padding-bottom: 10px;
}

.txt-faq-accordion.ver_2 .accordion-body p:last-child {
  padding-bottom: 0;
}

.txt-faq-section-3 {
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1920px;
}

.txt-faq-section-3 .txt-faq-img-3 {
  top: 0;
  left: 0;
  width: 50%;
  z-index: -1;
}

.txt-faq-section-3 .faq-bg-3 {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 330px;
}

.txt-faq-content-3 {
  z-index: 2;
  max-width: 650px;
  padding-top: 50px;
  position: relative;
}

@media (max-width: 1320px) {
  .txt-faq-section-3 .txt-faq-img-3 {
    display: none;
  }

  .txt-faq-content-3 {
    max-width: 100%;
  }
}

.txa-faq-1-area {
  position: relative;
}
.txa-faq-1-bg-li {
  position: absolute;
  left: 0;
  top: -26%;
  z-index: -1;
}
.txa-faq-1-section-title-wrap {
  max-width: 715px;
  margin-left: auto;
  margin-right: auto;
}
.txa-faq-1-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 70px;
  align-items: self-start;
}
@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) {
  .txa-faq-1-row {
    grid-template-columns: 1fr 1.3fr;
    gap: 50px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-faq-1-row {
    gap: 50px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-faq-1-row {
    grid-template-columns: 1fr;
  }
}

.txa-faq-1-accordion .accordion-item {
  position: relative;
  background: transparent;
  border: none;
}
.txa-faq-1-accordion .accordion-item .accordion-header {
  outline: none;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
.txa-faq-1-accordion .accordion-item .accordion-header .accordion-button {
  padding: 20px 20px;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  outline: none;
  box-shadow: none;
  transition: 400ms var(--txa-cube-1);
  border: 1px dashed rgba(48, 26, 99, 0.3);
  border-radius: 10px 10px 10px 10px;
}
.txa-faq-1-accordion .accordion-item .accordion-header .accordion-button .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  transition: 400ms var(--txa-cube-1);
}
.txa-faq-1-accordion .accordion-item .accordion-header .accordion-button .icon {
  width: 24px;
  height: 24px;
  background: rgba(9, 0, 156, 0.1);
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  color: var(--txa-pr-1);
  transition: 400ms var(--txa-cube-1);
}
.txa-faq-1-accordion .accordion-item .accordion-header .accordion-button .icon i {
  display: inline-block;
  line-height: 1;
  transition: 800ms var(--txa-cube-1);
}
.txa-faq-1-accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.txa-faq-1-accordion .accordion-item .accordion-header .accordion-button:is(:not(.collapsed)) {
  background: var(--txa-pr-2);
  border-radius: 10px 10px 0px 0px;
  border: 1px solid transparent;
}
.txa-faq-1-accordion .accordion-item .accordion-header .accordion-button:is(:not(.collapsed)) .title {
  color: #fff;
}
.txa-faq-1-accordion .accordion-item .accordion-header .accordion-button:is(:not(.collapsed)) .icon {
  background: #fff;
}
.txa-faq-1-accordion .accordion-item .accordion-header .accordion-button:is(:not(.collapsed)) .icon i {
  transform: rotate(360deg);
}
.txa-faq-1-accordion .accordion-item .accordion-header .accordion-button:is(:not(.collapsed)) .icon i::before {
  content: "\f068";
}
.txa-faq-1-accordion .accordion-item .accordion-body {
  padding: 15px 20px;
  background-color: rgba(9, 0, 156, 0.05);
  border-radius: 0px 0px 15px 15px;
}
.txa-faq-1-accordion .accordion-item .accordion-body .disc {
  font-size: 16px;
  line-height: 26px;
}
.txa-faq-1-accordion .accordion-item .accordion-body .disc:not(:last-child) {
  margin-bottom: 15px;
}
/*---------------------------------------------------- */
/*Blog Section*/
/*----------------------------------------------------*/
.txt-blog-section-3 {
  overflow: hidden;
}

.txt-blog-content-3 {
  margin-left: 35px;
}

.txt-blog-item-3 {
  margin: 0 auto;
  max-width: 650px;
  margin-bottom: 30px;
  border-radius: 10px;
  direction: ltr;
}

.txt-blog-item-3 .blog-img {
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: 10px 10px 0px 0px;
}

.txt-blog-item-3 .blog-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-blog-item-3 .blog-img .blog_more {
  left: 0;
  top: 70%;
  right: 0;
  opacity: 0;
  z-index: 1;
  color: #fff;
  width: 114px;
  height: 114px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  visibility: hidden;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.txt-blog-item-3 .blog-img .blog_more:hover {
  color: #000;
  background-color: #fff;
}

.txt-blog-item-3 .blog-meta {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.txt-blog-item-3 .blog-meta a {
  color: #fff;
  font-size: 16px;
}

.txt-blog-item-3 .blog-meta a i {
  color: #5939C6;
  margin-right: 5px;
}

.txt-blog-item-3 .blog-text {
  padding: 0px 10px 10px;
}

.txt-blog-item-3 .blog-text .blog-title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 10px;
}

.txt-blog-item-3 .blog-text .blog-title a {
  width: 100%;
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.txt-blog-item-3 .blog-text .blog-title a:hover {
  color: inherit;
  background-size: 100% 100%;
}

.txt-blog-item-3 .blog-text p {
  color: #fff;
  font-size: 16px;
}

.txt-blog-item-3:hover .blog-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.txt-blog-item-3:hover .blog-img .blog_more {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.txt-blog-item-wrap {
  height: 580px;
  direction: rtl;
  padding-left: 95px;
  overflow-y: scroll;
}

.txt-blog-item-wrap::-webkit-scrollbar {
  width: 20px;
}

.txt-blog-item-wrap::-webkit-scrollbar-track {
  padding: 5px;
  width: 22px;
  border-radius: 32px;
  border: 1px solid #5939C6;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.txt-blog-item-wrap::-webkit-scrollbar-thumb {
  width: 16px;
  outline: none;
  padding: 5px;
  border-radius: 32px;
  background: #5939C6;
  border: 5px solid transparent;
}

@media (max-width: 1024px) {
  .txt-blog-item-wrap {
    height: 510px;
    padding-left: 40px;
  }

  .txt-blog-item-wrap::-webkit-scrollbar {
    width: 10px;
  }

  .txt-blog-item-wrap::-webkit-scrollbar-track {
    padding: 5px;
    width: 12px;
    border-radius: 32px;
    border: 1px solid #5939C6;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  .txt-blog-item-wrap::-webkit-scrollbar-thumb {
    width: 10px;
    outline: none;
    padding: 5px;
    border-radius: 32px;
    background: #5939C6;
    border: 5px solid transparent;
  }
}

@media (max-width: 991px) {
  .txt-blog-content-3 {
    margin: 0 auto;
    margin-top: 40px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .txt-team-text-area-3 {
    margin: 0 auto;
    max-width: 650px;
  }

  .txt-blog-item-wrap {
    height: 100%;
    padding-left: 0;
  }

  .txt-blog-item-wrap::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 480px) {
  .txt-blog-item-3 .blog-meta {
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .txt-blog-item-3 .blog-text .blog-title {
    font-size: 22px;
  }
}

/*---------------------------------------------------- */
/*Footer Section*/
/*----------------------------------------------------*/
.txt-footer-section-3 {
  overflow: hidden;
}

.txt-footer-scroll-text {
  padding-top: 40px;
  overflow: hidden;
  display: flow-root;
}

.txt-footer-scroll-text h3 {
  color: #5939C6;
  font-weight: 700;
  font-size: 120px;
  margin: 0px 10px;
  display: inline-block;
}

.txt-footer-scroll-text h3 span {
  color: rgba(3, 6, 23, 0.1019607843);
}

.txt-footer-content-3 {
  z-index: 1;
}

.txt-footer-content-3 .footer-circle-shape {
  left: 0;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 680px;
  height: 680px;
  opacity: 0.07;
  margin: 0 auto;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#5D56EF), to(#F950BA));
  background: linear-gradient(90deg, #5D56EF 0%, #F950BA 100%);
}

.txt-footer-widget-3 .brand-logo {
  margin-bottom: 30px;
}

.txt-footer-widget-3 p {
  margin: 0 auto;
  font-size: 20px;
  max-width: 660px;
  padding-bottom: 40px;
}

.txt-footer-widget-3 .footer-social a {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5939C6;
  font-size: 20px;
  margin: 0px 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #5939C6;
}

.txt-footer-widget-3 .footer-social a:hover {
  color: #fff;
  background-color: #5939C6;
}

.txt-footer-widget-3.ver_2 p {
  color: rgba(255, 255, 255, 0.8);
}

.txt-footer-widget-3.ver_2 .footer-social a {
  color: #4471FE;
  border: 2px solid #4471FE;
}

.txt-footer-widget-3.ver_2 .footer-social a:hover {
  color: #fff;
  background-color: #4471FE;
}

.txt-footer-menu-3 li {
  font-size: 18px;
  margin: 0px 50px;
  position: relative;
  font-family: var(--txt-heading-2);
}

.txt-footer-menu-3 li a {
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.txt-footer-menu-3 li a:before {
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  content: "";
  width: 0%;
  margin: 0 auto;
  position: absolute;
  background-color: #545661;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-footer-menu-3 li:before {
  top: 2px;
  width: 2px;
  content: "";
  height: 22px;
  right: -50px;
  position: absolute;
  background-color: #545661;
}

.txt-footer-menu-3 li:last-child:before {
  display: none;
}

.txt-footer-menu-3 li:hover a {
  color: #5939C6;
}

.txt-footer-menu-3 li:hover a:before {
  width: 100%;
}

.txt-footer-menu-3.ver_2 li a {
  color: #fff;
}

.txt-footer-menu-3.ver_2 li a:before {
  background-color: #4471FE;
}

.txt-footer-menu-3.ver_2 li a:hover {
  color: #4471FE;
}

.txt-copyright-text-3 {
  color: #030617;
  padding: 20px 0px;
  border-top: 2px solid rgba(3, 6, 23, 0.15);
}

.txt-copyright-text-3.ver_2 {
  border-top: 1px solid #4471FE;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1200px) {
  .txt-footer-cta-content-4 h3 {
    font-size: 50px;
  }
}

@media (max-width: 680px) {
  .txt-footer-menu-3 li {
    margin: 0px 20px;
  }

  .txt-footer-menu-3 li:before {
    top: 4px;
    right: -23px;
  }

  .txt-footer-content-3 .footer-circle-shape {
    display: none;
  }
}

@media (max-width: 480px) {
  .txt-footer-scroll-text h3 {
    font-size: 60px;
  }

  .txt-footer-widget-3 .footer-social a {
    width: 40px;
    height: 40px;
  }

  .txt-footer-menu-3 li {
    font-size: 16px;
  }

  .txt-footer-menu-3 li:before {
    top: 6px;
    height: 15px;
  }
}

/*---------------------------------------------------- */
/*+++++++++++++ Home Page Four +++++++++++++++++*/
/*Header Section*/
/*----------------------------------------------------*/
.txt-slider-item-4 {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1920px;
  padding: 200px 0px 80px;
}

.txt-slider-item-4:before {
  top: 0;
  right: 0;
  content: "";
  width: 33%;
  height: 0%;
  max-height: 824px;
  position: absolute;
  background-color: #000;
}

.txt-slider-item-4 .slider-side-img {
  opacity: 0;
  right: -200px;
  bottom: 100px;
  visibility: hidden;
}

.txt-slider-item-4 .txt-slider-text-img-4 {
  max-width: 917px;
}

.txt-slider-item-4 .txt-slider-text-img-4 .tx-slide-title {
  color: #030617;
  font-size: 86px;
  font-weight: 600;
  padding-bottom: 40px;
}

.txt-slider-item-4 .txt-slider-text-img-4 .tx-slide-title .split-line {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.txt-slider-item-4 .txt-slider-text-img-4 .txt-slider-img-4_1 {
  position: relative;
  margin-bottom: 25px;
}

.txt-slider-item-4 .txt-slider-text-img-4 .txt-slider-img-4_1:before {
  top: 0;
  width: 0%;
  height: 100%;
  content: "";
  position: absolute;
  background: var(--txt-gradient-3);
}

.txt-slider-item-4 .txt-slider-text-img-4 .txt-slider-img-4_1 img {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.txt-slider-item-4 .txt-slider-text-img-4 p {
  opacity: 0;
  max-width: 672px;
  visibility: hidden;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
}

.txt-slider-item-4 .txt-slider-text-img-4 .txt-btn-4 {
  right: -30px;
  bottom: -45px;
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.tx-main-arrow-next-prev {
  top: 50%;
  left: 50px;
  z-index: 2;
  border-radius: 80px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tx-main-arrow-next-prev .tx-slider-arrow {
  z-index: 1;
  position: relative;
}

.tx-main-arrow-next-prev .tx-slider-arrow i {
  color: #020626;
  font-size: 40px;
}

.tx-main-arrow-next-prev .tx-slider-arrow:before {
  top: 15px;
  left: -6px;
  z-index: -1;
  content: "";
  width: 52px;
  height: 52px;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: rgba(2, 6, 38, 0.15);
}

.tx-main-arrow-next-prev .tx-slider-arrow.tx-main-button-prev_3:before {
  top: -25px;
}

.tx-main-arrow-next-prev .tx-slider-arrow:hover:before {
  background: var(--txt-gradient-3);
}

.tx-main-arrow-next-prev .swiper-main-paginations-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0px;
}

.tx-main-arrow-next-prev .swiper-main-paginations-2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 3px 0px;
  border-radius: 100%;
  border: 1px solid #020626;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: transparent;
}

.tx-main-arrow-next-prev .swiper-main-paginations-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--txt-gradient-3);
  border: 1px solid var(--base-color);
}

.swiper-slide-active .txt-slider-item-4:before {
  height: 100%;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.swiper-slide-active .txt-slider-item-4 .slider-side-img {
  right: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transition-delay: 2500ms;
  transition-delay: 2500ms;
}

.swiper-slide-active .txt-slider-item-4 .tx-slide-title .split-line {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 700ms ease;
  transition: 700ms ease;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.swiper-slide-active .txt-slider-item-4 .tx-slide-title .split-line:nth-child(1) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.swiper-slide-active .txt-slider-item-4 .tx-slide-title .split-line:nth-child(2) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

.swiper-slide-active .txt-slider-item-4 .tx-slide-title .split-line:nth-child(3) {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

.swiper-slide-active .txt-slider-item-4 .tx-slide-title .split-line:nth-child(4) {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

.swiper-slide-active .txt-slider-item-4 .txt-slider-img-4_1:before {
  width: 100%;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transition-delay: 950ms;
  transition-delay: 950ms;
}

.swiper-slide-active .txt-slider-item-4 .txt-slider-img-4_1 img {
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.swiper-slide-active .txt-slider-item-4 .txt-btn-4 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.swiper-slide-active .txt-slider-item-4 p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: skewX(0);
  transform: skewX(0);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

@media (max-width: 1750px) {
  .txt-slider-item-4 .txt-slider-text-img-4 {
    max-width: 850px;
  }

  .swiper-slide-active .txt-slider-item-4 .slider-side-img {
    right: -45px;
  }
}

@media (max-width: 1600px) {
  .swiper-slide-active .txt-slider-item-4 .slider-side-img {
    right: -75px;
  }

  .tx-main-arrow-next-prev {
    left: 15px;
  }
}

@media (max-width: 1460px) {
  .swiper-slide-active .txt-slider-item-4 .slider-side-img {
    right: -100px;
  }

  .txt-slider-item-4:before {
    width: 28%;
  }

  .txt-slider-item-4 .txt-slider-text-img-4 .txt-btn-4 {
    right: 0;
  }

  .tx-main-arrow-next-prev {
    position: static !important;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .tx-main-arrow-next-prev .tx-slider-arrow {
    display: none !important;
  }

  .tx-main-arrow-next-prev .swiper-main-paginations-2 {
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1365px) {
  .swiper-slide-active .txt-slider-item-4 .slider-side-img {
    display: none;
  }

  .txt-slider-item-4:before {
    display: none;
  }

  .txt-slider-item-4 .txt-slider-text-img-4 {
    margin: 0 auto;
  }

  .txt-slider-item-4 {
    padding-bottom: 50px;
  }
}

@media (max-width: 1150px) {
  .txt-header-section.header_type_four .main-navigation li {
    margin: 0px 18px;
  }

  .txt-header-section.header_type_four .header-cta-seacrh {
    gap: 20px;
  }

  .tx-main-arrow-next-prev .swiper-main-paginations-2 {
    margin-top: 0;
  }

  .txt-slider-content-4 {
    padding-bottom: 60px;
  }
}

@media (max-width: 1050px) {
  .txt-header-section.header_type_four .main-navigation li {
    margin: 0px 15px;
  }

  .txt-header-section.header_type_four .txt-header-content {
    padding: 13px 15px;
  }
}

@media (max-width: 991px) {
  .txt-header-section.header_type_four .main-navigation li {
    display: none;
  }

  .txt-slider-item-4 .txt-slider-text-img-4 .tx-slide-title {
    font-size: 70px;
  }

  .txt-slider-item-4 .txt-slider-text-img-4 .txt-btn-4 {
    position: static;
    margin-top: 25px;
  }

  .txt-slider-item-4 .txt-slider-text-img-4 .txt-slider-img-4_1:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .txt-slider-item-4 .txt-slider-text-img-4 .tx-slide-title {
    font-size: 50px;
  }

  .txt-header-section.header_type_four .header-cta-seacrh .search-btn {
    display: none;
  }
}

@media (max-width: 480px) {
  .txt-slider-item-4 .txt-slider-text-img-4 .tx-slide-title {
    font-size: 40px;
  }

  .txt-slider-item-4 {
    padding-top: 150px;
  }
}

/*---------------------------------------------------- */
/*Sponsor Section*/
/*----------------------------------------------------*/
.txt-sponsor-section-4 {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1920px;
}

.txt-sponsor-scroll,
.txt-sponsor-scroll-2 {
  display: flow-root;
  padding: 42px 0px 38px;
  background: -webkit-gradient(linear, left top, right top, from(#8F73FF), color-stop(45.27%, #5347FF), color-stop(57.66%, #4471FE), to(#21D3FD));
  background: linear-gradient(90deg, #8F73FF 0%, #5347FF 45.27%, #4471FE 57.66%, #21D3FD 100%);
}

.txt-sponsor-scroll .txt-sp-img1_2,
.txt-sponsor-scroll-2 .txt-sp-img1_2 {
  z-index: 4;
  cursor: pointer;
  margin: 0px 60px;
  display: inline-block;
}

.txt-sponsor-scroll .txt-sp-img1_2 .inner-img,
.txt-sponsor-scroll-2 .txt-sp-img1_2 .inner-img {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.txt-sponsor-scroll .txt-sp-img1_2 .txt_img_1,
.txt-sponsor-scroll-2 .txt-sp-img1_2 .txt_img_1 {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-sponsor-scroll .txt-sp-img1_2 .txt_img_2,
.txt-sponsor-scroll-2 .txt-sp-img1_2 .txt_img_2 {
  left: 0;
  right: 0;
  opacity: 0;
  margin: 0 auto;
  position: absolute;
  visibility: hidden;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
}

.txt-sponsor-scroll .txt-sp-img1_2:hover .txt_img_1,
.txt-sponsor-scroll-2 .txt-sp-img1_2:hover .txt_img_1 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-45px);
  transform: translateY(-45px);
}

.txt-sponsor-scroll .txt-sp-img1_2:hover .txt_img_2,
.txt-sponsor-scroll-2 .txt-sp-img1_2:hover .txt_img_2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

@media (max-width: 1300px) {
  .txt-about-content-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .txt-about-img-wrap-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .txt-about-feature-4,
  .txt-about-cta-list-area {
    gap: 20px !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/*---------------------------------------------------- */
/*About Section*/
/*----------------------------------------------------*/
.txt-about-content-4 {
  gap: 50px;
}

.txt-about-img-wrap-4 {
  gap: 20px;
  overflow: hidden;
}

.txt-about-img-wrap-4 .txt-about-img-4_1 {
  overflow: hidden;
  border-radius: 20px;
}

.txt-about-img-wrap-4 .txt-about-exp4 {
  z-index: 1;
  position: relative;
  margin-top: -20px;
  border-radius: 500px;
  background: var(--txt-gradient-3);
}

.txt-about-img-wrap-4 .txt-about-exp4 h3 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 60px;
  font-weight: 600;
  padding: 13px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.txt-about-img-wrap-4 .txt-about-exp4 h3 span {
  font-size: 25px;
  font-weight: 500;
  margin-left: 13px;
}

.txt-about-img-wrap-4 .txt-about-img-4_2 .inner_img_1 {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 300px;
}

.txt-about-img-wrap-4 .txt-about-img-4_2 .inner_img_2 {
  overflow: hidden;
  border-radius: 10px;
}

.txt-about-text-4 {
  max-width: 550px;
  padding-top: 45px;
}

.txt-about-text-4 .txt-section-title-4 .section_title,
.txt-about-text-4 .txt-section-title-4 p {
  color: #fff;
}

.txt-about-feature-4 {
  margin: 25px 0px 30px;
}

.txt-about-ft-item-4 .ft-icon {
  width: 75px;
  height: 75px;
  margin-right: 15px;
  border-radius: 10px;
  background: #101635;
  border: 1.5px solid #8F73FF;
}

.txt-about-ft-item-4 .ft-icon i {
  font-size: 45px;
  line-height: 0.75;
}

.txt-about-ft-item-4 .ft-text {
  max-width: 185px;
}

.txt-about-ft-item-4 .ft-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.txt-about-cta-list-area {
  gap: 40px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.2);
}

.txt-about-cta-list li {
  color: #fff;
  margin-bottom: 10px;
  font-family: var(--txt-alt-font-1);
}

.txt-about-cta-list li i {
  line-height: 0.75;
  margin-right: 10px;
}

.txt-about-cta-4 {
  width: 100%;
  max-width: 260px;
}

.txt-about-cta-4 .inner-icon {
  line-height: 1;
  margin-right: 15px;
}

.txt-about-cta-4 .inner-icon i {
  font-size: 60px;
}

.txt-about-cta-4 .inner-text a,
.txt-about-cta-4 .inner-text p
{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}

.txt-about-cta-4 .inner-text span {
  display: inline-block;
  font-family: var(--txt-alt-font-1);
}

.txt-about-video-4 .inner-icon {
  color: #fff;
  width: 58px;
  height: 58px;
  margin-right: 20px;
  border-radius: 100%;
  background: var(--txt-gradient-3);
}

.txt-about-video-4 .inner-text h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.txt-about-video-4 .inner-text span {
  font-weight: 300;
  display: inline-block;
}

@media (max-width: 1300px) {
  .txt-about-content-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .txt-about-img-wrap-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .txt-about-feature-4,
  .txt-about-cta-list-area,
  .txt-about-btn-video {
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.txa-about-1-area {
  padding-top: 180px;
  padding-bottom: 130px;
  background-color: #F8F8F8;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-about-1-area {
    padding-top: 130px;
  }
}
.txa-about-1-bg-il {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .txa-about-1-container {
    max-width: 1650px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }
}
.txa-about-1-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr 265px;
  gap: 50px 65px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .txa-about-1-row {
    grid-template-columns: 1fr 1.1fr 215px;
    gap: 50px 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .txa-about-1-row {
    grid-template-columns: 1fr 1fr;
    gap: 50px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-about-1-row {
    grid-template-columns: 1fr;
    gap: 50px 30px;
  }
}
.txa-about-1-img {
  overflow: hidden;
  max-width: 602px;
  border-radius: 20px;
  position: relative;
}
.txa-about-1-row .txa-about-1-img img {
  border-radius: 20px;
  transition: 1000ms var(--txa-cube-1);
  transform-origin: left;
  transform: scaleX(110%);
}
.txa-about-1-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(8, 43, 171, 0.35);
  position: absolute;
  left: 0;
  top: 0;
  backdrop-filter: blur(2px);
  transition: 1000ms var(--txa-cube-1);
}
.txa-about-1-img:is(.active) img {
  transform: scaleX(100%);
}
.txa-about-1-img:is(.active)::after {
  opacity: 0;
}
.txa-about-1-content-inner {
  padding-top: 37px;
  border-top: 1px dashed;
  border-color: rgba(3, 6, 23, 0.15);
  gap: 30px 75px;
}
@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-1-content-inner {
    flex-wrap: wrap;
  }
}
.txa-about-1-client {
  gap: 10px;
}
.txa-about-1-feature {
  gap: 20px;
}
.txa-about-1-feature-item {
  max-width: 500px;
}
.txa-about-1-feature:not(:last-child) {
  margin-bottom: 22px;
}
.txa-about-1-feature:not(:last-child) .txa-about-1-feature-content {
  padding-bottom: 22px;
  border-bottom: 1px dashed;
  border-color: rgba(3, 6, 23, 0.15);
}
.txa-about-1-feature-icon {
  width: 72px;
  flex: 0 0 auto;
  height: 72px;
  background: rgba(9, 0, 156, 0.15);
  border-radius: 50%;
  text-align: center;
  line-height: 72px;
  font-size: 45px;
  color: var(--txa-pr-1);
}
.txa-about-1-feature-title {
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 6px;
}
.txa-about-1-feature-disc {
  font-size: 14px;
  line-height: 22px;
}
.txa-about-1-feature:hover .txa-about-1-feature-icon i {
  animation: txa-shake-up 0.5s var(--txa-cube-1);
}
.txa-about-1-right {
  display: flex;
  flex-direction: column;
  gap: 120px 0px;
}
@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-1-right {
    grid-column: 1/-1;
    gap: 40px 0px;
  }
}
.txa-about-1-call:is(.txa-call-1) {
  flex-direction: column;
}
@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-about-1-call:is(.txa-call-1) {
    flex-direction: row;
    justify-content: center;
  }
}
.txa-about-1-call:is(.txa-call-1) .txa-call-1-icon {
  width: unset;
  height: unset;
  background: unset;
  margin-bottom:10px;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .txa-about-1-call:is(.txa-call-1) .txa-call-1-content {
    display: flex;
  }
}
.txa-about-1-call:is(.txa-call-1) .txa-call-1-content .item-link {
  font-size: 28px;
  line-height: 1.28;
  color: var(--txa-heading-1);
  transition: 300ms var(--txa-cube-1);
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .txa-about-1-call:is(.txa-call-1) .txa-call-1-content .item-link {
    writing-mode: vertical-lr;
  }
}
.txa-about-1-call:is(.txa-call-1) .txa-call-1-content .item-link:hover {
  color: var(--txa-pr-1);
  opacity: 1;
}
.txa-about-1-call:is(.txa-call-1) .txa-call-1-content .subtitle {
  font-size: 20px;
  line-height: 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) {
  .txa-about-1-call:is(.txa-call-1) .txa-call-1-content .subtitle {
    writing-mode: vertical-lr;
  }
}
.txa-about-1-exp {
  border-radius: 15px;
  padding: 40px 25px;
}
.txa-about-1-exp-number {
  font-size: 150px;
  font-weight: 900;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 10px;
}
@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-about-1-exp-number {
    font-size: 100px;
  }
}
.txa-about-1-exp-disc {
  font-weight: 500;
  font-size: 22px;
}

.txa-contact-form-1-wrap {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0 70px 0 0;
  padding: 60px 55px;
  background-color: #fff;
  position: relative;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .txa-contact-form-1-wrap {
    margin-right: 90px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .txa-contact-form-1-wrap {
    margin-right: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .txa-contact-form-1-wrap {
    margin-right: 170px;
    padding: 60px 30px;
  }
}
@media (max-width: 767px) {
  .txa-contact-form-1-wrap {
    padding: 60px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-contact-form-1-wrap {
    padding: 60px 55px;
  }
}
.txa-contact-form-1-img {
  position: absolute;
  left: 85%;
  top: -77px;
}
@media (min-width: 1800px) {
  .txa-contact-form-1-img {
    width: unset;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .txa-contact-form-1-img {
    left: 90%;
    top: 70px;
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .txa-contact-form-1-img {
    left: 90%;
    top: 160px;
    width: 40%;
  }
}
@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-contact-form-1-img {
    display: none;
  }
}
.txa-contact-form-1-title {
  font-size: 34px;
  line-height: 1.05;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .txa-contact-form-1-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-contact-form-1-title {
    font-size: 32px;
  }
}
.txa-contact-form-1-disc {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
.txa-contact-form-1-input-item {
  position: relative;
}
.txa-contact-form-1-input-item:not(:last-child) {
  margin-bottom: 20px;
}
.txa-contact-form-1-input {
  width: 100%;
  height: 62px;
  border-radius: 10px;
  border: 1px solid rgba(28, 28, 28, 0.15);
  padding-left: 60px;
  padding-right: 15px;
  text-transform: capitalize;
  font-family: var(--inter);
  color: #fff;
  font-size: 14px;
}
.txa-contact-form-1-input-icon {
  position: absolute;
  left: 27px;
  top: 18px;
  font-size: 16px;
  color: #575555;
}
.txa-contact-form-1 textarea {
  height: 152px;
  padding-top: 18px;
}
.txa-contact-form-1-btn {
  width: 100%;
  font-family: var(--inter);
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  border: none;
  outline: none;
  border-radius: 10px;
  background: var(--txa-pr-1);
  color: #fff;
  text-transform: uppercase;
  padding: 18px;
  transition: 400ms var(--txa-cube-1);
}
.txa-contact-form-1-btn:hover {
  background-color: var(--txa-pr-2);
  color: #fff;
  transform: scale(98%);
}

.txa-counter-1-item {
  margin-bottom: 30px;
}
.txa-counter-1-item-icon {
  flex: 0 0 auto;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  background: #5163FD;
  color: #fff;
  text-align: center;
  line-height: 155px;
  font-size: 50px;
}
.txa-counter-1-item-icon i {
  display: inline-block;
  transform: translateX(-20px);
}
.txa-counter-1-item-content {
  background: #353E55;
  border-radius: 9px;
  padding: 25px 22px;
  margin-left: -50px;
  width: 100%;
}
.txa-counter-1-item-subtitle {
  font-size: 16px;
  line-height: 26px;
  color: #5163FD;
  margin-bottom: 20px;
}
.txa-counter-1-item-number {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .txa-counter-1-item-number {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-counter-1-item-number {
    font-size: 60px;
  }
}
.txa-counter-1-item-disc {
  font-size: 18px;
  line-height: 26px;
}
/*---------------------------------------------------- */
/*Service Section*/
/*----------------------------------------------------*/
.txt-service-section-4 {
  z-index: 1;
  overflow: hidden;
}

.txt-service-section-4 .txt-section-title-4 {
  max-width: 670px;
}

.txt-service-section-4 .txt-service-shape {
  top: 0;
  right: 0;
  z-index: -1;
}

.txt-service-content-area-4 .txt-service-img-4 {
  right: 0;
  top: -140px;
  overflow: hidden;
  border-radius: 189px;
}

.txt-service-content-4 {
  gap: 40px;
  margin-top: 40px;
}

.txt-service-item-4 {
  max-width: 460px;
  position: relative;
  padding: 50px 40px 150px;
  border-radius: 15px 15px 200px 15px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(143, 115, 255, 0.1)), color-stop(45.27%, rgba(83, 71, 255, 0.1)), color-stop(57.66%, rgba(68, 113, 254, 0.1)), to(rgba(33, 211, 253, 0.1)));
  background: linear-gradient(90deg, rgba(143, 115, 255, 0.1) 0%, rgba(83, 71, 255, 0.1) 45.27%, rgba(68, 113, 254, 0.1) 57.66%, rgba(33, 211, 253, 0.1) 100%);
}

.txt-service-item-4 .service-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
}

.txt-service-item-4 .service-text .service_title a {
  color: #030617;
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 15px;
}

.txt-service-item-4 .txt-btn-4 {
  right: 0;
  bottom: 45px;
  position: absolute;
}

.txt-service-tab-btn li {
  font-weight: 600;
  border-bottom: 1px solid rgba(3, 6, 23, 0.1);
}

.txt-service-tab-btn li .nav-link {
  padding: 0;
}

.txt-service-tab-btn li .nav-link.active h3:before {
  width: 100%;
}

.txt-service-tab-btn li h3 {
  font-size: 35px;
  display: block;
  color: #545661;
  font-weight: 600;
  white-space: nowrap;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #545661;
  position: relative;
  margin: 20px 0px 18px;
}

.txt-service-tab-btn li h3:before {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  font-size: 35px;
  white-space: nowrap;
  color: var(--txt-title-color-1);
  overflow: hidden;
  content: attr(data-text);
  position: absolute;
  text-transform: uppercase;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-text-fill-color: var(--txt-title-color-1);
}

.txt-service-tab-btn li h3:hover:before {
  width: 100%;
}

.txt-service-top-content-4 {
  margin-bottom: 15px;
  padding-bottom: 45px;
  border-bottom: 1.5px solid rgba(3, 6, 23, 0.1);
}

.txt-service-top-content-4 .txt-section-title-4 {
  max-width: 550px;
}

.txt-service-top-content-4 .txt-service-top-text {
  max-width: 450px;
}

.txt-service-top-content-4 .txt-btn-4:before {
  border: none;
  height: 167px;
  width: 167px;
}

.txt-service-top-content-4 .txt-btn-4:after {
  top: -67px;
  right: -6.5px;
  z-index: -1;
  content: "";
  width: 160px;
  height: 160px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
}

.txt-service-item-content-4_2 {
  padding: 25px;
  margin-top: 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(143, 115, 255, 0.04)), color-stop(45.27%, rgba(83, 71, 255, 0.04)), color-stop(57.66%, rgba(68, 113, 254, 0.04)), to(rgba(33, 211, 253, 0.04)));
  background: linear-gradient(90deg, rgba(143, 115, 255, 0.04) 0%, rgba(83, 71, 255, 0.04) 45.27%, rgba(68, 113, 254, 0.04) 57.66%, rgba(33, 211, 253, 0.04) 100%);
}

.txt-service-item-4_2 {
  z-index: 1;
  padding: 25px 20px;
  background: rgba(143, 115, 255, 0.08);
}

.txt-service-item-4_2 .service-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#8F73FF), color-stop(45.27%, #5347FF), color-stop(57.66%, #4471FE), to(#21D3FD));
  background: linear-gradient(90deg, #8F73FF 0%, #5347FF 45.27%, #4471FE 57.66%, #21D3FD 100%);
}

.txt-service-item-4_2 .service-icon i {
  color: #fff;
  font-size: 32px;
  line-height: 0.75;
}

.txt-service-item-4_2 .service-text .service_title a {
  color: #030617;
  font-size: 22px;
  font-weight: 500;
  display: inline !important;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.txt-service-item-4_2 .service-text .service_title a:hover {
  background-size: 100% 100%;
}

.txt-service-item-4_2 .service-text p {
  font-size: 14px;
  padding-top: 15px;
}

.txt-service-item-4_2:hover .service-icon {
  -webkit-animation-name: icon_move;
  animation-name: icon_move;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@media (max-width: 1280px) {
  .txt-service-content-area-4 .txt-service-img-4 {
    display: none;
  }

  .txt-service-content-4 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .txt-service-section-4 .txt-section-title-4 {
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .txt-service-top-content-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  .txt-service-top-content-4 .txt-btn-4:before,
  .txt-service-top-content-4 .txt-btn-4:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .txt-service-content-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .txt-service-img-4_2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .txt-service-item-4_2 {
    margin-bottom: 30px;
  }

  .txt-service-tab-btn li h3,
  .txt-service-tab-btn li h3:before {
    font-size: 24px;
  }

  .txt-service-item-4 .service-text .service_title a {
    font-size: 28px;
  }
}

.txa-services-1-area {
  position: relative;
}
.txa-services-1-pop-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .txa-services-1-pop-img {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .txa-services-1-pop-img {
    max-width: 90%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-services-1-pop-img {
    max-width: 50%;
  }
}
.txa-services-1-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .txa-services-1-row {
    gap: 40px;
    grid-template-columns: 1.4fr 1fr;
  }
}
@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-services-1-row {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.txa-services-1-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media (max-width: 767px) {
  .txa-services-1-card-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-services-1-card-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.txa-services-1-card {
  background: #fff;
  border-radius: 15px;
  border: 10px solid #fff;
  transition: 400ms var(--txa-cube-1);
}
.txa-services-1-card-content {
  gap: 10px;
  padding: 18px 0;
  padding-bottom: 8px;
}
.txa-services-1-card-img {
  overflow: hidden;
  border-radius: 10px;
  height: 244px;
  position: relative;
}
.txa-services-1-card-icon {
  width: 80px;
  height: 80px;
  background: var(--txa-pr-1);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  color: #fff;
  border-radius: 0 0 90px 0;
  transition: 400ms var(--txa-cube-1);
}
.txa-services-1-card-icon i {
  display: inline-block;
  line-height: 1;
  margin-top: 12px;
  margin-left: 12px;
}
.txa-services-1-card-title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
  transition: 200ms var(--txa-cube-1);
}
.txa-services-1-card-title a {
  transition: 200ms var(--txa-cube-1);
}
.txa-services-1-card-title:hover {
  color: var(--txa-pr-1);
  letter-spacing: 0.3px;
}
.txa-services-1-card-btn {
  display: inline-block;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #575555;
  text-align: center;
  line-height: 42px;
  color: #fff !important;
  transition: 400ms var(--txa-cube-1);
}
.txa-services-1-card-btn:hover {
  transform: rotate(45deg);
  background-color: var(--txa-pr-1);
  color: #fff;
}
.txa-services-1-card:hover {
  box-shadow: 0 0 90px 0 rgba(15, 36, 220, 0.4);
}
.txa-services-1-card:hover .txa-services-1-card-icon i {
  animation: txa-shake-up 0.5s var(--txa-cube-1);
}
/*---------------------------------------------------- */
/*Why choose Section*/
/*----------------------------------------------------*/
.txt-why-choose-section-4 {
  overflow: hidden;
}

.txt-why-choose-section-4 .txt-wc-side-img-4 {
  bottom: 0;
  right: -50px;
  overflow: hidden;
  border-top-left-radius: 250px;
}

.txt-why-choose-content-4 {
  gap: 35px;
}

.txt-why-choose-text-area-4 {
  max-width: 520px;
}

.txt-why-choose-text-area-4 .txt-why-choose-img-4 {
  overflow: hidden;
  margin-top: 40px;
  border-radius: 10px;
}

.txt-why-choose-text-area-4 .txt-why-choose-img-4 img {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.txt-why-choose-text-area-4 .txt-why-choose-img-4:before {
  top: 0;
  left: 0;
  width: 0%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  background: var(--txt-gradient-3);
}

.txt-why-choose-text-area-4 .txt-why-choose-img-4.active img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

.txt-why-choose-text-area-4 .txt-why-choose-img-4.active:before {
  width: 100%;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.txt-why-choose-skill-4 {
  max-width: 490px;
}

.txt-why-choose-skill-4 .txt-why-choose-video-play .inner-img {
  overflow: hidden;
  border-radius: 400px;
}

.txt-why-choose-skill-4 .txt-why-choose-video-play .play-video a {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

.txt-why-choose-skill-4 .txt-why-choose-video-play .play-video a i {
  color: #fff;
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--txt-gradient-3);
}

.txt-why-choose-skill-area {
  margin-top: 45px;
}

.txt-why-choose-skill-area .skill-set-percent {
  margin-bottom: 20px;
}

.txt-why-choose-skill-area .skill-set-percent h4 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  color: var(--txt-title-color-1);
}

.txt-why-choose-skill-area .skill-set-percent .progress {
  height: 14px;
  border-radius: 0;
  position: relative;
  overflow: visible;
  border-radius: 30px;
  border: 1px solid #D91313;
  background-color: transparent;
}

.txt-why-choose-skill-area .skill-set-percent .progress span {
  right: 0;
  top: -35px;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  color: #D91313;
  font-family: var(--txt-alt-font-1);
}

.txt-why-choose-skill-area .skill-set-percent .progress-bar {
  width: 0;
  left: 3px;
  top: 3px;
  float: left;
  height: 6px;
  position: relative;
  border-radius: 30px;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}

.txt-why-choose-skill-area .skill-set-percent:nth-child(1) .progress span {
  color: #D91313;
}

.txt-why-choose-skill-area .skill-set-percent:nth-child(1) .progress-bar {
  background-color: #D91313;
}

.txt-why-choose-skill-area .skill-set-percent:nth-child(2) .progress {
  border: 1px solid #11A142;
}

.txt-why-choose-skill-area .skill-set-percent:nth-child(2) .progress span {
  color: #11A142;
}

.txt-why-choose-skill-area .skill-set-percent:nth-child(2) .progress-bar {
  background-color: #11A142;
}

.txt-why-choose-skill-area .skill-set-percent:nth-child(3) .progress {
  border: 1px solid #D2A009;
}

.txt-why-choose-skill-area .skill-set-percent:nth-child(3) .progress span {
  color: #D2A009;
}

.txt-why-choose-skill-area .skill-set-percent:nth-child(3) .progress-bar {
  background-color: #D2A009;
}

.txt-why-choose-skill-area .skill-set-percent:nth-child(4) .progress {
  border: 1px solid #148ACD;
}

.txt-why-choose-skill-area .skill-set-percent:nth-child(4) .progress span {
  color: #148ACD;
}

.txt-why-choose-skill-area .skill-set-percent:nth-child(4) .progress-bar {
  background-color: #148ACD;
}

.txt-why-choose-skill-area .skill-set-percent:nth-child(5) .progress {
  border: 1px solid #4311D1;
}

.txt-why-choose-skill-area .skill-set-percent:nth-child(5) .progress span {
  color: #4311D1;
}

.txt-why-choose-skill-area .skill-set-percent:nth-child(5) .progress-bar {
  background-color: #4311D1;
}

@media (max-width: 1850px) {
  .txt-why-choose-section-4 .txt-wc-side-img-4 {
    right: -150px;
  }
}

@media (max-width: 1650px) {
  .txt-why-choose-section-4 .txt-wc-side-img-4 {
    right: -250px;
  }
}

@media (max-width: 1440px) {
  .txt-why-choose-section-4 .txt-wc-side-img-4 {
    right: -350px;
  }
}

@media (max-width: 1365px) {
  .txt-why-choose-section-4 .txt-wc-side-img-4 {
    display: none;
  }
}

@media (max-width: 991px) {
  .txt-why-choose-content-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*---------------------------------------------------- */
/*award Section*/
/*----------------------------------------------------*/
.txt-award-content-4 {
  border-bottom: 1px solid #21D2FD;
}

.txt-award-content-4 .txt-award-title {
  width: 20%;
  height: 200px;
  background: var(--txt-gradient-3);
}

.txt-award-content-4 .txt-award-title h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
}

.txt-sponsor-scroll-2 {
  width: 80%;
  height: 200px;
  overflow: hidden;
  line-height: 160px;
  background: transparent;
}

.txt-sponsor-scroll-2 .txt-sp-img1_2 .inner-img {
  height: 35px;
}

@media (max-width: 1150px) {
  .txt-award-content-4 .txt-award-title {
    height: 150px;
  }

  .txt-award-content-4 .txt-award-title h3 {
    font-size: 40px;
  }

  .txt-sponsor-scroll-2 {
    height: 135px;
    line-height: 120px;
  }
}

@media (max-width: 768px) {
  .txt-sponsor-scroll-2 {
    width: 100%;
  }

  .txt-award-content-4 .txt-award-title {
    width: 250px;
    height: 100px;
  }

  .txt-award-content-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .txt-award-content-4 .txt-award-title {
    width: 100%;
  }
}

/*---------------------------------------------------- */
/*Project Section*/
/*----------------------------------------------------*/
.txt-project-section-4 {
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1920px;
}

.txt-project-section-4 .txt-project-testimonial-bg {
  bottom: 0;
  width: 100%;
  z-index: -1;
  height: 1100px;
}

.txt-project-item-4 {
  z-index: 1;
  overflow: hidden;
  max-width: 1016px;
  border-radius: 500px;
}

.txt-project-item-4:before {
  left: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53.08%, rgba(3, 6, 23, 0)), to(rgba(3, 6, 23, 0.64)));
  background: linear-gradient(180deg, rgba(3, 6, 23, 0) 53.08%, rgba(3, 6, 23, 0.64) 100%);
}

.txt-project-item-4 .project-img img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.txt-project-item-4 .project-text {
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 75px;
}

.txt-project-item-4 .project-text .pro-cate {
  opacity: 0;
  color: #fff;
  padding: 5px 20px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 10px;
  visibility: hidden;
  font-family: var(--txt-alt-font-1);
  background: var(--txt-gradient-3);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.txt-project-item-4 .project-text .projec_title {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.txt-project-item-4 .project-text .projec_title a {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  display: inline !important;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.txt-project-item-4 .project-text .projec_title a:hover {
  color: #fff;
  background-size: 100% 100%;
}

.txt-project-sldier-4 {
  margin-top: 45px;
}

.txt-project-sldier-4 .swiper-slide-active .txt-project-item-4:before {
  height: 100%;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.txt-project-sldier-4 .swiper-slide-active .txt-project-item-4 .project-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.txt-project-sldier-4 .swiper-slide-active .txt-project-item-4 .project-text .pro-cate {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.txt-project-sldier-4 .swiper-slide-active .txt-project-item-4 .project-text .projec_title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

.txt-project-sldier-4 .txt-arrow-next-prev-4 {
  z-index: 2;
  margin-top: -31px;
  position: relative;
}

.txt-project-sldier-4 .txt-arrow-next-prev-4 .txt-slider-arrow {
  width: 62px;
  height: 62px;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  margin: 0px 6px;
  position: relative;
  background: #030617;
  border-radius: 22px;
  border: 1px solid #4471FE;
}

.txt-project-sldier-4 .txt-arrow-next-prev-4 .txt-slider-arrow:before {
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  content: "";
  position: absolute;
  border-radius: 22px;
  background: #4471FE;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-project-sldier-4 .txt-arrow-next-prev-4 .txt-slider-arrow i {
  color: #4471FE;
}

.txt-project-sldier-4 .txt-arrow-next-prev-4 .txt-slider-arrow:hover:before {
  height: 100%;
}

.txt-project-sldier-4 .txt-arrow-next-prev-4 .txt-slider-arrow:hover i {
  color: #fff;
}

@media (max-width: 1366px) {
  .txt-project-item-4 .project-text {
    bottom: 40px;
    max-width: 80%;
    margin: 0 auto;
  }

  .txt-project-item-4 .project-text .projec_title a {
    font-size: 40px;
  }

  .txt-project-section-4 .txt-project-testimonial-bg {
    height: 1000px;
  }
}

@media (max-width: 1200px) {
  .txt-project-item-4 {
    margin: 0 auto;
  }

  .txt-project-section-4 .txt-project-testimonial-bg {
    height: 100%;
  }

  .txt-project-section-4 .txt-section-title-4 .section_title {
    color: #fff;
  }
}

@media (max-width: 680px) {
  .txt-project-sldier-4 .txt-arrow-next-prev-4 {
    margin-top: 30px;
  }

  .txt-project-item-4 .project-text {
    bottom: 20px;
  }

  .txt-project-item-4 .project-text .projec_title a {
    font-size: 30px;
  }

  .txt-project-item-4 .project-text .pro-cate {
    font-size: 12px;
  }

  .txt-project-sldier-4 .txt-arrow-next-prev-4 .txt-slider-arrow {
    width: 45px;
    height: 45px;
  }
}

/*---------------------------------------------------- */
/*Testimonial Section*/
/*----------------------------------------------------*/
.testimonial-carousel {
  padding-top: 40px;
}

.testimonial-block_three {
  position: relative;
}

.testimonial-block_three-inner {
  position: relative;
}

.testimonial-block_three-image-column {
  position: relative;
  padding: 20px 0px 0px 30px;
}

.testimonial-block_three-image {
  position: relative;
  margin-bottom: -50px;
  padding: 15px 15px 15px;
}

.testimonial-block_three-image::before {
  position: absolute;
  content: "";
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  border-radius: 50%;
  border: 15px solid #4471FE;
}

.testimonial-block_three-image img {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-block_three-content-column {
  position: relative;
}

.testimonial-block_three-content {
  position: relative;
  padding-top: 50px;
  padding-left: 70px;
}

.testimonial-block_three-quote {
  position: relative;
  line-height: 1em;
  color: #4471FE;
  font-size: 80px;
}

.testimonial-block_three-text {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  margin-top: 20px;
  font-weight: 500;
  position: relative;
  font-family: var(--txt-alt-font-1);
}

.testimonial-block_three-designation .txt-name {
  font-size: 24px;
  margin-top: 30px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--txt-alt-font-1);
}

.testimonial-block_three-designation span {
  position: relative;
  display: block;
  font-weight: 400;
  opacity: 0.6;
  font-size: 16px;
  color: #fff;
}

.testimonial-three-arrow {
  left: 100px;
  bottom: 0px;
  z-index: 10;
  width: 350px;
  height: 80px;
  cursor: pointer;
  padding: 25px 0px;
  text-align: center;
  position: absolute;
  border-radius: 250px 250px 0px 0px;
  background-color: rgb(3, 6, 23);
}

.testimonial-three-arrow .testimonial-one-button-prev {
  position: relative;
  width: 60px;
  height: 32px;
  margin: 0px 5px;
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  border: 2px solid #fff;
}

.testimonial-three-arrow .testimonial-one-button-next {
  position: relative;
  width: 60px;
  height: 32px;
  margin: 0px 5px;
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  border: 2px solid #fff;
}

.testimonial-three-arrow .testimonial-one-button-prev:hover,
.testimonial-three-arrow .testimonial-one-button-next:hover {
  color: #fff;
  border-color: #4471FE;
  background-color: #4471FE;
}

@media (max-width: 1366px) {
  .testimonial-block_three-content {
    padding-left: 30px;
  }
}

@media (max-width: 1300px) {
  .testimonial-block_three-image::before {
    display: none;
  }
}

@media (max-width: 1120px) {
  .testimonial-three-arrow {
    width: 275px;
  }
}

@media (max-width: 991px) {
  .testimonial-three-arrow {
    width: 100%;
    position: static !important;
  }
}

/*---------------------------------------------------- */
/*Faq Section*/
/*----------------------------------------------------*/
.txt-faq-section-4 {
  z-index: 1;
  margin: 0px 100px;
}

.txt-faq-section-4 .faq-bg {
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}

.txt-faq-section-4 .txt-faq-img-4 {
  left: 0;
  top: -100px;
  overflow: hidden;
}

.txt-faq-content-4 {
  max-width: 710px;
}

.txt-faq-accordion.ver_4 {
  margin-top: 25px;
}

.txt-faq-accordion.ver_4 .accordion-item {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  padding: 20px 15px 20px;
  background-color: transparent;
  border-bottom: 1px solid #545661;
}

.txt-faq-accordion.ver_4 .accordion-item .accordion-button {
  font-size: 22px;
  font-weight: 400;
  color: rgb(0, 7, 26);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--txt-alt-font-1);
}

.txt-faq-accordion.ver_4 .accordion-item .accordion-button span {
  max-width: 90%;
}

.txt-faq-accordion.ver_4 .accordion-item .faq_active {
  background: -webkit-gradient(linear, left top, right top, from(rgba(143, 115, 255, 0.2)), color-stop(45.27%, rgba(83, 71, 255, 0.2)), color-stop(57.66%, rgba(83, 71, 255, 0.2)), to(rgba(33, 211, 253, 0.2)));
  background: linear-gradient(90deg, rgba(143, 115, 255, 0.2) 0%, rgba(83, 71, 255, 0.2) 45.27%, rgba(83, 71, 255, 0.2) 57.66%, rgba(33, 211, 253, 0.2) 100%);
}

.txt-faq-accordion.ver_4 .accordion-button:not(.collapsed) {
  color: #5347FF;
  font-weight: 500;
}

@media (max-width: 1600px) {
  .txt-faq-section-4 {
    margin: 0;
  }

  .txt-faq-content-4 {
    max-width: 660px;
  }
}

@media (max-width: 1460px) {
  .txt-faq-content-4 {
    max-width: 590px;
  }
}

@media (max-width: 1365px) {
  .txt-faq-section-4 .txt-faq-img-4 {
    display: none;
  }

  .txt-faq-content-4 {
    max-width: 100%;
  }
}

/*---------------------------------------------------- */
/*Cta Section*/
/*----------------------------------------------------*/
.txt-cta-section-4 {
  z-index: 1;
  overflow: hidden;
  padding: 170px 0px;
}

.txt-cta-section-4 .background_overlay {
  z-index: -1;
  background-color: rgba(0, 7, 26, 0.7);
}

.txt-cta-section-4 .cta-bg {
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.txt-cta-content-4 {
  margin: 0 auto;
  max-width: 655px;
}

.txt-cta-content-4 h3 {
  color: #fff;
  font-size: 56px;
  font-weight: 600;
  padding-bottom: 105px;
}

.txt-cta-content-4 .txt-btn-4 a {
  color: #fff;
}

.txt-cta-content-4 .txt-btn-4 a:before {
  background-color: #fff;
}

.txt-cta-content-4 .txt-btn-4:before {
  border: 4px solid #8F73FF;
  background: transparent;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
}

@media (max-width: 991px) {
  .txt-cta-section-4 {
    padding: 80px 15px;
  }

  .txt-cta-content-4 h3 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}

@media (max-width: 680px) {
  .txt-cta-content-4 h3 {
    font-size: 30px;
  }
}

/*---------------------------------------------------- */
/*Blog Section*/
/*----------------------------------------------------*/
.txt-blog-content-4 {
  gap: 40px;
  padding-top: 50px;
}

.txt-blog-item-4 {
  z-index: 1;
  overflow: hidden;
  padding-bottom: 75px;
}

.txt-blog-item-4:before,
.txt-blog-item-4:after {
  left: 36px;
  bottom: 0;
  content: "";
  z-index: -1;
  width: 110px;
  height: 150px;
  position: absolute;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(40, 44, 56, 0.2)), to(rgba(40, 44, 56, 0.2))), #8E72FF;
  background: linear-gradient(0deg, rgba(40, 44, 56, 0.2) 0%, rgba(40, 44, 56, 0.2) 100%), #8E72FF;
}

.txt-blog-item-4:after {
  left: auto;
  right: 36px;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(40, 44, 56, 0.2)), to(rgba(40, 44, 56, 0.2))), #21D2FD;
  background: linear-gradient(0deg, rgba(40, 44, 56, 0.2) 0%, rgba(40, 44, 56, 0.2) 100%), #21D2FD;
}

.txt-blog-item-4 .blog-img {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}

.txt-blog-item-4 .blog-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-blog-item-4 .blog-text {
  left: 0;
  right: 0;
  bottom: 0;
  width: 85%;
  margin: 0 auto;
  position: absolute;
  padding: 40px 40px 30px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 10px 10px 0px 0px;
  background: -webkit-gradient(linear, left top, right top, from(#8F73FF), color-stop(45.27%, #5347FF), color-stop(57.66%, #4471FE), to(#21D3FD));
  background: linear-gradient(90deg, #8F73FF 0%, #5347FF 45.27%, #4471FE 57.66%, #21D3FD 100%);
}

.txt-blog-item-4 .blog-text .blog-meta {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.txt-blog-item-4 .blog-text .blog-meta a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.txt-blog-item-4 .blog-text .blog-meta a span {
  color: rgba(255, 255, 255, 0.5);
}

.txt-blog-item-4 .blog-text .blog_title {
  padding-bottom: 12px;
}

.txt-blog-item-4 .blog-text .blog_title a {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  display: inline !important;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.txt-blog-item-4 .blog-text .blog_title a:hover {
  background-size: 100% 100%;
}

.txt-blog-item-4 .blog-text p {
  color: #fff;
  padding-bottom: 20px;
}

.txt-blog-item-4 .blog-text .txt-btn-4_2 a {
  background: #fff;
  padding: 15px 35px;
}

.txt-blog-item-4 .blog-text .txt-btn-4_2 a:before {
  background-color: #000;
}

.txt-blog-item-4 .blog-text .txt-btn-4_2 a i:after {
  background: var(--txt-gradient-3);
}

.txt-blog-item-4:hover .blog-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.txt-blog-item-4_2 {
  gap: 20px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(3, 6, 23, 0.1);
}

.txt-blog-item-4_2 .blog-img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
}

.txt-blog-item-4_2 .blog-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.txt-blog-item-4_2 .blog-text {
  max-width: 315px;
}

.txt-blog-item-4_2 .blog-text .blog-meta {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(3, 6, 23, 0.1);
}

.txt-blog-item-4_2 .blog-text .blog-meta a {
  font-size: 16px;
  color: rgba(3, 6, 23, 0.8);
}

.txt-blog-item-4_2 .blog-text .blog-meta a span {
  color: #FF3838;
}

.txt-blog-item-4_2 .blog-text .blog_title {
  padding-bottom: 10px;
}

.txt-blog-item-4_2 .blog-text .blog_title a {
  color: #030617;
  font-size: 26px;
  font-weight: 500;
  display: inline !important;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.txt-blog-item-4_2 .blog-text .blog_title a:hover {
  background-size: 100% 100%;
}

.txt-blog-item-4_2 .blog-text p {
  font-size: 16px;
  color: rgba(3, 6, 23, 0.8);
}

.txt-blog-item-4_2:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.txt-blog-item-4_2:hover .blog-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 1350px) {
  .txt-blog-content-4 {
    gap: 20px;
  }

  .txt-blog-item-4_2 {
    gap: 15px;
  }

  .txt-blog-item-4_2 .blog-text {
    max-width: 270px;
  }

  .txt-blog-item-4_2 .blog-text .blog-meta {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .txt-blog-item-4_2 .blog-text .blog_title a {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .txt-blog-content-4 {
    gap: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .txt-blog-item-4 .blog-text {
    width: 100%;
    border-radius: 0;
    position: static;
  }

  .txt-blog-item-4:before,
  .txt-blog-item-4:after {
    display: none;
  }

  .txt-blog-item-4 {
    padding-bottom: 0;
  }

  .txt-blog-item-4_2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .txt-blog-item-4_2 .blog-text {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .txt-blog-item-4 .blog-text {
    padding: 30px 20px;
  }

  .txt-blog-item-4 .blog-text .blog_title a {
    font-size: 26px;
  }
}

/*---------------------------------------------------- */
/*Footer Section*/
/*----------------------------------------------------*/
.txt-footer-section-4 {
  overflow: hidden;
  background-color: #030617;
}

.txt-footer-section-4 .txt-footer-cta-4 {
  padding: 60px 0px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(143, 115, 255, 0.25)), color-stop(45.27%, rgba(83, 71, 255, 0.25)), color-stop(57.66%, rgba(83, 71, 255, 0.25)), to(rgba(33, 211, 253, 0.25)));
  background: linear-gradient(90deg, rgba(143, 115, 255, 0.25) 0%, rgba(83, 71, 255, 0.25) 45.27%, rgba(83, 71, 255, 0.25) 57.66%, rgba(33, 211, 253, 0.25) 100%);
}

.txt-footer-cta-content-4 .txt-btn-4:before {
  border: 12px solid #1b2f75;
}

.txt-footer-cta-content-4 .txt-btn-4 a {
  color: #fff;
}

.txt-footer-cta-content-4 .txt-btn-4 a:before {
  background-color: #fff;
}

.txt-footer-cta-content-4 h3 {
  color: #fff;
  font-size: 90px;
  font-weight: 600;
  max-width: 445px;
  text-align: right;
}

.txt-footer-cta-content-4 p {
  max-width: 375px;
  color: rgba(255, 255, 255, 0.8);
}

.txt-footer-content-area-4 {
  padding-top: 175px;
}

@media (max-width: 1200px) {
  .txt-footer-cta-content-4 h3 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .txt-footer-cta-content-4 h3 {
    font-size: 40px;
    max-width: 300px;
    text-align: center;
  }

  .txt-footer-cta-content-4 p {
    max-width: 300px;
  }

  .txt-footer-cta-content-4 {
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

/* 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;
  font-family: var(--txt-heading-main);;
}
.blog-page-item .meta span {
  display: inline-block;
  text-transform: capitalize;
  font-family: var(--txt-heading-main);;
}
.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);
  font-family: var(--txt-heading-main);
}
.blog-page-item .title:hover {
  color: var(--txt-main-color);
}
@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;
  font-family: var(--txt-heading-main);
  font-size: 18px;
}
.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;
  font-family: var(--txt-heading-main);
}
@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;
  font-family: var(--txt-heading-main);
}
@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;
  font-family: var(--txt-heading-main);
}
.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(--txt-main-color);
  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;
  margin-top: 30px;
}
.post-tags {
	display: flex;
	align-items: center;
	gap: 10px;
}
.post-tags div {
	gap: 5px;
}
.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;
  font-family: var(--txt-heading-main);
}
.blog-details-tag-share-wrap .blog-details-tag a:hover {
  background-color: var(--txt-main-color);
  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, #bee041 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: 800;
  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: 800;
  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: 800;
  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: 800;
  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-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(--txt-heading-main);
  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(--txt-main-color);
  width: 100%;
  height: 0%;
  border-radius: 54px;
  z-index: -1;
  transition: 400ms ease-in-out;
}
.sidebar-category li a:hover {
  color: #000 !important;
}
.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(--txt-heading-main);
  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(--txt-main-color);
  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: var(--chy-pr-2);
}
.sidebar-download li a:hover .title {
  color: #fff;
}
.sidebar-download li a:hover .kbs {
  color: #fff;
}
.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(--txt-main-color);
  border-radius: 0 50px 50px 0;
  transition: 400ms ease;
}
.sidebar-search-box .search-btn:hover {
  color: var(--chy-h1-color);
}
.sidebar-search-box .search-input {
  background: #F1F1F8;
  border: none;
  outline: none;
  width: 100%;
  height: 60px;
  border-radius: 50px;
  font-family: var(--txt-heading-main);;
  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(--txt-heading-main);;
  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;
}
.latest-post-item .content .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.latest-post-item .content .title:hover {
  color: var(--txt-heading-main);
}

.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(--txt-heading-main);
  color: #fff;
}
.blog-details-content p {
  font-family: var(--txt-heading-main);;
}
.comment-respond,
.contact-form-wrap {
  background: rgba(14, 25, 30, 0.04);
  border-radius: 10px;
  padding: 45px 40px;
}
@media (max-width: 767px) {
  .contact-form-wrap {
    padding: 45px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-form-wrap {
    padding: 45px 40px;
  }
}
.contact-form-wrap .title {
  font-size: 36px;
  line-height: 1.27;
  margin-bottom: 20px;
}
.contact-form-wrap .text {
  margin-bottom: 30px;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
}
@media (max-width: 767px) {
  .contact-form {
    grid-template-columns: 1fr;
  }
}
.comment-form textarea,
.comment-form input,
.contact-form input, .contact-form .option-selector, .contact-form textarea {
  width: 100%;
  height: 62px;
  border-radius: 100px;
  outline: none;
  border: none;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  color: #504E4E;
  text-transform: capitalize;
  font-family: var(--urbanist);
  padding: 0 30px;
}
.contact-form input::placeholder, .contact-form .option-selector::placeholder, .contact-form textarea::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #606364;
  font-family: var(--urbanist);
}
.contact-form .option-selector .current {
  padding-top: 12px;
  display: inline-block;
}
.comment-form textarea,
.contact-form textarea {
  height: 178px;
  padding-top: 15px;
  border-radius: 10px;
  grid-column-start: 1;
  grid-column-end: -1;
}
.contact-form .btn-wrap {
  grid-column-start: 1;
  grid-column-end: -1;
  text-align: center;
  padding-top: 20px;
}
.contact-form .btn-wrap .chy-pr-btn-1 {
  border: none;
  outline: none;
}
@media (max-width: 767px) {
  .contact-form .btn-wrap .chy-pr-btn-1 {
    padding: 21px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-form .btn-wrap .chy-pr-btn-1 {
    padding: 21px 40px;
  }
}

.nice-select.option-selector::after {
  border-bottom: 1px solid #707480;
  border-right: 1px solid #707480;
  width: 8px;
  height: 8px;
  right: 35px;
}
.default-form.contact-form {
  display: block;
}
.blog-details-content-list.list-unstyled {
  padding-left: 0px !important;
}
.tagcloud,
.sidebar-tag {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.tagcloud a,
.sidebar-tag a {
	display: inline-block;
	background-color: #fff;
	border-radius: 4px;
	text-decoration: none;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 20px;
	text-transform: capitalize;
	color: #504e4e;
	padding: 7px 20px;
	transition: 400ms;
  font-family: var(--txt-heading-main);
}

.tagcloud a:hover,
.sidebar-tag a:hover {
	background-color: var(--txt-main-color);
	color: #000;
}
.sidebar-box-wrap a,
.sidebar-box-wrap li,
.sidebar-box-wrap span,
.sidebar-box-wrap
{
  font-family: var(--txt-heading-main);
}
.team-details-person-skill .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 20px;
  font-family: var(--txt-heading-main);
}
.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(--txt-heading-main);
  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(--txt-main-color);
  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: #bee041;
}
.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%;
}
.teamSocial-lists .footer-social {
  justify-content: flex-start !important;
  gap: 10px;
}

.teamSocial-lists .footer-social a {
  margin: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-color: var(--txt-main-color);
  color: #000;
}

.teamSocial-lists .footer-social a:hover {
  background: var(--txt-main-color);
  color: #000;
}
.tx-input-field .row div {
  margin-top: 20px;
}
.blog-details-share {
  gap: 10px;
}
.mt-none-30 {
margin-top: -30px;
}
.latest-post-item .content.pr-0 {
  padding-right: 0;
}
.blog-details-content-list {
  padding-left: 0px !important;
}

.blog-details-content-list li {
  padding-top: 0px !important;
}
.page-next-prev-btn span,
.page-next-prev-btn a {
margin: 0px !important;
}
.page-next-prev-btn {
gap: 5px;
padding-top: 50px !important;
margin-bottom: 0px;
}
.page-next-prev-btn button:is(.active),
.page-next-prev-btn span:is(.current),
.page-next-prev-btn a:is(.active) {
  background: var(--txa-pr-3);
  color: #000;
}
.default-form.contact-form {
  display: block;
}
.comment-text p {
font-size: 18px;
}
.far {
  font-family: 'Font Awesome 5 Pro' !important;
}

.tx-input-field input[type=file] {
  background: transparent;
  padding: 0px;
  border-radius: 0;
  height: auto;
}


.contact-form-2 .nice-select,
.tx-input-field .nice-select
{
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;
line-height: 62px;
}

.contact-form-2 .nice-select::after,
.tx-input-field .nice-select::after
{
  border-bottom: 1px solid #707480;
  border-right: 1px solid #707480;
  width: 8px;
  height: 8px;
  right: 35px;
}
.no-menu .chy-header-1-wrap .left {
  display: none;
}
#tx-preloader .tx-loader::before {
display: none;
}
.comment-form textarea,
.comment-form input,
.contact-form input, .contact-form .option-selector, .contact-form textarea {
width: 100%;
height: 62px;
border-radius: 100px;
outline: none;
border: none;
background: #fff;
font-size: 18px;
font-weight: 400;
color: #504E4E;
text-transform: capitalize;
font-family: var(--txa-heading-3-font);
padding: 0 30px;
}

.comment-form textarea,
.comment-form input,
.contact-form input,
.contact-form .option-selector,
.contact-form textarea {
width: 100%;
height: 62px;
border-radius: 100px;
outline: none;
border: none;
background: #fff;
font-size: 18px;
font-weight: 400;
color: #504E4E;
text-transform: capitalize;
font-family: var(--txa-heading-3-font);
padding: 0 30px;
}
.contact-form input::placeholder, .contact-form .option-selector::placeholder, .contact-form textarea::placeholder {
font-size: 18px;
font-weight: 400;
color: #606364;
font-family: var(--txa-heading-3-font);
}
.comment-form textarea,
.contact-form textarea {
height: 178px;
padding-top: 15px;
border-radius: 10px;
grid-column-start: 1;
grid-column-end: -1;
}
.nice-select {
  background: #fff !important;
  z-index: 12;
}
.contact-form-2 .nice-select {
background: #F3F3F5 !important;
}

.contact-page-contact-list label,
.contact-page-contact-list div,
.contact-page-contact-list h4,
.contact-page-contact-list p,
.contact-page-contact-list span,
.contact-form-2 label,
.contact-form-2 span,
.contact-form-2 input,
.contact-form-2 input::placeholder,
.popup-search-box .title,
.popup-search-box input,
.popup-search-box input::placeholder,
.nice-select span,
.nice-select li {
font-family: var(--txa-heading-3-font);
}
.contact-form .btn-wrap {
  text-align: center;
}
.contact-page-contact-list .title {
  margin-bottom: 0;
}
.comment-respond,
.contact-form-wrap {
background: rgba(14, 25, 30, 0.04);
border-radius: 10px;
padding: 45px 40px;
}
.blog-details-tag-share-wrap {
  margin-top: 30px;
}
.error-title {
font-size: 60px;
font-weight: 800;
}
@media (max-width: 767px) {
.contact-form-wrap {
  padding: 45px 20px;
}
.error-title {
font-size: 36px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.contact-form-wrap {
  padding: 45px 40px;
}
}
.contact-form-wrap .title {
font-size: 36px;
line-height: 1.27;
margin-bottom: 20px;
}
.contact-form-wrap .text {
margin-bottom: 30px;
}
.txa-header-1-top-address li svg,
.txa-feature-list-3 li svg {
  max-width: 14px;
}
.txa-pr-btn-5 .icon svg {
max-width: 24px;
}
.txa-price-3-item .normal-content svg {
max-width: 26px;
}
.txa-plybtn-1 .icon svg {
width: 22px;
}
.txa-services-2-item .s2-btn svg {
  max-width: 20px;
}
.txa-services-2-item .s2-btn svg {
  max-width: 20px;
}
.txa-footer-1-menu li a svg {
   max-width: 9px;
}

.txa-footer-1-contact .item svg {
  max-width: 20px;
}

.txa-footer-1-social li svg {
  max-width: 16px;
}
.txa-footer-1-follower svg {
  max-width: 20pc;
}
.tx-title-wrapper {
gap: 8px;
}
.tx-title-wrapper i {
  font-size: 25px;
  line-height: 1;
}
.tx-input-field .nice-select {
  margin-top: 0px !important;
}
.tx-input-field .btn-wrap {
  margin-top: 0px !important;
  padding-top: 0;
}
@media(max-width: 475px) {
.txa-price-3-item .title-wrap {
  flex-direction: column;align-items: flex-start;
}
.txa-price-3-item .text-right {
  text-align: left;
}
.txa-cta-group {
  flex-direction: column;
  align-items: flex-start;
}
}
.header_type_four .dropdown::after,
.header_type_three .dropdown::after {
  line-height: 23px;
}
.tx-DefaultHeader.header_type_main .main-navigation li a {
  font-size: 16px;
}
/*---------------------------------------------------- */