/* Finclix - Business Consulting Html Template

Template Name: Finclix
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / TWO / Three / Four / Five
5. Sticky Header
6. Mobile Menu
7. Section Title
8. Page Title
9. Main Slider
10. Banner Section / Two / Three / Four
11. Features Section / Two / Three / Four / Five / Six
12. About Section / Two / Three / Four / Five / Six
13. Services Section / Two / Three / Four / Five
14. Map Section
15. Call To Action / Two / Three / Four / Five
16. Locations Section / Two
17. Offer Section / Two / Three / Four
18. FAQ's Sectiom / Two
19. Work Section
20. Fun Fact Section / Two
21. Project Section / Two / Three
22. Testimonial Section / Two / Three / Four
23. Why Choose Us / Two / Three
24. Industries Section
25. Pricing Section
26. team Section / Two
27. Contact Sectiom / Two / Three / Four
28. News Section / Two
29. Clients Section
30. Main Footer
**********************************************/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("animate.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("nice-select.css");
@import url("jquery-ui.css");
@import url("linear.css");
@import url("fontawesome-free.css");
@import url("fontawesome.css");
@import url("flaticon.css");
@import url("flaticon-finance.css");
@import url("flaticon-set-business.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");

:root {
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color-light: #f8f5f0;
  --theme-color-gray: #f6f6f6;
  --theme-color-gray2: #797979;
  --theme-color-black: #000000;
  --theme-color-black-rgb: 0, 0, 0;
  --theme-color1: #C8F169;
  --theme-color1-rgb: 34, 36, 41;
  --theme-color2: #144443;
  --theme-color2-rgb: 20, 68, 67;
  --theme-color3: #f4f5f8;
  --theme-color4: #0f0f0f;
  --theme-color5: #13132E;
  --theme-color6: #DADADA;
  --theme-color7: #039397;
  --theme-color8: #163838;
  --theme-color-silver: #C4C4C4;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --border-theme-color1: var(--theme-color1);
  --border-theme-color2: var(--theme-color2);
  --border-theme-color3: var(--theme-color3);
  --theme-color1-text-color: #fff;
  --theme-color2-text-color: #0f0f0f;
  --theme-color3-text-color: #fff;
  --gradient-1: linear-gradient(99deg, #C8F169 0%, #039397 93.92%);
  --gradient-2: linear-gradient(to left, rgba(var(--theme-color2-rgb), 1) 0%, rgba(var(--theme-color2-rgb), 0.7) 100%);
  --gradient-3: linear-gradient(-135deg, rgba(23, 23, 23, 0) 50%, var(--theme-color2) 100%);
  --body-color: #fff;
  --text-color: #646464;
  --headings-color: #0B3130;
  --link-color: #0B3130;
  --link-hover-color: #C8F169;
  --body-font-family: "Poppins", sans-serif;
  --heading-font-family: "DM Sans", sans-serif;
  --style-font: "Manrope", sans-serif;
  --body-font-size: 14px;
  --body-line-height: 1.9;
  --body-font-weight: 400;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 60px;
  --h2-font-size: 32px;
  --h3-font-size: 24px;
  --h4-font-size: 20px;
  --h5-font-size: 16px;
  --h6-font-size: 14px;
  --h1-font-weight: 600;
  --h2-font-weight: 600;
  --h3-font-weight: 600;
  --h4-font-weight: 600;
  --h5-font-weight: 600;
  --h6-font-weight: 700;
  --sec-title-subtitle-color: #9F9F9F;
  --sec-title-subtitle-font-size: 16px;
  --sec-title-subtitle-font-family: var(--heading-font-family);
  --sec-title-subtitle-font-weight: 600;
  --sec-title-subtitle-line-height: 1;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: 40px;
  --sec-title-font-family: var(--heading-font-family);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #f8f6f1;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #222429;
  --container-width: 1320px;
  --small-container-width: 1000px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
::-moz-selection {
  background: var(--theme-color1);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: var(--theme-color1);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: var(--theme-color1);
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: var(--theme-color1);
  /* Safari */
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}
html, body {
    width: 100%;
    overflow-x: hidden;
}



body {
  background-color: var(--body-color);
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

p, .text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1, h2, h3, h4, h5, h6 {
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  position: relative;
  line-height: var(--line-height-heading-);
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--headings-color);
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-weight: inherit;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading);
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading-small);
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading-small);
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  padding: 0;
  margin: 0;
}

p a:not(.button):not(.btn):hover, p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a b, a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol, ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
  list-style: none;
}

b, strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
  width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

section>.container,
section>.container-fluid {
  /* padding-top: var(--container-pt);
  padding-bottom: var(--container-pt); */
}

@media (max-width: 1199px) {

  /* section>.container,
  section>.container-fluid {
    padding: 100px 0;
  } */
}

@media (max-width: 991px) {

  /* section>.container,
  section>.container-fluid {
    padding: 80px 0;
  } */
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: var(--container-width);
  }
}

.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

/*=== Default Form ===*/
.form-control, .input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}

.form-control::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
  color: #686a6f;
  opacity: 1;
}

.form-control::-moz-placeholder, .input-text::-moz-placeholder {
  color: #686a6f;
  opacity: 1;
}

.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}

.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}

.form-control::placeholder, .input-text::placeholder {
  color: #686a6f;
  opacity: 1;
}

.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #686a6f;
}

.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #686a6f;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*
 *	boxed-layout.scss
 * -----------------------------------------------
*/
.tm-boxed-layout {
  background-color: #444;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.tm-boxed-layout.layer-overlay:before {
  z-index: -1;
}

.tm-boxed-layout .page-wrapper {
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .tm-boxed-layout .page-wrapper {
    width: 1170px;
  }
}

.tm-boxed-layout .container .container {
  width: 100%;
}

@media (min-width: 1200px) {
  .tm-boxed-layout .container {
    width: 1140px;
  }
}

@media (min-width: 1000px) {
  .tm-boxed-layout.tm-container-970px .page-wrapper {
    width: 970px;
  }
}

.tm-boxed-layout.tm-container-970px .container,
.tm-boxed-layout.tm-container-970px .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.tm-boxed-layout.tm-container-970px .container .container,
.tm-boxed-layout.tm-container-970px .container .container-fluid,
.tm-boxed-layout.tm-container-970px .container-fluid .container,
.tm-boxed-layout.tm-container-970px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1300px) {
  .tm-boxed-layout.tm-container-1230px .page-wrapper {
    width: 1230px;
  }
}

.tm-boxed-layout.tm-container-1230px .container,
.tm-boxed-layout.tm-container-1230px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.tm-boxed-layout.tm-container-1230px .container .container,
.tm-boxed-layout.tm-container-1230px .container .container-fluid,
.tm-boxed-layout.tm-container-1230px .container-fluid .container,
.tm-boxed-layout.tm-container-1230px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1300px .page-wrapper {
    width: 1300px;
  }
}

.tm-boxed-layout.tm-container-1300px .container,
.tm-boxed-layout.tm-container-1300px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.tm-boxed-layout.tm-container-1300px .container .container,
.tm-boxed-layout.tm-container-1300px .container .container-fluid,
.tm-boxed-layout.tm-container-1300px .container-fluid .container,
.tm-boxed-layout.tm-container-1300px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1340px .page-wrapper {
    width: 1340px;
  }
}

.tm-boxed-layout.tm-container-1340px .container,
.tm-boxed-layout.tm-container-1340px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.tm-boxed-layout.tm-container-1340px .container .container,
.tm-boxed-layout.tm-container-1340px .container .container-fluid,
.tm-boxed-layout.tm-container-1340px .container-fluid .container,
.tm-boxed-layout.tm-container-1340px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1440px .page-wrapper {
    width: 1440px;
  }
}

.tm-boxed-layout.tm-container-1440px .container,
.tm-boxed-layout.tm-container-1440px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.tm-boxed-layout.tm-container-1440px .container .container,
.tm-boxed-layout.tm-container-1440px .container .container-fluid,
.tm-boxed-layout.tm-container-1440px .container-fluid .container,
.tm-boxed-layout.tm-container-1440px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1560px) {
  .tm-boxed-layout.tm-container-1500px .page-wrapper {
    width: 1500px;
  }
}

.tm-boxed-layout.tm-container-1500px .container,
.tm-boxed-layout.tm-container-1500px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.tm-boxed-layout.tm-container-1500px .container .container,
.tm-boxed-layout.tm-container-1500px .container .container-fluid,
.tm-boxed-layout.tm-container-1500px .container-fluid .container,
.tm-boxed-layout.tm-container-1500px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1660px) {
  .tm-boxed-layout.tm-container-1600px .page-wrapper {
    width: 1600px;
  }
}

.tm-boxed-layout.tm-container-1600px .container,
.tm-boxed-layout.tm-container-1600px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.tm-boxed-layout.tm-container-1600px .container .container,
.tm-boxed-layout.tm-container-1600px .container .container-fluid,
.tm-boxed-layout.tm-container-1600px .container-fluid .container,
.tm-boxed-layout.tm-container-1600px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.tm-boxed-layout.tm-container-100pr .page-wrapper {
  width: 95%;
}

.tm-boxed-layout.tm-container-100pr .page-wrapper .container,
.tm-boxed-layout.tm-container-100pr .page-wrapper .container-fluid {
  width: 100%;
}

.tm-boxed-layout.container-shadow .page-wrapper {
  -webkit-box-shadow: 0 0 25px 0 #777;
  box-shadow: 0 0 25px 0 #777;
}

.tm-boxed-layout .header,
.tm-boxed-layout section,
.tm-boxed-layout .footer {
  background-color: #fff;
}

.tm-boxed-layout .header .navbar-default {
  background-color: #fff;
  border-color: #fff;
  padding: 0;
}

.tm-boxed-layout .header .navbar-default .navbar-nav>li>a {
  padding: 30px 5px;
}

.tm-boxed-layout .header .navbar-default .navbar-collapse {
  background-color: #fff;
  border-color: #fff;
  margin-right: 30px;
}

.tm-boxed-layout .header #header-logo {
  margin: 0;
  padding-top: 27px;
}

.tm-boxed-layout .banner-section .slide-item {
  min-height: 540px;
}

.tm-boxed-layout .banner-section .slide-item .content-box {
  padding: 150px 0 220px;
}

.tm-boxed-layout .banner-section-two .content-box {
  padding: 250px 0 150px;
}

.tm-boxed-layout .banner-section-three .content-box {
  padding: 250px 0 150px;
}

.tm-boxed-layout .banner-section-four .content-box {
  padding: 130px 0;
}

@media (max-width: 1200px) {
  .tm-boxed-layout {
    padding-top: 15px;
  }

  .tm-boxed-layout .header .navbar-default .navbar-nav>li>a {
    padding: 10px;
  }

  .tm-boxed-layout .header .navbar-default .navbar-collapse {
    margin-right: 15px;
  }

  .tm-boxed-layout .navbar-header {
    padding: 15px 0;
  }

  .tm-boxed-layout .navbar-collapse .navbar-nav li a .caret {
    margin-right: 0;
  }
}

/***

====================================================================
Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/***

====================================================================
Global Settings
====================================================================

***/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.title a {
  color: inherit;
}

.color1 {
  color: var(--theme-color1);
}

.color2 {
  color: var(--theme-color2);
}

.color3 {
  color: var(--theme-color3);
}

.bg-color3 {
  background-color: var(--theme-color3) !important;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 99;
  background-color: var(--body-color);
}

.large-container {
  position: static;
  max-width: var(--large-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: var(--small-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.dropdown-toggle::after {
  display: none;
}

/*=======================
    Preloader
=======================*/
.preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--headings-color);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}

.preloader .animation-preloader .txt-loading {
  font: bold 5em var(--heading-font-family), var(--body-font-family);
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme-color1);
  position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: var(--headings-color);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: var(--heading-font-family);
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--headings-color);
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: #f5f5f5;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background-color: rgba(17, 43, 29, 1);
  z-index: 100;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: rgba(127, 153, 110, 1);
  color: #fff;
}

.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .tab.active-tab {
  display: block;
}

.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
}

.theme-btn .btn-title {
  position: relative;
}

/*Btn Style One*/
.btn-style-one {
 color: var(--theme-color-white);
    background: linear-gradient(90deg, rgba(17, 43, 29, 1) 50%, rgba(127, 153, 110, 1) 100%);
  border-radius: 100px;
  
  font-family: var(--heading-font-family);
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  padding: 12px 14px;
  position: relative;
  text-transform: capitalize;
}

.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  width: 100%;
  content: "";
     background: linear-gradient(90deg, rgba(127, 153, 110, 1) 5%, rgba(17, 43, 29, 1) 62%);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}

.btn-style-one:hover:before {
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-one:hover {
  color:#fff;
}

[data-tm-layout=dark] .btn-style-one:hover .icon {
  color: var(--headings-color);
}

/*Btn Style*/
.ks-btn-black {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  border-radius: 60px;
  text-transform: uppercase;
  padding: 21px 30px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  background-color: var(--theme-color6);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1199.98px) {
  .ks-btn-black {
    font-size: 12px;
    padding: 16px 25px;
  }
}

.ks-btn-black span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  color: var(--theme-color-white);
}

.ks-btn-black span span.text-1 {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ks-btn-black span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ks-btn-black:hover {
  background: -webkit-gradient(linear, left top, right top, from(#C8F169), to(#039397));
  background: linear-gradient(90deg, #C8F169 0%, #039397 100%);
}

.ks-btn-black:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.ks-btn-black:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-style-two {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 100px;
  color: var(--theme-color-white);
  font-family: var(--heading-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
  padding: 20px 28px;
  padding-right: 80px;
  position: relative;
}

.btn-style-two:hover {
  background-position: 100% 0;
  color: var(--theme-color-white);
}

.btn-style-two:hover .icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: var(--headings-color);
  color: var(--theme-color-white);
}

.btn-style-two .icon {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  bottom: 5px;
  color: var(--theme-color-black);
  font-size: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  width: 50px;
}

.btn-style-three {
  position: relative;
  padding: 26px 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 100px;
  height: 70px;
  overflow: hidden;
  border-radius: 100px;
  color: var(--theme-color1);
  background-color: rgba(255, 255, 255, 0.1);
}

.btn-style-three:before {
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--bg-theme-color1);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}

.btn-style-three:hover {
  color: var(--headings-color);
}

.btn-style-three:hover:before {
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-three:hover .icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: var(--headings-color);
  color: var(--headings-color);
}

.btn-style-three .icon {
  background-color: var(--theme-color1);
  border-radius: 50%;
  bottom: 4px;
  color: var(--theme-color-black);
  font-size: 50px;
  height: 62px;
  line-height: 72px;
  position: absolute;
  right: 4px;
  top: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 62px;
}

/*** 

====================================================================
  Anim Icons
====================================================================

***/
.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
  animation: bounce-y 10s infinite linear;
}

.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
  animation: bounce-x 10s infinite linear;
}

.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
  animation: zoom-one 10s infinite linear;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

.overlay-anim {
  position: relative;
}

.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes img-anim-right {
  0% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-right {
  0% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

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

@-webkit-keyframes img-anim-left {
  0% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-left {
  0% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

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

@-webkit-keyframes img-anim-top {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-top {
  0% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@-webkit-keyframes rounded {
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}

@keyframes rounded {
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}

@-webkit-keyframes cir36 {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes cir36 {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

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

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

@-webkit-keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

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

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

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

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

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

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

@-webkit-keyframes sway_Y {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes sway_Y {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.sway_Y__animation {
  -webkit-animation: sway_Y 3s linear infinite alternate;
  animation: sway_Y 3s linear infinite alternate;
}

@-webkit-keyframes sway_YY {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes sway_YY {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.sway_Y__animationY {
  -webkit-animation: sway_YY 3s linear infinite alternate;
  animation: sway_YY 3s linear infinite alternate;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.animation__rotate {
  -webkit-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

@-webkit-keyframes rotateAndScale {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(0.8);
    transform: rotate(180deg) scale(0.8);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

@keyframes rotateAndScale {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(0.8);
    transform: rotate(180deg) scale(0.8);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

.animation__rotateAndScale {
  -webkit-animation: rotateAndScale 20s linear infinite;
  animation: rotateAndScale 20s linear infinite;
}

/*** 

====================================================================
  Search Popup
====================================================================

***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-theme-color2);
  opacity: 0.95;
}

.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: var(--theme-color-light);
  z-index: 3;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-inner {
  position: relative;
  display: block;
  top: 40%;
  height: auto;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 800px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-popup .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e6dc;
  padding: 15px 20px;
  color: #707070;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
  border-color: var(--border-theme-color2);
}

.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  display: block;
  font-size: 18px;
  color: var(--theme-color-dark);
  line-height: 40px;
  border-radius: 5px;
  font-weight: normal;
  background: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .form-group button:hover {
  color: var(--theme-color-dark);
}

.search-popup textarea::-webkit-input-placeholder, .search-popup input::-webkit-input-placeholder {
  color: inherit;
}

.search-popup textarea::-moz-placeholder, .search-popup input::-moz-placeholder {
  color: inherit;
}

.search-popup textarea:-ms-input-placeholder, .search-popup input:-ms-input-placeholder {
  color: inherit;
}

.search-popup textarea::-ms-input-placeholder, .search-popup input::-ms-input-placeholder {
  color: inherit;
}

.search-popup textarea::placeholder,
.search-popup input::placeholder {
  color: inherit;
}

.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 0%;
}

.moblie-search-active .search-popup .search-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

/*** 
====================================================================
  Main Header
====================================================================
***/
.header-style-one .main-box {
  padding: 0 70px;
}

@media (max-width: 1699.98px) {
  .header-style-one .main-box {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .header-style-one .main-box {
    padding: 14px 30px;
  }

}

.header-style-one .main-box .nav-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.header-style-one .main-box .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}

@media (max-width: 1699.98px) {
  .header-style-one .main-box .outer-box {
    gap: 25px;
  }
}

.header-style-one .main-box .ui-btn-outer .header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  line-height: 1;
}

@media (max-width: 1399.98px) {
  .header-style-one .main-box .ui-btn-outer .header-contact {
    /* display: none; */
  }
}

.header-style-one .main-box .ui-btn-outer .header-contact .social-icon {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #C0C0C0;
  padding-right: 30px;
  margin-top: -9px;
}

.header-style-one .main-box .ui-btn-outer .header-contact .social-icon a {
  /* color: #CFCFCF; */
  font-size: 18px;
}

.header-style-one .main-box .ui-btn-outer .header-contact .social-icon a:hover {
  color: var(--headings-color);
}

.header-style-one .main-box .ui-btn-outer .header-contact .info-btn {
  font-family: var(--heading-font-family);
}

.header-style-one .main-box .ui-btn-outer .header-contact .info-btn:hover {
  color: var(--headings-color);
}

.header-style-one .main-box .btn-style-one {
  padding: 12px 12px;
    font-size: 14px;
}

@media (max-width: 991.98px) {
  .header-style-one .main-box .btn-style-one {
    display: none;
  }
    .header-style-one .main-box .ui-btn-outer .header-contact {
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  line-height: 1;
}
}
@media (max-width: 1024px) {

    .header-style-one .main-box .ui-btn-outer .header-contact {
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  line-height: 1;
}
}
.header-style-one.header-1 {
  position: relative;
  z-index: 999;
}

.header-style-one.header-1 .main-box {
  background-color: var(--theme-color-white);
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

.header-style-one.header-2 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.header-style-one.header-2 .mobile-nav-toggler {
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .header-style-one.header-2 .mobile-nav-toggler {
  color: var(--link-color);
}

.header-style-one.header-2 .main-box {
  padding: 0 90px;
  background-color: transparent;
  border-bottom: none;
}

@media (max-width: 767.98px) {
  .header-style-one.header-2 .main-box {
    padding: 0 45px;
  }
}

.header-style-one.header-2 .main-menu {
  background-color: var(--theme-color-white);
  padding: 0 42px;
  border-radius: 100px;
}

[data-tm-layout=dark] .header-style-one.header-2 .main-menu {
  background-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.header-style-one.header-2 .outer-box {
  gap: 22px;
}

.header-style-one.header-2 .info-btn {
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .header-style-one.header-2 .info-btn {
  color: var(--link-color);
}

@media (max-width: 1199.98px) {
  .header-style-one.header-2 .info-btn {
    display: none;
  }
}

.header-style-one.header-2 .btn-style-one {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .header-style-one.header-2 .btn-style-one {
  color: #ffffff;
}

@media (max-width: 1399.98px) {
  .header-style-one.header-2 .btn-style-one {
    display: none;
  }
}

.header-style-one.header-2 .btn-style-one:before {
  display: none;
}

.header-style-one.header-2 .btn-style-one:hover {
  background-position: 100% 0;
}

.header-style-one.header-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .header-style-one.header-3 {
    background-color: var(--theme-color-white);
  }
}

.header-style-one.header-3 .main-box {
  padding-left: 30px;
}

.header-style-one.header-3 .main-box .main-menu {
  position: relative;
  margin-right: 50px;
}

.header-style-one.header-3 .main-box .ui-btn-outer {
  margin-right: 50px;
}

.header-style-one.header-3 .btn-style-one {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  color: var(--theme-color-white);
  padding: 24px 35px !important;
  margin-top: 10px;
}

@media (max-width: 1199.98px) {
  .header-style-one.header-3 .btn-style-one {
    margin-top: 0px;
  }
}

.header-style-one.header-3 .btn-style-one:before {
  display: none;
}

.header-style-one.header-3 .btn-style-one:hover {
  background-position: 100% 0;
}

.header-style-one.header-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

.header-style-one.header-5 .mobile-nav-toggler {
  color: var(--theme-color-white);
}

.header-style-one.header-5 .main-box {
  padding: 10px 110px;
}

@media (max-width: 1699.98px) {
  .header-style-one.header-5 .main-box {
    padding: 0 30px;
  }
}

@media (max-width: 991.98px) {
  .header-style-one.header-5 .main-box {
    padding: 15px 30px;
  }
}

@media (max-width: 575.98px) {
  .header-style-one.header-5 .main-box {
    padding: 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .header-style-one.header-5 .main-box {
    padding: 15px 30px;
  }
}

.header-style-one.header-5 .main-box.style-2 {
  padding: 10px 80px;
}

@media (max-width: 1699.98px) {
  .header-style-one.header-5 .main-box.style-2 {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .header-style-one.header-5 .main-box.style-2 {
    padding: 15px 30px;
  }
}

@media (max-width: 575.98px) {
  .header-style-one.header-5 .main-box.style-2 {
    padding: 15px;
  }
}

.header-style-one.header-5 .main-menu {
  padding: 0 42px;
  border-radius: 100px;
}

.header-style-one.header-5 .main-menu .navigation li a {
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .header-style-one.header-5 .main-menu .navigation li a {
  color: var(--headings-color);
}

.header-style-one.header-5 .main-menu .navigation li.current a {
  color: var(--theme-color1);
}

.header-style-one.header-5 .main-menu .navigation li.current::before {
  display: none;
}

.header-style-one.header-5 .main-menu .navigation li.current ul {
  padding-top: 0;
}

.header-style-one.header-5 .main-menu .navigation li.current ul li a {
  color: var(--headings-color);
}

.header-style-one.header-5 .main-menu .navigation li ul {
  padding-top: 0;
}

.header-style-one.header-5 .main-menu .navigation li ul li a {
  color: var(--headings-color);
}

.header-style-one.header-5 .outer-box {
  gap: 25px;
}

@media (max-width: 575.98px) {
  .header-style-one.header-5 .user-btn {
    display: none;
  }
}

.header-style-one.header-5 .search-btn {
  font-size: 20px;
  color: var(--theme-color-white);
  background: transparent;
}

@media (max-width: 575.98px) {
  .header-style-one.header-5 .search-btn {
    display: none;
  }
}

[data-tm-layout=dark] .header-style-one.header-5 .search-btn {
  color: #ffffff;
}

.header-style-one.header-5 .user-btn {
  color: var(--theme-color-white);
}

.header-style-one.header-5 .contact-info {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-right: 30px;
  font-family: var(--heading-font-family);
  color: var(--theme-color-white);
  border-right: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

[data-tm-layout=dark] .header-style-one.header-5 .contact-info {
  color: #ffffff;
}

.header-style-one.header-5 .contact-info:hover {
  color: var(--theme-color1);
}

@media (max-width: 1199.98px) {
  .header-style-one.header-5 .contact-info {
    display: none;
  }
}

.header-style-one.header-5 .btn-style-one {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  color: var(--theme-color-white);
  gap: 10px;
}

@media (max-width: 1399.98px) {
  .header-style-one.header-5 .btn-style-one {
    display: none;
  }
}

[data-tm-layout=dark] .header-style-one.header-5 .btn-style-one {
  color: #ffffff;
}

.header-style-one.header-5 .btn-style-one:before {
  display: none;
}

.header-style-one.header-5 .btn-style-one:hover {
  background-position: 100% 0;
}

.header-style-one.header-5 .sticky-header .main-menu .navigation li a {
  color: var(--headings-color);
}

.header-style-one.header-7 .main-box {
  padding: 20px 30px;
}

.header-style-one.header-7 .main-box .outer-box {
  gap: 25px;
}

.header-style-one.header-7 .main-box .outer-box .search-btn {
  font-size: 20px;
  background: transparent;
}

[data-tm-layout=dark] .header-style-one.header-7 .main-box .outer-box .search-btn {
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .header-style-one.header-7 .main-box .outer-box .search-btn {
    display: none;
  }
}

.header-style-one.header-7 .main-box .outer-box .btn-style-one {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--theme-color-white);
  background: -webkit-gradient(linear, left top, right top, from(#C8F169), to(#039397));
  background: linear-gradient(90deg, #C8F169 0%, #039397 100%);
}

[data-tm-layout=dark] .header-style-one.header-7 .main-box .outer-box .btn-style-one {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .header-style-one.header-7 .main-box .outer-box .btn-style-one {
    display: none;
  }
}

.main-menu {
  position: relative;
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  margin: 0px;
  position: relative;
}

.main-menu .navigation>li {
  float: left;
  margin-right: 46px;
  padding: 25px 0px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 1899.98px) {
  .main-menu .navigation>li {
    margin-right: 35px;
  }
}

.main-menu .navigation>li:last-child {
  margin-right: 0;
}

.main-menu .navigation>li:before {
  background-color: var(--headings-color);
  bottom: 23px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 0%;
}

.main-menu .navigation>li:hover:before, .main-menu .navigation>li.current:before {
  left: 0;
  width: 100%;
}

.main-menu .navigation>li>a {
  color: var(--headings-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  opacity: 1;
  padding: 0;
  position: relative;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: var(--heading-font-family);
}

@media (max-width: 1899.98px) {
  .main-menu .navigation>li>a {
    font-size: 15px;
  }
}

.main-menu .navigation>li>a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}

.main-menu .navigation>li>a:hover {
  color: var(--headings-color);
}

.main-menu .navigation>li.current>a {
  color: var(--headings-color);
  font-weight: 500;
}

.main-menu .navigation>li.dropdown:hover>ul {
  margin-top: 0;
  opacity: 1;
  top: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  visibility: visible;
}

.main-menu .navigation>li>ul {
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  left: 0px;
  margin-top: 30px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 100%;
  width: 220px;
  z-index: 100;
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebf1f5;
}

[data-tm-layout=dark] .main-menu .navigation>li>ul>li {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 29px;
  font-weight: 500;
  font-size: 16px;
  color: var(--headings-color);
  text-align: left;
  font-family: var(--heading-font-family);
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
  color: var(--headings-color);
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 11px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul {
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  left: 100%;
  margin-top: 10px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 0px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  width: 220px;
  z-index: 100;
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  border-bottom: 1px solid #ebf1f5;
  width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
  color: var(--headings-color);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  border: 1px solid var(--theme-color-white);
  color: var(--theme-color-white);
  cursor: pointer;
  display: none;
  font-size: 16px;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 8px;
  width: 34px;
  z-index: 5;
}

.sticky-header {
  background: var(--theme-color-white);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  left: 0px;
  opacity: 0;
  padding: 0px 0px;
  position: fixed;
  top: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}

.header-style-one.header-2.fixed-header .sticky-header .nav-outer .main-menu {
  background-color: transparent;
}

.sticky-header.fixed-header {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.sticky-header .logo {
  padding: 10px 0;
}

.sticky-header .logo img {
  /* max-height: 40px; */
  max-height: 58px;
}

.sticky-header .nav-outer {
  background: none;
  position: relative;
}

.sticky-header .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.sticky-header .main-menu .navigation>li {
  margin: 0;
  margin-left: 46px;
  padding: 20px 0;
}

.sticky-header .main-menu .navigation>li>a {
  color: var(--headings-color);
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
  color: var(--headings-color);
}

.sticky-header .main-menu .navigation>li:before {
  display: none;
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}

.sticky-header .mobile-nav-toggler {
  color: var(--headings-color) !important;
}

/*** 

====================================================================
		Helping Section
====================================================================

***/
.section-padding {
  /* padding: 120px 0; */
  padding: 23px 0;
}

@media (max-width: 1199.98px) {
  .section-padding {
    padding: 10px 0;
  }
}

@media (max-width: 991.98px) {
  .section-padding {
    padding: 10px 0;
  }
}

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

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes draw2 {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw2 {
  to {
    stroke-dashoffset: 0;
  }
}

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

.fix {
  overflow: hidden;
}

.array-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}

.array-button .array-prev, .array-button .array-next {
  width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color-white);
  border: 1px solid #D9D9D9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: var(--headings-color);
  font-size: 30px;
}

[data-tm-layout=dark] .array-button .array-prev, [data-tm-layout=dark] .array-button .array-next {
  border-color: rgba(255, 255, 255, 0.1);
}

.array-button .array-prev i, .array-button .array-next i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.array-button .array-prev svg path, .array-button .array-next svg path {
  fill: #fff;
}

.array-button .array-prev:hover, .array-button .array-next:hover {
  background: var(--gradient-1);
  color: #fff;
}

.section-bg {
  background-color: #F5F5F5;
}

[data-tm-layout=dark] .section-bg {
  background-color: var(--dark-color2);
}

.section-bg-2 {
      background-color: #e4f1c826 !important;
}

.footer-bg {
  background-color: #052221;
}

.swiper-dot {
  position: relative;
  z-index: 99;
  text-align: center;
  margin-top: 70px;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .swiper-dot {
    margin-top: 30px;
  }
}

.swiper-dot .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #D9D9D9;
  opacity: 1;
  border-radius: 15px;
}

.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--headings-color);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}

.body-bg {
  /* background-color: #F6F5EF; */
  background-color: #fff;
}

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

/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: var(--heading-color);
  display: none;
  top: 0px;
  margin-left: 25px;
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px;
}

.mobile-menu .close-btn {
  position: relative;
  top: -10px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color3);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}

.mobile-menu .nav-logo img {
  /* max-height: 40px; */
  max-height: 67px;
}

.mobile-menu .menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  /*background: var(--headings-color);*/
  background:rgba(17, 43, 29, 1);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 200ms;
  transition: all 0.4s ease 200ms;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li:last-child {
  border-bottom: none;
}

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

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a, .mobile-menu .navigation li.current>a {
  color: #fff;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 17px;
  line-height: 44px;
  font-weight: 500;
  font-family: var(--heading-font-family);
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
  display: none;
}

.mobile-menu .navigation li>ul>li {
  padding-left: 20px;
}

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}

.contact-list-one li {
  position: relative;
  margin-bottom: 20px;
}

.contact-list-one li:last-child {
  margin-right: 0;
}

.contact-list-one li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
}

.contact-list-one li .contact-info-box a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-list-one li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: #fff;
}

.contact-list-one li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}

.mobile-menu .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*background: var(--bg-theme-color1);*/
  background:#def1c5;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}

.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--headings-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu .social-links li a:hover {
  color: var(--theme-color2);
}

/*** 

====================================================================
  Search Popup
====================================================================

***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-theme-color2);
  opacity: 0.95;
}

.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: var(--theme-color-light);
  z-index: 3;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-inner {
  position: relative;
  display: block;
  top: 40%;
  height: auto;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 800px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-popup .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e6dc;
  padding: 15px 20px;
  color: #707070;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
  border-color: var(--border-theme-color2);
}

.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  display: block;
  font-size: 18px;
  color: var(--theme-color-dark);
  line-height: 40px;
  border-radius: 5px;
  font-weight: normal;
  background: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .form-group button:hover {
  color: var(--theme-color-dark);
}

.search-popup textarea::-webkit-input-placeholder, .search-popup input::-webkit-input-placeholder {
  color: inherit;
}

.search-popup textarea::-moz-placeholder, .search-popup input::-moz-placeholder {
  color: inherit;
}

.search-popup textarea:-ms-input-placeholder, .search-popup input:-ms-input-placeholder {
  color: inherit;
}

.search-popup textarea::-ms-input-placeholder, .search-popup input::-ms-input-placeholder {
  color: inherit;
}

.search-popup textarea::placeholder,
.search-popup input::placeholder {
  color: inherit;
}

.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 0%;
}

.moblie-search-active .search-popup .search-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

/*** 

====================================================================
Section Title
====================================================================

***/
.sec-title {
  position: relative;
  margin-bottom: 10px;
}

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


.sec-title-services .sub-title {
    position: relative;
    /* font-size: var(--sec-title-subtitle-font-size); */
    color: #144443;
    line-height:22px;
    font-weight: var(--sec-title-subtitle-font-weight);
    font-family: var(--sec-title-subtitle-font-family);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    letter-spacing: -0.7px;
    margin-bottom: 25px;
    padding-left: 61px;
    gap: 10px;
    font-size: 32px;
}

.title-outer h3{font-size: 20px;}

.sec-title .sub-title {
  position: relative;
  /* font-size: var(--sec-title-subtitle-font-size); */
  color: #144443;
    line-height: 22px;
  /* color: var(--sec-title-subtitle-color);
  line-height: var(--sec-title-subtitle-line-height); */
  font-weight: var(--sec-title-subtitle-font-weight);
  font-family: var(--sec-title-subtitle-font-family);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: -0.7px;
  /* margin-bottom: 25px; */
  padding-left: 61px;
  gap: 10px;
  font-size:23px;
}
.testimonial_head{
  font-size: 41px;
}


.sec-title .light .triangle.triangle2 {
  border-left-color: var(--theme-color-white);
}

.sec-title-services  .triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 9.803px solid transparent;
  border-bottom: 9.803px solid transparent;
  border-left: 19.606px solid;
}



.sec-title-services  .triangle.triangle1 {
  border-left-color: var(--theme-color1);
  left: 5px;
  z-index: 99;
}

.sec-title-services .triangle.triangle2 {
  z-index: 9;
  border-left-color: #113c3d;
  left: 20px;
  -webkit-animation: move2 1s infinite alternate ease-in-out;
  animation: move2 1s infinite alternate ease-in-out;
}

.sec-title-services .triangle.triangle3 {
  border-left-color: #b4950b;
  left: 20px;
  -webkit-animation: move3 1s infinite alternate ease-in-out;
  animation: move3 1s infinite alternate ease-in-out;
}



.sec-title .sub-title.light {
  color: var(--theme-color-light);
}


.sec-title .light .triangle.triangle2 {
  border-left-color: var(--theme-color-white);
}

.sec-title  .triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 9.803px solid transparent;
  border-bottom: 9.803px solid transparent;
  border-left: 19.606px solid;
}



.sec-title  .triangle.triangle1 {
  border-left-color: var(--theme-color1);
  left: 5px;
  z-index: 9;
}

.sec-title .triangle.triangle2 {
  border-left-color: #113c3d;
  left: 20px;
  -webkit-animation: move2 1s infinite alternate ease-in-out;
  animation: move2 1s infinite alternate ease-in-out;
}


.sec-title .sub-title.light .triangle.triangle2 {
  border-left-color: var(--theme-color-white);
}

.sec-title .sub-title .triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 9.803px solid transparent;
  border-bottom: 9.803px solid transparent;
  border-left: 19.606px solid;
}



.sec-title .sub-title .triangle.triangle1 {
  border-left-color: var(--theme-color1);
  left: 5px;
  z-index: 99;
}

.sec-title .sub-title .triangle.triangle2 {
  z-index: 9;
  border-left-color: #113c3d;
  left: 20px;
  -webkit-animation: move2 1s infinite alternate ease-in-out;
  animation: move2 1s infinite alternate ease-in-out;
}

.sec-title .sub-title .triangle.triangle3 {
  border-left-color: #df933b;
  left: 30px;
  -webkit-animation: move3 1s infinite alternate ease-in-out;
  animation: move3 1s infinite alternate ease-in-out;
}

.sec-title .sub-title .triangle.triangle2white {
  z-index: 9;
  border-left-color: #fff;
  left: 20px;
  -webkit-animation: move2 1s infinite alternate ease-in-out;
  animation: move2 1s infinite alternate ease-in-out;
}

@-webkit-keyframes move1 {
  0% {
    left: 5px;
  }

  100% {
    left: 2px;
  }
}

@keyframes move1 {
  0% {
    left: 5px;
  }

  100% {
    left: 2px;
  }
}

@-webkit-keyframes move2 {
  0% {
    left: 20px;
  }

  100% {
    left: 17px;
  }
}

@keyframes move2 {
  0% {
    left: 20px;
  }

  100% {
    left: 17px;
  }
}

@-webkit-keyframes move3 {
  0% {
    left: 30px;
  }

  100% {
    left: 27px;
  }
}

@keyframes move3 {
  0% {
    left: 30px;
  }

  100% {
    left: 27px;
  }
}

@media (max-width: 1199.98px) {
  .sec-title h2 {
    font-size: 50px;
  }
}

@media (max-width: 767.98px) {
  .sec-title h2 {
    font-size: 44px;
  }
}

@media (max-width: 575.98px) {
  .sec-title h2 {
    font-size: 38px;
  }
}

@media (max-width: 469.98px) {
  .sec-title h2 {
    font-size: 30px;
  }
}

.sec-title .title {
  position: relative;
  font-size: var(--sec-title-font-size);
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  margin-top: -9px;
  margin-bottom: 0;
}

.sec-title .title.light {
  color: var(--theme-color-light);
}

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

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

@media (max-width: 575.98px) {
  .sec-title .title {
    font-size: 38px;
  }
}

@media (max-width: 469.98px) {
  .sec-title .title {
    font-size: 30px;
  }
}

.sec-title .text {
  /* margin-top: 35px; */
}

.sec-title.center {
  text-align: center;
}

.sec-title.center .sub-title {
  margin: 0 auto;
  margin-bottom: 10px;
}

/*** 

====================================================================
  Main Slider
====================================================================

***/
/*** 

====================================================================
    Banner Section
====================================================================

***/
.hero-1 {
  padding: 170px 0 170px;
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

[data-tm-layout=dark] .hero-1 {
  background-color: var(--dark-color2);
}

@media (max-width: 1199.98px) {
  .hero-1 {
    padding: 140px 0 100px;
  }
}

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

.hero-1 .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1499px) {
  .hero-1 .shape-1 {
    top: -50px;
  }
}

@media (max-width: 1199.98px) {
  .hero-1 .shape-1 {
    display: none;
  }
}

.hero-1 .shape-3 {
  position: absolute;
  top: 0;
  left: 150px;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .hero-1 .shape-3 {
    display: none;
  }
}

.hero-1 .hero-content {
  margin-left: 70px;
}

@media screen and (max-width: 1499px) {
  .hero-1 .hero-content {
    margin-left: 50px;
  }
}

@media (max-width: 1399.98px) {
  .hero-1 .hero-content {
    margin-left: 20px;
  }
}

@media (max-width: 1199.98px) {
  .hero-1 .hero-content {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .hero-1 .hero-content {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .hero-1 .hero-content h1 {
    font-size: 70px;
    line-height: 130%;
  }
}

@media (max-width: 767.98px) {
  .hero-1 .hero-content h1 {
    font-size: 48px;
  }
}

@media (max-width: 575.98px) {
  .hero-1 .hero-content h1 {
    font-size: 34px;
  }
}

.hero-1 .hero-content h6 {
  font-size: 16px;
  font-weight: 600;
  border: 1px solid;
  padding: 0 35px;
  border-radius: 100px;
  display: inline-block;
  line-height: 60px;
  padding-left: 70px;
  padding-bottom: 0;
  height: 60px;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #CBCBCB;
}

[data-tm-layout=dark] .hero-1 .hero-content h6 {
  border: 1px solid #CBCBCB;
}

@media (max-width: 575.98px) {
  .hero-1 .hero-content h6 {
    font-size: 13px;
  }
}

.hero-1 .hero-content h6 .icon {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  bottom: 6px;
  border-radius: 46px;
  display: inline-block;
  height: 46px;
  left: 6px;
  line-height: 46px;
  margin-right: 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 46px;
}

.hero-1 .hero-content h6:hover .icon {
  background-position: 100% 0;
}

.hero-1 .hero-content p {
  font-size: 18px;
  max-width: 530px;
  margin-top: 20px;
}

@media only screen and (max-width: 424px) {
  .hero-1 .hero-content p {
    margin-top: 10px;
  }
}

@media (max-width: 991.98px) {
  .hero-1 .hero-content p {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .hero-1 .hero-content p {
    font-size: 15px;
  }
}

.hero-1 .hero-content .hero-button {
  margin-top: 45px;
}

@media (max-width: 767.98px) {
  .hero-1 .hero-content .hero-button {
    margin-top: 30px;
  }
}

.hero-1 .hero-content .hero-button .theme-btn {
  position: relative;
}

.hero-1 .hero-content .hero-button .theme-btn.btn-style-one {
  padding: 26px 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 100px;
  height: 70px;
}

@media only screen and (max-width: 767px) {
  .hero-1 .hero-content .hero-button .theme-btn.btn-style-one {
    height: 60px;
    padding-right: 80px;
  }

  .hero-1 .hero-content .hero-button .theme-btn.btn-style-one .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
  }

  .hero-1 .hero-content .hero-button .theme-btn.btn-style-one .icon svg {
    width: 15px;
    height: 15px;
  }
}

.hero-1 .hero-content .hero-button .theme-btn.btn-style-one:hover {
  color: var(--theme-color-white);
}

.hero-1 .hero-content .hero-button .theme-btn.btn-style-one:hover .icon svg path {
  fill: #ffffff;
}

@media (max-width: 575.98px) {
  .hero-1 .hero-content .hero-button .theme-btn.btn-style-one {
    height: 57px;
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
  }
}

.hero-1 .hero-content .hero-button .theme-btn .icon {
  width: 62px;
  height: 62px;
  line-height: 62px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: var(--headings-color);
  font-size: 25px;
}

.hero-1 .hero-content .hero-button .theme-btn:hover .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}

.hero-1 .hero-content .hero-button .theme-btn:hover .icon svg path {
  fill: #ffffff;
}

.hero-1 .hero-image {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  max-width: 905px;
}

@media screen and (max-width: 1499px) {
  .hero-1 .hero-image {
    max-width: 870px;
  }
}

@media (max-width: 1399.98px) {
  .hero-1 .hero-image {
    max-width: 800px;
  }
}

@media (max-width: 1199.98px) {
  .hero-1 .hero-image {
    display: none;
  }
}

.hero-1 .hero-image .shape-2 {
  position: absolute;
  top: 23%;
  left: 8%;
}

.hero-2 {
  margin: 30px;
  position: relative;
  border-radius: 30px;
  padding: 250px 60px 150px;
  z-index: 9999;
  margin-bottom: 0;
  background-size: cover;
}

@media (max-width: 1199.98px) {
  .hero-2 {
    padding: 180px 30px;
    margin: 0;
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .hero-2 {
    padding: 130px 30px;
    margin: 30px 20px;
  }
}

.hero-2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 30px;
  background: linear-gradient(103deg, rgba(6, 41, 40, 0.9) 38.63%, rgba(11, 49, 48, 0) 96.73%);
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .hero-2::before {
    border-radius: 0;
  }
}

[data-tm-layout=dark] .hero-2::before {
  background: linear-gradient(103.16deg, rgba(16, 60, 59, 0.9) 38.63%, rgba(11, 49, 48, 0) 96.73%);
}

.hero-2 .hero-content h1 {
  color: var(--theme-color-white);
  font-size: clamp(40px, 5.62vw, 90px);
  line-height: 1.11;
}

[data-tm-layout=dark] .hero-2 .hero-content h1 {
  color: var(--headings-color);
}

.hero-2 .hero-content h1 span {
  overflow: hidden;
  position: relative;
}

.hero-2 .hero-content h1 span::before {
  position: absolute;
  bottom: 20px;
  left: -11px;
  right: 0;
  width: 104%;
  height: 20px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#149B93), to(#B7E96C));
  background: linear-gradient(90deg, #149B93 0%, #B7E96C 100%);
  z-index: -1;
}

@media (max-width: 767.98px) {
  .hero-2 .hero-content h1 span::before {
    width: 90%;
    bottom: 10px;
    left: 0;
  }
}

.hero-2 .hero-content .hero-text {
  font-size: 20px;
  color: var(--theme-color-white);
  text-transform: capitalize;
  max-width: 470px;
  margin-top: 30px;
}

[data-tm-layout=dark] .hero-2 .hero-content .hero-text {
  color: var(--text-color);
}

.hero-2 .hero-content .hero-button {
  margin-top: 45px;
}

@media (max-width: 767.98px) {
  .hero-2 .hero-content .hero-button {
    margin-top: 30px;
  }
}

.hero-2 .hero-content .hero-button .theme-btn {
  position: relative;
}

.hero-2 .hero-content .hero-button .theme-btn.btn-style-one {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 100px;
  color: var(--theme-color-white);
  height: 70px;
  padding: 26px 60px;
  padding-right: 100px;
}

.hero-2 .hero-content .hero-button .theme-btn.btn-style-one:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .hero-2 .hero-content .hero-button .theme-btn.btn-style-one {
    height: 60px;
    padding-right: 80px;
  }

  .hero-2 .hero-content .hero-button .theme-btn.btn-style-one .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
  }

  .hero-2 .hero-content .hero-button .theme-btn.btn-style-one .icon svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 575.98px) {
  .hero-2 .hero-content .hero-button .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}

.hero-2 .hero-content .hero-button .theme-btn.btn-style-one:hover {
  background-position: 100% 0;
}

.hero-2 .hero-content .hero-button .theme-btn .icon {
  background-color: var(--theme-color1);
  bottom: 4px;
  border-radius: 50%;
  height: 62px;
  line-height: 65px;
  position: absolute;
  right: 4px;
  top: 4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 62px;
  font-size: 30px;
  color: var(--headings-color);
}

.hero-2 .hero-content .hero-button .theme-btn .icon i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
}

.hero-2 .hero-content .hero-button .theme-btn:hover .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}

.hero-2 .hero-box-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 22px;
  margin-bottom: -90px;
}

@media (max-width: 1199.98px) {
  .hero-2 .hero-box-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

@media (max-width: 767.98px) {
  .hero-2 .hero-box-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.hero-2 .hero-box-items .hero-box {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  padding: 30px 25px;
  max-width: 300px;
}

[data-tm-layout=dark] .hero-2 .hero-box-items .hero-box {
  backdrop-filter: blur(40px);
  background-color: rgb(var(--theme-color-black-rgb), 0.2);
}

.hero-2 .hero-box-items .hero-box .icon {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
  font-size: 40px;
  color: var(--theme-color-white);
}

.hero-2 .hero-box-items .hero-box .content {
  margin-top: 25px;
}

.hero-2 .hero-box-items .hero-box .content h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-color-white);
  margin-bottom: 10px;
}

[data-tm-layout=dark] .hero-2 .hero-box-items .hero-box .content h3 {
  color: var(--headings-color);
}

.hero-2 .hero-box-items .hero-box .content p {
  font-size: 18px;
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .hero-2 .hero-box-items .hero-box .content p {
  color: #ffffff;
}

.hero-2 .hero-box-items .hero-box:hover .icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.hero-3 {
  margin-left: 30px;
  margin-right: 30px;
  /* margin-top: 20px; */
  position: relative;
  z-index: -1;
  /* padding: 160px 90px 0px; */
  /* padding: 88px 90px 0px; */
}

@media (max-width: 1199.98px) {
  .hero-3 {
    margin: 0px;
    /* padding: 150px 30px 0px; */
    background-image: none !important;
    background-color: var(--headings-color);
  }
}

.hero-3 .paper-shape {
  position: absolute;
  bottom: 135px;
  left: 47%;
  -webkit-animation: rounded 5s linear infinite;
  animation: rounded 5s linear infinite;
}

@media (max-width: 1199.98px) {
  .hero-3 .paper-shape {
    display: none;
  }
}

.hero-3 .hero-content {
  position: relative;
  z-index: 9;
  padding-bottom: 120px;
}

@media (max-width: 1199.98px) {
  .hero-3 .hero-content {
    padding: 0px 0px 50px;
  }
}

.hero-3 .hero-content h1 {
  font-size: 90px;
  font-weight: 600;
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .hero-3 .hero-content h1 {
  color: var(--headings-color);
}

@media (max-width: 1199.98px) {
  .hero-3 .hero-content h1 {
    font-size: 56px;
  }
}

@media (max-width: 991.98px) {
  .hero-3 .hero-content h1 {
    font-size: 70px;
    line-height: 130%;
  }
}

@media (max-width: 767.98px) {
  .hero-3 .hero-content h1 {
    font-size: 52px;
  }
}

@media (max-width: 575.98px) {
  .hero-3 .hero-content h1 {
    font-size: 44px;
  }
}

.hero-3 .hero-content h1 span {
  color: var(--theme-color1);
}

.hero-3 .hero-content .text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}

@media (max-width: 1199.98px) {
  .hero-3 .hero-content .text-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.hero-3 .hero-content .text-item p {
  font-size: 18px;
  color: var(--theme-color-white);
  max-width: 530px;
  text-transform: capitalize;
  line-height: 195%;
}

[data-tm-layout=dark] .hero-3 .hero-content .text-item p {
  color: var(--text-color);
}

.hero-3 .hero-content .text-item img {
  border-radius: 50px;
}

.hero-3 .hero-content .hero-button {
  margin-top: 50px;
}

@media (max-width: 767.98px) {
  .hero-3 .hero-content .hero-button {
    margin-top: 30px;
  }
}

.hero-3 .hero-content .hero-button .theme-btn {
  position: relative;
}

.hero-3 .hero-content .hero-button .theme-btn.btn-style-one {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  height: 70px;
  padding: 26px 60px;
  padding-right: 100px;
}

.hero-3 .hero-content .hero-button .theme-btn.btn-style-one .icon svg path {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .hero-3 .hero-content .hero-button .theme-btn.btn-style-one {
    height: 60px;
    padding-right: 80px;
  }

  .hero-3 .hero-content .hero-button .theme-btn.btn-style-one .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
  }

  .hero-3 .hero-content .hero-button .theme-btn.btn-style-one .icon svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 575.98px) {
  .hero-3 .hero-content .hero-button .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}

.hero-3 .hero-content .hero-button .theme-btn.btn-style-one:hover .icon {
  background-color: var(--headings-color);
  color: var(--theme-color-white);
}

.hero-3 .hero-content .hero-button .theme-btn .icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-black);
  border-radius: 50%;
  bottom: 4px;
  font-size: 50px;
  height: 62px;
  line-height: 72px;
  position: absolute;
  right: 4px;
  text-align: center;
  top: 4px;
  width: 62px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hero-3 .hero-image {
  position: relative;
  z-index: 1;
  margin-left: 30px;
}

.hero-3 .hero-image .ellipse-shape {
  position: absolute;
  left: -42%;
  top: 0;
  z-index: -1;
}

.hero-3 .hero-image .text-circle {
  position: absolute;
  top: 30%;
  right: 14%;
  z-index: 9;
}

@media (max-width: 575.98px) {
  .hero-3 .hero-image .text-circle {
    display: none;
  }
}

.hero-3 .hero-image .text-circle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: var(--theme-color1);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.hero-3 .hero-image .text-circle .star {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-4 {
  position: relative;
  padding-top: 100px;
}

@media (max-width: 991.98px) {
  .hero-4 {
    padding-top: 70px;
  }
}

.hero-4 .ellipse-bg {
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.hero-4 .right-shape {
  position: absolute;
  top: 0;
  right: 90px;
}

@media (max-width: 1699.98px) {
  .hero-4 .right-shape {
    display: none;
  }
}

.hero-4 .container-fluid {
  padding: 0 90px;
}

@media (max-width: 1699.98px) {
  .hero-4 .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 1399.98px) {
  .hero-4 .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 1199.98px) {
  .hero-4 .container-fluid {
    padding: 0 30px;
  }
}

.hero-4 .hero-content h1 {
  font-size: 110px;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .hero-4 .hero-content h1 {
    font-size: 90px;
  }

  .hero-4 .hero-content h1 br {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .hero-4 .hero-content h1 {
    font-size: 80px;
  }
}

@media (max-width: 767.98px) {
  .hero-4 .hero-content h1 {
    font-size: 65px;
  }
}

@media (max-width: 575.98px) {
  .hero-4 .hero-content h1 {
    font-size: 48px;
  }
}

.hero-4 .hero-content h1 span {
  font-weight: 400;
  background: var(--Linear, linear-gradient(90deg, #C8F169 0%, #039397 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-4 .image-box {
  position: relative;
  margin-top: 65px;
}

@media (max-width: 767.98px) {
  .hero-4 .image-box {
    margin-top: 30px;
  }
}

.hero-4 .image-box .image-1 {
  margin-bottom: 0;
  position: relative;
  max-width: 1720px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1720 826"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 786C0 808.091 17.9086 826 40 826H1680C1702.09 826 1720 808.091 1720 786V334C1720 311.909 1702.09 294 1680 294H1363C1340.91 294 1323 276.091 1323 254V40C1323 17.9086 1305.09 0 1283 0H40C17.9086 0 0 17.9086 0 40V786Z" /></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1720 826"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 786C0 808.091 17.9086 826 40 826H1680C1702.09 826 1720 808.091 1720 786V334C1720 311.909 1702.09 294 1680 294H1363C1340.91 294 1323 276.091 1323 254V40C1323 17.9086 1305.09 0 1283 0H40C17.9086 0 0 17.9086 0 40V786Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.hero-4 .image-box .image-1 img {
  width: 100%;
  height: 100%;
}

.hero-4 .image-box .shape-image3 {
  bottom: 70px;
  left: -80px;
  position: absolute;
}

@media (max-width: 1599.98px) {
  .hero-4 .image-box .shape-image3 {
    left: 0;
  }
}

@media (max-width: 991.98px) {
  .hero-4 .image-box .shape-image3 {
    display: none;
  }
}

.hero-4 .image-box .customer-info {
  background-color: var(--theme-color-white);
  border-radius: 50px;
  max-width: 370px;
  padding: 25px 24px 25px 40px;
  position: absolute;
  right: 0;
  top: 0px;
  width: 100%;
}

@media (max-width: 1699.98px) {
  .hero-4 .image-box .customer-info {
    max-width: 282px;
    padding: 25px 24px 25px 30px;
  }
}

@media (max-width: 767.98px) {
  .hero-4 .image-box .customer-info {
    padding: 20px;
    max-width: 325px;
  }
}

@media (max-width: 575.98px) {
  .hero-4 .image-box .customer-info {
    position: static;
  }
}

.hero-4 .image-box .customer-info .count-outer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--theme-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .hero-4 .image-box .customer-info .count-outer {
    gap: 18px;
  }
}

.hero-4 .image-box .customer-info .count-outer .count-box {
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  font-size: 50px;
  font-weight: 600;
  line-height: var(--line-height-heading-h2);
}

@media (max-width: 1699.98px) {
  .hero-4 .image-box .customer-info .count-outer .count-box {
    font-size: 39px;
  }
}

@media (max-width: 767.98px) {
  .hero-4 .image-box .customer-info .count-outer .count-box {
    font-size: 30px;
  }
}

.hero-4 .image-box .customer-info .title {
  font-weight: 600;
  color: var(--headings-color);
  font-size: 36px;
  line-height: 120%;
}

@media (max-width: 1699.98px) {
  .hero-4 .image-box .customer-info .title {
    font-size: 25px;
  }
}

@media (max-width: 767.98px) {
  .hero-4 .image-box .customer-info .title {
    font-size: 22px;
  }
}

.hero-4 .image-box .customer-info .text {
  color: var(--theme-color-gray);
  font-family: var(--heading-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: 1.8125;
}

.hero-5 {
  position: relative;
  z-index: 9999;
  margin-bottom: 0;
}

.hero-5::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(103deg, rgba(6, 41, 40, 0.9) 38.63%, rgba(11, 49, 48, 0) 96.73%);
  z-index: -1;
}

[data-tm-layout=dark] .hero-5::before {
  background: linear-gradient(99.16deg, rgba(6, 41, 40, 0.72) 4.26%, rgba(11, 49, 48, 0) 96.92%);
}

.hero-5 .banner-outer .hero-content {
  position: relative;
  padding: 240px 110px 140px;
}

@media (max-width: 991.98px) {
  .hero-5 .banner-outer .hero-content {
    padding: 200px 50px 100px;
  }
}

@media (max-width: 575.98px) {
  .hero-5 .banner-outer .hero-content {
    padding: 150px 30px 80px;
  }
}

.hero-5 .banner-outer .hero-content .star {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .hero-5 .banner-outer .hero-content .star {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.hero-5 .banner-outer .hero-content .star .icon {
  color: var(--theme-color1);
}

.hero-5 .banner-outer .hero-content .star .star-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-left: 20px;
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  margin-bottom: 0;
  color: var(--theme-color-white);
}

@media (max-width: 575.98px) {
  .hero-5 .banner-outer .hero-content .star .star-title {
    margin-left: 0;
  }
}

[data-tm-layout=dark] .hero-5 .banner-outer .hero-content .star .star-title {
  color: var(--headings-color);
}

.hero-5 .banner-outer .hero-content .banner-title {
  font-size: 90px;
  line-height: 110px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--theme-color-white);
  font-size: clamp(36px, 4.7vw, 90px);
  line-height: 1.2;
}

[data-tm-layout=dark] .hero-5 .banner-outer .hero-content .banner-title {
  color: var(--headings-color);
}

.hero-5 .banner-outer .hero-content .hero-button {
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

.hero-5 .banner-outer .hero-content .hero-button .video-btn {
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--theme-color-white);
  border: 1px solid var(--theme-color-white);
}

[data-tm-layout=dark] .hero-5 .banner-outer .hero-content .hero-button .video-btn {
  color: #ffffff;
  border-color: #ffffff;
}

.hero-5 .banner-outer .hero-content .hero-button .btn-title {
  color: var(--theme-color-white);
  margin-bottom: 0px;
}

[data-tm-layout=dark] .hero-5 .banner-outer .hero-content .hero-button .btn-title {
  color: var(--headings-color);
}

.hero-5 .banner-outer .hero-box-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 991.98px) {
  .hero-5 .banner-outer .hero-box-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    gap: 0;
  }
}

.hero-5 .banner-outer .hero-box-items .content-box {
  max-width: 33%;
  width: 100%;
  padding: 30px 0;
  border-right: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 991.98px) {
  .hero-5 .banner-outer .hero-box-items .content-box {
    max-width: 100%;
    border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  }
}

.hero-5 .banner-outer .hero-box-items .content-box:last-child {
  border-right: none;
}

@media (max-width: 991.98px) {
  .hero-5 .banner-outer .hero-box-items .content-box:last-child {
    max-width: 100%;
    border-bottom: none;
  }
}

.hero-5 .banner-outer .hero-box-items .content-box p {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: var(--theme-color-white);
  margin-bottom: 0;
}

[data-tm-layout=dark] .hero-5 .banner-outer .hero-box-items .content-box p {
  color: var(--headings-color);
}

.hero-6 {
  position: relative;
  overflow: hidden;
  padding: 0 50px;
  padding-top: 150px;
}

@media (max-width: 991.98px) {
  .hero-6 {
    padding: 180px 30px 100px;
  }
}

@media (max-width: 575.98px) {
  .hero-6 {
    padding: 150px 0px 80px;
  }
}

.hero-6 .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background: #144443;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 51% 100%, 42% 90%, 0 90%);
}

@media (max-width: 1199.98px) {
  .hero-6 .bg-layer {
    clip-path: none;
  }
}

.hero-6 .bg-layer .shape-1 {
  position: absolute;
  top: 68%;
  left: 0;
}

.hero-6 .bg-layer .shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-6 .paper-shape {
  position: absolute;
  bottom: 48%;
  right: 0px;
  pointer-events: none;
  -webkit-animation: rounded 5s linear infinite;
  animation: rounded 5s linear infinite;
}

@media (max-width: 1399.98px) {
  .hero-6 .paper-shape {
    display: none;
  }
}

.hero-6 .shape-image1 {
  position: absolute;
  bottom: 35%;
  right: 54px;
  pointer-events: none;
}

@media (max-width: 1199.98px) {
  .hero-6 .shape-image1 {
    display: none;
  }
}

.hero-6 .banner-content {
  position: relative;
  z-index: 9;
  height: 100%;
  padding-top: 95px;
}

@media (max-width: 991.98px) {
  .hero-6 .banner-content {
    padding-top: 0;
  }
}

.hero-6 .banner-content h1 {
  font-size: 76px;
  font-weight: 600;
  line-height: 85px;
  color: var(--theme-color-white);
  font-size: clamp(36px, 3.95vw, 76px);
  line-height: 1.2;
}

[data-tm-layout=dark] .hero-6 .banner-content h1 {
  color: #ffffff;
}

.hero-6 .banner-content .text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-top: 15px;
}

@media (max-width: 1199.98px) {
  .hero-6 .banner-content .text-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.hero-6 .banner-content .text-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  text-transform: capitalize;
  color: var(--theme-color-white);
  max-width: 650px;
}

[data-tm-layout=dark] .hero-6 .banner-content .text-item p {
  color: #ffffff;
}

.hero-6 .banner-content .hero-button {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .hero-6 .banner-content .hero-button {
    margin-top: 30px;
  }
}

.hero-6 .banner-content .hero-button .btn-style-three:hover .icon {
  color: var(--theme-color-white);
}

.hero-6 .banner-content .banner-user {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding-top: 30px;
  padding-right: 20px;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

@media (max-width: 1199.98px) {
  .hero-6 .banner-content .banner-user {
    display: none;
  }
}

.hero-6 .banner-content .banner-user ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-6 .banner-content .banner-user ul li {
  width: 66px;
  height: 66px;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
  margin-left: -15px;
  color: var(--theme-color-black);
  background-color: var(--theme-color1);
  border: 2px solid var(--theme-color-white);
}

.hero-6 .banner-content .banner-user ul li:first-child {
  margin-left: 0;
}

.hero-6 .banner-content .banner-user .user-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  max-width: 188px;
  color: var(--headings-color);
  margin-bottom: 0;
}

.hero-6 .banner-content .banner-user .user-title span {
  font-weight: 700;
}

.hero-6 .banner-image {
  position: relative;
  z-index: 1;
  margin-right: -140px;
}

@media (max-width: 1199.98px) {
  .hero-6 .banner-image {
    margin-right: 0;
  }
}

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

.hero-6 .banner-image .circle-shape {
  position: absolute;
  top: 12%;
  right: -120px;
  left: -70px;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

@media (max-width: 575.98px) {
  .hero-6 .banner-image .circle-shape {
    display: none;
  }
}

.hero-6 .banner-image .circle-shape .circle-light {
  position: absolute;
  left: 15%;
  top: 10%;
  width: 490px;
  height: 490px;
}

.hero-6 .banner-image .circle-shape .circle-light:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;
  inset: 0;
  border-radius: 50%;
  background-color: rgba(200, 241, 105, 0.2);
  -webkit-filter: blur(120px);
  filter: blur(120px);
}

.hero-6 .banner-image .icon-box {
  font-size: 50px;
}

.hero-6 .banner-image .banner-quote {
  position: absolute;
  bottom: 108px;
  left: -30%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 25px;
  max-width: 335px;
  border-radius: 10px;
  background-color: var(--theme-color-white);
}

[data-tm-layout=dark] .hero-6 .banner-image .banner-quote {
  background-color: var(--theme-color1);
}

@media (max-width: 1199.98px) {
  .hero-6 .banner-image .banner-quote {
    bottom: 170px;
    left: 0;
  }
}

@media (max-width: 991.98px) {
  .hero-6 .banner-image .banner-quote {
    display: none;
  }
}

.hero-6 .banner-image .banner-quote .content-box .content-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -3%;
  color: var(--headings-color);
  margin-bottom: 10px;
}

[data-tm-layout=dark] .hero-6 .banner-image .banner-quote .content-box .content-title {
  color: var(--theme-color-white);
}

.hero-6 .banner-image .banner-quote .content-box .content-text {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: var(--text-color);
}

[data-tm-layout=dark] .hero-6 .banner-image .banner-quote .content-box .content-text {
  color: #4B535D;
}

.hero-7 {
  position: relative;
  overflow: hidden;
  margin: 0 30px;
  padding: 70px 60px;
  border-radius: 30px;
}

@media (max-width: 767.98px) {
  .hero-7 {
    margin: 0;
    padding: 70px 30px;
  }
}

@media (max-width: 575.98px) {
  .hero-7 {
    padding: 70px 15px;
  }
}

.hero-7 .container-fluid {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-7 .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-7 .banner-shape {
  position: absolute;
  right: 70px;
  bottom: 70px;
  border-radius: 10px;
  overflow: hidden;
}

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

.hero-7 .banner-content {
  position: relative;
  z-index: 9;
  height: 100%;
  border-radius: 30px;
  padding: 145px 80px 145px;
  max-width: 785px;
  width: 100%;
  overflow: hidden;
  background-color: var(--theme-color-white);
}

@media (max-width: 1399.98px) {
  .hero-7 .banner-content {
    padding: 100px 50px;
    max-width: 700px;
  }
}

@media (max-width: 767.98px) {
  .hero-7 .banner-content {
    padding: 80px 30px;
  }
}

@media (max-width: 575.98px) {
  .hero-7 .banner-content {
    padding: 80px 15px;
  }
}

.hero-7 .banner-content .anim-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-7 .banner-content .anim-icons .shape-image-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}

.hero-7 .banner-content .anim-icons .shape-image-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.2;
}

.hero-7 .banner-content .banner-know-box {
  padding: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  border-radius: 100px;
  padding-right: 35px;
  margin-bottom: 20px;
  border: 1px solid #CBCBCB;
}

@media (max-width: 575.98px) {
  .hero-7 .banner-content .banner-know-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    padding: 0;
  }
}

.hero-7 .banner-content .banner-know-box .icon {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
  color: var(--theme-color-white);
  background: linear-gradient(138.29deg, #C8F169 5.12%, #039397 100%);
}

.hero-7 .banner-content .banner-know-box .text {
  font-family: var(--heading-font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: var(--headings-color);
}

.hero-7 .banner-content .title {
  font-weight: 700;
  font-size: 80px;
  line-height: 90px;
  color: var(--headings-color);
  text-transform: capitalize;
  margin-bottom: 25px;
  font-size: clamp(36px, 4.15vw, 80px);
  line-height: 1.2;
}

.hero-7 .banner-content .banner-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  text-transform: capitalize;
  color: var(--text-color);
  margin-bottom: 30px;
}

.hero-7 .banner-content .hero-button {
  margin-top: 30px;
}

.hero-7 .banner-content .hero-button .btn-style-two {
  padding: 25px 60px;
  padding-right: 90px;
}

.hero-7 .banner-content .hero-button .btn-style-two:hover .icon {
  background-color: var(--headings-color);
}

.hero-7 .banner-content .hero-button .btn-style-two .icon {
  width: 62px;
  height: 62px;
  line-height: 62px;
  background-color: var(--theme-color1);
}

/*** 

====================================================================
    Features Section
====================================================================

***/
.feature-left-content-1 {
  padding: 40px 60px;
  height: 100%;
  background-color: #E4F4F2;
  position: relative;
  z-index: 9;
}

[data-tm-layout=dark] .feature-left-content-1 {
  background-color: var(--dark-color2);
}

.feature-left-content-1 .down-shape {
  position: absolute;
  top: 28px;
  right: 14px;
  z-index: -1;
}

.feature-left-content-1 .spiral-shape {
  position: absolute;
  left: 37px;
  bottom: 75px;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .feature-left-content-1 {
    padding: 40px 30px;
  }
}

.feature-left-content-1 h2 {
  font-size: 40px;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .feature-left-content-1 h2 {
    font-size: 30px;
  }
}

.feature-left-content-1 .client-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 20px;
}

.feature-left-content-1 .client-image img {
  border-radius: 50%;
  border: 1px solid #fff;
}

.feature-left-content-1 .client-image .icon-2 {
  margin-left: -15px;
}

.feature-left-content-1 .client-image .icon-3 {
  margin-left: -15px;
}

.feature-left-content-1 .client-image .icon-4 {
  margin-left: -15px;
}

.feature-left-content-1 h4 {
  font-size: 20px;
  line-height: 1;
}

.feature-left-content-1 .star i {
  color: #FFC65E;
}

.feature-left-content-1 .star span {
  font-size: 14px;
  font-weight: bold;
  color: #0B3130;
}

.feature-business-solution-items-1 {
      background: #052221;
     
}

.feature-business-solution-items-1 .business-image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
}

.feature-business-solution-items-1 .business-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.feature-business-solution-items-1 .business-image img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.feature-business-solution-items-1 .business-image img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.feature-business-solution-items-1 .business-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-business-solution-items-1 .business-image .business-layer-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feature-business-solution-items-1 .business-image .business-layer-wrapper .business-layer-image {
  width: 25%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: cover;
  position: relative;
}

.feature-business-solution-items-1 .business-image .business-layer-wrapper .business-layer-image:nth-child(1) {
  background-position: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.feature-business-solution-items-1 .business-image .business-layer-wrapper .business-layer-image:nth-child(2) {
  background-position: 33.33%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.feature-business-solution-items-1 .business-image .business-layer-wrapper .business-layer-image:nth-child(3) {
  background-position: 66.66%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.feature-business-solution-items-1 .business-image .business-layer-wrapper .business-layer-image:nth-child(4) {
  background-position: 100%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.feature-business-solution-items-1 .content {
  /*margin-top: -40px;*/
  padding: 40px 60px;
  padding-top: 0;
  position: relative;
  z-index: 9;
}

@media (max-width: 1199.98px) {
  .feature-business-solution-items-1 .content {
    /*margin-top: -40px;*/
    padding: 40px 35px;
    padding-top: 0;
  }
}

.feature-business-solution-items-1 .content .icon {
    background-image: linear-gradient(256deg, rgb(83 135 86) 19%, rgb(160 187 144) 47%) !important;
  /*background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));*/
  /*background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);*/
  background-size: 200%;
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 35px;
  height: 70px;
  line-height: 65px;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 70px;
  z-index: 0;
  margin-top: -16px;
}

.feature-business-solution-items-1 .content .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}

.feature-business-solution-items-1 .content h3 {
  color: #ffffff;
  font-size:19px;
}

.feature-business-solution-items-1 .content p {
  font-size: 14px;
  /*color: #ffffff;*/
}

.feature-business-solution-items-1:hover .business-image img:nth-child(1) {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.feature-business-solution-items-1:hover .business-image img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.feature-business-solution-items-1:hover .content .icon {
  background-position: 100% 0;
}

.feature-business-solution-items-1:hover .content .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

[data-tm-layout=dark] .business-solution-section {
  margin-top: 10px;
  background-color: var(--dark-color1);
}

.feature-business-solution-items-2 {
  background: #052221;
}

.feature-business-solution-items-2 .business-image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
}

.feature-business-solution-items-2 .business-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.feature-business-solution-items-2 .business-image img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.feature-business-solution-items-2 .business-image img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.feature-business-solution-items-2 .business-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-business-solution-items-2 .business-image .business-layer-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feature-business-solution-items-2 .business-image .business-layer-wrapper .business-layer-image {
  width: 25%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: cover;
  position: relative;
}

.feature-business-solution-items-2 .business-image .business-layer-wrapper .business-layer-image:nth-child(1) {
  background-position: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.feature-business-solution-items-2 .business-image .business-layer-wrapper .business-layer-image:nth-child(2) {
  background-position: 33.33%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.feature-business-solution-items-2 .business-image .business-layer-wrapper .business-layer-image:nth-child(3) {
  background-position: 66.66%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.feature-business-solution-items-2 .business-image .business-layer-wrapper .business-layer-image:nth-child(4) {
  background-position: 100%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.feature-business-solution-items-2 .content {
  padding: 40px 60px;
  padding-bottom: 0;
  position: relative;
  z-index: 9;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 40px;
}

@media (max-width: 1199.98px) {
  .feature-business-solution-items-2 .content {
    margin-top: 0;
    padding: 40px 35px;
    padding-bottom: 0;
  }
}

.feature-business-solution-items-2 .content .icon {
  /*background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));*/
  /*background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);*/
  background-size: 200%;
  border-radius: 50%;
  color: var(--theme-color-white);
  height: 70px;
  line-height: 65px;
  margin-bottom: -35px;
  margin-top: 20px;
  font-size: 34px;
  text-align: center;
  width: 70px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.feature-business-solution-items-2 .content .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}

.feature-business-solution-items-2 .content h3 {
  color: #ffffff;
  font-size: 19px;
}

.feature-business-solution-items-2 .content p {
  font-size: 14px;
  /*color: #ffffff;*/
}

.feature-business-solution-items-2:hover .business-image img:nth-child(1) {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.feature-business-solution-items-2:hover .business-image img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.feature-business-solution-items-2:hover .content .icon {
  background-position: 100% 0;
}

.feature-business-solution-items-2:hover .content .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* gap: 20px; */
  gap:1px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
}

@media (max-width: 1199.98px) {
  .counter-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    /* justify-content: flex-start; */
  }
}

.counter-box-1 {
      width: 200px;
    height: 200px;
    border-radius: 320px;
    border: 1px solid #D2D2D2;
    text-align: center;
    padding-top: 53px;
  /* width: 312px;
  height: 312px;
  border-radius: 320px;
  border: 1px solid #D2D2D2;
  text-align: center;
  padding-top: 70px; */
}

[data-tm-layout=dark] .counter-box-1 {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1399.98px) {
  .counter-box-1 {
           width: 150px;
        height: 150px;
        /* padding-top: 60px; */
        padding-top: 39px;
  }
}

@media (max-width: 991.98px) {
  .counter-box-1 {
    /* width: 215px;
    height: 215px;
    padding-top: 40px; */
            width: 192px;
        height: 192px;
        padding-top: 38px;
  }
}

@media (max-width: 767.98px) {
  .counter-box-1 {
    width: 250px;
    height: 250px;
    padding-top: 45px;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .counter-box-1 {
    /* width: 230px;
    height: 230px;
    padding-top: 45px; */
            width: 150px;
        height: 150px;
        padding-top: 38px;
  }
}

.counter-box-1 h2 {
  font-size: 34px;
    font-weight: 400;
    margin-bottom: 0;
  /* font-size: 96px;
  font-weight: 400;
  margin-bottom: 0; */
}

@media (max-width: 1399.98px) {
  .counter-box-1 h2 {
    /* font-size: 80px; */
    font-size: 29px;
  }
}

@media (max-width: 991.98px) {
  .counter-box-1 h2 {
    font-size: 47px;
  }
}

@media (max-width: 767.98px) {
  .counter-box-1 h2 {
    font-size: 75px;
  }
}

@media (max-width: 575.98px) {
  .counter-box-1 h2 {
   font-size: 19px;
  }
}

.counter-box-1 p {
  font-size: 13px;
  font-weight: 500;
  max-width: 140px;
  line-height: 133%;
  margin: 0 auto;
  color: #144443;
}

[data-tm-layout=dark] .counter-box-1 p {
  color: rgba(204, 204, 204, 0.8);
}

.cta-contact-wrapper {
  border-radius: 20px;
  padding: 40px 100px;
  padding-left: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.cta-contact-wrapper::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #144443;
  z-index: -1;
  opacity: 0.9;
}

@media (max-width: 1199.98px) {
  .cta-contact-wrapper {
    padding-left: 100px;
  }
}

@media (max-width: 991.98px) {
  .cta-contact-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .cta-contact-wrapper {
    padding: 40px;
  }
}

.cta-contact-wrapper .btn-style-one {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  color: var(--theme-color-white);
}

.cta-contact-wrapper .btn-style-one:before {
  display: none;
}

.cta-contact-wrapper .btn-style-one:hover {
  background-position: 100% 0;
}

.cta-contact-wrapper .left-shape {
  position: absolute;
  left: 100px;
  top: 0;
}

@media (max-width: 1199.98px) {
  .cta-contact-wrapper .left-shape {
    display: none;
  }
}

.cta-contact-section {
  position: relative;
  z-index: 9;
}

.cta-contact-section::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background-color: #F5F5F5;
  height: 50%;
}

[data-tm-layout=dark] .cta-contact-section::before {
  background-color: var(--dark-color2);
}

.benifit-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 80px;
}

[data-tm-layout=dark] .benifit-wrapper {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.benifit-box-items-style-1 {
  margin-top: 30px;
}

.benifit-box-items-style-1 .benifit-image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.benifit-box-items-style-1 .benifit-image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.benifit-box-items-style-1 .benifit-image img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.benifit-box-items-style-1 .benifit-image img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.benifit-box-items-style-1 .benifit-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.benifit-box-items-style-1 .benifit-image .benifit-layer-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.benifit-box-items-style-1 .benifit-image .benifit-layer-wrapper .benifit-layer-image {
  width: 25%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: cover;
  border-radius: 5px;
  position: relative;
}

.benifit-box-items-style-1 .benifit-image .benifit-layer-wrapper .benifit-layer-image:nth-child(1) {
  background-position: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.benifit-box-items-style-1 .benifit-image .benifit-layer-wrapper .benifit-layer-image:nth-child(2) {
  background-position: 33.33%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  border-radius: 0 !important;
}

.benifit-box-items-style-1 .benifit-image .benifit-layer-wrapper .benifit-layer-image:nth-child(2)::before {
  border-radius: 0 !important;
}

.benifit-box-items-style-1 .benifit-image .benifit-layer-wrapper .benifit-layer-image:nth-child(3) {
  background-position: 66.66%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  border-radius: 0 !important;
}

.benifit-box-items-style-1 .benifit-image .benifit-layer-wrapper .benifit-layer-image:nth-child(3)::before {
  border-radius: 0 !important;
}

.benifit-box-items-style-1 .benifit-image .benifit-layer-wrapper .benifit-layer-image:nth-child(4) {
  background-position: 100%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.benifit-box-items-style-1 .benefit-content {
  margin-top: 25px;
}

.benifit-box-items-style-1 .benefit-content h3 {
  margin-bottom: 5px;
}

.benifit-box-items-style-1 .benefit-content .arrow-icon {
  margin-top: 20px;
  display: inline-block;
  font-size: 30px;
  color: var(--headings-color);
  -webkit-transform: rotate(-47deg);
  transform: rotate(-47deg);
}

.benifit-box-items-style-1 .benefit-content .arrow-icon svg {
  -webkit-transform: rotate(-47deg);
  transform: rotate(-47deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

[data-tm-layout=dark] .benifit-box-items-style-1 .benefit-content .arrow-icon svg path {
  fill: var(--link-color);
}

.benifit-box-items-style-1 .benefit-content .arrow-icon:hover {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.benifit-box-items-style-1:hover .benifit-image img:nth-child(1) {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.benifit-box-items-style-1:hover .benifit-image img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.benifit-box-items-style-2 {
  margin-top: 30px;
  position: relative;
  z-index: 9;
  border-radius: 10px;
  padding: 20px 30px;
}

@media (max-width: 1199.98px) {
  .benifit-box-items-style-2 {
    padding: 30px;
  }
}

.benifit-box-items-style-2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 10px;
  opacity: 0.95;
  background: #144443;
  z-index: -1;
}

.benifit-box-items-style-2 .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background: var(--theme-color-white);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 10px;
}

[data-tm-layout=dark] .benifit-box-items-style-2 .nav {
  background-color: rgb(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 767.98px) {
  .benifit-box-items-style-2 .nav {
    border-radius: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.benifit-box-items-style-2 .nav .nav-item .nav-link {
  padding: 21px 40px;
  font-size: 16px;
  font-weight: 500;
  color: var(--headings-color);
  border-radius: 100px;
  line-height: 1;
}

@media (max-width: 1399.98px) {
  .benifit-box-items-style-2 .nav .nav-item .nav-link {
    font-size: 15px;
    padding: 18px 20px;
  }
}

.benifit-box-items-style-2 .nav .nav-item .nav-link.active {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  color: var(--theme-color-white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.benifit-box-items-style-2 .nav .nav-item .nav-link.active:hover {
  background-position: 100% 0;
}

.benifit-box-items-style-2 .tab-content {
  padding: 30px 40px;
}

@media (max-width: 1399.98px) {
  .benifit-box-items-style-2 .tab-content {
    padding: 23px 0 0px;
  }
}

.benifit-box-items-style-2 .why-choose-list {
  max-width: 410px;
}

.benifit-box-items-style-2 .why-choose-list h3 {
  font-size: 26px;
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .benifit-box-items-style-2 .why-choose-list h3 {
  color: var(--headings-color);
}

.benifit-box-items-style-2 .why-choose-list p {
  font-size: 16px;
  margin-top: 10px;
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .benifit-box-items-style-2 .why-choose-list p {
  color: rgba(204, 204, 204, 0.8);
}

.benifit-box-items-style-2 .about-list {
  margin-top: 20px;
}

.benifit-box-items-style-2 .about-list li {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .benifit-box-items-style-2 .about-list li {
  color: #ffffff;
}

.benifit-box-items-style-2 .about-list li:not(:last-child) {
  margin-bottom: 13px;
}

.benifit-box-items-style-2 .about-list li .icon {
  position: relative;
  color: var(--headings-color);
  font-size: 14px;
}

.benifit-box-items-style-2 .about-list li .icon img {
  position: relative;
  z-index: 9;
}

.benifit-box-items-style-2 .about-list li .icon::before {
  position: absolute;
  top: 2px;
  right: -4px;
  content: "";
  background-color: var(--theme-color1);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  z-index: -1;
}

.lets-talk-banner-wrapper {
  position: relative;
}

.lets-talk-banner-wrapper .lets-talk-banner-content h2 {
  font-size: 100px;
  font-weight: 700;
  color: var(--theme-color-white);
  line-height: 110%;
  margin-bottom: 20px;
}

[data-tm-layout=dark] .lets-talk-banner-wrapper .lets-talk-banner-content h2 {
  color: var(--headings-color);
}

@media (max-width: 1199.98px) {
  .lets-talk-banner-wrapper .lets-talk-banner-content h2 {
    font-size: 80px;
  }
}

@media (max-width: 767.98px) {
  .lets-talk-banner-wrapper .lets-talk-banner-content h2 {
    font-size: 65px;
  }
}

@media (max-width: 575.98px) {
  .lets-talk-banner-wrapper .lets-talk-banner-content h2 {
    font-size: 45px;
  }
}

.lets-talk-banner-wrapper .lets-talk-banner-content p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--theme-color-white);
  padding-bottom: 70px;
  margin-bottom: 45px;
  max-width: 745px;
}

[data-tm-layout=dark] .lets-talk-banner-wrapper .lets-talk-banner-content p {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .lets-talk-banner-wrapper .lets-talk-banner-content p {
    padding-bottom: 30px;
  }
}

.lets-talk-banner-wrapper .lets-talk-banner-content .count-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
}

@media (max-width: 1199.98px) {
  .lets-talk-banner-wrapper .lets-talk-banner-content .count-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
  }
}

.lets-talk-banner-wrapper .lets-talk-banner-content .count-item .count-box h2 {
  font-weight: 500;
  font-size: 64px;
  color: var(--theme-color-white);
  line-height: 53%;
  margin-bottom: 20px;
}

[data-tm-layout=dark] .lets-talk-banner-wrapper .lets-talk-banner-content .count-item .count-box h2 {
  color: #ffffff;
}

.lets-talk-banner-wrapper .lets-talk-banner-content .count-item .count-box span {
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .lets-talk-banner-wrapper .lets-talk-banner-content .count-item .count-box span {
  color: #ffffff;
}

.lets-talk-banner-wrapper .circle-box {
  width: 160px;
  min-width: 160px;
  height: 160px;
  text-align: center;
  border-radius: 50%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  background-color: var(--theme-color1);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  color: var(--headings-color);
  position: relative;
}

.lets-talk-banner-wrapper .circle-box span {
  position: relative;
  z-index: 9;
  max-width: 70px;
  display: inline-block;
  color: var(--theme-color2);
  font-weight: 500;
}

.lets-talk-banner-wrapper .circle-box span i {
  font-size: 40px;
  color: var(--headings-color);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  margin-top: 5px;
}

.lets-talk-banner-wrapper .circle-box svg {
  margin-top: 10px;
  text-align: center;
}

.lets-talk-banner-wrapper .circle-box::before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: rgba(20, 68, 67, 0.9);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
  opacity: 0;
}

.lets-talk-banner-wrapper .circle-box::after {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  content: "";
  background: var(--theme-color1);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
  z-index: 0;
  opacity: 0;
}

.lets-talk-banner-wrapper .circle-box:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.lets-talk-banner-wrapper .circle-box:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.lets-talk-banner-wrapper .circle-box:hover span {
  color: var(--headings-color);
}

.lets-talk-banner-section {
  position: relative;
  margin: 0 30px;
  border-radius: 50px;
}

@media (max-width: 1399.98px) {
  .lets-talk-banner-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .lets-talk-banner-section {
    margin: 0 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.lets-talk-banner-section::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 34, 34, 0.8)), to(rgba(34, 34, 34, 0.8)));
  background: linear-gradient(0deg, rgba(34, 34, 34, 0.8) 0%, rgba(34, 34, 34, 0.8) 100%);
}

.lets-talk-banner-section .blur-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.lets-talk-banner-section .blur-shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.benifit-section {
  padding: 80px 0;
  position: relative;
}

.benifit-section .circle-shape {
  position: absolute;
  right: 0;
  top: 10%;
}

@media (max-width: 1399.98px) {
  .benifit-section .circle-shape {
    display: none;
  }
}

.benefit-feature-wrapper {
  padding-top: 100px;
}

@media (max-width: 1199.98px) {
  .benefit-feature-wrapper {
    padding-top: 70px;
  }
}

.icon-items-style-2 .icon {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 50%;
  height: 65px;
  line-height: 65px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 65px;
  font-size: 30px;
  color: var(--theme-color-white);
}

.icon-items-style-2 .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}

.icon-items-style-2 .content {
  margin-top: 20px;
}

.icon-items-style-2 .content p {
  font-size: 18px;
}

.icon-items-style-2:hover .icon {
  background-position: 100% 0;
}

.icon-items-style-2:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.feature-section-3 {
  margin: 0px 30px 0;
}

.feature-box-3 {
  background-color: var(--theme-color-white);
  border-radius: 30px;
  padding: 45px 50px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.feature-box-3 .arrow-shape {
  position: absolute;
  right: 30px;
  bottom: -40px;
  z-index: -1;
}

.feature-box-3 .client-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin-bottom: 30px; */
}

.feature-box-3 .client-image img {
  border-radius: 50%;
  border: 1px solid #fff;
}

.feature-box-3 .client-image .icon-2 {
  margin-left: -15px;
}

.feature-box-3 .client-image .icon-3 {
  margin-left: -15px;
}

.feature-box-3 .client-image .icon-4 {
  margin-left: -15px;
}

.feature-box-3 span {
  font-size: 40px;
  color: var(--headings-color);
  display: inline-block;
}

@media (max-width: 469.98px) {
  .feature-box-3 span {
    font-size: 34px;
    line-height: 1;
  }
}

.feature-box-3 span b {
  font-weight: 600;
  color: var(--headings-color);
}

.feature-box-3 .theme-btn {
  position: relative;
  /* margin-top: 15px; */
}

@media (max-width: 767.98px) {
  .feature-box-3 .theme-btn {
    margin-top: 30px;
  }
}

.feature-box-3 .theme-btn.btn-style-one {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(90deg, rgba(17, 43, 29, 1) 50%, rgba #7f996e (127, 153, 110, 1) 100%);
  /* background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%); */
  /*background-size: 200%;*/
  /* background-image: linear-gradient(to left, #e6913e 0%, #8fab7f 50%, #e49139 100%); */
  border-radius: 100px;
  /*background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);*/
  color: var(--theme-color-white);
      height: 57px;
    padding: 17px 21px;
    padding-right: 68px;
}

@media only screen and (max-width: 767px) {
  .feature-box-3 .theme-btn.btn-style-one {
    height: 60px;
    padding-right: 80px;
  }

  .feature-box-3 .theme-btn.btn-style-one .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
  }

  .feature-box-3 .theme-btn.btn-style-one .icon svg {
    width: 15px;
    height: 15px;
  }
}

.feature-box-3 .theme-btn.btn-style-one:before {
  display: none;
}

@media (max-width: 575.98px) {
  .feature-box-3 .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}

@media (max-width: 469.98px) {
  .feature-box-3 .theme-btn.btn-style-one {
    padding: 22px 34px;
    padding-right: 70px;
  }
}

.feature-box-3 .theme-btn.btn-style-one:hover {
  background-position: 100% 0;
  background: linear-gradient(90deg, rgba(127, 153, 110, 1) 5%, rgba(17, 43, 29, 1) 62%);
}

.feature-box-3 .theme-btn.btn-style-one:hover .icon {
  color: var(--theme-color2);
    background-color: var(--theme-color-white);
}

[data-tm-layout=dark] .feature-box-3 .theme-btn.btn-style-one:hover .icon {
  color: var(--headings-color);
}

.feature-box-3 .theme-btn .icon {
 background-color: var(--theme-color-white);
    border-radius: 50%;
    bottom: 4px;
    height: 50px;
    line-height: 58px;
    position: absolute;
    right: 4px;
    /* top: 4px; */
    -webkit-transition: all 0.4s 
ease-in-out;
    transition: all 0.4s 
ease-in-out;
    width: 49px;
}

.feature-service-card-items {
  border-radius: 30px;
  /*background: #052221;*/
  background:#476e46;
  padding: 20px 40px 20px 40px;
  padding-bottom: 30px;
  height: 100%;
}

@media (max-width: 1699.98px) {
  .feature-service-card-items {
    padding: 14px;
  }
}

@media (max-width: 575.98px) {
  .feature-service-card-items {
    padding: 30px;
  }
}

@media (max-width: 469.98px) {
  .feature-service-card-items {
    padding: 25px;
  }
}

.client-image i{
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
      background: linear-gradient(256deg, rgb(83 135 86) 19%, rgb(160 187 144) 47%) !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 30px;
  color: var(--theme-color-white);
}

.intro_head{
  display: inline-flex;
    /* text-align: right; */
    padding-left: 20px;
    margin-top: 10px;
    /* position: absolute; */
    font-size: 20px;
    color: #fff;
}
.feature-service-card-items .icon {
  width: 45px;
  height: 45px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(256deg, rgb(83 135 86) 19%, rgb(160 187 144) 47%) !important;
  background-size: 200%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 30px;
  color: var(--theme-color-white);
}

.feature-service-card-items .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}

.feature-service-card-items .content {
  margin-top: -12px;
  text-align: left;
}

.feature-service-card-items .content h3 a {
  color: var(--theme-color-white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

[data-tm-layout=dark] .feature-service-card-items .content h3 a {
  color: var(--headings-color);
}

.feature-service-card-items .content h3 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
}

.feature-service-card-items .content p {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
}

.feature-service-card-items .content .text-btn {
  color: var(--theme-color-white);
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
  margin-top: 20px;
}

[data-tm-layout=dark] .feature-service-card-items .content .text-btn {
  color: var(--headings-color);
}

.feature-service-card-items:hover .icon {
  background-position: 100% 0;
}

.feature-service-card-items:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.feature-block-one {
  margin-bottom: 30px;
}

.feature-block-one.active .inner-box::before, .feature-block-one:hover .inner-box::before {
  width: 100%;
}

.feature-block-one.active .inner-box .feature-icon .svg-icon, .feature-block-one:hover .inner-box .feature-icon .svg-icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  color: #ffffff;
}

[data-tm-layout=dark] .feature-block-one.active .inner-box .feature-icon .svg-icon, [data-tm-layout=dark] .feature-block-one:hover .inner-box .feature-icon .svg-icon {
  color: #ffffff;
}

.feature-block-one.active .inner-box .content-box .feature-title a, .feature-block-one:hover .inner-box .content-box .feature-title a {
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .feature-block-one.active .inner-box .content-box .feature-title a, [data-tm-layout=dark] .feature-block-one:hover .inner-box .content-box .feature-title a {
  color: var(--headings-color);
}

.feature-block-one.active .inner-box .content-box .feature-text, .feature-block-one:hover .inner-box .content-box .feature-text {
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .feature-block-one.active .inner-box .content-box .feature-text, [data-tm-layout=dark] .feature-block-one:hover .inner-box .content-box .feature-text {
  color: var(--headings-color);
}

.feature-block-one .inner-box {
  position: relative;
  /* padding: 40px; */
  padding: 10px;
  z-index: 1;
  border: 1px solid #DDDDDD;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  min-height: 240px;
}

[data-tm-layout=dark] .feature-block-one .inner-box {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.feature-block-one .inner-box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg-theme-color2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-block-one .inner-box .feature-icon {
  /* margin-bottom: 34px; */
  margin-bottom: 0px;
  font-size: 25px;
    color: #ea8f3c;
    text-align: center;
}

.feature-block-one .inner-box .feature-icon .svg-icon {
  color: var(--theme-color8);
  /* font-size: 65px; */
  font-size: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.feature-block-one .inner-box h5{text-align: center;}
.feature-block-one.active .inner-box h5{color: #fff;}
.feature-block-one.active .inner-box p{color: #fff;}

.feature-block-one .inner-box .content-box .feature-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.feature-block-one .inner-box .content-box .feature-text {
  line-height: 35px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.hzAccordion-area {
  overflow: hidden;
  background-color: var(--theme-color2);
}

.hzAccordion-area .outer-box {
  padding: 0px 50px;
}

@media (max-width: 575.98px) {
  .hzAccordion-area .outer-box {
    padding: 0px;
  }
}

.hzAccordion__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1399.98px) {
  .hzAccordion__wrp {
    height: 450px;
  }
}

@media (max-width: 991.98px) {
  .hzAccordion__wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}

.hzAccordion__item {
  -webkit-box-flex: 0.7;
  -ms-flex: 0.7;
  flex: 0.7;
  min-width: 190px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.hzAccordion__item:last-child .content .wrp {
  padding-right: 0;
}

.hzAccordion__item .head .head-title {
  margin: 0;
  padding-left: 25px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  border-left: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hzAccordion__item .head .head-title .title {
  display: block;
  max-height: 410px;
  text-align: left;
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .hzAccordion__item .head .head-title .title {
  color: #ffffff;
}

.hzAccordion__item .head .head-title .number {
  font-size: 150px;
  line-height: 150px;
  font-weight: 500;
  color: transparent;
  -webkit-text-stroke: 1px var(--theme-color-white);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

[data-tm-layout=dark] .hzAccordion__item .head .head-title .number {
  -webkit-text-stroke: 1px #ffffff;
}

.hzAccordion__item .head .head-title:hover .number {
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .hzAccordion__item .head .head-title:hover .number {
  color: #ffffff;
}

.hzAccordion__item .content {
  display: none;
  height: 100%;
  margin-left: 180px;
  position: relative;
  z-index: 1;
}

.hzAccordion__item .content .image {
  height: 100%;
  max-width: 450px;
}

.hzAccordion__item .content .image img {
  height: 100%;
}

.hzAccordion__item .content .wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 60px;
  gap: 60px;
  height: 100%;
}

.hzAccordion__item .content .content-wrp {
  max-width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hzAccordion__item .content .arry-btn {
  font-size: 70px;
  color: var(--theme-color-silver);
}

.hzAccordion__item .content .arry-btn i {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.hzAccordion__item .content .arry-btn i:hover {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hzAccordion__item .content .shape {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.hzAccordion__item .content .text {
  color: var(--theme-color-silver);
}

.hzAccordion__item.last-child .head .head-title {
  padding-left: 0;
  border: 1px solid transparent;
}

.hzAccordion__item.last-child.active .head .head-title {
  padding-left: 25px;
  border-left: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

.hzAccordion__item.active {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.hzAccordion__item.active .head .number {
  -webkit-text-fill: var(--theme-color-white);
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .hzAccordion__item.active .head .number {
  -webkit-text-fill: #ffffff;
  color: #ffffff;
}

.hzAccordion__item.active .content {
  display: block;
}

@media (max-width: 1399.98px) {
  .hzAccordion__item {
    min-width: 75px;
  }

  .hzAccordion__item .head .head-title {
    padding-left: 5px;
  }

  .hzAccordion__item .head .head-title .title {
    font-size: 18px;
    line-height: 30px;
    max-height: 280px;
  }

  .hzAccordion__item .head .head-title .number {
    font-size: 50px;
    line-height: 50px;
  }

  .hzAccordion__item .content {
    margin-left: 75px;
  }

  .hzAccordion__item .content .wrp {
    padding: 0 20px;
    gap: 10px;
  }

  .hzAccordion__item .content .arry-btn {
    font-size: 40px;
  }
}

@media (max-width: 991.98px) {
  .hzAccordion__item .head .head-title {
    position: unset;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    -webkit-transform: unset;
    transform: unset;
    border: none;
    padding: 0;
    border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
    margin-bottom: 30px;
    padding-bottom: 10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .hzAccordion__item .head .head-title .number {
    font-size: 30px;
    line-height: 40px;
  }

  .hzAccordion__item .content {
    margin-left: 0;
  }

  .hzAccordion__item .content .wrp {
    padding: 20px 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hzAccordion__item.active .head .head-title {
    margin-bottom: 0px;
  }

  .hzAccordion__item.last-child .head .head-title {
    margin-bottom: 0;
  }

  .hzAccordion__item.last-child.active .head .head-title {
    padding-left: 0;
    border-left: none;
  }
}

/*** 

====================================================================
		About Section
====================================================================

***/
.about-image-1 {
  position: relative;
  max-width: 602px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 602 612"><path fill-rule="evenodd" clip-rule="evenodd" d="M121.603 306L0 233.292L89.6283 72.7081L211.302 145.29L211.371 0H390.629L390.698 145.29L512.371 72.7081L602 233.292L480.396 306L602 378.708L512.371 539.292L390.698 466.71L390.629 612H211.371L211.302 466.71L89.6283 539.292L0 378.708L121.603 306Z" /></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 602 612"><path fill-rule="evenodd" clip-rule="evenodd" d="M121.603 306L0 233.292L89.6283 72.7081L211.302 145.29L211.371 0H390.629L390.698 145.29L512.371 72.7081L602 233.292L480.396 306L602 378.708L512.371 539.292L390.698 466.71L390.629 612H211.371L211.302 466.71L89.6283 539.292L0 378.708L121.603 306Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.about-image-1 img {
  width: 100%;
  height: 100%;
}

.about-content-1 .icon-items {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
}

@media (max-width: 1399.98px) {
  .about-content-1 .icon-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about-content-1 .icon-items .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color2);
  font-size: 36px;
}

.about-content-1 .icon-items .icon i {
  background: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-content-1 .icon-items:hover .icon .animated-svg path {
  -webkit-animation: draw2 3s forwards ease-in-out;
  animation: draw2 3s forwards ease-in-out;
}

.about-content-1 .icon-items p {
  font-size: 20px;
  font-weight: 500;
  line-height: 175%;
  color: var(--theme-color2);
  text-transform: capitalize;
  text-decoration-line: underline;
  max-width: 471px;
}

@media (max-width: 767.98px) {
  .about-content-1 .icon-items p {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .about-content-1 .icon-items p {
    font-size: 16px;
  }
}

[data-tm-layout=dark] .about-content-1 .icon-items p {
  color: #ffffff;
}

.about-content-1 .about-text {
  font-size: 18px;
  margin-top: 25px;
}

@media (max-width: 575.98px) {
  .about-content-1 .about-text {
    font-size: 16px;
    margin-top: 20px;
  }
}

.about-content-1 .about-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

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

@media (max-width: 767.98px) {
  .about-content-1 .about-list-items {
    margin-top: 30px;
  }
}

.about-content-1 .about-list-items .about-list li {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.about-content-1 .about-list-items .about-list li:not(:last-child) {
  margin-bottom: 13px;
}

.about-content-1 .about-list-items .about-list li .icon {
  position: relative;
  color: var(--headings-color);
  background-color: var(--theme-color1);
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 22px;
  font-size: 13px;
  text-align: center;
  border: 2px solid var(--headings-color);
}

.about-content-1 .about-list-items .about-list li .icon::before {
  position: absolute;
  top: 2px;
  right: -4px;
  content: "";
  background-color: var(--theme-color2);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: -1;
}

.about-content-1 .about-list-items .counter-box {
  padding: 32px;
  border-radius: 20px;
  min-width: 250px;
  background: -webkit-gradient(linear, left top, left bottom, from(#C8F169), to(#039397));
  background: linear-gradient(180deg, #C8F169 0%, #039397 100%);
  position: relative;
  z-index: 9;
}

.about-content-1 .about-list-items .counter-box .butterfly-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.about-content-1 .about-list-items .counter-box h2 {
  font-weight: 400;
  font-size: 64px;
  color: #fff;
}

.about-content-1 .about-list-items .counter-box .counter-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-content-1 .about-list-items .counter-box .counter-bottom p {
  font-size: 18px;
  max-width: 173px;
  color: #fff;
  font-weight: 500;
  line-height: 133%;
}

.about-content-1 .about-list-items .counter-box .counter-bottom .icon {
  font-size: 50px;
  color: #fff;
}

.about-content-1 .about-list-items .counter-box:hover .counter-bottom .icon .animated-svg path {
  -webkit-animation: draw2 3s forwards ease-in-out;
  animation: draw2 3s forwards ease-in-out;
}

.about-section {
  position: relative;
  z-index: 9;
}

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

@media (max-width: 1399.98px) {
  .about-section .star-shape {
    display: none;
  }
}

.about-section .arrow-shape-1 {
  position: absolute;
  top: 35%;
  right: 40px;
  z-index: -1;
}

@media (max-width: 1399.98px) {
  .about-section .arrow-shape-1 {
    display: none;
  }
}

.about-section .arrow-shape-2 {
  position: absolute;
  top: 35%;
  right: 0;
  z-index: -1;
}

@media (max-width: 1399.98px) {
  .about-section .arrow-shape-2 {
    display: none;
  }
}

.about-section-2 {
  margin: 120px 30px 120px;
  border-radius: 50px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1399.98px) {
  .about-section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1199.98px) {
  .about-section-2 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media (max-width: 991.98px) {
  .about-section-2 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .about-section-2 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 575.98px) {
  .about-section-2 {
    padding-left: 0;
    padding-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.about-section-2 .shape-1 {
  left: 0;
  top: 40%;
  position: absolute;
}

@media (max-width: 1399.98px) {
  .about-section-2 .shape-1 {
    display: none;
  }
}

.about-section-2 .arrow-shape-1 {
  position: absolute;
  top: 35%;
  right: 40px;
  z-index: -1;
}

@media (max-width: 1399.98px) {
  .about-section-2 .arrow-shape-1 {
    display: none;
  }
}

.about-section-2 .arrow-shape-2 {
  position: absolute;
  top: 35%;
  right: 0;
  z-index: -1;
}

@media (max-width: 1399.98px) {
  .about-section-2 .arrow-shape-2 {
    display: none;
  }
}

.about-image-items-2 {
  position: relative;
}

.about-image-items-2 .about-image {
  position: relative;
  max-width: 512px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 638"><path fill-rule="evenodd" clip-rule="evenodd" d="M258.738 335.547C251.715 502.809 138.823 636.054 0 638V0C138.823 1.94739 251.715 135.19 258.738 302.453C265.668 137.395 375.696 5.46635 512 0.14593V637.857C375.696 632.536 265.668 500.607 258.738 335.547Z" /></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 638"><path fill-rule="evenodd" clip-rule="evenodd" d="M258.738 335.547C251.715 502.809 138.823 636.054 0 638V0C138.823 1.94739 251.715 135.19 258.738 302.453C265.668 137.395 375.696 5.46635 512 0.14593V637.857C375.696 632.536 265.668 500.607 258.738 335.547Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.about-image-items-2 .about-image img {
  width: 100%;
  height: 100%;
}

.about-image-items-2 .about-counter2 {
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

@media (max-width: 1199.98px) {
  .about-image-items-2 .about-counter2 {
    left: 220px;
    right: auto;
  }
}

@media (max-width: 767.98px) {
  .about-image-items-2 .about-counter2 {
    left: 41%;
  }
}

.about-image-items-2 .about-counter2::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background-color: var(--theme-color-white);
  border: 2px solid var(--theme-color1);
  content: "";
  z-index: -1;
}

.about-image-items-2 .about-counter2::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  content: "";
  z-index: -1;
}

.about-image-items-2 .about-counter2 h2 {
  font-weight: bold;
  font-size: 49px;
  margin-top: -7px;
}

.about-image-items-2 .about-counter2 p {
  color: var(--headings-color);
  line-height: 1.3;
  font-weight: 500;
  margin-top: -10px;
  max-width: 145px;
}

.about-image-items-2 .about-counter2 p br {
  display: block;
}

.about-content-2 {
  max-width: 620px;
}

.about-content-2 .icon-items-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 35px;
}

@media (max-width: 1199.98px) {
  .about-content-2 .icon-items-area {
    margin-top: 30px;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
  }
}

@media (max-width: 575.98px) {
  .about-content-2 .icon-items-area {
    gap: 20px;
  }
}

.about-content-2 .icon-items-area .icon-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  width: 50%;
}

@media (max-width: 767.98px) {
  .about-content-2 .icon-items-area .icon-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.about-content-2 .icon-items-area .icon-items .icon {
  max-width: 66px;
  width: 100%;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background-color: #144443;
  border-radius: 50%;
  position: relative;
  font-size: 32px;
}

.about-content-2 .icon-items-area .icon-items .icon i {
  background: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-content-2 .icon-items-area .icon-items .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px dashed #144443;
  content: "";
  width: 84px;
  height: 84px;
  border-radius: 50%;
}

.about-content-2 .icon-items-area .icon-items .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}

.about-content-2 .icon-items-area .icon-items h6 {
  font-family: var(--body-font-family);
  font-size: 18px;
  font-weight: 500;
  max-width: 170px;
}

@media (max-width: 575.98px) {
  .about-content-2 .icon-items-area .icon-items h6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.about-content-2 .icon-items-area .icon-items:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.about-content-2 .theme-btn {
  position: relative;
  margin-top: 45px;
}

@media (max-width: 767.98px) {
  .about-content-2 .theme-btn {
    margin-top: 30px;
  }
}

.about-content-2 .theme-btn.btn-style-one {
  padding: 26px 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 100px;
  height: 70px;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 100px;
  color: var(--theme-color-white);
}

.about-content-2 .theme-btn.btn-style-one:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .about-content-2 .theme-btn.btn-style-one {
    height: 60px;
    padding-right: 80px;
  }

  .about-content-2 .theme-btn.btn-style-one .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
  }

  .about-content-2 .theme-btn.btn-style-one .icon svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 575.98px) {
  .about-content-2 .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}

.about-content-2 .theme-btn.btn-style-one:hover {
  background-position: 100% 0;
}

.about-content-2 .theme-btn.btn-style-one:hover .icon {
  background-color: var(--theme-color2);
  fill: var(--theme-color-white);
}

.about-content-2 .theme-btn.btn-style-one:hover .icon svg path {
  fill: var(--theme-color-white);
}

.about-content-2 .theme-btn .icon {
  color: var(--headings-color);
  width: 62px;
  height: 62px;
  line-height: 65px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 30px;
}

[data-tm-layout=dark] .about-content-2 .theme-btn .icon {
  color: var(--theme-color-white);
}

.about-content-2 .theme-btn:hover i {
  color: var(--theme-color-white);
}

.about-counter {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
}

[data-tm-layout=dark] .about-counter {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.about-counter .count-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.about-counter .count-box h2 {
  font-size: 96px;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .about-counter .count-box h2 {
    font-size: 60px;
  }
}

.about-counter .count-box p {
  font-size: 18px;
  font-weight: 500;
}

.image-column-3 .inner-column {
  position: relative;
  z-index: 1;
  max-width: 590px;
}

.image-column-3 .inner-column .image1 {
  /* max-width: 450px; */
  max-width: 339px;
  border-radius: 12px;
  border: 10px solid var(--theme-color-white);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
}

.image-column-3 .inner-column .image1 img {
  width: 100%;
  border-radius: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.image-column-3 .inner-column .image1:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-column-3 .inner-column .info {
  position: absolute;
  bottom: 15px;
  left: 26%;
  /* max-width: 202px; */
  /* width: 100%; */
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
  z-index: 2;
}

.image-column-3 .inner-column .image2 {
  max-width: 295px;
  border-radius: 12px;
  border: 10px solid var(--theme-color-white);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
  position: absolute;
  /* bottom: -120px;
  right: 0; */
bottom: -48px;
    right: 35px;
}

.image-column-3 .inner-column .image2 img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.image-column-3 .inner-column .image2:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media (max-width: 991.98px) {
  .image-column-3 .inner-column {
    margin-bottom: 100px;
  }
}

@media (max-width: 575.98px) {
  .image-column-3 .inner-column {
    margin-bottom: 0;
  }

  .image-column-3 .inner-column .image2 {
    position: unset;
    max-width: 100%;
    margin-top: 20px;
  }
}

.about-content-3 .about-text {
  margin-top: 5px;
  text-align: left;
}

.about-content-3 .about-block .inner-box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin-top: 10px;
}

.about-content-3 .about-block .inner-box .icon {
  color: var(--theme-color-black);
  font-size: 20px;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  margin-top: -10px;
}

.about-content-3 .about-block .inner-box .title {
 font-size: 16px;
    /* line-height: 2px; */
    /* margin-bottom: 5px; */
}

.about-content-3 .about-block .inner-box .text {
  margin: 0;
}

.about-content-3 .about-block .inner-box:hover .icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.about-content-3 .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  /* max-width: 450px; */
}

@media (max-width: 575.98px) {
  .about-content-3 .info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about-content-3 .info .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.about-content-3 .info .user .image {
  overflow: hidden;
  border-radius: 50%;
  max-width: 60px;
  width: 100%;
  height: 60px;
  border: 3px solid var(--theme-color1);
}

.about-content-3 .info .user .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-content-3 .info .user .sub-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #0c6460;
  margin-bottom: 0;
}

[data-tm-layout=dark] .about-content-3 .info .user .sub-title {
  color: rgba(204, 204, 204, 0.8);
}

.about-content-3 .skill-feature {
  margin-top: 30px;
}

.about-content-3 .skill-feature .box-title {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--heading-font-family);
}

.about-content-3 .skill-feature .progress-value {
  margin-bottom: 10px;
  color: var(--headings-color);
  text-transform: capitalize;
}

.about-content-3 .skill-feature .progress {
  position: relative;
  height: 8px;
  background-color: #E8E8E8;
  border-radius: 12px;
  overflow: visible;
  margin-top: 15px;
}

[data-tm-layout=dark] .about-content-3 .skill-feature .progress {
  background-color: rgb(var(--theme-color-white-rgb), 0.3);
}

.about-content-3 .skill-feature .progress-bar {
  background-color: #0C6460;
  height: 8px;
  margin: 0;
  border-radius: 12px;
  overflow: visible;
  position: relative;
  margin-top: 0;
}

.about-content-3 .skill-feature .progress-value {
  position: absolute;
  top: -38px;
  right: -8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--headings-color);
  font-family: var(--heading-font-family);
}

.about-content-3 .theme-btn {
  position: relative;
}

.about-content-3 .theme-btn.btn-style-one {
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  /* background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%); */
  /* background-size: 200%;
  background-image: linear-gradient(to left, #e6913e 0%, #8fab7f 50%, #e49139 100%);
  border-radius: 100px;
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  color: var(--theme-color-white);
  height: 70px;
  padding: 26px 60px;
  padding-right: 100px;  */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));*/
  /* background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%); */
  /*background-size: 200%;*/
  /* background-image: linear-gradient(to left, #e6913e 0%, #8fab7f 50%, #e49139 100%); */
  /*border-radius: 100px;*/
  /*background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);*/
  color: var(--theme-color-white);
      background: linear-gradient(90deg, rgba(17, 43, 29, 1) 50%, rgba(127, 153, 110, 1) 100%);
      height: 57px;
    padding: 17px 21px;
    padding-right: 68px;
}

.about-content-3 .theme-btn.btn-style-one:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .about-content-3 .theme-btn.btn-style-one {
    height: 60px;
    padding-right: 80px;
  }

  .about-content-3 .theme-btn.btn-style-one .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
  }

  .about-content-3 .theme-btn.btn-style-one .icon svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 575.98px) {
  .about-content-3 .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}

.about-content-3 .theme-btn.btn-style-one:hover {
  background-position: 100% 0;
  background: linear-gradient(90deg, rgba(127, 153, 110, 1) 5%, rgba(17, 43, 29, 1) 62%);
}

.about-content-3 .theme-btn.btn-style-one:hover .icon {
  color: var(--theme-color2);
   background-color: var(--theme-color-white);
}

[data-tm-layout=dark] .about-content-3 .theme-btn.btn-style-one:hover .icon {
  color: var(--headings-color);
}

.about-content-3 .theme-btn .icon {
  background-color: #fff;
    color: var(--theme-color-black);
    border-radius: 50%;
    bottom: 4px;
    height: 50px;
    font-size: 44px;
    line-height: 60px;
    position: absolute;
    right: 4px;
    top: 4px;
    -webkit-transition: all 300ms 
ease;
    transition: all 300ms 
ease;
    width: 50px;
}

.progress {
  background-color: transparent;
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  border-radius: 0;
}

.progress .bar {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: #e8e8e8;
  border-radius: 13px;
  overflow: hidden;
}

.progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 100%;
  border-radius: 13px;
  background-color: #0c6460;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 21px;
  color: var(--theme-color-white);
  background-color: #0c6460;
  border-radius: 3px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 5px 13px;
  z-index: 1;
}

.progress .count-text::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background-color: #0c6460;
  width: 14px;
  height: 14px;
  content: "";
  z-index: -1;
}

.progress .bar-inner.counted .count-text {
  opacity: 1;
  bottom: 25px;
  right: -35px;
}

.progress .bar.marb-0 {
  margin-bottom: 0;
}

.progress .progress-single {
  position: relative;
  display: block;
}

.progress .progress-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  color: var(--headings-color);
  margin-bottom: 10px;
}

.about-image-style-4 {
  position: relative;
  max-width: 602px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 602 612"><path fill-rule="evenodd" clip-rule="evenodd" d="M121.603 306L0 233.292L89.6283 72.7081L211.302 145.29L211.371 0H390.629L390.698 145.29L512.371 72.7081L602 233.292L480.396 306L602 378.708L512.371 539.292L390.698 466.71L390.629 612H211.371L211.302 466.71L89.6283 539.292L0 378.708L121.603 306Z" /></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 602 612"><path fill-rule="evenodd" clip-rule="evenodd" d="M121.603 306L0 233.292L89.6283 72.7081L211.302 145.29L211.371 0H390.629L390.698 145.29L512.371 72.7081L602 233.292L480.396 306L602 378.708L512.371 539.292L390.698 466.71L390.629 612H211.371L211.302 466.71L89.6283 539.292L0 378.708L121.603 306Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.about-image-style-4 img {
  width: 100%;
  height: 100%;
}

.about-content-style-4 .about-icon-box {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  padding: 25px 0;
}

[data-tm-layout=dark] .about-content-style-4 .about-icon-box {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .about-content-style-4 .about-icon-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.about-content-style-4 .about-icon-box .count-box {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 40px;
  min-width: 220px;
}

[data-tm-layout=dark] .about-content-style-4 .about-icon-box .count-box {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .about-content-style-4 .about-icon-box .count-box {
    border-right: none;
    padding-right: 0;
  }
}

.about-content-style-4 .about-icon-box .count-box h2 {
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
}

.about-content-style-4 .about-icon-box .about-block {
  margin-bottom: 30px;
}

.about-content-style-4 .about-icon-box .about-block .inner-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  line-height: normal;
}

.about-content-style-4 .about-icon-box .about-block .inner-box .icon {
  font-size: 50px;
  color: var(--headings-color);
}

.about-content-style-4 .about-icon-box .about-block .inner-box .content .title {
  font-size: 18px;
  font-weight: 700;
}

.about-content-style-4 .about-icon-box .about-block .inner-box .content p {
  font-size: 16px;
  font-weight: 400;
}

.about-content-style-4 .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

@media (max-width: 1199.98px) {
  .about-content-style-4 .info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.about-content-style-4 .info .theme-btn {
  position: relative;
}

.about-content-style-4 .info .theme-btn.btn-style-one {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 100px;
  color: var(--theme-color-white);
  height: 70px;
  padding: 26px 60px;
  padding-right: 100px;
}

@media only screen and (max-width: 767px) {
  .about-content-style-4 .info .theme-btn.btn-style-one {
    height: 60px;
    padding-right: 80px;
  }

  .about-content-style-4 .info .theme-btn.btn-style-one .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
  }

  .about-content-style-4 .info .theme-btn.btn-style-one .icon svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 575.98px) {
  .about-content-style-4 .info .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}

.about-content-style-4 .info .theme-btn.btn-style-one:before {
  display: none;
}

.about-content-style-4 .info .theme-btn.btn-style-one:hover {
  background-position: 100% 0;
}

.about-content-style-4 .info .theme-btn.btn-style-one:hover .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .about-content-style-4 .info .theme-btn.btn-style-one:hover .icon {
  color: var(--headings-color);
}

.about-content-style-4 .info .theme-btn .icon {
  background-color: var(--theme-color-white);
  color: var(--theme-color-black);
  border-radius: 50%;
  bottom: 4px;
  font-size: 50px;
  height: 62px;
  line-height: 72px;
  position: absolute;
  right: 4px;
  top: 4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 62px;
}

[data-tm-layout=dark] .about-content-style-4 .info .theme-btn .icon {
  color: var(--headings-color);
}

.about-content-style-4 .info .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.about-content-style-4 .info .user .image {
  overflow: hidden;
  border-radius: 50%;
  max-width: 60px;
  width: 100%;
  height: 60px;
  border: 3px solid var(--theme-color1);
}

.about-content-style-4 .info .user .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-content-style-4 .info .user .sub-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #0c6460;
  margin-bottom: 0;
}

.about-section-three {
  position: relative;
  z-index: 9;
}

.about-section-three .container {
  padding: 0;
}

.about-section-three .content-colmun .content-box .sec-title .text {
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--text-color);
}

@media (max-width: 767.98px) {
  .about-section-three .content-colmun .content-box .sec-title .text {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.about-section-three .content-colmun .content-box .feature-box {
  position: relative;
  padding: 42px 50px 40px;
  max-width: 560px;
  width: 100%;
  z-index: 1;
  background-color: var(--bg-theme-color2);
}

@media (max-width: 991.98px) {
  .about-section-three .content-colmun .content-box .feature-box {
    padding: 42px 30px 40px;
  }
}

@media (max-width: 767.98px) {
  .about-section-three .content-colmun .content-box .feature-box {
    max-width: 100%;
  }
}

.about-section-three .content-colmun .content-box .feature-box .shape-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.about-section-three .content-colmun .content-box .feature-box .feature-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 25px;
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .about-section-three .content-colmun .content-box .feature-box .feature-title {
  color: #ffffff;
}

.about-section-three .content-colmun .content-box .feature-box .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.about-section-three .content-colmun .content-box .feature-box .feature-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--heading-font-family);
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .about-section-three .content-colmun .content-box .feature-box .feature-list li {
  color: #ffffff;
}

.about-section-three .content-colmun .content-box .feature-box .feature-list li .icon {
  position: relative;
  color: var(--theme-color-white);
  font-size: 14px;
}

.about-section-three .content-colmun .content-box .feature-box .feature-list li .icon img {
  position: relative;
  z-index: 9;
}

.about-section-three .content-colmun .content-box .feature-box .feature-list li .icon::before {
  position: absolute;
  top: 2px;
  right: -4px;
  content: "";
  background: var(--Linear, linear-gradient(90deg, #C8F169 0%, #039397 100%));
  width: 24px;
  height: 24px;
  border-radius: 50%;
  z-index: -1;
}

.about-section-three .image-colmun .image-box {
  position: relative;
  padding-left: 97px;
}

@media (max-width: 1399.98px) {
  .about-section-three .image-colmun .image-box {
    padding-left: 0;
  }
}

.about-section-three .image-colmun .image-box .count-box {
  position: absolute;
  bottom: 30px;
  left: -85px;
  max-width: 312px;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 35px 62px 48px;
  background-color: #F5F5F5;
}

[data-tm-layout=dark] .about-section-three .image-colmun .image-box .count-box {
  background-color: var(--dark-color2);
}

@media (max-width: 1399.98px) {
  .about-section-three .image-colmun .image-box .count-box {
    left: 30px;
  }
}

@media (max-width: 1199.98px) {
  .about-section-three .image-colmun .image-box .count-box {
    padding: 30px 50px 30px;
  }
}

.about-section-three .image-colmun .image-box .count-box .counter {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  color: var(--headings-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  font-size: clamp(20px, 4.5vw, 60px);
  line-height: 1.2;
}

.about-section-three .image-colmun .image-box .count-box .counter .count-text {
  font-weight: 700;
  font-size: 120px;
  line-height: 120px;
  letter-spacing: -7.2px;
  font-size: clamp(40px, 6.25vw, 120px);
  line-height: 1.2;
}

.about-section-three .image-colmun .image-box .count-box .counter-title {
  line-height: 35px;
  margin-bottom: 55px;
  text-transform: capitalize;
  color: var(--headings-color);
}

@media (max-width: 1199.98px) {
  .about-section-three .image-colmun .image-box .count-box .counter-title {
    margin-bottom: 30px;
  }
}

.about-section-three .image-colmun .image-box .count-box .counter-btn {
  text-align: center;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  font-family: var(--heading-font-family);
  text-transform: capitalize;
  color: var(--headings-color);
  background-color: var(--theme-color1);
}

.about-section-four {
  position: relative;
  margin: 0px 30px;
  border-radius: 30px;
  overflow: hidden;
  z-index: 99;
  /* background-color: var(--theme-color2); */
}

@media (max-width: 767.98px) {
  .about-section-four {
    margin: 0;
  }
}

.about-section-four .shape-1 {
  position: absolute;
  top: 45px;
  left: 35px;
}

@media (max-width: 1199.98px) {
  .about-section-four .shape-1 {
    display: none;
  }
}

.about-section-four .arrow-shape-1 {
  position: absolute;
  bottom: 40px;
  right: 50px;
}

@media (max-width: 767.98px) {
  .about-section-four .arrow-shape-1 {
    display: none;
  }
}

.about-section-four .arrow-shape-2 {
  position: absolute;
  bottom: 40px;
  right: -100px;
}

@media (max-width: 767.98px) {
  .about-section-four .arrow-shape-2 {
    display: none;
  }
}

.about-image-four {
  position: relative;
  padding-right: 50px;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .about-image-four {
    padding-right: 0;
  }
}

.about-image-four .shape-bg1 {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  content: "";
  z-index: -2;
  background-color: rgba(31, 31, 31, 0.2);
}

@media (max-width: 1199.98px) {
  .about-image-four .shape-bg1 {
    display: none;
  }
}

.about-image-four .about-counter-four {
  background-color: var(--theme-color1);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 15px;
  z-index: 9;
}

.about-image-four .about-counter-four::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background-color: var(--theme-color-white);
  border: 2px solid var(--theme-color1);
  content: "";
  z-index: -1;
}

[data-tm-layout=dark] .about-image-four .about-counter-four::before {
  background-color: var(--dark-color2);
}

.about-image-four .about-counter-four::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  content: "";
  z-index: -1;
}

.about-image-four .about-counter-four .count-box {
  width: 140px;
  height: 140px;
  line-height: 140px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-image-four .about-counter-four .count-box .counter {
  font-family: var(--heading-font-family);
  font-weight: 600;
  font-size: 56px;
  line-height: 70px;
  text-align: center;
  margin-top: -15px;
  text-transform: capitalize;
  color: var(--headings-color);
}

[data-tm-layout=dark] .about-image-four .about-counter-four .count-box .counter {
  color: var(--theme-color2);
}

.about-image-four .about-counter-four .count-box .counter-title {
  color: var(--headings-color);
  line-height: 1.3;
  font-weight: 500;
  margin-top: -10px;
}

[data-tm-layout=dark] .about-image-four .about-counter-four .count-box .counter-title {
  color: var(--theme-color2);
}

.about-image-four .about-counter-four .count-box .counter-title br {
  display: block;
}

.about-content-four {
  position: relative;
  margin-left: 30px;
  padding:15px;
}

@media (max-width: 1399.98px) {
  .about-content-four {
    margin-left: 0;
  }
}

.about-content-four .icon-items-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  /* margin-bottom: 30px; */
}

@media (max-width: 1399.98px) {
  .about-content-four .icon-items-area {
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about-content-four .icon-items-area .icon-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  text-align: left;
}

.about-content-four .icon-items-area .icon-items .icon-box {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
  padding: 9px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: transparent;
  border: 1px dashed var(--theme-color-white);
}

[data-tm-layout=dark] .about-content-four .icon-items-area .icon-items .icon-box {
  border-color: #ffffff;
}

.about-content-four .icon-items-area .icon-items .icon-box .icon {
  /* background-color: var(--theme-color-white); */
  border-radius: 50%;
}

.about-content-four .icon-items-area .icon-items .icon-box .icon i {
  font-size: 25px;
  background: -webkit-gradient(linear, left top, right top, from(#C8F169), to(#039397));
  background: linear-gradient(90deg, #C8F169 0%, #039397 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.about-content-four .icon-items-area .icon-items .icon-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  /* color: var(--theme-color-white); */
}

[data-tm-layout=dark] .about-content-four .icon-items-area .icon-items .icon-title {
  color: #ffffff;
}

.about-content-four .about-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  text-transform: capitalize;
  /* color: rgb(var(--theme-color-white-rgb), 0.7); */
  margin-bottom: 25px;
}

[data-tm-layout=dark] .about-content-four .btn-style-two {
  color: #ffffff;
}

[data-tm-layout=dark] .about-content-four .btn-style-two .icon {
  background-color: var(--theme-color1);
}

[data-tm-layout=dark] .about-content-four .btn-style-two:hover .icon {
  background-color: #ffffff;
}

/*** 

====================================================================
    Services Section
====================================================================

***/
.service-section {
  position: relative;
  z-index: 9;
  border-radius: 30px;
  margin: 0 15px;
  padding: 120px 30px;
  background-attachment: fixed;
}

.service-section::before {
  background: linear-gradient(280deg, rgba(20, 68, 67, 0.85) 15.04%, #144443 50.27%);
  z-index: -1;
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
}

.service-section .ellipse-bg {
  position: absolute;
  top: 45px;
  left: 150px;
  z-index: -1;
  display: inline-block;
  width: 180px;
  height: 180px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #C8F169;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  z-index: -1;
}

.service-wrapper {
  margin: 0 30px;
  margin: 0 15px;
  margin: 0;
}

.service-card-items {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  margin-top: 30px;
  padding: 50px;
  padding-bottom: 30px;
}

@media (max-width: 1699.98px) {
  .service-card-items {
    padding: 35px;
  }
}

@media (max-width: 575.98px) {
  .service-card-items {
    padding: 30px;
  }
}

@media (max-width: 469.98px) {
  .service-card-items {
    padding: 25px;
  }
}

.service-card-items .icon {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 50%;
  height: 68px;
  line-height: 72px;
  text-align: center;
  width: 68px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: var(--theme-color-white);
  font-size: 35px;
}

.service-card-items .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}

.service-card-items .content {
  margin-top: 35px;
}

.service-card-items .content h3 a {
  color: #fff;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.service-card-items .content h3 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
}

.service-card-items .content p {
  color: #C4C4C4;
}

.service-card-items .content .link-btn {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  margin-top: 20px;
  line-height: 1;
  font-size: 35px;
  color: var(--theme-color-white);
}

.service-card-items .content .link-btn:hover {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.service-card-items:hover .icon {
  background-position: 100% 0;
}

.service-card-items:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.service-section .section-counter-content h3 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #C8F169;
  font-size: 120px;
  font-weight: 600;
  color: transparent;
  font-family: var(--body-font-family);
}

.service-card-items-2 {
  /* margin-top: 30px; */
  margin-top:6px;
  position: relative;
  padding: 30px 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.service-card-items-2 .arrow-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.service-card-items-2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  border: 1px solid #DADADA;
  left: 14px;
  width: initial;
  z-index: -1;
}

[data-tm-layout=dark] .service-card-items-2::before {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.service-card-items-2 .service-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
}

.service-card-items-2 .service-icon .icon {
  width: 49px;
  height: 52px;
  line-height: 53px;
  background: #144443;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 24px;
  color: var(--theme-color1);
}

.service-card-items-2 .service-icon .icon .arrow-shape {
  position: absolute;
  bottom: -52px;
  left: 0px;
}

.service-card-items-2 .service-icon .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}

.service-card-items-2 .service-icon .icon .service-triangle {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
}

.service-card-items-2 .service-icon .icon .service-triangle::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 14px solid #235C5B;
  border-bottom: 11px solid transparent;
}

.service-card-items-2 .service-icon .number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  opacity: 0.3;
  font-size: 30px;
  font-weight: 700;
  color: transparent;
  font-family: var(--body-font-family);
  line-height: 1;
}

[data-tm-layout=dark] .service-card-items-2 .service-icon .number {
  -webkit-text-stroke-color: var(--headings-color);
}

.service-card-items-2 .content {
  padding: 17px 33px 14px;
}
.service-card-items-2 .content h3{font-size: 20px;}

@media (max-width: 767.98px) {
  .service-card-items-2 .content {
    padding: 17px 33px 14px;
  }
}

.service-card-items-2 .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.service-card-items-2 .content h3 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--headings-color)), to(var(--headings-color)));
  background-image: linear-gradient(180deg, var(--headings-color) 0%, var(--headings-color) 100%);
}

.service-card-items-2 .content p {
  line-height: 218%;
}

@media (max-width: 1199.98px) {
  .service-card-items-2 .content p br {
    display: none;
  }
}

.service-card-items-2:hover .service-icon .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.service-know-box {
  border-radius: 100px;
  background: #fff;
   padding: 6px 14px; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  max-width: 203px;
  /* max-width: fit-content; */
  /* margin: 60px auto 0; */
  margin: 28px auto 0;
}

@media (max-width: 767.98px) {
  .service-know-box {
    display: block;
    margin: 40px auto 0;
    text-align: center;
    padding: 14px;
  }
}

.service-know-box .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  background-color: var(--theme-color-white);
}

@media (max-width: 767.98px) {
  .service-know-box .icon {
    margin: 0 auto;
  }
}

.service-know-box p {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color2);
  text-transform: capitalize;
}

.service-know-box p a {
  font-weight: 600;
  text-decoration: underline;
}

[data-tm-layout=dark] .service-know-box p a {
  color: var(--theme-color2);
}

.service-know-box p a i {
  margin-left: 5px;
  font-size: 19px;
}

.service-card-items-4 {
  position: relative;
  padding: 40px;
  position: relative;
  border-radius: 30px;
  background: var(--theme-color-white);
}

@media (max-width: 1699.98px) {
  .service-card-items-4 {
    padding: 30px;
  }
}

@media (max-width: 469.98px) {
  .service-card-items-4 {
    padding: 25px;
  }
}

.service-card-items-4 .service-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.service-card-items-4 .service-icon .icon {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 70px;
  line-height: 1;
  color: var(--theme-color2);
}

.service-card-items-4 .service-icon .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}

.service-card-items-4 .service-icon .number {
  color: rgba(102, 102, 102, 0.15);
  font-family: var(--heading-font-family);
  font-size: 80px;
  font-weight: 600;
  top: -5px;
  right: 30px;
  position: absolute;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.service-card-items-4 .content {
  margin-top: 160px;
}

@media (max-width: 1199.98px) {
  .service-card-items-4 .content {
    margin-top: 30px;
  }
}

.service-card-items-4 .content h3 {
  margin-bottom: 10px;
}

.service-card-items-4 .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.service-card-items-4 .content h3 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--headings-color)), to(var(--headings-color)));
  background-image: linear-gradient(180deg, var(--headings-color) 0%, var(--headings-color) 100%);
}

.service-card-items-4 .content p {
  line-height: 218%;
}

@media (max-width: 1199.98px) {
  .service-card-items-4 .content p br {
    display: none;
  }
}

.service-card-items-4:hover .service-icon .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.service-card-items-4:hover .service-icon .icon svg path {
  fill: var(--theme-color1);
}

.service-card-items-4:hover .service-icon .number {
  color: var(--headings-color);
}

.service-section-4 .container-fluid {
  padding: 0 90px;
}

@media (max-width: 1699.98px) {
  .service-section-4 .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 1399.98px) {
  .service-section-4 .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 1199.98px) {
  .service-section-4 .container-fluid {
    padding: 0 30px;
  }
}

.service-wrapper-4 {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .service-wrapper-4 {
    margin-top: 30px;
  }
}

.service-block-two {
  margin-bottom: 0;
  position: relative;
}

.service-block-two .inner-box {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.service-block-two .inner-box:hover .title-box .title {
  color: var(--theme-color1);
}

.service-block-two .inner-box.active .title-box .number,
.service-block-two .inner-box.active .title-box .icon-box {
  color: var(--theme-color1);
}

.service-block-two .inner-box.active .content-box.active {
  display: block;
}

.service-block-two .inner-box .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 0 0;
  position: relative;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .service-block-two .inner-box .title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.service-block-two .inner-box .title-box .number {
  font-size: 20px;
  margin-right: 77px;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

[data-tm-layout=dark] .service-block-two .inner-box .title-box .number {
  color: var(--headings-color);
}

@media (max-width: 767.98px) {
  .service-block-two .inner-box .title-box .number {
    margin-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .service-block-two .inner-box .title-box .number {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.service-block-two .inner-box .title-box .number span {
  font-weight: 700;
}

.service-block-two .inner-box .title-box .title {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: clamp(20px, 3.12vw, 50px);
  line-height: 1.2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

[data-tm-layout=dark] .service-block-two .inner-box .title-box .title {
  color: var(--headings-color);
}

.service-block-two .inner-box .title-box .title:hover {
  color: var(--theme-color1);
}

.service-block-two .inner-box .title-box .icon-box {
  color: var(--theme-color-white);
  font-size: 50px;
  line-height: 1;
  margin-left: auto;
  margin-right: 15px;
  position: relative;
  top: 4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 767.98px) {
  .service-block-two .inner-box .title-box .icon-box {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  .service-block-two .inner-box .title-box .icon-box {
    margin-right: auto;
  }
}

.service-block-two .inner-box .content-box {
  display: none;
  /* padding: 39px 0 19px; */
      margin-top: -73px;
}

.service-block-two .inner-box .content-box .image-column .inner-column {
  display: inline-block;
  position: relative;
}

.service-block-two .inner-box .content-box .image-column .inner-column .image {
  margin-bottom: 0;
}

.service-block-two .inner-box .content-box .image-column .inner-column .image img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 602px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 642 338"><path fill-rule="evenodd" clip-rule="evenodd" d="M641.157 208C641.157 224.569 627.726 238 611.157 238H528.994C512.426 238 498.994 251.431 498.994 268V308C498.994 324.569 485.563 338 468.994 338H30C13.4315 338 0 324.569 0 308V30C0 13.4315 13.4315 0 30 0H611.157C627.726 0 641.157 13.4315 641.157 30V208Z" /></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 642 338"><path fill-rule="evenodd" clip-rule="evenodd" d="M641.157 208C641.157 224.569 627.726 238 611.157 238H528.994C512.426 238 498.994 251.431 498.994 268V308C498.994 324.569 485.563 338 468.994 338H30C13.4315 338 0 324.569 0 308V30C0 13.4315 13.4315 0 30 0H611.157C627.726 0 641.157 13.4315 641.157 30V208Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.service-block-two .inner-box .content-box .image-column .inner-column .icon-box {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 30px 0 0 0;
}

.service-block-two .inner-box .content-box .image-column .inner-column .icon-box .inner {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 20px;
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 30px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 120px;
  z-index: 2;
}

.service-block-two .inner-box .content-box .image-column .inner-column .icon-box .inner i {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

@media (max-width: 1399.98px) {
  .service-block-two .inner-box .content-box .image-column .inner-column .icon-box .inner {
    width: 110px;
    height: 80px;
    font-size: 40px;
    line-height: 90px;
    position: relative;
  }
}

@media (max-width: 1199.98px) {
  .service-block-two .inner-box .content-box .image-column .inner-column .icon-box .inner {
    width: 92px;
    height: 68px;
    font-size: 30px;
    line-height: 70px;
  }
}

@media (max-width: 991.98px) {
  .service-block-two .inner-box .content-box .image-column .inner-column .icon-box .inner {
    width: 120px;
    height: 86px;
    font-size: 40px;
    line-height: 90px;
  }
}

@media (max-width: 767.98px) {
  .service-block-two .inner-box .content-box .image-column .inner-column .icon-box .inner {
    width: 100px;
    height: 72px;
    font-size: 32px;
    line-height: 80px;
  }
}

@media (max-width: 575.98px) {
  .service-block-two .inner-box .content-box .image-column .inner-column .icon-box .inner {
    width: 80px;
    height: 60px;
    font-size: 30px;
    line-height: 66px;
  }
}

.service-block-two .inner-box .content-box .image-column .inner-column:hover .inner {
  background-position: 100% 0;
}

.service-block-two .inner-box .content-box .content-column .inner-column {
  padding: 31px 25px 0 28px;
}

@media (max-width: 1199.98px) {
  .service-block-two .inner-box .content-box .content-column .inner-column {
    padding: 0 25px 0 28px;
  }
}

@media (max-width: 991.98px) {
  .service-block-two .inner-box .content-box .content-column .inner-column {
    padding: 30px 0 0 0;
  }
}

.service-block-two .inner-box .content-box .content-column .inner-column .text {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .service-block-two .inner-box .content-box .content-column .inner-column .text {
  color: var(--headings-color);
}

.service-block-two .inner-box .content-box .content-column .inner-column .info-list {
  color: var(--theme-color-white);
  position: relative;
}

[data-tm-layout=dark] .service-block-two .inner-box .content-box .content-column .inner-column .info-list {
  color: var(--headings-color);
}

.service-block-two .inner-box .content-box .content-column .inner-column .info-list .list-item {
  font-weight: 400;
  margin-bottom: 16px;
  text-transform: uppercase;
  margin-right: -10px;
}

.service-block-two .inner-box .content-box .content-column .inner-column .info-list .list-item span {
  display: inline-block;
  min-width: 269px;
}

.service-section-three .btn-style-two {
  max-width: 209px;
  width: 100%;
  margin: 0 auto;
  margin-right: 0;
  display: block;
  margin-bottom: 20px;
}

[data-tm-layout=dark] .service-section-three .btn-style-two {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .service-section-three .btn-style-two {
    margin: 0;
  }
}

.service-section-three .btn-style-two:hover .icon {
  background-color: var(--headings-color);
}

.service-section-three .btn-style-two .icon {
  background-color: var(--theme-color1);
}

.service-block-three .outer-box {
  position: relative;
  padding: 40px;
  padding-bottom: 36px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
}

[data-tm-layout=dark] .service-block-three .outer-box {
  border-color: rgba(var(--theme-color-white-rgb), 0.1);
}

.service-block-three .outer-box .arrow-shape-2 {
  position: absolute;
  bottom: -1px;
  right: 50px;
}

.service-block-three .outer-box:hover .icon-box .icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.service-block-three .outer-box .icon-box {
  margin-bottom: 35px;
}

.service-block-three .outer-box .icon-box .icon {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  font-size: 50px;
  line-height: 1;
  background: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-block-three .outer-box .content-box .contact-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  max-width: 222px;
  margin-bottom: 15px;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.5;
}

.service-block-three .outer-box .content-box .feature-list li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: var(--theme-color-gray2);
  font-family: var(--heading-font-family);
  padding-left: 13px;
}

[data-tm-layout=dark] .service-block-three .outer-box .content-box .feature-list li {
  color: rgba(204, 204, 204, 0.8);
}

.service-block-three .outer-box .content-box .feature-list li:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
  background-color: var(--theme-color-gray2);
}

[data-tm-layout=dark] .service-section-four .btn-style-two {
  color: #ffffff;
}

[data-tm-layout=dark] .service-section-four .btn-style-two .icon {
  background-color: var(--headings-color);
}

.service-block-four {
  position: relative;
  padding: 40px 25px 35px 40px;
  border-radius: 20px;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  margin-bottom: 30px;
}

[data-tm-layout=dark] .service-block-four {
  border-color: rgba(var(--theme-color-white-rgb), 0.1);
}

.service-block-four:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  background: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-four .icon {
  line-height: 1;
}

.service-block-four .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  font-size: 60px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#C8F169), to(#039397));
  background: linear-gradient(90deg, #C8F169 0%, #039397 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-block-four .content {
  margin-top: 30px;
}

.service-block-four .content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.service-block-four .content .title a {
  color: var(--headings-color);
}

.service-block-four .content .text {
  color: var(--text-color);
  font-family: var(--heading-font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}

.service-block-four .content .link-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.service-block-four:hover {
  border-color: var(--theme-color2);
}

.service-block-four:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.service-block-four:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.service-block-four:hover .content .title a {
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .service-block-four:hover .content .title a {
  color: #ffffff;
}

.service-block-four:hover .content .title a:hover {
  color: var(--theme-color1);
}

.service-block-four:hover .content .text {
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .service-block-four:hover .content .text {
  color: #ffffff;
}

.service-block-four:hover .content .link-btn {
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .service-block-four:hover .content .link-btn {
  color: #ffffff;
}

.service-block-four:hover .content .link-btn svg path {
  fill: var(--theme-color-white);
}

[data-tm-layout=dark] .service-block-four:hover .content .link-btn svg path {
  color: #ffffff;
}

/*** 

====================================================================
    Map Section
====================================================================

***/
/*** 

====================================================================
	Case Section
====================================================================

***/
.case-section {
  position: relative;
  z-index: 9;
}

[data-tm-layout=dark] .case-section .case-title-box .btn-style-two {
  color: #ffffff;
}

[data-tm-layout=dark] .case-section .case-title-box .btn-style-two .icon {
  background-color: #ffffff;
}

.case-block-one .inner-box {
  max-width: 743px;
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 50px 32px;
  border-radius: 30px;
}

.case-block-one .inner-box:hover .content .icon {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  color: var(--theme-color-white);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.case-block-one .inner-box:hover .content .icon:hover {
  background-position: 100% 0;
}

.case-block-one .inner-box .case-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

[data-tm-layout=dark] .case-block-one .inner-box .case-title {
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .case-block-one .inner-box .case-title {
    font-size: 24px;
    line-height: 34px;
  }
}

.case-block-one .inner-box .case-title:hover {
  color: var(--theme-color1);
}

.case-block-one .inner-box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case-block-one .inner-box .content .sl-number {
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: 82px;
  line-height: 98.4px;
  color: var(--theme-color-white);
  font-size: clamp(36px, 4.27vw, 82px);
  line-height: 1.2;
}

[data-tm-layout=dark] .case-block-one .inner-box .content .sl-number {
  color: #ffffff;
}

.case-block-one .inner-box .content .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  color: var(--headings-color);
  background: var(--theme-color-white);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

[data-tm-layout=dark] .case-block-one .inner-box .content .icon {
  color: #ffffff;
}

.case-section-three {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: var(--theme-color2);
}

.case-section-three .sec-shape {
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 0;
}

@media (max-width: 1199.98px) {
  .case-section-three .sec-shape {
    display: none;
  }
}

.case-section-three .box-shape {
  width: 189px;
  height: 189px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.case-section-three .box-shape .box1 {
  height: 100%;
  width: 50%;
  background-color: rgba(var(--theme-color-white-rgb), 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
}

.case-section-three .box-shape .box2 {
  width: 100%;
  height: 50%;
  background-color: rgba(var(--theme-color-white-rgb), 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
}

.case-section-three .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199.98px) {
  .case-section-three .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.case-section-three .content-column {
  width: 48%;
}

@media (max-width: 1199.98px) {
  .case-section-three .content-column {
    width: 100%;
  }
}

.case-section-three .content-column .inner-column {
  max-width: 550px;
  margin: 60px 120px 60px auto;
}

.case-section-three .content-column .inner-column .text {
  font-size: 16px;
  line-height: 30px;
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--theme-color-white);
  font-family: var(--body-font-family);
  margin-bottom: 20px;
}

[data-tm-layout=dark] .case-section-three .content-column .inner-column .text {
  color: rgba(204, 204, 204, 0.8);
}

.case-section-three .content-column .inner-column .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--theme-color-white);
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  text-transform: capitalize;
}

[data-tm-layout=dark] .case-section-three .content-column .inner-column .info li {
  color: #ffffff;
}

[data-tm-layout=dark] .case-section-three .content-column .inner-column .btn-style-two {
  color: #ffffff;
}

[data-tm-layout=dark] .case-section-three .content-column .inner-column .btn-style-two .icon {
  background-color: var(--theme-color1);
}

[data-tm-layout=dark] .case-section-three .content-column .inner-column .btn-style-two:hover .icon {
  background-color: #ffffff;
}

@media (max-width: 1199.98px) {
  .case-section-three .content-column .inner-column {
    margin: 60px 15px;
    max-width: 100%;
  }
}

.case-section-three .image-column {
  width: 52%;
}

@media (max-width: 1199.98px) {
  .case-section-three .image-column {
    width: 100%;
  }
}

.case-block-three {
  position: relative;
  z-index: 1;
}

.case-block-three .image {
  overflow: hidden;
  margin-bottom: 0;
}

.case-block-three .image img {
  width: 100%;
}

.case-block-three .icon {
  width: 50px;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 50%;
  color: var(--theme-color-white);
  height: 50px;
  line-height: 50px;
  opacity: 0;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  visibility: hidden;
  z-index: 1;
}

[data-tm-layout=dark] .case-block-three .icon {
  color: #ffffff;
}

.case-block-three .icon i {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.case-block-three .icon:hover {
  background-position: 100% 0;
}

.case-block-three .icon:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.case-block-three .content {
  position: absolute;
  bottom: 40px;
  left: 45px;
  z-index: 1;
}

.case-block-three .content .title {
  padding: 10px 20px;
  color: var(--theme-color-white);
  background-color: var(--theme-color2);
  -webkit-transition: all 300ms ease 100ms;
  transition: all 300ms ease 100ms;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  margin-bottom: 0;
}

[data-tm-layout=dark] .case-block-three .content .title {
  color: #ffffff;
}

.case-block-three .content .sub-title {
  display: inline-block;
  padding-left: 20px;
  padding-right: 30px;
  font-family: var(--body-font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  text-transform: capitalize;
  color: var(--theme-color-black);
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease 300ms;
  transition: all 300ms ease 300ms;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  margin-bottom: 0;
}

.case-block-three:hover .icon {
  right: 40px;
  opacity: 1;
  visibility: visible;
}

.case-block-three:hover .content .title,
.case-block-three:hover .content .sub-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/*** 

====================================================================
    Locations Section
====================================================================

***/
/*** 

====================================================================
		FAQ's Sectiom
====================================================================

***/
.faq-left-items-1 .faq-image {
  margin-top: 45px;
  position: relative;
}

@media (max-width: 767.98px) {
  .faq-left-items-1 .faq-image {
    margin-top: 30px;
  }
}

.faq-left-items-1 .faq-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.faq-left-items-1 .faq-image .shape-1 {
  position: absolute;
  top: 40px;
  left: -40px;
}

@media (max-width: 1199.98px) {
  .faq-left-items-1 .faq-image .shape-1 {
    display: none;
  }
}

.faq-left-items-1 .faq-image .shape-2 {
  position: absolute;
  bottom: 50px;
  right: -40px;
}

@media (max-width: 1199.98px) {
  .faq-left-items-1 .faq-image .shape-2 {
    display: none;
  }
}

.faq-content-1 .accordion-box {
  position: relative;
}

.faq-content-1 .accordion-box .block {
  position: relative;
  background-color: transparent;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 25px;
  margin-bottom: 25px;
}

[data-tm-layout=dark] .faq-content-1 .accordion-box .block {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.faq-content-1 .accordion-box .block:last-child {
  margin-bottom: 0;
}

.faq-content-1 .accordion-box .block .acc-btn {
  position: relative;
  font-size: 22px;
  color: var(--headings-color);
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 1199.98px) {
  .faq-content-1 .accordion-box .block .acc-btn {
    font-size: 20px;
  }
}

.faq-content-1 .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  font-size: 18px;
  line-height: 25px;
  color: var(--headings-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-content-1 .accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}

.faq-content-1 .accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding-right: 20px;
  margin-top: 10px;
}

.faq-content-1 .accordion-box .block .acc-content .content {
  position: relative;
}

.faq-content-1 .accordion-box .block .acc-content .content .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}

.faq-content-1 .accordion-box .block .acc-content.current {
  display: block;
}

.faq-section-2 {
  position: relative;
  margin: 0 30px;
  border-radius: 50px;
  background-color: #144443;
}

@media (max-width: 1399.98px) {
  .faq-section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1199.98px) {
  .faq-section-2 {
    padding-top: 100px;
  }
}

@media (max-width: 991.98px) {
  .faq-section-2 {
    padding-top: 80px;
  }
}

@media (max-width: 767.98px) {
  .faq-section-2 {
    margin: 0 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.faq-section-2 .dotted-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199.98px) {
  .faq-section-2 .dotted-shape {
    display: none;
  }
}

.faq-section-2 .dotted-shape img {
  height: 100%;
}

.faq-wrapper-2 .faq-items-wrap {
  padding: 120px 80px 100px;
  padding-left: 50px;
}

@media (max-width: 1699.98px) {
  .faq-wrapper-2 .faq-items-wrap {
    padding-left: 25px;
    padding-right: 40px;
  }
}

@media (max-width: 1399.98px) {
  .faq-wrapper-2 .faq-items-wrap {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }
}

.faq-image-style-3 {
  height: 822px;
}

@media (max-width: 1199.98px) {
  .faq-image-style-3 {
    display: none;
  }
}

.faq-image-style-3 img {
  border-radius: 50px 0px 0px 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.faq-content-style-3 .sec-title .triangle2 {
  border-left-color: #67A19F;
}

.faq-content-style-3 .faq-text {
  margin-top: 35px;
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .faq-content-style-3 .faq-text {
  color: rgba(204, 204, 204, 0.8);
}

.faq-content-style-3 .theme-btn {
  margin-top: 40px;
  position: relative;
}

.faq-content-style-3 .theme-btn.btn-style-one {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 100px;
  color: var(--theme-color-white);
  height: 70px;
  padding: 26px 60px;
  padding-right: 100px;
}

[data-tm-layout=dark] .faq-content-style-3 .theme-btn.btn-style-one {
  color: var(--headings-color);
}

@media only screen and (max-width: 767px) {
  .faq-content-style-3 .theme-btn.btn-style-one {
    padding-right: 80px;
    height: 60px;
  }

  .faq-content-style-3 .theme-btn.btn-style-one .icon {
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
    width: 40px;
  }

  .faq-content-style-3 .theme-btn.btn-style-one .icon svg {
    height: 15px;
    width: 15px;
  }
}

@media (max-width: 575.98px) {
  .faq-content-style-3 .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}

.faq-content-style-3 .theme-btn.btn-style-one:before {
  display: none;
}

.faq-content-style-3 .theme-btn.btn-style-one:hover {
  background-position: 100% 0;
}

.faq-content-style-3 .theme-btn.btn-style-one:hover .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .faq-content-style-3 .theme-btn.btn-style-one:hover .icon {
  color: var(--headings-color);
}

.faq-content-style-3 .theme-btn .icon {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  bottom: 4px;
  color: var(--theme-color-black);
  font-size: 50px;
  height: 62px;
  line-height: 72px;
  position: absolute;
  right: 4px;
  top: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 62px;
}

[data-tm-layout=dark] .faq-content-style-3 .theme-btn .icon {
  color: var(--headings-color);
}

.faq-accordion-style-3 .accordion .accordion-item {
  border: none;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #133B3A;
  overflow: hidden;
}

[data-tm-layout=dark] .faq-accordion-style-3 .accordion .accordion-item {
  -webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
}

.faq-accordion-style-3 .accordion .accordion-item .accordion-header button {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
  color: var(--theme-color-white);
  font-family: var(--heading-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  padding: 17px 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

[data-tm-layout=dark] .faq-accordion-style-3 .accordion .accordion-item .accordion-header button {
  color: #ffffff;
}

.faq-accordion-style-3 .accordion .accordion-item .accordion-body {
  padding: 30px;
}

.faq-accordion-style-3 .accordion .accordion-item .accordion-body .text {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  color: #F2F3F5;
}

.faq-accordion-style-3 .accordion .accordion-item:hover .accordion-header button {
  background-position: 100% 0;
}

.faq-accordion-style-3 .accordion .accordion-button::after {
  display: none;
}

.faq-accordion-style-3 .accordion .accordion-button::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 15px;
  right: 15px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0px;
  color: var(--theme-color-white);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

[data-tm-layout=dark] .faq-accordion-style-3 .accordion .accordion-button::before {
  color: #ffffff;
}

.faq-accordion-style-3 .accordion .accordion-button.collapsed {
  background: #133B3A !important;
  color: var(--theme-color-white);
}

.faq-accordion-style-3 .accordion .accordion-button.collapsed::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

[data-tm-layout=dark] .faq-accordion-style-3 .accordion .accordion-button.collapsed {
  color: #ffffff;
}

.faq-left-items-2 .faq-image img {
  border-radius: 30px;
}

.faq-left-items-2 .info-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  margin: 0px 50px;
  position: relative;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  width: 100%;
}

@media (max-width: 575.98px) {
  .faq-left-items-2 .info-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    margin-top: 30px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.faq-left-items-2 .info-box .icon-box {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 10px;
  color: var(--theme-color-white);
  height: 110px;
  line-height: 130px;
  text-align: center;
  width: 110px;
}

.faq-left-items-2 .info-box .icon-box .icon {
  color: var(--theme-color-white);
  font-size: 50px;
}

.faq-left-items-2 .info-box:hover .icon-box {
  background-position: 100% 0;
}

.faq-left-items-2 .info-box .content-box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
  border-radius: 10px;
  padding: 20px;
  padding-right: 30px;
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 4px 10px 0px #E2CCCC;
  box-shadow: 0px 4px 10px 0px #E2CCCC;
}

[data-tm-layout=dark] .faq-left-items-2 .info-box .content-box {
  background-color: var(--theme-color2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq-left-items-2 .info-box .content-box .content-icon {
  width: 68px;
  height: 68px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 10px solid rgba(106, 111, 120, 0.1);
}

.faq-left-items-2 .info-box .content-box .content-icon .icon {
  font-size: 20px;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 50%;
  color: var(--theme-color-white);
  background: var(--theme-color2);
}

[data-tm-layout=dark] .faq-left-items-2 .info-box .content-box .content-icon .icon {
  background: -webkit-gradient(linear, left top, right top, from(#C8F169), to(#039397));
  background: linear-gradient(90deg, #C8F169 0%, #039397 100%);
}

.faq-left-items-2 .info-box .content-box .content .content-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: var(--headings-color);
}

.faq-left-items-2 .info-box .content-box .content .content-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #6A6F78;
  display: block;
}

.faq-section-three {
  position: relative;
  margin: 0px 30px;
  padding: 120px 0px 160px;
  border-radius: 30px;
  margin-bottom: -80px;
  background-color: #F5F5F5;
}

[data-tm-layout=dark] .faq-section-three {
  background-color: var(--dark-color2);
}

@media (max-width: 1199.98px) {
  .faq-section-three {
    margin: 0;
    margin-bottom: -80px;
  }
}

.faq-section-three .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.faq-section-three .faq-content-1 .accordion {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 10px;
  border: 1px solid rgb(var(--theme-color-black-rgb), 0.1);
}

.faq-section-three .faq-content-1 .accordion .acc-btn {
  position: relative;
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  padding: 20px 30px;
  padding-right: 50px;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-section-three .faq-content-1 .accordion .acc-btn .arrow-icon {
  position: absolute;
  top: 20px;
  right: 30px;
}

.faq-section-three .faq-content-1 .accordion.active-block .acc-btn {
  color: var(--theme-color-light);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.faq-section-three .faq-content-1 .accordion.active-block .acc-btn .arrow-icon {
  color: var(--theme-color-light);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-section-three .faq-content-1 .accordion.active-block .acc-btn:hover {
  background-position: 100% 0;
}

.faq-section-three .faq-content-1 .accordion .acc-content {
  margin: 0;
  padding: 0;
}

.faq-section-three .faq-content-1 .accordion .acc-content .content {
  padding: 20px 30px;
}

/*** 

====================================================================
		Work Section
====================================================================

***/
/*** 

====================================================================
		Work Section
====================================================================

***/
.how-it-work-wrapper {
  /* border: 1px dashed #d9d9d9;
  border-radius: 15px;
  padding-top: 40px;
  padding-bottom: 60px;
  margin-top: 60px; */
  border: 1px dashed #d9d9d9;
    border-radius: 15px;
    padding-top: -4px;
    padding-left: 30px;
    padding-bottom: -2px;
    margin-top: 18px;
}

[data-tm-layout=dark] .how-it-work-wrapper {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.how-it-work-wrapper.border-none {
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}

.how-it-work-wrapper.border-none::before {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgb(var(--theme-color-black-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .how-it-work-wrapper.border-none::before {
    display: none;
  }
}

[data-tm-layout=dark] .how-it-work-wrapper.border-none::before {
  background-color: rgb(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 767.98px) {
  .how-it-work-wrapper {
    margin-top: 30px;
  }
}

.how-it-work-items-style-3 {
  
  padding: 5px;
  padding-bottom: 0;
  border-right: 1px solid #d9d9d9;
  height: 100%;
}

[data-tm-layout=dark] .how-it-work-items-style-3 {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.how-it-work-items-style-3.style-2 {
  position: relative;
  padding: 0;
  border: none;
  margin-bottom: 30px;
}

.how-it-work-items-style-3.style-2::before {
  position: absolute;
  top: 80px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  background-color: var(--theme-color-black);
}

[data-tm-layout=dark] .how-it-work-items-style-3.style-2::before {
  background-color: #ffffff;
}

.how-it-work-items-style-3.style-2::after {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  display: none;
  background-color: rgb(var(--theme-color-black-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .how-it-work-items-style-3.style-2::after {
    display: block;
  }
}

.how-it-work-items-style-3 .number {
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  /* margin-bottom: 30px; */
  color: transparent;
  -webkit-text-stroke: 1px var(--headings-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

[data-tm-layout=dark] .how-it-work-items-style-3 .number {
  -webkit-text-stroke: 1px rgb(var(--theme-color-white-rgb), 0.2);
}

.how-it-work-items-style-3 .title {
  margin-bottom: 10px;
  /* font-size: 24px; */
  font-size: 16px;
}

.how-it-work-items-style-3:hover .number {
  color: var(--headings-color);
}

.how-it-work-items-style-3.border-none {
  border-right: none;
}

.how-sec-text {
  font-size: 20px;
  font-weight: bold;
  /*text-align: center;*/
  padding-left: 50px;
      margin-top: -0.75rem !important;
}

.how-sec-text a {
  color: #0C6460;
  text-decoration: underline;
}

[data-tm-layout=dark] .how-sec-text a {
  text-decoration: none;
  color: var(--theme-color1);
}

.how-it-work-section {
  position: relative;
  z-index: 9;
}

.how-it-work-section .sec-title .title {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.how-it-work-section .circle-shape {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}

@media (max-width: 1399.98px) {
  .how-it-work-section .circle-shape {
    display: none;
  }
}

.how-it-work-section.gray-bg {
  position: relative;
  margin: 0px 30px;
  padding-top: 210px;
  margin-top: -90px;
  border-radius: 0 0 30px 30px;
  background-color: #F6F5EF;
}

@media (max-width: 767.98px) {
  .how-it-work-section.gray-bg {
    margin: 0;
    padding-top: 120px;
  }
}

[data-tm-layout=dark] .how-it-work-section.gray-bg {
  background-color: var(--dark-color2);
}

/*** 

====================================================================
    Fun Fact Section
====================================================================

***/
.counter-section {
  position: relative;
}

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

.counter-section .counter-wrapper2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 70px;
  margin: 0px 50px;
  border-bottom: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  font-size: 50px;
}

@media (max-width: 1199.98px) {
  .counter-section .counter-wrapper2 {
    margin: 0;
  }
}

@media (max-width: 991.98px) {
  .counter-section .counter-wrapper2 {
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.counter-section .counter-wrapper2 .icon-box {
  font-size: 60px;
  background: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.counter-block-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  max-width: 30%;
  width: 100%;
}

@media (max-width: 991.98px) {
  .counter-block-one {
    max-width: 47%;
  }
}

@media (max-width: 575.98px) {
  .counter-block-one {
    max-width: 100%;
  }
}

.counter-block-one::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 15px;
  height: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#85A6A6), to(#A68585));
  background: linear-gradient(180deg, #85A6A6 0%, #A68585 100%);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.counter-block-one .count-box .counter {
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  font-family: var(--heading-font-family);
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .counter-block-one .count-box .counter {
  color: #ffffff;
}

.counter-block-one .count-box .counter-title {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--heading-font-family);
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .counter-block-one .count-box .counter-title {
  color: #ffffff;
}

.counter-section .separator {
  width: 1px;
  height: 108px;
  background: #D2D2D2;
}

@media (max-width: 991.98px) {
  .counter-section .separator {
    display: none;
  }
}

.counter-box-one {
  position: relative;
  text-align: center;
}

.counter-box-one h2 {
  font-size: 96px;
  font-weight: 400;
  margin-bottom: 0;
}

.counter-box-one p {
  font-size: 18px;
  font-weight: 500;
  max-width: 140px;
  line-height: 133%;
  margin: 0 auto;
  color: #144443;
}

[data-tm-layout=dark] .counter-box-one p {
  color: #ffffff;
}

/***

====================================================================
    Marquee Section
====================================================================

***/
.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 0;
}

.marquee.slide-right {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.marquee.slide-right .text {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.marquee.slide-right .stroke-text {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.marquee .marquee-group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 0;
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
  animation: scroll var(--duration) linear infinite;
}

@media (max-width: 1899.98px) {
  .marquee .marquee-group {
    gap: 30px;
  }
}

.marquee .text {
  font-size: 28px;
  /* font-size: 48px; */
  /* line-height: 1.3; */
  font-weight: 600;
  /* font-weight: 400; */
  text-transform: capitalize;
  margin: 0 12px;
  position: relative;
  color: var(--headings-color);
  /* -webkit-text-stroke: 1px var(--headings-color); */
}

.marquee .stroke-text {
   font-size: 40px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 30px;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 1px #B4B4B4;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.marquee-section-2 {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 45px 0;
}

[data-tm-layout=dark] .marquee-section-2 {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

/***

====================================================================
    Project Section
====================================================================

***/
.project-card-items {
  margin-top: 30px;
}

.project-card-items .project-image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}

.project-card-items .project-image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.project-card-items .project-image img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.project-card-items .project-image img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.project-card-items .project-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-card-items .project-image .project-layer-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.project-card-items .project-image .project-layer-wrapper .project-layer-image {
  width: 25%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.project-card-items .project-image .project-layer-wrapper .project-layer-image::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 68, 67, 0)), to(#144443));
  background: linear-gradient(180deg, rgba(20, 68, 67, 0) 0%, #144443 100%);
}

.project-card-items .project-image .project-layer-wrapper .project-layer-image:nth-child(1) {
  background-position: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.project-card-items .project-image .project-layer-wrapper .project-layer-image:nth-child(1)::before {
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.project-card-items .project-image .project-layer-wrapper .project-layer-image:nth-child(2) {
  background-position: 33.33%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  border-radius: 0 !important;
}

.project-card-items .project-image .project-layer-wrapper .project-layer-image:nth-child(2)::before {
  border-radius: 0 !important;
}

.project-card-items .project-image .project-layer-wrapper .project-layer-image:nth-child(3) {
  background-position: 66.66%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  border-radius: 0 !important;
}

.project-card-items .project-image .project-layer-wrapper .project-layer-image:nth-child(3)::before {
  border-radius: 0 !important;
}

.project-card-items .project-image .project-layer-wrapper .project-layer-image:nth-child(4) {
  background-position: 100%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.project-card-items .project-image::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 68, 67, 0)), to(#144443));
  background: linear-gradient(180deg, rgba(20, 68, 67, 0) 0%, #144443 100%);
  z-index: 9;
}

.project-card-items .project-image .number {
  font-size: 96px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  bottom: 60px;
  left: 60px;
}

.project-card-items .project-content {
  padding: 25px;
  background-color: var(--theme-color-white);
  margin-left: 50px;
  margin-right: 50px;
  margin-top: -70px;
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 35px;
  position: relative;
}

[data-tm-layout=dark] .project-card-items .project-content {
  background-color: var(--dark-color2);
}

.project-card-items .project-content .arrow-shape {
  position: absolute;
  top: 8%;
  left: 50%;
  display: none;
}

.project-card-items .project-content::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 5px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.58%, #C8F169), to(#039397));
  background: linear-gradient(90deg, #C8F169 0.58%, #039397 100%);
}

.project-card-items .project-content h3 {
  line-height: 1;
}

.project-card-items .project-content h3 a {
  color: var(--headings-color);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.project-card-items .project-content h3 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--headings-color)), to(var(--headings-color)));
  background-image: linear-gradient(180deg, var(--headings-color) 0%, var(--headings-color) 100%);
}

.project-card-items .project-content .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  border-radius: 10px;
  background: #144443;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-size: 30px;
  color: var(--theme-color-white);
}

.project-card-items .project-content .icon i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
}

.project-card-items .project-content .icon:hover {
  background: var(--gradient-1);
  color: var(--theme-color-white);
}

.project-card-items .project-content .icon:hover i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.project-card-items:hover .project-image img:nth-child(1) {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.project-card-items:hover .project-image img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.project-wrapper {
  margin-right: -35%;
}

@media (max-width: 767.98px) {
  .project-wrapper {
    margin-right: 0;
  }
}

.project-section {
  position: relative;
}

.project-section .shape-1 {
  position: absolute;
  top: 39%;
  left: 5%;
}

@media (max-width: 1199.98px) {
  .project-section .shape-1 {
    display: none;
  }
}

.project-section .shape-2 {
  position: absolute;
  left: 0;
  bottom: 15%;
}

@media (max-width: 1199.98px) {
  .project-section .shape-2 {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .project-section .array-button {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
  }
}

.project-wrapper-2 {
  margin-left: -10%;
  margin-right: -10%;
}

@media (max-width: 991.98px) {
  .project-wrapper-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.project-box-items-2 {
  margin-top: 30px;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  padding: 30px 24px;
}

[data-tm-layout=dark] .project-box-items-2 {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.project-box-items-2 .project-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}

.project-box-items-2 .project-image::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 10px 10px 0px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 68, 67, 0)), to(#144443));
  background: linear-gradient(180deg, rgba(20, 68, 67, 0) 0%, #144443 100%);
  z-index: 9;
}

.project-box-items-2 .project-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
}

.project-box-items-2 .project-image img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.project-box-items-2 .project-image img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.project-box-items-2 .project-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-box-items-2 .project-image .shape-1 {
  position: absolute;
  bottom: 0;
  right: 20px;
}

.project-box-items-2 .project-image .project-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 9;
}

.project-box-items-2 .project-image .project-content h3 {
  line-height: 1;
}

.project-box-items-2 .project-image .project-content h3 a {
  color: #fff;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.project-box-items-2 .project-image .project-content h3 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
}

.project-box-items-2 .project-image .project-content p {
  color: #fff;
}

.project-box-items-2 .project-image .project-layer-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image {
  width: 25%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: cover;
  border-radius: 10px 10px 0px 0px;
  position: relative;
}

.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 10px 10px 0px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 68, 67, 0)), to(#144443));
  background: linear-gradient(180deg, rgba(20, 68, 67, 0) 0%, #144443 100%);
}

.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image:nth-child(1) {
  background-position: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image:nth-child(2) {
  background-position: 33.33%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  border-radius: 0 !important;
}

.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image:nth-child(2)::before {
  border-radius: 0 !important;
}

.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image:nth-child(3) {
  background-position: 66.66%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  border-radius: 0 !important;
}

.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image:nth-child(3)::before {
  border-radius: 0 !important;
}

.project-box-items-2 .project-image .project-layer-wrapper .project-layer-image:nth-child(4) {
  background-position: 100%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.project-box-items-2 .theme-btn {
  position: relative;
}

.project-box-items-2 .theme-btn.btn-style-one {
  padding: 26px 22px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  border-radius: 0px 10px 10px 0px;
  background: #C8F169;
  color: var(--headings-color);
  padding-right: 85px;
}

[data-tm-layout=dark] .project-box-items-2 .theme-btn.btn-style-one {
  color: var(--theme-color2);
}

.project-box-items-2 .theme-btn.btn-style-one::before {
  z-index: -1;
  background-color: var(--headings-color);
}

.project-box-items-2 .theme-btn.btn-style-one:hover {
  color: #fff;
}

[data-tm-layout=dark] .project-box-items-2 .theme-btn.btn-style-one:hover {
  color: var(--theme-color2);
}

.project-box-items-2 .theme-btn .icon {
  width: 52px;
  height: 52px;
  line-height: 56px;
  border-radius: 10px;
  background: #144443;
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  font-size: 28px;
  color: var(--theme-color-white);
}

.project-box-items-2 .theme-btn .icon i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
}

.project-box-items-2:hover .project-image img:nth-child(1) {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.project-box-items-2:hover .project-image img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.project-wrapper-4 {
  padding: 0 30px;
}

@media (max-width: 1399.98px) {
  .project-wrapper-4 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .project-wrapper-4 {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.project-image-4 {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 9;
}

.project-image-4::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.42%, #C8F169), color-stop(98.86%, #039397));
  background: linear-gradient(180deg, #C8F169 1.42%, #039397 98.86%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.project-image-4 img {
  width: 100%;
  height: 100%;
}

.project-image-4 .title {
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: -50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
}

.project-image-4 .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.project-image-4 .title a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color-white)), to(var(--theme-color-white)));
  background-image: linear-gradient(180deg, var(--theme-color-white) 0%, var(--theme-color-white) 100%);
}

.project-image-4:hover .title {
  bottom: 50px;
  opacity: 1;
  visibility: visible;
}

.project-image-4:hover::before {
  opacity: 0.7;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

.project-section-4 .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

.project-section-4 .nav .nav-item .nav-link {
  background: var(--theme-color-white);
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  color: var(--headings-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font-family);
}

.project-section-4 .nav .nav-item .nav-link.active {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.project-section-4 .nav .nav-item .nav-link.active:hover {
  background-position: 100% 0;
}

/*** 

====================================================================
    Project Section
====================================================================

***/
.ks-project-area {
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 120px;
}

.ks-project-subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  color: var(--headings-color);
}

@media (max-width: 767.98px) {
  .ks-project-subtitle br {
    display: none;
  }
}

.ks-project-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  font-family: var(--heading-font-family);
  max-width: 255px;
  margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
  .ks-project-title {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 991.98px) {
  .ks-project-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 767.98px) {
  .ks-project-title {
    font-size: 20px;
    line-height: 32px;
  }

  .ks-project-title br {
    display: none;
  }
}

.ks-project-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: var(--text-color);
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .ks-project-text br {
    display: none;
  }
}

.ks-project-thumb img {
  border-radius: 20px;
}

.ks-project-item {
  position: relative;
  margin-bottom: 80px;
  border-radius: 50px;
}

.ks-project-item:last-child {
  margin-bottom: 0;
}

.ks-project-btn a:first-child {
  margin-right: 10px;
}

.ks-project-content-wrap {
  margin: 50px;
  display: inline-block;
  padding: 54px 80px 55px 60px;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  max-width: 488px;
  width: 100%;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
  .ks-project-content-wrap {
    padding: 45px;
  }
}

@media (max-width: 767.98px) {
  .ks-project-content-wrap {
    padding: 30px 15px;
    margin: 35px 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .ks-project-content-wrap {
    margin: 45px;
    padding: 50px 40px;
  }
}

.ks-project-content-wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  border-radius: 50px;
  background-color: var(--theme-color-white);
  -webkit-mask-image: url(../images/home-5/shape/mask.png);
  -webkit-mask-size: cover;
  -webkit-mask-position: top right;
  -webkit-mask-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .ks-project-content-wrap::after {
    -webkit-mask-image: unset;
    mask-image: unset;
  }
}

.ks-project-content-wrap.ks-btn-black {
  padding: 16px 35px;
  color: var(--theme-color-white);
  background-color: var(--gray-color3);
}

@media (max-width: 767.98px) {
  .ks-project-content-wrap.ks-btn-black {
    padding: 12px 20px;
  }
}

.ks-project-content-wrap.ks-btn-black:hover {
  color: var(--theme-color-white);
  background-color: var(--theme-color-blue);
}

.ks-project-arrow {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767.98px) {
  .ks-project-arrow {
    top: 15px;
    right: 15px;
  }
}

.ks-project-arrow a {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 50%;
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
  .ks-project-arrow a {
    font-size: 50px;
    height: 85px;
    width: 85px;
    line-height: 85px;
  }
}

@media (max-width: 767.98px) {
  .ks-project-arrow a {
    font-size: 40px;
    height: 55px;
    width: 55px;
    line-height: 55px;
  }
}

.ks-project-arrow a:hover {
  background-position: 100% 0;
  color: var(--theme-color-white);
}

.ks-project-arrow a:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/***

====================================================================
	Testimonial Section
====================================================================
.
***/
.bg-shape{
  height:100px;
}
.testimonial-box-items {
  margin-top: 30px;
  padding: 20px;
  padding-top: 0;
  position: relative;
}

@media (max-width: 767.98px) {
  .testimonial-box-items {
    padding: 40px 25px;
    padding-top: 0;
  }
}

.testimonial-box-items::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 20px;
  border: 1px solid #c9c9c9;
  background-color: var(--theme-color-white);
  z-index: -1;
  top: 30px;
  height: initial;
}

[data-tm-layout=dark] .testimonial-box-items::before {
  border-color: var(--dark-color2);
}

.testimonial-box-items .client-info-items {
  border-radius: 20px;
  background: #e9ecef;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

@media (max-width: 767.98px) {
  .testimonial-box-items .client-info-items {
    padding: 15px 15px;
  }
}

.testimonial-box-items .client-info-items .client-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-box-items .client-info-items .client-image .quote-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme-color1);
  text-align: center;
  border-radius: 50%;
  margin-left: -15px;
  color: var(--headings-color);
}

.testimonial-box-items .client-info-items .client-image img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-box-items .client-info-items .client-content h5 {
  color: #052221;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.testimonial-box-items .client-info-items .client-content span {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  color: #052221;
;
}

.testimonial-box-items .testimonial-content {
  margin-top: 24px;
}

.testimonial-box-items .testimonial-content .star {
  font-size: 12px;
  color: #ffc65e;
  margin-bottom: 10px;
}

.testimonial-box-items .testimonial-content p {
  font-size: 14px;
  line-height: 195%;
}

.testimonial-wrapper-2 {
  /* margin-left: -20%;
  margin-right: -9%; */
}

@media (max-width: 1199.98px) {
  .testimonial-wrapper-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.testimonial-card-item {
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 30px;
  gap: 30px;
  z-index: 9;
}

[data-tm-layout=dark] .testimonial-card-item {
  border-color: transparent;
  background-color: var(--dark-color2);
}

@media (max-width: 1199.98px) {
  .testimonial-card-item {
    display: block;
    text-align: center;
  }
}

.testimonial-card-item .box-shape {
  position: absolute;
  bottom: 0;
  left: 60px;
  z-index: 1;
}

.testimonial-card-item .client-item {
  text-align: center;
  position: relative;
  padding: 60px 35px;
  background-color: #144443;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 1199.98px) {
  .testimonial-card-item .client-item {
    padding: 30px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }
}

.testimonial-card-item .client-item .client-image {
  position: relative;
  height: 80px;
  width: 80px;
  margin: 0 auto;
  z-index: 9;
}

.testimonial-card-item .client-item .client-image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px dashed var(--theme-color1);
}

.testimonial-card-item .client-item .client-image img {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-card-item .client-item .info-text {
  margin-top: 30px;
  z-index: 9;
}

@media (max-width: 1199.98px) {
  .testimonial-card-item .client-item .info-text {
    text-align: center;
  }
}

.testimonial-card-item .client-item .info-text h5 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 9;
}

.testimonial-card-item .client-item .info-text span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  z-index: 9;
}

@media (max-width: 1199.98px) {
  .testimonial-card-item .content {
    padding: 30px;
  }
}

.testimonial-card-item .content .quote-icon {
  background: #c8f169;
  color: var(--headings-color);
  font-size: 30px;
  height: 67px;
  line-height: 67px;
  position: absolute;
  text-align: center;
  top: -11px;
  width: 67px;
}

.testimonial-card-item .content .quote-icon .test-triangle {
  position: absolute;
  width: 0;
  height: 0;
  top: 11px;
  right: 0px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.testimonial-card-item .content .quote-icon .test-triangle::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 11px solid var(--theme-color1);
  border-bottom: 11px solid transparent;
}

.testimonial-card-item .content .star {
  color: #ffc65e;
  margin-top: -44px;
  /* margin-bottom: 10px; */
}

@media (max-width: 1199.98px) {
  .testimonial-card-item .content .star {
    margin-top: 0;
  }
}

.testimonial-card-item .content p {
  max-width: 250px;
  font-size: 15px;
  height:123px;
}

@media (max-width: 1199.98px) {
  .testimonial-card-item .content p {
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .testimonial-card-item .content p {
    font-size: 16px;
  }
}

.testimonial-card-item.border-none {
  border: none;
}

.testimonial-card-item.border-none .client-item {
  background: #144443;
}

.testimonial-top-right {
  position: relative;
}

@media (max-width: 1199.98px) {
  .testimonial-top-right {
    display: none;
  }
}

.testimonial-top-right .client-1 {
  position: absolute;
  top: 22%;
  left: 12%;
  width: 90px;
  height: 90px;
}

.testimonial-top-right .client-1 img {
  border-radius: 50%;
  border: 3px solid solid var(--theme-color-white);
}

@media (max-width: 575.98px) {
  .testimonial-top-right .client-1 {
    display: none;
  }
}

.testimonial-top-right .client-2 {
  position: absolute;
  top: -17px;
  left: 34%;
  width: 55px;
  height: 55px;
}

.testimonial-top-right .client-2 img {
  border-radius: 50%;
  border: 1px solid var(--theme-color-white);
}

@media (max-width: 575.98px) {
  .testimonial-top-right .client-2 {
    display: none;
  }
}

.testimonial-top-right .client-3 {
  position: absolute;
  left: 52%;
  top: 22%;
  width: 55px;
  height: 55px;
}

@media (max-width: 575.98px) {
  .testimonial-top-right .client-3 {
    display: none;
  }
}

.testimonial-top-right .client-3 img {
  border-radius: 50%;
  border: 1px solid var(--theme-color-white);
}

.testimonial-top-right .client-4 {
  position: absolute;
  right: 14%;
  top: 13%;
  width: 53px;
  height: 53px;
}

.testimonial-top-right .client-4 img {
  border-radius: 50%;
  border: 1px solid var(--theme-color-white);
}

@media (max-width: 575.98px) {
  .testimonial-top-right .client-4 {
    display: none;
  }
}

.testimonial-section-2 {
  position: relative;
  /*border-radius: 50px;*/
  /*background: #112b1d;*/
  background:#476e46;
  /*margin: 0 30px;*/
}

.testimonial-section-2.bg-white {
  background-color: var(--dark-color2) !important;
}

@media (max-width: 1399.98px) {
  .testimonial-section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .testimonial-section-2 {
    margin: 0 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.testimonial-section-3 {
  margin: 0 30px;
  border-radius: 25px;
  background: var(--theme-color-white);
}

@media (max-width: 1399.98px) {
  .testimonial-section-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .testimonial-section-3 {
    margin: 0 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.testimonial-section-3 .array-button {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}

@media (max-width: 1199.98px) {
  .testimonial-section-3 .array-button {
    position: static;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: 30px;
  }
}

.testimonial-section-3 .array-button .array-prev,
.testimonial-section-3 .array-button .array-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: none;
  font-size: 18px;
}

.testimonial-section-3 .array-button .array-prev {
  background: #f1f1f1;
}

[data-tm-layout=dark] .testimonial-section-3 .array-button .array-prev {
  background-color: transparent;
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
}

.testimonial-section-3 .array-button .array-prev:hover {
  background: var(--theme-color1);
  color: var(--headings-color);
}

.testimonial-section-3 .array-button .array-next {
  background: var(--theme-color1);
}

.testimonial-section-3 .array-button .array-next:hover {
  background: var(--headings-color);
  color: var(--theme-color-white);
}

.testimonial-wrapper-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  padding-top: 85px;
}

@media (max-width: 1199.98px) {
  .testimonial-wrapper-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 17px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.mask-shape-style-3 {
  position: absolute;
  top: 50%;
  left: -5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199.98px) {
  .mask-shape-style-3 {
    display: none;
  }
}

.image-box-style-3 {
  max-width: 300px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.image-box-style-3 .quate {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 32px;
  height: 90px;
  line-height: 100px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: -15px;
  width: 90px;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.image-box-style-3 .image {
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  width: 300px;
  height: 300px;
}

.image-box-style-3 .image::after {
  background-color: rgba(var(--theme-color-white-rgb), 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.image-box-style-3 .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-box-style-3 .image .planet-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.image-box-style-3 .star {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-top: 35px;
  border: 1px solid #e1e1e1;
  padding: 5px 35px;
  border-radius: 30px;
  width: 190px;
  font-size: 16px;
  color: #ff8c22;
}

.image-box-style-3 .star::after {
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  background-color: var(--theme-color-white);
  width: 25px;
  height: 25px;
  content: "";
}

.image-box-style-3:hover .quate {
  background-position: 100% 0;
}

.content-box-style-3 {
  max-width: 810px;
}

.content-box-style-3 .text {
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(24, 24, 94, 0.1);
  color: var(--headings-color);
}

[data-tm-layout=dark] .content-box-style-3 .text {
  border-color: rgba(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .content-box-style-3 .text {
    font-size: 26px;
    line-height: 150%;
  }
}

@media (max-width: 767.98px) {
  .content-box-style-3 .text {
    font-size: 23px;
  }
}

@media (max-width: 575.98px) {
  .content-box-style-3 .text {
    font-size: 20px;
  }
}

.content-box-style-3 .title span {
  font-family: var(--body-font-family);
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
}

.testimonial-section-five .title-box {
  margin-right: 50px;
}

@media (max-width: 1199.98px) {
  .testimonial-section-five .title-box {
    margin-right: 0;
  }
}

@media (max-width: 1199.98px) {
  .testimonial-section-five .title-box .sec-title .title {
    font-size: 40px;
  }
}

[data-tm-layout=dark] .testimonial-section-five .title-box .btn-style-two {
  color: #ffffff;
}

[data-tm-layout=dark] .testimonial-section-five .title-box .btn-style-two .icon {
  background-color: #ffffff;
}

.testimonial-section-five .testimonials-outer {
  margin-left: -50px;
}

@media (max-width: 1199.98px) {
  .testimonial-section-five .testimonials-outer {
    margin-left: 0;
  }
}

.testimonial-block-five:last-child .inner-box {
  margin-bottom: 0;
}

.testimonial-block-five .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0px;
  max-width: 790px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .testimonial-block-five .inner-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.testimonial-block-five .inner-box .thumb {
  position: relative;
  margin-bottom: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 44%;
  width: 100%;
}

@media (max-width: 575.98px) {
  .testimonial-block-five .inner-box .thumb {
    max-width: 100%;
  }

  .testimonial-block-five .inner-box .thumb img {
    width: 100%;
  }
}

.testimonial-block-five .inner-box .thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.testimonial-block-five .inner-box .thumb .video-btn {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: var(--headings-color);
  background-color: var(--theme-color1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.testimonial-block-five .inner-box .content-box {
  padding: 40px;
  border-radius: 0 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(19, 81, 216, 0.05);
  -webkit-box-shadow: 0px 4px 18px 0px rgba(var(--theme-color-black-rgb), 0.05);
  box-shadow: 0px 4px 18px 0px rgba(var(--theme-color-black-rgb), 0.05);
}

[data-tm-layout=dark] .testimonial-block-five .inner-box .content-box {
  background-color: var(--dark-color2);
  border-color: var(--dark-color2);
}

@media (max-width: 575.98px) {
  .testimonial-block-five .inner-box .content-box {
    padding: 40px 20px;
    border-radius: 0 0 20px 20px;
  }
}

.testimonial-block-five .inner-box .content-box .logo {
  margin-bottom: 20px;
}

[data-tm-layout=dark] .testimonial-block-five .inner-box .content-box .logo img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.testimonial-block-five .inner-box .content-box .text {
  font-size: 20px;
  line-height: 32px;
  color: var(--text-color);
}

@media (max-width: 1899.98px) {
  .testimonial-block-five .inner-box .content-box .text {
    font-size: 16px;
  }
}

.testimonial-block-five .inner-box .content-box .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px;
  margin-top: 30px;
  border-top: 1px solid #EEEFF1;
}

[data-tm-layout=dark] .testimonial-block-five .inner-box .content-box .info-box {
  border-color: rgba(var(--theme-color-white-rgb), 0.1);
}

.testimonial-block-five .inner-box .content-box .info-box .user-info .name {
  font-size: 18px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.testimonial-block-five .inner-box .content-box .info-box .user-info .designation {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: var(--text-color3);
}

.testimonial-block-five .inner-box .content-box .info-box .rating-info {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  padding: 5px 15px;
  border-radius: 35px;
  background-color: var(--theme-color1);
}

.testimonial-block-five .inner-box .content-box .info-box .rating-info .rating {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: var(--headings-color);
}

.testimonial-block-five .inner-box .content-box .info-box .rating-info .icon {
  font-size: 14px;
  line-height: 18px;
  color: var(--headings-color);
}

/*** 

====================================================================
    Video Section
====================================================================

***/
/*** 

====================================================================
    Why Choose Us
====================================================================

***/
.why-choose-section.section-bg-2 {
  position: relative;
  z-index: 9;
  /*background-color: var(--theme-color2);*/
}

.why-choose-section.section-bg-2 .shape-1 {
  position: absolute;
  bottom: 38px;
  right: -51px;
  z-index: -1;
}

.why-choose-section.section-bg-2 .why-choose-us-content-1 .tab-content.light .why-choose-list h3 {
  /*color: var(--theme-color-white);*/
}

.why-choose-section.section-bg-2 .why-choose-us-content-1 .tab-content.light .why-choose-list p {
  /*color: var(--theme-color-white);*/
}

.why-choose-section.section-bg-2 .why-choose-us-content-1 .tab-content.light .why-choose-list-items .why-list li {
  /*color: var(--theme-color-white);*/
}

.why-choose-section.section-bg-2 .why-choose-us-content-1 .tab-content.light .text {
  /*color: var(--theme-color-white);*/
}

@media (max-width: 1199.98px) {
  .why-choose-us-wrapper {
    padding: 30px 0;
  }
}

.why-choose-us-image-1 {
  direction: rtl;
  max-width: 850px;
  position: relative;
  width: 100%;
}

.why-choose-us-image-1 img {
  max-width: initial;
}

@media (max-width: 1199.98px) {
  .why-choose-us-image-1 img {
    width: 100%;
    height: 100%;
  }
}

.why-choose-us-image-1 .icon-box-items {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(154, 154, 154, 0.3);
  backdrop-filter: blur(20px);
  padding: 35px 35px;
  max-width: 340px;
}

@media (max-width: 575.98px) {
  .why-choose-us-image-1 .icon-box-items {
    padding: 18px 30px;
    max-width: 286px;
  }
}

.why-choose-us-image-1 .icon-box-items .icon {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 50px;
  font-size: 50px;
  height: 112px;
  line-height: 120px;
  margin: 0 auto 30px;
  text-align: center;
  width: 112px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.why-choose-us-image-1 .icon-box-items h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 134%;
  font-family: var(--body-font-family);
  text-align: center;
}

@media (max-width: 575.98px) {
  .why-choose-us-image-1 .icon-box-items h3 {
    font-size: 20px;
    line-height: 144%;
  }
}

.why-choose-us-image-1 .icon-box-items:hover .icon {
  background-position: 100% 0;
}

.why-choose-us-content-1 {
  margin-left: 60px;
  margin-top: -102px;
}

@media (max-width: 1399.98px) {
  .why-choose-us-content-1 {
    margin-left: 30px;
  }
}

@media (max-width: 1199.98px) {
  .why-choose-us-content-1 {
    margin-left: 0;
  }
}

.why-choose-us-content-1 .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background: #FFF;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 10px;
  margin-top:20px;
}

[data-tm-layout=dark] .why-choose-us-content-1 .nav {
  background-color: #1F4646;
}

@media (max-width: 767.98px) {
  .why-choose-us-content-1 .nav {
    margin-top: 30px;
    border-radius: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.why-choose-us-content-1 .nav .nav-item .nav-link {
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  color: var(--headings-color);
  border-radius: 100px;
  line-height: 1;
}

@media (max-width: 1199.98px) {
  .why-choose-us-content-1 .nav .nav-item .nav-link {
    font-size: 15px;
    padding: 18px 20px;
  }
}

.why-choose-us-content-1 .nav .nav-item .nav-link.active {
  /*background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));*/
  /*background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);*/
  background-size: 200%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  background: linear-gradient(90deg, rgba(17, 43, 29, 1) 50%, rgba(127, 153, 110, 1) 100%);
}

.why-choose-us-content-1 .nav .nav-item .nav-link.active:hover {
  background-position: 100% 0;
}

.why-choose-us-content-1 .why-choose-list {
  margin-top: 30px;
}

.why-choose-us-content-1 .why-choose-list h3 {
  font-size: 26px;
  color: #0B3130;
}

[data-tm-layout=dark] .why-choose-us-content-1 .why-choose-list h3 {
  color: #ffffff;
}

.why-choose-us-content-1 .why-choose-list p {
  font-size: 15px;
  margin-top: 10px;
}

.why-choose-us-content-1 .why-choose-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

@media (max-width: 1199.98px) {
  .why-choose-us-content-1 .why-choose-list-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.why-choose-us-content-1 .why-choose-list-items .why-list li {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767.98px) {
  .why-choose-us-content-1 .why-choose-list-items .why-list li {
    font-size: 16px;
  }
}

.why-choose-us-content-1 .why-choose-list-items .why-list li:not(:last-child) {
  margin-bottom: 5px;
}

.why-choose-us-content-1 .why-choose-list-items .why-list li .icon {
  position: relative;
  color: var(--headings-color);
  background-color: var(--theme-color1);
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 22px;
  font-size: 13px;
  text-align: center;
  border: 2px solid var(--headings-color);
}

.why-choose-us-content-1 .why-choose-list-items .why-list li .icon::before {
  position: absolute;
  top: 2px;
  right: -4px;
  content: "";
  background-color: var(--theme-color2);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: -1;
}

.why-choose-us-content-1 .choose-us-progressbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  margin-top: 20px;
}

@media (max-width: 1199.98px) {
  .why-choose-us-content-1 .choose-us-progressbar {
    gap: 30px;
  }
}

.why-choose-us-content-1 .progress-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-choose-us-content-1 .circular-progress {
  position: relative;
  width: 150px;
  height: 150px;
  background: conic-gradient(#C8F169 0deg, #D4D4D4 0deg);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-choose-us-content-1 .circular-progress::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
}

[data-tm-layout=dark] .why-choose-us-content-1 .circular-progress::before {
  background: var(--theme-color2);
}

.why-choose-us-content-1 .progress-value {
  position: absolute;
  font-size: 26px;
  font-weight: 600;
  color: #0B3130;
  font-family: var(--heading-font-family);
}

[data-tm-layout=dark] .why-choose-us-content-1 .progress-value {
  color: #ffffff;
}

.why-choose-us-content-1 .text {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #0B3130;
}

[data-tm-layout=dark] .why-choose-us-content-1 .text {
  color: #ffffff;
}

.why-choose-section-2 {
  position: relative;
  /*margin: 20px 30px;*/
  /*border-radius: 50px;*/
  z-index: 9;
}

@media (max-width: 1399.98px) {
  .why-choose-section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .why-choose-section-2 {
    margin: 0 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.why-choose-section-2 .circle-shape {
  position: absolute;
  bottom: 170px;
  right: 0;
}

@media (max-width: 1399.98px) {
  .why-choose-section-2 .circle-shape {
    display: none;
  }
}

.service-details::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 50px;
  /* background: -webkit-gradient(linear, left top, right top, from(rgba(20, 68, 67, 0)), color-stop(14%, rgba(20, 68, 67, 0.8)), color-stop(30%, rgba(20, 68, 67, 0.96)), to(#144443)); */
  /* background: linear-gradient(90deg, rgba(20, 68, 67, 0) 0%, rgba(20, 68, 67, 0.8) 14%, rgba(20, 68, 67, 0.96) 30%, #144443 100%); */
  z-index: -1;
      /* background: linear-gradient(90deg, #144443 0%, rgba(20, 68, 67, 0.8) 14%, rgba(20, 68, 67, 0.96) 30%, #144443 100%); */
}

.why-choose-section-2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  /*border-radius: 50px;*/
  /* background: -webkit-gradient(linear, left top, right top, from(rgba(20, 68, 67, 0)), color-stop(14%, rgba(20, 68, 67, 0.8)), color-stop(30%, rgba(20, 68, 67, 0.96)), to(#144443)); */
  /* background: linear-gradient(90deg, rgba(20, 68, 67, 0) 0%, rgba(20, 68, 67, 0.8) 14%, rgba(20, 68, 67, 0.96) 30%, #144443 100%); */
  z-index: -1;
      /*background: linear-gradient(90deg, #144443 0%, rgba(20, 68, 67, 0.8) 14%, rgba(20, 68, 67, 0.96) 30%, #144443 100%);*/
      /*background: #052221;*/
      /*background: #112b1d;*/
      background: #476e46;
}

.why-choose-section-2_new::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  /*border-radius: 50px;*/
  /* background: -webkit-gradient(linear, left top, right top, from(rgba(20, 68, 67, 0)), color-stop(14%, rgba(20, 68, 67, 0.8)), color-stop(30%, rgba(20, 68, 67, 0.96)), to(#144443)); */
  /* background: linear-gradient(90deg, rgba(20, 68, 67, 0) 0%, rgba(20, 68, 67, 0.8) 14%, rgba(20, 68, 67, 0.96) 30%, #144443 100%); */
  z-index: -1;
   background: linear-gradient(90deg,rgba(5, 34, 33, 1) 19%, rgba(27, 51, 26, 1) 47%) !important;
}

@media (max-width: 1399.98px) {
  .why-choose-us-wrapper-2 {
    padding-bottom: 120px;
  }
}

@media (max-width: 1199.98px) {
  .why-choose-us-wrapper-2 {
    padding-bottom: 100px;
  }
}

@media (max-width: 991.98px) {
  .why-choose-us-wrapper-2 {
    padding-bottom: 80px;
  }
}

.why-choose-us-wrapper-2 .sec-title .triangle2 {
  border-left-color: #67A19F;
}

@media (max-width: 1199.98px) {
  .service-imagestyle-3 {
    display: none;
  }
}

.service-imagestyle-3 img {
  width: auto;

  border-radius: 10px;
}

.choose-us-image-2 {
  width: 560px;
  margin-left: -155px;
}

@media (max-width: 1699.98px) {
  .choose-us-image-2 {
    margin-left: -70px;
  }
}

@media (max-width: 1399.98px) {
  .choose-us-image-2 {
    width: 515px;
    margin-left: -50px;
  }
}

@media (max-width: 1199.98px) {
  .choose-us-image-2 {
    display: none;
  }
}

.choose-us-image-2 img {
  width: 100%;
  height: 100%;
}

.choose-us-content-2 {
  /*margin-left: 40px;*/
}

@media (max-width: 1699.98px) {
  .choose-us-content-2 {
    /*margin-left: 105px;*/
  }
}

@media (max-width: 1399.98px) {
  .choose-us-content-2 {
    /*margin-left: 0px;*/
  }
}

@media (max-width: 1199.98px) {
  .choose-us-content-2 {
    margin-left: 0;
  }
}

.choose-us-box-style-2 {
  margin-top: 15px;
}

@media (max-width: 767.98px) {
  .choose-us-box-style-2 {
    margin-top: 30px;
  }
}

.choose-us-box-style-2 .icon {
  width: 50px;
  height:50px;
  line-height: 50px;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 28px;
  color: var(--theme-color-white);
}

.choose-us-box-style-2 .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}

.choose-us-box-style-2 .content {
  max-width: 310px;
  margin-top: 11px;
}
.choose_head{
  font-size: 20px;
    font-weight: 400;
}
.choose-us-box-style-2 .content h3 {
  color: var(--theme-color-white);
  /* margin-bottom: 10px; */
}

[data-tm-layout=dark] .choose-us-box-style-2 .content h3 {
  color: var(--headings-color);
}

.choose-us-box-style-2 .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.choose-us-box-style-2 .content h3 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color-white)), to(var(--theme-color-white)));
  background-image: linear-gradient(180deg, var(--theme-color-white) 0%, var(--theme-color-white) 100%);
}

.choose-us-box-style-2 .content p {
  color: var(--theme-color-white);
  line-height: 218%;
}

[data-tm-layout=dark] .choose-us-box-style-2 .content p {
  color: var(--headings-color);
}

.choose-us-box-style-2:hover .icon {
  background-position: 100% 0;
}

.choose-us-box-style-2:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.why-choose-us-section-4 {
  margin: 0 30px;
  position: relative;
  z-index: 9;
  border-radius: 60px;
  background: var(--theme-color-white);
}

.why-choose-us-section-4 .shape-1 {
  left: 0;
  top: 40%;
  position: absolute;
}

@media (max-width: 1899.98px) {
  .why-choose-us-section-4 .shape-1 {
    display: none;
  }
}

@media (max-width: 1399.98px) {
  .why-choose-us-section-4 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .why-choose-us-section-4 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.choose-us-image-items-4 {
  position: relative;
}

.choose-us-image-items-4 .choose-image {
  position: relative;
  max-width: 512px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 638"><path fill-rule="evenodd" clip-rule="evenodd" d="M258.738 335.547C251.715 502.809 138.823 636.054 0 638V0C138.823 1.94739 251.715 135.19 258.738 302.453C265.668 137.395 375.696 5.46635 512 0.14593V637.857C375.696 632.536 265.668 500.607 258.738 335.547Z" /></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 638"><path fill-rule="evenodd" clip-rule="evenodd" d="M258.738 335.547C251.715 502.809 138.823 636.054 0 638V0C138.823 1.94739 251.715 135.19 258.738 302.453C265.668 137.395 375.696 5.46635 512 0.14593V637.857C375.696 632.536 265.668 500.607 258.738 335.547Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.choose-us-image-items-4 .choose-image img {
  width: 100%;
  height: 100%;
}

.choose-us-image-items-4 .choose-counter4 {
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}

.choose-us-image-items-4 .choose-counter4::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background-color: var(--theme-color-white);
  border: 2px solid var(--theme-color1);
  content: "";
  z-index: -1;
}

.choose-us-image-items-4 .choose-counter4::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  content: "";
  z-index: -1;
}

.choose-us-image-items-4 .choose-counter4 h2 {
  font-weight: bold;
  font-size: 49px;
  margin-top: -7px;
}

.choose-us-image-items-4 .choose-counter4 p {
  color: var(--headings-color);
  line-height: 1.3;
  font-weight: 500;
  margin-top: -10px;
}

.choose-us-image-items-4 .choose-counter4 p br {
  display: block;
}

.choose-content-4 {
  max-width: 620px;
}

.choose-content-4 .about-text {
  margin-top: 25px;
}

.choose-content-4 .icon-items-area {
  margin-top: 10px;
}

.choose-content-4 .icon-items-area .icon-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
}

@media (max-width: 1199.98px) {
  .choose-content-4 .icon-items-area .icon-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.choose-content-4 .icon-items-area .icon-items .icon {
  max-width: 66px;
  height: 66px;
  line-height: 68px;
  text-align: center;
  background-color: #144443;
  border-radius: 50%;
  position: relative;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  font-size: 28px;
  color: #fff;
}

.choose-content-4 .icon-items-area .icon-items .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px dashed #144443;
  content: "";
  width: 84px;
  height: 84px;
  border-radius: 50%;
}

.choose-content-4 .icon-items-area .icon-items .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}

.choose-content-4 .icon-items-area .icon-items .icon-content h4 {
  font-family: var(--body-font-family);
}

.choose-content-4 .icon-items-area .icon-items .icon-content p {
  margin-top: 8px;
}

.choose-content-4 .icon-items-area .icon-items:hover .icon {
  background: -webkit-gradient(linear, left top, right top, from(#C8F169), to(#039397));
  background: linear-gradient(90deg, #C8F169 0%, #039397 100%);
}

.choose-content-4 .icon-items-area .icon-items:hover .icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.why-choose-section-3 {
  position: relative;
  z-index: 2;
  background-color: var(--theme-color2);
}

.why-choose-section-3 .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(50% - 80px);
  z-index: -1;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

@media (max-width: 1399.98px) {
  .why-choose-section-3 .bg-image {
    width: calc(50% - 200px);
  }
}

@media (max-width: 991.98px) {
  .why-choose-section-3 .bg-image {
    position: relative;
    width: 100%;
  }
}

.why-choose-section-3 .bg-image .img-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.why-choose-section-3 .outer-box {
  position: relative;
  left: calc(50% - 80px);
  width: calc(50% + 80px);
}

@media (max-width: 1399.98px) {
  .why-choose-section-3 .outer-box {
    left: calc(50% - 200px);
    width: calc(50% + 200px);
  }
}

@media (max-width: 991.98px) {
  .why-choose-section-3 .outer-box {
    width: 100%;
    left: 0;
  }
}

.why-choose-section-3 .choose-content {
  padding: 120px;
}

@media (max-width: 1699.98px) {
  .why-choose-section-3 .choose-content {
    padding: 120px 50px;
  }
}

@media (max-width: 767.98px) {
  .why-choose-section-3 .choose-content {
    padding: 100px 30px;
  }
}

@media (max-width: 575.98px) {
  .why-choose-section-3 .choose-content {
    padding: 80px 15px;
  }
}

.why-choose-section-3 .choose-content .inner-box .content-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .why-choose-section-3 .choose-content .inner-box .content-title {
  color: #ffffff;
}

@media (max-width: 1899.98px) {
  .why-choose-section-3 .choose-content .inner-box .content-title {
    font-size: 20px;
  }
}

.why-choose-section-3 .choose-content .inner-box .content-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: rgba(var(--theme-color-white-rgb), 0.8);
}

.why-choose-section-3 .choose-content .inner-box .choose-us-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

.why-choose-section-3 .choose-content .inner-box .choose-us-box .icon-box .icon {
  -webkit-transform: rotateY("0deg");
  transform: rotateY("0deg");
  font-size: 44px;
  color: var(--theme-color-white);
}

.why-choose-section-3 .choose-content .inner-box .choose-us-box .content-box span {
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: rgba(var(--theme-color-white-rgb), 0.8);
}

.why-choose-section-3 .choose-content .inner-box .choose-us-box .content-box h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-transform: capitalize;
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .why-choose-section-3 .choose-content .inner-box .choose-us-box .content-box h5 {
  color: #ffffff;
}

.why-choose-section-3 .choose-content .inner-box .theme-btn {
  margin-top: 20px;
}

[data-tm-layout=dark] .why-choose-section-3 .choose-content .inner-box .theme-btn {
  color: #ffffff;
}

[data-tm-layout=dark] .why-choose-section-3 .choose-content .inner-box .theme-btn .icon {
  background-color: #ffffff;
}

@media (max-width: 1199.98px) {
  .why-choose-section-3 .choose-content .inner-box .theme-btn {
    margin-bottom: 20px;
  }
}

.why-choose-section-3 .choose-content .inner-box .process-bar {
  margin-left: 30px;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .why-choose-section-3 .choose-content .inner-box .process-bar {
    margin-left: 0;
  }
}

.ks-choose-2-area {
  padding-top: 110px;
  padding-bottom: 120px;
  background-color: var(--theme-color2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1699.98px) {
  .ks-choose-2-content {
    padding-right: 30px;
  }
}

@media (max-width: 991.98px) {
  .ks-choose-2-content {
    margin-bottom: 50px;
  }
}

@media (max-width: 1199.98px) {
  .ks-choose-2-content {
    padding-right: 0;
  }
}

.ks-choose-2-content .ks-section-title-wrap {
  margin-bottom: 30px;
}

.ks-choose-2-content .text {
  padding-right: 40px;
  margin-bottom: 30px;
  max-width: 530px;
  color: rgb(var(--theme-color-white-rgb), 0.7);
}

@media (max-width: 1699.98px) {
  .ks-choose-2-content .text {
    padding-right: 0;
  }
}

@media (max-width: 1199.98px) {
  .ks-choose-2-content .text {
    font-size: 15px;
  }
}

.ks-choose-2-content .btn-style-two .icon {
  color: var(--theme-color2);
}

[data-tm-layout=dark] .ks-choose-2-content .btn-style-two .icon {
  color: var(--headings-color);
}

.ks-choose-2-content .btn-style-two:hover .icon {
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .ks-choose-2-content .btn-style-two:hover .icon {
  background-color: var(--theme-color-white);
  color: var(--headings-color);
}

.ks-choose-2-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199.98px) {
  .ks-choose-2-icon {
    display: none;
  }
}

.ks-choose-2-icon img {
  -webkit-animation: animationglob 6s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
  animation: animationglob 6s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

.ks-choose-2-more-wrap {
  margin-bottom: 40px;
}

.ks-choose-2-more-wrap .text2 {
  margin-bottom: 0;
  max-width: 220px;
  color: rgb(var(--theme-color-white-rgb), 0.7);
}

.ks-choose-2-more-info {
  padding-right: 35px;
  margin-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1199.98px) {
  .ks-choose-2-more-info {
    padding-right: 25px;
    margin-right: 25px;
  }
}

@media (max-width: 767.98px) {
  .ks-choose-2-more-info {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .ks-choose-2-more-info {
    margin-bottom: 0;
    padding-right: 25px;
  }
}

.ks-choose-2-more-info .icon {
  display: inline-block;
  height: 60px;
  width: 60px;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: var(--theme-color-blue);
  border: 1px solid rgb(var(--theme-color-white-rgb), 0.27);
  color: var(--theme-color-white);
}

.ks-choose-2-more-info b {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  font-family: var(--heading-font-family);
  text-transform: capitalize;
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .ks-choose-2-more-info b {
  color: #ffffff;
}

@media (max-width: 1699.98px) {
  .ks-choose-2-more-info b {
    font-size: 17px;
  }
}

@media (max-width: 1199.98px) {
  .ks-choose-2-more-info b {
    font-size: 15px;
  }
}

.ks-choose-2-thumb img {
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .ks-choose-2-thumb img {
    width: 100%;
  }
}

.ks-choose-2-thumb-wrap {
  position: relative;
  margin-left: 60px;
}

@media (max-width: 1199.98px) {
  .ks-choose-2-thumb-wrap {
    margin-left: 0px;
  }
}

.ks-choose-2-thumb-wrap .style-2 {
  margin-top: -40px;
}

@media (max-width: 1199.98px) {
  .ks-choose-2-thumb-wrap .style-2 {
    margin-top: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@media (max-width: 767.98px) {
  .ks-choose-2-thumb-wrap .style-2 {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.ks-choose-2-circle {
  border-radius: 50%;
  width: 286px;
  height: 283px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 1199.98px) {
  .ks-choose-2-circle {
    height: 100%;
    width: 100%;
  }
}

.ks-choose-2-circle .title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .ks-choose-2-circle .title {
    font-size: 25px;
  }
}

@media (max-width: 767.98px) {
  .ks-choose-2-circle .title {
    font-size: 16px;
    line-height: 26px;
  }
}

.ks-choose-2-circle:hover {
  background-position: 100% 0;
}

/***

==================================================================
    Pricing Section
==================================================================

***/
.pricing-section {
  position: relative;
  z-index: 9;
}

.pricing-section .pricing-circle {
  position: absolute;
  right: 30px;
  top: 50px;
  z-index: -1;
}

@media (max-width: 1399.98px) {
  .pricing-section .pricing-circle {
    display: none;
  }
}

.pricing-section .info-bottom {
  text-align: center;
  margin-top: 80px;
}

.pricing-section .info-bottom .info-box {
  position: relative;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  padding: 15px 50px;
  border: 1px solid var(--theme-color-black);
}

[data-tm-layout=dark] .pricing-section .info-bottom .info-box {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 991.98px) {
  .pricing-section .info-bottom .info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}

.pricing-section .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #000;
  padding: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 225px;
  margin: 30px auto 30px;
}

[data-tm-layout=dark] .pricing-section .nav {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}

.pricing-section .nav .nav-link {
  font-size: 14px;
  font-weight: 700;
  color: #595B62;
  font-family: var(--titlt-font);
  padding: 13px 23px;
  line-height: 1;
  border-radius: 30px;
}

[data-tm-layout=dark] .pricing-section .nav .nav-link {
  color: #ffffff;
}

.pricing-section .nav .nav-link.active {
  background-color: var(--theme-color1);
  color: var(--headings-color);
  -webkit-box-shadow: 0px 2px 2px -1px rgba(89, 86, 233, 0.15), 0px 0px 1px 0px rgba(89, 86, 233, 0.1);
  box-shadow: 0px 2px 2px -1px rgba(89, 86, 233, 0.15), 0px 0px 1px 0px rgba(89, 86, 233, 0.1);
}

[data-tm-layout=dark] .pricing-section .nav .nav-link.active {
  color: #000000;
}

.pricing-box-items {
  margin-top: 30px;
  border-radius: 20px;
  background-color: var(--theme-color-white);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

[data-tm-layout=dark] .pricing-box-items {
  background-color: var(--dark-color1);
  border-color: rgba(255, 255, 255, 0.1);
}

.pricing-box-items .pricing-header {
  padding-bottom: 25px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 40px;
}

@media (max-width: 1399.98px) {
  .pricing-box-items .pricing-header {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1199.98px) {
  .pricing-box-items .pricing-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 575.98px) {
  .pricing-box-items .pricing-header {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 25px;
  }
}

.pricing-box-items .pricing-header .title-icon {
  margin-bottom: 20px;
  color: #144443;
  font-size: 55px;
  line-height: 1;
}

.pricing-box-items .pricing-header h3 {
  font-size: 22px;
  line-height: 1;
}

.pricing-box-items .pricing-header span {
  font-size: 14px;
}

.pricing-box-items .pricing-header .icon {
  color: var(--theme-color2);
  display: inline-block;
  font-size: 57px;
  line-height: 1;
}

.pricing-box-items .pricing-list {
  padding-top: 25px;
  border-top: 1px solid #dee2e6;
  margin: 0 60px;
}

[data-tm-layout=dark] .pricing-box-items .pricing-list {
  border-top-color: rgba(150, 150, 150, 0.2);
}

@media (max-width: 1399.98px) {
  .pricing-box-items .pricing-list {
    margin: 0 40px;
  }
}

@media (max-width: 575.98px) {
  .pricing-box-items .pricing-list {
    margin: 0 30px;
  }
}

.pricing-box-items .pricing-list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #595B62;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  gap: 12px;
  width: 100%;
}

.pricing-box-items .pricing-list li .icon {
  background-color: var(--headings-color);
  border-radius: 17px;
  height: 17px;
  line-height: 15px;
  text-align: center;
  width: 17px;
}

.pricing-box-items .pricing-list li i {
  color: var(--theme-color-white);
  font-size: 11px;
}

[data-tm-layout=dark] .pricing-box-items .pricing-list li {
  color: var(--headings-color);
}

.pricing-box-items .pricing-list li:not(:last-child) {
  margin-bottom: 20px;
}

.pricing-box-items .pricing-list li.disable {
  opacity: 0.2;
}

.pricing-box-items .pricing-button {
  padding: 40px 50px;
}

@media (max-width: 1199.98px) {
  .pricing-box-items .pricing-button {
    padding: 40px 40px;
  }
}

@media (max-width: 575.98px) {
  .pricing-box-items .pricing-button {
    padding: 30px;
  }
}

.pricing-box-items .pricing-button .btn-style-one {
  background-color: var(--theme-color1);
  color: var(--headings-color);
}

[data-tm-layout=dark] .pricing-box-items .pricing-button .btn-style-one {
  background-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.pricing-box-items .pricing-button .btn-style-one::before {
  background-color: var(--headings-color);
}

[data-tm-layout=dark] .pricing-box-items .pricing-button .btn-style-one::before {
  background-color: var(--theme-color1);
}

.pricing-box-items .pricing-button .btn-style-one:hover {
  color: #fff;
}

.pricing-box-items.active {
  border-radius: 20px;
  background: #144443;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.pricing-box-items.active .gt-price-tag {
  padding: 4px 12px;
  display: inline-block;
  background-color: var(--theme-color1);
  font-size: 14px;
  text-align: center;
  color: #000000;
  position: absolute;
  top: 24px;
  right: -40px;
  -webkit-transform: rotate(40.012deg);
  transform: rotate(40.012deg);
  width: 185px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--titlt-font);
}

.pricing-box-items.active .title-icon {
  color: #fff;
}

.pricing-box-items.active .pricing-header h3 {
  font-size: 22px;
  line-height: 1;
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .pricing-box-items.active .pricing-header h3 {
  color: var(--headings-color);
}

.pricing-box-items.active .pricing-header span {
  font-size: 14px;
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .pricing-box-items.active .pricing-header span {
  color: var(--headings-color);
}

.pricing-box-items.active .pricing-header .icon {
  color: var(--theme-color-white);
}

.pricing-box-items.active .pricing-list {
  border-top: 1px solid rgba(232, 234, 241, 0.5);
}

.pricing-box-items.active .pricing-list li {
  color: var(--theme-color-white);
}

.pricing-box-items.active .pricing-list li .icon {
  background-color: var(--theme-color-white);
}

.pricing-box-items.active .pricing-list li .icon i {
  color: var(--headings-color);
}

[data-tm-layout=dark] .pricing-box-items.active .pricing-list li {
  color: var(--headings-color);
}

.pricing-box-items.active .pricing-button .btn-style-one {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.pricing-box-items.active .pricing-button .btn-style-one::before {
  background-color: var(--theme-color1);
}

.pricing-box-items.active .pricing-button .btn-style-one:hover {
  color: var(--headings-color);
}

@media (max-width: 991.98px) {
  .pricing-content-2 {
    margin-bottom: 30px;
  }
}

.pricing-content-2 p {
  max-width: 339px;
  margin-top: 30px;
}

.pricing-card-item-2 {
  border-radius: 10px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  position: relative;
}

[data-tm-layout=dark] .pricing-card-item-2 {
  background: var(--dark-color2);
}

@media (max-width: 575.98px) {
  .pricing-card-item-2 {
    display: block;
    padding: 30px;
    padding-top: 0;
  }
}

.pricing-card-item-2 .blur-shape {
  bottom: 0;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.pricing-card-item-2 .blur-shape img {
  width: 100%;
  height: 100%;
}

.pricing-card-item-2::before {
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.pricing-card-item-2 .pricing-left-ber {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 0 50px 35px;
  text-align: center;
}

[data-tm-layout=dark] .pricing-card-item-2 .pricing-left-ber {
  color: rgb(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 575.98px) {
  .pricing-card-item-2 .pricing-left-ber {
    border-right: none;
    padding: 0;
  }
}

.pricing-card-item-2 .pricing-left-ber .pricing-icon {
  color: #000;
  display: inline-block;
  font-size: 35px;
  position: relative;
  z-index: 9;
}

.pricing-card-item-2 .pricing-left-ber .pricing-icon::before {
  background-color: #F5F5F5;
  border-radius: 100%;
  content: "";
  height: 102px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 102px;
  z-index: -1;
}

.pricing-card-item-2 .pricing-left-ber .pricing-icon::after {
  background-color: var(--theme-color1);
  border-radius: 100%;
  content: "";
  height: 34px;
  position: absolute;
  right: -7px;
  top: 13px;
  width: 34px;
  z-index: -1;
}

.pricing-card-item-2 .pricing-left-ber .pricing-icon i {
  display: inline-block;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.pricing-card-item-2 .pricing-left-ber .pricing-header {
  margin-top: 75px;
}

@media (max-width: 575.98px) {
  .pricing-card-item-2 .pricing-left-ber .pricing-header {
    margin-top: 60px;
  }
}

.pricing-card-item-2 .pricing-left-ber .pricing-header h5 {
  font-size: 18px;
  font-weight: 500;
}

.pricing-card-item-2 .pricing-left-ber .pricing-header h3 {
  font-size: 36px;
  font-weight: 600;
}

.pricing-card-item-2 .pricing-right-ber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 30px;
  padding-right: 60px;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .pricing-card-item-2 .pricing-right-ber {
    padding-right: 30px;
  }
}

@media (max-width: 1199.98px) {
  .pricing-card-item-2 .pricing-right-ber {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 575.98px) {
  .pricing-card-item-2 .pricing-right-ber {
    padding: 0;
  }
}

.pricing-card-item-2 .pricing-right-ber .pricing-list li {
  font-size: 14px;
  font-weight: 400;
  color: #646464;
}

[data-tm-layout=dark] .pricing-card-item-2 .pricing-right-ber .pricing-list li {
  color: rgba(204, 204, 204, 0.8);
}

.pricing-card-item-2 .pricing-right-ber .pricing-list li:not(:last-child) {
  margin-bottom: 15px;
}

.pricing-card-item-2 .pricing-right-ber .pricing-list li i {
  margin-right: 10px;
  color: #144443;
}

[data-tm-layout=dark] .pricing-card-item-2 .pricing-right-ber .pricing-list li i {
  color: #646464;
}

.pricing-card-item-2 .pricing-right-ber .theme-btn {
  position: relative;
}

.pricing-card-item-2 .pricing-right-ber .theme-btn.btn-style-one {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 100px;
  color: var(--theme-color-white);
  height: 60px;
  padding: 26px 30px;
  padding-right: 80px;
}

@media (max-width: 575.98px) {
  .pricing-card-item-2 .pricing-right-ber .theme-btn.btn-style-one {
    height: 57px;
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
  }
}

[data-tm-layout=dark] .pricing-card-item-2 .pricing-right-ber .theme-btn.btn-style-one {
  color: #ffffff;
}

.pricing-card-item-2 .pricing-right-ber .theme-btn.btn-style-one:before {
  display: none;
}

.pricing-card-item-2 .pricing-right-ber .theme-btn.btn-style-one:hover {
  background-position: 100% 0;
}

.pricing-card-item-2 .pricing-right-ber .theme-btn.btn-style-one:hover .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

[data-tm-layout=dark] .pricing-card-item-2 .pricing-right-ber .theme-btn.btn-style-one:hover .icon {
  color: var(--headings-color);
}

.pricing-card-item-2 .pricing-right-ber .theme-btn .icon {
  background-color: var(--theme-color1);
  border-radius: 50%;
  bottom: 4px;
  color: var(--headings-color);
  font-size: 40px;
  height: 52px;
  line-height: 52px;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 52px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-card-item-2 .pricing-right-ber .theme-btn .icon i {
  display: inline-block;
}

.pricing-card-item-2:hover .pricing-left-ber .pricing-icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.pricing-card-item-2.style-2 .pricing-left-ber .pricing-icon::before {
  background-color: var(--theme-color1);
}

.pricing-card-item-2.style-2 .pricing-left-ber .pricing-icon::after {
  background-color: #F5F5F5;
}

.pricing-section-2 {
  background-color: var(--theme-color-white);
  border-radius: 50px;
  margin: 0 30px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1399.98px) {
  .pricing-section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991.98px) {
  .pricing-section-2 {
    margin: 0 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.pricing-card-items {
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 10px 37px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 37px rgba(0, 0, 0, 0.06);
  border: 1.2px solid rgba(0, 23, 38, 0.1);
  border-radius: 20px;
  margin-top: 40px;
  padding: 50px;
  padding-top: 55px;
  position: relative;
  z-index: 9;
}

[data-tm-layout=dark] .pricing-card-items {
  background-color: var(--dark-color1);
}

@media (max-width: 1399.98px) {
  .pricing-card-items {
    padding: 35px;
    padding-top: 35px;
  }
}

@media (max-width: 767.98px) {
  .pricing-card-items {
    margin-top: 30px;
  }
}

@media (max-width: 575.98px) {
  .pricing-card-items {
    padding: 25px;
    padding-top: 25px;
  }
}

.pricing-card-items .pricing-shape {
  position: absolute;
  top: 40px;
  right: 5px;
  z-index: -1;
}

.pricing-card-items .plan-text {
  background-color: #1A4137;
  border-radius: 7px;
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  padding: 10px 20px;
}

[data-tm-layout=dark] .pricing-card-items .plan-text {
  background-color: rgb(var(--theme-color-white-rgb), 0.1);
  color: var(--headings-color);
}

.pricing-card-items .pricing-list {
  border-bottom: 1px solid rgba(0, 23, 38, 0.1);
  margin-top: 35px;
  padding-bottom: 45px;
}

.pricing-card-items .pricing-list li {
  color: var(--headings-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding-left: 20px;
  position: relative;
}

.pricing-card-items .pricing-list li::before {
  background-color: var(--theme-color1);
  border-radius: 5px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 5px;
}

.pricing-card-items .pricing-list li:not(:last-child) {
  margin-bottom: 25px;
}

.pricing-card-items .pricing-list li:nth-of-type(4) {
  color: #D9DCDF;
}

.pricing-card-items .pricing-list li:nth-of-type(4)::before {
  opacity: 0.3;
}

.pricing-card-items .pricing-list li:nth-of-type(5) {
  color: #D9DCDF;
}

.pricing-card-items .pricing-list li:nth-of-type(5)::before {
  opacity: 0.3;
}

.pricing-card-items p {
  color: #4B5563;
}

[data-tm-layout=dark] .pricing-card-items p {
  color: rgba(204, 204, 204, 0.8);
}

.pricing-card-items .pricing-price {
  padding-top: 30px;
}

.pricing-card-items .pricing-price h2 {
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .pricing-card-items .pricing-price h2 {
    font-size: 38px;
  }
}

.pricing-card-items .pricing-price h2 sub {
  font-weight: 400;
  color: var(--text-color);
  font-family: var(--body-font-family);
  font-size: 16px;
  margin-left: -5px;
}

.pricing-card-items .pricing-price span {
  font-weight: 500;
  font-family: var(--titlt-font);
}

.pricing-card-items .theme-btn {
  margin-top: 30px;
  position: relative;
}

.pricing-card-items .theme-btn.btn-style-one {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  color: var(--headings-color);
  height: 70px;
  padding: 26px 60px;
  padding-right: 100px;
}

[data-tm-layout=dark] .pricing-card-items .theme-btn.btn-style-one {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 1399.98px) {
  .pricing-card-items .theme-btn.btn-style-one {
    padding: 26px 44px;
    padding-right: 90px;
  }
}

@media (max-width: 991.98px) {
  .pricing-card-items .theme-btn.btn-style-one {
    padding: 26px 38px;
    padding-right: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-card-items .theme-btn.btn-style-one {
    height: 60px;
    padding-right: 80px;
  }

  .pricing-card-items .theme-btn.btn-style-one .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
  }

  .pricing-card-items .theme-btn.btn-style-one .icon svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 575.98px) {
  .pricing-card-items .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}

.pricing-card-items .theme-btn.btn-style-one::before {
  display: none;
}

.pricing-card-items .theme-btn.btn-style-one:hover {
  background-position: 100% 0;
}

.pricing-card-items .theme-btn.btn-style-one:hover .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .pricing-card-items .theme-btn.btn-style-one:hover .icon {
  color: var(--headings-color);
}

.pricing-card-items .theme-btn .icon {
  bottom: 4px;
  background-color: var(--theme-color1);
  color: var(--headings-color);
  border-radius: 50%;
  font-size: 50px;
  height: 60px;
  line-height: 70px;
  position: absolute;
  right: 4px;
  top: 4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 60px;
}

@media (max-width: 767.98px) {
  .pricing-main-items {
    margin-top: 30px;
  }
}

.pricing-main-items .popular {
  border-radius: 20px 20px 0px 0px;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 10px;
  padding-bottom: 30px;
  font-family: var(--heading-font-family);
  font-weight: 700;
  color: var(--theme-color-white);
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  margin-bottom: -30px;
}

[data-tm-layout=dark] .pricing-main-items .popular {
  color: var(--headings-color);
}

.pricing-main-items:hover .popular {
  background-position: 100% 0;
}

.pricing-main-items .pricing-card-items {
  margin-top: 0;
  position: relative;
  z-index: 9;
}

[data-tm-layout=dark] .pricing-main-items .pricing-card-items {
  background-color: var(--dark-color2);
}

.pricing-main-items .theme-btn.btn-style-one {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  color: var(--theme-color-white);
}

.pricing-main-items .theme-btn.btn-style-one:hover {
  background-position: 100% 0;
}

.pricing-main-items .theme-btn.btn-style-one::before {
  display: none;
}

[data-tm-layout=dark] .pricing-main-items .theme-btn.btn-style-one::before {
  background: rgb(var(--theme-color-white-rgb), 0.1);
}

.pricing-section-2 .pricing-two__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 50px;
  gap: 25px;
}

@media (max-width: 1199.98px) {
  .pricing-section-2 .pricing-two__tab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 767.98px) {
  .pricing-section-2 .pricing-two__tab {
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .pricing-section-2 .pricing-two__tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
}

.pricing-section-2 .save-text {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: var(--headings-color);
}

.pricing-section-2 .save-text img {
  position: absolute;
  bottom: -30px;
  left: -3%;
}

.pricing-section-2 .nav {
  border: none;
}

.pricing-section-2 .nav .nav-tabs {
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pricing-section-2 .nav .nav-link {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  border: 0;
  border-radius: 0;
  padding: 7px 56px;
  position: relative;
  background: transparent;
  font-family: var(--heading-font-family);
  z-index: 2;
  color: var(--text-color);
  margin-bottom: 0;
}

.pricing-section-2 .nav .nav-link::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  background: -webkit-gradient(linear, left top, right top, from(#C8F169), to(#039397));
  background: linear-gradient(90deg, #C8F169 0%, #039397 100%);
  width: 75px;
  height: 32px;
  border-radius: 20px;
  border: 1px solid var(--theme-color1);
}

.pricing-section-2 .nav .nav-link::after {
  position: absolute;
  content: "";
  right: -33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--theme-color-white);
  z-index: 1;
}

.pricing-section-2 .nav .nav-link:first-child {
  padding-left: 0;
}

.pricing-section-2 .nav .nav-link:last-child {
  padding-right: 0;
}

.pricing-section-2 .nav .nav-link:last-child::after {
  display: none;
}

.pricing-section-2 .nav .nav-link:last-child::before {
  display: none;
}

.pricing-section-2 .nav .nav-link.active {
  color: var(--headings-color);
}

.pricing-section-2 .nav .nav-link.active::after {
  right: 8px;
}

/*** 

====================================================================
    Pricing Section Three
====================================================================

***/
.pricing-section-three {
  position: relative;
  padding: 120px 0 90px;
}

.pricing-section-three .shape-9 {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1199.98px) {
  .pricing-section-three .shape-9 {
    top: -100px;
    left: -100px;
  }
}

@media (max-width: 767.98px) {
  .pricing-section-three .shape-9 {
    display: none;
  }
}

.pricing-block-three {
  margin-bottom: 30px;
}

.pricing-block-three .inner-box {
  position: relative;
  margin-right: 10px;
  border-radius: 25px;
}

.pricing-block-three .inner-box:hover .content::before {
  left: -1px;
  left: 0;
  right: 0;
  top: -1px;
  opacity: 1;
}

.pricing-block-three .inner-box:hover .content .bg-layer {
  background: var(--theme-color2);
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  z-index: -1;
}

.pricing-block-three .inner-box:hover .content .time,
.pricing-block-three .inner-box:hover .content .title,
.pricing-block-three .inner-box:hover .content .list-style-three li {
  color: var(--theme-color-light);
}

[data-tm-layout=dark] .pricing-block-three .inner-box:hover .content .time,
[data-tm-layout=dark] .pricing-block-three .inner-box:hover .content .title,
[data-tm-layout=dark] .pricing-block-three .inner-box:hover .content .list-style-three li {
  color: #ffffff;
}

.pricing-block-three .inner-box:hover .content .text {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgb(var(--theme-color-black-rgb), 0.1);
}

[data-tm-layout=dark] .pricing-block-three .inner-box:hover .content .text {
  color: rgba(204, 204, 204, 0.8);
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.pricing-block-three .inner-box:hover .pricing-icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.pricing-block-three .inner-box:hover .pricing-box .price {
  color: var(--theme-color-light);
}

.pricing-block-three .inner-box:hover .list-style-three li .icon path {
  fill: var(--theme-color-light);
}

.pricing-block-three .inner-box:hover .pricing-title {
  color: var(--theme-color-light);
}

.pricing-block-three .inner-box:hover .btn-box .btn-style-two {
  background: rgba(255, 255, 255, 0.15);
}

.pricing-block-three .inner-box:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  right: -11px;
  bottom: -11px;
  z-index: -4;
  background: #F2F3F5;
  clip-path: polygon(93.888% 99.92%, 6.112% 99.92%, 6.112% 99.92%, 5.141% 99.869%, 4.219% 99.72%, 3.36% 99.482%, 2.575% 99.164%, 1.877% 98.772%, 1.278% 98.315%, 0.791% 97.801%, 0.428% 97.239%, 0.201% 96.636%, 0.122% 96%, 0.122% 27.921%, 0.122% 27.921%, 0.145% 27.577%, 0.214% 27.238%, 0.327% 26.906%, 0.482% 26.582%, 0.68% 26.27%, 0.917% 25.969%, 1.194% 25.683%, 1.509% 25.413%, 1.861% 25.16%, 2.248% 24.926%, 45.533% 1.005%, 45.533% 1.005%, 45.865% 0.834%, 46.214% 0.679%, 46.577% 0.542%, 46.953% 0.421%, 47.34% 0.318%, 47.737% 0.234%, 48.143% 0.167%, 48.556% 0.119%, 48.975% 0.09%, 49.398% 0.08%, 93.888% 0.08%, 93.888% 0.08%, 94.859% 0.131%, 95.781% 0.28%, 96.64% 0.518%, 97.425% 0.836%, 98.123% 1.228%, 98.722% 1.685%, 99.209% 2.199%, 99.572% 2.761%, 99.799% 3.364%, 99.878% 4%, 99.878% 96%, 99.876% 96.101%, 99.876% 96.101%, 99.776% 96.723%, 99.534% 97.312%, 99.162% 97.86%, 98.67% 98.36%, 98.072% 98.805%, 97.379% 99.186%, 96.602% 99.495%, 95.753% 99.726%, 94.844% 99.87%, 93.888% 99.92%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

[data-tm-layout=dark] .pricing-block-three .inner-box:before {
  background: -webkit-gradient(linear, left top, right top, from(#C8F169), to(#039397));
  background: linear-gradient(90deg, #C8F169 0%, #039397 100%);
}

.pricing-block-three .inner-box .pricing-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 110px;
  height: 110px;
  font-size: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--theme-color-light);
  border-radius: 50%;
  background: var(--gradient-1);
  z-index: 5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-block-three .inner-box .content {
  position: relative;
  z-index: 3;
  padding: 50px 50px 30px 50px;
  border-radius: 25px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

@media (max-width: 575.98px) {
  .pricing-block-three .inner-box .content {
    padding: 50px 30px 30px 30px;
  }
}

.pricing-block-three .inner-box .content::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  background-color: var(--theme-color-white);
  clip-path: polygon(93.888% 99.92%, 6.112% 99.92%, 6.112% 99.92%, 5.141% 99.869%, 4.219% 99.72%, 3.36% 99.482%, 2.575% 99.164%, 1.877% 98.772%, 1.278% 98.315%, 0.791% 97.801%, 0.428% 97.239%, 0.201% 96.636%, 0.122% 96%, 0.122% 27.921%, 0.122% 27.921%, 0.145% 27.577%, 0.214% 27.238%, 0.327% 26.906%, 0.482% 26.582%, 0.68% 26.27%, 0.917% 25.969%, 1.194% 25.683%, 1.509% 25.413%, 1.861% 25.16%, 2.248% 24.926%, 45.533% 1.005%, 45.533% 1.005%, 45.865% 0.834%, 46.214% 0.679%, 46.577% 0.542%, 46.953% 0.421%, 47.34% 0.318%, 47.737% 0.234%, 48.143% 0.167%, 48.556% 0.119%, 48.975% 0.09%, 49.398% 0.08%, 93.888% 0.08%, 93.888% 0.08%, 94.859% 0.131%, 95.781% 0.28%, 96.64% 0.518%, 97.425% 0.836%, 98.123% 1.228%, 98.722% 1.685%, 99.209% 2.199%, 99.572% 2.761%, 99.799% 3.364%, 99.878% 4%, 99.878% 96%, 99.876% 96.101%, 99.876% 96.101%, 99.776% 96.723%, 99.534% 97.312%, 99.162% 97.86%, 98.67% 98.36%, 98.072% 98.805%, 97.379% 99.186%, 96.602% 99.495%, 95.753% 99.726%, 94.844% 99.87%, 93.888% 99.92%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-block-three .inner-box .content:before {
  border-radius: 25px;
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -3;
  background: #E6E0FA;
  clip-path: polygon(93.888% 99.92%, 6.112% 99.92%, 6.112% 99.92%, 5.141% 99.869%, 4.219% 99.72%, 3.36% 99.482%, 2.575% 99.164%, 1.877% 98.772%, 1.278% 98.315%, 0.791% 97.801%, 0.428% 97.239%, 0.201% 96.636%, 0.122% 96%, 0.122% 27.921%, 0.122% 27.921%, 0.145% 27.577%, 0.214% 27.238%, 0.327% 26.906%, 0.482% 26.582%, 0.68% 26.27%, 0.917% 25.969%, 1.194% 25.683%, 1.509% 25.413%, 1.861% 25.16%, 2.248% 24.926%, 45.533% 1.005%, 45.533% 1.005%, 45.865% 0.834%, 46.214% 0.679%, 46.577% 0.542%, 46.953% 0.421%, 47.34% 0.318%, 47.737% 0.234%, 48.143% 0.167%, 48.556% 0.119%, 48.975% 0.09%, 49.398% 0.08%, 93.888% 0.08%, 93.888% 0.08%, 94.859% 0.131%, 95.781% 0.28%, 96.64% 0.518%, 97.425% 0.836%, 98.123% 1.228%, 98.722% 1.685%, 99.209% 2.199%, 99.572% 2.761%, 99.799% 3.364%, 99.878% 4%, 99.878% 96%, 99.876% 96.101%, 99.876% 96.101%, 99.776% 96.723%, 99.534% 97.312%, 99.162% 97.86%, 98.67% 98.36%, 98.072% 98.805%, 97.379% 99.186%, 96.602% 99.495%, 95.753% 99.726%, 94.844% 99.87%, 93.888% 99.92%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

[data-tm-layout=dark] .pricing-block-three .inner-box .content:before {
  background: var(--dark-color2);
}

.pricing-block-three .inner-box .content .bg-layer {
  border-radius: 25px;
  bottom: 0px;
  content: "";
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -3;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  clip-path: polygon(93.888% 99.92%, 6.112% 99.92%, 6.112% 99.92%, 5.141% 99.869%, 4.219% 99.72%, 3.36% 99.482%, 2.575% 99.164%, 1.877% 98.772%, 1.278% 98.315%, 0.791% 97.801%, 0.428% 97.239%, 0.201% 96.636%, 0.122% 96%, 0.122% 27.921%, 0.122% 27.921%, 0.145% 27.577%, 0.214% 27.238%, 0.327% 26.906%, 0.482% 26.582%, 0.68% 26.27%, 0.917% 25.969%, 1.194% 25.683%, 1.509% 25.413%, 1.861% 25.16%, 2.248% 24.926%, 45.533% 1.005%, 45.533% 1.005%, 45.865% 0.834%, 46.214% 0.679%, 46.577% 0.542%, 46.953% 0.421%, 47.34% 0.318%, 47.737% 0.234%, 48.143% 0.167%, 48.556% 0.119%, 48.975% 0.09%, 49.398% 0.08%, 93.888% 0.08%, 93.888% 0.08%, 94.859% 0.131%, 95.781% 0.28%, 96.64% 0.518%, 97.425% 0.836%, 98.123% 1.228%, 98.722% 1.685%, 99.209% 2.199%, 99.572% 2.761%, 99.799% 3.364%, 99.878% 4%, 99.878% 96%, 99.876% 96.101%, 99.876% 96.101%, 99.776% 96.723%, 99.534% 97.312%, 99.162% 97.86%, 98.67% 98.36%, 98.072% 98.805%, 97.379% 99.186%, 96.602% 99.495%, 95.753% 99.726%, 94.844% 99.87%, 93.888% 99.92%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.pricing-block-three .inner-box .list-style-three {
  margin-bottom: 20px;
}

.pricing-block-three .inner-box .list-style-three li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-block-three .inner-box .list-style-three li .icon {
  background-color: var(--headings-color);
  border-radius: 17px;
  height: 17px;
  line-height: 15px;
  text-align: center;
  width: 17px;
}

.pricing-block-three .inner-box .list-style-three li .icon i {
  color: var(--theme-color-white);
  font-size: 11px;
}

.pricing-block-three .inner-box .list-style-three li.disable-color {
  opacity: 0.5;
}

.pricing-block-three .inner-box .pricing-box {
  position: relative;
  margin-left: 40%;
  margin-bottom: 35px;
}

@media (max-width: 1199.98px) {
  .pricing-block-three .inner-box .pricing-box {
    margin-left: 35%;
    margin-bottom: 60px;
  }
}

.pricing-block-three .inner-box .pricing-box .price {
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: 65px;
  line-height: 65px;
  text-align: center;
  color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  font-size: clamp(32px, 3.38vw, 65px);
  line-height: 1.2;
}

[data-tm-layout=dark] .pricing-block-three .inner-box .pricing-box .price {
  color: #ffffff;
}

.pricing-block-three .inner-box .pricing-box .price sub {
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  top: 0;
}

.pricing-block-three .inner-box .pricing-box .price sup {
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  top: 0;
}

.pricing-block-three .inner-box .pricing-box .time {
  position: absolute;
  left: calc(50% + 50px);
  top: 35px;
}

@media (max-width: 991.98px) {
  .pricing-block-three .inner-box .pricing-box .time {
    left: 0;
  }
}

.pricing-block-three .inner-box .pricing-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--headings-color);
}

[data-tm-layout=dark] .pricing-block-three .inner-box .pricing-title {
  color: #ffffff;
}

.pricing-block-three .inner-box .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  color: var(--text-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #E8EAF1;
}

[data-tm-layout=dark] .pricing-block-three .inner-box .text {
  color: rgba(204, 204, 204, 0.8);
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.pricing-block-three .inner-box .btn-box .btn-style-two {
  max-width: 100%;
  width: 100%;
  padding: 20px 50px;
}

[data-tm-layout=dark] .pricing-block-three .inner-box .btn-box .btn-style-two {
  color: #ffffff;
}

/***

====================================================================
    team Section
====================================================================

***/
.team-wrapper {
  position: relative;
  z-index: 9;
}

@media (max-width: 1199.98px) {
  .team-wrapper {
    margin-left: 0;
  }
}

.team-wrapper .team-slider {
  padding-bottom: 20px;
}

.team-wrapper .team-bg-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  max-width: 1300px;
}

@media (max-width: 1399.98px) {
  .team-wrapper .team-bg-shape {
    margin-left: 0;
    left: 0;
    right: 0;
  }
}

.team-wrapper .team-bg-shape img {
  height: 100%;
  width: 100%;
}

.team-box-items {
  margin-top: 30px;
}

.team-box-items .team-image {
  position: relative;
  overflow: hidden;
   height: 400px !important;
}

.team-box-items .team-image img {
  width: 100%;
  /* height: 100%; */
 
}

.team-box-items .team-image img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.team-box-items .team-image img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.team-box-items .team-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-box-items .team-image .arrow-shape {
  position: absolute;
  left: 14px;
  bottom: -20px;
}

.team-box-items .team-image .team-content {
  padding: 14px 20px;
  background-color: var(--theme-color-white);
  position: absolute;
  bottom: 30px;
  left: 70px;
  right: 30px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.team-box-items .team-image .team-content h4 {
  line-height: 1;
}

.team-box-items .team-image .team-content h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.team-box-items .team-image .team-content h4 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#144443), to(#144443));
  background-image: linear-gradient(180deg, #144443 0%, #144443 100%);
}

.team-box-items .team-image .team-content .share-icon {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 50%;
  bottom: 19px;
  color: var(--theme-color-white);
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 20px;
  text-align: center;
  width: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 3;
}

.team-box-items .team-image .team-content .share-icon:hover {
  background-position: 100% 0;
}

.team-box-items .team-image .team-content .social-links {
  position: absolute;
  right: 20px;
  bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: transparent;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  opacity: 0;
  z-index: 3;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.team-box-items .team-image .team-content .social-links a {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 50%;
  color: var(--theme-color-white);
  display: block;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-box-items .team-image .team-content .social-links a:hover {
  background-position: 100% 0;
}

.team-box-items:hover .team-image img:nth-child(1) {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
}

.team-box-items:hover .team-image img:nth-child(2) {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
}

.team-box-items .team-content:hover .social-links {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.team-box-items-4 {
  background-color: var(--theme-color-white);
  border-radius: 20px;
  /* margin-top: 30px; */
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}

[data-tm-layout=dark] .team-box-items-4 {
  background-color: #144443;
}

.team-box-items-4 .team-image {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  height:350px;
}

.team-box-items-4 .team-image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-box-items-4 .team-image img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.team-box-items-4 .team-image img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.team-box-items-4 .team-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-box-items-4 .team-image::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-135deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0) 65%, var(--theme-color1) 100%);
  content: "";
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  visibility: hidden;
}

.team-box-items-4 .content-box {
  padding: 20px 30px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 0 0 20px 20px;
}

.team-box-items-4 .content-box .title {
  margin-bottom: 0;
}

.team-box-items-4 .content-box .title a:hover {
  color: var(--theme-color1);
}

.team-box-items-4 .content-box .sub-title {
  font-weight: 600;
  color: var(--headings-color);
  font-size: 13px;
  line-height: 28px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 0;
}

.team-box-items-4 .socials {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--headings-color);
  color: var(--theme-color-white);
  position: absolute;
  right: 20px;
  /* bottom: 83px; */
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

[data-tm-layout=dark] .team-box-items-4 .socials {
  color: #ffffff;
  background-color: var(--dark-color1);
}

.team-box-items-4 .socials .fa-plus {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-box-items-4 .socials ul {
  width: 40px;
  position: absolute;
  bottom: 45px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  visibility: hidden;
}

.team-box-items-4 .socials ul li {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.team-box-items-4 .socials ul li:nth-child(2) {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-box-items-4 .socials ul li:nth-child(3) {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.team-box-items-4 .socials ul li:nth-child(4) {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-box-items-4 .socials ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--theme-color-white);
  color: var(--theme-color4);
  border-radius: 50%;
  display: inline-block;
}

[data-tm-layout=dark] .team-box-items-4 .socials ul li a {
  color: #ffffff;
}

.team-box-items-4 .socials ul li i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.team-box-items-4 .socials ul li:hover i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.team-box-items-4:hover {
  background: linear-gradient(90deg, rgba(5, 34, 33, 1) 19%, rgba(27, 51, 26, 1) 47%) !important;
}

.team-box-items-4:hover .team-image {
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.team-box-items-4:hover .team-image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.team-box-items-4:hover .team-image img:nth-child(1) {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.team-box-items-4:hover .team-image img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.team-box-items-4:hover .team-image::after {
  opacity: 1;
  visibility: visible;
}

.team-box-items-4:hover .content-box .title,
.team-box-items-4:hover .content-box .sub-title {
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .team-box-items-4:hover .content-box .title,
[data-tm-layout=dark] .team-box-items-4:hover .content-box .sub-title {
  color: #ffffff;
}

.team-box-items-4:hover .socials {
  /* background-color: var(--theme-color1); */
  background-color: #ffc107;
  color: var(--theme-color4);
}

.team-box-items-4:hover .socials .fa-plus {
  display: inline-block;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.team-box-items-4:hover .socials ul {
  visibility: visible;
}

.team-box-items-4:hover .socials ul li {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
}

.team-wrapper-4 {
  padding: 0 90px;
}

@media (max-width: 1699.98px) {
  .team-wrapper-4 {
    padding: 0 50px;
  }
}

@media (max-width: 1399.98px) {
  .team-wrapper-4 {
    padding: 0 40px;
  }
}

@media (max-width: 1199.98px) {
  .team-wrapper-4 {
    padding: 0 30px;
  }
}

.team-block {
  margin-top: 30px;
}

.team-block .inner-box {
  position: relative;
  margin-bottom: 26px;
  border-radius: 30px 0 30px 30px;
  overflow: hidden;
}

.team-block .inner-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  background-image: url(../images/home-4/team/bg-shape.png);
  border-radius: 30px;
}

[data-tm-layout=dark] .team-block .inner-box::before {
  background-image: url(../images/home-4/team/bg-shape-dark.png);
}

.team-block .inner-box:hover .image-box::before {
  opacity: 1;
  visibility: visible;
  top: calc(100% - 152px);
}

.team-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.team-block .inner-box:hover .share-icon .icon {
  background-color: var(--headings-color);
  color: var(--theme-color-white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.team-block .inner-box:hover .social-links {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  height: auto;
}

.team-block .inner-box .image-box {
  position: relative;
  padding-top: 12px;
}

.team-block .inner-box .image-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 623.54px;
  height: 623.74px;
  background: -webkit-gradient(linear, left top, right top, from(#C8F169), to(#039397));
  background: linear-gradient(90deg, #C8F169 0%, #039397 100%);
  -webkit-filter: blur(75px);
  filter: blur(75px);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .inner-box .image-box .image {
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .inner-box .image-box .image img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-block .share-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding-left: 18px;
  background-color: var(--theme-color6);
  border-radius: 0 0 0 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

[data-tm-layout=dark] .team-block .share-icon {
  background-color: var(--dark-color1);
}

.team-block .share-icon::before, .team-block .share-icon::after {
  content: "";
  position: absolute;
  width: 20px;
  background-color: transparent;
  z-index: -1;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.team-block .share-icon::before {
  top: 0;
  right: 100%;
  height: 40px;
  -webkit-box-shadow: 0 20px 0 0 var(--theme-color6);
  box-shadow: 0 20px 0 0 var(--theme-color6);
  border-radius: 0 0 30px 0;
}

[data-tm-layout=dark] .team-block .share-icon::before {
  -webkit-box-shadow: 0 20px 0 0 var(--dark-color1);
  box-shadow: 0 20px 0 0 var(--dark-color1);
}

.team-block .share-icon::after {
  right: 0;
  bottom: -40px;
  height: 40px;
  -webkit-box-shadow: 0 17px 0 0 var(--theme-color6);
  box-shadow: 0 17px 0 0 var(--theme-color6);
  border-radius: 0 0 30px 0;
}

[data-tm-layout=dark] .team-block .share-icon::after {
  -webkit-box-shadow: 0 20px 0 0 var(--dark-color1);
  box-shadow: 0 20px 0 0 var(--dark-color1);
}

.team-block .share-icon .icon {
  z-index: 3;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  color: var(--headings-color);
  background-color: var(--theme-color-white);
  border-top: 1px solid var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .social-links {
  position: relative;
  top: 0;
  right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  margin-top: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  z-index: 3;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.team-block .social-links a {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--headings-color);
  color: var(--theme-color-white);
  margin-bottom: 10px;
  display: block;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .social-links a:last-child {
  margin-bottom: 0;
}

.team-block .social-links a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#C8F169), to(#039397));
  background: linear-gradient(90deg, #C8F169 0%, #039397 100%);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .social-links a:hover {
  color: var(--theme-color-white);
}

.team-block .social-links a:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.team-block .content-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  z-index: 2;
}

.team-block .content-box .name {
  margin-bottom: 0;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 26px;
  font-weight: 600;
  font-family: var(--heading-font-family);
}

[data-tm-layout=dark] .team-block .content-box .name {
  color: var(--headings-color);
}

.team-block .content-box .name a:hover {
  color: var(--theme-color-white);
}

.team-block .content-box .designation {
  font-size: 14px;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

[data-tm-layout=dark] .team-block .content-box .designation {
  color: var(--headings-color);
}

@media (max-width: 767.98px) {
  .team-section-4 .array-button {
    display: none;
  }
}

.team-section-five {
  padding: 40px 50px 0;
}

.team-section-five .container-fluid {
  padding: 0;
}

.team-section-five.have-after {
  position: relative;
  z-index: 1;
}

.team-section-five.have-after::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  content: "";
  z-index: -1;
  /*background-color: var(--theme-color2);*/
}

.team-block-five .inner-box {
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: var(--theme-color-white);
  overflow: hidden;
}

.team-block-five .inner-box:hover .team-image img:nth-child(1) {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.team-block-five .inner-box:hover .team-image img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.team-block-five .inner-box:hover .content-box {
  background: linear-gradient(90deg, rgba(17, 43, 29, 1) 19%, rgba(27, 51, 26, 1) 47%) !important;
  background-size: 100%;
}

.team-block-five .inner-box:hover .content-box .name {
  color: var(--theme-color-white);
}

.team-block-five .inner-box:hover .content-box .designation {
  color: var(--theme-color-white);
}

.team-block-five .inner-box:hover .content-box:hover {
  background-position: 100% 0;
}

.team-block-five .inner-box .team-image {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}

/* SAME LEFT CORNER EFFECT FOR TEAM BLOCK FIVE */

.team-block-five .team-image {
    position: relative;
    overflow: hidden;
}

.team-block-five .team-image::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        -135deg,
        rgba(23, 23, 23, 0) 0%,
        rgba(23, 23, 23, 0) 65%,
        var(--theme-color1) 100%
    );
    content: "";
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
}

/* SHOW ON HOVER — SAME AS FOUNDERS */
.team-block-five:hover .team-image::after {
    opacity: 1;
    visibility: visible;
}


.team-block-five .inner-box .team-image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block-five .inner-box .team-image img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.team-block-five .inner-box .team-image img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.team-block-five .inner-box .team-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-block-five .content-box {
  position: absolute;
  bottom: 20px;
  /*left: 20px;*/
  /*right: 20px;*/
  /*padding: 25px 30px 25px;*/
  z-index: 2;
  text-align: center;
  /*border-radius: 10px;*/
  background: var(--theme-color-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-block-five .content-box .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--headings-color);
  font-family: var(--heading-font-family);
}

.team-block-five .content-box .name a {
  -webkit-transition: none;
  transition: none;
}

.team-block-five .content-box .name a:hover {
  color: var(--theme-color1);
}

.team-block-five .content-box .designation {
  font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    color: #112b1d;
}

.team-block-five .content-box .social-links {
  margin-top: 10px;
  display: none;
}

.team-block-five .content-box .social-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.team-block-five .content-box .social-links ul li a {
  position: relative;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  color: var(--headings-color);
  background-color: var(--theme-color-white);
  display: block;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block-five .content-box .social-links ul li a:hover {
  color: linear-gradient(90deg, #C8F169 0%, #039397 100%);
}

.team-section-six .btn-style-two {
  max-width: 209px;
  width: 100%;
  margin: 0 auto;
  margin-right: 0;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .team-section-six .btn-style-two {
    margin: 0;
  }
}

[data-tm-layout=dark] .team-section-six .btn-style-two {
  color: #ffffff;
}

[data-tm-layout=dark] .team-section-six .btn-style-two .icon {
  background-color: #ffffff;
}

.team-block-six .inner-box {
  position: relative;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgb(var(--theme-color-black-rgb), 0.1);
}

[data-tm-layout=dark] .team-block-six .inner-box {
  background-color: var(--dark-color2);
  border-color: var(--dark-color2);
}

.team-block-six .inner-box:hover .team-image img:nth-child(1) {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.team-block-six .inner-box:hover .team-image img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.team-block-six .inner-box:hover .content-box .social-links {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.team-block-six .inner-box .team-image {
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}

.team-block-six .inner-box .team-image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block-six .inner-box .team-image img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.team-block-six .inner-box .team-image img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.team-block-six .inner-box .team-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-block-six .content-box {
  position: relative;
  padding: 20px;
  padding-bottom: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-block-six .content-box .name {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  vertical-align: middle;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--headings-color);
  font-family: var(--heading-font-family);
}

.team-block-six .content-box .name a {
  -webkit-transition: none;
  transition: none;
}

.team-block-six .content-box .name a:hover {
  color: var(--theme-color1);
}

.team-block-six .content-box .designation {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--theme-color-gray2);
}

.team-block-six .content-box .social-links {
  position: absolute;
  right: 15px;
  bottom: 30px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 1399.98px) {
  .team-block-six .content-box .social-links {
    bottom: 15px;
  }
}

.team-block-six .content-box .social-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 1199.98px) {
  .team-block-six .content-box .social-links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.team-block-six .content-box .social-links ul li a {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  color: var(--headings-color);
  background: var(--theme-color-white);
  -webkit-box-shadow: 0 1px 4px rgba(12, 12, 13, 0.1);
  box-shadow: 0 1px 4px rgba(12, 12, 13, 0.1);
  display: block;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block-six .content-box .social-links ul li a:hover {
  color: var(--theme-color-white);
  background: -webkit-gradient(linear, left top, right top, from(#C8F169), to(#039397));
  background: linear-gradient(90deg, #C8F169 0%, #039397 100%);
}

/*** 

====================================================================
		Contact Sectiom
====================================================================

***/
.contact-content-1 .sec-title .triangle2 {
  border-left-color: #67A19F;
}

.contact-content-1 .form-box {
  background-color: #fff;
  padding: 65px 42px;
  border-radius: 20px;
  margin-top: 70px;
  max-width: 590px;
}

[data-tm-layout=dark] .contact-content-1 .form-box {
  background-color: var(--dark-color2);
}

@media (max-width: 767.98px) {
  .contact-content-1 .form-box {
    margin-top: 30px;
    padding: 40px 30px;
  }
}

.contact-content-1 .form-box .form-clt input, .contact-content-1 .form-box .form-clt textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  outline: none;
  background-color: #fff;
  color: var(--text-color);
  text-transform: capitalize;
}

[data-tm-layout=dark] .contact-content-1 .form-box .form-clt input, [data-tm-layout=dark] .contact-content-1 .form-box .form-clt textarea {
  color: rgba(204, 204, 204, 0.8);
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}

.contact-content-1 .form-box .form-clt textarea {
  padding-bottom: 40px;
}

.contact-content-1 .form-box .form-clt button {
  border: none;
}

.contact-content-1 .form-box .form-clt .btn-style-one {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  /* background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%); */
  background-image: linear-gradient(to left, #e09138 0%, #87ac7d 50%, #eb8f39 100%);
  background-size: 200%;
  color: #fff;
  padding: 24px 42px;
}

.contact-content-1 .form-box .form-clt .btn-style-one:before {
  display: none;
}

.contact-content-1 .form-box .form-clt .btn-style-one:hover {
  background-position: 100% 0;
}

.contact-image-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}

@media (max-width: 1399.98px) {
  .contact-image-1 {
    max-width: 600px;
  }

  .contact-image-1 img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 1199.98px) {
  .contact-image-1 {
    max-width: 500px;
  }
}

@media (max-width: 991.98px) {
  .contact-image-1 {
    position: static;
    height: 600px;
    max-width: initial;
  }
}

.contact-image-1 img {
  height: 100%;
}

.contact-image-1 .contact-info-box {
  border-radius: 20px;
  position: absolute;
  bottom: 130px;
  left: -36%;
  padding: 55px 70px;
  background-color: #093736;
  overflow: hidden;
}

@media (max-width: 1699.98px) {
  .contact-image-1 .contact-info-box {
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .contact-image-1 .contact-info-box {
    padding: 30px;
  }
}

.contact-image-1 .contact-info-box h2 {
  font-size: 36px;
  color: #fff;
  max-width: 322px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .contact-image-1 .contact-info-box h2 {
    font-size: 24px;
  }
}

.contact-image-1 .contact-info-box .contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
}

.contact-image-1 .contact-info-box .contact-list li:not(:last-child) {
  margin-bottom: 24px;
}

.contact-image-1 .contact-info-box .contact-list li .icon {
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 50%;
  background-color: #e6913a;;
  /* background-color: var(--theme-color1); */
  text-align: center;
  color: var(--headings-color);
  font-size: 30px;
}

.contact-image-1 .contact-info-box .contact-list li .icon img {
  width: initial;
  height: initial;
}

.contact-image-1 .contact-info-box .contact-list li .content h3 {
  font-size: 24px;
  color: #fff;
  font-family: var(--body-font);
  font-weight: 600;
  line-height: 1;
}

.contact-image-1 .contact-info-box .contact-list li .content p {
  font-size: 16px;
}

.contact-image-1 .contact-info-box .contact-list li .content p a {
  color: #fff;
}

.contact-image-1 .contact-info-box .ellipse-bg {
  width: 232px;
  height: 249.521px;
  position: absolute;
  bottom: -30%;
  right: -60px;
  background: rgba(200, 241, 105, 0.5);
  -webkit-filter: blur(100px);
  filter: blur(100px);
  z-index: -1;
}

.contact-section {
  position: relative;
  background-color: #144443;
  z-index: 9;
}

@media (max-width: 991.98px) {
  .contact-section {
    padding-bottom: 0;
  }
}

.contact-section .shape-image {
  position: absolute;
  top: 27%;
  left: -40%;
  -webkit-animation: rounded 5s linear infinite;
  animation: rounded 5s linear infinite;
}

@media (max-width: 1699.98px) {
  .contact-section .shape-image {
    display: none;
  }
}

.contact-section .contact-shape {
  position: absolute;
  left: 0;
  bottom: 130px;
  z-index: -1;
}

.contact-content-style-3 .contact-text {
  /* margin-top: 25px; */
  max-width: 405px;
}

.contact-content-style-3 .contact-list {
  /* margin-top: 50px; */
}

.contact-content-style-3 .contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.contact-content-style-3 .contact-list li:not(:last-child) {
  margin-bottom: 30px;
}

.contact-content-style-3 .contact-list li .icon {
     max-width: 50px;
    /* width: 100%; */
    height: 49px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--theme-color-white);
    font-size: 23px;
    color: var(--headings-color);
}

[data-tm-layout=dark] .contact-content-style-3 .contact-list li .icon img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.contact-content-style-3 .contact-list li .content span {
  display: inline-block;
  /* margin-bottom: 5px; */
}

.contact-content-style-3 .contact-list li .content h3 {
  font-size: 27px;
  font-weight: 600;
  font-family: var(--body-font);
}

.contact-box-style-3 {
  text-align: center;
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 7px 24px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 7px 24px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 8px 45px;
  position: relative;
}

.contact-box-style-3 h3 {
  font-size: 27px;
  font-weight: bold;
}

.contact-box-style-3 p {
  color: var(--headings-color);
}

.contact-box-style-3 form {
  /* margin-top: 40px; */
}

.contact-box-style-3 form .input {
  position: relative;
  z-index: 1;
}

.contact-box-style-3 form .input input {
  padding: 4px 20px;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  width: 100%;
}

[data-tm-layout=dark] .contact-box-style-3 form .input input {
  background: transparent;
  color: rgba(204, 204, 204, 0.8);
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.contact-box-style-3 form .input input:focus {
  border: 1px solid var(--theme-color1);
}

.contact-box-style-3 form .input .icon {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 18px;
}

.contact-box-style-3 form .nice-select {
  z-index: 1;
}

[data-tm-layout=dark] .contact-box-style-3 form .nice-select {
  background: var(--dark-color2);
  color: rgba(204, 204, 204, 0.8);
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.contact-box-style-3 form textarea {
  font-weight: 500;
  height: 80px;
  padding: 8px 20px;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  width: 100%;
}

[data-tm-layout=dark] .contact-box-style-3 form textarea {
  background: transparent;
  color: rgba(204, 204, 204, 0.8);
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.contact-box-style-3 form textarea:focus {
  border: 1px solid var(--theme-color1);
}

.contact-box-style-3 form .theme-btn {
  position: relative;
}

.contact-box-style-3 form .theme-btn.btn-style-one {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(90deg, rgba(17, 43, 29, 1) 50%, rgba(127, 153, 110, 1) 100%);
  border-radius: 100px;
  color: var(--theme-color-white);
height: 45px;
    padding: 6px 10px;
    padding-right: 55px;
}

[data-tm-layout=dark] .contact-box-style-3 form .theme-btn.btn-style-one {
  color: var(--headings-color);
}

@media only screen and (max-width: 767px) {
  .contact-box-style-3 form .theme-btn.btn-style-one {
    height: 60px;
    padding-right: 80px;
  }

  .contact-box-style-3 form .theme-btn.btn-style-one .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
  }

  .contact-box-style-3 form .theme-btn.btn-style-one .icon svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 575.98px) {
  .contact-box-style-3 form .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}

.contact-box-style-3 form .theme-btn.btn-style-one:before {
  display: none;
}

.contact-box-style-3 form .theme-btn.btn-style-one:hover {
  background-position: 100% 0;
    background: linear-gradient(90deg, rgba(127, 153, 110, 1) 5%, rgba(17, 43, 29, 1) 62%);
}

.contact-box-style-3 form .theme-btn.btn-style-one:hover .icon {
  color: var(--theme-color2);
  background-color: var(--theme-color-white);
}

.contact-box-style-3 form .theme-btn .icon {
  background-color: #fff;
    border-radius: 50%;
    bottom: 4px;
    color: var(--theme-color-black);
    font-size: 34px;
    height: 33px;
    line-height: 12px;
    position: absolute;
    right: 12px;
    top: 7px;
    -webkit-transition: all 0.4s 
ease-in-out;
    transition: all 0.4s 
ease-in-out;
    width: 33px;
}

.contact-section-3 {
  position: relative;
      margin-top: 34px;
    position: relative;
    /*background: #144443;*/
    /* background: linear-gradient(90deg, rgba(232, 144, 60, 1) 0%, rgba(201, 142, 65, 1) 10%, rgba(187, 141, 68, 1) 15%, rgba(166, 140, 72, 1) 22%, rgba(83, 135, 86, 1) 50%, rgba(92, 142, 94, 1) 53%, rgba(158, 190, 146, 1) 76%, rgba(167, 196, 153, 1) 79%, rgba(228, 242, 201, 1) 100%); */
    /* background: linear-gradient(90deg, rgba(232, 144, 60, 1) 0%, rgba(83, 135, 86, 1) 50%, rgba(158, 190, 146, 1) 76%); */
}

.contact-section-3 .contact-image {
  /* position: absolute;
  bottom: 0;
  right: 30px;
  z-index: -1; */
   display: none;
}

@media (max-width: 1399.98px) {
  .contact-section-3 .contact-image {
    display: none;
  }
}

.nice-select {
  width: 100%;
  border-radius: 5px;
  height: 35px;
  line-height: 36px;
  border: 1px solid #e4e4e4;
  padding-top: 0;
}

.nice-select::after {
  display: none;
}

.nice-select::before {
  font-family: "Font Awesome 6 pro";
  content: "\f107";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 15px;
  color: #696969;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.nice-select.open::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nice-select:focus {
  border: 1px solid #e4e4e4;
}

.nice-select .list {
  width: 100%;
}

.nice-select .current {
  font-size: 14px;
  color: var(--text-color);
}
.contact-bg-2{
      /*background:#144443;*/
    border-radius: 10px;
    height: 100%;
    width: 100%;
}
.contact-bg-2 .content-column{padding: 0 40px;}

.contact-two-area {
  position: relative;
  z-index: 1;
  background-color: var(--theme-color2);
  /* border-radius:50px; */
}
.feature-block-one p{font-size: 12px;}
.contact-two__form {
  max-width: 590px;
  width: 100%;
  padding: 40px;
  border-radius: 20px;
  background-color: var(--theme-color-white);
}

[data-tm-layout=dark] .contact-two__form {
  background-color: var(--dark-color2);
}

.contact-two__form form .form-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  vertical-align: middle;
  margin-bottom: 20px;
  color: var(--theme-color2);
}

[data-tm-layout=dark] .contact-two__form form .form-title {
  color: #ffffff;
}

.contact-two__form form .input {
  margin-bottom: 20px;
}

.contact-two__form form .input input {
  width: 100%;
  font-family: var(--body-font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 20px;
  color: #949494;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.2);
}

[data-tm-layout=dark] .contact-two__form form .input input {
  color: rgba(204, 204, 204, 0.8);
  background-color: transparent;
  border-color: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
}

.contact-two__form form .textarea {
  margin-bottom: 30px;
}

.contact-two__form form .textarea textarea {
  width: 100%;
  border: none;
  padding-bottom: 20px;
  resize: none;
  color: #949494;
  border-bottom: 1px solid rgba(var(--theme-color-black-rgb), 0.2);
}

[data-tm-layout=dark] .contact-two__form form .textarea textarea {
  color: rgba(204, 204, 204, 0.8);
  background-color: transparent;
  border-color: 1px solid rgba(var(--theme-color-white-rgb), 0.2);
}

.contact-two__form form .btn-style-two {
  width: 100%;
  padding: 22px 50px;
}

[data-tm-layout=dark] .contact-two__form form .btn-style-two {
  color: #ffffff;
}

.contact-two_shape {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: -1;
}

.contact-two__map {
  position: absolute;
  top: 150px;
  right: 0;
  max-width: 950px;
  width: 100%;
  height: 720px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}

@media (max-width: 1699.98px) {
  .contact-two__map {
    max-width: 700px;
  }
}

.contact-two__map .location {
  position: absolute;
  top: 28%;
  right: 33%;
}

@media (max-width: 1399.98px) {
  .contact-two__map .location {
    right: 10%;
    max-width: 350px;
  }
}

@media (max-width: 1199.98px) {
  .contact-two__map .location {
    right: 10%;
    max-width: 250px;
  }
}

@media (max-width: 991.98px) {
  .contact-two__map .location {
    display: none;
  }
}

.contact-two__map .location img {
  width: unset;
}

.contact-four-area {
  position: relative;
  z-index: 1;
}

.contact-four-area:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--theme-color2-rgb), 0.95);
}

.contact-four-area .sec-title .text {
  margin-top: 0px;
}

.contact-four__wrp {
  max-width: 1550px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.contact-four__wrp .contact-form {
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
}

.contact-four__wrp .contact-form .contact-four__form {
  background-color: var(--theme-color-white);
  -webkit-box-shadow: -10px 0px 35px 0px rgba(var(--theme-color-black-rgb), 0.08);
  box-shadow: -10px 0px 35px 0px rgba(var(--theme-color-black-rgb), 0.08);
}

.contact-four__form {
  padding: 80px;
  background-color: var(--theme-color-white);
}

.contact-four__form .section-header {
  max-width: 380px;
}

.contact-four__form form input,
.contact-four__form form textarea {
  width: 100%;
  padding: 9px 20px;
  border: 1px solid rgba(var(--theme-color-black-rgb), 0.1);
  margin-bottom: 20px;
  background-color: transparent;
}

[data-tm-layout=dark] .contact-four__form form input,
[data-tm-layout=dark] .contact-four__form form textarea {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

.contact-four__form form textarea {
  height: 150px;
  resize: none;
}

@media (max-width: 991.98px) {
  .contact-four__form {
    padding: 60px 15px;
  }
}

.contact-four__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}

.contact-four__image::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(21.63%, rgba(0, 0, 0, 0.65)), color-stop(62.77%, rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.65) 21.63%, rgba(0, 0, 0, 0) 62.77%);
  content: "";
}

.contact-four__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-four__image .content {
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
}

.contact-four__image .content .title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  font-family: var(--heading-font-family);
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .contact-four__image .content .title {
  color: #ffffff;
}

.contact-four__image .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  gap: 10px;
}

@media (max-width: 991.98px) {
  .contact-four__image .info {
    margin-top: 20px;
  }
}

.contact-four__image .info span {
  font-size: 12px;
  line-height: 28px;
  font-weight: 400;
}

.contact-four__image .info .logo {
  width: auto;
}

.contact-four__brand .marqueeSwiper-five-area {
  overflow: hidden;
}

.contact-four__brand .marqueeSwiper-five__slider .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.contact-four__brand .brand-two__item {
  text-align: center;
}

.contact-four__brand-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: var(--theme-color-white);
  text-align: center;
  margin-bottom: 0;
}

[data-tm-layout=dark] .contact-four__brand-text {
  color: #ffffff;
}

.contact-four__brand-text .hover-link-light {
  margin-left: 10px;
  color: var(--theme-color1);
}

@media (max-width: 575.98px) {
  .contact-four__brand-text .hover-link-light {
    margin-left: 0;
    display: block;
  }
}

.contact-four__rectangle {
  position: absolute;
  z-index: -1;
  width: 160px;
  height: 160px;
  bottom: 80px;
  right: 0;
}

.contact-four__rectangle .item-one {
  width: 80px;
  height: 80px;
  background-color: var(--theme-color-white);
  width: 0;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
  position: absolute;
  bottom: 80px;
  right: 0;
}

.contact-four__rectangle .item-one.animated {
  width: 80px;
}

.contact-four__rectangle .item-two {
  width: 80px;
  height: 0px;
  background-color: rgba(255, 255, 255, 0.3019607843);
  backdrop-filter: blur(20px);
  -webkit-transition: all 0.3s ease-in-out 0.5s;
  transition: all 0.3s ease-in-out 0.5s;
  position: absolute;
  top: 80px;
  left: 0px;
}

.contact-four__rectangle .item-two.animated {
  height: 80px;
}

.contact-four__rectangle .item-three {
  width: 80px;
  height: 0px;
  background-color: var(--theme-color-white);
  backdrop-filter: blur(20px);
  -webkit-transition: all 0.3s ease-in-out 0.8s;
  transition: all 0.3s ease-in-out 0.8s;
  position: absolute;
  top: 160px;
  left: 80px;
}

.contact-four__rectangle .item-three.animated {
  height: 80px;
}

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

/*** 

====================================================================
    News Section
====================================================================

***/
.news-box-items {
  margin-top: 16px;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
  
}

[data-tm-layout=dark] .news-box-items {
  background-color: var(--dark-color2);
}

.news-box-items .news-image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  /*width: 100%;*/
  border-radius: 10px;
}

.news-box-items .news-image img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*width: 100%;*/
}

.news-box-items .news-image img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  /*-webkit-filter: blur(10px);*/
  /*filter: blur(10px);*/
}

.news-box-items .news-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-box-items .news-image img {
  /*width: 100%;*/
  height: 100%;
  display: block;
  border-radius: 10px;
}

.news-box-items .news-image .post-box {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 70px;
  height: 70px;
  background: #144443;
  text-align: center;
  padding-top: 13px;
}

.news-box-items .news-image .post-box .date {
  font-size: 24px;
  font-family: var(--heading-font-family);
  font-weight: 700;
  color: var(--theme-color1);
  line-height: 1;
}

.news-box-items .news-image .post-box .month {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  font-family: var(--body-font);
  line-height: 1;
}

.news-box-items .news-content {
  margin-top: 20px;
  padding:5px;
}

.news-box-items .news-content .comments-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background: #F5F5F5;
  padding: 12px 17px;
  line-height: 1;
  gap: 24px;
  margin-bottom: 20px;
}

[data-tm-layout=dark] .news-box-items .news-content .comments-list {
  background: rgb(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .news-box-items .news-content .comments-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px;
  }
}

.news-box-items .news-content .comments-list li {
  font-size: 14px;
}

.news-box-items .news-content .comments-list li i {
  color: var(--headings-color);
  margin-right: 5px;
}

.news-box-items .news-content .comments-list svg {
  margin-right: 5px;
}

[data-tm-layout=dark] .news-box-items .news-content .comments-list svg path {
  fill: #fff;
}

.news-box-items .news-content h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 18px;
  font-size: 16px;
  min-height:112px;
}

[data-tm-layout=dark] .news-box-items .news-content h3 {
  border-color: rgb(var(--theme-color-white-rgb), 0.1);
}

@media (max-width: 1199.98px) {
  .news-box-items .news-content h3 {
    font-size: 20px;
  }
}

.news-box-items .news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.news-box-items .news-content h3 a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--headings-color)), to(var(--headings-color)));
  background-image: linear-gradient(180deg, var(--headings-color) 0%, var(--headings-color) 100%);
}

.news-box-items .news-content .link-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #144443;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--heading-font-family);
  font-size: 17px;
  font-weight: 600;
  padding-top: 0px;
}

[data-tm-layout=dark] .news-box-items .news-content .link-btn {
  color: var(--link-color);
}

.news-box-items .news-content .link-btn .icon {
 background: linear-gradient(90deg, rgba(17, 43, 29, 1) 50%, rgba(127, 153, 110, 1) 100%);
  border-radius: 26px;
  color: var(--theme-color-white);
  display: inline-block;
  height: 22px;
  line-height: 24px;
  margin-left: 5px;
  text-align: center;
  width: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.news-box-items .news-content .link-btn .icon i {
  display: inline-block;
  font-size: 14px;
}

.news-box-items .news-content .link-btn:hover .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.news-box-items:hover .news-image img:nth-child(1) {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  /*-webkit-filter: blur(0);*/
  /*filter: blur(0);*/
}

.news-box-items:hover .news-image img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/*** 

====================================================================
    Clients Section
====================================================================

***/
.clients-section {
  position: relative;
  z-index: 1;
}

.clients-section.alternate {
  border-top: 1px solid #e6e8ed;
}

.clients-section.border-bottom {
  border-bottom: 1px solid #e6e8ed;
}

.clients-section.border-top {
  border-top: 1px solid #e6e8ed;
}

.clients-section.border-top-bottom {
  border-top: 1px solid #e6e8ed;
  border-bottom: 1px solid #e6e8ed;
}

.clients-section.style-two {
  background-color: #fff;
  border-top: 1px solid rgba(171, 159, 159, 0.3);
}

.clients-carousel {
  position: relative;
  padding: 100px 0;
}

.clients-carousel .slide-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-carousel .slide-item a {
  position: relative;
  display: block;
  padding: 20px 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-carousel .slide-item a:hover {
  background-color: #f4f5f8;
}

.clients-carousel .slide-item a:hover img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.clients-carousel .slide-item img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 25px;
  background-color: #ffffff;
  max-width: 110px;
  right: 0;
  margin: -13px auto 0;
}

.clients-carousel .owl-nav .owl-prev,
.clients-carousel .owl-nav .owl-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 26px;
  width: 26px;
  background-color: var(--bg-theme-color3);
  color: #7c858c;
  font-size: 14px;
  margin: 0 3px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-carousel .owl-nav .owl-prev:hover,
.clients-carousel .owl-nav .owl-next:hover {
  background-color: var(--bg-theme-color2);
  color: #ffffff;
}

.clients-carousel .owl-dots {
  display: none;
}

/*** 

====================================================================
    Growth Section
====================================================================

***/
.growth-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 25px;
  margin: 0 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (max-width: 1399.98px) {
  .growth-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .growth-section {
    margin: 0 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.growth-section .sec-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.growth-section::after {
  /* background: radial-gradient(95.51% 264.21% at 92.63% 41.85%, rgba(0, 7, 31, 0) 0%, rgba(4, 44, 42, 0.98) 99.98%, rgba(4, 44, 42, 0.98) 99.99%); */
  
  /* background: radial-gradient(95.51% 264.21% at 92.63% 41.85%, rgb(229 146 55) 0%, #c1d3a8 99.98%, #fbedc9 99.99%); */
  content: "";

  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: #144443;
}

.growth-section .sec-title {
  border-bottom: 1px solid rgba(230, 230, 230, 0.212);
  padding-bottom: 22px;
  margin-bottom: 30px;
}

.growth-section .theme-btn {
  position: relative;
}

.growth-section .theme-btn.btn-style-one {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 100px;
  color: var(--theme-color-white);
  height: 50px;
  padding: 20px 60px;
  padding-right: 100px;
}

[data-tm-layout=dark] .growth-section .theme-btn.btn-style-one {
  color: var(--headings-color);
}

@media only screen and (max-width: 767px) {
  .growth-section .theme-btn.btn-style-one {
    height: 60px;
    padding-right: 80px;
  }

  .growth-section .theme-btn.btn-style-one .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
  }

  .growth-section .theme-btn.btn-style-one .icon svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 575.98px) {
  .growth-section .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}

.growth-section .theme-btn.btn-style-one:before {
  display: none;
}

.growth-section .theme-btn.btn-style-one:hover {
  background-position: 100% 0;
}

.growth-section .theme-btn.btn-style-one:hover .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}

.growth-section .theme-btn .icon {
  background-color: var(--theme-color-white);
  color: var(--theme-color-black);
  border-radius: 50%;
  bottom: 4px;
  font-size: 30px;
  height: 40px;
  line-height: 48px;
  position: absolute;
  right: 4px;
  top: 4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 40px;
}

.growth-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.growth-block .pie-graph {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 122px;
}

.growth-block .pie-graph .inner-text {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 700;
  font-size: 20px;
  color: var(--theme-color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 50%;
  font-family: var(--heading-font-family);
  margin-top: -10px;
}

[data-tm-layout=dark] .growth-block .pie-graph .inner-text {
  color: var(--headings-color);
}

.growth-block .content-box .title {
  font-size: 18px;
  text-transform: capitalize;
  color: var(--theme-color-white);
    /* color: #144443; */
  margin-bottom: 10px;
}

[data-tm-layout=dark] .growth-block .content-box .title {
  color: var(--headings-color);
}

.growth-block .content-box .text {
  font-size: 12px;
  line-height: 28.8px;
 color: var(--theme-color-white);
  /* color: #144443; */
  margin-bottom: 0;
}

.growth-block:hover .pie-graph .inner-text {
  background-position: 100% 0;
}

.growth-section-two {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 710px;
}

@media (max-width: 1399.98px) {
  .growth-section-two {
    height: 600px;
  }
}

@media (max-width: 1199.98px) {
  .growth-section-two {
    height: auto;
    background-image: none !important;
    background-color: var(--theme-color-gray2);
  }
}

.growth-section-two .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.growth-section-two .outer-box {
  max-width: 1250px;
  margin: 0 auto;
}

.growth-section-two .growth-block .pie-graph .inner-text {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}

.growth-section-two .growth-block .content-box .title {
  color: var(--headings-color);
}

.growth-section-two .growth-block .content-box .text {
  color: var(--body-font-family);
}
/* General spacing fix */
.choose_feature {
    padding: 25px 20px;
    text-align: center;
}

/* Icons responsive */
.choose_feature .icon i {
    font-size: 48px;
}

@media (max-width: 992px) {
    .choose_feature {
        padding: 20px 15px;
    }
    .choose_feature .icon i {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .choose_feature {
        margin-bottom: 20px;
        padding: 18px 15px;
    }

    h2.sub-title {
        font-size: 26px !important;
        line-height: 1.3;
    }

    h4 {
        font-size: 16px !important;
    }

    .choose_feature .icon i {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    /* Force 1 column per row */
    .choose_feature {
        width: 100%;
        padding: 16px 12px;
    }

    .choose_feature .icon i {
        font-size: 32px;
    }

    h2.sub-title {
        font-size: 22px !important;
    }

    h4 {
        font-size: 15px !important;
    }
    .choose_feature {
        max-width: 100%;
        padding: 14px 12px !important;
    }
}
/* Make columns smaller */
.choose_feature {
    padding: 15px 10px !important;
    margin: 10px !important;
    /*max-width: 260px;*/
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
}

.choose_feature .icon i {
    font-size: 28px !important;
}

.choose_feature h3 {
    font-size: 25px !important;
}


.feature-growth-box-items {
  /* margin-top: 30px; */
  padding: 10px 4px;
  padding-top: 0;
  position: relative;
  text-align: center;
  z-index: 9;
}

.feature-growth-box-items::before {
  background-color: var(--theme-color-white);
  border-radius: 15px;
  height: initial;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  top: 50px;
  z-index: -1;
  height: initial;
}

.feature-growth-box-items::after {
  /*background-color: var(--headings-color);*/
  background-color: #e4efc7;
  border-radius: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  height: initial;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  top: 50px;
  z-index: -1;
}

[data-tm-layout=dark] .feature-growth-box-items::after {
  opacity: 0.5;
  background-color: var(--dark-color1);
}

.feature-growth-box-items .icon {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border-radius: 50%;
  font-size: 33px;
  color: var(--theme-color-white);
  height: 75px;
  line-height: 75px;
  margin: 0 auto;
  text-align: center;
  width: 75px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-growth-box-items .icon i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}

.feature-growth-box-items .content {
  margin-top: 8px;
}

.feature-growth-box-items .content h3 {
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 21px;
  height:30px;
}

.feature-growth-box-items .content p {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 15px;
}

.feature-growth-box-items.style-top {
  /* margin-top: 60px; */
}

@media (max-width: 1199.98px) {
  .feature-growth-box-items.style-top {
    /* margin-top: 30px; */
  }
}

.feature-growth-box-items:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.feature-growth-box-items:hover i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.feature-growth-box-items:hover .icon {
  background-position: 100% 0;
}

.feature-growth-box-items:hover .content h3 {
  /*color: #fff;*/
  color:#1b331a;
}

.feature-growth-box-items:hover .content p {
   color:#1b331a;
}

/***
====================================================================
  Products details
====================================================================
***/
.product-details .bxslider .image-box {
  position: relative;
  display: block;
  margin-right: 30px;
  margin-bottom: 10px;
}

.product-details .bxslider .image-box img {
  width: 100%;
}

.product-details .bxslider .thumb-box li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
}

.product-details .bxslider .thumb-box li:last-child {
  margin: 0px !important;
}

.product-details .bxslider .thumb-box li a {
  position: relative;
  display: inline-block;
}

.product-details .bxslider .thumb-box li a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product-details .bxslider .thumb-box li a.active:before {
  opacity: 1;
}

.product-details .bx-wrapper {
  margin-bottom: 30px;
}

.product-details .product-info .product-details__top {
  position: relative;
  display: block;
  margin-top: -8px;
}

.product-details .product-info .product-details__title {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin: 0;
}

.product-details .product-info .product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--theme-color2);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-left: 20px;
  letter-spacing: 0;
}

.product-details .product-info .product-details__reveiw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 22px;
  padding-bottom: 20px;
  margin-bottom: 31px;
  border-bottom: 1px solid #e0e4e8;
}

.product-details .product-info .product-details__reveiw i {
  font-size: 16px;
  color: #ffc737;
}

.product-details .product-info .product-details__reveiw i+i {
  margin-left: 4px;
}

.product-details .product-info .product-details__reveiw span {
  position: relative;
  top: 1px;
  line-height: 1;
  font-size: 16px;
  color: var(--theme-color2);
  margin-left: 18px;
}

.product-details .product-info .product-details__quantity-title {
  margin: 0;
  color: #222;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-right: 20px;
}

.product-details .product-info .product-details__buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons {
    display: block;
  }
}

.product-details .product-info .product-details__buttons-1 {
  position: relative;
  display: block;
}

@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-1 {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

.product-details .product-info .product-details__buttons-1 .btn-title {
  color: var(--headings-color);
  text-transform: capitalize;
  font-weight: 500;
}

.product-details .product-info .product-details__buttons-2 {
  position: relative;
  display: block;
  margin-left: 10px;
}

.product-details .product-info .product-details__buttons-2 .thm-btn {
  background-color: var(--theme-color2);
}

.product-details .product-info .product-details__buttons-2 .thm-btn:before {
  background-color: var(--theme-color1);
}

.product-details .product-info .product-details__buttons-2 .thm-btn:after {
  background-color: var(--theme-color1);
}

@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 0;
  }
}

.product-details .product-info .product-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-details .product-info .product-details__social .social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-details .product-info .product-details__social .social-icon-one li {
  position: relative;
  margin-left: 20px;
}

.product-details .product-info .product-details__social .social-icon-one li:first-child {
  margin-left: 0;
}

.product-details .product-info .product-details__social .social-icon-one li a {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-details .product-info .product-details__social .social-icon-one li a:hover {
  color: var(--theme-color1);
}

.product-details .product-info .product-details__social .title {
  position: relative;
  display: block;
}

.product-details .product-info .product-details__social .title h3 {
  color: #222;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.product-details .product-info .product-details__social .social-icon-one {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .product-details .product-info .product-details__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .product-details .product-info .product-details__social .social-icon-one {
    margin-left: 0;
  }
}

.product-details__quantity {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  position: relative;
}

.product-details__quantity .quantity-box {
  border-radius: 10px;
  height: 60px;
  position: relative;
  width: 98px;
}

.product-details__quantity .quantity-box input {
  border: 1px solid #e0e4e8;
  border-radius: 10px;
  color: var(--theme-color2);
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  outline: none;
  padding-left: 30px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  width: 98px;
}

.product-details__quantity .quantity-box button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-left: 1px solid #e0e4e8;
  border-top-right-radius: 10px;
  background-color: var(--theme-color2);
  color: #fff;
  font-size: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 29px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  position: absolute;
  right: 1px;
  top: 1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 29px;
}

.product-details__quantity .quantity-box button:hover {
  background-color: var(--theme-color1);
  color: var(--headings-color);
}

.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  top: auto;
}

.product-discription {
  display: block;
  position: relative;
}

.product-discription .product-description__title {
  font-size: 30px;
  margin-bottom: 27px;
}

.product-discription .product-description__text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.product-discription .product-description__list {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.product-discription .product-description__list ul {
  display: block;
  position: relative;
}

.product-discription .product-description__list ul li {
  display: block;
  margin-bottom: 2px;
  position: relative;
}

.product-discription .product-description__list ul li:last-child {
  margin-bottom: 0px;
}

.product-discription .product-description__list ul li p {
  color: var(--headings-color);
  font-weight: 600;
  margin: 0;
}

.product-discription .product-description__list ul li p span:before {
  color: var(--theme-color1);
  display: inline-block;
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  position: relative;
  top: 2px;
}

.product-discription .tabs-content .text p {
  margin-bottom: 17px;
}

.product-discription .tabs-content .text p:last-child {
  margin-bottom: 0px;
}

.product-discription .tab-btn-box {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 60px;
}

.product-discription .tab-btn-box:before {
  position: absolute;
  content: "";
  background-color: #e1e8e4;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 28px;
}

.product-discription .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #1e2434;
  text-align: center;
  padding: 14px 30px;
  background-color: #fff;
  border: 1px solid #e1e8e4;
  cursor: pointer;
  margin: 0px 8.5px;
  margin-bottom: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product-discription .tab-btn-box .tab-btns li.active-btn {
  background-color: var(--theme-color2);
  color: #fff;
}

.product-discription .tab-btn-box .tab-btns li:last-child {
  margin-bottom: 0;
}

.product-discription .single-comment-box .inner-box {
  position: relative;
  display: block;
  background-color: #f4f5f4;
  padding: 34px 30px 34px 125px;
}

.product-discription .single-comment-box .inner-box .comment-thumb {
  position: absolute;
  left: 30px;
  top: 40px;
  border-radius: 50%;
  width: 80px;
}

.product-discription .single-comment-box .inner-box .comment-thumb img {
  width: 100%;
  border-radius: 50%;
}

.product-discription .single-comment-box .inner-box .rating {
  position: relative;
  display: block;
  margin-bottom: 2px;
}

.product-discription .single-comment-box .inner-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}

.product-discription .single-comment-box .inner-box .rating li:last-child {
  margin: 0px !important;
}

.product-discription .single-comment-box .inner-box h5 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.product-discription .single-comment-box .inner-box h5 span {
  font-weight: 400;
  text-transform: capitalize;
}

.product-discription .customer-comment {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.product-discription .comment-box {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 51px 60px 60px 60px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.product-discription .comment-box h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.product-discription .comment-box .form-group {
  position: relative;
  margin-bottom: 15px;
}

.product-discription .comment-box .form-group label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #707582;
  margin-bottom: 8px;
}

.product-discription .comment-box .column:last-child .form-group {
  margin-bottom: 0px;
}

.product-discription .comment-box .review-box {
  position: relative;
  display: block;
  margin-top: 8px;
}

.product-discription .comment-box .review-box p {
  position: relative;
  float: left;
  margin-right: 10px;
}

.product-discription .comment-box .review-box .rating {
  position: relative;
  float: left;
}

.product-discription .comment-box .review-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  float: left;
  margin-right: 4px;
  color: #fdc009;
}

.product-discription .comment-box .review-box .rating li:last-child {
  margin: 0px !important;
}

.product-discription .comment-box .custom-controls-stacked {
  position: relative;
  float: left;
}

.related-product h3 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .product-details__img {
    margin-bottom: 50px;
  }

  .product-details__title span {
    margin-left: 0;
    display: block;
  }

  .product-details__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 10px;
  }

  .product-details__social-link {
    margin-left: 0;
    margin-top: 20px;
  }
}

/***

====================================================================
 Categories Section
====================================================================

***/
.categories-section {
  position: relative;
  padding: 100px 0 70px;
}

.categories-section .bg-pattern {
  position: absolute;
  left: 0;
  top: -220px;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/icons/pattern-7.png);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: -1;
}

.categories-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 300px;
  width: 100%;
  background: var(--theme-color3);
  content: "";
  z-index: 1;
}

.categories-section:after {
  position: absolute;
  left: 0;
  bottom: -50px;
  height: 70px;
  width: 100%;
  z-index: 2;
  content: "";
  background-image: url(../images/icons/pattern-3.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.category-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}

.category-block .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  padding: 40px 30px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.category-block .inner-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-position: center bottom;
  content: "";
}

.category-block .inner-box:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.category-block .inner-box:hover .image img {
  -webkit-transform: rotate(10deg) scale(1.2);
  transform: rotate(10deg) scale(1.2);
}

.category-block .inner-box.cat-bg-1:before {
  background-image: url(../images/icons/cat-1-bg.png);
}

.category-block .inner-box.cat-bg-2:before {
  background-image: url(../images/icons/cat-2-bg.png);
}

.category-block .inner-box.cat-bg-3:before {
  background-image: url(../images/icons/cat-3-bg.png);
}

.category-block .inner-box.cat-bg-4:before {
  background-image: url(../images/icons/cat-4-bg.png);
}

.category-block .image {
  position: relative;
  display: inline-block;
  height: 180px;
  width: 180px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}

.category-block .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.category-block h4 {
  font-size: 20px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 10px;
}

.category-block h4 a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.category-block h4 a:hover {
  color: var(--theme-color1);
}

.category-block p {
  font-size: 14px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}

/***

====================================================================
    Categories Section Two
====================================================================

***/
.categories-section-two {
  position: relative;
  padding: 120px 0 90px;
}

.category-block-two {
  position: relative;
  padding-top: 70px;
  margin-bottom: 30px;
  z-index: 9;
}

.category-block-two .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 18px;
}

.category-block-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 60px;
  width: 100%;
  border-radius: 10px;
  background: #e3eee5;
  content: "";
}

.category-block-two .inner-box:hover .image:before {
  left: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.category-block-two .inner-box:hover .image img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.category-block-two .inner-box:hover h4 a {
  color: var(--theme-color1);
}

.category-block-two .content {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  padding: 0 40px 40px;
  z-index: 1;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}

.category-block-two .content:before {
  position: absolute;
  top: -88px;
  left: 0;
  width: 180px;
  height: 180px;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background: #e3eee5;
  content: "";
}

.category-block-two .content:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  font-size: 30px;
  line-height: 1em;
  color: #e8f3ea;
  height: 15px;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  content: attr(data-text);
}

.category-block-two .image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: -70px;
}

.category-block-two .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.category-block-two .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 120%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}

.category-block-two h4 {
  font-size: 22px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 15px;
}

.category-block-two h4 a {
  color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.category-block-two p {
  font-size: 16px;
  color: #797f7d;
  line-height: 26px;
  margin-bottom: 0px;
}

.category-block-two .link {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #e8f3ea;
  border-radius: 50%;
  line-height: 50px;
  margin-top: 25px;
  color: #608174;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.category-block-two .link:hover {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.category-block-two.child-two .link {
  background: #f0e2e3;
}

.category-block-two.child-two .inner-box:before {
  background: #f0e2e3;
}

.category-block-two.child-two .inner-box:hover h4 a {
  color: #e69da2;
}

.category-block-two.child-two .content:before {
  background: #f0e2e3;
}

.category-block-two.child-two .content:after {
  color: #f0e2e3;
}

.category-block-two.child-three .link {
  background: #f1ede1;
}

.category-block-two.child-three .inner-box:before {
  background: #f1ede1;
}

.category-block-two.child-three .inner-box:hover h4 a {
  color: #c9b579;
}

.category-block-two.child-three .content:before {
  background: #f1ede1;
}

.category-block-two.child-three .content:after {
  color: #f1ede1;
}

/***

====================================================================
    Products Section
====================================================================

***/
.products-section {
  position: relative;
  padding: 120px 0;
}

.products-section .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 670px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.products-section .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #113629;
  opacity: 0.7;
  content: "";
}

.products-section .bg-image:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background-image: url(../images/icons/pattern-8.png);
  background-position: center bottom;
  content: "";
}

.products-section .sec-title h2 {
  font-size: 60px;
}

.products-section .sec-title .theme-btn {
  margin-top: 30px;
}

.products-box {
  max-width: 1530px;
  position: relative;
  padding: 120px 60px 90px;
  margin: 120px auto 0;
  background-color: #f7f5ee;
  overflow: hidden;
  border-radius: 10px;
}

.products-box:before {
  position: absolute;
  left: -90px;
  bottom: 0;
  height: 70%;
  width: 100%;
  background: url(../images/icons/shape-7.png) top left no-repeat;
  content: "";
}

.products-box .sec-title {
  margin-bottom: 30px;
}

.products-box .outer-box {
  position: relative;
  padding-right: 400px;
}

.products-box .outer-box .banner-box-two {
  position: absolute;
  right: 0;
  top: 0;
}

.banner-box-two {
  position: relative;
}

.banner-box-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 67, 51)), to(rgba(229, 229, 229, 0)));
  background: linear-gradient(to bottom, rgb(22, 67, 51) 0%, rgba(229, 229, 229, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--theme-color3)", endColorstr="#00e5e5e5", GradientType=0);
  content: "";
}

.banner-box-two .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 370px;
  background: var(--theme-color3);
  border-radius: 10px;
  min-height: 440px;
  text-align: center;
  overflow: hidden;
  padding: 20px 20px;
}

.banner-box-two .title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner-box-two .title strong {
  font-size: 60px;
  line-height: 1em;
  color: var(--theme-color2);
  font-weight: 400;
}

.banner-box-two h4 {
  font-size: 30px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.product-block-two {
  position: relative;
  margin-bottom: 30px;
}

.product-block-two .inner-box {
  position: relative;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #ffffff;
  padding: 20px 20px;
  padding-left: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 150px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .inner-box:hover {
  border: 2px solid var(--theme-color1);
}

.product-block-two .image {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  overflow: hidden;
  height: 110px;
  width: 110px;
  border: 1px solid #e4e1d6;
  margin-bottom: 0px;
}

.product-block-two .image img {
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .inner-box:hover .image img {
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.product-block-two h4 {
  display: block;
  font-size: 22px;
  color: var(--theme-color3);
  font-weight: 700;
  margin-bottom: 5px;
}

.product-block-two h4 a {
  color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block-two .price {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color1);
  font-weight: 600;
}

.product-block-two .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #ff0000;
  line-height: 27px;
  opacity: 0.3;
}

.product-block-two .rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #ffc737;
}

.products-carousel .owl-nav {
  display: none;
}

.products-carousel .owl-dots {
  position: absolute;
  right: 0;
  top: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 8;
}

.products-carousel .owl-dot {
  position: relative;
  height: 7px;
  width: 7px;
  display: block;
  background: #879d91;
  margin-right: 5px;
  border-radius: 5px;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.products-carousel .owl-dot.active {
  background: var(--theme-color3);
}

/***

====================================================================
    Featured Products
====================================================================

***/
.featured-products {
  position: relative;
  padding: 120px 0 90px;
}

.featured-products .bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/icons/pattern-7.png) left bottom no-repeat;
  background-size: 700px;
}

/*=== Mixitup Gallery ===*/
.featured-products .filters {
  margin-bottom: 40px;
  text-align: center;
}

.featured-products .filters .filter-tabs {
  position: relative;
  display: inline-block;
}

.featured-products .filters li {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 0px 2px 10px;
  cursor: pointer;
  color: #797f7d;
  font-weight: 500;
  font-size: 18px;
  margin: 0 5px 0;
  padding: 5px 12px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-products .filters li:last-child {
  margin-right: 0;
}

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
  background-color: var(--theme-color2);
  color: #fff;
}

.featured-products .filters li:before {
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
}

.featured-products .filters li.active:before,
.featured-products .filters li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.product-block {
  position: relative;
  margin-bottom: 30px;
}

.product-block.mix {
  display: none;
}

.product-block .inner-box {
  position: relative;
  border: 1px solid var(--theme-color2);
  border-radius: 10px;
  text-align: center;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover {
  border: 1px solid var(--theme-color1);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-block .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0px;
}

.product-block .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}

.product-block .inner-box:hover .image:before {
  left: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.product-block .image img {
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover .image img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

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

.product-block h4 {
  display: block;
  font-size: 22px;
  color: var(--theme-color2);
  font-weight: 700;
  margin-bottom: 5px;
}

.product-block h4 a {
  color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block h4 a:hover {
  color: var(--theme-color1);
}

.product-block .price {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-gray-silver);
  font-weight: 600;
}

.product-block .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #ff0000;
  line-height: 27px;
  opacity: 0.3;
}

.product-block .rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #ffc737;
}

.product-block .tag {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  background: #FD5F5C;
  font-weight: 400;
  padding: 0 12px;
  border-radius: 3px;
  z-index: 9;
  font-style: italic;
  text-transform: uppercase;
}

.product-block .icon-box {
  position: absolute;
  right: 20px;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover .icon-box {
  top: 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.product-block .ui-btn {
  background-color: var(--theme-color2);
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .ui-btn:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.product-block .cat {
  display: block;
  font-size: 18px;
  color: #707070;
  font-style: italic;
  font-family: "Jost", sans-serif;
  margin-bottom: 5px;
}

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/
table.tbl-shopping-cart .product-thumbnail, table.cart-total .product-thumbnail {
  min-width: 64px;
}

table.tbl-shopping-cart img, table.cart-total img {
  width: 64px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

table.tbl-shopping-cart th,
table.tbl-shopping-cart td, table.cart-total th,
table.cart-total td {
  vertical-align: middle;
  border-left: 1px solid #e3e3e3;
  padding: 20px 30px;
}

table.tbl-shopping-cart .product-name a, table.cart-total .product-name a {
  color: var(--headings-color);
}

table.tbl-shopping-cart .product-name .variation, table.cart-total .product-name .variation {
  font-size: 0.9rem;
  list-style: none;
}

table.tbl-shopping-cart .product-remove a, table.cart-total .product-remove a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  background-color: #757575;
  color: #ffffff;
  text-align: center;
}

table.tbl-shopping-cart .coupon-form .apply-button, table.cart-total .coupon-form .apply-button {
  position: relative;
  display: inline-block;
  color: #1e2434;
  background: #f4f5f4;
  padding: 15px 29px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

table.tbl-shopping-cart .coupon-form .apply-button:hover, table.cart-total .coupon-form .apply-button:hover {
  background-color: var(--theme-color2);
}

table.tbl-shopping-cart .coupon-form .apply-button:hover span, table.cart-total .coupon-form .apply-button:hover span {
  color: var(--theme-color-white);
}

table.tbl-shopping-cart>thead>tr>th,
table.tbl-shopping-cart>tbody>tr>th,
table.tbl-shopping-cart>tfoot>tr>th {
  color: #444;
}

.payment-method .accordion-box .block {
  background: #f4f5f4;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
}

.payment-method .accordion-box .block .acc-content .payment-info {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 30px 30px 10px 30px;
}

.payment-method .accordion-box .block:last-child {
  margin-bottom: 0px;
}

.payment-method .accordion-box .block .acc-btn {
  padding: 19px 30px 22px 30px;
}

.payment-method .accordion-box .block .acc-btn .icon-outer {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
  height: auto;
  /* line-height: 65px; */
  font-size: 28px;
  color: #1e2434;
}

.payment-method .accordion-box .block .acc-btn.active .icon-outer {
  color: var(--theme-color2-text-color);
}

.payment-method .payment-method h3 {
  margin-bottom: 32px;
}

.checkout-faq-box .accordion-box {
  position: relative;
}

.checkout-faq-box .accordion-box .block .acc-btn {
  position: relative;
  color: var(--headings-color);
  font-family: var(--heading-font-family);
  font-weight: var(--h4-font-weight);
  font-size: 20px;
  cursor: pointer;
  padding: 20px 30px;
  padding-right: 70px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid rgba(4, 18, 31, 0.08);
}

.checkout-faq-box .accordion-box .block .acc-btn .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--headings-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  height: 35px;
  line-height: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.checkout-faq-box .accordion-box .block .acc-btn.active .icon {
  color: var(--theme-color2);
}

.checkout-faq-box .accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
}

.checkout-faq-box .accordion-box .block .acc-content {
  display: none;
  position: relative;
}

.checkout-faq-box .accordion-box .block .acc-content .content {
  padding: 25px 30px;
  position: relative;
}

.checkout-faq-box .accordion-box .block .acc-content .content .text {
  display: block;
  font-family: var(--body-font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #6B7280;
  margin-bottom: 0;
}

.checkout-faq-box .accordion-box .block .acc-content.current {
  display: block;
}

.shop-sidebar {
  display: block;
  position: relative;
}

.shop-sidebar .sidebar-search {
  margin-bottom: 30px;
}

.shop-sidebar .sidebar-search .search-form .form-group {
  margin: 0px;
  position: relative;
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
  background-color: var(--theme-color-gray);
  border: 1px solid var(--theme-light-background);
  border-radius: 5px;
  color: #646578;
  height: 52px;
  padding: 10px 60px 10px 20px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
}

.shop-sidebar .sidebar-search .search-form .form-group button {
  background-color: var(--theme-color2);
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 42px;
}

.shop-sidebar .sidebar-search .search-form .form-group button:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

.shop-sidebar .sidebar-widget {
  background-color: var(--theme-color-gray);
  border-radius: 5px;
  display: block;
  margin-bottom: 30px;
  padding: 35px 30px 37px 30px;
  position: relative;
}

.shop-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.shop-sidebar .sidebar-widget .widget-title {
  display: block;
  margin-bottom: 16px;
  position: relative;
}

.shop-sidebar .category-widget .category-list li {
  display: block;
  margin-bottom: 14px;
  position: relative;
}

.shop-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}

.shop-sidebar .category-widget .category-list li a {
  color: #646578;
  display: inline-block;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}

.shop-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color2);
}

.shop-sidebar .category-widget .category-list li a:hover {
  color: var(--theme-color2);
}

.shop-sidebar .price-filters .widget-title {
  margin-bottom: 28px;
}

.shop-sidebar .post-widget {
  padding-bottom: 9px;
}

.shop-sidebar .post-widget .post {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 23px;
  min-height: 108px;
  padding-left: 90px;
  padding-bottom: 24px;
  position: relative;
}

.shop-sidebar .post-widget .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.shop-sidebar .post-widget .post .post-thumb {
  border: 1px solid #d0d4dd;
  border-radius: 5px;
  height: 70px;
  left: 0px;
  position: absolute;
  top: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 70px;
}

.shop-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  border-radius: 5px;
}

.shop-sidebar .post-widget .post a {
  color: #646578;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 7px;
  position: relative;
}

.shop-sidebar .post-widget .post .price {
  color: #0a267a;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}

.shop-sidebar .post-widget .post:hover .post-thumb {
  border-color: var(--theme-color1);
}

.shop-sidebar .post-widget .post:hover a {
  color: var(--theme-color1);
}

.range-slider {
  position: relative;
}

.range-slider .title {
  display: inline-block;
  line-height: 26px;
  margin-right: 4px;
  position: relative;
}

.range-slider .title:before {
  color: #646578;
  content: "$";
  font-size: 18px;
  left: -5px;
  position: absolute;
  top: -19px;
}

.range-slider p {
  color: #646578;
  display: inline-block;
  margin-right: 10px !important;
  position: relative;
}

.range-slider .input {
  color: #646578;
  display: inline-block;
  font-size: 18px;
  margin-top: 5px;
  max-width: 75px;
  position: relative;
}

.range-slider .input input {
  background: none;
  color: #646578;
  font-size: 15px;
  text-align: left;
}

.range-slider .ui-widget.ui-widget-content {
  background-color: #d0d4dd;
  border-radius: 2px;
  border: none;
  height: 4px;
  margin-bottom: 14px;
}

.range-slider .ui-slider .ui-slider-range {
  background-color: var(--theme-color2);
  top: 0px;
  height: 4px;
}

.range-slider .ui-state-default {
  background-color: var(--theme-color2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  margin-left: 0px;
  position: absolute;
  top: -5px;
  width: 14px;
}

.range-slider .ui-state-default:before {
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 6px;
}

.range-slider .ui-widget-content .ui-state-default {
  background-color: var(--theme-color2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 14px;
  margin-left: 0px;
  top: -5px;
  width: 14px;
}

.range-slider .ui-widget-content .ui-state-default:before {
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  position: absolute;
  height: 6px;
  left: 4px;
  top: 4px;
  width: 6px;
}

.range-slider input[type=submit] {
  background: var(--theme-color2);
  border: none;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  padding: 7px 20px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.range-slider input[type=submit]:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
}

/*** 

====================================================================
Page Title
====================================================================

***/
/*** 
====================================================================
Page Title
====================================================================
***/
.page-title {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  /* padding: 100px 0 110px; */
  padding: 20px 0 20px;
  position: relative;
}

.page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* background: radial-gradient(95.51% 264.21% at 92.63% 41.85%, rgba(0, 7, 31, 0) 0%, rgba(4, 44, 42, 0.98) 99.98%, rgba(4, 44, 42, 0.98) 99.99%); */
  content: "";
  mix-blend-mode: normal;
      /* background: #144443; */
      background-image: url(./../images/home-3/breadcrumb.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}

.page-title-text{
  color: #fff;
    /*background: #00000033;*/
    padding: 5px;
    width:fit-content;
}
.page-title .title {
  font-size: 64px;
  color: #ffffff;
  margin-top: 15px;
}

.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
}

.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li a {
  color: var(--theme-color1);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
  color: #ffffff;
}

.page-title.style-two {
  background-position: center center;
}

.page-title.style-two .page-breadcrumb-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 8;
}

.page-title.style-two .page-breadcrumb li {
  color: rgb(7, 7, 16);
  font-weight: 600;
}

.page-title.style-two .page-breadcrumb li:after {
  color: rgb(7, 7, 16);
}

.page-title.style-two .page-breadcrumb li a {
  color: rgba(7, 7, 16, 0.6);
}

.page-title.style-two .page-breadcrumb li a:hover {
  color: rgb(7, 7, 16);
}

.background-image {
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.error{
  color:red;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__inner .error-page__title-box {
  position: relative;
  display: block;
}

.error-page__inner .error-page__title {
  position: relative;
  display: inline-block;
  font-size: 280px;
  line-height: 280px;
  margin-bottom: 0;
  color: var(--theme-color1);
}

.error-page__inner .error-page__sub-title {
  font-size: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: -16px;
}

.error-page__inner .error-page__text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.error-page__inner .error-page__form {
  position: relative;
  display: block;
  margin: 42px auto 20px;
}

.error-page__inner .error-page__form input[type=search] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #333;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: 7px;
}

.error-page__inner .error-page__form button[type=submit] {
  background-color: transparent;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.error-page__inner .error-page__form-input {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

.error-page__inner .theme-btn {
  position: relative;
}

.error-page__inner .theme-btn.btn-style-one {
  padding: 26px 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 100px;
  height: 70px;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#BEEC6B), to(#169C92));
  background: linear-gradient(90deg, #BEEC6B 0%, #169C92 100%);
  color: var(--theme-color-white);
}

@media only screen and (max-width: 767px) {
  .error-page__inner .theme-btn.btn-style-one {
    height: 60px;
    padding-right: 80px;
  }

  .error-page__inner .theme-btn.btn-style-one .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
  }

  .error-page__inner .theme-btn.btn-style-one .icon svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 575.98px) {
  .error-page__inner .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}

.error-page__inner .theme-btn.btn-style-one:hover {
  color: var(--headings-color);
}

.error-page__inner .theme-btn .icon {
  width: 62px;
  height: 62px;
  line-height: 72px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  font-size: 50px;
  color: var(--headings-color);
}

/***
=============================================
    Services Details
=============================================
***/
.service-sidebar {
  position: relative;
  display: block;
  max-width: 365px;
  width: 100%;
}

.service-sidebar .service-sidebar-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.service-sidebar .service-sidebar-single-services {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 35px 30px 25px;
}

.service-sidebar .service-sidebar-single-services .title {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
}

.service-sidebar .service-sidebar-single-services .title h3 {
  color: var(--headings-color);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}

.service-sidebar .service-sidebar-single-services ul {
  position: relative;
  display: block;
  margin-top: 10px;
}

.service-sidebar .service-sidebar-single-services ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
}

.service-sidebar .service-sidebar-single-services ul li:last-child {
  margin-bottom: 0;
}

.service-sidebar .service-sidebar-single-services ul li a {
  position: relative;
  display: block;
  color: var(--agriox-color-1, #687469);
  font-size: 18px;
  padding: 22px 20px 22px;
  border-radius: 10px;
  background: transparent;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-sidebar .service-sidebar-single-services ul li a:hover {
  color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-services ul li a:hover::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li a:hover i {
  color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(90deg);
  transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.service-sidebar .service-sidebar-single-services ul li a i {
  font-size: 16px;
}

.service-sidebar .service-sidebar-single-services ul li.current a::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li.current a i {
  color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li.current:first-child {
  margin-top: 20px;
}

.service-sidebar .service-sidebar-single-services ul li.current:last-child {
  margin-bottom: 35px;
}

.service-sidebar .service-sidebar-single-contact-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 50px 0px 44px;
  z-index: 1;
}

.service-sidebar .service-sidebar-single-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(109, 140, 84, 0.93);
  border-radius: 10px;
  content: "";
  z-index: -1;
}

.service-sidebar .service-sidebar-single-contact-box .icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  background: var(--theme-color2);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover {
  background-color: var(--headings-color);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
  color: #fff;
}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--headings-color);
  font-size: 30px;
  line-height: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .title {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 42px;
}

.service-sidebar .service-sidebar-single-contact-box .title h2 {
  color: #ffffff;
  font-size: 36px;
}

.service-sidebar .service-sidebar-single-contact-box .phone {
  font-size: 24px;
  line-height: 34px;
}

.service-sidebar .service-sidebar-single-contact-box .phone a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
  color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-contact-box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}

.service-sidebar .service-sidebar-single-btn {
  position: relative;
  display: block;
}

.service-sidebar .service-sidebar-single-btn .thm-btn {
  font-size: 16px;
  padding: 13px 50px 28px;
}

.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
  position: relative;
  display: inline-block;
  top: 13px;
  color: #334b35;
  font-size: 40px;
  padding-right: 25px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}

.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
  color: #ffffff;
}

.service-sidebar .banner-widget {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-sidebar .banner-widget .widget-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 45px 30px 40px 30px;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-sidebar .banner-widget .widget-content .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 278px;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-sidebar .banner-widget .content-box {
  position: relative;
  max-width: 200px;
  width: 100%;
}

.service-sidebar .banner-widget .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 23px;
}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
  position: absolute;
  top: -15px;
  right: -38px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.service-sidebar .banner-widget .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
  background: #0a267a;
}

.service-sidebar .service-sidebar-single-btn .theme-btn {
  padding: 20px 50px;
}

.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding-right: 25px;
  margin-top: 7px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}

.services-details__content .feature-list .single-item {
  position: relative;
  display: block;
  border: 1px solid #e1e8e4;
  padding: 16px 30px 16px 53px;
  margin-bottom: 20px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .icon-box {
  color: var(--theme-color1);
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.services-details__content .feature-list .single-item:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.services-details__content .feature-list .single-item:hover .icon-box {
  color: var(--theme-color2-text-color);
}

.services-details__content .video-btn {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  color: var(--headings-color);
  display: inline-block;
  font-size: 20px;
  height: 100px;
  left: 0;
  line-height: 100px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 38%;
  width: 100px;
}

.services-details__content .video-btn:before {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.services-details__content .video-btn:after {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.sidebar-service-list {
  background-color: var(--theme-color-gray);
  padding: 45px 40px 30px;
  margin: 0;
}

.sidebar-service-list .title {
  color: #0A1222;
  font-weight: 700;
  line-height: 34px;
  position: relative;
  margin-bottom: 30px;
}

.sidebar-service-list .title:before {
  background-color: #C6D936;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  -webkit-transform: matrix(1, 0.01, -0.01, 1, 0, 0);
  transform: matrix(1, 0.01, -0.01, 1, 0, 0);
  width: 100px;
}

.sidebar-service-list li+li {
  margin-top: 10px;
}

.sidebar-service-list li {
  margin-bottom: 20px;
}

.sidebar-service-list li a {
  color: #0A1222;
  display: block;
  font-family: var(--body-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-service-list li a:hover {
  color: var(--theme-color2);
}

.sidebar-service-list li a:hover i {
  color: var(--theme-color2);
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(1.5);
  transform: translateY(-50%) rotate(-45deg) scale(1.5);
}

.sidebar-service-list li a i {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  color: #191825;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 45px;
}

.sidebar-service-list li.current a {
  color: var(--theme-color2);
}

.sidebar-service-list .form-control {
  background-color: var(--theme-color-white);
}

.sidebar-service-list .address li {
  color: #0A1222;
  font-family: var(--body-font-family);
  font-weight: 500;
  line-height: 44px;
}
 .bg-inner-service{
  /* background: linear-gradient(90deg, rgba(232, 144, 60, 1) 31%, rgb(217 237 204) 84%, rgb(217 237 204) 47%); */
 }

.service-list{
  /* background-color: var(--theme-color-gray); */
  /* background: linear-gradient(90deg, rgba(232, 144, 60, 1) 31%, rgb(217 237 204) 84%, rgb(217 237 204) 47%); */
    padding: 45px 40px 30px;
    margin: 0;
}




.service-list .title {
  color: #0A1222;
  font-weight: 700;
  line-height: 34px;
  position: relative;
  margin-bottom: 30px;
}

.service-list .title:before {
  background-color: #C6D936;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  -webkit-transform: matrix(1, 0.01, -0.01, 1, 0, 0);
  transform: matrix(1, 0.01, -0.01, 1, 0, 0);
  width: 100px;
}

.service-list li+li {
  margin-top: 10px;
}

.service-list li {
  margin-bottom: 20px;
}

.service-list li a {
  color: #0A1222;
  display: block;
  font-family: var(--body-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-list li a:hover {
  color: var(--theme-color2);
}

.service-list li a:hover i {
  color: var(--theme-color2);
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(1.5);
  transform: translateY(-50%) rotate(-45deg) scale(1.5);
}

.service-list li a i {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  color: #191825;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 45px;
}

.service-list li.current a {
  color: var(--theme-color2);
}

.service-list .form-control {
  background-color: var(--theme-color-white);
}

.service-list .address li {
  color: #0A1222;
  font-family: var(--body-font-family);
  font-weight: 500;
  line-height: 44px;
}


.service-details-help {
  position: relative;
  display: block;
  padding: 57px 55px 50px;
  margin-top: 30px;
  text-align: center;
  z-index: 1;
  background-color: var(--theme-color1);
  border-radius: 15px;
  overflow: hidden;
}

.help-shape-1 {
  position: absolute;
  bottom: -215px;
  left: -95px;
  width: 220px;
  height: 500px;
  background-color: #303030;
  mix-blend-mode: soft-light;
  border-radius: 150px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

.help-shape-2 {
  position: absolute;
  top: -118px;
  right: -130px;
  width: 180px;
  height: 350px;
  background-color: #fff;
  mix-blend-mode: soft-light;
  border-radius: 186px;
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
}

.help-icon {
  height: 73px;
  width: 73px;
  background-color: #fff;
  color: #191825;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.help-icon:hover {
  background-color: var(--theme-color-dark);
  color: var(--theme-color1);
}

.help-title {
  font-size: 38px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 21px;
  font-weight: 700;
}

.help-contact {
  position: relative;
  display: block;
  margin-top: 21px;
}

.help-contact p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 32px;
  font-weight: 600;
  opacity: 0.7;
}

.help-contact a {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.help-contact a:hover {
  color: #fff;
}

.nr-list {
  position: relative;
}

.nr-list .title {
  font-style: normal;
  font-family: var(--heading-font-family);
  font-size: 18px;
  line-height: 28px;
}

.nr-list .title span {
  color: transparent;
  font-size: 34px;
  margin-right: 25px;
  -webkit-text-stroke: 1px rgba(10, 18, 34, 0.3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.nr-list .title:hover span {
  color: #d9d9d9;
}

.outcome-list li {
  color: #6B7280;
  font-family: var(--body-font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.outcome-list li i {
color: var(--theme-color2);
    font-size: 26px;
    background: #c8f169;
    border-radius: 100%;
    font-weight: 400;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
  display: block;
  position: relative;
}

.project-details__img img {
  border-radius: 10px;
  width: 100%;
}

.project-details__content {
  display: block;
  position: relative;
}

.project-details__content-left {
  display: block;
  margin-top: 31px;
  position: relative;
}

.project-details__content-right {
  display: block;
  margin-top: 40px;
  position: relative;
}

.project-details__details-box {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 43px 50px 50px;
  position: relative;
  z-index: 1;
}

.project-details__details-list {
  display: block;
  position: relative;
}

.project-details__details-list li {
  display: block;
  position: relative;
}

.project-details__details-list li+li {
  margin-top: 24px;
}

.project-details-btn .theme-btn {
  position: relative;
}

.project-details-btn .theme-btn.btn-style-one {
  padding: 26px 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 100px;
  height: 70px;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#BEEC6B), to(#169C92));
  background: linear-gradient(90deg, #BEEC6B 0%, #169C92 100%);
  color: var(--theme-color-white);
}

@media only screen and (max-width: 767px) {
  .project-details-btn .theme-btn.btn-style-one {
    height: 60px;
    padding-right: 80px;
  }

  .project-details-btn .theme-btn.btn-style-one .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 10px;
    top: 8px;
  }

  .project-details-btn .theme-btn.btn-style-one .icon svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 575.98px) {
  .project-details-btn .theme-btn.btn-style-one {
    padding: 26px 42px;
    padding-right: 42px;
    padding-right: 88px;
    height: 57px;
  }
}

.project-details-btn .theme-btn.btn-style-one:hover {
  color: var(--headings-color);
}

.project-details-btn .theme-btn .icon {
  width: 62px;
  height: 62px;
  line-height: 72px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  font-size: 50px;
  color: var(--headings-color);
  right: 4px;
  top: 4px;
  bottom: 4px;
}

.project-details__client {
  color: #838d9e;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.project-details__client a {
  text-decoration: underline;
}

.project-details__client a:hover {
  color: var(--link-color);
}

.project-details__name {
  font-size: 16px;
  line-height: 24px;
}

.project-details__social {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-details__social a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--theme-color2);
  border-radius: 50%;
  color: var(--theme-color1-text-color);
  font-size: 15px;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 40px;
  z-index: 1;
}

.project-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.project-details__social a+a {
  margin-left: 10px;
}

.project-details__pagination-box {
  display: block;
  padding: 40px 0;
  position: relative;
  text-align: center;
}

.project-details__pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.project-details__pagination li a {
  font-size: 16px;
  color: #696969;
  font-family: var(--body-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__pagination li a:hover {
  color: var(--theme-color1);
}

.project-details__pagination li a:hover i {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
  border: 2px solid var(--theme-color2);
}

.project-details__pagination li .content {
  position: relative;
  display: block;
}

.project-details__pagination li .title,
.project-details__pagination li .title a {
  color: #0A1222;
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.03em;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.project-details__pagination li .title:hover,
.project-details__pagination li .title a:hover {
  text-decoration-line: underline;
}

.project-details__pagination li.next {
  float: left;
  position: relative;
}

.project-details__pagination li.next .content {
  text-align: left;
  font-weight: var(--body-font-weight-bold);
}

.project-details__pagination li.previous {
  position: relative;
  float: right;
}

.project-details__pagination li.previous .content {
  text-align: right;
}

.room-facility-list {
  position: relative;
}

.room-facility-list .icon {
  border: 1px solid var(--theme-color1);
  border-radius: 50%;
  display: block;
  font-size: 22px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.room-facility-list .list-one:hover .icon {
  background-color: var(--theme-color1);
  color: #fff;
}

.room-details__content-right {
  position: relative;
  display: block;
  margin-top: 40px;
}

.room-details__details-box {
  background-color: #f5f6f7;
  border: 1px solid var(--theme-color1);
  border-radius: 10px;
  padding: 43px 50px 30px 50px;
  position: relative;
  z-index: 1;
}

.product-details.rd-page .bx-wrapper {
  margin-bottom: 30px;
}

.product-details.rd-page .bx-wrapper .thumb-box li {
  height: auto;
}

@media only screen and (max-width: 480px) {
  .room-block .inner-box .box-caption .book-btn {
    padding: 0 10px;
    margin-right: 10px;
  }

  .room-block.col-lg-3 .inner-box .box-caption .bx-links li {
    margin-right: 10px;
  }

  .rooms-section {
    padding: 80px 0;
  }
}

.project-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.project-list li {
  color: #0A1222;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 19px;
  margin-bottom: 30px;
}

.project-list i {
  color: var(--theme-color2);
  margin-right: 10px;
}

.project-list-item .icon {
  color: var(--theme-color2);
  font-size: 26px;
}

.project-list-item .title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--headings-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--heading-font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.03em;
}

.project-list-item .text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-color2);
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

/***

====================================================================
    Blog Details
====================================================================

***/
.blog-details {
  position: relative;
  display: block;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.blog-details__img img {
  width: 100%;
  border-radius: 10px;
}

.blog-details__date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 21px 24px 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.blog-details__date .day {
  color: #fff;
  font-size: 16px;
  font-weight: var(--body-font-weight-bold);
  line-height: 16px;
}

.blog-details__date .month {
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: var(--body-font-weight-bold);
  line-height: 12px;
  position: relative;
  text-transform: uppercase;
}

.blog-details__content {
  display: block;
  margin-top: 22px;
  position: relative;
}

.blog-details__meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.blog-details__meta li+li {
  margin-left: 18px;
}

.blog-details__meta li a {
  color: #777;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__meta li a:hover {
  color: var(--theme-color1);
}

.blog-details__meta li a i {
  color: var(--theme-color2);
  margin-right: 6px;
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
}

.blog-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 49px;
  border-top: 1px solid #ece9e0;
}

@media only screen and (max-width: 767px) {
  .blog-details__bottom {
    gap: 30px;
  }
}

.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: #0e2207;
  font-size: 20px;
  margin-right: 14px;
  font-weight: var(--body-font-weight-bold);
}

.blog-details__tags a {
  background-color: var(--theme-color2);
  border-radius: 35px;
  color: var(--theme-color-white);
  display: inline-block;
  font-size: 14px;
  font-weight: var(--body-font-weight-bold);
  padding: 8px 30px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}

.blog-details__tags a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
}

.blog-details__tags a+a {
  margin-left: 6px;
}

.blog-details__social-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-details__social-list a {
  background-color: var(--theme-color2);
  border-radius: 50%;
  color: var(--theme-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  font-size: 15px;
  height: 43px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 43px;
  z-index: 1;
}

.blog-details__social-list a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-white);
}

.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--theme-color2);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.blog-details__social-list a+a {
  margin-left: 10px;
}

.blog-details__pagenation-box {
  display: block;
  margin-bottom: 53px;
  overflow: hidden;
  position: relative;
}

.blog-details__pagenation {
  display: block;
  position: relative;
}

.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 20px;
  color: #0e2207;
  font-weight: var(--body-font-weight-bold);
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 52px;
  padding-bottom: 52px;
  border-radius: 10px;
}

.blog-details__pagenation li:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color2-text-color);
}

.blog-details__pagenation li+li {
  margin-left: 30px;
}

/* Nav Links */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 53px;
}

@media only screen and (max-width: 767px) {
  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.nav-links .prev {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 30px;
  width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
  .nav-links .prev {
    width: 100%;
  }
}

.nav-links .prev .thumb {
  margin-right: 20px;
}

.nav-links .next {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  height: 100%;
  width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
  .nav-links .next {
    width: 100%;
  }
}

.nav-links .next .thumb {
  margin-left: 20px;
}

.nav-links>div {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.nav-links>div .thumb {
  display: inline-block;
  height: 60px;
  min-width: 60px;
  overflow: hidden;
  width: 60px;
}

.nav-links>div .thumb a {
  display: inline-block;
}

.nav-links>div>a {
  background-color: var(--theme-color-gray);
  border-radius: 10px;
  color: var(--theme-light-background-text-color);
  display: inline-block;
  font-size: 20px;
  font-weight: var(--body-font-weight-bold);
  line-height: 1.637;
  padding: 52px 50px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .nav-links>div>a {
    padding: 30px;
  }
}

.nav-links>div>a:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color-light);
}

/*** 

====================================================================
Sidebar
====================================================================

***/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  font-size: 20px;
  font-weight: var(--h4-font-weight);
  margin: 0;
  margin-bottom: 5px;
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type=search] {
  background-color: var(--theme-color2);
  border: none;
  border-radius: 10px;
  color: var(--theme-color-white);
  display: block;
  font-size: 16px;
  font-weight: 500;
  height: 74px;
  outline: none;
  padding-left: 50px;
  padding-right: 80px;
  width: 100%;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder {
  color: var(--theme-color-white);
  opacity: 1;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder, .sidebar__search-form input[type=search]:-ms-input-placeholder, .sidebar__search-form input[type=search]::-ms-input-placeholder, .sidebar__search-form input[type=search]::placeholder {
  color: var(--theme-color-white);
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__search-form input[type=search] {
    padding-left: 30px;
  }
}

.sidebar__search-form button[type=submit] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  bottom: 0;
  border: none;
  color: #fff;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
}

@media only screen and (max-width: 767px) {
  .sidebar__search-form button[type=submit] {
    width: 42px;
  }
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  color: var(--bg-theme-color1);
  background-color: var(--theme-color-gray);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__post {
    padding: 30px;
  }
}

.sidebar__post .sidebar__title {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__title {
    margin-left: 0;
  }
}

.sidebar__post .sidebar__post-list {
  margin: 0;
}

.sidebar__post .sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__post-list li {
    padding: 16px 0;
  }
}

.sidebar__post .sidebar__post-list li:hover {
  background-color: #ffffff;
  border-radius: 10px;
}

.sidebar__post .sidebar__post-list li+li {
  margin-top: 11px;
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
  margin-right: 20px;
  -webkit-box-flex: 70px;
  -ms-flex: 70px 0 0px;
  flex: 70px 0 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-image>img {
  width: 80px;
  border-radius: 10px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
  color: #0e2207;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: #757873 !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--theme-color2);
  font-size: 13px;
  padding-right: 5px;
}

.sidebar__category {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-color-gray);
  border-radius: 10px;
  padding: 45px 30px 38px;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__category {
    padding: 30px 15px 30px;
  }
}

.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 9px;
}

.sidebar__category-list {
  margin: 0;
}

.sidebar__category-list li+li {
  margin-top: 4px;
}

.sidebar__category-list li a {
  color: #757873;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 10px;
}

.sidebar__category-list li a:hover {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li a:hover span {
  color: #ffcd1e;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-color2);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

.sidebar__category-list li.active a {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  border-radius: 10px;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: #ffcd1e;
}

.sidebar__tags {
  background-color: var(--theme-color-gray);
  border-radius: 10px;
  color: var(--theme-light-background-text-color);
  display: block;
  overflow: hidden;
  padding: 46px 45px 50px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__tags {
    padding: 30px;
  }
}

.sidebar__tags .sidebar__title {
  margin-bottom: 25px;
  margin-left: 5px;
}

.sidebar__tags-list {
  margin-top: -10px;
}

.sidebar__tags-list a {
  background: var(--theme-color-white);
  border-radius: 30px;
  color: #0e2207;
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
  padding: 5px 28px 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__tags-list a:hover {
  color: var(--theme-color-white);
  background: var(--theme-color2);
}

.sidebar__tags-list a+a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__comments {
  position: relative;
  display: block;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-color-gray);
  padding: 46px 50px 43px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__comments {
    padding: 30px;
  }
}

.sidebar__comments .sidebar__title {
  margin-bottom: 25px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}

.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}

.sidebar__comments-list li+li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: var(--theme-color2);
  border-radius: 50%;
  font-size: 15px;
  color: var(--theme-color-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__comments-text-box p {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  font-weight: 500;
}

.sidebar__comments-text-box p span {
  color: #0e2207;
}

.sidebar__comments-text-box h5 {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  color: #757873;
  font-weight: 500;
  letter-spacing: 0;
}

/*** 

====================================================================
    Comments
====================================================================

***/
.comment-one .comment-one__title {
  margin-bottom: 30px;
}

.comment-one .comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ece9e0;
  padding-bottom: 60px;
  margin-bottom: 60px;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

@media only screen and (max-width: 767px) {
  .comment-one .comment-one__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comment-one .comment-one__content {
  position: relative;
  margin-left: 45px;
}

@media only screen and (max-width: 767px) {
  .comment-one .comment-one__content {
    margin-top: 20px;
    margin-left: 0;
  }
}

.comment-one .comment-one__content h3 {
  margin: 0;
  font-size: 20px;
  color: var(--theme-color-dark);
  margin-bottom: 24px;
}

.comment-one .comment-one__content p {
  font-size: 16px;
}

.comment-one .comment-one__btn {
  background-color: var(--theme-color2);
  border-radius: 35px;
  color: var(--theme-color-white);
  font-size: 12px;
  padding: 5px 30px;
  position: absolute;
  right: 0;
  top: 0;
}

.comment-one .comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
  -webkit-box-flex: 100px;
  -ms-flex: 100px 0 0px;
  flex: 100px 0 0;
}

.comment-one .comment-one__image img {
  border-radius: 50%;
}

.comment-form .comment-form__title {
  margin-top: -7px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
}

.team-details__top {
  padding: 0 0 120px;
}

.team-details-shape-1 {
  position: absolute;
  bottom: -270px;
  right: 0;
  opacity: 0.5;
  z-index: 2;
}

.team-details-shape-1 img {
  width: auto;
}

.team-details__top-left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.team-details__top-img {
  position: relative;
  display: block;
  border-radius: 30px;
}

.team-details__top-img img {
  width: 100%;
  border-radius: 30px;
}

.team-details__big-text {
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: #eef0f6;
  letter-spacing: 0.35em;
  font-weight: 400;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 209px;
  left: -325px;
}

.team-details__top-right {
  position: relative;
  display: block;
  margin-left: 70px;
}

@media only screen and (max-width: 991px) {
  .team-details__top-right {
    margin-top: 70px;
    margin-left: 0;
  }
}

.team-details__top-content {
  position: relative;
  display: block;
  margin-top: -11px;
}

.team-details__top-name {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 3px;
}

.team-details__top-title {
  color: var(--theme-color2);
  font-size: 16px;
}

.team-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 28px;
}

.team-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--theme-color2);
  border-radius: 50%;
  color: var(--theme-color-light);
  font-size: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__social a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}

.team-details__social a+a {
  margin-left: 10px;
}

.team-details__top-text-1 {
  color: var(--theme-color2);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 30px;
}

.team-details__top-text-2 {
  padding-top: 23px;
  padding-bottom: 35px;
}

.team-details__bottom {
  border-top: 1px solid #e4e5ea;
  display: block;
  padding-top: 110px;
  position: relative;
}

.team-details__bottom-left {
  display: block;
  margin-right: 70px;
  position: relative;
}

.team-details__bottom-left-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.team-details__bottom-left-text {
  padding-top: 30px;
}

.team-details__bottom-right {
  display: block;
  margin-left: 70px;
  margin-top: 1px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .team-details__bottom-right {
    margin-left: 0;
  }
}

.team-details__progress {
  display: block;
  position: relative;
  width: 100%;
}

.team-details__progress .bar {
  background-color: #eef0f6;
  border-radius: 7px;
  height: 13px;
  margin-bottom: 22px;
  position: relative;
  width: 100%;
}

.team-details__progress .bar-inner {
  background-color: var(--theme-color1);
  border-radius: 7px;
  display: block;
  height: 13px;
  position: relative;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
  width: 0px;
}

.team-details__progress .count-text {
  bottom: 21px;
  color: var(--theme-color2);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

.team-details__progress-single {
  display: block;
  position: relative;
}

.team-details__progress-title {
  color: var(--theme-color2);
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 6px;
}

.team-contact-form {
  background-color: #eef0f6;
}

.team-contact-form input[type=text],
.team-contact-form input[type=email] {
  background-color: #fff;
}

.team-contact-form textarea {
  background-color: #fff;
  height: 180px;
}

.team-details-form .theme-btn {
  min-width: 220px;
}

.team-details-form .theme-btn.theme-btn-2 {
  background: var(--theme-color1);
  color: #144443;
}

.team-details-form .theme-btn.theme-btn-2::before {
  background-color: #144443;
}

.team-details-form .theme-btn.theme-btn-2:hover {
  color: var(--theme-color1);
}

/***

====================================================================
        Contact
====================================================================

***/
.contact-details-block {
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 0px 15px 10px 0px rgba(188, 194, 198, 0.1803921569);
  box-shadow: 0px 15px 10px 0px rgba(188, 194, 198, 0.1803921569);
  border-radius: 8px;
  /* padding: 65px 20px; */
  padding: 0px 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.contact-details-block .inner-box {
  /* max-width: 260px; */
  margin: 0 auto;
  min-height: 120px;
  padding: 5px;
}
.mt-70{
  margin-top: 70px;
}

.contact-details-block .icon {
  margin-bottom: 0px;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  font-size: 26px;
  line-height: 1;
  color: var(--headings-color);
}

.contact-details-block .icon svg,
.contact-details-block .icon i {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-details-block .icon svg path,
.contact-details-block .icon i path {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-details-block .title {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.contact-details-block .text {
  margin-bottom: 0;
  color: var(--text-color2);
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 28px;
  font-size: 14px;
}

.contact-details-block:hover {
  background-color: var(--theme-color2);
}

.contact-details-block:hover .icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.contact-details-block:hover .icon svg,
.contact-details-block:hover .icon i {
  color: var(--theme-color-white);
}

.contact-details-block:hover .icon svg path,
.contact-details-block:hover .icon i path {
  fill: var(--theme-color-white);
}

.contact-details-block:hover .title {
  color: var(--theme-color-white);
}

.contact-details-block:hover .text {
  color: var(--theme-color-white);
}

.contact-six-aera {
  overflow: hidden;
}

.contact-six__wrp {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 130px 100px;
  margin-right: -20px;
}

@media (max-width: 1199.98px) {
  .contact-six__wrp {
    padding: 60px 30px;
  }
}

.contact-six__wrp:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(6, 50, 50, 0.8);
}

.contact-six__image {
  position: relative;
  z-index: 1;
  height: 100%;
  margin-left: 20px;
}

.contact-six__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-six__image .circle-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.2);
  padding-top: 70px;
}

@media (max-width: 767.98px) {
  .contact-six__image .circle-btn {
    padding-top: 40px;
  }
}

.contact-six__image .circle-btn span {
  display: block;
  color: var(--theme-color-white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.contact-six__image .circle-btn span i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-six__image .circle-btn:hover span i {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.contact-six__item .section-header {
  max-width: 860px;
}

.contact-six__item .section-header .title {
  font-size: 80px;
  line-height: 90px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .contact-six__item .section-header .title {
    font-size: 30px;
    line-height: 40px;
  }
}

.contact-six__item .section-header .text {
  font-size: 16px;
}

.contact-six__item .wrp {
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px;
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767.98px) {
  .contact-six__item .wrp {
    gap: 20px;
  }
}

.contact-details {
  overflow: hidden;
}

.contact-details .content-column .inner-column .google-map iframe {
  width: 100%;
  height: 350px;
}

.contact-details .content-column .inner-column form .type-feild {
  position: relative;
  z-index: 1;
  margin-bottom:10px;
}

.contact-details .content-column .inner-column form .type-feild input {
  padding-bottom: 15px;
  padding-left: 35px;
  width: 100%;
  border-bottom: 1px solid rgba(92, 92, 91, 0.3);
  border-radius: 5px;
}

.contact-details .content-column .inner-column form .type-feild textarea {
  padding-bottom: 15px;
  padding-left: 35px;
  width: 100%;
  border-bottom: 1px solid rgba(92, 92, 91, 0.3);
  height: 130px;
  border-radius: 5px;
}

.contact-details .content-column .inner-column form .type-feild i {
  position: absolute;
  top: 0;
  left: 3px;
}

.contact-details .content-column .inner-column.right-column {
  max-width: 590px;
  /* margin-left: auto; */
}

.contact-details .content-column .inner-column.right-column .sec-title {
  /* margin-bottom: 55px !important; */
  margin-left:0px !important;
}

/***

==================================================================
	Main Footer
==================================================================

***/
.footer-newsletter-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .footer-newsletter-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-newsletter-wrapper .footer-newsletter-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
}

.footer-newsletter-wrapper .footer-newsletter-left .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: 36px;
  color: var(--theme-color1);
}

.footer-newsletter-wrapper form {
  max-width: 760px;
  width: 100%;
}

.footer-newsletter-wrapper .form-clt {
  position: relative;
  max-width: 525px;
  width: 100%;
  margin: 0 auto;
  margin-right: 0;
}

@media (max-width: 991.98px) {
  .footer-newsletter-wrapper .form-clt {
    max-width: initial;
  }
}

.footer-newsletter-wrapper .form-clt input {
  width: 100%;
  border: none;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 27px 40px;
  padding-right: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--theme-color-white);
}

.footer-newsletter-wrapper .form-clt input::-webkit-input-placeholder {
  color: var(--theme-color-white);
}

.footer-newsletter-wrapper .form-clt input::-moz-placeholder {
  color: var(--theme-color-white);
}

.footer-newsletter-wrapper .form-clt input:-ms-input-placeholder {
  color: var(--theme-color-white);
}

.footer-newsletter-wrapper .form-clt input::-ms-input-placeholder {
  color: var(--theme-color-white);
}

.footer-newsletter-wrapper .form-clt input::placeholder {
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .footer-newsletter-wrapper .form-clt input::-webkit-input-placeholder {
  color: var(--headings-color);
}

[data-tm-layout=dark] .footer-newsletter-wrapper .form-clt input::-moz-placeholder {
  color: var(--headings-color);
}

[data-tm-layout=dark] .footer-newsletter-wrapper .form-clt input:-ms-input-placeholder {
  color: var(--headings-color);
}

[data-tm-layout=dark] .footer-newsletter-wrapper .form-clt input::-ms-input-placeholder {
  color: var(--headings-color);
}

[data-tm-layout=dark] .footer-newsletter-wrapper .form-clt input::placeholder {
  color: var(--headings-color);
}

.footer-newsletter-wrapper .form-clt .arrow-icon {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--theme-color1)), color-stop(50%, var(--theme-color7)), to(var(--theme-color1)));
  background-image: linear-gradient(to left, var(--theme-color1) 0%, var(--theme-color7) 50%, var(--theme-color1) 100%);
  background-size: 200%;
  border: none;
  border-radius: 50%;
  height: 52px;
  line-height: 58px;
  outline: none;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 25px;
  color: var(--theme-color-white);
  width: 52px;
}

@media (max-width: 1199.98px) {
  .footer-newsletter-wrapper .form-clt .arrow-icon {
    right: 15px;
  }
}

.footer-newsletter-wrapper .form-clt .arrow-icon:hover {
  background-position: 100% 0;
}

.footer-widget-wrapper {
  padding: 30px 0 60px;
}
.footer-widget-wrapper h3{font-size: 14px;}

.footer-widget-wrapper .footer-widget-items .footer-content p {
  color: #B4B4B4;
  max-width: 270px;
  text-transform: capitalize;
  font-size: 12px;
}

.footer-widget-wrapper .footer-widget-items .footer-content .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.footer-widget-wrapper .footer-widget-items .footer-content .social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .footer-widget-wrapper .footer-widget-items .footer-content .social-icon a {
  color: var(--link-color);
}

.footer-widget-wrapper .footer-widget-items .footer-content .social-icon a:hover {
  background: var(--gradient-1);
}

.footer-widget-wrapper .footer-widget-items .user-links {
  position: relative;
}

.footer-widget-wrapper .footer-widget-items .user-links li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.footer-widget-wrapper .footer-widget-items .user-links li:not(:last-child) {
  /* margin-bottom: 15px; */
}

.footer-widget-wrapper .footer-widget-items .user-links li a {
  color: #B8B8B8;
  position: relative;
}

[data-tm-layout=dark] .footer-widget-wrapper .footer-widget-items .user-links li a {
  color: #ffffff;
}

.footer-widget-wrapper .footer-widget-items .user-links li a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--gradient-1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-widget-wrapper .footer-widget-items .user-links li:hover a {
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .footer-widget-wrapper .footer-widget-items .user-links li:hover a {
  color: #ffffff;
}

.footer-widget-wrapper .footer-widget-items .user-links li:hover a::before {
  width: 100%;
}

.footer-widget-wrapper .footer-widget-items .contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.footer-widget-wrapper .footer-widget-items .contact-list li i {
  font-size: 18px;
  color: var(--theme-color1);
}

.footer-widget-wrapper .footer-widget-items .contact-list li:not(:last-child) {
  margin-bottom: 22px;
}

.footer-widget-wrapper .footer-widget-items .contact-list li p {
  color: #B8B8B8;
  text-transform: capitalize;
  line-height: 1.5;
}

.footer-widget-wrapper .footer-widget-items .contact-list li p a {
  color: #B8B8B8;
}

.footer-widget-wrapper.style-2 {
  /* padding: 20px 0 50px; */
      padding: 0px 0 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991.98px) {
  .footer-widget-wrapper.style-2 {
    padding: 50px 0 80px;
  }
}

.footer-widget-wrapper.style-2 .footer-content .contact-list-2 {
  margin-top: 20px;
}

.footer-widget-wrapper.style-2 .footer-content .contact-list-2 li {
  background: rgba(242, 241, 246, 0.1);
  padding: 10px 30px;
  display: inline-block;
  font-family: var(--heading-font-family);
  font-size: 18px;
}

@media (max-width: 1199.98px) {
  .footer-widget-wrapper.style-2 .footer-content .contact-list-2 li {
    font-size: 16px;
    padding: 10px 20px;
  }
}

.footer-widget-wrapper.style-2 .footer-content .contact-list-2 li a {
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .footer-widget-wrapper.style-2 .footer-content .contact-list-2 li a {
  color: #ffffff;
}

.footer-widget-wrapper.style-2 .footer-content .contact-list-2 li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-widget-wrapper.style-2 .user-links {
  position: relative;
}

.footer-widget-wrapper.style-2 .user-links li {
  position: relative;
  font-size: 13px;
  font-weight: 400;
}

.footer-widget-wrapper.style-2 .user-links li:not(:last-child) {
  /* margin-bottom: 15px; */
}

.footer-widget-wrapper.style-2 .user-links li a {
  color: var(--theme-color-white);
  position: relative;
}

[data-tm-layout=dark] .footer-widget-wrapper.style-2 .user-links li a {
  color: #ffffff;
}

.footer-widget-wrapper.style-2 .user-links li a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--gradient-1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-widget-wrapper.style-2 .user-links li:hover a {
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .footer-widget-wrapper.style-2 .user-links li:hover a {
  color: #ffffff;
}

.footer-widget-wrapper.style-2 .user-links li:hover a::before {
  width: 100%;
}

.footer-widget-wrapper.style-2 .user-links-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

@media (max-width: 1199.98px) {
  .footer-widget-wrapper.style-2 .user-links-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.footer-bottom {
  /*background: #183130;*/
  /*padding: 30px 0;*/
}

.footer-bottom p {
  text-align: center;
  color: #BEBEBE;
}

.footer-section-2 {
  /* margin: 0 30px 30px; */
  border-radius: 50px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1399.98px) {
  .footer-section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .footer-section-2 {
    margin: 0 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.footer-section-2 .bg-color {
  position: absolute;
  right: 0;
  top: -500px;
  bottom: 0;
  z-index: -1;
}

.footer-section-2 .bg-color img {
  height: 100%;
}

.footer-top-wrapper {
  /* padding: 90px 0 0; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  /* padding-bottom: 40px; */
}

@media (max-width: 991.98px) {
  .footer-top-wrapper {
    padding-top: 80px;
  }
}

@media (max-width: 575.98px) {
  .footer-top-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.footer-top-wrapper .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.footer-top-wrapper .social-icon a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  color: var(--theme-color-white);
}

[data-tm-layout=dark] .footer-top-wrapper .social-icon a {
  color: var(--headings-color);
}

.footer-top-wrapper .social-icon a:hover {
  background: var(--theme-color1);
  color: var(--headings-color);
}

.footer-text {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: var(--theme-color-white);
  /* padding-bottom: 50px;
  padding-top: 24px; */
   margin-bottom: 10px !important;
}

[data-tm-layout=dark] .footer-text {
  color: #ffffff;
}

.footer-text-2 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color-white);
  padding: 24px 0;
}

.footer-section-1 {
  position: relative;
  z-index: 9;
}

.footer-section-1 .circle-shape {
  display: inline-block;
  border-radius: 592px;
  background: linear-gradient(48deg, rgba(8, 44, 43, 0.3) 13.25%, rgba(128, 167, 82, 0.3) 83.21%);
  width: 592px;
  height: 592px;
  border-radius: 50%;
  position: absolute;
  top: -20%;
  right: -10%;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .footer-section-1 .circle-shape {
    display: none;
  }
}

.footer-section-1 .circle-shape-2 {
  display: inline-block;
  border-radius: 592px;
  background: transparent;
  width: 592px;
  height: 592px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -20%;
  z-index: -1;
  border: 5px solid rgb(200, 241, 105);
  opacity: 0.2;
}

@media (max-width: 1199.98px) {
  .footer-section-1 .circle-shape-2 {
    display: none;
  }
}

.footer-section-2 {
  position: relative;
  z-index: 9;
}

.footer-section-2 .footer-left-shape {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .footer-section-2 .footer-left-shape {
    display: none;
  }
}

.footer-section-2 .footer-right-shape {
  position: absolute;
  bottom: 60px;
  right: 0;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .footer-section-2 .footer-right-shape {
    display: none;
  }
}

.footer-section-2 .footer-shape {
  position: absolute;
  top: 30px;
  left: 40%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1199.98px) {
  .footer-section-2 .footer-shape {
    display: none;
  }
}

.footer-section-4 {
  position: relative;
}

.footer-section-4 .footer-left-shape {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .footer-section-4 .footer-left-shape {
    display: none;
  }
}

.footer-section-4 .footer-right-shape {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .footer-section-4 .footer-right-shape {
    display: none;
  }
}

.whatsappicon{
  
  font-size: 25px;
    color: #fff;
    background: #467a4d;
    border-radius: 100%;
    padding: 4px 6px 6px 5px;
    width: 33px;
    height: 33px;

}
.stickywhatsapp{
  color: white;
    background: #467a4d;
    font-size: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    /* /* padding: 4px 0px 9px 1px; */
}

.services-head:hover h4{
  color: white;
}

.marquee_icon{
      width: 65px;
    height: 65px;
    line-height: 65px;
    background: linear-gradient(256deg, rgb(83 135 86) 19%, rgb(160 187 144) 47%) !important;
    background-size: 200%;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms 
ease;
    transition: all 300ms 
ease;
    font-size: 28px;
    color: var(--theme-color-white) !important;
}
@media (max-width: 767px) {
    #contact .contact-image {
        display: none !important;
    }
    #contact .contact-box-style-3,
    #contact .contact-content-style-3 {
        padding: 20px 15px;
    }
    #contact select,
    #contact textarea,
    #contact input {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .team-box-items-4 {
        text-align: center;
        margin-bottom: 15px;
    }
    .team-image img {
        width: 100%;
        height: auto;
    }
    .team-box-items-4 .content-box h3 {
        font-size: 18px;
    }
    .team-box-items-4 .sub-title {
        font-size: 14px;
    }
    .socials ul {
        justify-content: center;
    }
}
/* Core Promise Mobile Fix */
@media (max-width: 991px) {
    .why-choose-section-2 .service-imagestyle-3 img {
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }

    .choose-us-content-2 {
        text-align: center;
        margin-top: 30px;
    }

    .choose-us-box-style-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 25px;
    }

    .choose-us-box-style-2 .icon {
        margin-left: 0 !important;
        margin-bottom: 10px;
    }

    .choose_head a {
        font-size: 18px;
    }

    .choose-us-content-2 p {
        font-size: 15px;
        line-height: 1.6;
        padding: 0 10px;
    }
}

/* Extra small screens */
@media (max-width: 576px) {

    .why-choose-section-2 {
        padding: 20px 0;
    }

    .choose_head a {
        font-size: 16px;
    }

    .choose-us-box-style-2 .icon i {
        font-size: 40px !important;
    }

    .why-choose-section-2 .row .col-xl-4,
    .why-choose-section-2 .row .col-md-4,
    .why-choose-section-2 .row .col-lg-4 {
        margin-bottom: 20px;
    }
}
/* Feature Section Responsive */
@media (max-width: 991px) {

    #service .feature-box-3 {
        text-align: center;
        padding: 25px 15px;
    }

    #service .client-image {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 10px;
    }

    #service .client-image i {
        font-size: 38px !important;
    }

    #service span {
        display: block;
        font-size: 20px;
        /* margin-top: 10px; */
    }

    #service .theme-btn {
        margin-top: 15px;
        display: inline-block;
    }

    /* inner service cards */
    #service .feature-service-card-items {
        padding: 20px;
        text-align: center;
        border-radius: 10px;
    }

    #service .feature-service-card-items .icon {
        justify-content: center;
        text-align:center;
    }

  }
  /* Fix overlapping heading in Core Promise section */
@media (max-width: 768px) {


  .why-choose-section-2 h2.sub-title-service {
               font-size: 26px !important;
        line-height: 1.3;
        text-align: center;
        display: block;
        margin-top: -8px !important;
        line-height: 20px;
        padding-left: 7px;
        /* margin-top: 20px; */
    }


    .how-it-work-section h2.sub-title{
       font-size: 26px !important;
        line-height: 1.3;
        text-align: center;
        display: block;
        margin-top: 6px !important;
        line-height: 20px !important;
        padding-left: 7px !important;
        /* margin-top: 20px; */
    }

    .why-choose-section-2 h2.sub-title {
               font-size: 20px !important;
        line-height: 1.3;
        text-align: center;
        display: block;
        margin-top: -23px;
        line-height: 20px;
        padding-left: 7px;
        /* margin-top: 20px; */
    }

    /* Resize triangles */
    .triangle,
    .triangle1,
    .triangle2white,
    .triangle2 {
        width: 16px !important;
        height: 16px !important;
        display: inline-block;
        margin: 0 5px !important;
    }

    /* Place triangles above text instead of inline */
    .why-choose-section-2 h2.sub-title .triangle {
        display: block !important;
        margin: 0 auto 5px auto !important;
    }

    .choose-us-content-2 {
        text-align: center;
        margin-top: 25px;
    }

    /* Fix icon alignment */
    .choose-us-box-style-2 .icon {
        margin-left: 0 !important;
        margin-bottom: 8px;
        text-align: center;
    }

    /* Stack columns */
    .why-choose-section-2 .col-md-4 {
        margin-bottom: 20px;
    }

    /* Main image responsive */
    .service-imagestyle-3 img {
        width: 70%;
        max-width: 260px;
        margin: 0 auto;
        display: block;
    }
}

/* Fix heading overlap in Trust Indicators section */
@media (max-width: 768px) {

    .how-it-work-section h2.sub-title {
        font-size: 26px !important;
        line-height: 1.3;
        text-align: center;
        padding: 0 10px;
        display: block;
        margin-top: 15px;
    }

    /* Stack triangles above the title */
    .how-it-work-section h2.sub-title .triangle {
        display: block !important;
        margin: 0 auto 6px auto !important;
    }

    /* Reduce triangle size */
    .triangle,
    .triangle1,
    .triangle2,
    .triangle3,
    .triangle4 {
        width: 16px !important;
        height: 16px !important;
    }

    /* Make sub heading responsive */
    .how-sec-text {
        font-size: 18px !important;
        text-align: center;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    /* Align cards */
    .how-it-work-items-style-3 {
        text-align: center;
        margin-bottom: 20px;
    }

    .how-it-work-items-style-3 .title {
        font-size: 16px !important;
    }

    .how-it-work-items-style-3 .number {
        font-size: 28px !important;
    }
}
/* Keep triangles together and centered on mobile */
@media (max-width: 768px) {

    /* Stack triangles + heading cleanly */
    .testimonial_head {
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 8px !important; /* Keeps triangles close */
        font-size: 26px !important;
        /* line-height: 1.3 !important;
        padding: 0 15px !important;
        margin: 15px 0 !important; */
    }

    /* Wrap both triangles inside one container */
    .testimonial_head .triangle {
        display: inline-block !important;
        margin: 0 2px !important; /* small spacing so they stay together */
        
    }

    /* Reduce triangle size on mobile */
    .testimonial_head .triangle1,
    .testimonial_head .triangle2white {
        width: 18px !important;
        height: 18px !important;
    }

}
/* Fix heading + triangles overlap in NEWS section (mobile only) */
@media (max-width: 768px) {

    #news .sec-title h2.sub-title {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 10px;
        text-align: center;
        font-size: 18px !important;
        line-height: 1.4 !important;
        padding: 0 20px;
        white-space: normal; /* Allows text to wrap without overlapping */
    }

    #news .sec-title h2.sub-title .triangle {
        width: 16px !important;
        height: 16px !important;
        flex-shrink: 0;
    }

    #news .sec-title h2.sub-title .triangle1,
    #news .sec-title h2.sub-title .triangle2 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

/* Mobile-optimized heading for Growth Section */
@media (max-width: 768px) {

    .growth-section .sec-title h2.sub-title {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;          /* Keep triangles and text on the same line */
        gap: 6px;                   /* Space between triangles and text */
        font-size: 18px !important; /* Reduce font size for mobile */
        line-height: 1.2 !important;
        text-align: center;
        padding: 0 10px;
        white-space: nowrap;        /* Prevent text wrapping */
    }

    .growth-section .sec-title h2.sub-title .triangle {
        width: 12px !important;
        height: 12px !important;
        flex-shrink: 0;
    }

    .growth-section .sec-title h2.sub-title .triangle1,
    .growth-section .sec-title h2.sub-title .triangle2 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

/* Extra tweak for very small screens (under 480px) */
@media (max-width: 480px) {
    .growth-section .sec-title h2.sub-title {
        font-size: 16px !important;
        gap: 4px;
    }

    .growth-section .sec-title h2.sub-title .triangle {
        width: 10px !important;
        height: 10px !important;
    }
}

/* Mobile responsive for team section */
@media (max-width: 991px) {
    .team-section-3 .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .team-section-3 .team-box-items-4 {
        text-align: center;
        padding: 15px;
    }

    .team-section-3 .team-image {
        height: auto !important;
        max-height: 300px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .team-section-3 .team-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .team-section-3 .socials {
        margin-bottom: 15px;
    }

    .team-section-3 .content-box h2.title,
    .team-section-3 .content-box h3.title,
    .team-section-3 .content-box p.sub-title {
        font-size: 14px;
        line-height: 1.4;
    }

    .team-section-3 .accordion-button {
        font-size: 14px;
        padding: 10px 15px;
    }

    .team-section-3 .accordion-body {
        font-size: 13px;
        line-height: 1.5;
        max-height: 250px; /* limit height */
        overflow-y: auto; /* add vertical scroll */
        padding-right: 10px; /* spacing for scrollbar */
    }

    /* Smooth scrolling inside accordion */
    .team-section-3 .accordion-body::-webkit-scrollbar {
        width: 6px;
    }

    .team-section-3 .accordion-body::-webkit-scrollbar-thumb {
        background-color: rgba(200,200,200,0.6);
        border-radius: 3px;
    }
}

/* Extra small screens */
@media (max-width: 576px) {
    .team-section-3 .content-box h2.title {
        font-size: 16px;
    }

    .team-section-3 .content-box h3.title {
        font-size: 14px;
    }

    .team-section-3 .content-box p.sub-title {
        font-size: 12px;
    }

    .team-section-3 .socials ul li {
        margin: 0 5px;
    }

    .team-section-3 .accordion-button {
        font-size: 13px;
        padding: 8px 12px;
    }

    .team-section-3 .accordion-body {
        font-size: 12px;
        max-height: 200px;
    }
}
.accbtn{
     background: linear-gradient(90deg, rgba(17, 43, 29, 1) 50%, rgba(127, 153, 110, 1) 100%);
     color:#fff;
}
/* Accordion Container */
.team-bio-accordion {
    /* background: #163839; dark background */
    color: #fff;
    /* padding: 40px 20px; */
    border-radius: 10px;
}

/* Accordion Buttons */
.team-bio-accordion .accordion-button {
    /* background: #2b2b2b; */
    color: #144443;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 15px 20px;
    position: relative;
}

/* Remove default bootstrap icons */
.team-bio-accordion .accordion-button::after {
    display: none;
}

/* Custom plus/minus */
.team-bio-accordion .accordion-button.collapsed::before {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 1.5rem;
}
.team-bio-accordion .accordion-button::before {
    content: '-';
    position: absolute;
    right: 20px;
    font-size: 1.5rem;
}

/* Accordion body */
.team-bio-accordion .accordion-body {
    /* background: #1a1a1a; */
    padding: 20px 25px;
    /* border-left: 3px solid #C8F169; accent color from your site */
    margin-bottom: 10px;
    border-radius: 0 8px 8px 0;
}

/* Lists inside accordion */
.team-bio-accordion ul {
    padding-left: 20px;
    margin-top: 10px;
}
.team-bio-accordion ul li {
    margin-bottom: 10px;
    list-style: disc;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .team-bio-accordion {
        padding: 20px 15px;
    }
    .team-bio-accordion .accordion-button {
        font-size: 1rem;
        padding: 12px 15px;
    }
    .team-bio-accordion .accordion-button::before,
    .team-bio-accordion .accordion-button.collapsed::before {
        font-size: 1.2rem;
        right: 15px;
    }
    .team-bio-accordion .accordion-body {
        padding: 15px 20px;
    }
}


/* Accordion body styling */
#teamAccordion .accordion-body {
    padding: 10px 15px; /* tighter padding */
    background-color: #fff; /*dark background for readability*/
    color: #fff; /* white text */
    font-size: 14px; /* slightly smaller for mobile readability */
    line-height: 1.5;
}

/* Paragraphs inside accordion */
#teamAccordion .accordion-body p {
    margin-bottom: 8px; /* reduce spacing */
}

/* Lists inside accordion */
#teamAccordion .accordion-body ul {
    margin: 0;
    padding-left: 20px; /* indent for bullets */
    list-style: none; /* remove default bullets */
}

/* Custom light green bullets */
#teamAccordion .accordion-body ul li::before {
    content: "•"; /* bullet symbol */
    color: #C8F169; /* light green */
    display: inline-block;
    width: 1em; /* space for bullet */
    margin-left: -1em; /* align bullet correctly */
}

/* Reduce spacing between list items */
#teamAccordion .accordion-body ul li {
    margin-bottom: 6px;
    line-height: 1.4;
    color:#133B3A;
}

/* Strong elements styling */
#teamAccordion .accordion-body ul li strong {
    color: #198754; /* brand color for emphasis */
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    #teamAccordion .accordion-body {
        font-size: 13px;
        padding: 8px 12px;
    }

    #teamAccordion .accordion-body ul li {
        margin-bottom: 4px;
    }
}

/* Accordion body styling */
#team2Accordion .accordion-body {
    padding: 15px 15px; /* tighter padding */
    background-color: #fff; /*dark background for readability*/
    color: #fff; /* white text */
    font-size: 14px; /* slightly smaller for mobile readability */
    line-height: 1.5;
}

/* Paragraphs inside accordion */
#team2Accordion .accordion-body p {
    margin-bottom: 8px; /* reduce spacing */
}

/* Lists inside accordion */
#team2Accordion .accordion-body ul {
    margin: 0;
    padding-left: 20px; /* indent for bullets */
    list-style: none; /* remove default bullets */
}

/* Custom light green bullets */
#team2Accordion .accordion-body ul li::before {
    content: "•"; /* bullet symbol */
    color: #C8F169; /* light green */
    display: inline-block;
    width: 1em; /* space for bullet */
    margin-left: -1em; /* align bullet correctly */
}

/* Reduce spacing between list items */
#team2Accordion .accordion-body ul li {
    margin-bottom: 6px;
    line-height: 1.4;
    color:#133B3A;
}

/* Strong elements styling */
#team2Accordion .accordion-body ul li strong {
    color: #198754; /* brand color for emphasis */
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    #team2Accordion .accordion-body {
        font-size: 13px;
        padding: 8px 12px;
    }

    #team2Accordion .accordion-body ul li {
        margin-bottom: 4px;
    }
}

/* Feature Section Heading */
.feature-section .sec-title-services {
    margin-bottom: 40px; /* space below heading */
    padding-top: 20px;   /* space above heading */
    position: relative;
    z-index: 1;
    text-align: center;  /* center heading */
}

/* Triangles */
.feature-section .sec-title-services .triangle {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px; /* space between triangles and text */
}

/* Heading text */
.feature-section .sec-title-services h2.sub-title {
    font-size: 28px;
    /*line-height: 1.3;*/
    color: #222; /* change if needed */
    margin: 0;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .feature-section .sec-title-services h2.sub-title {
        font-size: 22px;
        /*line-height: 1.4;*/
    }

    .feature-section .sec-title-services .triangle {
        margin: 0 5px; /* reduce triangle spacing on mobile */
    }

    .feature-section .sec-title-services {
        margin-bottom: 25px;
        padding-top: 15px;
    }
}


/* ------------------------------
   RESPONSIVE FIX FOR SERVICE BOXES
   Applies only inside .feature-section
---------------------------------- */

/* Fix for width 1024px (lg breakpoint: 992px–1199px)
   → Show 4 columns per row
*/
/* FORCE 5 COLUMNS ABOVE 900px */
@media (min-width: 900px) {
    .feature-section .service-col {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* Tablets (600px–899px) → 3 columns */
@media (max-width: 899px) and (min-width: 600px) {
    .feature-section .service-col {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

/* Small devices (480px–599px) → 2 columns */
@media (max-width: 599px) and (min-width: 480px) {
    .feature-section .service-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Mobile (below 480px) → 1 column */
@media (max-width: 479px) {
    .feature-section .service-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.marquee_img{
  width: 30px;
}

/* Only target accordion inside this box */
#team1AccordionBox .accordion-button::after {
  display: none !important;
}

/* PLUS sign when closed */
#team1AccordionBox .accordion-button::before {
  content: "+";
  font-size: 22px;
  font-weight: 700;
  margin-right: 12px;
  transition: 0.2s;
}

/* MINUS sign when opened */
#team1AccordionBox .accordion-button:not(.collapsed)::before {
  content: "–";
  font-size: 28px;
}

/* Only target accordion inside this box */
#team2AccordionBox .accordion-button::after {
  display: none !important;
}

/* PLUS sign when closed */
#team2AccordionBox .accordion-button::before {
  content: "+";
  font-size: 22px;
  font-weight: 700;
  margin-right: 12px;
  transition: 0.2s;
}

/* MINUS sign when opened */
#team2AccordionBox .accordion-button:not(.collapsed)::before {
  content: "–";
  font-size: 28px;
}
.sidebar-service-list ul li {
    margin-bottom: 10px; /* spacing between items */
}

.sidebar-service-list ul li a {
    display: flex;
    align-items: center;
    gap: 10px;            /* space between icon and text */
    text-decoration: none;
    color: #111;
    font-size: 15px;
}

.sidebar-service-list ul li a i {
    flex-shrink: 0;        /* prevent icon from shrinking */
    font-size: 16px;
    width: 20px;           /* fixed width so text doesn't overlap */
    text-align: center;
}

.sidebar-service-list ul li a span {
    display: block;
    white-space: normal;   /* allow text to wrap */
    word-break: break-word; /* break long words if needed */
}

.cnt_submit{
  /*border: 1px solid var(--theme-color1);*/
}

/* =============================
   GENERAL OPTIMIZATION
============================= */
.optimized-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Reduce spacing */
.mb-20 { margin-bottom: 20px !important; }
.mt-15 { margin-top: 15px !important; }
.small-title { margin-top: 15px; margin-bottom: 10px; }

/* Align icon items cleanly */
.icon-items {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.icon-items-area { margin-bottom: 8px; }

/* =============================
   ANIMATIONS (FADE + SOFT SLIDE)
============================= */

.fade-slide-up,
.fade-slide-left,
.fade-slide-right {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.7s ease-out;
}

.fade-slide-left {
    transform: translateX(-25px);
}
.fade-slide-right {
    transform: translateX(25px);
}

.fade-slide-up.visible,
.fade-slide-left.visible,
.fade-slide-right.visible {
    opacity: 1;
    transform: translate(0, 0);
}

/* Image soft zoom */
.animated-img {
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.8s ease-out;
}
.animated-img.visible {
    opacity: 1;
    transform: scale(1);
}

/* =============================
   RESPONSIVE FIXES
============================= */
@media (max-width: 767px) {

    .optimized-section {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .about-image-four img {
        max-width: 220px;
        margin: 0 auto;
    }

    h2.sub-title {
        font-size: 22px;
        line-height: 28px;
    }
  }

  /* Parent Spacing */
.optimized-section {
    padding: 20px 0;
}

/* Bigger but responsive image */
.mf-main-img {
   
    max-width: 300px;
    border-radius: 10px;
    transform: scale(0.95);
    
    transition: all 0.7s ease-out;
}
.mf-main-img.visible {
    transform: scale(1);
    opacity: 1;
}

/* Titles spacing */
.mb-20 { margin-bottom: 20px !important; }
.mt-15 { margin-top: 15px !important; }
.small-title { margin-top: 20px; margin-bottom: 10px; }

/* List styling */
.icon-items {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.icon-items-area { margin-bottom: 8px; }

/* =============================
   ANIMATIONS — Soft Fade + Slide
============================= */
.fade-slide-left,
.fade-slide-up,
.fade-slide-right {
    opacity: 0;
    transition: all 0.7s ease-out;
}

.fade-slide-left { transform: translateX(-25px); }
.fade-slide-right { transform: translateX(25px); }
.fade-slide-up { transform: translateY(20px); }

.fade-slide-left.visible,
.fade-slide-right.visible,
.fade-slide-up.visible {
    opacity: 1;
    transform: translate(0, 0);
}

/* =============================
   MOBILE RESPONSIVE
============================= */
@media (max-width: 767px) {

    .mf-main-img {
        max-width: 250px;
        margin: 0 auto 20px;
    }

    h2.sub-title {
        font-size: 22px;
        line-height: 28px;
    }

    .small-title {
        font-size: 18px;
    }

    .service-sidebar {
        margin-top: 25px !important;
    }
}

/* Center sidebar on mobile */
@media (max-width: 768px) {
    .service-sidebar {
        margin: 0 auto !important;
        text-align: center !important;
        max-width: 350px;
    }

    .service-sidebar ul li a {
        justify-content: center !important;
        text-align: center !important;
    }

    .sidebar-service-list .title {
        text-align: center !important;
    }
}

/* ---------------------------
   GLOBAL SECTION SPACING
-----------------------------*/
.optimized-container {
    padding: 20px 15px;
}

@media (min-width: 992px) {
    .optimized-container {
        padding: 40px 20px;
    }
}

/* ---------------------------
   IMAGE OPTIMIZATION
-----------------------------*/
.about-image-four {
    text-align: center;
}

.about-image-four img {
    display: block;
    margin: 0 auto;
    max-width: 260px;
    transition: transform .4s ease, opacity .4s ease;
}

/* Bigger on desktop */
@media (min-width: 992px) {
    .about-image-four img {
        max-width: 300px;
    }
}

/* ---------------------------
   RESPONSIVE COLUMN FIXES
-----------------------------*/
@media (max-width: 992px) {
    .optimized-container .col-lg-3,
    .optimized-container .col-lg-6 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Sidebar center alignment on mobile */
@media (max-width: 768px) {
    .service-sidebar {
        margin: 0 auto !important;
        max-width: 420px;
        text-align: center;
    }

    .service-sidebar ul li a {
        justify-content: center;
    }
}

/* ---------------------------
   ANIMATIONS (Soft Fade & Slide)
-----------------------------*/
.fade-slide-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: all .6s ease-out;
}

.fade-slide-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all .6s ease-out;
}

.fade-slide-right {
    opacity: 0;
    transform: translateX(30px);
    transition: all .6s ease-out;
}

/* Trigger when visible */
.animate {
    opacity: 1 !important;
    transform: translate(0,0) !important;
}

/* ---------------------------
   TYPOGRAPHY SPACING
-----------------------------*/
.sec-title h2.sub-title {
    font-size: 24px;
    /*line-height: 1.3;*/
}

.small-title {
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Improve list spacing */
.icon-items-area {
    margin-bottom: 10px;
}
/* Prevent image cutting & center properly */
.about-image-four {
    text-align: center;
    width: 100%;
    overflow: visible !important;   /* IMPORTANT FIX */
}

.about-image-four img {
    max-width: 100%;
    height: auto;
    object-fit: cover !important;
    display: block;
    margin: 0 auto;
}

/* MOBILE FIX */
@media (max-width: 992px) {

    .about-image-four {
        padding: 0 !important;
        margin-bottom: 20px;
    }

    .about-image-four img {
        max-width: 260px !important;
        border-radius: 50%; /* keeps circle clean */
    }
}

/* VERY SMALL DEVICE OPTIMIZATION */
@media (max-width: 576px) {

    .about-image-four img {
        max-width: 220px !important;
        border-radius: 50%;
    }
}
/* Remove top space ONLY for NRI section */
#nri-section {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Remove inner header/content extra spacing */
#nri-section .sec-title,
#nri-section .about-content-four,
#nri-section .about-image-four {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Mobile adjustments */
@media (max-width: 992px) {
    #nri-section {
        padding-top: 0 !important;
    }

    #nri-section .sec-title {
        margin-top: 0 !important;
    }
}
/* Increase image size only inside Home Loan section */
#home-loan-section .about-image img {
    width: 100%;
    max-width: 380px; /* Bigger image */
    height: auto;
}

/* Center on mobile */
@media (max-width: 768px) {
    #home-loan-section .about-image-four {
        text-align: center;
    }

    #home-loan-section .about-image img {
        max-width: 300px;   /* bigger but safe for phones */
    }
}
/* Smooth Zoom + Fade In Animation */
.animated-zoom {
    opacity: 0;
    transform: scale(0.85);
    animation: zoomFade 0.9s ease-out forwards;
}

@keyframes zoomFade {
    0% {
        opacity: 0;
        transform: scale(0.85);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.kv-contact-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.kv-contact-column {
    background: #f7f7f7;
    padding: 20px 25px;
    border-radius: 12px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left; /* ensures alignment */
}

.kv-left {
    text-align: left !important;
}

.kv-title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.kv-contact-item {
    display: flex;
    align-items: flex-start;   /* ensures TOP alignment */
    gap: 12px;
    margin-bottom: 18px;
}

.kv-icon {
    font-size: 20px;
    width: 22px;               /* FIX: equal width */
    min-width: 22px;           /* FIX: prevents shifting */
    height: 22px;              /* FIX: perfect vertical match */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #144443;
    margin-top: 2px;           /* slight optical fix */
}

.kv-text {
    margin: 0;
    padding: 0;
    line-height: 1.45;         /* smoother multi-line alignment */
}

/* RSS Footer Styles */

.rss-footer {
    text-align: center;
    /* margin-top: 20px; */
}

.rss-footer h4 {
    color: white;
    font-size: 20px;
    font-weight: 600;
    
}

.rss-footer .rss-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.rss-footer .rss-list li {
     margin: 0 15px 10px;
}

.rss-footer .rss-list li a {
  display: inline;
    align-items: center;
    color: #ffcc00;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.rss-footer .rss-list li a i {
    margin-right: 6px;
    font-size: 18px;
    transition: transform 0.3s ease;
}

/* Hover Effects */
.rss-footer .rss-list li a:hover {
    color: #ff9900; /* text color changes on hover */
}

.rss-footer .rss-list li a:hover i {
    transform: scale(1.2); /* icon slightly enlarges */
}

.testimonial-text {
    position: relative;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
    font-size: 15px;
}

.testimonial-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

.testimonial-text.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.testimonial-text.expanded::after {
    display: none;
}

.read-more {
    display: inline-block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #0d6efd;
    cursor: pointer;
}


.footer-widget-wrapper.style-2 .row {
    display: flex;
    flex-wrap: wrap;
}

.footer-widget-items {
    height: 100%;
}

.footer-widget-items,
.footer-widget-wrapper .widget-title,
.footer-widget-wrapper ul {
    margin: 0;
    padding: 0;
}


.footer-widget-wrapper h3 {
    margin-bottom: 12px;
    line-height: 1.3;
}

.footer-widget-wrapper p,
.footer-widget-wrapper a {
    font-size: 15px;
    line-height: 1.6;
}

.footer-widget-wrapper ul li {
    margin-bottom: 8px;
}

.footer-widget-wrapper ul li:last-child {
    margin-bottom: 0;
}

.contact-list-2 li {
    align-items: flex-start;
}

.contact-list-2 .icon {
    min-width: 20px;
    margin-top: 4px;
}

.contact-list-2 a {
    display: inline-block;
}

.footer-widget-wrapper a {
    color: #ffffff;
    opacity: 0.85;
    transition: all 0.3s ease;
}

.footer-widget-wrapper a:hover {
    opacity: 1;
    padding-left: 4px;
}

.rss-footer {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.15);
    text-align: center;
}

.rss-footer h4 {
    color: #fff;
    margin-bottom: 8px;
}

.rss-list {
   display: inline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 !important;
    padding: 0 !important;
}

.rss-list li {
    list-style: none;
    margin-bottom: 6px;
}

.rss-list a {
    color: #fff;
    font-size: 14px;
}

@media (max-width: 991px) {
    .footer-widget-wrapper {
        text-align: center;
    }

    .contact-list-2 li {
        justify-content: center;
    }

    .footer-widget-wrapper ul {
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .footer-top-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .rss-list {
        flex-direction: column;
        gap: 10px;
    }
}

/* === FORCE EQUAL WIDTH FOOTER WIDGETS === */
.footer-widget-wrapper.style-2 .row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

/* Remove Bootstrap column side effects */
.footer-widget-wrapper.style-2 [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
}
@media (max-width: 1199px) {
    .footer-widget-wrapper.style-2 .row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .footer-widget-wrapper.style-2 .row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .footer-widget-wrapper.style-2 .row {
        grid-template-columns: 1fr;
    }
}
.contact-list-2 {
    margin-top: 6px;
}

/* ================= FOOTER RESPONSIVE FIX ================= */

.footer-section-2 {
    position: relative;
    overflow: hidden;
}

/* Footer columns spacing */
.footer-widget-items {
    height: 100%;
}

/* Social icons */
.social-icon {
    display: flex;
    gap: 12px;
    justify-content: center;
}

/* Contact list alignment */
.contact-list-2 li {
    align-items: center;
    margin-bottom: 10px;
}

.contact-list-2 .icon {
    min-width: 22px;
}

/* ================= RSS FOOTER ================= */

.rss-footer {
    width: 100%;
    background: #0c1b2a;
    /*padding: 25px 15px;*/
    text-align: center;
}

.rss-footer h4 {
    color: #ffffff;
    font-size: 20px;
    /*margin-bottom: 15px;*/
}

.rss-list {
    list-style: none;
    padding: 0;
    margin: 0;
   display: inline;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.rss-list li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
  display: inline;
    align-items: center;
    gap: 6px;
}

.rss-list li a:hover {
    color: #ffcc00;
}

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

    .footer-top-wrapper {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .footer-widget-wrapper .row > div {
        margin-bottom: 20px;
        text-align: center;
    }

    .contact-list-2 {
        justify-content: center;
    }
}

/* ================= SMALL MOBILE ================= */
@media (max-width: 575px) {

    .footer-widget-wrapper h3 {
        font-size: 18px;
    }

    .footer-text {
        text-align: center;
        font-size: 13px;
        padding: 10px;
    }

    .rss-list {
        flex-direction: column;
        gap: 10px;
    }
}


/* Center Quick Links & Legal on mobile */
@media (max-width: 767px) {

    /* Target Quick Link & Legal columns */
    .footer-widget-wrapper .user-links-area,
    .footer-widget-wrapper .user-links {
        display: flex;
        justify-content: center;
    }

    .footer-widget-wrapper .user-links {
        flex-direction: column;
        align-items: center;
    }

    .footer-widget-wrapper .user-links li {
        text-align: center;
    }

    .footer-widget-wrapper h3 {
        text-align: center;
    }
}

.sidebar-service-list ul li a {
    position: relative;
    display: block !important;
    padding-left: 28px;
    line-height: 1.5;
}

.sidebar-service-list ul li a i {
    position: absolute !important;
    left: 0;
    top: 50%;
    transform: translateY(-50%) !important;
    margin: 0 !important;
}

.sidebar-service-list ul li a span {
    display: block;
    word-break: break-word;
}

@media (max-width: 767px) {
    .sidebar-service-list ul li a {
        font-size: 14px;
        padding-left: 26px;
    }
}

/* ===== WhatsApp Floating Button ===== */

.whatsapp-float {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    line-height: 55px;
    z-index: 99999 !important;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
     visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
}

.whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
    color: #fff;
}

/* Mobile spacing */
@media (max-width: 767px) {
    .whatsapp-float {
        bottom: 15px;
        right: 15px;
    }
}
/* Prevent overlap with Scroll-to-Top button */
.whatsapp-float {
    bottom: 90px;   /* sits above scroll-to-top */
}

.newbg{
    /* background: linear-gradient(90deg,rgba(5, 34, 33, 1) 19%, rgba(27, 51, 26, 1) 47%) !important; */
        background: #476e46;


}

.feature-growth-box-items .icon{
        background: linear-gradient(256deg, rgb(83 135 86) 19%, rgb(160 187 144) 47%) !important;
}

/* Sticky header end-aligned login button */
.sticky-header .nav-outer {
    display: flex;
    align-items: center;
}

.sticky-header .main-menu {
    flex: 1;
}

.sticky-header .sticky-login-end {
    margin-left: 30px; /* adjust as needed */
}


.sticky-header .sticky-login-end a {
    padding: 10px 22px;
    font-size: 14px;
}
    
.footer-main {
    display: flex;
    /*justify-content: center;  center widgets horizontally 
    flex-wrap: wrap;         /* responsive wrap on smaller screens */
    gap: 115px;   
     padding: 20px 0 0 0;            /* spacing between widgets */
}

.footer-widget {
   /* text-align: center;       center text inside each widget */
}

.footer-widget h3,
.footer-widget h4 {
    margin-bottom: 10px;
    color: #fff;
    padding-left: 10px;
}

.user-links,
.rss-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-links li,
.rss-list li {
    margin-bottom: 6px;
}

.user-links li a,
.rss-list li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.user-links li a:hover,
.rss-list li a:hover {
    color: #25D366;
}

/* Footer Bottom */
.footer-bottom {
    /*margin-top: 30px;*/
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;              /* FIX */
    align-items: center;        /* FIX */
    justify-content: center;    /* FIX */
    font-size: 32px;
    z-index: 1000;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    text-decoration: none;
}

/* Remove old margin hack */
.whatsapp-float i {
    margin: 0;                  /* FIX */
    line-height: 1;
}


/* Responsive */
@media (max-width: 991px) {
    .footer-main {
        flex-direction: column;
        align-items: center;
        gap: 20px !important;
    }
    .footer-widget {
        margin-bottom: 20px;
        min-width: 180px;
    }
}
/* === RSS BOX STYLE === */
.footer-widget.rss-box {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 20px 25px;
    min-width: 190px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    backdrop-filter: blur(6px);
}

/* RSS links */
.footer-widget.rss-box a {
    display: flex;
    /*align-items: center;*/
    gap: 8px;
    /*justify-content: center;*/
}

.footer-widget.rss-box i.fa-rss {
    color: #ff9900;
}

/* Hover */
.footer-widget.rss-box a:hover {
    color: #25D366;
}

/* Ensure all widgets stay centered */


.footer-widget {
    /*text-align: center;*/
}

/* Mobile */
@media (max-width: 768px) {
    .footer-widget.rss-box {
        width: 100%;
        max-width: 180px;
    }

    .footer-main {
        display: flex;
        /*justify-content: center;*/
        flex-wrap: wrap;
        gap: 0px;
    }

}
/* === CENTER ABOUT SECTION CONTENT === */
.about-section .row {
    align-items: center; /* center middle column vertically */
}

.about-content-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* === ICON + TEXT ALIGNMENT === */
.about-block {
    /* margin-bottom: 16px; */
}

.about-block .inner-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-block .icon {
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.about-block .content {
    flex: 1;
}

/* === TITLE SPACING === */
.sec-title h2 {
    margin-bottom: 18px;
}

/* === MOBILE FIX === */
@media (max-width: 991px) {
    .about-section .row {
        align-items: flex-start;
    }

    .about-content-3 {
        text-align: center;
        /* padding: 20px 0; */
    }

    .about-block .inner-box {
        justify-content: center;
        text-align: left;
    }
}

/* === CENTER CTA BUTTON === */
.about-content-3 .info {
    display: flex;
    justify-content: center;  /* center button horizontally */
}
/* === CENTER COLUMNS ON MOBILE === */
@media (max-width: 767px) {

    .why-choose-section-2 .row {
        justify-content: center;   /* center columns */
        text-align: center;
    }

    .why-choose-section-2 .col-12,
    .why-choose-section-2 .col-sm-6,
    .why-choose-section-2 .col-md-6 {
        display: flex;
        justify-content: center;   /* center each box */
    }

    .choose_feature {
        max-width: 320px;          /* visual centering */
        width: 100%;
    }
}

/* === CENTER COLUMNS ON MOBILE === */
@media (max-width: 767px) {

    .why-choose-section-2 .row {
        justify-content: center;   /* center columns */
        text-align: center;
    }

    .why-choose-section-2 .col-12,
    .why-choose-section-2 .col-sm-6,
    .why-choose-section-2 .col-md-6 {
        display: flex;
        justify-content: center;   /* center each box */
    }

    .choose_feature {
        max-width: 320px;          /* visual centering */
        width: 100%;
    }
}

.testimonial-text {
    max-height: 80px; /* collapsed height */
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.testimonial-text.expanded {
    max-height: 1000px; /* large enough to show full text */
}

.testimonials-section {
    padding: 60px 20px;
    background: #f7f7f7;
    text-align: center;
}

.testimonial-title {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 600;
}

.testimonial-wrapper {
    overflow: hidden;
    max-width: 1100px;
    margin: auto;
    cursor: pointer;
}

.testimonial-track {
    display: flex;
    gap: 25px;
    animation: scrollLeft 35s linear infinite;
}

.testimonial-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    min-width: calc(33.33% - 17px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

.testimonial-text {
    font-style: italic;
    color: #144443;
    margin-bottom: 10px;
    max-height: 60px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.testimonial-text.expanded {
    max-height: 300px;
}

.read-toggle {
  float: right;
 background: none;
    border: none;
    color: #144443;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    font-size: 17px;
}

.testimonial-text {
  max-height: 90px;              /* collapsed height */
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.testimonial-text.expanded {
  max-height: 1000px;            /* enough for long text */
}



.read-toggle:hover {
  text-decoration: underline;
}



/* Pause animation */
.testimonial-track.paused {
    animation-play-state: paused;
}

/* Responsive */
@media (max-width: 992px) {
    .testimonial-box {
        min-width: calc(50% - 12px);
    }
}

@media (max-width: 576px) {
    .testimonial-box {
        min-width: 100%;
    }
}

/* Allow card to grow properly */
.testimonial-box {
    display: flex;
    flex-direction: column;
}

/* Smooth text expand */
.testimonial-text {
    max-height: 60px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

/* Expanded state */
.testimonial-text.expanded {
    max-height: 500px;
}


/* Keyframes */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.rating {
    color: #0d6efd; /* Blue */
    font-size: 18px;
    
}
/* COMMON BACKGROUND */
.contact-bg-common {
    background: #ddebc340;
    
}

/* TITLES */
.kv-main-title {
   
    
}

.kv-title {
    
   
}

/* CONTACT DETAILS */
.kv-contact-wrapper {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.kv-contact-column {
    flex: 1;
    min-width: 280px;
    background: rgb(223 227 223 / 37%);
    padding: 25px;
    border-radius: 12px;
}

.kv-contact-item {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    
}

.kv-contact-item i {
    color:#0b3130;
    font-size: 18px;
    margin-top: 4px;
}

/* BOTTOM SECTION */
.contact-bottom-wrapper {
   
}

.section-title {
   
    margin-bottom: 25px;
}

/* FORM */
.contact-form-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
}

.contact-form-box input,
.contact-form-box textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.contact-form-box button {
   -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(17, 43, 29, 1) 50%, rgba(127, 153, 110, 1) 100%);
    border-radius: 100px;
    color: var(--theme-color-white);
    height: 45px;
    padding: 6px 10px;
    padding-right: 55px;
    padding: 12px;
    /* background: #0d6efd; */
    color: #fff;
    border: none;
    border-radius: 55px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .kv-contact-wrapper {
        flex-direction: column;
    }
}
.cnt_icon{
    background-color: #fff;
    border-radius: 50%;
    bottom: 4px;
    color: var(--theme-color-black);
    font-size: 34px;
    height: 33px;
    line-height: 12px;
    position: absolute;
    right: 12px;
    top: 7px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 33px;
}

/* Stop stretching for center head card */
.head-branch-card {
    max-width: 380px;
    margin: 0 auto;
    height: auto !important;
}

/* Fix image stretching */
.head-branch-card .team-image {
    height: 320px !important;
}

.head-branch-card .team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center; /* 👈 FIX */
}

/* Prevent flex height inheritance */
.head-branch-card {
    align-self: flex-start;
}
/* Make 3 team cards slightly narrower on desktop */
@media (min-width: 1200px) {
  .team-section-five .row {
    justify-content: center;
    gap: 30px; /* space between cards */
  }

  .team-section-five .col-xl-3 {
    flex: 0 0 26%;
    max-width: 26%;
  }
}
/* ===== FIX TEAM SECTION FIVE IMAGE OVERFLOW ===== */
.team-section-five .team-block-five .inner-box {
    overflow: hidden;
    border-radius: 16px; /* match theme style */
}

.team-section-five .team-image {
    height: 300px;               /* fixed visual height */
    overflow: hidden;            /* 🔑 stops image overflow */
    position: relative;
}

.team-section-five .team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
/* ===== FIX HOVER CONTENT OVER IMAGE ISSUE ===== */

/* Ensure card layout is vertical, not overlapping */
.team-section-five .team-block-five .inner-box {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Image stays on top */
.team-section-five .team-image {
    position: relative;
    height: 300px;
    overflow: hidden;
}

/* Image behavior */
.team-section-five .team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.4s ease;
}

/* Hover zoom only image */
.team-section-five .team-block-five:hover .team-image img {
    transform: scale(1.05);
}

/* Content box BELOW image (no overlay) */
.team-section-five .content-box {
    position: relative !important;   /* 🔑 stop absolute overlay */
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    background: #fff;
    padding: 22px 20px;
    z-index: 2;
}

/* Disable hover slide animation */
.team-section-five .team-block-five:hover .content-box {
    transform: none !important;
}
/* Photo border – clean & premium */
.team-section-five .team-image {
    border: 2px solid #eef1f5;
    border-radius: 14px;
    padding: 6px;                 /* space between image & border */
    background: #fff;
}

/* Light green hover effect */
.team-section-five .team-block-five {
    transition: all 0.35s ease;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
}



/* Green glow line */
.team-section-five .team-block-five::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    border: 2px solid transparent;
    transition: all 0.35s ease;
}

.team-section-five .team-block-five:hover::before {
    /*border-color: #2ecc71;*/
}

/* Subtle image tint on hover */
.team-section-five .team-block-five:hover .team-image img {
    filter: brightness(1.05);
}

/* MATCH DESIGNATION COLOR WITH FOUNDERS */

.team-block-five .designation {
    color: var(--theme-color1);
    font-weight: 500;
}
.team-block-five .inner-box {
    position: relative;
    border-radius: 14px;
    overflow: visible; /* IMPORTANT */
}


.team-section-five,
.team-section-five .container-fluid,
.team-section-five .row {
    overflow: visible !important;
}

.footer-top {
    width: 100%;
}

.footer-logo-wrap {
    display: flex;
    justify-content: center;
}

.footer-arn {
    margin-top: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.4px;
    text-align: center;
}

.footer-arn p{
  font-size:12px !important;
}
/* FORCE SOCIAL ICON VISIBILITY IN FOOTER */
.footer-top .social-icon a {
    color: #ffffff !important;
    font-size: 18px;
    margin: 0 8px;
    display: inline-block;
    opacity: 1 !important;
    visibility: visible !important;
}

.footer-top .social-icon a i {
    color: #ffffff !important;
}

/* Center About Section columns on mobile */
@media (max-width: 767px) {

    #about .row {
        justify-content: center;
        text-align: center;
    }

    #about .col-lg-3,
    #about .col-lg-6 {
        display: flex;
        justify-content: center;
    }

    #about .image-column-3,
    #about .about-content-3 {
        width: 100%;
        max-width: 360px; /* keeps images & text neat */
    }

    #about .image-column-3 .inner-column {
        display: flex;
        justify-content: center;
    }

    #about .image-column-3 img {
        margin: 0 auto;
        display: block;
    }

    #about .about-block .inner-box {
        justify-content: center;
        text-align: left; /* keeps icons + text readable */
    }
}
/* Mobile view adjustments */
@media (max-width: 767px) {
  .about-section .image-column-3 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; /* Optional spacing below images */
  }
  
  .about-section .image-column-3 .inner-column {
    text-align: center;
  }
  
  .about-section .about-content-3 {
    text-align: center; /* optional: center the text under images */
  }
}
.video-banner-wrapper {
  position: relative;
  width: 100%;
}

.carousel-video {
    pointer-events: none;
  height: 100%;
  object-fit: cover;
}

/* Overlay */
.video-overlay {
      pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  color: #fff;
}
.video-overlay a,
.video-overlay button {
  pointer-events: auto;
}

/* Video banner button style */
.video-overlay .btn {
  background-color: #ffffff;
  color: #144443;
  border-radius: 30px;      /* more rounded */
  padding: 12px 28px;
  font-weight: 600;
  border: 2px solid #ffffff;
   /* FORCE underline */
  /*text-decoration-thickness: 2px;*/
  /*text-underline-offset: 4px;*/
}

/* Base button style */
.video-btn {
  background-color: #ffffff !important;
  color: #144443 !important;
  border-radius: 30px;
  /*padding: 12px 26px;*/
  font-weight: 600;
  border: 2px solid #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  cursor: pointer;
  white-space: normal; /* allow wrapping on very small screens */
}

/* Text underline ONLY under the text */
.video-btn .btn-text {
  /*position: relative;*/
}

.video-btn .btn-text:hover{
    text-decoration:underline;
    text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.video-btn .btn-text::after {
  content: "";
  position: relative;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #144443;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* Arrow */
.video-arrow {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  transition: transform 0.3s ease;
}

/* Hover effects */
.video-btn:hover {
  background-color: #ffffff !important;
  color: #144443; !important;
}

.video-btn:hover .btn-text::after {
  background-color: #ffffff;
}

.video-btn:hover .video-arrow {
  transform: translateX(6px);
}

/* Desktop: keep in one line */
@media (min-width: 768px) {
  .video-btn {
    white-space: normal;
  }
}

/* Mobile: allow wrapping if needed */
@media (max-width: 767px) {
  .video-btn {
    white-space: normal;
    /*padding: 10px 20px;*/
    font-size: 14px;
  }

  .video-arrow {
    font-size: 16px;
  }
}




.video-overlay h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color:#fff;
}

/* Optional dark overlay for readability */
.video-banner-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 5;
}

.video-banner-wrapper::after {
  pointer-events: none;
}


/* Control overall banner height */
#carouselExampleAutoplaying,
#carouselExampleAutoplaying .carousel-inner,
#carouselExampleAutoplaying .carousel-item,
.video-banner-wrapper {
  height: 520px;   /* change this value */
}


.carousel-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/* ================================
   TEAMMATES RESPONSIVE FIX
   (HTML stays col-3)
================================ */

/* Default (Desktop + Nest Hub Max) → 3 cards visible nicely */
.team-section-five .row > .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

/* Tablets (≤ 991px) → 2 cards */
@media (max-width: 991px) {
    .team-section-five .row > .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Mobile (≤ 575px) → 1 card */
@media (max-width: 575px) {
    .team-section-five .row > .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* =================================
   FOOTER WIDGET SPACING FIX
================================= */

/* Restore controlled spacing between footer columns */
.footer-section-2 .row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;   /* space between widgets */
    row-gap: 30px;      /* vertical spacing on wrap */
}

/* Equal width & padding inside widgets */
.footer-section-2 .row > [class*="col-"] {
    flex: 1;
    min-width: 220px;      /* prevents squeezing */
    padding: 0 20px;       /* internal breathing space */
}

/* Footer widget inner spacing */
.footer-section-2 .footer-widget {
    padding: 10px 0;
}

/* Headings spacing */
.footer-section-2 .footer-widget h4,
.footer-section-2 .footer-widget h5 {
    margin-bottom: 18px;
    padding-left: 10px;
}

/* List spacing */
.footer-section-2 .footer-widget ul li {
    margin-bottom: 10px;
    padding-left: 10px !important;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .footer-section-2 .row {
        column-gap: 0;
    }

    .footer-section-2 .row > [class*="col-"] {
        padding: 0 16px;
        margin-bottom: 24px;
    }
}
.footer-section-2 .row {
    justify-content: space-between;
}


/* Fix WhatsApp button hiding on Team page */
.team-section-five,
.team-section-five.fix {
    overflow: visible !important;
}

/* ===== Footer Top Grid Layout (Perfect Center) ===== */
.footer-top-flex {
    display: grid;
    grid-template-columns: 1fr auto 1fr; /* equal left & right */
    align-items: center;
    gap: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

/* LEFT : ARN */
.footer-arn {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
}

/* CENTER : LOGO */
.footer-logo-wrap {
    justify-self: center;
}

.footer-logo-wrap img {
    max-height: 65px;
}

/* RIGHT : SOCIAL */
.social-icon {
    justify-self: end;
}

.social-icon a {
    color: #ffffff;
    font-size: 18px;
    margin-left: 12px;
    transition: 0.3s ease;
}

.social-icon a:hover {
    color: #f4c430;
}

/* ===== Mobile Responsive ===== */
@media (max-width: 991px) {
    .footer-top-flex {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-arn,
    .social-icon {
        text-align: center;
        justify-self: center;
    }

    .social-icon a {
        margin: 0 8px;
    }
}

/* ===== Default Center Overlay ===== */
.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    max-width: 600px;
}

/* ===== LEFT aligned slide ===== */
.text-left-slide .video-overlay {
    left: 8%;
    transform: translateY(-50%);
    text-align: left;
}

/* ===== RIGHT aligned slide ===== */
.text-right-slide .video-overlay {
    left: auto;
    right: 8%;
    transform: translateY(-50%);
    text-align: right;
}

/* Button alignment fixes */
.text-left-slide .video-btn {
    justify-content: flex-start;
}

.text-right-slide .video-btn {
    justify-content: flex-end;
}

/* ===== Mobile Responsive (center everything) ===== */
@media (max-width: 768px) {
    .text-left-slide .video-overlay,
    .text-right-slide .video-overlay {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .text-left-slide .video-btn,
    .text-right-slide .video-btn {
        justify-content: center;
    }
}
/* ===== Market Ticker Wrapper ===== */
.market-ticker {
    /*background: #0c1b2a;*/
    border-top: 1px solid rgba(255,255,255,0.15);
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

/* Same width as menu */
.ticker-viewport {
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
}

/* Moving track */
.ticker-track {
    display: inline-block;
    padding-left: 100%;
    animation: tickerMove 25s linear infinite;
}

/* Ticker items */
.ticker-item {
    display: inline-block;
    margin-right: 50px;
    font-size: 14px;
    font-weight: 500;
}

.ticker-item.up { color: #2ecc71; }
.ticker-item.down { color: #e74c3c; }
.ticker-item.neutral { color: #f1c40f; }

@keyframes tickerMove {
    from { transform: translateX(0); }
    to   { transform: translateX(-100%); }
}

/* ===== Market Widget Wrapper ===== */
.market-widget {
    background: #0c1b2a;
    border-top: 1px solid rgba(255,255,255,0.15);
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding: 6px 0;
}

/* Widget iframe */
.bse-widget {
    width: 100%;
    height: 90px;
    border: none;
}

/* Mobile adjustment */
@media (max-width: 768px) {
    .bse-widget {
        height: 110px;
    }
}
.market-bar {
    /*background: #0c1b2a;*/
    border-bottom: 1px solid rgba(255,255,255,0.15);
    font-family: inherit;
}

.market-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 6px 0;
}

/* Left */
.market-left {
    display: flex;
    flex-direction: column;
    color: #fff;
}
.market-title { font-size: 14px; font-weight: 600; }
.market-source { font-size: 11px; opacity: 0.7; }

/* Center */
.market-center {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.market-item { font-size: 14px; font-weight: 500; }
.market-item.up { color: #2ecc71; }
.market-item.down { color: #e74c3c; }
.market-item.neutral { color: #f1c40f; }

/* Right */
.market-right button {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 4px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    font-size: 16px;
}

/* Collapsed */
.market-bar.collapsed .market-center { display: none; }

/* Responsive */
@media (max-width:768px) {
    .market-center { justify-content: center; }
}
@media (max-width: 768px) {

    /* Hide left section */
    .market-left {
        display: none !important;
    }

    /* Center market indices and remove any background */
    .market-center {
        display: flex !important;
        justify-content: center !important;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    /* Remove green/dark background and reset padding/margin */
    .market-center .market-item {
        background: transparent !important;
        color: #2ecc71 !important; /* keep green text for up */
        padding: 0 !important;
        margin: 0 !important;
        display: inline-block;
    }

    /* Collapse button stays on the right */
    .market-right {
        margin-left: auto;
    }
}
@media (max-width: 767px) {

    /* Top section: ARN | Logo | Social */
    .footer-top-flex {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 15px;
    }

    .footer-arn,
    .footer-logo-wrap,
    .social-icon {
        width: 100%;
        text-align: left !important;
    }

    .social-icon a {
        margin-right: 12px;
        margin-left: 0;
    }

    /* Main footer widgets */
    .footer-main {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
       
    }

    .footer-widget {
        width: 100%;
        margin-bottom: 20px;
        text-align: left;
    }

    .footer-widget ul {
        padding-left: 0;
    }

    .footer-widget ul li {
        text-align: left;
    }

    /* RSS feeds icon + text */
    .rss-list li a {
        justify-content: flex-start;
        text-align: left;
    }

    /* Footer bottom */
    .footer-bottom {
        text-align: left;
        padding: 0 15px;
    }
}
@media (max-width: 767px) {

    /* Overall footer spacing */
    .footer-section-2 {
        margin-top: 0;
        padding: 25px 0 15px;
    }

    /* Top row */
    .footer-top-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 20px;
    }

    /* ARN / Logo / Social */
    .footer-arn,
    .footer-logo-wrap,
    .social-icon {
        text-align: left !important;
    }

    .footer-logo-wrap img {
        max-width: 160px;
    }

    .social-icon a {
        margin-right: 10px;
    }

    /* Footer widgets layout */
    .footer-main {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-widget {
        margin-bottom: 18px;
    }

    .footer-widget h3,
    .footer-widget h4 {
        margin-bottom: 8px;
    }

    .footer-widget ul li {
        margin-bottom: 5px;
    }

    /* RSS alignment */
    .rss-list li a {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    /* Divider */
    footer hr {
        margin: 15px 0;
        opacity: 0.3;
    }

    /* Footer bottom */
    .footer-bottom {
        text-align: left;
    }

    .footer-bottom p {
        margin-bottom: 6px;
        line-height: 1.5;
        font-size: 14px;
    }
}
.stock-ticker li {
    margin: 0 22px;
    font-size: 14px;
    color: #fff;
}

.stock-ticker .up {
    color: #4caf50;
}

.stock-ticker .down {
    color: #f44336;
}

.stock-ticker li span {
    margin-left: 6px;
}

.market {
    margin-left: 8px;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
    background: #333;
    color: #fff;
}
.stock-ticker {
    /*background: #111;*/
    /*padding: 10px;*/
    overflow: hidden;
}

.stock-ticker ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.stock-ticker li {
    margin-right: 25px;
    color: #fff;
    font-size: 14px;
}

.up { color: #4caf50; }
.down { color: #f44336; }

.market {
    margin-left: 8px;
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 4px;
}

.market.open {
    background: green;
    color: #fff;
}

.market.closed {
    background: red;
    color: #fff;
}

   /* Testimonial Marquee Styles */
        .testimonial-marquee {
            overflow: hidden;
            position: relative;
            width: 100%;
            -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
            mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
        }
        .testimonial-track {
            display: flex;
            width: max-content;
            animation: marquee 70s linear infinite; /* Adjust 70s to control speed (was 60s) */
        }
        .testimonial-card {
            flex-shrink: 0;
            width: 400px; /* Width of each card */
            margin-right: 2rem; /* 32px gap */
            box-sizing: border-box;
            padding: 13px;
            border-radius: 8px;
        }
        .testimonial-track:hover {
            animation-play-state: paused;
        }
        @keyframes marquee {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%); /* Loop point */
            }
        }
        @media (max-width: 768px) {
            .testimonial-card {
                width: 300px; /* Smaller cards on mobile */
            }
            @keyframes marquee {
                0% {
                    transform: translateX(0);
                }
                100% {
                    /*
                        This calculation is based on (6 cards * 300px) + (6 cards * 32px margin)
                        Total width = 1800 + 192 = 1992px.
                        We duplicate the content, so total width is 3984px.
                        We want to move it by half its width, so -1992px.
                        For simplicity in responsive, we stick to the -50% logic which works
                        when the track content is duplicated.
                    */
                    transform: translateX(-50%);
                }
            }
        }
    
        .news-box-items {
    position: relative;  /* Ensure absolute children are positioned correctly */
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    /*padding-top: 50px;  */
    /* Add top padding to prevent overlap with post-box 
}

.post-box {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #144443;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    z-index: 2;  /* Ensure it stays above the image */
}

.post-box .date {
    display: block;
    font-weight: 700;
    font-size: 14px;
}

.post-box .month {
    display: block;
    font-size: 12px;
}

.news-image {
    text-align: center;
    margin-top: 55px; 
    position: relative;
    z-index: 1;
}

.news-image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

    .news-image .post-box {
    position: absolute;
    bottom: 15px;        /* or top: 15px if you prefer */
    left: 15px;
    background: #15BBEE;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    text-align: center;
    z-index: 2;
    pointer-events: none;
}
.news-image img {
    /*width: 100%;*/
    height: 260px;          /* optional: keeps cards equal */
    object-fit: cover;
    display: block;
}

.news-image {
    text-align: center;
}

.news-image img {
    display: inline-block;
    margin: 0 auto;
}


.news-box-items .post-box{
        position: absolute;
    /* top: 37px; */
    left: 0px;
    width: 100%;
    /* height: 60px; */
    background: rgba(17, 43, 29, 1);
    text-align: center;
    /* padding-top: 13px; */
    border-radius: 5px;
}
.news-box-items .post-box .date{
    font-size: 20px;
    font-family: var(--heading-font-family);
    font-weight: 700;
    color: var(--theme-color1);
    line-height: 1;
}
.news-box-items .post-box .month{
display: block;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    font-family: var(--body-font);
    line-height: 1;
}

.comments-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px; /* spacing between items */
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
.filter-right {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

/* Row for Year + Month */
.filter-row {
    display: flex;
    gap: 10px;
}

/* Make both dropdowns equal width */
.filter-row .filter-group {
    flex: 1;
}

/* Fix Nice Select dropdowns */
.nice-select .list {
    z-index: 9999 !important;
}
.nice-select.dropup .list {
    bottom: 100% !important;
    top: auto !important;
    margin-bottom: 5px;
}

/* Equal height news cards */
.news-list .news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-box-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 100%; */
}
@media (max-width: 576px) {
    .comments-list {
        flex-direction: column;
        gap: 8px;
    }
}
.news-card.hide {
    display: none !important;
}

.filter-right {
    display: flex;
    flex-wrap: nowrap;      /* Keep all in one line */
    align-items: flex-end;  /* Align labels at bottom */
    gap: 15px;
}

.filter-group {
    display: flex;
    flex-direction: row;
    min-width: 150px; /* Each dropdown has min width */
}

@media (max-width: 992px) {
    .filter-right {
        flex-wrap: wrap; /* Wrap on smaller screens */
    }
}


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

.filter-list li {
    cursor: pointer;
    padding: 5px 0;
    color: #144443;
    transition: color 0.3s;
}

.filter-list li:hover,
.filter-list li.active {
    color: #f05a28;
    font-weight: 600;
}
.news-filter {
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
}

.filter-left {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-group,
.filter-cat {
    display: flex;
    flex-direction: column;
}

.filter-group select,
.filter-cat select {
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

/* Align the right filter to extreme right */
.news-filter .filter-cat {
    margin-left: auto;
}
/* Set fixed width for all dropdowns, especially the right filter */
.news-filter select {
    width: 150px;      /* fixed width, adjust as needed */
    min-width: 120px;  /* optional, ensures small screens still work */
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    appearance: none;  /* optional, removes native arrow style for consistent look */
    box-sizing: border-box;
}

/* Optional: if you want the right filter to be slightly bigger */
.news-filter .filter-cat select {
    width: 160px;  /* adjust as needed */
}
.news-filter {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-start; /* or space-between if you want spacing */
}

.news-filter .filter-cat {
    margin-left: auto;  /* pushes the category dropdown to right */
}
.news-box-items.no-news {
    height: 100%;
    min-height: 285px;           /* Same as news cards */
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f9f9f9;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-top:0px !important;
}

.news-box-items.no-news .no-news-content {
    max-width: 600px;            /* Limit text width */
}

.news-box-items.no-news h3 {
    color: #144443;
    font-weight: 600;
    margin-bottom: 10px;
}

.news-box-items.no-news p {
    color: #555;
    font-size: 15px;
    line-height: 1.5;
}
.view-news-btn {
    background-color: rgba(17, 43, 29, 1); /* dark green */
    
    color: #ffffff; /* text white */
    padding: 10px 17px;
    border-radius: 33px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease, background 0.3s ease;
}

.view-news-btn .btn-text {
    position: relative;
    display: inline-block;
}

/* underline hidden initially */
.view-news-btn .btn-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px; /* space below text */
    height: 2px;
    width: 0; /* hidden initially */
    background-color: #ffffff;
    transition: width 0.3s ease;
}

/* underline appears on hover */
.view-news-btn:hover .btn-text::after {
    width: 100%; /* matches text width */
}
.view-news-btn:hover{
    color:white !important;
   text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}
.view-news-btn .video-arrow {
    display: inline-flex;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

/* arrow movement on hover */
.view-news-btn:hover .video-arrow {
    transform: translateX(4px);
}

.font-weight400{
    font-weight:400 !important;
}

.mt8px{
    margin-top:8px;
}

/* Always white text */
.accbtn {
  color: #ffffff !important;
  background-color: transparent;
  transition: all 0.3s ease;
}

/* Always white arrow */
.accbtn::after {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

/* Optional: background only when expanded */
.accordion-button:not(.collapsed).accbtn {
  background-color: #15BBEE;   /* optional – remove if not needed */
}

/* Remove Bootstrap focus glow */
.accordion-button:focus {
  box-shadow: none;
}


.feature-business-solution-items-2 .content .icon{
    background-image: linear-gradient(256deg, rgb(83 135 86) 19%, rgb(160 187 144) 47%) !important;
    margin-top: -16px;
}

.feature-business-solution-items-1 .content,
.feature-business-solution-items-2 .content {
    flex: 1; /* fills remaining space */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
}
/* Desktop: 5 items in one row */
@media (min-width: 1200px) {
    .business-col {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* Tablet: 2 per row */
@media (max-width: 1199px) and (min-width: 768px) {
    .business-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Mobile: 1 per row */
@media (max-width: 767px) {
    .business-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* FIX accordion click issue on mobile */
@media (max-width: 768px) {

  .team-block-five .team-image {
    position: relative;
    z-index: 1;
    pointer-events: none; /* prevent image blocking clicks */
  }

  .team-block-five .content-box,
  .team-block-five .team-small-accordion {
    position: relative;
    z-index: 5;
    pointer-events: auto;
  }

  .team-small-accordion .accordion-button {
    pointer-events: auto;
  }
}

.counter-section {
    background: #f9faf7; /* light professional bg */
}

.counter-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.counter-box-1 {
    background: #ffffff;
    padding: 35px 20px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.counter-box-1:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.count-box h2 {
    font-size: 42px;
    font-weight: 700;
    color: #2f4f2f; /* use your site primary color */
    margin-bottom: 10px;
}

.count-box p {
    font-size: 15px;
    font-weight: 500;
    color: #555;
    margin: 0;
    line-height: 1.5;
}

/* MOBILE */
@media (max-width: 991px) {
    .counter-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .counter-wrapper {
        grid-template-columns: 1fr;
    }

    .count-box h2 {
        font-size: 36px;
    }
}
/* Force perfect center alignment */
.counter-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    text-align: center;
}

.counter-box-1 {
    flex: 1 1 220px;
    max-width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.count-box {
    width: 100%;
    text-align: center;
}

/* Center number + text vertically */
.count-box h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}

.count-box p {
    margin: 0 auto;
    text-align: center;
    max-width: 220px;
}

@media (max-width: 768px) {

  .news-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .news-header h2 {
    width: 100%;
  }

  .view-news-btn {
    margin-top: 5px;
  }
}
.news-box-items {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
}

.news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    padding: 25px 20px;
}
.news-secton {
    position: relative;
    z-index: 5;
    /* padding-bottom: 80px;  */
}

/* FILTER SIDEBAR */
.filter-sidebar {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    position: sticky;
    top: 10px;
}

.filter-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.filter-title::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #1b6b3a;
    display: block;
    margin-top: 8px;
}

.filter-group {
    margin-bottom: 20px;
}

.filter-group label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

/* NEWS CARD */
.news-box-items {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    /* height: 100%; */
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.news-box-items:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.news-image img {
    width: 100%;
    transition: transform 0.5s ease;
}

.news-box-items:hover .news-image img {
    transform: scale(1.08);
}

/* NO NEWS */
.no-news {
    padding: 60px 20px;
    background: #f8f9fa;
}

/* SERVICE CARD BASE */
.feature-business-solution-items-1 {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #000;
}

/* IMAGE */
.feature-business-solution-items-1 .business-image {
    position: relative;
    overflow: hidden;
}

.feature-business-solution-items-1 .business-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* OVERLAY */
.feature-business-solution-items-1::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

/* CONTENT */
.feature-business-solution-items-1 .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    z-index: 2;
    color: #fff;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease;
}

.feature-business-solution-items-1 .content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
}

/* READ MORE */
.feature-business-solution-items-1 .content::after {
    content: "Read More →";
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #b9e3c6; /* subtle finance green */
    margin-top: 6px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* HOVER EFFECTS */
.feature-business-solution-items-1:hover::after {
    opacity: 1;
}

.feature-business-solution-items-1:hover .business-image img {
    transform: scale(1.08);
}

.feature-business-solution-items-1:hover .content {
    opacity: 1;
    transform: translateY(0);
}

.feature-business-solution-items-1:hover .content::after {
    opacity: 1;
}

/* MOBILE FIX (NO HOVER ISSUES) */
@media (max-width: 768px) {
    .feature-business-solution-items-1::after {
        opacity: 1;
    }

    .feature-business-solution-items-1 .content {
        opacity: 1;
        transform: none;
    }
}

.feature-business-solution-items-1 {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

/* IMAGE */
.feature-business-solution-items-1 .business-image img {
    transition: transform 0.6s ease;
}

/* DARK OVERLAY */
.feature-business-solution-items-1::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;                 /* HIDDEN */
    transition: opacity 0.4s ease;
    z-index: 1;
}

/* CONTENT */
.feature-business-solution-items-1 .content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;                 /* HIDDEN */
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.feature-business-solution-items-1 .content h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 8px;
}

/* READ MORE */
.feature-business-solution-items-1 .content span {
    font-size: 14px;
    color: #b6e2c5;
    font-weight: 500;
}

/* HOVER EFFECT */
.feature-business-solution-items-1:hover::after {
    opacity: 1;
}

.feature-business-solution-items-1:hover img {
    transform: scale(1.08);
}

.feature-business-solution-items-1:hover .content {
    opacity: 1;
    transform: translateY(0);
}

/* MOBILE: SHOW TEXT ALWAYS */
@media (max-width: 768px) {
    .feature-business-solution-items-1::after,
    .feature-business-solution-items-1 .content {
        opacity: 1;
        transform: none;
    }
}


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

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #3a5f7d;
    margin-bottom: 50px;
}

/* GRID */
.services-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* CARD */
.service-card {
    position: relative;
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
}

/* IMAGE */
.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* DARK OVERLAY */
.service-card::after {
    content: "";
    /*position: absolute;*/
    inset: 0;
    /*background: rgba(0, 0, 0, 0.55);*/
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* CONTENT */
.overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    text-align: center;
}

.overlay h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
}

.overlay span {
    font-size: 14px;
    font-weight: 500;
    color: #7fe0c3;
}

/* HOVER EFFECT */
.service-card:hover img {
    transform: scale(1.08);
}

.service-card:hover::after {
    opacity: 1;
}

.service-card:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    /* Show text always on mobile */
    .service-card::after,
    .overlay {
        opacity: 1;
        transform: none;
    }
}

.services-grid-3-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Center last 2 cards */
.services-grid-3-2 .service-card:nth-last-child(2),
.services-grid-3-2 .service-card:last-child {
    grid-column: span 1;
}

/* Force second row centering */
.services-grid-3-2 .service-card:nth-child(4) {
    grid-column: 2 / 3;
}

.services-grid-3-2 .service-card:nth-child(5) {
    grid-column: 3 / 4;
}

/* CARD STYLES */
.service-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.06);
}

.service-heading {
    font-size: 18px;
    font-weight: 600;
    color: #1b6b3a;
    margin-bottom: 12px;
}

.service-image img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 8px;
}

.service-content {
    padding-top: 12px;
}

.service-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.service-link {
    font-size: 14px;
    font-weight: 500;
    color: #1b6b3a;
    text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .services-grid-3-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-grid-3-2 .service-card {
        grid-column: auto !important;
    }
}

@media (max-width: 576px) {
    .services-grid-3-2 {
        grid-template-columns: 1fr;
    }
}

.services-grid .service-card {
    position: relative;
    overflow: hidden;
}

.services-grid .service-card .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45); /* adjust opacity if needed */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.services-grid .service-card:hover .overlay {
    opacity: 1;
}

/* 🔹 Hover text color */
.services-grid .service-card .overlay h3,
.services-grid .service-card .overlay span {
    color: #ffffff;
    text-align: center;
}

/* Optional: smooth text animation */
.services-grid .service-card .overlay h3 {
    transform: translateY(10px);
    transition: 0.4s ease;
}

.services-grid .service-card:hover .overlay h3 {
    transform: translateY(0);
}
/* FILTER SIDEBAR */
.filter-sidebar {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    position: sticky;
    /*top: 120px;*/
}

.filter-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.filter-group {
    margin-bottom: 18px;
}

.filter-group label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

/* NEWS CARD */
.news-box-items {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    /* height: 100%; */
    transition: all 0.35s ease;
    box-shadow: 0 8px 22px rgba(0,0,0,0.05);
    margin-top:0px;
}


/* COMMON GRID */
.services-grid {
    display: grid;
    gap: 24px;
}

/* FIRST ROW – 3 COLUMNS */
.services-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

/* SECOND ROW – CENTERED 2 COLUMNS */
.services-grid-2 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 70%;
    margin: 0 auto;
}

/* CARD */
.service-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.06);
}

.service-heading {
    font-size: 18px;
    font-weight: 600;
    color: #1b6b3a;
    margin-bottom: 12px;
}

.service-image img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 8px;
}

.service-content {
    padding-top: 12px;
}

.service-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.service-link {
    font-size: 14px;
    font-weight: 500;
    color: #1b6b3a;
    text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .services-grid-3 {
        /* grid-template-columns: repeat(2, 1fr); */
    }
    .service-heading {
    font-size: 14px !important;
    font-weight: 600;
    color: #1b6b3a;
    margin-bottom: 12px;
    }

    .services-grid-2 {
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .services-grid-3,
    .services-grid-2 {
        grid-template-columns: 1fr;
    }
}

.news-box-items:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}

/* SMALLER IMAGE */
.news-image {
    /* height: 180px; */
    overflow: hidden;
}

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

.news-box-items:hover .news-image img {
    transform: scale(1.08);
}

/* CONTENT SPACING */
.news-content {
    padding: 20px;
}

.comments-list {
    margin-bottom: 10px;
}

/* NO NEWS */
.no-news {
    padding: 60px 20px;
    background: #f8f9fa;
}


.business-image {
    overflow: hidden;
}

.image-title-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.55);
    z-index: 2;
}

.image-title-bg h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.services-section {
    background: #f8f9fa;
}

.service-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 18px;
    height: 100%;
    box-shadow: 0 10px 26px rgba(0,0,0,0.06);
}

/* TITLE ABOVE IMAGE */
.service-heading {
       font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #1f3928;
    margin-bottom: 12px;
    text-align: center;
    padding: 11px;
}

/* IMAGE */
.service-image img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 8px;
}

/* CONTENT */
.service-content {
    padding-top: 14px;
}

.service-content p {
    font-size: 17px;
    color: #1f3928;
    margin-bottom: 10px;
    text-align: center;
}

/* LINK */
.service-link {
    font-size: 14px;
    font-weight: 500;
    color: #1b6b3a;
    text-decoration: none;
}

.service-link:hover {
    text-decoration: underline;
}


/* NEWS CARD */
.news-box-items {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  /* height: 100%; */
}

/* IMAGE */
.news-image {
  width: 100%;
  /* height: 220px; */
  overflow: hidden;
  background: #f3f4f6;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* DATE BADGE */
.post-box {
      position: absolute;
    top: 7px;
    right: 9px;
    background: #0d6efd;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 6px;
    text-align: center;
    z-index: 2;

}

.post-box .date {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.post-box .month {
  font-size: 12px;
}

/* CONTENT */
.news-content {
  padding: 18px;
  text-align: center;
}

.news-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 12px;
}

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

/* READ MORE */
.link-btn {
  font-size: 14px;
  font-weight: 500;
  color: #0d6efd;
  text-decoration: none;
}
/* FORCE NEWS IMAGE TO ALWAYS SHOW */
.news-image img {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* IF THEME USES MULTIPLE IMAGES – HIDE SECOND IMAGE */
.news-image img + img {
  display: none !important;
}

/* REMOVE ALL HOVER IMAGE LOGIC */
.news-box-items:hover .news-image img {
  display: block !important;
  opacity: 1 !important;
  transform: none !important;
}
/* NEWS IMAGE CONTAINER */
.news-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #f8f9fa;
}

/* SMALL CENTERED IMAGE */
.news-image img {
  /* width: 160px;          control size here */
  /* height: 120px; */
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

/* REMOVE ANY HOVER EFFECTS */
.news-box-items:hover .news-image img {
  transform: none !important;
  opacity: 1 !important;
}
.post-box {
  /* display: inline-flex; */
    align-items: center;
    /* gap: 10px; */
    font-size: 13px;
    color: #fff;
    /* margin: 10px auto;*/
}

.post-box span {
  position: relative;
  padding-left: 12px;
}

.post-box span::before {
  /*content: "•";*/
  position: absolute;
  left: 0;
  color: #bbb;
}

/* Special date badge at top-left corner */
#specialPost .news-box-items {
    position: relative; /* Make absolute positioning relative to card */
}
#specialDate {
    position: absolute;
    top: 7px;
    left: 4px;
    background-color: #112b1d;
    color: #fff;
    padding: 4px 17px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 10;
    width: 150px;
    text-align: center;   /* Center the text inside */
    display: inline-block; /* Ensure proper alignment */
}


/* Make the special card a flex column */
#specialPost .news-box-items {
    display: flex;
    flex-direction: column;
    height: 100%; /* Stretch to full card height */
    
}

/* Push content down so Read More button stays at bottom */
#specialPost .news-content .new-title {
   
    min-height: 450px;
}

/* Special badge for the card with ID specialPost */
#specialDateBadge {
   position: absolute;
    top: 0;                     /* align with top of card */
    left: 50%;                  /* center horizontally */
    transform: translateX(-50%) translateY(-20%); /* move slightly up to overlap image */
    background: linear-gradient(45deg, #ff7f50, #ffb347); /* gradient color */
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 6px 18px;
    border-radius: 50px;        /* pill shape */
    text-align: center;
    display: block;
    width: 140px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 10;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Optional hover effect to make badge pop */
/*#specialPostBadge:hover #specialDateBadge {*/
/*       transform: translateX(-50%) translateY(-22%);*/
/*    box-shadow: 0 6px 15px rgba(0,0,0,0.3);*/
/*}*/


/* Make the card relative so absolute works */
#specialPostBadge .news-box-items {
    position: relative; /* important! */
}

/* Badge styling and overlap */
#specialDateBadge {
 position: absolute;
    top: 35px;                   /* distance from top */
    right: 10px;                 /* distance from right */
    transform: rotate(15deg);    /* slant it */
    transform-origin: top right; /* rotate around top-right corner */
    background: linear-gradient(45deg, rgba(17, 43, 29, 1), rgba(17, 43, 29, 1));
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 6px 25px;           /* width enough for text */
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;          /* prevent text wrap */
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 10;
    display: inline-block;
    width:156px;
}

/* Optional hover effect */
/*#specialPostBadge:hover #specialDateBadge {*/
/*    transform: rotate(-15deg) translateY(-2px);*/
/*    box-shadow: 0 6px 15px rgba(0,0,0,0.3);*/
/*}*/

.news-content .link-btn {
    display: inline-block;  /* ensures the button shrinks to fit content */
    margin: -6px auto 0;    /* top margin + auto horizontal centering */
    text-align: center;     /* center text inside button */
}

.designation-premium {
  font-size: 16px;
    color: rgba(17, 43, 29, 1);
    font-weight: 600;
    margin: 4px 0;
    padding: 3px 4px;
    background: rgb(230 239 200);
    border-left: 3px solid #7f996e;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    letter-spacing: -0.5px;
}

/* Optional: underline with subtle animation on hover */
.designation-premium::after {
   content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background: rgba(17, 43, 29, 1);
    transition: width 0.3s ease-in-out;
}

.designation-premium:hover::after {
    width: 100%;
}
/* Filter sidebar scroll for mobile */
@media (max-width: 991px) { /* Bootstrap md breakpoint */
    .filter-sidebar {
        max-height: 250px; /* adjust height as needed */
        overflow-y: auto;
        padding-right: 10px; /* avoid cutting off scrollbar */
    }

    .filter-sidebar select {
        width: 100%; /* ensure selects fit mobile */
    }
}



/* Center badge ONLY for the first news card */
/* First row badges – centered with auto width */
.news-card:nth-child(1) .post-box,
.news-card:nth-child(2) .post-box,
.news-card:nth-child(3) .post-box {
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  right: auto;
  text-align: center;
}

.post-box {
  position: absolute;
  /* top: 15px; */
}
/* 2nd row badges (cards 4, 5, 6) */
.news-card:nth-child(4) .post-box,
.news-card:nth-child(5) .post-box,
.news-card:nth-child(6) .post-box ,


.news-card:nth-child(7) .post-box,
.news-card:nth-child(8) .post-box,
.news-card:nth-child(9) .post-box,

.news-card:nth-child(10) .post-box,
.news-card:nth-child(11) .post-box,
.news-card:nth-child(12) .post-box

{
   left: 50%;
  transform: translateX(-50%);
  width: auto;
  right: auto;
  text-align: center;
}
/* Google Nest Hub (1024 x 600) */
@media screen and (width: 1024px) and (height: 600px) {
  .why-choose-section-2 .col-lg-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .why-choose-section-2.feature-growth-box-items {
    height: 257px;
  }

  .feature-growth-box-items .content h3 {
    font-size: 16px !important;
  }

  .feature-growth-box-items .content h5 {
    font-size: 13px !important;
  }

  .feature-growth-box-items .content p {
    font-size: 14px !important;
  }
}
/* iPad only – center images properly */
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) {

  #about .image-column-3,
  #about .image-column-3 .inner-column {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #about .image-column-3 .image1 {
    width: 100%;
    text-align: center;
  }

  #about .image-column-3 img {
    display: inline-block;
    max-width: 70%;
    height: auto;
  }
}
/* iPad only – Trust Indicators section */
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) {

  /* Center section text */
  .how-it-work-section .sec-title,
  .how-it-work-section .how-sec-text {
    text-align: center;
  }

  /* Make cards 2 per row on iPad */
  .how-it-work-section .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* Center last card */
  .how-it-work-section .col-lg-4:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }

  /* Card styling */
  .how-it-work-items-style-3 {
    max-width: 420px;
    margin: 0 auto 25px;
    text-align: center;
  }

  .how-it-work-items-style-3 .title {
    font-size: 17px;
    line-height: 1.4;
  }

  .how-it-work-items-style-3 .number {
    font-size: 32px;
  }

  /* Reduce background shape impact */
  .how-it-work-section .circle-shape {
    opacity: 0.25;
  }
}
/* iPad Pro ONLY – Services section */
@media only screen 
  and (min-width: 834px) 
  and (max-width: 1366px) {

  /* Force 2 cards per row */
  .why-choose-section-2 .col-lg-4,
  .why-choose-section-2 .col-xl-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* Remove fixed heights */
  .why-choose-section-2 .feature-growth-box-items {
    height: auto !important;
    /* min-height: 260px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* Typography tuning */
  .why-choose-section-2 .content h3 {
    font-size: 18px !important;
    height: auto !important;
  }

  .why-choose-section-2 .content h5 {
    font-size: 14px;
  }

  .why-choose-section-2 .content p {
    font-size: 14px;
    line-height: 1.5;
  }

  /* Center CTA button */
  .why-choose-section-2 .service-know-box {
    text-align: center;
  }
}
/* Extra small devices – 320px */
@media (max-width: 320px) {

  .why-choose-section-2 .sub-title-service {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .why-choose-section-2 h4 {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 8px;
  }

  /* Hide decorative triangles to prevent overlap */
  .why-choose-section-2 .sub-title-service .triangle {
    display: none;
  }

  /* Prevent WOW transform overlap */
  .why-choose-section-2 .wow {
    transform: none !important;
  }
}
/* Right corner arrows */

.testimonial-section-2 {
  position: relative;
  overflow: visible !important;
}


.testimonial-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.testimonial-track::-webkit-scrollbar {
  display: none;
}
.testimonial-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
}

.testimonial-track::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  /* min-width: 100%; */
  flex-shrink: 0;
}

.testimonial-arrows.right-corner {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 10;
}

/* Arrow buttons */
.testimonial-arrows .arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: #15BBEE;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Hover / touch */
.testimonial-arrows .arrow:hover {
  background: #0ea5d7;
}

.testimonial-arrows .arrow:active {
  transform: scale(0.92);
}

/* 📱 Mobile adjustment */
@media (max-width: 576px) {
  .testimonial-arrows.right-corner {
    top: 10px;
    right: 10px;
  }

  .testimonial-arrows .arrow {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
}
/* iPad / Tablet Devices */
@media (min-width: 768px) and (max-width: 1024px) {

  .about-section .row {
    justify-content: center;
  }

  .about-section .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .about-section .image-column-3 {
    display: flex;
    justify-content: center;
  }

  .about-section .image-column-3 img {
    max-width: 70%;
    height: auto;
  }

  .about-section .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
    /* text-align: center; */
  }

}
/* FORCE FULL IMAGE VISIBILITY - NEWS SECTION */
#news .news-image{
    height: auto !important;
    min-height: unset !important;
    overflow: visible !important;
    position: relative !important;
}

#news .news-image img{
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: unset !important;
    position: static !important;
    display: block;
}
.about-image-four {
    text-align: left;
}

.about-image-four img {
    width: 100%;
    max-width: 500px;
    transform: scale(1.1);
}
/* ===============================
   CUSTOM RESPONSIVE TESTIMONIAL
   =============================== */
/* =========================
   CUSTOM SNAP TESTIMONIAL
   ========================= */

#customTestimonialTrack {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  /* scroll-behavior: smooth; */
  -webkit-overflow-scrolling: touch;
  padding: 20px 10px;
}

#customTestimonialTrack::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  flex: 0 0 90%;
  max-width: 90%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .testimonial-card {
    flex: 0 0 350px;
    max-width: 350px;
  }
}

/* Text collapse */
.testimonial-text {
  max-height: 70px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.testimonial-card.expanded .testimonial-text {
  max-height: 1000px;
}
/* Make testimonial section relative */
#testimonial {
    position: relative;
}

/* Arrow Container - Top Right */
.custom-testimonial-arrows {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 12px;
    z-index: 10;
}

/* Arrow Buttons */
.custom-testimonial-arrows button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    background: rgba(17, 43, 29, 1);
    color: #ffffff;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover Effect */
.custom-testimonial-arrows button:hover {
    background: rgba(127, 153, 110, 1);
    transform: scale(1.1);
}

/* Click Effect */
.custom-testimonial-arrows button:active {
    transform: scale(0.95);
}
@media (max-width: 768px) {
    .custom-testimonial-arrows {
        top: 10px;
        right: 10px;
    }

    .custom-testimonial-arrows button {
       width: 23px;
        height: 23px;
        font-size: 13px;
    }
}
/* Disable scroll when modal active */
body.terms-active {
    overflow: hidden;
}

#termsModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
}

.terms-box {
  background: #fff;
  width: 90%;
  max-width: 800px;
  max-height: 80vh; /* Limit height */
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.terms-content {
  overflow-y: auto;  /* Scrollable content */
  flex: 1;           /* Take all available space */
  margin-bottom: 15px; /* Space above buttons */
  padding-right: 10px; /* Space for scrollbar */
}

.terms-buttons {
  text-align: center;
}

.terms-buttons button {
  margin: 0 10px;
  padding: 10px 20px;
  background: #15BBEE;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.terms-buttons button:hover {
  background: #0d99c0;
}


#acceptTerms {
    background: rgba(17, 43, 29, 1);
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

#declineTerms {
    background: #ccc;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

#acceptTerms:hover {
    background: rgba(127, 153, 110, 1);
}
#termsModal {
  display: none;   /* hidden by default */
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
}

.terms-box {
  background: #fff;
  max-width: 500px;
  margin: 10% auto;
  padding: 30px;
  border-radius: 8px;
}
.news-image img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}
/* Center the heading text on small devices (mobile) */
@media only screen and (max-width: 768px) {
    .nri-heading {
        text-align: center !important;
        display: block;
      margin-left: -7px;
        margin-right: auto;
    }
    
    /* Optional: adjust the triangles to stay centered */
    .nri-heading .triangle {
        display: inline-block;
        transform: none; /* Remove any offset applied by desktop */
    }
}



/* Force flex row for tablets and above */
@media (min-width: 768px) {
    .three-columns-row {
        display: flex;
        flex-wrap: nowrap; /* never wrap */
        justify-content: center;
        gap: 20px; /* spacing between columns */
    }

    /* Ensure each column stretches */
    .three-columns-row > [class*="col-"] {
        display: flex;
        flex-direction: column;
        flex: 1; /* equal width */
        max-width: 30%; /* optional: adjust spacing */
    }

    /* Stretch inner box to full height */
    .feature-growth-box-items {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}
/* Four columns row flex */
@media (min-width: 768px) {
    .four-columns-row {
        display: flex;
        flex-wrap: nowrap; /* Prevent wrapping */
        justify-content: center;
        gap: 20px; /* spacing between boxes */
    }

    /* Stretch each column equally */
    .four-columns-row > [class*="col-"] {
        display: flex;
        flex-direction: column;
        flex: 1;
        max-width: 23%; /* slightly less than 25% to fit gaps */
    }

    /* Make inner box fill full height */
    .feature-growth-box-items {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}
/* Center the h2 text and triangles */
.sub-title-service {
    display: inline-block; /* shrink to content width */
    position: relative;
    text-align: center;
}

/* Make the container center the h2 */
.sec-title.text-center {
    text-align: center;
}

/* Optional: adjust triangles spacing */
.sub-title-service .triangle {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

/* If you want triangles above or below text, you can use position */
.triangle1 {
    /* example: left triangle */
}
.triangle2white {
    /* example: middle triangle */
}
.triangle3 {
    /* example: right triangle */
}


.testimonial-name{
  
    color:rgba(17, 43, 29, 1);
    font-size: 19px;
    font-weight:500;
    
    margin-top: -12px;
}

/* General Service Card */
.service-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

/* Optional hover effect */
.service-card:hover {
    transform: translateY(-5px);
}

/* Specific tweak for second row */
.services-grid-2 .service-card {
    max-height: 350px; /* reduce height */
    padding: 15px;      /* reduce padding slightly */
}

/* Ensure image fits nicely */
.service-card .service-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

/* Service content spacing */
.service-card .service-content {
    padding: 10px 5px;
    text-align: center;
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .services-grid-2 .service-card {
        max-height: 300px;
    }
}

body {
    overflow-x: hidden;
}

.news-secton {
    position: relative;
    z-index: 1;
}


.page-item.active .page-link{
    background-color: rgba(17, 43, 29, 1) !important;
    border-color: rgb(24 55 40) !important;
        color: #fff !important;
}

.page-link{
    color:rgb(24 55 40) !important;
}


.news-header {
    text-align: center;
}

.news-date-badge {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;

    background: #0e3a2f;
    color: #fff;

    padding: 10px 24px;
    border-radius: 6px;

    font-size: 14px;
    font-weight: 600;

    width: auto !important;
    max-width: fit-content;

    margin: 7px auto 0;
}



/* Layout Width */
.custom-blog-width {
    max-width: 1600px;
}

/* Blog Card */

.section-header h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-header p {
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
}


.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

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

.blog-img {
    position: relative;
}

.blog-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

/* Date Badge */
.blog-date {
        position: absolute;
    top: 5px;
    right: 5px;
    background: #ffffff;
    color: rgba(17, 43, 29, 1);
    padding: 2px 7px;
    border-radius: 6px;
    text-align: center;
}

.blog-date span {
    display: block;
    font-weight: 700;
}

/* Blog Content */
.blog-content {
    padding: 18px;
}

.btn-read-more {
      font-size: 15px !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 400;
    color: #fff;
    padding: 6px 12px !important;
    text-decoration: none !important;   /* force remove */
    position: relative;
}

/* Remove any global underline */
.btn-read-more:hover,
.btn-read-more:focus {
    text-decoration: none !important;
}

/* Arrow */
.btn-read-more::after {
    content: "→";
    font-size: 16px;
    transition: transform 0.3s ease;
}

/* Arrow movement */
.btn-read-more:hover::after {
    transform: translateX(6px);
}

/* Underline ONLY for text */
.read-text {
    position: relative;
}

.read-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: #ffffff; /* ✅ WHITE underline */
    transition: width 0.3s ease;
}

/* Animate underline */
.btn-read-more:hover .read-text::after {
    width: 100%;
}

/* ====================== */
/* SIDEBAR STYLING */
/* ====================== */

.blog-sidebar {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
}

.sidebar-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

/* Recent Post Item */
.recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    gap: 12px;
}

.recent-post img {
    width: 75px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.recent-content h6 {
    font-size: 14px;
    margin: 0 0 4px;
}

.recent-content span {
    font-size: 12px;
    color: #777;
}

.recent-content a {
    text-decoration: none;
    color: #222;
}

.recent-content a:hover {
    color: #0d1b2a;
}

.load-more-btn {
    background: rgba(17, 43, 29, 1);
    color: #fff;
    padding: 10px 28px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}


