/*============================================

   Theme Name: Beeko - Business Consulting HTML Template
   Author : ThemeGenix
   Support: themegenix@gmail.com
   Description: Beeko - Business Consulting HTML Template.
   Version: 1.0

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

    01. Theme Default CSS
    02. Header
    03. Slider
    04. Banner
    05. Features
    06. About
    07. Counter
    08. Services
    09. Cta
    10. Team
    11. Project
    12. Faq
    13. Work
    14. Video
    15. History
    16. Community
    17. Choose
    18. Client
    19. Office
    20. Support
    21. Consultation
    22. Company
    23. Testimonial
    24. Shop
    25. Blog
    26. Brand
    27. Contact
    28. Footer

==============================================*//*============================================
/*  01. Theme Default CSS
==============================================*/@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&family=LINE+Seed+JP:wght@100;400;700;800&display=swap');
:root {
  --tg-body-font-family: "LINE Seed JP", sans-serif;
  --tg-heading-font-family: "IBM Plex Sans", 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: #343C4D;
  --tg-heading-color: #01022E;
  --tg-theme-primary: #0E8551;
  --tg-theme-secondary: #01022E;
  --tg-color-sky-blue: #00B2FF;
  --tg-color-yellow-light: #FFB930;
  --tg-color-yellow-light-2: #F09E24;
  --tg-color-red-light: #DC0000;
  --tg-color-white-default: #ffffff;
  --tg-color-gray-1: #F5F6FC;
  --tg-color-gray-2: #F8F9FD;
  --tg-color-gray-3: #E9EBEE;
  --tg-color-gray-4: #f5f7ff;
  --tg-color-gray-5: #ddf0e8;
  --tg-color-gray-6: #BCBCBC;
  --tg-color-gray-7: #9597C8;
  --tg-color-gray-8: #EFF0F4;
  --tg-color-gray-9: #8C919C;
  --tg-color-gray-10: #EFF1FA;
  --tg-color-gray-11: #667594;
  --tg-color-gray-12: #F0F0F0;
  --tg-color-gray-13: #F8F8F8;
  --tg-color-dark: #121212;
  --tg-color-dark-2: #040426;
  --tg-color-gradient: linear-gradient(90deg, #C3D4FF 0%, #0047FF 100%);
  --tg-border-1: #555C6A;
  --tg-border-2: #E6E7F3;
  --tg-border-3: #737373;
  --tg-border-4: #B8B9DA;
  --tg-border-5: #DCDCDC;
  --tg-border-6: #CFDDE2;
  --tg-border-7: #D1D4E3;
  --tg-border-8: #EAEAEA;
  --tg-border-9: #DADADA;
  --tg-border-10: #DBDEED;
  --tg-border-11: #D2D7E1;
  --tg-border-12: #EBEBEB;
  --tg-border-13: #D3D5E2;
  --tg-border-14: #E0E1E9;
  --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;
   --shadow: 0px 1px 10px #00000008;
}/*=============================
	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);
    background: #f9f9f9;
  line-height: var(--tg-body-line-height);
}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;
}.main-shadow {
    box-shadow: var(--shadow);
}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: 2.5rem;
}h2 {
  font-size: 2rem;
}h3 {
  font-size: 1.75rem;
}h4 {
  font-size: 1.5rem;
}h6 {
  font-size: 1rem;
}.list-wrap {
  margin: 0px;
  padding: 0px;
}.list-wrap li {
  list-style: none;
}p {
  margin-bottom: 15px;
}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%;
}body.theme-gray {
  background-color: var(--tg-color-gray-1);
}body.theme-gray-two {
  background-color: var(--tg-color-gray-2);
}*::-moz-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;
}textarea,
input {
  width: 100%;
  background: var(--tg-color-white-default);
  border: 1px solid var(--tg-border-7);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 15px;
  color: var(--tg-heading-color);
  padding: 11px 18px;
  height: 50px;
  display: block;
}textarea::placeholder,
input::placeholder {
  font-size: 15px;
  color: var(--tg-body-color);
}textarea {
  min-height: 98px;
  max-height: 98px;
}/*=============================
    - Common Classes
===============================*/.fix {
  overflow: hidden;
}/*=============================
    - Bootstrap Custom
=============================*/.container {
  padding-left: 12px;
  padding-right: 12px;
}.row {
  --bs-gutter-x: 24px;
}.gutter-y-30 {
  --bs-gutter-y: 30px;
}.p-relative {
  position: relative;
}.custom-container-five {
  max-width: 1548px;
}@media (max-width: 1800px){.custom-container-five {
    max-width: 1548px;
  }}@media (max-width: 1500px){.custom-container-five {
    max-width: 1320px;
  }}@media (max-width: 1199.98px){.custom-container-five {
    max-width: 960px;
  }}@media (max-width: 991.98px){.custom-container-five {
    max-width: 720px;
  }}@media (max-width: 767.98px){.custom-container-five {
    max-width: 100%;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.custom-container-five {
    max-width: 540px;
  }}/*=============================
	 Button style
===============================*/.tg-btn {
  user-select: none;
  -moz-user-select: none;
  background: var(--tg-theme-primary) none repeat scroll 0 0;
  color: var(--tg-color-white-default);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: var(--tg-fw-semi-bold);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 25px;
  text-align: center;
  text-transform: normal;
  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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 100px;
  --arrow-hover-move-x: -110%;
  gap: 10px;
  z-index: 1;
  position: relative;
  border: none;
}.tg-btn svg {
  transition: all 0.3s ease-out 0s;
}.tg-btn svg path {
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}.tg-btn svg path:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}.tg-btn svg path:nth-of-type(2) {
  transform: translateX(calc(1 * var(--arrow-hover-move-x)));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}.tg-btn::before {
  content: "";
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: var(--tg-theme-secondary);
  -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;
}.tg-btn:hover, .tg-btn:focus-visible {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border-color: var(--tg-theme-primary);
}.tg-btn:hover svg path:nth-of-type(1), .tg-btn:focus-visible svg path:nth-of-type(1) {
  transform: translateX(calc(-1 * var(--arrow-hover-move-x)));
  opacity: 0;
  transition-delay: 0s, 0s;
}.tg-btn:hover svg path:nth-of-type(2), .tg-btn:focus-visible svg path:nth-of-type(2) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}.tg-btn:hover::before, .tg-btn:focus-visible::before {
  top: -40%;
}.tg-btn.white-btn {
  background: var(--tg-color-white-default);
  color: var(--tg-theme-secondary);
}.tg-btn.white-btn svg path {
  stroke: var(--tg-theme-secondary);
}.tg-btn-two {
  background: var(--tg-color-gray-1);
  color: var(--tg-body-color);
}.tg-btn-two svg {
  color: var(--tg-theme-primary);
}.tg-btn-two::before {
  background: var(--tg-theme-primary);
}.tg-btn-two:hover {
  color: var(--tg-color-white-default);
  background: var(--tg-color-gray-1);
}.tg-btn-two:hover svg {
  color: var(--tg-color-white-default);
}.tg-btn-three {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}.banner__content-five .banner__btn .tg-btn svg {
  color: var(--tg-color-white-default);
}.banner__content-five .banner__btn .tg-btn svg path {
  stroke: var(--tg-color-white-default);
}.tg-btn-four svg path:nth-of-type(1) {
  transform: translateX(0) translateY(0);
}.tg-btn-four svg path:nth-of-type(2) {
  transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
}.tg-btn-four:hover svg path:nth-of-type(1), .tg-btn-four:focus-visible svg path:nth-of-type(1) {
  transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
}.tg-btn-four:hover svg path:nth-of-type(2), .tg-btn-four:focus-visible svg path:nth-of-type(2) {
  transform: translateX(0) translateY(0);
}/*=============================
    00. Preloader
===============================*/.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--tg-color-white-default);
  display: flex;
  align-items: center;
  justify-content: center;
}.preloader-inner span {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 37px;
  height: 37px;
  margin: 4px;
  border: 4px solid transparent;
  border-radius: 50%;
  animation: preloader 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--tg-theme-primary) transparent transparent transparent;
}.preloader-inner span:nth-child(1) {
  animation-delay: -0.1s;
}.preloader-inner span:nth-child(2) {
  animation-delay: -0.2s;
}.preloader-inner span:nth-child(3) {
  animation-delay: -0.3s;
}@-webkit-keyframes preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}@keyframes preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*=============================
    - Background color
===============================*//*=============================
	  OffCanvas
===============================*/.offCanvas-menu {
  position: relative;
  width: 30px;
  height: 21px;
}.offCanvas-menu .menu-tigger {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 6px;
}.offCanvas-menu .menu-tigger span {
  width: 30px;
  height: 3px;
  background: var(--tg-border-1);
  border-radius: 5px;
  -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-menu .menu-tigger span:nth-child(2) {
  width: 18px;
}.offCanvas-menu .menu-tigger:hover span {
  background: var(--tg-theme-primary);
}.offCanvas-menu .menu-tigger:hover span:nth-child(2) {
  width: 30px;
}.offCanvas__info {
  background: var(--tg-color-white-default) none repeat scroll 0 0;
  height: 100%;
  padding: 55px 50px;
  position: fixed;
  left: 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: 400px;
  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 {
  position: absolute;
  left: 0;
  top: 0;
}.offCanvas__close-icon button {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-primary);
  border: 0 none;
  color: var(--tg-color-white-default);
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}.offCanvas__close-icon button:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}.offCanvas__logo {
  text-align: center;
  margin-bottom: 40px;
}.offCanvas__logo img {
  max-height: 34px;
}.offCanvas__content {
  margin-bottom: 35px;
}.offCanvas__content p {
  margin-bottom: 0;
  text-align: center;
}.offCanvas__img {
  margin-bottom: 40px;
}.offCanvas__img .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}.offCanvas__side-info .contact-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}.offCanvas__side-info .contact-list:last-child {
  margin-bottom: 0;
}.offCanvas__side-info .contact-list i {
  font-size: 24px;
  color: var(--tg-theme-primary);
  transform: translateY(1px);
}.offCanvas__side-info .contact-list a, .offCanvas__side-info .contact-list p {
  color: var(--tg-body-color);
  margin: 0;
  line-height: 24px;
  font-size: 17px;
}.offCanvas__side-info .contact-list a {
  font-weight: 500;
}.offCanvas__side-info .contact-list a:hover {
  color: var(--tg-theme-primary);
}.offCanvas__social {
  text-align: center;
  padding-top: 45px;
  margin-top: 45px;
  border-top: 1px solid #D9D9D9;
}.offCanvas__social .title {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  color: var(--tg-border-1);
}.offCanvas__social .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}.offCanvas__social .list-wrap li {
  line-height: 1;
}.offCanvas__social .list-wrap li a {
  color: var(--tg-border-1);
  display: block;
}.offCanvas__social .list-wrap li a svg {
  width: 20px;
  height: 20px;
}.offCanvas__social .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}.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;
}/*=========================
      Breadcrumb
===========================*/.breadcrumb__content .title {
  margin-bottom: 12px;
  font-size: 40px;
  text-transform: normal;
  line-height: 1;
  color: var(--tg-color-white-default);
}@media (max-width: 1199.98px){.breadcrumb__content .title {
    font-size: 36px;
  }}@media (max-width: 767.98px){.breadcrumb__content .title {
    font-size: 34px;
  }}.breadcrumb__content .breadcrumb > * {
  font-size: 15px;
  color: var(--tg-theme-primary);
  font-weight: 500;
  text-transform: normal;
}.breadcrumb__content .breadcrumb > * a {
  color: #939AC6;
}.breadcrumb__content .breadcrumb > * a:hover {
  color: var(--tg-theme-primary);
}.breadcrumb__content-two .title {
  color: var(--tg-heading-color);
  font-size: 48px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}@media (max-width: 1199.98px){.breadcrumb__content-two .title {
    font-size: 40px;
  }}@media (max-width: 767.98px){.breadcrumb__content-two .title {
    font-size: 36px;
  }}@media (max-width: 1199.98px){.breadcrumb__content-two .title br {
    display: none;
  }}/*=============================
    00. Scroll Top
===============================*/.scroll__top.open {
  bottom: 30px;
}@media (max-width: 767.98px){.scroll__top.open {
    bottom: 15px;
  }}/*=============================
	00. Section Title
===============================*/.section__title {
  position: relative;
}.section__title .sub-title {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--tg-theme-primary);
  margin-bottom: 12px;
}.section__title .title {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0;
  text-transform: normal;
  font-weight: 700;
}@media (max-width: 767.98px){.section__title .title {
    font-size: 30px;
  }}@media (max-width: 991.98px){.section__title .title br {
    display: none;
  }}.section__title .title svg {
  color: var(--tg-theme-primary);
}.section__title p {
  margin-bottom: 0;
  margin-top: 15px;
}@media (max-width: 767.98px){.section__title p br {
    display: none;
  }}.section__title.white-title .sub-title {
  color: var(--tg-color-white-default);
}.section__title.white-title .title {
  color: var(--tg-color-white-default);
}.section__title.white-title p {
  color: #ACAACC;
}.section__title.white-title-two p {
  color: var(--tg-color-gray-4);
}.section__title-semiBold .title {
  font-weight: 600;
}.section__title-two .title {
  font-size: 40px;
  margin-bottom: 0;
}@media (max-width: 767.98px){.section__title-two .title {
    font-size: 30px;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.section__title-two .title {
    font-size: 34px;
  }}.section__content p {
  margin-bottom: 0;
}.section__content.white-content p {
  color: var(--tg-color-white-default);
}@media (max-width: 991.98px){.section__title.mb-70,
  .section__title.mb-60 {
    margin-bottom: 40px;
  }}/*=============================
	    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: var(--tg-color-gray-2);
  color: var(--tg-heading-color);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}.tgmobile__search input::placeholder {
  font-size: 15px;
  color: var(--tg-body-color);
}.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-heading-color);
}.tgmobile__menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 99;
  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) e;
  -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-width: 150px;
}.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(0, 0, 0, 0.1);
}.tgmobile__menu .navigation li.active > 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;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tg-heading-color);
  background: var(--tg-color-gray-1);
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -6px;
  width: 300px;
  height: 46px;
}.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-theme-secondary);
  -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-theme-secondary);
  -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-theme-primary);
}.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
  background-color: var(--tg-color-white-default);
}.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after {
  display: none;
}.tgmobile__menu .navigation li > a {
  position: relative;
  display: block;
  padding: 10px 55px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  color: var(--tg-heading-color);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}.tgmobile__menu .navigation li > 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 > a {
  margin-left: 20px;
  text-transform: normal;
}.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 > ul {
  display: none;
}.tgmobile__menu .navigation li > ul > li > 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 > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: normal;
}.tgmobile__menu .navigation:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}.tgmobile__menu .navigation > li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}@media (max-width: 991.98px){.tgmobile__menu .navigation > li > ul > li:first-child {
    border: none;
  }}.tgmobile__menu .navigation > li.active > a::before {
  height: 100%;
}.tgmobile__menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 14px;
  color: var(--tg-theme-primary);
  cursor: pointer;
  padding: 8px;
  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: 2;
  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.5);
}.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: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}.tgmobile__menu .social-links ul li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 10px;
}.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;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: var(--tg-theme-secondary);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #efefef;
  border-radius: 5px;
}.tgmobile__menu .social-links ul li a:hover {
  border-color: var(--tg-theme-primary);
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}.tgmobile__menu .tgmenu__action {
  padding: 0 0;
  margin: 0 0;
}.tgmobile__menu .tgmenu__action > ul {
  margin: 0 0;
  padding: 30px 20px 0;
  justify-content: center;
  gap: 0 15px;
}.tgmobile__menu .tgmenu__action > ul li {
  margin: 0 0;
}.tgmobile__menu .tgmenu__action > 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-white-default);
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
}.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;
}.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);
}.tgmenu__navbar-wrap ul li .tg-mega-menu-wrap-two {
  width: 560px !important;
  display: flex !important;
  align-items: flex-start !important;
  padding: 25px 0 !important;
}.tgmenu__navbar-wrap ul li .tg-mega-menu-wrap-two > li {
  border-right: 1px solid #e5e5e5;
}.tgmenu__navbar-wrap ul li .tg-mega-menu-wrap-two > li:last-child {
  border: none;
}.mega-sub-menu {
  display: flex !important;
  flex-direction: column !important;
  min-width: 190px !important;
  margin-left: 10px !important;
}@media (max-width: 991.98px){.mega-sub-menu {
    margin-left: 0 !important;
  }}.mega-sub-menu > li > a {
  display: flex !important;
  align-items: center;
  gap: 5px;
}.mega-sub-menu > li > a .badge {
  display: block;
  padding: 0.5em 0.5em 0.5em 0.5em;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  color: var(--tg-color-white-default);
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25rem;
  background: var(--tg-theme-primary);
  margin-left: 2px;
}/*=============================
    00. Keyframe Animation
===============================*/@-webkit-keyframes hoverShine {
  100% {
    left: 125%;
  }
}@keyframes hoverShine {
  100% {
    left: 125%;
  }
}@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 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);
  }
}@keyframes rightToLeft {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-30px);
  }
}@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;
  }
}@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;
  }
}@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;
  }
}@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);
  }
}@keyframes fadeRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}@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;
  }
}@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);
  }
}@keyframes fadeDown2 {
  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);
  }
}@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}@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;
  }
}/*=============================
	00. 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;
}/*=============================
    	02. Header
===============================*/.tg-header__top-info .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 25px;
}.tg-header__top-info .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: var(--tg-color-gray-1);
}.tg-header__top-info .list-wrap li::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  background: var(--tg-color-gray-1);
}.tg-header__top-info .list-wrap li:last-child::before {
  display: none;
}.tg-header__top-info .list-wrap li a {
  color: var(--tg-color-gray-1);
}.tg-header__top-info .list-wrap li a:hover {
  opacity: 0.8;
}.tg-header__top-info .list-wrap li i {
  font-size: 18px;
}.tg-header__top-right > .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: flex-end;
}.tg-header__top-right > .list-wrap > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: var(--tg-color-gray-1);
  position: relative;
}.tg-header__top-right > .list-wrap > li::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  background: var(--tg-color-gray-1);
}.tg-header__top-right > .list-wrap > li:last-child::before {
  display: none;
}.tg-header__top-right > .list-wrap > li a {
  color: var(--tg-color-gray-1);
}.tg-header__top-right > .list-wrap > li a:hover {
  opacity: 0.8;
}.tg-header__top-right > .list-wrap > li i {
  font-size: 18px;
}.tg-header__top-right > .list-wrap > li.log-in a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--tg-color-gray-4);
  font-weight: 600;
}.tg-header__top-social .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
}.tg-header__top-social .list-wrap li a {
  font-size: 16px;
  color: var(--tg-color-gray-1);
  display: block;
}.tg-header__top-social .list-wrap li a svg {
  width: 16px;
  height: 16px;
}.tg-header__top-menu .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}.tg-header__top-menu .list-wrap li a {
  color: var(--tg-color-white-default);
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  font-weight: 600;
}.tg-header__top-menu .list-wrap li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--tg-color-white-default);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}.tg-header__top-menu .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);
}.tg-header__area {
  position: relative;
}@media (max-width: 991.98px){.tg-header__area {
    padding: 18px 0;
  }}@media (max-width: 767.98px){.tg-header__area {
    padding: 20px 0;
  }}.tg-header__area .mobile-nav-toggler {
  position: relative;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: var(--tg-theme-primary);
  display: none;
}@media (max-width: 991.98px){.tg-header__area .mobile-nav-toggler {
    display: block;
    margin-left: 25px;
  }}.tg-header__area.sticky-menu {
  padding: 0 0;
}@media (max-width: 991.98px){.tg-header__area.sticky-menu {
    padding: 18px 0;
  }}@media (max-width: 767.98px){.tg-header__area.sticky-menu {
    padding: 20px 0;
  }}.tg-header__area-two .tgmenu__navbar-wrap ul {
  margin: 0 0 0 auto;
}.tg-header__area-three .tgmenu__wrap {
  background: var(--tg-color-white-default);
  padding: 0 22px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  margin-top: 50px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}@media (max-width: 1500px){.tg-header__area-three .tgmenu__wrap {
    margin-top: 35px;
  }}@media (max-width: 1199.98px){.tg-header__area-three .tgmenu__wrap {
    margin-top: 25px;
  }}@media (max-width: 991.98px){.tg-header__area-three .tgmenu__wrap {
    margin-top: 0;
    padding: 0;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
  }}.tg-header__area-three .tgmenu__navbar-wrap ul {
  margin: 0 auto;
}.tg-header__area-three .tgmenu__navbar-wrap ul li a {
  padding: 33px 16px;
}.tg-header__area-three.sticky-menu .tgmenu__wrap {
  margin-top: 0;
  padding: 0 0;
  box-shadow: none;
}.tg-header__area-four .tgmenu__nav {
  align-items: normal;
}.tg-header__area-four .logo a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
  border-right: 1px solid #3269FF;
  padding: 20px 50px;
}@media (max-width: 1199.98px){.tg-header__area-four .logo a {
    padding: 20px 20px;
  }}.tg-header__area-four .tgmenu__navbar-wrap > ul {
  margin: 0 auto;
}.tg-header__area-four .tgmenu__navbar-wrap > ul > li > a {
  color: var(--tg-color-white-default);
}.tg-header__area-four .tgmenu__navbar-wrap > ul > li > a::after {
  color: var(--tg-color-white-default);
}.tg-header__area-four .tgmenu__navbar-wrap > ul > li > a:hover {
  color: var(--tg-color-white-default);
}.tg-header__area-four .tgmenu__navbar-wrap > ul > li > a:hover::after {
  color: var(--tg-color-white-default);
}.tg-header__area-four .tgmenu__navbar-wrap > ul > li.active > a {
  color: var(--tg-color-white-default);
}.tg-header__area-four .tgmenu__navbar-wrap > ul > li.active > a::after {
  color: var(--tg-color-white-default);
}.tg-header__area-four .tgmenu__navbar-wrap > ul > li.active > a:hover {
  color: var(--tg-color-white-default);
}.tg-header__area-four .tgmenu__navbar-wrap > ul > li.active > a:hover::after {
  color: var(--tg-color-white-default);
}.tg-header__area-four .tgmenu__navbar-wrap > ul > li:hover > a {
  color: var(--tg-color-white-default);
}.tg-header__area-four .tgmenu__navbar-wrap > ul > li:hover > a::after {
  color: var(--tg-color-white-default);
}.tg-header__area-four.sticky-menu .logo {
  display: none;
}.tg-header__area-four.sticky-menu .logo.d-none {
  display: block !important;
}.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap ul > li > a {
  color: var(--tg-heading-color);
}.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap ul > li > a::after {
  color: var(--tg-heading-color);
}.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap ul > li > a:hover {
  color: var(--tg-theme-primary);
}.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap ul > li > a:hover::after {
  color: var(--tg-theme-primary);
}.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap ul > li.active > a {
  color: var(--tg-theme-primary);
}.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap ul > li.active > a::after {
  color: var(--tg-theme-primary);
}.tg-header__area-four.sticky-menu .tgmenu__action-four > ul li .header-contact-info {
  color: var(--tg-heading-color);
}.tg-header__area-four.sticky-menu .tgmenu__action-four > ul li .header-contact-info:hover {
  color: var(--tg-theme-primary);
}.tg-header__area-four.sticky-menu .tgmenu__action-four > ul li.header-btn-three .tg-btn {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}.tg-header__area-four.sticky-menu .mobile-nav-toggler {
  color: var(--tg-theme-primary);
}@media (max-width: 991.98px){.tg-header__area-four .mobile-nav-toggler {
    color: var(--tg-color-white-default);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-left: 0;
    border-left: 1px solid #3269FF;
  }}.tg-header__area-five .tgmenu__navbar-wrap > ul {
  margin: 0 auto;
}.tg-header__area-five .tgmenu__navbar-wrap > ul > li a {
  color: var(--tg-color-white-default);
}.tg-header__area-five .tgmenu__navbar-wrap > ul > li a::after {
  color: var(--tg-color-white-default);
}.tg-header__area-five .tgmenu__navbar-wrap > ul > li a:hover::after {
  color: var(--tg-theme-primary);
}.tg-header__area-five .tgmenu__navbar-wrap > ul > li.active > a, .tg-header__area-five .tgmenu__navbar-wrap > ul > li:hover > a {
  color: var(--tg-theme-primary);
}.tg-header__area-five .tgmenu__navbar-wrap > ul > li.active > a::after, .tg-header__area-five .tgmenu__navbar-wrap > ul > li:hover > a::after {
  color: var(--tg-theme-primary);
}.tg-header__area-five.sticky-menu .logo {
  display: none;
}.tg-header__area-five.sticky-menu .logo.d-none {
  display: block !important;
}.tg-header__area-five.sticky-menu .tgmenu__navbar-wrap > ul > li a {
  color: var(--tg-heading-color);
}.tg-header__area-five.sticky-menu .tgmenu__navbar-wrap > ul > li a::after {
  color: var(--tg-heading-color);
}.tg-header__area-five.sticky-menu .tgmenu__navbar-wrap > ul > li a:hover {
  color: var(--tg-theme-primary);
}.tg-header__area-five.sticky-menu .tgmenu__navbar-wrap > ul > li a:hover::after {
  color: var(--tg-theme-primary);
}.tg-header__area-five.sticky-menu .tgmenu__navbar-wrap > ul > li.active > a, .tg-header__area-five.sticky-menu .tgmenu__navbar-wrap > ul > li:hover > a {
  color: var(--tg-theme-primary);
}.tg-header__area-five.sticky-menu .tgmenu__navbar-wrap > ul > li.active > a::after, .tg-header__area-five.sticky-menu .tgmenu__navbar-wrap > ul > li:hover > a::after {
  color: var(--tg-theme-primary);
}.tg-header__area-five.sticky-menu .tgmenu__action-five ul li.header-contact .header-contact-info {
  color: var(--tg-heading-color);
}.tg-header__area-five.sticky-menu .tgmenu__action-five ul li.offCanvas-menu .menu-tigger span {
  background: var(--tg-theme-primary);
}.tg-header__area-seven .tgmenu__navbar-wrap ul {
  margin: 0 0 0 170px;
}@media (max-width: 1199.98px){.tg-header__area-seven .tgmenu__navbar-wrap ul {
    margin: 0 0 0 30px;
  }}.tg-header__area-eight .tgmenu__navbar-wrap > ul {
  margin: 0 65px 0 auto;
}.tg-header__area-nine .tgmenu__navbar-wrap ul {
  margin: 0 0 0 65px;
}@media (max-width: 991.98px){.tg-header__area-ten {
    padding: 20px 0;
    background: var(--tg-color-white-default);
  }}.tg-header__area-ten .tgmenu__navbar-wrap ul {
  margin: 0 0 0 0;
}.tg-header__area-ten .tgmenu__nav .logo {
    display: none;
}.tg-header__area-ten.sticky-menu .logo {
    display: flex;
    margin: auto 25px auto 15px;
}.tg-header__area-ten .tgmenu__navbar-wrap ul li a {
  padding: 30px 16px;
}.tg-header__area-ten .tgmenu__navbar-wrap ul li:first-child a {
    padding-left: 9px;
}.tg-header__area-ten .tgmenu__wrap {
  border-top: none;
  background: var(--tg-color-white-default);
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  -o-border-radius: 0px 0px 20px 20px;
  -ms-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;
  padding-left: 15px;
}@media (max-width: 991.98px){.tg-header__area-ten .tgmenu__wrap {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    border: none;
  }}.tg-header__area-ten .tgmenu__nav {
  align-items: normal;
}@media (max-width: 991.98px){.tg-header__area-ten .logo.d-none {
    display: block !important;
  }}.tg-header__area-ten.sticky-menu .tgmenu__wrap {
  border: none;
}.tg-header__area-eleven .tgmenu__nav {
  align-items: normal;
}@media (max-width: 991.98px){.tg-header__area-eleven .tgmenu__nav {
    align-items: center;
  }}.tg-header__area-eleven .logo {
  margin-left: 30px;
}@media (max-width: 1199.98px){.tg-header__area-eleven .logo {
    margin-left: 25px;
  }}@media (max-width: 991.98px){.tg-header__area-eleven .logo {
    margin-left: 0;
  }}.tg-header__area-eleven .logo a {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}.tg-header__area-eleven .tgmenu__navbar-wrap ul {
  margin: 0 0 0 75px;
}@media (max-width: 1199.98px){.tg-header__area-eleven .tgmenu__navbar-wrap ul {
    margin: 0 0 0 30px;
  }}.tg-header__area-twelve .tgmenu__wrap {
  background: var(--tg-color-white-default);
  padding: 10px 40px;
}@media (max-width: 1199.98px){.tg-header__area-twelve .tgmenu__wrap {
    padding: 0px 20px;
  }}@media (max-width: 991.98px){.tg-header__area-twelve .tgmenu__wrap {
    padding: 0px;
  }}.tg-header__area-twelve .tgmenu__navbar-wrap ul {
  margin: 0 0 0 50px;
}.tg-header__area-twelve.sticky-menu .tgmenu__wrap {
  padding: 0 40px;
}@media (max-width: 1199.98px){.tg-header__area-twelve.sticky-menu .tgmenu__wrap {
    padding: 0 20px;
  }}@media (max-width: 991.98px){.tg-header__area-twelve.sticky-menu .tgmenu__wrap {
    padding: 0px;
  }}@media (max-width: 1199.98px){.tg-header__area-twelve .header-search {
    display: none;
  }}@media (max-width: 991.98px){.tg-header__logo-area {
    display: none;
  }}.tg-header__logo-area-inner {
  background: var(--tg-color-white-default);
  border-bottom: 1px solid var(--tg-color-gray-4);
  border-top: none;
    border-radius: 20px 20px 0px 0px;
}.tg-header__logo-area-inner .logo a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 10px 24px;
  border-right: 1px solid var(--tg-color-gray-4);
}@media (max-width: 1199.98px){.tg-header__logo-area-inner .logo a {
    padding: 10px 20px;
    border-right: 1px solid var(--tg-color-gray-4);
  }}.tg-header__logo-area-inner .header__btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 15px 24px;
}@media (max-width: 1199.98px){.tg-header__logo-area-inner .header__btn {
    padding: 15px 20px;
    border-left: 1px solid var(--tg-color-gray-4);
    margin-left: auto;
  }}.tg-header__info-wrap {
  flex-grow: 1;
}@media (max-width: 1199.98px){.tg-header__info-wrap {
    display: none !important;
  }}.tg-header__info-item {
  width: 33.33%;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 20px 23px;
  border-right: 1px solid var(--tg-color-gray-4);
}.tg-header__info-item .icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: var(--tg-color-gray-4);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  justify-content: center;
  color: var(--tg-theme-primary);
  font-size: 22px;
}.tg-header__info-item .content span {
  display: block;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  color: var(--tg-border-1);
  margin-bottom: 6px;
}.tg-header__info-item .content a {
  display: block;
  font-size: 15px;
  color: var(--tg-theme-secondary);
  font-weight: 500;
  line-height: 1;
}.tg-header__info-item .content a:hover {
  color: var(--tg-theme-primary);
}.tg-header__info-item .content p {
  font-size: 15px;
  color: var(--tg-theme-secondary);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 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: 50px;
}.tgmenu__nav-left-contact span {
  display: block;
  line-height: 1;
  font-size: 13px;
  color: var(--tg-border-1);
  margin-bottom: 7px;
}.tgmenu__nav-left-contact a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--tg-body-color);
  display: block;
}.tgmenu__nav-left-contact a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--tg-theme-primary);
  -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;
}.tgmenu__nav-left-contact a:hover {
  color: var(--tg-theme-primary);
}.tgmenu__nav-left-contact a:hover::before {
  width: 100%;
}.tgmenu__navbar-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
}.tgmenu__navbar-wrap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 0 115px;
}@media (max-width: 1199.98px){.tgmenu__navbar-wrap ul {
    margin: 0 0 0 50px;
  }}.tgmenu__navbar-wrap ul li {
  display: block;
  position: relative;
  list-style: none;
}.tgmenu__navbar-wrap ul li a {
  font-size: 14px;
  font-weight: var(--tg-fw-bold);
  text-transform: uppercase;
  color: var(--tg-heading-color);
  padding: 35px 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}.tgmenu__navbar-wrap ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 190px;
  width: max-content;
  border: 1px solid #f5f5f5;
  background: var(--tg-color-white-default);
  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: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  border-radius: 0;
  padding: 18px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  border-radius: 0 0 10px 10px;
}.tgmenu__navbar-wrap ul li .sub-menu.sub-menu-right {
  right: 0;
  left: auto;
}.tgmenu__navbar-wrap ul li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
}.tgmenu__navbar-wrap ul li .sub-menu li {
  margin-left: 0;
  text-align: left;
  display: block;
}.tgmenu__navbar-wrap ul li .sub-menu li a {
  padding: 8px 9px 8px 9px;
  display: flex;
  color: var(--tg-heading-color);
  font-size: 15px;
  text-transform: normal;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}.tgmenu__navbar-wrap ul li .sub-menu li:hover > a, .tgmenu__navbar-wrap ul li .sub-menu li.active > a {
  color: var(--tg-theme-primary);
}.tgmenu__navbar-wrap ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}.tgmenu__navbar-wrap > ul > li.active a, .tgmenu__navbar-wrap > ul > li:hover a {
  color: var(--tg-theme-primary);
}.tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
  display: none;
}.tgmenu__main-menu li.menu-item-has-children > a::after {
  content: "\f078";
  display: block;
  font-family: var(--tg-icon-font-family);
  font-size: 12px;
  font-weight: var(--tg-fw-bold);
  margin-left: 6px;
  color: var(--tg-border-1);
  -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;
}.tgmenu__main-menu li.menu-item-has-children > a:hover::after {
  color: var(--tg-theme-primary);
}.tgmenu__main-menu li.menu-item-has-children:hover > a::after, .tgmenu__main-menu li.menu-item-has-children.active > a::after {
  color: var(--tg-theme-primary);
}@media (max-width: 991.98px){.tgmenu__action {
    margin-left: auto;
  }}@media (max-width: 767.98px){.tgmenu__action {
    display: none;
  }}.tgmenu__action > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}.tgmenu__action > ul li {
  position: relative;
  margin-left: 25px;
  flex: 0 0 auto;
}@media (max-width: 991.98px){.tgmenu__action > ul li {
    margin-left: 20px;
  }}.tgmenu__action > ul li:first-child {
  margin-left: 0;
}.tgmenu__action > ul li.header-search a {
  font-size: 24px;
  color: var(--tg-border-1);
  line-height: 0;
}.tgmenu__action > ul li.header-search a:hover {
  color: var(--tg-theme-primary);
}.tgmenu__action > ul li.header-btn .tg-btn {
  padding: 13px 15px;
}.tgmenu__action > ul li.header-btn .tg-btn svg path {
  opacity: 1 !important;
  transform: translateX(0);
}.tgmenu__action > ul li.header-btn-three {
  border-left: 1px solid #3269FF;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0 40px;
}@media (max-width: 1500px){.tgmenu__action > ul li.header-btn-three {
    padding: 0 25px;
  }}@media (max-width: 1199.98px){.tgmenu__action > ul li.header-btn-three {
    padding: 0 20px;
  }}@media (max-width: 767.98px){.tgmenu__action > ul li.header-btn-three {
    display: none;
  }}.tgmenu__action > ul li.header-btn-three .tg-btn {
  background: var(--tg-color-white-default);
  color: var(--tg-theme-secondary);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 18px 28px;
}.tgmenu__action > ul li.header-btn-three .tg-btn:hover {
  color: var(--tg-color-white-default);
}@media (max-width: 1199.98px){.tgmenu__action > ul li.offCanvas-menu {
    display: none;
  }}.tgmenu__action > ul li .header-contact-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: var(--tg-body-color);
  line-height: 1;
}.tgmenu__action > ul li .header-contact-info i {
  font-size: 20px;
}.tgmenu__action > ul li .header-contact-info:hover {
  color: var(--tg-theme-primary);
}.tgmenu__action-two .list-wrap .header-btn-two .tg-btn {
  padding: 13px 22px;
}.tgmenu__action-four > ul {
  height: 100%;
}.tgmenu__action-four > ul li {
  margin-left: 40px;
}@media (max-width: 1500px){.tgmenu__action-four > ul li {
    margin-left: 25px;
  }}@media (max-width: 1199.98px){.tgmenu__action-four > ul li {
    margin-left: 0;
  }}@media (max-width: 1199.98px){.tgmenu__action-four > ul li.header-contact {
    display: none;
  }}.tgmenu__action-four > ul li.header-contact .header-contact-info {
  color: var(--tg-color-white-default);
}.tgmenu__action-four > ul li.header-contact .header-contact-info:hover {
  color: var(--tg-theme-secondary);
}.tgmenu__action-five ul li.header-contact .header-contact-info {
  color: var(--tg-color-white-default);
}.tgmenu__action-five ul li.header-contact .header-contact-info:hover {
  opacity: 0.8;
}.tgmenu__action-five ul li.offCanvas-menu .menu-tigger span {
  background: var(--tg-color-white-default);
}.tgmenu__action-six ul li {
  margin-left: 15px;
}.tgmenu__action-six ul li.header-btn .tg-btn {
  border: 1px solid var(--tg-border-13);
  padding: 15px 22px;
  color: var(--tg-heading-color);
  font-size: 14px;
}.tgmenu__action-six ul li.header-btn .tg-btn svg {
  color: var(--tg-theme-primary);
}.tgmenu__action-six ul li.header-btn .tg-btn:hover {
  border-color: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
}.tgmenu__action-six ul li.header-btn .tg-btn:hover svg {
  color: var(--tg-color-white-default);
}.tgmenu__action-six ul li.offCanvas-menu {
  width: auto;
  height: auto;
}.tgmenu__action-six ul li.offCanvas-menu .menu-tigger {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tg-border-13);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: var(--tg-body-color);
}.tgmenu__action-six ul li.offCanvas-menu .menu-tigger:hover {
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}.tgmenu__action-seven ul li.header-btn .tg-btn {
  border-radius: 4px 12px;
  padding: 16px 19px;
}.tgmenu__action-eight ul li {
  margin-left: 15px;
}.tgmenu__action-nine ul li .header-search-form {
  position: relative;
  width: 250px;
}.sticky-menu .tgmenu__action-nine ul li .header-search-form {
  display: none;
}@media (max-width: 1199.98px){.tgmenu__action-nine ul li .header-search-form {
    display: none;
  }}.tgmenu__action-nine ul li .header-search-form input {
  width: 100%;
  background: #F5F5F5;
  border: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  font-size: 14px;
  color: var(--tg-heading-color);
  padding: 10px 40px 10px 20px;
  height: 45px;
}.tgmenu__action-nine ul li .header-search-form input::placeholder {
  color: var(--tg-body-color);
  font-size: 14px;
}.tgmenu__action-nine ul li .header-search-form button {
  position: absolute;
  border: none;
  background: transparent;
  padding: 0;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--tg-body-color);
        padding: 5px;
}.tgmenu__action-nine ul li .header-search-form button:hover {
  color: var(--tg-theme-primary);
}.tgmenu__action-nine ul li .header-search-form-two input {
  background: var(--tg-color-white-default);
  border: 1px solid #C6C6C6;
}.tgmenu__action-nine ul li.header-btn .tg-btn {
  padding: 15px 25px;
}.tgmenu__action-nine > .list-wrap {
  align-items: normal;
  height: 100%;
}.tgmenu__action-nine > .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
}.tgmenu__action-nine > .list-wrap li.offCanvas-menu {
  padding: 0 24px;
  width: auto;
  border-left: 1px solid var(--tg-color-gray-4);
}.tgmenu__action-nine > .list-wrap li.offCanvas-menu .menu-tigger {
  justify-content: center;
}.tgmenu__action-ten > ul {
  height: 100%;
}.tgmenu__action-ten > ul li {
  margin-left: 20px;
}.tgmenu__action-ten > ul li.header-search {
  padding-right: 20px;
}.tgmenu__action-ten > ul li.header-search::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 24px;
  background: #DEE0EB;
}@media (max-width: 1199.98px){.tgmenu__action-ten > ul li.header-contact {
    display: none;
  }}.tgmenu__action-ten > ul li.header-contact .header-contact-info {
  font-size: 16px;
  gap: 5px;
}.tgmenu__action-ten > ul li.header-btn .tg-btn {
  padding: 16px 24px;
}/* Keep centered sticky header without transform-jump on show */#sticky-header.tg-header__area-ten.sticky-menu {
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  max-width: 1548px;
  z-index: 999;
  border-radius: 15px;
  box-shadow: 0px 1px 10px #00000014;
  -webkit-animation: none !important;
  animation: none !important;
}@media (max-width: 1500px){#sticky-header.tg-header__area-ten.sticky-menu {
    max-width: 1320px;
  }}@media (max-width: 1199.98px){#sticky-header.tg-header__area-ten.sticky-menu {
    max-width: 960px;
  }}@media (max-width: 991.98px){#sticky-header.tg-header__area-ten.sticky-menu {
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
  }}
}.sticky-menu ul li .sub-menu {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}#header-fixed-height.active-height {
  display: block;
  height: 90px;
}@media (max-width: 1500px){.tg-mega-menu-wrap .row {
    --bs-gutter-x: 15px;
  }}.menu-item-has-children:hover .tg-mega-menu-wrap {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateX(-50%);
}.mega-menu-item .mega-menu-thumb a {
  padding: 0 !important;
}.mega-menu-item .mega-menu-thumb a img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid var(--tg-color-gray-5);
  width: 100%;
}.mega-menu-item .mega-menu-content .title {
  margin-bottom: 0;
  text-align: center;
}.mega-menu-item .mega-menu-content .title a {
  padding: 0 !important;
  text-align: center;
  justify-content: center;
  font-size: 15px;
  text-transform: normal;
  color: var(--tg-heading-color);
  font-weight: 500;
}.mega-menu-item:hover .mega-menu-thumb a img {
  transform: translateY(-3px);
}.mega-menu-item:hover .mega-menu-content .title a {
  color: var(--tg-theme-primary);
}.mega-menu-item.active .mega-menu-content .title a {
  color: var(--tg-theme-primary);
}.tgmobile__menu .tg-mega-menu-wrap {
  display: none;
  width: auto;
  padding: 25px 40px 0;
  background: transparent;
  position: relative;
  opacity: 1 !important;
  visibility: visible;
  transition: 0s;
  box-shadow: none;
  border: none;
  transform: scale(1);
  transform-origin: unset;
  left: 0;
}.tgmobile__menu .tg-mega-menu-wrap .row .col {
  position: relative;
  width: 100%;
}.tg-mega-menu-has-children {
  position: static !important;
}.tgmenu__navbar-wrap > ul > li.tg-mega-menu-has-children {
  position: relative !important;
}.tgmobile__menu .menu-item-has-children:hover .tg-mega-menu-wrap {
  transform: scale(1) translateX(0);
}.transparent-header .tgmenu__navbar-wrap ul li .sub-menu {
  border-radius: 10px;
}.transparent-header .sticky-menu ul li .sub-menu {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}/*=============================
    	03. Banner
===============================*/.banner__bg-four {
  background-size: cover;
  background-position: center;
  padding: 30px 80px 30px 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}.banner__content-five {
    position: relative;
    z-index: 2;
    padding: 30px;
    border-radius: 30px;
    backdrop-filter: blur(1px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 42%, rgba(255, 255, 255, 0.4) 78%);
}.banner__bg-four:after {
    content: '';
background: #ffffff;
background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}@media (max-width: 1500px){.banner__bg-four {
    padding: 30px 80px 30px 70px;
  }}@media (max-width: 1199.98px){.banner__bg-four {
    padding: 30px 60px 30px 60px;
  }}@media (max-width: 767.98px){.banner__bg-four {
    padding: 70px 25px 70px 25px;
  }}.banner__bg-four > .row {
  flex-grow: 1;
}.banner__content .sub-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--tg-theme-primary);
  line-height: 1.4;
  margin-bottom: 5px;
}.banner__content .title {
  font-size: 60px;
  margin-bottom: 10px;
}@media (max-width: 1500px){.banner__content .title {
    font-size: 55px;
  }}@media (max-width: 1199.98px){.banner__content .title {
    font-size: 45px;
  }}@media (max-width: 767.98px){.banner__content .title {
    font-size: 38px;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.banner__content .title {
    font-size: 40px;
  }}.banner__content p {
  margin-bottom: 22px;
  font-size: 18px;
  text-transform: normal;
  width: 85%;
}@media (max-width: 1199.98px){.banner__content p {
    width: 100%;
  }}.banner__content-two .title {
  font-size: 55px;
  letter-spacing: -2px;
  text-transform: normal;
  margin-bottom: 10px;
}@media (max-width: 1500px){.banner__content-two .title {
    font-size: 50px;
    letter-spacing: -1px;
  }}@media (max-width: 1199.98px){.banner__content-two .title {
    font-size: 45px;
    letter-spacing: 0;
  }}@media (max-width: 991.98px){.banner__content-two .title {
    font-size: 42px;
  }}@media (max-width: 767.98px){.banner__content-two .title {
    font-size: 38px;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.banner__content-two .title {
    font-size: 40px;
  }}.banner__content-two p {
  margin-bottom: 38px;
  font-size: 18px;
}.banner__content-three .title {
  margin-bottom: 15px;
  font-size: 55px;
  text-transform: normal;
  width: 81%;
}@media (max-width: 1199.98px){.banner__content-three .title {
    font-size: 45px;
    width: 100%;
  }}@media (max-width: 991.98px){.banner__content-three .title {
    font-size: 42px;
  }}@media (max-width: 767.98px){.banner__content-three .title {
    font-size: 38px;
  }}.banner__content-three > p {
  margin-bottom: 35px;
  font-size: 18px;
  text-transform: normal;
  line-height: 1.6;
}@media (max-width: 1199.98px){.banner__content-three > p {
    margin-bottom: 20px;
  }}.banner__content-four .title {
  margin-bottom: 35px;
  color: var(--tg-color-white-default);
  font-size: 70px;
  line-height: 1.1;
}@media (max-width: 1500px){.banner__content-four .title {
    font-size: 65px;
  }}@media (max-width: 1199.98px){.banner__content-four .title {
    font-size: 52px;
  }}@media (max-width: 767.98px){.banner__content-four .title {
    font-size: 40px;
    margin-bottom: 25px;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.banner__content-four .title {
    font-size: 45px;
  }}.banner__content-four .title .arrow {
  width: 126px;
  height: 57px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-white-default);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  color: var(--tg-theme-primary);
  transform: translateY(-13px);
}@media (max-width: 1500px){.banner__content-four .title .arrow {
    transform: translateY(-9px);
  }}@media (max-width: 1199.98px){.banner__content-four .title .arrow {
    transform: translateY(-4px);
    width: 100px;
    height: 44px;
  }}@media (max-width: 767.98px){.banner__content-four .title .arrow {
    width: 80px;
    height: 35px;
    transform: translateY(-10px);
  }}@media (max-width: 1199.98px){.banner__content-four .title .arrow svg {
    width: 60px;
    height: auto;
  }}@media (max-width: 767.98px){.banner__content-four .title .arrow svg {
    width: 40px;
  }}@media (max-width: 991.98px){.banner__content-five {
    text-align: center;
  }}.banner__content-five .sub-title {
display: inline-flex;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    color: var(--tg-theme-primary);
    line-height: 1;
    position: relative;
    gap: 7px;
    align-items: center;
    margin-bottom: 15px;
}.banner__content-five .sub-title::after {
  content: "";
  width: 30px;
  height: 3px;
  background: var(--tg-theme-primary);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
    display: none;
}.banner__content-five .title {
    margin-bottom: 12px;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 900;
    color: var(--tg-theme-primary);
}@media only screen and (min-width: 576px) and (max-width: 767px){.banner__content-five .title {
    font-size: 42px;
  }}.banner__content-five .title span {
   display: block;
    margin-top: 5px;
    font-size: .7em;
}.banner__content-five p {
    margin-bottom: 28px;
    margin-top: 14px;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.6;
    width: 80%;
    font-weight: 700;
    color: var(--tg-heading-color);
}@media (max-width: 1500px){.banner__content-five p {
    width: 100%;
  }}@media (max-width: 991.98px){.banner__content-five p {
    width: 100%;
  }}.banner__content-six .title {
  margin-bottom: 30px;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 1;
  width: 47%;
}@media (max-width: 1500px){.banner__content-six .title {
    font-size: 75px;
  }}@media (max-width: 1199.98px){.banner__content-six .title {
    font-size: 60px;
  }}@media (max-width: 991.98px){.banner__content-six .title {
    font-size: 55px;
    margin-bottom: 10px;
    width: 100%;
  }}@media (max-width: 767.98px){.banner__content-six .title {
    font-size: 48px;
    margin-bottom: 0;
  }}.banner__content-six .title-two {
  margin-bottom: 0;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}@media (max-width: 1500px){.banner__content-six .title-two {
    font-size: 75px;
  }}@media (max-width: 1199.98px){.banner__content-six .title-two {
    font-size: 60px;
  }}@media (max-width: 991.98px){.banner__content-six .title-two {
    font-size: 55px;
  }}@media (max-width: 767.98px){.banner__content-six .title-two {
    font-size: 48px;
  }}.banner__content-six .title-two svg {
  color: var(--tg-theme-primary);
}@media (max-width: 991.98px){.banner__content-six .title-two svg {
    width: 55px;
    height: auto;
  }}@media (max-width: 767.98px){.banner__content-six .title-two svg {
    display: none;
  }}.banner__content-six p {
  margin-bottom: 0;
  position: absolute;
  right: 70px;
  width: 45%;
  top: 0;
}@media (max-width: 1199.98px){.banner__content-six p {
    right: 26px;
    width: 49%;
    top: -25px;
  }}@media (max-width: 991.98px){.banner__content-six p {
    position: initial;
    width: 100%;
    margin-top: 20px;
  }}.banner__content-seven .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--tg-theme-primary);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}.banner__content-seven .title {
  margin-bottom: 10px;
  font-size: 50px;
  width: 90%;
}@media (max-width: 1199.98px){.banner__content-seven .title {
    font-size: 43px;
    width: 100%;
  }}@media (max-width: 767.98px){.banner__content-seven .title {
    font-size: 38px;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.banner__content-seven .title {
    font-size: 40px;
  }}.banner__content-seven p {
  font-size: 18px;
  text-transform: normal;
  margin-bottom: 35px;
}.banner__mask-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.banner__img img {
  max-width: unset;
}@media (max-width: 1500px){.banner__img img {
    max-width: 90%;
  }}@media (max-width: 991.98px){.banner__img img {
    max-width: 100%;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.banner__img img {
    max-width: 90%;
    margin: 0 auto;
  }}.banner__img-two .main-img img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}@media (max-width: 1199.98px){.banner__img-two .main-img img {
    max-width: 80%;
  }}@media (max-width: 767.98px){.banner__img-two .main-img img {
    max-width: 100%;
  }}.banner__img-two .shape-wrap img {
  position: absolute;
  z-index: -1;
}.banner__img-two .shape-wrap img:nth-child(1) {
  left: 7%;
  top: 18%;
}@media (max-width: 767.98px){.banner__img-two .shape-wrap img:nth-child(1) {
    display: none;
  }}.banner__img-two .shape-wrap img:nth-child(2) {
  right: -19%;
  bottom: 29%;
}@media (max-width: 1500px){.banner__img-two .shape-wrap img:nth-child(2) {
    right: -9%;
  }}@media (max-width: 1199.98px){.banner__img-two .shape-wrap img:nth-child(2) {
    right: -7%;
    max-width: 100px;
  }}@media (max-width: 767.98px){.banner__img-two .shape-wrap img:nth-child(2) {
    display: none;
  }}.banner__img-two .shape-wrap img:nth-child(3) {
  right: -3%;
  bottom: -6%;
}@media (max-width: 767.98px){.banner__img-two .shape-wrap img:nth-child(3) {
    right: -1%;
    bottom: -10%;
    max-width: 120px;
  }}.banner__img-two .shape-wrap img:nth-child(4) {
  left: 30px;
  bottom: 65px;
  z-index: 1;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -o-border-radius: 11px;
  -ms-border-radius: 11px;
  border-radius: 11px;
}@media (max-width: 1199.98px){.banner__img-two .shape-wrap img:nth-child(4) {
    left: 0;
    max-width: 200px;
  }}@media (max-width: 767.98px){.banner__img-two .shape-wrap img:nth-child(4) {
    display: none;
  }}.banner__img-two .shape-wrap img:nth-child(5) {
  left: 14%;
  bottom: 0;
  max-width: unset;
  z-index: -2;
}@media (max-width: 1199.98px){.banner__img-two .shape-wrap img:nth-child(5) {
    left: 5%;
    max-width: 100%;
  }}.banner__img-three > img {
  max-width: unset;
}@media (max-width: 1199.98px){.banner__img-three > img {
    max-width: 100%;
  }}.banner__img-three > img:nth-child(2) {
  position: absolute;
  left: -2%;
  bottom: 23%;
}@media (max-width: 1199.98px){.banner__img-three > img:nth-child(2) {
    max-width: 150px;
  }}@media (max-width: 991.98px){.banner__img-three > img:nth-child(2) {
    bottom: 35%;
  }}@media (max-width: 767.98px){.banner__img-three > img:nth-child(2) {
    max-width: 120px;
    bottom: 33%;
  }}.banner__img-three > img.shape {
  position: absolute;
  left: 0;
  top: -5%;
  z-index: -1;
}.banner__img-four img {
  border-radius: 25px 80px;
  width: 100%;
  height: 560px;
  object-fit: cover;
}@media (max-width: 1500px){.banner__img-four img {
    height: 500px;
  }}@media (max-width: 991.98px){.banner__img-four img {
    height: 450px;
  }}.banner__img-four .play-btn svg {
  width: 24px;
  height: auto;
}.banner__img-wrap > p {
  margin-bottom: 0;
  color: var(--tg-color-gray-4);
  position: absolute;
  right: 22px;
  top: 15px;
  width: 40%;
  font-size: 18px;
  line-height: 1.55;
}@media (max-width: 1199.98px){.banner__img-wrap > p {
    font-size: 14px;
  }}@media (max-width: 991.98px){.banner__img-wrap > p {
    font-size: 16px;
    position: unset;
    width: 100%;
    margin-bottom: 30px;
  }}.banner__client .content .count {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1;
}.banner__client .content p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}.banner__form input {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  padding: 11px 180px 11px 20px;
}.banner__form input::placeholder {
  text-transform: normal;
  color: var(--tg-color-gray-9);
}.banner__form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 17px 25px;
  height: 50px;
}.banner__social-wrap .title {
  display: block;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: var(--tg-border-1);
  position: relative;
  line-height: 1;
}.banner__social-wrap .title::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  width: 2px;
  height: 24px;
  background: var(--tg-theme-secondary);
}.banner__social-wrap .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 25px;
}.banner__social-wrap .list-wrap li {
  line-height: 0;
}.banner__social-wrap .list-wrap li a {
  color: var(--tg-theme-secondary);
  transform: rotate(90deg);
  display: block;
}.banner__social-wrap .list-wrap li a svg {
  width: 20px;
  height: 20px;
}.banner__social-wrap .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}.banner__side-wrap i {
  font-size: 24px;
  color: var(--tg-border-1);
}.banner__side-wrap span {
  font-size: 16px;
  display: block;
  font-weight: 500;
  color: var(--tg-border-1);
}.banner__shape img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}@media (max-width: 1500px){.banner__shape img {
    max-width: 130px;
  }}@media (max-width: 1199.98px){.banner__shape img {
    max-width: 100px;
  }}.banner__shape-two img {
  position: absolute;
  z-index: -1;
}.banner__shape-two img:nth-child(1) {
  left: 7%;
  top: 31%;
}@media (max-width: 1500px){.banner__shape-two img:nth-child(1) {
    left: 4%;
    top: 20%;
  }}.banner__shape-two img:nth-child(2) {
  left: 44%;
  top: 28%;
}@media (max-width: 1199.98px){.banner__shape-two img:nth-child(2) {
    top: 20%;
  }}@media (max-width: 991.98px){.banner__shape-two img:nth-child(2) {
    top: 15%;
    z-index: 1;
  }}.banner__shape-three img {
  position: absolute;
  right: 26%;
  top: 18%;
  z-index: -1;
}@media (max-width: 991.98px){.banner__shape-three img {
    display: none;
  }}.business-growth-box .icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  font-size: 40px;
}.business-growth-box .content {
  text-align: left;
}.business-growth-box .content .title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}.business-growth-box .content .count {
  font-size: 24px;
  margin-bottom: 0;
}.happy__clients-wrap .count {
  margin-bottom: 0;
  font-size: 40px;
}@media (max-width: 1199.98px){.happy__clients-wrap .count {
    font-size: 30px;
  }}.happy__clients-wrap span {
  font-size: 16px;
  font-weight: 600;
  color: var(--tg-theme-secondary);
  line-height: 1.25;
}@media (max-width: 1199.98px){.happy__clients-wrap span {
    font-size: 14px;
  }}.circle__wrap .icon {
  width: 86px;
  height: 86px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-white-default);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tg-theme-primary);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}.circle__wrap .content .circle {
  margin-bottom: 0;
  background: var(--tg-color-white-default);
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  -webkit-animation-duration: 25s;
  animation-duration: 15s;
  font-weight: 600;
}.circle__wrap .content .circle span {
  position: absolute;
  top: -76px;
  display: inline-block;
  transform-origin: 0 76px;
}.circle__wrap-two .icon {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}.circle__wrap-two .content .circle {
  font-weight: 500;
}.circle__wrap-two .content .circle span {
  top: -80px;
  transform-origin: 0 80px;
}/*=============================
    	03. Slider
===============================*/.slider__area-five .swiper-slide {
  min-height: 750px;
  padding: 100px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: var(--tg-color-gray-13);
}@media (max-width: 1500px){.slider__area-five .swiper-slide {
    min-height: 600px;
  }}@media (max-width: 991.98px){.slider__area-five .swiper-slide {
    min-height: 500px;
    padding: 90px 0 120px;
  }}.slider__bg-two .shape img {
  position: absolute;
  left: 5px;
  bottom: -20px;
}@media (max-width: 1800px){.slider__bg-two .shape img {
    width: 170px;
  }}@media (max-width: 1500px){.slider__bg-two .shape img {
    width: 130px;
  }}@media (max-width: 1199.98px){.slider__bg-two .shape img {
    display: none;
  }}.slider__bg-four .shape img {
  position: absolute;
  z-index: -1;
}.slider__bg-four .shape img:nth-child(1) {
  left: 0;
  bottom: 0;
}@media (max-width: 1500px){.slider__bg-four .shape img:nth-child(1) {
    max-width: 230px;
  }}@media (max-width: 767.98px){.slider__bg-four .shape img:nth-child(1) {
    max-width: 150px;
  }}.slider__bg-four .shape img:nth-child(2) {
  right: 0;
  top: 0;
}@media (max-width: 1500px){.slider__bg-four .shape img:nth-child(2) {
    max-width: 250px;
  }}@media (max-width: 1199.98px){.slider__bg-four .shape img:nth-child(2) {
    max-width: 200px;
  }}@media (max-width: 991.98px){.slider__bg-four .shape img:nth-child(2) {
    max-width: 170px;
  }}@media (max-width: 767.98px){.slider__bg-four .shape img:nth-child(2) {
    max-width: 150px;
  }}.slider__content .title {
  margin-bottom: 20px;
  font-size: 80px;
  color: var(--tg-color-white-default);
  text-transform: normal;
}@media (max-width: 1500px){.slider__content .title {
    font-size: 75px;
  }}@media (max-width: 1199.98px){.slider__content .title {
    font-size: 65px;
  }}@media (max-width: 767.98px){.slider__content .title {
    font-size: 60px;
  }}.slider__content p {
  margin-bottom: 30px;
  font-size: 18px;
  color: var(--tg-color-gray-4);
  text-transform: normal;
  width: 95%;
}@media (max-width: 1199.98px){.slider__content p {
    width: 100%;
  }}.slider__content-two .sub-title {
  display: block;
  color: var(--tg-theme-primary);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 3px;
}.slider__content-two .title {
  margin-bottom: 12px;
  font-size: 60px;
  font-weight: 700;
  text-transform: normal;
  line-height: 1.1;
}@media (max-width: 1500px){.slider__content-two .title {
    font-size: 55px;
  }}@media (max-width: 1199.98px){.slider__content-two .title {
    font-size: 48px;
  }}@media (max-width: 767.98px){.slider__content-two .title {
    font-size: 45px;
  }}.slider__content-two p {
  margin-bottom: 27px;
  font-size: 18px;
  line-height: 1.55;
  text-transform: normal;
}.slider__content-three .sub-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--tg-color-white-default);
  display: block;
  line-height: 1.2;
  margin-bottom: 5px;
}.slider__content-three .title {
  margin-bottom: 10px;
  color: var(--tg-color-white-default);
  font-size: 60px;
  text-transform: normal;
}@media (max-width: 1199.98px){.slider__content-three .title {
    font-size: 50px;
  }}@media (max-width: 767.98px){.slider__content-three .title {
    font-size: 45px;
  }}.slider__content-three p {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
  color: var(--tg-color-white-default);
  line-height: 1.6;
}.slider__content-four .sub-title {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tg-theme-primary);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}.slider__content-four .title {
  margin-bottom: 10px;
  font-size: 60px;
  text-transform: normal;
}@media (max-width: 1199.98px){.slider__content-four .title {
    font-size: 50px;
  }}@media (max-width: 767.98px){.slider__content-four .title {
    font-size: 40px;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.slider__content-four .title {
    font-size: 42px;
  }}.slider__content-four p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
  width: 85%;
}@media (max-width: 1199.98px){.slider__content-four p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
    width: 100%;
  }}.slider__content-five .sub-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--tg-theme-primary);
  margin-bottom: 12px;
}.slider__content-five .title {
  font-size: 50px;
  text-transform: normal;
  margin-bottom: 17px;
}@media (max-width: 1500px){.slider__content-five .title {
    font-size: 45px;
  }}@media (max-width: 767.98px){.slider__content-five .title {
    font-size: 38px;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.slider__content-five .title {
    font-size: 42px;
  }}.slider__content-five p {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.6;
}.slider__nav button {
  width: 45px;
  height: 70px;
  border: none;
  -webkit-border-radius: 125px;
  -moz-border-radius: 125px;
  -o-border-radius: 125px;
  -ms-border-radius: 125px;
  border-radius: 125px;
  background: var(--tg-color-white-default);
  color: var(--tg-theme-secondary);
}.slider__nav button:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}.slider__nav-two button {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #D1D1D1;
  background: var(--tg-color-white-default);
  color: var(--tg-heading-color);
}.slider__nav-two button:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border-color: var(--tg-theme-primary);
}.slider__nav-three button {
  border: none;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
}.slider__nav-three button.slider-button-next {
  background: #1f5dff;
}.slider__pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: absolute;
  left: 17.8% !important;
  bottom: 115px !important;
  z-index: 2;
  gap: 5px;
}@media (max-width: 1800px){.slider__pagination {
    left: 11.8% !important;
  }}@media (max-width: 1500px){.slider__pagination {
    left: 5% !important;
  }}@media (max-width: 1199.98px){.slider__pagination {
    left: 4% !important;
    bottom: 85px !important;
  }}@media (max-width: 991.98px){.slider__pagination {
    left: 50% !important;
    transform: translateX(-50%);
    bottom: 50px !important;
    justify-content: center;
  }}.slider__pagination span {
  width: 18px;
  height: 18px;
  padding: 0;
  position: relative;
  border: 1px solid #ADAFBB;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  margin: 0 !important;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}.slider__pagination span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--tg-body-color);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}.slider__pagination span.swiper-pagination-bullet-active {
  width: 24px;
  height: 24px;
}.slider__pagination span.swiper-pagination-bullet-active::before {
  width: 12px;
  height: 12px;
  background-color: var(--tg-theme-primary);
}.slider__bg.swiper-slide-active .slider__content .title {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}.slider__bg.swiper-slide-active .slider__content p {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}.slider__bg.swiper-slide-active .slider__content .tg-btn {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}.swiper-slide.swiper-slide-active .slider__content-five .sub-title, .swiper-slide.swiper-slide-active .slider__content-four .sub-title, .swiper-slide.swiper-slide-active .slider__content-three .sub-title, .swiper-slide.swiper-slide-active .slider__content-two .sub-title {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}.swiper-slide.swiper-slide-active .slider__content-five .title, .swiper-slide.swiper-slide-active .slider__content-four .title, .swiper-slide.swiper-slide-active .slider__content-three .title, .swiper-slide.swiper-slide-active .slider__content-two .title {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}.swiper-slide.swiper-slide-active .slider__content-five p, .swiper-slide.swiper-slide-active .slider__content-four p, .swiper-slide.swiper-slide-active .slider__content-three p, .swiper-slide.swiper-slide-active .slider__content-two p {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}.swiper-slide.swiper-slide-active .slider__content-five .tg-btn, .swiper-slide.swiper-slide-active .slider__content-four .tg-btn, .swiper-slide.swiper-slide-active .slider__content-three .tg-btn, .swiper-slide.swiper-slide-active .slider__content-two .tg-btn {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}.swiper-slide.swiper-slide-active .shape img {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}.swiper-slide.swiper-slide-active.slider__bg-four .shape img:nth-child(1) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}.swiper-slide.swiper-slide-active.slider__bg-four .shape img:nth-child(2) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeDown2;
  animation-name: fadeDown2;
}/*=============================
    	04. Brand
===============================*/.brand-item {
  min-height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}.brand-item img {
  cursor: pointer;
    height: 90px;
    width: auto;
    object-fit: contain;
}.brand-item-two img {
  cursor: pointer;
}.brand-item-three img {
  cursor: pointer;
}.brand__content {
  text-align: center;
  margin-bottom: 50px;
}.brand__content .title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  color: var(--tg-border-1);
}.brand__content .title span {
  position: relative;
  color: var(--tg-heading-color);
  font-weight: 600;
}.brand__content .title span svg {
  position: absolute;
  left: -5px;
  bottom: -3px;
  color: var(--tg-theme-primary);
}.brand__content-two .title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--tg-body-color);
}.brand__content-two .title span {
  color: var(--tg-theme-primary);
  font-weight: 600;
}.brand__content-three .section__title .title {
  line-height: 1.4;
}.brand__content-three .section__title .title span {
  font-size: 30px;
  display: block;
}/*=============================
    	05. About
===============================*/.about__img-four .shape img {
  position: absolute;
  z-index: -1;
  left: -5%;
  top: 11%;
}.about__img-five img {
  border-radius: 50px 200px 50px 50px;
}.about__img-six img {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}@media (max-width: 767.98px){.about__img-six img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
  }}.about__img-wrap .shape img {
  position: absolute;
  z-index: -1;
}.about__img-wrap .shape img:nth-child(1) {
  left: -6%;
  top: 42%;
  z-index: 1;
}@media (max-width: 1199.98px){.about__img-wrap .shape img:nth-child(1) {
    max-width: 90px;
  }}@media (max-width: 767.98px){.about__img-wrap .shape img:nth-child(1) {
    left: -4%;
    top: 38%;
  }}.about__img-wrap .shape img:nth-child(2) {
  left: 20%;
  bottom: -6%;
}@media (max-width: 1199.98px){.about__img-wrap .shape img:nth-child(2) {
    left: 6%;
  }}@media (max-width: 767.98px){.about__img-wrap .shape img:nth-child(2) {
    left: 1%;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.about__img-wrap .shape img:nth-child(2) {
    left: 16%;
  }}.about__img-wrap-two > img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}@media (max-width: 767.98px){.about__img-wrap-two > img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }}.about__img-wrap-two .shape img {
  position: absolute;
}.about__img-wrap-two .shape img:nth-child(1) {
  left: -50px;
  bottom: 0;
  z-index: -1;
}.about__img-wrap-two .shape img:nth-child(2) {
  right: 4%;
  bottom: 25%;
}@media (max-width: 767.98px){.about__img-wrap-two .shape img:nth-child(2) {
    display: none;
  }}.about__img-wrap-three > img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 0;
  border: 8px solid var(--tg-color-white-default);
}.about__img-wrap-three .rating-wrap p {
  margin-bottom: 0;
  color: var(--tg-theme-secondary);
  font-weight: 500;
  font-size: 16px;
  text-transform: normal;
  line-height: 1.3;
}.about__img-wrap-three .rating-wrap p span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}.about__img-wrap-four img:nth-child(1) {
  border: 12px solid var(--tg-color-white-default);
}.about__img-wrap-four img:nth-child(2) {
  border: 10px solid var(--tg-color-white-default);
  position: absolute;
  right: 0;
  bottom: 0;
}@media (max-width: 767.98px){.about__img-wrap-four img:nth-child(2) {
    display: none;
  }}.about__images img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}.about__images img:nth-child(2) {
  -webkit-border-radius: 15px 20px 0px 15px;
  -moz-border-radius: 15px 20px 0px 15px;
  -o-border-radius: 15px 20px 0px 15px;
  -ms-border-radius: 15px 20px 0px 15px;
  border-radius: 15px 20px 0px 15px;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}.about__mask-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.about__content > p {
  margin-bottom: 25px;
  width: 95%;
}.about__content-bottom-two .rating-wrap p {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 500;
  text-transform: normal;
  color: var(--tg-heading-color);
}.about__content-bottom-two .rating-wrap p span {
  font-size: 24px;
  font-weight: 600;
}.about__content-two > p {
  font-size: 18px;
  margin-bottom: 38px;
  width: 90%;
}@media (max-width: 1199.98px){.about__content-two > p {
    margin-bottom: 30px;
    width: 100%;
  }}.about__content-three > p {
  margin-bottom: 28px;
  width: 90%;
}.about__content-four .section__title .title strong {
  font-style: italic;
  font-weight: 400;
}.about__content-four > p {
  margin-bottom: 0;
}.about__content-four .about__list-item-two li {
  margin-bottom: 14px;
  font-size: 18px;
}.about__content-four .tg-btn {
  margin-top: 33px;
}@media (max-width: 767.98px){.about__content-four .tg-btn {
    margin-top: 23px;
  }}.about__content-five > p {
  margin-bottom: 30px;
}.about__content-five .about__list-item-two {
  margin-bottom: 45px;
}.about__content-six > p {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}@media (max-width: 1199.98px){.about__content-six > p {
    margin-bottom: 40px;
  }}.about__content-seven p {
  margin-bottom: 18px;
}.about__content-seven p.info-one {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 18px;
}.about__content-seven .about__list-item li {
  margin-bottom: 13px;
}.about__content-seven .about__list-item li:last-child {
  margin-bottom: 0;
}.about__content-eight p {
  margin-bottom: 20px;
}.about__inner-wrap-five img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}.about__inner-box .icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-gray-4);
  color: var(--tg-theme-primary);
  border-radius: 8px 18px;
  font-size: 45px;
  margin-bottom: 25px;
}.about__inner-box .content .title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}.about__inner-box .content p {
  margin-bottom: 0;
}.about__list-box-item .icon {
  font-size: 50px;
  line-height: 0;
  color: var(--tg-theme-primary);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}.about__list-box-item .content .title {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}@media (max-width: 767.98px){.about__list-box-item .content .title br {
    display: none;
  }}.about__list-box-item:hover .icon {
  transform: rotateY(180deg);
}.about__list-box-item-two:hover .left-side-content .icon i {
  transform: rotateY(180deg);
}.about__list-box-item-two .left-side-content .icon {
  position: relative;
  font-size: 42px;
  color: var(--tg-theme-primary);
  z-index: 1;
}.about__list-box-item-two .left-side-content .icon::before {
  content: "";
  position: absolute;
  left: -12px;
  top: -8px;
  width: 42px;
  height: 42px;
  background: var(--tg-color-gray-1);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  z-index: -1;
}.about__list-box-item-two .left-side-content .icon i {
  -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;
}.about__list-box-item-two .content .title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}.about__list-box-item-two .content p {
  margin-bottom: 0;
  width: 93%;
}.about__list-box-item-two .right-side-arrow a {
  width: 74px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-gray-1);
  color: var(--tg-theme-primary);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}.about__list-box-item-two .right-side-arrow a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}.about__inner-content p {
  margin-bottom: 25px;
}.about__list-item li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}.about__list-item li:last-child {
  margin-bottom: 0;
}.about__list-item li .icon {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1.5px solid var(--tg-theme-primary);
  color: var(--tg-theme-primary);
  transform: translateY(1px);
  flex: 0 0 auto;
}.about__list-item-two li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 15px;
}.about__list-item-two li:last-child {
  margin-bottom: 0;
}.about__list-item-two li .icon {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background:var(--tg-color-gray-8);
  color: var(--tg-theme-primary);
  flex: 0 0 auto;
  font-size:14px;
}.about__list-item-three li {
  width: 33.33%;
  flex: 0 0 auto;
  margin-bottom: 0;
}@media (max-width: 1199.98px){.about__list-item-three li {
    width: 50%;
  }}@media (max-width: 767.98px){.about__list-item-three li {
    width: 100%;
  }}.about__list-item-four li {
  width: 50%;
  flex: 0 0 auto;
  margin-bottom: 0;
}@media (max-width: 767.98px){.about__list-item-four li {
    width: 100%;
  }}.about__list-item-white li {
  color: var(--tg-color-gray-2);
}.about__shape img {
  position: absolute;
  z-index: -1;
  right: 15%;
  bottom: 10%;
}@media (max-width: 767.98px){.about__shape img {
    display: none;
  }}.about__shape-two img {
  position: absolute;
  left: 30px;
  top: 0;
  z-index: -1;
}@media (max-width: 1199.98px){.about__shape-two img {
    max-width: 240px;
  }}@media (max-width: 767.98px){.about__shape-two img {
    display: none;
  }}.about__shape-three img {
  position: absolute;
  z-index: -1;
}.about__shape-three img:nth-child(1) {
  left: 17%;
  top: 17%;
}@media (max-width: 1800px){.about__shape-three img:nth-child(1) {
    left: 11%;
  }}@media (max-width: 1500px){.about__shape-three img:nth-child(1) {
    left: 5%;
  }}@media (max-width: 1199.98px){.about__shape-three img:nth-child(1) {
    left: 1%;
    max-width: 200px;
    top: 19%;
  }}@media (max-width: 991.98px){.about__shape-three img:nth-child(1) {
    display: none;
  }}.about__shape-three img:nth-child(2) {
  right: 10%;
  top: -10px;
}@media (max-width: 1800px){.about__shape-three img:nth-child(2) {
    right: 4%;
  }}@media (max-width: 1500px){.about__shape-three img:nth-child(2) {
    max-width: 200px;
    right: 2%;
  }}@media (max-width: 1199.98px){.about__shape-three img:nth-child(2) {
    max-width: 155px;
  }}.experience__wrap .count {
  font-size: 64px;
  margin-bottom: 5px;
  color: var(--tg-color-white-default);
  line-height: 0.8;
}@media (max-width: 1199.98px){.experience__wrap .count {
    font-size: 50px;
  }}.experience__wrap span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: var(--tg-color-white-default);
  text-transform: normal;
  line-height: 1.5;
}.experience__wrap-two .count {
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1;
  color: var(--tg-color-white-default);
}@media (max-width: 1199.98px){.experience__wrap-two .count {
    font-size: 60px;
  }}@media (max-width: 767.98px){.experience__wrap-two .count {
    font-size: 50px;
  }}.experience__wrap-two span {
  color: var(--tg-color-white-default);
  font-size: 20px;
  font-weight: 500;
  text-transform: normal;
  line-height: 1.2;
}@media (max-width: 767.98px){.experience__wrap-two span {
    font-size: 18px;
  }}.experience__wrap-three .count {
  color: var(--tg-color-white-default);
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
}@media (max-width: 1199.98px){.experience__wrap-three .count {
    font-size: 40px;
  }}.experience__wrap-three span {
  color: var(--tg-color-white-default);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: normal;
}@media (max-width: 1199.98px){.experience__wrap-three span {
    font-size: 15px;
  }}.experience__wrap-four .count {
  margin-bottom: 6px;
  line-height: 0.8;
  font-size: 64px;
  font-weight: 700;
  color: var(--tg-color-white-default);
}@media (max-width: 767.98px){.experience__wrap-four .count {
    font-size: 50px;
  }}.experience__wrap-four span {
  display: block;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 600;
  color: var(--tg-color-white-default);
}@media (max-width: 767.98px){.experience__wrap-four span {
    font-size: 16px;
  }}.experience__wrap-five .count {
  margin-bottom: 0;
  color: var(--tg-color-white-default);
  line-height: 0.8;
  font-size: 50px;
}.experience__wrap-five span {
  display: block;
  line-height: 1.4;
  color: var(--tg-color-white-default);
  font-weight: 500;
}.experience__wrap-six .count {
  color: var(--tg-color-white-default);
  font-size: 50px;
  margin-bottom: 0;
  line-height: 1;
}.experience__wrap-six span {
  color: var(--tg-color-white-default);
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}.profit__wrap .content .title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}.profit__wrap .content span {
  display: block;
  font-size: 13px;
  font-weight: 500;
}.profit__wrap-two .icon {
  font-size: 60px;
  line-height: 0;
  color: var(--tg-theme-primary);
}.profit__wrap-two .content .title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}.profit__wrap-two .content span {
  display: block;
  font-size: 13px;
  font-weight: 500;
}.profit__wrap-five .content .count {
  margin-bottom: 0;
  color: var(--tg-color-white-default);
  font-size: 24px;
}.profit__wrap-five .content span {
  display: block;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  color: var(--tg-color-white-default);
}.author__wrap .thumb img {
  width: 100%;
  border: 1px solid var(--tg-border-4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}.author__wrap .content img {
  margin-bottom: 5px;
}.author__wrap .content .title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}.author__wrap .content .title span {
  font-size: 16px;
  font-weight: 400;
  color: var(--tg-body-color);
}.author__wrap-two .content {
  padding: 0 10px 0 0;
}.author__wrap-two .content img {
  margin-bottom: 5px;
}.author__wrap-two .content .title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}.author__wrap-two .content .title span {
  font-size: 16px;
  color: var(--tg-body-color);
  font-weight: 400;
}.client__box .icon {
  font-size: 50px;
  color: var(--tg-theme-primary);
}.client__box .content .count {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 0.8;
}.client__box .content span {
  display: block;
  font-weight: 500;
  line-height: 1;
}.client__box-two .icon {
  font-size: 50px;
  color: var(--tg-theme-primary);
}.client__box-two .content .count {
  font-size: 40px;
  margin-bottom: 7px;
  line-height: 1;
}@media (max-width: 991.98px){.client__box-two .content .count {
    font-size: 36px;
  }}.client__box-two .content span {
  display: block;
  font-weight: 600;
  font-size: 17px;
  color: var(--tg-heading-color);
  text-transform: normal;
  line-height: 1;
}.satisfied-clients span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}.section__line-wrap span {
  height: 100%;
  display: block;
  width: 1px;
  background: #EBEBEB;
}.section-py-130 {
  padding: 130px 0;
}@media (max-width: 991.98px){.section-py-130 {
    padding: 100px 0;
  }}@media (max-width: 767.98px){.section-py-130 {
    padding: 80px 0;
  }}.section-pb-130 {
  padding-bottom: 130px;
}@media (max-width: 991.98px){.section-pb-130 {
    padding-bottom: 100px;
  }}@media (max-width: 767.98px){.section-pb-130 {
    padding-bottom: 80px;
  }}.section-pb-60 {
  padding-bottom: 60px;
}@media (max-width: 991.98px){.section-pb-60 {
    padding-bottom: 50px;
  }}@media (max-width: 767.98px){.section-pb-60 {
    padding-bottom: 40px;
  }}/*=============================
    	06. Services
===============================*/.services__bg-six img {
  position: absolute;
  z-index: -1;
}.services__bg-six img:nth-child(1) {
  right: 0;
  top: 0;
}.services__bg-six img:nth-child(2) {
  left: 0;
  bottom: 0;
  mix-blend-mode: luminosity;
}.services-active {
  margin-right: -445px;
}@media (max-width: 767.98px){.services-active {
    margin-right: 0;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.services-active {
    margin-right: -170px;
  }}.services__item-shape img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.3;
  filter: grayscale(1);
  -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;
}.services__item-shape-two svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  display: block;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.06));
  stroke-width: 1px;
  stroke: #DFE1ED;
}.services__item:hover .services__item-shape img {
  opacity: 1;
  filter: grayscale(0);
}.services__item-two:hover .services__icon-two i {
  transform: rotateY(180deg);
}.services__item-four .tg-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 19px 21px;
}@media (max-width: 1800px){.services__item-four .tg-btn {
    padding: 19px 16px;
  }}@media (max-width: 1500px){.services__item-four .tg-btn {
    padding: 19px 19px;
  }}@media (max-width: 1199.98px){.services__item-four .tg-btn {
    padding: 19px 10px;
    font-size: 13px;
    gap: 5px;
  }}@media (max-width: 991.98px){.services__item-four .tg-btn {
    padding: 19px 13px;
    font-size: 15px;
    gap: 8px;
  }}.services__item-four:hover .services__icon-four i {
  transform: rotateY(180deg);
}.services__item-six:hover .services__icon-six i {
  transform: rotateY(180deg);
}.services__item-seven:hover .services__icon-seven i {
  transform: rotateY(180deg);
}.services__item-eight .services__item-top .title {
  font-size: 20px;
}.services__item-eight:hover .services__icon-four i {
  transform: rotateY(180deg);
}.services__item-ten {
  background: var(--tg-color-white-default);
  border: 1px solid var(--tg-border-14);
  -webkit-border-radius: 20px 20px;
  -moz-border-radius: 20px 20px;
  -o-border-radius: 20px 20px;
  -ms-border-radius: 20px 20px;
  border-radius: 20px 20px;
  overflow: hidden;
  padding: 30px 20px 30px;
}@media (max-width: 1199.98px){.services__item-ten {
    padding: 30px 30px;
  }}.services__item-ten .services__icon-two {
  font-size: 50px;
  padding: 8px 0 0 8px;
    width: 50px;
    height: 50px;
    line-height: 0;
}.services__item-ten .services__icon-two::before {
  width: 50px;
  height: 50px;
}.services__item-ten:hover .services__icon-two i, .services__item-ten:hover .services__icon-two svg {
  transform: rotateY(180deg);
}.services__item-eleven:hover .services__icon-eight i {
  transform: rotateY(180deg);
}.services__item-twelve:hover .services__icon-nine i {
  transform: rotateY(180deg);
}.services__item-wrap .row > *:nth-child(even) .services__item-three {
  margin-top: 20px;
}@media (max-width: 991.98px){.services__item-wrap .row > *:nth-child(even) .services__item-three {
    margin-top: 0;
  }}.services__item-wrap-two .nav-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 37%;
  flex: 0 0 auto;
  border: none;
}@media (max-width: 991.98px){.services__item-wrap-two .nav-tabs {
    width: 42%;
  }}@media (max-width: 767.98px){.services__item-wrap-two .nav-tabs {
    width: 100%;
  }}.services__item-wrap-two .nav-item:first-child .nav-link {
  -webkit-border-radius: 0 15px 0 0;
  -moz-border-radius: 0 15px 0 0;
  -o-border-radius: 0 15px 0 0;
  -ms-border-radius: 0 15px 0 0;
  border-radius: 0 15px 0 0;
}.services__item-wrap-two .nav-item:last-child .nav-link {
  -webkit-border-radius: 0 0 15px 0;
  -moz-border-radius: 0 0 15px 0;
  -o-border-radius: 0 0 15px 0;
  -ms-border-radius: 0 0 15px 0;
  border-radius: 0 0 15px 0;
}.services__item-wrap-two .nav-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0;
  text-align: left;
  gap: 10px;
  border: 1px solid #10113E;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-top: 0;
  padding: 30px 45px 30px 35px;
  border-left: 4px solid #10113E;
  background: var(--tg-theme-secondary);
  color: #C1C6E3;
}@media (max-width: 1199.98px){.services__item-wrap-two .nav-link {
    padding: 30px 25px 30px 25px;
  }}@media (max-width: 991.98px){.services__item-wrap-two .nav-link {
    padding: 25px 25px 25px 25px;
  }}.services__item-wrap-two .nav-link .content__left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 25px;
}@media (max-width: 1199.98px){.services__item-wrap-two .nav-link .content__left {
    gap: 15px;
  }}.services__item-wrap-two .nav-link .content__left i {
  font-size: 50px;
}@media (max-width: 991.98px){.services__item-wrap-two .nav-link .content__left i {
    font-size: 45px;
  }}.services__item-wrap-two .nav-link .content__left strong {
  font-size: 18px;
  text-transform: normal;
  font-weight: 600;
  line-height: 1.4;
}@media (max-width: 991.98px){.services__item-wrap-two .nav-link .content__left strong {
    font-size: 16px;
  }}.services__item-wrap-two .nav-link:hover {
  border-color: #10113E;
}.services__item-wrap-two .nav-link.active {
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
  border-left-color: var(--tg-color-white-default);
  color: var(--tg-color-white-default);
}.services__item-top .title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}@media (max-width: 1199.98px){.services__item-top .title {
    font-size: 20px;
  }}@media (max-width: 991.98px){.services__item-top .title {
    font-size: 22px;
  }}.services__thumb img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}.services__thumb-five img {
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}.services__thumb-six img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: 220px;
  object-fit: cover;
}@media (max-width: 767.98px){.services__thumb-six img {
    height: auto;
  }}.services__thumb-seven img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}@media (max-width: 991.98px){.services__thumb-seven img {
    height: 300px;
  }}.services__thumb-eight img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}@media only screen and (min-width: 576px) and (max-width: 767px){.services__thumb-eight img {
    height: 250px;
  }}.services__thumb-eleven img {
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  height: 200px;
  object-fit: cover;
}@media (max-width: 767.98px){.services__thumb-eleven img {
    height: auto;
  }}.services__thumb-thirteen img {
  width: 100%;
  height: 355px;
  object-fit: cover;
}.services__item-row {
    display: flex;
    gap:20px;
    align-items: center;
    margin-bottom: 20px;
}.services__icon-two {
  font-size: 60px;
  color: var(--tg-theme-primary);
  position: relative;
  padding: 10px 0 0 17px;
  z-index: 1;
  display: inline-block;
}.services__icon-two::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: var(--tg-color-gray-4);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  z-index: -1;
}.services__icon-two i, .services__icon-two svg {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
    width: 50px;
    height: 50px;
}.services__icon-four i {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}.services__icon-six i {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}.services__icon-seven i {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}.services__icon-eight i {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}.services__icon-nine i {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}.services__content .title {
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 600;
}.services__content p {
  margin-bottom: 25px;
}.services__content-two .title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}.services__content-two p {
  margin-bottom: 20px;
}.services__content-three .title {
  margin-bottom: 12px;
  font-size: 20px;
}@media (max-width: 767.98px){.services__content-three .title br {
    display: none;
  }}.services__content-three p {
  margin-bottom: 0;
}.services__content-four p {
  margin-bottom: 0;
}.services__content-five .title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}@media (max-width: 1199.98px){.services__content-five .title {
    font-size: 22px;
  }}@media (max-width: 991.98px){.services__content-five .title {
    font-size: 24px;
  }}.services__content-five .title a {
  display: inline;
  background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}.services__content-five .title a:hover {
  color: inherit;
  background-size: 0 2px, 100% 2px;
}.services__content-six .title {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  text-transform: normal;
}.services__content-six p {
  margin-bottom: 25px;
}.services__content-six .tg-btn {
  background: var(--tg-color-gray-1);
  color: var(--tg-theme-primary);
}.services__content-six .tg-btn::before {
  background: var(--tg-theme-primary);
}.services__content-six .tg-btn:hover {
  color: var(--tg-color-white-default);
}.services__content-seven .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: normal;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 20px;
  margin-bottom: 28px;
}.services__content-seven .about__list-item li {
  margin-bottom: 12px;
  font-weight: 400;
}.services__content-seven .about__list-item li:last-child {
  margin-bottom: 0;
}.services__content-eight p {
  margin-bottom: 22px;
}.services__content-nine .title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  text-transform: normal;
}@media (max-width: 991.98px){.services__content-nine .title {
    font-size: 22px;
  }}.services__content-nine p {
  margin-bottom: 0;
}.services__content-nine .tg-btn {
  border: none;
  padding: 0;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-primary);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}.services__content-nine .tg-btn:hover {
  background: var(--tg-theme-secondary);
}.services__content-ten .title {
  margin-bottom: 16px;
  font-weight: 600;
  text-transform: normal;
  font-size: 20px;
}.services__content-ten p {
  margin-bottom: 0px;
        font-size: 14px;
    opacity: 0.8;
}.services__content-ten .tg-btn {
  background: var(--tg-color-gray-1);
  color: var(--tg-theme-primary);
}.services__content-ten .tg-btn:hover {
  background: var(--tg-color-gray-1);
  color: var(--tg-color-white-default);
}.services__content-ten .tg-btn::before {
  background: var(--tg-theme-primary);
}.services__content-eleven .title {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}@media (max-width: 1199.98px){.services__content-eleven .title {
    font-size: 20px;
    margin-bottom: 10px;
  }}@media (max-width: 991.98px){.services__content-eleven .title {
    font-size: 22px;
  }}.services__content-eleven p {
  margin-bottom: 20px;
}@media (max-width: 1199.98px){.services__content-eleven p {
    margin-bottom: 15px;
  }}.services__content-twelve .title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}.services__content-twelve p {
  margin-bottom: 0;
}.services__content-thirteen .content-left .icon {
  font-size: 50px;
  color: var(--tg-theme-primary);
}.services__content-thirteen .content-left .title {
  margin-bottom: 0;
  font-size: 20px;
  text-transform: normal;
  font-weight: 600;
}.services__bottom-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}.services__bottom-content p a {
  font-size: 15px;
  font-weight: 600;
  margin-left: 3px;
  position: relative;
}.services__bottom-content p 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);
}.services__bottom-content p a:hover {
  color: var(--tg-theme-secondary);
}.services__bottom-content p 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);
}.services__bottom-content-two p a {
  color: var(--tg-body-color);
}.services__bottom-content-white p {
  color: var(--tg-color-white-default);
}.services__bottom-content-white p a {
  color: var(--tg-color-white-default);
}.services__bottom-content-white p a:hover {
  color: var(--tg-color-white-default);
}.services__pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 60px;
}.services__pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--tg-color-white-default);
  margin: 0 !important;
  border: 1px solid #CECFD7;
  opacity: 1;
  position: relative;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.06);
}.services__pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: var(--tg-theme-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 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;
}.services__pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}.services__details-thumb img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}.services__details-thumb-two img {
  width: 100%;
  max-height: 500px;
  min-height: 350px;
  object-fit: cover;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}.services__details-thumb-three img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}.services__details-thumb-four img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  min-height: 350px;
  object-fit: cover;
}.services__details-content .title-two {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  text-transform: normal;
}@media (max-width: 767.98px){.services__details-content .title-two {
    font-size: 26px;
  }}.services__details-content > p {
  margin-bottom: 15px;
}.services__details-content-top .title {
  margin-bottom: 15px;
  font-size: 36px;
  text-transform: normal;
}@media (max-width: 1199.98px){.services__details-content-top .title {
    font-size: 34px;
  }}@media (max-width: 767.98px){.services__details-content-top .title {
    font-size: 30px;
  }}.services__details-content-top > p {
  margin-bottom: 25px;
}.services__details-content-bottom .title {
  margin-bottom: 40px;
  font-size: 36px;
  text-transform: normal;
}@media (max-width: 1199.98px){.services__details-content-bottom .title {
    font-size: 34px;
  }}@media (max-width: 767.98px){.services__details-content-bottom .title {
    font-size: 30px;
  }}.services__details-content-bottom .title span {
  display: block;
  font-weight: 500;
  font-size: 30px;
}@media (max-width: 767.98px){.services__details-content-bottom .title span {
    font-size: 26px;
  }}.services__details-content-bottom-two .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}.services__details-content-bottom-two .content p:last-child {
  margin-bottom: 0;
}.services__details-content-two p {
  margin-bottom: 0;
}.services__details-content-three .title {
  margin-bottom: 20px;
  font-size: 34px;
  text-transform: normal;
}@media (max-width: 1199.98px){.services__details-content-three .title {
    font-size: 32px;
  }}@media (max-width: 767.98px){.services__details-content-three .title {
    font-size: 30px;
  }}@media (max-width: 1199.98px){.services__details-content-three .title br {
    display: none;
  }}.services__details-content-three > p {
  margin-bottom: 15px;
}.services__details-content-three > p:last-child {
  margin-bottom: 0;
}.services__details-content-four .title {
  margin-bottom: 20px;
  font-size: 40px;
}@media (max-width: 1199.98px){.services__details-content-four .title {
    font-size: 36px;
  }}.services__details-content-four .title span {
  font-weight: 400;
}.services__details-content-four p {
  margin-bottom: 0;
  width: 88%;
}@media (max-width: 1199.98px){.services__details-content-four p {
    width: 100%;
  }}.services__details-quality > p {
  margin-bottom: 30px;
}.services__details-quality-inner .about__list-item-two {
  flex-grow: 1;
}.services__details-inner-images img {
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}.services__details-inner-images .img-two .play__btn-two svg {
  width: 18px;
  height: auto;
}.services__details-benefit img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 30px;
}.services__shape-wrap img {
  position: absolute;
  z-index: -1;
}.services__shape-wrap img:nth-child(1) {
  right: 0;
  top: 0;
}@media (max-width: 1500px){.services__shape-wrap img:nth-child(1) {
    max-width: 330px;
  }}@media (max-width: 991.98px){.services__shape-wrap img:nth-child(1) {
    max-width: 250px;
  }}.services__shape-wrap img:nth-child(2) {
  left: 0;
  bottom: 0;
}@media (max-width: 1500px){.services__shape-wrap img:nth-child(2) {
    max-width: 330px;
  }}@media (max-width: 991.98px){.services__shape-wrap img:nth-child(2) {
    max-width: 250px;
  }}.services__shape-wrap-two img {
  position: absolute;
  z-index: -1;
  left: 90px;
  top: 103px;
}@media (max-width: 1500px){.services__shape-wrap-two img {
    left: 70px;
    top: 30px;
  }}@media (max-width: 991.98px){.services__shape-wrap-two img {
    display: none;
  }}.services__shape-wrap-three img {
  position: absolute;
  z-index: -1;
}.services__shape-wrap-three img:nth-child(1) {
  right: 7%;
  top: 10%;
}@media (max-width: 1800px){.services__shape-wrap-three img:nth-child(1) {
    right: 3%;
    top: 5%;
    max-width: 120px;
  }}@media (max-width: 1500px){.services__shape-wrap-three img:nth-child(1) {
    top: 3%;
    max-width: 100px;
  }}@media (max-width: 767.98px){.services__shape-wrap-three img:nth-child(1) {
    display: none;
  }}.services__shape-wrap-three img:nth-child(2) {
  left: 15%;
  bottom: 13%;
}@media (max-width: 1800px){.services__shape-wrap-three img:nth-child(2) {
    left: 9%;
  }}@media (max-width: 1500px){.services__shape-wrap-three img:nth-child(2) {
    left: 2%;
  }}@media (max-width: 991.98px){.services__shape-wrap-three img:nth-child(2) {
    bottom: 8%;
  }}@media (max-width: 767.98px){.services__shape-wrap-three img:nth-child(2) {
    bottom: 5%;
  }}.sidebar__widget {
  margin-bottom: 40px;
}.sidebar__widget:last-child {
  margin-bottom: 0;
}.sidebar__widget-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  text-transform: normal;
  position: relative;
  padding-bottom: 15px;
}.sidebar__widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 5px;
  background: var(--tg-theme-primary);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}.sidebar__cat-list .list-wrap li {
  margin-bottom: 9px;
}.sidebar__cat-list .list-wrap li:last-child {
  margin-bottom: 0;
}.sidebar__cat-list .list-wrap li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #E8EBF5;
  background: var(--tg-color-gray-2);
  color: var(--tg-body-color);
  font-size: 18px;
  font-weight: 600;
  text-transform: normal;
  padding: 8px 9px 8px 30px;
}.sidebar__cat-list .list-wrap li a span {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-white-default);
  flex: 0 0 auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-left: auto;
  color: var(--tg-body-color);
}.sidebar__cat-list .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}.sidebar__cat-list .list-wrap li a:hover span {
  color: var(--tg-theme-primary);
}.sidebar__contact .title {
  margin-bottom: 10px;
  color: var(--tg-color-white-default);
  font-size: 22px;
}.sidebar__contact p {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 500;
  color: var(--tg-color-gray-4);
}.sidebar__contact .shape img {
  position: absolute;
  z-index: -1;
}.sidebar__contact .shape img:nth-child(1) {
  left: -31px;
  top: -35px;
}.sidebar__contact .shape img:nth-child(2) {
  right: 10px;
  bottom: -25px;
}.sidebar__brochure > p {
  margin-bottom: 20px;
}.sidebar__brochure a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #E8EBF5;
  background: var(--tg-color-gray-2);
  padding: 9px 22px 9px 9px;
  gap: 16px;
  margin-bottom: 8px;
}.sidebar__brochure a:last-child {
  margin-bottom: 0;
}.sidebar__brochure a .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: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}.sidebar__brochure a .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}.sidebar__brochure a .content strong {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--tg-body-color);
  -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;
}.sidebar__brochure a .content svg {
  color: var(--tg-border-1);
  -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;
}.sidebar__brochure a:hover .content strong {
  color: var(--tg-theme-primary);
}.sidebar__brochure a:hover .content svg {
  color: var(--tg-theme-primary);
}.col-70 {
  width: 70.7%;
  flex: 0 0 auto;
}@media (max-width: 1199.98px){.col-70 {
    width: 65%;
  }}@media (max-width: 991.98px){.col-70 {
    width: 100%;
  }}.col-30 {
  width: 29.3%;
  flex: 0 0 auto;
}@media (max-width: 1199.98px){.col-30 {
    width: 35%;
  }}@media (max-width: 991.98px){.col-30 {
    width: 100%;
  }}.shine__animate-link {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}.shine__animate-link::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  pointer-events: none;
}.shine__animate-item:hover .shine__animate-link::before {
  -webkit-animation: hoverShine 1.2s;
  animation: hoverShine 1.2s;
}.services-active-three {
  margin-right: -410px;
}@media (max-width: 1500px){.services-active-three {
    margin-right: -350px;
  }}@media (max-width: 1199.98px){.services-active-three {
    margin-right: -250px;
  }}@media (max-width: 991.98px){.services-active-three {
    margin-right: -120px;
  }}@media (max-width: 767.98px){.services-active-three {
    margin-right: 0px;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.services-active-three {
    margin-right: -120px;
  }}/*=============================
    	07. CTA
===============================*/.cta__wrap .shape img {
  position: absolute;
  z-index: -1;
}.cta__wrap .shape img:nth-child(1) {
  left: 0;
  bottom: 0;
}.cta__wrap .shape img:nth-child(2) {
  right: 0;
  top: 0;
}.cta__content-two .title {
  color: var(--tg-color-white-default);
  font-size: 30px;
  text-transform: normal;
  margin-bottom: 10px;
}.cta__content-two p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--tg-color-white-default);
}.cta__content-three .title {
  margin-bottom: 0;
  color: var(--tg-color-white-default);
  font-size: 30px;
  font-weight: 600;
  text-transform: normal;
  width: 90%;
}@media (max-width: 1199.98px){.cta__content-three .title {
    width: 100%;
  }}.cta__content-five .title {
  margin-bottom: 0;
  color: var(--tg-color-white-default);
  text-transform: normal;
  font-size: 30px;
}.cta__content-six span {
  display: block;
  color: var(--tg-color-white-default);
  font-size: 16px;
  font-weight: 600;
  text-transform: normal;
  line-height: 1.2;
  margin-bottom: 10px;
}.cta__content-six .title {
  margin-bottom: 0;
  color: var(--tg-color-white-default);
  font-size: 30px;
}.cta__content-seven .title {
  font-size: 38px;
}@media (max-width: 1199.98px){.cta__content-seven .title {
    font-size: 32px;
  }}.cta__contact .icon {
  font-size: 50px;
  color: var(--tg-color-white-default);
}.cta__contact .content span {
  display: block;
  line-height: 1;
  font-size: 16px;
  color: var(--tg-color-white-default);
  margin-bottom: 10px;
}.cta__contact .content a {
  display: block;
  color: var(--tg-color-white-default);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}@media (max-width: 1199.98px){.cta__contact .content a {
    font-size: 24px;
  }}.cta__btn-four .tg-btn {
  border: 1px solid var(--tg-color-white-default);
}.cta__shape-wrap img {
  position: absolute;
  z-index: -1;
}.cta__shape-wrap img:nth-child(1) {
  left: 0;
  bottom: 0;
  mix-blend-mode: luminosity;
}.cta__shape-wrap img:nth-child(2) {
  right: 16%;
  bottom: 0;
}.cta__shape-wrap img:nth-child(3) {
  right: 15%;
  top: 0;
}.cta__shape-wrap-two img {
  position: absolute;
  z-index: -1;
}.cta__shape-wrap-two img:nth-child(1) {
  left: 14%;
  top: 0;
}@media (max-width: 1500px){.cta__shape-wrap-two img:nth-child(1) {
    left: 1%;
  }}.cta__shape-wrap-two img:nth-child(2) {
  right: 7%;
  top: 0;
}@media (max-width: 1500px){.cta__shape-wrap-two img:nth-child(2) {
    right: -7%;
  }}@media (max-width: 991.98px){.cta__shape-wrap-two img:nth-child(2) {
    display: none;
  }}.cta__shape-two img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  mix-blend-mode: luminosity;
}@media (max-width: 767.98px){.cta__shape-two img {
    display: none;
  }}.cta__shape-three img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: luminosity;
}@media (max-width: 1199.98px){.cta__shape-four img {
    display: none;
  }}.cta__shape-five img {
  position: absolute;
  right: 35%;
  bottom: -10px;
  z-index: -1;
}@media (max-width: 1500px){.cta__shape-five img {
    right: 28%;
  }}@media (max-width: 1199.98px){.cta__shape-five img {
    max-width: 160px;
  }}@media (max-width: 991.98px){.cta__shape-five img {
    max-width: 120px;
    right: 8%;
  }}@media (max-width: 767.98px){.cta__shape-five img {
    max-width: 100px;
    right: 4%;
  }}/*=============================
    	08. History
===============================*/.history__img-wrap > img:nth-child(1) {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}.history__img-wrap > img:nth-child(2) {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  border: 9px solid var(--tg-color-white-default);
  position: absolute;
  left: 0;
  bottom: 0;
}@media (max-width: 767.98px){.history__img-wrap > img:nth-child(2) {
    display: none;
  }}.history__img-wrap > img.shape {
  position: absolute;
  left: 0;
  top: 10%;
  z-index: -1;
}@media (max-width: 1199.98px){.history__img-wrap > img.shape {
    max-width: 80px;
  }}@media (max-width: 767.98px){.history__img-wrap > img.shape {
    display: none;
  }}.history__img-wrap-two > img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}@media (max-width: 767.98px){.history__img-wrap-two > img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }}.history__img-wrap-two .shape img {
  position: absolute;
}.history__img-wrap-two .shape img:nth-child(1) {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  right: -10%;
  bottom: 8%;
  border: 1px solid #D0D4E7;
}@media (max-width: 767.98px){.history__img-wrap-two .shape img:nth-child(1) {
    max-width: 180px;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.history__img-wrap-two .shape img:nth-child(1) {
    max-width: 220px;
  }}.history__img-wrap-two .shape img:nth-child(2) {
  right: -12%;
  top: 0%;
}@media (max-width: 1199.98px){.history__img-wrap-two .shape img:nth-child(2) {
    right: -11%;
    top: 5%;
    max-width: 80px;
  }}@media (max-width: 767.98px){.history__img-wrap-two .shape img:nth-child(2) {
    display: none;
  }}.history__img-wrap-three img:nth-child(1) {
  border-radius: 20px;
}@media (max-width: 1199.98px){.history__img-wrap-three img:nth-child(1) {
    max-width: 350px;
  }}@media (max-width: 767.98px){.history__img-wrap-three img:nth-child(1) {
    max-width: 100%;
  }}.history__img-wrap-three img:nth-child(2) {
  border-radius: 20px;
  margin-left: -52px;
}@media (max-width: 1199.98px){.history__img-wrap-three img:nth-child(2) {
    max-width: 250px;
    margin-left: -20px;
  }}@media (max-width: 767.98px){.history__img-wrap-three img:nth-child(2) {
    display: none;
  }}.history__img-wrap-three img:nth-child(3) {
  border-radius: 15px;
  border: 8px solid var(--tg-color-white-default);
}@media (max-width: 1199.98px){.history__img-wrap-three img:nth-child(3) {
    max-width: 200px;
  }}@media (max-width: 767.98px){.history__img-wrap-three img:nth-child(3) {
    display: none;
  }}.history__img-wrap-three img.shape {
  position: absolute;
  z-index: -1;
  right: 35%;
  bottom: 0;
}@media (max-width: 767.98px){.history__img-wrap-three img.shape {
    right: 2%;
    bottom: -30px;
  }}.history__img-wrap-four > img {
  width: 100%;
}.history__img-wrap-four > img.shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}.history__img-wrap-five img {
  -webkit-border-radius: 30px 50px;
  -moz-border-radius: 30px 50px;
  -o-border-radius: 30px 50px;
  -ms-border-radius: 30px 50px;
  border-radius: 30px 50px;
}.history__img-wrap-six img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}.history__content p {
  margin-bottom: 35px;
}.history__content-two > p {
  font-size: 18px;
  margin-bottom: 35px;
}.history__content-three > p {
  margin-bottom: 25px;
  position: relative;
  padding-left: 20px;
  width: 90%;
}@media (max-width: 1199.98px){.history__content-three > p {
    width: 100%;
  }}.history__content-three > p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--tg-theme-primary);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}.history__content-four p {
  margin-bottom: 25px;
}.history__content-five p {
  margin-bottom: 25px;
  position: relative;
  padding-left: 20px;
  width: 95%;
}@media (max-width: 1199.98px){.history__content-five p {
    width: 100%;
  }}.history__content-five p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--tg-theme-primary);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}.history__content-five .about__list-item-two li {
  margin-bottom: 14px;
}.history__content-five .about__list-item-two li:last-child {
  margin-bottom: 0;
}.history__content-six .section__title {
  width: 78%;
}@media (max-width: 1199.98px){.history__content-six .section__title {
    width: 100%;
  }}.history__content-six .about__list-item li {
  margin-bottom: 15px;
}.history__content-six .about__list-item li:last-child {
  margin-bottom: 0;
}.history__inner-img img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}.history__rating span {
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-theme-secondary);
  text-transform: normal;
  display: block;
  line-height: 1.4;
}@media (max-width: 767.98px){.history__rating span {
    margin-top: 10px;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.history__rating span {
    margin-top: 0;
  }}.history__rating span strong {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
}.history__play-btn .icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  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%;
  flex: 0 0 auto;
}.history__play-btn .icon svg {
  width: 15px;
  height: auto;
}.satisfied__clients-wrap span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}.progress__item .title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}.progress__item .progress-bar span {
  display: block;
  position: absolute;
  right: 3px;
  bottom: 20px;
  color: var(--tg-color-white-default);
  line-height: 1;
  font-weight: 600;
  font-size: 11px;
  border-radius: 2px;
  background: var(--tg-theme-secondary);
  padding: 4px 5px;
}.progress__item .progress-bar span::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 8px;
  height: 8px;
  background: var(--tg-theme-secondary);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}.progress__item-two .title {
  color: var(--tg-color-white-default);
}.progress__item-two .progress-bar span {
  color: var(--tg-heading-color);
  background: var(--tg-color-white-default);
}.progress__item-two .progress-bar span::before {
  background: var(--tg-color-white-default);
}.planning__box .icon {
  font-size: 45px;
  color: var(--tg-theme-primary);
}.planning__box .icon i {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}.planning__box .content .title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}.planning__box:hover .icon i {
  transform: rotateY(180deg);
}.planning__box-two .title {
  line-height: 1.4;
}/*=============================
    	09. Counter
===============================*/.counter__item .count {
  margin-bottom: 5px;
  color: var(--tg-color-white-default);
  font-size: 60px;
  font-weight: 700;
  line-height: 0.8;
}@media (max-width: 1500px){.counter__item .count {
    font-size: 55px;
  }}@media (max-width: 767.98px){.counter__item .count {
    font-size: 50px;
  }}.counter__item p {
  margin-bottom: 0;
  color: var(--tg-color-gray-4);
  font-weight: 500;
}.counter__item-two:hover .counter__icon i {
  transform: rotateY(180deg);
}.counter__item-three:hover .counter__icon-two i {
  transform: rotateY(180deg);
}.counter__item-four p {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}@media (max-width: 767.98px){.counter__item-four p {
    font-size: 16px;
    margin-bottom: 12px;
  }}.counter__item-four .count {
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 600;
  line-height: 0.8;
  display: inline-flex;
  align-items: center;
  color: var(--tg-theme-primary);
}@media (max-width: 1500px){.counter__item-four .count {
    font-size: 90px;
  }}@media (max-width: 1199.98px){.counter__item-four .count {
    font-size: 70px;
  }}@media (max-width: 767.98px){.counter__item-four .count {
    font-size: 50px;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.counter__item-four .count {
    font-size: 60px;
  }}.counter__item-five p {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  color: var(--tg-color-gray-4);
}@media (max-width: 767.98px){.counter__item-five p {
    font-size: 16px;
    margin-bottom: 10px;
  }}.counter__item-five .count {
  margin-bottom: 0;
  line-height: 0.8;
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: transparent;
  -webkit-text-stroke: 2px var(--tg-color-gray-4);
  justify-content: center;
}@media (max-width: 1199.98px){.counter__item-five .count {
    font-size: 75px;
    line-height: 0.9;
  }}@media (max-width: 767.98px){.counter__item-five .count {
    font-size: 50px;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.counter__item-five .count {
    font-size: 60px;
  }}.counter__item-six .count {
  line-height: 0.9;
  font-size: 90px;
  margin-bottom: 12px;
  justify-content: flex-start;
}@media (max-width: 1199.98px){.counter__item-six .count {
    font-size: 72px;
  }}@media (max-width: 991.98px){.counter__item-six .count {
    justify-content: center;
  }}@media (max-width: 767.98px){.counter__item-six .count {
    font-size: 50px;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.counter__item-six .count {
    font-size: 60px;
  }}.counter__item-six p {
  margin-bottom: 0;
  line-height: 1.2;
}.counter__icon i {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}.counter__content .count {
  margin-bottom: 8px;
  font-size: 36px;
  line-height: 0.9;
}.counter__content p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--tg-color-gray-11);
}.counter__content-two .count {
  margin-bottom: 10px;
  line-height: 0.8;
  font-size: 60px;
}@media (max-width: 1199.98px){.counter__content-two .count {
    font-size: 50px;
  }}@media (max-width: 767.98px){.counter__content-two .count {
    font-size: 35px;
    line-height: 1;
  }}.counter__content-two p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--tg-color-gray-11);
  line-height: 1;
}.counter__content-three p {
  color: var(--tg-color-gray-4);
  margin-bottom: 40px;
  width: 85%;
}@media (max-width: 1199.98px){.counter__content-three p {
    width: 95%;
  }}@media (max-width: 991.98px){.counter__content-three p {
    width: 100%;
  }}.counter__shape img {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 120px;
  max-width: 276px;
}@media (max-width: 1800px){.counter__shape img {
    max-width: 200px;
  }}@media (max-width: 991.98px){.counter__shape img {
    display: none;
  }}/*=============================
    	10. Video
===============================*/.video__content .sub-title {
  display: block;
  color: var(--tg-color-white-default);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}.video__content .title {
  font-size: 40px;
  text-transform: normal;
  color: var(--tg-color-white-default);
  margin-bottom: 20px;
}@media (max-width: 767.98px){.video__content .title {
    font-size: 32px;
  }}.video__content p {
  margin-bottom: 0;
  color: var(--tg-color-gray-1);
  width: 78%;
}@media (max-width: 1199.98px){.video__content p {
    width: 90%;
  }}@media (max-width: 991.98px){.video__content p {
    width: 100%;
  }}.video__shape img {
  position: absolute;
  z-index: -1;
}.video__shape img:nth-child(1) {
  left: -17px;
  top: -17px;
}@media (max-width: 991.98px){.video__shape img:nth-child(1) {
    left: -30px;
    top: -30px;
  }}@media (max-width: 767.98px){.video__shape img:nth-child(1) {
    left: -37px;
    top: -47px;
  }}.video__shape img:nth-child(2) {
  bottom: 0;
  right: 0;
}@media (max-width: 767.98px){.video__shape img:nth-child(2) {
    right: -53px;
  }}.play__btn img {
  transform: translateY(-2px);
}.play__btn-three svg {
  width: 25px;
  height: auto;
}/*=============================
    	11. Project
===============================*/.project-active {
  padding: 0 24px;
  position: relative;
}@media (max-width: 767.98px){.project-active {
    padding: 0 10px;
  }}.project-active .swiper-slide {
  transform: scale(0.9);
  transition: all 200ms linear;
}.project-active .swiper-slide-active {
  transform: scale(1);
}.project-active .swiper-slide-active .project__thumb img {
  filter: grayscale(0);
}.project-active .swiper-slide-active .project__content {
  opacity: 1;
  overflow: visible;
}@media (max-width: 1500px){.project-active-three {
    margin: 0 -180px;
  }}@media (max-width: 991.98px){.project-active-three {
    margin: 0 -165px;
  }}@media (max-width: 767.98px){.project-active-three {
    margin: 0 0;
  }}.project-active-three .swiper-slide-active .project__thumb-four .project__mask-img img {
  filter: grayscale(0);
}.project-active-four {
  margin-right: -416px;
}@media (max-width: 991.98px){.project-active-four {
    margin-right: -320px;
  }}@media (max-width: 767.98px){.project-active-four {
    margin-right: 0;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.project-active-four {
    margin-right: -60px;
  }}.project-active-four .swiper-slide-active .project__content-five {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}.project-active-five .swiper-slide {
  transform: scale(0.86);
  transition: all 200ms linear;
}.project-active-five .swiper-slide-active {
  transform: scale(1);
}.project-active-five .swiper-slide-active .project__content-seven .arrow {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}.project-active-seven {
  margin-right: -382px;
}@media (max-width: 991.98px){.project-active-seven {
    margin-right: -260px;
  }}@media (max-width: 767.98px){.project-active-seven {
    margin-right: 0;
  }}.project__item-two:hover .shape img {
  opacity: 1;
  visibility: visible;
  right: 0;
}.project__item-two .shape img {
  position: absolute;
  right: -20px;
  bottom: 0;
  mix-blend-mode: luminosity;
  -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;
  opacity: 0;
  visibility: hidden;
}.project__item-three {
  background: var(--tg-color-white-default);
  border: 1px solid var(--tg-border-10);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}.project__item-six:hover .project__thumb-six .shape img:nth-child(1) {
  transform: translateZ(0);
  opacity: 1;
}.project__item-six:hover .project__thumb-six .shape img:nth-child(2) {
  transform: translateZ(0);
  opacity: 1;
}.project__item-eight:hover .project__thumb-eight img {
  filter: grayscale(0);
}.project__item-ten .project__content-two a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}.project__item-wrap {
  position: relative;
  padding: 30px 0 60px;
  z-index: 1;
}@media (max-width: 767.98px){.project__item-wrap {
    padding: 35px 0 60px;
  }}.project__item-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
  background: var(--tg-color-gray-8);
  width: 90%;
  height: 100%;
  z-index: -1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}@media (max-width: 767.98px){.project__item-wrap::before {
    width: 80%;
  }}.project__thumb img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  filter: grayscale(1);
  background-color: #000;
}.project__thumb-two img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}.project__thumb-three img {

  border-radius: 15px;
    border: 1px solid var(--tg-color-gray-9);
  width: 100%;
}.project__thumb-five img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  height: 475px;
  object-fit: cover;
}@media (max-width: 1199.98px){.project__thumb-five img {
    height: 420px;
  }}.project__thumb-six a > img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}.project__thumb-six .shape img {
  position: absolute;
}.project__thumb-six .shape img:nth-child(1) {
  right: 0;
  top: 0;
  transform: translate3d(100px, -100px, 0);
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}.project__thumb-six .shape img:nth-child(2) {
  bottom: 0;
  left: 0;
  transform: translate3d(-100px, 100px, 0);
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}.project__thumb-seven {
  margin-bottom: 0px;
    position: relative;
    overflow: hidden
}.project__thumb-seven:before {
    content: '';
    background: #ffffff;
    background: linear-gradient(0deg,rgba(249, 249, 249, 1) 0%, rgba(249, 249, 249, 0.9) 40%, rgba(249, 249, 249, 0.5) 80%, rgba(249, 249, 249, 0) 100%);
    width: 100%;
    height: 35%;
    position: absolute;
    left: 0;
    display:none;
    bottom: 0;
}.project__content-left-two {
    margin-top: 10px;
    z-index: 2;
    padding: 10px;
    display: block;
    text-align: center;
    width: 100%
}.project__thumb-seven img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
          aspect-ratio: 306 / 380;
}.project__thumb-eight img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  filter: grayscale(1);
}.project__thumb-nine img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}.project__content-left span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
  text-transform: normal;
  line-height: 1;
  padding: 8px 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 8px;
}.project__content-left .title {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
}@media (max-width: 1500px){.project__content-left .title {
    font-size: 22px;
  }}.project__content-left-two .title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}.project__content-arrow a {
  width: 60px;
  height: 40px;
  background: var(--tg-color-gray-4);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tg-theme-primary);
}.project__content-arrow a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}.project__content-two .title {
  margin-bottom: 5px;
  font-size: 22px;
  color: var(--tg-color-white-default);
}.project__content-two span {
  display: block;
  color: var(--tg-color-gray-4);
  margin-bottom: 10px;
}.project__content-two > a {
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -o-border-radius: 80px;
  -ms-border-radius: 80px;
  border-radius: 80px;
}.project__content-two > a:hover {
  background: var(--tg-color-sky-blue);
}.project__content-three .title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.36;
}@media (max-width: 1199.98px){.project__content-three .title {
    font-size: 20px;
  }}.project__content-three .title a {
  display: inline;
  background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}.project__content-three .title a:hover {
  color: inherit;
  background-size: 0 2px, 100% 2px;
}.project__content-four .title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.36;
}@media (max-width: 1800px){.project__content-four .title {
    font-size: 20px;
  }}.project__content-five span {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: var(--tg-theme-primary);
  margin-bottom: 5px;
}.project__content-five .title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}.project__content-six .content-left .title {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 600;
  text-transform: normal;
}.project__content-six .content-left span {
  display: block;
  line-height: 1;
  color: var(--tg-theme-primary);
  text-transform: normal;
}.project__content-seven {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}.project__content-seven .arrow {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  background: var(--tg-color-gray-4);
  border: none;
  color: var(--tg-border-1);
}.project__content-seven .arrow:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}.project__content-eight .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: normal;
}@media (max-width: 1500px){.project__content-eight .title {
    font-size: 22px;
  }}.project__content-eight span {
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-theme-primary);
}.project__content-nine .title {
  margin-bottom: 14px;
  color: var(--tg-color-white-default);
  font-weight: 600;
  font-size: 24px;
  text-transform: normal;
}.project__content-nine .title a {
  display: inline;
  background-image: linear-gradient(var(--tg-color-white-default), var(--tg-color-white-default)), linear-gradient(var(--tg-color-white-default), var(--tg-color-white-default));
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}.project__content-nine .title a:hover {
  color: inherit;
  background-size: 0 2px, 100% 2px;
}.project__content-nine span {
  display: block;
  color: var(--tg-color-white-default);
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  text-transform: normal;
}.project__mask-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}@media (max-width: 767.98px){.project__mask-img img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }}.project__tag-three {
  display: inline-block;
  background: var(--tg-color-gray-5);
  font-size: 13px;
  font-weight: 500;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 11px 15px;
  line-height: 1;
}.project__tag-three:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.project__tag-three.green {
  background: var(--tg-theme-primary);
  color:#fff;

}.project__tag-three.green:hover {
  background: var(--tg-theme-secondary);
  color: #fff ;
}.project__nav-wrap button {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: var(--tg-color-white-default);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tg-theme-primary);
}@media (max-width: 767.98px){.project__nav-wrap button {
    position: inherit;
    transform: translateY(0);
  }}.project__nav-wrap button.project-button-prev {
  left: 25%;
  transform: translateY(-50%) rotate(180deg);
}@media (max-width: 1199.98px){.project__nav-wrap button.project-button-prev {
    left: 13%;
  }}@media (max-width: 991.98px){.project__nav-wrap button.project-button-prev {
    left: 4%;
  }}@media (max-width: 767.98px){.project__nav-wrap button.project-button-prev {
    transform: translateY(0) rotate(180deg);
  }}.project__nav-wrap button.project-button-next {
  left: auto;
  right: 25%;
}@media (max-width: 1199.98px){.project__nav-wrap button.project-button-next {
    right: 13%;
  }}@media (max-width: 991.98px){.project__nav-wrap button.project-button-next {
    right: 4%;
  }}.project__nav-wrap button:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}.project__nav-wrap-two button {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #D1D4E2;
  background: var(--tg-color-white-default);
  box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.1);
  width: 74px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tg-theme-secondary);
  padding: 0;
  position: relative;
}.project__nav-wrap-two button svg {
  width: 28px;
  height: auto;
}.project__nav-wrap-two button:hover {
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}.project__nav-wrap-two button.project-button-prev svg {
  transform: rotate(180deg);
}.project__nav-wrap-two button.project-button-prev::before {
  content: "";
  position: absolute;
  right: -67px;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 2px;
  background: #D1D4E2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}.project__nav-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
}.project__nav-two button {
  width: 74px;
  height: 52px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D1D4E2;
  background: var(--tg-color-white-default);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 0 0;
  color: var(--tg-theme-secondary);
  box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.1);
}.project__nav-two button.project-button-prev svg, .project__nav-two button.about-gallery-button-prev svg {
  transform: rotate(180deg);
}.project__nav-two button:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border: var(--tg-theme-primary);
}.project__nav-three button {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: var(--tg-color-white-default);
  padding: 0 0;
  background: var(--tg-theme-primary);
}.project__nav-three button.project-button-next {
  background: #1f5dff;
}.project__nav-three button:hover {
  background: var(--tg-theme-secondary);
}.project__pagination {
  background: var(--tg-color-white-default);
  border-radius: 20px;
  max-width: 120px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.06);
  gap: 6px;
  border: 1px solid #DFE1ED;
}.project__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #C9C9C9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0 !important;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}.project__pagination .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background: var(--tg-theme-primary);
}.project__details-thumb img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  min-height: 300px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}.project__details-thumb-two img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  min-height: 350px;
  object-fit: cover;
}.project__details-thumb-three img {
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  min-height: 350px;
  object-fit: cover;
}.project__details-thumb-four img {
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  min-height: 350px;
  object-fit: cover;
}.project__details-thumb-five img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}@media (max-width: 991.98px){.project__details-thumb-five img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    min-height: 300px;
  }}.project__details-thumb-six img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  min-height: 350px;
  object-fit: cover;
}.project__details-content > .title {
  margin-bottom: 15px;
  font-size: 36px;
  text-transform: normal;
}@media (max-width: 1199.98px){.project__details-content > .title {
    font-size: 34px;
  }}@media (max-width: 767.98px){.project__details-content > .title {
    font-size: 30px;
  }}.project__details-content > p {
  margin-bottom: 0;
}.project__details-content .title-two {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 30px;
}.project__details-content-two .title {
  font-size: 32px;
  margin-bottom: 15px;
}@media (max-width: 767.98px){.project__details-content-two .title {
    font-size: 28px;
  }}.project__details-content-two p {
  margin-bottom: 15px;
}.project__details-content-two p span {
  color: var(--tg-theme-primary);
  font-weight: 500;
}.project__details-challenge > p {
  margin-bottom: 30px;
}.project__details-challenge-two .title-two {
  margin-bottom: 27px;
  font-weight: 600;
  font-size: 24px;
}.project__details-challenge-two .about__list-item li {
  margin-bottom: 16px;
}.project__details-challenge-two .about__list-item li:last-child {
  margin-bottom: 0;
}.project__details-challenge-wrap img {
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}@media (max-width: 767.98px){.project__details-challenge-wrap img {
    margin-bottom: 30px;
  }}.project__details-challenge-wrap-two img {
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  min-height: 350px;
  margin: 20px 0 45px;
  object-fit: cover;
}.project__details-challenge-wrap-three img {
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  min-height: 350px;
  object-fit: cover;
  margin: 15px 0 45px;
}.project__details-report > p {
  margin-bottom: 20px;
}.project__details-report-inner .inner-img img {
  width: 100%;
  height: 220px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  object-fit: cover;
}.project__details-bottom-wrap a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  color: #88919B;
}.project__details-bottom-wrap a svg {
  color: var(--tg-theme-secondary);
  -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;
}.project__details-bottom-wrap a:hover {
  color: var(--tg-theme-primary);
}.project__details-bottom-wrap a:hover svg {
  color: var(--tg-theme-primary);
}.project__details-bottom-wrap a.previous-post svg {
  transform: rotate(180deg);
}.project__details-bottom-wrap a.next-post {
  flex-direction: row-reverse;
}.project__details-bottom-wrap a.all-post {
  color: var(--tg-heading-color);
}.project__details-info-wrap > .list-wrap > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DEE0EC;
  color: var(--tg-body-color);
  text-transform: normal;
  gap: 10px;
  margin-bottom: 13px;
  padding-bottom: 13px;
}.project__details-info-wrap > .list-wrap > li span {
  font-weight: 600;
  min-width: 82px;
}.project__details-info-wrap > .list-wrap > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}.project__details-info-wrap > .list-wrap > li.social .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}.project__details-info-wrap > .list-wrap > li.social .list-wrap li a {
  color: var(--tg-body-color);
}.project__details-info-wrap > .list-wrap > li.social .list-wrap li a svg {
  width: 18px;
  height: 18px;
}.project__details-info-wrap > .list-wrap > li.social .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}.project__details-info-wrap-two > .list-wrap > li {
  border-bottom: 1px solid #E8EBF5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}.project__details-info-wrap-three > .list-wrap > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}.project__details-info-item div {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tg-heading-color);
  line-height: 1.2;
}.project__details-info-item div span {
  display: block;
  font-weight: 400;
  color: var(--tg-body-color);
  margin-bottom: 14px;
}.project__details-info-item .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}.project__details-info-item .list-wrap li a {
  color: #B8B8B8;
}.project__details-info-item .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}.project__details-info-item .list-wrap li a svg {
  width: 16px;
  height: 16px;
}.project__details-contact a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  gap: 15px;
  padding: 15px 20px;
  margin-bottom: 8px;
}.project__details-contact a:last-child {
  margin-bottom: 0;
}.project__details-contact a i {
  font-size: 24px;
}.project__details-contact a:hover {
  background: var(--tg-theme-secondary);
}.project__details-contact-two .sub-title {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 14px;
}.project__details-contact-two .title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 24px;
}.project__details-form .form-grp {
  margin-bottom: 10px;
}.project__details-form .form-grp textarea, .project__details-form .form-grp input {
  border: none;
  border-bottom: 1px solid var(--tg-border-7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 11px 0;
  height: 50px;
}.project__details-form .form-grp textarea:focus, .project__details-form .form-grp input:focus {
  border-color: var(--tg-theme-primary);
}.project__details-form .form-grp textarea {
  min-height: 50px;
  max-height: 50px;
}.project__details-form button {
  width: 100%;
  background: var(--tg-theme-primary);
  border: none;
  color: var(--tg-color-white-default);
  font-weight: 600;
  font-size: 16px;
  padding: 11px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-top: 40px;
}.project__details-form button:hover {
  background: var(--tg-theme-secondary);
}.project__details-overview img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  min-height: 250px;
  object-fit: cover;
  margin-top: 35px;
}.project__details-marketing img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
}@media (max-width: 767.98px){.project__details-marketing img {
    margin-bottom: 30px;
  }}.project__sidebar-two .sidebar__widget {
  border: 1px solid #E8EBF5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 30px;
  margin-bottom: 50px;
}/* DOCS PAGE */.docs-page li {
  font-size:16px;
}.docs-page li:not(:last-child) {
margin-bottom:8px;
}.docs-page li a{
  color:var(--tg-heading-color);
  display:flex;
  align-items:center;
}.docs-page li a i{
  color:var(--tg-theme-primary);
  font-size:20px;
  width:30px;
}@media (max-width: 1199.98px){.project__sidebar-two .sidebar__widget {
    padding: 30px 20px;
  }}@media (max-width: 991.98px){.project__sidebar-two .sidebar__widget {
    padding: 30px 30px;
  }}@media (max-width: 767.98px){.project__sidebar-two .sidebar__widget {
    padding: 30px 20px;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.project__sidebar-two .sidebar__widget {
    padding: 30px 30px;
  }}.project__sidebar-two .sidebar__widget:last-child {
  margin-bottom: 0;
}.project__shape img {
  position: absolute;
  left: 110px;
  top: -103px;
  z-index: -1;
}@media (max-width: 1500px){.project__shape img {
    width: 180px;
    height: 180px;
  }}@media (max-width: 767.98px){.project__shape img {
    width: 140px;
    height: 140px;
    left: 50px;
    top: -76px;
  }}.project__shape-two img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}.project__solution-thumb img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}.project__solution-item .title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}.project__solution-item p {
  margin-bottom: 0;
}/*=============================
    	12. Team
===============================*/.team__item:hover .team__thumb img {
  filter: grayscale(0);
}.team__item:hover .team__shape img {
  filter: grayscale(0);
}.team__item-three:hover .team__thumb-three img {
  filter: grayscale(0);
}.team__item-four:hover .team__thumb-four img {
  filter: grayscale(0);
}.team__item-shape svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  display: block;
  stroke-width: 1px;
  stroke: #E2E2E2;
}.team__thumb img {
  filter: grayscale(1);
}.team__thumb-three img {
  margin-bottom: -25px;
  filter: grayscale(1);
}.team__thumb-four img {
  filter: grayscale(1);
}.team__thumb-five .shape img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}.team__thumb-eight img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #E2E4F0;
  width: 100%;
}.team__content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}.team__content span {
  display: block;
  line-height: 1;
}.team__content-two .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}.team__content-two span {
  display: block;
  line-height: 1;
  color: var(--tg-theme-primary);
}.team__content-three .title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
}.team__content-three span {
  display: block;
  line-height: 1;
  margin-bottom: 25px;
}.team__content-four .title {
  font-size: 24px;
  margin-bottom: 7px;
}@media (max-width: 1199.98px){.team__content-four .title {
    font-size: 22px;
  }}.team__content-four span {
  display: block;
  color: var(--tg-theme-primary);
  line-height: 1;
}.team__content-five .title {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 600;
}.team__content-five span {
  display: block;
  color: var(--tg-theme-primary);
  line-height: 1;
}.team__content-six .title {
  color: var(--tg-color-white-default);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}.team__content-six .title a:hover {
  color: var(--tg-color-white-default);
}.team__content-six span {
  display: block;
  color: #F5F6FC;
}.team__content-eight .title {
  margin-bottom: 0;
  font-size: 24px;
  text-transform: normal;
  font-weight: 600;
}.team__content-eight span {
  line-height: 1;
  color: var(--tg-theme-primary);
}.team__content-nine .title {
  color: var(--tg-color-white-default);
  font-size: 22px;
  font-weight: 600;
  text-transform: normal;
  margin-bottom: 6px;
}.team__content-nine .title a:hover {
  color: var(--tg-color-white-default);
}.team__content-nine span {
  display: block;
  color: var(--tg-color-gray-1);
  line-height: 1;
}.team__social .social-toggle-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;
  background: var(--tg-color-gray-5);
  cursor: pointer;
  font-size: 18px;
  color: var(--tg-theme-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}.team__social .list-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  padding: 0 0 15px;
  display: none;
  text-align: center;
}.team__social .list-wrap li a {
  font-size: 18px;
  color: var(--tg-theme-primary);
}.team__social .list-wrap li a:hover {
  color: var(--tg-theme-secondary);
}.team__social .list-wrap li a svg {
  width: 18px;
  height: 18px;
}.team__social-two .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}.team__social-two .list-wrap li {
  line-height: 1;
}.team__social-two .list-wrap li a {
  font-size: 15px;
  color: var(--tg-theme-primary);
}.team__social-two .list-wrap li a svg {
  width: 18px;
  height: 18px;
}.team__social-two .list-wrap li a:hover {
  color: var(--tg-theme-secondary);
}.team__social-three .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}.team__social-three .list-wrap li a {
  color: var(--tg-theme-primary);
}.team__social-three .list-wrap li a:hover {
  color: var(--tg-theme-secondary);
}.team__social-three .list-wrap li a svg {
  width: 18px;
  height: 18px;
}.team__social-four .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 31%;
  flex-direction: column;
  gap: 30px;
}.team__social-four .list-wrap li {
  line-height: 1;
}.team__social-four .list-wrap li a {
  display: block;
  color: var(--tg-border-1);
}.team__social-four .list-wrap li a svg {
  width: 20px;
  height: 20px;
}.team__social-four .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}.team__social-five .social-toggle-icon {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}.team__social-five .list-wrap {
  padding: 15px 0 0;
}.team__social-five .list-wrap li a {
  color: var(--tg-color-white-default);
}.team__social-five .list-wrap li a:hover {
  color: var(--tg-color-white-default);
}.team__social-six .team__social-shape svg {
  color: var(--tg-theme-primary);
}.team__social-six .list-wrap li a {
  color: var(--tg-color-white-default);
}.team__social-six .list-wrap li a:hover {
  color: var(--tg-color-white-default);
}.team__social-seven .team__social-shape svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: var(--tg-theme-primary);
}.team__social-seven .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}.team__social-seven .list-wrap li {
  line-height: 1;
}.team__social-seven .list-wrap li a {
  color: var(--tg-color-white-default);
}.team__social-seven .list-wrap li a svg {
  width: 18px;
  height: 18px;
}.team__social-eight .social-toggle-icon {
  width: 50px;
  height: 50px;
  background: var(--tg-color-white-default);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}.team__social-shape svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: #E9ECFE;
}.team__bottom-content p {
  margin-bottom: 0;
  color: var(--tg-color-white-default);
}.team__bottom-content p a {
  color: var(--tg-color-white-default);
  font-weight: 500;
  text-decoration: underline;
}.team__details-img img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid var(--tg-color-gray-4);
}.team__details-info-wrap .title {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}@media (max-width: 1199.98px){.team__details-info-wrap .title {
    font-size: 34px;
  }}@media (max-width: 767.98px){.team__details-info-wrap .title {
    font-size: 30px;
  }}.team__details-info-wrap > span {
  display: block;
  line-height: 1;
  font-size: 18px;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 30px;
}.team__details-info-wrap > span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 5px;
  background: var(--tg-theme-primary);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}.team__details-info-wrap > p {
  margin-bottom: 15px;
}.team__details-social .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 6px;
}.team__details-social .list-wrap li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-gray-4);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: var(--tg-heading-color);
}.team__details-social .list-wrap li a svg {
  width: 16px;
  height: 16px;
}.team__details-social .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}.team__details-inner li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 50%;
  flex: 0 0 auto;
}@media (max-width: 767.98px){.team__details-inner li {
    width: 100%;
  }}.team__details-inner li:first-child {
  width: 100%;
}.team__details-inner li .icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-primary);
  flex: 0 0 auto;
  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;
  font-size: 20px;
}.team__details-inner li .content span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-border-1);
  line-height: 1;
  margin-bottom: 8px;
}.team__details-inner li .content p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1;
  color: var(--tg-heading-color);
}.team__details-inner li .content a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: var(--tg-heading-color);
  display: block;
}.team__details-inner li .content a:hover {
  color: var(--tg-theme-primary);
}.team__details-skill-content .title {
  margin-bottom: 22px;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  text-transform: normal;
}@media (max-width: 991.98px){.team__details-skill-content .title {
    font-size: 28px;
  }}.team__details-skill-content .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 5px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  background: var(--tg-theme-primary);
}.team__details-skill-content > p {
  margin-bottom: 0;
}.team__details-contact-content .title {
  margin-bottom: 22px;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  text-transform: normal;
}@media (max-width: 991.98px){.team__details-contact-content .title {
    font-size: 28px;
  }}.team__details-contact-content .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 5px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  background: var(--tg-theme-primary);
}.team__details-contact-content p {
  margin-bottom: 0;
}.team__details-form .form-grp textarea, .team__details-form .form-grp input {
  background: #F8F8F8 !important;
  color: var(--tg-body-color) !important;
}.team__details-form .form-grp textarea::placeholder, .team__details-form .form-grp input::placeholder {
  color: var(--tg-body-color) !important;
}.team__details-form button {
  background: var(--tg-theme-primary) !important;
  color: var(--tg-color-white-default) !important;
}.team__details-form button:hover {
  background: var(--tg-theme-secondary) !important;
}.team__shape img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  filter: grayscale(1);
}.team__shape-wrap img {
  position: absolute;
  z-index: -1;
}.team__shape-wrap img:nth-child(1) {
  right: 0;
  top: 0;
}@media (max-width: 1500px){.team__shape-wrap img:nth-child(1) {
    max-width: 300px;
  }}.team__shape-wrap img:nth-child(2) {
  left: 0;
  bottom: 0;
}@media (max-width: 1500px){.team__shape-wrap img:nth-child(2) {
    max-width: 200px;
  }}.team__shape-wrap img:nth-child(3) {
  right: 9%;
  bottom: 24%;
}@media (max-width: 1800px){.team__shape-wrap img:nth-child(3) {
    right: 3%;
  }}@media (max-width: 1500px){.team__shape-wrap img:nth-child(3) {
    bottom: 15%;
  }}@media (max-width: 767.98px){.team__shape-wrap img:nth-child(3) {
    display: none;
  }}.team__shape-wrap-two img {
  position: absolute;
  z-index: -1;
}.team__shape-wrap-two img:nth-child(1) {
  right: 0;
  top: 0;
}@media (max-width: 1500px){.team__shape-wrap-two img:nth-child(1) {
    max-width: 300px;
  }}.team__shape-wrap-two img:nth-child(2) {
  left: 0;
  bottom: 0;
}@media (max-width: 1500px){.team__shape-wrap-two img:nth-child(2) {
    max-width: 180px;
  }}.team__shape-wrap-two img:nth-child(3) {
  bottom: 24%;
  right: 8%;
}@media (max-width: 1800px){.team__shape-wrap-two img:nth-child(3) {
    bottom: 19%;
    right: 4%;
  }}@media (max-width: 1500px){.team__shape-wrap-two img:nth-child(3) {
    bottom: 15%;
    right: 3%;
  }}/*=============================
    	13. FAQ
===============================*/.faq__content p {
  margin-bottom: 25px;
}.faq__content .shape img {
  position: absolute;
  left: -35px;
  bottom: -30px;
}@media (max-width: 1199.98px){.faq__content .shape img {
    left: -24px;
    bottom: -24px;
    max-width: 100px;
  }}@media (max-width: 767.98px){.faq__content .shape img {
    left: -2px;
    bottom: -21px;
    max-width: 90px;
  }}.faq__content-two > p {
  margin-bottom: 25px;
}.faq__content-two .shape img {
  position: absolute;
  left: -16%;
  bottom: -6%;
  z-index: -1;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}@media (max-width: 1500px){.faq__content-two .shape img {
    left: -10%;
    bottom: -5%;
    max-width: 180px;
  }}@media (max-width: 991.98px){.faq__content-two .shape img {
    left: 6%;
    bottom: -7%;
  }}@media (max-width: 767.98px){.faq__content-two .shape img {
    display: none;
  }}.faq__img img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}.faq__img-two img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}.faq__img-three img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}.faq__mask-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.faq__wrap .accordion-button:not(.collapsed) {
  color: var(--tg-theme-primary);
  background: transparent;
  box-shadow: none;
}.faq__wrap .accordion-button:not(.collapsed)::before {
  content: "\f10a";
  color: var(--tg-theme-primary);
}.faq__wrap .accordion-body {
  padding: 0 0 30px;
}.faq__wrap .accordion-body p {
  margin-bottom: 0;
}.faq__wrap-two .accordion-button:not(.collapsed)::before {
  content: "\f10a";
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
}.faq__wrap-two .accordion-body {
  padding: 0 30px 30px;
}@media (max-width: 767.98px){.faq__wrap-two .accordion-body {
    padding: 0 20px 25px;
  }}.faq__wrap-two .accordion-body p {
  margin-bottom: 0;
}.faq__wrap-four .accordion-button:not(.collapsed) {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border-color: var(--tg-theme-primary);
}.faq__wrap-four .accordion-button:not(.collapsed)::before {
  color: var(--tg-color-white-default);
}.faq__wrap-four .accordion-body {
  padding: 20px 20px 25px;
}.faq__shape-wrap img {
  position: absolute;
  z-index: -1;
}.faq__shape-wrap img:nth-child(1) {
  left: 0;
  top: 0;
}.faq__shape-wrap img:nth-child(2) {
  right: 0;
  top: 0;
}/*=============================
    	14. Testimonial
===============================*/.testimonial__item-two > p {
  margin-bottom: 22px;
}.testimonial__item-five > p {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 15px;
}.testimonial__icon-two svg {
  position: absolute;
  right: 35px;
  bottom: 45px;
  z-index: -1;
}.testimonial__icon-three svg {
  position: absolute;
  right: 35px;
  bottom: -1px;
  z-index: -3;
  width: 56px;
  height: auto;
}.testimonial__content > p {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  text-transform: normal;
  margin-bottom: 30px;
}.testimonial__content-bottom .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}.testimonial__content-bottom span {
  display: block;
}.testimonial__content-bottom-two .title {
  color: var(--tg-color-white-default);
}.testimonial__content-bottom-two span {
  color: #B3CCFF;
}.testimonial__content-bottom-three .title {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  text-transform: normal;
}.testimonial__content-bottom-three span {
  display: block;
  line-height: 1;
  color: #7F838C;
}.testimonial__content-two > p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.55;
  color: var(--tg-border-1);
}.testimonial__content-three > p {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  color: var(--tg-color-white-default);
  font-style: italic;
  text-transform: normal;
  line-height: 1.63;
}@media (max-width: 767.98px){.testimonial__content-three > p {
    font-size: 20px;
  }}.testimonial__content-four .section__title .title {
  font-size: 40px;
}@media (max-width: 1199.98px){.testimonial__content-four .section__title .title {
    font-size: 36px;
  }}@media (max-width: 767.98px){.testimonial__content-four .section__title .title {
    font-size: 30px;
  }}.testimonial__content-four p {
  margin-bottom: 20px;
  width: 95%;
}@media (max-width: 1199.98px){.testimonial__content-four p {
    width: 100%;
  }}.testimonial__content-five p {
  margin-bottom: 12px;
}.testimonial__content-seven p {
  color: var(--tg-color-white-default);
}.testimonial__author .thumb img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}.testimonial__author .content .title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}.testimonial__author .content span {
  display: block;
  line-height: 1;
  font-weight: 500;
  font-size: 15px;
}.testimonial__nav .swiper-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  justify-content: center;
}.testimonial__nav .swiper-wrapper .swiper-slide {
  width: auto !important;
}.testimonial__nav .swiper-wrapper button {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  width: 65px;
}.testimonial__nav .swiper-wrapper button img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  filter: grayscale(1);
}.testimonial__nav .swiper-slide-thumb-active button img {
  filter: grayscale(0);
}.testimonial__nav-two button {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
}.testimonial__nav-two button.testimonial-button-next {
  left: auto;
  right: 0;
}.testimonial__nav-two button.testimonial-button-prev {
  transform: translateY(-50%) rotate(180deg);
}.testimonial__nav-two button:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}.testimonial__nav-three .swiper-wrapper button {
  border: 3px solid var(--tg-color-white-default);
  width: 50px;
}.testimonial__nav-four button {
  width: 50px;
  height: 50px;
  background: #0039CB;
  color: var(--tg-color-white-default);
}.testimonial__nav-four button:hover {
  background: var(--tg-theme-secondary);
}.testimonial__nav-five button {
  width: 50px;
  height: 50px;
  background: #0039CB;
  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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: none;
  position: absolute;
  left: -85px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}@media (max-width: 1500px){.testimonial__nav-five button {
    left: -55px;
  }}@media (max-width: 1199.98px){.testimonial__nav-five button {
    left: -15px;
  }}@media (max-width: 991.98px){.testimonial__nav-five button {
    position: inherit;
    transform: translateY(0);
  }}.testimonial__nav-five button:hover {
  background: var(--tg-theme-secondary);
}.testimonial__nav-five button.testimonial-button-next {
  left: auto;
  right: -85px;
}@media (max-width: 1500px){.testimonial__nav-five button.testimonial-button-next {
    right: -55px;
  }}@media (max-width: 1199.98px){.testimonial__nav-five button.testimonial-button-next {
    right: -15px;
  }}.testimonial__nav-five button.testimonial-button-prev {
  transform: translateY(-50%) rotate(-180deg);
}@media (max-width: 991.98px){.testimonial__nav-five button.testimonial-button-prev {
    transform: translateY(0) rotate(-180deg);
  }}.testimonial__nav-six button {
  width: 60px;
  height: 60px;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--tg-color-gray-1);
  color: var(--tg-theme-primary);
  padding: 0;
}.testimonial__nav-six button svg {
  width: 26px;
  height: auto;
}.testimonial__nav-six button.testimonial-button-prev {
  transform: rotate(-180deg);
}.testimonial__nav-six button:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}.testimonial__nav-seven button {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  background: var(--tg-color-gray-1);
  color: var(--tg-theme-primary);
  position: absolute;
  left: -85px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}@media (max-width: 1500px){.testimonial__nav-seven button {
    left: -50px;
  }}@media (max-width: 1199.98px){.testimonial__nav-seven button {
    left: -20px;
  }}@media (max-width: 991.98px){.testimonial__nav-seven button {
    position: inherit;
    transform: translateY(0);
  }}.testimonial__nav-seven button:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}.testimonial__nav-seven button.testimonial-button-next {
  left: auto;
  right: -85px;
}@media (max-width: 1500px){.testimonial__nav-seven button.testimonial-button-next {
    right: -50px;
  }}@media (max-width: 1199.98px){.testimonial__nav-seven button.testimonial-button-next {
    right: -20px;
  }}.testimonial__nav-eight button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}.testimonial__nav-eight button:hover {
  background: var(--tg-theme-secondary);
}.testimonial__shape-wrap img {
  position: absolute;
  z-index: -1;
}.testimonial__shape-wrap img:nth-child(1) {
  left: 0;
  top: 0;
}@media (max-width: 1500px){.testimonial__shape-wrap img:nth-child(1) {
    max-width: 230px;
  }}@media (max-width: 767.98px){.testimonial__shape-wrap img:nth-child(1) {
    max-width: 160px;
  }}.testimonial__shape-wrap img:nth-child(2) {
  left: 10%;
  top: 0;
}.testimonial__shape-wrap img:nth-child(3) {
  left: 0;
  bottom: 0;
}@media (max-width: 991.98px){.testimonial__shape-wrap img:nth-child(3) {
    max-width: 180px;
  }}@media (max-width: 767.98px){.testimonial__shape-wrap img:nth-child(3) {
    max-width: 140px;
  }}.testimonial__shape-wrap img:nth-child(4) {
  right: 0;
  bottom: 0;
}@media (max-width: 1500px){.testimonial__shape-wrap img:nth-child(4) {
    max-width: 350px;
  }}@media (max-width: 991.98px){.testimonial__shape-wrap img:nth-child(4) {
    max-width: 250px;
  }}@media (max-width: 767.98px){.testimonial__shape-wrap img:nth-child(4) {
    max-width: 160px;
  }}.testimonial__shape-wrap img:nth-child(5) {
  right: 0;
  bottom: 26%;
}@media (max-width: 1500px){.testimonial__shape-wrap img:nth-child(5) {
    max-width: 130px;
  }}@media (max-width: 991.98px){.testimonial__shape-wrap img:nth-child(5) {
    max-width: 90px;
    bottom: 13%;
  }}@media (max-width: 767.98px){.testimonial__shape-wrap img:nth-child(5) {
    max-width: 60px;
    bottom: 8%;
  }}.testimonial__shape-wrap img:nth-child(6) {
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
}.testimonial__shape-wrap-two img {
  position: absolute;
  left: 115px;
  bottom: 0;
  z-index: -1;
}@media (max-width: 767.98px){.testimonial__shape-wrap-two img {
    left: 40px;
  }}.testimonial__shape-two img {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 18%;
  transform: translateX(-50%);
}.testimonial__shape-three img {
  position: absolute;
  right: 19%;
  top: 0;
  z-index: -1;
}@media (max-width: 1500px){.testimonial__shape-three img {
    right: 8%;
  }}@media (max-width: 1199.98px){.testimonial__shape-three img {
    right: 7%;
    width: 500px;
  }}.testimonial-active-four {
  margin-right: 1px;
}.testimonial-active-five {
  height: 536px;
}@media (max-width: 767.98px){.testimonial-active-five {
    height: 355px;
  }}/*=============================
    	15. Blog
===============================*/.blog__post-item {
  background: var(--tg-color-white-default);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}.blog__post-thumb {
  position: relative;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}.blog__post-thumb img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}@media (max-width: 1199.98px){.blog__post-thumb img {
    height: auto;
  }}.blog__post-thumb-two img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: 310px;
  object-fit: cover;
  width: 100%;
}.blog__post-thumb-three img {
  width: 100%;
  height: 206px;
  object-fit: cover;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}@media (max-width: 767.98px){.blog__post-thumb-three img {
    height: 300px;
  }}.blog__post-thumb-four img {
  width: 100%;
  height: 258px;
  object-fit: cover;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}.blog__post-thumb-five img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  height: 452px;
  object-fit: cover;
}@media (max-width: 1199.98px){.blog__post-thumb-five img {
    height: 360px;
  }}@media (max-width: 767.98px){.blog__post-thumb-five img {
    height: 320px;
  }}.blog__post-date span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--tg-color-white-default);
  line-height: 1;
  font-weight: 500;
  padding: 13px 17px 13px 24px;
  font-size: 16px;
}.blog__post-date span svg {
  width: 20px;
  height: 20px;
}.blog__post-date .shape svg {
  width: 100%;
  height: 100%;
}.blog__post-date-two span {
  display: block;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 5px 10px;
}.blog__post-meta .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 25px;
  flex-wrap: wrap;
}.blog__post-meta .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 400;
}.blog__post-meta .list-wrap li svg {
  color: var(--tg-theme-primary);
}.blog__post-meta .list-wrap li a {
  color: var(--tg-body-color);
}.blog__post-meta .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}.blog__post-content {
  border: 1px solid var(--tg-border-6);
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -o-border-radius: 0 0 15px 15px;
  -ms-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  padding: 32px 30px 20px;
}@media (max-width: 1199.98px){.blog__post-content {
    padding: 24px 20px;
  }}.blog__post-content .title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}.blog__post-content .title a {
  display: inline;
  background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}.blog__post-content .title a:hover {
  color: inherit;
  background-size: 0 2px, 100% 2px;
}.blog__post-content-two .title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}.blog__post-content-two .title a {
  display: inline;
  background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}.blog__post-content-two .title a:hover {
  color: inherit;
  background-size: 0 2px, 100% 2px;
}.blog__post-content-three .title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}.blog__post-content-three .title a {
  display: inline;
  background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}.blog__post-content-three .title a:hover {
  color: inherit;
  background-size: 0 2px, 100% 2px;
}.blog__post-content-three p {
  margin-bottom: 15px;
  font-weight: 500;
}.blog__post-content-four .title {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 600;
}@media (max-width: 1199.98px){.blog__post-content-four .title {
    font-size: 20px;
  }}.blog__post-content-four .title a {
  display: inline;
  background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}.blog__post-content-four .title a:hover {
  color: inherit;
  background-size: 0 2px, 100% 2px;
}.blog__post-content-five .title {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
  text-transform: normal;
}@media (max-width: 1199.98px){.blog__post-content-five .title {
    font-size: 30px;
  }}@media (max-width: 767.98px){.blog__post-content-five .title {
    font-size: 28px;
  }}.blog__post-content-five .title a {
  display: inline;
  background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}.blog__post-content-five .title a:hover {
  color: inherit;
  background-size: 0 2px, 100% 2px;
}.blog__post-content-five p {
  margin-bottom: 25px;
}.blog__post-author img {
  width: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}.blog__post-author span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-color-gray-7);
}.blog__post-author span a {
  color: var(--tg-body-color);
}.blog__post-author span a:hover {
  color: var(--tg-theme-primary);
}.articles__area .section__title {
  max-width: 620px;
}.articles__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 45px;
}.articles__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}.articles__nav {
  position: static;
  left: auto;
  bottom: auto;
  transform: none;
  margin-top: 0;
}.articles__nav button.articles-button-prev img {
  transform: rotate(180deg);
}.articles__nav button.articles-button-prev svg,
.articles__nav button.articles-button-prev .injectable {
  transform: rotate(180deg);
}.articles__card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 25px;
}.articles__card .blog__post-thumb {
  border-radius: 25px 25px 0 0;
}.articles__card .blog__post-content {
  border-radius: 0 0 25px 25px;
}.articles__card .blog__post-content {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}.articles__card .blog__post-content .title {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.2;
  min-height: 3.6em;
}.articles__card .blog__post-content .title a {
  background-image: none;
}.articles__card .blog__post-content .title a:hover {
  color: var(--tg-theme-primary);
  background-size: 0 0;
}.articles__desc {
  margin-bottom: 18px;
  color: var(--tg-color-gray-11);
  font-size: 14px;
  line-height: 1.55;
  max-height: 4.65em;
  display: block;
  overflow: hidden;
  word-break: break-word;
}.articles__read {
  color: var(--tg-theme-primary);
  font-size: 15px;
  font-weight: var(--tg-fw-semi-bold);
  margin-top: auto;
}.articles__read:hover {
  color: var(--tg-theme-secondary);
}@media (max-width: 991.98px){.articles__head {
    align-items: flex-start;
    flex-direction: column;
  }}@media (max-width: 767.98px){.articles__actions {
    width: 100%;
    flex-wrap: wrap;
  }.articles__nav button {
    width: 60px;
    height: 46px;
  }}.blog__details-content .title {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
  text-transform: normal;
}@media (max-width: 1199.98px){.blog__details-content .title {
    font-size: 30px;
  }}@media (max-width: 767.98px){.blog__details-content .title {
    font-size: 28px;
  }}.blog__details-content > p {
  margin-bottom: 15px;
}.blog__details-content .title-two {
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 600;
  text-transform: normal;
}@media (max-width: 1199.98px){.blog__details-content .title-two {
    font-size: 26px;
  }}.blog__details-inner .row .col-46 {
  width: 46%;
  flex: 0 0 auto;
}@media (max-width: 767.98px){.blog__details-inner .row .col-46 {
    width: 100%;
  }}.blog__details-inner .row .col-54 {
  width: 54%;
  flex: 0 0 auto;
}@media (max-width: 767.98px){.blog__details-inner .row .col-54 {
    width: 100%;
  }}.blog__details-inner-content .title {
  margin-bottom: 12px;
  font-weight: 600;
  text-transform: normal;
  font-size: 30px;
}@media (max-width: 1199.98px){.blog__details-inner-content .title {
    font-size: 26px;
  }}.blog__details-inner-content p {
  margin-bottom: 18px;
  width: 95%;
}@media (max-width: 1199.98px){.blog__details-inner-content p {
    width: 100%;
  }}.blog__details-inner-thumb img {
  width: 100%;
  height: 287px;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}@media (max-width: 767.98px){.blog__details-inner-thumb img {
    height: 250px;
  }}.blog__details-bottom .post-tags .title {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-body-color);
}.blog__details-bottom .post-tags .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}.blog__details-bottom .post-tags .list-wrap li a {
  background: var(--tg-color-white-default);
  padding: 5px 16px;
  display: block;
  border-radius: 4px;
  color: var(--tg-theme-primary);
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--tg-color-gray-4);
}.blog__details-bottom .post-tags .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border-color: var(--tg-theme-primary);
}.blog__details-bottom .post-share .title {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-body-color);
}.blog__details-bottom .post-share .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}.blog__details-bottom .post-share .list-wrap li a {
  font-size: 16px;
  color: var(--tg-theme-primary);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background: var(--tg-color-gray-4);
}.blog__details-bottom .post-share .list-wrap li a svg {
  width: 16px;
  height: 16px;
}.blog__details-bottom .post-share .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}.blog__search input {
  padding: 15px 64px 15px 18px !important;
  height: 60px;
}.blog__search button {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-primary) !important;
  color: var(--tg-color-white-default) !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  right: 6px !important;
}.blog__search button:hover {
  background: var(--tg-theme-secondary) !important;
}.blog__avatar-img img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}.blog__avatar-info p {
  margin-bottom: 0;
}.rc-post-item .thumb img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}.rc-post-item .content .date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  gap: 7px;
  line-height: 1;
  margin-bottom: 14px;
}.rc-post-item .content .date svg {
  color: var(--tg-theme-primary);
}.rc-post-item .content .title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: normal;
}.bs-cat-list .list-wrap li {
  border-bottom: 1px solid #DEE0EC;
  padding-bottom: 14px;
  margin-bottom: 14px;
}.bs-cat-list .list-wrap li:last-child {
  margin-bottom: 0;
}.bs-cat-list .list-wrap li a {
  font-size: 17px;
  font-weight: 500;
  color: var(--tg-body-color);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}.bs-cat-list .list-wrap li a span {
  font-weight: 400;
  font-size: 16px;
}.bs-cat-list .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}.sidebar__tag-list .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}.sidebar__tag-list .list-wrap li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-theme-primary);
  text-transform: normal;
  background: var(--tg-color-gray-4);
  display: block;
  padding: 13px 18px;
  line-height: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}.sidebar__tag-list .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}.comments-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}.comments-text .avatar-name span {
  font-weight: 500;
  font-size: 15px;
  display: block;
  color: var(--tg-theme-primary);
}.comments-text p {
  margin-bottom: 15px;
}.comment-form .form-grp {
  margin-bottom: 15px;
}.comment-form .form-grp textarea, .comment-form .form-grp input {
  width: 100%;
  border: 1px solid #E6EEFF;
  background: var(--tg-color-white-default);
  font-weight: 400;
  font-size: 16px;
  color: var(--tg-heading-color);
  padding: 12px 15px;
  height: 50px;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}.comment-form .form-grp textarea::placeholder, .comment-form .form-grp input::placeholder {
  font-weight: 400;
  font-size: 15px;
  color: var(--tg-border-1);
}.comment-form .form-grp textarea {
  min-height: 130px;
  max-height: 130px;
}.comment-form .checkbox-grp input {
  width: 22px;
  margin-right: 9px;
  height: 22px;
  cursor: pointer;
}.comment-form .checkbox-grp label {
  font-weight: 400;
  font-size: 14px;
  color: var(--tg-body-color);
  user-select: none;
}/*=============================
    	16. Call-Back
===============================*/.call__back-wrap-two {
  background-image: url(/assets/img/cta-left.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px 70px;
  box-shadow: 0px 16px 50px 0px rgba(0, 0, 0, 0.2);
}.call__back-wrap-two>* {
    position: relative;
}.call__back-wrap-two:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.358
}@media (max-width: 1199.98px){.call__back-wrap-two {
    padding: 50px 50px;
  }}@media (max-width: 767.98px){.call__back-wrap-two {
    padding: 30px 30px;
  }}.call__back-img img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}.call__back-content p {
  color: var(--tg-color-gray-4);
  margin-bottom: 20px;
}.call__back-content-two {
  width: 80%;
}@media (max-width: 1199.98px){.call__back-content-two {
    width: 100%;
  }}@media (max-width: 991.98px){.call__back-content-two {
    margin-bottom: 50px;
  }}.call__back-content-two .section__title .title {
  font-size: 40px;
}@media (max-width: 1199.98px){.call__back-content-two .section__title .title {
    font-size: 36px;
  }}@media (max-width: 767.98px){.call__back-content-two .section__title .title {
    font-size: 30px;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.call__back-content-two .section__title .title {
    font-size: 34px;
  }}.call__back-content-two p {
  margin-bottom: 25px;
}.call__back-form .form-grp {
  margin-bottom: 10px;
}.call__back-form .form-grp textarea, .call__back-form .form-grp input {
  border: none;
}.call__back-form button {
  width: 100%;
  border: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--tg-theme-primary);
  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;
  padding: 12px 20px;
}.call__back-form button:hover {
  background: var(--tg-color-sky-blue);
}.call__back-form-two .row {
  --bs-gutter-x: 10px;
}.call__back-form-two .form-grp {
  margin-bottom: 10px;
}.form-grp  .privacy-text{
font-size: 12px;
    line-height:1.6;
    display: block;
    color: var(--tg-color-gray-9);
}.form-grp  .privacy-text a {
    color: var(--tg-theme-primary);
}.call__back-form-two .form-grp textarea, .call__back-form-two .form-grp input:not([type=checkbox]) {
  background: var(--tg-color-gray-8);
  color: #000;
  font-size: 14px;
  border: none;
}.call__back-form-two .form-grp textarea::placeholder, .call__back-form-two .form-grp input:not([type=checkbox])::placeholder {
  color: var(--tg-color-gray-9);
  font-size: 14px;
}.call__back-form-two button {

}.call__back-form-two button:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}.abris-cta {
  padding: 40px 0 130px;
}.abris-cta .call__back-wrap-two {
  background: var(--tg-color-white-default);
  border-radius: 40px;
  box-shadow: 0 25px 60px rgba(26, 34, 56, 0.12);
  padding: 24px;
}.abris-cta .call__back-wrap-two:before {
  display: none;
}.abris-cta__panel,
.abris-cta__form-card {
  min-height: 350px;
  height: 100%;
  border-radius: 28px;
}

.abris-cta__panel {
  position: relative;
  padding: 56px 48px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: url("../img/cta-left.png") center/cover no-repeat;
}.abris-cta__panel:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.56) 18%, rgba(255, 255, 255, 0.06) 40%, rgba(255, 255, 255, 0) 52%),
    radial-gradient(circle at 10% 86%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.28) 20%, rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 38% 48%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0.12) 56%, rgba(255, 255, 255, 0) 74%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.66) 32%, rgba(255, 255, 255, 0.64) 56%, rgba(255, 255, 255, 0.42) 78%, rgba(255, 255, 255, 0.14) 96%, rgba(255, 255, 255, 0.04) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 34%, rgba(255, 255, 255, 0.28) 100%);
}.abris-cta__content {
  position: relative;
  z-index: 1;
  max-width: 85%;
  padding: 14px 0;
}.abris-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--tg-heading-color);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.abris-cta__eyebrow:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tg-theme-primary);
  box-shadow: 0 0 0 6px rgba(28, 159, 95, 0.12);
}.abris-cta .call__back-content-two,
.abris-cta .call__back-form-two {
  width: 100%;
  margin: auto 0;
}.abris-cta .call__back-content-two .section__title .title {
  margin-bottom: 20px;
  color: var(--tg-heading-color);
  font-size: 31px;
  line-height: 1;
  letter-spacing: -0.03em;
}.abris-cta .call__back-content-two p {
  margin-bottom: 0;
  color: var(--tg-body-color);
  font-size: 16px;
  line-height: 1.6;
}.abris-cta__form-card {
  padding: 20px 40px;
  background: linear-gradient(180deg, var(--tg-color-white-default) 0%, var(--tg-color-gray-2) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}.abris-cta__form-title {
  margin: 0 0 12px;
  color: var(--tg-heading-color);
  font-size: 25px;
  line-height: 1.15;
}.abris-cta__form-text {
  margin-bottom: 24px;
  color: var(--tg-color-gray-11);
  font-size: 13px;
  line-height: 1.7;
}.abris-cta .call__back-form-two .form-grp {
  margin-bottom: 12px;
}.abris-cta .call__back-form-two .form-grp input:not([type=checkbox]) {
  height: 54px;
  padding: 0 18px;
  border: 1px solid var(--tg-border-2);
  border-radius: 12px;
  background: var(--tg-color-gray-10);
  color: var(--tg-heading-color);
  font-size: 15px;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}.abris-cta .call__back-form-two .form-grp input:not([type=checkbox]):focus {
  background: var(--tg-color-white-default);
  border-color: rgba(14, 133, 81, 0.45);
  box-shadow: 0 0 0 4px rgba(28, 159, 95, 0.12);
}.abris-cta .call__back-form-two .form-grp input:not([type=checkbox])::placeholder {
  color: var(--tg-color-gray-9);
  font-size: 15px;
}.abris-cta .privacy-text {
  margin: 4px 0 18px;
  display: block;
  color: var(--tg-color-gray-11);
  font-size: 13px;
  line-height: 1.7;
}.abris-cta .privacy-text a {
  color: var(--tg-theme-primary);
  text-decoration: none;
  border-bottom: 1px solid rgba(14, 133, 81, 0.25);
}@media (max-width: 1199.98px){.abris-cta .call__back-content-two .section__title .title {
    font-size: 42px;
  }.abris-cta__panel,
  .abris-cta__form-card {
    min-height: auto;
  }.abris-cta__form-title {
    margin: 0 0 12px;
    color: var(--tg-heading-color);
    font-size: 20px;
    line-height: 1.15;
  }.privacy-check {
    font-size: 12px;
  }}@media (max-width: 991.98px){.abris-cta {
    padding: 20px 0 100px;
  }.abris-cta .call__back-wrap-two {
    padding: 18px;
  }.abris-cta__panel,
  .abris-cta__form-card {
    min-height: auto;
  }.abris-cta__panel {
    padding: 40px 30px;
  }.abris-cta__form-card {
    padding: 34px 28px;
  }}@media (max-width: 767.98px){.abris-cta .call__back-wrap-two {
    border-radius: 24px;
    padding: 14px;
  }.abris-cta__panel,
  .abris-cta__form-card {
    border-radius: 22px;
  }.abris-cta__panel {
    padding: 34px 22px;
    background: url("../img/cta-left.png") center/cover no-repeat;
  }.abris-cta__panel:before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.42) 42%, rgba(255, 255, 255, 0.18) 100%),
      radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0) 44%);
  }.abris-cta__content {
    max-width: 100%;
    padding: 0;
  }.abris-cta .call__back-content-two .section__title .title {
    font-size: 34px;
  }.abris-cta .call__back-content-two p,
  .abris-cta__form-text {
    font-size: 15px;
  }.abris-cta__form-title {
    font-size: 26px;
  }.abris-cta .call__back-form-two button {
    width: 100%;
    font-size: 15px;
    justify-content: center;
  }}.call__back-shape img {
  position: absolute;
  z-index: -1;
}.call__back-shape img:nth-child(1) {
  left: 0;
  top: 0;
}@media (max-width: 1500px){.call__back-shape img:nth-child(1) {
    max-width: 500px;
  }}.call__back-shape img:nth-child(2) {
  left: 11%;
  bottom: 0;
}.call__back-shape img:nth-child(3) {
  left: 20%;
  bottom: 11%;
}@media (max-width: 1500px){.call__back-shape img:nth-child(3) {
    left: 8%;
  }}@media (max-width: 767.98px){.call__back-shape img:nth-child(3) {
    display: none;
  }}.call__back-shape img:nth-child(4) {
  right: 11%;
  top: 18%;
}@media (max-width: 1500px){.call__back-shape img:nth-child(4) {
    right: 3%;
  }}@media (max-width: 1199.98px){.call__back-shape img:nth-child(4) {
    right: 3%;
    top: 7%;
  }}.call__back-shape img:nth-child(5) {
  right: 0;
  bottom: 0;
  mix-blend-mode: luminosity;
  opacity: 0.5;
}@media (max-width: 1500px){.call__back-shape img:nth-child(5) {
    max-width: 200px;
  }}.call__back-shape-two img {
  position: absolute;
  z-index: -1;
}.call__back-shape-two img:nth-child(1) {
  left: 0;
  bottom: 0;
  mix-blend-mode: luminosity;
}.call__back-shape-two img:nth-child(2) {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}.call__back-shape-two img:nth-child(3) {
  right: 0;
  top: 0;
}/*=============================
    	18. Marquee
===============================*/.marquee__item a {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--tg-body-color);
  display: inline-flex;
  align-items: center;
}@media (max-width: 1199.98px){.marquee__item a {
    font-size: 50px;
  }}@media (max-width: 991.98px){.marquee__item a {
    font-size: 45px;
  }}@media (max-width: 767.98px){.marquee__item a {
    font-size: 40px;
  }}.marquee__item a svg {
  margin-right: 20px;
  color: var(--tg-theme-primary);
}.marquee__item-two a {
  font-size: 32px;
  font-weight: 700;
  color: var(--tg-color-white-default);
  -webkit-text-stroke: unset;
  letter-spacing: 3.2px;
  line-height: 1;
}@media (max-width: 1199.98px){.marquee__item-two a {
    font-size: 24px;
  }}.marquee__item-two a svg {
  color: var(--tg-color-white-default);
  width: 36px;
  height: 36px;
}/*=============================
    	19. Choose
===============================*/.choose__img-wrap img:nth-child(2) {
  left: 0;
  bottom: 0;
  position: absolute;
}@media (max-width: 767.98px){.choose__img-wrap img:nth-child(2) {
    max-width: 200px;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.choose__img-wrap img:nth-child(2) {
    max-width: 240px;
  }}.choose__img-wrap img.shape-one {
  position: absolute;
  left: 6%;
  bottom: 44%;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}.choose__img-wrap img.shape-two {
  position: absolute;
  right: 33%;
  top: 3%;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}.choose__img-wrap img.shape-three {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -19px;
}.choose__img-wrap-two .mask__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.choose__img-wrap-three > img:nth-child(1) {
  border-radius: 24px;
  border: 10px solid var(--tg-color-white-default);
}.choose__img-wrap-three > img:nth-child(2) {
  border-radius: 24px;
  border: 8px solid var(--tg-color-white-default);
  position: absolute;
  bottom: 40px;
  left: 0;
}@media (max-width: 767.98px){.choose__img-wrap-three > img:nth-child(2) {
    display: none;
  }}.choose__img-wrap-three .shape img {
  position: absolute;
  left: -16%;
  bottom: -2%;
  z-index: -1;
}@media (max-width: 767.98px){.choose__img-wrap-three .shape img {
    display: none;
  }}.choose__img-wrap-four > img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
}.choose__img-wrap-four > img.shape {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
}.choose__img-two img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  width: 100%;
}.choose__content p {
  margin-bottom: 25px;
}.choose__content .about__list-item-two {
  margin-bottom: 35px;
}.choose__content-two > p {
  margin-bottom: 30px;
}.choose__content-three .about__list-item-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 0;
  margin-bottom: 35px;
}.choose__content-three .about__list-item-two li {
  width: 50%;
  flex: 0 0 auto;
  margin-bottom: 0;
  color: var(--tg-color-white-default);
}@media (max-width: 767.98px){.choose__content-three .about__list-item-two li {
    width: 100%;
  }}.choose__content-three p {
  margin-bottom: 30px;
  color: var(--tg-color-gray-4);
  width: 85%;
}@media (max-width: 1199.98px){.choose__content-three p {
    width: 100%;
  }}.choose__content-four > p {
  margin-bottom: 25px;
  color: #E9EBF8;
  width: 90%;
}@media (max-width: 1199.98px){.choose__content-four > p {
    width: 100%;
  }}.choose__content-five p {
  margin-bottom: 35px;
  width: 95%;
}@media (max-width: 1199.98px){.choose__content-five p {
    width: 100%;
  }}.choose__content-five .about__list-item li {
  margin-bottom: 24px;
}.choose__shape img {
  position: absolute;
  z-index: -1;
}.choose__shape img:nth-child(1) {
  right: 0;
  top: 0;
  max-width: 277px;
}@media (max-width: 1500px){.choose__shape img:nth-child(1) {
    max-width: 220px;
  }}@media (max-width: 1199.98px){.choose__shape img:nth-child(1) {
    max-width: 180px;
  }}@media (max-width: 767.98px){.choose__shape img:nth-child(1) {
    max-width: 150px;
  }}.choose__shape img:nth-child(2) {
  left: 0;
  bottom: 0;
  max-width: 233px;
}@media (max-width: 1500px){.choose__shape img:nth-child(2) {
    max-width: 200px;
  }}@media (max-width: 1199.98px){.choose__shape img:nth-child(2) {
    max-width: 160px;
  }}@media (max-width: 767.98px){.choose__shape img:nth-child(2) {
    max-width: 130px;
  }}.profit__wrap-three .content .count {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 1;
}.profit__wrap-three .content > p {
  margin-bottom: 0;
  font-size: 14px;
  color: #293736;
  text-transform: normal;
  font-weight: 600;
  line-height: 1;
}.chart__wrap .content span {
  display: block;
  text-transform: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 10px;
}.chart__wrap .content .count {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1;
}/*=============================
    	20. Core Value
===============================*/.core__value-img img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 8px solid var(--tg-color-white-default);
  width: 273px;
  height: 163px;
  object-fit: cover;
}@media (max-width: 1199.98px){.core__value-img img:nth-child(2) {
    width: 205px;
    height: 122px;
  }}@media (max-width: 991.98px){.core__value-img img:nth-child(2) {
    width: 260px;
    height: 156px;
  }}@media (max-width: 767.98px){.core__value-img img:nth-child(2) {
    display: none;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.core__value-img img:nth-child(2) {
    display: block;
    width: 232px;
    height: 140px;
  }}.core__value-img img.shape {
  position: absolute;
  top: 8%;
  left: 6%;
}@media (max-width: 1199.98px){.core__value-img img.shape {
    top: 2%;
    left: 2%;
  }}@media (max-width: 767.98px){.core__value-img img.shape {
    display: none;
  }}.core__value-content > p {
  margin-bottom: 50px;
  color: var(--tg-color-white-default);
}.core__value-shape img {
  position: absolute;
  right: 13%;
  top: 13%;
  z-index: -1;
}@media (max-width: 1500px){.core__value-shape img {
    right: 5%;
    top: 6%;
  }}@media (max-width: 767.98px){.core__value-shape img {
    right: 7%;
    top: 34%;
    max-width: 80px;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.core__value-shape img {
    top: 3%;
  }}/*=============================
    	21. Work
===============================*/.work__item-wrap .line__shape img {
  width: 100%;
}.work__thumb img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}.work__content .title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}.work__content p {
  width: 85%;
  margin: 0 auto;
}@media (max-width: 1199.98px){.work__content p {
    width: 100%;
  }}.work__content-two .title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  text-transform: normal;
}.work__content-two p {
  width: 85%;
  margin: 0 auto;
}@media (max-width: 1199.98px){.work__content-two p {
    width: 100%;
  }}.work__content-three .section__title .title {
  font-weight: 500;
}.work__content-three p {
  margin-bottom: 30px;
}.work__list-wrap li {
  width: 50%;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  color: var(--tg-heading-color);
  line-height: 1.2;
}@media (max-width: 767.98px){.work__list-wrap li {
    width: 100%;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.work__list-wrap li {
    width: 50%;
  }}.work__list-wrap li svg {
  color: var(--tg-theme-primary);
  width: 22px;
  flex: 0 0 auto;
}.work__line-shape svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  color: #BDC1DB;
  z-index: -1;
}@media (max-width: 1199.98px){.work__line-shape svg {
    width: 900px;
  }}@media (max-width: 991.98px){.work__line-shape svg {
    display: none;
  }}@-webkit-keyframes dash_animation {
  to {
    stroke-dashoffset: 0;
  }
}@keyframes dash_animation {
  to {
    stroke-dashoffset: 0;
  }
}.has-animation.active-animation .work__line-shape .dashed1 {
  stroke-dashoffset: 1150;
  stroke-dasharray: 1150;
  -webkit-animation: dash_animation 3s linear forwards;
  animation: dash_animation 3s linear forwards;
}/*=============================
    	22. Shop
===============================*/.shop__sidebar {
  padding: 30px 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 25px;
  margin-right: 0;
  background:#fff;
  box-shadow: 0px 1px 10px #00000008;
}@media (max-width: 1399px){.shop__sidebar {
    padding: 20px 15px;
  }}@media (max-width: 1199.98px){.shop__sidebar {
    margin-right: 0;
  }}@media (max-width: 991.98px){.shop__sidebar {
    margin-top: 100px;
    margin-bottom: 32px;
  }}.shop__search {
  position: relative;
}.shop__search input {
  width: 100%;
  background: #F5F5F5;
  border: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  font-size: 14px;
  color: var(--tg-heading-color);
  padding: 10px 40px 10px 20px;
  height: 45px;
}.shop__search input::placeholder {
  color: var(--tg-body-color);
  font-size: 14px;
}.shop__search button {
  border: none;
  background: transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  color: var(--tg-body-color);
  line-height: 0;
}.shop__search button:hover {
  color: var(--tg-theme-primary);
}.shop__cat-list .list-wrap li {
  margin-bottom: 15px;
}.shop__cat-list .list-wrap li:last-child {
  margin-bottom: 0;
}.shop__cat-list .form-check {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
  min-height: inherit;
}.shop__cat-list .form-check-input {
  border-radius: 4px;
  border: 1px solid #9D9CAE;
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
  padding: 0;
}.shop__cat-list .form-check-input:checked {
  background-color: var(--tg-theme-primary);
}.shop__cat-list .form-check-input:focus {
  box-shadow: none;
  border-color: var(--tg-theme-primary);
}.shop__cat-list .form-check-label {
  flex-grow: 1;
  font-size: 15px;
  font-weight: 400;
  color: var(--tg-body-color);
  user-select: none;
  text-transform: normal;
}.shop__cat-list .form-check-label .count {
  font-size: 12px;
  color: var(--tg-theme-primary);
}.shop__cat-list .form-check .rating {
  display: flex;
  align-items: center;
}.shop__cat-list .form-check .rating ul {
  display: flex;
  align-items: center;
  line-height: 1;
  color: var(--tg-color-yellow-light-2);
  gap: 4px;
}.shop__cat-list .form-check .rating ul li {
  margin-bottom: 0;
}.shop__cat-list .form-check .rating ul li.delete {
  color: #B5B5B5;
}.shop__cat-list .form-check .rating span {
  color: #B2B8C4;
  margin-left: 5px;
  font-size: 14px;
}.shop__top-left p {
  margin-bottom: 0;
  font-size: 14px;
}.shop__price-wrap .max-price span, .shop__price-wrap .min-price span {
  color: #A5ABB7;
  font-size: 14px;
  font-weight: 500;
  text-transform: normal;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}.shop__price-wrap .max-price input, .shop__price-wrap .min-price input {
  background: var(--tg-color-gray-1);
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-body-color);
  padding: 8px 10px;
  height: 40px;
}.shop__price-btn {
  width: 100%;
  justify-content: center;
  margin-top: 25px;
}.shop__item:hover .shop__action li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}.shop__item:hover .shop__thumb img {
  transform: scale(1.05);
}.shop__thumb img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}.shop__action li {
  transition: visibility 0.3s ease-out 0.1s, opacity 0.3s ease-out 0.15s, transform 0.3s ease-out 0.1s;
}.shop__action li:not(:first-child) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}.shop__action li:nth-child(2) {
  transition-delay: 0.15s;
}.shop__action li:nth-child(3) {
  transition-delay: 0.2s;
}.shop__action li:nth-child(4) {
  transition-delay: 0.25s;
}.shop__action li a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-gray-1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tg-border-1);
  font-size: 15px;
}.shop__action li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}.shop__content .title {
  font-size: 16px;
  font-weight: 500;
  text-transform: normal;
  margin-bottom: 8px;
}.shop__details-images-wrap .nav-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border-bottom: none;
  gap: 30px;
  margin-top: 30px;
}@media (max-width: 1199.98px){.shop__details-images-wrap .nav-tabs {
    gap: 15px;
  }}.shop__details-images-wrap .nav-item {
  width: 120px;
  flex: 0 0 auto;
}@media (max-width: 1199.98px){.shop__details-images-wrap .nav-item {
    width: 100px;
  }}@media (max-width: 767.98px){.shop__details-images-wrap .nav-item {
    width: 80px;
  }}@media only screen and (min-width: 576px) and (max-width: 767px){.shop__details-images-wrap .nav-item {
    width: 100px;
  }}.shop__details-images-wrap .nav-link {
  margin-bottom: 0;
  padding: 0;
  border: 1px solid var(--tg-border-14);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: none;
}.shop__details-images-wrap .nav-link img {
  opacity: 0.5;
}.shop__details-images-wrap .nav-link.active {
  border: 1px solid #FBCE99;
}.shop__details-images-wrap .nav-link.active img {
  opacity: 1;
}.shop__details-images-wrap .tab-content .tab-pane {
  position: relative;
}.shop__details-images-wrap .tab-content .tab-pane img {
  border-radius: 15px;
  border: 1px solid var(--tg-border-14);
}.shop__details-images-wrap .tab-content .tab-pane .expand-img {
  position: absolute;
  right: 24px;
  top: 22px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--tg-border-1);
  color: #8D95A8;
}.shop__details-images-wrap .tab-content .tab-pane .expand-img svg {
  -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;
}.shop__details-images-wrap .tab-content .tab-pane .expand-img:hover svg {
  transform: scale(1.08);
}.shop__details-content > .title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  text-transform: normal;
}@media (max-width: 1199.98px){.shop__details-content > .title {
    font-size: 26px;
  }}@media (max-width: 767.98px){.shop__details-content > .title {
    font-size: 24px;
  }}.shop__details-content-inner p {
  margin-bottom: 12px;
}.shop__details-content-inner .list-wrap li {
  font-size: 15px;
  color: var(--tg-heading-color);
  position: relative;
  padding-left: 15px;
}.shop__details-content-inner .list-wrap li::after {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--tg-heading-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}.shop__details-color .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #394767;
  gap: 5px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}.shop__details-color .title strong {
  font-weight: 400;
  color: var(--tg-heading-color);
}.shop__details-color .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
}.shop__details-color .list-wrap li {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: var(--tg-color-white-default);
  border: 2px solid #D9D9D9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}.shop__details-color .list-wrap li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #E4E4E4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}.shop__details-color .list-wrap li:nth-child(2)::before {
  background: #4E4E4E;
}.shop__details-color .list-wrap li:nth-child(3)::before {
  background: #7A9FB1;
}.shop__details-color .list-wrap li:nth-child(4)::before {
  background: #CBC9DF;
}.shop__details-review-wrap .product-review span {
  font-size: 15px;
  color: #4A4C53;
  font-weight: 400;
}.shop__details-review-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}.shop__details-review-wrap li::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background: #4A4C53;
}.shop__details-review-wrap li:last-child::before {
  display: none;
}.shop__details-review-wrap li.product-sku span {
  font-weight: 400;
  color: var(--tg-heading-color);
}.shop__details-review-wrap li.product-availability span {
  color: #27AE60;
}.shop__details-qty .cart-btn svg {
  width: 24px;
  height: 24px;
}.shop__details-qty .cart-btn:hover svg path:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
}.shop__details-wishlist-wrap a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #E6E8EC;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 16px 20px;
  line-height: 1;
  color: var(--tg-body-color);
}.shop__details-wishlist-wrap a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border-color: var(--tg-theme-primary);
}.shop__details-bottom .list-wrap .sd-social, .shop__details-bottom .list-wrap .sd-tag, .shop__details-bottom .list-wrap .sd-category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 7px;
}.shop__details-bottom .list-wrap .sd-social:last-child, .shop__details-bottom .list-wrap .sd-tag:last-child, .shop__details-bottom .list-wrap .sd-category:last-child {
  margin-bottom: 0;
}.shop__details-bottom .list-wrap .sd-social .title, .shop__details-bottom .list-wrap .sd-tag .title, .shop__details-bottom .list-wrap .sd-category .title {
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-body-color);
}.shop__details-bottom .list-wrap .sd-social > a, .shop__details-bottom .list-wrap .sd-tag > a, .shop__details-bottom .list-wrap .sd-category > a {
  color: #596580;
}.shop__details-bottom .list-wrap .sd-social > a:hover, .shop__details-bottom .list-wrap .sd-tag > a:hover, .shop__details-bottom .list-wrap .sd-category > a:hover {
  color: var(--tg-theme-primary);
}.shop__details-bottom .list-wrap .sd-social .list-wrap, .shop__details-bottom .list-wrap .sd-tag .list-wrap, .shop__details-bottom .list-wrap .sd-category .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
}.shop__details-bottom .list-wrap .sd-social .list-wrap li a, .shop__details-bottom .list-wrap .sd-tag .list-wrap li a, .shop__details-bottom .list-wrap .sd-category .list-wrap li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border: 1px solid #E6E8EC;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  justify-content: center;
  color: var(--tg-heading-color);
}.shop__details-bottom .list-wrap .sd-social .list-wrap li a svg, .shop__details-bottom .list-wrap .sd-tag .list-wrap li a svg, .shop__details-bottom .list-wrap .sd-category .list-wrap li a svg {
  width: 16px;
  height: 16px;
}.shop__details-bottom .list-wrap .sd-social .list-wrap li a:hover, .shop__details-bottom .list-wrap .sd-tag .list-wrap li a:hover, .shop__details-bottom .list-wrap .sd-category .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border: var(--tg-theme-primary);
}.product-desc-wrap .tab-content p {
  margin-bottom: 0;
}.product-desc-wrap .nav-tabs {
  border-bottom: 2px solid #E6E8EC;
  gap: 30px;
  margin-bottom: 25px;
}.product-desc-wrap .nav-tabs .nav-link {
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 5px 10px;
  font-weight: 500;
  font-size: 17px;
  color: var(--tg-border-1);
  position: relative;
}.product-desc-wrap .nav-tabs .nav-link.active {
  color: var(--tg-heading-color);

}.product-desc-wrap .nav-tabs .nav-link.active::before {
  opacity: 1;
}.product-desc-wrap .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 5px;
  background: var(--tg-theme-primary);
  transition: 0.3s linear;
  opacity: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}@media (max-width: 767.98px){.product-desc-wrap .nav-tabs {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: var(--tg-color-gray-5) var(--tg-color-gray-4);
    gap: 15px;
    padding-bottom: 6px;
  }.product-desc-wrap .nav-tabs::-webkit-scrollbar {
    height: 10px;
  }.product-desc-wrap .nav-tabs::-webkit-scrollbar-track {
    background: var(--tg-color-gray-4);
    border-radius: 999px;
  }.product-desc-wrap .nav-tabs::-webkit-scrollbar-thumb {
    background: var(--tg-color-gray-5);
    border-radius: 999px;
    border: 2px solid var(--tg-color-gray-4);
  }.product-desc-wrap .nav-tabs .nav-item {
    flex: 0 0 auto;
  }.product-desc-wrap .nav-tabs .nav-link {
    white-space: nowrap;
    font-size: 15px;
  }
}.product-desc-description > p, .product-desc-description > ul li, .product-desc-description > ol li, .product-desc-description li {
    font-size: 14px;
    line-height: 1.45;
  }.product-desc-description > p {
      margin-bottom: 15px !important;

  }.product-desc-description > p:last-child {
  margin-bottom: 0 !important;
}.product-desc-description .title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
}.product-desc-wrap .panel.entry-content.wc-tab,
.product-desc-wrap .panel.entry-content.wc-tab p,
.product-desc-wrap .panel.entry-content.wc-tab li,
.product-desc-wrap .abris-specs-text,
.product-desc-wrap .abris-specs-text p,
.product-desc-wrap .abris-specs-text li {
  font-family: var(--tg-body-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
}.product-desc-wrap .tab-pane .product-desc-description p,
.product-desc-wrap .tab-pane .product-desc-description li,
.product-desc-wrap .tab-pane .product-desc-description span,
.product-desc-wrap .tab-pane .product-desc-description a,
.product-desc-wrap .tab-pane .product-desc-description strong,
.product-desc-wrap .tab-pane .product-desc-description b,
.product-desc-wrap .tab-pane .product-desc-description em {
  font-family: var(--tg-body-font-family) !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
}.show-more a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #394767;
  font-size: 14px;
  font-weight: 500;
  text-transform: normal;
}.show-more a svg {
  color: #B2B8C4;
  -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;
}.show-more a:hover {
  color: var(--tg-theme-primary);
}.show-more a:hover svg {
  color: var(--tg-theme-primary);
}.pagination__wrap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 10px;
}.pagination__wrap ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #F5F5F5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 20px;
  color: var(--tg-heading-color);
}.pagination__wrap ul li a:hover {
  color: var(--tg-color-white-default);
  background: var(--tg-body-color);
}.pagination__wrap ul li.active a {
  color: var(--tg-color-white-default);
  background: var(--tg-body-color);
}.cart-plus-minus {
  position: relative;
  width: 130px;
  flex: 0 0 auto;
}.cart-plus-minus input {
  width: 100%;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  height: 50px;
  text-align: center;
  padding: 0 30px;
  font-weight: 500;
  font-size: 16px;
  color: var(--tg-heading-color);
}.cart-plus-minus .qtybutton {
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #838383;
  cursor: pointer;
  border-right: 1px solid #D7D7D7;
  user-select: none;
  -moz-user-select: none;
  line-height: 0;
}.cart-plus-minus .qtybutton.inc {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid #D7D7D7;
}.cart-plus-minus .qtybutton.dec {
  font-size: 26px;
}.related__product-title .title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
}.related__product-title .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: var(--tg-theme-primary);
}.related__product-nav button {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: var(--tg-theme-primary);
  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;
  padding: 0 0;
}.related__product-nav button:hover {
  background: var(--tg-theme-secondary);
}/*=============================
    	24. Estimate
===============================*/.estimate__content .section__title .title {
  font-size: 40px;
}@media (max-width: 1199.98px){.estimate__content .section__title .title {
    font-size: 36px;
  }}@media (max-width: 767.98px){.estimate__content .section__title .title {
    font-size: 30px;
  }}.estimate__content p {
  margin-bottom: 35px;
}.estimate__contact .icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  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%;
  flex: 0 0 auto;
  font-size: 24px;
}.estimate__contact .content p {
  margin-bottom: 6px;
}.estimate__contact .content a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-transform: normal;
  color: var(--tg-heading-color);
  line-height: 1;
}.estimate__contact .content a:hover {
  color: var(--tg-theme-primary);
}.estimate__tab-inner .nav-tabs {
  border-radius: 6px;
  border: 1px solid var(--tg-color-gray-4);
  background: var(--tg-color-gray-1);
  padding: 5px;
  margin-bottom: 18px;
}.estimate__tab-inner .nav-link {
  font-size: 15px;
  font-weight: 500;
  text-transform: normal;
  color: var(--tg-body-color);
  padding: 12px 16px;
  border: none;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: transparent;
  line-height: 1;
}.estimate__tab-inner .nav-link.active {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}.estimate__tab-inner .form-grp {
  margin-bottom: 10px;
}.estimate__tab-inner .tg-btn {
  width: 100%;
  justify-content: center;
}.estimate__img img {
  position: absolute;
  right: 33%;
  bottom: 0;
  z-index: -1;
}@media (max-width: 1500px){.estimate__img img {
    right: 24%;
  }}@media (max-width: 1199.98px){.estimate__img img {
    right: 34%;
    max-width: 400px;
  }}@media (max-width: 991.98px){.estimate__img img {
    display: none;
  }}.estimate__shape img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}@media (max-width: 1199.98px){.estimate__shape img {
    max-width: 300px;
  }}.range-slider-wrap .content-top p {
  margin-bottom: 0;
  text-transform: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}.range-slider-wrap .content-top span {
  font-size: 18px;
  font-weight: 600;
  color: var(--tg-heading-color);
}.range-slider-wrap .content-top span strong {
  font-weight: 600;
}.range-slider-wrap input {
  width: 100%;
  height: 15px;
  appearance: none;
  -webkit-appearance: none;
  background: #D9D9D9;
  outline: none;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 0;
  border: none;
}.range-slider-wrap input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--tg-theme-primary);
  cursor: pointer;
  border: none;
  box-shadow: -807px 0 0 800px #6699FF;
}/*=============================
    	25. Benefit
===============================*/.benefit__img img:nth-child(1) {
  width: 100%;
}.benefit__img img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}.benefit__img img:nth-child(3) {
  position: absolute;
  left: -12%;
  bottom: -8%;
  z-index: -1;
}.benefit__img-two img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}@media (max-width: 991.98px){.benefit__img-two img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
  }}.benefit__content > p {
  margin-bottom: 30px;
}.benefit__content-two .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}.benefit__content-two p {
  margin-bottom: 0;
}.benefit__item-top .title {
  font-size: 20px;
  font-weight: 600;
  text-transform: normal;
  margin-bottom: 0;
  line-height: 1.4;
}.benefit__item p {
  margin-bottom: 0;
}/*=============================
    	26. Loan
===============================*/.loan__form-wrap .form-grp.select-grp {
  position: relative;
}.loan__form-wrap .form-grp.select-grp::after {
  content: "\f078";
  position: absolute;
  bottom: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  right: 18px;
  font-size: 13px;
  color: var(--tg-color-white-default);
  line-height: 1;
}.loan__form-wrap .form-grp label {
  display: block;
  color: var(--tg-color-white-default);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}.loan__form-wrap .form-grp select, .loan__form-wrap .form-grp input {
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid var(--tg-color-white-default);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  color: var(--tg-color-white-default);
}.loan__form-wrap .form-grp select::placeholder, .loan__form-wrap .form-grp input::placeholder {
  color: var(--tg-color-white-default);
  font-size: 15px;
}.loan__form-wrap .form-grp select {
  width: 100%;
  height: 50px;
  padding: 11px 35px 11px 18px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}.loan__form-wrap .form-grp select option {
  color: var(--tg-heading-color);
}.loan__form-wrap .form-grp select:focus {
  outline: none;
}.loan__form-wrap button {
  width: 100%;
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
  border: none;
  margin-top: 24px;
  padding: 15px 20px;
  font-size: 17px;
  font-weight: 600;
  text-transform: normal;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
}.loan__form-wrap button:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}.loan__shape img {
  position: absolute;
  z-index: -1;
}.loan__shape img:nth-child(1) {
  left: 0;
  top: 0;
}.loan__shape img:nth-child(2) {
  right: 60px;
  bottom: 80px;
}@media (max-width: 1800px){.loan__shape img:nth-child(2) {
    right: 20px;
    bottom: 60px;
    max-width: 150px;
  }}@media (max-width: 1500px){.loan__shape img:nth-child(2) {
    right: 10px;
    bottom: 45px;
    max-width: 100px;
  }}@media (max-width: 767.98px){.loan__shape img:nth-child(2) {
    display: none;
  }}/*=============================
    	27. Features
===============================*/.features__item-top .title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: normal;
}.features__item:hover .features__icon i {
  transform: rotateY(180deg);
}.features__icon i {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}.features__img img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
}.features__img-two img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}.features__content p {
  margin-bottom: 0;
}.features__content-two p {
  margin-bottom: 25px;
}.features__content-two .list-wrap {
  margin-bottom: 50px;
}@media (max-width: 767.98px){.features__content-two .list-wrap {
    margin-bottom: 30px;
  }}.features__content-three p {
  margin-bottom: 30px;
}.features__content-three .list-wrap {
  margin-bottom: 0;
}.features__content-four .title {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 20px;
}.features__content-four p {
  margin-bottom: 0;
}/*=============================
    	21. Challenge
===============================*/.challenge__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.challenge__content p {
  margin-bottom: 25px;
}.challenge__list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--tg-theme-primary);
  margin-bottom: 8px;
}.challenge__list li svg {
  transform: translateY(8px);
}.challenge__list li:last-child {
  margin-bottom: 0;
}/*=============================
    	21. Strategic
===============================*/.strategic__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.strategic__content > p {
  margin-bottom: 35px;
}/*=============================
    	21. Pricing
===============================*/.pricing__tab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}.pricing__tab .tab-btn {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  user-select: none;
  transition: 0.3s;
  color: var(--tg-body-color);
}.pricing__tab .tab-btn.annual_tab_title.active {
  color: var(--tg-theme-primary);
}.pricing__tab .tab-btn.monthly_tab_title {
  color: var(--tg-theme-primary);
}.pricing__tab .tab-btn.monthly_tab_title.active {
  color: var(--tg-body-color);
}.pricing__tab .tab-btn strong {
  background: #00AB4D;
  color: var(--tg-color-white-default);
  font-weight: 600;
  font-size: 12px;
  padding: 4px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  line-height: 1;
  text-transform: normal;
  margin-left: 15px;
}.pricing__tab .pricing-tab-switcher {
  height: 30px;
  width: 58px;
  display: inline-block;
  border-radius: 30px;
  position: relative;
  margin: 0 15px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  cursor: pointer;
  background: var(--tg-theme-primary);
}.pricing__tab .pricing-tab-switcher::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  width: 26px;
  border-radius: 50%;
  background: var(--tg-color-white-default);
  transition: 0.3s;
}.pricing__tab .pricing-tab-switcher.active::before {
  left: calc(100% - 28px);
}.pricing__top .title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
}.pricing__top p {
  margin-bottom: 0;
  line-height: 1.5;
}.pricing__price {
  margin-bottom: 30px;
}.pricing__price .price {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 36px;
}.pricing__price .price span {
  font-size: 16px;
  display: block;
  text-transform: normal;
  font-weight: 400;
  color: var(--tg-body-color);
}.pricing__price .price.annual_price {
  display: none;
}.pricing__price.change-subs-duration .price.monthly_price {
  display: none;
}.pricing__price.change-subs-duration .price.annual_price {
  display: block;
}.pricing__button .tg-btn {
  width: 100%;
  justify-content: center;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}.pricing__list .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  text-transform: normal;
  margin-bottom: 10px;
}.docs-list {
  display:flex;
  gap:5px;
  flex-wrap:wrap;
}.docs-list li {
  display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid var(--tg-border-2);
    border-radius: 10px;
}.docs-list li a {
color:var(--tg-heading-color);
}.docs-list li:hover a {
color:var(--tg-theme-primary);
}.table-description {
  display:block;
  font-size:14px;
  margin-top:10px;
  color:var(--tg-color-gray-9);
}.docs-list li i {
font-size:18px;
  color: var(--tg-theme-primary);
}.pricing__list .list-wrap li:last-child {
  margin-bottom: 0;
}.pricing__list .list-wrap li svg {
  color: var(--tg-theme-primary);
  transform: translateY(6px);
}/*=============================
    	21. Career
===============================*/.career__img img {
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  min-height: 320px;
  object-fit: cover;
}.career__content p {
  margin-bottom: 40px;
}.career__item-content .title {
  font-size: 24px;
  text-transform: normal;
  margin-bottom: 25px;
}.career__item-content p {
  margin-bottom: 10px;
}.career__item-content p span {
  color: var(--tg-heading-color);
  font-weight: 600;
}.career__item .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-top: 15px;
}.career__item .list-wrap li a {
  color: rgba(0, 0, 0, 0.4);
  border: 1px solid #eaf0ff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  display: block;
  line-height: 1;
  padding: 8px 16px;
}.career__item .list-wrap li a:hover {
  border-color: var(--tg-theme-primary);
  color: var(--tg-theme-primary);
}.career__item-bottom .salary span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}.career__item-bottom .tg-btn {
  padding: 12px 25px;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}.career__details-content .sub-title {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: var(--tg-theme-primary);
  margin-bottom: 18px;
}.career__details-content .title {
  margin-bottom: 15px;
  font-size: 48px;
  text-transform: normal;
}@media (max-width: 1199.98px){.career__details-content .title {
    font-size: 42px;
  }}@media (max-width: 767.98px){.career__details-content .title {
    font-size: 38px;
  }}.career__details-content .salary span {
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}.career__details-content .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}.career__details-content .list-wrap li {
  color: rgba(0, 0, 0, 0.4);
  line-height: 1;
}.career__details-content .list-wrap li span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: var(--tg-heading-color);
  margin-bottom: 14px;
}.career__details-content-inner > p {
  margin-bottom: 12px !important;
}.career__details-content-two .title {
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: normal;
}.career__details-content-two p {
  margin-bottom: 0;
}.career__details-content-two ul {
  margin-bottom: 0;
}.career__details-benefit .title {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 20px;
}.career__details-benefit .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}.career__details-benefit .list-wrap li:last-child {
  margin-bottom: 0;
}.career__details-benefit .list-wrap li img {
  width: 20px;
  flex: 0 0 auto;
  transform: translateY(5px);
}.apply__box span {
  display: block;
  margin-bottom: 20px;
}.apply__box .tg-btn {
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}.apply__box p {
  margin-bottom: 15px;
}.apply__box p:last-child {
  font-size: 14px;
  margin-bottom: 0;
}.apply__box p a {
  font-size: 14px;
  color: var(--tg-heading-color);
  text-decoration: underline;
  text-decoration-skip-ink: none;
  font-weight: 500;
}/*=============================
    	23. Contact
===============================*/.contact__area {
  padding: 85px 0 110px;
}.contact-map iframe {
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
}.contact__info-wrap {
  height: 100%;
  display: flex;
}.contact__info-wrap .contact__info-item {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}.contact__info-item {
  position: relative;
  background: var(--tg-color-white-default);
  padding: 25px 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 18px;
  min-height:200px;
  display:flex;
  row-gap: 20px;
  flex-direction:column;
      justify-content: space-between;

}.contact__info-item:last-child {
  margin-bottom: 0;
}.contact__info-item .title {
  font-size: 20px;
  margin-bottom: 6px;
}.contact__info-item .mini {
  font-size:15px;
}.contact__info-item p, .contact__info-item a {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
}.contact__info-item .list-wrap li {
  margin-bottom: 3px;
}.contact__info-item .list-wrap li:last-child {
  margin-bottom: 0;
}.contact__info-item .list-wrap li a {
  color: var(--tg-theme-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}@media (max-width: 1199.98px){.contact__info-item .list-wrap li a {
  color: var(--tg-theme-primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}}.contact__info-item .list-wrap.countries {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}.contact__info-item .list-wrap.countries li {
  background:var(--tg-color-gray-8);
  padding:10px 15px;
  display:flex;
  font-size:14px;
  text-wrap:nowrap;
  margin-bottom:0px;
  border-radius:8px;
}.contact__info-item .list-wrap li a.phone {
    font-size: 20px;
}.contact__info-item .list-wrap li a:hover::before {
  width: 100%;
}.contact__info-item .shape {
  position: absolute;
  right: -19px;
  bottom: -13px;
  color: #F4F5F8;
  z-index: -1;
}.contact__form-wrap .title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  text-transform: normal;
}@media (max-width: 767.98px){.contact__form-wrap .title {
    font-size: 26px;
  }}.contact__form .form-grp {
  margin-bottom: 15px;
}.contact__form .form-grp > label {
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-body-color);
  line-height: 1;
  margin-bottom: 14px;
}.contact__form .checkbox-grp input {
  width: 18px;
  margin-right: 9px;
  height: 18px;
  cursor: pointer;
  flex: 0 0 auto;
  margin-top: 3px;
}.contact__form .checkbox-grp label {
  font-weight: 400;
  font-size: 16px;
  color: var(--tg-body-color);
  user-select: none;
  margin-bottom: 0;
  line-height: 1.2;
}.contact__form-two .row {
  --bs-gutter-x: 10px;
}.contact__form-two .form-grp {
  margin-bottom: 10px;
}.contact__form-two .form-grp textarea, .contact__form-two .form-grp input {
  border: none;
}.contact__form-two button {
  width: 100%;
  background: var(--tg-theme-primary);
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: var(--tg-color-white-default);
  padding: 16px 20px;
}.contact__form-two button:hover {
  background: var(--tg-color-gray-1);
  color: var(--tg-theme-primary);
}/*=============================
    	22. Login
===============================*/.login__left-content p {
  font-size: 20px;
  color: var(--tg-color-white-default);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}@media (max-width: 767.98px){.login__left-content p {
    font-size: 18px;
  }}.login__left-content .title {
  font-size: 1.125rem;
  color: var(--tg-color-white-default);
  margin-bottom: 8px;
  font-weight: 600;
}.login__left-content span {
  display: block;
  line-height: 1;
  color: var(--tg-color-white-default);
  opacity: 0.8;
}.login__form-wrap .title {
  font-size: 36px;
  text-transform: normal;
  margin-bottom: 30px;
}.login__form-social a {
  font-size: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 48px;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  color: var(--tg-color-white-default);
  background: #212529;
  border-radius: 8px;
}.login__form-social a:nth-child(2) {
  background: #066ec2;
}.login__form .tg-btn {
  width: 100%;
  justify-content: center;
  margin-top: 30px;
}.account__check-remember input {
  width: 20px;
  height: 20px;
  margin-inline-end: 3px;
  padding: 0;
}.account__check-remember label {
  user-select: none;
}.account__check-remember label a {
  font-weight: 600;
  text-decoration: underline;
  margin-left: 5px;
}.account__check-forgot a {
  color: var(--tg-theme-primary);
  font-size: 16px;
  text-decoration: underline;
  font-weight: 600;
}.account__switch p {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}.account__switch a {
  color: var(--tg-theme-primary);
  text-decoration: underline;
  font-weight: 600;
}/*=============================
    	21. CheckOut
===============================*/.coupon__code-info a:hover {
  text-decoration: underline;
  color: var(--tg-theme-primary);
}.coupon__code-form {
  margin-bottom: 35px;
  display: none;
}.coupon__code-form p {
  margin-bottom: 15px;
}.coupon__code-form input {
  width: 100%;
  background: #f5f5f5;
  height: 55px;
  border: none;
  color: var(--tg-heading-color);
  padding: 0 20px;
  border-radius: 30px;
  margin-bottom: 15px;
}.customer__form-wrap .title {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #ebebeb;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  line-height: 1;
}@media (max-width: 767.98px){.customer__form-wrap .title {
    font-size: 1.3rem;
  }}.customer__form-wrap .title.title-two {
  margin-top: 20px;
}.customer__form-wrap .form-grp {
  margin-bottom: 15px;
}.customer__form-wrap .form-grp.select-grp {
  position: relative;
}.customer__form-wrap .form-grp.select-grp::after {
  content: "\f078";
  position: absolute;
  bottom: 13px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  right: 20px;
  font-size: 14px;
  color: var(--tg-theme-primary);
}.customer__form-wrap .form-grp label {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  color: var(--tg-body-color);
}.customer__form-wrap .form-grp textarea, .customer__form-wrap .form-grp input {
  width: 100%;
  color: var(--tg-heading-color);
  height: 53px;
  padding: 0 20px;
  background: #f5f5f5;
  border: none;
}.customer__form-wrap .form-grp textarea {
  padding: 10px 20px 0;
  min-height: 120px;
  max-height: 120px;
}.customer__form-wrap .form-grp select {
  background-color: #f5f5f5;
  border: none;
  color: var(--tg-heading-color);
  font-weight: 400;
  font-size: 16px;
  text-transform: normal;
  border-radius: 0;
  outline: none;
  padding: 12px 37px 9px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1.2;
  height: 53px;
  cursor: pointer;
}.order__info-wrap > .title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #ebebeb;
}.order__info-wrap .list-wrap {
  margin-bottom: 20px;
}.order__info-wrap .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  color: var(--tg-body-color);
  font-weight: 600;
  font-size: 15px;
  gap: 8px;
  padding: 12px 0;
}.order__info-wrap .list-wrap li span {
  color: var(--tg-heading-color);
  display: block;
  line-height: 1;
  font-weight: 700;
}.order__info-wrap .list-wrap li.title span {
  color: var(--tg-body-color);
}.order__info-wrap .list-wrap li:last-child span {
  font-size: 1.25rem;
}.order__info-wrap p {
  margin-bottom: 15px;
}.order__info-wrap p a {
  text-decoration: underline;
}.order__info-wrap p a:hover {
  color: var(--tg-theme-primary);
}.order__info-wrap .tg-btn {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  justify-content: center;
}.cart__table thead th {
  padding: 12px 12px;
  font-size: 15px;
  font-weight: 600;
}@media (max-width: 767.98px){.cart__table thead th.product__subtotal, .cart__table thead th.product__price {
    display: none;
  }}.cart__table tbody tr {
  position: relative;
}.cart__table tbody td {
  padding: 12px 17px;
  text-align: left;
  line-height: 1.1;
  border: none;
  border-top: 1px solid #ebebeb;
  vertical-align: middle;
  color: var(--tg-body-color);
}@media (max-width: 767.98px){.cart__table tbody td {
    padding: 12px 10px;
  }}.cart__table tbody td:first-child {
  padding-left: 0;
}.cart__table tbody td a {
  color: var(--tg-theme-primary);
}.cart__table tbody td.product__name {
  font-weight: 500;
}.cart__table tbody td.product__remove {
  padding-right: 5px;
  text-align: right;
}.cart__table tbody td.product__remove a {
  font-size: 25px;
}.cart__table tbody td.product__quantity {
  text-align: right;
  padding-right: 0;
}.cart__table .product__thumb img {
  max-width: 70px;
}@media (max-width: 767.98px){.cart__table .product__remove a {
    position: absolute;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    color: #fff;
    background-color: red;
    font-size: 15px !important;
    left: 0;
    margin-top: -10px;
  }}.cart__actions-form input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  margin-bottom: 0;
  height: 50px;
  background: #f5f5f5;
  color: var(--tg-heading-color);
  padding: 0 20px;
  border: 0;
  border-radius: 30px;
  padding-right: 0;
}.cart__collaterals-wrap .title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0.9375rem;
  border-bottom: 0.9375rem;
  border-bottom: 1px solid #ebebeb;
}.cart__collaterals-wrap .list-wrap {
  padding-bottom: 0.9375rem;
}.cart__collaterals-wrap .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  color: var(--tg-heading-color);
  font-size: 15px;
  font-weight: 600;
  padding: 12px 5px;
}.cart__collaterals-wrap .list-wrap li span {
  color: var(--tg-body-color);
  font-weight: 400;
}.cart__collaterals-wrap .list-wrap li span.amount {
  font-weight: 600;
  color: var(--tg-heading-color);
  font-size: 1.25rem;
}.cart__collaterals-wrap .tg-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
}@media (max-width: 767.98px){.update__cart-btn .tg-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }}.error-img svg {
  width: 100%;
  height: 100%;
  color: var(--tg-theme-primary);
}.error-content .title {
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -1px;
}@media (max-width: 1199.98px){.error-content .title {
    margin-bottom: 35px;
    font-size: 35px;
  }}@media (max-width: 767.98px){.error-content .title {
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: 0;
  }}.error-content .title span {
  display: block;
  margin-top: 10px;
}@media (max-width: 767.98px){.error-content .title span {
    margin-top: 5px;
  }}/*=============================
    	17. Footer
===============================*/.footer__area-three {
  position: relative;
  z-index: 1;
}.footer__top .row *:nth-child(2) .footer__widget {
  margin-left: 40px;
}@media (max-width: 767.98px){.footer__top .row *:nth-child(2) .footer__widget {
    margin-left: 0;
  }}.footer__top .row *:nth-child(4) .footer__widget {
  margin-left: 30px;
}@media (max-width: 1199.98px){.footer__top .row *:nth-child(4) .footer__widget {
    margin-left: 0;
  }}.footer__top-two .row *:nth-child(2) .footer__widget {
  margin-left: 40px;
}@media (max-width: 991.98px){.footer__top-two .row *:nth-child(2) .footer__widget {
    margin-left: 0;
  }}.footer__top-two .row *:nth-child(4) .footer__widget {
  margin-left: 80px;
}@media (max-width: 1199.98px){.footer__top-two .row *:nth-child(4) .footer__widget {
    margin-left: 0;
  }}.footer__top-three .row *:nth-child(2) .footer__widget {
  margin-left: 30px;
}@media (max-width: 1199.98px){.footer__top-three .row *:nth-child(2) .footer__widget {
    margin-left: 0;
  }}.footer__top-three .row *:nth-child(4) .footer__widget {
  margin-left: 50px;
}@media (max-width: 1199.98px){.footer__top-three .row *:nth-child(4) .footer__widget {
    margin-left: 0;
  }}.footer__content p {
  margin-bottom: 25px;
  font-size: 15px;
}.footer__content-two p {
  margin-bottom: 25px;
}.footer__content-three p {
  color: var(--tg-color-gray-4);
}.footer__contact .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  gap: 15px;
  color: var(--tg-color-gray-4);
  line-height: 1.6;
  margin-bottom: 15px;
}.footer__contact .list-wrap li i {
  font-size: 24px;
  color: var(--tg-color-gray-4);
  transform: translateY(7px);
}.footer__contact .list-wrap li a {
  color: var(--tg-color-gray-4);
}.footer__contact .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}.footer__contact-two p {
  margin-bottom: 20px;
}.footer__contact-two .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  margin-bottom: 20px;
}.footer__contact-two .list-wrap li:last-child {
  margin-bottom: 0;
}.footer__contact-two .list-wrap li i {
  font-size: 24px;
  color: var(--tg-theme-primary);
}.footer__contact-two .list-wrap li a {
  color: var(--tg-body-color);
}.footer__contact-two .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}.footer__widget-link li {
  margin-bottom: 10px;
}.footer__widget-link li:last-child {
  margin-bottom: 0;
}.footer__widget-link li a {
  color: var(--tg-body-color);
  position: relative;
  font-size: 16px;
}.footer__widget-link 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__widget-link li a:hover {
  color: var(--tg-theme-primary);
}.footer__widget-link 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__widget-link-two li {
  color: var(--tg-color-gray-4);
}.footer__widget-link-two li a {
  color: var(--tg-color-gray-4);
}.footer__instagram .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}.footer__instagram .list-wrap a img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}.footer__newsletter span {
  display: block;
  margin-bottom: 20px;
}.footer__newsletter-form input {
  width: 100%;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  background: #F4F6FC;
  padding: 15px 60px 15px 25px;
  height: 54px;
}.footer__newsletter-form button {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}.footer__newsletter-form button:hover {
  background: var(--tg-theme-secondary);
}.footer__newsletter-two span {
  color: var(--tg-color-gray-4);
}.footer__social .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
}.footer__social .list-wrap li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: var(--tg-color-gray-8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tg-body-color);
  justify-content: center;
}.footer__social .list-wrap li a svg {
  width: 16px;
  height: 16px;
}.footer__social .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}.footer__social-two .list-wrap {
  justify-content: flex-end;
}@media (max-width: 767.98px){.footer__social-two .list-wrap {
    justify-content: center;
  }}.footer__social-three .title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}.footer__social-three .list-wrap li a {
  background: var(--tg-color-white-default);
  border: 1px solid #ADADAD;
}.footer__social-three .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border-color: var(--tg-theme-primary);
}.footer__social-four .list-wrap li a {
  color: var(--tg-color-white-default);
  border: 2px solid #494A67;
  background: transparent;
}.footer__social-four .list-wrap li a:hover {
  border-color: var(--tg-theme-primary);
}@media (max-width: 991.98px){.footer__bottom-four .footer__social-two .list-wrap {
    justify-content: center;
  }}.footer__inquiry-content .title {
  color: var(--tg-color-white-default);
  font-size: 40px;
  margin-bottom: 0;
  text-transform: normal;
  font-weight: 300;
  width: 41%;
  flex: 0 0 auto;
}@media (max-width: 991.98px){.footer__inquiry-content .title {
    width: 100%;
  }}.footer__inquiry-content .title span {
  font-weight: 600;
  display: block;
}.footer__inquiry-content p {
  color: var(--tg-color-gray-4);
  margin-bottom: 0;
  font-weight: 500;
  text-transform: normal;
}.footer__shape-wrap img {
  position: absolute;
  z-index: -1;
}.footer__shape-wrap img:nth-child(1) {
  right: 0;
  top: 0;
}.footer__shape-wrap img:nth-child(2) {
  left: 0;
  bottom: 0;
}.footer__shape-wrap img:nth-child(3) {
  right: 4%;
  bottom: 14px;
}@media (max-width: 767.98px){.footer__shape-wrap img:nth-child(3) {
    right: 5%;
    bottom: 60px;
    max-width: 100px;
  }}.footer__shape-wrap-two img {
  position: absolute;
  z-index: -1;
}.footer__shape-wrap-two img:nth-child(1) {
  left: 0;
  top: 0;
}@media (max-width: 1500px){.footer__shape-wrap-two img:nth-child(1) {
    max-width: 200px;
  }}.footer__shape-wrap-two img:nth-child(2) {
  bottom: 0;
  left: 0;
  mix-blend-mode: luminosity;
  opacity: 0.5;
}@media (max-width: 1500px){.footer__shape-wrap-two img:nth-child(2) {
    max-width: 130px;
  }}.footer__shape-wrap-two img:nth-child(3) {
  right: 0;
  bottom: 0;
  mix-blend-mode: luminosity;
  opacity: 0.3;
}@media (max-width: 1500px){.footer__shape-wrap-two img:nth-child(3) {
    max-width: 160px;
  }}.footer__shape-wrap-three img {
  position: absolute;
  z-index: -1;
}.footer__shape-wrap-three img:nth-child(1) {
  bottom: 0;
  left: 0;
  mix-blend-mode: luminosity;
  opacity: 0.5;
}@media (max-width: 1500px){.footer__shape-wrap-three img:nth-child(1) {
    max-width: 130px;
  }}.footer__shape-wrap-three img:nth-child(2) {
  right: 0;
  bottom: 0;
  mix-blend-mode: luminosity;
  opacity: 0.3;
}@media (max-width: 1500px){.footer__shape-wrap-three img:nth-child(2) {
    max-width: 160px;
  }}.footer__shape-wrap-four img {
  position: absolute;
  z-index: -1;
}.footer__shape-wrap-four img:nth-child(1) {
  left: 0;
  top: 120px;
}@media (max-width: 1500px){.footer__shape-wrap-four img:nth-child(1) {
    top: 25px;
  }}.footer__shape-wrap-four img:nth-child(2) {
  left: 0;
  bottom: 0;
}.footer__shape-wrap-four img:nth-child(3) {
  right: -96px;
  bottom: 270px;
}@media (max-width: 1500px){.footer__shape-wrap-four img:nth-child(3) {
    bottom: 140px;
  }}.footer__shape-wrap-four img:nth-child(4) {
  right: 15%;
  bottom: 28%;
}@media (max-width: 991.98px){.footer__shape-wrap-four img:nth-child(4) {
    display: none;
  }}.copyright__content p {
  margin-bottom: 0;
  font-size: 15px;
}.copyright__content-two p {
  color: #878BA8;
  margin-bottom: 0;
  font-size: 15px;
}.copyright__content-three p {
  margin-bottom: 0;
  font-size: 15px;
  text-align: right;
}@media (max-width: 767.98px){.copyright__content-three p {
    text-align: center;
  }}.copyright__content-four p {
  margin-bottom: 0;
  font-size: 15px;
  text-align: center;
  color: #878BA8;
}.abris-footer .footer__inquiry-content .title,
.abris-footer .footer__inquiry-content p,
.abris-footer .footer__widget-title,
.abris-footer .footer__widget-link li,
.abris-footer .footer__widget-link li a,
.abris-footer .copyright__content-four p {
  color: var(--tg-heading-color);
}.abris-footer .footer__inquiry-content .title {
  width: 45%;
}.abris-footer .footer__inquiry-content p {
  color: var(--tg-color-gray-11);
  font-weight: 400;
}.abris-footer .footer__logo img {
  max-width: 210px;
}.abris-footer .footer__content p {
  color: var(--tg-body-color);
}.abris-footer .footer__social .list-wrap li a {
  background: var(--tg-color-white-default);
  border: 1px solid var(--tg-border-2);
  color: var(--tg-theme-secondary);
}.abris-footer .footer__social .list-wrap li a svg {
  width: 16px;
  height: 16px;
}.abris-footer .footer__contact-two .list-wrap li,
.abris-footer .footer__contact-two .list-wrap li a,
.abris-footer .footer__newsletter span,
.abris-footer__schedule p {
  color: var(--tg-body-color);
}.abris-footer .footer__newsletter-form input {
  background: var(--tg-color-white-default);
  border: 1px solid var(--tg-border-2);
}.abris-footer .footer__newsletter-form button:hover {
  background: var(--tg-theme-primary);
}.abris-footer__hours span {
  color: var(--tg-color-gray-11);
}.abris-footer__schedule p {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.6;
}.abris-footer .copyright__content-four p {
  color: var(--tg-color-gray-11);
}@media (max-width: 991.98px){.abris-footer .footer__inquiry-content .title {
    width: 100%;
  }}.abris-footer-lite {
  padding: 0 0 40px;
}.abris-footer-lite .container {
  max-width: 1570px;
}.abris-footer-lite__panel {
  position: relative;
  overflow: hidden;
  padding: 50px 40px 28px;
  border-radius: 42px;
  background:#fff;
  box-shadow: 0 28px 60px rgba(1, 2, 46, 0.08);
}.abris-footer-lite__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.8fr 1fr;
  gap: 32px;
}.abris-footer-lite__logo {
  display: inline-block;
  margin-bottom: 22px;
}.abris-footer-lite__logo img {
  max-width: 180px;
}.abris-footer-lite__eyebrow {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.2;
  text-transform: ;
  color: rgba(52, 60, 77, 0.65);
}.abris-footer-lite__address {
  margin-bottom: 10px;
  color: var(--tg-heading-color);
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  max-width: 360px;
}.abris-footer-lite__hours-line {
  margin-bottom: 18px;
  color: var(--tg-color-gray-11);
  font-size: 14px;
  line-height: 2;
}.abris-footer-lite__messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}.abris-footer-lite__messengers a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: var(--tg-fw-medium);
}.abris-footer-lite__messengers a.telegram {
background:#27a7e7;
  background: linear-gradient(
  135deg,
  #27a7e7 0%,
  #27a7e7 32%,
  #27a7e7 55%,
  #27a7e7 76%,
  #27a7e7 100%
)
}.abris-footer-lite__messengers a.max {
  background: linear-gradient(
  135deg,
  #43c5fd 0%,
  #4461fd 32%,
  #6156f5 55%,
  #864be6 76%,
  #a15fdc 100%
)
}.abris-footer-lite__messengers a svg {
  width: 15px;
  height: 15px;
}.abris-footer-lite__messengers a:hover {
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}.abris-footer-lite__contacts li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}.abris-footer-lite__contacts li i {
  color: var(--tg-theme-primary);
  font-size: 18px;
  flex: 0 0 20px;
}.abris-footer-lite__contacts li a {
  color: var(--tg-heading-color);
  font-size: 16px;
  font-weight: var(--tg-fw-medium);
}.abris-footer-lite__contacts li:nth-child(2) a,
.abris-footer-lite__contacts li:nth-child(3) a {
  color: var(--tg-theme-primary);
  background: none !important;
  -webkit-text-fill-color: var(--tg-theme-primary);
  white-space: nowrap;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}.abris-footer-lite__title {
  margin: 6px 0 16px;
  color: var(--tg-heading-color);
  font-size: 21px;
  line-height: 1.15;
  font-weight: var(--tg-fw-semi-bold);
  text-transform: none;
}.abris-footer-lite__links li {
  margin-bottom: 10px;
}.abris-footer-lite__links li a {
  color: var(--tg-body-color);
  font-size: 14px;
  line-height: 1.5;
}.abris-footer-lite__links li a:hover {
  color: var(--tg-theme-primary);
}.abris-footer-lite__form {
  padding: 4px 0 0;
}.abris-footer-lite__form-text {
  margin-bottom: 18px;
  color: var(--tg-color-gray-11);
  font-size: 13px;
  line-height: 1.55;
  max-width: 100%;
  opacity: 1;
}.abris-footer-lite__request-form input[type="tel"],
.abris-footer-lite__request-form input[type="text"],
.abris-footer-lite__request-form input[type="email"] {
  width: 100%;
  height: 56px;
  margin-bottom: 12px;
  padding: 0 18px;
  border: 1px solid #dfe4f3;
  border-radius: 10px;
  background: #f4f6ff;
  color: var(--tg-heading-color);
  font-size: 15px;
}.abris-footer-lite__request-form input::placeholder {
  color: rgba(102, 117, 148, 0.8);
}.privacy-check {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 0 14px;
  align-items: start;
  margin: 8px 0 18px;
  color: var(--tg-color-gray-11);
  font-size: 13px;
  line-height: 1.5;
  cursor: pointer;
}.privacy-check input {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin: 2px 0 0;
  border: 1px solid rgba(1, 2, 46, 0.32);
  border-radius: 3px;
  background: var(--tg-color-white-default);
  display: grid;
  place-content: center;
  cursor: pointer;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding:8px;
}.privacy-check input::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--tg-theme-primary);
  transform: scale(0);
  transition: transform 0.15s ease-in-out;
}.privacy-check input:checked::before {
  transform: scale(1);
}.privacy-check input:checked {
  border-color: rgba(14, 133, 81, 0.7);
}.privacy-check input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(14, 133, 81, 0.2);
}.privacy-check__text {
  display: block;
  color: var(--tg-color-gray-11);
  max-width: 320px;
}.privacy-check__text a {
  color: var(--tg-theme-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}.abris-cta .privacy-check {
  margin: 6px 0 16px;
}.abris-footer-lite__request-form .privacy-check {
  margin: 10px 0 16px;
}.abris-footer-lite__request-form .tg-btn {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 10px;
  font-size: 14px;
  box-shadow: none;
}.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0em !important;
}.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.8em !important;
  font-weight: normal;
  margin-top: -10px !important;
  display: block;
}.wpcf7 form .wpcf7-response-output {
  margin: 0.5em 0em 0.5em !important;
  padding: 0.5em 0.5em !important;
  font-size: 13px !important;
}.abris-footer-lite__note {
  margin-top: 16px;
  padding: 0 20px;
}.abris-footer-lite__note p {
margin-bottom: 0;
    color: rgba(52, 60, 77, 0.54);
    font-size: 15px;
    line-height: 1.75;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 400;
    opacity: 0.3;
}.abris-footer-lite__bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 16px;
}.abris-footer-lite__copyright {
  margin-bottom: 0;
  color: rgba(52, 60, 77, 0.74);
  font-size: 13px;
}.abris-footer-lite__docs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 24px;
}.abris-footer-lite__docs a {
  color: var(--tg-color-gray-11);
  font-size: 13px;
}.abris-footer-lite__docs a:hover {
  color: var(--tg-theme-primary);
}@media (max-width: 1399.98px){.abris-footer-lite__grid {
    grid-template-columns: 1.15fr 0.7fr 0.75fr 0.95fr;
    gap: 30px;
  }.abris-footer-lite__address {
    font-size: 24px;
  }}@media (max-width: 1199.98px){.abris-footer-lite__panel {
    padding: 36px 32px 28px;
  }.abris-footer-lite__grid {
    grid-template-columns: 1fr 1fr;
  }.abris-footer-lite__contacts li:nth-child(2) a,
  .abris-footer-lite__contacts li:nth-child(3) a {
    font-size: 24px;
  }}@media (max-width: 767.98px){.abris-footer-lite {
    padding-bottom: 24px;
  }.abris-footer-lite__panel {
    padding: 28px 20px 24px;
    border-radius: 28px;
  }.abris-footer-lite__panel::before,
  .abris-footer-lite__panel::after {
    display: none;
  }.abris-footer-lite__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }.abris-footer-lite__logo img {
    max-width: 180px;
  }.abris-footer-lite__address {
    font-size: 24px;
    max-width: 100%;
  }.abris-footer-lite__messengers a {
    min-height: 48px;
    padding: 0 18px;
    font-size: 16px;
  }.abris-footer-lite__contacts li a {
    font-size: 17px;
  }.abris-footer-lite__contacts li:nth-child(2) a,
  .abris-footer-lite__contacts li:nth-child(3) a {
    font-size: 20px;
  }.abris-footer-lite__title {
    font-size: 22px;
    margin-top: 0;
  }.abris-footer-lite__links li a,
  .abris-footer-lite__form-text {
    font-size: 17px;
  }.abris-footer-lite__request-form input[type="tel"],
  .abris-footer-lite__request-form input[type="text"],
  .abris-footer-lite__request-form input[type="email"] {
    height: 58px;
    border-radius: 10px;
    font-size: 16px;
  }.abris-footer-lite__bottom {
    flex-direction: column;
    align-items: flex-start;
  }.abris-footer-lite__docs {
    justify-content: flex-start;
    gap: 14px;
  }}/*# sourceMappingURL=main.css.map *//* CUSTOM */.header-contacts {
    display: flex;
    gap:10px;
}.header-contacts a {
       display: flex;
    background: var(--tg-color-gray-4);
    border-radius: 10px;
    padding: 10px;
}.header-contacts a.max {
    /* Вариант: основной (плавный диагональный градиент) */
background: linear-gradient(
  135deg,
  #43c5fd 0%,
  #4461fd 32%,
  #6156f5 55%,
  #864be6 76%,
  #a15fdc 100%
);
}.header-contacts a.telegram {
    background: #27a7e7;
}.header-contacts a svg {
    width: 25px;
    height: 25px;
}.tg-header__info-item .content span.abris-header-phone-secondary {
    display: block;
    font-size: 15px;
    color: var(--tg-theme-secondary);
    font-weight: 500;
    line-height: 1;
    margin-bottom: 6px;
}

.tg-header__info-item .abris-header-phone-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tg-header__info-item .abris-header-phone-content .abris-header-phone-link {
    display: block;
    font-size: 14px;
    color: var(--tg-theme-secondary);
    font-weight: 500;
    line-height: 1;
}

.tg-header__info-item .abris-header-phone-content .abris-header-phone-link:hover {
    color: var(--tg-theme-primary);
}/* services-details-2 */.abris-breadcrumb {
    padding: 18px 0 12px;
}.abris-breadcrumb__list {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--tg-color-gray-11);
    font-size: 14px;
    line-height: 1.4;
}.abris-breadcrumb__list li:not(:last-child)::after {
    content: "/";
    margin-left: 8px;
    color: var(--tg-color-gray-9);
}.abris-breadcrumb__list a {
    color: var(--tg-color-gray-11);
}.abris-breadcrumb__list a:hover {
    color: var(--tg-theme-primary);
}@media (max-width: 767.98px){.abris-breadcrumb__list {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: var(--tg-color-gray-5) var(--tg-color-gray-4);
    padding-bottom: 6px;
  }.abris-breadcrumb__list::-webkit-scrollbar {
    height: 10px;
  }.abris-breadcrumb__list::-webkit-scrollbar-track {
    background: var(--tg-color-gray-4);
    border-radius: 999px;
  }.abris-breadcrumb__list::-webkit-scrollbar-thumb {
    background: var(--tg-color-gray-5);
    border-radius: 999px;
    border: 2px solid var(--tg-color-gray-4);
  }.abris-breadcrumb__list li {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}.abris-elements__wrap {
    margin-top: 0;
}.abris-elements__image {
    border: 1px solid var(--tg-border-2);
    border-radius: 20px;
    background: var(--tg-color-white-default);
    position: relative;
    overflow: hidden;
    max-height: 650px;
}.abris-elements__image img {
    width: 100%;
    height: auto;
    display: block;
}.abris-elements__image-trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}.abris-main-swiper .swiper-slide {
    height: auto;
}.abris-main-swiper .swiper-wrapper {
    align-items: flex-start;
}.abris-main-swiper .abris-elements__image-trigger {
    overflow: visible;
}.abris-main-swiper .abris-elements__image-trigger img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 600px;
}.abris-elements__zoom {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 5;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgb(1 2 46 / 35%);
    color: var(--tg-color-white-default);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}.abris-elements__zoom:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}.abris-elements__thumbs {
    padding: 14px 2px 0;
}.abris-elements__thumbs .swiper-wrapper {
    cursor: grab;
}.abris-elements__thumbs .swiper-wrapper:active {
    cursor: grabbing;
}.abris-elements__thumbs .swiper-slide {
    width: auto;
    margin-right: 5px;
}.abris-elements__thumbs .swiper-slide:last-child {
    margin-right: 0;
}.abris-elements__thumb {
    width: 82px;
    height: 82px;
    border: 1px solid var(--tg-border-2);
    border-radius: 12px;
    background: var(--tg-color-white-default);
    padding: 4px;
}.abris-main-swiper .swiper-slide {
    user-select: none;
}.abris-elements__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}.abris-elements__thumb.is-active {
    border-color: var(--tg-theme-primary);
}.abris-tower-section .section__title p {
    margin-top: 12px;
    font-size: 22px;
    color: var(--tg-heading-color);
}@media (max-width: 991px){.abris-tower-section .text-center.mb-20 > p {
    font-size: 15px;
}}@media (max-width: 991px){.abris-specs-intro > p {
    font-size: 15px !important;
}}.abris-tower-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}.abris-tower-card__list li + li {
    margin-top: 6px;
}.abris-tower-card .tg-btn {
    align-self: flex-start;
}.abris-frame-type-card {
    border: 1px solid var(--tg-border-2);
    border-radius: 15px;
    background: var(--tg-color-white-default);
    padding: 12px;
    position: relative;
    height: 100%;
}.abris-frame-type-card::before {
    content: "Нажмите, чтобы узнать больше информации о продукте";
}.abris-frame-type-card__image-trigger {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    text-align: inherit;
    cursor: pointer;
    position: relative;
}.abris-frame-type-card__badge {
    top: 8px;
    left: 8px;
    right: auto;
    font-size: 13px;
    padding: 8px 14px;
    max-width: calc(100% - 42px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}.abris-frame-type-card img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 0;
}@media (max-width: 767.98px){.abris-frame-type-card img {
    height: auto;
}}.abris-frame-type-card h3 {
       margin-bottom: 20px;
    font-size: 25px;
    color: var(--tg-theme-primary);
    display: block;
}.abris-frame-type-card h3 a {
      color: var(--tg-theme-primary);
}.abris-frame-type-card .subtitle {
color: var(--tg-color-gray-9);
    font-size: 14px;
    display: block;
}.abris-frame-modal__category {
    color: var(--tg-theme-primary);
}.abris-elements__main .title .abris-frame-modal__category {
    display: inline-block;
    margin-right: 8px;
    text-transform: none;
}.abris-frame-type-card ul {
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
}.abris-frame-type-card li {
position: relative;
    padding:5px 0px;
    margin:5px 0px;
    color: #343a49;
    font-size: 13px;
    line-height: 1.35;
    display: flex;
    justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid var(--tg-color-gray-4);
}.abris-frame-type-card li:last-child {
          border-bottom: 0px solid var(--tg-color-gray-4);
          font-size: 15px;
          font-weight: 550;
          color:var(--tg-theme-primary);
}.abris-frame-type-card li:last-child .abris-frame-type-card__value{
       margin-top: 5px;
}.abris-frame-type-card li strong {
    font-weight: 500;
    color: var(--tg-color-gray-9);
    max-width: 80%;
    font-size: 12px;
}.abris-frame-type-card__value {
    white-space: nowrap;
    margin-left: 10px;
}.abris-frame-type-card .tg-btn {
    padding: 14px 18px;
    font-size: 16px;
}.abris-frame-type-card__actions {
    display: flex;
    gap: 8px;
    width: calc(100% - 8px);
}.abris-frame-type-card__actions .project__tag-three {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    text-align: center;
}.project__tag-three.two-style {
background: var(--tg-color-gray-4);    color: var(--tg-color-gray-11);
}.project__tag-three.two-style:hover {
background: var(--tg-heading-color); 
color:#fff;
}.abris-frame-modal {
    position: fixed;
    inset: 0;
    z-index: 10001;
    display: none;
}.abris-frame-modal.is-open {
    display: block;
}.abris-frame-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(1, 2, 46, 0.72);
}.abris-frame-modal__dialog {
    position: relative;
    max-width: 1040px;
    width: calc(100% - 32px);
    margin: 7vh auto 0;
    background: var(--tg-color-white-default);
    border-radius: 18px;
    padding: 26px 46px 24px;
    z-index: 2;
}.abris-frame-modal__content {
    margin: 0;
}.abris-frame-modal__media {
        position: relative;
    height: 510px;
    display: flex;
}.abris-frame-modal__media img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: contain;
}.abris-frame-modal__text h4 {
    margin: 0 0 10px;
    color: var(--tg-heading-color);
    font-size: 34px;
    line-height: 1.12;
    text-transform: uppercase;
    text-align: left;
}.abris-frame-modal__text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.abris-frame-modal__text li {
    margin: 0 0 6px;
    color: var(--tg-body-color);
    font-size: 31px;
    line-height: 1.35;
}.abris-frame-modal__close {
    position: absolute;
    top: 8px;
    right: 12px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    font-size: 32px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}.abris-frame-modal__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(223, 228, 241, 0.9);
    background: rgba(255, 255, 255, 0.96);
    color: var(--tg-heading-color);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 28px rgba(1, 2, 46, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}.abris-frame-modal__nav--prev { left: -65px; }.abris-frame-modal__nav--next { right: -65px; }.abris-frame-modal__nav svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    display: block;
}.abris-frame-modal__nav--prev svg {
    transform: rotate(180deg);
}.abris-frame-modal__close:hover {
    background: #117246;
}.abris-frame-modal__nav:hover {
    border: 1px solid var(--tg-theme-primary);
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    box-shadow: 0 14px 30px rgba(17, 157, 102, 0.34);
}.abris-frame-card {
    border: 1px solid var(--tg-border-2);
    border-radius: 14px;
    background: var(--tg-color-white-default);
    padding: 20px;
}.abris-frame-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}.abris-frame-card__title-link {
    display: inline-block;
    color: #0f7f4f;
    font-size: 36px;
    line-height: 1;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 20px;
}.abris-frame-card__height-badge {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    z-index: 1;
    background: #ddf0e8c4;
    backdrop-filter: blur(2px);
    color: var(--tg-theme-primary);
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}.abris-calc-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
    flex: 0 0 18px;
    display: block;
    overflow: visible;
}.abris-btn-calc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #01022e;
    border: 0;
    border-radius: 10px;
    color: #fff;
    padding: 17px 28px;
}.abris-btn-calc::before {
    background: var(--tg-theme-secondary);
}.abris-btn-calc:hover::before {
    background: var(--tg-theme-primary);
}.abris-btn-calc svg {
    color: #fff;
}.abris-btn-calc svg path {
    fill: currentColor;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
}.abris-btn-calc:hover,
.abris-btn-calc:focus-visible {
    background: var(--tg-theme-primary);
    border-color: transparent;
    color: #fff;
}.abris-price-table {
    width:100%;
    margin-bottom: 0;
    border: 1px solid #1f1f1f;
    background: var(--tg-color-white-default);
}.abris-price-table > :not(caption) > * > * {
    border: 1px solid #1f1f1f;
    padding: 6px 8px;
    color: #1f1f1f;
    font-size: 14px;
}.abris-price-table thead th {
    background: #f4f6fb;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
}.abris-price-table thead th:last-child {
    text-align: center;
}.abris-price-table tbody td:last-child {
    text-align: center;
    white-space: nowrap;
}.abris-price-row-title {
    display: inline-block;
    vertical-align: middle;
}.abris-table-popup-hint {
    width: 18px;
    height: 18px;
    margin-left: 8px;
    border-radius: 50%;
    border: 1px solid rgba(185, 192, 211, 0.55);
    background: rgba(238, 241, 247, 0.65);
    color: rgba(111, 120, 148, 0.8);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    padding: 0;
    cursor: pointer;
    transition: all 0.2s ease;
}.abris-table-popup-hint:hover {
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}.abris-price-table--modal {
    width: 100%;
}#abris-specs-table thead th:not(:first-child),
#abris-specs-table tbody td:not(:first-child) {
    text-align: center;
}#abris-specs-table thead th a {
    color: var(--tg-theme-primary);
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
}@media (max-width: 991px){.abris-table-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: var(--tg-color-gray-5) var(--tg-color-gray-4);
    padding-bottom: 6px;
  }.abris-table-scroll::-webkit-scrollbar {
    height: 10px;
  }.abris-table-scroll::-webkit-scrollbar-track {
    background: var(--tg-color-gray-4);
    border-radius: 999px;
  }.abris-table-scroll::-webkit-scrollbar-thumb {
    background: var(--tg-color-gray-5);
    border-radius: 999px;
    border: 2px solid var(--tg-color-gray-4);
  }.abris-table-scroll .abris-price-table {
    width: max-content;
    min-width: 860px;
    margin-bottom: 0;
  }.abris-table-scroll .abris-price-table th,
  .abris-table-scroll .abris-price-table td {
    white-space: nowrap;
  }
}.abris-calc-inline {
    border: 1px solid var(--tg-border-2);
    border-radius: 28px;
    background: var(--tg-color-white-default);
    padding: 16px;
    
}.abris-calc-inline__frame {
    width: 100%;
    height: 745px;
    min-height: 0;
    border: 0;
    display: block;
    background: #ffffff;
    border-radius: 10px;
}@media (max-width: 991px){.abris-calc-inline {
        padding: 12px;
    }.abris-calc-inline__frame {
        height: 1120px;
        min-height: 0;
    }}.abris-elements__parts .title {
    font-size: 22px;
    opacity:0.7;
}.abris-elements__main .section__title,
.abris-elements__parts .section__title {
    margin: 0 0 14px !important;
    height: 50px;
    align-items: self-end;
    display: flex;
    padding-bottom: 0;
}.abris-elements__main .section__title .title,
.abris-elements__parts .section__title .title {
    margin: 0;
}.abris-elements__grid {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}.abris-element-card {
    border: 1px solid var(--tg-border-2);
    border-radius: 12px;
    background: var(--tg-color-white-default);
    padding: 12px 10px;
    aspect-ratio: 4 / 3;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}.abris-element-card.js-element-trigger {
    cursor: pointer;
}.abris-element-card.js-element-trigger::after,
.abris-frame-type-card__hint {
    content: "i";
    position: absolute;
    top: 8px;
    right: 8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid rgba(185, 192, 211, 0.55);
    background: rgba(238, 241, 247, 0.65);
    color: rgba(111, 120, 148, 0.8);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    transition: all 0.2s ease;
    cursor: pointer;
    padding: 0;
}.abris-element-card.js-element-trigger::before {
    content: "Нажмите, чтобы узнать больше информации о элементе";
}.abris-element-card.js-element-trigger::before,
.abris-frame-type-card::before {
    position: absolute;
    top: 8px;
    right: 32px;
    max-width: 220px;
    padding: 6px 8px;
    border-radius: 8px;
    background: rgba(1, 2, 46, 0.9);
    color: var(--tg-color-white-default);
    font-size: 11px;
    line-height: 1.25;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-2px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 2;
}.abris-element-card.js-element-trigger:hover::after,
.abris-frame-type-card:hover .abris-frame-type-card__hint {
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}.abris-element-card.js-element-trigger:hover::before,
.abris-frame-type-card:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}.abris-element-card img {
    width: auto;
    max-width: 100%;
    height: 110px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}@media (max-width: 1399px){.abris-element-card img {
    width: auto;
    max-width: 100%;
    height: 100px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}}.abris-element-card h4 {
    margin: 10px 0 0;
    color: var(--tg-heading-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}@media (max-width: 1399px){.abris-element-card h4 {
    margin: 10px 0 0;
    color: var(--tg-heading-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}}@media (max-width: 767px){.abris-element-card h4 {
    font-size: 13px;
}}.abris-element-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}.abris-element-modal.is-open {
    display: block;
}.abris-element-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(1, 2, 46, 0.72);
}.abris-element-modal__dialog {
    position: relative;
    max-width: 980px;
    width: calc(100% - 32px);
    margin: 15vh auto 0;
    background: var(--tg-color-white-default);
    border-radius: 18px;
    padding: 24px 56px;
    z-index: 2;
}.abris-element-modal__content {
    display: grid;
    grid-template-columns: 44% 56%;
    gap: 24px;
    align-items: center;
    min-height: 350px;
}.abris-element-modal__media img {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
}.abris-element-modal__text h4 {
    margin: 0 0 14px;
    color: var(--tg-heading-color);
    font-size: 25px;
    line-height: 1.12;
    text-transform: uppercase;
}.abris-element-modal__text p {
    margin: 0;
       color: var(--tg-body-color);
    font-size: 16px;
    line-height: 1.6;
    margin: 20px 0px;
}.abris-element-modal__price {
    margin-top: 10px !important;
    font-weight: var(--tg-fw-semi-bold);
        font-size: 23px !important;
}.abris-element-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    font-size: 30px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(17, 157, 102, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}.abris-element-modal__close:hover {
    background: #0f9a65;
    color:#fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(17, 157, 102, 0.32);
}.abris-element-modal__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(223, 228, 241, 0.9);
    background: rgba(255, 255, 255, 0.96);
    color: var(--tg-heading-color);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 28px rgba(1, 2, 46, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}.abris-element-modal__nav svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    display: block;
}.abris-element-modal__nav--prev svg {
    transform: rotate(180deg);
}.abris-element-modal__nav:hover {
      border: 1px solid var(--tg-theme-primary);
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    box-shadow: 0 14px 30px rgba(17, 157, 102, 0.34);
}.abris-element-modal__nav--prev {
    left: -65px;
}.abris-element-modal__nav--next {
    right: -65px;
}.abris-calc-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
}.abris-calc-modal.is-open {
    display: block;
}.abris-calc-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(1, 2, 46, 0.72);
}.abris-calc-modal__dialog {
    position: relative;
    width: min(1100px, calc(100% - 32px));
    height: min(780px, calc(100% - 64px));
    margin: 32px auto;
    border-radius: 14px;
    background: var(--tg-color-white-default);
    overflow: hidden;
    z-index: 2;
}.abris-calc-modal__frame {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}.abris-calc-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: rgba(1, 2, 46, 0.7);
    color: var(--tg-color-white-default);
    font-size: 28px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}@media (max-width: 1199px){.abris-frame-modal__dialog {
        width: calc(100% - 24px);
        max-height: calc(100vh - 24px);
        margin: 12px auto 0;
        padding: 20px 24px 18px;
        overflow-y: auto;
    }.abris-frame-modal__media {
        height: auto;
        max-height: 360px;
    }.abris-frame-modal__media img {
        object-fit: contain;
    }.abris-frame-modal__text {
        max-height: calc(100vh - 120px);
        overflow-y: auto;
        padding-right: 6px;
    }.abris-frame-modal__text .d-flex.flex-wrap.gap-2.mt-3 {
        position: sticky;
        bottom: 0;
        z-index: 3;
        padding-top: 10px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--tg-color-white-default) 35%);
    }.abris-elements__main .title {
        font-size: 36px;
    }}@media (max-width: 991px){.abris-frame-modal__media {
        display: none;
    }.abris-frame-modal__text {
        max-height: none;
        overflow-y: visible;
        padding-right: 0;
    }.abris-frame-modal__text .d-flex.flex-wrap.gap-2.mt-3 {
        position: static;
        background: transparent;
        padding-top: 0;
    }}@media (max-width: 767px){.abris-elements__main .title {
        font-size: 30px;
    }}@media (max-width: 767px){.abris-frame-modal__dialog {
        padding: 18px 14px 16px;
        margin-top: 4vh;
    }.abris-frame-modal__content {
        grid-template-columns: 1fr;
    }.abris-frame-modal__text h4 {
        font-size: 26px;
    }.abris-frame-modal__text li {
        font-size: 20px;
    }.abris-frame-modal__nav {
        width: 36px;
        height: 36px;
        font-size: 24px;
    }.abris-frame-card {
        padding: 14px;
    }.abris-frame-card__title-link {
        font-size: 34px;
    }.abris-frame-card__height-badge {
        top: 0;
        left: 0;
        right: auto;
        font-size: 12px;
        padding: 8px 13px;
    }.abris-tower-section .section__title p {
        font-size: 18px;
    }.abris-elements__parts .title {
        font-size: 26px;
    }.abris-elements__grid {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
    }.abris-element-card h4 {
        font-size: 14px;
    }.abris-element-modal__dialog {
        padding: 18px 14px 16px;
        margin-top: 4vh;
    }.abris-element-modal__content {
        grid-template-columns: 1fr;
    }.abris-element-modal__text h4 {
        font-size: 26px;
    }.abris-element-modal__text p {
        font-size: 16px;
    }.abris-element-modal__nav {
        width: 36px;
        height: 36px;
        font-size: 24px;
    }.abris-calc-modal__dialog {
        width: calc(100% - 14px);
        height: calc(100% - 24px);
        margin: 12px auto;
        border-radius: 10px;
    }}
/* Header responsive tune for 1500px range */
@media (max-width: 1550px) and (min-width: 992px) {
  .custom-container-five {
    max-width: calc(100% - 14px);
  }

  .tg-header__logo-area-inner .logo a {
    padding: 8px 14px;
  }

  .tg-header__logo-area-inner .logo a img {
    max-height: 45px;
    width: auto;
  }

  .tg-header__info-item {
    padding: 14px 14px;
    gap: 10px;
  }

  .tg-header__info-item .content span {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .tg-header__info-item .content a,
  .tg-header__info-item .content p, 
  .tg-header__info-item .abris-header-phone-content .abris-header-phone-link {
    font-size: 13px;
  }

  .tg-header__logo-area-inner .header__btn {
    padding: 12px 14px;
  }

  .tg-header__logo-area-inner .header__btn .tg-btn {
    padding: 16px 22px;
    font-size: 14px;
  }

  .tg-header__area-ten .tgmenu__nav {
    flex-wrap: nowrap;
  }

  .tg-header__area-ten .tgmenu__navbar-wrap ul {
    margin-left: 14px;
  }

  .tg-header__area-ten .tgmenu__navbar-wrap ul li a {
    padding: 28px 9px;
    font-size: 12px;
  }

  .tgmenu__action-nine {
    margin-left: auto;
  }

  .tgmenu__action-nine ul li .header-search-form {
    display: block;
    width: 210px;
  }

  .sticky-menu .tgmenu__action-nine ul li .header-search-form {
    display: block;
  }

  .tgmenu__action-nine ul li .header-search-form input {
    height: 42px;
    padding: 10px 38px 10px 16px;
    font-size: 13px;
  }

  .tgmenu__action-nine > .list-wrap li.offCanvas-menu {
    padding: 0 14px;
  }

  .header-contacts {
    gap: 8px;
  }

  .header-contacts a {
    padding: 8px;
    border-radius: 8px;
  }

  .header-contacts a svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 1099px) {
  .abris-element-modal__nav {
    top: 12px;
    transform: none;
    width: 36px;
    height: 36px;
  }

  .abris-element-modal__nav--next {
    right: 56px;
    left: auto;
  }

  .abris-element-modal__nav--prev {
    right: 100px;
    left: auto;
  }
}

@media (max-width: 1299px) and (min-width: 992px) {
  .tgmenu__action-nine ul li .header-search-form,
  .sticky-menu .tgmenu__action-nine ul li .header-search-form {
    display: none;
  }
}

@media (max-width: 1299px) and (min-width: 992px) {
  .tg-header__info-wrap {
    display: flex !important;
  }

  .tg-header__info-item {
    width: 33.33%;
    padding: 10px 10px;
    gap: 8px;
  }

  .tg-header__info-item .icon {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  .tg-header__info-item .content span {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .tg-header__info-item .content a,
  .tg-header__info-item .content p, 
  .tg-header__info-item .abris-header-phone-content .abris-header-phone-link {
    font-size: 12px;
  }

  .tgmenu__action > ul li.offCanvas-menu {
    display: flex;
  }

  .tgmenu__action-nine > .list-wrap li.offCanvas-menu {
    padding: 0 10px;
  }

  .header-contacts a {
    padding: 7px;
  }

  .header-contacts a svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1299px) and (min-width: 992px) {
  .tg-header__info-wrap .tg-header__info-item:nth-child(2) {
    display: none;
  }

  .tg-header__info-wrap .tg-header__info-item:nth-child(1),
  .tg-header__info-wrap .tg-header__info-item:nth-child(3) {
    width: 50%;
  }

  .tg-header__logo-area-inner .header__btn .tg-btn {
    padding: 14px 20px;
    font-size: 13px;
  }
}



@media (max-width: 1550px) and (min-width: 992px) {
  .tg-header__area-ten .tgmenu__navbar-wrap ul {
    margin-left: 0;
  }
  .tg-header__area-ten .tgmenu__wrap {
  padding-left: 10px;
}
.tgmenu__action > ul li {
    margin-left: 15px;
}
}

@media (max-width: 1550px) and (min-width: 992px) {
  .tg-header__area-ten .tgmenu__navbar-wrap ul li a {
    padding: 22px 9px;
    font-size: 12px;
  }
}

@media (max-width: 1550px) and (min-width: 992px) {
  .tg-header__logo-area-inner .logo a img {
    max-height: 45px;
    padding: 2px 5px;
    width: auto;
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .tg-header__area-ten.sticky-menu .tgmenu__nav .logo {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .tg-header__area-ten .tgmenu__nav .logo {
    display: flex;
    margin-right: auto;
  }

  .tg-header__area-ten .tgmenu__nav .logo a {
    display: flex;
    align-items: center;
    padding: 6px 0;
  }

  .tg-header__area-ten .tgmenu__nav .logo img {
    max-height: 40px;
    width: auto;
  }

  .tg-header__area-ten .tgmenu__wrap {
    padding: 8px 12px;
  }
}

@media (max-width: 991.98px) {
  .tg-header__area-ten .tgmenu__nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .tg-header__area-ten .tgmenu__action {
    display: block;
    margin-left: auto;
  }

  .tg-header__area-ten .tgmenu__action > ul {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .tg-header__area-ten .tgmenu__action > ul li {
    margin-left: 0;
  }

  .tg-header__area-ten .tgmenu__action-nine ul li .header-search-form,
  .tg-header__area-ten.sticky-menu .tgmenu__action-nine ul li .header-search-form {
    display: block;
    width: 150px;
  }

  .tg-header__area-ten .tgmenu__action-nine ul li .header-search-form input {
    height: 38px;
    font-size: 13px;
    padding: 8px 34px 8px 12px;
  }

  .tg-header__area-ten .tgmenu__action-nine > .list-wrap li.offCanvas-menu {
    display: flex;
    padding: 0;
    border-left: 0;
  }

  .tg-header__area-ten .header-contacts {
    display: flex;
    gap: 6px;
  }

  .tg-header__area-ten .header-contacts a {
    padding: 6px;
    border-radius: 8px;
  }

  .tg-header__area-ten .header-contacts a svg {
    width: 18px;
    height: 18px;
  }

  .tg-header__area-ten .mobile-nav-toggler {
    margin-left: 8px;
  }
}

@media (max-width: 767.98px) {
  .tg-header__area-ten .tgmenu__action-nine ul li .header-search-form,
  .tg-header__area-ten.sticky-menu .tgmenu__action-nine ul li .header-search-form {
    width: 125px;
  }
}

.header-mobile-phone {
  display: none;
}

.header-mobile-address {
  display: none;
}

.header-mobile-contacts-top {
  display: none;
}

.header-mobile-socials {
  display: none;
}

@media (min-width: 991px) {
  .tg-header__area-ten .header-mobile-socials {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 10px;
    margin-right:20px;
  }

  .tg-header__area-ten .header-mobile-socials a {
    width: 38px;
    height: 38px;
    border-radius: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
  }

  .tg-header__area-ten .header-mobile-socials a.telegram {
    background: #27a7e7;
  }

  .tg-header__area-ten .header-mobile-socials a.max {
    background: linear-gradient(135deg, #43c5fd 0%, #4461fd 32%, #6156f5 55%, #864be6 76%, #a15fdc 100%);
  }

  .tg-header__area-ten .header-mobile-socials a svg {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 991px) {
  .tg-header__area-ten .tgmenu__action-nine ul li.header-mobile-address,
  .tg-header__area-ten .tgmenu__action-nine ul li.header-mobile-contacts-top {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .tg-header__area-ten .tgmenu__action-nine ul li.header-search,
  .tg-header__area-ten .tgmenu__action-nine ul li .header-search-form,
  .tg-header__area-ten.sticky-menu .tgmenu__action-nine ul li .header-search-form {
    display: none;
  }

  .tg-header__area-ten .tgmenu__action-nine ul li.header-mobile-phone {
    display: flex;
    align-items: center;
  }

  .tg-header__area-ten .tgmenu__action-nine ul li.header-mobile-address {
    display: flex;
    align-items: center;
  }

  .tg-header__area-ten .tgmenu__action-nine ul li.header-mobile-contacts-top {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content:space-between;
  }

  .tg-header__area-ten .header-phone-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 10px;
    border-radius: 999px;
    background: var(--tg-color-gray-4);
    color: var(--tg-heading-color);
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
  }

  .tg-header__area-ten .header-phone-link:hover {
    color: var(--tg-theme-primary);
  }

  .tg-header__area-ten .header-mobile-address-card {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 320px;
  }

  

  .tg-header__area-ten .header-mobile-address-card .content {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: var(--tg-heading-color);
    max-width: 275px;
  }

  .tg-header__area-ten .header-mobile-address-card .content span {
    font-size: 12px;
    line-height: 1.2;
    color: var(--tg-border-1);
  }

  .tg-header__area-ten .header-mobile-address-card .content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 500;
    color: var(--tg-heading-color);
  }
}

@media (max-width: 575.98px) {
  .tg-header__area-ten .header-phone-link {
    font-size: 11px;
    padding: 0 8px;
    height: 34px;
  }
}

@media (max-width: 991.98px) {
  .tg-header__area-ten .header-mobile-phone-card {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    background: transparent;
    color: var(--tg-heading-color);
    line-height: 1;
  }

  .tg-header__area-ten .header-mobile-phone-card .icon, .tg-header__area-ten .header-mobile-address-card .icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-gray-4);
    color: var(--tg-theme-primary);
    font-size: 16px;
    flex: 0 0 auto;
  }

  .tg-header__area-ten .header-mobile-phone-card .content {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .tg-header__area-ten .header-mobile-phone-card .content span {
    font-size: 11px;
    color: var(--tg-border-1);
  }

  .tg-header__area-ten .header-mobile-phone-card .content strong {
    font-size: 12px;
    font-weight: 600;
    color: var(--tg-heading-color);
  }

  .tg-header__area-ten .header-mobile-phone-card:hover .content strong {
    color: var(--tg-theme-primary);
  }
}

@media (max-width: 575.98px) {
  .tg-header__area-ten .header-mobile-phone-card {
    padding: 2px 6px;
    gap: 6px;
  }

  .tg-header__area-ten .header-mobile-phone-card .icon {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }

  .tg-header__area-ten .header-mobile-phone-card .content span {
    font-size: 10px;
  }

  .tg-header__area-ten .header-mobile-phone-card .content strong {
    font-size: 11px;
  }
}

@media (max-width: 991.98px) {
  .tg-header__area-ten .tgmenu__nav {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .tg-header__area .mobile-nav-toggler {
    display: flex;
    margin-left: 25px;
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  .tg-header__area-ten {
    padding: 0 5px;
    background: var(--tg-color-white-default);
    border-radius: 20px;
    overflow: hidden;
  }
}

@media (max-width: 991.98px) {
  .tg-header__area-ten .header-mobile-phone-card .icon {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--tg-color-gray-4);
    color: var(--tg-theme-primary);
    font-size: 18px;
    flex: 0 0 auto;
  }

  .tg-header__area-ten .tgmenu__action-nine ul li.header-mobile-phone {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
}

.tgmobile__menu {
width: 420px;
    padding-right: 15px;
  max-width: 100%;
}

/* Final mobile menu layout */
.tgmobile__menu .nav-logo img {
  max-width: 170px;
}

.tgmobile__menu .tgmobile__search {
  padding: 0 20px 18px 25px;
}

.tgmobile__menu .tgmobile__search input {
  width: 100%;
  background: #F5F5F5;
  border: none;
  border-radius: 100px;
  font-size: 14px;
  color: var(--tg-heading-color);
  padding: 10px 40px 10px 20px;
  height: 45px;
}

.tgmobile__menu .tgmobile__search input::placeholder {
  color: var(--tg-body-color);
  font-size: 14px;
}

.tgmobile__menu .tgmobile__search button {
  position: absolute;
  border: none;
  background: transparent;
  padding: 0;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--tg-body-color);
}

.tgmobile__menu .tgmobile__search button:hover {
  color: var(--tg-theme-primary);
}

.tgmobile__menu .social-links {
  padding: 18px 25px 10px;
}

.tgmobile__menu .social-links ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.tgmobile__menu .social-links ul li {
  margin: 0;
}

.tgmobile__menu .social-links ul li a.telegram,
.tgmobile__menu .social-links ul li a.max {
  display: flex;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.tgmobile__menu .social-links ul li a.telegram {
  background: #27a7e7;
}

.tgmobile__menu .social-links ul li a.max {
  background: linear-gradient(135deg, #43c5fd 0%, #4461fd 32%, #6156f5 55%, #864be6 76%, #a15fdc 100%);
}

.tgmobile__menu .social-links ul li a svg {
  width: 24px;
  height: 24px;
}

.tgmobile__menu .tgmobile__contacts {
  padding: 8px 25px 30px;
}

.tgmobile__menu .tgmobile__contacts ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tgmobile__menu .tgmobile__contacts ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--tg-heading-color);
  line-height: 1.45;
}

.tgmobile__menu .tgmobile__contacts ul li i {
  color: var(--tg-theme-primary);
  font-size: 18px;
  margin-top: 2px;
  flex: 0 0 auto;
}

.tgmobile__menu .tgmobile__contacts ul li a,
.tgmobile__menu .tgmobile__contacts ul li span {
  color: var(--tg-heading-color);
}

.tgmobile__menu .tgmobile__contacts ul li a:hover {
  color: var(--tg-theme-primary);
}

/* Hide phone chip on desktop */
@media (min-width: 992px) {
  .header-mobile-phone {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .tg-header__area-ten .header-contacts a {
    width: 42px !important;
    height: 42px !important;
    padding: 8px !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .tg-header__area-ten .header-contacts a svg {
    width: 22px !important;
    height: 22px !important;
    display: block !important;
  }
}

@media (max-width: 991.98px) {
  .tg-header__area-ten .header-contacts a {
    width: 38px !important;
    height: 38px !important;
    padding: 8px !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .tg-header__area-ten .header-contacts a svg {
    width: 18px;
    height: 18px;
    display: block !important;
  }

  .tg-header__area-ten .header-mobile-phone-card .icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--tg-color-gray-4);
    color: var(--tg-theme-primary);
    font-size: 18px;
    flex: 0 0 auto;
  }

  .tg-header__area .mobile-nav-toggler {
    display: flex;
    margin-left: 15px;
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  .tg-header__area-ten .header-mobile-phone-card .content {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .tg-header__area-ten .header-mobile-phone-card .content a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: var(--tg-heading-color);
  }

  .tg-header__area-ten .header-mobile-phone-card .content a:hover {
    color: var(--tg-theme-primary);
  }

  .tg-header__area-ten .header-mobile-phone-card .content strong {
    font-size: 13px;
    font-weight: 500;
    color: var(--tg-heading-color);
  }
}

.tgmobile__menu .navigation li > a {
  position: relative;
  display: block;
  padding: 15px 55px 15px 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--tg-heading-color);
  text-transform: uppercase;
  transition: all 500ms ease;
  border: none;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 20px;
  top: 12px;
  transform: none;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tg-heading-color);
  background: var(--tg-color-gray-1);
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 5;
  border-radius: 5px;
}

.tgmobile__menu .navigation > li {
  position: relative;
}

.tgmobile__menu .navigation > li.menu-item-has-children > a {
  padding-right: 64px;
}

.tgmobile__menu .navigation > li.menu-item-has-children > .dropdown-btn {
  display: flex !important;
  right: 20px;
  top: 12px;
  transform: none;
}

/* Mobile submenu: only top and bottom border */
.tgmobile__menu .navigation li > ul {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .navigation li > ul > li {
  border-top: none;
  border-bottom: none;
}

/* Mobile menu contacts style like header info cards */
.tgmobile__menu .tgmobile__contacts {
  padding: 10px 25px 30px;
}

.tgmobile__menu .tgmobile__contacts ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.tgmobile__menu .tgmobile__contacts ul li.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--tg-heading-color);
  line-height: 1.4;
}

.tgmobile__menu .tgmobile__contacts ul li.contact-item .icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--tg-color-gray-4);
  color: var(--tg-theme-primary);
  font-size: 16px;
  flex: 0 0 auto;
}

.tgmobile__menu .tgmobile__contacts ul li.contact-item .content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.tgmobile__menu .tgmobile__contacts ul li.contact-item .content span {
  font-size: 12px;
  color: var(--tg-border-1);
}

.tgmobile__menu .tgmobile__contacts ul li.contact-item .content strong,
.tgmobile__menu .tgmobile__contacts ul li.contact-item .content strong a {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 500;
  color: var(--tg-heading-color);
}

.tgmobile__menu .tgmobile__contacts ul li.contact-item .content strong a:hover {
  color: var(--tg-theme-primary);
}

@media (max-width: 575.98px) {
  .tgmobile__menu .tgmobile__contacts {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tgmobile__menu .tgmobile__contacts ul li.contact-item .content strong,
  .tgmobile__menu .tgmobile__contacts ul li.contact-item .content strong a {
    font-size: 14px;
  }
}

/* Requested mobile contacts/social tweaks */
.tgmobile__menu .tgmobile__contacts ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tgmobile__menu .tgmobile__contacts ul li {
  color: var(--tg-theme-primary);
  font-size: 20px;
  margin-top: 2px;
  flex: 0 0 auto;
}

.tgmobile__menu .tgmobile__contacts ul li.contact-item .icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--tg-color-gray-4);
  color: var(--tg-theme-primary);
  font-size: 21px;
  flex: 0 0 auto;
}

/* Mobile offcanvas phones: two lines with identical typography */
.tgmobile__menu .tgmobile__contacts ul li.contact-phone {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tgmobile__menu .tgmobile__contacts ul li.contact-phone i {
  color: var(--tg-theme-primary);
  font-size: 18px;
  line-height: 1;
  margin-top: 0;
  flex: 0 0 auto;
}

.tgmobile__menu .tgmobile__contacts ul li.contact-phone a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: var(--tg-theme-secondary);
}

.tgmobile__menu .tgmobile__contacts ul li.contact-phone a:hover {
  color: var(--tg-theme-primary);
}

@media (max-width: 991.98px) {
  .tgmobile__menu .tgmobile__contacts ul li:not(.contact-phone) span,
  .tgmobile__menu .tgmobile__contacts ul li:not(.contact-phone) a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.9;
    color: var(--tg-theme-secondary);
  }

  .tgmobile__menu .tgmobile__contacts ul li:not(.contact-phone) a:hover {
    color: var(--tg-theme-primary);
  }
}

.tgmobile__menu .social-links ul {
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 0 10px;
  flex-wrap: wrap;
}

@media (max-width: 550px) {
  .tg-header__area-ten .header-mobile-phone-card {
    padding: 0;

    background: transparent;
  }

  .tg-header__area-ten .header-mobile-phone-card .content {
    display: none;
  }

  .tg-header__area-ten .header-mobile-address-card .content {
    display: none;
  }

  .tg-header__area-ten .header-mobile-phone-card .icon {
    width: 38px;
    height: 38px;
    margin-right: 0;
  }
}

@media (max-width: 550px) {
  .tg-header__area-ten .tgmenu__action-nine ul li.header-mobile-phone {
    display: flex;
    align-items: center;
    margin-right: 0;
  }
}

@media (max-width: 550px) {
  .tg-header__area-ten .header-mobile-phone-card .icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-gray-5);
    color: var(--tg-theme-primary);
    font-size: 18px;
    border-radius: 10px;
    flex: 0 0 auto;
  }

  .tg-header__area-ten .header-mobile-address-card .icon {
    width: 38px;
    height: 38px;
    background: var(--tg-color-gray-5);
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .tg-header__area-ten .header-contacts {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .tg-header__area-ten .tgmenu__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }

  .tg-header__area-ten .tgmenu__action {
    order: 1;
    width: 100%;
    margin-left: 0;
        border-bottom: 1px solid var(--tg-color-gray-4);
        padding-bottom:10px;
  }

  .tg-header__area-ten .tgmenu__action-nine > .list-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    gap: 8px;
  }

  .tg-header__area-ten .tgmenu__action-nine ul li.header-mobile-phone,
  .tg-header__area-ten .tgmenu__action-nine ul li.header-mobile-address {
    order: 1;
    margin: 0;
  }

  .tg-header__area-ten .tgmenu__action-nine ul li.header-mobile-contacts-top {
    order: 1;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 100%;
    flex-wrap:wrap;
  }

  .tg-header__area-ten .header-mobile-phone-card,
  .tg-header__area-ten .header-mobile-address-card {
    display: inline-flex;
    align-items: center;
  }

  .tg-header__area-ten .tgmenu__nav .logo {
    order: 2;
  }

  .tg-header__area-ten .header-mobile-socials {
    order: 3;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .tg-header__area-ten .mobile-nav-toggler {
    order: 4;
    margin-left: 0;
  }

  .tg-header__area-ten .header-mobile-socials a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
  }

  .tg-header__area-ten .header-mobile-socials a.telegram {
    background: #27a7e7;
  }

  .tg-header__area-ten .header-mobile-socials a.max {
    background: linear-gradient(135deg, #43c5fd 0%, #4461fd 32%, #6156f5 55%, #864be6 76%, #a15fdc 100%);
  }

  .tg-header__area-ten .header-mobile-socials a svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 550px) {
  .tg-header__area-ten .header-mobile-phone-card .content,
  .tg-header__area-ten .header-mobile-address-card .content {
    display: flex !important;
  }
}

@media (max-width: 499.98px) {
  .tg-header__area-ten .header-mobile-phone-card .icon,
  .tg-header__area-ten .header-mobile-address-card .icon {
    display: none !important;
  }
}



@media (max-width: 1199.98px) and (min-width: 992px) {
  .banner__content-five .title {
    margin-bottom: 12px;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 900;
  }
}

@media (max-width: 991.98px) {
  .banner__content-five .title {
    margin-bottom: 12px;
    font-size: 35px;
  }

  .banner__content-five p {
    margin-bottom: 39px;
    margin-top: 30px;
    font-size: 25px;
  }
}

@media (max-width: 767.98px) {
  .banner__content-five .sub-title {
    display: inline-flex;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--tg-theme-primary);
    line-height: 1;
    position: relative;
    gap: 7px;
    align-items: center;
    margin-bottom: 15px;
  }

  .banner__content-five .title {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .banner__content-five p {
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 22px;
  }
}

@media (max-width: 1399px) {


  .project__content-left-two .title {
    margin-bottom: 12px;
    font-size: 19px;
    font-weight: 600;
  }
}

@media (max-width: 1199.98px) {


  .project__content-left-two .title {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 600;
  }
}

@media (max-width: 991.98px) {


  .project__content-left-two .title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
  }

  .project__content-left-two {
    z-index: 2;
    padding: 10px;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 767.98px) {

  .project__content-left-two .title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {

}

@media (max-width: 767.98px) {

}

.services__item-ten {
  background: var(--tg-color-white-default);
  border: 1px solid var(--tg-border-14);
  border-radius: 20px 20px;
  overflow: hidden;
  padding: 30px 20px 30px;
  height: 100%;
}

/* Banner background hard-fix for both legacy and current classes */
.banner__area-five .banner__bg-four,
.banner__area-five .banner__bg-tour {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  background-color: #ececec !important;
}

.banner__area-five .banner__bg-four::after,
.banner__area-five .banner__bg-tour::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.3) 42%, rgba(255, 255, 255, 0.1) 78%) !important;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .banner__area-five .banner__bg-four::after,
  .banner__area-five .banner__bg-tour::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 42%, rgba(255, 255, 255, 0.3) 78%) !important;
  }
}

@media (max-width: 991.98px) {
  .services__item-ten {
    background: var(--tg-color-white-default);
    border: 1px solid var(--tg-border-14);
    border-radius: 20px 20px;
    overflow: hidden;
    padding: 20px 15px 20px;
    height: 100%;
  }

  .services__item-row .title,
  .services__item-ten .title {
    font-size: 18px;
    margin-bottom: 0;
  }

  .services__item-ten .services__icon-two {
    font-size: 37px;
    padding: 8px 0 0 8px;
    width: 40px;
    height: 40px;
    line-height: 0;
  }

  .services__item-ten .services__icon-two::before {
    width: 40px;
    height: 40px;
  }

  .services__icon-two i,
  .services__icon-two svg {
    width: 40px;
    height: 40px;
  }

  .services__content-ten p {
    margin-bottom: 0;
    font-size: 13px;
    opacity: 0.8;
  }
}

@media (max-width: 767.98px) {
  .services__bottom-content p a {
    font-size: 15px;
    font-weight: 600;
    margin-left: 3px;
    position: relative;
    display: block !important;
  }
}

@media (max-width: 1399px) {
  .abris-cta .abris-cta__content {
    position: relative;
    z-index: 1;
    max-width: 90% !important;
  }
}

@media (max-width: 1399px) {
  .abris-cta .abris-cta__content {
    position: relative;
    z-index: 1;
    max-width: 90% !important;
  }

  .abris-cta .abris-cta__panel {
    position: relative;
    padding: 40px 25px !important;
  }

  .abris-cta .call__back-content-two p {
    margin-bottom: 0 !important;
    color: var(--tg-body-color);
    font-size: 14px !important;
  }
}

@media (max-width: 1199.98px) {
  .abris-cta .call__back-content-two .section__title .title {
    font-size: 28px;
  }
}

@media (max-width: 1199.98px) {
  .abris-cta__form-text {
    margin-bottom: 15px;
    color: var(--tg-color-gray-11);
    font-size: 13px;
    line-height: 1.5;
  }

  .abris-cta__form-card {
    padding: 20px 15px;
    background: linear-gradient(180deg, var(--tg-color-white-default) 0%, var(--tg-color-gray-2) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .abris-cta .abris-cta__panel:before {
    background: #ffffff94 !important;
  }
}

@media (max-width: 767.98px) {
  .abris-cta .abris-cta__content {
    position: relative;
    z-index: 1;
    max-width: 100% !important;
    padding: 0 !important;
  }
}






@media (max-width: 1399px) {
  .articles__card .blog__post-content,
  .blog__post-content {
    padding: 25px 20px 20px;
  }
}

@media (max-width: 1399px) {
  .articles__card .blog__post-thumb img,
  .blog__post-thumb img {
    width: 100%;
    height: 220px !important;
    object-fit: cover;
  }

  .articles__card .blog__post-content {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }
}

@media (max-width: 1399.98px) {
  .abris-footer-lite__address {
    font-size: 20px;
  }
}

@media (max-width: 1199.98px) {
  .abris-footer-lite__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "brand form"
      "product sections";
    gap: 28px 28px;
    align-items: start;
  }

  .abris-footer-lite__brand {
    grid-area: brand;
  }

  .abris-footer-lite__form {
    grid-area: form;
  }

  .abris-footer-lite__grid > .abris-footer-lite__nav:nth-of-type(1) {
    grid-area: sections;
  }

  .abris-footer-lite__grid > .abris-footer-lite__nav:nth-of-type(2) {
    grid-area: product;
  }
}

@media (max-width: 767.98px) {
  .abris-footer-lite__grid {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    gap: 24px;
  }

  .abris-footer-lite__brand,
  .abris-footer-lite__form,
  .abris-footer-lite__grid > .abris-footer-lite__nav:nth-of-type(1),
  .abris-footer-lite__grid > .abris-footer-lite__nav:nth-of-type(2) {
    grid-area: auto;
  }

  .abris-footer-lite__links li a,
  .abris-footer-lite__form-text {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .abris-tower-section .tg-btn,
  .abris-frame-modal .tg-btn {
    padding: 15px 20px;
    font-size: 13px;
  }
}

@media (max-width: 1199.98px) {
  .abris-element-card {
    border: 1px solid var(--tg-border-2);
    border-radius: 12px;
    background: var(--tg-color-white-default);
    padding: 9px 8px;
  }

  .abris-element-card img {
    width: auto;
    max-width: 100%;
    height: 90px;
  }

  .abris-frame-type-card img {
    width: 100%;
    height: auto;
  }

  .abris-elements__main .title {
    font-size: 28px;
  }
}

@media (max-width: 575.98px) {
  .abris-element-card {
    border: 1px solid var(--tg-border-2);
    border-radius: 12px;
    background: var(--tg-color-white-default);
    padding: 12px 10px;
    aspect-ratio: 4 / 2;
  }

  .abris-frame-type-card__badge {
    left: 8px;
    right: auto;
  }
}

.abris-frame-type-card--archive {
  display: flex;
  flex-direction: column;
}

.abris-frame-type-card--archive .abris-frame-type-card__actions {
  margin-top: auto;
}

.abris-frame-type-card__subtitle-link {
  color: var(--tg-color-gray-9) !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.abris-frame-type-card:hover .subtitle,
.abris-frame-type-card:hover .abris-frame-type-card__subtitle-link,
.abris-frame-type-card .abris-frame-type-card__subtitle-link:hover,
.abris-frame-type-card .abris-frame-type-card__subtitle-link:focus-visible {
  color: var(--tg-theme-primary) !important;
}

@media (min-width: 992px) {
  .post-type-archive-catalog .shop__area > .container > .row {
    --bs-gutter-x: 16px;
  }

  .post-type-archive-catalog .shop__area .col-30 {
    flex: 0 0 24%;
    max-width: 24%;
  }

  .post-type-archive-catalog .shop__area .col-70 {
    flex: 0 0 76%;
    max-width: 76%;
  }
}

@media (max-width: 475px) {
    .banner__content-five {
        padding:30px 15px;
    }
        .banner__content-five .title {
        margin-bottom: 5px;
        font-size: 23px;
    }
        .banner__content-five p {
        margin-bottom: 21px;
        margin-top: 15px;
        font-size: 20px;
    }

            .banner__bg-four {
        padding: 30px 10px 30px 10px;
    }
}

/* Fixed social sidebar */
#abris-social-sidebar {
    left: 0;
    position: fixed;
    top: 50%;
    z-index: 250;
    list-style: none;
    padding: 0;
    transform: translateY(-50%);
}

#abris-social-sidebar li:first-child a { border-top-right-radius: 6px; }
#abris-social-sidebar li:last-child a { border-bottom-right-radius: 6px; }

#abris-social-sidebar a {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: background-color .25s ease;
}

#abris-social-sidebar a svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

#abris-social-sidebar a:hover span {
  left: 120%;
  opacity: 1;
}

#abris-social-sidebar a span {
  font: 12px "Open Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  line-height: 24px;
  left: -120%;
  margin-top: -16px;
  opacity: 0;
  padding: 4px 10px;
  position: absolute;
  transition: opacity .3s, left .35s;
  top: 50%;
  white-space: nowrap;
  z-index: -1;
  background: #111;
}

#abris-social-sidebar a span:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  left: -4px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  background: inherit;
}

#abris-social-sidebar a[class*="telegram"]:hover,
#abris-social-sidebar a[class*="telegram"] span,
#abris-social-sidebar a[class*="telegram"] span:before {
  background: #27a7e7;
}

#abris-social-sidebar a[class*="max"]:hover,
#abris-social-sidebar a[class*="max"] span,
#abris-social-sidebar a[class*="max"] span:before {
  background: linear-gradient(135deg, #43c5fd 0%, #4461fd 32%, #6156f5 55%, #864be6 76%, #a15fdc 100%);
}

#abris-social-sidebar a[class*="vk"]:hover,
#abris-social-sidebar a[class*="vk"] span,
#abris-social-sidebar a[class*="vk"] span:before {
  background: #2787f5;
}

#abris-social-sidebar a[class*="whatsapp"]:hover,
#abris-social-sidebar a[class*="whatsapp"] span,
#abris-social-sidebar a[class*="whatsapp"] span:before {
  background: #25d366;
}

#abris-social-sidebar a.phone {
  color: #fff;
}

#abris-social-sidebar a.phone:hover {
  color: #fff;
  background: var(--tg-theme-primary);
}

#abris-social-sidebar a.phone span,
#abris-social-sidebar a.phone span:before {
  background: var(--tg-theme-primary);
}


a small {
opacity:1 !important;
    
}
.anotax {
     font-size: 16px;    
     background: var(--tg-theme-primary);    
     color: #fff;    
     padding: 0 15px;    
     margin-bottom: 10px;    
     text-align: center;     
     display: flex;
    justify-content: space-between; 
    align-items:centerж
}
