<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*============================================

   Theme Name: Vexa Creative Agency &amp; Portfolio HTML Template
   Author : AliThemes
   Support: https://alithemes.ticksy.com/
   Description: Vexa Creative Agency &amp; Portfolio HTML Template
   Version: 1.0

==============================================*/
/* CSS Index
==============================================

    01. Theme Default CSS
    02. Header
    03. Mobile Menu
    04. Banner
    05. Slider
    06. About
    07. Services
    08. Choose
    09. Project
    10. Pricing
    11. Request
    12. Consulting
    13. Testimonial
    14. Features
    15. Marquee
    16. Fact
    17. Team
    18. Call-back
    19. Blog
    20. Contact
    21. Brand
    22. 404 Error
    23. Footer

==============================================*/
/*============================================
/*  01. Theme Default CSS
==============================================*/
@import url("https://fonts.googleapis.com/css2?family=Aclonica&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Unbounded:wght@200..900&amp;display=swap");
.text-theme {
  color: var(--tg-theme-primary) !important;
}

:root {
  --tg-body-font-family: 'Poppins', sans-serif;;
  --tg-heading-font-family: 'Aclonica', sans-serif;;
  --tg-heading2-font-family: 'Unbounded', sans-serif;;
  --tg-icon-font-family: "Font Awesome 5 Free";
  --tg-body-font-size: 16px;
  --tg-body-line-height: 1.75;
  --tg-heading-line-height: 1.2;
  --tg-body-color: #0A0C00;
  --tg-heading-color: #0A0C00;
  --tg-theme-primary: #00DF8E;
  --tg-color-dark-blue: #0E104B;
  --tg-color-dark-blue-2: #001950;
  --tg-color-light-blue: #7149D2;
  --tg-color-yellow-default: #FCE300;
  --tg-color-yellow-light: #F9EADC;
  --tg-color-white-default: #ffffff;
  --tg-color-red-default: #ED1730;
  --tg-color-gray-1: #F4F4F4;
  --tg-color-gray-2: #FFFAF0;
  --tg-color-gray-3: #C2A8C2;
  --tg-color-gray-4: #F7F4F7;
  --tg-color-gray-5: #8FA5D6;
  --tg-color-gray-6: #D0DAEF;
  --tg-color-gray-7: #9399A6;
  --tg-color-dark: #000000;
  --tg-color-black-1: #060606;
  --tg-color-black-2: #161439;
  --tg-border-1: #C8C2C8;
  --tg-border-2: #D0CACA;
  --tg-border-3: #CCD2E1;
  --tg-border-4: #DBE3EB;
  --tg-border-5: #F8F8F8;
  --tg-border-6: #E6E6E6;
  --tg-fw-extra-bold: 800;
  --tg-fw-bold: 700;
  --tg-fw-semi-bold: 600;
  --tg-fw-medium: 500;
  --tg-fw-regular: 400;
  --tg-fw-light: 300;
}

/*=============================
	Typography css start
===============================*/
body {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
  color: var(--tg-body-color);
  line-height: var(--tg-body-line-height);
}
body.theme-yellow {
  --tg-theme-primary: #FCE300;
}
body.theme-green {
  --tg-theme-primary: #A8F600;
}
body.theme-purple {
  --tg-theme-primary: #7149D2;
}
body.theme-orange {
  --tg-theme-primary: #FF7020;
}

img,
.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a,
button {
  color: var(--tg-theme-primary);
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

a:hover,
button:hover {
  color: var(--tg-theme-primary);
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
  margin-top: 0px;
  font-weight: var(--tg-fw-bold);
  line-height: var(--tg-heading-line-height);
  text-transform: unset;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 7.5rem;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 6.25rem;
  }
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 5rem;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: 4.063rem;
  }
}

h2 {
  font-size: 3.75rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

.list-wrap {
  margin: 0px;
  padding: 0px;
}
.list-wrap li {
  list-style: none;
}

p {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  line-height: var(--tg-body-line-height);
  font-weight: var(--tg-fw-regular);
  color: var(--tg-body-color);
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid var(--tg-color-gray-1);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: var(--tg-heading-color);
  cursor: pointer;
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
}

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(--tg-theme-primary);
  color: var(--tg-color-white-default);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  text-shadow: none;
}

::selection {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  text-shadow: none;
}

/*=============================
    - Input Placeholder
===============================*/
input,
textarea {
  color: var(--tg-body-color);
}

*::-moz-placeholder {
  color: var(--tg-body-color);
  font-size: var(--tg-body-font-size);
  opacity: 1;
}

*::placeholder {
  color: var(--tg-body-color);
  font-size: var(--tg-body-font-size);
  opacity: 1;
}

/*=============================
    - Common Classes
===============================*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*=============================
    - Bootstrap Custom
=============================*/
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  --bs-gutter-x: 30px;
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-35 {
  --bs-gutter-y: 35px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-60 {
  --bs-gutter-y: 60px;
}

.gy-80 {
  --bs-gutter-y: 80px;
}
@media (max-width: 1199.98px) {
  .gy-80 {
    --bs-gutter-y: 50px;
  }
}
@media (max-width: 767.98px) {
  .gy-80 {
    --bs-gutter-y: 40px;
  }
}

.gy-90 {
  --bs-gutter-y: 90px;
}
@media (max-width: 1199.98px) {
  .gy-90 {
    --bs-gutter-y: 50px;
  }
}
@media (max-width: 767.98px) {
  .gy-90 {
    --bs-gutter-y: 40px;
  }
}

.gx-0 {
  --bs-gutter-x: 0;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}

.container {
  max-width: 1320px;
}
@media (max-width: 1500px) {
  .container {
    max-width: 1250px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

.custom-container {
  max-width: 1675px;
}
@media (max-width: 1800px) {
  .custom-container {
    max-width: 1600px;
  }
}
@media (max-width: 1500px) {
  .custom-container {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .custom-container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .custom-container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .custom-container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container {
    max-width: 540px;
  }
}

.custom-container2 {
  max-width: 1650px;
}
@media (max-width: 1800px) {
  .custom-container2 {
    max-width: 1600px;
  }
}
@media (max-width: 1500px) {
  .custom-container2 {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .custom-container2 {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .custom-container2 {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .custom-container2 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container2 {
    max-width: 540px;
  }
}

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

/*=============================
	02. Button style
===============================*/
.tg-button-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
}
.tg-button-wrap.g-0 {
  gap: 0;
}

.btn {
  user-select: none;
  -moz-user-select: none;
  background: var(--tg-theme-primary) none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 10px 20px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: var(--tg-heading-font-family);
  gap: 20px;
  --arrow-hover-move-x: -110%;
}
.btn::before {
  content: "";
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: var(--tg-color-white-default);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.btn svg {
  -webkit-transform: translateY(-2.5px);
  -moz-transform: translateY(-2.5px);
  -ms-transform: translateY(-2.5px);
  -o-transform: translateY(-2.5px);
  transform: translateY(-2.5px);
}
.btn svg path {
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}
.btn svg path:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.btn svg path:nth-of-type(2) {
  transform: translateX(calc(1 * var(--arrow-hover-move-x)));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}
.btn:active, .btn:focus, .btn:hover, .btn:focus-visible {
  background: var(--tg-theme-primary);
}
.btn:active:before, .btn:focus:before, .btn:hover:before, .btn:focus-visible:before {
  top: -40%;
}
.btn:active svg path:nth-of-type(1), .btn:focus svg path:nth-of-type(1), .btn:hover svg path:nth-of-type(1), .btn:focus-visible svg path:nth-of-type(1) {
  transform: translateX(calc(-1 * var(--arrow-hover-move-x)));
  opacity: 0;
  transition-delay: 0s, 0s;
}
.btn:active svg path:nth-of-type(2), .btn:focus svg path:nth-of-type(2), .btn:hover svg path:nth-of-type(2), .btn:focus-visible svg path:nth-of-type(2) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.btn-two {
  padding: 22px 40px 20px;
  font-size: 18px;
  background: var(--tg-heading-color);
  color: var(--tg-color-white-default);
}
.btn-two:before {
  background: var(--tg-theme-primary);
}
.btn-two:active, .btn-two:focus, .btn-two:hover {
  background: var(--tg-heading-color);
  color: var(--tg-heading-color);
}
@media (max-width: 767.98px) {
  .btn-two {
    padding: 18px 30px 16px;
  }
}
.btn-three:before {
  background: var(--tg-heading-color);
}
.btn-three:active, .btn-three:focus, .btn-three:hover {
  color: var(--tg-color-white-default);
}
.btn-three:active:before, .btn-three:focus:before, .btn-three:hover:before {
  background: var(--tg-heading-color);
}
.btn-four {
  background: rgba(255, 255, 255, 0.1);
  color: var(--tg-color-white-default);
  padding: 22px 40px 20px;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .btn-four {
    padding: 18px 30px 16px;
  }
}
.btn-four:active, .btn-four:focus, .btn-four:hover {
  background: rgba(255, 255, 255, 0.1);
}
.btn-five {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  padding: 22px 40px 20px;
  font-size: 18px;
}
.btn-five:before {
  background: var(--tg-heading-color);
}
.btn-five:active, .btn-five:focus, .btn-five:hover {
  color: var(--tg-color-white-default) !important;
}
@media (max-width: 767.98px) {
  .btn-five {
    padding: 18px 30px 16px;
  }
}
.btn-six {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  padding: 22px 40px 20px;
  font-size: 18px;
}
.btn-six:before {
  background: var(--tg-color-white-default);
}
.btn-six:active, .btn-six:focus, .btn-six:hover {
  color: var(--tg-heading-color) !important;
}
@media (max-width: 767.98px) {
  .btn-six {
    padding: 18px 30px 16px;
  }
}
.btn.square-btn {
  border-radius: 0;
  padding: 23px 40px 21px;
}
@media (max-width: 767.98px) {
  .btn.square-btn {
    padding: 18px 30px 16px;
  }
}
.btn.border-btn {
  border: 1px solid var(--tg-theme-primary);
  background: transparent;
  color: var(--tg-theme-primary);
}
.btn.border-btn:active, .btn.border-btn:focus, .btn.border-btn:hover {
  background: transparent;
  border-color: var(--tg-theme-primary);
  color: var(--tg-color-dark);
}
.btn.border-btn:active::before, .btn.border-btn:focus::before, .btn.border-btn:hover::before {
  background: var(--tg-theme-primary);
}
.btn.border-white {
  color: var(--tg-color-white-default);
  border: 1px solid var(--tg-color-white-default);
  background: transparent;
}
.btn.border-white:active, .btn.border-white:focus, .btn.border-white:hover {
  color: var(--tg-color-dark);
}
.btn.border-white:active::before, .btn.border-white:focus::before, .btn.border-white:hover::before {
  background: var(--tg-color-white-default);
}
.btn.border-dark {
  font-size: 18px;
  border-radius: 0;
  line-height: 1.77777;
  border: 1px solid var(--tg-color-dark);
  background: transparent;
}
.btn.border-dark:active, .btn.border-dark:focus, .btn.border-dark:hover {
  background: transparent;
  border: 1px solid var(--tg-theme-primary) !important;
}
.btn.border-dark:active:before, .btn.border-dark:focus:before, .btn.border-dark:hover:before {
  background: var(--tg-theme-primary);
}
.btn.border-dark2 {
  font-size: 18px;
  border-radius: 0;
  line-height: 1;
  padding: 21px 40px 19px;
  border: 1px solid var(--tg-color-dark);
  background: transparent;
}
.btn.border-dark2:active, .btn.border-dark2:focus, .btn.border-dark2:hover {
  background: transparent;
  border: 1px solid var(--tg-theme-primary) !important;
}
.btn.border-dark2:active:before, .btn.border-dark2:focus:before, .btn.border-dark2:hover:before {
  background: var(--tg-theme-primary);
}
.btn.border-dark3 {
  font-size: 18px;
  line-height: 1.77777;
  border: 1px solid var(--tg-color-dark);
  background: transparent;
}
.btn.border-dark3:active, .btn.border-dark3:focus, .btn.border-dark3:hover {
  background: transparent;
  border: 1px solid var(--tg-color-dark) !important;
  color: var(--tg-color-white-default);
}
.btn.border-dark3:active:before, .btn.border-dark3:focus:before, .btn.border-dark3:hover:before {
  background: var(--tg-color-dark);
}
.btn.border-dark4 {
  font-size: 18px;
  border-radius: 0;
  line-height: 1;
  padding: 21px 40px 19px;
  border: 1px solid var(--tg-color-dark);
  background: transparent;
}
.btn.border-dark4:active, .btn.border-dark4:focus, .btn.border-dark4:hover {
  background: transparent;
  border: 1px solid var(--tg-theme-primary) !important;
  color: var(--tg-color-white-default);
}
.btn.border-dark4:active:before, .btn.border-dark4:focus:before, .btn.border-dark4:hover:before {
  background: var(--tg-theme-primary);
}
.btn.btn-font2 {
  font-family: var(--tg-heading2-font-family);
  font-size: 18px;
}

.big-circle-btn {
  height: 148px;
  width: 148px;
  justify-content: center;
  font-size: 46px;
  white-space: normal;
}
@media (max-width: 1399px) {
  .big-circle-btn {
    height: 120px;
    width: 120px;
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .big-circle-btn {
    height: 100px;
    width: 100px;
    font-size: 30px;
  }
}
.big-circle-btn.style2 {
  font-size: 14px;
}
.big-circle-btn.style3 {
  height: 185px;
  width: 185px;
  letter-spacing: -0.004em;
  padding: 20px;
  font-size: 20px;
  line-height: 1.5em;
}
.big-circle-btn.style4 {
  height: 185px;
  width: 185px;
  letter-spacing: -0.004em;
  padding: 20px;
  font-size: 20px;
  line-height: 1.5em;
}
.big-circle-btn.style4:before {
  background: var(--tg-heading-color);
}
.big-circle-btn.style4:active, .big-circle-btn.style4:focus, .big-circle-btn.style4:hover {
  color: var(--tg-color-white-default);
}

.link-btn {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--tg-heading-font-family);
  line-height: 0.8;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 0px;
  color: var(--tg-color-dark);
  display: inline-flex;
  gap: 25px;
  text-decoration: none;
}
.link-btn i {
  font-size: 12px;
  transition: 0.4s;
}
.link-btn:after, .link-btn:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--tg-color-dark);
  transition: all ease 0.4s;
}
.link-btn:after {
  width: 0;
  left: 0;
  transition: all ease 1.2s;
}
.link-btn:hover {
  color: var(--tg-color-dark);
}
.link-btn:hover::before {
  width: 0;
}
.link-btn:hover:after {
  width: 100%;
}
.link-btn:hover i.icon-arrow-top-left {
  transform: rotate(45deg) translate(-2px, 2px);
}
.link-btn.style2 {
  padding-bottom: 3px;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .link-btn.style2 {
    font-size: 16px;
  }
}
.link-btn.style2:after {
  display: none;
}
.link-btn.style2:before {
  left: 2px;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}
.link-btn.style2:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.link-btn.style3 {
  padding-bottom: 5px;
  font-family: var(--tg-heading2-font-family);
}
@media (max-width: 991.98px) {
  .link-btn.style3 {
    font-size: 16px;
  }
}
.link-btn.style3:after {
  display: none;
}
.link-btn.style3:before {
  left: 2px;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}
.link-btn.style3:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.link-btn.text-white::before, .link-btn.text-white::after {
  background: var(--tg-color-white-default);
}

.icon-btn {
  height: 52px;
  width: 52px;
  padding: 0;
  justify-content: center;
}
.icon-btn.btn-five, .icon-btn.btn-four, .icon-btn.btn-three, .icon-btn.btn-two {
  height: 60px;
  width: 60px;
  color: var(--tg-color-white-default);
}
.icon-btn.btn-five:hover, .icon-btn.btn-four:hover, .icon-btn.btn-three:hover, .icon-btn.btn-two:hover {
  color: var(--tg-heading-color);
}
@media (max-width: 767.98px) {
  .icon-btn.btn-five, .icon-btn.btn-four, .icon-btn.btn-three, .icon-btn.btn-two {
    height: 52px;
    width: 52px;
  }
}
.icon-btn.btn-three:hover {
  color: var(--tg-color-white-default);
}
.icon-btn.btn-five:before {
  background: var(--tg-color-white-default);
}
.icon-btn.btn-five:focus, .icon-btn.btn-five:active, .icon-btn.btn-five:hover {
  color: var(--tg-theme-primary) !important;
}

.btn-with-icon {
  display: inline-flex;
  align-items: center;
}
.btn-with-icon:hover .btn {
  color: var(--tg-heading-color);
}
.btn-with-icon:hover .btn:before {
  top: -40%;
}
.btn-with-icon.style2:hover .btn {
  color: var(--tg-color-white-default);
}
.btn-with-icon.style3:hover .btn {
  color: var(--tg-theme-primary);
}

/*=============================
    03. Preloader
===============================*/
#preloader {
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}
#preloader .loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid #fdf2f9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#preloader .loader .loader-container::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-top: 3px solid var(--tg-theme-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}
#preloader .loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
}
#preloader .loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
  width: 40px;
}
#preloader.black-bg .loader-container, #preloader.black2-bg .loader-container {
  border: 3px solid #1a1a1a;
}
#preloader.black-bg .loader-icon, #preloader.black2-bg .loader-icon {
  filter: brightness(99) grayscale(9);
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*=============================
    04. Background color
===============================*/
.grey-bg {
  background: var(--tg-color-gray-1);
}

.white-bg {
  background: var(--tg-color-white-default);
}

.black-bg {
  background: var(--tg-heading-color);
}

.black2-bg {
  background: var(--tg-color-black-1);
}

.dark-bg {
  background: var(--tg-color-dark);
}

.theme-bg {
  background: var(--tg-theme-primary);
}

/*=============================
    Background Shape
===============================*/
.square-shape-wrap {
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 0;
  padding: calc(var(--box-size) * 3) 0 0 calc(var(--box-size) * 3);
  --box-size: 62px;
}
.square-shape-wrap .square-shape1 {
  display: inline-block;
  width: calc(var(--box-size) * 3);
  height: calc(var(--box-size) * 3);
  background: var(--tg-theme-primary);
}
.square-shape-wrap .square-shape2 {
  display: inline-block;
  width: var(--box-size);
  height: var(--box-size);
  background: var(--tg-theme-primary);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(calc(var(--box-size) * 2), calc(var(--box-size) * 2));
}
.square-shape-wrap .square-shape3 {
  display: inline-block;
  width: var(--box-size);
  height: var(--box-size);
  background: var(--tg-heading-color);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(var(--box-size), var(--box-size));
}
.square-shape-wrap .square-shape4 {
  display: inline-block;
  width: var(--box-size);
  height: var(--box-size);
  background: var(--tg-theme-primary);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
.square-shape-wrap.style2 {
  transform: rotate(180deg);
}

/*=============================
	05. OffCanvas
===============================*/
.offCanvas__info {
  background: var(--tg-color-black-1) none repeat scroll 0 0;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 340px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.offCanvas__info.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.offCanvas__info::-webkit-scrollbar {
  width: 0px;
}
.offCanvas__close-icon {
  margin-top: -16px;
  text-align: right;
}
.offCanvas__close-icon button {
  background: transparent;
  border: 0 none;
  color: var(--tg-color-white-default);
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}
.offCanvas__logo img {
  max-height: 45px;
}
.offCanvas__side-info {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 25px;
}
.offCanvas__side-info .contact-list h4 {
  color: var(--tg-color-white-default);
  font-weight: 400;
  font-size: 18px;
}
.offCanvas__side-info .contact-list p {
  color: var(--tg-color-white-default);
  margin: 0;
  margin-bottom: 2px;
  line-height: 26px;
}
.offCanvas__social-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.offCanvas__social-icon li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 10px;
}
.offCanvas__social-icon li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: var(--tg-color-white-default);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #efefef;
  border-radius: 50%;
}
.offCanvas__social-icon li a:hover {
  background: var(--tg-color-white-default);
  color: var(--tg-heading-color);
}
.offCanvas__overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.offCanvas__overly.active {
  opacity: 0.7;
  visibility: visible;
}

/*=============================
	06. Search
===============================*/
.search__popup {
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--tg-color-white-default);
  backdrop-filter: blur(10px);
  z-index: 99;
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition-delay: 0.5s;
}
.search__popup.search-opened {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s;
  z-index: 99999999;
}
.search__popup.search-opened .search__input {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}
.search__popup.search-opened .search__input::after {
  width: 100%;
  transition-delay: 0.5s;
}
.search__input {
  position: relative;
  height: 80px;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.5s;
  opacity: 0;
}
.search__input::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: var(--tg-theme-primary);
  transition-delay: 0.3s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.search__input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  color: var(--tg-heading-color);
  border-bottom: 1px solid transparent;
  padding: 0;
  padding-right: 30px;
}
.search__input input::placeholder {
  font-size: 24px;
}
.search__input button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--tg-theme-primary);
  border: none;
  padding: 0 0;
  background: transparent;
}
.search__close {
  position: absolute;
  top: 10%;
  right: 2%;
  z-index: 2;
}
.search-close-btn {
  margin: 0;
  padding: 0;
  border: none;
  color: var(--tg-theme-primary);
  cursor: pointer;
  background: transparent;
}
.search-popup-overlay {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.5s;
  opacity: 0;
  visibility: hidden;
  background: #000d25;
}
.search-popup-overlay.search-popup-overlay-open {
  opacity: 0.55;
  visibility: visible;
  transition-delay: 0s;
}

.search-input-field ~ .search-focus-border {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--tg-theme-primary);
  transition: all 0.5s;
}
.search-input-field:focus ~ .search-focus-border {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.5s;
}

/*=========================
   07. Breadcrumb
===========================*/
.breadcrumb__area {
  background: var(--tg-heading-color);
  position: relative;
  z-index: 1;
}
.breadcrumb__content {
  padding: 192px 0 182px;
}
@media (max-width: 1199.98px) {
  .breadcrumb__content {
    padding: 172px 0 162px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb__content {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__content {
    padding: 130px 0;
  }
}
.breadcrumb__content .title {
  margin-bottom: 25px;
  font-size: 80px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  color: var(--tg-color-white-default);
  position: relative;
  display: inline-block;
  margin-top: 28px;
  margin-right: 30px;
}
@media (max-width: 1500px) {
  .breadcrumb__content .title {
    font-size: 65px;
  }
}
@media (max-width: 1199.98px) {
  .breadcrumb__content .title {
    font-size: 52px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb__content .title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__content .title {
    font-size: 40px;
  }
}
.breadcrumb__content .breadcrumb-shape {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(65%, -65%);
}
@media (max-width: 380px) {
  .breadcrumb__content .breadcrumb-shape {
    display: none;
  }
}
.breadcrumb__content .breadcrumb {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1.3;
  gap: 10px;
}
.breadcrumb__content .breadcrumb &gt; * {
  font-size: 16px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-color-white-default);
  font-weight: 400;
}
.breadcrumb__content .breadcrumb &gt; * a {
  color: var(--tg-color-white-default);
  opacity: 0.5;
}
.breadcrumb__content .breadcrumb &gt; * a:hover {
  color: var(--tg-theme-primary);
  opacity: 1;
}
.breadcrumb__content .breadcrumb .breadcrumb-separator {
  line-height: 0;
  font-size: 16px;
  margin-top: 1px;
  font-weight: 700;
  margin-top: 2px;
  color: var(--tg-body-color);
}
.breadcrumb__img {
  text-align: right;
}
@media (max-width: 991.98px) {
  .breadcrumb__img {
    display: none;
  }
}
.breadcrumb__shape-wrap img {
  position: absolute;
  z-index: -1;
}
.breadcrumb__shape-wrap img:nth-child(1) {
  left: 0;
  top: 0;
  max-width: 423px;
}
@media (max-width: 1500px) {
  .breadcrumb__shape-wrap img:nth-child(1) {
    max-width: 300px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb__shape-wrap img:nth-child(1) {
    max-width: 200px;
  }
}
.breadcrumb__shape-wrap img:nth-child(2) {
  right: 0;
  bottom: 0;
  max-width: 261px;
}
@media (max-width: 1500px) {
  .breadcrumb__shape-wrap img:nth-child(2) {
    max-width: 200px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb__shape-wrap img:nth-child(2) {
    max-width: 150px;
  }
}

/*=============================
    08. Scroll Top
===============================*/
.scroll__top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: var(--tg-color-dark);
  text-align: center;
  cursor: pointer;
  background: var(--tg-theme-primary);
  transition: 1s ease;
  border: none;
}
@media (max-width: 1199.98px) {
  .scroll__top {
    right: 25px;
  }
}
@media (max-width: 991.98px) {
  .scroll__top {
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .scroll__top {
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
}
.scroll__top.open {
  bottom: 30px;
}
@media (max-width: 1199.98px) {
  .scroll__top.open {
    bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .scroll__top.open {
    bottom: 15px;
  }
}
.scroll__top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll__top:hover {
  background: var(--tg-heading-color);
  color: var(--tg-color-white-default);
}

/*=============================
	09. Section Title
===============================*/
.section__title .sub-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  display: inline-flex;
  line-height: 1;
  font-family: var(--tg-heading-font-family);
  gap: 10px;
  letter-spacing: -0.015em;
  margin-left: 12px;
}
@media (max-width: 1399px) {
  .section__title .sub-title {
    margin-left: 0px;
  }
}
.section__title .sub-title svg {
  color: var(--tg-color-gray-3);
  transform: translateY(-3px);
}
.section__title .sub-title:before {
  content: "";
  position: relative;
  display: inline-block;
  height: 2px;
  width: 80px;
  background: var(--tg-theme-primary);
  align-self: center;
  margin-top: -0.1em;
}
@media (max-width: 991.98px) {
  .section__title .sub-title:before {
    display: none;
  }
}
.section__title .sub-title2 {
  font-family: var(--tg-heading2-font-family);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.015em;
  margin-bottom: 43px;
}
.section__title .title {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 3.75rem;
  text-transform: capitalize;
  line-height: 1.166;
  letter-spacing: -0.03em;
}
@media (max-width: 1199.98px) {
  .section__title .title {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .section__title .title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .section__title .title br {
    display: none;
  }
}
.section__title .title.title2 {
  font-family: var(--tg-heading2-font-family);
  font-weight: 700;
}
.section__title .shadow-title {
  font-weight: 400;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-left: 150px;
  margin-bottom: -53px;
  opacity: 0.2;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--tg-color-white-default);
}
@media (max-width: 991.98px) {
  .section__title .shadow-title {
    margin-left: 0;
    margin-bottom: -43px;
  }
}
@media (max-width: 767.98px) {
  .section__title .shadow-title {
    font-size: 2rem;
    margin-bottom: -23px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title .shadow-title {
    font-size: 2.5rem;
    margin-bottom: -30px;
  }
}
.section__title p {
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .section__title p br {
    display: none;
  }
}
.section__title .sec-text {
  font-size: 18px;
  margin-top: 28px;
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .section__title .sec-text {
    font-size: 16px;
  }
}
.section__title .sec-text2 {
  font-size: 20px;
  font-family: var(--tg-heading2-font-family);
  margin-top: 28px;
  line-height: 1.5em;
  letter-spacing: -0.015em;
}
@media (max-width: 767.98px) {
  .section__title .sec-text2 {
    font-size: 16px;
  }
}
.section__title .sec-text3 {
  font-size: 20px;
  margin-top: 28px;
  line-height: 1.5em;
  letter-spacing: -0.015em;
}
@media (max-width: 767.98px) {
  .section__title .sec-text3 {
    font-size: 16px;
  }
}
.section__title-two {
  border-top: 1px solid var(--tg-heading-color);
  border-bottom: 1px solid var(--tg-heading-color);
  padding: 40px 0 31px;
}
@media (min-width: 1920px) {
  .section__title-two .title {
    margin-left: -20px;
  }
}
.section__title-three {
  position: relative;
}
.section__title-three:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 44px;
  height: 1px;
  background: var(--tg-color-white-default);
}
.section__title.white-title .sub-title {
  color: var(--tg-color-gray-5);
}
.section__title.white-title .sub-title svg {
  color: var(--tg-color-light-blue);
}
.section__title.white-title .title {
  color: var(--tg-color-white-default);
}
.section__title.white-title p {
  color: var(--tg-color-gray-5);
}
@media (max-width: 991.98px) {
  .section__title.mb-40 {
    margin-bottom: 30px;
  }
}

.page-title {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.03em;
}
@media (max-width: 767.98px) {
  .page-title {
    font-size: 24px;
  }
}

/*=============================
    10. Select2 CSS
===============================*/
.tgmenu__search-form .select2-container {
  margin-left: -17px;
}
.tgmenu__search-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 18px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.1rem center;
  background-size: 16px 12px;
  font-size: 14px;
  color: var(--tg-body-color);
  font-weight: 500;
}
.tgmenu__search-form .select2-container .select2-selection--single {
  height: auto;
}

.course-category-dropdown {
  background: var(--tg-color-white-default);
  border: 1px solid var(--tg-border-2);
  margin: 0 0;
}
.course-category-dropdown .select2-results__options {
  margin-top: 7px;
}
.course-category-dropdown .select2-results__option {
  padding: 1px 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.course-category-dropdown .select2-results__option--selectable:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

/*=============================
    Input
===============================*/
select,
.single-select,
.form-control,
.form-select,
textarea,
input {
  height: 55px;
  padding: 0 30px;
  border: 1px solid transparent;
  color: var(--tg-heading-color);
  background-color: transparent;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  font-family: var(--tg-body-font-family);
  transition: 0.4s ease-in-out;
  padding-right: 45px;
  border-radius: 5px;
}
select:focus,
.single-select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
}
select.style-white,
.single-select.style-white,
.form-control.style-white,
.form-select.style-white,
textarea.style-white,
input.style-white {
  background: var(--tg-color-white-default);
}
select.style-border,
.single-select.style-border,
.form-control.style-border,
.form-select.style-border,
textarea.style-border,
input.style-border {
  background: transparent;
  border-bottom: 1px solid var(--tg-heading-color);
  border-radius: 0;
  color: var(--tg-heading-color);
  font-weight: 400;
  padding: 0;
  padding-bottom: 25px;
  height: auto;
}
select.style-border::placeholder,
.single-select.style-border::placeholder,
.form-control.style-border::placeholder,
.form-select.style-border::placeholder,
textarea.style-border::placeholder,
input.style-border::placeholder {
  color: var(--tg-heading-color);
}
select.style-border2,
.single-select.style-border2,
.form-control.style-border2,
.form-select.style-border2,
textarea.style-border2,
input.style-border2 {
  background: transparent;
  border-bottom: 1px solid var(--tg-color-white-default);
  border-radius: 0;
  color: var(--tg-color-white-default);
  font-weight: 400;
  padding: 0;
  padding-bottom: 25px;
  height: auto;
}
select.style-border2::placeholder,
.single-select.style-border2::placeholder,
.form-control.style-border2::placeholder,
.form-select.style-border2::placeholder,
textarea.style-border2::placeholder,
input.style-border2::placeholder {
  color: var(--tg-color-white-default);
}

.single-select,
.form-select,
select {
  display: block;
  width: 100%;
  line-height: 60px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.single-select:after,
.form-select:after,
select:after {
  right: 30px;
  height: 8px;
  width: 8px;
}
.single-select .list,
.form-select .list,
select .list {
  width: 100%;
}

textarea.form-control,
textarea {
  min-height: 155px;
  padding-top: 16px;
  padding-bottom: 17px;
}
textarea.form-control.style2,
textarea.style2 {
  min-height: 200px;
}
textarea.form-control.style-border,
textarea.style-border {
  padding-top: 0px;
}

.form-group {
  position: relative;
}
.form-group &gt; i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 21px;
  font-size: 16px;
  color: var(--tg-heading-color);
}
.form-group &gt; i.fa-envelope {
  padding-top: 1px;
}
.form-group &gt; i.fa-comment {
  margin-top: -2px;
}
.form-group &gt; i.fa-chevron-down {
  width: 17px;
  background-color: var(--tg-heading-color);
}
.form-group .form-icon-left {
  display: inline-block;
  position: absolute;
  left: 15px;
  right: auto;
  top: 3px;
  margin-bottom: 0;
}
.form-group:has(.form-icon-left) textarea,
.form-group:has(.form-icon-left) input {
  padding-left: 33px;
}
.form-group.has-label &gt; i {
  top: 50px;
}
.form-group.has-icon .form-control {
  padding-left: 70px;
}
.form-group.has-icon .input-icon {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 18px;
  font-size: 16px;
  color: var(--tg-heading-color);
}
.form-group.has-icon .input-icon:hover {
  color: var(--tg-theme-primary);
}
.form-group:has(.style-border2) .form-icon-left {
  filter: brightness(99);
}
.form-group.radius-group input {
  border-radius: 100px;
}
.form-group.style-2 .form-control {
  padding: 0 30px 0 55px;
}
.form-group.style-2 textarea.form-control {
  padding: 16px 30px 30px 55px;
}
.form-group.style-3 .form-control {
  padding: 0 60px 0 30px;
}

input[type=date] {
  padding: 0 25px 0 25px;
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

option:checked, option:focus, option:hover {
  background-color: var(--tg-theme-primary);
  color: var(--tg-heading-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
  border-radius: 10px;
}
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  color: var(--tg-color-white-default);
  background-color: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--tg-icon-font-family);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--tg-color-white-default);
  border: 1px solid var(--tg-theme-primary);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
input[type=checkbox].style2 ~ label {
  color: #8B929C;
  padding-left: 23px;
  margin-bottom: -0.5em;
}
input[type=checkbox].style2 ~ label:before {
  background-color: white;
  border: 1px solid rgb(247, 204, 215);
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 3px;
  top: 6px;
}
input[type=checkbox].style2:checked ~ label:before {
  color: var(--tg-theme-primary);
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--tg-icon-font-family);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--tg-theme-primary);
  border-radius: 100%;
  font-weight: 700;
  background: var(--tg-color-white-default);
  color: transparent;
  transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
  border-color: var(--tg-theme-primary);
  background-color: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--tg-heading-color);
  font-family: var(--tg-body-font-family);
  font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters &gt; .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/*=============================
	11. Header
===============================*/
.transparent-header {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 9;
  height: auto;
}

@media (max-width: 991.98px) {
  .tg-header__area {
    padding: 15px 0;
  }
}
.tg-header__area-two {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.tg-header__area-two.sticky-menu {
  background: var(--tg-heading-color);
}
.tg-header__area-two .tgmenu__navbar-wrap &gt; ul &gt; li .sub-menu {
  background: var(--tg-heading-color);
}
.tg-header__area-three .tgmenu__navbar-wrap &gt; ul &gt; li a {
  color: var(--tg-heading-color);
}
.tg-header__area-three.sticky-menu {
  background: var(--tg-color-white-default);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tg-header__area-three .sidebar-btn {
  background: var(--tg-heading-color);
}
.tg-header__area-three .sidebar-btn .line {
  background: var(--tg-color-white-default);
}
.tg-header__area-four .sidebar-btn {
  background: var(--tg-color-white-default);
}
.tg-header__area-four .sidebar-btn .line {
  background: var(--tg-heading-color);
}
.tg-header__area-four .tgmenu__navbar-wrap &gt; ul &gt; li.active &gt; a, .tg-header__area-four .tgmenu__navbar-wrap &gt; ul &gt; li:hover &gt; a,
.tg-header__area-four .tgmenu__main-menu li.menu-item-has-children &gt; a:hover {
  text-shadow: -0.3px -0.3px 0 var(--tg-color-white-default), 0.3px 0.3px var(--tg-color-white-default);
  color: var(--tg-color-white-default);
}
.tg-header__area-five .sidebar-btn {
  background: var(--tg-color-white-default);
}
.tg-header__area-five .sidebar-btn .line {
  background: var(--tg-heading-color);
}
.tg-header__area-five .tgmenu__navbar-wrap &gt; ul &gt; li a {
  font-family: var(--tg-heading2-font-family);
}
.tg-header__area-five .tgmenu__action ul {
  margin-left: 70px;
}
.tg-header__area-six .sidebar-btn {
  background: var(--tg-heading-color);
}
.tg-header__area-six .sidebar-btn .line {
  background: var(--tg-color-white-default);
}
.tg-header__area-six .tgmenu__navbar-wrap &gt; ul &gt; li.active &gt; a, .tg-header__area-six .tgmenu__navbar-wrap &gt; ul &gt; li:hover &gt; a,
.tg-header__area-six .tgmenu__main-menu li.menu-item-has-children &gt; a:hover {
  text-shadow: -0.3px -0.3px 0 var(--tg-heading-color), 0.3px 0.3px var(--tg-heading-color);
  color: var(--tg-heading-color);
}
.tg-header__area-six .tgmenu__navbar-wrap &gt; ul &gt; li a {
  color: var(--tg-heading-color);
}
.tg-header__area-six.sticky-menu {
  background: var(--tg-color-white-default);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tg-header__area-seven .tgmenu__navbar-wrap &gt; ul {
  padding-left: 120px;
}
@media (max-width: 1800px) {
  .tg-header__area-seven .tgmenu__navbar-wrap &gt; ul {
    padding-left: 50px;
  }
}
@media (max-width: 1399px) {
  .tg-header__area-seven .tgmenu__navbar-wrap &gt; ul {
    padding-left: 0;
  }
}
.tg-header__area-seven .tgmenu__navbar-wrap &gt; ul &gt; li a {
  font-family: var(--tg-heading2-font-family);
}
.tg-header__area-seven .tgmenu__action ul {
  margin-left: 0;
}
.tg-header__area-eight .sidebar-btn {
  background: var(--tg-color-white-default);
}
.tg-header__area-eight .sidebar-btn .line {
  background: var(--tg-heading-color);
}
.tg-header__area .tgmenu__navbar-wrap &gt; ul &gt; li a {
  padding: 48px 0px;
}

.sidebar-btn {
  position: relative;
  width: 60px;
  border-radius: 50%;
  background: var(--tg-theme-primary);
  text-align: center;
  padding: 22px 0;
  display: inline-block;
}
.sidebar-btn .line {
  display: block;
  height: 2px;
  width: 18px;
  background: var(--tg-color-dark);
  margin: auto;
  transition: 0.4s;
}
.sidebar-btn .line:not(:last-child) {
  margin-bottom: 5px;
}
.sidebar-btn:hover .line:nth-child(2) {
  width: 10px;
}
@media (max-width: 767.98px) {
  .sidebar-btn {
    width: 50px;
    padding: 17px 0;
  }
}

.tgmenu__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .tgmenu__nav {
    justify-content: space-between;
  }
}
.tgmenu__nav .logo img {
  max-height: 40px;
}
.tgmenu__navbar-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
}
.tgmenu__navbar-wrap &gt; ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0;
  margin: 0 auto;
}
.tgmenu__navbar-wrap &gt; ul &gt; li {
  list-style: none;
  display: block;
  position: relative;
  margin-right: 56px;
}
@media (max-width: 1199.98px) {
  .tgmenu__navbar-wrap &gt; ul &gt; li {
    margin-right: 45px;
  }
}
.tgmenu__navbar-wrap &gt; ul &gt; li:last-child {
  margin-right: 0;
}
.tgmenu__navbar-wrap &gt; ul &gt; li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--tg-color-white-default);
  letter-spacing: 0.05em;
  padding: 55px 0px;
  display: flex;
  line-height: 1;
  position: relative;
  z-index: 1;
  font-family: var(--tg-heading-font-family);
}
.tgmenu__navbar-wrap &gt; ul &gt; li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 230px;
  background: var(--tg-color-dark);
  margin: 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0 0px 5px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 0px 5px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0px 5px rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 18px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.tgmenu__navbar-wrap &gt; ul &gt; li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
}
.tgmenu__navbar-wrap &gt; ul &gt; li .sub-menu &gt; li {
  margin-left: 0;
  text-align: left;
  display: block;
}
.tgmenu__navbar-wrap &gt; ul &gt; li .sub-menu &gt; li a {
  padding: 11px 15px 5px 25px;
  line-height: 1.3;
  display: block;
  color: var(--tg-color-white-default);
  text-transform: capitalize;
}
.tgmenu__navbar-wrap &gt; ul &gt; li .sub-menu &gt; li:hover &gt; a, .tgmenu__navbar-wrap &gt; ul &gt; li .sub-menu &gt; li.active &gt; a {
  color: var(--tg-theme-primary);
}
.tgmenu__navbar-wrap &gt; ul &gt; li .sub-menu &gt; li:hover &gt; a {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px);
}
.tgmenu__navbar-wrap &gt; ul &gt; li:hover &gt; .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.tgmenu__navbar-wrap &gt; ul &gt; li.active a, .tgmenu__navbar-wrap &gt; ul &gt; li:hover a {
  color: var(--tg-theme-primary);
}
.tgmenu__navbar-wrap-two &gt; ul &gt; li {
  margin-right: 20px;
}
.tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
  display: none;
}
.tgmenu__main-menu li.menu-item-has-children &gt; a:hover {
  color: var(--tg-theme-primary);
}
.tgmenu__main-menu li.menu-item-has-children:hover &gt; a::after {
  color: var(--tg-theme-primary);
}
.tgmenu__main-menu li.menu-item-has-children.active &gt; a::after {
  color: var(--tg-theme-primary);
}
@media (max-width: 991.98px) {
  .tgmenu__action {
    margin-right: 25px;
    margin-left: auto;
  }
}
.tgmenu__action ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-left: 162px;
}
@media (max-width: 1199.98px) {
  .tgmenu__action ul {
    margin-left: 60px;
  }
}
.tgmenu__action ul li {
  position: relative;
  margin-left: 35px;
}
@media (max-width: 1199.98px) {
  .tgmenu__action ul li {
    margin-left: 20px;
  }
}
.tgmenu__action ul li a {
  color: var(--tg-heading-color);
  font-size: 14px;
}
.tgmenu__action ul li:first-child {
  margin-left: 0;
}
.tgmenu__action ul .header-search {
  line-height: 0;
}
.tgmenu__action ul .header-search a {
  font-size: 24px;
  line-height: 0;
  color: var(--tg-color-gray-2);
}
.tgmenu__action ul .header-search a:hover {
  color: var(--tg-theme-primary);
}
.tgmenu__action ul .header-cart {
  line-height: 0;
  position: relative;
}
.tgmenu__action ul .header-cart::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%) rotate(16deg);
  width: 2px;
  height: 24px;
  background: #C3C3C3;
  border-radius: 2px;
}
@media (max-width: 1199.98px) {
  .tgmenu__action ul .header-cart::before {
    display: none;
  }
}
.tgmenu__action ul .header-cart a {
  position: relative;
  font-size: 28px;
  line-height: 0;
  color: var(--tg-color-gray-2);
}
.tgmenu__action ul .header-cart a span {
  position: absolute;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  right: -6px;
  top: -5px;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
}
.tgmenu__action ul .header-cart a:hover {
  color: var(--tg-theme-primary);
}
.tgmenu__action ul .header-cart-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
}
.tgmenu__action ul .header-cart-two::before {
  display: none;
}
.tgmenu__action ul .header-cart-two .price {
  font-size: 18px;
  line-height: 0.8;
  font-weight: 500;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-body-color);
}
.tgmenu__action ul .offCanvas-menu {
  line-height: 1;
}
@media (max-width: 991.98px) {
  .tgmenu__action ul .offCanvas-menu {
    display: none;
  }
}
.tgmenu__action ul .offCanvas-menu .menu-tigger {
  color: #767676;
}
.tgmenu__action ul .offCanvas-menu .menu-tigger svg {
  width: 26px;
}
.tgmenu__action ul .offCanvas-menu .menu-tigger:hover {
  color: var(--tg-theme-primary);
}
.tgmenu__action ul .header-btn {
  margin-left: 25px;
}
@media (max-width: 1199.98px) {
  .tgmenu__action ul .header-btn {
    display: none;
  }
}
.tgmenu__action ul .header-btn .btn {
  color: var(--tg-color-white-default);
  font-size: 16px;
  gap: 5px;
  padding: 17px 24px 15px 24px;
  background: linear-gradient(90deg, #80397E 5.39%, #9F59A4 100%);
}
.tgmenu__action ul .header-btn .btn i {
  line-height: 0;
  font-size: 18px;
  transform: translateY(-2px);
}
.tgmenu__action ul .header-btn .btn::after {
  display: none;
}
.tgmenu__action ul .header-btn.login-btn .btn {
  padding: 11px 19px 9px 19px;
  background: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  font-size: 15px;
  font-weight: 600;
  gap: 10px;
}
.tgmenu__action ul .header-btn.login-btn .btn i {
  font-size: 24px;
  line-height: 0;
  transform: translateY(-1px);
}
.tgmenu__action ul .header-btn.login-btn .btn::before {
  background: var(--tg-theme-primary);
}
.tgmenu__action ul .header-btn.login-btn .btn:hover {
  background: var(--tg-heading-color);
}
.tgmenu__action-two .list-wrap {
  justify-content: flex-end;
}
.tgmenu__action-two .list-wrap .header-search a {
  color: #BFCDEB;
}
.tgmenu__action-two .list-wrap .header-cart a {
  color: #BFCDEB;
}
.tgmenu__action-two .list-wrap .header-btn.login-btn .btn {
  background: #1B3B80;
  padding: 12px 19px 12px 19px;
}
.tgmenu__action-two .list-wrap .header-btn.login-btn .btn i {
  font-size: 20px;
}
.tgmenu__action-two .list-wrap .header-btn.login-btn .btn:hover {
  background: #1B3B80;
}
.tgmenu__action-three .list-wrap {
  margin-left: 15px;
}
.tgmenu__action-three .list-wrap li {
  margin-left: 30px;
  line-height: 0;
}
@media (max-width: 1500px) {
  .tgmenu__action-three .list-wrap li {
    margin-left: 25px;
  }
}
.tgmenu__action-three .list-wrap li::before {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(16.284deg);
  -moz-transform: translateY(-50%) rotate(16.284deg);
  -ms-transform: translateY(-50%) rotate(16.284deg);
  -o-transform: translateY(-50%) rotate(16.284deg);
  transform: translateY(-50%) rotate(16.284deg);
  width: 2px;
  height: 24px;
  background: #AEB7CA;
  border-radius: 2px;
}
@media (max-width: 1500px) {
  .tgmenu__action-three .list-wrap li::before {
    right: -13px;
  }
}
.tgmenu__action-three .list-wrap li a {
  font-size: 28px;
  line-height: 0;
  color: var(--tg-heading-color);
}
@media (max-width: 1500px) {
  .tgmenu__action-three .list-wrap li a {
    font-size: 25px;
  }
}
.tgmenu__action-three .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}
@media (max-width: 1199.98px) {
  .tgmenu__search {
    margin-left: auto;
  }
}
@media (max-width: 991.98px) {
  .tgmenu__search {
    display: none;
  }
}
.tgmenu__search-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid var(--tg-border-3);
  background: #F9F9F9;
  width: 400px;
  position: relative;
}
@media (max-width: 1500px) {
  .tgmenu__search-form {
    width: 360px;
  }
}
@media (max-width: 1199.98px) {
  .tgmenu__search-form {
    width: 390px;
  }
}
.tgmenu__search-form input {
  width: 100%;
  display: block;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 15px 10px 15px 25px;
  font-size: 14px;
  color: var(--tg-heading-color);
  height: 50px;
}
.tgmenu__search-form input::placeholder {
  font-size: 14px;
  color: #7B859B;
}
.tgmenu__search-form .select-grp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  padding: 12px 0 12px 17px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 130px;
  flex: 0 0 auto;
  position: relative;
}
.tgmenu__search-form .select-grp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: #C1C1C1;
}
.tgmenu__search-form .select-grp svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
.tgmenu__search-form .select-grp path {
  fill: var(--tg-theme-primary);
}
.tgmenu__search-form .form-select {
  outline: none;
  box-shadow: none;
  border: none;
  padding-left: 8px;
  color: var(--tg-heading-color);
  font-size: 14px;
  font-weight: 500;
}
.tgmenu__search-form [type=submit] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 3px;
  bottom: 3px;
  right: 3px;
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
  border: none;
  padding: 0 0;
  background: var(--tg-theme-primary);
  font-size: 18px;
  line-height: 0;
  color: var(--tg-color-white-default);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-left: 10px;
}
.tgmenu__search-form [type=submit]:hover {
  background: var(--tg-heading-color);
  color: var(--tg-color-white-default);
}

.sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: var(--tg-color-dark);
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 0px 5px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0px 5px rgba(255, 255, 255, 0.1);
  border-radius: 0;
}
.sticky-menu ul li .sub-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/*=============================
	12. Mobile Menu
===============================*/
.tgmobile__search {
  padding: 0 20px 25px 25px;
}
.tgmobile__search form {
  position: relative;
}
.tgmobile__search input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 45px 10px 20px;
  font-size: 15px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--tg-color-white-default);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.tgmobile__search input::placeholder {
  font-size: 15px;
  color: var(--tg-color-white-default);
}
.tgmobile__search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  padding: 0;
  right: 20px;
  line-height: 1;
  background: transparent;
  color: var(--tg-theme-primary);
}
.tgmobile__menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 999;
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
}
.tgmobile__menu .navbar-collapse {
  display: block !important;
}
.tgmobile__menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.tgmobile__menu .nav-logo img {
  max-height: 35px;
}
.tgmobile__menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}
.tgmobile__menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.tgmobile__menu .navigation li.active &gt; a {
  color: var(--tg-theme-primary);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 20px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: var(--tg-color-white-default);
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 12px;
  height: 2px;
  background-color: var(--tg-color-white-default);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 2px;
  height: 12px;
  background-color: var(--tg-color-white-default);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
  background-color: var(--tg-color-white-default);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
  background-color: var(--tg-color-dark);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after {
  display: none;
}
.tgmobile__menu .navigation li &gt; a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 10px 60px 10px 25px;
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-color-white-default);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}
.tgmobile__menu .navigation li &gt; a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 2px;
  background: var(--tg-theme-primary);
  pointer-events: none;
}
.tgmobile__menu .navigation li ul li &gt; a {
  margin-left: 20px;
}
.tgmobile__menu .navigation li ul li ul li a {
  margin-left: 40px;
}
.tgmobile__menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}
.tgmobile__menu .navigation li &gt; ul {
  display: none;
}
.tgmobile__menu .navigation li &gt; ul &gt; li &gt; ul {
  display: none;
}
.tgmobile__menu .navigation ul {
  padding: 0;
  margin: 0;
}
.tgmobile__menu .navigation ul li a {
  display: block;
}
.tgmobile__menu .navigation ul li ul li &gt; a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}
.tgmobile__menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tgmobile__menu .navigation &gt; li &gt; ul &gt; li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.tgmobile__menu .navigation &gt; li.active &gt; a::before {
  height: 100%;
}
.tgmobile__menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  color: var(--tg-theme-primary);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tgmobile__menu .close-btn i[class^=flaticon-]:before {
  font-weight: var(--tg-fw-bold) !important;
}
.tgmobile__menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
}
.tgmobile__menu .social-links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  text-align: center;
  padding: 20px 0 0 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.tgmobile__menu .social-links ul li {
  position: relative;
  display: inline-block;
  margin: 0;
}
.tgmobile__menu .social-links ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: var(--tg-color-white-default);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.tgmobile__menu .social-links ul li a:hover {
  color: var(--tg-theme-primary);
}
.tgmobile__menu .tgmenu__action {
  padding: 0 0;
  margin: 0 0;
}
.tgmobile__menu .tgmenu__action &gt; ul {
  margin: 0 0;
  padding: 30px 20px 0;
  justify-content: center;
  gap: 0 15px;
}
.tgmobile__menu .tgmenu__action &gt; ul li {
  margin: 0 0;
}
.tgmobile__menu .tgmenu__action &gt; ul .header-btn {
  display: block;
}
.tgmobile__menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--tg-color-black-1);
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}
.tgmobile__menu-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: var(--tg-color-white-default);
  margin-right: 30px;
  top: 15px;
}
@media (max-width: 991.98px) {
  .tgmobile__menu-outer .mobile-nav-toggler {
    display: block !important;
  }
}
.tgmobile__menu-bottom {
  margin-top: auto;
  padding: 30px 25px 30px;
}
.tgmobile__menu-bottom .contact-info li:not(:last-child) {
  margin-bottom: 10px;
}
.tgmobile__menu-bottom .contact-info li a {
  color: var(--tg-color-white-default);
}
.tgmobile__menu-bottom .contact-info li a:hover {
  color: var(--tg-theme-primary);
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .tgmobile__menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu-visible .tgmobile__menu-backdrop {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .tgmobile__menu .close-btn {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-nav-toggler {
  display: none;
}
@media (max-width: 991.98px) {
  .mobile-nav-toggler {
    display: inline-flex;
  }
}

/*=============================
    13. Banner
===============================*/
/*hero 1****************/
.hero-1 {
  background: var(--tg-color-dark);
  padding: 238px 0 120px;
}
@media (max-width: 991.98px) {
  .hero-1 {
    padding: 200px 0 120px;
  }
}
@media (max-width: 767.98px) {
  .hero-1 {
    padding: 150px 0 120px;
  }
}

.hero-style1 .hero-title {
  color: var(--tg-color-white-default);
  font-size: 7.5rem;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .hero-style1 .hero-title {
    font-size: 6.25rem;
  }
}
@media (max-width: 1199.98px) {
  .hero-style1 .hero-title {
    font-size: 5rem;
  }
}
@media (max-width: 767.98px) {
  .hero-style1 .hero-title {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-style1 .hero-title {
    font-size: 4.063rem;
  }
}
.hero-style1 .hero-text {
  font-size: 1.125rem;
  color: var(--tg-color-white-default);
  letter-spacing: -0.015em;
  line-height: 1.777;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .hero-style1 .hero-text {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .hero-style1 .hero-text {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.hero-style1 .tg-button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  position: relative;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 80px;
}
.hero-style1 .tg-button-wrap i {
  color: var(--tg-theme-primary);
  font-size: 30px;
}
.hero-style1 .tg-button-wrap:after {
  content: "";
  position: relative;
  display: inline-block;
  border-bottom: 1px solid var(--tg-color-white-default);
  width: 100%;
  flex: 1;
}
@media (max-width: 767.98px) {
  .hero-style1 .tg-button-wrap {
    gap: 30px;
    margin-bottom: 60px;
  }
  .hero-style1 .tg-button-wrap:after {
    display: none;
  }
}

.hero-thumb1 .thumb {
  position: relative;
}
.hero-thumb1 .thumb:after {
  content: "";
  position: absolute;
  inset: 0;
  mix-blend-mode: color;
  background: var(--tg-color-dark);
}
.hero-thumb1 .thumb img {
  width: 100%;
}
.hero-thumb1 .big-circle-btn {
  position: absolute;
  right: 60px;
  top: 60px;
}
@media (max-width: 767.98px) {
  .hero-thumb1 .big-circle-btn {
    right: 20px;
    top: 20px;
  }
}

/*hero 2****************/
.hero-2 {
  background: var(--tg-heading-color);
  padding: 157px 0 120px;
  position: relative;
  z-index: 1;
}
.hero-2:after, .hero-2:before {
  content: "";
  position: absolute;
}
.hero-2:after {
  bottom: 0;
  right: 392px;
  height: calc(100% - 113px);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  z-index: -1;
}
@media (max-width: 1500px) {
  .hero-2:after {
    right: 300px;
  }
}
@media (max-width: 1199.98px) {
  .hero-2:after {
    right: 200px;
  }
}
@media (max-width: 991.98px) {
  .hero-2:after {
    display: none;
  }
}
.hero-2:before {
  bottom: 120px;
  left: 0;
  right: 0;
  height: 1px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767.98px) {
  .hero-2:before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .hero-2 {
    padding: 210px 0 120px;
  }
}
@media (max-width: 767.98px) {
  .hero-2 {
    padding: 180px 0 0px;
  }
}
.hero-2 .hero-thumb2-1 {
  display: inline-block;
  position: absolute;
  right: 222px;
}
.hero-2 .hero-thumb2-1 img {
  width: 338px;
  height: 357px;
  object-fit: cover;
}
@media (max-width: 1800px) {
  .hero-2 .hero-thumb2-1 {
    right: 93px;
  }
  .hero-2 .hero-thumb2-1 img {
    width: 300px;
  }
}
@media (max-width: 1500px) {
  .hero-2 .hero-thumb2-1 {
    right: 0;
  }
  .hero-2 .hero-thumb2-1 img {
    width: 300px;
  }
}
@media (max-width: 1199.98px) {
  .hero-2 .hero-thumb2-1 img {
    width: 200px;
  }
}
@media (max-width: 991.98px) {
  .hero-2 .hero-thumb2-1 {
    display: none;
  }
}
.hero-2 .hero-thumb2-2 {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.hero-2 .hero-thumb2-2 img {
  width: 426px;
  height: 559px;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .hero-2 .hero-thumb2-2 img {
    width: 350px;
  }
}
@media (max-width: 1399px) {
  .hero-2 .hero-thumb2-2 img {
    width: 300px;
  }
}
@media (max-width: 1199.98px) {
  .hero-2 .hero-thumb2-2 img {
    width: 200px;
    height: 360px;
  }
}
@media (max-width: 991.98px) {
  .hero-2 .hero-thumb2-2 {
    display: none;
  }
}

.hero-style2 {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  .hero-style2 {
    padding-top: 0;
  }
}
.hero-style2 .hero-title {
  font-size: 6.875rem;
  line-height: 1.0909;
  letter-spacing: -0.03em;
  font-weight: 400;
  margin-bottom: 0;
}
.hero-style2 .hero-title img {
  max-width: 265px;
  max-height: 86px;
  border-radius: 100px;
}
@media (max-width: 1399px) {
  .hero-style2 .hero-title {
    font-size: 90px;
  }
  .hero-style2 .hero-title:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199.98px) {
  .hero-style2 .hero-title {
    font-size: 80px;
  }
}
@media (max-width: 991.98px) {
  .hero-style2 .hero-title {
    font-size: 65px;
  }
}
@media (max-width: 767.98px) {
  .hero-style2 .hero-title {
    font-size: 45px;
    text-align: start !important;
  }
  .hero-style2 .hero-title img {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-style2 .hero-title {
    font-size: 55px;
  }
  .hero-style2 .hero-title img {
    width: 200px;
    display: inline-block;
  }
}
.hero-style2 .hero-text {
  font-size: 18px;
  letter-spacing: -0.015em;
  line-height: 1.555;
}
.hero-style2 .hero-flex-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  align-items: end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 1800px) {
  .hero-style2 .hero-flex-wrap {
    padding-left: 90px;
    padding-right: 100px;
  }
}
@media (max-width: 1399px) {
  .hero-style2 .hero-flex-wrap {
    padding-left: 140px;
    padding-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .hero-style2 .hero-flex-wrap {
    padding-left: 220px;
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .hero-style2 .hero-flex-wrap {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .hero-style2 .hero-flex-wrap {
    padding-left: 0;
    gap: 40px;
  }
}
.hero-style2 .hero-flex-wrap .hero-flex-content {
  max-width: 471px;
}
.hero-style2 .work-group-thumb {
  margin-bottom: 35px;
}
.hero-style2 .work-group-thumb .thumb {
  border-color: var(--tg-color-white-default);
}
.hero-style2 .work-group-thumb .thumb:first-child {
  z-index: 1;
}
@media (max-width: 767.98px) {
  .hero-style2 .work-group-thumb {
    margin-bottom: 25px;
  }
}
.hero-style2 .work-counter-wrap .text-theme {
  font-size: 28px;
}

/*hero 3****************/
.hero-3 .hero-thumb3-1 {
  text-align: end;
  background-image: linear-gradient(var(--tg-theme-primary), var(--tg-theme-primary));
  background-repeat: no-repeat;
  background-size: 100% calc(100% - 293px);
  margin-top: -287px;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .hero-3 .hero-thumb3-1 {
    margin-top: -207px;
    background-size: 100% calc(100% - 223px);
  }
}
@media (max-width: 991.98px) {
  .hero-3 .hero-thumb3-1 {
    margin-top: -30px;
  }
}
@media (max-width: 767.98px) {
  .hero-3 .hero-thumb3-1 {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-3 .hero-thumb3-1 {
    margin-top: 50px;
  }
}
.hero-3 .hero-thumb3-1 .square-shape-wrap {
  transform: translate(0, -100%);
}
@media (max-width: 1199.98px) {
  .hero-3 .hero-thumb3-1 .square-shape-wrap {
    --box-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .hero-3 .hero-thumb3-1 .square-shape-wrap {
    --box-size: 25px;
  }
}
.hero-3 .hero-thumb3-1 .thumb {
  display: inline-block;
}
.hero-3 .hero-thumb3-1 .thumb img {
  width: 900px;
  height: 551px;
  object-fit: cover;
}
@media (max-width: 1800px) {
  .hero-3 .hero-thumb3-1 .thumb img {
    width: 700px;
  }
}
@media (max-width: 1399px) {
  .hero-3 .hero-thumb3-1 .thumb img {
    width: 600px;
  }
}
@media (max-width: 1199.98px) {
  .hero-3 .hero-thumb3-1 .thumb img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .hero-3 .hero-thumb3-1 .thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-3 .hero-thumb3-1 .thumb img {
    width: 550px;
  }
}
.hero-3 .hero-thumb3-1 .thumb .square-shape-wrap {
  transform: rotate(180deg);
  left: 0;
  right: auto;
  --box-size: 25px;
}
.hero-3 .hero-thumb3-1 .thumb .square-shape-wrap .square-shape3 {
  background: var(--tg-color-white-default);
}

.hero-style3 {
  padding-top: 205px;
}
@media (max-width: 991.98px) {
  .hero-style3 {
    padding-top: 165px;
  }
}
@media (max-width: 767.98px) {
  .hero-style3 {
    padding-top: 145px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-style3 {
    padding-top: 165px;
  }
}
.hero-style3 .hero-title {
  font-size: 130px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.2307;
  margin-bottom: 17px;
}
@media (max-width: 1800px) {
  .hero-style3 .hero-title {
    font-size: 120px;
  }
}
@media (max-width: 1399px) {
  .hero-style3 .hero-title {
    font-size: 110px;
  }
}
@media (max-width: 1199.98px) {
  .hero-style3 .hero-title {
    font-size: 90px;
  }
}
@media (max-width: 991.98px) {
  .hero-style3 .hero-title {
    font-size: 65px;
  }
}
@media (max-width: 767.98px) {
  .hero-style3 .hero-title {
    font-size: 45px;
  }
}
@media (max-width: 380px) {
  .hero-style3 .hero-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-style3 .hero-title {
    font-size: 55px;
  }
}
.hero-style3 .hero-text {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.015em;
  opacity: 0.8;
  max-width: 530px;
  line-height: 1.7272;
}
@media (max-width: 991.98px) {
  .hero-style3 .hero-text {
    font-size: 18px;
  }
}
.hero-style3 .tg-button-wrap {
  margin-top: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-style3 .tg-button-wrap {
    margin-top: 40px;
  }
}

/*hero 4****************/
.hero-4 {
  padding: 287px 0 74px;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1399px) {
  .hero-4 {
    padding: 237px 0 74px;
  }
}
@media (max-width: 1199.98px) {
  .hero-4 {
    padding: 197px 0 74px;
  }
}
@media (max-width: 767.98px) {
  .hero-4 {
    padding: 155px 0 74px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-4 {
    padding: 177px 0 74px;
  }
}

.hero-style4 .hero-title {
  font-size: 110px;
  font-weight: 400;
  line-height: 1.0909;
  letter-spacing: -0.03em;
}
@media (max-width: 1399px) {
  .hero-style4 .hero-title {
    font-size: 100px;
  }
}
@media (max-width: 1199.98px) {
  .hero-style4 .hero-title {
    font-size: 80px;
  }
}
@media (max-width: 991.98px) {
  .hero-style4 .hero-title {
    font-size: 65px;
  }
}
@media (max-width: 767.98px) {
  .hero-style4 .hero-title {
    font-size: 45px;
  }
}
@media (max-width: 380px) {
  .hero-style4 .hero-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-style4 .hero-title {
    font-size: 50px;
  }
}
.hero-style4 .hero-text {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.7272;
  max-width: 611px;
  margin-top: 22px;
  margin-bottom: 38px;
}
@media (max-width: 1199.98px) {
  .hero-style4 .hero-text {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .hero-style4 .hero-text {
    font-size: 16px;
  }
}
.hero-style4 .hero-flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 27px;
}
.hero-style4 .work-group-thumb .thumb {
  border-color: var(--tg-color-white-default);
}
.hero-style4 .circle-text-wrap {
  display: inline-block;
  cursor: pointer;
}
.hero-style4 .circle-text-wrap .arrow-down {
  position: absolute;
  left: calc(50% - 2px);
  top: calc(50% - 2px);
  font-size: 40px;
  color: var(--tg-color-white-default);
  transform: translate(-50%, -50%) rotate(135deg);
}

.circle-text-tag {
  background: transparent;
  display: inline-block;
  height: 190px;
  width: 190px;
  border-radius: 50%;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-color-white-default);
  text-align: center;
  animation: spin 10s infinite alternate-reverse;
}
.circle-text-tag span {
  --rotate-letter: 10deg;
  position: absolute;
  width: 190px;
  height: 190px;
  top: 0;
  left: 0;
  transform-origin: center;
  transform: rotate(var(--rotate-letter));
}
.circle-text-tag span.char2 {
  transform: rotate(calc(var(--rotate-letter) * 2));
}
.circle-text-tag span.char3 {
  transform: rotate(calc(var(--rotate-letter) * 3));
}
.circle-text-tag span.char4 {
  transform: rotate(calc(var(--rotate-letter) * 4));
}
.circle-text-tag span.char5 {
  transform: rotate(calc(var(--rotate-letter) * 5));
}
.circle-text-tag span.char6 {
  transform: rotate(calc(var(--rotate-letter) * 6));
}
.circle-text-tag span.char7 {
  transform: rotate(calc(var(--rotate-letter) * 7));
}
.circle-text-tag span.char8 {
  transform: rotate(calc(var(--rotate-letter) * 8));
}
.circle-text-tag span.char9 {
  transform: rotate(calc(var(--rotate-letter) * 9));
}
.circle-text-tag span.char10 {
  transform: rotate(calc(var(--rotate-letter) * 10));
}
.circle-text-tag span.char11 {
  transform: rotate(calc(var(--rotate-letter) * 11));
}
.circle-text-tag span.char12 {
  transform: rotate(calc(var(--rotate-letter) * 12));
}
.circle-text-tag span.char13 {
  transform: rotate(calc(var(--rotate-letter) * 13));
}
.circle-text-tag span.char14 {
  transform: rotate(calc(var(--rotate-letter) * 14));
}
.circle-text-tag span.char15 {
  transform: rotate(calc(var(--rotate-letter) * 15));
}
.circle-text-tag span.char16 {
  transform: rotate(calc(var(--rotate-letter) * 16));
}
.circle-text-tag span.char17 {
  transform: rotate(calc(var(--rotate-letter) * 17));
}
.circle-text-tag span.char18 {
  transform: rotate(calc(var(--rotate-letter) * 18));
}
.circle-text-tag span.char19 {
  transform: rotate(calc(var(--rotate-letter) * 19));
}
.circle-text-tag span.char20 {
  transform: rotate(calc(var(--rotate-letter) * 20));
}
.circle-text-tag span.char21 {
  transform: rotate(calc(var(--rotate-letter) * 21));
}
.circle-text-tag span.char22 {
  transform: rotate(calc(var(--rotate-letter) * 22));
}
.circle-text-tag span.char23 {
  transform: rotate(calc(var(--rotate-letter) * 23));
}
.circle-text-tag span.char24 {
  transform: rotate(calc(var(--rotate-letter) * 24));
}
.circle-text-tag span.char25 {
  transform: rotate(calc(var(--rotate-letter) * 25));
}
.circle-text-tag span.char26 {
  transform: rotate(calc(var(--rotate-letter) * 26));
}
.circle-text-tag span.char27 {
  transform: rotate(calc(var(--rotate-letter) * 27));
}
.circle-text-tag span.char28 {
  transform: rotate(calc(var(--rotate-letter) * 28));
}
.circle-text-tag span.char29 {
  transform: rotate(calc(var(--rotate-letter) * 29));
}
.circle-text-tag span.char30 {
  transform: rotate(calc(var(--rotate-letter) * 30));
}
.circle-text-tag span.char31 {
  transform: rotate(calc(var(--rotate-letter) * 31));
}
.circle-text-tag span.char32 {
  transform: rotate(calc(var(--rotate-letter) * 32));
}
.circle-text-tag span.char33 {
  transform: rotate(calc(var(--rotate-letter) * 33));
}
.circle-text-tag span.char34 {
  transform: rotate(calc(var(--rotate-letter) * 34));
}
.circle-text-tag span.char35 {
  transform: rotate(calc(var(--rotate-letter) * 35));
}

/*hero 5****************/
.hero-slider1-active {
  position: relative;
}
.hero-slider1-active .swiper-slide {
  position: relative;
  z-index: 1;
  background-size: cover;
}
.hero-slider1-active .swiper-slide:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 6, 6, 0.9);
  mix-blend-mode: luminosity;
  z-index: -1;
}
.hero-slider1-active .slider-btn {
  position: absolute;
  z-index: 2;
  bottom: 66px;
  background: transparent;
  color: var(--tg-color-white-default);
  letter-spacing: -0.015em;
  border: 0;
  padding: 0;
  font-size: 20px;
  font-family: var(--tg-heading2-font-family);
  display: flex;
  gap: 10px;
  align-items: center;
}
.hero-slider1-active .slider-btn:before, .hero-slider1-active .slider-btn:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 57px;
  height: 1px;
  transition: 0.4s;
  background: var(--tg-color-white-default);
}
.hero-slider1-active .slider-btn:hover {
  color: var(--tg-theme-primary);
}
.hero-slider1-active .slider-btn:hover:before, .hero-slider1-active .slider-btn:hover:after {
  background: var(--tg-theme-primary);
}
.hero-slider1-active .slider-btn.slider-prev {
  left: 215px;
}
.hero-slider1-active .slider-btn.slider-prev:before {
  display: none;
}
@media (max-width: 1800px) {
  .hero-slider1-active .slider-btn.slider-prev {
    left: 30px;
  }
}
.hero-slider1-active .slider-btn.slider-next {
  right: 215px;
}
.hero-slider1-active .slider-btn.slider-next:after {
  display: none;
}
@media (max-width: 1800px) {
  .hero-slider1-active .slider-btn.slider-next {
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .hero-slider1-active .slider-btn {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-slider1-active .slider-btn {
    display: inline-flex;
  }
}
.hero-slider1-active .swiper-pagination {
  display: inline-flex;
  gap: 12px;
  justify-content: center;
  position: absolute;
  top: auto;
  bottom: 60px;
  z-index: 1;
}
.hero-slider1-active .swiper-pagination .swiper-pagination-bullet {
  width: 45px;
  height: 45px;
  line-height: 44px;
  background: transparent;
  font-size: 20px;
  font-family: var(--tg-heading2-font-family);
  color: var(--tg-color-white-default);
  border: 1px solid var(--tg-color-white-default);
  opacity: 1;
  margin: 0;
  transition: 0.4s;
}
.hero-slider1-active .swiper-pagination .swiper-pagination-bullet:hover, .hero-slider1-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}

.hero-style5 {
  padding: 253px 0;
}
@media (max-width: 991.98px) {
  .hero-style5 {
    padding: 200px 0;
  }
}
@media (max-width: 767.98px) {
  .hero-style5 {
    padding: 180px 0;
  }
}
.hero-style5 .btn {
  font-family: var(--tg-heading2-font-family);
}
.hero-style5 .btn .icon-globe {
  color: var(--tg-theme-primary);
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .hero-style5 .btn {
    font-size: 14px;
    gap: 15px;
  }
  .hero-style5 .btn .icon-globe {
    font-size: 24px;
  }
}
.hero-style5 .big-circle-btn.style3 {
  font-size: 20px;
}
.hero-style5 .tg-button-wrap {
  margin-bottom: 29px;
}
.hero-style5 .hero-title {
  font-size: 6.875rem;
  line-height: 1.0909;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin-bottom: 0;
  font-family: var(--tg-heading2-font-family);
}
@media (max-width: 1399px) {
  .hero-style5 .hero-title {
    font-size: 90px;
  }
}
@media (max-width: 1199.98px) {
  .hero-style5 .hero-title {
    font-size: 80px;
  }
}
@media (max-width: 991.98px) {
  .hero-style5 .hero-title {
    font-size: 65px;
  }
}
@media (max-width: 767.98px) {
  .hero-style5 .hero-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-style5 .hero-title {
    font-size: 55px;
  }
}
.hero-style5 .hero-text {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.7272;
  max-width: 370px;
  margin-bottom: -0.55em;
  margin-top: 28px;
}
@media (max-width: 1199.98px) {
  .hero-style5 .hero-text {
    font-size: 16px;
  }
}

/*hero 6****************/
.hero-6 {
  position: relative;
  z-index: 1;
  padding-top: 257px;
  padding-bottom: 150px;
}
@media (max-width: 991.98px) {
  .hero-6 {
    padding-top: 200px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767.98px) {
  .hero-6 {
    padding-top: 180px;
  }
}
.hero-6 .hero-thumb6-1 {
  top: 257px;
  bottom: 150px;
  width: 50%;
}
@media (max-width: 991.98px) {
  .hero-6 .hero-thumb6-1 {
    top: 0;
    width: 100%;
  }
}
.hero-6 .video-btn-wrap .play-btn .icon-btn {
  color: var(--tg-heading-color);
}
.hero-6 .video-btn-wrap .play-btn .icon-btn:hover {
  color: var(--tg-heading-color);
}

.hero-style6 {
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .hero-style6 {
    margin-bottom: 100px;
  }
}
.hero-style6 .hero-title {
  font-family: var(--tg-heading2-font-family);
  font-size: 110px;
  font-weight: 700;
  line-height: 1.2727;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .hero-style6 .hero-title {
    font-size: 100px;
  }
}
@media (max-width: 1199.98px) {
  .hero-style6 .hero-title {
    font-size: 80px;
  }
}
@media (max-width: 991.98px) {
  .hero-style6 .hero-title {
    font-size: 65px;
  }
}
@media (max-width: 767.98px) {
  .hero-style6 .hero-title {
    font-size: 45px;
  }
}
@media (max-width: 380px) {
  .hero-style6 .hero-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-style6 .hero-title {
    font-size: 50px;
  }
}
.hero-style6 .hero-title.style2 {
  background: var(--tg-color-black-1);
  padding-right: 55px;
}
@media (max-width: 991.98px) {
  .hero-style6 .hero-title.style2 {
    background: transparent;
    padding-right: 0;
  }
}
.hero-style6 .hero-text {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.7272;
  max-width: 370px;
  margin-bottom: 94px;
  margin-top: 30px;
}
@media (max-width: 1199.98px) {
  .hero-style6 .hero-text {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .hero-style6 .hero-text {
    margin-bottom: 64px;
  }
}
.hero-style6 .btn {
  font-family: var(--tg-heading2-font-family);
}

/*hero 7****************/
.hero-7 {
  position: relative;
  z-index: 1;
  padding-top: 313px;
  padding-bottom: 257px;
  background: linear-gradient(177.04deg, var(--tg-theme-primary) 2.46%, rgba(168, 247, 0, 0) 44.58%);
}
@media (max-width: 1399px) {
  .hero-7 {
    padding-top: 280px;
    padding-bottom: 200px;
  }
}
@media (max-width: 1199.98px) {
  .hero-7 {
    padding-top: 250px;
    padding-bottom: 180px;
  }
}
@media (max-width: 991.98px) {
  .hero-7 {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767.98px) {
  .hero-7 {
    padding-top: 180px;
    padding-bottom: 120px;
  }
}

.hero-style7 .hero-title {
  font-size: 90px;
  font-weight: 400;
  line-height: 1.2222;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
.hero-style7 .hero-title img {
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .hero-style7 .hero-title {
    font-size: 80px;
  }
}
@media (max-width: 1199.98px) {
  .hero-style7 .hero-title {
    font-size: 70px;
  }
}
@media (max-width: 991.98px) {
  .hero-style7 .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .hero-style7 .hero-title {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .hero-style7 .hero-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-style7 .hero-title {
    font-size: 45px;
  }
}
.hero-style7 .hero-flex-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: -16px;
}
@media (max-width: 1199.98px) {
  .hero-style7 .hero-flex-wrap {
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .hero-style7 .hero-flex-wrap {
    margin-top: 30px;
  }
}
.hero-style7 .hero-flex-wrap .content-thumb {
  border-radius: 40px;
}
.hero-style7 .hero-flex-wrap .hero-text {
  max-width: 611px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.7272;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .hero-style7 .hero-flex-wrap .hero-text {
    font-size: 16px;
  }
}
.hero-style7 .hero-flex-wrap .tg-button-wrap {
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  .hero-style7 .hero-flex-wrap .tg-button-wrap {
    margin-right: auto;
    margin-top: 30px;
  }
}

/*hero 8****************/
.hero-8 {
  padding-bottom: 200px;
}
@media (max-width: 1399px) {
  .hero-8 {
    padding-top: 111px;
  }
}
@media (max-width: 991.98px) {
  .hero-8 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
.hero-8 .hero-thumb7 {
  background: var(--tg-theme-primary);
  width: 540px;
  height: 950px;
}
@media (max-width: 1800px) {
  .hero-8 .hero-thumb7 {
    width: 490px;
  }
}
@media (max-width: 1399px) {
  .hero-8 .hero-thumb7 {
    width: 490px;
    height: 862px;
  }
}
@media (max-width: 1199.98px) {
  .hero-8 .hero-thumb7 {
    width: 430px;
    height: 772px;
  }
}
@media (max-width: 991.98px) {
  .hero-8 .hero-thumb7 {
    width: 100%;
    height: 800px;
  }
}
@media (max-width: 767.98px) {
  .hero-8 .hero-thumb7 {
    height: 550px;
  }
}
@media (max-width: 380px) {
  .hero-8 .hero-thumb7 {
    height: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-8 .hero-thumb7 {
    height: 700px;
  }
}
.hero-8 .hero-thumb7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.hero-style8 {
  padding-top: 334px;
  margin-right: -290px;
}
@media (max-width: 1800px) {
  .hero-style8 {
    padding-top: 270px;
  }
}
@media (max-width: 1399px) {
  .hero-style8 {
    padding-top: 220px;
  }
}
@media (max-width: 1199.98px) {
  .hero-style8 {
    padding-top: 200px;
  }
}
@media (max-width: 991.98px) {
  .hero-style8 {
    padding-top: 50px;
    margin-right: 0;
  }
}
.hero-style8 .hero-title {
  font-family: var(--tg-heading2-font-family);
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2142;
  letter-spacing: -0.03em;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media (max-width: 1800px) {
  .hero-style8 .hero-title {
    font-size: 65px;
  }
}
@media (max-width: 1399px) {
  .hero-style8 .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 1199.98px) {
  .hero-style8 .hero-title {
    font-size: 55px;
  }
}
@media (max-width: 991.98px) {
  .hero-style8 .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .hero-style8 .hero-title {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .hero-style8 .hero-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-style8 .hero-title {
    font-size: 45px;
  }
}
.hero-style8 .hero-text {
  letter-spacing: -0.015em;
  font-size: 22px;
  font-weight: 500;
  max-width: 492px;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .hero-style8 .hero-text {
    font-size: 16px;
  }
}
.hero-style8 .tg-button-wrap {
  padding-top: 38px;
  padding-bottom: 20px;
}
.hero-style8 .tg-button-wrap .custom-arrow {
  width: 316px;
  height: 4px;
  background: var(--tg-color-white-default);
  position: relative;
}
@media (max-width: 1199.98px) {
  .hero-style8 .tg-button-wrap .custom-arrow {
    width: 250px;
  }
}
.hero-style8 .tg-button-wrap .custom-arrow:before, .hero-style8 .tg-button-wrap .custom-arrow:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 17px;
  background: var(--tg-color-white-default);
  right: -1px;
  top: -7px;
  transform: rotate(45deg);
  border-radius: 5px;
}
.hero-style8 .tg-button-wrap .custom-arrow:before {
  bottom: -7px;
  transform: rotate(-45deg);
  top: auto;
}
@media (max-width: 767.98px) {
  .hero-style8 .tg-button-wrap .custom-arrow {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-style8 .tg-button-wrap .custom-arrow {
    display: block;
  }
}
.hero-style8 .tg-button-wrap .big-circle-btn {
  font-family: var(--tg-heading2-font-family);
}

/*=============================
    Service 01
===============================*/
.service1-tab-content .service-thumb {
  display: inline-block;
}
.service1-tab-content .service-thumb img {
  width: 433px;
  height: 418px;
  object-fit: cover;
  filter: grayscale(1);
}

.service1-tab-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
}
.service1-tab-wrap li:not(:last-child) {
  margin-bottom: 30px;
}

.service1-tab-single {
  display: flex;
  justify-content: space-between;
  font-family: var(--tg-heading-font-family);
  font-size: 1.625rem;
  letter-spacing: -0.03em;
  color: var(--tg-color-dark);
  align-items: center;
  padding: 17.25px 30px 17.25px 20px;
  border-top: 1px solid var(--tg-color-dark);
  border-bottom: 1px solid var(--tg-color-dark);
}
.service1-tab-single i {
  font-size: 1.5rem;
  transition: 0.4s;
}
.service1-tab-single:hover {
  background: var(--tg-color-dark);
  color: var(--tg-color-white-default);
}
.service1-tab-single:hover i {
  color: var(--tg-theme-primary);
  transform: rotate(45deg);
}
@media (max-width: 767.98px) {
  .service1-tab-single {
    font-size: 1.5rem;
  }
  .service1-tab-single i {
    font-size: 1.25rem;
  }
}

/*=============================
    Service 02
===============================*/
.service-card {
  position: relative;
  z-index: 1;
  padding: 80px 20px 40px;
}
.service-card-wrap {
  border-left: 1px solid var(--tg-heading-color);
}
.service-card-item {
  border-right: 1px solid var(--tg-heading-color);
  border-bottom: 1px solid var(--tg-heading-color);
}
.service-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--tg-heading-color);
  opacity: 0;
  z-index: -1;
  transition: 0.4s;
}
.service-card .service-card-img {
  position: absolute;
  inset: 0;
  z-index: -1;
  transition: 0.4s;
  opacity: 0;
}
.service-card .service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-card .service-card-number {
  letter-spacing: -0.03em;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 90px;
  transition: 0.4s;
}
@media (max-width: 767.98px) {
  .service-card .service-card-number {
    margin-bottom: 50px;
  }
}
.service-card .service-card-title {
  font-size: 24px;
  letter-spacing: -0.03em;
  font-weight: 400;
  margin-bottom: 25px;
}
.service-card .service-card-text {
  margin-bottom: 67px;
  transition: 0.4s;
}
@media (max-width: 767.98px) {
  .service-card .service-card-text {
    margin-bottom: 37px;
  }
}
.service-card .link-btn {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
}
.service-card .link-btn:after, .service-card .link-btn:before {
  height: 1px;
  background: var(--tg-heading-color);
}
.service-card:hover .service-card-img {
  opacity: 1;
}
.service-card:hover:after {
  opacity: 0.9;
}
.service-card:hover .service-card-number {
  color: var(--tg-theme-primary);
}
.service-card:hover .service-card-title {
  color: var(--tg-color-white-default);
}
.service-card:hover .service-card-text {
  color: var(--tg-color-white-default);
}
.service-card:hover .link-btn {
  color: var(--tg-color-white-default);
}
.service-card:hover .link-btn:after, .service-card:hover .link-btn:before {
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
}
.service-card:hover .link-btn i {
  color: var(--tg-theme-primary);
}
.service-card.style2 {
  border: 1px solid var(--tg-heading-color);
  padding: 40px;
}
.service-card.style2 .service-card-number {
  font-size: 30px;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .service-card.style2 {
    padding: 30px 30px 35px;
  }
}

/*=============================
    Service 03
===============================*/
.service-area-bg-shape1 {
  --box-size: 30px;
  transform: rotate(-90deg);
}
.service-area-bg-shape1 .square-shape1 {
  background: var(--tg-heading-color);
}

.service-wrap-area {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-wrap-area .single-service-list {
  display: flex;
  border-bottom: 1px solid var(--tg-heading-color);
  padding-bottom: 38px;
  padding-top: 38px;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .service-wrap-area .single-service-list {
    display: block;
    padding-bottom: 33px;
  }
}
.service-wrap-area .single-service-list:first-child {
  padding-top: 0;
}
.service-wrap-area .single-service-list:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.service-wrap-area .single-service-list .service-tag {
  font-size: 16px;
  font-weight: 400;
  color: var(--tg-heading-color);
  letter-spacing: -0.015em;
  opacity: 0.8;
  margin-bottom: 7px;
  text-transform: uppercase;
  margin-top: -0.3em;
}
.service-wrap-area .single-service-list .service-details {
  transition: 1s;
  position: relative;
  flex: 1;
}
.service-wrap-area .single-service-list .service-title {
  font-size: 26px;
  font-weight: 400;
  font-family: var(--tg-heading-font-family);
  text-transform: uppercase;
  margin-bottom: -0.3em;
  letter-spacing: -0.03em;
  color: var(--tg-color-dark);
}
@media (max-width: 991.98px) {
  .service-wrap-area .single-service-list .service-title {
    font-size: 18px;
  }
}
.service-wrap-area .single-service-list .service-title a {
  color: inherit;
}
.service-wrap-area .single-service-list .service-text {
  max-width: 278px;
  margin: 0 auto;
  transition: 1s;
}
@media (max-width: 991.98px) {
  .service-wrap-area .single-service-list .service-text {
    max-width: 245px;
  }
}
@media (max-width: 767.98px) {
  .service-wrap-area .single-service-list .service-text {
    display: block;
    margin: 20px 0;
    max-width: none;
  }
}
.service-wrap-area .single-service-list .btn-wrap {
  flex: 1;
  text-align: end;
}
@media (max-width: 767.98px) {
  .service-wrap-area .single-service-list .btn-wrap {
    text-align: start;
  }
}
.service-wrap-area .single-service-list .btn-wrap {
  transition: 1s;
}
.service-wrap-area .single-service-list .btn-wrap .link-btn {
  padding-bottom: 3px;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .service-wrap-area .single-service-list .btn-wrap .link-btn {
    font-size: 16px;
  }
}
.service-wrap-area .single-service-list .btn-wrap .link-btn:after {
  display: none;
}
.service-wrap-area .single-service-list .btn-wrap .link-btn:before {
  left: 2px;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}
.service-wrap-area .single-service-list .btn-wrap .link-btn:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.service-wrap-area .single-service-list:hover .service-details {
  transform: translate3d(1.5rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.service-wrap-area .single-service-list:hover .btn-wrap {
  transform: translate3d(-1.5rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
@media (max-width: 767.98px) {
  .service-wrap-area .single-service-list:hover .btn-wrap {
    transform: translate3d(1.5rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
}
@media (max-width: 767.98px) {
  .service-wrap-area .single-service-list:hover .service-text {
    transform: translate3d(1.5rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
}

/*=============================
    Service 04
===============================*/
.service-wrap-area.style2 .single-service-list {
  border-bottom: 1px solid var(--tg-heading-color);
  border-top: 1px solid var(--tg-heading-color);
  margin-top: 40px;
  padding-top: 37px;
  padding-bottom: 38px;
}
.service-wrap-area.style2 .single-service-list:first-child {
  margin-top: 0;
}
.service-wrap-area.style2 .single-service-list .btn-wrap {
  margin-bottom: -0.45em;
}
.service-wrap-area.style2 .single-service-list .btn-wrap .icon-btn {
  width: auto;
  height: auto;
  font-size: 48px;
  color: var(--tg-heading-color);
}
.service-wrap-area.style2 .single-service-list .service-tag {
  margin-bottom: 0;
  transition: 0.4s;
}
.service-wrap-area.style2 .single-service-list:hover .icon-btn,
.service-wrap-area.style2 .single-service-list:hover .service-title,
.service-wrap-area.style2 .single-service-list:hover .service-tag {
  color: var(--tg-theme-primary);
}

/*=============================
    Service 06
===============================*/
.service-card2 {
  background: rgba(255, 255, 255, 0.05);
  padding: 40px;
}
@media (max-width: 1199.98px) {
  .service-card2 {
    padding: 30px;
  }
}
.service-card2-number {
  font-family: var(--tg-heading2-font-family);
  color: var(--tg-color-white-default);
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 40px;
}
.service-card2-title {
  font-family: var(--tg-heading2-font-family);
  color: var(--tg-color-white-default);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 20px;
  line-height: 1.333;
}
@media (max-width: 1199.98px) {
  .service-card2-title {
    font-size: 20px;
  }
}
.service-card2-text {
  font-size: 16px;
  color: var(--tg-color-white-default);
  opacity: 0.8;
  letter-spacing: -0.015em;
  line-height: 1.75em;
  margin-bottom: 43px;
}
.service-card2-img {
  position: relative;
}
.service-card2-img img {
  width: 100%;
}
.service-card2-img .icon-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% + 15px));
  width: 65px;
  height: 65px;
  color: var(--tg-heading-color);
  transition: 0.4s;
  opacity: 0;
}
.service-card2-img .icon-btn:before {
  background: var(--tg-heading-color);
}
.service-card2-img .icon-btn:hover {
  color: var(--tg-color-white-default);
}
.service-card2:hover .service-card2-img .icon-btn {
  opacity: 1;
  transform: translate(-50%, -50%);
}

/*=============================
    Service 07
===============================*/
.service-list7-wrap .service-list7-title {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 28px;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .service-list7-wrap .service-list7-title {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.service-list7-wrap ul {
  padding: 0;
  margin: 0;
}
.service-list7-wrap ul li {
  list-style: none;
  display: flex;
  gap: 15px;
}
.service-list7-wrap ul li:not(:last-child) {
  margin-bottom: 15px;
}

/*=============================
    Service 08
===============================*/
.single-service-card-8 {
  display: inline-block;
}
.single-service-card-8 .service-card-title {
  font-size: 40px;
  font-weight: 600;
  color: var(--tg-color-white-default);
  font-family: var(--tg-heading2-font-family);
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .single-service-card-8 .service-card-title {
    font-size: 36px;
  }
}
@media (max-width: 1199.98px) {
  .single-service-card-8 .service-card-title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .single-service-card-8 .service-card-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-service-card-8 .service-card-title {
    font-size: 30px;
  }
}
.single-service-card-8 .service-card-title a {
  display: inline-flex;
  align-items: center;
  gap: 60px;
  color: inherit;
}
@media (max-width: 1199.98px) {
  .single-service-card-8 .service-card-title a {
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .single-service-card-8 .service-card-title a {
    gap: 30px;
  }
}
@media (max-width: 380px) {
  .single-service-card-8 .service-card-title a {
    display: block;
  }
  .single-service-card-8 .service-card-title a span {
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-service-card-8 .service-card-title a {
    gap: 30px;
  }
}
.single-service-card-8 .service-card-title span {
  font-size: 80px;
  font-weight: 400;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--tg-color-white-default);
  transition: 0.4s;
}
@media (max-width: 1199.98px) {
  .single-service-card-8 .service-card-title span {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .single-service-card-8 .service-card-title span {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-service-card-8 .service-card-title span {
    font-size: 40px;
  }
}
.single-service-card-8:hover .service-card-title span {
  -webkit-text-fill-color: var(--tg-theme-primary);
  -webkit-text-stroke: 1px var(--tg-theme-primary);
  color: var(--tg-theme-primary);
}

/*=============================
    Work 01
===============================*/
.work-wrap-header {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 190px;
  align-items: center;
  padding-bottom: 110px;
}
@media (max-width: 991.98px) {
  .work-wrap-header {
    padding-bottom: 0;
  }
}
.work-wrap-header .work-thumb-wrap .work-counter-wrap {
  margin-top: 9px;
  max-width: 151px;
}
.work-wrap-header .work-wrap-text {
  color: var(--tg-color-white-default);
  text-transform: uppercase;
  max-width: 588px;
  font-weight: 400;
  line-height: 1.333;
  letter-spacing: -0.015em;
  margin-bottom: 0;
}

.work-counter-wrap {
  color: var(--tg-color-white-default);
  letter-spacing: -0.015em;
  font-family: var(--tg-heading-font-family);
  font-size: 1.25rem;
  line-height: 1.5em;
}

.work-group-thumb {
  display: flex;
  z-index: 1;
  position: relative;
}
.work-group-thumb .thumb {
  border-radius: 50%;
  flex: none;
  position: relative;
  border: 4px solid var(--tg-theme-primary);
}
.work-group-thumb .thumb:first-child {
  margin-right: -30px;
  z-index: -1;
}
.work-group-thumb .thumb:last-child {
  margin-left: -30px;
  z-index: -1;
}
.work-group-thumb .thumb img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  object-fit: cover;
  filter: grayscale(1);
}

.work-wrap-details {
  --tg-color-dark: #ffffff;
  --tg-color-white-default: #000000;
}
.work-wrap-details .sec-text {
  max-width: 544px;
}

.work-img-wrap1 {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 16px 16px 0;
}
.work-img-wrap1 img {
  width: 520px;
  height: 450px;
  object-fit: cover;
  filter: grayscale(1);
}
.work-img-wrap1:after {
  content: "";
  position: absolute;
  inset: 16px 0px 0px 16px;
  background: var(--tg-color-white-default);
  z-index: -1;
}

/*=============================
    Skill 01
===============================*/
.skill-area-bg-shape1 {
  padding: calc(var(--box-size) * 2) 0 0 calc(var(--box-size) * 2);
  transform: rotate(270deg);
  --box-size: 30px;
}
.skill-area-bg-shape1 .square-shape1 {
  background: var(--tg-heading-color);
}
.skill-area-bg-shape1 .square-shape3 {
  background: var(--tg-color-white-default);
}

.skill-thumb-box1 {
  padding-left: 130px;
  margin-left: -130px;
}
.skill-thumb-box1 .square-shape-wrap {
  --box-size: 35px;
  transform: rotate(90deg);
  right: auto;
  left: 0;
  bottom: 0;
  top: auto;
}
.skill-thumb-box1 .square-shape-wrap .square-shape3 {
  background: var(--tg-color-white-default);
}
@media (max-width: 767.98px) {
  .skill-thumb-box1 .square-shape-wrap {
    --box-size: 25px;
  }
}
@media (max-width: 1800px) {
  .skill-thumb-box1 {
    margin-left: 0;
    padding-left: 0;
  }
}

.skill-wrap1 {
  padding-left: 50px;
}
.skill-wrap1 .sec-text {
  opacity: 0.8;
}
@media (max-width: 1800px) {
  .skill-wrap1 {
    padding-left: 30px;
  }
}
@media (max-width: 1399px) {
  .skill-wrap1 {
    padding-left: 0px;
  }
}

/*skill-feature**************/
.skill-feature {
  position: relative;
  max-width: 565px;
}
.skill-feature:not(:last-child) {
  margin-bottom: 35px;
}
.skill-feature_title {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--tg-body-font-family);
  text-transform: uppercase;
  margin-bottom: 11px;
  color: var(--tg-color-white-default);
  letter-spacing: -0.015em;
}
.skill-feature .progress {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  overflow: visible;
  height: 4px;
}
.skill-feature .progress .progress-bar {
  background: var(--tg-theme-primary);
  border-radius: 0;
  height: 4px;
}
.skill-feature .progress .progress-value {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.015em;
  position: relative;
  top: -34px;
  transform: translate(-100%, 0);
  color: var(--tg-color-white-default);
}
.skill-feature.style2 .skill-feature_title {
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
}
.skill-feature.style2 .progress {
  background: rgba(10, 12, 0, 0.3);
}
.skill-feature.style2 .progress .progress-value {
  color: var(--tg-heading-color);
}
.skill-feature.style3 .skill-feature_title {
  font-family: var(--tg-heading-font-family);
}
.skill-feature.style4 .progress .progress-value,
.skill-feature.style4 .skill-feature_title {
  color: var(--tg-color-dark);
}
.skill-feature.style4 .progress {
  background: rgba(91, 91, 91, 0.3);
}
.skill-feature.style4 .progress .progress-bar {
  background: var(--tg-color-dark);
}

/*=============================
    Skill 02
===============================*/
.skill-thumb-box2 {
  position: relative;
  bottom: -121px;
  right: -130px;
}
@media (max-width: 1800px) {
  .skill-thumb-box2 {
    right: 0;
    bottom: 0;
  }
}

/*=============================
    Team 01
===============================*/
.team-area-1 {
  padding-bottom: 240px;
}

.team-card {
  position: relative;
  overflow: hidden;
}
.team-card .team-card-thumb {
  overflow: hidden;
  filter: grayscale(1);
}
.team-card .team-card-thumb img {
  width: 100%;
  transition: 0.4s;
}
.team-card .team-card-details {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  padding: 30px 30px 30px 24px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: 0.4s;
}
.team-card .team-card-title {
  font-size: 24px;
  font-weight: 400;
  color: var(--tg-color-white-default);
  margin-bottom: 2px;
  margin-top: -0.15em;
}
.team-card .team-card-text {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: -0.5em;
}
.team-card .team-social {
  flex: none;
  position: relative;
  line-height: 1;
  align-self: flex-end;
}
.team-card .team-social .icon-btn {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 22px;
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
}
.team-card .team-social .icon-btn:hover {
  color: var(--tg-color-white-default);
}
.team-card .team-social .social-icon-wrap {
  position: absolute;
  bottom: 0;
  padding-bottom: 37px;
  left: 2px;
  font-size: 18px;
  opacity: 0;
  transition: 0.4s;
  transform: scaleY(0);
}
.team-card .team-social .social-icon-wrap a {
  margin-bottom: 20px;
  display: block;
}
.team-card .team-social .social-icon-wrap a:last-child {
  margin-bottom: 0;
}
.team-card .team-social .social-icon-wrap a:hover {
  color: var(--tg-color-white-default);
}
.team-card .team-social:hover .social-icon-wrap {
  opacity: 1;
  transform: scaleY(1);
}
.team-card:hover .team-card-details {
  opacity: 1;
  bottom: 0;
}
.team-card:hover .team-card-thumb img {
  transform: scale(1.05);
}

/*team area 2 **************/
.team-card.style2 .team-card-thumb {
  filter: grayscale(0);
}
.team-card.style2 .team-card-details {
  background: var(--tg-theme-primary);
}
.team-card.style2 .team-card-text {
  color: var(--tg-heading-color);
}
.team-card.style2 .team-card-title a {
  color: var(--tg-heading-color);
}
.team-card.style2 .team-card-title a:hover {
  opacity: 0.7;
}

/*team details area **************/
.team-inner-thumb {
  filter: grayscale(1);
}

.team-details-about-info .title {
  font-weight: 400;
  letter-spacing: -0.03em;
  font-size: 40px;
}
@media (max-width: 1199.98px) {
  .team-details-about-info .title {
    font-size: 36px;
  }
}
.team-details-about-info .text {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3333;
  letter-spacing: -0.015em;
}
@media (max-width: 1199.98px) {
  .team-details-about-info .text {
    font-size: 20px;
  }
}
.team-details-about-info .team-contact-wrap .team-contact-title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.004em;
}
.team-details-about-info .team-contact-wrap .team-contact-title a {
  font-family: var(--tg-body-font-family);
}

/*=============================
    Testimonial 01
===============================*/
.testimonial-area-1 {
  position: relative;
}
.testimonial-area-1 .testimonial-section__title {
  transform: translate(0, -60px);
  position: relative;
}
.testimonial-area-1 .testimonial-section__title:before {
  content: "";
  position: absolute;
  width: 1025px;
  max-width: 1025px;
  height: 120px;
  top: -60px;
  background: var(--tg-color-dark);
}
@media (max-width: 1500px) {
  .testimonial-area-1 .testimonial-section__title:before {
    width: 800px;
  }
}
@media (max-width: 1399px) {
  .testimonial-area-1 .testimonial-section__title:before {
    width: 700px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-area-1 .testimonial-section__title:before {
    width: 600px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-area-1 .testimonial-section__title:before {
    width: calc(100% - 40px);
  }
}
@media (max-width: 767.98px) {
  .testimonial-area-1 .testimonial-section__title:before {
    width: calc(100% - 15px);
  }
}
.testimonial-area-1 .testimonial-section__title .title {
  max-width: 680px;
}
@media (max-width: 1399px) {
  .testimonial-area-1 .testimonial-section__title .title {
    width: 600px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-area-1 .testimonial-section__title .title {
    width: 500px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-area-1 .testimonial-section__title .title {
    width: auto;
  }
}

.testimonial__item-wrap .btn-wrap {
  justify-content: end;
  display: flex;
  gap: 15px;
  margin-top: -60px;
  padding-right: 1px;
}
@media (max-width: 767.98px) {
  .testimonial__item-wrap .btn-wrap {
    margin-top: 20px;
    padding-right: 0;
    justify-content: start;
  }
}

.testimonial__item {
  margin-left: 50px;
}
@media (max-width: 1399px) {
  .testimonial__item {
    margin-left: 0;
  }
}
.testimonial__item .testimonial__icon {
  opacity: 0.1;
}
.testimonial__item .testimonial__content {
  padding-left: 70px;
}
@media (max-width: 1399px) {
  .testimonial__item .testimonial__content {
    padding-left: 40px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial__item .testimonial__content {
    padding-left: 0px;
  }
}
.testimonial__item .testimonial__text {
  font-size: 32px;
  font-weight: 500;
  color: var(--tg-color-white-default);
  letter-spacing: -0.015em;
  line-height: 1.718em;
  margin-top: -100px;
  margin-bottom: 60px;
}
@media (max-width: 1500px) {
  .testimonial__item .testimonial__text {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__item .testimonial__text {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .testimonial__item .testimonial__text {
    font-size: 20px;
  }
}
.testimonial__item .testimonial__title {
  font-size: 16px;
  font-weight: 400;
  color: var(--tg-color-white-default);
  letter-spacing: -0.015em;
  margin-bottom: 10px;
}
.testimonial__item .testimonial__desig {
  font-size: 16px;
  letter-spacing: -0.015em;
  color: rgba(255, 255, 255, 0.8);
}

/*testimonial 2*************/
.testimonial__item-wrap2 .btn-wrap {
  display: flex;
  gap: 15px;
}
.testimonial__item-wrap2 .testimonial__author .thumb img {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  object-fit: cover;
}
.testimonial__item-wrap2 .testimonial__author .testimonial__title {
  color: var(--tg-color-white-default);
  font-size: 20px;
  letter-spacing: -0.015em;
  font-weight: 400;
  font-family: var(--tg-heading2-font-family);
  margin-top: 14px;
  margin-bottom: 3px;
}
.testimonial__item-wrap2 .testimonial__author .testimonial__desig {
  font-size: 18px;
  color: var(--tg-color-white-default);
  opacity: 0.5;
  letter-spacing: -0.015em;
}

.testimonial__item.style2 {
  margin-left: 0;
  position: relative;
  padding-top: 23px;
}
@media (max-width: 1199.98px) {
  .testimonial__item.style2 {
    padding-top: 0;
  }
}
.testimonial__item.style2 .testimonial__content {
  padding-left: 0;
}
.testimonial__item.style2 .testimonial__text {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.3333;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .testimonial__item.style2 .testimonial__text {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__item.style2 .testimonial__text {
    font-size: 20px;
  }
}
.testimonial__item.style2 .testimonial__icon {
  position: absolute;
  margin-bottom: 0;
  opacity: 1;
  left: -20px;
  top: 0;
  transform: translate(-100%, 0);
}
@media (max-width: 1199.98px) {
  .testimonial__item.style2 .testimonial__icon {
    position: initial;
    transform: none;
    margin-bottom: 20px;
  }
}

/*testimonial 3*************/
.testimonial-active-3 .swiper-pagination {
  display: inline-flex;
  gap: 12px;
  justify-content: center;
  position: relative;
  top: auto;
  bottom: 0;
  z-index: 1;
}
.testimonial-active-3 .swiper-pagination .swiper-pagination-bullet {
  width: 45px;
  height: 45px;
  line-height: 44px;
  background: transparent;
  font-size: 20px;
  font-family: var(--tg-heading2-font-family);
  color: var(--tg-color-white-default);
  border: 1px solid var(--tg-color-white-default);
  opacity: 1;
  margin: 0;
  transition: 0.4s;
}
.testimonial-active-3 .swiper-pagination .swiper-pagination-bullet:hover, .testimonial-active-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}

.testimonial__item.style3 {
  text-align: center;
  margin: 0;
}
.testimonial__item.style3 .testimonial__author .thumb {
  margin-bottom: 18px;
}
.testimonial__item.style3 .testimonial__author .thumb img {
  border-radius: 50%;
  height: 70px;
  width: 70px;
}
.testimonial__item.style3 .testimonial__title {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--tg-heading2-font-family);
  margin-bottom: 3px;
}
.testimonial__item.style3 .testimonial__desig {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}
.testimonial__item.style3 .testimonial__content {
  padding: 30px 0 60px 0;
}
.testimonial__item.style3 .testimonial__text {
  margin: 0;
  font-size: 32px;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: -0.2em;
}
@media (max-width: 1199.98px) {
  .testimonial__item.style3 .testimonial__text {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .testimonial__item.style3 .testimonial__text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__item.style3 .testimonial__text {
    font-size: 20px;
  }
}

/*testimonial 4*************/
.testimonial__item-wrap4 .btn-wrap {
  display: flex;
  gap: 15px;
}
.testimonial__item-wrap4 .testimonial__author .thumb img {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  object-fit: cover;
}
.testimonial__item-wrap4 .testimonial__author .testimonial__title {
  font-size: 20px;
  letter-spacing: -0.015em;
  font-weight: 400;
  margin-top: 14px;
  margin-bottom: 3px;
}
.testimonial__item-wrap4 .testimonial__author .testimonial__desig {
  font-size: 18px;
  opacity: 0.5;
  letter-spacing: -0.015em;
}

.testimonial__item.style4 {
  margin-left: 0;
  position: relative;
  padding-top: 23px;
}
@media (max-width: 1199.98px) {
  .testimonial__item.style4 {
    padding-top: 0;
  }
}
.testimonial__item.style4 .testimonial__content {
  padding-left: 0;
}
.testimonial__item.style4 .testimonial__text {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.3333;
  margin-top: 0;
  color: var(--tg-color-dark);
}
@media (max-width: 767.98px) {
  .testimonial__item.style4 .testimonial__text {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__item.style4 .testimonial__text {
    font-size: 20px;
  }
}
.testimonial__item.style4 .testimonial__icon {
  position: absolute;
  margin-bottom: 0;
  opacity: 1;
  left: -20px;
  top: 0;
  transform: translate(-100%, 0);
  filter: grayscale(9) brightness(0);
}
@media (max-width: 1199.98px) {
  .testimonial__item.style4 .testimonial__icon {
    position: initial;
    transform: none;
    margin-bottom: 20px;
  }
}

/*=============================
    Counter 01
===============================*/
.counter-card {
  display: flex;
  align-items: center;
  position: relative;
}
.counter-card:not(:last-child) {
  margin-bottom: 95px;
}
@media (max-width: 991.98px) {
  .counter-card:not(:last-child) {
    margin-bottom: 55px;
  }
}
@media (max-width: 767.98px) {
  .counter-card:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-card:not(:last-child) {
    margin-bottom: 45px;
  }
}
.counter-card .counter-card-number {
  font-size: 90px;
  font-weight: 400;
  color: var(--tg-color-white-default);
  opacity: 0.15;
  margin-bottom: -0.3em;
  margin-top: -0.13em;
  transition: 0.4s;
  position: absolute;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .counter-card .counter-card-number {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-card .counter-card-number {
    font-size: 70px;
  }
}
.counter-card .counter-card-title {
  color: var(--tg-color-white-default);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  padding: 7px 8px 3px;
  text-transform: uppercase;
  letter-spacing: -0.015em;
  transition: 0.4s;
  margin: 19px 0 19px 20px;
}
@media (max-width: 767.98px) {
  .counter-card .counter-card-title {
    font-size: 18px;
  }
}
.counter-card:hover .counter-card-number {
  color: var(--tg-theme-primary);
  opacity: 1;
}
.counter-card:hover .counter-card-title {
  background: var(--tg-color-white-default);
  color: var(--tg-heading-color);
}

.overview-thumb1-1 {
  overflow: hidden;
}
.overview-thumb1-1 img {
  max-width: 614px;
  max-height: 684px;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .overview-thumb1-1 img {
    max-height: none;
    max-width: none;
    width: 100%;
  }
}

.counter-grid-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--tg-color-white-default);
}
.counter-grid-wrap .counter-card {
  margin-bottom: 40px;
}

.counter-area-1 {
  border-top: 1px solid var(--tg-heading-color);
  border-bottom: 1px solid var(--tg-heading-color);
}

.counter-divider {
  position: relative;
}
.counter-divider:after {
  content: "";
  position: absolute;
  left: -70px;
  top: 0;
  height: 100%;
  width: 1px;
  background: var(--tg-heading-color);
}
.counter-divider:first-child:after {
  display: none;
}
@media (max-width: 1399px) {
  .counter-divider:after {
    left: -60px;
  }
}
@media (max-width: 1199.98px) {
  .counter-divider:after {
    display: none;
  }
}

.counter-box {
  max-width: 320px;
}
.counter-box_icon {
  font-size: 40px;
  margin-bottom: 15px;
}
.counter-box_icon i {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.counter-box_title {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.015em;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .counter-box_title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.counter-box_text {
  font-size: 16px;
  margin-bottom: -0.2em;
  letter-spacing: -0.015em;
  opacity: 0.8;
  line-height: 1.75em;
}
.counter-box:hover .counter-box_icon i {
  transform: scale(-1) rotate(180deg);
}

/*=============================
    Project 01
===============================*/
.project-card-item .project-card-thumb {
  border-top: 1px solid var(--tg-heading-color);
  border-bottom: 1px solid var(--tg-heading-color);
  position: relative;
  padding: 20px;
}
.project-card-item .project-card-thumb:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  right: -1px;
  top: 0;
  background: var(--tg-heading-color);
}
@media (max-width: 991.98px) {
  .project-card-item .project-card-thumb:after {
    display: none;
  }
}
.project-card-item .project-card-thumb img {
  width: 100%;
  transition: 0.4s;
}
.project-card-item .project-card-thumb:hover img {
  transform: scale(1.05);
}
.project-card-item .project-card-content {
  padding: 12px 20px 0;
}
.project-card-item .project-card-title {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.015em;
  margin-bottom: 2px;
}
.project-card-item .project-card-text {
  font-size: 16px;
  letter-spacing: -0.015em;
  margin-bottom: 0;
}

/*=============================
    Project 02
===============================*/
.project-card-item2 .project-card-thumb {
  position: relative;
}
.project-card-item2 .project-card-thumb img {
  width: 520px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .project-card-item2 .project-card-thumb img {
    width: 100%;
    height: 400px;
  }
}
.project-card-item2 .project-card-thumb .big-circle-btn {
  position: absolute;
  top: 60px;
  left: 60px;
  opacity: 0;
  width: 148px;
  height: 148px;
}
@media (max-width: 767.98px) {
  .project-card-item2 .project-card-thumb .big-circle-btn {
    top: 30px;
    left: 30px;
  }
}
.project-card-item2 .project-card-content {
  border-top: 1px solid var(--tg-color-white-default);
  padding-top: 15px;
  margin-top: 30px;
}
.project-card-item2 .project-card-content .project-card-title {
  font-size: 20px;
  font-weight: 400;
  color: var(--tg-color-white-default);
  margin-bottom: -0.13em;
}
.project-card-item2:hover .project-card-thumb .big-circle-btn {
  opacity: 1;
}

/*=============================
    Project 03
===============================*/
.project-wrap3 {
  border-top: 1px solid var(--tg-heading-color);
  padding-top: 60px;
}

.project-card-item3.style1 .project-card-thumb {
  overflow: hidden;
}
.project-card-item3.style1 .project-card-thumb img {
  width: 520px;
  height: 588px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .project-card-item3.style1 .project-card-thumb img {
    width: 100%;
    height: 400px;
  }
}
.project-card-item3.style2 .project-card-thumb img {
  width: 740px;
  height: 654px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .project-card-item3.style2 .project-card-thumb img {
    width: 100%;
    height: 400px;
  }
}
.project-card-item3 .project-card-content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 36px;
  margin-bottom: -0.4em;
}
.project-card-item3 .project-card-title {
  font-size: 24px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .project-card-item3 .project-card-title {
    font-size: 20px;
  }
}

/*=============================
    Project 05
===============================*/
.project-slider3-active {
  margin-right: -344px;
}
@media (max-width: 991.98px) {
  .project-slider3-active {
    margin-right: 0;
  }
}
.project-slider3-active .swiper-wrapper {
  align-items: end;
}
.project-slider3-active .swiper-slide {
  display: inline-block;
  max-width: 835px;
}
@media (max-width: 991.98px) {
  .project-slider3-active .swiper-slide {
    max-width: none;
    width: 100%;
  }
}
.project-slider3-active .swiper-slide:nth-of-type(even) {
  max-width: 534px;
}
@media (max-width: 991.98px) {
  .project-slider3-active .swiper-slide:nth-of-type(even) {
    max-width: none;
    width: 100%;
  }
}

.project-card-item4 {
  position: relative;
}
.project-card-item4 .project-card-thumb img {
  width: 100%;
  max-height: 642px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .project-card-item4 .project-card-thumb img {
    max-height: none;
    height: 500px;
  }
}
.project-card-item4 .project-card-content {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 40px;
  background: var(--tg-color-white-default);
  z-index: 1;
  padding: 30px;
  transition: 0.4s;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .project-card-item4 .project-card-content {
    opacity: 1;
    bottom: 47px;
  }
}
@media (max-width: 767.98px) {
  .project-card-item4 .project-card-content {
    left: 30px;
    bottom: 37px;
    right: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-card-item4 .project-card-content {
    right: auto;
  }
}
.project-card-item4 .project-card-title {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--tg-heading2-font-family);
  letter-spacing: -0.015em;
  margin-bottom: 4px;
  margin-top: -0.15em;
}
@media (max-width: 767.98px) {
  .project-card-item4 .project-card-title {
    font-size: 18px;
  }
}
.project-card-item4 .project-card-text {
  letter-spacing: -0.015em;
  margin-bottom: -0.5em;
  display: block;
}
.project-card-item4:hover .project-card-content {
  bottom: 47px;
  opacity: 1;
}

/*=============================
    Project 06
===============================*/
.project-card-item5 .project-card-thumb img {
  width: 100%;
}
.project-card-item5 .project-card-title {
  font-size: 40px;
  font-weight: 700;
  font-family: var(--tg-heading2-font-family);
  margin-top: -0.15em;
}
@media (max-width: 1199.98px) {
  .project-card-item5 .project-card-title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .project-card-item5 .project-card-title {
    font-size: 24px;
  }
}
.project-card-item5 .project-card-text {
  max-width: 354px;
  line-height: 1.7777;
  margin-bottom: 20px;
}
.project-card-item5 .project-year {
  font-family: var(--tg-heading2-font-family);
  margin-bottom: -0.2em;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .project-card-item5 .project-year {
    font-size: 20px;
  }
}

/*=============================
    Project 07
===============================*/
.project-card-item6 {
  position: relative;
}
.project-card-item6 .project-card-thumb img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 380px) {
  .project-card-item6 .project-card-thumb img {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-card-item6 .project-card-thumb img {
    height: 450px;
  }
}
.project-card-item6 .project-card-content {
  overflow: hidden;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 20px;
  transition: 0.4s;
  opacity: 0;
  z-index: 1;
}
.project-card-item6 .project-card-content .icon-btn {
  color: var(--tg-heading-color);
  width: 124px;
  height: 124px;
  font-size: 38px;
}
@media (max-width: 767.98px) {
  .project-card-item6 .project-card-content .icon-btn {
    width: 70px;
    height: 70px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-card-item6 .project-card-content .icon-btn {
    width: 124px;
    height: 124px;
    font-size: 38px;
  }
}
.project-card-item6 .project-card-content .marquee-wrap {
  margin: 50px 0 0;
}
.project-card-item6 .project-card-content .marquee-wrap .m-item {
  margin-right: 20px;
}
.project-card-item6 .project-card-content .marquee-wrap .m-item a {
  font-size: 40px;
  letter-spacing: -0.03em;
  color: var(--tg-heading-color);
}
@media (max-width: 767.98px) {
  .project-card-item6 .project-card-content .marquee-wrap .m-item a {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-card-item6 .project-card-content .marquee-wrap .m-item a {
    font-size: 40px;
  }
}
.project-card-item6 .project-card-content .marquee-wrap .m-item a:hover {
  opacity: 0.7;
}
.project-card-item6:hover .project-card-content {
  opacity: 1;
  bottom: 0;
}

/*=============================
    Project 08
===============================*/
.portfolio-static {
  position: sticky;
  top: 140px;
  background: var(--tg-color-black-1);
}

.project-card-item7 .project-card-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.project-card-item7 .project-number {
  font-size: 16px;
  font-weight: 400;
  color: var(--tg-color-white-default);
}
.project-card-item7 .project-card-title {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--tg-heading2-font-family);
  color: var(--tg-color-white-default);
  padding-right: 40px;
  padding-bottom: 15px;
}

/*=============================
    Project 09
===============================*/
.project-card-item8 .project-card-title {
  font-size: 40px;
  margin-top: 30px;
  font-weight: 400;
  margin-bottom: -0.3em;
}
@media (max-width: 767.98px) {
  .project-card-item8 .project-card-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-card-item8 .project-card-title {
    font-size: 30px;
  }
}
.project-card-item8 .project-card-text {
  margin-top: 12px;
  margin-bottom: 0;
}

/*=============================
    Project Details
===============================*/
.portfolio-tab-menu {
  display: inline-flex;
  gap: 20px 35px;
  flex-wrap: wrap;
}
.portfolio-tab-menu-title {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--tg-heading-font-family);
  letter-spacing: -0.004em;
}
.portfolio-tab-menu .filter-btn {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--tg-heading-color);
  font-family: var(--tg-body-font-family);
  letter-spacing: -0.015em;
  position: relative;
}
.portfolio-tab-menu .filter-btn:after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}
.portfolio-tab-menu .filter-btn:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.project-details-info-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--tg-color-dark);
  padding-top: 30px;
}
.project-details-info-wrap .single-project-info {
  max-width: 428px;
}
.project-details-info-wrap .single-project-info .title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.004em;
  margin-bottom: 20px;
}
.project-details-info-wrap .single-project-info .text {
  margin-bottom: 0;
  line-height: 1.75em;
}

.inner__page-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.inner__page-nav .text-wrap {
  color: var(--tg-color-dark);
  font-size: 18px;
  font-weight: 400;
  font-family: var(--tg-heading-font-family);
  letter-spacing: -0.004em;
  margin-bottom: 20px;
}

/*=============================
    Award 01
===============================*/
.award-wrap-area {
  list-style: none;
  padding: 0;
  margin: 0;
}
.award-wrap-area .single-award-list {
  display: flex;
  border-top: 2px solid var(--tg-heading-color);
  padding-bottom: 38px;
  padding-top: 38px;
  align-items: center;
  transition: 0.4s;
}
@media (max-width: 767.98px) {
  .award-wrap-area .single-award-list {
    display: block;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award-wrap-area .single-award-list {
    display: flex;
    padding-bottom: 38px;
  }
}
.award-wrap-area .single-award-list:last-child {
  border-bottom: 2px solid var(--tg-heading-color);
}
.award-wrap-area .single-award-list .award-year {
  font-size: 30px;
  font-weight: 400;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
  letter-spacing: -0.03em;
  margin-left: auto;
  margin-right: 50px;
  text-transform: uppercase;
  transition: 1s;
  display: inline-block;
  margin-bottom: -0.25em;
}
@media (max-width: 767.98px) {
  .award-wrap-area .single-award-list .award-year {
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 20px;
    line-height: 1;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award-wrap-area .single-award-list .award-year {
    margin-right: 30px;
    margin-top: 0;
    margin-left: auto;
  }
}
.award-wrap-area .single-award-list .award-details {
  margin-left: 50px;
  transition: 1s;
  position: relative;
}
@media (max-width: 767.98px) {
  .award-wrap-area .single-award-list .award-details {
    margin-left: 30px;
  }
}
.award-wrap-area .single-award-list .award-details h4 {
  font-size: 28px;
  font-weight: 400;
  font-family: var(--tg-heading-font-family);
  margin-bottom: 3px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.award-wrap-area .single-award-list .award-details h4 a {
  color: var(--tg-heading-color);
}
.award-wrap-area .single-award-list .award-details h4 a:hover {
  color: var(--tg-heading-color);
}
@media (max-width: 767.98px) {
  .award-wrap-area .single-award-list .award-details h4 {
    font-size: 24px;
  }
}
.award-wrap-area .single-award-list .award-details p {
  font-size: 18px;
  margin-bottom: -0.3em;
}
.award-wrap-area .single-award-list:hover {
  background: var(--tg-color-white-default);
  border-color: var(--tg-color-white-default);
}
.award-wrap-area .single-award-list:hover ~ .single-award-list {
  border-top-color: var(--tg-color-white-default);
}
.award-wrap-area .single-award-list:hover ~ .single-award-list ~ .single-award-list {
  border-top-color: var(--tg-heading-color);
}

/*=============================
    Award 06
===============================*/
.award-wrap-area-6 {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .award-wrap-area-6 {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award-wrap-area-6 {
    border-top: 0;
  }
}
.award-wrap-area-6 .single-award-list {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 45px;
  padding-top: 45px;
  align-items: center;
  transition: 0.4s;
}
@media (max-width: 767.98px) {
  .award-wrap-area-6 .single-award-list {
    display: block;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award-wrap-area-6 .single-award-list {
    display: flex;
    padding-bottom: 38px;
    padding-top: 38px;
  }
}
.award-wrap-area-6 .single-award-list .project-number {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--tg-heading2-font-family);
  color: var(--tg-color-white-default);
  flex: 0.8;
  transition: 1s;
}
@media (max-width: 991.98px) {
  .award-wrap-area-6 .single-award-list .project-number {
    flex: none;
    width: 80px;
  }
}
@media (max-width: 767.98px) {
  .award-wrap-area-6 .single-award-list .project-number {
    font-size: 16px;
  }
}
.award-wrap-area-6 .single-award-list .award-details {
  flex: 1;
  transition: 1s;
}
@media (max-width: 767.98px) {
  .award-wrap-area-6 .single-award-list .award-details {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.award-wrap-area-6 .single-award-list .award-details .title {
  font-family: var(--tg-heading2-font-family);
  color: var(--tg-color-white-default);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0.015em;
}
@media (max-width: 767.98px) {
  .award-wrap-area-6 .single-award-list .award-details .title {
    line-height: 1.5;
  }
}
.award-wrap-area-6 .single-award-list .award-project-wrap {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  align-items: center;
  flex: 1;
}
.award-wrap-area-6 .single-award-list .project-name {
  font-family: var(--tg-heading2-font-family);
  color: var(--tg-color-white-default);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0.015em;
  transition: 1s;
}
@media (max-width: 767.98px) {
  .award-wrap-area-6 .single-award-list .project-name {
    line-height: 1.5;
  }
}
.award-wrap-area-6 .single-award-list .award-year {
  font-family: var(--tg-heading2-font-family);
  color: var(--tg-color-white-default);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0.015em;
  opacity: 0.8;
  transition: 1s;
}
.award-wrap-area-6 .single-award-list.list-header {
  border-bottom: 2px solid var(--tg-color-white-default);
  padding-bottom: 31px;
  padding-top: 0;
  margin-top: -0.78em;
}
.award-wrap-area-6 .single-award-list.list-header .project-number {
  font-size: 26px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .award-wrap-area-6 .single-award-list.list-header .project-number {
    font-size: 20px;
  }
}
.award-wrap-area-6 .single-award-list.list-header .project-name,
.award-wrap-area-6 .single-award-list.list-header .award-details .title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
@media (max-width: 767.98px) {
  .award-wrap-area-6 .single-award-list.list-header .project-name,
  .award-wrap-area-6 .single-award-list.list-header .award-details .title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .award-wrap-area-6 .single-award-list.list-header {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award-wrap-area-6 .single-award-list.list-header {
    display: flex;
  }
}
.award-wrap-area-6 .single-award-list:not(:first-child):hover .project-number {
  transform: translate3d(1.5rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
@media (max-width: 767.98px) {
  .award-wrap-area-6 .single-award-list:not(:first-child):hover .project-number {
    transform: none;
  }
}
.award-wrap-area-6 .single-award-list:not(:first-child):hover .award-year {
  transform: translate3d(-1.5rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
@media (max-width: 767.98px) {
  .award-wrap-area-6 .single-award-list:not(:first-child):hover .award-year {
    transform: none;
  }
}

/*=============================
    Client
===============================*/
.client-list-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(10, 12, 0, 0.5);
}
.client-list-wrap li {
  border-top: 1px solid rgba(10, 12, 0, 0.5);
  border-right: 1px solid rgba(10, 12, 0, 0.5);
}
.client-list-wrap li a {
  display: block;
  text-align: center;
  padding: 58px 30px;
}
.client-list-wrap li a img {
  transition: 0.4s;
}
.client-list-wrap li a:hover img {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  .client-list-wrap li a {
    padding: 38px 10px;
  }
}
.client-list-wrap li:last-child {
  border-right: 0;
}
.client-list-wrap li:not(:nth-last-child(-n+3)) {
  border-top: 0;
}
.client-list-wrap li:nth-child(3) {
  border-right: 0;
}

/*=============================
    Partner 2
===============================*/
.partner-shape2-1 .square-shape-wrap {
  top: 0;
  left: 0;
  right: auto;
  transform: translate(0, -100%) rotate(90deg);
  --box-size: 35px;
}
@media (max-width: 767.98px) {
  .partner-shape2-1 .square-shape-wrap {
    --box-size: 18px;
  }
}

/*=============================
    Contact 01
===============================*/
.contact-thumb1 {
  width: 44%;
  position: absolute;
  left: 0;
  top: 120px;
  bottom: 120px;
}
.contact-thumb1 img {
  width: 100%;
  height: 100%;
  object-position: top;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .contact-thumb1 {
    width: 100%;
    position: relative;
    top: -120px;
    bottom: 0;
  }
}

.contact-area-bg-shape1 {
  bottom: 0;
  top: auto;
  --box-size: 30px;
}

/*contact page ***********/
.contact__info-wrap .list-wrap {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact__info-wrap .list-wrap li {
  letter-spacing: -0.015em;
  font-size: 24px;
  font-weight: 400;
  font-family: var(--tg-heading-font-family);
  line-height: 1.3333;
}
@media (max-width: 767.98px) {
  .contact__info-wrap .list-wrap li {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact__info-wrap .list-wrap li {
    font-size: 24px;
  }
}
.contact__info-wrap .list-wrap li:not(:last-child) {
  margin-bottom: 40px;
}
.contact__info-wrap .list-wrap li a {
  color: var(--tg-heading-color);
}
.contact__info-wrap .list-wrap li .title {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--tg-body-font-family);
  color: var(--tg-color-dark);
  opacity: 0.5;
  letter-spacing: -0.015em;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .contact__info-wrap .list-wrap li .title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact__info-wrap .list-wrap li .title {
    font-size: 20px;
  }
}

.contact-form-wrap .subtitle {
  font-weight: 400;
}

.contact-map {
  width: 100%;
  line-height: 0.01px;
}
.contact-map iframe {
  height: 100%;
  width: 100%;
  min-height: 540px;
  filter: grayscale(100) brightness(0.8);
}

/*=============================
    Marquee 01
===============================*/
.marquee-wrap {
  margin: -7px 0 -26px;
  display: flex;
}
@media (max-width: 1399px) {
  .marquee-wrap {
    margin: -5px 0 -20px;
  }
}
@media (max-width: 1199.98px) {
  .marquee-wrap {
    margin: -4px 0 -7px;
  }
}
@media (max-width: 767.98px) {
  .marquee-wrap {
    margin: -2px 0 -7px;
  }
}
.marquee-wrap .marquee__group .m-item {
  margin-right: 25px;
  display: inline;
}
.marquee-wrap .marquee__group .m-item a {
  font-size: 130px;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 1399px) {
  .marquee-wrap .marquee__group .m-item a {
    font-size: 100px;
  }
}
@media (max-width: 1199.98px) {
  .marquee-wrap .marquee__group .m-item a {
    font-size: 80px;
  }
}
@media (max-width: 991.98px) {
  .marquee-wrap .marquee__group .m-item a {
    font-size: 65px;
  }
}
@media (max-width: 767.98px) {
  .marquee-wrap .marquee__group .m-item a {
    font-size: 45px;
  }
}
@media (max-width: 380px) {
  .marquee-wrap .marquee__group .m-item a {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .marquee-wrap .marquee__group .m-item a {
    font-size: 50px;
  }
}
.marquee-wrap .marquee__group .m-item.text-stroke a {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--tg-heading-color);
}
.marquee-wrap .marquee__group .m-item.text-stroke a:hover {
  -webkit-text-stroke: 1px var(--tg-theme-primary);
}

/*marquee-wrap2*****************/
.marquee-wrap.style2 {
  margin: -12px 0 -17px;
}
.marquee-wrap.style2 .marquee__group .m-item a {
  font-family: var(--tg-heading2-font-family);
  font-weight: 500;
  color: var(--tg-color-white-default);
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.marquee-wrap.style2 .marquee__group .m-item a img {
  width: 80px;
}
@media (max-width: 1199.98px) {
  .marquee-wrap.style2 .marquee__group .m-item a img {
    width: 60px;
  }
}
@media (max-width: 991.98px) {
  .marquee-wrap.style2 .marquee__group .m-item a img {
    width: 50px;
  }
}
@media (max-width: 767.98px) {
  .marquee-wrap.style2 .marquee__group .m-item a img {
    width: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .marquee-wrap.style2 .marquee__group .m-item a img {
    width: 40px;
  }
}

/*marquee-wrap3*****************/
.marquee-wrap.style3 {
  margin: 0;
}
.marquee-wrap.style3 .marquee__group {
  display: inline-flex;
  align-self: center;
}
.marquee-wrap.style3 .marquee__group .m-item {
  margin-right: 100px;
  display: inline-block;
}
.marquee-wrap.style3 .marquee__group .m-item a {
  line-height: normal;
  font-size: 20px;
  display: inline-block;
}
.marquee-wrap.style3 .marquee__group .m-item a img {
  transition: 0.4s;
}
.marquee-wrap.style3 .marquee__group .m-item a img:hover {
  transform: scale(1.1);
}

/*=============================
    Pricing 01
===============================*/
.pricing-card {
  padding: 40px;
  background: var(--tg-color-white-default);
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .pricing-card {
    padding: 30px;
  }
}
.pricing-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  z-index: -1;
  transition: 0.4s;
  opacity: 0;
}
.pricing-card_title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-top: -0.2em;
  margin-bottom: 28px;
  transition: 0.4s;
}
@media (max-width: 1199.98px) {
  .pricing-card_title {
    font-size: 20px;
    margin-bottom: 18px;
    margin-top: -0.1em;
  }
}
.pricing-card_price {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--tg-theme-primary);
  margin-bottom: 4px;
  transition: 0.4s;
}
.pricing-card_price .duration {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.4px;
}
@media (max-width: 1199.98px) {
  .pricing-card_price {
    font-size: 50px;
    margin-bottom: 14px;
  }
}
.pricing-card p {
  font-size: 16px;
  letter-spacing: -0.015em;
  margin-bottom: 0;
  transition: 0.4s;
}
.pricing-card .checklist {
  margin-bottom: 56px;
  margin-top: 20px;
}
.pricing-card .checklist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pricing-card .checklist li {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: var(--tg-heading-color);
  text-transform: uppercase;
  display: flex;
  align-items: start;
  transition: 0.4s;
}
@media (max-width: 1199.98px) {
  .pricing-card .checklist li {
    font-size: 16px;
  }
}
.pricing-card .checklist li:not(:last-child) {
  margin-bottom: 22px;
}
.pricing-card .checklist li i,
.pricing-card .checklist li svg,
.pricing-card .checklist li img {
  margin-right: 10px;
  margin-top: 4px;
}
@media (max-width: 1199.98px) {
  .pricing-card .checklist li i,
  .pricing-card .checklist li svg,
  .pricing-card .checklist li img {
    width: 20px;
  }
}
@media (max-width: 1199.98px) {
  .pricing-card .btn {
    font-size: 16px;
    padding: 23px 30px 21px;
  }
}
.pricing-card:hover .pricing-card-bg, .pricing-card.active .pricing-card-bg {
  opacity: 1;
}
.pricing-card:hover p,
.pricing-card:hover .checklist li,
.pricing-card:hover .pricing-card_price,
.pricing-card:hover .pricing-card_title, .pricing-card.active p,
.pricing-card.active .checklist li,
.pricing-card.active .pricing-card_price,
.pricing-card.active .pricing-card_title {
  color: var(--tg-color-white-default);
}
.pricing-card:hover .checklist li img, .pricing-card.active .checklist li img {
  filter: brightness(99) grayscale(1);
}
.pricing-card:hover .btn, .pricing-card.active .btn {
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
}
.pricing-card:hover .btn:hover, .pricing-card.active .btn:hover {
  color: var(--tg-color-white-default);
}

/*pricing-card 2******************/
.pricing-card.style2 {
  background: var(--tg-color-gray-2);
  transition: 0.4s;
}
.pricing-card.style2 .pricing-card_price {
  color: var(--tg-heading-color);
}
.pricing-card.style2.active, .pricing-card.style2:hover {
  background: var(--tg-color-dark);
}
.pricing-card.style2.active .pricing-card_price, .pricing-card.style2:hover .pricing-card_price {
  color: var(--tg-color-white-default);
}
.pricing-card.style2.active .btn, .pricing-card.style2:hover .btn {
  color: var(--tg-color-dark);
}

/*=============================
    FAQ 01
===============================*/
.accordion-card {
  transition: 0.4s ease-in-out;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid var(--tg-heading-color);
  border-radius: 0px;
  position: relative;
  padding-bottom: 18px;
}
.accordion-card:first-child {
  border-top: 1px solid var(--tg-heading-color);
}
.accordion-card .accordion-button {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
  border: 0;
  background-color: transparent;
  text-align: left;
  transition: 0.3s;
  box-shadow: none;
  padding: 35px 45px 12px 0;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .accordion-card .accordion-button {
    font-size: 18px;
    padding: 32px 45px 10px 0;
    line-height: 1.3;
  }
}
.accordion-card .accordion-button:after {
  content: "\e905";
  height: 30px;
  width: auto;
  background: transparent;
  border: 0;
  font-family: "icomoon" !important;
  color: var(--tg-heading-color);
  font-weight: 900;
  font-size: 30px;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  line-height: normal;
  top: 28px;
  right: 0px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .accordion-card .accordion-button:after {
    font-size: 20px;
    right: 1px;
  }
}
.accordion-card .accordion-button .accordion-number {
  font-size: 16px;
  font-family: var(--tg-body-font-family);
  font-style: normal;
  font-weight: 400;
  flex: none;
  width: 272px;
}
@media (max-width: 991.98px) {
  .accordion-card .accordion-button .accordion-number {
    width: 172px;
  }
}
@media (max-width: 767.98px) {
  .accordion-card .accordion-button .accordion-number {
    width: 30px;
  }
}
.accordion-card .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-card .accordion-collapse {
  border: none;
  position: relative;
}
.accordion-card .accordion-body {
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 0px 0 5px 272px;
}
@media (max-width: 991.98px) {
  .accordion-card .accordion-body {
    padding: 0px 0 5px 172px;
  }
}
@media (max-width: 767.98px) {
  .accordion-card .accordion-body {
    padding: 0px 0 5px 31px;
  }
}
.accordion-card .accordion-body p {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  letter-spacing: -0.015em;
  opacity: 0.8;
  max-width: 610px;
}
.accordion-card:has(.accordion-collapse.show) .accordion-button {
  color: var(--tg-theme-primary);
}
.accordion-card:last-child {
  margin-bottom: 0;
}

/*faq area 2****************/
.accordion-card.style2 {
  border-bottom: 0;
}
.accordion-card.style2:first-child {
  border-top: 0;
}
.accordion-card.style2:first-child .accordion-button {
  padding-top: 0;
}
.accordion-card.style2:first-child .accordion-button:after {
  top: 0;
}
.accordion-card.style2:last-child {
  padding-bottom: 2px;
}
.accordion-card.style2 .accordion-button:after {
  content: "\ea3e";
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
  background: var(--tg-theme-primary);
  color: var(--tg-heading-color);
}
@media (max-width: 767.98px) {
  .accordion-card.style2 .accordion-button:after {
    top: 26px;
  }
}
.accordion-card.style2 .accordion-button.collapsed:after {
  color: var(--tg-color-white-default);
  background: var(--tg-heading-color);
}
.accordion-card.style2:has(.accordion-collapse.show) .accordion-button {
  color: var(--tg-heading-color);
}
.accordion-card.style2 .accordion-body {
  padding-left: 0;
  padding-bottom: 28px;
  padding-top: 30px;
  border-bottom: 1px solid var(--tg-heading-color);
}

/*=============================
    Work 01
===============================*/
.video-btn-wrap .play-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--tg-heading2-font-family);
  font-size: 20px;
  font-weight: 500;
  color: var(--tg-color-white-default);
  max-width: 200px;
}
.video-btn-wrap .play-btn .icon-btn {
  color: var(--tg-color-white-default);
  width: 110px;
  height: 60px;
  flex: none;
}
.video-btn-wrap .play-btn .icon-btn:hover {
  color: var(--tg-theme-primary);
}

.video-thumb-box1 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 55%;
}
.video-thumb-box1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-thumb-box1 .video-btn-wrap {
  position: absolute;
  left: 270px;
  bottom: 160px;
}
@media (max-width: 1399px) {
  .video-thumb-box1 .video-btn-wrap {
    left: 120px;
    bottom: 120px;
  }
}
@media (max-width: 1199.98px) {
  .video-thumb-box1 .video-btn-wrap {
    left: 40px;
    bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .video-thumb-box1 {
    width: 100%;
    position: inherit;
  }
}

.video-wrap1 {
  padding-top: 190px;
  padding-bottom: 470px;
}
@media (max-width: 1399px) {
  .video-wrap1 {
    padding-top: 120px;
    padding-bottom: 350px;
  }
}
@media (max-width: 991.98px) {
  .video-wrap1 {
    padding-bottom: 0;
  }
}

/*=============================
    About area
===============================*/
.about-thumb-box8 {
  background: var(--tg-theme-primary);
  display: inline-block;
}

.about-wrap8 .sec-text2 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.5em;
  margin-top: 0;
}
@media (max-width: 1399px) {
  .about-wrap8 .sec-text2 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .about-wrap8 .sec-text2 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .about-wrap8 .sec-text2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-wrap8 .sec-text2 {
    font-size: 24px;
  }
}
.about-wrap8 .icon-btn {
  width: 60px;
  height: 60px;
}

/*=============================
    Blog
===============================*/
.blog__post-meta .list-wrap {
  display: flex;
  align-items: center;
  gap: 15px 10px;
  flex-wrap: wrap;
}
.blog__post-meta .list-wrap li {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}
.blog__post-meta .list-wrap li a {
  border: 1px solid var(--tg-color-dark);
  padding: 10px 20px;
  color: var(--tg-color-dark);
  border-radius: 50px;
}
.blog__post-meta .list-wrap li a:hover {
  background: var(--tg-color-dark);
  color: var(--tg-color-white-default);
}

/*blog item one*****************/
.blog__post-item {
  border-top: 1px solid rgba(10, 12, 0, 0.5);
  border-bottom: 1px solid rgba(10, 12, 0, 0.5);
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 40px 140px;
}
.blog__post-item .blog__post-thumb {
  flex: none;
  overflow: hidden;
}
.blog__post-item .blog__post-thumb a {
  display: block;
  filter: grayscale(1);
  transition: 0.4s;
}
.blog__post-item .blog__post-thumb img {
  transition: 0.4s;
  height: 220px;
  width: 520px;
  object-fit: cover;
}
.blog__post-item .blog__post-date {
  font-size: 12px;
  display: block;
  margin-top: -0.4em;
  margin-bottom: 8px;
}
.blog__post-item .title {
  font-size: 28px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1.428;
  font-weight: 400;
  margin-bottom: 88px;
}
.blog__post-item .title a {
  color: var(--tg-color-dark);
  background-image: linear-gradient(to left, var(--tg-color-dark), var(--tg-color-dark));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 1.2s;
}
.blog__post-item .title a:hover {
  background-size: 100% 2px;
}
.blog__post-item .blog__post-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  justify-content: space-between;
  margin-right: 4px;
}
.blog__post-item .link-btn {
  gap: 15px;
  align-self: end;
}
.blog__post-item .link-btn:after, .blog__post-item .link-btn:before {
  height: 1px;
}
.blog__post-item:hover .blog__post-thumb a {
  filter: grayscale(0);
}
.blog__post-item:hover .blog__post-thumb img {
  transform: scale(1.05);
}
@media (max-width: 1500px) {
  .blog__post-item {
    gap: 40px 80px;
  }
}
@media (max-width: 1399px) {
  .blog__post-item .title {
    margin-bottom: 38px;
  }
}
@media (max-width: 1199.98px) {
  .blog__post-item {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .blog__post-item .blog__post-content {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .blog__post-item .blog__post-thumb {
    width: 100%;
  }
  .blog__post-item .blog__post-thumb img {
    width: 100%;
  }
  .blog__post-item .title {
    font-size: 24px;
  }
}

/*blog item two*****************/
.blog__post-item-two .blog__post-thumb {
  overflow: hidden;
}
.blog__post-item-two .blog__post-thumb img {
  width: 100%;
  transition: 0.4s;
}
.blog__post-item-two .blog__post-content {
  margin-top: 30px;
}
.blog__post-item-two .blog__post-content .title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 14px;
  line-height: 1.2857;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .blog__post-item-two .blog__post-content .title {
    font-size: 22px;
  }
}
.blog__post-item-two .blog__post-content .title a {
  color: var(--tg-color-dark);
  background-image: linear-gradient(to left, var(--tg-color-dark), var(--tg-color-dark));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 1px;
  transition: 1.2s;
}
.blog__post-item-two .blog__post-content .title a:hover {
  background-size: 100% 1px;
}
.blog__post-item-two .blog__post-content .link-btn {
  gap: 15px;
}
.blog__post-item-two .blog__post-content .link-btn:after, .blog__post-item-two .blog__post-content .link-btn:before {
  height: 1px;
}
.blog__post-item-two:hover .blog__post-thumb img {
  transform: scale(1.05);
}

/*blog item three*****************/
.blog-area-bg-shape1 {
  bottom: 0;
  top: auto;
  --box-size: 30px;
}
.blog-area-bg-shape1 .square-shape1 {
  background: var(--tg-heading-color);
}

.blog__post-item-three .blog__post-thumb {
  overflow: hidden;
}
.blog__post-item-three .blog__post-thumb img {
  width: 100%;
  transition: 0.4s;
}
.blog__post-item-three .blog__post-content {
  margin-top: 26px;
}
.blog__post-item-three .blog__post-content .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 26px;
  line-height: 1.5em;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .blog__post-item-three .blog__post-content .title {
    margin-bottom: 6px;
  }
}
.blog__post-item-three .blog__post-content .title a {
  color: var(--tg-color-dark);
  background-image: linear-gradient(to left, var(--tg-color-dark), var(--tg-color-dark));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 1px;
  transition: 1.2s;
}
.blog__post-item-three .blog__post-content .title a:hover {
  background-size: 100% 1px;
}
.blog__post-item-three .blog__post-date {
  font-size: 18px;
  letter-spacing: 0.015em;
  opacity: 0.8;
  display: block;
  margin-bottom: -0.5em;
}
.blog__post-item-three:hover .blog__post-thumb img {
  transform: scale(1.05);
}

/*blog item four*****************/
.blog__post-item-four .blog__post-thumb {
  overflow: hidden;
}
.blog__post-item-four .blog__post-thumb img {
  width: 100%;
  transition: 0.4s;
}
.blog__post-item-four .blog__post-meta {
  color: var(--tg-color-white-default);
  display: inline-flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 18px;
  opacity: 0.8;
}
.blog__post-item-four .blog__post-meta a {
  color: inherit;
}
.blog__post-item-four .blog__post-meta a:hover {
  color: var(--tg-theme-primary);
}
.blog__post-item-four .blog__post-content {
  margin-top: 23px;
}
.blog__post-item-four .blog__post-content .title {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--tg-heading2-font-family);
  margin-bottom: -0.3em;
  line-height: 1.5em;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  margin-top: 30px;
}
.blog__post-item-four .blog__post-content .title a {
  color: var(--tg-color-dark);
  background-image: linear-gradient(to left, var(--tg-color-dark), var(--tg-color-dark));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 1.2s;
}
.blog__post-item-four .blog__post-content .title a:hover {
  background-size: 100% 2px;
}
.blog__post-item-four .blog__post-content .title a.text-white {
  background-image: linear-gradient(to bottom, var(--tg-color-white-default), var(--tg-color-white-default));
}
.blog__post-item-four:hover .blog__post-thumb img {
  transform: scale(1.05);
}

/*blog item five*****************/
.blog__post-item-five .blog__post-thumb {
  overflow: hidden;
}
.blog__post-item-five .blog__post-thumb img {
  width: 100%;
  transition: 0.4s;
}
.blog__post-item-five .blog__post-content {
  margin-top: 30px;
}
.blog__post-item-five .blog__post-content .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3333;
  letter-spacing: 0.015em;
  margin-bottom: 56px;
}
.blog__post-item-five .blog__post-content .title a {
  color: var(--tg-color-dark);
  background-image: linear-gradient(to left, var(--tg-color-dark), var(--tg-color-dark));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 1.2s;
}
.blog__post-item-five .blog__post-content .title a:hover {
  background-size: 100% 2px;
}
.blog__post-item-five .blog__post-content .title a.text-white {
  background-image: linear-gradient(to bottom, var(--tg-color-white-default), var(--tg-color-white-default));
}
.blog__post-item-five .blog__post-content .link-btn:before, .blog__post-item-five .blog__post-content .link-btn:after {
  height: 1px;
}
.blog__post-item-five:hover .blog__post-thumb img {
  transform: scale(1.05);
}

/*blog item six*****************/
.blog__post-item-six {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 40px 40px;
}
.blog__post-item-six .blog__post-thumb {
  flex: none;
  overflow: hidden;
}
.blog__post-item-six .blog__post-thumb a {
  display: block;
  transition: 0.4s;
}
.blog__post-item-six .blog__post-thumb img {
  transition: 0.4s;
  height: 350px;
  width: 607px;
  object-fit: cover;
}
.blog__post-item-six .blog__post-meta {
  color: var(--tg-color-white-default);
  display: inline-flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 18px;
  opacity: 0.8;
}
.blog__post-item-six .blog__post-meta a {
  color: inherit;
}
.blog__post-item-six .blog__post-meta a:hover {
  color: var(--tg-theme-primary);
}
.blog__post-item-six .title {
  font-size: 36px;
  text-transform: capitalize;
  letter-spacing: 0.015em;
  line-height: 1.333;
  font-weight: 500;
  font-family: var(--tg-heading2-font-family);
  margin-bottom: 32px;
  margin-top: 20px;
}
.blog__post-item-six .title a {
  color: var(--tg-color-white-default);
  background-image: linear-gradient(to left, var(--tg-color-white-default), var(--tg-color-white-default));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 1.2s;
}
.blog__post-item-six .title a:hover {
  background-size: 100% 2px;
}
.blog__post-item-six .blog-text {
  color: var(--tg-color-white-default);
  opacity: 0.8;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.5em;
  max-width: 360px;
  margin-bottom: 0;
}
.blog__post-item-six:hover .blog__post-thumb a {
  filter: grayscale(0);
}
.blog__post-item-six:hover .blog__post-thumb img {
  transform: scale(1.05);
}
@media (max-width: 1500px) {
  .blog__post-item-six {
    gap: 40px 80px;
  }
}
@media (max-width: 1399px) {
  .blog__post-item-six .title {
    font-size: 30px;
  }
}
@media (max-width: 1199.98px) {
  .blog__post-item-six {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .blog__post-item-six .blog__post-content {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .blog__post-item-six .blog__post-thumb {
    width: 100%;
  }
  .blog__post-item-six .blog__post-thumb img {
    width: 100%;
  }
  .blog__post-item-six .title {
    font-size: 24px;
    margin-bottom: 22px;
  }
}

/*Blog Details Area*****************/
.blog__details-wrap {
  padding-right: 60px;
}
@media (max-width: 1199.98px) {
  .blog__details-wrap {
    padding-right: 0;
  }
}

.blog__details-thumb {
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767.98px) {
  .blog__details-thumb .blog__details-thumb {
    margin-bottom: 30px;
  }
}
.blog__details-thumb img {
  min-height: 250px;
  object-fit: cover;
}
.blog__details-thumb .blog__post-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--tg-color-white-default);
  padding: 22px 20px;
}
.blog__details-thumb .blog__post-meta .list-wrap {
  gap: 20px 30px;
}
.blog__details-thumb .blog__post-meta li {
  font-size: 16px;
  gap: 10px;
  color: var(--tg-color-dark);
  opacity: 0.5;
  transition: 0.4s;
}
.blog__details-thumb .blog__post-meta li a {
  border: 0;
  padding: 0;
  background: transparent;
}
.blog__details-thumb .blog__post-meta li a:hover {
  background: transparent;
  color: var(--tg-color-dark);
}
.blog__details-thumb .blog__post-meta li:hover {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .blog__details-thumb .blog__post-meta {
    position: initial;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.blog__details-content &gt; p {
  margin-bottom: 30px;
}

.blog__details-inner-wrap {
  margin: 30px 0 25px;
}
.blog__details-inner-wrap .col-54 {
  width: 54%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .blog__details-inner-wrap .col-54 {
    width: 100%;
  }
}
.blog__details-inner-wrap .col-46 {
  width: 46%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .blog__details-inner-wrap .col-46 {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .blog__details-inner-wrap .content {
    margin-bottom: 40px;
  }
}
.blog__details-inner-wrap .content p {
  margin-bottom: 20px;
  width: 80%;
}
.blog__details-inner-wrap .content .list-wrap li {
  display: flex;
  font-size: 22px;
  font-weight: 600;
  align-items: center;
  line-height: 1;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
  gap: 10px;
  margin-bottom: 15px;
}
.blog__details-inner-wrap .content .list-wrap li:last-child {
  margin-bottom: 0;
}
.blog__details-inner-wrap .content .list-wrap li i {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border-radius: 50%;
  font-size: 13px;
}

blockquote {
  background: var(--tg-theme-primary);
  padding: 50px 44px 44px 75px;
  position: relative;
  z-index: 1;
  margin: 40px 0;
}
@media (max-width: 767.98px) {
  blockquote {
    padding: 50px 30px 30px 30px;
  }
}
blockquote::after {
  content: "";
  font-weight: 700;
  font-size: 52px;
  color: var(--tg-color-dark);
  line-height: 1;
  font-family: var(--tg-icon-font-family);
  background-image: url(../img/icon/svg-img/quote-left2.svg);
  position: absolute;
  width: 46px;
  height: 40px;
  background-size: cover;
  filter: grayscale(2) brightness(0);
  left: 47px;
  top: 34px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  blockquote::after {
    left: 30px;
    top: 30px;
  }
}
blockquote p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  color: var(--tg-color-dark);
  letter-spacing: -0.015em;
  line-height: 1.3333;
}
blockquote p::first-letter {
  padding-left: 28px;
}
@media (max-width: 767.98px) {
  blockquote p::first-letter {
    padding-left: 50px;
  }
}
@media (max-width: 1199.98px) {
  blockquote p {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  blockquote p {
    font-size: 18px;
  }
}

.blog__details-content-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 55px 0 60px;
}
.blog__details-content-bottom .post-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.blog__details-content-bottom .post-tags .title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}
.blog__details-content-bottom .post-tags .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.blog__details-content-bottom .post-tags .list-wrap li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--tg-heading-color);
  background: #EEEFF3;
  border-radius: 0px;
  padding: 10px 20px;
  display: block;
  line-height: 1;
}
.blog__details-content-bottom .post-tags .list-wrap li a:hover {
  background: var(--tg-theme-primary);
}
.blog__details-content-bottom .blog-post-share {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  .blog__details-content-bottom .blog-post-share {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
.blog__details-content-bottom .blog-post-share .title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}
.blog__details-content-bottom .blog-post-share .list-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog__details-content-bottom .blog-post-share .list-wrap li {
  line-height: 1;
}
.blog__details-content-bottom .blog-post-share .list-wrap li a {
  font-size: 18px;
}

.blog-sidebar {
  position: sticky;
  top: 140px;
}
@media (max-width: 991.98px) {
  .blog-sidebar {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
    margin-top: 100px;
  }
}

.blog-widget {
  margin-bottom: 40px;
}
.blog-widget:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget-title {
  margin-bottom: 30px;
  line-height: 1;
  font-size: 24px;
  position: relative;
  font-weight: 400;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.sidebar-search-form form {
  position: relative;
}
.sidebar-search-form input {
  background: transparent;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 13px 45px 13px 20px;
  color: var(--tg-heading-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 0px;
  height: 70px;
}
.sidebar-search-form input::placeholder {
  font-size: 16px;
  font-weight: 400;
}
.sidebar-search-form button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  padding: 0;
  font-size: 16px;
  line-height: 0;
  color: var(--tg-color-dark);
}

.sidebar-cat-list .list-wrap li {
  line-height: 1.4;
  margin-bottom: 20px;
}
.sidebar-cat-list .list-wrap li:last-child {
  margin-bottom: 0;
}
.sidebar-cat-list .list-wrap li a {
  color: var(--tg-heading-color);
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
}
@media (max-width: 1199.98px) {
  .sidebar-cat-list .list-wrap li a {
    font-size: 16px;
  }
}
.sidebar-cat-list .list-wrap li a span {
  margin-left: auto;
}
.sidebar-cat-list .list-wrap li a:hover {
  margin-left: 5px;
}

.sidebar-tag-list .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1199.98px) {
  .sidebar-tag-list .list-wrap {
    gap: 12px;
  }
}
.sidebar-tag-list .list-wrap li a {
  font-size: 20px;
  font-weight: 400;
  color: var(--tg-color-dark);
  background: transparent;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: block;
  line-height: 1;
  padding: 14px 20px;
  letter-spacing: -0.015em;
  opacity: 0.8;
}
@media (max-width: 1199.98px) {
  .sidebar-tag-list .list-wrap li a {
    font-size: 16px;
  }
}
.sidebar-tag-list .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
  color: var(--tg-color-dark);
  opacity: 1;
}

.widget-rc-post {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 30px;
}
@media (max-width: 1199.98px) {
  .widget-rc-post {
    border: 0;
    padding: 0;
  }
}

.rc-post-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.rc-post-item:last-child {
  margin-bottom: 0;
}
.rc-post-item .thumb {
  width: 86px;
  flex: 0 0 auto;
}
.rc-post-item .thumb img {
  border-radius: 0px;
}
.rc-post-item .content .title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  letter-spacing: -0.004em;
  text-transform: capitalize;
  margin-top: -0.1em;
}
@media (max-width: 1199.98px) {
  .rc-post-item .content .title {
    font-size: 14px;
  }
}
.rc-post-item .content .date {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  gap: 5px;
}
.rc-post-item .content .date i {
  font-size: 20px;
  line-height: 0;
  color: var(--tg-theme-primary);
}

.comment-reply-title {
  font-size: 32px;
  letter-spacing: 0.015em;
  line-height: 1.5em;
  font-weight: 400;
}

.comment-form .comment-notes {
  margin-bottom: 40px;
}

/*=============================
    39. Footer
===============================*/
.footer__cta-wrap {
  position: relative;
}
.footer__cta-wrap:after {
  content: "";
  position: absolute;
  height: 1px;
  background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.5) 50%);
  background-size: 12px 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer__cta-wrap .footer__cta-wrap-text {
  letter-spacing: -0.015em;
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 0;
}
.footer__cta-wrap .footer__cta-wrap-text i {
  color: var(--tg-theme-primary);
  margin-right: 10px;
}
.footer__cta-wrap .footer__cta-wrap-title {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .footer__cta-wrap .footer__cta-wrap-title {
    margin-top: -0.3em;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__cta-wrap .footer__cta-wrap-title {
    margin-top: -0.5em;
  }
}
.footer__cta-wrap .footer__cta-wrap-title .link-btn {
  text-transform: uppercase;
  font-size: 90px;
  font-weight: 400;
  letter-spacing: -0.03em;
  gap: 40px;
  padding-bottom: 57px;
}
.footer__cta-wrap .footer__cta-wrap-title .link-btn:after, .footer__cta-wrap .footer__cta-wrap-title .link-btn:before {
  background: var(--tg-color-white-default);
  height: 8px;
}
.footer__cta-wrap .footer__cta-wrap-title .link-btn i {
  color: var(--tg-theme-primary);
  font-size: 50px;
  margin-top: 7px;
}
@media (max-width: 1399px) {
  .footer__cta-wrap .footer__cta-wrap-title .link-btn {
    font-size: 70px;
  }
  .footer__cta-wrap .footer__cta-wrap-title .link-btn:after, .footer__cta-wrap .footer__cta-wrap-title .link-btn:before {
    height: 5px;
  }
  .footer__cta-wrap .footer__cta-wrap-title .link-btn i {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .footer__cta-wrap .footer__cta-wrap-title .link-btn {
    font-size: 50px;
    padding-bottom: 37px;
  }
  .footer__cta-wrap .footer__cta-wrap-title .link-btn:after, .footer__cta-wrap .footer__cta-wrap-title .link-btn:before {
    height: 3px;
  }
  .footer__cta-wrap .footer__cta-wrap-title .link-btn i {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__cta-wrap .footer__cta-wrap-title .link-btn {
    font-size: 40px;
    padding-right: 16px;
  }
}
@media (max-width: 767.98px) {
  .footer__cta-wrap .footer__cta-wrap-title .link-btn {
    font-size: 34px;
    line-height: normal;
    padding-right: 20px;
    gap: 20px 40px;
    flex-wrap: wrap;
  }
  .footer__cta-wrap .footer__cta-wrap-title .link-btn i {
    font-size: 24px;
  }
}
.footer__cta-wrap2 .footer__cta-wrap-title {
  font-size: 45px;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin-top: -0.05em;
  margin-bottom: 18px;
}
.footer__cta-wrap2 .footer__cta-wrap-text {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.015em;
}
.footer__cta-wrap2 .footer__social2 .list-wrap li a:hover {
  color: var(--tg-color-white-default);
}
.footer__cta-wrap3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer__cta-wrap3 .footer__cta-wrap-title {
  font-family: var(--tg-heading2-font-family);
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .footer__cta-wrap3 .footer__cta-wrap-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__cta-wrap3 .footer__cta-wrap-title {
    font-size: 40px;
  }
}
.footer__cta-wrap3 .footer__cta-link .link-btn {
  font-family: var(--tg-heading2-font-family);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
@media (max-width: 767.98px) {
  .footer__cta-wrap3 .footer__cta-link .link-btn {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__cta-wrap3 .footer__cta-link .link-btn {
    font-size: 30px;
  }
}
.footer__cta-wrap4 {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.footer__cta-wrap4 .footer__cta-wrap-title {
  font-family: var(--tg-heading2-font-family);
  font-size: 45px;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-bottom: 37px;
}
@media (max-width: 767.98px) {
  .footer__cta-wrap4 .footer__cta-wrap-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__cta-wrap4 .footer__cta-wrap-title {
    font-size: 40px;
  }
}
.footer__cta-wrap4 .newsletter-form {
  width: 360px;
  position: relative;
}
.footer__cta-wrap4 .newsletter-form input {
  width: 100%;
  padding-right: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer__cta-wrap4 .newsletter-form .icon-btn {
  color: var(--tg-heading-color);
  position: absolute;
  right: 0;
  bottom: 8px;
}
.footer__cta-wrap4 .newsletter-form .icon-btn:hover {
  transform: rotate(45deg);
}
@media (max-width: 767.98px) {
  .footer__cta-wrap4 .newsletter-form {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__cta-wrap4 .newsletter-form {
    width: 360px;
  }
}
.footer__cta-wrap4 .footer-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 20px 57px;
  flex-wrap: wrap;
  display: flex;
  justify-content: end;
}
@media (max-width: 1199.98px) {
  .footer__cta-wrap4 .footer-menu-list {
    justify-content: start;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .footer__cta-wrap4 .footer-menu-list {
    gap: 20px 40px;
  }
}
.footer__cta-wrap4 .footer-menu-list li {
  font-size: 20px;
  font-family: var(--tg-heading2-font-family);
  color: var(--tg-color-white-default);
  letter-spacing: -0.015em;
  opacity: 0.5;
  transition: 0.4s;
  font-weight: 400;
}
.footer__cta-wrap4 .footer-menu-list li:hover {
  color: var(--tg-theme-primary);
  opacity: 1;
}
.footer__cta-wrap4 .footer-menu-list li a {
  color: inherit;
}
.footer__cta-wrap5 .footer__cta-wrap-title {
  font-family: var(--tg-heading-font-family);
  font-size: 45px;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-bottom: 37px;
}
@media (max-width: 767.98px) {
  .footer__cta-wrap5 .footer__cta-wrap-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__cta-wrap5 .footer__cta-wrap-title {
    font-size: 40px;
  }
}
.footer__cta-wrap5 .newsletter-form {
  position: relative;
}
.footer__cta-wrap5 .newsletter-form input {
  width: 100%;
  padding-right: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer__cta-wrap5 .newsletter-form .icon-btn {
  color: var(--tg-heading-color);
  position: absolute;
  right: 0;
  bottom: 8px;
}
.footer__cta-wrap5 .newsletter-form .icon-btn:hover {
  transform: rotate(45deg);
}
@media (max-width: 767.98px) {
  .footer__cta-wrap5 .newsletter-form {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__cta-wrap5 .newsletter-form {
    width: 360px;
  }
}
.footer__cta-wrap5 .footer-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 20px 57px;
  flex-wrap: wrap;
  display: flex;
  justify-content: end;
}
@media (max-width: 1199.98px) {
  .footer__cta-wrap5 .footer-menu-list {
    justify-content: start;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .footer__cta-wrap5 .footer-menu-list {
    gap: 20px 40px;
  }
}
.footer__cta-wrap5 .footer-menu-list li {
  font-size: 24px;
  font-family: var(--tg-body-font-family);
  color: var(--tg-color-white-default);
  letter-spacing: -0.015em;
  opacity: 0.5;
  transition: 0.4s;
  font-weight: 400;
}
.footer__cta-wrap5 .footer-menu-list li:hover {
  color: var(--tg-theme-primary);
  opacity: 1;
}
.footer__cta-wrap5 .footer-menu-list li a {
  color: inherit;
}
.footer__cta-wrap6 {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer__cta-wrap6 .footer-menu-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .footer__cta-wrap6 .footer-menu-list {
    padding: 25px 0;
  }
}
.footer__cta-wrap6 .footer-menu-list li {
  flex: 1;
}
.footer__cta-wrap6 .footer-menu-list li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767.98px) {
  .footer__cta-wrap6 .footer-menu-list li:not(:last-child) {
    border-right: 0;
  }
}
.footer__cta-wrap6 .footer-menu-list li:not(:first-child) {
  text-align: center;
}
.footer__cta-wrap6 .footer-menu-list li:last-child {
  text-align: end;
}
.footer__cta-wrap6 .footer-menu-list li a {
  display: block;
  font-size: 60px;
  font-weight: 500;
  font-family: var(--tg-heading2-font-family);
  color: var(--tg-color-white-default);
  padding: 52px 0px;
}
@media (max-width: 1199.98px) {
  .footer__cta-wrap6 .footer-menu-list li a {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .footer__cta-wrap6 .footer-menu-list li a {
    font-size: 30px;
  }
}
.footer__cta-wrap6 .footer-menu-list li a:hover {
  color: var(--tg-theme-primary);
}
@media (max-width: 767.98px) {
  .footer__cta-wrap6 .footer-menu-list {
    flex-wrap: wrap;
    gap: 10px;
  }
  .footer__cta-wrap6 .footer-menu-list li {
    width: 100%;
    flex: auto;
    text-align: center !important;
  }
  .footer__cta-wrap6 .footer-menu-list li a {
    padding: 0;
  }
}
.footer__top {
  padding: 115px 0 70px;
  position: relative;
  z-index: 1;
  position: relative;
}
.footer__top:after {
  content: "";
  position: absolute;
  height: 1px;
  background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.5) 50%);
  background-size: 12px 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .footer__top {
    padding: 90px 0 50px;
  }
}
.footer__top .row [class*=col-]:nth-child(3) .footer__widget {
  margin-left: 50px;
}
@media (max-width: 1500px) {
  .footer__top .row [class*=col-]:nth-child(3) .footer__widget {
    margin-left: 25px;
  }
}
@media (max-width: 1199.98px) {
  .footer__top .row [class*=col-]:nth-child(3) .footer__widget {
    margin-left: 0;
  }
}
.footer__top-two {
  padding-top: 45px;
  padding-bottom: 30px;
}
.footer__top-two:after {
  display: none;
}
.footer__top-three {
  padding-top: 45px;
  padding-bottom: 70px;
}
.footer__top-three:after {
  display: none;
}
.footer__top-four {
  padding-top: 85px;
  padding-bottom: 45px;
}
.footer__top-four .footer__widget-title {
  font-family: var(--tg-heading2-font-family);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: var(--tg-color-white-default);
  margin-bottom: 30px;
}
.footer__top-four .footer__link .list-wrap li {
  margin-bottom: 14px;
}
.footer__top-four .footer__link .list-wrap li a {
  font-family: var(--tg-body-font-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
}
.footer__top-four .footer__contact .list-wrap li {
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
}
.footer__top-four:after {
  display: none;
}
.footer__top-five {
  padding-bottom: 45px;
}
@media (max-width: 1199.98px) {
  .footer__top-five {
    padding-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .footer__top-five {
    padding-top: 80px;
  }
}
.footer__top-five .footer__link .list-wrap li {
  margin-bottom: 14px;
}
.footer__top-five .footer__link .list-wrap li a {
  font-family: var(--tg-body-font-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
}
.footer__top-five .footer__links .footer__widget-title {
  font-size: 24px;
  font-weight: 400;
  font-family: var(--tg-heading2-font-family);
  color: var(--tg-color-white-default);
}
.footer__top-five .footer__content p {
  font-family: var(--tg-heading2-font-family);
}
.footer__top-five .footer__location {
  max-width: 243px;
}
.footer__top-five:after {
  display: none;
}
.footer__top-six {
  padding-bottom: 45px;
}
@media (max-width: 1199.98px) {
  .footer__top-six {
    padding-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .footer__top-six {
    padding-top: 80px;
  }
}
.footer__top-six .footer__link .list-wrap li {
  margin-bottom: 14px;
}
.footer__top-six .footer__link .list-wrap li a {
  font-family: var(--tg-body-font-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
}
.footer__top-six .footer__links .footer__widget-title {
  font-size: 24px;
  font-weight: 400;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-color-white-default);
}
.footer__top-six .footer__location {
  max-width: 243px;
}
.footer__top-six:after {
  display: none;
}
.footer__top-seven {
  padding-top: 42px;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .footer__top-seven {
    padding-bottom: 42px;
  }
}
.footer__top-seven .footer__content p {
  font-family: var(--tg-heading2-font-family);
  font-size: 18px;
  line-height: 1.888;
}
.footer__top-seven .footer__location {
  max-width: 243px;
}
.footer__top-seven .footer__link .list-wrap li {
  font-size: 18px;
}
.footer__top-seven .footer__link .list-wrap li:not(:last-child) {
  margin-bottom: 12px;
}
.footer__top-seven .footer__link .list-wrap li a,
.footer__top-seven .scroll__footer-top {
  font-family: var(--tg-heading2-font-family);
}
.footer__top-seven:after {
  display: none;
}
.footer__location {
  max-width: 223px;
}
.footer__widget {
  margin-bottom: 40px;
}
.footer__widget-title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--tg-body-font-family);
  letter-spacing: -0.015em;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .footer__widget-title {
    font-size: 24px;
  }
}
.footer__logo {
  margin-bottom: 25px;
}
.footer__logo img {
  max-height: 40px;
}
.footer__content {
  margin-bottom: 30px;
}
.footer__content p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--tg-heading-font-family);
  line-height: 1.888;
  color: var(--tg-color-white-default);
}
.footer__content a {
  display: inline-block;
  font-weight: 700;
  color: var(--tg-color-white-default);
  line-height: 1.2;
  margin-bottom: 15px;
  display: block;
}
.footer__content a:last-child {
  font-weight: 400;
  margin-bottom: 0;
}
.footer__content a:hover {
  color: var(--tg-theme-primary);
}
.footer__content-two {
  margin-bottom: 35px;
}
.footer__social .title {
  margin-bottom: 15px;
  color: var(--tg-color-gray-6);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--tg-body-font-family);
}
.footer__social .list-wrap {
  align-items: center;
  gap: 18px;
  padding-right: 3px;
}
.footer__social .list-wrap li {
  line-height: 1;
}
.footer__social .list-wrap li:not(:last-child) {
  margin-bottom: 20px;
}
.footer__social .list-wrap li a {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-color-white-default);
}
.footer__social .list-wrap li a .social-icon {
  width: 28px;
}
.footer__social .list-wrap li a .icon-arrow-top-left {
  font-size: 12px;
  margin-left: 8px;
  transition: 0.4s;
  display: inline-block;
}
.footer__social .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}
.footer__social .list-wrap li a:hover .icon-arrow-top-left {
  transform: rotate(45deg);
}
.footer__social-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .footer__social-two {
    justify-content: center;
  }
}
.footer__social-two .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #BBBBBB;
  font-family: var(--tg-body-font-family);
}
.footer__social-two .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 18px;
}
.footer__social-two .list-wrap li {
  line-height: 1;
}
.footer__social-two .list-wrap li a {
  font-size: 22px;
  color: #3D5489;
}
.footer__social-two .list-wrap li a:hover {
  color: var(--tg-color-white-default);
}
.footer__social2-title {
  color: var(--tg-color-white-default);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  font-family: var(--tg-body-font-family);
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 10px;
}
.footer__social2-title:after {
  content: "";
  position: relative;
  display: inline-block;
  height: 1px;
  width: 48px;
  background: var(--tg-color-white-default);
  margin-left: 10px;
}
.footer__social2 .list-wrap {
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  display: inline-flex;
}
.footer__social2 .list-wrap li {
  line-height: 1;
}
.footer__social2 .list-wrap li a {
  width: 36px;
  height: 36px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: #EEEFF3;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
}
.footer__social2 .list-wrap li a .social-icon {
  width: 28px;
}
.footer__social2 .list-wrap li a .icon-arrow-top-left {
  font-size: 12px;
  margin-left: 8px;
  transition: 0.4s;
  display: inline-block;
}
.footer__social2 .list-wrap li a:hover {
  background: var(--tg-theme-primary);
}
.footer__social2 .list-wrap li a:hover .icon-arrow-top-left {
  transform: rotate(45deg);
}
.footer__link .list-wrap li {
  margin-bottom: 15px;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer__link .list-wrap li:last-child {
  margin-bottom: 0;
}
.footer__link .list-wrap li a {
  color: var(--tg-color-white-default);
  font-weight: 400;
  font-family: var(--tg-heading-font-family);
  position: relative;
}
.footer__link .list-wrap li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}
.footer__link .list-wrap li a:hover {
  color: var(--tg-color-white-default);
}
.footer__link .list-wrap li a:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.footer__link .list-wrap li span {
  margin-left: auto;
}
.footer__newsletter {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #15367D;
  background: #0F2E72;
  padding: 45px 40px;
  text-align: center;
  margin-left: 75px;
}
@media (max-width: 1500px) {
  .footer__newsletter {
    margin-left: 40px;
  }
}
@media (max-width: 1199.98px) {
  .footer__newsletter {
    margin-left: 0px;
    padding: 45px 30px;
  }
}
.footer__newsletter .title {
  margin-bottom: 0;
  color: var(--tg-color-white-default);
  font-size: 24px;
}
.footer__newsletter .shape {
  margin-bottom: 15px;
}
.footer__newsletter input {
  width: 100%;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background: #1B3A80;
  color: var(--tg-color-white-default);
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px;
  margin-bottom: 12px;
}
.footer__newsletter input::placeholder {
  color: #7A90C2;
  font-size: 14px;
  font-weight: 500;
}
.footer__newsletter .btn {
  width: 100%;
  font-family: var(--tg-body-font-family);
  font-size: 17px;
  justify-content: center;
  padding: 16px 30px 17px 30px;
  font-weight: 700;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.footer__newsletter-two .title {
  margin-bottom: 15px;
  color: var(--tg-color-white-default);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.footer__newsletter-three {
  background: #062871;
  padding: 50px 0;
}
.footer__newsletter-form {
  position: relative;
}
.footer__newsletter-form input {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-color-white-default);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: none;
  background: #1B3A80;
  padding: 12px 60px 12px 20px;
  height: 48px;
}
.footer__newsletter-form input::placeholder {
  color: #7A90C2;
  font-size: 14px;
  font-weight: 500;
}
.footer__newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background: var(--tg-theme-primary);
  border: none;
  color: var(--tg-color-white-default);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__newsletter-form button:hover {
  background: var(--tg-color-dark-blue-2);
}
.footer__newsletter-form-two {
  position: relative;
  width: 78%;
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  .footer__newsletter-form-two {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .footer__newsletter-form-two {
    text-align: center;
  }
}
.footer__newsletter-form-two input {
  width: 100%;
  border: none;
  background: var(--tg-color-white-default);
  font-size: 15px;
  font-weight: 500;
  color: var(--tg-heading-color);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 15px 180px 15px 25px;
  height: 55px;
}
@media (max-width: 767.98px) {
  .footer__newsletter-form-two input {
    padding: 15px 25px 15px 25px;
  }
}
.footer__newsletter-form-two input::placeholder {
  font-size: 15px;
  font-weight: 500;
  color: #727A8C;
}
.footer__newsletter-form-two button {
  border: none;
  font-size: 16px;
  font-weight: 700;
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 29px;
  gap: 12px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .footer__newsletter-form-two button {
    position: relative;
    right: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
  }
}
.footer__newsletter-form-two button:hover {
  background: var(--tg-theme-secondary);
}
@media (max-width: 991.98px) {
  .footer__newsletter-content {
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer__newsletter-content .title {
  margin-bottom: 0;
  color: var(--tg-color-white-default);
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .footer__newsletter-content .title {
    font-size: 28px;
  }
}
.footer__info-wrap {
  background: #0F2E72;
  padding: 50px 0 20px;
}
.footer__info-wrap .row [class*=col-]:last-child .footer__info-item::before {
  display: none;
}
.footer__info-item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .footer__info-item {
    justify-content: flex-start;
  }
}
.footer__info-item::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 46px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #1D3D85;
}
@media (max-width: 767.98px) {
  .footer__info-item::before {
    display: none;
  }
}
.footer__info-icon {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  line-height: 0;
  font-size: 24px;
}
.footer__info-content .title {
  margin-bottom: 5px;
  color: var(--tg-color-white-default);
  text-transform: uppercase;
  font-size: 16px;
  font-family: var(--tg-body-font-family);
}
.footer__info-content p {
  margin-bottom: 0;
  color: var(--tg-color-white-default);
}
.footer__contact .list-wrap li {
  color: var(--tg-color-white-default);
}
.footer__shape-wrap img {
  position: absolute;
  z-index: -1;
}
.footer__shape-wrap img:nth-child(1) {
  left: 3%;
  bottom: 6%;
  max-width: 89px;
}
@media (max-width: 1800px) {
  .footer__shape-wrap img:nth-child(1) {
    left: 2%;
    bottom: 5%;
    max-width: 70px;
  }
}
@media (max-width: 991.98px) {
  .footer__shape-wrap img:nth-child(1) {
    bottom: 3%;
    max-width: 60px;
  }
}
@media (max-width: 767.98px) {
  .footer__shape-wrap img:nth-child(1) {
    bottom: 2%;
    max-width: 40px;
  }
}
.footer__shape-wrap img:nth-child(2) {
  right: 2%;
  bottom: 3%;
  max-width: 217px;
}
@media (max-width: 1800px) {
  .footer__shape-wrap img:nth-child(2) {
    right: 1%;
    max-width: 160px;
  }
}
@media (max-width: 991.98px) {
  .footer__shape-wrap img:nth-child(2) {
    max-width: 95px;
  }
}
@media (max-width: 767.98px) {
  .footer__shape-wrap img:nth-child(2) {
    max-width: 70px;
    bottom: 1%;
  }
}
.footer__bottom {
  padding: 26px 0;
}
.footer__bottom-two {
  padding: 49.25px 0;
}
@media (max-width: 1199.98px) {
  .footer__bottom-two {
    padding: 25px 0;
  }
}
.footer__bottom-three {
  padding: 49.25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1199.98px) {
  .footer__bottom-three {
    padding: 25px 0;
  }
}
.footer__bottom-four {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 33px 0;
}
.footer__bottom-four .copyright-text p {
  font-family: var(--tg-heading2-font-family);
  font-size: 18px;
  font-weight: 400;
}
.footer__bottom-five {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 33px 0;
}
.footer__bottom-five .copyright-text p {
  font-family: var(--tg-heading-font-family);
  font-size: 18px;
  font-weight: 400;
}
.footer__bottom-menu .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 35px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .footer__bottom-menu .list-wrap {
    justify-content: center;
  }
}
.footer__bottom-menu .list-wrap li {
  position: relative;
}
.footer__bottom-menu .list-wrap li::before {
  content: "";
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%) rotate(24deg);
  width: 2px;
  height: 16px;
  background: #627193;
  border-radius: 2px;
}
.footer__bottom-menu .list-wrap li:last-child::before {
  display: none;
}
.footer__bottom-menu .list-wrap li a {
  color: #C6CEE0;
  font-weight: 500;
}
.footer__bottom-menu .list-wrap li a:hover {
  color: var(--tg-color-white-default);
}
.footer__bottom-menu-two .list-wrap {
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .footer__bottom-menu-two .list-wrap {
    justify-content: center;
  }
}
.footer__bottom-menu-two .list-wrap li::before {
  display: none;
}
.footer__bottom-menu-two .list-wrap li a {
  color: #8E9DBF;
}

.copyright-text p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--tg-heading-color);
}
.copyright-text p a {
  color: inherit;
}
@media (max-width: 991.98px) {
  .copyright-text-two {
    text-align: left !important;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .copyright-text-two {
    text-align: center !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .copyright-text-three {
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .copyright-text-three {
    text-align: center !important;
    margin-bottom: 15px;
  }
}

.scroll__footer-top {
  border: 0;
  background: transparent;
  font-size: 22px;
  font-family: var(--tg-heading-font-family);
  letter-spacing: 0.005em;
  color: var(--tg-heading-color);
  padding: 0;
  display: inline-flex;
  gap: 20px;
  align-items: center;
  line-height: 1;
}
.scroll__footer-top:hover {
  color: var(--tg-heading-color);
}

/*=============================
    40. Keyframe Animation
===============================*/
@-webkit-keyframes hoverShine {
  100% {
    left: 125%;
  }
}
@keyframes hoverShine {
  100% {
    left: 125%;
  }
}
.shine-animate {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.shine-animate:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  z-index: 1;
}

.shine-animate-item:hover .shine-animate:before {
  animation: hoverShine 1.2s;
}

.alltuchtopdown {
  -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
.rightToLeft {
  -webkit-animation-name: rightToLeft;
  animation-name: rightToLeft;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rightToLeft {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-30px);
  }
}
.ribbonRotate {
  -webkit-animation-name: ribbonRotate;
  animation-name: ribbonRotate;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes ribbonRotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25%, 75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}
@keyframes animation__shape {
  0% {
    stroke-dashoffset: 12;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animation__shape-two {
  0% {
    stroke-dashoffset: 18;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animation__shape-three {
  0% {
    stroke-dashoffset: 24;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animation__shape-four {
  0% {
    stroke-dashoffset: 14;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animation__shape-five {
  0% {
    stroke-dashoffset: 16;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.spin {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .img-custom-anim-right,
  .img-custom-anim-left,
  .img-custom-anim-top {
    animation: none;
    opacity: 1;
  }
}
.slideinleft,
.slideinright,
.slideindown,
.slideinup {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}
.swiper-slide-active .slideinright {
  --animation-name: slideinright;
}
.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}
.swiper-slide-active .slideindown {
  --animation-name: slideindown;
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*# sourceMappingURL=style.css.map */
.black-bg p, .black-bg h3 {
    color: #fff;
}

.tgmenu__nav .logo img, .offCanvas__logo img {
    width: 100px !important;
    height: auto !important;
    max-height: 100% !important;
}
.service-list7-wrap li:before {
        font-family: "Font Awesome 5 Free";
    content: "\f058";
    padding-right: 10px;
}
.is_not_home .tg-header__area-six .tgmenu__navbar-wrap&gt;ul&gt;li a {
    color: #fff;
}
img {
    max-width: 100% !important;
    height: auto !important;
}

/* Pseudo-Ã©lÃ©ment standard */
::placeholder {
    color: #999;
}

/* Pour Chrome, Safari, Opera (WebKit) */
::-webkit-input-placeholder {
    color: #999;
}

/* Pour Mozilla Firefox */
:-moz-placeholder {
    color: #999;
    opacity: 1; /* NÃ©cessaire dans certaines versions de Firefox */
}

/* Pour Microsoft Internet Explorer 10+ */
:-ms-input-placeholder {
    color: #999;
}

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

.footer_ddd ul li a {
    color: #fff;
    font-weight: 900;
    line-height: 1.2;
}
.footer_ddd ul li {
    padding-bottom: 20px;
}
.aximo-brandlogo-item img {
    border-radius: 50% !important;
}

@media only screen and (max-width: 600px) {
    .site-header .menu-block .site-menu-main  a{
     color: #fff !important;
    }
}</pre></body></html>