@charset "UTF-8";
/*
Theme Name: Crovix 
Author: Gramentheme
Author URI: https://themeforest.net/user/Gramentheme/portfolio
Description: "Crovix – Corporate Business Consulting HTML Template
Service Html Template 
Version: 1.0.0
*/
/*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. Faq
10. Feature
11. Footer
12. Header
13. Helping
14. Hero
15. Marquee
16. Meanmenu
17. News
18. Preloader
19. Pricing
20. Project
21. Section
22. Service
23. Team
24. Testimonial

--------------------------------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
:root {
  --gt-body: #fff;
  --gt-black: #000;
  --gt-white: #fff;
  --gt-theme: #E3572B;
  --gt-theme-2: #C2DF93;
  --gt-header: #063232;
  --gt-text: #4F6A69;
  --gt-border: #CAD2D2;
  --gt-bg: #F6F6F6;
  --gt-bg-2: #C2DF93;
  --gt-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

.gt-theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 100px;
  border: 0;
  position: relative;
  min-width: auto;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-theme-btn span {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.gt-theme-btn span i {
  transition: transform 0.35s ease;
  transform: rotate(-45deg);
}
.gt-theme-btn span:last-child {
  position: absolute;
  opacity: 0;
  transform: translateY(50px);
}
.gt-theme-btn:hover {
  background-color: var(--gt-header);
}
.gt-theme-btn:hover span:first-child,
.gt-theme-btn:hover .btn:focus span:first-child {
  opacity: 0;
  transform: translateY(-50px);
}
.gt-theme-btn:hover span:last-child,
.gt-theme-btn:hover .btn:hover span:last-child,
.gt-theme-btn:hover .btn:focus span:last-child {
  opacity: 1;
  transform: translateY(0);
}
.gt-theme-btn:hover i {
  transform: rotate(0);
}

.gt-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: relative;
  min-width: auto;
  text-transform: capitalize;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: var(--gt-theme);
}
.gt-link-btn span {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
@media (max-width: 1399px) {
  .gt-link-btn span {
    font-size: 14px;
  }
}
.gt-link-btn span i {
  transition: transform 0.35s ease;
  transform: rotate(-45deg);
}
.gt-link-btn span:last-child {
  position: absolute;
  opacity: 0;
  transform: translateY(50px);
}
.gt-link-btn:hover span:first-child,
.gt-link-btn:hover .btn:focus span:first-child {
  opacity: 0;
  transform: translateY(-50px);
}
.gt-link-btn:hover span:last-child,
.gt-link-btn:hover .btn:hover span:last-child,
.gt-link-btn:hover .btn:focus span:last-child {
  opacity: 1;
  transform: translateY(0);
}
.gt-link-btn:hover i {
  transform: rotate(0);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  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;
}

h1 {
  font-size: 100px;
  font-weight: 800;
  line-height: 108%;
}
@media (max-width: 1899px) {
  h1 {
    font-size: 70px;
  }
}
@media (max-width: 1600px) {
  h1 {
    font-size: 80px;
  }
}
@media (max-width: 1399px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 117%;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  h2 {
    font-size: 25px;
  }
}

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

h4 {
  font-size: 20px;
  font-weight: 800;
  line-height: 140%;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 144%;
}

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

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-2 .gt-about-content .gt-about-item {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper-2 .gt-about-content .gt-about-item {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.gt-about-wrapper-2 .gt-about-content .gt-about-item .gt-about-left {
  display: grid;
}
.gt-about-wrapper-2 .gt-about-content .gt-about-item .gt-about-left .gt-about-circle-image {
  position: relative;
  z-index: 1;
}
.gt-about-wrapper-2 .gt-about-content .gt-about-item .gt-about-left .gt-about-circle-image img {
  border-radius: 100%;
  border: 4px solid var(--gt-bg);
}
.gt-about-wrapper-2 .gt-about-content .gt-about-item .gt-about-left .gt-circle-box {
  width: 272px;
  height: 272px;
  line-height: 272px;
  text-align: center;
  background-color: var(--gt-header);
  border-radius: 100%;
  margin-top: -90px;
  position: relative;
}
.gt-about-wrapper-2 .gt-about-content .gt-about-item .gt-about-left .gt-circle-box img {
  animation: cir36 10s linear infinite;
}
.gt-about-wrapper-2 .gt-about-content .gt-about-item .gt-about-left .gt-circle-box h2 {
  color: var(--gt-theme-2);
  font-size: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gt-about-wrapper-2 .gt-about-content .gt-about-item .gt-about-right .gt-text {
  margin-bottom: 24px;
}
.gt-about-wrapper-2 .gt-about-content .gt-about-item .gt-about-right .gt-icon-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 0px 16px 0px;
  background-color: var(--gt-white);
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper-2 .gt-about-content .gt-about-item .gt-about-right .gt-icon-item {
    flex-wrap: wrap;
    padding: 16px;
  }
}
.gt-about-wrapper-2 .gt-about-content .gt-about-item .gt-about-right .gt-icon-item .icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-color: var(--gt-theme-2);
}
.gt-about-wrapper-2 .gt-about-content .gt-about-item .gt-about-right .gt-icon-item .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.gt-about-wrapper-2 .gt-about-content .gt-about-item .gt-about-right .gt-icon-item .content h4 {
  font-weight: 600;
}
.gt-about-wrapper-2 .gt-about-content .gt-about-item .gt-about-right .gt-icon-item .content p {
  max-width: 332px;
}
.gt-about-wrapper-2 .gt-about-content .gt-about-item .gt-about-right .gt-icon-item:hover .icon {
  background-color: var(--gt-theme);
}
.gt-about-wrapper-2 .gt-about-content .gt-about-item .gt-about-right .gt-icon-item:hover .icon img {
  transform: scaleX(-1) !important;
  filter: brightness(0) invert(1);
}
.gt-about-wrapper-2 .gt-about-content .gt-about-item .gt-about-right .gt-theme-btn {
  margin-top: 24px;
}
.gt-about-wrapper-2 .gt-about-image {
  position: relative;
  margin-left: 20px;
  overflow: hidden;
}
.gt-about-wrapper-2 .gt-about-image::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
@media (max-width: 1199px) {
  .gt-about-wrapper-2 .gt-about-image {
    margin-left: 0;
  }
}
.gt-about-wrapper-2 .gt-about-image .top-shape {
  position: absolute;
  left: -21px;
  top: -21px;
}
.gt-about-wrapper-2 .gt-about-image img {
  width: 100%;
  height: 100%;
}
.gt-about-wrapper-2 .gt-about-image:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.gt-about-wrapper-3 .gt-about-content .gt-text {
  max-width: 572px;
  margin-top: 24px;
}
.gt-about-wrapper-3 .gt-about-content .gt-about-icon {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(202, 210, 210, 0.24);
}
@media (max-width: 1199px) {
  .gt-about-wrapper-3 .gt-about-content .gt-about-icon {
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 30px;
  }
}
.gt-about-wrapper-3 .gt-about-content .gt-about-icon .gt-icon-items {
  display: flex;
  align-items: center;
  gap: 16px;
}
.gt-about-wrapper-3 .gt-about-content .gt-about-icon .gt-icon-items .gt-icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--gt-theme-2);
}
.gt-about-wrapper-3 .gt-about-content .gt-about-icon .gt-icon-items .gt-icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.gt-about-wrapper-3 .gt-about-content .gt-about-icon .gt-icon-items .content h4 {
  font-weight: 500;
}
.gt-about-wrapper-3 .gt-about-content .gt-about-icon .gt-icon-items:hover .gt-icon {
  background-color: var(--gt-theme);
}
.gt-about-wrapper-3 .gt-about-content .gt-about-icon .gt-icon-items:hover .gt-icon img {
  transform: scaleX(-1) !important;
  filter: brightness(0) invert(1);
}
.gt-about-wrapper-3 .gt-about-content .gt-list {
  border-left: 4px solid var(--gt-theme);
  padding: 0 30px;
}
.gt-about-wrapper-3 .gt-about-content .gt-list li {
  font-size: 20px;
  font-weight: 600;
  color: var(--gt-header);
}
@media (max-width: 1199px) {
  .gt-about-wrapper-3 .gt-about-content .gt-list li {
    font-size: 16px;
  }
}
.gt-about-wrapper-3 .gt-about-content .gt-list li:not(:last-child) {
  margin-bottom: 24px;
}
.gt-about-wrapper-3 .gt-about-content .gt-list li i {
  color: var(--gt-theme);
  margin-right: 10px;
}
.gt-about-wrapper-3 .gt-about-content .gt-about-button {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper-3 .gt-about-content .gt-about-button {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.gt-about-wrapper-3 .gt-about-content .gt-about-button .gt-contacts-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.gt-about-wrapper-3 .gt-about-content .gt-about-button .gt-contacts-item .icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: var(--gt-header);
  background-color: var(--gt-theme-2);
  border-radius: 100px;
  font-size: 20px;
}
.gt-about-wrapper-3 .gt-about-content .gt-about-button .gt-contacts-item .content h4 {
  font-weight: 600;
}
.gt-about-wrapper-3 .gt-about-image {
  position: relative;
  z-index: 9;
}
.gt-about-wrapper-3 .gt-about-image img {
  width: 100%;
  height: 100%;
}
.gt-about-wrapper-3 .gt-about-image .gt-conent {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: -10px;
  left: 0;
  transform: rotate(-10.677deg);
}
@media (max-width: 1199px) {
  .gt-about-wrapper-3 .gt-about-image .gt-conent {
    top: -20px;
  }
}
@media (max-width: 991px) {
  .gt-about-wrapper-3 .gt-about-image .gt-conent {
    top: 25px;
  }
}
@media (max-width: 575px) {
  .gt-about-wrapper-3 .gt-about-image .gt-conent {
    display: none;
  }
}
.gt-about-wrapper-3 .gt-about-image .gt-conent h2 {
  color: var(--gt-theme);
  font-size: 56px;
}
@media (max-width: 1399px) {
  .gt-about-wrapper-3 .gt-about-image .gt-conent h2 {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .gt-about-wrapper-3 .gt-about-image .gt-conent h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .gt-about-wrapper-3 .gt-about-image .gt-conent h2 {
    font-size: 35px;
  }
}
.gt-about-wrapper-3 .gt-about-image .gt-conent p {
  max-width: 250px;
}
.gt-about-wrapper-3 .gt-about-image .star {
  color: var(--gt-header);
  background-color: var(--gt-white);
  transform: rotate(-12.102deg);
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 50px;
  border-radius: 100px;
  font-size: 20px;
}
.gt-about-wrapper-3 .gt-about-image .gt-client-info {
  display: flex;
  align-items: center;
  gap: 12px;
  transform: rotate(-90deg);
  padding: 24px 50px 24px 24px;
  background-color: var(--gt-white);
  border-radius: 0px 0px 132px 0px;
  position: absolute;
  left: -100px;
  bottom: 90px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper-3 .gt-about-image .gt-client-info {
    bottom: 15px;
  }
}
@media (max-width: 991px) {
  .gt-about-wrapper-3 .gt-about-image .gt-client-info {
    bottom: 90px;
  }
}
@media (max-width: 575px) {
  .gt-about-wrapper-3 .gt-about-image .gt-client-info {
    display: none;
  }
}
.gt-about-wrapper-3 .gt-about-image .gt-client-info .info-image {
  transform: rotate(-260deg);
}
.gt-about-wrapper-3 .gt-about-image .gt-client-info .content h4 {
  font-weight: 600;
}
.gt-about-wrapper-3 .gt-about-image .bg-shape {
  position: absolute;
  z-index: -1;
  top: -100px;
  left: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .gt-about-wrapper-3 .gt-about-image .bg-shape {
    display: none;
  }
}

.gt-about-wrapper .gt-about-image {
  position: relative;
  max-width: 580px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper .gt-about-image {
    max-width: initial;
  }
}
.gt-about-wrapper .gt-about-image img {
  width: 100%;
  height: 100%;
}
.gt-about-wrapper .gt-about-image .gt-shape {
  position: absolute;
  top: 76px;
  left: 50px;
}
.gt-about-wrapper .gt-about-content .gt-text {
  margin-top: 24px;
}
.gt-about-wrapper .gt-about-content .gt-about-right-item {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .gt-about-wrapper .gt-about-content .gt-about-right-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-about-wrapper .gt-about-content .gt-about-right-item .gt-about-icon .gt-icon-item {
  display: flex;
  gap: 16px;
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  .gt-about-wrapper .gt-about-content .gt-about-right-item .gt-about-icon .gt-icon-item {
    margin-bottom: 30px;
  }
}
.gt-about-wrapper .gt-about-content .gt-about-right-item .gt-about-icon .gt-icon-item .gt-icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--gt-theme-2);
  position: relative;
}
.gt-about-wrapper .gt-about-content .gt-about-right-item .gt-about-icon .gt-icon-item .gt-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--gt-theme);
  content: "";
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.gt-about-wrapper .gt-about-content .gt-about-right-item .gt-about-icon .gt-icon-item .gt-icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.gt-about-wrapper .gt-about-content .gt-about-right-item .gt-about-icon .gt-icon-item .content h4 {
  font-weight: 600;
}
.gt-about-wrapper .gt-about-content .gt-about-right-item .gt-about-icon .gt-icon-item .content p {
  max-width: 265px;
}
.gt-about-wrapper .gt-about-content .gt-about-right-item .gt-about-icon .gt-icon-item:hover .gt-icon::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}
.gt-about-wrapper .gt-about-content .gt-about-right-item .gt-about-icon .gt-icon-item:hover .gt-icon img {
  transform: scaleX(-1) !important;
  filter: brightness(0) invert(1);
  position: relative;
  z-index: 999;
}
.gt-about-wrapper .gt-about-content .gt-about-right-item .gt-right-image {
  position: relative;
  padding: 16px 16px 0;
  background-color: var(--gt-theme-2);
  border-radius: 16px;
}
.gt-about-wrapper .gt-about-content .gt-about-right-item .gt-right-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(178deg, rgba(194, 223, 147, 0) 35.88%, var(--Text-Primary, rgba(6, 50, 50, 0.88)) 98.6%);
  border-radius: 16px;
}
.gt-about-wrapper .gt-about-content .gt-about-right-item .gt-right-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.gt-about-wrapper .gt-about-content .gt-about-right-item .gt-right-image .gt-content {
  position: absolute;
  bottom: 16px;
  left: 30px;
  right: 30px;
  text-align: center;
}
.gt-about-wrapper .gt-about-content .gt-about-right-item .gt-right-image .gt-content h4 {
  font-weight: 600;
  color: var(--gt-white);
}
.gt-about-wrapper .gt-about-content .gt-about-right-item .gt-right-image .gt-content span {
  color: rgba(255, 255, 255, 0.7);
}
.gt-about-wrapper .gt-about-content .gt-about-button-item {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .gt-about-wrapper .gt-about-content .gt-about-button-item {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .gt-about-wrapper .gt-about-content .gt-about-button-item {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.gt-about-wrapper .gt-about-content .gt-about-button-item .button-text {
  display: flex;
}
.gt-about-wrapper .gt-about-content .gt-about-button-item .button-text .video-btn {
  background-color: var(--gt-white);
  color: var(--gt-theme-2);
  display: inline-block;
  font-size: 16px;
  height: 56px;
  width: 56px;
  line-height: 56px;
  border-radius: 100px;
  text-align: center;
}
.gt-about-wrapper .gt-about-content .gt-about-button-item .button-text span {
  font-size: 18px;
  color: var(--gt-header);
  font-weight: 600;
}

@-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 slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.animation-infinite {
  animation: ShapeAnim 80s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes sparkle {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}
@keyframes borderAnim {
  0% {
    width: 0;
  }
  100% {
    width: 44px;
  }
}
@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes strokeColorChange1 {
  0% {
    -webkit-text-stroke-color: rgba(202, 210, 210, 0.1);
  }
  25% {
    -webkit-text-stroke-color: rgba(202, 210, 210, 0.1);
  }
  50% {
    -webkit-text-stroke-color: rgba(194, 223, 147, 0.1);
  }
  75% {
    -webkit-text-stroke-color: rgba(227, 87, 43, 0.1);
  }
  100% {
    -webkit-text-stroke-color: rgba(194, 223, 147, 0.1);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@keyframes rotateBorder {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrolly {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60%);
  }
}
@keyframes scrolls {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes scroll-left-to-right-loop {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

.img_left_animation {
  animation: left-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes left-animation {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_right_animation {
  animation: right-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes right-animation {
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_top_animation {
  animation: top-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes top-animation {
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_bottom_animation {
  animation: bottom-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes bottom-animation {
  0% {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes circle {
  0% {
    transform: scale(0);
    opacity: 0.6;
  }
  100% {
    transform: scale(30);
    opacity: 0;
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.gt-brand-wrapper-2 h4 {
  margin-bottom: 48px;
  position: relative;
}
@media (max-width: 1199px) {
  .gt-brand-wrapper-2 h4 {
    margin-bottom: 30px;
  }
}
.gt-brand-wrapper-2 h4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--gt-theme);
  width: 47px;
  height: 1px;
  top: 17px;
  left: 38%;
}
@media (max-width: 1399px) {
  .gt-brand-wrapper-2 h4::before {
    display: none;
  }
}
.gt-brand-wrapper-2 h4::after {
  position: absolute;
  content: "";
  right: 38%;
  width: 47px;
  height: 1px;
  top: 17px;
  background-color: var(--gt-theme);
}
@media (max-width: 1399px) {
  .gt-brand-wrapper-2 h4::after {
    display: none;
  }
}
.gt-brand-wrapper-2 .gt-brand-item {
  border-top: 1px solid rgba(202, 210, 210, 0.72);
  border-bottom: 1px solid rgba(202, 210, 210, 0.72);
  text-align: center;
  height: 116px;
  position: relative;
}
.gt-brand-wrapper-2 .gt-brand-item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(202, 210, 210, 0.72);
  width: 1px;
  left: 0;
}
.gt-brand-wrapper-2 .gt-brand-item::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  background-color: rgba(202, 210, 210, 0.72);
  width: 1px;
  right: 0;
}
.gt-brand-wrapper-2 .gt-brand-item .gt-brand-image {
  position: relative;
  padding: 30px 0;
}
.gt-brand-wrapper-2 .gt-brand-item .gt-brand-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(202, 210, 210, 0.72);
  width: 1px;
  left: 0;
  height: 120px;
}
@media (max-width: 1199px) {
  .gt-brand-wrapper-2 .gt-brand-item .gt-brand-image::before {
    display: none;
  }
}
/* Visibility fallback for animated elements (prevent hidden content if WOW/animations fail) */
.wow,
.img-custom-anim-right,
.img-custom-anim-left,
.img-custom-anim-top,
.img-custom-anim-bottom,
.img_left_animation,
.img_right_animation,
.img_top_animation,
.img_bottom_animation {
  opacity: 1 !important;
}
.gt-brand-wrapper-2.gt-style-1 .gt-brand-item {
  height: 102px;
}
.gt-brand-wrapper-2.gt-style-1 .gt-brand-item .gt-brand-image {
  text-align: center;
  filter: grayscale(100%);
  transition: all 0.4s ease-in-out;
  opacity: 0.4;
}
.gt-brand-wrapper-2.gt-style-1 .gt-brand-item .gt-brand-image:hover {
  filter: initial;
  opacity: 1;
}
.gt-brand-wrapper-2.gt-style-1 .gt-brand-item .swiper-slide.swiper-slide-active .gt-brand-image {
  filter: initial;
  opacity: 1;
}

.gt-contact-us-wrapper .gt-contact-us-box {
  display: flex;
  align-items: center;
  gap: 24px;
  background: var(--gt-bg);
  padding: 25px;
  margin-bottom: 20px;
  max-width: 420px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .gt-contact-us-wrapper .gt-contact-us-box {
    display: grid;
  }
}
@media (max-width: 991px) {
  .gt-contact-us-wrapper .gt-contact-us-box {
    max-width: initial;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .gt-contact-us-wrapper .gt-contact-us-box {
    display: grid;
  }
}
.gt-contact-us-wrapper .gt-contact-us-box .gt-icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-color: var(--gt-theme-2);
  font-size: 30px;
  color: var(--gt-header);
  transition: all 0.4s ease-in-out;
}
.gt-contact-us-wrapper .gt-contact-us-box .gt-icon i {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.gt-contact-us-wrapper .gt-contact-us-box .gt-contact-us-content span {
  color: var(--gt-header);
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .gt-contact-us-wrapper .gt-contact-us-box .gt-contact-us-content h5 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .gt-contact-us-wrapper .gt-contact-us-box .gt-contact-us-content h5 br {
    display: initial;
  }
}
.gt-contact-us-wrapper .gt-contact-us-box:hover .gt-icon {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.gt-contact-us-wrapper .gt-contact-us-box:hover .gt-icon i {
  transform: scaleX(-1) !important;
  filter: brightness(0) invert(1);
}
.gt-contact-us-wrapper .gt-comment-form-wrap {
  padding: 40px;
  background: var(--gt-bg);
}
@media (max-width: 575px) {
  .gt-contact-us-wrapper .gt-comment-form-wrap {
    padding: 30px;
  }
}
.gt-contact-us-wrapper .gt-comment-form-wrap h3 {
  font-size: 40px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .gt-contact-us-wrapper .gt-comment-form-wrap h3 {
    font-size: 28px;
  }
}
.gt-contact-us-wrapper .gt-comment-form-wrap p {
  margin-bottom: 20px;
}
.gt-contact-us-wrapper .gt-comment-form-wrap .form-clt span {
  color: var(--gt-header);
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.gt-contact-us-wrapper .gt-comment-form-wrap .form-clt input, .gt-contact-us-wrapper .gt-comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 8px;
  background: var(--gt-bg);
  border: 1px solid rgba(202, 210, 210, 0.24);
  padding: 12px 20px;
  font-weight: 400;
  font-size: 16px;
  color: var(--gt-header);
}
.gt-contact-us-wrapper .gt-comment-form-wrap .form-clt input::placeholder, .gt-contact-us-wrapper .gt-comment-form-wrap .form-clt textarea::placeholder {
  color: var(--gt-header);
}
.gt-contact-us-wrapper .gt-comment-form-wrap .form-clt textarea {
  padding-bottom: 80px;
  resize: none;
}

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

.gt-faq-wrapper .gt-faq-content .gt-text {
  max-width: 489px;
  margin-top: 24px;
}
.gt-faq-wrapper .gt-faq-content .client-info-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
@media (max-width: 1199px) {
  .gt-faq-wrapper .gt-faq-content .client-info-item {
    margin-top: 30px;
  }
}
.gt-faq-wrapper .gt-faq-content .client-info-item .info-item {
  display: flex;
  align-items: center;
}
.gt-faq-wrapper .gt-faq-content .client-info-item .info-item .client-image img {
  border: 1px solid #FBFFEE;
  border-radius: 100px;
}
.gt-faq-wrapper .gt-faq-content .client-info-item .info-item .client-image.style-2 {
  margin-left: -20px;
}
@media (max-width: 1199px) {
  .gt-faq-wrapper .gt-faq-content .client-info-item .info-item .client-image.style-2 {
    margin-left: -30px;
  }
}
@media (max-width: 991px) {
  .gt-faq-wrapper .gt-faq-content .client-info-item .info-item .client-image.style-2 {
    margin-left: -20px;
  }
}
.gt-faq-wrapper .faq-items {
  position: relative;
  z-index: 9;
}
.gt-faq-wrapper .faq-items .accordion .accordion-item {
  border: none;
}
.gt-faq-wrapper .faq-items .accordion .accordion-item h4 button {
  line-height: 1;
  font-weight: 600;
  padding: 29px 30px;
  color: var(--gt-header);
  cursor: pointer;
}
@media (max-width: 575px) {
  .gt-faq-wrapper .faq-items .accordion .accordion-item h4 button {
    font-size: 18px;
    line-height: 1.6;
    padding: 22px 20px;
  }
}
.gt-faq-wrapper .faq-items .accordion .accordion-item .accordion-body {
  padding: 20px 30px;
  background-color: var(--gt-white);
  box-shadow: 8px 8px 32px 0 rgba(36, 12, 135, 0.08);
  backdrop-filter: blur(5px);
}
.gt-faq-wrapper .faq-items .accordion .accordion-item .accordion-body p {
  color: var(--gt-header);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
@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-white);
  color: var(--gt-header);
  box-shadow: 8px 8px 32px 0 rgba(36, 12, 135, 0.08);
  backdrop-filter: blur(5px);
}
.gt-faq-wrapper .faq-items .accordion .accordion-button::after {
  content: "\e09f";
  font-family: "Font Awesome 6 Pro";
  background: transparent;
  font-weight: 900;
  transition: all 0.3s ease-in-out !important;
  color: var(--gt-header);
}
.gt-faq-wrapper .faq-items .accordion .accordion-button:not(.collapsed) {
  background-color: var(--gt-white);
  box-shadow: 8px 8px 32px 0 rgba(36, 12, 135, 0.08);
  backdrop-filter: blur(5px);
  color: var(--gt-header);
}
.gt-faq-wrapper .faq-items .accordion .accordion-button:not(.collapsed)::after {
  content: "\e093";
  font-family: "Font Awesome 6 Pro";
  background: transparent;
  font-weight: 900;
  color: var(--gt-theme);
  transform: rotate(0);
}

.gt-choose-us-wrapper-2 {
  position: relative;
}
.gt-choose-us-wrapper-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  height: 560px;
  background-color: rgba(202, 210, 210, 0.24);
  left: 47%;
  top: 5%;
  width: 1px;
}
@media (max-width: 1199px) {
  .gt-choose-us-wrapper-2::before {
    display: none;
  }
}
.gt-choose-us-wrapper-2 .gt-choose-us-left-item {
  position: relative;
}
.gt-choose-us-wrapper-2 .gt-choose-us-left-item .gt-why-choose-us-image {
  position: relative;
  max-width: 500px;
  overflow: hidden;
}
.gt-choose-us-wrapper-2 .gt-choose-us-left-item .gt-why-choose-us-image::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
@media (max-width: 1199px) {
  .gt-choose-us-wrapper-2 .gt-choose-us-left-item .gt-why-choose-us-image {
    max-width: initial;
  }
}
.gt-choose-us-wrapper-2 .gt-choose-us-left-item .gt-why-choose-us-image img {
  width: 100%;
  height: 100%;
}
.gt-choose-us-wrapper-2 .gt-choose-us-left-item .gt-why-choose-us-image h2 {
  color: var(--gt-white);
  position: absolute;
  top: 25%;
  right: -29%;
  transform: rotate(-90deg);
}
@media (max-width: 1199px) {
  .gt-choose-us-wrapper-2 .gt-choose-us-left-item .gt-why-choose-us-image h2 {
    right: -26%;
    top: 23%;
  }
}
@media (max-width: 991px) {
  .gt-choose-us-wrapper-2 .gt-choose-us-left-item .gt-why-choose-us-image h2 {
    right: -14%;
    top: 15%;
  }
}
@media (max-width: 575px) {
  .gt-choose-us-wrapper-2 .gt-choose-us-left-item .gt-why-choose-us-image h2 {
    right: -21%;
    top: 18%;
  }
}
.gt-choose-us-wrapper-2 .gt-choose-us-left-item .gt-why-choose-us-image h2 span {
  color: var(--gt-theme-2);
}
.gt-choose-us-wrapper-2 .gt-choose-us-left-item .gt-why-choose-us-image:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.gt-choose-us-wrapper-2 .gt-choose-us-left-item .content {
  display: grid;
  right: -15%;
  top: 10%;
  position: absolute;
  gap: 264px;
}
@media (max-width: 1399px) {
  .gt-choose-us-wrapper-2 .gt-choose-us-left-item .content {
    display: none;
  }
}
.gt-choose-us-wrapper-2 .gt-choose-us-left-item .content .gt-link-btn {
  color: var(--gt-theme-2);
  transform: rotate(-90deg);
  margin-left: 20px;
}
.gt-choose-us-wrapper-2 .gt-choose-us-left-item .content .gt-link-btn span {
  border-bottom: 1px solid var(--gt-theme-2);
}
.gt-choose-us-wrapper-2 .gt-choose-us-left-item .content p {
  max-width: 380px;
  transform: rotate(-90deg);
  color: var(--gt-white);
  opacity: 0.7;
}
.gt-choose-us-wrapper-2 .gt-why-choose-us-content .gt-text {
  margin-top: 20px;
  color: var(--gt-white);
  opacity: 0.7;
  margin-bottom: 30px;
}
.gt-choose-us-wrapper-2 .gt-why-choose-us-content .gt-list {
  margin-bottom: 24px;
}
.gt-choose-us-wrapper-2 .gt-why-choose-us-content .gt-list .list {
  margin-bottom: 10px;
}
.gt-choose-us-wrapper-2 .gt-why-choose-us-content .gt-list .list li {
  font-size: 20px;
  font-weight: 600;
  color: var(--gt-white);
}
.gt-choose-us-wrapper-2 .gt-why-choose-us-content .gt-list .list li i {
  color: var(--gt-theme-2);
  margin-right: 10px;
}
.gt-choose-us-wrapper-2 .gt-why-choose-us-content .gt-list p {
  color: var(--gt-white);
  opacity: 0.7;
}
.gt-choose-us-wrapper-2 .gt-why-choose-us-content .gt-theme-btn {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .gt-choose-us-wrapper-2 .gt-why-choose-us-content .gt-theme-btn {
    margin-top: 6px;
  }
}
.gt-choose-us-wrapper-2 .gt-why-choose-us-content .gt-theme-btn:hover {
  background-color: var(--gt-white);
  color: var(--gt-header);
}

.gt-why-choose-us-section-2 {
  position: relative;
  z-index: 9;
}
.gt-why-choose-us-section-2 .gt-left-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .gt-why-choose-us-section-2 .gt-left-shape {
    display: none;
  }
}
.gt-why-choose-us-section-2 .gt-right-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  animation: slideInRight 1.7s ease-out forwards;
}
@media (max-width: 1399px) {
  .gt-why-choose-us-section-2 .gt-right-shape {
    display: none;
  }
}

.gt-feature-wrapper-3 .gt-feature-image {
  position: relative;
  max-width: 586px;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
  transform-style: preserve-3d;
}
@media (max-width: 1199px) {
  .gt-feature-wrapper-3 .gt-feature-image {
    max-width: initial;
  }
}
.gt-feature-wrapper-3 .gt-feature-image img {
  width: 100%;
  height: 100%;
}
.gt-feature-wrapper-3 .gt-feature-image .radius-box-2 {
  background-color: var(--gt-theme);
  width: 260px;
  height: 185px;
  border-radius: 91.489px 0px 0px 91.489px;
  position: absolute;
  right: -25px;
  bottom: 37px;
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  .gt-feature-wrapper-3 .gt-feature-image .radius-box-2 {
    display: none;
  }
}
.gt-feature-wrapper-3 .gt-feature-image .radius-box-2 .circle-image {
  width: 164px;
  height: 164px;
  line-height: 164px;
  border-radius: 100px;
  background-color: var(--gt-white);
  margin-top: 10px;
  margin-left: 10px;
  text-align: center;
  position: relative;
}
.gt-feature-wrapper-3 .gt-feature-image .radius-box-2 .circle-image .star {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFEDE6;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 100px;
  color: var(--gt-theme);
  font-size: 30px;
}
.gt-feature-wrapper-3 .gt-feature-image .radius-box-2 .circle-image img {
  animation: cir36 10s linear infinite;
  width: initial;
  height: initial;
}
.gt-feature-wrapper-3 .gt-feature-content .gt-text {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 551px;
}
.gt-feature-wrapper-3 .gt-feature-content .gt-progress-wrap {
  margin-top: 32px;
  width: 100%;
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  .gt-feature-wrapper-3 .gt-feature-content .gt-progress-wrap {
    margin-bottom: 40px;
  }
}
.gt-feature-wrapper-3 .gt-feature-content .gt-progress-wrap .pro-items {
  width: 100%;
}
.gt-feature-wrapper-3 .gt-feature-content .gt-progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 25px;
}
.gt-feature-wrapper-3 .gt-feature-content .gt-progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.gt-feature-wrapper-3 .gt-feature-content .gt-progress-wrap .pro-items .pro-head .title {
  font-weight: 600;
  color: var(--gt-white);
}
.gt-feature-wrapper-3 .gt-feature-content .gt-progress-wrap .pro-items .pro-head .point {
  font-size: 20px;
  font-weight: 600;
  color: var(--gt-white);
}
.gt-feature-wrapper-3 .gt-feature-content .gt-progress-wrap .pro-items .progress {
  border: 1px solid var(--gt-theme-2);
  justify-content: flex-start;
  align-items: center;
  position: relative;
  display: flex;
  height: 14px;
  width: 100%;
  background-color: transparent;
  padding: 0 2px;
}
.gt-feature-wrapper-3 .gt-feature-content .gt-progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  border-radius: 16px;
  background: var(--gt-theme-2);
  height: 8px;
  width: 0;
}
.gt-feature-wrapper-3 .gt-feature-content .gt-progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.gt-feature-wrapper-3 .gt-feature-content .gt-progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 55%;
  }
}
.gt-feature-wrapper-3 .gt-feature-content .gt-theme-btn:hover {
  background-color: var(--gt-white);
}
.gt-feature-wrapper-3 .gt-feature-content .gt-theme-btn:hover span {
  color: var(--gt-header);
}
.gt-feature-wrapper-3:hover .gt-feature-image {
  transform: rotateX(7deg) rotateY(7deg);
}

.gt-feature-section-3 {
  position: relative;
}
.gt-feature-section-3 .gt-right-shape {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .gt-feature-section-3 .gt-right-shape {
    display: none;
  }
}
.gt-feature-section-3 .gt-bottom-shape {
  position: absolute;
  right: 92px;
  bottom: 88px;
}
@media (max-width: 1199px) {
  .gt-feature-section-3 .gt-bottom-shape {
    display: none;
  }
}
.gt-feature-section-3 .gt-top-shape {
  position: absolute;
  top: 130px;
  left: 40%;
}
@media (max-width: 1199px) {
  .gt-feature-section-3 .gt-top-shape {
    display: none;
  }
}
.gt-feature-section-3 .gt-circle-shape {
  position: absolute;
  top: 27%;
  left: 5%;
}
@media (max-width: 1199px) {
  .gt-feature-section-3 .gt-circle-shape {
    display: none;
  }
}
.gt-feature-section-3 .gt-red-shape {
  position: absolute;
  top: 140px;
  left: 16%;
}
@media (max-width: 1600px) {
  .gt-feature-section-3 .gt-red-shape {
    top: 100px;
    left: 10%;
  }
}
@media (max-width: 1199px) {
  .gt-feature-section-3 .gt-red-shape {
    display: none;
  }
}

.gt-our-process-wrapper {
  position: relative;
  z-index: 9;
}
.gt-our-process-wrapper .gt-line-shape {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 936px;
  z-index: -1;
}
.gt-our-process-wrapper .gt-line-shape img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .gt-our-process-wrapper .gt-line-shape {
    display: none;
  }
}
.gt-our-process-wrapper .gt-our-process-item {
  text-align: center;
  margin-top: 30px;
}
.gt-our-process-wrapper .gt-our-process-item span {
  font-size: 18px;
  font-weight: 600;
}
.gt-our-process-wrapper .gt-our-process-item h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .gt-our-process-wrapper .gt-our-process-item h3 {
    font-size: 20px;
  }
}
.gt-our-process-wrapper .gt-our-process-item p {
  max-width: 306px;
  text-align: center;
  margin: 0 auto;
}
.gt-our-process-wrapper .gt-our-process-item .gt-icon {
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--gt-white);
  margin: 0 auto;
  position: relative;
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
}
.gt-our-process-wrapper .gt-our-process-item .gt-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 88px;
  height: 88px;
  border: 2px dashed var(--gt-border);
  text-align: center;
  border-radius: 100px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: all 0.4s ease-in-out;
  animation: rotateBorder 7s linear infinite;
  z-index: 1;
}
.gt-our-process-wrapper .gt-our-process-item.style-2 h3 {
  margin-top: 40px;
}
.gt-our-process-wrapper .gt-our-process-item.style-2 p {
  margin-bottom: 24px;
}
.gt-our-process-wrapper .gt-our-process-item:hover .gt-icon {
  background-color: var(--gt-theme);
}
.gt-our-process-wrapper .gt-our-process-item:hover .gt-icon::before {
  border: 2px dashed var(--gt-theme);
}
.gt-our-process-wrapper .gt-our-process-item:hover .gt-icon img {
  filter: brightness(0) invert(1);
}

.gt-why-choose-us-wrapper .gt-why-choose-us-image img {
  width: 100%;
  height: 100%;
}
.gt-why-choose-us-wrapper .gt-why-choose-us-content .gt-text {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.gt-why-choose-us-wrapper .gt-why-choose-us-content .gt-why-choose-us-item {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 110px;
}
@media (max-width: 1399px) {
  .gt-why-choose-us-wrapper .gt-why-choose-us-content .gt-why-choose-us-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-why-choose-us-wrapper .gt-why-choose-us-content .gt-why-choose-us-item .gt-chosse-us-icon-item .gt-chosse-us-icon {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.gt-why-choose-us-wrapper .gt-why-choose-us-content .gt-why-choose-us-item .gt-chosse-us-icon-item .gt-chosse-us-icon .icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  background-color: var(--gt-theme-2);
  border-radius: 100px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.gt-why-choose-us-wrapper .gt-why-choose-us-content .gt-why-choose-us-item .gt-chosse-us-icon-item .gt-chosse-us-icon .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.gt-why-choose-us-wrapper .gt-why-choose-us-content .gt-why-choose-us-item .gt-chosse-us-icon-item .gt-chosse-us-icon .content h4 {
  font-weight: 600;
  color: var(--gt-white);
}
.gt-why-choose-us-wrapper .gt-why-choose-us-content .gt-why-choose-us-item .gt-chosse-us-icon-item .gt-chosse-us-icon:hover .icon {
  background-color: var(--gt-theme);
}
.gt-why-choose-us-wrapper .gt-why-choose-us-content .gt-why-choose-us-item .gt-chosse-us-icon-item .gt-chosse-us-icon:hover .icon img {
  transform: scaleX(-1) !important;
  filter: brightness(0) invert(1);
}
.gt-why-choose-us-wrapper .gt-why-choose-us-content .gt-why-choose-us-item .gt-arrow {
  border-left: 4px solid var(--gt-border);
  padding-left: 60px;
}
@media (max-width: 1199px) {
  .gt-why-choose-us-wrapper .gt-why-choose-us-content .gt-why-choose-us-item .gt-arrow {
    border-left: none;
    padding-left: 0;
  }
}
.gt-why-choose-us-wrapper .gt-why-choose-us-content .gt-choose-us-button {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 48px;
}
@media (max-width: 1199px) {
  .gt-why-choose-us-wrapper .gt-why-choose-us-content .gt-choose-us-button {
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 30px;
  }
}
.gt-why-choose-us-wrapper .gt-why-choose-us-content .gt-choose-us-button .gt-count-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gt-why-choose-us-wrapper .gt-why-choose-us-content .gt-choose-us-button .gt-count-item h2 {
  color: var(--gt-white);
  font-size: 56px;
}
.gt-why-choose-us-wrapper .gt-why-choose-us-content .gt-choose-us-button .gt-count-item p {
  color: rgba(255, 255, 255, 0.8);
}

.gt-video-wrapper {
  position: relative;
  z-index: 9;
}
.gt-video-wrapper .gt-text {
  font-size: 180px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(202, 210, 210, 0.3);
  background: transparent;
  animation: strokeColorChange1 4s linear infinite;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20%;
  z-index: -1;
}
@media (max-width: 1600px) {
  .gt-video-wrapper .gt-text {
    top: -20%;
  }
}
@media (max-width: 1199px) {
  .gt-video-wrapper .gt-text {
    display: none;
  }
}
.gt-video-wrapper .gt-video-content {
  position: relative;
  border-left: 4px solid var(--gt-theme-2);
  padding-left: 48px;
}
@media (max-width: 1199px) {
  .gt-video-wrapper .gt-video-content {
    padding-left: 0;
    border-left: none;
  }
}
.gt-video-wrapper .gt-video-content .gt-arrow {
  position: absolute;
  top: -15px;
  right: 94px;
}
@media (max-width: 1199px) {
  .gt-video-wrapper .gt-video-content .gt-arrow {
    display: none;
  }
}
.gt-video-wrapper .gt-video-content .gt-top-content {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1199px) {
  .gt-video-wrapper .gt-video-content .gt-top-content {
    flex-wrap: wrap;
  }
}
.gt-video-wrapper .gt-video-content .gt-top-content h2 {
  color: var(--gt-white);
  font-size: 100px;
  font-weight: 800;
}
@media (max-width: 1399px) {
  .gt-video-wrapper .gt-video-content .gt-top-content h2 {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .gt-video-wrapper .gt-video-content .gt-top-content h2 {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .gt-video-wrapper .gt-video-content .gt-top-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .gt-video-wrapper .gt-video-content .gt-top-content h2 {
    font-size: 30px;
  }
}
.gt-video-wrapper .gt-video-content .gt-top-content .circle-image {
  position: relative;
}
@media (max-width: 575px) {
  .gt-video-wrapper .gt-video-content .gt-top-content .circle-image {
    display: none;
  }
}
.gt-video-wrapper .gt-video-content .gt-top-content .circle-image .video-btn {
  text-align: center;
  color: var(--gt-white);
  display: inline-block;
  text-align: center;
  font-size: 24px;
  z-index: 999;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  line-height: 72px;
  background-color: var(--gt-theme);
  border-radius: 100%;
}
@media (max-width: 1600px) {
  .gt-video-wrapper .gt-video-content .gt-top-content .circle-image .video-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.gt-video-wrapper .gt-video-content .gt-top-content .circle-image img {
  animation: cir36 10s linear infinite;
}
.gt-video-wrapper .gt-video-content .gt-bottom-content {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .gt-video-wrapper .gt-video-content .gt-bottom-content {
    flex-wrap: wrap;
  }
}
.gt-video-wrapper .gt-video-content .gt-bottom-content h4 {
  color: rgba(255, 255, 255, 0.88);
}
.gt-video-wrapper .gt-video-content .gt-bottom-content h2 {
  font-size: 100px;
  color: var(--gt-white);
}
@media (max-width: 1399px) {
  .gt-video-wrapper .gt-video-content .gt-bottom-content h2 {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .gt-video-wrapper .gt-video-content .gt-bottom-content h2 {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .gt-video-wrapper .gt-video-content .gt-bottom-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .gt-video-wrapper .gt-video-content .gt-bottom-content h2 {
    font-size: 30px;
  }
}
.gt-video-wrapper .gt-video-image {
  overflow: hidden;
}
.gt-video-wrapper .gt-video-image::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.gt-video-wrapper .gt-video-image img {
  width: 100%;
  height: 100%;
}
.gt-video-wrapper .gt-video-image:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.gt-video-section {
  position: relative;
  z-index: 9;
}
.gt-video-section .star {
  position: absolute;
  bottom: 64px;
  left: 28%;
}
@media (max-width: 1199px) {
  .gt-video-section .star {
    display: none;
  }
}
.gt-video-section .right-shape {
  position: absolute;
  right: 0%;
  top: -47%;
  z-index: -1;
}
@media (max-width: 1600px) {
  .gt-video-section .right-shape {
    right: -20%;
  }
}
@media (max-width: 1199px) {
  .gt-video-section .right-shape {
    display: none;
  }
}

.gt-footer-widget-wrapper-2 {
  padding: 100px 0;
  position: relative;
}
.gt-footer-widget-wrapper-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(202, 210, 210, 0.24);
  width: 1px;
  right: initial;
  left: 520px;
}
@media (max-width: 1399px) {
  .gt-footer-widget-wrapper-2::before {
    display: none;
  }
}
.gt-footer-widget-wrapper-2 .gt-footer-content {
  position: relative;
}
.gt-footer-widget-wrapper-2 .gt-footer-content::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(202, 210, 210, 0.24);
  height: 1px;
  right: initial;
  left: -6px;
  bottom: 50px;
  top: initial;
  width: 527px;
}
@media (max-width: 1399px) {
  .gt-footer-widget-wrapper-2 .gt-footer-content::before {
    display: none;
  }
}
.gt-footer-widget-wrapper-2 .gt-footer-content p {
  color: var(--gt-white);
  opacity: 0.7;
  margin-bottom: 20px;
  margin-top: 15px;
  max-width: 479px;
}
.gt-footer-widget-wrapper-2 .gt-footer-content h4 {
  color: var(--gt-white);
  margin-bottom: 5px;
}
.gt-footer-widget-wrapper-2 .gt-footer-content span {
  color: var(--gt-white);
  opacity: 0.7;
}
.gt-footer-widget-wrapper-2 .gt-footer-content .gt-text {
  color: var(--gt-white);
  margin-top: 70px;
  font-weight: 600;
  opacity: initial;
}
@media (max-width: 1199px) {
  .gt-footer-widget-wrapper-2 .gt-footer-content .gt-text {
    margin-top: 30px;
  }
}
.gt-footer-widget-wrapper-2 .gt-footer-content .gt-text span {
  color: var(--gt-theme);
}
.gt-footer-widget-wrapper-2 .gt-newsletter-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1399px) {
  .gt-footer-widget-wrapper-2 .gt-newsletter-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-footer-widget-wrapper-2 .gt-newsletter-item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.24);
  height: 1px;
  right: initial;
  left: -29px;
  bottom: -50px;
  top: initial;
  width: 782px;
}
@media (max-width: 1399px) {
  .gt-footer-widget-wrapper-2 .gt-newsletter-item::before {
    display: none;
  }
}
.gt-footer-widget-wrapper-2 .gt-newsletter-item .gt-content {
  display: flex;
  align-items: center;
  gap: 16px;
}
.gt-footer-widget-wrapper-2 .gt-newsletter-item .gt-content h4 {
  color: var(--gt-white);
}
.gt-footer-widget-wrapper-2 .gt-newsletter-item form {
  max-width: 445px;
  width: 100%;
}
.gt-footer-widget-wrapper-2 .gt-newsletter-item form .form-clt {
  position: relative;
}
.gt-footer-widget-wrapper-2 .gt-newsletter-item form .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(26px);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  padding: 20px;
  max-width: 445px;
}
.gt-footer-widget-wrapper-2 .gt-newsletter-item form .form-clt input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.gt-footer-widget-wrapper-2 .gt-newsletter-item form .form-clt .gt-theme-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
}
@media (max-width: 470px) {
  .gt-footer-widget-wrapper-2 .gt-newsletter-item form .form-clt .gt-theme-btn {
    position: static;
    margin-top: 20px;
  }
}
.gt-footer-widget-wrapper-2 .gt-footer-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
  position: relative;
}
@media (max-width: 1199px) {
  .gt-footer-widget-wrapper-2 .gt-footer-items {
    gap: 13px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .gt-footer-widget-wrapper-2 .gt-footer-items {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-footer-widget-wrapper-2 .gt-footer-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(202, 210, 210, 0.24);
  width: 1px;
  right: initial;
  left: 277px;
  height: 300px;
  top: -50px;
}
@media (max-width: 1399px) {
  .gt-footer-widget-wrapper-2 .gt-footer-items::before {
    display: none;
  }
}
.gt-footer-widget-wrapper-2 .gt-footer-items .gt-contact h4 {
  color: var(--gt-white);
}
.gt-footer-widget-wrapper-2 .gt-footer-items .gt-contact .gt-list {
  margin-top: 20px;
}
.gt-footer-widget-wrapper-2 .gt-footer-items .gt-contact .gt-list li a {
  color: rgba(255, 255, 255, 0.7);
}
.gt-footer-widget-wrapper-2 .gt-footer-items .gt-contact .gt-list li i {
  margin-right: 12px;
  color: var(--gt-theme-2);
}
.gt-footer-widget-wrapper-2 .gt-footer-items .gt-contact .gt-list li:not(:last-child) {
  margin-bottom: 12px;
}
.gt-footer-widget-wrapper-2 .gt-footer-items .gt-sideber-item h4 {
  color: var(--gt-white);
}
.gt-footer-widget-wrapper-2 .gt-footer-items .gt-sideber-item .gt-footer-list {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .gt-footer-widget-wrapper-2 .gt-footer-items .gt-sideber-item .gt-footer-list {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.gt-footer-widget-wrapper-2 .gt-footer-items .gt-sideber-item .gt-footer-list li a {
  color: rgba(255, 255, 255, 0.7);
}
.gt-footer-widget-wrapper-2 .gt-footer-items .gt-sideber-item .gt-footer-list li a:hover {
  color: var(--gt-theme);
}
.gt-footer-widget-wrapper-2 .gt-footer-items .gt-sideber-item .gt-social-icon {
  display: flex;
  align-items: center;
  gap: 16px;
}
.gt-footer-widget-wrapper-2 .gt-footer-items .gt-sideber-item .gt-social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
}
.gt-footer-widget-wrapper-2 .gt-footer-items .gt-sideber-item .gt-social-icon a:hover {
  background: var(--gt-theme);
  color: var(--gt-white);
}

.gt-footer-section-2 {
  position: relative;
  z-index: 9;
}
.gt-footer-section-2 .gt-text-2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  font-size: 152px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(202, 210, 210, 0.04);
  background: transparent;
  animation: strokeColorChange1 4s linear infinite;
  z-index: -1;
}
@media (max-width: 1899px) {
  .gt-footer-section-2 .gt-text-2 {
    font-size: 125px;
  }
}
@media (max-width: 1600px) {
  .gt-footer-section-2 .gt-text-2 {
    font-size: 114px;
  }
}
@media (max-width: 1399px) {
  .gt-footer-section-2 .gt-text-2 {
    display: none;
  }
}

.gt-footer-widget-wrapper-1 {
  padding: 80px 0 40px;
  position: relative;
}
.gt-footer-widget-wrapper-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(202, 210, 210, 0.24);
  height: 1px;
  top: 80px;
}
@media (max-width: 1199px) {
  .gt-footer-widget-wrapper-1::before {
    display: none;
  }
}
.gt-footer-widget-wrapper-1 .shape {
  position: absolute;
  right: 30px;
  bottom: 200px;
}
@media (max-width: 1199px) {
  .gt-footer-widget-wrapper-1 .shape {
    display: none;
  }
}
.gt-footer-widget-wrapper-1 .gt-footer-left-item-1 {
  background-color: var(--gt-theme-2);
  padding: 48px 40px 48px 180px;
  position: relative;
}
@media (max-width: 1600px) {
  .gt-footer-widget-wrapper-1 .gt-footer-left-item-1 {
    padding: 35px 40px 38px 146px;
  }
}
@media (max-width: 1199px) {
  .gt-footer-widget-wrapper-1 .gt-footer-left-item-1 {
    padding: 30px;
  }
}
.gt-footer-widget-wrapper-1 .gt-footer-left-item-1 .gt-arrow {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .gt-footer-widget-wrapper-1 .gt-footer-left-item-1 .gt-arrow {
    display: none;
  }
}
.gt-footer-widget-wrapper-1 .gt-footer-left-item-1 .footer-left-content h3 {
  font-size: 32px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .gt-footer-widget-wrapper-1 .gt-footer-left-item-1 .footer-left-content h3 {
    font-size: 25px;
  }
}
.gt-footer-widget-wrapper-1 .gt-footer-left-item-1 .footer-left-content p {
  max-width: 455px;
  color: rgba(6, 50, 50, 0.8);
  margin-bottom: 30px;
}
.gt-footer-widget-wrapper-1 .gt-footer-left-item-1 .footer-left-content form {
  max-width: 476px;
  width: 100%;
}
.gt-footer-widget-wrapper-1 .gt-footer-left-item-1 .footer-left-content form .form-clt {
  position: relative;
}
.gt-footer-widget-wrapper-1 .gt-footer-left-item-1 .footer-left-content form .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 200px;
  background: var(--gt-white);
  color: rgba(6, 50, 50, 0.7);
  line-height: 1;
  padding: 20px;
  max-width: 476px;
}
.gt-footer-widget-wrapper-1 .gt-footer-left-item-1 .footer-left-content form .form-clt input::placeholder {
  color: rgba(6, 50, 50, 0.7);
}
.gt-footer-widget-wrapper-1 .gt-footer-left-item-1 .footer-left-content form .form-clt .gt-theme-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
}
@media (max-width: 470px) {
  .gt-footer-widget-wrapper-1 .gt-footer-left-item-1 .footer-left-content form .form-clt .gt-theme-btn {
    position: static;
    margin-top: 20px;
  }
}
.gt-footer-widget-wrapper-1 .gt-footer-left-item-1 .footer-left-content .social-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.gt-footer-widget-wrapper-1 .gt-footer-left-item-1 .footer-left-content .social-list a {
  position: relative;
  transition: all 0.4s ease-in-out;
  color: var(--gt-header);
}
.gt-footer-widget-wrapper-1 .gt-footer-left-item-1 .footer-left-content .social-list a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--gt-theme);
  transition: all 0.4s ease-in-out;
}
.gt-footer-widget-wrapper-1 .gt-footer-left-item-1 .footer-left-content .social-list a:hover {
  color: var(--gt-theme);
}
.gt-footer-widget-wrapper-1 .gt-footer-left-item-1 .footer-left-content .social-list a:hover::before {
  width: 100%;
}
.gt-footer-widget-wrapper-1 .gt-footer-right-item {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .gt-footer-widget-wrapper-1 .gt-footer-right-item {
    margin-left: 0;
  }
}
.gt-footer-widget-wrapper-1 .gt-footer-right-item .gt-footer-single-items {
  margin-top: 48px;
}
@media (max-width: 1199px) {
  .gt-footer-widget-wrapper-1 .gt-footer-right-item .gt-footer-single-items {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .gt-footer-widget-wrapper-1 .gt-footer-right-item .gt-footer-single-items {
    margin-top: 30px;
  }
}
.gt-footer-widget-wrapper-1 .gt-footer-right-item .gt-footer-single-items .gt-widget-title {
  margin-bottom: 24px;
}
.gt-footer-widget-wrapper-1 .gt-footer-right-item .gt-footer-single-items .gt-widget-title h4 {
  color: var(--gt-white);
}
@media (max-width: 1199px) {
  .gt-footer-widget-wrapper-1 .gt-footer-right-item .gt-footer-single-items .gt-widget-title h4 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .gt-footer-widget-wrapper-1 .gt-footer-right-item .gt-footer-single-items .gt-widget-title h4 {
    font-size: 20px;
  }
}
@media (max-width: 1600px) {
  .gt-footer-widget-wrapper-1 .gt-footer-right-item .gt-footer-single-items .gt-list-items li {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .gt-footer-widget-wrapper-1 .gt-footer-right-item .gt-footer-single-items .gt-list-items li {
    font-size: 16px;
  }
}
.gt-footer-widget-wrapper-1 .gt-footer-right-item .gt-footer-single-items .gt-list-items li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-footer-widget-wrapper-1 .gt-footer-right-item .gt-footer-single-items .gt-list-items li a {
  color: rgba(255, 255, 255, 0.7);
}
.gt-footer-widget-wrapper-1 .gt-footer-right-item .gt-footer-single-items .gt-list-items li a:hover {
  color: var(--gt-theme);
}
.gt-footer-widget-wrapper-1 .gt-footer-right-item .gt-footer-single-items .footer-contact-content p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
}
.gt-footer-widget-wrapper-1 .gt-footer-right-item .gt-footer-single-items .footer-contact-content .contact-list li {
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
  font-weight: 600;
  display: inline-block;
  padding: 8px 12px;
}
@media (max-width: 1199px) {
  .gt-footer-widget-wrapper-1 .gt-footer-right-item .gt-footer-single-items .footer-contact-content .contact-list li {
    padding: 8px 8px;
  }
}
@media (max-width: 991px) {
  .gt-footer-widget-wrapper-1 .gt-footer-right-item .gt-footer-single-items .footer-contact-content .contact-list li {
    padding: 8px 12px;
  }
}
.gt-footer-widget-wrapper-1 .gt-footer-right-item .gt-footer-single-items .footer-contact-content .contact-list li a {
  color: var(--gt-white);
}
.gt-footer-widget-wrapper-1 .gt-footer-right-item .gt-footer-single-items .footer-contact-content .contact-list li i {
  margin-right: 8px;
  color: var(--gt-white);
}
.gt-footer-widget-wrapper-1 .gt-footer-right-item .gt-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--gt-theme-2);
  border-radius: 0 104px 104px 0;
  padding: 16px 204px 16px 24px;
  margin-top: 44px;
}
@media (max-width: 1199px) {
  .gt-footer-widget-wrapper-1 .gt-footer-right-item .gt-footer-bottom {
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
    border-radius: 0;
  }
}
.gt-footer-widget-wrapper-1 .gt-footer-right-item .gt-footer-bottom p {
  font-weight: 600;
  color: var(--gt-header);
}
.gt-footer-widget-wrapper-1 .gt-footer-right-item .gt-footer-bottom p span {
  color: var(--gt-theme);
}

.gt-footer-section-1 {
  position: relative;
}
.gt-footer-section-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(202, 210, 210, 0.24);
  width: 1px;
  left: 120px;
}
@media (max-width: 1600px) {
  .gt-footer-section-1::before {
    display: none;
  }
}
.gt-footer-section-1::after {
  position: absolute;
  content: "";
  background-color: rgba(202, 210, 210, 0.24);
  width: 1px;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 120px;
}
@media (max-width: 1600px) {
  .gt-footer-section-1::after {
    display: none;
  }
}
.header-top-section {
  background-color: var(--gt-header);
  padding: 15px 0;
}
@media (max-width: 1199px) {
  .header-top-section {
    display: none;
  }
}
.header-top-section .container-fluid {
  padding: 0 155px;
}
@media (max-width: 1600px) {
  .header-top-section .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-top-section .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-top-section .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 470px) {
  .header-top-section .container-fluid {
    padding: 0 15px;
  }
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-wrapper .social-icon {
  display: flex;
  align-items: center;
  gap: 22px;
}
.header-top-wrapper .social-icon span {
  color: var(--gt-white);
  position: relative;
  display: inline-block;
  margin-right: 60px;
}
.header-top-wrapper .social-icon span::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--gt-theme-2);
  width: 32px;
  height: 2px;
  top: 15px;
  left: 90px;
}
.header-top-wrapper .social-icon a {
  color: var(--gt-white);
}
.header-top-wrapper .social-icon a:hover {
  color: var(--gt-theme);
}
.header-top-wrapper .header-right .header-contact {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header-top-wrapper .header-right .header-contact li {
  color: var(--gt-white);
}
.header-top-wrapper .header-right .header-contact li a {
  color: var(--gt-white);
}
.header-top-wrapper .header-right .header-contact li i {
  color: var(--gt-theme-2);
  margin-right: 8px;
}

@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: 50px;
}
@media (max-width: 1199px) {
  .header-main .main-menu ul li {
    margin-inline-end: 30px;
  }
}
.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-white);
  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: 115%;
  inset-inline-start: 0;
  min-width: 260px;
  padding: 20px 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);
  background-color: var(--gt-white);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.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: 16px;
  font-weight: 600;
  letter-spacing: -0.34px;
  color: var(--gt-header);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  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;
  background-color: var(--gt-white);
}
.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%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  width: 100%;
  padding: 0 12px;
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .gt-theme-btn {
    font-size: 14px;
    min-width: 140px;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .gt-theme-btn {
  padding: 18px 30px;
  justify-content: center;
  line-height: 1;
  color: var(--gt-white);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .gt-theme-btn:hover {
  color: var(--gt-white) !important;
}
.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;
  color: var(--gt-header);
}
.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 .header-right .search-toggler {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: var(--gt-white);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 24px;
}
@media (max-width: 575px) {
  .header-main .header-right .search-toggler {
    display: none;
  }
}
@media (max-width: 1399px) {
  .header-main .header-right .header-button {
    display: none;
  }
}
.header-main .header-right .header-button .gt-theme-btn:hover {
  background-color: var(--gt-white);
}
.header-main .header-right .header-button .gt-theme-btn:hover span {
  color: var(--gt-header);
}
.header-main .header-right .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
  color: var(--gt-white);
}

.header-2 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  background-color: var(--gt-header);
}
.header-2 .container-fluid {
  padding: 0 155px;
}
@media (max-width: 1600px) {
  .header-2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 470px) {
  .header-2 .container-fluid {
    padding: 0 15px;
  }
}
.header-2 .header-main .logo .header-logo-2 {
  display: none;
}

.header-3 {
  background-color: var(--gt-header);
}
.header-3 .container-fluid {
  padding: 0 155px;
}
@media (max-width: 1600px) {
  .header-3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 470px) {
  .header-3 .container-fluid {
    padding: 0 15px;
  }
}
.header-3 .header-main {
  background-color: var(--gt-theme-2);
  border-radius: 100px;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .header-3 .header-main {
    border-radius: 0;
  }
}
.header-3 .header-main ul li a {
  color: var(--gt-header);
}
.header-3 .header-main .header-right .search-toggler {
  background-color: transparent;
  color: var(--gt-header);
}
.header-3 .header-main .header-right .sidebar__toggle {
  color: var(--gt-header);
}

.header-1 {
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
  right: 0;
  top: 20px;
}
@media (max-width: 1199px) {
  .header-1 {
    top: 0;
  }
}
.header-1::after {
  border-radius: 0 104px 104px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 24%;
  z-index: -1;
  right: 0;
  bottom: 0;
  height: 100%;
  content: "";
  background-color: var(--gt-header);
}
@media (max-width: 1199px) {
  .header-1::after {
    display: none;
  }
}
.header-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--gt-header);
  z-index: -1;
  border-radius: 104px 0 0 104px;
  left: initial;
  right: 0;
  width: 74%;
}
@media (max-width: 1199px) {
  .header-1::before {
    width: 100%;
    border-radius: 0;
  }
}
.header-1 .container-fluid {
  padding: 0 155px;
}
@media (max-width: 1600px) {
  .header-1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 470px) {
  .header-1 .container-fluid {
    padding: 0 15px;
  }
}
.header-1 .header-left .logo .header-logo-2 {
  display: none;
}
.header-1 .header-right {
  gap: 270px;
}
@media (max-width: 1899px) {
  .header-1 .header-right {
    gap: 80px;
  }
}
@media (max-width: 1600px) {
  .header-1 .header-right {
    gap: 70px;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-right {
    gap: 110px;
  }
}
@media (max-width: 991px) {
  .header-1 .header-right {
    gap: 0;
  }
}
.header-1 .header-right .header-call-item {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1600px) {
  .header-1 .header-right .header-call-item {
    gap: 30px;
  }
}
.header-1 .header-right .header-call-item .caller-button {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1399px) {
  .header-1 .header-right .header-call-item .caller-button {
    display: none;
  }
}
.header-1 .header-right .header-call-item .caller-button .icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 100px;
  text-align: center;
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.header-1 .header-right .header-call-item .caller-button .content span {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.header-1 .header-right .header-call-item .caller-button .content h3 {
  font-size: 20px;
}
.header-1 .header-right .header-call-item .caller-button .content h3 a {
  color: var(--gt-white);
}
.header-1 .header-right .header-call-item .sidebar__toggle {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(32px);
  color: var(--gt-white);
}
.header-1.style-inner-header::after {
  background-color: var(--gt-theme-2);
}
@media (max-width: 1199px) {
  .header-1.style-inner-header::after {
    display: none;
  }
}
.header-1.style-inner-header::before {
  background-color: var(--gt-theme-2);
}
@media (max-width: 1199px) {
  .header-1.style-inner-header::before {
    width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 1600px) {
  .header-1.style-inner-header .header-right {
    gap: 70px;
  }
}
@media (max-width: 1199px) {
  .header-1.style-inner-header .header-right {
    gap: 110px;
  }
}
@media (max-width: 991px) {
  .header-1.style-inner-header .header-right {
    gap: 0;
  }
}
.header-1.style-inner-header .header-right .main-menu ul li a {
  color: var(--gt-header);
}
@media (max-width: 1600px) {
  .header-1.style-inner-header .header-right .header-call-item {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .header-1.style-inner-header .header-right .header-call-item .caller-button {
    display: none;
  }
}
.header-1.style-inner-header .header-right .header-call-item .caller-button .content span {
  color: var(--gt-text);
}
.header-1.style-inner-header .header-right .header-call-item .caller-button .content h3 a {
  color: var(--gt-header);
}
.header-1.style-inner-header .header-right .header-call-item .sidebar__toggle {
  background-color: var(--gt-header);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 99999;
  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::after {
  display: none;
}
.sticky.header-1::before {
  display: none;
}
.sticky.header-1 .header-main .header-left .logo .header-logo {
  display: none;
}
.sticky.header-1 .header-main .header-left .logo .header-logo-2 {
  display: block;
}
.sticky.header-1 .header-main .header-right .main-menu ul li a {
  color: var(--gt-header);
}
.sticky.header-1 .header-main .header-right .header-call-item .caller-button .content span {
  color: var(--gt-header);
}
.sticky.header-1 .header-main .header-right .header-call-item .caller-button .content h3 a {
  color: var(--gt-header);
}
.sticky.header-1 .header-main .header-right .header-call-item .sidebar__toggle {
  color: var(--gt-white);
  background-color: var(--gt-header);
}
.sticky.header-2 .header-main .logo .header-logo {
  display: none;
}
.sticky.header-2 .header-main .logo .header-logo-2 {
  display: block;
}
.sticky.header-2 .header-main .main-menu ul li a {
  color: var(--gt-header);
}
.sticky.header-2 .header-main .header-right .search-toggler {
  background-color: var(--gt-header);
}
.sticky.header-2 .header-main .header-right .sidebar__toggle {
  color: var(--gt-header);
}
.sticky.header-2 .header-main .header-right .gt-theme-btn:hover {
  background-color: var(--gt-header);
}
.sticky.header-2 .header-main .header-right .gt-theme-btn:hover span {
  color: var(--gt-white);
}
.sticky.header-3 .header-main {
  background-color: transparent;
}
.sticky.header-3 .header-main .header-right .header-button .gt-theme-btn:hover {
  background-color: var(--gt-header);
}
.sticky.header-3 .header-main .header-right .header-button .gt-theme-btn:hover span {
  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: 450px;
  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: 9999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.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-black);
}
.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 h4 {
  margin-bottom: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 0;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 14px;
  }
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.gt-breadcrumb-wrapper {
  position: relative;
}
.gt-breadcrumb-wrapper .gt-right-shape {
  position: absolute;
  top: 0;
  right: 155px;
}
@media (max-width: 1600px) {
  .gt-breadcrumb-wrapper .gt-right-shape {
    display: none;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading {
  padding: 230px 0 130px;
  text-align: center;
  position: relative;
}
@media (max-width: 1199px) {
  .gt-breadcrumb-wrapper .gt-page-heading {
    padding: 190px 0 100px;
  }
}
@media (max-width: 991px) {
  .gt-breadcrumb-wrapper .gt-page-heading {
    padding: 160px 0 80px;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-arrow {
  position: absolute;
  left: 100px;
}
@media (max-width: 1199px) {
  .gt-breadcrumb-wrapper .gt-page-heading .gt-arrow {
    display: none;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-star {
  right: 100px;
  position: absolute;
  bottom: 72px;
}
@media (max-width: 1199px) {
  .gt-breadcrumb-wrapper .gt-page-heading .gt-star {
    display: none;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading h1 {
  color: var(--gt-white);
  font-size: 72px;
  font-weight: 800;
}
@media (max-width: 1199px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 50px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 30px;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 991px) {
  .gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items {
    justify-content: center;
  }
}
.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: rgba(255, 255, 255, 0.7);
  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 i {
  color: var(--gt-white);
}

.gt-error-items {
  text-align: center;
}
.gt-error-items h2 {
  font-size: 180px;
  line-height: 1;
}
@media (max-width: 575px) {
  .gt-error-items h2 {
    font-size: 130px;
  }
}
.gt-error-items h3 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .gt-error-items h3 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .gt-error-items h3 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .gt-error-items h3 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .gt-error-items h3 {
    font-size: 30px;
  }
}
.gt-error-items p {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .gt-error-items p {
    margin-bottom: 30px;
  }
}

::-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: 30px;
  height: 30px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(21, 57, 238, 0.6);
  -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;
}

.array-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .array-buttons {
    flex-wrap: wrap;
  }
}
.array-buttons .array-prev {
  width: 110px;
  height: 48px;
  line-height: 45px;
  text-align: center;
  background-color: transparent;
  color: var(--gt-header);
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  border: 1px solid var(--gt-header);
  font-weight: 600;
}
.array-buttons .array-prev i {
  margin-left: 5px;
  transform: rotate(45deg);
}
.array-buttons .array-prev:hover {
  background: var(--gt-theme-2);
  color: var(--gt-header);
  border: 1px solid var(--gt-theme-2);
}
.array-buttons .array-next {
  width: 110px;
  height: 48px;
  line-height: 45px;
  text-align: center;
  background-color: var(--gt-theme-2);
  color: var(--gt-header);
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  font-weight: 600;
  text-transform: uppercase;
}
.array-buttons .array-next i {
  margin-left: 5px;
  transform: rotate(-45deg);
}
.array-buttons .array-next:hover {
  background: var(--gt-header);
  color: var(--gt-white);
}

.array-buttons-2 {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .array-buttons-2 {
    flex-wrap: wrap;
  }
}
.array-buttons-2 .array-prev {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: var(--gt-header);
  color: #00E5FF;
  transition: all 0.4s ease-in-out;
  border-radius: 100%;
}
.array-buttons-2 .array-prev:hover {
  background: var(--gt-theme);
  color: var(--gt-white);
}
.array-buttons-2 .array-next {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 100%;
  text-align: center;
  background: #2ADDC8;
  color: var(--gt-header);
  transition: all 0.4s ease-in-out;
}
.array-buttons-2 .array-next:hover {
  background: var(--gt-theme);
  color: var(--gt-white);
}

.array-buttons-4 {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .array-buttons-4 {
    flex-wrap: wrap;
  }
}
.array-buttons-4 .array-prev {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: var(--gt-bg);
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
  border-radius: 100%;
}
.array-buttons-4 .array-next {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid rgb(65, 65, 65);
  border-radius: 100%;
  text-align: center;
  background: transparent;
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
}
.array-buttons-4 .array-next:hover {
  background: var(--gt-bg);
  border: 1px none;
  color: var(--gt-white);
}

.swiper-dot {
  text-align: center;
}
.swiper-dot .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  transition: 0.6s;
  background-color: var(--gt-white);
  border-radius: 0;
  opacity: 1;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--gt-theme);
  border: 1px solid var(--gt-theme);
  transition: 0.6s;
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 0;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--gt-theme);
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.swiper-dot-2 {
  text-align: center;
}
.swiper-dot-2 .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  transition: 0.6s;
  background-color: var(--gt-white);
  border-radius: 30px;
  opacity: 1;
  position: relative;
}
.swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
  margin-bottom: 30px;
}
.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--gt-theme);
  border: 1px solid var(--gt-theme);
  transition: 0.6s;
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 30px;
}
.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--gt-theme);
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

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

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

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

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

.page-nav-wrap {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .page-nav-wrap {
    margin-top: 30px;
  }
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--gt-bg);
  border: 1px solid var(--gt-bg);
  color: var(--gt-header);
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
}
.page-nav-wrap ul li .page-numbers.current {
  background: linear-gradient(180deg, #1539EE 0%, #2ADDC8 100%);
  color: var(--gt-white);
  border-radius: 10px;
}
.page-nav-wrap ul li .page-numbers.style-2 {
  display: inline-block;
  width: 110px;
  height: 48px;
  line-height: 45px;
  text-align: center;
  background-color: transparent;
  color: var(--gt-header);
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  border: 1px solid var(--gt-header);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
@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;
  margin-left: 10px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background: var(--gt-theme);
  color: var(--gt-white);
  border: 1px solid var(--gt-theme);
}
.page-nav-wrap ul li .page-numbers:hover i {
  color: var(--gt-white);
}

.swiper-number4 {
  text-align: center;
}
.swiper-number4 .swiper-number-bullet {
  transition: 0.6s;
  opacity: 1;
  border: 1px transparent;
  position: relative;
  color: var(--gt-white);
}
.swiper-number4 .swiper-number-bullet.swiper-number-bullet-active {
  background-color: var(--gt-theme);
  transition: 0.6s;
  position: relative;
  width: 35px;
  border-radius: 30px;
}

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

.custom-container {
  max-width: 1700px;
  margin: 0 auto;
}

.hero-2 {
  position: relative;
  z-index: 9;
  padding: 200px 0 130px;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .hero-2 {
    padding: 140px 0 80px;
  }
}
.hero-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(289deg, #063232 16.99%, rgba(6, 50, 50, 0.4) 96.62%);
  z-index: -1;
}
.hero-2 .radius-box {
  background-color: var(--gt-theme);
  width: 308px;
  height: 188px;
  border-radius: 103.803px 0px 0px 103.803px;
  position: absolute;
  right: 0;
  top: 120px;
}
@media (max-width: 1600px) {
  .hero-2 .radius-box {
    width: 234px;
    top: 174px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .radius-box {
    display: none;
  }
}
.hero-2 .radius-box .circle-image {
  width: 164px;
  height: 164px;
  line-height: 164px;
  border-radius: 100px;
  background-color: var(--gt-white);
  margin-top: 10px;
  margin-left: 10px;
  text-align: center;
  position: relative;
}
.hero-2 .radius-box .circle-image .star {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFEDE6;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 100px;
  color: var(--gt-theme);
  font-size: 30px;
}
.hero-2 .radius-box .circle-image img {
  animation: cir36 10s linear infinite;
}
.hero-2 .left-shape {
  position: absolute;
  left: -60px;
  bottom: 0;
  top: 0;
  transform: translateX(-100%);
  animation: slideInLeft 1.5s ease-out forwards;
}
.hero-2 .left-shape img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1899px) {
  .hero-2 .left-shape {
    left: -262px;
  }
}
@media (max-width: 1600px) {
  .hero-2 .left-shape {
    left: -285px;
  }
}
@media (max-width: 1399px) {
  .hero-2 .left-shape {
    display: none;
  }
}
.hero-2 .right-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  animation: slideInRight 1.5s ease-out forwards;
}
.hero-2 .right-shape img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .hero-2 .right-shape {
    display: none;
  }
}
.hero-2 .top-shape {
  position: absolute;
  top: 44%;
  left: 24%;
}
.hero-2 .top-shape img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1899px) {
  .hero-2 .top-shape {
    left: 20%;
  }
}
@media (max-width: 1600px) {
  .hero-2 .top-shape {
    left: 15%;
  }
}
@media (max-width: 1399px) {
  .hero-2 .top-shape {
    display: none;
  }
}
.hero-2 .gt-hero-content {
  text-align: center;
}
@media (max-width: 1199px) {
  .hero-2 .gt-hero-content {
    text-align: left;
  }
}
.hero-2 .gt-hero-content h1 {
  font-size: 72px;
  line-height: 111%;
  color: var(--gt-white);
}
@media (max-width: 1899px) {
  .hero-2 .gt-hero-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 1600px) {
  .hero-2 .gt-hero-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 1399px) {
  .hero-2 .gt-hero-content h1 {
    font-size: 54px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .gt-hero-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .hero-2 .gt-hero-content h1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .hero-2 .gt-hero-content h1 {
    font-size: 35px;
  }
}
.hero-2 .gt-hero-content .text {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1199px) {
  .hero-2 .gt-hero-content .text {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
}
.hero-2 .gt-hero-content .text span {
  font-size: 18px;
  font-weight: 600;
  color: var(--gt-theme-2);
  font-family: "Lato", sans-serif;
  letter-spacing: 0.5px;
  position: relative;
}
.hero-2 .gt-hero-content .text span img {
  margin-left: 90px;
}
@media (max-width: 1399px) {
  .hero-2 .gt-hero-content .text span img {
    margin-left: 14px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .gt-hero-content .text span img {
    margin-left: 0;
  }
}
.hero-2 .gt-hero-content .text span::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--gt-theme-2);
  width: 90px;
  height: 1px;
  top: 16px;
  left: initial;
  right: 15px;
}
@media (max-width: 1399px) {
  .hero-2 .gt-hero-content .text span::before {
    display: none;
  }
}
.hero-2 .gt-hero-content p {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 30px;
  margin-left: 210px;
  max-width: 830px;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 1199px) {
  .hero-2 .gt-hero-content p {
    margin-left: 0;
  }
}
.hero-2 .gt-hero-content .hero-btn-item {
  display: flex;
  gap: 45px;
  margin-left: 210px;
  margin-top: 48px;
}
@media (max-width: 1399px) {
  .hero-2 .gt-hero-content .hero-btn-item {
    margin-left: 0;
    margin-top: 30px;
    gap: 30px;
    flex-wrap: wrap;
  }
}
.hero-2 .gt-hero-content .hero-btn-item .radius-image {
  position: relative;
}
.hero-2 .gt-hero-content .hero-btn-item .radius-image .img-wrapper {
  position: relative;
  border-radius: 100px;
  border: 4px solid var(--gt-white);
  display: inline-block;
  overflow: hidden;
}
.hero-2 .gt-hero-content .hero-btn-item .radius-image .img-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(6, 50, 50, 0.4) 0%, rgba(6, 50, 50, 0.4) 100%);
  z-index: 1;
}
.hero-2 .gt-hero-content .hero-btn-item .radius-image .img-wrapper img {
  display: block;
  width: 100%;
  border-radius: 100px;
  position: relative;
  z-index: 0;
}
.hero-2 .gt-hero-content .hero-btn-item .radius-image .img-wrapper .video-btn {
  background-color: var(--gt-theme);
  color: var(--gt-white);
  display: inline-block;
  font-size: 24px;
  height: 76px;
  width: 76px;
  line-height: 76px;
  border-radius: 100px;
  text-align: center;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.hero-2 .gt-hero-content .hero-btn-item .radius-image .img-wrapper .video-btn::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  border: 1px solid rgba(202, 210, 210, 0.6);
  border-radius: 100%;
}
@media (max-width: 767px) {
  .hero-2 .gt-hero-content .hero-btn-item .radius-image .img-wrapper .video-btn::before {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}

.hero-3 {
  position: relative;
}
@media (max-width: 1199px) {
  .hero-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .hero-3 {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.hero-3 .container-fluid {
  padding: 0 155px;
}
@media (max-width: 1600px) {
  .hero-3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .hero-3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 470px) {
  .hero-3 .container-fluid {
    padding: 0 15px;
  }
}
.hero-3 .gt-shape-1 {
  position: absolute;
  bottom: 28px;
  right: 25%;
}
@media (max-width: 1899px) {
  .hero-3 .gt-shape-1 {
    right: 10%;
  }
}
@media (max-width: 1600px) {
  .hero-3 .gt-shape-1 {
    bottom: 28px;
    right: 25%;
  }
}
@media (max-width: 1399px) {
  .hero-3 .gt-shape-1 {
    display: none;
  }
}
.hero-3 .gt-shape-2 {
  position: absolute;
  left: 36%;
  top: 20%;
}
@media (max-width: 1399px) {
  .hero-3 .gt-shape-2 {
    display: none;
  }
}
.hero-3 .gt-hero-image {
  position: relative;
  margin-left: -130px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .hero-3 .gt-hero-image {
    margin-top: 0;
    margin-left: 0;
  }
}
.hero-3 .gt-hero-image img {
  width: 100%;
  height: 100%;
}
.hero-3 .gt-hero-image .gt-coiunt-box {
  position: absolute;
  right: -20px;
  bottom: 260px;
  background: rgba(246, 246, 246, 0.08);
  backdrop-filter: blur(24px);
  padding: 32px 24px;
  transform: rotate(-90deg);
  width: 276px;
}
@media (max-width: 1199px) {
  .hero-3 .gt-hero-image .gt-coiunt-box {
    right: -6px;
    bottom: 150px;
    padding: 20px 24px;
    width: 210px;
  }
}
@media (max-width: 991px) {
  .hero-3 .gt-hero-image .gt-coiunt-box {
    right: -20px;
    bottom: 260px;
    width: 276px;
    padding: 32px 24px;
  }
}
@media (max-width: 767px) {
  .hero-3 .gt-hero-image .gt-coiunt-box {
    display: none;
  }
}
.hero-3 .gt-hero-image .gt-coiunt-box h2 {
  font-size: 40px;
  color: var(--gt-white);
}
.hero-3 .gt-hero-image .gt-coiunt-box p {
  color: rgba(255, 255, 255, 0.7);
}
.hero-3 .gt-hero-image .circle-image {
  position: absolute;
  left: 160px;
  top: 150px;
  width: 180px;
  height: 180px;
  line-height: 180px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(32px);
  text-align: center;
}
.hero-3 .gt-hero-image .circle-image img {
  animation: cir36 10s linear infinite;
  width: initial;
  height: initial;
}
@media (max-width: 1899px) {
  .hero-3 .gt-hero-image .circle-image {
    left: 100px;
    top: 100px;
  }
}
@media (max-width: 1600px) {
  .hero-3 .gt-hero-image .circle-image {
    left: 120px;
    top: 100px;
  }
}
@media (max-width: 1199px) {
  .hero-3 .gt-hero-image .circle-image {
    left: 0px;
    top: 0px;
    width: 175px;
    height: 175px;
    line-height: 175px;
  }
}
@media (max-width: 991px) {
  .hero-3 .gt-hero-image .circle-image {
    left: 85px;
    top: 90px;
  }
}
@media (max-width: 767px) {
  .hero-3 .gt-hero-image .circle-image {
    display: none;
  }
}
.hero-3 .gt-hero-image .circle-image .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  line-height: 96px;
  background-color: var(--gt-header);
  border-radius: 100px;
}
.hero-3 .gt-hero-image .circle-image .video-button .video-btn {
  width: 64px;
  height: 64px;
  line-height: 64px;
  display: inline-block;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  text-align: center;
  border-radius: 50%;
  position: absolute;
  font-size: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hero-3 .gt-hero-content h6 {
  color: var(--gt-theme-2);
  margin-bottom: 10px;
}
.hero-3 .gt-hero-content h6 i {
  color: var(--gt-theme-2);
  margin-right: 5px;
}
.hero-3 .gt-hero-content h6 img {
  margin-left: 24px;
}
.hero-3 .gt-hero-content h1 {
  color: var(--gt-white);
  margin-bottom: 30px;
  font-size: 72px;
}
@media (max-width: 1600px) {
  .hero-3 .gt-hero-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 1199px) {
  .hero-3 .gt-hero-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .hero-3 .gt-hero-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .hero-3 .gt-hero-content h1 {
    font-size: 30px;
  }
}
.hero-3 .gt-hero-content p {
  max-width: 782px;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(202, 210, 210, 0.24);
  padding-bottom: 48px;
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  .hero-3 .gt-hero-content p {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.hero-3 .gt-hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1199px) {
  .hero-3 .gt-hero-content .hero-button {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.hero-3 .gt-hero-content .hero-button .gt-theme-btn:hover {
  background-color: var(--gt-white);
}
.hero-3 .gt-hero-content .hero-button .gt-theme-btn:hover span {
  color: var(--gt-header);
}
.hero-3 .gt-hero-content .hero-button .gt-theme-btn.style-2 {
  background: transparent;
  border: 1px solid var(--gt-white);
}
.hero-3 .gt-hero-content .hero-button .gt-theme-btn.style-2:hover {
  background-color: var(--gt-theme);
  border: 1px solid var(--gt-theme);
}
.hero-3 .gt-hero-content .hero-button .gt-theme-btn.style-2:hover span {
  color: var(--gt-white);
}

.hero-1 {
  padding: 220px 0 80px;
}
@media (max-width: 1199px) {
  .hero-1 {
    padding: 180px 0 100px;
  }
}
@media (max-width: 991px) {
  .hero-1 {
    padding: 160px 0 80px;
  }
}
.hero-1 .container-fluid {
  padding: 0 150px;
}
@media (max-width: 1600px) {
  .hero-1 .container-fluid {
    padding: 0 70px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .hero-1 .container-fluid {
    padding: 0 15px;
  }
}
.hero-1 .radius-box-1 {
  background-color: var(--gt-theme-2);
  width: 247px;
  height: 188px;
  transform: rotate(90deg);
  border-radius: 103.803px 0 0 103.803px;
  position: absolute;
  right: 225px;
  bottom: 0;
}
@media (max-width: 1600px) {
  .hero-1 .radius-box-1 {
    right: 100px;
    width: 200px;
    height: 185px;
  }
}
@media (max-width: 1399px) {
  .hero-1 .radius-box-1 {
    right: 85px;
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .radius-box-1 {
    display: none;
  }
}
.hero-1 .radius-box-1 .circle-image {
  width: 164px;
  height: 164px;
  line-height: 164px;
  border-radius: 100px;
  background-color: var(--gt-white);
  margin-top: 10px;
  margin-left: 10px;
  text-align: center;
  position: relative;
}
@media (max-width: 1399px) {
  .hero-1 .radius-box-1 .circle-image {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }
}
.hero-1 .radius-box-1 .circle-image .star {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFEDE6;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 100px;
  color: var(--gt-theme);
  font-size: 30px;
}
@media (max-width: 1399px) {
  .hero-1 .radius-box-1 .circle-image .star {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.hero-1 .radius-box-1 .circle-image img {
  animation: cir36 10s linear infinite;
}
.hero-1 .right-shape {
  position: absolute;
  right: 120px;
  top: 130px;
}
@media (max-width: 1899px) {
  .hero-1 .right-shape {
    right: 30px;
    top: 108px;
  }
}
@media (max-width: 1600px) {
  .hero-1 .right-shape {
    right: 30px;
    top: 110px;
  }
}
@media (max-width: 1399px) {
  .hero-1 .right-shape {
    display: none;
    right: 19px;
    top: 97px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .right-shape {
    display: none;
  }
}
.hero-1 .gt-hero-content {
  text-align: center;
}
.hero-1 .gt-hero-content h1 {
  letter-spacing: -1px;
}
.hero-1 .gt-hero-content h1 span {
  display: inline-block;
  margin-left: 380px;
}
@media (max-width: 1600px) {
  .hero-1 .gt-hero-content h1 span {
    margin-left: 300px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .gt-hero-content h1 span {
    margin-left: 0;
  }
}
.hero-1 .gt-hero-image {
  max-width: 370px;
  margin-top: -120px;
  margin-left: 150px;
}
@media (max-width: 1899px) {
  .hero-1 .gt-hero-image {
    margin-top: -80px;
    margin-left: 156px !important;
    max-width: 300px;
  }
}
@media (max-width: 1600px) {
  .hero-1 .gt-hero-image {
    margin-top: -100px;
    margin-left: 130px !important;
    max-width: 370px;
  }
}
@media (max-width: 1399px) {
  .hero-1 .gt-hero-image {
    margin-top: -80px;
    margin-left: 88px !important;
    max-width: 310px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .gt-hero-image {
    margin-left: 0 !important;
    margin-top: 0;
    max-width: initial;
  }
}
.hero-1 .gt-hero-image img {
  width: 100%;
  height: 100%;
}
.hero-1 .gt-shape-image {
  max-width: 335px;
  margin-top: 30px;
  margin-left: 80px;
}
@media (max-width: 1600px) {
  .hero-1 .gt-shape-image {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .hero-1 .gt-shape-image {
    margin-left: 0;
    max-width: initial;
  }
}
.hero-1 .gt-shape-image img {
  width: 100%;
  height: 100%;
  box-shadow: 8px 8px 48px 0 rgba(6, 50, 50, 0.16);
  border-radius: 8.295px;
  animation: icon-bounce 0.8s ease-out infinite;
}
.hero-1 .right-content {
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .hero-1 .right-content {
    margin-top: 0;
  }
}
.hero-1 .right-content p {
  max-width: 631px;
  margin-bottom: 48px;
  font-size: 18px;
}

.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 30px;
}
.scrolling-wrap.style-1 .comm .cmn-textslide {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--gt-white);
  color: transparent;
}
.scrolling-wrap.style-1 .comm .cmn-textslide:hover {
  color: var(--gt-white);
  -webkit-text-stroke-color: var(--gt-white);
  opacity: initial;
}
.scrolling-wrap.style-2 {
  margin-top: 30px;
}
.scrolling-wrap.style-2 .comm {
  animation: scroll-left-to-right-loop 50s linear infinite;
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 50s linear infinite;
  gap: 30px;
}
.scrolling-wrap .comm .cmn-textslide {
  font-size: 100px;
  font-weight: 800;
  line-height: 108px;
  letter-spacing: -1.24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: flex;
  align-items: center;
  gap: 30px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(202, 210, 210, 0.48);
  color: transparent;
  transition: all 0.4s ease-in-out;
}
.scrolling-wrap .comm .cmn-textslide:hover {
  color: var(--gt-header);
  -webkit-text-stroke-color: var(--gt-header);
  opacity: initial;
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
@media (max-width: 1399px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .scrolling-wrap {
    gap: 14px;
  }
  .scrolling-wrap .comm {
    gap: 14px;
  }
}
@media (max-width: 575px) {
  .scrolling-wrap .comm {
    gap: 12px;
  }
}

.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;
  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 {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: var(--gt-black);
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !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 .submenu li a {
  border-bottom: none !important;
  font-size: 14px;
  padding: 6px 0;
  color: var(--gt-header);
}

.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-left-item {
  display: flex;
  align-items: center;
  background-color: var(--gt-white);
  margin-top: 30px;
}
.gt-news-card-left-item .gt-news-image {
  position: relative;
}
.gt-news-card-left-item .gt-news-image::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 100%;
  opacity: 0;
  background: rgba(227, 87, 43, 0.8);
  z-index: -1;
  transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
}
@media (max-width: 1199px) {
  .gt-news-card-left-item {
    flex-wrap: wrap;
  }
  .gt-news-card-left-item .gt-news-image {
    flex-basis: 100%;
  }
  .gt-news-card-left-item .gt-news-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .gt-news-card-left-item {
    flex-wrap: initial;
  }
  .gt-news-card-left-item .gt-news-image {
    flex-basis: initial;
  }
  .gt-news-card-left-item .gt-news-image img {
    width: initial;
    height: initial;
  }
}
@media (max-width: 767px) {
  .gt-news-card-left-item {
    flex-wrap: wrap;
  }
  .gt-news-card-left-item .gt-news-image {
    flex-basis: 100%;
  }
  .gt-news-card-left-item .gt-news-image img {
    width: 100%;
    height: 100%;
  }
}
.gt-news-card-left-item.style-2 {
  margin-top: 25px;
}
.gt-news-card-left-item .gt-news-content {
  padding: 30px;
}
.gt-news-card-left-item .gt-news-content .gt-news-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(202, 210, 210, 0.32);
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.gt-news-card-left-item .gt-news-content .gt-news-post li span {
  color: var(--gt-theme);
}
.gt-news-card-left-item .gt-news-content .gt-news-post li i {
  margin-right: 8px;
}
.gt-news-card-left-item .gt-news-content h3 {
  margin-bottom: 30px;
}
.gt-news-card-left-item .gt-news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-news-card-left-item .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-left-item .gt-news-content .gt-link-btn span {
  border-bottom: 1px solid var(--gt-theme-2);
  font-size: 14px;
}
.gt-news-card-left-item.style-1 {
  background-color: var(--gt-bg);
}
@media (max-width: 1199px) {
  .gt-news-card-left-item.style-1 {
    flex-wrap: initial;
  }
  .gt-news-card-left-item.style-1 .gt-news-image {
    flex-basis: initial;
  }
  .gt-news-card-left-item.style-1 .gt-news-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .gt-news-card-left-item.style-1 .gt-news-image img {
    width: 100%;
    height: 100%;
  }
}
.gt-news-card-left-item.style-1.mt-24 {
  margin-top: 24px;
}
.gt-news-card-left-item.style-1 .gt-news-content {
  padding: 10px 16px 20px;
}
.gt-news-card-left-item.style-1 .gt-news-content .gt-news-post {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .gt-news-card-left-item.style-1 .gt-news-content .gt-news-post {
    flex-wrap: wrap;
  }
}
.gt-news-card-left-item.style-1 .gt-news-content .gt-news-post li {
  color: #4F6A69;
}
.gt-news-card-left-item.style-1 .gt-news-content .gt-news-post li i {
  color: #B0BCBC;
}
.gt-news-card-left-item.style-1 .gt-news-content h6 {
  font-weight: 800;
  margin-bottom: 10px;
}
.gt-news-card-left-item.style-1 .gt-news-content h6 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-news-card-left-item.style-1 .gt-news-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-news-card-left-item:hover .gt-news-image::before {
  top: 0%;
  opacity: 0.8;
  z-index: 9;
}

.gt-news-card-right-item {
  margin-top: 30px;
}
.gt-news-card-right-item .gt-news-image {
  position: relative;
}
.gt-news-card-right-item .gt-news-image img {
  width: 100%;
  height: 100%;
}
.gt-news-card-right-item .gt-news-image .gt-news-content {
  padding: 30px 48px;
  position: absolute;
  left: 48px;
  right: 48px;
  bottom: -56px;
  background-color: var(--gt-white);
}
@media (max-width: 1199px) {
  .gt-news-card-right-item .gt-news-image .gt-news-content {
    position: static;
    padding: 30px;
  }
}
.gt-news-card-right-item .gt-news-image .gt-news-content::before {
  position: absolute;
  content: "";
  background-color: var(--gt-white);
  width: 55px;
  height: 60px;
  bottom: -2px;
  left: -52px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media (max-width: 1199px) {
  .gt-news-card-right-item .gt-news-image .gt-news-content::before {
    display: none;
  }
}
.gt-news-card-right-item .gt-news-image .gt-news-content::after {
  position: absolute;
  content: "";
  background-color: var(--gt-white);
  width: 55px;
  height: 60px;
  bottom: -2px;
  right: -52px;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
@media (max-width: 1199px) {
  .gt-news-card-right-item .gt-news-image .gt-news-content::after {
    display: none;
  }
}
.gt-news-card-right-item .gt-news-image .gt-news-content .gt-news-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(202, 210, 210, 0.32);
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.gt-news-card-right-item .gt-news-image .gt-news-content .gt-news-post li span {
  color: var(--gt-theme);
}
.gt-news-card-right-item .gt-news-image .gt-news-content .gt-news-post li i {
  margin-right: 8px;
}
.gt-news-card-right-item .gt-news-image .gt-news-content h3 {
  margin-bottom: 30px;
}
.gt-news-card-right-item .gt-news-image .gt-news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-news-card-right-item .gt-news-image .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-right-item .gt-news-image .gt-news-content .gt-link-btn span {
  border-bottom: 1px solid var(--gt-theme-2);
}

.gt-news-card-items-3 {
  margin-top: 30px;
}
.gt-news-card-items-3 .gt-news-image {
  position: relative;
  overflow: hidden;
}
.gt-news-card-items-3 .gt-news-image::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: rgba(227, 87, 43, 0.8);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
}
.gt-news-card-items-3 .gt-news-image span {
  background-color: var(--gt-theme-2);
  padding: 10px 12px;
  border-radius: 100px;
  font-weight: 600;
  color: var(--gt-header);
  position: absolute;
  left: 25px;
  top: 20px;
  z-index: 999;
  line-height: 1;
  z-index: 9999;
}
.gt-news-card-items-3 .gt-news-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.gt-news-card-items-3 .gt-news-content {
  background-color: var(--gt-bg);
  padding: 32px 24px;
}
.gt-news-card-items-3 .gt-news-content h3 {
  margin-bottom: 24px;
}
.gt-news-card-items-3 .gt-news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-news-card-items-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-items-3 .gt-news-content .gt-news-post {
  display: flex;
  align-items: center;
  gap: 40px;
}
.gt-news-card-items-3 .gt-news-content .gt-news-post li span {
  color: var(--gt-theme);
}
.gt-news-card-items-3 .gt-news-content .gt-news-post li i {
  margin-right: 8px;
}
.gt-news-card-items-3 .gt-news-content.style-1 {
  padding: 45px 24px 32px;
}
.gt-news-card-items-3 .gt-news-content.style-1 .gt-news-post {
  margin-bottom: 15px;
}
.gt-news-card-items-3 .gt-news-content.style-1 .gt-news-post li {
  color: #4F6A69;
}
.gt-news-card-items-3 .gt-news-content.style-1 .gt-news-post li i {
  color: #B0BCBC;
}
.gt-news-card-items-3 .gt-news-content.style-1 h3 {
  margin-bottom: 30px;
}
.gt-news-card-items-3:hover .gt-news-image::before {
  animation: circle 1.5s ease-out forwards;
}
.gt-news-card-items-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-grid-items {
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  .gt-news-standard-wrapper .gt-news-grid-items {
    margin-bottom: 30px;
  }
}
.gt-news-standard-wrapper .gt-news-grid-items .gt-news-image {
  overflow: hidden;
}
.gt-news-standard-wrapper .gt-news-grid-items .gt-news-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.gt-news-standard-wrapper .gt-news-grid-items .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-grid-items .gt-news-content .gt-date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.gt-news-standard-wrapper .gt-news-grid-items .gt-news-content .gt-date-list li i {
  margin-right: 10px;
}
.gt-news-standard-wrapper .gt-news-grid-items .gt-news-content h3 {
  margin-bottom: 10px;
  font-size: 32px;
}
@media (max-width: 1199px) {
  .gt-news-standard-wrapper .gt-news-grid-items .gt-news-content h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .gt-news-standard-wrapper .gt-news-grid-items .gt-news-content h3 {
    font-size: 25px;
  }
}
.gt-news-standard-wrapper .gt-news-grid-items .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-grid-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-standard-wrapper .gt-news-grid-items .gt-news-content .gt-theme-btn {
  border: 1px solid var(--gt-theme);
  color: var(--gt-header);
  background-color: transparent;
  margin-top: 32px;
}
.gt-news-standard-wrapper .gt-news-grid-items .gt-news-content .gt-theme-btn:hover {
  background-color: var(--gt-theme);
}
.gt-news-standard-wrapper .gt-news-grid-items .gt-news-content .gt-theme-btn:hover span {
  color: var(--gt-white);
}
.gt-news-standard-wrapper .gt-news-grid-items:hover .gt-news-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.main-sideber .single-sidebar-widget {
  padding: 40px 35px;
  margin-bottom: 30px;
  background-color: var(--gt-bg);
}
@media (max-width: 1199px) {
  .main-sideber .single-sidebar-widget {
    padding: 40px 30px;
  }
}
.main-sideber .single-sidebar-widget .wid-title {
  margin-bottom: 20px;
}
.main-sideber .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sideber .single-sidebar-widget .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);
}
.main-sideber .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: -2px;
  top: 0;
  width: 58px;
  font-size: 18px;
  height: 100%;
  background-color: var(--gt-theme);
  color: var(--gt-white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.main-sideber .single-sidebar-widget .search-widget form button:hover {
  background-color: var(--gt-header);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  background-color: var(--gt-white);
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  line-height: 1;
  padding: 20px;
  position: relative;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--gt-theme);
  z-index: 0;
  transition: width 0.5s ease;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li a {
  color: var(--gt-header);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--gt-header);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 20px;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:hover::before {
  width: 100%;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:hover a {
  color: var(--gt-white);
  position: relative;
  z-index: 999;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:hover span {
  color: var(--gt-white);
  position: relative;
  z-index: 999;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
  margin-bottom: 10px;
  line-height: 133%;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
  color: var(--gt-theme);
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
  color: var(--gt-text);
}
.main-sideber .single-sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 12px 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: var(--gt-text);
  border: 1px solid var(--gt-border);
  transition: all 0.4s ease-in-out;
  position: relative;
}
.main-sideber .single-sidebar-widget .tagcloud a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--gt-theme);
  z-index: 0;
  transition: width 0.5s ease;
}
.main-sideber .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sideber .single-sidebar-widget .tagcloud a:hover {
  color: var(--gt-white);
  z-index: 999;
  position: relative;
}
.main-sideber .single-sidebar-widget .tagcloud a:hover::before {
  width: 100%;
  z-index: -1;
}

.gt-news-details-wrapper .gt-details-image img {
  width: 100%;
  height: 100%;
}
.gt-news-details-wrapper .gt-news-details-content {
  margin-top: 24px;
}
.gt-news-details-wrapper .gt-news-details-content h3 {
  font-size: 36px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .gt-news-details-wrapper .gt-news-details-content h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .gt-news-details-wrapper .gt-news-details-content h3 {
    font-size: 20px;
  }
}
.gt-news-details-wrapper .gt-news-details-content .gt-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-list li {
  font-size: 16px;
  font-weight: 600;
}
.gt-news-details-wrapper .gt-news-details-content .gt-list li:not(:last-child) {
  margin-bottom: 12px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-list li i {
  margin-right: 10px;
  color: var(--gt-theme);
}
.gt-news-details-wrapper .gt-news-details-content .gt-sideber {
  padding: 30px 40px;
  background-color: var(--gt-bg);
  margin-bottom: 40px;
  margin-top: 40px;
}
@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 .gt-sideber .client-info-item .icon {
  font-size: 48px;
  color: var(--gt-header);
}
.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: 1px solid var(--gt-border);
  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 18px;
  }
}
@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: 2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 18px;
  font-weight: 400;
  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-theme);
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap {
  padding: 30px;
  background-color: var(--gt-bg);
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap p {
  margin-bottom: 20px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap .form-clt span {
  color: var(--gt-header);
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}
.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;
  border: 1px solid var(--gt-border);
  background: rgba(255, 255, 255, 0.05);
  padding: 12px 20px;
  font-weight: 400;
  color: var(--gt-text);
}
.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: 70px;
  resize: none;
}

.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, "Lato", 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: 9999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
@media (max-width: 575px) {
  .gt-back-to-top {
    display: none;
  }
}
.gt-back-to-top:hover {
  background-color: var(--gt-header);
  color: var(--gt-bg);
}
.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(../../assets/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-black);
}

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

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

.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;
}
.gt-page-nav-wrap ul li:first-child a {
  color: var(--gt-white);
  background-color: transparent;
  border: 1px none;
}
.gt-page-nav-wrap ul li:last-child a {
  color: var(--gt-white);
  background-color: transparent;
  border: 1px none;
}
.gt-page-nav-wrap ul li .gt-page-numbers {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  color: var(--gt-text);
  text-align: center;
  background-color: transparent;
}
.gt-page-nav-wrap ul li .gt-page-numbers.current {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
@media (max-width: 991px) {
  .gt-page-nav-wrap ul li .gt-page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .gt-page-nav-wrap ul li .gt-page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.gt-page-nav-wrap ul li .gt-page-numbers.active {
  background-color: var(--gt-theme);
  color: var(--gt-white);
}
.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);
}

.tab-content .gt-pricing-card-items-3 {
  padding: 48px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(24px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 30px;
  position: relative;
}
.tab-content .gt-pricing-card-items-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--gt-theme);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .tab-content .gt-pricing-card-items-3 {
    padding: 30px;
  }
}
.tab-content .gt-pricing-card-items-3 .gt-pricing-header {
  margin-bottom: 24px;
}
.tab-content .gt-pricing-card-items-3 .gt-pricing-header span {
  font-size: 20px;
  font-weight: 600;
  color: var(--gt-white);
  display: inline-block;
  margin-bottom: 16px;
}
.tab-content .gt-pricing-card-items-3 .gt-pricing-header h3 {
  color: var(--gt-theme-2);
  font-size: 32px;
  font-weight: 600;
}
.tab-content .gt-pricing-card-items-3 .gt-pricing-header p {
  color: rgba(255, 255, 255, 0.7);
}
.tab-content .gt-pricing-card-items-3 .gt-theme-btn {
  background-color: transparent;
  border: 1px solid var(--gt-theme-2);
  color: var(--gt-theme-2);
  margin-bottom: 40px;
}
.tab-content .gt-pricing-card-items-3 .text {
  color: var(--gt-white);
  position: relative;
  font-family: "Lato", sans-serif;
}
.tab-content .gt-pricing-card-items-3 .text::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(202, 210, 210, 0.4);
  width: 250px;
  height: 1px;
  left: 72px;
  top: 11px;
}
.tab-content .gt-pricing-card-items-3 .gt-pricing-list {
  margin-top: 26px;
}
.tab-content .gt-pricing-card-items-3 .gt-pricing-list li {
  color: var(--gt-white);
}
.tab-content .gt-pricing-card-items-3 .gt-pricing-list li:not(:last-child) {
  margin-bottom: 10px;
}
.tab-content .gt-pricing-card-items-3 .gt-pricing-list li i {
  color: var(--gt-white);
  margin-right: 12px;
}
.tab-content .gt-pricing-card-items-3:hover {
  transform: translateY(-10px);
}
.tab-content .gt-pricing-card-items-3:hover::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
  z-index: 1;
}
.tab-content .gt-pricing-card-items-3:hover .gt-pricing-header {
  position: relative;
  z-index: 1;
}
.tab-content .gt-pricing-card-items-3:hover .gt-pricing-header h3 {
  color: var(--gt-white);
}
.tab-content .gt-pricing-card-items-3:hover .gt-pricing-header p {
  color: var(--gt-white);
}
.tab-content .gt-pricing-card-items-3:hover .gt-theme-btn {
  position: relative;
  z-index: 999;
  background-color: var(--gt-white);
  color: var(--gt-header);
}
.tab-content .gt-pricing-card-items-3:hover .gt-theme-btn:hover {
  background-color: var(--gt-header);
  border: 1px solid var(--gt-header);
}
.tab-content .gt-pricing-card-items-3:hover .gt-theme-btn:hover span {
  color: var(--gt-white);
}
.tab-content .gt-pricing-card-items-3:hover .text {
  color: var(--gt-white);
  position: relative;
  z-index: 1;
}
.tab-content .gt-pricing-card-items-3:hover .gt-pricing-list {
  position: relative;
  z-index: 1;
}

.gt-pricing-section-3 {
  position: relative;
  z-index: 9;
}
.gt-pricing-section-3 .gt-left-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translateX(-100%);
  animation: slideInLeft 1.5s ease-out forwards;
}
@media (max-width: 1199px) {
  .gt-pricing-section-3 .gt-left-shape {
    display: none;
  }
}
.gt-pricing-section-3 .gt-right-shape {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  animation: slideInRight 1.5s ease-out forwards;
}
@media (max-width: 1199px) {
  .gt-pricing-section-3 .gt-right-shape {
    display: none;
  }
}

.gt-pricing-card-items {
  padding: 40px;
  background-color: var(--gt-white);
  margin-top: 30px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .gt-pricing-card-items {
    padding: 30px;
  }
}
.gt-pricing-card-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--gt-theme);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.gt-pricing-card-items .gt-pricing-header {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid rgba(202, 210, 210, 0.48);
  padding-bottom: 30px;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .gt-pricing-card-items .gt-pricing-header {
    gap: 10px;
  }
}
@media (max-width: 1199px) {
  .gt-pricing-card-items .gt-pricing-header {
    gap: 30px;
  }
}
.gt-pricing-card-items .gt-pricing-header .gt-pricing-circle {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 100%;
  text-align: center;
  background-color: var(--gt-theme-2);
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.gt-pricing-card-items .gt-pricing-header .gt-pricing-circle h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 1899px) {
  .gt-pricing-card-items .gt-pricing-header .gt-pricing-circle h4 {
    font-size: 20px;
  }
}
.gt-pricing-card-items .gt-pricing-header .gt-pricing-circle span {
  line-height: 1;
  margin-top: 5px;
}
@media (max-width: 1399px) {
  .gt-pricing-card-items .gt-pricing-header .content h3 {
    font-size: 20px;
  }
}
.gt-pricing-card-items .gt-pricing-list li {
  color: var(--gt-header);
}
.gt-pricing-card-items .gt-pricing-list li i {
  margin-right: 10px;
}
.gt-pricing-card-items .gt-pricing-list li:not(:last-child) {
  margin-bottom: 15px;
}
.gt-pricing-card-items .gt-pricing-list li.style-2 {
  color: var(--gt-text);
}
.gt-pricing-card-items .gt-theme-btn {
  margin-top: 32px;
  background-color: var(--gt-header);
}
.gt-pricing-card-items .gt-theme-btn:hover {
  background-color: var(--gt-theme);
}
.gt-pricing-card-items:hover {
  transform: translateY(-10px);
}
.gt-pricing-card-items:hover .gt-pricing-circle {
  transform: translateX(10px) scale(1.1) rotate(10deg);
}
.gt-pricing-card-items:hover::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
  z-index: 1;
}
.gt-pricing-card-items:hover .gt-pricing-header {
  position: relative;
  z-index: 1;
}
.gt-pricing-card-items:hover .gt-pricing-header .content h3 {
  color: var(--gt-white);
}
.gt-pricing-card-items:hover .gt-pricing-header .content p {
  color: var(--gt-white);
}
.gt-pricing-card-items:hover .gt-pricing-list {
  position: relative;
  z-index: 1;
}
.gt-pricing-card-items:hover .gt-pricing-list li {
  color: var(--gt-white);
}
.gt-pricing-card-items:hover .gt-theme-btn {
  position: relative;
  z-index: 1;
}
.gt-pricing-card-items:hover .gt-theme-btn:hover {
  background-color: var(--gt-white);
}
.gt-pricing-card-items:hover .gt-theme-btn:hover span {
  color: var(--gt-header);
}

.gt-pricing-section-1 .nav {
  display: flex;
  background: var(--gt-white);
  justify-content: center;
  max-width: 340px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .gt-pricing-section-1 .nav {
    margin-top: 30px;
  }
}
.gt-pricing-section-1 .nav li .nav-link {
  color: var(--gt-header);
  transition: all 0.4s ease-in-out;
  padding: 18px 26px;
  font-family: "Lato", sans-serif;
  line-height: 1;
}
.gt-pricing-section-1 .nav li .nav-link.active {
  position: relative;
  background-color: var(--gt-theme);
  color: var(--gt-white);
}

.gt-project-card-item-2 {
  margin-top: 30px;
}
.gt-project-card-item-2 .gt-project-image {
  position: relative;
  overflow: hidden;
}
.gt-project-card-item-2 .gt-project-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.gt-project-card-item-2 .gt-project-image::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
}
.gt-project-card-item-2 .gt-project-image .gt-project-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  background-color: var(--gt-white);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 999;
}
.gt-project-card-item-2 .gt-project-image .gt-project-content .content span {
  color: var(--gt-theme);
  position: relative;
  display: inline-block;
  margin-left: 35px;
}
.gt-project-card-item-2 .gt-project-image .gt-project-content .content span::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--gt-theme);
  width: 24px;
  height: 2px;
  left: -35px;
  top: 13px;
}
.gt-project-card-item-2 .gt-project-image .gt-project-content .content h4 {
  margin-top: 5px;
}
.gt-project-card-item-2 .gt-project-image .gt-project-content .content h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-project-card-item-2 .gt-project-image .gt-project-content .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-project-card-item-2 .gt-project-image .gt-project-content .gt-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: relative;
  min-width: auto;
  text-transform: capitalize;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: var(--gt-white);
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--gt-theme);
}
.gt-project-card-item-2 .gt-project-image .gt-project-content .gt-arrow span {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.gt-project-card-item-2 .gt-project-image .gt-project-content .gt-arrow span i {
  transition: transform 0.35s ease;
  transform: rotate(-45deg);
}
.gt-project-card-item-2 .gt-project-image .gt-project-content .gt-arrow span:last-child {
  position: absolute;
  opacity: 0;
  transform: translateY(50px);
}
.gt-project-card-item-2 .gt-project-image .gt-project-content .gt-arrow:hover {
  background-color: var(--gt-header);
}
.gt-project-card-item-2 .gt-project-image .gt-project-content .gt-arrow:hover span:first-child,
.gt-project-card-item-2 .gt-project-image .gt-project-content .gt-arrow:hover .btn:focus span:first-child {
  opacity: 0;
  transform: translateY(-50px);
}
.gt-project-card-item-2 .gt-project-image .gt-project-content .gt-arrow:hover span:last-child,
.gt-project-card-item-2 .gt-project-image .gt-project-content .gt-arrow:hover .btn:hover span:last-child,
.gt-project-card-item-2 .gt-project-image .gt-project-content .gt-arrow:hover .btn:focus span:last-child {
  opacity: 1;
  transform: translateY(0);
}
.gt-project-card-item-2 .gt-project-image .gt-project-content .gt-arrow:hover i {
  transform: rotate(0);
}
.gt-project-card-item-2:hover .gt-project-image::before {
  animation: circle 1.5s ease-out forwards;
}
.gt-project-card-item-2:hover .gt-project-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.gt-project-card-item-2:hover .gt-project-image .gt-project-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.gt-project-section-2 .container-fluid {
  padding: 0 32px;
}
@media (max-width: 575px) {
  .gt-project-section-2 .container-fluid {
    padding: 0 15px;
  }
}

.gt-project-card-items-3 {
  margin-top: 30px;
}
.gt-project-card-items-3 .gt-project-image {
  position: relative;
  overflow: hidden;
  height: 426px;
}
.gt-project-card-items-3 .gt-project-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #063232 84.04%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.gt-project-card-items-3 .gt-project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gt-project-card-items-3 .gt-project-image .gt-project-content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: -24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .gt-project-card-items-3 .gt-project-image .gt-project-content {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.gt-project-card-items-3 .gt-project-image .gt-project-content .content span {
  color: var(--gt-theme);
  position: relative;
  display: inline-block;
  margin-left: 35px;
}
.gt-project-card-items-3 .gt-project-image .gt-project-content .content span::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--gt-theme);
  width: 24px;
  height: 2px;
  left: -35px;
  top: 13px;
}
.gt-project-card-items-3 .gt-project-image .gt-project-content .content h4 {
  margin-top: 5px;
}
.gt-project-card-items-3 .gt-project-image .gt-project-content .content h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--gt-white);
}
.gt-project-card-items-3 .gt-project-image .gt-project-content .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-project-card-items-3 .gt-project-image .gt-project-content .gt-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: relative;
  min-width: auto;
  text-transform: capitalize;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: var(--gt-white);
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--gt-theme);
}
.gt-project-card-items-3 .gt-project-image .gt-project-content .gt-arrow span {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.gt-project-card-items-3 .gt-project-image .gt-project-content .gt-arrow span i {
  transition: transform 0.35s ease;
  transform: rotate(-45deg);
}
.gt-project-card-items-3 .gt-project-image .gt-project-content .gt-arrow span:last-child {
  position: absolute;
  opacity: 0;
  transform: translateY(50px);
}
.gt-project-card-items-3 .gt-project-image .gt-project-content .gt-arrow:hover span:first-child,
.gt-project-card-items-3 .gt-project-image .gt-project-content .gt-arrow:hover .btn:focus span:first-child {
  opacity: 0;
  transform: translateY(-50px);
}
.gt-project-card-items-3 .gt-project-image .gt-project-content .gt-arrow:hover span:last-child,
.gt-project-card-items-3 .gt-project-image .gt-project-content .gt-arrow:hover .btn:hover span:last-child,
.gt-project-card-items-3 .gt-project-image .gt-project-content .gt-arrow:hover .btn:focus span:last-child {
  opacity: 1;
  transform: translateY(0);
}
.gt-project-card-items-3 .gt-project-image .gt-project-content .gt-arrow:hover i {
  transform: rotate(0);
}
.gt-project-card-items-3:hover .gt-project-image::before {
  opacity: 1;
  visibility: visible;
}
.gt-project-card-items-3:hover .gt-project-image .gt-project-content {
  opacity: 1;
  visibility: visible;
  bottom: 24px;
}
.gt-project-card-items-3:hover .gt-project-image .gt-project-content .content span {
  position: relative;
  z-index: 999;
}
.gt-project-card-items-3:hover .gt-project-image .gt-project-content .content h4 {
  position: relative;
  z-index: 999;
}
.gt-project-card-items-3:hover .gt-project-image .gt-project-content .gt-arrow {
  position: relative;
  z-index: 999;
}

.gt-project-section-3 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 1199px) {
  .gt-project-section-3 .container-fluid {
    padding: 0 30;
  }
}
@media (max-width: 767px) {
  .gt-project-section-3 .container-fluid {
    padding: 0 15px;
  }
}

.gt-project-details-wrapper .gt-project-details-image {
  margin-bottom: 30px;
}
.gt-project-details-wrapper .gt-project-details-image img {
  width: 100%;
  height: 100%;
}
.gt-project-details-wrapper .gt-project-details-content h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .gt-project-details-wrapper .gt-project-details-content h3 {
    font-size: 28px;
  }
}
.gt-project-details-wrapper .gt-project-details-content .gt-thumb img {
  width: 100%;
  height: 100%;
}
.gt-project-details-wrapper .gt-project-information {
  background-color: var(--gt-bg);
  padding: 30px;
}
.gt-project-details-wrapper .gt-project-information .gt-information-list {
  margin-top: 20px;
}
.gt-project-details-wrapper .gt-project-information .gt-information-list li {
  color: var(--gt-text);
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .gt-project-details-wrapper .gt-project-information .gt-information-list li {
    gap: 14px;
  }
}
.gt-project-details-wrapper .gt-project-information .gt-information-list li:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid var(--gt-border);
  padding-bottom: 15px;
}
.gt-project-details-wrapper .gt-project-information .gt-information-list li span {
  color: var(--gt-header);
  font-size: 18px;
}
@media (max-width: 1199px) {
  .gt-project-details-wrapper .gt-project-information .gt-information-list li span {
    font-size: 16px;
  }
}

.gt-section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .gt-section-title {
    margin-bottom: 0;
  }
}
.gt-section-title .gt-sub-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--gt-theme);
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.gt-section-title .gt-sub-title.style-2 {
  color: var(--gt-theme-2);
}
.gt-section-title h2 span {
  font-size: 18px;
  font-weight: 600;
  color: var(--gt-theme);
  font-family: "Lato", sans-serif;
  letter-spacing: 0.5px;
  position: relative;
}
.gt-section-title h2 span img.image-2 {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .gt-section-title h2 span img.image-2 {
    display: none;
  }
}
.gt-section-title h2 span::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--gt-theme);
  width: 62px;
  height: 1px;
  top: 11px;
  left: initial;
  right: 15px;
}
@media (max-width: 767px) {
  .gt-section-title h2 span::before {
    display: none;
  }
}
.gt-section-title h2 span.style-2 {
  color: var(--gt-theme-2);
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .gt-section-title h2 span.style-2 {
    margin-left: 0;
  }
}
.gt-section-title h2 span.style-2 img.image-2 {
  margin-left: 120px;
}
@media (max-width: 575px) {
  .gt-section-title h2 span.style-2 img.image-2 {
    margin-left: 0;
  }
}
.gt-section-title h2 span.style-2::before {
  background-color: var(--gt-theme-2);
  width: 118px;
}
@media (max-width: 1199px) {
  .gt-section-title h2 span.style-2::before {
    top: 68px;
    right: 148px;
  }
}
@media (max-width: 991px) {
  .gt-section-title h2 span.style-2::before {
    top: 11px;
    right: 15px;
  }
}
@media (max-width: 575px) {
  .gt-section-title h2 span.style-2::before {
    display: none;
  }
}
@media (max-width: 575px) {
  .gt-section-title h2 span.style-3 img.image-2 {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .gt-section-title h2 span.style-3::before {
    display: none;
  }
}

.gt-section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
.gt-section-title-area .gt-section-title {
  margin-bottom: 0;
}
.gt-section-title-area .gt-rating-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gt-section-title-area .gt-rating-item .content span {
  font-size: 14px;
  font-weight: 400;
}
.gt-section-title-area .gt-rating-item .content .star i {
  color: #FCD554;
}
@media (max-width: 991px) {
  .gt-section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .gt-section-title-area {
    margin-bottom: 0;
  }
}
.gt-section-title-area .nav {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(202, 210, 210, 0.24);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(24px);
}
.gt-section-title-area .nav li .nav-link {
  color: var(--gt-white);
  transition: all 0.4s ease-in-out;
  padding: 18px 32px;
  font-family: "Lato", sans-serif;
  line-height: 1;
}
.gt-section-title-area .nav li .nav-link.active {
  position: relative;
  background-color: var(--gt-theme-2);
  color: var(--gt-header);
}

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

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

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

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

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.gt-service-card-items-2 {
  margin-top: 30px;
}
.gt-service-card-items-2 .gt-service-image {
  position: relative;
}
.gt-service-card-items-2 .gt-service-image img {
  width: 100%;
  height: 100%;
}
.gt-service-card-items-2 .gt-service-image .gt-service-content {
  background: var(--gt-white);
  position: absolute;
  bottom: -65px;
  left: 20px;
  right: 20px;
  padding: 20px 24px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .gt-service-card-items-2 .gt-service-image .gt-service-content {
    bottom: 0;
  }
}
.gt-service-card-items-2 .gt-service-image .gt-service-content .icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background-color: var(--gt-theme-2);
  text-align: center;
  color: var(--gt-white);
  text-align: center;
  margin: 0 auto;
  margin-top: -50px;
}
.gt-service-card-items-2 .gt-service-image .gt-service-content .icon img {
  width: initial;
  height: initial;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.gt-service-card-items-2 .gt-service-image .gt-service-content h3 {
  margin-top: 20px;
}
.gt-service-card-items-2 .gt-service-image .gt-service-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-service-card-items-2 .gt-service-image .gt-service-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-2 .gt-service-image .gt-service-content .service-bottom {
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.gt-service-card-items-2:hover .gt-service-image .gt-service-content .icon {
  background-color: var(--gt-theme);
}
.gt-service-card-items-2:hover .gt-service-image .gt-service-content .icon img {
  transform: scaleX(-1) !important;
  filter: brightness(0) invert(1);
}
.gt-service-card-items-2:hover .gt-service-image .gt-service-content h3 {
  margin-bottom: 15px;
  margin-top: 10px;
}
.gt-service-card-items-2:hover .gt-service-image .gt-service-content .service-bottom {
  height: 50px;
}

.gt-service-card-items-3 {
  background-color: var(--gt-bg);
  padding: 30px;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  min-height: 520px;
}
.gt-service-card-items-3 .gt-service-image {
  position: relative;
  overflow: hidden;
  height: 260px;
}
.gt-service-card-items-3 .gt-service-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: all 1.5s ease-out;
}
.gt-service-card-items-3 .gt-service-content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.gt-service-card-items-3 .gt-service-content h3 {
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .gt-service-card-items-3 .gt-service-content h3 {
    font-size: 20px;
  }
}
.gt-service-card-items-3 .gt-service-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-service-card-items-3 .gt-service-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-3 .gt-service-content p {
  margin-bottom: 20px;
  flex: 1 1 auto;
}
@media (max-width: 575px) {
  .gt-service-card-items-3 {
    min-height: 0;
  }
  .gt-service-card-items-3 .gt-service-image,
  .gt-service-card-items-3 .gt-service-image img {
    height: 220px;
  }
}
.gt-service-card-items-3:hover {
  background-color: var(--gt-theme);
  transform: translateY(-8px);
}
.gt-service-card-items-3:hover .gt-service-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.gt-service-card-items-3:hover .gt-service-content h3 {
  position: relative;
  z-index: 9;
}
.gt-service-card-items-3:hover .gt-service-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--gt-white);
}
.gt-service-card-items-3:hover .gt-service-content 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-service-card-items-3:hover .gt-service-content p {
  color: var(--gt-white);
  position: relative;
  z-index: 9;
}
.gt-service-card-items-3:hover .gt-service-content .gt-link-btn {
  position: relative;
  z-index: 9;
}
.gt-service-card-items-3:hover .gt-service-content .gt-link-btn span {
  color: var(--gt-white);
}

.gt-service-wrapper {
  border-top: 1px solid rgba(202, 210, 210, 0.24);
  margin-top: 60px;
}
.gt-service-wrapper .gt-service-main-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 24px;
  border-bottom: 1px solid rgba(202, 210, 210, 0.24);
  position: relative;
}
@media (max-width: 1399px) {
  .gt-service-wrapper .gt-service-main-items {
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px 0;
  }
}
.gt-service-wrapper .gt-service-main-items .gt-service-left-items {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (max-width: 1199px) {
  .gt-service-wrapper .gt-service-main-items .gt-service-left-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-service-wrapper .gt-service-main-items .gt-service-left-items .service-content {
  display: flex;
  align-items: end;
  gap: 30px;
}
.gt-service-wrapper .gt-service-main-items .gt-service-left-items .service-content.style-2 h3 {
  text-align: right;
}
@media (max-width: 1199px) {
  .gt-service-wrapper .gt-service-main-items .gt-service-left-items .service-content.style-2 h3 {
    text-align: left;
  }
}
.gt-service-wrapper .gt-service-main-items .gt-service-left-items .service-content h4 {
  color: var(--gt-theme);
}
.gt-service-wrapper .gt-service-main-items .gt-service-left-items p {
  max-width: 619px;
}
.gt-service-wrapper .gt-service-main-items .image-hover {
  width: 182px;
  height: 182px;
  position: absolute;
  top: 50%;
  transform: rotate(15deg);
  inset-inline-start: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.4s ease-out;
  margin: -200px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  visibility: hidden;
  border-radius: 10px;
}
.gt-service-wrapper .gt-service-main-items .icon {
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid rgba(202, 210, 210, 0.24);
  transition: all 0.4s ease-in-out;
  position: relative;
}
.gt-service-wrapper .gt-service-main-items .icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--gt-theme-2);
  content: "";
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.gt-service-wrapper .gt-service-main-items:hover .image-hover {
  opacity: 1;
  visibility: visible;
}
.gt-service-wrapper .gt-service-main-items:hover .gt-service-left-items .service-content h3 a {
  color: var(--gt-theme);
}
.gt-service-wrapper .gt-service-main-items:hover .icon::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}
.gt-service-wrapper .gt-service-main-items:hover .icon img {
  filter: brightness(0%) saturate(100%) invert(0%);
  position: relative;
  z-index: 999;
}

.gt-service-details-wrapper .gt-details-content h2 {
  margin-bottom: 15px;
}
.gt-service-details-wrapper .gt-service-derails-image {
  margin-top: 24px;
}
.gt-service-details-wrapper .gt-service-derails-image img {
  width: 100%;
  height: 100%;
}
.gt-service-details-wrapper .gt-service-left-content h3 {
  font-size: 32px;
  margin-bottom: 24px;
}
.gt-service-details-wrapper .gt-service-left-content p {
  max-width: 667px;
}
.gt-service-details-wrapper .gt-service-details-list .gt-details-list {
  margin-top: 24px;
}
.gt-service-details-wrapper .gt-service-details-list .gt-details-list li {
  color: var(--gt-header);
}
.gt-service-details-wrapper .gt-service-details-list .gt-details-list li:not(:last-child) {
  margin-bottom: 15px;
}
.gt-service-details-wrapper .gt-service-details-list .gt-details-list li i {
  margin-right: 10px;
  color: var(--gt-theme);
}
.gt-service-details-wrapper .gt-service-details-list-content .list-item {
  margin-bottom: 16px;
}
.gt-service-details-wrapper .gt-service-details-list-content .list-item .list {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .gt-service-details-wrapper .gt-service-details-list-content .list-item .list {
    font-size: 16px;
  }
}
.gt-service-details-wrapper .gt-service-details-list-content .list-item .list li {
  color: var(--gt-header);
}
.gt-service-details-wrapper .gt-service-details-list-content .list-item .list li i {
  color: var(--gt-theme);
  margin-right: 10px;
}
.gt-service-details-wrapper .gt-details-image img {
  width: 100%;
  height: 100%;
}
.gt-service-details-wrapper .faq-items {
  margin-top: 48px;
}
.gt-service-details-wrapper .faq-items h3 {
  margin-bottom: 20px;
}
.gt-service-details-wrapper .faq-items .accordion .accordion-item {
  border: none;
}
.gt-service-details-wrapper .faq-items .accordion .accordion-item h4 button {
  line-height: 1;
  font-weight: 600;
  padding: 29px 30px;
  color: var(--gt-header);
  cursor: pointer;
}
@media (max-width: 575px) {
  .gt-service-details-wrapper .faq-items .accordion .accordion-item h4 button {
    font-size: 18px;
    line-height: 1.6;
    padding: 22px 20px;
  }
}
.gt-service-details-wrapper .faq-items .accordion .accordion-item .accordion-body {
  padding: 20px 30px;
  background-color: var(--gt-white);
  box-shadow: 8px 8px 32px 0 rgba(36, 12, 135, 0.08);
  backdrop-filter: blur(5px);
}
.gt-service-details-wrapper .faq-items .accordion .accordion-item .accordion-body p {
  color: var(--gt-header);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .gt-service-details-wrapper .faq-items .accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}
.gt-service-details-wrapper .faq-items .accordion .accordion-button {
  background-color: var(--gt-white);
  color: var(--gt-header);
  box-shadow: 8px 8px 32px 0 rgba(36, 12, 135, 0.08);
  backdrop-filter: blur(5px);
}
.gt-service-details-wrapper .faq-items .accordion .accordion-button::after {
  content: "\e09f";
  font-family: "Font Awesome 6 Pro";
  background: transparent;
  font-weight: 900;
  transition: all 0.3s ease-in-out !important;
  color: var(--gt-header);
}
.gt-service-details-wrapper .faq-items .accordion .accordion-button:not(.collapsed) {
  background-color: var(--gt-white);
  box-shadow: 8px 8px 32px 0 rgba(36, 12, 135, 0.08);
  backdrop-filter: blur(5px);
  color: var(--gt-header);
}
.gt-service-details-wrapper .faq-items .accordion .accordion-button:not(.collapsed)::after {
  content: "\e093";
  font-family: "Font Awesome 6 Pro";
  background: transparent;
  font-weight: 900;
  color: var(--gt-theme);
  transform: rotate(0);
}

.gt-service-section-5 {
  padding-bottom: 180px;
}
@media (max-width: 1199px) {
  .gt-service-section-5 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .gt-service-section-5 {
    padding-bottom: 80px;
  }
}

.gt-team-card-item-2 {
  margin-top: 30px;
}
.gt-team-card-item-2 .gt-team-image {
  position: relative;
  overflow: hidden;
  height: 396px;
}
.gt-team-card-item-2 .gt-team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gt-team-card-item-2 .gt-team-image::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
}
.gt-team-card-item-2 .gt-team-image .gt-team-content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--gt-header);
  padding: 12px 24px;
  width: 295px;
}
.gt-team-card-item-2 .gt-team-image .gt-team-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--gt-theme-2);
  z-index: 1;
  transition: width 0.5s ease;
}
.gt-team-card-item-2 .gt-team-image .gt-team-content h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--gt-white);
}
.gt-team-card-item-2 .gt-team-image .gt-team-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-team-card-item-2 .gt-team-image .gt-team-content p {
  color: var(--gt-white);
  opacity: 0.7;
  margin-top: 5px;
}
.gt-team-card-item-2 .gt-team-image .gt-social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  transform: rotate(90deg);
  position: absolute;
  background-color: var(--gt-theme);
  padding: 12px 24px;
  top: 40%;
  right: -30%;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
.gt-team-card-item-2 .gt-team-image .gt-social-icon a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: var(--gt-white);
  border-radius: 100px;
  color: #B0BCBC;
  transform: rotate(-90deg);
  z-index: 999;
}
.gt-team-card-item-2 .gt-team-image .gt-social-icon a:hover {
  background-color: var(--gt-header);
  color: var(--gt-white);
}
.gt-team-card-item-2 .gt-team-image .gt-social-icon span {
  color: var(--gt-white);
}
.gt-team-card-item-2:hover .gt-team-image::before {
  animation: circle 1.5s ease-out forwards;
}
.gt-team-card-item-2:hover .gt-team-image .gt-team-content h4 {
  position: relative;
  z-index: 9;
}
.gt-team-card-item-2:hover .gt-team-image .gt-team-content h4 a {
  color: var(--gt-header);
}
.gt-team-card-item-2:hover .gt-team-image .gt-team-content h4 a:hover {
  color: var(--gt-header);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--gt-header) 0%, var(--gt-header) 100%);
}
.gt-team-card-item-2:hover .gt-team-image .gt-team-content p {
  color: var(--gt-header);
  opacity: 0.7;
  position: relative;
  z-index: 9;
}
.gt-team-card-item-2:hover .gt-team-image .gt-team-content::before {
  width: 100%;
}
.gt-team-card-item-2:hover .gt-team-image .gt-social-icon {
  opacity: 1;
  visibility: visible;
  right: -100px;
}

.gt-team-section-2 {
  position: relative;
}
.gt-team-section-2 .left-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
  animation: slideInLeft 1.5s ease-out forwards;
}
@media (max-width: 1199px) {
  .gt-team-section-2 .left-shape {
    display: none;
  }
}
.gt-team-section-2 .right-shape {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  animation: slideInRight 1.5s ease-out forwards;
}
@media (max-width: 1199px) {
  .gt-team-section-2 .right-shape {
    display: none;
  }
}

.gt-team-card-items-3 {
  margin-top: 30px;
}
.gt-team-card-items-3 .gt-team-image {
  overflow: hidden;
  position: relative;
}
.gt-team-card-items-3 .gt-team-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.gt-team-card-items-3 .gt-team-image::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.gt-team-card-items-3 .gt-team-content {
  background-color: var(--gt-bg);
  padding: 16px 24px 0;
  text-align: center;
  margin-top: -90px;
  margin-left: 48px;
  margin-right: 48px;
  position: relative;
  z-index: 9;
}
.gt-team-card-items-3 .gt-team-content h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-team-card-items-3 .gt-team-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-team-card-items-3 .gt-team-content .gt-social-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(177, 178, 182, 0.06);
  background-color: #F2F8E7;
  margin-top: 16px;
  position: relative;
}
.gt-team-card-items-3 .gt-team-content .gt-social-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--gt-theme);
  z-index: 1;
  transition: width 0.5s ease;
}
.gt-team-card-items-3 .gt-team-content .gt-social-icon a {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: var(--gt-header);
  border: 1px solid rgba(202, 210, 210, 0.16);
}
.gt-team-card-items-3:hover .gt-team-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.gt-team-card-items-3:hover .gt-team-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.gt-team-card-items-3:hover .gt-team-content .gt-social-icon a {
  color: var(--gt-white);
  position: relative;
  z-index: 9;
}
.gt-team-card-items-3:hover .gt-team-content .gt-social-icon::before {
  width: 100%;
}

.gt-team-wrapper {
  overflow: hidden;
  position: relative;
}
.gt-team-wrapper .gt-text {
  max-width: 640px;
  margin-top: 24px;
  margin-bottom: 48px;
}
.gt-team-wrapper .gt-team-card-items {
  transform: scale(0.95);
  transition: all 0.5s ease;
}
.gt-team-wrapper .gt-team-card-items .gt-team-image {
  position: relative;
  overflow: hidden;
  max-width: 348px;
}
.gt-team-wrapper .gt-team-card-items .gt-team-image img {
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.gt-team-wrapper .gt-team-card-items .gt-team-image .gt-team-content {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px 20px 50px;
  background-color: var(--gt-header);
  text-align: center;
  width: 351px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transition: all 0.4s ease-in-out;
}
.gt-team-wrapper .gt-team-card-items .gt-team-image .gt-team-content h4 a {
  display: inline;
  color: var(--gt-white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
}
.gt-team-wrapper .gt-team-card-items .gt-team-image .gt-team-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-team-wrapper .gt-team-card-items .gt-team-image .gt-team-content p {
  color: rgba(255, 255, 255, 0.7);
}
.gt-team-wrapper .swiper-slide.swiper-slide-active .gt-team-card-items {
  transform: scale(1);
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .gt-team-wrapper .swiper-slide.swiper-slide-active .gt-team-card-items {
    margin-left: 0;
  }
}
.gt-team-wrapper .swiper-slide.swiper-slide-active .gt-team-card-items .gt-team-image {
  border-radius: 1000px;
  height: 348px;
  max-width: 348px;
}
.gt-team-wrapper .swiper-slide.swiper-slide-active .gt-team-card-items .gt-team-image img {
  opacity: initial;
  border-radius: 1000px;
  object-fit: cover;
}
.gt-team-wrapper .swiper-slide.swiper-slide-active .gt-team-card-items .gt-team-image .gt-team-content {
  opacity: 1;
  visibility: visible;
}
.gt-team-wrapper .swiper-slide-next {
  margin-top: -180px;
  margin-left: 60px;
}
@media (max-width: 1199px) {
  .gt-team-wrapper .swiper-slide-next {
    margin-left: 0;
    margin-top: 0;
  }
}
.gt-team-wrapper .swiper {
  max-width: 1320px;
  width: 100%;
  overflow: initial;
}
.gt-team-wrapper .swiper .swiper-wrapper {
  max-width: 1320px;
  width: 100%;
  overflow: initial;
}
.gt-team-wrapper .array-buttons {
  position: absolute;
  bottom: 60px;
  right: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1399px) {
  .gt-team-wrapper .array-buttons {
    display: none;
  }
}
.gt-team-wrapper .array-buttons .array-prev {
  position: relative;
  z-index: 999;
}
.gt-team-wrapper .array-buttons .array-next {
  position: relative;
  z-index: 999;
}

.gt-team-details-wrapper .gt-team-details-image img {
  width: 100%;
  height: 100%;
}
.gt-team-details-wrapper .gt-team-details-content {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .gt-team-details-wrapper .gt-team-details-content {
    margin-left: 0;
  }
}
.gt-team-details-wrapper .gt-team-details-content .details-info {
  border-bottom: 1px solid var(--gt-border);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.gt-team-details-wrapper .gt-team-details-content .details-info h3 {
  margin-bottom: 5px;
}
.gt-team-details-wrapper .gt-team-details-content .details-info span {
  color: var(--gt-text);
}
.gt-team-details-wrapper .gt-team-details-content .progress-wrap .pro-items {
  width: 100%;
}
.gt-team-details-wrapper .gt-team-details-content .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 30px;
}
.gt-team-details-wrapper .gt-team-details-content .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.gt-team-details-wrapper .gt-team-details-content .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--gt-black);
}
.gt-team-details-wrapper .gt-team-details-content .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--gt-black);
  font-weight: 600;
}
.gt-team-details-wrapper .gt-team-details-content .progress-wrap .pro-items .progress {
  background: var(--gt-bg);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  display: flex;
  height: 12px;
  width: 100%;
}
.gt-team-details-wrapper .gt-team-details-content .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--gt-theme);
  height: 12px;
  width: 0;
  border-radius: 16px;
}
.gt-team-details-wrapper .gt-team-details-content .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 85%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 95%;
  }
}
.gt-team-details-wrapper .gt-team-details-content .social-icon {
  margin-top: 40px;
}
.gt-team-details-wrapper .gt-team-details-content .social-icon span {
  font-size: 16px;
  font-weight: 700;
  color: var(--gt-header);
  margin-right: 15px;
}
.gt-team-details-wrapper .gt-team-details-content .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid var(--gt-border);
  display: inline-block;
  color: var(--gt-text);
  transition: all 0.4s ease-in-out;
}
.gt-team-details-wrapper .gt-team-details-content .social-icon a:not(:last-child) {
  margin-right: 5px;
}
.gt-team-details-wrapper .gt-team-details-content .social-icon a:hover {
  background-color: var(--gt-theme);
  color: var(--gt-white);
  border: 1px solid transparent;
}
.gt-team-details-wrapper .team-single-history .title {
  border-bottom: 1px solid var(--gt-border);
  padding-bottom: 30px;
}
.gt-team-details-wrapper .team-single-history h5 {
  font-weight: 600;
}
.gt-team-details-wrapper .team-single-history h5 span {
  border: 1px solid var(--gt-theme);
  color: var(--gt-theme);
  font-size: 14px;
  font-weight: 400;
  padding: 6px 16px;
  border-radius: 16px;
  margin-left: 20px;
}

.gt-testimonial-wrapper-2 {
  margin-top: 48px;
}
.gt-testimonial-wrapper-2 .gt-testimonial-item-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .gt-testimonial-wrapper-2 .gt-testimonial-item-2 {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .gt-testimonial-wrapper-2 .gt-testimonial-item-2 {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-testimonial-wrapper-2 .gt-testimonial-item-2 .gt-shape {
  position: absolute;
  left: 32%;
  top: 10%;
}
@media (max-width: 1399px) {
  .gt-testimonial-wrapper-2 .gt-testimonial-item-2 .gt-shape {
    display: none;
  }
}
.gt-testimonial-wrapper-2 .gt-testimonial-item-2 .gt-client-image {
  position: relative;
}
.gt-testimonial-wrapper-2 .gt-testimonial-item-2 .gt-client-image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.gt-testimonial-wrapper-2 .gt-testimonial-item-2 .gt-client-image .gt-icon {
  width: 80px;
  height: 80px;
  line-height: 73px;
  border-radius: 100%;
  font-size: 48px;
  text-align: center;
  background-color: var(--gt-theme-2);
  color: var(--gt-header);
  border: 4px solid var(--gt-white);
  position: absolute;
  top: 26px;
  right: -27px;
}
.gt-testimonial-wrapper-2 .gt-testimonial-item-2 .gt-testimonial-content .star {
  color: #E3572B;
  margin-bottom: 20px;
}
.gt-testimonial-wrapper-2 .gt-testimonial-item-2 .gt-testimonial-content p {
  max-width: 782px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  text-transform: math-auto;
}
@media (max-width: 1199px) {
  .gt-testimonial-wrapper-2 .gt-testimonial-item-2 .gt-testimonial-content p {
    font-size: 16px;
  }
}
.gt-testimonial-wrapper-2 .gt-testimonial-item-2 .gt-testimonial-content .gt-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .gt-testimonial-wrapper-2 .gt-testimonial-item-2 .gt-testimonial-content .gt-info-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-testimonial-wrapper-2 .gt-testimonial-item-2 .gt-testimonial-content .gt-info-item .gt-left h6 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}
.gt-testimonial-wrapper-2 .gt-testimonial-item-2 .gt-testimonial-content .gt-info-item .gt-left span {
  font-size: 16px;
  font-weight: 400;
}
.gt-testimonial-wrapper-2 .gt-testimonial-item-2 .gt-testimonial-content .gt-info-item .gt-right {
  display: flex;
  gap: 10px;
}
.gt-testimonial-wrapper-2 .gt-testimonial-item-2 .gt-testimonial-content .gt-info-item .gt-right .star {
  color: #FCD554;
}

.gt-testimonial-wrapper-3 {
  border-top: 1px solid var(--gt-border);
  padding-top: 48px;
}
@media (max-width: 575px) {
  .gt-testimonial-wrapper-3 {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.gt-testimonial-wrapper-3 .gt-testimonial-box {
  background-color: var(--gt-theme-2);
  backdrop-filter: blur(25px);
  padding: 50px;
}
@media (max-width: 1199px) {
  .gt-testimonial-wrapper-3 .gt-testimonial-box {
    padding: 28px;
  }
}
@media (max-width: 991px) {
  .gt-testimonial-wrapper-3 .gt-testimonial-box {
    padding: 30px;
  }
}
.gt-testimonial-wrapper-3 .gt-testimonial-box .client-info-item {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(6, 50, 50, 0.24);
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.gt-testimonial-wrapper-3 .gt-testimonial-box .client-info-item .info-item {
  display: flex;
  align-items: center;
}
.gt-testimonial-wrapper-3 .gt-testimonial-box .client-info-item .info-item .client-image img {
  border: 2px solid #FBFFEE;
  border-radius: 100px;
}
.gt-testimonial-wrapper-3 .gt-testimonial-box .client-info-item .info-item .client-image.style-2 {
  margin-left: -20px;
}
@media (max-width: 1199px) {
  .gt-testimonial-wrapper-3 .gt-testimonial-box .client-info-item .info-item .client-image.style-2 {
    margin-left: -30px;
  }
}
@media (max-width: 991px) {
  .gt-testimonial-wrapper-3 .gt-testimonial-box .client-info-item .info-item .client-image.style-2 {
    margin-left: -20px;
  }
}
.gt-testimonial-wrapper-3 .gt-testimonial-box .client-info-item .rivews-content h3 {
  font-size: 32px;
  font-weight: 800;
}
.gt-testimonial-wrapper-3 .gt-testimonial-box .client-info-item .rivews-content span {
  color: rgba(6, 50, 50, 0.88);
}
.gt-testimonial-wrapper-3 .gt-testimonial-box h2 {
  font-size: 72px;
}
@media (max-width: 1199px) {
  .gt-testimonial-wrapper-3 .gt-testimonial-box h2 {
    font-size: 60px;
  }
}
.gt-testimonial-wrapper-3 .gt-testimonial-box p {
  font-size: 18px;
  font-weight: 400;
  color: rgba(6, 50, 50, 0.88);
}
.gt-testimonial-wrapper-3 .testimonial-item {
  background-color: var(--gt-header);
  padding: 48px;
  position: relative;
}
@media (max-width: 1199px) {
  .gt-testimonial-wrapper-3 .testimonial-item {
    padding: 30px;
  }
}
.gt-testimonial-wrapper-3 .testimonial-item .testimonial-content .star {
  color: #FCD554;
  margin-bottom: 6px;
}
.gt-testimonial-wrapper-3 .testimonial-item .testimonial-content p {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid rgba(202, 210, 210, 0.24);
  padding-bottom: 30px;
  margin-bottom: 24px;
  max-width: 768px;
  line-height: 175%;
}
@media (max-width: 1199px) {
  .gt-testimonial-wrapper-3 .testimonial-item .testimonial-content p {
    font-size: 16px;
  }
}
.gt-testimonial-wrapper-3 .testimonial-item .testimonial-content .testimonial-info .cont h6 {
  font-size: 20px;
  font-weight: 600;
  color: var(--gt-white);
  font-family: "Lato", sans-serif;
}
.gt-testimonial-wrapper-3 .testimonial-item .testimonial-content .testimonial-info .cont span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.gt-testimonial-wrapper-3 .testimonial-item .array-buttons {
  position: absolute;
  bottom: 48px;
  right: 48px;
  background: #063232;
  z-index: 9999;
}
@media (max-width: 1199px) {
  .gt-testimonial-wrapper-3 .testimonial-item .array-buttons {
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 575px) {
  .gt-testimonial-wrapper-3 .testimonial-item .array-buttons {
    display: none;
  }
}
.gt-testimonial-wrapper-3 .testimonial-item .array-buttons .array-prev {
  border: 1px solid var(--gt-white);
  color: var(--gt-white);
  z-index: 999;
}
.gt-testimonial-wrapper-3 .testimonial-item .array-buttons .array-prev:hover {
  background-color: var(--gt-theme);
  border: 1px solid var(--gt-theme);
}
.gt-testimonial-wrapper-3 .testimonial-item .array-buttons .array-next {
  background-color: var(--gt-theme);
  color: var(--gt-white);
  border: 1px solid var(--gt-theme);
  z-index: 999;
}
.gt-testimonial-wrapper-3 .testimonial-item .array-buttons .array-next:hover {
  background-color: var(--gt-white);
  color: var(--gt-header);
  border: 1px solid var(--gt-white);
}

.gt-testimonial-wrapper {
  margin-top: 60px;
}
.gt-testimonial-wrapper .gt-testimonial-left .gt-info-item {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .gt-testimonial-wrapper .gt-testimonial-left .gt-info-item {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .gt-testimonial-wrapper .gt-testimonial-left .gt-info-item {
    margin-bottom: 30px;
  }
}
.gt-testimonial-wrapper .gt-testimonial-left .gt-info-item .array-prev {
  width: 110px;
  height: 48px;
  line-height: 45px;
  text-align: center;
  background-color: transparent;
  color: var(--gt-header);
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  border: 1px solid var(--gt-header);
  font-weight: 600;
}
.gt-testimonial-wrapper .gt-testimonial-left .gt-info-item .array-prev i {
  margin-left: 5px;
  transform: rotate(45deg);
}
.gt-testimonial-wrapper .gt-testimonial-left .gt-info-item .array-prev:hover {
  background: var(--gt-theme-2);
  color: var(--gt-header);
  border: 1px solid var(--gt-theme-2);
}
.gt-testimonial-wrapper .gt-testimonial-left .rating-ber {
  border-left: 2px solid var(--gt-border);
  padding-left: 24px;
}
@media (max-width: 1199px) {
  .gt-testimonial-wrapper .gt-testimonial-left .rating-ber {
    border-left: none;
    padding-left: 0;
  }
}
.gt-testimonial-wrapper .gt-testimonial-left .rating-ber h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--gt-text);
}
.gt-testimonial-wrapper .gt-testimonial-left .rating-ber .rating {
  display: flex;
  align-items: center;
  gap: 12px;
}
.gt-testimonial-wrapper .gt-testimonial-left .rating-ber .rating h2 {
  font-size: 40px;
  font-weight: 800;
}
.gt-testimonial-wrapper .gt-testimonial-left .rating-ber .rating .content span {
  font-size: 14px;
  font-weight: 400;
}
.gt-testimonial-wrapper .gt-testimonial-left .rating-ber .rating .content .star {
  color: #FCD554;
}
.gt-testimonial-wrapper .gt-testimonial-bg {
  background-color: var(--gt-bg);
  text-align: center;
  padding: 40px 30px;
}
@media (max-width: 1199px) {
  .gt-testimonial-wrapper .gt-testimonial-bg {
    padding: 30px;
  }
}
.gt-testimonial-wrapper .gt-testimonial-bg .gt-testimonial-content p {
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 166%;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .gt-testimonial-wrapper .gt-testimonial-bg .gt-testimonial-content p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .gt-testimonial-wrapper .gt-testimonial-bg .gt-testimonial-content p {
    font-size: 16px;
  }
}
.gt-testimonial-wrapper .gt-testimonial-bg .gt-testimonial-content .gt-client-item {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.gt-testimonial-wrapper .gt-testimonial-right {
  position: relative;
}
.gt-testimonial-wrapper .gt-testimonial-right .gt-info-item {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 100px;
  justify-content: end;
}
@media (max-width: 1199px) {
  .gt-testimonial-wrapper .gt-testimonial-right .gt-info-item {
    margin-bottom: 90px;
    justify-content: start;
  }
}
@media (max-width: 991px) {
  .gt-testimonial-wrapper .gt-testimonial-right .gt-info-item {
    margin-bottom: 30px;
  }
}
.gt-testimonial-wrapper .gt-testimonial-right .gt-info-item .array-next {
  width: 110px;
  height: 48px;
  line-height: 45px;
  text-align: center;
  background-color: var(--gt-theme-2);
  color: var(--gt-header);
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
  font-weight: 600;
}
.gt-testimonial-wrapper .gt-testimonial-right .gt-info-item .array-next i {
  margin-left: 5px;
  transform: rotate(-45deg);
}
.gt-testimonial-wrapper .gt-testimonial-right .gt-info-item .array-next:hover {
  background: var(--gt-header);
  color: var(--gt-white);
}
.gt-testimonial-wrapper .gt-testimonial-right .gt-arrow {
  text-align: center;
}
@media (max-width: 1199px) {
  .gt-testimonial-wrapper .gt-testimonial-right .gt-arrow {
    text-align: left;
  }
}
.gt-testimonial-wrapper .gt-testimonial-right .gt-link-btn {
  position: absolute;
  left: 25%;
  bottom: 12%;
}
@media (max-width: 1199px) {
  .gt-testimonial-wrapper .gt-testimonial-right .gt-link-btn {
    left: 0;
  }
}/*# sourceMappingURL=main.css.map */