/*

*/
/*CSS Table Of Content Ends Here*/
/*
--------------------------------------------------------------
[Table of Contents]
--------------------------------------------------------------
01. Variables & Mixins
02. Typography
03. Buttons
04. About 
05. Animation 
06. Brand 
07. Contact
08. Cta
09. Event
10. Feature
11. Footer
12. Header
13. Helping
14. Hero
15. Meanmenu
16. News
17. Preloader
18. Pricing
19. Project
20. Section
21. Service
22. Shop
23. Team
24. Testimonial
--------------------------------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap");
:root {
  --gt-body: #fff;
  --gt-black: #000;
  --gt-white: #fff;
  --gt-theme: #EB3300;
  --gt-header: #161921;
  --gt-text: #696B72;
  --gt-border: #FCFCFC;
  --gt-bg: #F5F5F5;
  --gt-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

.gt-theme-btn {
  color: var(--gt-white);
  overflow: hidden;
  transition: 700ms;
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  z-index: 1;
}
.gt-theme-btn .gt-text-btn {
  font-size: 14px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans";
  letter-spacing: 0.5px;
  background-color: var(--gt-theme);
  line-height: 1;
  padding: 15px 25px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all 700ms ease;
  text-transform: uppercase;
  z-index: 99;
}
.gt-theme-btn .gt-text-btn .gt-text-2 {
  display: inline-block;
}
.gt-theme-btn .gt-text-btn::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--gt-header);
  z-index: -1;
  transition: all 500ms ease;
}
.gt-theme-btn .gt-icon-btn {
  background-color: var(--gt-theme);
  line-height: 1;
  padding: 19px 20px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 500ms ease;
  z-index: 99;
}
.gt-theme-btn .gt-icon-btn::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--gt-header);
  z-index: -1;
  transition: all 500ms ease;
}
.gt-theme-btn .gt-icon-btn i {
  display: inline-block;
}
.gt-theme-btn:hover .gt-text-btn .gt-text-2 {
  animation: slideRight 600ms;
}
.gt-theme-btn:hover .gt-text-btn::after {
  width: 100%;
  left: 0px;
}
.gt-theme-btn:hover .gt-icon-btn::after {
  width: 100%;
  left: 0px;
}
.gt-theme-btn:hover .gt-icon-btn i {
  animation: slideRight 500ms;
}
.gt-theme-btn.style-2 .gt-text-btn {
  background-color: var(--gt-header);
  color: var(--gt-white);
}
.gt-theme-btn.style-2 .gt-text-btn::after {
  background-color: var(--gt-theme) !important;
}

.link-btn {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  font-family: "Barlow", sans-serif;
  text-transform: capitalize;
  color: var(--gt-white);
  position: relative;
  padding-left: 25px;
}
.link-btn::after {
  position: absolute;
  top: 2px;
  left: 0;
  content: "\e902";
  color: var(--gt-theme);
  font-family: "icomoon" !important;
}
.link-btn:hover {
  color: var(--gt-theme);
}

@keyframes slideRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideUp {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--gt-text);
  background-color: var(--gt-white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--gt-white);
  outline: none;
}

input {
  color: var(--gt-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--gt-header);
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}

h1 {
  font-size: 72px;
  font-weight: 800;
  line-height: 108%;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 88px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 43px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 117%;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 134%;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 19px;
  font-weight: 600;
  line-height: 140%;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--gt-header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
}

.gt-about-wrapper .gt-about-content {
  position: relative;
  z-index: 9;
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper .gt-about-content {
    margin-left: 0;
  }
}
.gt-about-wrapper .gt-about-content .gt-about-text {
  margin-top: 20px;
}
.gt-about-wrapper .gt-about-content .gt-about-list {
  margin-top: 20px;
}
.gt-about-wrapper .gt-about-content .gt-about-list li {
  font-size: 16px;
  font-weight: 600;
  color: var(--gt-header);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.gt-about-wrapper .gt-about-content .gt-about-list li i {
  color: var(--gt-theme);
  margin-right: 8px;
}
.gt-about-wrapper .gt-about-content .gt-about-list li:not(:last-child) {
  margin-bottom: 15px;
}
.gt-about-wrapper .gt-about-content .gt-skill-feature-items {
  margin-top: 30px;
  max-width: 550px;
}
.gt-about-wrapper .gt-about-content .gt-skill-feature-items .gt-skill-feature:not(:last-child) {
  margin-bottom: 30px;
}
.gt-about-wrapper .gt-about-content .gt-skill-feature-items .gt-skill-feature .gt-box-title {
  font-size: 18px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.gt-about-wrapper .gt-about-content .gt-skill-feature-items .gt-skill-feature .gt-progress-value {
  margin-bottom: 10px;
  color: var(--gt-header);
  text-transform: capitalize;
}
.gt-about-wrapper .gt-about-content .gt-skill-feature-items .gt-skill-feature .gt-progress {
  position: relative;
  height: 10px;
  background-color: var(--gt-bg);
  border-radius: 0;
  overflow: visible;
  margin-top: 15px;
}
.gt-about-wrapper .gt-about-content .gt-skill-feature-items .gt-skill-feature .gt-progress-bar {
  background-color: var(--gt-theme);
  height: 10px;
  margin: 0;
  border-radius: inherit;
  overflow: visible;
  position: relative;
  margin-top: 0;
}
.gt-about-wrapper .gt-about-content .gt-skill-feature-items .gt-skill-feature .gt-progress-value {
  position: absolute;
  top: -38px;
  right: -8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--gt-header);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.gt-about-wrapper .gt-about-content .gt-about-button {
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper .gt-about-content .gt-about-button {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .gt-about-wrapper .gt-about-content .gt-about-button {
    margin-top: 30px;
  }
}
.gt-about-wrapper .gt-about-content.style-3 .gt-about-button {
  border-top: 1.2px solid rgba(177, 178, 182, 0.24);
  margin-top: 30px;
  padding-top: 48px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.gt-about-wrapper .gt-about-content.style-3 .gt-about-button .gt-client-items {
  display: flex;
  align-items: center;
  gap: 16px;
}
.gt-about-wrapper .gt-about-content.style-3 .gt-about-button .gt-client-items .gt-content h3 {
  font-size: 20px;
  margin-top: 5px;
}
.gt-about-wrapper.style-padding {
  padding-bottom: 28px;
}
@media (max-width: 1399px) {
  .gt-about-wrapper.style-padding {
    padding-bottom: 0;
  }
}
.gt-about-wrapper .gt-about-image-items {
  position: relative;
}
.gt-about-wrapper .gt-about-image-items .gt-box-shape {
  position: absolute;
  bottom: -75px;
  left: 65px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper .gt-about-image-items .gt-box-shape {
    display: none;
  }
}
.gt-about-wrapper .gt-about-image-items .gt-about-image {
  position: relative;
}
@media (max-width: 1199px) {
  .gt-about-wrapper .gt-about-image-items .gt-about-image img {
    width: 100%;
    height: 100%;
  }
}
.gt-about-wrapper .gt-about-image-items .gt-about-image .gt-about-image-2 {
  position: absolute;
  bottom: -110px;
  right: 0;
}
@media (max-width: 991px) {
  .gt-about-wrapper .gt-about-image-items .gt-about-image .gt-about-image-2 {
    bottom: 0;
    right: initial;
    left: 0;
  }
}
@media (max-width: 470px) {
  .gt-about-wrapper .gt-about-image-items .gt-about-image .gt-about-image-2 {
    max-width: 150px;
    right: initial;
    left: 0;
  }
  .gt-about-wrapper .gt-about-image-items .gt-about-image .gt-about-image-2 img {
    width: 100%;
    height: 100%;
  }
}
.gt-about-wrapper .gt-about-image-items .gt-about-image .gt-about-image-2 img {
  border: 14px solid var(--gt-white);
  border-bottom: none;
}
.gt-about-wrapper .gt-about-image-items .gt-about-image .gt-counter-box {
  background-color: var(--gt-theme);
  display: flex;
  align-items: center;
  padding: 20px 25px;
  gap: 12px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
  min-height: 270px;
}
@media (max-width: 470px) {
  .gt-about-wrapper .gt-about-image-items .gt-about-image .gt-counter-box {
    min-height: 260px;
    padding: 20px 26px;
  }
}
.gt-about-wrapper .gt-about-image-items .gt-about-image .gt-counter-box h2 {
  color: var(--gt-white);
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 470px) {
  .gt-about-wrapper .gt-about-image-items .gt-about-image .gt-counter-box h2 {
    font-size: 40px;
  }
}
.gt-about-wrapper .gt-about-image-items .gt-about-image .gt-counter-box p {
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gt-white);
}
.gt-about-wrapper .gt-about-image-items.about-image-2 .gt-about-image img {
  border-radius: 8px;
}
.gt-about-wrapper .gt-about-image-items.about-image-2 .gt-about-image .gt-about-image-2 {
  bottom: -35px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper .gt-about-image-items.about-image-2 .gt-about-image .gt-about-image-2 {
    bottom: 0;
  }
}
.gt-about-wrapper .gt-about-image-items.about-image-2 .gt-about-image .gt-about-image-2 img {
  border: 4px solid var(--gt-white);
}

.gt-about-section {
  position: relative;
  z-index: 9;
}
.gt-about-section .gt-flag-shape {
  position: absolute;
  bottom: 20%;
  left: 90px;
}
.gt-about-section .gt-left-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .gt-about-section .gt-left-shape-1 {
    display: none;
  }
}
.gt-about-section .gt-right-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.gt-about-section-2 {
  position: relative;
  z-index: 9;
}
.gt-about-section-2 .gt-about-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.gt-about-wrapper-2 {
  margin-bottom: 15px;
}
.gt-about-wrapper-2 .gt-about-content .gt-about-text {
  margin-top: 20px;
}
.gt-about-wrapper-2 .gt-about-content .gt-icon-list {
  margin-top: 20px;
}
.gt-about-wrapper-2 .gt-about-content .gt-icon-list li {
  display: flex;
  gap: 24px;
}
.gt-about-wrapper-2 .gt-about-content .gt-icon-list li:not(:last-child) {
  border-bottom: 1px solid rgba(177, 178, 182, 0.16);
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.gt-about-wrapper-2 .gt-about-content .gt-icon-list li .content h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.gt-about-wrapper-2 .gt-about-content .gt-icon-list li .content span {
  max-width: 500px;
  display: inline-block;
}
.gt-about-wrapper-2 .gt-about-content .gt-info-items {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1399px) {
  .gt-about-wrapper-2 .gt-about-content .gt-info-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.gt-about-wrapper-2 .gt-about-content .gt-info-items .gt-client-items {
  display: flex;
  align-items: center;
  gap: 16px;
}
.gt-about-wrapper-2 .gt-about-content .gt-info-items .gt-client-items .gt-content h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.gt-about-wrapper-2 .gt-about-image {
  max-width: 457px;
  position: relative;
}
@media (max-width: 1199px) {
  .gt-about-wrapper-2 .gt-about-image {
    max-width: 800px;
  }
}
.gt-about-wrapper-2 .gt-about-image img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.gt-about-wrapper-2 .gt-about-image .gt-about-image-2 {
  max-width: 375px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -180px;
}
@media (max-width: 1399px) {
  .gt-about-wrapper-2 .gt-about-image .gt-about-image-2 {
    max-width: 265px;
    transform: translateY(-50%);
    right: -90px;
  }
}
@media (max-width: 1199px) {
  .gt-about-wrapper-2 .gt-about-image .gt-about-image-2 {
    right: 0;
    max-width: 200px;
  }
}
.gt-about-wrapper-2 .gt-about-image .gt-about-image-2 img {
  border: 8px solid var(--gt-white);
}
.gt-about-wrapper-2 .gt-about-image .gt-text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-family: "Plus Jakarta Sans", sans-serif;
  border-radius: 2px;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  padding: 18px 12px;
  line-height: 1;
  writing-mode: vertical-rl;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .gt-about-wrapper-2 .gt-about-image .gt-text {
    padding: 10px 12px;
    min-height: 250px;
    font-size: 14px;
    text-align: center;
  }
}

.gt-about-wrapper-3 .gt-about-left-item .gt-about-image {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.gt-about-wrapper-3 .gt-about-left-item .gt-about-image .gt-image img {
  width: 100%;
  height: 100%;
}
.gt-about-wrapper-3 .gt-about-left-item .gt-about-image .gt-image.gt-style-2 {
  margin-top: 69px;
}
.gt-about-wrapper-3 .gt-about-left-item .gt-about-image-2 {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper-3 .gt-about-left-item .gt-about-image-2 {
    margin-left: 0;
  }
}
.gt-about-wrapper-3 .gt-about-left-item .gt-about-image-2 img {
  width: 100%;
  height: 100%;
}
.gt-about-wrapper-3 .gt-about-content {
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper-3 .gt-about-content {
    margin-left: 0;
  }
}
.gt-about-wrapper-3 .gt-about-content .gt-about-text {
  margin-top: 25px;
}
.gt-about-wrapper-3 .gt-about-content .gt-about-list {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper-3 .gt-about-content .gt-about-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.gt-about-wrapper-3 .gt-about-content .gt-about-list li {
  font-size: 16px;
  font-weight: 400;
  color: var(--gt-header);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.gt-about-wrapper-3 .gt-about-content .gt-about-list li:not(:last-child) {
  margin-bottom: 14px;
}
.gt-about-wrapper-3 .gt-about-content .gt-about-list li i {
  color: var(--gt-theme);
  margin-right: 8px;
}
.gt-about-wrapper-3 .gt-about-content .gt-about-button {
  margin-top: 50px;
}

.gt-about-section-3 {
  position: relative;
  z-index: 9;
}
.gt-about-section-3 .gt-left-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-about-section-3 .gt-left-shape {
    display: none;
  }
}
.gt-about-section-3 .gt-right-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-about-section-3 .gt-right-shape {
    display: none;
  }
}

.gt-main-box {
  text-align: center;
  max-width: 420px;
}
.gt-main-box.style-2 {
  max-width: 420px;
  margin: -35px auto 0;
}
@media (max-width: 1199px) {
  .gt-main-box.style-2 {
    margin-top: 0;
  }
}
.gt-main-box.style-2:first-child {
  margin-right: -129%;
}
@media (max-width: 1199px) {
  .gt-main-box.style-2:first-child {
    margin-right: 0;
  }
}
.gt-main-box.style-2:last-child {
  margin-right: -119%;
}
@media (max-width: 1199px) {
  .gt-main-box.style-2:last-child {
    margin-right: 0;
  }
}
.gt-main-box .gt-about-box-item {
  background-color: var(--gt-bg);
  padding: 30px;
  margin-bottom: 55px;
  position: relative;
}
@media (max-width: 1199px) {
  .gt-main-box .gt-about-box-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .gt-main-box .gt-about-box-item {
    margin-bottom: 0;
  }
}
@media (max-width: 470px) {
  .gt-main-box .gt-about-box-item {
    padding: 25px;
  }
}
.gt-main-box .gt-about-box-item::before {
  position: absolute;
  content: "";
  width: 1.5px;
  height: 56px;
  border: 1px dashed #D9D9D9;
  top: 100%;
  left: 50%;
}
@media (max-width: 1199px) {
  .gt-main-box .gt-about-box-item::before {
    display: none;
  }
}
.gt-main-box .gt-about-box-item.style-2::after {
  position: absolute;
  content: "";
  width: 1.5px;
  height: 56px;
  border: 1px dashed #D9D9D9;
  top: -25%;
  left: 50%;
}
@media (max-width: 1199px) {
  .gt-main-box .gt-about-box-item.style-2::after {
    display: none;
  }
}
.gt-main-box .gt-about-box-item.style-2::before {
  display: none;
}
.gt-main-box .gt-about-box-item .gt-box-content {
  text-align: center;
}
.gt-main-box .gt-about-box-item .gt-box-content h3 {
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .gt-main-box .gt-about-box-item .gt-box-content h3 {
    font-size: 20px;
  }
}
.gt-main-box .gt-about-box-item .gt-box-content h3 a:hover {
  color: var(--gt-theme);
}
.gt-main-box .gt-about-box-item .gt-box-content .date-box {
  border-radius: 100px;
  border: 1px solid #D9D9D9;
  padding: 7px 65px;
  display: inline-block;
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .gt-main-box .gt-about-box-item .gt-box-content .date-box {
    padding: 7px 20px;
  }
}
@media (max-width: 470px) {
  .gt-main-box .gt-about-box-item .gt-box-content .date-box {
    padding: 4px 12px;
  }
}
.gt-main-box .number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--gt-bg);
  border-radius: 100%;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .gt-main-box .number {
    display: none;
  }
}
.gt-main-box .number:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-main-box .number.style-2 {
  margin-bottom: 55px;
}

.gt-about-box-section {
  position: relative;
}
.gt-about-box-section::before {
  position: absolute;
  content: "";
  width: 68%;
  height: 1px;
  border: 1px dashed #D9D9D9;
  top: 41%;
  left: 16%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-about-box-section::before {
    display: none;
  }
}
@media (max-width: 1199px) {
  .gt-about-box-section .box-wrapper-first {
    display: none;
  }
}
.gt-about-box-section .margin-right-style {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -58%;
  margin-left: 6%;
}
@media (max-width: 767px) {
  .gt-about-box-section .margin-right-style {
    margin-right: -111%;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-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);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -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 float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -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 float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*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;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes scale {
  0% {
    top: -1000px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animation-infinite {
  animation: ShapeAnim 50s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 3000px;
  }
}
.gt-brand-wrapper-1 {
  margin-top: -80px;
  position: relative;
  z-index: 9;
}

.brand-wrapper .gt-array-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
}
.brand-wrapper .gt-array-items::before {
  position: absolute;
  content: "";
  top: 30px;
  left: 0;
  background-color: #D9D9D9;
  width: 564px;
  height: 2px;
  opacity: 0.48;
}
@media (max-width: 1199px) {
  .brand-wrapper .gt-array-items::before {
    display: none;
  }
}
.brand-wrapper .gt-array-items::after {
  position: absolute;
  content: "";
  top: 30px;
  right: 0;
  background-color: #D9D9D9;
  width: 564px;
  height: 2px;
  opacity: 0.48;
}
@media (max-width: 1199px) {
  .brand-wrapper .gt-array-items::after {
    display: none;
  }
}
.brand-wrapper .gt-array-items .array-prev {
  background-color: var(--gt-white);
}
.brand-wrapper .gt-array-items .array-prev:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.brand-wrapper .gt-array-items .array-next:hover {
  background-color: var(--gt-header);
  color: var(--gt-white);
}
.brand-wrapper .brand-image {
  text-align: center;
  filter: grayscale(100%);
  transition: all 0.4s ease-in-out;
  opacity: 0.4;
}
.brand-wrapper .brand-image:hover {
  filter: initial;
  opacity: 1;
}
.brand-wrapper .swiper-slide.swiper-slide-active .brand-image {
  filter: initial;
  opacity: 1;
}

.gt-brand-wrapper-1 {
  padding: 48px 56px;
  border-radius: 12px;
  background: #0c0d12;
}
.gt-brand-wrapper-1 .gt-brand-image-1 {
  text-align: center;
}

.gt-brand-section-3 {
  padding: 50px 0;
  border-radius: 4px;
  border-top: 1.2px solid rgba(255, 255, 255, 0.16);
  margin-top: 120px;
}

.modal-common-wrap {
  position: fixed;
  z-index: 9999;
  overflow-y: scroll;
  max-height: 100vh;
}
.modal-common-wrap .modal-content {
  background: transparent;
  border: unset;
}
.modal-common-wrap .modal-header {
  border-radius: 0;
  padding: 0 0;
  margin-left: auto;
  border: unset;
  background: var(--gt-white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
}
.modal-common-wrap .modal-header .btn-close {
  margin: 0 0;
  padding: 0 0;
  outline: none;
  width: 40px;
  height: 40px;
}
.modal-common-wrap .modal-body {
  background: var(--gt-white);
  padding: 0 0;
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-image img {
  width: 100%;
  height: 100%;
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content {
  padding: 50px;
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .gt-join-content {
  max-width: 570px;
  text-align: center;
  margin: 0 auto 0;
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content h3 {
  margin-bottom: 10px;
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .form-clt span {
  font-size: 18px;
  font-weight: 600;
  color: "Plus Jakarta Sans", sans-serif;
  color: var(--gt-header);
  padding-bottom: 12px;
  display: inline-block;
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .form-clt input, .modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .form-clt textarea {
  width: 100%;
  border: none;
  line-height: 1;
  padding: 18px 24px;
  line-height: 1;
  background-color: #F2F2F2;
  color: var(--gt-text);
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .form-clt textarea {
  padding-bottom: 120px;
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .form-clt .form .single-select {
  border: none;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  line-height: 1;
  height: initial;
  line-height: 1;
  padding: 18px 24px;
  line-height: 1;
  background-color: #F2F2F2;
  border-radius: 0;
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .form-clt .form .single-select::after {
  right: 20px;
  border-bottom: 2px solid var(--gt-header);
  border-right: 2px solid var(--gt-header);
  margin-top: -5px;
  width: 8px;
  height: 8px;
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .form-clt .form .single-select span {
  margin-bottom: 0;
  color: var(--gt-text);
  padding-bottom: 0;
  font-weight: 400;
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .form-clt .form .single-select .option {
  color: var(--gt-text);
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .form-clt .form .list {
  width: 100%;
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .gt-button .gt-icon-btn {
  background-color: var(--gt-header);
}
.modal-common-wrap .modal-body .gt-join-club-form .gt-join-club-content .gt-button .gt-icon-btn::after {
  background-color: var(--gt-theme);
}
.modal-common-wrap .modal-dialog {
  max-width: 850px;
}
.modal-common-wrap .modal-dialog.style-shop-details {
  max-width: 1380px;
}
.modal-common-wrap .modal-dialog.style-shop-details .modal-header {
  background-color: var(--gt-bg);
}
.modal-common-wrap .modal-dialog.style-shop-details .gt-shop-details-wrapper {
  padding: 30px;
}

.gt-newsletter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding-top: 130px;
}
@media (max-width: 1199px) {
  .gt-newsletter-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .gt-newsletter-wrapper {
    padding-top: 80px;
  }
}
.gt-newsletter-wrapper .gt-cta-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
@media (max-width: 1199px) {
  .gt-newsletter-wrapper .gt-cta-content-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-newsletter-wrapper .gt-cta-content-wrapper .gt-content h3 {
  color: var(--gt-white);
}
.gt-newsletter-wrapper .gt-cta-content-wrapper .gt-content p {
  color: var(--gt-white);
}
.gt-newsletter-wrapper .gt-cta-content-wrapper .search-widget {
  position: relative;
  width: 570px;
}
@media (max-width: 1199px) {
  .gt-newsletter-wrapper .gt-cta-content-wrapper .search-widget {
    width: 100%;
    max-width: 570px;
  }
}
.gt-newsletter-wrapper .gt-cta-content-wrapper .search-widget input {
  width: 100%;
  border: none;
  background-color: var(--gt-white);
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding: 18px 18px;
  color: var(--gt-text);
  border-radius: 0;
  text-transform: capitalize;
  border-radius: 4px;
}
@media (max-width: 575px) {
  .gt-newsletter-wrapper .gt-cta-content-wrapper .search-widget input {
    font-size: 16px;
  }
}
.gt-newsletter-wrapper .gt-cta-content-wrapper .search-widget input::placeholder {
  color: var(--gt-text);
}
.gt-newsletter-wrapper .gt-cta-content-wrapper .search-widget button {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  border-radius: 4px;
}
@media (max-width: 470px) {
  .gt-newsletter-wrapper .gt-cta-content-wrapper .search-widget button.gt-theme-btn {
    position: static;
    margin-top: 20px;
  }
}

.contact-info-items {
  display: flex;
  gap: 20px;
}
.contact-info-items .icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: var(--gt-theme);
  text-align: center;
  color: var(--gt-white);
  font-size: 20px;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
.contact-info-items .icon:hover {
  background-color: var(--gt-header);
}
.contact-info-items .content h4 {
  color: var(--gt-header);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}
.contact-info-items .content h6 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: var(--gt-text);
  line-height: 150%;
}
.contact-info-items .content h6 a {
  color: var(--gt-text);
}

.gt-contact-us-wrapper {
  background-color: var(--gt-bg);
  padding: 40px;
  position: relative;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .gt-contact-us-wrapper {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .gt-contact-us-wrapper {
    padding: 30px;
  }
}
.gt-contact-us-wrapper h2 {
	font-size: 28px;
    margin-bottom: 25px;
    text-align: center;
}
.gt-contact-us-wrapper form .form-clt {
    margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .gt-contact-us-wrapper h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .gt-contact-us-wrapper h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .gt-contact-us-wrapper h2 {
    font-size: 35px;
  }
}
.gt-contact-us-wrapper .form-clt span {
	color: var(--gt-header);
    display: inline-block;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.gt-contact-us-wrapper .form-clt input, .gt-contact-us-wrapper .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--gt-white);
  padding-bottom: 20px;
  padding: 8px 10px;
  transition: all 0.4s ease-in-out;
  color: var(--gt-text);
  font-size: 16px;
  border-radius: 8px;
}
.gt-contact-us-wrapper .form-clt input::placeholder, .gt-contact-us-wrapper .form-clt textarea::placeholder {
  color: var(--gt-text);
}
.gt-contact-us-wrapper .form-clt textarea {
  padding-bottom: 80px;
  resize: none;
}
.gt-contact-us-wrapper .contact-btn {
  text-align: center;
}
@media (max-width: 1199px) {
  .gt-contact-us-wrapper .contact-btn {
    text-align: left;
  }
}
.gt-contact-us-wrapper .contact-btn button.gt-theme-btn {
  justify-content: center;
}
.gt-contact-us-wrapper .contact-btn button.gt-theme-btn .gt-icon-btn {
  background-color: var(--gt-header);
}
.gt-contact-us-wrapper .contact-btn button.gt-theme-btn .gt-icon-btn::after {
  background-color: var(--gt-theme);
}

.gt-map-section {
  margin-top: -130px;
}
@media (max-width: 1199px) {
  .gt-map-section {
    margin-top: 0;
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .gt-map-section {
    margin-top: 80px;
  }
}

.gt-map-items .googpemap iframe {
  width: 100%;
  height: 686px;
}
@media (max-width: 575px) {
  .gt-map-items .googpemap iframe {
    height: 300px;
  }
}

.contact-form-wrapper-3 .contact-image {
  position: absolute;
  top: 443px;
  left: 0;
  bottom: 0px;
  max-width: 1383px;
}
@media (max-width: 1399px) {
  .contact-form-wrapper-3 .contact-image {
    left: -170px;
  }
}
@media (max-width: 1199px) {
  .contact-form-wrapper-3 .contact-image {
    display: none;
  }
}
.contact-form-wrapper-3 .contact-image img {
  height: 100%;
}
.contact-form-wrapper-3 .contact-form-box-3 {
  background-color: var(--gt-white);
  padding: 64px 48px;
  border-radius: 0px 8px 8px 8px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .contact-form-wrapper-3 .contact-form-box-3 {
    padding: 50px 30px;
    margin-top: -20px;
  }
}
.contact-form-wrapper-3 .contact-form-box-3 form {
  margin-top: 50px;
}
.contact-form-wrapper-3 .contact-form-box-3 form .form-clt input, .contact-form-wrapper-3 .contact-form-box-3 form .form-clt textarea {
  width: 100%;
  border: none;
  outline: none;
  background-color: #F5F5F5;
  width: 100%;
  padding: 18px 20px;
  color: var(--gt-text);
  border-radius: 4px;
}
.contact-form-wrapper-3 .contact-form-box-3 form .form-clt textarea {
  padding-bottom: 90px;
}

.gt-instagram-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.gt-instagram-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  top: 30px;
  bottom: 0px;
  right: 0;
  background: rgba(235, 51, 0, 0.6);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: top right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  z-index: 9;
  border-radius: 8px;
}
.gt-instagram-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.gt-instagram-image .gt-icon {
  display: inline-block;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.gt-instagram-image:hover .gt-icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.gt-instagram-image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.gt-instagram-image:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: bottom center;
}
.gt-instagram-image.style-2 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.gt-instagram-image.style-2::before {
  top: 0;
  right: 0;
  left: 0;
  background: rgba(235, 51, 0, 0.38);
  width: 100%;
  height: 100%;
}
.gt-instagram-image.style-2 img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.gt-instagram-slider {
  margin-left: -5%;
  margin-right: -5%;
}
@media (max-width: 1199px) {
  .gt-instagram-slider {
    margin-left: 0;
    margin-right: 0;
  }
}

.gt-cta-offer-wrapper {
  padding: 50px 108px 65px 20px;
  position: relative;
  z-index: 99;
}
@media (max-width: 1399px) {
  .gt-cta-offer-wrapper {
    padding: 80px 70px;
  }
}
@media (max-width: 1199px) {
  .gt-cta-offer-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 767px) {
  .gt-cta-offer-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 575px) {
  .gt-cta-offer-wrapper {
    padding: 50px 30px;
  }
}
.gt-cta-offer-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #1D1D1D 0%, #EB3300 100%);
  border-radius: 8px;
}
.gt-cta-offer-wrapper .line-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.gt-cta-offer-wrapper .line-shape img {
  width: 100%;
}
@media (max-width: 1199px) {
  .gt-cta-offer-wrapper .line-shape {
    display: none;
  }
}
.gt-cta-offer-wrapper .left-shape {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .gt-cta-offer-wrapper .left-shape {
    display: none;
  }
}
.gt-cta-offer-wrapper .right-shape {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .gt-cta-offer-wrapper .right-shape {
    display: none;
  }
}
.gt-cta-offer-wrapper .gt-cta-image {
  position: absolute;
  left: 20px;
  bottom: -36px;
}
@media (max-width: 1199px) {
  .gt-cta-offer-wrapper .gt-cta-image {
    max-width: 600px;
    bottom: -55px;
  }
}
@media (max-width: 991px) {
  .gt-cta-offer-wrapper .gt-cta-image {
    display: none;
  }
}
.gt-cta-offer-wrapper .gt-cta-image img {
  width: 100%;
  height: 100%;
}
.gt-cta-offer-wrapper .gt-cta-content {
  position: relative;
  text-align: right;
}
.gt-cta-offer-wrapper .gt-cta-content h2 {
  font-size: 56px;
  color: var(--gt-white);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .gt-cta-offer-wrapper .gt-cta-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .gt-cta-offer-wrapper .gt-cta-content h2 {
    font-size: 40px;
  }
}
.gt-cta-offer-wrapper .gt-cta-content h4 {
  font-weight: 600;
  color: var(--gt-white);
  margin-bottom: 40px;
}
.gt-cta-offer-wrapper .gt-cta-content .gt-theme-btn .gt-text-btn {
  background-color: var(--gt-white);
  color: var(--gt-header);
}
.gt-cta-offer-wrapper .gt-cta-content .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-header);
}
.gt-cta-offer-wrapper .gt-cta-content .gt-theme-btn .gt-icon-btn {
  background-color: var(--gt-header);
}
.gt-cta-offer-wrapper .gt-cta-content .gt-theme-btn .gt-icon-btn::after {
  background-color: var(--gt-white);
}
.gt-cta-offer-wrapper .gt-cta-content .gt-theme-btn .gt-icon-btn i {
  display: inline-block;
}
.gt-cta-offer-wrapper .gt-cta-content .gt-theme-btn:hover .gt-text-btn {
  color: var(--gt-white);
}
.gt-cta-offer-wrapper .gt-cta-content .gt-theme-btn:hover .gt-icon-btn {
  color: var(--gt-header);
}

@media (max-width: 1199px) {
  .gt-cta-offer-section {
    margin-bottom: 30px;
  }
}

.cta-offer-section {
  position: relative;
}
.cta-offer-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #161921;
  top: 50%;
  height: initial;
}

.gt-cta-service-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .gt-cta-service-wrapper {
    display: block;
    padding: 80px 0;
    text-align: center;
    margin: 0 auto;
  }
}
.gt-cta-service-wrapper h2 {
  font-size: 32px;
}
.gt-cta-service-wrapper .gt-cta-right {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1199px) {
  .gt-cta-service-wrapper .gt-cta-right {
    display: block;
  }
}
.gt-cta-service-wrapper .gt-cta-right .gt-icon-items {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .gt-cta-service-wrapper .gt-cta-right .gt-icon-items {
    justify-content: center;
    margin-top: 30px;
  }
}
.gt-cta-service-wrapper .gt-cta-right .gt-icon-items .gt-icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--gt-white);
  color: var(--gt-theme);
  position: relative;
}
.gt-cta-service-wrapper .gt-cta-right .gt-icon-items .gt-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
}
.gt-cta-service-wrapper .gt-cta-right .gt-icon-items .gt-content p {
  color: var(--gt-white);
  opacity: 0.8;
}
.gt-cta-service-wrapper .gt-cta-right .gt-icon-items .gt-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}
.gt-cta-service-wrapper .gt-cta-right .gt-icon-items .gt-content h3 a {
  color: var(--gt-white);
}
.gt-cta-service-wrapper .gt-cta-right .gt-thumb {
  margin-top: -85px;
}
@media (max-width: 1199px) {
  .gt-cta-service-wrapper .gt-cta-right .gt-thumb {
    margin-top: 0;
  }
}

.gt-cta-service-section {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .gt-cta-service-section {
    margin-top: 0;
    background-image: none !important;
    background-color: #161921;
  }
}

.gt-faq-wrapper {
  padding-bottom: 80px;
}
.gt-faq-wrapper .gt-faq-content .gt-faq-text {
  margin-top: 25px;
  color: var(--gt-white);
  opacity: 0.7;
}
.gt-faq-wrapper .gt-faq-content .gt-faq-button {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1199px) {
  .gt-faq-wrapper .gt-faq-content .gt-faq-button {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .gt-faq-wrapper .gt-faq-content .gt-faq-button {
    margin-top: 30px;
  }
}
.gt-faq-wrapper .gt-faq-content .gt-faq-button .gt-theme-btn .gt-text-btn {
  border: 1px solid var(--gt-theme);
}
.gt-faq-wrapper .gt-faq-content .gt-faq-button .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-theme);
}
.gt-faq-wrapper .gt-faq-content .gt-faq-button .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-white);
}
.gt-faq-wrapper .gt-faq-content .gt-faq-button .gt-theme-btn.gt-border-style .gt-text-btn {
  border: 1px solid var(--gt-white);
  background: transparent;
}
.gt-faq-wrapper .gt-faq-content .gt-faq-button .gt-theme-btn:hover .gt-text-btn {
  color: var(--gt-header);
  border: 1px solid var(--gt-white);
}
.gt-faq-wrapper .gt-faq-content .gt-faq-button .gt-theme-btn:hover .gt-icon-btn {
  color: var(--gt-header);
}
.gt-faq-wrapper .faq-items {
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 48px;
}
@media (max-width: 1399px) {
  .gt-faq-wrapper .faq-items {
    padding: 10px;
  }
}
.gt-faq-wrapper .faq-items .accordion .accordion-item {
  border-radius: 8px;
  border: none;
  margin-bottom: 25px;
  background: var(--gt-white);
  padding: 0;
}
.gt-faq-wrapper .faq-items .accordion .accordion-item h2 button {
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 24px 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gt-header);
  border-radius: 8px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 575px) {
  .gt-faq-wrapper .faq-items .accordion .accordion-item h2 button {
    font-size: 14px;
    padding: 22px 16px;
  }
}
.gt-faq-wrapper .faq-items .accordion .accordion-item .accordion-body {
  padding: 20px 30px;
}
@media (max-width: 575px) {
  .gt-faq-wrapper .faq-items .accordion .accordion-item .accordion-body {
    padding: 18px 16px;
  }
}
.gt-faq-wrapper .faq-items .accordion .accordion-item .accordion-body p {
  color: var(--gt-text);
  font-size: 1x;
  line-height: 32px;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 575px) {
  .gt-faq-wrapper .faq-items .accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}
.gt-faq-wrapper .faq-items .accordion .accordion-button {
  background-color: var(--gt-theme);
  color: var(--gt-white) !important;
  border-radius: 8px;
}
.gt-faq-wrapper .faq-items .accordion .accordion-button::after {
  display: none;
}
.gt-faq-wrapper .faq-items .accordion .accordion-button::before {
  position: absolute;
  content: "\e902";
  font-family: "icomoon" !important;
  font-weight: 700;
  transform: rotate(90deg);
  top: 13px;
  right: 22px;
  font-size: 14px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: var(--gt-theme);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background-color: var(--gt-white);
}
@media (max-width: 575px) {
  .gt-faq-wrapper .faq-items .accordion .accordion-button::before {
    right: 16px;
  }
}
.gt-faq-wrapper .faq-items .accordion .accordion-button.collapsed {
  background-color: transparent;
  color: var(--gt-header) !important;
}
.gt-faq-wrapper .faq-items .accordion .accordion-button.collapsed::before {
  font-family: "icomoon" !important;
  color: var(--gt-white);
  background-color: var(--gt-theme);
}

.gt-counter-wrapper .gt-counter-box {
  position: relative;
  z-index: 9;
  padding: 30px;
  padding-top: 0;
}
.gt-counter-wrapper .gt-counter-box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--gt-white);
  z-index: -1;
  top: 45px;
  height: initial;
}
.gt-counter-wrapper .gt-counter-box .gt-icon {
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  background-color: var(--gt-header);
  font-size: 34px;
  color: var(--gt-white);
  margin: 0 auto;
  position: relative;
  z-index: 9;
  border-radius: 4px;
}
.gt-counter-wrapper .gt-counter-box .gt-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  content: "";
  background-color: var(--gt-theme);
  transition: all 0.4s ease-in-out;
  z-index: -1;
  border-radius: 4px;
}
.gt-counter-wrapper .gt-counter-box .gt-icon i {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.gt-counter-wrapper .gt-counter-box .gt-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}
.gt-counter-wrapper .gt-counter-box .gt-content h2 {
  font-size: 64px;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .gt-counter-wrapper .gt-counter-box .gt-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .gt-counter-wrapper .gt-counter-box .gt-content h2 {
    font-size: 55px;
  }
}
@media (max-width: 470px) {
  .gt-counter-wrapper .gt-counter-box .gt-content h2 {
    font-size: 44px;
  }
}
.gt-counter-wrapper .gt-counter-box .gt-content p {
  font-size: 18px;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .gt-counter-wrapper .gt-counter-box .gt-content p {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .gt-counter-wrapper .gt-counter-box .gt-content p {
    font-size: 14px;
  }
}
.gt-counter-wrapper .gt-counter-box:hover .gt-icon::before {
  height: 100%;
}
.gt-counter-wrapper .gt-counter-box:hover .gt-icon i {
  transform: scaleX(-1) !important;
}

.gt-funfact-wrapper {
  position: relative;
}
.gt-funfact-wrapper .gt-funfact-box-items {
  border: 1px solid #BFBFBF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
@media (max-width: 991px) {
  .gt-funfact-wrapper .gt-funfact-box-items {
    display: inline-flex;
  }
}
.gt-funfact-wrapper .gt-funfact-box-items .gt-funfact-counter {
  text-align: center;
  padding: 60px 30px;
  border-right: 1px solid #BFBFBF;
}
.gt-funfact-wrapper .gt-funfact-box-items .gt-funfact-counter.border-none {
  border-right: none;
}
.gt-funfact-wrapper .gt-funfact-box-items .gt-funfact-counter h2 {
  font-size: 72px;
  margin-bottom: 10px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .gt-funfact-wrapper .gt-funfact-box-items .gt-funfact-counter h2 {
    font-size: 50px;
  }
}
@media (max-width: 470px) {
  .gt-funfact-wrapper .gt-funfact-box-items .gt-funfact-counter h2 {
    font-size: 40px;
  }
}
.gt-funfact-wrapper .gt-funfact-box-items .gt-funfact-counter p {
  font-size: 20px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #595959;
}
@media (max-width: 991px) {
  .gt-funfact-wrapper .gt-funfact-box-items .gt-funfact-counter p {
    font-size: 16px;
    margin-top: 5px;
  }
}
@media (max-width: 470px) {
  .gt-funfact-wrapper .gt-funfact-box-items .gt-funfact-counter p {
    font-size: 14px;
    line-height: 1.3;
  }
}
.gt-funfact-wrapper .gt-funfact-box-items.style-2 {
  margin-top: 45px;
}
.gt-funfact-wrapper .funfact-text {
  font-size: 140px;
  letter-spacing: -1.4px;
  opacity: 0.03;
  line-height: 1;
  padding-top: 50px;
}
@media (max-width: 1399px) {
  .gt-funfact-wrapper .funfact-text {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .gt-funfact-wrapper .funfact-text {
    display: none;
  }
}
.gt-funfact-wrapper .gt-funfact-content .gt-section-title {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .gt-funfact-wrapper .gt-funfact-content .gt-section-title {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .gt-funfact-wrapper .gt-funfact-content .gt-section-title {
    text-align: center;
  }
}

.gt-feature-item-3 {
  background-color: var(--gt-bg);
  padding: 40px;
  position: relative;
}
@media (max-width: 575px) {
  .gt-feature-item-3 {
    padding: 30px;
  }
}
.gt-feature-item-3 .gt-icon-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .gt-feature-item-3 .gt-icon-item {
    flex-wrap: wrap;
  }
}
.gt-feature-item-3 .gt-icon-item .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 100%;
  background-color: var(--gt-border);
  color: var(--gt-theme);
  transition: all 0.4s ease-in-out;
}
.gt-feature-item-3 .gt-icon-item .icon i {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.gt-feature-item-3:hover .icon {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-feature-item-3:hover .icon i {
  transform: scaleX(-1) !important;
}

.gt-feature-section-3 {
  position: relative;
}
.gt-feature-section-3 .gt-left-shape {
  position: absolute;
  left: 0;
  bottom: -55px;
}
@media (max-width: 1199px) {
  .gt-feature-section-3 .gt-left-shape {
    display: none;
  }
}
.gt-feature-section-3 .gt-right-shape {
  position: absolute;
  top: -170px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-feature-section-3 .gt-right-shape {
    display: none;
  }
}
.gt-feature-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--gt-theme);
  top: 28%;
  height: 72%;
}

.gt-why-choose-wrapper {
  margin-bottom: -80px;
}
@media (max-width: 1199px) {
  .gt-why-choose-wrapper {
    margin-bottom: 78px;
  }
}
.gt-why-choose-wrapper .gt-why-choose-image {
  direction: rtl;
  margin-top: -24px;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .gt-why-choose-wrapper .gt-why-choose-image {
    display: none;
  }
}
.gt-why-choose-wrapper .gt-why-choose-image img {
  height: 100%;
}
.gt-why-choose-wrapper .gt-why-choose-content {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .gt-why-choose-wrapper .gt-why-choose-content {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .gt-why-choose-wrapper .gt-why-choose-content {
    padding-top: 50px;
  }
}
.gt-why-choose-wrapper .gt-why-choose-content .gt-choose-text {
  margin-top: 25px;
  color: var(--gt-white);
  opacity: 0.7;
}
.gt-why-choose-wrapper .gt-why-choose-content .gt-icon-items {
  margin-top: 30px;
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  gap: 20px;
  border-radius: 4px;
  border: 1.2px solid rgba(155, 155, 155, 0.32);
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .gt-why-choose-wrapper .gt-why-choose-content .gt-icon-items {
    flex-wrap: wrap;
	display: none;
  }
}
.gt-why-choose-wrapper .gt-why-choose-content .gt-icon-items li {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 95px;
}
.gt-why-choose-wrapper .gt-why-choose-content .gt-icon-items li:not(:last-child) {
  border-right: 1.2px solid rgba(155, 155, 155, 0.32);
  padding-right: 10px;
}
@media (max-width: 1399px) {
  .gt-why-choose-wrapper .gt-why-choose-content .gt-icon-items li:not(:last-child) {
    border: none;
    padding-right: 0;
  }
}
.gt-why-choose-wrapper .gt-why-choose-content .gt-icon-items li .content {
  max-width: 180px;
}
.gt-why-choose-wrapper .gt-why-choose-content .gt-icon-items li .content h4 {
  color: var(--gt-white);
}
.gt-why-choose-wrapper .gt-why-choose-content .gt-about-button {
  margin-top: 30px;
}
.gt-why-choose-wrapper .gt-why-choose-content .gt-about-button .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-white);
}
.gt-why-choose-wrapper .gt-why-choose-content .gt-about-button .gt-theme-btn:hover {
  color: var(--gt-header);
}
@media (max-width: 1199px) {
  .gt-why-choose-wrapper .gt-why-choose-content.style-2 {
    padding-bottom: 100px;
    padding-top: 55px;
  }
}
@media (max-width: 991px) {
  .gt-why-choose-wrapper .gt-why-choose-content.style-2 {
    padding: 80px 0;
    padding-top: 35px;
  }
}
.gt-why-choose-wrapper .gt-why-choose-content.style-2 .gt-icon-items {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: 0;
  gap: 50px;
  border: none;
  padding: 0 0;
}
@media (max-width: 1199px) {
  .gt-why-choose-wrapper .gt-why-choose-content.style-2 .gt-icon-items {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.gt-why-choose-wrapper .gt-why-choose-content.style-2 .gt-icon-items li {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 120px;
}
.gt-why-choose-wrapper .gt-why-choose-content.style-2 .gt-icon-items li:not(:last-child) {
  padding: 0;
  border: none;
}
.gt-why-choose-wrapper .gt-why-choose-content.style-2 .gt-icon-items li .content {
  max-width: 180px;
}
.gt-why-choose-wrapper .gt-why-choose-content.style-2 .gt-icon-items li .content h4 {
  color: var(--gt-white);
}
.gt-why-choose-wrapper .gt-why-choose-content.style-2 .gt-feature-list-box {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .gt-why-choose-wrapper .gt-why-choose-content.style-2 .gt-feature-list-box {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.gt-why-choose-wrapper .gt-why-choose-content.style-2 .gt-feature-list-box .client-box {
  border-radius: 4px;
  border: 1px solid var(--gt-white);
  background: #161921;
  text-align: center;
  padding: 24px 18px;
  max-width: 175px;
  width: 100%;
}
.gt-why-choose-wrapper .gt-why-choose-content.style-2 .gt-feature-list-box .client-box h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--gt-white);
  margin-top: 15px;
}
.gt-why-choose-wrapper .gt-why-choose-content.style-2 .gt-feature-list-box .client-box p {
  font-size: 14px;
  opacity: 0.7;
  color: var(--gt-white);
}
.gt-why-choose-wrapper .gt-why-choose-content.style-2 .gt-feature-list-box .gt-list li {
  font-size: 20px;
  font-weight: 600;
  color: var(--gt-white);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.gt-why-choose-wrapper .gt-why-choose-content.style-2 .gt-feature-list-box .gt-list li i {
  color: var(--gt-theme);
  margin-right: 8px;
}
.gt-why-choose-wrapper .gt-why-choose-content.style-2 .gt-feature-list-box .gt-list li:not(:last-child) {
  margin-bottom: 20px;
}

.marquee-wrapper {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  z-index: 9;
}

.text-slider {
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  height: 100px;
  line-height: 95px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--gt-white);
}

.marquee-inner {
  position: absolute;
  display: inline-flex;
  width: 200%;
}

.marquee-list {
  float: left;
  width: 50%;
}

.marquee-item {
  float: left;
  transition: animation 0.2s ease-out;
}

.marquee-inner.to-left {
  animation: marqueeLeft 25s linear infinite;
}

@keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.marquee-inner.to-right {
  animation: marqueeRight 25s linear infinite;
}

@keyframes marqueeRight {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
.marque-section-2 {
  position: relative;
}

.marquee-wrapper {
  background-color: #161921;
}
.marquee-wrapper img {
  margin-left: 45px;
  margin-right: 20px;
}
.marquee-wrapper.style-2 {
  background-color: var(--gt-theme);
}

.gt-why-choose-section {
  position: relative;
  margin-top: 50px;
}
.gt-why-choose-section .gt-gear-shape {
  position: absolute;
  top: -130px;
  right: 50px;
}
@media (max-width: 1399px) {
  .gt-why-choose-section .gt-gear-shape {
    display: none;
  }
}

.gt-how-work-wrapper-3 {
  position: relative;
  z-index: 9;
}
.gt-how-work-wrapper-3 .gt-main-line-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .gt-how-work-wrapper-3 .gt-main-line-shape {
    display: none;
  }
}
.gt-how-work-wrapper-3 .gt-how-work-items-3 {
  text-align: center;
}
.gt-how-work-wrapper-3 .gt-how-work-items-3 h3 {
  color: var(--gt-white);
}
.gt-how-work-wrapper-3 .gt-how-work-items-3 p {
  color: var(--gt-white);
  opacity: 0.7;
  max-width: 330px;
  margin: 15px auto 0;
}
.gt-how-work-wrapper-3 .gt-how-work-items-3 .line-shape-1 {
  margin-top: 15px;
}
.gt-how-work-wrapper-3 .gt-how-work-items-3 .line-shape-2 {
  margin-bottom: 15px;
}

.gt-footer-widget-wrapper {
  padding: 70px 0 100px;
}
@media (max-width: 991px) {
  .gt-footer-widget-wrapper {
    padding: 50px 0 80px;
  }
}
.gt-footer-widget-wrapper .gt-footer-widget-items {
  margin-bottom: 15px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-widget-head {
  margin-bottom: 23px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-widget-head img{
    background: #fff;
    padding: 7px;
    border-radius: 8px;
    font-size: 20px;
    width: 100px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-widget-head h3 {
  color: var(--gt-white);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content p {
  color: #FCFCFC;
  opacity: 0.7;
  max-width: 480px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-contact-list {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1399px) {
  .gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-contact-list {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-contact-list li {
  font-size: 20px;
  font-weight: 600;
  color: var(--gt-white);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-contact-list li .icon {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-contact-list li .icon span {
  font-size: 18px;
  color: #FCFCFC;
  opacity: 0.7;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-contact-list li a {
  font-size: 20px;
  font-weight: 600;
  color: var(--gt-white);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-contact-list-2 {
  padding: 16px 24px;
  background-color: var(--gt-theme);
  margin-top: 22px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-contact-list-2 li {
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-contact-list-2 li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-contact-list-2 li a {
  color: var(--gt-white);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .opening-hours-list {
  margin-top: 25px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .opening-hours-list h4 {
  font-size: 20px;
  color: var(--gt-white);
  font-weight: 800;
  margin-bottom: 10px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .opening-hours-list .opening-list li {
	font-size: 15px;
    color: var(--gt-white);
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding: 10px 0;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .opening-hours-list .opening-list li a{
	color: var(--gt-white);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .form-clt {
  position: relative;
  margin-top: 24px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--gt-white);
  line-height: 1;
  padding: 20px;
  color: var(--gt-text);
  border-radius: 4px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .form-clt .gt-theme-btn {
  margin-top: 20px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .form-clt .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-white);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .form-clt .gt-theme-btn .gt-icon-btn::after {
  background-color: var(--gt-white);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .form-clt .gt-theme-btn .gt-icon-btn i {
  display: inline-block;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .form-clt .gt-theme-btn:hover .gt-text-btn {
  color: var(--gt-header);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .form-clt .gt-theme-btn:hover .gt-icon-btn {
  color: var(--gt-header);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-social-icon {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--gt-white);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-social-icon a:hover {
  background-color: var(--gt-theme);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li {
  transition: all 0.4s ease-in-out;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li:not(:last-child) {
  margin-bottom: 10px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li a {
  color: #FCFCFC;
  opacity: 0.7;
  font-size: 15px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li:hover {
  margin-left: 5px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li:hover a {
  color: var(--gt-theme);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-contact-list-2 li {
  color: #FCFCFC;
  opacity: 0.7;
  display: flex;
  gap: 12px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-contact-list-2 li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-contact-list-2 li i {
  line-height: inherit;
  color: var(--gt-theme);
}
.gt-footer-widget-wrapper.gt-widget-wrapper-3 .gt-footer-widget-items .gt-widget-head h3 {
  position: relative;
  padding-bottom: 15px;
}
.gt-footer-widget-wrapper.gt-widget-wrapper-3 .gt-footer-widget-items .gt-widget-head h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 55px;
  height: 2px;
  background-color: var(--gt-theme);
}
.gt-footer-widget-wrapper.gt-widget-wrapper-3 .gt-footer-widget-items .gt-footer-content .gt-list {
  margin-top: 20px;
}
.gt-footer-widget-wrapper.gt-widget-wrapper-3 .gt-footer-widget-items .gt-footer-content .gt-list li {
  font-size: 18px;
  font-weight: 400;
}
.gt-footer-widget-wrapper.gt-widget-wrapper-3 .gt-footer-widget-items .gt-footer-content .gt-list li a {
  color: var(--gt-border);
  opacity: 0.7;
}
.gt-footer-widget-wrapper.gt-widget-wrapper-3 .gt-footer-widget-items .gt-footer-content .gt-list li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-footer-widget-wrapper.gt-widget-wrapper-3 .gt-footer-widget-items .footer-gallery {
  margin-top: 40px;
}
.gt-footer-widget-wrapper.gt-widget-wrapper-3 .gt-footer-widget-items .footer-gallery .gallery-wrap .gallery-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gt-footer-widget-wrapper.gt-widget-wrapper-3 .gt-footer-widget-items .footer-gallery .gallery-wrap .gallery-item:not(:last-child) {
  margin-bottom: 10px;
}
.gt-footer-widget-wrapper.gt-widget-wrapper-3 .gt-footer-widget-items .footer-gallery .gallery-wrap .gallery-item .thumb {
  position: relative;
}
.gt-footer-widget-wrapper.gt-widget-wrapper-3 .gt-footer-widget-items .footer-gallery .gallery-wrap .gallery-item .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.gt-footer-widget-wrapper.gt-widget-wrapper-3 .gt-footer-widget-items .footer-gallery .gallery-wrap .gallery-item .thumb .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  transition: 0.3s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.gt-footer-widget-wrapper.gt-widget-wrapper-3 .gt-footer-widget-items .footer-gallery .gallery-wrap .gallery-item .thumb .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(235, 21, 0, 0.5);
  transition: 0.4s;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.gt-footer-widget-wrapper.gt-widget-wrapper-3 .gt-footer-widget-items .footer-gallery .gallery-wrap .gallery-item .thumb .icon i {
  color: var(--gt-white);
  font-size: 22px;
  z-index: 99;
  position: relative;
  margin-top: 30px;
}
.gt-footer-widget-wrapper.gt-widget-wrapper-3 .gt-footer-widget-items .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon {
  opacity: 1;
}
.gt-footer-widget-wrapper.gt-widget-wrapper-3 .gt-footer-widget-items .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon::after {
  opacity: 1;
}

.gt-footer-newsletter {
  border-top: 1px solid rgba(191, 191, 191, 0.32);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .gt-footer-newsletter {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.gt-footer-newsletter .gt-newsletter-content h3 {
  color: var(--gt-white);
  font-size: 20px;
  font-weight: 800;
}
.gt-footer-newsletter form {
  max-width: 380px;
  width: 100%;
}
.gt-footer-newsletter .form-clt {
  position: relative;
}
.gt-footer-newsletter .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--gt-white);
  line-height: 1;
  padding: 24px 20px;
  border-radius: 4px;
  color: var(--gt-text);
}
.gt-footer-newsletter .form-clt .gt-theme-btn {
  position: absolute;
  top: 5px;
  right: 6px;
  bottom: 4px;
}
@media (max-width: 470px) {
  .gt-footer-newsletter .form-clt .gt-theme-btn {
    position: static;
    margin-top: 20px;
  }
}
.gt-footer-newsletter .form-clt .gt-theme-btn .gt-text-btn {
  letter-spacing: 0.5px;
  padding: 21px 20px;
  font-size: 14px;
}
.gt-footer-newsletter .gt-social-icon {
  gap: 15px;
}
.gt-footer-newsletter .gt-social-icon a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--gt-white);
  color: var(--gt-header);
  border-radius: 4px;
}
.gt-footer-newsletter .gt-social-icon a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.footer-bottom {
  padding: 13px 0;
  border-top: 1.5px solid rgba(177, 178, 182, 0.32);
  background: #161921;
}
.footer-bottom p {
  text-align: center;
  color: #FCFCFC;
}
.footer-bottom p a {
  color: #fff;
}
.footer-bottom p b {
  font-weight: 700;
  color: var(--gt-theme);
}
.footer-bottom.style-2 {
  border-top: 1.5px solid rgba(140, 140, 140, 0.32);
  background-color: transparent;
}
.footer-bottom.style-2 .gt-footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-bottom.style-2 .gt-footer-bottom-wrapper {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
  }
}
.footer-bottom.style-2 .gt-footer-bottom-wrapper p {
  text-align: left;
}
.footer-bottom.style-2 .gt-footer-bottom-wrapper .gt-footer-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .footer-bottom.style-2 .gt-footer-bottom-wrapper .gt-footer-list {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
.footer-bottom.style-2 .gt-footer-bottom-wrapper .gt-footer-list li {
  font-size: 16px;
  font-weight: 400;
}
.footer-bottom.style-2 .gt-footer-bottom-wrapper .gt-footer-list li a {
  color: #FCFCFC;
  opacity: 0.7;
}
.footer-bottom.style-2 .gt-footer-bottom-wrapper .gt-footer-list li a:hover {
  color: var(--gt-theme);
}
.footer-bottom.style-2 .gt-footer-bottom-wrapper .gt-social-icon {
  gap: 15px;
}
.footer-bottom.style-2 .gt-footer-bottom-wrapper .gt-social-icon a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: rgba(253, 235, 237, 0.08);
  color: var(--gt-white);
  border-radius: 4px;
}
.footer-bottom.style-2 .gt-footer-bottom-wrapper .gt-social-icon a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.footer-bottom.footer-bottom-3 {
  padding: 30px 0;
  border-top: 1.5px solid rgba(140, 140, 140, 0.32);
}
.footer-bottom.footer-bottom-3 .gt-footer-wrapper-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-bottom.footer-bottom-3 .gt-footer-wrapper-3 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }
}
.footer-bottom.footer-bottom-3 .gt-footer-wrapper-3 p {
  text-align: center;
  color: #FCFCFC;
}
.footer-bottom.footer-bottom-3 .gt-footer-wrapper-3 p b {
  font-weight: 700;
  color: var(--gt-theme);
}
.footer-bottom.footer-bottom-3 .gt-footer-wrapper-3 .gt-bottom-list {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1199px) {
  .footer-bottom.footer-bottom-3 .gt-footer-wrapper-3 .gt-bottom-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }
}
.footer-bottom.footer-bottom-3 .gt-footer-wrapper-3 .gt-bottom-list li a {
  color: var(--gt-border);
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
}
.footer-bottom.footer-bottom-3 .gt-footer-wrapper-3 .gt-bottom-list li a:hover {
  color: var(--gt-theme);
}
.footer-bottom.footer-bottom-3 .gt-footer-wrapper-3 .gt-social-icon {
  gap: 15px;
}
.footer-bottom.footer-bottom-3 .gt-footer-wrapper-3 .gt-social-icon a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: rgba(253, 235, 237, 0.08);
  color: var(--gt-white);
  border-radius: 4px;
}
.footer-bottom.footer-bottom-3 .gt-footer-wrapper-3 .gt-social-icon a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.gt-footer-section {
  position: relative;
  z-index: 9;
}
.gt-footer-section .gt-line-shape-2 {
  position: absolute;
  top: -52%;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-footer-section .gt-line-shape-2 {
    display: none;
  }
}
.gt-footer-section .gt-line-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-footer-section .gt-line-shape {
    display: none;
  }
}
.gt-footer-section .gt-line-shape img {
  width: 100%;
}
.gt-footer-section .gt-dot-shape {
  position: absolute;
  right: 0;
  top: -50%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-footer-section .gt-dot-shape {
    display: none;
  }
}
.gt-footer-section .gt-sub-title {
  font-size: 140px;
  line-height: 1;
  letter-spacing: -1.4px;
  opacity: 0.04;
  position: absolute;
  top: 0;
  left: -15%;
  transform: rotate(90deg);
  bottom: 0;
  height: 100%;
  color: #FCFCFC;
  z-index: -1;
}
@media (max-width: 1899px) {
  .gt-footer-section .gt-sub-title {
    display: none;
  }
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 20px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--gt-header);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.header-main .main-menu ul li a:hover {
  color: var(--gt-theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 110%;
  inset-inline-start: 0;
  min-width: 260px;
  background: var(--gt-white);
  padding: 10px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--gt-header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 6px solid var(--gt-theme);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
	position: relative;
    z-index: 11;
    font-size: 15px;
    font-weight: 600;
    color: var(--gt-header);
    line-height: 35px;
    padding: 0px 0px 0px 20px;
    padding-right: 22px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--gt-theme);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--gt-theme) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--gt-theme) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--gt-theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--gt-theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 800px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .gt-theme-btn {
  padding: 0 12px;
  color: initial;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .gt-theme-btn .gt-icon-btn, .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .gt-theme-btn .gt-text-btn {
  color: var(--gt-white);
  padding: 18px 22px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .gt-theme-btn .gt-text-btn {
  flex-basis: 100%;
  text-align: center;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.header-main .main-menu ul li:hover > a {
  color: var(--gt-theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--gt-theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-1.bg-theme {
  position: relative;
  z-index: 999;
}
.header-1.bg-theme::before {
  position: absolute;
  top: 0;
  left: 20%;
  right: 0;
  bottom: 0;
  width: 81.6%;
  clip-path: polygon(50% 0%, 76% 0, 100% 0, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0% 70%, 0 113%, 4% 0);
  height: 38%;
  content: "";
  z-index: -1;
  background-color: var(--gt-theme);
}
@media (max-width: 1600px) {
  .header-1.bg-theme::before {
    left: 19%;
    width: 81%;
  }
}
@media (max-width: 1399px) {
  .header-1.bg-theme::before {
    display: none;
  }
}
.header-1.bg-theme .bg-shape {
  position: absolute;
  top: -14px;
  left: 0px;
  z-index: -1;
  width: 564px;
}
.header-1.bg-theme .bg-shape img {
  width: 100%;
}
@media (max-width: 1899px) {
  .header-1.bg-theme .bg-shape {
    display: none;
  }
}
.header-1.bg-theme .header-logo1 img {
  width: 100px;
}
@media (max-width: 575px) {
  .header-1.bg-theme .header-logo1 img {
    width: 75px;
  }
}
.sliders{
	padding: 40px 0 0;
}
.header-1 .container-fluid {
	padding: 0 150px;
    box-shadow: 0 0 12px #0000002b;
}
@media (max-width: 1600px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 470px) {
  .header-1 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .header-1 .logo img {
    width: 75px;
  }
}
@media (max-width: 470px) {
  .header-1 .logo img {
    width: 75px;
  }
}
.header-1 .header-main {
  padding: 0;
}
@media (max-width: 1399px) {
  .header-1 .header-main {
    padding: 5px 0;
  }
}
.header-1 .header-logo-2 {
  display: none;
}
@media (max-width: 1399px) {
  .header-1 .gt-theme-btn {
    display: none;
  }
}
.header-1 .header-right .header-right-icon {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-1 .header-right .header-right-icon .calls {
    color: #ffffff;
    font-size: 23px;
    background-color: #eb3300;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 4px;
}
@media (max-width: 470px) {
  .header-1 .header-right .header-right-icon .calls {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
.header-1 .header-right .header-right-icon .calls:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.header-1 .header-right .header-right-icon .cart-icon {
	color: #fff;
    font-size: 28px;
    background-color: #25d366;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 4px;
}
@media (max-width: 470px) {
  .header-1 .header-right .header-right-icon .cart-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
.header-1 .header-right .header-right-icon .cart-icon:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
@media (max-width: 1199px) {
  .header-1 .header-right .gt-theme-btn {
    display: none;
  }
}
.header-1 .header-right .gt-theme-btn .gt-text-btn {
  background-color: var(--gt-header);
  color: var(--gt-white);
}
.header-1 .header-right .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-theme);
}
.header-1 .header-right .gt-theme-btn:hover .gt-text-btn {
  color: var(--gt-white);
}
.header-1 .header-right .sidebar__toggle {
  cursor: pointer;
}
.header-1 .header-right .sidebar__toggle .header-bar {
  position: relative;
  width: 40px;
  height: 11px;
}
@media (max-width: 470px) {
  .header-1 .header-right .sidebar__toggle .header-bar {
    width: 25px;
  }
}
.header-1 .header-right .sidebar__toggle .header-bar span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.3s;
  left: 0;
  background: var(--gt-header);
  overflow: hidden;
}
.header-1 .header-right .sidebar__toggle .header-bar span:first-child {
  top: 0;
  background: var(--gt-header);
  left: 0;
  width: 40px;
}
@media (max-width: 470px) {
  .header-1 .header-right .sidebar__toggle .header-bar span:first-child {
    width: 25px;
  }
}
.header-1 .header-right .sidebar__toggle .header-bar span:last-child {
  bottom: 0;
  background: var(--gt-header);
  width: 40px;
}
@media (max-width: 470px) {
  .header-1 .header-right .sidebar__toggle .header-bar span:last-child {
    width: 25px;
  }
}
.header-1 .header-right .sidebar__toggle .header-bar.active span:first-child {
  transform: rotate(45deg) translate(3px, 9px);
}
.header-1 .header-right .sidebar__toggle .header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-1 .header-right .sidebar__toggle .header-bar.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}
.header-1 .header-right .sidebar__toggle .header-bar:hover {
  cursor: pointer;
}
.header-1 .header-main-right-item .head-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0 7px;
}
@media (max-width: 1399px) {
  .header-1 .header-main-right-item .head-top-wrapper {
    display: none;
  }
}
.header-1 .header-main-right-item .head-top-wrapper ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-1 .header-main-right-item .head-top-wrapper ul li {
  color: rgba(255, 255, 255, 0.88);
}
.header-1 .header-main-right-item .head-top-wrapper ul li a{
  color: rgba(255, 255, 255, 0.88);
}
.header-1 .header-main-right-item .head-top-wrapper .gt-social-icon {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-1 .header-main-right-item .head-top-wrapper .gt-social-icon a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 4px;
  background: var(--gt-white);
  color: var(--gt-header);
}
.header-1 .header-main-right-item .head-top-wrapper .gt-social-icon a:hover {
  color: var(--gt-theme);
}
.header-1 .header-main-right-item .header-right-area {
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 3px 0 3px;
}
@media (max-width: 1899px) {
  .header-1 .header-main-right-item .header-right-area {
    gap: 40px;
  }
}
.header-1.header-2 .header-main .main-menu ul li a {
  color: var(--gt-white);
}
.header-1.header-2 .header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.header-1.header-2 .header-main .main-menu ul li a:hover {
  color: var(--gt-theme) !important;
}
.header-1.header-2 .header-main .main-menu ul li:hover > a {
  color: var(--gt-theme);
}
.header-1.header-2 .header-main .main-menu ul li:hover > a::after {
  color: var(--gt-theme);
}
.header-1.header-2 .header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-1.header-2 .sidebar__toggle .header-bar span {
  background: var(--gt-white);
}
.header-1.header-2 .sidebar__toggle .header-bar span:first-child {
  background: var(--gt-white);
}
.header-1.header-2 .sidebar__toggle .header-bar span:last-child {
  background: var(--gt-white);
}

.header-section-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header-section-2 .container-fluid {
  padding: 0 155px;
}
@media (max-width: 1600px) {
  .header-section-2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-section-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-section-2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 470px) {
  .header-section-2 .container-fluid {
    padding: 0 15px;
  }
}
.header-section-2 .header-1 {
  position: static;
}
.header-section-2 .header-top-section-2 {
  border-bottom: 1.5px solid rgba(252, 252, 252, 0.24);
  background: #1D1D1D;
  padding: 16px 0;
}
@media (max-width: 1199px) {
  .header-section-2 .header-top-section-2 {
    display: none;
  }
}
.header-section-2 .header-top-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-section-2 .header-top-wrapper-2 .top-left {
  display: flex;
  align-items: center;
  gap: 50px;
}
.header-section-2 .header-top-wrapper-2 .top-left li i {
  color: var(--gt-theme);
  margin-right: 8px;
}
.header-section-2 .header-top-wrapper-2 .top-left li span {
  color: var(--gt-white);
}
.header-section-2 .header-top-wrapper-2 .top-left li a {
  color: #FCFCFC;
  opacity: 0.7;
}
.header-section-2 .header-top-wrapper-2 .gt-social-icon {
  gap: 10px;
}
.header-section-2 .header-top-wrapper-2 .gt-social-icon span {
  color: var(--gt-white);
}
.header-section-2 .header-top-wrapper-2 .gt-social-icon a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: var(--gt-white);
  color: var(--gt-header);
}
.header-section-2 .header-top-wrapper-2 .gt-social-icon a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.header-section-2 .header-2 .header-main {
  padding: 10px 0;
}
.header-section-2 .header-2 .header-left {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 375px) {
  .header-section-2 .header-2 .header-right {
    gap: 5px;
  }
}
.header-section-2 .header-2 .header-main .main-menu ul li a {
  color: var(--gt-white);
}
.header-section-2 .header-2 .header-main .main-menu ul li a:hover {
  color: var(--gt-theme) !important;
}
.header-section-2 .header-2 .header-main .main-menu ul li .submenu li a {
  color: var(--gt-header);
}
@media screen and (max-width: 375px) {
  .header-section-2 .header-2 .logo img {
    width: 105px;
  }
}
@media screen and (max-width: 375px) {
  .header-section-2 .header-2 .header-right-icon {
    gap: 8px;
  }
}
.header-section-2 .header-2 .header-right-icon .cart-icon, .header-section-2 .header-2 .header-right-icon .search-toggler {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: rgba(253, 235, 237, 0.08);
  color: var(--gt-white);
}
@media (max-width: 575px) {
  .header-section-2 .header-2 .header-right-icon .cart-icon, .header-section-2 .header-2 .header-right-icon .search-toggler {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.header-section-2 .header-2 .header-right-icon .cart-icon:hover, .header-section-2 .header-2 .header-right-icon .search-toggler:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
@media (max-width: 1399px) {
  .header-section-2 .header-2 .gt-theme-btn {
    display: none;
  }
}
.header-section-2 .header-2 .gt-theme-btn .gt-icon-btn {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.header-section-2.header-section-3 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #161921;
}
.header-section-2.header-section-3 .header-top-section-2 {
  padding: 0;
  border: none;
}
.header-section-2.header-section-3 .header-top-section-2 .header-top-wrapper-2 {
  padding: 8px 40px 10px;
  border: none;
  background-repeat: no-repeat;
  background-position-x: center;
}
.header-section-2.header-section-3 .header-top-section-2 .header-top-wrapper-2 .top-left li {
  color: var(--gt-white);
}
.header-section-2.header-section-3 .header-top-section-2 .header-top-wrapper-2 .top-left li a {
  color: var(--gt-white);
  opacity: 1;
}
.header-section-2.header-section-3 .header-3 .header-main .main-menu ul li .has-homemenu {
  left: 0;
}
.header-section-2.header-section-3 .header-3 .header-right .gt-theme-btn .gt-text-btn {
  background-color: var(--gt-white);
  color: var(--gt-theme);
}
.header-section-2.header-section-3 .header-3 .header-right .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-theme);
}
.header-section-2.header-section-3 .header-3 .header-right .gt-theme-btn .gt-text-btn:hover {
  color: var(--gt-white);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: var(--gt-white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.header-1 .bg-shape {
  top: -20px;
}
.sticky.header-1 .header-logo-2 {
  display: block;
}
.sticky.header-1 .header-logo {
  display: none;
}
.sticky.header-1 .header-main .main-menu ul li a {
  color: var(--gt-header);
}
.sticky.header-1 .header-main .main-menu ul li a:hover {
  color: var(--gt-theme) !important;
}
.sticky.header-1 .header-right .gt-theme-btn .gt-text-btn {
  background-color: var(--gt-header);
  color: var(--gt-white);
}
.sticky.header-1 .header-right .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-theme);
}
.sticky.header-1 .header-right .gt-theme-btn .gt-icon-btn {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.sticky.header-1 .header-right .gt-theme-btn .gt-icon-btn::after {
  background-color: var(--gt-header);
}
.sticky.header-1 .header-right .gt-theme-btn .gt-icon-btn i {
  display: inline-block;
}
.sticky.header-1 .header-right .header-right-icon .calls {
  color: #fff;
}
.sticky.header-1 .header-right .header-right-icon .cart-icon {
  color: #fff;
}
.sticky.header-1 .header-right .sidebar__toggle .header-bar span {
  background: var(--gt-header);
}
.sticky.header-1 .header-right .sidebar__toggle .header-bar span:first-child {
  background: var(--gt-header);
}
.sticky.header-1 .header-right .sidebar__toggle .header-bar span:last-child {
  background: var(--gt-header);
}
.sticky.header-2 .header-right-icon .cart-icon, .sticky.header-2 .header-right-icon .search-toggler {
  background-color: var(--gt-bg);
}
.sticky.header-2 .header-right-icon .cart-icon:hover, .sticky.header-2 .header-right-icon .search-toggler:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.sticky.header-2.header-3 .header-right .gt-theme-btn .gt-text-btn {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.sticky.header-2.header-3 .header-right .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-header);
}
.sticky.header-2.header-3 .header-right .gt-theme-btn .gt-text-btn:hover {
  color: var(--gt-white);
}

.offcanvas__info {
  background: var(--gt-white) none repeat scroll 0 0;
  border-left: 2px solid var(--gt-theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}
.offcanvas__info .offcanvas__logo img {
  /*width: 130px;*/
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--gt-text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--gt-theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--gt-white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--gt-text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--gt-theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--gt-bg);
  color: var(--gt-header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.gt-breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.gt-breadcrumb-wrapper .gt-right-shape {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: -1;
}
.gt-breadcrumb-wrapper .gt-right-shape img {
  height: 100%;
}
.gt-breadcrumb-wrapper .gt-page-heading {
  position: relative;
  padding: 38px 0 38px;
  z-index: 9;
  text-align: center;
}
@media (max-width: 767px) {
  .gt-breadcrumb-wrapper .gt-page-heading {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    padding: 140px 0;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading h1 {
  color: var(--gt-white);
  font-size: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 9;
  font-weight: 800;
}
@media (max-width: 991px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 23px;
  }
}
@media (max-width: 470px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 23px;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items {
  display: inline-flex;
  justify-content: center;
  margin-top: 13px;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 575px) {
  .gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items {
    margin-top: 15px;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li {
  color: var(--gt-white);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a {
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a:hover {
  color: var(--gt-theme);
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a i {
  color: var(--gt-theme);
  margin-right: 5px;
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li i {
  color: var(--gt-white);
}

.gt-error-items {
  text-align: center;
  position: relative;
}
.gt-error-items .gt-error-image {
  margin-bottom: 50px;
}
.gt-error-items .gt-error-image img {
  width: 100%;
  height: 100%;
}
.gt-error-items h2 {
  margin-bottom: 15px;
}
.gt-error-items h2 span {
  font-size: 72px;
}
@media (max-width: 1199px) {
  .gt-error-items h2 span {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .gt-error-items h2 span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .gt-error-items h2 span {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .gt-error-items h2 span {
    font-size: 28px;
  }
}
.gt-error-items p {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .gt-error-items p {
    margin-bottom: 30px;
  }
}
.gt-error-items .gt-theme-btn .gt-icon-btn {
  background-color: var(--gt-header);
}
.gt-error-items .gt-theme-btn .gt-icon-btn::after {
  background-color: var(--gt-theme);
}

.gt-coming-soon-items {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .gt-coming-soon-items {
    margin-bottom: 0;
  }
}
.gt-coming-soon-items h2 {
  margin-top: 24px;
  margin-bottom: 10px;
}
.gt-coming-soon-items form {
  max-width: 540px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.gt-coming-soon-items .form-clt {
  position: relative;
  margin-top: 40px;
}
.gt-coming-soon-items .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--gt-bg);
  line-height: 1;
  padding: 20px;
  max-width: 540px;
}
.gt-coming-soon-items .form-clt .gt-theme-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  text-align: center;
}
.gt-coming-soon-items .form-clt .gt-theme-btn .gt-text-btn {
  background-color: var(--gt-header);
}
.gt-coming-soon-items .form-clt .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-theme);
}
@media (max-width: 470px) {
  .gt-coming-soon-items .form-clt .gt-theme-btn {
    position: static;
    margin-top: 20px;
  }
}
.gt-coming-soon-items .gt-social-icon {
  gap: 15px;
  margin-top: 40px;
  justify-content: center;
}
.gt-coming-soon-items .gt-social-icon a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--gt-bg);
  color: var(--gt-header);
  border-radius: 4px;
}
.gt-coming-soon-items .gt-social-icon a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.gt-coming-soon-section {
  position: relative;
}
.gt-coming-soon-section .left-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .gt-coming-soon-section .left-shape {
    display: none;
  }
}
.gt-coming-soon-section .left-shape img {
  width: 100%;
  height: 100%;
}
.gt-coming-soon-section .right-shape {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .gt-coming-soon-section .right-shape {
    display: none;
  }
}
.gt-coming-soon-section .bottom-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .gt-coming-soon-section .bottom-shape {
    display: none;
  }
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--gt-bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--gt-theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.gt-array-button {
  display: flex;
  align-items: center;
  gap: 14px;
}
.gt-array-button .array-prev {
  background-color: var(--gt-white);
  color: var(--gt-header);
}

.array-prev {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--gt-bg);
  color: var(--gt-theme);
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
.array-prev:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.array-next {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
.array-next:hover {
  background-color: var(--gt-bg);
  color: var(--gt-theme);
}

.swiper-dot {
  padding-top: 50px;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.6s;
  background-color: rgba(252, 252, 252, 0.7);
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--gt-theme);
  transition: 0.6s;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--gt-theme);
  content: "";
}

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

.gt-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.gt-brand-slide-element {
  width: auto;
  display: inline-block;
}

.footer-bg {
  background-color: #161921;
}

.price-range-wrapper {
  /* Custom thumb styling */
  /* Remove the default appearance for sliders in Firefox */
}
.price-range-wrapper .slider-container {
  position: relative;
  width: 100%;
}
.price-range-wrapper .price-text label {
  color: #1b1f2a;
  font-size: 18px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.price-range-wrapper .price-text input {
  color: #1b1f2a;
  font-size: 18px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.price-range-wrapper .slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: #ddd; /* Default background */
  outline: none;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.price-range-wrapper .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: var(--gt-theme);
  cursor: pointer;
  border: 2px solid #fff;
  position: relative;
  z-index: 2;
  pointer-events: all;
}
.price-range-wrapper .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: var(--gt-theme);
  cursor: pointer;
  border-radius: 0;
  border: 2px solid var(--gt-header);
  z-index: 2;
  position: relative;
}
.price-range-wrapper .slider::-ms-thumb {
  width: 20px;
  height: 20px;
  background: var(--gt-theme);
  cursor: pointer;
  border-radius: 0;
  border: 2px solid var(--gt-header);
  z-index: 2;
  position: relative;
}
.price-range-wrapper input[type=range]::-moz-range-track {
  background: transparent;
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.page-nav-wrap {
  margin-top: 60px;
}
.page-nav-wrap ul li {
  display: inline-block;
  border-radius: 4px;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 0;
  background: var(--gt-bg);
  color: var(--gt-header);
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border-radius: 4px;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
  color: var(--gt-theme);
  transition: all 0.4s ease-in-out;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.page-nav-wrap ul li .page-numbers:hover i {
  color: var(--gt-white);
}

.gt-hero-1 {
  padding: 150px 0 100px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .gt-hero-1 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .gt-hero-1 {
    padding-bottom: 0;
  }
}
.gt-hero-1 .gt-hero-content {
  transform: translateY(150px);
  opacity: 0;
}
@media (max-width: 767px) {
  .gt-hero-1 .gt-hero-content {
    text-align: center;
  }
}
.gt-hero-1 .gt-hero-content h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gt-theme);
  margin-bottom: 25px;
}
.gt-hero-1 .gt-hero-content h6 img {
  margin-right: 8px;
}
.gt-hero-1 .gt-hero-content h1 {
  color: var(--gt-white);
}
.gt-hero-1 .gt-hero-content p {
  font-size: 18px;
  color: #fff;
  opacity: 0.7;
  max-width: 700px;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .gt-hero-1 .gt-hero-content p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .gt-hero-1 .gt-hero-content p {
    font-size: 15px;
  }
}
.gt-hero-1 .gt-hero-content .gt-hero-button {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1199px) {
  .gt-hero-1 .gt-hero-content .gt-hero-button {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .gt-hero-1 .gt-hero-content .gt-hero-button {
    margin-top: 30px;
    justify-content: center;
  }
}
.gt-hero-1 .gt-hero-content .gt-hero-button .gt-theme-btn .gt-text-btn {
  border: 1px solid var(--gt-theme);
}
.gt-hero-1 .gt-hero-content .gt-hero-button .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-theme);
}
.gt-hero-1 .gt-hero-content .gt-hero-button .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-white);
}
.gt-hero-1 .gt-hero-content .gt-hero-button .gt-theme-btn.gt-border-style .gt-text-btn {
  border: 1px solid var(--gt-white);
  background: transparent;
}
.gt-hero-1 .gt-hero-content .gt-hero-button .gt-theme-btn:hover .gt-text-btn {
  color: var(--gt-header);
  border: 1px solid var(--gt-white);
}
.gt-hero-1 .gt-hero-content .gt-hero-button .gt-theme-btn:hover .gt-icon-btn {
  color: var(--gt-header);
}
.gt-hero-1 .gt-hero-image {
  transform: translateX(400px);
  opacity: 0;
  position: relative;
  z-index: 99;
  visibility: hidden;
}
@media (max-width: 991px) {
  .gt-hero-1 .gt-hero-image img {
    width: 100%;
    height: 100%;
  }
}
.gt-hero-1 .gt-bg-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: -1;
}
@media (max-width: 1600px) {
  .gt-hero-1 .gt-bg-shape {
    right: -270px;
  }
}
@media (max-width: 1399px) {
  .gt-hero-1 .gt-bg-shape {
    display: none;
  }
}
.gt-hero-1 .gt-bg-shape img {
  height: 100%;
}

.gt-hero-2 {
  padding: 145px 0 145px;
  position: relative;
  z-index: 9;
}
.gt-hero-2 .gt-line-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.gt-hero-2 .gt-line-shape img {
  width: 100%;
}
.gt-hero-2 .gt-hero-image {
  margin-right: 30px;
}
@media (max-width: 1399px) {
  .gt-hero-2 .gt-hero-image {
    margin-right: 0;
  }
}
.gt-hero-2 .gt-hero-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .gt-hero-2 .gt-hero-content {
    text-align: center;
  }
}
.gt-hero-2 .gt-hero-content h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gt-theme);
  margin-bottom: 25px;
}
.gt-hero-2 .gt-hero-content h6 img {
  margin-right: 8px;
}
.gt-hero-2 .gt-hero-content h1 {
  color: var(--gt-white);
}
.gt-hero-2 .gt-hero-content p {
  font-size: 18px;
  color: #fff;
  opacity: 0.7;
  max-width: 700px;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .gt-hero-2 .gt-hero-content p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .gt-hero-2 .gt-hero-content p {
    font-size: 15px;
  }
}
.gt-hero-2 .gt-hero-content .gt-hero-button {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1199px) {
  .gt-hero-2 .gt-hero-content .gt-hero-button {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .gt-hero-2 .gt-hero-content .gt-hero-button {
    margin-top: 30px;
    justify-content: center;
  }
}
.gt-hero-2 .gt-hero-content .gt-hero-button .gt-theme-btn .gt-text-btn {
  border: 1px solid var(--gt-theme);
}
.gt-hero-2 .gt-hero-content .gt-hero-button .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-theme);
}
.gt-hero-2 .gt-hero-content .gt-hero-button .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-white);
}
.gt-hero-2 .gt-hero-content .gt-hero-button .gt-theme-btn.gt-border-style .gt-text-btn {
  border: 1px solid var(--gt-white);
  background: transparent;
}
.gt-hero-2 .gt-hero-content .gt-hero-button .gt-theme-btn:hover .gt-text-btn {
  color: var(--gt-header);
  border: 1px solid var(--gt-white);
}
.gt-hero-2 .gt-hero-content .gt-hero-button .gt-theme-btn:hover .gt-icon-btn {
  color: var(--gt-header);
}
.gt-hero-2 .gt-hero-content .gt-hero-button .video-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--gt-theme);
  text-align: center;
  position: relative;
  color: var(--gt-white);
}
.gt-hero-2 .gt-hero-content .gt-hero-button .video-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-radius: 77px;
  border: 2px solid var(--gt-theme);
  background: rgba(235, 51, 0, 0.24);
}
.gt-hero-2 .gt-hero-content .gt-hero-button .video-btn.ripple::before, .gt-hero-2 .gt-hero-content .gt-hero-button .video-btn.ripple::after {
  width: 70px;
  height: 70px;
  box-shadow: 0 0 0 0 rgba(235, 51, 0, 0.5);
}

.hero-bg {
  background-color: var(--gt-header);
}

.gt-hero-3 {
  position: relative;
  padding: 20px 0 0;
}
@media (max-width: 1199px) {
  .gt-hero-3 {
    padding: 100px 0;
  }
}
.gt-hero-3 .hero-text {
  letter-spacing: -4.8px;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.1;
  -webkit-text-fill-color: transparent;
  font-size: 160px;
  font-weight: 700;
  position: absolute;
  line-height: 130px;
  left: 40px;
  transform: translateY(-50%) rotate(180deg);
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  top: 50%;
  writing-mode: vertical-rl;
}
@media (max-width: 1899px) {
  .gt-hero-3 .hero-text {
    display: none;
  }
}
@media (max-width: 767px) {
  .gt-hero-3 .gt-hero-content {
    text-align: center;
  }
}
.gt-hero-3 .gt-hero-content h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gt-theme);
  margin-bottom: 25px;
}
.gt-hero-3 .gt-hero-content h6 img {
  margin-right: 8px;
}
.gt-hero-3 .gt-hero-content h1 {
  color: var(--gt-white);
}
.gt-hero-3 .gt-hero-content p {
  font-size: 18px;
  color: #fff;
  opacity: 0.7;
  max-width: 700px;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .gt-hero-3 .gt-hero-content p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .gt-hero-3 .gt-hero-content p {
    font-size: 15px;
  }
}
.gt-hero-3 .gt-hero-content .gt-hero-button {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .gt-hero-3 .gt-hero-content .gt-hero-button {
    margin-top: 30px;
    text-align: center;
  }
}
.gt-hero-3 .gt-hero-content .gt-hero-button .gt-theme-btn .gt-text-btn {
  border: 1px solid var(--gt-theme);
}
.gt-hero-3 .gt-hero-content .gt-hero-button .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-theme);
}
.gt-hero-3 .gt-hero-content .gt-hero-button .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-white);
}
.gt-hero-3 .gt-hero-content .gt-hero-button .gt-theme-btn.gt-border-style .gt-text-btn {
  border: 1px solid var(--gt-white);
  background: transparent;
}
.gt-hero-3 .gt-hero-content .gt-hero-button .gt-theme-btn:hover .gt-text-btn {
  color: var(--gt-header);
  border: 1px solid var(--gt-white);
}
.gt-hero-3 .gt-hero-content .gt-hero-button .gt-theme-btn:hover .gt-icon-btn {
  color: var(--gt-header);
}
@media (max-width: 1199px) {
  .gt-hero-3 .gt-hero-image img {
    width: 100%;
    height: 100%;
  }
}

.gt-hero-section {
  position: relative;
}
.gt-hero-section .swiper {
  overflow: initial;
}
.gt-hero-section .gt-array-button {
  display: grid;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .gt-hero-section .gt-array-button {
    left: 0;
  }
}
@media (max-width: 1399px) {
  .gt-hero-section .gt-array-button {
    display: none;
  }
}
.gt-hero-section .swiper-slide.swiper-slide-active .gt-hero-content {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1500ms ease;
}
.gt-hero-section .swiper-slide.swiper-slide-active .gt-hero-image {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 2500ms ease;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 9px 0;
    color: var(--gt-header);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #E5E5E5 !important;
    border: none;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--gt-theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--gt-theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.gt-news-card-items {
  margin-top: 30px;
  background-color: var(--gt-white);
  border-radius: 6px;
}
.gt-news-card-items.gt-bg-color {
  background-color: var(--gt-bg);
}
.gt-news-card-items .gt-news-image {
  overflow: hidden;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.gt-news-card-items .gt-news-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.gt-news-card-items .gt-news-content {
  padding: 24px;
}
.gt-news-card-items .gt-news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-news-card-items .gt-news-content h3 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.gt-news-card-items .gt-news-content .gt-date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .gt-news-card-items .gt-news-content .gt-date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.gt-news-card-items .gt-news-content .gt-date-list li i {
  margin-right: 10px;
}
.gt-news-card-items .gt-news-content .gt-link-btn {
  display: inline-block;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gt-header);
  z-index: 9;
  text-transform: uppercase;
  margin-top: 20px;
}
.gt-news-card-items .gt-news-content .gt-link-btn i {
  margin-left: 8px;
  color: var(--gt-theme);
}
.gt-news-card-items .gt-news-content .gt-link-btn:hover {
  color: var(--gt-theme);
}
.gt-news-card-items:hover .gt-news-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.gt-news-left-items {
  margin-top: 30px;
  background-color: #F5F5F5;
  border-radius: 8px;
}
.gt-news-left-items .gt-news-image {
  overflow: hidden;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.gt-news-left-items .gt-news-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.gt-news-left-items .gt-news-content {
  padding: 20px 24px;
}
.gt-news-left-items .gt-news-content .gt-date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .gt-news-left-items .gt-news-content .gt-date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.gt-news-left-items .gt-news-content .gt-date-list li i {
  margin-right: 10px;
}
.gt-news-left-items .gt-news-content h3 {
  max-width: 545px;
}
.gt-news-left-items .gt-news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-news-left-items .gt-news-content h3 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.gt-news-left-items .gt-news-content .gt-theme-btn {
  margin-top: 22px;
  display: inline-block;
}
.gt-news-left-items .gt-news-content .gt-theme-btn .gt-text-btn {
  background-color: transparent;
  color: var(--gt-header);
  border: 1px solid var(--gt-theme);
  padding: 16px 20px;
}
.gt-news-left-items .gt-news-content .gt-theme-btn .gt-icon-btn {
  border: 1px solid transparent;
  padding: 16px 20px;
}
.gt-news-left-items .gt-news-content .gt-theme-btn:hover .gt-text-btn {
  color: var(--gt-white);
}
.gt-news-left-items .gt-news-content .gt-theme-btn:hover .gt-icon-btn {
  color: var(--gt-white);
  border: 1px solid var(--gt-header);
}
.gt-news-left-items:hover .gt-news-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.gt-news-right-items .gt-news-box-items {
  margin-top: 30px;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
@media (max-width: 1399px) {
  .gt-news-right-items .gt-news-box-items {
    display: block;
  }
}
.gt-news-right-items .gt-news-box-items .gt-news-image {
  overflow: hidden;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media (max-width: 1399px) {
  .gt-news-right-items .gt-news-box-items .gt-news-image {
    height: 250px;
  }
  .gt-news-right-items .gt-news-box-items .gt-news-image img {
    object-fit: cover;
  }
}
.gt-news-right-items .gt-news-box-items .gt-news-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.gt-news-right-items .gt-news-box-items .gt-news-content {
  padding: 0 30px;
  max-width: 380px;
}
@media (max-width: 1399px) {
  .gt-news-right-items .gt-news-box-items .gt-news-content {
    padding: 30px 30px;
  }
}
.gt-news-right-items .gt-news-box-items .gt-news-content .gt-date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .gt-news-right-items .gt-news-box-items .gt-news-content .gt-date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.gt-news-right-items .gt-news-box-items .gt-news-content .gt-date-list li i {
  margin-right: 10px;
}
.gt-news-right-items .gt-news-box-items .gt-news-content h3 {
  max-width: 545px;
}
.gt-news-right-items .gt-news-box-items .gt-news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-news-right-items .gt-news-box-items .gt-news-content h3 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.gt-news-right-items .gt-news-box-items .gt-news-content .gt-theme-btn {
  margin-top: 22px;
  display: inline-block;
}
.gt-news-right-items .gt-news-box-items .gt-news-content .gt-theme-btn .gt-text-btn {
  background-color: transparent;
  color: var(--gt-header);
  border: 1px solid var(--gt-theme);
  padding: 16px 20px;
}
.gt-news-right-items .gt-news-box-items .gt-news-content .gt-theme-btn .gt-icon-btn {
  border: 1px solid transparent;
  padding: 16px 20px;
}
.gt-news-right-items .gt-news-box-items .gt-news-content .gt-theme-btn:hover .gt-text-btn {
  color: var(--gt-white);
}
.gt-news-right-items .gt-news-box-items .gt-news-content .gt-theme-btn:hover .gt-icon-btn {
  color: var(--gt-white);
  border: 1px solid var(--gt-header);
}
.gt-news-right-items .gt-news-box-items:hover .gt-news-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.gt-news-section-2 {
  position: relative;
  z-index: 9;
}
.gt-news-section-2 .gt-sub-title {
  font-size: 140px;
  line-height: 1;
  letter-spacing: -1.4px;
  opacity: 0.04;
  position: absolute;
  top: 0;
  right: -14%;
  transform: rotate(90deg);
  bottom: 0;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1899px) {
  .gt-news-section-2 .gt-sub-title {
    display: none;
  }
}

.gt-news-card-item-3 {
  margin-top: 30px;
  background-color: var(--gt-white);
  padding: 10px;
  padding-bottom: 0;
  border-radius: 5px;
}
.gt-news-card-item-3 .gt-news-image {
  overflow: hidden;
  padding-bottom: 0;
  border-radius: 5px;
}
.gt-news-card-item-3 .gt-news-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  border-radius: 5px;
}
.gt-news-card-item-3 .gt-news-content {
  padding: 20px;
}
.gt-news-card-item-3 .gt-news-content h3 {
  margin-bottom: 25px;
}
.gt-news-card-item-3 .gt-news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-news-card-item-3 .gt-news-content h3 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.gt-news-card-item-3 .gt-news-content .gt-date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .gt-news-card-item-3 .gt-news-content .gt-date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.gt-news-card-item-3 .gt-news-content .gt-date-list li i {
  margin-right: 10px;
}
.gt-news-card-item-3 .gt-news-content .gt-theme-btn .gt-text-btn {
  padding: 16px 26px;
  background: transparent;
  border: 1px solid var(--gt-theme);
  color: var(--gt-theme);
}
.gt-news-card-item-3 .gt-news-content .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-theme);
}
.gt-news-card-item-3 .gt-news-content .gt-theme-btn .gt-text-btn:hover {
  color: var(--gt-white);
}
.gt-news-card-item-3:hover .gt-news-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 {
  margin-bottom: 48px;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-image {
  overflow: hidden;
  border-radius: 8px;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  border-radius: 8px;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .gt-date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .gt-date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .gt-date-list li i {
  margin-right: 10px;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content h3 {
  margin-bottom: 10px;
  font-size: 36px;
}
@media (max-width: 1199px) {
  .gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content h3 {
    font-size: 25px;
  }
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content h3 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .gt-link-btn {
  display: inline-block;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gt-header);
  z-index: 9;
  text-transform: uppercase;
  margin-top: 30px;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .gt-link-btn i {
  margin-right: 8px;
  color: var(--gt-theme);
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: var(--gt-theme);
  display: inline-block;
  color: var(--gt-white);
  border-radius: 4px;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .gt-link-btn:hover {
  color: var(--gt-theme);
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4:hover .gt-news-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.gt-main-sideber .gt-single-sideber-widget {
  margin-bottom: 30px;
  background-color: var(--gt-bg);
  padding: 25px;
  border-radius: 8px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form {
  width: 100%;
  position: relative;
}
.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form input {
  background-color: var(--gt-white);
  font-size: 18px;
  font-weight: 400;
  padding: 16px 20px;
  width: 100%;
  border: none;
  color: var(--gt-text);
}
.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form button {
  position: absolute;
  right: -2px;
  top: 0;
  width: 58px;
  border-radius: 8px;
  font-size: 18px;
  height: 100%;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form button:hover {
  background-color: var(--gt-header);
}
.gt-main-sideber .gt-single-sideber-widget .gt-widget-title {
  border-bottom: 1.5px solid rgba(191, 191, 191, 0.24);
  padding-bottom: 16px;
  margin-bottom: 30px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-widget-title h3 {
  font-size: 22px;
}
@media (max-width: 1199px) {
  .gt-main-sideber .gt-single-sideber-widget .gt-widget-title h3 {
    font-size: 20px;
  }
}
.gt-main-sideber .gt-single-sideber-widget ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: var(--gt-header);
  transition: all 0.4s ease-in-out;
  border-radius: 8px;
}
.gt-main-sideber .gt-single-sideber-widget ul li a {
  color: var(--gt-header);
}
.gt-main-sideber .gt-single-sideber-widget ul li i {
  transition: all 0.4s ease-in-out;
  color: var(--gt-header);
}
.gt-main-sideber .gt-single-sideber-widget ul li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-main-sideber .gt-single-sideber-widget ul li:hover a {
  color: var(--gt-theme);
}
.gt-main-sideber .gt-single-sideber-widget ul li:hover i {
  color: var(--gt-theme);
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items {
  display: flex;
  align-items: center;
  gap: 14px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-thumb {
  border-radius: 8px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-thumb img {
	border-radius: 8px;
	width: 100px;
}
@media (max-width: 1199px) {
  .gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items {
    flex-wrap: wrap;
  }
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items:not(:last-child) {
  margin-bottom: 13px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-content h5 {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 15px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-content h5 a:hover {
  color: var(--gt-theme);
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-content ul li {
  color: var(--gt-text);
}
.gt-main-sideber .gt-contact-bg {
  position: relative;
  border-radius: 8px;
}
.gt-main-sideber .gt-contact-bg .gt-contact-content {
  padding: 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .gt-main-sideber .gt-contact-bg .gt-contact-content {
    padding: 25px;
  }
}
.gt-main-sideber .gt-contact-bg .gt-contact-content h3 {
  font-size: 25px;
  color: var(--gt-white);
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .gt-main-sideber .gt-contact-bg .gt-contact-content h3 {
    font-size: 30px;
  }
}
.gt-main-sideber .gt-contact-bg .gt-contact-content p {
  border-bottom: 1.2px solid rgba(191, 191, 191, 0.24);
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: var(--gt-border);
}
.gt-main-sideber .gt-contact-bg .gt-contact-content .gt-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.gt-main-sideber .gt-contact-bg .gt-contact-content .gt-contact-item .gt-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1.2px solid rgba(191, 191, 191, 0.24);
  color: var(--gt-white);
  font-size: 24px;
}
.gt-main-sideber .gt-contact-bg .gt-contact-content .gt-contact-item .gt-list li {
  font-size: 16px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gt-white);
}
@media (max-width: 1199px) {
  .gt-main-sideber .gt-contact-bg .gt-contact-content .gt-contact-item .gt-list li {
    font-size: 14px;
  }
}
.gt-main-sideber .gt-contact-bg .gt-contact-content .gt-contact-item .gt-list li span {
  color: var(--gt-white);
}
.gt-main-sideber .gt-contact-bg .gt-contact-content .gt-contact-item .gt-list li a {
  color: var(--gt-white);
}

.gt-news-details-wrapper .gt-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.gt-news-details-wrapper .gt-news-details-content {
  margin-top: 24px;
}
.gt-news-details-wrapper .gt-news-details-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.gt-news-details-wrapper .gt-news-details-content p {
    font-size: 16px;
	margin-bottom: 10px;
}
.gt-news-details-wrapper .gt-news-details-content h4 {
    margin-bottom: 8px;
	font-size: 18px;
}
.gt-news-details-wrapper .gt-news-details-content ul {
    margin-bottom: 10px;
}
.gt-news-details-wrapper .gt-news-details-content ul li{
    margin-bottom: 8px;
	font-size: 16px;
}
.gt-news-details-wrapper .gt-news-details-content h5{
    margin-bottom: 8px;
	font-size: 17px;
}
@media (max-width: 1199px) {
  .gt-news-details-wrapper .gt-news-details-content h3 {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .gt-news-details-wrapper .gt-news-details-content h3 {
    font-size: 24px;
  }
}
.gt-news-details-wrapper .gt-news-details-content .gt-list {
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item {
  margin-bottom: 30px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item h3 {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item h3 {
    font-size: 20px;
  }
}
.gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item .gt-details-list {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item .gt-details-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item .gt-details-list li {
  font-size: 16px;
  font-weight: 400;
  color: var(--gt-header);
}
.gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item .gt-details-list li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item .gt-details-list li i {
  color: var(--gt-theme);
  margin-right: 8px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-sideber {
  padding: 30px 40px;
  border: 1.5px solid var(--gt-theme);
  background-color: var(--gt-bg);
  border-radius: 8px;
}
@media (max-width: 575px) {
  .gt-news-details-wrapper .gt-news-details-content .gt-sideber {
    padding: 30px;
  }
}
.gt-news-details-wrapper .gt-news-details-content .gt-sideber h6 {
  margin-bottom: 15px;
  line-height: 150%;
  letter-spacing: 0.5px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-sideber .client-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .gt-news-details-wrapper .gt-news-details-content .gt-sideber .client-info-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-news-details-wrapper .gt-news-details-content .gt-sideber .client-info-item .client-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-sideber .client-info-item .client-info .image {
  border-radius: 100%;
}
.gt-news-details-wrapper .gt-news-details-content .gt-sideber .client-info-item .client-info h4 {
  font-size: 20px;
}
.gt-news-details-wrapper .gt-news-details-content .text {
  font-size: 24px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .gt-news-details-wrapper .gt-news-details-content .text {
    font-size: 20px;
  }
}
.gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap {
  border-bottom: 1.2px solid rgba(191, 191, 191, 0.24);
  padding: 30px 0;
}
.gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap .tagcloud span {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-right: 8px;
  color: var(--gt-header);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  background: var(--gt-bg);
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap .tagcloud a {
    padding: 10px 20px;
  }
}
@media (max-width: 1199px) {
  .gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap .tagcloud a {
    margin-bottom: 15px;
  }
}
.gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap .tagcloud a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap .social-share a {
  font-size: 16px;
  color: var(--gt-header);
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: var(--gt-bg);
}
.gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap .social-share a:hover {
  color: var(--gt-white);
  background-color: var(--gt-theme);
}
.gt-news-details-wrapper .gt-news-details-content .gt-comments-area {
  margin-top: 40px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comments-area .gt-blog-single-comment {
  border-bottom: 1.2px solid rgba(191, 191, 191, 0.24);
}
@media (max-width: 575px) {
  .gt-news-details-wrapper .gt-news-details-content .gt-comments-area .gt-blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.gt-news-details-wrapper .gt-news-details-content .gt-comments-area .gt-blog-single-comment .gt-content .head .con h5 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comments-area .gt-blog-single-comment .gt-content .reply {
  border-radius: 50px;
  padding: 5px 18px;
  font-weight: 400;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comments-area .gt-blog-single-comment .gt-content .reply:hover {
  background-color: var(--gt-header);
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap {
  background-color: var(--gt-bg);
  padding: 30px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap h3 {
    border-bottom: 1.2px solid rgba(102, 102, 102, 0.24);
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap .row .col-lg-6, .gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap .row .col-lg-3, .gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap .row .col-lg-12 {
  margin-top: 12px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap .form-clt span {
    color: var(--gt-header);
    display: inline-block;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap .form-clt input, .gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--gt-border);
  padding: 9px 13px;
  font-weight: 400;
  color: var(--gt-text);
  border-radius: 4px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap .form-clt input::placeholder, .gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap .form-clt textarea::placeholder {
  color: var(--gt-text);
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
  resize: none;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap button.gt-theme-btn .gt-icon-btn {
  background-color: var(--gt-header);
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap button.gt-theme-btn .gt-icon-btn::after {
  background-color: var(--gt-theme);
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--gt-theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Plus Jakarta Sans", sans-serif, "Inter", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--gt-theme);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--gt-header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--gt-theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--gt-bg);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.gt-back-to-top {
  background-color: var(--gt-theme);
  width: 50px;
  height: 50px;
  line-height: 40px;
  color: var(--gt-white);
  font-size: 16px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  border-radius: 4px;
}
.gt-back-to-top:hover {
  background-color: var(--gt-header);
  color: var(--gt-white);
}
.gt-back-to-top:hover img {
  animation: slideUp 600ms;
}
.gt-back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.cursor-outer {
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--gt-theme);
  background-color: var(--gt-theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  -webkit-margin-start: -3px;
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--gt-theme);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}
.cursor-inner span {
  color: var(--gt-text);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--gt-theme);
  border: 1px solid #686363;
  opacity: 0;
}

.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000000;
  opacity: 0.7;
  cursor: url(../img/close.png), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.search-popup__form {
  position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  height: 66px;
  border: none;
  outline: none;
  padding-left: 20px;
  background-color: var(--gt-white);
  font-size: 16px;
  font-weight: 400;
  color: var(--gt-text);
  transition: all 500ms ease;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--gt-header);
}

.search-popup__form .search-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  font-size: 20px;
  color: var(--gt-white);
  background-color: var(--gt-theme);
  transition: all 0.4s ease-in-out;
}
.search-popup__form .search-btn:hover {
  background-color: var(--gt-header);
}

.search-popup__form .eolexi-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.search-popup.active {
  z-index: 999999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.7;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

.gt-page-nav-wrap ul {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.gt-page-nav-wrap ul li {
  display: inline-block;
  border-radius: 4px;
}
.gt-page-nav-wrap ul li:first-child {
  border: 1px solid #BFBFBF;
}
.gt-page-nav-wrap ul li:first-child a {
  color: var(--gt-theme);
  background-color: transparent;
}
.gt-page-nav-wrap ul li:last-child {
  border: 1px solid var(--gt-theme);
}
.gt-page-nav-wrap ul li:last-child a {
  color: var(--gt-theme);
  background-color: transparent;
}
.gt-page-nav-wrap ul li .gt-page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  color: var(--gt-header);
  text-align: center;
  background-color: var(--gt-bg);
  border: 1px solid transparent;
  border-radius: 4px;
}
.gt-page-nav-wrap ul li .gt-page-numbers.current {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
@media (max-width: 767px) {
  .gt-page-nav-wrap ul li .gt-page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.gt-page-nav-wrap ul li .gt-page-numbers i {
  margin-top: 2px;
}
.gt-page-nav-wrap ul li .gt-page-numbers:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.gt-pricing-wrapper .gt-pricing-left-content .pricing-text {
  margin-top: 30px;
}
.gt-pricing-wrapper .gt-pricing-left-content .nav {
  display: inline-flex;
  align-items: center;
  border: 1.2px solid var(--gt-theme);
  margin-top: 50px;
}
@media (max-width: 767px) {
  .gt-pricing-wrapper .gt-pricing-left-content .nav {
    margin-top: 30px;
  }
}
.gt-pricing-wrapper .gt-pricing-left-content .nav .nav-item .nav-link {
  padding: 0;
  border: none;
  font-size: 16px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gt-header);
  text-transform: uppercase;
  padding: 12px 32px;
}
@media (max-width: 575px) {
  .gt-pricing-wrapper .gt-pricing-left-content .nav .nav-item .nav-link {
    padding: 12px 15px;
  }
}
.gt-pricing-wrapper .gt-pricing-left-content .nav .nav-item .nav-link.active {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-pricing-wrapper .gt-pricing-box-items {
  background-color: #F2F2F2;
  padding: 40px 30px;
  position: relative;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  z-index: 9;
  border-radius: 8px;
}
@media (max-width: 470px) {
  .gt-pricing-wrapper .gt-pricing-box-items {
    padding: 30px 24px;
  }
}
.gt-pricing-wrapper .gt-pricing-box-items .gt-price-tag {
  padding: 4px 12px;
  display: inline-block;
  background-color: var(--gt-header);
  font-size: 14px;
  text-align: center;
  color: var(--gt-white);
  position: absolute;
  top: 24px;
  right: -40px;
  transform: rotate(40.012deg);
  width: 185px;
}
@media (max-width: 470px) {
  .gt-pricing-wrapper .gt-pricing-box-items .gt-price-tag {
    font-size: 10px;
    top: 13px;
    right: -43px;
  }
}
.gt-pricing-wrapper .gt-pricing-box-items .gt-pricing-header {
  border-bottom: 1px solid rgba(191, 191, 191, 0.56);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.gt-pricing-wrapper .gt-pricing-box-items .gt-pricing-header h2 {
  font-size: 48px;
  color: var(--gt-theme);
  margin-top: 10px;
}
.gt-pricing-wrapper .gt-pricing-box-items .gt-pricing-header h2 sub {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-left: -10px;
  color: var(--gt-text);
}
.gt-pricing-wrapper .gt-pricing-box-items .gt-theme-btn {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.gt-pricing-wrapper .gt-pricing-box-items .gt-theme-btn .gt-text-btn {
  width: 100%;
  background: transparent;
  border: 1.2px solid var(--gt-theme);
  color: var(--gt-header);
}
.gt-pricing-wrapper .gt-pricing-box-items .gt-theme-btn .gt-text-btn i {
  margin-right: 10px;
}
.gt-pricing-wrapper .gt-pricing-box-items .gt-theme-btn .gt-text-btn::after {
  background: var(--gt-theme);
}
.gt-pricing-wrapper .gt-pricing-box-items .gt-theme-btn:hover .gt-text-btn {
  color: var(--gt-white);
}
.gt-pricing-wrapper .gt-pricing-box-items .gt-pricing-list-items {
  margin-top: 25px;
}
.gt-pricing-wrapper .gt-pricing-box-items .gt-pricing-list-items li {
  color: var(--gt-header);
}
@media (max-width: 470px) {
  .gt-pricing-wrapper .gt-pricing-box-items .gt-pricing-list-items li {
    font-size: 14px;
  }
}
.gt-pricing-wrapper .gt-pricing-box-items .gt-pricing-list-items li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 470px) {
  .gt-pricing-wrapper .gt-pricing-box-items .gt-pricing-list-items li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.gt-pricing-wrapper .gt-pricing-box-items .gt-pricing-list-items li i {
  margin-right: 10px;
}
.gt-pricing-wrapper .gt-pricing-box-items::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1.5px solid var(--gt-theme);
  border-left: 1.5px solid var(--gt-theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: initial;
  z-index: -1;
  border-radius: 8px;
}
.gt-pricing-wrapper .gt-pricing-box-items::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1.5px solid var(--gt-theme);
  border-right: 1.5px solid var(--gt-theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  border-radius: 8px;
}
.gt-pricing-wrapper .gt-pricing-box-items:hover {
  transform: translateY(-10px);
}
.gt-pricing-wrapper .gt-pricing-box-items:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.gt-pricing-wrapper .gt-pricing-box-items:hover::before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transform: initial;
  transform-origin: initial;
}

.gt-pricing-section {
  position: relative;
  z-index: 9;
}
.gt-pricing-section .gt-pricing-left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-pricing-section .gt-pricing-left-shape {
    display: none;
  }
}
.gt-pricing-section .gt-sub-title {
  font-size: 140px;
  line-height: 1;
  letter-spacing: -1.4px;
  opacity: 0.04;
  position: absolute;
  top: 0;
  left: -25%;
  transform: rotate(90deg);
  bottom: 0;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1899px) {
  .gt-pricing-section .gt-sub-title {
    display: none;
  }
}

.gt-pricing-card-item-3 {
  margin-top: 30px;
  background-color: var(--gt-white);
  padding: 40px;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 1199px) {
  .gt-pricing-card-item-3 {
    padding: 30px;
  }
}
.gt-pricing-card-item-3 .gt-time {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0px 4px;
  background: #161921;
  color: var(--gt-white);
  width: 72px;
  height: 28px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.gt-pricing-card-item-3 .gt-pricing-header {
  text-align: center;
}
.gt-pricing-card-item-3 .gt-pricing-header h3 {
  margin-bottom: 10px;
}
.gt-pricing-card-item-3 .gt-pricing-header .gt-pricing-price {
  text-align: center;
  margin-top: 24px;
  border-bottom: 1.5px solid #D9D9D9;
  padding-bottom: 24px;
  margin-bottom: 30px;
}
.gt-pricing-card-item-3 .gt-pricing-header .gt-pricing-price h2 {
  font-size: 40px;
  color: var(--gt-theme);
  text-align: center;
}
.gt-pricing-card-item-3 .gt-pricing-header .gt-pricing-price h2 span {
  font-size: 16px;
  font-weight: 400;
  color: var(--gt-text);
}
.gt-pricing-card-item-3 .gt-pricing-header .gt-pricing-price .text {
  font-size: 12px;
  font-weight: 400;
  transform: rotate(30.625deg);
  padding: 8px 12px;
  background-color: var(--gt-header);
  border-radius: 100px;
  color: var(--gt-white);
  line-height: 1;
  position: absolute;
  top: 31%;
  right: 30px;
}
.gt-pricing-card-item-3 .gt-pricing-header .gt-pricing-price .icon {
  width: 48px;
  height: 48px;
  line-height: 54px;
  text-align: center;
  background-color: var(--gt-white);
  color: var(--gt-header);
  transition: all 0.4s ease-in-out;
  font-size: 28px;
}
.gt-pricing-card-item-3 .gt-pricing-header .gt-pricing-price .icon i {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.gt-pricing-card-item-3 .gt-pricing-list {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .gt-pricing-card-item-3 .gt-pricing-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.gt-pricing-card-item-3 .gt-pricing-list li {
  font-size: 16px;
  font-weight: 400;
  color: var(--gt-header);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.gt-pricing-card-item-3 .gt-pricing-list li:not(:last-child) {
  margin-bottom: 14px;
}
.gt-pricing-card-item-3 .gt-pricing-list li i {
  color: var(--gt-header);
  margin-right: 8px;
}
.gt-pricing-card-item-3 .gt-pricing-button {
  margin-top: 30px;
}
.gt-pricing-card-item-3 .gt-pricing-button .gt-theme-btn {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.gt-pricing-card-item-3 .gt-pricing-button .gt-theme-btn .gt-text-btn {
  width: 100%;
  background: transparent;
  border: 1.2px solid var(--gt-theme);
  color: var(--gt-header);
}
.gt-pricing-card-item-3 .gt-pricing-button .gt-theme-btn .gt-text-btn i {
  margin-right: 10px;
}
.gt-pricing-card-item-3 .gt-pricing-button .gt-theme-btn .gt-text-btn::after {
  background: var(--gt-theme);
}
.gt-pricing-card-item-3 .gt-pricing-button .gt-theme-btn:hover .gt-text-btn {
  color: var(--gt-white);
}
.gt-pricing-card-item-3:hover .gt-pricing-header .gt-pricing-price .icon {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-pricing-card-item-3:hover .gt-pricing-header .gt-pricing-price .icon i {
  transform: scaleX(-1) !important;
}

.gt-pricing-section {
  position: relative;
  z-index: 9;
}
.gt-pricing-section .gt-car-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  animation: moveTruck 15s linear infinite;
}
@keyframes moveTruck {
  0% {
    left: -100px; /* Start off screen from the right */
  }
  100% {
    left: 100%; /* End off screen to the left */
  }
}

.gt-project-items {
  margin-top: 30px;
}
.gt-project-items .gt-project-image-1 {
  overflow: hidden;
  border-radius: 8px;
}
.gt-project-items .gt-project-image-1 img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.gt-project-items .gt-project-content {
  border-radius: 0px 8px 8px 8px;
  background: #F5F5F5;
  padding: 30px;
  margin-right: 130px;
  margin-top: -80px;
  position: relative;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}
.gt-project-items .gt-project-content .gt-post-tag {
  border-radius: 4px;
  background-color: var(--gt-theme);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--gt-white);
  line-height: 1;
  padding: 10px 13px;
  display: inline-block;
  margin-bottom: 15px;
}
.gt-project-items .gt-project-content .gt-post-tag:hover {
  background-color: var(--gt-header);
}
.gt-project-items .gt-project-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-project-items .gt-project-content h3 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.gt-project-items .gt-project-content .gt-link-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-decoration: underline;
  margin-top: 15px;
}
.gt-project-items .gt-project-content .gt-link-btn:hover {
  color: var(--gt-theme);
}

.gt-project-wrapper {
  margin-left: -6%;
  margin-right: -30%;
}
@media (max-width: 1600px) {
  .gt-project-wrapper {
    margin-left: -8%;
    margin-right: -32%;
  }
}
@media (max-width: 991px) {
  .gt-project-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.gt-project-wrapper .gt-project-slider .swiper-slide-active .gt-project-items .gt-project-content {
  opacity: 1;
  visibility: visible;
}

.gt-project-image-items {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.gt-project-image-items img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.gt-project-image-items .gt-projet-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  opacity: 0;
  top: -150px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.gt-project-image-items .gt-projet-content p {
  font-size: 16px;
  font-weight: 400;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  padding: 10px 16px;
  line-height: 1;
  border-radius: 4px;
  display: inline-block;
}
.gt-project-image-items .gt-projet-content h3 a {
  display: inline-block;
  padding: 14px 18px;
  background-color: var(--gt-white);
  border-radius: 4px;
}
.gt-project-image-items .gt-projet-content h3 a:hover {
  color: var(--gt-theme);
}
.gt-project-image-items.style-2 {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .gt-project-image-items.style-2 {
    margin-top: 30px;
  }
}
.gt-project-image-items:hover .gt-projet-content {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.gt-project-section {
  position: relative;
  z-index: 9;
}
.gt-project-section .gt-right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.gt-project-section .gt-array-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
}
@media (max-width: 991px) {
  .gt-project-section .gt-array-button {
    display: none;
  }
}
.gt-project-section .gt-array-button .array-prev {
  background-color: #F5F5F5;
}
.gt-project-section .gt-array-button .array-prev:hover {
  background-color: var(--gt-theme);
}

.gt-project-image-3 {
  margin-top: 30px;
  position: relative;
}
.gt-project-image-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(22, 25, 33, 0.88) 0%, rgba(22, 25, 33, 0.88) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.gt-project-image-3 img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.gt-project-image-3 .gt-content {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--gt-white);
  transform: translate(-50%, -50%);
  padding: 22px 40px;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  max-width: 350px;
  opacity: 0;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
.gt-project-image-3 .gt-content h3 {
  font-size: 20px;
  margin-top: 5px;
}
.gt-project-image-3 .gt-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-project-image-3 .gt-content h3 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.gt-project-image-3:hover::before {
  opacity: 1;
  visibility: visible;
}
.gt-project-image-3:hover .gt-content {
  opacity: 1;
  visibility: visible;
}

.gt-project-section-3 {
  position: relative;
  z-index: 9;
}
.gt-project-section-3 .gt-array-button .array-prev {
  background-color: #F5F5F5;
}
.gt-project-section-3 .gt-array-button .array-prev:hover {
  background-color: var(--gt-theme);
}
.gt-project-section-3 .gt-right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.gt-project-details-wrapper .gt-project-details-items .gt-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.gt-project-details-wrapper .gt-project-details-items .gt-details-content {
  margin-top: 30px;
}
.gt-project-details-wrapper .gt-project-details-items .gt-details-content h2 {
  margin-bottom: 20px;
}
.gt-project-details-wrapper .gt-project-details-items .gt-details-content .gt-list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .gt-project-details-wrapper .gt-project-details-items .gt-details-content .gt-list-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-project-details-wrapper .gt-project-details-items .gt-details-content .gt-list-area ul li {
  font-size: 18px;
  color: var(--gt-header);
  margin-right: 8px;
}
.gt-project-details-wrapper .gt-project-details-items .gt-details-content .gt-list-area ul li i {
  color: var(--gt-theme);
  margin-right: 10px;
}
.gt-project-details-wrapper .gt-project-details-items .gt-details-content .gt-list-area ul li:not(:last-child) {
  margin-bottom: 15px;
}
.gt-project-details-wrapper .gt-project-category-list {
  background-color: #F5F5F5;
  padding: 30px;
  border-radius: 10px;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .gt-project-details-wrapper .gt-project-category-list {
    margin-left: 0;
  }
}
.gt-project-details-wrapper .gt-project-category-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gt-project-details-wrapper .gt-project-category-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.gt-project-details-wrapper .gt-project-category-list ul li span {
  font-size: 18px;
  font-weight: 600;
  color: var(--gt-header);
}
.gt-project-details-wrapper .gt-project-category-list ul li .star {
  color: rgb(255, 193, 49);
}
.gt-project-details-wrapper .gt-project-category-list .gt-social-icon {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}
.gt-project-details-wrapper .gt-project-category-list .gt-social-icon a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 4px;
  background: var(--gt-white);
  color: var(--gt-header);
}
.gt-project-details-wrapper .gt-project-category-list .gt-social-icon a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.gt-section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 25px;
    /* margin-top: -6px;*/
}
@media (max-width: 767px) {
  .gt-section-title {
    margin-bottom: 0;
  }
  .gt-section-title h2{
	font-size: 22px !important;
	line-height: 1.7;
  }
  .sliders .gt-section-title p{
	  font-size: 15px!important;
  }
  .gt-service-section{
	  margin-top: 0!important;
  }
}
.gt-section-title span {
   font-size: 14px;
   font-weight: 600;
   letter-spacing: 0.5px;
   line-height: 1;
   color: #eb3300;
   font-family: "Plus Jakarta Sans", sans-serif;
   position: relative;
   display: inline-block;
   /* margin-bottom: 25px;*/
}
.gt-section-title span img {
  margin-right: 10px;
}
.gt-section-title span img:last-child {
  margin-left: 10px;
}
.gt-section-title span.gt-style-3 {
  border: 1px solid var(--gt-theme);
  padding: 8px 16px;
  display: inline-block;
  border-radius: 100px;
  padding-left: 40px;
}
.gt-section-title span.gt-style-3::after {
  top: 8px;
  left: 15px;
  content: "\e902";
}
.gt-section-title span.gt-style-3::before {
  display: none;
}
.gt-section-title h2 {
    text-transform: capitalize;
    font-size: 26px;
    margin-bottom: 10px;
}

.sliders .gt-section-title p {
	margin-bottom: 15px;
	font-size: 17px;
}

.gt-section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .gt-section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--gt-bg);
}

.section-bg-2 {
  background-color: var(--gt-header);
}

.section-padding {
  padding: 60px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 60px 0;
  }
}

.gt-service-card-items {
  margin-bottom: 30px;
  border-radius: 4px;
}
.gt-service-card-items .gt-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border-bottom-left-radius: 0;
}
.gt-service-card-items .gt-thumb::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 5px;
  content: "";
  background-color: var(--gt-header);
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .gt-service-card-items .gt-thumb::before {
    display: none;
  }
}
.gt-service-card-items .gt-thumb::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 55px;
  height: 100%;
  content: "";
  background-color: var(--gt-bg);
}
@media (max-width: 1199px) {
  .gt-service-card-items .gt-thumb::after {
    display: none;
  }
}
.gt-service-card-items .gt-thumb img {
  width: 100%;
  height: 100%;
  padding-right: 55px;
  transform: scale(1.02);
  transition: all 1.4s ease-out;
  border-radius: 4px;
}
@media (max-width: 1199px) {
  .gt-service-card-items .gt-thumb img {
    padding-right: 0;
  }
}
.gt-service-card-items .gt-thumb .gt-link-btn {
    display: inline-block;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--gt-header);
    position: absolute;
    right: 80px;
    bottom: 0;
    top: 0;
    transform: rotate(90deg);
    z-index: 9;
}
@media (max-width: 1399px) {
  .gt-service-card-items .gt-thumb .gt-link-btn {
    right: 60px;
  }
}
@media (max-width: 1199px) {
  .gt-service-card-items .gt-thumb .gt-link-btn {
    display: none;
  }
}
.gt-service-card-items .gt-thumb .gt-link-btn i {
  margin-left: 8px;
  color: var(--gt-theme);
}
.gt-service-card-items .gt-content {
	padding: 15px 24px 15px;
	padding-top: 0;
    background-color: var(--gt-bg);
    display: flex;
    align-items: end;
    gap: 24px;
    position: relative;
    z-index: 9;
    border-radius: 4px;
    border-top-left-radius: 0;
	border-top-left-radius: 0;
}
.gt-service-card-items .gt-content h3{
	font-size: 18px;
    font-weight: 700;
}
.gt-service-card-items .gt-content .gt-icon {
  width: 55px;
  height: 58px;
  line-height: 60px;
  text-align: center;
  background-color: #25d366;
  font-size: 31px;
  color: #fff;
  position: relative;
  z-index: 9;
  margin-top: -24px;
  border-radius: 4px;
}
.gt-service-card-items .gt-content .gt-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  content: "";
  background-color: var(--gt-theme);
  transition: all 0.4s ease-in-out;
  z-index: -1;
  border-radius: 4px;
}
.gt-service-card-items .gt-content .gt-icon i {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.gt-service-card-items .gt-content .gt-icon svg path {
  transition: all 0.4s ease-in-out;
}
@media (max-width: 470px) {
  .gt-service-card-items .gt-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .gt-service-card-items .gt-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 470px) {
  .gt-service-card-items .gt-content h3 {
    font-size: 17px;
  }
}
.gt-service-card-items .gt-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-service-card-items .gt-content h3 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.gt-service-card-items .gt-link-btn-2 {
  display: inline-block;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gt-header);
  z-index: 9;
  display: none;
  background-color: var(--gt-bg);
  padding: 5px 24px 24px;
}
@media (max-width: 1199px) {
  .gt-service-card-items .gt-link-btn-2 {
    display: none;
  }
}
.gt-service-card-items .gt-link-btn-2 i {
  margin-left: 8px;
  color: var(--gt-theme) !important;
}
.gt-service-card-items .gt-number {
  font-size: 72px;
  font-weight: 800;
  letter-spacing: 0.36px;
  font-family: "Plus Jakarta Sans", sans-serif;
  opacity: 0.1;
  position: absolute;
  bottom: 2px;
  right: 10px;
  line-height: 1;
  z-index: -1;
}
.gt-service-card-items:hover .gt-thumb::before {
  height: 100%;
}
.gt-service-card-items:hover .gt-thumb img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.gt-service-card-items:hover .gt-thumb .gt-link-btn {
  color: var(--gt-white);
}
.gt-service-card-items:hover .gt-content .gt-icon {
  color: var(--gt-white);
}
.gt-service-card-items:hover .gt-content .gt-icon svg path {
  fill: var(--gt-white);
}
.gt-service-card-items:hover .gt-content .gt-icon::before {
  bottom: 0;
  height: 100%;
}
.gt-service-card-items:hover .gt-content .gt-icon i {
  transform: scaleX(-1) !important;
}

.service-box-items {
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 4px;
  min-height: 177px;
  text-align: center;
  padding: 40px 15px;
}
.service-box-items .icon {
  margin-bottom: 20px;
}
.service-box-items h4 {
  font-size: 20px;
}
.service-box-items h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-box-items h4 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.service-box-items h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 145%;
}
.service-box-items h5 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-box-items h5 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.service-box-items.style-2 {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gt-theme);
  transition: all 0.4s ease-in-out;
}
.service-box-items.style-2 h5 a {
  color: var(--gt-white);
}
.service-box-items.style-2 h5 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.service-box-items.style-2:hover {
  background-color: var(--gt-header);
}

.gt-service-details-wrapper .gt-service-details-item .gt-service-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.gt-service-details-wrapper .gt-service-details-item .gt-service-details-content {
  margin-top: 20px;
}
.gt-service-details-wrapper .gt-service-details-item .gt-service-details-content h3 {
  font-size: 36px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .gt-service-details-wrapper .gt-service-details-item .gt-service-details-content h3 {
    font-size: 30px;
  }
}
.gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .gt-list-item-area {
  margin-top: 30px;
}
.gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .gt-list-item-area .gt-list-item {
  margin-bottom: 30px;
}
.gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .gt-list-item-area .gt-list-item h3 {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .gt-list-item-area .gt-list-item h3 {
    font-size: 20px;
  }
}
.gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .gt-list-item-area .gt-list-item .gt-details-list {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .gt-list-item-area .gt-list-item .gt-details-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .gt-list-item-area .gt-list-item .gt-details-list li {
  font-size: 16px;
  font-weight: 400;
  color: var(--gt-header);
}
@media (max-width: 575px) {
  .gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .gt-list-item-area .gt-list-item .gt-details-list li {
    font-size: 14px;
  }
}
.gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .gt-list-item-area .gt-list-item .gt-details-list li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .gt-list-item-area .gt-list-item .gt-details-list li i {
  color: var(--gt-theme);
  margin-right: 8px;
}
.gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .gt-list-item-area .gt-list-item .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .text {
  font-size: 24px;
}
.gt-service-details-wrapper .gt-service-details-item .gt-service-details-content p span {
  color: var(--gt-theme);
  font-weight: 700;
}
.gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .faq-content {
  margin-top: 40px;
}
.gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .faq-content h3 {
  font-size: 32px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .faq-content h3 {
    font-size: 25px;
  }
}
.gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .faq-content .accordion-item {
  border: none !important;
  background: var(--gt-bg);
}
.gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  color: var(--gt-header);
  letter-spacing: -0.2px;
  border: none !important;
  border-radius: 0;
  box-shadow: none;
  background: var(--gt-bg);
  padding: 20px 30px 0;
  text-transform: capitalize;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .faq-content .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .faq-content .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    padding: 20px 20px 0;
  }
}
.gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .faq-content .accordion-item .accordion-header .accordion-button::after {
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  background-image: url(../img/inner-page/chervon-up.svg);
  color: var(--gt-theme);
}
.gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(../img/inner-page/chervon-down.svg);
  font-weight: 500;
  color: var(--gt-theme);
  transform: rotate(0);
}
.gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  background: var(--gt-bg);
  padding: 18px 30px;
  color: var(--gt-header);
}
.gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-left: 33px;
  padding-top: 15px;
  padding-right: 40px;
  color: var(--gt-text);
  background: var(--gt-bg);
  padding-bottom: 28px;
}
@media (max-width: 767px) {
  .gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-left: 60px;
  }
}
@media (max-width: 575px) {
  .gt-service-details-wrapper .gt-service-details-item .gt-service-details-content .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
.gt-service-details-wrapper .gt-main-sideber .gt-single-sideber-widget {
  margin-bottom: 40px;
  background-color: var(--gt-bg);
  padding: 30px;
  border-radius: 8px;
}
.gt-service-details-wrapper .gt-main-sideber .gt-single-sideber-widget .gt-widget-title {
  border-bottom: 1.5px solid rgba(191, 191, 191, 0.24);
  padding-bottom: 16px;
  margin-bottom: 30px;
}
.gt-service-details-wrapper .gt-main-sideber .gt-single-sideber-widget .gt-widget-title h3 {
  font-size: 32px;
}
@media (max-width: 1199px) {
  .gt-service-details-wrapper .gt-main-sideber .gt-single-sideber-widget .gt-widget-title h3 {
    font-size: 30px;
  }
}
.gt-service-details-wrapper .gt-main-sideber .gt-single-sideber-widget ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: var(--gt-header);
  transition: all 0.4s ease-in-out;
  border-radius: 0;
}
.gt-service-details-wrapper .gt-main-sideber .gt-single-sideber-widget ul li a {
  color: var(--gt-header);
}
.gt-service-details-wrapper .gt-main-sideber .gt-single-sideber-widget ul li i {
  transition: all 0.4s ease-in-out;
  color: var(--gt-header);
}
.gt-service-details-wrapper .gt-main-sideber .gt-single-sideber-widget ul li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-service-details-wrapper .gt-main-sideber .gt-single-sideber-widget ul li:hover a {
  color: var(--gt-theme);
}
.gt-service-details-wrapper .gt-main-sideber .gt-single-sideber-widget ul li:hover i {
  color: var(--gt-theme);
}
.gt-service-details-wrapper .gt-main-sideber .gt-contact-bg {
  position: relative;
  border-radius: 8px;
}
.gt-service-details-wrapper .gt-main-sideber .gt-contact-bg .gt-contact-content {
  padding: 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .gt-service-details-wrapper .gt-main-sideber .gt-contact-bg .gt-contact-content {
    padding: 30px;
  }
}
.gt-service-details-wrapper .gt-main-sideber .gt-contact-bg .gt-contact-content h3 {
  font-size: 32px;
  color: var(--gt-white);
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .gt-service-details-wrapper .gt-main-sideber .gt-contact-bg .gt-contact-content h3 {
    font-size: 30px;
  }
}
.gt-service-details-wrapper .gt-main-sideber .gt-contact-bg .gt-contact-content p {
  border-bottom: 1.2px solid rgba(191, 191, 191, 0.24);
  padding-bottom: 24px;
  margin-bottom: 24px;
  color: var(--gt-border);
}
.gt-service-details-wrapper .gt-main-sideber .gt-contact-bg .gt-contact-content .gt-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.gt-service-details-wrapper .gt-main-sideber .gt-contact-bg .gt-contact-content .gt-contact-item .gt-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1.2px solid rgba(191, 191, 191, 0.24);
  color: var(--gt-theme);
  font-size: 24px;
  border-radius: 4px;
}
.gt-service-details-wrapper .gt-main-sideber .gt-contact-bg .gt-contact-content .gt-contact-item .gt-list li {
  font-size: 16px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gt-white);
}
@media (max-width: 1199px) {
  .gt-service-details-wrapper .gt-main-sideber .gt-contact-bg .gt-contact-content .gt-contact-item .gt-list li {
    font-size: 14px;
  }
}
.gt-service-details-wrapper .gt-main-sideber .gt-contact-bg .gt-contact-content .gt-contact-item .gt-list li span {
  color: var(--gt-white);
}
.gt-service-details-wrapper .gt-main-sideber .gt-contact-bg .gt-contact-content .gt-contact-item .gt-list li a {
  color: var(--gt-white);
}

.gt-service-section {
  position: relative;
  margin-top: 40px;
}
.gt-service-section .gt-car-shape {
  position: absolute;
  bottom: 110px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .gt-service-section .gt-car-shape {
    display: none;
  }
}

.gt-service-wrapper {
  /*margin-bottom: -70px;*/
  position: relative;
  z-index: 9;
}

.gt-xriders-item {
  margin-top: 30px;
}
.gt-xriders-item .gt-xriders-image {
  position: relative;
}
@media (max-width: 991px) {
  .gt-xriders-item .gt-xriders-image {
    height: 300px;
  }
}
.gt-xriders-item .gt-xriders-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.gt-xriders-item .gt-xriders-image .xriders-content {
  border-radius: 4px 4px 4px 0px;
  background: var(--gt-white);
  position: absolute;
  bottom: -40px;
  left: 58px;
  right: 30px;
  padding: 20px 50px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .gt-xriders-item .gt-xriders-image .xriders-content {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .gt-xriders-item .gt-xriders-image .xriders-content {
    padding: 20px 40px;
  }
}
@media (max-width: 575px) {
  .gt-xriders-item .gt-xriders-image .xriders-content {
    padding: 20px 30px;
  }
}
.gt-xriders-item .gt-xriders-image .xriders-content .icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: var(--gt-theme);
  border-radius: 4px 4px 3px 0px;
  text-align: center;
  color: var(--gt-white);
  position: absolute;
  top: 0;
  left: -30px;
  font-size: 28px;
}
.gt-xriders-item .gt-xriders-image .xriders-content .icon i {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.gt-xriders-item .gt-xriders-image .xriders-content .icon::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 16px;
  background-color: var(--gt-theme);
  bottom: -16px;
  left: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 100% 100%);
}
.gt-xriders-item .gt-xriders-image .xriders-content .content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gt-xriders-item .gt-xriders-image .xriders-content .content-item .content .text h3 a:hover {
  color: var(--gt-theme) !important;
}
.gt-xriders-item .gt-xriders-image .xriders-content .xriders-bottom {
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.gt-xriders-item:hover .gt-xriders-image .xriders-content {
  background-color: var(--gt-header);
}
.gt-xriders-item:hover .gt-xriders-image .xriders-content .icon i {
  transform: scaleX(-1) !important;
}
.gt-xriders-item:hover .gt-xriders-image .xriders-content .content-item .content .text h3 a {
  color: var(--gt-white);
}
.gt-xriders-item:hover .gt-xriders-image .xriders-content .xriders-bottom {
  height: 115px;
}
.gt-xriders-item:hover .gt-xriders-image .xriders-content .xriders-bottom p {
  margin-top: 10px;
  margin-bottom: 15px;
  color: var(--gt-border);
  opacity: 0.7;
}

.gt-service-section-3 {
  position: relative;
  z-index: 9;
  padding-bottom: 160px;
}
@media (max-width: 1199px) {
  .gt-service-section-3 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .gt-service-section-3 {
    padding-bottom: 80px;
  }
}
.gt-service-section-3 .gt-left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.gt-shop-card-items {
  margin-top: 30px;
  background-color: #F5F5F5;
  border-radius: 8px;
}
.gt-shop-card-items .gt-shop-image {
  position: relative;
  overflow: hidden;
}
.gt-shop-card-items .gt-shop-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.gt-shop-card-items .gt-shop-image .gt-shop-icon {
  gap: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  right: 5%;
}
.gt-shop-card-items .gt-shop-image .gt-shop-icon li {
  transform: scaleX(0);
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.gt-shop-card-items .gt-shop-image .gt-shop-icon li a, .gt-shop-card-items .gt-shop-image .gt-shop-icon li button {
  background-color: var(--gt-theme);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: var(--gt-white);
  text-align: center;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
.gt-shop-card-items .gt-shop-image .gt-shop-icon li a:hover, .gt-shop-card-items .gt-shop-image .gt-shop-icon li button:hover {
  background-color: var(--gt-header);
}
.gt-shop-card-items .gt-shop-image .discount {
  display: inline-block;
  padding: 6px 8px;
  line-height: 1;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  font-size: 14px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 4px;
}
.gt-shop-card-items .gt-shop-content {
  padding: 30px 24px;
  padding-top: 24px;
}
.gt-shop-card-items .gt-shop-content .gt-star-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.gt-shop-card-items .gt-shop-content .gt-star-list .gt-star {
  color: #FCD554;
}
.gt-shop-card-items .gt-shop-content .gt-star-list span {
  font-size: 14px;
  font-weight: 500;
}
.gt-shop-card-items .gt-shop-content h3 {
  font-size: 20px;
}
@media (max-width: 1399px) {
  .gt-shop-card-items .gt-shop-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .gt-shop-card-items .gt-shop-content h3 {
    font-size: 24px;
  }
}
.gt-shop-card-items .gt-shop-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-shop-card-items .gt-shop-content h3 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.gt-shop-card-items .gt-shop-content .gt-price-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.gt-shop-card-items .gt-shop-content .gt-price-list li {
  font-weight: 600;
  font-size: 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.gt-shop-card-items .gt-shop-content .gt-price-list li del {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.gt-shop-card-items:hover .gt-shop-image .gt-shop-icon li {
  transform: scaleX(1);
}
.gt-shop-card-items:hover .gt-shop-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.gt-shop-card-items.bg-style {
  background-color: #F2F2F2;
}

.gt-shop-box-items {
  margin-bottom: 30px;
  background-color: var(--gt-white);
  position: relative;
  z-index: 9;
}
.gt-shop-box-items::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1.5px solid var(--gt-theme);
  border-left: 1.5px solid var(--gt-theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: initial;
  z-index: -1;
  border-radius: 8px;
}
.gt-shop-box-items::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1.5px solid var(--gt-theme);
  border-right: 1.5px solid var(--gt-theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  border-radius: 8px 8px 0 0;
}
.gt-shop-box-items .gt-shop-image {
    overflow: hidden;
    position: relative;
    border-radius: 8px 8px 0 0;
}
.gt-shop-box-items .gt-shop-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  border-radius: 8px 8px 0 0;
}
.gt-shop-box-items .gt-shop-image .gt-shop-icon {
  gap: 10px;
  position: absolute;
  top: 29%;
  right: 0;
  transform: translateY(-50%);
  right: 5%;
}
.gt-shop-box-items .gt-shop-image .gt-shop-icon li .whatsapp{
    background-color: #25d366;
	font-size: 22px;
}
.gt-shop-box-items .gt-shop-image .gt-shop-icon li {
  transform: scaleX(0);
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.gt-shop-box-items .gt-shop-image .gt-shop-icon li a, .gt-shop-box-items .gt-shop-image .gt-shop-icon li button {
  background-color: var(--gt-theme);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: var(--gt-white);
  text-align: center;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
.gt-shop-box-items .gt-shop-image .gt-shop-icon li a:hover, .gt-shop-box-items .gt-shop-image .gt-shop-icon li button:hover {
  background-color: var(--gt-header);
}
.gt-shop-box-items .gt-shop-content {
  padding: 15px 12px;
}
.gt-shop-box-items .gt-shop-content h3 {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
}
.gt-shop-box-items .gt-shop-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-shop-box-items .gt-shop-content h3 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.gt-shop-box-items .gt-shop-content .gt-star {
  color: #FCD554;
  margin-top: 5px;
}
.gt-shop-box-items .gt-shop-content .gt-star span {
  color: var(--gt-text);
}
.gt-shop-box-items .gt-shop-content .gt-price-list {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gt-shop-box-items .gt-shop-content .gt-price-list .gt-price del {
  font-size: 14px;
  font-weight: 500;
}
.gt-shop-box-items .gt-shop-content .gt-price-list .gt-price p {
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  color: var(--gt-header);
}
.gt-shop-box-items .gt-shop-content .gt-price-list .gt-theme-btn .gt-text-btn {
  background-color: transparent;
  border: 1.5px solid var(--gt-header);
  color: var(--gt-header);
  padding: 12px 16px;
  font-size: 13px;
}
.gt-shop-box-items .gt-shop-content .gt-price-list .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-theme);
}
.gt-shop-box-items .gt-shop-content .gt-price-list .gt-theme-btn .gt-text-btn:hover {
  color: var(--gt-white);
  border: 1.5px solid var(--gt-theme);
}
.gt-shop-box-items .gt-shop-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1.5px solid var(--gt-theme);
  border-left: 1.5px solid var(--gt-theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: initial;
}
.gt-shop-box-items .gt-shop-content::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1.5px solid var(--gt-theme);
  border-right: 1.5px solid var(--gt-theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.gt-shop-box-items:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.gt-shop-box-items:hover::before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transform: initial;
  transform-origin: initial;
}
.gt-shop-box-items:hover .gt-shop-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.gt-shop-box-items .gt-shop-image .gt-shop-icon li {
  transform: scaleX(1);
}
.gt-shop-box-items.style-3::before {
  display: none;
}
.gt-shop-box-items.style-3::after {
  display: none;
}
.gt-shop-box-items.style-3 .gt-shop-content {
  padding: 0;
  margin-top: 20px;
}

.gt-shop-notices-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .gt-shop-notices-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-shop-notices-wrapper .gt-shop-showing {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
.gt-shop-notices-wrapper .gt-shop-showing .nav {
  display: flex;
  align-items: center;
  gap: 12px;
}
.gt-shop-notices-wrapper .gt-shop-showing .nav .nav-item .nav-link {
  display: inline-block;
  border: 1px solid #BFBFBF;
  background: #F2F2F2;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  padding: 0;
  border-radius: 4px;
  color: var(--gt-text);
}
.gt-shop-notices-wrapper .gt-shop-showing .nav .nav-item .nav-link.active {
  background-color: var(--gt-theme);
  border: 1px solid var(--gt-theme);
  color: var(--gt-white);
}
.gt-shop-notices-wrapper .form .single-select {
  padding: 16px 20px;
  border: none;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  line-height: 1;
  height: initial;
  border: 1px solid #BFBFBF;
  background: #F2F2F2;
  color: var(--gt-header);
  border-radius: 4px;
}
.gt-shop-notices-wrapper .form .single-select::after {
  right: 20px;
  border-bottom: 2px solid var(--gt-header);
  border-right: 2px solid var(--gt-header);
  margin-top: -5px;
  width: 8px;
  height: 8px;
}
.gt-shop-notices-wrapper .form .single-select .option {
  color: var(--gt-text);
}
.gt-shop-notices-wrapper .form .list {
  width: 100%;
}
.gt-shop-notices-wrapper .form-clt {
  max-width: 300px;
  width: 100%;
}

.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items {
  margin-bottom: 30px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .widget-title {
  margin-bottom: 20px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .widget-title h5 {
  font-size: 20px;
  font-weight: 600;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-checkbox-items .checkbox-single {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  display: inherit;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-checkbox-items .checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-checkbox-items .checkbox-single:not(:last-child) {
  margin-bottom: 20px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-checkbox-items .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  top: 5px;
  background-color: var(--gt-bg);
  border-radius: 3px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-checkbox-items .checkbox-single .checkbox-area .checkmark::after {
  content: "";
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-checkbox-items .checkbox-single .checkbox-area input:checked ~ .checkmark {
  background-color: var(--gt-theme);
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-checkbox-items .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: -5px;
  left: 5px;
  color: var(--gt-theme);
  font-size: 11px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-checkbox-items .checkbox-single .checkbox-area input:checked ~ .checkmark:after {
  display: block;
  color: var(--gt-white);
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-checkbox-items .checkbox-single .text-color {
  font-weight: 500;
  color: var(--gt-header);
  font-size: 16px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-catagory-list li {
  font-size: 16px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background-color: var(--gt-bg);
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  line-height: 1;
  border-radius: 4px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-catagory-list li:not(:last-child) {
  margin-bottom: 15px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-catagory-list li a {
  color: var(--gt-header);
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-catagory-list li span {
  transition: all 0.4s ease-in-out;
  color: var(--gt-header);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--gt-white);
  border-radius: 4px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-catagory-list li:hover {
  background-color: var(--gt-theme);
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-catagory-list li:hover a {
  color: var(--gt-white);
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-post-list li {
  display: flex;
  align-items: center;
  gap: 14px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-post-list li .gt-thumb {
  overflow: hidden;
  border-radius: 4px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-post-list li .gt-thumb img {
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  border-radius: 4px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-post-list li .gt-content .gt-star {
  color: #FFB21D;
  font-size: 14px;
  margin-bottom: 3px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-post-list li .gt-content .gt-star span {
  color: var(--gt-text);
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-post-list li .gt-content h6 {
  margin-bottom: 3px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-post-list li .gt-content h6 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-post-list li .gt-content h6 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-post-list li:not(:last-child) {
  margin-bottom: 16px;
}
.gt-shop-inner-wrapper .gt-shop-sidebar-area .gt-shop-items .gt-post-list li:hover .gt-thumb img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.gt-shop-list-items {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .gt-shop-list-items {
    display: block;
  }
}
.gt-shop-list-items .gt-shop-image {
  max-width: 350px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .gt-shop-list-items .gt-shop-image {
    max-width: 1000px;
    margin-bottom: 25px;
  }
}
.gt-shop-list-items .gt-shop-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  border-radius: 8px;
}
.gt-shop-list-items .gt-shop-image .gt-shop-icon {
  gap: 10px;
  position: absolute;
  top: 24px;
  left: 24px;
}
.gt-shop-list-items .gt-shop-image .gt-shop-icon li {
  transform: scaleX(0);
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.gt-shop-list-items .gt-shop-image .gt-shop-icon li a, .gt-shop-list-items .gt-shop-image .gt-shop-icon li button {
  background-color: var(--gt-white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: var(--gt-header);
  text-align: center;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
.gt-shop-list-items .gt-shop-image .gt-shop-icon li a:hover, .gt-shop-list-items .gt-shop-image .gt-shop-icon li button:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-shop-list-items .gt-shop-content span {
  display: inline-block;
  margin-bottom: 5px;
}
.gt-shop-list-items .gt-shop-content .gt-star {
  color: #FFB21D;
  margin-top: 5px;
}
.gt-shop-list-items .gt-shop-content .gt-star span {
  color: var(--gt-text);
}
.gt-shop-list-items .gt-shop-content h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-shop-list-items .gt-shop-content h4 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.gt-shop-list-items .gt-shop-content .gt-price-list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.gt-shop-list-items .gt-shop-content .gt-price-list li {
  font-size: 16px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gt-header);
}
.gt-shop-list-items .gt-shop-content .gt-price-list li del {
  color: var(--gt-text);
}
.gt-shop-list-items .gt-shop-content p {
  max-width: 450px;
}
.gt-shop-list-items .gt-shop-content .gt-theme-btn span {
  margin: 0;
}
.gt-shop-list-items .gt-shop-content .gt-theme-btn .gt-text-btn {
  padding: 17px 45px;
  background-color: var(--gt-header);
  margin-top: 30px;
}
.gt-shop-list-items .gt-shop-content .gt-theme-btn .gt-text-btn::after {
  background-color: var(--gt-theme);
}
.gt-shop-list-items:hover .gt-shop-image .gt-shop-icon li {
  transform: scaleX(1);
}
.gt-shop-list-items:hover .gt-shop-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
@media (max-width: 1199px) {
  .gt-shop-list-items.style-2 {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-shop-list-items.style-2 .gt-shop-image {
  flex-basis: 35%;
  max-width: initial;
}
@media (max-width: 1199px) {
  .gt-shop-list-items.style-2 .gt-shop-image {
    flex-basis: 100%;
  }
}
.gt-shop-list-items.style-2 .gt-shop-content h4 {
  font-size: 32px;
}
@media (max-width: 575px) {
  .gt-shop-list-items.style-2 .gt-shop-content h4 {
    font-size: 28px;
  }
}
@media (max-width: 470px) {
  .gt-shop-list-items.style-2 .gt-shop-content h4 {
    font-size: 24px;
  }
}
.gt-shop-list-items.style-2 .gt-shop-content p {
  max-width: 800px;
}
.gt-shop-list-items.style-2 .gt-shop-content .gt-price-list li {
  font-size: 20px;
}

.common-table {
  min-width: -moz-max-content;
  min-width: max-content;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.common-table .cart-item-thumb {
  width: 86px;
  border-radius: 4px;
}
.common-table .cart-item-thumb img {
  border-radius: 4px;
}
@media (max-width: 1399px) {
  .common-table .cart-item-thumb {
    flex-wrap: wrap;
  }
}
.common-table .cart-item-thumb .head {
  color: var(--gt-header);
  font-size: 20px;
  text-transform: capitalize;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}
.common-table .price-usd {
  font-size: 16px;
  font-weight: 500;
  color: var(--gt-text);
}
.common-table tr {
  border-bottom: 1px solid #E4E4E5;
}

.common-table thead,
.common-table tbody {
  width: 100%;
}

.common-table thead tr,
.common-table tbody tr {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}

.common-table thead tr th,
.common-table thead tr td,
.common-table tbody tr th,
.common-table tbody tr td {
  width: 100%;
  box-sizing: border-box;
}

.common-table thead tr {
  color: var(--gt-header);
  border-bottom: unset;
  border-radius: 16px 16px 0 0;
  border-bottom: 1px solid #E4E4E5;
}

.common-table thead tr th {
  background: unset;
  color: unset;
  border: unset;
  font-size: 16px;
  padding-bottom: 16px;
}

.common-table tbody tr td {
  background: transparent;
  color: unset;
  box-sizing: border-box;
  border-bottom: unset;
}

.quantity {
  border-radius: 4px;
}
.quantity button i {
  font-size: 16px;
}

.quantity .quantityValue {
  width: 40px;
  text-align: center;
  padding: 0;
  color: var(--gt-header);
  border: unset;
}

@media (max-width: 767px) {
  .cart-list-area .table-responsive {
    overflow-x: scroll;
  }
}
@media (max-width: 991px) {
  .cart-list-area .table-responsive .table {
    width: 900px;
  }
}
.cart-list-area .coupon-items input {
  background: var(--gt-bg);
  border: none;
  padding: 19px 30px;
  color: var(--gt-text);
  line-height: 1;
}
.cart-list-area .theme-btn {
  transition: all 0.4s ease-in-out;
}

.cart-total-area {
  margin-top: -10px;
}
.cart-total-area h3 {
  font-size: 48px;
  margin-bottom: 5px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cart-total-area h3 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .cart-total-area h3 {
    font-size: 32px;
  }
}
.cart-total-area ul {
  margin-bottom: 50px;
}
.cart-total-area ul li {
  font-size: 20px;
  font-weight: 600;
  color: var(--gt-header);
  display: flex;
  align-items: center;
  gap: 220px;
  border-bottom: 1px solid #E4E4E5;
  padding-bottom: 25px;
  padding-top: 25px;
}
@media (max-width: 1199px) {
  .cart-total-area ul li {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .cart-total-area ul li {
    font-size: 18px;
  }
}
.cart-total-area ul li .subtotal {
  color: var(--gt-text);
  font-weight: 400;
  margin-left: -30px;
}
@media (max-width: 1199px) {
  .cart-total-area ul li .subtotal {
    margin-left: 10px;
  }
}
.cart-total-area ul li .price {
  font-weight: 700;
  font-size: 22px;
  flex-basis: 30%;
}
@media (max-width: 767px) {
  .cart-total-area ul li .price {
    font-size: 18px;
    flex-basis: 100%;
  }
}

.checkout-radio {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 24px;
}
.checkout-radio .primary-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 16px;
  color: var(--gt-header);
  text-transform: capitalize;
}
.checkout-radio h4 {
  color: var(--gt-header);
  margin-bottom: 16px;
  font-weight: 600;
}
.checkout-radio .checkout-radio-wrapper .checkout-radio-single .form-check-input {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  box-shadow: none;
  outline: none;
  border: 1px solid #E4E4E5;
  font-weight: 500;
  border-radius: 4px;
}
.checkout-radio .checkout-radio-wrapper .checkout-radio-single label {
  color: var(--gt-header);
  text-transform: capitalize;
}
.checkout-radio .checkout-radio-wrapper .checkout-radio-single:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 500px) {
  .checkout-radio {
    padding: 10px;
  }
}

.checkout-single-wrapper .checkout-single h4 {
  color: var(--gt-header);
  margin-bottom: 2rem;
  font-weight: 600;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .country-select,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single input {
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 1px solid #E4E4E5;
  padding: 12px 24px;
  color: var(--gt-header);
  text-transform: capitalize;
  font-weight: 500;
  background-color: transparent;
  border-radius: 4px;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single label {
  color: var(--gt-header);
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 500;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single ::placeholder {
  color: var(--gt-header);
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .single-select {
  border: 1px solid #E4E4E5;
  border-radius: 0;
  font-weight: 500;
  border-radius: 4px;
  color: var(--gt-header);
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .single-select .list {
  width: 100%;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .payment {
  color: var(--gt-header);
  margin-bottom: 12px;
  text-transform: capitalize;
}
.checkout-single-wrapper .boxshado-single {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  padding: 32px;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .checkout-single-wrapper .boxshado-single {
    padding: 14px;
  }
}
.checkout-single-wrapper .checkout-single-bg {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  padding: 32px;
}
.checkout-single-wrapper .checkout-single-bg .theme-btn {
  border-radius: 4px;
}
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single textarea,
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single .country-select,
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single input {
  border: 1px solid #E4E4E5;
  background: transparent;
  text-transform: capitalize;
  border-radius: 4px;
}
@media (max-width: 575px) {
  .checkout-single-wrapper .checkout-single-bg {
    padding: 14px;
  }
}
.checkout-single-wrapper .checkout-single-bg .payment-save {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.checkout-single-wrapper .checkout-single-bg .payment-save input {
  width: 24px;
  height: 24px;
  border: 1px solid #E4E4E5;
  background-color: var(--gt-theme);
  outline: none;
  color: var(--gt-header);
  border-radius: 4px;
}
.checkout-single-wrapper .checkout-single-bg .payment-save label {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.gt-shop-details-wrapper .gt-shop-details-image {
  position: relative;
}
.gt-shop-details-wrapper .gt-shop-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.gt-shop-details-wrapper .gt-shop-details-image .gt-box-text {
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 9px 14px;
  line-height: 1;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  border-radius: 4px;
}
.gt-shop-details-wrapper .gt-shop-details-content {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .gt-shop-details-wrapper .gt-shop-details-content {
    margin-left: 0;
  }
}
.gt-shop-details-wrapper .gt-shop-details-content h6 {
  font-size: 16px;
}
.gt-shop-details-wrapper .gt-shop-details-content h6 span {
  color: var(--gt-text);
  font-family: "Inter", sans-serif;
}
.gt-shop-details-wrapper .gt-shop-details-content h2 {
  font-size: 36px;
  margin-top: 15px;
}
@media (max-width: 575px) {
  .gt-shop-details-wrapper .gt-shop-details-content h2 {
    font-size: 30px;
  }
}
.gt-shop-details-wrapper .gt-shop-details-content .price-list {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
}
.gt-shop-details-wrapper .gt-shop-details-content .price-list li:first-child {
  font-size: 16px;
  color: var(--gt-header);
  font-weight: 500;
}
.gt-shop-details-wrapper .gt-shop-details-content .price-list li span {
  font-weight: 700;
  color: var(--gt-theme);
}
.gt-shop-details-wrapper .gt-shop-details-content .eye-icon {
  display: inline-block;
  margin-top: 12px;
}
.gt-shop-details-wrapper .gt-shop-details-content .color-list {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.gt-shop-details-wrapper .gt-shop-details-content .color-list li span {
  color: var(--gt-header);
  font-weight: 500;
}
.gt-shop-details-wrapper .gt-shop-details-content .color-list li:nth-last-of-type(4) {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #E69539;
}
.gt-shop-details-wrapper .gt-shop-details-content .color-list li:nth-last-of-type(3) {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #1D1D1D;
}
.gt-shop-details-wrapper .gt-shop-details-content .color-list li:nth-last-of-type(2) {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #E63946;
}
.gt-shop-details-wrapper .gt-shop-details-content .color-list li:nth-last-of-type(1) {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ECB014;
}
.gt-shop-details-wrapper .gt-shop-details-content .star {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.gt-shop-details-wrapper .gt-shop-details-content .star i {
  color: #ECB014;
}
.gt-shop-details-wrapper .gt-shop-details-content .star span {
  margin-left: 10px;
}
.gt-shop-details-wrapper .gt-shop-details-content p {
  margin-top: 15px;
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 30px 0;
}
@media (max-width: 1199px) {
  .gt-shop-details-wrapper .gt-shop-details-content .cart-quantity {
    flex-wrap: wrap;
  }
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .qty {
  display: flex;
  align-items: center;
  background-color: #F2F2F2;
  padding: 16px 14px;
  line-height: 1;
  justify-content: space-between;
  margin-top: 0;
  border-radius: 4px;
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .qty button,
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .qty input {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gt-header);
  font-weight: 400;
  font-size: 24px;
  border-radius: 4px;
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .qty input {
  background-color: transparent;
  text-align: center;
  border-radius: 0;
  border: unset;
  outline: none;
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .shop-btn {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  padding: 24px 20px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", sans-serif;
  border-radius: 4px;
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .shop-btn i {
  margin-right: 10px;
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .shop-btn:hover {
  background-color: var(--gt-header);
}
@media (max-width: 1199px) {
  .gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .icon-item {
    margin-top: 16px;
  }
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .icon-item .icon {
  background-color: #F2F2F2;
  padding: 23px 24px;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
.gt-shop-details-wrapper .gt-shop-details-content .cart-quantity .icon-item .icon:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-shop-details-wrapper .gt-shop-details-content .buy-btn {
  width: 100%;
  background-color: #F2F2F2;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  padding: 24px 20px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 4px;
}
.gt-shop-details-wrapper .gt-shop-details-content .buy-btn:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-shop-details-wrapper .gt-shop-details-content .gt-list-items {
  margin-top: 25px;
}
.gt-shop-details-wrapper .gt-shop-details-content .gt-list-items li {
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}
.gt-shop-details-wrapper .gt-shop-details-content .gt-list-items li:not(:last-child) {
  margin-bottom: 10px;
}
.gt-shop-details-wrapper .gt-shop-details-content .gt-list-items li span {
  color: var(--gt-header);
}
.gt-shop-details-wrapper .gt-shop-details-content .share-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
.gt-shop-details-wrapper .gt-shop-details-content .share-list a {
  color: var(--gt-text);
}
.gt-shop-details-wrapper .gt-shop-details-content .share-list a:hover {
  color: var(--gt-theme);
}
.gt-shop-details-wrapper .gt-shop-details-content .gt-bank-list {
  color: var(--gt-header);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .gt-shop-details-wrapper .gt-shop-details-content .gt-bank-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.gt-shop-details-wrapper .gt-shop-details-content .gt-bank-list span {
  display: block;
  color: var(--gt-text);
  font-weight: 400;
}
.gt-shop-details-wrapper .gt-shop-tab-area {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .gt-shop-details-wrapper .gt-shop-tab-area {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .gt-shop-details-wrapper .gt-shop-tab-area {
    margin-top: 50px;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .nav {
  justify-content: center;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .nav .nav-item .nav-link {
  font-size: 18px;
  color: var(--gt-header);
  font-weight: 500;
  position: relative;
}
.gt-shop-details-wrapper .gt-shop-tab-area .nav .nav-item .nav-link.active {
  color: var(--gt-theme);
}
.gt-shop-details-wrapper .gt-shop-tab-area .nav .nav-item .nav-link.active::before {
  position: absolute;
  bottom: -21px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: var(--gt-theme);
  transition: 0.3s;
}
@media (max-width: 470px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .nav .nav-item .nav-link.active::before {
    display: none;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content {
  padding-top: 30px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-text {
  font-size: 18px;
}
@media (max-width: 767px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-text {
    font-size: 16px;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items {
  margin-top: 30px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items .gt-key-list {
  margin-top: 20px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items .gt-key-list li:not(:last-child) {
  margin-bottom: 18px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items .gt-key-list li i {
  color: var(--gt-theme);
  margin-right: 10px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items .gt-key-list li span {
  font-size: 18px;
  font-weight: 600;
  color: var(--gt-header);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items.style-2 .gt-shop-flex {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1199px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-key-items.style-2 .gt-shop-flex {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items {
  background-color: #F2F2F2;
  padding: 48px;
  margin-bottom: 40px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items {
    padding: 30px;
  }
}
@media (max-width: 470px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items {
    padding: 25px;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items h3 {
  margin-bottom: 20px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1.2px solid rgba(191, 191, 191, 0.24);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap.border-none {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap .gt-clicnt-content .gt-star {
  color: #ECB014;
  margin-bottom: 5px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap .gt-clicnt-content h4 {
  font-size: 18px;
  font-weight: 600;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap .gt-clicnt-content h4 span {
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: var(--gt-text);
  font-size: 14px;
  margin-left: 10px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap .gt-review-box-area {
  display: flex;
  align-items: center;
  gap: 16px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-box-items .gt-review-box-wrap p {
  max-width: 760px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box {
  background-color: #F2F2F2;
  padding: 48px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box {
    padding: 30px;
  }
}
@media (max-width: 470px) {
  .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box {
    padding: 25px;
  }
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box h3 {
  margin-bottom: 20px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .form-clt span {
  font-size: 18px;
  font-weight: 600;
  color: "Plus Jakarta Sans", sans-serif;
  color: var(--gt-header);
  padding-bottom: 12px;
  display: inline-block;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .form-clt input, .gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .form-clt textarea {
  width: 100%;
  border: none;
  line-height: 1;
  padding: 18px 24px;
  line-height: 1;
  background-color: var(--gt-white);
  color: var(--gt-text);
  border-radius: 8px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .form-clt textarea {
  padding-bottom: 130px;
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .gt-theme-btn .gt-icon-btn {
  background-color: var(--gt-header);
}
.gt-shop-details-wrapper .gt-shop-tab-area .tab-content .gt-review-form-box .gt-theme-btn .gt-icon-btn::after {
  background-color: var(--gt-theme);
}

.gt-shop-section-2 {
  position: relative;
  z-index: 9;
}
.gt-shop-section-2 .gt-sub-title {
  font-size: 140px;
  line-height: 1;
  letter-spacing: -1.4px;
  opacity: 0.04;
  position: absolute;
  top: 0;
  left: -29%;
  transform: rotate(90deg);
  bottom: 0;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1899px) {
  .gt-shop-section-2 .gt-sub-title {
    display: none;
  }
}

.gt-team-wrapper .gt-team-left-items .gt-content-box {
  padding: 19px 24px;
  background-color: var(--gt-white);
  transition: all 0.4s ease-in-out;
  margin-top: 24px;
  border-radius: 4px;
}
.gt-team-wrapper .gt-team-left-items .gt-content-box h3 {
  margin-bottom: 5px;
}
.gt-team-wrapper .gt-team-left-items .gt-content-box:hover {
  background-color: var(--gt-theme);
}
.gt-team-wrapper .gt-team-left-items .gt-content-box:hover h3 a {
  color: var(--gt-white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-team-wrapper .gt-team-left-items .gt-content-box:hover h3 a:hover {
  color: var(--gt-white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-white) 0%, var(--gt-white) 100%);
}
.gt-team-wrapper .gt-team-left-items .gt-content-box:hover p {
  color: var(--gt-white);
}
.gt-team-wrapper .gt-team-box-items {
  margin-top: 24px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.gt-team-wrapper .gt-team-box-items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  top: 0px;
  right: 0;
  background: linear-gradient(0deg, rgba(235, 51, 0, 0.48) 0%, rgba(235, 51, 0, 0.48) 100%);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: top right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  width: 100%;
  height: 100%;
  z-index: 9;
  border-radius: 4px;
}
.gt-team-wrapper .gt-team-box-items img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  border-radius: 8px;
}
.gt-team-wrapper .gt-team-box-items .gt-social-icon {
  gap: 15px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  transition: all 0.4s ease-in-out;
}
.gt-team-wrapper .gt-team-box-items .gt-social-icon a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--gt-white);
  color: var(--gt-header);
  border-radius: 4px;
}
@media (max-width: 575px) {
  .gt-team-wrapper .gt-team-box-items .gt-social-icon a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
}
.gt-team-wrapper .gt-team-box-items .gt-social-icon a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-team-wrapper .gt-team-box-items.hovered::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}
.gt-team-wrapper .gt-team-box-items.hovered img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.gt-team-wrapper .gt-team-box-items.hovered .gt-social-icon {
  opacity: 1;
  visibility: visible;
}

.gt-team-section-2 {
  position: relative;
  z-index: 9;
}
.gt-team-section-2 .gt-left-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.gt-team-card-items-2 {
  position: relative;
}
.gt-team-card-items-2 .gt-team-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.gt-team-card-items-2 .gt-team-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(235, 51, 0, 0.48) 0%, rgba(235, 51, 0, 0.48) 100%);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  z-index: 1;
  border-radius: 8px;
}
.gt-team-card-items-2 .gt-team-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  border-radius: 8px;
}
.gt-team-card-items-2 .gt-team-image .gt-social-icon {
  gap: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 9;
}
.gt-team-card-items-2 .gt-team-image .gt-social-icon a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--gt-white);
  color: var(--gt-header);
  border-radius: 4px;
}
.gt-team-card-items-2 .gt-team-image .gt-social-icon a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-team-card-items-2 .gt-team-image .gt-team-content {
  padding: 15px 20px;
  text-align: center;
  background-color: var(--gt-white);
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9;
  border-radius: 8px;
}
.gt-team-card-items-2 .gt-team-image .gt-team-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.gt-team-card-items-2 .gt-team-image .gt-team-content h4 a:hover {
  color: var(--gt-theme);
}
.gt-team-card-items-2:hover .gt-team-image::before {
  transform: scale(1, 1);
  transform-origin: top center;
}
.gt-team-card-items-2:hover .gt-team-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.gt-team-card-items-2:hover .gt-team-image .gt-social-icon {
  opacity: 1;
  visibility: visible;
}

.gt-team-details-wrapper .gt-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.gt-team-details-wrapper .gt-details-content {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .gt-team-details-wrapper .gt-details-content {
    margin-left: 0;
  }
}
.gt-team-details-wrapper .gt-details-content h2 {
  margin-bottom: 10px;
}
.gt-team-details-wrapper .gt-details-content span {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 20px;
}
.gt-team-details-wrapper .gt-details-content .gt-list {
  margin-top: 30px;
}
.gt-team-details-wrapper .gt-details-content .gt-list li {
  color: var(--gt-header);
}
.gt-team-details-wrapper .gt-details-content .gt-list li:not(:last-child) {
  margin-bottom: 10px;
}
.gt-team-details-wrapper .gt-details-content .gt-list li i {
  color: var(--gt-header);
  margin-right: 5px;
}
.gt-team-details-wrapper .gt-details-content .gt-social-icon {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.gt-team-details-wrapper .gt-details-content .gt-social-icon a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  color: var(--gt-header);
  background-color: var(--gt-bg);
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
.gt-team-details-wrapper .gt-details-content .gt-social-icon a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.gt-team-Experience-wrapper .gt-team-Experience-content .gt-list-item {
  margin-bottom: 30px;
}
.gt-team-Experience-wrapper .gt-team-Experience-content .gt-list-item h3 {
  font-size: 36px;
}
@media (max-width: 1199px) {
  .gt-team-Experience-wrapper .gt-team-Experience-content .gt-list-item h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .gt-team-Experience-wrapper .gt-team-Experience-content .gt-list-item h3 {
    font-size: 25px;
  }
}
.gt-team-Experience-wrapper .gt-team-Experience-content .gt-list-item .gt-details-list {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .gt-team-Experience-wrapper .gt-team-Experience-content .gt-list-item .gt-details-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.gt-team-Experience-wrapper .gt-team-Experience-content .gt-list-item .gt-details-list li {
  font-size: 16px;
  font-weight: 400;
  color: var(--gt-header);
}
@media (max-width: 575px) {
  .gt-team-Experience-wrapper .gt-team-Experience-content .gt-list-item .gt-details-list li {
    font-size: 14px;
  }
}
.gt-team-Experience-wrapper .gt-team-Experience-content .gt-list-item .gt-details-list li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-team-Experience-wrapper .gt-team-Experience-content .gt-list-item .gt-details-list li i {
  color: var(--gt-theme);
  margin-right: 8px;
}
.gt-team-Experience-wrapper .gt-team-Experience-content .text {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .gt-team-Experience-wrapper .gt-team-Experience-content .text {
    font-size: 20px;
  }
}
.gt-team-Experience-wrapper .contact-form-items h3 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .gt-team-Experience-wrapper .contact-form-items h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .gt-team-Experience-wrapper .contact-form-items h3 {
    font-size: 25px;
  }
}
.gt-team-Experience-wrapper .contact-form-items .form-clt input, .gt-team-Experience-wrapper .contact-form-items .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--gt-white);
  padding-bottom: 20px;
  padding: 16px 20px;
  transition: all 0.4s ease-in-out;
  color: var(--gt-text);
  font-size: 16px;
  border-radius: 4px;
}
.gt-team-Experience-wrapper .contact-form-items .form-clt input::placeholder, .gt-team-Experience-wrapper .contact-form-items .form-clt textarea::placeholder {
  color: var(--gt-text);
}
.gt-team-Experience-wrapper .contact-form-items .form-clt textarea {
  padding-bottom: 30px;
  resize: none;
}
.gt-team-Experience-wrapper .contact-form-items button.gt-theme-btn .gt-icon-btn {
  background-color: var(--gt-header);
}
.gt-team-Experience-wrapper .contact-form-items button.gt-theme-btn .gt-icon-btn::after {
  background-color: var(--gt-theme);
}

.gt-team-wrapper-1 {
  margin-left: -25px;
  margin-right: -25px;
}
@media (max-width: 1199px) {
  .gt-team-wrapper-1 {
    margin-right: 0;
    margin-left: 0;
  }
}
.gt-team-wrapper-1 .gt-team-card-items-1 {
  margin-bottom: 30px;
}
.gt-team-wrapper-1 .gt-team-card-items-1 .gt-thumb {
  overflow: hidden;
  border-radius: 4px;
}
.gt-team-wrapper-1 .gt-team-card-items-1 .gt-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  transform: scale(1.02);
  transition: all 1.4s ease-out;
}
.gt-team-wrapper-1 .gt-team-card-items-1 .gt-team-content .gt-social-icon .whatsapp {
  font-size: 26px;
  color: #fff;
  background-color: #25d366;
}
.gt-team-wrapper-1 .gt-team-card-items-1 .gt-team-content .gt-social-icon .calls {
  color: #fff;
  background-color: #eb3300;
}
.gt-team-wrapper-1 .gt-team-card-items-1 .gt-team-content {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -25px;
  position: relative;
  z-index: 9;
}
.gt-team-wrapper-1 .gt-team-card-items-1 .gt-team-content .gt-content {
  border-radius: 4px;
  background: #F5F5F5;
  padding: 9px 16px;
  text-align: center;
}
.gt-team-wrapper-1 .gt-team-card-items-1 .gt-team-content .gt-content h3 {
	margin-bottom: 7px;
    font-size: 19px;
    font-weight: 700;
}
.gt-team-wrapper-1 .gt-team-card-items-1 .gt-team-content .gt-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-team-wrapper-1 .gt-team-card-items-1 .gt-team-content .gt-content h3 a:hover {
  color: var(--gt-theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-theme) 0%, var(--gt-theme) 100%);
}
.gt-team-wrapper-1 .gt-team-card-items-1 .gt-team-content .gt-social-icon {
  justify-content: space-between;
  background-color: var(--gt-white);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.gt-team-wrapper-1 .gt-team-card-items-1 .gt-team-content .gt-social-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 21px;
}
.gt-team-wrapper-1 .gt-team-card-items-1 .gt-team-content .gt-social-icon a:not(:last-child) {
  border-right: 1px solid rgba(177, 178, 182, 0.48);
}
.gt-team-wrapper-1 .gt-team-card-items-1 .gt-team-content .gt-social-icon a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-team-wrapper-1 .gt-team-card-items-1:hover .gt-thumb img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.gt-testimonial-box-items {
  margin-top: 30px;
  position: relative;
  z-index: 9;
  text-align: center;
  opacity: 0.32;
}
.gt-testimonial-box-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #F2F2F2;
  z-index: -1;
  /*top: 40px;*/
  height: initial;
  opacity: 0.32;
}
.gt-testimonial-box-items .gt-testi-thumb img {
  border-radius: 4px;
}
.gt-testimonial-box-items .gt-testi-content {
  padding: 20px 20px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .gt-testimonial-box-items .gt-testi-content {
    margin-top: 0;
    padding: 20px 20px;
  }
}
.gt-testimonial-box-items .gt-testi-content h5 {
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 180%;
  color: #1D1D1D;
}
@media (max-width: 767px) {
  .gt-testimonial-box-items .gt-testi-content h5 {
    font-size: 18px;
  }
}
@media (max-width: 470px) {
  .gt-testimonial-box-items .gt-testi-content h5 {
    font-size: 16px;
  }
}
.gt-testimonial-box-items .gt-testi-content .client-info {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gt-white);
  padding: 12px 16px;
  gap: 30px;
  border-radius: 3px 4px 0px 0px;
}
@media (max-width: 767px) {
  .gt-testimonial-box-items .gt-testi-content .client-info {
    gap: 15px;
  }
}
.gt-testimonial-box-items .gt-testi-content .client-info h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .gt-testimonial-box-items .gt-testi-content .client-info h4 {
    font-size: 15px;
  }
}
.gt-testimonial-box-items .gt-testi-content .client-info p {
  color: #595959;
  line-height: 1;
}
@media (max-width: 767px) {
  .gt-testimonial-box-items .gt-testi-content .client-info p {
    font-size: 14px;
  }
}

.gt-testimonial-wrapper .gt-testimonial-content-slider .swiper-slide-active .gt-testimonial-box-items {
  opacity: 1;
}
.gt-testimonial-wrapper .gt-testimonial-content-slider .swiper-slide-active .gt-testimonial-box-items::before {
  background-color: var(--gt-theme);
  opacity: 1;
  border-radius: 8px;
}
.gt-testimonial-wrapper .gt-testimonial-content-slider .swiper-slide-active .gt-testimonial-box-items .gt-testi-content h5 {
  color: var(--gt-white);
}
.gt-testimonial-wrapper .gt-testimonial-slider-thumb {
  max-width: 360px;
  height: 100px;
}
@media (max-width: 575px) {
  .gt-testimonial-wrapper .gt-testimonial-slider-thumb {
    max-width: 100px;
  }
}
.gt-testimonial-wrapper .gt-testimonial-slider-thumb img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.gt-testimonial-wrapper .gt-testimonial-slider-thumb .swiper-wrapper {
  display: flex;
  gap: 0px;
}
.gt-testimonial-wrapper .gt-testimonial-slider-thumb .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: auto;
}
.gt-testimonial-wrapper .gt-testimonial-slider-thumb .swiper-slide-thumb-active img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  position: relative;
  z-index: 9;
  border: 2px solid var(--gt-theme);
}
.gt-testimonial-wrapper .gt-testimonial-content-slider {
  margin-left: -17%;
  margin-right: -17%;
}
@media (max-width: 767px) {
  .gt-testimonial-wrapper .gt-testimonial-content-slider {
    margin-left: 0;
    margin-right: 0;
  }
}
.gt-testimonial-wrapper .gt-array-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 9px auto 0;
  max-width: 660px;
}
.gt-testimonial-wrapper .gt-array-items .array-prev {
  background-color: var(--gt-white);
}
.gt-testimonial-wrapper .gt-array-items .array-prev:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-testimonial-wrapper .gt-array-items .array-next:hover {
  background-color: var(--gt-header);
  color: var(--gt-white);
}

.gt-testimonail-wrapper-2 {
  margin-right: -40%;
  position: relative;
}
.gt-testimonail-wrapper-2 .gt-dot-shape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .gt-testimonail-wrapper-2 {
    margin-right: 0;
  }
}
.gt-testimonail-wrapper-2 .gt-testimonial-box-items-2 {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
  max-width: 875px;
}
@media (max-width: 767px) {
  .gt-testimonail-wrapper-2 .gt-testimonial-box-items-2 {
    flex-wrap: wrap;
    gap: 22px;
  }
}
@media (max-width: 470px) {
  .gt-testimonail-wrapper-2 .gt-testimonial-box-items-2 .gt-client-image {
    width: 140px;
  }
  .gt-testimonail-wrapper-2 .gt-testimonial-box-items-2 .gt-client-image img {
    width: 100%;
    height: 100%;
  }
}
.gt-testimonail-wrapper-2 .gt-testimonial-box-items-2 .gt-testimonial-content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.gt-testimonail-wrapper-2 .gt-testimonial-box-items-2 .gt-testimonial-content .gt-star {
  color: #FCD554;
  margin-bottom: 7px;
}
.gt-testimonail-wrapper-2 .gt-testimonial-box-items-2 .gt-testimonial-content p {
  font-size: 20px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #161921;
  font-style: italic;
  opacity: 0.88;
}
@media (max-width: 470px) {
  .gt-testimonail-wrapper-2 .gt-testimonial-box-items-2 .gt-testimonial-content p {
    font-size: 17px;
  }
}
.gt-testimonail-wrapper-2 .gt-testimonial-box-items-2 .gt-testimonial-content .gt-client-info {
  margin-top: 24px;
}
.gt-testimonail-wrapper-2 .gt-testimonial-box-items-2 .gt-testimonial-content .gt-client-info h3 {
  color: #161921;
}
.gt-testimonail-wrapper-2 .gt-testimonial-box-items-2 .gt-testimonial-content .gt-client-info span {
  opacity: 0.88;
}
.gt-testimonail-wrapper-2 .gt-testimonial-box-items-2 .quote-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.gt-testimonail-wrapper-2 .gt-testimonial-slider-2 .swiper-slide-active .gt-testimonial-content {
  opacity: 1;
  visibility: visible;
}

.gt-testimonial-section-2 {
  position: relative;
  z-index: 9;
}
@media (max-width: 1600px) {
  .gt-testimonial-section-2 .arra-button {
    display: none;
  }
}
.gt-testimonial-section-2 .arra-button .array-prev {
  position: absolute;
  top: 59%;
  z-index: 99;
  position: absolute;
  left: 11%;
  border-radius: 8px;
}
.gt-testimonial-section-2 .arra-button .array-next {
  text-align: center;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  position: absolute;
  top: 59%;
  z-index: 99;
  position: absolute;
  right: 20%;
  border-radius: 8px;
}
@media (max-width: 1899px) {
  .gt-testimonial-section-2 .arra-button .array-next {
    display: none;
  }
}
.gt-testimonial-section-2 .arra-button .array-next:hover {
  background-color: var(--gt-header);
  color: var(--gt-white);
}
.gt-testimonial-section-2 .gt-bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-testimonial-section-2 .gt-bg-shape {
    display: none;
  }
}
.gt-testimonial-section-2 .gt-bg-shape img {
  width: 100%;
}
.gt-testimonial-section-2 .gt-sub-title {
  font-size: 140px;
  line-height: 1;
  letter-spacing: -1.4px;
  opacity: 0.04;
  position: absolute;
  top: 0;
  right: 7%;
  transform: rotate(90deg);
  bottom: 0;
  height: 100%;
  z-index: -1;
  color: #FCFCFC;
}
@media (max-width: 1899px) {
  .gt-testimonial-section-2 .gt-sub-title {
    display: none;
  }
}

.gt-testimonial-wrapper-3 .gt-testimonial-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.gt-testimonial-wrapper-3 .gt-testi-content {
  border-radius: 8px;
}

.gt-testi-main-box {
  margin-right: -56%;
  margin-left: -110px;
  position: relative;
}
@media (max-width: 1199px) {
  .gt-testi-main-box {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
}
.gt-testi-main-box .gt-testimonial-slider-3 .swiper-slide-active .gt-testimonial-box {
  opacity: 1;
}
.gt-testi-main-box .gt-testimonial-slider-3 .swiper-slide-active .gt-testimonial-box::before {
  background-color: var(--gt-theme);
  opacity: 1;
}
.gt-testi-main-box .gt-testimonial-slider-3 .swiper-slide-active .gt-testimonial-box .gt-testi-content h5 {
  color: var(--gt-white);
}
.gt-testi-main-box .gt-testimonial-slider-3 .swiper-slide-active .gt-testimonial-box .gt-testi-content .gt-testimonial-info .content h3 {
  color: var(--gt-white);
}
.gt-testi-main-box .gt-testimonial-slider-3 .swiper-slide-active .gt-testimonial-box .gt-testi-content .gt-testimonial-info .content span {
  color: var(--gt-white);
}
.gt-testi-main-box .gt-testimonial-box {
  position: relative;
  z-index: 9;
  opacity: 0.32;
  padding: 40px;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .gt-testi-main-box .gt-testimonial-box {
    padding: 30px;
  }
}
.gt-testi-main-box .gt-testimonial-box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--gt-border);
  z-index: -1;
  opacity: 0.32;
  border-radius: 8px;
}
.gt-testi-main-box .gt-testimonial-box .gt-testi-content .gt-star {
  color: rgb(252, 213, 84);
  margin-bottom: 10px;
}
.gt-testi-main-box .gt-testimonial-box .gt-testi-content h5 {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 160%;
  color: var(--gt-header);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .gt-testi-main-box .gt-testimonial-box .gt-testi-content h5 {
    font-size: 18px;
  }
}
@media (max-width: 470px) {
  .gt-testi-main-box .gt-testimonial-box .gt-testi-content h5 {
    font-size: 16px;
  }
}
.gt-testi-main-box .gt-testimonial-box .gt-testi-content .gt-testimonial-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}/*# sourceMappingURL=main.css.map */