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

   Theme Name: Apexa - Multipurpose Business Consulting HTML Template
   Author : alithemes
   Support: https://alithemes.ticksy.com
   Description: Apexa - Multipurpose 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=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800;900&display=swap");

:root {
  --tg-body-font-family: 'Inter', sans-serif;
  --tg-heading-font-family: 'Outfit', sans-serif;
  --tg-icon-font-family: "Font Awesome 5 Free";
  --tg-body-font-size: 16px;
  --tg-body-line-height: 1.5;
  --tg-heading-line-height: 1.2;
  --tg-body-color: #056c8b;
  --tg-heading-color: #0188A9;
  --tg-theme-primary: #ffa021;
  --tg-theme-secondary: #03657d;
  --tg-color-dark-blue: #015063;
  --tg-color-yellow-light: #FEF6E6;
  --tg-color-yellow-light-2: #FFFBF3;
  --tg-color-yellow-light-3: #F5EACD;
  --tg-color-yellow-light-4: #FDE3B0;
  --tg-color-white-default: #ffffff;
  --tg-color-gray-1: #d7e2fe;
  --tg-color-gray-2: #B8B9DA;
  --tg-color-gray-3: #ECF6FA;
  --tg-color-gray-4: #797a8d64;
  --tg-color-gray-5: #E2E3F1;
  --tg-color-gray-6: #F7F7F8;
  --tg-color-dark: #1e4751;
  --tg-color-black-1: #012950;
  --tg-color-black-2: #1b444f;
  --tg-border-1: #CFDDE2;
  --tg-border-2: #E6E7F3;
  --tg-border-3: #C5C6E4;
  --tg-border-4: #DBE3EB;
  --tg-border-5: #9597c818;
  --tg-border-6: #DADBEC;
  --tg-border-7: #E9E9F0;
  --tg-border-8: #e28104;
  --tg-border-9: #D0D6E1;
  --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;
  color: #e6e1e1;

}

/*=============================
	Typography css start
===============================*/
body {
  background-color: --tg-color-white-default;
  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);
}

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;
}

#abt-btn {
  outline: 1px solid orange;
}

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;
}

/*=============================
    - 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;
}

.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;
  }
}

.link1234 {
  font-size: 17px !important;
}

@media (max-width: 1800px) {
  .custom-container {
    max-width: 1780px;
  }

}

@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: 1740px;
}

@media (max-width: 1800px) {
  .custom-container-two {
    max-width: 1540px;
  }
}

@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;
  }
}

.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: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: var(--tg-color-white-default);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 24px;
  text-align: center;
  text-transform: uppercase;
  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;
}

.btn::before {
  content: "";
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: var(--tg-theme-secondary);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}

.btn::after {
  content: "\f10a";
  font-family: flaticon;
  font-weight: var(--tg-fw-bold);
  margin-left: 8px;
  font-size: 20px;
  line-height: 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;
}

.btn:hover,
.btn:focus-visible {
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
}

.btn:hover:before,
.btn:focus-visible:before {
  top: -40%;
}

.btn-two {
  background: var(--tg-theme-secondary);
}

.btn-two:hover {
  background: var(--tg-theme-secondary);
}

.btn-two::before {
  background: var(--tg-theme-primary);
}

.btn.btn-login-social {
  background-color: var(--tg-color-white-default);
  width: 100%;
  color: var(--tg-color-body-color);
  justify-content: center;
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
}

.btn.btn-login-social img {
  margin-right: 15px;
}

.btn.btn-login-social:after {
  display: none;
}

.btn.btn-login-social:hover {
  color: var(--tg-color-white-default);
}

.btn.btn-login {
  width: 100%;
  border-radius: 11px;
  padding: 20px 26px;
  justify-content: center;
  font-size: 18px;
  line-height: 28px;
}

.btn.btn-login:hover {
  background-color: var(--tg-theme-secondary);
}

.btn.border-yellow-btn {
  border: 1px solid var(--tg-theme-primary);
  background: transparent;
  color: var(--tg-theme-primary);
  padding: 17px 24px;
}

.btn.border-yellow-btn::before {
  background-color: var(--tg-theme-primary);
}

.btn.border-yellow-btn:hover {
  color: var(--tg-color-white-default);
}

.border-btn {
  border: 1px solid var(--tg-theme-secondary);
  background: transparent;
  color: var(--tg-theme-secondary);
  padding: 17px 24px;
}

.border-btn::before {
  display: none;
}

.border-btn:hover {
  background: var(--tg-theme-secondary);
}

/*=============================
    00. Preloader
===============================*/
#preloader {
  background-color: var(--tg-color-white-default);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}

#preloader .loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid var(--tg-color-gray-1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#preloader .loader .loader-container::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-top: 3px solid var(--tg-theme-secondary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

#preloader .loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
}

#preloader .loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
  width: 40px;
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

/*=============================
    - Background color
===============================*/
.grey-bg {
  background: var(--tg-color-gray-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;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.offCanvas__info.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/* .offCanvas__info::-webkit-scrollbar {
  width: 0px;
} */

.offCanvas__close-icon {
  margin-top: -16px;
  text-align: right;
}

.offCanvas__close-icon button {
  background: transparent;
  border: 0 none;
  color: var(--tg-theme-primary);
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.offCanvas__logo img {
  max-height: 50px;
}

.offCanvas__side-info {
  border-top: 1px solid var(--tg-theme-primary);
  padding-top: 25px;
}

.offCanvas__side-info .contact-list h4 {
  color: var(--tg-heading-color);
  font-weight: 700;
  font-size: 18px;
}

.offCanvas__side-info .contact-list p {
  color: var(--tg-body-color);
  margin: 0;
  margin-bottom: 2px;
  line-height: 26px;
}

.offCanvas__social-icon a {
  color: var(--tg-theme-primary);
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}

.offCanvas__social-icon a:hover {
  color: var(--tg-theme-secondary);
}

.offCanvas__overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.offCanvas__overly.active {
  opacity: 0.7;
  visibility: visible;
}

/*=============================
	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-primary);
  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-primary);
  border: none;
  padding: 0 0;
  background: transparent;
}

.search__close {
  position: absolute;
  top: 10%;
  right: 2%;
  z-index: 2;
}

.search-close-btn {
  margin: 0;
  padding: 0;
  border: none;
  color: var(--tg-theme-primary);
  cursor: pointer;
  background: transparent;
}

.search-popup-overlay {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.5s;
  opacity: 0;
  visibility: hidden;
  background: #000d25;
}

.search-popup-overlay.search-popup-overlay-open {
  opacity: 0.55;
  visibility: visible;
  transition-delay: 0s;
}

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

.search-input-field:focus~.search-focus-border {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.5s;
}

/*=========================
04. Breadcrumb
===========================*/
.breadcrumb__bg {
  background-size: cover;
  background-position: center;
  padding: 105px 0 110px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .breadcrumb__bg {
    padding: 85px 0 90px;
  }
}

.breadcrumb__content .title {
  margin-bottom: 10px;
  font-size: 48px;
}

@media (max-width: 991.98px) {
  .breadcrumb__content .title {
    font-size: 42px;
  }
}

@media (max-width: 767.98px) {
  .breadcrumb__content .title {
    font-size: 40px;
  }
}

.breadcrumb__content .breadcrumb {
  margin-bottom: 0;
}

.breadcrumb__content .breadcrumb-item {
  font-size: 16px;
  color: var(--tg-theme-primary);
}

.breadcrumb__content .breadcrumb-item a {
  color: var(--tg-body-color);
}

.breadcrumb__content .breadcrumb-item a:hover {
  color: var(--tg-theme-primary);
}

.breadcrumb__shape img {
  position: absolute;
  z-index: -1;
}

.breadcrumb__shape img:nth-child(1) {
  left: 2%;
  top: 14%;
}

@media (max-width: 767.98px) {
  .breadcrumb__shape img:nth-child(1) {
    left: 10%;
  }
}

.breadcrumb__shape img:nth-child(2) {
  left: 8%;
  bottom: 20%;
  animation: rightToLeft 4s infinite linear;
}

@media (max-width: 767.98px) {
  .breadcrumb__shape img:nth-child(2) {
    left: 40%;
  }
}

.breadcrumb__shape img:nth-child(3) {
  left: 23%;
  bottom: 0;
}

.breadcrumb__shape img:nth-child(4) {
  right: 42%;
  top: 0;
}

@media (max-width: 767.98px) {
  .breadcrumb__shape img:nth-child(4) {
    display: none;
  }
}

.breadcrumb__shape img:nth-child(5) {
  right: 25%;
  top: 15%;
}

@media (max-width: 767.98px) {
  .breadcrumb__shape img:nth-child(5) {
    display: none;
  }
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-right: 10px;
  color: var(--tg-body-color);
  content: "\f054";
  font-family: var(--tg-icon-font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  margin-top: 6px;
}

/*=============================
    00. Scroll Top
===============================*/
.scroll__top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 4px;
  z-index: 5;
  color: var(--tg-color-white-default);
  text-align: center;
  cursor: pointer;
  background: var(--tg-theme-primary);
  transition: 1s ease;
  border: none;
}

.scroll__top.open {
  bottom: 30px;
  right: 95px;
}

.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);
}

@media (max-width: 1199.98px) {
  .scroll__top {
    right: 25px;
    bottom: 25px;
  }
}

@media (max-width: 991.98px) {
  .scroll__top {
    right: 30px;
  }
}

@media (max-width: 767.98px) {
  .scroll__top {
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
}



@media (max-width: 767.98px) {
  .scroll__top.open {
    bottom: 15px;
  }

}



/*=============================
	00. Section Title
===============================*/
.section-title .sub-title {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  color: var(--tg-theme-primary);
  margin-bottom: 12px;
}

.section-title .title {
  margin-bottom: 0;
  font-size: 40px;
}

@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 .title {
  color: var(--tg-color-white-default);
}

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

.tg-header__top {
  background: var(--tg-color-dark-blue);
  padding: 12px 0;
}

@media (max-width: 767.98px) {
  .tg-header__top {
    display: none;
  }
}

.tg-header__top-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-left: 10px;
  gap: 25px;
}

@media (max-width: 1199.98px) {
  .tg-header__top-info {
    gap: 15px;
  }
}

@media (max-width: 991.98px) {
  .tg-header__top-info {
    justify-content: center;
    margin-bottom: 10px;
  }
}

.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: 14px;
  font-weight: 500;
  margin-left: -10px;
}

.tg-header__top-info li i {
  color: var(--tg-color-gray-2);
  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-theme-primary);
}

.tg-header__top-info-three li {
  color: var(--tg-body-color);
}

.tg-header__top-info-three li i {
  color: var(--tg-color-gray-4);
}

.tg-header__top-info-three li a {
  color: var(--tg-body-color);
}

.tg-header__top-info-three li a:hover {
  color: var(--tg-theme-primary);
}

.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: 25px;
}

@media (max-width: 1199.98px) {
  .tg-header__top-right {
    gap: 15px;
  }
}

@media (max-width: 991.98px) {
  .tg-header__top-right {
    justify-content: center;
  }
}

.tg-header__top-right li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--tg-color-gray-1);
  font-size: 14px;
  font-weight: 500;
}

.tg-header__top-right li i {
  color: var(--tg-color-gray-2);
  font-size: 18px;
  line-height: 0;
}

.tg-header__top-right li a {
  color: var(--tg-color-gray-1);
}

.tg-header__top-right li a:hover {
  color: var(--tg-theme-primary);
}

.tg-header__top-right-three li {
  color: var(--tg-body-color);
}

.tg-header__top-right-three li i {
  color: var(--tg-color-gray-4);
}

.btns-2 {
  border: none;
  background: transparent;
}

.tg-header__top-right-three li a {
  color: var(--tg-body-color);
}

.tg-header__top-right-three li a:hover {
  color: var(--tg-theme-primary);
}

.tg-header__top-two {
  padding: 15px 30px;
  border-bottom: 1px solid var(--tg-color-gray-5);
  background: transparent;
}

@media (max-width: 1199.98px) {
  .tg-header__top-two {
    padding: 15px 20px;
  }
}

.tg-header__top-two .list-wrap li {
  color: var(--tg-body-color);
  font-size: 15px;
  font-weight: 400;
}

.tg-header__top-two .list-wrap li i {
  color: var(--tg-color-gray-4);
  font-size: 20px;
  line-height: 0;
}

@media (max-width: 1199.98px) {
  .tg-header__top-two .list-wrap li i {
    font-size: 18px;
  }
}

.tg-header__top-two .list-wrap li a {
  color: var(--tg-body-color);
}

.tg-header__top-two .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}

.tg-header__top-three {
  background: transparent;
  padding: 20px 0;
}

.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(252, 250, 250, 0.274);
  box-shadow: rgba(0, 0, 0, 0.125) 0px 2px 5px 0px;
}

@media (max-width: 991.98px) {
  .tg-header__area {
    padding: 25px 0;
  }
}

.tg-header__area-two {
  padding: 0 30px;
}

@media (max-width: 1199.98px) {
  .tg-header__area-two {
    padding: 0 20px;
  }
}

@media (max-width: 991.98px) {
  .tg-header__area-two {
    padding: 20px 20px;
  }
}

@media (max-width: 767.98px) {
  .tg-header__area-two {
    padding: 20px 15px;
  }
}

@media (max-width: 1199.98px) {
  .tg-header__area-two .logo.d-none {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center;
  }
}

.tg-header__area-two .tgmenu__nav {
  align-items: center;
}

@media (max-width: 991.98px) {
  .tg-header__area-two .tgmenu__nav {
    align-items: center;
  }
}

.tg-header__area-two .tgmenu__navbar-wrap ul {
  margin: 0;

}

@media (max-width: 1199.98px) {
  .tg-header__area-two .tgmenu__navbar-wrap ul {
    margin: 0 0 0 auto;
  }
}

.tg-header__area-two .tgmenu__navbar-wrap ul li a {
  padding: 30px 0px;
}

.tg-header__area-two.sticky-menu .logo.d-none {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  margin-right: 100px;
}

@media (max-width: 1199.98px) {
  .tg-header__area-two.sticky-menu .logo.d-none {
    margin-right: 0;
  }
}

.tg-header__area-three {
  background: transparent;
  box-shadow: none;
}

.tg-header__area-three .tgmenu__navbar-wrap ul {
  margin: 0 auto;
}

.tg-header__area-four {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .tg-header__area-four {
    padding: 0 0;
  }
}

@media (max-width: 767.98px) {
  .tg-header__area-four {
    background: var(--tg-color-white-default);
    padding: 20px 0;
    -webkit-box-shadow: 0px 5px 10px 0px #EEF4F6;
    -moz-box-shadow: 0px 5px 10px 0px #EEF4F6;
    -ms-box-shadow: 0px 5px 10px 0px #EEF4F6;
    -o-box-shadow: 0px 5px 10px 0px #EEF4F6;
    box-shadow: 0px 5px 10px 0px #EEF4F6;
  }
}

.tg-header__area-four.sticky-menu .tgmenu__wrap {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.tg-header__area-four .tgmenu__wrap {
  background: var(--tg-color-white-default);
  -webkit-box-shadow: 0px 5px 10px 0px #EEF4F6;
  -moz-box-shadow: 0px 5px 10px 0px #EEF4F6;
  -ms-box-shadow: 0px 5px 10px 0px #EEF4F6;
  -o-box-shadow: 0px 5px 10px 0px #EEF4F6;
  box-shadow: 0px 5px 10px 0px #EEF4F6;
  border: 1px solid #D7E4EA;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 0 20px;
}

@media (max-width: 991.98px) {
  .tg-header__area-four .tgmenu__wrap {
    padding: 15px 20px;
  }
}

@media (max-width: 767.98px) {
  .tg-header__area-four .tgmenu__wrap {
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}

.tg-header__area-four .tgmenu__navbar-wrap ul {
  margin: 0 auto;
}

.tg-header__area-four .tgmenu__navbar-wrap ul li a {
  padding: 26px 0px;
}

.tg-header__area-five {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.tg-header__area-five .tgmenu__navbar-wrap ul {
  margin: 0 auto;
}

.tg-header__area .mobile-nav-toggler {
  position: relative;
  float: right;
  cursor: pointer;
  line-height: 1;
  color: var(--tg-theme-secondary);
  display: none;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  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;
}

@media (max-width: 991.98px) {
  .tg-header__area .mobile-nav-toggler {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.tg-header__area .mobile-nav-toggler svg {
  width: 18px;
}

.tgmenu__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}


@media (max-width: 991.98px) {
  .tgmenu__nav {
    justify-content: space-between;
  }
}

.tgmenu__nav .logo img {
  max-height: 50px;
  /* margin-left: -10px; */

}

/* .tgmenu__navbar-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
} */
.required {
  color: #feaa03;
  font-size: 1rem;
}

#mandatory {
  font-size: .8rem;
  background-color: #ffe5b2f1;
}

.tgmenu__navbar-wrap>ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0;
  margin: 0 0 0 20px;
}

@media (max-width: 1199.98px) {
  .tgmenu__navbar-wrap>ul {
    margin: 0 0 0 100px;
  }
}

.tgmenu__navbar-wrap>ul>li {
  list-style: none;
  display: block;
  position: relative;
  margin-right: 17px;
}

.tgmenu__navbar-wrap>ul>li:last-child {
  margin-right: 0;
}

.tgmenu__navbar-wrap>ul>li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--tg-color-dark-blue);
  padding: 42px 0px;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.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: 18px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}

.tgmenu__navbar-wrap>ul>li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
}

.tgmenu__navbar-wrap>ul>li .sub-menu>li {
  margin-left: 0;
  text-align: left;
  display: block;
}

.tgmenu__navbar-wrap>ul>li .sub-menu>li a {
  padding: 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-primary);
}

.tgmenu__navbar-wrap>ul>li .sub-menu>li:hover>a {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px);
}

.tgmenu__navbar-wrap>ul>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.tgmenu__navbar-wrap>ul>li.active a,
.tgmenu__navbar-wrap>ul>li:hover a {
  color: var(--tg-theme-primary);
}

.tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
  display: none;
}

.tgmenu__main-menu li.menu-item-has-children>a::after {
  content: "\f107";
  font-weight: 700;
  font-family: var(--tg-icon-font-family);
  color: var(--tg-color-dark-blue);
  margin-left: 8px;
  -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;
}

.tgmenu__main-menu li.menu-item-has-children>a:hover {
  color: var(--tg-theme-primary);
}

.tgmenu__main-menu li.menu-item-has-children:hover>a::after {
  color: var(--tg-theme-primary);
}

.tgmenu__main-menu li.menu-item-has-children.active>a::after {
  color: var(--tg-theme-primary);
}

@media (max-width: 991.98px) {
  .tgmenu__action {
    margin-right: 40px;
    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;
}

.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 a {
  font-size: 20px;
  line-height: 0;
  color: var(--tg-theme-secondary);
}

.tgmenu__action ul .header-search a svg {
  width: 20px;
}

.tgmenu__action ul .header-search a:hover {
  color: var(--tg-theme-primary);
}

@media (max-width: 991.98px) {
  .tgmenu__action ul .offCanvas-menu {
    display: none;
  }
}

.tgmenu__action ul .offCanvas-menu .menu-tigger {
  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: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 18px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.tgmenu__action ul .offCanvas-menu .menu-tigger svg {
  width: 18px;
  height: 18px;
}

.tgmenu__action ul .offCanvas-menu .menu-tigger:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

@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: 14px;
}

.tgmenu__action ul .header-btn .btn::after {
  display: none;
}

.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 a {
  width: 85px;
  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-color-gray-5);
  border-top: none;
  border-bottom: none;
}

@media (max-width: 991.98px) {
  .tgmenu__action-two>.list-wrap li.header-search a {
    width: auto;
    height: auto;
    border: none;
  }
}

.tgmenu__action-two>.list-wrap li.offCanvas-menu .menu-tigger {
  width: 85px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 24px;
  line-height: 0;
  border: 1px solid var(--tg-color-gray-5);
  border-top: none;
  border-bottom: none;
  margin-left: -1px;
}

.tgmenu__action-two>.list-wrap li.offCanvas-menu .menu-tigger:hover {
  background: transparent;
  color: var(--tg-theme-primary);
}

.tgmenu__action-two>.list-wrap li.header-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

@media (max-width: 1199.98px) {
  .tgmenu__action-two>.list-wrap li.header-btn {
    display: none;
  }
}

.tgmenu__action-two>.list-wrap li.header-btn .btn {
  border-radius: 30px;
  gap: 8px;
}

.tgmenu__action-two>.list-wrap li:last-child {
  margin-left: 25px;
}

.tgmenu__action-three>.list-wrap li {
  margin-left: 20px;
}

.tgmenu__action-three>.list-wrap li.offCanvas-menu .menu-tigger {
  width: auto;
  height: auto;
  background: transparent;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  line-height: 0;
  display: block;
}

.tgmenu__action-three>.list-wrap li.offCanvas-menu .menu-tigger svg {
  width: 22px;
  height: 22px;
}

.tgmenu__action-three>.list-wrap li.offCanvas-menu .menu-tigger:hover {
  color: var(--tg-theme-primary);
}

.tgmenu__action-four .list-wrap li {
  margin-left: 20px;
}

.tgmenu__action-four .list-wrap li.header-btn .btn {
  padding: 13px 22px;
}

.tgmenu__action-four .list-wrap li.offCanvas-menu {
  margin-left: 40px;
  position: relative;
}

.tgmenu__action-four .list-wrap li.offCanvas-menu .menu-tigger {
  width: auto;
  height: auto;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.tgmenu__action-four .list-wrap li.offCanvas-menu .menu-tigger:hover {
  color: var(--tg-theme-primary);
}

.tgmenu__action-four .list-wrap li.offCanvas-menu::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: #D7E4EA;
}

.tgmenu__action-five .list-wrap li {
  margin-left: 10px;
}

.tgmenu__action-five .list-wrap li.header-btn .btn {
  padding: 13px 24px;
}

.tgmenu__action-five .list-wrap li.header-btn-two .btn.border-btn {
  border-color: var(--tg-color-gray-2);
  color: var(--tg-body-color);
  padding: 12px 21px;
}

.tgmenu__action-five .list-wrap li.header-btn-two .btn.border-btn::after {
  display: none;
}

.tgmenu__action-five .list-wrap li.header-btn-two .btn.border-btn:hover {
  color: var(--tg-color-white-default);
  border-color: var(--tg-theme-secondary);
}

.sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: var(--tg-color-white-default);
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}

.sticky-menu ul li .sub-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

#header-fixed-height.active-height {
  display: block;
  height: 90px;
}

/*=============================
	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;
}

.tgmobile__search input::placeholder {
  font-size: 15px;
  color: var(--tg-body-color);
}

.tgmobile__search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  padding: 0;
  right: 20px;
  line-height: 1;
  background: transparent;
  color: var(--tg-heading-color);
}

.tgmobile__menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 99;
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
}

.tgmobile__menu .navbar-collapse {
  display: block !important;
}

.tgmobile__menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.tgmobile__menu .nav-logo img {
  max-height: 34px;
}

.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-black-1);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 2px;
  height: 12px;
  background-color: var(--tg-color-black-1);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
  background-color: var(--tg-theme-primary);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
  background-color: var(--tg-color-white-default);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after {
  display: none;
}

.tgmobile__menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 10px 60px 10px 25px;
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-heading-color);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.tgmobile__menu .navigation li>a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 2px;
  background: var(--tg-theme-primary);
  pointer-events: none;
}

.tgmobile__menu .navigation li ul li>a {
  margin-left: 20px;
}

.tgmobile__menu .navigation li ul li ul li a {
  margin-left: 40px;
}

.tgmobile__menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}

.tgmobile__menu .navigation li>ul {
  display: none;
}

.tgmobile__menu .navigation li>ul>li>ul {
  display: none;
}

.tgmobile__menu .navigation ul {
  padding: 0;
  margin: 0;
}

.tgmobile__menu .navigation ul li a {
  display: block;
}

.tgmobile__menu .navigation ul li ul li>a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.tgmobile__menu .navigation:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .navigation>li>ul>li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .navigation>li.active>a::before {
  height: 100%;
}

.tgmobile__menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  color: var(--tg-theme-primary);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tgmobile__menu .close-btn i[class^=flaticon-]:before {
  font-weight: var(--tg-fw-bold) !important;
}

.tgmobile__menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.tgmobile__menu .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);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.tgmobile__menu-bottom {
  padding: 30px 25px 25px;
  margin-top: auto;
}

.tgmobile__menu-bottom .contact-info .list-wrap li a {
  color: var(--tg-theme-secondary);
  display: inline-block;
  font-weight: 500;
  margin-bottom: 5px;
}

.tgmobile__menu-bottom .contact-info .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}

.tgmobile__menu-bottom .social-links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0 0;
  gap: 15px;
}

.tgmobile__menu-bottom .social-links ul li {
  position: relative;
  display: inline-block;
}

.tgmobile__menu-bottom .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;
  position: relative;
  font-size: 18px;
  color: var(--tg-theme-secondary);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.tgmobile__menu-bottom .social-links ul li a:hover {
  color: var(--tg-theme-primary);
}

.tgmobile__menu-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: var(--tg-color-white-default);
  margin-right: 30px;
  top: 15px;
}

@media (max-width: 991.98px) {
  .tgmobile__menu-outer .mobile-nav-toggler {
    display: block !important;
  }
}

.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);
}

/*=============================
    04. Banner
===============================*/
.banner-bg {
  background-size: cover;
  background-position: center;
  min-height: 870px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 200px 0 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 1500px) {
  .banner-bg {
    min-height: 680px;
  }
}

@media (max-width: 767.98px) {
  .banner-bg {
    min-height: 640px;
    padding: 170px 0 80px;
  }
}

.banner__bg-two {
  min-height: 820px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding: 200px 0 100px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1500px) {
  .banner__bg-two {
    min-height: 660px;
  }
}

@media (max-width: 991.98px) {
  .banner__bg-two {
    min-height: 600px;
    padding: 150px 0 100px;
  }
}

@media (max-width: 767.98px) {
  .banner__bg-two {
    min-height: 580px;
    padding: 120px 0 90px;
  }
}


@media (max-width: 1500px) {
  .banner__bg-three {
    padding: 160px 0 0;
    min-height: 700px;
  }
}

@media (max-width: 991.98px) {
  .banner__bg-three {
    padding: 230px 0 0;
  }
}

@media (max-width: 767.98px) {
  .banner__bg-three {
    padding: 150px 0 0;
  }
}

.tabs123 .link1234 {
  font-size: 17px !important;
  position: sticky !important;
}

.link1234 {
  display: flex;
  flex-direction: column;
  padding: 10px 17px !important;
  width: 187px !important;
  background-color: #fff !important;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--tg-border-1) !important;
  color: #03657d !important;

}

.banner__bg-four {
  background-size: cover;
  background-position: center;
  padding: 170px 0 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 1500px) {
  .banner__bg-four {
    padding: 110px 0 0;
  }
}

@media (max-width: 991.98px) {
  .banner__bg-four {
    padding: 140px 0 0;
  }
}

@media (max-width: 767.98px) {
  .banner__bg-four {
    padding: 110px 0 0;
  }
}

@media (max-width: 991.98px) {
  .banner-content {
    text-align: center;
    margin-bottom: -45px;
  }
}

@media (max-width: 767.98px) {
  .banner-content {
    margin-bottom: 0;
  }
}

.sidebar__widget-three .form-group .checkbox-container {
  font-size: 14px;
  height: auto;
}

.sidebar-create-job {
  list-style: none;
  padding: 0px 10px;
}

.sidebar-create-job li {
  padding: 5px 0;
}

.main-div {
  height: 200px;
  overflow: scroll;
  overflow-x: hidden;

}

/* .main-div ::-webkit-scrollbar {
  width: 2px;
} */

.checkbox-container {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

.custom-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 4px;
  transition: background-color 0.3s;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.custom-checkbox:checked~.checkmark {
  background-color: #2196F3;
  box-shadow: 0 3px 7px rgba(33, 150, 243, 0.3);
}

.custom-checkbox:checked~.checkmark:after {
  display: block;
}

@keyframes checkAnim {
  0% {
    height: 0;
  }

  100% {
    height: 10px;
  }
}

.custom-checkbox:checked~.checkmark:after {
  animation: checkAnim 0.2s forwards;
}


.banner-content .sub-title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  display: block;
  line-height: 1;
  color: var(--tg-theme-primary);
  margin-bottom: 15px;
}

.banner-content .title {
  font-size: 60px;
  margin-bottom: 20px;
  line-height: 1.1;
  text-transform: capitalize;
}

@media (max-width: 1199.98px) {
  .banner-content .title {
    font-size: 48px;
  }
}

@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: 48px;
  }
}

.banner-content p {
  margin-bottom: 30px;
  color: #013d4c;
  text-transform: capitalize;
  width: 90%;
}

@media (max-width: 1199.98px) {
  .banner-content p {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .banner__content-two {
    text-align: center;
  }
}

.banner__content-two .title {
  font-size: 60px;
  text-transform: capitalize;
  line-height: 1.1;
  margin-bottom: 15px;
}

@media (max-width: 1199.98px) {
  .banner__content-two .title {
    font-size: 52px;
  }
}

@media (max-width: 767.98px) {
  .banner__content-two .title {
    font-size: 42px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content-two .title {
    font-size: 45px;
  }
}

.banner__content-two .title span {
  color: var(--tg-theme-primary);
}

.banner__content-two p {
  margin-bottom: 30px;
  width: 90%;
}

@media (max-width: 1199.98px) {
  .banner__content-two p {
    width: 100%;
  }
}

.banner__content-three {
  margin-top: 120px;
}

@media (max-width: 991.98px) {
  .banner__content-three {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0;
  }
}

.banner__content-three .sub-title {
  font-size: 15px;
  color: var(--tg-theme-primary);
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 10px;
}

.banner__content-three .title {
  margin-bottom: 30px;
  font-size: 50px;
  text-transform: capitalize;
}

@media (max-width: 1199.98px) {
  .banner__content-three .title {
    font-size: 46px;
  }
}

@media (max-width: 767.98px) {
  .banner__content-three .title {
    font-size: 42px;
  }
}

.banner__content-four {
  position: relative;
}

@media (max-width: 991.98px) {
  .banner__content-four {
    text-align: center;
    margin-bottom: 50px;
  }
}

.banner__content-four .title {
  font-size: 60px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

@media (max-width: 1500px) {
  .banner__content-four .title {
    font-size: 56px;
  }
}

@media (max-width: 1199.98px) {
  .banner__content-four .title {
    font-size: 47px;
  }
}

@media (max-width: 767.98px) {
  .banner__content-four .title {
    font-size: 42px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content-four .title {
    font-size: 45px;
  }
}

.banner__content-four .title span {
  position: relative;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .banner__content-four .title span {
    display: inline;
  }
}

.banner__content-four .title span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 8px;
  background: var(--tg-theme-primary);
  z-index: -1;
}

@media (max-width: 767.98px) {
  .banner__content-four .title span::before {
    display: none;
  }
}

.banner__content-four p {
  margin-bottom: 25px;
}

.banner__content-four .shape img {
  position: absolute;
  right: -6%;
  top: -6%;
}

@media (max-width: 1199.98px) {
  .banner__content-four .shape img {
    right: -8%;
    top: -15%;
  }
}

@media (max-width: 991.98px) {
  .banner__content-four .shape img {
    right: -2%;
    top: -14%;
    width: 60px;
  }
}

@media (max-width: 767.98px) {
  .banner__content-four .shape img {
    right: 3%;
    top: auto;
    bottom: 2%;
  }
}

.banner__img img {
  max-width: unset;
}

@media (max-width: 991.98px) {
  .banner__img img {
    max-width: 100%;
  }
}

.banner__img-two {
  position: relative;
}

.banner__img-two>img:nth-child(1) {
  max-width: unset;
  margin-left: 50px;
}

@media (max-width: 1199.98px) {
  .banner__img-two>img:nth-child(1) {
    margin-left: 0;
    max-width: 100%;
  }
}

.banner__img-two>img:nth-child(2) {
  position: absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #D1D1D1;
  -webkit-box-shadow: 11px 10px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 11px 10px 0px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 11px 10px 0px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 11px 10px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 11px 10px 0px 0px rgba(0, 0, 0, 0.1);
  left: 10%;
  top: 20%;
}

@media (max-width: 1199.98px) {
  .banner__img-two>img:nth-child(2) {
    width: 200px;
    left: 2%;
  }
}

@media (max-width: 767.98px) {
  .banner__img-two>img:nth-child(2) {
    display: none;
  }
}

.banner__img-two .img__shape img {
  position: absolute;
  z-index: -1;
}

.banner__img-two .img__shape img:nth-child(1) {
  left: 37%;
  top: 10%;
  animation-duration: 4s;
}

@media (max-width: 767.98px) {
  .banner__img-two .img__shape img:nth-child(1) {
    left: 18%;
    top: 20%;
  }
}

.banner__img-two .img__shape img:nth-child(2) {
  left: 6%;
  bottom: 13%;
}

@media (max-width: 1199.98px) {
  .banner__img-two .img__shape img:nth-child(2) {
    left: 2%;
  }
}

@media (max-width: 767.98px) {
  .banner__img-two .img__shape img:nth-child(2) {
    width: 100px;
  }
}

.banner__img-two .img__shape img:nth-child(3) {
  left: 34%;
  top: -10%;
  z-index: -2;
}

@media (max-width: 767.98px) {
  .banner__img-two .img__shape img:nth-child(3) {
    display: none;
  }
}

.banner__img-two .img__shape img:nth-child(4) {
  right: -22%;
  top: 27%;
}

@media (max-width: 767.98px) {
  .banner__img-two .img__shape img:nth-child(4) {
    display: none;
  }
}

.banner-shape img {
  position: absolute;
  z-index: -1;
}

.banner-shape img:nth-child(1) {
  left: 35%;
  top: 36%;
  animation: rightToLeft 4s infinite linear;
  color: #000;
}

@media (max-width: 1500px) {
  .banner-shape img:nth-child(1) {
    left: 32%;
    top: 31%;
  }
}

@media (max-width: 767.98px) {
  .banner-shape img:nth-child(1) {
    left: 32%;
    top: 20%;
    display: none;
  }
}

.banner-shape img:nth-child(2) {
  left: 6%;
  bottom: -8%;
}

.banner__shape-two img {
  position: absolute;
  z-index: -1;
  left: 5%;
  top: 12%;
  animation: heartbeat 4s infinite alternate;
}

@media (max-width: 1500px) {
  .banner__shape-two img {
    left: 1%;
    top: 4%;
  }
}

.banner-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  gap: 45px;
  position: absolute;
  left: 3%;
  top: 39%;
}

@media (max-width: 1500px) {
  .banner-social {
    left: 0%;
    top: 35%;
  }
}

@media (max-width: 1199.98px) {
  .banner-social {
    display: none;
  }
}

.banner-social .title {
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--tg-body-color);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
}

.banner-social .title::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -31px;
  width: 2px;
  height: 20px;
  background: var(--tg-body-color);
}

.banner-social .list-wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 17px;
}

.banner-social .list-wrap li a {
  color: var(--tg-heading-color);
  transform: rotate(-90deg);
  display: block;
}

.banner-social .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}

.banner-social-two {
  left: auto;
  right: 2%;
  top: 36%;
}

@media (max-width: 1500px) {
  .banner-social-two {
    right: 1%;
  }
}

.banner-social-three {
  top: 37%;
}

.banner-scroll {
  position: absolute;
  right: 4%;
  bottom: 10%;
}

@media (max-width: 1500px) {
  .banner-scroll {
    right: 3%;
    bottom: 7%;
  }
}

@media (max-width: 991.98px) {
  .banner-scroll {
    display: none;
  }
}

.banner-scroll a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  flex-direction: row-reverse;
  font-size: 15px;
  font-weight: 700;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  gap: 10px;
}

.banner-scroll a span {
  width: 28px;
  height: 28px;
  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-heading-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -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;
}

.banner-scroll a:hover {
  color: var(--tg-theme-primary);
}

.banner-scroll a:hover span {
  border-color: var(--tg-theme-primary);
}


/*=============================
    05. Slider
===============================*/
.slider__area {
  overflow: hidden;
}

.slider__single {
  position: relative;
  min-height: 670px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: var(--tg-color-white-default);
  padding: 100px 0;
  background-size: cover;


}

@media (max-width: 1500px) {
  .slider__single {
    min-height: 570px;
  }
}

@media (max-width: 991.98px) {
  .slider__single {
    min-height: 500px;
  }
}

.slider__single::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #050628;
  opacity: 0.7;
  z-index: -1;
}

.slider__single::after {
  content: "";
  position: absolute;
  left: -10%;
  top: 0;
  width: 70%;
  height: 100%;
  opacity: 0.9;
  background: #1D1E34;
  filter: blur(200px);
  z-index: -1;
}

.slider__bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: luminosity;
  opacity: 0.7;
}

.slider__content {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .slider__content {
    text-align: center;
  }
}

.slider__content .sub-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  color: var(--tg-color-white-default);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 1;
  padding: 7px 25px;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .slider__content .sub-title {
    padding: 7px 15px;
  }
}

.footer-section1 .list {

  font-size: .9rem;
}

.slider__content .title {
  color: var(--tg-color-white-default);
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -0.3px;
}

@media (max-width: 1199.98px) {
  .slider__content .title {
    font-size: 45px;
  }
}

@media (max-width: 767.98px) {
  .slider__content .title {
    font-size: 42px;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__content .title {
    font-size: 45px;
  }
}

.slider__content p {
  color: var(--tg-color-white-default);
  margin-bottom: 30px;
  width: 90%;
}

@media (max-width: 1199.98px) {
  .slider__content p {
    width: 100%;
  }
}

.slider__shape img {
  position: absolute;
}

.slider__shape img:nth-child(1) {
  left: 0;
  top: 0;
}

@media (max-width: 991.98px) {
  .slider__shape img:nth-child(1) {
    width: 200px;
  }
}

.slider__shape img:nth-child(2) {
  right: 0;
  bottom: 0;
}

.footer-section2 p {
  float: right;
  font-size: .9rem;
}

.job-spec {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding-left: 1px;
  font-size: .8rem;
  margin-bottom: 8px;
}

.job-card-head {
  margin-bottom: -10px;
}

.job-spec p {
  margin-left: 4px;

}

.job-spec .icon-1 {
  margin-left: 0px;
}

.job-data {
  list-style: none;
  display: inline-flex;
  margin-left: -2px;
}

.job-data .time,
.privacy {
  padding: 0px 13px;
  background-color: #d7e2fe;
  border-radius: 5px;
  font-size: .8rem;
}

.job-spec li span {
  padding-right: 2px !important;
}

.job-des {
  /* width: 100%; */
  margin-left: 50px;
  margin-bottom: -12px;
}

.job-card-footer {
  background-color: #d7e2fe6f;

}

.job-des p {
  font-size: .8rem;
  padding-top: -10px;
}

.slider__single.swiper-slide-active .slider__content .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.swiper-slide-active .slider__content .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.swiper-slide-active .slider__content 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.swiper-slide-active .slider__content .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;
}

.slider__single.swiper-slide-active .slider__shape img:nth-child(1) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
}

.job-block {
  font-size: .8rem;
  border: 1px solid orange;
  /* box-shadow: 5px 10px rgba(49, 47, 44, 0.07); */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  margin: 10px 0;
  border-radius: 5px;
}

.slider__single.swiper-slide-active .slider__shape img:nth-child(2) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -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;
}

/*=============================
    21. Brand
===============================*/
.brand-area {
  padding: 56px 0;
  border-bottom: 1px solid #E6E7F3;
}

.brand__area-two {
  padding: 90px 0;
}

@media (max-width: 767.98px) {
  .brand__area-two {
    padding: 70px 0;
  }
}

.brand__area-four {
  border-top: 1px solid #E6E7F3;
  padding: 76px 0;
}

.brand__area-five {
  background: var(--tg-color-gray-3);
  padding: 90px 0;
}

.brand__area-six {
  background: var(--tg-color-gray-6);
  padding: 77px 0;
}

.brand__area-seven {
  padding:80px 0;
  border-bottom: none;
}

@media (max-width: 767.98px) {
  .brand__area-seven {
    padding: 0 0 100px;
  }
}

.brand__area-eight {
  background: var(--tg-heading-color);
  padding: 55px 0;
}

.banner-social-2 {
  width: 40px;
  height: auto;
  padding: 10PX 0;
  position: fixed;
  top: 35%;
  right: 0px;
  z-index: 50;
  writing-mode: vertical-rl;
  cursor: pointer;
  background: var(--tg-theme-primary);
  transition: 1s ease;
  border: none;
}

.banner-social-2 .title {
  width: 5px;
  margin-right: 4PX;
  transition: 1s ease;
  font-weight: 600;
  color: rgb(248, 233, 213);
}

.banner-social-2:hover {
  background-color: #0188A9;
  width: 65px;
  transition: .5s;
}

.banner-social-2:hover .title {
  margin-right: 25px;
  transition: .5s;
}

@media (max-width: 1500px) {
  .banner-social-2 {
    top: 65%;

  }
}

.brand-item {
  min-height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(81, 78, 78, 0.282);
}

.brand-item img {
  cursor: pointer;
  /* aspect-ratio: 3/2;
 object-fit: contain;
 mix-blend-mode: color-burn; */


}

.brand-sec {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.brand-item1 {
  min-height: 100px;
  width: 290px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(81, 78, 78, 0.282);
  cursor: pointer;

}

.swiper-slide1 {
  overflow: hidden;
}

.brand-item1 img {
  cursor: pointer;
  /* aspect-ratio: 3/2;
 object-fit: contain;
 mix-blend-mode: color-burn; */
  transition: .4s ease-in-out;


}

.swiper-slide1:hover .brand-item1 img {
  transform: scale(1.5);

}






@media(max-width:600px) {
  .job-block {
    justify-content: left;
  }

  .job-block h5 {
    font-weight: 600;
    font-size: 1rem;
  }

  .job-block .content {
    max-width: 10%;
    display: block;
  }

  .job-spec {
    display: list-item;
    margin-bottom: 1px;
  }

  .job-card-head {
    margin-bottom: -15px;
  }

  .footer-section1 {
    margin-bottom: -10px;
  }

  .footer-section2 p {
    float: left;
    margin-left: 10px;
    font-size: 10px;
  }

  .job-des p {
    margin-left: -62px;
  }

  .job-spec .icon-1 {
    margin-left: 0;
  }

  .job-data {
    margin-left: -62px;
  }

  .job-data .time,
  .privacy {

    font-size: .7rem;
  }

  .job-block h5 {
    margin-bottom: 20px;
  }

  #job-des {
    margin-top: 10px;
    margin-left: -80px;

  }

  .job-spec li {

    font-size: .8rem;
    /* padding-right: 0px !important; */
    padding-bottom: 10px
  }

  .footer-section2 p {
    float: left;
    padding-left: -100px;
  }

}

.card-main {
  margin: 20px 0;

}

.brand__content {
  text-align: center;
  margin-bottom: 50px;
}

.brand__content .title {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
  text-transform: capitalize;
}

@media (max-width: 767.98px) {
  .brand__content .title {
    font-size: 32px;
  }
}

.brand__content .title span {
  display: block;
  font-size: 30px;
  font-weight: 500;
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .brand__content .title span {
    font-size: 26px;
  }
}

/*=============================
    06. About
===============================*/
.about-area {
  position: relative;
}



.about__bg {
  background-size: cover;
  background-position: center;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

#about-area {
  padding-bottom: 100px;
}

@media (max-width: 767.98px) {
  .about__bg {
    padding: 100px 0;
  }
}

.about__bg-two {
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .about__bg-two {
    padding: 100px 0;
  }
}

.about__area-four {
  padding: 120px 0;
}

@media (max-width: 991.98px) {
  .about__area-four {
    padding: 100px 0;
  }
}

.about__area-five {
  padding: 80px 0;

}

@media (max-width: 767.98px) {
  .about__area-five {
    padding: 100px 0;
  }
}

.about__area-six {
  position: relative;
  padding: 50px 0;
}

@media (max-width: 767.98px) {
  .about__area-six {
    padding: 1px 0;
  }
}

.about__area-seven {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767.98px) {
  .about__area-seven {
    padding: 100px 0;
  }
}

.about__area-eight {
  position: relative;
  padding: 0 0 120px;
}

@media (max-width: 767.98px) {
  .about__area-eight {
    padding: 0 0 100px;
  }
}

.about-img-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}

@media (max-width: 991.98px) {
  .about-img-wrap {
    margin-bottom: 50px;
  }
}

.about-img-wrap .mask-img-wrap {
  -webkit-mask-image: url(../img/images/mask_img.png);
  mask-image: url(../img/images/mask_img.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  height: 472px;
  width: 417px;
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  .about-img-wrap .mask-img-wrap {
    height: 414px;
    width: 360px;
  }
}

@media (max-width: 767.98px) {
  .about-img-wrap .mask-img-wrap {
    height: 370px;
    width: 320px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-img-wrap .mask-img-wrap {
    height: 442px;
    width: 385px;
  }
}

.about-img-wrap .mask-img-wrap img {
  max-width: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-img-wrap .shape img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 767.98px) {
  .about-img-wrap .shape img {
    display: none;
  }
}

.about__img-wrap-two {
  text-align: center;
  position: relative;
  padding: 30px 0;
}

@media (max-width: 991.98px) {
  .about__img-wrap-two {
    margin-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .about__img-wrap-two {
    padding: 30px 15px 30px 0;
  }
}

.about__img-wrap-two>img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border-left: 4px solid var(--tg-theme-secondary);
}

.about__img-wrap-two .shape img {
  position: absolute;
  z-index: -1;
  left: 0%;
  bottom: -3%;
}

@media (max-width: 1199.98px) {
  .about__img-wrap-two .shape img {
    left: -2%;
  }
}

.about__img-wrap-two::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 135px;
  height: 100%;
  background: var(--tg-theme-primary);
  -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-wrap-two::before {
    right: 0;
  }
}

.about__img-wrap-three {
  position: relative;
}

@media (max-width: 991.98px) {
  .about__img-wrap-three {
    margin-bottom: 50px;
  }
}

.about__img-wrap-three>img:nth-child(1) {
  -webkit-border-radius: 10px 185px 10px 10px;
  -moz-border-radius: 10px 185px 10px 10px;
  -o-border-radius: 10px 185px 10px 10px;
  -ms-border-radius: 10px 185px 10px 10px;
  border-radius: 10px 185px 10px 10px;
}

@media (max-width: 767.98px) {
  .about__img-wrap-three>img:nth-child(1) {
    -webkit-border-radius: 10px 80px 10px 10px;
    -moz-border-radius: 10px 80px 10px 10px;
    -o-border-radius: 10px 80px 10px 10px;
    -ms-border-radius: 10px 80px 10px 10px;
    border-radius: 10px 80px 10px 10px;
  }
}

.about__img-wrap-three>img:nth-child(2) {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -10%;
  bottom: 18%;
}

@media (max-width: 767.98px) {
  .about__img-wrap-three>img:nth-child(2) {
    display: none;
  }
}

.about__img-wrap-three .shape img {
  position: absolute;
  left: -20%;
  bottom: 20%;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .about__img-wrap-three .shape img {
    display: none;
  }
}

.about__img-wrap-four {
  position: relative;
  padding-bottom: 125px;
}

@media (max-width: 991.98px) {
  .about__img-wrap-four {
    margin-bottom: 50px;
  }
}

.about__img-wrap-four>img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.about__img-wrap-four>img:nth-child(2) {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 10px solid var(--tg-color-white-default);
  position: absolute;
  right: 35px;
  bottom: 0;
}

@media (max-width: 1199.98px) {
  .about__img-wrap-four>img:nth-child(2) {
    right: 0;
    width: 190px;
  }
}

@media (max-width: 991.98px) {
  .about__img-wrap-four>img:nth-child(2) {
    width: 230px;
  }
}

@media (max-width: 767.98px) {
  .about__img-wrap-four>img:nth-child(2) {
    display: none;
  }
}

.about__img-wrap-four .shape img {
  position: absolute;
  right: 13%;
  z-index: -1;
  top: 31%;
}

@media (max-width: 991.98px) {
  .about__img-wrap-four .shape img {
    right: 6%;
  }
}

@media (max-width: 767.98px) {
  .about__img-wrap-four .shape img {
    display: none;
  }
}

.about__img-wrap-five {
  position: relative;
  padding-bottom: 75px;
  margin-bottom: 25px;
}

.about__img-wrap-five img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  min-height: 250px;
  object-fit: cover;
}

.about__img-wrap-six {
  position: relative;
  padding-left: 70px;
}

@media (max-width: 1199.98px) {
  .about__img-wrap-six {
    padding-left: 50px;
    padding-right: 40px;
  }
}

@media (max-width: 991.98px) {
  .about__img-wrap-six {
    margin-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .about__img-wrap-six {
    padding: 0;
    text-align: center;
  }
}

.about__img-wrap-six img:nth-child(1) {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.about__img-wrap-six img:nth-child(2) {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 6%;
  bottom: 20%;
}

@media (max-width: 1199.98px) {
  .about__img-wrap-six img:nth-child(2) {
    right: 0%;
  }
}

@media (max-width: 767.98px) {
  .about__img-wrap-six img:nth-child(2) {
    display: none;
  }
}

.about__img-wrap-six .shape img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  right: 7%;
  bottom: -10%;
}

@media (max-width: 1199.98px) {
  .about__img-wrap-six .shape img {
    right: 0%;
  }
}

.about__img-wrap-seven {
  position: relative;
  text-align: right;
}

@media (max-width: 1199.98px) {
  .about__img-wrap-seven {
    padding-left: 40px;
  }
}

@media (max-width: 991.98px) {
  .about__img-wrap-seven {
    padding-left: 0px;
    margin-bottom: 50px;
  }
}

.about__img-wrap-seven>img {
  margin-left: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.about__img-wrap-seven .shape img {
  position: absolute;
  right: -4%;
  top: -4%;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .about__img-wrap-seven .shape img {
    right: 0;
  }

  .about__img-wrap-seven>img {
    display: none;
  }

  .career-fraud-content a {
    position: absolute;
    /* top: 201px;
    left: 107px; */
    top: -50px;
    left: 134px;
  }

  .faqs__area-six .circle {
    display: none;
  }

  .banner-shape img:nth-child(1) {
    display: none;
  }
}

.about-list .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 -15px;
  gap: 30px 0;
  margin-bottom: 25px;
}

@media (max-width: 1199.98px) {
  .about-list .list-wrap {
    gap: 20px 0;
    flex-wrap: wrap;
  }
}

.about-list .list-wrap li {
  padding: 0 10px;
  width: 50%;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

@media (max-width: 1199.98px) {
  .about-list .list-wrap li {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .about-list .list-wrap li {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .about-list .list-wrap li {
    width: 100%;
  }
}

.about-list .list-wrap li .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-yellow-light);
  color: var(--tg-theme-primary);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  flex: 0 0 auto;
  font-size: 40px;
  line-height: 0;
}

.about-list .list-wrap li .icon i {
  transition: 0.3s linear;
}

.about-list .list-wrap li:hover .icon i {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.about-list .list-wrap li .content .title {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}

.about-list .list-wrap li .content p {
  margin-bottom: 0;
}

.about-content>p {
  margin-bottom: 30px;
  width: 100%;
  line-height: 1.62;
}
.home-choose__area-four{
  padding: 80px 0 !important;
}
@media (max-width: 1199.98px) {
  .about-content>p {
    width: 100%;
  }
}

.about__content-two {
  width: 100%;
}

@media (max-width: 1199.98px) {
  .about__content-two {
    width: 100%;
  }
}

.about__content-two>p {
  margin-bottom: 35px;
}

.about__content-three {
  width: 100%;
  position: relative;
}

@media (max-width: 1199.98px) {
  .about__content-three {
    width: 100%;
  }
}

.about__content-three>p {
  margin-bottom: 30px;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .about__content-three>p {
    width: 100%;
  }
}

.about__content-four {
  width: 94%;
}

@media (max-width: 1199.98px) {
  .about__content-four {
    width: 100%;
  }
}

.about__content-four p {
  margin-bottom: 30px;
}

.about__content-five .section-title .title span {
  font-weight: 400;
}

.about__content-five>p {
  margin-bottom: 0;
  gap: 10px;
  line-height: 1.75;
}

.about__content-five>p span {
  font-size: 60px;
  font-weight: 700;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  line-height: 0.8;
}

.about__content-six>p {
  margin-bottom: 25px;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .about__content-six>p {
    width: 100%;
  }
}

.about__content-seven .section-title .title span {
  position: relative;
}

.about__content-seven .section-title .title span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 0;
  height: 8px;
  background: var(--tg-theme-primary);
  z-index: -1;
  -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;
}

.about__content-seven .section-title .title.animated span::before {
  width: 100%;
}

.about__content-seven>p {
  margin-bottom: 30px;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .about__content-seven>p {
    width: 100%;
  }
}

.about__content-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  .about__content-inner {
    flex-wrap: wrap;
  }
}

.about__content-inner-two {
  margin-bottom: 40px;
}

@media (max-width: 1199.98px) {
  .about__content-inner-two {
    gap: 20px;
  }
}

@media (max-width: 991.98px) {
  .about__content-inner-two {
    justify-content: flex-start;
    gap: 30px;
  }
}

.about__content-inner-three {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 35px;
  align-items: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.about__content-inner-four {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .about__content-inner-four {
    flex-wrap: wrap;
  }
}

.about__content-inner-five {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media (max-width: 1199.98px) {
  .about__content-inner-five {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.about__list-box .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 500;
  color: var(--tg-theme-secondary);
  font-family: var(--tg-heading-font-family);
  gap: 12px;
  margin-bottom: 10px;
}

.about__list-box .list-wrap li i {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  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);
  color: var(--tg-color-white-default);
  line-height: 0;
  font-size: 18px;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}

.about__list-box .list-wrap li:last-child {
  margin-bottom: 0;
}

.about__list-box-two {
  /* border-left: 1px solid #DBE3EB; */
  padding-left: 0px;
}

@media (max-width: 1199.98px) {
  .about__list-box-two {
    border: none;
    padding: 0;
  }
}

.about__list-img {
  width: 184px;
  flex: 0 0 auto;
}

.about__list-img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.about__list-img-two {
  width: 248px;
  flex: 0 0 auto;
}

.about__list-img-two img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #D1D1D1;
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.1);
}

.contact-info-item123 {
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.1);
}

.about__list-img-three {
  position: relative;
}

.inquiry-page {
  background: radial-gradient(circle, rgba(242, 251, 255, 0.411) 0%, rgba(247, 239, 229, 0.5) 100%);
}

.about__list-img-three img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.about__list-img-three .play-btn {
  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-black-1);
  -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%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about__list-img-three .play-btn:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}

.about__list-img-four img {
  -webkit-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  border: 0.8px solid #DADADA;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

.about-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 40px;
}

@media (max-width: 767.98px) {
  .about-bottom {
    gap: 30px;
    flex-wrap: wrap;
  }
}

.about-bottom .author-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}

.about-bottom .author-wrap .thumb {
  width: 60px;
  flex: 0 0 auto;
  border: 1px solid #B8B9DA;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.about-bottom .author-wrap .content img {
  margin-bottom: 5px;
}

.about-bottom .author-wrap .content .title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.about-bottom .author-wrap .content .title span {
  font-size: 16px;
  font-weight: 400;
  color: #6568AF;
}

.about-bottom-two {
  border-top: 1px solid var(--tg-border-4);
  padding-top: 30px;
}

@media (max-width: 1199.98px) {
  .about-bottom-two {
    gap: 20px;
  }
}

.about__phone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}

.about__phone .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;
  line-height: 0;
  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%;
  font-size: 25px;
  color: var(--tg-theme-secondary);
}

.about__phone .content span {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

.about__phone .content a {
  font-size: 22px;
  font-weight: var(--tg-fw-semi-bold);
  color: var(--tg-theme-secondary);
  font-family: var(--tg-heading-font-family);
  line-height: 1;
}


.about__phone .content a:hover {
  color: var(--tg-theme-primary);
}

.about__award-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  bottom: 15px;
  left: 0;
}

@media (max-width: 767.98px) {
  .about__award-box {
    bottom: 0;
  }
}

.about__award-box .icon {
  width: 90px;
  height: 90px;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: var(--tg-color-yellow-light);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  line-height: 0;
  font-size: 45px;
  color: var(--tg-theme-primary);
}

.about__award-box .content .title {
  margin-bottom: 12px;
  font-size: 50px;
  line-height: 0.8;
  font-weight: 800;
}

.about__award-box .content p {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.4;
}

.about__award-box-two {
  -webkit-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  background: var(--tg-color-white-default);
  border: 0.8px solid #B4B4B4;
  padding: 17px 25px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  text-align: left;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: -3%;
  bottom: 33%;
}

@media (max-width: 1199.98px) {
  .about__award-box-two {
    left: -17%;
  }
}

@media (max-width: 767.98px) {
  .about__award-box-two {
    display: none;
  }
}

.about__satisfied-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}

.about__satisfied-box .icon {
  width: 90px;
  height: 90px;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background: var(--tg-color-yellow-light);
  color: var(--tg-theme-primary);
  line-height: 0;
  font-size: 45px;
}

.about__satisfied-box .content .title {
  font-size: 40px;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
  .about__satisfied-box .content .title {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .about__satisfied-box .content .title {
    font-size: 32px;
  }
}

.about__satisfied-box .content p {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.4;
}

.about-shape-wrap img {
  position: absolute;
  z-index: -1;
}

.about-shape-wrap img:nth-child(1) {
  right: 10%;
  top: 30%;
}

@media (max-width: 1500px) {
  .about-shape-wrap img:nth-child(1) {
    right: 6%;
    top: 26%;
  }
}

@media (max-width: 1199.98px) {
  .about-shape-wrap img:nth-child(1) {
    right: 10%;
    top: 4%;
  }
}

.about-shape-wrap img:nth-child(2) {
  right: 6%;
  top: 36%;
  z-index: -2;
}

@media (max-width: 1500px) {
  .about-shape-wrap img:nth-child(2) {
    right: 2%;
    top: 34%;
  }
}

@media (max-width: 1199.98px) {
  .about-shape-wrap img:nth-child(2) {
    right: 4%;
    top: 11%;
  }
}

@media (max-width: 767.98px) {
  .about-shape-wrap img:nth-child(2) {
    display: none;
  }
}

.about-left-shape img {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}

.about__shape-wrap-two img {
  position: absolute;
  z-index: -1;
}

.about__shape-wrap-two img:nth-child(1) {
  left: 9%;
  top: 20%;
}

.filter-btn11 {
  display: none;
}

@media (max-width: 1500px) {
  .about__shape-wrap-two img:nth-child(1) {
    left: 8%;
    top: 0;
  }
}

@media (max-width: 991.98px) {
  .about__shape-wrap-two img:nth-child(1) {
    left: 15%;
  }
}

.about__shape-wrap-two img:nth-child(2) {
  left: 12%;
  top: 26%;
}

@media (max-width: 1500px) {
  .about__shape-wrap-two img:nth-child(2) {
    left: 2%;
    top: 10%;
  }
}

@media (max-width: 767.98px) {
  .about__shape-wrap-two img:nth-child(2) {
    display: none;
  }
}

.about__shape-wrap-two img:nth-child(3) {
  right: 0%;
  bottom: 0%;
}

.about__shape-wrap-three img {
  position: absolute;
  z-index: -1;
  right: -10%;
  top: -5%;
}

@media (max-width: 1199.98px) {
  .about__shape-wrap-three img {
    right: -3%;
    top: -10%;
  }
}

@media (max-width: 767.98px) {
  .about__shape-wrap-three img {
    top: -6%;
  }
}

.about__shape-wrap-four img {
  position: absolute;
  z-index: -1;
}

.about__shape-wrap-four img:nth-child(1) {
  right: 0;
  bottom: 0;
}

.about__shape-wrap-four img:nth-child(2) {
  right: 10%;
  bottom: 42%;
}

@media (max-width: 1500px) {
  .about__shape-wrap-four img:nth-child(2) {
    right: 6%;
    bottom: 52%;
  }
}

@media (max-width: 1199.98px) {
  .about__shape-wrap-four img:nth-child(2) {
    right: 2%;
    bottom: 32%;
  }
}

@media (max-width: 991.98px) {
  .about__shape-wrap-four img:nth-child(2) {
    right: 8%;
    bottom: 7%;
  }
}

.experience-year {
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-secondary);
  border: 4px 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%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.experience-year .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;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  line-height: 0;
  font-size: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.experience-year .content .circle {
  position: absolute;
  margin-bottom: 0;
  font-size: 15px;
  text-transform: uppercase;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--tg-color-white-default);
}

.experience-year .content .circle span {
  position: absolute;
  top: -64px;
  display: inline-block;
  transform-origin: 0 64px;
}

.experience__box-two {
  position: absolute;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 11px;
  bottom: 9%;
  padding: 60px 25px;
}

@media (max-width: 767.98px) {
  .experience__box-two {
    display: none;
  }
}

.experience__box-three {
  display: flex;
  align-items: center;
}

.experience__box-three .title {
  background: var(--tg-color-yellow-light);
  border: 1px solid #F4E7CC;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  margin-bottom: 0;
  padding: 30px 28px;
}

@media (max-width: 1199.98px) {
  .experience__box-three .title {
    padding: 25px 25px;
  }
}

.experience__box-three .title span {
  background: linear-gradient(180deg, #FFCE4F 0%, #F79400 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 90px;
  font-weight: 800;
  line-height: 0.8;
  position: relative;
  font-family: var(--tg-heading-font-family);
}

@media (max-width: 1199.98px) {
  .experience__box-three .title span {
    font-size: 60px;
  }
}

@media (max-width: 991.98px) {
  .experience__box-three .title span {
    font-size: 80px;
  }
}

.experience__box-three p {
  margin-bottom: 0;
  color: var(--tg-theme-secondary);
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--tg-heading-font-family);
  margin-left: -15px;
}

@media (max-width: 1199.98px) {
  .experience__box-three p {
    font-size: 14px;
  }
}

.experience__box-three p span {
  display: block;
}

.experience__box-four {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: var(--tg-color-white-default);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: -18%;
  bottom: 36%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  padding: 22px 30px;
}

@media (max-width: 1199.98px) {
  .experience__box-four {
    left: -22%;
  }
}

@media (max-width: 767.98px) {
  .experience__box-four {
    display: none;
  }
}

.experience__box-four .title {
  margin-bottom: 0;
  background: linear-gradient(180deg, #FFCE4F 0%, #F79400 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 70px;
  font-weight: 900;
  line-height: 0.8;
}

.experience__box-four p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-theme-secondary);
}

.experience__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  writing-mode: vertical-lr;
  position: relative;
}

@media (max-width: 1199.98px) {
  .experience__content {
    left: 42%;
  }
}

.experience__content .title {
  font-size: 50px;
  line-height: 0.8;
  font-weight: 800;
  margin-bottom: 0;
  color: var(--tg-color-white-default);
  position: relative;
}

.experience__content .title::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -9px;
  width: 34px;
  height: 2px;
  background: var(--tg-theme-primary);
}

.experience__content p {
  margin-bottom: 0;
  text-align: left;
  color: var(--tg-color-white-default);
}

.experience__shape {
  position: absolute;
  left: 30%;
  top: 0;
  width: 35%;
  height: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .experience__shape {
    left: 63%;
  }
}

.experience__shape svg {
  width: 100%;
  height: 100%;
  color: var(--tg-theme-secondary);
  overflow: visible;
}

/*=============================
	07. Services
===============================*/
.services-bg {
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}

@media (max-width: 767.98px) {
  .services-bg {
    padding: 100px 0;
  }
}

.services__bg-three {
  background-size: cover;
  background-position: center;
  padding: 120px 0 90px;
}

@media (max-width: 767.98px) {
  .services__bg-three {
    padding: 100px 0 70px;
  }
}

.services__bg-four {
  background-size: cover;
  background-position: center;
  padding: 120px 0 90px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .services__bg-four {
    padding: 100px 0 70px;
  }
}

.services__bg-five {
  background-size: cover;
  background-position: center;
  padding: 120px 0 90px;
}

@media (max-width: 767.98px) {
  .services__bg-five {
    padding: 100px 0 70px;
  }
}

.title-career {
  text-align: left !important;
}

.services__bg-six {
  /* background-color: #015063; */

  background-position: center;
  padding: 120px 0;
}

.services__tab-wrap-career {
  content: "" !important;
  position: relative;
}

@media (max-width: 767.98px) {
  .services__bg-six {
    padding: 100px 0;
  }
}

.services__bg-seven {
  background-size: cover;
  background-position: center;
  padding: 120px 0 90px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .services__bg-seven {
    padding: 100px 0 70px;
  }
}

.services__area-two {
  background: var(--tg-heading-color);
  padding: 120px 0 90px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .services__area-two {
    padding: 100px 0 70px;
  }
}

.services-item-wrap .row {
  --bs-gutter-x: 24px;
}

.services-item {
  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;
  -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;
  margin-bottom: 30px;
}

.services-item:hover {
  box-shadow: 0px 4px 30px 0px #CFDEE4;
}

.services-item:hover .services-content .icon {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}

.services__item-two {
  border: 2px solid #282B7C;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 35px;
  margin-bottom: 30px;
  background: var(--tg-heading-color);
}

.services__item-two:hover .services__icon-two {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.services__item-three {
  background: var(--tg-color-white-default);
  padding: 40px 0px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .services__item-three {
    padding: 35px 30px;
  }
}

.services__item-three:hover .services__icon-three i {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.career-service-thumb {
  margin: 0px 30px 20px 0;
}

.services__item-four {
  background: var(--tg-color-white-default);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 20px 30px;
  /* align-items: center; */
  gap: 30px;
  /* padding: 5px 0px 30px 10px; */
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;

}

.crpl-career {
  display: block;
  padding: 15px 30px 8px 30px;
}

@media (max-width: 1199.98px) {
  .services__item-four {
    padding: 30px 20px 30px 20px;
    gap: 25px;
  }
}

@media (max-width: 991.98px) {
  .services__item-four {
    flex-wrap: wrap;
    padding: 30px 30px;
  }
}

@media (max-width: 767.98px) {
  .services__item-four {
    padding: 30px 25px;
  }
}

.services__item-five {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #E9E9F0;
  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;
  padding: 60px 30px 45px;
  text-align: center;
  margin-bottom: 30px;
  -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;
}
.update-about__img-wrap-six{
  padding-left: 50px;
}
.update-experience__box-four{
  left: -25%;
}
.services__item-five:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: rgba(250, 250, 250, 0.993);
}

.services__item-five:hover .services__icon-five {
  color: #015063;
}

.services__item-five:hover .services__icon-shape .shape svg {
  color: #07b9fa52;
}

.services__item-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 22px;
}

.services__item-top .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .services__item-top .title {
    font-size: 20px;
  }
}

/* .services__item-wrap-two .row [class*=col-]:nth-child(odd) .services__item-five {
  margin-top: 30px;
} */
@media (max-width: 991.98px) {
  .services__item-wrap-two .row [class*=col-]:nth-child(odd) .services__item-five {
    margin-top: 0;
  }
}

.services-thumb {
  -webkit-border-radius: 10px 10px 0 100px;
  -moz-border-radius: 10px 10px 0 100px;
  -o-border-radius: 10px 10px 0 100px;
  -ms-border-radius: 10px 10px 0 100px;
  border-radius: 10px 10px 0 100px;
  overflow: hidden;
  position: relative;
}
.update-services__content-four p{
margin-bottom: 7px;
}
.services-thumb img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.services__thumb-four {
  width: 337px;
  flex: 0 0 auto;
}

.career-services-four {
  width: auto;
  float: left;
  padding: 0 21px 9px 0;
}

@media (max-width: 1199.98px) {
  .services__thumb-four {
    width: 300px;
  }
}

@media (max-width: 991.98px) {
  .services__thumb-four {
    width: 100% !important;
  }
}

.services__thumb-four img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  height: 310px;
  object-fit: cover;
  width: 100%;
}

.crpl-career img {
  height: 129px;
  width: auto;
  float: left;
}

@media (max-width: 1199.98px) {
  .services__thumb-four img {
    height: 340px;
  }
}

.services__icon-two {
  font-size: 60px;
  line-height: 0;
  color: var(--tg-theme-primary);
  display: inline-block;
  -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;
  margin-bottom: 20px;
}

.services__icon-three {
  width: 70px;
  height: 70px;
  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-gray-3);
  border: 1px solid var(--tg-color-gray-2);
  flex: 0 0 auto;
  line-height: 0;
  font-size: 42px;
  color: var(--tg-theme-secondary);
  position: relative;
}

.services__icon-three 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;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.services__icon-three::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: 3px;
  height: 40px;
  background: #DCE7EC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.services__icon-five {
  position: relative;
  z-index: 1;
  color: var(--tg-theme-primary);
  font-size: 45px;
  line-height: 0;
  display: inline-block;
  margin-bottom: 50px;
}

.services__icon-shape .shape {
  position: absolute;
  z-index: -1;
}

.services__icon-shape .shape:nth-child(1) {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.services__icon-shape .shape:nth-child(1) svg {
  color: var(--tg-color-yellow-light);
}

.services__icon-shape .shape:nth-child(2) {
  left: -2px;
  bottom: -13px;
}

.services__icon-shape .shape:nth-child(2) svg {
  color: var(--tg-theme-primary);
}

.services__icon-shape .shape:nth-child(3) {
  left: 50px;
  top: -18px;
}

.services__icon-shape .shape:nth-child(3) svg {
  color: var(--tg-theme-primary);
}

.services-content {
  padding: 30px 30px 30px;
  position: relative;
}

.services-content .icon {
  width: 70px;
  height: 70px;
  background: var(--tg-color-gray-3);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: 0;
  color: var(--tg-theme-secondary);
  border: 3px 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%;
  position: absolute;
  left: 30px;
  top: -55px;
  z-index: 2;
  -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;
}

.services-content .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.services-content .title a:hover {
  color: var(--tg-theme-primary);
}

.services-content p {
  margin-bottom: 22px;
}

.services-content .btn {
  background: var(--tg-color-gray-3);
  color: var(--tg-theme-secondary);
  padding: 16px 20px;
}

.services-content .btn:hover {
  color: var(--tg-color-white-default);
}

.services__content-two .title {
  color: var(--tg-color-white-default);
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}

.services__content-two p {
  margin-bottom: 25px;
  color: var(--tg-color-gray-2);
}

.services__content-two .btn {
  background: #2E328B;
  color: #9597C8;
  padding: 16px 20px;
}

.services__content-two .btn::before {
  background: var(--tg-color-white-default);
}

.services__content-two .btn::after {
  color: var(--tg-color-white-default);
}

.services__content-two .btn:hover {
  color: var(--tg-theme-secondary);
}

.services__content-two .btn:hover::after {
  color: var(--tg-theme-secondary);
}

.services__content-three p {
  margin-bottom: 25px;
}

.services__content-three .btn {
  background: var(--tg-color-yellow-light);
  color: var(--tg-theme-primary);
}

.services__content-three .btn:hover {
  color: var(--tg-color-white-default);
}

.services__content-four .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
  .services__content-four .title {
    font-size: 26px;
  }
}

.services__content-four p {
  margin-bottom: 20px;
}

.services__content-four .about__list-box {
  margin-bottom: 20px;
}

.services__content-four .about__list-box li i {
  font-size: 15px;
}

.services__content-four .btn {
  background: var(--tg-color-gray-3);
  color: var(--tg-theme-secondary);
}

.services__content-four .btn:hover {
  color: var(--tg-color-white-default);
}

.services__content-five .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.services__content-five p {
  margin-bottom: 25px;
}

.services__content-five .btn {
  background: var(--tg-color-gray-3);
  color: var(--tg-theme-secondary);
  padding: 16px 24px;
}

.services__content-five .btn:hover {
  color: var(--tg-color-white-default);
}

.services-bottom-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .services-bottom-content {
    flex-wrap: wrap;
    text-align: center;
  }
}

.services-bottom-content p {
  margin-bottom: 0;
}

.services__tab-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
}

@media (max-width: 767.98px) {
  .services__tab-wrap {
    flex-wrap: wrap;
  }
}

.services__tab-wrap .nav-tabs {
  border-bottom: none;
  margin-bottom: 0;
  flex-direction: column;
  width: 330px;
}

@media (max-width: 1199.98px) {
  .services__tab-wrap .nav-tabs {
    width: 270px;
  }
}

@media (max-width: 767.98px) {
  .services__tab-wrap .nav-tabs {
    width: auto;
    justify-content: center;
    flex-direction: row;
  }
}

.services__tab-wrap .nav-item {
  margin-bottom: 5px;
}

.services__tab-wrap .nav-item:last-child {
  margin-bottom: 0;
}

.services__tab-wrap .nav-link {
  border: none;
  background: linear-gradient(90deg, #015063 13.19%, #187389 100%);
  -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;
  margin: 0;
  gap: 11px;
  font-size: 20px;
  /* font-weight: 600; */
  font-family: var(--tg-heading-font-family);
  color: var(--tg-color-white-default);
  padding: 15px 32px 15px 25px;
  position: relative;
  width: 330px;
  -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) {
  .services__tab-wrap .nav-link {
    width: 270px !important;
    font-size: 18px;
    padding: 15px 11px 15px 15px !important;
  }
}

.services__tab-wrap .nav-link i {
  font-size: 40px;
  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;
}

@media (max-width: 1199.98px) {
  .services__tab-wrap .nav-link i {
    font-size: 35px;
  }
}

/* .services__tab-wrap .nav-link::after {
  content: "\f10a";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: flaticon;
  font-weight: 500;
  font-size: 24px;
  line-height: 0;
} */

.services__tab-wrap .nav-link.active {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

.services__tab-wrap .nav-link-career {
  padding: 14px 30px 15px 25px;
  width: 283px;
}

.services__tab-wrap .link123.active i {
  color: var(--tg-color-white-default);
}

.services__shape-wrap img {
  position: absolute;
  z-index: -1;
}

.services__shape-wrap img:nth-child(1) {
  left: 0;
  bottom: 0;
}

@media (max-width: 991.98px) {
  .services__shape-wrap img:nth-child(1) {
    width: 200px;
  }
}

.services__shape-wrap img:nth-child(2) {
  right: 0;
  top: 0;
}

@media (max-width: 991.98px) {
  .services__shape-wrap img:nth-child(2) {
    width: 200px;
  }
}

.services__shape-wrap-two img {
  position: absolute;
  z-index: -1;
}

.services__shape-wrap-two img:nth-child(1) {
  left: 0;
  top: 0;
}

@media (max-width: 767.98px) {
  .services__shape-wrap-two img:nth-child(1) {
    width: 200px;
  }
}

.services__shape-wrap-two img:nth-child(2) {
  right: 0;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .services__shape-wrap-two img:nth-child(2) {
    width: 200px;
  }
}

.services__details-area {
  padding: 120px 0;
}

@media (max-width: 767.98px) {
  .services__details-area {
    padding: 100px 0;
  }
}

.services__details-wrap .row .col-70 {
  width: 70.4%;
  flex: 0 0 auto;
}

@media (max-width: 991.98px) {
  .services__details-wrap .row .col-70 {
    width: 100%;
  }
}

.services__details-wrap .row .col-30 {
  width: 29.6%;
  flex: 0 0 auto;
}

@media (max-width: 991.98px) {
  .services__details-wrap .row .col-30 {
    width: 100%;
  }
}

.services__details-thumb {
  margin-bottom: 35px;
}

@media (max-width: 767.98px) {
  .services__details-thumb {
    margin-bottom: 25px;
  }
}

.services__details-thumb img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}

.services__tab-wrap .nav-link {
  background: #0188A9;
}

.services__details-thumb-two {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .services__details-thumb-two {
    margin-bottom: 30px;
  }
}

.services__details-content>.title {
  margin-bottom: 22px;
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
}

@media (max-width: 1199.98px) {
  .services__details-content>.title {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .services__details-content>.title {
    font-size: 32px;
  }
}

.services__details-content>p {
  margin-bottom: 20px;
}

.services__details-content>p.last-info {
  margin-bottom: 0;
}

.services__details-content .title-two {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .services__details-content .title-two {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .services__details-content .title-two {
    font-size: 28px;
  }
}

.services__details-content-two>.title {
  font-size: 36px;
}

@media (max-width: 1199.98px) {
  .services__details-content-two>.title {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .services__details-content-two>.title {
    font-size: 30px;
  }
}

.services__details-top {
  margin-bottom: 30px;
}

.services__details-top .row .col-49 {
  width: 48.9%;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .services__details-top .row .col-49 {
    width: 100%;
  }
}

.services__details-top .row .col-51 {
  width: 51.1%;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .services__details-top .row .col-51 {
    width: 100%;
  }
}

.services__details-top-content .title {
  margin-bottom: 15px;
  font-size: 40px;
}

@media (max-width: 1199.98px) {
  .services__details-top-content .title {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .services__details-top-content .title {
    font-size: 32px;
  }
}

.services__details-top-content p {
  margin-bottom: 15px;
}

.services__details-list {
  margin: 35px 0 10px;
}

.services__details-list-two {
  margin: 25px 0 10px;
}

.services__details-list-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #E5E7E8;
  -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;
}

@media (max-width: 1199.98px) {
  .services__details-list-box {
    gap: 15px;
    padding: 30px 25px;
    flex-wrap: wrap;
  }
}

.services__details-list-box .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-theme-primary);
  flex: 0 0 auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  color: var(--tg-color-white-default);
  font-size: 50px;
  line-height: 0;
}

.services__details-list-box .icon i {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -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;
}

.services__details-list-box .content .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.services__details-list-box .content p {
  margin-bottom: 0;
}

.services__details-list-box:hover .icon i {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.services__details-list-box-two {
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  background: #FFFBF4;
  border: 1px solid #FBD58A;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 30px 30px;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .services__details-list-box-two {
    padding: 30px 18px 30px;
  }
}

@media (max-width: 767.98px) {
  .services__details-list-box-two {
    padding: 30px 30px 30px;
  }
}

.services__details-list-box-two .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;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  line-height: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 30px;
  font-size: 40px;
}

.services__details-list-box-two .icon i {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -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;
}

.services__details-list-box-two .content .title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .services__details-list-box-two .content .title {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .services__details-list-box-two .content .title {
    font-size: 22px;
  }
}

.services__details-list-box-two .content p {
  margin-bottom: 0;
}

.services__details-list-box-two:hover .icon i {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.services__details-list-box-three {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
  .services__details-list-box-three {
    gap: 14px;
    margin-bottom: 30px;
  }
}

.services__details-list-box-three .icon {
  font-size: 60px;
  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;
  -webkit-transform: rotateY(0) translateY(3px);
  -moz-transform: rotateY(0) translateY(3px);
  -ms-transform: rotateY(0) translateY(3px);
  -o-transform: rotateY(0) translateY(3px);
  transform: rotateY(0) translateY(3px);
}

.services__details-list-box-three .content .title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
}

.services__details-list-box-three .content p {
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .services__details-list-box-three .content p br {
    display: none;
  }
}

.services__details-list-box-three:last-child {
  margin-bottom: 0;
}

.services__details-list-box-three:hover .icon {
  -webkit-transform: rotateY(180deg) translateY(3px);
  -moz-transform: rotateY(180deg) translateY(3px);
  -ms-transform: rotateY(180deg) translateY(3px);
  -o-transform: rotateY(180deg) translateY(3px);
  transform: rotateY(180deg) translateY(3px);
}

.services__details-inner {
  margin: 35px 0 30px;
}

.services__details-inner .row .col-44 {
  width: 43.9%;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .services__details-inner .row .col-44 {
    width: 100%;
  }
}

.services__details-inner .row .col-56 {
  width: 56.1%;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .services__details-inner .row .col-56 {
    width: 100%;
  }
}

.services__details-inner-two {
  margin: 80px 0 45px;
}

@media (max-width: 1199.98px) {
  .services__details-inner-two {
    margin: 50px 0 40px;
  }
}

.services__details-inner-two .row .col-48 {
  width: 48.5%;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .services__details-inner-two .row .col-48 {
    width: 100%;
  }
}

.services__details-inner-two .row .col-52 {
  width: 51.5%;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .services__details-inner-two .row .col-52 {
    width: 100%;
  }
}

.services__details-inner-three {
  margin-bottom: 40px;
}

.services__details-inner-four {
  margin: 40px 0 35px;
}

.services__details-inner-four .services__details-inner-content-two p {
  margin-bottom: 25px;
}

.services__details-inner-five {
  margin: 0 0 55px;
}

.services__details-inner-five .services__details-inner-content-three {
  margin: 0 30px 0 0;
}

@media (max-width: 1199.98px) {
  .services__details-inner-five .services__details-inner-content-three {
    margin: 0 0 0 0;
  }
}

@media (max-width: 991.98px) {
  .services__details-inner-five .services__details-inner-content-three {
    margin: 0 0 30px 0;
  }
}

.services__details-inner-five .services__details-list-box {
  padding: 25px 25px;
  margin-bottom: 20px;
}

.services__details-inner-five .services__details-list-box:last-child {
  margin-bottom: 0;
}

.services__details-inner-six {
  margin: 30px 0 40px;
}

.services__details-inner-six .services__details-inner-content-three {
  margin: 0 60px 0 0;
}

@media (max-width: 1199.98px) {
  .services__details-inner-six .services__details-inner-content-three {
    margin: 0 0 0 0;
  }
}

@media (max-width: 991.98px) {
  .services__details-inner-six .services__details-inner-content-three {
    margin: 0 0 30px 0;
  }
}

.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;
  min-height: 230px;
  object-fit: cover;
  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;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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%;
  color: var(--tg-theme-secondary);
  font-size: 18px;
}

.services__details-inner-img .play-btn:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

.services__details-inner-img-wrap {
  margin: 30px 0 0;
}

.services__details-inner-img-wrap img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  width: 100%;
}

.services__details-inner-content .title {
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: capitalize;
}

@media (max-width: 1199.98px) {
  .services__details-inner-content .title br {
    display: none;
  }
}

.services__details-inner-content p {
  margin-bottom: 20px;
}

.services__details-inner-content-two .title {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .services__details-inner-content-two .title {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .services__details-inner-content-two .title {
    font-size: 28px;
  }
}

.services__details-inner-content-two p {
  margin-bottom: 0;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .services__details-inner-content-two p {
    width: 100%;
  }
}

.services__details-inner-content-three {
  margin-left: 30px;
}

@media (max-width: 1199.98px) {
  .services__details-inner-content-three {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .services__details-inner-content-three {
    margin-top: 30px;
  }
}

.services__details-inner-content-three .title {
  font-size: 30px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .services__details-inner-content-three .title {
    font-size: 28px;
  }
}

.services__details-inner-content-three p {
  margin-bottom: 0;
}

.services__details-inner-graph img {
  -webkit-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  border: 0.8px solid #DADADA;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

.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;
  }
}

.sidebar__widget-two {
  border: none !important;
  padding: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
}

.sidebar__widget-three {
  border: none !important;
  background: var(--tg-color-gray-3);
}

.sidebar__cat-list-two .list-wrap li {
  margin-bottom: 10px;
}

.sidebar__cat-list-two .list-wrap li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--tg-color-gray-3);
  border: 1px solid #E0EEF3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 500;
  color: var(--tg-body-color);
}

.sidebar__cat-list-two .list-wrap li a i {
  font-size: 24px;
  line-height: 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;
}

.sidebar__cat-list-two .list-wrap li a:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
  border-color: var(--tg-theme-secondary);
}

.sidebar__cat-list-two .list-wrap li a:hover i {
  color: var(--tg-theme-primary);
}

.sidebar__cat-list-two .list-wrap li:last-child {
  margin-bottom: 0;
}

.sidebar__cat-list-three .list-wrap li a {
  background: var(--tg-color-white-default);
}

.sidebar__brochure p {
  margin-bottom: 15px;
}

.sidebar__brochure a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: var(--tg-color-gray-3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-heading-color);
  gap: 12px;
  margin-bottom: 10px;
}

.sidebar__brochure a i {
  font-size: 18px;
}

.sidebar__brochure a:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}

.sidebar__brochure a:last-child {
  margin-bottom: 0;
}

.sidebar__brochure-two a {
  background: var(--tg-color-white-default);
}

.sidebar__contact {
  background: var(--tg-theme-secondary);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 50px 40px 55px;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .sidebar__contact {
    padding: 40px 20px 40px;
  }
}

@media (max-width: 767.98px) {
  .sidebar__contact {
    padding: 40px 30px 40px;
  }
}

.sidebar__contact .title {
  color: var(--tg-color-white-default);
  margin-bottom: 30px;
  font-size: 24px;
}

.sidebar__contact .btn {
  gap: 5px;
  padding: 13px 24px;
}

.sidebar__contact .btn i {
  font-size: 24px;
  line-height: 0;
}

.sidebar__contact .btn::after {
  display: none;
}

.sidebar__contact .btn::before {
  background: var(--tg-color-gray-3);
}

.sidebar__contact .btn:hover {
  color: var(--tg-theme-secondary);
}

.sidebar__contact-two {
  background-size: cover;
  background-position: center;
  padding: 30px 40px 180px;
}

@media (max-width: 1199.98px) {
  .sidebar__contact-two {
    padding: 30px 20px 180px;
  }
}

@media (max-width: 991.98px) {
  .sidebar__contact-two {
    padding: 30px 20px 70px;
  }
}

.sidebar__contact-two .title {
  color: var(--tg-theme-secondary);
}

.sidebar__contact-two .btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.sidebar__contact-two .btn::before {
  background: var(--tg-theme-secondary);
}

.sidebar__contact-two .btn:hover {
  color: var(--tg-color-white-default);
}

.sidebar__form form .form-grp {
  margin-bottom: 8px;

}

.sidebar__form form .form-grp textarea,
.sidebar__form form .form-grp input {
  width: 100%;
  border: 1px solid #E0E6F2;
  background: var(--tg-color-white-default);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 14px 15px;
  font-size: 14px;
  color: var(--tg-body-color);
  font-weight: 500;
  height: 50px;
  display: block;
}

.sidebar__form form .form-grp textarea::placeholder,
.sidebar__form form .form-grp input::placeholder {
  font-size: 14px;
  color: #667594;
  font-weight: 500;
  text-transform: capitalize;
}

.sidebar__form form .form-grp textarea {
  min-height: 120px;
  max-height: 120px;
}

.sidebar__form form .btn {
  width: 100%;
  justify-content: center;
}

.sidebar__form form .btn::after {
  display: none;
}

.shine-animate {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.shine-animate::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -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::before {
  -webkit-animation: hoverShine 1.2s;
  animation: hoverShine 1.2s;
}

.section-more-btn {
  text-align: right;
}

@media (max-width: 991.98px) {
  .section-more-btn {
    text-align: left;
    margin-bottom: 50px;
  }
}

.section-more-btn .border-btn {
  border-color: var(--tg-color-white-default);
  color: var(--tg-color-white-default);
}

.section-more-btn .border-btn:hover {
  color: var(--tg-theme-secondary);
  background: var(--tg-color-white-default);
  border-color: var(--tg-color-white-default);
}

.about__list-box-three .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 -5px;
  flex-wrap: wrap;
  gap: 10px 0;
}

.about__list-box-three .list-wrap li {
  width: 50%;
  flex: 0 0 auto;
  padding: 0 5px;
  margin: 0;
}

@media (max-width: 767.98px) {
  .about__list-box-three .list-wrap li {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__list-box-three .list-wrap li {
    width: 50%;
  }
}

/*=============================
    08. Choose
===============================*/
.choose-area {
  background: #171A7C;
  padding: 120px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .choose-area {
    padding: 100px 0;
  }
}

.choose__area-two {
  position: relative;
  overflow: hidden;
  margin: 120px 0 0;
  padding: 85px 0 0;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .choose__area-two {
    padding: 0;
    margin: 0;
  }
}

.choose__area-three {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .choose__area-three {
    padding: 100px 0;
  }
}

.choose__area-four {
  background: #0188A9;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .choose__area-four {
    padding: 100px 0;
  }
}

.choose__area-five {
  padding: 0 0 120px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .choose__area-five {
    padding: 0 0 100px;
  }
}

.choose__bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 46%;
  height: 90%;
  z-index: -2;
}

@media (max-width: 1199.98px) {
  .choose__bg {
    width: 55%;
  }
}

.choose-content>p {
  margin-bottom: 30px;
  color: var(--tg-color-gray-3);
  width: 85%;
}

@media (max-width: 1199.98px) {
  .choose-content>p {
    width: 100%;
  }
}

.choose__content-two {
  position: relative;
  padding: 100px 100px 120px 80px;
}

@media (max-width: 1199.98px) {
  .choose__content-two {
    padding: 80px 0 120px 40px;
  }
}

@media (max-width: 767.98px) {
  .choose__content-two {
    padding: 100px 0 100px 0;
  }
}

.choose__content-two::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 0;
  width: 200%;
  height: 100%;
  background: var(--tg-color-gray-3);
  z-index: -2;
}

@media (max-width: 1199.98px) {
  .choose__content-two::before {
    left: 0;
  }
}

@media (max-width: 767.98px) {
  .choose__content-two::before {
    left: -50%;
  }
}

.choose__content-two>p {
  margin-bottom: 35px;
}

.choose__content-three>p {
  margin-bottom: 30px;
}

.choose__content-four {
  width: 90%;
}

@media (max-width: 1199.98px) {
  .choose__content-four {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .choose__content-four {
    margin-bottom: 50px;
  }
}

.choose__content-four>p {
  margin-bottom: 0;
  color: var(--tg-color-gray-3);
}

.choose__content-five {
  position: relative;
  padding-right: 50px;
}

@media (max-width: 1199.98px) {
  .choose__content-five {
    padding-right: 0;
  }
}

.choose__content-five>p {
  margin-bottom: 35px;
}

.choose__content-five .shape img {
  position: absolute;
  z-index: -1;
  right: -20px;
  top: 0;
}

.choose-list .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 15px;
}

.choose-list .list-wrap li:last-child {
  margin-bottom: 0;
}

.choose-list .list-wrap li .icon {
  font-size: 60px;
  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;
}

.choose-list .list-wrap li .content .title {
  color: var(--tg-color-white-default);
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 22px;
}

.choose-list .list-wrap li .content p {
  color: var(--tg-color-gray-3);
  margin-bottom: 0;
  width: 65%;
}

@media (max-width: 767.98px) {
  .choose-list .list-wrap li .content p {
    width: 100%;
  }
}

.choose-list .list-wrap li:hover .icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.choose__list .list-wrap li {
  margin-bottom: 30px;
}

.choose__list .list-wrap li:last-child {
  margin-bottom: 0;
}

.choose__list-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.choose__list-box:hover .choose__list-icon i {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

#list-group {
  color: orange;
}

.choose__list-box-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

@media (max-width: 1199.98px) {
  .choose__list-box-two {
    flex-wrap: wrap;
  }
}

@media (max-width: 991.98px) {
  .choose__list-box-two {
    flex-wrap: nowrap;
  }
}

.choose__list-box-two:hover .choose__list-icon-two {
  -webkit-transform: translateY(5px) rotateY(180deg);
  -moz-transform: translateY(5px) rotateY(180deg);
  -ms-transform: translateY(5px) rotateY(180deg);
  -o-transform: translateY(5px) rotateY(180deg);
  transform: translateY(5px) rotateY(180deg);
}

.choose__list-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;
  background: var(--tg-color-yellow-light);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 50px;
  color: var(--tg-theme-primary);
  flex: 0 0 auto;
  line-height: 0;
}

.choose__list-icon-two {
  font-size: 60px;
  line-height: 0;
  color: var(--tg-theme-primary);
  -webkit-transform: translateY(5px) rotateY(0deg);
  -moz-transform: translateY(5px) rotateY(0deg);
  -ms-transform: translateY(5px) rotateY(0deg);
  -o-transform: translateY(5px) rotateY(0deg);
  transform: translateY(5px) rotateY(0deg);
  -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__list-icon i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -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__list-content .title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
}

.choose__list-content p {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .choose__list-content p br {
    display: none;
  }
}

.choose__list-content-two .title {
  color: var(--tg-color-white-default);
  margin-bottom: 5px;
  font-size: 22px;
}

.choose__list-content-two p {
  margin-bottom: 0;
  color: var(--tg-color-gray-3);
}

.choose__list-two .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 40px 0;
}

.employer-change .sub-title {
  color: #F7A400;
}

.choose__list-two .list-wrap li {
  width: 50%;
  padding: 0 10px;
}

@media (max-width: 767.98px) {
  .choose__list-two .list-wrap li {
    width: 100%;
  }
}

.choose-img-wrap {
  position: relative;
  padding-bottom: 45px;
}

@media (max-width: 991.98px) {
  .choose-img-wrap {
    text-align: center;
    margin-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .choose-img-wrap {
    margin: 0;
  }
}

.choose-img-wrap 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) {
  .choose-img-wrap img:nth-child(1) {
    width: 100%;
  }
}

.choose-img-wrap img:nth-child(2) {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -16%;
  bottom: 0;
}

@media (max-width: 1199.98px) {
  .choose-img-wrap img:nth-child(2) {
    left: -9%;
  }
}

@media (max-width: 991.98px) {
  .choose-img-wrap img:nth-child(2) {
    left: -2%;
  }
}

@media (max-width: 767.98px) {
  .choose-img-wrap img:nth-child(2) {
    display: none;
  }
}

.choose-img-wrap img:nth-child(3) {
  position: absolute;
  left: 10%;
  bottom: -45px;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .choose-img-wrap img:nth-child(3) {
    left: 30%;
  }
}

@media (max-width: 767.98px) {
  .choose-img-wrap img:nth-child(3) {
    left: 8%;
    bottom: -25px;
  }
}

.choose__img-wrap-three {
  position: relative;
  text-align: right;
}

@media (max-width: 991.98px) {
  .choose__img-wrap-three {
    margin-bottom: 50px;
  }
}

.choose__img-wrap-three .main-img {
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  border: 18px solid var(--tg-color-white-default);
  -webkit-box-shadow: 0px 56px 80px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 56px 80px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 56px 80px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 56px 80px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 56px 80px 0px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1199.98px) {
  .choose__img-wrap-three .main-img {
    width: 400px;
    border-width: 10px;
  }
}

@media (max-width: 767.98px) {
  .choose__img-wrap-three .main-img {
    width: 100%;
    border-width: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .choose__img-wrap-three .main-img {
    width: 500px;
    margin: 0 auto;
  }
}

.choose__img-wrap-three .main-img img {
  width: 100%;
}

.choose__img-wrap-three .main-img .play-btn {
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--tg-theme-secondary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tg-color-white-default);
  font-size: 25px;
}

.choose__img-wrap-three .main-img .play-btn:hover {
  background: var(--tg-theme-primary);
}

.choose__img-wrap-three>img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #DADADA;
  position: absolute;
  left: 9%;
  top: 30%;
}

@media (max-width: 1199.98px) {
  .choose__img-wrap-three>img {
    left: 0;
  }
}

@media (max-width: 767.98px) {
  .choose__img-wrap-three>img {
    display: none;
  }
}

.choose__img-wrap-three .shape img {
  position: absolute;
  left: 3%;
  bottom: 18%;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .choose__img-wrap-three .shape img {
    display: none;
  }
}

.choose__img-wrap-five {
  position: relative;
  padding-bottom: 55px;
}

@media (max-width: 991.98px) {
  .choose__img-wrap-five {
    margin-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .choose__img-wrap-five {
    text-align: center;
  }
}

.choose__img-wrap-five img:nth-child(1) {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.choose__img-wrap-five img:nth-child(2) {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border: 6px solid var(--tg-color-white-default);
  position: absolute;
  right: 10%;
  bottom: 0;
}

@media (max-width: 1199.98px) {
  .choose__img-wrap-five img:nth-child(2) {
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .choose__img-wrap-five img:nth-child(2) {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .choose__img-wrap-five img:nth-child(2) {
    display: block;
  }
}

.choose__img-wrap-five img:nth-child(3) {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 17%;
  bottom: 8%;
}

.choose__img-wrap-five img:nth-child(4) {
  position: absolute;
  left: 13%;
  bottom: -4%;
  z-index: -1;
}

.choose__tab .nav-tabs {
  border-bottom: 1px solid #CEE2EA;
  gap: 30px;
  margin-bottom: 30px;
}

.choose__tab .nav-tabs .nav-item .nav-link {
  padding: 10px 0;
  background: transparent;
  color: #9597C8;
  border: none;
  /* font-size: 22px; */
  font-weight: 600;
  line-height: 1;
  font-family: var(--tg-heading-font-family);
  text-transform: capitalize;
  position: relative;
}

@media (max-width: 767.98px) {
  .choose__tab .nav-tabs .nav-item .nav-link {
    font-size: 18px;
  }
}

.choose__tab .nav-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -1px;
  width: 50%;
  height: 3px;
  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;
}

.choose__tab .nav-tabs .nav-item .nav-link.active {
  color: var(--tg-heading-color);
}

.choose__tab .nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}

.choose__tab-content p {
  margin-bottom: 30px;
}

.choose__tab-content .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 0;
}

.choose__tab-content .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  text-transform: capitalize;
  gap: 10px;
  width: 50%;
}

@media (max-width: 767.98px) {
  .choose__tab-content .list-wrap li {
    width: 100%;
  }
}

.choose__tab-content .list-wrap li i {
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-heading-color);
  border-radius: 50%;
  color: var(--tg-color-white-default);
  flex: 0 0 auto;
  font-size: 14px;
}

.choose__box {
  position: relative;
}

@media (max-width: 767.98px) {
  .choose__box {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .choose__box {
    margin-bottom: 0;
  }
}

.choose__box .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;
  background: var(--tg-color-yellow-light);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 40px;
  color: var(--tg-theme-primary);
  line-height: 0;
  margin-bottom: 15px;
}

.choose__box .icon i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -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__box .content .title {
  font-size: 22px;
  margin-bottom: 12px;
}

.choose__box .content p {
  margin-bottom: 0;
}

.choose__box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: var(--tg-border-4);
}

@media (max-width: 1199.98px) {
  .choose__box::before {
    right: -15px;
  }
}

@media (max-width: 991.98px) {
  .choose__box::before {
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .choose__box::before {
    display: none;
  }
}

.choose__box:hover .icon i {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.choose__box-wrap .row [class*=col-]:last-child .choose__box {
  margin-bottom: 0;
}

.choose__box-wrap .row [class*=col-]:last-child .choose__box::before {
  display: none;
}

.choose-shape-wrap img {
  position: absolute;
  z-index: -1;
}

.choose-shape-wrap img:nth-child(1) {
  left: 0;
  bottom: 0;
}

@media (max-width: 1199.98px) {
  .choose-shape-wrap img:nth-child(1) {
    width: 300px;
  }
}

@media (max-width: 767.98px) {
  .choose-shape-wrap img:nth-child(1) {
    width: 230px;
  }
}

.choose-shape-wrap img:nth-child(2) {
  right: 0;
  top: 0;
}

@media (max-width: 1199.98px) {
  .choose-shape-wrap img:nth-child(2) {
    width: 400px;
  }
}

.choose__shape-wrap-two img {
  position: absolute;
  z-index: -1;
}

.choose__shape-wrap-two img:nth-child(1) {
  right: 13%;
  bottom: 30%;
}

@media (max-width: 991.98px) {
  .choose__shape-wrap-two img:nth-child(1) {
    display: none;
  }
}

.choose__shape-wrap-two img:nth-child(2) {
  right: 0;
  bottom: 0;
  z-index: -2;
}

.choose__shape-wrap-three img {
  position: absolute;
  z-index: -1;
}

.choose__shape-wrap-three img:nth-child(1) {
  right: 14%;
  top: 25%;
}

@media (max-width: 767.98px) {
  .choose__shape-wrap-three img:nth-child(1) {
    right: 26%;
    top: 13%;
  }
}

.choose__shape-wrap-three img:nth-child(2) {
  right: 0;
  top: 16%;
  z-index: -2;
}

@media (max-width: 1199.98px) {
  .choose__shape-wrap-three img:nth-child(2) {
    display: none;
  }
}

.choose__shape-wrap-four img {
  position: absolute;
  z-index: -1;
}

.choose__shape-wrap-four img:nth-child(1) {
  left: 0;
  bottom: 0;
}

.choose__shape-wrap-four img:nth-child(2) {
  right: 0;
  top: 0;
}

.operating__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: var(--tg-theme-secondary);
  width: 370px;
  padding: 35px 30px;
  gap: 14px;
  position: absolute;
  left: -394px;
  bottom: 0;
}

@media (max-width: 1199.98px) {
  .operating__box {
    left: -330px;
    width: 330px;
    padding: 35px 18px;
  }
}

@media (max-width: 991.98px) {
  .operating__box {
    display: none;
  }
}

.operating__box .icon {
  font-size: 53px;
  line-height: 0;
  color: var(--tg-color-white-default);
}

.operating__box .content p {
  margin-bottom: 0;
  color: var(--tg-color-white-default);
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--tg-heading-font-family);
  line-height: 1.2;
}

.choose__box:hover .icon svg {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -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;
}

/*=============================
	09. Project
===============================*/
.project-area {
  padding: 120px 0 120px;
  position: relative;
}

@media (max-width: 767.98px) {
  .project-area {
    padding: 100px 0;
  }
}

.project__area-two {
  background: var(--tg-color-yellow-light-2);
  padding: 120px 0 90px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .project__area-two {
    padding: 100px 0 70px;
  }
}

.project__area-three {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0;
}

@media (max-width: 767.98px) {
  .project__area-three {
    padding: 100px 0;
  }
}

.project-item {
  border: 1px solid var(--tg-border-1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  background: var(--tg-color-white-default);
}

.project-item-wrap .row {
  --bs-gutter-x: 24px;
}

.project-item:hover .project-thumb::before {
  height: 100%;
}

.project__item-two {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.project__item-two:hover .project__thumb-two::before {
  height: 100%;
}

.project__item-two:hover .project__content-two {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.project__item-three {
  position: relative;
  padding: 0 105px;
}

@media (max-width: 1199.98px) {
  .project__item-three {
    padding: 0 80px;
  }
}

@media (max-width: 991.98px) {
  .project__item-three {
    padding: 0 50px;
  }
}

@media (max-width: 767.98px) {
  .project__item-three {
    padding: 0;
  }
}

.project__item-four {
  position: relative;
}

.project__item-four:hover .project__thumb-four img {
  filter: grayscale(0);
}

.project__item-four:hover .project__content-four .right-arrow {
  opacity: 1;
}

.project-thumb {
  -webkit-border-radius: 10px 10px 0 120px;
  -moz-border-radius: 10px 10px 0 120px;
  -o-border-radius: 10px 10px 0 120px;
  -ms-border-radius: 10px 10px 0 120px;
  border-radius: 10px 10px 0 120px;
  overflow: hidden;
  position: relative;
  margin: -1px -1px 0;
}

.project-thumb img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

@media (max-width: 1500px) {
  .project-thumb img {
    height: 330px;
  }
}

.project-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #AF7400;
  opacity: 0.6;
  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;
}

.project__thumb-two {
  position: relative;
  overflow: hidden;
}

.project__thumb-two img {
  border-radius: 15px;
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.project__thumb-two::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background: var(--tg-color-dark-blue);
  opacity: 0.9;
  border-radius: 15px;
  -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;
}

.project__thumb-three {
  width: 782px;
  margin-left: auto;
}

@media (max-width: 1199.98px) {
  .project__thumb-three {
    width: 580px;
  }
}

@media (max-width: 991.98px) {
  .project__thumb-three {
    width: 450px;
  }
}

@media (max-width: 767.98px) {
  .project__thumb-three {
    display: none;
  }
}

.project__thumb-three img {
  height: 478px;
  width: 100%;
  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) {
  .project__thumb-three img {
    height: 430px;
  }
}

.project__thumb-four {
  position: relative;
  overflow: hidden;
}

.project__thumb-four img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  filter: grayscale(1);
}

@media (max-width: 1199.98px) {
  .project__thumb-four img {
    height: 480px;
  }
}

.project__thumb-four::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(11, 12, 57, 0) 0%, rgba(0, 1, 38, 0.9) 100%);
  pointer-events: none;
}

.project-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px;
  gap: 10px;
}

@media (max-width: 1500px) {
  .project-content {
    padding: 30px 20px;
  }
}

@media (max-width: 1199.98px) {
  .project-content {
    padding: 30px 30px;
  }
}

@media (max-width: 991.98px) {
  .project-content {
    padding: 30px 20px;
  }
}

.project-content .title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 1500px) {
  .project-content .title {
    font-size: 22px;
  }
}

.project-content span {
  display: block;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  color: var(--tg-theme-primary);
}

.project-content-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .project-content-bottom {
    gap: 30px;
    flex-wrap: wrap;
    text-align: center;
  }
}

.project-content-bottom p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--tg-heading-color);
}

.project__content-two {
  text-align: center;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 30px 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;
  margin-top: 100px;
  opacity: 0;
  visibility: hidden;
}

.project__content-two .title {
  font-size: 24px;
  font-weight: var(--tg-fw-semi-bold);
  color: var(--tg-color-white-default);
  margin-bottom: 5px;
}

.project__content-two span {
  display: block;
  font-size: 15px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-theme-primary);
  margin-bottom: 15px;
}

.project__content-three {
  width: 392px;
  background: var(--tg-theme-secondary);
  border-radius: 15px;
  padding: 60px 60px;
  position: absolute;
  left: 105px;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199.98px) {
  .project__content-three {
    width: 360px;
    padding: 40px 40px;
    left: 80px;
  }
}

@media (max-width: 991.98px) {
  .project__content-three {
    left: 50px;
  }
}

@media (max-width: 767.98px) {
  .project__content-three {
    width: 100%;
    position: unset;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.project__content-three span {
  font-weight: 500;
  color: var(--tg-theme-primary);
  display: block;
  margin-bottom: 5px;
}

.project__content-three .title {
  font-size: 24px;
  margin-bottom: 18px;
  color: var(--tg-color-white-default);
}

.project__content-three p {
  margin-bottom: 25px;
  color: var(--tg-color-gray-3);
}

.project__content-three .btn {
  background: var(--tg-color-white-default);
  color: var(--tg-heading-color);
}

.project__content-three .btn:hover {
  color: var(--tg-color-white-default);
}

.project__content-four {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 50px;
}

@media (max-width: 1500px) {
  .project__content-four {
    left: 25px;
    right: 25px;
    bottom: 30px;
  }
}

.project__content-four .left-content .title {
  margin-bottom: 10px;
  font-size: 30px;
  color: var(--tg-color-white-default);
}

@media (max-width: 1500px) {
  .project__content-four .left-content .title {
    font-size: 24px;
  }
}

.project__content-four .left-content span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: var(--tg-theme-primary);
  line-height: 1;
}

.project__content-four .right-arrow {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  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);
  color: var(--tg-color-white-default);
  line-height: 0;
  font-size: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  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;
}

.project__content-four .right-arrow:hover {
  background: var(--tg-theme-primary);
}

.project-shape-wrap img {
  position: absolute;
  z-index: -1;
}

.project-shape-wrap img:nth-child(1) {
  left: 0;
  bottom: 10%;
}

.project-shape-wrap img:nth-child(2) {
  right: 2%;
  top: 22%;
}

@media (max-width: 1199.98px) {
  .project-shape-wrap img:nth-child(2) {
    top: 16%;
  }
}

@media (max-width: 767.98px) {
  .project-shape-wrap img:nth-child(2) {
    top: 10.7%;
    width: 80px;
    right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-shape-wrap img:nth-child(2) {
    top: 9.7%;
    width: 80px;
    right: 2%;
  }
}

.project__shape-wrap-two img {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}

@media (max-width: 767.98px) {
  .project__shape-wrap-two img {
    width: 250px;
  }
}

.project__shape-wrap-three img {
  position: absolute;
  z-index: -1;
}

.project__shape-wrap-three img:nth-child(1) {
  right: 0;
  top: 0;
}

@media (max-width: 991.98px) {
  .project__shape-wrap-three img:nth-child(1) {
    width: 200px;
  }
}

.project__shape-wrap-three img:nth-child(2) {
  left: 20%;
  bottom: 13%;
}

@media (max-width: 1199.98px) {
  .project__shape-wrap-three img:nth-child(2) {
    left: 6%;
    bottom: 12%;
  }
}

@media (max-width: 767.98px) {
  .project__nav-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
  }
}

.project__nav-wrap .project-button-prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  width: 60px;
  height: 60px;
  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);
  line-height: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
  font-size: 28px;
  color: var(--tg-theme-secondary);
  -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) {
  .project__nav-wrap .project-button-prev {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}

@media (max-width: 767.98px) {
  .project__nav-wrap .project-button-prev {
    position: unset;
    -webkit-transform: translateY(0) rotate(180deg);
    -moz-transform: translateY(0) rotate(180deg);
    -ms-transform: translateY(0) rotate(180deg);
    -o-transform: translateY(0) rotate(180deg);
    transform: translateY(0) rotate(180deg);
  }
}

.project__nav-wrap .project-button-prev:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}

.project__nav-wrap .project-button-next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  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);
  line-height: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
  font-size: 28px;
  color: var(--tg-theme-secondary);
  -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) {
  .project__nav-wrap .project-button-next {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}

@media (max-width: 767.98px) {
  .project__nav-wrap .project-button-next {
    position: unset;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.project__nav-wrap .project-button-next:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}

.project__details-area {
  padding: 120px 0;
}

@media (max-width: 767.98px) {
  .project__details-area {
    padding: 100px 0;
  }
}

.project__details-top .row .col-70 {
  width: 70.4%;
  flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
  .project__details-top .row .col-70 {
    width: 64.4%;
  }
}

@media (max-width: 991.98px) {
  .project__details-top .row .col-70 {
    width: 100%;
  }
}

.project__details-top .row .col-30 {
  width: 29.6%;
  flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
  .project__details-top .row .col-30 {
    width: 35.6%;
  }
}

@media (max-width: 991.98px) {
  .project__details-top .row .col-30 {
    width: 100%;
  }
}

.project__details-thumb {
  height: 100%;
  padding-bottom: 30px;
}

.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: 100%;
  object-fit: cover;
  min-height: 250px;
}

.project__details-info {
  background: var(--tg-heading-color);
  padding: 25px 30px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-left: 20px;
}

@media (max-width: 1199.98px) {
  .project__details-info {
    margin-left: 0;
    padding: 25px 20px 30px;
  }
}

@media (max-width: 991.98px) {
  .project__details-info {
    padding: 25px 30px 30px;
  }
}

.project__details-info .title {
  font-size: 22px;
  font-weight: 600;
  color: var(--tg-color-white-default);
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 15px;
}

.project__details-info .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 4px;
  background: var(--tg-theme-primary);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.project__details-info>.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;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-color-white-default);
  border-bottom: 1px solid #292C7C;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.project__details-info>.list-wrap>li span {
  font-weight: 400;
  color: #AAACDF;
  min-width: 80px;
  margin-right: 10px;
}

.project__details-info>.list-wrap>li:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.project__details-info>.list-wrap>li .project-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}

.project__details-info>.list-wrap>li .project-social li a {
  font-size: 18px;
  color: var(--tg-color-white-default);
}

.project__details-info>.list-wrap>li .project-social li a:hover {
  color: var(--tg-theme-primary);
}

.project__details-content>.title {
  font-size: 36px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .project__details-content>.title {
    font-size: 32px;
  }
}

.project__details-content>p {
  margin-bottom: 20px;
}

.project__details-inner {
  margin-top: 70px;
}

@media (max-width: 767.98px) {
  .project__details-inner {
    margin-top: 40px;
  }
}

.project__details-inner-content .title {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .project__details-inner-content .title {
    font-size: 30px;
  }
}

.project__details-inner-content p {
  margin-bottom: 0;
}

.project__details-inner-content p.last-info {
  margin-bottom: 0;
}

.project__details-inner-content .content-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin: 30px 0;
}

.project__details-inner-content .content-inner .graph-img img {
  -webkit-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  border: 0.8px solid #DADADA;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

.project__details-inner-img {
  text-align: right;
}

@media (max-width: 991.98px) {
  .project__details-inner-img {
    text-align: center;
    margin-bottom: 30px;
  }
}

.project__details-inner-img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.link-arrow a {
  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-gray-3);
  border: 1px solid var(--tg-border-1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tg-theme-secondary);
  font-size: 18px;
  line-height: 0;
  --arrow-hover-move-x: 110%;
  --arrow-hover-move-y: 100%;
}

.link-arrow a svg {
  width: 20px;
}

.link-arrow a svg path {
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}

.link-arrow a svg path:nth-of-type(1) {
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}

.link-arrow a svg path:nth-of-type(2) {
  -webkit-transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
  -moz-transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
  -ms-transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
  -o-transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
  transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}

.link-arrow a:hover {
  background: var(--tg-theme-secondary);
  border-color: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}

.link-arrow a:hover svg path:nth-of-type(1) {
  -webkit-transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
  -moz-transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
  -ms-transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
  -o-transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
  transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
  opacity: 0;
  transition-delay: 0s, 0s;
}

.link-arrow a:hover svg path:nth-of-type(2) {
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}

.link-arrow-two a {
  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);
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}

.link-arrow-two a:hover {
  color: var(--tg-color-white-default);
  background: var(--tg-theme-secondary);
}

/*=============================
	10. Pricing
===============================*/
.pricing__bg {
  padding: 120px 0 90px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767.98px) {
  .pricing__bg {
    padding: 100px 0 70px;
  }
}

.pricing__bg-two {
  padding: 255px 0 90px;
  margin-top: -135px;
}

@media (max-width: 767.98px) {
  .pricing__bg-two {
    padding: 235px 0 70px;
  }
}

.pricing__tab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}

.pricing__tab-btn {
  cursor: pointer;
  color: var(--tg-border-5);
  font-weight: 600;
  font-size: 18px;
  user-select: none;
  font-family: var(--tg-heading-font-family);
  -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;
}

.pricing__tab-btn.monthly_tab_title {
  color: var(--tg-heading-color);
}

.pricing__tab-btn.monthly_tab_title.active {
  color: var(--tg-border-5);
}

.pricing__tab-btn.annual_tab_title.active {
  color: var(--tg-heading-color);
}

.pricing__tab-switcher {
  height: 30px;
  width: 60px;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  margin: 0 15px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  cursor: pointer;
  background: var(--tg-theme-primary);
}

.pricing__tab-switcher::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  width: 26px;
  -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);
  -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;
}

.pricing__tab-switcher.active:before {
  left: calc(100% - 28px);
}

.pricing__box {
  background: var(--tg-color-white-default);
  border: 1px solid #CFDDE2;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 20px 30px;
  margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .pricing__box {
    padding: 40px 25px;
  }
}

@media (max-width: 991.98px) {
  .pricing__box {
    padding: 40px 30px;
  }
}

.pricing__box-two {
  text-align: center;
}

.pricing__box-two .pricing__price {
  margin-bottom: 20px;
}

.pricing__box-two .pricing__price .price {
  justify-content: center;
}

.pricing__box-two .pricing__list .list-wrap li {
  justify-content: center;
}

.pricing__head {
  margin-bottom: 20px;
}

.pricing__head .title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  background: var(--tg-color-gray-3);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 12px 12px;
}

.pricing__price {
  margin-bottom: 40px;
}

.pricing__price .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
  font-size: 48px;
  align-items: flex-end;
  line-height: 1;
}

.pricing__price .price strong {
  font-weight: 400;
  font-size: 18px;
  margin: 4px 3px auto 0;
  color: var(--tg-border-5);
}

.pricing__price .price span {
  color: var(--tg-border-5);
  text-transform: lowercase;
  font-weight: 400;
  font-size: 18px;
  margin-left: 5px;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.pricing__price .price.annual_price {
  display: none;
}

.pricing__price.change-subs-duration .monthly_price {
  display: none;
}

.pricing__price.change-subs-duration .annual_price {
  display: flex;
}

.pricing__content p {
  margin-bottom: 30px;
}

.pricing__list {
  margin-bottom: 15px;
}

.pricing__list .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;
  text-transform: capitalize;
  gap: 10px;
  margin-bottom: 15px;
}

.pricing__list .list-wrap li:last-child {
  margin-bottom: 0;
}

.pricing__shape-wrap img {
  position: absolute;
  z-index: -1;
}

.pricing__shape-wrap img:nth-child(1) {
  left: 0;
  top: 0;
}

@media (max-width: 767.98px) {
  .pricing__shape-wrap img:nth-child(1) {
    width: 200px;
  }
}

.pricing__shape-wrap img:nth-child(2) {
  right: 0;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .pricing__shape-wrap img:nth-child(2) {
    width: 200px;
  }
}

/*=============================
	11. Request
===============================*/
.request-bg {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 280px 0 220px;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 1500px) {
  .request-bg {
    padding: 200px 0 180px;
  }
}

@media (max-width: 1199.98px) {
  .request-bg {
    padding: 180px 0 160px;
  }
}

@media (max-width: 991.98px) {
  .request-bg {
    padding: 130px 0 130px;
  }
}

@media (max-width: 767.98px) {
  .request-bg {
    padding: 100px 0;
  }
}

.request-bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #0B0C39;
  opacity: 0.5;
  z-index: -1;
}

.request__area-two {
  padding: 120px 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .request__area-two {
    padding: 100px 0;
  }
}

.request__area-three {
  padding: 120px 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .request__area-three {
    padding: 100px 0;
  }
}

.request__bg-two {
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-attachment: fixed;
}

.request__bg-three {
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-attachment: fixed;
}

.request-content .title {
  font-size: 48px;
  font-weight: 800;
  color: var(--tg-color-white-default);
  margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .request-content .title {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .request-content .title {
    font-size: 36px;
  }
}

.request-content .btn {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}

.request-content .btn::before {
  background: var(--tg-theme-primary);
}

.request-content .content-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 767.98px) {
  .request-content .content-bottom {
    flex-wrap: wrap;
  }
}

.request-content .content-bottom .content-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}

.request-content .content-bottom .content-right .icon {
  font-size: 36px;
  line-height: 0;
  color: var(--tg-theme-primary);
}

.request-content .content-bottom .content-right .content span {
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 0;
  color: var(--tg-color-white-default);
  margin-bottom: 8px;
}

.request-content .content-bottom .content-right .content a {
  color: var(--tg-color-white-default);
  font-size: 24px;
  font-weight: 600;
  font-family: var(--tg-heading-font-family);
}

.request-content .content-bottom .content-right .content a:hover {
  color: var(--tg-theme-primary);
}

.request__content-two {
  background: var(--tg-heading-color);
  padding: 60px 60px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

@media (max-width: 991.98px) {
  .request__content-two {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .request__content-two {
    padding: 40px 35px;
  }
}

.request__content-two .title {
  color: var(--tg-color-white-default);
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
  text-transform: capitalize;
}

@media (max-width: 767.98px) {
  .request__content-two .title {
    font-size: 32px;
  }
}

.request__content-two .title span {
  font-weight: 700;
}

.request__phone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .request__phone {
    justify-content: center;
  }
}

.request__phone .icon {
  font-size: 36px;
  line-height: 0;
  color: var(--tg-theme-primary);
}

.request__phone .content span {
  line-height: 1;
  display: block;
  font-size: 14px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-color-gray-2);
  text-align: left;
}

.request__phone .content a {
  color: var(--tg-color-white-default);
  font-size: 24px;
  font-weight: 600;
  font-family: var(--tg-heading-font-family);
  text-align: left;
}

@media (max-width: 767.98px) {
  .request__phone .content a {
    font-size: 22px;
  }
}

.request__phone .content a:hover {
  color: var(--tg-theme-primary);
}

.request-shape img {
  position: absolute;
  z-index: -1;
}

.request-shape img:nth-child(1) {
  left: 0;
  top: 0;
}

@media (max-width: 1199.98px) {
  .request-shape img:nth-child(1) {
    width: 300px;
  }
}

@media (max-width: 767.98px) {
  .request-shape img:nth-child(1) {
    width: 210px;
  }
}

.request-shape img:nth-child(2) {
  right: 0;
  bottom: 0;
}

@media (max-width: 1199.98px) {
  .request-shape img:nth-child(2) {
    width: 300px;
  }
}

@media (max-width: 767.98px) {
  .request-shape img:nth-child(2) {
    width: 190px;
  }
}

.request__shape-two img {
  position: absolute;
  z-index: -1;
}

.request__shape-two img:nth-child(1) {
  left: 0;
  top: 0;
}

@media (max-width: 991.98px) {
  .request__shape-two img:nth-child(1) {
    width: 200px;
  }
}

.request__shape-two img:nth-child(2) {
  right: 0;
  bottom: 0;
}

@media (max-width: 991.98px) {
  .request__shape-two img:nth-child(2) {
    width: 200px;
  }
}

/*=============================
    12. Consulting
===============================*/
.consulting-area {
  position: relative;
  z-index: 2;
}

.consulting-inner-wrap {
  background: var(--tg-theme-secondary);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.consulting-content {
  padding: 70px 65px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 1199.98px) {
  .consulting-content {
    padding: 50px 30px;
    gap: 20px;
  }
}

@media (max-width: 767.98px) {
  .consulting-content {
    flex-wrap: wrap;
    text-align: center;
  }
}

.consulting-content .content-left {
  background: var(--tg-theme-primary);
  text-align: center;
  padding: 20px 23px;
}

@media (max-width: 767.98px) {
  .consulting-content .content-left {
    margin: 0 auto;
  }
}

.consulting-content .content-left .title {
  font-size: 40px;
  margin-bottom: 5px;
  color: var(--tg-color-white-default);
  line-height: 1;
}

.consulting-content .content-left span {
  font-size: 15px;
  font-weight: 500;
  display: block;
  line-height: 1.2;
  color: var(--tg-color-white-default);
  font-family: var(--tg-heading-font-family);
}

.consulting-content .content-right .title {
  margin-bottom: 15px;
  font-size: 30px;
  color: var(--tg-color-white-default);
}

.consulting-content .content-right p {
  margin-bottom: 0;
  color: var(--tg-color-white-default);
}

.consulting-img {
  width: 392px;
  flex: 0 0 auto;
}

@media (max-width: 991.98px) {
  .consulting-img {
    display: none;
  }
}

.consulting-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}

.consulting-shape img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/*=============================
    13. Testimonial
===============================*/
.testimonial-area {
  /* background: #FFFBF3; */
  padding: 250px 0 0;
  position: relative;
  z-index: 1;
  margin-top: -130px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .testimonial-area {
    padding: 230px 0 0;
  }
}

.testimonial__area-two {
  background: var(--tg-heading-color);
  padding: 120px 0 90px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .testimonial__area-two {
    padding: 100px 0 70px;
  }
}

.testimonial__area-three {
  background: var(--tg-heading-color);
  padding: 120px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .testimonial__area-three {
    padding: 100px 0;
  }
}

.testimonial__bg {
  background-size: cover;
  background-position: center;
  padding: 0 0 60px;
}

@media (max-width: 767.98px) {
  .testimonial__bg {
    padding: 0 0 100px;
  }
}

.testimonial__bg-two {
  padding: 120px 0;
}

@media (max-width: 767.98px) {
  .testimonial__bg-two {
    padding: 100px 0;
  }
}

.testimonial-img-wrap {
  position: relative;
  z-index: 1;
  text-align: center;
}

@media (max-width: 991.98px) {
  .testimonial-img-wrap {
    margin-top: 50px;
  }
}

.testimonial-img-wrap .img-shape img {
  position: absolute;
  z-index: -1;
}

.testimonial-img-wrap .img-shape img:nth-child(1) {
  left: 0;
  bottom: 0;
}

.testimonial-img-wrap .img-shape img:nth-child(2) {
  left: 10%;
  top: 18%;
}

@media (max-width: 1199.98px) {
  .testimonial-img-wrap .img-shape img:nth-child(2) {
    left: 5%;
  }
}

@media (max-width: 767.98px) {
  .testimonial-img-wrap .img-shape img:nth-child(2) {
    left: 3%;
    width: 70px;
    top: 10%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-img-wrap .img-shape img:nth-child(2) {
    left: 5%;
    width: 90px;
    top: 13%;
  }
}

.testimonial-img-wrap .img-shape img:nth-child(3) {
  left: 14%;
  bottom: 19%;
}

@media (max-width: 1199.98px) {
  .testimonial-img-wrap .img-shape img:nth-child(3) {
    left: 3%;
    bottom: 30%;
  }
}

@media (max-width: 767.98px) {
  .testimonial-img-wrap .img-shape img:nth-child(3) {
    display: none;
  }
}

.testimonial-img-wrap .img-shape img:nth-child(4) {
  right: 0%;
  bottom: 21%;
  animation-duration: 5s;
}

@media (max-width: 767.98px) {
  .testimonial-img-wrap .img-shape img:nth-child(4) {
    display: none;
  }
}

.testimonial__img-wrap-two {
  position: relative;
  text-align: center;
}

@media (max-width: 991.98px) {
  .testimonial__img-wrap-two {
    margin-bottom: 50px;
  }
}

.testimonial__img-shape-two img {
  position: absolute;
}

.testimonial__img-shape-two img:nth-child(1) {
  left: 0;
  top: 40%;
}

@media (max-width: 1199.98px) {
  .testimonial__img-shape-two img:nth-child(1) {
    left: -2%;
    width: 100px;
  }
}

@media (max-width: 767.98px) {
  .testimonial__img-shape-two img:nth-child(1) {
    display: none;
  }
}

.testimonial__img-shape-two img:nth-child(2) {
  left: 16%;
  bottom: 1%;
}

@media (max-width: 767.98px) {
  .testimonial__img-shape-two img:nth-child(2) {
    left: 9%;
    bottom: -3%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__img-shape-two img:nth-child(2) {
    left: 16%;
    bottom: 1%;
  }
}

.testimonial__img-shape-two img:nth-child(3) {
  right: 13%;
  top: 32%;
}

@media (max-width: 1199.98px) {
  .testimonial__img-shape-two img:nth-child(3) {
    right: 9%;
  }
}

@media (max-width: 767.98px) {
  .testimonial__img-shape-two img:nth-child(3) {
    top: 28%;
    right: 3%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__img-shape-two img:nth-child(3) {
    right: 10%;
  }
}

.testimonial-info {
  margin-bottom: 20px;
}

.testimonial-info .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonial-info span {
  display: block;
  font-family: var(--tg-heading-font-family);
  line-height: 1;
}

.testimonial__info-two .title {
  margin-bottom: 5px;
  color: var(--tg-color-white-default);
  font-size: 20px;
}

.testimonial__info-two span {
  font-size: 15px;
  display: block;
  font-family: var(--tg-heading-font-family);
  color: #9597C8;
  margin-bottom: 12px;
}

.testimonial__info-three {
  position: relative;
  padding-left: 20px;
}

.testimonial__info-three::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 36px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: var(--tg-theme-secondary);
}

.testimonial__info-three .title {
  margin-bottom: 8px;
  font-size: 22px;
  color: var(--tg-theme-secondary);
}

.testimonial__info-three span {
  display: block;
  line-height: 1;
}

.testimonial__item-two {
  background: #20a1c1f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 40px 35px 70px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .testimonial__item-two {
    padding: 40px 20px 70px;
  }
}

@media (max-width: 991.98px) {
  .testimonial__item-two {
    padding: 40px 25px 70px;
  }
}

.testimonial__item-two .testimonial__rating {
  justify-content: center;
}

.testimonial__item-two p {
  margin-bottom: 0;
  color: var(--tg-color-gray-2);
  text-transform: capitalize;
}

.testimonial__item-two .icon {
  position: absolute;
  right: 25px;
  bottom: -8px;
  z-index: -1;
}

.testimonial__item-three p {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.testimonial__item-four .testimonial-info .title {
  color: var(--tg-color-white-default);
}

.testimonial__item-four .testimonial-info span {
  color: var(--tg-border-5);
}

.testimonial__item-four .testimonial-content p {
  color: var(--tg-color-gray-2);
}

.testimonial__item-wrap {
  margin-left: 50px;
}

@media (max-width: 1199.98px) {
  .testimonial__item-wrap {
    margin-left: 0;
  }
}

.testimonial__rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 18px;
  color: var(--tg-theme-primary);
  margin-bottom: 20px;
}

.testimonial__rating i:last-child {
  color: #DED9CE;
}

.testimonial__rating-two {
  margin-bottom: 30px;
}

.testimonial__avatar {
  border: 2px solid var(--tg-color-white-default);
  width: 82px;
  margin: 0 auto 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial__avatar img {
  width: 100%;
  object-fit: cover;
}

.testimonial-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 40px;
}

@media (max-width: 1199.98px) {
  .testimonial-content {
    gap: 20px;
  }
}

.testimonial-content p {
  margin-bottom: 0;
  font-size: 17px;
  font-style: italic;
  line-height: 1.58;
  text-transform: capitalize;
}

.testimonial-content .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;
  background: var(--tg-theme-primary);
  flex: 0 0 auto;
  -webkit-border-radius: 40px 0 0 0;
  -moz-border-radius: 40px 0 0 0;
  -o-border-radius: 40px 0 0 0;
  -ms-border-radius: 40px 0 0 0;
  border-radius: 40px 0 0 0;
  font-size: 40px;
  line-height: 0;
  color: var(--tg-color-white-default);
}

@media (max-width: 767.98px) {
  .testimonial-content .icon {
    display: none;
  }
}

.testimonial-nav .swiper-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 35px;
}

.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;
  border: 2px solid black;
}

.testimonial-nav .swiper-slide-thumb-active button img {
  filter: grayscale(0);
}

.testimonial__nav-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.testimonial__nav-two .testimonial-button-prev {
  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-color-white-default);
  border: 1.5px solid #9597C8;
  color: var(--tg-theme-secondary);
  line-height: 0;
  font-size: 24px;
  -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-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.testimonial__nav-two .testimonial-button-prev:hover {
  background: var(--tg-theme-secondary);
  border-color: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}

.testimonial__nav-two .testimonial-button-next {
  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-color-white-default);
  border: 1.5px solid #9597C8;
  color: var(--tg-theme-secondary);
  line-height: 0;
  font-size: 24px;
  -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;
}

.testimonial__nav-two .testimonial-button-next:hover {
  background: var(--tg-theme-secondary);
  border-color: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}

.testimonial__nav-three .swiper-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
}

.testimonial__nav-three .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-three .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-three .swiper-wrapper .swiper-slide {
  width: auto !important;
}

.testimonial__nav-three .swiper-slide-thumb-active button img {
  filter: grayscale(0);
}

.testimonial__nav-four {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}

.testimonial__nav-four .testimonial-two-button-prev {
  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-gray-3);
  -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;
  color: var(--tg-theme-secondary);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -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;
}

.testimonial__nav-four .testimonial-two-button-prev:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

.testimonial__nav-four .testimonial-two-button-next {
  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-gray-3);
  -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;
  color: var(--tg-theme-secondary);
  -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;
}

.testimonial__nav-four .testimonial-two-button-next:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

.testimonial__inner-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.testimonial__inner-top .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;
  background: var(--tg-theme-primary);
  flex: 0 0 auto;
  -webkit-border-radius: 40px 0 0 0;
  -moz-border-radius: 40px 0 0 0;
  -o-border-radius: 40px 0 0 0;
  -ms-border-radius: 40px 0 0 0;
  border-radius: 40px 0 0 0;
  font-size: 40px;
  line-height: 0;
  color: var(--tg-color-white-default);
}

@media (max-width: 767.98px) {
  .testimonial__inner-top .icon {
    display: none;
  }
}

.testimonial__bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.testimonial__form {
  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;
  padding: 40px 45px 45px;
  width: 400px;
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  .testimonial__form {
    padding: 40px 40px 45px;
  }
}

@media (max-width: 991.98px) {
  .testimonial__form {
    margin-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .testimonial__form {
    padding: 30px 25px 30px !important;
    width: 100% !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__form {
    padding: 40px;
  }
}

.testimonial__form .title {
  margin-bottom: 25px;
  font-size: 30px;
  text-transform: capitalize;
}

.testimonial__form .form-grp {
  margin-bottom: 10px;
}

.testimonial__form .form-grp input {
  width: 100%;
  background: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #D0D6E1;
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-body-color);
  padding: 15px 20px;
  height: 50px;
}

.testimonial__form .form-grp input::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #667594;
}

.testimonial__form .form-grp.select-grp {
  position: relative;
}

.testimonial__form .form-grp.select-grp select {
  background-color: transparent;
  border: 1px solid #D0D6E1;
  color: #667594;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  padding: 15px 40px 15px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1.2;
  height: 50px;
  cursor: pointer;
}

.testimonial__form .form-grp.select-grp::after {
  content: "\f106";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: flaticon;
  font-weight: 400;
  right: 10px;
  font-size: 24px;
  color: var(--tg-theme-secondary);
}

.testimonial-shape-wrap img {
  position: absolute;
  z-index: -1;
}

.testimonial-shape-wrap img:nth-child(1) {
  bottom: 0;
  right: 10%;
}

.testimonial-shape-wrap img:nth-child(2) {
  right: 0;
  top: 0;
}

.testimonial__shape-two img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.testimonial__shape-three img {
  position: absolute;
  z-index: -1;
  right: 15%;
  top: -15%;
  animation-duration: 30s;
}

@media (max-width: 1500px) {
  .testimonial__shape-three img {
    right: 1%;
  }
}

@media (max-width: 991.98px) {
  .testimonial__shape-three img {
    top: auto;
    bottom: -10%;
  }
}

@media (max-width: 767.98px) {
  .testimonial__shape-three img {
    bottom: 0%;
  }
}

.range-slider-wrap {
  margin-bottom: 20px;
}

.range-slider-wrap input {
  width: 100%;
  height: 15px;
  appearance: none;
  -webkit-appearance: none;
  background: #D9D9D9;
  outline: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.range-slider-wrap .range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--tg-theme-primary);
  cursor: pointer;
  border: none;
  box-shadow: -807px 0 0 800px var(--tg-heading-color);
}

.range-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-top: 20px;
}

.range-top p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
}

.range-top span {
  font-size: 16px;
  font-weight: 600;
  display: block;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
}

.range-top span strong {
  font-weight: 600;
}

/*=============================
	14. Features
===============================*/
.features__area-two {
  padding: 120px 0 90px;
}

@media (max-width: 767.98px) {
  .features__area-two {
    padding: 100px 0 70px;
  }
}

.features__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 80px 50px;
  border: 1px solid var(--tg-border-2);
}

@media (max-width: 1800px) {
  .features__item {
    padding: 80px 30px;
  }
}

@media (max-width: 1500px) {
  .features__item {
    padding: 60px 20px;
  }
}

@media (max-width: 1199.98px) {
  .features__item {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .features__item {
    padding: 40px 30px;
  }
}

@media (max-width: 767.98px) {
  .features__item {
    padding: 40px 25px;
  }
}

.features__item:hover .features__icon i {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.features__item-wrap {
  border-bottom: 1px solid var(--tg-border-2);
}

.features__item-wrap .row {
  --bs-gutter-x: 0px;
}

.features__item-two {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #E4ECEF;
  background: var(--tg-color-white-default);
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

@media (max-width: 1199.98px) {
  .features__item-two {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features__item-two {
    flex-wrap: nowrap;
  }
}

.features__item-two:hover .features__icon-two i {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  color: #015063;
}

.features__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;
  background: var(--tg-color-gray-3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  flex: 0 0 auto;
  font-size: 50px;
  line-height: 0;
  color: var(--tg-theme-secondary);
}

@media (max-width: 1199.98px) {
  .features__icon {
    margin-bottom: 20px;
  }
}

.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;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}

.features__icon-two {
  width: 70px;
  height: 70px;
  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: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background: var(--tg-color-yellow-light);
  line-height: 0;
  color: var(--tg-theme-primary);
  font-size: 50px;
}

.features__icon-two 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;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}

.features__content .title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 1500px) {
  .features__content .title {
    font-size: 22px;
  }
}

.features__content p {
  margin-bottom: 0;
}

@media (max-width: 1500px) {
  .features__content p br {
    display: none;
  }
}

.features__content-two .title {
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: capitalize;
}

.features__content-two p {
  margin-bottom: 0;
}

/*=============================
	15. Marquee
===============================*/
.marquee__area {
  background: var(--tg-color-yellow-light-2);
  overflow: hidden;
  padding: 0 0 120px;
}

@media (max-width: 767.98px) {
  .marquee__area {
    padding: 0 0 100px;
  }
}

.marquee__area-two {
  padding: 0 0 120px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .marquee__area-two {
    padding: 0 0 100px;
  }
}

.marquee__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.marquee__wrap:hover .marquee__box {
  animation-play-state: paused;
}

.marquee__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: fit-content;
  animation: marquee 50s linear infinite;
}

.marquee__box a {
  font-weight: 700;
  font-size: 60px;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  margin-right: 20px;
  text-transform: uppercase;
  font-family: var(--tg-heading-font-family);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: var(--tg-theme-primary);
  letter-spacing: 1px;
}

@media (max-width: 1199.98px) {
  .marquee__box a {
    font-size: 55px;
  }
}

@media (max-width: 991.98px) {
  .marquee__box a {
    font-size: 50px;
  }
}

@media (max-width: 767.98px) {
  .marquee__box a {
    font-size: 40px;
  }
}

.marquee__box a::after {
  content: "\f621";
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  margin-left: 20px;
  font-family: var(--tg-icon-font-family);
  color: var(--tg-theme-primary);
}

@media (max-width: 1199.98px) {
  .marquee__box a::after {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .marquee__box a::after {
    font-size: 30px;
  }
}

/*=============================
    16. Fact
===============================*/
.counter-area {
  background: #FFFBF3;
  padding: 110px 0 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .counter-area {
    padding: 100px 0 70px;
  }
}

#brand-img {
  aspect-ratio: 3/2;
  object-fit: contain;
}

.counter-area-two {
  padding: 100px 0 110px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .counter-area-two {
    padding: 100px 0 70px;
  }
}

.counter-area-three {
  background: #F5FAFC;
  padding: 0 0 90px;
}

.counter-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.content1234 p {
  text-align: center;
  font-size: 14px !important;
}



.count1234 {
  justify-content: center;
  font-size: 40px !important;
  font-weight: 500 !important;
}

@media (max-width: 767.98px) {
  .counter-item {
    gap: 12px;
  }
}

.counter-item .icon {
  font-size: 72px;
  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;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-item .icon {
    font-size: 60px;
  }
}

.counter-item .content .count {
  line-height: 0.8;
  margin-bottom: 5px;
  letter-spacing: 2px;
  font-size: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-weight: 800;
}

@media (max-width: 1199.98px) {
  .counter-item .content .count {
    font-size: 36px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-item .content .count {
    font-size: 34px;
  }
}

.counter-item .content p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-item .content p {
    font-size: 16px;
  }
}

.counter-item:hover .icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  color: #015063;
}

.counter-shape-wrap img {
  position: absolute;
  z-index: -1;
}

.counter-shape-wrap img:nth-child(1) {
  left: 0;
  top: 0;
}

.counter-shape-wrap img:nth-child(2) {
  right: 8%;
  top: 30%;
}

.counter-shape-wrap img:nth-child(3) {
  right: 0;
  bottom: 0;
  z-index: -2;
}

.counter-shape-two img {
  position: absolute;
  right: 8%;
  bottom: -20px;
}

/*=============================
    17. Team
===============================*/
@media (max-width: 767.98px) {
  .team-area {
    padding: 100px 0 70px;
  }
}

.team__area-two {
  position: relative;
  padding: 120px 0 90px;
}

@media (max-width: 767.98px) {
  .team__area-two {
    padding: 100px 0 70px;
  }
}

.team__area-three {
  padding: 120px 90px;
}

@media (max-width: 767.98px) {
  .team__area-three {
    padding: 100px 0 70px;
  }
}

.team__area-four {
  padding: 120px 0 90px;
}

@media (max-width: 767.98px) {
  .team__area-four {
    padding: 100px 0 70px;
  }
}

.team-item {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid var(--tg-border-1);
  margin-bottom: 30px;
}

.team-item-wrap .row {
  --bs-gutter-x: 24px;
}

.team__item-two {
  margin-bottom: 30px;
}

.team__item-three {
  position: relative;
  margin-bottom: 30px;
}

.team__item-four {
  margin-bottom: 30px;
}

.team-thumb {
  -webkit-border-radius: 14px 14px 0 104px;
  -moz-border-radius: 14px 14px 0 104px;
  -o-border-radius: 14px 14px 0 104px;
  -ms-border-radius: 14px 14px 0 104px;
  border-radius: 14px 14px 0 104px;
  overflow: hidden;
  position: relative;
}

.team-thumb img {
  width: 100%;
  height: 292px;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .team-thumb img {
    height: auto;
  }
}

.team__thumb-two {
  margin-bottom: 15px;
}

.team__thumb-two img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: 295px;
  object-fit: cover;
}

@media (max-width: 1199.98px) {
  .team__thumb-two img {
    height: 230px;
  }
}

@media (max-width: 991.98px) {
  .team__thumb-two img {
    height: 295px;
  }
}

@media (max-width: 767.98px) {
  .team__thumb-two img {
    height: auto;
  }
}

.team__thumb-three img {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  width: 100%;
}

.team__thumb-four img {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  width: 100%;
}

.team-social {
  position: absolute;
  right: 22px;
  top: 22px;
  background: var(--tg-color-white-default);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.team-social .social-toggle-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%;
  color: #6bc2d8;
  font-size: 20px;
  line-height: 0;
  cursor: pointer;
  -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-social .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  padding: 0 0 15px;
  display: none;
  text-align: center;
}

.team-social .list-wrap a {
  font-size: 18px;
  color: #53cae8;
}

.team-social .list-wrap a:hover {
  color: var(--tg-theme-primary);
}

.team__social-two .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.team__social-two .list-wrap li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--tg-border-3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  color: var(--tg-border-3);
}

.team__social-two .list-wrap li a:hover {
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}

.team__social-three {
  top: auto;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  background: var(--tg-theme-primary);
}

.team__social-three .social-toggle-icon {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

.team__social-three .list-wrap {
  padding: 15px 0 0;
}

.team__social-three .list-wrap li a {
  color: var(--tg-color-white-default);
}

.team__social-three .list-wrap li a:hover {
  color: var(--tg-theme-secondary);
}

.team__social-four .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.team__social-four .list-wrap li a {
  color: #8fbeca;
}

.team__social-four .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}

.team-content {
  padding: 15px 25px 25px;
}

.team-content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.team-content span {
  display: block;
  line-height: 1;
  color: var(--tg-theme-primary);
}

.team__content-two {
  text-align: center;
}

.team__content-two .title {
  font-size: 24px;
  font-weight: var(--tg-fw-semi-bold);
  margin-bottom: 8px;
}

.team__content-two span {
  display: block;
  line-height: 1;
  color: var(--tg-theme-primary);
  margin-bottom: 20px;
}

.team__content-three {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  z-index: 1;
}

.team__content-three .title {
  margin-bottom: 5px;
  color: var(--tg-color-white-default);
  font-size: 24px;
  font-weight: 600;
}

.team__content-three span {
  display: block;
  color: var(--tg-color-gray-3);
}

.team__content-four {
  background: var(--tg-color-white-default);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  margin: 0 24px;
  padding: 20px 20px;
  margin-top: -65px;
  position: relative;
  z-index: 1;
}

.team__content-four .title {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 600;
}

.team__content-four span {
  display: block;
  color: var(--tg-theme-primary);
  line-height: 1;
  margin-bottom: 10px;
}

.team__shape img {
  position: absolute;
  z-index: -1;
}

.team__shape img:nth-child(1) {
  left: 5%;
  bottom: 15%;
}

@media (max-width: 1500px) {
  .team__shape img:nth-child(1) {
    left: -5%;
  }
}

@media (max-width: 1199.98px) {
  .team__shape img:nth-child(1) {
    display: none;
  }
}

.team__shape img:nth-child(2) {
  right: 6%;
  top: 12%;
}

@media (max-width: 991.98px) {
  .team__shape img:nth-child(2) {
    top: 5%;
    width: 90px;
  }
}

@media (max-width: 767.98px) {
  .team__shape img:nth-child(2) {
    top: 2%;
    width: 80px;
  }
}

.team__details-area {
  padding: 120px 0;
}

@media (max-width: 767.98px) {
  .team__details-area {
    padding: 100px 0;
  }
}

.team__details-inner .row .col-36 {
  width: 35.6%;
  flex: 0 0 auto;
}

@media (max-width: 991.98px) {
  .team__details-inner .row .col-36 {
    width: 60%;
  }
}

@media (max-width: 767.98px) {
  .team__details-inner .row .col-36 {
    width: 100%;
  }
}

.team__details-inner .row .col-64 {
  width: 64.4%;
  flex: 0 0 auto;
}

@media (max-width: 991.98px) {
  .team__details-inner .row .col-64 {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .team__details-img {
    margin-bottom: 50px;
  }
}

.team__details-img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .team__details-img img {
    width: 100%;
  }
}

.team__details-content {
  margin-left: 20px;
}

@media (max-width: 1199.98px) {
  .team__details-content {
    margin: 0;
  }
}

.team__details-content .title {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .team__details-content .title {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .team__details-content .title {
    font-size: 32px;
  }
}

.team__details-content .position {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: var(--tg-theme-primary);
  margin-bottom: 20px;
}

.team__details-content p {
  margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
  .team__details-content p {
    margin-bottom: 25px;
  }
}

.team__details-info>.list-wrap>li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-theme-secondary);
  gap: 10px;
  margin-bottom: 15px;
}

.team__details-info>.list-wrap>li>a {
  font-family: var(--tg-heading-font-family);
  color: var(--tg-theme-secondary);
}

.team__details-info>.list-wrap>li>a:hover {
  color: var(--tg-theme-primary);
}

.team__details-info>.list-wrap>li>i {
  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-3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tg-theme-secondary);
  font-size: 18px;
  flex: 0 0 auto;
}

.team__details-info>.list-wrap>li:last-child {
  margin-bottom: 0;
}

.team__details-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  align-items: center;
}

.team__details-social li a {
  color: var(--tg-theme-secondary);
  font-size: 16px;
}

.team__details-social li a:hover {
  color: var(--tg-theme-primary);
}

@media (max-width: 991.98px) {
  .section-content {
    margin-bottom: 50px;
  }
}

.section-content p {
  margin-bottom: 0;
  font-weight: 500;
}

.team-item,
.card-team-area-six {
  transition: 0.3s all;
}

.team-item:hover,
.card-team-area-six:hover {
  transform: translateY(-3px);
  transition: 0.3s all;
}

.mt-10 {
  margin-top: 10px;
}

/*=============================
    18. Call-back
===============================*/
.call-back-area {
  background: var(--tg-heading-color);
  padding: 100px 0 85px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.call-back-area-two {
  background: transparent;
  padding: 0;
  z-index: 2;
}

.call-back-wrap {
  background: var(--tg-heading-color);
  padding: 90px 80px 75px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

@media (max-width: 1199.98px) {
  .call-back-wrap {
    padding: 50px 25px 50px;
  }
}

@media (max-width: 991.98px) {
  .call-back-content {
    text-align: center;
    margin-bottom: 30px;
  }
}

.call-back-content .shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .call-back-content .shape {
    display: none;
  }
}

.call-back-content p {
  margin-bottom: 0;
  color: #D0D0DD;
  font-weight: 500;
  width: 90%;
}

@media (max-width: 1199.98px) {
  .call-back-content p {
    width: 100%;
  }
}

.call-back-form form .row {
  --bs-gutter-x: 15px;
}

.call-back-form form .form-grp {
  margin-bottom: 15px;
}

.call-back-form form .form-grp input {
  width: 100%;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: var(--tg-heading-color);
  background: var(--tg-color-white-default);
  font-size: 15px;
  font-weight: 500;
  padding: 15px 18px;
  height: 50px;
}

.call-back-form form .form-grp input::placeholder {
  font-size: 15px;
  font-weight: 500;
  color: #9597C8;
}

.call-back-form form .btn {
  width: 100%;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 17px 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.call-back-form form .btn::before {
  background: var(--tg-color-gray-3);
}

.call-back-form form .btn::after {
  display: none;
}

.call-back-form form .btn:hover {
  color: var(--tg-heading-color);
}

/*=============================
    19. Blog
===============================*/
.blog__area {
  padding: 10px 0;
}

@media (max-width: 767.98px) {
  .blog__area {
    padding: 100px 0;
  }
}

.blog-post-bg {
  background-size: cover;
  background-position: center;
  padding: 120px 0 90px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .blog-post-bg {
    padding: 100px 0 70px;
  }
}

.blog__post-bg-two {
  background-size: cover;
  background-position: center;
  padding: 120px 0 90px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .blog__post-bg-two {
    padding: 100px 0 70px;
  }
}

.blog__post-area-three {
  padding: 270px 0 90px;
  margin-top: -150px;
}

@media (max-width: 767.98px) {
  .blog__post-area-three {
    padding: 250px 0 70px;
  }
}

/* .blog__post-area-four {
  padding: 120px 0 90px;
} */

@media (max-width: 767.98px) {
  .blog__post-area-four {
    padding: 100px 0 70px;
  }
}

.blog__post-area-five {
  padding: 120px 0 90px;
  background: var(--tg-color-yellow-light-2);
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .blog__post-area-five {
    padding: 100px 0 70px;
  }
}

.blog-post-item {
  border: 1px solid var(--tg-border-1);
  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;
  padding: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .blog-post-item {
    padding: 20px 20px;
  }
}

.blog-post-thumb {
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-post-thumb img {
  width: 100%;
  height: 248px;
  object-fit: cover;
}

.blog-post-thumb .post-tag {
  font-size: 14px;
  font-weight: 500;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  line-height: 1;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 18px;
  top: 16px;
  z-index: 2;
  padding: 8px 10px;
}

.blog-post-thumb .post-tag:hover {
  background: var(--tg-theme-secondary);
}

.blog-post-content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
}

@media (max-width: 767.98px) {
  .blog-post-content .title {
    font-size: 22px;
  }
}

.blog-post-content .blog-post-meta .list-wrap {
  justify-content: space-between;
}

.blog__post-two {
  border: 1px solid var(--tg-border-1);
  -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);
  margin-bottom: 30px;
}

.blog__post-four {
  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;
  border: 1px solid #EAE4D8;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.blog__post-thumb-two {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  margin: -1px;
}

.blog__post-thumb-two img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blog__post-thumb-three {
  margin-bottom: 35px;
}

.blog__post-thumb-four {
  margin: -1px -1px 0 -1px;
}

.blog__post-thumb-four img {
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.blog__post-content-two {
  padding: 16px 30px;
}

@media (max-width: 1199.98px) {
  .blog__post-content-two {
    padding: 30px 22px;
  }
}

@media (max-width: 991.98px) {
  .blog__post-content-two {
    padding: 30px 30px;
  }
}

@media (max-width: 767.98px) {
  .blog__post-content-two {
    padding: 25px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__post-content-two {
    padding: 30px 30px;
  }
}

.blog__post-content-two .title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: var(--tg-fw-semi-bold);
  text-transform: capitalize;
}

@media (max-width: 767.98px) {
  .blog__post-content-two .title {
    font-size: 22px;
  }
}

.blog__post-content-two .blog-post-meta {
  margin-bottom: 22px;
}

.blog__post-content-two .blog-avatar {
  margin-bottom: 0;
}

.blog__post-content-three {
  position: relative;
}

.blog__post-content-three .post-tag {
  font-size: 14px;
  font-weight: 500;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  line-height: 1;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 18px;
  top: -51px;
  z-index: 2;
  padding: 8px 10px;
}

.blog__post-content-three .post-tag:hover {
  background: var(--tg-theme-secondary);
}

.blog__post-content-three .btn {
  background: var(--tg-color-gray-3);
  color: var(--tg-theme-secondary);
  padding: 16px 24px;
}

.blog__post-content-three .btn:hover {
  color: var(--tg-color-white-default);
}

.blog__post-content-four {
  padding: 25px 30px 40px;
}

@media (max-width: 1199.98px) {
  .blog__post-content-four {
    padding: 25px 25px 30px;
  }
}

.blog__post-content-four .title {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.blog__post-tag-two {
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-body-color);
  border: 1px solid var(--tg-color-gray-2);
  display: inline-block;
  line-height: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 10px;
}

.blog__post-tag-two:hover {
  border-color: var(--tg-theme-primary);
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

.blog__post-tag-three {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  color: #9798AB;
  line-height: 1;
  margin-bottom: 20px;
}

.blog-avatar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.blog-avatar .avatar-thumb {
  width: 36px;
  flex: 0 0 auto;
}

.blog-avatar .avatar-thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  object-fit: cover;
}

.blog-avatar .avatar-content p a {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--tg-theme-secondary);
}

.blog-avatar .avatar-content p a:hover {
  color: var(--tg-theme-primary);
}

.blog-post-meta .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px 20px;
  flex-wrap: wrap;
}

.blog-post-meta .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-post-meta .list-wrap li i {
  font-size: 18px;
}

.blog-post-meta .btn {
  background: var(--tg-color-gray-3);
  color: var(--tg-theme-secondary);
  padding: 16px 20px;
}

.blog-post-meta .btn:hover {
  color: var(--tg-color-white-default);
}

.blog-post-meta-two .list-wrap li {
  color: #9798AB;
}

.blog-post-meta-two .list-wrap li i {
  color: var(--tg-theme-primary);
}

.blog-post-meta-two .list-wrap li a {
  color: #9798AB;
}

.blog-post-meta-two .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}

.blog__inner-wrap .row .col-70 {
  width: 70.5%;
  flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
  .blog__inner-wrap .row .col-70 {
    width: 67.5%;
  }
}

@media (max-width: 991.98px) {
  .blog__inner-wrap .row .col-70 {
    width: 100%;
  }
}

.blog__inner-wrap .row .col-30 {
  width: 29.5%;
  flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
  .blog__inner-wrap .row .col-30 {
    width: 32.5%;
  }
}

@media (max-width: 991.98px) {
  .blog__inner-wrap .row .col-30 {
    width: 100%;
  }
}

.blog__sidebar {
  margin-left: 20px;
}

@media (max-width: 1199.98px) {
  .blog__sidebar {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .blog__sidebar {
    margin-top: 100px;
  }
}

.blog-shape-wrap img {
  position: absolute;
  z-index: -1;
}

.blog-shape-wrap img:nth-child(1) {
  left: 0;
  top: 0;
}

@media (max-width: 767.98px) {
  .blog-shape-wrap img:nth-child(1) {
    width: 200px;
  }
}

.blog-shape-wrap img:nth-child(2) {
  right: 0;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .blog-shape-wrap img:nth-child(2) {
    width: 200px;
  }
}

.blog-shape-wrap1 img {
  position: absolute;
  z-index: 1;
}

.blog-shape-wrap1 .fst-img {
  left: 0;
  top: 0;
}

@media (max-width: 767.98px) {
  .blog-shape-wrap1 .fst-img {
    width: 200px;
  }
}

.blog-shape-wrap1 .sec-img {
  right: 0;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .blog-shape-wrap1 .sec-img {
    width: 200px;
  }
}

.blog__details-area {
  padding: 120px 0;
}

@media (max-width: 767.98px) {
  .blog__details-area {
    padding: 100px 0;
  }
}

.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;
  min-height: 250px;
  object-fit: cover;
}

.blog__details-content>.title {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
}

@media (max-width: 1199.98px) {
  .blog__details-content>.title {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .blog__details-content>.title {
    font-size: 28px;
  }
}

.blog__details-content .blog-post-meta {
  margin-bottom: 30px;
}

.blog__details-content .blog-post-meta .blog-avatar {
  margin-bottom: 0;
}

.blog__details-content>p {
  margin-bottom: 20px;
}

.blog__details-content .title-two {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

@media (max-width: 767.98px) {
  .blog__details-content .title-two {
    font-size: 26px;
  }
}

.blog__details-inner {
  margin: 35px 0;
}

.blog__details-inner .row .col-46 {
  width: 46%;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .blog__details-inner .row .col-46 {
    width: 100%;
  }
}

.blog__details-inner .row .col-54 {
  width: 54%;
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .blog__details-inner .row .col-54 {
    width: 100%;
  }
}

.blog__details-inner-thumb {
  position: relative;
}

@media (max-width: 767.98px) {
  .blog__details-inner-thumb {
    margin-bottom: 30px;
  }
}

.blog__details-inner-thumb img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.blog__details-inner-thumb .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;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--tg-color-white-default);
  color: var(--tg-theme-secondary);
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog__details-inner-thumb .play-btn:hover {
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
}

.blog__details-inner-content .title {
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .blog__details-inner-content .title {
    font-size: 26px;
  }
}

.blog__details-inner-content p {
  margin-bottom: 20px;
  width: 95%;
}

@media (max-width: 1199.98px) {
  .blog__details-inner-content p {
    width: 100%;
  }
}

.blog__details-bottom {
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  padding: 20px 0;
  margin-top: 40px;
  margin-bottom: 70px;
}

.blog__details-bottom .post-tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.blog__details-bottom .post-tags .title {
  margin-bottom: 0;
  font-size: 14px;
}

.blog__details-bottom .post-tags .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 6px;
}

.blog__details-bottom .post-tags .list-wrap li a {
  background: var(--tg-color-gray-3);
  padding: 7px 17px;
  display: block;
  border-radius: 4px;
  color: var(--tg-heading-color);
  font-size: 15px;
  font-weight: 500;
}

.blog__details-bottom .post-tags .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

.blog__details-bottom .post-share {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .blog__details-bottom .post-share {
    justify-content: flex-start;
    margin-top: 20px;
  }
}

.blog__details-bottom .post-share .title {
  margin-bottom: 0;
  font-size: 14px;
}

.blog__details-bottom .post-share .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog__details-bottom .post-share .list-wrap li a {
  font-size: 20px;
  color: var(--tg-theme-secondary);
}

.blog__details-bottom .post-share .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}

.blog__avatar-wrap {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  padding: 42px 40px;
  background: var(--tg-color-gray-3);
  gap: 30px;
}

@media (max-width: 1199.98px) {
  .blog__avatar-wrap {
    padding: 35px 25px;
  }
}

@media (max-width: 767.98px) {
  .blog__avatar-wrap {
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px 25px;
  }
}

.blog__avatar-img {
  width: 115px;
  flex: 0 0 auto;
}

.blog__avatar-img img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog__avatar-info .designation {
  display: block;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--tg-heading-font-family);
  line-height: 1;
  margin-bottom: 8px;
}

.blog__avatar-info .name {
  font-size: 20px;
  margin-bottom: 18px;
}

.blog__avatar-info p {
  margin-bottom: 0;
}

blockquote {
  margin: 50px 50px 60px;
  background: #F8FAFF;
  padding: 50px 100px 50px 50px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  blockquote {
    padding: 50px 100px 50px 40px;
    margin: 40px 0 50px;
  }
}

@media (max-width: 767.98px) {
  blockquote {
    padding: 40px 40px 40px 30px;
  }
}

blockquote::after {
  content: "\f10e";
  font-weight: 700;
  font-size: 52px;
  color: #E2E5F6;
  line-height: 1;
  font-family: var(--tg-icon-font-family);
  position: absolute;
  right: 33px;
  top: 27px;
  z-index: -1;
}

@media (max-width: 767.98px) {
  blockquote::after {
    font-size: 40px;
    right: 20px;
    top: 15px;
  }
}

blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: var(--tg-theme-primary);
}

blockquote p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--tg-heading-font-family);
  text-transform: capitalize;
  color: var(--tg-theme-secondary);
}

@media (max-width: 767.98px) {
  blockquote p {
    font-size: 18px;
  }
}

.play-btn::after {
  display: none;
  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;
}

.sidebar__widget {
  border: 1px solid var(--tg-border-6);
  padding: 16px 20px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
  .sidebar__widget {
    padding: 26px 20px 30px;
  }
}

@media (max-width: 991.98px) {
  .sidebar__widget {
    padding: 26px 30px 30px;
  }
}

.sidebar__widget:last-child {
  margin-bottom: 0;
}

.sidebar__widget-search {
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.swiper-slide {
  width: auto;
  height: auto;
  /* flex-shrink: 0; */
}

.sidebar__search form {
  position: relative;
}

.sidebar__search form input {
  width: 100%;
  border: 1px solid var(--tg-border-6);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
  color: var(--tg-theme-secondary);
  padding: 14px 60px 14px 20px;
  height: 50px;
}

.sidebar__search form input::placeholder {
  color: var(--tg-border-5);
  font-size: 14px;
}

.sidebar__search form button {
  border: none;
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  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-theme-secondary);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.sidebar__search form button svg {
  width: 20px;
  color: var(--tg-color-white-default);
}

.sidebar__search form button:hover {
  background: var(--tg-theme-primary);
}

.sidebar__widget-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
  padding-bottom: 12px;
  position: relative;
}

.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-theme-primary);
}

.sidebar__cat-list .list-wrap li {
  border-bottom: 1px solid var(--tg-border-6);
  padding-bottom: 17px;
  margin-bottom: 17px;
}

.sidebar__cat-list .list-wrap li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: var(--tg-body-color);
  gap: 5px;
}

.sidebar__cat-list .list-wrap li a i {
  line-height: 0;
  font-size: 24px;
  color: var(--tg-border-5);
  -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;
}

.sidebar__cat-list .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}

.sidebar__cat-list .list-wrap li a:hover i {
  color: var(--tg-theme-primary);
}

.sidebar__cat-list .list-wrap li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sidebar__post-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.sidebar__post-item:last-child {
  margin-bottom: 0;
}

.sidebar__post-thumb {
  width: 80px;
  flex: 0 0 auto;
}

.sidebar__post-thumb img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.sidebar__post-content .title {
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
}

.sidebar__post-content .date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #83849E;
  font-size: 15px;
  gap: 5px;
}

.sidebar__post-content .date i {
  line-height: 0;
}

.sidebar__tag-list .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.sidebar__tag-list .list-wrap li a {
  font-size: 15px;
  background: var(--tg-color-gray-3);
  font-weight: 500;
  color: var(--tg-theme-secondary);
  padding: 7px 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
}

.sidebar__tag-list .list-wrap li a:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}

.comments-wrap-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.comments-wrap .latest-comments {
  margin-bottom: 80px;
}

.comments-wrap .latest-comments .children {
  margin: 0 0 0 45px;
  padding: 0;
}

@media (max-width: 767.98px) {
  .comments-wrap .latest-comments .children {
    margin: 0;
  }
}

.comments-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #D6DCE9;
  padding-bottom: 30px;
  margin-bottom: 35px;
  gap: 25px;
}

@media (max-width: 767.98px) {
  .comments-box {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.comments-avatar {
  width: 115px;
  flex: 0 0 auto;
}

.comments-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.comments-text .avatar-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.comments-text .avatar-name .name {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.comments-text .avatar-name span {
  font-weight: 500;
  font-size: 15px;
  display: block;
  color: var(--tg-theme-primary);
}

.comments-text p {
  margin-bottom: 15px;
}

.comments-text .reply-btn {
  background: var(--tg-color-gray-3);
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 6px 17px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: var(--tg-theme-secondary);
}

.comments-text .reply-btn:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}

.comment-respond {
  border: 1px solid var(--tg-border-1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 35px 40px 50px;
  background: var(--tg-color-gray-3);
}

@media (max-width: 1199.98px) {
  .comment-respond {
    padding: 35px 25px 50px;
  }
}

.comment-reply-title {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .comment-reply-title {
    font-size: 26px;
  }
}

.comment-form .comment-notes {
  margin-bottom: 15px;
}

.comment-form .form-grp {
  margin-bottom: 15px;
}

.comment-form .form-grp textarea,
.comment-form .form-grp input {
  width: 100%;
  border: 1px solid var(--tg-color-gray-1);
  background: var(--tg-color-white-default);
  font-weight: 400;
  font-size: 15px;
  color: var(--tg-body-color);
  padding: 12px 15px;
  height: 50px;
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.comment-form .form-grp textarea::placeholder,
.comment-form .form-grp input::placeholder {
  font-weight: 400;
  font-size: 15px;
  color: var(--tg-color-gray-4);
}

.comment-form .form-grp textarea {
  min-height: 130px;
  max-height: 130px;
}

.comment-form .checkbox-grp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 25px 0;
}

.comment-form .checkbox-grp input {
  width: 22px;
  margin-right: 9px;
  height: 22px;
  cursor: pointer;
}

.comment-form .checkbox-grp label {
  font-weight: 400;
  font-size: 14px;
  color: var(--tg-body-color);
  user-select: none;
}

.comment-form .btn::after {
  display: none;
}

.pagination-wrap .pagination {
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination-wrap .pagination .page-link {
  margin-left: 0;
  padding: 0 0;
  color: var(--tg-body-color);
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  width: 20px;
  height: 20px;
  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-1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: transparent;
}


.pagination-wrap .pagination .page-link:hover {
  color: var(--tg-color-white-default);
  background-color: var(--tg-theme-secondary);
  border-color: var(--tg-theme-secondary);
}

.pagination-wrap .pagination .page-link:focus {
  color: var(--tg-color-white-default);
  background-color: var(--tg-theme-secondary);
  border-color: var(--tg-theme-secondary);
  outline: 0;
  box-shadow: none;
}

.pagination-wrap .pagination .page-item.active .page-link {
  color: var(--tg-color-white-default);
  background-color: var(--tg-theme-secondary);
  border-color: var(--tg-theme-secondary);
}

/*=============================
    20. Contact
===============================*/
.contact__area {
  padding: 120px 0;
}

@media (max-width: 767.98px) {
  .contact__area {
    padding: 100px 0;
  }
}

.contact-map {
  width: 100%;
  height: 490px;
  margin-bottom: 70px;
}

@media (max-width: 767.98px) {
  .contact-map {
    height: 400px;
  }
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .contact__content {
    margin-bottom: 50px;
  }
}

.contact__info .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  .contact__info .list-wrap li {
    margin-bottom: 30px;
  }
}

.contact__info .list-wrap li:last-child {
  margin-bottom: 0;
}

.contact__info .list-wrap li .icon {
  width: 60px;
  height: 60px;
  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%;
  line-height: 0;
  color: var(--tg-theme-secondary);
  font-size: 30px;
  flex: 0 0 auto;
}

.contact__info .list-wrap li .content .title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}

.contact__info .list-wrap li .content p {
  margin-bottom: 0;
  font-weight: 500;
}

.contact__info .list-wrap li .content a {
  color: var(--tg-body-color);
  font-weight: 500;
}

.contact__info .list-wrap li .content a:hover {
  color: var(--tg-theme-primary);
}

.contact__form-wrap {
  background: var(--tg-color-gray-3);
  border: 1px solid var(--tg-border-1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 35px 40px 40px;
  margin-left: 30px;
}

@media (max-width: 1199.98px) {
  .contact__form-wrap {
    padding: 35px 20px 40px;
    margin-left: 0;
  }
}

.contact__form-wrap .title {
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .contact__form-wrap .title {
    font-size: 28px;
    margin-bottom: 8px;
  }
}

.contact__form-wrap p {
  margin-bottom: 15px;
}

.contact__form-wrap form .row {
  --bs-gutter-x: 10px;
}

.contact__form-wrap form .form-grp {
  margin-bottom: 10px;
}

.contact__form-wrap form .form-grp input {
  width: 100%;
  background: var(--tg-color-white-default);
  border: 1px solid var(--tg-color-gray-1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 14px 15px;
  font-size: 15px;
  color: var(--tg-theme-secondary);
  height: 50px;
}

.contact__form-wrap form .form-grp input::placeholder {
  font-size: 15px;
  color: var(--tg-body-color);
}

.contact__form-wrap form .form-grp textarea {
  width: 100%;
  background: var(--tg-color-white-default);
  border: 1px solid var(--tg-color-gray-1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 14px 15px;
  font-size: 15px;
  color: var(--tg-theme-secondary);
  display: block;
  min-height: 130px;
  max-height: 130px;
}

.contact__form-wrap form .form-grp textarea::placeholder {
  font-size: 15px;
  color: var(--tg-body-color);
}


.orderby {
  background-color: transparent;
  border: 1px solid #D0D6E1;
  color: #667594;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  padding: 15px 40px 15px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1.2;
  height: 50px;
  cursor: pointer;
}

.orderby::after {
  content: "\f106";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: flaticon;
  font-weight: 400;
  right: 10px;
  font-size: 24px;
  color: var(--tg-theme-secondary);
}



.contact__form-wrap form .checkbox-grp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  margin: 15px 0 25px;
}

.contact__form-wrap form .checkbox-grp input {
  width: 22px;
  margin-right: 9px;
  height: 22px;
  cursor: pointer;
}

.contact__form-wrap form .checkbox-grp label {
  font-weight: 400;
  font-size: 14px;
  color: var(--tg-body-color);
  user-select: none;
}

.contact__form-wrap form .btn::after {
  display: none;
}

.ajax-response.error,
.ajax-response.success {
  margin: 20px 0 0 !important;
}

.ajax-response.error {
  color: red;
}

.ajax-response.success {
  color: green;
}

/*=============================
    22. 404 Error
===============================*/
.error-area {
  padding: 120px 0;
}

@media (max-width: 767.98px) {
  .error-area {
    padding: 100px 0;
  }
}

.error-content {
  text-align: center;
}

.error-content svg {
  width: 648px;
  color: var(--tg-theme-primary);
  margin-bottom: 45px;
}

@media (max-width: 1199.98px) {
  .error-content svg {
    width: 600px;
  }
}

@media (max-width: 991.98px) {
  .error-content svg {
    width: 500px;
  }
}

@media (max-width: 767.98px) {
  .error-content svg {
    width: 100%;
    margin-bottom: 30px;
  }
}

.error-content .title {
  margin-bottom: 10px;
  font-size: 48px;
}

@media (max-width: 1199.98px) {
  .error-content .title {
    font-size: 42px;
  }
}

@media (max-width: 991.98px) {
  .error-content .title {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .error-content .title {
    font-size: 36px;
  }
}

.error-content .title p {
  margin-bottom: 35px;
}




/*=============================
    23. Footer
===============================*/
.footer-area {
  position: relative;
  overflow: hidden;
}

.footer__area-two {
  background: var(--tg-color-dark-blue);
}

.footer__area-three {
  background: var(--tg-color-dark-blue);
}

.footer__area-four {
  background: var(--tg-color-dark-blue);
  position: relative;
  z-index: 1;
}

.footer-top {
  padding: 120px 0 70px;
}

@media (max-width: 767.98px) {
  .footer-top {
    padding: 100px 0 50px;
  }
}

.footer-top .row>*:nth-child(2) .footer-widget {
  margin-left: 50px;
}

@media (max-width: 991.98px) {
  .footer-top .row>*:nth-child(2) .footer-widget {
    margin-left: 0;
  }
}

.footer-top .row>*:nth-child(3) .footer-widget {
  margin-left: 70px;
}

@media (max-width: 991.98px) {
  .footer-top .row>*:nth-child(3) .footer-widget {
    margin-left: 0;
  }
}

.footer__top-two {
  padding: 60px 0 30px;
}

.footer__top-two .fw-title {
  color: var(--tg-color-white-default);
}

.footer__top-two .footer-link-list .list-wrap li a {
  font-weight: 700;
  color: var(--tg-color-gray-2);
}

.footer__top-two .row>*:nth-child(3) .footer-widget {
  margin-left: 65px;
}

@media (max-width: 991.98px) {
  .footer__top-two .row>*:nth-child(3) .footer-widget {
    margin-left: 0;
  }
}

.footer__top-three {
  padding: 110px 0 70px;
}

@media (max-width: 767.98px) {
  .footer__top-three {
    padding: 90px 0 40px;
  }
}

.footer__top-three .fw-title {
  color: var(--tg-color-white-default);
}

.footer__top-three .footer-link-list .list-wrap li a {
  color: var(--tg-color-gray-2);
}

.footer__top-three .footer-info-list .list-wrap li .icon,
.footer__top-three .footer-info-list .list-wrap li p,
.footer__top-three .footer-info-list .list-wrap li a {
  color: var(--tg-color-gray-2);
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-content p {
  margin-bottom: 25px;
}

.footer__content-two {
  width: 80%;
}

@media (max-width: 991.98px) {
  .footer__content-two {
    width: 100%;
  }
}

.footer__content-two>p {
  color: var(--tg-color-gray-2);
  margin-bottom: 15px;
  font-weight: 700;
}

.footer-social .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}

.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: #EAF1F4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
  color: var(--tg-heading-color);
}

.footer-social .list-wrap li a:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}

.footer__social-two {
  flex-grow: 1;
}

.footer__social-two .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 991.98px) {
  .footer__social-two .list-wrap {
    justify-content: center;
  }
}

.footer__social-two .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: #235967;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  color: var(--tg-color-gray-2);
}

.footer__social-two .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

.footer__social-three .title {
  display: block;
  color: #60909c;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.footer__social-three .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__social-three .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: #187389;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  color: var(--tg-color-gray-2);
}

.footer__social-three .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

.footer-info-list .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

.footer-info-list .list-wrap li .icon {
  font-size: 24px;
  line-height: 0;
}

.footer-info-list .list-wrap li,
a {
  color: #ffffff;
}

#address {
  color: #ffffff;

}

.footer-info-list .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}

.footer-info-list .list-wrap li:last-child {
  margin-bottom: 0;
}

.footer-info-list .list-wrap li .content p {
  margin-bottom: 0;
}

.footer-link-list .list-wrap li {
  margin-bottom: 10px;
}

.footer-link-list .list-wrap li:last-child {
  margin-bottom: 0;
}

.footer-link-list .list-wrap li a {
  color: var(--tg-color-gray-1);
  position: relative;
}

.footer-link-list .list-wrap li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: var(--tg-theme-primary);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}

.footer-link-list .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}

.footer-link-list .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-instagram .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.footer-instagram .list-wrap li a img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 10px;
}

.footer-bottom {
  background: var(--tg-color-gray-3);
  border-top: 1px solid var(--tg-border-1);
  padding: 35px 0;
}

@media (max-width: 767.98px) {
  .footer-bottom {
    padding: 25px 0;
  }
}

.footer__bottom-two {
  border-top: 1px solid #272A68;
  padding: 40px 0;
}

@media (max-width: 767.98px) {
  .footer__bottom-two {
    padding: 30px 0;
  }
}

.footer__bottom-three {
  border-top: 1px solid #272A68;
  padding: 40px 0;
}

@media (max-width: 767.98px) {
  .footer__bottom-three {
    padding: 25px 0;
  }
}

@media (max-width: 767.98px) {
  .footer__bottom-three .fw-logo {
    text-align: center;
    margin-bottom: 20px;
  }
}

.footer__bottom-three .copyright-text {
  text-align: right;
}

@media (max-width: 767.98px) {
  .footer__bottom-three .copyright-text {
    text-align: center;
  }
}

.footer__bottom-three .copyright-text p {
  color: #5F6196;
}

.footer__bottom-three .copyright-text p a {
  color: #5F6196;
}

.footer__bottom-four {
  border-top: 1px solid #272A68;
  padding: 65px 0;
}

@media (max-width: 991.98px) {
  .footer__bottom-four {
    padding: 25px 0;
  }
}

.footer__bottom-four .copyright-text {
  text-align: right;
}

@media (max-width: 991.98px) {
  .footer__bottom-four .copyright-text {
    text-align: center;
  }
}

.footer__bottom-four .copyright-text p {
  color: #5F6196;
}

.footer__bottom-four .copyright-text p a {
  color: #5F6196;
}

.footer-newsletter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-newsletter p {
  color: --tg-color-gray-1;
}

@media (max-width: 991.98px) {
  .footer-newsletter {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .footer-newsletter {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.footer-newsletter .title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .footer-newsletter .title {
    font-size: 18px;
  }
}

.footer-newsletter form {
  position: relative;
  flex-grow: 1;
}

.footer-newsletter form input {
  width: 100%;
  border: 1px solid var(--tg-border-1);
  background: var(--tg-color-white-default);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 0;
  color: var(--tg-theme-secondary);
  padding: 16px 140px 16px 22px;
  height: 50px;
}

.footer-newsletter form input::placeholder {
  font-size: 14px;
  text-transform: capitalize;
  color: #667594;
}

.footer-newsletter .btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 0;
}

.footer-newsletter .btn::after {
  display: none;
}

.footer__newsletter-two {
  padding: 80px 0 60px;
  border-bottom: 1px solid #272A68;
}

@media (max-width: 767.98px) {
  .footer__newsletter-two {
    padding: 60px 0 50px;
  }
}

.footer__newsletter-three {
  width: 90%;
}

@media (max-width: 767.98px) {
  .footer__newsletter-three {
    width: 100%;
  }
}

.footer__newsletter-three .title {
  margin-bottom: 20px;
  color: var(--tg-color-white-default);
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .footer__newsletter-three .title br {
    display: none;
  }
}

.footer__newsletter-three form {
  margin-bottom: 25px;
}

.footer__newsletter-three form input {
  background: #212356;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-color-white-default);
  padding: 15px 25px;
  height: 50px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.footer__newsletter-three form input::placeholder {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #595B81;
}

.footer__newsletter-three form .btn {
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  justify-content: center;
}

.footer__newsletter-three form .btn::after {
  display: none;
}

.footer__newsletter-four {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 25px;
}

@media (max-width: 991.98px) {
  .footer__newsletter-four {
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .footer__newsletter-four {
    flex-wrap: wrap;
  }
}

.footer__newsletter-four .title {
  margin-bottom: 0;
  color: var(--tg-color-white-default);
  font-size: 24px;
}

.footer__newsletter-four form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-grow: 1;
}

@media (max-width: 767.98px) {
  .footer__newsletter-four form {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.footer__newsletter-four form input {
  flex-grow: 1;
  border: none;
  background: var(--tg-color-white-default);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-theme-secondary);
  padding: 15px 25px;
  height: 50px;
}

.footer__newsletter-four form input::placeholder {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #667594;
}

.footer__newsletter-four form .btn {
  width: 127px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.footer__newsletter-four form .btn::after {
  display: none;
}

.footer__newsletter-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

@media (max-width: 1199.98px) {
  .footer__newsletter-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}

.footer__newsletter-inner .title {
  margin-bottom: 0;
  color: var(--tg-color-white-default);
  font-size: 24px;
  text-transform: capitalize;
  width: 20%;
  margin-right: 30px;
}

@media (max-width: 1199.98px) {
  .footer__newsletter-inner .title {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}

.footer__newsletter-inner form {
  position: relative;
  width: 620px;
}

.footer__newsletter-inner form input {
  width: 100%;
  background: var(--tg-color-white-default);
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: var(--tg-fw-bold);
  color: var(--tg-theme-secondary);
  padding: 20px 145px 20px 28px;
  height: 50px;
}

.footer__newsletter-inner form input::placeholder {
  font-size: 14px;
  font-weight: var(--tg-fw-bold);
  color: #667594;
  text-transform: capitalize;
}

.footer__newsletter-inner form .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.footer__newsletter-inner form .btn::after {
  display: none;
}

.footer-shape img {
  position: absolute;
  z-index: -1;
}

.footer-shape img:nth-child(1) {
  left: 0;
  bottom: 0;
}

.footer-shape img:nth-child(2) {
  right: 0;
  top: 0;
}

.footer-shape img:nth-child(3) {
  right: 6%;
  top: 30%;
}

@media (max-width: 991.98px) {
  .footer-shape img:nth-child(3) {
    right: 11%;
    top: 24%;
  }
}

.footer-shape-two img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}

.fw-logo img {
  max-height: 45px;
}

#address p {
  color: #b3c1c7;
}

.fw-title {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 18px;
}

.fw-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);
}

.footer-info-two .list-wrap li .icon {
  color: var(--tg-color-gray-2);
}

.footer-info-two .list-wrap li .content a {
  font-weight: 700;
  color: var(--tg-color-gray-2);
}

.footer-info-two .list-wrap li .content a:hover {
  color: var(--tg-theme-primary);
}

.footer-info-two .list-wrap li .content p {
  font-weight: 700;
  color: var(--tg-color-gray-2);
}

@media (max-width: 991.98px) {
  .copyright-text {
    text-align: center;
  }
}

.copyright-text p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.copyright-text p a {
  color: var(--tg-body-color);
}

.copyright-text p a:hover {
  color: var(--tg-theme-primary);
}

.copyright-text a {
  color: var(--tg-body-color);
  font-size: 14px;
  font-weight: 500;
}

.copyright-text a:hover {
  color: var(--tg-theme-primary);
}

.copyright-text-two p {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #90b0ba;
}

.copyright-text-two p a {
  color: #badbe8;
}

.copyright-text-two p a:hover {
  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);
  }
}

@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;
  }
}

.login__area-one {
  padding: 120px 0px 250px 0px;
  background-image: url(../img/login/bg-login.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.box-form-login {
  background-color: var(--tg-color-gray-3);
  max-width: 579px;
  margin: auto;
  padding: 63px 61px;
  border: 1px solid var(--tg-border-1);
  border-radius: 8px;
}

.box-form-login .form-group {
  margin-bottom: 24px;
  position: relative;
}

.box-form-login .form-control {
  padding: 22px 26px;
}

.box-form-login .form-control::placeholder {
  color: var(--tg-border-5);
  font-size: 15px;
  font-weight: 400;
}

.box-form-login .form-control.account {
  background-image: url(../img/login/account.svg);
  background-repeat: no-repeat;
  background-position: right 26px center;
}

.box-form-login .form-control.email-address {
  background-image: url(../img/register/email.svg);
  background-repeat: no-repeat;
  background-position: right 26px center;
}

.box-form-login .view-password {
  background-image: url(../img/login/view.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
  z-index: 12;
}

.form-login {
  position: relative;
}

.text-or {
  position: relative;
  text-align: center;
  margin: 34px 0px 48px 0px;
  border-top: 1px solid var(--tg-color-gray-2);
}

.text-or span {
  padding: 5px 11px;
  background-color: var(--tg-color-gray-3);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: var(--tg-color-body-color);
  text-transform: capitalize;
  margin: auto;
  max-width: 41px;
  left: 0px;
  right: 0px;
}

.text-48-bold {
  font-size: 48px;
  line-height: 65px;
  font-weight: bold;
}

.box-login-with {
  margin-top: 35px;
}

.box-forgot-pass {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.box-forgot-pass * {
  color: var(--tg-color-body-color);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.box-forgot-pass span {
  padding-left: 0px;
  overflow: hidden;
  display: block;
}

.cb-remember {
  float: left;
  margin: 4px 10px 0px 0px;
}

.form-login .link-bold {
  font-weight: bold;
}

.form-login .link-bold:hover {
  color: var(--tg-theme-secondary);
}

.header-border-bottom {
  border-bottom: 1px solid var(--tg-color-gray-2);
}

@media (max-width: 575px) {
  .box-form-login {
    padding: 23px 21px;
  }

  .box-form-login .form-control.account,
  .box-form-login .form-control.email-address {
    background-position: right 12px center;
  }

  .box-form-login .view-password {
    right: 14px;
  }

  .box-form-login .form-control {
    padding: 22px 40px 22px 16px;
  }

  .text-48-bold {
    font-size: 35px;
    line-height: 50px;
  }
}

@media (max-width: 375px) {
  .text-48-bold {
    font-size: 25px;
    line-height: 40px;
  }
}

.register__area-one {
  padding: 120px 0px 250px 0px;
  background-image: url(../img/register/bg-register.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.forgot__area-one {
  padding: 120px 0px 250px 0px;
  background-image: url(../img/forgot/bg-forgot.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.text-16-semibold {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

.form-forgot .text-infos {
  padding: 0px 0px 0px 29px;
  background-image: url(../img/forgot/info.svg);
  background-repeat: no-repeat;
  background-position: left center;
  color: var(--tg-body-color);
  margin-bottom: 0px;
}

.form-forgot .alert-warning {
  background-color: var(--tg-color-yellow-light-3);
  padding: 15px 24px;
  margin-bottom: 24px;
  border: 0px;
}

.border-btn.btn-login {
  padding: 19px 26px;
}

.border-btn.btn-login svg {
  fill: var(--tg-body-color);
  width: 16px;
  margin-right: 8px;
}

.border-btn.btn-login:hover svg {
  fill: var(--tg-color-white-default);
}

.border-btn.btn-login::after {
  display: none;
}

.slider_baner_home6 .slider__bg {
  opacity: 1;
}

.slider_baner_home6 .banner__content-three {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding: 60px 60px 60px 80px;
  margin: 60px 0px 60px 60px;
}

.slider_baner_home6 .banner__content-three .title {
  margin-bottom: 10px;
}

.slider_baner_home6 .banner__content-three p {
  margin-bottom: 30px;
}

.slider_baner_home6 .slider__single {
  max-height: 693px;
  background-color: transparent;
}

.slider_baner_home6 .slider__single::before {
  display: none;
}

.text-stroke-2 {
  color: #FDBE39;
  text-shadow: -1px -1px 0 #E08B00, 1px -1px 0 #E08B00, -1px 1px 0 #E08B00, 1px 1px 0 #E08B00;
  font-size: 70px;
  font-weight: bold;
  line-height: 70px;
}

.text-25-years {
  padding: 20px 30px 20px 40px;
  display: flex;
  align-items: flex-start;
  width: fit-content;
  background-color: var(--tg-color-gray-3);
  border-radius: 50px 0px 50px 50px;
  position: absolute;
  top: 50%;
  left: -175px;
  z-index: 123;
  transform: translateY(-50%) rotate(-90deg);
}

.text-experience {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px;
  padding-left: 10px;
}

.slider__area {
  position: relative;
}

.box-button-slider-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1234;
  padding-bottom: 50px;
}

.box-button-slider-bottom .testimonial__nav-four {
  justify-content: flex-end;
}

.services__item-six {
  border: 0px;
  box-shadow: none;
  display: flex;
  align-items: flex-start;
  padding: 0px;
  margin-bottom: 55px;
}

.services__item-six .services__icon-five {
  min-width: 78px;
  margin-right: 15px;
  margin-top: 18px;
}

.services__item-six .services__content-five {
  width: 100%;
  text-align: left;
}

.services__item-six .icon {
  transition: all 0.3s ease-out 0s;
}

.services__item-six:hover .icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  transition: all 0.3s ease-out 0s;
}

.services__item-wrap-two .row [class*=col-]:nth-child(odd) .services__item-six {
  margin-bottom: 30px;
  margin-top: 0px;
}

.all_services__area-six {
  background-color: var(--tg-heading-color);
  background-image: url(../img/home6/bg-offer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 112px 0px;
  text-align: center;
  color: var(--tg-color-white-default);
}

.all_services__area-six h2 {
  font-size: 48px;
  line-height: 63px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.all_services__area-six p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.card-team-area-six {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid var(--tg-border-1);
  border-radius: 15px;
  background-color: var(--tg-color-white-default);
  overflow: hidden;
  margin-bottom: 30px;
}

.card-team-area-six .card-image {
  min-width: 265px;
  max-width: 265px;
  width: 100%;
  background-color: var(--tg-color-yellow-light);
  position: relative;
}

.card-team-area-six .card-image::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/home6/bg-card-team.png) no-repeat top left;
  z-index: 1;
}

.card-team-area-six .card-image img {
  position: relative;
  z-index: 2;
  max-height: 305px;
  margin-top: 15px;
  margin-left: 10px;
}

.card-team-area-six .card-image .btn-share {
  background-color: var(--tg-color-white-default);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  right: 17px;
  z-index: 4;
  text-align: center;
  line-height: 48px;
}

.card-team-area-six .card-image .btn-share img {
  margin: 0px;
}

.card-team-area-six .card-info {
  width: 100%;
  padding: 20px 20px 20px 30px;
}

.card-team-area-six .card-info .card-title {
  margin-bottom: 28px;
}

.card-team-area-six .card-info .card-title a {
  color: var(--tg-heading-color);
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.card-team-area-six .card-info .card-dept {
  color: var(--tg-theme-primary);
  font-size: 16px;
  line-height: 16px;
  margin: 10px 0px;
}

.card-team-area-six .card-info .card-desc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--tg-body-color);
  margin-bottom: 28px;
}

.card-team-area-six .card-info .card-link a {
  text-decoration: underline;
  color: var(--tg-theme-primary);
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.box-need-help {
  position: relative;
}

.box-text-need-help {
  position: absolute;
  bottom: -1px;
  right: 0px;
  padding: 32px;
  background-color: var(--tg-heading-color);
  color: var(--tg-color-white-default);
  max-width: 297px;
}

.box-text-need-help h6 {
  color: var(--tg-theme-primary);
  margin-top: 15px;
  margin-bottom: 13px;
}

.box-text-need-help p {
  color: var(--tg-color-white-default);
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0px;
}

.accordion-button {
  border-bottom: 0px;
  padding: 23px 54px 23px 34px;
  border: 0px;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: var(--tg-color-white-default);
}

.accordion-button:hover {
  color: var(--tg-color-white-default);
}

.accordion-button.collapsed {
  border-bottom: 1px solid var(--tg-border-1);
  background-color: var(--tg-theme-primary);
}

.accordion-button:focus {
  border-color: var(--tg-border-1);
}

.accordion-collapse {
  border: 0px;
  background-color: var(--tg-theme-primary);
}

.accordion-collapse .accordion-body {
  padding: 0px;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 0px;
  padding-bottom: 25px;
  color: var(--tg-color-white-default);
}

.accordion-button:not(.collapsed) {
  background-color: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  box-shadow: none;
}

.accordion {
  position: relative;
}

.accordion-item {
  border: 0px;
  overflow: hidden;
  margin-bottom: 8px;
  border-radius: 16px !important;
}

.accordion-item:first-of-type {
  border-radius: 16px !important;
}

.accordion-button::after {
  background-image: url(../img/home6/plus.svg);
  transform: rotate(0deg);
  background-position: center;
  background-color: var(--tg-theme-primary);
  border-radius: 4px;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  right: 20px;
  position: absolute;
  z-index: 12;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/home6/plus.svg);
  background-color: var(--tg-theme-primary);
}

.box-faq-right {
  padding-right: 20px;
}

.box-faq-right123 {
  padding-right: 0px;
}

.box-faq-right .title {
  text-align: center;
}

.box-faq-right .desc {
  text-align: center;

}

.marketing_expert__area_six {
  padding: 125px 0px 0px 0px;
  background-color: var(--tg-color-gray-3);
  background-image: url(../img/home6/bg-marketing.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 130px;
}

.footer__content-two>.color-white {
  color: var(--tg-color-white-default);
}

.footer__content-two .mb-40 {
  margin-bottom: 40px;
}

.box-video {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.box-video::before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/home6/trans.png);
  position: absolute;
  z-index: 2;
}

.box-video .bnt-play {
  position: absolute;
  top: 0px;
  z-index: 12;
  height: 114px;
  width: 114px;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 0px;
}

.box-video-small {
  margin-top: 0px;
  position: relative;
  bottom: -130px;
}

.item-video-small {
  display: flex;
  background-color: var(--tg-heading-color);
  border-radius: 16px;
  overflow: hidden;
}

.video-small-left {
  width: 100%;
  padding: 46px;
}

.video-small-right {
  max-width: 392px;
  min-width: 392px;
}

.video-small-right .box-video {
  border-radius: 0px;
}

.video-small-right .box-video::before {
  display: none;
}

.video-small-right .bnt-play {
  height: 70px;
  width: 70px;
}

.video-small-left-inner {
  display: flex;
  align-items: center;
}

.video-small-left-inner .video-small-left-1 {
  border-radius: 17px;
  background-color: var(--tg-theme-primary);
  padding: 29px;
  min-width: 139px;
  margin-right: 20px;
  text-align: center;
}

.video-small-left-inner .video-small-left-1 * {
  color: var(--tg-color-white-default);
}

.video-small-left-inner .video-small-left-1 h3 {
  font-size: 48px;
  line-height: 48px;
}

.video-small-left-inner .video-small-left-1 p {
  margin-bottom: 0px;
}

.video-small-left-inner .video-small-left-2 * {
  color: var(--tg-color-white-default);
}

.video-small-left-inner .video-small-left-2 h3 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 13px;
}

.footer__newsletter-six {
  position: relative;
  flex-wrap: wrap;
  gap: 10px;
}

.footer__top-two .color-white {
  color: var(--tg-color-white-default);
}

.text-subscribe {
  margin-bottom: 0px;
  width: 100%;
}

.footer__area-six .footer__content-two {
  max-width: 476px;
}

.footer__area-six .copyright-text-two p {
  text-align: left;
}

.text-stroke {
  color: var(--tg-color-dark-blue);
  text-shadow: 1px 1px 0 var(--tg-color-white-default), -1px -1px 0 var(--tg-color-white-default), 1px -1px 0 var(--tg-color-white-default), -1px 1px 0 var(--tg-color-white-default), 1px 1px 0 var(--tg-color-white-default);
  font-size: 60px;
  letter-spacing: 4px;
}

.partners__area-six {
  background-color: var(--tg-color-dark-blue);
  padding: 49px 0px;
}

.slider__partner {
  width: auto !important;
}

.slider__partner h4 {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.slider__partner h4 img {
  margin: 0px 25px;
}

.choose__area-six {
  padding: 54px 0px;
}

.choose__area-six .choose__img-wrap-five {
  text-align: center;
  position: relative;
}

.choose__area-six .choose__img-wrap-five .alltuchtopdown {
  z-index: 1;
  left: auto;
  right: 0%;
  bottom: 15%;
}

.choose__area-six .choose__img-wrap-five .shape-left {
  position: absolute;
  left: -10px;
  right: auto;
  top: 4%;
  box-shadow: none;
}

.choose__area-six .choose__img-wrap-five .shape-bottom-left {
  position: absolute;
  left: -10px;
  right: auto;
  bottom: -10px;
}

.choose__area-six .choose__img-wrap-five .shape-top-right {
  position: absolute;
  top: -40px;
  right: 30px;
  z-index: -1;
}

.our_team__area-six {
  padding: 124px 0px 0px 0px;
}

.faqs__area-six {
  padding: 54px 0px 54px 0px;
  background-image: url(../img/home6/bg-faq.svg);
  background-repeat: no-repeat;
  background-position: left bottom -120px;
  position: relative;
}

.faqs__area-six .circle {
  background-image: url(../img/home6/circle-faq.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 52px;
  width: 52px;
  position: absolute;
  left: 5%;
  top: 180px;
}

.faqs-change {
  padding: 50px 0;
}

.marketing_expert__area_six .shape-top-right {
  position: absolute;
  top: -30px;
  right: -20px;
}

.services__item-style-2 .services__item-five {
  text-align: left;
  padding: 45px 30px 30px 30px;
}

.services__item-style-2 .services__item-five .services__icon-five {
  margin-left: 15px;
}

.services__item-style-2 .services__item-five .services__content-five p {
  min-height: 120px;
}

.footer-payments img {
  margin: 0px 5px 9px 0px;
}

.link-gray {
  color: var(--tg-body-color);
}

.services__area-home7 {
  background-color: var(--tg-color-gray-3);
  background-image: url(../img/home7/bg-service.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-60-bold,
.banner-two-col .section-title .title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
}

.text-60-bold span,
.banner-two-col .section-title .title span {
  font-weight: 300;
}

.item-author-more {
  display: inline-block;
  height: 64px;
  width: 64px;
  border: 1px solid var(--tg-theme-primary);
  border-radius: 50%;
  text-align: center;
  line-height: 65px;
  margin-left: -5px;
  background-color: var(--tg-color-white-default);
  font-size: 16px;
  font-weight: 600;
}

.box-authors {
  display: flex;
  align-items: center;
  position: relative;
}

.box-authors img {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  margin-right: -30px;
}

.box-img-author {
  position: relative;
}

.text-trusted-author {
  font-size: 24px;
  line-height: 32px;
  color: var(--tg-heading-color);
  font-weight: 600;
  padding-left: 20px;
  max-width: 268px;
}

.text-42-bold {
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
}

.text-need-help {
  font-size: 24px;
  line-height: 24px;
  color: var(--tg-color-white-default);
}

.text-phone {
  color: var(--tg-color-white-default);
}

.slide__home7 {
  position: relative;
}

.box-info-contact {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: var(--tg-heading-color);
  padding: 52px;
}

.brand__area-home7 {
  padding-top: 117px;
}

.main-img-why {
  position: relative;
}

.main-img-why .play-btn {
  background: var(--tg-color-white-default);
  width: 114px;
  height: 114px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 10px;
  right: 0px;
  bottom: 0px;
  z-index: 12;
  border-radius: 50%;
  margin: auto auto auto 150px;
}

.main-img-why .play-btn i {
  font-size: 43px;
  color: var(--tg-heading-color);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  height: 43px;
  width: 38px;
}

.whychoose__area-home7 {
  padding-top: 0px;
}

.icon-line {
  position: absolute;
  bottom: 15%;
  left: 3%;
  z-index: 1;
}

.icon-star {
  position: absolute;
  top: 30%;
  right: 10%;
  z-index: 1;
}

.icon-snow {
  position: absolute;
  top: 15%;
  left: 10%;
  z-index: 1;
}

.steps__area-seven {
  background-color: var(--tg-heading-color);
  padding: 118px 0px 78px 0px;
}

.steps__area-seven * {
  color: var(--tg-color-white-default);
}

.journey_area-seven {
  padding: 85px 0px 0px 0px;
  background-color: var(--tg-heading-color);
  background-image: url(../img/home7/bg-journey.png);
  margin-bottom: 200px;
  background-position: top center;
}

.journey_area-seven .section-title h2,
.journey_area-seven .section-title p {
  color: var(--tg-color-white-default);
}

.journey_area-seven .section-title p {
  margin-bottom: 25px;
}

.franchise-salient-left {
  position: relative;
}

.box-counter-home7 {
  background-color: var(--tg-color-white-default);
  border-radius: 16px;
  -ms-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 5px 0px 5px;
  bottom: 0px;
  display: inline-block;
  width: 95.5%;
  position: absolute;
}

.box-counter-home7 .counter-item {
  gap: 13px;
}

.card-step .card-icon {
  height: 78px;
  width: 69px;
  background-image: url(../img/home7/bg-step.svg);
  background-repeat: no-repeat;
  text-align: center;
  line-height: 78px;
  margin-bottom: 24px;
}

.card-step .card-icon * {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.card-step .card-info h5,
.card-step .card-info p {
  color: var(--tg-color-white-default);
  margin-bottom: 24px;
}

.card-step .card-info p {
  margin-bottom: 40px;
}

.card-step .card-info .link-readmore {
  color: var(--tg-color-white-default);
}

.card-step .card-info .link-readmore svg {
  margin-left: 5px;
}

.mw-460 {
  max-width: 460px;
}

.slider_testimonial_home7 {
  position: relative;
  padding-top: 90px;
}

.slider_testimonial_home7 .quote-review {
  position: absolute;
  top: 0px;
  right: 20px;
  z-index: 12;
}

.item-testimonial {
  max-width: 1100px;
  /* padding-left: 50px;
  padding-right: 50px; */
  margin: auto;
  display: flex;
}

.item-testimonial .item-testimonial-left {
  min-width: 300px;
  padding: 0px 10px;
  text-align: center;
}

.item-testimonial .item-testimonial-left .author-testimonial img {
  height: 87px;
  width: 87px;
  border-radius: 50%;
  margin-bottom: 5px;
}

.item-testimonial .item-testimonial-left .author-testimonial .info-author-review .name-review {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}

.item-testimonial .item-testimonial-left .author-testimonial .info-author-review .review-dept {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: var(--tg-theme-primary);
}

.item-testimonial .item-testimonial-left .author-testimonial .info-author-review .brand-review {
  margin-top: 32px;
  opacity: 0.5;
}

.item-testimonial .item-testimonial-right p {
  font-size: 24px;
  line-height: 30px;
  color: var(--tg-body-color);
  font-weight: 500;
}

.testimonials_area-seven {
  padding-bottom: 130px;
}

.testimonials_area-seven .testimonial__nav-four .testimonial-two-button-prev,
.testimonials_area-seven .testimonial__nav-four .testimonial-two-button-next {
  position: absolute;
  top: 50%;
  z-index: 123;
  margin-top: -25px;
  background-color: var(--tg-color-white-default);
  border: 1px solid var(--tg-border-1);
}

.testimonials_area-seven .testimonial__nav-four .testimonial-two-button-prev:hover,
.testimonials_area-seven .testimonial__nav-four .testimonial-two-button-next:hover {
  background-color: var(--tg-theme-primary);
}

.testimonials_area-seven .testimonial__nav-four .testimonial-two-button-prev {
  left: 0px;
}

.testimonials_area-seven .testimonial__nav-four .testimonial-two-button-next {
  right: 0px;
}

.testimonials_area-seven .swiper-pagination {
  bottom: 0px;
}

.testimonials_area-seven .swiper-container {
  padding-bottom: 40px;
}

.testimonials_area-seven .swiper-pagination-bullet {
  background-color: var(--tg-color-gray-2);
}

.testimonials_area-seven .swiper-pagination-bullet-active {
  background-color: var(--tg-heading-color);
}

.about__award-box-two-rel {
  position: relative;
}

.about__award-box-two2 {
  bottom: 115px;
}

.box-yellow-about {
  background-color: var(--tg-color-yellow-light);
  padding: 50px;
  border-radius: 32px;
}

@media (max-width: 1199px) {

  .banner-two-col .banner-col-1,
  .banner-two-col .banner-col-2 {
    width: 50%;
  }
}

@media (max-width: 992px) {

  .banner-two-col,
  .item-video-small {
    flex-wrap: wrap;
  }

  .video-small-right {
    max-width: 100%;
    min-width: 100%;
  }

  .banner-two-col .banner-col-1,
  .banner-two-col .banner-col-2 {
    width: 100%;
  }

  .item-testimonial {
    padding-left: 0px;
    padding-right: 0px;
  }

  .item-testimonial .item-testimonial-left {
    min-width: 190px;
  }

  .testimonials_area-seven .testimonial__nav-four .testimonial-two-button-next {
    right: -70px;
  }

  .testimonials_area-seven .testimonial__nav-four .testimonial-two-button-prev {
    left: -70px;
  }
}

@media (max-width: 768px) {
  .sidebar__widget {
    display: none;
  }
}

@media (max-width: 768px) {
  .video-small-left {
    padding: 26px;
  }
}

@media (max-width: 575px) {
  .text-25-years {
    padding: 5px 15px 5px 24px;
    border-radius: 50px 0px 50px 50px;
    left: -135px;
  }

  .slider_baner_home6 .banner__content-three {
    padding: 30px 20px 30px 50px;
    margin: 0px 0px 100px 30px;
  }

  .slider_baner_home6 .banner__content-three .title {
    font-size: 30px;
  }

  .card-team-area-six {
    flex-wrap: wrap;
  }

  .card-team-area-six .card-image {
    min-width: 100%;
    max-width: 100%;
  }

  .video-small-left-inner {
    flex-wrap: wrap;
  }

  .video-small-left-inner .video-small-left-1 {
    margin-bottom: 30px;
  }

  .item-testimonial .item-testimonial-right p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 450px) {
  .item-testimonial {
    flex-wrap: wrap;
  }

  .item-testimonial-left {
    width: 100%;
    min-width: 100%;
    margin-bottom: 30px;
  }
}

.banner-two-col {
  background-color: var(--tg-color-gray-3);
}

.banner-two-col .banner-col-1 {
  padding: 80px 0;
  min-height: 646px;
}

.banner-two-col .banner-col-2 {
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
}

.banner-two-col .banner-col-2 .box-button-slider-bottom {
  bottom: 90px;
  left: auto;
  padding-bottom: 0px;
  right: 80px;
}

.services__item-five .icon {
  transition-duration: 0.3s;
}

.services__item-five:hover .icon {
  transform: rotateY(180deg);
  transition-duration: 0.3s;
}

.card-step .card-icon svg {
  transition-duration: 0.3s;
}

.card-step:hover .card-icon svg {
  transform: rotateY(180deg);
  transition-duration: 0.3s;
}

@media only screen and (max-width: 920px) {
  .banner-two-col .banner-col-2 {
    display: none;
  }
}

.card-services-type-01 {
  padding: 30px;
  background-color: var(--tg-color-white-default);
  border: 1px solid var(--tg-color-yellow-light-4);
  text-align: center;
  margin-bottom: 30px;
  border-radius: 15px;
  transition-duration: 0.2s;
}

.card-services-type-01:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1019607843);
  transition-duration: 0.2s;
  transform: translateY(-2px);
  cursor: pointer;
}

.card-services-type-01 .card-icon {
  margin-bottom: 12px;
  height: 58px;
}

.card-services-type-01 .card-icon i,
.card-services-type-01 .card-icon img,
.card-services-type-01 .card-icon svg {
  transition: 0.3s linear;
}

.card-services-type-01 .card-icon:hover i,
.card-services-type-01 .card-icon:hover img,
.card-services-type-01 .card-icon:hover svg {
  transform: rotateY(180deg);
}

.card-services-type-01 .card-info h5 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 20px;
}

.slider_baner_home8 {
  position: relative;
}

.slider_baner_home8 .slider__bg {
  min-height: 778px;
  z-index: 1;
  opacity: 1;
  mix-blend-mode: normal;
}

.side-widget-bg {
  background-color: #b1e9f638;
}

.slider_baner_home8 .slider__bg::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--tg-heading-color);
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.8;
}

.slider_baner_home8 .container {
  position: relative;
  z-index: 2;
}

.slider_baner_home8 .slider__single {
  min-height: 778px;
  align-items: flex-start;
}

.slider_baner_home8 .banner__content-three {
  margin-top: 0px;
}

.slider_baner_home8 .banner__content-three p {
  margin-bottom: 45px;
  color: var(--tg-color-white-default);
}

.slider_baner_home8 .banner__content-three .title {
  font-size: 60px;
  line-height: 70px;
  font-weight: bold;
  margin-bottom: 45px;
  color: var(--tg-color-white-default);
}

.slider_baner_home8 .banner__content-three .title span {
  font-weight: 300;
}

.slider__area-home8 {
  position: relative;
  padding: 0px 170px;
}

.slider__area-home8 .box-form-quote {
  position: absolute;
  top: 100px;
  width: auto;
  right: 0px;
  z-index: 12;
}

.slider__area-home8 .box-form-quote .testimonial__form {
  margin: 0px 0px 0px auto;
}

.slider__area-home8 .testimonial__nav-four .testimonial-two-button-prev {
  position: absolute;
  top: 50%;
  left: 60px;
  margin-top: -25px;
}

.slider__area-home8 .box-button-slider-bottom {
  position: static;
  padding: 0px;
  margin: 0px;
}

.slider__area-home8 .box-button-slider-bottom .testimonial__nav-four {
  margin: 0px;
}

.slider__area-home8 .testimonial__nav-four .testimonial-two-button-next {
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -25px;
}

.services__area-home8 {
  position: relative;
  z-index: 1;
  top: -130px;

}

.services__area-home8 .card-services-type-01 {
  background-color: #fafafa;
}

.services__area-home8 :hover .card-services-type-01 {
  background-color: #ffffff;

}

#main-btn {
  top: -100px;
  padding-bottom: -160px;
  margin-bottom: -60px;
}

.card-number-star {
  background-color: var(--tg-color-white-default);
  border-radius: 50px 0px 50px 0px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1725490196);
  display: flex;
  align-items: center;
  padding: 25px;
  max-width: 376px;
  position: absolute;
  bottom: -75px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 4;
}

.card-number-star .number {
  position: relative;
  margin-right: 20px;
}

.card-number-star .content .title {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
}

.card-number-star .content p {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0px;
}

.about__img-wrap-home8 {
  text-align: left;
}

.about__img-wrap-home8 .img-main {
  position: relative;
  z-index: 2;
}

.about__img-wrap-home8.about__img-wrap-seven .shape img {
  right: 7%;
  top: -14%;
}

.team__area-home8 {
  padding-top: 10px;
}

.about__img-wrap-home8.about__img-wrap-four>img {
  border-radius: 0px 40px 0px 40px;
}

.about__img-wrap-home8.about__img-wrap-four>img:nth-child(2) {
  border: 0px;
  border-radius: 40px 0px 40px 0px;
}

.about__img-wrap-home8.about__img-wrap-four .shape img {
  right: auto;
  top: auto;
  left: 30px;
  bottom: -70px;
}

.marketing__area-home8 {
  background-color: var(--tg-color-gray-3);
  background-image: url(../img/home8/wave.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.about__img-wrap2-home8 {
  position: relative;
  display: inline-block;
}

.about__img-wrap2-home8 .shape {
  position: absolute;
  bottom: -40px;
  right: -40px;
  z-index: -1;
}

.about__img-wrap2-home8 .shape-2 {
  position: absolute;
  top: 15%;
  right: -35px;
  z-index: 12;
}

.about__img-wrap3-home8 {
  display: inline-block;
  position: relative;
}

.about__img-wrap3-home8 .btn-play {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 123;
  height: 102px;
  width: 102px;
  margin: auto;
}

.about__img-wrap3-home8 img {
  border-radius: 0px 40px 0px 40px;
}

.card-testimonials {
  position: relative;
}

.card-testimonials .card-image {
  margin-bottom: 45px;
  height: 65px;
  width: 65px;
  overflow: hidden;
  border-radius: 50%;
}

.card-testimonials .card-image img {
  display: block;
  border-radius: 50%;
  height: 65px;
  width: 65px;
  transition: 0.3s linear;
}

.card-testimonials .card-info {
  background-image: url(../img/home8/quote.svg);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 10px 0px;
}

.card-testimonials .card-info .card-position {
  margin-bottom: 17px;
}

.card-testimonials .card-info .rates-review {
  margin-bottom: 23px;
}

.card-testimonials .card-info .card-comment p {
  font-size: 17px;
  line-height: 30px;
}

.testimonials__area-home8 {
  position: relative;
  padding-top: 120px;
}

.box-button-slider-right .testimonial__nav-four {
  justify-content: flex-end;
}

.marketing__area-home8 {
  position: relative;
}

.marketing__area-home8 .shape {
  position: absolute;
  bottom: 24%;
  right: 5%;
  z-index: 0;
}

.marketing__area-home8 .shape-2 {
  position: absolute;
  bottom: 20%;
  right: 2%;
  z-index: 0;
}

.employer-change {
  align-items: normal;
}

@media (max-width: 1399px) {
  .marketing__area-home8 .shape {
    bottom: 2%;
  }

  .marketing__area-home8 .shape-2 {
    bottom: 4%;
  }

  .slider__area-home8 {
    padding: 0px 50px;
  }
}

@media (max-width: 1199px) {
  .slider__area-home8 {
    padding: 0px 0px;
  }
}

@media (max-width: 992px) {
  .footer__area-six .copyright-text-two p {
    text-align: center;
    margin-bottom: 25px;
  }

  .slider__area-home8 .box-form-quote {
    position: relative;
    top: auto;
    right: auto !important;
    display: table;
    margin: auto;
    width: 100%;
  }

  .slider_baner_home8 .slider__single {
    min-height: 558px;
  }

  .slider_baner_home8 .slider__bg {
    min-height: 558px;
  }

  .slider_baner_home8 .banner__content-three {
    margin-bottom: 0px;
  }

  .services__area-home8 {
    top: auto;
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .slider__area-home8 .box-form-quote .testimonial__form {
    border: 1px solid var(--tg-border-9);
    margin-top: 30px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .about__img-wrap-home8 {
    text-align: center;
    padding-bottom: 0px;
  }

  .about__img-wrap2-home8 .text-25-years {
    left: -120px;
  }

  .slider_baner_home8 .banner__content-three .title {
    font-size: 40px;
    line-height: 50px;
  }

  .marketing__area-home8 .shape,
  .marketing__area-home8 .shape-2 {
    display: none;
  }
}

@media (max-width: 575px) {
  .about__img-wrap2-home8 .shape-2 {
    right: -15px;
  }
}

@media (max-width:600px) {
  .choose__tab .nav-tabs {
    gap: 10px;
  }
}

.cookies-section {
  background-color: #036a84d8;
  position: fixed;
  bottom: 0;
  z-index: 10000;
  border-radius: 3px 3px 0 0;
  margin: 0 10px;

}

.cookies-section .cookies-btn {
  padding: 10px 15px;
  border-radius: 5px;
}

.cookies-content img {
  width: 58px;
}

.cookies-section p {
  font-size: 14px;
  color: white;
  padding-left: 45px;
}

.cookies-btns {
  display: flex;

}


.post-tags .list-wrap .cookie-btn1 {
  background-color: #ffa021;
}



.post-tags .list-wrap .cookie2 {

  background-color: #015063;
}


@media (max-width: 700px) {
  .cookies {
    width: 100%;
  }

  .cookies-section p {
    font-size: 10px;
    padding-right: 0;
    padding-left: 5px;
    margin-bottom: 5px;
    margin-left: 10px;

  }

  .cookies-section .cookies-btn {
    font-size: 10px;
    padding: 5px 8px;
    margin-left: 10px;

  }

  .cookies-btns {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 20px;

  }
}

/* ...............scrollbar.................... */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
  /* border-radius: 50%; */
}

::-webkit-scrollbar-thumb {
  border-radius: 5%;
  height: 10px;
  background-color: var(--tg-body-color);

}

@media (max-width:600px) {
  .call-back-wrap .row {
    justify-content: center;
  }
}

.service-change {
  padding: 60px 0;
}

.team-change {
  padding: 50px 0px;
}

.about-change {
  padding: 80px 0 30px 0;
}

.about-section-change {
  margin-bottom: -70px;
}

.operating-box-change {
  left: 840px !important;
  bottom: 145px;
  z-index: 20;
  width: 380px;
}

.about-five-change {
  padding-top: 0;
  padding-bottom: 30px;
}

.about-eight-change {
  margin-bottom: -70px;
  padding-bottom: 120px;
}

.testimonial-change {
  padding-top: 0;
  padding-bottom: 40px;
}

.about-eight-change {
  margin-bottom: -70px;
}

.about-five2-change {
  padding: 50px 0;
}

.operating-box-change {
  left: 825px;
  bottom: 145px;
  z-index: 20;
  width: 380px;
}

.about5-change {
  padding-top: 0;
}

.testimonial7-change {
  padding-bottom: 30px;
  padding-top: 0px;
}

.about-five3-change {
  padding: 80px 0;
}

.about-area5-change {
  padding-bottom: 30px;
}

.blog-post-change {
  padding: 30px 0;
}

.consulting-inner-change {
  background-color: white;
  border: 1px solid #d7e2fe;
}

.consulting-content-change {
  padding-top: 20px;
}

.consulting-img-change {
  border-radius: 15px 0 0 15px;
}

.vision-about5-change {
  padding-bottom: 0;
}

.operating-box2-change {
  left: 0px;
  bottom: 125px;
  z-index: 20;
  width: 380px;
}

.flaticon3-change {
  color: orange;
}

.form-grp-chg {
  height: 4rem;
}

.btn2-change {
  margin-top: 60px;
}

.operating2-change {
  left: 0px;
  bottom: 125px;
  z-index: 20;
  width: 380px;
}

.border-change {
  border: 0;
}

.callback-change {
  background: none;
  padding: 10px 0;
}

.banner1 {
  background-color: #f0f4fc;
  padding: 40px 20px;
  text-align: center;
  border-radius: 20px 20px 0 0;
}

.banner1 h2 {
  font-size: 24px;
  color: #3a4ad9;
}

.banner1 p {
  color: #6c757d;
  margin: 20px 0;
}

.all-card-sec {
  margin-left: 0;
}

.search-box-sec {
  border: 1px solid rgba(170, 168, 168, 0.212);

}

.search-box1 {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 80px -20px, rgba(0, 0, 0, 0.3) 0px 30px 40px -30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;

}

.search-box1 input,
.search-box1 select {
  border: none;
  box-shadow: none;
  color: #423b3bd5;
}

.search-box1 .btn {
  background-color: #0073b1;
  color: #fff;
}

.card-select-btn {
  background-color: #d9d9d9;
  padding: 5px 10px;
  border-radius: 5px;
}

.btn-list {
  background-color: white;
  border: 1px solid #7776767a;
}

.card-sel-head {
  border-bottom: 1px solid rgba(105, 104, 104, 0.315);
}


.card-select-btn img {
  width: 20px;
}

/* card section */

.banner1 {
  position: relative;
  max-height: 500px;
  margin-top: 0;
}

.banner1 .job-banner-heading {
  font-size: 30px;
  color: #000000d8;
  z-index: 1;
  position: relative;
}

.banner1 .job-left-img {
  max-width: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner1 .job-right-img {
  max-width: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.banner1 .job-banner-heading span {
  color: #0073b1;


}

.banner1 .job-banner-heading .back-col {
  background-color: #80d3ff48;
  position: absolute;
  padding: 13px 50px;
  top: 15px;
  z-index: -100;


}

.left-side p {
  font-size: 14px;
  margin-bottom: -2px;
}

.right-side {
  font-size: 14px;
}

.select-sec2 {
  border: 1px solid #6d6e6e36;
  border-radius: 5px;
  max-width: 250px;

}

.select-sec3 {
  border: 1px solid #6d6e6e36;
  border-radius: 5px;
  max-width: 250px;
  padding-top: 6px;

}

.select-sec1 {
  border: 1px solid #6d6e6e36;
  border-radius: 5px;
  padding-top: 6px;
  color: #6d6e6e36;
}

.annual-sal-min {
  max-width: 90px;
}

.select-sec1 .form-control1 {




  /* -webkit-border-radius: 5px; */
  /* -moz-border-radius: 5px; */
  /* -o-border-radius: 5px; */
  /* -ms-border-radius: 5px; */
  /* border-radius: 5px; */
  outline: none;
  /* padding: 15px 40px 15px 20px; */
  /* -webkit-appearance: none;
  -moz-appearance: none; */
}


.form-control1 {
  /* -webkit-border-radius: 5px; */
  /* -moz-border-radius: 5px; */
  /* -o-border-radius: 5px; */
  /* -ms-border-radius: 5px; */
  /* border-radius: 5px; */
  outline: none;
  /* padding: 15px 40px 15px 20px; */
  /* -webkit-appearance: none;
  -moz-appearance: none; */
}





.card-row {
  height: auto;

}

.filter-sec {
  border-bottom: 1px solid rgba(105, 104, 104, 0.315);
  padding-top: 2px;
}

.filter-sec .filet-reset a {
  color: rgba(74, 75, 75, 0.651);
  font-size: 15px;
}

.filet-reset a:hover {
  color: rgba(29, 164, 226, 0.719);
}



.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #007bff;

}

.filter {
  /* max-width: 200px; */
  /* margin: 20px auto; */
  /* background-color: #000d25; */
  border-bottom: 1px solid rgba(105, 104, 104, 0.315);
}

.first-list input[type=checkbox] {
  width: 18px;
  height: 18px;
  /* margin-bottom: -7px; */

}

.custom-control-label {
  font-size: 14px;
  margin-left: 10px;

  /* padding-bottom: 10px; */
}

.custom-control {

  margin-bottom: 12px;
}

.first-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.refine-btn {
  margin-left: 130px;
  margin-top: 0;
}

.list-3 {
  height: 220px;
  overflow-y: hidden;
}

.list-3:hover {
  height: 220px;
  overflow-y: scroll;
}

.job-selection {
  max-width: 150px;
}

.job-location {
  max-width: 150px;

}

.location-search input::placeholder {
  color: #51535391;
}

#job-location {
  border-bottom: 1px solid #5153532f;
}

.salary-sec {
  border-bottom: 1px solid #5153532f;
}

/* salary slider */






.counts {
  border: none;
  width: 70px;
  margin-top: 5px;
}

.sal-count {
  height: 40px;
  width: 100px;
  border: 1px solid rgba(44, 76, 117, 0.432);
  border-radius: 5px;

}

.sal-count img {
  width: 15px;
  margin-left: 5px;
}





/* card design */
.card-section1 {
  font-family: Arial, sans-serif;
  /* background-color: #f5f5f5; */
  display: flex;
  justify-content: right;
  align-items: center;
  /* height: 100vh; */
  margin: 18px 0;
}

.job-posting1 {
  background-color: #f5fbfd70;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 895px;
  padding: 10px 20px;
  border: 1px solid rgba(29, 164, 226, 0.185);
  transition: .2s ease-in-out;
}

.job-posting1:hover {
  background-color: white;
  border: 1px solid rgba(29, 164, 226, 0.719);
  z-index: 10;
  margin-top: -5px;
  margin-bottom: 5px;
}

.job-posting1:hover .btn1 {
  background-color: #ffa021;
}

.job-posting1:hover #btn-3 {
  background-color: #0073b1;
  color: white;
}

.header-job img {
  width: 22px;
}



.location1 {
  margin-left: 10px;
}

.location1 p {
  margin: 0;
  color: #888;
}

.content1 h1 {
  font-size: 26px;
  margin: 14px 0;
}

.job-info1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  color: #888;
}

.job-info1 .experience-img,
.location-img {
  margin-right: 10px;
}

.rupees-img {
  margin-right: 10px;
  width: 14px;
}

/* .job-info1 .fulltime1::before {
  content: '🏢';
  margin-right: 5px;
}

.job-info1 .time1::before {
  content: '⏰';
  margin-right: 5px;
  margin-left: 10px;
} */

.salary1 p {
  font-size: 22px;
  color: #0073b1;
  margin: 18px 0;
}

.salary1 img {
  width: 21px;
  padding-bottom: 3px;
  padding-right: 5px;
}

.salary1 p span {
  color: #423b3bb2;
}

.specification1 {
  font-size: 15px;
  margin: 15px 0;
  color: #423b3bd5;

}

.applyfont {
  font-size: 15px;
}

.specification1 img {

  margin-right: 8px;
}

.skills1 .keywords {
  background-color: #e0e0e0;
  padding: 8px 10px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #423b3bb2;

}
.skills1 .keyword-job {
  background-color: #e0e0e0;
  padding: 8px 10px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #423b3bb2;

}
.skills1 .keyword-job:hover{
  border: 1px solid #423b3bb2 !important;
  background-color: #ffffff !important;
  padding: 7px 9px;
}

.skills1 .multi-icon3 {
  background-color: #e0e0e0;
  padding: 8px 8px;
  border-radius: 50px;
  margin-right: 10px;
  font-size: 12px;
  color: #423b3bb2;
  margin-left: 5px;
}

.skills1 span:hover {
  color: #0073b1;
}

.button1 {

  color: #423b3bd5;
  border: none;
  border-radius: 4px;
  padding: 8px 15px;
  cursor: pointer;
  font-size: 18px;

  margin-top: 18px;

}

#btn-3 {
  color: #504a4abf;
  border: none;
  /* background-color: #036a84d8; */
  background-color: #94e4f883;

}

.job-calculation span {
  font-weight: 600;
}

#btn-3:hover {
  background-color: #ffa021;
  color: white;
}

.posted-by1 {
  padding-left: -10px;
  margin-bottom: 10px;
}

.btn1 {
  background-color: #0073b1;
  padding-top: 10px;

  color: black;
  border: none;
  cursor: pointer;
  font-size: 15px;
  /* margin-top: 10px; */

  background-color: #ffdaa9a6;

  transition: .3s ease-in-out;
}

.btn1 img {
  width: 25px;
}

.btn1:hover {
  background-color: #036a84d8;
  color: white;

}



.f1 {
  margin-left: 0;
}

.f1 img {
  width: 20px;
  margin-right: 8px;
}


/*# sourceMappingURL=main.css.map */
.job-card-small-page {
  display: flex;
  flex-wrap: wrap;
  margin-left: 13px;

}

.card-2 {
  margin: 0;
}

.card-section2 {
  font-family: Arial, sans-serif;
  /* background-color: #f5f5f5; */
  display: flex;

  align-items: center;
  /* height: 100vh; */
  margin: 8px 0;
}

.job-posting2 {
  background-color: #f5fbfd70;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  max-width: 444px;
  padding: 10px 20px;
  border: 1px solid rgba(29, 164, 226, 0.133);
  transition: .2s ease-in-out;
}

.job-posting2:hover {
  background-color: white;
  border: 1px solid rgba(29, 164, 226, 0.719);
  z-index: 10;
  margin-top: -3px;
  margin-bottom: 3px;
}

.job-posting2:hover .btn2 {
  background-color: #ffa021;
}

.job-posting2:hover #btn-4 {
  background-color: #0073b1;
  color: white;
}

.header-job2 img {
  width: 18px;
}

.job-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.j .location2 {
  margin-left: 10px;
}

.location2 p {
  margin: 0;
  color: #888;
}

.content2 h1 {
  font-size: 20px;
  margin: 14px 0;
}

.job-info2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  gap: 10px;
  color: #888;
}

.job-info2 .experience-img2,
.location-img2 {
  margin-right: 10px;
}

.job-info2 .fulltime2::before {
  content: '🏢';
  margin-right: 5px;
}

.job-info2 .time2::before {
  content: '⏰';
  margin-right: 5px;
  margin-left: 10px;
}

.salary2 p {
  font-size: 20px;
  color: #0073b1;
  margin: 18px 0;
}

.salary2 img {
  width: 21px;
  padding-bottom: 3px;
  padding-right: 5px;
}

.salary2 p span {
  color: #423b3bb2;
}

.specification2 {
  font-size: 12px;
  margin: 15px 0;
  color: #423b3bd5;


}

.specification2 img {

  margin-right: 8px;
}

.skills2 .keywords {
  background-color: #e0e0e0;
  padding: 5px 8px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 12px;
  color: #423b3bb2;

}

.multi-icon {
  background-color: #e0e0e0;
  padding: 3px 5px;
  border-radius: 50px;
  margin-right: 10px;
  font-size: 10px;
  color: #423b3bb2;
  margin-left: 5px;
  align-self: center;
}

.skills2 .multi-icon2 {
  background-color: #e0e0e0;
  padding: 5px 8px;
  border-radius: 50px;
  margin-right: 10px;
  font-size: 12px;
  color: #423b3bb2;
  margin-left: 5px;
}

.skills2 span:hover {
  color: #0073b1;
}

.post-sec-right {
  max-width: fit-content;
}

/* .apply-btn2 {
  width: 100%;
} */

.button2 {

  color: #423b3bd5;
  border: none;
  border-radius: 4px;
  padding: 5px 12px;
  cursor: pointer;
  font-size: 16px;

  margin-top: 18px;

}
.apply-btn2 .button2{
  font-size: 14px ;
}
#btn-4 {
  color: #423b3b94;
  border: none;
  /* background-color: #036a84d8; */
  background-color: #94e4f883;

}

#btn-4:hover {
  background-color: #ffa021;
  color: white;
}

.posted-by2 {
  padding-left: -10px;
  margin-bottom: 10px;
}

.btn2 {
  background-color: #0073b1;
  padding-top: 5px;

  color: black;
  border: none;
  cursor: pointer;
  /* font-size: 15px; */
  /* margin-top: 10px; */

  background-color: #ffdaa9a6;

  transition: .3s ease-in-out;
}

.btn2 img {
  width: 20px;
}
.job-btns11{
  padding: 5px 10px !important;
}
.btn2:hover {
  background-color: #036a84d8;
  color: white;

}

.f2 {
  margin-left: 0;
}

.f2 img {
  width: 20px;
  margin-right: 8px;
}
.job-btn111{
  font-size: 14px;
}
/* pagination */
.pagination {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  align-items: center;
}

.page-item.active .page-link {
  background-color: #d2e3fd;
  color: #000;
}

.page-item .page-link {
  color: #6c757d;
  border: none;
  margin: 0 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 10px;
  background-color: #e6ecf5;
}

.page-item .link-sign {
  width: 60px;
  height: 60px;

}

.page-item .link-sign:hover {
  background-color: #68c1fd;
}

.left-sec {
  display: none;
}


@media (max-width:660px) {
  .job-right-img {
    z-index: 1;
  }

  .search-box1 {
    width: 650px;
    height: 260px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-content: flex-start;

  }

  .keyword-search .des-img {
    padding-left: 65px;
  }

  .form-control1 option {
    height: 400px;
  }

  .job-selection option {
    width: 200px;
    font-size: 9px;
    padding-left: -100px;
    /* display: none; */
  }

  .response {
    margin-left: -50px;
  }

  .search-box1 .btn {
    margin-top: 10px;
    padding: 15px 15px;

  }

  .right-side {
    margin-top: 10px;
  }

  .right-side .card-select-btn {
    display: none;
  }

  .left-side {
    /* width:fit-content; */
    display: flex;
    /* justify-content: space-between; */
  }

  .left-side p {
    padding-left: 10px;
  }

  .right-sec {
    display: none;
  }

  .left-sec {
    display: block;
    margin-left: 40px;
  }

  .select-sec3 {
    margin-left: 60px;
  }

  .select-sec2 {
    padding-left: 10px;
  }

  .job-posting1 .posted-by1 {
    margin-top: 20px;
  }

  .job-category {
    margin-top: 20px;
  }

  .location-img23 {
    margin-left: 0px;
  }

  .search-refine {
    display: flex;
    justify-content: space-between;
  }

  .filter-btn11 {
    height: 47px;
    border-radius: 10px;

    width: auto;
    padding: 0 15px;
    margin-left: 126px;
    margin-right: -40px;
    margin-top: 10px;
    display: block;
    background-color: #fca533;
    border: 1px solid rgba(231, 96, 5, 0.384);
    transition: .3s ease-in-out;
  }

  .filter-btn11:hover {
    background-color: #0188A9;
  }

  .filter-btn11 img {
    width: 26px;

  }




}

.btn-v {
  font-size: 15px;
}

.job-banner-area {
  background-color: #63b1fa5d;

  z-index: 1;
  /* backface-visibility:hidden;  */
  /* background-origin: content-box; */


}




.header-job2 h4 {
  font-weight: 500;
  /* color: rgb(53, 52, 52); */
}

.job-banner {
  padding: 50px 16px;

}

.spec-detail {
  margin-top: 8px;
  margin-bottom: 25px;
}

.job-det-skill .keywords {
  background-color: rgb(255, 255, 255);
  border-radius: 50px;
}

.apply-now {
  color: #ffffffd5;
  border: none;
  border-radius: 4px;
  padding: 10px 85px;
  cursor: pointer;
  font-size: 18px;

  margin-top: 18px;

  border: none;
  /* background-color: #036a84d8; */
  background-color: #1aafd4;
}

.job-des-data {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-job3 h3 {
  color: rgb(58, 57, 57);
  font-weight: 500;

}

.job-des-data p {
  padding: 20px 0;
  font-size: 15px;
  line-height: 1.7rem;
  color: #2f4b58;
}

.job-data {
  width: 100%;
  background-color: #e7f1f198;
  border-radius: 10px;
  height: auto;
  display: block;
}

.job-data h3 {
  color: #000;
  font-weight: 500;
  font-size: 22px;

}

.job-data ul {
  margin: 20px 0;
  list-style: none;

}

.job-data ul li img {

  padding: 15px;
  margin: 15px 10px;
  border-radius: 50px;
  background-color: white;
}

.job-data ul li p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #181717;

}

.job-data ul li p span {
  font-size: 13px;
  font-weight: 400;
}

.sec2 {
  padding: 20px 0;
}

.second-sec h3 {

  font-size: 20px;
}

.sec2 ul {
  margin: 20px 0;
  padding-left: 17px;
}

.sec2 ul li {
  padding: 10px 0;
  font-size: 15px;
  color: #181717;
  line-height: 1.7rem;
}

.skill-sec {
  padding: 10px 24px;
}

.skill-sec .skill-det span {
  background-color: white;
  color: #222121;
  transition: .2s;
}

.skill-sec .skill-det span:hover {
  background-color: black;
  color: white;
}

.company-profile {
  color: #0073b1;
  font-size: 14px;
}

.abt-company .apply-now {
  background-color: #71c3f057;
  color: #0ba4f7;
  font-size: 14px;
  padding: 1rem 8rem;
}

.abt-company .apply-now:hover {
  background-color: #03657d;
  color: white;
}

.detail-spec {
  margin: 0;
}

.apply-sec36 {

  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}

.job-data iframe {
  width: 365px;
  height: 250px;

}

.bb {
  text-align: end;
  margin-bottom: 0;
}

.f36 {
  font-size: 18px;
  font-weight: 600;
}

/* .save-job36:hover{
  padding: 15px;
  border-radius: 50px;
  background-color: white;
 } */





.apply-banner p {
  font-size: 15px;
  font-weight: 400;
  margin-top: 1rem;
  padding-left: 0;
}

.job-form {
  border: 1px solid rgba(160, 158, 158, 0.432);
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.job-banner-area2 {
  background-color: #63b1fa5d;

}

.job-banner-area2 img {
  max-height: 180px;
  margin-left: 1100px;
  rotate: var(--bs-gutter-x);
  margin-top: -160px;
  overflow: hidden;

}

#back-img2 {
  /* height: 50px; */
  rotate: var(--bs-gutter-x);
  overflow: hidden;
  /* opacity: 0.8; */
  z-index: -1;
  margin-left: 100px;
  margin-top: -400px;

}

#back-img3 {
  /* height: 50px; */
  /* rotate: var(--bs-gutter-x); */
  /* overflow: hidden; */
  /* opacity: 0.8; */
  z-index: -1;
  margin-left: 1500px;
  margin-top: -488px;

}

.apply-job {
  margin-bottom: 50px;
}



.job-heading {
  border-bottom: 1px solid rgba(158, 156, 156, 0.247);
}

.job-heading h5 {
  font-weight: 500;
}

.select-gender .active .black {
  display: none;
}

.select-gender .active .white {
  display: block;
}

.form-grp1 {
  width: 100%;
  height: 3.7rem;
  border: 1px solid rgba(128, 124, 124, 0.555);
  border-radius: 5px;
  transition: .3s;
}

.form-grp1 p {
  padding-top: 20px;
  text-align: center;
  align-items: center;
}

.radio-btn .active {

  background-color: #068cad;
}

.radio-btn .active p {
  color: white;
}

.form-grp1:hover {
  cursor: pointer;
  background-color: #068cad;

}

.form-grp1:hover p {
  color: white;

}

.form-grp1 input {
  width: 100%;
  height: 3.5rem;
  border: none;
  border-radius: 5px;
}

.mandatory {
  color: #ffa021;
}

.form-label {
  font-size: 15px;
  color: #034570;
}

.form-grp1 select {
  background-color: var(--tg-color-white-default);
  border: none;
  color: #036a84d8;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  padding: 16px 40px 15px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1.2;
  height: 56px;
  cursor: pointer;
}

.form-mob {
  width: 85%;
}

.add-no {
  height: 3.3rem;
  width: 13%;
  border-radius: 5px;
  border: 1px solid rgba(3, 83, 148, 0.267);
  background-color: #0188A9;
  transition: .3s;
}

.add-no img {
  padding: 15px 13px 14px 16px;
}

.add-no:hover {
  background-color: #046983;
  cursor: pointer;
}

.view-more11 {
  width: 100%;
}

.remove-no {
  height: 3.3rem;
  width: 13%;
  border-radius: 5px;
  border: 1px solid rgba(3, 83, 148, 0.267);
  background-color: #0188A9;
  transition: .3s;
}

.remove-no img {
  padding: 15px 13px 14px 16px;
}

.remove-no:hover {
  background-color: #046983;
  cursor: pointer;
}

.phn-text {
  margin-top: 10px;
}

.phn-text p {
  font-size: 14px;
  color: #474747;
  margin-bottom: -3px;
  display: inline-flex;
  align-content: center;

}

.phn-text img {
  /* padding: 5px; */
  width: 20px;

}

.gender {
  width: 48%;

}

.gender1 {
  width: 30%;
}

.gender .white {
  display: none;
}

.gender img {
  margin-top: 20px;
  margin-left: 50px;
  opacity: 0.8;
  width: 20px;
}

.gender:hover .black {
  display: none;

}

.gender:hover .white {
  display: block;
}

.form-grp2 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.upload-resume {
  width: 100%;
}

.upload-area {
  border: 2px dashed #979595a8;
  border-radius: 5px;
  padding: 30px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #f9f9f9;
}

.upload-area:hover {
  background-color: #f1f1f1;
}

.upload-area p {
  margin-bottom: 10px;
}

.upload-area .browse {
  color: #007bff;
  text-decoration: none;
}

.upload-area .browse:hover {
  text-decoration: underline;
}

.hidden-input {
  display: none;
}

.file-list {
  margin-top: 5px;
  list-style-type: none;
  padding-left: 0;
}

.file-list li {
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  padding: 4px;
  font-size: 16px;
  font-weight: 500;
  width: auto;
  /* margin-bottom: 5px; */
  border-radius: 5px;
  text-align: center;
}

.apply-form label {
  font-size: 14px !important;
}

.apply-form p {
  font-size: 14px !important;
}

.apply-form input::placeholder {
  font-size: 14px !important;
}

.form-grp3 {
  width: 100%;
  height: 3.7rem;
  border: 1px solid rgba(128, 124, 124, 0.267);
  border-radius: 5px;
  transition: .3s;

}

.form-grp3 img {
  width: 200px;
  padding: 10px 30px;
  margin-left: 7rem;
}

.form-check {
  font-size: 16px;
}

.share-sec {
  /* d-flex flex-wrap align-items-center gap-4 */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;

}

.social-media-share {
  border-bottom: 1px solid rgba(128, 124, 124, 0.432);
  border-top: 1px solid rgba(128, 124, 124, 0.432);
}

.share-sec p {
  font-size: 18px;
  font-weight: 500;
}

.share-sec .social-icon {

  background-color: #015063;
  color: white;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  z-index: 2;
}

.share-sec .icon1 {
  padding: 3px 13px 3px 5px;
  background-color: #23359b;
  cursor: pointer;

}

.share-sec .icon2 {
  padding: 3px 17px 3px 5px;
  background-color: #1563b6;
  cursor: pointer;

}

.share-sec .icon3 {
  padding: 3px 25px 3px 7px;
  background-color: #000000;
  cursor: pointer;

}

.icon3 img {
  max-width: 24px;
  padding-right: 5px;
  /* background-color: #222222; */
  padding-left: 2px;
  margin-top: -2px;
}

.icon2 img {
  max-width: 28px;

  padding-right: 5px;
  /* background-color: #222222; */
  padding-left: 2px;
  margin-top: -2px;
}

.icon1 img {
  max-width: 20px;
  /* padding-right: 5px; */
  /* background-color: #222222; */
  /* padding-left: -2px; */
  margin-top: -2px;
}

.modal24 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

/* Modal Content */
.modal-content23 {
  position: relative;
  background-color: #fefefe;
  padding: 0;
  border: 10px solid #ffffff;
  border-radius: 8px;
  width: 80%;
  max-width: 600px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

/* Close */
.close24 {
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  width: 350px;
  height: 50px;
  border: none;
  margin: 25px auto;
  /* Centered horizontally */
  display: block;
  /* Centered horizontally */
  background: orange;


  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.close24:hover {
  color: white;
  background: #004cb3b8;
}

.modal-header23 {
  padding: 10px 25px;
  color: #fefefe;
  background: linear-gradient(153deg, #edf6f8, #ece0d6);
  display: flex;
  justify-content: center;
}

.modal-body23 {
  padding: 7px 16px;
  /* color: #333; */
  /* font-size: 18px; */

}

.modal-body23 img {
  width: 100%;
}

.additional-details23 {
  padding: 2px;
  color: #333;
  font-size: 18px;
  padding: 7px 16px;
}

.additional-details23 ul li {
  padding: 2px;
  list-style-type: none;
}

.side {
  border: 1px solid rgba(155, 152, 152, 0.171);
  border-radius: 10px;
  background-color: #e3ebee62;
}

.changes11 {
  margin-left: 27px;
}

.suggest-form {
  padding-right: 0;
}


.weeks {
  display: flex;
  justify-content: space-around;
  gap: 15px;
}

/* .option1{
  padding: 1rem;
} */
.option1 p {
  padding-top: 0;
  text-align: center;
}

#option {
  padding: 16px 13px;
}

#option1 {
  padding: 16px 17px;
}

#option2 {
  padding: 16px 14px;
}

#option3 {
  padding: 16px 17px;
}

#option4 {
  padding: 16px 14px;
}

#option5 {
  padding: 16px 17px;
}

.irs-bar:hover {
  cursor: pointer;
}

.irs-handle {
  cursor: pointer;
}

.add-sec11 {
  width: 100%;
  height: 4.7rem;
  border: 1px solid rgba(128, 124, 124, 0.555);
  border-radius: 5px;
  transition: .3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.add-sec11 h5 {
  font-weight: 500;
}

.add-des-btn {

  background-color: #95e2f54d;
  max-width: 120px;
  padding: 5px 28px 5px 13px;
  border: 1px solid #6b858b4d;
  border-radius: 5px;
  transition: .2s;
}

.add-des-btn img {
  width: 14px;
  margin-bottom: 2px;

}

.add-des-btn span {
  color: black;
  font-size: 13px;
}

.add-des-btn:hover {
  background-color: #61b2e8;
  cursor: pointer;
}

.job-heading span {
  color: #f1a307;
  font-size: 14px;

}

.back-office-service {
  background-color: #015063;
  padding: 30px 0 60px;
}


/* ----------------------------------------------testimonial page ---------------------------------------------------*/

.testimonial_section111 {
  /* background: #FFFBF3; */
  display: block;
  overflow: hidden;
  position: relative;
}

.testimonial_section111:after {
  display: block;
  clear: both;
  content: "";
}

.left-part123 {
  position: relative;
}

.testimonial_section111 .about_content111 {
  /* background-color: #020d26; */
  /* border-top: 5px solid rgba(0, 0, 0, 0.295);
  border-right: 5px solid rgba(0, 0, 0, 0.295);
  border-bottom: 5px solid rgba(0, 0, 0, 0.295); */
  padding-top: 77px;
  padding-right: 210px;
  height: 445px;
  padding-bottom: 62px;
  position: absolute;
  width: 700px;
  margin-right: -200px;
}

.testimonial_section111 .about_content111 .background_layer111 {
  /* background-color: #020d26; */
  border-top: 5px solid #ffa021;
  border-left: 5px solid #ffa021;
  border-bottom: 5px solid #ffa021;
  width: 780px;
  /* margin-left: -200px; */
  right: 0;
  position: absolute;
  height: 350px;
  width: 100%;
  top: 20px;
  left: 0;
  transition: .5s;
}

.background_layer112 {
  border-top: 5px solid #ffa021;
  border-right: 5px solid #ffa021;
  border-bottom: 5px solid #ffa021;
  width: auto;
  margin-right: -200px;
  right: 0;
  position: absolute;
  height: 350px;
  width: 100%;
  top: 20px;
  left: 0;
  transition: .5s;
}

.testimonial_section111 .about_content111 .layer_content {
  position: absolute;
  z-index: 9;
  height: 100%;
  width: 480px;
  padding-left: 20px;
}

.testimonial_section111 .about_content111 .layer_content .section_title {
  margin-bottom: 24px;
  position: relative;
}

.left-part123:hover .back123 {
  margin-left: -50px;
  width: 250px;
}

.left-part123:hover .background_layer112 {
  /* margin-right: -600px; */
  /* border-top: 0;
  border-bottom: 0; */
  /* width: 5px; */
  right: 0;
  left: 0;
  margin-left: 490px;
  width: 250px;
}

/* .testimonial_section111 .about_content111 .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
} */

.testimonial_section111 .about_content111 .layer_content .section_title h5 {
  color: #000;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #ffa021;
  margin-top: -5px;
  margin-bottom: 6px;
}

.testimonial_section111 .about_content111 .layer_content .section_title h2 {
  font-family: "Titillium Web";
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #016077;
}

.testimonial_section111 .about_content111 .layer_content .section_title h2 strong {
  font-weight: 600 !important;
  width: 100%;
  display: block;
}

.testimonial_section111 .about_content111 .layer_content .section_title .heading_line {
  position: relative;
}

.testimonial_section111 .about_content111 .layer_content .section_title .heading_line span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}

.owl-stage-outer {
  margin-left: 20px;
}

.testimonial_section111 .about_content111 .layer_content .section_title .heading_line span:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}

.testimonial_section111 .about_content111 .layer_content .section_title .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #ffa021;
}

.testimonial_section111 .about_content111 .layer_content .section_title p {
  color: #0e3842f5;
  margin: 0 0 15px;
}

.testimonial_section111 .about_content111 .layer_content a {
  color: #000;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.testimonial_section111 .about_content111 .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}

.testimonial_section111 .about_content111 .layer_content a:hover {
  color: #0188A9;
}

.testimonial_section111 .testimonial_box {
  margin-top: 60px !important;
  position: relative;
}

.testimonial_section111 .testimonial_box .testimonial_container {
  /* background-image: url('../../assets/img/images/about_img01.jpg'); */
  background-repeat: no-repeat;
  /* opacity: .8; */
  /* filter: blur(20px); */
  background-size: fill;
  background-position: center;
  margin-left: -230px !important;
  position: relative;
  width: 650px;
}

.testimonial_section111 .testimonial_box .testimonial_container .background_layer111 {
  /* background-color: #0188A9; */
  width: 720px;
  margin-right: -200px;
  /* right: 0; */
  background-image: url('../../assets/img/images/240_F_741886274_bWg9Qf8aANEGnUEICJzg2Fsgd6yxiT7Y.jpg');
  background-blend-mode: color-dodge;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* opacity: .8; */
  position: absolute;
  height: 400px;
  top: 0;
  left: 0;
}

.testimonial_section111 .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}

.testimonial_section111 .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
}

.testimonial_section111 .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  padding: 62px 0px 72px 50px;
  position: relative;
  text-align: center;
}

.testimonial_section111 .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 150px;
  margin-top: 39px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
  height: 250px;
}

.testimonial_section111 .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .career-test-content {
  padding: 12px 35px 10px 16px;
}

.testimonial_section111 .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}

.testimonial_section111 .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: #ffa021;
  position: absolute;
}

.testimonial_section111 .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #020d26;
}

.testimonial_section111 .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
  font-size: 14px;
  color: #5d6576;
  margin: 0;
}

.testimonial_section111 .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
}

.testimonial_section111 .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
  border: none;
  position: absolute;
  /* top: 0; */
  left: 196px;
  top: 100px;

  width: 100px;
  /* height: 120px; */
  /* background-color: #fff; */
  z-index: 10;
}

/* .testimonial_section111 .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  aspect-ratio: 3/2;
  object-fit: fill;
} */

.testimonial_section111 .testimonial_box .testimonial_container .owl-nav .owl-prev {
  position: absolute;
  top: 135px;
  right: 42px;
  border-radius: 0;
  background: #ffa021;
  display: block;
  outline: 0;
  width: 34px;
  line-height: 34px;
  height: 34px;
  color: #000;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}

.testimonial_section111 .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
  background: #020d26;
}

.testimonial_section111 .testimonial_box .testimonial_container .owl-nav .owl-next {
  position: absolute;
  top: 135px;
  right: 5px;
  border-radius: 0;
  display: block;
  background: #ffa021;
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #000;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}

.testimonial_section111 .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
  background: #020d26;
}

@media all and (max-width: 991px) {
  .testimonial_section111 .about_content111 {
    padding-right: 15px !important;
  }

  .testimonial_section111 .about_content111 .background_layer111 {
    width: 200% !important;
  }

  .testimonial_section111 .about_content111 .background_layer111 .layer_content:hover {
    padding-left: 200px;
  }

  .testimonial_section111 .testimonial_box {
    margin-top: 0 !important;
  }

  .testimonial_section111 .testimonial_box .background_layer111 {
    width: 200% !important;
    margin-left: -200px;
  }

  .testimonial_section111 .testimonial_box .about_content111 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }

  .testimonial_section111 .testimonial_box .testimonial_container {
    margin-left: -15px !important;
  }

  .testimonial_section111 .testimonial_box .testimonial_container .testimonials {
    margin: 0px 0 20px 0;
  }

  .testimonial_section111 .testimonial_box .testimonial_container .testimonials .testimonial_content {
    margin-left: -36px !important;
  }

  .testimonial_section111 .testimonial_box .testimonial_container .testimonials .images_box {
    display: none;
  }
}




/* second testimonial  */

/* .section-title {
  text-align: center;
  margin: 0 0 40px;
} */

.section-title h2 {
  margin: 0 0 10px;
}

.separator::after {
  background: #666;
  content: "";
  height: 5px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 30px;
}

.separator {
  background-color: #ccc;
  border: 1px solid #ccc;
  display: block;
  height: 5px;
  margin: 0 auto;
  position: relative;
  width: 60px;
}

.title-border-left::after {
  content: "";
  position: absolute;
  width: 50px;
  border: 1px solid #033d75;
}

.testimonials-wrapper .owl-dots {
  display: none;
}

.testimonials-wrapper {
  /* background: url(https://i.ibb.co/PWC66Nt/patteren.jpg) left top rgba(0, 0, 0, 0); */
  min-height: auto;
  padding: 70px 0 150px;
  position: relative;
  /* background: #FFFBF3; */
}

.inner-page-wrapper.testimonials-wrapper {
  background: white;
}

.inner-page-wrapper.testimonials-wrapper .owl-nav {
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 99;
}

.inner-page-wrapper.testimonials-wrapper .owl-nav>div {
  border: 2px solid #333;
  color: #333;
}

.testimonials-wrapper .section-title h2 {
  margin: 0 0 10px;
  color: #fff;
}

.testimonials-wrapper .owl-nav {
  position: absolute;
  right: 0;
  top: -80px;
  z-index: 99;
}

.testimonials-wrapper .owl-next,
.testimonials-wrapper .owl-prev {
  position: relative;
  height: 38px;
  width: 38px;
  line-height: 33px;
  text-align: center;
  font-size: 22px;
  color: #000;
  margin-left: 10px;
  display: inline-block;
  border: 2px solid #000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.second-test-card {
  position: relative;
}

.testimonials-wrapper.style-two .owl-next,
.testimonials-wrapper.style-two .owl-prev {
  color: #444;
  border-color: #444
}

.change111 {
  width: 450px !important;
  margin-left: 300px !important;
}

.testimonials-wrapper .owl-carousel .owl-stage-outer {
  padding-top: 50px
}

.testimonial-block {
  position: relative
}

.testimonial-block .inner-box {
  position: relative;
  padding: 0 30px 30px;
  background-color: #fff;
  /* border-left: 5px solid #0188A9; */
  height: 220px;
  width: 400px;
}

.testimonial-block .inner-box .image {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -40px;
  margin-bottom: 25px;
  display: inline-block
}

.testimonial-block .inner-box .content {
  position: relative
}

.testimonial-block .inner-box .content i {
  position: absolute;
  right: 0;
  top: -35px;
  font-size: 30px;
  font-style: italic;
  color: #da5e00
}

.testimonial-block .inner-box .content .author-info {
  position: relative;
  font-size: 19px;
  font-weight: 600;
  color: #020d26;
}

.design23 {
  color: #E08B00 !important;
  font-size: 17px !important;
  font-weight: 600 !important;
}

.testimonial-block .inner-box .content span {
  position: relative;
  color: #5d6576;
  font-size: 13px
}

/* .testimonials-wrapper .owl-theme .owl-nav [class*=owl-] {
  border: 2px solid #000 !important;
  color: #000 !important;
} */
.testimonial-block .inner-box .content .text {
  position: relative;
  margin-top: 20px;
  color: #5d6576;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;

}

.testimonials-wrapper .owl-nav .owl-next {
  right: auto
}

.testimonials-wrapper .owl-carousel .owl-item img {
  background: #333
}

.testimonials-wrapper .owl-theme .owl-nav [class*=owl-] {
  /* border: 2px solid #000; */
  background-color: #ffa021;
  color: #000;
  font-weight: 400;
  font-size: 22px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  border-color: #da5e00 !important;
  color: #da5e00 !important;
  background: 0 0
}




.background_layer1113 {
  /* background-color: #020d26; */
  border-top: 5px solid #ffa021;
  border-left: 5px solid #ffa021;
  border-bottom: 5px solid #ffa021;
  /* width: auto; */
  /* margin-left: -20px; */
  right: 0;
  position: absolute;
  height: 400px;
  width: 420px;
  margin-top: -64px;
  left: 250px;
  transition: .5s;
}

.back-img-test2 {
  position: absolute;
  height: 350px;
  width: 770px;
  margin-top: -30px;
  margin-right: 30px;
}

.back-img-test2 img {

  height: 400px;
  width: 770px;

}

.two-item-carousel {
  max-width: 900px;
  margin-left: 300px;
  background-color: #E2E3F1;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-top: 50px;

}

.background_layer1123 {

  border-right: 5px solid #ffa021;
  border-bottom: 5px solid #ffa021;
  border-top: 5px solid #ffa021;

  width: auto;
  /* margin-right: -20px; */
  right: 15px;
  position: absolute;
  height: 400px;
  width: 460px;
  margin-top: -64px;
  /* left: 0; */
  transition: .5s;
}

.testimonials-wrapper:hover .background_layer1123 {
  /* margin-right: -600px; */
  /* border-top: 0;
  border-bottom: 0; */
  width: 250px;
  right: 0px;
  /* margin-left: 960px; */
  /* border-top: 0; */
}

.testimonials-wrapper:hover .back1134 {
  /* margin-right: -600px; */
  /* border-top: 0;
  border-bottom: 0; */
  width: 250px;

  margin-left: 1270px;


}

.testimonials-wrapper:hover .back1234 {
  margin-left: -30px;
  width: 250px;
  /* border-left:5px solid #000; */

}

.testimonials-wrapper .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #020d26;
}

.testimonial-heading222 {
  position: relative;
}

.layer_content1 {
  display: block;
  position: absolute;
  width: 400px;
  height: auto;
  margin-left: 790px;
  margin-bottom: -250px;
}

.layer_content1 .section_title1 h5 {
  color: #000;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #ffa021;
  margin-top: -5px;
  margin-bottom: 6px;
}

.layer_content1 .section_title1 h2 {
  font-family: "Titillium Web";
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #016077;
}

.heading_line1:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  top: 99px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #ffa021;
}

.line246:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  top: 99px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}


.sec-para-test {
  color: #0e3842f5 !important;
  margin: 0 0 15px !important;
}

.xxxxxx {
  text-align: left;
}

.titletest h2 {
  font-family: "Titillium Web";
  font-weight: 600;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #016077;
}


@media only screen and (max-width:991px) {
  .testimonials-wrapper .owl-dots {
    display: block
  }
}



.testi123 {
  border: none !important;
}

.area88 {
  padding: 100px 0;
}

.shape-test {
  left: 85% !important;
}

.testimonial-xxx img:nth-child(2) {
  left: 6%;
}

.testimonial-xxx img:nth-child(1) {
  left: 10%;
}

.heading-test {
  /* display: row; */
  justify-content: left;
  align-items: center !important;
}

.anm-banner {
  position: relative;
}

.shape123 img {
  z-index: 1;
  top: 17% !important;

}

.franchise-second-sec .card {
  /* background-color: #c4c4c749; */
  border: 1px #c0c1ff46;
  /* border-radius: 10px; */
}

.sec-row-franchise {
  margin-top: 13px;
}

/* .franchise-second-sec .fst-sec123,
.franchise-second-sec .lst-sec123,
.franchise-second-sec .thrd-sec123,
.franchise-second-sec .forth-sec123 {

  --b: .5em;
  --c: 3em;
  --r: 2em;
  position: relative;
  border: solid 1px transparent;
  

  &::before {
    position: absolute;
    z-index: -1;
    inset: calc(-1*var(--b));
    border: inherit;

    background: black;
    --corner: conic-gradient(from -90deg at 40px 50px, red 25%, #0000 0) 0 0/ calc(100% - var(--c)) calc(100% - var(--c)) border-box;
    --inner: conic-gradient(red 0 0) padding-box;
    mask: var(--corner) subtract, var(--inner);
    content: ''
  }

} */
.features-123 {
  flex-direction: column;
}

.features-123:hover .features__icon-two {
  color: #015063;
}

.count103 h1 {
  color: #18728950;
  font-size: 55px;
}

.logo103 img {
  border-radius: 50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.image103 {
  height: 357px;
  width: 600px;
  border-radius: 10px;
  overflow: hidden;


}

.franchise-heading-103 h4 {
  font-weight: 500;
}

/* .image103 img{
  height: 370px;
  width: 620px;

} */
.card-heading103 h3 {
  font-weight: 500;
  font-size: 25px;
}

.card-body103 p {
  color: #046983;
  font-size: 16px;
}

.franchise-heading-103 {
  text-align: center;

}

.franchise-heading-103 h2 {
  font-size: 54px;
  font-weight: 500;
  /* font-family: 'Lucida Grande'; */
}

.coffee-sec {
  background-image: linear-gradient(to bottom right, #156d83, #1b8fac50);
  /* clip-path: polygon(30% 0%, 94% 0, 96% 23%, 100% 23%, 100% 100%, 30% 100%, 0 100%, 0 0); */
  border-radius: 10px;
  position: relative;
  padding-left: 0 !important;
  margin: 50px 0;


}

.coffee-img-sec {
  height: 300px;
  width: 380px;
  position: absolute;
  z-index: 10;
  margin-top: -50px;
  /* margin-left: -23px; */
}

.coffee-desc {
  padding: 70px 0;
}

.coffee-desc h3 {
  font-weight: 400;
  /* font-size: 17px; */
  color: #fff;
  width: fit-content;
  font-family: 'Lucida Grande';

}

.anime-sec-coffee {
  position: absolute;
  left: 700px;
  bottom: 0;
}

.coffee-guy {
  height: 130px;
  position: absolute;
  margin-top: 53px;
  margin-left: 755px;
}



.franchise-anime img {
  position: absolute;
  left: 80%;
  width: 55px;
  margin-top: -265px;
  /* z-index: 1; */

}

.banner-sec123 {
  /* background-color: rgb(7 197 248); */
  position: relative;
}

.franchise-banner-img {
  position: absolute;
  bottom: 0;
}

.career-us-title {
  color: var(--tg-theme-secondary) !important;
}

#career-head-data {
  color: #ffffff !important;
}

.background-sec123 {
  background: linear-gradient();
  padding: 20px 0 160px;
  position: relative;

}

.career-background-sec123 {
  background: linear-gradient(120deg, rgba(0, 0, 0, 1) 0%, rgb(31 31 31 / 57%) 53%, rgb(73 71 71 / 31%) 100%);
}

.career-background-sec123 a {
  scroll-behavior: smooth;
}

.slider__bg123 {
  background-size: cover;
  background-position: center;
  /* position: absolute;
  left: 0;
  top: 0; */
  width: 100%;
  height: 100%;
  /* z-index: -1;
  mix-blend-mode: luminosity;
  opacity: 0.7;  */

}

.banner__content-three h2 {
  color: #D9D9D9;
}



.experience123 {
  margin-bottom: -50px;
  z-index: 20;
}

.wrap-five123 img:nth-child(3) {
  box-shadow: none !important;
}

.partner-us-sec {
  margin: 0px 0 80px;
  position: relative;
}

.service-type123 {
  padding: 20px 0;
}

.form1234 {
  background: #fcfeff65;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 40px 45px 45px;
  width: 480px;
  margin: 0 auto;
}

.grp1234 input,
.select-grp {
  border-radius: 10px !important;
  background-color: #fff !important;
}

.form1234 h2 {
  color: #fff;
}

.bottom-img-fr {
  left: 0 !important;
}

#main-btn1 {
  top: -80px;
  margin-bottom: -60px;
}

.wrap123 {
  flex-direction: column;
}

.area123 {
  background-color: #FFF;
  padding: 30px 0 50px;
}

.tabs123 {
  display: flex;
  flex-direction: row !important;
  width: auto !important;
  justify-content: space-between;
}

.tabs123 .nav-link {
  font-size: 20px !important;
  font-weight: 500;
}

.link123 {
  display: flex;
  flex-direction: column;
  padding: 40px 20px !important;
  width: 220px !important;
  background-color: #fff !important;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--tg-border-1) !important;
  color: #03657d !important;


}

.link123.active {
  background-color: #ffa021 !important;
  color: #fff !important;
  clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 56% 93%, 51% 100%, 46% 93%, 0 93%);
  border-radius: 10px;

}

.link123::after {
  content: " " !important;
}

.shine123 {
  /* box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); */
  padding: 0;
  align-items: normal;

}

.list-box123 {
  display: flex;
  gap: 30px;
}

.service-content123 .title {
  font-size: 50px;
  font-weight: 400;
}

.service-content123 p {
  padding: 20px 0;
}

.list-box123 ul {
  line-height: 50px;
}

.list-wrap123 li {
  align-items: center !important;
  font-size: 18px !important;
}

.animate-shine123 {
  width: 530px;
}

.animate-shine123 img {
  height: 430px;

}




.timeline {
  /* ----------
   * Variables:
   * Try playing around with these values!
   * ----------
  */
  --size: 2.2rem;
  --style: solid;
  --color: #0a9396;
  --thickness: 3px;
  --spacing-vertical: 31px;
  --spacing-horizontal: 10px;

  display: flex;
  flex-flow: column;
  gap: var(--spacing-vertical);

  padding-left: var(--size);
  position: relative;

  margin: 10px;

  counter-reset: timeline;

}

.timeline:before {
  display: block;
  width: 100%;
  height: 95%;

  content: "";

  border-left: var(--thickness) var(--style) #ffa021;
  background-color: 'Lucida Grande';

  position: absolute;
  top: 0;
  left: calc(var(--size) / 2 - var(--thickness) / 2);
}

.timeline p {
  margin: 0;
  padding: 10px 0px 0;
  font-size: 16px;
  font-weight: 500;
  /* font-family: 'Lucida Grande'; */
  padding-left: var(--spacing-horizontal);
  /* border: 1px solid #B8B9DA; */
  position: relative;
  counter-increment: timeline;
  /* clip-path: polygon(9% 0, 100% 0%, 100% 100%, 9% 100%, 9% 41%, 0 27%, 9% 18%); */

}

.timeline p:before {
  width: var(--size);
  height: var(--size);

  content: counter(timeline, decimal-leading-zero);
  font-size: 20px;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  top: 0;
  left: calc(-1 * var(--size));

  background-color: #e5f3f8;
  border-radius: 50%;

  font-weight: bold;
  font-family: "Oswald", sans-serif;
}

.service5123 {
  padding: 0 10px 15px 10px;
}

#service51 {
  margin-top: 20px;
}

#service52 {
  margin-top: -20px;
}

#service53 {
  margin-top: 20px;
}

#service54 {
  margin-top: -22px;
}

.content-five123 {
  padding-right: 0;
}

.content-five123 .shape img {
  right: -50px;
  top: -30px;
}


@media (min-width: 640px) {
  .timeline {
    padding-left: 0;
  }

  .timeline:before {
    left: calc(50% - var(--thickness) / 2);
  }

  .timeline p {
    padding-left: 0;
  }

  .timeline p:nth-child(odd) {
    margin-left: calc(50% + var(--size) / 2 + var(--spacing-horizontal));

  }

  .timeline p:nth-child(even) {
    margin-right: calc(50% + var(--size) / 2 + var(--spacing-horizontal));
  }

  .timeline p:nth-child(odd):before {
    left: calc(-1 * var(--size) - var(--spacing-horizontal));
  }

  .timeline p:nth-child(even):before {
    left: calc(100% + var(--spacing-horizontal));
  }
}

/* Scrollbar */
.operating-box2 {
  left: 225px;
  bottom: -48px;
}


.choose123 {
  justify-content: left;
  background-color: transparent;
  height: 100px;
}

.list-box1234 {
  gap: 0;
}

.area-five-franchise {
  padding-bottom: 50px;
}

/* contact form franchise */
.right_contact_social_icon {
  background: linear-gradient(to top right, #03657d -5%, #1b444f 100%);
  z-index: 1;
  right: 0;
  position: absolute;
}

.contact_us123 {
  background-color: #ffffff;
  padding: 56px 0px 10px;
  position: relative;
  border-top: 1px solid #cccc;
  background-color: #0188A9;
  height: 84svh;
}

.contact_us123 .contact_inner {
  background-color: #fff;
  position: relative;
  /* box-shadow: 20px 22px 44px #cccc; */
  border-radius: 25px;
}

.contact_us123 .contact_field {
  padding: 60px 340px 90px 100px;
  height: 73vh;
}

.contact_us123 .right_contact_social_icon {
  height: 100%;
}

.contact_us123 .contact_field h3 {
  /* color: #000; */
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact_us123 .contact_field p {
  /* color: #000; */
  /* font-size: 13px; */
  font-weight: 400;
  /* letter-spacing: 1px; */
  margin-bottom: 35px;
}

.contact_us123 .contact_field .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}

.contact_us123 .contact_field .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #ffa021;
}

.contact_us123 .contact_field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}

.contact_us123 .contact_info_sec {
  position: absolute;
  background-color: #2d2d2d;
  right: 1px;
  z-index: 1;
  top: 18%;
  color: #ffffff;
  height: 400px;
  width: 340px;
  padding: 40px;
  border-radius: 25px 0 0 25px;
}

.contact_us123 .contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 15px;
  color: #ffffff;
}

.contact_us123 .info_single {
  margin: 30px 0px;
}

.contact_us123 .info_single i {
  margin-right: 15px;
}

.contact_us123 .info_single span {
  font-size: 14px;
  letter-spacing: 1px;
}


.contact_us123 .contact_field123 {
  padding: 60px 18px 90px 335px;
  height: 73vh;
}

.contact_field123 .list-wrap li a {
  /* color:#03657d; */
  font-weight: 500;
  position: relative;
  background-color: #ffffff;



}

.contact_field123 .list-wrap li a img {
  width: 116px !important;
  height: 85px;
  object-fit: cover;
  border-radius: 10px;
}


.contact_field123 .fw-logo img {
  max-height: 60px;
}

.contact_us123 button.contact_form_submit {
  background: linear-gradient(to top right, #03657d -5%, #1b444f 100%);
  border: none;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-top: 25px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 2px;
}

.contact_us123 .socil_item_inner li {
  list-style: none;
  visibility: hidden;
}

.contact_us123 .socil_item_inner li a {
  color: #fff;
  margin: 0px 15px;
  font-size: 25px;
}

.contact_us123 .socil_item_inner {
  padding-bottom: 10px;
}

.map_sec {
  padding: 20px 0px;
}

.map_inner h2,
.map_inner p {
  /* color: #000; */
  text-align: center;
}

.map_inner p {
  font-size: 14px;
}

.map_bind {
  margin-top: 50px;
  border-radius: 30px;
  overflow: hidden;
}

.control123 {
  line-height: 2;
}

.brand-sec123 {
  gap: 0;
}

.inquiry-franchise {
  position: relative;
}

/* who can take our franchise */

.wrapper1234 {
  position: relative;
}

/* .wrapper1234 .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.5s;
  transform-origin: center;
} */

.wrapper1234 .item {
  transform-origin: center;
  transition: 0.5s;
  position: absolute;
  /* width: 120px;
  height: 80px; */
  border-radius: 10px;
  border: 5px solid #ffffff inset;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
  display: inline-block;
  /* margin: 0; */
  font-size: 1.5em;
  background-color: var(--tg-theme-primary);
  font-family: sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper1234 .controls {
  position: absolute;
  top: 47%;
  width: 99%;
  text-align: center;
}

.wrapper1234 .left,
.wrapper1234.right {
  display: inline-block;
  /* color: #fff; */
  font-size: 3em;
  cursor: pointer;
}

.wrapper1234 .left {
  margin-right: 30px;
}

.wrapper1234 .right {
  margin-left: 30px;
}

/* skipable part */
.coffee {
  width: 96%;
  position: absolute;
  bottom: 0px;
  text-align: right;
  color: #fff;
  font-weight: 600;
  font-family: sans-serif;
}

.ptr {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #355c7d;
  background: #ff80ab;
  position: absolute;
  width: 220px;
  height: 50px;
  text-decoration: none;
  border: 1px solid #d69aae;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: 700;
  bottom: 50px;
  right: 20px;
  transition: 0.3s;
}

.fst-sec123 .card h3 {
  text-align: center;

}

.fst-sec123 .card p {
  text-align: center;
}

.ptr:hover {
  transition: 0.3s;
  transform: scale(1.1);
}

.selection-off {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
   supported by Chrome and Opera */
}

.sec-pos-123 p {
  color: #ffffff;
}

.sec-pos-12345 {
  background-color: var(--tg-theme-secondary);
  border-bottom-left-radius: 0;
}

.map_inner h2 {
  font-size: 2.5rem;
}

.map_inner p {
  font-size: 1rem;
}

.contact_field h2 {
  font-size: 2.5rem;
}

.contact_field p {
  font-size: 1rem;
}

.wrapper1234 #wrapper-item1 {
  top: -202px;
  right: 80px;
  padding: 15px 30px;
}

.wrapper1234 #wrapper-item2 {
  top: 15px;
  right: 15px;
  padding: 15px 30px;
}

.wrapper1234 #wrapper-item3 {
  top: -308px;
  right: 220px;
  padding: 15px 30px;
}

.wrapper1234 #wrapper-item4 {
  padding: 15px 62px;
  top: 232px;
  right: 221px;
}

.wrapper1234 #wrapper-item5 {
  top: -94px;
  right: 15px;
  padding: 15px 38px;
}

.wrapper1234 #wrapper-item6 {
  top: 124px;
  right: 81px;
  padding: 15px 21px;
}

.wrapper1234-heading {
  background-color: #03657d;
  border-radius: 50%;
  width: 236px;
  height: 236px;
  position: absolute;
  top: -116px;
  left: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 5px solid white; */
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);

}

.wrapper1234-heading h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.franchise-add-no {
  margin-left: 0;
}

.form-f-3 img {
  margin-left: 0;
  padding: 6px 30px;
}

.choose11 {
  font-size: 60px;
}

.add-no12 {
  width: 95%;
}

.area-five121 {
  padding-bottom: 30px;
}

.brand-area-f {
  border: none;
}

.franchise-req-shape img {
  z-index: 0;
}


#snackbar {
  /* user-select: none; */
  /* color: #ded; */
  /* background: #333; */
  /* border-radius: .7em; */
  width: fit-content;
  /* max-width: 70svw; */
  margin-inline: auto;
  z-index: 200;
  font-size: 1.8rem;
  text-align: center;

  transition: filter calc(1500ms / 3) ease-in-out;
  animation-duration: 1500ms;
  animation-timing-function: ease-in-out;
  margin-right: 40px;
  margin-top: 50px;

}

#snackbar span {
  text-align: center;
}

#cancel {
  border: 2px solid transparent;
  /* border-radius: .5rem; */
  background: transparent;
  color: rgba(128, 129, 129, 0.87);
  cursor: pointer;
  position: absolute;
  right: 1ch;
  top: 5%;
  /* transition: filter calc(1500ms / 3) ease-in-out; */
}

#snackbar.show {
  position: fixed;
  bottom: 0;
  right: 5%;
  /* margin-top: -400px;
  margin-right: 40px; */
  animation-name: fadein;
  animation-delay: 0s;
}

.NaN {
  position: fixed;
  bottom: -500px;
  right: 5%;
  animation-name: fadeout;
  animation-delay: 0s;
  animation-duration: 2s;

}

/* #snackbar.goout {
  margin-top: 60px;
  animation-name: drop;
} */
/* #snackbar.drop {
  margin-bottom: -100px;
  animation-name: fadeout;
  animation-delay: 1500ms;
} */

.form-franchise123 {
  width: 360px;
  border: 1px solid #c5c5c5;
  padding: 40px 20px 45px;
}


@keyframes fadein {
  from {
    bottom: -500px;
    right: 5%;
  }

  to {
    bottom: 0px;
    right: 5%;
  }
}

@keyframes fadeout {
  from {
    bottom: 0px;
    right: 5%;
  }

  to {
    bottom: -500px;
    right: 5%;
  }
}

/* @keyframes drop {
  from { margin-top: calc(-1 * 22ch);margin-right:40px; }
  to {margin-top: 60px;margin-right:40px;}
} */
/* @media(prefers-color-scheme: dark) {
  :root {
   --clr-bg: #8c2;    
   --clr-snack: #ccc;   
   --clr-snack-txt: #323;   
  }
} */




@media (max-width:660px) {
  .brand-sec {
    gap: 0;
  }

  .card-row,
  .card-section1 {
    display: none;

  }

  .career-card-section1 {
    display: block;
  }

  .career-card-section1 .apply-btn {
    float: none !important;
    padding-left: 0 !important;
  }

  .changes11 {
    margin-left: 0px;
  }

  .side {
    display: none;
  }

  .job-card-small-page {
    display: block !important;

  }

  .job-posting2 {
    width: 95%;
  }

  .job-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
  }

  .irs--round {
    width: 95%;
  }

  .card-det-head {
    width: 100%;
  }

  .job-full-des {
    padding: 10px;
  }

  .job-display {
    justify-content: center;
  }

  .save-job36 {
    display: none;
  }

  .spec36 {
    text-align: center;
  }

  .skill36 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

  }

  .keyword36 {
    margin-top: 10px;

  }

  .apply-sec36 {
    /* d-flex flex-column justify-content-lg-end align-items-end */

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .data-right .job-data {
    margin-left: 5px;
  }

  .job-data iframe {
    width: 320px;
    height: 250px;

  }

  .abt-company .apply-now {
    padding: 1rem 6.5rem;
    margin-bottom: 20px;
  }

  .skill-det {
    display: flex;
    flex-wrap: wrap;
  }

  .skill-det span {
    margin-top: 10px;

  }

  .bb {
    text-align: center;
  }

  .share-sec p {
    font-size: 18px;
    width: 100%;
    font-weight: 500;
    margin-bottom: 0;
  }

  .job-banner-area2 img {
    display: none;
  }

  .share-sec {
    gap: 22px;
    position: relative;
  }

  .share-sec .social-icon {
    padding: 5px 15px;

    font-size: 14px;

  }

  .filter {
    margin: 0 15px;
  }

  .salary-sec {
    margin-left: 20px;
  }

  .button1 {
    padding: 5px 25px;
    font-size: 18px;
  }

  #back-img2 {
    display: none;
  }

  .gender img {
    margin-left: 40px;
  }

  .checkbox-grp {
    display: flex;
    flex-shrink: unset;
  }

  .filter-list {
    margin: 0 5px;
  }

  .search-box-sec {
    display: none;
  }

  .scroll__top.open {
    right: 10px;
  }

  .testimonial_section111 .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
    max-width: 340px;
  }

  .background_layer1113 {
    display: none;
  }

  .background_layer1123 {
    display: none;
  }

  .owl-carousel {
    margin-left: 5px;
  }

  .change111 {
    margin-left: 0px !important;
  }

  .testimonials-wrapper .owl-carousel .owl-stage-outer {
    max-width: 340px;
  }

  .testimonial-block .inner-box {
    width: 330px;
  }

  .testimonials-wrapper .owl-theme .owl-nav {
    display: none;
  }

  .heading-test {
    display: none;
  }

  .testimonial_section111 .about_content111 .layer_content {
    margin-top: -50px;
  }

  .testimonial_section111 .about_content111 .layer_content .section_title h2 {
    font-size: 36px;
    color: #fff;
  }

  .section-title1 {
    margin-left: -600px;
    left: 0;
  }

  .list-box123 {
    flex-direction: row;
    gap: 10px;
  }

  .heading-why123 {
    position: absolute;
    top: 0;
  }

  .fst-sec123 {
    margin: 360px 0 20px;
  }

  .image103 {
    display: none;
  }

  .lst-sec123 {
    margin-top: 20px;
  }

  .contact_info_sec {
    display: none;
  }

  .background-sec123 {
    clip-path: none;
  }

  .slider__bg123 {
    clip-path: none;
  }

  .contact_us123 .contact_field {
    padding: 0;
  }

  .wrapper1234 .wrapper {
    position: relative;
    top: auto;
    left: auto;
  }

  .wrapper1234 .item {
    position: relative !important;
    width: auto;
    margin: 5px 0;

  }

  .wrapper1234 #wrapper-item1,
  .wrapper1234 #wrapper-item2,
  .wrapper1234 #wrapper-item3,
  .wrapper1234 #wrapper-item4,
  .wrapper1234 #wrapper-item5,
  .wrapper1234 #wrapper-item6 {
    top: 0;
    right: 0;
  }

  .wrapper1234-heading {
    background-color: #ffffff;
    border-radius: 5%;
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
  }

  .wrapper1234-heading h2 {
    color: #03657d;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
  }

  .coffee-img-sec {
    position: relative;
    margin-left: 0;
  }

  .coffee-desc h3 {
    text-align: center;
  }

  .list-box123 {
    display: flex;
    flex-direction: column;
  }

  .list-box1234 {
    display: flex;
    flex-direction: row;
  }

  .about-img-wrap {
    display: none;
  }

  .choose__img-wrap-five {
    padding-bottom: 0;
  }



  .section-title {
    margin: 20px 0;
  }

  .wrapper1234 .item {
    background-color: transparent;
    color: #03657d;
  }

  .brand-item1 {
    width: 120px;

  }

  .brand-area {
    padding: 0;
  }

  .contact_field {
    margin-bottom: 10px;
  }
}

/* --------------------franchise inquiry form------------------------- */

.franchise-contact-page-sec {


  .contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;

  }

  .counter-franchise {
    flex-direction: column !important;
  }

  .counter-franchise .content .count {
    justify-content: center;
    font-size: 35px;
    letter-spacing: 3px;
  }

  .counter-franchise .content p {
    font-size: 15px;
    margin-top: 1.2rem;
  }

  .contact-info-icon {
    margin-bottom: 15px;
  }

  .contact-info-item {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #cbc8c8;
    padding: 30px 0px;
  }

  .contact-page-sec .contact-page-form h2 {
    color: #071c34;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
  }

  .contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
  }

  .contact-page-form.contact-form input {
    margin-bottom: 5px;
  }

  .contact-page-form.contact-form textarea {
    height: 110px;
  }

  .contact-page-form.contact-form input[type="submit"] {
    background: #071c34;
    width: 150px;
    border-color: #071c34;
  }

  .contact-info-icon i {
    font-size: 48px;
    color: #fda40b;
  }

  .contact-info-text p {
    margin-bottom: 0px;
  }

  .contact-info-text h2 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .contact-info-text span {
    color: #999999;
    font-size: 16px;
    /* font-weight: ; */
    display: inline-block;
    width: 100%;
  }

  .contact-page-form input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 20px 16px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
  }

  .contact-page-form .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0;
  }

  .single-input-field textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    width: 100%;
    height: 120px;
    padding: 12px 16px;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
  }

  .single-input-fieldsbtn input[type="submit"] {
    background: #fda40b none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;

  }

  .single-input-fieldsbtn input[type="submit"]:hover {
    background: #071c34;
    transition: all 0.4s ease-in-out 0s;
    border-color: #071c34
  }

  .single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
  }

  .contact-page-form {
    display: inline-block;
    width: 100%;
    /* margin-top: 30px; */
  }

  .contact-page-map {
    margin-top: 36px;
  }

  .contact-page-form form {
    padding: 20px 15px 0;
  }

}

.cursor {
  width: 0;
  height: 0;

}

.cursor-example {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: white;
  border: 2px solid #071c34;
}

.cursor-main {
  background-color: black;
}

.footer-info-list123 .list1234 li a {
  color: #0073b1 !important;
}


.career-us-title {
  color: #ffffff !important;
}





.accordion1 {
  display: flex;
  width: 100%;
  height: 600px;
  margin: 0;
  padding: 0;
}

.accordion__image {
  width: 900px;
  height: 600px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.accordion__title1 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  writing-mode: vertical-rl;
  color: #ffffff;
  font-size: clamp(1em, 2vw - 0.5em, 3em);
  letter-spacing: 0.1em;
  text-transform: Uppercase;
  transition: all 0.3s ease-out;
}

.accordion__title1::after {
  content: "";
  margin-top: 0.3em;
}

.accordion__description1 {
  position: absolute;
  width: 60%;
  left: 1em;
  bottom: 1em;
  color: #ffffff;
  transform: translateY(200px);
  opacity: 0;
  transition: all 0.3s ease-out;
  transition-property: opacity, transform;
}

.accordion__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #111111 100%);
  opacity: 1;
  transition: opacity 0.4s ease-out;
}

.accordion__item1 {
  position: relative;
  flex-grow: 1;
  width: 100px;
  height: 100%;
  background: var(--bg);
  transition: flex-grow 300ms ease;
  overflow: hidden;
}

.accordion__item1:hover {
  flex-grow: 17;
}

.accordion__item1:hover .accordion__overlay {
  opacity: 0.5;
}

.accordion__item1:hover .accordion__title1::after {
  content: none;
}

.accordion__item1:hover .accordion__description1 {
  transform: translateY(0);
  opacity: 1;
}

.accordion__item1:hover .accordion__image {
  transform: scale(1);
}

.career-services__tab-wrap {
  flex-direction: column;
}

.career-section-title {
  display: flex;
  flex-direction: column;
  justify-content: left;
  flex-wrap: wrap;
  gap: 10px;
  align-items: start;
}

.career-tabs {
  display: flex;
  flex-direction: row !important;
  width: auto !important;
  justify-content: space-between;
}

.career-nav-link {
  width: auto !important;
  padding: 15px 20px !important;
  background-color: #ffffff !important;
  color: #0188A9 !important;
  border: 2px solid var(--tg-theme-primary) !important;
  border-radius: 5px !important;
}

.career-fraud {

  position: relative;
  padding: 50px 50px;
  margin: 50px 0;
}

.vacancy-career-details {
  position: relative;
  padding: 50px 50px;
  margin: 50px 0;
}

/* .career-fraud .container{
  background-color: var(--tg-heading-color);
  padding: 20px 50px;
} */
.career-fraud h2,
.career-fraud p {
  color: #ffffff;
}

.vacancy-career-details h2,
.vacancy-career-details p {
  color: #ffffff;
}

.your-career-with-us {
  background-color: var(--tg-heading-color);
  margin: 90px 0;
  height: 505px;
  position: relative;
}

.career-service-icon-five {
  font-size: 40px;
}

.career-service-item-five {
  padding: 0 18px 0 16px;
  text-align: left;
}

@media (max-width: 1898px) {
  .career-fraud {
    background-color: var(--tg-heading-color);
    position: relative;
    padding: 50px 50px;
    margin: 50px 0;
  }
}

@media (max-width: 1898px) {
  .vacancy-career-details {
    background-color: var(--tg-heading-color);
    position: relative;
    padding: 49px 0 0 0;
    margin: 50px 0;
  }
}


.tag-scrollers {
  width: 100%;
  max-width: 620px;
  overflow: hidden;
}

/*	POSSIBLY UPDATE COLORS IN THE GRADIENT
		TO MATCH THE PROJECTS DESIGN SYSTEM
*/
.tag-scroller {
  display: grid;
  gap: 1.5rem;
  mask: linear-gradient(90deg,
      #0000,
      var(--background) 15%,
      var(--background) 85%,
      #0000);
}

.career-tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  /*	IF THE GAP IS CHANGED, DON'T FORGET TO CHANGE 
			THE TRANSFORM VALUE IN THE SCROLL ANIMATION
			AT THE END OF THE STYLING
	*/
  gap: 1.5rem;
}

/*	IF THE USERS PREFERS REDUCED MOTION
		PRESENT THEM WITH A HOROZONTAL LIST
		OF ALL ELEMENTS AND GIVE THEM THE
		OPTION TO MANUALLY SCROLL BY SWIPING
*/
@media (prefers-reduced-motion) {
  .career-tag-list {
    flex-flow: row nowrap;
    overflow: auto;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
  }

  .career-tag-list::-webkit-scrollbar-track {
    background: transparent;
  }

  .career-tag-list::-webkit-scrollbar-thumb {
    background: transparent;
  }

  /* .career-tag-list::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  } */
}

/*	BASIC STYLING OF THE LIST ITEMS
		FOR DEMO PURPOSES. MOST PROPERTIES
		SHOULD BE KEPT AS IS BUT PROBABLY
		UPDATE THE VALUE FOR font-family
		AND border
*/
.career-tag-list li {

  font-family: system-ui;
  font-size: 1.125rem;
  line-height: 1;
  background: #dfe6e6;
  padding: 0.625rem 1.375rem;
  /* border: 2px solid #056c8b69; */
  border-radius: 10ch;
  white-space: nowrap;
  /* clip-path: polygon(4% 0, 100% 0%, 96% 100%, 0% 100%); */
}

/*	THE DURATION IS SET FROM A CUSTOM PROPERTY
		CALCULATED IN THE SCRIPT AS IT'S ONLY NEEDED
		IF THE ANIMATION SHOULD RUN, WHICH IS ALSO
		CHECKED BY THE SCRIPT

		THE DIRECTION IS SET TO normal AS DEFULT
		AND THEN SET TO reverse	FOR EVERY OTHER SCROLLER
*/
.tag-scroller.scrolling .career-tag-list {
  width: max-content;
  flex-wrap: nowrap;
  animation: horizontal-scroll var(--duration) var(--direction, normal) linear infinite;
}

.tag-scroller.scrolling .career-tag-list:nth-child(even) {
  --direction: reverse;
}

/* PAUSING THE ANIMATION ON HOVER */
.tag-scroller:hover .career-tag-list {
  animation-play-state: paused;
}

@keyframes horizontal-scroll {
  to {
    /*	0.75rem FOR HALF THE GAP
				OF THE .tag-scroller
		*/
    transform: translateX(calc(-50% - 0.75rem));
  }
}


.CRPL-today {
  margin: 80px 0;

}

.core-value {
  background-color: var(--tg-heading-color);
  position: relative;
  padding: 70px 0;
  margin: 80px 0;
}

.career-card h2 {
  color: #FAFDFF;
  font-weight: 500;
  font-size: 22px;
}

.career-card p {
  color: #F0F8FF;
  font-size: 14px;
}

.heading-core-value {
  margin-bottom: 80px;
}

.heading-core-value2 {
  margin-bottom: 5px;
}

.heading-core-value p {
  margin-top: 20px;
}

.heading-core-value h2 {
  font-size: 42px;
}

.heading-core-value h2,
.heading-core-value p {
  color: #FAFDFF;
}

.core-value-img {
  position: absolute;
  height: 600px;
  top: -35px;
}

/* 
.career-with-us-content {
  padding-left: 20px;
} */

.career-with-us-content span,
.career-with-us-content h2 {
  color: #ffffff;
}

.career-with-us-content p {
  width: 100%;
  color: #FAFDFF;
}

.desc-sec {
  margin-bottom: 40px;
}

.our-employees {
  padding: 40px 0;
}

.our-employees-heading h2 {
  font-size: 3em !important;
  margin-bottom: 50px !important;
}

.our-employees-heading h2 span {
  z-index: 1;
}

.our-employees-content .career-card h2,
.our-employees-content .career-card p {
  color: var(--tg-heading-color);

}

.career-card i {
  font-size: 60px;
  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;
}

.career-card-inner p {
  font-size: 16px;
  font-weight: 500;
}

.our-employees-content {
  padding-left: 32px;
}

.desc-sec p {
  font-weight: 500 !important;
}

.our-employees-heading .sub-title {
  color: var(--tg-theme-primary);
}

.Corporate-Sustainability {
  margin: 90px 0 145px 0;
}

.left-sec-corporate {
  position: relative;
}

.cs-1,
.cs-2 {
  position: absolute;
}

.cs-2 {
  max-width: 300px;
  z-index: 2;
  top: 62%;
  left: 46%;
  border-radius: 0 20px 20px 20px;
}

.corporate-card h2,
.corporate-card p {
  color: var(--tg-heading-color);
}


.cs-1 {
  z-index: -1;
  left: 159px;
  bottom: -181px;
  width: 243px;
  -webkit-transition: all 0.5s ease-in;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  transition: all 0.5s ease-in;
  animation-name: rotate;
  animation-duration: 5.0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.core-value-background {
  position: absolute;
  height: 500px;
  top: 10px;
  width: 100%;
  margin-left: 349px;
  background-color: var(--tg-body-color);
}

@media (min-width: 1900px) {

  .career-fraud-background {
    position: absolute;
    height: 276px;
    top: 10px;
    width: 100%;
    /* right: -15px; */
    /* clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%, 0 31%); */
    margin-left: 298px;
    background-color: var(--tg-body-color);
  }
}

.your-career-background {
  position: absolute;
  height: 500px;
  top: 10px;
  width: 100%;
  margin-left: 349px;
  background-color: var(--tg-body-color);
}

@media (min-width: 1900px) {
  .vacancy-banner-background {
    position: absolute;
    height: 276px;
    z-index: -1;
    top: 10px;
    width: 100%;
    right: -15px;
    margin-right: 363px;
    background-color: var(--tg-body-color);
    /* clip-path: polygon(95% 0, 100% 27%, 100% 100%, 0 100%, 0 0); */
  }
}

.vacancy-banner {
  position: relative;
  padding: 0 50px;
  margin: 50px 0;
}

.vacancy-banner-img {
  width: 348px;
  margin-left: 3rem;
}

.vacancy-line-img {
  position: absolute;
  transform: rotate(7deg);
  right: 782px;
  top: -9px;
}

.career-job-card {
  width: 615px;
  background-color: #f5fbfd70;
  border-radius: 0px;
  box-shadow: none;
  /* width: 947px; */
  padding: 10px 20px;
  border: 1px solid rgb(0 0 0 / 24%);
  transition: .2s ease-in-out;
}

.career-job-card .specification1 {
  margin: 15px 0 0;
}

.career-job-card .apply-btn .button1 {
  padding: 6px 15px;
}

/* ------------------------------------------frequently ask question page ---------------------------------------------*/

.faq-career {
  position: relative;
}

#FAQ {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.faq-accordian {
  width: 100%;
  margin: 0 auto;
}

.faq-accordian .item {
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 35px 20px;
  border-bottom: 1px solid #aaa5a5;
  /* border-radius: 8px; */
  position: relative;
  transition: background-color 0.3s ease;
}

.faq-accordian .career-item {
  background-color: #ffffff00;
  border-bottom: 1px solid #d8d7d7;
  padding: 20px 20px;
}

.faq-accordian .item.selected {
  background-color: #ffffff;

}

.faq-accordian .career-item.selected {
  background-color: #ffffff00;
}

.career-item p {
  color: white
}

/* 
.faq-accordian .item::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #06965c;
} */

.FAQ-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  color: #131414;
}

.faqQuestion {
  font-size: 15px;
  color: #131414;
  text-align: start;
}

.career-fquestion {
  color: #ffffff;
}

.FAQ-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #131414;
}

.FAQ-content.show {
  max-height: 9999px;
  transition: max-height 0.8s cubic-bezier(1, 0, 1, 0);
}

.expandToggle {
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}

.career-expandToggle {
  background: #efeded00;
  color: aliceblue;
}

.FAQ-ShowMore {
  text-align: center;
  margin-top: 10px;
}

.FAQ-ShowMore button {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  background-color: var(--tg-theme-primary);
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

.FAQ-ShowMore button:hover {
  background-color: var(--tg-body-color);
  /* color: black; */
  font-weight: 700;

}

/* Responsive styles */
@media (max-width: 1024px) {
  .faq-accordian {
    max-width: 90%;
  }

  .faq-accordian .item {
    padding: 12px 16px;
  }

  .FAQ-title {
    font-size: 16px;
  }

  .expandToggle {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .faq-accordian {
    padding: 10px;
  }

  .faq-accordian .item {
    padding: 10px 14px;
  }

  .FAQ-title {
    font-size: 14px;
  }

  .expandToggle {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .faq-accordian {
    padding: 5px;
  }

  .faq-accordian .item {
    padding: 8px 12px;
  }

  .FAQ-title {
    font-size: 12px;
  }

  .expandToggle {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}

.banner-img-faq img {
  margin-top: 0;
}

#career-ban-img {
  margin-left: 30px;
  margin-bottom: -48px;
}

.career-faq-banner {
  padding-top: 51px;
  z-index: 2;
}

.career-faq-banner {
  padding-left: 15px;
}

.faq-heading {
  font-size: 2.75rem;
}

.faq-question-mark {
  position: absolute;
  transform-origin: top center;
  width: 17vw;
  top: -49px;
  /* z-index: -2; */
  /* transform: skewY(20deg); */
  animation-name: swing;
}

.career-what-we-offer {
  background-color: var(--tg-body-color);
}

.career-crpl-2:hover {
  cursor: context-menu;
}

/* .career-gallery{
  display: grid;
  grid-template-rows: auto 1fr;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
} */
/* .header-car123 {
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 100;
  margin-left: -13px;
}

.progress-container1123 {
  background-color: rgb(150 150 150 / 0%);
  height: 10px;
  width: 100%;
}

.progress-bar1123 {
  background-color: #2196f3;
  height: 5px;
  width: 0%;
} */

/* ------------------------------------------gallery-------------------------------------------- */

#lightbox {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: #292929;
  opacity: 0;
  /* Initial opacity set to 0 */
  transition: opacity 0.5s;
  /* Cross-fade transition */
}

/* Container for the image and caption */
#lightbox figure {
  max-width: calc(90vw - 100px);
  max-height: calc(90vh - 100px);
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lightbox-image {
  width: 60vw;
  height: 100%;
  max-height: calc(100vh - 100px);
  /* Adjusted to accommodate the caption */
  display: block;
  margin: 0;
  opacity: 0;
  /* Initial opacity */
  transition: opacity 0.5s;
  /* Cross-fade transition */
  object-fit: contain;
  aspect-ratio: 4/3;
}

#lightbox-caption {
  color: white;
  text-align: center;
  width: 100%;
  height: 80px;
  /* Fixed height for the caption */
  background: rgba(0, 0, 0, 0);
  /* Semi-transparent background for the caption */
  padding: 10px;
  /* Padding for spacing */
  box-sizing: border-box;
  padding-top: 15px;
}

/* Styling for h2 and p in the caption */
#lightbox-caption h2 {
  font-size: 1.2em;
  /* Adjust as needed */
  margin: 0;
}

#lightbox-caption p {
  font-size: 0.9em;
  /* Adjust as needed */
  margin: 0;
}

#close,
#prev,
#next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 10px;
  border-radius: 5px;
  color: white;
}

#lightbox #close {
  top: 132px;
  right: 60px;
  width: 35px;
  height: 35px;
}

#lightbox #close:hover {
  background: rgba(178, 34, 52, 0.95);
}

#lightbox #close {
  text-indent: -9999px;
  cursor: pointer
}

#lightbox #close:after,
.close-button:before {
  content: "" '';
  width: 55%;
  height: 2px;
  background: #fafafa;
  position: absolute;
  top: 48%;
  left: 22%;
  transform: rotate(-45deg);
  transition: .3s ease-out
}

#lightbox #close:after {
  transform: rotate(45deg);
  transition: .3s ease-out
}

#lightbox #close:hover:after,
.close-button:hover:before {
  transform: rotate(180deg)
}

#lightbox #prev {
  left: 60px;
}

#lightbox #next {
  right: 60px;
}

#close:hover,
#prev:hover,
#next:hover {
  color: #bf40bf;
  transition: all 0.5s ease-in-out;
}

/* Demo styles */

.top-title {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.gallery {
  width: 100%;
  max-width: 100%;
  margin: 0 0 50px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 30px;
  /* Row gap */
  column-gap: 30px;
  /* Column gap */

}

.gallery-heading h2 {
  font-size: 40px;
  font-weight: 500;
}

.gallery-heading p {
  font-size: 16px;
  font-weight: 400;
  max-width: 800px;
  margin-bottom: 30px;
}

.gallery img {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.5s ease, box-shadow 0.5s ease;

  width: 100%;
  height: auto;
  aspect-ratio: 4 / 4;
  object-fit: cover;
}

.gallery img:hover {
  transform: scale(1.05) translateY(-5px);

}

@media (max-width: 980px) {
  .gallery img:hover {
    transform: none;

  }

  .core-value-img {
    display: none;
  }

  .your-career-with-us {
    height: auto;
  }

  .cs-2 {
    display: none;
  }

  .cs-1 {
    bottom: 0;
  }

  .vacancy-head-car {
    display: none;
  }

}

@media (max-width: 660px) {
  .accordion1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .about__img-wrap-seven .shape img {
    display: none;
  }

  .accordion__item1 {
    position: relative;
    flex-grow: 1;
    width: 50%;
    height: 40vh;
    background: var(--bg);
    transition: flex-grow 300ms ease;
    overflow: hidden;
  }

  #lightbox figure {
    max-width: calc(100vw - 100px);
    max-height: calc(90vh - 100px);
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .lightbox-image {
    width: 73vw;
    height: 100%;
    max-height: calc(100vh - 100px);
    display: block;
    margin: 0;
    opacity: 0;
    transition: opacity 0.5s;
    object-fit: contain;
    aspect-ratio: 4 / 3;
  }

  .gallery-heading h2 {
    font-size: 30px;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
    column-gap: 10px;
  }
}









/* ----------------------------------------------------------career-job page------------------------------------------------------- */

.dark-light svg {
  margin-right: 8px;
  width: 22px;
  cursor: pointer;
  fill: transparent;
  transition: 0.5s;
}

.dark-mode .dark-light svg {
  fill: #ffce45;
  stroke: #ffce45;
}

.dark-mode .job-card svg {
  box-shadow: none;
}

.dark-mode .search.item {
  color: var(--body-color);
  border-color: var(--body-color);
}

.dark-mode .search-location-car svg,
.dark-mode .search-job-car svg,
.dark-mode .search-salary-car svg {
  color: var(--body-color);
}

.dark-mode .detail-button-car {
  background-color: #e1ebfb6e;
  color: var(--subtitle-color);
}

.career-about-shape-wrap img:nth-child(2) {
  right: -21%;
  top: 30%;
  z-index: -2;
}

.career-about-shape-wrap img:nth-child(1) {
  right: -14%;
  top: 18%;
}

.job {
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  /* height: 100vh; */
  margin: 0 auto;
  overflow: hidden;
  /* background-color: #fafafb; */
}

.logo {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}

.logo svg {
  width: 24px;
  margin-right: 12px;
}

.header {
  display: flex;
  align-items: center;
  transition: box-shadow 0.3s;
  flex-shrink: 0;
  padding: 0 40px;
  white-space: nowrap;
  background-color: var(--tg-heading-color);
  height: 60px;
  width: 100%;
  font-size: 14px;
  justify-content: space-between;
}

.header-menu a {
  text-decoration: none;
  color: var(--body-color);
  font-weight: 500;
}

.header-menu a:hover {
  color: var(--active-color);
}

.header-menu a:not(:first-child) {
  margin-left: 30px;
}

.header-menu a.active {
  color: var(--active-color);
}

.user-settings {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.user-settings svg {
  width: 20px;
  color: #94949f;
}

.user-menu {
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
  border-right: 2px solid #d6d6db;
}

.user-menu:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 2px solid var(--tg-heading-color);
  right: 6px;
  top: -1px;
  background-color: var(--active-color);
}

.user-profile {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 10px;
}

.wrapper-car {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  scroll-behavior: smooth;
  padding: 40px 0;
}

.search-menu-car {
  height: 56px;
  white-space: nowrap;
  display: flex;
  flex-shrink: 0;
  border: 1px solid #e0e9ff6b;
  align-items: center;
  background-color: #9cb4f414;
  border-radius: 8px;
  width: 100%;
  padding-left: 20px;
}

.search-menu-car div:not(:last-of-type) {
  border-right: 1px solid #cecbcb87;
}

.search-bar-car {
  height: 55px;
  width: 100%;
  position: relative;
}

.search-bar-car input {
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  border: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' fill='%230162ff'%3e%3cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0046.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 00.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 0 50%;
  padding: 0 25px 0 27px;
}

.search-location-car,
.search-job-car,
.search-salary-car {
  display: flex;
  align-items: center;
  width: 50%;
  font-size: 14px;
  font-weight: 500;
  padding: 0 25px 0 10px;
  height: 100%;
}

.search-location-car input,
.search-job-car input,
.search-salary-car input {
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  border: none;
}

.search-location-car svg,
.search-job-car svg,
.search-salary-car svg {
  margin-right: 8px;
  width: 18px;
  color: var(--active-color);
  flex-shrink: 0;
}

.search-location-car input {
  font-size: 16px;
}

.search-button-car {
  background-color: #009ac8;
  height: 55px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  padding: 0 15px;
  border-radius: 0 8px 8px 0;
  color: #ffffff;
  cursor: pointer;
  margin-left: auto;
}

.search.item {
  position: absolute;
  top: 10px;
  left: 25px;
  font-size: 13px;
  color: var(--active-color);
  border: 1px solid var(--search-border-color);
  padding: 8px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.search.item svg {
  width: 12px;
  margin-left: 5px;
}

.search.item:last-child {
  left: 185px;
}

.main-container {
  display: flex;
  flex-grow: 1;
  padding-top: 30px;
}

.search-type {
  width: 270px;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-shrink: 0;
}

.alert {
  background-color: var(--alert-bg-color);
  padding: 24px 18px;
  border-radius: 8px;
}

.alert-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.alert-subtitle {
  font-size: 13px;
  color: var(--subtitle-color);
  line-height: 1.6em;
  margin-bottom: 20px;
}

.alert input {
  width: 100%;
  padding: 10px;
  display: block;
  border-radius: 6px;
  background-color: var(--tg-heading-color);
  border: none;
  font-size: 13px;
}

.search-button-cars-car {
  border: none;
  color: var(--tg-color-gray-6);
  background-color: #0085dd;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 14px;
}

.job-wrapper-car {
  padding-top: 20px;
}

.job-time {
  padding-top: 20px;
}

.job-time-title {
  font-size: 14px;
  font-weight: 500;
}

.type-container {
  display: flex;
  align-items: center;
  color: var(--subtitle-color);
  font-size: 13px;
}

.type-container label {
  margin-left: 2px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.type-container+.type-container {
  margin-top: 10px;
}

.job-number {
  margin-left: auto;
  background-color: #f0f0f0;
  color: var(--subtitle-color);
  font-size: 10px;
  font-weight: 500;
  padding: 5px;
  border-radius: 4px;
}

.job-style {
  display: none;
}

.job-style+label:before {
  content: "";
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--subtitle-color);
  border-radius: 4px;
  cursor: pointer;
}

.job-style:checked+label:before {
  background-color: var(--active-color);
  border-color: var(--active-color);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3e%3cpath d='M20 6L9 17l-5-5'/%3e%3c/svg%3e");
  background-position: 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.job-style:checked+label+span {
  background-color: var(--active-light-color);
  color: var(--active-color);
}

.searched-jobs-car {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@-webkit-keyframes slideY {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
}

@keyframes slideY {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
}

.searched-bar-car {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-animation: slideY 0.6s both;
  animation: slideY 0.6s both;
  padding: 0 5px;
}

.searched-show-car {
  font-size: 19px;
  font-weight: 600;
}

.searched-sort-car {
  font-size: 14px;
  color: var(--subtitle-color);
}

.searched-sort-car .post-time {
  font-weight: 600;
  color: var(--subtitle-color);
}

.searched-sort-car .menu-icon-car {
  font-size: 9px;
  color: var(--placeholder-color);
  margin-left: 6px;
}
.des1121{
  display: flex;
  justify-content: baseline;
  align-items: flex-start;
  margin-bottom: -55px;
  margin-top: 25px;
}
.des1122{
  display: flex;
  justify-content: end;
  align-items: baseline;
}
.job-cards-car {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-animation: slideY 0.6s both;
  margin: 5px;
  animation: slideY 0.6s both;
}
.assessment-services__details-area{
  padding-bottom: 0;
}
@media screen and (max-width: 1212px) {
  .job-cards-car {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 930px) {
  .job-cards-car {
    grid-template-columns: repeat(1, 1fr);
  }
}

.job-card {
  padding: 20px 16px;
  background-color: var(--tg-heading-color);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s;
}

.job-card:hover {
  transform: scale(1.02);
}

.job-card svg {
  width: 46px;
  padding: 10px;
  border-radius: 8px;
}

.job-card-title-car {
  font-weight: 600;
  margin-top: 4px;
  font-size: 24px;
}

.career-card123 {
  /* clip-path: polygon(95% 0, 100% 35%, 100% 100%, 0 100%, 0 0); */
  background-color: #0085dd;
  /* border: 1px solid #00aadd4d; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

}

.job-card-car {
  padding: 18px 12px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  display: flex;
  flex-direction: column;
  align-items: unset;
  justify-content: space-around;
  transition: all .2s ease-in-out;
  clip-path: polygon(94% 0, 100% 35%, 100% 100%, 0 100%, 0 0);
  background-color: white;
}


.job-card-subtitle-car {
  color: var(--subtitle-color);
  font-size: 15px;
  margin-top: 14px;
  line-height: 1.6em;
}

.job-card-header-car {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
}

.overview-card:hover {
  background: #2b2ecf;
  transition: none;
  transform: scale(1);
}

.overview-card:hover svg {
  box-shadow: none;
}

.overview-card:hover .job-overview-buttons-car .search-button-cars-car.time-button,
.overview-card:hover .job-overview-buttons-car .search-button-cars-car.level-button {
  background-color: #575ad8;
  color: #fff;
}

.overview-card:hover .job-card-title-car,
.overview-card:hover .job-stat-car {
  color: #fff;
}

.overview-card:hover .job-card-subtitle-car,
.overview-card:hover .job-day-car {
  color: #dedede;
}

.overview-card:hover .overview-wrapper-car .heart {
  color: #fff;
  border-color: #fff;
}

.overview-card:hover .overview-wrapper-car .heart:hover {
  fill: red;
  stroke: red;
  transform: scale(1.1);
}

.detail-button-car {
  background-color: #e1ebfb;
  color: var(--active-color);
  font-size: 13px;
  font-weight: 500;
  padding: 6px 8px;
  border-radius: 4px;
}

.detail-button-car:hover {
  background-color: #f0f0f0;

}

.detail-button+.detail-button-car {
  margin-left: 4px;
}

.job-card-buttons-car {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  margin-top: 4px;
  margin-left: auto;
}

.card-buttons,
.card-buttons-msg {
  padding: 10px;
  width: 100%;
  font-size: 15px;
  cursor: pointer;
  margin-right: 10px;
}

.card-buttons {
  margin-right: 12px;
}

.card-buttons-msg {
  background-color: #dcd8d8;
  color: var(--subtitle-color);
}

.career-services__tab-wrap {
  flex-direction: column !important;
}

.career-nav-tabs {
  display: flex !important;
  flex-direction: row !important;
  width: auto !important;
  justify-content: space-around;
}

.career-services__tab-wrap .nav-link {
  padding: 15px 3px 15px 14px;
  width: 298px;
}

.career-section-title {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between !important;
}

.menu-dot-car {
  background-color: #9b9ba5;
  box-shadow: -6px 0 0 0 #9b9ba5, 6px 0 0 0 #9b9ba5;
  width: 4px;
  height: 4px;
  cursor: pointer;
  border: 0;
  padding: 2px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: 8px;
}

.header-shadow {
  box-shadow: 0 4px 20px rgba(88, 99, 148, 0.17);
  z-index: 1;
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(300px);
  }
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(300px);
  }
}

.job-overview {
  display: flex;
  flex-grow: 1;
  display: none;
  -webkit-animation: slide 0.6s both;
  animation: slide 0.6s both;
}

.job-overview-cards {
  display: flex;
  flex-direction: column;
  width: 330px;
  height: 100%;
  flex-shrink: 0;
}

.job-overview-card+.job-overview-card {
  margin-top: 20px;
}

.job-overview-buttons-car {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.job-overview-buttons-car .search-button-cars-car {
  background-color: #f0f0f0;
  font-size: 11px;
  padding: 6px 8px;
  margin-top: 0;
  font-weight: 500;
}

.job-overview-buttons-car .search-button-cars-car.time-button {
  color: var(--time-button);
  margin-right: 8px;
}

.job-overview-buttons-car .search-button-cars-car.level-button {
  color: var(--level-button);
}

.job-overview-buttons-car .job-stat-car {
  color: var(--active-color);
  font-size: 12px;
  font-weight: 500;
  margin-left: auto;
}

.job-overview-buttons-car .job-day-car {
  color: var(--subtitle-color);
  font-size: 12px;
  margin-left: 8px;
  font-weight: 500;
}

.job-overview .overview-wrapper-car {
  display: flex;
  align-items: center;
}

.job-overview .overview-wrapper-car svg:first-child {
  width: 42px;
  margin-right: 10px;
}

.job-overview .overview-wrapper-car .heart {
  background: none;
  box-shadow: none;
  width: 24px;
  padding: 4px;
  color: var(--subtitle-color);
  border: 1px solid var(--border-color);
  margin-left: auto;
  margin-bottom: auto;
}

.overview-detail-car .job-card-title-car,
.overview-detail-car .job-card-subtitle-car {
  margin-top: 4px;
}

.overview-detail-car .job-card-subtitle-car {
  font-size: 12px;
  font-weight: 500;
}

.job-explain {
  background-color: var(--tg-heading-color);
  margin-left: 40px;
  border-radius: 0 0 8px 8px;
}

.job-bg {
  border-radius: 8px 8px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 180px;
  transition: 0.3s;
  position: relative;
}

.job-logos {
  margin-top: -30px;
  position: relative;
  margin-bottom: -36px;
  padding: 0 20px;
}

.job-logos svg {
  width: 66px;
  padding: 12px;
  background-color: #fff;
  border-radius: 10px;
  border: 4px solid var(--tg-heading-color);
}

.job-title-wrapper-car {
  display: flex;
  align-items: center;
}

.job-title-wrapper-car .job-card-title-car {
  font-size: 20px;
  margin-top: 0;
  font-weight: 600;
}

.job-action {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.job-action svg {
  width: 32px;
  border: 1px solid var(--border-color);
  color: var(--subtitle-color);
  border-radius: 8px;
  padding: 6px;
}

.job-action svg+svg {
  margin-left: 12px;
}

.job-explain-content {
  padding: 50px 25px 30px;
}

.job-subtitle-wrapper-car {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.job-subtitle-wrapper-car .posted {
  margin-left: auto;
}

.job-subtitle-wrapper-car .company-name {
  color: var(--active-color);
  font-weight: 600;
  font-size: 14px;
}

.job-subtitle-wrapper-car .comp-location,
.job-subtitle-wrapper-car .posted {
  color: var(--subtitle-color);
  font-size: 12px;
  font-weight: 500;
}

.job-subtitle-wrapper-car .comp-location {
  position: relative;
  margin-left: 10px;
}

.job-subtitle-wrapper-car .comp-location:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--placeholder-color);
  top: 49%;
  left: -8px;
  position: absolute;
}

.job-subtitle-wrapper-car .app-number {
  color: var(--body-color);
  position: relative;
  margin-left: 12px;
}

.job-subtitle-wrapper-car .app-number:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--placeholder-color);
  top: 50%;
  left: -7px;
  position: absolute;
}

.explain-bar {
  margin-top: 20px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  display: flex;
  height: 66px;
  padding: 0 16px;
  align-items: center;
  justify-content: space-between;
}

.explain-title {
  color: var(--subtitle-color);
  font-size: 12px;
  line-height: 40px;
  white-space: nowrap;
}

.explain-subtitle {
  font-size: 13px;
  font-weight: 500;
  margin-top: -2px;
  white-space: nowrap;
}

.explain-contents {
  height: 66px;
}

.explain-contents+.explain-contents {
  border-left: 1px solid var(--border-color);
  padding-left: 16px;
}

.overview-text {
  margin-top: 30px;
}

.overview-text-header {
  font-weight: 600;
  margin-bottom: 25px;
}

.overview-text-subheader {
  font-size: 13px;
  line-height: 2em;
}

.overview-text-item {
  font-size: 13px;
  position: relative;
  display: flex;
}

.overview-text-item+.overview-text-item {
  margin-top: 20px;
}

.overview-text-item:before {
  content: "";
  border: 2px solid #61bcff;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  margin-right: 8px;
  flex-shrink: 0;
}

.detail-page .job-overview {
  display: flex;
}

.core-value-faq {
  height: 537px;
  padding: 45px 0;
}

.detail-page .job-cards-car,
.detail-page .searched-bar-car {
  display: none;
}

@media screen and (max-width: 1300px) {
  .detail-page .search-type {
    display: none;
  }

  .detail-page .searched-jobs-car {
    padding-left: 0;
  }
}

@media screen and (max-width: 990px) {

  .explain-contents,
  .explain-bar {
    height: auto;
  }

  .explain-bar {
    flex-wrap: wrap;
    padding-bottom: 14px;
  }

  .explain-contents {
    width: 50%;
  }

  .explain-contents+.explain-contents {
    padding: 0;
    border: 0;
  }

  .explain-contents:nth-child(2)~.explain-contents {
    margin-top: 16px;
    border-top: 1px solid var(--border-color);
  }

  .job-subtitle-wrapper-car {
    flex-direction: column;
    align-items: flex-start;
  }

  .job-subtitle-wrapper-car .posted {
    margin-left: 0;
    margin-top: 6px;
  }
}

@media screen and (max-width: 930px) {

  .search-job-car,
  .search-salary-car {
    display: none;
  }

  .search-bar-car {
    width: auto;
  }
}

@media screen and (max-width: 760px) {
  .detail-page .job-overview-cards {
    display: none;
  }
  .des1121{
    margin-bottom: 0;
    margin-top: 10px;
    justify-content: start;
  }
  .des1122{
    justify-content: start;
  }
  .core-value-faq {
    height: 85vh;
  }
  .button2{
    margin-top: 5px;
    padding: 5px 25px;
  }
  .job-card-buttons-car {
    width: 100%;
  }

  .user-name {
    display: none;
  }

  .user-profile {
    margin-right: 0;
  }

  .job-explain {
    margin-left: 0;
  }
}

@media screen and (max-width: 730px) {
  .search-type {
    display: none;
  }

  .searched-jobs-car {
    padding-left: 0;
  }

  .search-menu-car div:not(:last-of-type) {
    border: 0;
  }

  .job-cards-car {
    grid-template-columns: repeat(2, 1fr);
  }

  .search-location-car {
    display: none;
  }

  .career-fraud {
    text-align: center;
  }
}

@media screen and (max-width: 620px) {
  .job-cards-car {
    grid-template-columns: repeat(1, 1fr);
  }

  .header-menu a:not(:first-child) {
    margin-left: 10px;
  }
}

@media screen and (max-width: 590px) {
  .header-menu {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .search.item {
    display: none;
  }

  .search-bar-car {
    flex-grow: 1;
  }

  .search-bar-car input {
    padding: 0 0 0 30px;
  }

  .search-button-car {
    margin-left: 16px;
  }

  .searched-bar-car {
    flex-direction: column;
    align-items: flex-start;
  }

  .searched-sort-car {
    margin-top: 5px;
  }

  .main-container {
    padding-top: 20px;
  }
}

@media screen and (max-width: 380px) {
  .explain-contents {
    width: 100%;
    margin: 0;
  }

  .explain-contents:nth-child(2)~.explain-contents {
    margin: 0;
    border: 0;
  }

  .wrapper-car {
    padding: 20px;
  }

  .header {
    padding: 0 20px;
  }
}

/* .shape1{
  position: relative;
  width: 1250px;
  height: 400px;
}
.shape{
  width: 1250px;
  height: 400px;
  background-color: #0073b1;
  position: absolute;
  transition: 1s ease-in-out;
  top: 0;
  left: 0;
  transition: 1s ease-in-out;
}
.curve1{
  position: absolute;
  width: 1150px;
  height: 400px;
border-radius: 50% 0 0 50%;
background-color: white;
top: 0;
right: -200px;
transition: 1s ease-in-out;
}
.curve2{
  position: absolute;
  width: 936px;
  height: 400px;
  border-radius: 50% 0 0 50%;
  top: 0;
right: 0;
background-color: #000000;
transition: 1s ease-in-out;
}


.shape1:hover .shape{
  left: -300px;
}
.shape1:hover .curve1{
  right: 100px;
}
.shape1:hover .curve2{
  right: -300px;
} */
.blog-card {
  width: 100%;
  /* height: 30vh; */
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}

.blog-card a {
  color: inherit;
}

.blog-card a:hover {
  color: #5ad67d;
}

.blog-card:hover .photo {
  transform: scale(1.3) rotate(3deg);
}

.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}

.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1px;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}

.blog-card .details,
.blog-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
  line-height: 40px;
}

.blog-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left 0.2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9rem;
}

.read-more a{
  color: var(--tg-theme-primary) !important;
}

.blog-card .details a {
  -webkit-text-decoration: dotted underline;
  text-decoration: dotted underline;
}

.blog-card .details ul li {
  display: inline-block;
}

.blog-card .details .author:before {
  font-family: flaticon;
  margin-right: 10px;
  content: "\f756";
}

.blog-card .details .date:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "";
}

.blog-card .details .tags ul:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 10px;
}

.blog-card .details .tags li {
  margin-right: 2px;
}

.blog-card .details .tags li:first-child {
  margin-left: -4px;
}

.blog-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}

.blog-card .description h1,
.blog-card .description h2 {
  font-family: Poppins, sans-serif;
}

.blog-card .description h1 {
  line-height: 1;
  margin: 0;
  font-size: 1.7rem;
}

.blog-card .description h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 5px;
}

 .read-more {
  text-align: right;
}

 .read-more a {
  color: #5ad67d;
  display: inline-block;
  position: relative;
  border: 1px solid;
    padding: 5px 10px;
}

 .read-more a:after {
  content: "\f10a";
  font-family: flaticon;
  
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin 0.3s, opacity 0.3s;
}
.read-more a:hover{
  color: var(--tg-heading-color) !important;
  
}
 .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1;
  color: var(--tg-heading-color);
}

.blog-card1 p {
  position: relative;
  margin: 1rem 0 0;
}

.blog-card1 p:first-of-type {
  margin-top: 1.25rem;
}

.blog-card1 p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #ffa233;
  width:70px;
  top: -0.75rem;
  border-radius: 3px;
}

.blog-card:hover .details {
  left: 0%;
}

@media (min-width: 640px) {
  .blog-card {
    flex-direction: row;
    /* max-width: 700px; */
  }

  .blog-card .meta {
    flex-basis: 40%;
    height: auto;
  }

  .blog-card .description {
    flex-basis: 60%;
  }

  /* .blog-card .description:before {
    transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  } */

  .blog-card.alt {
    flex-direction: row-reverse;
  }

  /* .blog-card.alt .description:before {
    left: inherit;
    right: -10px;
    transform: skew(3deg);
  } */

  .blog-card.alt .details {
    padding-left: 25px;
  }
}
.icon_saved {
  position: relative;
  width: 19px;
  height: 26px;
  background-color: #d9d9d9;
  display: inline-block;
  cursor: pointer;
}

.icon_saved:after {
  content: '';
  height: 0;
  width: 0;
  display: block;
  border: 9px transparent solid;
  border-top-width: 0;
  border-bottom-color: #fff;
  position: absolute;
  bottom: 0;
  left: 1px;
  
}

.icon_saved:hover,
.icon_saved.active {
  background-color: #056c8b;
}

.default-color {
  background-color: #d9d9d9; /* or specify default color */
}
.toggled-color {
  background-color: #056c8b;
}
.save-job-icon{
  margin-top: 8px;
}
.toggled-btn-list-color {
  background-color: #0073b1; /* or specify default color */
}
.select-sec2 .annual{
  padding-top: .35rem;
}
