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

==============================================*/
/* 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&amp;family=Outfit:wght@300;400;500;600;700;800;900&amp;family=Montserrat:wght@300;400;500;600;700;800;900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..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: 14px;
  --tg-body-line-height: 1.5;
  --tg-heading-line-height: 1.2;
  --tg-body-color: #3E4073;
  --tg-heading-color: #14176C;
  --tg-theme-primary: #F7A400;
  --tg-theme-secondary: #191D88;
  --tg-color-dark-blue: #0E104B;
  --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: #E6EEFF;
  --tg-color-gray-2: #B8B9DA;
  --tg-color-gray-3: #ECF6FA;
  --tg-color-gray-4: #818298;
  --tg-color-gray-5: #E2E3F1;
  --tg-color-gray-6: #F7F7F8;
  --tg-color-dark: #1C1A4A;
  --tg-color-black-1: #06042E;
  --tg-color-black-2: #161439;
  --tg-border-1: #CFDDE2;
  --tg-border-2: #E6E7F3;
  --tg-border-3: #C5C6E4;
  --tg-border-4: #DBE3EB;
  --tg-border-5: #9597C8;
  --tg-border-6: #DADBEC;
  --tg-border-7: #E9E9F0;
  --tg-border-8: #E08B00;
  --tg-border-9: #D0D6E1;
  --tg-fw-extra-bold: 800;
  --tg-fw-bold: 600;
  --tg-fw-semi-bold: 600;
  --tg-fw-medium: 500;
  --tg-fw-regular: 400;
  --tg-fw-light: 300;
}

/*=============================
	Typography css start
===============================*/
body {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
  color: #303030;
  line-height: var(--tg-body-line-height);
  font-family: "Montserrat", Sans-serif;
}

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: #d0a25b;
  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;
  font-family: "Montserrat", Sans-serif;
}

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: #d0a25b;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Sans-serif;
  color: #303030;
  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;
}

@media (max-width: 767.98px) {
  h6 {
	font-size: 1rem;
	  margin-top: 12px;
	}
}
.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: #303030;
  margin-bottom: 10px;
  font-family: "Montserrat", Sans-serif;
}

hr {
  border-bottom: 1px solid #a1a1a1;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #303030;
  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: #d0a25b;
  color: var(--tg-color-white-default);
  text-shadow: none;
}

::-moz-selection {
  background: #d0a25b;
  color: var(--tg-color-white-default);
  text-shadow: none;
}

::selection {
  background: #d0a25b;
  color: var(--tg-color-white-default);
  text-shadow: none;
}

/*=============================
    - Input Placeholder
===============================*/
input,
textarea {
  color: #303030;
}

*::-moz-placeholder {
  color: #303030;
  font-size: var(--tg-body-font-size);
  opacity: 1;
}

*::placeholder {
  color: #303030;
  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;
  }
}

.custom-container {
  max-width: 1760px;
}
@media (max-width: 1800px) {
  .custom-container {
    max-width: 1680px;
  }
}
@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: #d0a25b 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: #303030;
  -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;
}*/

@media (max-width: 767.98px) {
  .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 {
  user-select: none;
  -moz-user-select: none;
  background: #d0a25b 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: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 16px 7px;
  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:hover, .btn:focus-visible {
  color: var(--tg-color-white-default);
  background: #d0a25b;
}
.btn:hover:before, .btn:focus-visible:before {
  top: -40%;
}
.btn-two {
  background: #d0a25b;
}
.btn-two:hover {
  background: #303030;
}
.btn-two::before {
  background: #d0a25b;
}
.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: #303030;
}
.btn.border-yellow-btn {
  border: 1px solid #d0a25b;
  background: transparent;
  color: #d0a25b;
  padding: 17px 24px;
}
.btn.border-yellow-btn::before {
  background-color: #d0a25b;
}
.btn.border-yellow-btn:hover {
  color: var(--tg-color-white-default);
}

.border-btn {
  border: 1px solid #303030;
  background: transparent;
  color: #303030;
  padding: 17px 24px;
}
.border-btn::before {
  display: none;
}
.border-btn:hover {
  background: #303030;
}

/*=============================
    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 #d0a25b;
  -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: #d0a25b;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}
.offCanvas__logo img {
  */max-height: 34px;*/
}
.offCanvas__side-info {
  border-top: 1px solid #d0a25b;
  padding-top: 25px;
}
.offCanvas__side-info .contact-list h4 {
  color: #303030;
  font-weight: 700;
  font-size: 18px;
}
.offCanvas__side-info .contact-list p {
  color: #303030;
  margin: 0;
  margin-bottom: 2px;
  line-height: 26px;
}
.offCanvas__social-icon a {
  color: #d0a25b;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}
.offCanvas__social-icon a:hover {
  color: #303030;
}
.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: #d0a25b;
  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: #303030;
  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: #d0a25b;
  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: #d0a25b;
  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: #d0a25b;
  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: 100px 0 100px;
  position: relative;
  z-index: 1;
     background: #f5f5f5;
    background-position:  right top;
    background-repeat: no-repeat;
}

.breadcrumb__bg_cd {
  background-size: cover;
  background-position: center;
  padding: 70px 0 70px;
  position: relative;
  z-index: 1;
   background: #f5f5f5;
    background-position: right;
    background-repeat: no-repeat;
}

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

@media (max-width: 767.98px) {
  .breadcrumb__bg {
    padding: 12px 0 12px;
    background: #ecf2d8;
  }
}

.breadcrumb__content .title {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Montserrat", Sans-serif;
  position: relative;
    color: #fff;
       text-transform: uppercase;
    background: #d0a25b7d;
    border-radius: 40px 0px;
    padding: 4px 20px;
    display: inline-block;
}
@media (max-width: 991.98px) {
  .breadcrumb__content .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb__content .title {
	font-size: 21px;
	margin-top: 5px;
  }
}
.breadcrumb__content .breadcrumb {
  margin-bottom: 0;
}

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

.breadcrumb__content .breadcrumb-item {
  font-size: 16px;
  color: #b2b2b2;
}
.breadcrumb__content .breadcrumb-item a {
  color: #ffffff;
}
.breadcrumb__content .breadcrumb-item a:hover {
  color: #cb3a49;
}
.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: #d0a25b;
  content: "\f054";
  font-family: var(--tg-icon-font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  margin-top: 6px;
}
.breadcrumb__content .breadcrumb{position: relative;}

.breadcrumb-item1 + .breadcrumb-item1 {
  padding-left: 10px;
}
.breadcrumb-item1 + .breadcrumb-item1::before {
  padding-right: 10px;
  color: #838383;
  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:#228d25;
  transition: 1s ease;
  border: none;
}
@media (max-width: 1199.98px) {
  .scroll__top {
    right: 25px;
    bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .scroll__top {
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .scroll__top {
    width: 30px;
    height: 30px;
	right: 27px !important;
    line-height: 30px;
    text-align: center;
  }
}
.scroll__top.open {
    bottom: 108px;
    right: 27px;
}
}
@media (max-width: 767.98px) {
  .scroll__top.open {
    bottom: 15px;
  }
}
.scroll__top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll__top:hover {
  background: #303030;
  color: var(--tg-color-white-default);
}

/*=============================
	00. Section Title
===============================*/
.section-title .sub-title {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  color: #d0a25b;
  margin-bottom: 12px;
}
.section-title .title {
  margin-bottom: 0;
  font-size: 26px;
  font-family: "Montserrat", Sans-serif;
}
@media (max-width: 1199.98px) {
  .section-title .title {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .section-title .title {
	font-size: 25px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .section-title .title br {
    display: none;
  }
}
.section-title p {
  margin-bottom: 0;
  margin-top: 20px;
  font-family: "Montserrat", Sans-serif;
}
@media (max-width: 767.98px) {
  .section-title p br {
    display: none;
  }
}
.section-title.white-title .title {
  color: var(--tg-color-white-default);
}

/*=============================
	02. CSS BY AMIT
===============================*/
.course-box {
	border: 1px solid #ccc;
	border-radius: 20px; /* Adjust the border radius for rounded corners */
	padding: 20px 20px 0px 20px; /* Add padding inside the box */
	margin-bottom: 20px; /* Adjust the spacing between boxes */
      background: #FFF;
    box-shadow: 0 4px 12px rgb(39 116 139 / .08);
}
@media (max-width: 767.98px) {
  .course-box {
		border: 1px solid #ccc;
		border-radius: 10px; /* Adjust the border radius for rounded corners */
		padding: 20px 20px 0px 20px; /* Add padding inside the box */
		margin-bottom: 20px; /* Adjust the spacing between boxes */
		margin-top: 20px;
	}
}

.blog-post-meta .list-wrap .btn {
    padding: 10px 15px !important; /* Adjust padding for smaller buttons */
    font-size: 14px; /* Adjust font size for smaller buttons */
}

@media (max-width: 767px) {
    .blog-post-meta .list-wrap .btn {
        /*display: inline-block;*/
        margin-right: 5px; /* Adjust spacing between buttons */
        margin-bottom: 10px; /* Adjust spacing between rows */
    }

	.blog-post-meta .list-wrap .btn {
		padding: 10px 15px !important; /* Adjust padding for smaller buttons */
		font-size: 11px; /* Adjust font size for smaller buttons */
	}

}.blog-post-meta .list-wrap .btn:hover {
    text-decoration: none; /* Remove underline from button on hover */
}

.blog-post-meta .list-wrap .btn:focus {
    outline: none; /* Remove focus outline from button */
}

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

.tg-header__top {
  background: #2d5a27;
  padding: 5px 0;
}
.contact-top{background: #b4e4b8 !important;}
.tg-header__top-right li.contact-top i{    color: #2d5a27;}
.tg-header__top-right li.contact-top a{color: #2d5a27;font-weight: 600;}

@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;
  gap: 25px;
  margin-top: 8px;
}
@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;
}
.tg-header__top-info li i {
  color: #ffffff;
  font-size: 18px;
  line-height: 0;
}
.tg-header__top-info li a {
  color: #ffffff;
}
.tg-header__top-info li a:hover {
  color: #d0a25b;
}
.tg-header__top-info-three li {
  color: #303030;
}
.tg-header__top-info-three li i {
  color: var(--tg-color-gray-4);
}
.tg-header__top-info-three li a {
  color: #303030;
}
.tg-header__top-info-three li a:hover {
  color: #d0a25b;
}
.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: 15px;
/*      transform: skewX(-38deg);*/
}
@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: #ffffff;
    font-size: 14px;
    font-weight: 500;
    background: rgb(255 255 255 / 0.2);
    padding: 7px 13px;
    border-radius: 5px;
   /* border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;*/
/*    transform: skewX(12deg);*/
}
.tg-header__top-right li i {
  color: #ffffff;
  font-size: 18px;
  line-height: 0;
/*      transform: skewX(28deg);*/
}
.tg-header__top-right li a {
  color: #ffffff;
/*      transform: skewX(28deg);*/
}
.tg-header__top-right li a:hover {
  color: #ffffff;
}
.tg-header__top-right-three li {
  color: #303030;
}
.tg-header__top-right-three li i {
  color: var(--tg-color-gray-4);
}
.tg-header__top-right-three li a {
  color: #303030;
}
.tg-header__top-right-three li a:hover {
  color: #d0a25b;
}
.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: #303030;
  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: #303030;
}
.tg-header__top-two .list-wrap li a:hover {
  color: #d0a25b;
}
.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(255, 255, 255, 0.3);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
      position: relative;
}
/*
#sticky-header:before{
  position: absolute;
    content: '';
    width: 37%;
    height: 100%;
    background: #ffffff;
    left: -36px;
    top: 0;
    z-index: -1;
    transform: skewX(33deg);
    border-right: 2px solid #cea35e;

}*/

@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: normal;
}
@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: 37px 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: #303030;
  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: flex-start;
}
@media (max-width: 991.98px) {
  .tgmenu__nav {
    justify-content: space-between;
  }
}
.tgmenu__nav .logo img {
      height: 110px;
    width: 220px;
    object-fit: contain;
}
.tgmenu__navbar-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
    justify-content: flex-end;
}
.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 113px;
}
@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: 15px;
}
.tgmenu__navbar-wrap > ul > li:last-child {
  margin-right: 0;
}
.tgmenu__navbar-wrap > ul > li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #303030;
  padding: 42px 5px;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
      border-bottom: solid 4px transparent;
}
.tgmenu__navbar-wrap > ul > li a svg{ color: #298e2d; }
.tgmenu__navbar-wrap > ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 275px;
  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-two-colum{
    min-width: 700px;    
    right: -330px;
    left: auto;}

 .tgmenu__navbar-wrap > ul > li .sub-menu.megamenu{
     max-width: 1120px;
    min-width: 800px;
    width: 100%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0%) !important;
    padding: 20px;

  }
.megamenu-ul {list-style: none;padding-left: 0}
.megamenu-ul > li a {
  padding: 5px 15px 5px 5px !important;
    line-height: 1.4 !important;
    display: block !important;
    color: #303030 !important;
    text-transform: capitalize !important;
    font-size: 14px !important;
    border-bottom: solid 1px #c0ecc1 !important;
}
.megamenu-ul > li a svg{color: #298d2d !important;
    width: 24px;
    margin-right: 6px;
    background: #eeffee;
    padding: 3px;
    border-radius: 40px;}

.tgmenu__navbar-wrap > ul > li .sub-menu.sub-menu-two-colum >li{width: 50%;float: left;}
.tgmenu__navbar-wrap > ul > li .sub-menu.sub-menu-two-colum >li a{padding: 5px 14px 5px 25px;}
.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: #303030;
  text-transform: capitalize;
}
.tgmenu__navbar-wrap > ul > li .sub-menu > li:hover > a, .tgmenu__navbar-wrap > ul > li .sub-menu > li.active > a {
  color: #d0a25b;
}
.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: #cfa15b;
}
.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: #303030;
  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: #d0a25b;
}
.tgmenu__main-menu li.menu-item-has-children:hover > a::after {
  color: #d0a25b;
}
.tgmenu__main-menu li.menu-item-has-children.active > a::after {
  color: #d0a25b;
}
@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: #303030;
  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: #303030;
}
.tgmenu__action ul .header-search a svg {
  width: 20px;
}
.tgmenu__action ul .header-search a:hover {
  color: #d0a25b;
}
@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: #d0a25b;
  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: #d0a25b;
}
.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: #d0a25b;
}
.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: #d0a25b;
}
.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: #303030;
  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: #303030;
}

.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: #f5f5f5;
  -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: #303030;
}
.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: #303030;
}
.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: 60px;
}
.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: #d0a25b;
}
.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: #303030;
  background: #f5f5f5;
  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: #d0a25b;
}
.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: #303030;
  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: #d0a25b;
  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: #d0a25b;
  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: #303030;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 5px;
}
.tgmobile__menu-bottom .contact-info .list-wrap li a:hover {
  color: #d0a25b;
}
.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: #303030;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu-bottom .social-links ul li a:hover {
  color: #d0a25b;
}
.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: 550px;
    margin-top: 42px;
  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;*/
	padding: 72px 0 26px;
	background: #eaf5fb;
  }
}
.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;
  }
}
.banner__bg-three {
  background-size: cover;
  background-position: center;
  padding: 185px 0 0;
  min-height: 780px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@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;
  }
}
.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;*/
	margin-top: 72px;
	margin-bottom: 75px;
  }
}
.banner-content .sub-title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  display: block;
  line-height: 1;
  color: #ca3c4b;
  margin-bottom: 15px;
}
.banner-content .title span{    color: #ca3c4b;}
.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: #383952;
  text-transform: capitalize;
  width: 90%;
  font-size: 16px;
      line-height: 28px;
}
@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: #d0a25b;
}
.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: #d0a25b;
  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: #d0a25b;
  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;
}
@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%;
  }
}
.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;
  right: 3%;
  top: 39%;
}
@media (max-width: 1500px) {
  .banner-social {
    right: 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: #303030;
  -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: #303030;
}
.banner-social .list-wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 17px;
}
.banner-social .list-wrap li a {
  color: #303030;
  transform: rotate(-90deg);
  display: block;
}
.banner-social .list-wrap li a:hover {
  color: #d0a25b;
}
.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: 2%;
  bottom: 18%;
}
@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: #303030;
  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 #303030;
  -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: #d0a25b;
}
.banner-scroll a:hover span {
  border-color: #d0a25b;
}

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

.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;
}
.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: #f5f5f5;
  padding: 90px 0;
}
.brand__area-six {
  background: var(--tg-color-gray-6);
  padding: 77px 0;
}
.brand__area-seven {
  padding: 0 0 120px;
  border-bottom: none;
}
@media (max-width: 767.98px) {
  .brand__area-seven {
    padding: 0 0 100px;
  }
}
.brand__area-eight {
  background: #303030;
  padding: 55px 0;
}
.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;
}
.brand-item img {
  cursor: pointer;
}
.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;
}
@media (max-width: 767.98px) {
  .about-area {
    padding: 100px 0;
  }
}
.about__bg {
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
@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: 120px 0;
}
@media (max-width: 767.98px) {
  .about__area-five {
    padding: 100px 0;
  }
}
.about__area-six {
  position: relative;

      padding: 80px 0 80px 0;
    background: #f5f5f5;
}
.about__area-six-two {
  position: relative;

      padding: 80px 0 80px 0;
    
}
.about__content-six-transhuman{    background: #fff;
    margin-right: -120px;
    z-index: 1;
    position: relative;
    padding: 40px 50px;
    border-radius: 20px;    margin-left: 50px;}

.about__content-six-transhuman-right{    background: #fff;
    margin-left: -60px;
    z-index: 1;
    position: relative;
    padding: 40px 50px;
    border-radius: 20px;box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);    
}


@media (max-width: 767.98px) {
  .about__area-six {
    padding: 100px 0;
  }
}
.about__area-seven {
  position: relative;
  padding: 50px 0;
}
@media (max-width: 767.98px) {
  .about__area-seven {
    padding: 100px 0;
  }
}
.about__area-eight {
  position: relative;
  padding: 80px 0 80px;
}
@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 #303030;
}
.about__img-wrap-two .shape img {
  position: absolute;
  z-index: -1;
  left: 8%;
  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: #d0a25b;
  -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: -5%;
  top: -8%;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .about__img-wrap-seven .shape img {
    right: 0;
  }
}
.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 15px;
  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: #d0a25b;
  -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: 10px;
    width: 93%;
    line-height: 1.62;
    font-size: 16px;
}
@media (max-width: 1199.98px) {
  .about-content > p {
    width: 100%;
  }
}
.about__content-two {
  width: 90%;
}
@media (max-width: 1199.98px) {
  .about__content-two {
    width: 100%;
  }
}
.about__content-two > p {
  margin-bottom: 35px;
}
.about__content-three {
  width: 95%;
  position: relative;
}
@media (max-width: 1199.98px) {
  .about__content-three {
    width: 100%;
  }
}
.about__content-three > p {
  margin-bottom: 30px;
  width: 95%;
}
@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: #303030;
  font-family: var(--tg-heading-font-family);
  line-height: 0.8;
}
.about__content-six > p {
      margin-bottom: 15px;
    width: 100%;
       font-size: 15px;
    text-align: justify;
}
@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: #d0a25b;
  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: 90%;
}
@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;
  }
}
.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: var(--tg-body-font-size);
  font-weight: 500;
  color: #303030;
  font-family: var(--tg-heading-font-family);
  gap: 12px;
  margin-bottom: 10px;
   font-family: "Montserrat", Sans-serif;
}
.about__list-box .list-wrap li i {
  width: 20px;
  height: 20px;
  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: #d0a25b;
  color: var(--tg-color-white-default);
  line-height: 0;
  font-size: 12px;
  -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: 30px;
}
.services__details-content .about__list-box{margin-bottom: 20px;}
.services__details-content b{    font-weight: 600;}
.services__details-content h5{font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    line-height: 0.92;
    color: #2d5a27;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: 15px;}
.talk-bottom-box{    background: linear-gradient(90deg, #62b5b5a1 0.24%, rgb(229 104 57 / 12%) 49.73%, #68bbbaab 98.21%);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    border-left: 5px solid #d0a25b;
    border-right: 5px solid #d0a25b;}
.talk-bottom-box p{font-size: 18px;    font-weight: 600;    margin-bottom: 0;}

.btm_widgets h2{    font-size: 28px;}

@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);
}
.about__list-img-three {
  position: relative;
}
.widget-title{    font-size: 20px;
    color: #d0a25b;}
.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: #d0a25b;
  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: #303030;
  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;
	margin-bottom: 20px;
  }
}
.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: #f5f5f5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 25px;
  color: #303030;
}
.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: #303030;
  font-family: var(--tg-heading-font-family);
  line-height: 1;
}
.about__phone .content a:hover {
  color: #d0a25b;
}
.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: #d0a25b;
}
.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: #d0a25b;
  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%;
}
@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: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #303030;
  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: #d0a25b;
  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: #303030;
  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: -15%;
  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, #a3ffd4 0%, #bf535e 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: #303030;
}
.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: #d0a25b;
}
.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: #303030;
  overflow: visible;
}

/*=============================
	07. Services
===============================*/
.services-bg {
  background-size: cover;
  background-position: center;
  padding: 70px 0;
      background: #f8f8fd;
}
@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: 60px 0 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .services__bg-four {
	padding: 40px 0 10px;
  }
}
.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;
  }
}
.services__bg-six {
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}
@media (max-width: 767.98px) {
  .services__bg-six {
    padding: 100px 0;
  }
}
.services__bg-seven {
  background-size: cover;
  background-position: center;
      padding: 50px 0 40px;
  /*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: #303030;
  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;
  box-shadow: 0 4px 12px rgb(39 116 139 / .08);
}
.services-item:hover {
  box-shadow: 0px 4px 30px 0px #CFDEE4;
}
.services-item:hover .services-content .icon {
  background: #303030;
  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: #303030;
}
.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 40px;
  -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);
}
.services__item-four {
  background: var(--tg-color-white-default);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 30px 80px 30px 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
@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;
}
.services__item-five:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.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 0px;
  -moz-border-radius: 10px 10px 0 0px;
  -o-border-radius: 10px 10px 0 0px;
  -ms-border-radius: 10px 10px 0 0px;
  border-radius: 10px 10px 0 0px;
  overflow: hidden;
  position: relative;
}
.services-thumb img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.services__thumb-four {
  width: 337px;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .services__thumb-four {
    width: 300px;
  }
}
@media (max-width: 991.98px) {
  .services__thumb-four {
    width: 100%;
  }
}
.services__thumb-four img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  height: 380px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .services__thumb-four img {
    height: 340px;
  }
}
.services__icon-two {
  font-size: 60px;
  line-height: 0;
  color: #d0a25b;
  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: #f5f5f5;
  border: 1px solid var(--tg-color-gray-2);
  flex: 0 0 auto;
  line-height: 0;
  font-size: 42px;
  color: #303030;
  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: #d0a25b;
  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: #ffeae9;
}
.services__icon-shape .shape:nth-child(2) {
  left: -2px;
  bottom: -13px;
}
.services__icon-shape .shape:nth-child(2) svg {
  color: #d0a25b;
}
.services__icon-shape .shape:nth-child(3) {
  left: 50px;
  top: -18px;
}
.services__icon-shape .shape:nth-child(3) svg {
  color: #d0a25b;
}
.services-content {
  padding: 30px 30px 30px;
  position: relative;
}
.services-content .icon {
  width: 70px;
  height: 70px;
  background: #f5f5f5;
  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: #303030;
  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: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.services-content .title a:hover {
  color: #d0a25b;
}
.services-content p {
  margin-bottom: 15px;
}
.services-content .btn {
        background: linear-gradient(90deg, #d4a136 0.24%, rgb(111 145 125) 49.73%, #4a706d 98.21%);
    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: #303030;
}
.services__content-two .btn:hover::after {
  color: #303030;
}
.services__content-three p {
  margin-bottom: 25px;
}
.services__content-three .btn {
  background: #f5f5f5;
  color: #d0a25b;
}
.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: #f5f5f5;
  color: #303030;
}
.services__content-four .btn:hover {
  color: var(--tg-color-white-default);
}
.services__content-five .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.services__content-five p {
  margin-bottom: 25px;
}
.services__content-five .btn {
  /*background: #f5f5f5;
  color: #303030;
  padding: 16px 24px;*/
  background: #ffdcda;
  color: #303030;
  padding: 12px 18px;
}
.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: flex-end;
  gap: 20px;
}
.services-bottom-content .btn{background: linear-gradient(90deg, #d4a136 0.24%, rgb(111 145 125) 49.73%, #4a706d 98.21%);}

@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, #3B3D9A 13.19%, rgba(44, 46, 143, 0.54) 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 55px 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;
    font-size: 18px;
    padding: 15px 45px 15px 20px;
  }
}
.services__tab-wrap .nav-link i {
  font-size: 40px;
  line-height: 0;
  color: #d0a25b;
  -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: #d0a25b;
  color: var(--tg-color-white-default);
}
.services__tab-wrap .nav-link.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: 50px 0;
}
@media (max-width: 767.98px) {
  .services__details-area {
    /*padding: 100px 0;*/
	padding: 0 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%;
	margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .services__details-wrap .row .col-70 {
    width: 100%;
	margin-top: 20px;
  }
}
.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: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
.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: 22px;
  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: 23px;
	        margin-top: 25px;
  }
  .vision_image{
	    width: 100%;
 }
}


.about_image{
	    width: 36%;
}
.vision_image{
	    width: 30%;
}
.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: 24px;
}
@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: 30px;
}
@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: #d0a25b;
  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: #d0a25b;
  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: #d0a25b;
  -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-img2 img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  object-fit: cover;
}
.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: 80%;
  -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: #303030;
  font-size: 18px;
}
.services__details-inner-img .play-btn:hover {
  background: #d0a25b;
  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: 26px;
  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: 90%;
}
@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; */
  }
}

@media (max-width: 767.98px) {
  .services__sidebar {
    margin-top: 20px; 
  }
}

.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 {
  background-color: #ffffff;
    border: 1px solid #e3e3e3 !important;
    border-radius: 30px;
}
.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: #f5f5f5;
    border-bottom: 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;*/
      padding: 8px 0px;
    font-size: 15px;
  font-weight: 500;
  color: #303030;
}

.sidebar__cat-list-two .list-wrap li span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  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;*/
      padding: 12px 14px;
    font-size: 15px;
  font-weight: 500;
  color: #303030;
}

.sidebar__cat-list-two .list-wrap li a i {
      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;
    background: rgb(111 145 125 / 11%);
    border-radius: 3px;
    padding: 2px 3px;
    color: rgb(111 145 125);
}
/*.sidebar__cat-list-two .list-wrap li a:hover {
  background: #303030;
  color: var(--tg-color-white-default);
  border-color: #303030;
}*/
.sidebar__cat-list-two .list-wrap li a:hover i {
  color: #d0a25b;
}
.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: #f5f5f5;
  -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: #303030;
  gap: 12px;
  margin-bottom: 10px;
}
.sidebar__brochure a i {
  font-size: 18px;
}
.sidebar__brochure a:hover {
  background: #303030;
  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: linear-gradient(90deg, #62b5b5a1 0.24%, rgb(229 104 57 / 12%) 49.73%, #68bbbaab 98.21%);
  -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:#2c2c2c;
  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: #f5f5f5;
}
.sidebar__contact .btn:hover {
  color: #303030;
}
.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: #303030;
}
.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: #303030;
}
.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: #303030;
  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: #303030;
  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: #252525;
  padding: 90px 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: #171A7C;
  padding: 120px 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: #f5f5f5;
  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: #f5f5f5;
  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: 15px;
    font-size: 16px;
}
.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: #f5f5f5;
}
.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: 35px;
}
.choose-list .list-wrap li:last-child {
  margin-bottom: 0;
}
.choose-list .list-wrap li .icon {
  font-size: 60px;
  line-height: 0;
  color: #d0a25b;
  -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;
  font-family: "Montserrat", Sans-serif;
}
.choose-list .list-wrap li .content p {
  color: #f5f5f5;
  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);
}
.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: #ebf2d8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 50px;
  color: #d14251;
  flex: 0 0 auto;
  line-height: 0;
}
.choose__list-icon-two {
  font-size: 60px;
  line-height: 0;
  color: #d0a25b;
  -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: #f5f5f5;
}
.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;
}
.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: #303030;
  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: #d0a25b;
}
.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: 0 0 13px;
  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: #d0a25b;
  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: #303030;
}
.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: #303030;
  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: #d0a25b;
  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: #303030;
  width: 370px;
  padding: 35px 35px;
  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: #303030;
  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: 16px;
  font-weight: 600;
  height: 40px;
}
}
@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: #d0a25b;
}
.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: #303030;
}
.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: #d0a25b;
  margin-bottom: 15px;
}
.project__content-three {
  width: 392px;
  background: #303030;
  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: #d0a25b;
  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: #f5f5f5;
}
.project__content-three .btn {
  background: var(--tg-color-white-default);
  color: #303030;
}
.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: #d0a25b;
  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: #303030;
  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: #d0a25b;
}
.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: #303030;
  -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: #303030;
  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: #303030;
  -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: #303030;
  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: #303030;
  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: #d0a25b;
  -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: #d0a25b;
}
.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: #f5f5f5;
  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: #303030;
  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: #303030;
  border-color: #303030;
  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: #d0a25b;
  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: #303030;
}

/*=============================
	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: #303030;
}
.pricing__tab-btn.monthly_tab_title.active {
  color: var(--tg-border-5);
}
.pricing__tab-btn.annual_tab_title.active {
  color: #303030;
}
.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: #d0a25b;
}
.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: 50px 65px;
  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: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  background: #f5f5f5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 12px 22px;
}
.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: 30px;
}
.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: #303030;
  color: var(--tg-color-white-default);
}
.request-content .btn::before {
  background: #d0a25b;
}
.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: #d0a25b;
}
.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: #d0a25b;
}
.request__content-two {
  background: #303030;
  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: #d0a25b;
}
.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: #d0a25b;
}
.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;
      padding: 20px 0;
}
.consulting-inner-wrap {
  background: #f6f6f6;
  -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: 40px 65px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 32px;
}
@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: #d0a25b;
    text-align: center;
    padding: 20px 23px;
    border-radius: 5px;
}
@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: #2d5a27;
}
.consulting-content .content-right p {
  margin-bottom: 0;
  color: #000000;
      display: flex;
    gap: 10px;
    font-size: 20px;
    justify-content: center;
    align-items: center;
}
.consulting-img {
  width: 200px;
  flex: 0 0 auto;
    background: linear-gradient(90deg, #c9e1ce 0.24%, rgba(225, 242, 255, 0) 49.73%, #cae1ce 98.21%);
}
.consulting-content .testimonial__rating{color: #f2b500;    margin-bottom: 0;}
.consulting-content  .testimonial__rating i:last-child{color: #f2b500}

@media (max-width: 991.98px) {
  .consulting-img {
    display: none;
  }
}
.consulting-img img {
  object-fit: contain;
  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;
      opacity: 0.1;
}

/*=============================
    13. Testimonial
===============================*/
.testimonial-area {
    background: #f6e0df;
    padding: 53px 0 0;
    position: relative;
    z-index: 1;
    margin-top: -40px;
    overflow: hidden;
}
@media (max-width: 767.98px) {
  .testimonial-area {
    padding: 30px 0 0;
  }
}
.testimonial__area-two {
  background: #f6e0df;
  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: #f6e0df;
  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 120px;
}
@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: "Montserrat", Sans-serif;
  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: "Montserrat", Sans-serif;
  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: #ce9c50;
}
.testimonial__info-three .title {
  margin-bottom: 8px;
  font-size: 16px;
  color: #303030;
text-align: left;
}
.testimonial__info-three span {
  display: block;
  line-height: 1;
      color: #298e2d;
}
.testimonial__item-two {
  background: #1F227B;
  -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 {

  margin-bottom: 20px;
    color: #303030;
    font-size: 16px;
   
}
.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: #ffc107;
  margin-bottom: 20px;
}
.testimonial__rating i:last-child {
  color: #ffc107;
}
.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: #d0a25b;
  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;
}
.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: #303030;
  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: #303030;
  border-color: #303030;
  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: #303030;
  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: #303030;
  border-color: #303030;
  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: #f5f5f5;
  -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: #303030;
  -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: #d0a25b;
  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: #f5f5f5;
  -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: #303030;
  -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: #d0a25b;
  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: #d0a25b;
  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;
    width: 100%;
  }
}
@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: #303030;
  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: #303030;
}
.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: #d0a25b;
  cursor: pointer;
  border: none;
  box-shadow: -807px 0 0 800px #303030;
}
.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: #303030;
}
.range-top span {
  font-size: 16px;
  font-weight: 600;
  display: block;
  font-family: var(--tg-heading-font-family);
  color: #303030;
}
.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);
}
.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: #f5f5f5;
  -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: #303030;
}
@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: #d0a25b;
  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: #d0a25b;
  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: #d0a25b;
}
@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: linear-gradient(90deg, #c9e1ce 0.24%, rgb(223 230 205) 49.73%, #cae1ce 98.21%);
  padding: 50px 0 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .counter-area {
    padding: 100px 0 70px;
  }
}
.counter-area-two {
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
/*  background-image: linear-gradient(177deg, rgb(198 146 67) 2.2%, rgb(89 145 141) 84%);*/
/*  background: linear-gradient(135deg, #addead 0%, #228d25 100%);*/
  background: linear-gradient(135deg, #143a19 0%, #228d25 100%);
}
@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;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
     flex-direction: column;
    justify-content: center;
}
@media (max-width: 767.98px) {
  .counter-item {
    gap: 12px;
  }
}
.counter-item .icon {
font-size: 40px;
    line-height: 0;
    color: #ce737d;
    -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;
    padding: 10px;
        background: #153c3f47;
    border-radius: 10px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #ddd;
/*    background: linear-gradient(90deg, #d4a136 0.24%, rgb(111 145 125) 49.73%, #4a706d 98.21%);*/
}
.counter-item .icon img{    height: 40px;  }
@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;
  font-size: 34px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-weight: 600;
  justify-content: center;
      color: #fff;
}
@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: 15px;
  font-weight: 500;
      text-align: center;
          color: #fff;
}
@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);
}
.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: 40px 0 70px;
  }
}
.team__area-three {
  padding: 120px 0 90px;
}
@media (max-width: 767.98px) {
  .team__area-three {
    padding: 100px 0 70px;
  }
}
.team__area-four {
  padding: 90px 0 90px;
/*  background: #f8f8fd;*/
}
@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;
      margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.04);
    border-radius: 10px
}
.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: 193px;
  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%;
      max-height: 283px;
    object-fit: contain;
}
.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: #474AA0;
  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: #474AA0;
}
.team-social .list-wrap a:hover {
  color: #d0a25b;
}
.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: #d0a25b;
  border-color: #d0a25b;
}
.team__social-three {
  top: auto;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  background: #d0a25b;
}
.team__social-three .social-toggle-icon {
  background: #d0a25b;
  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: #303030;
}
.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: #9597C8;
}
.team__social-four .list-wrap li a:hover {
  color: #d0a25b;
}
.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: #d0a25b;
}
.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: #d0a25b;
  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: #f5f5f5;
}
.team__content-four {
  background: rgb(111 145 125 / 28%);
    -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: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    margin: 0 0px;
    padding: 20px 20px;
    margin-top: -65px;
    position: relative;
    z-index: 1;
}
.team__content-four .title {
    font-size: 18px;
    margin-bottom: 15px;
  font-weight: 600;
}
.team__content-four span {
  display: block;
  color: #d0a25b;
  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: 80px 0;
}
@media (max-width: 767.98px) {
  .team__details-area {
    padding: 100px 0;
  }
}
.team__details-inner .row .col-36 {
  width: 20%;
  flex: 0 0 auto;
}
.team__details-inner .row .col-29 {
  width: 29%;
  flex: 0 0 auto;
}
@media (max-width: 991.98px) {
  .team__details-inner .row .col-36 {
    width: 20%;
  }
}
@media (max-width: 767.98px) {
  .team__details-inner .row .col-36 {
    width: 100%;
  }
   .team__details-inner .row .col-29 {
    width: 100%;margin-top: 10px;
  }
}
.team__details-inner .row .col-64 {
  width: 50.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: 26px;
  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: #d0a25b;
  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: #303030;
  gap: 10px;
  margin-bottom: 15px;
}
.team__details-info > .list-wrap > li > a {
  font-family: var(--tg-heading-font-family);
  color: #303030;
}
.team__details-info > .list-wrap > li > a:hover {
  color: #d0a25b;
}
.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: #f5f5f5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #303030;
  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: #303030;
  font-size: 16px;
}
.team__details-social li a:hover {
  color: #d0a25b;
}

@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: linear-gradient(90deg, #c9e1ce 0.24%, rgb(223 230 205) 49.73%, #cae1ce 98.21%);
  padding: 50px 0 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.call-back-area  .section-title.white-title .title {
    color: #000000;
        font-size: 28px;
}

.call-back-area-two {
  background: transparent;
  padding: 0;
  z-index: 2;
}
.call-back-wrap {
  background: #303030;
  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: #000000;
  font-weight: 500;
  width: 90%;
  font-family: "Montserrat", Sans-serif;
}
@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: #303030;
  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;
  font-family: "Montserrat", Sans-serif;
}
.call-back-form form .btn::before {
  background: #f5f5f5;
}
.call-back-form form .btn::after {
  display: none;
}
.call-back-form form .btn:hover {
  color: #303030;
}

/*=============================
    19. Blog
===============================*/
.blog__area {
  padding: 40px 0;
}
@media (max-width: 767.98px) {
  .blog__area {
    padding: 40px 0;
  }
}
.blog-post-bg {
  background-size: cover;
  background-position: center;
  padding: 90px 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: 50px 0 50px;
      background: #f5f5f5;
}
@media (max-width: 767.98px) {
  .blog__post-area-four {
    padding: 100px 0 70px;
  }
}
.blog__post-area-five {
  padding: 120px 0 90px;
  background: #f8f8fd;
  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;
  height: 310px;
}
@media (max-width: 767.98px) {
  .blog-post-item {
	padding: 20px 20px;
	height: auto;
  }
}
.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: #d0a25b;
  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: #303030;
}
.blog-post-content .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 10px;
  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: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  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: 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;
  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: 30px 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: 20px;
  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: #d0a25b;
  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: #303030;
}
.blog__post-content-three .btn {
     background: #d0a25b;
    color: #fff;
  padding: 15px 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: #fff;
    border: 1px solid #d0a25b;
  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;
  background: #d0a25b;
}
.blog__post-tag-two:hover {
  border-color: #d0a25b;
  background: #d0a25b;
  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 {

  flex: 0 0 auto;
      background: #5c878429;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50px;
    color: #56807d;
}
.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 {
  margin-bottom: 0;
  font-weight: 500;
  color: #9597C8;
}
.blog-avatar .avatar-content p a:hover {
  color: #303030;
}
.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: #f5f5f5;
  color: #303030;
  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: #ce9c50;
}
.blog-post-meta-two .list-wrap li a {
  color: #9798AB;
}
.blog-post-meta-two .list-wrap li a:hover {
  color: #d0a25b;
}
.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: 40px;
  }
}
.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__details-area {
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .blog__details-area {
    padding: 40px 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: 24px;
  font-weight: 600;
  text-transform: capitalize;
   font-family: "Montserrat", Sans-serif;
}
@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;
   font-family: "Montserrat", Sans-serif;
}
.blog__details-content .title-two {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
   font-family: "Montserrat", Sans-serif;
}
@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: #303030;
  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: #d0a25b;
}
.blog__details-inner-content .title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
   font-family: "Montserrat", Sans-serif;
}
@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 20px;
  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: #f5f5f5;
  padding: 7px 17px;
  display: block;
  border-radius: 4px;
  color: #303030;
  font-size: 15px;
  font-weight: 500;
}
.blog__details-bottom .post-tags .list-wrap li a:hover {
  background: #d0a25b;
  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: #303030;
}
.blog__details-bottom .post-share .list-wrap li a:hover {
  color: #d0a25b;
}
.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: #f5f5f5;
  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: "Montserrat", Sans-serif;
  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: #d0a25b;
}
blockquote p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--tg-heading-font-family);
  text-transform: capitalize;
  color: #303030;
   font-family: "Montserrat", Sans-serif;
}
@media (max-width: 767.98px) {
  blockquote p {
    font-size: 18px;
  }
}

.play-btn::after {
  content: "";
    position: absolute;
    left: 50%;
    top: 40%;
    width: 100%;
    height: 80%;
    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: 26px 30px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 40px;
  background: #fff;
}
@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;
}



@media (max-width: 767.98px) {
  .sidebar__widget:last-child {
	  margin-bottom: 0;
	  display: none;
	}
}

.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;
}
.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: #303030;
  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: #303030;
  -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: #d0a25b;
}
.sidebar__widget-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
  padding-bottom: 12px;
  position: relative;
  font-family: "Montserrat", Sans-serif;
}
.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: #d0a25b;
}
.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: #303030;
  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: #d0a25b;
}
.sidebar__cat-list .list-wrap li a:hover i {
  color: #d0a25b;
}
.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: 15px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Montserrat", Sans-serif;
}
.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: #f5f5f5;
  font-weight: 500;
  color: #303030;
  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: #303030;
  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: #d0a25b;
}
.comments-text p {
  margin-bottom: 15px;
}
.comments-text .reply-btn {
  background: #f5f5f5;
  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: #303030;
}
.comments-text .reply-btn:hover {
  background: #303030;
  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: #f5f5f5;
}
@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: #303030;
  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: #303030;
  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: #303030;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  width: 50px;
  height: 50px;
  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: #303030;
  border-color: #303030;
}
.pagination-wrap .pagination .page-link:focus {
  color: var(--tg-color-white-default);
  background-color: #303030;
  border-color: #303030;
  outline: 0;
  box-shadow: none;
}
.pagination-wrap .pagination .page-item.active .page-link {
  color: var(--tg-color-white-default);
  background-color: #303030;
  border-color: #303030;
}

/*=============================
    20. Contact
===============================*/
.contact__area {
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  .contact__area {
    padding: 40px 0;
  }
}
.contact-map {
  width: 100%;
  height: 490px;
  margin-top: 33px;
}
@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;box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
    /* width: 380px; */
    transition: all 0.3s 
ease-in-out;
    border-radius: 45px 0 45px 0;
    background-color: #ffffff;
    padding: 30px 18px 40px;
    /* margin-left: -30px; */
    margin-bottom: 30px;
       /* border-top: 4px solid rgb(111 145 125);
    border-bottom: 4px solid rgb(111 145 125);*/
}
@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: #f5f5f5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  line-height: 0;
  color: #303030;
  font-size: 30px;
  flex: 0 0 auto;
}
.contact__info .list-wrap li .content .title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat", Sans-serif;
}
.contact__info .list-wrap li .content p {
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Montserrat", Sans-serif;
}
.contact__info .list-wrap li .content a {
  color: #303030;
  font-weight: 500;
}
.contact__info .list-wrap li .content a:hover {
  color: #d0a25b;
}
.contact__form-wrap {
  background: #ffffff;
  border: 1px solid #f5f5f5;
  -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;
      border-top: 4px solid rgb(111 145 125);
    border-bottom: 4px solid rgb(111 145 125);
        border-radius: 45px 0 45px 0;
}
@media (max-width: 1199.98px) {
  .contact__form-wrap {
    padding: 35px 20px 40px;
    margin-left: 0;
  }
}
.contact__form-wrap .title {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  font-family: "Montserrat", Sans-serif;
}
@media (max-width: 991.98px) {
  .contact__form-wrap .title {
    font-size: 28px;
    margin-bottom: 8px;
  }
}
.contact__form-wrap p {
  margin-bottom: 15px;
  font-family: "Montserrat", Sans-serif;
}
.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,select {
  width: 100%;
      background: rgb(111 145 125 / 5%);
  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: #303030;
  height: 50px;
}
.contact__form-wrap form .form-grp input::placeholder {
  font-size: 15px;
  color: #303030;
}
.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: #303030;
  display: block;
  min-height: 130px;
  max-height: 130px;
}
.contact__form-wrap form .form-grp textarea::placeholder {
  font-size: 15px;
  color: #303030;
}
.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: #303030;
  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: #d0a25b;
  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: linear-gradient(90deg, #fffafa 0.24%, rgb(255 255 255) 49.73%, #fff8f8 98.21%);
          z-index: 1;
    position: relative;
}
.row-seo-keword{    
  background: #e9efe2;
    border-radius: 15px;
    padding: 15px;
    margin-top: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    background-image: url(https://www.luminapathscoaching.com/assets/img/team-bg-12.jpg);
    background-position: bottom right;
    border: 1px solid #208d241c;}
.footer__area-three {
  background: #303030;
}
.footer__area-four {
  background: #303030;
  position: relative;
  z-index: 1;
}
.footer-top {
  padding: 70px 0 20px;
/*      z-index: 9;*/
    position: relative;
          background-color: #153c3f;
}
@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: 40px;
}
@media (max-width: 991.98px) {
  .footer-top .row > *:nth-child(3) .footer-widget {
    margin-left: 0;
  }
}
.footer__top-two {
  padding: 30px 0 30px;
      background-color: #ffffff;
}
.footer__top-two .fw-title {
  color: #2d5a27;
}
.footer__top-two .footer-link-list .list-wrap li a {
  font-weight: 700;
  color: #2d5a27;
}
.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;
  font-family: "Montserrat", Sans-serif;
}
.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: #e8faf2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
  color: #303030;
}
.footer-social .list-wrap li a:hover {
  background: #303030;
  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;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    background: linear-gradient(90deg, #d4a136 0.24%, rgb(111 145 125) 49.73%, #4a706d 98.21%);
}
.footer__social-two .list-wrap li a:hover {
  background: #d0a25b;
  color: var(--tg-color-white-default);
}
.footer__social-three .title {
  display: block;
  color: #7375A5;
  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: #232563;
  -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: #d0a25b;
  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;
}
.footer-info-list .list-wrap li a:hover {
  color: #d0a25b;
}
.footer-info-list .list-wrap li:last-child {
  margin-bottom: 0;
}
.footer-info-list .list-wrap li .content p {
  margin-bottom: 0;
  font-family: "Montserrat", Sans-serif;
  color: #ffffff;
}
.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:#ffffff;
  position: relative;
}
.footer-link-list .list-wrap li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #d0a25b;
  -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:#d0a25b;
}
.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;
  mix-blend-mode: luminosity;
  border-radius: 10px;
}
.footer-bottom {
        background: #000000;
    border-top: 1px solid #3a3b3b;
    padding: 15px 0;
    z-index: 9;
    position: relative;
}
@media (max-width: 767.98px) {
  .footer-bottom {
    padding: 25px 0;
  }
}
.footer__bottom-two {
  padding: 20px 0;
    background: #3d6460;
 
}
@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;
}
@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;
  font-family: "Montserrat", Sans-serif;
}
@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: #303030;
  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: #303030;
  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: #303030;
  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: 34px;
}

.fw-title {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 600;
  position: relative;
  padding-bottom: 18px;
  font-family: "Montserrat", Sans-serif;
      color:#ffffff;
}
.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: #d0a25b;
      display: none;
}

.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: #d0a25b;
}
.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;
      color: #cbc5c5;
}
.copyright-text p a {
  color: #fffafa;
}
.copyright-text p a:hover {
  color: #d0a25b;
}
.copyright-text a {
  color: #303030;
  font-size: 14px;
  font-weight: 500;
}
.copyright-text a:hover {
  color: #d0a25b;
}
.copyright-text-two p {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
      font-weight: 600;
    color: #ffffff;
}
.copyright-text-two p a {
  color: #5F6196;
}
.copyright-text-two p a:hover {
  color: #d0a25b;
}

/*=============================
    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: #f5f5f5;
  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: #f5f5f5;
  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: #303030;
}

.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: #303030;
  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: #303030;
  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: #f5f5f5;
  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 .section-title h3{color: #000;}
.all_services__area-six {
      background:#5b9d96;
/*  background-color: #fff;*/
/*  background-image: url(../img/home6/bg-offer.png);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
  text-align: center;
  color: var(--tg-color-white-default);
}
.all_services__area-six a{background: linear-gradient(90deg, #d4a136 0.24%, rgb(111 145 125) 49.73%, #4a706d 98.21%);}

.all_services__area-six h2 {
  font-size: 48px;
  line-height: 63px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  background: -webkit-linear-gradient(269deg, #ffb10b 0.24%, rgb(175 255 247) 76.73%, #42fcd7 98.21%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.all_services__area-six p {
  color: #303030;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.box-faq-right h2{    text-align: left;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 30px;}
.all_services__area-six .box-need-help{    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);}
.all_services__area-six  .accordion-button {
    border-bottom: 0px;
    padding: 15px 54px 15px 34px;
    border: 0px;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: var(--tg-color-white-default);
}
.all_services__area-six .accordion-collapse .accordion-body{text-align: left;}
.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;
    flex-direction: column;
    border: 1px solid #ccc;
    box-shadow: rgb(0 0 0 / 10%) 0 3px 8px;
    border-radius: 15px;
    margin-bottom: 28px;
    transition: 400ms ease-in-out;
}
.about__content-six p strong{    font-weight: 600;}
.card-team-area-six .card-image {
     min-width: 100px;
    max-width: 100%;
    width: 100%;
     padding: 10px;
/*  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: 10px 10px 20px 10px;
      text-align: center;
}
.card-team-area-six .card-info .card-title {
  margin-bottom: 10px;
}
.card-team-area-six .card-info .card-title a {
  color: #303030;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
.card-team-area-six .card-info .card-dept {
  color: #d0a25b;
  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: #303030;
  margin-bottom: 10px;
}
.card-team-area-six .card-info .card-link a {
  text-decoration: underline;
  color: #d0a25b;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.box-need-help {
  position: relative;
}

.box-text-need-help {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 32px;
  background-color: #303030;
  color: var(--tg-color-white-default);
  max-width: 297px;
}
.box-text-need-help h6 {
  color: #d0a25b;
  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: #d0a25b;
}

.accordion-button:focus {
  border-color: var(--tg-border-1);
}

.accordion-collapse {
  border: 0px;
  background-color: #d0a25b;
}
.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: #d0a25b;
  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: #d0a25b;
  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: #d0a25b;
}

.box-faq-right {
  padding-left: 20px;
}

.marketing_expert__area_six {
  padding: 125px 0px 0px 0px;
  background-color: #f5f5f5;
  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: 90px;
  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: #303030;
  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: #d0a25b;
  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: #303030;
  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: #303030;
  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: 124px 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: 28px 0px 0px 0px;
}

.faqs__area-six {
  padding: 124px 0px 124px 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;
}

.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: #303030;
}

.services__area-home7 {

  background-color: #ffffff;
  /*background-color: #f5f5f5;*/
  /*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 #c49f42;
  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: #303030;
  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: #303030;
  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: #303030;
  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: #303030;
  padding: 118px 0px 78px 0px;
}
.steps__area-seven * {
  color: var(--tg-color-white-default);
}

.journey_area-seven {
  padding: 85px 0px 0px 0px;
  background-color: #303030;
  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;
}

.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: 60px 20px 30px 20px;
  bottom: -105px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.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: #d0a25b;
}
.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: #303030;
  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: #d0a25b;
}
.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: #303030;
}

.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) {
  .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: #f5f5f5;
}
.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);
}
.card-services-type-01 .card-icon {
  margin-bottom: 24px;
  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: 24px;
  font-size: 22px;
  line-height: 35px;
}

.slider_baner_home8 {
  position: relative;
}
.slider_baner_home8 .slider__bg {
  min-height: 778px;
  z-index: 1;
  opacity: 1;
  mix-blend-mode: normal;
}
.slider_baner_home8 .slider__bg::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #303030;
  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: 12;
  top: -130px;
}

.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: #f5f5f5;
  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: 70px;
  padding-bottom: 70px;

}

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

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


/*New Css*/

.choose__img-wrap-home7.home-baner{margin-top: -50px;}


   .business__area-home-9 {
    position: relative;
    padding: 80px 0 80px 0;
    background: #ffffff;
}

.section-title .sub-title {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
   
    margin-bottom: 12px;
}
.section-title .title {
    margin-bottom: 0;
    font-size: 30px;
}
.business__area-home-9 .business__tag-item {
    padding: 34px 19px 34px 60px;
    border-radius: 15px;
    border: 1px solid #e9e9f0;
    background: #ebf2d8;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.business__area-home-9 .business__tag-icon {
    border-radius: 8px;
    background:#d0a25b;
}
.why-choose-us-img {position: relative;}
.why-choose-us-img::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: 300px;
    height: 115%;
    background: #d0a25b;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    z-index: 9;
}
.business__content p{    font-size: 16px;
    margin-bottom: 30px;}

.why-choose-us-img img{    height: 285px;
    object-fit: cover;
    border: 8px solid #ffffff;
    border-radius: 10px;z-index: 10;
    position: relative;}
.about__content-six .btn-two{    margin-top: 20px;}

.about__content-inner-five.about__summer-camp-five{    justify-content: flex-start;
    flex-direction: column;    gap: 10px;    align-items: flex-start;    margin-bottom: 20px;
}
.about__content-inner-five.about__summer-camp-five .about__list-box .list-wrap li{    font-size: 16px;}
.about__content-inner-five.about__summer-camp-five .about__list-box .list-wrap li b{    font-weight: 600;}
.about__content-inner-five.about__summer-camp-five .about__list-box .list-wrap li i{    font-size: 16px;    width: 20px;
    height: 20px;}
.about__area-eight .about__content-seven > p{    margin-bottom: 10px;width: 100%;font-size: 16px;}
.about__content-inner-five.about__summer-camp-five h4{    font-size: 15px;
    margin-bottom: 0;
    color: #b8424f;
    background: linear-gradient(90deg, #c9e1ce 0.24%, rgba(225, 242, 255, 0) 49.73%, #cae1ce 98.21%);
    padding: 6px 32px 6px 14px;
    border-radius: 30px;
    text-align: left;}
.about__area-eight .box-yellow-about{    background-color: #ebf2d8;}
.choose__list.choose__list_box .choose__list-icon{width: 50px;height: 50px;font-size: 30px;    border-radius: 5px;}
.choose__list.choose__list_box .choose__list-box{    align-items: center;}
.choose__list.choose__list_box .choose__list-box  .choose__list-content h4{margin-bottom: 0;    font-size: 18px;}
.choose__list.choose__list_box .list-wrap li{     width: 48%;    border-radius: 5px;
    float: left;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--tg-border-7);
    background: #fff;
    margin: 5px;}

.choose-area-section{background: linear-gradient(90deg, #c9e1ce 0.24%, rgba(225, 242, 255, 0) 49.73%, #cae1ce 98.21%);}
.choose-area.choose-area-section .title {color: #000000;}
.choose__list.choose__list_box .choose__list-icon img{width: 35px;}
.blog-post-item.course-post-item{padding: 15px;}
.blog-post-item.course-post-item .blog-post-content .title{padding: 10px 0px 8px;
    }
.blog-post-item.course-post-item .blog-avatar{border-radius: 3px;
    background: #f5f5f5;
    padding: 0px 6px;
    height: 36px;}

  .blog-post-item.course-post-item  .blog-post-meta .btn{    background: #d4a136;
    color: #ffffff;}

.section-title p{    font-size: 16px;}
.team__item-four-content .team__content-four{    position: absolute;
    width: 340px;
    height: 60px;
    overflow: hidden;     transition: 0.3s all;bottom: 0;}
.team__item-four-content {position: relative;}
.team__item-four-content:hover .team__content-four{height: 93%;   
    margin-top: 0;        transition: 0.3s all;    bottom: 10px;}
.team__item-four-content .team__content-four p{font-size: 16px;}

.testimonial__bottom.home-9 .testimonial__img {
   border: 2px solid #ffffff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.testimonial__item-three.home-9 {
       padding: 30px;
    gap: 22px;
    border-radius: 30px;
    box-shadow: 0 0px 80px -15px rgba(41, 142, 45, 0.12);
    border-color: rgba(41, 142, 45, 0.2);
    border: 1px solid #cef0cf;
    background: #fff;
}

.footer-info-list .list-wrap li .icon i{    padding: 4px;
       color: #ffffff;
    background: linear-gradient(90deg, #d4a136 0.24%, rgb(111 145 125) 49.73%, #4a706d 98.21%);
    border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: relative;
    display: inline-block;
    font-size: 20px;
    }

.testimonial__form.get_quote__form{      
  box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
    width: 100%;
    transition: all 0.3s ease-in-out;
    border-radius: 45px 0 45px 0;
    background-color: #ffffff;
    padding: 30px 18px 40px;
      border-top: 4px solid rgb(111 145 125);
    border-bottom: 4px solid rgb(111 145 125);
    margin-bottom: 30px;}

.testimonial__form.get_quote__form .form-grp input{background: rgb(111 145 125 / 5%);    padding: 15px 15px;}
.testimonial__form.get_quote__form .form-grp.select-grp select{background: rgb(111 145 125 / 5%);    padding: 15px 15px;}

.testimonial__form.get_quote__form .title {
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: capitalize;
}

.faq-content .card{box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--tg-border-7);   border-radius: 10px;}

.faq-content .card .card-header{    padding: 15px 15px;
    background: #1ea3341c;
    display: flex;    border-radius: 10px;}

.faq-content .card .card-header a{      color: #000000;
    font-size: 16px;}
.blog__post-content-two .avatar-content p a{    color: #d0a25b;}


.heading-coruse{color: #d0a25b;
    font-size: 18px;
        margin-bottom: 15px;
    color: #b8424f;
    background: linear-gradient(90deg, #c9e1ce 0.24%, rgba(225, 242, 255, 0) 49.73%, #cae1ce 98.21%);
    padding: 2px 30px 2px 10px;
    border-radius: 30px;
    text-align: left;
    display: inline-block;}

.row-details-page{    border-radius: 10px;
    padding: 12px 0;
    background: #e0e8cb;}
.services__details-bx{    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #E5E7E8;
    padding: 20px;
    border-radius: 10px;}
.services__details_key .services__details-list-box .icon{width: 60px;height: 60px;    font-size: 40px;}
.services__details_key .services__details-list-box .content .title{    font-size: 18px;}
.services__details_key .services__details-list-box .content p{    font-size: 16px;}
.services__details-inner-five.services__details_key .services__details-list-box{    margin-bottom: 15px;    padding: 20px 20px;}
.services__details-inner-five.services__details_key{    margin: 0 0 15px;}
.services__details-top.services__details-bx .services__details-top-content .title{    font-size: 20px;}
.services__details-top.services__details-bx .services__details-top-content p{font-size: 14px ;font-weight: 500
}
.services__details-list-box .icon i img{    width: 40px;}
.course-post-content .blog-avatar a{color: #303030;}
.course-post-content .blog-avatar i{color: #59867f;}
.course-post-content p i{color: #59867f;}
.course-post-content p a{color: #303030;}

.sidebar__cat-list-two .list-wrap.course-right-list-wrap li span{    display: flex
;
    align-items: flex-start;
    justify-content: space-between;    text-align: left !important;    flex-direction: column;}
.card-team-area-six .card-image img{border-radius: 10px;  }
.gallery-section-page{padding: 80px 0}
.gallery-item-box .gallery-name{    padding: 10px;}
.gallery-item-box .gallery-name h5{    font-size: 14px;
    font-weight: 600;
    line-height: 20px;margin-bottom: 0}

.gallery-item-box{    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #e6e7f3;
    border-radius: 10px;    margin-bottom: 20px;}
.gallery-item-box .gallery-box img{    border-radius: 10px 10px 0px 0px;}
.testimonials__area-home8:after{
     position: absolute;
     background:#ffffff54;
     content: '';
     width: 100%;
     left: 0;
     top:0;
     height: 100%;}

/*.footer-area.foot-section:after{
     position: absolute;
     background:#ffffffa1;
     content: '';
     width: 100%;
     left: 0;
     top:0;
     height: 100%;}
*/
.mb5bx p{margin-bottom: 5px}
.megamenu-box{    padding-left: 10px;
    padding-right: 10px;}
.megamenu-box img{    
  border-radius: 10px;
max-height: 450px;
object-fit: cover;
width: 100%;}

.megamenu-ul h4{    font-size: 15px;
    padding-left: 25px;
    font-weight: 700;}


.video-banner-sub-head{font-size: 19px;
    background: #0000007d;
    display: inline-block;
    padding: 3px 10px;
    border-left: 4px solid #d0a25b;}




.home {
        height: 700px;
    position: relative;
    padding-top: 140px;
    overflow: hidden;
}
.home video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home .home-content {
    position: relative;
    padding-top: 120px;
    color: #fff;
    text-align: left;
    width: 70%;
    padding-left: 120px;    z-index: 9;
}
.home h1 {
   font-size: 36px;
    color: #fff;
    line-height: 50px;
}

.home p {
       margin-top: 10px;
    font-size: 20px;
    color: #fff;    
    font-weight: 500;
}

.home .home-content button {
        display: block;
    
    border: 1px solid #d0a25b;
    border-radius: 5px;
    background: #d0a25b;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 30px;
    font-weight: 400;
}
.client-area{    padding: 60px 0;
    position: relative;
    clear: both;
    /* float: left; */
    display: flow-root;}
.client-list ul{     list-style: none;
    padding: 0;
    display: flex
;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;}
.client-list ul li{    width: 15.6%;
    padding: 14px;
    background: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 60px 60px 60px 0;
    overflow: hidden;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);}

.section-title h3{    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;}
.section-title h3::before{
        position: absolute;
    content: '';
    width: 15px;
    border-bottom: 3px solid #d0a25b;
    bottom: 0;
    left: 47%;
}
.section-title h3::after {
        position: absolute;
    content: '';
    width: 30px;
    border-bottom: 3px solid #d0a25b;
    bottom: 0;
    left: 49%;
}
.footer-menu {
    position: relative;
    display: block;
}
.footer-menu ul {
    position: relative;
    display: flex
;
    align-items: center;
        list-style: none;
    padding-left: 0;    gap: 20px;    margin-bottom: 0;
}
.footer-menu ul li a{color: #fff;}

.footer-top-sub {
    position: relative;
  
}

.footer-top__inner {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--thm-black-bg);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 0;
      background: #2d2d2d;
  
    padding: 20px;
    border-radius: 20px;
    margin-bottom: -40px;
      z-index: 1;
    border-bottom: 2px solid #ea5252;
}

.subscribe-box {
    position: relative;
    display: flex;
    align-items: center;
}

.subscribe-box .title-box {
    position: relative;
    display: flex;
    align-items: center;
}

.subscribe-box .title-box .icon {
    position: relative;
    display: inline-block;
    font-size: 55px;
}

.subscribe-box .title-box h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-left: 0px;
}

.subscribe-box-form {
    position: relative;
    display: block;
    margin-left: 40px;
}

.subscribe-box-form form {
    position: relative;
    display: block;
    max-width: 440px;
    width: 100%;
}

.subscribe-box-form form .form-group {
    position: relative;
    display: block;
}

.subscribe-box-form form .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
    color: #6a726f;
    font-size: 17px;
    font-weight: 400;
    background: #ffffff;
    border: none;
    padding-left: 20px;
    padding-right: 190px;
    border-radius: 6px;
}

.subscribe-box-form form .form-group button {
        color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 35px;
    background: #ea5252;
    height: 100%;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
}

.subscribe-box-social-links {
    position: relative;
    display: block;
    border-left: 1px solid #6c6c6c;
    padding-left: 40px;
    margin-left: auto;
}

.subscribe-box-social-links ul {
    position: relative;
    display: flex;
    align-items: center;
}

.subscribe-box-social-links ul li {
    position: relative;
    display: block;
}

.subscribe-box-social-links ul li+li {
    margin-left: 10px;
}

.subscribe-box-social-links ul li a {
    position: relative;
    display: flex ;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 6px;
    color: #ffffff;
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.subscribe-box-social-links ul li:hover a {
    color: #ffffff;
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}

.copyright-text{    display: flex
;
    justify-content: space-between;}
.keywords-list {
    list-style: none;
    margin-left: 0;
    display: flow-root;
    padding-left: 0;
}
.keywords-list li {
    padding-left: 15px;
    position: relative;
    width: 33.33%;
    float: left;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: initial;
}
.keywords-list li:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #ffa000;
    position: absolute;
    left: 0px;
    transform: rotate(45deg);
    top: 8px;
    transition-duration: .3s;
    border-radius: 1px;
}
.blockquote__content{    position: relative;
    padding: 80px 40px;
       font-size: 18px;color: #fff;
    z-index: 1;}
.blockquote__content::before{    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #d0a25b;
    border-radius: 80px 80px 80px 0;
    z-index: -1;}
   .blockquote__content::after{    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: 8px;
    right: 8px;
    border: 8px double #ffffff;
    border-radius: 70px 70px 70px 0;
    z-index: -1;} 


.paritosh-img img{    border-radius: 50px 30px 30px 0;
    width: 160px;
    background: #ffe6dc;
    padding: 10px;}

.about-paritosh-sharan{display: flex;margin-top: 20px;gap: 0px;align-items: center;}
.about-paritosh-sharan .paritosh-contant p{color: #EA5252;margin-bottom: 00px;}
.paritosh-contant{padding: 20px 42px;background:#fcd8cc;border-radius: 0px 30px 60px 0px;}
.about-sub-title{      color: #d0a25b;  
  display: block;
/*    text-transform: uppercase;*/
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 23px;
    margin-bottom: 12px;}

.cta-content {
    position: relative;
    padding: 40px 40px;
    z-index: 1;    
    text-align: center;
}
.cta-content img{border-radius: 80px 80px 80px 0;}


.cta-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #d0a25b;
    border-radius: 80px 80px 80px 0;
    z-index: -1;
}
.cta-btn{    margin-bottom: 10px;}
.cta-content::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: 8px;
    right: 8px;
    border: 8px double #ffffff;
    border-radius: 70px 70px 70px 0;
    z-index: -1;
}
.cta-content h1 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.team-content p{    font-weight: 600;
    color: #d0a25b;    height: 35px;}
.linkedin-btn{    margin-top: 15px;
    display: block;
    background: #007baf;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;}
.cta-content p {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 18px;
}
.cta-btn .theme-btn {
    background: #fff;
    color: #000;
}
.cta-content img{border-radius: 80px 80px 80px 0;}

.theme-btn {
    font-size: 14px;
    color: var(--color-white);
    padding: 14px 20px;
    transition: var(--transition);
    text-transform: uppercase;
    position: relative;
    border-radius: 50px 50px 50px 0;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--theme-color2);
    box-shadow: var(--box-shadow);
    z-index: 1;
}

.btm_widgets {
    background-image: linear-gradient(177deg, rgb(198 146 67) 2.2%, rgb(89 145 141) 84%);
    padding: 60px 0px;
}

.row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 25%;
}

.tp_widget {
/*       background: linear-gradient(90deg, #d4a136 0.24%, rgb(111 145 125) 49.73%, #4a706d 98.21%);*/
    background: #153c3f47;
    box-shadow: 6px 6px 70px rgb(255 255 255 / 23%);
    padding: 20px 10px;
    height: 146px;
    border-radius: 15px;
    display: flex
;
    text-decoration: none;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
        border: 1px solid #ddd;
}
.tp_widget img {
    width: 60px;
}
.tp_widget h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    padding-top: 16px;
    margin: 0px;
        color: #fff;
}
.team-row .col-xl-3{        flex: 0 0 auto;
        width: 20%;}
.team-row .col-xl-3 .team-content{    padding: 15px 10px 12px;}
.team-row .col-xl-3 .team-content .title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
}


.row-seo-keword  .list-wrap li{    padding-left: 15px;    position: relative;}

.row-seo-keword  .list-wrap li:before {
  content: "";
    width: 1px;
    height: 13px;
    border: 1px solid #228d25;
    position: absolute;
    left: 3px;
    transform: rotate(34deg);
    top: 2px;
    transition-duration: .3s;
    border-radius: 1px;
}
.row-seo-keword  .list-wrap li:after {
  content: "";
    width: 1px;
    height: 13px;
    border: 1px solid #228d25;
    position: absolute;
    left: 7px;
    transform: rotate(34deg);
    top: 4px;
    transition-duration: .3s;
    border-radius: 1px;
}

.footer__top-two .row-seo-keword.row > *:nth-child(3) .footer-widget {
    margin-left: 0px;
}


.home::after{    position: absolute;
    content: '';
        background: #00000085;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;}

.bannerslogo{background: #ffffffd9;
    padding: 5px;
    border-radius: 5px;
    width: 550px;}


.tgmenu__navbar-wrap > ul > li.mobile-li{display: none;}
.home-banner-btn{    margin-top: 40px;
    display: flex;
    gap: 20px;}

.btn-banrertwo{    background: #000000;}
.sociellinkbox{    display: flex;
    gap: 5px;
    margin-bottom: 10px;
    justify-content: center;
    background: #fff;
    padding: 7px;
    border-radius: 0px;    border-radius: 0px 0px 7px 7px;}
.facebook-btn{    margin-top: 0px;
    display: block;
    background: #1877F2;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    border-radius: 0px;
    width: 50%;
    text-align: center;}
    .facebook-btn:hover,.link-profile-btn:hover{color: #fff}
.link-profile-btn{    margin-top: 0px;
    display: block;
    background: #007baf;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    border-radius: 0px;
    width: 50%;
    text-align: center;}
.team__details-content ul{    list-style: none;padding-left: 10px;}
.team__details-content ul br{display: none;}
.team__details-content ul li{    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;}

.team__details-content ul li:before {
       content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background: #d0a25b;
    color: #fff;
    padding: 0px;
    border-radius: 20px;
    font-size: 11px;
    left: -10px;
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.profile-date-box{margin-bottom: 0px !important;}

@media only screen and (min-width: 920px) and (max-width: 1600px) {
.tgmenu__navbar-wrap > ul > li .sub-menu.megamenu{    transform: translate(-50%, 0%) !important;}

}


@media only screen and (min-width: 270px) and (max-width: 767px) {
  .consulting-content .content-right p{    font-size: 16px;}
.choose__list.choose__list_box .list-wrap li{    width: 100%;}
.about__content-inner-five.about__summer-camp-five .about__list-box .list-wrap li i{    float: left;
    margin-right: 10px;}
    .about__content-inner-five.about__summer-camp-five .about__list-box .list-wrap li{    display: block;}

.home .home-content{width: 95%;padding-top: 20px;padding-left: 20px;}
.home h1{font-size: 20px;line-height: 36px;}
.home p{    font-size: 14px;}
.home{    height: 580px;}
.mobile-li{display: block;}
.tgmobile__menu .navigation li.mobile-li-none{display: none;}
.client-list ul li{    width: 47%;}
.about__content-six-transhuman{    margin-right: auto;    padding: 40px 20px;    margin-left: 0px;margin-bottom: 10px;}
.about__content-six-transhuman-right{margin-left: auto;    padding: 40px 20px;}
.services-area .services-item{margin: 10px;}
.services-bg {
        padding: 50px 0;
    }
        .services__details-content-two > .title {
        font-size: 18px;
    }

.cta-content h1{font-size: 25px;}
.cta-btn .theme-btn{    font-size: 12px;}
.team-row .col-xl-3 {
    flex: 0 0 auto;
    width: 100%;
}

.btm_widgets .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 100%;
}
.copyright-text{flex-direction: column;}
.footer-menu ul{flex-direction: column;margin-top: 10px;}
.footer-widget {
    margin-bottom: 25px;
}
.about__content-six > p{    text-align: inherit;}
.mobile-none{display: none;}
.all_services__area-six .accordion-button{    padding: 15px 50px 15px 20px;    font-size: 16px;}
    .about__area-six {
        padding: 50px 0;
    }
    .business__area-home-9{    padding: 50px 0 50px 0;}
        .blog-post-bg {
        padding: 50px 0 50px;
    }
    .testimonials__area-home8 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog__post-area-four {
        padding: 50px 0 50px;
    }

.btn::after{display: none;}
.widget.pbmit-service-ad .pbmit-service-ads{margin-bottom: 20px;}


.lang-and-btn-mobile .mobile-lang-dropdown{display: flex; !important;}
.lang-and-btn-mobile .lang-dropdown .lang-button span{display: none;}
.lang-and-btn-mobile .lang-dropdown .lang-list li  a span{display: none;}
.lang-and-btn-mobile .arrow-down{    display: none;}
.lang-and-btn-mobile .lang-list{    min-width: 40px;}
.lang-and-btn-mobile .lang-button {
    background: #477571;
    border: none;
    padding: 5px 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 1px;
    color: #fff;
            width: 50px;
        height: 50px;
    /* font-size: 18px; */
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    background: var(--tg-color-white-default);
    justify-content: center;
    border-radius: 10px;
    .lang-button img{width: 25px}
}
.lang-and-btn-mobile{    display: flex;
    gap: 10px;}
    .lang-list li a{ padding: 10px 5px;    justify-content: center;}
        .tgmenu__nav .logo img {
        max-width: 170px;
        object-fit: contain;
    }
}



.page-template-aihr-home .first_section_with_background_image {
    background-position: bottom center;
    position: relative;
}
.page-template-aihr-home .first_section_with_background_container {
    padding: 145px 60px 90px;
    position: relative;
}
.first_section_with_background_container {
        max-width: 1250px;
    padding: 185px 0px 100px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.home_section_below_header_holder {
    display: flex;
    align-items: flex-start;
/*    margin-right: calc(-100vw / 2 + 1130px / 2);*/
}
.home_section_below_header_holder_left {
   /* width: 560px;
    margin-right: 0;*/
    position: relative;
    margin-top: 50px;
        text-align: left;
}
.banner-logo{    background: #ffffffa3;
    border-radius: 10px;
    padding: 10px;
    text-align: left;
    display: inline-block;
    /* margin-left: auto; */
    margin-right: auto;
    margin-top: 10px;}
.banner-logo img{    height: 80px;}

.aihr-page-title-first {
    color: #fff;
    font-size: 51px;
    font-weight: 800;
    text-align: left;
    line-height: 1;
}
.content__container__list {
    padding-left: 0;
    margin-top: 0;
    text-align: left;
    list-style: none;
    height: 65px;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
}
.content__container__list__item {
    line-height: 65px;
    margin: 0;
    color: #1ebbf0;
    font-size: 51px;
    font-weight: 800;
    text-transform: none;
   
}

.content__container__list {
    padding-left: 0;
    margin-top: 0;
    text-align: left;
    list-style: none;
    height: 65px;
    overflow: hidden;
    margin-bottom: 0;
    position: relative
}

/*.content__container__list__item {
    line-height: 65px;
    margin: 0;
    color: #1ebbf0;
    font-size: 51px;
    font-weight: 800;
    text-transform: none;
    position: absolute;
    bottom: -65px
}
*/
.content__container__list__item span {
    color: #1ebbf0;
    margin-right: 10px
}

.content__container__list__item.activ_text {
    bottom: 0;
    -webkit-animation: anym-fadein 1s;
    -moz-animation: anym-fadein 1s;
    -o-animation: anym-fadein 1s;
    animation: anym-fadein 1s;
    animation-timing-function: ease
}

@-webkit-keyframes anym-fadein {
    from {
        bottom: -65px
    }

    to {
        bottom: 0
    }
}

@-moz-keyframes anym-fadein {
    from {
        bottom: -65px
    }

    to {
        bottom: 0
    }
}

@-o-keyframes anym-fadein {
    from {
        bottom: -65px
    }

    to {
        bottom: 0
    }
}

@keyframes anym-fadein {
    from {
        bottom: -65px
    }

    to {
        bottom: 0
    }
}

.aihr-page-title-first {
    color: #fff;
    font-size: 51px;
    font-weight: 800;
    text-align: left;
    line-height: 1
}

.desc_below {
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    font-size: 17px;
    margin: 20px 0 0;
    text-align: left;
    -webkit-font-smoothing: auto
}

.home_header_button {
    margin-top: 30px;
    display: flex
}

.home_header_button>a {
    font-weight: 600;
    cursor: pointer
}

.home_header_button>a:first-child {
    margin-right: 20px
}

.home_section_below_header_holder_right_column img {
    width: 100%
}

.page-template-aihr-home .first_section_with_background_image {
    background-position: bottom center;
    position: relative
}

.page-template-aihr-home.redesign_page_first_section .site-header-new {
    z-index: 99
}

.page-template-aihr-home .first_section_with_background_container {
    padding: 145px 60px 90px;
    position: relative
}

@media (max-width: 1600px) {
    .home_section_below_header_holder_left {
        width:560px
    }
}

@media (max-width: 1300px) {
    .home_section_below_header_holder {
        margin-right:0
    }
}

@media (min-width: 901px) and (max-width:1300px) {
    .home_header_button {
        flex-direction:column
    }

    .home_header_button>a:first-child {
        margin: 0 0 20px 0
    }

    .home_section_below_header_holder_left {
        width: 460px
    }

    .home_section_below_header_holder_right_column {
        margin-right: 0
    }
}

@media (max-width: 1150px) {
    .home_section_below_header_holder_left {
        width:430px;
        margin-top: 50px
    }
}

@media (max-width: 1040px) {
    #main>.wf-wrap {
        padding:0 50px 0 50px!important
    }

    .site-header-new~#main {
        padding-top: 0px!important
    }

    .home_section_below_header_holder_left {
        margin-top: 30px
    }

    .page-template-aihr-home .first_section_with_background_container {
        padding: 105px 50px 105px
    }
}

@media (max-width: 900px) {
    .home_section_below_header_holder {
        flex-direction:column
    }

    .home_section_below_header_holder_left {
        margin-top: 0;
        width: 100%
    }

    .desc_below br {
        display: none
    }

    .home_section_below_header_holder_right {
        flex: none;
        width: 100%
    }

    .home_section_below_header_holder_right_column {
        max-width: 500px;
        margin: 50px auto 0
    }
}

@media (max-width: 768px) {
    .home_section_below_header_holder_left_inner {
        max-width:100%;
        margin: 0
    }
}

@media (max-width: 630px) {
    .home_header_button {
        flex-direction:column
    }

    .home_header_button>a:first-child {
        margin: 0 0 20px 0
    }
}

@media (max-width: 580px) {
    .aihr-page-title-first {
        font-size:38px
    }

    .content__container__list {
        height: 45px
    }

    .content__container__list__item {
        font-size: 38px;
        line-height: 45px
    }

    .desc_below {
        line-height: 28px;
        font-size: 14px
    }
}

@media (max-width: 480px) {
    #main>.wf-wrap {
        padding:0 30px 0 30px!important
    }

    .page-template-aihr-home .first_section_with_background_container {
        padding: 110px 30px 90px
    }
}

.below-header-container-inner {
    max-width: 912px;
    margin: 0 auto;
    width: 100%;
    height: 462px;
    background-size: contain;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat
}

.below-header-container-inner h2 {
    margin: 0;
    text-align: center;
    font-size: 34px;
    line-height: 52px;
    color: #31216B;
    font-weight: 700;
    max-width: 550px
}

@media (max-width: 980px) {
    .below-header-container-inner {
        height:400px
    }
}

@media (max-width: 850px) {
    .below-header-container-inner {
        height:350px
    }
}

@media (max-width: 767px) {
    .below-header-container-inner {
        height:300px
    }
}

@media (max-width: 700px) {
    .below-header-container-inner h2 br {
        display:none
    }
}

@media (max-width: 650px) {
    .below-header-container-inner {
        height:250px
    }
}

@media (max-width: 480px) {
    .below-header-container-inner h2 {
        font-size:28px;
        line-height: 36px
    }

    .below-header-container-inner {
        height: 200px
    }
}

.page-template-aihr-home .below_footer_section:before,.page-template-aihr-home .below_footer_section:after {
    display: none
}

.page-template-aihr-home .below_footer_section .below_footer_section_overlay {
    display: none
}

.page-template-aihr-home .below_footer_section h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 0;
    font-size: 38px;
    line-height: 52px;
    font-weight: 700
}

.home_bottom_footer_button {
    display: flex;
    align-items: center;
    justify-content: center
}

.home_bottom_footer_button a {
    margin: 0 20px;
    font-weight: 600
}

.page-template-aihr-home .below_footer_section {
    padding: 75px 60px 80px;
    background-position: center center
}

@media (max-width: 1040px) {
    .page-template-aihr-home .below_footer_section {
        padding:75px 50px 80px
    }
}

@media (max-width: 767px) {
    .home_bottom_footer_button a {
        margin:0 10px
    }
}

@media (max-width: 620px) {
    .home_bottom_footer_button {
        flex-direction:column
    }

    .home_bottom_footer_button a {
        margin: 0
    }

    .home_bottom_footer_button a:first-child {
        margin-bottom: 20px
    }

    .page-template-aihr-home .below_footer_section h2 {
        margin-bottom: 25px
    }
}

@media (max-width: 480px) {
    .page-template-aihr-home .below_footer_section h2 {
        margin-bottom:25px;
        font-size: 32px;
        line-height: 42px
    }

    .page-template-aihr-home .below_footer_section {
        padding: 55px 30px 60px
    }
}

.below-carousel-holder {
    margin-left: calc(-100vw / 2 + 1130px / 2);
    margin-right: calc(-100vw / 2 + 1130px / 2)
}

.below-carousel-inner .carousel-image {
    width: 100%!important;
    height: 100%!important;
    max-width: 250px;
    max-height: 142px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / .15);
    border-radius: 20px;
    padding: 30px 20px;
    margin: 0 10px;
    background-position: center center;
    background-size: cover;
    position: relative;
    transition: all 0.5s ease
}

.below-carousel-inner .carousel-image:hover {
    margin-top: -10px!important;
    margin-bottom: 10px!important;
    transition: all 0.5s ease
}

.below-carousel-inner .slick-list {
    padding-top: 15px!important
}

.below-header-container {
    margin-bottom: -15px
}

.carousel_tooltip {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 1500ms ease
}

.carousel_tooltip:hover {
    opacity: 1;
    transition: opacity 1500ms ease
}

.carousel_tooltip {
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.content__container__list__item.activ_text {
    bottom: 0;
    -webkit-animation: anym-fadein 1s;
    -moz-animation: anym-fadein 1s;
    -o-animation: anym-fadein 1s;
    animation: anym-fadein 1s;
    animation-timing-function: ease
}

@-webkit-keyframes anym-fadein {
    from {
        bottom: -65px
    }

    to {
        bottom: 0
    }
}

@-moz-keyframes anym-fadein {
    from {
        bottom: -65px
    }

    to {
        bottom: 0
    }
}

@-o-keyframes anym-fadein {
    from {
        bottom: -65px
    }

    to {
        bottom: 0
    }
}

@keyframes anym-fadein {
    from {
        bottom: -65px
    }

    to {
        bottom: 0
    }
}

.aihr-page-title-first {
    color: #fff;
    font-size: 51px;
    font-weight: 800;
    text-align: left;
    line-height: 1;
    background: linear-gradient(90deg, #d4a136 0.24%, rgb(145 188 163) 49.73%, #44bfb5 98.21%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.desc_below {
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    font-size: 17px;
    margin: 20px 0 0;
    text-align: left;
    -webkit-font-smoothing: auto
}

.home_header_button {
    margin-top: 20px;
    display: flex
}

.home_header_button>a {
    font-weight:700;
    cursor: pointer
}

.home_header_button>a:first-child {
    margin-right: 20px
}

.home_section_below_header_holder_right_column img {
    width: 100%
}

.page-template-aihr-home .first_section_with_background_image {
    background-position: bottom center;
    position: relative
}

.page-template-aihr-home.redesign_page_first_section .site-header-new {
    z-index: 99
}

.page-template-aihr-home .first_section_with_background_container {
    padding: 145px 60px 90px;
    position: relative
}

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


.bottom-cta-button{padding: 11px 0;
    border-radius: 40px;
    
    letter-spacing: 1px;
    text-decoration: none;
    min-width: 250px;
    width: 250px;
    box-shadow: 2px 4px 8px 0 rgb(46 61 73 / .2);
    text-align: center;
    max-width: 100%;
    
    margin-right: 20px;
    font-weight: 600;
    cursor: pointer;
    
  
/*    transform: skewX(-12deg);*/
  }

.button-gold {
  color: #fff;
      background: linear-gradient(90deg, #d4a136 0.24%, rgb(111 145 125) 49.73%, #4a706d 98.21%);
   /* border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;*/
}

.button-orange-ghost{    border: solid 2px #d0a25b;
    color: #d0a25b;
    box-shadow: none !important;
    border-left: 3px solid #d0a25b;
    border-right: 3px solid #d0a25b;}

.bottom-cta-button span{
/*  transform: skewX(12deg);*/
    display: inline-block;}


.about-left-container {
    display: flex;
    justify-content: space-between;
}
.one-column {
    width: 50%;
}
.team-one img {
    border-left: 6px solid #5c8784;
    border-radius: 42px 7px 7px 16px;
}
.team-two {
    text-align: right;
}
.team-two img {
    border-radius: 10px;
}
.team-two img {
    width: 90%;
    margin-top: 7px;
        height: 200px;
    object-fit: cover;
}
.two-column {
    width: 50%;
    padding-left: 15px;

}
.team-three img {
    width: 80%;
    margin-top: 25px;
    border-radius: 2px 32px 2px 2px;
        height: 200px;
    object-fit: cover;
}
.team-four img {
    width: 80%;
    margin-top: 5px;
    border-right: 6px solid #5c8784;
    border-radius: 0px 19px 46px 0px;
}


.team-four img{height: 310px;object-fit: cover;}

.button-two{margin-top: 20px;
    padding: 15px 0;
    border-radius: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    min-width: 250px;
    width: 250px;
    box-shadow: 2px 4px 8px 0 rgb(46 61 73 / .2);
    text-align: center;
    max-width: 100%;
    margin-right: 20px;
    font-weight: 600;
    cursor: pointer;
/*    transform: skewX(-12deg);*/
    color: #fff;
   background: #2f6627;  
    display: flex;
    align-items: center;
    justify-content: center}

/*.button-two span{    transform: skewX(12deg);
    display: inline-block;}*/
.section-title .sub-title{position: relative;}
.section-title .sub-title:before{
  position: absolute;
  left: 0;
  content: '';
  top: 0;
  height: 100%;
  width: 2px;

}



.content-post {
        background: #FFF;
    box-shadow: 0 4px 12px rgb(39 116 139 / .08);
    border-radius: 10px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 340px;
        margin-bottom: 20px;
}
.serv-box {
    background: #fff;
    -webkit-transition: all .3s 
linear;
    -moz-transition: all .3s linear;
    transition: all .3s 
linear;
}

.item-post .post-body img, .widget iframe, .widget img {
    max-width: 100%;
}
.box-inner h3.m0 {
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-weight: 500;
        margin: 10px 0;
}
p.bm01 {
    font-size: 1rem;
    line-height: 1.8rem;
}
.serv-box span.m0 {
    padding: 1rem 0;
    display: block;
    background: linear-gradient(90deg, #d4a136 0.24%, rgb(111 145 125) 49.73%, #4a706d 98.21%);
    border-radius: 10px;
}
.serv-box span.m0 i {
    color: #ff8644;
}
.serv-box span.m0 a{color: #fff;    font-weight: 600;}

.client-area.services-client-area{    background-color: #f8f8fd;}
.serv-box .box-inner img{    width: 100px;}

.haidarHelhem-img{text-align: right;}

.about__mhh-six {
    position: relative;
    padding: 80px 0 80px 0;
        background-color: #e9efe2;
}


.choose__content-five .btn{background: linear-gradient(90deg, #d4a136 0.24%, rgb(111 145 125) 49.73%, #4a706d 98.21%);}
.card-faq {    background: #6b8e7c33;}
.card-faq .card-header h5{    font-size: 1rem;}

.all_services__area-six p{color: #fff;}

.services-content .list-wrap{    margin-bottom: 20px;}
.services-content .list-wrap li{    display: flex;
    gap: 10px;
    align-items: center;}
.services-content .list-wrap li i{
      color: #d0a25b;
}

.prog-cat{    background: #4a706d1f;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 11px;}

.prog-cat p{    margin-bottom: 0;
    color: #0e0e0e;
    text-align: center;
    font-weight: 500;}


.breadcrumb__area.breadcrumb__bg::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(269.99deg, rgba(30, 30, 30, 0) 43.61%, rgba(30, 30, 30, 0.828125) 78.06%, #1E1E1E 101.51%), linear-gradient(360deg, rgba(30, 30, 30, 0.1) 78.13%, #1E1E1E 102.84%);
    width: 100%;
    height: 100%;
    z-index: 0;
}


.sidbear-calander{        
  border-bottom: none !important;
  background: #59867f !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 20px !important;box-shadow: 0 4px 12px rgb(17 27 29 / 8%);
     border-right: 4px solid #d0a25b;
    border-left: 4px solid #d0a25b !important;
  }
.body-bg-color{background-color: #e9f0ec;}


.widget.pbmit-service-ad {
    padding: 0;
}
.sidebar .widget {
    border: none;
    padding: 30px;
    margin-bottom: 55px;
    border-radius: 30px;
    background-color: #ffffff;
}
.widget.pbmit-service-ad .textwidget:after {
    clear: both;
}
.widget.pbmit-service-ad .textwidget:before, .widget.pbmit-service-ad .textwidget:after {
    content: "";
    display: table;
}
.widget.pbmit-service-ad .pbmit-service-ads {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 30px 42px 45px;
    background-size: cover;
    background-color: #448c74;
    border-radius: 30px;
    background-size: auto;
    background-image: url(../img/yoga-pattern-01.png);
}
.pbmit-service-ads .pbmit-logo-img img {
    width: 235px;
    mix-blend-mode: luminosity;
}
.pbmit-service-ads .pbmit-ads-title {
    padding-top: 30px;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
    color: #ffffff;
}
.pbmit-service-ads .pbmit-ads-desc {
    font-size: 20px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
}
.pbmit-service-ads .pbmit-ads-desc i {
    font-size: 17px;
    padding-right: 5px;
    color: #e5c466;
}
.pbmit-service-ads .pbmit-btn {
    margin-top: 20px;
}
.pbmit-service-ads .pbmit-btn-content-wrapper {
    display: flex;
    justify-content: center;
}
.pbmit-service-ads .pbmit-button-icon {
    position: relative;
    overflow: hidden;
    flex-grow: 0;
    margin-left: 15px;
    order: 15;
}
.pbmit-service-ads .pbmit-button-icon svg {
    width: 1em;
    height: auto;
    transition: all 0.4s 
ease-in-out;
}
.pbmit-service-ads .btn{background: #d0a25b none repeat scroll 0 0;margin-top: 10px;}

.pbmit-service-ads .pbmit-button-icon:before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(.26) translate(-45px, 50px);
    transition: transform 0.4s 
ease-in-out;
}
.pbmit-service-ads .pbmit-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block;
}
/*.services__details-content p:first-child::first-letter{
      font-size: 52px;
      color: #448c74;
}*/


.pbmit-firstletter::first-letter {
    color: #448c74;
    padding: 0;
    font-size: 52px;
    line-height: 48px;
    display: inline-block;
    float: left;
    font-weight: 700;
    margin-right: 8px;
}

.sidbear-calander i{color: #d0a25b !important}

.program-info-box ul{    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 30px;
    align-items: center;}

.program-info-box ul li i{  color: #d4a136;
    background: rgb(111 145 125 / 19%);
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #d0a25b;
    height: 30px;
    display: inline-block;
    line-height: 16px;}
.program-info-box ul li{    font-size: 15px;}

.testimonial__item-three{    background: #fff;
    padding: 30px;
    border-radius: 50px 10px;    margin-bottom: 20px;}

.haidarHelhem-img{text-align: center;}
.brand-area2 .brand-item{    padding: 30px 10px;
    border: 1px solid #00000014;
    border-radius: 20px;
    display: block;
    background: #fff;
    box-shadow: 0 4px 12px rgb(39 116 139 / .08);    text-align: center;}

.team__item-four.team__item-index .team__content-four{    margin-top: 0px;    background: rgb(255 255 255 / 28%);}
.blog__details-wrap{    background: #fff;
    padding: 20px;    border-radius: 10px;}

.services__programs-area{ background: #fff;
    padding: 20px;    border-radius: 10px;}

.pb-box ul li{margin-bottom: 10px}
.pb-box ul{margin-top: 10px;padding-left: 18px;}


.services-item.programs-services-item .services-content p{    font-size: 15px;
    line-height: 26px;}


.tgmenu__navbar-wrap > ul > li:hover:nth-child(2)>a {    border-bottom: solid 4px #ff8454;
    background: #fb84561c;
    color: #000;}
.tgmenu__navbar-wrap > ul > li:hover:nth-child(4)>a {    border-bottom: solid 4px #5c8784;
    background: #5c878442;
    color: #000;}
.tgmenu__navbar-wrap > ul > li:hover:nth-child(5)>a {    border-bottom: solid 4px #cfa15b;
    background: #d0a25b38;
    color: #000;}
.tgmenu__navbar-wrap > ul > li:hover:nth-child(6)>a {border-bottom: solid 4px #88c87b; background: #87c77c59;
    color: #000;}
.tgmenu__navbar-wrap > ul > li:hover:nth-child(7)>a {border-bottom: solid 4px #f0cd3a;background: #ffc10726;
    color: #000;}
.tgmenu__navbar-wrap > ul > li:hover:nth-child(8)>a {border-bottom: solid 4px #80c3d2;background: #80c2d042;
    color: #000;}

.Programs-item-box{    border-bottom: none !important;
    background: #ffffff !important;
    color: #fff !important;
    border-radius: 50px !important;
/*    padding: 20px !important;*/
    box-shadow: 0 4px 12px rgb(17 27 29 / 8%);
    border-right: 4px solid #d0a25b;
    border-left: 4px solid #d0a25b !important;}

.Programs-item-box a{    color: #000;
    font-size: 16px;
    font-weight: 600;    display: block;    padding: 20px !important;}


.program-menu-div .Programs-item-box{width: 48%;}
.program-menu-div{    display: flex;
    flex-wrap: wrap;
    gap: 20px;}


.breadcrumb-register-now a{margin-top: 20px;
    padding: 10px 0;
    border-radius: 40px;
    letter-spacing: 1px;
    text-decoration: none;
    min-width: 190px;
    width: 200px;
    box-shadow: 2px 4px 8px 0 rgb(46 61 73 / .2);
    text-align: center;
    max-width: 100%;
    margin-right: 20px;
    font-weight: 600;
    cursor: pointer;
    /* transform: skewX(-12deg); */
    color: #fff;
    background: linear-gradient(90deg, #d4a136 0.24%, rgb(111 145 125) 49.73%, #4a706d 98.21%);
    display: flex;
    align-items: center;
    justify-content: center;}

.contact__info img{border-radius: 20px;}
.contactpage{margin-left: 50px}
.haidarHelhem-img{}
@media only screen and (min-width: 270px) and (max-width: 767px){
  #sticky-header:before{    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff;
    left: 0px;
    top: 0;
    z-index: -1;
    transform: skewX(0deg);
    border-right: none;}
.aihr-page-title-first{font-size: 28px;}
    .section-title .title {
        font-size: 20px !important;
    }
.section-title h3{font-size: 20px}
    .blog-post-content .title {
        font-size: 20px;
    }
 .about-left-container   .team-four img {
    height: 200px;
    object-fit: cover;
}
.contactpage{margin-left: 0px}
    .tgmobile__menu .nav-logo img{    max-width: 190px;}
    .home_header_button>a{width: 100%;}
.button-two{width: 100%;}
.contact__area .registerss-box{margin-left: auto !important;}
    .contact__form-wrap .title {
        font-size: 20px;
        margin-bottom: 8px;
    }

.blog-post-content.course-post-content .blog-avatar{    align-items: flex-start;    flex-direction: column;}


}


.haidarHelhem-img img{    border-radius: 5px;}


/* Container */
.lang-dropdown {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
      z-index: 9;
}

/* The Button */
.lang-button {
  background: #477571;
    border: 1px solid #477571;
  padding: 5px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 1px;
  color: #fff;
}
.lang-button:hover{color: #fff;}
/* The Dropdown Menu (Hidden by default) */
.lang-list {
  display: none; 
  position: absolute;
  background-color: white;
  min-width: 140px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.1);
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
}

/* Dropdown Links */
.lang-list li a {
  color: #333;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-list li a:hover {
  background-color: #f1f1f1;
}

/* Show the list on hover */
.lang-dropdown:hover .lang-list {
  display: block;
}

/* Simple CSS Arrow */
.arrow-down {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
}
.right-lang-and-imp{    display: flex;
    gap: 30px;
    justify-content: flex-end;
    z-index: 999;
    position: relative;
    align-items: center;}

.mobile-lang-dropdown{display: none;}


@media only screen and (min-width: 270px) and (max-width: 380px){
.tgmenu__nav .logo img{max-width: 160px;object-fit: contain;}
    .tg-header__area {padding: 10px 0;}
.tgmobile__menu .navigation li ul li > a {
    margin-left: 10px;    font-size: 14px;
            padding: 5px 5px 5px 25px;
}
.first_section_with_background_container{    padding: 150px 0px 100px;padding-left: 15px;
    padding-right: 15px;}
.tg-header__area .mobile-nav-toggler{    width: 40px;
    height: 40px;}
.tg-header__area .mobile-nav-toggler svg {
    width: 15px;
}
.breadcrumb__content .title {
        font-size: 15px;
        margin-top: 5px;

    }

.mobile-lang-dropdown{display: flex; !important;}
.lang-dropdown .lang-button span{display: none;}
.lang-dropdown .lang-list li  a span{display: none;}
.arrow-down{    display: none;}
.lang-list{    min-width: 40px;}
.lang-button {
    background: #477571;
    border: none;
    padding: 5px 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 1px;
    color: #fff;
    width: 40px !important;
    height: 40px !important;
    /* font-size: 18px; */
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    background: var(--tg-color-white-default);
    justify-content: center;
    border-radius: 10px;
    .lang-button img{width: 25px}
}
.lang-and-btn-mobile{    display: flex;
    gap: 10px;}
    .lang-list li a{    padding: 10px 5px;    justify-content: center;}

        .aihr-page-title-first {
        font-size: 20px;
    }

.desc_below{    font-size: 14px;line-height: 22px;}


}


@media only screen and (min-width: 270px) and (max-width: 300px){
    .tgmenu__nav .logo img {
        max-width: 140px;
        object-fit: contain;
    }

    .blog-post-meta .list-wrap{    gap: 8px 10px;}
    .course-box .blog-post-meta .list-wrap .btn {
        padding: 10px 12px 13px !important;
        font-size: 11px;        display: block;
        width: 100%;
    }
    .course-box .blog-post-meta .list-wrap li{width: 100%}
}




    .hero-section{
      padding:50px 0 100px 0;
/*      background:#f4f5f4;*/
      background: #dcead9c4;
      overflow:hidden;
      position:relative;
/*      */
/*    background-image: linear-gradient(90deg, #EF28071A 0%, #9040EF1A 100%);*/
    /*position: relative;
    padding: 100px 0;*/
    }

    .hero-section:before {
    background-image: url(../img/Grid.png);
    background-position: center center;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.2;
}

    

    .hero-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      background:#dcead9;
      color:#2f6627;
      font-size:12px;
      font-weight:700;
      padding:8px 14px;
      border-radius:50px;
      letter-spacing:1px;
      text-transform:uppercase;
      margin-bottom:25px;
    }

    .hero-title{
      font-family:'DM Serif Display',serif;
      font-size:68px;
      line-height:0.95;
      color:#2d5a27;
      margin-bottom:28px;
      font-weight:400;
    }

    .hero-title .green{
         color: #228d25;
    font-style: italic;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
        font-weight: 700;
    background-image: linear-gradient(267.43deg, #73ED7C 4.95%, #228d25 97.92%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
        line-height: 74px;
    }

    .hero-title .green::after{
      content:"";
      position:absolute;
      left:0;
      bottom:-8px;
      width:100%;
      height:4px;
      background:#63da6b;
      border-radius:20px;
    }

    .hero-desc{
      font-size:18px;
      line-height:1.8;
      color:#303030;
/*      max-width:520px;*/
      margin-bottom:35px;
    }

    .hero-btns{
      display:flex;
      gap:18px;
      flex-wrap:wrap;
      margin-bottom:45px;
    }

    .btn-primary-custom{
      background:#2f6627;
      border:none;
      color:#fff;
      padding:16px 34px;
      border-radius:10px;
      font-weight:600;
      transition:0.3s;
    }

    .btn-primary-custom:hover{
      background:#214d1a;
      transform:translateY(-3px);
    }

    .btn-outline-custom{
      border:1px solid #d5d9df;
      background:#fff;
      color:#1d2940;
      padding:16px 34px;
      border-radius:10px;
      font-weight:600;
      transition:0.3s;
    }

    .btn-outline-custom:hover{
      background:#edf1f5;
      transform:translateY(-3px);
    }

    .trust-box{
      display:flex;
      align-items:center;
      gap:18px;
      margin-top:10px;
    }

    .avatars{
      display:flex;
      align-items:center;
    }

    .avatars img{
      width:48px;
      height:48px;
      border-radius:50%;
      border:3px solid #fff;
      margin-left:-12px;
      object-fit:cover;
    }

    .avatars img:first-child{
      margin-left:0;
    }

    .trust-text{
      color:#6c7684;
      font-size:15px;
      font-weight:500;
    }

    .stars{
      color:#ffb400;
      margin-top:3px;
      font-size:15px;
    }

    .hero-image-wrap{
      position:relative;
      display:flex;
      justify-content:center;
          z-index: 9;
    }
    .hero-right-section{  z-index: 1;    position: relative;}

    .hero-image-card{
      position:relative;
      background:#fff;
      border-radius:40px;
      padding:14px;
/*      box-shadow:0 15px 45px rgba(0,0,0,0.08);*/
      max-width:100%;
    }

    .hero-image-card img{
      width:100%;
      border-radius:32px;
      display:block;
    }

    .quote-box{
      position:absolute;
      bottom:28px;
      left:30px;
      right:30px;
/*      background:rgba(19,23,32,0.85);*/
background-color: rgb(255 255 255 / 0.1);
      color:#fff;
      padding:22px;
      border-radius:24px;
      backdrop-filter:blur(10px);
      font-size:17px;
      line-height:1.6;
      font-style:italic;
      box-shadow:0 10px 30px rgba(0,0,0,0.25);
    }

    .accuracy-box{
      position:absolute;
      top:-18px;
      right:-18px;
      background:#fff;
      width:90px;
      height:90px;
      border-radius:24px;
      box-shadow:0 10px 30px rgba(0,0,0,0.08);
      display:flex;
      flex-direction:column;
      justify-content:center;
      align-items:center;
      font-weight:700;
      color:#2f6627;
    }

    .accuracy-box span{
      font-size:13px;
      color:#6c7684;
      margin-top:3px;
    }

    .calendar-box{
      position:absolute;
      bottom:20px;
      left:-35px;
      width:68px;
      height:68px;
      background:#b8e5b8;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      box-shadow:0 10px 30px rgba(0,0,0,0.12);
    }

    .calendar-box svg{
      width:30px;
      height:30px;
      stroke:#2f6627;
    }

    .dot-pattern{
      position:absolute;
      right:80px;
      bottom:40px;
      opacity:0.18;
    }

    @media(max-width:991px){

      .hero-section{
        padding:60px 0;
        text-align:center;
      }

      .hero-title{
        font-size:58px;
      }

      .hero-desc{
        margin:auto auto 35px;
      }

      .hero-btns{
        justify-content:center;
      }

      .trust-box{
        justify-content:center;
      }

      .hero-image-wrap{
        margin-top:60px;
      }

      .calendar-box{
        left:10px;
      }
    }

    @media(max-width:575px){

      .hero-title{
        font-size:46px;
      }

      .hero-image-card{
        border-radius:28px;
      }

      .hero-image-card img{
        border-radius:20px;
      }

      .quote-box{
        font-size:14px;
        padding:16px;
      }

      .accuracy-box{
        width:75px;
        height:75px;
      }

    }


     .growth-section{
      position:relative;
      padding:90px 0;
     /* background:
      linear-gradient(82deg, #ffffff 0%, #ffffff 68%, #f5f5f5 68%, #f5f5f5 100%);
          background: #f5f5f5;*/
              background: linear-gradient(135deg, #f9fbf9 0%, #e8f0e8 100%);
    }

    .growth-image-box{
      position:relative;
      max-width:520px;
      margin:auto;
    }

    .growth-border{
/*      border:1px solid #dccfb2;*/
      padding-right:36px;
      position:relative;
    }

    .growth-image{
      width:100%;
      height:585px;
      border-radius:0 120px 0 120px;
      object-fit:cover;
      display:block;
      background:#efeeea;
    }

    .growth-section .service-card .icon-box svg{width: 25px;    color: #298e2d;}

    .floating-review{
      position:absolute;
      right:-10px;
      bottom:-8px;
      background:#fff;
      padding:22px;
      border-radius:18px;
      box-shadow:0 15px 40px rgba(0,0,0,0.12);
      width:230px;
    }

    .review-top{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:10px;
    }

    .review-users{
      display:flex;
      align-items:center;
    }

    .review-users img{
      width:36px;
      height:36px;
      border-radius:50%;
      border:2px solid #fff;
      margin-left:-10px;
      object-fit:cover;
    }

    .review-users img:first-child{
      margin-left:0;
    }

    .review-label{
      font-size:12px;
      font-weight:700;
      color:#9ea5b2;
      line-height:1.4;
      text-transform:uppercase;
    }

    .floating-review p{
      font-size:15px;
      line-height:1.5;
      color:#747b88;
      margin:0;
      font-style:italic;
    }

    .section-mini-title{
      display:flex;
      align-items:center;
      gap:15px;
      font-size:12px;
      letter-spacing:5px;
      text-transform:uppercase;
      color:#228d25;
      margin-bottom:25px;
      font-weight:600;
    }

    .section-mini-title::before{
      content:"";
      width:48px;
      height:1px;
      background:#228d25;
    }

    .main-title{
      font-family:'Cormorant Garamond',serif;
      font-size:52px;
      line-height:0.92;
      color:#2d5a27;
      margin-bottom:28px;
      font-weight:500;
    }

    .main-title span{
          color: #228d25;
    font-style: italic;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
      font-weight:400;
    }

    .growth-desc{
      font-size:16px;
      line-height:1.9;
      color:#303030;
      max-width:780px;
      margin-bottom:55px;
    }

    .growth-desc strong{
      color:#2d5a27;
      font-weight:600;
    }

   .growth-section .service-card{
          margin-bottom: 35px;
    background: #ffffff;
    border-radius: 28px;
    padding: 10px 10px 0px 10px;
    text-align: center;
    transition: 0.4s ease;
    height: 100%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 8px 25px rgba(0, 0, 0, 0.03);
    }

  .growth-section .service-card   .icon-box{
          width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #cfedcf;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    margin-top: -40px;
    }

    .growth-section .service-card .icon-box i{
      font-size:24px;
      color:#111827;
    }

    .service-title{
      font-size:18px;
      font-weight:600;
      letter-spacing:2px;
      margin-bottom:12px;
      color:#111827;
     
    }

    .growth-section .service-card .service-text{
         color: #303030;
    line-height: 1.6;
    font-size: 16px;    margin-bottom: 0;
    }

    .bottom-area{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:30px;
      flex-wrap:wrap;
      margin-top:25px;
    }

    .consult-btn{
      background:#050811;
      color:#fff;
      border:none;
      padding:22px 42px;
      border-radius:60px;
      font-size:15px;
      font-weight:700;
      letter-spacing:2px;
      text-transform:uppercase;
      transition:0.3s;
    }

    .consult-btn:hover{
      background:#1b2338;
      transform:translateY(-3px);
    }

    .stats-wrap{
      display:flex;
      align-items:center;
      gap:35px;
    }

    .stat-box{
      position:relative;
    }

    .stat-box::after{
      content:"";
      position:absolute;
      top:50%;
      right:-18px;
      transform:translateY(-50%);
      width:1px;
      height:40px;
      background:#d4d7de;
    }

    .stat-box:last-child::after{
      display:none;
    }

    .stat-number{
      font-size:48px;
      font-weight:600;
      line-height:1;
      color:#2d5a27;
      font-family:'Cormorant Garamond',serif;
    }

    




     .services-three-section{
        background: #ffffff;
    padding: 90px 0 90px;
    position: relative;
    overflow: hidden;
    }

    /* Purple top dot */
    /*.services-three-section::before{
      content:"";
      position:absolute;
      width:20px;
      height:20px;
      background:#b77cc6;
      border-radius:50%;
      top:-10px;
      left:16%;
    }*/

   .services-three-section .service-card{
      background:#f8f8f7;
      border-radius:38px;
      padding:120px 40px 40px;
      text-align:center;
      position:relative;
      transition:0.4s ease;
      height:100%;
      border:1px solid #dae1d3;
/*      overflow:hidden;*/
    }

   .services-three-section .service-card:hover{
      transform:translateY(-10px);
      box-shadow:0 25px 60px rgba(0,0,0,0.08);
    }

  .services-three-section  .service-image{
      width:170px;
      height:170px;
      border-radius:50%;
      overflow:hidden;
      border:8px solid #fff;
      position:absolute;
      top:-58px;
      left:50%;
      transform:translateX(-50%);
      box-shadow:0 20px 50px rgba(0,0,0,0.10);
      background:#fff;
    }

  .services-three-section  .service-image img{
      width:100%;
      height:100%;
      object-fit:cover;
    }

   .services-three-section .service-tag{
      font-size:12px;
      letter-spacing:5px;
      text-transform:uppercase;
      color:#9ea7b6;
      margin-bottom:18px;
      font-weight:600;
    }

  .services-three-section  .service-card.active .service-tag{
      color:#2d6b25;
    }

  .services-three-section  .service-title{
      font-family:'Cormorant Garamond',serif;
      font-size:30px;
      line-height:1;
      color: #2d5a27;
      margin-bottom:28px;
      font-weight:500;
    }

   .services-three-section .service-desc{
      font-size:18px;
      line-height:1.9;
      color:#303030;
      margin-bottom:42px;
      min-height:170px;
    }

  .services-three-section  .service-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:100%;
          height: 50px;
    border-radius: 10px;
      background:#2f6e28;
      color:#fff;
      text-decoration:none;
      text-transform:uppercase;
      letter-spacing:2px;
      font-size:15px;
      font-weight:700;
      transition:0.3s ease;
    }

   .services-three-section .service-btn:hover{
      background:#1f4d1b;
      color:#fff;
      transform:translateY(-2px);
    }

    /* Center Card Highlight */
   .services-three-section .service-card.active{
      background:#f8f9f7;
      border:1px solid #dfe6db;
      box-shadow:0 20px 60px rgba(0,0,0,0.06);    top: -60px;
    }
   .services-three-section .service-card.active .service-image{    border-radius: 20%;}
    @media(max-width:1199px){

    .services-three-section  .service-title{
        font-size:48px;
      }

    }

    @media(max-width:991px){

   .services-three-section   .service-card{
        margin-bottom:90px;
      }

    }

    @media(max-width:767px){

  .services-three-section{
        padding:90px 0 50px;
      }

    .services-three-section  .service-title{
        font-size:42px;
      }

    .services-three-section  .service-desc{
        min-height:auto;
      }

    }

    @media(max-width:575px){

    .services-three-section  .service-card{
        padding:110px 25px 30px;
        border-radius:28px;
      }

    .services-three-section  .service-title{
        font-size:36px;
      }

    .services-three-section  .service-desc{
        font-size:16px;
      }

     .services-three-section .service-image{
        width:145px;
        height:145px;
      }

    }



     .help-section{
      padding:0px 0 150px;
      text-align:center;
      
    }

    .help-section .mini-title{
      font-size:13px;
      letter-spacing:7px;
      text-transform:uppercase;
      color:#5f8a52;
      margin-bottom:28px;
      font-weight:500;
    }

   .help-section  .main-title{
      font-family:'Cormorant Garamond',serif;
      font-size:48px;
      line-height:0.95;
      font-weight:600;
      color: #2d5a27;
      margin-bottom:35px;
    }

   .help-section .main-title span{
      color:#228d25;
      font-style:italic;
      font-weight:400;
    }

   .help-section .description{
      max-width:760px;
      margin:auto;
      font-size:16px;
      line-height:1.8;
      color:#303030;
      font-weight:400;
    }

    @media(max-width:1199px){

      .main-title{
        font-size:78px;
      }

    }

    @media(max-width:991px){

    .help-section  .help-section{
        padding:70px 0;
      }

   .help-section   .main-title{
        font-size:64px;
      }

    .help-section  .description{
        font-size:21px;
      }

    }

    @media(max-width:767px){

   .help-section   .main-title{
        font-size:52px;
      }

   .help-section   .description{
        font-size:18px;
        line-height:1.7;
      }

   .help-section   .mini-title{
        letter-spacing:5px;
        font-size:12px;
      }

    }

    @media(max-width:575px){

   .help-section   .main-title{
        font-size:42px;
      }

   .help-section   .description{
        font-size:16px;
      }

    }




/*    ------------------------------*/
 .services-section{
      padding:80px 0 90px;
    }

    /* Heading */
    .section-tag{
      font-size:11px;
      font-weight:700;
      letter-spacing:2px;
      text-transform:uppercase;
      color:#4f8a3e;
      margin-bottom:10px;
    }

    .section-title{
         font-family: 'Cormorant Garamond', serif;
    font-size: 48px;
    line-height: 0.95;
    font-weight: 600;
    color: #0c1326;
    margin-bottom: 35px;
    }

    .section-title span{
      color:#2f7b2d;
    }

    .explore-btn{
      display:inline-flex;
      align-items:center;
      gap:10px;
      background:#2f7b2d;
      color:#fff;
      text-decoration:none;
      padding:16px 34px;
      border-radius:50px;
      font-size:14px;
      font-weight:700;
      text-transform:uppercase;
      transition:0.3s;
    }

    .explore-btn:hover{
      background:#1f5b1d;
      color:#fff;
      transform:translateY(-2px);
    }

    /* Card */
    .service-card-help{
        background: #ffffff;
    /* background: #f9f9f8; */
    border: 1px solid #e8ebea;
    border-radius: 30px;
    padding: 30px 20px 24px;
    text-align: center;
    height: 100%;
    transition: 0.35s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }

    .service-card-help:hover{
      transform:translateY(-8px);
      box-shadow:0 18px 40px rgba(0,0,0,0.06);
    }

    .service-icon{
            width: 100%;
    height: 135px;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10%;
    color: #2f7b2d;
    background: #f9f8f4;
    padding: 0px;
    }
     .service-icon img{    border-radius: 10px;}

    .service-icon i{
      font-size:54px;
      color:#2f7b2d;
      line-height:1;
    }

    .service-title-card{
      font-size:18px;
      font-weight:700;
      color:#2d5a27;
      margin-bottom:16px;
    }

    .service-desc{
      font-size:15px;
      line-height:1.9;
      color:#303030;
      margin-bottom:5px;
      min-height:95px;
    }

    .book-btn{
      width:100%;
      height:50px;
      border-radius:10px;
      background:#f1f2ef;
      border:none;
      color:#2f7b2d;
      font-size:14px;
      font-weight:700;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:12px;
      transition:0.3s;
      text-decoration:none;
    }

    .book-btn:hover{
      background:#2f7b2d;
      color:#fff;
    }

    /* Footer line */
    .bottom-line{
      margin-top:55px;
      text-align:center;
      position:relative;
    }

    .bottom-line span{
      font-size:10px;
      letter-spacing:5px;
      color:#9aa4b5;
      text-transform:uppercase;
      background:#f7f7f4;
      padding:0 18px;
      position:relative;
      z-index:2;
    }

    .bottom-line::before{
      content:"";
      position:absolute;
      width:320px;
      height:1px;
      background:#d9dfe6;
      left:50%;
      top:50%;
      transform:translate(-50%,-50%);
    }

    @media(max-width:1199px){

      .section-title{
        font-size:54px;
      }

    }

    @media(max-width:991px){

      .section-title{
        font-size:46px;
      }

      .heading-wrap{
        gap:25px;
      }

    }

    @media(max-width:767px){

      .services-section{
        padding:70px 0;
      }

      .section-title{
        font-size:38px;
      }

      .explore-btn{
        margin-top:15px;
      }

      .service-desc{
        min-height:auto;
      }

    }

    @media(max-width:575px){

      .section-title{
        font-size:32px;
      }

      .service-card-help{
        border-radius:24px;
        padding:35px 22px 22px;
      }

      .service-title-card{
        font-size:24px;
      }

    }


    .book-btn svg{width: 20px;}



:root {
    --primary-green: #2d7a2d;
    --light-green: #e9f5e9;
    --dark-text: #0d1b2a;
    --gray-text: #5e6d7a;
}


.hero-section-banner {
    min-height: 100vh;
    padding: 80px 0;
}

/* Typography */
.hero-section-banner .badge-custom {
    display: inline-block;
    background: var(--light-green);
    color: var(--primary-green);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.hero-section-banner .main-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
}

.hero-section-banner .text-green {
    color: #ffffff;
}

.hero-section-banner .description {
    font-size: 1.1rem;
    color: #ffffff;
    max-width: 500px;
}

/* Feature List */
.hero-section-banner .feature-list li {
    margin-bottom: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
        color: #fff;
}

.hero-section-banner .check-icon {
    color: #94ff94;
    border: 1px solid #94ff94;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin-right: 12px;
}

/* Buttons */
.hero-section-banner .btn-primary-custom {
    background-color: #228d25;
    color: white;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
    border: none;
}

.hero-section-banner .btn-outline-custom {
    border: 1px solid #dee2e6;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
    color: var(--dark-text);
}

/* Booking Card */
.hero-section-banner .booking-card {
      max-width: 450px;
    margin-left: auto;
    width: 100%;
    height: 585px;
    border-radius: 20px 120px 20px 120px;
    object-fit: cover;
    display: block;
    background: #efeeea;
}
.hero-section-banner .booking-card img{    width: 100%;
    height: 585px;
    border-radius: 20px 120px 20px 120px;
    object-fit: cover;
    display: block;
    background: #efeeea;}
.hero-section-banner .status-badge {
    background: #f0fdf4;
    color: #166534;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 6px;
}

.hero-section-banner .section-label {
    font-size: 11px;
    font-weight: 700;
    color: #a0aec0;
    letter-spacing: 1px;
}

.hero-section-banner .session-box {
    border: 1px solid #edf2f7;
    border-radius: 15px;
    padding: 15px;
    cursor: pointer;
    transition: 0.2s;
}

.hero-section-banner .session-box.active {
    background: #f0fdf4;
    border-color: #22c55e;
}

/* Date Selection */
.hero-section-banner .date-item {
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    font-size: 12px;
    color: #718096;
    width: 55px;
}

.hero-section-banner .date-item.active {
    background: #0d1b2a;
    color: white;
}

.hero-section-banner .btn-confirm {
    background: #22c55e;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 12px;
    font-weight: 700;
}

/* Floating Toast */
.hero-section-banner .confirmation-toast {
    position: absolute;
    bottom: 40px;
    left: -40px;
    background: white;
    border-radius: 15px;
    width: 200px;
    border-left: 4px solid #22c55e;
}

.hero-section-banner .toast-icon {
    background: #f0fdf4;
    padding: 8px;
    border-radius: 8px;
}

.hero-section-banner .smaller { font-size: 10px; }
.hero-section-banner{overflow: hidden;z-index: 1;position: relative;}
.hero-section-banner::before {
      content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background: #0b0c39; */
    background-image: linear-gradient(90deg, #022d6d 0%, #addead 100%);
    opacity: 0.85;
   
    z-index: -1;
}





 .hero-section-two{
      position:relative;
/*      min-height:100vh;*/
      display:flex;
      align-items:center;
     /* background:
      radial-gradient(circle at center, rgba(255,255,255,0.12) 0%, rgba(7,15,42,0.2) 30%, #070f2a 70%),
      linear-gradient(to right,#0a1230,#141c3d,#0b1231);*/
       background-color: #0d1a0d;
    background-image: radial-gradient(at 0% 0%, rgba(47, 123, 45, 0.3) 0px, transparent 50%), radial-gradient(at 100% 100%, rgba(95, 138, 82, 0.2) 0px, transparent 50%), radial-gradient(at 50% 50%, rgba(47, 123, 45, 0.1) 0px, transparent 50%);
      overflow:hidden;
      padding: 60px 0;
    }

    /* Glow */
    .hero-section-two::before{
      content:'';
      position:absolute;
      width:900px;
      height:900px;
      background:radial-gradient(circle, rgba(255,255,255,0.18) 0%, transparent 70%);
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
      filter:blur(30px);
      opacity:.8;
    }

    /* Stars */
    .hero-section-two::after{
      content:'';
      position:absolute;
      inset:0;
      background-image:
      radial-gradient(rgba(255,255,255,0.5) 1px, transparent 1px);
      background-size:40px 40px;
      opacity:.25;
    }

  .hero-section-two  .hero-content{
      position:relative;
      z-index:2;
    }

 .hero-section-two   .hero-badge{
      display:inline-block;
      padding:8px 18px;
      border-radius:50px;
         border: 1px solid rgba(50, 150, 55, 0.25);
    color: #37a63b;
    background: rgb(50 150 55 / 7%);
     
      font-size:12px;
      font-weight:600;
      letter-spacing:1.5px;
      text-transform:uppercase;
      margin-bottom:30px;
    }

 .hero-section-two   .hero-title{
      font-family:'Cormorant Garamond',serif;
      font-size:68px;
      line-height:0.9;
      color:#fff;
      font-weight:400;
      margin-bottom:30px;
    }

.hero-section-two    .hero-title span{
      
      font-style:italic;
      background:linear-gradient(90deg,#bbf7d0,#22c55e);
      -webkit-background-clip:text;
      -webkit-text-fill-color:transparent;font-size: 60px;
    }

 .hero-section-two   .hero-text{
      color:rgba(255,255,255,0.55);
      font-size:17px;
      line-height:1.8;
      max-width:520px;
      margin-bottom:40px;
    }

.hero-section-two    .hero-btn-wrap{
      display:flex;
      align-items:center;
      gap:22px;
      flex-wrap:wrap;
    }

 .hero-section-two   .hero-btn{
      background:#fff;
      color:#111;
      padding:18px 38px;
      border-radius:60px;
      text-decoration:none;
      font-size:14px;
      font-weight:700;
      letter-spacing:1.5px;
      transition:.3s;
      display:inline-block;
    }

 .hero-section-two   .hero-btn:hover{
      transform:translateY(-3px);
      background:#f2f2f2;
    }

 .hero-section-two   .play-btn1{
      display:flex;
      align-items:center;
      gap:14px;
      color:#fff;
      text-decoration:none;
      font-weight:500;
    }

  .hero-section-two  .play-icon{
      width:48px;
      height:48px;
      border-radius:50%;
      border:1px solid rgba(255,255,255,0.2);
      display:flex;
      align-items:center;
      justify-content:center;
      background:rgba(255,255,255,0.04);
      backdrop-filter:blur(10px);
      transition:.3s;
    }

  .hero-section-two  .play-btn:hover .play-icon{
      transform:scale(1.08);
      background:rgba(255,255,255,0.08);
    }

 .hero-section-two   .hero-image{
      position:relative;
      z-index:2;
      text-align:center;
    }

   .hero-section-two .hero-image img{
      width:100%;
      max-width:500px;
      border-radius:32px;
      object-fit:cover;
      box-shadow:
      0 25px 60px rgba(0,0,0,0.45),
      0 0 0 1px rgba(255,255,255,0.08);
    }

   .hero-section-two .brand-logos{
      margin-top:70px;
      display:flex;
      gap:40px;
      flex-wrap:wrap;
      opacity:.22;
    }

 .hero-section-two   .brand-logos span{
      color:#fff;
      font-size:20px;
      font-weight:600;
      letter-spacing:1px;
    }

    @media(max-width:991px){

      .hero-section-two{
        padding:80px 0;
      }

     .hero-section-two .hero-title{
        font-size:70px;
      }

    .hero-section-two  .hero-image{
        margin-top:60px;
      }

    }

    @media(max-width:767px){

    .hero-section-two  .hero-title{
        font-size:52px;
      }

     .hero-section-two .hero-text{
        font-size:15px;
      }

     .hero-section-two .hero-btn{
        width:100%;
        text-align:center;
      }

     .hero-section-two .hero-btn-wrap{
        flex-direction:column;
        align-items:flex-start;
      }

    }

.btn-primary-custom-w{    
  background: transparent;
   
    color: #fff;
    padding: 16px 34px;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s;

    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 10px;}




/*    --------------------*/

 .relationship-section{
      min-height:100vh;
      display:flex;
      align-items:center;
      position:relative;
      overflow:hidden;
      background:
      radial-gradient(circle at top left, rgba(255,255,255,0.8), transparent 40%),
      radial-gradient(circle at bottom right, rgba(255,255,255,0.7), transparent 35%),
      #eef2eb;
      padding:80px 0;
    }

    /* LEFT CARD */

  .relationship-section   .visual-card-wrap{
      position:relative;
      max-width:550px;
      margin:auto;
    }

 .relationship-section   .visual-card-border{
      border:1px solid rgba(42,120,36,0.20);
      border-radius:34px;
      padding:14px;
      backdrop-filter: blur(6px);
      background:rgba(255,255,255,0.12);
      box-shadow:
      0 20px 60px rgba(0,0,0,0.06),
      inset 0 0 0 1px rgba(255,255,255,0.2);
    }

 .relationship-section   .visual-card{
      height:100%;
      border-radius:28px;
      background:
      linear-gradient(180deg,#2b7223 0%, #184d13 100%);
      display:flex;
      align-items:center;
      justify-content:center;
      position:relative;
      overflow:hidden;
    }

  .relationship-section  .visual-card::before{
      content:'';
      position:absolute;
      inset:0;
      background:
      radial-gradient(circle at top left, rgba(255,255,255,0.08), transparent 35%),
      radial-gradient(circle at bottom right, rgba(255,255,255,0.06), transparent 30%);
    }

 .relationship-section   .visual-card h2{
      color:#d8d8d1;
      font-size:54px;
      font-weight:600;
      position:relative;
      z-index:2;
      text-align:center;
    }

    /* FLOATING BADGE */

   .relationship-section .growth-badge{
      position:absolute;
      bottom:10px;
      right:-10px;
      background:rgba(79,111,69,0.35);
      backdrop-filter:blur(14px);
      border:1px solid rgba(255,255,255,0.1);
      border-radius:18px;
      padding:14px 20px;
      display:flex;
      align-items:center;
      gap:14px;
      min-width:210px;
      box-shadow:0 10px 30px rgba(0,0,0,0.08);
    }

  .relationship-section  .growth-icon{
      width:42px;
      height:42px;
      border-radius:50%;
      background:#2ca52a;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-size:18px;
      flex-shrink:0;
    }

   .relationship-section .growth-badge small{
      display:block;
      font-size:11px;
      color:#d7ddd4;
      letter-spacing:1px;
      text-transform:uppercase;
    }

   .relationship-section .growth-badge strong{
      color:#fff;
      font-size:15px;
      font-weight:600;
    }

    /* RIGHT CONTENT */

  .relationship-section  .content-box{
      padding-left:60px;
    }

  .relationship-section  .mini-badge{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:8px 18px;
      border-radius:40px;
      border:1px solid rgba(50,150,55,0.25);
      color:#37a63b;
      background:rgba(255,255,255,0.35);
      font-size:12px;
      letter-spacing:3px;
      font-weight:700;
      text-transform:uppercase;
      margin-bottom:30px;
    }

   .relationship-section .mini-badge span{
      width:8px;
      height:8px;
      border-radius:50%;
      background:#37a63b;
      display:inline-block;
    }

  .relationship-section  .hero-title{
         font-family: 'Cormorant Garamond', serif;
    font-size: 45px;
    line-height: 0.9;
    color: #135715;
    font-weight: 500;
    margin-bottom: 30px;
    }

  .relationship-section  .hero-title em{
      color:#228b22;
      font-style:italic;
      font-weight:500;
    }

 .relationship-section   .hero-desc{
          color: rgba(255, 255, 255, 0.55);
    font-size: 17px;
    line-height: 1.8;
    max-width: 520px;
    margin-bottom: 40px;
    color: #303030;
    }

    /* BUTTONS */

 .relationship-section   .hero-btns{
      display:flex;
      gap:18px;
      flex-wrap:nowrap;
      margin-bottom:55px;
    }

  .relationship-section  .btn-green{
      background:#25961f;
      color:#fff;
      padding:20px 38px;
      border-radius:14px;
      font-weight:700;
      text-decoration:none;
      display:inline-flex;
      align-items:center;
      gap:14px;
      transition:0.3s;
      border:1px solid transparent;
      min-width:280px;
      justify-content:center;
    }

  .relationship-section  .btn-green:hover{
      background:#1f7f1a;
      transform:translateY(-3px);
      color:#fff;
    }

  .relationship-section  .btn-outline-custom{
          border: 1px solid #000000;
    color: #000000;
      padding:20px 38px;
      border-radius:14px;
      font-weight:700;
      text-decoration:none;
      min-width:280px;
      display:flex;
      align-items:center;
      justify-content:center;
      transition:0.3s;
    }

  .relationship-section  .btn-outline-custom:hover{
      background:#fff;
      color:#222;
    }

    /* USER INFO */

 .relationship-section   .bottom-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      flex-wrap:wrap;
      gap:20px;
    }

 .relationship-section   .user-box{
      display:flex;
      align-items:center;
      gap:16px;
    }

   .relationship-section .avatars{
      display:flex;
    }

   .relationship-section .avatars img{
      width:42px;
      height:42px;
      border-radius:50%;
      object-fit:cover;
      border:3px solid #eef2eb;
      margin-left:-10px;
    }

   .relationship-section .avatars img:first-child{
      margin-left:0;
    }

   .relationship-section .user-text{
      color:#818791;
      font-size:15px;
      font-weight:500;
    }

    /* SLIDER DOTS */

   .relationship-section .slider-dots{
      display:flex;
      align-items:center;
      gap:12px;
    }

  .relationship-section  .slider-dots span{
      display:block;
      border-radius:20px;
      background:#2d3943;
    }

  .relationship-section  .slider-dots span.active{
      width:46px;
      height:5px;
      background:#22941d;
    }

   .relationship-section .slider-dots span.small{
      width:8px;
      height:8px;
    }

    /* RESPONSIVE */

    @media(max-width:991px){

  .relationship-section    .content-box{
        padding-left:0;
        margin-top:60px;
      }

   .relationship-section   .hero-title{
        font-size:56px;
      }

    .relationship-section  .visual-card{
        height:520px;
      }

     .relationship-section .visual-card h2{
        font-size:42px;
      }
    }

    @media(max-width:576px){

   .relationship-section{
        padding:50px 0;
      }

    .relationship-section  .hero-title{
        font-size:42px;
      }

    .relationship-section  .hero-desc{
        font-size:17px;
      }

   .relationship-section   .visual-card{
        height:420px;
      }

    .relationship-section  .visual-card h2{
        font-size:34px;
      }

    .relationship-section  .btn-green,
     .relationship-section .btn-outline-custom{
        width:100%;
        min-width:100%;
      }

     .relationship-section .growth-badge{
        right:0;
        min-width:auto;
      }

     .relationship-section .bottom-row{
        flex-direction:column;
        align-items:flex-start;
      }
    }



/*--------*/

 .speaker-section{
      padding:60px 0;
      position:relative;
      overflow:hidden;
    }

    /* dotted background */
    .speaker-section::before{
      content:"";
      position:absolute;
      inset:0;
      background-image: radial-gradient(#dfe5e7 1px, transparent 1px);
      background-size: 22px 22px;
      opacity:0.8;
      z-index:0;
    }

  .speaker-section  .speaker-wrapper{
      position:relative;
      z-index:2;
    }

    /* LEFT CARD */
  .speaker-section  .speaker-card{
      background:#19bb84;
      border-radius:32px;
      min-height:580px;
      padding:0px;
      position:relative;
      overflow:hidden;
      border:14px solid #f7f7f7;
      box-shadow:0 0 0 1px #d8dede;
      display:flex;
      align-items:center;
      justify-content:center;
    }

  .speaker-section  .speaker-card h2{
      color:#fff;
      font-size:58px;
      font-weight:700;
      text-align:center;
    }

 .speaker-section   .verify-badge{
      position:absolute;
      top:18px;
      right:18px;
      width:64px;
      height:64px;
      background:#fff;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      box-shadow:0 8px 18px rgba(0,0,0,0.08);
    }

  .speaker-section  .verify-badge svg{
      width:28px;
      height:28px;
    }

 .speaker-section   .featured-box{
      position:absolute;
      left:20px;
      right:20px;
      bottom:20px;
      background:rgb(47 123 45 / 50%);
      backdrop-filter: blur(6px);
      border:1px solid rgba(255,255,255,0.2);
      border-radius:18px;
      padding:18px 22px;
      color:#fff;
    }

  .speaker-section  .featured-label{
      font-size:12px;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:1px;
      margin-bottom:8px;
      opacity:0.95;
    }

   .speaker-section .featured-name{
      font-size:24px;
      font-weight:700;
      line-height:1.2;
      margin-bottom:6px;
    }

.speaker-section    .featured-role{
      font-size:14px;
      opacity:0.95;
      font-weight:500;
    }

    /* RIGHT CONTENT */
  .speaker-section  .content-side{
      padding-left:40px;
    }

   .speaker-section .mini-badge{
      display:inline-block;
         background: #dcead3;
    color: #2d7b2f;

      font-size:14px;
      font-weight:700;
      padding:10px 18px;
      border-radius:40px;
      margin-bottom:25px;
      letter-spacing:0.4px;
    }

   .speaker-section .main-title{
    font-family: 'Cormorant Garamond', serif;
    font-size: 68px;
    line-height: 0.9;
    
    font-weight: 600;
    margin-bottom: 30px;
      color:#2d5a27;
      margin-bottom:25px;
    }

  .speaker-section  .main-title span{
      color:#228d25;
      display:block;
    }

   .speaker-section .title-line{
      width:70px;
      height:6px;
      background:#228d25;
      border-radius:20px;
      margin-bottom:28px;
    }

   .speaker-section .content-side p{
      font-size:17px;
      line-height:1.8;
      color:#303030;
      margin-bottom:18px;
    }

   .speaker-section .content-side p strong{
      color:#2d5a27;
    }

   .speaker-section .button-group{
      display:flex;
      gap:18px;
      margin-top:38px;
      flex-wrap:wrap;
    }

   .speaker-section .btn-speaker{
      min-width: 230px;
    min-height: 26px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    transition: 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 24px;
        gap: 10px;
    }

   .speaker-section .btn-green{
      background:#2f7b2d;
      color:#fff;
      box-shadow:0 16px 30px rgba(22,185,126,0.28);
      gap:18px;
    }

   .speaker-section .btn-green:hover{
      background:#109a69;
      transform:translateY(-3px);
    }

   .speaker-section .btn-light{
      background:#f5f5f5;
      border:1px solid #dfe3e6;
      color:#17233f;
    }

   .speaker-section .btn-light:hover{
      background:#fff;
      transform:translateY(-3px);
    }

  .speaker-section  .trusted-text{
      margin-top:55px;
      font-size:13px;
      font-weight:700;
      color:#c2c5cc;
      letter-spacing:2px;
      text-transform:uppercase;
      display:flex;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
    }

   .speaker-section .brand-dots{
      display:flex;
      gap:10px;
    }

  .speaker-section  .brand-dots span{
      width:28px;
      height:28px;
      border-radius:8px;
      background:#ededed;
      display:block;
    }

    @media(max-width:991px){
.speaker-section
      .content-side{
        padding-left:0;
        margin-top:45px;
      }

    .speaker-section  .main-title{
        font-size:54px;
      }

  .speaker-section    .speaker-card{
        min-height:500px;
      }
    }

    @media(max-width:575px){

    .speaker-section  .main-title{
        font-size:42px;
      }

   .speaker-section   .speaker-card h2{
        font-size:42px;
      }

    .speaker-section  .btn-speaker{
        width:100%;
      }
    }


    .bottom-row-speker{    display: flex;
    align-items: center;
    gap: 16px;
    margin-top:40px;    justify-content: space-between;}

.bottom-row-speker .user-box{    display: flex;
    align-items: center;
    gap: 16px;}


.bottom-row-speker  .slider-dots{
      display:flex;
      align-items:center;
      gap:12px;
    }

.bottom-row-speker  .slider-dots span{
      display:block;
      border-radius:20px;
      background:#2d3943;
    }

 .bottom-row-speker   .slider-dots span.active{
      width:46px;
      height:5px;
      background:#22941d;
    }

.bottom-row-speker .slider-dots span.small{
      width:8px;
      height:8px;
    }



/*    ------------------------------*/


 .workshop-section{
      padding:90px 0;
          background: linear-gradient(135deg, #f9fbf9 0%, #e8f0e8 100%);
    }

  .workshop-section  .section-tag{
      display:inline-block;
      padding:7px 14px;
      border-radius:30px;
      background:#dcead3;
      color:#2d7b2f;
      font-size:11px;
      font-weight:700;
      letter-spacing:1px;
      text-transform:uppercase;
      margin-bottom:18px;
    }

   .workshop-section .section-title{
      font-size:48px;
      font-weight:600;
      line-height:1.1;
      color:#2d5a27;
      margin-bottom:20px;
    }

.workshop-section    .section-title span{
      font-family:'Playfair Display', serif;
      font-style:italic;
      color:#2f7a2f;
      font-weight:700;
    }

    .section-desc{
      max-width:520px;
      color:#303030;
      font-size:18px;
      line-height:1.8;
    }

    .program-btn{
      border:1.5px solid #2f6f2d;
      padding:16px 38px;
      border-radius:50px;
      text-decoration:none;
      color:#1d441c;
      font-weight:700;
      transition:0.3s;
      display:inline-block;
      background:#fff;
    }

    .program-btn:hover{
      background:#2f6f2d;
      color:#fff;
    }

    .workshop-card{
      background:#fff;
      border-radius:28px;
      overflow:hidden;
      border:1px solid #dce5d9;
      transition:0.35s ease;
      height:100%;
    }

    .workshop-card:hover{
      transform:translateY(-8px);
      box-shadow:0 18px 40px rgba(0,0,0,0.08);
    }

    .card-image{
      position:relative;
      overflow:hidden;
      height:250px;
    }

    .card-image img{
      width:100%;
      height:100%;
      object-fit:cover;
    }

    .card-tag{
      position:absolute;
      top:16px;
      left:16px;
      background:#ffffff;
      color:#4f6b4d;
      font-size:10px;
      font-weight:700;
      padding:6px 12px;
      border-radius:30px;
      text-transform:uppercase;
    }

    .card-body-custom{
      padding:28px;
    }

    .card-title{
          font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1e2b1e
    }

    .card-text{
      color:#303030;
      line-height:1.9;
      font-size:15px;
      margin-bottom:24px;
    }

    .date-box{
      background:#f1f4ef;
      border-radius:14px;
      padding:14px 16px;
      font-size:14px;
      font-weight:600;
      color:#587056;
      margin-bottom:16px;
    }

    .sub-text{
      font-size:13px;
      color:#303030;
      margin-bottom:28px;
    }

    .enroll-btn{
      width:100%;
      border:none;
      background:#2f6627;
      color:#fff;
      padding:16px;
      border-radius:10px;
      font-weight:700;
      transition:0.3s;
      box-shadow:0 10px 18px rgba(46,120,46,0.18);
    }

    .enroll-btn:hover{
      transform:translateY(-2px);
    }

    .details-link{
      display:block;
      text-align:center;
      margin-top:18px;
      font-size:12px;
      font-weight:700;
      text-decoration:none;
      color:#8c9392;
    }

    .green-card .card-image{
      background:linear-gradient(135deg,#163c16,#0f6019);
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .green-card .card-image h2{
      color:#fff;
      font-size:54px;
      font-weight:700;
      margin:0;
    }

    @media(max-width:991px){

      .section-title{
        font-size:42px;
      }

      .top-flex{
        flex-direction:column;
        gap:25px;
      }

      .top-flex .text-end{
        text-align:left !important;
      }
    }

    @media(max-width:767px){

      .section-title{
        font-size:34px;
      }

      .card-title{
        font-size:28px;
      }
    }


/*    --------------------*/


.power-section{
      position:relative;
      overflow:hidden;
      padding:80px 0 120px;
      background:
      radial-gradient(circle at center,
      rgba(32, 153, 59, 0.45) 0%,
      rgba(0, 55, 12, 0.95) 45%,
      #001a05 100%);
    }

    /* Glow Effects */
    .power-section::before{
      content:"";
      position:absolute;
      width:700px;
      height:700px;
      background:radial-gradient(circle, rgba(31,255,127,0.15), transparent 70%);
      top:-180px;
      left:50%;
      transform:translateX(-50%);
      z-index:1;
    }

    .power-wrapper{
      position:relative;
      z-index:2;
    }

    /* Top Label */
  .counter-area-two  .section-tag{
      display:inline-block;
      padding:8px 18px;
      border:1px solid rgba(105,255,155,0.25);
      border-radius:50px;
      color:#38ff8b;
      font-size:12px;
      letter-spacing:3px;
      font-weight:700;
      text-transform:uppercase;
      margin-bottom:10px;
      background:rgba(0,255,102,0.05);
      backdrop-filter:blur(10px);
    }

    /* Main Title */
    .power-section .main-title{
      font-family:'Cormorant Garamond', serif;
          font-size: 48px;
    font-weight: 600;
    line-height: 1.1;
    
    margin-bottom: 20px;
      color:#f4f6f1;
      margin-bottom:30px;
    }

.counter-area-two .main-title{    color: #ffffff;}
.counter-area-two .main-title span{
      color: #26ff38;
}

   .power-section .main-title span{
     
      color:#77f7a6;
      font-style:italic;
    }

    /* Description */
    .section-description{
      max-width:760px;
      margin:auto;
      color:rgba(255,255,255,0.82);
      font-size:18px;
      line-height:1.8;
      margin-bottom:90px;
    }

    /* Cards */
    .stats-card{
      position:relative;
      padding:42px 30px;
      border-radius:28px;
      min-height:205px;
      overflow:hidden;
      background:linear-gradient(135deg, rgba(18, 71, 25, 0.95), rgb(75 152 90 / 92%));
      border:1px solid rgba(117,255,163,0.10);
      backdrop-filter:blur(18px);
      transition:0.4s ease;
      box-shadow:
      0 0 30px rgba(0,0,0,0.35),
      inset 0 1px 0 rgba(255,255,255,0.04);
    }

    .stats-card:hover{
      transform:translateY(-8px);
      border-color:rgba(117,255,163,0.35);
      box-shadow:
      0 18px 50px rgba(0,255,120,0.12),
      inset 0 1px 0 rgba(255,255,255,0.08);
    }

    .stats-card::before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(
      180deg,
      rgba(255,255,255,0.04),
      transparent);
      pointer-events:none;
    }

    /* Icon Box */
    .icon-box{
      width:50px;
      height:50px;
      border-radius:16px;
      margin:0 auto 26px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:rgba(32,255,131,0.12);
      border:1px solid rgba(81,255,146,0.12);
      color:#42ff95;
      font-size:24px;
      box-shadow:0 0 20px rgba(0,255,140,0.08);
    }

    /* Numbers */
    .stats-number{
      color:#edf7ec;
      font-size:60px;
      line-height:1;
      font-weight:800;
      margin-bottom:12px;
      letter-spacing:-2px;
    }

    /* Label */
    .stats-label{
      color:rgba(255,255,255,0.45);
      font-size:18px;
      font-weight:700;
      letter-spacing:1.5px;
      text-transform:uppercase;
    }

    @media(max-width:1200px){

      .main-title{
        font-size:72px;
      }

      .stats-number{
        font-size:48px;
      }

    }

    @media(max-width:992px){

      .main-title{
        font-size:58px;
      }

      .section-description{
        font-size:16px;
        margin-bottom:60px;
      }

      .stats-card{
        margin-bottom:25px;
      }

    }

    @media(max-width:576px){

      .power-section{
        padding:70px 0 90px;
      }

      .main-title{
        font-size:46px;
      }

      .stats-number{
        font-size:42px;
      }

      .stats-label{
        font-size:14px;
      }

      .section-description{
        font-size:15px;
      }

    }



/*    ---------------------------------*/

 .team-section{
      position:relative;
      overflow:hidden;
      padding:80px 0 80px;
        background: #fff;
    }

    /* Top Label */
    .team-badge{
      display:inline-block;
      padding:10px 22px;
      border-radius:50px;
      background:#edf8ef;
      border:1px solid rgba(45, 150, 65, 0.18);
      color:#2b9440;
      font-size:11px;
      font-weight:700;
      letter-spacing:3px;
      text-transform:uppercase;
      margin-bottom:28px;
    }

    /* Main Heading */
    .team-title{
      font-family:'Cormorant Garamond', serif;
      font-size:48px;
      line-height:0.9;
      font-weight:700;
      color:#1c2740;
      margin-bottom:25px;
    }

    .team-title span{
      color:#2b9b34;
      font-style:italic;
      font-weight:600;
    }

    /* Small Divider */
    .mini-divider{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:14px;
      margin-bottom:70px;
    }

    .mini-divider::before,
    .mini-divider::after{
      content:"";
      width:32px;
      height:1px;
      background:#8ce29a;
    }

    .mini-divider span{
      font-size:10px;
      font-weight:700;
      letter-spacing:2px;
      color:#7b8799;
      text-transform:uppercase;
    }

    /* Team Card */
    .team-card{
      background:#e9eee8;
      border-radius:28px;
      padding:14px;
      text-align:center;
      transition:0.4s ease;
      height:100%;
      box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.6),
      0 8px 25px rgba(0,0,0,0.03);
    }

    .team-card:hover{
      transform:translateY(-10px);
      box-shadow:
      0 20px 40px rgba(35, 120, 55, 0.12);
    }

    /* Avatar Block */
    .avatar-box{
      height:300px;
      border-radius:22px;
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:22px;
      color:#fff;
      font-size:64px;
      font-weight:300;
      letter-spacing:2px;
      overflow: hidden;
    }

    .green-1{
      background:#299727;
    }

    .green-2{
      background:#2f862d;
    }

    /* Team Name */
    .team-name{
      font-size:18px;
      font-weight:700;
      color:#243042;
      line-height:1.4;
      margin-bottom:10px;
      min-height:52px;
    }

    /* Role */
    .team-role{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      color:#2d9738;
      font-size:11px;
      font-weight:800;
      letter-spacing:2px;
      text-transform:uppercase;
      margin-bottom:12px;
    }

    .team-role::before{
      content:"•";
      font-size:16px;
      line-height:1;
    }

    /* Bottom Text */
    .team-description{
          max-width: 60%;
    margin: 30px auto 35px;
    color: #303030;
    font-size: 16px;
    line-height: 1.8;
    }

    /* Buttons */
    .team-buttons{
      display:flex;
      justify-content:center;
      align-items:center;
      gap:26px;
      flex-wrap:wrap;
    }

    .btn-consult{
      background:#2b9b34;
      color:#fff;
      border:none;
      border-radius:50px;
      padding:16px 30px;
      font-size:15px;
      font-weight:700;
      display:inline-flex;
      align-items:center;
      gap:12px;
      box-shadow:0 12px 28px rgba(43, 155, 52, 0.25);
      transition:0.35s ease;
    }

    .btn-consult:hover{
      background:#24842c;
      transform:translateY(-3px);
    }

    .view-link{
      color:#2d9738;
      font-size:15px;
      font-weight:700;
      text-decoration:none;
      transition:0.3s ease;
    }

    .view-link:hover{
      color:#1f7427;
    }

    /* Responsive */
    @media(max-width:1200px){

      .team-title{
        font-size:62px;
      }

    }

    @media(max-width:992px){

      .team-title{
        font-size:54px;
      }

      .team-card{
        margin-bottom:25px;
      }

    }

    @media(max-width:576px){

      .team-section{
        padding:70px 0 80px;
      }

      .team-title{
        font-size:42px;
      }

      .avatar-box{
        height:180px;
        font-size:52px;
      }

      .team-description{
        font-size:15px;
      }

      .btn-consult{
        width:100%;
        justify-content:center;
      }

    }



     .testimonial-section{
      padding:90px 20px;
      text-align:center;
      background:linear-gradient(135deg, #f9fbf9 0%, #e8f0e8 100%);
    }

    /* Top Label */
    .section-label{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:18px;
      margin-bottom:35px;
    }

    .section-label span{
      color:#2f8c35;
      font-size:14px;
      font-weight:700;
      letter-spacing:7px;
      text-transform:uppercase;
          display: inline-block;
    }

    .section-label::before,
    .section-label::after{
      content:"";
      width:70px;
      height:2px;
      background:#2f8c35;
      opacity:0.7;
    }

    /* Main Heading */
    .main-heading{
      font-family:'Cormorant Garamond', serif;
      font-size:48px;
      line-height:1.1;
      font-weight:700;
      color:#2d5a27;
      margin-bottom:35px;
    }

    .main-heading .highlight{
      color:#2f9a3d;
      font-style:italic;
      font-weight:700;
    }

    /* Description */
    .section-description{
      max-width:80%;
    margin: auto;
    color: #303030;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 50px;
    }

    /* Responsive */
    @media (max-width:991px){

      .main-heading{
        font-size:60px;
      }

      .section-description{
        font-size:22px;
      }
    }

    @media (max-width:767px){

      .testimonial-section{
        padding:70px 15px;
      }

      .main-heading{
        font-size:42px;
      }

      .section-description{
        font-size:18px;
        line-height:1.7;
      }

      .section-label span{
        letter-spacing:4px;
        font-size:12px;
      }

      .section-label::before,
      .section-label::after{
        width:45px;
      }
    }




/*    -------------------------------*/


.news-section{
      padding:90px 0;
    }

    /* Section Tag */
   .news-section .section-tag{
      color:#2f8d3b;
      font-size:12px;
      font-weight:700;
      letter-spacing:4px;
      text-transform:uppercase;
      margin-bottom:12px;
      display:inline-block;
    }

    /* Heading */
   .news-section .section-title{
         font-size: 41px;
    line-height: 1.1;
    font-weight: 600;
    color: #142038;
    margin-bottom: 22px;
    font-family: 'Cormorant Garamond', serif;
    }

 .news-section   .section-title span{
      color:#2f8d3b;
      font-style:italic;
      font-family:'Playfair Display', serif;
    }

    /* Description */
  .news-section  .section-desc{
      max-width:520px;
      color:#303030;
      font-size:20px;
      line-height:1.4;
    }

    /* Explore Button */
    .explore-link{
      display:inline-flex;
      align-items:center;
      gap:14px;
      text-decoration:none;
      color:#238236;
      font-size:14px;
      font-weight:700;
      letter-spacing:2px;
      text-transform:uppercase;
      margin-top:40px;
    }

    .explore-link::after{
      content:"";
      width:55px;
      height:1.5px;
      background:#238236;
    }

    /* Card */
    .news-card{
      background:#fff;
      border-radius:26px;
      overflow:hidden;
      padding-bottom:30px;
      height:100%;
      transition:0.35s ease;
      box-shadow:0 5px 20px #228d2521;
    }

    .news-card:hover{
      transform:translateY(-8px);
      box-shadow:0 20px 40px rgba(0,0,0,0.08);
    }

    .news-image{
      position:relative;
      height:250px;
      overflow:hidden;
    }

    .news-image img{
      width:100%;
      height:100%;
      object-fit:cover;
      transition:0.4s ease;
    }

    .news-card:hover .news-image img{
      transform:scale(1.05);
    }

  .news-section  .category{
      position:absolute;
      top:18px;
      left:18px;
      background:#fff;
      color:#2d8b3a;
      font-size:11px;
      font-weight:700;
      padding:7px 14px;
      border-radius:30px;
      text-transform:uppercase;
      letter-spacing:1px;
    }

  .news-section  .card-content{
      padding:28px 24px 0;
    }

 .news-section   .meta{
      color:#8d98ad;
      font-size:12px;
      font-weight:600;
      text-transform:uppercase;
      margin-bottom:18px;
    }

  .news-section  .news-title{
      font-size:22px;
      font-weight:700;
      line-height:1.45;
      margin-bottom:18px;
      color:#2d5a27;
    }

    .news-title a{
      text-decoration:none;
      color:inherit;
    }

    .news-title a:hover{
      text-decoration:underline;
    }

    .news-text{
      color:#6b768b;
      font-size:15px;
      line-height:1.9;
      margin-bottom:28px;
    }

    .read-btn{
      text-decoration:none;
      color:#303030;
      font-size:13px;
      font-weight:700;
      letter-spacing:1px;
      text-transform:uppercase;
      display:inline-flex;
      align-items:center;
      gap:8px;
    }

    .read-btn:hover{
      color:#146526;
    }

    /* Responsive */
    @media(max-width:991px){

      .section-title{
        font-size:48px;
      }

      .section-desc{
        font-size:18px;
      }

      .top-content{
        flex-direction:column;
        align-items:flex-start !important;
        gap:25px;
      }
    }

    @media(max-width:767px){

      .news-section{
        padding:70px 0;
      }

      .section-title{
        font-size:38px;
      }

      .section-desc{
        font-size:16px;
      }

      .news-title{
        font-size:20px;
      }

      .news-image{
        height:220px;
      }
    }



/*    --------------------------------------------*/




.cta-section{
      padding:100px 0 70px;
      /*background:
      radial-gradient(circle at top center, rgba(17,35,68,0.35), transparent 55%),
      #020816;*/
/*      background: linear-gradient(135deg, #143a19 0%, #228d25 100%);*/
          background: linear-gradient(135deg, #c6ffc6 0%, #608f60 100%);
      overflow:hidden;
    }

    /* Top Line */
  .cta-section  .top-line{
      width:45px;
      height:3px;
      background:#1ea334;
      margin:0 auto 28px;
      border-radius:20px;
    }

    /* Heading */
  .cta-section  .cta-heading{
      text-align:center;
      font-size:48px;
      line-height:1.1;
      font-weight:600;
      color:#131313;
          font-family: 'Cormorant Garamond', serif;
      margin-bottom:24px;
    }

  .cta-section  .cta-heading span{
      color:#1ea334;
    }

    /* Description */
    .cta-text {
    max-width: 720px;
    margin: auto;
    text-align: center;
    color: ##565656;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;}

    /* Card */
 .cta-section   .cta-card{
      position:relative;
      background:linear-gradient(180deg, #2d5a27, #122310);
      border:1px solid rgba(255,255,255,0.10);
      border-radius:34px;
      padding:42px 23px;
      text-align:center;
      height:100%;
      transition:0.35s ease;
      overflow:hidden;
    }

  .cta-section  .cta-card:hover{
      transform:translateY(-10px);
      border-color: #2d5a27;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
    }

  /*.cta-section  .cta-card::before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(to bottom right, rgba(30,163,52,0.08), transparent);
      opacity:0;
      transition:0.4s;
    }*/

  .cta-section  .cta-card:hover::before{
      opacity:1;
    }

    /* Icon Box */
.cta-section    .icon-box{
      width:82px;
      height:82px;
      background:linear-gradient(180deg,#27ad3d,#1b842e);
      border-radius:22px;
      display:flex;
      align-items:center;
      justify-content:center;
      margin:0 auto 30px;
      box-shadow:0 12px 25px rgba(30,163,52,0.28);
    }

  .cta-section  .icon-box i{
      color:#fff;
      font-size:34px;
    }

    /* Card Title */
 .cta-section   .card-title{
      color:#fff;
      font-size:20px;
      font-weight:600;
      margin-bottom:18px;
    }

    /* Card Text */
 .cta-section   .card-text{
         color: #9ea6b6;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 26px;
    min-height: 45px;
    }

    /* Button */
  .cta-section  .cta-btn{
      display: inline-block;
    padding: 11px 24px;
    border: 1.5px solid #1ea334;
    border-radius: 50px;
    color: #1ea334;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    /* text-transform: uppercase; */
    text-decoration: none;
    transition: 0.3s;
    }

  .cta-section  .cta-btn:hover{
      background:#1ea334;
      color:#fff;
    }

    /* Bottom Text */
  .cta-section  .bottom-info{
     text-align: center;
    margin-top: 40px;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 6px;
    text-transform: uppercase;
    }

    /* Responsive */
    @media(max-width:991px){

   .cta-section   .cta-heading{
        font-size:50px;
      }

   .cta-section   .cta-text{
        font-size:20px;
      }

    .cta-section  .card-title{
        font-size:28px;
      }

   .cta-section   .card-text{
        font-size:16px;
      }
    }

    @media(max-width:767px){

      .cta-section{
        padding:70px 0 60px;
      }

    .cta-section  .cta-heading{
        font-size:38px;
      }

    .cta-section  .cta-text{
        font-size:17px;
        line-height:1.7;
        margin-bottom:50px;
      }

   .cta-section   .card-title{
        font-size:24px;
      }

   .cta-section   .bottom-info{
        letter-spacing:3px;
        line-height:2;
        font-size:11px;
      }

  .cta-section    .icon-box{
        width:72px;
        height:72px;
      }

   .cta-section   .icon-box i{
        font-size:28px;
      }
    }

    .cta-section .icon-box svg{width: 50px;}




/*    -----------------------------------------------*/


  /* Footer */
    .lux-footer{
      position:relative;
      overflow:hidden;
      padding:90px 0 40px;
      background:
      radial-gradient(circle at left center, rgba(35,168,52,0.25), transparent 35%),
      radial-gradient(circle at right center, rgba(22,120,36,0.20), transparent 35%),
      linear-gradient(90deg,#031307,#021005,#031307);
      color:#fff;
      border-radius:0 0 0 0;
    }

    .lux-footer::before{
      content:"";
      position:absolute;
      inset:0;
      background:
      linear-gradient(90deg,
      rgba(28,160,45,0.08),
      transparent 20%,
      transparent 80%,
      rgba(28,160,45,0.08));
      pointer-events:none;
    }

    /* Logo Area */
    .footer-logo{
      display:flex;
      align-items:center;
      gap:14px;
      margin-bottom:25px;
    }

    .logo-icon{
/*    background: #ffffff;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    }
.logo-icon img{    width: 270px;}
    .logo-text h2{
      margin:0;
      color:#fff;
      font-size:28px;
      font-weight:700;
      font-family:'Playfair Display', serif;
    }

    .logo-text span{
      color:#1ea334;
      font-size:11px;
      font-weight:700;
      letter-spacing:3px;
      text-transform:uppercase;
    }

    /* Quote */
    .footer-quote{
      color:#bfc6c2;
      font-size:18px;
      line-height:1.9;
      font-style:italic;
      font-family:'Playfair Display', serif;
      margin-bottom:35px;
      max-width:480px;
    }

    /* Main Button */
    .main-btn{
      display:inline-block;
      background:#1ea334;
      color:#fff;
      padding:16px 34px;
      border-radius:50px;
      text-decoration:none;
      font-weight:700;
      transition:0.3s;
    }

    .main-btn:hover{
      background:#28be40;
      color:#fff;
      transform:translateY(-2px);
    }

    /* Footer Box */
    .footer-box{
      background:rgba(255,255,255,0.02);
      border:1px solid rgba(255,255,255,0.06);
      border-radius:28px;
      padding:35px 30px;
      height:100%;
      backdrop-filter:blur(5px);
    }

    .footer-title{
      color:#1ea334;
      font-size:15px;
      font-weight:700;
      letter-spacing:3px;
      text-transform:uppercase;
      margin-bottom:30px;
    }

    .footer-links{
      list-style:none;
      padding:0;
      margin:0;
    }

    .footer-links li{
      margin-bottom:18px;
    }

    .footer-links a{
      color:#d5dbd7;
      text-decoration:none;
      font-size:17px;
      transition:0.3s;
    }

    .footer-links a:hover{
      color:#1ea334;
      padding-left:4px;
    }

    .highlight-link{
      color:#fff !important;
      font-weight:700;
    }

    /* Subscribe */
    .subscribe-label{
      color:#738173;
      font-size:11px;
      letter-spacing:1px;
      text-transform:uppercase;
      margin-top:20px;
      margin-bottom:10px;
    }

    .subscribe-box{
      display:flex;
      border-radius:12px;
      overflow:hidden;
      border:1px solid rgba(255,255,255,0.08);
      background:rgba(255,255,255,0.03);
    }

    .subscribe-box input{
      width:100%;
      background:transparent;
      border:none;
      padding:14px 15px;
      color:#fff;
      outline:none;
      font-size:14px;
    }

    .subscribe-box button{
     width: 65px;
    border: none;
    background: #1ea334;
    color: #fff;
    font-size: 22px;
    height: 49px;
    }
 .subscribe-box button svg{    width: 30px;}
    /* Divider */
    .footer-divider{
      border-top:1px solid rgba(255,255,255,0.06);
      margin:40px 0 20px;
    }

    /* Bottom Links */
    .bottom-links{
      display:flex;
      flex-wrap:wrap;
      gap:35px;
    }

    .bottom-links a{
      color:#c4cbc6;
      text-decoration:none;
      font-size:14px;
      font-weight:600;
      transition:0.3s;
    }

    .bottom-links a:hover{
      color:#1ea334;
    }

    /* Social Icons */
    .social-icons{
      display:flex;
      justify-content:end;
      gap:16px;
    }

    .social-icons a{
      width:44px;
      height:44px;
      border-radius:50%;
      border:1px solid rgba(255,255,255,0.14);
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      text-decoration:none;
      transition:0.3s;
      font-size:18px;
    }

    .social-icons a:hover{
      background:#1ea334;
      border-color:#1ea334;
      transform:translateY(-3px);
    }

    /* Copyright */
    .copyright-row{
      border-top:1px solid rgba(255,255,255,0.05);
      margin-top:35px;
      padding-top:30px;
    }

    .copyright-text,
    .crafted-text{
      color:#6f7a74;
      font-size:12px;
      letter-spacing:2px;
      text-transform:uppercase;
    }

    .crafted-text{
      text-align:right;
    }

    .crafted-text span{
      color:#1ea334;
    }

    /* Responsive */
    @media(max-width:991px){

      .footer-box{
        margin-top:25px;
      }

      .social-icons{
        justify-content:start;
        margin-top:25px;
      }

      .crafted-text{
        text-align:left;
        margin-top:15px;
      }
    }

    @media(max-width:767px){

      .lux-footer{
        padding:70px 0 35px;
      }

      .footer-quote{
        font-size:16px;
      }

      .bottom-links{
        gap:18px;
      }

      .bottom-links a{
        font-size:13px;
      }

      .logo-text h2{
        font-size:24px;
      }
    }


    .social-icons a svg{    width: 20px;}



    .header-service-box {
            border-radius: 10px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
            transition: 0.4s ease;
            height: 100%;
        }

        .header-service-box:hover {
            transform: translateY(-8px);
        }

       .header-service-box .service-image {
            position: relative;
            height: 160px;
            overflow: hidden;
        }

       .header-service-box  img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

       .header-service-box  .service-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top,
                    rgba(38, 128, 45, 0.65),
                    rgba(0, 0, 0, 0.15));
        }

       .header-service-box  .service-icon {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 64px;
            height: 64px;
            border-radius: 18px;
            background: rgba(255, 255, 255, 0.18);
            backdrop-filter: blur(6px);
            border: 1px solid rgba(255, 255, 255, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2;
        }

       .header-service-box  .service-icon i {
            color: #fff;
            font-size: 28px;
        }

      .header-service-box   .service-content {
            padding: 15px 20px;
        }

        .header-service-box .service-content h3 {
               font-size: 16px;
    font-weight: 700;
    color: #12284c;
    margin-bottom: 3px;
        }

       .header-service-box  .service-content p {
               font-size: 15px;
    line-height: 1.6;
    color: #44526c;
    margin-bottom: 8px;
        }

       .header-service-box  .service-btn {
                text-decoration: none;
    color: #169c2c !important;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
    padding: 10px 5px;
        }

       .header-service-box  .service-btn:hover {
            gap: 16px;
            color: #0f7e22;
        }

        @media (max-width: 991px) {
          .header-service-box   .service-image {
                height: 260px;
            }

          .header-service-box   .service-content h3 {
                font-size: 1.7rem;
            }

            .header-service-box .service-content p {
                font-size: 1rem;
            }
        }

.team-section .section-tag{font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #4f8a3e;
    margin-bottom: 8px;display: block;}
.team-section .section-desc{max-width: 740px;}
.team-section  .section-title{margin-bottom: 15px;}

.banner-col-2{position: relative;}



  .breadcrumb-banner{
      position:relative;
      min-height:320px;
      border-radius:00px;
      overflow:hidden;
      display:flex;
      align-items:center;
      background:url('../img/q1.jpg') center center/cover no-repeat;
          background-position: top right;
      background-size: contain;   
    }

    .breadcrumb-banner::before{
      content:"";
      position:absolute;
      inset:0;
      background: linear-gradient(90deg, rgba(0, 7, 33, 0.95) 0%, #102e15 35%, #228d2538 65%, rgba(0, 7, 33, 0.15) 100%);
    }

    .breadcrumb-content{
      position:relative;
      z-index:2;
     /* max-width:700px;
      padding-left:60px;*/
    }

    .breadcrumb-tag{
     display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border: 1px solid rgb(34 139 34 / 41%);
    border-radius: 50px;
    color: #228b22;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(4px);
    }

    .breadcrumb-tag span{
      width:8px;
      height:8px;
      border-radius:50%;
      background:#228b22;
      display:inline-block;
    }

    .breadcrumb-title{
         font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    line-height: 0.95;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;



    }

    .breadcrumb-title em{
      font-style:italic;
      font-weight:400;
    }

    .breadcrumb-custom{
      display:flex;
      align-items:center;
      flex-wrap:wrap;
      gap:14px;
      margin:0;
      padding:0;
      list-style:none;
    }

    .breadcrumb-custom li{
      color:#9ca3af;
      font-size:14px;
      text-transform:uppercase;
      letter-spacing:1px;
    }

    .breadcrumb-custom li a{
      text-decoration:none;
      color:#cbd5e1;
      transition:0.3s;
    }

    .breadcrumb-custom li a:hover{
      color:#fff;
    }

    .breadcrumb-custom li.active{
      color:#228b22;
      font-weight:600;
    }

    .breadcrumb-custom li.separator{
      color:#64748b;
      font-size:18px;
    }

    @media (max-width:991px){

      .about-banner{
        min-height:550px;
      }

      .banner-content{
        padding:40px;
      }

      .banner-title{
        font-size:65px;
      }
    }

    @media (max-width:767px){

     

      .about-banner{
        min-height:500px;
        border-radius:20px;
      }

      .banner-content{
        padding:25px;
      }

      .banner-title{
        font-size:48px;
        line-height:1;
      }

      .banner-tag{
        font-size:12px;
        padding:10px 18px;
      }

      .breadcrumb-custom li{
        font-size:13px;
      }
    }






    .sidebar-wrapper{
      max-width:520px;
      margin:auto;
    }

    /* Top Card */
    .calendar-card{
      position:relative;
      background:linear-gradient(135deg,#365744,#2f4f3d);
      border-radius:26px;
      padding:38px 35px;
      overflow:hidden;
      box-shadow:0 10px 25px rgba(0,0,0,0.08);
      margin-bottom:40px;
    }

    .calendar-card::before{
      content:"";
      position:absolute;
      width:180px;
      height:180px;
      background:rgba(255,255,255,0.05);
      border-radius:50%;
      right:-70px;
      bottom:-70px;
    }

    .calendar-card::after{
      content:"";
      position:absolute;
      width:60px;
      height:60px;
      background:rgba(255,255,255,0.08);
      border-radius:50%;
      right:30px;
      top:38px;
    }

    .calendar-content{
      position:relative;
      z-index:2;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:20px;
    }

    .calendar-subtitle{
      color:#d3d8d2;
      font-size:15px;
      font-weight:600;
      letter-spacing:1px;
      text-transform:uppercase;
      margin-bottom:10px;
    }

    .calendar-title{
      color:#fff;
      font-size:22px;
      line-height:1.15;
      font-weight:600;
      margin:0;
      font-family: 'Cormorant Garamond', serif;
    }

    .calendar-icon{
      width:58px;
      height:58px;
      border-radius:50%;
      background:rgba(255,255,255,0.10);
      display:flex;
      align-items:center;
      justify-content:center;
      color:#f5d1b0;
      font-size:24px;
      flex-shrink:0;
      backdrop-filter:blur(6px);
    }
    .calendar-icon svg{width: 30px;}

    /* Menu Card */
    .journey-card{
      background:#fff;
      border:1px solid #e6e6e6;
      border-radius:28px;
      padding:40px 35px;
      box-shadow:0 5px 18px rgba(0,0,0,0.04);
    }

    .journey-title{
         color: #272727;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    }

    .journey-menu{
      list-style:none;
      padding:0;
      margin:0;
    }

    .journey-menu li{
      border-bottom:1px solid #f1f1f1;
    }

    .journey-menu li:last-child{
      border-bottom:none;
    }

    .journey-menu a{
         display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    padding: 10px 0;
    color: #55637d;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s ease;
    }
    .journey-menu a svg{width: 17px;}

    .journey-menu a:hover{
      color:#2f4f3d;
      padding-left:10px;
    }

    .journey-menu i{
      font-size:22px;
      color:#a4aec0;
      transition:0.3s;
    }

    .journey-menu a:hover i{
      transform:translateX(6px);
      color:#2f4f3d;
    }

    @media (max-width:576px){


      .calendar-card,
      .journey-card{
        padding:30px 24px;
      }

      .calendar-title{
        font-size:34px;
      }

      .journey-menu a{
        font-size:17px;
      }
    }



 .callback-form-box{
      max-width:420px;
      margin:auto;
      background:#f8f8f6;
      border:1px solid #dddddd;
      border-radius:24px;
      padding:38px 28px;
      position:relative;
      overflow:hidden;
      box-shadow:0 6px 18px rgba(0,0,0,0.05);
          margin-top: 20px;
    }

    /* Top Gradient Border */
    .callback-form-box::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:5px;
      background:linear-gradient(267.43deg, #73ED7C 4.95%, #228d25 97.92%);
    }

    .form-title{
      font-size:24px;
      font-weight:700;
      color:#2f3547;
      margin-bottom:4px;
      font-family:Georgia, serif;
    }

    .form-subtitle{
       color: #303030;
    font-size: 11px;
    margin-bottom: 10px;
    margin-top: 6px;
    }

    .form-label{
      color:#393a3c;
      font-size:11px;
      font-weight:700;
      letter-spacing:0.6px;
      text-transform:uppercase;
      margin-bottom:5px;
    }

    .custom-input,
    .custom-select,
    .custom-textarea{
          width: 100%;
    border: 1px solid #d8dde5;
    background: #f2f3f5;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 16px;
    color: #4a5568;
    transition: 0.3s;
    outline: none;
    box-shadow: none
    }

    .custom-input:focus,
    .custom-select:focus,
    .custom-textarea:focus{
      border-color:#496650;
      background:#fff;
      box-shadow:none;
    }

    .custom-textarea{
      min-height:80px;
      resize:none;
    }

    .form-check-wrapper{
      border:1px solid #d8dde5;
      border-radius:12px;
      padding:14px 14px;
      background:#f2f3f5;
    }

    .form-check-input{
      width:18px;
      height:18px;
      margin-top:0.15em;
      border:1px solid #8c96a9;
      box-shadow:none !important;
    }

    .form-check-label{
         color: #303030;
    font-size: 12px;
    margin-left: 6px;
    }

    .submit-btn{
      width:100%;
      border:none;
      background:#2f6627;
      color:#fff;
      padding:16px;
      border-radius:10px;
      font-size:14px;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:1px;
      transition:0.3s;
    }

    .submit-btn:hover{
      background:#35513d;
    }
.callback-form-box .form-check .form-check-input{margin-left: -0.5em;}
    .form-control::placeholder,
    textarea::placeholder{
      color:#9ca3af;
    }

    @media (max-width:576px){

      .callback-form-box{
        padding:30px 22px;
      }

      .form-title{
        font-size:34px;
      }

      .submit-btn{
        font-size:18px;
      }

    }




 

    .about-section-subtitle{
         display: inline-block;
    background: #dcead3;
    color: #2d7b2f;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 40px;
    margin-bottom: 25px;
    letter-spacing: 0.4px;
    }

    .about-section-title{
      font-family:'Cormorant Garamond', serif;
      font-size:40px;
      line-height:1.05;
      color:#2f3547;
      font-weight:700;
      margin-bottom:24px;
    }

    .about-section-title span{
      color:#228d25;
      font-style:italic;
    }

    .about-text{
      font-size:16px;
      line-height:1.9;
      color:#6b7280;
      margin-bottom:18px;
    }

    .highlight-box{
    background: #f3fff5;
    border-left: 4px solid #228d25;
    padding: 24px;
    border-radius: 12px;
    margin-top: 28px;
    color: #6a5b4b;
    font-style: italic;
    line-height: 1.8;
    }
.about-service-icon svg{    width: 30px;}
    /* Services */

    .about-services-section{
      padding-top:70px;
    }

    .about-service-card{
      background:#fff;
      border:1px solid #e5e7eb;
      border-radius:18px;
      padding:28px 24px;
      height:100%;
      transition:0.3s ease;
      box-shadow:0 4px 14px rgba(0,0,0,0.03);
    }

    .about-service-card:hover{
      transform:translateY(-6px);
      border-color:#d7d7d7;
    }

    .about-service-icon{
      width:52px;
      height:52px;
      border-radius:14px;
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:20px;
      font-size:20px;
    }

    .icon-1{ background:#fff3e7; color:#c98b47; }
    .icon-2{ background:#ffecef; color:#dd5f7a; }
    .icon-3{ background:#ebfaf3; color:#47a36d; }
    .icon-4{ background:#f1ecff; color:#8b6be8; }
    .icon-5{ background:#edf4ff; color:#5b8def; }
    .icon-6{ background:#eafaf5; color:#38a169; }

    .about-service-title{
      font-size:20px;
      font-weight:600;
      color:#2f3547;
      margin-bottom:12px;
      font-family:'Cormorant Garamond', serif;
    }

    .about-service-text{
      color:#6b7280;
      line-height:1.8;
      font-size:15px;
    }

    /* Timeline */

    .approach-section{
      padding-top:80px;
    }

    .timeline{
      position:relative;
      padding-left:40px;
    }

    .timeline::before{
      content:"";
      position:absolute;
      top:0;
      left:12px;
      width:2px;
      height:100%;
      background:#d7d7d7;
    }

    .timeline-item{
      position:relative;
      margin-bottom:42px;
    }

    .timeline-dot{
     position: absolute;
    left: -40px;
    top: 6px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #228d25;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #228d25;
    }

    .timeline-label{
      font-size:12px;
      font-weight:700;
      color:#228d25;
      text-transform:uppercase;
      margin-bottom:8px;
      letter-spacing:0.5px;
    }

    .timeline-title{
         font-size: 20px;
    font-family: 'Cormorant Garamond', serif;
    color: #2f3547;
    font-weight: 700;
    margin-bottom: 3px;
    }

    .timeline-text{
      color:#6b7280;
      line-height:1.8;
      font-size:15px;
    }

    @media (max-width:991px){

      .section-title{
        font-size:46px;
      }

    }

    @media (max-width:767px){

      .about-section{
        padding:60px 0;
      }

      .about-section-title{
        font-size:38px;
      }

      .timeline{
        padding-left:34px;
      }

    }




    /* Shared */
    .section-label-about{
      color:#d18a3d;
      font-size:13px;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:1px;
      margin-bottom:14px;
    }

    .section-title{
         font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    line-height: 1.05;
    color: #2f3547;
    font-weight: 700;
    margin-bottom: 24px;
    }

    .section-text{
      color:#6f7787;
      font-size:16px;
      line-height:1.9;
    }

    /* Why Choose Box */
  .why-box-new{
      background:rgb(244 247 245 / 0.5);
      border:1px solid #e2e4df;
      border-radius:28px;
      padding:48px;
      box-shadow:0 4px 18px rgba(0,0,0,0.03);
    }

    .feature-list{
      margin-top:35px;
    }

    .feature-item{
      display:flex;
      gap:18px;
      margin-bottom:5px;
    }

    .feature-icon{
      width:38px;
      height:38px;
      min-width:38px;
      border-radius:50%;
      background:#dff6e8;
      color:#3d9c67;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:18px;
      margin-top:3px;
    }
.feature-icon svg{    width: 20px;}
    .feature-title{
      font-size:16px;
      font-weight:600;
      color:#2f3547;
      margin-bottom:8px;
    }

    .feature-text{
      color:#737b8d;
      line-height:1.8;
      font-size:15px;
    }

    /* Educational Section */
    .education-section{
      padding-top:90px;
    }

    /* App Banner */
    .app-banner{
      margin-top:45px;
      border-radius:24px;
      overflow:hidden;
      position:relative;
      padding:48px;
      background:linear-gradient(135deg, #228d254d, #18892b, #19875457);
      box-shadow:0 12px 30px rgba(0,0,0,0.08);
    }

    .app-banner::before{
      content:"";
      position:absolute;
      width:260px;
      height:260px;
      border-radius:50%;
      background:rgba(255,255,255,0.06);
      right:-100px;
      top:-100px;
    }

    .app-banner::after{
      content:"";
      position:absolute;
      width:180px;
      height:180px;
      border-radius:50%;
      background:rgba(255,255,255,0.05);
      bottom:-80px;
      left:-60px;
    }

    .app-content{
      position:relative;
      z-index:2;
      max-width:760px;
    }

    .app-title{
      font-family:'Cormorant Garamond', serif;
      font-size:42px;
      color:#fff2dd;
      font-weight:700;
      margin-bottom:18px;
    }

    .app-text{
      color:#f2f2f2;
      font-size:15px;
      line-height:1.9;
      margin-bottom:28px;
      max-width:650px;
    }

    .tag-list{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
    }

    .app-tag{
      background:rgba(255,255,255,0.14);
      border:1px solid rgba(255,255,255,0.08);
      color:#f7d7a8;
      padding:10px 18px;
      border-radius:50px;
      font-size:13px;
      font-weight:600;
      backdrop-filter:blur(8px);
    }

    @media (max-width:991px){

      .section-title{
        font-size:48px;
      }

      .why-box{
        padding:36px;
      }

      .app-banner{
        padding:38px;
      }

    }

    @media (max-width:767px){

      .main-section{
        padding:60px 0;
      }

      .section-title{
        font-size:38px;
      }

      .why-box{
        padding:28px 22px;
      }

      .feature-item{
        gap:14px;
      }

      .feature-title{
        font-size:18px;
      }

      .app-banner{
        padding:28px 24px;
      }

      .app-title{
        font-size:34px;
      }

      .tag-list{
        gap:10px;
      }

    }
.mbox{margin-bottom: 35px;
    background: #ffffff;
    border-radius: 28px;
    padding: 20px;
  position: relative;
    transition: 0.4s ease;
    height: 100%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 8px 25px rgba(0, 0, 0, 0.03);
    
    }


   
.services__details-content{background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 28px;
    padding: 40px 35px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.04);}


/* Section */
.certification-section{
   /* padding:70px 0;
    background-image:
        linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
    background-size:40px 40px;*/
}

/* Card */
.cert-card{
    background:#fff;
    border-radius:32px;
    padding:30px;
    height:100%;
    position:relative;
    transition:0.4s ease;
    border:1px solid #ececec;
    box-shadow:0 10px 30px rgba(0,0,0,0.04);
}

.cert-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,0.08);
}

/* Top */
.card-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:40px;
}

.badge-label{
       background: #eef1f5;
    color: #23324b;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 8px;
}

.licensed{
       color: #2d6b2f;
    font-weight: 600;
    font-size: 12px;
}

.licensed::before{
    content:"";
    width:12px;
    height:12px;
    background:#7fc17f;
    display:inline-block;
    border-radius:50%;
    margin-right:8px;
}

/* Logo */
.logo-wrap{
    text-align:center;
    margin-bottom:35px;
}

.logo-wrap img{
    width:180px;
    height:180px;
    object-fit:contain;
}

/* Title */
.cert-title{
    font-size:16px;
    font-weight:700;
    color:#0d1b3d;
    margin-bottom:18px;
    line-height:1.5;
}

/* Text */
.cert-desc{
    font-size:18px;
    line-height:1.9;
    color:#68758d;
    margin-bottom:35px;
}

/* Button */
.verify-btn{
      width: 100%;
    border: 1px solid #298e2d;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    color: #298e2d;
    transition: 0.3s;
}
.verify-btn svg{    color: #298e2d;width: 20px;}
.verify-btn:hover{
    background:#1f6d34;
    color:#fff;
    border-color:#1f6d34;
}

.verify-btn i{
    margin-right:10px;
}

/* Footer link */
.inspect-link{
    margin-top:25px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    text-decoration:none;
    color:#5d6c84;
    font-size:18px;
    font-weight:600;
}

.inspect-link:hover{
    color:#1f6d34;
}

/* Responsive */
@media(max-width:991px){
    .cert-card{
        margin-bottom:30px;
    }
}



.testimonial-card{
      background:#fff;
      border:1px solid #e6e6e6;
      border-radius:32px;
      padding:40px 40px 30px 40px;
      position:relative;
      overflow:hidden;
      box-shadow:0 10px 30px rgba(0,0,0,0.04);
    }

    .tag{
     display: inline-block;
    background: #eef3ea;
    color: #3d7b37;
    border: 1px solid #d6e3d1;
    padding: 4px 14px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    }

  .testimonial-card  .quote-icon{
      position:absolute;
      right:40px;
      top:15px;
      font-size:70px;
      color:#e9e9e9;
      font-weight:700;
      line-height:1;
    }

   .testimonial-card .stars{
      position:absolute;
      right:40px;
      top:48px;
      color:#d4af37;
      font-size:18px;
      letter-spacing:2px;
      z-index:2;
    }

    .testimonial-title{
         font-family: 'Playfair Display', serif;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    color: #1f2b1e;
    margin-top: 28px;
    margin-bottom: 5px;
    }

    .testimonial-text{
         font-size: 14px;
    line-height: 1.9;
    color: #303030;
    }

    .divider{
      margin:20px 0 15px;
      border-top:1px solid #ececec;
    }

    .profile-section{
      display:flex;
      justify-content:space-between;
      align-items:center;
      flex-wrap:wrap;
      gap:20px;
    }

    .profile-info{
      display:flex;
      align-items:center;
      gap:18px;
    }

    .profile-circle{
        width: 62px;
    height: 62px;
    background: #2f8b2d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    }

    .profile-name{
      font-size:16px;
      font-weight:700;
      color:#1f2b3d;
      margin-bottom:2px;
    }

    .profile-role{
      font-size:15px;
      color:#7b8794;
    }

    .profile-role span{
      font-style:italic;
    }

   .testimonial-card .date-box{
          text-align: right;
             font-size: 14px;
    font-weight: 600;
    color: #587056;
    margin-bottom: 16px;
    padding: 0px 16px;
    background: transparent;
    }

    .date-label{
     color: #2f8b2d;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    }

    .date-text{
          color: #303030;
    font-size: 14px;
    font-weight: 500;
    }

    @media (max-width:768px){

      .testimonial-card{
        padding:25px;
      }

      .testimonial-title{
        font-size:32px;
      }

      .testimonial-text{
        font-size:17px;
        max-width:100%;
      }

      .profile-name{
        font-size:24px;
      }

      .profile-role{
        font-size:17px;
      }

      .date-text{
        font-size:16px;
      }

      .quote-icon{
        font-size:50px;
        right:20px;
      }

      .stars{
        right:20px;
      }
    }

.services__details-wrap.news-section{padding-top: 0px}
#st-1 .st-btn span.st-label{display: none;}
#st-1.st-has-labels .st-btn{
    min-width: 50px;
}

.news-card.details-news-card .news-image{    height: auto;}

.contact-section{
      padding:70px 0;
      position:relative;
      overflow:hidden;
    }

    .contact-tag{
      display:inline-flex;
      align-items:center;
      gap:8px;
      background:#dfeedd;
      color:#2d7d32;
      font-size:15px;
      font-weight:600;
      padding:10px 18px;
      border-radius:40px;
      margin-bottom:25px;
    }

    .contact-title{
         font-size: 45px;
    font-weight: 600;
    line-height: 1;
    color: #0f172a;
    margin-bottom: 15px;
    }

    .contact-title span{
      color:#2f8f2f;
      position:relative;
    }

    .contact-title span::after{
      content:"";
      position:absolute;
      left:0;
      bottom:-10px;
      width:100%;
      height:12px;
      background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='12' viewBox='0 0 120 12' fill='none'%3E%3Cpath d='M1 6C8 1 14 1 21 6C28 11 34 11 41 6C48 1 54 1 61 6C68 11 74 11 81 6C88 1 94 1 101 6C108 11 114 11 119 6' stroke='%2367B567' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
      background-repeat:no-repeat;
      background-size:contain;
    }

    .contact-desc{
      font-size:16px;
      line-height:1.8;
      color:#5b6475;
      max-width:520px;
      margin-bottom:20px;
    }

    .info-card{
      background:#fff;
      border-radius:24px;
      padding:22px;
      display:flex;
      align-items:flex-start;
      gap:18px;
      margin-bottom:25px;
      border:1px solid #e9ecef;
      box-shadow:0 10px 25px rgba(0,0,0,0.03);
      transition:0.3s ease;
    }

    .info-card:hover{
      transform:translateY(-4px);
    }

    .info-icon{
      min-width:58px;
      width:58px;
      height:58px;
      background:#edf5ef;
      border-radius:16px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .info-label{
      font-size:14px;
      text-transform:uppercase;
      font-weight:700;
      color:#94a3b8;
      margin-bottom:6px;
    }

    .info-title{
      font-size:18px;
      font-weight:700;
      color:#0f172a;
      margin-bottom:5px;
    }

    .info-text{
      font-size:15px;
      color:#64748b;
      margin:0;
    }

    .contact-form-box{
      background:#fff;
      border-radius:34px;
      padding:45px;
      box-shadow:0 15px 40px rgba(0,0,0,0.05);
      position:relative;
      overflow:hidden;
    }

    .contact-form-box::before{
      content:"";
      position:absolute;
      top:0;
      right:0;
      width:140px;
      height:140px;
      background:#edf5ef;
      border-bottom-left-radius:120px;
    }

    .form-title{
      font-size:30px;
      font-weight:600;
      color:#0f172a;
      margin-bottom:12px;
      position:relative;
      z-index:2;
    }

    .form-desc{
      font-size:15px;
      color:#6b7280;
      line-height:1.7;
      margin-bottom:35px;
      position:relative;
      z-index:2;
    }

    .form-label{
      font-size: 13px;
    font-weight: 600;
    color: #303030;
    text-transform: uppercase;
    margin-bottom: 3px;
    }

    .custom-input,
    .custom-textarea,
    .custom-select{
      width:100%;
      border:1px solid #dbe1ea;
      border-radius:8px;
      padding:12px 20px;
      font-size:13px;
      color:#0f172a;
      background:#f9fafb;
      outline:none;
      transition:0.3s ease;
    }

    .custom-input:focus,
    .custom-textarea:focus,
    .custom-select:focus{
      border-color:#2f8f2f;
      background:#fff;
      box-shadow:none;
    }

    .custom-textarea{
      min-height:100px;
      resize:none;
    }

    .checkbox-area{
      display:flex;
      align-items:center;
      gap:12px;
      margin:10px 0 25px 0;
    }

    .checkbox-area input{
      width:20px;
      height:20px;
      accent-color:#2f8f2f;
    }

    .checkbox-area label{
      font-size:16px;
      color:#6b7280;
    }

    .submit-btn{
          width: 100%;
    border: none;
    background: #2f8f2f;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 17px;
    border-radius: 10px;
    transition: 0.3s ease;
    }

    .submit-btn:hover{
      background:#256f25;
      transform:translateY(-2px);
    }

    @media(max-width:991px){

      .contact-title{
        font-size:52px;
      }

      .form-title{
        font-size:42px;
      }

      .contact-form-box{
        margin-top:40px;
      }
    }

    @media(max-width:767px){

      .contact-title{
        font-size:42px;
      }

      .form-title{
        font-size:34px;
      }

      .contact-form-box{
        padding:30px 25px;
      }

      .info-title{
        font-size:24px;
      }

      .contact-desc,
      .form-desc{
        font-size:17px;
      }
    }






/*page*/
 .spiritual-section{
       
    background: #fdfbf7;
    border: 1px solid #e8dfd0;
    border-radius: 22px;
    padding: 40px;
    }

    /* Heading */
 .spiritual-section   .mini-heading{
      display:flex;
      align-items:center;
      gap:10px;
      font-size:12px;
      letter-spacing:3px;
      text-transform:uppercase;
      color:#8d8d8d;
      margin-bottom:15px;
    }

  .spiritual-section  .mini-heading::before{
      content:"";
      width:45px;
      height:1px;
      background:#c7c7c7;
    }

.spiritual-section    .main-title{
     
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    line-height: 0.95;
    font-weight: 600;
    color: #1d1d1d;
    margin-bottom: 25px;
    }

.spiritual-section    .main-title span{
      display:block;
      font-style:italic;
      color:#8f7d55;
      font-weight:500;
    }

    /* Hero Image */
.spiritual-section .hero-image{
      width:100%;
      border-radius:20px;
      overflow:hidden;
      margin-bottom:35px;
      box-shadow:0 10px 30px rgba(0,0,0,0.08);
      max-height: 400px;
    }

  .spiritual-section  .hero-image img{
      width:100%;
      height:auto;
      display:block;
    }

    /* Intro Text */
  .spiritual-section  .intro-text{
      font-size: 15px;
      line-height: 1.9;
      color: #303030;
      margin-bottom: 26px;
    }

 .spiritual-section   .intro-text strong{
      color:#222;
    }

    /* Cards */
.spiritual-section    .info-card{
          background: #fff;
    border: 1px solid #e7e3da;
    border-radius: 18px;
    padding: 28px;
    height: 100%;
    transition: 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    gap: 4px;
    }

  .spiritual-section  .info-card:hover{
      transform:translateY(-5px);
    }

 .spiritual-section   .card-icon{
      width:46px;
      height:46px;
      border-radius:14px;
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:20px;
      font-size:18px;
      font-weight:700;
    }

 .spiritual-section   .pink{
      background-color: #e3f0e0;
      color:#2f6e28;
    }

 .spiritual-section   .gold{
       background-color: #e3f0e0;
      color:#2f6e28;
    }

  .spiritual-section  .card-title{
     font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #222;
    font-family: 'Cormorant Garamond', serif;
    }

  .spiritual-section  .card-text{
      font-size:15px;
      line-height:1.8;
      color:#303030;
    }

    /* Methodology */
 /*.spiritual-section   .methodology{
      margin-top:70px;
      border-top:1px solid #e6e0d4;
      padding-top:50px;
    }*/

 .spiritual-section   .section-label{
      display:flex;
      align-items:center;
      gap:10px;
      font-size:12px;
      letter-spacing:2px;
      text-transform:uppercase;
      color:#8f8f8f;
      margin-bottom:15px;
    }

  .spiritual-section  .section-label::before{
      content:"";
      width:35px;
      height:1px;
      background:#c7c7c7;
    }

  .spiritual-section  .section-title{
          font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1d1d1d;
    margin-top: 20px;
    }

  .spiritual-section  .section-description{
         font-size: 15px;
    line-height: 1.9;
    color: #303030;
    margin-bottom: 10px;
    max-width: 100%;
    }

    /* Feature List */
  .spiritual-section  .feature-box{
      margin-bottom:15px;
    }

    .spiritual-section  .feature-title{
    font-size:16px;
      font-weight:600;
      margin-bottom:10px;
      color:#222;
      display:flex;
      align-items:center;
      gap:12px;
    }

  .spiritual-section  .feature-title .dot{
      width:10px;
      height:10px;
      border-radius:50%;
    }

   .spiritual-section   .orange{ background:#f59e0b; }
  .spiritual-section    .blue{ background:#3b82f6; }
  .spiritual-section    .green{ background:#22c55e; }

   .spiritual-section   .feature-text{
      color:#303030;
      line-height:1.8;
      font-size:15px;
  
    }

    /* Highlight Box */ 
   .spiritual-section   .highlight-box{
      background:#fbf8f2;
      border-left:4px solid #228d25;
      border-radius:14px;
      padding:25px;
      margin-top:40px;
      font-style:italic;
      color:#303030;
      line-height:1.8;
    }

    /* Bottom CTA */
   .spiritual-section   .cta-box{
     margin-top: 20px;
    background: #fdfbf7;
    border: 1px solid #e8dfd0;
    border-radius: 22px;
    padding: 30px;
    }

  .spiritual-section    .cta-title{
         font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 7px;
    color: #222;
    }

   .spiritual-section   .cta-text{
     font-size: 15px;
    line-height: 1.9;
    color: #303030;
    margin-bottom: 30px;
    text-align: left;
    }

  .spiritual-section    .custom-btn{
      display:inline-block;
      background:#2f6627;
      color:#fff;
      padding:14px 28px;
      border-radius:50px;
      text-decoration:none;
      font-size:14px;
      letter-spacing:1px;
      text-transform:uppercase;
      transition:0.3s ease;
      margin-right:15px;
    }

 .spiritual-section     .custom-btn:hover{
      background:#111827;
      color:#fff;
    }

 .spiritual-section     .link-btn{
      text-decoration:none;
      color:#444;
      font-size:14px;
      letter-spacing:1px;
      text-transform:uppercase;
      font-weight:600;
    }

    /* Responsive */
    @media(max-width:991px){

    .spiritual-section    .main-title{
        font-size:52px;
      }

    .spiritual-section    .section-title{
        font-size:38px;
      }

    .spiritual-section    .cta-title{
        font-size:34px;
      }
    }

    @media(max-width:767px){

     

    .spiritual-section    .main-title{
        font-size:42px;
      }

    .spiritual-section    .section-title{
        font-size:30px;
      }

    .spiritual-section    .cta-title{
        font-size:28px;
      }

     .spiritual-section   .info-card{
        margin-bottom:20px;
      }
    }



/*    program*/


/* Main Card */
.course-card{
    background:#fff;
    border-radius:35px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    position:relative;
        margin-bottom: 20px;
}

/* Top Gradient Border */
.course-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:10px;
    background: linear-gradient(to right, #29905c, #228d25);
}

/* Header Area */
.course-content{
    padding:30px 30px 10px;
}

/* Badge */
.course-badge{
      display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 3px 11px;
    background: #eafdea;
    border: 1px solid #228d25;
    border-radius: 50px;
    color: #228d25;
    font-size: 13px;
    font-weight: 600;
}

.course-badge .dot{
    width:9px;
    height:9px;
    border-radius:50%;
    background:#0c8b63;
}

/* Seats */
.seats{
  color: #228d25;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Title */
.course-title{
   font-family: 'Playfair Display', serif;
    font-size: 22px;
    line-height: 1.15;
    color: #06263a;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 700;
}

/* Certification Box */
.certification-box{
    border:1px solid #ece6e1;
    border-radius:15px;
    padding:15px;
    background:#fff;
    margin-bottom:15px;
}

.certification-box h6{
    font-size:13px;
    color:#298e2d;
    text-transform:uppercase;
    font-weight:700;
    margin-bottom:5px;
}

.certification-box p{
  font-size: 14px;
    font-weight: 700;
    color: #08313d;
    margin: 0;
}

/* Info Item */
.info-item{
    display:flex;
    align-items:flex-start;
    gap:16px;
    margin-bottom:7px;
}

/* Icon */
.info-icon{
  width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: #228d251f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #228d25;
}

.info-icon svg{
    width:18px;
    height:22px;
}

/* Text */
.info-label{
    font-size:13px;
    text-transform:uppercase;
    color:#989898;
    font-weight:600;
    margin-bottom:4px;
}

.info-title{
    font-size:14px;
    font-weight:700;
    color:#253245;
    line-height:1.3;
}

.info-sub{
    color:#298e2d;
    margin-top:3px;
    font-size:14px;
}

/* Bottom Section */
.bottom-section{
        border-top: 1px solid #ebe7e2;
    padding: 15px 40px;
}
.certification-box p svg{width: 16px}

/* Tuition */
.tuition-label{
    font-size:15px;
    text-transform:uppercase;
    color:#a39588;
    font-weight:700;
    margin-bottom:8px;
}

.price{
    display:flex;
    align-items:end;
    gap:12px;
    flex-wrap:wrap;
}

.price h2{
    font-size:54px;
    line-height:1;
    margin:0;
    font-weight:800;
    color:#05293c;
}

.price span{
    font-size:20px;
    color:#73665c;
    margin-bottom:8px;
}

/* Buttons */
.btn-course{
       border-radius: 10px;
    padding: 15px 34px;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s;
}

.btn-outline-custom{
    border:1px solid #d8d2cc;
    background:#fff;
    color:#253245;
}

.btn-outline-custom:hover{
    background:#f8f8f8;
	color: #ffffff;
}

.btn-register{
  background: #2f7b2d;
    border: none;
    color: #fff;
    box-shadow: 0 8px 20px rgba(187, 128, 54, 0.25);
}

.btn-register:hover{
    background:#a8702f;
}

/* Responsive */
@media(max-width:991px){

    .course-title{
        font-size:40px;
    }

    .bottom-section{
        text-align:center;
    }

    .bottom-buttons{
        margin-top:25px;
        justify-content:center !important;
    }
}

@media(max-width:576px){

    .course-content,
    .bottom-section{
        padding:25px;
    }

    .course-title{
        font-size:32px;
    }

    .price h2{
        font-size:42px;
    }

    .btn-course{
        width:100%;
    }

    .bottom-buttons{
        flex-direction:column;
    }
}



/* Main Card */
.course-details-card{
  
    margin:auto;
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    border:1px solid #ececec;
        margin-bottom: 15px;

}

/* Image Area */
.course-details-card .course-image{
    position:relative;
    height:220px;
    overflow:hidden;
}

.course-details-card .course-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Badge */
.course-details-card .live-badge{
    position:absolute;
    top:14px;
    right:14px;
    background:#238b22;
    color:#fff;
    font-size:13px;
    font-weight:800;
    padding:10px 16px;
    border-radius:40px;
    letter-spacing:0.5px;
    text-transform:uppercase;
}

/* Content */
.course-details-card .course-content{
    padding:28px 24px 24px;
}

/* Title */
.section-title{
    font-family:'Playfair Display', serif;
    font-size:24px;
    font-weight:700;
    color:#1e341f;
    margin-bottom:22px;
}

/* Info Box */
.course-details-card .info-box{
    background:#f7f6f4;
    border:1px solid #efebe6;
    border-radius:18px;
    padding:16px 14px;
    margin-bottom:14px;
}

/* Label */
.course-details-card .info-label{
        font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 6px;
    line-height: 1.2;
}

/* Text */
.course-details-card .info-text{
       font-size: 14px;
    color: #4b433d;
    font-weight: 500;
    line-height: 1.5;
}

/* Price */
.course-details-card .price{
    font-size:18px;
    font-weight:800;
    color:#214f1d;
    line-height:1;
}

.course-details-card .price-note{
    font-size:13px;
    color:#9f958d;
    font-weight:500;
    text-align:right;
}

/* Button */
.course-details-card .register-btn{
       width: 100%;
    border: none;
    background: #2c8927;
    color: #fff;
    border-radius: 16px;
    padding: 13px 20px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
    transition: 0.3s;
    letter-spacing: 0.5px;
}

.course-details-card .register-btn:hover{
    background:#21681d;
}

/* Responsive */
@media(max-width:480px){

 .course-details-card    .course-content{
        padding:24px 18px 20px;
    }

 .course-details-card    .section-title{
        font-size:22px;
    }

  .course-details-card   .price{
        font-size:32px;
    }

   .course-details-card  .register-btn{
        font-size:18px;
        padding:16px;
    }
}