/*------------------------------------------------------------------------------

    Project:    Table N Beyond 
    Author:     Dileep Dilraj  
    Website:    https://www.dileepdilraj.com  
    Description: Designed & Developed by Dileep Dilraj  
    Created:    March 2025  
    Version:    1.0  
    File:       main.css
------------------------------------------------------------------------------*/





@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Syne:wght@400..800&display=swap');

.tnboffcanvas-2-left, .tnboffcanvas-2-right, .tnboffcanvas-2-close, .tnboffcanvas-2-close-btn .text, .tnboffcanvas-2-close-btn .text span, .back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tnbpractice-item-btn a span, .tnbhero-5-btn a span {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.tnbportfolio-6-text a span, .tnbhero-4-subtitle img, .tnbpagination ul li a svg, .tnbpagination ul li span svg, .tnbbtn span svg, .tnbbtn-2 span {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* transform */
:root {
  /**
  @font family declaration
  */
  --tnbff-heading: 'Syne', sans-serif;
  --tnbff-heading-2: 'Marcellus', serif;
  --tnbff-heading-3: 'Plus Jakarta Sans', sans-serif;
  --tnbff-heading-4: 'Prata', serif;
  --tnbff-heading-5: 'Poppins', sans-serif;
  --tnbff-menu-f: 'Big Shoulders Display', serif;
  --tnbff-body: 'Syne', sans-serif;
  --tnbff-p: 'Syne', sans-serif;
  --tnbff-others: 'Unbounded', sans-serif;
  --tnbff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tnbcommon-white: #ffffff;
  --tnbcommon-black: #000;
  --tnbcommon-black-1: #19191A;
  --tnbcommon-black-2: #03041C;
  --tnbcommon-gray: #F0F4FD;
  --tnbtheme-primary: #121212;
  --tnbtheme-secondary: #F5F7F5;
  --tnbtheme-5: #E8BF96;
  --tnbheading-primary: #121212;
  --tnbheading-secondary: #F5F7F5;
  --tnbtext-body: #828282;
  --tnbtext-1: #01103D;
  --tnbtext-2: #5D5D63;
  --tnbtext-3: #171717;
  --tnbborder-primary: #FEF3DF;
  --tnbborder-secondary: #F0F2F4;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
 
 
/*---------------------------------
	typography css start
---------------------------------*/
html {
  scrollbar-width: none;
  }

body {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: var(--tnbtext-body);
  font-family: var(--tnbff-body);
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: all color ease-out;
  -o-transition: all color ease-out;
  transition: all color ease-out;
  font-family: var(--tnbff-heading);
  color: var(--tnbheading-primary);
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0px;
  color: var(--tnbtext-body);
  font-family: var(--tnbff-p);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #E0E2E3;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #787878;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #787878;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  color: #787878;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #787878;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: #787878;
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
  text-align: right;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--tnbtheme-primary);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

.blur-load {
  filter: blur(10px); /* Apply blur initially */
  transition: filter 0.5s ease-in-out;
}

/* Remove blur effect when image is loaded */
.lazyloaded {
  filter: blur(0px);
}


textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tnbcommon-black);
  color: var(--tnbcommon-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tnbcommon-black);
  color: var(--tnbcommon-white);
  text-shadow: none;
}

::selection {
  background: var(--tnbcommon-black);
  color: var(--tnbcommon-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tnbcommon-black);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--tnbcommon-black);
  font-size: 14px;
  opacity: 1;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-3 {
  z-index: 3;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

.grid__item-img {
  display: block;
  height: 500px;
  width: 500px;
}

.hide {
  display: none;
}

@media (min-width: 1400px) {
  .container-1800 {
    max-width: 1830px;
  }
}
@media (min-width: 1400px) {
  .container-1760 {
    max-width: 1790px;
  }
}
@media (min-width: 1400px) {
  .container-1720 {
    max-width: 1750px;
  }
}
@media (min-width: 1400px) {
  .container-1520 {
    max-width: 1550px;
  }
}
@media (min-width: 1400px) {
  .container-1430 {
    max-width: 1460px;
  }
}
@media (min-width: 1400px) {
  .container-1380 {
    max-width: 1410px;
  }
}
@media (min-width: 1400px) {
  .container-1480 {
    max-width: 1510px;
  }
}
@media (min-width: 1400px) {
  .container-1660 {
    max-width: 1690px;
  }
}
@media (min-width: 1400px) {
  .container-1610 {
    max-width: 1640px;
  }
}
@media (min-width: 1400px) {
  .container-1170 {
    max-width: 1200px;
  }
}
.demo {
  -webkit-transition: linear color 0.3s;
  -o-transition: linear color 0.3s;
  transition: linear color 0.3s;
  -webkit-transition: color 0.3s linear, transform 0.2s ease;
  -moz-transition: color 0.3s linear, transform 0.2s ease;
  -ms-transition: color 0.3s linear, transform 0.2s ease;
  -o-transition: color 0.3s linear, transform 0.2s ease;
  transition: color 0.3s linear, transform 0.2s ease;
}
[dir=rtl] .demo {
  margin-left: 0;
  margin-right: 15px;
}
div.demo img {
  margin-left: 10px;
}

.position-middle {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}

.video-animation {
  position: relative;
  z-index: 2;
}
.video-animation::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  z-index: -1;
  transform: scale(1);
  border: 1px solid var(--tnbcommon-white);
  animation: video-border 1.5s linear infinite;
  border-radius: 50%;
}

/* gutter for x axis */
.tnbgx-5 {
  --bs-gutter-x: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tnbgx-5 {
    --bs-gutter-x: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tnbgx-5 {
    --bs-gutter-x: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tnbgx-5 {
    --bs-gutter-x: 5px;
  }
}
@media (max-width: 767px) {
  .tnbgx-5 {
    --bs-gutter-x: 5px;
  }
}
.tnbgx-5 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.tnbgx-10 {
  --bs-gutter-x: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tnbgx-10 {
    --bs-gutter-x: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tnbgx-10 {
    --bs-gutter-x: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tnbgx-10 {
    --bs-gutter-x: 5px;
  }
}
@media (max-width: 767px) {
  .tnbgx-10 {
    --bs-gutter-x: 5px;
  }
}
.tnbgx-10 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.tnbgx-15 {
  --bs-gutter-x: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tnbgx-15 {
    --bs-gutter-x: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tnbgx-15 {
    --bs-gutter-x: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tnbgx-15 {
    --bs-gutter-x: 5px;
  }
}
@media (max-width: 767px) {
  .tnbgx-15 {
    --bs-gutter-x: 5px;
  }
}
.tnbgx-15 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.tnbgx-20 {
  --bs-gutter-x: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tnbgx-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tnbgx-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tnbgx-20 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 767px) {
  .tnbgx-20 {
    --bs-gutter-x: 10px;
  }
}
.tnbgx-20 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tnbgx-40 {
  --bs-gutter-x: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tnbgx-40 {
    --bs-gutter-x: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tnbgx-40 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tnbgx-40 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 767px) {
  .tnbgx-40 {
    --bs-gutter-x: 10px;
  }
}
.tnbgx-40 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tnbgx-50 {
  --bs-gutter-x: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tnbgx-50 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tnbgx-50 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tnbgx-50 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tnbgx-50 {
    --bs-gutter-x: 30px;
  }
}
@media (max-width: 767px) {
  .tnbgx-50 {
    --bs-gutter-x: 15px;
  }
}
.tnbgx-50 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tnbgx-80 {
  --bs-gutter-x: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tnbgx-80 {
    --bs-gutter-x: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tnbgx-80 {
    --bs-gutter-x: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tnbgx-80 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tnbgx-80 {
    --bs-gutter-x: 30px;
  }
}
@media (max-width: 767px) {
  .tnbgx-80 {
    --bs-gutter-x: 15px;
  }
}
.tnbgx-80 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.textline {
  position: relative;
}
.textline::after {
  position: absolute;
  bottom: 8px;
  left: 0;
  content: "";
  height: 2px;
  width: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background-color: var(--tnbtheme-primary);
}
.textline:hover::after {
  width: 100%;
}

.tnbmodal-box .modal {
  --bs-modal-width: 546px;
}

.image-anime {
  position: relative;
  overflow: hidden;
}
.image-anime::after {
  position: absolute;
  content: "";
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.image-anime:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.tnbnoice {
  position: relative;
  z-index: 1;
}
.tnbnoice::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/team/team/team-details-bg.png);
}

.ajax-response.error {
  color: red;
}
.ajax-response.success {
  color: green;
}

.white {
  color: var(--tnbcommon-white) !important;
}

 
/*----------------------------------------*/
/* Preloader
-----------------------------------------------------------------*/
body.loaded {
    overflow: hidden !important;
    height: 100% !important;
  }
  
  .loader-wrap {
    position: fixed;
    z-index: 10;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    z-index: 99999999999999;
  }
  
 
.loader-wrap svg {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 110vh;
    fill: #1a1a1a;
}

.loader-wrap-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 20;
}

.loader-wrap-heading img {
    display: block;
    width: 100px;
    height: auto; 
    margin-bottom: 20px; 
}
 
.loader-wrap-heading .load-text {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 12px;
    text-transform: uppercase;
}

.load-text span {
    animation: loading 1s infinite alternate;
}

  
  .load-text span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  
  .load-text span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  
  .load-text span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  
  .load-text span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  
  .load-text span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  
  .load-text span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  
  .load-text span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  
  @-webkit-keyframes loading {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes loading {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }



/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
    position: fixed;
    right: 50px;
    bottom: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
  }
  @media (max-width: 767px) {
    .back-to-top-wrapper {
      right: 20px;
      bottom: 20px;
    }
  }
  .back-to-top-wrapper.back-to-top-btn-show {
    visibility: visible;
    opacity: 1;
    bottom: 50px;
  }
  
  .back-to-top-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    background: #00D055;
    box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
    color: var(--tnbcommon-white);
    -webkit-transition: all all 0.3s;
    -o-transition: all all 0.3s;
    transition: all all 0.3s;
  }
  .back-to-top-btn svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .back-to-top-btn:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }


  /*----------------------------------------*/
/*  Magic cursor
/*----------------------------------------*/
body.tnbmagic-cursor #magic-cursor {
    display: block; 
  }
  
  #magic-cursor {
    position: absolute;
    display: none;
    width: 10px;
    height: 10px;
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
    top: 0;
    left: 0;
  }
  
  #ball {
    position: fixed;
    display: flex;
    align-items: center;
    pointer-events: none;
    background-color: #4B154E;
    border-radius: 50%;
    justify-content: center;
    mix-blend-mode: difference;
    color: transparent;
  }
  
  /* Ball view 
  ============= */
  #ball .ball-view {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    text-align: center;
    transform: scale(0);
  }
  
  /* Ball drag 
  ============= */
  #ball .ball-drag {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    text-align: center;
    transition: all 0.3s;
  }
  
  #ball .ball-drag::before,
  #ball .ball-drag::after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    font-size: 19px;
    color: #FFF;
    height: 10px;
    line-height: 10px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
  
  #ball .ball-drag::before {
    content: "\f104"; /* Font Awesome */
    left: 0;
    transform: translate3d(-30px, 0, 0);
    transition: all 0.25s;
  }
  
  #ball .ball-drag::after {
    content: "\f105"; /* Font Awesome */
    right: 0;
    transform: translate3d(30px, 0, 0);
    transition: all 0.25s;
  }
  
  #ball.with-blur {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  /* Ball close 
  ============== */
  #ball.ball-close-enabled {
    opacity: 1 !important;
  }
  
  #ball .ball-close {
    position: absolute;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    text-align: center;
  }
  
  .tnbmagnetic-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  

/*---------------------------------
1.3 Default Spacing
---------------------------------*/
.pt-280 {
  padding-top: 280px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-325 {
  padding-top: 325px;
}

.pt-285 {
  padding-top: 285px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pb-320 {
  padding-bottom: 320px;
}


/*----------------------------------------*/
/*  Hero Section
/*----------------------------------------*/
.tnbhero-3-ptb {
    padding-top: 240px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tnbhero-3-ptb {
      padding-top: 200px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbhero-3-ptb {
      padding-top: 180px;
      padding-bottom: 100px;
    }
  }
  .tnbhero-3-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;  
  }
  .tnbhero-3-bg img { 
    width: 100%;
  }


/* Default Title Styling */
.tnbhero-3-title {
  font-size: clamp(32px, 5vw, 65px);
  font-weight: 400; /* Normal weight for a premium look */
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -1px;
  color: var(--tnbcommon-white);
  font-family: var(--tnbff-heading-2);
  text-align: center;
  word-wrap: break-word;
}

/* Default Subtitle Styling */
.tnbhero-3-subtitle { 
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 400;
  line-height: 1.2;
  font-family: var(--tnbff-body);
  text-align: center;
  max-width: 1200px;
  margin-bottom: 60px;
  padding: 0 15px;
}

/* Responsive Scaling */
@media (max-width: 1024px) {
  .tnbhero-3-title {
    font-size: clamp(38px, 5.5vw, 80px);
  }
  .tnbhero-3-subtitle {
    font-size: clamp(16px, 2.3vw, 22px);
  }
}

@media (max-width: 768px) {
  .tnbhero-3-title {
      font-size: clamp(80px, 11vw, 160px);
  }
  .tnbhero-3-subtitle {
      font-size: clamp(16px, 2vw, 24px);
      line-height: 1.5;
  }
}

@media (max-width: 576px) {
  .tnbhero-3-title {
      font-size: clamp(60px, 10vw, 140px);
      line-height: 1.2;
  }
  .tnbhero-3-subtitle {
      font-size: clamp(15px, 1.8vw, 22px); 
  }
}

@media (max-width: 375px) {
  .tnbhero-3-title {
      font-size: clamp(48px, 9vw, 100px);
  }
  .tnbhero-3-subtitle {
      font-size: 16px; 
  }
}

/* Consistent Typography on Small Screens */
@media (max-width: 320px) {
  .tnbhero-3-title {
      font-size: clamp(40px, 8vw, 90px);
      font-weight: 400;
  }
  .tnbhero-3-subtitle {
      font-size: 16px;  
  }
}

/* Remove Line Break for Mobile */
@media (max-width: 767px) {
  .tnbhero-3-title br {
      display: none;
  }
}


   
  .tnbhero-3-btn button {
    top: 50%;
    right: 28px;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 32px;
    border-radius: 30px;
    background: transparent; 
    transform: translateY(-50%);
    border: 2px solid #FFF;
    color: var(--tnbheading-secondary);
  }
  
  .tnbhero-3-btn .tnbbtn-2 { 
    background: #00D055; 
    border: transparent;
    margin-left: 10px;
    color: #fff;
  }


/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.tnbheader-1-ptb {
    padding: 35px 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) {
    .tnbheader-1-ptb {
      padding: 18px 0;
    }
  }
  .tnbheader-1-ptb.header-sticky {
    padding: 18px 0;
  }
  .tnbheader-1-ptb.header-sticky .tnbheader-1-logo .white {
    display: block !important;
  }
  .tnbheader-1-ptb.header-sticky .tnbheader-1-logo .black {
    display: none !important;
  }
  .tnbheader-logo {
    flex: 0 0 auto;
}

.tnbheader-logo img {
    width: 60px; /* Adjust size for large screens */
    max-width: 100%;
}

/* Large screens (1200px - 1399px) */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tnbheader-logo img {
        width: 60px; /* Adjust size for large screens */
    }
}

/* Medium screens (768px - 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tnbheader-logo img {
        width: 50px;
    }
}

/* Small screens (576px - 767px) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tnbheader-logo img {
        width: 50px;
    }
}

/* Extra small screens (below 576px) */
@media only screen and (max-width: 575px) {
    .tnbheader-logo img {
        width: 50px;
        margin-left: 20px;
    }
}

  .tnbheader-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
  }
  .tnbheader-main-right {
    line-height: 1;
  }
  .tnbheader-main-right-btn {
    margin-right: 15px;
  }
  .tnbheader-main-right-btn .tnbbtn {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 25px 12px;
    text-transform: uppercase;
    color: var(--tnbtheme-secondary);
    border-color: var(--tnbtheme-secondary);
  }
  .tnbheader-main-right-btn .tnbbtn:hover {
    border-color: transparent;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbheader-black-inner-ptb {
      padding: 22px 0;
    }
  }

  /*----------------------------------------*/
/*  3.3 Header Style 3
/*----------------------------------------*/
.tnbheader-3-cart {
    margin-right: 25px;
  }
  .tnbheader-3-cart button em {
    position: absolute;
    right: -12px;
    top: -1px;
    font-size: 18px;
    font-weight: 400;
    height: 18px;
    width: 18px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    font-style: normal;
    background-color: var(--tnbcommon-white);
    color: var(--tnbcommon-black);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbheader-3-btn {
      margin-right: 20px;
    }
  } 
  .tnbheader-3-btn .tnbbtn {
    font-size: 16px;
    font-weight: 600;
    padding: 9px 29px 9px;
    text-transform: uppercase;
    color: var(--tnbcommon-white);
    border-color: var(--tnbcommon-white);
  }
  .tnbheader-3-btn .tnbbtn:hover {
    color: var(--tnbtheme-primary);
    background-color: var(--tnbheading-secondary);
  }
  
  
  .header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    width: 100%;
    z-index: 999;
    visibility: visible;
    background: rgba(36, 36, 36, 0.85);
    box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .header-sticky {
      padding: 18px 0;
    }
  }
  .header-sticky::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    z-index: -1;
  }



/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/
.tnbbtn {
    position: relative;
    overflow: hidden;
    font-weight: 500;
    font-size: 20px;
    border-radius: 100px;
    display: inline-block;
    padding: 27px 66px 27px;
    letter-spacing: -0.16px;
    text-transform: capitalize;
    z-index: 1;
    background-color: transparent;
    color: var(--tnbheading-primary);
    font-family: var(--tnbff-heading);
    border: 1px solid var(--tnbheading-primary);
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbbtn {
      padding: 20px 50px 20px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbbtn {
      padding: 16px 50px 16px;
    }
  }
  .tnbbtn span svg {
    margin-left: 8px;
  }
  .tnbbtn:hover {
    color: var(--tnbheading-primary);
  }
  .tnbbtn:focus {
    color: var(--tnbheading-primary);
  }
  .tnbbtn.button-style-1::before {
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    z-index: 1;
    border-radius: 50%;
    transition-duration: 800ms;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: var(--tnbtheme-secondary);
    webkit-transition-duration: 800ms;
  }
  .tnbbtn.button-style-1:hover::before {
    top: -40%;
  }
  .tnbbtn.button-style-1:hover .tnbbtn-border-wrap .text-1 {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
  }
  .tnbbtn.button-style-1:hover .tnbbtn-border-wrap .text-2 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
  }
  .tnbbtn.button-style-2::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    content: "";
    background-color: #121212;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .tnbbtn.button-style-2:hover {
    color: var(--tnbheading-secondary);
  }
  .tnbbtn.button-style-2:hover::after {
    top: 0;
    bottom: auto;
    height: 100%;
  }
  .tnbbtn-border-wrap {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block;
  }
  .tnbbtn-border-wrap .text-1 {
    position: relative;
    display: block;
    color: var(--tnbtheme-secondary);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .tnbbtn-border-wrap .text-2 {
    position: absolute;
    top: 30%;
    display: block;
    color: var(--tnbheading-primary);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
  .tnbbtn-border-lg {
    font-size: 17px;
    font-weight: 600;
    padding: 7px 20px 8px;
    border-radius: 100px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--tnbcommon-black-1);
    border: 1px solid rgba(25, 25, 26, 0.2);
  }
  .tnbbtn-border-lg span {
    margin-left: 8px;
  }
  .tnbbtn-border-lg:hover {
    color: var(--tnbcommon-white);
    background-color: var(--tnbcommon-black-1);
  }
  .tnbbtn-2 {
    font-size: 20px;
    font-weight: 500;
    border-radius: 40px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 27px 72px 27px;
    text-transform: capitalize;
    color: var(--tnbcommon-white);
    background-color: var(--tnbheading-primary);
    border: 1px solid var(--tnbborder-secondary);
  }
  @media (max-width: 767px) {
    .tnbbtn-2 {
        margin-top: 10px;
      padding: 20px 50px 20px;
    }
  }
  .tnbbtn-2 span {
    margin-left: 5px;
    display: inline-block;
  }
  .tnbbtn-1:hover {
    color: var(--tnbborder-primary);
    background-color: #ffffff20;
    border-color: var(--tnbborder-primary);
  }

  .tnbbtn-2:hover {
    color: var(--tnbcommon-white);
    background-color: #4C154E;
    border-color: var(--tnbborder-primary);
  }
  .tnbbtn-2:focus {
    color: var(--tnbcommon-white);
  }
  .tnbbtn-animation {
    overflow: hidden;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    animation: scrollText 20s infinite linear;
    border-top: 1px solid rgba(18, 18, 18, 0.1);
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
  }
  .tnbbtn-animation:hover {
    animation-play-state: paused;
  }
  .tnbbtn-animation span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0px;
    overflow: hidden;
    transition: all 0.3s;
    text-transform: uppercase;
    color: var(--tnbheading-primary);
  }
  .tnbbtn-animation span::before {
    content: "";
    top: 50%;
    left: 15px;
    width: 4px;
    height: 4px;
    margin: 0 15px;
    display: inline-block;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: var(--tnbheading-primary);
  }
  .tnbbtn-5 {
    font-size: 16px;
    font-weight: 600;
    padding: 16px 27px;
    letter-spacing: -0.16px;
    text-transform: capitalize;
    color: var(--tnbheading-primary);
    font-family: var(--tnbff-heading);
    background: var(--tnbtheme-5);
  }
  .tnbbtn-5:hover {
    color: var(--tnbheading-primary);
    background-color: var(--tnbheading-secondary);
  }
  .tnbbtn-5:focus {
    color: var(--tnbheading-primary);
  }


  /*----------------------------------------*/
/*  7.5 Counter Css
/*----------------------------------------*/
/* Minimal required CSS for styling */

.tnbcounter-3-ptb {
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  /* Large counter text */
  .tnbcounter-3-item-title {
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: var(--tnbheading-secondary);
    margin-bottom: 5px;
  }
  
  /* Smaller descriptive text */
  .tnbcounter-3-item-title .purecounter {
    /* If you need any additional styling for the animated number */
  }
  
  .tnbcounter-3-item p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: var(--tnbheading-secondary);
    margin: 0;
  }
  


 /*----------------------------------------*/
/*  Responsive Slider CSS
/*----------------------------------------*/
.tnbslider-thumb img {
    width: 100%;
    border-radius: 15px;
}

.tnbslider-wrapper {
    position: relative;
    overflow: hidden;
}

.tnbslider-active .swiper-wrapper {
    display: flex;
    align-items: center;
}

.tnbslider-active .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .tnbslider-thumb img {
        border-radius: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .tnbslider-thumb img {
        border-radius: 8px;
    }
}

/* Swiper Navigation Arrows */
.tnbshowcase-arrow-box {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .tnbshowcase-arrow-box {
        display: none;
    }
}

.tnbshowcase-arrow-box button {
    height: 50px;
    width: 50px;
    font-size: 18px;
    color: var(--tnbcommon-white);
    background: var(--tnbtheme-secondary);
    border: none;
    cursor: pointer;
}

.tnbshowcase-arrow-box button:hover {
    color: var(--tnbtheme-secondary);
    background: var(--tnbcommon-white);
}


  /*----------------------------------------*/
/*  7.7 Portfolio Css
/*----------------------------------------*/
 
  
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbproject-2-ptb {
      padding-top: 0;
      padding-bottom: 100px;
    }
  }
/* General Styling */
.tnbproject-2-heading {
    margin-bottom: 100px;
    text-align: left; /* Align text slightly to the left */
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Move text left */
    position: relative;
    padding-left: 10%; /* Adjust this for fine-tuning */
}

/* "Our" and "Services" Styling */
.tnbproject-2-heading .tnbsection-title {
    font-size: 160px;
    margin-bottom: 0;
    line-height: 1.04;
    color: var(--tnbcommon-white);
    white-space: nowrap;
}

/* Adjustments for Positioning */
.tnbproject-2-heading .pl {
    padding-left: 0; /* No extra left padding */
}

/* Responsive Adjustments */
@media (max-width: 1399px) {
    .tnbproject-2-heading {
        padding-left: 8%;
    }
    .tnbproject-2-heading .tnbsection-title {
        font-size: 130px;
    }
}

@media (max-width: 1199px) {
    .tnbproject-2-heading {
        padding-left: 5%;
    }
    .tnbproject-2-heading .tnbsection-title {
        font-size: 100px;
    }
}

@media (max-width: 991px) {
    .tnbproject-2-heading {
        padding-left: 3%;
    }
    .tnbproject-2-heading .tnbsection-title {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .tnbproject-2-heading {
        padding-left: 2%;
        margin-bottom: 30px;
    }
    .tnbproject-2-heading .tnbsection-title {
        font-size: 60px;
        line-height: 1;
    }
}

@media (max-width: 575px) {
    .tnbproject-2-heading {
        padding-left: 1%;
    }
    .tnbproject-2-heading .tnbsection-title {
        font-size: 50px;
    }
}
.tnbproject-2-wrapper {
  margin-bottom: 100px;
}

  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbproject-2-wrapper {
      padding-bottom: 50px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbproject-2-thumb {
      margin-bottom: 50px;
    }
  }
  .tnbproject-2-thumb img {
    width: 100%;
  }
  .tnbproject-2-content {
    padding-left: 45px;
  }
  @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) {
    .tnbproject-2-content {
      padding-left: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbproject-2-content {
      margin-bottom: 50px;
    }
  }
  .tnbproject-2-content.two {
    padding-left: 0;
  }
  .tnbproject-2-content p {
    font-size: 22px;
    font-weight: 400;
    margin-block: 30px;
    color: rgba(245, 247, 245, 0.7);
  }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbproject-2-content p {
      margin-bottom: 35px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbproject-2-content p br {
      display: none;
    }
  }
  .tnbproject-2-title {
    font-size: 90px;
    font-weight: 600;
    line-height: 1.05; 
    text-transform: capitalize;
    color: var(--tnbheading-secondary);
    background-image: linear-gradient(#f5f7f5, #f5f7f5), linear-gradient(#f5f7f5, #f5f7f5);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: 0.3s linear;
  }
   
  .tnbproject-2-title:hover {
    background-size: 0% 1px, 100% 1px;
  }
  
  
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tnbproject-2-title {
      font-size: 80px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tnbproject-2-title {
      font-size: 65px;
    }
    .tnbproject-2-btn-box span{ 
        margin-top: 10px;
      }
  }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbproject-2-title {
      font-size: 50px;
    }
  }
  
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbproject-2-btn-box {
      flex-wrap: wrap; 
    }
    .tnbproject-2-btn-box span{ 
        margin-top: 10px;
      }
  }
  .tnbproject-2-btn-box span, .tnbproject-2-btn-box a {
    font-size: 17px;
    font-weight: 500;
    padding: 5px 28px;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
    color: var(--tnbheading-secondary);
    border: 1px solid rgba(245, 247, 245, 0.2);
  }
  .tnbproject-2-btn-box span:not(:last-of-type), .tnbproject-2-btn-box a:not(:last-of-type) {
    margin-right: 10px;
  }
  .tnbproject-2-btn-box span:hover, .tnbproject-2-btn-box a:hover {
    color: var(--tnbheading-primary);
    background-color: var(--tnbheading-secondary);
  }
  .tnbproject-2-btn .tnbbtn {
    color: var(--tnbheading-primary);
    background-color: var(--tnbheading-secondary);
  }
  .tnbproject-2-btn .tnbbtn:hover {
    border-color: transparent;
  }
   


 

  /*----------------------------------------*/
/*  8.3 Awerd Css
/*----------------------------------------*/
.tnbawerd-wrap {
    border-radius: 20px 20px 0 0;
    bottom: 0;
    right: 100px;
    width: 540px;
    position: absolute;
    background-color: var(--tnbcommon-white);
  }
  @media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tnbawerd-wrap {
      right: 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) {
    .tnbawerd-wrap {
      right: 50px;
    }
  }
  @media (max-width: 767px) {
    .tnbawerd-wrap {
      right: 10px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbawerd-wrap {
      right: 0;
      width: 100%;
    }
  }
  .tnbawerd-thumb {
    height: 800px;
    overflow: hidden;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbawerd-thumb {
      height: 700px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbawerd-thumb {
      height: 600px;
    }
  }
  .tnbawerd-thumb img {
    height: 100%;
    object-fit: cover;
  }
  .tnbawerd-item {
    display: flex;
    padding: 54px 50px;
    align-items: center;
  }
  @media (max-width: 767px) {
    .tnbawerd-item {
      padding: 40px 40px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbawerd-item {
      padding: 30px;
    }
  }
  .tnbawerd-item-icon {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 2px solid var(--tnbheading-primary);
  }
  .tnbawerd-item-icon img{
    width: 80px;
  }
  
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbawerd-item-icon {
      margin-right: 20px;
      padding-right: 20px;
    }
  }
  .tnbawerd-item-content p {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.15; 
    color: var(--tnbheading-primary);
    font-family: var(--tnbff-heading-3);
  }
  @media (max-width: 767px) {
    .tnbawerd-item-content p {
      font-size: 24px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbawerd-item-content p {
      font-size: 20px;
    }
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbawerd-4-ptb {
      padding-top: 120px;
      padding-bottom: 100px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbawerd-4-ptb {
      padding-top: 100px;
      padding-bottom: 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) {
    .tnbawerd-4-heading {
      padding-bottom: 50px;
    }
  }
  @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) {
    .tnbawerd-4-heading .tnbsection-4-title {
      font-size: 72px;
    }
  }
  @media (max-width: 767px) {
    .tnbawerd-4-heading .tnbsection-4-title {
      font-size: 45px;
    }
  }
  .tnbawerd-4-item {
    padding: 40px 30px;
    justify-content: space-between;
    border: 1px solid rgba(234, 234, 235, 0.2);
  }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbawerd-4-item {
      flex-wrap: wrap;
    }
  }
  .tnbawerd-4-item-sub {
    font-size: 22px;
    font-weight: 400;
    margin-right: 40px;
    display: inline-block;
    color: rgba(245, 247, 245, 0.7);
    font-family: var(--tnbff-heading-3);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbawerd-4-item-sub {
      margin-right: 20px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbawerd-4-item-sub {
      margin-bottom: 20px;
    }
  }
  .tnbawerd-4-item-content {
    margin-right: 62px;
  }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbawerd-4-item-content {
      margin-bottom: 20px;
    }
  }
  .tnbawerd-4-item-content span {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    color: rgba(245, 247, 245, 0.7);
    font-family: var(--tnbff-heading-3);
  }
  .tnbawerd-4-item-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    color: var(--tnbheading-secondary);
    font-family: var(--tnbff-heading-3);
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .tnbawerd-4-item-title {
      font-size: 22px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbawerd-4-item-title br {
      display: none;
    }
  }
  
  .tnbawerd-5-thumb {
    height: 800px;
    overflow: hidden;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbawerd-5-thumb {
      height: 700px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbawerd-5-thumb {
      height: 600px;
    }
  }
  .tnbawerd-5-thumb img {
    height: 100%;
    object-fit: cover;
  }
  .tnbawerd-5-item {
    position: absolute;
    bottom: -150px;
    right: 150px;
    width: 420px;
    padding: 50px;
    background-color: var(--tnbtheme-5);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbawerd-5-item {
      right: 70px;
      bottom: -130px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbawerd-5-item {
      right: 30px;
      bottom: -50px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbawerd-5-item {
      right: 0;
      bottom: 0;
      width: 100%;
    }
  }
  .tnbawerd-5-item-icon {
    margin-bottom: 30px;
  }
  .tnbawerd-5-item-text {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
  }
  .tnbawerd-5-item-text span {
    font-size: 55px;
    font-weight: 700;
    margin-right: 4px;
    letter-spacing: -1.1px;
    text-transform: uppercase;
    color: var(--tnbheading-primary);
  }
  .tnbawerd-5-item-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.4px;
    color: var(--tnbheading-primary);
  }
  .tnbawerd-5-item-content {
    padding-bottom: 90px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbawerd-5-item-content {
      padding-bottom: 55px;
    }
  }
  .tnbawerd-5-item-content p {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--tnbheading-primary);
    font-family: var(--tnbff-heading-4);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tnbawerd-5-item-content p {
      font-size: 45px;
    }
  }
  @media (max-width: 767px) {
    .tnbawerd-5-item-content p {
      font-size: 40px;
    }
  }
  .tnbawerd-5-item-btn a {
    display: inline-block;
    color: var(--tnbheading-secondary);
    background-color: var(--tnbheading-primary);
  }
  .tnbawerd-5-item-btn a:hover {
    color: var(--tnbheading-primary);
    background-color: var(--tnbcommon-white);
  }
  
 


  /*----------------------------------------*/
/*  7.2 About Css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbabout-ptb {
      padding-bottom: 80px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbabout-heading {
      margin-bottom: 40px;
    }
  }
  .tnbabout-heading .tnbsection-title {
    color: var(--tnbheading-secondary);
    font-size: 80px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbabout-box {
      padding-bottom: 120px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbabout-box {
      padding-bottom: 80px;
    }
  }
  .tnbabout-thumb {
    animation: tpupdown 1s infinite alternate; 
  }
  .tnbabout-text-1 {
    font-size: 22px;
    margin-bottom: 30px;
    color: var(--tnbheading-secondary);
  }
  @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) {
    .tnbabout-text-1 br {
      display: none;
    }
  }
  .tnbabout-text-2 {
    line-height: 26px;
    margin-bottom: 55px;
    color: var(--tnbheading-secondary);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbabout-text-2 {
      margin-bottom: 40px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .tnbabout-text-2 br {
      display: none;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbabout-wrap img {
      height: 600px;
      object-fit: cover;
    }
  }
  .tnbabout-btn .tnbbtn {
    border-color: #EAEAEB;
    color: var(--tnbheading-secondary);
  }
  .tnbabout-btn .button-style-2::after {
    background-color: var(--tnbheading-secondary);
  }
  .tnbabout-btn .button-style-2:hover {
    color: var(--tnbheading-primary);
    border-color: transparent;
  }
  
   
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbabout-2-ptb {
      padding-bottom: 90px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbabout-2-heading {
      padding-top: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbabout-2-heading {
      margin-bottom: 40px;
    }
  }
  .tnbabout-2-heading .tnbsection-title {
    line-height: 1;
    margin-bottom: 30px;
  }
  .tnbabout-2-heading .tnbabout-text-1 {
    margin-bottom: 70px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbabout-2-heading .tnbabout-text-1 {
      margin-bottom: 30px;
    }
  }
  .tnbabout-2-thumb img {
    width: 100%;
  }
  
  @media (max-width: 767px) {
    .tnbabout-3-ptb {
      padding-top: 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) {
    .tnbabout-3-heading {
      margin-bottom: 80px;
    }
  }
  .tnbabout-3-heading .tnbsection-title {
    font-size: 90px;
    font-weight: 400;
    letter-spacing: -1.8px;
    color: var(--tnbheading-secondary);
    font-family: var(--tnbff-heading-2);
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbabout-3-heading .tnbsection-title {
      font-size: 70px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tnbabout-3-heading .tnbsection-title {
      font-size: 60px;
    }
  }
  @media (max-width: 767px) {
    .tnbabout-3-heading .tnbsection-title {
      font-size: 50px;
    }
  }
  @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) {
    .tnbabout-3-heading .tnbsection-title br {
      display: none;
    }
  }
  .tnbabout-3-heading.about-us .tnbsection-title {
    color: #19191A;
  }
  .tnbabout-3-thumb {
    animation: tpupdown 1s infinite alternate;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbabout-3-thumb {
      margin-bottom: 30px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbabout-3-thumb img {
      width: 100%;
    }
  }
  .tnbabout-3-item {
    padding-bottom: 50px;
    margin-bottom: 65px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .tnbabout-3-item span {
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    color: var(--tnbheading-secondary);
    font-family: var(--tnbff-heading-2);
  }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbabout-3-item span {
      font-size: 24px;
    }
  }
  .tnbabout-3-item.about-us-item {
    border-color: rgba(25, 25, 26, 0.2);
  }
  .tnbabout-3-item.about-us-item span {
    color: var(--tnbcommon-black-1);
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tnbabout-5-ptb {
      padding-top: 120px;
      padding-bottom: 120px;
    }
  }
  @media (max-width: 767px) {
    .tnbabout-5-ptb {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
  .tnbabout-5-bg-shape {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .tnbabout-5-year {
    position: absolute;
    top: 150px;
    right: 0px;
    width: 162px;
    z-index: 2;
    padding: 25px 15px;
    background: var(--tnbcommon-white);
    border-bottom: 4px solid #E8BF96;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
    animation: tpleftright 2s infinite alternate;
  }
  .tnbabout-5-year span {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 8px;
    color: var(--tnbheading-primary);
    font-family: var(--tnbff-heading-4);
  }
  .tnbabout-5-year p {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: var(--tnbheading-primary);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbabout-5-thumb {
      margin-bottom: 50px;
    }
  }
  .tnbabout-5-thumb-main {
    position: relative;
    padding-left: 25px;
    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) {
    .tnbabout-5-thumb-main {
      padding-left: 0;
    }
  }
  .tnbabout-5-thumb-main img {
    border-radius: 220px 0 0 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) {
    .tnbabout-5-thumb-main img {
      width: 100%;
    }
  }
  .tnbabout-5-thumb-shape {
    position: absolute;
    top: 25px;
    left: 0px;
    z-index: 0;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbabout-5-thumb-shape {
      display: none;
    }
  }
  .tnbabout-5-call {
    position: absolute;
    bottom: 75px;
    left: -80px;
    z-index: 2;
    width: 250px;
    padding: 30px 35px 27px;
    background-color: var(--tnbtheme-5);
    animation: tpupdown 1.5s infinite alternate;
  }
  @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) {
    .tnbabout-5-call {
      left: 0;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbabout-5-call {
      bottom: 0;
    }
  }
  .tnbabout-5-call p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 18px;
    color: var(--tnbheading-primary);
  }
  .tnbabout-5-call a {
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    color: var(--tnbheading-primary);
    font-family: var(--tnbff-heading-4);
  }
  .tnbabout-5-heading .tnbsection-5-title {
    margin-bottom: 30px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tnbabout-5-heading .tnbsection-5-title {
      font-size: 54px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tnbabout-5-heading .tnbsection-5-title {
      font-size: 50px;
    }
  }
  @media (max-width: 767px) {
    .tnbabout-5-heading .tnbsection-5-title {
      font-size: 45px;
    }
  }
  @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) {
    .tnbabout-5-heading .tnbsection-5-title br {
      display: none;
    }
  }
  .tnbabout-5-heading p {
    line-height: 24px;
    color: #929298;
    margin-bottom: 50px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbabout-5-heading p {
      margin-bottom: 20px;
    }
  }
  .tnbabout-5-counter {
    position: relative;
    padding: 40px 50px;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .tnbabout-5-counter.btm {
    border-bottom: 2px solid #EAEAEF;
  }
  .tnbabout-5-counter.rft {
    border-right: 2px solid #EAEAEF;
  }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbabout-5-counter.rft {
      border: none;
    }
  }
  .tnbabout-5-counter:hover {
    background-color: var(--tnbtheme-5);
  }
  .tnbabout-5-counter-title {
    font-size: 70px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    color: var(--tnbheading-primary);
    font-family: var(--tnbff-heading-4);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbabout-5-counter-title {
      font-size: 50px;
    }
  }
  .tnbabout-5-counter p {
    line-height: 1;
    color: var(--tnbheading-primary);
  }
  
  .tnbabout-us-bg {
    position: absolute;
    top: 100px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
  @media (max-width: 767px) {
    .tnbabout-us-heading-top {
      margin-bottom: 20px;
    }
  }
  .tnbabout-us-heading .tnbbreadcrumb-title tnbtitle-anim {
    margin-bottom: 30px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbabout-us-heading .tnbbreadcrumb-title tnbtitle-anim br {
      display: none;
    }
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tnbabout-us-heading .tnbbreadcrumb-title tnbtitle-anim {
      font-size: 100px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tnbabout-us-heading .tnbbreadcrumb-title tnbtitle-anim {
      font-size: 75px;
    }
  }
  @media (max-width: 767px) {
    .tnbabout-us-heading .tnbbreadcrumb-title tnbtitle-anim {
      letter-spacing: 0;
    }
  }
  .tnbabout-us-heading p {
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 25px;
    letter-spacing: -0.44px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbabout-us-heading p {
      font-size: 18px;
    }
  }
  @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) {
    .tnbabout-us-heading p br {
      display: none;
    }
  }
  .tnbabout-us-thumb img {
    width: 100%;
  }
  .tnbabout-us-btn a {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    letter-spacing: -0.4px;
    color: var(--tnbtheme-primary);
  }
  .tnbabout-us-btn a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: var(--tnbtheme-primary);
  }
  .tnbabout-us-btn a span {
    display: inline-block;
    margin-left: 8px;
  }
  .tnbabout-us-btn a:hover::before {
    opacity: 0;
    visibility: hidden;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbabout-me-ptb {
      padding-top: 170px;
      padding-bottom: 100px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tnbabout-me-ptb {
      padding-top: 160px;
      padding-bottom: 100px;
    }
  }
  .tnbabout-me-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
  .tnbabout-me-heading {
    margin-bottom: 70px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tnbabout-me-heading {
      margin-bottom: 50px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tnbabout-me-heading {
      margin-bottom: 40px;
    }
  }
  .tnbabout-me-title {
    font-size: 160px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    letter-spacing: -6.4px;
    color: var(--tnbtext-3);
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tnbabout-me-title {
      font-size: 140px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbabout-me-title {
      font-size: 130px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tnbabout-me-title {
      font-size: 100px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .tnbabout-me-title {
      font-size: 90px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbabout-me-title {
      font-size: 72px;
    }
  }
  .tnbabout-me-title2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 22px;
    color: var(--tnbtheme-primary);
  }
  .tnbabout-me-subtitle {
    font-size: 22px;
    font-weight: 400;
    display: inline-block;
    color: var(--tnbtheme-primary);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tnbabout-me-thumb {
      margin-bottom: 40px;
    }
  }
  .tnbabout-me-thumb img {
    width: 100%;
    border-radius: 50%;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tnbabout-me-thumb img {
      width: inherit;
    }
  }
  .tnbabout-me-shape-1 {
    padding-bottom: 100px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tnbabout-me-shape-1 {
      display: none;
    }
  }
  .tnbabout-me-shape-2 {
    padding-top: 90px;
    margin-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbabout-me-shape-2 {
      padding-top: 50px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tnbabout-me-shape-2 {
      display: none;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbabout-me-us-heading {
      margin-bottom: 50px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tnbabout-me-us-heading {
      margin-bottom: 40px;
    }
  }
  .tnbabout-me-us-title {
    font-size: 54px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1.08px;
    color: var(--tnbtext-3);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tnbabout-me-us-title {
      font-size: 40px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tnbabout-me-us-title {
      font-size: 35px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbabout-me-us-title br {
      display: none;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tnbabout-me-us-item {
      margin-bottom: 30px;
    }
  }
  .tnbabout-me-us-item span {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: var(--tnbtext-3);
    line-height: 1.2;
    margin-bottom: 2px;
  }
  .tnbabout-me-us-item p {
    color: var(--tnbtext-2);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .tnbabout-me-us-item-title {
    color: var(--tnbtext-3);
    font-size: 22px;
    font-weight: 500;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tnbabout-me-img-ptb {
      padding-bottom: 70px;
    }
  }
  .tnbabout-me-img-thumb {
    overflow: hidden;
  }
  .tnbabout-me-img-thumb:hover img {
    transform: scale(1.1);
  }
  .tnbabout-me-img-thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbabout-me-experience-ptb {
      padding-bottom: 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) {
    .tnbabout-me-experience-heading {
      margin-bottom: 50px;
    }
  }
  .tnbabout-me-experience-title {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -2.4px;
    color: var(--tnbtext-3);
  }
  .tnbabout-me-experience-item {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(23, 23, 23, 0.14);
  }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbabout-me-experience-item {
      flex-wrap: wrap;
      margin-bottom: 40px;
      padding-bottom: 40px;
    }
  }
  .tnbabout-me-experience-left {
    margin-right: 115px;
  }
  @media (max-width: 767px) {
    .tnbabout-me-experience-left {
      margin-right: 60px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbabout-me-experience-left {
      margin-bottom: 20px;
    }
  }
  .tnbabout-me-experience-left span {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 25px;
    color: var(--tnbtext-2);
  }
  .tnbabout-me-experience-left-title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1.6px;
    color: var(--tnbtext-3);
  }
  .tnbabout-me-experience-right-title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1.04px;
    color: var(--tnbtext-3);
  }
  .tnbabout-me-experience-right span {
    font-size: 16px;
    font-weight: 500;
    color: var(--tnbtext-2);
  }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tnbabout-me-experience-right span br {
      display: none;
    }
  }
  .tnbabout-me-text-scrolling {
    font-size: 160px;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    letter-spacing: -9.6px;
    color: var(--tnbtext-3);
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbabout-me-text-scrolling {
      font-size: 130px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbabout-me-text-scrolling {
      font-size: 100px;
    }
  }
  .tnbabout-me-instragram-wrapper {
    margin: 0 -100px;
  }
  @media (max-width: 767px) {
    .tnbabout-me-instragram-wrapper {
      margin: 0;
    }
  }
  .tnbabout-me-instragram-item:hover .tnbabout-me-instragram-thumb::after {
    opacity: 1;
    visibility: visible;
  }
  .tnbabout-me-instragram-item:hover .tnbabout-me-instragram-icon {
    top: 50%;
    opacity: 1;
    visibility: visible;
  }
  .tnbabout-me-instragram-thumb {
    position: relative;
  }
  .tnbabout-me-instragram-thumb img {
    width: 100%;
  }
  .tnbabout-me-instragram-thumb::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: rgba(1, 15, 28, 0.3);
  }
  .tnbabout-me-instragram-icon {
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .tnbabout-me-instragram-icon a {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 62px;
    color: var(--tnbcommon-black);
    font-size: 18px;
    border-radius: 50px;
    background-color: #4C154E;
  }
  .tnbabout-me-instragram-icon a:hover {
    color: var(--tnbcommon-white); 
  }
  
  .tnbabout-me-instragram-icon img {
    width: 20px;
  }



  /*----------------------------------------*/
/*  8.0 Testimonial Css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbtestimonial-ptb {
      padding-top: 120px;
      padding-bottom: 120px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbtestimonial-ptb {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  }
  .tnbtestimonial-item-title {
    font-size: 65px;
    font-weight: 600;
    line-height: 1.31;
    margin-bottom: 55px;
    display: inline-block;
    letter-spacing: -2.6px;
    color: var(--tnbheading-secondary);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbtestimonial-item-title {
      line-height: 1;
      font-size: 50px;
      font-weight: 600;
      margin-bottom: 50px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbtestimonial-item-title {
      font-size: 45px;
    }
  }
  .tnbtestimonial-user-thumb {
    margin-right: 25px;
  }
  .tnbtestimonial-user-thumb img {
    width: 130px;
    border-radius: 50%;
  }
  @media (max-width: 767px) {
    .tnbtestimonial-user-thumb img {
      width: 80px;
    }
  }
  .tnbtestimonial-user-title {
    font-size: 45px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: -0.9px;
    color: var(--tnbheading-secondary);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tnbtestimonial-user-title {
      font-size: 40px;
      margin-bottom: 15px;
    }
  }
  @media (max-width: 767px) {
    .tnbtestimonial-user-title {
      font-size: 35px;
      margin-bottom: 10px;
    }
  }
  .tnbtestimonial-user-content span {
    display: inline-block;
    font-size: 26px;
    font-weight: 400;
    color: rgba(245, 247, 245, 0.5);
  }
  @media (max-width: 767px) {
    .tnbtestimonial-user-content span {
      font-size: 24px;
    }
  }
  .tnbtestimonial-navigation {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
  @media (max-width: 767px) {
    .tnbtestimonial-navigation {
      display: none;
    }
  }
  .tnbtestimonial-navigation button {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 85px;
    border-radius: 90px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: var(--tnbheading-secondary);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .tnbtestimonial-navigation button:not(:last-of-type) {
    margin-right: 20px;
  }
  .tnbtestimonial-navigation button:hover {
    color: var(--tnbheading-primary);
    background-color: var(--tnbheading-secondary);
  }
  .tnbtestimonial-dot {
    position: absolute;
    border-radius: 12px;
    left: 50% !important;
    transform: translateX(-50%);
    width: auto !important;
    display: flex;
    gap: 8px; /* Adjust spacing between dots */
    align-items: center;
    bottom: -40px !important;
    background-color: var(--tnbcommon-white);
    padding: 5px 10px;
}

  @media (max-width: 767px) {
    .tnbtestimonial-dot {
      left: 42% !important;
    }
  }
  .tnbtestimonial-dot .swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px !important; /* Adjust spacing */
}

  .tnbtestimonial-dot .swiper-pagination-bullet-active {
    background-color: #121212;
  }
  
  .tnbtestimonial-3-ptb {
    padding-top: 220px;
    padding-bottom: 220px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbtestimonial-3-ptb {
      padding-top: 140px;
      padding-bottom: 140px;
    }
  }
  .tnbtestimonial-3-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .tnbtestimonial-3-wrapper {
    padding: 100px 50px;
    border-radius: 16px;
    background-color: var(--tnbcommon-white);
  }
  @media (max-width: 767px) {
    .tnbtestimonial-3-wrapper {
      padding: 80px 10px;
    }
  }
  .tnbtestimonial-3-item-title {
    font-size: 65px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    letter-spacing: 2.6px;
    margin-bottom: 40px;
    color: var(--tnbheading-primary);
    font-family: var(--tnbff-heading-2);
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tnbtestimonial-3-item-title {
      font-size: 55px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbtestimonial-3-item-title {
      font-size: 45px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tnbtestimonial-3-item-title {
      font-size: 42px;
    }
  }
  @media (max-width: 767px) {
    .tnbtestimonial-3-item-title {
      font-size: 32px;
    }
  }
  @media (max-width: 767px) {
    .tnbtestimonial-3-item-title br {
      display: none;
    }
  }
  .tnbtestimonial-3-user {
    text-align: start !important;
  }
  .tnbtestimonial-3-user-thumb {
    margin-right: 25px;
  }
  .tnbtestimonial-3-user-thumb img {
    border-radius: 6px;
    width: 80px;
  }
  .tnbtestimonial-3-user-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 12px;
    color: var(--tnbheading-primary);
    font-family: var(--tnbff-heading-2);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbtestimonial-3-user-title {
      font-size: 32px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tnbtestimonial-3-user-title {
      font-size: 30px;
    }
  }
  @media (max-width: 767px) {
    .tnbtestimonial-3-user-title {
      font-size: 26px;
    }
  }
  .tnbtestimonial-3-user-content span {
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    color: var(--tnbheading-primary);
  }
  @media (max-width: 767px) {
    .tnbtestimonial-3-user-content span {
      font-size: 20px;
    }
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tnbtestimonial-5-ptb {
      padding-top: 140px;
      padding-bottom: 140px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tnbtestimonial-5-ptb {
      padding-top: 120px;
      padding-bottom: 120px;
    }
  }
  @media (max-width: 767px) {
    .tnbtestimonial-5-ptb {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tnbtestimonial-5-heading {
      margin-bottom: 60px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbtestimonial-5-heading {
      margin-bottom: 30px;
    }
  }
  .tnbtestimonial-5-heading .tnbsection-5-title {
    color: var(--tnbheading-secondary);
  }
  .tnbtestimonial-5-item {
    padding: 40px 50px;
    background: #1E1E1E;
  }
  @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) {
    .tnbtestimonial-5-item {
      padding: 40px 35px;
    }
  }
  .tnbtestimonial-5-item-content {
    margin-bottom: 30px;
  }
  .tnbtestimonial-5-item-content p {
    line-height: 28px;
    color: rgba(245, 247, 245, 0.7);
  }
  .tnbtestimonial-5-user {
    margin-bottom: 35px;
  }
  .tnbtestimonial-5-user-thumb {
    margin-right: 15px;
  }
  .tnbtestimonial-5-user-thumb img {
    width: 65px;
    border-radius: 50%;
  }
  .tnbtestimonial-5-user-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--tnbheading-secondary);
  }
  .tnbtestimonial-5-user-content p {
    font-size: 16px;
    line-height: 1;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tnbtestimonial-5-navigation {
      margin-bottom: 60px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbtestimonial-5-navigation {
      margin-bottom: 30px;
    }
  }
  .tnbtestimonial-5-navigation button {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: var(--tnbheading-secondary);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .tnbtestimonial-5-navigation button:not(:last-of-type) {
    margin-right: 20px;
  }
  .tnbtestimonial-5-navigation button:hover {
    color: var(--tnbheading-primary);
    background-color: var(--tnbtheme-5);
  }
  
  .tnbtestimonial-team-wrapper .tnbtestimonial-team-active {
    margin: 0 -100px;
  }
  .tnbtestimonial-team-wrapper .tnbtestimonial-5-item {
    background-color: var(--tnbcommon-white);
  }
  .tnbtestimonial-team-wrapper .tnbtestimonial-5-item-content p {
    color: var(--tnbtext-2);
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbtestimonial-team-wrapper .tnbtestimonial-5-item-content p br {
      display: none;
    }
  }
  .tnbtestimonial-team-wrapper .tnbtestimonial-5-user-title {
    color: var(--tnbtheme-primary);
  }
  .tnbtestimonial-team-wrapper .tnbtestimonial-5-user-content p {
    color: var(--tnbtheme-primary);
  }
  


  
/*----------------------------------------*/
/*  7.8 Faq Css
/*----------------------------------------*/
.tnbfaq-ptb::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 625px;
    content: "";
    background-color: var(--tnbtheme-5);
  }
  @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) {
    .tnbfaq-ptb::before {
      content: none;
    }
  }
  @media (max-width: 767px) {
    .tnbfaq-heading {
      margin-bottom: 40px;
    }
  }
  .tnbfaq-heading .tnbsection-5-title {
    color: var(--tnbheading-secondary);
  }
  .tnbfaq-wrap {
    padding-left: 50px;
  }
  @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) {
    .tnbfaq-wrap {
      padding-left: 0;
    }
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbfaq-thumb img {
      width: 100%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbfaq-wrapper {
      margin-bottom: 50px;
    }
  }
  .tnbfaq-wrapper .accordion-item {
    padding-bottom: 17px;
    background-color: transparent !important;
    border-bottom: 1px solid rgba(245, 247, 245, 0.1);
  }
  .tnbfaq-wrapper .accordion-item.active {
    border-color: var(--tnbheading-secondary);
  }
  .tnbfaq-wrapper .accordion-item.active:last-child {
    border-color: var(--tnbheading-secondary);
  }
  .tnbfaq-wrapper .accordion-item:last-child {
    border-bottom: 1px solid rgba(245, 247, 245, 0.1);
  }
  .tnbfaq-wrapper .accordion-button {
    font-size: 30px;
    font-weight: 600;
    box-shadow: none;
    padding: 30px 30px 15px 0px;
    background-color: transparent;
    color: var(--tnbheading-secondary);
    border: 1px solid transparent;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .tnbfaq-wrapper .accordion-button {
      font-size: 25px;
    }
  }
  .tnbfaq-wrapper .accordion-button::after {
    content: none;
  }
  .tnbfaq-wrapper .accordion-button:not(.collapsed) .accordion-btn {
    color: var(--tnbcommon-white);
    background: var(--tnbtheme-primary);
  }
  .tnbfaq-wrapper .accordion-button:not(.collapsed) .accordion-btn::before {
    background-color: var(--tnbcommon-white);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .tnbfaq-wrapper .accordion-button:not(.collapsed) .accordion-btn::after {
    background-color: var(--tnbcommon-white);
  }
  .tnbfaq-wrapper .accordion-button .accordion-btn {
    position: absolute;
    top: 50%;
    right: 10px;
  }
  .tnbfaq-wrapper .accordion-button .accordion-btn::after, .tnbfaq-wrapper .accordion-button .accordion-btn::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 50%;
    top: 50%;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--tnbheading-secondary);
  }
  .tnbfaq-wrapper .accordion-button .accordion-btn::before {
    background-color: var(--tnbheading-secondary);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .tnbfaq-wrapper .accordion-body {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 128px 25px 0px;
    color: var(--tnbtext-body);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .tnbfaq-wrapper .accordion-body {
      padding-right: 40px;
    }
  }
  .tnbfaq-wrapper.faq-inner .accordion-item {
    border-color: var(--tnbcommon-white-1);
  }
  .tnbfaq-wrapper.faq-inner .accordion-item.active {
    border-color: var(--tnbcommon-white-1);
  }
  .tnbfaq-wrapper.faq-inner .accordion-button {
    color: var(--tnbcommon-white-1);
  }
  .tnbfaq-wrapper.faq-inner .accordion-button.collapsed {
    border: 1px solid transparent;
    color: var(--tnbcommon-white);
  }
  .tnbfaq-wrapper.faq-inner .accordion-button:not(.collapsed) {
    color: var(--tnbcommon-white);
  }
  .tnbfaq-wrapper.faq-inner .accordion-button:not(.collapsed) .accordion-btn {
    color: var(--tnbcommon-white);
  }
  .tnbfaq-wrapper.faq-inner .accordion-button:not(.collapsed) .accordion-btn::before {
    background-color: var(--tnbcommon-white);
  }
  .tnbfaq-wrapper.faq-inner .accordion-button:not(.collapsed) .accordion-btn::after {
    background-color: var(--tnbcommon-white);
  }
  .tnbfaq-wrapper.faq-inner .accordion-btn::after, .tnbfaq-wrapper.faq-inner .accordion-btn::before {
    background-color: var(--tnbcommon-white);
  }
  .tnbfaq-wrapper.faq-inner .accordion-btn::before {
    background-color: var(--tnbcommon-white);
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbfaq-inner-heading {
      padding-bottom: 40px;
    }
  }
  .tnbfaq-inner-heading .tnbbreadcrumb-title tnbtitle-anim {
    color: var(--tnbcommon-white);
  }
  .tnbfaq-inner-heading p {
    font-size: 20px;
    font-weight: 300;
    color: var(--tnbcommon-white-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) {
    .tnbfaq-inner-heading p br {
      display: none;
    }
  }
  .tnbfaq-inner-title {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    color: var(--tnbcommon-white);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbfaq-inner-top-heading {
      margin-bottom: 0;
    }
  }
  



  
/*----------------------------------------*/
/*  8.4 Contact Css
/*----------------------------------------*/
.tnbcontact-box {
    margin: 0 60px;
    z-index: 1;
  }
  @media (max-width: 767px) {
    .tnbcontact-box {
      margin: 0 10px;
    }
  }
  .tnbcontact-thumb {
    height: 100%;
  }
  .tnbcontact-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .tnbcontact-noice::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url("../img/contact/contact-bg.jpg");
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tnbcontact-2-ptb {
      padding-top: 160px;
      padding-bottom: 50px;
    }
  }
  @media (max-width: 767px) {
    .tnbcontact-2-ptb {
      padding-top: 160px;
      padding-bottom: 20px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbcontact-2-heading {
      margin-bottom: 60px;
    }
  }
  .tnbcontact-2-heading p {
    font-size: 22px;
    font-weight: 400;
    color: rgba(245, 247, 245, 0.5);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .tnbcontact-2-heading p br {
      display: none;
    }
  }
  .tnbcontact-2-title {
    font-size: 100px;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: -4px;
    color: var(--tnbheading-secondary);
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tnbcontact-2-title {
      font-size: 90px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tnbcontact-2-title {
      font-size: 80px;
    }
  }
  @media (max-width: 767px) {
    .tnbcontact-2-title {
      font-size: 70px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbcontact-2-title {
      font-size: 64px;
    }
  }
  .tnbcontact-2-info a {
    position: relative;
    padding-left: 70px;
    display: block;
    font-size: 22px;
    font-weight: 300;
    color: var(--tnbheading-secondary);
  }
  .tnbcontact-2-info a:not(:last-child) {
    margin-bottom: 50px;
  }
  .tnbcontact-2-info a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  .tnbcontact-2-info a span {
    position: absolute;
    top: -10px;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.14);
  }
  .tnbcontact-2-map {
    width: 100%;
    height: 800px;
  }
  .tnbcontact-2-map iframe {
    width: 100%;
    height: 100%;
  }
  .tnbcontact-2-map-overlay::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background-color: rgba(18, 18, 18, 0.4);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbcontact-2-location-ptb {
      padding-top: 100px;
      padding-bottom: 60px;
    }
  }
  .tnbcontact-2-location-title {
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -4px;
    color: var(--tnbheading-secondary);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tnbcontact-2-location-title {
      font-size: 80px;
    }
  }
  @media (max-width: 767px) {
    .tnbcontact-2-location-title {
      font-size: 65px;
    }
  }
  .tnbcontact-2-location-heading p {
    color: rgba(245, 247, 245, 0.5);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbcontact-2-location-heading p br {
      display: none;
    }
  }
  .tnbcontact-2-location-item:hover .tnbcontact-2-location-item-thumb img {
    transform: scale(1.1);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbcontact-2-location-item {
      margin-bottom: 40px;
    }
  }
  .tnbcontact-2-location-item-thumb {
    overflow: hidden;
    margin-bottom: 25px;
  }
  .tnbcontact-2-location-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.9s;
  }
  .tnbcontact-2-location-item-content p {
    font-size: 30px;
    font-weight: 400;
    color: rgba(245, 247, 245, 0.5);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .tnbcontact-2-location-item-content p {
      font-size: 25px;
    }
  }
  .tnbcontact-2-location-item-title {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -2.7px;
    color: var(--tnbheading-secondary);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .tnbcontact-2-location-item-title {
      font-size: 35px;
    }
  }

  .tnbcontactform {
    background-color: #242424;
    border-radius: 15px;
  } 
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbcontactform {
        border-radius: 0px;
      } 
  } 
  
  .tnbcontactform-input label {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: rgba(255, 255, 255, 0.8);
  }
  .tnbcontactform-input input, .tnbcontactform-input textarea {
    border: none;
    font-size: 22px;
    font-weight: 400;
    padding-left: 0;
    height: 45px;
    color: var(--tnbcommon-white);
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  @media (max-width: 767px) {
    .tnbcontactform-input input, .tnbcontactform-input textarea {
      font-size: 18px;
    }
  }
  .tnbcontactform-input input::-webkit-input-placeholder, .tnbcontactform-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #5F5F65;
    font-size: 22px;
    font-weight: 400;
  }
  @media (max-width: 767px) {
    .tnbcontactform-input input::-webkit-input-placeholder, .tnbcontactform-input textarea::-webkit-input-placeholder {
      font-size: 18px;
    }
  }
  .tnbcontactform-input input::-moz-placeholder, .tnbcontactform-input textarea::-moz-placeholder { /* Firefox 19+ */
    color: #5F5F65;
    font-size: 22px;
    font-weight: 400;
  }
  @media (max-width: 767px) {
    .tnbcontactform-input input::-moz-placeholder, .tnbcontactform-input textarea::-moz-placeholder {
      font-size: 18px;
    }
  }
  .tnbcontactform-input input:-moz-placeholder, .tnbcontactform-input textarea:-moz-placeholder { /* Firefox 4-18 */
    color: #5F5F65;
    font-size: 22px;
    font-weight: 400;
  }
  @media (max-width: 767px) {
    .tnbcontactform-input input:-moz-placeholder, .tnbcontactform-input textarea:-moz-placeholder {
      font-size: 18px;
    }
  }
  .tnbcontactform-input input:-ms-input-placeholder, .tnbcontactform-input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
    color: #5F5F65;
    font-size: 22px;
    font-weight: 400;
  }
  @media (max-width: 767px) {
    .tnbcontactform-input input:-ms-input-placeholder, .tnbcontactform-input textarea:-ms-input-placeholder {
      font-size: 18px;
    }
  }
  .tnbcontactform-input input::placeholder, .tnbcontactform-input textarea::placeholder { /* MODERN BROWSER */
    color: #5F5F65;
    font-size: 22px;
    font-weight: 400;
  }
  @media (max-width: 767px) {
    .tnbcontactform-input input::placeholder, .tnbcontactform-input textarea::placeholder {
      font-size: 18px;
    }
  }
  .tnbcontactform-input input:focus, .tnbcontactform-input textarea:focus {
    border-color: var(--tnbcommon-white);
  }
  .tnbcontactform-input textarea {
    resize: none;
    height: 100px;
  }
  .tnbcontactform-input textarea:focus {
    border-color: var(--tnbcommon-white);
  }
  .tnbcontactform-wrap {
    padding: 40px 30px; 
  }
   
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tnbcontactform-wrap {
     padding: 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) {
    .tnbcontactform-wrap {
      padding: 30px;  
    }
  }
  @media (max-width: 767px) {
    .tnbcontactform-wrap {
      padding: 30px;  
    }
  }
  .tnbcontactform-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    color: var(--tnbcommon-white);
    margin-bottom: 30px;
  }
  @media (max-width: 767px) {
    .tnbcontactform-title {
      margin-bottom: 40px;
      font-size: 25px;
    }
  }
  .tnbcontactform-btn button {
    font-size: 17px;
    font-weight: 600;
    padding: 13px 50px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    color: var(--tnbcommon-black-1);
    background-color: var(--tnbheading-secondary);
  }
  


  /*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbfooter-ptb {
      padding-top: 120px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbfooter-text {
      flex-wrap: wrap;
    }
  }
  .tnbfooter-text-thumb {
    padding-right: 25px;
  }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbfooter-text-thumb {
      padding-bottom: 20px;
    }
  }
  .tnbfooter-text-thumb img {
    width: 100px;
  }
  .tnbfooter-text-heading {
    transform: translateY(-28px);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .tnbfooter-text-heading {
      transform: translateY(0px);
    }
  }
  .tnbfooter-text-title {
    font-size: 150px;
    font-weight: 700;
    margin: 0;
    line-height: 1.04;
    letter-spacing: -5px;
    text-transform: uppercase;
    text-align: left;
    color: var(--tnbheading-secondary);
  }
  @media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tnbfooter-text-title {
      font-size: 125px;
    }
  }
  @media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tnbfooter-text-title {
      font-size: 110px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tnbfooter-text-title {
      font-size: 90px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbfooter-text-title {
      font-size: 70px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .tnbfooter-text-title {
      font-size: 80px;
    }
  }
  @media (max-width: 767px) {
    .tnbfooter-text-title {
      font-size: 60px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .tnbfooter-text-title {
      font-size: 50px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbfooter-wrapper {
      padding-bottom: 120px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbfooter-wrapper {
      flex-wrap: wrap;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbfooter-wrapper {
      padding-bottom: 50px;
    }
  }
  .tnbfooter-wrapper-right {
    display: flex;
    justify-content: end;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbfooter-wrapper-right {
      padding-bottom: 120px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbfooter-wrapper-right {
      flex-wrap: wrap;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbfooter-wrapper-right {
      padding-bottom: 50px;
      justify-content: start;
    }
  }
  .tnbfooter-info-item:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .tnbfooter-info-item span {
    display: block;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.5);
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbfooter-info-item span {
      margin-bottom: 15px;
    }
  }
  .tnbfooter-info-item a {
    font-size: 40px;
    font-weight: 500;
    display: inline;
    background-size: 0% 2px, 0 2px;
    background-position: 100% 100%, 0 100%;
    color: var(--tnbheading-secondary);
    background-repeat: no-repeat;
    transition: 0.3s linear;
    background-image: linear-gradient(#F5F7F5, #F5F7F5), linear-gradient(#F5F7F5, #F5F7F5);
  }
  .tnbfooter-info-item a:hover {
    background-size: 0% 2px, 100% 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) {
    .tnbfooter-info-item a {
      font-size: 35px;
    }
  }
  @media (max-width: 767px) {
    .tnbfooter-info-item a {
      font-size: 30px;
    }
  }
  .tnbfooter-copyright {
    padding: 0 35px 50px;
  }
  @media (max-width: 767px) {
    .tnbfooter-copyright {
      padding: 0;
      padding-bottom: 30px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbfooter-copyright-logo {
      padding-bottom: 30px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbfooter-copyright-social {
      padding-bottom: 20px;
    }
  }
  .tnbfooter-copyright-social a {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 7px 45px;
    border-radius: 40px;
    color: var(--tnbheading-secondary);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
  }
  .tnbfooter-copyright-social a:not(:last-of-type) {
    margin-right: 8px;
  }
  .tnbfooter-copyright-social a:hover {
    color: var(--tnbheading-primary);
    background-color: var(--tnbheading-secondary);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tnbfooter-copyright-social a {
      padding: 7px 30px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tnbfooter-copyright-social a {
      margin-bottom: 20px;
    }
  }
  .tnbfooter-copyright-text p {
    font-size: 16px;
    font-weight: 500;
    color: var(--tnbcommon-white);
  }

  .tnb-product-list {
    margin: 150px 0 0 0;
    padding: 60px 50px;
    border: 1px solid #fff;
    border-radius: 15px; 
  }
  .tnb-product-list h2 {
    color: #fff;
  }
  .tnb-product-list p {
    color: #7e7e7e; 
  }
  .tnb-product-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    padding: 10px 20px;
    background-color: #fff; /* Blue background */
    color: black;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.tnb-product-list a:hover {
    background-color: #fff; /* Darker blue */
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
}


  @media (max-width: 768px) {
    .tnb-product-list {
      padding: 40px 20px;
    }
    .tnb-product-list h2 {
      font-size: 1.8rem;
    }
    .tnb-product-list p {
      font-size: 1rem;
    }
    .tnb-product-list .btn {
      font-size: 0.9rem;
      padding: 10px 20px;
    }
  }