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

   Theme Name: Xonsum - Multipurpose Business HTML Template
   Author : 
   Support: 
   Description: Xonsum - Multipurpose Business HTML Template
   Version: 1.0

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

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

==============================================*/
/*============================================
/*  01. Theme Default CSS
==============================================*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
.text-theme {
  color: var(--tg-theme-primary) !important;
}

.text-theme-secondary {
  color: var(--tg-theme-secondary) !important;
}

:root {
  --tg-body-font-family: 'Plus Jakarta Sans', sans-serif;;
  --tg-heading-font-family: 'Plus Jakarta Sans', sans-serif;;
  --tg-heading2-font-family: 'Manrope', 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: #1F2933;
  --tg-heading-color: #00233D;
  --tg-theme-primary: #0064B0;
  --tg-theme-secondary: #009BB0;
  --tg-color-dark-blue: #0E104B;
  --tg-color-dark-blue-2: #001950;
  --tg-color-light-blue: #7149D2;
  --tg-color-yellow-default: #FFA800;
  --tg-color-yellow-light: #F9EADC;
  --tg-color-white-default: #ffffff;
  --tg-color-red-default: #ED1730;
  --tg-color-gray-1: #EBF6FF;
  --tg-color-gray-2: #67687A;
  --tg-color-gray-3: #F3F8FE;
  --tg-color-gray-4: #ECEDE5;
  --tg-color-gray-5: #F6F6F8;
  --tg-color-gray-6: #D0DAEF;
  --tg-color-gray-7: #9399A6;
  --tg-color-dark: #000000;
  --tg-color-black-1: #060606;
  --tg-color-black-2: #161439;
  --tg-border-1: #C8C2C8;
  --tg-border-2: #D0CACA;
  --tg-border-3: #CCD2E1;
  --tg-border-4: #DBE3EB;
  --tg-border-5: #F8F8F8;
  --tg-border-6: #E6E6E6;
  --tg-fw-extra-bold: 800;
  --tg-fw-bold: 700;
  --tg-fw-semi-bold: 600;
  --tg-fw-medium: 500;
  --tg-fw-regular: 400;
  --tg-fw-light: 300;
}

/*=============================
	Typography css start
===============================*/
body {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
  color: var(--tg-body-color);
  line-height: var(--tg-body-line-height);
}
body.theme-yellow {
  /* DFF25D */
  --tg-theme-primary: #c0c78e;
  --tg-theme-secondary: #EDC6FF;
  --tg-heading-color: #1C1C29;
}
body.theme-yellow2 {
  --tg-theme-primary: #ECFF9F;
  --tg-theme-secondary: #EDC6FF;
  --tg-heading-color: #1C1C29;
}
body.theme-orange {
  --tg-theme-primary: #D85539;
  background: #F4F3F1;
}
body.theme-handyman {
  --tg-theme-primary: #67B19D;
  --tg-theme-secondary: #ECF79D;
  --tg-heading-color: #0A1210;
}
body.theme-gym {
  --tg-theme-primary: #FF3D00;
  background: #070707;
  --tg-heading-color: #0A1210;
  --tg-color-gray-1: #121212;
}
body.theme-medical {
  --tg-theme-primary: #7DCDCE;
  --tg-theme-secondary: #A6DC77;
  --tg-heading-color: #0D2227;
}
body.theme-architect {
  --tg-theme-primary: #A6A182;
  --tg-theme-secondary: #1F2933;
  --tg-heading-color: #131313;
}
body.theme-itsolution {
  background: #111213;
  --tg-theme-primary: #95BDF9;
  --tg-theme-secondary: #C3AFE8;
  --tg-color-gray-1: #201F21;
}
body.theme-law {
  background: #F2F2F0;
  --tg-theme-primary: #B8967E;
  --tg-heading-color: #0D0F21;
}

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

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

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

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

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

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

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

h1 {
  font-size: 76px;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.clear {
  clear: both;
}

.list-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-wrap ul li {
  display: flex;
  gap: 12px;
}
.list-wrap ul li:not(:last-child) {
  margin-bottom: 10px;
}
.list-wrap ul li i {
  margin-top: 7px;
}
.list-wrap.style2 ul li i {
  color: var(--tg-theme-secondary);
}
.list-wrap.style3 ul li {
  font-size: 18px;
  font-weight: 700;
}
.list-wrap.style3 ul li i {
  color: var(--tg-theme-primary);
}
@media (max-width: 767.98px) {
  .list-wrap.style3 ul li {
    font-size: 16px;
  }
}
.list-wrap.style4 ul li i {
  font-size: 26px;
  margin-top: 1px;
}
.list-wrap.style4 ul li:not(:last-child) {
  margin-bottom: 15px;
}
.list-wrap.style5 ul li i {
  font-size: 8px;
  margin-top: 10px;
  color: var(--tg-theme-primary);
}
.list-wrap.style5 ul li:not(:last-child) {
  margin-bottom: 15px;
}
.list-wrap.style6 ul li {
  gap: 20px;
}
.list-wrap.style6 ul li .circle-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--tg-theme-primary);
  flex: none;
  text-align: center;
}
.list-wrap.style6 ul li i {
  font-size: 12px;
  margin-top: 10px;
  color: var(--tg-color-white-default);
}
.list-wrap.style6 ul li .list-title {
  margin-bottom: 15px;
  font-size: 20px;
  margin-top: -0.2em;
}
.list-wrap.style6 ul li p {
  margin-bottom: -0.3em;
}
.list-wrap.style6 ul li:not(:last-child) {
  margin-bottom: 28px;
}

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

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

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

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

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

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

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

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

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

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

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

.gx-60 {
  --bs-gutter-x: 60px;
}
@media (max-width: 1500px) {
  .gx-60 {
    --bs-gutter-x: 40px;
  }
}

.gx-70 {
  --bs-gutter-x: 70px;
}
@media (max-width: 1500px) {
  .gx-70 {
    --bs-gutter-x: 40px;
  }
}

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

.custom-container {
  max-width: 1870px;
  margin: auto;
}
@media (max-width: 1800px) {
  .custom-container {
    max-width: 1600px;
  }
}
@media (max-width: 1500px) {
  .custom-container {
    max-width: 100%;
  }
}

.custom-container2 {
  max-width: 1840px;
  margin: auto;
}
@media (max-width: 1800px) {
  .custom-container2 {
    max-width: 100%;
    margin: 0 15px;
  }
}
.custom-container3 {
  max-width: 1730px;
  margin: auto;
}
@media (max-width: 1800px) {
  .custom-container3 {
    max-width: 100%;
  }
}

.custom-container4 {
  max-width: 1406px;
  margin: auto;
}
@media (max-width: 1800px) {
  .custom-container4 {
    max-width: 100%;
  }
}

.radius-20 {
  border-radius: 20px !important;
}

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

.thm-swiper__slider.has-shadow {
  padding-left: 12px;
  padding-right: 12px;
  margin: -25px -12px;
}
.thm-swiper__slider.has-shadow .swiper-wrapper {
  padding: 25px 0;
}

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

.tg-button-wrap2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 15px;
}
.tg-button-wrap2 .title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3px;
  margin-top: -0.3em;
}
.tg-button-wrap2 .content {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}
.tg-button-wrap2 .icon-btn {
  text-align: center;
  height: 56px;
  width: 56px;
  line-height: 56px;
  font-size: 20px;
  color: var(--tg-theme-secondary);
  box-shadow: 0px 16px 52px rgba(0, 0, 0, 0.07);
}
.tg-button-wrap2.style2 .title {
  font-size: 14px;
  margin-bottom: 10px;
}
.tg-button-wrap2.style2 .content {
  font-size: 20px;
}
.tg-button-wrap2.style3 .icon-btn {
  border: 1px solid var(--tg-theme-primary);
  line-height: 55px;
  color: var(--tg-color-dark);
}
.tg-button-wrap2.style3 .title {
  margin-bottom: 2px;
}
.tg-button-wrap2.style3 .content {
  font-size: 20px;
}

.slider-btn-wrap {
  display: flex;
  gap: 20px;
}
.slider-btn-wrap.g-0 {
  gap: 0;
}

.btn {
  user-select: none;
  -moz-user-select: none;
  background: var(--tg-theme-primary) none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 16px 42px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-color-white-default);
  gap: 10px;
  --arrow-hover-move-x: -110%;
}
.btn:has(.icon-btn) {
  padding: 8px 8px 8px 23px;
  gap: 20px;
}
.btn::before {
  content: "";
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: var(--tg-heading-color);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.btn svg {
  -webkit-transform: translateY(-2.5px);
  -moz-transform: translateY(-2.5px);
  -ms-transform: translateY(-2.5px);
  -o-transform: translateY(-2.5px);
  transform: translateY(-2.5px);
}
.btn svg path {
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}
.btn svg path:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.btn svg path:nth-of-type(2) {
  transform: translateX(calc(1 * var(--arrow-hover-move-x)));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}
.btn:active, .btn:focus, .btn:hover, .btn:focus-visible {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default) !important;
}
.btn:active:before, .btn:focus:before, .btn:hover:before, .btn:focus-visible:before {
  top: -40%;
}
.btn:active svg path:nth-of-type(1), .btn:focus svg path:nth-of-type(1), .btn:hover svg path:nth-of-type(1), .btn:focus-visible svg path:nth-of-type(1) {
  transform: translateX(calc(-1 * var(--arrow-hover-move-x)));
  opacity: 0;
  transition-delay: 0s, 0s;
}
.btn:active svg path:nth-of-type(2), .btn:focus svg path:nth-of-type(2), .btn:hover svg path:nth-of-type(2), .btn:focus-visible svg path:nth-of-type(2) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.btn-two {
  padding: 23px 30px;
  background: var(--tg-heading-color);
  color: var(--tg-color-white-default);
}
.btn-two:before {
  background: var(--tg-color-white-default);
}
.btn-two:active, .btn-two:focus, .btn-two:hover {
  background: var(--tg-heading-color);
  color: var(--tg-heading-color) !important;
}
.btn-three {
  padding: 23px 30px;
  background: linear-gradient(to top, var(--tg-theme-primary), var(--tg-theme-secondary));
  color: var(--tg-color-white-default);
}
.btn-three:before {
  background: linear-gradient(to bottom, var(--tg-theme-primary), var(--tg-theme-secondary));
}
.btn-three:active, .btn-three:focus, .btn-three:hover {
  background: linear-gradient(to top, var(--tg-theme-primary), var(--tg-theme-secondary));
  color: var(--tg-color-white-default) !important;
}
.btn-four {
  padding: 23px 40px;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border-radius: 5px;
}
.btn-four:before {
  background: var(--tg-color-white-default);
}
.btn-four:active, .btn-four:focus, .btn-four:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-heading-color) !important;
}
.btn-five {
  padding: 23px 40px;
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
  border-radius: 5px;
}
.btn-five:before {
  background: var(--tg-theme-primary);
}
.btn-five:active, .btn-five:focus, .btn-five:hover {
  background: var(--tg-theme-secondary);
}
.btn-six {
  padding: 23px 40px;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border-radius: 5px;
}
.btn-six:before {
  background: var(--tg-color-dark);
}
.btn-seven {
  padding: 23px 40px;
  background: linear-gradient(to right, var(--tg-theme-primary), var(--tg-theme-secondary));
  color: var(--tg-color-white-default);
  border-radius: 5px;
}
.btn-seven:before {
  background: var(--tg-color-white-default);
}
.btn-seven:hover {
  background: linear-gradient(to right, var(--tg-theme-primary), var(--tg-theme-secondary));
  color: var(--tg-color-dark) !important;
}
.btn-eight {
  padding: 23px 40px;
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}
.btn-eight:before {
  background: var(--tg-theme-primary);
}
.btn-eight:active, .btn-eight:focus, .btn-eight:hover {
  background: var(--tg-theme-secondary);
}
.btn-white {
  background: var(--tg-color-white-default);
  color: var(--tg-heading-color);
}
.btn-white:before {
  background: var(--tg-heading-color);
}
.btn-white:active, .btn-white:focus, .btn-white:hover {
  background: var(--tg-color-white-default);
  color: var(--tg-color-white-default);
}
.btn-white2 {
  background: var(--tg-color-white-default);
  color: var(--tg-heading-color);
}
.btn-white2:before {
  background: var(--tg-theme-primary);
}
.btn-white2:active, .btn-white2:focus, .btn-white2:hover {
  background: var(--tg-color-white-default);
  color: var(--tg-color-white-default);
}
.btn-white3 {
  background: var(--tg-color-white-default);
  color: var(--tg-heading-color);
  border-radius: 5px;
  padding: 20px 40px;
}
.btn-white3:before {
  background: var(--tg-theme-primary);
}
.btn-white3:active, .btn-white3:focus, .btn-white3:hover {
  background: var(--tg-color-white-default);
  color: var(--tg-color-white-default);
}
.btn-border {
  background: transparent;
  border: 1px solid var(--tg-body-color);
  color: var(--tg-body-color);
  padding: 21px 42px;
}
.btn-border:before {
  background: var(--tg-theme-secondary);
}
.btn-border:active, .btn-border:focus, .btn-border:hover {
  background: transparent;
  color: var(--tg-body-color) !important;
  border: 1px solid var(--tg-theme-secondary) !important;
}
.btn-border2 {
  background: transparent;
  border: 1px solid var(--tg-body-color) !important;
  color: var(--tg-body-color);
}
.btn-border2:before {
  background: var(--tg-theme-primary);
}
.btn-border2:active, .btn-border2:focus, .btn-border2:hover {
  background: transparent;
  color: var(--tg-body-color) !important;
  border: 1px solid var(--tg-body-color) !important;
}
.btn-border3 {
  background: transparent;
  border: 1px solid var(--tg-color-white-default);
  color: var(--tg-color-white-default);
  padding: 21px 42px;
}
.btn-border3:before {
  background: var(--tg-color-white-default);
}
.btn-border3:active, .btn-border3:focus, .btn-border3:hover {
  background: transparent;
  color: var(--tg-color-dark) !important;
  border: 1px solid var(--tg-color-white-default) !important;
}
.btn-border3:active .icon-btn, .btn-border3:focus .icon-btn, .btn-border3:hover .icon-btn {
  background: var(--tg-heading-color);
  color: var(--tg-color-white-default);
}
.btn-border4 {
  background: transparent;
  border: 1px solid var(--tg-color-white-default);
  color: var(--tg-color-white-default);
  padding: 21px 42px;
  border-radius: 5px;
}
.btn-border4:before {
  background: var(--tg-color-white-default);
}
.btn-border4:active, .btn-border4:focus, .btn-border4:hover {
  background: transparent;
  color: var(--tg-color-dark) !important;
  border: 1px solid var(--tg-color-white-default) !important;
}
.btn-border4:active .icon-btn, .btn-border4:focus .icon-btn, .btn-border4:hover .icon-btn {
  background: var(--tg-heading-color);
  color: var(--tg-color-white-default);
}
.btn-border5 {
  background: transparent;
  border: 0;
  color: var(--tg-color-white-default);
  padding: 21px 42px;
  border-radius: 5px;
}
.btn-border5:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 5px;
  border: 2px solid transparent;
  background: linear-gradient(90deg, var(--tg-theme-primary) 0%, var(--tg-theme-secondary) 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.btn-border5:before {
  background: linear-gradient(var(--tg-theme-primary), var(--tg-theme-secondary));
}
.btn-border5:active, .btn-border5:focus, .btn-border5:hover {
  background: transparent;
  color: var(--tg-color-dark) !important;
  border: 0 !important;
}

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

.icon-btn {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: var(--tg-color-white-default);
  border-radius: 50%;
  color: var(--tg-heading-color);
  padding: 0;
  justify-content: center;
  transition: 0.4s;
}
.icon-btn.style2 {
  background: var(--tg-theme-primary);
  color: var(--tg-heading-color);
}
.icon-btn.style3 {
  background: var(--tg-heading-color);
  color: var(--tg-color-white-default);
}

.slider-icon-btn {
  height: 65px;
  width: 65px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 100, 176, 0.1);
  color: var(--tg-theme-primary);
}
.slider-icon-btn:hover {
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
}
.slider-icon-btn.style2 {
  border-radius: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}
.slider-icon-btn.style2:hover {
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
}
.slider-icon-btn.style3 {
  color: var(--tg-theme-secondary);
}
.slider-icon-btn.style3:hover {
  color: var(--tg-color-white-default);
  background: var(--tg-theme-secondary);
}
.slider-icon-btn.style4 {
  color: var(--tg-heading-color);
  background: var(--tg-color-gray-3);
  border-radius: 8px;
}
.slider-icon-btn.style4:hover {
  color: var(--tg-heading-color);
  background: var(--tg-theme-primary);
}
.slider-icon-btn.style5 {
  color: var(--tg-theme-primary);
  background: transparent;
  border-radius: 8px;
  border: 1px solid var(--tg-theme-primary);
  line-height: 62px;
}
.slider-icon-btn.style5:hover {
  color: var(--tg-heading-color);
  background: var(--tg-theme-primary);
}
.slider-icon-btn.style6 {
  color: var(--tg-heading-color);
  background: var(--tg-color-white-default);
  line-height: 60px;
}
.slider-icon-btn.style6:hover {
  color: var(--tg-heading-color);
  background: var(--tg-theme-primary);
}
.slider-icon-btn.style7 {
  color: #757474;
  background: transparent;
  border: 2px solid rgba(117, 116, 116, 0.1);
  line-height: 60px;
}
.slider-icon-btn.style7:hover {
  color: var(--tg-heading-color);
  border: 2px solid rgb(117, 116, 116);
}
.slider-icon-btn.style8 {
  color: var(--tg-color-dark);
  background: var(--tg-color-white-default);
  border-radius: 8px;
}
.slider-icon-btn.style8:hover {
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
}
.slider-icon-btn.style9 {
  color: var(--tg-color-white-default);
  background: transparent;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 62px;
}
.slider-icon-btn.style9:hover {
  color: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}
.slider-icon-btn.style10 {
  color: var(--tg-color-white-default);
  background: transparent;
  border: 1px solid white;
  line-height: 62px;
}
.slider-icon-btn.style10:hover {
  color: var(--tg-heading-color);
  background: var(--tg-color-white-default);
}

.social-icon-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
}
.social-icon-wrap a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  position: relative;
  line-height: 30px;
  font-size: 14px;
  color: var(--tg-body-color);
  transition: all 500ms ease;
  border: 1px solid rgba(31, 41, 51, 0.1);
  border-radius: 0px;
}
.social-icon-wrap a:hover {
  border-color: var(--tg-theme-primary);
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.social-icon-wrap.style2 a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: var(--tg-color-white-default);
}
.social-icon-wrap.style2 a:hover {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--tg-theme-secondary);
}
.social-icon-wrap.style3 a {
  border: 0;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  color: var(--tg-color-white-default);
  font-size: 20px;
}
.social-icon-wrap.style3 a:has(.fa-facebook-f) {
  background: #4676ED;
  display: flex;
  align-items: end;
}
.social-icon-wrap.style3 a:has(.fa-pinterest-p) {
  background: #C40027;
  display: flex;
  align-items: end;
}
.social-icon-wrap.style3 a:has(.fa-linkedin-in) {
  background: #4467AD;
  font-size: 15px;
}
.social-icon-wrap.style3 a:has(.fa-twitter) {
  background: #5A99EC;
  font-size: 15px;
}
.social-icon-wrap.style3 a:hover {
  background: var(--tg-theme-secondary);
}
.social-icon-wrap.style4 {
  gap: 10px;
}
.social-icon-wrap.style4 a {
  background: var(--tg-color-gray-1);
  width: 30px;
  height: 30px;
  border: 0;
  color: var(--tg-heading-color);
  font-size: 16px;
}
.social-icon-wrap.style4 a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.social-icon-wrap.style5 {
  gap: 10px;
}
.social-icon-wrap.style5 a {
  background: var(--tg-color-gray-1);
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 5px;
  color: var(--tg-theme-primary);
  font-size: 16px;
}
.social-icon-wrap.style5 a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

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

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

.gray4-bg {
  background: var(--tg-color-gray-4);
}

.gray5-bg {
  background: var(--tg-color-gray-5);
}

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

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

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

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

.dark2-bg {
  background: #1F2933;
}

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

.secondary-bg {
  background: var(--tg-theme-secondary) !important;
}

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

/*=============================
	06. Search
===============================*/
.search__popup {
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--tg-color-white-default);
  backdrop-filter: blur(10px);
  z-index: 99;
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition-delay: 0.5s;
}
.search__popup.search-opened {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s;
  z-index: 99999999;
}
.search__popup.search-opened .search__input {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}
.search__popup.search-opened .search__input::after {
  width: 100%;
  transition-delay: 0.5s;
}
.search__input {
  position: relative;
  height: 80px;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.5s;
  opacity: 0;
}
.search__input::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: var(--tg-heading-color);
  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-heading-color);
  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-heading-color);
  cursor: pointer;
  background: transparent;
}
.search-popup-overlay {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.5s;
  opacity: 0;
  visibility: hidden;
  background: #000d25;
}
.search-popup-overlay.search-popup-overlay-open {
  opacity: 0.55;
  visibility: visible;
  transition-delay: 0s;
}

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

/*=========================
   07. Breadcrumb
===========================*/
.breadcrumb__area {
  background: var(--tg-color-gray-1);
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.breadcrumb__content {
  padding: 170px 0 145px;
}
@media (max-width: 767.98px) {
  .breadcrumb__content {
    padding: 170px 0 125px;
  }
}
.breadcrumb__content .title {
  margin-bottom: 30px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .breadcrumb__content .title {
    font-size: 42px;
  }
}
.breadcrumb__content .breadcrumb {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1.3;
  gap: 19px;
}
.breadcrumb__content .breadcrumb > * {
  font-size: 20px;
  color: var(--tg-theme-primary);
  font-weight: 700;
}
.breadcrumb__content .breadcrumb > * a {
  color: var(--tg-body-color);
}
.breadcrumb__content .breadcrumb > * a:hover {
  color: var(--tg-theme-primary);
}
.breadcrumb__content .breadcrumb .breadcrumb-separator {
  line-height: 0;
  font-size: 18px;
  margin-top: 1px;
  font-weight: 700;
  margin-top: 2px;
  color: var(--tg-body-color);
}
.breadcrumb__img {
  text-align: right;
}
@media (max-width: 991.98px) {
  .breadcrumb__img {
    display: none;
  }
}
.breadcrumb__shape-wrap img {
  position: absolute;
  z-index: -1;
}
.breadcrumb__shape-wrap img:nth-child(1) {
  left: 0;
  top: 0;
  max-width: 423px;
}
@media (max-width: 1500px) {
  .breadcrumb__shape-wrap img:nth-child(1) {
    max-width: 300px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb__shape-wrap img:nth-child(1) {
    max-width: 200px;
  }
}
.breadcrumb__shape-wrap img:nth-child(2) {
  right: 0;
  bottom: 0;
  max-width: 261px;
}
@media (max-width: 1500px) {
  .breadcrumb__shape-wrap img:nth-child(2) {
    max-width: 200px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb__shape-wrap img:nth-child(2) {
    max-width: 150px;
  }
}

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

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

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

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

/*=============================
    Input
===============================*/
select,
.single-select,
.form-control,
.form-select,
textarea,
input {
  height: 62px;
  padding: 0 30px;
  border: 1px solid transparent;
  color: var(--tg-heading-color);
  background-color: var(--tg-color-gray-1);
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  font-family: var(--tg-body-font-family);
  transition: 0.4s ease-in-out;
  padding-right: 45px;
  border-radius: 0px;
}
select:focus,
.single-select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: transparent;
  background-color: var(--tg-color-gray-1);
}
select.style-white,
.single-select.style-white,
.form-control.style-white,
.form-select.style-white,
textarea.style-white,
input.style-white {
  background: var(--tg-color-white-default);
}
select.style-border,
.single-select.style-border,
.form-control.style-border,
.form-select.style-border,
textarea.style-border,
input.style-border {
  background: transparent;
  border: 1px solid #E6E9ED;
  border-radius: 20px;
  color: var(--tg-heading-color);
  font-weight: 400;
  padding: 18px 20px;
  height: auto;
}
select.style-border::placeholder,
.single-select.style-border::placeholder,
.form-control.style-border::placeholder,
.form-select.style-border::placeholder,
textarea.style-border::placeholder,
input.style-border::placeholder {
  color: var(--tg-heading-color);
}
select.style-border2,
.single-select.style-border2,
.form-control.style-border2,
.form-select.style-border2,
textarea.style-border2,
input.style-border2 {
  border: 1px solid var(--tg-heading-color);
  color: var(--tg-heading-color);
  background: transparent;
  font-weight: 400;
  border-radius: 8px;
}
select.style-border2::placeholder,
.single-select.style-border2::placeholder,
.form-control.style-border2::placeholder,
.form-select.style-border2::placeholder,
textarea.style-border2::placeholder,
input.style-border2::placeholder {
  color: var(--tg-heading-color);
}
select.style-border3,
.single-select.style-border3,
.form-control.style-border3,
.form-select.style-border3,
textarea.style-border3,
input.style-border3 {
  border: 1px solid #CFCBC3;
  background: transparent;
  border-radius: 8px;
}
select.style-border4,
.single-select.style-border4,
.form-control.style-border4,
.form-select.style-border4,
textarea.style-border4,
input.style-border4 {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  border-radius: 0px;
  color: var(--tg-color-white-default);
}
select.style-border4::placeholder,
.single-select.style-border4::placeholder,
.form-control.style-border4::placeholder,
.form-select.style-border4::placeholder,
textarea.style-border4::placeholder,
input.style-border4::placeholder {
  color: var(--tg-color-white-default);
}
select.style-border4 option,
.single-select.style-border4 option,
.form-control.style-border4 option,
.form-select.style-border4 option,
textarea.style-border4 option,
input.style-border4 option {
  color: var(--tg-color-dark);
}
select.style-border5,
.single-select.style-border5,
.form-control.style-border5,
.form-select.style-border5,
textarea.style-border5,
input.style-border5 {
  border: 1px solid #E6E9ED;
  background: transparent;
  border-radius: 0px;
}

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

.form-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--tg-heading-color);
  margin-bottom: 5px;
}

textarea.form-control,
textarea {
  min-height: 155px;
  padding-top: 16px;
  padding: 18px 20px;
}
textarea.form-control.style2,
textarea.style2 {
  min-height: 200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tg-header__top {
  background: transparent;
  padding: 11px 0;
}
@media (max-width: 767.98px) {
  .tg-header__top {
    display: none;
  }
}
.tg-header__top-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .tg-header__top-info {
    justify-content: center;
  }
}
.tg-header__top-info li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--tg-heading-color);
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.tg-header__top-info li i {
  color: var(--tg-heading-color);
  font-size: 16px;
  line-height: 0;
}
.tg-header__top-info li a {
  color: var(--tg-heading-color);
}
.tg-header__top-info li a:hover {
  opacity: 0.7;
}
.tg-header__top-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
@media (max-width: 1199.98px) {
  .tg-header__top-right {
    gap: 15px;
  }
}
@media (max-width: 991.98px) {
  .tg-header__top-right {
    justify-content: center;
    display: none;
  }
}
.tg-header__top-right > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--tg-color-gray-1);
  font-size: 15px;
  font-weight: 400;
  position: relative;
}
.tg-header__top-right > li::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(16deg);
  -moz-transform: translateY(-50%) rotate(16deg);
  -ms-transform: translateY(-50%) rotate(16deg);
  -o-transform: translateY(-50%) rotate(16deg);
  transform: translateY(-50%) rotate(16deg);
  width: 2px;
  height: 16px;
  background: var(--tg-color-gray-1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.tg-header__top-right > li:last-child::before {
  display: none;
}
.tg-header__top-right > li i {
  color: var(--tg-color-white-default);
  font-size: 20px;
  line-height: 0;
}
.tg-header__top-right > li a {
  color: var(--tg-color-gray-1);
}
.tg-header__top-right > li a:hover {
  color: var(--tg-color-white-default);
}
.tg-header__top-social .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 25px;
}
.tg-header__top-social .list-wrap li:not(.tg-header__top-social .list-wrap li:last-child) {
  margin-bottom: 0;
}
.tg-header__top-social .list-wrap li a {
  font-size: 15px;
  color: var(--tg-heading-color);
}
.tg-header__top-social .list-wrap li a i {
  color: var(--tg-heading-color);
  font-size: 15px;
  -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;
}
.tg-header__top-social .list-wrap li a:hover i {
  opacity: 0.7;
}
.tg-header__top-two {
  background: var(--tg-theme-primary);
  padding: 0;
}
.tg-header__top-two .tg-header__top-info li {
  color: var(--tg-color-white-default);
}
.tg-header__top-two .tg-header__top-info > li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 30px;
}
.tg-header__top-two .tg-header__top-info > li:first-child {
  border-left: 0;
  padding-left: 0;
}
.tg-header__top-two .tg-header__top-social .list-wrap {
  gap: 12px;
}
.tg-header__top-two .tg-header__top-social .list-wrap li a i {
  color: var(--tg-color-white-default);
}
.tg-header__top-two .tg-header__top-social .list-wrap li {
  margin-right: 12px;
}
.tg-header__top-two .tg-header__top-social .list-wrap li:last-child, .tg-header__top-two .tg-header__top-social .list-wrap li:first-child {
  margin-right: 0;
}
.tg-header__top-two .tg-header__top-info li i {
  color: var(--tg-color-white-default);
}
.tg-header__top-two .tg-header__top-info li a {
  color: var(--tg-color-white-default);
}
.tg-header__top-two .tg-header__top-right {
  gap: 30px;
}
.tg-header__top-two .tg-header__top-right > li::before {
  display: none;
}
.tg-header__top-two .tg-header__top-right > li .btn {
  background: var(--tg-theme-secondary);
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-color-dark);
  padding: 27px 30px;
}
.tg-header__top-two .tg-header__top-right > li .btn i {
  color: inherit;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .tg-header__top-two {
    padding: 11px 0;
  }
}
.tg-header__top-three {
  background: #1B1B1B;
  padding: 0;
}
.tg-header__top-three .tg-header__top-info li {
  color: var(--tg-color-white-default);
}
.tg-header__top-three .tg-header__top-info > li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 30px;
}
.tg-header__top-three .tg-header__top-info > li:first-child {
  border-left: 0;
  padding-left: 0;
}
.tg-header__top-three .tg-header__top-social .list-wrap {
  gap: 12px;
}
.tg-header__top-three .tg-header__top-social .list-wrap li a i {
  color: var(--tg-color-white-default);
}
.tg-header__top-three .tg-header__top-social .list-wrap li {
  margin-right: 12px;
}
.tg-header__top-three .tg-header__top-social .list-wrap li:last-child, .tg-header__top-three .tg-header__top-social .list-wrap li:first-child {
  margin-right: 0;
}
.tg-header__top-three .tg-header__top-info li i {
  color: var(--tg-color-white-default);
}
.tg-header__top-three .tg-header__top-info li a {
  color: var(--tg-color-white-default);
}
.tg-header__top-three .tg-header__top-right {
  gap: 30px;
}
.tg-header__top-three .tg-header__top-right > li::before {
  display: none;
}
.tg-header__top-three .tg-header__top-right > li .btn {
  border-radius: 0;
  padding: 27px 30px;
}
.tg-header__top-three .tg-header__top-right > li .btn i {
  color: inherit;
  font-size: 16px;
}
.tg-header__top-three .tg-header__top-right > li .btn:before {
  background: var(--tg-color-white-default);
}
.tg-header__top-three .tg-header__top-right > li .btn:hover {
  color: var(--tg-color-dark) !important;
}
@media (max-width: 991.98px) {
  .tg-header__top-three {
    padding: 11px 0;
  }
}

@media (max-width: 991.98px) {
  .tg-header__area {
    padding: 15px 0;
  }
}
.tg-header__area .tgmenu__navbar-wrap > ul > li a {
  padding: 48px 0px;
}
.tg-header__area-one {
  padding-top: 30px;
}
.tg-header__area-one .tgmenu__wrap {
  background: var(--tg-color-gray-1);
  border-radius: 130px;
  padding: 0 15px;
}
@media (max-width: 991.98px) {
  .tg-header__area-one .tgmenu__wrap {
    padding: 15px;
  }
}
.tg-header__area-one .tgmenu__navbar-wrap > ul > li a {
  padding: 34px 0px;
}
.tg-header__area-one.sticky-menu {
  padding-top: 0;
  background: var(--tg-color-gray-1);
}
.tg-header__area-one.sticky-menu .tgmenu__wrap {
  padding: 0;
}
@media (max-width: 991.98px) {
  .tg-header__area-one.sticky-menu {
    padding: 0;
  }
  .tg-header__area-one.sticky-menu .tgmenu__wrap {
    padding: 15px 0;
  }
}
@media (max-width: 991.98px) {
  .tg-header__area-two {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .tg-header__area-two {
    background: var(--tg-color-white-default);
    box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.08);
  }
}
.tg-header__area-two .tgmenu__wrap {
  background: var(--tg-color-white-default);
  border-radius: 5px;
  padding: 0px 25px 0px 35px;
  box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1199.98px) {
  .tg-header__area-two .tgmenu__wrap {
    padding: 0 25px;
  }
  .tg-header__area-two .tgmenu__wrap .tgmenu__navbar-wrap > ul > li a {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .tg-header__area-two .tgmenu__wrap {
    padding: 16px 25px;
  }
}
@media (max-width: 767.98px) {
  .tg-header__area-two .tgmenu__wrap {
    padding: 16px 0px;
  }
}
.tg-header__area-two .tgmenu__navbar-wrap > ul > li {
  margin-right: 30px;
}
.tg-header__area-two .tgmenu__navbar-wrap > ul > li a {
  padding: 38px 0px;
}
.tg-header__area-two .tgmenu__navbar-wrap > ul > li .sub-menu > li:hover > a,
.tg-header__area-two .tgmenu__navbar-wrap > ul > li .sub-menu > li.active > a,
.tg-header__area-two .tgmenu__navbar-wrap > ul > li.active > a, .tg-header__area-two .tgmenu__navbar-wrap > ul > li:hover > a,
.tg-header__area-two .tgmenu__main-menu li.menu-item-has-children > a:hover {
  text-shadow: -0.3px -0.3px 0 var(--tg-heading-color), 0.3px 0.3px var(--tg-heading-color);
  color: var(--tg-heading-color);
}
.tg-header__area-two .tgmenu__main-menu li.menu-item-has-children:hover > a::after,
.tg-header__area-two .tgmenu__main-menu li.menu-item-has-children.active > a::after {
  color: var(--tg-heading-color);
}
.tg-header__area-two .tgmenu__action {
  padding-left: 78px;
}
@media (max-width: 1199.98px) {
  .tg-header__area-two .tgmenu__action {
    padding-left: 38px;
  }
  .tg-header__area-two .tgmenu__action ul {
    margin-left: 0;
  }
  .tg-header__area-two .tgmenu__action .header-search a {
    font-size: 16px;
  }
}
.tg-header__area-two .sidebar-btn {
  width: 50px;
  padding: 21px 0;
}
.tg-header__area-two .sidebar-btn .line {
  background: var(--tg-heading-color);
  width: 10px;
  margin-right: 15px;
}
.tg-header__area-two .sidebar-btn .line:last-child {
  width: 20px;
}
.tg-header__area-two .sidebar-btn .line:not(:last-child) {
  margin-bottom: 7px;
}
.tg-header__area-two .sidebar-btn:hover .line {
  width: 20px;
}
.tg-header__area-two.sticky-menu {
  background: var(--tg-color-white-default);
  box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.08);
}
.tg-header__area-two.sticky-menu .tgmenu__wrap {
  box-shadow: none;
  padding: 0;
}
@media (max-width: 991.98px) {
  .tg-header__area-two.sticky-menu .tgmenu__wrap {
    padding: 16px 0px;
  }
}
.tg-header__area-three .tgmenu__navbar-wrap > ul > li a {
  color: var(--tg-heading-color);
}
.tg-header__area-three .tgmenu__navbar-wrap > ul > li {
  margin-right: 30px;
}
.tg-header__area-three.sticky-menu {
  background: var(--tg-color-white-default);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tg-header__area-three .tgmenu__navbar-wrap > ul > li .sub-menu > li:hover > a,
.tg-header__area-three .tgmenu__navbar-wrap > ul > li .sub-menu > li.active > a,
.tg-header__area-three .tgmenu__navbar-wrap > ul > li.active > a, .tg-header__area-three .tgmenu__navbar-wrap > ul > li:hover > a,
.tg-header__area-three .tgmenu__main-menu li.menu-item-has-children > a:hover {
  text-shadow: -0.3px -0.3px 0 var(--tg-heading-color), 0.3px 0.3px var(--tg-heading-color);
  color: var(--tg-heading-color);
}
.tg-header__area-three .tgmenu__main-menu li.menu-item-has-children:hover > a::after,
.tg-header__area-three .tgmenu__main-menu li.menu-item-has-children.active > a::after {
  color: var(--tg-heading-color);
}
.tg-header__area-three .sidebar-btn {
  background: transparent;
  border: 2px solid var(--tg-heading-color);
  width: 54px;
  padding: 19.5px 0;
}
.tg-header__area-three .sidebar-btn .line {
  background: var(--tg-heading-color);
  width: 10px;
  margin-right: 15px;
}
.tg-header__area-three .sidebar-btn .line:last-child {
  width: 20px;
}
.tg-header__area-three .sidebar-btn .line:not(:last-child) {
  margin-bottom: 7px;
}
.tg-header__area-three .sidebar-btn:hover .line {
  width: 20px;
}
.tg-header__area-three .header-contact .contact-btn {
  font-size: 20px;
  font-weight: 600;
  color: var(--tg-heading-color);
}
.tg-header__area-three .header-contact .contact-btn:hover {
  text-shadow: -0.3px -0.3px 0 var(--tg-heading-color), 0.3px 0.3px var(--tg-heading-color);
}
@media (max-width: 1199.98px) {
  .tg-header__area-three .header-contact {
    display: none;
  }
}
.tg-header__area-three .tgmenu__action ul li {
  margin-left: 30px;
}
@media (max-width: 1199.98px) {
  .tg-header__area-three .tgmenu__action ul li {
    margin-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .tg-header__area-three .tgmenu__action ul {
    margin-left: 0px;
  }
}
.tg-header__area-four .tgmenu__navbar-wrap > ul > li a {
  padding: 41px 0px;
}
.tg-header__area-four .tgmenu__navbar-wrap > ul > li {
  margin-right: 35px;
}
.tg-header__area-four.sticky-menu {
  background: var(--tg-color-white-default);
  box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1199.98px) {
  .tg-header__area-four .tgmenu__navbar-wrap > ul {
    margin-right: 0;
  }
  .tg-header__area-four .tgmenu__navbar-wrap > ul > li {
    margin-right: 30px;
  }
}
.tg-header__area-five .sidebar-btn {
  background: var(--tg-color-white-default);
}
.tg-header__area-five .sidebar-btn .line {
  background: var(--tg-heading-color);
}
.tg-header__area-five .tgmenu__navbar-wrap > ul > li a {
  font-family: var(--tg-heading2-font-family);
}
.tg-header__area-five .tgmenu__action ul {
  margin-left: 70px;
}
.tg-header__area-six .tgmenu__navbar-wrap > ul > li a {
  color: var(--tg-color-white-default);
}
.tg-header__area-six .tg-button-wrap2 .title {
  color: var(--tg-color-white-default);
}
.tg-header__area-six .tg-button-wrap2 .content {
  color: var(--tg-color-white-default);
}
@media (max-width: 1500px) {
  .tg-header__area-six .tgmenu__navbar-wrap > ul > li {
    margin-right: 35px;
  }
}
@media (max-width: 1199.98px) {
  .tg-header__area-six .tgmenu__navbar-wrap > ul {
    margin-right: 0;
  }
}
.tg-header__area-seven {
  background: #070707;
}
.tg-header__area-seven .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.tg-header__area-seven .logo {
  background: var(--tg-theme-primary);
  padding: 0px 80px;
  position: relative;
  left: -15px;
  height: 132px;
  display: flex;
  align-items: center;
}
.tg-header__area-seven .tgmenu__action ul .offCanvas-menu .tg-button-wrap2 {
  height: 132px;
  border-left: 3px solid rgba(255, 255, 255, 0.1);
  padding-left: 70px;
  padding-right: 45px;
  margin-left: 35px;
}
.tg-header__area-seven .tgmenu__navbar-wrap > ul {
  margin-left: 70px;
}
.tg-header__area-seven .tgmenu__navbar-wrap > ul > li {
  margin-right: 30px;
}
.tg-header__area-seven .tgmenu__navbar-wrap > ul > li a {
  color: var(--tg-color-white-default);
  padding: 58px 0px;
}
.tg-header__area-seven .tg-button-wrap2 .title {
  color: var(--tg-color-white-default);
}
.tg-header__area-seven .tg-button-wrap2 .content {
  color: var(--tg-color-white-default);
}
.tg-header__area-seven .sidebar-btn {
  background: transparent;
  border: 2px solid var(--tg-color-white-default);
  width: 54px;
  padding: 19.5px 0;
}
.tg-header__area-seven .sidebar-btn .line {
  background: var(--tg-color-white-default);
  width: 10px;
  margin-right: 15px;
}
.tg-header__area-seven .sidebar-btn .line:last-child {
  width: 20px;
}
.tg-header__area-seven .sidebar-btn .line:not(:last-child) {
  margin-bottom: 7px;
}
.tg-header__area-seven .sidebar-btn:hover .line {
  width: 20px;
}
.tg-header__area-seven .tgmenu__action ul .header-search a {
  color: var(--tg-color-white-default);
}
.tg-header__area-seven .tgmenu__action ul .header-search a:hover {
  color: var(--tg-theme-primary);
}
@media (max-width: 1500px) {
  .tg-header__area-seven .logo {
    padding: 0px 40px;
  }
  .tg-header__area-seven .tgmenu__navbar-wrap > ul {
    margin-left: 30px;
  }
  .tg-header__area-seven .tgmenu__action ul .offCanvas-menu .tg-button-wrap2 {
    padding-left: 30px;
    padding-right: 15px;
    margin-left: 0;
  }
}
@media (max-width: 1399px) {
  .tg-header__area-seven .tgmenu__action {
    margin-right: 25px;
  }
  .tg-header__area-seven .logo {
    height: 100px;
  }
  .tg-header__area-seven .tgmenu__navbar-wrap > ul > li a {
    color: var(--tg-color-white-default);
    padding: 42px 0px;
  }
}
@media (max-width: 1199.98px) {
  .tg-header__area-seven .tgmenu__navbar-wrap > ul {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .tg-header__area-seven {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .tg-header__area-seven .logo {
    padding: 0px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tg-header__area-seven .logo {
    padding: 0px 20px;
  }
}
.tg-header__area-eight {
  background: var(--tg-color-gray-5);
}
.tg-header__area-eight.sticky-menu {
  background: var(--tg-color-gray-5);
}
.tg-header__area-eight .tgmenu__navbar-wrap > ul > li a {
  padding: 37px 0px;
  font-weight: 700;
}
.tg-header__area-eight .tgmenu__navbar-wrap > ul > li {
  margin-right: 25px;
}
.tg-header__area-eight .tgmenu__navbar-wrap > ul > li .sub-menu > li a {
  font-weight: 500;
}
.tg-header__area-nine {
  background: #010101;
}
.tg-header__area-nine .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.tg-header__area-nine .logo {
  background-image: linear-gradient(to right, var(--tg-theme-primary), var(--tg-theme-secondary));
  padding: 0px 80px;
  position: relative;
  left: -15px;
  height: 132px;
  display: flex;
  align-items: center;
}
.tg-header__area-nine .tgmenu__action ul .offCanvas-menu .tg-button-wrap2 {
  height: 132px;
  border-left: 3px solid rgba(255, 255, 255, 0.1);
  padding-left: 70px;
  padding-right: 45px;
  margin-left: 35px;
}
.tg-header__area-nine .tgmenu__navbar-wrap > ul {
  margin-left: 70px;
}
.tg-header__area-nine .tgmenu__navbar-wrap > ul > li {
  margin-right: 30px;
}
.tg-header__area-nine .tgmenu__navbar-wrap > ul > li a {
  color: var(--tg-color-white-default);
  padding: 58px 0px;
}
.tg-header__area-nine .tg-button-wrap2 .title {
  color: var(--tg-color-white-default);
}
.tg-header__area-nine .tg-button-wrap2 .content {
  color: var(--tg-color-white-default);
}
.tg-header__area-nine .sidebar-btn {
  background: transparent;
  border: 2px solid var(--tg-color-white-default);
  width: 54px;
  padding: 19.5px 0;
}
.tg-header__area-nine .sidebar-btn .line {
  background: var(--tg-color-white-default);
  width: 10px;
  margin-right: 15px;
}
.tg-header__area-nine .sidebar-btn .line:last-child {
  width: 20px;
}
.tg-header__area-nine .sidebar-btn .line:not(:last-child) {
  margin-bottom: 7px;
}
.tg-header__area-nine .sidebar-btn:hover .line {
  width: 20px;
}
.tg-header__area-nine .tgmenu__action ul .header-search a {
  color: var(--tg-color-white-default);
}
.tg-header__area-nine .tgmenu__action ul .header-search a:hover {
  color: var(--tg-theme-primary);
}
@media (max-width: 1500px) {
  .tg-header__area-nine .logo {
    padding: 0px 40px;
  }
  .tg-header__area-nine .tgmenu__navbar-wrap > ul {
    margin-left: 30px;
  }
  .tg-header__area-nine .tgmenu__action ul .offCanvas-menu .tg-button-wrap2 {
    padding-left: 30px;
    padding-right: 15px;
    margin-left: 0;
  }
}
@media (max-width: 1399px) {
  .tg-header__area-nine .tgmenu__action {
    margin-right: 25px;
  }
  .tg-header__area-nine .logo {
    height: 100px;
  }
  .tg-header__area-nine .tgmenu__navbar-wrap > ul > li a {
    color: var(--tg-color-white-default);
    padding: 42px 0px;
  }
}
@media (max-width: 1199.98px) {
  .tg-header__area-nine .tgmenu__navbar-wrap > ul {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .tg-header__area-nine {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .tg-header__area-nine .logo {
    padding: 0px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tg-header__area-nine .logo {
    padding: 0px 20px;
  }
}
.tg-header__area-ten.sticky-menu {
  background: var(--tg-heading-color);
}
.tg-header__area-ten.sticky-menu .tgmenu__navbar-wrap > ul > li a {
  padding: 42px 0px;
}
.tg-header__area-ten .tgmenu__navbar-wrap > ul {
  margin: 0 70px 0 auto;
}
.tg-header__area-ten .tgmenu__navbar-wrap > ul > li a {
  padding: 60px 0px;
  font-weight: 700;
  color: var(--tg-color-white-default);
}
.tg-header__area-ten .tgmenu__navbar-wrap > ul > li {
  margin-right: 25px;
}
.tg-header__area-ten .tgmenu__navbar-wrap > ul > li .sub-menu > li a {
  font-weight: 500;
  padding: 11px 15px 5px 25px;
}
.tg-header__area-ten .tgmenu__action ul .header-search a {
  color: var(--tg-color-white-default);
}
.tg-header__area-ten .tgmenu__action ul .header-search a:hover {
  color: var(--tg-theme-primary);
}
.tg-header__area-ten .sidebar-btn {
  background: transparent;
  border: 2px solid var(--tg-color-white-default);
  width: 54px;
  padding: 19.5px 0;
}
.tg-header__area-ten .sidebar-btn .line {
  background: var(--tg-color-white-default);
  width: 10px;
  margin-right: 15px;
}
.tg-header__area-ten .sidebar-btn .line:last-child {
  width: 20px;
}
.tg-header__area-ten .sidebar-btn .line:not(:last-child) {
  margin-bottom: 7px;
}
.tg-header__area-ten .sidebar-btn:hover .line {
  width: 20px;
}

.sidebar-btn {
  position: relative;
  width: 40px;
  border-radius: 50%;
  background: var(--tg-theme-primary);
  text-align: center;
  padding: 13px 0;
  display: inline-block;
}
.sidebar-btn .line {
  display: block;
  height: 2px;
  width: 16px;
  background: var(--tg-color-white-default);
  margin: auto;
  transition: 0.4s;
}
.sidebar-btn .line:not(:last-child) {
  margin-bottom: 4px;
}
.sidebar-btn:hover .line:nth-child(2) {
  width: 10px;
}

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

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

/*=============================
	12. Mobile Menu
===============================*/
.tgmobile__search {
  padding: 0 20px 25px 25px;
}
.tgmobile__search form {
  position: relative;
}
.tgmobile__search input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 45px 10px 20px;
  font-size: 15px;
  height: 45px;
  background: var(--tg-color-gray-4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.tgmobile__search input::placeholder {
  font-size: 15px;
  color: var(--tg-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-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;
}
@media (max-width: 991.98px) {
  .tgmobile__menu-outer .mobile-nav-toggler {
    display: block !important;
  }
}
.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);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
}
.tgmobile__menu .navbar-collapse {
  display: block !important;
}
.tgmobile__menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.tgmobile__menu .nav-logo img {
  max-height: 35px;
}
.tgmobile__menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}
.tgmobile__menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(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;
  line-height: 32px;
  color: var(--tg-heading-color);
  background: var(--tg-color-gray-4);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 12px;
  height: 2px;
  background-color: var(--tg-color-black-1);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 2px;
  height: 12px;
  background-color: var(--tg-color-black-1);
  -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;
  line-height: 1.5;
  padding: 10px 60px 10px 25px;
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-heading-color);
  text-transform: capitalize;
  -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;
}
.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: capitalize;
}
.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);
}
.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: 20px;
  color: var(--tg-theme-primary);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tgmobile__menu .close-btn i[class^=flaticon-]:before {
  font-weight: var(--tg-fw-bold) !important;
}
.tgmobile__menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 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-body-color);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #efefef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.tgmobile__menu .social-links ul li a:hover {
  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.style2 .navigation li.active > a {
  color: var(--tg-heading-color);
  text-shadow: -0.3px -0.3px 0 var(--tg-heading-color), 0.3px 0.3px var(--tg-heading-color);
}
.tgmobile__menu.style2 .close-btn {
  color: var(--tg-heading-color);
}
.tgmobile__menu.style2 .navigation li.active .dropdown-btn {
  background: var(--tg-theme-primary);
  color: var(--tg-heading-color);
}
.tgmobile__menu.style2 .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
  background-color: var(--tg-heading-color);
}
.tgmobile__menu.style2 .social-links ul li a:hover {
  color: var(--tg-heading-color);
}

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

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

/*=============================
    13. Banner
===============================*/
/*hero 1****************/
.hero-1 {
  padding: 142px 0 120px;
}

.hero-style1 {
  margin-top: 34px;
}
.hero-style1 .hero-title {
  font-size: 76px;
  font-weight: 700;
  line-height: 1.197;
  margin-bottom: 40px;
}
.hero-style1 .hero-title span {
  color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1800px) {
  .hero-style1 .hero-title {
    font-size: 66px;
  }
}
@media (max-width: 1399px) {
  .hero-style1 .hero-title {
    font-size: 56px;
  }
}
@media (max-width: 1199.98px) {
  .hero-style1 .hero-title {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .hero-style1 .hero-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-style1 .hero-title {
    font-size: 42px;
  }
}
.hero-style1 .hero-content-wrap {
  background: var(--tg-theme-secondary);
  border-radius: 20px;
  padding: 25px 50px 32px;
}
@media (max-width: 1800px) {
  .hero-style1 .hero-content-wrap {
    padding: 25px 32px 32px;
  }
}
.hero-style1 .hero-content-wrap .counter-wrap {
  display: flex;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.hero-style1 .hero-content-wrap .counter-wrap .counter-number {
  font-size: 55px;
  font-weight: 700;
  color: var(--tg-color-white-default);
  margin-bottom: 0;
}
.hero-style1 .hero-content-wrap .counter-wrap p {
  color: var(--tg-color-white-default);
  font-size: 15px;
  font-weight: 700;
  max-width: 90px;
  line-height: 1.266;
  margin-bottom: 0;
}
.hero-style1 .hero-content-wrap .list-wrap ul li {
  color: var(--tg-color-white-default);
}
.hero-style1 .hero-content-wrap2 {
  background: var(--tg-color-gray-1);
  padding: 40px 41px 35px;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .hero-style1 .hero-content-wrap2 {
    padding: 30px 30px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-style1 .hero-content-wrap2 {
    padding: 40px 41px 35px;
  }
}
.hero-style1 .hero-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 32px;
  opacity: 0.7;
}
@media (max-width: 1800px) {
  .hero-style1 .hero-text {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .hero-style1 .hero-text {
    font-size: 1rem;
  }
}

.hero-thumb1 {
  height: 100%;
}
.hero-thumb1 .thumb {
  height: 100%;
}
.hero-thumb1 .thumb img {
  width: 100%;
  border-radius: 20px;
  height: 731px;
  object-fit: cover;
}
@media (max-width: 1800px) {
  .hero-thumb1 .thumb img {
    height: 100%;
  }
}

.hero-thumb1-2 {
  height: 100%;
}
.hero-thumb1-2 .thumb {
  height: 100%;
}
.hero-thumb1-2 .thumb img {
  width: 100%;
  border-radius: 20px;
  height: 231px;
  object-fit: cover;
}
@media (max-width: 1800px) {
  .hero-thumb1-2 .thumb img {
    height: 100%;
  }
}

/*hero 2****************/
.hero-2 {
  padding: 206px 0 154px;
  position: relative;
  z-index: 1;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .hero-2 {
    padding: 206px 0 120px;
  }
}
@media (max-width: 767.98px) {
  .hero-2 {
    padding: 180px 0 120px;
  }
}
.hero-2 .hero-thumb2-1 {
  display: inline-block;
  position: relative;
}
@media (max-width: 991.98px) {
  .hero-2 .hero-thumb2-1 {
    margin-left: 91px;
  }
}
@media (max-width: 380px) {
  .hero-2 .hero-thumb2-1 {
    margin-left: 0;
  }
}
.hero-2 .hero-thumb2-1 .thumb {
  background: var(--tg-theme-primary);
  border-radius: 20px;
  border: 6px solid var(--tg-color-white-default);
}
.hero-2 .hero-thumb2-1 .thumb img {
  border-radius: 15px;
  width: 520px;
  height: 540px;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .hero-2 .hero-thumb2-1 .thumb img {
    height: 340px;
  }
}
.hero-2 .hero-thumb2-1 .single-counter-wrap {
  border-radius: 130px;
  display: inline-flex;
  gap: 12px;
  padding: 15px 16.5px 15px 28px;
  top: 60px;
  left: -77px;
  position: absolute;
  box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
}
.hero-2 .hero-thumb2-1 .single-counter-wrap .counter-wrap-title {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .hero-2 .hero-thumb2-1 .single-counter-wrap .counter-wrap-title {
    font-size: 45px;
  }
}
.hero-2 .hero-thumb2-1 .single-counter-wrap .counter-wrap-text {
  font-size: 15px;
  font-weight: 700;
  max-width: 91px;
  line-height: 1.2666;
}
.hero-2 .hero-thumb2-1 .single-counter-wrap.style2 {
  border-radius: 20px;
  bottom: 50px;
  top: auto;
  left: -91px;
  gap: 17px;
  padding: 19px 15px;
}
.hero-2 .hero-thumb2-1 .single-counter-wrap.style2 .icon {
  width: auto;
  height: auto;
  line-height: 1;
  border-radius: 0;
  background: transparent;
}
.hero-2 .hero-thumb2-1 .single-counter-wrap.style2 .counter-wrap-title {
  font-size: 45px;
}
@media (max-width: 767.98px) {
  .hero-2 .hero-thumb2-1 .single-counter-wrap.style2 .counter-wrap-title {
    font-size: 35px;
  }
}
.hero-2 .hero-thumb2-1 .single-counter-wrap.style2 .counter-wrap-text {
  font-size: 16px;
  font-weight: 400;
  max-width: 109px;
  line-height: 1.8125em;
}
@media (max-width: 380px) {
  .hero-2 .hero-thumb2-1 .single-counter-wrap {
    position: initial;
    animation: none;
    margin-top: 20px;
  }
}

.hero-style2 .hero-subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}
.hero-style2 .hero-title {
  font-size: 85px;
  font-weight: 700;
  margin-bottom: 0;
}
.hero-style2 .hero-title span {
  font-weight: 300;
}
@media (max-width: 1500px) {
  .hero-style2 .hero-title {
    font-size: 75px;
  }
}
@media (max-width: 1199.98px) {
  .hero-style2 .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .hero-style2 .hero-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-style2 .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 380px) {
  .hero-style2 .hero-title {
    font-size: 45px;
  }
}
@media (max-width: 991.98px) {
  .hero-style2 {
    text-align: center;
  }
  .hero-style2 .tg-button-wrap {
    justify-content: center;
  }
}

/*hero 3****************/
.hero-3 {
  text-align: center;
  background: linear-gradient(180deg, #F9FFE2 0%, #FFFFFF 100%);
  background-position: top;
  position: relative;
  z-index: 1;
}
.hero-3 .hero-thumb3-1 {
  position: relative;
}
.hero-3 .hero-shape3-1 {
  position: absolute;
  right: 18%;
  top: 13%;
  z-index: -1;
}
@media (max-width: 1800px) {
  .hero-3 .hero-shape3-1 {
    right: 10%;
    top: 18%;
  }
}
@media (max-width: 1500px) {
  .hero-3 .hero-shape3-1 {
    width: 350px;
  }
}
@media (max-width: 1200px) {
  .hero-3 .hero-shape3-1 {
    right: 6%;
  }
}
@media (max-width: 1199.98px) {
  .hero-3 .hero-shape3-1 {
    right: 10%;
  }
}
.hero-3 .hero-shape3-2 {
  position: absolute;
  left: 30%;
  top: 13%;
  z-index: -1;
}
@media (max-width: 1800px) {
  .hero-3 .hero-shape3-2 {
    top: 13%;
  }
}
.hero-3 .hero-shape3-3 {
  position: absolute;
  right: 12%;
  top: 0;
}
@media (max-width: 1199.98px) {
  .hero-3 .hero-shape3-3 {
    width: 100px;
  }
}
.hero-3 .hero-shape3-4 {
  position: absolute;
  right: 16%;
  bottom: 14%;
}
.hero-3 .hero-shape3-5 {
  position: absolute;
  left: 5%;
  bottom: 18%;
}
@media (max-width: 1199.98px) {
  .hero-3 .hero-shape3-5 {
    left: 3%;
    width: 120px;
  }
}
.hero-3 .hero-shape3-6 {
  position: absolute;
  left: 20%;
  top: 35%;
}
@media (max-width: 991.98px) {
  .hero-3 .hero-shape3-6 {
    left: 10%;
    top: 45%;
  }
}
.hero-3 .hero-shape3-7 {
  position: absolute;
  right: 14%;
  top: 28%;
}
@media (max-width: 1200px) {
  .hero-3 .hero-shape3-7 {
    right: 4%;
  }
}
.hero-3 .hero-shape3-8 {
  position: absolute;
  right: 5%;
  top: -13%;
}
.hero-3 .hero-shape3-9 {
  position: absolute;
  left: 15%;
  bottom: 10%;
}
.hero-3 .hero-shape3-10 {
  position: absolute;
  right: 0%;
  bottom: 30%;
}

.hero-style3 {
  padding-top: 210px;
}
@media (max-width: 991.98px) {
  .hero-style3 {
    padding-top: 165px;
  }
}
@media (max-width: 767.98px) {
  .hero-style3 {
    padding-top: 145px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-style3 {
    padding-top: 165px;
  }
}
.hero-style3 .hero-title span {
  position: relative;
  z-index: 1;
}
.hero-style3 .hero-title span:after {
  content: "";
  position: absolute;
  height: 16px;
  background: var(--tg-theme-secondary);
  bottom: 10px;
  left: 0;
  z-index: -1;
  right: -4px;
}
@media (max-width: 1199.98px) {
  .hero-style3 .hero-title span:after {
    bottom: 0px;
  }
}

/*hero 4****************/
.hero-4 {
  padding: 100px 0 115px;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  .hero-4 {
    padding: 100px 0;
  }
}

.hero-thumb4-1 {
  position: relative;
  overflow: hidden;
  border-radius: 35px;
  mask-image: url(../img/hero/hero-mask-4-1.jpg);
}
.hero-thumb4-1:after {
  content: "";
  position: absolute;
  background: var(--tg-theme-primary);
  filter: blur(80px);
  border-radius: 50%;
  width: 381px;
  height: 381px;
  bottom: -160px;
  left: -120px;
}
@media (max-width: 380px) {
  .hero-thumb4-1:after {
    bottom: -200px;
    left: -180px;
  }
}
@media (max-width: 767.98px) {
  .hero-thumb4-1 {
    border-radius: 20px;
  }
}

.hero-style4 .hero-title {
  font-size: 110px;
  line-height: 1.2em;
  color: var(--tg-color-dark);
  letter-spacing: -0.011em;
  margin-left: -270px;
}
.hero-style4 .hero-title span {
  font-weight: 300;
}
@media (max-width: 1500px) {
  .hero-style4 .hero-title {
    font-size: 96px;
  }
}
@media (max-width: 1399px) {
  .hero-style4 .hero-title {
    font-size: 90px;
    margin-left: -200px;
  }
}
@media (max-width: 1199.98px) {
  .hero-style4 .hero-title {
    font-size: 80px;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .hero-style4 .hero-title {
    font-size: 65px;
  }
}
@media (max-width: 767.98px) {
  .hero-style4 .hero-title {
    font-size: 45px;
  }
}
@media (max-width: 380px) {
  .hero-style4 .hero-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-style4 .hero-title {
    font-size: 50px;
  }
}
.hero-style4 .hero-content-wrap {
  border-radius: 35px;
  background: var(--tg-color-white-default);
  padding: 66px 30px 40px;
  margin-top: 56px;
}
@media (max-width: 1399px) {
  .hero-style4 .hero-content-wrap {
    padding: 56px 30px 40px;
    margin-top: 80px;
  }
}
@media (max-width: 1200px) {
  .hero-style4 .hero-content-wrap {
    padding: 40px 25px;
    margin-top: 73px;
  }
  .hero-style4 .hero-content-wrap .tg-button-wrap {
    gap: 20px 25px;
  }
}
@media (max-width: 1199.98px) {
  .hero-style4 .hero-content-wrap {
    margin-top: 40px;
    padding: 40px 40px 50px;
  }
}
@media (max-width: 767.98px) {
  .hero-style4 .hero-content-wrap {
    border-radius: 20px;
    padding: 30px 30px 35px;
  }
}
.hero-style4 .hero-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625em;
  margin-bottom: 0px;
}

/*hero 5****************/
.hero-5 {
  position: relative;
  z-index: 1;
  background-size: cover;
}
.hero-5:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #131F1A 0%, rgba(19, 29, 25, 0.23) 100%);
  z-index: -2;
}
.hero-5:before {
  content: "";
  position: absolute;
  height: 300px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
  z-index: -1;
}

.hero-style5 {
  padding: 270px 0 204px;
}
.hero-style5 .sub-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.21em;
  color: var(--tg-color-white-default);
  border-bottom: 1px solid var(--tg-theme-secondary);
  padding-bottom: 10px;
}
.hero-style5 .hero-title {
  color: var(--tg-color-white-default);
  margin-top: 28px;
}
.hero-style5 .hero-title span {
  background: linear-gradient(44.76deg, #67B19D 4.48%, #EEFC84 91.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-style5 .tg-button-wrap2.style3 .icon-btn {
  position: relative;
  background: transparent;
  border: 0;
  color: var(--tg-color-white-default);
}
.hero-style5 .tg-button-wrap2.style3 .icon-btn:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  background: linear-gradient(90deg, var(--tg-theme-primary) 0%, var(--tg-theme-secondary) 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
@media (max-width: 1199.98px) {
  .hero-style5 {
    text-align: center;
    padding: 270px 0 100px;
  }
  .hero-style5 .tg-button-wrap {
    justify-content: center;
    text-align: start;
  }
}
@media (max-width: 991.98px) {
  .hero-style5 {
    padding: 200px 0 80px;
  }
}
@media (max-width: 767.98px) {
  .hero-style5 {
    padding: 150px 0 80px;
  }
}

.hero-thumb5-1 {
  text-align: end;
}
@media (max-width: 1399px) {
  .hero-thumb5-1 .thumb img {
    height: 650px;
    object-fit: cover;
    object-position: top;
  }
}
@media (max-width: 767.98px) {
  .hero-thumb5-1 .thumb img {
    height: auto;
  }
}
@media (max-width: 1199.98px) {
  .hero-thumb5-1 {
    text-align: center;
  }
}

/*hero 6****************/
.hero-6 {
  position: relative;
}

.hero-6-bg-thumb {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-size: cover;
  z-index: -2;
}

.hero-6-bg-shape {
  position: absolute;
  inset: 0;
  z-index: -1;
  text-align: end;
  mix-blend-mode: color-dodge;
}

.hero-6-bg-shape2 {
  position: absolute;
  width: 548px;
  height: 548px;
  left: -91px;
  bottom: 0;
  background: var(--tg-theme-primary);
  filter: blur(320px);
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .hero-6-bg-shape2 {
    height: 300px;
    width: 300px;
  }
}

.hero-style6 {
  padding: 308px 0 165px;
}
.hero-style6 .tg-button-wrap2 .icon-btn {
  background: transparent;
  border: 1px solid var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  font-size: 18px;
  line-height: 54px;
}
@media (max-width: 1399px) {
  .hero-style6 {
    padding: 278px 0 155px;
  }
}
@media (max-width: 1200px) {
  .hero-style6 {
    padding: 238px 0 135px;
  }
}
@media (max-width: 991.98px) {
  .hero-style6 {
    padding: 238px 0 60px;
  }
}
@media (max-width: 767.98px) {
  .hero-style6 {
    padding: 218px 0 60px;
  }
}

.hero-thumb6-1 {
  position: relative;
}
.hero-thumb6-1:after {
  content: "";
  position: absolute;
  width: 470px;
  background: linear-gradient(180deg, var(--tg-theme-primary) 0%, rgba(255, 61, 0, 0.08) 58.81%, rgba(255, 61, 0, 0) 100%);
  left: 50%;
  transform: translate(-50%, 0);
  right: 0;
  top: -200px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .hero-thumb6-1:after {
    width: 300px;
  }
}
@media (max-width: 991.98px) {
  .hero-thumb6-1:after {
    display: none;
  }
}

/*hero 7****************/
.hero-7 {
  position: relative;
  z-index: 1;
  margin-top: 160px;
}
@media (max-width: 991.98px) {
  .hero-7 {
    margin-top: 120px;
  }
}
@media (max-width: 767.98px) {
  .hero-7 {
    margin-top: 70px;
  }
}

.hero-7-bg-thumb {
  position: absolute;
  inset: 0;
  z-index: -1;
  text-align: end;
  display: inline-block;
}
.hero-7-bg-thumb img {
  height: 100%;
  width: 1330px;
  object-fit: cover;
  object-position: top;
}
.hero-7-bg-thumb:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0px;
  background: linear-gradient(90deg, #FFFFFF 30%, rgba(255, 255, 255, 0) 70%);
}
@media (max-width: 991.98px) {
  .hero-7-bg-thumb:after {
    background: linear-gradient(90deg, #FFFFFF 40%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (max-width: 767.98px) {
  .hero-7-bg-thumb:after {
    background: linear-gradient(90deg, #FFFFFF 50%, rgba(255, 255, 255, 0) 130%);
  }
}

.hero-style7 {
  padding: 165px 0 190px;
}
.hero-style7 .hero-title {
  font-size: 95px;
}
.hero-style7 .hero-title span {
  font-weight: 300;
}
@media (max-width: 1200px) {
  .hero-style7 .hero-title {
    font-size: 80px;
  }
}
@media (max-width: 1199.98px) {
  .hero-style7 .hero-title {
    font-size: 70px;
  }
}
@media (max-width: 767.98px) {
  .hero-style7 .hero-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-style7 .hero-title {
    font-size: 50px;
  }
}
.hero-style7 .tg-button-wrap .btn {
  border-radius: 5px;
  padding: 19.5px 42px;
}
.hero-style7 .tg-button-wrap2 .icon-btn {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-dark);
}
@media (max-width: 1199.98px) {
  .hero-style7 {
    padding: 130px 0 140px;
  }
}
@media (max-width: 767.98px) {
  .hero-style7 {
    padding: 110px 0 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-style7 {
    padding: 130px 0 140px;
  }
}

/*hero 8****************/
.hero-8 {
  background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
  background-repeat: no-repeat;
  background-size: 100% calc(100% - 313px);
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .hero-8 {
    background-size: 100% calc(100% - 200px);
  }
}
@media (max-width: 991.98px) {
  .hero-8 {
    background-size: 100% calc(100% - 150px);
  }
}
@media (max-width: 767.98px) {
  .hero-8 {
    background-size: 100% calc(100% - 100px);
  }
}

.hero-8-bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.hero-style8 {
  padding: 210px 0 100px;
}
.hero-style8 .btn {
  padding: 20px 40px;
}
.hero-style8 .tg-button-wrap2 .icon-btn {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
@media (max-width: 1399px) {
  .hero-style8 {
    padding: 220px 0 100px;
  }
}
@media (max-width: 991.98px) {
  .hero-style8 {
    padding: 200px 0 100px;
  }
}
@media (max-width: 767.98px) {
  .hero-style8 {
    padding: 120px 0 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-style8 {
    padding: 140px 0 100px;
  }
}

@media (max-width: 767.98px) {
  .hero-8-thumb img {
    min-height: 250px;
    object-fit: cover;
  }
}

/*hero 9****************/
.hero-style9 {
  padding: 270px 0 215px;
}
.hero-style9 .hero-title span {
  font-weight: 300;
}
.hero-style9 .tg-button-wrap2 .icon-btn {
  background: linear-gradient(90deg, #95BDF9 0%, #C3AFE8 100%);
  color: var(--tg-color-white-default);
}
@media (max-width: 1199.98px) {
  .hero-style9 {
    padding: 220px 0 50px;
  }
}
@media (max-width: 767.98px) {
  .hero-style9 {
    padding: 200px 0 0;
  }
}

.hero-9-thumb {
  display: inline-flex;
  gap: 30px;
  position: relative;
  padding-top: 50px;
}
.hero-9-thumb .img1 {
  mask-image: url(../img/hero/hero-mask-9-1.png);
  mask-size: 100% 100%;
  margin-top: 60px;
}
.hero-9-thumb .img2 {
  mask-image: url(../img/hero/hero-mask-9-1.png);
  mask-size: 100% 100%;
}
.hero-9-thumb .shape1 {
  position: absolute;
  top: 0px;
  z-index: -1;
  left: 140px;
}
.hero-9-thumb .shape2 {
  position: absolute;
  bottom: -40px;
  z-index: -1;
  left: 160px;
}
.hero-9-thumb .shape3 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -40px;
}
.hero-9-thumb .client-group-wrap {
  position: absolute;
  right: 45px;
  bottom: -30px;
  display: flex;
  gap: 18px;
  align-items: center;
}
.hero-9-thumb .client-group-wrap .client-group-thumb {
  flex: none;
}
.hero-9-thumb .client-group-wrap .client-group-wrap-title {
  color: var(--tg-color-white-default);
  margin-bottom: 0px;
}
.hero-9-thumb .client-group-wrap .client-group-wrap-text {
  color: var(--tg-color-white-default);
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .hero-9-thumb {
    margin-bottom: 150px;
  }
}
@media (max-width: 767.98px) {
  .hero-9-thumb {
    margin-bottom: 190px;
    gap: 15px;
  }
  .hero-9-thumb .shape1 {
    left: 0;
  }
  .hero-9-thumb .shape2 {
    bottom: 0;
  }
  .hero-9-thumb .shape3 {
    right: 0;
  }
  .hero-9-thumb .client-group-wrap {
    right: auto;
    left: 0;
    bottom: -20px;
    transform: translate(0, 100%);
  }
}

/*hero 10****************/
.hero-10 {
  background-size: cover;
  position: relative;
  z-index: 1;
}
.hero-10:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--tg-heading-color);
  opacity: 0.9;
  z-index: -1;
}

.hero-style10 {
  padding: 250px 0 240px;
  position: relative;
}
.hero-style10 .hero-shape1 {
  position: absolute;
  left: -58px;
  top: 200px;
}
.hero-style10 .hero-title {
  font-size: 72px;
}
.hero-style10 .hero-title span {
  font-weight: 300;
}
@media (max-width: 1500px) {
  .hero-style10 .hero-title {
    font-size: 68px;
  }
}
@media (max-width: 1199.98px) {
  .hero-style10 .hero-title {
    font-size: 52px;
  }
}
@media (max-width: 767.98px) {
  .hero-style10 .hero-title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-style10 .hero-title {
    font-size: 52px;
  }
}
@media (max-width: 380px) {
  .hero-style10 .hero-title {
    font-size: 40px;
  }
}
.hero-style10 .tg-button-wrap2 .icon-btn {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
@media (max-width: 991.98px) {
  .hero-style10 {
    padding: 200px 0 50px;
    text-align: center;
  }
  .hero-style10 .section__title .sub-title.style2:before {
    display: none;
  }
  .hero-style10 .tg-button-wrap {
    justify-content: center;
    text-align: start;
  }
}
@media (max-width: 767.98px) {
  .hero-style10 {
    padding: 150px 0 0;
  }
}

.hero-10-thumb {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.hero-10-thumb:after {
  content: "";
  position: absolute;
  inset: 206px -21px 0 -26px;
  background: var(--tg-theme-primary);
  z-index: -1;
  border-radius: 300px 300px 0 0;
}
.hero-10-thumb .shape1 {
  position: absolute;
  right: 0;
  top: 250px;
}
.hero-10-thumb .shape2 {
  position: absolute;
  left: -80px;
  bottom: 200px;
}
@media (max-width: 1399px) {
  .hero-10-thumb:after {
    inset: 206px 0px 0 0;
  }
}

/*=============================
    Service 01
===============================*/
.service-area-1 {
  margin: 0 15px;
}
@media (max-width: 1800px) {
  .service-area-1 {
    margin: 0;
  }
}

.service-card {
  position: relative;
  z-index: 1;
  padding: 30px 30px 30px;
  border-radius: 10px;
  box-shadow: 0px 16px 52px rgba(0, 0, 0, 0.07);
  background: var(--tg-color-white-default);
}
@media (max-width: 1199.98px) {
  .service-card {
    padding: 30px 20px 30px;
  }
}
.service-card .service-card-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 23px;
}
.service-card .service-card-icon .icon {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  line-height: 64px;
  background: var(--tg-theme-secondary);
  text-align: center;
}
.service-card .service-card-icon .icon img {
  transition: 0.4s;
}
.service-card .service-card-number {
  font-size: 60px;
  font-weight: 700;
  color: var(--tg-color-dark);
  opacity: 0.1;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .service-card .service-card-number {
    font-size: 50px;
  }
}
.service-card .service-card-img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}
.service-card .service-card-img img {
  transition: 0.4s;
  width: 100%;
}
.service-card .service-card-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--tg-color-dark);
  margin-bottom: 11px;
}
.service-card .service-card-text {
  margin-bottom: 16px;
  transition: 0.4s;
}
.service-card:hover .service-card-img img {
  transform: scale(1.05);
}
.service-card:hover .service-card-icon .icon img {
  transform: scale(-1) rotate(180deg);
}

/*=============================
    Service 02
===============================*/
.service-wrap2 {
  transform: translate(0, -40px);
  margin-bottom: -40px;
  position: relative;
  z-index: 1;
}

.service-card.style2 {
  border-radius: 10px;
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
  background: var(--tg-color-white-default);
  padding: 40px;
}
.service-card.style2 .service-card-icon {
  margin-bottom: 35px;
}
.service-card.style2 .service-card-icon .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: transparent;
  border-radius: 0;
}
.service-card.style2 .service-card-number {
  font-size: 68px;
  opacity: 0.05;
}
.service-card.style2 .service-card-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.service-card.style2 .service-card-title a {
  color: inherit;
}
.service-card.style2 .service-card-title:hover {
  text-shadow: -0.3px -0.3px 0 var(--tg-heading-color), 0.3px 0.3px var(--tg-heading-color);
}
.service-card.style2 .service-card-text {
  margin-bottom: 38px;
}

/*=============================
    Service 2.1
===============================*/
.service-area-2-1 {
  background-size: auto;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
}
.service-area-2-1:after {
  content: "";
  position: absolute;
  inset: 0;
  height: 524px;
  background: var(--tg-theme-primary);
  z-index: -1;
}

.service-card.style3 {
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  padding: 19px 40px 50px;
}
.service-card.style3 .service-card-icon {
  justify-content: center;
  margin-bottom: 53px;
}
@media (max-width: 767.98px) {
  .service-card.style3 .service-card-icon {
    margin-bottom: 30px;
  }
}
.service-card.style3 .service-card-icon .icon {
  width: 94px;
  height: 94px;
  line-height: 94px;
  background: var(--tg-color-gray-4);
}
.service-card.style3 .service-card-title {
  margin-bottom: 26px;
}
.service-card.style3 .service-card-title:hover {
  text-shadow: -0.3px -0.3px 0 var(--tg-heading-color), 0.3px 0.3px var(--tg-heading-color);
}
.service-card.style3 .service-card-title a {
  color: inherit;
}
.service-card.style3 .service-card-text {
  margin-bottom: -0.4em;
}
@media (max-width: 1399px) {
  .service-card.style3 {
    padding: 19px 30px 40px;
  }
}
@media (max-width: 767.98px) {
  .service-card.style3 {
    padding: 30px;
  }
}

.service-wrap2-1 {
  border-radius: 20px;
  box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  background: var(--tg-color-white-default);
  padding: 30px 0;
  margin: 0 -50px;
}
.service-wrap2-1 .service-wrap-card {
  position: relative;
}
.service-wrap2-1 .service-wrap-card .service-wrap-card-col:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .service-wrap2-1 .service-wrap-card .service-wrap-card-col:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1399px) {
  .service-wrap2-1 {
    margin: 0;
  }
}

/*=============================
    Service 3
===============================*/
.service-card3 {
  text-align: start;
  border-radius: 20px;
  padding: 65px 40px 40px;
  position: relative;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}
.service-card3 .service-card-thumb {
  text-align: center;
  margin-top: 35px;
}
.service-card3 .service-card-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.service-card3 .service-card-title a {
  color: var(--tg-heading-color);
}
.service-card3 .service-card-title a:hover {
  text-shadow: -0.3px -0.3px 0 var(--tg-heading-color), 0.3px 0.3px var(--tg-heading-color);
}
.service-card3 .service-card-text {
  max-width: 330px;
  margin-bottom: 0;
}
.service-card3:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--tg-theme-secondary);
  opacity: 0.4;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .service-card3 {
    padding: 40px 30px;
  }
}
@media (max-width: 991.98px) {
  .service-card3 {
    text-align: center;
  }
  .service-card3 .service-card-text {
    margin-left: auto;
    margin-right: auto;
  }
}

.service-card3.style2 {
  display: flex;
  align-items: center;
  padding: 65px 0 40px 40px;
  justify-content: space-between;
}
.service-card3.style2:after {
  background: var(--tg-theme-primary);
}
.service-card3.style2 .service-card-thumb {
  margin-top: 0;
  margin-right: -85px;
  flex: none;
}
@media (max-width: 1200px) {
  .service-card3.style2 {
    padding: 75px 0 55px 40px;
  }
}
@media (max-width: 1199.98px) {
  .service-card3.style2 {
    padding: 75px 0 55px 30px;
  }
}
@media (max-width: 991.98px) {
  .service-card3.style2 {
    text-align: start;
  }
}
@media (max-width: 767.98px) {
  .service-card3.style2 {
    display: block;
    text-align: center;
    padding: 40px 30px;
  }
  .service-card3.style2 .service-card-thumb {
    max-width: 140px;
    margin: 35px auto 0;
  }
}

.service-card3.style3 {
  display: flex;
  align-items: center;
  padding: 75px 75px 75px 40px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .service-card3.style3 {
    padding: 90px 75px 90px 40px;
  }
}
.service-card3.style3:after {
  background: var(--tg-color-gray-4);
}
.service-card3.style3 .service-card-thumb {
  margin-top: 0;
  flex: none;
}
@media (max-width: 1199.98px) {
  .service-card3.style3 {
    padding: 90px 30px 90px 30px;
  }
}
@media (max-width: 991.98px) {
  .service-card3.style3 {
    text-align: start;
  }
}
@media (max-width: 767.98px) {
  .service-card3.style3 {
    display: block;
    text-align: center;
    padding: 40px 30px;
  }
  .service-card3.style3 .service-card-thumb {
    max-width: 140px;
    margin: 35px auto 0;
  }
}

/*=============================
    Service 4
===============================*/
.service-card.style4 {
  padding: 0;
  border-radius: 20px;
  background: var(--tg-color-white-default);
  transition: 0.4s;
}
.service-card.style4 .service-card-thumb {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.service-card.style4 .service-card-thumb img {
  transition: 0.4s;
  width: 100%;
}
.service-card.style4 .service-card-icon {
  position: absolute;
  bottom: 26px;
  left: 30px;
  margin: 0;
  background: var(--tg-color-white-default);
  padding: 10px;
  border-radius: 10px;
}
.service-card.style4 .service-card-icon img {
  transition: 0.4s;
}
.service-card.style4 .service-card-title {
  padding: 40px;
  margin-bottom: 0;
}
.service-card.style4:hover {
  background: var(--tg-theme-primary);
}
.service-card.style4:hover .service-card-thumb img {
  transform: scale(1.05);
}
.service-card.style4:hover .service-card-thumb .service-card-icon img {
  transform: scale(-1) rotate(180deg);
}
.service-card.style4:hover .service-card-title a {
  color: var(--tg-color-white-default);
}
.service-card.style4:hover .service-card-title a:hover {
  color: var(--tg-heading-color);
}

/*=============================
    Service 05
===============================*/
.service-wrap5 {
  padding: 80px 50px;
  border-radius: 20px;
  margin: -68px -55px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 1200px) {
  .service-wrap5 {
    margin: -68px 0 0;
    padding: 50px;
  }
}

.service-card.style5 {
  display: flex;
  gap: 24px;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  align-items: start;
}
.service-card.style5 .service-card-icon {
  flex: none;
  background: rgba(243, 248, 254, 0.13);
  border-radius: 8px;
  padding: 10px;
}
.service-card.style5 .service-card-icon img {
  transition: 0.4s;
}
.service-card.style5 .service-card-title a {
  color: var(--tg-color-white-default);
}
.service-card.style5 .service-card-title a:hover {
  color: var(--tg-theme-secondary);
}
.service-card.style5 .service-card-text {
  color: var(--tg-color-white-default);
}
.service-card.style5 .link-btn {
  font-weight: 500;
}
.service-card.style5:hover .service-card-icon img {
  transform: rotateY(180deg);
}
@media (max-width: 1200px) {
  .service-card.style5 {
    display: block;
  }
  .service-card.style5 .service-card-icon {
    display: inline-block;
  }
}

/*=============================
    Service 06
===============================*/
.service-card.style6 {
  background: transparent;
  display: block;
  box-shadow: none;
  padding: 0;
}
.service-card.style6 .service-card-icon {
  justify-content: center;
  height: 64px;
  width: 64px;
  position: relative;
}
.service-card.style6 .service-card-icon:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: var(--tg-theme-primary);
  opacity: 0.2;
}
.service-card.style6 .service-card-icon img {
  transition: 0.4s;
}
.service-card.style6 .service-card-title {
  color: var(--tg-color-white-default);
  margin-bottom: 30px;
}
.service-card.style6 .service-card-text {
  color: var(--tg-color-white-default);
  opacity: 0.9;
  margin-bottom: -0.3em;
}
.service-card.style6:hover .service-card-icon img {
  transform: scale(-1) rotate(180deg);
}

/*=============================
    Service 07
===============================*/
.service-area-7 {
  position: relative;
  background-image: linear-gradient(var(--tg-color-gray-5), var(--tg-color-gray-5));
  background-repeat: no-repeat;
  background-size: 100% calc(100% - 115px);
}

.service-card.style7 {
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  border-radius: 8px;
  padding: 40px 30px;
}
.service-card.style7 .service-card-icon {
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 8px;
  background: var(--tg-color-gray-5);
}
.service-card.style7 .service-card-icon img {
  transition: 0.4s;
}
.service-card.style7 .service-card-number {
  font-size: 16px;
  font-weight: 600;
  color: var(--tg-color-dark);
  opacity: 1;
  margin-bottom: 20px;
}
.service-card.style7 .service-card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: -0.2em;
}
.service-card.style7:hover .service-card-icon img {
  transform: rotateY(180deg);
}

/*=============================
    Service 08
===============================*/
.service-area-8 {
  background-image: linear-gradient(var(--tg-theme-primary), var(--tg-theme-primary));
  background-size: 100% calc(100% - 300px);
  background-repeat: no-repeat;
}

.service-card.style8 {
  border-radius: 0;
}
.service-card.style8 .service-card-thumb {
  overflow: hidden;
}
.service-card.style8 .service-card-thumb img {
  width: 100%;
  transition: 0.4s;
}
.service-card.style8 .service-card-icon {
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--tg-theme-primary);
  border: 5px solid var(--tg-color-white-default);
  text-align: center;
  margin-top: -45px;
  position: relative;
  z-index: 1;
  margin-left: 30px;
}
.service-card.style8 .service-card-icon img {
  transition: 0.4s;
}
.service-card.style8 .service-card-number {
  opacity: 1;
  font-size: 18px;
  font-weight: 600;
  color: var(--tg-color-dark);
}
.service-card.style8 .service-card-title {
  margin-bottom: 0;
}
.service-card.style8:hover .service-card-thumb img {
  transform: scale(1.05);
}
.service-card.style8:hover .service-card-icon img {
  transform: rotateY(180deg);
}

/*=============================
    Service 09
===============================*/
.service-area-9 {
  background-image: linear-gradient(var(--tg-color-gray-1), var(--tg-color-gray-1));
  background-size: 100% calc(100% - 300px);
  background-repeat: no-repeat;
}

.service-card.style9 {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.service-card.style9 .service-card-thumb {
  border-radius: 8px;
  overflow: hidden;
}
.service-card.style9 .service-card-thumb img {
  transition: 0.4s;
}
.service-card.style9 .service-card-details {
  text-align: center;
  background: var(--tg-color-gray-1);
  border-radius: 10px;
  margin: -75px 30px 0;
  padding: 40px 0;
  position: relative;
}
.service-card.style9 .service-card-number {
  opacity: 1;
  font-size: 18px;
  font-weight: 600;
  opacity: 0.5;
  color: var(--tg-color-white-default);
}
.service-card.style9 .service-card-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--tg-color-white-default);
  margin-bottom: 0;
}
.service-card.style9:hover .service-card-thumb img {
  transform: scale(1.05);
}

/*=============================
    Service 10
===============================*/
.service-wrap10 {
  padding: 65px 50px 80px;
  border-radius: 5px;
  margin: -100px -50px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .service-wrap10 {
    margin: -100px 0 0;
  }
}
@media (max-width: 380px) {
  .service-wrap10 {
    padding: 65px 20px 80px;
  }
}

.service-card.style10 {
  border: 1px solid #E6E9ED;
  border-radius: 5px;
  box-shadow: none;
  padding: 40px 0 0;
}
.service-card.style10 .service-card-icon {
  justify-content: center;
  margin-bottom: 40px;
}
.service-card.style10 .service-card-details {
  text-align: center;
}
.service-card.style10 .service-card-details .service-card-number {
  font-size: 18px;
  opacity: 1;
  margin-bottom: 15px;
}
.service-card.style10 .service-card-details .service-card-title {
  margin-bottom: 55px;
}
.service-card.style10 .service-card-thumb {
  border-radius: 8px;
  overflow: hidden;
}

/*=============================
    Service Details
===============================*/
.service-details-thumb img {
  width: 100%;
}

.service-details-thumb2 {
  border-radius: 20px;
  overflow: hidden;
}
.service-details-thumb2 img {
  width: 100%;
}

/*Service widget******************/
.service__details-widget {
  margin-bottom: 60px;
}
.service__details-widget:last-child {
  margin-bottom: 0;
}
.service__details-widget .service__details-list {
  background: var(--tg-color-gray-1);
  border-radius: 5px;
  padding: 30px;
}
.service__details-widget .service__details-list .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.service__details-widget .service__details-list .list-wrap li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(31, 41, 51, 0.2);
  color: var(--tg-heading-color);
}
.service__details-widget .service__details-list .list-wrap li a span {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: var(--tg-color-white-default);
  text-align: center;
  font-size: 14px;
  color: var(--tg-theme-secondary);
  transition: 0.4s;
}
.service__details-widget .service__details-list .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}
.service__details-widget .service__details-list .list-wrap li a:hover span {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.service__details-widget .service__details-list .list-wrap li:last-child a {
  margin-bottom: 0;
}
.service__details-widget .service__details-contact {
  background: var(--tg-theme-primary);
  border-radius: 5px;
  padding: 30px 40px 45px;
}
.service__details-widget .service__details-contact .contact-icon {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: var(--tg-color-white-default);
  border-radius: 50%;
  text-align: center;
  margin-bottom: 11px;
}
.service__details-widget .service__details-contact .subtitle {
  color: var(--tg-color-white-default);
  margin-bottom: 11px;
}
.service__details-widget .service__details-contact .title {
  color: var(--tg-color-white-default);
  margin-bottom: 13px;
}
.service__details-widget .service__details-contact .title a:hover {
  color: var(--tg-theme-secondary);
}
.service__details-widget .service__details-contact .text {
  margin-bottom: -0.3em;
  color: var(--tg-color-white-default);
}
.service__details-widget .service__details-brochure .widget-title {
  margin-top: -0.3em;
  margin-bottom: 20px;
}
.service__details-widget .service__details-brochure .list-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service__details-widget .service__details-brochure .list-wrap li {
  border: 1px solid #E6E9ED;
  border-radius: 5px;
  padding: 20px 30px 30px;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.service__details-widget .service__details-brochure .list-wrap li:last-child {
  margin-bottom: 0;
}
.service__details-widget .service__details-brochure .list-wrap li .icon {
  flex: none;
}
.service__details-widget .service__details-brochure .list-wrap li .title {
  font-size: 20px;
}
.service__details-widget .service__details-brochure .list-wrap li .text {
  margin-bottom: 0;
}

/*=============================
    Work 01
===============================*/
.why-img-box1 .thumb img {
  border-radius: 20px;
  width: 795px;
  height: 714px;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .why-img-box1 .thumb img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .why-img-box1 .thumb img {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .why-img-box1 .thumb img {
    height: 500px;
  }
}
@media (max-width: 1199.98px) {
  .why-img-box1 {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .why-img-box1 {
    padding: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .why-img-box1 {
    padding: 0 20px;
  }
}

.why-area-1 {
  position: relative;
  padding-top: 84px;
}
.why-area-1:after {
  content: "";
  position: absolute;
  background: linear-gradient(to left, var(--tg-color-gray-1), transparent);
  inset: 0 0 84px 0;
  z-index: -1;
  max-width: 1840px;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 1800px) {
  .why-area-1:after {
    max-width: 100%;
    inset: 0 15px 84px 15px;
  }
}
@media (max-width: 1199.98px) {
  .why-area-1:after {
    inset: 0 15px;
  }
}

.why-wrap1 {
  max-width: 600px;
}
@media (max-width: 1399px) {
  .why-wrap1 {
    margin-right: 15px;
  }
}
@media (max-width: 1199.98px) {
  .why-wrap1 {
    max-width: none;
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .why-wrap1 {
    padding: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .why-wrap1 {
    padding: 0 20px;
  }
}

/*Work 02**************/
.why-wrap2 {
  background: var(--tg-color-gray-4);
  border-radius: 20px;
  padding: 110px 60px;
}
@media (max-width: 1500px) {
  .why-wrap2 {
    padding: 90px 50px;
  }
}
@media (max-width: 1399px) {
  .why-wrap2 {
    padding: 90px 40px;
  }
}
@media (max-width: 380px) {
  .why-wrap2 {
    padding: 80px 20px;
  }
}

.why-img-box2 .thumb img {
  border-radius: 20px;
  width: 100%;
}

/*=============================
    Skill 01
===============================*/
/*skill-feature**************/
.skill-feature {
  position: relative;
  max-width: 565px;
}
.skill-feature:not(:last-child) {
  margin-bottom: 35px;
}
.skill-feature_title {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--tg-body-font-family);
  margin-bottom: 11px;
  letter-spacing: -0.015em;
}
.skill-feature .progress {
  background: var(--tg-color-gray-1);
  border-radius: 5px;
  overflow: visible;
  height: 8px;
}
.skill-feature .progress .progress-bar {
  background: var(--tg-theme-secondary);
  border-radius: 5px;
  height: 8px;
}
.skill-feature .progress-value {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.015em;
  position: absolute;
  right: 0;
  top: 0;
  color: var(--tg-heading-color);
}

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

.team-slider1 {
  transform: translate(0, 240px);
  margin-top: -265px;
}

.team-card {
  position: relative;
  overflow: hidden;
  background: var(--tg-color-white-default);
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
}
.team-card .team-card-thumb {
  overflow: hidden;
  border-radius: 10px;
}
.team-card .team-card-thumb img {
  width: 100%;
  transition: 0.4s;
}
.team-card .team-card-details {
  padding: 33px 0 35px;
  position: relative;
}
.team-card .team-card-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--tg-heading-color);
  margin-bottom: 8px;
  margin-top: -0.15em;
}
.team-card .team-card-text {
  font-size: 16px;
  font-weight: 400;
  color: var(--tg-body-color);
  margin-bottom: -0.5em;
}
.team-card .team-social {
  flex: none;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  align-self: flex-end;
  transform: translate(0, -100%);
}
.team-card .team-social .icon-btn {
  border: 0;
  background: var(--tg-theme-primary);
  padding: 0;
  font-size: 16px;
  position: relative;
  z-index: 1;
  border-radius: 10px 0 0 0;
  width: 50px;
  height: 50px;
  line-height: 10px;
}
.team-card .team-social .icon-btn:hover {
  color: var(--tg-color-white-default);
}
.team-card .team-social .social-icon-wrap {
  position: absolute;
  bottom: 0;
  padding-bottom: 48px;
  padding-top: 20px;
  left: 0px;
  font-size: 18px;
  opacity: 0;
  transition: 0.4s;
  transform: scaleY(0);
  background: var(--tg-theme-primary);
  border-radius: 10px 0 0 0;
  width: 100%;
  display: block;
}
.team-card .team-social .social-icon-wrap a {
  margin-bottom: 15px;
  display: block;
  color: var(--tg-color-white-default);
  width: auto;
  height: auto;
  line-height: normal;
}
.team-card .team-social .social-icon-wrap a:last-child {
  margin-bottom: 0;
}
.team-card .team-social .social-icon-wrap a:hover {
  opacity: 0.7;
}
.team-card .team-social:hover .social-icon-wrap {
  opacity: 1;
  transform: scaleY(1);
}
.team-card:hover .team-card-details {
  opacity: 1;
  bottom: 0;
}
.team-card:hover .team-card-thumb img {
  transform: scale(1.05);
}

/*=============================
    Team 02
===============================*/
.team-card.style2 {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.team-card.style2 .team-card-thumb {
  border-radius: 0;
}
.team-card.style2 .team-card-thumb img {
  width: 100%;
  object-fit: cover;
}
.team-card.style2 .team-card-details {
  background: var(--tg-color-white-default);
  margin: -70px 30px 0;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: space-between;
  padding: 30px 25px;
  text-align: start;
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
}
@media (max-width: 991.98px) {
  .team-card.style2 .team-card-details {
    margin: -70px 20px 0;
  }
}
.team-card.style2 .team-card-text {
  font-size: 16px;
  font-weight: 400;
  color: var(--tg-theme-primary);
  margin-top: -0.3em;
}
.team-card.style2 .team-card-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: -0.3em;
  margin-top: 10px;
}
.team-card.style2 .team-social {
  position: relative;
  transform: none;
}
.team-card.style2 .team-social .icon-btn {
  border-radius: 5px;
}
.team-card.style2 .team-social .social-icon-wrap {
  border-radius: 5px;
}
.team-card.style2 .team-social .social-icon-wrap a {
  border: 0;
}
.team-card.style2 .team-social .social-icon-wrap a:hover {
  color: var(--tg-theme-secondary);
  opacity: 1;
}

/*=============================
    Team 03
===============================*/
.team-card.style3 {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: transparent;
}
.team-card.style3 .team-card-details {
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: var(--tg-color-gray-1);
  margin: 0 56px 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991.98px) {
  .team-card.style3 .team-card-details {
    margin: 0 30px 25px;
  }
}
@media (max-width: 767.98px) {
  .team-card.style3 .team-card-details {
    padding: 30px;
  }
}
@media (max-width: 380px) {
  .team-card.style3 .team-card-details {
    margin: 0 20px 20px;
  }
}
.team-card.style3 .media-left {
  margin-bottom: -68px;
  transition: 0.4s;
}
.team-card.style3 .team-card-title {
  color: var(--tg-color-white-default);
  font-size: 20px;
  margin-top: -0.25em;
}
.team-card.style3 .team-card-text {
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-color-white-default);
}
.team-card.style3 .social-icon-wrap {
  margin-top: 20px;
  transform: scaleY(0);
  transition: 0.4s;
  gap: 10px;
}
.team-card.style3 .social-icon-wrap a {
  height: 40px;
  width: 40px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--tg-color-white-default);
}
.team-card.style3:hover .social-icon-wrap {
  transform: scaleY(1);
}
.team-card.style3:hover .media-left {
  margin-bottom: 0;
}

/*team details page******************/
.team__details-content .name {
  font-size: 40px;
  margin-bottom: 14px;
}
@media (max-width: 767.98px) {
  .team__details-content .name {
    font-size: 32px;
  }
}
.team__details-content .desig {
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}
.team__details-content .desig:before {
  content: "";
  position: relative;
  height: 1px;
  width: 70px;
  background: var(--tg-heading-color);
}
.team__details-content .tg-button-wrap {
  justify-content: space-between;
  max-width: 565px;
}
.team__details-content .tg-button-wrap .btn {
  border-radius: 0;
  font-weight: 400;
  padding: 22px 30px;
  background: var(--tg-theme-secondary);
}
.team__details-content .tg-button-wrap .social-icon-wrap.style3 a {
  background: var(--tg-theme-secondary);
}
.team__details-content .tg-button-wrap .social-icon-wrap.style3 a:hover {
  background: var(--tg-theme-primary);
}

/*=============================
    Testimonial 01
===============================*/
.testimonial-slider1 {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.testimonial-img-box1 {
  margin-left: -60px;
  position: relative;
  display: inline-block;
  padding: 0 0 16px 0;
}
.testimonial-img-box1 img {
  height: 428px;
  width: 716px;
  object-fit: cover;
}
.testimonial-img-box1:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -7px;
  width: 100px;
  height: 100px;
  border-bottom: solid 50px var(--tg-theme-primary);
  border-right: solid 50px var(--tg-theme-primary);
  border-left: solid 50px transparent;
  border-top: solid 50px transparent;
}
@media (max-width: 1199.98px) {
  .testimonial-img-box1 {
    margin-left: 0;
    padding: 0;
  }
  .testimonial-img-box1:after {
    right: 0;
  }
}
@media (max-width: 380px) {
  .testimonial-img-box1 img {
    width: 100%;
    height: 100%;
  }
}

.testimonial__item {
  display: flex;
  background: var(--tg-color-white-default);
}
.testimonial__item .testimonial__thumb {
  flex: none;
}
.testimonial__item .testimonial__thumb img {
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
}
.testimonial__item .testimonial__content {
  padding: 30px 40px 30px 30px;
  align-self: center;
}
.testimonial__item .testimonial__content .star-rating {
  display: flex;
  gap: 10px;
  color: var(--tg-color-yellow-default);
  margin-bottom: 20px;
}
.testimonial__item .testimonial__content .star-rating .unavailable {
  color: var(--tg-color-gray-2);
  opacity: 0.3;
}
.testimonial__item .testimonial__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 25px;
}
@media (max-width: 380px) {
  .testimonial__item .testimonial__text {
    font-size: 18px;
  }
}
.testimonial__item .testimonial__author {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.testimonial__item .testimonial__author .quote-icon {
  line-height: 1;
}
.testimonial__item .testimonial__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: -0.8px;
  line-height: 1.4em;
}
.testimonial__item .testimonial__desig {
  font-size: 12px;
  color: #67687A;
}
@media (max-width: 767.98px) {
  .testimonial__item {
    display: block;
  }
  .testimonial__item .testimonial__thumb {
    padding: 30px 30px 0;
  }
  .testimonial__item .testimonial__thumb img {
    width: 120px;
    height: 120px;
    object-position: top;
  }
}

/*testimonial 2*******************/
.testimonial__item.style2 {
  background: var(--tg-color-white-default);
  border-radius: 5px;
  padding: 70px 40px 50px 60px;
  display: block;
}
.testimonial__item.style2 .testimonial__thumb {
  padding: 0;
}
.testimonial__item.style2 .testimonial__thumb img {
  width: 73px;
  height: 73px;
  border-radius: 50%;
}
.testimonial__item.style2 .testimonial__content {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .testimonial__item.style2 .testimonial__content {
    margin-bottom: 20px;
  }
}
.testimonial__item.style2 .testimonial__author {
  display: flex;
  gap: 20px;
}
.testimonial__item.style2 .testimonial__title {
  font-size: 24px;
  font-weight: 700;
  color: #1C3F39;
  margin-bottom: 2px;
}
@media (max-width: 380px) {
  .testimonial__item.style2 .testimonial__title {
    font-size: 22px;
  }
}
.testimonial__item.style2 .testimonial__desig {
  font-size: 16px;
}
.testimonial__item.style2 .testimonial__text {
  font-size: 24px;
  line-height: 1.583;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .testimonial__item.style2 .testimonial__text {
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .testimonial__item.style2 .testimonial__text {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .testimonial__item.style2 {
    padding: 30px;
  }
}

/*testimonial 3*******************/
.testimonial-area-3 {
  background: linear-gradient(180deg, rgba(237, 198, 255, 0.45) 0%, rgba(237, 198, 255, 0.2) 100%);
  background-size: 100% calc(100% - 213px);
  background-repeat: no-repeat;
}

.testimonial-slider3 {
  background: var(--tg-color-white-default);
  border-radius: 10px;
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.testimonial__item.style3 {
  display: block;
  text-align: center;
  padding: 72px 55px 50px;
}
@media (max-width: 1800px) {
  .testimonial__item.style3 {
    padding: 60px 40px 50px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial__item.style3 {
    padding: 60px 30px 50px;
  }
}
.testimonial__item.style3 .quote-icon {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background: var(--tg-theme-primary);
  margin: auto;
  font-size: 28px;
}
.testimonial__item.style3 .testimonial__text {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}
.testimonial__item.style3 .testimonial__content {
  padding: 0;
}
.testimonial__item.style3 .testimonial__content .star-rating {
  justify-content: center;
  margin-bottom: 20px;
}
.testimonial__item.style3 .testimonial__content .testimonial__author {
  justify-content: center;
}
.testimonial__item.style3 .testimonial__title {
  font-size: 20px;
  font-weight: 700;
  color: #0F3567;
  margin-bottom: 6px;
}
.testimonial__item.style3 .testimonial__desig {
  font-size: 16px;
}

/*testimonial 4*******************/
.testimonial-wrap4 {
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
  border-radius: 20px 20px 0px 0px;
  background: var(--tg-color-white-default);
  padding: 80px 125px 70px 95px;
}
@media (max-width: 767.98px) {
  .testimonial-wrap4 {
    padding: 60px 50px;
  }
}
@media (max-width: 380px) {
  .testimonial-wrap4 {
    padding: 40px 30px;
  }
}

.testimonial-slider4 .testimonial__item.style2 {
  padding: 0;
}

/*testimonial 5*******************/
.testimonial-area-5 .section__title {
  margin-top: -13px;
}

.testimonial-wrap5 {
  position: relative;
  margin-bottom: 30px;
}
.testimonial-wrap5 .testimonial-link-btn {
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  z-index: 1;
  color: var(--tg-heading-color);
}
.testimonial-wrap5 .testimonial-link-btn span {
  display: block;
}
@media (max-width: 380px) {
  .testimonial-wrap5 .testimonial-link-btn {
    position: initial;
    display: inline-block;
    margin-bottom: 30px;
  }
}
.testimonial-wrap5 .testimonial-icon {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 380px) {
  .testimonial-wrap5 .testimonial-icon {
    display: none;
  }
}

.testimonial-thumb5 img {
  border-radius: 20px;
}

.testimonial-wrap-bg {
  mask-image: url(../img/others/testimonial5-bg-shape.jpg);
  mask-size: 100% 100%;
  background: #EFEFEF;
  padding: 30px;
}
@media (max-width: 380px) {
  .testimonial-wrap-bg {
    mask-image: none;
    border-radius: 20px;
  }
}
.testimonial-wrap-bg .client-group-wrap {
  margin-bottom: 40px;
  display: inline-block;
}
@media (max-width: 1200px) {
  .testimonial-wrap-bg .client-group-wrap {
    width: 200px;
  }
}
@media (max-width: 380px) {
  .testimonial-wrap-bg .client-group-wrap {
    width: auto;
    margin-bottom: 30px;
  }
}
.testimonial-wrap-bg .testimonial-counter-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 380px) {
  .testimonial-wrap-bg .testimonial-counter-wrap {
    display: block;
  }
}
.testimonial-wrap-bg .testimonial-counter-wrap .counter-wrap {
  font-size: 45px;
  font-weight: 700;
}
.testimonial-wrap-bg .testimonial-counter-wrap .title-wrap {
  text-align: end;
}
@media (max-width: 1199.98px) {
  .testimonial-wrap-bg .testimonial-counter-wrap .title-wrap {
    max-width: 200px;
  }
}
.testimonial-wrap-bg .testimonial-counter-wrap .title-wrap .title {
  font-size: 32px;
  font-weight: 500;
  color: #333F4D;
  margin-bottom: 20px;
}
.testimonial-wrap-bg .testimonial-counter-wrap .title-wrap .text {
  margin-bottom: 0;
  margin-left: -30px;
}
@media (max-width: 1200px) {
  .testimonial-wrap-bg .testimonial-counter-wrap .title-wrap .text {
    margin-left: -50px;
  }
}
@media (max-width: 380px) {
  .testimonial-wrap-bg .testimonial-counter-wrap .title-wrap {
    text-align: start;
    max-width: none;
  }
  .testimonial-wrap-bg .testimonial-counter-wrap .title-wrap .text {
    margin-left: 0;
  }
}

.testimonial-slider5 .testimonial__text {
  margin-bottom: 0;
}

/*testimonial 6*******************/
.testimonial-slider6 .swiper-slide.swiper-slide-active .testimonial__item.style4 {
  background: var(--tg-theme-primary);
}
.testimonial-slider6 .swiper-slide.swiper-slide-active .testimonial__item.style4 .testimonial__title {
  color: var(--tg-color-white-default);
}
.testimonial-slider6 .swiper-slide.swiper-slide-active .testimonial__item.style4 .testimonial__desig {
  color: var(--tg-color-white-default);
}
.testimonial-slider6 .swiper-slide.swiper-slide-active .testimonial__item.style4 .testimonial__text {
  color: var(--tg-color-white-default);
}

.testimonial__item.style4 {
  display: block;
  text-align: center;
  padding: 0px 30px 0px;
  background: var(--tg-color-gray-5);
  margin-top: 30px;
  margin-bottom: 40px;
  border-radius: 10px;
  transition: 0.4s;
}
.testimonial__item.style4 .quote-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 58px;
  border-radius: 50%;
  background: var(--tg-theme-primary);
  border: 2px solid var(--tg-color-white-default);
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
  margin: auto auto 24px;
  font-size: 24px;
  color: var(--tg-color-white-default);
  transform: translate(0, -50%);
}
.testimonial__item.style4 .star-rating {
  color: var(--tg-color-yellow-default);
  margin-bottom: 18px;
}
.testimonial__item.style4 .testimonial__text {
  font-size: 16px;
  font-weight: 400;
  margin-top: 18px;
  margin-bottom: 20px;
  color: #878680;
  line-height: 1.625em;
  transition: 0.4s;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial__item.style4 .testimonial__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--tg-color-dark);
  margin-bottom: 7px;
  transition: 0.4s;
}
.testimonial__item.style4 .testimonial__desig {
  font-size: 16px;
  color: var(--tg-theme-primary);
  transition: 0.4s;
}
.testimonial__item.style4 .testimonial__thumb {
  transform: translate(0, 50%);
  padding: 0;
}
.testimonial__item.style4 .testimonial__thumb img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  border: 5px solid var(--tg-color-white-default);
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
  border-radius: 50%;
}

/*testimonial 7*******************/
.testimonial__item.style5 {
  background: var(--tg-color-gray-1);
  border-radius: 10px;
  display: block;
  padding: 50px 40px;
}
@media (max-width: 767.98px) {
  .testimonial__item.style5 {
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__item.style5 {
    padding: 40px;
  }
}
.testimonial__item.style5 .star-rating {
  color: var(--tg-color-yellow-default);
  margin-bottom: 22px;
}
.testimonial__item.style5 .testimonial__text {
  color: var(--tg-color-white-default);
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 33px;
}
@media (max-width: 767.98px) {
  .testimonial__item.style5 .testimonial__text {
    font-size: 16px;
  }
}
.testimonial__item.style5 .testimonial__author {
  justify-content: start;
  gap: 20px;
}
.testimonial__item.style5 .testimonial__author .testimonial__thumb {
  border: 1px solid var(--tg-theme-primary);
  padding: 3px;
  border-radius: 50%;
}
.testimonial__item.style5 .testimonial__author .testimonial__thumb img {
  width: 55px;
  height: 55px;
  border: 5px solid var(--tg-color-white-default);
  border-radius: 50%;
}
.testimonial__item.style5 .testimonial__author .testimonial__title {
  color: var(--tg-color-white-default);
  font-size: 20px;
  font-weight: 700;
}
.testimonial__item.style5 .testimonial__author .testimonial__desig {
  font-size: 14px;
  font-weight: 400;
  color: var(--tg-color-white-default);
}
.testimonial__item.style5 .quote-icon {
  margin-left: auto;
  color: var(--tg-theme-primary);
  font-size: 28px;
}

/*testimonial 8*******************/
.testiSlider8-pagination {
  justify-content: center;
  display: flex;
  gap: 16px;
  margin-top: 60px;
  padding-bottom: 7px;
}
.testiSlider8-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--tg-theme-primary);
  opacity: 0.3;
  position: relative;
  transition: 0.4s;
}
.testiSlider8-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 2px solid var(--tg-theme-primary);
  border-radius: 50%;
  transition: 0.4s;
  transform: scale(0);
}
.testiSlider8-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.testiSlider8-pagination .swiper-pagination-bullet-active:after {
  transform: scale(1);
}

.testimonial__item.style6 {
  display: block;
  background: #1B1B1B;
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1);
  padding: 40px;
}
@media (max-width: 380px) {
  .testimonial__item.style6 {
    padding: 30px;
  }
}
.testimonial__item.style6 .quote-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: var(--tg-theme-primary);
  text-align: center;
  color: var(--tg-color-white-default);
  font-size: 18px;
  position: relative;
}
.testimonial__item.style6 .quote-icon:after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background: var(--tg-theme-primary);
  opacity: 0.2;
}
.testimonial__item.style6 .testimonial__author {
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
  gap: 30px;
}
.testimonial__item.style6 .testimonial__text {
  color: var(--tg-color-white-default);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  max-width: 374px;
  line-height: 1.75em;
}
.testimonial__item.style6 .testimonial__thumb {
  position: relative;
  padding: 0;
}
.testimonial__item.style6 .testimonial__thumb img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.testimonial__item.style6 .testimonial__thumb:after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid var(--tg-theme-primary);
  background: transparent;
  border-radius: 50%;
}
.testimonial__item.style6 .testimonial-title-wrap {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
.testimonial__item.style6 .testimonial__title {
  color: var(--tg-color-white-default);
  margin-bottom: 0;
}
.testimonial__item.style6 .star-rating {
  color: var(--tg-color-white-default);
  font-size: 14px;
}
.testimonial__item.style6 .star-rating span {
  margin-right: 5px;
}
.testimonial__item.style6 .star-rating i {
  color: var(--tg-theme-primary);
}

/*testimonial 9*******************/
.testimonial-thumb9 {
  display: inline-block;
  position: relative;
  padding-left: 180px;
}
.testimonial-thumb9 .img1 {
  display: inline-block;
  clip-path: polygon(73px 0, 100% 0, 100% calc(100% - 85px), calc(100% - 73px) 100%, 0 100%, 0 85px);
}
.testimonial-thumb9 .img1 img {
  min-height: 600px;
  object-fit: cover;
}
.testimonial-thumb9 .img2 {
  position: absolute;
  left: 0;
  bottom: 40px;
}
.testimonial-thumb9 .icon {
  position: absolute;
  left: 40px;
  top: 50px;
}
@media (max-width: 767.98px) {
  .testimonial-thumb9 {
    padding-left: 140px;
  }
  .testimonial-thumb9 .icon {
    left: 0;
  }
}
@media (max-width: 380px) {
  .testimonial-thumb9 {
    padding-left: 0;
  }
  .testimonial-thumb9 .img1 img {
    min-height: auto;
  }
  .testimonial-thumb9 .img2 {
    position: initial;
    animation: none !important;
    margin-top: 30px;
  }
  .testimonial-thumb9 .img2 img {
    width: 100%;
  }
  .testimonial-thumb9 .icon {
    display: none;
  }
}

/*testimonial 10*******************/
.testimonial-area-10 {
  margin-bottom: 60px;
}

.testimonial-slider10 .testimonial__item.style6 {
  background: rgba(255, 255, 255, 0.04);
}
.testimonial-slider10 .testimonial__item.style6 .star-rating i {
  color: #FFBA08;
}

/*=============================
    Counter 01
===============================*/
.counter-area-1 {
  padding: 48px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 767.98px) {
  .counter-area-1 {
    padding: 40px;
  }
}
@media (max-width: 380px) {
  .counter-area-1 {
    padding: 30px;
  }
}

.counter-card {
  display: flex;
  align-items: center;
  position: relative;
  gap: 20px;
}
.counter-card .counter-card-icon {
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  flex: none;
}
.counter-card .counter-card-title {
  color: var(--tg-color-white-default);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  transition: 0.4s;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .counter-card .counter-card-title {
    font-size: 30px;
  }
}
.counter-card .counter-card-text {
  font-size: 16px;
  margin-bottom: 0;
  color: var(--tg-color-white-default);
}

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

.single-counter-wrap {
  box-shadow: 0px 20px 24px rgba(0, 0, 0, 0.08), 0px 8px 8px rgba(0, 0, 0, 0.03);
  background: var(--tg-color-white-default);
  border-radius: 15px;
  display: flex;
  gap: 20px;
  padding: 23px 25px;
  align-items: center;
}
.single-counter-wrap .icon {
  width: 102px;
  height: 102px;
  line-height: 102px;
  border-radius: 50%;
  background: #d85539;
  text-align: center;
}
.single-counter-wrap .counter-wrap-title {
  font-size: 36px;
  font-weight: 700;
}
.single-counter-wrap .counter-wrap-text {
  margin-bottom: 0;
  font-size: 18px;
}

/*=============================
    Counter 02
===============================*/
.counter-area-2 {
  border-top: 1px solid #010101;
  border-bottom: 1px solid #010101;
  padding: 55px 0;
}

.counter-card.style2 .counter-card-icon {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  position: relative;
}
.counter-card.style2 .counter-card-icon img {
  transition: 0.4s;
}
.counter-card.style2 .counter-card-icon:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--tg-theme-primary);
  opacity: 0.1;
  border-radius: 50%;
  z-index: -1;
}
.counter-card.style2 .counter-card-title {
  color: var(--tg-color-dark);
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 56px;
}
@media (max-width: 991.98px) {
  .counter-card.style2 .counter-card-title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .counter-card.style2 .counter-card-title {
    font-size: 38px;
  }
}
.counter-card.style2 .counter-card-text {
  color: var(--tg-color-dark);
  font-size: 18px;
  margin-top: -0.5em;
}
@media (max-width: 767.98px) {
  .counter-card.style2 .counter-card-text {
    font-size: 16px;
  }
}
.counter-card.style2:hover .counter-card-icon img {
  transform: scale(-1) rotate(180deg);
}

/*=============================
    Counter 03
===============================*/
.counter-card.style3 .counter-card-icon {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  position: relative;
}
.counter-card.style3 .counter-card-icon img {
  transition: 0.4s;
}
.counter-card.style3 .counter-card-icon:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--tg-theme-secondary);
  border-radius: 50%;
  z-index: -1;
}
.counter-card.style3 .counter-card-title {
  color: var(--tg-color-dark);
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 56px;
}
@media (max-width: 991.98px) {
  .counter-card.style3 .counter-card-title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .counter-card.style3 .counter-card-title {
    font-size: 38px;
  }
}
.counter-card.style3 .counter-card-text {
  color: var(--tg-color-dark);
  font-size: 18px;
  margin-top: -0.5em;
}
@media (max-width: 767.98px) {
  .counter-card.style3 .counter-card-text {
    font-size: 16px;
  }
}
.counter-card.style3:hover .counter-card-icon img {
  transform: scale(-1) rotate(180deg);
}

/*=============================
    Counter 04
===============================*/
.counter-wrap4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.counter-wrap4 .counter-card-wrap {
  width: 100%;
}

.counter-card.style4 {
  border-bottom: 1px solid rgba(10, 18, 16, 0.2);
  padding: 35px 76px;
}
.counter-card.style4:last-child {
  border-bottom: 0;
}
.counter-card.style4 .counter-card-icon {
  background: var(--tg-theme-primary);
}
.counter-card.style4 .counter-card-text {
  color: var(--tg-color-dark);
  font-size: 18px;
}
.counter-card.style4 .counter-card-title {
  color: var(--tg-color-dark);
  font-size: 56px;
}
@media (max-width: 1199.98px) {
  .counter-card.style4 {
    padding: 35px 50px;
  }
  .counter-card.style4 .counter-card-title {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .counter-card.style4 {
    padding: 35px 25px;
  }
  .counter-card.style4 .counter-card-title {
    font-size: 40px;
  }
}

/*=============================
    Counter 05
===============================*/
.counter-card.style5 {
  background: var(--tg-color-gray-1);
  padding: 49.5px 40px;
  border-radius: 10px;
}
.counter-card.style5 .counter-card-icon {
  background: var(--tg-theme-primary);
}
@media (max-width: 1399px) {
  .counter-card.style5 {
    padding: 57.5px 30px;
  }
}
@media (max-width: 1200px) {
  .counter-card.style5 {
    padding: 57.5px 25px;
  }
}
@media (max-width: 1199.98px) {
  .counter-card.style5 {
    padding: 50px 40px;
  }
}
@media (max-width: 380px) {
  .counter-card.style5 {
    padding: 40px 30px;
  }
}

/*=============================
    Counter 06
===============================*/
.counter-wrap6 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.counter-wrap6 .counter-card-wrap {
  width: 100%;
}

.counter-card.style6 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 35px 76px;
}
.counter-card.style6:last-child {
  border-bottom: 0;
}
.counter-card.style6 .counter-card-icon {
  background: var(--tg-color-gray-5);
}
.counter-card.style6 .counter-card-text {
  color: var(--tg-color-white-default);
  font-size: 18px;
}
.counter-card.style6 .counter-card-title {
  color: var(--tg-color-white-default);
  font-size: 56px;
}
@media (max-width: 1199.98px) {
  .counter-card.style6 {
    padding: 35px 50px;
  }
  .counter-card.style6 .counter-card-title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .counter-card.style6 {
    padding: 35px 0;
  }
}

/*=============================
    Counter 07
===============================*/
.counter-area-7 {
  background: linear-gradient(to right, var(--tg-theme-primary), var(--tg-theme-secondary));
}

.counter-card.style7 .counter-card-icon {
  background: var(--tg-color-white-default);
}
.counter-card.style7 .counter-card-icon img {
  filter: brightness(0);
}

/*=============================
    Project 01
===============================*/
.project-img-box1 img {
  border-radius: 20px;
  width: 632px;
  height: 500px;
  object-fit: cover;
}

.project-card {
  max-width: 410px;
}
@media (max-width: 991.98px) {
  .project-card {
    margin-bottom: -30px;
  }
}
.project-card .project-card-number {
  height: 64px;
  width: 64px;
  line-height: 64px;
  background: var(--tg-theme-secondary);
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  color: var(--tg-color-white-default);
  margin-bottom: 26px;
}
.project-card .project-card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.416;
  margin-bottom: 25px;
}
.project-card .project-card-text {
  margin-bottom: 0;
}

/*project-area 2*************/
.project-slider1 {
  padding: 0 75px;
}
@media (max-width: 1200px) {
  .project-slider1 {
    padding: 0 15px;
  }
}

.project-card.style2 {
  position: relative;
  max-width: none;
  margin-bottom: 0;
}
.project-card.style2 .project-card-thumb {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.project-card.style2 .project-card-thumb:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(223, 242, 93, 0) 0%, #DFF25D 100%);
  transition: 0.4s;
  opacity: 0;
}
.project-card.style2 .project-card-thumb img {
  border-radius: 10px;
  width: 100%;
}
.project-card.style2 .project-card-content {
  display: flex;
  justify-content: space-between;
  background: var(--tg-color-white-default);
  border-radius: 10px;
  position: absolute;
  bottom: 0px;
  left: 20px;
  right: 20px;
  align-items: center;
  padding: 24px 30px 26px 30px;
  transition: 0.4s;
  opacity: 0;
  gap: 10px;
}
@media (max-width: 1399px) {
  .project-card.style2 .project-card-content {
    padding: 20px;
  }
}
.project-card.style2 .project-card-text {
  font-size: 14px;
  color: var(--tg-heading-color);
  margin-bottom: 10px;
  display: block;
}
.project-card.style2 .project-card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.project-card.style2 .project-card-title a {
  color: var(--tg-heading-color);
}
.project-card.style2 .project-card-title a:hover {
  text-shadow: -0.3px -0.3px 0 var(--tg-heading-color), 0.3px 0.3px var(--tg-heading-color);
}
.project-card.style2 .icon-btn {
  text-align: center;
  background: var(--tg-theme-primary);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  flex: none;
}
.project-card.style2 .icon-btn:hover {
  background: var(--tg-heading-color);
  color: var(--tg-theme-primary);
}
.project-card.style2:hover .project-card-thumb:after {
  opacity: 1;
}
.project-card.style2:hover .project-card-content {
  opacity: 1;
  bottom: 20px;
}

/*project-area 3*************/
.project-wrap3 {
  max-width: 1720px;
  margin: 0 auto;
}

.project-card.style3 {
  position: relative;
  overflow: hidden;
  max-width: none;
  margin-bottom: 0;
}
.project-card.style3 .project-card-thumb {
  border-radius: 20px;
}
.project-card.style3 .project-card-thumb img {
  width: 100%;
  border-radius: 20px;
  height: 380px;
  object-fit: cover;
}
.project-card.style3 .project-card-details {
  position: absolute;
  bottom: 0px;
  left: 20px;
  transition: 0.4s;
  opacity: 0;
}
.project-card.style3 .project-card-subtitle {
  font-size: 14px;
  font-weight: 500;
  background: var(--tg-color-dark);
  color: var(--tg-color-white-default);
  padding: 13px 29px;
  display: inline-block;
}
.project-card.style3 .project-card-title {
  margin-bottom: 0;
  background: var(--tg-color-white-default);
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 13.5px 32px;
}
.project-card.style3:hover .project-card-details {
  opacity: 1;
  bottom: 20px;
}

/*project-area 4*************/
.project-card.style4 {
  position: relative;
  max-width: none;
  margin-bottom: 0;
}
.project-card.style4 .project-card-thumb {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.project-card.style4 .project-card-thumb img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .project-card.style4 .project-card-thumb img {
    min-height: 300px;
  }
}
.project-card.style4 .project-card-content {
  display: flex;
  justify-content: space-between;
  background: var(--tg-color-white-default);
  border-radius: 5px;
  position: absolute;
  bottom: 0px;
  left: 20px;
  right: 20px;
  align-items: center;
  padding: 20px;
  transition: 0.4s;
  opacity: 0;
  gap: 10px;
}
@media (max-width: 1399px) {
  .project-card.style4 .project-card-content {
    padding: 20px;
  }
}
.project-card.style4 .project-card-text {
  font-size: 16px;
  color: var(--tg-heading-color);
  margin-top: 4px;
  display: block;
}
.project-card.style4 .project-card-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.project-card.style4 .project-card-title a {
  color: var(--tg-heading-color);
}
.project-card.style4 .project-card-title a:hover {
  text-shadow: -0.3px -0.3px 0 var(--tg-heading-color), 0.3px 0.3px var(--tg-heading-color);
}
@media (max-width: 767.98px) {
  .project-card.style4 .project-card-title {
    font-size: 20px;
  }
}
.project-card.style4 .icon-btn {
  text-align: center;
  background: var(--tg-theme-primary);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px 0 5px 0;
  flex: none;
  color: var(--tg-color-white-default);
}
.project-card.style4 .icon-btn:hover {
  background: var(--tg-heading-color);
}
.project-card.style4:hover .project-card-thumb:after {
  opacity: 1;
}
.project-card.style4:hover .project-card-content {
  opacity: 1;
  bottom: 20px;
}

@media (max-width: 1500px) {
  .project-gallery5 {
    margin: 0 -10px;
  }
}
@media (max-width: 1399px) {
  .project-gallery5 {
    margin: 0;
  }
}

/*project-area 5*************/
.project-slider5 {
  margin: 0 -184px;
}
@media (max-width: 1199.98px) {
  .project-slider5 {
    margin: 0 -100px 0 50px;
  }
}
@media (max-width: 991.98px) {
  .project-slider5 {
    margin: 0 40px;
  }
}
@media (max-width: 767.98px) {
  .project-slider5 {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-slider5 {
    margin: 0 40px;
  }
}

.project-card.style5 {
  max-width: none;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0;
}
.project-card.style5 .project-card-thumb {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.project-card.style5 .project-card-thumb img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  transition: 0.4s;
}
.project-card.style5 .project-card-thumb:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0) 0%, #070707 100%);
  border-radius: 20px;
}
.project-card.style5 .project-card-content {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 30px 30px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .project-card.style5 .project-card-content {
    padding: 0 20px 20px;
  }
}
@media (max-width: 380px) {
  .project-card.style5 .project-card-content {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.project-card.style5 .project-card-text {
  color: var(--tg-color-white-default);
}
.project-card.style5 .project-card-title {
  margin-bottom: 0;
  color: var(--tg-color-white-default);
  font-size: 24px;
  font-weight: 600;
  margin-top: 7px;
}
.project-card.style5 .icon-btn {
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.project-card.style5 .icon-btn:hover {
  color: var(--tg-theme-primary);
  background: var(--tg-color-white-default);
}
@media (max-width: 767.98px) {
  .project-card.style5 .icon-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

/*project-area 6*************/
.project-slider6 {
  margin: 0 -165px;
}
@media (max-width: 1500px) {
  .project-slider6 {
    margin: 0;
  }
}

/*project-area 7*************/
.project-card.style6 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  max-width: none;
  margin: 0;
}
.project-card.style6 .project-card-thumb {
  width: 100%;
}
.project-card.style6 .project-card-thumb img {
  width: 100%;
}
.project-card.style6 .project-card-content {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 40px 40px;
  opacity: 0;
  transition: 0.4s;
}
.project-card.style6:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 35, 61, 0) 0%, #00233D 100%);
  z-index: 1;
  transition: 0.4s;
  opacity: 0;
}
.project-card.style6 .project-card-text {
  color: var(--tg-color-white-default);
}
.project-card.style6 .project-card-title {
  color: var(--tg-color-white-default);
  margin-bottom: 0;
  margin-top: 10px;
}
.project-card.style6:hover:after {
  opacity: 1;
}
.project-card.style6:hover .project-card-content {
  opacity: 1;
  bottom: 0;
}
@media (max-width: 380px) {
  .project-card.style6 .project-card-content {
    margin: 0 30px 30px;
  }
}

/*project-area 9*************/
.project-slider9 {
  overflow: hidden;
}
.project-slider9 .thm-swiper__slider {
  margin: 0 -345px;
}
@media (max-width: 1199.98px) {
  .project-slider9 .thm-swiper__slider {
    margin: 0 -300px;
  }
}
@media (max-width: 767.98px) {
  .project-slider9 .thm-swiper__slider {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-slider9 .thm-swiper__slider {
    margin: 0 45px;
  }
}

.project-card.style9 {
  position: relative;
  max-width: none;
  margin-bottom: 0;
}
.project-card.style9 .project-card-thumb {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
}
.project-card.style9 .project-card-thumb img {
  border-radius: 0px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .project-card.style9 .project-card-thumb img {
    min-height: 300px;
  }
}
.project-card.style9 .project-card-content {
  display: flex;
  justify-content: space-between;
  background: var(--tg-color-white-default);
  border-radius: 0px;
  position: absolute;
  bottom: 0px;
  left: 20px;
  right: 20px;
  align-items: center;
  padding: 20px;
  transition: 0.4s;
  opacity: 0;
  gap: 10px;
}
@media (max-width: 1399px) {
  .project-card.style9 .project-card-content {
    padding: 20px;
  }
}
.project-card.style9 .project-card-text {
  font-size: 16px;
  color: var(--tg-heading-color);
  margin-top: 4px;
  display: block;
}
.project-card.style9 .project-card-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.project-card.style9 .project-card-title a {
  color: var(--tg-heading-color);
}
.project-card.style9 .project-card-title a:hover {
  text-shadow: -0.3px -0.3px 0 var(--tg-heading-color), 0.3px 0.3px var(--tg-heading-color);
}
@media (max-width: 767.98px) {
  .project-card.style9 .project-card-title {
    font-size: 20px;
  }
}
.project-card.style9 .icon-btn {
  text-align: center;
  background: linear-gradient(to right, var(--tg-theme-primary), var(--tg-theme-secondary));
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px 0 5px 0;
  flex: none;
  color: var(--tg-color-white-default);
}
.project-card.style9 .icon-btn:hover {
  background: linear-gradient(to right, var(--tg-theme-primary), var(--tg-theme-secondary));
}
.project-card.style9:hover .project-card-thumb:after {
  opacity: 1;
}
.project-card.style9:hover .project-card-content {
  opacity: 1;
  bottom: 20px;
}

/*project-area 10*************/
.project-tab {
  display: inline-flex;
  gap: 15px;
  flex-wrap: wrap;
}
.project-tab .filter-btn {
  border: 0;
  background: var(--tg-color-white-default);
  border-radius: 5px;
  font-size: 16px;
  color: var(--tg-heading-color);
  padding: 12px 30px;
  border: 1px solid #E6E9ED;
}
.project-tab .filter-btn.active, .project-tab .filter-btn:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border: 1px solid var(--tg-theme-primary);
}

.project-card.style10 {
  max-width: none;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}
.project-card.style10 .project-card-thumb {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.project-card.style10 .project-card-thumb img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  transition: 0.4s;
}
.project-card.style10 .project-card-thumb:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0) 0%, var(--tg-heading-color) 100%);
  border-radius: 5px;
  opacity: 0;
  transition: 0.4s;
}
.project-card.style10 .project-card-content {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  padding: 0 30px 30px;
  align-items: center;
  opacity: 0;
  transition: 0.4s;
}
@media (max-width: 767.98px) {
  .project-card.style10 .project-card-content {
    padding: 0 20px 20px;
  }
}
@media (max-width: 380px) {
  .project-card.style10 .project-card-content {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.project-card.style10 .project-card-text {
  color: var(--tg-color-white-default);
}
.project-card.style10 .project-card-title {
  margin-bottom: 0;
  color: var(--tg-color-white-default);
  font-size: 24px;
  font-weight: 600;
  margin-top: 7px;
}
.project-card.style10 .icon-btn {
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  flex: none;
}
.project-card.style10 .icon-btn:hover {
  color: var(--tg-theme-primary);
  background: var(--tg-color-white-default);
}
@media (max-width: 767.98px) {
  .project-card.style10 .icon-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.project-card.style10:hover .project-card-thumb:after {
  opacity: 1;
}
.project-card.style10:hover .project-card-content {
  opacity: 1;
  bottom: 0;
}

/*project-details area*************/
.project-details-title {
  font-size: 40px;
}
@media (max-width: 767.98px) {
  .project-details-title {
    font-size: 32px;
  }
}

.project-details-subtitle {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.project-details-subtitle:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
  right: 30px;
  background: var(--tg-theme-secondary);
}

.project__details-widget {
  margin-bottom: 60px;
}
.project__details-widget:last-child {
  margin-bottom: 0;
}
.project__details-widget .project__details-info {
  border: 1px solid #E6E9ED;
  padding: 40px;
}
.project__details-widget .project__details-info .social-icon-wrap {
  gap: 15px;
  margin-bottom: 40px;
}
.project__details-widget .project__details-info .list-wrap li {
  margin-bottom: 40px;
}
.project__details-widget .project__details-info .list-wrap li:last-child {
  margin-bottom: 0;
}
.project__details-widget .project__details-info .list-wrap li .title {
  margin-bottom: 10px;
}
.project__details-widget .project__details-info .list-wrap li .content {
  margin-bottom: -0.2em;
  font-size: 18px;
  font-weight: 700;
}

/*=============================
    About 01
===============================*/
.about-bg-shape {
  position: absolute;
  bottom: -62px;
  right: 40px;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  opacity: 0.05;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .about-bg-shape {
    display: none;
  }
}

.about-img-box1 {
  position: relative;
  display: inline-block;
  position: relative;
  padding-right: 190px;
  margin-top: 126px;
}
@media (max-width: 1199.98px) {
  .about-img-box1 {
    padding-right: 70px;
  }
}
@media (max-width: 991.98px) {
  .about-img-box1 {
    margin-top: 0px;
  }
}
.about-img-box1 .img1 img {
  border-radius: 20px;
}
.about-img-box1 .img2 {
  border: 5px solid var(--tg-color-white-default);
  border-radius: 20px;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  bottom: 60px;
  right: 0;
}
@media (max-width: 767.98px) {
  .about-img-box1 .img2 img {
    width: 200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-img-box1 .img2 img {
    width: auto;
  }
}

.about-wrap1 .about-title {
  font-size: 60px;
  margin-left: -205px;
  margin-bottom: 25px;
  margin-top: -0.25em;
}
.about-wrap1 .about-title.style2 {
  margin-left: -84px;
  display: inline-flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
@media (max-width: 1399px) {
  .about-wrap1 .about-title {
    font-size: 50px;
  }
  .about-wrap1 .about-title.style2 {
    margin-left: -88px;
  }
}
@media (max-width: 1199.98px) {
  .about-wrap1 .about-title {
    font-size: 40px;
    margin-left: -120px;
  }
  .about-wrap1 .about-title.style2 {
    margin-left: -60px;
    margin-bottom: 70px;
  }
}
@media (max-width: 991.98px) {
  .about-wrap1 .about-title {
    margin-left: 0;
  }
  .about-wrap1 .about-title.style2 {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .about-wrap1 .about-title {
    font-size: 32px;
  }
  .about-wrap1 .about-title.style2 {
    gap: 20px;
  }
  .about-wrap1 .about-title.style2 img {
    width: 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-wrap1 .about-title {
    font-size: 40px;
  }
}

/*=============================
    About 04
===============================*/
.about-img-box4 .img1 img {
  border-radius: 20px;
}

.about-wrap4 {
  margin-left: 50px;
}
.about-wrap4 .section__title {
  margin-left: -160px;
}
@media (max-width: 1199.98px) {
  .about-wrap4 {
    margin-left: 0;
  }
  .about-wrap4 .section__title {
    margin-left: 0;
  }
}

/*=============================
    About 05
===============================*/
.about-img-box5 {
  display: inline-block;
  position: relative;
  padding: 0 0 245px 150px;
}
.about-img-box5 .img1 {
  position: relative;
  padding: 0 0 30px 30px;
}
.about-img-box5 .img1:before {
  content: "";
  position: absolute;
  inset: 90px 66px 30px 30px;
  border-radius: 100px 5px 100px 5px;
  background: #F5F8F8;
  z-index: -1;
}
.about-img-box5 .img1:after {
  content: "";
  position: absolute;
  inset: 90px 66px 0px 0px;
  border-radius: 100px 5px 100px 5px;
  border: 12px solid transparent;
  background: linear-gradient(90deg, var(--tg-theme-primary) 0%, var(--tg-theme-secondary) 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -2;
}
.about-img-box5 .about-img-box5-shape1 {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  z-index: -3;
}
.about-img-box5 .about-box5-icon {
  background: var(--tg-theme-secondary);
  width: 121px;
  height: 121px;
  line-height: 121px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: -33px;
  top: 250px;
}
@media (max-width: 1200px) {
  .about-img-box5 .about-box5-icon {
    left: 0;
    top: 160px;
  }
}
.about-img-box5 .single-counter-wrap {
  border-radius: 100px;
  background: linear-gradient(44.76deg, var(--tg-theme-primary), var(--tg-theme-secondary));
  padding: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-img-box5 .single-counter-wrap .icon {
  background: transparent;
  width: auto;
  height: auto;
  line-height: normal;
  border-radius: 0;
}
.about-img-box5 .single-counter-wrap .counter-wrap-title {
  font-size: 45px;
  letter-spacing: -0.8px;
  margin-bottom: 0;
}
.about-img-box5 .single-counter-wrap .counter-wrap-text {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .about-img-box5 {
    padding: 0;
  }
  .about-img-box5 .about-box5-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .about-img-box5 .about-box5-icon img {
    width: 50px;
  }
  .about-img-box5 .img1:before {
    inset: 30px 0 30px 30px;
  }
  .about-img-box5 .img1:after {
    inset: 30px 0px 0px 0px;
  }
  .about-img-box5 .single-counter-wrap {
    padding: 20px 40px;
    position: initial;
    animation: none;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-img-box5 {
    padding: 0 0 200px 100px;
  }
  .about-img-box5 .about-box5-icon {
    width: 121px;
    height: 121px;
    line-height: 121px;
  }
  .about-img-box5 .about-box5-icon img {
    width: auto;
  }
  .about-img-box5 .img1:before {
    inset: 30px 0 30px 30px;
  }
  .about-img-box5 .img1:after {
    inset: 30px 0px 0px 0px;
  }
  .about-img-box5 .single-counter-wrap {
    margin-top: 0;
    position: absolute;
    animation: jumpAni 7s linear infinite;
  }
}

.about-tab5 {
  gap: 20px 45px;
  margin-bottom: 35px;
  border-bottom: 0;
}
.about-tab5 .nav-link {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  background: transparent;
  color: var(--tg-color-dark);
  position: relative;
  border: 0;
}
.about-tab5 .nav-link:after {
  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);
}
.about-tab5 .nav-link.active {
  background: transparent;
}
.about-tab5 .nav-link.active:after {
  transform: scale(1, 1);
  transform-origin: left top;
}

/*=============================
    About 06
===============================*/
.about-img-box6 {
  position: relative;
  display: inline-block;
}
.about-img-box6 .about-img-box6-shape1 {
  position: absolute;
  left: 0;
  right: -40px;
  bottom: 0;
  z-index: -1;
}
.about-img-box6 .single-counter-wrap {
  position: absolute;
  border-radius: 10px;
  background: #070707;
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 14px 30px;
  max-width: 235px;
  right: -40px;
  top: 57%;
}
.about-img-box6 .single-counter-wrap .counter-wrap-title {
  color: var(--tg-theme-primary);
  font-size: 55px;
  margin-bottom: 0;
}
.about-img-box6 .single-counter-wrap .counter-wrap-text {
  color: var(--tg-color-white-default);
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .about-img-box6 .about-img-box6-shape1 {
    right: 0;
  }
  .about-img-box6 .single-counter-wrap {
    right: 0;
  }
}

/*=============================
    About 07
===============================*/
.about-img-box7 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 44.5%;
}
.about-img-box7 .img1 {
  height: 100%;
  width: 100%;
}
.about-img-box7 .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .about-img-box7 {
    position: relative;
    width: 100%;
    top: -105px;
  }
}

.about-grid-wrap {
  background: rgba(255, 255, 255, 0.04);
  padding: 25px;
  display: flex;
  gap: 15px;
  border-radius: 5px;
}
.about-grid-wrap .about-grid-icon {
  width: 42px;
  height: 42px;
  border-radius: 5px;
  text-align: center;
  line-height: 42px;
  background: var(--tg-theme-primary);
  flex: none;
  color: var(--tg-color-white-default);
}
.about-grid-wrap .about-grid-title {
  font-size: 20px;
  margin-top: -0.2em;
}
.about-grid-wrap .about-grid-text {
  margin-bottom: -0.3em;
}
@media (max-width: 1500px) {
  .about-grid-wrap {
    padding: 20px;
  }
  .about-grid-wrap .about-grid-icon {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 1200px) {
  .about-grid-wrap .about-grid-title {
    font-size: 18px;
  }
}

/*=============================
    About 09
===============================*/
.about-img-box9 {
  display: inline-block;
  position: relative;
  padding: 0 78px 0 63px;
}
.about-img-box9:after {
  content: "";
  position: absolute;
  inset: 100px 37px 102px 32px;
  background: #352D4A;
  border-radius: 50%;
  z-index: -1;
}
.about-img-box9:before {
  content: "";
  position: absolute;
  width: 367px;
  height: 131px;
  background: linear-gradient(180deg, rgba(17, 18, 19, 0) 0%, #111213 100%);
  bottom: 0;
}
.about-img-box9 .about-box9-shape {
  z-index: -2;
  position: absolute;
  inset: 0;
}
.about-img-box9 .about-box9-shape1,
.about-img-box9 .about-box9-shape2,
.about-img-box9 .about-box9-shape3,
.about-img-box9 .about-box9-shape4 {
  position: absolute;
  right: 35px;
  top: 70px;
  background: linear-gradient(to top, #95BDF9 0%, #C3AFE8 100%);
  width: 32px;
  height: 342px;
  border-radius: 50px;
  transform: rotate(45deg);
  transform-origin: top right;
}
.about-img-box9 .about-box9-shape2 {
  right: 47px;
  top: 148px;
}
.about-img-box9 .about-box9-shape3 {
  right: auto;
  left: 11px;
  bottom: 195px;
  top: auto;
  transform-origin: left bottom;
}
.about-img-box9 .about-box9-shape4 {
  right: auto;
  left: 0;
  bottom: 115px;
  top: auto;
  transform-origin: left bottom;
}
.about-img-box9 .single-counter-wrap {
  max-width: 235px;
  padding: 14px 25px;
  position: absolute;
  right: 0;
  bottom: 55px;
}
.about-img-box9 .single-counter-wrap .counter-wrap-title {
  margin-bottom: 0;
  font-size: 55px;
}
.about-img-box9 .single-counter-wrap .counter-wrap-text {
  font-size: 15px;
  font-weight: 700;
}

/*=============================
    About 10
===============================*/
.about-img-box10 {
  display: inline-block;
  position: relative;
}
.about-img-box10 .about-box10-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about-img-box10 .img1 {
  border-radius: 150px 150px 14px 14px;
  overflow: hidden;
}
.about-img-box10 .img1 img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .about-img-box10 .img1 {
    border-radius: 15px;
  }
}
.about-img-box10 .img2 {
  border-radius: 150px 150px 14px 14px;
  overflow: hidden;
}
.about-img-box10 .img2 img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .about-img-box10 .img2 {
    animation: none;
    margin-top: 30px;
    border-radius: 15px;
  }
}
.about-img-box10 .single-counter-wrap {
  background: var(--tg-theme-primary);
  box-shadow: none;
  border-radius: 10px;
  margin-left: -50px;
  margin-top: 30px;
  padding: 14px 25px 18px;
}
.about-img-box10 .single-counter-wrap .icon {
  background: transparent;
  width: auto;
  height: auto;
  line-height: normal;
}
.about-img-box10 .single-counter-wrap .counter-wrap-title {
  font-size: 45px;
  font-weight: 700;
}
.about-img-box10 .single-counter-wrap .counter-wrap-text {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .about-img-box10 .single-counter-wrap {
    margin-left: 0;
  }
}

/*=============================
    Client
===============================*/
.single-client-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
}
.single-client-wrap .client-thumb img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 50%;
}
.single-client-wrap .client-wrap-text {
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-theme-primary);
  margin-bottom: 3px;
}
.single-client-wrap .client-wrap-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.client-logo-wrap {
  text-align: center;
  display: block;
}
.client-logo-wrap img {
  transition: 0.4s;
}
.client-logo-wrap:hover img {
  transform: scale(1.05);
}

/*client area 4**************/
.client-area-4 {
  position: relative;
}
.client-area-4 .client-title {
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--tg-color-dark);
}
.client-area-4 .client-title:after {
  content: "";
  position: relative;
  display: inline-block;
  border-bottom: 1px solid var(--tg-color-dark);
  width: 100%;
  flex: 1;
}
.client-area-4 .client-bg-shape4 {
  position: absolute;
  z-index: -1;
  top: 0;
  transform: translate(0, -50%);
}

.marquee-area-1 {
  padding: 7px 0;
}
.marquee-area-1 .item {
  margin-right: 43px;
  display: inline;
}
.marquee-area-1 .item img,
.marquee-area-1 .item i {
  margin-right: 43px;
}
.marquee-area-1 .item a {
  font-size: 32px;
  font-weight: 700;
  color: var(--tg-color-white-default);
}

/*=============================
    Contact Area
===============================*/
/*Contact 1*****************/
.contact-area-1 {
  position: relative;
}
.contact-area-1:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #009BB0 0%, rgba(0, 155, 176, 0) 100%);
  opacity: 0.2;
  z-index: -1;
}

.contact-form-wrap {
  background: var(--tg-color-white-default);
  box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  padding: 60px;
}
@media (max-width: 767.98px) {
  .contact-form-wrap {
    padding: 40px;
  }
}
@media (max-width: 380px) {
  .contact-form-wrap {
    padding: 30px;
  }
}
.contact-form-wrap .btn {
  padding: 22px;
}

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

/*Contact 2*****************/
.contact-wrap1 {
  padding: 100px 80px 80px;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
}
@media (max-width: 767.98px) {
  .contact-wrap1 {
    padding: 50px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-wrap1 {
    padding: 60px;
  }
}

/*Contact 3*****************/
.contact-form-wrap.style3 {
  background: transparent;
  border: 5px solid var(--tg-color-white-default);
  border-radius: 20px;
}
.contact-form-wrap.style3 .btn {
  border-radius: 10px;
}

/*Contact 4*****************/
.contact-wrap3 {
  background: var(--tg-color-white-default);
  padding: 50px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
}
.contact-wrap3 .contact-thumb3 img {
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .contact-wrap3 {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .contact-wrap3 {
    padding: 30px;
  }
}

.contact-form-wrap.style4 {
  box-shadow: none;
  padding: 0;
}
.contact-form-wrap.style4 .btn {
  border-radius: 5px;
}

/*Contact 5*****************/
@media (max-width: 1199.98px) {
  .contact-area-4 {
    background: var(--tg-color-gray-1);
  }
}

.contact-thumb4 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40%;
}
.contact-thumb4 img {
  object-fit: cover;
  object-position: right;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .contact-thumb4 {
    display: none;
  }
}

.contact-bg-thumb4 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.contact-bg-thumb4 img {
  object-fit: cover;
  object-position: right;
  height: 100%;
}

.contact-form-wrap.style5 {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

/*Contact 6*****************/
.contact-wrap5 {
  padding: 80px 55px 0 80px;
  margin-bottom: 233px;
}
@media (max-width: 1199.98px) {
  .contact-wrap5 {
    padding: 80px 80px 0 80px;
  }
}
@media (max-width: 767.98px) {
  .contact-wrap5 {
    padding: 50px 20px 0 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-wrap5 {
    padding: 60px 60px 0 60px;
  }
}

.contact-form-wrap.style6 {
  margin-bottom: -233px;
}

/*Contact 7*****************/
.contact-area-6 {
  z-index: 1;
}

.contact-wrap6 {
  padding: 80px 80px 0px 80px;
  margin-bottom: 150px;
}
@media (max-width: 767.98px) {
  .contact-wrap6 {
    padding: 30px 30px 0 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-wrap6 {
    padding: 40px 40px 0 40px;
  }
}

.contact-form-wrap.style7 {
  margin-bottom: -150px;
  border-radius: 0;
}

/*Contact 9*****************/
.contact-img-box9 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 44.5%;
}
.contact-img-box9 .img1 {
  height: 100%;
  width: 100%;
}
.contact-img-box9 .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .contact-img-box9 {
    position: relative;
    width: 100%;
    top: -90px;
  }
}

.contact-form-wrap.style9 {
  border-radius: 0;
  background: transparent;
  padding: 0;
}
.contact-form-wrap.style9 .btn {
  border-radius: 0;
}

/*Contact 10*****************/
.contact-wrap10 {
  margin-bottom: -60px;
}
.contact-wrap10 .contact-form-wrap.style10 {
  border-radius: 0;
}
.contact-wrap10 .btn {
  border-radius: 0;
}

/*Contact page*****************/
.contact__content .contact-map iframe {
  border-radius: 5px;
  min-height: 405px;
}
.contact__content .contact__form .btn {
  border-radius: 5px;
  background: var(--tg-theme-secondary);
  justify-content: center;
  padding: 22px 30px;
}

.contact__info-wrap .list-wrap li {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 380px) {
  .contact__info-wrap .list-wrap li {
    flex-wrap: wrap;
  }
}
.contact__info-wrap .list-wrap li:last-child {
  margin-bottom: 0;
}
.contact__info-wrap .list-wrap li .icon {
  height: 95px;
  width: 95px;
  line-height: 95px;
  border-radius: 50%;
  background: var(--tg-color-gray-1);
  text-align: center;
  flex: none;
  font-size: 24px;
  color: var(--tg-theme-primary);
}
@media (max-width: 1399px) {
  .contact__info-wrap .list-wrap li .icon {
    height: 65px;
    width: 65px;
    line-height: 65px;
  }
}
.contact__info-wrap .list-wrap li .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact__info-wrap .list-wrap li p {
  margin-bottom: 0;
}

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

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

/*=============================
    Pricing 01
===============================*/
.pricing-card {
  padding: 92px 56px 50px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(31, 41, 51, 0.15);
  border-radius: 20px 0 0 20px;
  background: var(--tg-color-gray-5);
}
@media (max-width: 1800px) {
  .pricing-card {
    padding: 92px 44px 50px;
  }
}
@media (max-width: 1200px) {
  .pricing-card {
    padding: 92px 36px 50px;
  }
}
@media (max-width: 991.98px) {
  .pricing-card {
    border-radius: 20px;
    padding: 50px 30px;
  }
}
.pricing-card_title {
  font-size: 20px;
  font-weight: 700;
  border: 1px solid rgba(31, 41, 51, 0.2);
  border-radius: 100px;
  display: inline-block;
  padding: 19.5px 30px;
  margin-bottom: 19px;
}
@media (max-width: 1199.98px) {
  .pricing-card_title {
    font-size: 18px;
  }
}
.pricing-card_price {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 30px;
}
.pricing-card_price .duration {
  font-size: 18px;
  font-weight: 400;
  margin-left: 12px;
}
.pricing-card .checklist {
  margin-bottom: 40px;
  margin-top: 0px;
}
.pricing-card .checklist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pricing-card .checklist li {
  font-size: 18px;
  font-weight: 400;
  color: var(--tg-heading-color);
  display: flex;
  align-items: start;
}
@media (max-width: 1199.98px) {
  .pricing-card .checklist li {
    font-size: 16px;
  }
}
.pricing-card .checklist li:not(:last-child) {
  margin-bottom: 12px;
}
.pricing-card .checklist li i,
.pricing-card .checklist li svg,
.pricing-card .checklist li img {
  margin-right: 18px;
  margin-top: 8px;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .pricing-card .checklist li i,
  .pricing-card .checklist li svg,
  .pricing-card .checklist li img {
    width: 20px;
    font-size: 14px;
    margin-right: 10px;
  }
}
.pricing-card .btn {
  font-weight: 700;
  border: 2px solid #E1E1E1 !important;
  width: 100%;
  justify-content: center;
  padding: 20.5px 40px;
  font-size: 20px;
}
.pricing-card .btn i {
  font-size: 18px;
}
.pricing-card .btn:hover, .pricing-card .btn:active {
  border: 2px solid #E1E1E1 !important;
}
@media (max-width: 1199.98px) {
  .pricing-card .btn {
    font-size: 18px;
  }
}
.pricing-card.active {
  margin: 0 -30px;
  background: linear-gradient(180deg, #F7FFD9 0%, #FFFFFF 100%);
  border: 3px solid #1F2933;
  border-radius: 20px;
  padding: 83px 84px 70px;
}
@media (max-width: 1800px) {
  .pricing-card.active {
    padding: 83px 72px 70px;
  }
}
@media (max-width: 1200px) {
  .pricing-card.active {
    padding: 83px 64px 70px;
  }
}
@media (max-width: 1199.98px) {
  .pricing-card.active {
    padding: 70px 40px;
  }
}
@media (max-width: 991.98px) {
  .pricing-card.active {
    margin: 0;
    padding: 50px 30px;
  }
}
.pricing-card.style-right {
  border-radius: 0 20px 20px 0;
}
@media (max-width: 991.98px) {
  .pricing-card.style-right {
    border-radius: 20px;
  }
}

/*=============================
    Pricing 02
===============================*/
.pricing-card.style2 {
  padding: 0;
  background: var(--tg-color-gray-1);
  text-align: center;
  border-radius: 10px;
}
.pricing-card.style2 .price-card-wrap {
  border-bottom: 1px solid rgba(230, 233, 237, 0.1);
  padding: 40px 20px 22px;
}
.pricing-card.style2 .pricing-card_price {
  color: var(--tg-color-white-default);
  font-size: 48px;
  margin-bottom: 20px;
  margin-top: -0.2em;
}
.pricing-card.style2 .pricing-card_price .duration {
  margin-left: 0;
}
.pricing-card.style2 .pricing-card_title {
  color: var(--tg-color-white-default);
  padding: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
.pricing-card.style2 .pricing-card-details {
  padding: 34px 40px 40px;
}
.pricing-card.style2 .pricing-card-details .checklist li {
  color: var(--tg-color-white-default);
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}
.pricing-card.style2 .pricing-card-details .checklist li img, .pricing-card.style2 .pricing-card-details .checklist li i {
  margin-right: 0;
  margin-top: 4px;
  font-size: 14px;
}
.pricing-card.style2 .pricing-card-details .checklist li:not(:last-child) {
  margin-bottom: 16px;
}
.pricing-card.style2 .btn {
  font-weight: 500;
  color: var(--tg-color-white-default) !important;
  font-size: 16px;
  padding: 17.5px 30px;
  border: 1px solid var(--tg-theme-primary) !important;
}
.pricing-card.style2 .btn:before {
  background: var(--tg-theme-primary);
}
.pricing-card.style2.active {
  margin: 0;
  background: transparent;
  border: 4px solid #121212;
}
.pricing-card.style2.active .btn {
  border: 2px solid var(--tg-theme-primary) !important;
}

/*=============================
    FAQ 01
===============================*/
.faq-img-box1 {
  position: relative;
}
.faq-img-box1 img {
  border-radius: 20px;
}
.faq-img-box1 .single-counter-wrap {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
@media (max-width: 380px) {
  .faq-img-box1 .single-counter-wrap {
    position: initial;
    animation: none;
    margin-top: 20px;
  }
}

.accordion-area {
  border: 1px solid #E6E9ED;
  padding: 30px;
}

.accordion-card {
  transition: 0.4s ease-in-out;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid #E6E9ED;
  border-radius: 0px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.accordion-card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.accordion-card .accordion-button {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
  border: 0;
  background-color: transparent;
  text-align: left;
  transition: 0.3s;
  box-shadow: none;
  padding: 0px 45px 0px 0;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .accordion-card .accordion-button {
    line-height: normal;
  }
}
.accordion-card .accordion-button:after {
  content: "\f107";
  width: auto;
  background: transparent;
  border: 0;
  font-family: var(--tg-icon-font-family);
  color: var(--tg-heading-color);
  font-weight: 700;
  font-size: 16px;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  line-height: normal;
  top: 0px;
  right: 0px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .accordion-card .accordion-button:after {
    font-size: 20px;
    right: 1px;
  }
}
.accordion-card .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-card .accordion-collapse {
  border: none;
  position: relative;
}
.accordion-card .accordion-body {
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 25px 0 0px 0;
}
.accordion-card .accordion-body p {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  /* max-width: 610px; */
}
.accordion-card:last-child {
  margin-bottom: 0;
}

/*Faq 2*************/
.accordion-card.style2 {
  background: white;
  border-radius: 10px;
  padding: 20px 25px 22px 20px;
  margin-bottom: 20px;
}
.accordion-card.style2 .accordion-number {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 10px;
  background: var(--tg-color-white-default);
  text-align: center;
  margin-right: 20px;
  flex: none;
}
@media (max-width: 767.98px) {
  .accordion-card.style2 .accordion-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.accordion-card.style2 .accordion-button {
  font-weight: 600;
}
.accordion-card.style2 .accordion-button:after {
  top: 16px;
}
@media (max-width: 767.98px) {
  .accordion-card.style2 .accordion-button {
    font-size: 18px;
  }
}
.accordion-card.style2 .accordion-body {
  padding: 0px 0 0px 70px;
}
@media (max-width: 767.98px) {
  .accordion-card.style2 .accordion-body {
    padding: 10px 0 0px 60px;
  }
}
@media (max-width: 380px) {
  .accordion-card.style2 .accordion-body {
    padding: 10px 0 0 0;
  }
}
@media (max-width: 380px) {
  .accordion-card.style2 {
    padding: 20px;
  }
}

/*Faq 3*************/
.accordion-card.style3 {
  box-shadow: 0px 16px 52px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  background: var(--tg-color-white-default);
  padding: 24px;
}
.accordion-card.style3:not(:last-child) {
  margin-bottom: 20px;
}
.accordion-card.style3 .accordion-body p {
  max-width: none;
}
.accordion-card.style3 .accordion-button:after {
  content: "\f067";
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: var(--tg-theme-secondary);
  top: -5px;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .accordion-card.style3 .accordion-button:after {
    top: 0;
  }
}
.accordion-card.style3 .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background: var(--tg-theme-primary);
}

/*Faq 4*************/
.faq-img-box4 {
  position: relative;
  padding-right: 166px;
  display: inline-block;
}
.faq-img-box4 .img1 {
  display: inline-block;
  position: relative;
}
.faq-img-box4 .img1:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 260px;
  background: var(--tg-theme-secondary);
  right: -43px;
  top: 0;
  animation: jumpReverseAni 7s linear infinite;
}
.faq-img-box4 .img2 {
  position: absolute;
  right: 0;
  bottom: 50px;
  border: 8px solid var(--tg-color-white-default);
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
}
@media (max-width: 767.98px) {
  .faq-img-box4 {
    padding-right: 0px;
  }
  .faq-img-box4 .img2 {
    animation: none;
    position: initial;
    border: 0;
    margin-top: 30px;
  }
  .faq-img-box4 .img2 img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-img-box4 {
    padding-right: 150px;
  }
  .faq-img-box4 .img2 {
    position: absolute;
    border: 8px solid var(--tg-color-white-default);
    box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
  }
}

.accordion-card.style4 {
  border-radius: 5px;
  padding: 0px;
  transition: 0.3s;
}
.accordion-card.style4:not(:last-child) {
  margin-bottom: 20px;
}
.accordion-card.style4 .accordion-body {
  background: var(--tg-theme-primary);
  padding: 0 60px 30px 30px;
}
.accordion-card.style4 .accordion-body p {
  max-width: none;
  color: var(--tg-color-white-default);
}
@media (max-width: 767.98px) {
  .accordion-card.style4 .accordion-body {
    padding: 0 30px 30px;
  }
}
.accordion-card.style4 .accordion-button {
  font-size: 16px;
  font-weight: 600;
  padding: 27px 80px 27px 30px;
  background: var(--tg-color-gray-5);
}
.accordion-card.style4 .accordion-button:not(.collapsed) {
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
}
.accordion-card.style4 .accordion-button:after {
  content: "\f067";
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  top: 20px;
  right: 30px;
  font-size: 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .accordion-card.style4 .accordion-button:after {
    top: 24px;
  }
}
@media (max-width: 767.98px) {
  .accordion-card.style4 .accordion-button:after {
    top: 28px;
  }
}
.accordion-card.style4 .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
}

/*Faq 5*************/
.faq-img-box5 {
  display: inline-block;
  position: relative;
  padding-right: 100px;
}
.faq-img-box5 .img1 {
  border-radius: 10px;
  overflow: hidden;
}
.faq-img-box5 .single-counter-wrap {
  border-radius: 5px;
  display: inline-flex;
  box-shadow: none;
  background: var(--tg-theme-secondary);
  padding: 26px 50px 26px 30px;
  position: absolute;
  right: 0;
  bottom: 50px;
}
.faq-img-box5 .single-counter-wrap .icon {
  background: transparent;
  border-radius: 0;
  width: auto;
  height: auto;
  line-height: normal;
}
.faq-img-box5 .single-counter-wrap .counter-wrap-title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0;
}
.faq-img-box5 .faq5-shape1 {
  position: absolute;
  right: 20px;
  top: 50px;
}
.faq-img-box5 .faq5-shape2 {
  position: absolute;
  right: 40px;
  bottom: 200px;
}
.faq-img-box5 .faq5-shape3 {
  position: absolute;
  top: 200px;
  left: -30px;
}

/*Faq 6*************/
.accordion-area6 .accordion-card.style2 {
  background: transparent;
  border: 1px solid var(--tg-color-gray-4);
}
.accordion-area6 .accordion-card.style2 .accordion-number {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
@media (max-width: 380px) {
  .accordion-area6 .accordion-card.style2 .accordion-button {
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}

/*Faq 7*************/
.faq-img-box7 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 44.5%;
}
.faq-img-box7 .img1 {
  height: 100%;
  width: 100%;
}
.faq-img-box7 .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .faq-img-box7 {
    position: relative;
    width: 100%;
    top: -100px;
  }
}

.accordion-card.style5 {
  border: 2px solid #313033;
  padding: 25.5px 20px;
}
.accordion-card.style5 .accordion-button {
  color: var(--tg-color-white-default);
  padding: 0px 0px 0px 55px;
}
.accordion-card.style5 .accordion-button:after {
  content: "\f067";
  border-radius: 5px 0 5px 0;
  color: var(--tg-color-white-default);
  background-image: linear-gradient(to right, var(--tg-theme-primary), var(--tg-theme-secondary));
  width: 35px;
  height: 35px;
  left: 0px;
  right: auto;
  top: -10px;
  line-height: 35px;
}
.accordion-card.style5 .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.accordion-card.style5 .accordion-body {
  padding-left: 55px;
}
.accordion-card.style5 .accordion-body p {
  color: var(--tg-color-white-default);
}
@media (max-width: 767.98px) {
  .accordion-card.style5 {
    padding: 23px 20px;
  }
  .accordion-card.style5 .accordion-button {
    padding: 0 0 0 30px;
  }
  .accordion-card.style5 .accordion-button:after {
    top: -5px;
    width: auto;
    height: auto;
    background: transparent;
  }
  .accordion-card.style5 .accordion-body {
    padding-left: 0;
  }
}

/*Faq 8*************/
.accordion-area8 .accordion-card.style2 {
  border: 2px solid #CBCBCB;
  background: transparent;
}
.accordion-area8 .accordion-card.style2 .accordion-number {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
@media (max-width: 380px) {
  .accordion-area8 .accordion-card.style2 .accordion-button {
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
  }
}

/*=============================
    Blog
===============================*/
.blog__post-meta .list-wrap {
  display: flex;
  align-items: center;
  gap: 15px 10px;
  flex-wrap: wrap;
}
.blog__post-meta .list-wrap li {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  color: var(--tg-heading-color);
}
.blog__post-meta .list-wrap li a {
  color: var(--tg-heading-color);
}
.blog__post-meta .list-wrap li a:hover {
  color: var(--tg-theme-secondary);
}
.blog__post-meta .list-wrap li i {
  color: var(--tg-theme-secondary);
}

/*blog item one*****************/
.blog__post-item .blog__post-thumb {
  overflow: hidden;
  position: relative;
}
.blog__post-item .blog__post-thumb a {
  display: block;
  transition: 0.4s;
}
.blog__post-item .blog__post-thumb img {
  transition: 0.4s;
  width: 100%;
  object-fit: cover;
}
.blog__post-item .blog__post-date {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: block;
  margin-bottom: 0;
  background: var(--tg-theme-secondary);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--tg-heading2-font-family);
  color: var(--tg-color-white-default);
  text-align: center;
  padding: 1px 16px;
}
.blog__post-item .blog__post-date span {
  font-size: 20px;
  font-weight: 700;
  display: block;
}
.blog__post-item .blog__post-content {
  border: 1px solid #E6E9ED;
  border-top: 0;
  padding: 22px 30px 30px;
}
.blog__post-item .title {
  font-size: 24px;
  line-height: 1.428;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .blog__post-item .title {
    font-size: 22px;
  }
}
.blog__post-item .title a {
  background-image: linear-gradient(to left, var(--tg-theme-primary), var(--tg-theme-primary));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 1.2s;
}
.blog__post-item .title a:hover {
  background-size: 100% 2px;
}
.blog__post-item .blog-text {
  margin-bottom: 20px;
}
.blog__post-item .blog__post-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  border-top: 1px solid #E6E9ED;
  padding-top: 20px;
}
.blog__post-item .link-btn {
  gap: 15px;
  font-weight: 500;
  color: var(--tg-heading-color);
}
.blog__post-item .link-btn:after, .blog__post-item .link-btn:before {
  height: 1px;
}
.blog__post-item .link-btn i {
  color: inherit;
  font-size: 16px;
}
.blog__post-item:hover .blog__post-thumb a {
  filter: grayscale(0);
}
.blog__post-item:hover .blog__post-thumb img {
  transform: scale(1.05);
}
@media (max-width: 380px) {
  .blog__post-item .title {
    font-size: 20px;
  }
}

/*blog item two*****************/
.blog__post-item-two .title a {
  background-image: linear-gradient(to left, var(--tg-heading-color), var(--tg-heading-color));
}
.blog__post-item-two .title a:hover {
  color: var(--tg-heading-color);
}
.blog__post-item-two .blog__post-date {
  background: var(--tg-theme-primary);
  color: var(--tg-heading-color);
  font-size: 14px;
  font-weight: 500;
  padding: 10.1px 18.15px;
}
.blog__post-item-two .blog__post-date span {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: -0.3em;
}
.blog__post-item-two .list-wrap li a:hover {
  color: var(--tg-heading-color);
}
.blog__post-item-two .list-wrap li i {
  color: var(--tg-heading-color);
}

/*blog item three*****************/
.blog__post-item-three .blog__post-thumb {
  overflow: hidden;
}
.blog__post-item-three .blog__post-thumb img {
  width: 100%;
  transition: 0.4s;
  height: 380px;
  object-fit: cover;
}
.blog__post-item-three .blog__post-content {
  margin-top: -90px;
  margin-left: 30px;
  position: relative;
  z-index: 1;
  background: var(--tg-color-white-default);
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
  border-radius: 5px;
  padding: 45px 30px 30px;
}
.blog__post-item-three .blog__post-content .blog__post-date {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: auto;
  transform: translate(0, -50%);
  font-size: 16px;
  color: var(--tg-heading-color);
  background: var(--tg-theme-primary);
  opacity: 1;
  border-radius: 5px 0 0 5px;
  padding: 11px 15px 11px 20px;
}
.blog__post-item-three .blog__post-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1.416;
}
@media (max-width: 380px) {
  .blog__post-item-three .blog__post-content .title {
    font-size: 20px;
  }
}
.blog__post-item-three .blog__post-content .title a {
  color: var(--tg-color-dark);
  background-image: linear-gradient(to left, var(--tg-color-dark), var(--tg-color-dark));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 1px;
  transition: 1.2s;
}
.blog__post-item-three .blog__post-content .title a:hover {
  background-size: 100% 1px;
}
.blog__post-item-three .blog__post-meta .list-wrap {
  gap: 15px 15px;
  margin-bottom: 17px;
}
.blog__post-item-three .blog__post-meta .list-wrap li {
  font-size: 12px;
}
.blog__post-item-three .blog__post-meta .list-wrap li a {
  color: var(--tg-body-color);
}
.blog__post-item-three .blog__post-meta .list-wrap li a:hover {
  text-shadow: -0.3px -0.3px 0 var(--tg-heading-color), 0.3px 0.3px var(--tg-heading-color);
}
.blog__post-item-three .blog__post-meta .list-wrap li i {
  color: var(--tg-color-dark);
}
.blog__post-item-three:hover .blog__post-thumb img {
  transform: scale(1.05);
}

/*blog item four*****************/
.blog__post-item-four {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.blog__post-item-four .title a {
  background-image: linear-gradient(to left, var(--tg-color-dark), var(--tg-color-dark));
  color: var(--tg-color-dark);
}
.blog__post-item-four .title a:hover {
  color: var(--tg-color-dark);
}
.blog__post-item-four .blog__post-date {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.blog__post-item-four .list-wrap li a {
  color: var(--tg-color-dark);
}
.blog__post-item-four .list-wrap li a:hover {
  color: var(--tg-color-dark);
}
.blog__post-item-four .list-wrap li i {
  color: var(--tg-theme-primary);
}
.blog__post-item-four .link-btn {
  color: var(--tg-color-dark);
}
.blog__post-item-four .link-btn:before {
  background: var(--tg-color-dark);
}

/*blog page blog item five*****************/
.blog__post-item-five {
  margin-bottom: 80px;
}
.blog__post-item-five .blog__post-thumb {
  border-radius: 8px;
}
.blog__post-item-five .blog__post-content {
  border: 0;
  padding: 30px 0 0 0;
}
.blog__post-item-five .blog__post-meta .list-wrap {
  gap: 15px 30px;
  margin-bottom: 16px;
}
.blog__post-item-five .blog__post-meta .list-wrap li i {
  font-size: 14px;
  color: var(--tg-theme-primary);
}
.blog__post-item-five .blog__post-meta .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}
.blog__post-item-five .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.208;
}
@media (max-width: 1199.98px) {
  .blog__post-item-five .title {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .blog__post-item-five .title {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  .blog__post-item-five .title {
    font-size: 24px;
  }
}
.blog__post-item-five .title a {
  background: transparent;
}
.blog__post-item-five p {
  margin-bottom: 32px;
}
.blog__post-item-five .btn {
  padding: 18px 42px;
}

/*blog item six*****************/
.blog__post-item-six .blog__post-thumb {
  border-radius: 20px;
}
.blog__post-item-six .blog__post-content {
  border: 0;
  background: var(--tg-color-white-default);
  border-radius: 10px;
  box-shadow: 0px 16px 15px rgba(0, 0, 0, 0.07);
  margin: -55px 30px 0;
  position: relative;
  z-index: 1;
  padding: 25px 30px;
}
.blog__post-item-six .blog__post-content .blog__post-meta {
  border-bottom: 1px solid var(--tg-border-6);
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.blog__post-item-six .blog__post-content .blog__post-meta .list-wrap {
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog__post-item-six .blog__post-content .blog__post-meta .list-wrap li a {
  color: var(--tg-color-dark);
}
.blog__post-item-six .blog__post-content .blog__post-meta .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}
.blog__post-item-six .blog__post-content .blog__post-meta .list-wrap li i {
  color: var(--tg-color-dark);
}
@media (max-width: 991.98px) {
  .blog__post-item-six .blog__post-content {
    margin: -55px 20px 0;
    padding: 25px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__post-item-six .blog__post-content {
    margin: -55px 30px 0;
    padding: 25px 30px;
  }
}
.blog__post-item-six .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .blog__post-item-six .title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__post-item-six .title {
    font-size: 24px;
  }
}

/*blog item seven*****************/
.blog__post-item-seven {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.blog__post-item-seven .blog__post-thumb {
  border-radius: 20px;
}
.blog__post-item-seven .blog__post-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  margin: 20px;
  background: #070707;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
}
.blog__post-item-seven .blog__post-content .blog__post-meta .list-wrap {
  gap: 30px;
  margin-bottom: 20px;
}
.blog__post-item-seven .blog__post-content .blog__post-meta .list-wrap li {
  font-size: 12px;
}
.blog__post-item-seven .blog__post-content .blog__post-meta .list-wrap li i {
  color: var(--tg-color-white-default);
}
.blog__post-item-seven .blog__post-content .blog__post-meta .list-wrap li a {
  color: var(--tg-color-white-default);
}
.blog__post-item-seven .blog__post-content .blog__post-meta .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}
.blog__post-item-seven .blog__post-content .title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--tg-color-white-default);
}

/*blog item eight*****************/
.blog__post-item-eight .blog__post-date {
  color: var(--tg-color-dark);
  padding: 8.5px 24px;
  border-radius: 5px;
  position: initial;
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-left: 20px;
  margin-top: -60px;
}
.blog__post-item-eight .blog__post-content {
  border: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.blog__post-item-eight .blog__post-meta .list-wrap {
  margin-top: 25px;
  gap: 20px;
  margin-bottom: 20px;
}
.blog__post-item-eight .blog__post-meta .list-wrap li i {
  color: var(--tg-theme-primary);
}
.blog__post-item-eight .blog__post-meta .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}
.blog__post-item-eight .title {
  font-size: 20px;
  margin-bottom: 25px;
}
.blog__post-item-eight .btn {
  border-radius: 10px;
  padding: 21px 30px;
}
.blog__post-item-eight .btn i {
  font-size: 14px;
}

/*blog item nine*****************/
.blog__post-item-nine {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
}
.blog__post-item-nine .blog__post-thumb {
  border-radius: 0px;
}
.blog__post-item-nine .blog__post-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  margin: 20px;
  background: var(--tg-color-white-default);
  border-radius: 5px;
  padding: 30px;
  transition: 0.4s;
  border: 0;
}
.blog__post-item-nine .blog__post-content .blog__post-meta .list-wrap {
  gap: 30px;
  margin-bottom: 20px;
}
.blog__post-item-nine .blog__post-content .blog__post-meta .list-wrap li {
  font-size: 12px;
}
.blog__post-item-nine .blog__post-content .blog__post-meta .list-wrap li i {
  color: var(--tg-color-dark);
  transition: 0.4s;
}
.blog__post-item-nine .blog__post-content .blog__post-meta .list-wrap li a {
  color: var(--tg-color-dark);
}
.blog__post-item-nine .blog__post-content .blog__post-meta .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}
.blog__post-item-nine .blog__post-content .title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--tg-color-dark);
}
.blog__post-item-nine .blog__post-content .title a {
  transition: 0.4s;
  background-image: linear-gradient(to left, var(--tg-color-white-default), var(--tg-color-white-default));
}
.blog__post-item-nine:hover .blog__post-content {
  background: var(--tg-theme-primary);
}
.blog__post-item-nine:hover .blog__post-content .blog__post-meta .list-wrap li i {
  color: var(--tg-color-white-default);
}
.blog__post-item-nine:hover .blog__post-content .blog__post-meta .list-wrap li a {
  color: var(--tg-color-white-default);
}
.blog__post-item-nine:hover .blog__post-content .title a {
  color: var(--tg-color-white-default);
}

/*blog item ten*****************/
.blog__post-item-ten .blog__post-thumb .blog__post-date {
  background: var(--tg-color-white-default);
  border-radius: 5px;
  border-left: 4px solid var(--tg-theme-primary);
  left: 20px;
  top: 20px;
  bottom: auto;
  right: auto;
  color: var(--tg-color-dark);
  padding: 9px 20px;
}
.blog__post-item-ten .blog__post-content {
  border: 0;
  padding: 25px 0px 0px;
}
.blog__post-item-ten .blog__post-meta {
  margin-bottom: 10px;
}
.blog__post-item-ten .blog__post-meta .list-wrap li a {
  color: var(--tg-color-white-default);
  font-size: 12px;
}
.blog__post-item-ten .blog__post-meta .list-wrap li a i {
  font-size: 12px;
}
.blog__post-item-ten .title {
  color: var(--tg-color-white-default);
  margin-bottom: 23px;
}

/*blog item eleven*****************/
.blog__post-item-eleven {
  border-radius: 5px;
  background: var(--tg-color-white-default);
  overflow: hidden;
}
.blog__post-item-eleven .blog__post-content {
  padding: 0 40px 35px;
  border: 0;
}
.blog__post-item-eleven .blog__post-content .blog__post-meta {
  background: var(--tg-theme-primary);
  border-radius: 5px;
  padding: 17px 20px;
  margin-top: -25px;
  position: relative;
  z-index: 1;
  margin-bottom: 21px;
}
.blog__post-item-eleven .blog__post-content .blog__post-meta .list-wrap {
  gap: 15px 20px;
}
.blog__post-item-eleven .blog__post-content .blog__post-meta .list-wrap li i {
  color: var(--tg-color-white-default);
}
.blog__post-item-eleven .blog__post-content .blog__post-meta .list-wrap li a {
  color: var(--tg-color-white-default);
}
.blog__post-item-eleven .link-btn i {
  color: var(--tg-theme-primary);
}

.pagination__wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 15px;
}
.pagination__wrap ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--tg-color-white-default);
  border-radius: 5px;
  font-size: 20px;
  color: var(--tg-theme-primary);
  font-weight: 700;
  border: 1px solid #E6E9ED;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .pagination__wrap ul li a {
    width: 50px;
    height: 50px;
  }
}
.pagination__wrap ul li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border: 1px solid var(--tg-theme-primary);
}
.pagination__wrap ul li.active a {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border: 1px solid var(--tg-theme-primary);
}

/*blog page sidebar widget*****************/
.blog-widget {
  margin-bottom: 60px;
  border-radius: 10px;
  padding: 50px 30px;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05), 0px 4px 9px -1px rgba(19, 16, 34, 0.03);
  background: var(--tg-color-white-default);
}
.blog-widget:last-child {
  margin-bottom: 0;
}
.blog-widget .widget-title {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #E3E3E3;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.blog-widget .widget-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 40px;
  background: var(--tg-theme-primary);
}
.blog-widget .sidebar-cat-list ul li {
  margin-bottom: 19px;
}
.blog-widget .sidebar-cat-list ul li:last-child {
  margin-bottom: 0;
}
.blog-widget .sidebar-cat-list ul li a {
  font-size: 16px;
  font-weight: 600;
  color: var(--tg-heading-color);
}
.blog-widget .sidebar-cat-list ul li a i {
  color: var(--tg-theme-primary);
  margin-right: 7px;
}
.blog-widget .sidebar-cat-list ul li a:hover {
  color: var(--tg-theme-primary);
}

.widget-author-wrap {
  background: var(--tg-theme-primary);
  text-align: center;
  padding: 45px;
  border-radius: 5px;
}
.widget-author-wrap .widget-thumb {
  margin-bottom: 32px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
}
.widget-author-wrap .widget-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--tg-color-white-default);
  margin-bottom: 18px;
  padding-bottom: 0;
  border-bottom: 0;
}
.widget-author-wrap .widget-title:after {
  display: none;
}
.widget-author-wrap p {
  color: var(--tg-color-white-default);
  margin-bottom: 0;
}
.widget-author-wrap .social-icon-wrap {
  justify-content: center;
  margin-top: 30px;
  gap: 15px;
}
.widget-author-wrap .social-icon-wrap a {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  color: var(--tg-color-white-default);
  font-size: 14px;
}
.widget-author-wrap .social-icon-wrap a:hover {
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
}

.rc-post-wrap .rc-post-item {
  display: flex;
  gap: 13px;
  margin-bottom: 20px;
}
.rc-post-wrap .rc-post-item:last-child {
  margin-bottom: 0;
}
.rc-post-wrap .rc-post-item .thumb {
  flex: none;
  height: 88px;
  width: 88px;
}
.rc-post-wrap .rc-post-item .thumb a {
  overflow: hidden;
  border-radius: 8px;
  display: inline-block;
}
.rc-post-wrap .rc-post-item .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.388;
}
.rc-post-wrap .rc-post-item .date i {
  color: var(--tg-theme-primary);
  margin-right: 8px;
}

.sidebar-tag-list .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.sidebar-tag-list .list-wrap li a {
  font-size: 15px;
  font-weight: 500;
  color: var(--tg-heading-color);
  background: var(--tg-color-gray-1);
  border-radius: 5px;
  display: block;
  line-height: 1;
  padding: 9px 21px 12px;
}
.sidebar-tag-list .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

/*blog details page*****************/
.blog__details-wrap .blog__details-content {
  margin-top: 24px;
}
.blog__details-wrap .blog__details-content .blog__post-meta .list-wrap {
  gap: 15px 30px;
  margin-bottom: 24px;
}
.blog__details-wrap .blog__details-content .blog__post-meta .list-wrap li i {
  font-size: 14px;
  color: var(--tg-theme-primary);
}
.blog__details-wrap .blog__details-content .blog__post-meta .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}
.blog__details-wrap .blog__details-content .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.208;
}
@media (max-width: 1199.98px) {
  .blog__details-wrap .blog__details-content .title {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .blog__details-wrap .blog__details-content .title {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  .blog__details-wrap .blog__details-content .title {
    font-size: 24px;
  }
}
.blog__details-wrap .blog__details-content-bottom {
  border-top: 1px solid #E6E9ED;
  margin-top: 43px;
  padding-top: 20px;
}
.blog__details-wrap .blog__details-content-bottom .post-tags {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.blog__details-wrap .blog__details-content-bottom .post-tags .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.blog__details-wrap .blog__details-content-bottom .post-tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.blog__details-wrap .blog__details-content-bottom .post-tags ul li a {
  border: 1px solid #E6E9ED;
  display: inline-block;
  padding: 3px 10px;
  color: var(--tg-heading-color);
}
.blog__details-wrap .blog__details-content-bottom .post-tags ul li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border: 1px solid var(--tg-theme-primary);
}
.blog__details-wrap .blog__details-content-bottom .blog-post-share .social-icon-wrap {
  justify-content: end;
}
@media (max-width: 1199.98px) {
  .blog__details-wrap .blog__details-content-bottom .blog-post-share .social-icon-wrap {
    justify-content: start;
  }
}
.blog__details-wrap .blog-nav-post {
  border: 1px solid #E6E9ED;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding: 30px;
  position: relative;
}
.blog__details-wrap .blog-nav-post:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 1px;
  background: var(--tg-theme-primary);
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .blog__details-wrap .blog-nav-post {
    flex-wrap: wrap;
    gap: 20px;
  }
  .blog__details-wrap .blog-nav-post:after {
    display: none;
  }
}
.blog__details-wrap .blog-nav-post .single-nav-post {
  display: flex;
  gap: 20px;
  align-items: center;
}
.blog__details-wrap .blog-nav-post .single-nav-post .icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  border: 1px solid var(--tg-theme-primary);
  border-radius: 5px;
  flex: none;
  text-align: center;
  color: var(--tg-heading-color);
  transition: 0.4s;
}
.blog__details-wrap .blog-nav-post .single-nav-post .title {
  font-size: 20px;
  font-weight: 700;
  max-width: 109px;
  margin-bottom: 0;
  line-height: 1.4em;
  transition: 0.4s;
}
@media (max-width: 767.98px) {
  .blog__details-wrap .blog-nav-post .single-nav-post .title {
    max-width: none;
  }
}
@media (max-width: 380px) {
  .blog__details-wrap .blog-nav-post .single-nav-post .title {
    font-size: 18px;
  }
}
.blog__details-wrap .blog-nav-post .single-nav-post.right-post {
  flex-direction: row-reverse;
  text-align: end;
}
@media (max-width: 767.98px) {
  .blog__details-wrap .blog-nav-post .single-nav-post.right-post {
    margin-left: auto;
  }
}
.blog__details-wrap .blog-nav-post .single-nav-post:hover .icon {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.blog__details-wrap .blog-nav-post .single-nav-post:hover .title {
  color: var(--tg-theme-primary);
}

blockquote {
  background: var(--tg-color-gray-1);
  border-left: 5px solid var(--tg-theme-primary);
  padding: 5px 30px 25px 35px;
  margin-top: 35px;
  margin-bottom: 33px;
}
blockquote .quote-icon {
  font-size: 64px;
  color: var(--tg-theme-primary);
}
blockquote cite {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  position: relative;
  padding-top: 13px;
  margin-top: 28px;
  display: block;
}
blockquote cite:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 55px;
  background: var(--tg-theme-primary);
}

.comments-box {
  display: flex;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .comments-box {
    flex-wrap: wrap;
  }
}
.comments-box .comments-avatar {
  border-radius: 5px;
  flex: none;
  overflow: hidden;
  display: flex;
}
.comments-box .comments-avatar img {
  object-fit: cover;
}
.comments-box .comments-text {
  background: var(--tg-color-gray-1);
  border-radius: 5px;
  padding: 40px 30px 35px 40px;
}
@media (max-width: 1199.98px) {
  .comments-box .comments-text {
    padding: 30px;
  }
}
.comments-box .comments-text .name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.comments-box .comments-text p {
  margin-bottom: 20px;
}
.comments-box .comments-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comments-box .comments-bottom .reply-btn {
  background: var(--tg-color-white-default);
  border-radius: 5px;
  padding: 6px 10px;
  color: var(--tg-heading-color);
}
.comments-box .comments-bottom .reply-btn:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

.comment-form .btn {
  border-radius: 5px;
  padding: 22px 30px;
  font-weight: 400;
}
.comment-form .btn i {
  font-size: 14px;
}

/*=============================
    Call to action 
===============================*/
.cta-wrap1 {
  padding: 50px;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 767.98px) {
  .cta-wrap1 {
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-wrap1 {
    padding: 40px;
  }
}
.cta-wrap1 .tg-button-wrap2 {
  gap: 30px;
}
.cta-wrap1 .tg-button-wrap2 .icon {
  height: 95px;
  width: 95px;
  line-height: 95px;
  text-align: center;
  background: var(--tg-color-white-default);
  border-radius: 50%;
}
.cta-wrap1 .tg-button-wrap2 .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--tg-color-white-default);
  margin-bottom: 10px;
}
.cta-wrap1 .tg-button-wrap2 .content {
  color: var(--tg-color-white-default);
  font-size: 32px;
  font-weight: 700;
}
.cta-wrap1 .tg-button-wrap2 .content:hover a {
  color: var(--tg-color-white-default);
}
@media (max-width: 767.98px) {
  .cta-wrap1 .tg-button-wrap2 .content {
    font-size: 24px;
  }
}

/*cta area 2***************/
.cta-wrap2 {
  padding: 60px 0;
  border-radius: 10px 10px 0 0;
}
.cta-wrap2 .tg-button-wrap2 {
  gap: 30px 80px;
}
.cta-wrap2 .tg-button-wrap2 .icon {
  height: 95px;
  width: 95px;
  line-height: 95px;
  text-align: center;
  background: var(--tg-color-white-default);
  border-radius: 50%;
}
.cta-wrap2 .tg-button-wrap2 .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--tg-color-white-default);
  margin-bottom: 10px;
}
.cta-wrap2 .tg-button-wrap2 .content {
  color: var(--tg-color-white-default);
  font-size: 32px;
  font-weight: 700;
}
.cta-wrap2 .tg-button-wrap2 .content:hover a {
  color: var(--tg-color-white-default);
}
@media (max-width: 767.98px) {
  .cta-wrap2 .tg-button-wrap2 .content {
    font-size: 24px;
  }
}

/*cta area 3***************/
.cta-area-3 {
  position: relative;
  z-index: 3;
  transform: translate(0, 205px);
  margin-top: -205px;
}

.cta-wrap3 {
  border-radius: 20px;
  padding: 50px 35px 50px 70px;
}
.cta-wrap3 .cta-thumb3 {
  margin-left: -28px;
}
@media (max-width: 1199.98px) {
  .cta-wrap3 {
    padding: 50px 35px 50px 50px;
  }
  .cta-wrap3 .cta-thumb3 {
    margin-left: 0;
  }
}
@media (max-width: 380px) {
  .cta-wrap3 {
    padding: 40px 35px;
  }
}

/*cta area 4***************/
.cta-wrap4 {
  padding: 48px;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 380px) {
  .cta-wrap4 {
    padding: 30px;
  }
}
.cta-wrap4 .tg-button-wrap2 {
  gap: 30px 80px;
}
.cta-wrap4 .tg-button-wrap2 .icon {
  height: 95px;
  width: 95px;
  line-height: 95px;
  text-align: center;
  background: var(--tg-color-white-default);
  border-radius: 50%;
}
.cta-wrap4 .tg-button-wrap2 .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--tg-color-white-default);
  margin-bottom: 10px;
}
.cta-wrap4 .tg-button-wrap2 .content {
  color: var(--tg-color-white-default);
  font-size: 32px;
  font-weight: 700;
}
.cta-wrap4 .tg-button-wrap2 .content:hover a {
  color: var(--tg-color-white-default);
}
@media (max-width: 767.98px) {
  .cta-wrap4 .tg-button-wrap2 .content {
    font-size: 24px;
  }
}

/*cta area 5***************/
.cta-wrap5 {
  padding: 48px;
  border-radius: 0;
  background: #1C1C1C;
  border-top: 2px solid var(--tg-theme-primary);
  margin-top: 95px;
}
@media (max-width: 380px) {
  .cta-wrap5 {
    padding: 30px;
  }
}
.cta-wrap5 .tg-button-wrap2 {
  gap: 30px 80px;
}
.cta-wrap5 .tg-button-wrap2 .icon {
  height: 95px;
  width: 95px;
  line-height: 95px;
  text-align: center;
  background: var(--tg-color-white-default);
  border-radius: 50%;
}
.cta-wrap5 .tg-button-wrap2 .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--tg-color-white-default);
  margin-bottom: 10px;
}
.cta-wrap5 .tg-button-wrap2 .content {
  color: var(--tg-color-white-default);
  font-size: 32px;
  font-weight: 700;
}
.cta-wrap5 .tg-button-wrap2 .content:hover a {
  color: var(--tg-color-white-default);
}
@media (max-width: 767.98px) {
  .cta-wrap5 .tg-button-wrap2 .content {
    font-size: 24px;
  }
}

/*cta area 6***************/
.cta-wrap6 {
  position: relative;
}
.cta-wrap6:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--tg-theme-primary);
  z-index: -1;
}
.cta-wrap6 .btn {
  padding: 18px 42px;
}
.cta-wrap6 .tg-button-wrap2 {
  gap: 30px 80px;
}
.cta-wrap6 .tg-button-wrap2 .icon {
  height: 95px;
  width: 95px;
  line-height: 95px;
  text-align: center;
  background: var(--tg-color-white-default);
  border-radius: 50%;
}
.cta-wrap6 .tg-button-wrap2 .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--tg-color-white-default);
  margin-bottom: 10px;
}
.cta-wrap6 .tg-button-wrap2 .content {
  color: var(--tg-color-white-default);
  font-size: 32px;
  font-weight: 700;
}
.cta-wrap6 .tg-button-wrap2 .content:hover a {
  color: var(--tg-color-white-default);
}
@media (max-width: 767.98px) {
  .cta-wrap6 .tg-button-wrap2 .content {
    font-size: 24px;
  }
}

/*=============================
    Process 01
===============================*/
.process-card {
  padding: 30px 30px 40px;
  background: var(--tg-color-white-default);
  position: relative;
  z-index: 1;
  box-shadow: 0px 16px 52px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1199.98px) {
  .process-card {
    padding: 30px;
  }
}
.process-card-icon-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 22px;
}
.process-card-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: var(--tg-color-gray-1);
}
.process-card-icon img {
  transition: 0.4s;
}
.process-card-number {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  opacity: 0.3;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--tg-heading-color);
}
.process-card-content .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.process-card-content p {
  font-size: 16px;
  line-height: 1.625em;
  margin-bottom: -0.3em;
  transition: 0.4s;
}
.process-card:hover .process-card-icon img {
  transform: scale(-1) rotate(180deg);
}

.process-card.style-grid {
  background: transparent;
  padding: 0;
  box-shadow: none;
  display: flex;
  align-items: start;
  gap: 20px;
}
.process-card.style-grid .title {
  margin-bottom: 10px;
}

/*=============================
    Product 01
===============================*/
.product__item {
  background: var(--tg-color-white-default);
}
.product__item .product__thumb {
  position: relative;
}
.product__item .product__thumb img {
  width: 100%;
}
.product__item .product__thumb .product__add-cart {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
  opacity: 0;
}
.product__item .product__thumb .product__add-cart .btn {
  font-size: 16px;
  font-weight: 500;
  background: var(--tg-theme-secondary);
  padding: 18px 20px;
  width: max-content;
}
.product__item .product__content {
  border: 1px solid #E6E9ED;
  border-top: 0;
  padding: 28px 24px;
  transition: 0.4s;
}
.product__item .product__content .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.5;
}
.product__item .product__content .price {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.product__item .product__content .price del {
  font-size: 16px;
  opacity: 0.4;
  margin-left: 15px;
}
.product__item:hover .product__add-cart {
  opacity: 1;
  top: 50%;
}
.product__item:hover .product__content {
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
}

/*Product Sidebar --------------*/
.product__details-sidebar {
  background: var(--tg-color-gray-1);
  padding: 60px 30px;
}

.product__details-widget {
  margin-bottom: 60px;
}
.product__details-widget:last-child {
  margin-bottom: 0;
}
.product__details-widget .widget-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
}
.product__details-widget .product__list ul li {
  margin-bottom: 10px;
}
.product__details-widget .product__list ul li:last-child {
  margin-bottom: 10px;
}
.product__details-widget .product__list ul li a {
  padding: 11.5px 30px;
  font-size: 20px;
  background: var(--tg-color-white-default);
  border-radius: 50px;
  display: block;
  color: var(--tg-heading-color);
  transition: 0.4s;
}
.product__details-widget .product__list ul li a i {
  margin-right: 13px;
}
.product__details-widget .product__list ul li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

.price_slider_wrapper {
  margin-top: -0.5em;
}
.price_slider_wrapper .price_label span {
  display: inline-block;
  color: #54595F;
}
.price_slider_wrapper .ui-slider {
  height: 3px;
  position: relative;
  width: 100%;
  background-color: rgba(0, 100, 176, 0.2);
  border: none;
  margin-top: 10px;
  margin-bottom: 0px;
  cursor: pointer;
  border-radius: 0;
}
.price_slider_wrapper .ui-slider-range {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
  background-color: var(--tg-theme-primary);
}
.price_slider_wrapper .ui-slider-handle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-align: center;
  line-height: 10.5px;
  padding: 0;
  border: none;
  cursor: pointer;
  position: absolute;
  margin-top: -3px;
  z-index: 2;
  background-color: var(--tg-theme-primary);
  transform: translateX(-1px);
}
.price_slider_wrapper .ui-slider-handle:focus {
  outline: none;
  box-shadow: none;
}
.price_slider_wrapper .ui-slider-handle:last-child {
  transform: translateX(-9px);
}

/*Product Details --------------*/
.product__details-content .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.product__details-content .price {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
}
.product__details-content p {
  margin-bottom: 60px;
}
.product__details-content .product__details-qty {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}
.product__details-content .product__details-qty .cart-plus-minus {
  position: relative;
  width: 140px;
  flex: 0 0 auto;
}
.product__details-content .product__details-qty .cart-plus-minus input {
  width: 100%;
  border: 1px solid #E3E3E3;
  border-radius: 0;
  height: 60px;
  text-align: center;
  padding: 0 65px 0 25px;
  font-weight: 400;
  font-size: 16px;
  color: #626571;
}
.product__details-content .product__details-qty .cart-plus-minus .qtybutton {
  position: absolute;
  top: 9px;
  right: 25px;
  width: auto;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #626571;
  background: transparent;
  cursor: pointer;
  user-select: none;
  border-radius: 0;
  line-height: normal;
}
.product__details-content .product__details-qty .cart-plus-minus .qtybutton.inc {
  bottom: 9px;
  top: auto;
}
.product__details-content .product__details-qty .btn {
  border-radius: 0;
  padding: 16px 30px;
}
.product__details-content .product__details-qty .btn i {
  font-size: 12px;
}
.product__details-content .product__details-bottom .list-wrap li {
  margin-bottom: 20px;
}
.product__details-content .product__details-bottom .list-wrap li:last-child {
  margin-bottom: 0;
}
.product__details-content .product__details-bottom .list-wrap li .title {
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
}
.product__details-content .product__details-bottom .list-wrap li a {
  color: var(--tg-body-color);
}
.product__details-content .product__details-bottom .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}

.product-desc-wrap .nav-tabs {
  border-bottom: 0;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .product-desc-wrap .nav-tabs {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .product-desc-wrap .nav-tabs .nav-item {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-desc-wrap .nav-tabs .nav-item {
    width: auto;
  }
}
.product-desc-wrap .nav-tabs .nav-item .nav-link {
  border: 1px solid #E3E3E3;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  color: #616670;
  height: 60px;
  /* width: 300px; */
}
@media (max-width: 767.98px) {
  .product-desc-wrap .nav-tabs .nav-item .nav-link {
    width: 100%;
    padding: 10px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-desc-wrap .nav-tabs .nav-item .nav-link {
    width: auto;
    padding: 10px 30px;
  }
}
.product-desc-wrap .nav-tabs .nav-item .nav-link.active {
  background: #fff;
  /* border-bottom: 1px solid var(--tg-theme-primary); */
}

/*=============================
    Video 01
===============================*/
.video__box1 {
  position: relative;
  height: 100%;
}
.video__box1 img {
  object-fit: cover;
}
.video__box1 .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--tg-color-white-default);
  border-radius: 50%;
  width: 92px;
  height: 92px;
  line-height: 92px;
  text-align: center;
  display: inline-block;
  color: var(--tg-theme-primary);
  font-size: 20px;
}
.video__box1 .play-btn:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
@media (max-width: 767.98px) {
  .video__box1 .play-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}

/*=============================
    Video 02
===============================*/
.video__box2 {
  position: relative;
  height: 100%;
  padding: 500px 0 200px;
  text-align: center;
  background-size: cover;
  margin-top: -300px;
}
.video__box2 .play-btn {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  width: 125px;
  height: 125px;
  line-height: 125px;
  border-radius: 0;
  display: inline-block;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .video__box2 {
    padding: 400px 0 100px;
  }
  .video__box2 .play-btn {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 18px;
  }
}

/*=============================
    Subscribe 01
===============================*/
.subscribe-area-1 {
  background: var(--tg-color-gray-1);
  border: 1px solid var(--tg-theme-primary);
  border-radius: 8px;
  padding: 48px;
}
.subscribe-area-1 .section__title .title {
  font-size: 28px;
}
.subscribe-area-1 .subscribe-form {
  display: inline-flex;
  gap: 16px;
  width: 100%;
}
.subscribe-area-1 .subscribe-form .form-control {
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--tg-color-white-default);
  height: 50px;
}
.subscribe-area-1 .subscribe-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.subscribe-area-1 .subscribe-form .btn {
  flex: none;
}
@media (max-width: 767.98px) {
  .subscribe-area-1 {
    padding: 30px 30px 40px;
  }
  .subscribe-area-1 .subscribe-form {
    flex-wrap: wrap;
    justify-content: center;
  }
  .subscribe-area-1 .subscribe-form .form-control {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe-area-1 {
    padding: 40px;
  }
}

/*=============================
    Subscribe 02
===============================*/
.subscribe-area-2 {
  background: linear-gradient(to right, var(--tg-theme-primary), var(--tg-theme-secondary));
  padding: 80px 100px;
  z-index: 1;
  position: relative;
}
.subscribe-area-2 .title {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 32px;
  line-height: 1.3125em;
}
.subscribe-area-2 .title i {
  font-size: 50px;
}
.subscribe-area-2 .subscribe-form {
  position: relative;
  background: var(--tg-color-white-default);
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.subscribe-area-2 .subscribe-form input {
  background: transparent;
  border-radius: 10px;
  height: 75px;
}
.subscribe-area-2 .subscribe-form .btn {
  right: 7px;
  top: 0px;
  flex: none;
  border-radius: 10px;
  padding: 20px 40px;
  background: var(--tg-color-dark);
}
.subscribe-area-2 .subscribe-form .btn:before {
  background: linear-gradient(to right, var(--tg-theme-primary), var(--tg-theme-secondary));
}
@media (max-width: 1200px) {
  .subscribe-area-2 {
    padding: 80px;
  }
}
@media (max-width: 767.98px) {
  .subscribe-area-2 {
    padding: 40px;
  }
  .subscribe-area-2 .title {
    font-size: 24px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .subscribe-area-2 .subscribe-form {
    display: block;
  }
  .subscribe-area-2 .subscribe-form input {
    height: 60px;
  }
  .subscribe-area-2 .subscribe-form .btn {
    width: 100%;
    right: 0;
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe-area-2 .title {
    flex-wrap: nowrap;
  }
}
@media (max-width: 380px) {
  .subscribe-area-2 {
    padding: 30px;
  }
}

/*=============================
    Expertise 01
===============================*/
.expertise-card {
  display: flex;
  align-items: center;
}
.expertise-card .expertise-card-number {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  flex: none;
  border: 1px solid var(--tg-border-2);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
}
.expertise-card .expertise-card-title {
  margin-left: 25px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  max-width: 254px;
}
.expertise-card .expertise-card-text {
  margin-bottom: 0;
  max-width: 380px;
  margin-left: auto;
}
.expertise-card .btn {
  flex: none;
  padding: 20px 30px;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .expertise-card {
    display: block;
  }
  .expertise-card .expertise-card-title {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .expertise-card .expertise-card-text {
    margin-left: 0;
    margin-bottom: 25px;
    max-width: none;
  }
}

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

.copyright-text p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.copyright-text p a {
  color: inherit;
}
@media (max-width: 991.98px) {
  .copyright-text p {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .copyright-text-two {
    text-align: left !important;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .copyright-text-two {
    text-align: center !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .copyright-text-three {
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .copyright-text-three {
    text-align: center !important;
    margin-bottom: 15px;
  }
}

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

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

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

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

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

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

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

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(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);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

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

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

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

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

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

@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cust_text p{
  padding-bottom: 10px;
}

.cust_text h3, h4, h5{
  padding: 15px 0;
  
}
/*# sourceMappingURL=style.css.map */
@media (min-width: 1200px) {
  .title_cust {
    color: white !important;
  }
}
