/*
************
*************************

   Template Name: 
   Description: 
   Author: https://themexriver.com/
   Version: 1.0

-----------------------------------------------------------------------------------

CSS INDEX
=================== 
    01. common
    02. utility
    03. typography
    04. mouse-cursor
    05. button
    06. offcanvas
    07. form
    08. search
    09. preloader
    10. animation
    11. wow-plus
    12. element
    13. back-to-top
    14. typing-text
    15. header
    16. hero
    17. core-features
    18. about
    19. projects
    20. work
    21. property
    22. showcase
    23. award
    24. brand
    25. marquee-text
    26. video
    27. experience
    28. choose
    29. services
    30. core-services
    31. testimonial
    32. contact
    33. team
    34. price
    35. gallery
    36. counter
    37. sponsor
    38. faqs
    39. blog
    40. office
    41. breadcrumb
    42. service-details
    43. team-details
    44. project-details
    45. career
    46. career-single
    47. blog-details
    48. contact-page
    49. error-page
    50. footer
******************************************************* 
*************************************************************** */
/*
    01. common
*/

:root {
  scroll-behavior: inherit;
  --tn-font-1: "Public Sans", sans-serif;
  --tn-font-2: "Inter", sans-serif;
  --tn-font-3: "Barlow", sans-serif;
  --tn-clr-pr-1: #2C67F2;
  --tn-clr-pr-2: #3CEDB7;
  --tn-clr-pr-3: #5750FF;
  --tn-clr-sd-1: #135CFD;
  --tn-clr-sd-2: #0D2665;
  --tn-clr-sd-4: #112D73;
  --tn-clr-h-1: #111111;
  --tn-clr-h-2: #211E1E;
  --tn-clr-h-3: #030F2B;
  --tn-clr-p-1: #1e1f21;
  --tn-clr-p-2: #211E1E;
  --tn-clr-p-3: #40434A;
  --tn-clr-gd-1: linear-gradient( 80deg, #62cff4 0%, #2c67f2 100%);
  --tn-clr-gd-3: linear-gradient(90deg, #5550FF 0%, #AD4BFF 100%);
  --tn-clr-gd-4: linear-gradient(90deg, #62CEF4 18.7%, #2C64E7 100%);
  --tn-cube-1: cubic-bezier(.79,.12,.25,1);
}

body {
  font-family: var(--bs-font-1);
  font-size: 18px;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 28px;
  color: var(--bs-clr-p-1);
  overflow-x: hidden;
  font-optical-sizing: auto;
}

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

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a, span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: none;
  line-height: inherit;
  transition: inherit;
}

button {
  border: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 55px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

::-moz-selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

::selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

input::placeholder, textarea::placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}

input:focus::placeholder, textarea:focus::placeholder {
  opacity: 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) {
  ::-webkit-scrollbar {
    width: 7px;
    background: #fff;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-thumb {
    background: var(--tn-clr-pr-1);
    border-radius: 0px;
  }
}
.swiper-notification {
  display: none;
}

/* 
    margin-&-padding_variable-start
*/
.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;
}

/* 
    margin-&-padding_variable-end
*/
/* 
    global-css-end
*/
/*
    02. utility
*/
@media (min-width: 1600px) {
  .container.tn-container-1 {
    max-width: 1424px;
  }
}
@media (min-width: 1400px) {
  .container.tn-container-2 {
    max-width: 1344px;
  }
}
.wa-fix {
  overflow: hidden;
}

.wa-ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.wa-img-cover img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

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

.flaticon {
  display: inline-block;
  line-height: 0.65;
}

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

.wa-p-absolute {
  position: absolute;
}

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

.wa-origin-left {
  transform-origin: left;
}

.wa-origin-right {
  transform-origin: right;
}

.wa-fw-400 {
  font-weight: 400;
}

.wa-fw-500 {
  font-weight: 500;
}

.wa-fw-600 {
  font-weight: 600;
}

.wa-fw-700 {
  font-weight: 700;
}

.wa-fw-800 {
  font-weight: 800;
}

.wa-fw-900 {
  font-weight: 900;
}

.wa-ml-auto {
  margin-left: auto;
}

.wa-mr-auto {
  margin-right: auto;
}

.wa-line-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.wa-line-limit:is(.has-line-1) {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.wa-line-limit:is(.has-line-2) {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.wa-line-limit:is(.has-line-3) {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.wa-line-limit:is(.has-line-4) {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.wa-line-limit:is(.has-line-5) {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.wa-line-limit:is(.has-line-6) {
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
.wa-line-limit:is(.has-line-7) {
  -webkit-line-clamp: 7;
  line-clamp: 7;
}
.wa-line-limit:is(.has-line-8) {
  -webkit-line-clamp: 8;
  line-clamp: 8;
}
.wa-line-limit:is(.has-line-9) {
  -webkit-line-clamp: 9;
  line-clamp: 9;
}
.wa-line-limit:is(.has-line-10) {
  -webkit-line-clamp: 10;
  line-clamp: 10;
}

.wa-will-change {
  will-change: transform, opacity;
}

/* 
    components
*/
/*
    03. typography
*/
/* 
    typography-start
*/
.tn-h-1 {
  font-family: var(--tn-font-1);
  font-optical-sizing: auto;
  line-height: 1.5;
  font-weight: 700;
  color: var(--tn-clr-h-1);
  margin-bottom: 0;
}

.tn-h-2 {
  font-family: var(--tn-font-1);
  font-optical-sizing: auto;
  letter-spacing: -0.02em;
  line-height: 1.09;
  font-weight: 700;
  color: var(--tn-clr-h-2);
  margin-bottom: 0;
}

.tn-h-3 {
  font-family: var(--tn-font-3);
  font-optical-sizing: auto;
  letter-spacing: -0.02em;
  line-height: 1.076;
  font-weight: 600;
  color: var(--tn-clr-h-3);
  margin-bottom: 0;
}

.tn-p-1 {
  font-family: var(--tn-font-1);
  font-optical-sizing: auto;
  font-size: 18px;
  line-height: 1.555;
  font-weight: 400;
  color: var(--tn-clr-p-1);
  margin-bottom: 0;
}

.tn-p-2 {
  font-family: var(--tn-font-2);
  font-optical-sizing: auto;
  font-size: 18px;
  line-height: 1.555;
  font-weight: 400;
  color: var(--tn-clr-p-2);
  margin-bottom: 0;
}

.tn-p-3 {
  font-family: var(--tn-font-2);
  font-optical-sizing: auto;
  font-size: 18px;
  line-height: 1.555;
  font-weight: 400;
  color: var(--tn-clr-p-3);
  margin-bottom: 0;
}

.tn-subtitle-1 {
  font-family: var(--tn-font-1);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.tn-subtitle-1 .icon {
  width: 33px;
  height: 33px;
  background: var(--tn-clr-gd-1);
  border-radius: 50%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tn-subtitle-1:is(.has-clm) {
  flex-direction: column;
}

.tn-subtitle-2 {
  font-family: var(--tn-font-1);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--tn-clr-sd-1);
  display: inline-block;
  padding: 0 12px;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.tn-subtitle-2::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--tn-clr-sd-2);
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.tn-subtitle-2::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--tn-clr-sd-2);
  border-radius: 50%;
  position: absolute;
  top: 9px;
  right: 0;
}
.tn-subtitle-2:is(.has-v2) {
  color: var(--tn-clr-pr-2);
}
.tn-subtitle-2:is(.has-v2)::after, .tn-subtitle-2:is(.has-v2)::before {
  background: #fff;
}

.tn-subtitle-3 {
  font-family: var(--tn-font-3);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: var(--tn-clr-sd-1);
  display: inline-block;
  padding: 0 22px;
  position: relative;
  z-index: 1;
  margin-bottom: 13px;
  border: 1px solid rgba(3, 15, 43, 0.32);
  border-radius: 4px;
}
.tn-subtitle-3::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--tn-clr-sd-1);
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 9px;
}
.tn-subtitle-3::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--tn-clr-sd-1);
  border-radius: 50%;
  position: absolute;
  top: 11px;
  right: 9px;
}
.tn-subtitle-3 .text {
  transform: translateY(-1px);
}
.tn-subtitle-3:is(.has-v2) {
  color: var(--tn-clr-pr-2);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.tn-subtitle-3:is(.has-v2)::after, .tn-subtitle-3:is(.has-v2)::before {
  background: var(--tn-clr-pr-2);
}

.tn-gd-txt-1 {
  -webkit-text-fill-color: transparent;
  color: transparent;
  background: var(--tn-clr-gd-1);
  background-clip: text;
}

.tn-sec-title-1 {
  font-family: var(--tn-font-1);
  font-size: 60px;
  line-height: 1.166;
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-sec-title-1 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-sec-title-1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-sec-title-1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tn-sec-title-1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-sec-title-1 {
    font-size: 40px;
  }
}

.tn-sce-title-2 {
  font-family: var(--tn-font-1);
  font-weight: 700;
  line-height: 1;
  color: var(--tn-clr-h-2);
  margin-bottom: 0;
  font-size: 44px;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .tn-sce-title-2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-sce-title-2 {
    font-size: 40px;
  }
}
.tn-sce-title-2:is(.has-fs-80) {
  font-size: 80px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .tn-sce-title-2:is(.has-fs-80) {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tn-sce-title-2:is(.has-fs-80) {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-sce-title-2:is(.has-fs-80) {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-sce-title-2:is(.has-fs-80) {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-sce-title-2:is(.has-fs-80) {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tn-sce-title-2:is(.has-fs-80) {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-sce-title-2:is(.has-fs-80) {
    font-size: 40px;
  }
}

.tn-sec-title-3 {
  font-family: var(--tn-font-3);
  font-weight: 600;
  line-height: 1.076;
  color: var(--tn-clr-h-3);
  margin-bottom: 0;
  font-size: 52px;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-sec-title-3 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-sec-title-3 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-sec-title-3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tn-sec-title-3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-sec-title-3 {
    font-size: 35px;
  }
}

/* 
    typography-end
*/
/*
    04. mouse-cursor
*/
.wa-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  -moz-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}
.wa-cursor::before {
  background: var(--tn-clr-pr-1);
}
.wa-cursor:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.wa-cursor-text {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
  -moz-transform: scale(0) rotate(10deg);
  -ms-transform: scale(0) rotate(10deg);
  -o-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: white;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  -o-transition: opacity 0.4s, -o-transform 0.3s;
  -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.wa-cursor:is(.-normal) {
  mix-blend-mode: normal;
}
.wa-cursor:is(.-normal)::before {
  background: currentColor;
}
.wa-cursor:is(.-text) {
  mix-blend-mode: normal;
}
.wa-cursor:is(.-text)::before {
  background: currentColor;
}
.wa-cursor:is(.-inverse) {
  color: white;
}
.wa-cursor:is(.-visible)::before {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
.wa-cursor:is(.-visible):is(.-active):before {
  -webkit-transform: scale(0.23);
  -moz-transform: scale(0.23);
  -ms-transform: scale(0.23);
  -o-transform: scale(0.23);
  transform: scale(0.23);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wa-cursor:is(.-pointer)::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0.2;
}
.wa-cursor:is(.-text):before {
  background: #000;
  opacity: 0.8;
  backdrop-filter: blur(10);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.wa-cursor:is(.-text) .wa-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wa-cursor:is(.-text):is(.-active)::before {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wa-cursor:is(.-opaque)::before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.wa-cursor:is(.-opaque):is(.-active)::before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.wa-cursor:is(.-lg)::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.wa-cursor:is(.-hidden)::before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

@supports (mix-blend-mode: exclusion) {
  .wa-cursor.-exclusion, .wa-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}
@supports (mix-blend-mode: exclusion) {
  .wa-cursor.-exclusion:before, .wa-cursor.-opaque:before {
    background: white;
  }
}
/*
    05. button
*/
/* 
    button-start
*/
.tn-offcanvas-btn-1 {
  background: transparent;
  outline: none;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0;
}
.tn-offcanvas-btn-1 .line {
  width: 25px;
  height: 3px;
  background: var(--tn-clr-gd-1);
  transition: 0.5s var(--tn-cube-1);
  transform-origin: left;
}
.tn-offcanvas-btn-1 .line:nth-child(2) {
  width: 20px;
}
.tn-offcanvas-btn-1:hover .line:nth-child(1) {
  transform: scaleX(50%);
}
.tn-offcanvas-btn-1:hover .line:nth-child(3) {
  transform: scaleX(50%);
}
.tn-offcanvas-btn-1:hover .line:nth-child(2) {
  width: 25px;
}

.tn-offcanvas-btn-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  font-size: 28px;
  color: #fff;
  background: var(--tn-clr-sd-2);
  padding: 0;
}

.tn-pr-btn-1 {
  font-family: var(--tn-font-1);
  text-transform: uppercase;
  background: var(--tn-clr-gd-1);
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  padding: 17px 34px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  transition: 0.5s var(--tn-cube-1);
  font-size: 14px;
  overflow: hidden;
}
.tn-pr-btn-1 .icon {
  overflow: hidden;
}
.tn-pr-btn-1:hover {
  color: #fff;
  transform: scale(95%);
}
.tn-pr-btn-1:hover .icon i {
  animation-name: slideInLeft;
  animation-duration: 800ms;
  animation-timing-function: var(--tn-cube-1);
}

.tn-pr-btn-2 {
  display: inline-flex;
  align-items: center;
  font-family: var(--tn-font-1);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  background: #E1EFF6;
  padding: 10px 12px;
  padding-left: 32px;
  gap: 18px;
  color: var(--tn-clr-h-2);
  border-radius: 100px;
  justify-content: space-between;
  transition: all 0.3s var(--tn-cube-1);
}
.tn-pr-btn-2 .text {
  position: relative;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
  margin-bottom: -2px;
}
.tn-pr-btn-2 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: all 0.4s var(--tn-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.tn-pr-btn-2 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: all 0.4s var(--tn-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.tn-pr-btn-2 .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--tn-clr-pr-2);
  border-radius: 50%;
  font-size: 20px;
  overflow: hidden;
  position: relative;
  color: #000;
}
.tn-pr-btn-2 .icon i {
  transition: all 0.4s var(--tn-cube-1);
}
.tn-pr-btn-2 .icon i:nth-child(1) {
  position: absolute;
  transform: translate(-20px, 20px);
}
.tn-pr-btn-2 .icon i:nth-child(2) {
  position: relative;
  color: var(--lb-clr-pr-19);
}
.tn-pr-btn-2:hover {
  background: var(--tn-clr-pr-1);
  color: #fff;
}
.tn-pr-btn-2:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.tn-pr-btn-2:hover .text::before {
  opacity: 0;
  transform: translateY(-100%);
}
.tn-pr-btn-2:hover .icon i:nth-child(1) {
  transform: translate(0px, 0px);
}
.tn-pr-btn-2:hover .icon i:nth-child(2) {
  transform: translate(20px, -20px);
}
.tn-pr-btn-2:is(.has-v2) {
  background: var(--tn-clr-sd-1);
  color: #fff;
}
.tn-pr-btn-2:is(.has-v2) .icon {
  background: #fff;
  color: var(--tn-clr-sd-1);
}

.tn-pr-btn-3 {
  font-family: var(--tn-font-1);
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  background: var(--tn-clr-sd-1);
  border-radius: 100px;
  color: #fff;
  padding: 14px 32px;
  padding-right: 21px;
  gap: 22px;
  position: relative;
  z-index: 1;
}
.tn-pr-btn-3 i {
  font-size: 18px;
  color: var(--tn-clr-h-2);
  transition: 0.2s var(--tn-cube-1);
  opacity: 0;
}
.tn-pr-btn-3::after {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  top: 6px;
  right: 8px;
  background: var(--tn-clr-pr-2);
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s var(--tn-cube-1);
  transform: scale(20%);
}
.tn-pr-btn-3:hover {
  color: #fff;
}
.tn-pr-btn-3:hover i {
  opacity: 1;
}
.tn-pr-btn-3:hover::after {
  transform: scale(100%);
}

.tn-pr-btn-4 {
  font-family: var(--tn-font-3);
  background: var(--tn-clr-gd-3);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 15px 24px;
  padding-left: 59px;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
}
.tn-pr-btn-4 .icon {
  flex: 0 0 auto;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 6px;
  color: var(--tn-clr-pr-3);
  position: absolute;
  left: 8px;
  top: 8px;
  transition: 0.4s var(--tn-cube-1);
}
.tn-pr-btn-4 .text {
  transition: 0.4s var(--tn-cube-1);
}
.tn-pr-btn-4:hover {
  color: #fff;
}
.tn-pr-btn-4:hover .icon {
  left: calc(100% - 49px);
}
.tn-pr-btn-4:hover .text {
  transform: translateX(-37px);
}

.tn-pr-btn-5 {
  font-family: var(--tn-font-3);
  font-weight: 500;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  border-radius: 100px;
  border: 1px solid #fff;
  padding: 7px 19px;
  transition: 0.3s var(--tn-cube-1);
}
.tn-pr-btn-5 i {
  color: var(--tn-clr-pr-2);
}
.tn-pr-btn-5:hover {
  background: var(--tn-clr-pr-2);
  border-color: transparent;
  color: #000;
}
.tn-pr-btn-5:hover i {
  color: #000;
}

.tn-pr-btn-6 {
  font-family: var(--tn-font-1);
  background: var(--tn-clr-sd-4);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 100px;
  padding: 3px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  overflow: hidden;
  transition: 0.3s var(--tn-cube-1);
}
.tn-pr-btn-6 .text {
  background: var(--tn-clr-gd-4);
  border-radius: 100px;
  padding: 11px 28px;
  transition: 0.4s var(--tn-cube-1);
}
.tn-pr-btn-6 .icon-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: -1;
}
.tn-pr-btn-6:hover {
  color: #fff;
}
.tn-pr-btn-6:hover .text {
  transform: translateX(40px);
}

.tn-search-btn-1 {
  padding: 0;
  background: transparent;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.tn-search-btn-1 .icon {
  box-shadow: 0px 1px 120px 0px rgba(35, 31, 32, 0.17);
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s var(--tn-cube-1);
}
.tn-search-btn-1 .text {
  transition: 0.3s var(--tn-cube-1);
}
.tn-search-btn-1:hover .text {
  color: var(--tn-clr-pr-1);
}
.tn-search-btn-1:hover .icon {
  background: var(--tn-clr-pr-1);
  color: #fff;
}

.tn-cart-btn-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(13, 38, 101, 0.32);
  border-radius: 50%;
  font-size: 20px;
  position: relative;
  z-index: 1;
  color: var(--tn-clr-h-2);
}
.tn-cart-btn-1 .count {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 18px;
  height: 18px;
  background: var(--tn-clr-sd-1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
  font-weight: 500;
}

.tn-about-2-btn {
  display: inline-flex;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: var(--tn-clr-sd-1);
  position: relative;
  z-index: 1;
}
.tn-about-2-btn .btn-content {
  display: inline-flex;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.tn-about-2-btn i {
  transform: rotate(90deg);
}
.tn-about-2-btn::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0) 19%, rgb(19, 92, 253) 100%);
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  animation: rotateGradient 2s linear infinite;
}
.tn-about-2-btn:hover {
  color: var(--tn-clr-sd-1);
}

.tn-slider-btn-1 {
  background: #A5D1E6;
  backdrop-filter: blur(4px);
  border-radius: 8px;
  width: 44px;
  height: 44px;
  color: var(--tn-clr-sd-2);
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: 0.4s var(--tn-cube-1);
}
.tn-slider-btn-1:hover {
  background: var(--tn-clr-pr-2);
  color: #fff;
}

.tn-plybtn-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  font-size: 25px;
  color: var(--tn-clr-h-2);
}
.tn-plybtn-1 .btn-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.tn-plybtn-1:hover {
  color: var(--tn-clr-pr-2);
}

.tn-arrow-btn-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: var(--tn-clr-sd-2);
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  flex: 0 0 auto;
  transition: 0.3s var(--tn-cube-1);
}
.tn-arrow-btn-1:hover {
  background: var(--tn-clr-pr-2);
}

.tn-back-to-top-1 {
  flex: 0 0 auto;
  width: 44px;
  height: 60px;
  border-radius: 100px;
  background: #030A1B;
  border: 1px solid #707687;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tn-clr-pr-2);
  font-size: 25px;
  line-height: 1;
  transition: 0.4s var(--tn-cube-1);
}
.tn-back-to-top-1:hover {
  transform: translateY(-10px);
}
.tn-back-to-top-1:hover i {
  animation-name: fadeInUp;
  animation-duration: 0.5s;
  animation-timing-function: var(--tn-cube-1);
}

/* 
    button-end
*/
/*
    06. offcanvas
*/
/* 
    offcanvas-start
*/
.wa-offcanvas-area {
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 9;
  max-width: 450px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  opacity: 1;
  padding: 50px 50px;
  transition: 0.5s ease-in-out;
  transform: translateX(105%);
  visibility: hidden;
  opacity: 0;
}
.wa-offcanvas-area:is(.active) {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.wa-offcanvas-area::-webkit-scrollbar {
  display: none;
}
.wa-offcanvas-close {
  display: flex;
  flex: 0 0 auto;
  width: 25px;
  background: transparent;
  height: 25px;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  gap: 10px;
  flex-direction: column;
  position: relative;
}
.wa-offcanvas-close span {
  transition: 300ms;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
}
.wa-offcanvas-close span:nth-child(1) {
  transform: rotate(45deg);
}
.wa-offcanvas-close span:nth-child(2) {
  transform: rotate(-45deg);
}
.wa-offcanvas-close:hover span {
  transform: rotate(0);
}
.wa-offcanvas-top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 50px;
}
.wa-offcanvas-top-logo {
  flex: 0 0 auto;
  max-width: 150px;
  width: 100%;
}
.wa-offcanvas-social-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wa-offcanvas-social-flex {
  gap: 10px;
}
.wa-offcanvas-social-link {
  display: flex;
  width: 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 40px;
  color: #000;
  font-size: 18px;
  transition: 400ms;
  justify-content: center;
  align-items: center;
}
.wa-offcanvas-social-link:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.wa-offcanvas-gallery {
  margin-bottom: 50px;
}
.wa-offcanvas-gallery-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wa-offcanvas-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .wa-offcanvas-gallery-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wa-offcanvas-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.wa-offcanvas-gallery-item {
  height: 200px;
}
.wa-offcanvas-gallery-item img {
  transition: 0.3s;
}
.wa-offcanvas-gallery-item:hover img {
  transform: scale(102%);
}

.wa-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
  transform: scaleX(0);
  transform-origin: right;
  transition: opacity 0.5s;
  opacity: 0;
}
.wa-overly:is(.active) {
  transform: scaleX(1);
  transition: opacity 0.5s;
  opacity: 1;
}

/* 
    header-menu-customization-start
*/
.mobile-main-navigation ul li {
  position: relative;
  padding: 0px 0;
}
.mobile-main-navigation ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-main-navigation ul li a {
  font-family: var(--tn-font-1);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  line-height: 1;
  transition: 300ms;
  padding: 20px 0;
}
.mobile-main-navigation ul li .dropdown-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: end;
  background: transparent;
  font-size: 18px;
  color: #000;
  transition: 300ms;
}
.mobile-main-navigation ul li .dropdown-btn i {
  transition: 300ms;
}
.mobile-main-navigation ul li .dropdown-btn:is(.active) i {
  transform: rotate(90deg);
}
.mobile-main-navigation ul li:hover > a {
  color: var(--tn-clr-pr-1);
}
.mobile-main-navigation ul li:hover > .dropdown-btn {
  color: var(--tn-clr-pr-1);
}
.mobile-main-navigation ul li .dropdown-menu {
  border-radius: 0;
  background-color: transparent;
  border: none;
  margin-left: 30px;
  padding: 0;
}
.mobile-main-navigation ul li .dropdown-menu li {
  padding: 0px 0;
}
.mobile-main-navigation ul li .dropdown-menu li a {
  font-size: 16px;
}
.mobile-main-navigation ul li .dropdown-menu li .dropdown-btn {
  height: 55px;
  font-size: 16px;
}

/* 
    header-menu-customization-start
*/
/* 
    offcanvas-end
*/
/* 
    home-3-offcanvas-start
*/
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .wa-offcanvas-area:is(.has-home-3) {
    right: 40px;
    top: 40px;
    border-radius: 20px;
    height: calc(100vh - 80px);
  }
}

/* 
    home-3-offcanvas-end
*/
/* 
    form-1-start
*/
.bs-form-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 25px;
}
@media (max-width: 767px) {
  .bs-form-1 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-form-1 {
    grid-template-columns: 1fr 1fr;
  }
}
.bs-form-1-item {
  position: relative;
  z-index: 1;
}
.bs-form-1-item::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--bs-clr-pr-1);
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.5s;
}
.bs-form-1-item-label {
  font-family: var(--bs-font-1);
  text-transform: capitalize;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-form-1-item-label {
    font-size: 20px;
  }
}
.bs-form-1-item-input {
  border: none;
  border-bottom: 2px solid rgb(0, 0, 0);
  background-color: transparent;
  height: 47px;
  font-family: var(--bs-font-1);
  font-size: 16px;
  width: 100%;
  padding: 0 15px;
  color: var(--lw-clr-h-1);
  outline: none;
  font-weight: 500;
}
.bs-form-1-item-input:is(textarea) {
  height: 150px;
  padding-top: 15px;
  margin-bottom: -8px;
}
.bs-form-1-item-checkbox {
  display: flex;
  gap: 18px;
  cursor: pointer;
}
.bs-form-1-item-checkbox input {
  cursor: pointer;
  flex: 0 0 auto;
  width: 28px;
}
.bs-form-1-item-checkbox label {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.bs-form-1-item:last-child {
  margin-top: -18px;
}
.bs-form-1-item:is(.has-full-width) {
  grid-column: 1/-1;
}
.bs-form-1-item:is(.has-no-after)::after {
  display: none;
}
.bs-form-1-item:focus-within .bs-form-1-item-label {
  color: var(--bs-clr-pr-1);
}
.bs-form-1-item:focus-within::after {
  transform: scaleX(1);
}

/* 
    form-1-end
*/
/*
    08. search
*/
/* 
    search-box-css-start
*/
.wa-search-box {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: rgb(255, 255, 255);
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  align-items: center;
  transition: 500ms;
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.wa-search-box-close {
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 40px;
  top: 35px;
  line-height: 1;
}
@media (max-width: 767px) {
  .wa-search-box-close {
    right: 20px;
    top: 15px;
  }
}
.wa-search-box-close i {
  font-weight: 400;
  line-height: 1;
}
.wa-search-box-close:hover {
  background: #000;
  color: #fff;
}
.wa-search-box.active {
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.wa-search-box.active .wa-search-form::after {
  transform: scaleX(1);
  transition-delay: 0.3s;
}
.wa-search-container {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.wa-search-title {
  font-size: 23px;
  line-height: 1;
  margin-bottom: 18px;
}
.wa-search-form {
  position: relative;
  z-index: 1;
}
.wa-search-form-input {
  width: 100%;
  margin: 0;
  border: none;
  outline: none;
  text-align: center;
  font-size: 16px;
  color: #888888;
  font-weight: 300;
  padding: 3px 10px;
  background: transparent;
}
.wa-search-form::after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  position: absolute;
  background-color: #6D6D6D;
  transition: all 0.5s ease-in-out;
  transform: scaleX(0);
  transition-delay: 0s;
}
.wa-search-tag {
  gap: 8px;
  justify-content: center;
}
.wa-search-tag-title {
  font-size: 16px;
  font-weight: 400;
  color: #5D5D5D;
  margin-bottom: 12px;
}
.wa-search-tag-item {
  flex: 0 0 auto;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  border: 1px solid #DFE1E5;
  line-height: 1;
  padding: 9px 17px;
  transition: all 0.2s ease-in-out;
}
.wa-search-tag-item:hover {
  background: #000;
  color: #fff;
}

/* 
    search-box-css-end
*/
/*
    09. preloader
*/
/* 
	preloader-css-start
*/
.tn-preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999999;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-color: white;
  transition: 0.5s;
}
.tn-preloader .loader {
  font-weight: 400;
  letter-spacing: 2px;
  font-family: var(--tn-font-1);
  font-size: 40px;
  display: inline-grid;
}
.tn-preloader .loader:before,
.tn-preloader .loader:after {
  color: var(--tn-clr-pr-1);
  content: "TechnoX";
  grid-area: 1/1;
  line-height: 1em;
  -webkit-mask: linear-gradient(90deg, #000 50%, rgba(0, 0, 0, 0) 0) 0 50%/2ch 100%;
  -webkit-mask-position: calc(var(--s, 0) * 1ch) 50%;
  animation: l30 2s infinite;
}
.tn-preloader .loader:after {
  --s:-1;
}
@keyframes l30 {
  33% {
    transform: translateY(calc(var(--s, 1) * 50%));
    -webkit-mask-position: calc(var(--s, 0) * 1ch) 50%;
  }
  66% {
    transform: translateY(calc(var(--s, 1) * 50%));
    -webkit-mask-position: calc(var(--s, 0) * 1ch + 1ch) 50%;
  }
  100% {
    transform: translateY(calc(var(--s, 1) * 0%));
    -webkit-mask-position: calc(var(--s, 0) * 1ch + 1ch) 50%;
  }
}
.tn-preloader:is(.preloaded) {
  opacity: 0;
  transition-delay: 0.5s;
}

/* 
	preloader-css-end
*/
/*
    10. animation
*/
@keyframes wa-kf-rotated {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 
    wa-wow-end
*/
/*
    11. wow-plus
*/
/* 
    wow-plus-start
*/
.wa-pp-2000 {
  perspective: 2000px;
  transform-style: preserve-3d;
}

@keyframes rotatedXDown {
  0% {
    transform: rotateX(90deg) translateZ(22px);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg) translateZ(0px);
    opacity: 1;
  }
}
.rotatedXDown {
  -webkit-animation-name: rotatedXDown;
  animation-name: rotatedXDown;
  animation-duration: 1s;
  animation-timing-function: var(--tn-cube-1);
}

@keyframes slideRightUp {
  0% {
    transform: rotateY(-26deg) rotateZ(-3deg) translate3d(0px, 23px, 15px);
    opacity: 0;
    transform-origin: right top;
  }
  100% {
    transform: rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px);
    opacity: 1;
    transform-origin: right top;
  }
}
.slideRightUp {
  -webkit-animation-name: slideRightUp;
  animation-name: slideRightUp;
  animation-duration: 0.8s;
  animation-timing-function: var(--tn-cube-1);
}

@-webkit-keyframes zoomInDown2 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -100px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -100px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 20px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 20px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown2 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -100px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -100px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 20px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 20px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown2 {
  -webkit-animation-name: zoomInDown2;
  animation-name: zoomInDown2;
}

@-webkit-keyframes slideInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft2 {
  -webkit-animation-name: slideInLeft2;
  animation-name: slideInLeft2;
}

@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
  animation-duration: 500ms;
  animation-timing-function: var(--tn-cube-1);
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  animation-duration: 500ms;
  animation-timing-function: var(--tn-cube-1);
}

/* 
    wow-plus-end
*/
/*
    12. element
*/
/* 
    element-start
*/
.tn-rating-1 {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
  font-size: 15px;
}
.tn-rating-1 .icon {
  background: #2C67F2;
  display: inline-flex;
  font-size: 14px;
  gap: 4px;
  color: #fff;
  padding: 6px 14px;
  border-radius: 35px;
}

.tn-contact-1-single {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.tn-contact-1-single:not(:last-child) {
  margin-bottom: 15px;
}
.tn-contact-1-single .icon {
  width: 56px;
  height: 56px;
  background: var(--tn-clr-gd-1);
  border-radius: 50%;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  transition: 0.5s var(--tn-cube-1);
}
.tn-contact-1-single .text {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  transition: 0.3s var(--tn-cube-1);
}
.tn-contact-1-single .text b {
  display: block;
}
.tn-contact-1-single:hover .text {
  color: var(--tn-clr-pr-1);
  transform: translateX(-3px);
}
.tn-contact-1-single:hover .icon {
  transform: scale(95%);
}
.tn-contact-1-single:hover .icon i {
  animation: zoomInDown2 0.7s;
}

.tn-social-1 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tn-social-1-single {
  display: inline-flex;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: var(--tn-clr-pr-1);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  transition: 0.5s var(--tn-cube-1);
}
.tn-social-1-single:hover {
  color: #fff;
  transform: scale(95%);
}
.tn-social-1-single:hover i {
  animation: zoomInDown2 0.7s;
}

.tn-phone-1 {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.tn-phone-1 .icon {
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 20px;
}
.tn-phone-1 .disc {
  transition: 0.5s var(--tn-cube-1);
}
.tn-phone-1:hover .icon i {
  animation: zoomInDown2 0.7s;
  color: var(--tn-clr-pr-1);
}
.tn-phone-1:hover .disc {
  color: var(--tn-clr-pr-1);
  transform: translateX(-3px);
}

/* 
    element-end
*/
/*
    13. back-to-top
*/
/* 
    start-back-to-top
*/
.wa-back-to-top {
  position: fixed;
  right: 1.5%;
  bottom: -12.5%;
  z-index: 4;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  transform: rotate(45deg);
  background-color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wa-back-to-top {
    right: 3%;
  }
}
.wa-back-to-top::after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}
.wa-back-to-top-text {
  transform: rotate(-45deg);
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: 0.3s;
}
.wa-back-to-top:is(.active) {
  bottom: 2.5%;
}
.wa-back-to-top:is(.active):hover {
  bottom: 3.5%;
}
.wa-back-to-top:is(.active):hover .wa-back-to-top-text {
  transform: rotate(-45deg) translateY(5px);
}
.wa-back-to-top:is(.active):hover::after {
  top: 5px;
  left: 5px;
  opacity: 0.5;
}

/* 
    start-back-to-end
*/
/* 
    layout
*/
/*
    15. header
*/
/* 
    header-1-start
*/
.tn-header-1-area {
  border-bottom: 1px solid #e9e9e9;
  background-color: #f8fafd;
}
.tn-header-1-wrap {
  display: flex;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  justify-content: space-between;
}
@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) {
  .tn-header-1-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tn-header-1-logo {
  height: 130px;
  border-right: 1px solid #ddd;
  max-width: 250px;
  width: 100%;
  place-content: center;
}
@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) {
  .tn-header-1-logo {
    max-width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-header-1-logo {
    max-width: 200px;
    height: 90px;
  }
}
.tn-header-1-action-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-header-1-action-link {
    gap: 20px;
  }
}
.tn-header-1-action-link .action-link-line {
  width: 1px;
  height: 130px;
  background: #e9e9e9;
}
@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) {
  .tn-header-1-action-link .action-link-line {
    display: none;
  }
}
.tn-header-1-action-link .tn-pr-btn-1 {
  border-radius: 100px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .tn-header-1-action-link .tn-pr-btn-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-header-1-action-link .tn-pr-btn-1 {
    display: inline-flex;
  }
}
@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) {
  .tn-header-1-action-link .tn-rating-1 {
    display: none;
  }
}
@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) {
  .tn-header-1-action-link .tn-search-btn-1 {
    display: none;
  }
}

.tn-main-navigation .navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.tn-main-navigation .navbar-nav li a {
  position: relative;
  z-index: 1;
  font-family: var(--tn-font-1);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  color: var(--tn-clr-h-1);
  padding: 21px 0;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s var(--tn-cube-1);
}
.tn-main-navigation .navbar-nav li:is(.dropdown) > a {
  padding-right: 13px;
}
.tn-main-navigation .navbar-nav li:is(.dropdown) > a::before {
  display: block;
  content: "\f0dd";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  font-size: 14px;
  right: 0;
  left: unset;
  top: 48%;
  bottom: unset;
  transform: translateY(-50%);
  opacity: 1;
  color: var(--bs-clr-pr-1);
}
.tn-main-navigation .navbar-nav li:hover > a {
  color: var(--tn-clr-pr-1);
}
.tn-main-navigation .navbar-nav li:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.tn-main-navigation .navbar-nav li:hover > .dropdown-menu li {
  animation: fadeInUp 0.3s var(--tn-cube-1) backwards;
}
.tn-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(1) {
  animation-delay: 70ms;
}
.tn-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(2) {
  animation-delay: 140ms;
}
.tn-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(3) {
  animation-delay: 210ms;
}
.tn-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(4) {
  animation-delay: 280ms;
}
.tn-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(5) {
  animation-delay: 350ms;
}
.tn-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(6) {
  animation-delay: 420ms;
}
.tn-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(7) {
  animation-delay: 490ms;
}
.tn-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(8) {
  animation-delay: 560ms;
}
.tn-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(9) {
  animation-delay: 630ms;
}
.tn-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(10) {
  animation-delay: 700ms;
}
.tn-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(11) {
  animation-delay: 770ms;
}
.tn-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(12) {
  animation-delay: 840ms;
}
.tn-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(13) {
  animation-delay: 910ms;
}
.tn-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(14) {
  animation-delay: 980ms;
}
.tn-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(15) {
  animation-delay: 1050ms;
}
.tn-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(16) {
  animation-delay: 1120ms;
}
.tn-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(17) {
  animation-delay: 1190ms;
}
.tn-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(18) {
  animation-delay: 1260ms;
}
.tn-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(19) {
  animation-delay: 1330ms;
}
.tn-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(20) {
  animation-delay: 1400ms;
}
.tn-main-navigation .navbar-nav li .dropdown-menu {
  left: 0;
  top: 100%;
  z-index: 100;
  margin: 0px;
  padding: 15px 0px;
  height: auto;
  min-width: 200px;
  display: block;
  border: none;
  border-top: 2px solid var(--tn-clr-pr-1);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  position: absolute;
  background: #fff;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.tn-main-navigation .navbar-nav li .dropdown-menu li {
  display: block;
  margin: 0;
}
.tn-main-navigation .navbar-nav li .dropdown-menu li a {
  width: 100%;
  font-weight: 500;
  display: block;
  padding: 9px 20px;
  padding-left: 30px;
  font-size: 16px;
}
.tn-main-navigation .navbar-nav li .dropdown-menu li a::after {
  top: 55%;
  transform: translateY(-50%);
  left: 10px;
}
.tn-main-navigation .navbar-nav li .dropdown-menu li a::before {
  right: 20px;
}
.tn-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  transform: translateX(5px);
}
.tn-main-navigation .navbar-nav li .dropdown-menu li .dropdown-menu {
  top: 0;
  left: 100%;
}

/* 
    header-1-end
*/
/* 
    header-2-start
*/
.tn-header-2-wrap {
  max-width: 1870px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.tn-header-2-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--tn-clr-sd-2);
  border-radius: 0 0 12px 12px;
  padding: 7px 20px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-header-2-top {
    display: none;
  }
}
.tn-header-2-top-contact {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-header-2-top-contact {
    gap: 5px;
  }
}
.tn-header-2-top-contact .single-elm {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s var(--tn-cube-1);
}
.tn-header-2-top-contact .single-elm i {
  transition: 0.3s var(--tn-cube-1);
}
.tn-header-2-top-contact .single-elm:hover {
  color: var(--tn-clr-pr-2);
}
.tn-header-2-top-contact .single-elm:hover i {
  transform: translateX(3px);
}
.tn-header-2-top-contact .single-elm:not(:last-child)::after {
  content: "|";
  margin-left: 14px;
  opacity: 35%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-header-2-top-contact .single-elm:not(:last-child)::after {
    margin-left: 5px;
  }
}
.tn-header-2-top-social {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-header-2-top-social {
    gap: 5px;
  }
}
.tn-header-2-top-social .single-elm {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  gap: 10px;
  transition: 0.3s var(--tn-cube-1);
}
.tn-header-2-top-social .single-elm i {
  font-size: 18px;
  transition: 0.3s var(--tn-cube-1);
}
.tn-header-2-top-social .single-elm:hover {
  color: var(--tn-clr-pr-2);
}
.tn-header-2-top-social .single-elm:hover i {
  transform: rotate(45deg);
}
.tn-header-2-top-social .single-elm:not(:last-child)::after {
  content: "|";
  margin-left: 14px;
  opacity: 35%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-header-2-top-social .single-elm:not(:last-child)::after {
    margin-left: 5px;
  }
}
.tn-header-2-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  padding: 0 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-header-2-main {
    padding: 15px 20px;
  }
}
.tn-header-2-action-link {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-header-2-action-link .tn-offcanvas-btn-1 {
    display: none;
  }
}
.tn-header-2-action-link .tn-pr-btn-2 {
  padding: 6px 8px;
  padding-left: 24px;
}
@media (max-width: 767px) {
  .tn-header-2-action-link .tn-pr-btn-2 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-header-2-action-link .tn-pr-btn-2 {
    display: inline-flex;
  }
}
@media (max-width: 767px) {
  .tn-header-2-action-link .tn-cart-btn-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-header-2-action-link .tn-cart-btn-1 {
    display: inline-flex;
  }
}

.tn-main-navigation:is(.has-header-2) .navbar-nav {
  gap: 44px;
}
.tn-main-navigation:is(.has-header-2) .navbar-nav li a {
  font-size: 16px;
  font-family: var(--tn-font-2);
  font-weight: 400;
  color: var(--tn-clr-h-2);
  padding: 28px 0;
}
.tn-main-navigation:is(.has-header-2) .navbar-nav li a::before {
  color: var(--tn-clr-pr-2);
}
.tn-main-navigation:is(.has-header-2) .navbar-nav li:is(.dropdown) > a {
  padding-right: 17px;
}
.tn-main-navigation:is(.has-header-2) .navbar-nav li:is(.dropdown) > a::before {
  content: "\f107";
  top: 49%;
}
.tn-main-navigation:is(.has-header-2) .navbar-nav li:hover > a {
  color: var(--tn-clr-pr-2);
}
.tn-main-navigation:is(.has-header-2) .navbar-nav li .dropdown-menu {
  border-color: var(--tn-clr-pr-2);
}

/* 
    header-2-end
*/
/* 
    header-3-start
*/
.tn-header-3-area {
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.tn-header-3-wrap {
  display: flex;
  align-items: center;
  padding: 0 60px;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-header-3-wrap {
    padding: 0 20px;
  }
}
.tn-header-3-action-link {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tn-header-3-action-link .tn-pr-btn-4 {
  background: transparent;
  position: relative;
}
.tn-header-3-action-link .tn-pr-btn-4 .icon {
  background: var(--tn-clr-gd-3);
  color: #fff;
}
.tn-header-3-action-link .tn-pr-btn-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  padding: 1px;
  background: var(--tn-clr-gd-3);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
@media (max-width: 767px) {
  .tn-header-3-action-link .tn-pr-btn-4 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-header-3-action-link .tn-pr-btn-4 {
    display: inline-flex;
  }
}

/* 
    header-3-end
*/
/* 
    header-4-start
*/
.tn-header-4-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.tn-header-4-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-header-4-wrap {
    padding: 10px 0;
  }
}
.tn-header-4-action-link {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-header-4-action-link .tn-offcanvas-btn-1 {
    display: none;
  }
}
.tn-header-4-action-link .tn-pr-btn-6 {
  background: transparent;
  padding: 0;
  color: #000;
}
.tn-header-4-action-link .tn-pr-btn-6:hover {
  color: #fff;
  transform: scale(97%);
}
.tn-header-4-action-link .tn-pr-btn-6:hover .text {
  transform: unset;
}
@media (max-width: 767px) {
  .tn-header-4-action-link .tn-pr-btn-6 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-header-4-action-link .tn-pr-btn-6 {
    display: inline-flex;
  }
}

.tn-main-navigation:is(.has-header-4) {
  position: relative;
  z-index: 1;
  padding: 0 115px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-main-navigation:is(.has-header-4) {
    padding: 0 90px;
  }
}
.tn-main-navigation:is(.has-header-4)::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  clip-path: polygon(0px 0px, calc(100% - 0px) 0px, calc(100% - 50.031px) calc(100% - 13.8991px), calc(100% - 50.031px) calc(100% - 13.8991px), calc(100% - 52.41185px) calc(100% - 11.3656203px), calc(100% - 54.98344px) calc(100% - 9.0650624px), calc(100% - 57.72843px) calc(100% - 7.0053781px), calc(100% - 60.62948px) calc(100% - 5.1945192px), calc(100% - 63.66925px) calc(100% - 3.6404375px), calc(100% - 66.8304px) calc(100% - 2.3510848px), calc(100% - 70.09559px) calc(100% - 1.3344129px), calc(100% - 73.44748px) calc(100% - 0.5983736px), calc(100% - 76.86873px) calc(100% - 0.1509187px), calc(100% - 80.342px) calc(100% - 0px), 72.4525px calc(100% - 0px), 72.4525px calc(100% - 0px), 68.6264405px calc(100% - 0.1831137px), 64.869828px calc(100% - 0.7247616px), 61.2052315px calc(100% - 1.6134039px), 57.65522px calc(100% - 2.8375008px), 54.2423625px calc(100% - 4.3855125px), 50.989228px calc(100% - 6.2458992px), 47.9183855px calc(100% - 8.4071211px), 45.052404px calc(100% - 10.8576384px), 42.4138525px calc(100% - 13.5859113px), 40.0253px calc(100% - 16.5804px), 0px 0px);
}
.tn-main-navigation:is(.has-header-4) .navbar-nav {
  gap: 44px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-main-navigation:is(.has-header-4) .navbar-nav {
    gap: 25px;
  }
}
.tn-main-navigation:is(.has-header-4) .navbar-nav li a {
  font-family: var(--tn-font-2);
  font-size: 16px;
  font-weight: 400;
  padding: 24px 0;
}
.tn-main-navigation:is(.has-header-4) .navbar-nav li:is(.dropdown) > a {
  padding-right: 15px;
}
.tn-main-navigation:is(.has-header-4) .navbar-nav li:is(.dropdown) > a::before {
  content: "\f107";
  top: 50%;
  font-size: 13px;
}
.tn-main-navigation:is(.has-header-4) .navbar-nav li .dropdown-menu li a {
  font-weight: 400;
}

/* 
    header-4-end
*/
/* 
    sticky-header-css-start
*/
.wa_sticky_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: 400ms ease-in-out;
  z-index: 8;
}
.wa_sticky_header:is(.wa_sticky) {
  transform: translateY(-190%);
}
.wa_sticky_header:is(.wa_sticky):is(.wa_sticky_show) {
  transform: translateY(0%);
}
.wa_sticky_header:is(.bs-header-2-area) {
  top: 35px;
}
.wa_sticky_header:is(.bs-header-2-area):is(.wa_sticky_show) {
  top: 0px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* 
    sticky-header-css-end
*/
/* 
    hero-1-start
*/
.tn-hero-1-area {
  background-color: #f8fafd;
  padding-top: 60px;
  padding-bottom: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-hero-1-area {
    padding-bottom: 100px;
  }
}
.tn-hero-1-bg-img {
  height: calc(100% - 267px);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.tn-hero-1-bg-img::after {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tn-hero-1-bg-img {
    height: calc(100% - 248px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-hero-1-bg-img {
    height: calc(100% - 237px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-hero-1-bg-img {
    height: calc(100% - 224px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-hero-1-bg-img {
    height: calc(100% - 214px);
  }
}
@media (max-width: 767px) {
  .tn-hero-1-bg-img {
    height: 100%;
  }
}
.tn-hero-1-bg-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tn-hero-1-wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-hero-1-wrap {
    flex-wrap: wrap;
    gap: 50px;
  }
}
.tn-hero-1-left {
  max-width: 830px;
  margin-top: 50px;
}
.tn-hero-1-title {
  font-size: 100px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 45px;
  font-weight: 600;
}
.tn-hero-1-title .has-clr {
  color: var(--tn-clr-h-1);
  display: block;
}
@media (max-width: 767px) {
  .tn-hero-1-title .has-clr {
    color: #fff;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tn-hero-1-title {
    font-size: 85px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-hero-1-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-hero-1-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-hero-1-title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .tn-hero-1-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-hero-1-title {
    font-size: 45px;
  }
}
.tn-hero-1-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 45px;
}
.tn-hero-1-list li {
  font-size: 18px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.tn-hero-1-right {
  max-width: 450px;
  background-color: var(--tn-clr-h-1);
  padding: 55px 45px;
  position: relative;
  border-radius: 15px 15px 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tn-hero-1-right {
    padding: 55px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-hero-1-right {
    padding: 55px 45px;
  }
}
.tn-hero-1-right > .icon {
  margin-bottom: 15px;
  display: inline-block;
  font-size: 70px;
}
.tn-hero-1-right > .title {
  color: #fff;
  font-size: 25px;
  margin-bottom: 3px;
}
.tn-hero-1-right > .disc {
  color: #fff;
  margin-bottom: 30px;
}
.tn-hero-1-right .title-2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}
.tn-hero-1-right .tn-contact-1 {
  margin-bottom: 30px;
}
.tn-hero-1-right .tn-social-1 {
  margin-bottom: 30px;
}
.tn-hero-1-right .tn-pr-btn-1 {
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}

/* 
    hero-1-end
*/
/* 
    hero-2-start
*/
.tn-hero-2-wrap {
  max-width: 1870px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-hero-2-wrap {
    grid-template-columns: 1fr;
  }
}
.tn-hero-2-left {
  border-radius: 12px;
  background-color: var(--tn-clr-sd-2);
  padding: 90px 100px;
  padding-bottom: 52px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-hero-2-left {
    padding: 90px 30px;
    padding-bottom: 52px;
  }
}
.tn-hero-2-left .inner-div {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.tn-hero-2-left .inner-div .tn-pr-btn-2:nth-child(1):hover {
  background: var(--tn-clr-pr-2);
}
@media (max-width: 767px) {
  .tn-hero-2-left .inner-div .tn-pr-btn-2:nth-child(1) {
    flex-wrap: wrap;
  }
}
.tn-hero-2-left .inner-div .tn-pr-btn-2:nth-child(2) {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.tn-hero-2-left .inner-div .tn-pr-btn-2:nth-child(2):hover {
  background: var(--tn-clr-pr-2);
  border-color: transparent;
  color: #000;
}
.tn-hero-2-left .inner-div .tn-pr-btn-2:nth-child(2):hover .icon {
  border-color: transparent;
  background: var(--tn-clr-sd-1);
}
.tn-hero-2-left .inner-div .tn-pr-btn-2:nth-child(2) .icon {
  background: transparent;
  color: var(--tn-clr-pr-2);
  border: 1px solid rgba(255, 255, 255, 0.32);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-hero-2-left .inner-div {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .tn-hero-2-left .inner-div {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-hero-2-left .inner-div {
    grid-template-columns: 1fr 1fr;
  }
}
.tn-hero-2-title {
  font-size: 56px;
  color: #fff;
  font-weight: 600;
  max-width: 502px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-hero-2-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-hero-2-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-hero-2-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tn-hero-2-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-hero-2-title {
    font-size: 35px;
  }
}
.tn-hero-2-disc {
  color: #fff;
  opacity: 80%;
  max-width: 492px;
  margin-bottom: 40px;
}
.tn-hero-2-right {
  display: grid;
  gap: 16px;
}
.tn-hero-2-right .inner-div {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
@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) {
  .tn-hero-2-right .inner-div {
    grid-template-columns: 1fr;
  }
}
.tn-hero-2-img {
  border-radius: 12px;
  height: 445px;
}
@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) {
  .tn-hero-2-img {
    height: 360px;
  }
}
.tn-hero-2-counter {
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
  background: #fff;
  border-radius: 12px;
  padding: 35px 44px;
  overflow: hidden;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-hero-2-counter {
    padding: 35px 24px;
  }
}
.tn-hero-2-counter-bg-shape {
  position: absolute;
  right: -110px;
  bottom: -160px;
  z-index: -1;
  animation: wa-kf-rotated 10s linear infinite;
}
.tn-hero-2-counter-single {
  display: flex;
  align-items: end;
  gap: 16px;
}
.tn-hero-2-counter-single:not(:last-child) {
  border-bottom: 1.5px dashed var(--tn-clr-h-2);
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.tn-hero-2-counter-single .number {
  font-size: 68px;
  line-height: 1;
  color: #8255F4;
  text-transform: uppercase;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-hero-2-counter-single .number {
    font-size: 48px;
  }
}
.tn-hero-2-counter-single .disc {
  opacity: 80%;
}
.tn-hero-2-counter-single:nth-child(2) .number {
  color: var(--tn-clr-sd-1);
}
.tn-hero-2-award {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  background-color: var(--tn-clr-pr-2);
  padding: 44px 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-hero-2-award {
    padding: 35px 24px;
  }
}
.tn-hero-2-award-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tn-hero-2-award .logo-x-title {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.tn-hero-2-award .logo {
  flex: 0 0 auto;
}
.tn-hero-2-award .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.tn-hero-2-award .disc {
  font-size: 15px;
  text-align: center;
}

/* 
    hero-2-end
*/
/* 
    hero-3-start
*/
.tn-hero-3-area {
  margin: 20px;
  margin-top: 0;
  border-radius: 28px;
  height: calc(100vh - 35px);
}
.tn-hero-3-area .container {
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-hero-3-area {
    margin: 10px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-hero-3-area {
    margin: 10px;
    margin-top: 10px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .tn-hero-3-area {
    margin: 10px;
    margin-top: 10px;
    background: unset;
    height: auto;
  }
}
.tn-hero-3-content {
  height: 100%;
  padding-top: 160px;
  padding-bottom: 140px;
  overflow: hidden;
}
.tn-hero-3-content .inner-div {
  max-width: 390px;
  text-align: right;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.tn-hero-3-title {
  line-height: 1.062;
  font-size: 64px;
  color: #fff;
  max-width: 546px;
  font-weight: 700;
  margin-bottom: 135px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-hero-3-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-hero-3-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-hero-3-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tn-hero-3-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-hero-3-title {
    font-size: 45px;
  }
}
.tn-hero-3-disc {
  font-weight: 500;
  color: #fff;
  margin-bottom: 35px;
}
.tn-hero-3-earth {
  text-align: center;
  width: 64%;
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.tn-hero-3-logo {
  text-align: center;
  width: 12%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  bottom: 30%;
}

.tn-hero-3-height {
  height: 200vh;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-hero-3-height {
    height: auto;
  }
}

/* 
    hero-3-end
*/
/* 
    hero-4-start
*/
.tn-hero-4-area {
  padding-top: 100px;
  padding-bottom: 58px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-hero-4-area {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .tn-hero-4-area {
    padding-top: 150px;
    padding-bottom: 0px;
  }
}
.tn-hero-4-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 58px);
  z-index: -1;
}
.tn-hero-4-bg-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #030F2B 10%, rgba(3, 15, 43, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.tn-hero-4-wrap {
  display: flex;
  align-items: center;
  margin-right: -143px;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-hero-4-wrap {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-hero-4-wrap {
    margin-right: 0;
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-hero-4-wrap {
    margin-right: 0;
    margin-bottom: 110px;
    flex-wrap: wrap;
    gap: 50px;
  }
}
.tn-hero-4-content {
  max-width: 610px;
}
.tn-hero-4-title {
  letter-spacing: 0;
  color: #fff;
  font-size: 60px;
  line-height: 1.066;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-hero-4-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-hero-4-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-hero-4-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tn-hero-4-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-hero-4-title {
    font-size: 40px;
  }
}
.tn-hero-4-disc {
  display: flex;
  gap: 28px;
  color: #fff;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .tn-hero-4-disc {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-hero-4-disc {
    flex-wrap: nowrap;
  }
}
.tn-hero-4-btn {
  margin-top: 33px;
}
.tn-hero-4-img {
  width: 40%;
}
.tn-hero-4-img img {
  transform: rotateY(-63deg) translateY(113px) scale3d(0.52, 0.23, 0.22);
  transition: 1s var(--tn-cube-1);
}
.tn-hero-4-img:is(.active) img {
  transform: rotateY(0deg) translateY(0px) scale3d(1, 1, 1);
  transition-delay: 1s;
}
.tn-hero-4-client {
  background: #16347E;
  padding: 33px 0;
}
.tn-hero-4-client-wrap {
  display: flex;
  align-items: center;
  gap: 120px;
  margin-right: 120px;
}
@media (max-width: 767px) {
  .tn-hero-4-client-wrap {
    gap: 40px;
    margin-right: 40px;
  }
}
.tn-hero-4-client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tn-hero-4-client-logo img {
  transition: 0.5s var(--tn-cube-1);
}
.tn-hero-4-client-logo img:nth-child(1) {
  opacity: 64%;
}
.tn-hero-4-client-logo img:nth-child(2) {
  position: absolute;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  z-index: 1;
}
.tn-hero-4-client-logo:hover img:nth-child(2) {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.tn-hero-4-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .tn-hero-4-shape {
    display: none;
  }
}
.tn-hero-4-shape .big-shape {
  width: 323px;
  height: 320px;
  background: linear-gradient(90deg, #5550FF 0%, #AD4BFF 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@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) {
  .tn-hero-4-shape .big-shape {
    height: 240px;
  }
}
.tn-hero-4-shape .big-shape:nth-child(4) {
  transform: scaleX(-1);
}
.tn-hero-4-shape .sm-shape {
  width: 118px;
  height: 58px;
  background: #602A8F;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  left: 264px;
  bottom: 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) {
  .tn-hero-4-shape .sm-shape {
    width: 160px;
    left: 244px;
  }
}
.tn-hero-4-shape .sm-shape:nth-child(2) {
  left: unset;
  right: 264px;
}
@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) {
  .tn-hero-4-shape .sm-shape:nth-child(2) {
    left: unset;
    right: 244px;
  }
}

/* 
    hero-4-end
*/
/* 
    core-services-1-start
*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-core-services-1-area {
    padding-top: 100px;
  }
}
.tn-core-services-1-wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  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) {
  .tn-core-services-1-wrap {
    flex-wrap: wrap;
  }
}
.tn-core-services-1-item {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .tn-core-services-1-item {
    flex-wrap: wrap;
  }
}
.tn-core-services-1-item-single {
  display: flex;
  align-items: center;
  background-color: #f8fafd;
  padding: 40px 40px;
  gap: 30px;
  border-radius: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tn-core-services-1-item-single {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-core-services-1-item-single {
    padding: 50px 20px;
    flex-wrap: wrap;
  }
}
.tn-core-services-1-item-single .title {
  font-size: 18px;
  transition: 0.3s var(--tn-cube-1);
  margin-bottom: 5px;
}
.tn-core-services-1-item-single .title:hover {
  color: var(--tn-clr-pr-1);
  transform: translateX(3px);
}
.tn-core-services-1-item-single .number {
  font-size: 35px;
}
.tn-core-services-1-item-single .disc {
  color: #373737;
  font-size: 16px;
  margin-bottom: 5px;
}
.tn-core-services-1-testimonial {
  max-width: 450px;
  width: 100%;
  padding: 40px 45px;
  border-radius: 0 0 15px 15px;
  margin-top: -200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-core-services-1-testimonial {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .tn-core-services-1-testimonial {
    margin-top: 0px;
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-core-services-1-testimonial {
    margin-top: 0px;
    padding: 40px 45px;
  }
}
.tn-core-services-1-testimonial-single {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.tn-core-services-1-testimonial-single:not(:last-child) {
  border-bottom: 1px solid #1e3d8b;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.tn-core-services-1-testimonial-single .main-img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  flex: 0 0 auto;
}
.tn-core-services-1-testimonial-single .name {
  color: #fff;
  font-size: 23px;
  margin-bottom: 3px;
}
.tn-core-services-1-testimonial-single .bio {
  color: #b9b9b9;
  margin-bottom: 3px;
}
.tn-core-services-1-testimonial-single .ratting {
  font-size: 14px;
  color: #FFD800;
}

/* 
    core-services-1-end
*/
/* 
    services-1-start
*/
.services-x-about-bg-img {
  height: 665px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: -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) {
  .services-x-about-bg-img {
    top: 60%;
  }
}

.tn-services-1-wrap {
  padding: 0 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-services-1-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-services-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .tn-services-1-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-services-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.tn-services-1-card {
  background-color: #f9f9f9;
  padding: 70px 50px;
  border-radius: 10px;
  padding-bottom: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-services-1-card {
    padding: 70px 20px;
    padding-bottom: 0;
  }
}
.tn-services-1-card .icon {
  margin-bottom: 40px;
  font-size: 80px;
  display: inline-block;
}
.tn-services-1-card .title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 13px;
  transition: 0.3s var(--tn-cube-1);
}
.tn-services-1-card .title:hover {
  color: var(--tn-clr-pr-1);
  transform: translateX(3px);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-services-1-card .title {
    font-size: 22px;
  }
}
.tn-services-1-card .disc {
  color: #464646;
  padding-bottom: 40px;
  border-bottom: 1px solid #dfe0e1;
}
.tn-services-1-card .item-btn {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  gap: 8px;
  padding: 31px 0;
  text-transform: uppercase;
  transition: 0.3s var(--tn-cube-1);
  overflow: hidden;
}
.tn-services-1-card .item-btn:hover {
  color: var(--tn-clr-pr-1);
  transform: translateX(3px);
}
.tn-services-1-card .item-btn:hover i {
  animation: slideInLeft2 0.7s;
}
.tn-services-1-card:hover .icon {
  animation: zoomInDown2 0.7s;
}

/* 
    services-1-end
*/
/* 
    services-2-start
*/
.tn-services-2-area {
  padding-top: 300px;
  margin-top: -180px;
  padding-bottom: 180px;
  z-index: 3;
}
.tn-services-2-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.tn-services-2-bg-img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center bottom;
}
.tn-services-2-bg-shape {
  width: 16%;
  position: absolute;
  top: 30%;
  left: 0;
  z-index: -1;
  mix-blend-mode: luminosity;
}
.tn-services-2-sec-title {
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.tn-services-2-sec-title .tn-sce-title-2 {
  margin-bottom: 20px;
  color: #fff;
}
.tn-services-2-sec-title .sec-disc {
  color: #fff;
  opacity: 80%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-services-2-tabs-btn-wrap {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-services-2-tabs-btn-shape {
    display: none;
  }
}
.tn-services-2-tabs-btn {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-services-2-tabs-btn {
    max-width: 730px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-services-2-tabs-btn {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .tn-services-2-tabs-btn {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
.tn-services-2-tabs-btn .nav-link {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  background: transparent;
  text-align: left;
  text-align: center;
  align-items: center;
  transition: 0.2s var(--tn-cube-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) {
  .tn-services-2-tabs-btn .nav-link {
    position: unset;
  }
}
.tn-services-2-tabs-btn .nav-link .icon {
  background: rgba(255, 255, 255, 0.24);
  box-shadow: inset 0px 0px 11px #0D2665;
  backdrop-filter: blur(9px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--tn-clr-pr-2);
  transition: 0.2s var(--tn-cube-1);
}
.tn-services-2-tabs-btn .nav-link .text {
  max-width: 190px;
}
.tn-services-2-tabs-btn .nav-link:hover {
  color: var(--tn-clr-pr-2);
}
.tn-services-2-tabs-btn .nav-link:is(.active) {
  color: var(--tn-clr-pr-2);
}
.tn-services-2-tabs-btn .nav-link:is(.active) .icon {
  background: var(--tn-clr-pr-2);
  color: var(--tn-clr-h-2);
}
.tn-services-2-tabs-btn .nav-link:nth-child(2) {
  bottom: -50px;
  left: -30px;
}
.tn-services-2-tabs-btn .nav-link:nth-child(3) {
  bottom: -106px;
  left: 200px;
}
.tn-services-2-tabs-btn .nav-link:nth-child(4) {
  bottom: -61px;
  left: 440px;
}
.tn-services-2-tabs-btn .nav-link:nth-child(5) {
  bottom: 138px;
  right: -120px;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-services-2-tabs-btn .nav-link:nth-child(5) {
    flex-direction: row;
    text-align: left;
  }
}
.tn-services-2-tabs-btn .nav-link:nth-child(6) {
  top: 198px;
  right: -226px;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-services-2-tabs-btn .nav-link:nth-child(6) {
    flex-direction: row;
    text-align: left;
  }
}
.tn-services-2-tabs-btn .nav-link:nth-child(7) {
  top: 30px;
  right: -250px;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-services-2-tabs-btn .nav-link:nth-child(7) {
    flex-direction: row;
    text-align: left;
  }
}
.tn-services-2-tabs-pane {
  max-width: 320px;
  position: absolute;
  left: 38%;
  top: 0;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-services-2-tabs-pane {
    position: unset;
    margin-bottom: 50px;
  }
}
.tn-services-2-tabs-pane-single {
  background-color: #E1EFF6;
  border-radius: 12px;
}
.tn-services-2-tabs-pane-single .item-img {
  height: 162px;
  border-radius: 12px;
}
.tn-services-2-tabs-pane-single .content {
  padding: 28px 32px;
}
.tn-services-2-tabs-pane-single .title {
  font-size: 16px;
  margin-bottom: 15px;
  transition: 0.3s var(--tn-cube-1);
}
.tn-services-2-tabs-pane-single .title:hover {
  color: var(--tn-clr-sd-1);
}
.tn-services-2-tabs-pane-single .item-features li {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tn-services-2-tabs-pane-single .item-features li:not(:last-child) {
  margin-bottom: 5px;
}
.tn-services-2-tabs-pane-single .item-features li i {
  font-size: 12px;
  opacity: 50%;
}
.tn-services-2-all-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tn-services-2-all-btn .btn-text {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  padding: 12px 30px;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .tn-services-2-all-btn .btn-text {
    width: 100%;
  }
}
.tn-services-2-all-btn .btn-text a {
  color: #FFE900;
  transition: 0.4s var(--tn-cube-1);
}
.tn-services-2-all-btn .btn-text a:hover {
  color: #fff;
  transform: translateX(3px);
}
.tn-services-2-all-btn .btn-line {
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: relative;
  z-index: 1;
  transform: scaleX(0);
  transition: 1s var(--tn-cube-1);
  transform-origin: left;
}
.tn-services-2-all-btn .btn-line::after {
  content: "";
  width: 11px;
  height: 11px;
  background: #FFE900;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -5px;
}
.tn-services-2-all-btn .btn-line:nth-child(3) {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  transform-origin: right;
}
.tn-services-2-all-btn .btn-line:nth-child(3)::after {
  right: unset;
  left: 0;
}
.tn-services-2-all-btn:is(.active) .btn-line {
  transform: scaleX(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), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-services-2-tabs-btn .nav-link {
    opacity: 0;
    transition: 0.3s var(--tn-cube-1);
  }
  .tn-services-2-tabs-btn:is(.active) .tn-services-2-tabs-btn-shape {
    animation: s2btnLine 3s linear;
  }
  .tn-services-2-tabs-btn:is(.active) .nav-link {
    opacity: 1;
  }
  .tn-services-2-tabs-btn:is(.active) .nav-link:nth-child(1) {
    transition-delay: 3s;
  }
  .tn-services-2-tabs-btn:is(.active) .nav-link:nth-child(2) {
    transition-delay: 2.8s;
  }
  .tn-services-2-tabs-btn:is(.active) .nav-link:nth-child(3) {
    transition-delay: 2.6s;
  }
  .tn-services-2-tabs-btn:is(.active) .nav-link:nth-child(4) {
    transition-delay: 1.4s;
  }
  .tn-services-2-tabs-btn:is(.active) .nav-link:nth-child(5) {
    transition-delay: 1.2s;
  }
  .tn-services-2-tabs-btn:is(.active) .nav-link:nth-child(6) {
    transition-delay: 1s;
  }
  .tn-services-2-tabs-btn:is(.active) .nav-link:nth-child(7) {
    transition-delay: 0.8s;
  }
  .tn-services-2-tabs-btn:is(.active) .nav-link:nth-child(8) {
    transition-delay: 0.6s;
  }
}

@keyframes s2btnLine {
  0% {
    clip-path: polygon(47% 0, 100% 0, 100% 0, 47% 0);
  }
  50% {
    clip-path: polygon(65% 0, 100% 0, 100% 100%, 66% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
/* 
    services-2-end
*/
/* 
    services-3-start
*/
.tn-choose-3-area {
    background: #E2EAFF;
}
.tn-services-3-area {
  background-color: #E6E9F2;
  width: 100%;
  flex: 0 0 auto;
}
.common-width {
  width: 100%;
  flex: 0 0 auto;
}
.tn-services-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-services-3-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-services-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .tn-services-3-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-services-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.tn-services-3-card {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  overflow: hidden;
  padding: 40px 36px;
  transition: 0.3s var(--tn-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) {
  .tn-services-3-card {
    padding: 40px 20px;
  }
}
.tn-services-3-card .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: 0.5s var(--tn-cube-1);
  transform: scale(3);
}
.tn-services-3-card .icon-x-btn {
  display: flex;
  flex-wrap: wrap;
}
.tn-services-3-card .icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  background: var(--tn-clr-pr-3);
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
  border-radius: 50%;
}
.tn-services-3-card .card-btn {
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(3, 15, 43, 0.2);
  border-radius: 50%;
  font-size: 30px;
  color: #000;
  transition: 0.4s var(--tn-cube-1);
}
.tn-services-3-card .card-btn:hover {
  border-color: var(--tn-clr-pr-3);
  color: var(--tn-clr-pr-3);
}
.tn-services-3-card .card-title {
  font-size: 26px;
  margin-top: 36px;
  transition: 0.3s var(--tn-cube-1);
}
.tn-services-3-card .card-title:hover {
  color: var(--tn-clr-pr-3);
  transform: translateX(2px);
}
@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) {
  .tn-services-3-card .card-title {
    font-size: 22px;
  }
}
.tn-services-3-card .card-disc {
  font-size: 16px;
  margin-top: 14px;
}
.tn-services-3-card .features-list {
  margin-top: 15px;
}
.tn-services-3-card .features-list li {
  font-size: 16px;
  color: var(--tn-clr-h-3);
  padding-left: 11px;
  position: relative;
}
.tn-services-3-card .features-list li:not(:last-child) {
  margin-bottom: 7px;
}
.tn-services-3-card .features-list li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--tn-clr-sd-2);
  position: absolute;
  left: 0;
  top: 9px;
}
.tn-services-3-card:hover {
  box-shadow: 8px 8px 20px rgba(13, 38, 101, 0.2);
  background: rgb(255, 255, 255);
}
.tn-services-3-card:hover .card-bg {
  opacity: 1;
  transform: scale(1);
}
.tn-services-3-sec-title {
  display: flex;
  align-items: end;
  gap: 40px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-services-3-sec-title {
    flex-wrap: wrap;
  }
}
.tn-services-3-sec-title .left {
  max-width: 644px;
}
.tn-services-3-sec-title .right {
  text-align: right;
  margin-bottom: -30px;
  max-width: 531px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-services-3-sec-title .right {
    margin-bottom: 0px;
    max-width: 431px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-services-3-sec-title .right {
    margin-bottom: 0px;
    max-width: 431px;
    text-align: left;
  }
}
.tn-services-3-sec-title .sec-disc {
  margin-bottom: 32px;
}

.tn-horizontal-scroll-section {
  display: flex;
}
@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) {
  .tn-horizontal-scroll-section {
    flex-direction: column;
  }
}

/* 
    services-3-end
*/
/* 
    services-4-start
*/
.tn-services-4-sec-title {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.tn-services-4-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-services-4-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .tn-services-4-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-services-4-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-services-4-wrap-border {
    border-top: 1px solid rgba(3, 15, 43, 0.2);
    border-bottom: 1px solid rgba(3, 15, 43, 0.2);
  }
}
.tn-services-4-item {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 64px 45px;
  padding-bottom: 30px;
  border-left: 1px solid #D7D9DD;
  border-right: 1px solid #D7D9DD;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-services-4-item {
    padding: 64px 20px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-services-4-item {
    padding: 64px 20px;
    padding-bottom: 30px;
    border: 1px solid #D7D9DD;
  }
}
.tn-services-4-item:not(:first-child) {
  margin-left: -1px;
}
.tn-services-4-item::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #030F2B;
  opacity: 20%;
  position: absolute;
  top: 104px;
  left: 0;
  z-index: -1;
}
.tn-services-4-item .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EEF0F6;
  border-radius: 12px;
  font-size: 36px;
  color: #000;
  margin-left: auto;
  margin-right: auto;
}
.tn-services-4-item .title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 38px;
  transition: 0.3s var(--tn-cube-1);
}
.tn-services-4-item .title:hover {
  color: var(--tn-clr-sd-1);
}
.tn-services-4-item .disc {
  font-size: 16px;
  margin-top: 22px;
}
.tn-services-4-item .item-btn {
  width: 44px;
  height: 44px;
  display: inline-flex;
  border: 1px solid rgba(3, 15, 43, 0.2);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: var(--tn-clr-sd-1);
  font-size: 22px;
  margin-top: 24px;
  transition: 0.4s var(--tn-cube-1);
}
.tn-services-4-item .item-btn:hover {
  background: var(--tn-clr-sd-1);
  color: #fff;
}
.tn-services-4-item:hover .icon i {
  animation: zoomInDown2 0.7s;
}
.tn-services-4-all-btn {
  display: inline-block;
  background: #EEF0F6;
  border-radius: 100px;
  font-size: 18px;
  color: #000;
  padding: 12px 34px;
}
.tn-services-4-all-btn a {
  color: var(--tn-clr-pr-3);
  border-bottom: 1px solid transparent;
  line-height: 1;
}
.tn-services-4-all-btn a:hover {
  border-color: var(--tn-clr-pr-3);
}

/* 
    services-4-end
*/
/* 
    about-1-start
*/
.tn-about-1-wrap {
  padding-top: 270px;
}
.tn-about-1-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
}
.tn-about-1-content {
  max-width: 700px;
  margin-left: auto;
  padding: 60px 90px;
  border-radius: 10px 0 10px 0;
}
@media (max-width: 767px) {
  .tn-about-1-content {
    padding: 60px 20px;
  }
}
.tn-about-1-content .tn-sec-title-1 {
  font-size: 55px;
  color: #fff;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-about-1-content .tn-sec-title-1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-about-1-content .tn-sec-title-1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tn-about-1-content .tn-sec-title-1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-about-1-content .tn-sec-title-1 {
    font-size: 35px;
  }
}
.tn-about-1-content .about-features {
  margin-bottom: 40px;
}
.tn-about-1-content .about-features li {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tn-about-1-content .about-features li:not(:last-child) {
  margin-bottom: 20px;
}

/* 
    about-1-end
*/
/* 
    about-2-start
*/
.tn-about-2-area {
  position: relative;
  z-index: 4;
  padding-bottom: 300px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-about-2-area {
    padding-bottom: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-about-2-area {
    padding-bottom: 100px;
  }
}
.tn-about-2-area::after {
  content: "";
  width: 100%;
  height: calc(100% - 300px);
  background-color: #E1EFF6;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-about-2-area::after {
    height: calc(100% - 200px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-about-2-area::after {
    height: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .tn-about-2-area::after {
    height: calc(100% - 50px);
  }
}
.tn-about-2-bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.tn-about-2-sec-title .bg-shape {
  position: absolute;
  right: 9%;
  top: 21%;
  z-index: -1;
}
.tn-about-2-sec-title .tn-sce-title-2 {
  margin-bottom: 50px;
}
.tn-about-2-wrap {
  display: grid;
  gap: 100px;
  grid-template-columns: 1.89fr 1fr;
}
@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) {
  .tn-about-2-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-about-2-wrap {
    gap: 0px;
    grid-template-columns: 1fr;
  }
}
.tn-about-2-left {
  display: grid;
}
.tn-about-2-slider {
  border-radius: 20px 20px 80px 20px;
  margin-left: -260px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .tn-about-2-slider {
    margin-left: -120px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tn-about-2-slider {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-about-2-slider {
    margin-left: 0px;
  }
}
.tn-about-2-slider-single {
  height: 588px;
}
@media (max-width: 767px) {
  .tn-about-2-slider-single {
    height: 388px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-about-2-slider-single {
    height: 450px;
  }
}
.tn-about-2-slider-btn-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  z-index: 1;
}
.tn-about-2-slider-btn-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  z-index: 1;
}
.tn-about-2-right {
  padding-top: 50px;
}
.tn-about-2-right .sec-disc {
  margin-bottom: 45px;
}
.tn-about-2-right .btn-wrap {
  margin-bottom: 70px;
}
.tn-about-2-img {
  border-radius: 20px;
  height: 230px;
  mix-blend-mode: luminosity;
  margin-bottom: 20px;
}
.tn-about-2-customer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 94px;
}
@media (max-width: 767px) {
  .tn-about-2-customer {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-about-2-customer {
    flex-wrap: nowrap;
  }
}
.tn-about-2-customer .tn-client-1-trust-author {
  flex: 0 0 auto;
}
.tn-about-2-services {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.tn-about-2-services .s-elm {
  font-size: 16px;
  border: 1px solid rgba(13, 38, 101, 0.23);
  border-radius: 100px;
  padding: 7px 20px;
  color: var(--tn-clr-sd-2);
  transition: 0.3s var(--tn-cube-1);
}
.tn-about-2-services .s-elm:hover {
  background: var(--tn-clr-sd-1);
  border-color: transparent;
  color: #fff;
}

/* 
    about-2-end
*/
/* 
    about-3-start
*/
.tn-about-3-area {
  background: linear-gradient(180deg, #0D2665 0%, #020837 100%);
  margin-top: -100vh;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-about-3-area {
    margin-top: 0;
  }
}
.tn-about-3-area::before {
  content: "";
  position: absolute;
  width: 408px;
  height: 408px;
  background-color: #3457F6;
  filter: blur(250px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.tn-about-3-bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}
.tn-about-3-bg-shape-1 {
  width: 11%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tn-about-3-bg-shape-2 {
  text-align: right;
  width: 21%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.tn-about-3-wrap {
  display: grid;
  grid-template-columns: 1.72fr 1fr;
  gap: 50px;
  margin-right: -35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-about-3-wrap {
    margin-right: 0px;
    grid-template-columns: 1fr;
  }
}
.tn-about-3-content .inner-div {
  display: flex;
  align-items: center;
  gap: 50px 70px;
  flex-wrap: wrap;
}
.tn-about-3-content .inner-div-2 {
  max-width: 513px;
  margin-left: auto;
  margin-right: 40px;
}
.tn-about-3-disc {
  color: #fff;
  margin-bottom: 33px;
}
.tn-about-3-sec-title .tn-sec-title-3 {
  color: #fff;
}
.tn-about-3-author {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.tn-about-3-author-wrap {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.tn-about-3-author-single {
  flex: 0 0 auto;
  width: 40px;
  height: 48px;
  border-radius: 4px;
}
.tn-about-3-author-disc {
  font-size: 16px;
  max-width: 185px;
  color: white;
}
.tn-about-3-img-2 {
  max-width: 320px;
  height: 170px;
}
.tn-about-3-img {
  height: 656px;
}
@media (max-width: 767px) {
  .tn-about-3-img {
    height: 356px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-about-3-img {
    height: 556px;
  }
}

/* 
    about-3-end
*/
/* 
    overview-start
*/
.tn-overview-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-overview-1-wrap {
    grid-template-columns: 1fr;
    gap: 100px;
  }
}
.tn-overview-1-content .tn-sec-title-1 {
  margin-bottom: 13px;
}
.tn-overview-1-content .disc {
  margin-bottom: 26px;
  max-width: 620px;
}
.tn-overview-1-content-features {
  margin-bottom: 40px;
}
.tn-overview-1-content-features li {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tn-overview-1-content-features li:not(:last-child) {
  margin-bottom: 17px;
}
.tn-overview-1-img {
  max-width: 580px;
  height: 625px;
  border-radius: 10px;
}
.tn-overview-1-work {
  background: var(--tn-clr-gd-1);
  border-radius: 10px;
  max-width: 260px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: -40px;
  left: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-overview-1-work {
    left: 0px;
  }
}
.tn-overview-1-work .content {
  padding: 40px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-overview-1-work .content {
    padding: 40px 20px;
  }
}
.tn-overview-1-work .icon {
  margin-bottom: 15px;
  font-size: 50px;
  color: #fff;
}
.tn-overview-1-work .title {
  font-size: 27px;
  color: #fff;
  line-height: 1.3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-overview-1-work .title {
    font-size: 20px;
  }
}
.tn-overview-1-work .item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-transform: uppercase;
  color: #fff;
  background: var(--tn-clr-pr-1);
  font-size: 14px;
  padding: 13px 10px;
  transition: 0.3s var(--tn-cube-1);
}
.tn-overview-1-work .item-btn:hover .btn-icon i {
  animation: slideInLeft2 0.7s;
}
.tn-overview-1-work:hover .icon i {
  animation: zoomInDown2 0.7s;
}
.tn-overview-1-features {
  background-color: #fbfbfb;
  border-radius: 10px 10px 10px 0;
  max-width: 286px;
  padding: 40px 25px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.tn-overview-1-features li {
  background: #fff;
  box-shadow: 0px 1px 120px 0px rgba(35, 31, 32, 0.08);
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  padding: 19px 20px;
}
.tn-overview-1-features li:not(:last-child) {
  margin-bottom: 15px;
}

/* 
    overview-end
*/
/* 
    overview-3-start
*/
.tn-overview-3-wrap {
  height: 100vh;
  perspective: 2000px;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-overview-3-wrap {
    height: auto;
  }
}
.tn-overview-3-item {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform-origin: 50% 0%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-overview-3-item {
    height: auto;
    position: unset;
  }
}
.tn-overview-3-item .item-title {
  font-size: 180px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  z-index: -1;
}
.tn-overview-3-item .item-title:nth-child(1) {
  left: 11%;
  top: 20px;
}
@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) {
  .tn-overview-3-item .item-title:nth-child(1) {
    left: 0%;
  }
}
.tn-overview-3-item .item-title:nth-child(2) {
  right: 0;
  bottom: 20px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .tn-overview-3-item .item-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tn-overview-3-item .item-title {
    font-size: 140px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-overview-3-item .item-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-overview-3-item .item-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-overview-3-item .item-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .tn-overview-3-item .item-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-overview-3-item .item-title {
    font-size: 40px;
  }
}
.tn-overview-3-item-content {
  max-width: 764px;
  background: var(--tn-clr-pr-2);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px;
  height: 100%;
  gap: 30px;
}
@media (max-width: 767px) {
  .tn-overview-3-item-content {
    padding: 64px 20px;
  }
}
.tn-overview-3-item-content .number {
  font-size: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-overview-3-item-content .number {
    font-size: 20px;
  }
}
.tn-overview-3-item-content .number span {
  color: #fff;
  font-weight: 500;
}
.tn-overview-3-item-content .title {
  font-size: 36px;
  text-align: center;
  transition: 0.3s var(--tn-cube-1);
}
.tn-overview-3-item-content .title:hover {
  transform: scale(99%);
  color: var(--tn-clr-sd-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-overview-3-item-content .title {
    font-size: 24px;
  }
}
.tn-overview-3-item-content .item-img {
  border-radius: 16px;
  height: 348px;
}
.tn-overview-3-item-content .disc {
  color: #000;
  max-width: 545px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.tn-overview-3-item:nth-child(2) {
  z-index: -1;
}
.tn-overview-3-item:nth-child(2) .tn-overview-3-item-content {
  background: #FFE900;
}
.tn-overview-3-item:nth-child(3) {
  z-index: -2;
}
.tn-overview-3-item:nth-child(3) .tn-overview-3-item-content {
  background: #3CEDB7;
}
.tn-overview-3-item:nth-child(4) {
  z-index: -3;
}
.tn-overview-3-item:nth-child(4) .tn-overview-3-item-content {
  background: #62CEF4;
}
.tn-overview-3-item:nth-child(5) {
  z-index: -4;
}
.tn-overview-3-item:nth-child(6) {
  z-index: -5;
}
.tn-overview-3-item:nth-child(7) {
  z-index: -6;
}
.tn-overview-3-item:nth-child(8) {
  z-index: -7;
}
.tn-overview-3-item:nth-child(9) {
  z-index: -8;
}
.tn-overview-3-item:nth-child(10) {
  z-index: -9;
}

/* 
    overview-3-end
*/
/* 
    counter-1-start
*/
.tn-counter-1-wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}
.tn-counter-1-item {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.tn-counter-1-item .icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 69px;
  background: #fff;
  box-shadow: 0px 1px 120px 0px rgba(35, 31, 32, 0.21);
  border-radius: 50%;
  padding: 10px;
  font-size: 42px;
  overflow: hidden;
}
.tn-counter-1-item .number {
  font-size: 65px;
  font-weight: 500;
  line-height: 1;
}
.tn-counter-1-item .number .percent {
  font-size: 35px;
  font-weight: 900;
  transform: translateY(-20px);
}
.tn-counter-1-item .disc {
  font-weight: 600;
  max-width: 200px;
  flex-wrap: wrap;
}
.tn-counter-1-item:hover .icon span {
  animation: zoomInDown2 0.7s;
}

/* 
    counter-1-end
*/
/* 
    client-1-start
*/
.tn-client-1-area {
  padding: 54px 0;
}
.tn-client-1-wrap {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-client-1-wrap {
    flex-wrap: wrap;
  }
}
.tn-client-1-title {
  font-size: 35px;
  color: #fff;
  max-width: 540px;
}
@media (max-width: 767px) {
  .tn-client-1-title {
    font-size: 30px;
  }
}
.tn-client-1-trust {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .tn-client-1-trust {
    flex-wrap: wrap;
  }
}
.tn-client-1-trust .title {
  color: #fff;
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 5px;
}
.tn-client-1-trust .disc {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.tn-client-1-trust-author {
  display: flex;
}
.tn-client-1-trust-author-single {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  flex: 0 0 auto;
  border: 2px solid #fff;
}
.tn-client-1-trust-author-single:not(:first-child) {
  margin-left: -20px;
}

/* 
    client-1-end
*/
/* 
    client-2-start
*/
.tn-client-2-area {
  background-color: #E1EFF6;
}
.tn-client-2-container {
  max-width: 1870px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.tn-client-2-wrap {
  padding: 0 60px;
  padding-bottom: 70px;
  border: 1px solid rgba(13, 38, 101, 0.16);
  border-radius: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  .tn-client-2-wrap {
    padding: 0 20px;
    padding-bottom: 70px;
  }
}
.tn-client-2-wrap .title {
  font-size: 24px;
  font-weight: 500;
  color: var(--tn-clr-sd-2);
  display: inline-block;
  background-color: #E1EFF6;
  padding: 0 16px;
  transform: translateY(-50%);
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .tn-client-2-wrap .title {
    font-size: 20px;
  }
}
.tn-client-2-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 130px;
  flex-wrap: wrap;
  margin-right: 130px;
}
@media (max-width: 767px) {
  .tn-client-2-logo {
    gap: 50px;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-client-2-logo {
    gap: 90px;
    margin-right: 90px;
  }
}
.tn-client-2-logo-single {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tn-client-2-logo-single img {
  transition: 0.4s var(--tn-cube-1);
}
.tn-client-2-logo-single img:nth-child(1) {
  opacity: 64%;
}
.tn-client-2-logo-single img:nth-child(2) {
  position: absolute;
  width: 100%;
  transform: scale(0);
}
.tn-client-2-logo-single:hover img:nth-child(2) {
  transform: scale(1);
}
.tn-client-2-logo-single:hover img:nth-child(1) {
  transform: scale(0);
}

/* 
    client-2-end
*/
/* 
    contact-1-start
*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-contact-1-area {
    padding-top: 100px;
  }
}
.tn-contact-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 90px;
  align-items: end;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-contact-1-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-contact-1-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-contact-1-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.tn-contact-1-img {
  height: 100%;
  margin-left: -260px;
  position: relative;
  z-index: 1;
  border-radius: 0 0 10px 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .tn-contact-1-img {
    margin-left: -100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-contact-1-img {
    margin-left: 0px;
    height: 590px;
  }
}
.tn-contact-1-counter {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--tn-clr-gd-1);
  padding: 45px 45px;
}
.tn-contact-1-counter .icon {
  font-size: 60px;
  color: #fff;
  margin-bottom: 20px;
}
.tn-contact-1-counter .number {
  font-size: 65px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}
.tn-contact-1-counter .number span {
  display: inline-block;
  font-size: 50px;
  transform: translateY(-16px);
}
.tn-contact-1-counter .disc {
  color: #fff;
  font-weight: 600;
}
.tn-contact-1-sec-title .tn-sec-title-1 {
  font-size: 40px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .tn-contact-1-sec-title .tn-sec-title-1 {
    font-size: 30px;
  }
}

.tn-contact-form-1 form {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .tn-contact-form-1 form {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-contact-form-1 form {
    grid-template-columns: 1fr 1fr;
  }
}
.tn-contact-form-1-box:is(.has-full-width) {
  grid-column-start: 1;
  grid-column-end: -1;
}
.tn-contact-form-1-input {
  width: 100%;
  height: 68px;
  border: 1px solid #e9e9e9;
  margin-top: -1px;
  margin-left: -1px;
  font-family: var(--tn-font-1);
  font-size: 17px;
  font-weight: 600;
  color: rgba(30, 31, 33, 0.8);
  padding: 0 35px;
  outline: none;
}
.tn-contact-form-1-input:is(textarea) {
  height: 268px;
  padding-top: 18px;
}
.tn-contact-form-1-btn {
  width: 100%;
  justify-content: center;
  height: 62px;
}

/* 
    contact-1-end
*/
/* 
    contact-3-start
*/
.tn-contact-3-area {
  width: 100%;
  flex: 0 0 auto;
}
.tn-contact-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1.474fr;
}
@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) {
  .tn-contact-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-contact-3-wrap {
    grid-template-columns: 1fr;
  }
}
.tn-contact-3-left {
  background-color: #073EB8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 30px;
}
.tn-contact-3-content {
  max-width: 590px;
}
.tn-contact-3-content .sec-title {
  font-size: 44px;
  color: #fff;
  line-height: 1.272;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-contact-3-content .sec-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tn-contact-3-content .sec-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-contact-3-content .sec-title {
    font-size: 35px;
  }
}
.tn-contact-3-content .sec-disc {
  color: #fff;
  opacity: 80%;
  margin-top: 22px;
}
.tn-contact-3-content .tn-contact-form-1 form {
  margin-top: 52px;
  gap: 16px;
}
.tn-contact-3-content .tn-contact-form-1-input {
  height: 56px;
  font-size: 16px;
  font-family: var(--tn-font-2);
  font-weight: 400;
  border-radius: 6px;
  padding: 0 22px;
}
.tn-contact-3-content .tn-contact-form-1-input:is(textarea) {
  height: 192px;
  padding-top: 15px;
  margin: 0;
}
.tn-contact-3-content .tn-contact-form-1-selector {
  font-family: var(--tn-font-2);
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
}
.tn-contact-3-content .tn-contact-form-1-selector::after {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  right: 22px;
}
.tn-contact-3-content .tn-contact-form-1-btn {
  background: var(--tn-clr-pr-2);
  color: var(--tn-clr-sd-2);
  font-family: var(--tn-font-3);
  text-transform: capitalize;
  font-size: 16px;
}
.tn-contact-3-img {
  height: 960px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-contact-3-img {
    height: 760px;
  }
}
@media (max-width: 767px) {
  .tn-contact-3-img {
    height: 360px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-contact-3-img {
    height: 560px;
  }
}

/* 
    contact-3-end
*/
/* 
    features-1-start
*/
.tn-features-1-sec-title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.tn-features-1-wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .tn-features-1-wrap {
    justify-content: center;
  }
}
.tn-features-1-item {
  text-align: center;
  max-width: 305px;
}
@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) {
  .tn-features-1-item {
    max-width: 275px;
  }
}
.tn-features-1-item .icon {
  display: inline-flex;
  width: 92px;
  height: 92px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0px 1px 120px 0px rgba(35, 31, 32, 0.17);
  border-radius: 50px;
  font-size: 45px;
  margin-bottom: 22px;
}
.tn-features-1-item .icon .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: var(--tn-clr-gd-1);
  border-radius: 50%;
  font-size: 16px;
  place-content: center;
  color: #fff;
  font-weight: 700;
  transition: 0.5s var(--tn-cube-1);
}
.tn-features-1-item .title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 9px;
  transition: 0.3s var(--tn-cube-1);
}
.tn-features-1-item .title:hover {
  color: var(--tn-clr-pr-1);
  transform: scale(95%);
}
@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) {
  .tn-features-1-item .title {
    font-size: 22px;
  }
}
.tn-features-1-item .disc {
  color: #464646;
}
.tn-features-1-item:hover .icon i {
  animation: zoomInDown2 0.7s;
}
.tn-features-1-item:hover .icon .number {
  transform: scale(110%);
}

/* 
    features-1-end
*/
/* 
    projects-1-start
*/
.tn-projects-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-projects-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .tn-projects-1-wrap {
    grid-template-columns: 1fr;
  }
}
.tn-projects-1-item {
  position: relative;
  z-index: 1;
  height: 380px;
  background: var(--tn-clr-gd-1);
  padding: 0 35px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.tn-projects-1-item .item-img {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  transition: 0.5s var(--tn-cube-1);
}
.tn-projects-1-item .item-btn {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  font-size: 25px;
  color: #fff;
  padding: 10px 0;
}
@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) {
  .tn-projects-1-item .item-btn {
    font-size: 20px;
  }
}
.tn-projects-1-item .item-btn .text {
  transition: 0.5s var(--tn-cube-1);
}
.tn-projects-1-item .item-btn:hover .text {
  transform: translateX(5px);
}
.tn-projects-1-item .item-btn:hover .btn-icon i {
  animation: slideInLeft2 0.7s;
}
.tn-projects-1-item:hover .item-img {
  top: 25px;
  width: calc(100% - 70px);
  height: calc(100% - 83px);
}

/* 
    projects-1-end
*/
/* 
    projects-2-start
*/
.tn-projects-2-sec-title {
  display: flex;
  gap: 100px;
}
@media (max-width: 767px) {
  .tn-projects-2-sec-title {
    flex-wrap: wrap;
  }
}
.tn-projects-2-sec-title .title-1 {
  font-size: 88px;
  font-weight: 600;
  color: var(--tn-clr-sd-2);
  flex: 0 0 auto;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .tn-projects-2-sec-title .title-1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tn-projects-2-sec-title .title-1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-projects-2-sec-title .title-1 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-projects-2-sec-title .title-1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-projects-2-sec-title .title-1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tn-projects-2-sec-title .title-1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-projects-2-sec-title .title-1 {
    font-size: 40px;
  }
}
.tn-projects-2-sec-title .title-2 {
  font-size: 300px;
  font-weight: 800;
  position: relative;
  z-index: 1;
  line-height: 0.7;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .tn-projects-2-sec-title .title-2 {
    font-size: 270px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tn-projects-2-sec-title .title-2 {
    font-size: 240px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-projects-2-sec-title .title-2 {
    font-size: 210px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-projects-2-sec-title .title-2 {
    font-size: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-projects-2-sec-title .title-2 {
    font-size: 160px;
  }
}
@media (max-width: 767px) {
  .tn-projects-2-sec-title .title-2 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-projects-2-sec-title .title-2 {
    font-size: 130px;
  }
}
.tn-projects-2-sec-title .title-2 span:nth-child(1) {
  -webkit-text-stroke: 2px var(--tn-clr-h-2);
  -webkit-text-fill-color: transparent;
}
.tn-projects-2-sec-title .title-2 span:nth-child(2) {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 12%;
}
.tn-projects-2-wrap-height {
  position: relative;
  z-index: 1;
}
.tn-projects-2-wrap-pin {
  width: 100%;
}
.tn-projects-2-wrap {
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-projects-2-wrap {
    flex-direction: column;
  }
}
.tn-projects-2-item {
  background-color: var(--tn-clr-pr-2);
  display: grid;
  grid-template-columns: 1.23fr 1fr;
  align-items: center;
  overflow: hidden;
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-projects-2-item {
    grid-template-columns: 1fr;
  }
}
.tn-projects-2-item .content {
  padding: 92px 92px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-projects-2-item .content {
    padding: 92px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-projects-2-item .content {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .tn-projects-2-item .content {
    padding: 40px 20px;
  }
}
.tn-projects-2-item .content .bg-shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50%;
  z-index: -1;
  width: 100%;
}
.tn-projects-2-item .item-img {
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-projects-2-item .item-img {
    height: 500px;
  }
}
.tn-projects-2-item .title {
  font-size: 56px;
  font-weight: 500;
  max-width: 450px;
  margin-bottom: 30px;
  transition: 0.2s var(--tn-cube-1);
}
.tn-projects-2-item .title:hover {
  color: var(--tn-clr-sd-1);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .tn-projects-2-item .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tn-projects-2-item .title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-projects-2-item .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-projects-2-item .title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-projects-2-item .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .tn-projects-2-item .title {
    font-size: 32px;
  }
}
.tn-projects-2-item .item-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 450px;
  margin-bottom: 50px;
}
.tn-projects-2-item .item-tag a {
  background: rgba(33, 30, 30, 0.24);
  border-radius: 100px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 6px 16px;
  transition: 0.3s var(--tn-cube-1);
}
.tn-projects-2-item .item-tag a:hover {
  background: var(--tn-clr-sd-1);
  color: #fff;
}
.tn-projects-2-item .inner-div {
  margin-left: 60px;
  max-width: 412px;
  margin-top: auto;
}
@media (max-width: 767px) {
  .tn-projects-2-item .inner-div {
    margin-left: 0px;
  }
}
.tn-projects-2-item .disc {
  margin-bottom: 33px;
}
.tn-projects-2-item:is(.has-clr-2) {
  background-color: #FFE900;
}
.tn-projects-2-item:is(.has-clr-3) {
  background-color: #BEFF59;
}

/* 
    projects-2-end
*/
/* 
    projects-3-start
*/
.tn-projects-3-sec-title {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}
.tn-projects-3-sec-title .left {
  max-width: 645px;
}
.tn-projects-3-tabs-btn {
  border-top: 1px solid rgba(13, 38, 101, 0.2);
  border-bottom: 1px solid rgba(13, 38, 101, 0.2);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 20px 0;
}
.tn-projects-3-tabs-btn .nav-link {
  font-size: 18px;
  background: transparent;
  border-radius: 6px;
  font-weight: 400;
  padding: 9px 17px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.2s;
}
.tn-projects-3-tabs-btn .nav-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--tn-clr-gd-3);
  z-index: -1;
  opacity: 0;
  transition: 0.2s;
}
.tn-projects-3-tabs-btn .nav-link:hover {
  color: #fff;
}
.tn-projects-3-tabs-btn .nav-link:hover::after {
  opacity: 1;
}
.tn-projects-3-tabs-btn .nav-link:is(.active) {
  color: #fff;
}
.tn-projects-3-tabs-btn .nav-link:is(.active)::after {
  opacity: 1;
}
.tn-projects-3-tabs-pane {
  position: relative;
  z-index: 1;
}
.tn-projects-3-tabs-pane .tab-pane {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tn-projects-3-tabs-pane .tab-pane:is(.active) {
  z-index: 2;
}
.tn-projects-3-slider {
  max-width: 1232px;
}
.tn-projects-3-slider-item {
  background: var(--tn-clr-sd-2);
  border-radius: 16px;
  padding: 36px;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 50px;
}
@media (max-width: 767px) {
  .tn-projects-3-slider-item {
    grid-template-columns: 1fr;
  }
}
.tn-projects-3-slider-item .item-img {
  height: 450px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .tn-projects-3-slider-item .item-img {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-projects-3-slider-item .item-img {
    height: 400px;
  }
}
.tn-projects-3-slider-item .item-title {
  font-size: 36px;
  line-height: 1.111;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-projects-3-slider-item .item-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-projects-3-slider-item .item-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .tn-projects-3-slider-item .item-title {
    font-size: 22px;
  }
}
.tn-projects-3-slider-item .item-disc {
  color: #fff;
  opacity: 80%;
  margin-top: 16px;
  max-width: 490px;
  margin-bottom: 40px;
}
.tn-projects-3-slider-item .content {
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  align-items: self-start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-projects-3-slider-item .content {
    padding: 0;
  }
}
.tn-projects-3-slider-item .item-btn {
  margin-top: auto;
}
.tn-projects-3-slider .swiper-slide:nth-child(2) .tn-projects-3-slider-item {
  background: var(--tn-clr-pr-2);
}
.tn-projects-3-slider .swiper-slide:nth-child(3) .tn-projects-3-slider-item {
  background: #673CD4;
}
.tn-projects-3-slider .swiper-slide:nth-child(4) .tn-projects-3-slider-item {
  background: #17C08D;
}
.tn-projects-3-slider-btn {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.tn-projects-3-slider-btn .single-btn {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 40%;
  flex: 0 0 auto;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 4px;
  transition: 0.3s;
  cursor: pointer;
}
.tn-projects-3-slider-btn .single-btn i {
  font-size: 16px;
}
.tn-projects-3-slider-btn .single-btn:hover {
  opacity: 100%;
}
.tn-projects-3-slider-btn .p3_scrollbar {
  width: 300px;
  flex: 0 0 auto;
  max-width: 300px;
  background: rgba(3, 15, 43, 0.16);
  height: 2px;
}
@media (max-width: 767px) {
  .tn-projects-3-slider-btn .p3_scrollbar {
    width: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-projects-3-slider-btn .p3_scrollbar {
    width: 200px;
  }
}
.tn-projects-3-slider-btn .p3_scrollbar .swiper-scrollbar-drag {
  background: var(--tn-clr-h-3);
}

/* 
    projects-3-end
*/
/* 
    projects-4-start
*/

.tn-projects-3-area:is(.has-projects-4) .tn-projects-3-tabs-btn {
  background: #DEE4F2;
  border: none;
  border-radius: 8px;
  padding: 18px 26px;
}
.tn-projects-3-area:is(.has-projects-4) .tn-projects-3-tabs-btn .nav-link {
  border-radius: 100px;
  background: #F4F6FF;
}
.tn-projects-3-area:is(.has-projects-4) .tn-projects-3-tabs-btn .nav-link::after {
  background: var(--tn-clr-gd-4);
}

/* 
    projects-4-end
*/
/* 
    price-1-start
*/
.tn-price-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-price-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .tn-price-1-wrap {
    grid-template-columns: 1fr;
  }
}
.tn-price-1-item {
  border-radius: 10px;
  border: 1px solid #f5f5f5;
  padding: 55px 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) {
  .tn-price-1-item {
    padding: 55px 20px;
  }
}
.tn-price-1-item .icon-x-price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 21px;
}
.tn-price-1-item .item-icon {
  display: inline-flex;
  width: 54px;
  height: 54px;
  background: var(--tn-clr-gd-1);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
}
.tn-price-1-item .price {
  font-size: 55px;
  line-height: 1;
  font-weight: 500;
}
@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) {
  .tn-price-1-item .price {
    font-size: 35px;
  }
}
.tn-price-1-item .title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 31px;
}
@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) {
  .tn-price-1-item .title {
    font-size: 22px;
  }
}
.tn-price-1-item .hr-line {
  width: 100%;
  height: 1px;
  background: #f5f5f5;
  margin-bottom: 31px;
}
.tn-price-1-item .disc {
  font-size: 16px;
  color: #5b5b5b;
  margin-bottom: 25px;
}
.tn-price-1-item .price-features {
  margin-bottom: 35px;
}
.tn-price-1-item .price-features li {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tn-price-1-item .price-features li:not(:last-child) {
  margin-bottom: 17px;
}
.tn-price-1-item .tn-pr-btn-1 {
  font-size: 14px;
  padding: 18px 35px;
}

/* 
    price-1-end
*/
/* 
    price-2-start
*/
.tn-price-2-area {
  padding-top: 130px;
  position: relative;
  margin-top: -190px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-price-2-area {
    margin-top: -150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-price-2-area {
    margin-top: -120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-price-2-area {
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  .tn-price-2-area {
    margin-top: -100px;
  }
}
.tn-price-2-area::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #F6F9FB 69.11%, #DAFFF4 100%);
  height: 400px;
  z-index: -1;
}
.tn-price-2-sec-title {
  max-width: 655px;
  margin-left: auto;
  margin-right: auto;
}
.tn-price-2-sec-title .tn-sce-title-2 {
  margin-bottom: 23px;
}
.tn-price-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-price-2-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .tn-price-2-wrap {
    grid-template-columns: 1fr;
  }
}
.tn-price-2-card {
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  padding: 52px 48px;
  transition: 0.4s var(--tn-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) {
  .tn-price-2-card {
    padding: 52px 20px;
  }
}
.tn-price-2-card .plan-name {
  display: inline-block;
  background: #FFE900;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 6px;
  padding: 6px 21px;
  margin-bottom: 28px;
}
.tn-price-2-card .plan-name:is(.has-bg-2) {
  background: var(--tn-clr-pr-2);
}
.tn-price-2-card .plan-name:is(.has-bg-3) {
  background: #BEA9F5;
}
.tn-price-2-card .plan-disc {
  margin-bottom: 34px;
  transition: 0.4s var(--tn-cube-1);
}
.tn-price-2-card .plan-price {
  font-size: 56px;
  line-height: 1;
  color: var(--tn-clr-sd-2);
  margin-bottom: 25px;
  transition: 0.4s var(--tn-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) {
  .tn-price-2-card .plan-price {
    font-size: 46px;
  }
}
.tn-price-2-card .plan-price .dollar {
  font-size: 30px;
  color: var(--tn-clr-sd-1);
  transform: translateY(-20px);
}
.tn-price-2-card .plan-price .month {
  font-size: 18px;
  font-weight: 400;
}
.tn-price-2-card .price-btn {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  background: var(--tn-clr-sd-1);
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  padding: 17px 10px;
  margin-bottom: 32px;
  transition: 0.4s var(--tn-cube-1);
}
.tn-price-2-card .price-btn:hover {
  transform: scale(95%);
}
.tn-price-2-card .plan-features {
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 30px 32px;
  transition: 0.4s var(--tn-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) {
  .tn-price-2-card .plan-features {
    padding: 30px 20px;
  }
}
.tn-price-2-card .plan-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.4s var(--tn-cube-1);
}
.tn-price-2-card .plan-features li:not(:last-child) {
  margin-bottom: 17px;
}
.tn-price-2-card .plan-features li i {
  width: 16px;
  height: 16px;
  background: var(--tn-clr-p-2);
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  place-content: center;
  transition: 0.4s var(--tn-cube-1);
}
.tn-price-2-card .plan-features li:is(.has-inactive) {
  opacity: 40%;
}
.tn-price-2-card:hover {
  background: var(--tn-clr-sd-2);
  box-shadow: inset 0px 0px 8px #FFFFFF;
}
.tn-price-2-card:hover .plan-disc, .tn-price-2-card:hover .plan-features li {
  color: #fff;
}
.tn-price-2-card:hover .plan-features {
  background: rgba(255, 255, 255, 0.1);
}
.tn-price-2-card:hover .plan-features li i {
  background-color: #fff;
  color: var(--tn-clr-h-2);
}
.tn-price-2-card:hover .price-btn {
  background: #fff;
  color: var(--tn-clr-sd-2);
}
.tn-price-2-card:hover .plan-price {
  color: #fff;
}
.tn-price-2-all-btn {
  border-radius: 8px;
  border: 1px solid rgba(13, 38, 101, 0.16);
  text-align: center;
  padding: 20px 10px;
}
.tn-price-2-all-btn .btn-text {
  font-size: 18px;
  font-weight: 500;
  color: var(--tn-clr-sd-2);
}
.tn-price-2-all-btn .btn-text a {
  color: var(--tn-clr-sd-1);
  transition: 0.3s var(--tn-cube-1);
}
.tn-price-2-all-btn .btn-text a:hover {
  color: var(--tn-clr-pr-2);
  transform: translateX(3px);
}

/* 
    price-2-end
*/
/* 
    choose-1-start
*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-choose-1-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.tn-choose-1-wrap {
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-choose-1-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-choose-1-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.tn-choose-1-img {
  height: 835px;
  margin-right: -260px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .tn-choose-1-img {
    margin-right: -100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tn-choose-1-img {
    margin-right: -60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-choose-1-img {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-choose-1-img {
    height: 635px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .tn-choose-1-img {
    height: 435px;
    margin-right: 0px;
  }
}
.tn-choose-1-content .tn-sec-title-1 {
  margin-bottom: 13px;
}
.tn-choose-1-content .disc {
  margin-bottom: 26px;
  max-width: 620px;
}
.tn-choose-1-content-features {
  margin-bottom: 40px;
}
.tn-choose-1-content-features li {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tn-choose-1-content-features li:not(:last-child) {
  margin-bottom: 17px;
}

/* 
    choose-1-end
*/
/* 
    choose-2-start
*/
.tn-choose-2-wrap {
  display: flex;
  gap: 35px;
  max-width: 1215px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-choose-2-wrap {
    flex-wrap: wrap;
  }
}
.tn-choose-2-wrap-right {
  text-align: center;
  width: 100%;
}
.tn-choose-2-sec-title {
  max-width: 570px;
  width: 100%;
}
.tn-choose-2-sec-title .tn-sce-title-2 {
  margin-bottom: 23px;
}
.tn-choose-2-sec-title .sec-disc {
  margin-bottom: 32px;
}
.tn-choose-2-img {
  max-width: 380px;
  height: 448px;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
.tn-choose-2-border-1 {
  width: 380px;
  height: 448px;
  border: 1.5px solid #8255F4;
  border-radius: 8px;
  position: absolute;
  right: 90px;
  top: -24px;
  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) {
  .tn-choose-2-border-1 {
    display: none;
  }
}
.tn-choose-2-border-2 {
  width: 100%;
  height: 235px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: -80px;
  border: 1.5px solid #0D2665;
  border-bottom: none;
  z-index: -1;
  opacity: 20%;
}
.tn-choose-2-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-choose-2-item {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-choose-2-item {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .tn-choose-2-item {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-choose-2-item {
    grid-template-columns: 1fr 1fr;
  }
}
.tn-choose-2-item-single {
  background: #E1EFF6;
  border-bottom: 2px solid #95B8C9;
  border-radius: 8px;
  padding: 36px 32px;
}
@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) {
  .tn-choose-2-item-single {
    padding: 36px 20px;
  }
}
.tn-choose-2-item-single .icon-x-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 27px;
}
.tn-choose-2-item-single .item-icon {
  background: #FFFFFF;
  border-bottom: 2px solid #95B8C9;
  border-radius: 4px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 32px;
  color: var(--tn-clr-h-2);
}
.tn-choose-2-item-single .title {
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s var(--tn-cube-1);
}
.tn-choose-2-item-single .title:hover {
  color: var(--tn-clr-pr-2);
}
.tn-choose-2-item-single .disc {
  font-size: 16px;
}
.tn-choose-2-item-single:hover .item-icon i {
  animation: zoomInDown2 0.7s;
}

/* 
    choose-2-end
*/
/* 
    choose-3-start
*/
.tn-choose-3-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-choose-3-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-choose-3-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.tn-choose-3-img {
  max-width: 480px;
  margin-left: auto;
  height: 608px;
}
.tn-choose-3-customer {
  max-width: 300px;
  background: var(--tn-clr-sd-1);
  padding: 40px 40px;
  margin-left: -42px;
  margin-top: -210px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-choose-3-customer {
    margin-left: 0px;
  }
}
.tn-choose-3-customer .customer-disc {
  color: #fff;
  opacity: 80%;
}
.tn-choose-3-customer .rating {
  font-size: 80px;
  color: #fff;
  margin-top: 16px;
}
.tn-choose-3-customer .tn-client-1-trust-author {
  margin-top: 119px;
}
.tn-choose-3-customer .tn-client-1-trust-author-single {
  border: 2px solid var(--tn-clr-sd-1);
}
.tn-choose-3-sec-title {
  margin-top: 64px;
  max-width: 480px;
  margin-bottom: 138px;
}
.tn-choose-3-sec-title .sec-disc {
  margin-top: 25px;
}
.tn-choose-3-sec-title .tn-pr-btn-4 {
  margin-top: 33px;
}
.tn-choose-3-features {
  background: #F4F6FF;
  margin-left: -80px;
  padding: 70px 80px;
  padding-right: 0;
  margin-right: -300px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tn-choose-3-features {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-choose-3-features {
    margin-right: 0px;
    padding: 70px 30px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-choose-3-features {
    margin-right: 0px;
    padding: 70px 30px;
    padding-right: 0;
    margin-left: 0px;
  }
}
.tn-choose-3-features-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 530px;
  gap: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-choose-3-features-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .tn-choose-3-features-list {
    grid-template-columns: 1fr;
  }
}
.tn-choose-3-features-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--tn-clr-sd-2);
}

/* 
    choose-3-end
*/
/* 
    choose-4-end
*/
.tn-choose-2-area:is(.has-choose-4) {
  margin-top: -150vh;
}

/* 
    choose-4-end
*/
/* 
    video-2-start
*/
.tn-video-2-area {
  position: relative;
  height: 1200px;
  margin-top: -170px;
  z-index: 2;
  mask-image: url("../img/v2-mask.png");
  -webkit-mask-image: url("../img/v2-mask.png");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: center bottom;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .tn-video-2-area {
    height: 1100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tn-video-2-area {
    height: 1000px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-video-2-area {
    height: 900px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-video-2-area {
    height: 800px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-video-2-area {
    height: 700px;
    margin-top: -150px;
  }
}
@media (max-width: 767px) {
  .tn-video-2-area {
    height: 500px;
    margin-top: -70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-video-2-area {
    height: 600px;
    margin-top: -100px;
  }
}
.tn-video-2-area video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tn-video-2-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* 
    video-2-end
*/
/* 
    video-3-start
*/
.tn-video-3-area {
  height: 800px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-video-3-area {
    height: 600px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-video-3-area {
    height: 500px !important;
  }
}
@media (max-width: 767px) {
  .tn-video-3-area {
    height: 300px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-video-3-area {
    height: 400px !important;
  }
}

/* 
    video-3-end
*/
/* 
    testimonial-1-start
*/
.tn-testimonial-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-testimonial-1-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-testimonial-1-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.tn-testimonial-1-author-card {
  border-radius: 10px;
  overflow: hidden;
  background-color: #ecf2fe;
}
.tn-testimonial-1-author-card .main-img {
  height: 485px;
}
.tn-testimonial-1-author-card .author-wrap {
  display: flex;
  align-items: center;
  padding: 25px 50px;
  gap: 10px;
  flex-wrap: wrap;
}
@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) {
  .tn-testimonial-1-author-card .author-wrap {
    padding: 25px 20px;
  }
}
.tn-testimonial-1-author-card .author-img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
}
.tn-testimonial-1-author-card .author-name {
  font-size: 22px;
  text-transform: capitalize;
}
.tn-testimonial-1-author-card .author-bio {
  font-size: 16px;
  color: #6c6c6c;
}
.tn-testimonial-1-author-card .ratting {
  font-size: 16px;
  margin-left: auto;
  color: var(--tn-clr-pr-1);
}
.tn-testimonial-1-sec-title .tn-sec-title-1 {
  font-size: 50px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-testimonial-1-sec-title .tn-sec-title-1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tn-testimonial-1-sec-title .tn-sec-title-1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-testimonial-1-sec-title .tn-sec-title-1 {
    font-size: 40px;
  }
}
.tn-testimonial-1-sec-title .disc {
  max-width: 590px;
}
.tn-testimonial-1-comment {
  background-color: #ecf2fe;
  border-radius: 0 10px 10px 10px;
  font-size: 20px;
  font-style: italic;
  padding: 40px;
  position: relative;
  z-index: 1;
  margin-left: 30px;
}
.tn-testimonial-1-comment::after {
  content: "";
  width: 30px;
  height: 25px;
  background: #d2dae9;
  position: absolute;
  left: -29px;
  top: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.tn-testimonial-1-author-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.tn-testimonial-1-slider-2 {
  margin-left: -30px;
  padding-left: 30px;
}
.tn-testimonial-1-slider-3 .swiper-container .swiper-slide {
  max-width: 80px;
}

/* 
    testimonial-1-end
*/
/* 
    testimonial-2-start
*/
.tn-testimonial-3-area {
  background: #05163F;
}
.tn-testimonial-3-sec-title {
  max-width: 540px;
}
.tn-testimonial-3-sec-title .tn-sec-title-3 {
  color: #fff;
}
.tn-testimonial-3-wrap {
  display: flex;
  gap: 50px;
  margin-left: -75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-testimonial-3-wrap {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-testimonial-3-wrap {
    margin-left: 0px;
    flex-wrap: wrap;
  }
}
.tn-testimonial-3-left {
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-testimonial-3-left {
    width: 100%;
  }
}
.tn-testimonial-3-person {
  display: inline-block;
}
.tn-testimonial-3-person::after {
  content: "";
  width: 100%;
  height: 345px;
  background: linear-gradient(180deg, rgba(5, 22, 63, 0) 0%, #05163F 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.tn-testimonial-3-person .rating {
  font-size: 120px;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tn-testimonial-3-person .rating {
    font-size: 80px;
  }
}
.tn-testimonial-3-person .disc {
  font-size: 28px;
  color: #fff;
  opacity: 80%;
  line-height: 1.142;
  font-weight: 300;
}
@media (max-width: 767px) {
  .tn-testimonial-3-person .disc {
    font-size: 22px;
  }
}
.tn-testimonial-3-person .content {
  max-width: 390px;
  position: absolute;
  bottom: 100px;
  z-index: 1;
  left: 74px;
}
.tn-testimonial-3-slider {
  margin-right: -300px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-testimonial-3-slider {
    margin-right: 0px;
  }
}
.tn-testimonial-3-slider-item .author {
  display: flex;
  gap: 24px;
}
.tn-testimonial-3-slider-item .author-img {
  width: 130px;
  height: 130px;
  flex: 0 0 auto;
}
.tn-testimonial-3-slider-item .author-nane {
  font-size: 22px;
  color: #fff;
}
.tn-testimonial-3-slider-item .author-bio {
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #fff;
  opacity: 72%;
  margin-top: 6px;
}
.tn-testimonial-3-slider-item .author .content {
  margin-top: 20px;
}
.tn-testimonial-3-slider-item .content-box {
  background: #0A3492;
  border-radius: 16px;
  max-width: 440px;
  margin-left: auto;
  padding: 64px 60px;
  margin-top: -40px;
  position: relative;
  z-index: 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) {
  .tn-testimonial-3-slider-item .content-box {
    padding: 64px 20px;
  }
}
@media (max-width: 767px) {
  .tn-testimonial-3-slider-item .content-box {
    padding: 64px 20px;
    margin-top: 0;
  }
}
.tn-testimonial-3-slider-item .rating {
  display: flex;
  font-size: 16px;
  gap: 8px;
  color: #FFAE00;
  margin-top: 45px;
}
.tn-testimonial-3-slider-item .comment {
  font-size: 20px;
  color: #fff;
  margin-top: 25px;
}
.tn-testimonial-3-slider-item .quote {
  font-size: 80px;
  color: #fff;
  opacity: 20%;
  text-align: right;
  margin-top: 30px;
}
.tn-testimonial-3-slider-item .quote i {
  line-height: 0.7;
}
.tn-testimonial-3-slider .swiper-wrapper .swiper-slide {
  max-width: 488px;
}
.tn-testimonial-3-slider-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: -57px;
  position: relative;
  z-index: 1;
}
.tn-testimonial-3-slider-btn .single-btn {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  border: 1px solid #A0A4A7;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s var(--tn-cube-1);
}
.tn-testimonial-3-slider-btn .single-btn:hover {
  background: var(--tn-clr-sd-1);
  border-color: transparent;
}
.tn-testimonial-3-slider-btn .t3_pagination {
  font-family: var(--tn-font-2);
  color: #B1B0B0;
  font-weight: 500;
  font-size: 22px;
  width: unset;
}
.tn-testimonial-3-slider-btn .t3_pagination .swiper-pagination-current {
  color: var(--tn-clr-pr-2);
  font-weight: 600;
}

/* 
    testimonial-2-end
*/
/* 
    blog-1-start
*/
.tn-blog-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-blog-1-wrap {
    grid-template-columns: 1fr;
  }
}
.tn-blog-1-item {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  align-items: center;
}
@media (max-width: 767px) {
  .tn-blog-1-item {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-blog-1-item {
    grid-template-columns: 1.35fr 1fr;
  }
}
.tn-blog-1-item .item-img {
  border-radius: 10px;
  height: 415px;
}
.tn-blog-1-item .content {
  box-shadow: 0px 1px 120px 0px rgba(35, 31, 32, 0.08);
  padding: 60px 40px;
  margin-left: -130px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 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) {
  .tn-blog-1-item .content {
    padding: 60px 20px;
  }
}
@media (max-width: 767px) {
  .tn-blog-1-item .content {
    padding: 60px 20px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-blog-1-item .content {
    padding: 60px 20px;
    margin-left: -130px;
  }
}
.tn-blog-1-item .title {
  font-size: 20px;
  margin-bottom: 23px;
  transition: 0.3s var(--tn-cube-1);
}
.tn-blog-1-item .title:hover {
  color: var(--tn-clr-pr-1);
  transform: translateX(3px);
}
.tn-blog-1-item .tn-p-1.disc {
  margin-bottom: 22px;
}
.tn-p-1.tn-footer-1-copyright p {
    margin-bottom: 0;
}
.tn-blog-1-item .hr-line {
  width: 100%;
  height: 2px;
  background: #eaeaea;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.tn-blog-1-item .hr-line::after {
  content: "";
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--tn-clr-gd-1);
  transition: 0.5s var(--tn-cube-1);
}
.tn-blog-1-item .item-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  transition: 0.5s var(--tn-cube-1);
}
.tn-blog-1-item .item-btn:hover {
  color: var(--tn-clr-pr-1);
  transform: translateX(3px);
}
.tn-blog-1-item .item-btn:hover .icon i {
  animation: slideInLeft2 0.7s;
}
.tn-blog-1-item:hover .hr-line::after {
  width: 100%;
}

/* 
    blog-1-end
*/
/* 
    blog-2-start
*/
.tn-blog-2-sec-title {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tn-blog-2-sec-title .left {
  max-width: 600px;
}
.tn-blog-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-blog-2-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-blog-2-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .tn-blog-2-wrap {
    grid-template-columns: 1fr;
  }
}
.tn-blog-2-item {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  padding: 12px;
  transition: 0.4s var(--tn-cube-1);
}
.tn-blog-2-item .main-img {
  height: 395px;
}
.tn-blog-2-item .item-date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  width: 80px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: var(--tn-clr-sd-1);
  line-height: 1.2;
}
.tn-blog-2-item .item-date span:nth-child(1) {
  font-size: 32px;
}
.tn-blog-2-item .item-date::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--tn-clr-sd-2);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  opacity: 10%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.tn-blog-2-item .content {
  padding: 36px 16px;
  padding-bottom: 22px;
}
@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) {
  .tn-blog-2-item .content {
    padding: 36px 0px;
    padding-bottom: 22px;
  }
}
.tn-blog-2-item .item-meta {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.tn-blog-2-item .item-meta li {
  font-size: 15px;
  text-transform: capitalize;
  background: #FFE900;
  border-radius: 8px;
  padding: 2px 12px;
}
.tn-blog-2-item .item-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  transition: 0.3s var(--tn-cube-1);
}
.tn-blog-2-item .item-title:hover {
  color: var(--tn-clr-sd-1);
  transform: translateX(3px);
}
.tn-blog-2-item .btn-wrap {
  text-align: center;
}
.tn-blog-2-item .tn-pr-btn-3 {
  background: transparent;
  color: var(--tn-clr-h-2);
  transition: 0.4s var(--tn-cube-1);
}
.tn-blog-2-item:hover {
  box-shadow: 14px 14px 28px rgba(13, 38, 101, 0.2);
}
.tn-blog-2-item:hover .tn-pr-btn-3 {
  background: var(--tn-clr-sd-1);
  color: #fff;
}

/* 
    blog-2-end
*/
/* 
    blog-3-start
*/
.tn-blog-3-wrap {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-blog-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .tn-blog-3-wrap {
    grid-template-columns: 1fr;
  }
}
.tn-blog-3-sec-title {
  max-width: 634px;
  margin-left: auto;
  margin-right: auto;
}
.tn-blog-3-item {
  height: 528px;
  border-radius: 12px;
  position: relative;
}
.tn-blog-3-item img {
  transform: scale(103%);
  transition: 0.4s var(--tn-cube-1);
}
.tn-blog-3-item .content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: calc(100% - 48px);
  background: #fff;
  border-radius: 8px;
  padding: 25px 28px;
}
@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) {
  .tn-blog-3-item .content {
    padding: 25px 15px;
  }
}
.tn-blog-3-item .title {
  font-size: 24px;
  font-weight: 500;
  transition: 0.2s;
}
.tn-blog-3-item .title span {
  color: var(--tn-clr-pr-3);
}
.tn-blog-3-item .title:hover {
  color: var(--tn-clr-pr-3);
}
@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) {
  .tn-blog-3-item .title {
    font-size: 22px;
  }
}
.tn-blog-3-item .blog-meta {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(3, 15, 43, 0.12);
  gap: 10px;
  margin-top: 16px;
  padding-top: 15px;
}
.tn-blog-3-item .blog-meta li {
  font-size: 16px;
  position: relative;
}
.tn-blog-3-item .blog-meta li:not(:first-child) {
  padding-left: 14px;
}
.tn-blog-3-item .blog-meta li:not(:first-child)::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.tn-blog-3-item:hover img {
  transform: scale(100%);
}
.tn-blog-3-cta {
  background: #05163F;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 44px 44px;
  gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-blog-3-cta {
    padding: 44px 24px;
  }
}
.tn-blog-3-cta .title {
  font-size: 32px;
  text-align: center;
  color: #fff;
}
@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) {
  .tn-blog-3-cta .title {
    font-size: 25px;
  }
}
.tn-blog-3-cta-form {
  width: 100%;
  position: relative;
}
.tn-blog-3-cta-form-input {
  width: 100%;
  height: 56px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  font-family: var(--tn-font-2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.64);
  padding-left: 24px;
  padding-right: 50px;
  outline: none;
}
.tn-blog-3-cta-form-btn {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: var(--tn-clr-pr-2);
  position: absolute;
  right: 8px;
  top: 8px;
  transition: 0.3s;
}
.tn-blog-3-cta-form-btn:hover {
  background: var(--tn-clr-pr-3);
}
.tn-blog-3-all-btn:is(.tn-team-2-all-btn) .tn-arrow-btn-1 {
  background: var(--tn-clr-gd-3);
}
.tn-blog-3-all-btn:is(.tn-team-2-all-btn) .tn-arrow-btn-1:hover {
  transform: scale(1.4);
}

/* 
    blog-3-end
*/
/* 
    blog-4-start
*/
.tn-blog-2-item:is(.has-blog-4) .item-date {
  color: var(--tn-clr-sd-2);
}
.tn-blog-2-item:is(.has-blog-4) .item-meta li {
  background: var(--tn-clr-pr-2);
}
.tn-blog-2-item:is(.has-blog-4) .tn-pr-btn-3 {
  transition: 0s;
}
.tn-blog-2-item:is(.has-blog-4):hover .tn-pr-btn-3 {
  background: var(--tn-clr-gd-4);
}

/* 
    blog-4-end
*/
/* 
    call-to-action-1-start
*/
.tn-cta-1-wrap {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-cta-1-wrap {
    flex-wrap: wrap;
    gap: 50px;
  }
}
.tn-cta-1-img {
  max-width: 305px;
  height: 305px;
  border-radius: 50%;
  width: 100%;
}
.tn-cta-1-content .tn-sec-title-1 {
  font-size: 55px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-cta-1-content .tn-sec-title-1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-cta-1-content .tn-sec-title-1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tn-cta-1-content .tn-sec-title-1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-cta-1-content .tn-sec-title-1 {
    font-size: 40px;
  }
}
.tn-cta-1-content .btn-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* 
    call-to-action-1-end
*/
/* 
    call-to-action-2-start
*/
.tn-cta-2-area {
  background-color: var(--tn-clr-sd-2);
}
.tn-cta-2-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 55%;
}
.tn-cta-2-img img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-cta-2-img img {
    opacity: 50%;
    object-fit: cover;
  }
}
.tn-cta-2-content {
  max-width: 462px;
}
.tn-cta-2-content .tn-sce-title-2 {
  color: #fff;
  margin-bottom: 24px;
}
.tn-cta-2-content .sec-disc {
  color: #fff;
  opacity: 80%;
  margin-bottom: 33px;
}
.tn-cta-2-content-btn {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.tn-cta-2-content-btn .single-btn {
  transition: 0.4s var(--tn-cube-1);
}
.tn-cta-2-content-btn .single-btn:hover {
  transform: scale(95%);
}

/* 
    call-to-action-2-end
*/
/* 
    let-talk-2-start
*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-let-talk-2-area {
    display: none;
  }
}
.tn-let-talk-2-wrap {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.tn-let-talk-2-item {
  position: absolute;
  top: 0;
  left: 0;
  background: #BEFF59;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 200px;
  transform-origin: left top;
  overflow: hidden;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .tn-let-talk-2-item {
    font-size: 180px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tn-let-talk-2-item {
    font-size: 160px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-let-talk-2-item {
    font-size: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-let-talk-2-item {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-let-talk-2-item {
    font-size: 0px;
  }
}
.tn-let-talk-2-item:nth-child(2) {
  background: #FFE900;
  color: var(--tn-clr-h-2);
  z-index: -2;
}
.tn-let-talk-2-item:nth-child(3) {
  background: var(--tn-clr-pr-2);
  color: var(--tn-clr-h-2);
  z-index: -3;
}
.tn-let-talk-2-item:nth-child(4) {
  background: var(--tn-clr-sd-1);
  color: #fff;
  z-index: -4;
}
.tn-let-talk-2-item:nth-child(5) {
  background: var(--tn-clr-sd-1);
  color: #fff;
  z-index: -5;
}
.tn-let-talk-2-item .item-link {
  font-size: 32px;
  letter-spacing: 0;
  font-weight: 400;
  position: absolute;
  right: 4%;
  bottom: 10%;
}
.tn-let-talk-2-item .icon {
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 20px;
  right: 17%;
}

/* 
    let-talk-2-end
*/
/* 
    call-to-action-3-start
*/
.tn-cta-3-area {
  height: 840px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-cta-3-area {
    height: 640px;
  }
}
@media (max-width: 767px) {
  .tn-cta-3-area {
    height: 540px;
  }
}
.tn-cta-3-area::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(115, 115, 115, 0) 70%, #05163f 100%);
  z-index: -1;
}
.tn-cta-3-area::before {
  content: "";
  width: 100%;
  height: 384px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(104, 68, 195, 0) 0%, #8255f4 100%);
  z-index: -1;
}
.tn-cta-3-content .title {
  display: flex;
  align-items: center;
  font-size: 108px;
  font-weight: 800;
  line-height: 1.037;
  margin-bottom: 14px;
  color: #fff;
  flex-wrap: wrap;
}
.tn-cta-3-content .title a {
  font-size: 32px;
  font-weight: 400;
  color: var(--tn-clr-pr-2);
  margin-right: 26px;
}
@media (max-width: 767px) {
  .tn-cta-3-content .title a {
    font-size: 22px;
  }
}
.tn-cta-3-content .title span {
  color: var(--tn-clr-pr-2);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .tn-cta-3-content .title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tn-cta-3-content .title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-cta-3-content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-cta-3-content .title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-cta-3-content .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tn-cta-3-content .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-cta-3-content .title {
    font-size: 35px;
  }
}
.tn-cta-3-content .title:nth-child(2) {
  margin-left: 120px;
}
@media (max-width: 767px) {
  .tn-cta-3-content .title:nth-child(2) {
    margin-left: 0;
  }
}
.tn-cta-3-content .title:nth-child(3) {
  margin-left: 90px;
}
@media (max-width: 767px) {
  .tn-cta-3-content .title:nth-child(3) {
    margin-left: 0;
  }
}
.tn-cta-3-content .icon {
  position: absolute;
  bottom: -110px;
  left: -80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-cta-3-content .icon {
    bottom: -160px;
    left: 0px;
  }
}

/* 
    call-to-action-3-end
*/
/* 
    faqs-3-start
*/
.tn-accordion-item {
  border-bottom: 1px solid #DFE1E5;
}
.tn-accordion-item .item-title {
  font-size: 23px;
  font-weight: 500;
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  padding: 27px 0;
  text-align: left;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .tn-accordion-item .item-title {
    font-size: 20px;
  }
}
.tn-accordion-item .item-title .icon {
  font-size: 20px;
  color: var(--tn-clr-pr-1);
}
.tn-accordion-item .item-title:is(:not(.collapsed)) .icon i::before {
  content: "\f068";
}
.tn-accordion-item .item-title:is(.collapsed):hover {
  color: var(--tn-clr-pr-3);
}
.tn-accordion-item .item-disc {
  padding-bottom: 20px;
}
.tn-accordion-item:is(.active) {
  border-color: var(--tn-clr-h-3);
}

.tn-faqs-3-wrap {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}

/* 
    faqs-3-end
*/
/* 
    team-2-start
*/
.tn-team-2-area {
  padding-top: 650px;
}
@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) {
  .tn-team-2-area {
    padding-top: 100px;
  }
}
.tn-team-2-sec-title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.tn-team-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-team-2-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .tn-team-2-wrap {
    grid-template-columns: 1fr;
  }
}
.tn-team-2-member {
  border-radius: 8px;
  height: 520px;
  position: relative;
  z-index: 1;
}
.tn-team-2-member .content-wrap {
  position: absolute;
  bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #E1EFF6;
  width: calc(100% - 40px);
  left: 0;
  padding: 18px 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(120%);
  transition: 0.5s var(--tn-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) {
  .tn-team-2-member .content-wrap {
    padding: 18px 15px;
  }
}
.tn-team-2-member .content-left {
  width: 100%;
}
.tn-team-2-member .social-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.tn-team-2-member .social-link a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6B7280;
  font-size: 16px;
  transition: 0.4s var(--tn-cube-1);
}
.tn-team-2-member .social-link a:hover {
  background: var(--tn-clr-sd-1);
  color: #fff;
}
.tn-team-2-member .social-link a:nth-child(1) {
  border-bottom: 1px solid rgba(13, 38, 101, 0.16);
  border-right: 1px solid rgba(13, 38, 101, 0.16);
}
.tn-team-2-member .social-link a:nth-child(3) {
  border-right: 1px solid rgba(13, 38, 101, 0.16);
}
.tn-team-2-member .social-link a:nth-child(2) {
  border-bottom: 1px solid rgba(13, 38, 101, 0.16);
}
.tn-team-2-member .name {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
  transition: 0.3s var(--tn-cube-1);
}
.tn-team-2-member .name:hover {
  color: var(--tn-clr-sd-1);
  transform: translateX(3px);
}
.tn-team-2-member .hr-line {
  height: 1px;
  background: #0D2665;
  width: 100%;
  opacity: 12%;
  margin-bottom: 8px;
}
.tn-team-2-member .bio {
  font-size: 16px;
}
.tn-team-2-member:hover .content-wrap {
  transform: translateY(0);
}
.tn-team-2-all-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tn-team-2-all-btn .btn-line {
  height: 1px;
  width: 100%;
  background: #0D2665;
  opacity: 28%;
}
.tn-team-2-all-btn .all-btn {
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(13, 38, 101, 0.28);
  border-radius: 50%;
  overflow: hidden;
}

/* 
    team-2-end
*/
/* 
    process-2-start
*/
.tn-process-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-process-2-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .tn-process-2-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-process-2-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.tn-process-2-sec-title {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.tn-process-2-item {
  padding: 40px 32px;
  border-top: 1px solid rgba(13, 38, 101, 0.2);
  border-bottom: 1px solid rgba(13, 38, 101, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-process-2-item {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-process-2-item {
    padding: 40px 20px;
    border: 1px solid rgba(13, 38, 101, 0.2);
  }
}
.tn-process-2-item .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #E1EFF6;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 117px;
}
.tn-process-2-item .title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-process-2-item:first-child {
    padding-left: 0;
  }
}
.tn-process-2-item:not(:first-child) {
  border-left: 1px solid rgba(13, 38, 101, 0.2);
}

/* 
    process-2-end
*/
/* 
    process-3-start
*/
.tn-process-3-area {
  width: 100%;
  flex: 0 0 auto;
}
.tn-process-3-sec-title {
  display: flex;
  align-items: end;
  gap: 45px;
  flex-wrap: wrap;
}
.tn-process-3-sec-title .tn-sec-title-3 {
  font-size: 84px;
  font-weight: 700;
  line-height: 1.047;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .tn-process-3-sec-title .tn-sec-title-3 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tn-process-3-sec-title .tn-sec-title-3 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-process-3-sec-title .tn-sec-title-3 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-process-3-sec-title .tn-sec-title-3 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-process-3-sec-title .tn-sec-title-3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .tn-process-3-sec-title .tn-sec-title-3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-process-3-sec-title .tn-sec-title-3 {
    font-size: 35px;
  }
}
.tn-process-3-sec-title .left {
  max-width: 560px;
}
.tn-process-3-sec-title .sec-disc {
  margin-top: 22px;
}
.tn-process-3-wrap {
  display: flex;
  gap: 140px;
  margin-left: 50vw;
  width: 100%;
  position: relative;
  margin-top: -100px;
}
@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) {
  .tn-process-3-wrap {
    margin-left: 0;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.tn-process-3-wrap::after {
  position: absolute;
  content: "";
  left: -50vw;
  top: 47%;
  transform: translateY(-50%);
  background-image: url(../img/process-3-line.png);
  width: 200%;
  height: 12px;
  z-index: -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) {
  .tn-process-3-wrap::after {
    display: none;
  }
}
.tn-process-3-item {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 440px;
  width: 100%;
  flex: 0 0 auto;
}
.tn-process-3-item .icon {
  border-radius: 8px 30px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tn-clr-sd-1);
  color: #fff;
  font-size: 50px;
}
@media (max-width: 767px) {
  .tn-process-3-item .icon {
    width: 150px;
    height: 150px;
    font-size: 70px;
  }
}
.tn-process-3-item .icon-border-1 {
  border-radius: 8px 30px;
  border: 1px solid rgba(13, 38, 101, 0.08);
  padding: 10px;
  display: inline-block;
  align-self: flex-start;
}
.tn-process-3-item .icon-border-2 {
  border-radius: 8px 30px;
  border: 1px solid rgba(13, 38, 101, 0.2);
  padding: 10px;
  display: inline-block;
}
.tn-process-3-item .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid var(--tn-clr-pr-3);
  border-radius: 50%;
  font-size: 20px;
  color: var(--tn-clr-pr-3);
  background: #fff;
}
.tn-process-3-item .title {
  font-size: 28px;
  max-width: 360px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-process-3-item .title {
    font-size: 22px;
  }
}
.tn-process-3-item:nth-child(2) .icon {
  background: #8255F4;
}
.tn-process-3-item:nth-child(2) .number {
  color: #8255F4;
  border-color: #8255F4;
}
.tn-process-3-item:nth-child(3) .icon {
  background: #0BB582;
}
.tn-process-3-item:nth-child(3) .number {
  color: #0BB582;
  border-color: #0BB582;
}
.tn-process-3-item:nth-child(4) .icon {
  background: #FF8000;
}
.tn-process-3-item:nth-child(4) .number {
  color: #FF8000;
  border-color: #FF8000;
}
.tn-process-3-item:nth-child(even) {
  margin-top: -25px;
}

/* 
    process-3-end
*/
/* 
    footer-1-start
*/
.tn-footer-1-area {
  background-color: #111112;
}
.tn-footer-1-bg-img {
  width: 54%;
  height: 360px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tn-footer-1-wrap {
  display: grid;
  gap: 65px;
  grid-template-columns: 1.42fr 1fr;
}
@media (max-width: 767px) {
  .tn-footer-1-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.tn-footer-1-logo {
  display: block;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 30px;
}
.tn-footer-1-title {
  font-size: 30px;
  background: var(--tn-clr-gd-1);
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 25px 35px;
  max-width: 435px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .tn-footer-1-title {
    font-size: 20px;
    padding: 25px 15px;
  }
}
.tn-footer-1-disc {
  color: #f5f5f5;
  margin-bottom: 30px;
}
.tn-footer-1-left-inner-div {
  display: flex;
  gap: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-footer-1-left-inner-div {
    flex-wrap: wrap;
  }
}
.tn-footer-1-client {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
.tn-footer-1-client .single-client {
  transition: all 0.5s var(--tn-cube-1);
}
.tn-footer-1-client .single-client:hover {
  transform: scale(90%);
}
.tn-footer-1-contact .tn-phone-1 {
  gap: 15px;
}
.tn-footer-1-contact .tn-phone-1:not(:last-child) {
  margin-bottom: 30px;
}
.tn-footer-1-contact .tn-phone-1 .icon {
  width: 50px;
  height: 50px;
  background: var(--tn-clr-gd-1);
  font-size: 18px;
}
.tn-footer-1-contact .tn-phone-1 .title {
  color: #fff;
}
.tn-footer-1-contact .tn-phone-1 .disc {
  color: #fff;
  opacity: 80%;
}
.tn-footer-1-contact .tn-phone-1:hover .disc {
  color: var(--tn-clr-pr-1);
}
.tn-footer-1-widget {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
  border-bottom: 1px solid #2d2d2e;
  padding-bottom: 35px;
}
.tn-footer-1-widget-single .widget-title {
  color: #fff;
  font-size: 21px;
  text-transform: capitalize;
  margin-bottom: 17px;
}
.tn-footer-1-menu li:not(:last-child) {
  margin-bottom: 7px;
}
.tn-footer-1-menu span {
  line-height: 1;
  display: inline-block;
}
.tn-footer-1-menu a {
  color: #9a9a9a;
  font-size: 17px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  overflow: hidden;
  transition: 0.3s var(--tn-cube-1);
}
.tn-footer-1-menu a:hover {
  color: var(--tn-clr-pr-1);
}
.tn-footer-1-company-info {
  max-width: 420px;
}
.tn-footer-1-company-info .title {
  color: #fff;
  font-size: 21px;
  text-transform: capitalize;
  margin-bottom: 17px;
}
.tn-footer-1-company-info .info-elm {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tn-footer-1-company-info .icon {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tn-clr-gd-1);
  border-radius: 50%;
  font-size: 20px;
  color: #000;
}
.tn-footer-1-company-info .disc {
  font-size: 17px;
  color: #9a9a9a;
}
.tn-footer-1-copyright {
  background-color: #070708;
  color: #9a9a9a;
  text-align: center;
  font-size: 17px;
  padding: 20px 10px;
}

/* 
    footer-1-end
*/
/* 
    footer-2-start
*/
.tn-footer-2-area {
  background-color: #030A1B;
  margin-top: -200vh;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-footer-2-area {
    margin-top: 0vh;
  }
}
.tn-footer-2-widget {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-footer-2-widget {
    gap: 50px;
  }
}
.tn-footer-2-widget .widget-title {
  color: #FFE900;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 16px;
  margin-bottom: 30px;
}
.tn-footer-2-menu li:not(:last-child) {
  margin-bottom: 10px;
}
.tn-footer-2-menu a {
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
  font-size: 18px;
  padding-left: 14px;
  position: relative;
  z-index: 1;
  transition: 0.4s var(--tn-cube-1);
}
.tn-footer-2-menu a::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
  transition: 0.4s var(--tn-cube-1);
}
.tn-footer-2-menu a:hover {
  transform: translateX(3px);
  color: var(--tn-clr-pr-2);
}
.tn-footer-2-menu a:hover::after {
  width: 12px;
  border-radius: 2px;
  transform: translateX(-3px);
  background: var(--tn-clr-pr-2);
}
.tn-footer-2-contact {
  max-width: 235px;
}
.tn-footer-2-contact li, .tn-footer-2-contact a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  display: flex;
  align-items: baseline;
  gap: 14px;
  transition: 0.3s var(--tn-cube-1);
}
.tn-footer-2-contact li:not(:last-child) {
  margin-bottom: 12px;
}
.tn-footer-2-contact li i {
  color: var(--tn-clr-pr-2);
}
.tn-footer-2-contact a:hover {
  color: var(--tn-clr-pr-2);
}
.tn-footer-2-bottom {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tn-footer-2-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.tn-footer-2-bottom-back-to-top {
  display: flex;
  align-items: center;
  width: 100%;
}
.tn-footer-2-bottom-back-to-top .hr-line {
  background: #fff;
  height: 1px;
  width: 100%;
  opacity: 32%;
}
.tn-footer-2-bottom .tn-social-1 {
  flex: 0 0 auto;
}
.tn-footer-2-bottom .tn-social-1-single {
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.6);
}
.tn-footer-2-bottom .tn-social-1-single:hover {
  background: var(--tn-clr-sd-1);
  color: #fff;
  border-color: transparent;
}
.tn-footer-2-copyright {
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
  flex: 0 0 auto;
}
.tn-footer-2-copyright a {
  color: #fff;
}
.tn-footer-2-big-title {
  font-weight: 700;
  text-align: center;
  font-size: 325px;
  line-height: 1;
  margin-bottom: -90px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .tn-footer-2-big-title {
    font-size: 300px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tn-footer-2-big-title {
    font-size: 270px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-footer-2-big-title {
    font-size: 230px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-footer-2-big-title {
    font-size: 200px;
    margin-bottom: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-footer-2-big-title {
    font-size: 170px;
    margin-bottom: -30px;
  }
}
@media (max-width: 767px) {
  .tn-footer-2-big-title {
    font-size: 80px;
    margin-bottom: -10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-footer-2-big-title {
    font-size: 120px;
    margin-bottom: -20px;
  }
}
.tn-footer-2-big-title div div {
  background: linear-gradient(90deg, #1c2439 0%, rgba(97, 111, 145, 0) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 
    footer-2-end
*/
/* 
    footer-3-start
*/
.tn-footer-2-area:is(.has-footer-3) {
  background-color: #8255F4;
  margin-top: 0;
}
.tn-footer-2-area:is(.has-footer-3) .tn-footer-2-bottom .tn-social-1-single:hover {
  background: var(--tn-clr-pr-2);
}
.tn-footer-2-area:is(.has-footer-3) .tn-back-to-top-1 {
  border: 1px solid #fff;
  background: transparent;
}
.tn-footer-2-area:is(.has-footer-3) .tn-footer-2-big-title div div {
  background: linear-gradient(90deg, rgba(98, 62, 189, 0.6196078431) 0%, rgba(97, 111, 145, 0) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 
    footer-3-end
*/
/* 
    footer-4-start
*/
.tn-footer-2-area:is(.has-footer-4) {
  margin-top: 0;
}
.tn-footer-2-area:is(.has-footer-4) .tn-footer-2-widget .widget-title {
  color: #fff;
}
.tn-footer-2-area:is(.has-footer-4) .tn-back-to-top-1 {
  color: #62CEF4;
}

/* 
    footer-4-end
*/
/* 
    footer-inner-page-start
*/
.tn-footer-2-area:is(.has-inner-page) {
  margin-top: 0;
}

/* 
    footer-inner-page-end
*/
/* 
    pages
*/
/* 
    home-css-start
*/
.tn-home-2 {
  background-color: #F6F9FB;
}

.tn-home-2-unpin {
  background-color: #F6F9FB;
  position: relative;
  z-index: 1;
}

.tn-home-3 {
  background-color: #F4F6FF;
}

/* 
    home-css-end
*/
/*
    41. breadcrumb
*/
/* 
    breadcrumb-start
*/
.tn-breadcrumb-container {
  margin-top: 16px;
  max-width: 1870px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.tn-breadcrumb-area {
  padding-top: 180px;
  border-radius: 12px;
  background-color: var(--tn-clr-sd-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-breadcrumb-area {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .tn-breadcrumb-area {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-breadcrumb-area {
    padding-top: 100px;
  }
}
.tn-breadcrumb-wrap {
  display: flex;
  flex-direction: column;
  gap: 170px;
  position: relative;
  z-index: 1;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-breadcrumb-wrap {
    gap: 150px;
  }
}
@media (max-width: 767px) {
  .tn-breadcrumb-wrap {
    gap: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-breadcrumb-wrap {
    gap: 120px;
  }
}
.tn-breadcrumb-title {
  font-family: var(--tn-font-1);
  font-size: 64px;
  line-height: 1.066;
  letter-spacing: -0.02em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tn-breadcrumb-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-breadcrumb-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-breadcrumb-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-breadcrumb-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tn-breadcrumb-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-breadcrumb-title {
    font-size: 40px;
  }
}
.tn-breadcrumb-list ul {
  background: #fff;
  display: inline-block;
  border-radius: 8px 8px 0 0;
  padding: 17px 40px;
  margin: 0;
}
.tn-breadcrumb-list li, .tn-breadcrumb-list span {
  font-weight: 700;
  font-size: 18px;
  font-family: var(--tn-font-2);
  line-height: 28px;
  color: var(--tn-clr-clr-1);
  text-decoration: none;
  display: inline-block;
}
.tn-breadcrumb-list a {
  padding-right: 30px;
  position: relative;
  transition: 300ms;
  margin-right: 5px;
}
.tn-breadcrumb-list a:hover {
  color: var(--tn-clr-pr-2);
}
.tn-breadcrumb-list a::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 13px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.tn-breadcrumb-list span {
  opacity: 60%;
}
.tn-breadcrumb-list-shape {
  position: absolute;
  bottom: 220%;
  right: 113%;
  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) {
  .tn-breadcrumb-list-shape {
    display: none;
  }
}
.tn-breadcrumb-back-page-btn {
  font-family: var(--bs-font-1);
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.02em;
  font-size: 18px;
  color: var(--bs-clr-black-1);
  transition: 0.4s var(--bs-cube-2);
}
.tn-breadcrumb-back-page-btn i {
  color: var(--bs-clr-pr-1);
}
.tn-breadcrumb-back-page-btn:hover {
  color: var(--bs-clr-pr-1);
  transform: translateX(-3px);
}
.tn-breadcrumb-img {
  margin-right: -90px;
  position: relative;
  z-index: 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) {
  .tn-breadcrumb-img {
    margin-right: 0px;
  }
}
.tn-breadcrumb-img::before {
  content: "";
  width: 100%;
  height: 165px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 212, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.breadcrumb-area:is(.has-2) {
  padding-top: 0;
}
.breadcrumb-area:is(.has-2) .breadcrumb-wrap {
  gap: 64px;
  padding-top: 85px;
  padding-bottom: 75px;
}
.breadcrumb-area:is(.has-2) .breadcrumb-title {
  color: var(--bs-clr-black-1);
}
.breadcrumb-area:is(.has-2) .breadcrumb-bg-shape {
  width: 35%;
  text-align: right;
  position: absolute;
  right: -20px;
  top: 28%;
}

/* 
    breadcrumb-end
*/
/* 
    breadcrumb-career-page-start
*/
.breadcrumb-area:is(.has-career-page) {
  padding-top: 192px;
}
.breadcrumb-area:is(.has-career-page) .breadcrumb-wrap {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 66px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .breadcrumb-area:is(.has-career-page) .breadcrumb-wrap {
    grid-template-columns: 1fr;
  }
}
.breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .left {
  padding-top: 30px;
}
.breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .disc {
  color: var(--bs-clr-white-1);
  opacity: 80%;
  max-width: 485px;
  margin-bottom: 32px;
}
.breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .big-img {
  height: 760px;
  border-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .big-img {
    height: 660px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .big-img {
    height: 560px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .big-img {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .big-img {
    height: 500px;
  }
}
.breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .sm-img {
  max-width: 544px;
  height: 365px;
  border-radius: 16px;
  margin-left: auto;
  margin-top: 35px;
}
.breadcrumb-area:is(.has-career-page) .breadcrumb-title {
  font-size: 70px;
  max-width: 570px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area:is(.has-career-page) .breadcrumb-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area:is(.has-career-page) .breadcrumb-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-area:is(.has-career-page) .breadcrumb-title {
    font-size: 50px;
  }
}
.breadcrumb-area:is(.has-career-page) .breadcrumb-bg-img {
  height: calc(100% - 310px);
}

/* 
    breadcrumb-career-page-end
*/
/* 
    breadcrumb-blog-details-start
*/
.breadcrumb-area:is(.has-blog-details) {
  padding-top: 180px;
}
.breadcrumb-area:is(.has-blog-details) .breadcrumb-wrap {
  gap: 60px;
}
.breadcrumb-area:is(.has-blog-details) .breadcrumb-back-page-btn {
  color: var(--bs-clr-white-1);
}
.breadcrumb-area:is(.has-blog-details) .breadcrumb-back-page-btn:hover {
  color: var(--bs-clr-pr-1);
}
.breadcrumb-area:is(.has-blog-details) .breadcrumb-title {
  text-align: center;
}

/* 
    breadcrumb-blog-details-end
*/
/* 
    404-start
*/
.tn-404-wrap {
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .tn-404-wrap {
    flex-wrap: wrap;
  }
}
.tn-404-content {
  max-width: 430px;
}
.tn-404-content .title {
  font-size: 64px;
  font-weight: 800;
  color: var(--tn-clr-sd-1);
}
.tn-404-content .title span {
  display: block;
  font-weight: 400;
  color: #717A8F;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tn-404-content .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-404-content .title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-404-content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-404-content .title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .tn-404-content .title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-404-content .title {
    font-size: 40px;
  }
}
.tn-404-content .disc {
  font-size: 20px;
  color: #413F3F;
  margin-top: 30px;
}
.tn-404-content .tn-pr-btn-3 {
  margin-top: 31px;
}

/* 
    404-end
*/

/* 
    blog-page-start
*/
.fx-blog-page-item {
  border: 1px solid #EEEEEE;
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-page-item {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .fx-blog-page-item {
    grid-template-columns: 1fr;
  }
}
.fx-blog-page-item .fx-blog-1-item-single {
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.fx-blog-page-item:is(.has-two-col) {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  border: none;
}
@media (max-width: 767px) {
  .fx-blog-page-item:is(.has-two-col) {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-page-item:is(.has-two-col) {
    grid-template-columns: 1fr 1fr;
  }
}
.fx-blog-page-item:is(.has-two-col) .fx-blog-1-item-single {
  padding: 0;
  border: none;
}
.fx-blog-page-sidebar {
  background: #F3F3F3;
  border-radius: 8px;
  margin-left: 2px;
}
.fx-blog-page-sidebar-widget ul {
    list-style: none;
    padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fx-blog-page-sidebar {
    margin-left: 0px;
    margin-top: 50px;
  }
}
.fx-blog-page-sidebar-widget {
  padding: 32px 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fx-blog-page-sidebar-widget {
    padding: 32px 20px;
  }
}
@media (max-width: 767px) {
  .fx-blog-page-sidebar-widget {
    padding: 32px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-page-sidebar-widget {
    padding: 32px 32px;
  }
}
.fx-blog-page-sidebar-widget:not(:last-child) {
  border-bottom: 1px solid #DFE1E5;
}
.fx-blog-page-sidebar-widget .widget-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.fx-blog-page-sidebar:is(.has-left-sidebar) {
  margin-left: 0px;
  margin-right: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .fx-blog-page-sidebar:is(.has-left-sidebar) {
    margin-right: 0px;
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.fx-sidebar-search {
  position: relative;
  z-index: 1;
}
.fx-sidebar-search-input {
  border: none;
  outline: none;
  margin: 0;
  background: #fff;
  height: 54px;
  width: 100%;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(65, 65, 65, 0.3);
}
.fx-sidebar-search-btn {
  width: 54px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--tn-clr-sd-1);
  border-radius: 0 5px 5px 0;
  color: #fff;
  transition: all 0.3s ease;
}
.fx-sidebar-search-btn:hover {
  background: #000;
}
.fx-sidebar-gategories a, .widget_categories a{
  font-family: var(--fx-font-pr-1);
  text-transform: capitalize;
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.72);
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  padding-left: 24px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #DFE1E5;
  transition: all 0.4s var(--cube-1);
}
.fx-sidebar-gategories a::after, .widget_categories a:after {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #CACACA;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 23px;
  transition: all 0.4s var(--cube-1);
}
.fx-sidebar-gategories a:hover, .widget_categories a:hover {
  color: var(--tn-clr-sd-1);
}
.fx-sidebar-gategories a:hover::after, .widget_categories a:hover::after {
  border-color: transparent;
  background: var(--tn-clr-sd-1);
}
.fx-sidebar-blog .fx-blog-1-item-single {
  background: transparent;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 16px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fx-sidebar-blog .fx-blog-1-item-single {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .fx-sidebar-blog .fx-blog-1-item-single {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-sidebar-blog .fx-blog-1-item-single {
    grid-template-columns: 1fr 1.7fr;
  }
}
.fx-sidebar-blog .fx-blog-1-item-single:not(:last-child) {
  margin-bottom: 20px;
}
.fx-sidebar-blog .fx-blog-1-item-single .item-img {
  border-radius: 4px;
  height: 122px;
  margin-bottom: 0;
}
.fx-sidebar-blog .fx-blog-1-item-single .item-subtitle {
  font-size: 12px;
  border: 1px solid var(--tn-clr-sd-1);
  border-radius: 6px;
  margin-bottom: 14px;
  padding: 0 10px;
}
.fx-sidebar-blog .fx-blog-1-item-single .item-title {
  font-size: 18px;
}
.fx-sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fx-sidebar-tags a, .tagcloud a {
  font-size: 16px !important;
  line-height: 20px;
  font-family: var(--fx-font-pr-1);
  color: rgba(0, 0, 0, 0.6);
  background: #fff;
  display: inline-block;
  padding: 7px 16px;
  border-radius: 2px;
  transition: all 0.4s var(--cube-1);
  margin-bottom: 5px;
}
.fx-sidebar-tags a:hover, .tagcloud a:hover{
  color: #000;
  background: var(--tn-clr-sd-1);
}

.fx-blog-item-item-big {
  border-radius: 12px;
  padding: 32px 32px;
  border: 1px solid #DFE1E5;
}
@media (max-width: 767px) {
  .fx-blog-item-item-big {
    padding: 25px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-item-item-big {
    padding: 32px 32px;
  }
}
.fx-blog-item-item-big:not(:last-child) {
  margin-bottom: 32px;
}
.fx-blog-item-item-big .item-img {
  height: 380px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fx-blog-item-item-big .item-img {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-item-item-big .item-img {
    height: 350px;
  }
}
.fx-blog-item-item-big .item-img img {
  transform-origin: left;
  transition: 0.5s;
  width: 100%;
}
.fx-blog-item-item-big .item-img .swiper-container {
  width: 100%;
  height: 100%;
}
.fx-blog-item-item-big .item-img .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.fx-blog-item-item-big .item-img .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.fx-blog-item-item-big .item-img .blog-img-navi-btn {
  transform: translateY(-50%);
  z-index: 1;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #fff;
  transition: 0.3s;
}
.fx-blog-item-item-big .item-img .blog-img-navi-btn:hover {
  background: var(--tn-clr-sd-1);
  border-color: transparent;
}
.fx-blog-item-item-big .item-img .blog_img_next {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.fx-blog-item-item-big .item-img .blog_img_prev {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.fx-blog-item-item-big .item-img .item-img-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.fx-blog-item-item-big .item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 50px;
  padding: 28px 0;
}
.fx-blog-item-item-big .item-meta .meta-item {
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  align-items: center;
  gap: 8px;
  opacity: 72%;
}
@media (max-width: 767px) {
  .fx-blog-item-item-big .item-meta .meta-item {
    font-size: 16px;
  }
}
.fx-blog-item-item-big .item-title {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 17px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fx-blog-item-item-big .item-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-item-item-big .item-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .fx-blog-item-item-big .item-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-item-item-big .item-title {
    font-size: 22px;
  }
}
.fx-blog-item-item-big .item-title:hover {
  color: var(--tn-clr-sd-1);
  transform: translateX(3px);
}
.fx-blog-item-item-big .item-disc {
  margin-bottom: 24px;
}
.fx-blog-item-item-big .item-btn {
  display: inline-flex;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  align-items: center;
  gap: 11px;
  transition: 0.3s;
}
.fx-blog-item-item-big .item-btn i {
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--tn-clr-sd-1);
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
}
.fx-blog-item-item-big .item-btn:hover {
  color: var(--tn-clr-sd-1);
}
.fx-blog-item-item-big .item-btn:hover i {
  transform: translateX(5px);
}

.fx-blog-plybtn {
  display: flex;
  width: 84px;
  height: 84px;
  background: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--tn-clr-sd-1);
  position: relative;
  transition: 0.4s;
}
.fx-blog-plybtn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  opacity: 20%;
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  animation: fd-blog-plybtn 5s linear infinite;
  animation-delay: 3s;
}
.fx-blog-plybtn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  opacity: 10%;
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  animation: fd-blog-plybtn 5s linear infinite;
}
.fx-blog-plybtn:hover {
  color: var(--tn-clr-sd-1);
}

@keyframes fd-blog-plybtn {
  from {
    transform: translate(-50%, -50%) scale(1);
    opacity: 50%;
  }
  to {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
/* 
    blog-page-end
*/
/* 
    blog-details-start
*/
.fx-blog-details-meta {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 4px;
  padding: 15px 24px;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 27px;
}
.fx-blog-details-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 300;
  font-size: 20px;
}
.fx-blog-details-meta .meta-item svg * {
  fill: #fff;
}
.fx-blog-details-content {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.fx-blog-details-content h1, .fx-blog-details-content h2, .fx-blog-details-content h3, .fx-blog-details-content h4, .fx-blog-details-content h5, .fx-blog-details-content h6, .fx-blog-details-content p, .fx-blog-details-content li, .fx-blog-details-content blockquote, .fx-blog-details-content cite, .fx-blog-details-content b {
  font-family: var(--fx-font-pr-1);
  color: #000;
}
.fx-blog-details-content h1, .fx-blog-details-content h2, .fx-blog-details-content h3, .fx-blog-details-content h4, .fx-blog-details-content h5, .fx-blog-details-content h6 {
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-top: 22px;
}
.fx-blog-details-content p {
  font-size: 18px;
  line-height: 28px;
  opacity: 72%;
  margin-bottom: 26px;
}
.fx-blog-details-content h1 {
  font-size: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .fx-blog-details-content h1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-content h1 {
    font-size: 30px;
  }
}
.fx-blog-details-content h2 {
  font-size: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fx-blog-details-content h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .fx-blog-details-content h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-content h2 {
    font-size: 26px;
  }
}
.fx-blog-details-content h3 {
  font-size: 32px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .fx-blog-details-content h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-content h3 {
    font-size: 28px;
  }
}
.fx-blog-details-content h4 {
  font-size: 27px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content h4 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .fx-blog-details-content h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-content h4 {
    font-size: 23px;
  }
}
.fx-blog-details-content h5 {
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content h5 {
    font-size: 20px;
  }
}
.fx-blog-details-content h6 {
  font-size: 18px;
  font-weight: 500;
}
.fx-blog-details-content blockquote {
  background: #F6F6F6;
  border-radius: 12px;
  padding: 35px 40px;
  color: #000;
  font-weight: 400;
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 60px;
  overflow: hidden;
  border-left: 4px solid var(--tn-clr-sd-1);
}
.fx-blog-details-content blockquote span {
  color: var(--tn-clr-sd-1);
}
.fx-blog-details-content blockquote::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url("../img/qoute.png") no-repeat;
  left: 31px;
  top: 26px;
  position: absolute;
  z-index: -1;
}
.fx-blog-details-content cite {
  display: block;
  font-weight: 700;
  color: #261723;
  font-style: normal;
  padding-left: 72px;
  margin-top: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 18px;
}
@media (max-width: 767px) {
  .fx-blog-details-content cite {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-content cite {
    font-size: 18px;
  }
}
.fx-blog-details-content cite::after {
  content: "";
  width: 62px;
  height: 2px;
  border-radius: 20px;
  background: var(--tn-clr-sd-1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.fx-blog-details-content-img {
  height: 480px;
  margin-left: -140px;
  margin-right: -140px;
  margin-bottom: 35px;
  border-radius: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fx-blog-details-content-img {
    height: 400px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content-img {
    height: 350px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .fx-blog-details-content-img {
    height: 300px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.fx-blog-details-content ul {
  margin-bottom: 60px;
}
.fx-blog-details-content ul li {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  opacity: 72%;
  padding-left: 28px;
}
.fx-blog-details-content ul li:not(:last-child) {
  margin-bottom: 18px;
}
.fx-blog-details-content ul li::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/blog-check.svg") no-repeat;
  left: 0;
  top: 6px;
  position: absolute;
}
.fx-blog-details-content b {
  font-size: 18px;
  line-height: 30px;
  color: #444444;
  margin-bottom: 20px;
  display: block;
}
.fx-blog-details-tag-share {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #DFE1E5;
  border-top: 1px solid #DFE1E5;
  padding: 34px 0;
  margin-top: 60px;
  margin-bottom: 64px;
}
.fx-blog-details-comment-item {
  background: #F9F9F9;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .fx-blog-details-comment-item {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-comment-item {
    flex-wrap: nowrap;
  }
}
.fx-blog-details-comment-item .img-wrap {
  flex: 0 0 auto;
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
}
.fx-blog-details-comment-item .name {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  display: block;
}
.fx-blog-details-comment-item .comment-text {
  margin-bottom: 0;
}
.fx-blog-details-comment-form {
  border: 2px solid #DFE1E5;
  border-radius: 15px;
  padding: 40px 40px;
}
.fx-blog-details-comment-form .title {
  color: #000;
  font-size: 32px;
  line-height: 1.12;
  margin-bottom: 31px;
  padding: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fx-blog-details-comment-form .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .fx-blog-details-comment-form .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-comment-form .title {
    font-size: 26px;
  }
}

.fx-blog-share, .fx-blog-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.fx-blog-share .title, .fx-blog-tag .title {
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.fx-blog-tag  a, .fx-blog-tag .tag {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.72);
  background: #F9F9F9;
  line-height: 20px;
  border-radius: 5px;
  padding: 10px 19px;
  transition: all 0.3s ease;
}
.fx-blog-tag a:hover, .fx-blog-tag .tag:hover {
  background: var(--tn-clr-sd-1);
  color: rgb(0, 0, 0);
}
.fx-blog-share .link, .fx-blog-tag .link {
  transition: all 0.3s ease;
}
.fx-blog-share .link:hover, .fx-blog-tag .link:hover {
  transform: scale(90%);
}
.fx-blog-share .copylink, .fx-blog-tag .copylink {
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  background: #DFE1E5;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.fx-blog-share .copylink:hover, .fx-blog-tag .copylink:hover {
  background: var(--tn-clr-sd-1);
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.fx-pagination {
  display: inline-flex;
  gap: 9px;
  flex-wrap: wrap;
}
.fx-pagination-item, .fx-pagination-item .current{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 2px solid #F6F6F6;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  transition: all 0.3s var(--cube-1);
}
.fx-pagination-item:hover, .fx-pagination-item .current{
  background: var(--tn-clr-sd-1);
  color: #fff;
  border-color: var(--tn-clr-sd-1);
}
.fx-pagination-item:is(.has-btn):hover {
  border-color: var(--tn-clr-sd-1);
  background: transparent;
  color: var(--tn-clr-sd-1);
}

/* 
    form-1-start
*/
.fx-form-1-box:not(:last-child) {
  margin-bottom: 28px;
}
.fx-form-1-box:focus-within .fx-form-1-label {
  color: var(--fx-clr-pr-1);
  opacity: 1;
}
.fx-form-1-label {
  font-family: var(--fx-font-pr-1);
  text-transform: capitalize;
  font-weight: 400;
  opacity: 56%;
  color: #000;
  font-size: 14px;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s var(--cube-1);
}
.fx-form-1-input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  margin: 0;
  padding: 0px 0px;
  border-bottom: 1px solid #D9D9D9;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  transition: all 0.3s var(--cube-1);
}
.fx-form-1-input::placeholder {
  opacity: 80%;
  font-weight: 400;
}
.fx-form-1-input:is(textarea) {
  height: 100px;
}
.fx-form-1-input:hover {
  border-color: #000;
}
.fx-form-1 input::-webkit-outer-spin-button,
.fx-form-1 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.fx-cta-1-form:is(.fx-cta-4) .fx-cta-1-form-input:focus {
  border-color: var(--fx-clr-sd-3);
}
.fx-cta-1-form:is(.fx-cta-4) .fx-cta-1-form-btn:hover {
  color: var(--fx-clr-sd-3);
}

.fx-cta-1-form:is(.fx-cta-5-form) .fx-cta-1-form-input:focus {
  border-color: var(--tn-clr-sd-1);
}
.fx-cta-1-form:is(.fx-cta-5-form) .fx-cta-1-form-btn:hover {
  color: var(--tn-clr-sd-1);
}

.fx-form-1:is(.has-home-6) .fx-form-1-box:focus-within .fx-form-1-label {
  color: var(--tn-clr-sd-1);
  opacity: 1;
}
p.comment-form-cookies-consent {
    display: none;
}

p.form-submit {
    display: none;
}
/* 
    form-1-end
*/
/* 
    blog-details-end
*/
/*# sourceMappingURL=main.css.map */
