@charset "UTF-8";
/*
Theme Name: Floorio
Author: pixel-drop
Author URI: https://themeforest.net/user/pixel-drop/portfolio
Description: Floorio - Flooring & Tiling Services HTML Template
Service Html Template 
Version: 1.0.0

/*----------------------------------------*/
/*  TABLE OF CONTENTS
/*----------------------------------------*/
/*----------------------------------------*/
/* >> Basic Core
    1. Mixins
    2. Variables
    3. Buttons
    4. Typography
/*----------------------------------------*/
/*----------------------------------------*/
/* >> Template Sections
    5. About
    6. Animation
    7. Contact
    8. CTA
    9. Feature
   10. Footer
   11. Header
   12. Helping
   13. Hero
   14. MeanMenu
   15. News
   16. Preloader
   17. Project
   18. Section
   19. Service
   20. Team
   21. Testimonial
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #C7844F;
  --header: #31251D;
  --text: #31251D;
  --border: #FCFCFC;
  --bg: #dc35450f;
  --bg2: #F4F4F4;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

.theme-btn {
  background-color: var(--theme);
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 22px 30px;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  line-height: 1;
  font-family: "Inter", sans-serif;
  text-align: center;
}
.theme-btn i {
  transition: all 0.4s ease-in-out;
  border-left: none !important;
  margin-left: 10px;
  transform: rotate(-45deg);
}
.theme-btn::before {
  content: "";
  background-color: var(--header);
  width: 0;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.theme-btn::after {
  content: "";
  background-color: var(--header);
  width: 0;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.theme-btn:hover {
  color: var(--white);
}
.theme-btn:hover::before, .theme-btn:hover::after {
  width: 100%;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text);
  background-color: var(--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(--white);
  outline: none;
}

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

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

h1 {
  font-size: 64px;
  font-weight: 700;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 43px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 36px;
  }
}

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

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

h4 {
  font-size: 20px;
  font-weight: 600;
}

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

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

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

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

span {
  margin: 0px;
}

.about-wrapper .about-content .about-content-items {
  margin-top: 25px;
  margin-left: 45px;
}
.about-wrapper .about-content .about-content-items .icon-items-area {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .about-content-items .icon-items-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .about-wrapper .about-content .about-content-items .icon-items-area {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.about-wrapper .about-content .about-content-items .icon-items-area .icon-items {
  max-width: 300px;
}
.about-wrapper .about-content .about-content-items .icon-items-area .icon-items .icon-box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.about-wrapper .about-content .about-content-items .icon-items-area .icon-items .icon-box h3 {
  font-size: 18px;
}
.about-wrapper .about-content .about-content-items .icon-items-area .icon-items .icon {
  background: rgba(220, 53, 69, 0.0588235294);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.about-wrapper .about-image {
  max-width: 491px;
  position: relative;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image {
    max-width: 1000px;
  }
}
.about-wrapper .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper .about-image .counter-box-area {
  display: grid;
  align-items: center;
  gap: 30px;
  position: absolute;
  right: -19%;
  top: 10%;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image .counter-box-area {
    right: 0;
  }
}
.about-wrapper .about-image .counter-box-area .counter-items {
  min-width: 215px;
  text-align: center;
  padding: 30px 20px;
}
@media (max-width: 470px) {
  .about-wrapper .about-image .counter-box-area .counter-items {
    padding: 18px 20px;
  }
}
.about-wrapper .about-image .counter-box-area .counter-items h2 {
  color: var(--white);
  font-size: 52px;
}
@media (max-width: 470px) {
  .about-wrapper .about-image .counter-box-area .counter-items h2 {
    font-size: 36px;
  }
}
.about-wrapper .about-image .counter-box-area .counter-items p {
  color: var(--white);
  font-size: 20px;
  margin-top: 5px;
}

.about-wrapper-2 .about-image-items {
  position: relative;
}
.about-wrapper-2 .about-image-items .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.about-wrapper-2 .about-image-items .video-box .video-buttton {
  width: 142px;
  height: 142px;
  line-height: 142px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  display: inline-block;
  z-index: 9;
  font-size: 24px;
  color: var(--white);
  position: relative;
  cursor: pointer;
}
.about-wrapper-2 .about-image-items .video-box .video-buttton i {
  transform: rotate(-40deg);
}
.about-wrapper-2 .about-image-items .video-box .video-buttton .text-circle {
  position: absolute;
  top: 7%;
  left: 7%;
  -webkit-animation: cir36 10s linear infinite;
  animation: cir36 10s linear infinite;
}
.about-wrapper-2 .about-image-items .counter-shape {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  position: absolute;
  bottom: 30px;
  left: -50px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-image-items .counter-shape {
    left: 0;
  }
}
.about-wrapper-2 .about-image-items .counter-shape .content h3 {
  font-size: 28px;
  font-weight: bold;
}
.about-wrapper-2 .about-image-items .about-image-1 {
  max-width: 415px;
  height: 445px;
  position: relative;
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-image-items .about-image-1 {
    max-width: 1000px;
  }
}
.about-wrapper-2 .about-image-items .about-image-1 .about-image-2 {
  position: absolute;
  bottom: -18%;
  right: -35%;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-image-items .about-image-1 .about-image-2 {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-image-items .about-image-1 .about-image-2 {
    width: 200px;
    bottom: 0;
    right: -10%;
  }
  .about-wrapper-2 .about-image-items .about-image-1 .about-image-2 img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-image-items .about-image-1 .about-image-2 {
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-image-items .about-image-1 .about-image-2 {
    width: 140px;
    bottom: initial;
    top: 0;
    right: 0;
  }
}
.about-wrapper-2 .about-image-items .about-image-1::after {
  content: "";
  width: 100%;
  height: 88%;
  position: absolute;
  right: -55px;
  top: 20%;
  border: 3px solid var(--theme);
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-image-items .about-image-1::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-image-items .about-image-1::after {
    width: 100%;
    height: 88%;
    right: -55px;
    top: 20%;
  }
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-image-items .about-image-1::after {
    display: none;
  }
}
.about-wrapper-2 .about-content {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-content {
    margin-left: 0;
  }
}
.about-wrapper-2 .about-content .about-text {
  margin-top: 25px;
}
.about-wrapper-2 .about-content .about-icon-items {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 40px;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .about-content .about-icon-items {
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-top: 30px;
  }
}
.about-wrapper-2 .about-content .about-icon-items .icon-items {
  display: flex;
  align-items: center;
  gap: 25px;
}
.about-wrapper-2 .about-content .about-icon-items .icon-items .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  color: var(--white);
}
.about-wrapper-2 .about-content .about-icon-items .icon-items .content {
  flex-basis: 60%;
}
.about-wrapper-2 .about-content .about-icon-items .icon-items .content h4 {
  margin-bottom: 5px;
}
.about-wrapper-2 .about-content .about-author {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .about-author {
    flex-wrap: wrap;
  }
}
.about-wrapper-2 .about-content .about-author .author-image {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-wrapper-2 .about-content .about-author .author-image .content p {
  font-size: 14px;
  color: var(--text);
  font-weight: 500;
  margin-top: -2px;
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

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

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

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes scale {
  0% {
    top: -1000px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animation-infinite {
  animation: ShapeAnim 50s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 3000px;
  }
}
.splt-txt .whitespace {
  width: 8px;
}

.splt-txt.animated .char {
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splt-txt-bounce .whitespace {
  width: 20px;
}

@media (max-width: 991px) {
  .splt-txt-bounce .whitespace {
    width: 10px;
  }
}
.splt-txt-bounce.animated .char {
  -webkit-animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

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

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

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

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

.gt-account-box {
  max-width: 400px;
  background: var(--bg);
  padding: 30px 30px 50px;
  margin: 0 auto;
}
@media (max-width: 470px) {
  .gt-account-box {
    padding: 25px 15px;
  }
}
.gt-account-box .google-box .google-text {
  background: var(--white);
  padding: 15px 50px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  justify-content: center;
  color: var(--header);
}
@media (max-width: 575px) {
  .gt-account-box .google-box .google-text {
    padding: 15px 20px;
  }
}
.gt-account-box .google-box .text {
  text-align: center;
  color: var(--header);
  font-weight: 500;
  font-size: 14px;
  padding: 20px 0;
  position: relative;
  display: block;
  z-index: 9;
}
.gt-account-box .google-box .text::before {
  position: absolute;
  top: 34px;
  left: 0;
  width: 42%;
  content: "";
  height: 1px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1199px) {
  .gt-account-box .google-box .text::before {
    display: none;
  }
}
.gt-account-box .google-box .text::after {
  position: absolute;
  top: 34px;
  right: 0;
  width: 42%;
  content: "";
  height: 1px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1199px) {
  .gt-account-box .google-box .text::after {
    display: none;
  }
}

.gt-account-box h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.gt-account-box form .form-clt {
  margin-top: 20px;
  position: relative;
}
.gt-account-box form .form-clt input, .gt-account-box form .form-clt textarea {
  width: 100%;
  background: var(--white);
  border: none;
  text-transform: capitalize;
  padding: 18px 20px;
  line-height: 1;
  color: #7E8B96;
}
.gt-account-box form .form-clt input::placeholder, .gt-account-box form .form-clt textarea::placeholder {
  color: #7E8B96;
}
.gt-account-box form .form-clt .toggle-password {
  position: absolute;
  right: 20px;
  top: 22px;
}
.gt-account-box form .theme-btn {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.gt-account-box .login-text {
  text-align: center;
  font-size: 16px;
  color: var(--text);
  margin-top: 30px;
  line-height: 1;
}
.gt-account-box .login-text a {
  color: var(--theme);
}

.cta-service-wrapper {
  padding: 50px;
  position: relative;
  z-index: 9;
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .cta-service-wrapper {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .cta-service-wrapper {
    margin-top: 80px;
    padding: 30px;
  }
}
.cta-service-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(22, 25, 33, 0.3);
  z-index: -1;
}
.cta-service-wrapper .cta-content h3 {
  color: var(--white);
  font-size: 30px;
  margin-bottom: 15px;
}
.cta-service-wrapper .cta-content p {
  color: var(--white);
  max-width: 410px;
}
.cta-service-wrapper .contact-info {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 14px;
  justify-content: end;
}
@media (max-width: 991px) {
  .cta-service-wrapper .contact-info {
    justify-content: start;
  }
}
.cta-service-wrapper .contact-info h4 {
  font-size: 26px;
}
.cta-service-wrapper .contact-info h4 a {
  color: var(--white);
}
.cta-service-wrapper .contact-info .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--theme);
  font-size: 22px;
}

.offer-wrapper-2 .offer-main-items {
  margin-top: 70px;
  padding: 30px;
}
@media (max-width: 767px) {
  .offer-wrapper-2 .offer-main-items {
    margin-top: 30px;
  }
}
.offer-wrapper-2 .offer-main-items .nav {
  display: grid;
  align-items: center;
  gap: 10px;
}
.offer-wrapper-2 .offer-main-items .nav .nav-item .nav-link {
  padding: 18.7px 24px;
  background-color: var(--white);
  width: 100%;
  font-size: 22px;
  font-family: "Manrope", sans-serif;
  color: var(--header);
  font-weight: 600;
}
.offer-wrapper-2 .offer-main-items .nav .nav-item .nav-link.active {
  background-color: var(--theme);
  color: var(--white);
}
.offer-wrapper-2 .offer-main-items .offer-right-items {
  padding: 35px 25px;
  display: flex;
  align-items: center;
  gap: 30px 17px;
  background-color: RGBA(var(--floens-white-rgb, 255, 255, 255), 0.92);
}
@media (max-width: 767px) {
  .offer-wrapper-2 .offer-main-items .offer-right-items {
    display: block;
  }
}
.offer-wrapper-2 .offer-main-items .offer-right-items .thumb {
  max-width: 330px;
}
.offer-wrapper-2 .offer-main-items .offer-right-items .thumb img {
  width: 100%;
  height: 100%;
  clip-path: polygon(30% 0, 100% 0%, 67% 100%, 0% 100%);
}
.offer-wrapper-2 .offer-main-items .offer-right-items .content {
  max-width: 300px;
}
@media (max-width: 767px) {
  .offer-wrapper-2 .offer-main-items .offer-right-items .content {
    margin-top: 30px;
  }
}
.offer-wrapper-2 .offer-main-items .offer-right-items .content h3 {
  margin-bottom: 10px;
}
.offer-wrapper-2 .offer-main-items .offer-right-items .content ul {
  margin-top: 15px;
}
.offer-wrapper-2 .offer-main-items .offer-right-items .content ul li {
  color: var(--header);
  font-size: 18px;
}
.offer-wrapper-2 .offer-main-items .offer-right-items .content ul li:not(:last-child) {
  margin-bottom: 14px;
}
.offer-wrapper-2 .offer-main-items .offer-right-items .content ul li i {
  color: var(--theme);
}

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

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

.video-section {
  position: relative;
  padding: 150px 0;
  z-index: 9;
}
.video-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(22, 25, 33, 0.45);
  z-index: -1;
}
.video-section .content {
  text-align: center;
}
.video-section .content .video-btn {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  background-color: var(--white);
  text-align: center;
  color: var(--theme);
  display: inline-block;
  font-size: 18px;
}
.video-section .content h3 {
  font-size: 42px;
  color: var(--white);
  margin-top: 20px;
}
.video-section.style-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  top: 90%;
}

.shop-card-items {
  margin-top: 30px;
}
.shop-card-items .thumb {
  position: relative;
}
.shop-card-items .thumb .gt-shop-icon {
  gap: 10px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.shop-card-items .thumb .gt-shop-icon li {
  transform: scaleX(0);
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.shop-card-items .thumb .gt-shop-icon li a, .shop-card-items .thumb .gt-shop-icon li button {
  background-color: var(--theme);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: var(--white);
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.shop-card-items .thumb .gt-shop-icon li a:hover, .shop-card-items .thumb .gt-shop-icon li button:hover {
  background-color: var(--header);
}
.shop-card-items .thumb img {
  width: 100%;
  height: 100%;
}
.shop-card-items .content {
  margin-top: 20px;
}
.shop-card-items .content ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}
.shop-card-items .content ul li {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}
.shop-card-items .content h3 a:hover {
  color: var(--theme);
}
.shop-card-items:hover .thumb .gt-shop-icon li {
  transform: scaleX(1);
}

.shop-card-items-2 {
  margin-top: 30px;
}
.shop-card-items-2 .thumb {
  position: relative;
}
.shop-card-items-2 .thumb img {
  width: 100%;
  height: 100%;
}
.shop-card-items-2 .thumb .gt-shop-icon {
  gap: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.shop-card-items-2 .thumb .gt-shop-icon li {
  transform: scaleX(0);
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.shop-card-items-2 .thumb .gt-shop-icon li a, .shop-card-items-2 .thumb .gt-shop-icon li button {
  background-color: var(--theme);
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  color: var(--white);
  text-align: center;
  transition: all 0.4s ease-in-out;
  font-size: 14px;
}
.shop-card-items-2 .thumb .gt-shop-icon li a:hover, .shop-card-items-2 .thumb .gt-shop-icon li button:hover {
  background-color: var(--header);
}
.shop-card-items-2 .content {
  margin-top: 20px;
}
.shop-card-items-2 .content h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.shop-card-items-2 .content h3 a:hover {
  color: var(--theme);
}
.shop-card-items-2 .content .star {
  color: #FCD554;
  margin-bottom: 5px;
}
.shop-card-items-2 .content span {
  font-weight: 500;
}
.shop-card-items-2:hover .thumb .gt-shop-icon li {
  transform: scaleX(1);
}

.gt-faq-wrapper .gt-faq-content {
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .gt-faq-wrapper .gt-faq-content {
    margin-right: 0;
  }
}
.gt-faq-wrapper .gt-faq-content .gt-faq-text {
  margin-top: 25px;
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .gt-faq-wrapper .gt-faq-content .gt-faq-text {
    margin-left: 0;
  }
}
.gt-faq-wrapper .gt-faq-content .gt-faq-button {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .gt-faq-wrapper .gt-faq-content .gt-faq-button {
    flex-wrap: wrap;
    gap: 20px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .gt-faq-wrapper .gt-faq-content .gt-faq-button {
    margin-top: 30px;
  }
}
.gt-faq-wrapper .gt-faq-content .gt-faq-button .theme-btn.style-2 {
  background-color: var(--header);
}
.gt-faq-wrapper .gt-faq-content .gt-faq-button .theme-btn.style-2::before, .gt-faq-wrapper .gt-faq-content .gt-faq-button .theme-btn.style-2::after {
  background-color: var(--theme);
}
@media (max-width: 1399px) {
  .gt-faq-wrapper .faq-items {
    padding: 10px;
  }
}
.gt-faq-wrapper .faq-items .accordion {
  background: transparent;
  box-shadow: none;
}
.gt-faq-wrapper .faq-items .accordion .accordion-item {
  border: none;
  margin-bottom: 25px;
  background: transparent;
  padding: 0;
}
.gt-faq-wrapper .faq-items .accordion .accordion-item h2 button {
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 24px 30px;
  font-family: "Manrope", sans-serif;
  color: var(--header);
}
@media (max-width: 575px) {
  .gt-faq-wrapper .faq-items .accordion .accordion-item h2 button {
    font-size: 14px;
    padding: 22px 16px;
  }
}
.gt-faq-wrapper .faq-items .accordion .accordion-item .accordion-body {
  padding: 20px 30px;
  background-color: var(--bg);
}
@media (max-width: 575px) {
  .gt-faq-wrapper .faq-items .accordion .accordion-item .accordion-body {
    padding: 18px 16px;
  }
}
.gt-faq-wrapper .faq-items .accordion .accordion-item .accordion-body p {
  color: var(--text);
  font-size: 1x;
  line-height: 32px;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 575px) {
  .gt-faq-wrapper .faq-items .accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}
.gt-faq-wrapper .faq-items .accordion .accordion-button {
  background-color: var(--theme);
  color: var(--white) !important;
  border-radius: 8px;
}
.gt-faq-wrapper .faq-items .accordion .accordion-button::after {
  display: none;
}
.gt-faq-wrapper .faq-items .accordion .accordion-button::before {
  position: absolute;
  content: "\f322";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 13px;
  right: 22px;
  font-size: 14px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: var(--theme);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--white);
}
@media (max-width: 575px) {
  .gt-faq-wrapper .faq-items .accordion .accordion-button::before {
    right: 16px;
  }
}
.gt-faq-wrapper .faq-items .accordion .accordion-button.collapsed {
  background-color: var(--bg);
  color: var(--header) !important;
}
.gt-faq-wrapper .faq-items .accordion .accordion-button.collapsed::before {
  content: "\f324";
  color: var(--white);
  background-color: var(--theme);
}
.gt-faq-wrapper .faq-items.style-white .accordion .accordion-button.collapsed {
  background-color: var(--white);
}
.gt-faq-wrapper .faq-items.style-white .accordion .accordion-body {
  background-color: var(--white);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.expert-wrapper .expert-content .expert-text {
  margin-top: 25px;
  margin-left: 45px;
}
.expert-wrapper .expert-content .gt-skill-feature-items {
  margin-top: 20px;
  margin-left: 45px;
}
.expert-wrapper .expert-content .gt-skill-feature-items .gt-skill-feature:not(:last-child) {
  margin-bottom: 20px;
}
.expert-wrapper .expert-content .gt-skill-feature-items .gt-skill-feature .gt-box-title {
  font-size: 18px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
}
.expert-wrapper .expert-content .gt-skill-feature-items .gt-skill-feature .gt-progress-value {
  margin-bottom: 10px;
  color: var(--header);
  text-transform: capitalize;
}
.expert-wrapper .expert-content .gt-skill-feature-items .gt-skill-feature .gt-progress {
  position: relative;
  height: 10px;
  background-color: var(--bg2);
  border-radius: 0;
  overflow: visible;
  margin-top: 15px;
}
.expert-wrapper .expert-content .gt-skill-feature-items .gt-skill-feature .gt-progress-bar {
  background-color: var(--theme);
  height: 10px;
  margin: 0;
  border-radius: inherit;
  overflow: visible;
  position: relative;
  margin-top: 0;
}
.expert-wrapper .expert-content .gt-skill-feature-items .gt-skill-feature .gt-progress-value {
  position: absolute;
  top: -38px;
  right: -8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--header);
  font-family: "Manrope", sans-serif;
}
.expert-wrapper .expert-content .theme-btn {
  margin-left: 45px;
  margin-top: 50px;
}
.expert-wrapper .expert-image {
  position: relative;
}
.expert-wrapper .expert-image img {
  width: 100%;
  height: 100%;
}
.expert-wrapper .expert-image .video-btn {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  background-color: var(--white);
  text-align: center;
  color: var(--theme);
  display: inline-block;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.brand-wrapper h6 {
  font-size: 22px;
  position: relative;
  margin-bottom: 50px;
  color: var(--header);
  font-weight: 600;
}
.brand-wrapper h6::before {
  position: absolute;
  top: 15px;
  left: 35px;
  content: "";
  height: 1px;
  width: 430px;
  background-color: var(--theme);
}
@media (max-width: 1399px) {
  .brand-wrapper h6::before {
    display: none;
  }
}
.brand-wrapper h6::after {
  position: absolute;
  top: 15px;
  right: 35px;
  content: "";
  height: 1px;
  width: 430px;
  background-color: var(--theme);
}
@media (max-width: 1399px) {
  .brand-wrapper h6::after {
    display: none;
  }
}
.brand-wrapper .brand-image {
  text-align: center;
  filter: grayscale(100%);
  transition: all 0.4s ease-in-out;
  opacity: 0.4;
}
.brand-wrapper .brand-image:hover {
  filter: initial;
  opacity: 1;
}
.brand-wrapper .swiper-slide.swiper-slide-active .brand-image {
  filter: initial;
  opacity: 1;
}

.offer-main-items-area {
  background-color: var(--bg);
  padding: 50px;
  margin-top: 60px;
}

.gt-counter-wrapper {
  background: var(--theme);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 45px 30px;
  margin-top: 120px;
}
@media (max-width: 991px) {
  .gt-counter-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-counter-wrapper .gt-counter {
  position: relative;
  width: 100%;
  text-align: center;
}
.gt-counter-wrapper h2 {
  font-size: 72px;
  color: var(--white);
  font-weight: 800;
  letter-spacing: -1px;
}
@media (max-width: 575px) {
  .gt-counter-wrapper h2 {
    font-size: 50px;
  }
}
.gt-counter-wrapper p {
  font-size: 20px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: var(--white);
  position: absolute;
  width: 100%;
  text-align: center;
  background-color: var(--theme);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .gt-counter-wrapper p {
    font-size: 16px;
  }
}

.gt-footer-widget-wrapper {
  padding: 70px 0 100px;
}
@media (max-width: 991px) {
  .gt-footer-widget-wrapper {
    padding: 50px 0 80px;
  }
}
.gt-footer-widget-wrapper .gt-footer-widget-items {
  margin-top: 30px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-widget-head {
  margin-bottom: 30px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-widget-head h3 {
  color: var(--white);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content p {
  color: #fff;
  max-width: 480px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-contact-list {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1399px) {
  .gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-contact-list {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-contact-list li {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  font-family: "Manrope", sans-serif;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-contact-list li i {
  color: var(--theme);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-contact-list li .icon {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-contact-list li .icon span {
  font-size: 18px;
  color: #FCFCFC;
  opacity: 0.7;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-contact-list li a {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  font-family: "Manrope", sans-serif;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-contact-list-2 {
  padding: 16px 24px;
  background-color: var(--theme);
  margin-top: 22px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-contact-list-2 li {
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
  text-transform: capitalize;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-contact-list-2 li:not(:last-child) {
  margin-bottom: 10px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .gt-contact-list-2 li a {
  color: var(--white);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .form-clt {
  position: relative;
  margin-top: 24px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--white);
  line-height: 1;
  padding: 20px;
  color: var(--text);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .form-clt .gt-theme-btn {
  margin-top: 20px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .form-clt .gt-theme-btn .gt-text-btn::after {
  background-color: var(--white);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .form-clt .gt-theme-btn .gt-icon-btn::after {
  background-color: var(--white);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .form-clt .gt-theme-btn .gt-icon-btn i {
  display: inline-block;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .form-clt .gt-theme-btn:hover .gt-text-btn {
  color: var(--header);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-footer-content .form-clt .gt-theme-btn:hover .gt-icon-btn {
  color: var(--header);
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li {
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  font-size: 18px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li a {
  color: #fff;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li:hover {
  margin-left: 5px;
}
.gt-footer-widget-wrapper .gt-footer-widget-items .gt-list-area li:hover a {
  color: var(--theme);
}

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

.footer-bottom {
  padding: 20px 0;
}
.footer-bottom p {
  text-align: center;
  color: #FCFCFC;
}
.footer-bottom p b {
  font-weight: 700;
  color: var(--theme);
}

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

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
@media (max-width: 575px) {
  .header-main .logo img {
    width: 150px;
  }
}
@media (max-width: 470px) {
  .header-main .logo img {
    width: 120px;
  }
}
.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;
}
.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: 500;
  color: var(--header);
  font-family: "Manrope", sans-serif;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  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(--theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 115%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  padding: 20px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 6px solid var(--theme);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 600;
  color: var(--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(--theme);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--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(--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(--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(--theme);
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
  color: var(--header);
}

.header-top-section {
  background-color: var(--theme);
  padding: 12px 0;
  z-index: 99;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .header-top-section {
    display: none;
  }
}
.header-top-section .container {
  max-width: 1520px;
}
.header-top-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--header);
  width: 700px;
  clip-path: polygon(0 19%, 0 0, 38% 0%, 71% 0%, 100% 0, 100% 0, 94% 106%, 100% 104%, 100% 29%, 100% 100%, 0 100%, 0 48%);
  z-index: -1;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-wrapper p {
  color: var(--white);
}
.header-top-wrapper p i {
  margin-right: 10px;
}
.header-top-wrapper ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-top-wrapper ul li {
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-top-wrapper ul li a {
  color: var(--white);
}
.header-top-wrapper ul li a i {
  margin-right: 5px;
}
.header-top-wrapper ul li .gt-social-icon {
  gap: 10px;
}

.header-1 .container {
  max-width: 1520px;
}
.header-1 .contact-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1199px) {
  .header-1 .contact-info {
    display: none;
  }
}
.header-1 .contact-info .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--bg);
  text-align: center;
  line-height: 55px;
  color: var(--header);
}
.header-1 .contact-info .content h3 {
  font-size: 20px;
}
.header-1 .contact-info .content h3 a {
  color: var(--theme);
}

.header-section-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header-section-2 .header-top-section::before {
  display: none;
}
.header-section-2 .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1600px) {
  .header-section-2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-section-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-section-2 .container-fluid {
    padding: 0 30px;
  }
}
.header-section-2 .header-1 .theme-btn {
  background-color: var(--header);
}
@media (max-width: 1600px) {
  .header-section-2 .header-1 .theme-btn {
    display: none;
  }
}
.header-section-2 .header-1 .theme-btn i {
  border-left: 1px solid var(--white);
}
.header-section-2 .header-1 .theme-btn::before, .header-section-2 .header-1 .theme-btn::after {
  background-color: var(--theme);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.9s;
  background-color: var(--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;
}

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

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

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

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

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

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.gt-breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.gt-breadcrumb-wrapper .gt-page-heading {
  position: relative;
  padding: 120px 0 120px;
  z-index: 9;
  text-align: center;
}
@media (max-width: 767px) {
  .gt-breadcrumb-wrapper .gt-page-heading {
    text-align: center;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading h1 {
  color: var(--white);
  font-size: 60px;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
  font-weight: 800;
}
@media (max-width: 767px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 50px;
  }
}
@media (max-width: 470px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 40px;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}
@media (max-width: 575px) {
  .gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items {
    margin-top: 15px;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li:first-child a i {
  color: var(--theme);
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a:hover {
  color: var(--theme);
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a i {
  color: var(--theme);
  margin-right: 5px;
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li i {
  color: var(--white);
}
.gt-breadcrumb-wrapper .gt-breadcrumb-image {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 140px;
}
@media (max-width: 1600px) {
  .gt-breadcrumb-wrapper .gt-breadcrumb-image {
    right: 30px;
  }
}
@media (max-width: 1199px) {
  .gt-breadcrumb-wrapper .gt-breadcrumb-image {
    display: none;
  }
}

.gt-error-items {
  text-align: center;
}
.gt-error-items .gt-error-image {
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .gt-error-items .gt-error-image {
    margin-bottom: 40px;
  }
}
.gt-error-items .gt-error-image img {
  width: 100%;
  height: 100%;
}
.gt-error-items h2 {
  margin-bottom: 20px;
}
.gt-error-items p {
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  .gt-error-items p {
    margin-bottom: 30px;
  }
}
.gt-error-items .theme-btn {
  background-color: var(--theme);
  color: white;
}
.gt-error-items .theme-btn::before {
  background-color: var(--header);
}

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

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

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

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

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

.st-array-button {
  display: flex;
  align-items: center;
  gap: 14px;
}

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

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

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

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

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

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

@media (max-width: 767px) {
  br {
    display: none;
  }
}

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

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

/* Add transition effect */
.bw-img-anim-left,
.bw-img-anim-right {
  transition: clip-path 0.5s ease-out;
}

.hero-1 {
  padding: 150px 0;
  position: relative;
}
.hero-1 .left-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media (max-width: 1399px) {
  .hero-1 .left-shape {
    display: none;
  }
}
.hero-1 .video-btn {
  display: inline-block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
  font-size: 20px;
  position: absolute;
  bottom: 88px;
  left: 88px;
}
@media (max-width: 1399px) {
  .hero-1 .video-btn {
    bottom: 30px;
    left: 30px;
    background-color: var(--theme);
    color: var(--white);
  }
}
.hero-1 .hero-content {
  margin-left: -80px;
}
@media (max-width: 1600px) {
  .hero-1 .hero-content {
    margin-left: 0;
  }
}
.hero-1 .hero-content h6 {
  color: var(--theme);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hero-1 .hero-content h1 {
  color: var(--white);
}
.hero-1 .hero-content p {
  color: var(--white);
  margin-top: 20px;
}
.hero-1 .hero-content .theme-btn {
  background: transparent;
  border: 1px solid rgba(242, 238, 234, 0.2);
  color: var(--theme);
  margin-top: 45px;
}
.hero-1 .hero-content .theme-btn i {
  border-left: 1px solid rgba(242, 238, 234, 0.2);
}
.hero-1 .hero-content .theme-btn::before, .hero-1 .hero-content .theme-btn::after {
  background-color: var(--theme);
}
.hero-1 .hero-content .theme-btn:hover {
  color: var(--white);
}
.hero-1 .hero-content .theme-btn:hover i {
  border-left: 1px solid var(--white);
}
.hero-1 .hero-image {
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .hero-1 .hero-image {
    margin-left: 0;
  }
  .hero-1 .hero-image img {
    width: 100%;
    height: 100%;
  }
}

.hero-2 {
  padding: 220px 0 100px;
}
.hero-2 .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1600px) {
  .hero-2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .container-fluid {
    padding: 0 30px;
  }
}
.hero-2 .hero-image img {
  width: 100%;
  height: 100%;
}
.hero-2 .hero-content p {
  color: var(--header);
  margin-top: 20px;
  max-width: 550px;
}
.hero-2 .hero-content .theme-btn {
  margin-top: 50px;
  background: transparent;
  color: var(--header);
  border: 1px solid var(--header);
}
.hero-2 .hero-content .theme-btn i {
  border-left: 1px solid var(--header);
}
.hero-2 .hero-content .theme-btn::before, .hero-2 .hero-content .theme-btn::after {
  background-color: var(--theme);
}
.hero-2 .hero-content .theme-btn:hover {
  color: var(--white);
  border: 1px solid var(--theme);
}
.hero-2 .hero-content .theme-btn:hover i {
  border-left: 1px solid var(--white);
}
.hero-2 .hero-content .hero-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .hero-2 .hero-content .hero-items {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
  }
}
.hero-2 .hero-content .hero-items .content {
  max-width: 370px;
}
.hero-2 .hero-content .hero-items .content span {
  color: var(--header);
  display: inline-block;
  margin-top: 15px;
}
.hero-2 .hero-content .hero-items .video-image {
  max-width: 337px;
  position: relative;
}
.hero-2 .hero-content .hero-items .video-image .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header);
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .hero-2 .hero-content .hero-items .video-image .video-btn {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.hero-2 .hero-content .hero-items .video-image .video-btn.ripple::before, .hero-2 .hero-content .hero-items .video-image .video-btn.ripple::after {
  width: 80px;
  height: 80px;
  box-shadow: 0 0 0 0 rgba(199, 132, 79, 0.5);
}
.hero-2 .hero-content .hero-items .video-image img {
  width: 100%;
  height: 100%;
  border: 6px solid var(--white);
}

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

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

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

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

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

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

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

.mean-container .mean-nav ul li a:hover {
  color: var(--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;
}

.news-box-items {
  margin-top: 30px;
}
.news-box-items .thumb {
  position: relative;
}
.news-box-items .thumb img {
  width: 100%;
  height: 100%;
}
.news-box-items .thumb .date {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.6px;
  color: var(--white);
  background-color: var(--theme);
  text-align: center;
  z-index: 3;
}
.news-box-items .thumb .date span {
  position: relative;
  display: block;
  font-size: 18px;
  padding: 7px 15px;
  line-height: 1em;
  color: var(--header);
  background-color: var(--white);
}
.news-box-items .content {
  margin-top: 25px;
}
.news-box-items .content .post-date {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.news-box-items .content .post-date li {
  font-weight: 500;
}
.news-box-items .content .post-date li i {
  color: var(--theme);
  margin-right: 8px;
}
.news-box-items .content h3 {
  margin-bottom: 10px;
}
.news-box-items .content h3 a:hover {
  color: var(--theme);
}
.news-box-items .content .link-btn {
  display: inline-block;
  text-transform: uppercase;
  color: var(--header);
  font-weight: 500;
  margin-top: 20px;
}
.news-box-items .content .link-btn i {
  margin-left: 8px;
}
.news-box-items .content .link-btn:hover {
  color: var(--theme);
}

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

.news-right-items {
  margin-top: 30px;
}
.news-right-items ul li {
  display: flex;
  align-items: center;
  background-color: var(--bg);
  gap: 24px;
  padding: 30px;
}
@media (max-width: 1399px) {
  .news-right-items ul li {
    flex-wrap: wrap;
  }
}
.news-right-items ul li:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 1399px) {
  .news-right-items ul li .content {
    margin-top: 30px;
  }
}
.news-right-items ul li .content .gt-date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .news-right-items ul li .content .gt-date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.news-right-items ul li .content .gt-date-list li {
  padding: 0;
  gap: 5px;
  background: transparent;
}
.news-right-items ul li .content .gt-date-list li:not(:last-child) {
  margin-bottom: 0;
}
.news-right-items ul li .content .gt-date-list li i {
  margin-right: 10px;
}
.news-right-items ul li .content h4 {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 10px;
}
.news-right-items ul li .content h4 a:hover {
  color: var(--theme);
}
.news-right-items ul li .content .link-btn {
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  margin-top: 15px;
}
.news-right-items ul li .content .link-btn i {
  margin-left: 10px;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 25px;
  background-color: var(--theme);
  text-align: center;
  color: var(--white);
}
.news-right-items ul li .content .link-btn:hover {
  color: var(--theme);
}

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

.gt-main-sideber .gt-single-sideber-widget {
  margin-bottom: 40px;
  background-color: var(--bg);
  padding: 30px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form {
  width: 100%;
  position: relative;
}
.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form input {
  background-color: var(--white);
  font-size: 18px;
  font-weight: 400;
  padding: 16px 20px;
  width: 100%;
  border: none;
  color: var(--text);
}
.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form button {
  position: absolute;
  right: -2px;
  top: 0;
  width: 58px;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form button:hover {
  background-color: var(--header);
}
.gt-main-sideber .gt-single-sideber-widget .gt-widget-title {
  border-bottom: 1.5px solid rgba(129, 129, 129, 0.24);
  padding-bottom: 16px;
  margin-bottom: 30px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-widget-title h3 {
  font-weight: 800;
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  background-color: var(--white);
  padding: 18px 22px;
  font-family: "Manrope", sans-serif;
  line-height: 1;
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li a {
  color: var(--header);
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li i {
  transition: all 0.4s ease-in-out;
  color: var(--header);
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li span b {
  font-weight: 400;
  color: var(--theme);
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li:hover {
  background-color: var(--theme);
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li:hover a {
  color: var(--white);
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li:hover i {
  color: var(--white);
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items {
    flex-wrap: wrap;
  }
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-content h5 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-content h5 a:hover {
  color: var(--theme);
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-content ul li {
  color: var(--text);
  font-weight: 500;
}
.gt-main-sideber .gt-single-sideber-widget .tagcloud a {
  display: inline-block;
  padding: 12px 22px;
  line-height: 1;
  font-weight: 500;
  background: var(--white);
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.gt-main-sideber .gt-single-sideber-widget .tagcloud a:last-child {
  margin-right: 0;
}
.gt-main-sideber .gt-single-sideber-widget .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.gt-main-sideber .service-details-sidebar {
  text-align: center;
  padding: 50px 40px;
}
.gt-main-sideber .service-details-sidebar .gt-content {
  margin-top: 20px;
}
.gt-main-sideber .service-details-sidebar .gt-content span {
  color: var(--white);
  opacity: 0.88;
}
.gt-main-sideber .service-details-sidebar .gt-content h3 {
  margin-top: 10px;
}
.gt-main-sideber .service-details-sidebar .gt-content h3 a {
  color: var(--white);
}
.gt-main-sideber .service-details-sidebar .gt-content .theme-btn {
  margin-top: 30px;
  background-color: var(--white);
  color: var(--header);
}
.gt-main-sideber .service-details-sidebar .gt-content .theme-btn::before, .gt-main-sideber .service-details-sidebar .gt-content .theme-btn::after {
  background-color: var(--header);
}
.gt-main-sideber .service-details-sidebar .gt-content .theme-btn:hover {
  color: var(--white);
}

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

.gt-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: 40px;
  margin-bottom: 10px;
  font-weight: 800;
}
@media (max-width: 1199px) {
  .gt-news-details-wrapper .gt-news-details-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .gt-news-details-wrapper .gt-news-details-content h3 {
    font-size: 25px;
  }
}
.gt-news-details-wrapper .gt-news-details-content .gt-list {
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 0;
}
.gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item {
  margin-bottom: 30px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item h3 {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item h3 {
    font-size: 20px;
  }
}
.gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item .gt-details-list {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item .gt-details-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item .gt-details-list li {
  font-size: 16px;
  font-weight: 400;
  color: var(--header);
}
.gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item .gt-details-list li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-list .gt-list-item .gt-details-list li i {
  color: var(--theme);
  margin-right: 8px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-sideber {
  padding: 30px 40px;
  border: 1.5px solid var(--theme);
  background-color: var(--bg);
}
@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;
  font-weight: 700;
  font-size: 20px;
}
.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;
  font-weight: 700;
}
.gt-news-details-wrapper .gt-news-details-content .text {
  font-size: 24px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .gt-news-details-wrapper .gt-news-details-content .text {
    font-size: 20px;
  }
}
.gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap {
  border-bottom: 1.2px solid rgba(191, 191, 191, 0.24);
  padding: 30px 0;
}
.gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap .tagcloud span {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  color: var(--header);
  font-family: "Manrope", sans-serif;
}
.gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 14px 18px;
  line-height: 1;
  background: var(--bg);
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap .tagcloud a {
    padding: 10px 20px;
  }
}
@media (max-width: 1199px) {
  .gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap .tagcloud a {
    margin-bottom: 15px;
  }
}
.gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.gt-news-details-wrapper .gt-news-details-content .gt-tag-share-wrap .social-share a {
  font-size: 16px;
  color: var(--header);
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: var(--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(--white);
  background-color: var(--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 h3 {
  font-size: 28px;
}
.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 {
  padding: 5px 18px;
  font-weight: 400;
  background-color: var(--theme);
  color: var(--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(--header);
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap {
  background-color: var(--bg);
  padding: 30px;
  border-radius: 16px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap h3 {
  margin-bottom: 30px;
  border-bottom: 1.2px solid rgba(102, 102, 102, 0.24);
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-size: 28px;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap .form-clt span {
  color: var(--header);
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap .form-clt input, .gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--border);
  padding: 16px 20px;
  font-weight: 400;
  color: var(--text);
  background-color: var(--white);
}
.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(--text);
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
  resize: none;
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap button.theme-btn {
  background-color: var(--theme);
  color: var(--white);
}
.gt-news-details-wrapper .gt-news-details-content .gt-comment-form-wrap button.theme-btn::before {
  background-color: var(--header);
}

.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(--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 "Manrope", sans-serif, "Jost", 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(--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(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Manrope", 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(--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: #F4F4F4;
  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);
}

.back-to-top {
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 40px;
  color: var(--white);
  font-size: 16px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}
.back-to-top:hover img {
  animation: slideUp 600ms;
}
.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(--theme);
  background-color: var(--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(--theme);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}
.cursor-inner span {
  color: var(--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(--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(--white);
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  transition: all 500ms ease;
  border-radius: 10px;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--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-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 20px;
  color: var(--white);
  background-color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.search-popup__form .search-btn:hover {
  background-color: var(--header);
}

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

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

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

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

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

.project-image-2 {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.project-image-2 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-image-2 img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-image-2 .project-content-item {
  position: absolute;
  bottom: 32px;
  left: -100px;
  background: var(--white);
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  gap: 64px;
}
@media (max-width: 1600px) {
  .project-image-2 .project-content-item {
    gap: 30px;
  }
}
@media (max-width: 1399px) {
  .project-image-2 .project-content-item {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.project-image-2 .project-content-item span {
  display: inline-block;
  color: var(--theme);
  font-weight: 500;
  position: relative;
  padding-left: 35px;
}
.project-image-2 .project-content-item span::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  width: 24px;
  height: 2px;
  background-color: var(--theme);
}
.project-image-2 .project-content-item h3 a {
  color: var(--header);
}
.project-image-2 .project-content-item h3 a:hover {
  color: var(--theme);
}
.project-image-2 .project-content-item .link-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: var(--theme);
}
.project-image-2 .project-content-item .link-btn i {
  margin-left: 8px;
}
.project-image-2 .project-content-item .link-btn:hover {
  color: var(--theme);
}
.project-image-2:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.project-image-2:hover img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-image-2:hover .project-content-item {
  opacity: 1;
  visibility: visible;
  left: 0;
}

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

.project-details-wrapper .details-content h2 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .project-details-wrapper .details-content h2 {
    font-size: 30px;
  }
}
.project-details-wrapper .project-information {
  background: #F4F4F4;
  padding: 32px;
  position: relative;
  z-index: 9;
}
.project-details-wrapper .project-information h3 {
  font-weight: 800;
}
.project-details-wrapper .project-information ul {
  margin-top: 25px;
}
.project-details-wrapper .project-information ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-details-wrapper .project-information ul li:not(:last-child) {
  margin-bottom: 20px;
}
.project-details-wrapper .project-information ul li span {
  font-size: 16px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: var(--header);
}
.project-details-wrapper .project-information .social-icon {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}
.project-details-wrapper .project-information .social-icon span {
  font-size: 16px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: var(--header);
}
.project-details-wrapper .project-information .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  color: var(--header);
}
.project-details-wrapper .project-information .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.project-details-wrapper .project-details-items .details-image {
  margin-top: -60px;
}
@media (max-width: 1199px) {
  .project-details-wrapper .project-details-items .details-image {
    margin-top: 0;
  }
}
.project-details-wrapper .project-details-items .details-image img {
  width: 100%;
  height: 100%;
}
.project-details-wrapper .list-items {
  margin-top: 30px;
}
.project-details-wrapper .list-items h3 {
  font-size: 32px;
  font-weight: 800;
}
.project-details-wrapper .list-items ul {
  margin-top: 25px;
}
.project-details-wrapper .list-items ul li {
  font-size: 18px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  display: flex;
  align-items: center;
  gap: 15px;
}
.project-details-wrapper .list-items ul li:not(:last-child) {
  margin-bottom: 15px;
}
.project-details-wrapper .list-items ul li i {
  color: var(--theme);
}
.project-details-wrapper .details-2 {
  margin-top: 30px;
}
.project-details-wrapper .details-2 img {
  width: 100%;
  height: 100%;
}

.section-title {
  position: relative;
  z-index: 999;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title h6 {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme);
  line-height: 1;
}
.section-title h6 img {
  margin-right: 10px;
}
.section-title h2 {
  text-transform: uppercase;
  position: relative;
}
.section-title.style-1 {
  display: flex;
  align-items: center;
  gap: 30px;
}
.section-title.style-1 h6 {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.section-title.style-1 h6 img {
  margin-right: 0;
  margin-top: 0px;
  margin-left: -6px;
  margin-bottom: 5px;
}

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

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

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

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

.section-bg-3 {
  background-color: #F4F4F4;
}

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

.service-section {
  position: relative;
  z-index: 9;
}
.service-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(0, 0, 0, 0.9);
}
.service-section .service-slider {
  margin-right: -50%;
}
@media (max-width: 1199px) {
  .service-section .service-slider {
    margin-right: 0;
  }
}

.service-box-items {
  margin-top: 30px;
  background-color: #F2EEEA;
}
.service-box-items .thumb {
  position: relative;
}
.service-box-items .thumb img {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 76%, 0 100%, 0 100%, 0% 50%);
}
.service-box-items .thumb .icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--white);
  position: absolute;
  top: 30px;
  left: 30px;
}
.service-box-items .thumb .icon img {
  clip-path: none;
  width: initial;
  height: initial;
}
.service-box-items .thumb .number {
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0px 4px 60px 0px rgba(199, 132, 79, 0.2);
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--theme);
  display: inline-block;
  position: absolute;
  bottom: 55px;
  right: 30px;
}
.service-box-items .service-content .content {
  padding: 30px;
}
.service-box-items .service-content .content h3 {
  margin-bottom: 10px;
}
.service-box-items .service-content .content h3 a:hover {
  color: var(--theme);
}
.service-box-items .service-content .content p {
  color: #31251D;
}
.service-box-items .service-content .theme-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 30px;
  background-color: rgba(220, 53, 69, 0.0588235294);
  color: var(--header);
}
.service-box-items .service-content .theme-btn::before, .service-box-items .service-content .theme-btn::after {
  background: var(--theme);
}
.service-box-items .service-content .theme-btn:hover {
  color: var(--white);
}

.service-section-2 .container-fluid {
  padding: 0 130px;
}
@media (max-width: 1899px) {
  .service-section-2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1600px) {
  .service-section-2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 1399px) {
  .service-section-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .service-section-2 .container-fluid {
    padding: 0 30px;
  }
}

.service-card-items {
  margin-top: 30px;
  padding: 30px;
  background-color: var(--bg);
  transition: all 0.4s ease-in-out;
}
.service-card-items h3 {
  margin-bottom: 5px;
  font-size: 22px;
}
@media (max-width: 1600px) {
  .service-card-items h3 {
    font-size: 18px;
  }
}
.service-card-items h3 a:hover {
  color: var(--theme);
}
.service-card-items .service-thumb {
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  height: 258px;
}
.service-card-items .service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-card-items .link-btn {
  text-transform: uppercase;
  font-weight: 500;
}
.service-card-items .link-btn i {
  margin-left: 10px;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 25px;
  background-color: var(--theme);
  text-align: center;
  color: var(--white);
}
.service-card-items:hover {
  background-color: var(--theme);
}
.service-card-items:hover h3 a {
  color: var(--white);
}
.service-card-items:hover p {
  color: var(--white);
}
.service-card-items:hover .link-btn {
  color: var(--white);
}
.service-card-items:hover .link-btn i {
  background-color: var(--white);
  color: var(--header);
}

.service-details-wrapper .gt-details-thumb img {
  width: 100%;
  height: 100%;
}
.service-details-wrapper .gt-details-content {
  margin-top: 25px;
}
.service-details-wrapper .gt-details-content h2 {
  font-size: 40px;
}
.service-details-wrapper .gt-details-content .gt-box {
  font-size: 20px;
  font-weight: 600;
  color: var(--header);
  font-family: "Manrope", sans-serif;
  border-left: 5px solid var(--theme);
  background: var(--bg);
  display: inline-block;
  padding: 24px 32px;
  font-style: italic;
  margin-top: 30px;
  line-height: 164%;
}
.service-details-wrapper .gt-details-content .gt-list-content {
  margin-top: 32px;
  margin-bottom: 40px;
}
.service-details-wrapper .gt-details-content .gt-list-content h3 {
  margin-bottom: 20px;
  font-weight: 800;
}
.service-details-wrapper .gt-details-content .gt-list-content ul li span {
  font-size: 16px;
  color: var(--header);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-family: "Manrope", sans-serif;
}
.service-details-wrapper .gt-details-content .gt-list-content ul li i {
  color: var(--theme);
}
.service-details-wrapper .gt-details-content .gt-list-content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.service-details-wrapper .gt-details-content .details-img {
  margin-top: 30px;
}
.service-details-wrapper .gt-details-content .details-img img {
  width: 100%;
  height: 100%;
}
.service-details-wrapper .gt-details-content .details-img.style-2 {
  margin-top: 17px;
}
.service-details-wrapper .gt-details-content .faq-content {
  margin-top: 40px;
}
.service-details-wrapper .gt-details-content .faq-content h3 {
  font-size: 32px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .service-details-wrapper .gt-details-content .faq-content h3 {
    font-size: 25px;
  }
}
.service-details-wrapper .gt-details-content .faq-content .accordion-item {
  border: none !important;
  background: var(--bg);
}
.service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 800;
  color: var(--header);
  letter-spacing: -0.2px;
  border: none !important;
  font-family: "Manrope", sans-serif;
  border-radius: 0;
  box-shadow: none;
  background: var(--bg);
  padding: 20px 30px 0;
  text-transform: capitalize;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    padding: 20px 20px 0;
  }
}
.service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-header .accordion-button::after {
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  position: absolute;
  top: 22px;
  right: 24px;
  content: "\f061";
  color: var(--header);
  font-family: "Font Awesome 6 Pro";
  background-image: none;
}
.service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  font-weight: 500;
  color: var(--theme);
  transform: rotate(0);
  background-image: none;
  content: "\f063";
}
.service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  background: var(--bg);
  padding: 22px 30px;
  color: var(--header);
}
.service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-left: 33px;
  padding-top: 15px;
  padding-right: 40px;
  color: var(--text);
  background: var(--bg);
  padding-bottom: 28px;
  border-radius: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 767px) {
  .service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-left: 60px;
  }
}
@media (max-width: 575px) {
  .service-details-wrapper .gt-details-content .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

.team-box-items {
  margin-top: 30px;
}
.team-box-items .thumb {
  position: relative;
}
.team-box-items .thumb .social-profile {
  position: absolute;
  right: 30px;
  top: 30px;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
}
.team-box-items .thumb .social-profile ul {
  transform: translateY(-100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team-box-items .thumb .social-profile ul li:not(:last-child) {
  margin-bottom: 10px;
}
.team-box-items .thumb .social-profile ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: block;
  background: var(--white);
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
}
.team-box-items .thumb .social-profile ul li a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.team-box-items .thumb .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  background: var(--theme);
  color: var(--white);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.team-box-items .thumb .social-profile:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.team-box-items .thumb img {
  width: 100%;
  height: 100%;
}
.team-box-items .content {
  margin-top: -60px;
  position: relative;
  z-index: 9;
  padding: 30px;
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  margin-right: 40px;
  text-align: center;
}
.team-box-items .content h3 {
  margin-bottom: 5px;
}
.team-box-items .content h3 a:hover {
  color: var(--theme);
}

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

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

.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items {
  margin-top: 35px;
  max-width: 550px;
}
.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature:not(:last-child) {
  margin-bottom: 15px;
}
.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature .gt-box-title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
}
.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature .gt-progress-value {
  margin-bottom: 10px;
  color: var(--header);
  text-transform: capitalize;
}
.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature .gt-progress {
  position: relative;
  height: 10px;
  background-color: var(--white);
  border-radius: 0;
  overflow: visible;
  margin-top: 15px;
}
.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature .gt-progress-bar {
  background-color: var(--theme);
  height: 10px;
  margin: 0;
  border-radius: inherit;
  overflow: visible;
  position: relative;
  margin-top: 0;
}
.gt-team-experience-wrapper .gt-team-experience-content .gt-skill-feature-items .gt-skill-feature .gt-progress-value {
  position: absolute;
  top: -38px;
  right: -8px;
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
  font-family: "Manrope", sans-serif;
}
.gt-team-experience-wrapper .contact-form-items h3 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .gt-team-experience-wrapper .contact-form-items h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .gt-team-experience-wrapper .contact-form-items h3 {
    font-size: 25px;
  }
}
.gt-team-experience-wrapper .contact-form-items .form-clt input, .gt-team-experience-wrapper .contact-form-items .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--white);
  padding-bottom: 20px;
  padding: 16px 20px;
  transition: all 0.4s ease-in-out;
  color: var(--text);
  font-size: 16px;
}
.gt-team-experience-wrapper .contact-form-items .form-clt input::placeholder, .gt-team-experience-wrapper .contact-form-items .form-clt textarea::placeholder {
  color: var(--text);
}
.gt-team-experience-wrapper .contact-form-items .form-clt textarea {
  padding-bottom: 30px;
  resize: none;
}
.gt-team-experience-wrapper .contact-form-items button.gt-theme-btn .gt-icon-btn {
  background-color: var(--header);
}
.gt-team-experience-wrapper .contact-form-items button.gt-theme-btn .gt-icon-btn::after {
  background-color: var(--theme);
}

.testimonial-box-items {
  margin-top: 30px;
  text-align: center;
  background: var(--white);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 50px 35px;
}
.testimonial-box-items .quote-icon {
  margin-top: 40px;
}
.testimonial-box-items .info-content {
  margin-top: 25px;
  margin-bottom: 10px;
}
.testimonial-box-items .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.testimonial-box-items .social-icon a {
  font-size: 20px;
}
.testimonial-box-items .social-icon a:hover {
  color: var(--theme);
}

.testimonial-section {
  position: relative;
  z-index: 9;
  margin-bottom: -50px;
}
.testimonial-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  top: 60%;
  z-index: -1;
}
.testimonial-section .testimonial-slider {
  padding-bottom: 50px;
}
.testimonial-section .array-button {
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  width: 100%;
}
@media (max-width: 1399px) {
  .testimonial-section .array-button {
    display: none;
  }
}
.testimonial-section .array-button .array-prev {
  position: absolute;
  top: 50%;
  left: 17.5%;
  z-index: 9;
  transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .testimonial-section .array-button .array-prev {
    left: 6.5%;
  }
}
.testimonial-section .array-button .array-next {
  position: absolute;
  top: 50%;
  right: 17.5%;
  z-index: 9;
  transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .testimonial-section .array-button .array-next {
    right: 6.5%;
  }
}

.testimonial-wrapper-2 .testimonial-image img {
  width: 100%;
  height: 100%;
}
.testimonial-wrapper-2 .testimonial-content {
  margin-left: 34px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-content {
    margin-left: 0;
  }
}
.testimonial-wrapper-2 .testimonial-content .array-button {
  margin-top: 25px;
}
.testimonial-wrapper-2 .testimonial-content .testimonial-slider-2 {
  margin-left: -65%;
  margin-right: -130%;
}
@media (max-width: 1600px) {
  .testimonial-wrapper-2 .testimonial-content .testimonial-slider-2 {
    margin-right: -110%;
  }
}
@media (max-width: 1399px) {
  .testimonial-wrapper-2 .testimonial-content .testimonial-slider-2 {
    margin-right: -40%;
  }
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-content .testimonial-slider-2 {
    margin-left: 0;
    margin-right: 0;
  }
}
.testimonial-wrapper-2 .testimonial-content .testimonial-box-items-2 {
  background: #f8f8f8;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 40px;
  margin-top: 70px;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial-wrapper-2 .testimonial-content .testimonial-box-items-2 {
    padding: 30px;
    margin-top: 30px;
  }
}
.testimonial-wrapper-2 .testimonial-content .testimonial-box-items-2 .quote-icon {
  opacity: 0.2;
  position: absolute;
  right: 40px;
  top: 40px;
}
.testimonial-wrapper-2 .testimonial-content .testimonial-box-items-2 p {
  font-size: 20px;
  line-height: 170%;
  color: var(--header);
}
@media (max-width: 767px) {
  .testimonial-wrapper-2 .testimonial-content .testimonial-box-items-2 p {
    font-size: 16px;
  }
}
.testimonial-wrapper-2 .testimonial-content .testimonial-box-items-2 .client-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.testimonial-wrapper-2 .testimonial-content .testimonial-box-items-2 .client-info .star {
  color: #FCD554;
}
.testimonial-wrapper-2 .testimonial-slider-2 {
  margin-right: -70%;
}/*# sourceMappingURL=main.css.map */