/*============================================

   Theme Name: Apexa - Business Consulting HTML Template
   Author : alithemes
   Support: doanmanhhieu@gmail.com
   Description: Apexa - Business Consulting HTML Template
   Version: 1.0

==============================================*/
/* CSS Index
==============================================

    01. Theme Default CSS
    02. Header
    03. Mobile Menu
    04. Banner
    05. Slider
    06. About
    07. Services
    08. Choose
    09. Project
    10. Pricing
    11. Request
    12. Consulting
    13. Testimonial
    14. Features
    15. Marquee
    16. Fact
    17. Team
    18. Call-back
    19. Blog
    20. Contact
    21. Brand
    22. 404 Error
    23. Footer

==============================================*/
/*============================================
/*  01. Theme Default CSS
==============================================*/
@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
:root {
  --tg-body-font-family: 'Sarabun', sans-serif;
  --tg-heading-font-family: 'Sarabun', sans-serif;
  --tg-icon-font-family: "Font Awesome 5 Free";
  --tg-body-font-size: 16px;
  --tg-body-line-height: 1.75;
  --tg-heading-line-height: 1.2;
  --tg-body-color: #555555;
  --tg-heading-color: #282828;
  --tg-theme-primary: #0056DB;
  --tg-theme-primary-two: #F4581E;
  --tg-theme-secondary: #F4581E;
  --tg-color-dark-blue: #0A1931;
  --tg-color-dark-blue-two: #002244;
  --tg-color-dark-blue-three: #0F2C44;
  --tg-color-yellow-light: #FFB930;
  --tg-color-yellow-light-2: #DED9CE;
  --tg-color-white-default: #ffffff;
  --tg-color-sky-blue: #7EA7C8;
  --tg-color-sky-blue-two: #7E93A4;
  --tg-color-gray-1: #DCDCEC;
  --tg-color-gray-2: #C3C3EC;
  --tg-color-gray-3: #EDF6FA;
  --tg-color-gray-4: #F3F8F9;
  --tg-color-gray-5: #DDE3FF;
  --tg-color-gray-6: #96A1B8;
  --tg-color-gray-7: #4C4C5B;
  --tg-color-gray-8: #a6a6a6;
  --tg-color-gray-9: #fceff0;
  --tg-color-gray-10: #F6F6F6;
  --tg-color-gray-11: #F8F8F8;
  --tg-color-gray-12: #F9F9F9;
  --tg-color-gray-13: #696969;
  --tg-color-dark: #1C1A4A;
  --tg-color-black-1: #06042E;
  --tg-color-black-2: #151515;
  --tg-color-black-3: #00002F;
  --tg-color-black-4: #2d2d2d;
  --tg-color-black-5: #000;
  --tg-border-1: #5A5A8E;
  --tg-border-2: #DCE5E9;
  --tg-border-3: #B2BFC5;
  --tg-border-4: #E8ECED;
  --tg-border-5: #C3C3E1;
  --tg-border-6: #E0E0E0;
  --tg-border-7: #E2E2E2;
  --tg-border-8: #DBDBDB;
  --tg-border-9: #FF755E;
  --tg-fw-extra-bold: 800;
  --tg-fw-bold: 700;
  --tg-fw-semi-bold: 600;
  --tg-fw-medium: 500;
  --tg-fw-regular: 400;
  --tg-fw-light: 300;
}

/*=============================
	Typography css start
===============================*/
html,
body {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
  color: var(--tg-body-color);
  line-height: var(--tg-body-line-height);
  overflow-x: hidden;
}

img,
.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a,
button {
  color: var(--tg-theme-primary);
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

a:hover,
button:hover {
  color: var(--tg-theme-primary);
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
  margin-top: 0px;
  font-weight: var(--tg-fw-bold);
  line-height: var(--tg-heading-line-height);
  text-transform: unset;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.list-wrap {
  margin: 0px;
  padding: 0px;
}
.list-wrap li {
  list-style: none;
}

p {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  line-height: var(--tg-body-line-height);
  font-weight: var(--tg-fw-regular);
  color: var(--tg-body-color);
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid var(--tg-color-gray-1);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: var(--tg-heading-color);
  cursor: pointer;
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  text-shadow: none;
}

::selection {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  text-shadow: none;
}

body.theme-blue,
body.theme-red,
body.theme-orange,
body {
  --tg-theme-primary: #0056DB;
  --tg-theme-secondary: #F4581E;
  --tg-heading-color: #282828;
  --tg-body-color: #555555;
}

/*=============================
    - Input Placeholder
===============================*/
input,
textarea {
  color: var(--tg-body-color);
}

*::-moz-placeholder {
  color: var(--tg-body-color);
  font-size: var(--tg-body-font-size);
  opacity: 1;
}

*::placeholder {
  color: var(--tg-body-color);
  font-size: var(--tg-body-font-size);
  opacity: 1;
}

/*=============================
    - Common Classes
===============================*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*=============================
    - Bootstrap Custom
=============================*/
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gx-0 {
  --bs-gutter-x: 0;
}

.gutter-24 {
  --bs-gutter-x: 24px;
}

.gutter-20 {
  --bs-gutter-x: 20px;
}

.gutter-60 {
  --bs-gutter-x: 60px;
}
@media (max-width: 1800px) {
  .gutter-60 {
    --bs-gutter-x: 40px;
  }
}
@media (max-width: 1500px) {
  .gutter-60 {
    --bs-gutter-x: 30px;
  }
}
@media (max-width: 1199.98px) {
  .gutter-60 {
    --bs-gutter-x: 20px;
  }
}

.container {
  max-width: 1250px;
}
@media (max-width: 1500px) {
  .container {
    max-width: 1250px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

.custom-container {
  max-width: 1810px;
}
@media (max-width: 1800px) {
  .custom-container {
    max-width: 1580px;
  }
}
@media (max-width: 1500px) {
  .custom-container {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .custom-container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .custom-container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .custom-container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container {
    max-width: 540px;
  }
}

.custom-container-two {
  max-width: 1640px;
}
@media (max-width: 1800px) {
  .custom-container-two {
    max-width: 1580px;
  }
}
@media (max-width: 1500px) {
  .custom-container-two {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .custom-container-two {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .custom-container-two {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .custom-container-two {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container-two {
    max-width: 540px;
  }
}

.custom-container-three {
  max-width: 1520px;
}
@media (max-width: 1800px) {
  .custom-container-three {
    max-width: 1520px;
  }
}
@media (max-width: 1500px) {
  .custom-container-three {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .custom-container-three {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .custom-container-three {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .custom-container-three {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container-three {
    max-width: 540px;
  }
}

.custom-container-four {
  max-width: 1720px;
}
@media (max-width: 1800px) {
  .custom-container-four {
    max-width: 1520px;
  }
}
@media (max-width: 1500px) {
  .custom-container-four {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .custom-container-four {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .custom-container-four {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .custom-container-four {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container-four {
    max-width: 540px;
  }
}

.custom-container-five {
  max-width: 1670px;
}
@media (max-width: 1800px) {
  .custom-container-five {
    max-width: 1520px;
  }
}
@media (max-width: 1500px) {
  .custom-container-five {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .custom-container-five {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .custom-container-five {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .custom-container-five {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container-five {
    max-width: 540px;
  }
}

.custom-container-six {
  max-width: 1880px;
}
@media (max-width: 1800px) {
  .custom-container-six {
    max-width: 1520px;
  }
}
@media (max-width: 1500px) {
  .custom-container-six {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .custom-container-six {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .custom-container-six {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .custom-container-six {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container-six {
    max-width: 540px;
  }
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*=============================
	1. Button style
===============================*/
.tg-button-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.btn {
  user-select: none;
  -moz-user-select: none;
  background: var(--tg-theme-primary) none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: var(--tg-color-white-default);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 17px 28px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: var(--tg-heading-font-family);
  gap: 10px;
  --arrow-hover-move-x: 110%;
  --arrow-hover-move-y: 100%;
}
.btn svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.btn svg path {
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}
.btn svg path:nth-of-type(1) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.btn svg path:nth-of-type(2) {
  transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}
.btn:focus, .btn:hover, .btn:focus-visible {
  color: var(--tg-color-white-default);
  background: var(--tg-theme-secondary);
}
.btn:focus svg path:nth-of-type(1), .btn:hover svg path:nth-of-type(1), .btn:focus-visible svg path:nth-of-type(1) {
  transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
  opacity: 0;
  transition-delay: 0s, 0s;
}
.btn:focus svg path:nth-of-type(2), .btn:hover svg path:nth-of-type(2), .btn:focus-visible svg path:nth-of-type(2) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.btn-two {
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
  border: 1px solid var(--tg-border-5);
  padding: 16px 27px;
}
.btn-two:focus, .btn-two:focus-visible, .btn-two:hover {
  background: var(--tg-theme-secondary);
  border-color: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}
.btn-three {
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
}
.btn-three:hover {
  background: #f4581e;
  color: var(--tg-color-white-default);
}
.btn.red-btn {
  background: var(--tg-theme-primary);
}
.btn.red-btn:hover {
  background: #f4581e;
}

.border-btn {
  border: 1px solid var(--tg-border-5);
  background: transparent;
  color: var(--tg-color-white-default);
  padding: 16px 27px;
}
.border-btn:hover {
  background: var(--tg-theme-secondary);
  border-color: var(--tg-theme-secondary);
}

.border-btn-two {
  border: 1px solid var(--tg-border-8);
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
  padding: 16px 27px;
}
.border-btn-two:hover {
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

.white-btn {
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
}
.white-btn:focus-visible, .white-btn:hover {
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
}

/*=============================
    00. Keyframe Animation
===============================*/
@-webkit-keyframes hoverShine {
  100% {
    left: 125%;
  }
}
@keyframes hoverShine {
  100% {
    left: 125%;
  }
}
.alltuchtopdown {
  -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
.rightToLeft {
  -webkit-animation-name: rightToLeft;
  animation-name: rightToLeft;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rightToLeft {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-30px);
  }
}
.ribbonRotate {
  -webkit-animation-name: ribbonRotate;
  animation-name: ribbonRotate;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes ribbonRotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25%, 75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.rotateme-two {
  -webkit-animation-name: rotateme-two;
  animation-name: rotateme-two;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme-two {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotateme-two {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.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;
  }
}
/*=============================
    00. Preloader
===============================*/
#preloader {
  background-color: var(--tg-color-white-default);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}

.tg-preloader-block {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  text-align: center;
}

.tg-spinner-eff {
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-animation: taRotation 4.8s steps(1) 0s infinite;
  animation: taRotation 4.8s steps(1) 0s infinite;
}

.tg-spinner-eff .tg-bar {
  position: absolute;
  background-color: var(--tg-theme-primary);
}

.tg-spinner-eff .tg-bar-top {
  width: 100%;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  -webkit-animation: bar-top 1.2s linear 0s infinite;
  animation: bar-top 1.2s linear 0s infinite;
}

.tg-spinner-eff .tg-bar-right {
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: left top;
  transform: scale(1, 0);
  -webkit-animation: bar-right 1.2s linear 0s infinite;
  animation: bar-right 1.2s linear 0s infinite;
}

.tg-spinner-eff .tg-bar-bottom {
  width: 100%;
  height: 7px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  -webkit-animation: bar-bottom 1.2s linear 0s infinite;
  animation: bar-bottom 1.2s linear 0s infinite;
}

.tg-spinner-eff .tg-bar-left {
  width: 7px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: left bottom;
  transform: scale(1, 0);
  -webkit-animation: bar-left 1.2s linear 0s infinite;
  animation: bar-left 1.2s linear 0s infinite;
}

@keyframes taRotation {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bar-top {
  0% {
    transform: scale(0, 1);
  }
  12.5% {
    transform: scale(1, 1);
  }
  87.5% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}
@keyframes bar-right {
  0% {
    transform: scale(1, 0);
  }
  12.5% {
    transform: scale(1, 0);
  }
  25% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(1, 1);
  }
  87.5% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 0);
  }
}
@keyframes bar-bottom {
  0% {
    transform: scale(0, 1);
  }
  25% {
    transform: scale(0, 1);
  }
  37.5% {
    transform: scale(1, 1);
  }
  62.5% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}
@keyframes bar-left {
  0% {
    transform: scale(1, 0);
  }
  37.5% {
    transform: scale(1, 0);
  }
  50% {
    transform: scale(1, 1);
  }
  62.5% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 0);
  }
}
/*=============================
    - Background color
===============================*/
.grey-bg {
  background: var(--tg-color-gray-10);
  position: relative;
  z-index: 1;
}

.white-bg {
  background: var(--tg-color-white-default);
}

.black-bg {
  background: var(--tg-color-black-1);
}

/*=============================
	04. OffCanvas
===============================*/
.offCanvas__info {
  background: var(--tg-color-white-default) none repeat scroll 0 0;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 340px;
  max-width: 100%;
  z-index: 99999;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.offCanvas__info.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.offCanvas__info::-webkit-scrollbar {
  width: 0px;
}
.offCanvas__close-icon {
  margin-top: -16px;
  text-align: right;
}
.offCanvas__close-icon button {
  background: transparent;
  border: 0 none;
  color: var(--tg-theme-primary);
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}
.offCanvas__close-icon-two button {
  color: var(--tg-theme-primary);
}
.offCanvas__logo a {
  display: block;
}
.offCanvas__side-info h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.offCanvas__side-info p {
  margin-bottom: 0;
  font-size: 15px;
}
.offCanvas__social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--tg-color-gray-3);
  color: var(--tg-heading-color);
  margin-right: 5px;
  border-radius: 50%;
}
.offCanvas__social-icon a:hover {
  background: #f4581e;
  color: var(--tg-color-white-default);
}
.offCanvas__social-icon-two a {
  background: transparent;
  border: 1px solid var(--tg-border-2);
  color: var(--tg-theme-primary);
}
.offCanvas__social-icon-two a:hover {
  color: var(--tg-color-black-2);
}
.offCanvas__overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.offCanvas__overly.active {
  opacity: 0.7;
  visibility: visible;
}

/*=============================
	04. Search
===============================*/
.search__popup {
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--tg-color-white-default);
  backdrop-filter: blur(10px);
  z-index: 99;
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition-delay: 0.5s;
}
.search__popup.search-opened {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s;
  z-index: 99999999;
}
.search__popup.search-opened .search__input {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}
.search__popup.search-opened .search__input::after {
  width: 100%;
  transition-delay: 0.5s;
}
.search__input {
  position: relative;
  height: 80px;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.5s;
  opacity: 0;
}
.search__input::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: var(--tg-theme-secondary);
  transition-delay: 0.3s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.search__input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  color: var(--tg-heading-color);
  border-bottom: 1px solid transparent;
  padding: 0;
  padding-right: 30px;
}
.search__input input::placeholder {
  font-size: 24px;
}
.search__input button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--tg-theme-secondary);
  border: none;
  padding: 0 0;
  background: transparent;
}
.search__input-two::after {
  background: var(--tg-theme-primary);
}
.search__input-two button {
  color: var(--tg-theme-primary);
}
.search__close {
  position: absolute;
  top: 10%;
  right: 2%;
  z-index: 2;
}
.search-close-btn {
  margin: 0;
  padding: 0;
  border: none;
  color: var(--tg-theme-secondary);
  cursor: pointer;
  background: transparent;
}
.search-close-btn-two {
  color: var(--tg-theme-primary);
}
.search-popup-overlay {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.5s;
  opacity: 0;
  visibility: hidden;
  background: #000d25;
}
.search-popup-overlay.search-popup-overlay-open {
  opacity: 0.55;
  visibility: visible;
  transition-delay: 0s;
}

.search-input-field ~ .search-focus-border {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--tg-theme-primary);
  transition: all 0.5s;
}
.search-input-field:focus ~ .search-focus-border {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.5s;
}

/*=========================
04. Breadcrumb
===========================*/
.breadcrumb__bg {
  background-size: cover;
  background-position: center;
  padding: 105px 0 105px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1500px) {
  .breadcrumb__bg {
    padding: 90px 0 90px;
  }
}
@media (max-width: 991.98px) {
  .breadcrumb__bg {
    padding: 85px 0 90px;
  }
}
.breadcrumb__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000 0%, #000 100%);
  z-index: -1;
  opacity: 0.2;
}
.breadcrumb__bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: luminosity;
  z-index: -1;
}
.breadcrumb__content .title {
  margin-bottom: 15px;
  font-size: 48px;
  color: var(--tg-color-white-default);
}
@media (max-width: 1500px) {
  .breadcrumb__content .title {
    font-size: 45px;
  }
}
@media (max-width: 991.98px) {
  .breadcrumb__content .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb__content .title {
    font-size: 38px;
  }
}
.breadcrumb__content .breadcrumb {
  margin-bottom: 0;
  gap: 10px;
}
.breadcrumb__content .breadcrumb span {
  font-size: 16px;
  color: var(--tg-theme-primary);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
.breadcrumb__content .breadcrumb span a {
  color: var(--tg-color-gray-8);
}
.breadcrumb__content .breadcrumb span a:hover {
  color: var(--tg-theme-primary);
}
.breadcrumb__content .breadcrumb span i {
  color: var(--tg-color-gray-8);
  font-weight: 700;
  line-height: 0;
}

/*=============================
    00. Scroll Top
===============================*/
.scroll__top {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 4px;
  z-index: 99;
  color: var(--tg-color-white-default);
  text-align: center;
  cursor: pointer;
  background: var(--tg-theme-primary);
  transition: 1s ease;
  border: none;
}
@media (max-width: 1199.98px) {
  .scroll__top {
    right: 25px;
    bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .scroll__top {
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .scroll__top {
    right: 15px;
    width: 30px;
    height: 30px;
  }
}
.scroll__top.open {
  bottom: 30px;
}
@media (max-width: 767.98px) {
  .scroll__top.open {
    bottom: 15px;
  }
}
.scroll__top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll__top:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}
.scroll__top-two {
  background: var(--tg-theme-primary);
}
.scroll__top-two:hover {
  background: var(--tg-color-black-2);
}

/*=============================
	00. Section Title
===============================*/
.section__title .sub-title {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--tg-theme-primary);
  margin-bottom: 8px;
}
.section__title .title {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 800;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .section__title .title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .section__title .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title .title {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .section__title .title br {
    display: none;
  }
}
.section__title p {
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .section__title p br {
    display: none;
  }
}
.section__title.white-title .sub-title {
  color: var(--tg-color-white-default);
}
.section__title.white-title .title {
  color: var(--tg-color-white-default);
}
.section__title-two .sub-title {
  color: var(--tg-theme-primary);
}
.section__title-two .title {
  color: var(--tg-color-black-2);
}

.section__content p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.55;
}
.section__content.white-content p {
  color: var(--tg-color-white-default);
}

/*=============================
	03. Mobile Menu
===============================*/
.tgmobile__search {
  padding: 0 20px 25px 25px;
}
.tgmobile__search form {
  position: relative;
}
.tgmobile__search input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 45px 10px 20px;
  font-size: 15px;
  height: 45px;
  background: var(--tg-color-gray-3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: var(--tg-heading-color);
}
.tgmobile__search input::placeholder {
  font-size: 15px;
  color: var(--tg-color-gray-6);
}
.tgmobile__search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  padding: 0;
  right: 20px;
  line-height: 1;
  background: transparent;
  color: var(--tg-heading-color);
}
.tgmobile__menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 0;
  max-width: 100%;
  height: 100%;
  z-index: 99999;
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
}
.tgmobile__menu .navbar-collapse {
  display: block !important;
}
.tgmobile__menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.tgmobile__menu .nav-logo img {
  width: 150px;
}
.tgmobile__menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}
.tgmobile__menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation li.active > a {
  color: var(--tg-theme-primary);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 20px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: var(--tg-heading-color);
  background: var(--tg-color-gray-3);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 12px;
  height: 2px;
  background-color: var(--tg-color-dark);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 2px;
  height: 12px;
  background-color: var(--tg-color-dark);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
  background-color: var(--tg-theme-primary);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
  background-color: var(--tg-color-white-default);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after {
  display: none;
}
.tgmobile__menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 10px 60px 10px 25px;
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-heading-color);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}
.tgmobile__menu .navigation li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 2px;
  background: var(--tg-theme-primary);
  pointer-events: none;
}
.tgmobile__menu .navigation li ul li > a {
  margin-left: 20px;
}
.tgmobile__menu .navigation li ul li ul li a {
  margin-left: 40px;
}
.tgmobile__menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}
.tgmobile__menu .navigation li > ul {
  display: none;
}
.tgmobile__menu .navigation li > ul > li > ul {
  display: none;
}
.tgmobile__menu .navigation ul {
  padding: 0;
  margin: 0;
}
.tgmobile__menu .navigation ul li a {
  display: block;
}
.tgmobile__menu .navigation ul li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}
.tgmobile__menu .navigation:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation > li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation > li.active > a::before {
  height: 100%;
}
.tgmobile__menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 14px;
  color: var(--tg-theme-primary);
  cursor: pointer;
  padding: 8px;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tgmobile__menu .close-btn i[class^=flaticon-]:before {
  font-weight: var(--tg-fw-bold) !important;
}
.tgmobile__menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.tgmobile__menu .social-links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.tgmobile__menu .social-links ul li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 10px;
}
.tgmobile__menu .social-links ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: var(--tg-body-color);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #efefef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.tgmobile__menu .social-links ul li a:hover {
  border-color: #f4581e;
  background: #f4581e;
  color: var(--tg-color-white-default);
}
.tgmobile__menu .tgmenu__action {
  padding: 0 0;
  margin: 0 0;
}
.tgmobile__menu .tgmenu__action > ul {
  margin: 0 0;
  padding: 30px 20px 0;
  justify-content: center;
  gap: 0 15px;
}
.tgmobile__menu .tgmenu__action > ul li {
  margin: 0 0;
}
.tgmobile__menu .tgmenu__action > ul .header-btn {
  display: block;
}
.tgmobile__menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--tg-color-white-default);
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
}
.tgmobile__menu-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: var(--tg-color-white-default);
  margin-right: 30px;
  top: 15px;
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .tgmobile__menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu-visible .tgmobile__menu-backdrop {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .tgmobile__menu .close-btn {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*=============================
    16. Fact
===============================*/
.counter__area-two {
  background: var(--tg-theme-secondary);
}
.counter__bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: var(--tg-theme-primary);
  z-index: 1;
}
.counter__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(244, 88, 30, 0.90) 0%, rgba(214, 60, 10, 0.84) 100%);
  z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter__wrap-two {
    display: block;
  }
}
.counter__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .counter__item {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter__item {
    margin-bottom: 0;
  }
}
.counter__item:last-child {
  margin-bottom: 0;
}
.counter__item-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  justify-content: center;
}
.counter__item-three {
  margin-bottom: 30px;
}
.counter__item-three:last-child {
  margin-bottom: 0;
}
.counter__item-four {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.counter__item-wrap {
  background: var(--tg-theme-primary);
  position: relative;
  padding: 100px 0 70px 70px;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .counter__item-wrap {
    padding: 100px 0 70px 30px;
  }
}
@media (max-width: 767.98px) {
  .counter__item-wrap {
    padding: 80px 0 50px 0;
  }
}
.counter__item-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background: var(--tg-theme-primary);
  z-index: -1;
}
.counter__icon {
  font-size: 70px;
  line-height: 0;
  color: #29ABE2;
}
@media (max-width: 1199.98px) {
  .counter__icon {
    font-size: 55px;
  }
}
.counter__icon-two {
  font-size: 80px;
  line-height: 0;
  color: var(--tg-color-white-default);
}
@media (max-width: 1199.98px) {
  .counter__icon-two {
    font-size: 55px;
  }
}
.counter__icon-three {
  color: var(--tg-theme-primary);
}
.counter__icon-four {
  color: var(--tg-color-white-default);
}
.counter__content .count {
  margin-bottom: 5px;
  font-size: 36px;
  color: var(--tg-color-white-default);
  line-height: 1;
}
@media (max-width: 767.98px) {
  .counter__content .count {
    font-size: 32px;
  }
}
.counter__content > p {
  margin-bottom: 0;
  font-size: 17px;
  color: var(--tg-color-white-default);
}
.counter__content-two .count {
  color: var(--tg-color-gray-9);
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 800;
  line-height: 0.8;
}
@media (max-width: 1500px) {
  .counter__content-two .count {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .counter__content-two .count {
    font-size: 40px;
  }
}
.counter__content-two > p {
  color: var(--tg-color-gray-9);
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
}
.counter__content-three .count {
  color: var(--tg-color-black-2);
}
.counter__content-three p {
  color: var(--tg-body-color);
}

/*=============================
	02. Header
===============================*/
.transparent-header {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 9;
  height: auto;
}

.tg-header__top {
  background: var(--tg-heading-color);
  padding: 10px 25px;
}
@media (max-width: 767.98px) {
  .tg-header__top {
    display: none;
  }
}
.tg-header__top-two {
  background: #f4581e;
  border-bottom: 1px solid var(--tg-border-7);
}
.tg-header__top-three {
  background: var(--tg-color-black-2);
  padding: 11px 0;
}
.tg-header__top-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1199.98px) {
  .tg-header__top-info {
    justify-content: center;
    margin-bottom: 8px;
  }
}
@media (max-width: 991.98px) {
  .tg-header__top-info {
    margin-bottom: 0;
  }
}
.tg-header__top-info li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--tg-color-gray-1);
  font-size: 15px;
  font-weight: 500;
  position: relative;
  line-height: 1.4;
}
.tg-header__top-info li::before {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background: var(--tg-border-1);
}
.tg-header__top-info li:last-child::before {
  display: none;
}
.tg-header__top-info li i {
  color: var(--tg-theme-secondary);
  font-size: 18px;
  line-height: 0;
}
.tg-header__top-info li a {
  color: var(--tg-color-gray-1);
}
.tg-header__top-info li a:hover {
  color: var(--tg-color-white-default);
}
.tg-header__top-info-two li {
  color: #fff;
}
.tg-header__top-info-two li::before {
  background: rgba(255, 255, 255, 0.3);
}
.tg-header__top-info-two li a {
  color: #fff;
}
.tg-header__top-info-two li a:hover {
  color: #fff;
  opacity: 0.85;
}
.tg-header__top-info-two li i {
  color: #fff;
}
.tg-header__top-info-three li {
  color: var(--tg-color-gray-8);
}
.tg-header__top-info-three li::before {
  background: var(--tg-body-color);
}
.tg-header__top-info-three li a {
  color: var(--tg-color-gray-8);
}
.tg-header__top-info-three li a:hover {
  color: var(--tg-color-white-default);
}
.tg-header__top-info-three li i {
  color: var(--tg-color-white-default);
}
.tg-header__top-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
@media (max-width: 1199.98px) {
  .tg-header__top-right {
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .tg-header__top-right {
    display: none;
  }
}
.tg-header__top-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 40px;
}
.tg-header__top-menu li {
  position: relative;
  line-height: 1.4;
}
.tg-header__top-menu li::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background: var(--tg-border-1);
}
.tg-header__top-menu li a {
  font-size: 14px;
  color: var(--tg-color-gray-1);
  font-weight: 500;
  text-transform: capitalize;
}
.tg-header__top-menu li a:hover {
  color: var(--tg-color-white-default);
}
.tg-header__top-menu-two li::before {
  background: var(--tg-border-7);
}
.tg-header__top-menu-two li a {
  color: var(--tg-color-gray-7);
}
.tg-header__top-menu-two li a:hover {
  color: var(--tg-theme-primary);
}
.tg-header__top-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 18px;
}
.tg-header__top-social > span {
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-color-gray-1);
}
.tg-header__top-social .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
}
.tg-header__top-social .list-wrap li a {
  font-size: 15px;
  color: var(--tg-border-2);
}
.tg-header__top-social .list-wrap li a i {
  font-size: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tg-header__top-social .list-wrap li a:hover {
  color: var(--tg-theme-secondary);
}
.tg-header__top-social-two span {
  color: #fff;
}
.tg-header__top-social-two .list-wrap li a {
  color: #fff;
}
.tg-header__top-social-two .list-wrap li a:hover {
  color: #fff;
  opacity: 0.85;
}
.tg-header__top-social-three span {
  color: var(--tg-color-gray-8);
}
.tg-header__top-social-three .list-wrap li a {
  color: var(--tg-color-white-default);
}
.tg-header__top-social-three .list-wrap li a:hover {
  color: var(--tg-color-gray-8);
}
.tg-header__inner-wrap {
  display: flex;
  align-items: center;
}
.tg-header__logo-wrap {
  width: 12.5%;
  flex: 0 0 auto;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .tg-header__logo-wrap {
    display: none;
  }
}
.tg-header__right-side {
  flex-grow: 1;
  border-left: 1px solid var(--tg-color-gray-5);
}
.tg-header__area {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
}
.tg-header__area-two {
  padding: 0 25px;
}
@media (max-width: 1199.98px) {
  .tg-header__area-two {
    padding: 0 15px;
  }
  .tg-header__area-two .tgmenu__wrap {
    padding: 15px 10px;
  }
}
@media (max-width: 767.98px) {
  .tg-header__area-two {
    padding: 0;
  }
  .tg-header__area-two .tgmenu__wrap {
    padding: 15px 15px;
  }
}
.tg-header__area-two .tgmenu__navbar-wrap > ul > li:hover > a, .tg-header__area-two .tgmenu__navbar-wrap > ul > li.active > a {
  color: var(--tg-theme-primary);
}
.tg-header__area-two .tgmenu__navbar-wrap > ul > li:hover > a::after, .tg-header__area-two .tgmenu__navbar-wrap > ul > li.active > a::after {
  color: var(--tg-theme-primary);
}
.tg-header__area-two .tgmenu__navbar-wrap > ul > li > .sub-menu li:hover > a, .tg-header__area-two .tgmenu__navbar-wrap > ul > li > .sub-menu li.active > a {
  color: var(--tg-theme-primary);
}
.tg-header__area-three {
  background: transparent;
  box-shadow: none;
}
.tg-header__area-three .tgmenu__wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1199.98px) {
  .tg-header__area-three .tgmenu__wrap {
    padding: 17px 0;
  }
}
.tg-header__area-three .tgmenu__navbar-wrap > ul {
  margin: 0 0 0 70px;
}
.tg-header__area-three .tgmenu__navbar-wrap > ul > li > a {
  color: var(--tg-color-white-default);
}
.tg-header__area-three .tgmenu__navbar-wrap > ul > li > a::after {
  color: var(--tg-color-white-default);
}
.tg-header__area-three .tgmenu__navbar-wrap > ul > li.active > a, .tg-header__area-three .tgmenu__navbar-wrap > ul > li:hover > a {
  color: var(--tg-theme-primary);
}
.tg-header__area-three .tgmenu__navbar-wrap > ul > li.active > a::after, .tg-header__area-three .tgmenu__navbar-wrap > ul > li:hover > a::after {
  color: var(--tg-theme-primary);
}
.tg-header__area-three .tgmenu__navbar-wrap > ul > li .sub-menu > li:hover > a {
  color: var(--tg-theme-primary);
}
.tg-header__area-three .tgmenu__navbar-wrap > ul > li .sub-menu > li.active > a {
  color: var(--tg-theme-primary);
}
.tg-header__area-three.sticky-menu .logo {
  display: none;
}
.tg-header__area-three.sticky-menu .logo.d-none {
  display: flex !important;
}
.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap > ul > li > a {
  color: var(--tg-color-black-2);
}
.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap > ul > li > a::after {
  color: var(--tg-color-black-2);
}
.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap > ul > li > a:hover {
  color: var(--tg-theme-primary);
}
.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap > ul > li > a:hover::after {
  color: var(--tg-theme-primary);
}
.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap > ul > li.active > a {
  color: var(--tg-theme-primary);
}
.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap > ul > li.active > a::after {
  color: var(--tg-theme-primary);
}
.tg-header__area-three.sticky-menu .header-contact-two .icon {
  border: 2px solid var(--tg-border-7);
  color: var(--tg-color-black-2);
}
.tg-header__area-three.sticky-menu .header-contact-two .content span {
  color: var(--tg-color-gray-8);
}
.tg-header__area-three.sticky-menu .header-contact-two .content a {
  color: var(--tg-color-black-2);
}
.tg-header__area-three.sticky-menu .header-contact-two .content a:hover {
  color: var(--tg-theme-primary);
}
.tg-header__area-three.sticky-menu .header-btn .btn {
  background: var(--tg-color-black-2);
  color: var(--tg-color-white-default);
}
.tg-header__area-three.sticky-menu .mobile-nav-toggler-two {
  color: var(--tg-theme-primary);
}
.tg-header__area-four {
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid #1E5683;
}
.tg-header__area-four .logo a {
  background: transparent !important;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
@media (max-width: 1199.98px) {
  .tg-header__area-four .logo a {
    padding: 10px 15px;
  }
}
@media (max-width: 767.98px) {
  .tg-header__area-four .logo a {
    padding: 10px 10px;
  }
}
.tg-header__area-four .tgmenu__navbar-wrap > ul > li > a {
  color: var(--tg-color-white-default);
  padding: 42px 14px;
}
.tg-header__area-four .tgmenu__navbar-wrap > ul > li > a::after {
  color: var(--tg-color-white-default);
}
.tg-header__area-four .tgmenu__navbar-wrap > ul > li > a:hover {
  color: var(--tg-theme-primary);
}
.tg-header__area-four .tgmenu__navbar-wrap > ul > li > a:hover::after {
  color: var(--tg-theme-primary);
}
.tg-header__area-four .tgmenu__navbar-wrap > ul > li:hover > a, .tg-header__area-four .tgmenu__navbar-wrap > ul > li.active > a {
  color: var(--tg-theme-primary);
}
.tg-header__area-four .tgmenu__navbar-wrap > ul > li:hover > a::after, .tg-header__area-four .tgmenu__navbar-wrap > ul > li.active > a::after {
  color: var(--tg-theme-primary);
}
.tg-header__area-four .tgmenu__navbar-wrap > ul > li .sub-menu > li:hover > a {
  color: var(--tg-theme-primary);
}
.tg-header__area-four .tgmenu__navbar-wrap > ul > li .sub-menu > li.active > a {
  color: var(--tg-theme-primary);
}
@media (max-width: 1199.98px) {
  .tg-header__area-four .tgmenu__wrap {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .tg-header__area-four .tgmenu__wrap {
    padding: 0;
  }
}
.tg-header__area-four.sticky-menu {
  border: none;
}
.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap > ul > li > a {
  color: var(--tg-color-black-2);
}
.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap > ul > li > a::after {
  color: var(--tg-color-black-2);
}
.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap > ul > li > a:hover {
  color: var(--tg-theme-primary);
}
.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap > ul > li > a:hover::after {
  color: var(--tg-theme-primary);
}
.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap > ul > li.active > a {
  color: var(--tg-theme-primary);
}
.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap > ul > li.active > a::after {
  color: var(--tg-theme-primary);
}
.tg-header__area-four.sticky-menu .header-contact-two .icon {
  border: 2px solid var(--tg-border-7);
  color: var(--tg-theme-secondary);
}
.tg-header__area-four.sticky-menu .header-contact-two .content span {
  color: var(--tg-color-gray-8);
}
.tg-header__area-four.sticky-menu .header-contact-two .content a {
  color: var(--tg-color-black-2);
}
.tg-header__area-four.sticky-menu .header-contact-two .content a:hover {
  color: var(--tg-theme-primary);
}
.tg-header__area-four.sticky-menu .mobile-nav-toggler-two {
  color: var(--tg-theme-primary);
}
.tg-header__area .mobile-nav-toggler {
  position: relative;
  cursor: pointer;
  display: none;
  font-size: 24px;
  line-height: 1;
  color: var(--tg-theme-primary);
  background: rgba(0, 86, 219, 0.08);
  border: 1px solid rgba(0, 86, 219, 0.2);
  width: 44px;
  height: 44px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tg-header__area .mobile-nav-toggler:hover {
  background: #f4581e;
  color: #ffffff;
}
@media (max-width: 1199.98px) {
  .tg-header__area .mobile-nav-toggler {
    display: flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
  }
}
.tg-header__area .mobile-nav-toggler-two {
  color: var(--tg-color-white-default);
}
.tg-header__area .mobile-nav-toggler-two:hover {
  color: #f4581e;
}

.tgmenu__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .tgmenu__wrap {
    padding: 15px 20px;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .tgmenu__wrap {
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
  }
}
.tgmenu__wrap .logo {
  max-height: 100%;
  display: flex;
  align-items: center;
}
.tgmenu__wrap .logo img {
  max-height: 42px;
  width: auto;
}
.tgmenu__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .tgmenu__nav {
    justify-content: space-between;
  }
}
.tgmenu__nav-left-side {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.tgmenu__nav-left-side .logo {
  margin-left: 20px;
}
.mobile-bs5-nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 1050 !important;
  border-bottom: 1px solid #eaeaea;
  background-color: #ffffff !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
}
@media (max-width: 1199.98px) {
  body {
    padding-top: 58px;
  }
}
.mobile-bs5-nav .navbar-toggler {
  border: 1.5px solid rgba(0, 86, 219, 0.25) !important;
  border-radius: 8px;
  padding: 6px 10px;
  color: var(--tg-theme-primary);
  background: rgba(0, 86, 219, 0.05);
}
.mobile-bs5-nav .navbar-toggler:focus {
  box-shadow: none;
}
.mobile-bs5-nav .navbar-toggler-icon {
  width: 1.3em;
  height: 1.3em;
}
.mobile-bs5-offcanvas {
  width: 320px !important;
  max-width: 85vw !important;
  z-index: 1065 !important;
  background-color: #ffffff;
  box-shadow: 5px 0 30px rgba(0, 0, 0, 0.18);
}
.mobile-bs5-offcanvas .offcanvas-header {
  background: #ffffff;
}
.mobile-bs5-offcanvas .btn-close {
  opacity: 0.8;
  font-size: 14px;
}
.mobile-bs5-offcanvas .btn-close:focus {
  box-shadow: none;
}
.mobile-bs5-offcanvas .nav-link {
  font-size: 15.5px;
  font-weight: 600;
  color: var(--tg-heading-color) !important;
  padding: 11px 4px !important;
  border-bottom: 1px solid #f1f3f7;
  transition: all 0.2s ease;
}
.mobile-bs5-offcanvas .nav-link:hover,
.mobile-bs5-offcanvas .nav-link.active {
  color: var(--tg-theme-primary) !important;
}
.mobile-bs5-offcanvas .dropdown-menu {
  background: #f8f9fc;
  border-radius: 8px;
  margin-top: 4px;
  margin-bottom: 6px;
  padding: 6px 8px;
}
.mobile-bs5-offcanvas .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-body-color);
  padding: 7px 10px;
  white-space: normal;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.mobile-bs5-offcanvas .dropdown-item:hover,
.mobile-bs5-offcanvas .dropdown-item.active {
  color: var(--tg-theme-primary);
  background: rgba(0, 86, 219, 0.08);
}
.tgmenu__navbar-wrap {
  display: flex;
  flex-grow: 1;
}
@media (max-width: 1199.98px) {
  .tgmenu__wrap {
    flex-wrap: wrap !important;
    position: relative;
    padding: 14px 20px !important;
    align-items: center;
    justify-content: space-between;
  }
  .tgmenu__navbar-wrap.tgmenu__main-menu {
    display: none;
    width: 100% !important;
    flex-basis: 100% !important;
    order: 3;
    background: #ffffff;
    border-top: 1px solid #f0f0f0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    padding: 10px 15px 20px !important;
    margin-top: 10px;
    border-radius: 0 0 15px 15px;
  }
  .tgmenu__navbar-wrap.tgmenu__main-menu.show-menu {
    display: block !important;
  }
  .tgmenu__navbar-wrap.tgmenu__main-menu > ul.navigation {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .tgmenu__navbar-wrap.tgmenu__main-menu > ul.navigation > li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 !important;
  }
  .tgmenu__navbar-wrap.tgmenu__main-menu > ul.navigation > li:last-child {
    border-bottom: none;
  }
  .tgmenu__navbar-wrap.tgmenu__main-menu > ul.navigation > li > a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 13px 5px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: var(--tg-heading-color);
  }
  .tgmenu__navbar-wrap.tgmenu__main-menu > ul.navigation > li > a:hover {
    color: var(--tg-theme-primary);
  }
  .tgmenu__navbar-wrap.tgmenu__main-menu > ul.navigation > li .sub-menu {
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    box-shadow: none !important;
    border: none !important;
    background: #f8f9fc !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    margin-bottom: 10px !important;
    display: none;
  }
  .tgmenu__navbar-wrap.tgmenu__main-menu > ul.navigation > li.open-dropdown > .sub-menu {
    display: block !important;
  }
  .tgmenu__navbar-wrap.tgmenu__main-menu > ul.navigation > li .sub-menu > li {
    display: block !important;
    width: 100% !important;
    border: none !important;
  }
  .tgmenu__navbar-wrap.tgmenu__main-menu > ul.navigation > li .sub-menu > li > a {
    padding: 8px 10px !important;
    font-size: 14.5px !important;
    color: var(--tg-body-color) !important;
    display: block !important;
  }
  .tgmenu__navbar-wrap.tgmenu__main-menu > ul.navigation > li .sub-menu > li > a:hover {
    color: var(--tg-theme-primary) !important;
  }
  .header-mobile-track-item {
    margin-top: 15px !important;
    text-align: center;
    border-bottom: none !important;
  }
  .header-mobile-track-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--tg-theme-primary) !important;
    color: #ffffff !important;
    padding: 10px 24px !important;
    border-radius: 50px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    width: 100% !important;
  }
}
.tgmenu__navbar-wrap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 0;
  margin: 0 auto;
}
.tgmenu__navbar-wrap ul > li {
  list-style: none;
  display: block;
  position: relative;
}
@media (max-width: 1199.98px) {
  .tgmenu__navbar-wrap ul > li {
    margin-right: 10px;
  }
}
.tgmenu__navbar-wrap ul > li a {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--tg-heading-color);
  padding: 32px 10px;
  display: flex;
  line-height: 1;
  position: relative;
  z-index: 1;
  font-family: var(--tg-heading-font-family);
  white-space: nowrap;
}
.tgmenu__navbar-wrap ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 230px;
  border: 1px solid #f5f5f5;
  background: var(--tg-color-white-default);
  margin: 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 0;
  max-height: 380px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--tg-theme-secondary) #f1f1f1;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.tgmenu__navbar-wrap ul > li .sub-menu::-webkit-scrollbar {
  width: 5px;
}
.tgmenu__navbar-wrap ul > li .sub-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.tgmenu__navbar-wrap ul > li .sub-menu::-webkit-scrollbar-thumb {
  background: var(--tg-theme-secondary);
  border-radius: 4px;
}

/* Mobile BS5 Offcanvas Dropdown Scrollbar */
.mobile-bs5-offcanvas .dropdown-menu {
  max-height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--tg-theme-secondary) #f8f9fa;
}
.mobile-bs5-offcanvas .dropdown-menu::-webkit-scrollbar {
  width: 4px;
}
.mobile-bs5-offcanvas .dropdown-menu::-webkit-scrollbar-track {
  background: #f8f9fa;
}
.mobile-bs5-offcanvas .dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--tg-theme-secondary);
  border-radius: 4px;
}
.tgmenu__navbar-wrap ul > li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
}
.tgmenu__navbar-wrap ul > li .sub-menu > li {
  margin-left: 0;
  text-align: left;
  display: block;
}
.tgmenu__navbar-wrap ul > li .sub-menu > li a {
  padding: 8px 15px 8px 25px;
  line-height: 1.4;
  display: block;
  color: var(--tg-heading-color);
  text-transform: capitalize;
}
.tgmenu__navbar-wrap ul > li .sub-menu > li:hover > a, .tgmenu__navbar-wrap ul > li .sub-menu > li.active > a {
  color: var(--tg-theme-secondary);
}
.tgmenu__navbar-wrap ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.tgmenu__navbar-wrap > ul > li.active a, .tgmenu__navbar-wrap > ul > li:hover a {
  color: var(--tg-theme-secondary);
}
.tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
  display: none;
}
.tgmenu__main-menu li.menu-item-has-children > a::after {
  content: "\f126";
  font-weight: 700;
  font-family: flaticon;
  color: #686677;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 1;
  transform: translateY(2px);
  font-size: 14px;
}
.tgmenu__main-menu li.menu-item-has-children > a:hover {
  color: var(--tg-theme-secondary);
}
.tgmenu__main-menu li.menu-item-has-children:hover > a::after {
  color: var(--tg-theme-secondary);
}
.tgmenu__main-menu li.menu-item-has-children.active > a::after {
  color: var(--tg-theme-secondary);
}
.tgmenu__main-menu li.menu-item-has-children > .sub-menu .menu-item-has-children > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tgmenu__main-menu li.menu-item-has-children > .sub-menu .menu-item-has-children > a::after {
  content: "\f126";
  font-weight: 700;
  font-family: flaticon;
  color: #686677;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 1;
  transform: translateY(2px);
  font-size: 14px;
}
.tgmenu__main-menu li.menu-item-has-children > .sub-menu .menu-item-has-children.active a::after, .tgmenu__main-menu li.menu-item-has-children > .sub-menu .menu-item-has-children:hover a::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: var(--tg-theme-primary);
}
.tgmenu__action {
  margin-right: 25px;
}
@media (max-width: 1199.98px) {
  .tgmenu__action {
    margin-right: 25px;
    margin-left: auto;
  }
}
.tgmenu__action ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.tgmenu__action ul li {
  position: relative;
  margin-left: 30px;
}
@media (max-width: 1199.98px) {
  .tgmenu__action ul li {
    margin-left: 20px;
  }
}
.tgmenu__action ul li a {
  color: var(--tg-theme-secondary);
  font-size: 14px;
}
.tgmenu__action ul li:first-child {
  margin-left: 0;
}
.tgmenu__action ul .header-search {
  line-height: 0;
  margin-right: 15px;
}
.tgmenu__action ul .header-search a {
  font-size: 24px;
  line-height: 0;
  color: var(--tg-body-color);
  position: relative;
}
.tgmenu__action ul .header-search a::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background: var(--tg-border-3);
}
.tgmenu__action ul .header-search a:hover {
  color: var(--tg-theme-secondary);
}
.tgmenu__action ul .header-contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tgmenu__action ul .header-contact .icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-gray-3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  flex: 0 0 auto;
  color: var(--tg-theme-primary);
  line-height: 0;
  font-size: 20px;
}
.tgmenu__action ul .header-contact .content span {
  display: block;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  color: var(--tg-body-color);
  margin-bottom: 8px;
}
.tgmenu__action ul .header-contact .content a {
  display: block;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  color: var(--tg-heading-color);
}
.tgmenu__action ul .header-contact .content a:hover {
  color: var(--tg-theme-secondary);
}
.tgmenu__action ul .header-contact-two .icon {
  width: 38px;
  height: 38px;
  background: transparent;
  border: 2px solid var(--tg-color-white-default);
  color: var(--tg-color-white-default);
  font-size: 16px;
}
.tgmenu__action ul .header-contact-two .content span {
  color: var(--tg-color-white-default);
}
.tgmenu__action ul .header-contact-two .content a {
  color: var(--tg-color-white-default);
}
.tgmenu__action ul .header-contact-two .content a:hover {
  color: var(--tg-color-white-default);
}
.tgmenu__action ul .header-btn {
  margin-left: 25px;
}
@media (max-width: 1199.98px) {
  .tgmenu__action ul .header-btn {
    display: none;
  }
}
.tgmenu__action ul .header-btn .btn {
  color: var(--tg-color-white-default);
  font-size: 15px;
  gap: 10px;
  padding: 15px 23px;
  background: var(--tg-theme-secondary);
  text-transform: uppercase;
}
.tgmenu__action ul .header-btn .btn i {
  line-height: 0;
  font-size: 18px;
  transform: translateY(1px);
}
.tgmenu__action ul .header-btn .btn::after {
  display: none;
}
.tgmenu__action ul .header-btn .btn:hover {
  background: var(--tg-theme-primary);
}
.tgmenu__action-two {
  margin-right: 0;
}
.tgmenu__action-two > .list-wrap {
  height: 100%;
  align-items: normal;
}
@media (max-width: 1199.98px) {
  .tgmenu__action-two > .list-wrap {
    margin-left: 40px;
  }
}
.tgmenu__action-two > .list-wrap li {
  margin-left: 0;
}
.tgmenu__action-two > .list-wrap li.header-search {
  margin-right: 20px;
}
@media (max-width: 1199.98px) {
  .tgmenu__action-two > .list-wrap li.header-search {
    min-height: 80px;
  }
}
.tgmenu__action-two > .list-wrap li.header-search a {
  width: 80px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tg-border-7);
  border-top: none;
  border-bottom: none;
  color: var(--tg-color-black-2);
}
.tgmenu__action-two > .list-wrap li.header-search a::before {
  display: none;
}
.tgmenu__action-two > .list-wrap li.header-search a:hover {
  color: var(--tg-theme-primary);
}
.tgmenu__action-two > .list-wrap li.header-btn {
  height: 100%;
  display: flex;
  align-items: center;
}
.tgmenu__action-two > .list-wrap li.header-btn .btn {
  background: var(--tg-theme-primary);
}
.tgmenu__action-two > .list-wrap li.header-btn .btn:hover {
  background: #f4581e;
}
.tgmenu__action-two > .list-wrap li:last-child {
  margin-left: 25px;
}
.tgmenu__action-three {
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .tgmenu__action-three {
    margin-right: 25px;
  }
}
.tgmenu__action-three > ul li.header-btn {
  height: 100%;
  display: flex;
  align-items: center;
}
.tgmenu__action-three > ul li.header-btn .btn {
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
  font-size: 14px;
  padding: 15px 23px 16px;
}
.tgmenu__action-three > ul li.header-btn .btn svg {
  width: 12px;
  height: auto;
  transform: translateY(0.5px);
}
.tgmenu__action-three > ul li.header-btn .btn:hover {
  background: #f4581e;
  color: var(--tg-color-white-default);
}
.tgmenu__action-four {
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .tgmenu__action-four {
    margin-right: 25px;
  }
}
.tgmenu__action-four > ul li.header-btn .btn {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.tgmenu__action-four > ul li.header-btn .btn:hover {
  background: var(--tg-theme-secondary);
}

.sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 999;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  opacity: 1;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.sticky-menu.sticky-menu__show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.sticky-menu .tgmenu__wrap {
  min-height: 84px !important;
}
.sticky-menu .tgmenu__navbar-wrap.tgmenu__main-menu > ul.navigation > li > a {
  padding: 28px 10px !important;
  font-size: 15px !important;
}
.sticky-menu .logo img {
  max-height: 50px !important;
}

#header-fixed-height.active-height {
  display: block;
  height: 94px;
}

.offcanvas-toggle {
  display: none !important;
  border-right: 1px solid var(--tg-border-2);
  width: 80px;
}
@media (max-width: 767.98px) {
  .offcanvas-toggle {
    display: none;
  }
}
.offcanvas-toggle a {
  padding: 25px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--tg-body-color);
}
.offcanvas-toggle a:hover {
  color: var(--tg-theme-secondary);
}
.offcanvas-toggle-two {
  height: 100%;
  border-right: none;
  border-left: 1px solid var(--tg-border-2);
  width: auto;
  padding-left: 25px;
}
@media (max-width: 1199.98px) {
  .offcanvas-toggle-two {
    display: none;
  }
}
.offcanvas-toggle-two a {
  padding: 0;
  color: var(--tg-color-black-2) !important;
}
.offcanvas-toggle-two a:hover {
  color: #f4581e !important;
}

/*=============================
	02. banner
===============================*/
.banner__bg {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 60px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  min-height: 625px;
}
@media (max-width: 1500px) {
  .banner__bg {
    min-height: 560px;
    padding: 40px 0 0;
  }
}
@media (max-width: 1199.98px) {
  .banner__bg {
    min-height: 500px;
  }
}
.banner__bg-two {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  min-height: 740px;
  padding: 220px 0 100px;
}
@media (max-width: 1199.98px) {
  .banner__bg-two {
    min-height: 560px;
    padding: 140px 0 100px;
  }
}
@media (max-width: 991.98px) {
  .banner__bg-two {
    min-height: 550px;
    padding: 145px 0 120px;
  }
}
.banner__content {
  padding: 0 0 30px;
  margin-top: -209px;
}
@media (max-width: 1199.98px) {
  .banner__content {
    padding: 20px 0 40px;
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .banner__content {
    padding: 40px 0 50px;
    text-align: center;
  }
}
.banner__content .sub-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--tg-theme-primary);
  display: block;
  margin-bottom: 5px;
}
.banner__content .title {
  font-size: 60px;
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: 1.1;
}
@media (max-width: 1500px) {
  .banner__content .title {
    font-size: 56px;
  }
}
@media (max-width: 1199.98px) {
  .banner__content .title {
    font-size: 48px;
  }
}
@media (max-width: 991.98px) {
  .banner__content .title {
    font-size: 52px;
  }
}
@media (max-width: 767.98px) {
  .banner__content .title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content .title {
    font-size: 45px;
  }
}
.banner__content p {
  margin-bottom: 25px;
  font-weight: 500;
  text-transform: capitalize;
  width: 85%;
  color: #000000;
}
@media (max-width: 1199.98px) {
  .banner__content p {
    width: 100%;
  }
}
.banner__content-two {
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .banner__content-two {
    margin-top: 0;
    text-align: center;
    margin-bottom: 50px;
  }
}
.banner__content-two .title {
  color: var(--tg-color-white-default);
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1500px) {
  .banner__content-two .title {
    font-size: 55px;
  }
}
@media (max-width: 1199.98px) {
  .banner__content-two .title {
    font-size: 38px;
  }
}
@media (max-width: 991.98px) {
  .banner__content-two .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .banner__content-two .title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content-two .title {
    font-size: 42px;
  }
}
.banner__content-two .title img {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid var(--tg-color-white-default);
  width: 180px;
  height: 55px;
  object-fit: cover;
  transform: translateY(-6px);
}
.banner__content-two p {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #C8DCEC;
  line-height: 1.55;
}
.banner__img {
  margin-left: -70px;
}
@media (max-width: 1199.98px) {
  .banner__img {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .banner__img {
    text-align: center;
  }
}
@media (max-width: 1500px) {
  .banner__img img {
    max-width: 550px;
  }
}
@media (max-width: 1199.98px) {
  .banner__img img {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .banner__img img {
    max-width: 500px;
  }
}
@media (max-width: 767.98px) {
  .banner__img img {
    max-width: 100%;
  }
}
.banner__img-two {
  position: relative;
}
.banner__img-two .main-img {
  max-width: unset;
}
@media (max-width: 1500px) {
  .banner__img-two .main-img {
    max-width: 670px;
  }
}
@media (max-width: 1199.98px) {
  .banner__img-two .main-img {
    max-width: 550px;
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .banner__img-two .main-img {
    max-width: 100%;
    margin-top: 0;
  }
}
.banner__img-two .shape img {
  position: absolute;
  z-index: -1;
}
.banner__img-two .shape img:nth-child(1) {
  left: 12%;
  top: 9%;
  max-width: 188px;
}
@media (max-width: 1500px) {
  .banner__img-two .shape img:nth-child(1) {
    left: 10%;
    top: 7%;
    max-width: 170px;
  }
}
@media (max-width: 1199.98px) {
  .banner__img-two .shape img:nth-child(1) {
    left: 4%;
    top: 18%;
    max-width: 159px;
  }
}
@media (max-width: 767.98px) {
  .banner__img-two .shape img:nth-child(1) {
    top: -3%;
    max-width: 115px;
  }
}
.banner__img-two .shape img:nth-child(2) {
  left: 51%;
  top: -24%;
  max-width: 75px;
}
@media (max-width: 767.98px) {
  .banner__img-two .shape img:nth-child(2) {
    top: -30%;
    max-width: 48px;
  }
}
.banner__img-two .shape img:nth-child(3) {
  right: -26%;
  top: -8px;
  max-width: 258px;
}
@media (max-width: 1500px) {
  .banner__img-two .shape img:nth-child(3) {
    right: -12%;
    top: 4px;
    max-width: 210px;
  }
}
@media (max-width: 767.98px) {
  .banner__img-two .shape img:nth-child(3) {
    right: -5%;
    top: 4px;
    max-width: 120px;
  }
}
.banner__shape-wrap img {
  position: absolute;
  z-index: -1;
}
.banner__shape-wrap img:nth-child(1) {
  left: -270px;
  top: 6%;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
  max-width: 506px;
}
@media (max-width: 1800px) {
  .banner__shape-wrap img:nth-child(1) {
    max-width: 450px;
  }
}
@media (max-width: 1500px) {
  .banner__shape-wrap img:nth-child(1) {
    max-width: 400px;
    left: -220px;
    top: 15%;
  }
}
@media (max-width: 1199.98px) {
  .banner__shape-wrap img:nth-child(1) {
    max-width: 300px;
    top: 20%;
  }
}
@media (max-width: 991.98px) {
  .banner__shape-wrap img:nth-child(1) {
    max-width: 350px;
    top: 31%;
  }
}
@media (max-width: 767.98px) {
  .banner__shape-wrap img:nth-child(1) {
    max-width: 300px;
  }
}
.banner__shape-wrap img:nth-child(2) {
  top: 0;
  right: 5%;
  max-width: 459px;
}
@media (max-width: 1800px) {
  .banner__shape-wrap img:nth-child(2) {
    right: 3%;
    max-width: 420px;
  }
}
@media (max-width: 1500px) {
  .banner__shape-wrap img:nth-child(2) {
    right: 2%;
    max-width: 380px;
  }
}
@media (max-width: 1199.98px) {
  .banner__shape-wrap img:nth-child(2) {
    max-width: 260px;
  }
}
@media (max-width: 991.98px) {
  .banner__shape-wrap img:nth-child(2) {
    display: none;
  }
}
.banner__shape-wrap-two img {
  position: absolute;
  z-index: -1;
}
.banner__shape-wrap-two img:nth-child(1) {
  right: 14%;
  bottom: -5px;
}
@media (max-width: 1199.98px) {
  .banner__shape-wrap-two img:nth-child(1) {
    max-width: 350px;
  }
}
@media (max-width: 991.98px) {
  .banner__shape-wrap-two img:nth-child(1) {
    max-width: 220px;
  }
}
@media (max-width: 767.98px) {
  .banner__shape-wrap-two img:nth-child(1) {
    max-width: 140px;
    right: 26%;
  }
}
.banner__shape-wrap-two img:nth-child(2) {
  right: 0;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .banner__shape-wrap-two img:nth-child(2) {
    max-width: 300px;
  }
}
@media (max-width: 991.98px) {
  .banner__shape-wrap-two img:nth-child(2) {
    max-width: 220px;
  }
}
@media (max-width: 767.98px) {
  .banner__shape-wrap-two img:nth-child(2) {
    max-width: 150px;
  }
}

/*=============================
	02. Slider
===============================*/
.slider__single {
  position: relative;
  z-index: 1;
  padding: 370px 0 240px;
  margin-top: -80px;
}
@media (max-width: 1500px) {
  .slider__single {
    padding: 330px 0 240px;
  }
}
@media (max-width: 767.98px) {
  .slider__single {
    padding: 240px 0 200px;
  }
}
.slider__single .shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1500px) {
  .slider__single .shape {
    max-width: 270px;
  }
}
@media (max-width: 767.98px) {
  .slider__single .shape {
    max-width: 220px;
  }
}
.slider__single-two {
  padding: 190px 0 200px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1500px) {
  .slider__single-two {
    padding: 130px 0 160px;
  }
}
@media (max-width: 767.98px) {
  .slider__single-two {
    padding: 120px 0 160px;
  }
}
.slider__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  transition: all 30s cubic-bezier(0, 0, 0.2, 1);
}
.slider__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--tg-heading-color);
  mix-blend-mode: luminosity;
  opacity: 0.2;
}
.slider__bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 56, 0) 73.44%);
  mix-blend-mode: luminosity;
  opacity: 0.5;
}
.slider__bg-two {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  transition: all 30s cubic-bezier(0, 0, 0.2, 1);
}
.slider__bg-two::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: luminosity;
}
.slider__bg-two::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.37) 16.85%, rgba(0, 0, 0, 0) 59.51%);
}
@media (max-width: 991.98px) {
  .slider__content {
    text-align: center;
  }
}
.slider__content .title {
  margin-bottom: 15px;
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--tg-color-white-default);
}
@media (max-width: 1199.98px) {
  .slider__content .title {
    font-size: 48px;
  }
}
@media (max-width: 767.98px) {
  .slider__content .title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__content .title {
    font-size: 44px;
  }
}
.slider__content p {
  margin-bottom: 25px;
  color: var(--tg-color-gray-9);
  font-weight: 400;
  text-transform: capitalize;
  width: 90%;
}
@media (max-width: 1199.98px) {
  .slider__content p {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .slider__content-two {
    text-align: center;
  }
}
.slider__content-two .sub-title {
  color: var(--tg-color-white-default);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.slider__content-two .title {
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--tg-color-white-default);
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .slider__content-two .title {
    font-size: 48px;
  }
}
@media (max-width: 767.98px) {
  .slider__content-two .title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__content-two .title {
    font-size: 45px;
  }
}
.slider__content-two p {
  margin-bottom: 25px;
  color: var(--tg-color-white-default);
  font-weight: 500;
  text-transform: capitalize;
  width: 90%;
}
@media (max-width: 1199.98px) {
  .slider__content-two p {
    width: 100%;
  }
}
.slider__btn-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.slider__btn-wrap .btn svg,
.slider__btn-wrap .btn svg path,
.slider__btn-wrap .btn i {
  color: #ffffff !important;
  stroke: #ffffff !important;
}
@media (max-width: 991.98px) {
  .slider__btn-wrap {
    justify-content: center;
  }
}

.swiper-slide-active .slider__bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.swiper-slide-active .slider__bg-two {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.slider__single.swiper-slide-active .slider__content .title {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.slider__single.swiper-slide-active .slider__content p {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.slider__single.swiper-slide-active .slider__content .btn {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

.slider__single-two.swiper-slide-active .slider__content-two .sub-title {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.slider__single-two.swiper-slide-active .slider__content-two .title {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.slider__single-two.swiper-slide-active .slider__content-two p {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.slider__single-two.swiper-slide-active .slider__content-two .slider__btn-wrap {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

/*=============================
    16. About
===============================*/
.about__area {
  position: relative;
}
@media (max-width: 767.98px) {
  .about__area {
    padding: 100px 0;
  }
}
.about__area-four {
  position: relative;
  z-index: 1;
}
.about__area-five {
  position: relative;
  z-index: 1;
}
.about__img {
  position: relative;
  margin-right: 40px;
}
@media (max-width: 1199.98px) {
  .about__img {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .about__img {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .about__img {
    max-width: 345px;
    margin: 0 auto 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__img {
    max-width: 400px;
    margin: 0 auto 50px;
  }
}
.about__img img:nth-child(2) {
  position: absolute;
  width: 175px;
  height: 163px;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .about__img img:nth-child(2) {
    width: 142px;
    height: 132px;
  }
}
@media (max-width: 767.98px) {
  .about__img img:nth-child(2) {
    width: 110px;
    height: 103px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -o-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__img img:nth-child(2) {
    width: 126px;
    height: 118px;
  }
}
.about__img img:nth-child(3) {
  position: absolute;
  width: 244px;
  height: 285px;
  right: 0;
  top: 0;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -o-border-radius: 38px;
  -ms-border-radius: 38px;
  border-radius: 38px;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .about__img img:nth-child(3) {
    width: 197px;
    height: 230px;
  }
}
@media (max-width: 767.98px) {
  .about__img img:nth-child(3) {
    width: 151px;
    height: 175px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__img img:nth-child(3) {
    width: 175px;
    height: 204px;
  }
}
.about__img-two {
  position: relative;
  padding: 43px 0 120px;
  margin-right: 20px;
}
@media (max-width: 1199.98px) {
  .about__img-two {
    margin-right: 0;
    padding-right: 70px;
  }
}
@media (max-width: 991.98px) {
  .about__img-two {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .about__img-two {
    padding: 40px 0 20px;
  }
}
.about__img-two::before {
  content: "";
  position: absolute;
  right: 65px;
  top: 0;
  width: 315px;
  height: 100%;
  border: 10px solid #FFD1D3;
  background: transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .about__img-two::before {
    right: 35px;
    width: 280px;
  }
}
.about__img-two img:nth-child(1) {
  border-radius: 8px;
}
.about__img-two img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 8px solid var(--tg-color-white-default);
  border-radius: 8px;
}
@media (max-width: 1199.98px) {
  .about__img-two img:nth-child(2) {
    max-width: 350px;
  }
}
@media (max-width: 767.98px) {
  .about__img-two img:nth-child(2) {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__img-two img:nth-child(2) {
    display: block;
  }
}
.about__img-three {
  position: relative;
  padding: 26px 60px 28px 0;
}
@media (max-width: 991.98px) {
  .about__img-three {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .about__img-three {
    padding: 26px 0 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__img-three {
    padding: 26px 70px 28px 0;
  }
}
.about__img-three::before {
  content: "";
  position: absolute;
  left: 23%;
  top: 0;
  width: 66%;
  height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 14px solid #F4E5E6;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .about__img-three::before {
    left: 26%;
  }
}
.about__img-three img:nth-child(1) {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: 6px solid var(--tg-color-white-default);
}
@media (max-width: 767.98px) {
  .about__img-three img:nth-child(1) {
    width: 100%;
  }
}
.about__img-three img:nth-child(2) {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 6px solid var(--tg-color-white-default);
  box-shadow: 0px 23px 34px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 0;
  top: 10%;
  width: 213px;
  height: 213px;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .about__img-three img:nth-child(2) {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 767.98px) {
  .about__img-three img:nth-child(2) {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__img-three img:nth-child(2) {
    display: block;
  }
}
.about__img-three img:nth-child(3) {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 6px solid var(--tg-color-white-default);
  box-shadow: 0px 23px 34px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 30px;
  bottom: 11%;
  width: 267px;
  height: 213px;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .about__img-three img:nth-child(3) {
    width: 220px;
    height: 170px;
  }
}
@media (max-width: 767.98px) {
  .about__img-three img:nth-child(3) {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__img-three img:nth-child(3) {
    display: block;
  }
}
.about__img-four {
  position: relative;
  padding: 90px 0 55px;
  margin-right: 30px;
}
@media (max-width: 1199.98px) {
  .about__img-four {
    margin-right: 0;
    padding: 50px 0 40px;
  }
}
@media (max-width: 991.98px) {
  .about__img-four {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .about__img-four {
    padding: 0;
  }
}
.about__img-four img:nth-child(1) {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .about__img-four img:nth-child(1) {
    width: 100%;
  }
}
.about__img-four img:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 6px solid var(--tg-color-white-default);
}
@media (max-width: 1199.98px) {
  .about__img-four img:nth-child(2) {
    max-width: 300px;
  }
}
@media (max-width: 767.98px) {
  .about__img-four img:nth-child(2) {
    display: none;
  }
}
.about__img-four img:nth-child(3) {
  position: absolute;
  right: 25%;
  bottom: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 6px solid var(--tg-color-white-default);
  box-shadow: 9px 19px 30px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199.98px) {
  .about__img-four img:nth-child(3) {
    right: 15%;
  }
}
@media (max-width: 767.98px) {
  .about__img-four img:nth-child(3) {
    display: none;
  }
}
.about__img-five {
  position: relative;
  margin-right: 25px;
  text-align: right;
}
@media (max-width: 1199.98px) {
  .about__img-five {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .about__img-five {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .about__img-five {
    text-align: center;
  }
}
.about__img-five img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.about__img-five img.shape {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: absolute;
  left: -22%;
  top: 30px;
  width: 130px;
  z-index: -1;
}
@media (max-width: 1800px) {
  .about__img-five img.shape {
    left: -17%;
  }
}
@media (max-width: 767.98px) {
  .about__img-five img.shape {
    display: none;
  }
}
.about__content p {
  margin-bottom: 20px;
  font-size: 18px;
  width: 95%;
}
.about__content-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about__content .shape img {
  position: absolute;
  right: 4%;
  bottom: 30%;
  z-index: -1;
  max-width: 236px;
}
@media (max-width: 1800px) {
  .about__content .shape img {
    max-width: 165px;
    right: 2%;
  }
}
@media (max-width: 1500px) {
  .about__content .shape img {
    max-width: 125px;
    bottom: 40%;
  }
}
@media (max-width: 991.98px) {
  .about__content .shape img {
    bottom: 25%;
  }
}
@media (max-width: 767.98px) {
  .about__content .shape img {
    bottom: 21%;
    width: 100px;
  }
}
.about__content-two > p {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--tg-color-gray-7);
  line-height: 1.55;
}
.about__content-two .info-one {
  margin-bottom: 15px;
  font-size: 18px;
  color: var(--tg-color-gray-7);
  text-transform: capitalize;
  line-height: 1.55;
}
.about__content-three {
  margin-left: 60px;
}
@media (max-width: 1199.98px) {
  .about__content-three {
    margin-left: 0;
  }
}
.about__content-three > p {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 30px;
}
.about__content-four > p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.55;
}
.about__content-four .about__list-box-four {
  width: 100%;
  margin-bottom: 40px;
}
.about__content-five > p {
  margin-bottom: 20px;
  font-size: 18px;
}
.about__content-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 25px 10px;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .about__content-inner {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.about__content-inner-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px 50px;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .about__content-inner-two {
    gap: 20px 30px;
  }
}
@media (max-width: 991.98px) {
  .about__content-inner-two {
    gap: 20px 50px;
  }
}
@media (max-width: 767.98px) {
  .about__content-inner-two {
    gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__content-inner-two {
    flex-direction: row;
    align-items: center;
  }
}
.about__content-inner-three {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 45px;
}
@media (max-width: 1199.98px) {
  .about__content-inner-three {
    flex-wrap: wrap;
  }
}
.about__content-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px 35px;
}
.about__content-bottom-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 55px;
}
@media (max-width: 1199.98px) {
  .about__content-bottom-two {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .about__content-bottom-two {
    gap: 20px 40px;
  }
}
.about__list-box-wrap {
  width: 49%;
  flex: 0 0 auto;
  position: relative;
  padding-right: 30px;
}
@media (max-width: 1199.98px) {
  .about__list-box-wrap {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .about__list-box-wrap {
    width: 50%;
    padding-right: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .about__list-box-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.about__list-box-wrap::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 240px;
  background: var(--tg-border-4);
}
@media (max-width: 1199.98px) {
  .about__list-box-wrap::before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .about__list-box-wrap::before {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .about__list-box-wrap::before {
    display: none;
  }
}
.about__list-box .list-wrap {
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .about__list-box .list-wrap {
    margin-bottom: 20px;
  }
}
.about__list-box .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  color: var(--tg-heading-color);
  line-height: 1.6;
  margin-bottom: 10px;
}
.about__list-box .list-wrap li:last-child {
  margin-bottom: 0;
}
.about__list-box .list-wrap li i {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  transform: translateY(1px);
}
.about__list-box-two {
  flex-grow: 1;
}
.about__list-box-two .list-wrap {
  margin-bottom: 0;
}
.about__list-box-two .list-wrap li {
  margin-bottom: 18px;
  font-weight: 500;
}
.about__list-box-two .list-wrap li i {
  background: var(--tg-theme-primary);
}
.about__list-box-three .list-wrap li {
  margin-bottom: 10px;
}
.about__list-box-three .list-wrap li i {
  background: var(--tg-theme-primary);
}
.about__list-box-four {
  width: 68%;
}
@media (max-width: 1199.98px) {
  .about__list-box-four {
    width: 100%;
  }
}
.about__list-box-four .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px;
  gap: 10px 0;
}
@media (max-width: 767.98px) {
  .about__list-box-four .list-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about__list-box-four .list-wrap li {
  padding: 0 15px;
  width: 50%;
  flex: 0 0 auto;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .about__list-box-four .list-wrap li {
    width: 100%;
  }
}
.about__list-box-five .list-wrap {
  margin-bottom: 0;
}
.about__list-box-five .list-wrap li {
  font-weight: 500;
  color: var(--tg-color-black-2);
  margin-bottom: 15px;
}
.about__list-box-five .list-wrap li:last-child {
  margin-bottom: 0;
}
.about__list-box-five .list-wrap li i {
  background: var(--tg-theme-primary);
}
.about__list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px 0;
  margin: 0 -15px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .about__list-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about__list-wrap-two {
  width: 50%;
  flex: 0 0 auto;
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  .about__list-wrap-two {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .about__list-wrap-two {
    width: 55%;
  }
}
@media (max-width: 767.98px) {
  .about__list-wrap-two {
    width: 100%;
  }
}
.about__list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 15px;
}
@media (max-width: 1199.98px) {
  .about__list-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .about__list-item {
    flex-direction: row;
    align-items: center;
  }
}
.about__list-item .icon {
  width: 70px;
  height: 70px;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  font-size: 40px;
  line-height: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.about__list-item .content .title {
  margin-bottom: 5px;
  font-size: 22px;
}
.about__list-item .content p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.55;
}
.about__list-item:hover .icon {
  transform: rotateY(180deg);
}
.about__list-item-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 22px;
}
.about__list-item-two:last-child {
  margin-bottom: 0;
}
.about__list-item-two .icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-gray-9);
  flex: 0 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: var(--tg-theme-primary);
  font-size: 40px;
  line-height: 0;
  transition: 0.3s ease-in-out;
}
.about__list-item-two .content .title {
  font-size: 22px;
  margin-bottom: 3px;
}
.about__list-item-two .content p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.55;
}
.about__list-item-two:hover .icon {
  background: #f4581e;
  color: var(--tg-color-white-default);
}
.about__author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}
.about__author img {
  width: 76px;
  height: 76px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  flex: 0 0 auto;
  border: 3px solid var(--tg-color-white-default);
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.25));
}
.about__author .content .name {
  margin-bottom: 8px;
  font-size: 20px;
  text-transform: capitalize;
}
.about__author .content span {
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
}
.about__author-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}
.about__author-two > img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.about__author-two .content img {
  margin-bottom: 5px;
}
.about__author-two .content .name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  gap: 5px;
}
.about__author-two .content .name span {
  font-size: 16px;
  color: var(--tg-body-color);
  font-weight: 400;
}
.about__review-wrap {
  flex-grow: 1;
}
.about__review-author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.about__review-author img {
  width: 54px;
  flex: 0 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid var(--tg-color-white-default);
  margin-left: -25px;
}
.about__review-author img:nth-child(1) {
  margin-left: 0;
  z-index: 4;
}
.about__review-author img:nth-child(2) {
  z-index: 3;
}
.about__review-author img:nth-child(3) {
  z-index: 2;
}
.about__review-box .review {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  color: var(--tg-color-yellow-light);
  margin-bottom: 8px;
}
.about__review-box span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
.about__clients-box {
  background: var(--tg-theme-primary);
  border-radius: 8px;
  padding: 30px 35px 35px;
  max-width: 285px;
}
.about__clients-box > span {
  color: var(--tg-color-white-default);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  display: block;
  margin-bottom: 15px;
}
.about__clients-box .counter__icon {
  color: var(--tg-color-white-default);
  font-size: 57px;
}
.about__clients-box-two {
  text-align: left;
  position: absolute;
  left: 0;
  top: 23%;
}
@media (max-width: 1199.98px) {
  .about__clients-box-two {
    padding: 20px 20px 25px;
    max-width: 250px;
  }
}
@media (max-width: 767.98px) {
  .about__clients-box-two {
    display: none;
  }
}
.about__clients-box-two .counter__item {
  margin-bottom: 22px;
}
.about__clients-box-two .counter__item:last-child {
  margin-bottom: 0;
}
.about__contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}
.about__contact .icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 25px;
  line-height: 0;
}
.about__contact .content span {
  display: block;
  line-height: 1;
  font-size: 15px;
  margin-bottom: 8px;
}
.about__contact .content a {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  color: var(--tg-heading-color);
}
.about__contact .content a:hover {
  color: var(--tg-theme-primary);
}
.about__shape img {
  position: absolute;
  z-index: -1;
  right: 4%;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .about__shape img {
    max-width: 200px;
  }
}
.about__shape-two img {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 19%;
  max-width: 264px;
}
@media (max-width: 1800px) {
  .about__shape-two img {
    bottom: 8%;
    max-width: 200px;
  }
}
@media (max-width: 767.98px) {
  .about__shape-two img {
    bottom: 6%;
    max-width: 130px;
  }
}

.experience__box {
  background: var(--tg-theme-secondary);
  padding: 25px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
.experience__box .title {
  font-size: 70px;
  margin-bottom: 0;
  line-height: 0.8;
  color: var(--tg-color-white-default);
  font-weight: 800;
}
.experience__box span {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  color: var(--tg-color-white-default);
  line-height: 1.3;
  position: relative;
}
.experience__box span::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 46px;
  background: #56C9FA;
}

.section-py-120 {
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .section-py-120 {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .section-py-120 {
    padding: 100px 0;
  }
}

.section-py-140 {
  padding: 140px 0;
}
@media (max-width: 991.98px) {
  .section-py-140 {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .section-py-140 {
    padding: 100px 0;
  }
}

.section-py-130 {
  padding: 130px 0;
}
@media (max-width: 991.98px) {
  .section-py-130 {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .section-py-130 {
    padding: 100px 0;
  }
}

.section-pt-120 {
  padding-top: 120px;
}
@media (max-width: 991.98px) {
  .section-pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .section-pt-120 {
    padding-top: 100px;
  }
}

.section-pt-130 {
  padding-top: 130px;
}
@media (max-width: 991.98px) {
  .section-pt-130 {
    padding-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .section-pt-130 {
    padding-top: 100px;
  }
}

.section-pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  .section-pb-100 {
    padding-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .section-pb-100 {
    padding-bottom: 70px;
  }
}

.section-pb-130 {
  padding-bottom: 130px;
}
@media (max-width: 991.98px) {
  .section-pb-130 {
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .section-pb-130 {
    padding-bottom: 100px;
  }
}

.section-pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 991.98px) {
  .section-pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .section-pb-120 {
    padding-bottom: 100px;
  }
}

.section-pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 991.98px) {
  .section-pb-90 {
    padding-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .section-pb-90 {
    padding-bottom: 70px;
  }
}

/*=============================
	02. brand
===============================*/
.brand__area {
  padding: 0 0 120px;
}
@media (max-width: 767.98px) {
  .brand__area {
    padding: 0 0 100px;
  }
}
.brand__area-two {
  background: var(--tg-color-gray-10);
  padding: 57px 0;
}
.brand__item {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand__item img {
  filter: grayscale(1);
  cursor: pointer;
  opacity: 0.4;
}
.brand__item img:hover {
  opacity: 1;
  filter: grayscale(0);
}

.partner__item {
  padding: 50px 40px;
  border-right: 1px solid var(--tg-border-7);
  border-top: 1px solid var(--tg-border-7);
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .partner__item {
    height: 170px;
  }
}
@media (max-width: 991.98px) {
  .partner__item {
    padding: 30px 30px;
    height: 150px;
  }
}
@media (max-width: 767.98px) {
  .partner__item {
    padding: 30px 20px;
    height: 120px;
  }
}
.partner__item img {
  cursor: pointer;
}
.partner__item-wrap {
  border-bottom: 1px solid var(--tg-border-7);
  border-left: 1px solid var(--tg-border-7);
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991.98px) {
  .partner__item-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .partner__item-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*=============================
	02. Services
===============================*/
.services__area {
  background: var(--tg-color-gray-4);
  position: relative;
  padding: 120px 0 95px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .services__area {
    padding: 100px 0 75px;
  }
}
.services__area-three {
  background: var(--tg-theme-secondary);
  position: relative;
  z-index: 1;
}
.services__item {
  margin-bottom: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--tg-color-white-default);
  display: flex;
  flex-direction: column;
  height: calc(100% - 25px);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767.98px) {
  .services__item {
    width: 330px;
    margin: 0 auto 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services__item {
    width: auto;
  }
}
.services__item:hover .services__thumb::before {
  opacity: 0.8;
}
.services__item:hover .services__thumb .btn {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.services__item-two {
  background: var(--tg-color-white-default);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 40px 30px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
}
@media (max-width: 1500px) {
  .services__item-two {
    padding: 30px 22px;
  }
}
@media (max-width: 991.98px) {
  .services__item-two {
    padding: 30px 25px;
  }
}
.services__item-two:hover .services__icon-two {
  background: #f4581e;
  color: var(--tg-color-white-default);
  transform: rotateY(180deg);
}
.services__item-three {
  background: var(--tg-color-white-default);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 26px 26px 44px 26px;
}
.services__item-three:hover .services__thumb-three::before {
  opacity: 0.8;
}
.services__item-three:hover .services__thumb-three .btn {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.services__item-three:hover .services__icon-three i {
  transform: rotateY(180deg);
}
.services__item-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 23px;
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  .services__item-top {
    gap: 20px;
  }
}
.services__item-top .title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1500px) {
  .services__item-top .title {
    font-size: 22px;
  }
}
.services__item-list {
  margin-bottom: 28px;
}
.services__item-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  line-height: 1.4;
  color: var(--tg-heading-color);
  margin-bottom: 12px;
}
.services__item-list li:last-child {
  margin-bottom: 0;
}
.services__item-list li i {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tg-theme-primary);
  background: var(--tg-color-gray-9);
  line-height: 0;
  font-size: 14px;
}
.services__thumb {
  height: 190px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: var(--tg-color-gray-4);
}
@media (max-width: 1199.98px) {
  .services__thumb {
    height: 190px;
  }
}
@media (max-width: 991.98px) {
  .services__thumb {
    height: 210px;
  }
}
@media (max-width: 767.98px) {
  .services__thumb {
    height: 200px;
    width: 100%;
  }
}
.services__thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--tg-theme-primary);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services__thumb img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.services__thumb .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 32%;
  opacity: 0;
  visibility: hidden;
  margin-top: 50px;
}
.services__thumb-two {
  height: 460px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .services__thumb-two {
    height: 400px;
  }
}
.services__thumb-two::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--tg-color-white-default);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.services__thumb-two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0px 26px 60px 0px rgba(0, 36, 65, 0.8);
  border: 5px solid var(--tg-color-white-default);
}
.services__thumb-two:hover::before {
  transform: rotate(-3.505deg);
}
.services__thumb-three {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.services__thumb-three::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: var(--red-title_1, #151515);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services__thumb-three img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.services__thumb-three .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.services__thumb-three .btn:hover {
  background: var(--tg-color-white-default);
  color: var(--tg-heading-color);
  border-color: var(--tg-color-white-default);
}
.services__thumb-wrap {
  position: relative;
  margin-bottom: 0;
}
.services__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-secondary, #F4581E);
  position: absolute;
  left: 20px;
  bottom: -28px;
  font-size: 28px;
  line-height: 0;
  color: var(--tg-color-white-default);
  border-radius: 50%;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  z-index: 2;
  transition: all 0.3s ease;
}
.services__item:hover .services__icon {
  background: #f4581e;
  transform: rotateY(180deg);
}
.services__icon-two {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: var(--tg-color-gray-9);
  color: var(--tg-theme-primary);
  font-size: 52px;
  line-height: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
@media (max-width: 1199.98px) {
  .services__icon-two {
    width: 70px;
    height: 70px;
    font-size: 42px;
  }
}
.services__icon-three {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 5px solid var(--tg-color-white-default);
  font-size: 50px;
  line-height: 0;
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
}
.services__icon-three i {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.services__content {
  padding: 40px 22px 24px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.services__content .title {
  margin-bottom: 10px;
  font-size: 20px;
}
.services__content p {
  margin-bottom: 0;
  line-height: 1.55;
  color: var(--tg-color-gray-7);
}
.services__content-two > p {
  margin-bottom: 18px;
}
.services__content-three {
  position: relative;
  text-align: center;
  padding-top: 60px;
}
.services__content-three .title {
  margin-bottom: 10px;
  font-size: 24px;
}
.services__content-three p {
  margin-bottom: 0;
  line-height: 1.6;
  color: var(--tg-color-gray-7);
}
@media (max-width: 991.98px) {
  .services__nav-wrap {
    margin-bottom: 50px;
  }
}
.services__nav-wrap .nav-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  border: none;
  position: relative;
}
.services__nav-wrap .nav-tabs::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgb(27, 76, 115) 0%, rgba(27, 76, 115, 0) 100%);
}
.services__nav-wrap .nav-item {
  display: block;
}
.services__nav-wrap .nav-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 0;
  border: none;
  gap: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
}
.services__nav-wrap .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgb(27, 76, 115) 0%, rgba(27, 76, 115, 0) 100%);
}
.services__nav-wrap .nav-link .left-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .services__nav-wrap .nav-link .left-content {
    gap: 15px;
  }
}
.services__nav-wrap .nav-link .left-content i {
  font-size: 40px;
  line-height: 0;
  color: var(--tg-color-sky-blue);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services__nav-wrap .nav-link .left-content span {
  font-size: 26px;
  font-weight: 700;
  color: var(--tg-color-sky-blue);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767.98px) {
  .services__nav-wrap .nav-link .left-content span {
    font-size: 22px;
  }
}
.services__nav-wrap .nav-link .arrow {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767.98px) {
  .services__nav-wrap .nav-link .arrow {
    width: 45px;
    height: 45px;
  }
}
.services__nav-wrap .nav-link.active {
  background: transparent;
}
.services__nav-wrap .nav-link.active .left-content i {
  color: var(--tg-theme-primary);
}
.services__nav-wrap .nav-link.active .left-content span {
  color: var(--tg-color-white-default);
}
.services__nav-wrap .nav-link.active .arrow {
  opacity: 1;
  visibility: visible;
}
.services__tab-img {
  margin-left: 100px;
}
@media (max-width: 1199.98px) {
  .services__tab-img {
    margin-left: 40px;
  }
}
@media (max-width: 991.98px) {
  .services__tab-img {
    margin-left: 0;
  }
}
.services__shape-wrap img {
  position: absolute;
  z-index: -1;
}
.services__shape-wrap img:nth-child(1) {
  right: -22px;
  top: -18px;
  max-width: 201px;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
}
@media (max-width: 1800px) {
  .services__shape-wrap img:nth-child(1) {
    max-width: 170px;
  }
}
@media (max-width: 1500px) {
  .services__shape-wrap img:nth-child(1) {
    max-width: 150px;
  }
}
@media (max-width: 767.98px) {
  .services__shape-wrap img:nth-child(1) {
    max-width: 100px;
    right: -10px;
    top: -10px;
  }
}
.services__shape-wrap img:nth-child(2) {
  left: 65px;
  bottom: 25px;
  max-width: 192px;
}
@media (max-width: 1800px) {
  .services__shape-wrap img:nth-child(2) {
    left: 20px;
    max-width: 160px;
  }
}
@media (max-width: 1500px) {
  .services__shape-wrap img:nth-child(2) {
    max-width: 140px;
    bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .services__shape-wrap img:nth-child(2) {
    max-width: 80px;
    bottom: 11px;
  }
}
.services__shape-wrap-two img {
  position: absolute;
  z-index: -1;
}
.services__shape-wrap-two img:nth-child(1) {
  left: 4%;
  top: 15%;
  max-width: 145px;
}
@media (max-width: 1800px) {
  .services__shape-wrap-two img:nth-child(1) {
    left: 2%;
    top: 12%;
    max-width: 120px;
  }
}
@media (max-width: 1500px) {
  .services__shape-wrap-two img:nth-child(1) {
    left: 2%;
    top: 5%;
    max-width: 90px;
  }
}
@media (max-width: 767.98px) {
  .services__shape-wrap-two img:nth-child(1) {
    display: none;
  }
}
.services__shape-wrap-two img:nth-child(2) {
  right: 42px;
  bottom: 62px;
  max-width: 145px;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}
@media (max-width: 1800px) {
  .services__shape-wrap-two img:nth-child(2) {
    bottom: 45px;
    max-width: 110px;
  }
}
@media (max-width: 1500px) {
  .services__shape-wrap-two img:nth-child(2) {
    bottom: 40px;
    max-width: 85px;
  }
}
@media (max-width: 767.98px) {
  .services__shape-wrap-two img:nth-child(2) {
    bottom: 20px;
    max-width: 75px;
  }
}
.services__shape-wrap-two img:nth-child(3) {
  left: 50%;
  transform: translateX(-50%);
  bottom: 140px;
}
.services__details-inner .col-70 {
  width: 70.4%;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .services__details-inner .col-70 {
    width: 65%;
  }
}
@media (max-width: 991.98px) {
  .services__details-inner .col-70 {
    width: 100%;
  }
}
.services__details-inner .col-30 {
  width: 29.6%;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .services__details-inner .col-30 {
    width: 35%;
  }
}
@media (max-width: 991.98px) {
  .services__details-inner .col-30 {
    width: 100%;
  }
}
.services__details-inner-img {
  position: relative;
}
@media (max-width: 767.98px) {
  .services__details-inner-img {
    margin-bottom: 30px;
  }
}
.services__details-inner-img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
}
.services__details-inner-img .play-btn {
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
.services__details-inner-img .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid var(--tg-color-white-default);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  animation: pulse-border 1500ms ease-out infinite;
}
.services__details-thumb {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .services__details-thumb {
    margin-bottom: 30px;
  }
}
.services__details-thumb img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 1199.98px) {
  .services__details-thumb img {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .services__details-thumb img {
    height: 300px;
  }
}
.services__details-content .title {
  margin-bottom: 20px;
  font-size: 40px;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .services__details-content .title {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .services__details-content .title {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .services__details-content .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services__details-content .title {
    font-size: 34px;
  }
}
.services__details-content > p {
  margin-bottom: 0;
}
.services__details-content .title-two {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .services__details-content .title-two {
    font-size: 24px;
  }
}
.services__details-content-inner {
  margin-bottom: 35px;
  margin-top: 25px;
}
.services__details-content-inner p {
  margin-bottom: 0;
  width: 95%;
}
@media (max-width: 767.98px) {
  .services__details-content-inner .progress__wrap {
    margin-top: 25px;
  }
}
.services__details-content-inner-two {
  margin-top: 40px;
  margin-bottom: 25px;
}
.services__details-content-inner-two .col-44 {
  width: 43.5%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .services__details-content-inner-two .col-44 {
    width: 100%;
  }
}
.services__details-content-inner-two .col-56 {
  width: 56.5%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .services__details-content-inner-two .col-56 {
    width: 100%;
  }
}
.services__details-content-inner-two .title-two {
  margin-bottom: 10px;
}
.services__details-content-inner-two p {
  margin-bottom: 10px;
}
.services__details-benefit {
  margin-top: 30px;
}
.services__details-benefit p {
  margin-bottom: 20px;
}
.services__sidebar {
  margin-right: 20px;
}
@media (max-width: 1199.98px) {
  .services__sidebar {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .services__sidebar {
    margin-top: 100px;
  }
}
.services__widget {
  background: var(--tg-color-gray-9);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
}
.services__widget:last-child {
  margin-bottom: 0;
}
.services__widget-two {
  background: transparent;
  position: relative;
  border: 1px solid #E5E7E8;
  text-align: center;
  padding: 40px 30px 50px;
}
.services__widget-three {
  background: var(--tg-theme-primary);
  padding: 25px 30px 35px;
}
.services__cat-list .list-wrap li {
  margin-bottom: 3px;
}
.services__cat-list .list-wrap li:last-child {
  margin-bottom: 0;
}
.services__cat-list .list-wrap li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: var(--tg-color-white-default);
  justify-content: space-between;
  gap: 10px;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--tg-color-black-2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.services__cat-list .list-wrap li a > i {
  font-size: 24px;
  line-height: 0;
  color: var(--tg-theme-primary);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services__cat-list .list-wrap li a span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.services__cat-list .list-wrap li a span i {
  font-size: 30px;
  line-height: 0;
  color: var(--tg-color-gray-8);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services__cat-list .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.services__cat-list .list-wrap li a:hover i {
  color: var(--tg-color-white-default);
}

@media (max-width: 991.98px) {
  .mb-md-30 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .view-all-btn.text-end {
    text-align: left !important;
  }
}

@media (max-width: 767.98px) {
  .view-all-btn-two.text-end {
    text-align: left !important;
  }
}

.sidebar__logo {
  margin-bottom: 25px;
}
.sidebar__contact .title {
  margin-bottom: 25px;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
}
.sidebar__contact .btn {
  background: var(--tg-color-black-2);
}
.sidebar__contact .btn:hover {
  background: var(--tg-theme-primary);
}
.sidebar__phone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  gap: 6px;
  font-weight: 700;
  line-height: 1;
  color: var(--tg-theme-primary);
  margin-bottom: 40px;
}
.sidebar__phone i {
  line-height: 0;
}
.sidebar__phone:hover {
  color: var(--tg-color-black-2);
}
.sidebar__shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 277px;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.sidebar__widget-title {
  margin-bottom: 15px;
  color: var(--tg-color-white-default);
  font-size: 22px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 10px;
}
.sidebar__widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: var(--tg-color-white-default);
}
.sidebar__brochure p {
  margin-bottom: 20px;
  color: var(--tg-color-white-default);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.5;
}
.sidebar__brochure a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: #ecf6fa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-color-black-2);
  gap: 12px;
  margin-bottom: 10px;
}
.sidebar__brochure a svg {
  color: var(--tg-theme-primary);
  width: 18px;
}
.sidebar__brochure a:last-child {
  margin-bottom: 0;
}

/*=============================
    16. Features
===============================*/
.features__area {
  position: relative;
}
.features__area-two {
  background: var(--tg-color-gray-11);
  position: relative;
  z-index: 1;
}
.features__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 35px 30px 40px 42px;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 30px;
  background: var(--tg-color-white-default);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199.98px) {
  .features__item {
    padding: 35px 20px 30px 20px;
    gap: 15px;
  }
}
.features__item::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 0;
  width: 60px;
  height: 6px;
  background: var(--tg-theme-primary);
}
.features__item:hover {
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.1);
  border-color: var(--tg-theme-primary);
}
.features__item:hover .features__icon i {
  transform: rotateY(180deg);
}
.features__item-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px 80px;
  margin-left: 80px;
}
@media (max-width: 1199.98px) {
  .features__item-wrap {
    gap: 30px 30px;
    margin-left: 30px;
  }
}
@media (max-width: 991.98px) {
  .features__item-wrap {
    gap: 30px 40px;
    margin-left: 0;
    margin: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .features__item-wrap {
    gap: 30px 30px;
    flex-direction: column;
  }
}
.features__item-wrap-two {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.features__icon {
  font-size: 50px;
  color: var(--tg-theme-primary);
  line-height: 0;
}
@media (max-width: 1199.98px) {
  .features__icon {
    font-size: 45px;
  }
}
.features__icon i {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  display: block;
}
.features__icon-two {
  font-size: 54px;
  line-height: 0;
  color: var(--tg-theme-primary);
  margin-bottom: 20px;
}
.features__content .title {
  margin-bottom: 15px;
  font-size: 22px;
  text-transform: capitalize;
}
.features__content p {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.6;
}
.features__content .number {
  margin-bottom: 0;
  position: absolute;
  right: 30px;
  top: 25px;
  font-size: 36px;
  color: #ededed;
  line-height: 1;
  z-index: -1;
}
.features__content-two .title {
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
}
.features__content-two .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--tg-border-6);
}
.features__content-two .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
  background: var(--tg-theme-primary);
}
.features__content-two p {
  margin-bottom: 0;
  line-height: 1.5;
}
.features__content-wrap {
  background: var(--tg-theme-primary);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px 30px 55px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .features__content-wrap {
    padding: 35px 25px 40px 0;
  }
}
.features__content-wrap::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background: var(--tg-theme-primary);
  z-index: -1;
}
@media (max-width: 991.98px) {
  .features__content-wrap::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.features__content-wrap .shape {
  position: absolute;
  z-index: -1;
  left: -88%;
  bottom: 0;
  max-width: 335px;
}
@media (max-width: 1800px) {
  .features__content-wrap .shape {
    left: -68%;
  }
}
@media (max-width: 1500px) {
  .features__content-wrap .shape {
    max-width: 300px;
    left: -50%;
  }
}
@media (max-width: 1199.98px) {
  .features__content-wrap .shape {
    max-width: 220px;
    left: -36%;
  }
}
@media (max-width: 991.98px) {
  .features__content-wrap .shape {
    left: -25%;
  }
}
.features__shape img {
  position: absolute;
  right: 0;
  top: -115px;
  z-index: -1;
  max-width: 244px;
}
@media (max-width: 1500px) {
  .features__shape img {
    top: auto;
    bottom: 20px;
    width: 180px;
  }
}
@media (max-width: 767.98px) {
  .features__shape img {
    bottom: 10px;
    width: 100px;
  }
}

/*=============================
	02. Choose
===============================*/
.choose__area-two {
  position: relative;
  z-index: 1;
}
.choose__area-two::before {
  content: "";
  position: absolute;
  width: 464px;
  height: 464px;
  right: 28px;
  top: -50px;
  border-radius: 50%;
  opacity: 0.7;
  background: linear-gradient(180deg, #FCAAAC 0%, #FFEFDD 100%);
  filter: blur(150px);
  z-index: -1;
}
.choose__area-two::after {
  content: "";
  position: absolute;
  width: 464px;
  height: 464px;
  left: -37px;
  bottom: 0;
  border-radius: 50%;
  opacity: 0.7;
  background: linear-gradient(180deg, #FCAAAC 0%, #FFEFDD 100%);
  filter: blur(150px);
  z-index: -1;
}
.choose__bg {
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  background-color: var(--tg-theme-primary);
  background-image: url(../img/bg/vector_bg_style4_particle_tunnel.svg);
}
@media (max-width: 767.98px) {
  .choose__bg {
    padding: 100px 0;
  }
}
.choose__img {
  margin-left: -90px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .choose__img {
    margin-left: -40px;
  }
}
@media (max-width: 1199.98px) {
  .choose__img {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .choose__img {
    margin-bottom: 50px;
  }
}
.choose__img img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  max-width: unset;
}
@media (max-width: 767.98px) {
  .choose__img img {
    max-width: 100%;
  }
}
.choose__img-two {
  position: relative;
}
@media (max-width: 991.98px) {
  .choose__img-two {
    margin-bottom: 50px;
  }
}
.choose__img-two .main-img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .choose__img-two .main-img img {
    width: 100%;
  }
}
.choose__img-two .shape {
  background: var(--tg-color-white-default);
  padding: 38px 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  right: -25px;
  bottom: 16%;
}
@media (max-width: 767.98px) {
  .choose__img-two .shape {
    display: none;
  }
}
.choose__content {
  margin-left: 45px;
}
@media (max-width: 1199.98px) {
  .choose__content {
    margin-left: 0;
  }
}
.choose__content-two {
  margin-left: 65px;
}
@media (max-width: 1199.98px) {
  .choose__content-two {
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .choose__content-two {
    margin-left: 0;
  }
}
.choose__content-two > p {
  margin-bottom: 25px;
}
.choose__content-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px 50px;
  margin-bottom: 45px;
}
@media (max-width: 1199.98px) {
  .choose__content-inner {
    gap: 20px 25px;
  }
}
@media (max-width: 767.98px) {
  .choose__content-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.choose__content-inner > p {
  margin-bottom: 0;
  width: 53%;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .choose__content-inner > p {
    width: 100%;
  }
}
.choose__content-inner .about__list-box .list-wrap {
  margin-bottom: 0;
}
.choose__content-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px 50px;
}
@media (max-width: 1199.98px) {
  .choose__content-bottom {
    gap: 30px 30px;
  }
}
@media (max-width: 767.98px) {
  .choose__content-bottom {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.choose__content-bottom .left-side {
  width: 54%;
  flex: 0 0 auto;
  position: relative;
}
@media (max-width: 767.98px) {
  .choose__content-bottom .left-side {
    width: 100%;
  }
}
.choose__content-bottom .left-side::before {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background: #2139A3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 1199.98px) {
  .choose__content-bottom .left-side::before {
    right: -15px;
  }
}
@media (max-width: 767.98px) {
  .choose__content-bottom .left-side::before {
    display: none;
  }
}
.choose__content-bottom .left-side > p {
  color: var(--tg-color-gray-5);
  margin-bottom: 25px;
}
.choose__list-item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}
.choose__list-item .icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: var(--tg-color-white-default);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1.5px solid var(--tg-theme-primary);
  color: var(--tg-theme-primary);
  font-size: 50px;
  line-height: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.choose__list-item .content .title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.choose__list-item .content p {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.5;
}
.choose__list-item:hover .icon {
  transform: rotateY(180deg);
}
.choose__shape img {
  position: absolute;
  z-index: -1;
  right: -18px;
  bottom: 17%;
  max-width: 248px;
}
@media (max-width: 1500px) {
  .choose__shape img {
    max-width: 180px;
  }
}
@media (max-width: 1199.98px) {
  .choose__shape img {
    bottom: 10%;
    max-width: 150px;
  }
}
@media (max-width: 767.98px) {
  .choose__shape img {
    bottom: 2%;
    max-width: 120px;
  }
}

/*=============================
	02. Achieved
===============================*/
.achieved__area {
  position: relative;
  z-index: 1;
}
.achieved__content {
  padding: 140px 0;
  width: 85%;
}
@media (max-width: 1199.98px) {
  .achieved__content {
    width: 100%;
    padding: 120px 0;
  }
}
@media (max-width: 991.98px) {
  .achieved__content {
    padding: 50px 0 120px;
  }
}
@media (max-width: 767.98px) {
  .achieved__content {
    padding: 50px 0 100px;
  }
}
.achieved__content p {
  margin-bottom: 20px;
  font-size: 18px;
}
.achieved__shape img {
  position: absolute;
  right: 8%;
  bottom: 70px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .achieved__shape img {
    right: 0%;
    bottom: auto;
    top: 10%;
  }
}

.progress__item {
  margin-bottom: 20px;
}
.progress__item:last-child {
  margin-bottom: 0;
}
.progress__item-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.progress__item .progress {
  background-color: #E1E6E9;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  height: 8px;
}
.progress__item .progress .progress-bar {
  background-color: var(--tg-theme-secondary);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.progress__item-two .progress .progress-bar {
  background-color: var(--tg-theme-primary);
}
.progress__item-two .progress__title {
  color: var(--tg-color-white-default);
}
.progress__item-two .progress-value {
  color: var(--tg-color-white-default);
}
.progress__item-two .progress-value .counter-number {
  color: var(--tg-color-white-default);
}
.progress__item-three .progress .progress-bar {
  background-color: var(--tg-theme-primary);
}
.progress__title {
  margin-bottom: 0;
  font-size: 20px;
  text-transform: capitalize;
}
.progress-value {
  font-size: 16px;
  font-weight: 700;
  color: var(--tg-heading-color);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 1px;
}
.progress-value .counter-number {
  font-size: 16px;
  font-weight: 700;
  color: var(--tg-heading-color);
}

/*=============================
	02. Marquee
===============================*/
.marquee__area {
  padding: 0 0 120px;
}
@media (max-width: 991.98px) {
  .marquee__area {
    padding: 0 0 100px;
  }
}
@media (max-width: 767.98px) {
  .marquee__area {
    padding: 0 0 80px;
  }
}
.marquee__item {
  margin-right: 20px;
  display: inline;
  line-height: 1;
}
.marquee__item a {
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--tg-body-color);
}
@media (max-width: 1199.98px) {
  .marquee__item a {
    font-size: 42px;
  }
}
@media (max-width: 991.98px) {
  .marquee__item a {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .marquee__item a {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .marquee__item a {
    font-size: 34px;
  }
}
.marquee__item a:hover {
  color: var(--tg-theme-primary);
  -webkit-text-stroke: 1.5px var(--tg-theme-primary);
}
.marquee__item a svg {
  color: var(--tg-theme-secondary);
  margin-right: 10px;
  transform: translateY(-5px);
}
@media (max-width: 1199.98px) {
  .marquee__item a svg {
    width: 38px;
  }
}
@media (max-width: 991.98px) {
  .marquee__item a svg {
    width: 36px;
  }
}
@media (max-width: 767.98px) {
  .marquee__item a svg {
    width: 32px;
  }
}
.marquee__item-two a:hover {
  color: var(--tg-theme-primary);
  -webkit-text-stroke: 1.5px var(--tg-theme-primary);
}
.marquee__item-two a svg {
  color: var(--tg-theme-primary);
}
.marquee__item-three a {
  -webkit-text-stroke: 1.5px var(--tg-color-gray-13);
}
.marquee__item-three a:hover {
  color: var(--tg-color-white-default);
  -webkit-text-stroke: 1.5px var(--tg-color-white-default);
}
.marquee__item-three a svg {
  color: var(--tg-theme-primary);
}
.marquee__item-four a {
  -webkit-text-stroke: 1.5px var(--tg-color-gray-13);
}
.marquee__item-four a svg {
  color: var(--tg-theme-primary);
}

.marquee-wrap .marquee__group .m-item {
  margin-right: 25px;
  display: inline;
}

/*=============================
	02. Project
===============================*/
.project__bg {
  background-image: none !important;
  background-size: cover;
  background-position: center;
  padding: 140px 0;
  background-color: var(--tg-color-gray-4);
}
@media (max-width: 991.98px) {
  .project__bg {
    padding: 120px 0;
  }
}
@media (max-width: 767.98px) {
  .project__bg {
    padding: 100px 0;
  }
}
.project__item {
  position: relative;
  overflow: hidden;
}
.project__item-wrap {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .project__item-wrap {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .project__item-wrap {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .project__item-wrap {
    margin: 0;
    padding: 0 15px;
  }
}
.project__item-wrap .swiper-slide-active .project__thumb img {
  filter: grayscale(0);
  opacity: 1;
}
.project__item-wrap .swiper-slide-active .project__content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.project__item-two {
  margin-bottom: 30px;
  position: relative;
}
.project__item-two:hover .project__thumb-two img {
  transform: scale(1.03) translateX(5px);
}
.project__item-two:hover .project__content-two {
  opacity: 1;
  visibility: visible;
}
.project__item-two:hover .project__content-two .title {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.project__item-two:hover .project__content-two span {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.project__item-three {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.project__item-three:hover .project__thumb-three::before {
  opacity: 0.8;
}
.project__item-three:hover .project__icon a {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.project__item-three:hover .project__content-three {
  opacity: 1;
  visibility: visible;
}
.project__item-three:hover .project__content-three span {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.project__item-three:hover .project__content-three .title {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.project__thumb img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  filter: grayscale(1);
  opacity: 0.8;
  width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .project__thumb img {
    height: 300px;
  }
}
.project__thumb-two {
  overflow: hidden;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.project__thumb-two img {
  height: 460px;
  object-fit: cover;
  transform: scale(1.03);
  transition: 0.4s ease-in-out;
}
@media (max-width: 1199.98px) {
  .project__thumb-two img {
    height: 430px;
  }
}
.project__thumb-three {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.project__thumb-three::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.project__thumb-three img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}
.project__content {
  position: absolute;
  left: 30px;
  bottom: 40px;
  background: var(--tg-theme-secondary);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 20px 40px 25px 25px;
  min-width: 385px;
  justify-content: space-between;
  gap: 20px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  --arrow-hover-move-x: 110%;
  --arrow-hover-move-y: 100%;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1199.98px) {
  .project__content {
    left: 20px;
    bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .project__content {
    flex-wrap: wrap;
    right: 20px;
    min-width: auto;
    padding: 20px 20px 25px 25px;
  }
}
.project__content .title {
  margin-bottom: 8px;
  color: var(--tg-color-white-default);
  font-size: 24px;
  text-transform: capitalize;
}
.project__content span {
  display: block;
  color: var(--tg-color-white-default);
  line-height: 1;
  text-transform: capitalize;
}
.project__content .right-arrow a svg {
  width: 20px;
  height: 20px;
  color: var(--tg-color-white-default);
}
.project__content .right-arrow a svg path {
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}
.project__content .right-arrow a svg path:nth-of-type(1) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.project__content .right-arrow a svg path:nth-of-type(2) {
  transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}
.project__content:hover .right-arrow a svg path:nth-of-type(1) {
  transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
  opacity: 0;
  transition-delay: 0s, 0s;
}
.project__content:hover .right-arrow a svg path:nth-of-type(2) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.project__content-two {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 20px 40px 30px;
  opacity: 0;
  visibility: hidden;
}
.project__content-two .title {
  margin-bottom: 0;
  color: var(--tg-color-white-default);
  font-size: 24px;
  font-weight: 600;
  background: var(--tg-theme-primary);
  border-radius: 4px 4px 4px 0px;
  padding: 10px 17px 12px;
}
.project__content-two .title a:hover {
  color: var(--tg-theme-secondary);
}
.project__content-two span {
  font-size: 16px;
  display: inline-block;
  border-radius: 0px 0px 4px 4px;
  background: var(--tg-color-white-default);
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 14px;
  color: var(--tg-heading-color);
}
.project__content-three {
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.project__content-three span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #CFCFCF;
  line-height: 1;
  margin-bottom: 10px;
}
.project__content-three .title {
  color: var(--tg-color-white-default);
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}
.project__icon a {
  position: absolute;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  line-height: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  right: 30px;
  top: 30px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 60px;
}
.project__icon a:hover {
  background: var(--tg-color-white-default);
  color: var(--tg-heading-color);
}
.project__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .project__nav {
    margin-top: 40px;
  }
}
.project__nav .swiper-pagination-bullet {
  width: 25px;
  height: 8px;
  background: #B9C3C5;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  opacity: 1;
  padding: 0;
  margin: 0 !important;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.project__nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 45px;
  background: var(--tg-theme-primary);
}
.project__details-inner .col-70 {
  width: 70.4%;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .project__details-inner .col-70 {
    width: 65%;
  }
}
@media (max-width: 991.98px) {
  .project__details-inner .col-70 {
    width: 100%;
  }
}
.project__details-inner .col-30 {
  width: 29.6%;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .project__details-inner .col-30 {
    width: 35%;
  }
}
@media (max-width: 991.98px) {
  .project__details-inner .col-30 {
    width: 100%;
  }
}
.project__details-thumb {
  margin-bottom: 35px;
}
.project__details-thumb img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: 480px;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .project__details-thumb img {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .project__details-thumb img {
    height: 300px;
  }
}
.project__details-content > .title {
  margin-bottom: 20px;
  font-size: 40px;
}
@media (max-width: 1199.98px) {
  .project__details-content > .title {
    font-size: 32px;
  }
}
.project__details-content > p {
  margin-bottom: 0;
}
.project__details-content .title-two {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .project__details-content .title-two {
    font-size: 25px;
  }
}
.project__details-challenge {
  margin-top: 30px;
  margin-bottom: 30px;
}
.project__details-challenge p {
  margin-bottom: 22px;
}
.project__details-services p {
  margin-bottom: 0;
}
.project__details-features {
  margin-top: 35px;
}
.project__details-features .features__item {
  padding: 35px 30px 30px 42px;
}
@media (max-width: 1199.98px) {
  .project__details-features .features__item {
    padding: 35px 25px 30px 25px;
  }
}
.project__info .list-wrap li {
  color: var(--tg-color-white-default);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
}
.project__info .list-wrap li span {
  display: block;
  line-height: 1;
  color: var(--tg-color-gray-9);
  font-weight: 400;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .project__sidebar {
    margin-top: 100px;
  }
}
.project__sidebar-social .title {
  display: block;
  line-height: 1;
  color: var(--tg-color-gray-9);
  font-weight: 400;
  margin-bottom: 12px;
}
.project__sidebar-social .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 18px;
}
.project__sidebar-social .list-wrap li {
  line-height: 1;
}
.project__sidebar-social .list-wrap li a {
  color: var(--tg-color-white-default);
  font-size: 18px;
  display: block;
}
.project__sidebar-social .list-wrap li a:hover {
  transform: translateY(-3px);
}

.area__bg {
  background-size: cover;
  background-position: center;
  background-color: var(--tg-theme-secondary);
  position: relative;
  z-index: 1;
}

.view-all-btn-two .border-btn {
  color: var(--tg-theme-primary);
}
.view-all-btn-two .border-btn:hover {
  color: var(--tg-color-white-default);
}

/*=============================
	02. Pricing
===============================*/
.pricing__box {
  background: var(--tg-color-white-default);
  padding: 40px 22px 35px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: calc(100% - 30px);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199.98px) {
  .pricing__box {
    padding: 35px 20px 30px;
  }
}
@media (max-width: 767.98px) {
  .pricing__box {
    padding: 30px 18px 30px;
  }
}
.pricing__top .title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 1199.98px) {
  .pricing__top .title {
    margin-bottom: 14px;
  }
}
.pricing__price .price {
  margin-bottom: 18px;
  font-size: 36px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  .pricing__price .price {
    font-size: 32px;
  }
}
.pricing__price .price span {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  margin-right: 2px;
}
.pricing__price .price strong {
  font-size: 13px;
  font-weight: 500;
  margin-left: 4px;
}
.pricing__content {
  margin-bottom: 18px;
}
.pricing__content p {
  margin-bottom: 0;
  line-height: 1.45;
  color: var(--tg-color-gray-7);
  font-size: 13.5px;
  min-height: 40px;
}
.pricing__list {
  margin-bottom: 25px;
  flex-grow: 1;
  text-align: left;
  padding: 0 4px;
}
.pricing__list li {
  display: flex;
  align-items: center;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--tg-color-gray-7);
  text-transform: capitalize;
  gap: 8px;
  margin-bottom: 10px;
}
.pricing__list li:last-child {
  margin-bottom: 0;
}
.pricing__list li i {
  color: var(--tg-theme-secondary, #F4581E);
  line-height: 0;
  font-size: 13px;
  flex-shrink: 0;
}
.pricing__btn {
  margin-top: auto;
}
.pricing__btn .btn {
  background: var(--tg-theme-primary);
  border-radius: 30px;
  padding: 12px 24px;
  font-size: 15px;
  display: inline-block;
  width: 100%;
}
.pricing__btn .btn:hover {
  background: #f4581e;
}

.pricing__box.active {
  background: #F4581E;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(244, 88, 30, 0.25);
  position: relative;
}
.pricing__box.active .pricing__top .title {
  color: #ffffff;
}
.pricing__box.active .pricing__price .price {
  color: #ffffff;
}
.pricing__box.active .pricing__price .price span,
.pricing__box.active .pricing__price .price strong {
  color: rgba(255, 255, 255, 0.95);
}
.pricing__box.active .pricing__content p {
  color: rgba(255, 255, 255, 0.95);
}
.pricing__box.active .pricing__list li {
  color: #ffffff;
}
.pricing__box.active .pricing__list li i {
  color: #ffffff;
}
.pricing__box.active .pricing__btn .btn {
  background: #ffffff;
  color: #F4581E;
  font-weight: 700;
}
.pricing__box.active .pricing__btn .btn:hover {
  background: #0056DB;
  color: #ffffff;
}

/*=============================
	02. Video
===============================*/
.video__area {
  position: relative;
  padding: 170px 0 255px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .video__area {
    padding: 140px 0 240px;
  }
}
@media (max-width: 991.98px) {
  .video__area {
    padding: 120px 0 220px;
  }
}
@media (max-width: 767.98px) {
  .video__area {
    padding: 100px 0 200px;
  }
}
.video__area-two {
  position: relative;
}
.video__area-three {
  position: relative;
  padding: 280px 0 150px;
  margin-top: -145px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .video__area-three {
    padding: 250px 0 110px;
  }
}
.video__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}
.video__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000038;
  opacity: 0.5;
  mix-blend-mode: luminosity;
}
.video__bg-two::before {
  background: #000;
  opacity: 0.7;
  mix-blend-mode: normal;
}
.video__bg-three::before {
  display: none;
}
@media (max-width: 991.98px) {
  .video__content {
    text-align: center;
  }
}
.video__content-two {
  background: var(--tg-color-white-default);
  padding: 70px 70px;
}
@media (max-width: 1199.98px) {
  .video__content-two {
    padding: 50px 45px;
  }
}
@media (max-width: 991.98px) {
  .video__content-two {
    padding: 50px 50px;
    margin-top: 40px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .video__content-two {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video__content-two {
    padding: 50px 40px;
  }
}
.video__content-two .title {
  margin-bottom: 25px;
  font-size: 36px;
  text-transform: capitalize;
  font-weight: 800;
}
@media (max-width: 767.98px) {
  .video__content-two .title {
    font-size: 32px;
  }
}
.video__contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .video__contact {
    justify-content: center;
  }
}
.video__contact .icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--tg-theme-primary);
  line-height: 0;
  color: var(--tg-color-white-default);
  font-size: 26px;
}
.video__contact .content {
  text-align: left;
}
.video__contact .content span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  color: var(--tg-theme-secondary);
  margin-bottom: 8px;
}
.video__contact .content a {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  color: var(--tg-theme-secondary);
}
.video__contact .content a:hover {
  color: var(--tg-theme-primary);
}
.video__play-btn {
  margin-right: 155px;
}
@media (max-width: 991.98px) {
  .video__play-btn {
    margin-right: 0;
  }
}
.video__play-btn .play-btn {
  width: 84px;
  height: 84px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--tg-color-white-default);
  line-height: 0;
  font-size: 25px;
  color: var(--tg-theme-secondary);
  margin-left: auto;
  position: relative;
}
@media (max-width: 991.98px) {
  .video__play-btn .play-btn {
    margin: 0 auto 50px;
  }
}
.video__play-btn .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid var(--tg-color-white-default);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  animation: pulse-border 1500ms ease-out infinite;
}
.video__play-btn-two .play-btn {
  color: var(--tg-theme-primary);
}
.video__play-btn-three .play-btn {
  color: var(--tg-theme-primary);
}

/*=============================
	02. Request
===============================*/
.request__area {
  background: var(--tg-color-gray-4);
}
.request__area-two {
  position: relative;
}
.request__wrap {
  margin-top: -130px;
  position: relative;
  z-index: 2;
}
.request__wrap-two {
  background: var(--tg-color-white-default);
  padding: 50px 60px 60px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  margin-left: 100px;
}
@media (max-width: 1199.98px) {
  .request__wrap-two {
    margin-left: 0;
    padding: 45px 50px 50px;
  }
}
@media (max-width: 767.98px) {
  .request__wrap-two {
    padding: 35px 30px 40px;
  }
}
.request__wrap-two .title {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 800;
}
.request__nav .nav-tabs {
  border: none;
  display: inline-flex;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.request__nav .nav-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  color: var(--tg-color-white-default);
  font-size: 20px;
  font-weight: 600;
  gap: 12px;
  background: var(--tg-heading-color);
  padding: 18px 61px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media (max-width: 991.98px) {
  .request__nav .nav-link {
    padding: 18px 35px;
  }
}
@media (max-width: 767.98px) {
  .request__nav .nav-link {
    padding: 15px 20px;
    font-size: 15px;
    gap: 8px;
  }
}
.request__nav .nav-link i {
  font-size: 30px;
  line-height: 0;
}
@media (max-width: 767.98px) {
  .request__nav .nav-link i {
    font-size: 20px;
  }
}
.request__nav .nav-link.active {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}
.request__nav-two .nav-link.active {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.request__form {
  -webkit-border-radius: 0px 10px 10px 10px;
  -moz-border-radius: 0px 10px 10px 10px;
  -o-border-radius: 0px 10px 10px 10px;
  -ms-border-radius: 0px 10px 10px 10px;
  border-radius: 0px 10px 10px 10px;
  background: var(--tg-color-white-default);
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 30px 40px 45px;
}
@media (max-width: 1199.98px) {
  .request__form {
    padding: 30px 30px 45px;
  }
}
.request__form .title {
  font-size: 16px;
  font-weight: 600;
  display: block;
  color: var(--tg-body-color);
  text-transform: capitalize;
  margin-bottom: 10px;
}
.request__form .form-grp {
  margin-bottom: 20px;
  flex-grow: 1;
  width: 100%;
}
.request__form .form-grp textarea, .request__form .form-grp input {
  width: 100%;
  border: 1px solid var(--tg-border-6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: var(--tg-body-color);
  line-height: 1;
  padding: 15px 20px;
}
.request__form .form-grp textarea::placeholder, .request__form .form-grp input::placeholder {
  color: #838383;
  font-size: 14px;
}
.request__form .form-grp textarea {
  min-height: 122px;
  max-height: 122px;
}
.request__form .form-grp.select-grp {
  position: relative;
}
.request__form .form-grp.select-grp select {
  background-color: transparent;
  border: 1px solid var(--tg-border-6);
  color: var(--tg-body-color);
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 4px;
  outline: none;
  padding: 13px 50px 13px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1.4;
  height: 50px;
  cursor: pointer;
}
.request__form .form-grp.select-grp::after {
  content: "\f12f";
  position: absolute;
  bottom: 15px;
  font-family: "flaticon";
  font-weight: 400;
  right: 20px;
  font-size: 20px;
  color: var(--tg-body-color);
  line-height: 1;
}
.request__form .form-grp-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .request__form .form-grp-wrap {
    flex-wrap: wrap;
    gap: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .request__form .form-grp-wrap {
    flex-wrap: nowrap;
    gap: 20px;
  }
}
.request__form .btn {
  width: 100%;
  justify-content: center;
  font-size: 18px;
  padding: 19px 28px;
}
.request__form .btn::before {
  display: none;
}
.request__form .btn:hover {
  background: var(--tg-theme-secondary);
}
.request__form-two .btn {
  background: var(--tg-theme-secondary);
}
.request__form-two .btn:hover {
  background: var(--tg-theme-primary);
}
.request__form-three .form-grp {
  margin-bottom: 20px;
}
.request__form-three .form-grp.select-grp {
  position: relative;
}
.request__form-three .form-grp.select-grp select {
  background-color: #F5F5F5;
  border: none;
  color: var(--tg-body-color);
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 4px;
  outline: none;
  padding: 13px 50px 13px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1.4;
  height: 50px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.request__form-three .form-grp.select-grp::after {
  content: "\f12f";
  position: absolute;
  bottom: 15px;
  font-family: "flaticon";
  font-weight: 400;
  right: 20px;
  font-size: 20px;
  color: var(--tg-body-color);
  line-height: 1;
}
.request__form-three .form-grp input {
  background-color: #F5F5F5;
  border: none;
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 15px 20px;
  color: var(--tg-body-color);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.request__form-three .form-grp input::placeholder {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--tg-body-color);
}
.request__form-three button {
  width: 100%;
  background: var(--tg-theme-secondary);
  justify-content: center;
}
.request__form-three button:hover {
  background: var(--tg-theme-primary);
}
.request__radio-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}
.request__radio-wrap .form-check {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  line-height: 1.2;
  gap: 6px;
  min-height: auto;
  padding: 0;
}
.request__radio-wrap .form-check-input {
  margin: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #BEBEBE;
}
.request__radio-wrap .form-check-input:checked {
  background-color: var(--tg-theme-secondary);
  border-color: var(--tg-theme-secondary);
}
.request__radio-wrap .form-check-input:checked ~ .form-check-label {
  color: var(--tg-body-color);
}
.request__radio-wrap .form-check-input:focus {
  box-shadow: none;
}
.request__radio-wrap .form-check-label {
  font-size: 14px;
  font-weight: 500;
  color: #838383;
  user-select: none;
}
.request__radio-wrap-two .form-check-input:checked {
  background-color: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}
.request__shape img {
  position: absolute;
  z-index: -1;
  left: 50px;
  top: 0;
  max-width: 217px;
}
@media (max-width: 1800px) {
  .request__shape img {
    left: 20px;
    max-width: 160px;
  }
}

.price_slider_amount {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.price_slider_amount span {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--tg-body-color);
}
.price_slider_amount input {
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-body-color);
  text-align: right;
  width: 140px;
}

.ui-widget-content {
  background: #ECECEC;
  border: none;
  height: 6px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  margin-bottom: 24px;
}
.ui-widget-content .ui-slider-handle {
  border: none;
  width: 8px;
  height: 16px;
  background: #DD2C0E;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  margin-left: -2px;
  color: #DD2C0E;
}
.ui-widget-content .ui-slider-handle:focus {
  outline: none;
}
.ui-widget-header {
  background: var(--tg-theme-primary);
}

/*=============================
	02. Testimonial
===============================*/
.testimonial__area {
  background: var(--tg-color-gray-4);
  padding: 90px 0 140px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .testimonial__area {
    padding: 90px 0 100px;
  }
}
.testimonial__area-two {
  position: relative;
}
.testimonial__area-two::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
  width: 500px;
  height: 500px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(252, 170, 172, 0.06) 0%, rgba(255, 239, 221, 0.5) 100%);
  filter: blur(150px);
}
.testimonial__area-four {
  position: relative;
  padding: 100px 0 140px;
  z-index: 1;
}
.testimonial__inner-wrap {
  background: var(--tg-color-white-default);
  padding: 80px 0;
  border: 1px solid #CECECE;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .testimonial__inner-wrap {
    padding: 40px 10px;
  }
}
.testimonial__wrap {
  text-align: center;
}
.testimonial__icon {
  margin-bottom: 25px;
}
.testimonial__icon svg {
  color: var(--tg-theme-secondary);
}
.testimonial__icon-two svg {
  color: var(--tg-theme-primary);
}
.testimonial__nav .swiper-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  justify-content: center;
}
.testimonial__nav .swiper-wrapper button {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  width: 65px;
}
.testimonial__nav .swiper-wrapper button img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  filter: grayscale(1);
}
.testimonial__nav .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.testimonial__nav .swiper-slide-thumb-active button img {
  filter: grayscale(0);
}
@media (max-width: 767.98px) {
  .testimonial__nav-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
  }
}
.testimonial__nav-wrap button {
  border: none;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-white-default);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 22px;
  color: var(--tg-heading-color);
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 991.98px) {
  .testimonial__nav-wrap button {
    left: 7px;
  }
}
@media (max-width: 767.98px) {
  .testimonial__nav-wrap button {
    transform: translateY(0);
    position: inherit;
  }
}
.testimonial__nav-wrap button:hover {
  background: var(--tg-heading-color);
  color: var(--tg-color-white-default);
}
.testimonial__nav-wrap button.testimonial-button-next {
  right: 0;
  left: auto;
}
@media (max-width: 991.98px) {
  .testimonial__nav-wrap button.testimonial-button-next {
    right: 7px;
  }
}
.testimonial__nav-wrap-two button {
  border: 1px solid #D6D6D6;
  color: var(--tg-color-black-2);
}
.testimonial__nav-wrap-two button:hover {
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.testimonial__nav-wrap-three button {
  background: var(--tg-color-gray-8);
  color: var(--tg-color-white-default);
}
.testimonial__nav-wrap-three button:hover {
  background: var(--tg-theme-primary);
}
.testimonial-active {
  position: relative;
}
.testimonial__item .name {
  margin-bottom: 8px;
  font-size: 22px;
}
.testimonial__item span {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: var(--tg-body-color);
  margin-bottom: 15px;
}
.testimonial__rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 15px;
}
.testimonial__rating i {
  font-size: 18px;
  color: var(--tg-color-yellow-light);
}
.testimonial__rating i:last-child {
  color: var(--tg-color-yellow-light-2);
}
.testimonial__content p {
  font-size: 18px;
  font-style: italic;
  text-transform: capitalize;
  line-height: 1.6;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .testimonial__content p {
    width: 75%;
  }
}
@media (max-width: 767.98px) {
  .testimonial__content p {
    width: 100%;
  }
}
.testimonial__content-two p {
  width: 70%;
}
@media (max-width: 1199.98px) {
  .testimonial__content-two p {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .testimonial__content-two p {
    width: 100%;
  }
}
.testimonial__shape img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  top: -190px;
}

/*=============================
	02. History
===============================*/
.history__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px 180px;
  position: relative;
  padding-bottom: 40px;
  padding-top: 30px;
}
@media (max-width: 1199.98px) {
  .history__item {
    gap: 30px 150px;
  }
}
@media (max-width: 991.98px) {
  .history__item {
    gap: 30px 130px;
  }
}
@media (max-width: 767.98px) {
  .history__item {
    gap: 30px 30px;
    flex-wrap: wrap;
    padding-top: 0;
  }
}
.history__item::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 20px;
  height: 20px;
  border: 3px solid #CFCFCF;
  background: var(--tg-color-white-default);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 767.98px) {
  .history__item::before {
    display: none;
  }
}
.history__item:hover::before {
  background: var(--tg-theme-primary);
  border-color: var(--tg-color-white-default);
}
.history__item:nth-child(even) {
  flex-direction: row-reverse;
}
.history__item:nth-child(even) .history__years-wrap .shape {
  transform: rotate(-180deg);
}
@media (max-width: 767.98px) {
  .history__item:nth-child(even) .history__years-wrap .shape {
    transform: rotate(0);
  }
}
@media (max-width: 767.98px) {
  .history__item:last-child {
    padding-bottom: 0;
  }
}
.history__item-wrap {
  position: relative;
}
.history__item-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: #F0F0F0;
}
@media (max-width: 767.98px) {
  .history__item-wrap::before {
    display: none;
  }
}
.history__item-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 20px;
  height: 20px;
  border: 3px solid #CFCFCF;
  background: var(--tg-color-white-default);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .history__item-wrap::after {
    display: none;
  }
}
.history__thumb {
  width: 520px;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .history__thumb {
    width: 390px;
  }
}
@media (max-width: 991.98px) {
  .history__thumb {
    width: 280px;
  }
}
@media (max-width: 767.98px) {
  .history__thumb {
    width: 100%;
  }
}
.history__thumb img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.history__content .title {
  margin-bottom: 12px;
  font-size: 30px;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .history__content .title {
    font-size: 26px;
  }
}
.history__content p {
  margin-bottom: 0;
}
.history__years-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 82px;
  padding: 4px 16px;
}
@media (max-width: 767.98px) {
  .history__years-wrap {
    position: relative;
    transform: translateX(0);
    left: 0;
    top: 0;
    display: inline-block;
    margin-bottom: 20px;
  }
}
.history__years-wrap .shape {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}
.history__years-wrap .shape svg {
  width: 100%;
  height: 100%;
  color: var(--tg-theme-primary);
  overflow: visible;
}
.history__years-wrap span {
  color: var(--tg-color-white-default);
  font-size: 16px;
  font-weight: 700;
}

/*=============================
	02. Mission
===============================*/
.mission__inner-wrap {
  position: relative;
}
.mission__img {
  max-width: 728px;
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  .mission__img {
    max-width: 600px;
  }
}
@media (max-width: 991.98px) {
  .mission__img {
    max-width: 100%;
    width: 100%;
  }
}
.mission__img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
}
.mission__content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--tg-color-white-default);
  border: 1px solid #E9E9E9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  max-width: 612px;
  padding: 75px 90px 85px;
}
@media (max-width: 1199.98px) {
  .mission__content {
    max-width: 530px;
    padding: 50px 50px 50px;
  }
}
@media (max-width: 991.98px) {
  .mission__content {
    max-width: 100%;
    position: inherit;
    top: 0;
    transform: translate(0);
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .mission__content {
    padding: 30px 25px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mission__content {
    padding: 40px 40px;
  }
}
.mission__content p {
  margin-bottom: 15px;
}
.mission__content .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*=============================
	02. Vision
===============================*/
.vision__inner-wrap {
  position: relative;
}
.vision__img {
  max-width: 728px;
}
@media (max-width: 1199.98px) {
  .vision__img {
    max-width: 600px;
  }
}
@media (max-width: 991.98px) {
  .vision__img {
    max-width: 100%;
    width: 100%;
  }
}
.vision__img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
}
.vision__content {
  max-width: 612px;
  background: var(--tg-color-white-default);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #E9E9E9;
  padding: 75px 80px 110px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199.98px) {
  .vision__content {
    max-width: 530px;
    padding: 50px 50px 70px;
  }
}
@media (max-width: 991.98px) {
  .vision__content {
    max-width: 100%;
    position: inherit;
    top: 0;
    transform: translate(0);
    margin-top: 50px;
    padding: 50px;
  }
}
@media (max-width: 767.98px) {
  .vision__content {
    padding: 30px 25px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .vision__content {
    padding: 40px 40px;
  }
}
.vision__content p {
  margin-bottom: 25px;
}

/*=============================
	02. Team
===============================*/
.team__area {
  position: relative;
  z-index: 1;
}
.team__area-two {
  background: var(--tg-color-gray-12);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 71%;
  background-size: cover;
  background-position: center;
}
.team__bg-two {
  background-color: var(--tg-theme-secondary);
}
.team__item {
  text-align: center;
  background: var(--tg-color-white-default);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 30px;
  border: 1px solid #E7E7E7;
  padding: 45px 30px 55px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199.98px) {
  .team__item {
    padding: 30px 20px 30px;
  }
}
.team__item:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.team__item:hover .team__thumb img {
  mix-blend-mode: normal;
}
.team__item-two {
  background: var(--tg-color-white-default);
  height: 400px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  border: 1px solid #DCDCDC;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  margin-bottom: 30px;
}
.team__item-two:hover {
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.2);
}
.team__item-two:hover .team__thumb-two img {
  mix-blend-mode: normal;
}
.team__thumb {
  margin-bottom: 22px;
}
.team__thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  mix-blend-mode: luminosity;
}
.team__thumb-two img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: luminosity;
  max-height: 325px;
}
.team__content .title {
  position: relative;
  margin-bottom: 5px;
  font-size: 24px;
  text-transform: capitalize;
  padding-top: 7px;
}
@media (max-width: 1199.98px) {
  .team__content .title {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .team__content .title {
    font-size: 22px;
  }
}
.team__content .title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 30px;
  height: 4px;
  border-radius: 10px;
  background: var(--tg-theme-primary);
}
.team__content .title a:hover {
  color: var(--tg-theme-primary);
}
.team__content span {
  display: block;
  line-height: 1.4;
  color: var(--tg-color-gray-7);
  font-weight: 500;
  margin-bottom: 18px;
}
.team__content-two {
  position: absolute;
  left: 30px;
  top: 20px;
}
.team__content-two .title {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.team__content-two span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
}
.team__social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.team__social li {
  line-height: 1;
}
.team__social li a {
  font-size: 18px;
  color: var(--tg-color-gray-8);
  display: block;
}
.team__social li a:hover {
  color: #f4581e;
  transform: translateY(-3px);
}
.team__social-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
  gap: 14px;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.team__social-two::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -150px;
  width: 3px;
  height: 120px;
  background: var(--tg-theme-primary);
  border-radius: 3px;
}
.team__social-two li {
  line-height: 1;
}
.team__social-two li a {
  font-size: 18px;
  color: var(--tg-color-gray-8);
  transform: rotate(-90deg);
  display: inline-block;
}
.team__social-two li a:hover {
  color: #f4581e;
  transform: rotate(0);
}
.team__shape img {
  position: absolute;
  left: 80px;
  top: 0;
  z-index: -1;
  max-width: 217px;
}
@media (max-width: 991.98px) {
  .team__shape img {
    left: 40px;
    max-width: 180px;
  }
}
@media (max-width: 767.98px) {
  .team__shape img {
    left: 30px;
    max-width: 105px;
  }
}
.team__overlay-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
.team__overlay-content .title {
  margin-bottom: 0;
  font-size: 600px;
  line-height: 0.7;
  text-transform: uppercase;
  color: #F0F0F0;
}
@media (max-width: 1500px) {
  .team__overlay-content .title {
    font-size: 520px;
  }
}
@media (max-width: 1199.98px) {
  .team__overlay-content .title {
    font-size: 360px;
  }
}
@media (max-width: 991.98px) {
  .team__overlay-content .title {
    font-size: 290px;
  }
}
@media (max-width: 767.98px) {
  .team__overlay-content .title {
    font-size: 220px;
  }
}
.team__details-inner .col-36 {
  width: 35.6%;
  flex: 0 0 auto;
}
@media (max-width: 991.98px) {
  .team__details-inner .col-36 {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .team__details-inner .col-36 {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team__details-inner .col-36 {
    width: 70%;
  }
}
.team__details-inner .col-64 {
  width: 64.4%;
  flex: 0 0 auto;
}
@media (max-width: 991.98px) {
  .team__details-inner .col-64 {
    width: 100%;
  }
}
.team__details-thumb img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.team__details-info {
  border: 1px solid #e6e6e6;
  border-top: none;
  background: var(--tg-color-white-default);
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  padding: 30px 30px 40px;
}
@media (max-width: 991.98px) {
  .team__details-info-wrap {
    margin-bottom: 50px;
  }
}
.team__details-info > .list-wrap > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
}
.team__details-info > .list-wrap > li:last-child {
  margin-bottom: 0;
}
.team__details-info > .list-wrap > li .icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  background: var(--tg-color-gray-9);
  color: var(--tg-theme-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  transform: translateY(-4px);
  flex: 0 0 auto;
}
.team__details-info > .list-wrap > li .content a, .team__details-info > .list-wrap > li .content p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--tg-color-black-2);
}
.team__details-info > .list-wrap > li .content a:hover {
  color: var(--tg-theme-primary);
}
.team__details-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}
.team__details-social li a {
  color: var(--tg-color-black-2);
  font-size: 18px;
}
.team__details-social li a:hover {
  color: #f4581e;
}
.team__details-content {
  margin-left: 20px;
  margin-right: 80px;
}
@media (max-width: 1199.98px) {
  .team__details-content {
    margin: 0;
  }
}
.team__details-content .title {
  margin-bottom: 10px;
  font-size: 40px;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .team__details-content .title {
    font-size: 32px;
  }
}
.team__details-content .title-two {
  margin-bottom: 10px;
  font-size: 24px;
}
.team__details-content > span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--tg-theme-primary);
  line-height: 1;
  margin-bottom: 20px;
}
.team__details-content p {
  margin-bottom: 0;
}
.team__details-content .about__list-box-four {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 40px;
}
.team__details-skill {
  margin-bottom: 70px;
}
.team__details-skill p {
  margin-bottom: 25px;
}
.team__details-form-wrap {
  background: var(--tg-color-gray-11);
  padding: 30px 40px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .team__details-form-wrap {
    padding: 30px 30px 40px;
  }
}
.team__details-form-wrap .title-three {
  margin-bottom: 30px;
  line-height: 1;
  text-transform: capitalize;
  font-size: 24px;
}
.team__details-form .form-grp {
  margin-bottom: 20px;
}
.team__details-form .form-grp textarea, .team__details-form .form-grp input {
  width: 100%;
  background: var(--tg-color-white-default);
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 400;
  color: var(--tg-heading-color);
  padding: 8px 15px 9px;
  height: 43px;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team__details-form .form-grp textarea::placeholder, .team__details-form .form-grp input::placeholder {
  text-transform: capitalize;
  font-size: 15px;
  color: var(--tg-color-gray-8);
}
.team__details-form .form-grp textarea:focus, .team__details-form .form-grp input:focus {
  border-color: var(--tg-theme-primary);
}
.team__details-form .form-grp textarea {
  min-height: 100px;
  max-height: 100px;
}

.section-py-140 {
  padding: 140px 0;
}
@media (max-width: 767.98px) {
  .section-py-140 {
    padding: 100px 0;
  }
}

.section-pt-140 {
  padding-top: 140px;
}
@media (max-width: 767.98px) {
  .section-pt-140 {
    padding-top: 100px;
  }
}

.section-pb-140 {
  padding-bottom: 140px;
}
@media (max-width: 767.98px) {
  .section-pb-140 {
    padding-bottom: 100px;
  }
}

.section-pb-110 {
  padding-bottom: 110px;
}
@media (max-width: 767.98px) {
  .section-pb-110 {
    padding-bottom: 70px;
  }
}

/*=============================
	02. Accordion
===============================*/
.faq__wrap .accordion-item {
  background: var(--tg-color-gray-11);
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 12px;
}
.faq__wrap .accordion-item:last-child {
  margin-bottom: 0;
}
.faq__wrap .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faq__wrap .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faq__wrap .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: var(--tg-color-black-2);
  padding: 20px 50px 20px 25px;
  background: var(--tg-color-gray-11);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.faq__wrap .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.faq__wrap .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--tg-theme-primary);
}
.faq__wrap .accordion-button:not(.collapsed)::before {
  content: "\f10a";
  color: var(--tg-theme-primary);
}
.faq__wrap .accordion-button::after {
  display: none;
}
.faq__wrap .accordion-button::before {
  content: "\f109";
  width: auto;
  height: auto;
  background-image: none;
  font-family: "flaticon_tg_default";
  font-size: 16px;
  position: absolute;
  right: 25px;
  top: 23px;
  color: var(--tg-color-black-2);
  font-weight: 700;
  line-height: 1;
}
.faq__wrap .accordion-body {
  padding: 0 25px 20px;
}
.faq__wrap .accordion-body p {
  margin-bottom: 0;
}

/*=============================
	02. Work
===============================*/
.work__area-two {
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: var(--tg-theme-primary);
  padding: 130px 0 200px;
  z-index: 1;
}
.work__area-two::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(5, 18, 50, 0.91) 0%, rgba(0, 86, 219, 0.82) 100%);
  z-index: -1;
}
.work__bg {
  background-size: cover;
  background-position: center;
  padding: 140px 0 110px;
  background-color: var(--tg-theme-primary);
  background-image: url(../img/bg/vector_bg_professional_waves.svg);
}
@media (max-width: 991.98px) {
  .work__bg {
    padding: 120px 90px;
  }
}
@media (max-width: 767.98px) {
  .work__bg {
    padding: 100px 0 70px;
  }
}
.work__item {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.work__item:hover .work__icon i {
  transform: rotateY(180deg);
}
.work__item-wrap .row [class*=col-]:last-child .work__shape {
  display: none;
}
.work__icon {
  width: 104px;
  height: 104px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  background: var(--tg-color-white-default);
  color: var(--tg-heading-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  font-size: 56px;
  line-height: 0;
}
.work__icon i {
  transform: rotateY(0);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.work__icon .number {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-secondary);
  font-size: 14px;
  font-weight: 600;
  color: var(--tg-color-white-default);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  line-height: 1;
  position: absolute;
  right: 3px;
  top: 0;
}
.work__icon-two {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.work__icon-two .number {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  top: -12px;
}
.work__icon-three {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.work__content .title {
  margin-bottom: 10px;
  font-size: 22px;
  color: var(--tg-color-white-default);
}
.work__content p {
  margin-bottom: 0;
  color: #93A7FF;
  font-size: 17px;
  line-height: 1.5;
}
.work__content-two p {
  color: var(--tg-color-gray-9);
}
.work__content-three .title {
  color: var(--tg-heading-color);
}
.work__content-three p {
  color: var(--tg-body-color);
}
.work__shape {
  position: absolute;
  right: -60px;
  top: 32px;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .work__shape {
    right: -52px;
  }
}
@media (max-width: 991.98px) {
  .work__shape {
    display: none;
  }
}
.work__shape svg {
  color: var(--tg-color-white-default);
}
@media (max-width: 1199.98px) {
  .work__shape svg {
    width: 75px;
  }
}
.work__shape-two svg {
  color: #FF6769;
}
.work__shape-three svg {
  color: var(--tg-color-gray-1);
}

/*=============================
    16. Faq
===============================*/
.faq__area-two {
  background: var(--tg-theme-primary);
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .faq__content {
    margin-bottom: 50px;
  }
}
.faq__wrap-two .accordion-item {
  margin-bottom: 8px;
  border: 1px solid #eee9e9;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  background: var(--tg-color-white-default);
  border-radius: 10px;
  overflow: hidden;
}
.faq__wrap-two .accordion-item:last-child {
  margin-bottom: 0;
}
.faq__wrap-two .accordion-button {
  padding: 29px 90px 32px 42px;
  font-weight: 700;
  font-size: 24px;
  text-transform: capitalize;
  font-family: var(--tg-heading-font-family);
  background: var(--tg-color-white-default);
  border: none;
  color: var(--tg-color-black-5);
}
@media (max-width: 991.98px) {
  .faq__wrap-two .accordion-button {
    padding: 29px 80px 32px 25px;
  }
}
@media (max-width: 767.98px) {
  .faq__wrap-two .accordion-button {
    font-size: 20px;
    padding: 29px 70px 32px 25px;
  }
}
.faq__wrap-two .accordion-button:focus {
  box-shadow: none;
}
.faq__wrap-two .accordion-button::after {
  display: none;
}
.faq__wrap-two .accordion-button::before {
  content: "\f109";
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  background-image: none;
  font-family: "flaticon_tg_default";
  font-size: 18px;
  position: absolute;
  right: 28px;
  top: 19px;
  font-weight: 700;
  line-height: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .faq__wrap-two .accordion-button::before {
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  .faq__wrap-two .accordion-button::before {
    width: 40px;
    height: 40px;
    font-size: 14px;
    top: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq__wrap-two .accordion-button::before {
    top: 24px;
  }
}
.faq__wrap-two .accordion-button:not(.collapsed) {
  color: var(--tg-theme-primary);
  box-shadow: none;
}
.faq__wrap-two .accordion-button:not(.collapsed)::before {
  content: "\f10a";
}
.faq__wrap-two .accordion-body {
  padding: 0px 42px 40px;
}
@media (max-width: 991.98px) {
  .faq__wrap-two .accordion-body {
    padding: 0px 25px 30px;
  }
}
.faq__wrap-two .accordion-body p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
}
.faq__wrap-three .accordion-item {
  margin-bottom: 10px;
  border: none;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
}
.faq__wrap-three .accordion-item:last-child {
  margin-bottom: 0;
}
.faq__wrap-three .accordion-button {
  padding: 0 0 0 20px;
  font-weight: 700;
  font-size: 22px;
  text-transform: capitalize;
  font-family: var(--tg-heading-font-family);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--tg-border-9);
  color: var(--tg-color-white-default);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .faq__wrap-three .accordion-button {
    font-size: 20px;
  }
}
.faq__wrap-three .accordion-button:focus {
  box-shadow: none;
}
.faq__wrap-three .accordion-button::after {
  content: "\f131";
  font-family: "flaticon";
  width: 55px;
  height: 100%;
  background-image: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  color: var(--tg-color-white-default);
  line-height: 0;
}
.faq__wrap-three .accordion-button::before {
  content: "";
  position: absolute;
  right: 55px;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--tg-border-9);
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.faq__wrap-three .accordion-button:not(.collapsed) {
  color: var(--tg-heading-color);
  box-shadow: none;
  background: var(--tg-color-white-default);
  border-color: var(--tg-color-white-default);
}
.faq__wrap-three .accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
  color: var(--tg-theme-primary);
}
.faq__wrap-three .accordion-button:not(.collapsed)::before {
  background: #D6D6D6;
}
.faq__wrap-three .accordion-body {
  padding: 14px 18px 12px 20px;
}
.faq__wrap-three .accordion-body p {
  color: var(--tg-color-gray-9);
  margin-bottom: 0;
  font-weight: 500;
}
.faq__shape img {
  position: absolute;
  right: 40px;
  top: 85px;
  z-index: -1;
}

/*=============================
	02. Blog
===============================*/
.blog__post-area {
  padding: 140px 0 110px;
}
@media (max-width: 991.98px) {
  .blog__post-area {
    padding: 120px 0 90px;
  }
}
@media (max-width: 767.98px) {
  .blog__post-area {
    padding: 100px 0 70px;
  }
}
.blog__post-area-two {
  background: var(--tg-color-gray-12);
}
.blog__post-item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #F5F5F5;
  background: var(--tg-color-white-default);
  margin-bottom: 30px;
}
.blog__post-thumb img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .blog__post-thumb img {
    height: 230px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__post-thumb img {
    height: 260px;
  }
}
.blog__post-thumb-two {
  position: relative;
}
.blog__post-thumb-two .post-tag {
  font-size: 14px;
  font-weight: 700;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  display: block;
  position: absolute;
  left: 40px;
  bottom: 0;
  z-index: 2;
  padding: 9px 19px 11px;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .blog__post-thumb-two .post-tag {
    left: 20px;
  }
}
.blog__post-thumb-two .post-tag:hover {
  background: var(--tg-theme-secondary);
}
.blog__post-content {
  padding: 30px 40px 40px;
}
@media (max-width: 1199.98px) {
  .blog__post-content {
    padding: 20px 20px 25px;
  }
}
@media (max-width: 991.98px) {
  .blog__post-content {
    padding: 20px 25px 25px;
  }
}
.blog__post-content .title {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.25;
}
@media (max-width: 1199.98px) {
  .blog__post-content .title {
    font-size: 22px;
  }
}
.blog__post-content p {
  margin-bottom: 25px;
  line-height: 1.6;
}
.blog__post-content-two .title {
  margin-bottom: 28px;
}
.blog__meta .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.blog__meta .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-theme-secondary);
  gap: 8px;
}
.blog__meta .list-wrap li i {
  font-size: 20px;
  line-height: 0;
}
.blog__meta .list-wrap li a {
  color: var(--tg-theme-secondary);
}
.blog__meta .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}
.blog__meta-two .list-wrap li i {
  color: var(--tg-theme-primary);
}
.blog-sidebar {
  margin-left: 25px;
}
@media (max-width: 1199.98px) {
  .blog-sidebar {
    margin-left: 0px;
  }
}
@media (max-width: 991.98px) {
  .blog-sidebar {
    margin-top: 80px;
  }
}
.blog-widget {
  background: var(--tg-color-white-default);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 30px;
  margin-bottom: 30px;
  border: 1px solid #E5E7E8;
}
@media (max-width: 1199.98px) {
  .blog-widget {
    padding: 30px 25px;
  }
}
.blog-widget:last-child {
  margin-bottom: 0;
}
.blog-widget .shop-cat-list .list-wrap li {
  line-height: 1;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.blog-widget .shop-cat-list .list-wrap li:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.blog-widget .shop-cat-list .list-wrap li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-theme-secondary);
  gap: 5px;
}
.blog-widget .shop-cat-list .list-wrap li a span {
  color: var(--tg-body-color);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-widget .shop-cat-list .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}
.blog-widget .shop-cat-list .list-wrap li a:hover span {
  color: var(--tg-theme-primary);
}
.blog-widget .tag-cloud {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-widget .tag-cloud a {
  font-size: 16px;
  color: var(--tg-theme-secondary);
  display: block;
  background: var(--tg-color-gray-10);
  padding: 10px 15px;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.blog-widget .tag-cloud a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.blog__details-thumb {
  margin-bottom: 30px;
}
.blog__details-thumb img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .blog__details-thumb img {
    height: 360px;
  }
}
@media (max-width: 767.98px) {
  .blog__details-thumb img {
    height: 330px;
  }
}
.blog__details-content .title {
  margin-bottom: 15px;
  font-size: 36px;
}
@media (max-width: 1500px) {
  .blog__details-content .title {
    font-size: 32px;
  }
}
@media (max-width: 1199.98px) {
  .blog__details-content .title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .blog__details-content .title {
    font-size: 26px;
  }
}
.blog__details-content > p {
  margin-bottom: 10px;
}
.blog__details-content .inner-title {
  margin-bottom: 10px;
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .blog__details-content .inner-title {
    font-size: 24px;
  }
}
.blog__details-content-inner {
  margin: 30px 0 30px;
}
.blog__details-content-inner > p {
  margin-bottom: 20px;
}
.blog__details-inner-wrap {
  margin-bottom: 30px;
}
.blog__details-inner-img {
  height: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .blog__details-inner-img {
    margin-bottom: 20px;
    height: auto;
  }
}
.blog__details-inner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.blog__details-inner-img .play-btn {
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
.blog__details-inner-img .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid var(--tg-color-white-default);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  animation: pulse-border 1500ms ease-out infinite;
}
.blog__details-inner-content p {
  margin-bottom: 15px;
}
.blog__details-inner-content .about__list-box .list-wrap {
  margin-bottom: 0;
}
.blog__details-bottom {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  padding: 20px 0;
  margin: 40px 0 30px;
}
.blog__details-bottom .tg-post-tag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.blog__details-bottom .tg-post-tag .tag-title {
  margin-bottom: 0;
  font-size: 17px;
}
.blog__details-bottom .tg-post-tag .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog__details-bottom .tg-post-tag .list-wrap li a {
  color: var(--tg-body-color);
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}
.blog__details-bottom .tg-post-tag .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}
.blog__details-bottom .tg-post-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .blog__details-bottom .tg-post-social {
    margin-top: 15px;
  }
}
.blog__details-bottom .tg-post-social .social-title {
  margin-bottom: 0;
  font-size: 17px;
}
.blog__details-bottom .tg-post-social .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog__details-bottom .tg-post-social .list-wrap li a {
  font-size: 16px;
  color: var(--tg-body-color);
}
.blog__details-bottom .tg-post-social .list-wrap li a:hover {
  color: #f4581e;
}
.blog__post-author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 35px 30px;
  background: var(--tg-color-gray-10);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .blog__post-author {
    padding: 30px 25px;
  }
}
@media (max-width: 767.98px) {
  .blog__post-author {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.blog__post-author-thumb {
  width: 115px;
  flex: 0 0 auto;
}
.blog__post-author-thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.blog__post-author-content .designation {
  display: block;
  line-height: 1;
  color: var(--tg-heading-color);
  margin-bottom: 5px;
}
.blog__post-author-content .name {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 500;
}
.blog__post-author-content p {
  margin-bottom: 0;
}

.widget_search {
  padding: 0;
  border: none;
}
.widget-title {
  margin-bottom: 20px;
  font-size: 22px;
  position: relative;
  padding-bottom: 15px;
}
.widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: var(--tg-theme-primary);
}

.sidebar-search-form form {
  position: relative;
}
.sidebar-search-form input {
  background: transparent;
  width: 100%;
  border: none;
  padding: 15px 45px 15px 20px;
  color: var(--tg-heading-color);
  font-size: 16px;
  line-height: 1;
  border: 1px solid #E5E7E8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: 60px;
}
.sidebar-search-form input::placeholder {
  color: var(--tg-body-color);
  font-size: 16px;
}
.sidebar-search-form button {
  border: none;
  padding: 0;
  background: transparent;
  font-size: 22px;
  line-height: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.rc-post-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.rc-post-item:last-child {
  margin-bottom: 0;
}
.rc-post-thumb {
  width: 100px;
  flex: 0 0 auto;
}
.rc-post-thumb img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.rc-post-content .date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-body-color);
  margin-bottom: 12px;
}
.rc-post-content .date i {
  color: var(--tg-theme-primary);
  font-size: 16px;
}
.rc-post-content .title {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .rc-post-content .title {
    font-size: 18px;
  }
}

blockquote {
  background: var(--tg-color-gray-12);
  margin: 40px 50px;
  padding: 35px 120px 35px 45px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1500px) {
  blockquote {
    margin: 40px 50px;
  }
}
@media (max-width: 1199.98px) {
  blockquote {
    margin: 40px 20px;
    padding: 35px 100px 35px 30px;
  }
}
@media (max-width: 767.98px) {
  blockquote {
    margin: 40px 0;
    padding: 30px 30px 30px 30px;
  }
}
blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: var(--tg-theme-primary);
}
blockquote::after {
  content: "\f10e";
  position: absolute;
  right: 30px;
  top: 22px;
  line-height: 1;
  font-size: 62px;
  color: #e4e4e4;
  font-family: var(--tg-icon-font-family);
  font-weight: 700;
  z-index: -1;
}
@media (max-width: 767.98px) {
  blockquote::after {
    right: 17px;
    top: 17px;
    font-size: 40px;
  }
}
blockquote > p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
}
@media (max-width: 1199.98px) {
  blockquote > p {
    font-size: 18px;
  }
}

.comment-wrap-title .title {
  margin-bottom: 50px;
  font-size: 24px;
}
.comment-respond {
  background: var(--tg-color-gray-11);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 32px 40px 50px;
}
@media (max-width: 1199.98px) {
  .comment-respond {
    padding: 32px 25px 50px;
  }
}
.comment-reply-title {
  margin-bottom: 5px;
  font-size: 30px;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .comment-reply-title {
    font-size: 26px;
  }
}
.comment-form .row {
  --bs-gutter-x: 20px;
}
.comment-form .row [class*=col-] {
  padding: 0 10px;
}
.comment-notes {
  margin-bottom: 15px;
}
.comment-field {
  margin-bottom: 15px;
}
.comment-field input, .comment-field textarea {
  width: 100%;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: var(--tg-color-white-default);
  border: 1px solid #e4e4e4;
  font-size: 16px;
  color: var(--tg-heading-color);
  padding: 15px 15px;
  line-height: 1.2;
  height: 50px;
}
.comment-field input::placeholder, .comment-field textarea::placeholder {
  opacity: 0.8;
  font-size: 16px;
  color: var(--tg-color-gray-8);
}
.comment-field textarea {
  min-height: 130px;
  max-height: 130px;
}
.comment-field.checkbox-grp {
  display: flex;
  align-items: center;
  margin: 15px 0 32px;
}
.comment-field.checkbox-grp input {
  width: 22px;
  margin-right: 9px;
  height: 22px;
  cursor: pointer;
}
.comment-field.checkbox-grp label {
  font-weight: 400;
  font-size: 16px;
  color: var(--tg-body-color);
  user-select: none;
}

.latest-comments .list-wrap li {
  padding-bottom: 30px;
  margin-bottom: 45px;
  border-bottom: 1px solid #E8E8E8;
}
.latest-comments .list-wrap li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.latest-comments .list-wrap li:last-child .comments-box {
  margin-left: 45px;
}
@media (max-width: 767.98px) {
  .latest-comments .list-wrap li:last-child .comments-box {
    margin-left: 0;
  }
}
.latest-comments .comments-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
@media (max-width: 767.98px) {
  .latest-comments .comments-box {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.latest-comments .comments-avatar {
  flex: 0 0 auto;
  width: 115px;
}
.latest-comments .comments-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.latest-comments .comments-text .avatar-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.latest-comments .comments-text .avatar-name .name {
  font-size: 20px;
  margin-bottom: 0;
}
.latest-comments .comments-text .avatar-name .date {
  font-size: 14px;
  margin-left: auto;
  font-weight: 500;
}
.latest-comments .comments-text p {
  margin-bottom: 15px;
}
.latest-comments .comments-text .comment-reply .comment-reply-link {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: #F7F7FB;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  line-height: 1;
  padding: 10px 18px;
}
.latest-comments .comments-text .comment-reply .comment-reply-link:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

.pagination__wrap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.pagination__wrap ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #E5E7E8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 18px;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  font-weight: var(--tg-fw-medium);
}
.pagination__wrap ul li a:hover {
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}
.pagination__wrap ul li.active a {
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}

.shine__animate-link {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.shine__animate-link::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.shine__animate-item:hover .shine__animate-link::before {
  -webkit-animation: hoverShine 1.2s;
  animation: hoverShine 1.2s;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1200px;
}

/*=============================
	02. Newsletter
===============================*/
.newsletter__wrap {
  margin-top: -85px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.newsletter__content {
  background: var(--tg-theme-primary);
  position: relative;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 60px;
}
@media (max-width: 1199.98px) {
  .newsletter__content {
    padding: 30px 25px;
  }
}
@media (max-width: 991.98px) {
  .newsletter__content {
    padding: 30px 30px;
  }
}
.newsletter__content .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  font-weight: 800;
  font-size: 24px;
  text-transform: capitalize;
  gap: 6px;
  color: var(--tg-color-white-default);
}
.newsletter__content .title i {
  font-size: 30px;
  line-height: 0;
  transform: translateY(5px);
}
.newsletter__content .shape {
  position: absolute;
  right: 32px;
  bottom: 10%;
  z-index: -1;
  max-width: 161px;
  -webkit-animation-duration: 25s;
  animation-duration: 25s;
}
@media (max-width: 1199.98px) {
  .newsletter__content .shape {
    max-width: 120px;
  }
}
.newsletter__content-left {
  position: relative;
  background: var(--tg-color-gray-9);
  padding: 40px 60px 40px 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 1;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1199.98px) {
  .newsletter__content-left {
    padding: 30px 20px 30px 20px;
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .newsletter__content-left {
    padding: 30px 30px 30px 30px;
  }
}
@media (max-width: 767.98px) {
  .newsletter__content-left {
    flex-direction: column;
    text-align: center;
  }
}
.newsletter__content-left .title {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 800;
}
@media (max-width: 1199.98px) {
  .newsletter__content-left .title {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .newsletter__content-left .title {
    font-size: 28px;
  }
}
.newsletter__content-left .shape {
  position: absolute;
  right: 16px;
  bottom: 0;
  z-index: -1;
  max-width: 91px;
}
.newsletter__form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767.98px) {
  .newsletter__form {
    flex-direction: column;
  }
}
.newsletter__form input {
  width: 100%;
  border: none;
  background: #a90005;
  color: var(--tg-color-white-default);
  font-size: 16px;
  font-weight: 500;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 20px 12px;
  height: 50px;
}
.newsletter__form input::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #ffa5a7;
}
.newsletter__form button {
  border: none;
  white-space: nowrap;
  padding: 17px 26px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  background: #fef9fa;
  line-height: 1;
  border-radius: 5px;
  color: var(--tg-color-black-2);
}
@media (max-width: 767.98px) {
  .newsletter__form button {
    width: 100%;
  }
}
.newsletter__form button:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}

.experiences__wrap {
  background: var(--tg-theme-primary);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
  padding: 13px 24px;
}
@media (max-width: 1199.98px) {
  .experiences__wrap {
    padding: 13px 18px;
  }
}
.experiences__wrap .count {
  font-weight: 800;
  font-size: 80px;
  color: var(--tg-color-white-default);
  text-shadow: 7px 6px 0 0 #a30005;
  line-height: 0.8;
  margin-bottom: 12px;
}
@media (max-width: 1199.98px) {
  .experiences__wrap .count {
    font-size: 65px;
  }
}
.experiences__wrap span {
  font-size: 14px;
  line-height: 1.2;
  display: block;
  text-transform: uppercase;
  color: var(--tg-color-white-default);
  font-weight: 700;
}
.experiences__wrap span strong {
  font-weight: 600;
  font-size: 17px;
  text-transform: capitalize;
  display: block;
}

/*=============================
	02. Blog
===============================*/
.contact-map {
  width: 100%;
  height: 380px;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  /* mix-blend-mode: luminosity; */
}
.contact-map-two {
  margin-bottom: 75px;
}
.contact-map-two iframe {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.contact__info-item {
  margin-bottom: 30px;
}
.contact__info-item .title {
  margin-bottom: 18px;
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .contact__info-item .title {
    font-size: 24px;
  }
}
.contact__info-item .title a:hover {
  color: var(--tg-theme-primary);
}
.contact__info-item > p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.contact__info-item .info-two {
  line-height: 1.4;
  margin-bottom: 10px;
}
.contact__info-item > a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--tg-body-color);
}
.contact__info-item > a:hover {
  color: var(--tg-theme-primary);
}
.contact__form-wrap {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  background: var(--tg-color-white-default);
  border: 1px solid #eee9e9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 40px 40px;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .contact__form-wrap {
    padding: 30px 30px 30px;
  }
}
.contact__form-wrap .title {
  margin-bottom: 30px;
  font-size: 24px;
  text-transform: capitalize;
}
.contact__form .form-grp {
  margin-bottom: 15px;
}
.contact__form .form-grp textarea, .contact__form .form-grp input {
  width: 100%;
  background: transparent;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 14px 20px 15px;
  font-size: 16px;
  font-weight: 400;
  color: var(--tg-color-black-2);
  height: 50px;
  display: block;
}
.contact__form .form-grp textarea::placeholder, .contact__form .form-grp input::placeholder {
  color: var(--tg-color-gray-8);
  text-transform: capitalize;
}
.contact__form .form-grp textarea {
  min-height: 135px;
  max-height: 135px;
}
.contact__form .btn {
  margin-top: 10px;
}

.ajax-response.error, .ajax-response.success {
  margin: 20px 0 0 !important;
}
.ajax-response.error {
  color: red;
}
.ajax-response.success {
  color: green;
}

/*=============================
	02. Cta
===============================*/
.cta__area-two {
  background: var(--tg-color-gray-12);
}
.cta__wrap {
  background: var(--tg-theme-primary);
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  padding: 50px 55px 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .cta__wrap {
    padding: 40px 30px 40px;
  }
}
@media (max-width: 991.98px) {
  .cta__wrap {
    padding: 30px 30px 30px;
  }
}
.cta__wrap-two {
  background: var(--tg-theme-primary);
  border-radius: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 2;
}
.cta__wrap-three {
  background: var(--tg-color-white-default);
  border: 1px solid #E6E6E6;
  margin-top: -100px;
}
@media (max-width: 991.98px) {
  .cta__content {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cta__content .title {
  color: var(--tg-color-white-default);
  margin-bottom: 0;
  font-size: 30px;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .cta__content .title {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .cta__content .title {
    font-size: 25px;
  }
}
@media (max-width: 991.98px) {
  .cta__content .title br {
    display: none;
  }
}
.cta__content-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 50px 65px;
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .cta__content-two {
    padding: 35px 25px;
  }
}
@media (max-width: 991.98px) {
  .cta__content-two {
    padding: 35px 35px;
  }
}
@media (max-width: 767.98px) {
  .cta__content-two {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
}
.cta__content-two .title {
  color: var(--tg-color-white-default);
  margin-bottom: 5px;
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .cta__content-two .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta__content-two .title {
    font-size: 30px;
  }
}
.cta__content-two p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--tg-color-white-default);
}
.cta__content-three .title {
  color: var(--tg-heading-color);
}
.cta__content-three p {
  color: var(--tg-body-color);
}
@media (max-width: 991.98px) {
  .cta__btn {
    text-align: center !important;
  }
}
.cta__btn-two .btn {
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
}
.cta__btn-two .btn:hover {
  color: var(--tg-color-white-default);
  background: #f4581e;
}
.cta__btn-three .btn {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}
.cta__btn-three .btn:hover {
  background: var(--tg-theme-primary);
}
.cta__img {
  width: 387px;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .cta__img {
    width: 300px;
  }
}
@media (max-width: 991.98px) {
  .cta__img {
    display: none;
  }
}
.cta__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta__shape img {
  position: absolute;
  right: 25%;
  top: 23%;
  z-index: -1;
  max-width: 113px;
}
@media (max-width: 1199.98px) {
  .cta__shape img {
    right: 28%;
    top: 20%;
    max-width: 100px;
  }
}
@media (max-width: 991.98px) {
  .cta__shape img {
    display: none;
  }
}

/*=============================
	02. Footer
===============================*/
.footer__area {
  background: var(--tg-color-black-3);
  position: relative;
  z-index: 1;
}
.footer__area-two {
  background: var(--tg-color-black-2);
  position: relative;
  z-index: 1;
}
.footer__area-three {
  padding-top: 105px;
  margin-top: -105px;
}
.footer__area-four {
  background: var(--tg-color-dark-blue-two);
}
.footer__top {
  padding: 90px 0 40px;
}
.footer__top .row [class*=col-]:nth-child(1) .footer__widget {
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .footer__top .row [class*=col-]:nth-child(1) .footer__widget {
    margin-right: 0;
  }
}
.footer__top .row [class*=col-]:nth-child(2) .footer__widget {
  margin-left: 25px;
}
@media (max-width: 991.98px) {
  .footer__top .row [class*=col-]:nth-child(2) .footer__widget {
    margin-left: 0;
  }
}
.footer__top .row [class*=col-]:nth-child(3) .footer__widget {
  margin-left: 65px;
}
@media (max-width: 1199.98px) {
  .footer__top .row [class*=col-]:nth-child(3) .footer__widget {
    margin-left: 0;
  }
}
.footer__widget {
  margin-bottom: 40px;
}
.footer__widget-title {
  margin-bottom: 15px;
  color: var(--tg-color-white-default);
  font-size: 24px;
  position: relative;
  padding-bottom: 20px;
}
.footer__widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 29px;
  height: 4px;
  background: var(--tg-theme-secondary);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.footer__widget-title-two::before {
  background: var(--tg-theme-primary);
}
.footer__logo {
  margin-bottom: 20px;
}
.footer__logo img {
  max-height: 50px;
}
.footer__content p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #96A1B8;
  text-transform: capitalize;
}
.footer__content-two p {
  color: var(--tg-color-gray-8);
}
.footer__content-three p {
  color: var(--tg-color-sky-blue-two);
}
.footer__newsletter .form-grp {
  position: relative;
  margin-bottom: 12px;
}
.footer__newsletter .form-grp input {
  width: 100%;
  border: none;
  background: #D9D9D9;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  padding: 13px 140px 13px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-heading-color);
  height: 50px;
}
.footer__newsletter .form-grp input::placeholder {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #667594;
}
.footer__newsletter .form-grp button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  font-size: 14px;
  font-weight: 700;
  padding: 17px 34px 19px;
  line-height: 1;
}
.footer__newsletter .form-grp button:hover {
  background: var(--tg-theme-secondary);
}
.footer__newsletter span {
  display: block;
  color: var(--tg-color-gray-6);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.footer__link .list-wrap li {
  margin-bottom: 10px;
}
.footer__link .list-wrap li:last-child {
  margin-bottom: 0;
}
.footer__link .list-wrap li a {
  color: var(--tg-color-gray-6);
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 500;
  position: relative;
}
.footer__link .list-wrap li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}
.footer__link .list-wrap li a:hover {
  color: var(--tg-color-white-default);
}
.footer__link .list-wrap li a:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.footer__link-two .list-wrap li a {
  color: var(--tg-color-gray-8);
}
.footer__link-three .list-wrap li a {
  color: var(--tg-color-sky-blue-two);
}
.footer__info-wrap .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 22px;
}
.footer__info-wrap .list-wrap li:last-child {
  margin-bottom: 0;
}
.footer__info-wrap .list-wrap li a, .footer__info-wrap .list-wrap li p {
  font-size: 17px;
  font-weight: 500;
  color: var(--tg-color-gray-6);
  margin-bottom: 0;
  line-height: 1.4;
}
.footer__info-wrap .list-wrap li a:hover {
  color: var(--tg-color-white-default);
}
.footer__info-wrap .list-wrap li i {
  flex: 0 0 auto;
  font-size: 22px;
  color: var(--tg-color-white-default);
  line-height: 0;
  transform: translateY(4px);
}
.footer__info-wrap-two .list-wrap li p, .footer__info-wrap-two .list-wrap li a {
  color: var(--tg-color-gray-8);
}
.footer__info-wrap-three .list-wrap li p, .footer__info-wrap-three .list-wrap li a {
  color: var(--tg-color-sky-blue-two);
}
.footer__bottom {
  border-top: 1px solid #1E1E3C;
  padding: 27px 0;
}
@media (max-width: 767.98px) {
  .footer__bottom {
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) {
  .footer__bottom .copyright-text {
    text-align: center;
    margin-bottom: 15px;
  }
}
.footer__bottom .copyright-text p {
  margin-bottom: 0;
  font-size: 14px;
  color: #7F8696;
  font-weight: 500;
  text-transform: capitalize;
}
.footer__bottom .copyright-text p a {
  color: #7F8696;
}
.footer__bottom .copyright-text p a:hover {
  color: var(--tg-color-white-default);
}
.footer__social .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .footer__social .list-wrap {
    justify-content: center;
  }
}
.footer__social .list-wrap li a {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-dark);
  color: var(--tg-color-white-default);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
}
.footer__social .list-wrap li a:hover {
  background: var(--tg-theme-secondary);
}
.footer__social-two {
  margin-bottom: 35px;
}
.footer__social-two .list-wrap {
  justify-content: flex-start;
}
.footer__social-two .list-wrap li a {
  background: var(--tg-color-black-4);
}
.footer__social-two .list-wrap li a:hover {
  background: #f4581e;
}
.footer__social-three {
  margin-bottom: 35px;
}
.footer__social-three .list-wrap {
  justify-content: flex-start;
}
.footer__social-three .list-wrap li a {
  background: var(--tg-color-dark-blue-three);
}
.footer__social-three .list-wrap li a:hover {
  background: #f4581e;
}
.footer__shape img {
  position: absolute;
  z-index: -1;
}
.footer__shape img:nth-child(1) {
  left: 50px;
  top: 0;
  max-width: 226px;
}
@media (max-width: 1500px) {
  .footer__shape img:nth-child(1) {
    left: 18px;
    max-width: 160px;
  }
}
.footer__shape img:nth-child(2) {
  right: 0;
  bottom: 25%;
  max-width: 212px;
}
@media (max-width: 1500px) {
  .footer__shape img:nth-child(2) {
    bottom: 20%;
    max-width: 150px;
  }
}
@media (max-width: 1199.98px) {
  .footer__shape img:nth-child(2) {
    bottom: 8%;
    max-width: 100px;
  }
}
@media (max-width: 767.98px) {
  .footer__shape-two img:nth-child(1) {
    max-width: 90px;
  }
}
.footer__shape-two img:nth-child(2) {
  right: 60px;
  bottom: 0;
}
.footer__shape-three img:nth-child(1) {
  bottom: 0;
  top: auto;
  left: 75px;
  max-width: 152px;
}

.copyright-text-two p {
  margin-bottom: 0;
  color: var(--tg-color-gray-8);
  font-size: 14px;
  font-weight: 500;
}
.copyright-text-two p a {
  color: var(--tg-color-gray-8);
}
.copyright-text-two p a:hover {
  color: var(--tg-theme-primary);
}
.copyright-text-three p {
  color: var(--tg-color-sky-blue-two);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}
.copyright-text-three p a {
  color: var(--tg-color-sky-blue-two);
}
.copyright-text-three p a:hover {
  color: var(--tg-theme-primary);
}

/*=============================
	02. Home Five all css
===============================*/
.tg-header__area-five {
  background: transparent;
  box-shadow: none;
}
.tg-header__area-five .tgmenu__wrap {
  background: var(--tg-color-white-default);
  border-radius: 6px;
  padding: 0 27px;
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .tg-header__area-five .tgmenu__wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .tg-header__area-five .tgmenu__wrap {
    margin-top: 12px;
    padding: 10px 20px;
  }
}
.tg-header__area-five .tgmenu__navbar-wrap > ul {
  margin: 0 0 0 80px;
}
.tg-header__area-five .tgmenu__navbar-wrap > ul > li > a:hover {
  color: var(--tg-theme-primary);
}
.tg-header__area-five .tgmenu__navbar-wrap > ul > li > a:hover::after {
  color: var(--tg-theme-primary);
}
.tg-header__area-five .tgmenu__navbar-wrap > ul > li.active a {
  color: var(--tg-theme-primary);
}
.tg-header__area-five .tgmenu__navbar-wrap > ul > li.active a::after {
  color: var(--tg-theme-primary);
}
.tg-header__area-five .tgmenu__navbar-wrap > ul > li .sub-menu > li a {
  color: var(--tg-heading-color);
}
.tg-header__area-five .tgmenu__navbar-wrap > ul > li .sub-menu > li a:hover {
  color: var(--tg-theme-primary);
}
.tg-header__area-five .tgmenu__navbar-wrap > ul > li .sub-menu > li.active a {
  color: var(--tg-theme-primary);
}

.tgmenu__action-five .list-wrap li.header-search a {
  width: auto;
  border: none;
}

.tg-header__area-five.sticky-menu.sticky-menu__show .tgmenu__wrap {
  margin-top: 0;
}

.tg-header__area-five.sticky-menu.sticky-menu__show {
  background: var(--tg-color-white-default);
}

.slider__area-two {
  position: relative;
  z-index: 1;
}
.slider__bg-three {
  background-size: cover;
  background-position: center;
  padding: 120px 0 100px;
  position: relative;
  z-index: 1;
  min-height: 620px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 1500px) {
  .slider__bg-three {
    min-height: 560px;
    padding: 100px 0 90px;
  }
}
@media (max-width: 991.98px) {
  .slider__bg-three {
    padding: 80px 0 90px;
    min-height: 500px;
  }
}
@media (max-width: 767.98px) {
  .slider__bg-three {
    min-height: 440px;
    padding: 60px 0 70px;
  }
}
.slider__bg-three::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: -1;
}
.slider__content-three {
  position: relative;
  z-index: 1;
}
.slider__content-three .sub-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tg-color-white-default);
  line-height: 1;
  margin-bottom: 6px;
}
.slider__content-three .title {
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--tg-color-white-default);
}
@media (max-width: 1500px) {
  .slider__content-three .title {
    font-size: 54px;
  }
}
@media (max-width: 1199.98px) {
  .slider__content-three .title {
    font-size: 46px;
  }
}
@media (max-width: 767.98px) {
  .slider__content-three .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__content-three .title {
    font-size: 40px;
  }
}
.slider__content-three p {
  margin-bottom: 35px;
  font-weight: 500;
  color: var(--tg-color-white-default);
  text-transform: capitalize;
  width: 90%;
}
@media (max-width: 1500px) {
  .slider__content-three p {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199.98px) {
  .slider__content-three p {
    width: 100%;
  }
}
.slider__content-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 25px 25px 25px 32px;
  gap: 32px;
}
@media (max-width: 1199.98px) {
  .slider__content-bottom {
    padding: 20px 20px 20px 20px;
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .slider__content-bottom {
    display: none;
  }
}
.slider__content-bottom .thumb {
  width: 200px;
  flex: 0 0 auto;
}
.slider__content-bottom .thumb img {
  width: 100%;
  border: 3px solid var(--tg-color-white-default);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.slider__content-bottom .content .count {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 25px;
  color: var(--tg-color-white-default);
}
.slider__content-bottom .content p {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.2;
  color: var(--tg-color-white-default);
}
@media (max-width: 1199.98px) {
  .slider__content-bottom .content p {
    font-size: 20px;
  }
}
.slider__content-bottom-wrap {
  position: absolute;
  bottom: 0;
  right: 5.2%;
  z-index: 3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 0 15px 0 0;
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199.98px) {
  .slider__content-bottom-wrap {
    right: 3.2%;
  }
}
@media (max-width: 767.98px) {
  .slider__content-bottom-wrap {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }
}
.slider__nav {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .slider__nav {
    flex-direction: row;
  }
}
.slider__nav button {
  width: 70px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0;
  border-left: none;
  margin-top: -1px;
  color: var(--tg-color-white-default);
}
@media (max-width: 767.98px) {
  .slider__nav button {
    border: none;
    height: 80px;
  }
}
.slider__nav button:last-child {
  border-bottom: none;
}
@media (max-width: 767.98px) {
  .slider__nav button:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.slider__nav button:first-child {
  border-top: none;
}

.slider__active-three .swiper-slide-active .slider__content-three .sub-title {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.slider__active-three .swiper-slide-active .slider__content-three .title {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.slider__active-three .swiper-slide-active .slider__content-three p {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.slider__active-three .swiper-slide-active .slider__content-three .slider__btn {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

.brand__area-three {
  border-bottom: 1px solid #d8d8d8;
  padding: 42px 0;
}

.about__area-six {
  position: relative;
  z-index: 1;
}

.about__img-six {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991.98px) {
  .about__img-six {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .about__img-six {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__img-six {
    flex-wrap: nowrap;
  }
}
.about__img-six .left-side {
  width: 300px;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1199.98px) {
  .about__img-six .left-side {
    width: 219px;
  }
}
@media (max-width: 767.98px) {
  .about__img-six .left-side {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__img-six .left-side {
    width: 255px;
  }
}
.about__img-six .img-one {
  width: 100%;
  height: 350px;
  object-fit: cover;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
@media (max-width: 1199.98px) {
  .about__img-six .img-one {
    height: 290px;
  }
}
.about__img-six .right-side {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .about__img-six .right-side {
    flex-direction: column;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__img-six .right-side {
    flex-direction: column-reverse;
  }
}
.about__img-six .right-side img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .about__img-six .right-side img {
    height: 290px;
    object-fit: cover;
  }
}

.about__review-box-two {
  background: var(--tg-color-gray-10);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 28px 32px 26px;
}
@media (max-width: 1199.98px) {
  .about__review-box-two {
    padding: 20px 20px 20px;
  }
}
.about__review-box-two > span {
  margin-bottom: 0;
  font-weight: 600;
  color: var(--tg-heading-color);
}
.about__review-author-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .about__review-author-wrap {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.about__review-author-wrap .count {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 40px;
  line-height: 0.8;
}
@media (max-width: 1199.98px) {
  .about__review-author-wrap .count {
    font-size: 30px;
  }
}
.about__review-author-wrap .count .counter-number {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 40px;
}
@media (max-width: 1199.98px) {
  .about__review-author-wrap .count .counter-number {
    font-size: 30px;
  }
}
.about__review-author-wrap .about__review-author {
  margin-bottom: 0;
}

.experience__box-two {
  background: #444;
  padding: 30px 30px;
}
@media (max-width: 1199.98px) {
  .experience__box-two {
    padding: 20px 18px;
  }
}
@media (max-width: 1199.98px) {
  .experience__box-two .title {
    font-size: 55px;
  }
}
.experience__box-two span::before {
  background: #797676;
}

.about__content-six {
  padding-left: 48px;
}
@media (max-width: 1199.98px) {
  .about__content-six {
    padding-left: 0;
  }
}

.about__list-wrap-three {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .about__list-wrap-three {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.about__list-item-three {
  width: 48%;
  margin-bottom: 0;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .about__list-item-three {
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .about__list-item-three {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767.98px) {
  .about__list-item-three {
    width: 100%;
  }
}
.about__list-item-three .content .title {
  font-size: 20px;
}
.about__list-item-three .content p {
  line-height: 1.5;
  font-size: 16px;
  text-transform: capitalize;
}

.about__content-six p {
  margin-bottom: 22px;
  text-transform: capitalize;
  font-size: 18px;
}

.about__list-box-six {
  margin-bottom: 35px;
}
.about__list-box-six .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
.about__list-box-six .list-wrap li {
  width: 50%;
  flex: 0 0 auto;
  margin-bottom: 0;
  align-items: baseline;
}
@media (max-width: 767.98px) {
  .about__list-box-six .list-wrap li {
    width: 100%;
  }
}

.about__shape-three img {
  position: absolute;
  left: 50px;
  bottom: 16%;
  width: 195px;
  z-index: -1;
}
@media (max-width: 1500px) {
  .about__shape-three img {
    bottom: 8%;
    width: 120px;
  }
}
@media (max-width: 991.98px) {
  .about__shape-three img {
    bottom: 4%;
    width: 90px;
    left: auto;
    right: 50px;
  }
}

.marquee__area-four {
  padding-bottom: 80px;
}

.marquee__item-five a svg {
  color: var(--tg-theme-primary);
}

.services__item-four {
  position: relative;
}
.services__item-four:hover .services__icon-four i {
  transform: rotateY(180deg);
}
.services__thumb-four {
  position: relative;
}
.services__thumb-four img {
  border-radius: 10px;
  width: 100%;
  height: 480px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .services__thumb-four img {
    height: 400px;
  }
}
.services__thumb-four::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 10px;
}
.services__content-four {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
}
.services__content-four-inner {
  background: var(--tg-color-white-default);
  padding: 20px 24px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.services__content-four-inner .title {
  margin-bottom: 10px;
  font-size: 24px;
}
.services__content-four-inner p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
  text-transform: capitalize;
}
.services__icon-four {
  width: 60px;
  height: 60px;
  background: var(--tg-theme-primary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 36px;
  line-height: 0;
  color: var(--tg-color-white-default);
  margin-bottom: 20px;
}
.services__icon-four i {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.choose__area-three {
  background: var(--tg-heading-color);
  position: relative;
  z-index: 1;
}
.choose__bg-two {
  position: absolute;
  left: 0;
  top: 0;
  width: 44%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .choose__bg-two {
    width: 40%;
  }
}
@media (max-width: 991.98px) {
  .choose__bg-two {
    display: none;
  }
}
.choose__content-three {
  margin-left: 68px;
}
@media (max-width: 1199.98px) {
  .choose__content-three {
    margin-left: 0;
  }
}
.choose__content-bottom-two .left-side > p {
  color: var(--tg-color-gray-8);
  text-transform: capitalize;
}
.choose__content-bottom-two .left-side::before {
  background: #414141;
}
.choose__content-bottom-two .btn:hover {
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}

.video__area-five {
  padding: 170px 0 310px;
}
@media (max-width: 1199.98px) {
  .video__area-five {
    padding: 120px 0 240px;
  }
}
@media (max-width: 767.98px) {
  .video__area-five {
    padding: 100px 0 220px;
  }
}
.video__content-three {
  position: relative;
}
.video__content-three > p {
  margin-bottom: 25px;
  text-transform: capitalize;
  width: 82%;
}
.video__content-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 25px;
}
.video__content-bottom .btn {
  background: #fceff0;
  color: var(--tg-theme-primary);
}
.video__content-bottom .btn:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.video__img {
  position: relative;
}
@media (max-width: 991.98px) {
  .video__img {
    margin-bottom: 50px;
  }
}
.video__img img {
  width: 100%;
  border-radius: 10px;
}
.video__img .video__play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.line {
  height: 1px;
  flex-grow: 1;
  background: #D3D3D3;
  position: relative;
}
.line::before, .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 7px;
  width: 7px;
  background: #D3D3D3;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.line::before {
  left: auto;
  right: 0;
}

.about__clients-box-three {
  margin-right: -90px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .about__clients-box-three {
    padding: 20px 20px 20px;
    max-width: 260px;
    margin-right: -140px;
  }
}
@media (max-width: 991.98px) {
  .about__clients-box-three {
    margin-right: 0;
  }
}

.project__item-four {
  margin-bottom: 0;
  overflow: hidden;
}
.project__item-four:hover .project__thumb-four::after {
  opacity: 1;
}
.project__item-four:hover .project__thumb-four img {
  filter: grayscale(0);
}
.project__item-four:hover .project__content-four {
  margin-bottom: 0;
  visibility: visible;
  opacity: 1;
}
.project__item-four:hover .project__content-four p, .project__item-four:hover .project__content-four .title, .project__item-four:hover .project__content-four .tag {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.project__item-four:hover .project__content-four .title {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.project__item-four:hover .project__content-four p {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.project__thumb-four {
  position: relative;
  z-index: 1;
}
.project__thumb-four::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  pointer-events: none;
}
.project__thumb-four img {
  width: 100%;
  height: 530px;
  filter: grayscale(1);
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1500px) {
  .project__thumb-four img {
    height: 480px;
  }
}
@media (max-width: 1199.98px) {
  .project__thumb-four img {
    height: 420px;
  }
}
.project__content-four {
  position: absolute;
  left: 40px;
  bottom: 30px;
  right: 40px;
  z-index: 1;
  margin-bottom: -100px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1500px) {
  .project__content-four {
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 1199.98px) {
  .project__content-four {
    left: 25px;
    right: 20px;
    bottom: 20px;
  }
}
.project__content-four .tag {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
  border-radius: 4px;
  display: inline-block;
  padding: 8px 10px;
  line-height: 1;
  margin-bottom: 10px;
}
.project__content-four .tag:hover {
  background: var(--tg-heading-color);
}
.project__content-four .title {
  margin-bottom: 6px;
  font-weight: 800;
  text-transform: capitalize;
  color: var(--tg-color-white-default);
  font-size: 30px;
}
@media (max-width: 1500px) {
  .project__content-four .title {
    font-size: 26px;
  }
}
@media (max-width: 1199.98px) {
  .project__content-four .title {
    font-size: 22px;
  }
}
.project__content-four p {
  margin-bottom: 0;
  text-transform: capitalize;
  color: var(--tg-color-white-default);
}

.work__item-four {
  margin-bottom: 0;
}
.work__item-four .work__shape svg {
  color: #A6A6A6;
}
.work__icon-four {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.work__icon-four .number {
  background: var(--tg-color-white-default);
  border: 1px solid var(--tg-theme-primary);
  color: var(--tg-heading-color);
}
.work__content-four .title {
  color: var(--tg-heading-color);
}
.work__content-four p {
  color: var(--tg-body-color);
}

.testimonial__area-five {
  background: var(--tg-theme-primary);
}
.testimonial__item-two {
  background: var(--tg-color-white-default);
  padding: 68px 300px 70px 85px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .testimonial__item-two {
    padding: 40px 100px 40px 40px;
  }
}
@media (max-width: 767.98px) {
  .testimonial__item-two {
    padding: 30px 30px 30px 30px;
  }
}
.testimonial__item-two p {
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 35px;
  text-transform: capitalize;
  font-family: var(--tg-heading-font-family);
  font-weight: 600;
  color: var(--tg-heading-color);
}
@media (max-width: 1199.98px) {
  .testimonial__item-two p {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .testimonial__item-two p {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .testimonial__item-two p {
    font-size: 24px;
  }
}
.testimonial__item-two .shape {
  position: absolute;
  right: 7.5%;
  bottom: 0;
  color: #F2F2F2;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .testimonial__item-two .shape svg {
    width: 150px;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .testimonial__item-two .shape svg {
    width: 80px;
  }
}
.testimonial__rating-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 7.5px;
  color: var(--tg-heading-color);
  margin-bottom: 22px;
}
@media (max-width: 1199.98px) {
  .testimonial__rating-two svg {
    width: 25px;
    height: auto;
  }
}
.testimonial__author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonial__author .thumb {
  width: 80px;
  flex: 0 0 auto;
}
.testimonial__author .thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.testimonial__author .content .title {
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .testimonial__author .content .title {
    font-size: 24px;
  }
}
.testimonial__author .content span {
  font-size: 20px;
  font-weight: 600;
  color: var(--tg-heading-color);
  text-transform: capitalize;
  line-height: 1;
}
.testimonial__nav-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .testimonial__nav-two {
    justify-content: flex-start;
  }
}
.testimonial__nav-two button {
  border-radius: 8px;
  border: 1.88px solid var(--tg-color-white-default);
  padding: 0;
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  color: var(--tg-color-white-default);
  background: transparent;
}
.testimonial__nav-two button:hover {
  background: var(--tg-heading-color);
  border-color: var(--tg-heading-color);
}

.blog__post-item-two {
  background: var(--tg-color-gray-10);
  box-shadow: none;
}
.blog__post-item-two .blog__post-content .title {
  margin-bottom: 25px;
}

.cta__btn-four .btn {
  border-color: var(--tg-color-white-default);
}
.cta__btn-four .btn:hover {
  border-color: var(--tg-heading-color);
}

.footer__area-five {
  background: #101010;
}
.footer__content-four p {
  color: var(--tg-color-gray-8);
}
.footer__newsletter-two .form-grp input {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background: #212121;
  color: var(--tg-color-white-default);
}
.footer__newsletter-two .form-grp input::placeholder {
  color: var(--tg-color-gray-8);
}
.footer__newsletter-two .form-grp button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.footer__newsletter-two span {
  color: var(--tg-color-gray-8);
}
.footer__social-four {
  margin-bottom: 0;
}
.footer__social-four .list-wrap {
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .footer__social-four .list-wrap {
    justify-content: center;
  }
}
.footer__bottom-two {
  border-color: #3a3a3a;
}
.footer__bottom-two .copyright-text-four p {
  color: var(--tg-color-gray-8);
}

.footer__info-wrap-two .list-wrap li p span {
  color: var(--tg-color-white-default);
}

/*# sourceMappingURL=main.css.map */


/* Header Single Line Fix */
.tgmenu__wrap {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.tgmenu__navbar-wrap.tgmenu__main-menu {
  flex-grow: 1;
  display: flex !important;
  justify-content: center;
}
.tgmenu__navbar-wrap.tgmenu__main-menu > ul.navigation {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  margin: 0 auto;
}
.tgmenu__navbar-wrap.tgmenu__main-menu > ul.navigation > li {
  white-space: nowrap !important;
}
.tgmenu__navbar-wrap.tgmenu__main-menu > ul.navigation > li > a {
  padding: 32px 9px !important;
  white-space: nowrap !important;
  font-size: 14.5px !important;
}
.tgmenu__action {
  flex-shrink: 0 !important;
}


/* ==========================================================================
   Uniform Section Padding: 60px 0px (Except Hero/Banner/Slider/Breadcrumb/Header/Footer)
   ========================================================================== */
main > section:not([class*="banner__area"]):not([class*="slider__area"]):not([class*="breadcrumb__area"]):not([class*="footer__area"]):not(.slider__area-two):not(.banner__area-two),
.pt-140, .pt-130, .pt-120, .pt-110, .pt-100, .pt-90,
.section-pt-140, .section-pt-130, .section-pt-120, .section-pt-110, .section-pt-100, .section-pt-90,
.section-pb-140, .section-pb-130, .section-pb-120, .section-pb-110, .section-pb-100, .section-pb-90,
.section-py-140, .section-py-130, .section-py-120, .section-py-110, .section-py-100, .section-py-90,
.about__area,
.about__area-two,
.about__area-three,
.about__area-four,
.about__area-five,
.about__area-six,
.services__area,
.services__area-two,
.services__area-three,
.services__area-four,
.services__area-five,
.services__area-six,
.choose__area,
.choose__area-two,
.choose__area-three,
.choose__area-four,
.choose__area-five,
.achieved__area,
.pricing__area,
.project__area,
.project__area-two,
.project__area-three,
.project__area-four,
.project__area-five,
.testimonial__area,
.testimonial__area-two,
.testimonial__area-three,
.testimonial__area-four,
.testimonial__area-five,
.work__area,
.work__area-two,
.work__area-three,
.work__area-four,
.work__area-five,
.team__area,
.team__area-two,
.team__area-three,
.team__area-four,
.team__area-five,
.blog-area,
.blog-details-area,
.blog__post-area,
.blog__post-area-two,
.blog__post-area-three,
.blog__post-area-four,
.blog__post-area-five,
.faq__area,
.faq__area-two,
.counter__area,
.counter__area-two,
.video__area,
.video__area-two,
.video__area-three,
.video__area-four,
.video__area-five,
.cta__area,
.cta__area-two,
.cta__area-three,
.history__area,
.history__area-two,
.history__area-three,
.mission__area,
.vision__area,
.features__area,
.features__area-two,
.partner__area,
.brand__area,
.brand__area-two,
.brand__area-three,
.contact__area,
.request__area,
.request__area-two,
.newsletter__area,
.marquee__area,
.marquee__area-two,
.marquee__area-three,
.marquee__area-four {
  padding: 60px 0px !important;
}

.slider__area,
.slider__area-two,
.banner__area,
.banner__area-two,
.banner__area-three {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


/*==============================================
   Unified Footer Background Across All Index Pages & Site
==============================================*/
.footer__area,
.footer__area-two,
.footer__area-three,
.footer__area-four,
.footer__area-five {
  background: var(--tg-color-black-3, #00002F) !important;
  position: relative;
  z-index: 1;
}

.footer__bottom,
.footer__bottom-two {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: transparent !important;
}

.footer__newsletter-two .form-grp input {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

/*==============================================
   Unified Logo & Footer Matching Theme Styles
==============================================*/
.tgmenu__wrap .logo,
.tgmenu__wrap .logo a,
.tgmobile__menu .nav-logo,
.tgmobile__menu .nav-logo a,
.offCanvas__logo,
.offCanvas__logo a,
.sidebar__logo,
.sidebar__logo a,
.footer__logo,
.footer__logo a {
  background: transparent !important;
  box-shadow: none !important;
}

.tgmenu__wrap .logo img,
.tgmobile__menu .nav-logo img,
.offCanvas__logo img,
.sidebar__logo img,
.footer__logo img {
  max-height: 46px;
  width: auto;
  object-fit: contain;
  display: block;
}

/* Footer widget title underline accent matching brand orange */
.footer__widget-title::before,
.footer__widget-title-two::before {
  background: var(--tg-theme-secondary, #F4581E) !important;
  height: 4px;
  border-radius: 4px;
}

/* Footer info icons matching brand orange */
.footer__info-wrap .list-wrap li i,
.footer__info-wrap-two .list-wrap li i,
.footer__info-wrap-three .list-wrap li i {
  color: var(--tg-theme-secondary, #F4581E) !important;
}

/* Footer link hover state matching brand orange */
.footer__link .list-wrap li a:hover,
.footer__link-two .list-wrap li a:hover,
.footer__link-three .list-wrap li a:hover,
.footer__info-wrap .list-wrap li a:hover,
.footer__info-wrap-two .list-wrap li a:hover,
.footer__info-wrap-three .list-wrap li a:hover,
.copyright-text p a:hover,
.copyright-text-two p a:hover {
  color: var(--tg-theme-secondary, #F4581E) !important;
}

/* Footer social buttons hover effect */
.footer__social .list-wrap li a:hover,
.footer__social-two .list-wrap li a:hover,
.footer__social-three .list-wrap li a:hover {
  background: var(--tg-theme-secondary, #F4581E) !important;
  color: #ffffff !important;
  transform: translateY(-3px);
  transition: all 0.3s ease;
}

/* Footer newsletter button */
.footer__newsletter .form-grp button {
  background: var(--tg-theme-secondary, #F4581E) !important;
  color: #ffffff !important;
  transition: all 0.3s ease;
}

.footer__newsletter .form-grp button:hover {
  background: var(--tg-theme-primary, #0056DB) !important;
}

/*=============================================
	=    Bootstrap 5 Quote Popup Modal Styling    =
=============================================*/
.quote-bs5-modal .modal-content {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
}

.quote-bs5-modal .modal-header {
  padding: 10px 10px 16px 10px;
}

.quote-bs5-modal .modal-title {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.2px;
}

.quote-bs5-modal .letter-spacing-1 {
  letter-spacing: 0.6px;
}

.quote-bs5-modal .form-control,
.quote-bs5-modal .form-select {
  width: 100%;
  background: transparent;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 14px 20px 15px;
  font-size: 16px;
  font-weight: 400;
  color: var(--tg-color-black-2, #1e293b);
  height: 50px;
  display: block;
  outline: none;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quote-bs5-modal .form-control::placeholder,
.quote-bs5-modal .form-control::-webkit-input-placeholder,
.quote-bs5-modal .form-control::-moz-placeholder,
.quote-bs5-modal .form-control:-ms-input-placeholder {
  color: #94a3b8 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  opacity: 1;
}

.quote-bs5-modal .form-control:focus,
.quote-bs5-modal .form-select:focus {
  border-color: #0056DB;
  box-shadow: 0 0 0 3px rgba(0, 86, 219, 0.15);
}

.quote-bs5-modal .quote-date-input {
  color: #94a3b8;
  cursor: pointer;
}

.quote-bs5-modal .quote-date-input:focus,
.quote-bs5-modal .quote-date-input:valid,
.quote-bs5-modal .quote-date-input.has-value {
  color: #1e293b;
}

.quote-bs5-modal .quote-date-input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.65;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230056DB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4' width='18' height='18' rx='2' ry='2'></rect><line x1='16' y1='2' x2='16' y2='6'></line><line x1='8' y1='2' x2='8' y2='6'></line><line x1='3' y1='10' x2='21' y2='10'></line></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  padding: 4px;
}

.quote-bs5-modal .quote-date-input::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

.quote-bs5-modal .quote-select,
.quote-bs5-modal select.form-select {
  color: #94a3b8;
  cursor: pointer;
}

.quote-bs5-modal .quote-select:focus,
.quote-bs5-modal select.form-select:focus {
  color: #1e293b;
}

.quote-bs5-modal .quote-select.has-value,
.quote-bs5-modal select.form-select.has-value {
  color: #1e293b;
}

.quote-bs5-modal .quote-select option[value=""],
.quote-bs5-modal select.form-select option[value=""] {
  color: #94a3b8;
}

.quote-bs5-modal .quote-select option:not([value=""]),
.quote-bs5-modal select.form-select option:not([value=""]) {
  color: #1e293b;
}

.quote-bs5-modal .quote-submit-btn {
  background: #0056DB;
  border: none;
  height: 48px;
  box-shadow: 0 4px 12px rgba(0, 86, 219, 0.25);
  transition: all 0.25s ease;
}

.quote-bs5-modal .quote-submit-btn:hover {
  background: #0046b5;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 86, 219, 0.35);
}

/*=============================================
	=    Custom About Section (Reference Match)   =
=============================================*/
.about__img-custom {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 500px;
  margin: 0 auto;
}

.about-main-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.08));
}

.about-img-two {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 255px;
  border-radius: 38px;
  object-fit: cover;
  border: 6px solid #ffffff;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.12);
  z-index: 2;
}

.about-img-three {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 165px;
  height: 160px;
  border-radius: 35px;
  object-fit: cover;
  border: 6px solid #ffffff;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.12);
  z-index: 2;
}

@media (max-width: 575.98px) {
  .about__img-custom {
    max-width: 320px;
    height: 320px;
    margin-bottom: 35px;
  }
  .about-img-two {
    width: 140px;
    height: 160px;
    border-radius: 24px;
    border-width: 4px;
  }
  .about-img-three {
    width: 110px;
    height: 105px;
    border-radius: 20px;
    border-width: 4px;
  }
}

.about-check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #19a9eb;
  color: #ffffff;
  font-size: 11px;
  flex-shrink: 0;
}

.about__client-review-box {
  border-left: 1px solid #e2e8f0;
  padding-left: 28px;
}

@media (max-width: 575.98px) {
  .about__client-review-box {
    border-left: none;
    padding-left: 0;
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
    width: 100%;
  }
}

.btn-navy-touch {
  background: #001a5e;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 6px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 26, 94, 0.25);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-navy-touch:hover {
  background: #0056DB;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 86, 219, 0.35);
}

.about__experience-cyan-badge {
  background: #19a9eb;
  color: #ffffff;
  border-radius: 10px;
  padding: 14px 22px;
  box-shadow: 0 10px 25px rgba(25, 169, 235, 0.3);
}

.about__experience-cyan-badge .exp-count {
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
  letter-spacing: -1px;
}

.about__experience-cyan-badge .exp-divider {
  width: 1px;
  height: 38px;
  background: rgba(255, 255, 255, 0.4);
}

.about__experience-cyan-badge .exp-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  text-transform: capitalize;
}

.about__watermark-shape {
  position: absolute;
  right: 2%;
  bottom: 12%;
  z-index: -1;
  max-width: 220px;
  pointer-events: none;
  opacity: 0.85;
}

@media (max-width: 991.98px) {
  .about__watermark-shape {
    display: none;
  }
}

/*==============================================
   Project Area Three & Slider Overflow Fix
==============================================*/
.project__area-three {
  position: relative;
  overflow: hidden;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.project__area-three .custom-container-two,
.project__area-three .custom-container-six {
  overflow: visible;
  padding-left: 15px;
  padding-right: 15px;
}

.project-active-three {
  overflow: hidden !important;
  padding-bottom: 15px;
}

.project__item-two {
  width: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
}

.project__thumb-two {
  width: 100%;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.project__thumb-two img {
  width: 100% !important;
  height: 380px !important;
  object-fit: cover !important;
  display: block;
  border-radius: 12px;
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}

.project__item-two:hover .project__thumb-two img {
  transform: scale(1.05);
}

.project__content-two {
  position: absolute;
  left: 15px;
  bottom: 20px;
  right: 15px;
  padding: 0;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.project__content-two .title {
  margin-bottom: 0;
  color: var(--tg-color-white-default);
  font-size: 18px !important;
  font-weight: 600;
  background: var(--tg-theme-primary, #0056DB);
  border-radius: 6px;
  padding: 8px 14px;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.project__content-two .title a {
  color: #ffffff;
}

.project__content-two span {
  font-size: 13px;
  display: inline-block;
  border-radius: 4px;
  background: var(--tg-color-white-default);
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 10px;
  color: var(--tg-theme-secondary, #F4581E);
}

.project__item-four {
  border-radius: 12px;
  overflow: hidden;
}

.project__thumb-four {
  width: 100%;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.project__thumb-four img {
  width: 100% !important;
  height: 400px !important;
  object-fit: cover !important;
  display: block;
  border-radius: 12px;
}

.project__content-four {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  padding: 0;
  margin-bottom: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.project__content-four .tag {
  background: var(--tg-theme-secondary, #F4581E);
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 6px;
}

.project__content-four .title {
  font-size: 19px;
  color: #fff;
  margin-bottom: 4px;
}

.project__content-four .title a {
  color: #fff;
}

.project__content-four p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 0;
  line-height: 1.4;
}

/* Project section header title & button layout fix */
.project__area-three .section__title .title,
.project__area-two .section__title .title,
.project__area .section__title .title {
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 0;
  max-width: 100%;
}

.project__area-three .view-all-btn-two,
.project__area-two .view-all-btn,
.project__area .view-all-btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
  .project__area-three .view-all-btn-two,
  .project__area-two .view-all-btn,
  .project__area .view-all-btn {
    justify-content: flex-start;
    margin-top: 15px;
  }
}

.view-all-btn-two .btn,
.view-all-btn .btn {
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 13px 26px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  border: 1.5px solid var(--tg-theme-primary, #0056DB) !important;
  color: var(--tg-theme-primary, #0056DB) !important;
  background: transparent !important;
  transition: all 0.3s ease !important;
}

.view-all-btn-two .btn:hover,
.view-all-btn .btn:hover {
  background: var(--tg-theme-secondary, #F4581E) !important;
  border-color: var(--tg-theme-secondary, #F4581E) !important;
  color: #ffffff !important;
}

.view-all-btn-two .btn img,
.view-all-btn-two .btn svg,
.view-all-btn .btn img,
.view-all-btn .btn svg {
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.view-all-btn-two .btn:hover img,
.view-all-btn-two .btn:hover svg,
.view-all-btn .btn:hover img,
.view-all-btn .btn:hover svg {
  transform: translateX(4px);
}

/* Project section header top layout structure */
.project__area,
.project__area-two,
.project__area-three,
.project__area-four,
.project__area-five {
  display: block !important;
  width: 100% !important;
  clear: both !important;
  position: relative !important;
}

.project__area > .container:first-child,
.project__area-two > .container:first-child,
.project__area-three > .container:first-child,
.project__area-four > .container:first-child,
.project__area-five > .container:first-child {
  display: block !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 35px !important;
}

.project__area-three .custom-container-two,
.project__area-three .custom-container-six,
.project__area .project__item-wrap {
  display: block !important;
  width: 100% !important;
  clear: both !important;
}






/* Global Icon Hover Theme Override */
.offcanvas-toggle a:hover svg,
.offcanvas-toggle a:hover,
.social-links a:hover,
.tg-header__top-social a:hover,
.footer__social a:hover,
.team__social a:hover,
.team__social-two a:hover,
.blog-details-social a:hover {
  color: #f4581e !important;
}

/* ==========================================================================
   Bootstrap 5 Modal Core & Centering Architecture
   ========================================================================== */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  transform: scale(0.92) translateY(-20px);
  opacity: 0;
}

.modal.show .modal-dialog {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.75rem auto;
  pointer-events: none;
}

.modal-dialog-centered {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: calc(100% - 3.5rem) !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (max-width: 575.98px) {
  .modal-dialog {
    margin: 1rem auto;
    max-width: calc(100% - 2rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 2rem) !important;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  .modal-lg {
    max-width: 700px !important;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 780px !important;
  }
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #0f172a;
}

.modal-backdrop.fade {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.modal-backdrop.show {
  opacity: 0.65;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2364748b'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .375rem;
  opacity: .7;
  transition: opacity .15s ease-in-out, transform .15s ease-in-out;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 1;
  transform: rotate(90deg);
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}

/* ==========================================================================
   Bootstrap 5 Quote Modal Custom Styles
   ========================================================================== */
.quote-bs5-modal .modal-content {
  border-radius: 16px !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  overflow: hidden;
}

.quote-bs5-modal .form-control,
.quote-bs5-modal .form-select {
  width: 100%;
  background: transparent !important;
  border: 1px solid #e4e4e4 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px !important;
  padding: 14px 20px 15px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: var(--tg-color-black-2, #1e293b) !important;
  height: 50px !important;
  display: block;
  transition: all 0.2s ease-in-out !important;
}

.quote-bs5-modal .form-control:focus,
.quote-bs5-modal .form-select:focus {
  background-color: #ffffff !important;
  border-color: #0056DB !important;
  box-shadow: 0 0 0 3.5px rgba(0, 86, 219, 0.12) !important;
  outline: none !important;
}

/* Placeholder font size & color uniformity */
.quote-bs5-modal .form-control::placeholder {
  color: #94a3b8 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

.quote-bs5-modal .form-control::-webkit-input-placeholder {
  color: #94a3b8 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.quote-bs5-modal .form-control::-moz-placeholder {
  color: #94a3b8 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

.quote-bs5-modal .form-control:-ms-input-placeholder {
  color: #94a3b8 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

/* Select unselected state placeholder styling */
.quote-bs5-modal .form-select.quote-select {
  color: #94a3b8;
}
.quote-bs5-modal .form-select.quote-select option {
  color: #1e293b;
}
.quote-bs5-modal .form-select.quote-select option[value=""] {
  color: #94a3b8;
}

/* Date input styling */
.quote-bs5-modal .quote-date-input {
  color: #94a3b8;
}
.quote-bs5-modal .quote-date-input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.6;
  filter: invert(35%) sepia(20%) saturate(800%) hue-rotate(185deg);
  transition: opacity 0.2s ease;
}
.quote-bs5-modal .quote-date-input::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

/* Submit Button */
.quote-bs5-modal .quote-submit-btn {
  background: #0056DB !important;
  border: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 12px 28px !important;
  border-radius: 6px !important;
  color: #ffffff !important;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 12px rgba(0, 86, 219, 0.25) !important;
  transition: all 0.25s ease !important;
}

.quote-bs5-modal .quote-submit-btn:hover {
  background: #0040a8 !important;
  box-shadow: 0 6px 18px rgba(0, 86, 219, 0.35) !important;
  transform: translateY(-1px);
}

/* Mobile Responsiveness for Quote Modal */
@media (max-width: 767.98px) {
  .quote-bs5-modal .modal-dialog {
    margin: 10px auto;
    max-width: calc(100% - 20px);
  }
  .quote-bs5-modal .modal-content {
    padding: 16px 14px !important;
    border-radius: 12px !important;
  }
  .quote-bs5-modal .modal-header {
    padding: 0 2px 6px !important;
  }
  .quote-bs5-modal .modal-body {
    padding: 4px 2px 0 !important;
  }
  .quote-bs5-modal .form-control,
  .quote-bs5-modal .form-select {
    padding: 8px 12px !important;
    height: 42px !important;
    font-size: 13.5px !important;
  }
  .quote-bs5-modal .quote-submit-btn {
    width: 100% !important;
    justify-content: center !important;
    padding: 10px 18px !important;
    font-size: 14px !important;
  }
  .quote-bs5-modal .row.g-3 {
    --bs-gutter-y: 0.6rem;
    --bs-gutter-x: 0.6rem;
  }
}

/* ==========================================================================
   Ultra-Premium Service Details Page Architecture
   ========================================================================== */

/* 1. Hero Area with Embedded Quote Form */
.svc-hero-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 85px 0 75px;
  overflow: hidden;
}

.svc-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(8, 14, 30, 0.94) 0%, rgba(15, 23, 42, 0.88) 55%, rgba(0, 45, 120, 0.82) 100%);
  z-index: 1;
}

.svc-hero-content {
  position: relative;
  z-index: 2;
}

.svc-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f4581e;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 18px;
  border-radius: 50px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(244, 88, 30, 0.35);
}

.svc-hero-title {
  color: #ffffff !important;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 18px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

@media (max-width: 767.98px) {
  .svc-hero-title {
    font-size: 28px;
  }
}

.svc-hero-desc {
  color: #f8fafc !important;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 25px;
  max-width: 620px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
  font-weight: 400;
}

.svc-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 10px 18px;
  color: #ffffff;
  margin-bottom: 25px;
}

.svc-rating-stars {
  color: #fbbf24;
  font-size: 15px;
}

.svc-hero-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.svc-hero-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f1f5f9;
  font-size: 14.5px;
  font-weight: 500;
}

.svc-hero-feature-item i {
  color: #22c55e;
  font-size: 16px;
}

/* Hero Embedded Form Card */
.svc-hero-form-card {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 12px;
  padding: 32px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #e2e8f0;
}

.svc-form-header {
  margin-bottom: 20px;
  text-align: left;
}

.svc-form-title {
  font-size: 22px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
}

.svc-form-subtitle {
  font-size: 13px;
  color: #64748b;
  font-weight: 400;
  margin: 0;
}

.svc-hero-form-card .form-control, .svc-hero-form-card .form-select {
    width: 100%;
    background: transparent !important;
    border: 1px solid #e4e4e4 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px !important;
    padding: 8px 14px !important;
    font-size: 16.5px !important;
    font-weight: 400 !important;
    /* color: var(--tg-color-black-2, #1e293b) !important; */
    height: 40px !important;
    line-height: 1.3 !important;
    display: block;
    transition: all 0.2s ease;
}

.svc-hero-form-card .form-control:focus,
.svc-hero-form-card .form-select:focus {
  background-color: #ffffff !important;
  border-color: #0056DB !important;
  box-shadow: 0 0 0 3px rgba(0, 86, 219, 0.12) !important;
  outline: none !important;
}

.svc-hero-form-card .form-control::placeholder,
.svc-hero-form-card .form-control::-webkit-input-placeholder,
.svc-hero-form-card .form-control::-moz-placeholder,
.svc-hero-form-card .form-control:-ms-input-placeholder {
  color: #7f7f7f !important;
  font-size: 13.5px !important;
  opacity: 1 !important;
}

.svc-hero-form-card .quote-select {
  color: #7f7f7f !important;
}

.svc-hero-form-card .quote-select:focus,
.svc-hero-form-card .quote-select.has-value,
.svc-hero-form-card .quote-select:valid {
  color: var(--tg-color-black-2, #1e293b) !important;
}

.svc-hero-form-card .quote-select option {
  color: #1e293b !important;
}

.svc-hero-form-card .quote-select option[disabled] {
  color: #7f7f7f !important;
}

.svc-hero-form-card .quote-date-input {
  color: #7f7f7f !important;
}

.svc-hero-form-card .quote-date-input:focus,
.svc-hero-form-card .quote-date-input.has-value,
.svc-hero-form-card .quote-date-input[type="date"] {
  color: var(--tg-color-black-2, #1e293b) !important;
}

.svc-hero-form-card .btn-submit-quote {
  background: #0056DB !important;
  border: none !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 11px 22px !important;
  border-radius: 6px !important;
  box-shadow: 0 2px 6px rgba(0, 86, 219, 0.25) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: auto !important;
  transition: all 0.25s ease !important;
}

.svc-hero-form-card .btn-submit-quote:hover {
  background: #0040a8 !important;
  box-shadow: 0 4px 12px rgba(0, 86, 219, 0.35) !important;
  transform: translateY(-1px);
}

.svc-hero-form-card .btn-submit-quote svg,
.svc-hero-form-card .btn-submit-quote svg path,
.quote-bs5-modal .quote-submit-btn svg,
.quote-bs5-modal .quote-submit-btn svg path,
.btn-submit-quote svg,
.btn-submit-quote svg path,
.quote-submit-btn svg,
.quote-submit-btn svg path {
  stroke: #ffffff !important;
  color: #ffffff !important;
}

.svc-hero-form-card .btn-submit-quote img,
.quote-bs5-modal .quote-submit-btn img,
.btn-submit-quote img,
.quote-submit-btn img {
  filter: brightness(0) invert(1) !important;
}

/* 2. Top 4 USPs Highlights Grid */
.svc-usp-bar {
  margin-top: -45px;
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}

.svc-usp-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px 20px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  border: 1px solid #edf2f7;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
  height: 100%;
}

.svc-usp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0, 86, 219, 0.12);
  border-color: #cbd5e1;
}

.svc-usp-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #eff6ff;
  color: #0056DB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.svc-usp-card:hover .svc-usp-icon {
  background: #0056DB;
  color: #ffffff;
}

.svc-usp-title {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
  line-height: 1.3;
}

.svc-usp-desc {
  font-size: 12.5px;
  color: #64748b;
  margin: 0;
  line-height: 1.4;
}

/* 3. Section Titles & Typography */
.svc-section-title {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 24px;
  font-weight: 800;
  color: #0f172a;
  font-size: 26px;
}

.svc-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3.5px;
  background: linear-gradient(90deg, #f4581e 0%, #0056DB 100%);
  border-radius: 4px;
}

.svc-section-title.text-center::after {
  left: 50%;
  transform: translateX(-50%);
}

.svc-text-lead {
  font-size: 16px;
  color: #334155;
  line-height: 1.8;
  margin-bottom: 20px;
}

.svc-callout-box {
  background: #f8fafc;
  border-left: 4px solid #0056DB;
  padding: 20px 24px;
  border-radius: 0 12px 12px 0;
  margin: 25px 0;
}

.svc-callout-box p {
  margin: 0;
  font-size: 15px;
  color: #1e293b;
  font-weight: 500;
  line-height: 1.7;
}

/* 4. 5-Step Process Timeline */
.svc-process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 30px 0 50px;
}

.svc-process-step {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px 18px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

.svc-process-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border-color: #f4581e;
}

.svc-step-number {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0056DB;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 86, 219, 0.35);
}

.svc-process-step:hover .svc-step-number {
  background: #f4581e;
}

.svc-step-icon {
  font-size: 32px;
  color: #0056DB;
  margin: 12px 0 14px;
  transition: all 0.3s ease;
}

.svc-process-step:hover .svc-step-icon {
  color: #f4581e;
  transform: scale(1.1);
}

.svc-step-title {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.svc-step-desc {
  font-size: 12.5px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* 5. What We Move Cards */
.svc-goods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin: 25px 0 40px;
}

.svc-goods-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 18px 14px;
  text-align: center;
  transition: all 0.25s ease;
  box-shadow: 0px 5px 5px #c0bdbd;
}

.svc-goods-card:hover {
  background: #ffffff;
  border-color: #0056DB;
  box-shadow: 0 8px 24px rgba(0, 86, 219, 0.08);
}

.svc-goods-icon {
  font-size: 26px;
  color: #0056DB;
  margin-bottom: 10px;
}

.svc-goods-title {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
}

.svc-goods-sub {
  font-size: 12px;
  color: #64748b;
  margin: 0;
}

/* 6. Why Choose Us 8-Grid Matrix */
.svc-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
  margin: 30px 0;
}

.svc-why-card {
  background: #ffffff;
  border: 1.5px solid #f1f5f9;
  border-radius: 14px;
  padding: 24px 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgb(85 77 77 / 39%);
}

.svc-why-card:hover {
  border-color: #0056DB;
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 86, 219, 0.1);
}

.svc-why-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #f0fdf4;
  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 14px;
}

.svc-why-card:nth-child(even) .svc-why-icon-box {
  background: #eff6ff;
  color: #0056DB;
}

.svc-why-card:nth-child(3n) .svc-why-icon-box {
  background: #fff7ed;
  color: #ea580c;
}

.svc-why-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.svc-why-desc {
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* 7. Pricing Table Section */
.svc-pricing-wrap {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  margin: 35px 0 50px;
}

.svc-pricing-table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
}

.svc-pricing-table thead th {
  background: #0f172a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 16px 18px;
  border: none;
}

.svc-pricing-table tbody td {
  padding: 16px 18px;
  font-size: 14px;
  color: #334155;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
}

.svc-pricing-table tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

.svc-pricing-table tbody tr:hover {
  background-color: #f1f5f9;
}

.svc-price-badge {
  display: inline-block;
  background: #eff6ff;
  color: #0056DB;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 13.5px;
}

.svc-popular-tag {
  background: #f4581e;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 6px;
}

/* 8. Reviews Slider / Carousel */
.svc-review-slider-wrap {
  position: relative;
  padding: 10px 0 40px;
}

.svc-review-slider {
  overflow: hidden;
  padding: 10px 4px 45px;
}

.svc-review-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  padding: 26px 22px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.svc-review-card:hover {
  transform: translateY(-5px);
  border-color: #0056DB;
  box-shadow: 0 14px 32px rgba(0, 86, 219, 0.12);
}

.svc-review-pagination {
  position: absolute;
  bottom: 0px !important;
  left: 0;
  width: 100%;
  text-align: center;
}

.svc-review-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #cbd5e1;
  opacity: 1;
  margin: 0 5px;
  transition: all 0.3s ease;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.svc-review-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 20px;
  background: #0056DB !important;
}

.svc-review-stars {
  color: #f59e0b;
  font-size: 14px;
  margin-bottom: 12px;
}

.svc-review-text {
  font-size: 13.5px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 16px;
  font-style: italic;
  flex-grow: 1;
}

.svc-review-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.svc-review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0056DB;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.svc-user-name {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 2px;
}

.svc-user-route {
  font-size: 12px;
  color: #64748b;
  margin: 0;
}

/* 9. FAQ Accordion Styles */
.svc-faq-wrap .accordion-item {
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.svc-faq-wrap .accordion-button {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  background-color: #ffffff;
  padding: 18px 22px;
  box-shadow: none !important;
}

.svc-faq-wrap .accordion-button:not(.collapsed) {
  background-color: #eff6ff;
  color: #0056DB;
  border-bottom: 1px solid #bfdbfe;
}

.svc-faq-wrap .accordion-body {
  font-size: 14px;
  color: #475569;
  line-height: 1.7;
  padding: 18px 22px;
  background-color: #ffffff;
}

/* 10. City Routes Pill Grid */
.svc-routes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 14px;
  margin: 25px 0 45px;
}

.svc-route-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 600;
  color: #334155;
  transition: all 0.2s ease;
  text-decoration: none !important;
}

.svc-route-pill i {
  color: #f4581e;
  font-size: 14px;
}

.svc-route-pill:hover {
  background: #0056DB;
  color: #ffffff !important;
  border-color: #0056DB;
  transform: translateY(-2px);
}

.svc-route-pill:hover i {
  color: #ffffff;
}

/* 11. Immediate Call Back Banner */
.svc-callback-box {
  background: linear-gradient(135deg, #0056DB 0%, #003380 100%);
  border-radius: 18px;
  padding: 40px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 86, 219, 0.25);
  margin: 40px 0 60px;
}

.svc-callback-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 8px;
}

.svc-callback-desc {
  color: #cbd5e1;
  font-size: 15px;
  margin-bottom: 20px;
}

.svc-callback-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  padding: 10px 24px;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.svc-callback-phone:hover {
  background: #f4581e;
  border-color: #f4581e;
  color: #ffffff;
  transform: scale(1.03);
}

.svc-callback-phone i {
  color: #22c55e;
}

/* ==========================================================
   Popup Modal - Exact Matching Layout & Styles (Two Column)
   ========================================================== */
.quote-bs5-modal.modal.show {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.quote-bs5-modal .modal-dialog {
  max-width: 960px;
  width: 100%;
  margin: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-bs5-modal .modal-content {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.25);
  background: #ffffff;
}

/* Left Panel */
.popup-left-card {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  padding: 34px 28px 24px 30px;
  border-right: 1px solid #f1f5f9;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.popup-hero-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  color: #112d59;
  letter-spacing: -0.5px;
}

.popup-hero-title .text-green {
  color: #0055dc !important;
}

.popup-hero-desc {
  font-size: 13.5px;
  line-height: 1.5;
  color: #64748b;
  margin-bottom: 12px;
}

.popup-truck-wrap {
  margin: 6px 0 14px;
  text-align: center;
}

.popup-truck-wrap img {
  border-radius: 12px;
  width: 100%;
  max-height: 160px;
  object-fit: contain;
}

.popup-trust-badges {
  border-top: 1px solid #e2e8f0;
  padding-top: 14px;
}

.popup-trust-badges .badge-item {
  flex: 1;
}

.popup-trust-badges .badge-icon {
  font-size: 18px;
  margin-bottom: 3px;
}

.popup-trust-badges .badge-icon.icon-blue {
  color: #0284c7;
}

.popup-trust-badges .badge-icon.icon-green {
  color: #10b981;
}

.popup-trust-badges .badge-icon.icon-cyan {
  color: #0d9488;
}

.popup-trust-badges .badge-label {
  font-size: 11px;
  font-weight: 700;
  color: #334155;
  line-height: 1.2;
  display: block;
}

.popup-trust-badges .badge-sep {
  width: 1px;
  height: 26px;
  background: #cbd5e1;
}

/* Right Panel */
.popup-right-card {
    padding: 15px 20px 15px 0px;
    position: relative;
    background: #ffffff;
}

.popup-close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  opacity: 0.55;
  transition: all 0.2s ease;
  z-index: 10;
}

.popup-close-btn:hover {
  opacity: 1;
  transform: scale(1.1);
}

.popup-right-title {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.3px;
}

.popup-right-subtitle {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 12px;
}

#quoteModalForm .row {
  --bs-gutter-x: 10px !important;
  --bs-gutter-y: 8px !important;
  margin-left: -5px !important;
  margin-right: -5px !important;
}

#quoteModalForm .row > [class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* Inputs & Form - Clean Bordered Style matching Reference */
.popup-input-field {
  width: 100% !important;
  height: 40px !important;
  background: #ffffff !important;
  border: 1px solid #e1e4e8 !important;
  border-radius: 6px !important;
  padding: 8px 14px !important;
  font-size: 13.5px !important;
  color: #1e293b !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.popup-input-field::placeholder {
  color: #9ca3af !important;
  font-weight: 400 !important;
}

.popup-input-field:focus {
  border-color: #0056DB !important;
  box-shadow: 0 0 0 3px rgba(0, 86, 219, 0.1) !important;
}

.popup-select-field {
  cursor: pointer;
  appearance: auto;
  color: #9ca3af !important;
}

.popup-select-field.has-value {
  color: #1e293b !important;
}

/* Submit Button - Solid Blue with Upward Arrow */
.popup-btn-send {
  background: #0056DB !important;
  border: none !important;
  border-radius: 6px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  height: 40px !important;
  width: 100% !important;
  box-shadow: 0 4px 12px rgba(0, 86, 219, 0.2);
  transition: all 0.25s ease !important;
}

.popup-btn-send:hover {
  background: #0046b5 !important;
  box-shadow: 0 6px 16px rgba(0, 86, 219, 0.3);
  transform: translateY(-1px);
  color: #ffffff !important;
}
/* OR Divider */
.popup-or-divider {
  margin: 10px 0 8px;
}

.popup-or-divider hr {
  border-color: #e2e8f0;
  opacity: 1;
}

.popup-or-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 0 12px;
  font-size: 12px;
  color: #94a3b8;
  font-weight: 500;
}

/* Bottom Quick Contact Links */
.popup-quick-link {
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 10px;
  padding: 8px 12px;
  transition: all 0.25s ease;
}

.popup-quick-link:hover {
  background: #f1f5f9;
  border-color: #e2e8f0;
  transform: translateY(-1px);
}

.quick-icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.quick-icon-circle.phone-circle {
  background: #eff6ff;
  color: #0056DB;
  font-size: 14px;
}

.quick-icon-circle.wa-circle {
  background: #ecfdf5;
  color: #10B981;
  font-size: 18px;
}

.quick-link-tag {
  display: block;
  font-size: 11px;
  color: #64748b;
  line-height: 1.1;
  margin-bottom: 2px;
}

.quick-link-val {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
}

.quick-link-title {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 2px;
}

.quick-link-sub {
  display: block;
  font-size: 11px;
  color: #64748b;
  line-height: 1.1;
}

@media (max-width: 991.98px) {
  .popup-left-card {
    border-right: none;
    border-bottom: 1px solid #f1f5f9;
    padding: 24px 20px;
  }
  .popup-right-card {
    padding: 24px 20px;
  }
}


/* ==========================================================
   About Page Custom Redesigned Sections
   ========================================================== */

/* 1. Hero Overview Section */
.ab-hero-section {
  padding: 80px 0 30px;
  position: relative;
  background: #ffffff;
}

.ab-sub-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0056DB;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.ab-sub-badge .line {
  width: 20px;
  height: 2px;
  background: #0056DB;
}

.ab-hero-title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  color: #0f172a;
  letter-spacing: -0.5px;
}

.ab-hero-title .text-blue-accent {
  color: #0056DB;
}

.ab-hero-text {
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
}

.ab-btn-quote {
  background: #0056DB !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 14.5px !important;
  padding: 14px 28px !important;
  border-radius: 50px !important;
  box-shadow: 0 6px 20px rgba(0, 86, 219, 0.3) !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

.ab-btn-quote:hover {
  background: #0043b3 !important;
  box-shadow: 0 8px 25px rgba(0, 86, 219, 0.4) !important;
  transform: translateY(-2px);
  color: #ffffff !important;
}

.ab-ship-visual-wrap {
  position: relative;
}

.ab-ship-visual-wrap .ab-ship-img {
  border-radius: 20px;
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.12);
}

/* 2. Four Item Feature Highlights Bar */
.ab-feature-bar-wrap {
  margin-top: 50px;
  margin-bottom: 70px;
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 20px;
  box-shadow: 0 10px 40px rgba(0, 86, 219, 0.07);
  border: 1px solid #f1f5f9;
}

.ab-feat-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 14px;
  height: 100%;
}

.ab-feat-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e0f2fe;
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.ab-feat-item:nth-child(2) .ab-feat-icon-box {
  background: #eff6ff;
  color: #0056DB;
}

.ab-feat-item:nth-child(3) .ab-feat-icon-box {
  background: #f0fdf4;
  color: #16a34a;
}

.ab-feat-item:nth-child(4) .ab-feat-icon-box {
  background: #ecfeff;
  color: #0891b2;
}

.ab-feat-title {
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 3px;
  line-height: 1.2;
}

.ab-feat-desc {
  font-size: 11.5px;
  color: #64748b;
  line-height: 1.4;
  margin: 0;
}

.ab-feat-col:not(:last-child) {
  border-right: 1px solid #f1f5f9;
}

/* 3. Section Common Pill & Title */
.ab-pill-tag {
  display: inline-block;
  background: #e0f2fe;
  color: #0284c7;
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 14px;
}

.ab-section-heading {
  font-size: 36px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.ab-section-heading .text-blue {
  color: #0056DB;
}

.ab-section-desc {
  font-size: 14.5px;
  line-height: 1.7;
  color: #64748b;
}

/* Checklist items */
.ab-checklist {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.ab-check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
}

.ab-check-item i {
  color: #0056DB;
  font-size: 17px;
}

/* Handwritten Script Signature */
.ab-script-box {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  margin-left: 20px;
}

.ab-script-text {
  font-family: 'Brush Script MT', 'Caveat', cursive, sans-serif;
  font-size: 28px;
  color: #0056DB;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.ab-script-sub {
  font-size: 11px;
  font-weight: 700;
  color: #334155;
  margin-top: 2px;
}

/* Mission Visual */
.ab-mission-section {
  padding: 40px 0 70px;
}

.ab-mission-img-wrap {
  position: relative;
}

.ab-mission-img-wrap img {
  border-radius: 20px;
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.12);
}

/* 4. Vision Section */
.ab-vision-section {
  padding: 70px 0 60px;
  background: #f8fafc;
  position: relative;
}

.ab-vision-img-wrap {
  position: relative;
}

.ab-vision-img-wrap img {
  border-radius: 20px;
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.12);
}

/* Progress bars matching reference */
.ab-progress-wrap {
  margin-top: 24px;
}

.ab-progress-item {
  margin-bottom: 20px;
}

.ab-progress-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.ab-progress-title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.ab-progress-val {
  font-size: 14px;
  font-weight: 800;
  color: #0056DB;
}

.ab-progress-track {
  height: 8px;
  border-radius: 10px;
  background: #e2e8f0;
  overflow: hidden;
}

.ab-progress-fill {
  height: 100%;
  border-radius: 10px;
  background: #0056DB;
  transition: width 1.5s ease-in-out;
}

/* 5. Dark Navy Counter Stats Strip */
.ab-stats-strip {
  background: #081a36;
  border-radius: 18px;
  padding: 38px 20px;
  margin-top: 40px;
  box-shadow: 0 20px 45px rgba(8, 26, 54, 0.35);
}

.ab-stat-col:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.ab-stat-box {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 6px 14px;
}

.ab-stat-icon {
  font-size: 28px;
  color: #38bdf8;
  flex-shrink: 0;
}

.ab-stat-num {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 2px;
}

.ab-stat-lbl {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  display: block;
  line-height: 1.2;
}

.ab-stat-sub {
  font-size: 11px;
  color: #94a3b8;
  display: block;
}

@media (max-width: 991.98px) {
  .ab-feat-col {
    border-right: none !important;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  .ab-stat-col {
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .ab-hero-title, .ab-section-heading {
    font-size: 28px;
  }
}

/* Floating badges for About page */
.ab-floating-reach-badge {
  position: absolute;
  bottom: 25px;
  left: 20px;
  background: #ffffff;
  border-radius: 16px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.15);
  z-index: 2;
  border: 1px solid rgba(226, 232, 240, 0.8);
}

.ab-reach-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #eff6ff;
  color: #0056DB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.ab-reach-tag {
  font-size: 11px;
  font-weight: 800;
  color: #0056DB;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  display: block;
}

.ab-reach-text {
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  line-height: 1.2;
}

.ab-floating-storage-badge {
  position: absolute;
  bottom: 25px;
  right: 25px;
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(8px);
  border-radius: 50px;
  padding: 12px 24px;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  z-index: 2;
  transition: all 0.3s ease;
}

.ab-floating-storage-badge:hover {
  background: #0056DB;
  color: #ffffff !important;
  transform: translateX(4px);
}

.ab-floating-storage-badge i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.ab-floating-storage-badge:hover i {
  transform: translateX(3px);
}

@media (max-width: 767.98px) {
  .ab-floating-reach-badge {
    position: static;
    margin-top: 15px;
  }
  .ab-floating-storage-badge {
    position: static;
    margin-top: 15px;
    display: inline-flex;
  }
}

/* ==========================================================
   Enhanced Premium Hero Section Styling
   ========================================================== */
.ab-hero-section {
  padding: 95px 0 35px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  position: relative;
}

.ab-hero-bg-glow {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(0, 86, 219, 0.08) 0%, rgba(0, 86, 219, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.ab-sub-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 86, 219, 0.08);
  color: #0056DB;
  font-size: 12.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 7px 16px;
  border-radius: 50px;
  margin-bottom: 18px;
  border: 1px solid rgba(0, 86, 219, 0.15);
}

.ab-badge-pulse {
  width: 8px;
  height: 8px;
  background: #0056DB;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(0, 86, 219, 0.7);
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 86, 219, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 7px rgba(0, 86, 219, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 86, 219, 0); }
}

.ab-hero-title {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.22;
  color: #0b1528;
  letter-spacing: -0.8px;
}

.ab-hero-title .text-blue-accent {
  color: #0056DB;
  position: relative;
  display: inline-block;
}

.ab-hero-text {
  font-size: 15.5px;
  line-height: 1.75;
  color: #475569;
}

.ab-hero-perks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ab-perk-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  font-weight: 700;
  color: #1e293b;
}

.ab-perk-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #eff6ff;
  color: #0056DB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border: 1px solid rgba(0, 86, 219, 0.2);
  flex-shrink: 0;
}

.ab-btn-quote {
  background: linear-gradient(135deg, #0056DB 0%, #0043b3 100%) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  padding: 15px 32px !important;
  border-radius: 50px !important;
  box-shadow: 0 10px 25px rgba(0, 86, 219, 0.35) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border: none !important;
  display: inline-flex !important;
  align-items: center !important;
}

.ab-btn-quote:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 30px rgba(0, 86, 219, 0.45) !important;
  color: #ffffff !important;
}

.ab-btn-explore {
  font-size: 14.5px;
  font-weight: 700;
  color: #0f172a;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 12px 18px;
  border-radius: 50px;
  transition: all 0.3s ease;
  background: #ffffff;
  border: 1px solid #e2e8f0;
}

.ab-btn-explore:hover {
  color: #0056DB;
  border-color: #0056DB;
  background: #eff6ff;
  transform: translateX(3px);
}

/* Image Showcase Frame */
.ab-ship-visual-wrap {
  position: relative;
  padding: 10px;
}

.ab-ship-img-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.8) inset;
  border: 4px solid #ffffff;
}

.ab-ship-img-frame .ab-ship-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}

.ab-ship-visual-wrap:hover .ab-ship-img {
  transform: scale(1.03);
}

.ab-img-overlay-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(8, 26, 54, 0.4) 100%);
  pointer-events: none;
}

/* Floating Top Badge */
.ab-floating-top-badge {
  position: absolute;
  top: 25px;
  right: 25px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.9);
  z-index: 3;
}

.ab-top-badge-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.ab-top-badge-title {
  font-size: 12.5px;
  font-weight: 800;
  color: #0f172a;
  display: block;
  line-height: 1.2;
}

.ab-top-badge-sub {
  font-size: 11px;
  color: #64748b;
  display: block;
}

/* Floating Reach Badge (Bottom) */
.ab-floating-reach-badge {
  position: absolute;
  bottom: -15px;
  left: -15px;
  background: #ffffff;
  border-radius: 20px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 20px 45px rgba(0, 86, 219, 0.18);
  z-index: 3;
  border: 1px solid #e2e8f0;
}

.ab-reach-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0056DB 0%, #0284c7 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(0, 86, 219, 0.3);
}

.ab-reach-info {
  display: flex;
  flex-direction: column;
}

.ab-reach-tag {
  font-size: 11px;
  font-weight: 800;
  color: #0056DB;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.ab-reach-text {
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  line-height: 1.2;
}

.ab-reach-stars {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #f59e0b;
  font-size: 10.5px;
  margin-top: 3px;
}

.ab-reach-stars span {
  color: #64748b;
  font-size: 11px;
  font-weight: 600;
  margin-left: 4px;
}

@media (max-width: 991.98px) {
  .ab-hero-title {
    font-size: 32px;
  }
  .ab-ship-img-frame .ab-ship-img {
    height: 320px;
  }
  .ab-floating-reach-badge {
    position: static;
    margin-top: 20px;
    left: 0;
    bottom: 0;
  }
}

/* ==========================================================
   Enhanced Premium Mission Section Styling
   ========================================================== */
.ab-mission-section {
  padding: 85px 0 75px;
  background: #ffffff;
  position: relative;
}

.ab-mission-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: #f8fafc;
  border-radius: 14px;
  border: 1px solid #f1f5f9;
  transition: all 0.3s ease;
  height: 100%;
}

.ab-mission-card:hover {
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 86, 219, 0.08);
  border-color: #cbd5e1;
  transform: translateY(-2px);
}

.ab-mission-card-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #eff6ff;
  color: #0056DB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  flex-shrink: 0;
}

.ab-mission-card h6 {
  font-size: 13.5px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

.ab-mission-card p {
  font-size: 11.5px;
  color: #64748b;
  line-height: 1.3;
}

.ab-signature-wrapper {
  background: #f8fafc;
  border-radius: 16px;
  padding: 16px 20px;
  border-left: 4px solid #0056DB;
}

.ab-script-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #eff6ff;
  color: #0056DB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.ab-script-box {
  display: flex;
  flex-direction: column;
}

.ab-script-text {
  font-family: 'Brush Script MT', 'Caveat', cursive, sans-serif;
  font-size: 26px;
  color: #0056DB;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
}

.ab-script-sub {
  font-size: 11.5px;
  font-weight: 700;
  color: #64748b;
  margin-top: 3px;
}

.ab-mission-img-wrap {
  position: relative;
  padding: 10px;
}

.ab-mission-img-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
  border: 4px solid #ffffff;
}

.ab-mission-img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}

.ab-mission-img-wrap:hover .ab-mission-img {
  transform: scale(1.03);
}

.ab-mission-top-badge {
  position: absolute;
  top: 25px;
  left: 25px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.9);
  z-index: 3;
}

.storage-badge-dot {
  width: 8px;
  height: 8px;
  background: #38bdf8;
  border-radius: 50%;
  box-shadow: 0 0 10px #38bdf8;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .ab-mission-img {
    height: 330px;
  }
}

/* ==========================================================
   Enhanced Premium Vision Section Styling
   ========================================================== */
.ab-vision-section {
  padding: 85px 0 65px;
  background: #f8fafc;
  position: relative;
}

.ab-vision-img-wrap {
  position: relative;
  padding: 10px;
}

.ab-vision-img-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
  border: 4px solid #ffffff;
}

.ab-vision-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}

.ab-vision-img-wrap:hover .ab-vision-img {
  transform: scale(1.03);
}

/* Floating Experience Badge */
.ab-vision-exp-badge {
  position: absolute;
  bottom: -15px;
  left: -15px;
  background: #ffffff;
  border-radius: 18px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 20px 45px rgba(0, 86, 219, 0.18);
  border: 1px solid #e2e8f0;
  z-index: 3;
}

.ab-exp-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0056DB 0%, #0284c7 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(0, 86, 219, 0.3);
}

.ab-exp-num {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  line-height: 1.1;
}

.ab-exp-num span {
  font-size: 14px;
  font-weight: 700;
  color: #0056DB;
}

.ab-exp-text {
  font-size: 11.5px;
  color: #64748b;
  font-weight: 600;
  margin: 0;
}

/* Floating Live Tracking Badge */
.ab-vision-live-badge {
  position: absolute;
  top: 25px;
  right: 25px;
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(8px);
  border-radius: 50px;
  padding: 8px 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  z-index: 3;
}

.ab-live-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 8px #22c55e;
  display: inline-block;
  animation: pulse-dot 2s infinite;
}

/* Progress Cards */
.ab-progress-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 18px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03);
}

.ab-progress-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.ab-progress-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #0f172a;
}

.ab-progress-val {
  font-size: 14px;
  font-weight: 800;
  color: #0056DB;
}

.ab-progress-track {
  height: 7px;
  border-radius: 10px;
  background: #f1f5f9;
  overflow: hidden;
}

.ab-progress-fill {
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(90deg, #0056DB 0%, #38bdf8 100%);
  transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Trust Pills */
.ab-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border-radius: 50px;
  padding: 8px 16px;
  font-size: 12.5px;
  font-weight: 700;
  color: #1e293b;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.ab-trust-pill i {
  color: #0056DB;
  font-size: 14px;
}

/* Enhanced Stats Strip */
.ab-stats-strip {
  background: linear-gradient(135deg, #081a36 0%, #0c254e 100%);
  border-radius: 22px;
  padding: 40px 25px;
  box-shadow: 0 25px 50px rgba(8, 26, 54, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ab-stat-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(56, 189, 248, 0.12);
  color: #38bdf8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
  border: 1px solid rgba(56, 189, 248, 0.25);
}

.ab-stat-num {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 2px;
  letter-spacing: -0.5px;
}

.ab-stat-lbl {
  font-size: 13.5px;
  font-weight: 700;
  color: #ffffff;
  display: block;
  line-height: 1.2;
}

.ab-stat-sub {
  font-size: 11px;
  color: #94a3b8;
  display: block;
  margin-top: 2px;
}

@media (max-width: 991.98px) {
  .ab-vision-img {
    height: 330px;
  }
  .ab-vision-exp-badge {
    position: static;
    margin-top: 20px;
  }
}

/* ==========================================================
   Enhanced Team Cards & Left-Sliding Social Icons
   ========================================================== */
.team__item {
  background: #ffffff !important;
  border-radius: 20px !important;
  border: 1px solid #eef2f6 !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  margin-bottom: 30px !important;
  text-align: center !important;
}

.team__item:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 25px 50px rgba(0, 86, 219, 0.18) !important;
  border-color: rgba(0, 86, 219, 0.35) !important;
}

.team__thumb {
  position: relative !important;
  background: linear-gradient(180deg, #f8fafc 0%, #edf2f7 100%) !important;
  overflow: hidden !important;
  margin-bottom: 0 !important;
  height: 290px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  padding-top: 20px !important;
}

.team__thumb img {
  max-height: 270px !important;
  width: auto !important;
  border-radius: 0 !important;
  mix-blend-mode: normal !important;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: block !important;
}

.team__item:hover .team__thumb img {
  transform: scale(1.06) !important;
}

/* Left-Side Floating Social Icons (Hover Slide In) */
.team__social-left {
  position: absolute !important;
  left: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  z-index: 10 !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.team__social-left li {
  transform: translateX(-50px) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.team__item:hover .team__social-left li {
  transform: translateX(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.team__social-left li:nth-child(1) { transition-delay: 0.05s !important; }
.team__social-left li:nth-child(2) { transition-delay: 0.12s !important; }
.team__social-left li:nth-child(3) { transition-delay: 0.19s !important; }
.team__social-left li:nth-child(4) { transition-delay: 0.26s !important; }

.team__social-left a {
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #334155 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.18) !important;
  font-size: 14px !important;
  transition: all 0.25s ease !important;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
}

.team__social-left .social-fb:hover {
  background: #1877f2 !important;
  color: #ffffff !important;
  transform: scale(1.15) !important;
  box-shadow: 0 8px 20px rgba(24, 119, 242, 0.4) !important;
}

.team__social-left .social-tw:hover {
  background: #0f172a !important;
  color: #ffffff !important;
  transform: scale(1.15) !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.4) !important;
}

.team__social-left .social-in:hover {
  background: #0077b5 !important;
  color: #ffffff !important;
  transform: scale(1.15) !important;
  box-shadow: 0 8px 20px rgba(0, 119, 181, 0.4) !important;
}

.team__social-left .social-ig:hover {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
  color: #ffffff !important;
  transform: scale(1.15) !important;
  box-shadow: 0 8px 20px rgba(220, 39, 67, 0.4) !important;
}

/* Card Content Area */
.team__content {
  padding: 22px 18px 24px !important;
  background: #ffffff !important;
  text-align: center !important;
  position: relative !important;
}

.team__designation {
  display: inline-block !important;
  background: #e0f2fe !important;
  color: #0056DB !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  padding: 4px 14px !important;
  border-radius: 50px !important;
  margin-bottom: 8px !important;
}

.team__content .title {
  font-size: 19px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  line-height: 1.3 !important;
}

.team__content .title::before {
  display: none !important;
}

.team__content .title a {
  color: #0f172a !important;
  transition: color 0.3s ease !important;
}

.team__content .title a:hover {
  color: #0056DB !important;
}

.team__card-divider {
  width: 36px;
  height: 2.5px;
  background: #e2e8f0;
  border-radius: 10px;
  margin: 12px auto;
  transition: width 0.3s ease, background 0.3s ease;
}

.team__item:hover .team__card-divider {
  width: 65px;
  background: #0056DB;
}

.team__quote-btn {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #64748b !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  transition: all 0.3s ease !important;
}

.team__quote-btn i {
  font-size: 12px !important;
  transition: transform 0.3s ease !important;
}

.team__item:hover .team__quote-btn {
  color: #0056DB !important;
}

.team__item:hover .team__quote-btn i {
  transform: translateX(4px) !important;
}

/* ==========================================================
   Refined Team Card: Image inside Framed Container
   ========================================================== */
.team__item {
  background: #ffffff !important;
  border-radius: 22px !important;
  border: 1px solid #eef2f6 !important;
  padding: 12px 12px 20px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  margin-bottom: 30px !important;
  text-align: center !important;
}

.team__item:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 25px 50px rgba(0, 86, 219, 0.2) !important;
  border-color: rgba(0, 86, 219, 0.4) !important;
}

.team__thumb-frame {
  position: relative !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #f0f7ff 0%, #e0effe 100%) !important;
  overflow: hidden !important;
  height: 275px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  padding-top: 15px !important;
  border: 1px solid #e2e8f0 !important;
}

.team-img-person {
  max-height: 255px !important;
  width: auto !important;
  display: block !important;
  margin: 0 auto !important;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
  object-fit: contain !important;
  mix-blend-mode: normal !important;
}

.team__item:hover .team-img-person {
  transform: scale(1.06) !important;
}

/* Left-Side Social Icons in Frame */
.team__thumb-frame .team__social-left {
  position: absolute !important;
  left: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  z-index: 10 !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.team__thumb-frame .team__social-left li {
  transform: translateX(-45px) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.team__item:hover .team__thumb-frame .team__social-left li {
  transform: translateX(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.team__thumb-frame .team__social-left li:nth-child(1) { transition-delay: 0.05s !important; }
.team__thumb-frame .team__social-left li:nth-child(2) { transition-delay: 0.1s !important; }
.team__thumb-frame .team__social-left li:nth-child(3) { transition-delay: 0.15s !important; }
.team__thumb-frame .team__social-left li:nth-child(4) { transition-delay: 0.2s !important; }

.team__thumb-frame .team__social-left a {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #334155 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 5px 15px rgba(15, 23, 42, 0.18) !important;
  font-size: 13.5px !important;
  transition: all 0.25s ease !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
}

/* Card Content Area */
.team__item .team__content {
  padding: 18px 10px 6px !important;
  background: transparent !important;
  text-align: center !important;
}

.team__item .team__designation {
  display: inline-block !important;
  background: #e0f2fe !important;
  color: #0056DB !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  padding: 4px 12px !important;
  border-radius: 50px !important;
  margin-bottom: 8px !important;
}

.team__item .team__content .title {
  font-size: 18.5px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin-bottom: 3px !important;
  line-height: 1.25 !important;
}

.team__item .team__content .title a {
  color: #0f172a !important;
  transition: color 0.3s ease !important;
}

.team__item .team__content .title a:hover {
  color: #0056DB !important;
}

.team__sub-desc {
  font-size: 12px !important;
  color: #64748b !important;
  margin: 0 !important;
  font-weight: 500 !important;
}

/* ==========================================================
   Full Width Edge-to-Edge Team Card Styling (No Gaps)
   ========================================================== */
.team__item {
  background: #ffffff !important;
  border-radius: 20px !important;
  border: 1px solid #eef2f6 !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  margin-bottom: 30px !important;
  text-align: center !important;
}

.team__item:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 25px 50px rgba(0, 86, 219, 0.22) !important;
  border-color: rgba(0, 86, 219, 0.4) !important;
}

.team__thumb-frame {
  position: relative !important;
  width: 100% !important;
  height: 310px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #f1f5f9 !important;
  border: none !important;
  border-radius: 20px 20px 0 0 !important;
  display: block !important;
}

.team__thumb-frame .team-img-person,
.team__thumb-frame img {
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  object-position: top center !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  mix-blend-mode: normal !important;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.team__item:hover .team__thumb-frame .team-img-person,
.team__item:hover .team__thumb-frame img {
  transform: scale(1.08) !important;
}

/* Left-Side Social Icons in Frame */
.team__thumb-frame .team__social-left {
  position: absolute !important;
  left: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  z-index: 10 !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.team__thumb-frame .team__social-left li {
  transform: translateX(-50px) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.team__item:hover .team__thumb-frame .team__social-left li {
  transform: translateX(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.team__thumb-frame .team__social-left li:nth-child(1) { transition-delay: 0.05s !important; }
.team__thumb-frame .team__social-left li:nth-child(2) { transition-delay: 0.12s !important; }
.team__thumb-frame .team__social-left li:nth-child(3) { transition-delay: 0.19s !important; }
.team__thumb-frame .team__social-left li:nth-child(4) { transition-delay: 0.26s !important; }

.team__thumb-frame .team__social-left a {
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #334155 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.25) !important;
  font-size: 14px !important;
  transition: all 0.25s ease !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
}

/* Card Content Area */
.team__item .team__content {
  padding: 22px 16px 26px !important;
  background: #ffffff !important;
  text-align: center !important;
  position: relative !important;
}

.team__item .team__designation {
  display: inline-block !important;
  background: #e0f2fe !important;
  color: #0056DB !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  padding: 5px 14px !important;
  border-radius: 50px !important;
  margin-bottom: 10px !important;
}

.team__item .team__content .title {
  font-size: 19px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin-bottom: 4px !important;
  line-height: 1.25 !important;
}

.team__item .team__content .title a {
  color: #0f172a !important;
  transition: color 0.3s ease !important;
}

.team__item .team__content .title a:hover {
  color: #0056DB !important;
}

.team__sub-desc {
  font-size: 12.5px !important;
  color: #64748b !important;
  margin: 0 !important;
  font-weight: 500 !important;
}


.svc-hero-form-card {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 12px;
  padding: 22px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #e2e8f0;
}

.svc-form-header {
  margin-bottom: 12px;
  text-align: left;
}

.svc-form-title {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 2px;
}

.svc-form-subtitle {
  font-size: 12.5px;
  color: #64748b;
  font-weight: 400;
  margin: 0;
}

.svc-hero-form-card .row {
  --bs-gutter-y: 8px !important;
  --bs-gutter-x: 8px !important;
}

.svc-hero-form-card .form-control,
.svc-hero-form-card .form-select {
  width: 100%;
  background: transparent !important;
  border: 1px solid #e4e4e4 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px !important;
  padding: 8px 14px !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  color: var(--tg-color-black-2, #1e293b) !important;
  height: 40px !important;
  line-height: 1.3 !important;
  display: block;
  transition: all 0.2s ease;
}

.svc-hero-form-card .form-control:focus,
.svc-hero-form-card .form-select:focus {
  background-color: #ffffff !important;
  border-color: #0056DB !important;
  box-shadow: 0 0 0 3px rgba(0, 86, 219, 0.12) !important;
  outline: none !important;
}

.svc-hero-form-card .btn-submit-quote {
  height: 42px !important;
  padding: 0 24px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-top: 4px !important;
  border-radius: 4px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* ====================================================
   Locations We Serve / Storage Near You Section
==================================================== */
.locations-serve-section {
  background-color: #f6f8fb;
  padding: 85px 0 95px;
  position: relative;
}

.loc-storage-card {
  display: block;
  text-decoration: none !important;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 240px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.loc-storage-card:hover {
  transform: translateY(-6px);
  border-color: var(--tg-theme-primary, #0056DB);
  box-shadow: 0 16px 32px rgba(0, 86, 219, 0.22);
}

.loc-storage-card .loc-img-holder {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.loc-storage-card .loc-img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.loc-storage-card:hover .loc-img-holder img {
  transform: scale(1.08);
}

.loc-storage-card .loc-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 25, 49, 0.9) 0%, rgba(10, 25, 49, 0.45) 45%, rgba(10, 25, 49, 0.05) 80%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.loc-storage-card .loc-card-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 16px 18px;
  z-index: 2;
  text-align: left;
}

.loc-storage-card .loc-city-name {
  font-family: var(--tg-heading-font-family, 'Sarabun', sans-serif);
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 2px 0;
  line-height: 1.2;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}

.loc-storage-card .loc-unit-desc {
  font-family: var(--tg-body-font-family, 'Sarabun', sans-serif);
  font-size: 13.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.2;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

@media (max-width: 991px) {
  .loc-storage-card {
    height: 210px;
  }
}

@media (max-width: 575px) {
  .locations-serve-section {
    padding: 55px 0 65px;
  }
  .loc-storage-card {
    height: 190px;
    border-radius: 14px;
  }
  .loc-storage-card .loc-city-name {
    font-size: 17px;
  }
  .loc-storage-card .loc-unit-desc {
    font-size: 12px;
  }
  .loc-storage-card .loc-card-text {
    padding: 12px 12px 14px;
  }
}

.section-pt-80 {
  padding-top: 80px !important;
}

.section-pb-80 {
  padding-bottom: 80px !important;
}

/* ====================================================
   Pricing Comparison Table (Home Page)
==================================================== */
.pricing-table-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #eef2f6;
  overflow: hidden;
}

.pricing-custom-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--tg-body-font-family, 'Sarabun', sans-serif);
  font-size: 15px;
}

.pricing-custom-table thead {
  background: #0f172a;
}

.pricing-custom-table thead th {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;
  padding: 18px 22px !important;
  border: none !important;
  font-family: var(--tg-heading-font-family, 'Sarabun', sans-serif) !important;
  white-space: nowrap;
}

.pricing-custom-table tbody td {
  padding: 18px 22px !important;
  border-bottom: 1px solid #f1f5f9 !important;
  color: #475569 !important;
  font-weight: 500 !important;
  vertical-align: middle !important;
  white-space: nowrap;
}

.pricing-custom-table tbody tr:last-child td {
  border-bottom: none !important;
}

.pricing-custom-table tbody tr {
  transition: background-color 0.2s ease;
}

.pricing-custom-table tbody tr:hover {
  background-color: #f8fafc;
}

.price-pill-badge {
  display: inline-block;
  background: #eff6ff;
  color: #0056DB;
  font-weight: 700;
  font-size: 14.5px;
  padding: 6px 14px;
  border-radius: 6px;
}

.badge-popular {
  display: inline-block;
  background: #f97316;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 2.5px 7px;
  border-radius: 4px;
  margin-left: 8px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  vertical-align: middle;
}

.badge-most-booked {
  display: inline-block;
  background: #ea580c;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 2.5px 7px;
  border-radius: 4px;
  margin-left: 8px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  vertical-align: middle;
}

/* ====================================================
   Premium Contact Info Card
==================================================== */
.contact__info-item-premium {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  padding: 30px 26px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.contact__info-item-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--tg-theme-primary, #0056DB);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.contact__info-item-premium:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 86, 219, 0.25);
  box-shadow: 0 16px 36px rgba(0, 86, 219, 0.12);
}

.contact__info-item-premium:hover::before {
  transform: scaleX(1);
}

.contact-card-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f1f5f9;
}

.contact-icon-box {
  width: 48px;
  height: 48px;
  background: #eff6ff;
  color: var(--tg-theme-primary, #0056DB);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.contact__info-item-premium:hover .contact-icon-box {
  background: var(--tg-theme-primary, #0056DB);
  color: #ffffff;
  transform: rotate(6deg) scale(1.05);
}

.contact-card-title {
  font-family: var(--tg-heading-font-family, 'Sarabun', sans-serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--tg-color-dark-blue, #0A1931);
  margin: 0;
  line-height: 1.25;
}

.contact-card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-grow: 1;
  margin-bottom: 22px;
}

.contact-info-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.contact-info-row .info-icon {
  color: var(--tg-theme-primary, #0056DB);
  font-size: 15px;
  margin-top: 3px;
  width: 18px;
  flex-shrink: 0;
  text-align: center;
}

.contact-info-row .info-text {
  flex-grow: 1;
}

.contact-info-row .info-label {
  display: block;
  font-size: 16.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #0056db;
  margin-bottom: 2px;
  font-family: var(--tg-heading-font-family);
}

.contact-info-row .info-text p {
  font-size: 14.5px;
  color: #475569;
  line-height: 1.45;
  margin: 0;
}

.contact-info-row .phone-link {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  text-decoration: none;
  transition: color 0.2s ease;
  font-family: var(--tg-heading-font-family, 'Sarabun', sans-serif);
}

.contact-info-row .phone-link:hover {
  color: var(--tg-theme-primary, #0056DB);
}

.contact-card-footer {
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
}

.contact-card-footer .email-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--tg-theme-primary, #0056DB);
  text-decoration: none;
  padding: 10px 18px;
  background: #eff6ff;
  border-radius: 8px;
  width: 100%;
  justify-content: center;
  transition: all 0.25s ease;
}

.contact-card-footer .email-btn:hover {
  background: var(--tg-theme-primary, #0056DB);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 86, 219, 0.25);
}






